diff options
Diffstat (limited to 'locale/en_US')
-rw-r--r-- | locale/en_US/libopkbuild_1.sh | 6 | ||||
-rw-r--r-- | locale/en_US/opkbuild.sh | 16 |
2 files changed, 11 insertions, 11 deletions
diff --git a/locale/en_US/libopkbuild_1.sh b/locale/en_US/libopkbuild_1.sh index ccfb367..8f18f9c 100644 --- a/locale/en_US/libopkbuild_1.sh +++ b/locale/en_US/libopkbuild_1.sh @@ -17,12 +17,12 @@ # You should have received a copy of the GNU General Public License # along with opkbuild. If not, see <http://www.gnu.org/licenses/>. -# package.sm +# lib/package.sh msg_libopkbuild_1_unable_to_detect_package_format='Unable to detect package format' msg_libopkbuild_1_bad_binary_name='Bad binary package name: "%s"' msg_libopkbuild_1_duplicate_clean_binary_name='Duplicate clean binary package name: "%s"' -# control.sm +# lib/control.sh msg_libopkbuild_1_control_empty_line='empty line' msg_libopkbuild_1_control_bad_nv='badly formatted control field' msg_libopkbuild_1_control_unknown_field='unrecognized field "%s"' @@ -32,7 +32,7 @@ msg_libopkbuild_1_list_item_separator=', ' msg_libopkbuild_1_control_missing_fields='missing fields: %s' msg_libopkbuild_1_substvar_deep_nesting='Possible recursion in substitutions' -# changelog.sm +# lib/changelog.sh msg_libopkbuild_1_changelog_found_blank_line='found blank line where expected %s' msg_libopkbuild_1_changelog_found_heading='found start of entry where expected %s' msg_libopkbuild_1_changelog_bad_heading='badly formatted heading line' diff --git a/locale/en_US/opkbuild.sh b/locale/en_US/opkbuild.sh index 2be1998..a2588f5 100644 --- a/locale/en_US/opkbuild.sh +++ b/locale/en_US/opkbuild.sh @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with opkbuild. If not, see <http://www.gnu.org/licenses/>. -# opkbuild +# src/opkbuild.sh msg_opkbuild_usage='Usage: %s [<option>...]' msg_opkbuild_help=' Options: @@ -65,14 +65,14 @@ msg_opkbuild_arch_stat_arch=' Architecture: %s' msg_opkbuild_arch_stat_plat=' Platform: %s' msg_opkbuild_host_arch_stat_header='Host system:' -# ob-checkbuilddeps +# src/ob-checkbuilddeps.sh msg_opkbuild_checking_build_deps='Checking build dependencies...' msg_opkbuild_missing_build_deps='Missing build dependencies: %s' -# ob-buildenv +# src/ob-buildenv.sh msg_opkbuild_setup_build_env='Setting up build environment...' -# ob-unpacksource +# src/ob-unpacksource.sh msg_opkbuild_already_unpacked='Sources already unpacked' msg_opkbuild_unpacking_native='Copying native source directory...' msg_opkbuild_cant_unpack_native='Can'\''t copy native source directory' @@ -85,12 +85,12 @@ msg_opkbuild_unpacking_upstream='Extracting upstream source archive...' msg_opkbuild_cant_unpack_upstream='Can'\''t extract upstream source archive' msg_opkbuild_cant_move_native='Can'\''t move extracted upstream source directory' -# ob-applypatches +# src/ob-applypatches.sh msg_opkbuild_applying_patch='Applying patch "%s"...' msg_opkbuild_cant_apply_patch='Can'\''t apply patch "%s"' msg_opkbuild_no_patches='No patches to be applied' -# ob-installplatconf +# src/ob-installplatconf.sh msg_opkbuild_no_plat_config='No config files to be copied' msg_opkbuild_bad_config_syntax='Syntax error in platform configuration file list "%s"' msg_opkbuild_cant_make_config_dest_dir='Can'\''t make directory "%s" for platform configuration' @@ -98,7 +98,7 @@ msg_opkbuild_no_config_dir='No platform configuration files found' msg_opkbuild_copying_config_file='Copying configuration file "%s" to "%s"...' msg_opkbuild_cant_copy_config_file='Can'\''t copy configuration file' -# ob-installdocs +# src/ob-installdocs.sh msg_opkbuild_cant_get_doc_pkg='Can'\''t find package to provide documentation files' msg_opkbuild_cant_make_doc_dir='Can'\''t make documentation directory' msg_opkbuild_docs_already_installed='Package documentation already installed into package "%s"' @@ -108,5 +108,5 @@ msg_opkbuild_docs_already_linked='Link to documentation already made in package msg_opkbuild_linking_docs='Making link to documentation in package "%s"...' msg_opkbuild_cant_ln_doc_dir='Can'\''t make link to documentation directory' -# ob-genchanges +# src/ob-genchanges.sh msg_opkbuild_gen_changes='Generating "%s"...' |