diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US.sh | 5 |
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' |