donottranslate.xml revision 965b7266c2ed014bc08da6ef1f31c3d01d131b1e
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">!,?,\\,,:,;,\",(,),\',-,/,@,_</string>
23    <!-- Symbols that are normally preceded by a space (used to add an auto-space before these) -->
24    <string name="symbols_preceded_by_space">([{&amp;</string>
25    <!-- Symbols that are normally followed by a space (used to add an auto-space after these) -->
26    <string name="symbols_followed_by_space">.,;:!?)]}&amp;</string>
27    <!-- Symbols that separate words -->
28    <!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) -->
29    <string name="symbols_word_separators">"&#x0009;&#x0020;\n"()[]{}*&amp;&lt;&gt;+=|.,;:!?/_\"</string>
30    <!-- Word connectors -->
31    <string name="symbols_word_connectors">\'-</string>
32
33    <!--  Always show the suggestion strip -->
34    <string name="prefs_suggestion_visibility_show_value">0</string>
35    <!--  Show the suggestion strip only on portrait mode -->
36    <string name="prefs_suggestion_visibility_show_only_portrait_value">1</string>
37    <!--  Always hide the suggestion strip -->
38    <string name="prefs_suggestion_visibility_hide_value">2</string>
39    <!--  Default value of the visibility of the suggestion strip -->
40    <string name="prefs_suggestion_visibility_default_value">0</string>
41    <!--  Option to show/hide the suggestion strip -->
42    <string-array name="prefs_suggestion_visibility_values">
43       <item>@string/prefs_suggestion_visibility_show_value</item>
44       <item>@string/prefs_suggestion_visibility_show_only_portrait_value</item>
45       <item>@string/prefs_suggestion_visibility_hide_value</item>
46    </string-array>
47    <string-array name="prefs_suggestion_visibilities">
48       <item>@string/prefs_suggestion_visibility_show_name</item>
49       <item>@string/prefs_suggestion_visibility_show_only_portrait_name</item>
50       <item>@string/prefs_suggestion_visibility_hide_name</item>
51    </string-array>
52
53    <string name="auto_correction_threshold_mode_index_off">0</string>
54    <string name="auto_correction_threshold_mode_index_modest">1</string>
55    <string name="auto_correction_threshold_mode_index_aggressive">2</string>
56    <string name="auto_correction_threshold_mode_index_very_aggressive">3</string>
57    <string-array name="auto_correction_threshold_mode_indexes">
58      <item>@string/auto_correction_threshold_mode_index_off</item>
59      <item>@string/auto_correction_threshold_mode_index_modest</item>
60      <item>@string/auto_correction_threshold_mode_index_aggressive</item>
61      <item>@string/auto_correction_threshold_mode_index_very_aggressive</item>
62    </string-array>
63    <string-array name="auto_correction_threshold_modes">
64      <item>@string/auto_correction_threshold_mode_off</item>
65      <item>@string/auto_correction_threshold_mode_modest</item>
66      <item>@string/auto_correction_threshold_mode_aggressive</item>
67      <item>@string/auto_correction_threshold_mode_very_aggressive</item>
68    </string-array>
69
70    <string name="voice_mode_main">0</string>
71    <string name="voice_mode_symbols">1</string>
72    <string name="voice_mode_off">2</string>
73    <string-array name="voice_input_modes_values">
74        <item>@string/voice_mode_main</item>
75        <item>@string/voice_mode_symbols</item>
76        <item>@string/voice_mode_off</item>
77    </string-array>
78    <!-- Array of Voice Input modes -->
79    <string-array name="voice_input_modes">
80        <item>@string/voice_input_modes_main_keyboard</item>
81        <item>@string/voice_input_modes_symbols_keyboard</item>
82        <item>@string/voice_input_modes_off</item>
83    </string-array>
84    <!-- Array of Voice Input modes summary -->
85    <string-array name="voice_input_modes_summary">
86        <item>@string/voice_input_modes_summary_main_keyboard</item>
87        <item>@string/voice_input_modes_summary_symbols_keyboard</item>
88        <item>@string/voice_input_modes_summary_off</item>
89    </string-array>
90
91    <!-- Title for Latin keyboard debug settings activity / dialog -->
92    <string name="english_ime_debug_settings">Android keyboard Debug settings</string>
93    <string name="prefs_debug_mode">Debug Mode</string>
94    <string name="prefs_force_non_distinct_multitouch">Force non-distinct multitouch</string>
95
96    <!-- Keyboard theme names -->
97    <string name="layout_basic">Basic</string>
98    <string name="layout_high_contrast">Basic (High Contrast)</string>
99    <string name="layout_stone_bold">Stone (bold)</string>
100    <string name="layout_stone_normal">Stone (normal)</string>
101    <string name="layout_gingerbread">Gingerbread</string>
102    <string name="layout_ics">IceCreamSandwich</string>
103
104    <!-- For keyboard theme switcher dialog -->
105    <string-array name="keyboard_layout_modes">
106        <item>@string/layout_basic</item>
107        <item>@string/layout_high_contrast</item>
108        <item>@string/layout_stone_normal</item>
109        <item>@string/layout_stone_bold</item>
110        <item>@string/layout_gingerbread</item>
111        <item>@string/layout_ics</item>
112    </string-array>
113    <string-array name="keyboard_layout_modes_values">
114        <item>0</item>
115        <item>1</item>
116        <item>2</item>
117        <item>3</item>
118        <item>4</item>
119        <item>5</item>
120    </string-array>
121
122    <!-- Subtype locale display name exceptions.
123         For each exception, there should be related string resources for display name that may have
124         explicit keyboard layout. The string resource name must be "subtype_<locale>" or
125         "subtype_with_layout_<locale>. Please refer to strings.xml for these resources. -->
126    <string-array name="subtype_locale_exception_keys">
127        <item>en_US</item>
128        <item>en_GB</item>
129        <item>es_US</item>
130    </string-array>
131
132    <!-- Generic subtype label -->
133    <string name="subtype_generic">%s</string>
134
135    <!-- Predefined keyboard layouts for additional subtype -->
136    <string-array name="predefined_layouts">
137        <item>qwerty</item>
138        <item>qwertz</item>
139        <item>azerty</item>
140        <item>dvorak</item>
141        <item>colemak</item>
142        <item>pcqwerty</item>
143    </string-array>
144    <!-- Predefined keyboard layout display names -->
145    <string-array name="predefined_layout_display_names">
146        <item>QWERTY</item>
147        <item>QWERTZ</item>
148        <item>AZERTY</item>
149        <item>Dvorak</item>
150        <item>Colemak</item>
151        <item>PC</item>
152    </string-array>
153    <!-- Description for generic subtype that has predefined layout.
154         The string resource name must be "subtype_generic_<layout name>".
155         The string resource with "No language" also must be added to strings.xml and the resource
156         name must be "subtype_no_language_<layout name>" -->
157    <string name="subtype_generic_qwerty">%s (QWERTY)</string>
158    <string name="subtype_generic_qwertz">%s (QWERTZ)</string>
159    <string name="subtype_generic_azerty">%s (AZERTY)</string>
160    <string name="subtype_generic_dvorak">%s (Dvorak)</string>
161    <string name="subtype_generic_colemak">%s (Colemak)</string>
162    <string name="subtype_generic_pcqwerty">%s (PC)</string>
163
164    <!-- Description for Bulgarian (BDS) subtype. -->
165    <string name="subtype_bulgarian_bds">%s (BDS)</string>
166
167    <!-- Compatibility map from subtypeLocale:subtypeExtraValue to keyboardLayoutSet -->
168    <string-array name="locale_and_extra_value_to_keyboard_layout_set_map">
169        <item>en_US:TrySuppressingImeSwitcher,AsciiCapable,SupportTouchPositionCorrection</item>
170        <item>qwerty</item>
171        <item>en_GB:TrySuppressingImeSwitcher,AsciiCapable,SupportTouchPositionCorrection</item>
172        <item>qwerty</item>
173        <item>ar:SupportTouchPositionCorrection</item>
174        <item>arabic</item>
175        <item>cs:AsciiCapable,SupportTouchPositionCorrection</item>
176        <item>qwertz</item>
177        <item>da:AsciiCapable,SupportTouchPositionCorrection</item>
178        <item>nordic</item>
179        <item>de:AsciiCapable,SupportTouchPositionCorrection</item>
180        <item>qwertz</item>
181        <item>es:AsciiCapable,SupportTouchPositionCorrection</item>
182        <item>spanish</item>
183        <item>fi:AsciiCapable,SupportTouchPositionCorrection</item>
184        <item>nordic</item>
185        <item>fr:AsciiCapable,SupportTouchPositionCorrection</item>
186        <item>azerty</item>
187        <item>fr_CA:AsciiCapable,SupportTouchPositionCorrection</item>
188        <item>qwerty</item>
189        <item>hr:AsciiCapable,SupportTouchPositionCorrection</item>
190        <item>qwertz</item>
191        <item>hu:AsciiCapable,SupportTouchPositionCorrection</item>
192        <item>qwertz</item>
193        <item>it:AsciiCapable,SupportTouchPositionCorrection</item>
194        <item>qwerty</item>
195        <item>iw:SupportTouchPositionCorrection</item>
196        <item>hebrew</item>
197        <item>nb:AsciiCapable,SupportTouchPositionCorrection</item>
198        <item>nordic</item>
199        <item>nl:AsciiCapable,SupportTouchPositionCorrection</item>
200        <item>qwerty</item>
201        <item>pl:AsciiCapable,SupportTouchPositionCorrection</item>
202        <item>qwerty</item>
203        <item>ru:SupportTouchPositionCorrection</item>
204        <item>east_slavic</item>
205        <item>sr:SupportTouchPositionCorrection</item>
206        <item>south_slavic</item>
207        <item>sv:AsciiCapable,SupportTouchPositionCorrection</item>
208        <item>nordic</item>
209        <item>tr:AsciiCapable,SupportTouchPositionCorrection</item>
210        <item>qwerty</item>
211    </string-array>
212
213    <string name="settings_warning_researcher_mode">Attention!  You are using the special keyboard for research purposes.</string>
214</resources>
215