1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/* //device/apps/common/assets/res/any/strings.xml 4** 5** Copyright 2006, The Android Open Source Project 6** 7** Licensed under the Apache License, Version 2.0 (the "License"); 8** you may not use this file except in compliance with the License. 9** You may obtain a copy of the License at 10** 11** http://www.apache.org/licenses/LICENSE-2.0 12** 13** Unless required by applicable law or agreed to in writing, software 14** distributed under the License is distributed on an "AS IS" BASIS, 15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16** See the License for the specific language governing permissions and 17** limitations under the License. 18*/ 19--> 20<resources> 21 <string name="app_label">Spare Parts</string> 22 23 <string name="device_info_title">Device info</string> 24 25 <string name="title_battery_history">Battery history</string> 26 <string name="summary_battery_history">Summary of how battery has been used</string> 27 28 <string name="title_battery_information">Battery information</string> 29 <string name="summary_battery_information">Current battery status information</string> 30 31 <string name="title_usage_statistics">Usage statistics</string> 32 <string name="summary_usage_statistics">Summary of application usage</string> 33 34 <string name="general_title">General</string> 35 36 <string name="title_window_animations">Window animations</string> 37 <string name="summary_window_animations">Speed of animations in individual windows</string> 38 <string name="dialog_title_window_animations">Select window speed</string> 39 40 <string name="title_transition_animations">Transition animations</string> 41 <string name="summary_transition_animations">Speed of animations moving between screens</string> 42 <string name="dialog_title_transition_animations">Select transition speed</string> 43 44 <string name="title_fancy_ime_animations">Fancy input animations</string> 45 <string name="summary_on_fancy_ime_animations">Use fancier animations for input method windows</string> 46 <string name="summary_off_fancy_ime_animations">Use normal animations for input method windows</string> 47 48 <string name="title_haptic_feedback">Haptic feedback</string> 49 <string name="summary_on_haptic_feedback">Use haptic feedback with user interaction</string> 50 <string name="summary_off_haptic_feedback">Use haptic feedback with user interaction</string> 51 52 <string name="title_font_size">Font size</string> 53 <string name="summary_font_size">Overall size of fonts</string> 54 <string name="dialog_title_font_size">Select font size</string> 55 56 <string name="title_end_button">End button behavior</string> 57 <string name="summary_end_button">Select End (red) button action</string> 58 <string name="dialog_title_end_button">Select End button</string> 59 60 <string name="applications_title">Applications</string> 61 62 <!-- Sound & display settings screen, compatibility mode check box label --> 63 <string name="compatibility_mode_title">Compatibility Mode</string> 64 <!-- Sound & display settings screen, compatibility mode option summary text when check box is selected --> 65 <string name="compatibility_mode_summary_on">Run older apps in Compatibility mode. This require rebooting. </string> 66 <!-- Sound & display settings screen, compatibility mode option summary text when check box is clear --> 67 <string name="compatibility_mode_summary_off">Run older apps in Compatibility mode. This require rebooting. </string> 68</resources> 69