2021-10-13 13:01:18 -07:00
<?xml version="1.0" encoding="utf-8"?> <!--
2009-03-03 19:32:27 -08:00
/*
* 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 />
2014-03-21 15:42:06 -04:00
2009-03-03 19:32:27 -08:00
<!-- Application name -->
2015-10-12 11:42:05 -07:00
<string name= "app_name" > Launcher3</string>
2015-04-08 18:13:46 -07:00
<!-- Work folder name -->
<string name= "work_folder_name" > Work</string>
2011-01-06 16:17:37 -08:00
<!-- Displayed when user selects a shortcut for an app that was uninstalled [CHAR_LIMIT=none] -->
2011-10-20 12:26:18 -07:00
<string name= "activity_not_found" > App isn\'t installed.</string>
2014-10-02 15:58:31 -07:00
<!-- 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>
2014-07-14 12:02:01 -07:00
<!-- SafeMode shortcut error string -->
<string name= "safemode_shortcut_error" > Downloaded app disabled in Safe mode</string>
2014-10-08 10:47:28 -07:00
<!-- SafeMode widget error string -->
<string name= "safemode_widget_error" > Widgets disabled in Safe mode</string>
2016-07-28 10:07:32 -07:00
<!-- 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>
2016-09-21 15:57:55 -07:00
<!-- User visible name for the launcher/home screen. [CHAR_LIMIT=30] -->
2020-07-20 12:38:01 -07:00
<string name= "home_screen" > Home</string>
2013-06-06 22:03:51 -07:00
2021-02-22 14:49:27 -08:00
<!-- Options for recent tasks -->
<!-- Title for an option to enter split screen mode for a given app -->
<string name= "recent_task_option_split_screen" > Split screen</string>
2021-11-18 17:42:35 -08:00
<string name= "split_screen_position_top" > Split top</string>
<string name= "split_screen_position_left" > Split left</string>
<string name= "split_screen_position_right" > Split right</string>
<string name= "split_app_info_accessibility" > App info for %1$s</string>
2021-02-22 14:49:27 -08:00
2015-05-22 11:12:27 -07:00
<!-- Widgets -->
2011-08-05 15:08:15 -07:00
<!-- Message to tell the user to press and hold on a widget to add it [CHAR_LIMIT=50] -->
2021-03-10 17:00:25 +00:00
<string name= "long_press_widget_to_add" > Touch & hold to move a widget.</string>
2015-09-24 11:23:31 -07:00
<!-- 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] -->
2021-03-10 17:00:25 +00:00
<string name= "long_accessible_way_to_add" > Double-tap & hold to move a widget or use custom actions.</string>
2010-09-15 15:21:55 -07:00
<!-- The format string for the dimensions of a widget in the drawer -->
2013-04-08 13:05:14 -07:00
<!-- There is a special version of this format string for Farsi -->
<string name= "widget_dims_format" > %1$d \u00d7 %2$d</string>
2016-09-19 11:25:39 -07:00
<!-- 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>
2021-06-28 13:00:13 +01:00
<!-- Spoken text for a screen reader. The placeholder text is the widget name.
[CHAR_LIMIT=none]-->
<string name= "widget_preview_context_description" > <xliff:g id= "widget_name" example= "Calendar month view" > %1$s</xliff:g> widget</string>
2021-04-30 10:23:26 +01:00
<!-- Message to tell the user to press and hold a widget/icon to add it to the home screen.
[CHAR LIMIT=NONE] -->
2022-03-18 14:27:18 -07:00
<string name= "add_item_request_drag_hint" > Touch & hold the widget to move it around the home screen</string>
2021-04-28 18:16:04 +01:00
<!-- Button label to automatically add a widget to home screen [CHAR_LIMIT=50] -->
2022-03-18 14:27:18 -07:00
<string name= "add_to_home_screen" > Add to home screen</string>
2021-07-09 15:25:11 +01:00
<!-- Accessibility spoken message announced when a widget gets added to the home screen using a
button in a dialog. [CHAR_LIMIT=none] -->
<string name= "added_to_home_screen_accessibility_text" > <xliff:g id= "widget_name" example= "Calendar month view" > %1$s</xliff:g> widget added to home screen</string>
2021-02-26 18:36:35 +00:00
<!-- Label for showing the number of widgets an app has in the full widgets picker.
2021-09-13 11:54:58 +01:00
[CHAR_LIMIT=25][ICU SYNTAX] -->
<string name= "widgets_count" >
{count, plural, =1{# widget} other{# widgets}}
</string>
2021-02-26 18:36:35 +00:00
<!-- Label for showing the number of shortcut an app has in the full widgets picker.
2021-09-13 11:54:58 +01:00
[CHAR_LIMIT=25][ICU SYNTAX] -->
<string name= "shortcuts_count" >
{count, plural, =1{# shortcut} other{# shortcuts}}
</string>
2021-02-26 18:36:35 +00:00
<!-- Label for showing both the number of widgets and shortcuts an app has in the full widgets
picker. [CHAR_LIMIT=50] -->
<string name= "widgets_and_shortcuts_count" > <xliff:g id= "widgets_count" example= "5 widgets" > %1$s</xliff:g> , <xliff:g id= "shortcuts_count" example= "1 shortcut" > %2$s</xliff:g> </string>
2021-02-23 10:48:46 +00:00
<!-- Text for both the tile of a popup view, which shows all available widgets installed on
the device, and the text of a button, which opens this popup view. [CHAR LIMIT=30]-->
<string name= "widget_button_text" > Widgets</string>
<!-- Search bar text shown in the popup view showing all available widgets installed on the
device. [CHAR_LIMIT=50] -->
<string name= "widgets_full_sheet_search_bar_hint" > Search</string>
2021-03-22 12:25:37 +00:00
<!-- Spoken text for screen readers. This text lets a user know that the button is used to clear
the text that the user entered in the search box. [CHAR_LIMIT=none] -->
<string name= "widgets_full_sheet_cancel_button_description" > Clear text from search box</string>
2021-06-22 09:11:01 +01:00
<!-- Text shown when there are no widgets or shortcuts that can be added to the device.
2021-03-12 17:39:38 +00:00
[CHAR_LIMIT=none] -->
2021-06-22 09:11:01 +01:00
<string name= "no_widgets_available" > Widgets and shortcuts aren\'t available</string>
<!-- Text shown when there are no matching widget or shortcut search results for user's search
query. [CHAR_LIMIT=none] -->
<string name= "no_search_results" > No widgets or shortcuts found</string>
2021-04-06 19:22:21 +01:00
<!-- Tab label. A user can tap this tab to access their personal widgets. [CHAR_LIMIT=25] -->
<string name= "widgets_full_sheet_personal_tab" > Personal</string>
<!-- Tab label. A user can tap this tab to access their work widgets. [CHAR_LIMIT=25] -->
<string name= "widgets_full_sheet_work_tab" > Work</string>
2010-09-15 15:21:55 -07:00
2021-04-08 22:32:57 +01:00
<!-- A widget category label for grouping widgets related to conversations. [CHAR_LIMIT=30] -->
<string name= "widget_category_conversations" > Conversations</string>
2021-05-27 14:55:21 +01:00
<!-- Title of a dialog. This dialog lets a user know how they can use widgets on their phone.
[CHAR_LIMIT=NONE] -->
<string name= "widget_education_header" > Useful info at your fingertips</string>
<!-- Dialog text. This dialog lets a user know how they can use widgets on their phone.
[CHAR_LIMIT=NONE] -->
2022-03-18 14:27:18 -07:00
<string name= "widget_education_content" > To get info without opening apps, you can add widgets to your home screen</string>
2021-06-07 10:27:23 +01:00
<!-- Text on an educational tip on widget informing users that they can change widget settings.
[CHAR_LIMIT=NONE] -->
<string name= "reconfigurable_widget_education_tip" > Tap to change widget settings</string>
2021-05-27 14:55:21 +01:00
<!-- Text on the button that closes the education dialog about widgets. [CHAR_LIMIT=50] -->
<string name= "widget_education_close_button" > Got it</string>
2021-05-25 01:13:33 +01:00
<!-- Spoken text for screen readers. This text is for an icon that lets the user change a
widget's settings. [CHAR_LIMIT=50] -->
<string name= "widget_reconfigure_button_content_description" > Change widget settings</string>
2015-05-22 11:12:27 -07:00
<!-- All Apps -->
2015-03-10 16:28:47 -07:00
<!-- Search bar text in the apps view. [CHAR_LIMIT=50] -->
2017-07-20 11:31:51 -07:00
<string name= "all_apps_search_bar_hint" > Search apps</string>
2015-03-13 11:14:16 -07:00
<!-- Loading apps text. [CHAR_LIMIT=50] -->
2017-07-20 11:31:51 -07:00
<string name= "all_apps_loading_message" > Loading apps… </string>
2015-03-13 11:14:16 -07:00
<!-- No - search - results text. [CHAR_LIMIT=50] -->
2017-07-20 11:31:51 -07:00
<string name= "all_apps_no_search_results" > No apps found matching \"<xliff:g id= "query" example= "Android" > %1$s</xliff:g> \"</string>
2018-11-21 14:12:00 -08:00
<!-- Label for an icon representing any generic app. [CHAR_LIMIT=50] -->
<string name= "label_application" > App</string>
2021-10-13 13:01:18 -07:00
<!-- Label for the header text of the All Apps section in All Apps view, used to separate Predicted Apps and Actions section from All Apps section. [CHAR_LIMIT=50] -->
<string name= "all_apps_label" > All apps</string>
2017-01-20 09:38:25 -08:00
2017-04-10 14:05:34 -07:00
<!-- Popup items -->
2017-01-20 09:38:25 -08:00
<!-- Text to display as the header above notifications. [CHAR_LIMIT=30] -->
2017-04-10 14:05:34 -07:00
<string name= "notifications_header" > Notifications</string>
2015-03-10 16:28:47 -07:00
2015-04-29 11:05:34 -07:00
<!-- Drag and drop -->
2018-03-22 15:59:06 -07:00
<!-- Message to tell the user to press and hold on a shortcut to add it [CHAR_LIMIT=50] -->
2021-03-10 17:00:25 +00:00
<string name= "long_press_shortcut_to_add" > Touch & hold to move a shortcut.</string>
2018-03-27 11:48:37 -07:00
<!-- 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] -->
2021-03-10 17:00:25 +00:00
<string name= "long_accessible_way_to_add_shortcut" > Double-tap & hold to move a shortcut or use custom actions.</string>
2018-03-22 15:59:06 -07:00
2009-03-03 19:32:27 -08:00
<skip />
2021-06-23 12:24:59 +01:00
<!-- Error message when a user can't add more apps, widgets, or shortcuts to a Home screen. -->
2022-03-18 14:27:18 -07:00
<string name= "out_of_space" > No room on this home screen</string>
2012-03-23 15:59:27 -07:00
<!-- Error message when user has filled the hotseat -->
2014-01-14 17:45:22 -08:00
<string name= "hotseat_out_of_space" > No more room in the Favorites tray</string>
2009-03-03 19:32:27 -08:00
2010-10-04 17:45:43 -07:00
<!-- All applications label -->
2016-07-08 08:47:07 -07:00
<string name= "all_apps_button_label" > Apps list</string>
2021-09-08 12:24:02 -07:00
<string name= "all_apps_search_results" > Search results</string>
2018-03-14 15:40:41 +00:00
<string name= "all_apps_button_personal_label" > Personal apps list</string>
<string name= "all_apps_button_work_label" > Work apps list</string>
2018-12-21 04:26:06 -08:00
<!-- Label for remove drop target (from the homescreen only).
May appear next to uninstall_drop_target_label [CHAR_LIMIT=20] -->
2015-10-01 13:04:22 -07:00
<string name= "remove_drop_target_label" > Remove</string>
2018-12-21 04:26:06 -08:00
<!-- Label for uninstall drop target (from the device).
May appear next to remove_drop_target_label [CHAR_LIMIT=20]-->
2015-10-01 13:04:22 -07:00
<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>
2017-08-31 11:47:53 -07:00
<!-- Label for install drop target. [CHAR_LIMIT=20] -->
<string name= "install_drop_target_label" > Install</string>
2019-08-09 16:16:06 -07:00
<!-- Label for install dismiss prediction. -->
2020-05-10 13:56:37 -07:00
<string name= "dismiss_prediction_label" > Don\'t suggest app</string>
2019-10-21 02:02:40 -07:00
<!-- Label for pinning predicted app. -->
2020-05-10 13:56:37 -07:00
<string name= "pin_prediction" > Pin Prediction</string>
2019-10-21 02:02:40 -07:00
2019-08-09 16:16:06 -07:00
2009-03-03 19:32:27 -08:00
<!-- Permissions: -->
2010-03-10 15:30:07 -08:00
<skip />
<!-- Permission short label -->
2009-03-03 19:32:27 -08:00
<string name= "permlab_install_shortcut" > install shortcuts</string>
2010-03-10 15:30:07 -08:00
<!-- Permission description -->
2011-10-20 12:26:18 -07:00
<string name= "permdesc_install_shortcut" > Allows an app to add
2009-03-03 19:32:27 -08:00
shortcuts without user intervention.</string>
2010-03-10 15:30:07 -08:00
<!-- Permission short label -->
2022-03-18 14:27:18 -07:00
<string name= "permlab_read_settings" > read home settings and shortcuts</string>
2010-03-10 15:30:07 -08:00
<!-- Permission description -->
2011-12-09 11:34:44 -08:00
<string name= "permdesc_read_settings" > Allows the app to read the settings and
2022-03-18 14:27:18 -07:00
shortcuts in home.</string>
2010-03-10 15:30:07 -08:00
<!-- Permission short label -->
2022-03-18 14:27:18 -07:00
<string name= "permlab_write_settings" > write home settings and shortcuts</string>
2010-03-10 15:30:07 -08:00
<!-- Permission description -->
2011-12-09 11:34:44 -08:00
<string name= "permdesc_write_settings" > Allows the app to change the settings and
2022-03-18 14:27:18 -07:00
shortcuts in home.</string>
2009-03-03 19:32:27 -08:00
2015-10-12 11:42:05 -07:00
<!-- Toast shown on clicking a direct call shortcut. [CHAR_LIMIT=80] -->
<string name= "msg_no_phone_permission" > <xliff:g id= "app_name" example= "Launcher3" > %1$s</xliff:g> is not allowed to make phone calls</string>
2009-03-03 19:32:27 -08:00
<!-- Widgets: -->
2021-10-13 13:01:18 -07:00
<skip />
2009-05-08 14:27:31 -07:00
2021-06-15 11:57:54 +01:00
<!-- Error text that lets a user know that the widget can't load. -->
<string name= "gadget_error_text" > Can\'t load widget</string>
2009-08-13 12:53:24 -07:00
2021-09-28 16:37:21 +01:00
<!-- Button text. This button lets a user change a widget's settings. -->
<string name= "gadget_setup_text" > Widget settings</string>
2021-06-15 11:57:54 +01:00
<!-- Instructional text to encourage a user to finish setting up the widget. -->
2021-09-28 16:37:21 +01:00
<string name= "gadget_complete_setup_text" > Tap to finish setup</string>
2014-07-23 13:58:07 -07:00
2011-06-17 13:26:23 -07:00
<!-- Text to inform the user that they can't uninstall a system application -->
2011-10-20 12:26:18 -07:00
<string name= "uninstall_system_app_text" > This is a system app and can\'t be uninstalled.</string>
2011-05-12 00:06:32 -04:00
2011-06-17 13:26:23 -07:00
<!-- Default folder title -->
2020-02-17 12:38:58 -08:00
<string name= "folder_hint_text" > Edit Name</string>
2011-06-29 20:10:49 -07:00
<!-- Accessibility -->
2016-07-13 10:46:07 -07:00
<!-- 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>
2021-09-13 11:54:58 +01:00
<!-- The format string for when an app has a notification dot (meaning it has associated notifications). [ICU_FORMAT] -->
<string name= "dotted_app_label" >
2022-03-30 16:40:35 +01:00
{count, plural,
2021-09-13 11:54:58 +01:00
=1 {{app_name} has # notification}
other {{app_name} has # notifications}
}
</string>
2011-06-29 20:10:49 -07:00
<skip />
<!-- The format string for default page scroll text [CHAR_LIMIT=none] -->
2011-10-25 21:38:29 -07:00
<string name= "default_scroll_format" > Page %1$d of %2$d</string>
2011-06-29 20:10:49 -07:00
<!-- The format string for Workspace page scroll text [CHAR_LIMIT=none] -->
2012-05-07 17:31:32 -07:00
<string name= "workspace_scroll_format" > Home screen %1$d of %2$d</string>
2015-09-24 11:23:31 -07:00
<!-- Description for a new page on homescreen[CHAR_LIMIT=none] -->
<string name= "workspace_new_page" > New home screen page</string>
2011-08-09 14:14:23 -07:00
2011-10-25 21:38:29 -07:00
<!-- Folder accessibility -->
<!-- The format string for when a folder is opened, speaks the dimensions -->
2012-02-24 10:17:44 -08:00
<string name= "folder_opened" > Folder opened, <xliff:g id= "width" example= "5" > %1$d</xliff:g> by <xliff:g id= "height" example= "3" > %2$d</xliff:g> </string>
2011-10-25 21:38:29 -07:00
<!-- Instruction that clicking outside will close folder -->
2016-02-22 16:53:52 -08:00
<string name= "folder_tap_to_close" > Tap to close folder</string>
2011-10-25 21:38:29 -07:00
<!-- Instruction that clicking outside will commit folder rename -->
2016-02-22 16:53:52 -08:00
<string name= "folder_tap_to_rename" > Tap to save rename</string>
2011-10-25 21:38:29 -07:00
<!-- Indication that folder closed -->
<string name= "folder_closed" > Folder closed</string>
<!-- Folder renamed format -->
2012-02-24 10:17:44 -08:00
<string name= "folder_renamed" > Folder renamed to <xliff:g id= "name" example= "Games" > %1$s</xliff:g> </string>
2020-06-11 22:32:39 -07:00
<!-- Folder name format when folder has less than 4 items -->
<string name= "folder_name_format_exact" > Folder: <xliff:g id= "name" example= "Games" > %1$s</xliff:g> , <xliff:g id= "size" example= "2" > %2$d</xliff:g> items</string>
<!-- Folder name format when folder has 4 or more items shown in preview -->
<string name= "folder_name_format_overflow" > Folder: <xliff:g id= "name" example= "Games" > %1$s</xliff:g> , <xliff:g id= "size" example= "2" > %2$d</xliff:g> or more items</string>
2012-10-11 11:00:37 +02:00
2013-07-23 16:47:31 -07:00
<!-- Strings for the customization mode -->
2020-12-17 11:25:44 -05:00
<!-- Text for wallpaper change button [CHAR LIMIT=30] -->
2013-09-22 12:09:32 -07:00
<string name= "wallpaper_button_text" > Wallpapers</string>
2020-12-17 11:25:44 -05:00
<!-- Text for wallpaper change button [CHAR LIMIT=30] -->
2021-05-03 20:12:50 -07:00
<string name= "styles_wallpaper_button_text" > Wallpaper & style</string>
2021-10-27 15:24:39 -04:00
<!-- Text for settings button [CHAR LIMIT=20] -->
2017-05-19 19:30:31 -07:00
<string name= "settings_button_text" > Home settings</string>
2016-04-21 15:16:11 -07:00
<!-- Message shown when a feature is disabled by the administrator -->
<string name= "msg_disabled_by_admin" > Disabled by your admin</string>
2014-02-14 16:59:24 -05:00
2015-05-19 18:02:16 -07:00
<!-- Strings for settings -->
2018-04-19 09:27:38 -07:00
<!-- Title for Allow Rotation setting. [CHAR LIMIT=50] -->
2022-03-18 14:27:18 -07:00
<string name= "allow_rotation_title" > Allow home screen rotation</string>
2018-04-19 09:27:38 -07:00
<!-- Text explaining when the home screen will get rotated. [CHAR LIMIT=100] -->
<string name= "allow_rotation_desc" > When phone is rotated</string>
2017-06-08 12:12:17 -07:00
<!-- 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] -->
2018-12-03 18:11:39 -08:00
<string name= "notification_dots_title" > Notification dots</string>
<!-- Text to indicate that the system notification dots setting is on [CHAR LIMIT=100] -->
<string name= "notification_dots_desc_on" > On</string>
<!-- Text to indicate that the system notification dots setting is off [CHAR LIMIT=100] -->
<string name= "notification_dots_desc_off" > Off</string>
2017-07-07 03:12:21 -07:00
<!-- 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 id= "name" example= "My App" > %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>
2018-03-01 16:10:19 -08:00
<!-- Summary for Notification dots setting. Tapping this will link enable/disable notification dots feature on the home screen. [CHAR LIMIT=50] -->
2018-12-03 18:11:39 -08:00
<string name= "notification_dots_service_title" > Show notification dots</string>
2015-05-19 18:02:16 -07:00
2022-04-19 11:42:01 -07:00
<!-- Title for Developer Options setting. [CHAR LIMIT=50] -->
<string name= "developer_options_title" > Developer Options</string>
2020-04-15 13:00:37 -07:00
<!-- Label for the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=60] -->
2022-03-18 14:27:18 -07:00
<string name= "auto_add_shortcuts_label" > Add app icons to home screen</string>
2017-03-08 14:25:09 -08:00
<!-- 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" > For new apps</string>
2014-02-14 16:59:24 -05:00
<!-- 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>
2014-06-24 18:24:23 -04:00
<!-- 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. -->
2014-07-01 09:37:48 -04:00
<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. -->
2014-07-01 16:52:49 -04:00
<string name= "abandoned_promise_explanation" > The app for this icon isn\'t installed.
You can remove it, or search for the app and install it manually.
</string>
2021-01-28 13:51:23 -08:00
<!-- Title for an app which is being installed. -->
<string name= "app_installing_title" > <xliff:g id= "name" example= "Messenger" > %1$s</xliff:g> installing, <xliff:g id= "progress" example= "30%" > %2$s</xliff:g> complete</string>
2015-10-01 11:24:23 -07:00
<!-- Title for an app which is being downloaded. -->
<string name= "app_downloading_title" > <xliff:g id= "name" example= "Messenger" > %1$s</xliff:g> downloading, <xliff:g id= "progress" example= "30%" > %2$s</xliff:g> complete</string>
<!-- Title for an app whose download has been started. -->
<string name= "app_waiting_download_title" > <xliff:g id= "name" example= "Messenger" > %1$s</xliff:g> waiting to install</string>
2015-01-08 16:59:04 -08:00
2022-04-01 03:03:12 -07:00
<!-- Title shown on the alert dialog prompting the user to update the application in market
in order to re-enable the disabled shortcuts -->
<string name= "dialog_update_title" > App update required</string>
<!-- Message shown on the alert dialog prompting the user to update the application -->
<string name= "dialog_update_message" > The app for this icon isn\'t updated. You can update manually to re-enable this shortcut, or remove the icon.</string>
<!-- Message for the update button in the alert dialog, will bring the user to market -->
<string name= "dialog_update" > Update</string>
<!-- Message for the remove button in the alert dialog -->
<string name= "dialog_remove" > Remove</string>
2017-03-20 17:12:24 -07:00
<!-- Strings for widgets & more in the popup container/bottom sheet -->
2018-05-15 13:55:57 -07:00
<!-- 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>
2021-10-13 13:01:18 -07:00
<!-- Strings for accessibility actions -->
2015-05-16 12:51:03 -07:00
<!-- Accessibility action to add an app to workspace. [CHAR_LIMIT=30] -->
2022-03-18 14:27:18 -07:00
<string name= "action_add_to_workspace" > Add to home screen</string>
2015-04-24 11:44:51 -07:00
2015-05-16 12:51:03 -07:00
<!-- Accessibility action to move item to the current location. [CHAR_LIMIT=30] -->
2015-05-19 14:48:52 -07:00
<string name= "action_move_here" > Move item here</string>
2015-01-23 16:11:55 -08:00
2015-05-16 12:51:03 -07:00
<!-- Accessibility confirmation for item added to workspace. -->
2015-04-24 11:44:51 -07:00
<string name= "item_added_to_workspace" > Item added to home screen</string>
2015-01-23 16:11:55 -08:00
2018-08-21 11:40:23 -07:00
<!-- Accessibility confirmation for item removed. [CHAR_LIMIT=50] -->
2015-04-22 11:29:51 -07:00
<string name= "item_removed" > Item removed</string>
2015-01-23 16:11:55 -08:00
2018-09-06 15:44:17 -07:00
<!-- Action shown in snackbar to undo item removal. [CHAR_LIMIT=20] -->
2018-08-21 11:40:23 -07:00
<string name= "undo" > Undo</string>
2015-05-16 12:51:03 -07:00
<!-- Accessibility action to move an item on the workspace. [CHAR_LIMIT=30] -->
<string name= "action_move" > Move item</string>
2015-01-23 16:11:55 -08:00
2015-05-16 12:51:03 -07:00
<!-- Accessibility description to move item to empty cell. -->
2022-06-16 16:49:11 -07:00
<string name= "move_to_empty_cell_description" > Move to row <xliff:g id= "number" example= "1" > %1$s</xliff:g> column <xliff:g id= "number" example= "1" > %2$s</xliff:g> in <xliff:g id= "string" example= "Home screen 2 of 4" > %3$s</xliff:g> </string>
2015-04-24 11:44:51 -07:00
2015-05-16 12:51:03 -07:00
<!-- Accessibility description to move item inside a folder. -->
2015-04-24 11:44:51 -07:00
<string name= "move_to_position" > Move to position <xliff:g id= "number" example= "1" > %1$s</xliff:g> </string>
2015-05-16 12:51:03 -07:00
<!-- Accessibility description to move item to the hotseat. -->
2015-04-24 11:44:51 -07:00
<string name= "move_to_hotseat_position" > Move to favorites position <xliff:g id= "number" example= "1" > %1$s</xliff:g> </string>
2015-01-23 16:11:55 -08:00
2015-05-16 12:51:03 -07:00
<!-- Accessibility confirmation for item move. -->
2015-01-23 16:11:55 -08:00
<string name= "item_moved" > Item moved</string>
2015-05-16 12:51:03 -07:00
<!-- Accessibility description to move item into an existing folder. -->
2015-01-23 16:11:55 -08:00
<string name= "add_to_folder" > Add to folder: <xliff:g id= "name" example= "Games" > %1$s</xliff:g> </string>
2015-05-16 12:51:03 -07:00
<!-- Accessibility description to move item into an existing folder containing an app. -->
2015-04-24 11:44:51 -07:00
<string name= "add_to_folder_with_app" > Add to folder with <xliff:g id= "name" example= "Messenger" > %1$s</xliff:g> </string>
2015-05-16 12:51:03 -07:00
<!-- Accessibility confirmation for item added to folder. -->
2015-01-23 16:11:55 -08:00
<string name= "added_to_folder" > Item added to folder</string>
2015-05-16 12:51:03 -07:00
<!-- Accessibility description to create folder with another item. -->
2015-01-23 16:11:55 -08:00
<string name= "create_folder_with" > Create folder with: <xliff:g id= "name" example= "Game" > %1$s</xliff:g> </string>
2015-05-16 12:51:03 -07:00
<!-- Accessibility confirmation for folder created. -->
2015-01-23 16:11:55 -08:00
<string name= "folder_created" > Folder created</string>
2015-05-16 12:51:03 -07:00
<!-- Accessibility action to move an item from folder to workspace. [CHAR_LIMIT=30] -->
2022-03-18 14:27:18 -07:00
<string name= "action_move_to_workspace" > Move to home screen</string>
2015-05-04 15:50:25 -07:00
2015-05-16 12:51:03 -07:00
<!-- Accessibility action to resize a widget. [CHAR_LIMIT=30] -->
2015-04-29 14:57:22 -07:00
<string name= "action_resize" > Resize</string>
2015-05-16 12:51:03 -07:00
<!-- Accessibility action to increase width of a widget. [CHAR_LIMIT=30] -->
2015-04-29 14:57:22 -07:00
<string name= "action_increase_width" > Increase width</string>
2015-05-16 12:51:03 -07:00
<!-- Accessibility action to increase height of a widget. [CHAR_LIMIT=30] -->
2015-04-29 14:57:22 -07:00
<string name= "action_increase_height" > Increase height</string>
2015-05-16 12:51:03 -07:00
<!-- Accessibility action to decrease width of a widget. [CHAR_LIMIT=30] -->
2015-04-29 14:57:22 -07:00
<string name= "action_decrease_width" > Decrease width</string>
2015-05-16 12:51:03 -07:00
<!-- Accessibility action to decrease height of a widget. [CHAR_LIMIT=30] -->
2015-04-29 14:57:22 -07:00
<string name= "action_decrease_height" > Decrease height</string>
2015-05-16 12:51:03 -07:00
<!-- Accessibility confirmation for widget resize. -->
2015-04-29 14:57:22 -07:00
<string name= "widget_resized" > Widget resized to width <xliff:g id= "number" example= "2" > %1$s</xliff:g> height <xliff:g id= "number" example= "1" > %2$s</xliff:g> </string>
2016-07-25 13:54:32 -07:00
<!-- Accessibility action to show quick actions menu for an icon. [CHAR_LIMIT=30] -->
2016-07-27 11:16:46 -07:00
<string name= "action_deep_shortcut" > Shortcuts</string>
2018-05-09 17:40:03 -07:00
<!-- 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] -->
2018-05-04 17:58:29 -07:00
<string name= "shortcuts_menu_with_notifications_description" > Shortcuts and notifications
</string>
2017-05-10 21:23:57 -05:00
<!-- Accessibility action to dismiss a notification in the shortcuts menu for an icon. [CHAR_LIMIT=30] -->
<string name= "action_dismiss_notification" > Dismiss</string>
2020-03-31 03:54:50 -07:00
<!-- Content description for arrow tip close button. [CHAR LIMIT=NONE] -->
<string name= "accessibility_close" > Close</string>
2017-05-10 21:23:57 -05:00
<!-- Accessibility confirmation for notification being dismissed. -->
<string name= "notification_dismissed" > Notification dismissed</string>
2016-08-02 16:15:37 -07:00
2017-10-18 10:31:36 -07:00
<!-- 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>
2018-01-15 14:52:47 +00:00
<!-- 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. -->
2017-11-24 16:40:03 +08:00
<string name= "work_profile_toggle_label" > Work profile</string>
2020-01-16 11:39:31 -08:00
<!-- - User onboarding title for work profile apps -->
2021-06-14 00:31:00 -05:00
<string name= "work_profile_edu_work_apps" > Work apps are badged and visible to your IT admin</string>
2020-01-16 11:39:31 -08:00
<!-- Action label to finish work profile edu -->
<string name= "work_profile_edu_accept" > Got it</string>
2020-03-18 16:22:57 -07:00
<!-- - heading shown when user opens work apps tab while work apps are paused -->
2021-06-18 17:23:48 -05:00
<string name= "work_apps_paused_title" > Work apps are paused</string>
2020-03-18 16:22:57 -07:00
<!-- - body shown when user opens work apps tab while work apps are paused -->
2021-05-25 19:21:37 -05:00
<string name= "work_apps_paused_body" > Your work apps can’ t send you notifications, use your battery, or access your location</string>
2020-04-12 17:38:14 -07:00
<!-- content description for paused work apps list -->
2021-05-25 19:21:37 -05:00
<string name= "work_apps_paused_content_description" > Work apps are off. Your work apps can’ t send you notifications, use your battery, or access your location</string>
2021-03-24 19:34:44 -05:00
<!-- string shown in educational banner about work profile -->
<string name= "work_apps_paused_edu_banner" > Work apps are badged and visible to your IT admin</string>
<!-- button string shown to dismiss work tab education -->
<string name= "work_apps_paused_edu_accept" > Got it</string>
<!-- button string shown pause work profile -->
2022-04-12 17:26:54 -07:00
<string name= "work_apps_pause_btn_text" > Pause work apps</string>
2021-03-24 19:34:44 -05:00
<!-- button string shown enable work profile -->
2021-05-25 19:21:37 -05:00
<string name= "work_apps_enable_btn_text" > Turn on work apps</string>
2020-04-12 17:38:14 -07:00
2020-07-18 14:34:12 -07:00
<!-- A hint shown in launcher settings develop options filter box -->
<string name= "developer_options_filter_hint" > Filter</string>
2020-01-21 09:58:14 -08:00
2022-05-09 14:37:31 -07:00
<!-- Title for preference screen show in Home Settings related to smart search preferences. [CHAR LIMIT=50] -->
<string name= "search_pref_screen_title" > Search your phone</string>
<!-- Title for preference screen show in Home Settings related to smart search preferences. [CHAR LIMIT=50] -->
<string name= "search_pref_screen_title_tablet" > Search your tablet</string>
2018-10-15 14:01:04 -07:00
<!-- Failed action error message: e.g. Failed: Pause -->
<string name= "remote_action_failed" > Failed: <xliff:g id= "what" example= "Pause" > %1$s</xliff:g> </string>
2009-03-03 19:32:27 -08:00
</resources>