strings.xml 5.5 KB

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