strings.xml 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. /*
  4. * Copyright (C) 2017 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. <!-- Application name -->
  21. <string name="derived_app_name" translatable="false">Quickstep</string>
  22. <!-- Options for recent tasks -->
  23. <!-- Title for an option to keep an app pinned to the screen until it is unpinned -->
  24. <string name="recent_task_option_pin">Pin</string>
  25. <!-- Title for an option to enter freeform mode for a given app -->
  26. <string name="recent_task_option_freeform">Freeform</string>
  27. <!-- Recents: The empty recents string. [CHAR LIMIT=NONE] -->
  28. <string name="recents_empty_message">No recent items</string>
  29. <!-- Content description for the recent apps's accessibility option that opens its usage settings. [CHAR LIMIT=NONE] -->
  30. <string name="accessibility_app_usage_settings">App usage settings</string>
  31. <!-- Recents: Title of a button that clears the task list, i.e. closes all tasks. [CHAR LIMIT=30] -->
  32. <string name="recents_clear_all">Clear all</string>
  33. <!-- Recents: Title of a button that goes back from displaying tasks filtered by package name to displaying all tasks [CHAR LIMIT=30] -->
  34. <string name="recents_back" translatable="false">Back</string>
  35. <!-- Accessibility title for the list of recent apps [CHAR_LIMIT=none] -->
  36. <string name="accessibility_recent_apps">Recent apps</string>
  37. <!-- Accessibility confirmation for task closed -->
  38. <string name="task_view_closed">Task Closed</string>
  39. <!-- Accessibility title for an app card in Recents for apps that have time limit set
  40. [CHAR_LIMIT=none] -->
  41. <string name="task_contents_description_with_remaining_time"><xliff:g id="task_description" example="GMail">%1$s</xliff:g>, <xliff:g id="remaining_time" example="7 minutes left today">%2$s</xliff:g></string>
  42. <!-- Text to show total app usage per day if it is less than 1 minute ("&lt;" is the
  43. escaped form of '<'). [CHAR LIMIT=15] -->
  44. <string name="shorter_duration_less_than_one_minute">&lt; 1 minute</string>
  45. <!-- Annotation shown on an app card in Recents, telling that the app has a usage limit set by
  46. the user, and a given time is left for it today [CHAR LIMIT=22] -->
  47. <string name="time_left_for_app"><xliff:g id="time" example="7 minutes">%1$s</xliff:g> left today</string>
  48. <!-- Accessibility title for the row of all-apps containing app predictions. [CHAR LIMIT=50] -->
  49. <string name="title_app_suggestions">App suggestions</string>
  50. <!-- Text of the tip when user lands in all apps view for the first time, indicating where the tip toast points to is the predicted apps section. [CHAR_LIMIT=50] -->
  51. <string name="all_apps_prediction_tip">Your predicted apps</string>
  52. <!-- Content description for a close button. [CHAR LIMIT=NONE] -->
  53. <string name="gesture_tutorial_close_button_content_description" translatable="false">Close</string>
  54. <!-- Hotseat educational strings for users who don't qualify for migration -->
  55. <string name="hotseat_edu_title_migrate">Get app suggestions on the bottom row of your Home screen</string>
  56. <string name="hotseat_edu_title_migrate_landscape">Get app suggestions on favorites row of your Home screen</string>
  57. <string name="hotseat_edu_message_migrate">Easily access your most-used apps right on the Home screen. Suggestions will change based on your routines. Apps on the bottom row will move up to your Home screen. </string>
  58. <string name="hotseat_edu_message_migrate_landscape">Easily access your most-used apps right on the Home screen. Suggestions will change based on your routines. Apps in favorites row will move to your Home screen. </string>
  59. <!-- Button text to opt in for fully predicted hotseat -->
  60. <string name="hotseat_edu_accept">Get app suggestions</string>
  61. <!-- Button text to dismiss opt in for fully predicted hotseat -->
  62. <string name="hotseat_edu_dismiss">No thanks</string>
  63. <!-- action shown to toggle predictions after onboarding -->
  64. <string name="hotseat_prediction_settings">Settings</string>
  65. <!-- tip shown if user has no items in hotseat to migrate -->
  66. <string name="hotseat_auto_enrolled">Most-used apps appear here, and change based on routines</string>
  67. <!-- tip shown if user declines migration and has no open spots for prediction -->
  68. <string name="hotseat_tip_no_empty_slots">Drag apps off the bottom row to get app suggestions</string>
  69. <!-- tip shown if user declines migration and has some open spots for prediction -->
  70. <string name="hotseat_tip_gaps_filled">App suggestions added to empty space</string>
  71. <!-- tip shown when user migrates and predictions are enabled in hotseat -->
  72. <string name="hotsaet_tip_prediction_enabled">App suggestions enabled</string>
  73. <!-- tip shown when hotseat edu is requested while predictions are disabled -->
  74. <string name="hotsaet_tip_prediction_disabled">App suggestions are disabled</string>
  75. <!-- content description for hotseat items -->
  76. <string name="hotseat_prediction_content_description">Predicted app: <xliff:g id="title" example="Chrome">%1$s</xliff:g></string>
  77. <!-- Title of prompt shown before the gesture navigation tutorial to users who need to rotate their screen. [CHAR LIMIT=100] -->
  78. <string name="gesture_tutorial_rotation_prompt_title">Rotate your device</string>
  79. <!-- Prompt shown before the gesture navigation tutorial to users who need to rotate their screen to begin. [CHAR LIMIT=100] -->
  80. <string name="gesture_tutorial_rotation_prompt">Please rotate your device to complete the gesture navigation tutorial</string>
  81. <!-- Feedback shown during interactive parts of Back gesture tutorial for right edge when the gesture is too far from the edge. [CHAR LIMIT=100] -->
  82. <string name="back_gesture_feedback_swipe_too_far_from_edge">Make sure you swipe from the far-right or far-left edge</string>
  83. <!-- Feedback shown during interactive parts of Back gesture tutorial for right edge when the gesture is cancelled. [CHAR LIMIT=100] -->
  84. <string name="back_gesture_feedback_cancelled">Make sure you swipe from the right or left edge to the middle of the screen and let go</string>
  85. <!-- Feedback shown after completing the back gesture step if the user is following the full gesture tutorial flow. [CHAR LIMIT=100] -->
  86. <string name="back_gesture_feedback_complete_with_overview_follow_up">You learned how to swipe from the right to go back. Next up, learn how to switch apps.</string>
  87. <!-- Feedback shown after completing the back gesture step if the user started this tutorial individually. [CHAR LIMIT=100] -->
  88. <string name="back_gesture_feedback_complete_without_follow_up">You completed the go back gesture</string>
  89. <!-- Feedback shown during interactive parts of Back gesture tutorial when the gesture is within the nav bar region. [CHAR LIMIT=100] -->
  90. <string name="back_gesture_feedback_swipe_in_nav_bar">Make sure you don\'t swipe too close to the bottom of the screen</string>
  91. <!-- Subtitle shown on the confirmation screen after successful gesture. [CHAR LIMIT=60] -->
  92. <string name="back_gesture_tutorial_confirm_subtitle">To change the sensitivity of the back gesture, go to Settings</string>
  93. <!-- Feedback shown during interactive parts of Home gesture tutorial when the gesture is started too far from the edge. [CHAR LIMIT=100] -->
  94. <!-- Introduction title for the Back gesture tutorial. [CHAR LIMIT=100] -->
  95. <string name="back_gesture_intro_title">Swipe to go back</string>
  96. <!-- Introduction subtitle for the Back gesture tutorial. [CHAR LIMIT=200] -->
  97. <string name="back_gesture_intro_subtitle">To go back to the last screen, swipe from the left or right edge to the middle of the screen.</string>
  98. <!-- Introduction subtitle for the Back gesture tutorial that will be spoken by screen readers. [CHAR LIMIT=200] -->
  99. <string name="back_gesture_spoken_intro_subtitle">To go back to the last screen, swipe with 2 fingers from the left or right edge to the middle of the screen.</string>
  100. <!-- Title of the gesture tutorial section educating users on how to go back to the previous screen. [CHAR LIMIT=100] -->
  101. <string name="back_gesture_tutorial_title">Go back</string>
  102. <!-- Subtitle of the gesture tutorial section educating users on how to go to back to the previous screen [CHAR LIMIT=100] -->
  103. <string name="back_gesture_tutorial_subtitle">Swipe from the left or right edge to the middle of the screen</string>
  104. <string name="home_gesture_feedback_swipe_too_far_from_edge">Make sure you swipe up from the bottom edge of the screen</string>
  105. <!-- Feedback shown during interactive parts of Home gesture tutorial when the Overview gesture is detected. [CHAR LIMIT=100] -->
  106. <string name="home_gesture_feedback_overview_detected">Make sure you don\'t pause before letting go</string>
  107. <!-- Feedback shown during interactive parts of Home gesture tutorial when the gesture is horizontal instead of vertical. [CHAR LIMIT=100] -->
  108. <string name="home_gesture_feedback_wrong_swipe_direction">Make sure you swipe straight up</string>
  109. <!-- Feedback shown after completing the home gesture step if the user is following the full gesture tutorial flow. [CHAR LIMIT=100] -->
  110. <string name="home_gesture_feedback_complete_with_follow_up">You completed the go home gesture. Next up, learn how to go back.</string>
  111. <!-- Feedback shown after completing the home gesture step if the user started this tutorial individually. [CHAR LIMIT=100] -->
  112. <string name="home_gesture_feedback_complete_without_follow_up">You completed the go home gesture</string>
  113. <!-- Introduction title for the Home gesture tutorial. [CHAR LIMIT=100] -->
  114. <string name="home_gesture_intro_title">Swipe to go home</string>
  115. <!-- Introduction subtitle for the Home gesture tutorial. [CHAR LIMIT=100] -->
  116. <string name="home_gesture_intro_subtitle">Swipe up from the bottom of your screen. This gesture always takes you to the Home screen.</string>
  117. <!-- Introduction subtitle for the Home gesture tutorial that will be spoken by screen readers. [CHAR LIMIT=100] -->
  118. <string name="home_gesture_spoken_intro_subtitle">Swipe up with 2 fingers from the bottom of the screen. This gesture always takes you to the Home screen.</string>
  119. <!-- Title of the gesture tutorial section educating users on how to go to the home screen. [CHAR LIMIT=100] -->
  120. <string name="home_gesture_tutorial_title">Go home</string>
  121. <!-- Subtitle of the gesture tutorial section educating users on how to go to the home screen [CHAR LIMIT=100] -->
  122. <string name="home_gesture_tutorial_subtitle">Swipe up from the bottom of your screen</string>
  123. <!-- Title message when users successfully learn to go to the home screen [CHAR LIMIT=100] -->
  124. <string name="home_gesture_tutorial_success">Great job!</string>
  125. <!-- Feedback shown during interactive parts of Overview gesture tutorial when the gesture is started too far from the edge. [CHAR LIMIT=100] -->
  126. <string name="overview_gesture_feedback_swipe_too_far_from_edge">Make sure you swipe up from the bottom edge of the screen</string>
  127. <!-- Feedback shown during interactive parts of Overview gesture tutorial when the Home gesture is detected. The window refers to the current app's window during the gesture. [CHAR LIMIT=100] -->
  128. <string name="overview_gesture_feedback_home_detected">Try holding the window for longer before releasing</string>
  129. <!-- Feedback shown during interactive parts of Overview gesture tutorial when the gesture is horizontal instead of vertical. [CHAR LIMIT=100] -->
  130. <string name="overview_gesture_feedback_wrong_swipe_direction">Make sure you swipe straight up, then pause</string>
  131. <!-- Feedback shown after completing the overview gesture step if the user is following the full gesture tutorial flow. [CHAR LIMIT=100] -->
  132. <string name="overview_gesture_feedback_complete_with_follow_up">You learned how to use gestures. To turn off gestures, go to Settings.</string>
  133. <!-- Feedback shown after completing the overview gesture step if the user started this tutorial individually. [CHAR LIMIT=100] -->
  134. <string name="overview_gesture_feedback_complete_without_follow_up">You completed the switch apps gesture</string>
  135. <!-- Introduction title for the Overview gesture tutorial. [CHAR LIMIT=100] -->
  136. <string name="overview_gesture_intro_title">Swipe to switch apps</string>
  137. <!-- Introduction subtitle for the Overview gesture tutorial. [CHAR LIMIT=100] -->
  138. <string name="overview_gesture_intro_subtitle">To switch between apps, swipe up from the bottom of your screen, hold, then release.</string>
  139. <!-- Introduction subtitle for the Overview gesture tutorial that will be spoken by screen readers. [CHAR LIMIT=100] -->
  140. <string name="overview_gesture_spoken_intro_subtitle">To switch between apps, swipe up with 2 fingers from the bottom of your screen, hold, then release.</string>
  141. <!-- Title of the gesture tutorial section educating users on how to switch between apps. [CHAR LIMIT=100] -->
  142. <string name="overview_gesture_tutorial_title">Switch apps</string>
  143. <!-- Subtitle of the gesture tutorial section educating users on how to switch between apps [CHAR LIMIT=100] -->
  144. <string name="overview_gesture_tutorial_subtitle">Swipe up from the bottom of your screen, hold, then release</string>
  145. <!-- Title message when users successfully learn to switch between apps [CHAR LIMIT=100] -->
  146. <string name="overview_gesture_tutorial_success">Well done!</string>
  147. <!-- Title shown during interactive part of Assistant gesture tutorial. [CHAR LIMIT=30] -->
  148. <string name="assistant_gesture_tutorial_playground_title" translatable="false">Tutorial: Assistant</string>
  149. <!-- Subtitle shown during interactive parts of Assistant gesture tutorial. [CHAR LIMIT=60] -->
  150. <string name="assistant_gesture_tutorial_playground_subtitle" translatable="false">Try swiping diagonally from a bottom corner of the screen</string>
  151. <!-- Feedback shown during interactive parts of Assistant gesture tutorial when the gesture is started too far from the corner. [CHAR LIMIT=100] -->
  152. <string name="assistant_gesture_feedback_swipe_too_far_from_corner" translatable="false">Make sure you swipe from a bottom corner of the screen.</string>
  153. <!-- Feedback shown during interactive parts of Assistant gesture tutorial when the gesture doesn't go diagonally enough. [CHAR LIMIT=100] -->
  154. <string name="assistant_gesture_feedback_swipe_not_diagonal" translatable="false">Make sure you swipe diagonally.</string>
  155. <!-- Feedback shown during interactive parts of Assistant gesture tutorial when the gesture doesn't go far enough. [CHAR LIMIT=100] -->
  156. <string name="assistant_gesture_feedback_swipe_not_long_enough" translatable="false">Try swiping further.</string>
  157. <!-- Title shown in sandbox mode part of gesture tutorial. [CHAR LIMIT=30] -->
  158. <string name="sandbox_mode_title" translatable="false">Sandbox Mode</string>
  159. <!-- Subtitle shown in sandbox mode part of gesture tutorial. [CHAR LIMIT=60] -->
  160. <string name="sandbox_mode_subtitle" translatable="false">Try any navigation gesture</string>
  161. <!-- Feedback shown in sandbox mode when the back gesture is successfully issued. [CHAR LIMIT=60] -->
  162. <string name="sandbox_mode_back_gesture_feedback_successful" translatable="false">Back gesture successful</string>
  163. <!-- Feedback shown in sandbox mode when the assistant gesture is a successfully issued. [CHAR LIMIT=60] -->
  164. <string name="sandbox_mode_assistant_gesture_feedback_successful" translatable="false">Assistant gesture successful</string>
  165. <!-- Feedback shown in sandbox mode when the home gesture is a successfully issued. [CHAR LIMIT=60] -->
  166. <string name="sandbox_mode_home_gesture_feedback_successful" translatable="false">Home gesture successful</string>
  167. <!-- Feedback shown in sandbox mode when the overview gesture is a successfully issued. [CHAR LIMIT=60] -->
  168. <string name="sandbox_mode_overview_gesture_feedback_successful" translatable="false">Overview gesture successful</string>
  169. <!-- Feedback shown in sandbox mode when the back gesture swipe is too far from the edge. [CHAR LIMIT=60] -->
  170. <string name="sandbox_mode_back_gesture_feedback_swipe_too_far_from_edge" translatable="false">Make sure you swipe from the left/right edge of the screen</string>
  171. <!-- Title shown on the confirmation screen after successful gesture. [CHAR LIMIT=30] -->
  172. <string name="gesture_tutorial_confirm_title">All set</string>
  173. <!-- Button text shown on a button on the feedback popup to complete the gesture tutorial. [CHAR LIMIT=14] -->
  174. <string name="gesture_tutorial_action_button_label">Done</string>
  175. <!-- Button text shown on a button to go to Settings. [CHAR LIMIT=14] -->
  176. <string name="gesture_tutorial_action_button_label_settings">Settings</string>
  177. <!-- Feedback title to try again. [CHAR LIMIT=30] -->
  178. <string name="gesture_tutorial_try_again">Try again</string>
  179. <!-- Feedback title for a successful gesture. [CHAR LIMIT=30] -->
  180. <string name="gesture_tutorial_nice">Nice!</string>
  181. <!-- Feedback subtext displaying the current step and the total number of steps for the tutorial. [CHAR LIMIT=30] -->
  182. <string name="gesture_tutorial_step">Tutorial <xliff:g id="current">%1$d</xliff:g>/<xliff:g id="total">%2$d</xliff:g></string>
  183. <!-- Title of "All Set" page [CHAR LIMIT=NONE] -->
  184. <string name="allset_title">All set!</string>
  185. <!-- Hint string at the bottom of "All Set" page [CHAR LIMIT=NONE] -->
  186. <string name="allset_hint">Swipe up to go home</string>
  187. <!-- Hint string at the bottom of "All Set" page for button navigation [CHAR LIMIT=NONE] -->
  188. <string name="allset_button_hint">Tap the home button to go to your home screen</string>
  189. <!-- Description of "All Set" page on the user's device [CHAR LIMIT=NONE] -->
  190. <string name="allset_description_generic">You\u2019re ready to start using your <xliff:g id="device" example="Pixel 6">%1$s</xliff:g></string>
  191. <!-- A default device name to use in the description of the "All Set" page [CHAR LIMIT=NONE] -->
  192. <string name="default_device_name">device</string>
  193. <!-- String linking to navigation settings on "All Set" page [CHAR LIMIT=NONE] -->
  194. <string name="allset_navigation_settings"><annotation id="link">System navigation settings</annotation></string>
  195. <!-- ******* Overview ******* -->
  196. <!-- Label for a button that causes the current overview app to be shared. [CHAR_LIMIT=40] -->
  197. <string name="action_share">Share</string>
  198. <!-- Label for a button that causes a screen shot of the current app to be taken. [CHAR_LIMIT=40] -->
  199. <string name="action_screenshot">Screenshot</string>
  200. <!-- Label for a button that enters split screen selection mode. [CHAR_LIMIT=20] -->
  201. <string name="action_split">Split</string>
  202. <!-- Label for toast with instructions for split screen selection mode. [CHAR_LIMIT=50] -->
  203. <string name="toast_split_select_app">Tap another app to use split screen</string>
  204. <!-- Label for toast when app selected for split isn't supported. [CHAR_LIMIT=50] -->
  205. <string name="toast_split_app_unsupported">Choose another app to use split screen</string>
  206. <!-- Message shown when an action is blocked by a policy enforced by the app or the organization managing the device. [CHAR_LIMIT=NONE] -->
  207. <string name="blocked_by_policy">This action isn\'t allowed by the app or your organization</string>
  208. <!-- ******* Skip tutorial dialog ******* -->
  209. <!-- Title for the dialog that allows the user to skip the gesture navigation tutorial. [CHAR_LIMIT=40] -->
  210. <string name="skip_tutorial_dialog_title">Skip navigation tutorial?</string>
  211. <!-- Subtitle for the dialog that allows the user to skip the gesture navigation tutorial. This directs the user to where they can find the gesture tutorial again. [CHAR_LIMIT=100] -->
  212. <string name="skip_tutorial_dialog_subtitle">You can find this later in the <xliff:g id="name">%1$s</xliff:g> app</string>
  213. <!-- Button text shown on a button on the tutorial skip dialog to return to the tutorial. [CHAR LIMIT=14] -->
  214. <string name="gesture_tutorial_action_button_label_cancel">Cancel</string>
  215. <!-- Button text shown on a button on the tutorial skip dialog to exit the tutorial. [CHAR LIMIT=14] -->
  216. <string name="gesture_tutorial_action_button_label_skip">Skip</string>
  217. <!-- Accessibility label for the rotation suggestion button -->
  218. <string name="accessibility_rotate_button">Rotate screen</string>
  219. <!-- ******* Taskbar Edu ******* -->
  220. <!-- Accessibility title for the Taskbar education window. [CHAR_LIMIT=NONE] -->
  221. <string name="taskbar_edu_a11y_title">Taskbar education</string>
  222. <!-- Text in dialog that lets a user know how they can use the Taskbar to use multiple apps at once on their device. [CHAR_LIMIT=60] -->
  223. <string name="taskbar_edu_splitscreen">Drag an app to the side to use 2 apps at once</string>
  224. <!-- Text in dialog that lets a user know how they can show the Taskbar on their device. [CHAR_LIMIT=60] -->
  225. <string name="taskbar_edu_stashing">Slow-swipe up to show the Taskbar</string>
  226. <!-- Text in dialog that lets a user know how the Taskbar suggests apps based on their usage. [CHAR_LIMIT=60] -->
  227. <string name="taskbar_edu_suggestions">Get app suggestions based on your routine</string>
  228. <!-- Text in dialog that lets a user know that Taskbar will auto-hide, if the user switches to gesture navigation in system settings. [CHAR_LIMIT=90] -->
  229. <string name="taskbar_edu_settings_persistent">Turn on gesture navigation in Settings to auto-hide the Taskbar</string>
  230. <!-- Title in dialog that shows a user what they can do with the Taskbar. [CHAR_LIMIT=60] -->
  231. <string name="taskbar_edu_features">Do more with the Taskbar</string>
  232. <!-- Text on button to exit a tutorial [CHAR_LIMIT=16] -->
  233. <string name="taskbar_edu_close">Close</string>
  234. <!-- Text on button to finish a tutorial [CHAR_LIMIT=16] -->
  235. <string name="taskbar_edu_done">Done</string>
  236. <!-- Content description for home button [CHAR_LIMIT=16] -->
  237. <string name="taskbar_button_home">Home</string>
  238. <!-- Content description for accessibility button [CHAR_LIMIT=16] -->
  239. <string name="taskbar_button_a11y">Accessibility</string>
  240. <!-- Content description for back button [CHAR_LIMIT=16] -->
  241. <string name="taskbar_button_back">Back</string>
  242. <!-- Content description for ime switcher button [CHAR_LIMIT=16] -->
  243. <string name="taskbar_button_ime_switcher">IME switcher</string>
  244. <!-- Content description for recents button [CHAR_LIMIT=16] -->
  245. <string name="taskbar_button_recents">Recents</string>
  246. <!-- Content description for notifications button [CHAR_LIMIT=16] -->
  247. <string name="taskbar_button_notifications">Notifications</string>
  248. <!-- Content description for quick settings button [CHAR_LIMIT=16] -->
  249. <string name="taskbar_button_quick_settings">Quick Settings</string>
  250. <!-- Accessibility title for the Taskbar window. [CHAR_LIMIT=NONE] -->
  251. <string name="taskbar_a11y_title">Taskbar</string>
  252. <!-- Accessibility title for the Taskbar window appeared. [CHAR_LIMIT=NONE] -->
  253. <string name="taskbar_a11y_shown_title">Taskbar shown</string>
  254. <!-- Accessibility title for the Taskbar window being close. [CHAR_LIMIT=NONE] -->
  255. <string name="taskbar_a11y_hidden_title">Taskbar hidden</string>
  256. <!-- Accessibility title for the Taskbar window on phones. [CHAR_LIMIT=NONE] -->
  257. <string name="taskbar_phone_a11y_title">Navigation bar</string>
  258. <!-- Text in popup dialog for user to switch between always showing Taskbar or not. [CHAR LIMIT=30] -->
  259. <string name="always_show_taskbar">Always show Taskbar</string>
  260. <!-- Text in popup dialog for user to switch between system navigation modes. [CHAR LIMIT=30] -->
  261. <string name="change_navigation_mode">Change navigation mode</string>
  262. <!-- Accessibility title for the Taskbar vertical divider icon. [CHAR_LIMIT=NONE] -->
  263. <string name="taskbar_divider_a11y_title">Taskbar Divider</string>
  264. <!-- Label for moving drop target to the top or left side of the screen, depending on orientation (from the Taskbar only). -->
  265. <string name="move_drop_target_top_or_left">Move to top&#47;left</string>
  266. <!-- Label for moving drop target to the bottom or right side of the screen, depending on orientation (from the Taskbar only). -->
  267. <string name="move_drop_target_bottom_or_right">Move to bottom&#47;right</string>
  268. <!-- Label for quick switch tile showing how many more apps are available [CHAR LIMIT=NONE] -->
  269. <string name="quick_switch_overflow">{count, plural,
  270. =1{Show # more app.}
  271. other{Show # more apps.}
  272. }</string>
  273. <!-- Accessibility label for quick switch tiles showing split tasks [CHAR LIMIT=NONE] -->
  274. <string name="quick_switch_split_task"><xliff:g id="app_name_1" example="Chrome">%1$s</xliff:g> and <xliff:g id="app_name_2" example="Gmail">%2$s</xliff:g></string>
  275. </resources>