diff options
author | P. J. McDermott <pjm@nac.net> | 2013-11-29 18:38:41 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-11-29 18:38:41 (EST) |
commit | 7c588c3e4fbf6999bd1e63b16b7d8a86a8ff9460 (patch) | |
tree | 9c1bba88437c137be765022aebc8fc980c54dc4e /locale | |
parent | 671d347ce4895f426be61ffee9a016f4fd9af899 (diff) |
en_US: Add strings needed by lib/control.sh.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index e3cfa83..cc4a75d 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -26,6 +26,14 @@ msg_prokit_emfile='Too many open files' msg_prokit_cant_fopen='Cannot open file' msg_prokit_ebadf='Bad file descriptor' +# lib/control.sh +msg_prokit_control_empty_line='empty line' +msg_prokit_control_bad_nv='badly formatted control field' +msg_prokit_control_duplicate_field='duplicate field "%s"' +msg_prokit_control_found_contination='found continuation line where expected start of field' +msg_prokit_list_item_separator=', ' +msg_prokit_control_missing_fields='missing fields: %s' + # lib/cmd.sh msg_prokit_cmd_not_found='Command "%s" not found' msg_prokit_cmd_usage='Usage: %s [<option> ...] %s %s' |