summaryrefslogtreecommitdiffstats
path: root/locale/en_US
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-07-14 16:31:13 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-07-14 16:31:13 (EDT)
commitacb7fb29fd8d47a9f6fa6acc0dfead5dec07a26f (patch)
tree5925bcc859656767b0ecb3d603d20b43d47926bb /locale/en_US
parent83fe0314a62b8f80e3095dcd6a0c0e465b7dcbea (diff)
parse_control(): New function.
This function is ported from libopkbuild.
Diffstat (limited to 'locale/en_US')
-rw-r--r--locale/en_US/pro_archman.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/locale/en_US/pro_archman.sh b/locale/en_US/pro_archman.sh
index 4e0acc6..bf4e831 100644
--- a/locale/en_US/pro_archman.sh
+++ b/locale/en_US/pro_archman.sh
@@ -25,3 +25,12 @@ msg_pro_archman_cmd_help_summary='print this help message'
msg_pro_archman_cmd_help_usage='[<command>]'
msg_pro_archman_cmd_include_summary='include packages described in changes files'
msg_pro_archman_cmd_include_usage='<changes> ...'
+
+# lib/control.sh
+msg_pro_archman_control_empty_line='empty line'
+msg_pro_archman_control_bad_nv='badly formatted control field'
+msg_pro_archman_control_unknown_field='unrecognized field "%s"'
+msg_pro_archman_control_duplicate_field='duplicate field "%s"'
+msg_pro_archman_control_found_contination='found continuation line where expected start of field'
+msg_pro_archman_list_item_separator=', '
+msg_pro_archman_control_missing_fields='missing fields: %s'