donottranslate.xml revision e276d8ddaaff91d5940a71cefb5ecd94fd48ba98
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 commonly considered word separators in this language -->
22    <string name="word_separators">.\u0009\u0020,;:!?\n()[]*&amp;@{}/&lt;&gt;_+=|\u0022</string>
23    <!-- Symbols that are sentence separators, for purposes of making it hug the last sentence. -->
24    <string name="sentence_separators">.,!?)</string>
25    <!-- Symbols that are suggested between words -->
26    <string name="suggested_punctuations">!?,\u0022\u0027:();-/@_</string>
27
28    <!-- Label for ALT modifier key.  Must be short to fit on key! -->
29    <string name="label_alt_key">ALT</string>
30    <!-- Label for "Tab" key.  Must be short to fit on key! -->
31    <string name="label_tab_key">Tab</string>
32    <!-- Label for "switch to symbols" key.  Must be short to fit on key! -->
33    <string name="label_to_symbol_key">\?123</string>
34    <!-- Label for "switch to numeric" key.  Must be short to fit on key! -->
35    <string name="label_to_numeric_key">123</string>
36
37    <!-- Option values to show/hide the settings key in onscreen keyboard -->
38    <!-- Automatically decide to show or hide the settings key -->
39    <string name="settings_key_mode_auto">0</string>
40    <!-- Always show the settings key -->
41    <string name="settings_key_mode_always_show">1</string>
42    <!-- Always hide the settings key -->
43    <string name="settings_key_mode_always_hide">2</string>
44    <!-- Array of the settings key mode values -->
45    <string-array name="settings_key_modes_values">
46        <item>@string/settings_key_mode_auto</item>
47        <item>@string/settings_key_mode_always_show</item>
48        <item>@string/settings_key_mode_always_hide</item>
49    </string-array>
50    <!-- Array of the settings key modes -->
51    <string-array name="settings_key_modes">
52        <item>@string/settings_key_mode_auto_name</item>
53        <item>@string/settings_key_mode_always_show_name</item>
54        <item>@string/settings_key_mode_always_hide_name</item>
55    </string-array>
56
57    <!--  Always show the suggestion strip -->
58    <string name="prefs_suggestion_visibility_show_value">0</string>
59    <!--  Show the suggestion strip only on portrait mode -->
60    <string name="prefs_suggestion_visibility_show_only_portrait_value">1</string>
61    <!--  Always hide the suggestion strip -->
62    <string name="prefs_suggestion_visibility_hide_value">2</string>
63    <!--  Default value of the visibility of the suggestion strip -->
64    <string name="prefs_suggestion_visibility_default_value">0</string>
65    <!--  Option to show/hide the suggestion strip -->
66    <string-array name="prefs_suggestion_visibility_values">
67       <item>@string/prefs_suggestion_visibility_show_value</item>
68       <item>@string/prefs_suggestion_visibility_show_only_portrait_value</item>
69       <item>@string/prefs_suggestion_visibility_hide_value</item>
70    </string-array>
71    <string-array name="prefs_suggestion_visibilities">
72       <item>@string/prefs_suggestion_visibility_show_name</item>
73       <item>@string/prefs_suggestion_visibility_show_only_portrait_name</item>
74       <item>@string/prefs_suggestion_visibility_hide_name</item>
75    </string-array>
76
77    <string name="auto_correction_threshold_mode_index_off">0</string>
78    <string name="auto_correction_threshold_mode_index_modest">1</string>
79    <string name="auto_correction_threshold_mode_index_aggeressive">2</string>
80    <string-array name="auto_correction_threshold_mode_indexes">
81      <item>@string/auto_correction_threshold_mode_index_off</item>
82      <item>@string/auto_correction_threshold_mode_index_modest</item>
83      <item>@string/auto_correction_threshold_mode_index_aggeressive</item>
84    </string-array>
85    <string-array name="auto_correction_threshold_modes">
86      <item>@string/auto_correction_threshold_mode_off</item>
87      <item>@string/auto_correction_threshold_mode_modest</item>
88      <item>@string/auto_correction_threshold_mode_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_honeycomb">Honeycomb</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_honeycomb</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    </string-array>
147    <string-array name="subtype_locale_exception_values">
148        <item>English (US)</item>
149        <item>English (UK)</item>
150    </string-array>
151</resources>
152