donottranslate.xml revision 9116bf18f9c83084f9d451e2e709eff32db27d36
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2009, 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
21    <!-- Symbols that are suggested between words -->
22    <string name="suggested_punctuations">!?,\u0022\u0027:();-/@_</string>
23    <!-- Symbols that should be swapped with a magic space -->
24    <string name="magic_space_swapping_symbols">.,;:!?)]}\u0022</string>
25    <!-- Symbols that should strip a magic space -->
26    <string name="magic_space_stripping_symbols">\u0009\u0020\n/_\u0027-</string>
27    <!-- Symbols that should convert magic spaces into real space -->
28    <string name="magic_space_promoting_symbols">([*&amp;@{&lt;&gt;+=|</string>
29    <!-- Symbols that do NOT separate words -->
30    <string name="non_word_separator_symbols">\u0027-</string>
31    <!-- Word separator list is the union of all symbols except those that are not separators:
32    magic_space_swapping_symbols | magic_space_stripping_symbols |
33            magic_space_neutral_symbols \ non_word_separator_symbols -->
34
35    <!-- Label for ALT modifier key.  Must be short to fit on key! -->
36    <string name="label_alt_key">ALT</string>
37    <!-- Label for "Tab" key.  Must be short to fit on key! -->
38    <string name="label_tab_key">Tab</string>
39    <!-- Label for "switch to symbols" key.  Must be short to fit on key! -->
40    <string name="label_to_symbol_key">\?123</string>
41    <!-- Label for "switch to phone numeric" key.  Must be short to fit on key! -->
42    <string name="label_to_phone_numeric_key">123</string>
43    <!-- Label for "switch to phone symbols" key.  Must be short to fit on key! -->
44    <string name="label_to_phone_symbols_key">\uff0a\uff03\uff08</string>
45
46    <!-- Option values to show/hide the settings key in onscreen keyboard -->
47    <!-- Automatically decide to show or hide the settings key -->
48    <string name="settings_key_mode_auto">0</string>
49    <!-- Always show the settings key -->
50    <string name="settings_key_mode_always_show">1</string>
51    <!-- Always hide the settings key -->
52    <string name="settings_key_mode_always_hide">2</string>
53    <!-- Array of the settings key mode values -->
54    <string-array name="settings_key_modes_values">
55        <item>@string/settings_key_mode_auto</item>
56        <item>@string/settings_key_mode_always_show</item>
57        <item>@string/settings_key_mode_always_hide</item>
58    </string-array>
59    <!-- Array of the settings key modes -->
60    <string-array name="settings_key_modes">
61        <item>@string/settings_key_mode_auto_name</item>
62        <item>@string/settings_key_mode_always_show_name</item>
63        <item>@string/settings_key_mode_always_hide_name</item>
64    </string-array>
65
66    <!--  Always show the suggestion strip -->
67    <string name="prefs_suggestion_visibility_show_value">0</string>
68    <!--  Show the suggestion strip only on portrait mode -->
69    <string name="prefs_suggestion_visibility_show_only_portrait_value">1</string>
70    <!--  Always hide the suggestion strip -->
71    <string name="prefs_suggestion_visibility_hide_value">2</string>
72    <!--  Default value of the visibility of the suggestion strip -->
73    <string name="prefs_suggestion_visibility_default_value">0</string>
74    <!--  Option to show/hide the suggestion strip -->
75    <string-array name="prefs_suggestion_visibility_values">
76       <item>@string/prefs_suggestion_visibility_show_value</item>
77       <item>@string/prefs_suggestion_visibility_show_only_portrait_value</item>
78       <item>@string/prefs_suggestion_visibility_hide_value</item>
79    </string-array>
80    <string-array name="prefs_suggestion_visibilities">
81       <item>@string/prefs_suggestion_visibility_show_name</item>
82       <item>@string/prefs_suggestion_visibility_show_only_portrait_name</item>
83       <item>@string/prefs_suggestion_visibility_hide_name</item>
84    </string-array>
85
86    <string name="auto_correction_threshold_mode_index_off">0</string>
87    <string name="auto_correction_threshold_mode_index_modest">1</string>
88    <string name="auto_correction_threshold_mode_index_aggeressive">2</string>
89    <string-array name="auto_correction_threshold_mode_indexes">
90      <item>@string/auto_correction_threshold_mode_index_off</item>
91      <item>@string/auto_correction_threshold_mode_index_modest</item>
92      <item>@string/auto_correction_threshold_mode_index_aggeressive</item>
93    </string-array>
94    <string-array name="auto_correction_threshold_modes">
95      <item>@string/auto_correction_threshold_mode_off</item>
96      <item>@string/auto_correction_threshold_mode_modest</item>
97      <item>@string/auto_correction_threshold_mode_aggeressive</item>
98    </string-array>
99
100    <string name="voice_mode_main">0</string>
101    <string name="voice_mode_symbols">1</string>
102    <string name="voice_mode_off">2</string>
103    <string-array name="voice_input_modes_values">
104        <item>@string/voice_mode_main</item>
105        <item>@string/voice_mode_symbols</item>
106        <item>@string/voice_mode_off</item>
107    </string-array>
108    <!-- Array of Voice Input modes -->
109    <string-array name="voice_input_modes">
110        <item>@string/voice_input_modes_main_keyboard</item>
111        <item>@string/voice_input_modes_symbols_keyboard</item>
112        <item>@string/voice_input_modes_off</item>
113    </string-array>
114    <!-- Array of Voice Input modes summary -->
115    <string-array name="voice_input_modes_summary">
116        <item>@string/voice_input_modes_summary_main_keyboard</item>
117        <item>@string/voice_input_modes_summary_symbols_keyboard</item>
118        <item>@string/voice_input_modes_summary_off</item>
119    </string-array>
120
121    <!-- Title for Latin keyboard debug settings activity / dialog -->
122    <string name="english_ime_debug_settings">Android keyboard Debug settings</string>
123    <string name="prefs_debug_mode">Debug Mode</string>
124
125    <!-- Keyboard theme names -->
126    <string name="layout_basic">Basic</string>
127    <string name="layout_high_contrast">Basic (High Contrast)</string>
128    <string name="layout_stone_bold">Stone (bold)</string>
129    <string name="layout_stone_normal">Stone (normal)</string>
130    <string name="layout_gingerbread">Gingerbread</string>
131    <string name="layout_ics">IceCreamSandwich</string>
132
133    <!-- For keyboard theme switcher dialog -->
134    <string-array name="keyboard_layout_modes">
135        <item>@string/layout_basic</item>
136        <item>@string/layout_high_contrast</item>
137        <item>@string/layout_stone_normal</item>
138        <item>@string/layout_stone_bold</item>
139        <item>@string/layout_gingerbread</item>
140        <item>@string/layout_ics</item>
141    </string-array>
142    <string-array name="keyboard_layout_modes_values">
143        <item>0</item>
144        <item>1</item>
145        <item>2</item>
146        <item>3</item>
147        <item>4</item>
148        <item>5</item>
149    </string-array>
150
151    <!-- Subtype locale name exceptions -->
152    <string-array name="subtype_locale_exception_keys">
153        <item>en_US</item>
154        <item>en_GB</item>
155        <item>de_ZZ</item>
156    </string-array>
157    <string-array name="subtype_locale_exception_values">
158        <item>English (US)</item>
159        <item>English (UK)</item>
160        <item>Deutsch (QWERTY)</item>
161    </string-array>
162</resources>
163