2015-07-30 20:14:55 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2021-12-19 19:44:27 +01:00
|
|
|
<string name="app_name">Unexpected Keyboard</string>
|
|
|
|
<string name="settings_activity_label">Unexpected Keyboard Settings</string>
|
|
|
|
<string name="pref_category_layout">Layout</string>
|
2021-04-28 00:23:52 +02:00
|
|
|
<string name="pref_layout_title">Change keyboard layout</string>
|
2021-12-30 21:37:34 +01:00
|
|
|
<string name="pref_layout_e_system">System settings</string>
|
2021-05-09 00:09:10 +02:00
|
|
|
<string name="pref_accents_title">Accents</string>
|
2022-01-23 19:20:11 +01:00
|
|
|
<string name="pref_accents_e_all_installed">Show accents for all installed languages</string>
|
2021-12-29 20:27:29 +01:00
|
|
|
<string name="pref_accents_e_selected">Only show accents for the selected language</string>
|
|
|
|
<string name="pref_accents_e_all">Show all accents</string>
|
2021-05-09 00:09:10 +02:00
|
|
|
<string name="pref_accents_e_none">Hide accents</string>
|
2021-12-19 19:44:27 +01:00
|
|
|
<string name="pref_category_typing">Typing</string>
|
2021-12-30 22:22:25 +01:00
|
|
|
<string name="pref_swipe_dist_title">Swiping distance</string>
|
|
|
|
<string name="pref_swipe_dist_summary">Distance of characters in the corners of the keys (%s)</string>
|
2022-01-23 19:20:11 +01:00
|
|
|
<string name="pref_long_timeout_title">Key repeat timeout</string>
|
|
|
|
<string name="pref_long_interval_title">Key repeat interval</string>
|
2021-12-19 19:44:27 +01:00
|
|
|
<string name="pref_category_vibrate">Vibration</string>
|
|
|
|
<string name="pref_vibrate_title">Vibration</string>
|
2021-12-29 20:27:29 +01:00
|
|
|
<string name="pref_vibrate_summary">Enable/disable vibration on keypress</string>
|
2021-12-19 19:44:27 +01:00
|
|
|
<string name="pref_vibrate_duration_title">Duration</string>
|
2021-04-20 00:34:21 +02:00
|
|
|
<string name="pref_precise_repeat_title">Precise cursor movements</string>
|
2022-01-23 19:20:11 +01:00
|
|
|
<string name="pref_precise_repeat_summary">Modulate key repeat speed by swiping more or less</string>
|
2021-12-19 19:44:27 +01:00
|
|
|
<string name="pref_category_style">Style</string>
|
|
|
|
<string name="pref_margin_bottom_title">Margin bottom</string>
|
|
|
|
<string name="pref_key_height_title">Key height</string>
|
|
|
|
<string name="pref_horizontal_margin_title">Horizontal margin</string>
|
2021-04-24 23:22:25 +02:00
|
|
|
<string name="pref_character_size_title">Label size</string>
|
|
|
|
<string name="pref_character_size_summary">Size of characters displayed on the keyboard (%.2fx)</string>
|
2021-12-30 00:26:05 +01:00
|
|
|
<string name="pref_theme">Theme</string>
|
|
|
|
<string name="pref_theme_e_dark">Dark</string>
|
|
|
|
<string name="pref_theme_e_light">Light</string>
|
2021-12-30 00:53:48 +01:00
|
|
|
<string name="pref_theme_e_black">Black</string>
|
2021-12-30 22:22:25 +01:00
|
|
|
<string name="pref_swipe_dist_e_very_short">Very short</string>
|
|
|
|
<string name="pref_swipe_dist_e_short">Short</string>
|
|
|
|
<string name="pref_swipe_dist_e_default">Normal</string>
|
|
|
|
<string name="pref_swipe_dist_e_far">Far</string>
|
|
|
|
<string name="pref_swipe_dist_e_very_far">Very far</string>
|
2022-01-23 19:19:38 +01:00
|
|
|
<string name="key_action_next">Next</string>
|
|
|
|
<string name="key_action_done">Done</string>
|
|
|
|
<string name="key_action_go">Go</string>
|
|
|
|
<string name="key_action_prev">Prev</string>
|
|
|
|
<string name="key_action_search">Search</string>
|
|
|
|
<string name="key_action_send">Send</string>
|
2015-07-30 20:14:55 +02:00
|
|
|
</resources>
|