2009-03-13 22:11:42 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!--
|
|
|
|
|
/*
|
|
|
|
|
**
|
|
|
|
|
** Copyright 2009, The Android Open Source Project
|
|
|
|
|
**
|
|
|
|
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
|
** you may not use this file except in compliance with the License.
|
|
|
|
|
** You may obtain a copy of the License at
|
|
|
|
|
**
|
|
|
|
|
** http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
**
|
|
|
|
|
** Unless required by applicable law or agreed to in writing, software
|
|
|
|
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
** See the License for the specific language governing permissions and
|
|
|
|
|
** limitations under the License.
|
|
|
|
|
*/
|
|
|
|
|
-->
|
|
|
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
2010-02-03 23:35:49 +00:00
|
|
|
|
<!-- Symbols that are suggested between words -->
|
2012-02-14 08:20:00 +00:00
|
|
|
|
<string name="suggested_punctuations">!,?,\\,,:,;,\",(,),\',-,/,@,_</string>
|
2012-02-22 02:54:44 +00:00
|
|
|
|
<!-- Symbols that should be swapped with a weak space -->
|
|
|
|
|
<string name="weak_space_swapping_symbols">.,;:!?)]}\"</string>
|
|
|
|
|
<!-- Symbols that should strip a weak space -->
|
|
|
|
|
<string name="weak_space_stripping_symbols">"	 \n/_\'-"</string>
|
|
|
|
|
<!-- Symbols that should convert weak spaces into real space -->
|
2012-03-06 05:00:34 +00:00
|
|
|
|
<string name="phantom_space_promoting_symbols">([*&@{<>+=|</string>
|
2011-05-09 07:54:07 +00:00
|
|
|
|
<!-- Symbols that do NOT separate words -->
|
2012-02-14 08:20:00 +00:00
|
|
|
|
<string name="symbols_excluded_from_word_separators">\'-</string>
|
2011-05-09 07:54:07 +00:00
|
|
|
|
<!-- Word separator list is the union of all symbols except those that are not separators:
|
2012-02-22 02:54:44 +00:00
|
|
|
|
weak_space_swapping_symbols | weak_space_stripping_symbols
|
|
|
|
|
\ symbols_excluded_from_word_separators -->
|
2011-09-16 04:03:33 +00:00
|
|
|
|
<!-- Symbol characters list that should switch back to the main layout -->
|
2012-02-14 08:20:00 +00:00
|
|
|
|
<!-- U+2018: "‘" LEFT SINGLE QUOTATION MARK
|
|
|
|
|
U+2019: "’" RIGHT SINGLE QUOTATION MARK
|
|
|
|
|
U+201A: "‚" SINGLE LOW-9 QUOTATION MARK
|
|
|
|
|
U+201B: "‛" SINGLE HIGH-REVERSED-9 QUOTATION MARK
|
|
|
|
|
U+201C: "“" LEFT DOUBLE QUOTATION MARK
|
|
|
|
|
U+201D: "”" RIGHT DOUBLE QUOTATION MARK
|
|
|
|
|
U+201E: "„" DOUBLE LOW-9 QUOTATION MARK
|
|
|
|
|
U+201F: "‟" DOUBLE HIGH-REVERSED-9 QUOTATION MARK
|
|
|
|
|
U+00AB: "«" LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
|
|
|
U+00BB: "»" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK -->
|
|
|
|
|
<!-- <string name="layout_switch_back_symbols">\"\'‘’‚‛“”„‟«»</string> -->
|
2011-09-16 04:03:33 +00:00
|
|
|
|
<string name="layout_switch_back_symbols"></string>
|
2010-09-15 04:37:52 +00:00
|
|
|
|
|
2010-11-13 10:09:30 +00:00
|
|
|
|
<!-- Always show the suggestion strip -->
|
2010-12-11 08:06:24 +00:00
|
|
|
|
<string name="prefs_suggestion_visibility_show_value">0</string>
|
2010-11-13 10:09:30 +00:00
|
|
|
|
<!-- Show the suggestion strip only on portrait mode -->
|
2010-12-11 08:06:24 +00:00
|
|
|
|
<string name="prefs_suggestion_visibility_show_only_portrait_value">1</string>
|
2010-11-13 10:09:30 +00:00
|
|
|
|
<!-- Always hide the suggestion strip -->
|
2010-12-11 08:06:24 +00:00
|
|
|
|
<string name="prefs_suggestion_visibility_hide_value">2</string>
|
2010-11-13 10:09:30 +00:00
|
|
|
|
<!-- Default value of the visibility of the suggestion strip -->
|
2010-12-11 08:06:24 +00:00
|
|
|
|
<string name="prefs_suggestion_visibility_default_value">0</string>
|
|
|
|
|
<!-- Option to show/hide the suggestion strip -->
|
|
|
|
|
<string-array name="prefs_suggestion_visibility_values">
|
|
|
|
|
<item>@string/prefs_suggestion_visibility_show_value</item>
|
|
|
|
|
<item>@string/prefs_suggestion_visibility_show_only_portrait_value</item>
|
|
|
|
|
<item>@string/prefs_suggestion_visibility_hide_value</item>
|
|
|
|
|
</string-array>
|
|
|
|
|
<string-array name="prefs_suggestion_visibilities">
|
|
|
|
|
<item>@string/prefs_suggestion_visibility_show_name</item>
|
|
|
|
|
<item>@string/prefs_suggestion_visibility_show_only_portrait_name</item>
|
|
|
|
|
<item>@string/prefs_suggestion_visibility_hide_name</item>
|
|
|
|
|
</string-array>
|
|
|
|
|
|
2010-12-13 03:37:23 +00:00
|
|
|
|
<string name="auto_correction_threshold_mode_index_off">0</string>
|
|
|
|
|
<string name="auto_correction_threshold_mode_index_modest">1</string>
|
|
|
|
|
<string name="auto_correction_threshold_mode_index_aggeressive">2</string>
|
2011-06-24 11:30:31 +00:00
|
|
|
|
<string name="auto_correction_threshold_mode_index_very_aggeressive">3</string>
|
2010-12-13 03:37:23 +00:00
|
|
|
|
<string-array name="auto_correction_threshold_mode_indexes">
|
|
|
|
|
<item>@string/auto_correction_threshold_mode_index_off</item>
|
|
|
|
|
<item>@string/auto_correction_threshold_mode_index_modest</item>
|
|
|
|
|
<item>@string/auto_correction_threshold_mode_index_aggeressive</item>
|
2011-06-24 11:30:31 +00:00
|
|
|
|
<item>@string/auto_correction_threshold_mode_index_very_aggeressive</item>
|
2010-12-11 08:06:24 +00:00
|
|
|
|
</string-array>
|
|
|
|
|
<string-array name="auto_correction_threshold_modes">
|
|
|
|
|
<item>@string/auto_correction_threshold_mode_off</item>
|
|
|
|
|
<item>@string/auto_correction_threshold_mode_modest</item>
|
|
|
|
|
<item>@string/auto_correction_threshold_mode_aggeressive</item>
|
2011-06-24 11:30:31 +00:00
|
|
|
|
<item>@string/auto_correction_threshold_mode_very_aggeressive</item>
|
2010-12-11 08:06:24 +00:00
|
|
|
|
</string-array>
|
|
|
|
|
|
|
|
|
|
<string name="voice_mode_main">0</string>
|
|
|
|
|
<string name="voice_mode_symbols">1</string>
|
|
|
|
|
<string name="voice_mode_off">2</string>
|
|
|
|
|
<string-array name="voice_input_modes_values">
|
|
|
|
|
<item>@string/voice_mode_main</item>
|
|
|
|
|
<item>@string/voice_mode_symbols</item>
|
|
|
|
|
<item>@string/voice_mode_off</item>
|
|
|
|
|
</string-array>
|
|
|
|
|
<!-- Array of Voice Input modes -->
|
|
|
|
|
<string-array name="voice_input_modes">
|
|
|
|
|
<item>@string/voice_input_modes_main_keyboard</item>
|
|
|
|
|
<item>@string/voice_input_modes_symbols_keyboard</item>
|
|
|
|
|
<item>@string/voice_input_modes_off</item>
|
|
|
|
|
</string-array>
|
|
|
|
|
<!-- Array of Voice Input modes summary -->
|
|
|
|
|
<string-array name="voice_input_modes_summary">
|
|
|
|
|
<item>@string/voice_input_modes_summary_main_keyboard</item>
|
|
|
|
|
<item>@string/voice_input_modes_summary_symbols_keyboard</item>
|
|
|
|
|
<item>@string/voice_input_modes_summary_off</item>
|
|
|
|
|
</string-array>
|
|
|
|
|
|
|
|
|
|
<!-- Title for Latin keyboard debug settings activity / dialog -->
|
|
|
|
|
<string name="english_ime_debug_settings">Android keyboard Debug settings</string>
|
|
|
|
|
<string name="prefs_debug_mode">Debug Mode</string>
|
2012-01-16 08:18:40 +00:00
|
|
|
|
<string name="prefs_force_non_distinct_multitouch">Force non-distinct multitouch</string>
|
2010-11-13 10:09:30 +00:00
|
|
|
|
|
2010-11-19 08:31:20 +00:00
|
|
|
|
<!-- Keyboard theme names -->
|
2010-12-11 08:06:24 +00:00
|
|
|
|
<string name="layout_basic">Basic</string>
|
|
|
|
|
<string name="layout_high_contrast">Basic (High Contrast)</string>
|
|
|
|
|
<string name="layout_stone_bold">Stone (bold)</string>
|
|
|
|
|
<string name="layout_stone_normal">Stone (normal)</string>
|
|
|
|
|
<string name="layout_gingerbread">Gingerbread</string>
|
2011-06-21 11:10:51 +00:00
|
|
|
|
<string name="layout_ics">IceCreamSandwich</string>
|
2010-11-19 08:31:20 +00:00
|
|
|
|
|
|
|
|
|
<!-- For keyboard theme switcher dialog -->
|
2010-12-11 08:06:24 +00:00
|
|
|
|
<string-array name="keyboard_layout_modes">
|
2010-11-19 08:31:20 +00:00
|
|
|
|
<item>@string/layout_basic</item>
|
|
|
|
|
<item>@string/layout_high_contrast</item>
|
|
|
|
|
<item>@string/layout_stone_normal</item>
|
|
|
|
|
<item>@string/layout_stone_bold</item>
|
|
|
|
|
<item>@string/layout_gingerbread</item>
|
2011-06-21 11:10:51 +00:00
|
|
|
|
<item>@string/layout_ics</item>
|
2010-11-19 08:31:20 +00:00
|
|
|
|
</string-array>
|
2010-12-11 08:06:24 +00:00
|
|
|
|
<string-array name="keyboard_layout_modes_values">
|
2010-11-19 08:31:20 +00:00
|
|
|
|
<item>0</item>
|
|
|
|
|
<item>1</item>
|
|
|
|
|
<item>2</item>
|
|
|
|
|
<item>3</item>
|
|
|
|
|
<item>4</item>
|
|
|
|
|
<item>5</item>
|
|
|
|
|
</string-array>
|
2011-01-14 07:12:36 +00:00
|
|
|
|
|
2012-04-11 09:21:10 +00:00
|
|
|
|
<!-- Subtype locale display name exceptions -->
|
2011-01-14 07:12:36 +00:00
|
|
|
|
<string-array name="subtype_locale_exception_keys">
|
|
|
|
|
<item>en_US</item>
|
|
|
|
|
<item>en_GB</item>
|
|
|
|
|
</string-array>
|
|
|
|
|
<string-array name="subtype_locale_exception_values">
|
|
|
|
|
<item>English (US)</item>
|
|
|
|
|
<item>English (UK)</item>
|
|
|
|
|
</string-array>
|
2011-07-23 08:42:23 +00:00
|
|
|
|
|
|
|
|
|
<!-- Generic subtype label -->
|
|
|
|
|
<string name="subtype_generic">%s</string>
|
2012-01-10 09:13:34 +00:00
|
|
|
|
<!-- Description for generic QWERTY keyboard subtype -->
|
|
|
|
|
<string name="subtype_generic_qwerty">%s (QWERTY)</string>
|
2012-04-11 09:21:10 +00:00
|
|
|
|
<!-- Description for generic QWERTZ keyboard subtype -->
|
|
|
|
|
<string name="subtype_generic_qwertz">%s (QWERTZ)</string>
|
|
|
|
|
<!-- Description for generic AZERTY keyboard subtype -->
|
|
|
|
|
<string name="subtype_generic_azerty">%s (AZERTY)</string>
|
2011-08-11 12:48:59 +00:00
|
|
|
|
|
|
|
|
|
<!-- dictionary pack package name /settings activity (for shared prefs and settings) -->
|
|
|
|
|
<string name="dictionary_pack_package_name">com.google.android.inputmethod.latin.dictionarypack</string>
|
|
|
|
|
<string name="dictionary_pack_settings_activity">com.google.android.inputmethod.latin.dictionarypack.DictionarySettingsActivity</string>
|
2011-09-28 11:11:05 +00:00
|
|
|
|
<string name="settings_ms">ms</string>
|
2011-12-09 03:40:43 +00:00
|
|
|
|
<string name="settings_warning_researcher_mode">Attention! You are using the special keyboard for research purposes.</string>
|
2009-03-13 22:11:42 +00:00
|
|
|
|
</resources>
|