mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-22 07:13:13 +01:00
130 lines
8.2 KiB
XML
130 lines
8.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="app_name_release">Unexpected Keyboard</string>
|
|
<string name="app_name_debug">Unexpected Keyboard (Debug)</string>
|
|
<string name="short_description">Lightweight and privacy-conscious virtual keyboard for Android.</string>
|
|
<string name="store_description">"The main feature is that you can type more characters by swiping the keys towards the corners.
|
|
|
|
This application was originally designed for programmers using Termux.
|
|
Now perfect for everyday use.
|
|
|
|
This application contains no ads, doesn't make any network requests and is Open Source."</string>
|
|
<string name="settings_activity_label">Unexpected Keyboard Settings</string>
|
|
<string name="pref_portrait">In portrait mode</string>
|
|
<string name="pref_landscape">In landscape mode</string>
|
|
<string name="pref_category_layout">Layout</string>
|
|
<string name="pref_label_brightness">Adjust label brightness</string>
|
|
<string name="pref_keyboard_opacity">Adjust keyboard background opacity</string>
|
|
<string name="pref_key_opacity">Adjust key opacity</string>
|
|
<string name="pref_key_activated_opacity">Adjust pressed key opacity</string>
|
|
<string name="pref_layout_e_system">System settings</string>
|
|
<string name="pref_layout_e_custom">Custom layout</string>
|
|
<string name="pref_layouts_add">Add an alternate layout</string>
|
|
<string name="pref_layouts_item">Layout %1$d: %2$s</string>
|
|
<string name="pref_layouts_remove_custom">Remove layout</string>
|
|
<string name="pref_custom_layout_title">Custom layout</string>
|
|
<string name="pref_show_numpad_title">Show NumPad</string>
|
|
<string name="pref_show_numpad_never">Never</string>
|
|
<string name="pref_show_numpad_landscape">Only in landscape mode</string>
|
|
<string name="pref_show_numpad_always">Always</string>
|
|
<string name="pref_number_row_title">Show number row</string>
|
|
<string name="pref_number_row_summary">Add a number row at the top of the keyboard when the numpad is hidden</string>
|
|
<string name="pref_numpad_layout">NumPad layout</string>
|
|
<string name="pref_numpad_layout_e_high_first">High digits first</string>
|
|
<string name="pref_numpad_layout_e_low_first">Low digits first</string>
|
|
<string name="pref_extra_keys_title">Add keys to the keyboard</string>
|
|
<string name="pref_extra_keys_custom">Add custom keys</string>
|
|
<string name="pref_extra_keys_internal">Select keys to add to the keyboard</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">Long press timeout</string>
|
|
<string name="pref_long_interval_title">Key repeat interval</string>
|
|
<string name="pref_keyrepeat_enabled">Key repeat on long press</string>
|
|
<string name="pref_lock_double_tap_title">Double tap on shift for caps lock</string>
|
|
<string name="pref_lock_double_tap_summary">You can lock any modifier by holding it</string>
|
|
<string name="pref_category_behavior">Behavior</string>
|
|
<string name="pref_autocapitalisation_title">Automatic capitalisation</string>
|
|
<string name="pref_autocapitalisation_summary">Press Shift at the beginning of a sentence</string>
|
|
<string name="pref_switch_input_immediate_title">Switch to the last used keyboard</string>
|
|
<string name="pref_switch_input_immediate_summary">Behavior of the keyboard-switching key</string>
|
|
<string name="pref_vibrate_custom">Custom vibration</string>
|
|
<string name="pref_vibrate_duration_title">Vibration intensity</string>
|
|
<string name="pref_pin_entry_enabled_title">Pin entry layout</string>
|
|
<string name="pref_pin_entry_enabled_summary">When typing numbers, dates and phone numbers</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_theme_e_altblack">Alternative Black</string>
|
|
<string name="pref_theme_e_white">White</string>
|
|
<string name="pref_theme_e_epaper">ePaper</string>
|
|
<string name="pref_theme_e_desert">Desert</string>
|
|
<string name="pref_theme_e_jungle">Jungle</string>
|
|
<string name="pref_theme_e_monet">Monet (System)</string>
|
|
<string name="pref_theme_e_monetlight">Monet (Light)</string>
|
|
<string name="pref_theme_e_monetdark">Monet (Dark)</string>
|
|
<string name="pref_theme_e_rosepine">Rosé Pine</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="pref_border_config_title">Customize borders</string>
|
|
<string name="pref_border_width_title">Border Width</string>
|
|
<string name="pref_corners_radius_title">Corner radius</string>
|
|
<string name="pref_circle_sensitivity_title">Circle gesture sensitivity</string>
|
|
<string name="pref_circle_sensitivity_e_high">High</string>
|
|
<string name="pref_circle_sensitivity_e_medium">Medium</string>
|
|
<string name="pref_circle_sensitivity_e_low">Low</string>
|
|
<string name="pref_circle_sensitivity_e_disabled">Disabled</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>
|
|
<string name="launcher_button_imesettings">Enable keyboard</string>
|
|
<string name="launcher_button_imepicker">Select keyboard</string>
|
|
<string name="launcher_description">This application is a virtual keyboard. Go to the system settings by clicking on the button below and enable Unexpected-Keyboard.</string>
|
|
<string name="launcher_sourcecode">This is a free and open source application. You can find the source code or report bugs on GitHub.</string>
|
|
<string name="launcher_tryhere">After enabling, you can try the keyboard here:</string>
|
|
<string name="launcher_tryhere_hint">Try here</string>
|
|
<string name="key_descr_capslock">Caps lock</string>
|
|
<string name="key_descr_compose">Compose</string>
|
|
<string name="key_descr_switch_greekmath">Greek & math symbols</string>
|
|
<string name="key_descr_change_method">Switch keyboard</string>
|
|
<string name="key_descr_voice_typing">Voice typing</string>
|
|
<string name="key_descr_copy">Copy</string>
|
|
<string name="key_descr_paste">Paste</string>
|
|
<string name="key_descr_cut">Cut</string>
|
|
<string name="key_descr_selectAll">Select all</string>
|
|
<string name="key_descr_shareText">Share text</string>
|
|
<string name="key_descr_pasteAsPlainText">Paste as plain text</string>
|
|
<string name="key_descr_undo">Undo</string>
|
|
<string name="key_descr_redo">Redo</string>
|
|
<string name="key_descr_ª">Ordinal Indicator</string>
|
|
<string name="key_descr_º">Ordinal Indicator</string>
|
|
<string name="key_descr_superscript">Superscript</string>
|
|
<string name="key_descr_subscript">Subscript</string>
|
|
<string name="key_descr_page_up">Page Up</string>
|
|
<string name="key_descr_page_down">Page Down</string>
|
|
<string name="key_descr_home">Home</string>
|
|
<string name="key_descr_end">End</string>
|
|
<string name="key_descr_clipboard">Clipboard manager</string>
|
|
<string name="key_descr_combining">Combining diacritic</string>
|
|
<string name="clipboard_history_heading">Recently copied text</string>
|
|
<string name="clipboard_pin_heading">Pinned</string>
|
|
<string name="clipboard_remove_confirm">Remove this clipboard?</string>
|
|
<string name="clipboard_remove_confirmed">Yes</string>
|
|
</resources>
|