diff options
author | P. J. McDermott <pjm@nac.net> | 2013-07-28 21:24:17 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-07-28 21:24:17 (EDT) |
commit | d131b8ee170bd44670904f1641dac8fb2ef85cdb (patch) | |
tree | d52d52dfc45935c38fee4dfc9b75679b4dfd2ee3 /locale/en_US | |
parent | 721c1e1879f830f13fd872e6287da543e9c402bc (diff) |
remove-suite: Implement.
Diffstat (limited to 'locale/en_US')
-rw-r--r-- | locale/en_US/pro_archman.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/locale/en_US/pro_archman.sh b/locale/en_US/pro_archman.sh index eac7d41..8636c72 100644 --- a/locale/en_US/pro_archman.sh +++ b/locale/en_US/pro_archman.sh @@ -50,6 +50,11 @@ msg_pro_archman_cmd_copy_suite_summary='copies packages from one suite to anothe msg_pro_archman_cmd_copy_suite_usage='<source-suite> <destination-suite>' msg_pro_archman_cmd_copy_suite_copying='Copying suite %s/%s to suite %s/%s...' +# lib/cmd/remove-suite.sh +msg_pro_archman_cmd_remove_suite_summary='removes a suite' +msg_pro_archman_cmd_remove_suite_usage='<suite>' +msg_pro_archman_cmd_remove_suite_removing='Removing suite %s/%s...' + # lib/control.sh msg_pro_archman_control_empty_line='empty line' msg_pro_archman_control_bad_nv='badly formatted control field' |