summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-07-31 21:59:53 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-07-31 21:59:53 (EDT)
commitf3cb9916675ee2270fefd6e8eff676c78914e4d7 (patch)
treeac5108c5a059b4beb34055a0e7c53c61e2a2ceb4 /locale
parentafa45e1f73545185f668e0ab5d50fa04d7dca4da (diff)
Rewrite oh-copyconfig.
Diffstat (limited to 'locale')
-rw-r--r--locale/en_US.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh
index 3b14cc8..479c65f 100644
--- a/locale/en_US.sh
+++ b/locale/en_US.sh
@@ -89,3 +89,12 @@ 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_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"'
+oh_str_cant_make_config_dest_dir='Can'\''t make directory "%s" for platform configuration'
+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'