Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 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 | |
| 21 | <resources xmlns:android="http://schemas.android.com/apk/res/android" |
| 22 | xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 23 | <string name="english_ime_input_options" msgid="3909945612939668554">"Input options"</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 24 | <string name="use_contacts_for_spellchecking_option_title" msgid="5374120998125353898">"Look up contact names"</string> |
| 25 | <string name="use_contacts_for_spellchecking_option_summary" msgid="8754413382543307713">"Spell checker uses entries from your contact list"</string> |
| 26 | <string name="vibrate_on_keypress" msgid="5258079494276955460">"Vibrate on keypress"</string> |
| 27 | <string name="sound_on_keypress" msgid="6093592297198243644">"Sound on keypress"</string> |
| 28 | <string name="popup_on_keypress" msgid="123894815723512944">"Pop-up on key press"</string> |
Baligh Uddin | 61e7115 | 2014-09-17 02:03:35 -0700 | [diff] [blame] | 29 | <string name="settings_screen_preferences" msgid="2696713156722014624">"Preferences"</string> |
Geoff Mendal | 27f1c79 | 2015-03-02 10:02:21 -0800 | [diff] [blame] | 30 | <string name="settings_screen_accounts" msgid="2786418968536696670">"Accounts & Privacy"</string> |
| 31 | <string name="settings_screen_appearance" msgid="7358046399111611615">"Appearance & Layouts"</string> |
Baligh Uddin | 61e7115 | 2014-09-17 02:03:35 -0700 | [diff] [blame] | 32 | <string name="settings_screen_gesture" msgid="8826372746901183556">"Gesture Typing"</string> |
Baligh Uddin | e877c0a | 2014-07-07 06:54:44 -0700 | [diff] [blame] | 33 | <string name="settings_screen_correction" msgid="1616818407747682955">"Text correction"</string> |
| 34 | <string name="settings_screen_advanced" msgid="7472408607625972994">"Advanced"</string> |
Baligh Uddin | 61e7115 | 2014-09-17 02:03:35 -0700 | [diff] [blame] | 35 | <string name="settings_screen_theme" msgid="2137262503543943871">"Theme"</string> |
Baligh Uddin | 8b4592d | 2014-09-21 04:09:19 -0700 | [diff] [blame] | 36 | <string name="enable_split_keyboard" msgid="4177264923999493614">"Enable split keyboard"</string> |
Geoff Mendal | 27f1c79 | 2015-03-02 10:02:21 -0800 | [diff] [blame] | 37 | <string name="cloud_sync_title" msgid="8579271074443847055">"Google Keyboard Sync"</string> |
| 38 | <string name="cloud_sync_summary" msgid="7684887161145650857">"Sync is turned on"</string> |
| 39 | <string name="cloud_sync_summary_disabled" msgid="4553338970382825796">"Sync your personal dictionary across devices"</string> |
Geoff Mendal | 51e41fd | 2015-03-16 05:46:22 -0700 | [diff] [blame] | 40 | <string name="sync_now_title" msgid="3088838136743277721">"Sync now"</string> |
Geoff Mendal | 6fd178a | 2015-03-25 06:27:07 -0700 | [diff] [blame^] | 41 | <string name="clear_sync_data_title" msgid="8582001557037069154">"Delete cloud data"</string> |
Geoff Mendal | 7f49e96 | 2014-12-15 07:23:20 -0800 | [diff] [blame] | 42 | <string name="clear_sync_data_summary" msgid="993477139012576584">"Deletes your synced data from Google"</string> |
Geoff Mendal | 27f1c79 | 2015-03-02 10:02:21 -0800 | [diff] [blame] | 43 | <string name="clear_sync_data_confirmation" msgid="2811931135574727678">"Your synced data will be deleted from the cloud. Are you sure?"</string> |
Geoff Mendal | 7f49e96 | 2014-12-15 07:23:20 -0800 | [diff] [blame] | 44 | <string name="clear_sync_data_ok" msgid="613104067705915132">"Delete"</string> |
Geoff Mendal | 27f1c79 | 2015-03-02 10:02:21 -0800 | [diff] [blame] | 45 | <string name="cloud_sync_cancel" msgid="5877481252150919037">"Cancel"</string> |
Geoff Mendal | 51e41fd | 2015-03-16 05:46:22 -0700 | [diff] [blame] | 46 | <string name="cloud_sync_opt_in_text" msgid="9176039655776298248">"Your personal dictionary will be synced and backed up to Google servers. The statistical information of word frequency may be collected to help improve our products. The collection and usage of all the information will be compliant with "<a href="https://www.google.com/policies/privacy">"Google\'s Privacy Policy"</a>"."</string> |
| 47 | <string name="add_account_to_enable_sync" msgid="7836932571852055265">"Please add a Google account to this device to enable this feature"</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 48 | <string name="include_other_imes_in_language_switch_list" msgid="4533689960308565519">"Switch to other input methods"</string> |
| 49 | <string name="include_other_imes_in_language_switch_list_summary" msgid="840637129103317635">"Language switch key also covers other input methods"</string> |
| 50 | <string name="show_language_switch_key" msgid="5915478828318774384">"Language switch key"</string> |
| 51 | <string name="show_language_switch_key_summary" msgid="7343403647474265713">"Show when multiple input languages are enabled"</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 52 | <string name="key_preview_popup_dismiss_delay" msgid="6213164897443068248">"Key pop-up dismiss delay"</string> |
| 53 | <string name="key_preview_popup_dismiss_no_delay" msgid="2096123151571458064">"No delay"</string> |
| 54 | <string name="key_preview_popup_dismiss_default_delay" msgid="2166964333903906734">"Default"</string> |
| 55 | <string name="abbreviation_unit_milliseconds" msgid="8700286094028323363">"<xliff:g id="MILLISECONDS">%s</xliff:g>ms"</string> |
| 56 | <string name="settings_system_default" msgid="6268225104743331821">"System default"</string> |
| 57 | <string name="use_contacts_dict" msgid="4435317977804180815">"Suggest Contact names"</string> |
| 58 | <string name="use_contacts_dict_summary" msgid="6599983334507879959">"Use names from Contacts for suggestions and corrections"</string> |
Baligh Uddin | 4f878a7 | 2013-12-19 14:18:14 -0800 | [diff] [blame] | 59 | <string name="use_personalized_dicts" msgid="5167396352105467626">"Personalised suggestions"</string> |
Baligh Uddin | 7935168 | 2014-06-23 16:45:48 -0700 | [diff] [blame] | 60 | <string name="enable_metrics_logging" msgid="5506372337118822837">"Improve <xliff:g id="APPLICATION_NAME">%s</xliff:g>"</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 61 | <string name="use_double_space_period" msgid="8781529969425082860">"Double-space full stop"</string> |
| 62 | <string name="use_double_space_period_summary" msgid="6532892187247952799">"Double tap on spacebar inserts a full stop followed by a space"</string> |
| 63 | <string name="auto_cap" msgid="1719746674854628252">"Auto-capitalisation"</string> |
| 64 | <string name="auto_cap_summary" msgid="7934452761022946874">"Capitalise the first word of each sentence"</string> |
| 65 | <string name="edit_personal_dictionary" msgid="3996910038952940420">"Personal dictionary"</string> |
| 66 | <string name="configure_dictionaries_title" msgid="4238652338556902049">"Add-on dictionaries"</string> |
| 67 | <string name="main_dictionary" msgid="4798763781818361168">"Main dictionary"</string> |
| 68 | <string name="prefs_show_suggestions" msgid="8026799663445531637">"Show correction suggestions"</string> |
| 69 | <string name="prefs_show_suggestions_summary" msgid="1583132279498502825">"Display suggested words while typing"</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 70 | <string name="prefs_block_potentially_offensive_title" msgid="5078480071057408934">"Block offensive words"</string> |
| 71 | <string name="prefs_block_potentially_offensive_summary" msgid="2371835479734991364">"Do not suggest potentially offensive words"</string> |
| 72 | <string name="auto_correction" msgid="7630720885194996950">"Auto-correction"</string> |
| 73 | <string name="auto_correction_summary" msgid="5625751551134658006">"Correct mistyped words automatically with spacebar and punctuation"</string> |
| 74 | <string name="auto_correction_threshold_mode_off" msgid="8470882665417944026">"Off"</string> |
| 75 | <string name="auto_correction_threshold_mode_modest" msgid="8788366690620799097">"Modest"</string> |
| 76 | <string name="auto_correction_threshold_mode_aggressive" msgid="7319007299148899623">"Aggressive"</string> |
| 77 | <string name="auto_correction_threshold_mode_very_aggressive" msgid="1853309024129480416">"Very aggressive"</string> |
Geoff Mendal | 1f8a84d | 2015-03-18 06:01:39 -0700 | [diff] [blame] | 78 | <string name="bigram_prediction" msgid="1084449187723948550">"Next-word suggestions"</string> |
| 79 | <string name="bigram_prediction_summary" msgid="3896362682751109677">"Use the previous word when making suggestions"</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 80 | <string name="gesture_input" msgid="826951152254563827">"Enable gesture typing"</string> |
| 81 | <string name="gesture_input_summary" msgid="9180350639305731231">"Input a word by sliding through the letters"</string> |
| 82 | <string name="gesture_preview_trail" msgid="3802333369335722221">"Show gesture trail"</string> |
| 83 | <string name="gesture_floating_preview_text" msgid="4443240334739381053">"Dynamic floating preview"</string> |
| 84 | <string name="gesture_floating_preview_text_summary" msgid="4472696213996203533">"See the suggested word while gesturing"</string> |
Geoff Mendal | 5802fb0 | 2014-01-15 16:42:37 -0800 | [diff] [blame] | 85 | <string name="gesture_space_aware" msgid="2078291600664682496">"Phrase gesture"</string> |
| 86 | <string name="gesture_space_aware_summary" msgid="4371385818348528538">"Input spaces during gestures by gliding to the space key"</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 87 | <string name="voice_input" msgid="3583258583521397548">"Voice input key"</string> |
Baligh Uddin | 941a454 | 2014-01-08 13:45:51 -0800 | [diff] [blame] | 88 | <string name="voice_input_disabled_summary" msgid="8141750303464726129">"No voice input methods enabled. Check Language & input settings."</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 89 | <string name="configure_input_method" msgid="373356270290742459">"Configure input methods"</string> |
Baligh Uddin | 61e7115 | 2014-09-17 02:03:35 -0700 | [diff] [blame] | 90 | <string name="language_selection_title" msgid="3666971864764478269">"Languages"</string> |
Baligh Uddin | 9e78169 | 2014-08-12 02:15:37 -0700 | [diff] [blame] | 91 | <string name="help_and_feedback" msgid="5328219371839879161">"Help & feedback"</string> |
Baligh Uddin | 61e7115 | 2014-09-17 02:03:35 -0700 | [diff] [blame] | 92 | <string name="select_language" msgid="5709487854987078367">"Languages"</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 93 | <string name="hint_add_to_dictionary" msgid="573678656946085380">"Touch again to save"</string> |
Baligh Uddin | b8cd576 | 2014-08-27 02:15:37 -0700 | [diff] [blame] | 94 | <string name="hint_add_to_dictionary_without_word" msgid="3040385779511255101">"Touch here to save"</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 95 | <string name="has_dictionary" msgid="6071847973466625007">"Dictionary available"</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 96 | <string name="keyboard_layout" msgid="8451164783510487501">"Keyboard theme"</string> |
Baligh Uddin | 8b4592d | 2014-09-21 04:09:19 -0700 | [diff] [blame] | 97 | <string name="switch_accounts" msgid="3321216593719006162">"Change accounts"</string> |
| 98 | <string name="no_accounts_selected" msgid="2073821619103904330">"No accounts selected"</string> |
| 99 | <string name="account_selected" msgid="2846876462199625974">"Currently using <xliff:g id="EMAIL_ADDRESS">%1$s</xliff:g>"</string> |
| 100 | <string name="account_select_ok" msgid="9141195141763227797">"OK"</string> |
| 101 | <string name="account_select_cancel" msgid="5181012062618504340">"Cancel"</string> |
| 102 | <string name="account_select_sign_out" msgid="3299651159390187933">"Sign out"</string> |
| 103 | <string name="account_select_title" msgid="6279711684772922649">"Select an account to use"</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 104 | <string name="subtype_en_GB" msgid="88170601942311355">"English (UK)"</string> |
| 105 | <string name="subtype_en_US" msgid="6160452336634534239">"English (US)"</string> |
| 106 | <string name="subtype_es_US" msgid="5583145191430180200">"Spanish (US)"</string> |
Baligh Uddin | b8cd576 | 2014-08-27 02:15:37 -0700 | [diff] [blame] | 107 | <string name="subtype_hi_ZZ" msgid="8860448146262798623">"Hinglish"</string> |
Baligh Uddin | 146a91b | 2014-09-30 19:58:56 -0700 | [diff] [blame] | 108 | <string name="subtype_sr_ZZ" msgid="9059219552986034343">"Serbian (Latin)"</string> |
Baligh Uddin | a973e09 | 2014-02-12 16:04:35 -0800 | [diff] [blame] | 109 | <string name="subtype_with_layout_en_GB" msgid="1931018968641592304">"English (UK) (<xliff:g id="KEYBOARD_LAYOUT">%s</xliff:g>)"</string> |
| 110 | <string name="subtype_with_layout_en_US" msgid="8809311287529805422">"English (US) (<xliff:g id="KEYBOARD_LAYOUT">%s</xliff:g>)"</string> |
| 111 | <string name="subtype_with_layout_es_US" msgid="510930471167541338">"Spanish (US) (<xliff:g id="KEYBOARD_LAYOUT">%s</xliff:g>)"</string> |
Baligh Uddin | b8cd576 | 2014-08-27 02:15:37 -0700 | [diff] [blame] | 112 | <string name="subtype_with_layout_hi_ZZ" msgid="6827402953860547044">"Hinglish (<xliff:g id="KEYBOARD_LAYOUT">%s</xliff:g>)"</string> |
Baligh Uddin | 146a91b | 2014-09-30 19:58:56 -0700 | [diff] [blame] | 113 | <string name="subtype_with_layout_sr_ZZ" msgid="2859024772719772407">"Serbian (<xliff:g id="KEYBOARD_LAYOUT">%s</xliff:g>)"</string> |
Baligh Uddin | 4a43b49 | 2014-04-07 15:35:08 -0700 | [diff] [blame] | 114 | <string name="subtype_generic_traditional" msgid="8584594350973800586">"<xliff:g id="LANGUAGE_NAME">%s</xliff:g> (Traditional)"</string> |
Geoff Mendal | 8e293e2 | 2014-11-03 06:12:08 -0800 | [diff] [blame] | 115 | <string name="subtype_generic_compact" msgid="3353673321203202922">"<xliff:g id="LANGUAGE_NAME">%s</xliff:g> (Compact)"</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 116 | <string name="subtype_no_language" msgid="7137390094240139495">"No language (Alphabet)"</string> |
| 117 | <string name="subtype_no_language_qwerty" msgid="244337630616742604">"Alphabet (QWERTY)"</string> |
| 118 | <string name="subtype_no_language_qwertz" msgid="443066912507547976">"Alphabet (QWERTZ)"</string> |
| 119 | <string name="subtype_no_language_azerty" msgid="8144348527575640087">"Alphabet (AZERTY)"</string> |
| 120 | <string name="subtype_no_language_dvorak" msgid="1564494667584718094">"Alphabet (Dvorak)"</string> |
| 121 | <string name="subtype_no_language_colemak" msgid="5837418400010302623">"Alphabet (Colemak)"</string> |
| 122 | <string name="subtype_no_language_pcqwerty" msgid="5354918232046200018">"Alphabet (PC)"</string> |
| 123 | <string name="subtype_emoji" msgid="7483586578074549196">"Emoji"</string> |
Baligh Uddin | e877c0a | 2014-07-07 06:54:44 -0700 | [diff] [blame] | 124 | <string name="keyboard_theme" msgid="4909551808526178852">"Keyboard theme"</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 125 | <string name="custom_input_styles_title" msgid="8429952441821251512">"Customised input styles"</string> |
| 126 | <string name="add_style" msgid="6163126614514489951">"Add style"</string> |
| 127 | <string name="add" msgid="8299699805688017798">"Add"</string> |
| 128 | <string name="remove" msgid="4486081658752944606">"Remove"</string> |
| 129 | <string name="save" msgid="7646738597196767214">"Save"</string> |
| 130 | <string name="subtype_locale" msgid="8576443440738143764">"Language"</string> |
| 131 | <string name="keyboard_layout_set" msgid="4309233698194565609">"Layout"</string> |
| 132 | <string name="custom_input_style_note_message" msgid="8826731320846363423">"Your customised input style needs to be enabled before you start using it. Do you want to enable it now?"</string> |
| 133 | <string name="enable" msgid="5031294444630523247">"Enable"</string> |
| 134 | <string name="not_now" msgid="6172462888202790482">"Not now"</string> |
| 135 | <string name="custom_input_style_already_exists" msgid="8008728952215449707">"The same input style already exists: <xliff:g id="INPUT_STYLE_NAME">%s</xliff:g>"</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 136 | <string name="prefs_keypress_vibration_duration_settings" msgid="7918341459947439226">"Keypress vibration duration"</string> |
| 137 | <string name="prefs_keypress_sound_volume_settings" msgid="6027007337036891623">"Keypress sound volume"</string> |
Geoff Mendal | 59048cb | 2014-10-20 16:18:30 -0700 | [diff] [blame] | 138 | <string name="prefs_key_longpress_timeout_settings" msgid="6102240298932897873">"Key long press delay"</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 139 | <string name="button_default" msgid="3988017840431881491">"Default"</string> |
| 140 | <string name="setup_welcome_title" msgid="6112821709832031715">"Welcome to <xliff:g id="APPLICATION_NAME">%s</xliff:g>"</string> |
| 141 | <string name="setup_welcome_additional_description" msgid="8150252008545768953">"with Gesture Typing"</string> |
| 142 | <string name="setup_start_action" msgid="8936036460897347708">"Get started"</string> |
| 143 | <string name="setup_next_action" msgid="371821437915144603">"Next step"</string> |
| 144 | <string name="setup_steps_title" msgid="6400373034871816182">"Setting up <xliff:g id="APPLICATION_NAME">%s</xliff:g>"</string> |
| 145 | <string name="setup_step1_title" msgid="3147967630253462315">"Enable <xliff:g id="APPLICATION_NAME">%s</xliff:g>"</string> |
| 146 | <string name="setup_step1_instruction" msgid="2578631936624637241">"Please tick \"<xliff:g id="APPLICATION_NAME">%s</xliff:g>\" in your Language & input settings. This will authorise it to run on your device."</string> |
| 147 | <string name="setup_step1_finished_instruction" msgid="10761482004957994">"<xliff:g id="APPLICATION_NAME">%s</xliff:g> is already enabled in your Language & input settings, so this step is done. On to the next one!"</string> |
| 148 | <string name="setup_step1_action" msgid="4366513534999901728">"Enable in Settings"</string> |
| 149 | <string name="setup_step2_title" msgid="6860725447906690594">"Switch to <xliff:g id="APPLICATION_NAME">%s</xliff:g>"</string> |
| 150 | <string name="setup_step2_instruction" msgid="9141481964870023336">"Next, select \"<xliff:g id="APPLICATION_NAME">%s</xliff:g>\" as your active text-input method."</string> |
| 151 | <string name="setup_step2_action" msgid="1660330307159824337">"Switch input methods"</string> |
| 152 | <string name="setup_step3_title" msgid="3154757183631490281">"Congratulations, you\'re all set!"</string> |
| 153 | <string name="setup_step3_instruction" msgid="8025981829605426000">"Now you can type in all your favourite apps with <xliff:g id="APPLICATION_NAME">%s</xliff:g>."</string> |
| 154 | <string name="setup_step3_action" msgid="600879797256942259">"Configure additional languages"</string> |
| 155 | <string name="setup_finish_action" msgid="276559243409465389">"Finished"</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 156 | <string name="app_name" msgid="6320102637491234792">"Dictionary Provider"</string> |
| 157 | <string name="dictionary_provider_name" msgid="3027315045397363079">"Dictionary Provider"</string> |
| 158 | <string name="dictionary_service_name" msgid="6237472350693511448">"Dictionary Service"</string> |
| 159 | <string name="download_description" msgid="6014835283119198591">"Dictionary update information"</string> |
| 160 | <string name="dictionary_settings_title" msgid="8091417676045693313">"Add-on dictionaries"</string> |
| 161 | <string name="dictionary_install_over_metered_network_prompt" msgid="3587517870006332980">"Dictionary available"</string> |
| 162 | <string name="dictionary_settings_summary" msgid="5305694987799824349">"Settings for dictionaries"</string> |
| 163 | <string name="user_dictionaries" msgid="3582332055892252845">"User dictionaries"</string> |
| 164 | <string name="default_user_dict_pref_name" msgid="1625055720489280530">"User dictionary"</string> |
| 165 | <string name="dictionary_available" msgid="4728975345815214218">"Dictionary available"</string> |
| 166 | <string name="dictionary_downloading" msgid="2982650524622620983">"Currently downloading"</string> |
| 167 | <string name="dictionary_installed" msgid="8081558343559342962">"Installed"</string> |
| 168 | <string name="dictionary_disabled" msgid="8950383219564621762">"Installed, disabled"</string> |
| 169 | <string name="cannot_connect_to_dict_service" msgid="9216933695765732398">"Problem connecting to dictionary service"</string> |
| 170 | <string name="no_dictionaries_available" msgid="8039920716566132611">"No dictionaries available"</string> |
| 171 | <string name="check_for_updates_now" msgid="8087688440916388581">"Refresh"</string> |
| 172 | <string name="last_update" msgid="730467549913588780">"Last updated"</string> |
| 173 | <string name="message_updating" msgid="4457761393932375219">"Checking for updates"</string> |
Baligh Uddin | a973e09 | 2014-02-12 16:04:35 -0800 | [diff] [blame] | 174 | <string name="message_loading" msgid="5638680861387748936">"Loading…"</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 175 | <string name="main_dict_description" msgid="3072821352793492143">"Main dictionary"</string> |
| 176 | <string name="cancel" msgid="6830980399865683324">"Cancel"</string> |
Baligh Uddin | 522d157 | 2014-02-21 02:20:21 -0800 | [diff] [blame] | 177 | <string name="go_to_settings" msgid="3876892339342569259">"Settings"</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 178 | <string name="install_dict" msgid="180852772562189365">"Install"</string> |
| 179 | <string name="cancel_download_dict" msgid="7843340278507019303">"Cancel"</string> |
| 180 | <string name="delete_dict" msgid="756853268088330054">"Delete"</string> |
Baligh Uddin | a973e09 | 2014-02-12 16:04:35 -0800 | [diff] [blame] | 181 | <string name="should_download_over_metered_prompt" msgid="1583881200688185508">"The selected language on your mobile device has an available dictionary.<br/> We recommend <b>downloading</b> the <xliff:g id="LANGUAGE_NAME">%1$s</xliff:g> dictionary to improve your typing experience.<br/> <br/> The download could take a minute or two over 3G. Charges may apply if you don\'t have an <b>unlimited data plan</b>.<br/> If you are not sure which data plan you have, we recommend finding a Wi-Fi connection to start the download automatically.<br/> <br/> Tip: You can download and remove dictionaries by going to <b>Language & input</b> in the <b>Settings</b> menu of your mobile device."</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 182 | <string name="download_over_metered" msgid="1643065851159409546">"Download now (<xliff:g id="SIZE_IN_MEGABYTES">%1$.1f</xliff:g>MB)"</string> |
| 183 | <string name="do_not_download_over_metered" msgid="2176209579313941583">"Download over Wi-Fi"</string> |
Baligh Uddin | a973e09 | 2014-02-12 16:04:35 -0800 | [diff] [blame] | 184 | <string name="dict_available_notification_title" msgid="4583842811218581658">"A dictionary is available for <xliff:g id="LANGUAGE_NAME">%1$s</xliff:g>"</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 185 | <string name="dict_available_notification_description" msgid="1075194169443163487">"Press to review and download"</string> |
Baligh Uddin | a973e09 | 2014-02-12 16:04:35 -0800 | [diff] [blame] | 186 | <string name="toast_downloading_suggestions" msgid="6128155879830851739">"Downloading: suggestions for <xliff:g id="LANGUAGE_NAME">%1$s</xliff:g> will be ready soon."</string> |
Baligh Uddin | 2b361d9 | 2013-10-04 09:03:13 -0700 | [diff] [blame] | 187 | <string name="version_text" msgid="2715354215568469385">"Version <xliff:g id="VERSION_NUMBER">%1$s</xliff:g>"</string> |
| 188 | <string name="user_dict_settings_add_menu_title" msgid="1254195365689387076">"Add"</string> |
| 189 | <string name="user_dict_settings_add_dialog_title" msgid="4096700390211748168">"Add to dictionary"</string> |
| 190 | <string name="user_dict_settings_add_screen_title" msgid="5818914331629278758">"Phrase"</string> |
| 191 | <string name="user_dict_settings_add_dialog_more_options" msgid="5671682004887093112">"More options"</string> |
| 192 | <string name="user_dict_settings_add_dialog_less_options" msgid="2716586567241724126">"Fewer options"</string> |
| 193 | <string name="user_dict_settings_add_dialog_confirm" msgid="4703129507388332950">"OK"</string> |
| 194 | <string name="user_dict_settings_add_word_option_name" msgid="6665558053408962865">"Word:"</string> |
| 195 | <string name="user_dict_settings_add_shortcut_option_name" msgid="3094731590655523777">"Shortcut:"</string> |
| 196 | <string name="user_dict_settings_add_locale_option_name" msgid="4738643440987277705">"Language:"</string> |
| 197 | <string name="user_dict_settings_add_word_hint" msgid="4902434148985906707">"Type a word"</string> |
| 198 | <string name="user_dict_settings_add_shortcut_hint" msgid="2265453012555060178">"Optional shortcut"</string> |
| 199 | <string name="user_dict_settings_edit_dialog_title" msgid="3765774633869590352">"Edit word"</string> |
| 200 | <string name="user_dict_settings_context_menu_edit_title" msgid="6812255903472456302">"Edit"</string> |
| 201 | <string name="user_dict_settings_context_menu_delete_title" msgid="8142932447689461181">"Delete"</string> |
| 202 | <string name="user_dict_settings_empty_text" msgid="558499587532668203">"You don\'t have any words in the user dictionary. Add a word by touching the Add (+) button."</string> |
| 203 | <string name="user_dict_settings_all_languages" msgid="8276126583216298886">"For all languages"</string> |
| 204 | <string name="user_dict_settings_more_languages" msgid="7131268499685180461">"More languages…"</string> |
| 205 | <string name="user_dict_settings_delete" msgid="110413335187193859">"Delete"</string> |
| 206 | <string name="user_dict_fast_scroll_alphabet" msgid="5431919401558285473">" ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string> |
| 207 | </resources> |