summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-08-01 04:30:22 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-08-01 04:30:22 (EDT)
commit23c9f268392bcb735337f1c2580824886c5981dd (patch)
tree35e07b8c5ac49351afd7647633dfd9335138f21e /locale
parentbb2c1e32b6614b01f9acef03871a0a403e59b06d (diff)
Mostly internationalize changelog library.
Diffstat (limited to 'locale')
-rw-r--r--locale/en_US.sh16
1 files changed, 14 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
# 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'