diff options
-rw-r--r-- | locale/en_US.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index d8bd284..074db25 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# General strings: +# All utilities oh_str_usage_none='No usage found' oh_str_help_none='No help found' oh_str_version='%s (%s) %s @@ -29,7 +29,7 @@ There is NO WARRANTY, to the extent permitted by law. Written by P. J. McDermott.' oh_str_bad_opt='Invalid option "%s"' -# opkbuild strings: +# opkbuild oh_str_usage_opkbuild='Usage: opkbuild [<option>...]' oh_str_help_opkbuild=' Options: @@ -75,7 +75,7 @@ oh_str_host_arch_stat_header='Host system:' oh_str_cant_make_work_area='Can'\''t make work area' oh_str_cant_enter_work_area='Can'\''t enter work area' -# oh-unpacksource strings: +# oh-unpacksource oh_str_usage_oh_unpacksource='Usage: oh-unpacksource' oh_str_unpacking_native='Copying native source directory...' oh_str_cant_unpack_native='Can'\''t copy native source directory' @@ -88,13 +88,13 @@ oh_str_unpacking_upstream='Extracting upstream source archive...' oh_str_cant_unpack_upstream='Can'\''t extract upstream source archive' oh_str_cant_move_native='Can'\''t move extracted upstream source directory' -# oh-applypatches strings: +# oh-applypatches oh_str_usage_oh_applypatches='Usage: oh-applypatches' oh_str_applying_patch='Applying patch "%s"...' oh_str_cant_apply_patch='Can'\''t apply patch "%s"' oh_str_no_patches='No patches to be applied' -# oh-copyconfig strings: +# oh-copyconfig oh_str_usage_oh_copyconfig='Usage: oh-copyconfig' oh_str_no_config='No config files to be copied' oh_str_bad_config_syntax='Syntax error in platform configuration file list "%s"' @@ -103,5 +103,5 @@ oh_str_no_config_dir='No platform configuration files found' oh_str_copying_config_file='Copying configuration file "%s" to "%s"...' oh_str_cant_copy_config_file='Can'\''t copy configuration file' -# oh-parsechangelog strings: +# oh-parsechangelog oh_str_usage_oh_parsechangelog='Usage: oh-parsechangelog' |