Updated Language Files

This commit is contained in:
HeCodes2Much
2024-05-11 21:35:23 +01:00
parent 9c62b257a4
commit 2c133c6547
8 changed files with 207 additions and 150 deletions

View File

@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="action_settings">Settings</string> <string name="action_settings">Settings</string>
<string name="action_settings_default">Set as default launcher</string> <string name="action_settings_default">Set as default launcher</string>
<!-- Strings used for fragments for navigation --> <!-- Strings used for fragments for navigation -->
<string name="home_fragment_label">Home Fragment</string> <string name="home_fragment_label">Home Fragment</string>
<string name="draw_fragment_label">Draw Fragment</string> <string name="draw_fragment_label">Draw Fragment</string>
<string name="battery_level">%s%%</string> <string name="battery_level">%s%%</string>
<string name="search">Search</string> <string name="search">Search</string>
<string name="bottom_dialog_app_rename">Rename</string> <string name="bottom_dialog_app_rename">Rename</string>
<string name="bottom_dialog_add_to_home">Add to Home Screen</string> <string name="bottom_dialog_add_to_home">Add to Home Screen</string>
<string name="bottom_dialog_order_home_apps">Order Home Apps</string> <string name="bottom_dialog_order_home_apps">Order Home Apps</string>
@@ -17,9 +18,11 @@
<string name="bottom_dialog_remove_to_unlock">Unlock App</string> <string name="bottom_dialog_remove_to_unlock">Unlock App</string>
<string name="bottom_dialog_app_info">App Info</string> <string name="bottom_dialog_app_info">App Info</string>
<string name="bottom_dialog_app_uninstall">Uninstall App</string> <string name="bottom_dialog_app_uninstall">Uninstall App</string>
<string name="settings_name">Launcher Settings</string> <string name="settings_name">Launcher Settings</string>
<string name="settings_version">%s Version: %s</string> <string name="settings_version">%s Version: %s</string>
<string name="settings_home">Home</string> <string name="settings_home">Home</string>
<string name="settings_title_home_display_preferences">Display</string> <string name="settings_title_home_display_preferences">Display</string>
<string name="settings_title_home_appearance_preferences">Appearance</string> <string name="settings_title_home_appearance_preferences">Appearance</string>
<string name="settings_title_date_style">Date Style</string> <string name="settings_title_date_style">Date Style</string>
@@ -27,24 +30,26 @@
<string name="settings_title_app_manager">App Manage</string> <string name="settings_title_app_manager">App Manage</string>
<string name="settings_title_gestures">Gestures</string> <string name="settings_title_gestures">Gestures</string>
<string name="settings_title_others">Others</string> <string name="settings_title_others">Others</string>
<string name="settings_appearance_status_bar">Show Status Bar</string>
<string name="settings_appearance_date">Show Date</string> <string name="settings_display_status_bar">Show Status Bar</string>
<string name="settings_appearance_time">Show Time</string> <string name="settings_display_date">Show Date</string>
<string name="settings_appearance_battery">Show Battery</string> <string name="settings_display_time">Show Time</string>
<string name="settings_appearance_daily_word">Show Daily Word</string> <string name="settings_display_battery">Show Battery</string>
<string name="settings_appearance_app_icons_word">Show App Icons</string> <string name="settings_display_daily_word">Show Daily Word</string>
<string name="settings_display_app_icons">Show App Icons</string>
<string name="settings_display_automatic_keyboard">Auto Show Keyboard</string>
<string name="settings_display_auto_open_apps">Auto Open Last App</string>
<string name="settings_appearance_text_size_title">Size</string> <string name="settings_appearance_text_size_title">Size</string>
<string name="settings_appearance_color_title">Color</string> <string name="settings_appearance_color_title">Color</string>
<string name="settings_appearance_alignment_title">Alignment</string> <string name="settings_appearance_alignment_title">Alignment</string>
<string name="settings_appearance_padding_title">Padding</string> <string name="settings_appearance_padding_title">Padding</string>
<string name="settings_appearance_date_color">Select Date Color</string> <string name="settings_appearance_wallpaper">Custom Wallpaper</string>
<string name="settings_appearance_time_color">Select Time Color</string>
<string name="settings_appearance_battery_color">Select Battery Color</string> <string name="settings_appearance_home_date_alignment">Date Alignment</string>
<string name="settings_appearance_daily_word_color">Select Daily Word Color</string> <string name="settings_appearance_home_time_alignment">Time Alignment</string>
<string name="settings_appearance_app_display_color">Select App Color</string> <string name="settings_appearance_home_app_alignment">Home App Alignment</string>
<string name="settings_appearance_date_size_title">Date Size : </string>
<string name="settings_appearance_time_size_title">Time Size : </string>
<string name="settings_appearance_app_size_title">App Size : </string>
<string name="appearance_bottom_dialog_text_size_title">Size</string> <string name="appearance_bottom_dialog_text_size_title">Size</string>
<string name="appearance_bottom_dialog_text_color_title">Color</string> <string name="appearance_bottom_dialog_text_color_title">Color</string>
<string name="appearance_bottom_dialog_alignment_title">Alignment</string> <string name="appearance_bottom_dialog_alignment_title">Alignment</string>
@@ -54,31 +59,34 @@
<string name="appearance_bottom_dialog_desc_app">App\u0020:\u0020</string> <string name="appearance_bottom_dialog_desc_app">App\u0020:\u0020</string>
<string name="appearance_bottom_dialog_desc_word">Word\u0020:\u0020</string> <string name="appearance_bottom_dialog_desc_word">Word\u0020:\u0020</string>
<string name="appearance_bottom_dialog_desc_battery">Battery\u0020:\u0020 </string> <string name="appearance_bottom_dialog_desc_battery">Battery\u0020:\u0020 </string>
<string name="settings_appearance_wallpaper">Custom Wallpaper</string>
<string name="settings_appearance_home_date_alignment">Date Alignment</string>
<string name="settings_appearance_home_time_alignment">Time Alignment</string>
<string name="settings_appearance_home_app_alignment">Home App Alignment</string>
<string name="settings_manager_favorite">Favorite Apps</string> <string name="settings_manager_favorite">Favorite Apps</string>
<string name="settings_manager_hidden">Hidden Apps</string> <string name="settings_manager_hidden">Hidden Apps</string>
<string name="settings_select_wallpaper">Select Wallpaper</string> <string name="settings_select_wallpaper">Select Wallpaper</string>
<string name="settings_double_tap_lock">Double tap to lock</string> <string name="settings_double_tap_lock">Double tap to lock</string>
<string name="settings_swipe_down_notification">Swipe down expand notification</string> <string name="settings_swipe_down_notification">Swipe down expand notification</string>
<string name="settings_swipe_up_search">Swipe up open search view</string> <string name="settings_swipe_up_search">Swipe up open search view</string>
<string name="settings_others_share">Share</string> <string name="settings_others_share">Share</string>
<string name="settings_others_feedback">Feedback</string> <string name="settings_others_feedback">Feedback</string>
<string name="settings_others_github">Github</string> <string name="settings_others_github">Github</string>
<string name="authentication_title">Authentication</string> <string name="authentication_title">Authentication</string>
<string name="authentication_subtitle">Please login to get access</string> <string name="authentication_subtitle">Please login to get access</string>
<string name="authentication_cancel">Authentication Cancel</string> <string name="authentication_cancel">Authentication Cancel</string>
<string name="authentication_succeeded">Authentication Succeeded</string> <string name="authentication_succeeded">Authentication Succeeded</string>
<string name="authentication_failed">Authentication Failed</string> <string name="authentication_failed">Authentication Failed</string>
<string name="authentication_error">Authentication Error</string> <string name="authentication_error">Authentication Error</string>
<string name="bottom_alignment_star">Star</string> <string name="bottom_alignment_star">Star</string>
<string name="bottom_alignment_center">Center</string> <string name="bottom_alignment_center">Center</string>
<string name="bottom_alignment_end">End</string> <string name="bottom_alignment_end">End</string>
<string name="accessibility_settings_title">Accessibility Settings</string> <string name="accessibility_settings_title">Accessibility Settings</string>
<string name="accessibility_settings_enable">Enable</string> <string name="accessibility_settings_enable">Enable</string>
<string name="accessibility_settings_disable">Disable</string> <string name="accessibility_settings_disable">Disable</string>
<string name="accessibility_service_desc">Please turn on accessibility service to use double tap to lock feature in Aster Launcher.\n\nThis permission <string name="accessibility_service_desc">Please turn on accessibility service to use double tap to lock feature in Aster Launcher.\n\nThis permission
is used only to turn off your screen.Our accessibility service does not collect or share any data.</string> is used only to turn off your screen.Our accessibility service does not collect or share any data.</string>
<string name="receiver_name">Lock - screen locker</string> <string name="receiver_name">Lock - screen locker</string>
@@ -86,6 +94,7 @@
<!-- Small description inside Device Administrator Setting --> <!-- Small description inside Device Administrator Setting -->
<string name="receiver_desc">Allows to lock the screen</string> <string name="receiver_desc">Allows to lock the screen</string>
<string name="admin_permission_message">Aster launcher promises to use lock screen permission responsibly.Aster launcher does not collect or share any data.</string> <string name="admin_permission_message">Aster launcher promises to use lock screen permission responsibly.Aster launcher does not collect or share any data.</string>
<string-array name="settings_appearance_daily_word_default"> <string-array name="settings_appearance_daily_word_default">
<item>Stay resilient!</item> <item>Stay resilient!</item>
<item>You got this!</item> <item>You got this!</item>

