strings.xml 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <resources
  2. xmlns:tools="http://schemas.android.com/tools"
  3. tools:ignore="MissingTranslation" >
  4. <string name="app_name" translatable="false">Unlauncher</string>
  5. <string name="slim_url" translatable="false">https://github.com/jkuester/unlauncher</string>
  6. <string name="main_placeholder_clock" translatable="false">00:00</string>
  7. <string name="main_placeholder_date" translatable="false">Sat, Apr 20</string>
  8. <string-array name="themes_array">
  9. <item>System default</item>
  10. <item>Midnight</item>
  11. <item>Jupiter</item>
  12. <item>Teal</item>
  13. <item>Candy</item>
  14. <item>Pastel</item>
  15. <item>Noon</item>
  16. </string-array>
  17. <string-array name="time_format_array">
  18. <item>Follow system settings</item>
  19. <item>24 Hour</item>
  20. <item>12 Hour</item>
  21. </string-array>
  22. <string-array name="quick_button_array">
  23. <item>Show</item>
  24. <item>Hide</item>
  25. </string-array>
  26. <string name="prefs_settings" translatable="false">settings</string>
  27. <string name="prefs_settings_key_theme" translatable="false">key_theme</string>
  28. <string name="prefs_settings_key_time_format" translatable="false">time_format</string>
  29. <string name="prefs_settings_key_toggle_status_bar" translatable="false">hide_status_bar</string>
  30. <string name="choose_time_format_dialog_title">Choose Time Format</string>
  31. <string name="main_fragment_options">Options</string>
  32. <string name="options_fragment_device_settings">Device Settings</string>
  33. <string name="options_fragment_change_theme">Change Theme</string>
  34. <string name="options_fragment_choose_time_format">Choose Time Format</string>
  35. <string name="options_fragment_customise_apps">Customise Apps</string>
  36. <string name="options_fragment_customize_quick_buttons">Customise Quick Buttons</string>
  37. <string name="options_fragment_customize_app_drawer">Customise Drawer</string>
  38. <string name="options_fragment_toggle_status_bar">Toggle Status Bar</string>
  39. <string name="options_fragment_hide_status_bar">Hide Status Bar</string>
  40. <string name="options_fragment_show_status_bar">Show Status Bar</string>
  41. <string name="customize_app_drawer_fragment_open_keyboard">Open Keyboard</string>
  42. <string name="customize_app_drawer_fragment_auto_theme_wallpaper_text">Set theme background as wallpaper</string>
  43. <string name="customize_app_drawer_fragment_auto_theme_wallpaper_subtext_no_default_launcher">App needs to be default launcher</string>
  44. <string name="customize_app_drawer_fragment_visible_apps">Visible Apps</string>
  45. <string name="customise_apps_fragment_add">Add</string>
  46. <string name="menu_rename">Rename</string>
  47. <string name="menu_remove">Remove</string>
  48. <string name="choose_theme_dialog_title">Choose Theme</string>
  49. <string name="add_apps_fragment_search_apps">Search apps</string>
  50. <string name="customise_apps_fragment_remove_all">Remove all</string>
  51. <string name="menu_reset">Reset</string>
  52. <string name="remove_all_apps_dialog_title" translatable="false">Remove All Apps</string>
  53. <string name="remove_all_apps_dialog_message" translatable="false">"This action will not uninstall your apps."
  54. "It is just to confirm if you're clearing this list on purpose"</string>
  55. </resources>