strings.xml 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. /*
  4. * Copyright (C) 2008 The Android Open Source Project
  5. *
  6. * Licensed under the Apache License, Version 2.0 (the "License");
  7. * you may not use this file except in compliance with the License.
  8. * You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. */
  18. -->
  19. <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  20. <!-- General -->
  21. <skip />
  22. <!-- Application name -->
  23. <string name="app_name">Launcher3</string>
  24. <!-- Work folder name -->
  25. <string name="work_folder_name">Work</string>
  26. <!-- Displayed when user selects a shortcut for an app that was uninstalled [CHAR_LIMIT=none]-->
  27. <string name="activity_not_found">App isn\'t installed.</string>
  28. <!-- Displayed when user selects a shortcut for an app that is current not available [CHAR_LIMIT=none]-->
  29. <string name="activity_not_available">App isn\'t available</string>
  30. <!-- SafeMode shortcut error string -->
  31. <string name="safemode_shortcut_error">Downloaded app disabled in Safe mode</string>
  32. <!-- SafeMode widget error string -->
  33. <string name="safemode_widget_error">Widgets disabled in Safe mode</string>
  34. <!-- Message shown when a shortcut is not available. It could have been temporarily disabled and may start working again after some time. -->
  35. <string name="shortcut_not_available">Shortcut isn\'t available</string>
  36. <!-- User visible name for the launcher/home screen. [CHAR_LIMIT=30] -->
  37. <string name="home_screen">Home</string>
  38. <!-- Options for recent tasks -->
  39. <!-- Title for an option to enter split screen mode for a given app -->
  40. <string name="recent_task_option_split_screen">Split screen</string>
  41. <string translatable="false" name="split_screen_position_top">Pin to top</string>
  42. <string translatable="false" name="split_screen_position_left">Pin to left</string>
  43. <string translatable="false" name="split_screen_position_right">Pin to right</string>
  44. <!-- Widgets -->
  45. <!-- Message to tell the user to press and hold on a widget to add it [CHAR_LIMIT=50] -->
  46. <string name="long_press_widget_to_add">Touch &amp; hold to move a widget.</string>
  47. <!-- 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] -->
  48. <string name="long_accessible_way_to_add">Double-tap &amp; hold to move a widget or use custom actions.</string>
  49. <!-- The format string for the dimensions of a widget in the drawer -->
  50. <!-- There is a special version of this format string for Farsi -->
  51. <string name="widget_dims_format">%1$d \u00d7 %2$d</string>
  52. <!-- Accessibility spoken message format for the dimensions of a widget in the drawer -->
  53. <string name="widget_accessible_dims_format">%1$d wide by %2$d high</string>
  54. <!-- Spoken text for a screen reader. The placeholder text is the widget name.
  55. [CHAR_LIMIT=none]-->
  56. <string name="widget_preview_context_description"><xliff:g id="widget_name" example="Calendar month view">%1$s</xliff:g> widget</string>
  57. <!-- Message to tell the user to press and hold a widget/icon to add it to the home screen.
  58. [CHAR LIMIT=NONE] -->
  59. <string name="add_item_request_drag_hint">Touch &amp; hold the widget to move it around the Home screen</string>
  60. <!-- Button label to automatically add a widget to home screen [CHAR_LIMIT=50] -->
  61. <string name="add_to_home_screen">Add to Home screen</string>
  62. <!-- Accessibility spoken message announced when a widget gets added to the home screen using a
  63. button in a dialog. [CHAR_LIMIT=none] -->
  64. <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>
  65. <!-- Label for showing the number of widgets an app has in the full widgets picker.
  66. [CHAR_LIMIT=25] -->
  67. <plurals name="widgets_count">
  68. <item quantity="one"><xliff:g id="widgets_count" example="1">%1$d</xliff:g> widget</item>
  69. <item quantity="other"><xliff:g id="widgets_count" example="2">%1$d</xliff:g> widgets</item>
  70. </plurals>
  71. <!-- Label for showing the number of shortcut an app has in the full widgets picker.
  72. [CHAR_LIMIT=25] -->
  73. <plurals name="shortcuts_count">
  74. <item quantity="one"><xliff:g id="shortcuts_count" example="1">%1$d</xliff:g> shortcut</item>
  75. <item quantity="other"><xliff:g id="shortcuts_count" example="2">%1$d</xliff:g> shortcuts</item>
  76. </plurals>
  77. <!-- Label for showing both the number of widgets and shortcuts an app has in the full widgets
  78. picker. [CHAR_LIMIT=50] -->
  79. <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>
  80. <!-- Text for both the tile of a popup view, which shows all available widgets installed on
  81. the device, and the text of a button, which opens this popup view. [CHAR LIMIT=30]-->
  82. <string name="widget_button_text">Widgets</string>
  83. <!-- Search bar text shown in the popup view showing all available widgets installed on the
  84. device. [CHAR_LIMIT=50] -->
  85. <string name="widgets_full_sheet_search_bar_hint">Search</string>
  86. <!-- Spoken text for screen readers. This text lets a user know that the button is used to clear
  87. the text that the user entered in the search box. [CHAR_LIMIT=none] -->
  88. <string name="widgets_full_sheet_cancel_button_description">Clear text from search box</string>
  89. <!-- Text shown when there are no widgets or shortcuts that can be added to the device.
  90. [CHAR_LIMIT=none] -->
  91. <string name="no_widgets_available">Widgets and shortcuts aren\'t available</string>
  92. <!-- Text shown when there are no matching widget or shortcut search results for user's search
  93. query. [CHAR_LIMIT=none] -->
  94. <string name="no_search_results">No widgets or shortcuts found</string>
  95. <!-- Tab label. A user can tap this tab to access their personal widgets. [CHAR_LIMIT=25] -->
  96. <string name="widgets_full_sheet_personal_tab">Personal</string>
  97. <!-- Tab label. A user can tap this tab to access their work widgets. [CHAR_LIMIT=25] -->
  98. <string name="widgets_full_sheet_work_tab">Work</string>
  99. <!-- A widget category label for grouping widgets related to conversations. [CHAR_LIMIT=30] -->
  100. <string name="widget_category_conversations">Conversations</string>
  101. <!-- Title of a dialog. This dialog lets a user know how they can use widgets on their phone.
  102. [CHAR_LIMIT=NONE] -->
  103. <string name="widget_education_header">Useful info at your fingertips</string>
  104. <!-- Dialog text. This dialog lets a user know how they can use widgets on their phone.
  105. [CHAR_LIMIT=NONE] -->
  106. <string name="widget_education_content">To get info without opening apps, you can add widgets to your Home screen</string>
  107. <!-- Text on an educational tip on widget informing users that they can change widget settings.
  108. [CHAR_LIMIT=NONE] -->
  109. <string name="reconfigurable_widget_education_tip">Tap to change widget settings</string>
  110. <!-- Text on the button that closes the education dialog about widgets. [CHAR_LIMIT=50] -->
  111. <string name="widget_education_close_button">Got it</string>
  112. <!-- Spoken text for screen readers. This text is for an icon that lets the user change a
  113. widget's settings. [CHAR_LIMIT=50] -->
  114. <string name="widget_reconfigure_button_content_description">Change widget settings</string>
  115. <!-- All Apps -->
  116. <!-- Search bar text in the apps view. [CHAR_LIMIT=50] -->
  117. <string name="all_apps_search_bar_hint">Search apps</string>
  118. <!-- Loading apps text. [CHAR_LIMIT=50] -->
  119. <string name="all_apps_loading_message">Loading apps&#8230;</string>
  120. <!-- No-search-results text. [CHAR_LIMIT=50] -->
  121. <string name="all_apps_no_search_results">No apps found matching \"<xliff:g id="query" example="Android">%1$s</xliff:g>\"</string>
  122. <!-- Label for the button which allows the user to get app search results. [CHAR_LIMIT=50] -->
  123. <string name="all_apps_search_market_message">Search for more apps</string>
  124. <!-- Label for an icon representing any generic app. [CHAR_LIMIT=50] -->
  125. <string name="label_application">App</string>
  126. <!-- Popup items -->
  127. <!-- Text to display as the header above notifications. [CHAR_LIMIT=30] -->
  128. <string name="notifications_header">Notifications</string>
  129. <!-- Drag and drop -->
  130. <!-- Message to tell the user to press and hold on a shortcut to add it [CHAR_LIMIT=50] -->
  131. <string name="long_press_shortcut_to_add">Touch &amp; hold to move a shortcut.</string>
  132. <!-- 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] -->
  133. <string name="long_accessible_way_to_add_shortcut">Double-tap &amp; hold to move a shortcut or use custom actions.</string>
  134. <skip />
  135. <!-- Error message when a user can't add more apps, widgets, or shortcuts to a Home screen. -->
  136. <string name="out_of_space">No room on this Home screen</string>
  137. <!-- Error message when user has filled the hotseat -->
  138. <string name="hotseat_out_of_space">No more room in the Favorites tray</string>
  139. <!-- All applications label -->
  140. <string name="all_apps_button_label">Apps list</string>
  141. <string name="all_apps_button_personal_label">Personal apps list</string>
  142. <string name="all_apps_button_work_label">Work apps list</string>
  143. <!-- Label for remove drop target (from the homescreen only).
  144. May appear next to uninstall_drop_target_label [CHAR_LIMIT=20] -->
  145. <string name="remove_drop_target_label">Remove</string>
  146. <!-- Label for uninstall drop target (from the device).
  147. May appear next to remove_drop_target_label [CHAR_LIMIT=20]-->
  148. <string name="uninstall_drop_target_label">Uninstall</string>
  149. <!-- Label for app info drop target. [CHAR_LIMIT=20] -->
  150. <string name="app_info_drop_target_label">App info</string>
  151. <!-- Label for install drop target. [CHAR_LIMIT=20] -->
  152. <string name="install_drop_target_label">Install</string>
  153. <!-- Label for install dismiss prediction. -->
  154. <string name="dismiss_prediction_label">Don\'t suggest app</string>
  155. <!-- Label for pinning predicted app. -->
  156. <string name="pin_prediction">Pin Prediction</string>
  157. <!-- Permissions: -->
  158. <skip />
  159. <!-- Permission short label -->
  160. <string name="permlab_install_shortcut">install shortcuts</string>
  161. <!-- Permission description -->
  162. <string name="permdesc_install_shortcut">Allows an app to add
  163. shortcuts without user intervention.</string>
  164. <!-- Permission short label -->
  165. <string name="permlab_read_settings">read Home settings and shortcuts</string>
  166. <!-- Permission description -->
  167. <string name="permdesc_read_settings">Allows the app to read the settings and
  168. shortcuts in Home.</string>
  169. <!-- Permission short label -->
  170. <string name="permlab_write_settings">write Home settings and shortcuts</string>
  171. <!-- Permission description -->
  172. <string name="permdesc_write_settings">Allows the app to change the settings and
  173. shortcuts in Home.</string>
  174. <!-- Toast shown on clicking a direct call shortcut. [CHAR_LIMIT=80] -->
  175. <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>
  176. <!-- Widgets: -->
  177. <skip />
  178. <!-- Error text that lets a user know that the widget can't load. -->
  179. <string name="gadget_error_text">Can\'t load widget</string>
  180. <!-- Instructional text to encourage a user to finish setting up the widget. -->
  181. <string name="gadget_setup_text">Tap to finish setup</string>
  182. <!-- Text to inform the user that they can't uninstall a system application -->
  183. <string name="uninstall_system_app_text">This is a system app and can\'t be uninstalled.</string>
  184. <!-- Default folder title -->
  185. <string name="folder_hint_text">Edit Name</string>
  186. <!-- Accessibility -->
  187. <!-- The format string for when an app is temporarily disabled. -->
  188. <string name="disabled_app_label">Disabled <xliff:g id="app_name" example="Messenger">%1$s</xliff:g></string>
  189. <!-- The format string for when an app has a notification dot (meaning it has associated notifications). -->
  190. <plurals name="dotted_app_label">
  191. <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>
  192. <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>
  193. </plurals>
  194. <skip />
  195. <!-- The format string for default page scroll text [CHAR_LIMIT=none] -->
  196. <string name="default_scroll_format">Page %1$d of %2$d</string>
  197. <!-- The format string for Workspace page scroll text [CHAR_LIMIT=none] -->
  198. <string name="workspace_scroll_format">Home screen %1$d of %2$d</string>
  199. <!-- Description for a new page on homescreen[CHAR_LIMIT=none] -->
  200. <string name="workspace_new_page">New home screen page</string>
  201. <!-- Folder accessibility -->
  202. <!-- The format string for when a folder is opened, speaks the dimensions -->
  203. <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>
  204. <!-- Instruction that clicking outside will close folder -->
  205. <string name="folder_tap_to_close">Tap to close folder</string>
  206. <!-- Instruction that clicking outside will commit folder rename -->
  207. <string name="folder_tap_to_rename">Tap to save rename</string>
  208. <!-- Indication that folder closed -->
  209. <string name="folder_closed">Folder closed</string>
  210. <!-- Folder renamed format -->
  211. <string name="folder_renamed">Folder renamed to <xliff:g id="name" example="Games">%1$s</xliff:g></string>
  212. <!-- Folder name format when folder has less than 4 items -->
  213. <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>
  214. <!-- Folder name format when folder has 4 or more items shown in preview-->
  215. <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>
  216. <!-- Strings for the customization mode -->
  217. <!-- Text for wallpaper change button [CHAR LIMIT=30]-->
  218. <string name="wallpaper_button_text">Wallpapers</string>
  219. <!-- Text for wallpaper change button [CHAR LIMIT=30]-->
  220. <string name="styles_wallpaper_button_text">Wallpaper &amp; style</string>
  221. <!-- Text for settings button [CHAR LIMIT=30]-->
  222. <string name="settings_button_text">Home settings</string>
  223. <!-- Message shown when a feature is disabled by the administrator -->
  224. <string name="msg_disabled_by_admin">Disabled by your admin</string>
  225. <!-- Strings for settings -->
  226. <!-- Title for Allow Rotation setting. [CHAR LIMIT=50] -->
  227. <string name="allow_rotation_title">Allow Home screen rotation</string>
  228. <!-- Text explaining when the home screen will get rotated. [CHAR LIMIT=100] -->
  229. <string name="allow_rotation_desc">When phone is rotated</string>
  230. <!-- 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] -->
  231. <string name="notification_dots_title">Notification dots</string>
  232. <!-- Text to indicate that the system notification dots setting is on [CHAR LIMIT=100] -->
  233. <string name="notification_dots_desc_on">On</string>
  234. <!-- Text to indicate that the system notification dots setting is off [CHAR LIMIT=100] -->
  235. <string name="notification_dots_desc_off">Off</string>
  236. <!-- Title for the dialog shown when the app does not has notification access, explaining the requirement for notification access [CHAR LIMIT=50] -->
  237. <string name="title_missing_notification_access">Notification access needed</string>
  238. <!-- Message explaining to the user that the notification access is required by the app for showing 'Notification dots' [CHAR LIMIT=NONE] -->
  239. <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>
  240. <!-- Button text in the confirmation dialog which would take the user to the system settings [CHAR LIMIT=50] -->
  241. <string name="title_change_settings">Change settings</string>
  242. <!-- Summary for Notification dots setting. Tapping this will link enable/disable notification dots feature on the home screen. [CHAR LIMIT=50] -->
  243. <string name="notification_dots_service_title">Show notification dots</string>
  244. <!-- Label for the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=60] -->
  245. <string name="auto_add_shortcuts_label">Add app icons to Home screen</string>
  246. <!-- Text description of the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=NONE] -->
  247. <string name="auto_add_shortcuts_description">For new apps</string>
  248. <!-- Label on an icon that references an uninstalled package, for which we have no information about when it might be installed. [CHAR_LIMIT=15] -->
  249. <string name="package_state_unknown">Unknown</string>
  250. <!-- Button for abandoned promises dialog, to removes this abandoned promise icon. -->
  251. <string name="abandoned_clean_this">Remove</string>
  252. <!-- Button for abandoned promise dialog, to search in the market for the missing package. -->
  253. <string name="abandoned_search">Search</string>
  254. <!-- Title for abandoned promise dialog. -->
  255. <string name="abandoned_promises_title">This app is not installed</string>
  256. <!-- Explanation for abandoned promise dialog. "The first 'it' refers to the shortcut icon.
  257. The second "it" refers to the app. -->
  258. <string name="abandoned_promise_explanation">The app for this icon isn\'t installed.
  259. You can remove it, or search for the app and install it manually.
  260. </string>
  261. <!-- Title for an app which is being installed. -->
  262. <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>
  263. <!-- Title for an app which is being downloaded. -->
  264. <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>
  265. <!-- Title for an app whose download has been started. -->
  266. <string name="app_waiting_download_title"><xliff:g id="name" example="Messenger">%1$s</xliff:g> waiting to install</string>
  267. <!-- Strings for widgets & more in the popup container/bottom sheet -->
  268. <!-- Accessibility title for the popup containing a list of widgets. [CHAR_LIMIT=50] -->
  269. <string name="widgets_list">Widgets list</string>
  270. <!-- Text announced by accessibility when the popup containing the list of widgets is closed. [CHAR_LIMIT=100] -->
  271. <string name="widgets_list_closed">Widgets list closed</string>
  272. <!-- Strings for accessibility actions -->
  273. <!-- Accessibility action to add an app to workspace. [CHAR_LIMIT=30] -->
  274. <string name="action_add_to_workspace">Add to Home screen</string>
  275. <!-- Accessibility action to move item to the current location. [CHAR_LIMIT=30] -->
  276. <string name="action_move_here">Move item here</string>
  277. <!-- Accessibility confirmation for item added to workspace. -->
  278. <string name="item_added_to_workspace">Item added to home screen</string>
  279. <!-- Accessibility confirmation for item removed. [CHAR_LIMIT=50]-->
  280. <string name="item_removed">Item removed</string>
  281. <!-- Action shown in snackbar to undo item removal. [CHAR_LIMIT=20] -->
  282. <string name="undo">Undo</string>
  283. <!-- Accessibility action to move an item on the workspace. [CHAR_LIMIT=30] -->
  284. <string name="action_move">Move item</string>
  285. <!-- Accessibility description to move item to empty cell. -->
  286. <string name="move_to_empty_cell">Move to row <xliff:g id="number" example="1">%1$s</xliff:g> column <xliff:g id="number" example="1">%2$s</xliff:g></string>
  287. <!-- Accessibility description to move item inside a folder. -->
  288. <string name="move_to_position">Move to position <xliff:g id="number" example="1">%1$s</xliff:g></string>
  289. <!-- Accessibility description to move item to the hotseat. -->
  290. <string name="move_to_hotseat_position">Move to favorites position <xliff:g id="number" example="1">%1$s</xliff:g></string>
  291. <!-- Accessibility confirmation for item move. -->
  292. <string name="item_moved">Item moved</string>
  293. <!-- Accessibility description to move item into an existing folder. -->
  294. <string name="add_to_folder">Add to folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string>
  295. <!-- Accessibility description to move item into an existing folder containing an app. -->
  296. <string name="add_to_folder_with_app">Add to folder with <xliff:g id="name" example="Messenger">%1$s</xliff:g></string>
  297. <!-- Accessibility confirmation for item added to folder. -->
  298. <string name="added_to_folder">Item added to folder</string>
  299. <!-- Accessibility description to create folder with another item. -->
  300. <string name="create_folder_with">Create folder with: <xliff:g id="name" example="Game">%1$s</xliff:g></string>
  301. <!-- Accessibility confirmation for folder created. -->
  302. <string name="folder_created">Folder created</string>
  303. <!-- Accessibility action to move an item from folder to workspace. [CHAR_LIMIT=30] -->
  304. <string name="action_move_to_workspace">Move to Home screen</string>
  305. <!-- Accessibility action to resize a widget. [CHAR_LIMIT=30] -->
  306. <string name="action_resize">Resize</string>
  307. <!-- Accessibility action to increase width of a widget. [CHAR_LIMIT=30] -->
  308. <string name="action_increase_width">Increase width</string>
  309. <!-- Accessibility action to increase height of a widget. [CHAR_LIMIT=30] -->
  310. <string name="action_increase_height">Increase height</string>
  311. <!-- Accessibility action to decrease width of a widget. [CHAR_LIMIT=30] -->
  312. <string name="action_decrease_width">Decrease width</string>
  313. <!-- Accessibility action to decrease height of a widget. [CHAR_LIMIT=30] -->
  314. <string name="action_decrease_height">Decrease height</string>
  315. <!-- Accessibility confirmation for widget resize. -->
  316. <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>
  317. <!-- Accessibility action to show quick actions menu for an icon. [CHAR_LIMIT=30] -->
  318. <string name="action_deep_shortcut">Shortcuts</string>
  319. <!-- 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] -->
  320. <string name="shortcuts_menu_with_notifications_description">Shortcuts and notifications
  321. </string>
  322. <!-- Accessibility action to dismiss a notification in the shortcuts menu for an icon. [CHAR_LIMIT=30] -->
  323. <string name="action_dismiss_notification">Dismiss</string>
  324. <!-- Content description for arrow tip close button. [CHAR LIMIT=NONE] -->
  325. <string name="accessibility_close">Close</string>
  326. <!-- Accessibility confirmation for notification being dismissed. -->
  327. <string name="notification_dismissed">Notification dismissed</string>
  328. <!-- Label of tab to indicate personal apps -->
  329. <string name="all_apps_personal_tab">Personal</string>
  330. <!-- Label of tab to indicate work apps -->
  331. <string name="all_apps_work_tab">Work</string>
  332. <!-- 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.-->
  333. <string name="work_profile_toggle_label">Work profile</string>
  334. <!--- User onboarding title for work profile apps -->
  335. <string name="work_profile_edu_work_apps">Work apps are badged and visible to your IT admin</string>
  336. <!-- Action label to finish work profile edu-->
  337. <string name="work_profile_edu_accept">Got it</string>
  338. <!--- heading shown when user opens work apps tab while work apps are paused -->
  339. <string name="work_apps_paused_title">Work apps are paused</string>
  340. <!--- body shown when user opens work apps tab while work apps are paused -->
  341. <string name="work_apps_paused_body">Your work apps can’t send you notifications, use your battery, or access your location</string>
  342. <!-- content description for paused work apps list -->
  343. <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>
  344. <!-- string shown in educational banner about work profile -->
  345. <string name="work_apps_paused_edu_banner">Work apps are badged and visible to your IT admin</string>
  346. <!-- button string shown to dismiss work tab education -->
  347. <string name="work_apps_paused_edu_accept">Got it</string>
  348. <!-- button string shown pause work profile -->
  349. <string name="work_apps_pause_btn_text">Turn off work apps</string>
  350. <!-- button string shown enable work profile -->
  351. <string name="work_apps_enable_btn_text">Turn on work apps</string>
  352. <!-- A hint shown in launcher settings develop options filter box -->
  353. <string name="developer_options_filter_hint">Filter</string>
  354. <!-- Failed action error message: e.g. Failed: Pause -->
  355. <string name="remote_action_failed">Failed: <xliff:g id="what" example="Pause">%1$s</xliff:g></string>
  356. </resources>