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 21 <!-- Application name --> 22 <string name="derived_app_name" translatable="false">Quickstep</string> 23 24 <!-- Options for recent tasks --> 25 <!-- Title for an option to keep an app pinned to the screen until it is unpinned --> 26 <string name="recent_task_option_pin">Pin</string> 27 <!-- Title for an option to enter freeform mode for a given app --> 28 <string name="recent_task_option_freeform">Freeform</string> 29 <!-- Title and content description for an option to enter desktop windowing mode for a given app --> 30 <string name="recent_task_option_desktop">Desktop</string> 31 <!-- Title and content description for an option to move app to external display. --> 32 <string name="recent_task_option_external_display">Move to external display</string> 33 <!-- Title and content description for an option to close the app [CHAR LIMIT=30] --> 34 <string name="recent_task_option_close">Close</string> 35 36 <!-- Title and content description for Desktop tile in Recents screen that contains apps opened inside desktop windowing mode [CHAR LIMIT=NONE] --> 37 <string name="recent_task_desktop">Desktop</string> 38 39 <!-- Recents: The empty recents string. [CHAR LIMIT=NONE] --> 40 <string name="recents_empty_message">No recent items</string> 41 42 <!-- Content description for the recent apps's accessibility option that opens its usage settings. [CHAR LIMIT=NONE] --> 43 <string name="accessibility_app_usage_settings">App usage settings</string> 44 45 <!-- Recents: Title of a button that clears the task list, i.e. closes all tasks. [CHAR LIMIT=30] --> 46 <string name="recents_clear_all">Clear all</string> 47 48 <!-- Recents: Title of a button that goes back from displaying tasks filtered by package name to displaying all tasks [CHAR LIMIT=30] --> 49 <string name="recents_back" translatable="false">Back</string> 50 51 <!-- Accessibility title for the list of recent apps [CHAR_LIMIT=none] --> 52 <string name="accessibility_recent_apps">Recent apps</string> 53 54 <!-- Accessibility title for an app card in Recents for apps that have time limit set 55 [CHAR_LIMIT=none] --> 56 <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> 57 58 <!-- Text to show total app usage per day if it is less than 1 minute ("<" is the 59 escaped form of '<'). [CHAR LIMIT=15] --> 60 <string name="shorter_duration_less_than_one_minute">< 1 minute</string> 61 62 <!-- Annotation shown on an app card in Recents, telling that the app has a usage limit set by 63 the user, and a given time is left for it today [CHAR LIMIT=22] --> 64 <string name="time_left_for_app"><xliff:g id="time" example="7 minutes">%1$s</xliff:g> left today</string> 65 66 <!-- Accessibility title for the row of all-apps containing app predictions. [CHAR LIMIT=50] --> 67 <string name="title_app_suggestions">App suggestions</string> 68 <!-- 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] --> 69 <string name="all_apps_prediction_tip">Your predicted apps</string> 70 71 <!-- Content description for a close button. [CHAR LIMIT=NONE] --> 72 <string name="gesture_tutorial_close_button_content_description" translatable="false">Close</string> 73 74 <!-- Hotseat educational strings for users who don't qualify for migration --> 75 <string name="hotseat_edu_title_migrate">Get app suggestions on the bottom row of your Home screen</string> 76 <string name="hotseat_edu_title_migrate_landscape">Get app suggestions on favorites row of your Home screen</string> 77 78 <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> 79 <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> 80 81 <!-- Button text to opt in for fully predicted hotseat --> 82 <string name="hotseat_edu_accept">Get app suggestions</string> 83 <!-- Button text to dismiss opt in for fully predicted hotseat --> 84 <string name="hotseat_edu_dismiss">No thanks</string> 85 86 <!-- action shown to toggle predictions after onboarding --> 87 <string name="hotseat_prediction_settings">Settings</string> 88 89 <!-- tip shown if user has no items in hotseat to migrate --> 90 <string name="hotseat_auto_enrolled">Most-used apps appear here, and change based on routines</string> 91 <!-- tip shown if user declines migration and has no open spots for prediction --> 92 <string name="hotseat_tip_no_empty_slots">Drag apps off the bottom row to get app suggestions</string> 93 <!-- tip shown if user declines migration and has some open spots for prediction --> 94 <string name="hotseat_tip_gaps_filled">App suggestions added to empty space</string> 95 <!-- tip shown when user migrates and predictions are enabled in hotseat --> 96 <string name="hotsaet_tip_prediction_enabled">App suggestions enabled</string> 97 <!-- tip shown when hotseat edu is requested while predictions are disabled --> 98 <string name="hotsaet_tip_prediction_disabled">App suggestions are disabled</string> 99 100 <!-- content description for hotseat items --> 101 <string name="hotseat_prediction_content_description">Predicted app: <xliff:g id="title" example="Chrome">%1$s</xliff:g></string> 102 103 <!-- Title of the Gesture Navigation Tutorial page [CHAR LIMIT=NONE] --> 104 <string name="gesture_tutorial_title">Gesture Navigation Tutorial</string> 105 106 <!-- Title of prompt shown before the gesture navigation tutorial to users who need to rotate their screen. [CHAR LIMIT=100] --> 107 <string name="gesture_tutorial_rotation_prompt_title">Rotate your device</string> 108 <!-- Prompt shown before the gesture navigation tutorial to users who need to rotate their screen to begin. [CHAR LIMIT=100] --> 109 <string name="gesture_tutorial_rotation_prompt">Please rotate your device to complete the gesture navigation tutorial</string> 110 111 <!-- Feedback shown during interactive parts of Back gesture tutorial for right edge when the gesture is too far from the edge. [CHAR LIMIT=100] --> 112 <string name="back_gesture_feedback_swipe_too_far_from_edge">Make sure you swipe from the far-right or far-left edge</string> 113 <!-- Feedback shown during interactive parts of Back gesture tutorial for right edge when the gesture is cancelled. [CHAR LIMIT=100] --> 114 <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> 115 <!-- Feedback shown after completing the back gesture step if the user is following the full gesture tutorial flow. [CHAR LIMIT=100] --> 116 <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> 117 <!-- Feedback shown after completing the back gesture step if the user is following the full gesture tutorial flow. [CHAR LIMIT=100] --> 118 <string name="back_gesture_feedback_complete_with_follow_up">You completed the go back gesture. Next up, learn how to switch apps.</string> 119 <!-- Feedback shown after completing the back gesture step if the user started this tutorial individually. [CHAR LIMIT=100] --> 120 <string name="back_gesture_feedback_complete_without_follow_up">You completed the go back gesture</string> 121 <!-- Feedback shown during interactive parts of Back gesture tutorial when the gesture is within the nav bar region. [CHAR LIMIT=100] --> 122 <string name="back_gesture_feedback_swipe_in_nav_bar">Make sure you don\'t swipe too close to the bottom of the screen</string> 123 <!-- Subtitle shown on the confirmation screen after successful gesture. [CHAR LIMIT=60] --> 124 <string name="back_gesture_tutorial_confirm_subtitle">To change the sensitivity of the back gesture, go to Settings</string> 125 <!-- Feedback shown during interactive parts of Home gesture tutorial when the gesture is started too far from the edge. [CHAR LIMIT=100] --> 126 <!-- Introduction title for the Back gesture tutorial. [CHAR LIMIT=100] --> 127 <string name="back_gesture_intro_title">Swipe to go back</string> 128 <!-- Introduction subtitle for the Back gesture tutorial. [CHAR LIMIT=200] --> 129 <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> 130 <!-- Title of the gesture tutorial section educating users on how to go back to the previous screen. [CHAR LIMIT=100] --> 131 <string name="back_gesture_tutorial_title">Go back</string> 132 <!-- Subtitle of the gesture tutorial section educating users on how to go to back to the previous screen [CHAR LIMIT=100] --> 133 <string name="back_gesture_tutorial_subtitle">Swipe from the left or right edge to the middle of the screen</string> 134 135 <string name="home_gesture_feedback_swipe_too_far_from_edge">Make sure you swipe up from the bottom edge of the screen</string> 136 <!-- Feedback shown during interactive parts of Home gesture tutorial when the Overview gesture is detected. [CHAR LIMIT=100] --> 137 <string name="home_gesture_feedback_overview_detected">Make sure you don\'t pause before letting go</string> 138 <!-- Feedback shown during interactive parts of Home gesture tutorial when the gesture is horizontal instead of vertical. [CHAR LIMIT=100] --> 139 <string name="home_gesture_feedback_wrong_swipe_direction">Make sure you swipe straight up</string> 140 <!-- Feedback shown after completing the home gesture step if the user is following the full gesture tutorial flow. [CHAR LIMIT=100] --> 141 <string name="home_gesture_feedback_complete_with_follow_up">You completed the go home gesture. Next up, learn how to go back.</string> 142 <!-- Feedback shown after completing the home gesture step if the user started this tutorial individually. [CHAR LIMIT=100] --> 143 <string name="home_gesture_feedback_complete_without_follow_up">You completed the go home gesture</string> 144 <!-- Introduction title for the Home gesture tutorial. [CHAR LIMIT=100] --> 145 <string name="home_gesture_intro_title">Swipe to go home</string> 146 <!-- Introduction subtitle for the Home gesture tutorial. [CHAR LIMIT=100] --> 147 <string name="home_gesture_intro_subtitle">Swipe up from the bottom of your screen. This gesture always takes you to the Home screen.</string> 148 <!-- Title of the gesture tutorial section educating users on how to go to the home screen. [CHAR LIMIT=100] --> 149 <string name="home_gesture_tutorial_title">Go home</string> 150 <!-- Subtitle of the gesture tutorial section educating users on how to go to the home screen [CHAR LIMIT=100] --> 151 <string name="home_gesture_tutorial_subtitle">Swipe up from the bottom of your screen</string> 152 <!-- Title message when users successfully learn to go to the home screen [CHAR LIMIT=100] --> 153 <string name="home_gesture_tutorial_success">Great job!</string> 154 155 <!-- Feedback shown during interactive parts of Overview gesture tutorial when the gesture is started too far from the edge. [CHAR LIMIT=100] --> 156 <string name="overview_gesture_feedback_swipe_too_far_from_edge">Make sure you swipe up from the bottom edge of the screen</string> 157 <!-- 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] --> 158 <string name="overview_gesture_feedback_home_detected">Try holding the window for longer before releasing</string> 159 <!-- Feedback shown during interactive parts of Overview gesture tutorial when the gesture is horizontal instead of vertical. [CHAR LIMIT=100] --> 160 <string name="overview_gesture_feedback_wrong_swipe_direction">Make sure you swipe straight up, then pause</string> 161 <!-- Feedback shown after completing the overview gesture step if the user is following the full gesture tutorial flow. [CHAR LIMIT=100] --> 162 <string name="overview_gesture_feedback_complete_with_follow_up">You learned how to use gestures. To turn off gestures, go to Settings.</string> 163 <!-- Feedback shown after completing the overview gesture step if the user started this tutorial individually. [CHAR LIMIT=100] --> 164 <string name="overview_gesture_feedback_complete_without_follow_up">You completed the switch apps gesture</string> 165 <!-- Introduction title for the Overview gesture tutorial. [CHAR LIMIT=100] --> 166 <string name="overview_gesture_intro_title">Swipe to switch apps</string> 167 <!-- Introduction subtitle for the Overview gesture tutorial. [CHAR LIMIT=100] --> 168 <string name="overview_gesture_intro_subtitle">To switch between apps, swipe up from the bottom of your screen, hold, then release.</string> 169 <!-- Title of the gesture tutorial section educating users on how to switch between apps. [CHAR LIMIT=100] --> 170 <string name="overview_gesture_tutorial_title">Switch apps</string> 171 <!-- Subtitle of the gesture tutorial section educating users on how to switch between apps [CHAR LIMIT=100] --> 172 <string name="overview_gesture_tutorial_subtitle">Swipe up from the bottom of your screen, hold, then release</string> 173 <!-- Title message when users successfully learn to switch between apps [CHAR LIMIT=100] --> 174 <string name="overview_gesture_tutorial_success">Well done!</string> 175 176 177 <!-- Title shown during interactive part of Assistant gesture tutorial. [CHAR LIMIT=30] --> 178 <string name="assistant_gesture_tutorial_playground_title" translatable="false">Tutorial: Assistant</string> 179 <!-- Subtitle shown during interactive parts of Assistant gesture tutorial. [CHAR LIMIT=60] --> 180 <string name="assistant_gesture_tutorial_playground_subtitle" translatable="false">Try swiping diagonally from a bottom corner of the screen</string> 181 <!-- Feedback shown during interactive parts of Assistant gesture tutorial when the gesture is started too far from the corner. [CHAR LIMIT=100] --> 182 <string name="assistant_gesture_feedback_swipe_too_far_from_corner" translatable="false">Make sure you swipe from a bottom corner of the screen.</string> 183 <!-- Feedback shown during interactive parts of Assistant gesture tutorial when the gesture doesn't go diagonally enough. [CHAR LIMIT=100] --> 184 <string name="assistant_gesture_feedback_swipe_not_diagonal" translatable="false">Make sure you swipe diagonally.</string> 185 <!-- Feedback shown during interactive parts of Assistant gesture tutorial when the gesture doesn't go far enough. [CHAR LIMIT=100] --> 186 <string name="assistant_gesture_feedback_swipe_not_long_enough" translatable="false">Try swiping further.</string> 187 188 <!-- Title shown in sandbox mode part of gesture tutorial. [CHAR LIMIT=30] --> 189 <string name="sandbox_mode_title" translatable="false">Sandbox Mode</string> 190 <!-- Subtitle shown in sandbox mode part of gesture tutorial. [CHAR LIMIT=60] --> 191 <string name="sandbox_mode_subtitle" translatable="false">Try any navigation gesture</string> 192 <!-- Feedback shown in sandbox mode when the back gesture is successfully issued. [CHAR LIMIT=60] --> 193 <string name="sandbox_mode_back_gesture_feedback_successful" translatable="false">Back gesture successful</string> 194 <!-- Feedback shown in sandbox mode when the assistant gesture is a successfully issued. [CHAR LIMIT=60] --> 195 <string name="sandbox_mode_assistant_gesture_feedback_successful" translatable="false">Assistant gesture successful</string> 196 <!-- Feedback shown in sandbox mode when the home gesture is a successfully issued. [CHAR LIMIT=60] --> 197 <string name="sandbox_mode_home_gesture_feedback_successful" translatable="false">Home gesture successful</string> 198 <!-- Feedback shown in sandbox mode when the overview gesture is a successfully issued. [CHAR LIMIT=60] --> 199 <string name="sandbox_mode_overview_gesture_feedback_successful" translatable="false">Overview gesture successful</string> 200 <!-- Feedback shown in sandbox mode when the back gesture swipe is too far from the edge. [CHAR LIMIT=60] --> 201 <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> 202 203 <!-- Title shown on the confirmation screen after successful gesture. [CHAR LIMIT=30] --> 204 <string name="gesture_tutorial_confirm_title">All set</string> 205 <!-- Button text shown on a button on the feedback popup to complete the gesture tutorial. [CHAR LIMIT=14] --> 206 <string name="gesture_tutorial_action_button_label">Done</string> 207 <!-- Button text shown on a button to go to Settings. [CHAR LIMIT=14] --> 208 <string name="gesture_tutorial_action_button_label_settings">Settings</string> 209 <!-- Feedback title to try again. [CHAR LIMIT=30] --> 210 <string name="gesture_tutorial_try_again">Try again</string> 211 <!-- Feedback title for a successful gesture. [CHAR LIMIT=30] --> 212 <string name="gesture_tutorial_nice">Nice!</string> 213 <!-- Feedback subtext displaying the current step and the total number of steps for the tutorial. [CHAR LIMIT=30] --> 214 <string name="gesture_tutorial_step">Tutorial <xliff:g id="current">%1$d</xliff:g>/<xliff:g id="total">%2$d</xliff:g></string> 215 216 <!-- Title of "All Set" page [CHAR LIMIT=NONE] --> 217 <string name="allset_title">All set!</string> 218 <!-- Hint string at the bottom of "All Set" page [CHAR LIMIT=NONE] --> 219 <string name="allset_hint">Swipe up to go home</string> 220 <!-- Hint string at the bottom of "All Set" page for button navigation [CHAR LIMIT=NONE] --> 221 <string name="allset_button_hint">Tap the home button to go to your home screen</string> 222 <!-- Description of "All Set" page on the user's device [CHAR LIMIT=NONE] --> 223 <string name="allset_description_generic">You\u2019re ready to start using your <xliff:g id="device" example="Pixel 6">%1$s</xliff:g></string> 224 <!-- A default device name to use in the description of the "All Set" page [CHAR LIMIT=NONE] --> 225 <string name="default_device_name">device</string> 226 <!-- String linking to navigation settings on "All Set" page [CHAR LIMIT=NONE] --> 227 <string name="allset_navigation_settings"><annotation id="link">System navigation settings</annotation></string> 228 229 <!-- ******* Overview ******* --> 230 <!-- Label for a button that causes the current overview app to be shared. [CHAR_LIMIT=40] --> 231 <string name="action_share">Share</string> 232 <!-- Label for a button that causes a screen shot of the current app to be taken. [CHAR_LIMIT=40] --> 233 <string name="action_screenshot">Screenshot</string> 234 <!-- Label for a button that enters split screen selection mode. [CHAR_LIMIT=20] --> 235 <string name="action_split">Split</string> 236 <!-- Label for a button that saves a new app pair. [CHAR_LIMIT=20] --> 237 <string name="action_save_app_pair">Save app pair</string> 238 <!-- Label for toast with instructions for split screen selection mode. [CHAR_LIMIT=50] --> 239 <string name="toast_split_select_app">Tap another app to use split screen</string> 240 <string name="toast_contextual_split_select_app">Choose another app to use split screen</string> 241 <string name="toast_split_select_app_cancel">Cancel</string> 242 <string name="toast_split_select_cont_desc">Exit split screen selection</string> 243 <!-- Label for toast when app selected for split isn't supported. [CHAR_LIMIT=50] --> 244 <string name="toast_split_app_unsupported">Choose another app to use split screen</string> 245 <!-- Message shown when an action is blocked by a policy enforced by the app or the organization managing the device. [CHAR_LIMIT=NONE] --> 246 <string name="blocked_by_policy">This action isn\'t allowed by the app or your organization</string> 247 <string name="split_widgets_not_supported">Widgets not currently supported, please select another app</string> 248 249 <!-- ******* Skip tutorial dialog ******* --> 250 <!-- Title for the dialog that allows the user to skip the gesture navigation tutorial. [CHAR_LIMIT=40] --> 251 <string name="skip_tutorial_dialog_title">Skip navigation tutorial?</string> 252 <!-- 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] --> 253 <string name="skip_tutorial_dialog_subtitle">You can find this later in the <xliff:g id="name">%1$s</xliff:g> app</string> 254 <!-- Button text shown on a button on the tutorial skip dialog to return to the tutorial. [CHAR LIMIT=14] --> 255 <string name="gesture_tutorial_action_button_label_cancel">Cancel</string> 256 <!-- Button text shown on a button on the tutorial skip dialog to exit the tutorial. [CHAR LIMIT=14] --> 257 <string name="gesture_tutorial_action_button_label_skip">Skip</string> 258 259 <!-- Accessibility label for the rotation suggestion button --> 260 <string name="accessibility_rotate_button">Rotate screen</string> 261 262 <!-- ******* Taskbar Edu ******* --> 263 <!-- Accessibility title for the Taskbar education window. [CHAR_LIMIT=NONE] --> 264 <string name="taskbar_edu_a11y_title">Taskbar education</string> 265 <!-- 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] --> 266 <string name="taskbar_edu_splitscreen">Drag an app to the side to use 2 apps at once</string> 267 <!-- Text in dialog that lets a user know how they can show the Taskbar on their device. [CHAR_LIMIT=60] --> 268 <string name="taskbar_edu_stashing">Slow-swipe up to show the Taskbar</string> 269 <!-- Text in dialog that lets a user know how the Taskbar suggests apps based on their usage. [CHAR_LIMIT=60] --> 270 <string name="taskbar_edu_suggestions">Get app suggestions based on your routine</string> 271 <!-- Title in dialog that shows a user how to pin the Taskbar. [CHAR_LIMIT 60] --> 272 <string name="taskbar_edu_pinning">Long press on the divider to pin the Taskbar</string> 273 <!-- Title in dialog that shows a user what they can do with the Taskbar. [CHAR_LIMIT=60] --> 274 <string name="taskbar_edu_features">Do more with the Taskbar</string> 275 <!-- Title in dialog that shows a user how to pin the Taskbar. [CHAR_LIMIT 60] --> 276 <string name="taskbar_edu_pinning_title">Always show the Taskbar</string> 277 <!-- Text in dialog that shows a user how to pin the Taskbar. [CHAR_LIMIT 150] --> 278 <string name="taskbar_edu_pinning_standalone">To always show the Taskbar on the bottom of your screen, touch & hold the divider</string> 279 <!-- Title in dialog that shows a user how to invoke the Search feature. [CHAR_LIMIT 150] --> 280 <string name="taskbar_search_edu_title">Touch & hold the action key to search what\'s on your screen</string> 281 <!-- Message showed to user to disclose privacy information they need to accept in order to access the app. [CHAR LIMIT=200]--> 282 <string name="taskbar_edu_search_disclosure">This product uses the selected part of your screen to search. Google\'s <xliff:g example="https://policies.google.com/privacy/embedded" id="begin_privacy_link"><a href=\"%1$s\"></xliff:g>Privacy Policy<xliff:g id="end_privacy_link"></a></xliff:g> and <xliff:g example="https://policies.google.com/terms" id="begin_tos_link"><a href=\"%2$s\"></xliff:g>Terms of Service<xliff:g id="end_tos_link"></a></xliff:g> apply.</string> 283 <!-- Text on button to exit a tutorial [CHAR_LIMIT=16] --> 284 <string name="taskbar_edu_close">Close</string> 285 <!-- Text on button to finish a tutorial [CHAR_LIMIT=16] --> 286 <string name="taskbar_edu_done">Done</string> 287 <!-- Content description for home button [CHAR_LIMIT=16] --> 288 <string name="taskbar_button_home">Home</string> 289 <!-- Content description for accessibility button [CHAR_LIMIT=16] --> 290 <string name="taskbar_button_a11y">Accessibility</string> 291 <!-- Content description for back button [CHAR_LIMIT=16] --> 292 <string name="taskbar_button_back">Back</string> 293 <!-- Content description for ime switcher button [CHAR_LIMIT=16] --> 294 <string name="taskbar_button_ime_switcher">IME switcher</string> 295 <!-- Content description for recents button [CHAR_LIMIT=16] --> 296 <string name="taskbar_button_recents">Recents</string> 297 <!-- Content description for notifications button [CHAR_LIMIT=16] --> 298 <string name="taskbar_button_notifications">Notifications</string> 299 <!-- Content description for quick settings button [CHAR_LIMIT=16] --> 300 <string name="taskbar_button_quick_settings">Quick Settings</string> 301 <!-- Accessibility title for the Taskbar window. [CHAR_LIMIT=NONE] --> 302 <string name="taskbar_a11y_title">Taskbar</string> 303 <!-- Accessibility title for the Taskbar window appeared. [CHAR_LIMIT=30] --> 304 <string name="taskbar_a11y_shown_title">Taskbar shown</string> 305 <!-- Accessibility title for the Taskbar window appearing together with bubble bar on left. [CHAR_LIMIT=30] --> 306 <string name="taskbar_a11y_shown_with_bubbles_left_title">Taskbar & bubbles left shown</string> 307 <!-- Accessibility title for the Taskbar window appearing together with bubble bar on right. [CHAR_LIMIT=30] --> 308 <string name="taskbar_a11y_shown_with_bubbles_right_title">Taskbar & bubbles right shown</string> 309 <!-- Accessibility title for the Taskbar window on phones. [CHAR_LIMIT=NONE] --> 310 <string name="taskbar_phone_a11y_title">Navigation bar</string> 311 <!-- Text in popup dialog for user to switch between always showing Taskbar or not. [CHAR LIMIT=30] --> 312 <string name="always_show_taskbar">Always show Taskbar</string> 313 <!-- Text in popup dialog for user to switch between system navigation modes. [CHAR LIMIT=30] --> 314 <string name="change_navigation_mode">Change navigation mode</string> 315 <!-- Accessibility title for the Taskbar vertical divider icon. [CHAR_LIMIT=NONE] --> 316 <string name="taskbar_divider_a11y_title">Taskbar Divider</string> 317 <!-- Accessibility title for the Taskbar Overflow icon. [CHAR_LIMIT=NONE] --> 318 <string name="taskbar_overflow_a11y_title">Taskbar Overflow</string> 319 320 321 <!-- Label for moving drop target to the top or left side of the screen, depending on orientation (from the Taskbar only). --> 322 <string name="move_drop_target_top_or_left">Move to top/left</string> 323 <!-- Label for moving drop target to the bottom or right side of the screen, depending on orientation (from the Taskbar only). --> 324 <string name="move_drop_target_bottom_or_right">Move to bottom/right</string> 325 <!-- Label for creating an application bubble (from the Taskbar only). --> 326 <string name="open_app_as_a_bubble">Open app as a bubble</string> 327 328 <!-- Accessibility pane title for quick switch view, which lists apps opened by the user, ordered by how recently the app was opened. --> 329 <string name="quick_switch_pane_title">Recent apps</string> 330 331 <!-- Content description for the quick switch view, which lists apps opened by the user, ordered by how recently the app was opened. --> 332 <string name="quick_switch_content_description">Recent app list</string> 333 334 <!-- Label for quick switch tile showing how many more apps are available. The number will be displayed above this text. [CHAR LIMIT=NONE] --> 335 <string name="quick_switch_overflow">{count, plural, 336 =1{more app} 337 other{more apps} 338 }</string> 339 340 <!-- Label for quick switch tile to launch desktop mode [CHAR LIMIT=NONE] --> 341 <string name="quick_switch_desktop">Desktop</string> 342 343 <!-- Accessibility label for quick switch tiles showing split tasks [CHAR LIMIT=NONE] --> 344 <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> 345 <!-- Accessibility label for quick switch tiles that include information about the tile's position in the parent list [CHAR LIMIT=NONE] --> 346 <string name="quick_switch_task_with_position_in_parent"><xliff:g id="task_description" example="Chrome">%1$s</xliff:g>, item <xliff:g id="index_in_parent" example="1">%2$d</xliff:g> of <xliff:g id="total_tasks" example="5">%3$d</xliff:g></string> 347 348 <!-- Accessibility label for an arrow button within quick switch UI that scrolls the quick switch content left --> 349 <string name="quick_switch_scroll_arrow_left">Scroll left</string> 350 <!-- Accessibility label for an arrow button within quick switch UI that scrolls the quick switch content right --> 351 <string name="quick_switch_scroll_arrow_right">Scroll right</string> 352 353 <!-- Strings for bubble bar --> 354 <!-- Fallback name for a bubble if it does have a title [CHAR_LIMIT=none] --> 355 <string name="bubble_bar_bubble_fallback_description">Bubble</string> 356 <!-- content description for the overflow bubble [CHAR_LIMIT=none] --> 357 <string name="bubble_bar_overflow_description">Overflow</string> 358 <!-- Content description for a bubble bar bubble. [CHAR_LIMIT=none] --> 359 <string name="bubble_bar_bubble_description"><xliff:g id="notification_title" example="some title">%1$s</xliff:g> from <xliff:g id="app_name" example="YouTube">%2$s</xliff:g></string> 360 <!-- Content description for bubble bar when it has multiple bubbles. [CHAR_LIMIT=NONE] --> 361 <string name="bubble_bar_description_multiple_bubbles"><xliff:g id="bubble_bar_bubble_description" example="some title from YouTube">%1$s</xliff:g> and <xliff:g id="bubble_count" example="4">%2$d</xliff:g> more</string> 362 <!-- Action in accessibility menu to move the bubble bar to the left side of the screen. [CHAR_LIMIT=30] --> 363 <string name="bubble_bar_action_move_left">Move left</string> 364 <!-- Action in accessibility menu to move the bubble bar to the right side of the screen. [CHAR_LIMIT=30] --> 365 <string name="bubble_bar_action_move_right">Move right</string> 366 <!-- Action in accessibility menu to dismiss all bubbles. [CHAR_LIMIT=30] --> 367 <string name="bubble_bar_action_dismiss_all">Dismiss all</string> 368 <!-- Accessibility announcement when the bubble bar expands. [CHAR LIMIT=NONE]--> 369 <string name="bubble_bar_accessibility_announce_expand">expand <xliff:g id="bubble_description" example="some title from Messages">%1$s</xliff:g></string> 370 <!-- Accessibility announcement when the bubble bar collapses. [CHAR LIMIT=NONE]--> 371 <string name="bubble_bar_accessibility_announce_collapse">collapse <xliff:g id="bubble_description" example="some title from Messages">%1$s</xliff:g></string> 372 373 <!-- Name of Google's new feature to circle to search anything on your phone screen, without 374 switching apps. [CHAR_LIMIT=60] --> 375 <string name="search_gesture_feature_title">Circle to Search</string> 376 377 <!-- Strings for task thumbnail header in Overview --> 378 <!-- Content description for the header app icon. [CHAR LIMIT=NONE] --> 379 <string name="header_app_icon_description">App icon</string> 380 <!-- Default app title for a task view in Overview. [CHAR LIMIT=NONE] --> 381 <string name="header_default_app_title">App title</string> 382 <!-- Content description for the header close button. [CHAR LIMIT=NONE] --> 383 <string name="header_close_icon_description">Close button</string> 384 385 <!-- Label for pinning an item to the taskbar. [CHAR_LIMIT=20] --> 386 <string name="pin_to_taskbar">Pin to taskbar</string> 387 <!-- Label for unpinning an item from the taskbar. [CHAR_LIMIT=20] --> 388 <string name="unpin_from_taskbar">Unpin from taskbar</string> 389</resources> 390