summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
Diffstat (limited to 'locale')
-rw-r--r--locale/en_US.sh8
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'