diff options
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' |