Home | History | Annotate | Download | only in values
      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">!,?,\\,,:,;,\",(,),\',-,/,@,_</string>
     23     <!-- Symbols that should be swapped with a weak space -->
     24     <string name="weak_space_swapping_symbols">.,;:!?)]}\"</string>
     25     <!-- Symbols that should strip a weak space -->
     26     <string name="weak_space_stripping_symbols">"&#x0009;&#x0020;\n/_\'-"</string>
     27     <!-- Symbols that should convert weak spaces into real space -->
     28     <string name="phantom_space_promoting_symbols">([*&amp;@{&lt;&gt;+=|</string>
     29     <!-- Symbols that do NOT separate words -->
     30     <string name="symbols_excluded_from_word_separators">\'-</string>
     31     <!-- Word separator list is the union of all symbols except those that are not separators:
     32     weak_space_swapping_symbols | weak_space_stripping_symbols
     33             \ symbols_excluded_from_word_separators -->
     34     <!-- Symbol characters list that should switch back to the main layout -->
     35     <!-- U+2018: "" LEFT SINGLE QUOTATION MARK
     36          U+2019: "" RIGHT SINGLE QUOTATION MARK
     37          U+201A: "" SINGLE LOW-9 QUOTATION MARK
     38          U+201B: "" SINGLE HIGH-REVERSED-9 QUOTATION MARK
     39          U+201C: "" LEFT DOUBLE QUOTATION MARK
     40          U+201D: "" RIGHT DOUBLE QUOTATION MARK
     41          U+201E: "" DOUBLE LOW-9 QUOTATION MARK
     42          U+201F: "" DOUBLE HIGH-REVERSED-9 QUOTATION MARK
     43          U+00AB: "" LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
     44          U+00BB: "" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK -->
     45     <!-- <string name="layout_switch_back_symbols">\"\'&#x2018;&#x2019;&#x201A;&#x201B;&#x201C;&#x201D;&#x201E;&#x201F;&#x00AB;&#x00BB;</string> -->
     46     <string name="layout_switch_back_symbols"></string>
     47 
     48     <!--  Always show the suggestion strip -->
     49     <string name="prefs_suggestion_visibility_show_value">0</string>
     50     <!--  Show the suggestion strip only on portrait mode -->
     51     <string name="prefs_suggestion_visibility_show_only_portrait_value">1</string>
     52     <!--  Always hide the suggestion strip -->
     53     <string name="prefs_suggestion_visibility_hide_value">2</string>
     54     <!--  Default value of the visibility of the suggestion strip -->
     55     <string name="prefs_suggestion_visibility_default_value">0</string>
     56     <!--  Option to show/hide the suggestion strip -->
     57     <string-array name="prefs_suggestion_visibility_values">
     58        <item>@string/prefs_suggestion_visibility_show_value</item>
     59        <item>@string/prefs_suggestion_visibility_show_only_portrait_value</item>
     60        <item>@string/prefs_suggestion_visibility_hide_value</item>
     61     </string-array>
     62     <string-array name="prefs_suggestion_visibilities">
     63        <item>@string/prefs_suggestion_visibility_show_name</item>
     64        <item>@string/prefs_suggestion_visibility_show_only_portrait_name</item>
     65        <item>@string/prefs_suggestion_visibility_hide_name</item>
     66     </string-array>
     67 
     68     <string name="auto_correction_threshold_mode_index_off">0</string>
     69     <string name="auto_correction_threshold_mode_index_modest">1</string>
     70     <string name="auto_correction_threshold_mode_index_aggeressive">2</string>
     71     <string name="auto_correction_threshold_mode_index_very_aggeressive">3</string>
     72     <string-array name="auto_correction_threshold_mode_indexes">
     73       <item>@string/auto_correction_threshold_mode_index_off</item>
     74       <item>@string/auto_correction_threshold_mode_index_modest</item>
     75       <item>@string/auto_correction_threshold_mode_index_aggeressive</item>
     76       <item>@string/auto_correction_threshold_mode_index_very_aggeressive</item>
     77     </string-array>
     78     <string-array name="auto_correction_threshold_modes">
     79       <item>@string/auto_correction_threshold_mode_off</item>
     80       <item>@string/auto_correction_threshold_mode_modest</item>
     81       <item>@string/auto_correction_threshold_mode_aggeressive</item>
     82       <item>@string/auto_correction_threshold_mode_very_aggeressive</item>
     83     </string-array>
     84 
     85     <string name="voice_mode_main">0</string>
     86     <string name="voice_mode_symbols">1</string>
     87     <string name="voice_mode_off">2</string>
     88     <string-array name="voice_input_modes_values">
     89         <item>@string/voice_mode_main</item>
     90         <item>@string/voice_mode_symbols</item>
     91         <item>@string/voice_mode_off</item>
     92     </string-array>
     93     <!-- Array of Voice Input modes -->
     94     <string-array name="voice_input_modes">
     95         <item>@string/voice_input_modes_main_keyboard</item>
     96         <item>@string/voice_input_modes_symbols_keyboard</item>
     97         <item>@string/voice_input_modes_off</item>
     98     </string-array>
     99     <!-- Array of Voice Input modes summary -->
    100     <string-array name="voice_input_modes_summary">
    101         <item>@string/voice_input_modes_summary_main_keyboard</item>
    102         <item>@string/voice_input_modes_summary_symbols_keyboard</item>
    103         <item>@string/voice_input_modes_summary_off</item>
    104     </string-array>
    105 
    106     <!-- Title for Latin keyboard debug settings activity / dialog -->
    107     <string name="english_ime_debug_settings">Android keyboard Debug settings</string>
    108     <string name="prefs_debug_mode">Debug Mode</string>
    109     <string name="prefs_force_non_distinct_multitouch">Force non-distinct multitouch</string>
    110 
    111     <!-- Keyboard theme names -->
    112     <string name="layout_basic">Basic</string>
    113     <string name="layout_high_contrast">Basic (High Contrast)</string>
    114     <string name="layout_stone_bold">Stone (bold)</string>
    115     <string name="layout_stone_normal">Stone (normal)</string>
    116     <string name="layout_gingerbread">Gingerbread</string>
    117     <string name="layout_ics">IceCreamSandwich</string>
    118 
    119     <!-- For keyboard theme switcher dialog -->
    120     <string-array name="keyboard_layout_modes">
    121         <item>@string/layout_basic</item>
    122         <item>@string/layout_high_contrast</item>
    123         <item>@string/layout_stone_normal</item>
    124         <item>@string/layout_stone_bold</item>
    125         <item>@string/layout_gingerbread</item>
    126         <item>@string/layout_ics</item>
    127     </string-array>
    128     <string-array name="keyboard_layout_modes_values">
    129         <item>0</item>
    130         <item>1</item>
    131         <item>2</item>
    132         <item>3</item>
    133         <item>4</item>
    134         <item>5</item>
    135     </string-array>
    136 
    137     <!-- Subtype locale display name exceptions.
    138          For each exception, there should be related string resource for display name that has
    139          explicit keyboard layout. The string resource name must be "subtype_with_layout_<locale>. -->
    140     <string-array name="subtype_locale_exception_keys">
    141         <item>en_US</item>
    142         <item>en_GB</item>
    143     </string-array>
    144     <string-array name="subtype_locale_exception_values">
    145         <item>English (US)</item>
    146         <item>English (UK)</item>
    147     </string-array>
    148 
    149     <!-- Generic subtype label -->
    150     <string name="subtype_generic">%s</string>
    151 
    152     <!-- Predefined keyboard layouts for additional subtype -->
    153     <string-array name="predefined_layouts">
    154         <item>qwerty</item>
    155         <item>qwertz</item>
    156         <item>azerty</item>
    157         <item>dvorak</item>
    158         <item>colemak</item>
    159         <item>pcqwerty</item>
    160     </string-array>
    161     <!-- Predefined keyboard layout display names -->
    162     <string-array name="predefined_layout_display_names">
    163         <item>QWERTY</item>
    164         <item>QWERTZ</item>
    165         <item>AZERTY</item>
    166         <item>Dvorak</item>
    167         <item>Colemak</item>
    168         <item>PC</item>
    169     </string-array>
    170     <!-- Description for generic subtype that has predefined layout.
    171          The string resource name must be "subtype_generic_<layout name>".
    172          The string resource with "No language" also must be added to strings.xml and the resource
    173          name must be "subtype_no_language_<layout name>" -->
    174     <string name="subtype_generic_qwerty">%s (QWERTY)</string>
    175     <string name="subtype_generic_qwertz">%s (QWERTZ)</string>
    176     <string name="subtype_generic_azerty">%s (AZERTY)</string>
    177     <string name="subtype_generic_dvorak">%s (Dvorak)</string>
    178     <string name="subtype_generic_colemak">%s (Colemak)</string>
    179     <string name="subtype_generic_pcqwerty">%s (PC)</string>
    180 
    181     <!-- Description for Bulgarian (BDS) subtype. -->
    182     <string name="subtype_bulgarian_bds">%s (BDS)</string>
    183 
    184     <!-- Compatibility map from subtypeLocale:subtypeExtraValue to keyboardLayoutSet -->
    185     <string-array name="locale_and_extra_value_to_keyboard_layout_set_map">
    186         <item>en_US:TrySuppressingImeSwitcher,AsciiCapable,SupportTouchPositionCorrection</item>
    187         <item>qwerty</item>
    188         <item>en_GB:TrySuppressingImeSwitcher,AsciiCapable,SupportTouchPositionCorrection</item>
    189         <item>qwerty</item>
    190         <item>ar:SupportTouchPositionCorrection</item>
    191         <item>arabic</item>
    192         <item>cs:AsciiCapable,SupportTouchPositionCorrection</item>
    193         <item>qwertz</item>
    194         <item>da:AsciiCapable,SupportTouchPositionCorrection</item>
    195         <item>nordic</item>
    196         <item>de:AsciiCapable,SupportTouchPositionCorrection</item>
    197         <item>qwertz</item>
    198         <item>es:AsciiCapable,SupportTouchPositionCorrection</item>
    199         <item>spanish</item>
    200         <item>fi:AsciiCapable,SupportTouchPositionCorrection</item>
    201         <item>nordic</item>
    202         <item>fr:AsciiCapable,SupportTouchPositionCorrection</item>
    203         <item>azerty</item>
    204         <item>fr_CA:AsciiCapable,SupportTouchPositionCorrection</item>
    205         <item>qwerty</item>
    206         <item>hr:AsciiCapable,SupportTouchPositionCorrection</item>
    207         <item>qwertz</item>
    208         <item>hu:AsciiCapable,SupportTouchPositionCorrection</item>
    209         <item>qwertz</item>
    210         <item>it:AsciiCapable,SupportTouchPositionCorrection</item>
    211         <item>qwerty</item>
    212         <item>iw:SupportTouchPositionCorrection</item>
    213         <item>hebrew</item>
    214         <item>nb:AsciiCapable,SupportTouchPositionCorrection</item>
    215         <item>nordic</item>
    216         <item>nl:AsciiCapable,SupportTouchPositionCorrection</item>
    217         <item>qwerty</item>
    218         <item>pl:AsciiCapable,SupportTouchPositionCorrection</item>
    219         <item>qwerty</item>
    220         <item>ru:SupportTouchPositionCorrection</item>
    221         <item>east_slavic</item>
    222         <item>sr:SupportTouchPositionCorrection</item>
    223         <item>south_slavic</item>
    224         <item>sv:AsciiCapable,SupportTouchPositionCorrection</item>
    225         <item>nordic</item>
    226         <item>tr:AsciiCapable,SupportTouchPositionCorrection</item>
    227         <item>qwerty</item>
    228     </string-array>
    229 
    230     <!-- dictionary pack package name /settings activity (for shared prefs and settings) -->
    231     <string name="dictionary_pack_package_name">com.google.android.inputmethod.latin.dictionarypack</string>
    232     <string name="dictionary_pack_settings_activity">com.google.android.inputmethod.latin.dictionarypack.DictionarySettingsActivity</string>
    233     <string name="settings_ms">ms</string>
    234     <string name="settings_warning_researcher_mode">Attention!  You are using the special keyboard for research purposes.</string>
    235 </resources>
    236