summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
Diffstat (limited to 'locale')
-rw-r--r--locale/en_US.sh7
1 files changed, 7 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+# 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'