View File

@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="action_settings">Settings</string> <string name="action_settings">Settings</string>
<string name="action_settings_default">Set as default launcher</string> <string name="action_settings_default">Set as default launcher</string>
<!-- Strings used for fragments for navigation --> <!-- Strings used for fragments for navigation -->
<string name="home_fragment_label">Home Fragment</string> <string name="home_fragment_label">Home Fragment</string>
<string name="draw_fragment_label">Draw Fragment</string> <string name="draw_fragment_label">Draw Fragment</string>
<string name="battery_level">%s%%</string> <string name="battery_level">%s%%</string>
<string name="search">Search</string> <string name="search">Search</string>
<string name="bottom_dialog_app_rename">Rename</string> <string name="bottom_dialog_app_rename">Rename</string>
<string name="bottom_dialog_add_to_home">Add to Home Screen</string> <string name="bottom_dialog_add_to_home">Add to Home Screen</string>
<string name="bottom_dialog_order_home_apps">Order Home Apps</string> <string name="bottom_dialog_order_home_apps">Order Home Apps</string>
@@ -17,9 +18,11 @@
<string name="bottom_dialog_remove_to_unlock">Unlock App</string> <string name="bottom_dialog_remove_to_unlock">Unlock App</string>
<string name="bottom_dialog_app_info">App Info</string> <string name="bottom_dialog_app_info">App Info</string>
<string name="bottom_dialog_app_uninstall">Uninstall App</string> <string name="bottom_dialog_app_uninstall">Uninstall App</string>
<string name="settings_name">Launcher Settings</string> <string name="settings_name">Launcher Settings</string>
<string name="settings_version">%s Version: %s</string> <string name="settings_version">%s Version: %s</string>
<string name="settings_home">Home</string> <string name="settings_home">Home</string>
<string name="settings_title_home_display_preferences">Display</string> <string name="settings_title_home_display_preferences">Display</string>
<string name="settings_title_home_appearance_preferences">Appearance</string> <string name="settings_title_home_appearance_preferences">Appearance</string>
<string name="settings_title_date_style">Date Style</string> <string name="settings_title_date_style">Date Style</string>
@@ -27,24 +30,26 @@
<string name="settings_title_app_manager">App Manage</string> <string name="settings_title_app_manager">App Manage</string>
<string name="settings_title_gestures">Gestures</string> <string name="settings_title_gestures">Gestures</string>
<string name="settings_title_others">Others</string> <string name="settings_title_others">Others</string>
<string name="settings_appearance_status_bar">Show Status Bar</string>
<string name="settings_appearance_date">Show Date</string> <string name="settings_display_status_bar">Show Status Bar</string>
<string name="settings_appearance_time">Show Time</string> <string name="settings_display_date">Show Date</string>
<string name="settings_appearance_battery">Show Battery</string> <string name="settings_display_time">Show Time</string>
<string name="settings_appearance_daily_word">Show Daily Word</string> <string name="settings_display_battery">Show Battery</string>
<string name="settings_appearance_app_icons_word">Show App Icons</string> <string name="settings_display_daily_word">Show Daily Word</string>
<string name="settings_display_app_icons">Show App Icons</string>
<string name="settings_display_automatic_keyboard">Auto Show Keyboard</string>
<string name="settings_display_auto_open_apps">Auto Open Last App</string>
<string name="settings_appearance_text_size_title">Size</string> <string name="settings_appearance_text_size_title">Size</string>
<string name="settings_appearance_color_title">Color</string> <string name="settings_appearance_color_title">Color</string>
<string name="settings_appearance_alignment_title">Alignment</string> <string name="settings_appearance_alignment_title">Alignment</string>
<string name="settings_appearance_padding_title">Padding</string> <string name="settings_appearance_padding_title">Padding</string>
<string name="settings_appearance_date_color">Select Date Color</string> <string name="settings_appearance_wallpaper">Custom Wallpaper</string>
<string name="settings_appearance_time_color">Select Time Color</string>
<string name="settings_appearance_battery_color">Select Battery Color</string> <string name="settings_appearance_home_date_alignment">Date Alignment</string>
<string name="settings_appearance_daily_word_color">Select Daily Word Color</string> <string name="settings_appearance_home_time_alignment">Time Alignment</string>
<string name="settings_appearance_app_display_color">Select App Color</string> <string name="settings_appearance_home_app_alignment">Home App Alignment</string>
<string name="settings_appearance_date_size_title">Date Size : </string>
<string name="settings_appearance_time_size_title">Time Size : </string>
<string name="settings_appearance_app_size_title">App Size : </string>
<string name="appearance_bottom_dialog_text_size_title">Size</string> <string name="appearance_bottom_dialog_text_size_title">Size</string>
<string name="appearance_bottom_dialog_text_color_title">Color</string> <string name="appearance_bottom_dialog_text_color_title">Color</string>
<string name="appearance_bottom_dialog_alignment_title">Alignment</string> <string name="appearance_bottom_dialog_alignment_title">Alignment</string>
@@ -54,31 +59,34 @@
<string name="appearance_bottom_dialog_desc_app">App\u0020:\u0020</string> <string name="appearance_bottom_dialog_desc_app">App\u0020:\u0020</string>
<string name="appearance_bottom_dialog_desc_word">Word\u0020:\u0020</string> <string name="appearance_bottom_dialog_desc_word">Word\u0020:\u0020</string>
<string name="appearance_bottom_dialog_desc_battery">Battery\u0020:\u0020 </string> <string name="appearance_bottom_dialog_desc_battery">Battery\u0020:\u0020 </string>
<string name="settings_appearance_wallpaper">Custom Wallpaper</string>
<string name="settings_appearance_home_date_alignment">Date Alignment</string>
<string name="settings_appearance_home_time_alignment">Time Alignment</string>
<string name="settings_appearance_home_app_alignment">Home App Alignment</string>
<string name="settings_manager_favorite">Favorite Apps</string> <string name="settings_manager_favorite">Favorite Apps</string>
<string name="settings_manager_hidden">Hidden Apps</string> <string name="settings_manager_hidden">Hidden Apps</string>
<string name="settings_select_wallpaper">Select Wallpaper</string> <string name="settings_select_wallpaper">Select Wallpaper</string>
<string name="settings_double_tap_lock">Double tap to lock</string> <string name="settings_double_tap_lock">Double tap to lock</string>
<string name="settings_swipe_down_notification">Swipe down expand notification</string> <string name="settings_swipe_down_notification">Swipe down expand notification</string>
<string name="settings_swipe_up_search">Swipe up open search view</string> <string name="settings_swipe_up_search">Swipe up open search view</string>
<string name="settings_others_share">Share</string> <string name="settings_others_share">Share</string>
<string name="settings_others_feedback">Feedback</string> <string name="settings_others_feedback">Feedback</string>
<string name="settings_others_github">Github</string> <string name="settings_others_github">Github</string>
<string name="authentication_title">Authentication</string> <string name="authentication_title">Authentication</string>
<string name="authentication_subtitle">Please login to get access</string> <string name="authentication_subtitle">Please login to get access</string>
<string name="authentication_cancel">Authentication Cancel</string> <string name="authentication_cancel">Authentication Cancel</string>
<string name="authentication_succeeded">Authentication Succeeded</string> <string name="authentication_succeeded">Authentication Succeeded</string>
<string name="authentication_failed">Authentication Failed</string> <string name="authentication_failed">Authentication Failed</string>
<string name="authentication_error">Authentication Error</string> <string name="authentication_error">Authentication Error</string>
<string name="bottom_alignment_star">Star</string> <string name="bottom_alignment_star">Star</string>
<string name="bottom_alignment_center">Center</string> <string name="bottom_alignment_center">Center</string>
<string name="bottom_alignment_end">End</string> <string name="bottom_alignment_end">End</string>
<string name="accessibility_settings_title">Accessibility Settings</string> <string name="accessibility_settings_title">Accessibility Settings</string>
<string name="accessibility_settings_enable">Enable</string> <string name="accessibility_settings_enable">Enable</string>
<string name="accessibility_settings_disable">Disable</string> <string name="accessibility_settings_disable">Disable</string>
<string name="accessibility_service_desc">Please turn on accessibility service to use double tap to lock feature in Aster Launcher.\n\nThis permission <string name="accessibility_service_desc">Please turn on accessibility service to use double tap to lock feature in Aster Launcher.\n\nThis permission
is used only to turn off your screen.Our accessibility service does not collect or share any data.</string> is used only to turn off your screen.Our accessibility service does not collect or share any data.</string>
<string name="receiver_name">Lock - screen locker</string> <string name="receiver_name">Lock - screen locker</string>
@@ -86,6 +94,7 @@
<!-- Small description inside Device Administrator Setting --> <!-- Small description inside Device Administrator Setting -->
<string name="receiver_desc">Allows to lock the screen</string> <string name="receiver_desc">Allows to lock the screen</string>
<string name="admin_permission_message">Aster launcher promises to use lock screen permission responsibly.Aster launcher does not collect or share any data.</string> <string name="admin_permission_message">Aster launcher promises to use lock screen permission responsibly.Aster launcher does not collect or share any data.</string>
<string-array name="settings_appearance_daily_word_default"> <string-array name="settings_appearance_daily_word_default">
<item>Stay resilient!</item> <item>Stay resilient!</item>
<item>You got this!</item> <item>You got this!</item>

