diff options
| author | Tanuj <thetanuj@hotmail.com> | 2023-07-04 12:56:44 +0530 |
|---|---|---|
| committer | Tanuj <thetanuj@hotmail.com> | 2023-07-04 12:56:44 +0530 |
| commit | 369af33fda6bbda1981dca55cf0fdb218b63b726 (patch) | |
| tree | 4d1a995596c40c700cc58dd5c1303957145d4d3d /app/src/main/res/values/strings.xml | |
| parent | addcbc342f3a5977c2a78b51e47dfb6a7f78c815 (diff) | |
| download | SidePhOnelauncher-369af33fda6bbda1981dca55cf0fdb218b63b726.tar.gz SidePhOnelauncher-369af33fda6bbda1981dca55cf0fdb218b63b726.tar.bz2 SidePhOnelauncher-369af33fda6bbda1981dca55cf0fdb218b63b726.zip | |
Merge fixes
Diffstat (limited to 'app/src/main/res/values/strings.xml')
| -rw-r--r-- | app/src/main/res/values/strings.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 078d8b7..aab4f44 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,7 +1,9 @@ <resources> <string name="app_name" translatable="false">Olauncher</string> - <string name="app" translatable="false">App</string> + <string name="app">App</string> <string name="set_as_default_launcher">Set as default launcher</string> + <string name="app_text_color">Text color</string> + <string name="double_tap_to_lock_screen">Double tap to lock</string> <string name="admin_permission_message">Olauncher promises to use lock screen permission responsibly. Olauncher does not collect or share any data.</string> <string name="about">About</string> <string name="off">Off</string> @@ -36,6 +38,7 @@ <string name="_7">7</string> <string name="_8">8</string> <string name="app_drawer_tips">Tip: Start typing an app name to auto-launch it</string> + <string name="okay">Okay</string> <string name="cool">Cool!</string> <string name="double_tap_lock_is_enabled_message">If double tap lock disables fingerprint or face unlock, open Olauncher settings, tap on \'experimental\' and follow the instructions. Thank you.</string> <string name="auto_show_keyboard">Auto show keyboard</string> @@ -49,6 +52,8 @@ <string name="system_default">System</string> <string name="dark">Dark</string> <string name="light">Light</string> + <string name="double_tap_lock_uninstall_message">Double tap to lock enabled. + \n\nNote: Turn this OFF first if you decide to delete Olauncher.</string> <string name="welcome_to_olauncher_settings">Our About page on the bottom has answers to all your questions. Don\'t forget. :) \n\nThank you.</string> <string name="rate_us_message">Hey, if you find Olauncher useful, a 5-star rating will make us very happy. :) @@ -59,7 +64,11 @@ <string name="accessibility_service_description">The accessibility permission is required to enable double tap to lock. Any data acquired by Olauncher via this service will not leave your device.</string> <string name="lock_layout_description" translatable="false">lock layout description to be used a unique id to lock screen</string> <string name="support_olauncher_for_free">Support Olauncher for free by using our Amazon affiliate link.</string> + <string name="support_olauncher_message">Every time you buy something using our link, we get a small commission. Please save the link and use it whenever you shop online.\nThank you!</string> + <string name="open">Open link</string> + <string name="copy">Copy</string> <string name="close">Close</string> + <string name="not_now">Not now</string> <string name="public_roadmap">Olauncher public roadmap</string> <string name="instagram">Instagram</string> <string name="twitter">Twitter</string> |
