mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:38:21 +00:00
Also adds support for up to three extracted colors and only shows the ones which have been extracted from the wall
652 lines
42 KiB
XML
652 lines
42 KiB
XML
<?xml version="1.0" encoding="utf-8"?><!--
|
|
/*
|
|
* Copyright (C) 2008 The Android Open Source Project
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
-->
|
|
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<!-- General -->
|
|
<skip />
|
|
|
|
<!-- Application name -->
|
|
<string name="app_name">Launcher3</string>
|
|
<!-- Default folder name -->
|
|
<string name="folder_name"></string>
|
|
<!-- Work folder name -->
|
|
<string name="work_folder_name">Work</string>
|
|
<!-- Displayed when user selects a shortcut for an app that was uninstalled [CHAR_LIMIT=none]-->
|
|
<string name="activity_not_found">App isn\'t installed.</string>
|
|
<!-- Displayed when user selects a shortcut for an app that is current not available [CHAR_LIMIT=none]-->
|
|
<string name="activity_not_available">App isn\'t available</string>
|
|
<!-- SafeMode shortcut error string -->
|
|
<string name="safemode_shortcut_error">Downloaded app disabled in Safe mode</string>
|
|
<!-- SafeMode widget error string -->
|
|
<string name="safemode_widget_error">Widgets disabled in Safe mode</string>
|
|
<!-- Message shown when a shortcut is not available. It could have been temporarily disabled and may start working again after some time. -->
|
|
<string name="shortcut_not_available">Shortcut isn\'t available</string>
|
|
<!-- User visible name for the launcher/home screen. [CHAR_LIMIT=30] -->
|
|
<string name="home_screen">Home screen</string>
|
|
<!-- Label for showing custom action list of a shortcut or widget. [CHAR_LIMIT=30] -->
|
|
<string name="custom_actions">Custom actions</string>
|
|
|
|
<!-- Widgets -->
|
|
<!-- Message to tell the user to press and hold on a widget to add it [CHAR_LIMIT=50] -->
|
|
<string name="long_press_widget_to_add">Touch & hold to pick up a widget</string>
|
|
<!-- Accessibility spoken hint message in widget picker, which allows user to add a widget. Custom action is the label for additional accessibility actions available in this mode [CHAR_LIMIT=100] -->
|
|
<string name="long_accessible_way_to_add">Double-tap & hold to pick up a widget or use custom actions</string>
|
|
<!-- The format string for the dimensions of a widget in the drawer -->
|
|
<!-- There is a special version of this format string for Farsi -->
|
|
<string name="widget_dims_format">%1$d \u00d7 %2$d</string>
|
|
<!-- Accessibility spoken message format for the dimensions of a widget in the drawer -->
|
|
<string name="widget_accessible_dims_format">%1$d wide by %2$d high</string>
|
|
<!-- Message to tell the user to press and hold a widget/icon to add it -->
|
|
<string name="add_item_request_drag_hint">Touch & hold to place manually</string>
|
|
<!-- Button label to automatically add icon on home screen [CHAR_LIMIT=50] -->
|
|
<string name="place_automatically">Add automatically</string>
|
|
|
|
<!-- All Apps -->
|
|
<!-- Search bar text in the apps view. [CHAR_LIMIT=50] -->
|
|
<string name="all_apps_search_bar_hint">Search apps</string>
|
|
<!-- Loading apps text. [CHAR_LIMIT=50] -->
|
|
<string name="all_apps_loading_message">Loading apps…</string>
|
|
<!-- No-search-results text. [CHAR_LIMIT=50] -->
|
|
<string name="all_apps_no_search_results">No apps found matching \"<xliff:g example="Android" id="query">%1$s</xliff:g>\"</string>
|
|
<!-- Label for the button which allows the user to get app search results. [CHAR_LIMIT=50] -->
|
|
<string name="all_apps_search_market_message">Search for more apps</string>
|
|
|
|
<!-- Popup items -->
|
|
<!-- Text to display as the header above notifications. [CHAR_LIMIT=30] -->
|
|
<string name="notifications_header">Notifications</string>
|
|
|
|
<!-- Drag and drop -->
|
|
<!-- Message to tell the user to press and hold on a shortcut to add it [CHAR_LIMIT=50] -->
|
|
<string name="long_press_shortcut_to_add">Touch & hold to pick up a shortcut.</string>
|
|
<!-- Accessibility spoken hint message in deep shortcut menu, which allows user to add a shortcut. Custom action is the label for additional accessibility actions available in this mode [CHAR_LIMIT=200] -->
|
|
<string name="long_accessible_way_to_add_shortcut">Double-tap & hold to pick up a shortcut or use custom actions.</string>
|
|
|
|
<skip />
|
|
<!-- Error message when user has filled a home screen -->
|
|
<string name="out_of_space">No more room on the home screen</string>
|
|
<!-- Error message when user has filled the hotseat -->
|
|
<string name="hotseat_out_of_space">No more room in the dock</string>
|
|
|
|
<!-- All applications label -->
|
|
<string name="all_apps_button_label">Apps list</string>
|
|
<string name="all_apps_button_personal_label">Personal apps list</string>
|
|
<string name="all_apps_button_work_label">Work apps list</string>
|
|
|
|
<!-- Label for button in all applications label to go back home (to the workspace / desktop)
|
|
for accessibilty (spoken when the button gets focus). -->
|
|
<string name="all_apps_home_button_label">Home</string>
|
|
|
|
<!-- Label for remove drop target. [CHAR_LIMIT=20] -->
|
|
<string name="remove_drop_target_label">Remove</string>
|
|
<!-- Label for uninstall drop target. [CHAR_LIMIT=20]-->
|
|
<string name="uninstall_drop_target_label">Uninstall</string>
|
|
<!-- Label for app info drop target. [CHAR_LIMIT=20] -->
|
|
<string name="app_info_drop_target_label">App info</string>
|
|
<!-- Label for install drop target. [CHAR_LIMIT=20] -->
|
|
<string name="install_drop_target_label">Install</string>
|
|
|
|
<!-- Permissions: -->
|
|
<skip />
|
|
<!-- Permission short label -->
|
|
<string name="permlab_install_shortcut">Install shortcuts</string>
|
|
<!-- Permission description -->
|
|
<string name="permdesc_install_shortcut">Allows an app to add
|
|
shortcuts without user intervention</string>
|
|
<!-- Permission short label -->
|
|
<string name="permlab_read_settings">Read home screen settings and shortcuts</string>
|
|
<!-- Permission description -->
|
|
<string name="permdesc_read_settings">Allows the app to read home screen settings and shortcuts</string>
|
|
<!-- Permission short label -->
|
|
<string name="permlab_write_settings">Write home screen settings and shortcuts</string>
|
|
<!-- Permission description -->
|
|
<string name="permdesc_write_settings">Allows the app to modify home screen settings and shortcuts</string>
|
|
|
|
<!-- Toast shown on clicking a direct call shortcut. [CHAR_LIMIT=80] -->
|
|
<string name="msg_no_phone_permission"><xliff:g example="Launcher3" id="app_name">%1$s</xliff:g> is not allowed to make phone calls</string>
|
|
|
|
<!-- Widgets: -->
|
|
<skip />
|
|
|
|
<!-- Text to show user in place of a gadget when we can't display it properly -->
|
|
<string name="gadget_error_text">Widget failed to load</string>
|
|
|
|
<!-- Text to show user in place of a gadget when it is not yet initialized. -->
|
|
<string name="gadget_setup_text">Awaiting setup</string>
|
|
|
|
<!-- Text to inform the user that they can't uninstall a system application -->
|
|
<string name="uninstall_system_app_text">This is a system app and can\'t be uninstalled</string>
|
|
|
|
<!-- Default folder title -->
|
|
<string name="folder_hint_text">Unnamed Folder</string>
|
|
|
|
<!-- Accessibility -->
|
|
<!-- The format string for when an app is temporarily disabled. -->
|
|
<string name="disabled_app_label">Disabled <xliff:g id="app_name" example="Messenger">%1$s</xliff:g></string>
|
|
<!-- The format string for when an app has a notification dot (meaning it has associated notifications). -->
|
|
<plurals name="badged_app_label">
|
|
<item quantity="one"><xliff:g id="app_name" example="Messenger">%1$s</xliff:g>, has <xliff:g id="notification_count" example="1">%2$d</xliff:g> notification</item>
|
|
<item quantity="other"><xliff:g id="app_name" example="Messenger">%1$s</xliff:g>, has <xliff:g id="notification_count" example="3">%2$d</xliff:g> notifications</item>
|
|
</plurals>
|
|
<skip />
|
|
|
|
<!-- The format string for default page scroll text [CHAR_LIMIT=none] -->
|
|
<string name="default_scroll_format">Page %1$d of %2$d</string>
|
|
<!-- The format string for Workspace page scroll text [CHAR_LIMIT=none] -->
|
|
<string name="workspace_scroll_format">Home screen %1$d of %2$d</string>
|
|
<!-- Description for a new page on homescreen[CHAR_LIMIT=none] -->
|
|
<string name="workspace_new_page">New home screen page</string>
|
|
|
|
<!-- Folder accessibility -->
|
|
<!-- The format string for when a folder is opened, speaks the dimensions -->
|
|
<string name="folder_opened">Folder opened, <xliff:g example="5" id="width">%1$d</xliff:g> by <xliff:g example="3" id="height">%2$d</xliff:g></string>
|
|
<!-- Instruction that clicking outside will close folder -->
|
|
<string name="folder_tap_to_close">Tap to close folder</string>
|
|
<!-- Instruction that clicking outside will commit folder rename -->
|
|
<string name="folder_tap_to_rename">Tap to save rename</string>
|
|
<!-- Indication that folder closed -->
|
|
<string name="folder_closed">Folder closed</string>
|
|
<!-- Folder renamed format -->
|
|
<string name="folder_renamed">Folder renamed to <xliff:g example="Games" id="name">%1$s</xliff:g></string>
|
|
<!-- Folder name format -->
|
|
<string name="folder_name_format">Folder: <xliff:g example="Games" id="name">%1$s</xliff:g></string>
|
|
|
|
<!-- Strings for the customization mode -->
|
|
<!-- Text for widget add button -->
|
|
<string name="widget_button_text">Widgets</string>
|
|
<!-- Text for wallpaper change button -->
|
|
<string name="wallpaper_button_text">Wallpapers</string>
|
|
<!-- Text for settings button -->
|
|
<string name="settings_button_text">Home settings</string>
|
|
<!-- Message shown when a feature is disabled by the administrator -->
|
|
<string name="msg_disabled_by_admin">Disabled by your admin</string>
|
|
|
|
<!-- Strings for settings -->
|
|
<!-- Title for Allow Rotation setting. [CHAR LIMIT=50] -->
|
|
<string name="allow_rotation_title">Allow home screen rotation</string>
|
|
<!-- Text explaining when the home screen will get rotated. [CHAR LIMIT=100] -->
|
|
<string name="allow_rotation_desc">When phone is rotated</string>
|
|
<!-- Title for Notification dots setting. Tapping this will link to the system Notifications settings screen where the user can turn off notification dots globally. [CHAR LIMIT=50] -->
|
|
<string name="icon_badging_title">Notification dots</string>
|
|
<!-- Text to indicate that the system icon badging setting is on [CHAR LIMIT=100] -->
|
|
<string name="icon_badging_desc_on">On</string>
|
|
<!-- Text to indicate that the system icon badging setting is off [CHAR LIMIT=100] -->
|
|
<string name="icon_badging_desc_off">Off</string>
|
|
<!-- Title for the dialog shown when the app does not has notification access, explaining the requirement for notification access [CHAR LIMIT=50] -->
|
|
<string name="title_missing_notification_access">Notification access needed</string>
|
|
<!-- Message explaining to the user that the notification access is required by the app for showing 'Notification dots' [CHAR LIMIT=NONE] -->
|
|
<string name="msg_missing_notification_access">To show Notification Dots, turn on app notifications for <xliff:g example="My App" id="name">%1$s</xliff:g></string>
|
|
<!-- Button text in the confirmation dialog which would take the user to the system settings [CHAR LIMIT=50] -->
|
|
<string name="title_change_settings">Change settings</string>
|
|
<!-- Summary for Notification dots setting. Tapping this will link enable/disable notification dots feature on the home screen. [CHAR LIMIT=50] -->
|
|
<string name="icon_badging_service_title">Show notification dots</string>
|
|
|
|
<!-- Label for the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=40] -->
|
|
<string name="auto_add_shortcuts_label">Add new apps to home screen</string>
|
|
<!-- Text description of the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=NONE] -->
|
|
<string name="auto_add_shortcuts_description">Automatically add shortcuts to newly installed apps to the home screen</string>
|
|
|
|
<!-- Developer setting to change the shape of icons on home screen. [CHAR LIMIT=50] -->
|
|
<string name="icon_shape_override_label">Change icon shape</string>
|
|
<!-- Subtext explaining that the icons will only be affected on the home screen. This text follows the actual icon action: Change icon shape, on Home screen [CHAR LIMIT=100] -->
|
|
<string name="icon_shape_override_label_location">on Home screen</string>
|
|
<!-- Option to not change the icon shape on home screen and use the system default setting instead. [CHAR LIMIT=50] -->
|
|
<string name="icon_shape_system_default">System default</string>
|
|
<!-- Option to change the shape of the home screen icons to a square. [CHAR LIMIT=50] -->
|
|
<string name="icon_shape_square">Square</string>
|
|
<!-- Option to change the shape of the home screen icons to a squircle. This represents the name of the shape somewhere between a circle and a square. [CHAR LIMIT=50] -->
|
|
<string name="icon_shape_squircle">Squircle</string>
|
|
<!-- Option to change the shape of the home screen icons to a circle. [CHAR LIMIT=50] -->
|
|
<string name="icon_shape_circle">Circle</string>
|
|
<!-- Option to change the shape of the home screen icons to a teardrop. This represents the name of the shape similar to a circle with with the bottom right corner pushed out like a square [CHAR LIMIT=50] -->
|
|
<string name="icon_shape_teardrop">Teardrop</string>
|
|
<!-- Option to change the shape of the home screen icons to a cylinder. [CHAR LIMIT=50] -->
|
|
<string name="icon_shape_cylinder">Cylinder</string>
|
|
|
|
<!-- Message shown in the progress dialog when the icon shape override is being applied [CHAR LIMIT=100]-->
|
|
<string name="icon_shape_override_progress">Applying icon shape changes</string>
|
|
|
|
<!-- Label on an icon that references an uninstalled package, for which we have no information about when it might be installed. [CHAR_LIMIT=15] -->
|
|
<string name="package_state_unknown">Unknown</string>
|
|
|
|
<!-- Button for abandoned promises dialog, to removes this abandoned promise icon. -->
|
|
<string name="abandoned_clean_this">Remove</string>
|
|
<!-- Button for abandoned promise dialog, to search in the market for the missing package. -->
|
|
<string name="abandoned_search">Search</string>
|
|
<!-- Title for abandoned promise dialog. -->
|
|
<string name="abandoned_promises_title">This app is not installed</string>
|
|
<!-- Explanation for abandoned promise dialog. "The first 'it' refers to the shortcut icon.
|
|
The second "it" refers to the app. -->
|
|
<string name="abandoned_promise_explanation">The app for this icon isn\'t installed.
|
|
You can remove the shortcut, or search for the app and install it manually.
|
|
</string>
|
|
<!-- Title for an app which is being downloaded. -->
|
|
<string name="app_downloading_title"><xliff:g example="Messenger" id="name">%1$s</xliff:g> downloading, <xliff:g example="30%" id="progress">%2$s</xliff:g> complete</string>
|
|
<!-- Title for an app whose download has been started. -->
|
|
<string name="app_waiting_download_title"><xliff:g example="Messenger" id="name">%1$s</xliff:g> waiting to install</string>
|
|
|
|
<!-- Strings for widgets & more in the popup container/bottom sheet -->
|
|
<!-- Title for a bottom sheet that shows widgets for a particular app -->
|
|
<string name="widgets_bottom_sheet_title"><xliff:g example="Messenger" id="name">%1$s</xliff:g> widgets</string>
|
|
|
|
<!-- Accessibility title for the popup containing a list of widgets. [CHAR_LIMIT=50] -->
|
|
<string name="widgets_list">Widgets list</string>
|
|
<!-- Text announced by accessibility when the popup containing the list of widgets is closed. [CHAR_LIMIT=100] -->
|
|
<string name="widgets_list_closed">Widgets list closed</string>
|
|
|
|
<!-- Strings for accessibility actions -->
|
|
<!-- Accessibility action to add an app to workspace. [CHAR_LIMIT=30] -->
|
|
<string name="action_add_to_workspace">Add to home screen</string>
|
|
|
|
<!-- Accessibility action to move item to the current location. [CHAR_LIMIT=30] -->
|
|
<string name="action_move_here">Move item here</string>
|
|
|
|
<!-- Accessibility confirmation for item added to workspace. -->
|
|
<string name="item_added_to_workspace">Item added to home screen</string>
|
|
|
|
<!-- Accessibility confirmation for item removed. -->
|
|
<string name="item_removed">Item removed</string>
|
|
|
|
<!-- Accessibility action to move an item on the workspace. [CHAR_LIMIT=30] -->
|
|
<string name="action_move">Move item</string>
|
|
|
|
<!-- Accessibility description to move item to empty cell. -->
|
|
<string name="move_to_empty_cell">Move to row <xliff:g example="1" id="number">%1$s</xliff:g> column <xliff:g example="1" id="number">%2$s</xliff:g></string>
|
|
|
|
<!-- Accessibility description to move item inside a folder. -->
|
|
<string name="move_to_position">Move to position <xliff:g example="1" id="number">%1$s</xliff:g></string>
|
|
|
|
<!-- Accessibility description to move item to the hotseat. -->
|
|
<string name="move_to_hotseat_position">Move to favorites position <xliff:g example="1" id="number">%1$s</xliff:g></string>
|
|
|
|
<!-- Accessibility confirmation for item move. -->
|
|
<string name="item_moved">Item moved</string>
|
|
|
|
<!-- Accessibility description to move item into an existing folder. -->
|
|
<string name="add_to_folder">Add to folder: <xliff:g example="Games" id="name">%1$s</xliff:g></string>
|
|
|
|
<!-- Accessibility description to move item into an existing folder containing an app. -->
|
|
<string name="add_to_folder_with_app">Add to folder with <xliff:g example="Messenger" id="name">%1$s</xliff:g></string>
|
|
|
|
<!-- Accessibility confirmation for item added to folder. -->
|
|
<string name="added_to_folder">Item added to folder</string>
|
|
|
|
<!-- Accessibility description to create folder with another item. -->
|
|
<string name="create_folder_with">Create folder with: <xliff:g example="Game" id="name">%1$s</xliff:g></string>
|
|
|
|
<!-- Accessibility confirmation for folder created. -->
|
|
<string name="folder_created">Folder created</string>
|
|
|
|
<!-- Accessibility action to move an item from folder to workspace. [CHAR_LIMIT=30] -->
|
|
<string name="action_move_to_workspace">Move to Home screen</string>
|
|
|
|
<!-- Accessibility action to resize a widget. [CHAR_LIMIT=30] -->
|
|
<string name="action_resize">Resize</string>
|
|
|
|
<!-- Accessibility action to increase width of a widget. [CHAR_LIMIT=30] -->
|
|
<string name="action_increase_width">Increase width</string>
|
|
|
|
<!-- Accessibility action to increase height of a widget. [CHAR_LIMIT=30] -->
|
|
<string name="action_increase_height">Increase height</string>
|
|
|
|
<!-- Accessibility action to decrease width of a widget. [CHAR_LIMIT=30] -->
|
|
<string name="action_decrease_width">Decrease width</string>
|
|
|
|
<!-- Accessibility action to decrease height of a widget. [CHAR_LIMIT=30] -->
|
|
<string name="action_decrease_height">Decrease height</string>
|
|
|
|
<!-- Accessibility confirmation for widget resize. -->
|
|
<string name="widget_resized">Widget resized to width <xliff:g example="2" id="number">%1$s</xliff:g> height <xliff:g example="1" id="number">%2$s</xliff:g></string>
|
|
|
|
<!-- Accessibility action to show quick actions menu for an icon. [CHAR_LIMIT=30] -->
|
|
<string name="action_deep_shortcut">Shortcuts</string>
|
|
<!-- Accessibility description when the context menu of a launcher icon that has notifications as well as shortcuts (providing quick access to app's actions). The "shortcuts" translation should be consistent with the one for action_deep_shortcut. [CHAR_LIMIT=50] -->
|
|
<string name="shortcuts_menu_with_notifications_description">Shortcuts and notifications
|
|
</string>
|
|
|
|
<!-- Accessibility action to dismiss a notification in the shortcuts menu for an icon. [CHAR_LIMIT=30] -->
|
|
<string name="action_dismiss_notification">Dismiss</string>
|
|
|
|
<!-- Accessibility confirmation for notification being dismissed. -->
|
|
<string name="notification_dismissed">Notification dismissed</string>
|
|
|
|
<string name="icu_abbrev_wday_month_day_no_year">EEEEMMMd</string>
|
|
<string name="icu_abbrev_time">HH:mm</string>
|
|
<string name="icu_abbrev_time_12h">hh:mm aa</string>
|
|
<string name="icu_abbrev_date"> dd MMMM</string>
|
|
<string name="in_smartspace">In \'At a glance\' widget</string>
|
|
<string name="smartspace_time">Show time</string>
|
|
<string name="smartspace_date">Show date</string>
|
|
<string name="smartspace_preferences">Preferences</string>
|
|
<string name="label_search">Search</string>
|
|
<string name="label_voice_search">Voice search</string>
|
|
<string name="default_live_wallpaper">com.breel.wallpapers/com.breel.wallpapers.dioramas.lagos.LagosWallpaperService</string>
|
|
<string name="pref_icon_pack">Icon pack</string>
|
|
<string name="home_widget">Home widget</string>
|
|
<string name="smartspace_preferences_in_settings">At A Glance</string>
|
|
<string name="smartspace_preferences_in_settings_desc">Info widget at the top of the home screen</string>
|
|
<string name="title_show_google_app">Display %1$s</string>
|
|
<string name="pref_show_google_now_summary">@string/msg_minus_one_on_left</string>
|
|
<string name="msg_minus_one_on_left">To the left of the main home screen</string>
|
|
<string name="about">About</string>
|
|
<string name="title_google_app">Google app</string>
|
|
<string name="title_app_suggestions">Display app suggestions</string>
|
|
<string name="summary_app_suggestions">At the top of the app drawer</string>
|
|
<string name="about_app_version">Version</string>
|
|
<string name="app_releases_url">https://github.com/amirzaidi/launcher3/releases</string>
|
|
<string name="app_name_pixel_launcher">Pixel Launcher</string>
|
|
<string name="title_disable_suggestions_prompt">Turn off app suggestions?</string>
|
|
<string name="msg_disable_suggestions_prompt">"Suggestions won't appear at the top of your apps list, and the usage data used to create them will be permanently erased"</string>
|
|
<string name="label_turn_off_suggestions">TURN OFF</string>
|
|
<string name="app_name_lawnchair">Lawnchair</string>
|
|
<string name="pixel_style_pref_title">Pixel style</string>
|
|
<string name="about_title">About</string>
|
|
<string name="about_summary_title">Summary</string>
|
|
<string name="pixel_ui_pref_title">Theme</string>
|
|
<string name="action_edit">Edit</string>
|
|
<string name="hide_app_sum">Hide apps from the app drawer</string>
|
|
<string name="hide_app">Hide app</string>
|
|
<string name="icon_shape_rounded_square">Rounded square</string>
|
|
<string name="pixel_ui_pref_summary">General appearance settings</string>
|
|
<string name="app_drawer_pref_title">App drawer</string>
|
|
<string name="app_drawer_pref_summary">Customize the app drawer</string>
|
|
<string name="general_pref_title">Desktop</string>
|
|
<string name="general_pref_summary">Customize the home screen</string>
|
|
<string name="about_pref_summary">Get to know the Lawnchair team</string>
|
|
<string name="hidden_app">Hide apps</string>
|
|
<string name="hide_app_selected">  hidden</string>
|
|
<string name="hide_app_reset">Reset</string>
|
|
<string name="hide_app_apply">Apply</string>
|
|
<string name="hide_dock_gradient">Disable gradient</string>
|
|
<string name="dock_pref_summary">Customize the dock</string>
|
|
<string name="dock_pref_title">Dock</string>
|
|
<string name="hide_all_apps_icon_labels_pref_title">Hide icon labels in drawer</string>
|
|
<string name="hide_icon_labels_pref_title">Hide icon labels on home screen</string>
|
|
<string name="backups">Backups</string>
|
|
<string name="new_backup">Create</string>
|
|
<string name="restore_backup">Restore</string>
|
|
<string name="backup_name">Name</string>
|
|
<string name="backup_location">Location</string>
|
|
<string name="choose_backup_path">Browse</string>
|
|
<string name="backup_homescreen">Homescreen</string>
|
|
<string name="backup_contents">Backup contents</string>
|
|
<string name="backup_settings">Settings</string>
|
|
<string name="backup_wallpaper">Wallpaper</string>
|
|
<string name="backup_error_blank_name">Enter a name for the backup</string>
|
|
<string name="backup_error_blank_location">Pick a location for the backup</string>
|
|
<string name="backup_error_blank_contents">Pick the content of the backup</string>
|
|
<string name="backup_creating">Creating backup</string>
|
|
<string name="no_recent_backups">No recent backups</string>
|
|
<string name="backup_loading">Loading...</string>
|
|
<string name="backup_invalid">Unavailable</string>
|
|
<string name="backup_remove_from_recents">Remove from list</string>
|
|
<string name="backup_share">Share</string>
|
|
<string name="backup_pref_summary">Back up and restore your setup</string>
|
|
<string name="backup_timestamp">Created at</string>
|
|
<string name="backup_restoring">Restoring backup</string>
|
|
<string name="backup_restarting">Restarting</string>
|
|
<string name="restore_contents">Restore contents</string>
|
|
<string name="restore_success">Restore successful</string>
|
|
<string name="backup_failed">Backup failed</string>
|
|
<string name="restore_failed">Restore failed</string>
|
|
<string name="restore_read_meta_fail">Invalid backup file</string>
|
|
<string name="backup_share_title">Share backup</string>
|
|
<string name="backup_share_text">Lawnchair backup file</string>
|
|
<string name="full_width_widgets_pref_summary">Allow widgets to take up the full width of the home screen</string>
|
|
<string name="full_width_width_widgets_pref_title">Full width widgets</string>
|
|
<string name="hide_apps">Hide apps</string>
|
|
<string name="hide_apps_sum">Hide apps from the app drawer</string>
|
|
<string name="grid_size">Grid size</string>
|
|
<string name="grid_size_default">Default</string>
|
|
<string name="developer_options_title">Developer options</string>
|
|
<string name="developer_options_enabled">Developer options enabled</string>
|
|
<string name="restart_lawnchair_pref_title">Restart Lawnchair</string>
|
|
<string name="restart_lawnchair_pref_summary">Re-apply all settings</string>
|
|
<string name="show_debug_info_pref_title">Show debug info</string>
|
|
<string name="debug_pref_title">Debug</string>
|
|
<string name="debug_component_name">Component name</string>
|
|
<string name="debug_component_name_copied">Copied</string>
|
|
<string name="read_external_storage_required">Grant Lawnchair the storage permission to create a backup</string>
|
|
<string name="local_backups">Local backups</string>
|
|
<string name="backup_location_device_storage">Lawnchair folder</string>
|
|
<string name="backup_location_documents_storage">Custom location</string>
|
|
<string name="grid_size_height">Height</string>
|
|
<string name="grid_size_width">Width</string>
|
|
<string name="launcher_theme_override_label">Force dark theme</string>
|
|
<string name="smartspace_hours_mins">%1$s %2$s</string>
|
|
<string name="blur_pref_title">Enable blur</string>
|
|
<string name="blur_pref_summary">Apply a blur effect to parts of the interface. Not compatible with live wallpapers.</string>
|
|
<string name="blur_radius_pref_title">Blur strength</string>
|
|
<string name="blur_oom">Error while bluring wallpaper. Try lowering its resolution and try again.</string>
|
|
<string name="dock_colored_google">Colored Google icon</string>
|
|
<string name="hotseat_show_arrow">Show arrow</string>
|
|
<string name="hotseat_show_page_indicator">Show page indicator</string>
|
|
<string name="hotseat_p_style">Android P style dock</string>
|
|
<string name="theme_pref_title">Launcher theme</string>
|
|
<string name="theme_auto">Auto</string>
|
|
<string name="theme_auto_black">Auto (with OLED black)</string>
|
|
<string name="theme_light">Light</string>
|
|
<string name="theme_dark_text">Light (with dark text)</string>
|
|
<string name="theme_dark">Dark</string>
|
|
<string name="theme_black">Dark (with OLED black)</string>
|
|
<string name="dock_style_pref_title">Dock style</string>
|
|
<string name="dock_style_p">Rounded</string>
|
|
<string name="dock_style_o">Gradient</string>
|
|
<string name="dock_style_n">Flat</string>
|
|
<string name="dock_style_transparent">Transparent</string>
|
|
<string name="dock_style_hidden">Hidden</string>
|
|
<string name="dock_style_custom">Custom</string>
|
|
<string name="dock_search_bar">Show search bar in dock</string>
|
|
<string name="hotseat_uses_custom_opacity">Custom dock opacity</string>
|
|
<string name="hotseat_custom_opacity">Dock opacity</string>
|
|
<string name="all_apps_uses_custom_opacity">Custom app drawer opacity</string>
|
|
<string name="all_apps_opacity_pref_title">App drawer opacity</string>
|
|
<string name="title_all_apps_google_search">Google Search in app drawer</string>
|
|
<string name="summary_all_apps_google_search">Display Google Search bar instead of apps search</string>
|
|
<string name="num_hotseat_icons_pref_title">Number of icons in dock</string>
|
|
<string name="icon_scale_pref_title">Icon scale</string>
|
|
<string name="add_settings_shortcut_title">Add settings shortcut to home screen</string>
|
|
<string name="icon_pack_default">System icons</string>
|
|
<string name="loading">Loading…</string>
|
|
<string name="low_performance_mode_pref_title">Low-performance mode</string>
|
|
<string name="action_preferences">@string/smartspace_preferences</string>
|
|
<string name="title_storage_permission_required">Storage Permission Required</string>
|
|
<string name="content_storage_permission_required">Lawnchair requires the storage permission to access the device wallpaper.</string>
|
|
<string name="reset_to_default">Reset to default</string>
|
|
<string name="dock_shadow">Dock shadow</string>
|
|
<string name="dock_radius">Dock corner radius</string>
|
|
<string name="dock_gradient">Use gradient dock</string>
|
|
|
|
<!-- Categories -->
|
|
<string name="pref_category_icons">Icons</string>
|
|
<string name="pref_category_aag">At a glance</string>
|
|
<string name="pref_category_pixel_searchbar">Pixel style searchbar</string>
|
|
<string name="pref_category_weather">Weather</string>
|
|
<string name="pref_category_misc">Miscellaneous</string>
|
|
<string name="pref_category_layout">Layout</string>
|
|
<string name="pref_category_theme">Style</string>
|
|
<string name="pref_category_searchbar">Search bar</string>
|
|
|
|
<!-- About screen -->
|
|
|
|
<string name="about_twitter" translatable="false">Twitter</string>
|
|
<string name="title_attribouter_licenses">Open Source Licenses</string>
|
|
<string name="title_attribouter_email">Email</string>
|
|
<string name="title_attribouter_website">Website</string>
|
|
<string name="title_attribouter_rate">Rate</string>
|
|
<string name="title_attribouter_version">Version %1$s</string>
|
|
<string name="title_attribouter_license">License</string>
|
|
<string name="title_attribouter_license_permissions">Permissions</string>
|
|
<string name="title_attribouter_license_conditions">Conditions</string>
|
|
<string name="title_attribouter_license_limitations">Limitations</string>
|
|
<string name="title_attribouter_more_info">More Info</string>
|
|
<string name="title_attribouter_translators">Translators</string>
|
|
<string name="about_our_team">Our team</string>
|
|
<string name="about_our_contributors">Our main contributors</string>
|
|
<string name="about_our_family">Our other family members</string>
|
|
<string name="about_role_lead">Lead Developer</string>
|
|
<string name="about_role_devops">DevOps</string>
|
|
<string name="about_role_dev">Developer</string>
|
|
<string name="about_role_dev_mod">Developer / Moderator</string>
|
|
<string name="about_role_designer">Designer</string>
|
|
<string name="about_role_ui_ux_designer">UI/UX Designer</string>
|
|
<string name="about_role_special_snowflake">PR Manager/Moderator</string>
|
|
<string name="about_role_mod_support">Moderator/Support</string>
|
|
<string name="about_role_family_member">Family Member</string>
|
|
<string name="about_bio_deletescape">Android developer & enthusiast, loves memes (a bit too much actually). Founder of the Lawnchair project.</string>
|
|
<string name="about_bio_divadsn">18 years old, turns caffeine and pizza into code. Also previously known as Codebucket.</string>
|
|
<string name="about_bio_recoded">Mild coder and graphics designer.</string>
|
|
<string name="about_bio_josh">Freelance graphic designer.</string>
|
|
<string name="about_bio_chris">Creative Mind, Influencer & Content Creator. Social Media and PR Manager.</string>
|
|
<string name="about_bio_msfjarvis">Core developer at halogenOS and application developer at substratum.</string>
|
|
|
|
<string name="show_developer_options">Enable developer options</string>
|
|
<string name="debug_crash_launcher">Crash the launcher</string>
|
|
<string name="gestures_pref_title">Gestures</string>
|
|
<string name="gestures_pref_summary">Customize the home screen gestures</string>
|
|
|
|
<!-- Gesture actions -->
|
|
<string name="action_open_drawer">Open app drawer</string>
|
|
<string name="action_open_recents">Open task overview screen</string>
|
|
<string name="action_last_task">Launch most recent task</string>
|
|
<string name="action_open_widgets">Open widgets drawer</string>
|
|
<string name="action_open_settings">Open launcher settings</string>
|
|
<string name="action_open_overview">Open overview screen</string>
|
|
<string name="action_global_search">Open global search</string>
|
|
<string name="action_app_search">Open app search</string>
|
|
<string name="action_overlay">Open Google Feed</string>
|
|
<string name="action_assistant">Open Assistant</string>
|
|
<string name="action_open_notifications">Open notifications panel</string>
|
|
<string name="action_close_notifications">Close notifications panel</string>
|
|
<string name="action_sleep_timeout">Sleep using screen timeout</string>
|
|
<string name="action_sleep_root">Sleep using root</string>
|
|
<string name="action_sleep_device_admin">Sleep using device admin</string>
|
|
<string name="action_open_app">Open app</string>
|
|
<string name="action_open_app_with_target">Open %s</string>
|
|
<string name="action_open_app_select_app">Select app</string>
|
|
<string name="action_none">Do nothing</string>
|
|
<string name="gesture_press_home">Home button</string>
|
|
<string name="gesture_press_back">Back button</string>
|
|
<string name="gesture_press_recents">Recents button</string>
|
|
<string name="gesture_press_recents_global">Recents button in other apps</string>
|
|
<string name="gesture_double_tap">Double tap</string>
|
|
<string name="gesture_long_press">Long press</string>
|
|
<string name="gesture_swipe_down">Swipe down</string>
|
|
<string name="gesture_swipe_up">Swipe up</string>
|
|
|
|
<string name="action_open_notifications_class" translatable="false">ch.deletescape.lawnchair.gestures.handlers.NotificationsOpenGestureHandler</string>
|
|
<string name="action_open_drawer_class" translatable="false">ch.deletescape.lawnchair.gestures.handlers.OpenDrawerGestureHandler</string>
|
|
<string name="action_open_overview_class" translatable="false">ch.deletescape.lawnchair.gestures.handlers.OpenOverviewGestureHandler</string>
|
|
<string name="action_open_recents_class" translatable="false">ch.deletescape.lawnchair.gestures.handlers.OpenRecentsGestureHandler</string>
|
|
<string name="action_do_nothing_class" translatable="false">ch.deletescape.lawnchair.gestures.BlankGestureHandler</string>
|
|
<string name="pref_show_assistant_title">Show voice search button</string>
|
|
<string name="pref_show_assistant_summary">Display a voice search button in the Google search bar</string>
|
|
<string name="pref_show_as_assistant_title">Show as Assistant</string>
|
|
<string name="pref_show_as_assistant_summary">Display a Google Assistant button instead of voice search</string>
|
|
<string name="current_weather_provider">Current weather provider</string>
|
|
<string name="smartspace_time_24_h">Show time in 24 hours</string>
|
|
<string name="weather_provider_disabled">Disabled</string>
|
|
<string name="weather_provider_widget">Google app widget</string>
|
|
<string name="weather_provider_owm">OpenWeatherMap</string>
|
|
<string name="pref_smartspace_widget_provider">Weather provider</string>
|
|
<string name="pref_smartspace_event_provider">Event provider</string>
|
|
<string name="title_all_apps_search">Show search bar</string>
|
|
<string name="smartspace_provider_error">Error</string>
|
|
<string name="smartspace_widget_provider_not_found">\'At a glance\' widget not found. Make sure you have the latest Google app installed.</string>
|
|
<string name="all_apps_label">All apps</string>
|
|
<string name="separate_work_apps_pref_title">Separate work apps from all apps</string>
|
|
<string name="title_search_hidden_apps">Search hidden apps</string>
|
|
<string name="summary_search_hidden_apps">Include hidden apps in search results</string>
|
|
<string name="default_owm_key" translatable="false">17a6438b1d63d5b05f7039e7cb52cde7</string>
|
|
|
|
<!-- Feel free to change this to the biggest/most important city for your language. But make sure to crosscheck that there are
|
|
results for the string on openweathermap.org -->
|
|
<string name="default_city">Lucerne, CH</string>
|
|
<string name="pref_weather_api_key_title">API key</string>
|
|
<string name="pref_weather_city_summary">For best results include country code</string>
|
|
<string name="pref_weather_city_title">City</string>
|
|
<string name="pref_weather_units">Weather Units</string>
|
|
<string name="units_metric">Metric</string>
|
|
<string name="units_imperial">Imperial</string>
|
|
<string name="all_icons">All icons</string>
|
|
<string name="error_no_browser">No activity found to handle URLs</string>
|
|
<string name="no_icon_found">No icon found</string>
|
|
<string name="icon_pack_external_picker">Open external picker</string>
|
|
<string name="week_day_format">%1$s, %2$s</string>
|
|
<string name="full_wday_month_day_no_year">EEEE, MMMM d</string>
|
|
<string name="title_use_pill_qsb">Show Pixel style search bar</string>
|
|
<string name="weather_provider_testing">Debug</string>
|
|
<string name="backup_generate_report">Generate bug report</string>
|
|
<string name="show_top_shadow_pref_title">Show top shadow</string>
|
|
<string name="show_top_shadow_pref_summary">Display a shadow under the status bar</string>
|
|
<string name="two_row_dock">Two row dock</string>
|
|
<string name="keep_scroll_state_pref_title">Save scroll position</string>
|
|
<string name="iconpack_none">None</string>
|
|
<string name="reset">Reset</string>
|
|
|
|
<!-- Theme selection -->
|
|
<string name="theme_title">Theme</string>
|
|
<string name="theme_automatic">Automatic</string>
|
|
<string name="theme_default">Default</string>
|
|
<string name="theme_transparent">Transparent</string>
|
|
<string name="pref_open_source_licenses_title">Open source licenses</string>
|
|
<string name="pref_legacy_treatment_title">Generate adaptive icons</string>
|
|
<string name="pref_legacy_treatment_summary">An adaptive icon will be generated for apps which don\'t already have one</string>
|
|
<string name="action_search">Search</string>
|
|
<string name="pref_accent_color">Accent Color</string>
|
|
|
|
<!-- DT2S -->
|
|
<string name="dt2s_admin_hint">To be able to use double tap to lock, you have to enable device admin for Lawnchair. This is a secure lock, meaning you have to enter your PIN on the next unlock, if you have any.</string>
|
|
<string name="dt2s_admin_warning">By disabling device admin, you will not be able to use double tap to lock on your home screen.</string>
|
|
|
|
<string name="icon_pack_applied_toast">\"%s\" has been applied successfully!</string>
|
|
<string name="app_gesture_failed_toast">Opening app failed</string>
|
|
<string name="color_system_accent">System accent</string>
|
|
<string name="color_pixel_accent">Pixel blue</string>
|
|
<string name="color_presets">Presets</string>
|
|
<string name="color_custom">Custom</string>
|
|
<string name="color_wallpaper_main">Wallpaper primary</string>
|
|
<string name="color_wallpaper_secondary">Wallpaper secondary</string>
|
|
<string name="color_wallpaper_tertiary">Wallpaper tertiary</string>
|
|
<string name="pref_dark_searchbar">Use dark searchbar</string>
|
|
|
|
<!-- Label of tab to indicate personal apps -->
|
|
<string name="all_apps_personal_tab">Personal</string>
|
|
|
|
<!-- Label of tab to indicate work apps -->
|
|
<string name="all_apps_work_tab">Work</string>
|
|
|
|
<!-- This string is in the work profile tab when a user has All Apps open on their phone. This is a label for a toggle to turn the work profile on and off. "Work profile" means a separate profile on a user's phone that's specifically for their work apps and managed by their company. "Work" is used as an adjective.-->
|
|
<string name="work_profile_toggle_label">Work profile</string>
|
|
<!-- Title of an overlay in All Apps. This overlay is letting a user know about their work profile, which is managed by their employer. "Work apps" are apps in a user's work profile.-->
|
|
<string name="bottom_work_tab_user_education_title">Find work apps here</string>
|
|
<!-- Text in an overlay in All Apps. This overlay is letting a user know about their work profile, which is managed by their employer.-->
|
|
<string name="bottom_work_tab_user_education_body">Each work app has a badge and is kept secure by your organization. Move apps to your Home screen for easier access.</string>
|
|
<!-- This string is in the work profile tab when a user has All Apps open on their phone. It describes the label of a toggle, "Work profile," as being managed by the user's employer.
|
|
"Organization" is used to represent a variety of businesses, non-profits, and educational institutions).-->
|
|
<string name="work_mode_on_label">Managed by your organization</string>
|
|
<!-- This string appears under a the label of a toggle in the work profile tab on a user's phone. It describes the status of the toggle, "Work profile," when it's turned off. "Work profile" means a separate profile on a user's phone that's speficially for their work apps and is managed by their company.-->
|
|
<string name="work_mode_off_label">Notifications and apps are off</string>
|
|
<string name="bottom_work_tab_user_education_close_button">Close</string>
|
|
<string name="bottom_work_tab_user_education_closed">Closed</string>
|
|
<string name="hotseat_qsb_preferences">Preferences</string>
|
|
<string name="title_app_suggestions_in_search">App suggestions</string>
|
|
<string name="pref_hide_statusbar">Hide status bar</string>
|
|
<string name="pref_recents_radius">Task radius</string>
|
|
<string name="automatic_short">Auto</string>
|
|
</resources>
|