summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-08-01 06:59:37 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-08-01 06:59:37 (EDT)
commitd01d16207d329c2c534d2d0b7ff9da76de97ca7b (patch)
treea4962aa1c3c8fbffa5e478b1d39a20822e825c16 /locale
parent3604224ea3d9b213d0b82291f04d00deca847380 (diff)
Write control library file.
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'