diff options
author | bigbiff bigbiff <bigbiff@teamw.in> | 2016-07-30 03:18:13 +0200 |
---|---|---|
committer | bigbiff bigbiff <bigbiff@teamw.in> | 2016-12-02 01:00:02 +0100 |
commit | bad332a3d175687a732cc6e94c34bd38bdef29b8 (patch) | |
tree | 67d82429e136f29edbb19e5ae3cb7f0c51c67722 /gui/theme/common/languages | |
parent | Improve backup & wipe exclusion handling (diff) | |
download | android_bootable_recovery-bad332a3d175687a732cc6e94c34bd38bdef29b8.tar android_bootable_recovery-bad332a3d175687a732cc6e94c34bd38bdef29b8.tar.gz android_bootable_recovery-bad332a3d175687a732cc6e94c34bd38bdef29b8.tar.bz2 android_bootable_recovery-bad332a3d175687a732cc6e94c34bd38bdef29b8.tar.lz android_bootable_recovery-bad332a3d175687a732cc6e94c34bd38bdef29b8.tar.xz android_bootable_recovery-bad332a3d175687a732cc6e94c34bd38bdef29b8.tar.zst android_bootable_recovery-bad332a3d175687a732cc6e94c34bd38bdef29b8.zip |
Diffstat (limited to 'gui/theme/common/languages')
-rw-r--r-- | gui/theme/common/languages/en.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gui/theme/common/languages/en.xml b/gui/theme/common/languages/en.xml index 6b05a8613..f4344a05d 100644 --- a/gui/theme/common/languages/en.xml +++ b/gui/theme/common/languages/en.xml @@ -364,8 +364,8 @@ <string name="set_language_btn">Set Language</string> <string name="advanced_hdr">Advanced</string> <string name="copy_log_confirm">Copy Log to SD Card?</string> - <string name="copying_log">Copying Log to SD Card...</string> - <string name="copy_log_complete">Log Copy Complete</string> + <string name="copying_log" version="2">Copying Logs to SD Card...</string> + <string name="copy_log_complete" version="2">Logs Copy Complete</string> <string name="fix_context_btn">Fix Contexts</string> <string name="part_sd_btn">Partition SD Card</string> <string name="part_sd_s_btn">SD Card</string> @@ -673,5 +673,7 @@ <string name="adbbackup_control_error">Cannot write to adb control channel</string> <string name="twrp_adbbu_option">--twrp option is required to enable twrp adb backup</string> <string name="partition_not_found">path: {1} not found in partititon list</string> + <string name="copy_kernel_log">Copied kernel log to {1}</string> + <string name="include_kernel_log">Include Kernel Log</string> </resources> </language> |