donottranslate.xml revision 07a62cf3d62adea51c2de861d7989e173a104441
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 name="auto_correction_threshold_mode_index_very_aggeressive">3</string>
90    <string-array name="auto_correction_threshold_mode_indexes">
91      <item>@string/auto_correction_threshold_mode_index_off</item>
92      <item>@string/auto_correction_threshold_mode_index_modest</item>
93      <item>@string/auto_correction_threshold_mode_index_aggeressive</item>
94      <item>@string/auto_correction_threshold_mode_index_very_aggeressive</item>
95    </string-array>
96    <string-array name="auto_correction_threshold_modes">
97      <item>@string/auto_correction_threshold_mode_off</item>
98      <item>@string/auto_correction_threshold_mode_modest</item>
99      <item>@string/auto_correction_threshold_mode_aggeressive</item>
100      <item>@string/auto_correction_threshold_mode_very_aggeressive</item>
101    </string-array>
102
103    <string name="voice_mode_main">0</string>
104    <string name="voice_mode_symbols">1</string>
105    <string name="voice_mode_off">2</string>
106    <string-array name="voice_input_modes_values">
107        <item>@string/voice_mode_main</item>
108        <item>@string/voice_mode_symbols</item>
109        <item>@string/voice_mode_off</item>
110    </string-array>
111    <!-- Array of Voice Input modes -->
112    <string-array name="voice_input_modes">
113        <item>@string/voice_input_modes_main_keyboard</item>
114        <item>@string/voice_input_modes_symbols_keyboard</item>
115        <item>@string/voice_input_modes_off</item>
116    </string-array>
117    <!-- Array of Voice Input modes summary -->
118    <string-array name="voice_input_modes_summary">
119        <item>@string/voice_input_modes_summary_main_keyboard</item>
120        <item>@string/voice_input_modes_summary_symbols_keyboard</item>
121        <item>@string/voice_input_modes_summary_off</item>
122    </string-array>
123
124    <!-- Title for Latin keyboard debug settings activity / dialog -->
125    <string name="english_ime_debug_settings">Android keyboard Debug settings</string>
126    <string name="prefs_debug_mode">Debug Mode</string>
127
128    <!-- Keyboard theme names -->
129    <string name="layout_basic">Basic</string>
130    <string name="layout_high_contrast">Basic (High Contrast)</string>
131    <string name="layout_stone_bold">Stone (bold)</string>
132    <string name="layout_stone_normal">Stone (normal)</string>
133    <string name="layout_gingerbread">Gingerbread</string>
134    <string name="layout_ics">IceCreamSandwich</string>
135
136    <!-- For keyboard theme switcher dialog -->
137    <string-array name="keyboard_layout_modes">
138        <item>@string/layout_basic</item>
139        <item>@string/layout_high_contrast</item>
140        <item>@string/layout_stone_normal</item>
141        <item>@string/layout_stone_bold</item>
142        <item>@string/layout_gingerbread</item>
143        <item>@string/layout_ics</item>
144    </string-array>
145    <string-array name="keyboard_layout_modes_values">
146        <item>0</item>
147        <item>1</item>
148        <item>2</item>
149        <item>3</item>
150        <item>4</item>
151        <item>5</item>
152    </string-array>
153
154    <!-- Subtype locale name exceptions -->
155    <string-array name="subtype_locale_exception_keys">
156        <item>en_US</item>
157        <item>en_GB</item>
158        <item>de_ZZ</item>
159    </string-array>
160    <string-array name="subtype_locale_exception_values">
161        <item>English (US)</item>
162        <item>English (UK)</item>
163        <item>Deutsch (QWERTY)</item>
164    </string-array>
165</resources>
166