donottranslate.xml revision 09578c895d7c6c85f3eb5fa39e27c37f8857b01f
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 "switch to more symbol" modifier key.  Must be short to fit on key! -->
36    <string name="label_to_more_symbol_key">= \\ &lt;</string>
37    <!-- Label for "switch to more symbol" modifier key on tablets.  Must be short to fit on key! -->
38    <string name="label_to_more_symbol_for_tablet_key">\\ ^ [ {</string>
39
40    <!-- Label for "Tab" key.  Must be short to fit on key! -->
41    <string name="label_tab_key">Tab</string>
42    <!-- Label for "switch to phone numeric" key.  Must be short to fit on key! -->
43    <string name="label_to_phone_numeric_key">123</string>
44    <!-- Label for "switch to phone symbols" key.  Must be short to fit on key! -->
45    <string name="label_to_phone_symbols_key">\uff0a\uff03</string>
46
47    <!-- Character for candidate divider (BOX DRAWINGS LIGHT VERTICAL) -->
48    <string name="label_candidate_divider">\u2502</string>
49    <!-- Character for expand candidates pane (BLACK DOWN-POINTING TRIANGLE) -->
50    <string name="label_expand_candidates_pane">\u25bc</string>
51    <!-- Character for close candidates pane (BLACK UP-POINTING TRIANGLE) -->
52    <string name="label_close_candidates_pane">\u25b2</string>
53
54    <!--  Always show the suggestion strip -->
55    <string name="prefs_suggestion_visibility_show_value">0</string>
56    <!--  Show the suggestion strip only on portrait mode -->
57    <string name="prefs_suggestion_visibility_show_only_portrait_value">1</string>
58    <!--  Always hide the suggestion strip -->
59    <string name="prefs_suggestion_visibility_hide_value">2</string>
60    <!--  Default value of the visibility of the suggestion strip -->
61    <string name="prefs_suggestion_visibility_default_value">0</string>
62    <!--  Option to show/hide the suggestion strip -->
63    <string-array name="prefs_suggestion_visibility_values">
64       <item>@string/prefs_suggestion_visibility_show_value</item>
65       <item>@string/prefs_suggestion_visibility_show_only_portrait_value</item>
66       <item>@string/prefs_suggestion_visibility_hide_value</item>
67    </string-array>
68    <string-array name="prefs_suggestion_visibilities">
69       <item>@string/prefs_suggestion_visibility_show_name</item>
70       <item>@string/prefs_suggestion_visibility_show_only_portrait_name</item>
71       <item>@string/prefs_suggestion_visibility_hide_name</item>
72    </string-array>
73
74    <string name="auto_correction_threshold_mode_index_off">0</string>
75    <string name="auto_correction_threshold_mode_index_modest">1</string>
76    <string name="auto_correction_threshold_mode_index_aggeressive">2</string>
77    <string name="auto_correction_threshold_mode_index_very_aggeressive">3</string>
78    <string-array name="auto_correction_threshold_mode_indexes">
79      <item>@string/auto_correction_threshold_mode_index_off</item>
80      <item>@string/auto_correction_threshold_mode_index_modest</item>
81      <item>@string/auto_correction_threshold_mode_index_aggeressive</item>
82      <item>@string/auto_correction_threshold_mode_index_very_aggeressive</item>
83    </string-array>
84    <string-array name="auto_correction_threshold_modes">
85      <item>@string/auto_correction_threshold_mode_off</item>
86      <item>@string/auto_correction_threshold_mode_modest</item>
87      <item>@string/auto_correction_threshold_mode_aggeressive</item>
88      <item>@string/auto_correction_threshold_mode_very_aggeressive</item>
89    </string-array>
90
91    <string name="voice_mode_main">0</string>
92    <string name="voice_mode_symbols">1</string>
93    <string name="voice_mode_off">2</string>
94    <string-array name="voice_input_modes_values">
95        <item>@string/voice_mode_main</item>
96        <item>@string/voice_mode_symbols</item>
97        <item>@string/voice_mode_off</item>
98    </string-array>
99    <!-- Array of Voice Input modes -->
100    <string-array name="voice_input_modes">
101        <item>@string/voice_input_modes_main_keyboard</item>
102        <item>@string/voice_input_modes_symbols_keyboard</item>
103        <item>@string/voice_input_modes_off</item>
104    </string-array>
105    <!-- Array of Voice Input modes summary -->
106    <string-array name="voice_input_modes_summary">
107        <item>@string/voice_input_modes_summary_main_keyboard</item>
108        <item>@string/voice_input_modes_summary_symbols_keyboard</item>
109        <item>@string/voice_input_modes_summary_off</item>
110    </string-array>
111
112    <!-- Title for Latin keyboard debug settings activity / dialog -->
113    <string name="english_ime_debug_settings">Android keyboard Debug settings</string>
114    <string name="prefs_debug_mode">Debug Mode</string>
115
116    <!-- Keyboard theme names -->
117    <string name="layout_basic">Basic</string>
118    <string name="layout_high_contrast">Basic (High Contrast)</string>
119    <string name="layout_stone_bold">Stone (bold)</string>
120    <string name="layout_stone_normal">Stone (normal)</string>
121    <string name="layout_gingerbread">Gingerbread</string>
122    <string name="layout_ics">IceCreamSandwich</string>
123
124    <!-- For keyboard theme switcher dialog -->
125    <string-array name="keyboard_layout_modes">
126        <item>@string/layout_basic</item>
127        <item>@string/layout_high_contrast</item>
128        <item>@string/layout_stone_normal</item>
129        <item>@string/layout_stone_bold</item>
130        <item>@string/layout_gingerbread</item>
131        <item>@string/layout_ics</item>
132    </string-array>
133    <string-array name="keyboard_layout_modes_values">
134        <item>0</item>
135        <item>1</item>
136        <item>2</item>
137        <item>3</item>
138        <item>4</item>
139        <item>5</item>
140    </string-array>
141
142    <!-- Subtype locale name exceptions -->
143    <string-array name="subtype_locale_exception_keys">
144        <item>en_US</item>
145        <item>en_GB</item>
146        <item>de_ZZ</item>
147    </string-array>
148    <string-array name="subtype_locale_exception_values">
149        <item>English (US)</item>
150        <item>English (UK)</item>
151        <item>Deutsch (QWERTY)</item>
152    </string-array>
153
154    <!-- Generic subtype label -->
155    <string name="subtype_generic">%s</string>
156</resources>
157