donottranslate.xml revision 913e2aeef26f172d500a4ebfc644b5f47778841a
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="symbols_excluded_from_word_separators">\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 \ symbols_excluded_from_word_separators -->
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    <!--  Always show the suggestion strip -->
48    <string name="prefs_suggestion_visibility_show_value">0</string>
49    <!--  Show the suggestion strip only on portrait mode -->
50    <string name="prefs_suggestion_visibility_show_only_portrait_value">1</string>
51    <!--  Always hide the suggestion strip -->
52    <string name="prefs_suggestion_visibility_hide_value">2</string>
53    <!--  Default value of the visibility of the suggestion strip -->
54    <string name="prefs_suggestion_visibility_default_value">0</string>
55    <!--  Option to show/hide the suggestion strip -->
56    <string-array name="prefs_suggestion_visibility_values">
57       <item>@string/prefs_suggestion_visibility_show_value</item>
58       <item>@string/prefs_suggestion_visibility_show_only_portrait_value</item>
59       <item>@string/prefs_suggestion_visibility_hide_value</item>
60    </string-array>
61    <string-array name="prefs_suggestion_visibilities">
62       <item>@string/prefs_suggestion_visibility_show_name</item>
63       <item>@string/prefs_suggestion_visibility_show_only_portrait_name</item>
64       <item>@string/prefs_suggestion_visibility_hide_name</item>
65    </string-array>
66
67    <string name="auto_correction_threshold_mode_index_off">0</string>
68    <string name="auto_correction_threshold_mode_index_modest">1</string>
69    <string name="auto_correction_threshold_mode_index_aggeressive">2</string>
70    <string name="auto_correction_threshold_mode_index_very_aggeressive">3</string>
71    <string-array name="auto_correction_threshold_mode_indexes">
72      <item>@string/auto_correction_threshold_mode_index_off</item>
73      <item>@string/auto_correction_threshold_mode_index_modest</item>
74      <item>@string/auto_correction_threshold_mode_index_aggeressive</item>
75      <item>@string/auto_correction_threshold_mode_index_very_aggeressive</item>
76    </string-array>
77    <string-array name="auto_correction_threshold_modes">
78      <item>@string/auto_correction_threshold_mode_off</item>
79      <item>@string/auto_correction_threshold_mode_modest</item>
80      <item>@string/auto_correction_threshold_mode_aggeressive</item>
81      <item>@string/auto_correction_threshold_mode_very_aggeressive</item>
82    </string-array>
83
84    <string name="voice_mode_main">0</string>
85    <string name="voice_mode_symbols">1</string>
86    <string name="voice_mode_off">2</string>
87    <string-array name="voice_input_modes_values">
88        <item>@string/voice_mode_main</item>
89        <item>@string/voice_mode_symbols</item>
90        <item>@string/voice_mode_off</item>
91    </string-array>
92    <!-- Array of Voice Input modes -->
93    <string-array name="voice_input_modes">
94        <item>@string/voice_input_modes_main_keyboard</item>
95        <item>@string/voice_input_modes_symbols_keyboard</item>
96        <item>@string/voice_input_modes_off</item>
97    </string-array>
98    <!-- Array of Voice Input modes summary -->
99    <string-array name="voice_input_modes_summary">
100        <item>@string/voice_input_modes_summary_main_keyboard</item>
101        <item>@string/voice_input_modes_summary_symbols_keyboard</item>
102        <item>@string/voice_input_modes_summary_off</item>
103    </string-array>
104
105    <!-- Title for Latin keyboard debug settings activity / dialog -->
106    <string name="english_ime_debug_settings">Android keyboard Debug settings</string>
107    <string name="prefs_debug_mode">Debug Mode</string>
108
109    <!-- Keyboard theme names -->
110    <string name="layout_basic">Basic</string>
111    <string name="layout_high_contrast">Basic (High Contrast)</string>
112    <string name="layout_stone_bold">Stone (bold)</string>
113    <string name="layout_stone_normal">Stone (normal)</string>
114    <string name="layout_gingerbread">Gingerbread</string>
115    <string name="layout_ics">IceCreamSandwich</string>
116
117    <!-- For keyboard theme switcher dialog -->
118    <string-array name="keyboard_layout_modes">
119        <item>@string/layout_basic</item>
120        <item>@string/layout_high_contrast</item>
121        <item>@string/layout_stone_normal</item>
122        <item>@string/layout_stone_bold</item>
123        <item>@string/layout_gingerbread</item>
124        <item>@string/layout_ics</item>
125    </string-array>
126    <string-array name="keyboard_layout_modes_values">
127        <item>0</item>
128        <item>1</item>
129        <item>2</item>
130        <item>3</item>
131        <item>4</item>
132        <item>5</item>
133    </string-array>
134
135    <!-- Subtype locale name exceptions -->
136    <string-array name="subtype_locale_exception_keys">
137        <item>en_US</item>
138        <item>en_GB</item>
139        <item>de_ZZ</item>
140    </string-array>
141    <string-array name="subtype_locale_exception_values">
142        <item>English (US)</item>
143        <item>English (UK)</item>
144        <item>Deutsch (QWERTY)</item>
145    </string-array>
146
147    <!-- Generic subtype label -->
148    <string name="subtype_generic">%s</string>
149
150    <!-- dictionary pack package name /settings activity (for shared prefs and settings) -->
151    <string name="dictionary_pack_package_name">com.google.android.inputmethod.latin.dictionarypack</string>
152    <string name="dictionary_pack_settings_activity">com.google.android.inputmethod.latin.dictionarypack.DictionarySettingsActivity</string>
153</resources>
154