summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-07-31 21:23:56 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-07-31 21:23:56 (EDT)
commite93df698ad3c5172cf1157a8c72978b427fc0aa8 (patch)
tree897656b7fa29616bdd4a54021ff966fee323a543 /locale
parent710ca0fbb707828b9317dc09686b0accc0d6a5d6 (diff)
Write oh-unpacksource.
Diffstat (limited to 'locale')
-rw-r--r--locale/en_US.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh
index 80c0129..b7d730a 100644
--- a/locale/en_US.sh
+++ b/locale/en_US.sh
@@ -69,6 +69,11 @@ oh_str_arch_stat_plat=' Platform: %s'
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_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-unpacksource strings:
oh_str_unpacking_native='Copying native source directory...'
oh_str_cant_unpack_native='Can'\''t copy native source directory'
oh_str_no_sources='No native or upstream sources found'
@@ -79,6 +84,3 @@ oh_str_multiple_top_upstream_dirs='Multiple top-level directories found in upstr
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_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'