From d01d16207d329c2c534d2d0b7ff9da76de97ca7b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 01 Aug 2012 06:59:37 -0400 Subject: Write control library file. --- (limited to 'locale') diff --git a/locale/en_US.sh b/locale/en_US.sh index 9ad08ad..bd32ab2 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -17,6 +17,13 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# lib/control +oh_str_control_bad_nv='badly formatted control field' +oh_str_control_unknown_field='unrecognized field "%s"' +oh_str_control_duplicate_field='duplicate field "%s"' +oh_str_control_found_continuation='found continuation line where exepected start of field' +oh_str_control_missing_fields='missing fields: %s' + # lib/changelog oh_str_changelog_expect_first_heading='first heading' oh_str_changelog_expect_next_or_eof='next heading or eof' -- cgit v0.9.1