| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <resources>
- <string name="app_name">Slim</string>
- <string name="main_placeholder_clock">00:00</string>
- <string name="main_placeholder_date">Date</string>
- <string-array name="themes_array">
- <item>Default</item>
- <item>Midnight</item>
- <item>Jupiter</item>
- <item>Teal</item>
- <item>Candy</item>
- </string-array>
- <string-array name="clock_types">
- <item>12 Hour</item>
- <item>24 Hour</item>
- </string-array>
- <string name="prefs_settings">settings</string>
- <string name="prefs_settings_key_theme">key_theme</string>
- <string name="main_slim_options">Slim options</string>
- <string name="main_options_change_theme">Change theme</string>
- <string name="main_options_home_screen_apps">Preferences</string>
- <string name="main_options_settings">Settings</string>
- <string name="main_options_about_slim">About Slim</string>
- <string name="main_options_feedback">Rate the app</string>
- <string name="main_options_change_launcher">Change launcher</string>
- <!--settings package strings-->
- <string name="settings_text_use_24_hour_clock">Use 24 hour clock</string>
- <string name="settings_text_tap_to_check_between_24_hour_or_12_hour">Tap to check between 24 hour or 12 hour</string>
- <string name="settings_text_tap_to_change_app_theme">Choose from a variety of themes</string>
- <string name="settings_text_home_screen_apps">Home screen apps</string>
- <string name="settings_item_button_remove">remove</string>
- <string name="settings_title">Preferences</string>
- <string name="settings_list_item_button_set_app">Set app</string>
- <string name="settings_list_item_text">%s app goes here</string>
- <string name="settings_list_item_subtext">Swipe to remove or drag up/down to reorder</string>
- <string name="settings_button_change_theme">Change</string>
- <string name="about_title">Slim launcher</string>
- <string name="about_text">
- Created by : Beautus S Gumede\n
- Source : <a href="https://github.com/sduduzog/slim-launcher">https://github.com/sduduzog/slim-launcher</a>\n\n
- Slim is an open source application launcher created to be a minimal and simple launcher to
- help users spend less time on their phones. Obviously the less you use your phone, the more
- time spent living life as it was intended.\n\n
- The moment you ask questions like \"Why can\'t I add more than 5 apps on this launcher?\" Well
- that\'s the whole point! Do you really NEED and USE more that 5 apps on your phone? EVERYDAY?\n\n
- Anyways rate the app on google play and leave feedback or drop me an email
- at <a href="mailto:gumedesduduzo@gmail.com">gumedesduduzo@gmail.com</a>\n\n
- <a href="https://play.google.com/apps/testing/com.sduduzog.slimlauncher">Become a tester</a>
- and receive the latest updates of the unreleased version of the app.\n\n
- 3rd party credits/licences\n\n
- Copyright 2015 MasayukiSuda\n\n
- MIT License\n\n
- Permission is hereby granted, free of charge, to any person obtaining a copy of this
- software and associated documentation files (the "Software"), to deal in the Software
- without restriction, including without limitation the rights to use, copy, modify, merge,
- publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
- to whom the Software is furnished to do so, subject to the following conditions:\n\n
- The above copyright notice and this permission notice shall be included in all copies or
- substantial portions of the Software.\n\n
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
- INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
- PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
- FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.
- </string>
- <string name="theme_chooser_dialog_title">Change theme</string>
- <string name="main_call_icon">call icon</string>
- <string name="main_photo_camera_icon">photo camera icon</string>
- <string name="prefs_settings_key_clock_type">clock_type</string>
- <string name="prefs_settings_key_fresh_install_setup">key_fresh_install_setup</string>
- <string name="setup_button_start">start</string>
- <string name="setup_text_welcome">Welcome!</string>
- <string name="setup_text_lets_get_you_set_up">Lets get you set up!</string>
- <string name="setup_text_choose_apps">Choose apps that will appear on your home screen</string>
- <string name="setup_text_choose_your_preferred_clock">Choose your preferred clock type</string>
- <string name="icon_check">Icon check</string>
- <string name="setup_button_next">next</string>
- <string name="setup_button_finish">Finish</string>
- <string name="setup_text_1">1.</string>
- <string name="setup_text_2">2.</string>
- <string name="no_app_selected_toast_msg">Choose at least one app</string>
- <string name="choose_apps_title">Choose Apps</string>
- <string name="title_activity_dummy">DummyActivity</string>
- <string name="action_settings">Settings</string>
- <string name="section_format">Hello World from section: %1$d</string>
- <!-- TODO: Remove or change this placeholder text -->
- <string name="hello_blank_fragment">Hello blank fragment</string>
- </resources>
|