View File

@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="action_settings">Settings</string> <string name="action_settings">Settings</string>
<string name="action_settings_default">Set as default launcher</string> <string name="action_settings_default">Set as default launcher</string>
<!-- Strings used for fragments for navigation --> <!-- Strings used for fragments for navigation -->
<string name="home_fragment_label">Home Fragment</string> <string name="home_fragment_label">Home Fragment</string>
<string name="draw_fragment_label">Draw Fragment</string> <string name="draw_fragment_label">Draw Fragment</string>
<string name="battery_level">%s%%</string> <string name="battery_level">%s%%</string>
<string name="search">Search</string> <string name="search">Search</string>
<string name="bottom_dialog_app_rename">Rename</string> <string name="bottom_dialog_app_rename">Rename</string>
<string name="bottom_dialog_add_to_home">Add to Home Screen</string> <string name="bottom_dialog_add_to_home">Add to Home Screen</string>
<string name="bottom_dialog_order_home_apps">Order Home Apps</string> <string name="bottom_dialog_order_home_apps">Order Home Apps</string>
@@ -17,9 +18,11 @@
<string name="bottom_dialog_remove_to_unlock">Unlock App</string> <string name="bottom_dialog_remove_to_unlock">Unlock App</string>
<string name="bottom_dialog_app_info">App Info</string> <string name="bottom_dialog_app_info">App Info</string>
<string name="bottom_dialog_app_uninstall">Uninstall App</string> <string name="bottom_dialog_app_uninstall">Uninstall App</string>
<string name="settings_name">Launcher Settings</string> <string name="settings_name">Launcher Settings</string>
<string name="settings_version">%s Version: %s</string> <string name="settings_version">%s Version: %s</string>
<string name="settings_home">Home</string> <string name="settings_home">Home</string>
<string name="settings_title_home_display_preferences">Display</string> <string name="settings_title_home_display_preferences">Display</string>
<string name="settings_title_home_appearance_preferences">Appearance</string> <string name="settings_title_home_appearance_preferences">Appearance</string>
<string name="settings_title_date_style">Date Style</string> <string name="settings_title_date_style">Date Style</string>
@@ -27,24 +30,26 @@
<string name="settings_title_app_manager">App Manage</string> <string name="settings_title_app_manager">App Manage</string>
<string name="settings_title_gestures">Gestures</string> <string name="settings_title_gestures">Gestures</string>
<string name="settings_title_others">Others</string> <string name="settings_title_others">Others</string>
<string name="settings_appearance_status_bar">Show Status Bar</string>
<string name="settings_appearance_date">Show Date</string> <string name="settings_display_status_bar">Show Status Bar</string>
<string name="settings_appearance_time">Show Time</string> <string name="settings_display_date">Show Date</string>
<string name="settings_appearance_battery">Show Battery</string> <string name="settings_display_time">Show Time</string>
<string name="settings_appearance_daily_word">Show Daily Word</string> <string name="settings_display_battery">Show Battery</string>
<string name="settings_appearance_app_icons_word">Show App Icons</string> <string name="settings_display_daily_word">Show Daily Word</string>
<string name="settings_display_app_icons">Show App Icons</string>
<string name="settings_display_automatic_keyboard">Auto Show Keyboard</string>
<string name="settings_display_auto_open_apps">Auto Open Last App</string>
<string name="settings_appearance_text_size_title">Size</string> <string name="settings_appearance_text_size_title">Size</string>
<string name="settings_appearance_color_title">Color</string> <string name="settings_appearance_color_title">Color</string>
<string name="settings_appearance_alignment_title">Alignment</string> <string name="settings_appearance_alignment_title">Alignment</string>
<string name="settings_appearance_padding_title">Padding</string> <string name="settings_appearance_padding_title">Padding</string>
<string name="settings_appearance_date_color">Select Date Color</string> <string name="settings_appearance_wallpaper">Custom Wallpaper</string>
<string name="settings_appearance_time_color">Select Time Color</string>
<string name="settings_appearance_battery_color">Select Battery Color</string> <string name="settings_appearance_home_date_alignment">Date Alignment</string>
<string name="settings_appearance_daily_word_color">Select Daily Word Color</string> <string name="settings_appearance_home_time_alignment">Time Alignment</string>
<string name="settings_appearance_app_display_color">Select App Color</string> <string name="settings_appearance_home_app_alignment">Home App Alignment</string>
<string name="settings_appearance_date_size_title">Date Size : </string>
<string name="settings_appearance_time_size_title">Time Size : </string>
<string name="settings_appearance_app_size_title">App Size : </string>
<string name="appearance_bottom_dialog_text_size_title">Size</string> <string name="appearance_bottom_dialog_text_size_title">Size</string>
<string name="appearance_bottom_dialog_text_color_title">Color</string> <string name="appearance_bottom_dialog_text_color_title">Color</string>
<string name="appearance_bottom_dialog_alignment_title">Alignment</string> <string name="appearance_bottom_dialog_alignment_title">Alignment</string>
@@ -54,31 +59,34 @@
<string name="appearance_bottom_dialog_desc_app">App\u0020:\u0020</string> <string name="appearance_bottom_dialog_desc_app">App\u0020:\u0020</string>
<string name="appearance_bottom_dialog_desc_word">Word\u0020:\u0020</string> <string name="appearance_bottom_dialog_desc_word">Word\u0020:\u0020</string>
<string name="appearance_bottom_dialog_desc_battery">Battery\u0020:\u0020 </string> <string name="appearance_bottom_dialog_desc_battery">Battery\u0020:\u0020 </string>
<string name="settings_appearance_wallpaper">Custom Wallpaper</string>
<string name="settings_appearance_home_date_alignment">Date Alignment</string>
<string name="settings_appearance_home_time_alignment">Time Alignment</string>
<string name="settings_appearance_home_app_alignment">Home App Alignment</string>
<string name="settings_manager_favorite">Favorite Apps</string> <string name="settings_manager_favorite">Favorite Apps</string>
<string name="settings_manager_hidden">Hidden Apps</string> <string name="settings_manager_hidden">Hidden Apps</string>
<string name="settings_select_wallpaper">Select Wallpaper</string> <string name="settings_select_wallpaper">Select Wallpaper</string>
<string name="settings_double_tap_lock">Double tap to lock</string> <string name="settings_double_tap_lock">Double tap to lock</string>
<string name="settings_swipe_down_notification">Swipe down expand notification</string> <string name="settings_swipe_down_notification">Swipe down expand notification</string>
<string name="settings_swipe_up_search">Swipe up open search view</string> <string name="settings_swipe_up_search">Swipe up open search view</string>
<string name="settings_others_share">Share</string> <string name="settings_others_share">Share</string>
<string name="settings_others_feedback">Feedback</string> <string name="settings_others_feedback">Feedback</string>
<string name="settings_others_github">Github</string> <string name="settings_others_github">Github</string>
<string name="authentication_title">Authentication</string> <string name="authentication_title">Authentication</string>
<string name="authentication_subtitle">Please login to get access</string> <string name="authentication_subtitle">Please login to get access</string>
<string name="authentication_cancel">Authentication Cancel</string> <string name="authentication_cancel">Authentication Cancel</string>
<string name="authentication_succeeded">Authentication Succeeded</string> <string name="authentication_succeeded">Authentication Succeeded</string>
<string name="authentication_failed">Authentication Failed</string> <string name="authentication_failed">Authentication Failed</string>
<string name="authentication_error">Authentication Error</string> <string name="authentication_error">Authentication Error</string>
<string name="bottom_alignment_star">Star</string> <string name="bottom_alignment_star">Star</string>
<string name="bottom_alignment_center">Center</string> <string name="bottom_alignment_center">Center</string>
<string name="bottom_alignment_end">End</string> <string name="bottom_alignment_end">End</string>
<string name="accessibility_settings_title">Accessibility Settings</string> <string name="accessibility_settings_title">Accessibility Settings</string>
<string name="accessibility_settings_enable">Enable</string> <string name="accessibility_settings_enable">Enable</string>
<string name="accessibility_settings_disable">Disable</string> <string name="accessibility_settings_disable">Disable</string>
<string name="accessibility_service_desc">Please turn on accessibility service to use double tap to lock feature in Aster Launcher.\n\nThis permission <string name="accessibility_service_desc">Please turn on accessibility service to use double tap to lock feature in Aster Launcher.\n\nThis permission
is used only to turn off your screen.Our accessibility service does not collect or share any data.</string> is used only to turn off your screen.Our accessibility service does not collect or share any data.</string>
<string name="receiver_name">Lock - screen locker</string> <string name="receiver_name">Lock - screen locker</string>
@@ -86,6 +94,7 @@
<!-- Small description inside Device Administrator Setting --> <!-- Small description inside Device Administrator Setting -->
<string name="receiver_desc">Allows to lock the screen</string> <string name="receiver_desc">Allows to lock the screen</string>
<string name="admin_permission_message">Aster launcher promises to use lock screen permission responsibly.Aster launcher does not collect or share any data.</string> <string name="admin_permission_message">Aster launcher promises to use lock screen permission responsibly.Aster launcher does not collect or share any data.</string>
<string-array name="settings_appearance_daily_word_default"> <string-array name="settings_appearance_daily_word_default">
<item>Stay resilient!</item> <item>Stay resilient!</item>
<item>You got this!</item> <item>You got this!</item>

