Files
SDK_RK3288/packages/apps/Settings/res/values-zh-rTW/strings_intel.xml
Firefly bdd215312f [packages/apps/Settings] Settings: enhance power save mode
add sub items to control if limit cpu frequency, lcd brightness, etc.

Issue: GRANITEFLY-749
Change-Id: Iedd9b7fce8f2fcf01a35a4ef93365a83e9d49976
2015-12-31 16:47:11 +08:00

42 lines
2.4 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2015 Intel Mobile Communications GmbH
Copyright (C) 2007 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Auto set language by sim card settings ui -->
<string name="auto_language_title">自動確定語言</string>
<string name="auto_language_summaryOn">根據SIM卡國家碼自動確定系統語言</string>
<string name="auto_language_summaryOff">根據SIM卡國家碼自動確定系統語言</string>
<!-- Power save mode -->
<string name="power_save_basic_settings">基本設置</string>
<string name="show_power_save_indicator">顯示省電模式</string>
<string name="show_power_save_indicator_summary">省電模式啟動後在狀態列顯示省電模式</string>
<string name="turn_on_automatically">電池計量低時啟動省電模式</string>
<string name="turn_on_automatically_summary">不管省電模式是否開啟當電池計量低於15%時自動啟動省電模式</string>
<string name="power_save_sub_settings">功能設置</string>
<string name="limit_cpu">限制CPU性能</string>
<string name="limit_cpu_summary">限制CPU最高頻率</string>
<string name="limit_brightness">降低螢幕亮度</string>
<string name="limit_brightness_summary">降低螢幕亮度省電</string>
<string name="limit_location">限制定位服務</string>
<string name="limit_location_summary">GPS定位服務不能使用</string>
<string name="limit_network">限制網路訪問</string>
<string name="limit_network_summary">大部分後臺應用不能使用網路</string>
<string name="limit_animation">限制視窗動畫效果</string>
<string name="limit_animation_summary">不顯示視窗切換的動畫效果</string>
<string name="power_save_tips">提示</string>
</resources>