summaryrefslogtreecommitdiffstats
path: root/res/values-zh-rTW
diff options
context:
space:
mode:
authorSite Mao <sitem@codeaurora.org>2015-03-20 15:34:02 -0700
committerWebTech Code Review <code-review@localhost>2015-04-20 13:22:02 -0700
commitabb7bd34cb649313f7d366e4e850e7d523259138 (patch)
tree95a68d2f64aefcdd80f1d8faf0471566ff33c00d /res/values-zh-rTW
parent0f0bd54fd96ffdab1a6fe3f883e4f7514a2323ac (diff)
downloadandroid_packages_apps_Gello-abb7bd34cb649313f7d366e4e850e7d523259138.tar.gz
android_packages_apps_Gello-abb7bd34cb649313f7d366e4e850e7d523259138.tar.bz2
android_packages_apps_Gello-abb7bd34cb649313f7d366e4e850e7d523259138.zip
Add a power saving mode setting
Create a setting that tunes performance optimizations and improves the power usage. Automatically tune mode with the Power-saving mode of Android Lollipop+. Also, when the phone drops below threshold for low battery, prompt user to turn browser's power save mode on. Change-Id: I64089a371de562f9a18c297eb09555733f020515
Diffstat (limited to 'res/values-zh-rTW')
-rw-r--r--res/values-zh-rTW/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
index 2fa98a52..3ff67087 100644
--- a/res/values-zh-rTW/strings.xml
+++ b/res/values-zh-rTW/strings.xml
@@ -136,6 +136,11 @@
<string name="pref_content_javascript" msgid="4570972030299516843">"啟用 JavaScript"</string>
<string name="pref_content_open_in_background" msgid="824123779725118663">"在背景中開啟"</string>
<string name="pref_content_plugins" msgid="7231944644794301582">"啟用外掛程式"</string>
+
+ <!-- Custom Translations -->
+ <string name="pref_powersave_enabled">"省電模式"</string>
+ <string name="pref_powersave_enabled_summary">"開啟省電模式"</string>
+
<string-array name="pref_content_plugins_choices">
<item msgid="6745108155096660725">"永遠開啟"</item>
<item msgid="2484126708670016519">"隨選"</item>