-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstrings.xml
More file actions
36 lines (33 loc) · 2.19 KB
/
strings.xml
File metadata and controls
36 lines (33 loc) · 2.19 KB
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
<resources>
<string name="app_name">HUSH Keyboard</string>
<string name="package_name">com.rickyhu.hushkeyboard</string>
<!-- Home Screen -->
<string name="home_setup_keyboard_button">Setup Keyboard</string>
<string name="home_settings_button">Settings</string>
<!-- Settings Screen -->
<string name="settings">Settings</string>
<string name="app_theme">App Theme</string>
<string name="keyboard_color">Keyboard Color</string>
<string name="wide_notation">Wide notation</string>
<string name="smart_delete">Smart Delete</string>
<string name="add_space_after_notation">Add space after notation</string>
<string name="vibrate_on_tap">Vibrate on tap</string>
<string name="version">Version</string>
<string name="version_unknown">Unknown Version</string>
<string name="hush_keyboard_github">https://github.com/ricky9667/HushKeyboard</string>
<string name="libraries">Open-source libraries</string>
<string name="donate">Donate</string>
<string name="buy_me_a_coffee_url">https://coff.ee/ricky9667</string>
<!-- Introduction Screen -->
<string name="intro_screen_title">Setup your keyboard</string>
<string name="intro_step_1_title">Step 1: Enable keyboard</string>
<string name="intro_step_1_description">Tap the button to go to system settings, and turn on \"Hush Keyboard\" toggle item.</string>
<string name="intro_enable_keyboard_button">Enable HUSH Keyboard</string>
<string name="intro_step_2_title">Step 2: Change input method to HUSH Keyboard</string>
<string name="intro_step_2_description">Tap the button below and select \"Hush Keyboard\".\nYou can change to original keyboard by tapping the 🌐 button in HUSH keyboard.</string>
<string name="intro_select_input_method">Select Input Method</string>
<string name="intro_step_3_title">Step 3: Start Typing!</string>
<string name="intro_step_3_description">Try to type a sexy move (R U R\' U\' ) in the input section, you can input by swiping the button in 4 directions to type faster.</string>
<string name="intro_done_dialog_title">You\'re all set!</string>
<string name="intro_done_dialog_text">You can start typing with HUSH Keyboard.</string>
</resources>