From f3cb9916675ee2270fefd6e8eff676c78914e4d7 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 31 Jul 2012 21:59:53 -0400 Subject: Rewrite oh-copyconfig. --- (limited to 'locale') 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' -- cgit v0.9.1