View File

@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="action_settings">Settings</string> <string name="action_settings">Settings</string>
<string name="action_settings_default">Set as default launcher</string> <string name="action_settings_default">Set as default launcher</string>
<!-- Strings used for fragments for navigation --> <!-- Strings used for fragments for navigation -->
<string name="home_fragment_label">Home Fragment</string> <string name="home_fragment_label">Home Fragment</string>
<string name="draw_fragment_label">Draw Fragment</string> <string name="draw_fragment_label">Draw Fragment</string>
<string name="battery_level">%s%%</string> <string name="battery_level">%s%%</string>
<string name="search">Search</string> <string name="search">Search</string>
<string name="bottom_dialog_app_rename">Rename</string> <string name="bottom_dialog_app_rename">Rename</string>
<string name="bottom_dialog_add_to_home">Add to Home Screen</string> <string name="bottom_dialog_add_to_home">Add to Home Screen</string>
<string name="bottom_dialog_order_home_apps">Order Home Apps</string> <string name="bottom_dialog_order_home_apps">Order Home Apps</string>
@@ -17,9 +18,11 @@
<string name="bottom_dialog_remove_to_unlock">Unlock App</string> <string name="bottom_dialog_remove_to_unlock">Unlock App</string>
<string name="bottom_dialog_app_info">App Info</string> <string name="bottom_dialog_app_info">App Info</string>
<string name="bottom_dialog_app_uninstall">Uninstall App</string> <string name="bottom_dialog_app_uninstall">Uninstall App</string>
<string name="settings_name">Launcher Settings</string> <string name="settings_name">Launcher Settings</string>
<string name="settings_version">%s Version: %s</string> <string name="settings_version">%s Version: %s</string>
<string name="settings_home">Home</string> <string name="settings_home">Home</string>
<string name="settings_title_home_display_preferences">Display</string> <string name="settings_title_home_display_preferences">Display</string>
<string name="settings_title_home_appearance_preferences">Appearance</string> <string name="settings_title_home_appearance_preferences">Appearance</string>
<string name="settings_title_date_style">Date Style</string> <string name="settings_title_date_style">Date Style</string>
@@ -27,24 +30,26 @@
<string name="settings_title_app_manager">App Manage</string> <string name="settings_title_app_manager">App Manage</string>
<string name="settings_title_gestures">Gestures</string> <string name="settings_title_gestures">Gestures</string>
<string name="settings_title_others">Others</string> <string name="settings_title_others">Others</string>
<string name="settings_appearance_status_bar">Show Status Bar</string>
<string name="settings_appearance_date">Show Date</string> <string name="settings_display_status_bar">Show Status Bar</string>
<string name="settings_appearance_time">Show Time</string> <string name="settings_display_date">Show Date</string>
<string name="settings_appearance_battery">Show Battery</string> <string name="settings_display_time">Show Time</string>
<string name="settings_appearance_daily_word">Show Daily Word</string> <string name="settings_display_battery">Show Battery</string>
<string name="settings_appearance_app_icons_word">Show App Icons</string> <string name="settings_display_daily_word">Show Daily Word</string>
<string name="settings_display_app_icons">Show App Icons</string>
<string name="settings_display_automatic_keyboard">Auto Show Keyboard</string>
<string name="settings_display_auto_open_apps">Auto Open Last App</string>
<string name="settings_appearance_text_size_title">Size</string> <string name="settings_appearance_text_size_title">Size</string>
<string name="settings_appearance_color_title">Color</string> <string name="settings_appearance_color_title">Color</string>
<string name="settings_appearance_alignment_title">Alignment</string> <string name="settings_appearance_alignment_title">Alignment</string>
<string name="settings_appearance_padding_title">Padding</string> <string name="settings_appearance_padding_title">Padding</string>
<string name="settings_appearance_date_color">Select Date Color</string> <string name="settings_appearance_wallpaper">Custom Wallpaper</string>
<string name="settings_appearance_time_color">Select Time Color</string>
<string name="settings_appearance_battery_color">Select Battery Color</string> <string name="settings_appearance_home_date_alignment">Date Alignment</string>
<string name="settings_appearance_daily_word_color">Select Daily Word Color</string> <string name="settings_appearance_home_time_alignment">Time Alignment</string>
<string name="settings_appearance_app_display_color">Select App Color</string> <string name="settings_appearance_home_app_alignment">Home App Alignment</string>
<string name="settings_appearance_date_size_title">Date Size : </string>
<string name="settings_appearance_time_size_title">Time Size : </string>
<string name="settings_appearance_app_size_title">App Size : </string>
<string name="appearance_bottom_dialog_text_size_title">Size</string> <string name="appearance_bottom_dialog_text_size_title">Size</string>
<string name="appearance_bottom_dialog_text_color_title">Color</string> <string name="appearance_bottom_dialog_text_color_title">Color</string>
<string name="appearance_bottom_dialog_alignment_title">Alignment</string> <string name="appearance_bottom_dialog_alignment_title">Alignment</string>
@@ -54,31 +59,34 @@
<string name="appearance_bottom_dialog_desc_app">App\u0020:\u0020</string> <string name="appearance_bottom_dialog_desc_app">App\u0020:\u0020</string>
<string name="appearance_bottom_dialog_desc_word">Word\u0020:\u0020</string> <string name="appearance_bottom_dialog_desc_word">Word\u0020:\u0020</string>
<string name="appearance_bottom_dialog_desc_battery">Battery\u0020:\u0020 </string> <string name="appearance_bottom_dialog_desc_battery">Battery\u0020:\u0020 </string>
<string name="settings_appearance_wallpaper">Custom Wallpaper</string>
<string name="settings_appearance_home_date_alignment">Date Alignment</string>
<string name="settings_appearance_home_time_alignment">Time Alignment</string>
<string name="settings_appearance_home_app_alignment">Home App Alignment</string>
<string name="settings_manager_favorite">Favorite Apps</string> <string name="settings_manager_favorite">Favorite Apps</string>
<string name="settings_manager_hidden">Hidden Apps</string> <string name="settings_manager_hidden">Hidden Apps</string>
<string name="settings_select_wallpaper">Select Wallpaper</string> <string name="settings_select_wallpaper">Select Wallpaper</string>
<string name="settings_double_tap_lock">Double tap to lock</string> <string name="settings_double_tap_lock">Double tap to lock</string>
<string name="settings_swipe_down_notification">Swipe down expand notification</string> <string name="settings_swipe_down_notification">Swipe down expand notification</string>
<string name="settings_swipe_up_search">Swipe up open search view</string> <string name="settings_swipe_up_search">Swipe up open search view</string>
<string name="settings_others_share">Share</string> <string name="settings_others_share">Share</string>
<string name="settings_others_feedback">Feedback</string> <string name="settings_others_feedback">Feedback</string>
<string name="settings_others_github">Github</string> <string name="settings_others_github">Github</string>
<string name="authentication_title">Authentication</string> <string name="authentication_title">Authentication</string>
<string name="authentication_subtitle">Please login to get access</string> <string name="authentication_subtitle">Please login to get access</string>
<string name="authentication_cancel">Authentication Cancel</string> <string name="authentication_cancel">Authentication Cancel</string>
<string name="authentication_succeeded">Authentication Succeeded</string> <string name="authentication_succeeded">Authentication Succeeded</string>
<string name="authentication_failed">Authentication Failed</string> <string name="authentication_failed">Authentication Failed</string>
<string name="authentication_error">Authentication Error</string> <string name="authentication_error">Authentication Error</string>
<string name="bottom_alignment_star">Star</string> <string name="bottom_alignment_star">Star</string>
<string name="bottom_alignment_center">Center</string> <string name="bottom_alignment_center">Center</string>
<string name="bottom_alignment_end">End</string> <string name="bottom_alignment_end">End</string>
<string name="accessibility_settings_title">Accessibility Settings</string> <string name="accessibility_settings_title">Accessibility Settings</string>
<string name="accessibility_settings_enable">Enable</string> <string name="accessibility_settings_enable">Enable</string>
<string name="accessibility_settings_disable">Disable</string> <string name="accessibility_settings_disable">Disable</string>
<string name="accessibility_service_desc">Please turn on accessibility service to use double tap to lock feature in Aster Launcher.\n\nThis permission <string name="accessibility_service_desc">Please turn on accessibility service to use double tap to lock feature in Aster Launcher.\n\nThis permission
is used only to turn off your screen.Our accessibility service does not collect or share any data.</string> is used only to turn off your screen.Our accessibility service does not collect or share any data.</string>
<string name="receiver_name">Lock - screen locker</string> <string name="receiver_name">Lock - screen locker</string>
@@ -86,6 +94,7 @@
<!-- Small description inside Device Administrator Setting --> <!-- Small description inside Device Administrator Setting -->
<string name="receiver_desc">Allows to lock the screen</string> <string name="receiver_desc">Allows to lock the screen</string>
<string name="admin_permission_message">Aster launcher promises to use lock screen permission responsibly.Aster launcher does not collect or share any data.</string> <string name="admin_permission_message">Aster launcher promises to use lock screen permission responsibly.Aster launcher does not collect or share any data.</string>
<string-array name="settings_appearance_daily_word_default"> <string-array name="settings_appearance_daily_word_default">
<item>Stay resilient!</item> <item>Stay resilient!</item>
<item>You got this!</item> <item>You got this!</item>

