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