summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
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'