View File

@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="action_settings">Settings</string> <string name="action_settings">Settings</string>
<string name="action_settings_default">Set as default launcher</string> <string name="action_settings_default">Set as default launcher</string>
<!-- Strings used for fragments for navigation --> <!-- Strings used for fragments for navigation -->
<string name="home_fragment_label">Home Fragment</string> <string name="home_fragment_label">Home Fragment</string>
<string name="draw_fragment_label">Draw Fragment</string> <string name="draw_fragment_label">Draw Fragment</string>
<string name="battery_level">%s%%</string> <string name="battery_level">%s%%</string>
<string name="search">Search</string> <string name="search">Search</string>
<string name="bottom_dialog_app_rename">Rename</string> <string name="bottom_dialog_app_rename">Rename</string>
<string name="bottom_dialog_add_to_home">Add to Home Screen</string> <string name="bottom_dialog_add_to_home">Add to Home Screen</string>
<string name="bottom_dialog_order_home_apps">Order Home Apps</string> <string name="bottom_dialog_order_home_apps">Order Home Apps</string>
@@ -17,9 +18,11 @@
<string name="bottom_dialog_remove_to_unlock">Unlock App</string> <string name="bottom_dialog_remove_to_unlock">Unlock App</string>
<string name="bottom_dialog_app_info">App Info</string> <string name="bottom_dialog_app_info">App Info</string>
<string name="bottom_dialog_app_uninstall">Uninstall App</string> <string name="bottom_dialog_app_uninstall">Uninstall App</string>
<string name="settings_name">Launcher Settings</string> <string name="settings_name">Launcher Settings</string>
<string name="settings_version">%s Version: %s</string> <string name="settings_version">%s Version: %s</string>
<string name="settings_home">Home</string> <string name="settings_home">Home</string>
<string name="settings_title_home_display_preferences">Display</string> <string name="settings_title_home_display_preferences">Display</string>
<string name="settings_title_home_appearance_preferences">Appearance</string> <string name="settings_title_home_appearance_preferences">Appearance</string>
<string name="settings_title_date_style">Date Style</string> <string name="settings_title_date_style">Date Style</string>
@@ -27,24 +30,26 @@
<string name="settings_title_app_manager">App Manage</string> <string name="settings_title_app_manager">App Manage</string>
<string name="settings_title_gestures">Gestures</string> <string name="settings_title_gestures">Gestures</string>
<string name="settings_title_others">Others</string> <string name="settings_title_others">Others</string>
<string name="settings_appearance_status_bar">Show Status Bar</string>
<string name="settings_appearance_date">Show Date</string> <string name="settings_display_status_bar">Show Status Bar</string>
<string name="settings_appearance_time">Show Time</string> <string name="settings_display_date">Show Date</string>
<string name="settings_appearance_battery">Show Battery</string> <string name="settings_display_time">Show Time</string>
<string name="settings_appearance_daily_word">Show Daily Word</string> <string name="settings_display_battery">Show Battery</string>
<string name="settings_appearance_app_icons_word">Show App Icons</string> <string name="settings_display_daily_word">Show Daily Word</string>
<string name="settings_display_app_icons">Show App Icons</string>
<string name="settings_display_automatic_keyboard">Auto Show Keyboard</string>
<string name="settings_display_auto_open_apps">Auto Open Last App</string>
<string name="settings_appearance_text_size_title">Size</string> <string name="settings_appearance_text_size_title">Size</string>
<string name="settings_appearance_color_title">Color</string> <string name="settings_appearance_color_title">Color</string>
<string name="settings_appearance_alignment_title">Alignment</string> <string name="settings_appearance_alignment_title">Alignment</string>
<string name="settings_appearance_padding_title">Padding</string> <string name="settings_appearance_padding_title">Padding</string>
<string name="settings_appearance_date_color">Select Date Color</string> <string name="settings_appearance_wallpaper">Custom Wallpaper</string>
<string name="settings_appearance_time_color">Select Time Color</string>
<string name="settings_appearance_battery_color">Select Battery Color</string> <string name="settings_appearance_home_date_alignment">Date Alignment</string>
<string name="settings_appearance_daily_word_color">Select Daily Word Color</string> <string name="settings_appearance_home_time_alignment">Time Alignment</string>
<string name="settings_appearance_app_display_color">Select App Color</string> <string name="settings_appearance_home_app_alignment">Home App Alignment</string>
<string name="settings_appearance_date_size_title">Date Size : </string>
<string name="settings_appearance_time_size_title">Time Size : </string>
<string name="settings_appearance_app_size_title">App Size : </string>
<string name="appearance_bottom_dialog_text_size_title">Size</string> <string name="appearance_bottom_dialog_text_size_title">Size</string>
<string name="appearance_bottom_dialog_text_color_title">Color</string> <string name="appearance_bottom_dialog_text_color_title">Color</string>
<string name="appearance_bottom_dialog_alignment_title">Alignment</string> <string name="appearance_bottom_dialog_alignment_title">Alignment</string>
@@ -54,31 +59,34 @@
<string name="appearance_bottom_dialog_desc_app">App\u0020:\u0020</string> <string name="appearance_bottom_dialog_desc_app">App\u0020:\u0020</string>
<string name="appearance_bottom_dialog_desc_word">Word\u0020:\u0020</string> <string name="appearance_bottom_dialog_desc_word">Word\u0020:\u0020</string>
<string name="appearance_bottom_dialog_desc_battery">Battery\u0020:\u0020 </string> <string name="appearance_bottom_dialog_desc_battery">Battery\u0020:\u0020 </string>
<string name="settings_appearance_wallpaper">Custom Wallpaper</string>
<string name="settings_appearance_home_date_alignment">Date Alignment</string>
<string name="settings_appearance_home_time_alignment">Time Alignment</string>
<string name="settings_appearance_home_app_alignment">Home App Alignment</string>
<string name="settings_manager_favorite">Favorite Apps</string> <string name="settings_manager_favorite">Favorite Apps</string>
<string name="settings_manager_hidden">Hidden Apps</string> <string name="settings_manager_hidden">Hidden Apps</string>
<string name="settings_select_wallpaper">Select Wallpaper</string> <string name="settings_select_wallpaper">Select Wallpaper</string>
<string name="settings_double_tap_lock">Double tap to lock</string> <string name="settings_double_tap_lock">Double tap to lock</string>
<string name="settings_swipe_down_notification">Swipe down expand notification</string> <string name="settings_swipe_down_notification">Swipe down expand notification</string>
<string name="settings_swipe_up_search">Swipe up open search view</string> <string name="settings_swipe_up_search">Swipe up open search view</string>
<string name="settings_others_share">Share</string> <string name="settings_others_share">Share</string>
<string name="settings_others_feedback">Feedback</string> <string name="settings_others_feedback">Feedback</string>
<string name="settings_others_github">Github</string> <string name="settings_others_github">Github</string>
<string name="authentication_title">Authentication</string> <string name="authentication_title">Authentication</string>
<string name="authentication_subtitle">Please login to get access</string> <string name="authentication_subtitle">Please login to get access</string>
<string name="authentication_cancel">Authentication Cancel</string> <string name="authentication_cancel">Authentication Cancel</string>
<string name="authentication_succeeded">Authentication Succeeded</string> <string name="authentication_succeeded">Authentication Succeeded</string>
<string name="authentication_failed">Authentication Failed</string> <string name="authentication_failed">Authentication Failed</string>
<string name="authentication_error">Authentication Error</string> <string name="authentication_error">Authentication Error</string>
<string name="bottom_alignment_star">Star</string> <string name="bottom_alignment_star">Star</string>
<string name="bottom_alignment_center">Center</string> <string name="bottom_alignment_center">Center</string>
<string name="bottom_alignment_end">End</string> <string name="bottom_alignment_end">End</string>
<string name="accessibility_settings_title">Accessibility Settings</string> <string name="accessibility_settings_title">Accessibility Settings</string>
<string name="accessibility_settings_enable">Enable</string> <string name="accessibility_settings_enable">Enable</string>
<string name="accessibility_settings_disable">Disable</string> <string name="accessibility_settings_disable">Disable</string>
<string name="accessibility_service_desc">Please turn on accessibility service to use double tap to lock feature in Aster Launcher.\n\nThis permission <string name="accessibility_service_desc">Please turn on accessibility service to use double tap to lock feature in Aster Launcher.\n\nThis permission
is used only to turn off your screen.Our accessibility service does not collect or share any data.</string> is used only to turn off your screen.Our accessibility service does not collect or share any data.</string>
<string name="receiver_name">Lock - screen locker</string> <string name="receiver_name">Lock - screen locker</string>
@@ -86,6 +94,7 @@
<!-- Small description inside Device Administrator Setting --> <!-- Small description inside Device Administrator Setting -->
<string name="receiver_desc">Allows to lock the screen</string> <string name="receiver_desc">Allows to lock the screen</string>
<string name="admin_permission_message">Aster launcher promises to use lock screen permission responsibly.Aster launcher does not collect or share any data.</string> <string name="admin_permission_message">Aster launcher promises to use lock screen permission responsibly.Aster launcher does not collect or share any data.</string>
<string-array name="settings_appearance_daily_word_default"> <string-array name="settings_appearance_daily_word_default">
<item>Stay resilient!</item> <item>Stay resilient!</item>
<item>You got this!</item> <item>You got this!</item>

