From 23c9f268392bcb735337f1c2580824886c5981dd Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 01 Aug 2012 04:30:22 -0400 Subject: Mostly internationalize changelog library. --- (limited to 'locale') diff --git a/locale/en_US.sh b/locale/en_US.sh index 533f48e..cef81f6 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -18,8 +18,20 @@ # along with this program. If not, see . # lib/changelog -oh_str_bad_source='Invalid source package name "%s"' -oh_str_bad_source_version='Invalid source package version identifier "%s"' +oh_str_changelog_expect_first_heading='first heading' +oh_str_changelog_expect_next_or_eof='next heading or eof' +oh_str_changelog_expect_start_changes='start of change data' +oh_str_changelog_expect_changes_or_trailer='more change data or trailer' +oh_str_changelog_found_blank_line='found blank line where expected %s' +oh_str_changelog_found_heading='found start of entry where expected %s' +oh_str_changelog_bad_heading='badly formatted heading line' +oh_str_changelog_bad_source='invalid source package name "%s"' +oh_str_changelog_bad_source_version='invalid source package version identifier "%s"' +oh_str_changelog_found_trailer='found trailer where expected %s' +oh_str_changelog_bad_trailer='badly formatted trailer line' +oh_str_changelog_found_change='found change data where expected %s' +oh_str_changelog_bad_line='unrecognized line' +oh_str_changelog_found_eof='found eof where expected %s' # All utilities oh_str_usage_none='No usage found' -- cgit v0.9.1