mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-12-28 17:08:48 +01:00
aa78229b2a
Allow specifying a layout for programming and add a key for switching to it easily. The switching key is placed on the top edge of the space bar. The option has no effect by default because the ergonomic isn't ideal, it needs to be enabled explicitly. Users of Latin-script languages certainly prefer to use one layout (for programming or not). This feature might be removed in favor of a better language-switching mechanisms in the future.
54 lines
3.3 KiB
XML
54 lines
3.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="app_name" product="debug">Unexpected Keyboard (debug)</string>
|
|
<string name="app_name" product="default">Unexpected Keyboard</string>
|
|
<string name="settings_activity_label">Unexpected Keyboard Settings</string>
|
|
<string name="pref_category_layout">Layout</string>
|
|
<string name="pref_layout_title">Change keyboard layout</string>
|
|
<string name="pref_layout_e_system">System settings</string>
|
|
<string name="pref_accents_title">Accents</string>
|
|
<string name="pref_accents_e_all_installed">Show accents for all installed languages</string>
|
|
<string name="pref_accents_e_selected">Only show accents for the selected language</string>
|
|
<string name="pref_accents_e_all">Show all accents</string>
|
|
<string name="pref_accents_e_none">Hide accents</string>
|
|
<string name="pref_programming_layout_title">Keyboard layout for programming</string>
|
|
<string name="pref_programming_layout_none">None</string>
|
|
<string name="pref_category_typing">Typing</string>
|
|
<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>
|
|
<string name="pref_long_timeout_title">Key repeat timeout</string>
|
|
<string name="pref_long_interval_title">Key repeat interval</string>
|
|
<string name="pref_category_vibrate">Vibration</string>
|
|
<string name="pref_vibrate_title">Vibration</string>
|
|
<string name="pref_vibrate_summary">Enable/disable vibration on keypress</string>
|
|
<string name="pref_vibrate_duration_title">Duration</string>
|
|
<string name="pref_precise_repeat_title">Precise cursor movements</string>
|
|
<string name="pref_precise_repeat_summary">Modulate key repeat speed by swiping more or less</string>
|
|
<string name="pref_lockable_keys_title">Lockable modifiers</string>
|
|
<string name="pref_lockable_keys_summary">Modifiers that can be locked by typing them twice</string>
|
|
<string name="pref_category_style">Style</string>
|
|
<string name="pref_margin_bottom_title">Margin bottom</string>
|
|
<string name="pref_keyboard_height_title">Keyboard height</string>
|
|
<string name="pref_horizontal_margin_title">Horizontal margin</string>
|
|
<string name="pref_character_size_title">Label size</string>
|
|
<string name="pref_character_size_summary">Size of characters displayed on the keyboard (%.2fx)</string>
|
|
<string name="pref_theme">Theme</string>
|
|
<string name="pref_theme_e_system">System settings</string>
|
|
<string name="pref_theme_e_dark">Dark</string>
|
|
<string name="pref_theme_e_light">Light</string>
|
|
<string name="pref_theme_e_black">Black</string>
|
|
<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>
|
|
<string name="pref_key_horizontal_space">Horizontal spacing between the keys</string>
|
|
<string name="pref_key_vertical_space">Vertical spacing between the keys</string>
|
|
<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>
|
|
</resources>
|