Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /*
      4 **
      5 ** Copyright 2008, 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     <!-- Application name for opensource Android keyboard. AOSP(Android Open Source Project) should not be translated. -->
     22     <string name="aosp_android_keyboard_ime_name">Android keyboard (AOSP)</string>
     23     <!-- Title for Latin keyboard input options dialog [CHAR LIMIT=25] -->
     24     <string name="english_ime_input_options">Input options</string>
     25     <!-- Title for Latin keyboard research log dialog, which contains special commands for users that contribute data for research. [CHAR LIMIT=33] -->
     26     <string name="english_ime_research_log">Research Log Commands</string>
     27 
     28     <!-- Name of Android spell checker service. AOSP(Android Open Source Project) should not be translated. -->
     29     <string name="aosp_spell_checker_service_name">Android spell checker (AOSP)</string>
     30 
     31     <!-- Title for the spell checker option to turn on/off contact names lookup [CHAR LIMIT=25] -->
     32     <string name="use_contacts_for_spellchecking_option_title">Look up contact names</string>
     33 
     34     <!-- Description for the spell checker option to turn on/off contact names lookup. [CHAR LIMIT=65] -->
     35     <string name="use_contacts_for_spellchecking_option_summary">Spell checker uses entries from your contact list</string>
     36 
     37     <!-- Option to provide vibrate/haptic feedback on keypress -->
     38     <string name="vibrate_on_keypress">Vibrate on keypress</string>
     39 
     40     <!-- Option to play back sound on keypress in soft keyboard -->
     41     <string name="sound_on_keypress">Sound on keypress</string>
     42 
     43     <!-- Option to control whether or not to show a popup with a larger font on each key press. -->
     44     <string name="popup_on_keypress">Popup on keypress</string>
     45 
     46     <!-- Category title for general settings for Android keyboard -->
     47     <string name="general_category">General</string>
     48 
     49     <!-- Category title for text prediction -->
     50     <string name="correction_category">Text correction</string>
     51 
     52     <!-- Category title for gesture typing -->
     53     <string name="gesture_typing_category">Gesture typing</string>
     54 
     55     <!-- Category title for misc options  -->
     56     <string name="misc_category">Other options</string>
     57 
     58     <!-- Option name for advanced settings screen [CHAR LIMIT=25] -->
     59     <string name="advanced_settings">Advanced settings</string>
     60     <!-- Option summary for advanced settings screen [CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] -->
     61     <string name="advanced_settings_summary">Options for experts</string>
     62 
     63     <!-- Option name for including other IMEs in the language switch list [CHAR LIMIT=30] -->
     64     <string name="include_other_imes_in_language_switch_list">Switch to other input methods</string>
     65     <!-- Option summary for including other IMEs in the language switch list [CHAR LIMIT=65] -->
     66     <string name="include_other_imes_in_language_switch_list_summary">Language switch key covers other input methods too</string>
     67     <!-- Option to show language switch key [CHAR LIMIT=30] -->
     68     <string name="show_language_switch_key">Language switch key</string>
     69     <!-- Option summary for showing language switch key [CHAR LIMIT=65] -->
     70     <string name="show_language_switch_key_summary">Show when multiple input languages are enabled</string>
     71 
     72     <!-- Option for the dismiss delay of the key popup [CHAR LIMIT=25] -->
     73     <string name="key_preview_popup_dismiss_delay">Key popup dismiss delay</string>
     74     <!-- Description for delay for dismissing a popup on keypress: no delay [CHAR LIMIT=15] -->
     75     <string name="key_preview_popup_dismiss_no_delay">No delay</string>
     76     <!-- Description for delay for dismissing a popup on screen: default value of the delay [CHAR LIMIT=15] -->
     77     <string name="key_preview_popup_dismiss_default_delay">Default</string>
     78 
     79     <!-- Option name for enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=25] -->
     80     <string name="use_contacts_dict">Suggest Contact names</string>
     81     <!-- Description for option enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=65] -->
     82     <string name="use_contacts_dict_summary">Use names from Contacts for suggestions and corrections</string>
     83 
     84     <!-- Option to enable auto capitalization of sentences -->
     85     <string name="auto_cap">Auto-capitalization</string>
     86     <!-- Description for option to enable auto capitalization of sentences -->
     87     <string name="auto_cap_summary">Capitalize the first word of each sentence</string>
     88 
     89     <!-- Option to configure dictionaries -->
     90     <string name="configure_dictionaries_title">Add-on dictionaries</string>
     91     <!-- Name of the main dictionary, as opposed to auxiliary dictionaries (medical/entertainment/sports...) -->
     92     <string name="main_dictionary">Main dictionary</string>
     93 
     94     <!-- Option to enable showing suggestions -->
     95     <string name="prefs_show_suggestions">Show correction suggestions</string>
     96     <!-- Description for show suggestions -->
     97     <string name="prefs_show_suggestions_summary">Display suggested words while typing</string>
     98     <string name="prefs_suggestion_visibility_show_name">Always show</string>
     99     <string name="prefs_suggestion_visibility_show_only_portrait_name">Show in portrait mode</string>
    100     <string name="prefs_suggestion_visibility_hide_name">Always hide</string>
    101 
    102     <!-- Option to decide the auto correction threshold score -->
    103     <!-- Option to enable auto correction [CHAR LIMIT=20]-->
    104     <string name="auto_correction">Auto-correction</string>
    105     <!-- Description for auto correction [CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] -->
    106     <string name="auto_correction_summary">Spacebar and punctuation automatically correct mistyped words</string>
    107     <!-- Option to disable auto correction. [CHAR LIMIT=20] -->
    108     <string name="auto_correction_threshold_mode_off">Off</string>
    109     <!-- Option to suggest auto correction suggestions modestly. Auto-corrects only to a word which has small edit distance from typed word. [CHAR LIMIT=20] -->
    110     <string name="auto_correction_threshold_mode_modest">Modest</string>
    111     <!-- Option to suggest auto correction suggestions aggressively. Auto-corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] -->
    112     <string name="auto_correction_threshold_mode_aggeressive">Aggressive</string>
    113     <!-- Option to suggest auto correction suggestions very aggressively. Auto-corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] -->
    114     <string name="auto_correction_threshold_mode_very_aggeressive">Very aggressive</string>
    115 
    116     <!-- Option to enable using next word suggestions. After the user types a space, with this option on, the keyboard will try to predict the next word. -->
    117     <string name="bigram_prediction">Next-word suggestions</string>
    118     <!-- Description for "next word suggestion" option. This displays suggestions even when there is no input, based on the previous word. -->
    119     <string name="bigram_prediction_summary">Use the previous word in making suggestions</string>
    120 
    121     <!-- Option to enable gesture input. The user can input a word by tracing the letters of a word without releasing the finger from the screen. [CHAR LIMIT=30]-->
    122     <string name="gesture_input">Enable gesture typing</string>
    123     <!-- Description for "gesture_input" option. The user can input a word by tracing the letters of a word without releasing the finger from the screen. [CHAR LIMIT=65]-->
    124     <string name="gesture_input_summary">Input a word by sliding through the letters</string>
    125     <!-- Option to enable gesture trail preview. The user can see a trail of the gesture during gesture input. [CHAR LIMIT=30]-->
    126     <string name="gesture_preview_trail">Show gesture trail</string>
    127     <!-- Option to enable gesture floating text preview. The user can see a suggested word floating under the moving finger during a gesture input. [CHAR LIMIT=30]-->
    128     <string name="gesture_floating_preview_text">Dynamic floating preview</string>
    129     <!-- Description for "gesture_floating_preview_text" option. The user can see a suggested word floating under the moving finger during a gesture input. [CHAR LIMIT=65]-->
    130     <string name="gesture_floating_preview_text_summary">See the suggested word while gesturing</string>
    131 
    132     <!-- Indicates that a word has been added to the dictionary -->
    133     <string name="added_word"><xliff:g id="word">%s</xliff:g> : Saved</string>
    134 
    135     <!-- Label for soft enter key when it performs GO action.  Must be short to fit on key! [CHAR LIMIT=5] -->
    136     <string name="label_go_key">Go</string>
    137     <!-- Label for soft enter key when it performs NEXT action.  Must be short to fit on key! [CHAR LIMIT=5] -->
    138     <string name="label_next_key">Next</string>
    139     <!-- Label for soft enter key when it performs PREVIOUS action.  Must be short to fit on key! [CHAR LIMIT=5] -->
    140     <string name="label_previous_key">Prev</string>
    141     <!-- Label for soft enter key when it performs DONE action.  Must be short to fit on key! [CHAR LIMIT=5] -->
    142     <string name="label_done_key">Done</string>
    143     <!-- Label for soft enter key when it performs SEND action.  Must be short to fit on key! [CHAR LIMIT=5] -->
    144     <string name="label_send_key">Send</string>
    145     <!-- Label for "switch to alphabetic" key.  Must be short to fit on key! [CHAR LIMIT=3] -->
    146     <string name="label_to_alpha_key">ABC</string>
    147     <!-- Label for "switch to symbols" key.  Must be short to fit on key! [CHAR LIMIT=4] -->
    148     <string name="label_to_symbol_key">\?123</string>
    149     <!-- Label for "switch to symbols with microphone" key. This string shouldn't include the "mic"
    150          part because it'll be appended by the code. Must be short to fit on key! [CHAR LIMIT=3] -->
    151     <string name="label_to_symbol_with_microphone_key">123</string>
    152     <!-- Label for "Pause" key of phone number keyboard.  Must be short to fit on key! [CHAR LIMIT=5] -->
    153     <string name="label_pause_key">Pause</string>
    154     <!-- Label for "Wait" key of phone number keyboard.  Must be short to fit on key! [CHAR LIMIT=5]-->
    155     <string name="label_wait_key">Wait</string>
    156 
    157     <!-- Spoken description to let the user know that when typing in a password, they can plug in a headset in to hear spoken descriptions of the keys they type. [CHAR LIMIT=NONE] -->
    158     <string name="spoken_use_headphones">Plug in a headset to hear password keys spoken aloud.</string>
    159 
    160     <!-- Spoken description for the currently entered text -->
    161     <string name="spoken_current_text_is">Current text is "%s"</string>
    162     <!-- Spoken description when there is no text entered -->
    163     <string name="spoken_no_text_entered">No text entered</string>
    164 
    165     <!-- Spoken description for unknown keyboard keys. -->
    166     <string name="spoken_description_unknown">Key code %d</string>
    167     <!-- Spoken description for the "Shift" keyboard key when "Shift" is off. -->
    168     <string name="spoken_description_shift">Shift</string>
    169     <!-- Spoken description for the "Shift" keyboard key when "Shift" is on. -->
    170     <string name="spoken_description_shift_shifted">Shift on (tap to disable)</string>
    171     <!-- Spoken description for the "Shift" keyboard key when "Caps lock" is on. -->
    172     <string name="spoken_description_caps_lock">Caps lock on (tap to disable)</string>
    173     <!-- Spoken description for the "Delete" keyboard key. -->
    174     <string name="spoken_description_delete">Delete</string>
    175     <!-- Spoken description for the "To Symbol" keyboard key. -->
    176     <string name="spoken_description_to_symbol">Symbols</string>
    177     <!-- Spoken description for the "To Alpha" keyboard key. -->
    178     <string name="spoken_description_to_alpha">Letters</string>
    179     <!-- Spoken description for the "To Numbers" keyboard key. -->
    180     <string name="spoken_description_to_numeric">Numbers</string>
    181     <!-- Spoken description for the "Settings" keyboard key. -->
    182     <string name="spoken_description_settings">Settings</string>
    183     <!-- Spoken description for the "Tab" keyboard key. -->
    184     <string name="spoken_description_tab">Tab</string>
    185     <!-- Spoken description for the "Space" keyboard key. -->
    186     <string name="spoken_description_space">Space</string>
    187     <!-- Spoken description for the "Mic" keyboard key. -->
    188     <string name="spoken_description_mic">Voice input</string>
    189     <!-- Spoken description for the "Smiley" keyboard key. -->
    190     <string name="spoken_description_smiley">Smiley face</string>
    191     <!-- Spoken description for the "Return" keyboard key. -->
    192     <string name="spoken_description_return">Return</string>
    193     <!-- Spoken description for the "Search" keyboard key. -->
    194     <string name="spoken_description_search">Search</string>
    195     <!-- Spoken description for the "U+2022" (BULLET) keyboard key. -->
    196     <string name="spoken_description_dot">Dot</string>
    197     <!-- Spoken description for the "Switch language" keyboard key. -->
    198     <string name="spoken_description_language_switch">Switch language</string>
    199     <!-- Spoken description for the "Next" action keyboard key. -->
    200     <string name="spoken_description_action_next">Next</string>
    201     <!-- Spoken description for the "Previous" action keyboard key. -->
    202     <string name="spoken_description_action_previous">Previous</string>
    203 
    204     <!-- Spoken feedback after turning "Shift" mode on. -->
    205     <string name="spoken_description_shiftmode_on">Shift enabled</string>
    206     <!-- Spoken feedback after turning "Caps lock" mode on. -->
    207     <string name="spoken_description_shiftmode_locked">Caps lock enabled</string>
    208     <!-- Spoken feedback after turning "Shift" mode off. -->
    209     <string name="spoken_description_shiftmode_off">Shift disabled</string>
    210 
    211     <!-- Spoken feedback after changing to the symbols keyboard. -->
    212     <string name="spoken_description_mode_symbol">Symbols mode</string>
    213     <!-- Spoken feedback after changing to the alphanumeric keyboard. -->
    214     <string name="spoken_description_mode_alpha">Letters mode</string>
    215     <!-- Spoken feedback after changing to the phone dialer keyboard. -->
    216     <string name="spoken_description_mode_phone">Phone mode</string>
    217     <!-- Spoken feedback after changing to the shifted phone dialer (symbols) keyboard. -->
    218     <string name="spoken_description_mode_phone_shift">Phone symbols mode</string>
    219 
    220     <!-- Preferences item for enabling speech input -->
    221     <string name="voice_input">Voice input key</string>
    222 
    223     <!-- Voice Input modes -->
    224     <!-- On settings screen, voice input pop-up menu option to show voice key on main keyboard [CHAR LIMIT=20] -->
    225     <string name="voice_input_modes_main_keyboard">On main keyboard</string>
    226     <!-- On settings screen, voice input pop-up menu option to show voice key on symbols keyboard [CHAR LIMIT=20] -->
    227     <string name="voice_input_modes_symbols_keyboard">On symbols keyboard</string>
    228     <!-- On settings screen, voice input pop-up menu option to never show voice key [CHAR LIMIT=20] -->
    229     <string name="voice_input_modes_off">Off</string>
    230     <!-- Voice Input modes summary -->
    231     <!-- On settings screen, voice input pop-up menu summary text to show voice key on main keyboard [CHAR LIMIT=20] -->
    232     <string name="voice_input_modes_summary_main_keyboard">Mic on main keyboard</string>
    233     <!-- On settings screen, voice input pop-up menu summary text to show voice key on symbols keyboard [CHAR LIMIT=20] -->
    234     <string name="voice_input_modes_summary_symbols_keyboard">Mic on symbols keyboard</string>
    235     <!-- On settings screen, voice input pop-up menu summary text to never show voice key [CHAR LIMIT=20] -->
    236     <string name="voice_input_modes_summary_off">Voice input is disabled</string>
    237 
    238     <!-- Title for configuring input method settings [CHAR LIMIT=35] -->
    239     <string name="configure_input_method">Configure input methods</string>
    240 
    241     <!-- Title for input language selection screen -->
    242     <string name="language_selection_title">Input languages</string>
    243 
    244     <!-- Title for dialog option to let users cancel logging and delete log for this session [CHAR LIMIT=35] -->
    245     <!-- TODO: remove translatable=false attribute once text is stable -->
    246     <string name="research_do_not_log_this_session" translatable="false">Suspend logging</string>
    247     <!-- Title for dialog option to let users reenable logging [CHAR LIMIT=35] -->
    248     <!-- TODO: remove translatable=false attribute once text is stable -->
    249     <string name="research_enable_session_logging" translatable="false">Enable logging</string>
    250     <!-- Toast notification that the system is processing the request to delete the log for this session [CHAR LIMIT=35] -->
    251     <!-- TODO: remove translatable=false attribute once text is stable -->
    252     <string name="research_notify_session_log_deleting" translatable="false">Deleting session log</string>
    253     <!-- Toast notification that the system has successfully deleted the log for this session [CHAR LIMIT=35] -->
    254     <!-- TODO: remove translatable=false attribute once text is stable -->
    255     <string name="research_notify_logging_suspended" translatable="false">Logging temporarily suspended.  To disable permanently, go to Android Keyboard Settings</string>
    256     <!-- Toast notification that the system has failed to delete the log for this session [CHAR LIMIT=35] -->
    257     <!-- TODO: remove translatable=false attribute once text is stable -->
    258     <string name="research_notify_session_log_not_deleted" translatable="false">Session log NOT deleted</string>
    259     <!-- Toast notification that the system is enabling logging [CHAR LIMIT=35] -->
    260     <!-- TODO: remove translatable=false attribute once text is stable -->
    261     <string name="research_notify_session_logging_enabled" translatable="false">Session logging enabled</string>
    262 
    263     <!-- Menu option that lets user send feedback for research purposes about the IME [CHAR LIMIT=38] -->
    264     <!-- TODO: remove translatable=false attribute once text is stable -->
    265     <string name="research_feedback_menu_option" translatable="false">Send feedback</string>
    266     <!-- Dialog box title that lets user send feedback for research purposes about the IME [CHAR LIMIT=38] -->
    267     <!-- TODO: remove translatable=false attribute once text is stable -->
    268     <string name="research_feedback_dialog_title" translatable="false">Send feedback</string>
    269     <!-- Text for checkbox option to include user data in feedback for research purposes [CHAR LIMIT=50] -->
    270     <!-- TODO: remove translatable=false attribute once text is stable -->
    271     <!-- TODO: handle multilingual plurals -->
    272     <string name="research_feedback_include_history_label" translatable="false">Include last <xliff:g id="word">%d</xliff:g> words entered</string>
    273     <!-- Hint to user about the text entry field where they should enter research feedback [CHAR LIMIT=40] -->
    274     <!-- TODO: remove translatable=false attribute once text is stable -->
    275     <string name="research_feedback_hint" translatable="false">Enter your feedback here.</string>
    276     <!-- Dialog button choice to send research feedback [CHAR LIMIT=35] -->
    277     <!-- TODO: remove translatable=false attribute once text is stable -->
    278     <string name="research_feedback_send" translatable="false">Send</string>
    279     <!-- Dialog button choice to cancel sending research feedback [CHAR LIMIT=35] -->
    280     <!-- TODO: remove translatable=false attribute once text is stable -->
    281     <string name="research_feedback_cancel" translatable="false">Cancel</string>
    282     <!-- Toast notification to ask user to quit the research feedback dialog to perform this operation [CHAR LIMIT=100] -->
    283     <!-- TODO: remove translatable=false attribute once text is stable -->
    284     <string name="research_please_exit_feedback_form" translatable="false">Please exit the feedback dialog to access the research log menu</string>
    285 
    286     <!-- Title of dialog shown at start informing users about contributing research usage data-->
    287     <!-- TODO: remove translatable=false attribute once text is stable -->
    288     <string name="research_splash_title" translatable="false">Warning</string>
    289 
    290     <!-- Toast message informing users that logging has been disabled -->
    291     <!-- TODO: remove translatable=false attribute once text is stable -->
    292     <string name="research_logging_disabled" translatable="false">Logging Disabled</string>
    293 
    294     <!-- Name for the research uploading service to be displayed to users.  [CHAR LIMIT=50] -->
    295     <!-- TODO: remove translatable=false attribute once text is stable -->
    296     <string name="research_log_uploader_name" translatable="false">Research Uploader Service</string>
    297 
    298     <!-- Preference for input language selection -->
    299     <string name="select_language">Input languages</string>
    300 
    301     <!-- Add to dictionary hint -->
    302     <string name="hint_add_to_dictionary">Touch again to save</string>
    303 
    304     <!-- Inform the user that a particular language has an available dictionary -->
    305     <string name="has_dictionary">Dictionary available</string>
    306 
    307     <!-- Preferences item for enabling to send user statistics to Google -->
    308     <string name="prefs_enable_log">Enable user feedback</string>
    309     <!-- Description for enabling to send user statistics to Google -->
    310     <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string>
    311 
    312     <!-- Title of the item to change the keyboard theme [CHAR LIMIT=20]-->
    313     <string name="keyboard_layout">Keyboard theme</string>
    314 
    315     <!-- Description for English (United Kingdom) keyboard subtype [CHAR LIMIT=25] -->
    316     <string name="subtype_en_GB">English (UK)</string>
    317     <!-- Description for English (United States) keyboard subtype [CHAR LIMIT=25] -->
    318     <string name="subtype_en_US">English (US)</string>
    319     <!-- Description for English (United Kingdom) keyboard subtype with explicit keyboard layout [CHAR LIMIT=25]
    320          This should be identical to subtype_en_GB aside from the trailing (%s). -->
    321     <string name="subtype_with_layout_en_GB">English (UK) (<xliff:g id="layout">%s</xliff:g>)</string>
    322     <!-- Description for English (United States) keyboard subtype with explicit keyboard layout [CHAR LIMIT=25]
    323          This should be identical to subtype_en_US aside from the trailing (%s). -->
    324     <string name="subtype_with_layout_en_US">English (US) (<xliff:g id="layout">%s</xliff:g>)</string>
    325     <!-- TODO: Uncomment once we can handle IETF language tag with script name specified.
    326          Description for Serbian Cyrillic keyboard subtype [CHAR LIMIT=25]
    327     <string name="subtype_serbian_cyrillic">Serbian (Cyrillic)</string>
    328          Description for Serbian Latin keyboard subtype [CHAR LIMIT=25]
    329     <string name="subtype_serbian_latin">Serbian (Latin)</string>
    330          Description for Serbian Latin keyboard subtype with explicit keyboard layout [CHAR LIMIT=25]
    331          This should be identical to subtype_serbian_latin aside from the trailing (%s).
    332     <string name="subtype_with_layout_sr-Latn">Serbian (Latin) (<xliff:g id="layout">%s</xliff:g>)</string>
    333     -->
    334     <!-- Description for language agnostic keyboard subtype [CHAR LIMIT=25] -->
    335     <string name="subtype_no_language">No language</string>
    336     <!-- Description for language agnostic QWERTY keyboard subtype [CHAR LIMIT=25] -->
    337     <string name="subtype_no_language_qwerty">No language (QWERTY)</string>
    338     <!-- Description for language agnostic QWERTZ keyboard subtype [CHAR LIMIT=25] -->
    339     <string name="subtype_no_language_qwertz">No language (QWERTZ)</string>
    340     <!-- Description for language agnostic AZERTY keyboard subtype [CHAR LIMIT=25] -->
    341     <string name="subtype_no_language_azerty">No language (AZERTY)</string>
    342     <!-- Description for language agnostic Dvorak keyboard subtype [CHAR LIMIT=25] -->
    343     <string name="subtype_no_language_dvorak">No language (Dvorak)</string>
    344     <!-- Description for language agnostic Colemak keyboard subtype [CHAR LIMIT=25] -->
    345     <string name="subtype_no_language_colemak">No language (Colemak)</string>
    346     <!-- Description for language agnostic PC QWERTY keyboard subtype [CHAR LIMIT=25] -->
    347     <string name="subtype_no_language_pcqwerty">No language (PC)</string>
    348 
    349     <!-- Title of the preference settings for custom input styles (language and keyboard layout pairs) [CHAR LIMIT=35]-->
    350     <string name="custom_input_styles_title">Custom input styles</string>
    351     <!-- Title of the option menu to add a new style entry in the preference settings [CHAR LIMIT=16] -->
    352     <string name="add_style">Add style</string>
    353     <!-- Title of the button to add custom style entry in the settings dialog [CHAR LIMIT=15] -->
    354     <string name="add">Add</string>
    355     <!-- Title of the button to remove a custom style entry in the settings dialog [CHAR LIMIT=15] -->
    356     <string name="remove">Remove</string>
    357     <!-- Title of the button to save a custom style entry in the settings dialog [CHAR LIMIT=15] -->
    358     <string name="save">Save</string>
    359     <!-- Title of the spinner for choosing a language of custom style in the settings dialog [CHAR LIMIT=15] -->
    360     <string name="subtype_locale">Language</string>
    361     <!-- Title of the spinner for choosing a keyboard layout of custom style in the settings dialog [CHAR LIMIT=15] -->
    362     <string name="keyboard_layout_set">Layout</string>
    363     <!-- The message of the dialog to note that a custom input style needs to be enabled. [CHAR LIMIT=130] -->
    364     <string name="custom_input_style_note_message">"Your custom input style needs to be enabled before you start using it. Do you want to enable it now?"</string>
    365     <!-- Title of the button to enable a custom input style entry in the settings dialog [CHAR LIMIT=15] -->
    366     <string name="enable">Enable</string>
    367     <!-- Title of the button to postpone enabling a custom input style entry in the settings dialog [CHAR LIMIT=15] -->
    368     <string name="not_now">Not now</string>
    369     <!-- Toast text to describe the same input style already exists [CHAR LIMIT=64]-->
    370     <string name="custom_input_style_already_exists">"The same input style already exists: <xliff:g id="input_style_name">%s</xliff:g>"</string>
    371 
    372     <!-- Title of an option for usability study mode -->
    373     <string name="prefs_usability_study_mode">Usability study mode</string>
    374     <!-- Title of the settings for keypress vibration duration -->
    375     <string name="prefs_keypress_vibration_duration_settings">Keypress vibration duration settings</string>
    376     <!-- Title of the settings for keypress sound volume -->
    377     <string name="prefs_keypress_sound_volume_settings">Keypress sound volume settings</string>
    378 </resources>
    379