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