View File

@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="action_settings">Settings</string> <string name="action_settings">Settings</string>
<string name="action_settings_default">Set as default launcher</string> <string name="action_settings_default">Set as default launcher</string>
<!-- Strings used for fragments for navigation --> <!-- Strings used for fragments for navigation -->
<string name="home_fragment_label">Home Fragment</string> <string name="home_fragment_label">Home Fragment</string>
<string name="draw_fragment_label">Draw Fragment</string> <string name="draw_fragment_label">Draw Fragment</string>
<string name="battery_level">%s%%</string> <string name="battery_level">%s%%</string>
<string name="search">Search</string> <string name="search">Search</string>
<string name="bottom_dialog_app_rename">Rename</string> <string name="bottom_dialog_app_rename">Rename</string>
<string name="bottom_dialog_add_to_home">Add to Home Screen</string> <string name="bottom_dialog_add_to_home">Add to Home Screen</string>
<string name="bottom_dialog_order_home_apps">Order Home Apps</string> <string name="bottom_dialog_order_home_apps">Order Home Apps</string>
@@ -17,9 +18,11 @@
<string name="bottom_dialog_remove_to_unlock">Unlock App</string> <string name="bottom_dialog_remove_to_unlock">Unlock App</string>
<string name="bottom_dialog_app_info">App Info</string> <string name="bottom_dialog_app_info">App Info</string>
<string name="bottom_dialog_app_uninstall">Uninstall App</string> <string name="bottom_dialog_app_uninstall">Uninstall App</string>
<string name="settings_name">Launcher Settings</string> <string name="settings_name">Launcher Settings</string>
<string name="settings_version">%s Version: %s</string> <string name="settings_version">%s Version: %s</string>
<string name="settings_home">Home</string> <string name="settings_home">Home</string>
<string name="settings_title_home_display_preferences">Display</string> <string name="settings_title_home_display_preferences">Display</string>
<string name="settings_title_home_appearance_preferences">Appearance</string> <string name="settings_title_home_appearance_preferences">Appearance</string>
<string name="settings_title_date_style">Date Style</string> <string name="settings_title_date_style">Date Style</string>
@@ -27,24 +30,26 @@
<string name="settings_title_app_manager">App Manage</string> <string name="settings_title_app_manager">App Manage</string>
<string name="settings_title_gestures">Gestures</string> <string name="settings_title_gestures">Gestures</string>
<string name="settings_title_others">Others</string> <string name="settings_title_others">Others</string>
<string name="settings_appearance_status_bar">Show Status Bar</string>
<string name="settings_appearance_date">Show Date</string> <string name="settings_display_status_bar">Show Status Bar</string>
<string name="settings_appearance_time">Show Time</string> <string name="settings_display_date">Show Date</string>
<string name="settings_appearance_battery">Show Battery</string> <string name="settings_display_time">Show Time</string>
<string name="settings_appearance_daily_word">Show Daily Word</string> <string name="settings_display_battery">Show Battery</string>
<string name="settings_appearance_app_icons_word">Show App Icons</string> <string name="settings_display_daily_word">Show Daily Word</string>
<string name="settings_display_app_icons">Show App Icons</string>
<string name="settings_display_automatic_keyboard">Auto Show Keyboard</string>
<string name="settings_display_auto_open_apps">Auto Open Last App</string>
<string name="settings_appearance_text_size_title">Size</string> <string name="settings_appearance_text_size_title">Size</string>
<string name="settings_appearance_color_title">Color</string> <string name="settings_appearance_color_title">Color</string>
<string name="settings_appearance_alignment_title">Alignment</string> <string name="settings_appearance_alignment_title">Alignment</string>
<string name="settings_appearance_padding_title">Padding</string> <string name="settings_appearance_padding_title">Padding</string>
<string name="settings_appearance_date_color">Select Date Color</string> <string name="settings_appearance_wallpaper">Custom Wallpaper</string>
<string name="settings_appearance_time_color">Select Time Color</string>
<string name="settings_appearance_battery_color">Select Battery Color</string> <string name="settings_appearance_home_date_alignment">Date Alignment</string>
<string name="settings_appearance_daily_word_color">Select Daily Word Color</string> <string name="settings_appearance_home_time_alignment">Time Alignment</string>
<string name="settings_appearance_app_display_color">Select App Color</string> <string name="settings_appearance_home_app_alignment">Home App Alignment</string>
<string name="settings_appearance_date_size_title">Date Size : </string>
<string name="settings_appearance_time_size_title">Time Size : </string>
<string name="settings_appearance_app_size_title">App Size : </string>
<string name="appearance_bottom_dialog_text_size_title">Size</string> <string name="appearance_bottom_dialog_text_size_title">Size</string>
<string name="appearance_bottom_dialog_text_color_title">Color</string> <string name="appearance_bottom_dialog_text_color_title">Color</string>
<string name="appearance_bottom_dialog_alignment_title">Alignment</string> <string name="appearance_bottom_dialog_alignment_title">Alignment</string>
@@ -54,31 +59,34 @@
<string name="appearance_bottom_dialog_desc_app">App\u0020:\u0020</string> <string name="appearance_bottom_dialog_desc_app">App\u0020:\u0020</string>
<string name="appearance_bottom_dialog_desc_word">Word\u0020:\u0020</string> <string name="appearance_bottom_dialog_desc_word">Word\u0020:\u0020</string>
<string name="appearance_bottom_dialog_desc_battery">Battery\u0020:\u0020 </string> <string name="appearance_bottom_dialog_desc_battery">Battery\u0020:\u0020 </string>
<string name="settings_appearance_wallpaper">Custom Wallpaper</string>
<string name="settings_appearance_home_date_alignment">Date Alignment</string>
<string name="settings_appearance_home_time_alignment">Time Alignment</string>
<string name="settings_appearance_home_app_alignment">Home App Alignment</string>
<string name="settings_manager_favorite">Favorite Apps</string> <string name="settings_manager_favorite">Favorite Apps</string>
<string name="settings_manager_hidden">Hidden Apps</string> <string name="settings_manager_hidden">Hidden Apps</string>
<string name="settings_select_wallpaper">Select Wallpaper</string> <string name="settings_select_wallpaper">Select Wallpaper</string>
<string name="settings_double_tap_lock">Double tap to lock</string> <string name="settings_double_tap_lock">Double tap to lock</string>
<string name="settings_swipe_down_notification">Swipe down expand notification</string> <string name="settings_swipe_down_notification">Swipe down expand notification</string>
<string name="settings_swipe_up_search">Swipe up open search view</string> <string name="settings_swipe_up_search">Swipe up open search view</string>
<string name="settings_others_share">Share</string> <string name="settings_others_share">Share</string>
<string name="settings_others_feedback">Feedback</string> <string name="settings_others_feedback">Feedback</string>
<string name="settings_others_github">Github</string> <string name="settings_others_github">Github</string>
<string name="authentication_title">Authentication</string> <string name="authentication_title">Authentication</string>
<string name="authentication_subtitle">Please login to get access</string> <string name="authentication_subtitle">Please login to get access</string>
<string name="authentication_cancel">Authentication Cancel</string> <string name="authentication_cancel">Authentication Cancel</string>
<string name="authentication_succeeded">Authentication Succeeded</string> <string name="authentication_succeeded">Authentication Succeeded</string>
<string name="authentication_failed">Authentication Failed</string> <string name="authentication_failed">Authentication Failed</string>
<string name="authentication_error">Authentication Error</string> <string name="authentication_error">Authentication Error</string>
<string name="bottom_alignment_star">Star</string> <string name="bottom_alignment_star">Star</string>
<string name="bottom_alignment_center">Center</string> <string name="bottom_alignment_center">Center</string>
<string name="bottom_alignment_end">End</string> <string name="bottom_alignment_end">End</string>
<string name="accessibility_settings_title">Accessibility Settings</string> <string name="accessibility_settings_title">Accessibility Settings</string>
<string name="accessibility_settings_enable">Enable</string> <string name="accessibility_settings_enable">Enable</string>
<string name="accessibility_settings_disable">Disable</string> <string name="accessibility_settings_disable">Disable</string>
<string name="accessibility_service_desc">Please turn on accessibility service to use double tap to lock feature in Aster Launcher.\n\nThis permission <string name="accessibility_service_desc">Please turn on accessibility service to use double tap to lock feature in Aster Launcher.\n\nThis permission
is used only to turn off your screen.Our accessibility service does not collect or share any data.</string> is used only to turn off your screen.Our accessibility service does not collect or share any data.</string>
<string name="receiver_name">Lock - screen locker</string> <string name="receiver_name">Lock - screen locker</string>
@@ -86,6 +94,7 @@
<!-- Small description inside Device Administrator Setting --> <!-- Small description inside Device Administrator Setting -->
<string name="receiver_desc">Allows to lock the screen</string> <string name="receiver_desc">Allows to lock the screen</string>
<string name="admin_permission_message">Aster launcher promises to use lock screen permission responsibly.Aster launcher does not collect or share any data.</string> <string name="admin_permission_message">Aster launcher promises to use lock screen permission responsibly.Aster launcher does not collect or share any data.</string>
<string-array name="settings_appearance_daily_word_default"> <string-array name="settings_appearance_daily_word_default">
<item>Stay resilient!</item> <item>Stay resilient!</item>
<item>You got this!</item> <item>You got this!</item>

