blob: 1cdae3d81208561be49d4f8c8a4ad4a4a962cffc [file] [log] [blame]
The Android Open Source Project923bf412009-03-13 15:11:42 -07001<?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">
Amith Yamasani6a6075c2010-02-03 15:35:49 -080021 <!-- Symbols that are suggested between words -->
Ken Wakasaf5df46f2010-10-21 01:56:18 +090022 <string name="suggested_punctuations">!?,\u0022\u0027:();-/@_</string>
Jean Chalard863f95b2011-05-09 16:54:07 +090023 <!-- 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 -->
Ken Wakasa1508c0e2010-09-15 13:37:52 +090034
Tadashi G. Takaoka246acc52010-12-14 11:06:05 +090035 <!-- 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 numeric" key. Must be short to fit on key! -->
42 <string name="label_to_numeric_key">123</string>
43
Ken Wakasa1508c0e2010-09-15 13:37:52 +090044 <!-- Option values to show/hide the settings key in onscreen keyboard -->
45 <!-- Automatically decide to show or hide the settings key -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090046 <string name="settings_key_mode_auto">0</string>
Ken Wakasa1508c0e2010-09-15 13:37:52 +090047 <!-- Always show the settings key -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090048 <string name="settings_key_mode_always_show">1</string>
Ken Wakasa1508c0e2010-09-15 13:37:52 +090049 <!-- Always hide the settings key -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090050 <string name="settings_key_mode_always_hide">2</string>
51 <!-- Array of the settings key mode values -->
52 <string-array name="settings_key_modes_values">
53 <item>@string/settings_key_mode_auto</item>
54 <item>@string/settings_key_mode_always_show</item>
55 <item>@string/settings_key_mode_always_hide</item>
56 </string-array>
57 <!-- Array of the settings key modes -->
58 <string-array name="settings_key_modes">
59 <item>@string/settings_key_mode_auto_name</item>
60 <item>@string/settings_key_mode_always_show_name</item>
61 <item>@string/settings_key_mode_always_hide_name</item>
62 </string-array>
satok7599cfe2010-11-13 19:09:30 +090063
64 <!-- Always show the suggestion strip -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090065 <string name="prefs_suggestion_visibility_show_value">0</string>
satok7599cfe2010-11-13 19:09:30 +090066 <!-- Show the suggestion strip only on portrait mode -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090067 <string name="prefs_suggestion_visibility_show_only_portrait_value">1</string>
satok7599cfe2010-11-13 19:09:30 +090068 <!-- Always hide the suggestion strip -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090069 <string name="prefs_suggestion_visibility_hide_value">2</string>
satok7599cfe2010-11-13 19:09:30 +090070 <!-- Default value of the visibility of the suggestion strip -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090071 <string name="prefs_suggestion_visibility_default_value">0</string>
72 <!-- Option to show/hide the suggestion strip -->
73 <string-array name="prefs_suggestion_visibility_values">
74 <item>@string/prefs_suggestion_visibility_show_value</item>
75 <item>@string/prefs_suggestion_visibility_show_only_portrait_value</item>
76 <item>@string/prefs_suggestion_visibility_hide_value</item>
77 </string-array>
78 <string-array name="prefs_suggestion_visibilities">
79 <item>@string/prefs_suggestion_visibility_show_name</item>
80 <item>@string/prefs_suggestion_visibility_show_only_portrait_name</item>
81 <item>@string/prefs_suggestion_visibility_hide_name</item>
82 </string-array>
83
Tadashi G. Takaoka9ecad8c2010-12-13 12:37:23 +090084 <string name="auto_correction_threshold_mode_index_off">0</string>
85 <string name="auto_correction_threshold_mode_index_modest">1</string>
86 <string name="auto_correction_threshold_mode_index_aggeressive">2</string>
87 <string-array name="auto_correction_threshold_mode_indexes">
88 <item>@string/auto_correction_threshold_mode_index_off</item>
89 <item>@string/auto_correction_threshold_mode_index_modest</item>
90 <item>@string/auto_correction_threshold_mode_index_aggeressive</item>
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090091 </string-array>
92 <string-array name="auto_correction_threshold_modes">
93 <item>@string/auto_correction_threshold_mode_off</item>
94 <item>@string/auto_correction_threshold_mode_modest</item>
95 <item>@string/auto_correction_threshold_mode_aggeressive</item>
96 </string-array>
97
98 <string name="voice_mode_main">0</string>
99 <string name="voice_mode_symbols">1</string>
100 <string name="voice_mode_off">2</string>
101 <string-array name="voice_input_modes_values">
102 <item>@string/voice_mode_main</item>
103 <item>@string/voice_mode_symbols</item>
104 <item>@string/voice_mode_off</item>
105 </string-array>
106 <!-- Array of Voice Input modes -->
107 <string-array name="voice_input_modes">
108 <item>@string/voice_input_modes_main_keyboard</item>
109 <item>@string/voice_input_modes_symbols_keyboard</item>
110 <item>@string/voice_input_modes_off</item>
111 </string-array>
112 <!-- Array of Voice Input modes summary -->
113 <string-array name="voice_input_modes_summary">
114 <item>@string/voice_input_modes_summary_main_keyboard</item>
115 <item>@string/voice_input_modes_summary_symbols_keyboard</item>
116 <item>@string/voice_input_modes_summary_off</item>
117 </string-array>
118
119 <!-- Title for Latin keyboard debug settings activity / dialog -->
120 <string name="english_ime_debug_settings">Android keyboard Debug settings</string>
121 <string name="prefs_debug_mode">Debug Mode</string>
satok7599cfe2010-11-13 19:09:30 +0900122
Tadashi G. Takaoka75fde642010-11-19 00:31:20 -0800123 <!-- Keyboard theme names -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900124 <string name="layout_basic">Basic</string>
125 <string name="layout_high_contrast">Basic (High Contrast)</string>
126 <string name="layout_stone_bold">Stone (bold)</string>
127 <string name="layout_stone_normal">Stone (normal)</string>
128 <string name="layout_gingerbread">Gingerbread</string>
129 <string name="layout_honeycomb">Honeycomb</string>
Tadashi G. Takaoka75fde642010-11-19 00:31:20 -0800130
131 <!-- For keyboard theme switcher dialog -->
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900132 <string-array name="keyboard_layout_modes">
Tadashi G. Takaoka75fde642010-11-19 00:31:20 -0800133 <item>@string/layout_basic</item>
134 <item>@string/layout_high_contrast</item>
135 <item>@string/layout_stone_normal</item>
136 <item>@string/layout_stone_bold</item>
137 <item>@string/layout_gingerbread</item>
138 <item>@string/layout_honeycomb</item>
139 </string-array>
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900140 <string-array name="keyboard_layout_modes_values">
Tadashi G. Takaoka75fde642010-11-19 00:31:20 -0800141 <item>0</item>
142 <item>1</item>
143 <item>2</item>
144 <item>3</item>
145 <item>4</item>
146 <item>5</item>
147 </string-array>
Tadashi G. Takaokae276d8d2011-01-14 16:12:36 +0900148
149 <!-- Subtype locale name exceptions -->
150 <string-array name="subtype_locale_exception_keys">
151 <item>en_US</item>
152 <item>en_GB</item>
153 </string-array>
154 <string-array name="subtype_locale_exception_values">
155 <item>English (US)</item>
156 <item>English (UK)</item>
157 </string-array>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700158</resources>