diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-20 21:21:44 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-20 21:21:44 (EDT) |
commit | 630df6fed976aab6f38c9ac46a0a97372b3280b7 (patch) | |
tree | e41bf5dd46807b00050bf0112784bb411073b8b1 /locale | |
parent | b9a7e2e9de4a94973f6cd09114e04f573ce54781 (diff) |
install: Download and unpack packages
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index 3d2946f..123c949 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -68,6 +68,9 @@ msg_prokit_cmd_install_chroot_dir_exists='Directory "%s" exists"' msg_prokit_cmd_install_mkdir_chroot_fail='Failed to create directory "%s"' msg_prokit_cmd_install_find_pkgs='Configuring opkg and retrieving Packages '\ 'files...' +msg_prokit_cmd_install_downloading_pkg='Downloading %s...' +msg_prokit_cmd_install_downloading_pkg_fail='Failed to download package' +msg_prokit_cmd_install_unpacking_pkg='Unpacking %s...' # lib/profile.sh msg_prokit_profile_not_found='Profile "%s" not found' |