donottranslate.xml revision bbf556e8e1f2b522c555e05ec06c4efefed16e02
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    <!--  Always show the suggestion strip -->
22    <string name="prefs_suggestion_visibility_show_value">0</string>
23    <!--  Show the suggestion strip only on portrait mode -->
24    <string name="prefs_suggestion_visibility_show_only_portrait_value">1</string>
25    <!--  Always hide the suggestion strip -->
26    <string name="prefs_suggestion_visibility_hide_value">2</string>
27    <!--  Default value of the visibility of the suggestion strip -->
28    <string name="prefs_suggestion_visibility_default_value">0</string>
29    <!--  Option to show/hide the suggestion strip -->
30    <string-array name="prefs_suggestion_visibility_values">
31       <item>@string/prefs_suggestion_visibility_show_value</item>
32       <item>@string/prefs_suggestion_visibility_show_only_portrait_value</item>
33       <item>@string/prefs_suggestion_visibility_hide_value</item>
34    </string-array>
35    <string-array name="prefs_suggestion_visibilities">
36       <item>@string/prefs_suggestion_visibility_show_name</item>
37       <item>@string/prefs_suggestion_visibility_show_only_portrait_name</item>
38       <item>@string/prefs_suggestion_visibility_hide_name</item>
39    </string-array>
40
41    <!-- For backward compatibility.
42         See {@link SettingsValues#needsToShowVoiceInputKey(SharedPreferences,Resources)} -->
43    <string name="voice_mode_main">0</string>
44
45    <!-- Title for Latin keyboard debug settings activity / dialog -->
46    <string name="english_ime_debug_settings">Android keyboard Debug settings</string>
47    <string name="prefs_debug_mode">Debug Mode</string>
48    <string name="prefs_force_non_distinct_multitouch">Force non-distinct multitouch</string>
49
50    <!-- Subtype locale display name exceptions.
51         For each exception, there should be related string resources for display name that may have
52         explicit keyboard layout. The string resource name must be "subtype_<locale>" or
53         "subtype_with_layout_<locale>. Please refer to strings.xml for these resources. -->
54    <string-array name="subtype_locale_exception_keys">
55        <item>en_US</item>
56        <item>en_GB</item>
57        <item>es_US</item>
58    </string-array>
59
60    <!-- Generic subtype label -->
61    <string name="subtype_generic">%s</string>
62
63    <!-- Predefined keyboard layouts for additional subtype -->
64    <string-array name="predefined_layouts">
65        <item>qwerty</item>
66        <item>qwertz</item>
67        <item>azerty</item>
68        <item>dvorak</item>
69        <item>colemak</item>
70        <item>pcqwerty</item>
71    </string-array>
72    <!-- Predefined keyboard layout display names -->
73    <string-array name="predefined_layout_display_names">
74        <item>QWERTY</item>
75        <item>QWERTZ</item>
76        <item>AZERTY</item>
77        <item>Dvorak</item>
78        <item>Colemak</item>
79        <item>PC</item>
80    </string-array>
81    <!-- Description for generic subtype that has predefined layout.
82         The string resource name must be "subtype_generic_<layout name>".
83         The string resource with "No language" also must be added to strings.xml and the resource
84         name must be "subtype_no_language_<layout name>" -->
85    <string name="subtype_generic_qwerty">%s (QWERTY)</string>
86    <string name="subtype_generic_qwertz">%s (QWERTZ)</string>
87    <string name="subtype_generic_azerty">%s (AZERTY)</string>
88    <string name="subtype_generic_dvorak">%s (Dvorak)</string>
89    <string name="subtype_generic_colemak">%s (Colemak)</string>
90    <string name="subtype_generic_pcqwerty">%s (PC)</string>
91
92    <!-- Description for Bulgarian (BDS) subtype. -->
93    <string name="subtype_bulgarian_bds">%s (BDS)</string>
94
95    <!-- Compatibility map from subtypeLocale:subtypeExtraValue to keyboardLayoutSet -->
96    <string-array name="locale_and_extra_value_to_keyboard_layout_set_map">
97        <item>en_US:TrySuppressingImeSwitcher,AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
98        <item>qwerty</item>
99        <item>en_GB:TrySuppressingImeSwitcher,AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
100        <item>qwerty</item>
101        <item>ar:SupportTouchPositionCorrection,EmojiCapable</item>
102        <item>arabic</item>
103        <item>cs:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
104        <item>qwertz</item>
105        <item>da:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
106        <item>nordic</item>
107        <item>de:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
108        <item>qwertz</item>
109        <item>es:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
110        <item>spanish</item>
111        <item>fi:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
112        <item>nordic</item>
113        <item>fr:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
114        <item>azerty</item>
115        <item>fr_CA:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
116        <item>qwerty</item>
117        <item>hr:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
118        <item>qwertz</item>
119        <item>hu:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
120        <item>qwertz</item>
121        <item>it:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
122        <item>qwerty</item>
123        <item>iw:SupportTouchPositionCorrection,EmojiCapable</item>
124        <item>hebrew</item>
125        <item>nb:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
126        <item>nordic</item>
127        <item>nl:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
128        <item>qwerty</item>
129        <item>pl:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
130        <item>qwerty</item>
131        <item>ru:SupportTouchPositionCorrection,EmojiCapable</item>
132        <item>east_slavic</item>
133        <item>sr:SupportTouchPositionCorrection,EmojiCapable</item>
134        <item>south_slavic</item>
135        <item>sv:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
136        <item>nordic</item>
137        <item>tr:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
138        <item>qwerty</item>
139    </string-array>
140</resources>
141