1<?xml version="1.0" encoding="utf-8"?><!--
2/*
3* Copyright (C) 2008 The Android Open Source Project
4*
5* Licensed under the Apache License, Version 2.0 (the "License");
6* you may not use this file except in compliance with the License.
7* You may obtain a copy of the License at
8*
9*      http://www.apache.org/licenses/LICENSE-2.0
10*
11* Unless required by applicable law or agreed to in writing, software
12* distributed under the License is distributed on an "AS IS" BASIS,
13* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14* See the License for the specific language governing permissions and
15* limitations under the License.
16*/
17-->
18
19<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
20    <!-- General -->
21    <skip />
22
23    <!-- Application name -->
24    <string name="app_name">Launcher3</string>
25    <!-- Work folder name -->
26    <string name="work_folder_name">Work</string>
27    <!-- Displayed when user selects a shortcut for an app that was uninstalled [CHAR_LIMIT=none]-->
28    <string name="activity_not_found">App isn\'t installed.</string>
29    <!-- Displayed when user selects a shortcut for an app that is current not available [CHAR_LIMIT=none]-->
30    <string name="activity_not_available">App isn\'t available</string>
31    <!-- SafeMode shortcut error string -->
32    <string name="safemode_shortcut_error">Downloaded app disabled in Safe mode</string>
33    <!-- SafeMode widget error string -->
34    <string name="safemode_widget_error">Widgets disabled in Safe mode</string>
35    <!-- Message shown when a shortcut is not available. It could have been temporarily disabled and may start working again after some time. -->
36    <string name="shortcut_not_available">Shortcut isn\'t available</string>
37    <!-- User visible name for the launcher/home screen. [CHAR_LIMIT=30] -->
38    <string name="home_screen">Home</string>
39    <!-- Description for setting the current launcher as the default home app. [CHAR_LIMIT=none]-->
40    <string name="set_default_home_app">Set <xliff:g id="launcher_name" example="Launcher3">%1$s</xliff:g> as default home app in Settings</string>
41
42    <!-- Options for recent tasks -->
43    <!-- Title for an option to enter split screen mode for a given app -->
44    <string name="recent_task_option_split_screen">Split screen</string>
45    <string name="split_app_info_accessibility">App info for %1$s</string>
46    <string name="split_app_usage_settings">Usage settings for %1$s</string>
47
48    <!-- Title for an option to open a new window for a given app   -->
49    <string name="new_window_option_taskbar">New Window</string>
50    <!-- Title for an option to manage open windows for a given app   -->
51    <string name="manage_windows_option_taskbar">Manage Windows</string>
52
53    <!-- App pairs -->
54    <string name="save_app_pair">Save app pair</string>
55    <!-- App pair default title -->
56    <string name="app_pair_default_title"><xliff:g id="app1" example="Chrome">%1$s</xliff:g> | <xliff:g id="app2" example="YouTube">%2$s</xliff:g></string>
57    <!-- Displayed when an app pair can't launch at this screen size [CHAR_LIMIT=none] -->
58    <string name="app_pair_unlaunchable_at_screen_size">This app pair isn\'t supported on this device</string>
59    <!-- Displayed when an app pair can't launch at this screen size, but user can unfold device to restore functionality [CHAR_LIMIT=none] -->
60    <string name="app_pair_needs_unfold">Unfold device to use this app pair</string>
61    <!-- Displayed when user selects a shortcut for an app pair that is currently not available [CHAR_LIMIT=none]-->
62    <string name="app_pair_not_available">App pair isn\'t available</string>
63
64    <!-- Widgets -->
65    <!-- Message to tell the user to press and hold on a widget to add it [CHAR_LIMIT=50] -->
66    <string name="long_press_widget_to_add">Touch &amp; hold to move a widget.</string>
67    <!-- 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] -->
68    <string name="long_accessible_way_to_add">Double-tap &amp; hold to move a widget or use custom actions.</string>
69    <!-- Accessibility label for the icon button shown in the widget picker that opens a overflow
70         menu with widgets viewing options. [CHAR_LIMIT=25] -->
71    <string name="widget_picker_widget_options_button_description">More options</string>
72    <!-- Label for the checkbox shown in the widget picker toggles whether to show all widgets or
73     the default set. [CHAR_LIMIT=25] -->
74    <string name="widget_picker_show_all_widgets_menu_item_title">Show all widgets</string>
75    <!-- The format string for the dimensions of a widget in the drawer -->
76    <!-- There is a special version of this format string for Farsi -->
77    <string name="widget_dims_format">%1$d \u00d7 %2$d</string>
78    <!-- Accessibility spoken message format for the dimensions of a widget in the drawer -->
79    <string name="widget_accessible_dims_format">%1$d wide by %2$d high</string>
80    <!-- Spoken text for a screen reader. The placeholder text is the widget name.
81         [CHAR_LIMIT=none]-->
82    <string name="widget_preview_context_description"><xliff:g id="widget_name" example="Calendar month view">%1$s</xliff:g> widget</string>
83    <!-- Spoken text for a screen reader. The first placeholder text is the widget name, the
84         remaining placeholders are for the widget dimensions.
85         [CHAR_LIMIT=none]-->
86    <string name="widget_preview_name_and_dims_content_description">
87        <xliff:g id="widget_name" example="Calendar month view">%1$s</xliff:g> widget, %2$d wide by %3$d high
88    </string>
89    <!-- Message to tell the user to press and hold a widget/icon to add it to the home screen.
90         [CHAR LIMIT=NONE]  -->
91    <string name="add_item_request_drag_hint">Touch &amp; hold the widget to move it around the home screen</string>
92    <!-- Button label to automatically add a widget to home screen [CHAR_LIMIT=50] -->
93    <string name="add_to_home_screen">Add to home screen</string>
94    <!-- Accessibility spoken message announced when a widget gets added to the home screen using a
95         button in a dialog. [CHAR_LIMIT=none] -->
96    <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>
97    <!-- Widget suggestions header title in the full widgets picker for large screen devices
98    in landscape mode. [CHAR_LIMIT=50] -->
99    <string name="suggested_widgets_header_title">Suggestions</string>
100    <!-- Title for the widget suggestions category that displays widgets provided by
101    productivity apps for daily use [CHAR_LIMIT=50] -->
102    <string name="productivity_widget_recommendation_category_label">Essentials</string>
103    <!-- Title for the widget suggestions category that displays widgets provided by
104    news and magazines related apps [CHAR_LIMIT=50] -->
105    <string name="news_widget_recommendation_category_label">News &amp; magazines</string>
106    <!-- Title for the widget suggestions category that displays widgets provided by
107    entertainment apps [CHAR_LIMIT=50] -->
108    <string name="entertainment_widget_recommendation_category_label">Entertainment</string>
109    <!-- Title for the widget suggestions category that displays widgets provided by
110    social apps [CHAR_LIMIT=50] -->
111    <string name="social_widget_recommendation_category_label">Social</string>
112    <!-- Title for the widget suggestions category that displays general widget suggestions
113    [CHAR_LIMIT=50] -->
114    <string name="others_widget_recommendation_category_label">Suggested for you</string>
115    <!-- accessibilityPaneTitle for the right pane when showing suggested widgets. -->
116    <string name="widget_picker_right_pane_accessibility_title"><xliff:g id="selected_header" example="Calendar">%1$s</xliff:g> widgets on right, search and options on left</string>
117    <!-- Label for showing the number of widgets an app has in the full widgets picker.
118         [CHAR_LIMIT=25][ICU SYNTAX] -->
119    <string name="widgets_count">
120        {count, plural, =1{# widget} other{# widgets}}
121    </string>
122    <!-- Label for showing the number of shortcut an app has in the full widgets picker.
123         [CHAR_LIMIT=25][ICU SYNTAX] -->
124    <string name="shortcuts_count">
125        {count, plural, =1{# shortcut} other{# shortcuts}}
126    </string>
127    <!-- Label for showing both the number of widgets and shortcuts an app has in the full widgets
128         picker. [CHAR_LIMIT=50] -->
129    <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>
130
131    <!-- Text for both the tile of a popup view, which shows all available widgets installed on
132         the device, and the text of a button, which opens this popup view. [CHAR LIMIT=30]-->
133    <string name="widget_button_text">Widgets</string>
134    <!-- Search bar text shown in the popup view showing all available widgets installed on the
135         device. [CHAR_LIMIT=50] -->
136    <string name="widgets_full_sheet_search_bar_hint">Search</string>
137    <!-- Spoken text for screen readers. This text lets a user know that the button is used to clear
138         the text that the user entered in the search box. [CHAR_LIMIT=none] -->
139    <string name="widgets_full_sheet_cancel_button_description">Clear text from search box</string>
140    <!-- Text shown when there are no widgets or shortcuts that can be added to the device.
141         [CHAR_LIMIT=none] -->
142    <string name="no_widgets_available">Widgets and shortcuts aren\'t available</string>
143    <!-- Text shown when there are no matching widget or shortcut search results for user's search
144         query. [CHAR_LIMIT=none] -->
145    <string name="no_search_results">No widgets or shortcuts found</string>
146    <!-- Tab label. A user can tap this tab to access their personal widgets. [CHAR_LIMIT=25] -->
147    <string name="widgets_full_sheet_personal_tab">Personal</string>
148    <!-- Tab label. A user can tap this tab to access their work widgets. [CHAR_LIMIT=25] -->
149    <string name="widgets_full_sheet_work_tab">Work</string>
150
151    <!-- A widget category label for grouping widgets related to conversations. [CHAR_LIMIT=30] -->
152    <string name="widget_category_conversations">Conversations</string>
153
154    <!-- A widget category label for grouping widgets related to note taking. [CHAR_LIMIT=30] -->
155    <string name="widget_category_note_taking">Note-taking</string>
156
157    <!-- Accessibility label on the widget preview that on click (if add button is hidden) shows the button to add widget to the home screen. [CHAR_LIMIT=none] -->
158    <string name="widget_cell_tap_to_show_add_button_label">Show add button</string>
159    <!-- Accessibility label on the widget preview that on click (if add button is showing) hides the button to add widget to the home screen. [CHAR_LIMIT=none] -->
160    <string name="widget_cell_tap_to_hide_add_button_label">Hide add button</string>
161    <!-- Text on the button that adds a widget to the home screen. [CHAR_LIMIT=15] -->
162    <string name="widget_add_button_label">Add</string>
163    <!-- Accessibility content description for the button that adds a widget to the home screen. The
164         placeholder text is the widget name. [CHAR_LIMIT=none] -->
165    <string name="widget_add_button_content_description">Add <xliff:g id="widget_name" example="Calendar month view">%1$s</xliff:g> widget</string>
166    <!-- Text on the button that enables users to expand the widgets list to see all widget apps besides the default ones displayed. [CHAR_LIMIT=15] -->
167    <string name="widgets_list_expand_button_label">Show all</string>
168    <!-- Accessibility content description for the button that enables users to expand the widgets list to see all widget apps besides the default ones displayed. [CHAR_LIMIT=none]  -->
169    <string name="widgets_list_expand_button_content_description">Show all widgets</string>
170    <!-- Accessibility announcement to indicate to the users that widgets list is now expanded -->
171    <string name="widgets_list_expanded">Showing all widgets</string>
172
173    <!-- Text on an educational tip on widget informing users that they can change widget settings.
174         [CHAR_LIMIT=NONE] -->
175    <string name="reconfigurable_widget_education_tip">Tap to change widget settings</string>
176
177    <!-- Spoken text for screen readers. This text is for an icon that lets the user change a
178         widget's settings. [CHAR_LIMIT=50] -->
179    <string name="widget_reconfigure_button_content_description">Change widget settings</string>
180
181    <!-- All Apps -->
182    <!-- Search bar text in the apps view. [CHAR_LIMIT=50] -->
183    <string name="all_apps_search_bar_hint">Search apps</string>
184    <!-- Loading apps text. [CHAR_LIMIT=50] -->
185    <string name="all_apps_loading_message">Loading apps&#8230;</string>
186    <!-- No-search-results text. [CHAR_LIMIT=50] -->
187    <string name="all_apps_no_search_results">No apps found matching \"<xliff:g id="query" example="Android">%1$s</xliff:g>\"</string>
188    <!-- Label for an icon representing any generic app. [CHAR_LIMIT=50] -->
189    <string name="label_application">App</string>
190    <!-- 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] -->
191    <string name="all_apps_label">All apps</string>
192
193    <!-- Popup items -->
194    <!-- Text to display as the header above notifications. [CHAR_LIMIT=30] -->
195    <string name="notifications_header">Notifications</string>
196
197    <!-- Drag and drop -->
198    <!-- Message to tell the user to press and hold on a shortcut to add it [CHAR_LIMIT=50] -->
199    <string name="long_press_shortcut_to_add">Touch &amp; hold to move a shortcut.</string>
200    <!-- 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] -->
201    <string name="long_accessible_way_to_add_shortcut">Double-tap &amp; hold to move a shortcut or use custom actions.</string>
202
203    <skip />
204    <!-- Error message when a user can't add more apps, widgets, or shortcuts to a Home screen. -->
205    <string name="out_of_space">No room on this home screen</string>
206    <!-- Error message when user has filled the hotseat -->
207    <string name="hotseat_out_of_space">No more room in the Favorites tray</string>
208
209    <!-- All applications label -->
210    <string name="all_apps_button_label">Apps list</string>
211    <string name="all_apps_search_results">Search results</string>
212    <string name="all_apps_button_personal_label">Personal apps list</string>
213    <string name="all_apps_button_work_label">Work apps list</string>
214
215    <!-- Label for remove drop target (from the homescreen only).
216         May appear next to uninstall_drop_target_label [CHAR_LIMIT=20] -->
217    <string name="remove_drop_target_label">Remove</string>
218    <!-- Label for uninstall drop target (from the device).
219         May appear next to remove_drop_target_label [CHAR_LIMIT=20]-->
220    <string name="uninstall_drop_target_label">Uninstall</string>
221    <!-- Label for app info drop target. [CHAR_LIMIT=20] -->
222    <string name="app_info_drop_target_label">App info</string>
223    <!-- Label for install to private profile shortcut label. [CHAR_LIMIT=20] -->
224    <string name="install_private_system_shortcut_label">Install in private</string>
225    <!-- Label for uninstall app private profile shortcut.-->
226    <string name="uninstall_private_system_shortcut_label">Uninstall app</string>
227    <!-- Label for install drop target. [CHAR_LIMIT=20] -->
228    <string name="install_drop_target_label">Install</string>
229    <!-- Label for dismiss prediction. -->
230    <string name="dismiss_prediction_label">Don\'t suggest app</string>
231    <!-- Label for pinning predicted app. -->
232    <string name="pin_prediction">Pin Prediction</string>
233    <!-- Label for bubbling a launcher item. [CHAR_LIMIT=20] -->
234    <string name="bubble">Bubble</string>
235
236    <!-- Permissions: -->
237    <skip />
238    <!-- Permission short label -->
239    <string name="permlab_install_shortcut">install shortcuts</string>
240    <!-- Permission description -->
241    <string name="permdesc_install_shortcut">Allows an app to add
242        shortcuts without user intervention.</string>
243    <!-- Permission short label -->
244    <string name="permlab_read_settings">read home settings and shortcuts</string>
245    <!-- Permission description -->
246    <string name="permdesc_read_settings">Allows the app to read the settings and
247        shortcuts in home.</string>
248    <!-- Permission short label -->
249    <string name="permlab_write_settings">write home settings and shortcuts</string>
250    <!-- Permission description -->
251    <string name="permdesc_write_settings">Allows the app to change the settings and
252        shortcuts in home.</string>
253
254    <!-- Widgets: -->
255    <skip />
256
257    <!-- Error text that lets a user know that the widget can't load. -->
258    <string name="gadget_error_text">Can\'t load widget</string>
259
260    <!-- Button text. This button lets a user change a widget's settings. -->
261    <string name="gadget_setup_text">Widget settings</string>
262
263    <!-- Instructional text to encourage a user to finish setting up the widget. -->
264    <string name="gadget_complete_setup_text">Tap to finish setup</string>
265
266    <!-- Text to inform the user that they can't uninstall a system application -->
267    <string name="uninstall_system_app_text">This is a system app and can\'t be uninstalled.</string>
268
269    <!-- Default folder title -->
270    <string name="folder_hint_text">Edit Name</string>
271
272    <!-- Accessibility -->
273    <!-- The format string for when an app is temporarily disabled. -->
274    <string name="disabled_app_label">Disabled <xliff:g id="app_name" example="Messenger">%1$s</xliff:g></string>
275    <!-- The format string for when an app has a notification dot (meaning it has associated notifications). [ICU_FORMAT]-->
276    <string name="dotted_app_label">
277        {count, plural,
278            =1      {{app_name} has # notification}
279            other   {{app_name} has # notifications}
280        }
281    </string>
282    <skip />
283
284    <!-- The format string for default page scroll text [CHAR_LIMIT=none] -->
285    <string name="default_scroll_format">Page %1$d of %2$d</string>
286    <!-- The format string for Workspace page scroll text [CHAR_LIMIT=none] -->
287    <string name="workspace_scroll_format">Home screen %1$d of %2$d</string>
288    <!-- Description for a new page on homescreen[CHAR_LIMIT=none] -->
289    <string name="workspace_new_page">New home screen page</string>
290
291    <!-- Folder accessibility -->
292    <!-- The format string for when a folder is opened, speaks the dimensions -->
293    <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>
294    <!-- Instruction that clicking outside will close folder -->
295    <string name="folder_tap_to_close">Tap to close folder</string>
296    <!-- Instruction that clicking outside will commit folder rename -->
297    <string name="folder_tap_to_rename">Tap to save rename</string>
298    <!-- Indication that folder closed -->
299    <string name="folder_closed">Folder closed</string>
300    <!-- Folder renamed format -->
301    <string name="folder_renamed">Folder renamed to <xliff:g id="name" example="Games">%1$s</xliff:g></string>
302    <!-- Folder name format when folder has less than 4 items -->
303    <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>
304    <!-- Folder name format when folder has 4 or more items shown in preview-->
305    <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>
306
307    <!-- App pair accessibility -->
308    <!-- App pair name -->
309    <string name="app_pair_name_format">App pair: <xliff:g id="app1" example="Chrome">%1$s</xliff:g> and <xliff:g id="app2" example="YouTube">%2$s</xliff:g></string>
310
311    <!-- Strings for the customization mode -->
312    <!-- Text for wallpaper change button [CHAR LIMIT=30]-->
313    <string name="styles_wallpaper_button_text">Wallpaper &amp; style</string>
314    <!-- Text for edit home screen button [CHAR LIMIT=30]-->
315    <string name="edit_home_screen">Edit Home Screen</string>
316    <!-- Text for settings button [CHAR LIMIT=20]-->
317    <string name="settings_button_text">Home settings</string>
318    <!-- Message shown when a feature is disabled by the administrator -->
319    <string name="msg_disabled_by_admin">Disabled by your admin</string>
320
321    <!-- Strings for settings -->
322    <!-- Title for Allow Rotation setting. [CHAR LIMIT=50] -->
323    <string name="allow_rotation_title">Allow home screen rotation</string>
324    <!-- Text explaining when the home screen will get rotated. [CHAR LIMIT=100] -->
325    <string name="allow_rotation_desc">When phone is rotated</string>
326
327    <!-- Title for Landscape Mode setting. [CHAR LIMIT=50] -->
328    <string name="landscape_mode_title">Landscape mode</string>
329    <!--  [CHAR LIMIT=100] -->
330    <string name="landscape_mode_desc">Set phone into landscape mode</string>
331
332    <!-- 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] -->
333    <string name="notification_dots_title">Notification dots</string>
334    <!-- Text to indicate that the system notification dots setting is on [CHAR LIMIT=100] -->
335    <string name="notification_dots_desc_on">On</string>
336    <!-- Text to indicate that the system notification dots setting is off [CHAR LIMIT=100] -->
337    <string name="notification_dots_desc_off">Off</string>
338    <!-- Title for the dialog shown when the app does not has notification access, explaining the requirement for notification access [CHAR LIMIT=50] -->
339    <string name="title_missing_notification_access">Notification access needed</string>
340    <!-- Message explaining to the user that the notification access is required by the app for showing 'Notification dots' [CHAR LIMIT=NONE] -->
341    <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>
342    <!-- Button text in the confirmation dialog which would take the user to the system settings [CHAR LIMIT=50] -->
343    <string name="title_change_settings">Change settings</string>
344    <!-- Summary for Notification dots setting. Tapping this will link enable/disable notification dots feature on the home screen. [CHAR LIMIT=50] -->
345    <string name="notification_dots_service_title">Show notification dots</string>
346
347    <!-- Title for Developer Options setting. [CHAR LIMIT=50] -->
348    <string name="developer_options_title">Developer Options</string>
349
350    <!-- Label for the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=60] -->
351    <string name="auto_add_shortcuts_label">Add app icons to home screen</string>
352    <!-- Text description of the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=NONE] -->
353    <string name="auto_add_shortcuts_description">For new apps</string>
354
355    <!-- Label on an icon that references an uninstalled package, for which we have no information about when it might be installed. [CHAR_LIMIT=15] -->
356    <string name="package_state_unknown">Unknown</string>
357
358    <!-- Button for abandoned promises dialog, to removes this abandoned promise icon. -->
359    <string name="abandoned_clean_this">Remove</string>
360    <!-- Button for abandoned promise dialog, to search in the market for the missing package. -->
361    <string name="abandoned_search">Search</string>
362    <!-- Title for abandoned promise dialog. -->
363    <string name="abandoned_promises_title">This app is not installed</string>
364    <!-- Explanation for abandoned promise dialog. "The first 'it' refers to the shortcut icon.
365    The second "it" refers to the app. -->
366    <string name="abandoned_promise_explanation">The app for this icon isn\'t installed.
367        You can remove it, or search for the app and install it manually.
368    </string>
369    <!-- Title for an app which is being installed. -->
370    <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>
371    <!-- Title for an app which is being downloaded. -->
372    <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>
373    <!-- Title for an app whose download has been started. -->
374    <string name="app_waiting_download_title"><xliff:g id="name" example="Messenger">%1$s</xliff:g> waiting to install</string>
375    <!-- Title for an app which is archived. -->
376    <string name="app_archived_title"><xliff:g id="name" example="Messenger">%1$s</xliff:g> is archived.</string>
377    <!-- Accessibility Action for an app which is archived. -->
378    <string name="app_unarchiving_action">download and restore</string>
379
380    <!-- Title shown on the alert dialog prompting the user to update the application in market
381     in order to re-enable the disabled shortcuts -->
382    <string name="dialog_update_title">App update required</string>
383    <!-- Message shown on the alert dialog prompting the user to update the application -->
384    <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>
385    <!-- Message for the update button in the alert dialog, will bring the user to market -->
386    <string name="dialog_update">Update</string>
387    <!-- Message for the remove button in the alert dialog -->
388    <string name="dialog_remove">Remove</string>
389
390    <!-- Strings for widgets & more in the popup container/bottom sheet -->
391
392    <!-- Accessibility title for the popup containing a list of widgets. [CHAR_LIMIT=50] -->
393    <string name="widgets_list">Widgets list</string>
394    <!-- Text announced by accessibility when the popup containing the list of widgets is closed. [CHAR_LIMIT=100] -->
395    <string name="widgets_list_closed">Widgets list closed</string>
396
397    <!-- Strings for accessibility actions -->
398    <!-- Accessibility action to add an app to workspace. [CHAR_LIMIT=30] -->
399    <string name="action_add_to_workspace">Add to home screen</string>
400
401    <!-- Accessibility action to move item to the current location. [CHAR_LIMIT=30] -->
402    <string name="action_move_here">Move item here</string>
403
404    <!-- Accessibility confirmation for item added to workspace. -->
405    <string name="item_added_to_workspace">Item added to home screen</string>
406
407    <!-- Accessibility confirmation for item removed. [CHAR_LIMIT=50]-->
408    <string name="item_removed">Item removed</string>
409
410    <!-- Action shown in snackbar to undo item removal. [CHAR_LIMIT=20] -->
411    <string name="undo">Undo</string>
412
413    <!-- Accessibility action to move an item on the workspace. [CHAR_LIMIT=30] -->
414    <string name="action_move">Move item</string>
415
416    <!-- Accessibility description to move item to empty cell. -->
417    <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>
418
419    <!-- Accessibility description to move item inside a folder. -->
420    <string name="move_to_position">Move to position <xliff:g id="number" example="1">%1$s</xliff:g></string>
421
422    <!-- Accessibility description to move item to the hotseat. -->
423    <string name="move_to_hotseat_position">Move to favorites position <xliff:g id="number" example="1">%1$s</xliff:g></string>
424
425    <!-- Accessibility confirmation for item move. -->
426    <string name="item_moved">Item moved</string>
427
428    <!-- Accessibility description to move item into an existing folder. -->
429    <string name="add_to_folder">Add to folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string>
430
431    <!-- Accessibility description to move item into an existing folder containing an app. -->
432    <string name="add_to_folder_with_app">Add to folder with <xliff:g id="name" example="Messenger">%1$s</xliff:g></string>
433
434    <!-- Accessibility confirmation for item added to folder. -->
435    <string name="added_to_folder">Item added to folder</string>
436
437    <!-- Accessibility description to create folder with another item. -->
438    <string name="create_folder_with">Create folder with: <xliff:g id="name" example="Game">%1$s</xliff:g></string>
439
440    <!-- Accessibility confirmation for folder created. -->
441    <string name="folder_created">Folder created</string>
442
443    <!-- Accessibility action to move an item from folder to workspace. [CHAR_LIMIT=30] -->
444    <string name="action_move_to_workspace">Move to home screen</string>
445
446    <!-- Accessibility action to resize a widget. [CHAR_LIMIT=30] -->
447    <string name="action_resize">Resize</string>
448
449    <!-- Accessibility action to increase width of a widget. [CHAR_LIMIT=30] -->
450    <string name="action_increase_width">Increase width</string>
451
452    <!-- Accessibility action to increase height of a widget. [CHAR_LIMIT=30] -->
453    <string name="action_increase_height">Increase height</string>
454
455    <!-- Accessibility action to decrease width of a widget. [CHAR_LIMIT=30] -->
456    <string name="action_decrease_width">Decrease width</string>
457
458    <!-- Accessibility action to decrease height of a widget. [CHAR_LIMIT=30] -->
459    <string name="action_decrease_height">Decrease height</string>
460
461    <!-- Accessibility confirmation for widget resize. -->
462    <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>
463
464    <!-- Accessibility action to show quick actions menu for an icon. [CHAR_LIMIT=30] -->
465    <string name="action_deep_shortcut">Shortcut Menu</string>
466
467    <!-- Accessibility action to dismiss a notification in the shortcuts menu for an icon. [CHAR_LIMIT=30] -->
468    <string name="action_dismiss_notification">Dismiss</string>
469
470    <!-- Content description for arrow tip close button. [CHAR LIMIT=NONE] -->
471    <string name="accessibility_close">Close</string>
472
473    <!-- Label of tab to indicate personal apps -->
474    <string name="all_apps_personal_tab">Personal</string>
475
476    <!-- Label of tab to indicate work apps -->
477    <string name="all_apps_work_tab">Work</string>
478
479    <!-- 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.-->
480    <string name="work_profile_toggle_label">Work profile</string>
481    <!--- User onboarding title for work profile apps -->
482    <string name="work_profile_edu_work_apps">Work apps are badged and visible to your IT admin</string>
483    <!-- Action label to finish work profile edu-->
484    <string name="work_profile_edu_accept">Got it</string>
485    <!-- Info icon unicode for alpha scroller when work edu card is present -->
486    <string name="work_profile_edu_section" translatable="false">\u24D8</string>
487    <!-- Intent for work profiler scheduler -->
488    <string name="work_profile_scheduler_intent" translatable="false"/>
489
490    <!--- heading shown when user opens work apps tab while work apps are paused -->
491    <string name="work_apps_paused_title">Work apps are paused</string>
492    <!--- body shown when user opens work apps tab while work apps are paused.-->
493    <string name="work_apps_paused_info_body">You won’t receive notifications from your work apps</string>
494    <!--- body shown when user opens work apps tab while work apps are paused. -->
495    <string name="work_apps_paused_body">Your work apps can’t send you notifications, use your battery, or access your location</string>
496    <!--- body shown when user opens work apps tab while work apps are paused and calls and texts are unavailable-->
497    <string name="work_apps_paused_telephony_unavailable_body">You won’t receive phone calls, text messages, or notifications from your work apps</string>
498    <!-- string shown in educational banner about work profile -->
499    <string name="work_apps_paused_edu_banner">Work apps are badged and visible to your IT admin</string>
500    <!-- button string shown to dismiss work tab education -->
501    <string name="work_apps_paused_edu_accept">Got it</string>
502
503    <!-- button string shown pause work profile [CHAR LIMIT=28] -->
504    <string name="work_apps_pause_btn_text">Pause work apps</string>
505    <!-- button string shown enable work profile -->
506    <string name="work_apps_enable_btn_text">Unpause</string>
507    <!-- Label for the work profile scheduler button in the work profile screen. [CHAR_LIMIT=40] -->
508    <string name="work_scheduler_button_content_description">Work apps schedule</string>
509
510    <!-- A hint shown in launcher settings develop options filter box -->
511    <string name="developer_options_filter_hint">Filter</string>
512
513    <!-- Failed action error message: e.g. Failed: Pause -->
514    <string name="remote_action_failed">Failed: <xliff:g id="what" example="Pause">%1$s</xliff:g></string>
515
516    <!-- Strings for Private Space -->
517    <!-- Private space tile label -->
518    <string name="private_space_label">Private space</string>
519    <!-- Private space tile secondary label -->
520    <string name="private_space_secondary_label">Tap to set up or open</string>
521    <!-- Title for Private Space Container shown at the bottom of all apps drawer -->
522    <string name="ps_container_title">Private</string>
523    <!-- Description for Private Space Settings button -->
524    <string name="ps_container_settings">Private Space Settings</string>
525    <!-- Description for Private Space Unlock button -->
526    <string name="ps_container_unlock_button_content_description">Private, unlocked.</string>
527    <!-- Description for Private Space Lock button -->
528    <string name="ps_container_lock_button_content_description">Private, locked.</string>
529    <string name="ps_container_lock_title">Lock</string>
530    <!-- Description for Private Space Transition button -->
531    <string name="ps_container_transition">Private Space Transitioning</string>
532    <!-- Title for Private Space install app icon -->
533    <string name="ps_add_button_label">Install</string>
534    <!-- Content description for install app icon -->
535    <string name="ps_add_button_content_description">Install apps to Private Space</string>
536</resources>
537