summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-08-01 03:05:48 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-08-01 03:05:48 (EDT)
commitbb2c1e32b6614b01f9acef03871a0a403e59b06d (patch)
tree1b47e8954cf3dfd4137f163507478606dd88e915 /locale
parentd256ad5b12b1a9251a99b55f112d738b4350ec5c (diff)
Move metadata validation to oh_changelog_parse().
Diffstat (limited to 'locale')
-rw-r--r--locale/en_US.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh
index 074db25..533f48e 100644
--- a/locale/en_US.sh
+++ b/locale/en_US.sh
@@ -17,6 +17,10 @@
# 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/changelog
+oh_str_bad_source='Invalid source package name "%s"'
+oh_str_bad_source_version='Invalid source package version identifier "%s"'
+
# All utilities
oh_str_usage_none='No usage found'
oh_str_help_none='No help found'
@@ -63,7 +67,6 @@ oh_str_no_control='No "control" file found'
oh_str_no_config='No "config" file found'
oh_str_no_copyright='No "copyright" file found'
oh_str_no_changelog='No "changelog" file found'
-oh_str_bad_source_version='Invalid source package version identifier "%s"'
oh_str_installing_src_pkg_files='Installing files for source package...'
oh_str_cant_make_src_pkg_dir='Can'\''t make data directory for source package'
oh_str_cant_install_src_pkg_file='Can'\''t install source package file'