From acb7fb29fd8d47a9f6fa6acc0dfead5dec07a26f Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 14 Jul 2013 16:31:13 -0400 Subject: parse_control(): New function. This function is ported from libopkbuild. --- (limited to 'locale/en_US') 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='[]' msg_pro_archman_cmd_include_summary='include packages described in changes files' msg_pro_archman_cmd_include_usage=' ...' + +# 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' -- cgit v0.9.1