diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-21 11:47:54 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-21 11:47:54 (EDT) |
commit | d532afc42680331bc6845d1f5085c977807d04ad (patch) | |
tree | f5588c5dc28d573274a7eb63f407f331f6616ba1 /locale | |
parent | afae3d71f8fb3f7261aefce95d8b19a6e86bba3d (diff) |
shell: New command
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index 123c949..246ebd7 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -72,5 +72,10 @@ 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/cmd/shell.sh +msg_prokit_cmd_shell_summary='enter a ProteanOS shell' +msg_prokit_cmd_shell_usage='<chroot>' +msg_prokit_cmd_shell_exiting='Exiting...' + # lib/profile.sh msg_prokit_profile_not_found='Profile "%s" not found' |