From bb2c1e32b6614b01f9acef03871a0a403e59b06d Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 01 Aug 2012 03:05:48 -0400 Subject: Move metadata validation to oh_changelog_parse(). --- (limited to 'locale') 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 . +# 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' -- cgit v0.9.1