View File

@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="action_settings">Settings</string> <string name="action_settings">Settings</string>
<string name="action_settings_default">Set as default launcher</string> <string name="action_settings_default">Set as default launcher</string>
<!-- Strings used for fragments for navigation --> <!-- Strings used for fragments for navigation -->
<string name="home_fragment_label">Home Fragment</string> <string name="home_fragment_label">Home Fragment</string>
<string name="draw_fragment_label">Draw Fragment</string> <string name="draw_fragment_label">Draw Fragment</string>
<string name="battery_level">%s%%</string> <string name="battery_level">%s%%</string>
<string name="search">Search</string> <string name="search">Search</string>
<string name="bottom_dialog_app_rename">Rename</string> <string name="bottom_dialog_app_rename">Rename</string>
<string name="bottom_dialog_add_to_home">Add to Home Screen</string> <string name="bottom_dialog_add_to_home">Add to Home Screen</string>
<string name="bottom_dialog_order_home_apps">Order Home Apps</string> <string name="bottom_dialog_order_home_apps">Order Home Apps</string>
@@ -17,9 +18,11 @@
<string name="bottom_dialog_remove_to_unlock">Unlock App</string> <string name="bottom_dialog_remove_to_unlock">Unlock App</string>
<string name="bottom_dialog_app_info">App Info</string> <string name="bottom_dialog_app_info">App Info</string>
<string name="bottom_dialog_app_uninstall">Uninstall App</string> <string name="bottom_dialog_app_uninstall">Uninstall App</string>
<string name="settings_name">Launcher Settings</string> <string name="settings_name">Launcher Settings</string>
<string name="settings_version">%s Version: %s</string> <string name="settings_version">%s Version: %s</string>
<string name="settings_home">Home</string> <string name="settings_home">Home</string>
<string name="settings_title_home_display_preferences">Display</string> <string name="settings_title_home_display_preferences">Display</string>
<string name="settings_title_home_appearance_preferences">Appearance</string> <string name="settings_title_home_appearance_preferences">Appearance</string>
<string name="settings_title_date_style">Date Style</string> <string name="settings_title_date_style">Date Style</string>
@@ -27,24 +30,26 @@
<string name="settings_title_app_manager">App Manage</string> <string name="settings_title_app_manager">App Manage</string>
<string name="settings_title_gestures">Gestures</string> <string name="settings_title_gestures">Gestures</string>
<string name="settings_title_others">Others</string> <string name="settings_title_others">Others</string>
<string name="settings_appearance_status_bar">Show Status Bar</string>
<string name="settings_appearance_date">Show Date</string> <string name="settings_display_status_bar">Show Status Bar</string>
<string name="settings_appearance_time">Show Time</string> <string name="settings_display_date">Show Date</string>
<string name="settings_appearance_battery">Show Battery</string> <string name="settings_display_time">Show Time</string>
<string name="settings_appearance_daily_word">Show Daily Word</string> <string name="settings_display_battery">Show Battery</string>
<string name="settings_appearance_app_icons_word">Show App Icons</string> <string name="settings_display_daily_word">Show Daily Word</string>
<string name="settings_display_app_icons">Show App Icons</string>
<string name="settings_display_automatic_keyboard">Auto Show Keyboard</string>
<string name="settings_display_auto_open_apps">Auto Open Last App</string>
<string name="settings_appearance_text_size_title">Size</string> <string name="settings_appearance_text_size_title">Size</string>
<string name="settings_appearance_color_title">Color</string> <string name="settings_appearance_color_title">Color</string>
<string name="settings_appearance_alignment_title">Alignment</string> <string name="settings_appearance_alignment_title">Alignment</string>
<string name="settings_appearance_padding_title">Padding</string> <string name="settings_appearance_padding_title">Padding</string>
<string name="settings_appearance_date_color">Select Date Color</string> <string name="settings_appearance_wallpaper">Custom Wallpaper</string>
<string name="settings_appearance_time_color">Select Time Color</string>
<string name="settings_appearance_battery_color">Select Battery Color</string> <string name="settings_appearance_home_date_alignment">Date Alignment</string>
<string name="settings_appearance_daily_word_color">Select Daily Word Color</string> <string name="settings_appearance_home_time_alignment">Time Alignment</string>
<string name="settings_appearance_app_display_color">Select App Color</string> <string name="settings_appearance_home_app_alignment">Home App Alignment</string>
<string name="settings_appearance_date_size_title">Date Size : </string>
<string name="settings_appearance_time_size_title">Time Size : </string>
<string name="settings_appearance_app_size_title">App Size : </string>
<string name="appearance_bottom_dialog_text_size_title">Size</string> <string name="appearance_bottom_dialog_text_size_title">Size</string>
<string name="appearance_bottom_dialog_text_color_title">Color</string> <string name="appearance_bottom_dialog_text_color_title">Color</string>
<string name="appearance_bottom_dialog_alignment_title">Alignment</string> <string name="appearance_bottom_dialog_alignment_title">Alignment</string>
@@ -54,31 +59,34 @@
<string name="appearance_bottom_dialog_desc_app">App\u0020:\u0020</string> <string name="appearance_bottom_dialog_desc_app">App\u0020:\u0020</string>
<string name="appearance_bottom_dialog_desc_word">Word\u0020:\u0020</string> <string name="appearance_bottom_dialog_desc_word">Word\u0020:\u0020</string>
<string name="appearance_bottom_dialog_desc_battery">Battery\u0020:\u0020 </string> <string name="appearance_bottom_dialog_desc_battery">Battery\u0020:\u0020 </string>
<string name="settings_appearance_wallpaper">Custom Wallpaper</string>
<string name="settings_appearance_home_date_alignment">Date Alignment</string>
<string name="settings_appearance_home_time_alignment">Time Alignment</string>
<string name="settings_appearance_home_app_alignment">Home App Alignment</string>
<string name="settings_manager_favorite">Favorite Apps</string> <string name="settings_manager_favorite">Favorite Apps</string>
<string name="settings_manager_hidden">Hidden Apps</string> <string name="settings_manager_hidden">Hidden Apps</string>
<string name="settings_select_wallpaper">Select Wallpaper</string> <string name="settings_select_wallpaper">Select Wallpaper</string>
<string name="settings_double_tap_lock">Double tap to lock</string> <string name="settings_double_tap_lock">Double tap to lock</string>
<string name="settings_swipe_down_notification">Swipe down expand notification</string> <string name="settings_swipe_down_notification">Swipe down expand notification</string>
<string name="settings_swipe_up_search">Swipe up open search view</string> <string name="settings_swipe_up_search">Swipe up open search view</string>
<string name="settings_others_share">Share</string> <string name="settings_others_share">Share</string>
<string name="settings_others_feedback">Feedback</string> <string name="settings_others_feedback">Feedback</string>
<string name="settings_others_github">Github</string> <string name="settings_others_github">Github</string>
<string name="authentication_title">Authentication</string> <string name="authentication_title">Authentication</string>
<string name="authentication_subtitle">Please login to get access</string> <string name="authentication_subtitle">Please login to get access</string>
<string name="authentication_cancel">Authentication Cancel</string> <string name="authentication_cancel">Authentication Cancel</string>
<string name="authentication_succeeded">Authentication Succeeded</string> <string name="authentication_succeeded">Authentication Succeeded</string>
<string name="authentication_failed">Authentication Failed</string> <string name="authentication_failed">Authentication Failed</string>
<string name="authentication_error">Authentication Error</string> <string name="authentication_error">Authentication Error</string>
<string name="bottom_alignment_star">Star</string> <string name="bottom_alignment_star">Star</string>
<string name="bottom_alignment_center">Center</string> <string name="bottom_alignment_center">Center</string>
<string name="bottom_alignment_end">End</string> <string name="bottom_alignment_end">End</string>
<string name="accessibility_settings_title">Accessibility Settings</string> <string name="accessibility_settings_title">Accessibility Settings</string>
<string name="accessibility_settings_enable">Enable</string> <string name="accessibility_settings_enable">Enable</string>
<string name="accessibility_settings_disable">Disable</string> <string name="accessibility_settings_disable">Disable</string>
<string name="accessibility_service_desc">Please turn on accessibility service to use double tap to lock feature in Aster Launcher.\n\nThis permission <string name="accessibility_service_desc">Please turn on accessibility service to use double tap to lock feature in Aster Launcher.\n\nThis permission
is used only to turn off your screen.Our accessibility service does not collect or share any data.</string> is used only to turn off your screen.Our accessibility service does not collect or share any data.</string>
<string name="receiver_name">Lock - screen locker</string> <string name="receiver_name">Lock - screen locker</string>
@@ -86,6 +94,7 @@
<!-- Small description inside Device Administrator Setting --> <!-- Small description inside Device Administrator Setting -->
<string name="receiver_desc">Allows to lock the screen</string> <string name="receiver_desc">Allows to lock the screen</string>
<string name="admin_permission_message">Aster launcher promises to use lock screen permission responsibly.Aster launcher does not collect or share any data.</string> <string name="admin_permission_message">Aster launcher promises to use lock screen permission responsibly.Aster launcher does not collect or share any data.</string>
<string-array name="settings_appearance_daily_word_default"> <string-array name="settings_appearance_daily_word_default">
<item>Stay resilient!</item> <item>Stay resilient!</item>
<item>You got this!</item> <item>You got this!</item>

