1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
|
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="ime_name">AnySoftKeyboard</string>
<string name="spell_checker_settings">AnySoftKeyboard Speller Settings</string>
<string name="copyright_text">Copyright\u0020©\u0020<xliff:g id="year">%d</xliff:g>\u0020<xliff:g id="owner">%s</xliff:g></string>
<string name="version_text"><xliff:g id="version_name">%s</xliff:g>\u0020(v<xliff:g id="version_number">%s</xliff:g>)</string>
<string name="debug_tracing_starting">Tracing started!\nMake sure you stop it at some point</string>
<string name="debug_tracing_starting_failed">Tracing initiating failed! Check logcat for details.</string>
<string name="debug_tracing_finished">Tracing finished!\nTrace file is
<xliff:g id="trace_file">%s</xliff:g>
</string>
<string name="menu_about_item">About</string>
<!-- main form -->
<!-- welcome tab -->
<string name="how_to_pointer_title">Welcome to AnySoftKeyboard</string>
<string name="how_to_pointer_not_app">AnySoftKeyboard is not a regular application - it is a on-screen keyboard
replacement.
</string>
<!-- links tab -->
<string name="change_log_card_version_title_template">\u0020\u0020Latest changes for v<xliff:g id="name">%s</xliff:g>\u0020\u0020</string>
<string name="change_log_entry_header_template_without_name">\u0020\u0020v<xliff:g id="code">%s</xliff:g>\u0020\u0020</string>
<!-- credits tab -->
<!-- notifications -->
<string name="ime_name_beta">AnySoftKeyboard BETA</string>
<string name="notification_text_testers">This is a beta version. Use with caution!</string>
<string name="testers_version">Testers build!</string>
<!-- settings -->
<string name="languages_cat">Languages</string>
<!-- welcome -->
<!-- changelog -->
<string name="changelog">Change Log</string>
<string name="search_market_for_addons">Search for add-ons</string>
<string name="search_market_for_keyboard_addons">Get more keyboards at <i>Google Play Store</i>…</string>
<string name="search_market_for_quick_key_addons">Get more <i>Quick-Text</i> add-ons at <i>Google Play Store</i>…</string>
<string name="no_market_store_available">Could not find <i>Google Play Store</i> on your device.\nUnable to search for add-ons!</string>
<string name="keyboard_theme_tweak_group">Tweaks</string>
<string name="close_button">Close</string>
<!-- Indicates that a word has been added to the dictionary -->
<string name="added_word">Saved:\u0020<xliff:g id="word">%s</xliff:g>
</string>
<string name="revert_added_word_question">Remove\?</string>
<string name="removed_word">Removed:\u0020<xliff:g id="word">%s</xliff:g>
</string>
<string name="hint_add_to_dictionary">\u2190 Touch again to save</string>
<string name="hint_double_tap_to_close">Again to remove suggestions</string>
<!-- settings - UI -->
<string name="ui_group">User interface</string>
<string-array name="physical_keyboard_change_notification_types">
<item>Always show layout icon</item>
<item>On physical keyboard change</item>
<item>No notification</item>
</string-array>
<!-- voice -->
<string name="voice_input_not_installed_title">Voice Is Not Installed</string>
<string name="voice_input_not_installed_text">Google\'s Voice Input is not installed on your device.\nThat can be easily fixed: install it now from <i>Google Play Store</i>.</string>
<string name="voice_input_not_installed_action_install">Install</string>
<string name="voice_input_not_installed_action_do_not_install">No</string>
<string name="voice_input_not_voice_pack_in_market">I can not find voice input (com.google.android.voicesearch) at <i>Google Play Store</i>. Sorry, voice input will not work on your device.</string>
<!-- Options menu -->
<string name="change_ime">Change input method</string>
<string name="override_dictionary">Override default dictionary</string>
<!-- Dictionary override strings -->
<string name="override_dictionary_title">Override
<xliff:g id="word">%s</xliff:g>
dictionary
</string>
<string name="override_dictionary_default">Default</string>
<!-- Dictionary override toast messages -->
<string name="override_disabled">Override cleared</string>
<string name="override_enabled">Overriding to
<xliff:g id="word">%s</xliff:g>
</string>
<!-- settings - effects-->
<string name="gesture_settings">Gestures</string>
<string name="effects_group">Effects</string>
<string name="ime_settings">Keyboard settings</string>
<!-- <string name="vibrate_on">Vibrate on key-press</string>-->
<string name="vibrate_on_key_press_title">Vibrate on key-press</string>
<string name="vibrate_on_key_press_summary">Vibration level feedback for key-press. Currently: %s</string>
<string name="vibrate_on_key_press_dialog_title">Select vibration type</string>
<string-array name="vibrate_on_key_press_types">
<item>None</item>
<item>Light</item>
<item>Medium</item>
<item>Strong</item>
</string-array>
<string name="sound_on">Sound on key-press</string>
<string name="sound_on_summary">Sound effects on soft keyboard press.</string>
<string name="use_custom_sound_volume">Set custom volume</string>
<string name="use_custom_sound_volume_on_summary">Sounds effects volume is custom.</string>
<string name="use_custom_sound_volume_off_summary">Sounds effects volume is the system\'s notifications volume.
</string>
<string name="custom_sound_volume">Custom key-press volume</string>
<string name="switch_keyboard_on_space">Space switches keyboards</string>
<string name="switch_keyboard_on_space_on_summary">Switch from symbols/numbers to alphabet when pressing space
</string>
<string name="switch_keyboard_on_space_off_summary">Do not switch from symbols/numbers to alphabet when pressing
space
</string>
<string name="one_shot_quick_text_popup">Auto close after key</string>
<string name="one_shot_quick_text_popup_on_summary">Close Quick-Text popup after pressing a key</string>
<string name="one_shot_quick_text_popup_off_summary">Keep Quick-Text popup open until Close key is pressed</string>
<string name="hide_soft_when_physical">Hide keyboard on physical key</string>
<string name="hide_soft_when_physical_on_summary">Hide soft keyboard when physical keyboard is used</string>
<string name="hide_soft_when_physical_off_summary">Show soft keyboard when physical keyboard is used</string>
<string name="fullscreen_input_connection_supported">Use landscape full-screen</string>
<string name="fullscreen_input_connection_supported_on_summary">Full-screen input in landscape</string>
<string name="fullscreen_input_connection_supported_off_summary">Do not use full-screen input in landscape</string>
<string name="fullscreen_portrait_input_connection_supported">Use portrait full-screen</string>
<string name="fullscreen_portrait_input_connection_supported_on_summary">Full-screen input in portrait</string>
<string name="fullscreen_portrait_input_connection_supported_off_summary">Do not use full-screen input in portrait
</string>
<string name="backword_support">Back-word support</string>
<string name="backword_support_on_summary">Shifted Backspace will delete the last word</string>
<string name="backword_support_off_summary">Shifted Backspace will delete the last character</string>
<string name="swipe_tweak_group">Change swipe gesture actions</string>
<string name="swipe_up_action">Swipe up</string>
<string name="swipe_up_action_summary">Define the swipe up gesture action. Currently, %s</string>
<string name="swipe_up_action_title">Select swipe up action</string>
<string name="swipe_up_from_spacebar_action">Swipe spacebar up</string>
<string name="swipe_up_from_spacebar_action_summary">Define the swipe up from spacebar gesture action. Currently, %s</string>
<string name="swipe_up_from_spacebar_action_title">Select swipe spacebar up action</string>
<string name="swipe_down_action">Swipe down</string>
<string name="swipe_down_action_summary">Define the swipe down gesture action. Currently, %s</string>
<string name="swipe_down_action_title">Select swipe down action</string>
<string name="swipe_left_action">Swipe left</string>
<string name="swipe_left_action_summary">Define the swipe left gesture action. Currently, %s</string>
<string name="swipe_left_action_title">Select swipe left action</string>
<string name="swipe_right_action">Swipe right</string>
<string name="swipe_right_action_summary">Define the swipe right gesture action. Currently, %s</string>
<string name="swipe_right_action_title">Select swipe right action</string>
<string name="swipe_right_space_bar_action">Space bar swipe right</string>
<string name="swipe_right_space_bar_action_summary">Define the swipe right from space bar gesture action. Currently, %s</string>
<string name="swipe_right_space_bar_action_title">Select swipe right action</string>
<string name="swipe_left_space_bar_action">Space bar swipe left</string>
<string name="swipe_left_space_bar_action_summary">Define the swipe left from space bar gesture action. Currently, %s</string>
<string name="swipe_left_space_bar_action_title">Select swipe left action</string>
<string name="swipe_left_two_fingers_action">Two fingers swipe left</string>
<string name="swipe_left_two_fingers_action_summary">Define the two-fingers swipe left gesture action. Currently, %s</string>
<string name="swipe_right_two_fingers_action">Two fingers swipe right</string>
<string name="swipe_right_two_fingers_action_summary">Define the two-fingers swipe right gesture action. Currently, %s</string>
<string name="swipe_right_two_fingers_action_title">Select swipe right action</string>
<string name="pinch_gesture_action">Pinch gesture</string>
<string name="pinch_gesture_action_title">Select pinch gesture action</string>
<string name="pinch_gesture_action_summary">Define the pinch gesture action. Currently, %s</string>
<string name="separate_gesture_action">Stretch gesture</string>
<string name="separate_gesture_action_title">Select stretch gesture action</string>
<string name="separate_gesture_action_summary">Define the stretch gesture action. Currently, %s</string>
<string name="swipe_action_name_none">No action</string>
<string name="swipe_action_name_next_alphabet">Next alphabet keyboard</string>
<string name="swipe_action_name_next_symbols">Next symbols keyboard</string>
<string name="swipe_action_name_next_inside_mode">Next in current mode</string>
<string name="swipe_action_name_cycle_keyboards">Cycle through all keyboards</string>
<string name="swipe_action_name_reverse_cycle_keyboards">Reverse cycle through all keyboards</string>
<string name="swipe_action_name_shift">Shift</string>
<string name="swipe_action_name_hide">Hide keyboard</string>
<string name="swipe_action_name_backspace">Back-space</string>
<string name="swipe_action_name_backword">Back-word</string>
<string name="swipe_action_name_clear_input">Clear entire text</string>
<string name="swipe_action_name_cursor_up">Move cursor up</string>
<string name="swipe_action_name_cursor_down">Move cursor down</string>
<string name="swipe_action_name_cursor_left">Move cursor left</string>
<string name="swipe_action_name_cursor_right">Move cursor right</string>
<string name="swipe_action_name_other_keyboards_mode">Switch layout mode</string>
<string name="swipe_action_name_split_layout">Split layout</string>
<string name="swipe_action_name_merge_layout">Merge layout</string>
<string name="swipe_action_name_compact_layout_to_right">Compact layout to right</string>
<string name="swipe_action_name_compact_layout_to_left">Compact layout to left</string>
<string name="swipe_action_name_utility_keyboard">Show utility keyboard</string>
<string name="settings_swipe_velocity_threshold_title">Swipe velocity threshold</string>
<string name="settings_swipe_velocity_threshold_summary">The minimal swipe gesture speed. Currently, %s</string>
<string name="settings_swipe_velocity_very_slow">Very slow</string>
<string name="settings_swipe_velocity_slow">Slow</string>
<string name="settings_swipe_velocity_normal">Normal</string>
<string name="settings_swipe_velocity_fast">Fast</string>
<string name="settings_swipe_velocity_very_fast">Very fast</string>
<string name="settings_swipe_distance_threshold_title">Swipe distance threshold</string>
<string name="settings_swipe_distance_threshold_summary">The minimal swipe gesture distance. Currently, %s</string>
<string name="settings_swipe_distance_very_short">Very short</string>
<string name="settings_swipe_distance_short">Short</string>
<string name="settings_swipe_distance_normal">Normal</string>
<string name="settings_swipe_distance_long">Long</string>
<string name="settings_swipe_distance_very_long">Very long</string>
<string name="hardware_keys_group">Hardware keys mapping</string>
<string name="volume_key_for_left_right_support">Volume key for left/right</string>
<string name="volume_key_for_left_right_support_on_summary">Disable left/right via volume up/down</string>
<string name="volume_key_for_left_right_support_off_summary">Volume up turns cursor left, volume down turns cursor
right
</string>
<string name="camera_key_for_backspace_backword_support">Use Camera key for backspace/backword</string>
<string name="camera_key_for_backspace_backword_support_on_summary">Restore the camera key function</string>
<string name="camera_key_for_backspace_backword_support_off_summary">Half press on camera button deletes last
character, full press deletes last word
</string>
<string name="menu_even_more_settings">Even more…</string>
<string name="more_ui_settings_group">User Interface</string>
<string name="special_dictionaries_group">Special dictionaries</string>
<string name="special_dictionaries_group_summary">Suggestion dictionaries used in AnySoftKeyboard</string>
<string name="use_user_dictionary">User-dictionary</string>
<string name="use_user_dictionary_on_summary">Suggest user added words (double-click a typed-suggestion to add)</string>
<string name="use_user_dictionary_off_summary"/>
<string name="always_use_fallback_user_dictionary">Use fallback User-dictionary</string>
<string name="always_use_fallback_user_dictionary_on_summary">Use only AnySoftKeyboard\'s built-in User-dictionary mechanism (not recommended).</string>
<string name="always_use_fallback_user_dictionary_off_summary">Try to use Android\'s built-in User-dictionary first (recommended).</string>
<string name="use_auto_dictionary">Auto dictionary</string>
<string name="use_auto_dictionary_dialog_title">Select learn method</string>
<string name="use_auto_dictionary_summary">Automatically learn new words. Learn method: %s</string>
<string name="auto_dictionary_threshold_type_after_a_while">After some usage</string>
<string name="auto_dictionary_threshold_type_immediately">Immediately after I type it</string>
<string name="auto_dictionary_threshold_type_off">Do not learn new words</string>
<string name="use_next_words_dictionary">Next word suggestions</string>
<string name="next_words_dictionary_off">Do not suggest next word</string>
<string name="next_words_dictionary_words_only">Suggest next words</string>
<string name="next_words_dictionary_words_punctuations">Suggest next words and punctuations</string>
<string name="next_words_dictionary_summary">Use the previous word to make suggestions: %s</string>
<string name="use_next_words_dictionary_aggressiveness">Next word aggressiveness</string>
<string name="use_next_words_dictionary_aggressiveness_minimal">Minimal suggestions</string>
<string name="use_next_words_dictionary_aggressiveness_medium">Medium aggressiveness</string>
<string name="use_next_words_dictionary_aggressiveness_maximum">Show many suggestions</string>
<string name="use_next_words_dictionary_aggressiveness_summary">Next word suggestion aggressiveness: %s</string>
<string name="auto_pick_suggestion_aggressiveness_title">Auto-select suggestion aggressiveness</string>
<string name="auto_pick_suggestion_aggressiveness_none">Off</string>
<string name="auto_pick_suggestion_aggressiveness_minimal">Minimal aggressiveness</string>
<string name="auto_pick_suggestion_aggressiveness_medium">Medium aggressiveness</string>
<string name="auto_pick_suggestion_aggressiveness_high">High aggressiveness</string>
<string name="auto_pick_suggestion_aggressiveness_extreme">Extreme aggressiveness</string>
<string name="auto_pick_suggestion_aggressiveness_summary">Aggressiveness level: %s</string>
<string name="use_contacts_dictionary">Contacts dictionary</string>
<string name="use_contacts_dictionary_on_summary">Suggest names from contacts list</string>
<string name="use_contacts_dictionary_off_summary"/>
<string name="tweaks_group">Tweaks</string>
<string name="tweak_sound_group">Sound related tweaks</string>
<string name="tweak_physical_keyboard_group">Physical keyboard tweaks</string>
<string name="tweak_ui_group">Graphical tweaks</string>
<string name="tweak_ux_group">Behavior tweaks</string>
<string name="tweak_dictionary_group">Dictionary tweaks</string>
<string name="settings_min_length_for_word_correction">Minimum word length for correction</string>
<string name="show_keyboard_name_text">Show keyboard name</string>
<string name="show_keyboard_name_on_summary">Show keyboard name on space-bar</string>
<string name="show_keyboard_name_off_summary">Never show keyboard name</string>
<string name="show_hint_text">Show hint text</string>
<string name="show_hint_text_on_summary">Show hints on keys, if theme supports</string>
<string name="show_hint_text_off_summary">Never show hints on keys</string>
<string name="use_custom_hint_align">Override hint position</string>
<string name="use_custom_hint_align_on_summary">Use custom hint text position</string>
<string name="use_custom_hint_align_off_summary">Use theme hint text position</string>
<string name="custom_hint_align">Custom horizontal hint alignment</string>
<string name="custom_hint_align_summary">Align hint text at left, center, or right of key</string>
<string name="settings_custom_hint_align_dialog_title">Select horizontal alignment for hint text</string>
<string-array name="custom_hint_align_types">
<item>Left</item>
<item>Center</item>
<item>Right</item>
</string-array>
<string name="custom_hint_valign">Custom vertical hint alignment</string>
<string name="custom_hint_valign_summary">Align hint text at top or bottom of key</string>
<string name="settings_custom_hint_valign_dialog_title">Select vertical alignment for hint text</string>
<string-array name="custom_hint_valign_types">
<item>Top</item>
<item>Bottom</item>
</string-array>
<string name="is_sticky_extesion_keyboard">Sticky extension keyboard</string>
<string name="is_sticky_extesion_keyboard_on_summary">Stays visible until explicitly closed</string>
<string name="is_sticky_extesion_keyboard_off_summary">Closes after key press</string>
<string name="is_extesion_keyboard_above_keyboard">Top extension keyboard</string>
<string name="is_extesion_keyboard_above_keyboard_on_summary">Drawn above main keyboard</string>
<string name="is_extesion_keyboard_above_keyboard_off_summary">Drawn on main keyboard</string>
<string name="show_settings_app_in_launcher">Settings app</string>
<string name="settings_key_show_settings_app_on_summary">Settings app will be visible in the launcher (may require
reboot)
</string>
<string name="settings_key_show_settings_app_off_summary">Hide Settings app (may require reboot)</string>
<string name="show_crash_notification">Report on crash</string>
<string name="show_crash_notification_on_summary">Upon ASK crash, open crash report dialog</string>
<string name="show_crash_notification_off_summary">Silently absorb crashes</string>
<string name="use_keyrepeat">Use key repeat</string>
<string name="use_keyrepeat_on_summary">Key repeat is enabled</string>
<string name="use_keyrepeat_off_summary">Key repeat is disabled</string>
<string name="emoticon_long_press_opens_popup">Long-press smiley popup</string>
<string name="emoticon_long_press_opens_popup_on_summary">Show emoticons popup on long-press</string>
<string name="emoticon_long_press_opens_popup_off_summary">Show emoticons popup on short-press</string>
<string name="default_smiley_text">Smiley text</string>
<string name="default_domain_text">Domain text</string>
<string name="key_preview_position_override">Key preview position</string>
<string name="key_preview_position_override_summary">Above the pressed key or above the entire keyboard</string>
<string name="key_preview_position_override_above_key">Above pressed key</string>
<string name="key_preview_position_override_above_keyboard">Above keyboard</string>
<string name="key_press_preview_popup">Key preview popup</string>
<string name="key_press_preview_popup_on_summary">Show popup upon key-press</string>
<string name="key_press_preview_popup_off_summary">Do not show popup upon key-press</string>
<string name="zoom_factor_keys_in_portrait">Keys height factor in portrait mode</string>
<string name="zoom_factor_keys_in_landscape">Keys height factor in landscape mode</string>
<string name="insert_space_after_word_suggestion_selection">Space after candidate pick</string>
<string name="insert_space_after_word_suggestion_selection_on_summary">Insert space after word suggestion select
</string>
<string name="insert_space_after_word_suggestion_selection_off_summary"/>
<string name="double_space_to_period">Double space to period</string>
<string name="double_space_to_period_summary">Double space tap will become period+space</string>
<string name="tweak_animations_level_title">Animations</string>
<string name="tweak_animations_level_summary">How much animations should be used. Currently: %s</string>
<string name="tweak_animations_level_types_full">Full</string>
<string name="tweak_animations_level_types_some">Some</string>
<string name="tweak_animations_level_types_none">None</string>
<string name="cycle_all_symbols_keyboards">Cycle over all symbols</string>
<string name="cycle_all_symbols_keyboards_on_summary">Symbols key will cycle over all symbols keyboards</string>
<string name="cycle_all_symbols_keyboards_off_summary">Symbols key will only show main symbols keyboard</string>
<string name="lang_key_shows_popup">Language switch by popup</string>
<string name="lang_key_shows_popup_on_summary">Language key will pop-up a selection dialog</string>
<string name="lang_key_shows_popup_off_summary">Language key will cycle languages</string>
<string name="auto_caps">Auto-capitalization</string>
<string name="grammer_group">Grammar</string>
<string name="keyboard_behavior_group">Keyboard Behavior</string>
<string name="candidates_on">Show suggestions</string>
<string name="candidates_on_summary">A list of suggested words will be displayed above the keyboard</string>
<string name="candidates_off_summary">No suggestions will be shown</string>
<string name="quick_fix">Quick fixes and abbreviations</string>
<string name="quick_fix_summary">Corrects commonly typed mistakes, and expands abbreviations</string>
<string name="allow_suggestions_restart">Suggestions restart</string>
<string name="allow_suggestions_restart_summary">Restart word suggestion upon cursor movement</string>
<!-- settings - keyboard group -->
<string name="keyboards_group_extra_template"><xliff:g id="enabledLayouts">%s</xliff:g>/<xliff:g id="totalLayouts">%s</xliff:g></string>
<string name="keyboards_group">Keyboards</string>
<string name="keyboards_group_summary">Keyboard layouts for use in AnySoftKeyboard</string>
<string name="symbols_keyboard">123!#()</string>
<string name="symbols_alt_keyboard">{}\_</string>
<string name="symbols_alt_num_keyboard">123</string>
<string name="symbols_phone_keyboard">phone</string>
<string name="symbols_numbers_keyboard">123</string>
<string name="symbols_time_keyboard">time</string>
<string name="eng_keyboard">English</string>
<string name="keyboard_change_locked">n/a</string>
<string name="selected_add_on_summary">Now using \'<xliff:g id="addOnName">%s</xliff:g>\'
</string>
<!-- settings - quick text keys -->
<string name="quick_text_keys_group">Quick text keys</string>
<string name="quick_text_keys_order">Order of Quick Text groups</string>
<string name="quick_text_keys_order_dialog_title">Define groups order</string>
<string name="quick_text_keys_order_summary">The order in which the Quick Text groups will be shown in the popup.</string>
<!-- settings - extension keyboards -->
<!-- settings - top generic row -->
<string name="top_generic_row_group">Common top generic row</string>
<string name="top_generic_row_dialog_title">Select row type</string>
<string name="top_generic_row_summary">Selected top row: %s</string>
<string name="top_generic_row_list_title">Select row type</string>
<!-- settings - bottom generic row -->
<string name="bottom_generic_row_group">Common bottom generic row</string>
<string name="bottom_generic_row_dialog_title">Select row type</string>
<string name="bottom_generic_row_summary">Selected bottom row: %s</string>
<string name="bottom_generic_row_list_title">Select row type</string>
<!-- settings - extension keyboard -->
<string name="extension_keyboard_group">Extension keyboard</string>
<string name="extension_keyboard_dialog_title">Select keyboard</string>
<string name="extension_keyboard_summary">Selected Extension Keyboard: %s</string>
<string name="keyboard_theme_group">Keyboard themes</string>
<string name="keyboard_themes_group_summary">Various appearance themes for your on-screen keyboard</string>
<string name="keyboard_theme_dialog_title">Select theme</string>
<string name="keyboard_theme_summary">Selected theme: %s</string>
<string name="keyboard_theme_list_title">Select theme</string>
<string name="dark_plain_keyboard_theme_name">Plain dark theme</string>
<string name="dark_plain_keyboard_theme_description">Dark colors, simple graphics</string>
<string name="light_plain_keyboard_theme_name">Plain light theme</string>
<string name="light_plain_keyboard_theme_description">Light colors, simple graphics</string>
<string name="blacktheme_keyboard_theme_name">Simple black glow</string>
<string name="blacktheme_keyboard_theme_description">Simple black theme with color highlights</string>
<string name="lean_dark_keyboard_theme_name">Lean Dark</string>
<string name="lean_dark_keyboard_theme_description">Dark theme, with minimal UI elements</string>
<string name="lean_dark_2_keyboard_theme_name">Lean Dark - Option 2</string>
<string name="lean_dark_big_keyboard_theme_name">Lean Dark - Large Keys</string>
<string name="lean_dark_big_keyboard_theme_description">Same Dark theme, but with larger keys</string>
<string name="lean_light_keyboard_theme_name">Lean Light</string>
<string name="lean_light_keyboard_theme_description">Light theme, with minimal UI elements</string>
<string name="lean_light_2_keyboard_theme_name">Lean Light - Option 2</string>
<string name="lean_light_big_keyboard_theme_name">Lean Light - Large Keys</string>
<string name="lean_light_big_keyboard_theme_description">Same Light theme, but with larger keys</string>
<!-- extension keyboard type -->
<string name="extension_kbd_top_none">No top row</string>
<string name="extension_kbd_top_small">Small keys</string>
<string name="extension_kbd_top_regular">Regular sized keys</string>
<string name="extension_kbd_top_small_numbers">Numbers keys</string>
<string name="extension_kbd_top_numbers_alt">Alternate number keys</string>
<string name="extension_kbd_top_nav">Navigation keys</string>
<string name="extension_kbd_bottom_regular_with_voice">Regular</string>
<string name="extension_kbd_bottom_regular">Classic (no mic)</string>
<string name="extension_kbd_bottom_iphone">iPhone styled (no mic)</string>
<string name="extension_kbd_bottom_iphone_with_voice">iPhone styled with mic</string>
<string name="extension_kbd_bottom_alt">Alternate (no mic)</string>
<string name="extension_kbd_bottom_alt_with_mic">Alternate with mic</string>
<string name="extension_kbd_bottom_ng">New Generation - Testing</string>
<string name="extension_kbd_extension_numbers_symbols">Numbers and symbols</string>
<!-- Tutorials -->
<!-- Special soft keyboard keys text -->
<string name="label_go_key">Go</string>
<string name="label_next_key">Next</string>
<string name="label_previous_key">Prev.</string>
<string name="label_send_key">Send</string>
<string name="label_search_key">Search</string>
<string name="label_done_key">Done</string>
<string name="label_tab_key">Tab</string>
<string name="label_home_key">Home</string>
<string name="label_end_key">End</string>
<string name="change_lang_regular">ABC</string>
<string name="change_symbols_regular">123</string>
<string name="select_keyboard_popup_title">Select keyboard</string>
<!-- dictionaries -->
<string name="eng_dictionary">English</string>
<string name="simley_key_name">Smiley key</string>
<string name="history_quick_text_key_name">History</string>
<string name="default_quick_text_key_name">Simple Emoticons</string>
<string name="unicode_quick_text_key_name">Emoticons</string>
<string name="unicode_people_quick_text_key_name">People</string>
<string name="unicode_gestures_quick_text_key_name">Gestures</string>
<string name="unicode_accessories_quick_text_key_name">Accessories</string>
<string name="unicode_animals_quick_text_key_name">Animals</string>
<string name="unicode_food_quick_text_key_name">Food</string>
<string name="unicode_nature_quick_text_key_name">Nature</string>
<string name="unicode_transport_quick_text_key_name">Transport</string>
<string name="unicode_signs_quick_text_key_name">Signs</string>
<string name="unicode_city_quick_text_key_name">City</string>
<string name="unicode_activity_quick_text_key_name">Activity</string>
<string name="unicode_office_quick_text_key_name">Office</string>
<string name="unicode_occasions_quick_text_key_name">Occasions</string>
<string name="multitap_timeout_title">Multi-tap timeout</string>
<string name="multitap_timeout_summary">Timeout between key taps</string>
<string name="settings_multitap_timeout_disabled">Disabled</string>
<string name="settings_multitap_timeout_faster">Faster</string>
<string name="settings_multitap_timeout_fast">Fast</string>
<string name="settings_multitap_timeout_normal">Normal</string>
<string name="settings_multitap_timeout_slow">Slow</string>
<string name="settings_multitap_timeout_slower">Slower</string>
<string name="settings_multitap_timeout_never">Wait forever</string>
<string name="long_press_timeout_title">Long-press time</string>
<string name="long_press_timeout_summary">Key press time to be considered as long-press</string>
<string name="settings_long_press_timeout_faster">Faster</string>
<string name="settings_long_press_timeout_fast">Fast</string>
<string name="settings_long_press_timeout_normal">Normal</string>
<string name="settings_long_press_timeout_slow">Slow</string>
<string name="settings_long_press_timeout_slower">Slower</string>
<string name="settings_long_press_timeout_never">Never</string>
<string name="tweak_workarounds_group">Workarounds</string>
<string name="workaround_disable_rtl_fix">Disable Right-to-Left handling</string>
<string name="workaround_disable_rtl_fix_summary_on">Use OS RTL handling (for SE phones)</string>
<string name="workaround_disable_rtl_fix_summary_off">Use AnySoftKeyboard RTL handling</string>
<string name="settings_split_state_title">Split/Merge initial state</string>
<string name="settings_split_state_summary">Define whether the keyboard is split as default. Now: %s</string>
<string name="settings_split_state_merged_always">Start regular</string>
<string name="settings_split_state_split_in_landscape">Start split in landscape</string>
<string name="settings_split_state_split_always">Start split</string>
<string name="settings_split_state_compact_right_always">Start compacted to right</string>
<string name="settings_split_state_compact_left_always">Start compacted to left</string>
<!-- User dictionary settings -->
<skip/>
<string name="user_dictionary_select_locale">Language:</string>
<!-- User dictionary settings, The titlebar text of the User dictionary settings screen. -->
<string name="user_dict_settings_titlebar">User dictionary</string>
<string name="user_dict_editor">Words editor</string>
<!-- abbreviations editor -->
<string name="abbreviation_dict_settings_titlebar">Abbreviation editor</string>
<string name="abbreviation_dict_editor">Abbreviation editor</string>
<string name="abbreviation_dict_word_template"><i><xliff:g id="abbreviation">%s</xliff:g></i>\u0020\u2192\u0020<i><xliff:g id="target">%s</xliff:g></i></string>
<!-- User dictionary settings. The title of the dialog to add a new word to the user dictionary. -->
<!-- User dictionary settings. The title of the dialog to edit an existing word in the user dictionary. -->
<!-- User dictionary settings. The text to show when there are no user-defined words in the dictionary -->
<string name="user_dict_settings_empty_text">You do not have any words in the user dictionary. You can add your first word now.</string>
<string name="user_dict_backup_success_title">Backup done!</string>
<string name="user_dict_backup_success_text">Successfully stored your words on device storage at
/Android/data/com.menny.android.anysoftkeyboard/files/
</string>
<string name="user_dict_backup_fail_title">Backup failed!</string>
<string name="user_dict_backup_fail_text">Could not store your files! Is storage available?</string>
<string name="user_dict_backup_fail_text_with_error">Failed to store words due to:
<xliff:g id="error">%s</xliff:g>
</string>
<string name="user_dict_restore_success_title">Restore done!</string>
<string name="user_dict_restore_success_text">Successfully restored your words.</string>
<string name="user_dict_restore_fail_title">Restore failed!</string>
<string name="user_dict_restore_fail_text">Could not read your backup files! Is storage available?</string>
<string name="user_dict_restore_fail_text_with_error">Failed to restore words due to:
<xliff:g id="error">%s</xliff:g>
</string>
<string name="should_swap_punctuation_and_space_title">Swap punctuation and space</string>
<string name="should_swap_punctuation_and_space_summary"/>
<string name="should_swap_punctuation_and_space_yes">Yes</string>
<string name="should_swap_punctuation_and_space_no">No</string>
<string name="initial_quick_text_tab_title">Initial group</string>
<string name="initial_quick_text_tab_summary">Quick-Text group to start with: %s</string>
<string name="initial_quick_text_tab_always_first_tab">Always start with first</string>
<string name="initial_quick_text_tab_last_used_tab">Start with the last used group</string>
<string name="initial_quick_text_tab_history_tab">Start with History group</string>
<string name="developer_tools">Developer tools</string>
<string name="click_for_developer_features">Developer tools</string>
<string name="click_for_developer_features_summary">Various tools for AnySoftKeyboard developers</string>
<string name="failed_to_create_mem_dump">Failed to create memory dump file due to:
<xliff:g id="message">%s</xliff:g>
</string>
<string name="created_mem_dump_file">Created memory dump file at:
<xliff:g id="file_path">%s</xliff:g>
</string>
<string name="drawer_open">Menu open</string>
<string name="drawer_close">Menu close</string>
<string name="not_configured_with_click_here">AnySoftKeyboard is not fully set-up for use. Click here to set up.</string>
<string name="not_configured_with_just_click_here">Click here</string>
<string name="click_for_more">more…</string>
<!-- Strings for possible PreferenceActivity Back/Next buttons -->
<string name="back_button_label">Back</string>
<string name="next_button_label">Next</string>
<!-- Optional button to Skip a PreferenceActivity [CHAR LIMIT=20] -->
<string name="skip_button_label">Skip</string>
<string name="word_editor_action_add_word">Add word</string>
<string name="word_editor_action_backup_words">Backup</string>
<string name="word_editor_action_restore_words">Restore</string>
<string name="click_to_add_new_word">Click to add a new word</string>
<string name="enter_word_hint">Type the new word here</string>
<string name="enter_abbreviation_hint">Abbreviation</string>
<string name="enter_abbreviation_target_hint">Full sentence</string>
<string name="toggle_button_on">On</string>
<string name="toggle_button_off">Off</string>
<string name="about_additional_software_licenses">Additional Software Licenses</string>
<string name="wizard_step_previous_step_not_complete_title">Previous setup step is not complete</string>
<string name="wizard_step_previous_step_not_complete_text">Please swipe to the previous step, and follow the instructions.</string>
<string name="wizard_step_this_step_complete_title">Step done!</string>
<string name="wizard_step_this_step_complete_text_enabled"><i>AnySoftKeyboard</i> is enabled. You are only one step away from using <i>AnySoftKeyboard</i> on your awesome device!</string>
<string name="wizard_step_this_step_complete_text_switched"><i>AnySoftKeyboard</i> is your default keyboard. But, you\'ll probably want to set-up additional things, like themes or languages?</string>
<string name="wizard_step_swipe_to_next">Swipe to the next page.</string>
<string name="setup_wizard_step_one_title">Enable AnySoftKeyboard</string>
<string name="setup_wizard_step_small_sub_title">This is the first step, but don\'t worry, there are only three, very simple steps.</string>
<string name="setup_wizard_step_one_details">In this step, you\'ll need to enable <i>AnySoftKeyboard</i>. Please check <i>\'AnySoftKeyboard\'</i> in your <i>Language&Input settings</i>. This will allow us to run on your device.</string>
<string name="setup_wizard_step_one_action">Go to your <i>Language&Input settings</i>…</string>
<string name="setup_wizard_step_one_action_error_no_settings_activity">Error: Your device does not support 3rd-party keyboards. AnySoftKeyboard can not be activated!</string>
<string name="setup_wizard_top_title">Setup\nAnySoftKeyboard\nfor use</string>
<string name="setup_wizard_step_two_title">Switch to AnySoftKeyboard</string>
<string name="setup_wizard_step_two_small_sub_title">Step two of three</string>
<string name="setup_wizard_step_two_details">Your system can use <i>AnySoftKeyboard</i> now, but it is not set as the active keyboard.\nBy switching, <i>AnySoftKeyboard</i> will be your new on-screen keyboard, along with all its features!</string>
<string name="setup_wizard_step_two_action">Switch active keyboards</string>
<string name="setup_wizard_step_three_title">AnySoftKeyboard is ready!</string>
<string name="setup_wizard_step_three_details">Thank you for choosing <i>AnySoftKeyboard</i>.\nThis keyboard excel in its customization level. Go ahead and personalize:</string>
<string name="setup_wizard_step_three_action_languages">Setup languages…</string>
<string name="setup_wizard_step_three_action_themes">Select theme…</string>
<string name="setup_wizard_step_three_action_all_settings">Configure everything else…</string>
<string name="ime_crashed_title">AnySoftKeyboard Crashed!</string>
<string name="ime_crashed_sub_text">Oops, didn\'t see that coming…</string>
<string name="ime_crashed_ticker">Oops, AnySoftKeyboard crashed, didn\'t see that coming…</string>
<string name="ime_crashed_text">Unfortunately, there is a problem with <i>AnySoftKeyboard</i>. Do not panic, there is something <b>you</b> can do to help resolve this: send us the crash report, and we\'ll do our best to solve this crash and get you back with an awesome keyboard experience!\n\nWith sincere apology, the Dev team.</string>
<string name="ime_crashed_send_button">Send</string>
<string name="ime_crashed_cancel_button">Cancel</string>
<string name="ime_crashed_intent_selector_title">Send crash report via</string>
<string name="setup_wizard_step_one">Step one:</string>
<string name="setup_wizard_step_two">Step two:</string>
<string name="setup_wizard_step_three">Step three:</string>
<string name="main_fragment_go_to_settings_button">Go to Settings</string>
<string name="quick_text_tab_title_template"><xliff:g id="first_key">%s</xliff:g>\u0020<xliff:g id="name">%s</xliff:g></string>
<string name="accessibility_item_reorder_slider">Item re-order slider</string>
<string name="next_word_dict_settings">Next Word settings</string>
<string name="next_word_settings_group">Settings</string>
<string name="next_word_stats_group">Next Word Usage Statistics</string>
<string name="next_words_statistics_count">Initial word count:\u0020<xliff:g id="first_word">%d</xliff:g>\nAverage next word count:\u0020<xliff:g id="second_word">%d</xliff:g></string>
<string name="next_words_statistics_no_usage">No usage yet. Type a bit more.</string>
<string name="clipboard_is_empty_toast">Clipboard is empty, there is nothing to paste.</string>
<string name="clipboard_paste_entries_title">Pick text to paste</string>
<string name="next_word_prefs_clear_data">Clear next-word data</string>
<string name="next_word_prefs_clear_data_summary">This is irreversible. All your typing history will be cleared.</string>
</resources>
|