View File

@@ -44,10 +44,11 @@
<string name="settings_appearance_color_title">Color</string> <string name="settings_appearance_color_title">Color</string>
<string name="settings_appearance_alignment_title">Alignment</string> <string name="settings_appearance_alignment_title">Alignment</string>
<string name="settings_appearance_padding_title">Padding</string> <string name="settings_appearance_padding_title">Padding</string>
<string name="settings_appearance_wallpaper">Custom Wallpaper</string>
<string name="settings_appearance_date_size_title">Date Size : </string> <string name="settings_appearance_home_date_alignment">Date Alignment</string>
<string name="settings_appearance_time_size_title">Time Size : </string> <string name="settings_appearance_home_time_alignment">Time Alignment</string>
<string name="settings_appearance_app_size_title">App Size : </string> <string name="settings_appearance_home_app_alignment">Home App Alignment</string>
<string name="appearance_bottom_dialog_text_size_title">Size</string> <string name="appearance_bottom_dialog_text_size_title">Size</string>
<string name="appearance_bottom_dialog_text_color_title">Color</string> <string name="appearance_bottom_dialog_text_color_title">Color</string>
@@ -59,13 +60,6 @@
<string name="appearance_bottom_dialog_desc_word">Word\u0020:\u0020</string> <string name="appearance_bottom_dialog_desc_word">Word\u0020:\u0020</string>
<string name="appearance_bottom_dialog_desc_battery">Battery\u0020:\u0020 </string> <string name="appearance_bottom_dialog_desc_battery">Battery\u0020:\u0020 </string>
<string name="settings_appearance_wallpaper">Custom Wallpaper</string>
<string name="settings_appearance_home_date_alignment">Date Alignment</string>
<string name="settings_appearance_home_time_alignment">Time Alignment</string>
<string name="settings_appearance_home_app_alignment">Home App Alignment</string>
<string name="settings_manager_favorite">Favorite Apps</string> <string name="settings_manager_favorite">Favorite Apps</string>
<string name="settings_manager_hidden">Hidden Apps</string> <string name="settings_manager_hidden">Hidden Apps</string>