Sunny Goyal | 9d34196 | 2017-10-30 10:03:34 -0700 | [diff] [blame] | 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 | --> |
vadimt | 759db43 | 2019-01-14 14:41:29 -0800 | [diff] [blame] | 19 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
Sunny Goyal | 9d34196 | 2017-10-30 10:03:34 -0700 | [diff] [blame] | 20 | |
| 21 | <!-- Application name --> |
| 22 | <string name="derived_app_name" translatable="false">Quickstep</string> |
Tony | 9c70e7e | 2018-02-01 11:59:39 -0600 | [diff] [blame] | 23 | |
| 24 | <!-- Options for recent tasks --> |
Tony | 9c70e7e | 2018-02-01 11:59:39 -0600 | [diff] [blame] | 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> |
Evan Rosky | a639c79 | 2018-11-15 18:55:34 -0800 | [diff] [blame] | 27 | <!-- Title for an option to enter freeform mode for a given app --> |
| 28 | <string name="recent_task_option_freeform">Freeform</string> |
Tony Wickham | 03c8e3f | 2018-02-06 14:58:13 -0800 | [diff] [blame] | 29 | |
Sunny Goyal | 00c9c9a | 2018-03-26 15:33:41 -0700 | [diff] [blame] | 30 | <!-- Recents: The empty recents string. [CHAR LIMIT=NONE] --> |
| 31 | <string name="recents_empty_message">No recent items</string> |
Vadim Tryshev | ac2042a | 2018-03-29 18:44:19 -0700 | [diff] [blame] | 32 | |
Vadim Tryshev | 3514a22 | 2018-10-03 16:34:41 -0700 | [diff] [blame] | 33 | <!-- Content description for the recent apps's accessibility option that opens its usage settings. [CHAR LIMIT=NONE] --> |
| 34 | <string name="accessibility_app_usage_settings">App usage settings</string> |
| 35 | |
Vadim Tryshev | 6d2321c | 2018-04-11 17:19:08 -0700 | [diff] [blame] | 36 | <!-- Recents: Title of a button that clears the task list, i.e. closes all tasks. [CHAR LIMIT=30] --> |
| 37 | <string name="recents_clear_all">Clear all</string> |
Vadim Tryshev | ce367a3 | 2018-04-27 16:57:11 -0700 | [diff] [blame] | 38 | |
| 39 | <!-- Accessibility title for the list of recent apps [CHAR_LIMIT=none] --> |
| 40 | <string name="accessibility_recent_apps">Recent apps</string> |
vadimt | 759db43 | 2019-01-14 14:41:29 -0800 | [diff] [blame] | 41 | |
Sebastian Franco | 411b71b | 2021-11-25 10:31:31 -0600 | [diff] [blame^] | 42 | <!-- Accessibility confirmation for task closed --> |
| 43 | <string name="task_view_closed">Task Closed</string> |
| 44 | |
vadimt | 759db43 | 2019-01-14 14:41:29 -0800 | [diff] [blame] | 45 | <!-- Accessibility title for an app card in Recents for apps that have time limit set |
| 46 | [CHAR_LIMIT=none] --> |
| 47 | <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> |
| 48 | |
| 49 | <!-- Text to show total app usage per day if it is less than 1 minute ("<" is the |
vadimt | 21550b4 | 2019-01-30 13:04:07 -0800 | [diff] [blame] | 50 | escaped form of '<'). [CHAR LIMIT=15] --> |
vadimt | 759db43 | 2019-01-14 14:41:29 -0800 | [diff] [blame] | 51 | <string name="shorter_duration_less_than_one_minute">< 1 minute</string> |
| 52 | |
vadimt | 759db43 | 2019-01-14 14:41:29 -0800 | [diff] [blame] | 53 | <!-- Annotation shown on an app card in Recents, telling that the app has a usage limit set by |
vadimt | 5c74939 | 2019-01-30 13:17:36 -0800 | [diff] [blame] | 54 | the user, and a given time is left for it today [CHAR LIMIT=22] --> |
vadimt | 759db43 | 2019-01-14 14:41:29 -0800 | [diff] [blame] | 55 | <string name="time_left_for_app"><xliff:g id="time" example="7 minutes">%1$s</xliff:g> left today</string> |
Sunny Goyal | 77b3419 | 2019-04-19 01:46:51 -0700 | [diff] [blame] | 56 | |
| 57 | <!-- Accessibility title for the row of all-apps containing app predictions. [CHAR LIMIT=50] --> |
| 58 | <string name="title_app_suggestions">App suggestions</string> |
Sunny Goyal | 77b3419 | 2019-04-19 01:46:51 -0700 | [diff] [blame] | 59 | <!-- 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] --> |
| 60 | <string name="all_apps_prediction_tip">Your predicted apps</string> |
| 61 | |
Pinyao Ting | 993aef8 | 2019-12-26 09:40:12 -0800 | [diff] [blame] | 62 | <!-- Content description for a close button. [CHAR LIMIT=NONE] --> |
Samuel Fufa | ac120c9 | 2021-04-06 03:03:33 -0500 | [diff] [blame] | 63 | <string name="gesture_tutorial_close_button_content_description" translatable="false">Close</string> |
Samuel Fufa | aed008d | 2019-12-19 10:57:40 -0800 | [diff] [blame] | 64 | |
Samuel Fufa | a421143 | 2020-02-25 18:47:54 -0800 | [diff] [blame] | 65 | <!-- Hotseat educational strings for users who don't qualify for migration --> |
Samuel Fufa | 365277a | 2020-03-18 16:22:57 -0700 | [diff] [blame] | 66 | <string name="hotseat_edu_title_migrate">Get app suggestions on the bottom row of your Home screen</string> |
Samuel Fufa | be40b29 | 2020-05-18 12:50:29 -0700 | [diff] [blame] | 67 | <string name="hotseat_edu_title_migrate_landscape">Get app suggestions on favorites row of your Home screen</string> |
Samuel Fufa | a421143 | 2020-02-25 18:47:54 -0800 | [diff] [blame] | 68 | |
Samuel Fufa | 365277a | 2020-03-18 16:22:57 -0700 | [diff] [blame] | 69 | <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> |
Samuel Fufa | be40b29 | 2020-05-18 12:50:29 -0700 | [diff] [blame] | 70 | <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> |
Samuel Fufa | 365277a | 2020-03-18 16:22:57 -0700 | [diff] [blame] | 71 | <string name="hotseat_edu_message_migrate_alt">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 to a new folder.</string> |
Samuel Fufa | a421143 | 2020-02-25 18:47:54 -0800 | [diff] [blame] | 72 | |
Samuel Fufa | aed008d | 2019-12-19 10:57:40 -0800 | [diff] [blame] | 73 | <!-- Button text to opt in for fully predicted hotseat --> |
Samuel Fufa | 365277a | 2020-03-18 16:22:57 -0700 | [diff] [blame] | 74 | <string name="hotseat_edu_accept">Get app suggestions</string> |
Samuel Fufa | aed008d | 2019-12-19 10:57:40 -0800 | [diff] [blame] | 75 | <!-- Button text to dismiss opt in for fully predicted hotseat --> |
Samuel Fufa | 365277a | 2020-03-18 16:22:57 -0700 | [diff] [blame] | 76 | <string name="hotseat_edu_dismiss">No thanks</string> |
Samuel Fufa | aed008d | 2019-12-19 10:57:40 -0800 | [diff] [blame] | 77 | |
Samuel Fufa | 5b2da14 | 2020-05-28 16:55:26 -0700 | [diff] [blame] | 78 | <!-- action shown to toggle predictions after onboarding --> |
| 79 | <string name="hotseat_prediction_settings">Settings</string> |
Samuel Fufa | 0068e18 | 2020-03-24 18:34:12 -0700 | [diff] [blame] | 80 | |
| 81 | <!-- tip shown if user has no items in hotseat to migrate --> |
| 82 | <string name="hotseat_auto_enrolled">Most-used apps appear here, and change based on routines</string> |
Samuel Fufa | 0068e18 | 2020-03-24 18:34:12 -0700 | [diff] [blame] | 83 | <!-- tip shown if user declines migration and has no open spots for prediction --> |
Samuel Fufa | 6b13c84 | 2020-03-25 13:11:38 -0700 | [diff] [blame] | 84 | <string name="hotseat_tip_no_empty_slots">Drag apps off the bottom row to get app suggestions</string> |
| 85 | <!-- tip shown if user declines migration and has some open spots for prediction --> |
| 86 | <string name="hotseat_tip_gaps_filled">App suggestions added to empty space</string> |
Samuel Fufa | f667a13 | 2020-05-29 14:47:42 -0700 | [diff] [blame] | 87 | <!-- tip shown when user migrates and predictions are enabled in hotseat --> |
Samuel Fufa | 5b2da14 | 2020-05-28 16:55:26 -0700 | [diff] [blame] | 88 | <string name="hotsaet_tip_prediction_enabled">App suggestions enabled</string> |
Samuel Fufa | d25a112 | 2020-06-18 13:19:16 -0700 | [diff] [blame] | 89 | <!-- tip shown when hotseat edu is requested while predictions are disabled --> |
Samuel Fufa | 5b2da14 | 2020-05-28 16:55:26 -0700 | [diff] [blame] | 90 | <string name="hotsaet_tip_prediction_disabled">App suggestions are disabled</string> |
Sunny Goyal | 77b3419 | 2019-04-19 01:46:51 -0700 | [diff] [blame] | 91 | |
Samuel Fufa | 6eaf989 | 2020-04-01 11:40:40 -0700 | [diff] [blame] | 92 | <!-- content description for hotseat items --> |
| 93 | <string name="hotseat_prediction_content_description">Predicted app: <xliff:g id="title" example="Chrome">%1$s</xliff:g></string> |
| 94 | |
Schneider Victor-tulias | 6062b85 | 2021-03-24 15:06:15 -0700 | [diff] [blame] | 95 | <!-- Feedback shown during interactive parts of Back gesture tutorial for right edge when the gesture is too far from the edge. [CHAR LIMIT=100] --> |
Schneider Victor-tulias | bfe33b0 | 2021-06-24 15:05:18 -0700 | [diff] [blame] | 96 | <string name="back_gesture_feedback_swipe_too_far_from_edge">Make sure you swipe from the far-right or far-left edge.</string> |
Schneider Victor-tulias | 6062b85 | 2021-03-24 15:06:15 -0700 | [diff] [blame] | 97 | <!-- Feedback shown during interactive parts of Back gesture tutorial for right edge when the gesture is cancelled. [CHAR LIMIT=100] --> |
Schneider Victor-tulias | bfe33b0 | 2021-06-24 15:05:18 -0700 | [diff] [blame] | 98 | <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> |
Schneider Victor-tulias | 8a3a857 | 2021-05-20 14:05:38 -0700 | [diff] [blame] | 99 | <!-- Feedback shown after completing the back gesture step if the user is following the full gesture tutorial flow. [CHAR LIMIT=100] --> |
| 100 | <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> |
Schneider Victor-tulias | e3af6c6 | 2021-04-28 12:11:11 -0700 | [diff] [blame] | 101 | <!-- Feedback shown after completing the back gesture step if the user started this tutorial individually. [CHAR LIMIT=100] --> |
| 102 | <string name="back_gesture_feedback_complete_without_follow_up">You completed the go back gesture.</string> |
Andy Wickham | 64a9113 | 2020-04-16 21:13:01 +0000 | [diff] [blame] | 103 | <!-- Feedback shown during interactive parts of Back gesture tutorial when the gesture is within the nav bar region. [CHAR LIMIT=100] --> |
Schneider Victor-tulias | 6062b85 | 2021-03-24 15:06:15 -0700 | [diff] [blame] | 104 | <string name="back_gesture_feedback_swipe_in_nav_bar">Make sure you don\'t swipe too close to the bottom of the screen.</string> |
Pinyao Ting | 993aef8 | 2019-12-26 09:40:12 -0800 | [diff] [blame] | 105 | <!-- Subtitle shown on the confirmation screen after successful gesture. [CHAR LIMIT=60] --> |
Schneider Victor-tulias | 6062b85 | 2021-03-24 15:06:15 -0700 | [diff] [blame] | 106 | <string name="back_gesture_tutorial_confirm_subtitle">To change the sensitivity of the back gesture, go to Settings</string> |
Andy Wickham | 64a9113 | 2020-04-16 21:13:01 +0000 | [diff] [blame] | 107 | <!-- Feedback shown during interactive parts of Home gesture tutorial when the gesture is started too far from the edge. [CHAR LIMIT=100] --> |
Schneider Victor-tulias | bfe33b0 | 2021-06-24 15:05:18 -0700 | [diff] [blame] | 108 | <!-- Introduction title for the Back gesture tutorial. [CHAR LIMIT=100] --> |
| 109 | <string name="back_gesture_intro_title">Swipe to go back</string> |
| 110 | <!-- Introduction subtitle for the Back gesture tutorial. [CHAR LIMIT=200] --> |
| 111 | <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> |
Andy Wickham | 4f66dc3 | 2020-04-15 20:25:32 +0000 | [diff] [blame] | 112 | |
Schneider Victor-tulias | 6062b85 | 2021-03-24 15:06:15 -0700 | [diff] [blame] | 113 | <string name="home_gesture_feedback_swipe_too_far_from_edge">Make sure you swipe up from the bottom edge of the screen.</string> |
| 114 | <!-- Feedback shown during interactive parts of Home gesture tutorial when the Overview gesture is detected. [CHAR LIMIT=100] --> |
| 115 | <string name="home_gesture_feedback_overview_detected">Make sure you don\'t pause before letting go.</string> |
| 116 | <!-- Feedback shown during interactive parts of Home gesture tutorial when the gesture is horizontal instead of vertical. [CHAR LIMIT=100] --> |
| 117 | <string name="home_gesture_feedback_wrong_swipe_direction">Make sure you swipe straight up.</string> |
Schneider Victor-tulias | e3af6c6 | 2021-04-28 12:11:11 -0700 | [diff] [blame] | 118 | <!-- Feedback shown after completing the home gesture step if the user is following the full gesture tutorial flow. [CHAR LIMIT=100] --> |
| 119 | <string name="home_gesture_feedback_complete_with_follow_up">You completed the go Home gesture. Next up, learn how to go back.</string> |
| 120 | <!-- Feedback shown after completing the home gesture step if the user started this tutorial individually. [CHAR LIMIT=100] --> |
| 121 | <string name="home_gesture_feedback_complete_without_follow_up">You completed the go Home gesture.</string> |
Schneider Victor-tulias | 6062b85 | 2021-03-24 15:06:15 -0700 | [diff] [blame] | 122 | <!-- Introduction title for the Home gesture tutorial. [CHAR LIMIT=100] --> |
| 123 | <string name="home_gesture_intro_title">Swipe to go home</string> |
| 124 | <!-- Introduction subtitle for the Home gesture tutorial. [CHAR LIMIT=100] --> |
| 125 | <string name="home_gesture_intro_subtitle">Swipe up from the bottom of your screen. This gesture always takes you to the Home screen.</string> |
| 126 | |
Andy Wickham | fad8a87 | 2020-06-01 16:29:53 -0700 | [diff] [blame] | 127 | <!-- Feedback shown during interactive parts of Overview gesture tutorial when the gesture is started too far from the edge. [CHAR LIMIT=100] --> |
Schneider Victor-tulias | 6062b85 | 2021-03-24 15:06:15 -0700 | [diff] [blame] | 128 | <string name="overview_gesture_feedback_swipe_too_far_from_edge">Make sure you swipe up from the bottom edge of the screen.</string> |
Schneider Victor-tulias | fb55293 | 2021-03-12 15:50:58 -0800 | [diff] [blame] | 129 | <!-- 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] --> |
Schneider Victor-tulias | 6062b85 | 2021-03-24 15:06:15 -0700 | [diff] [blame] | 130 | <string name="overview_gesture_feedback_home_detected">Try holding the window for longer before releasing.</string> |
Andy Wickham | fad8a87 | 2020-06-01 16:29:53 -0700 | [diff] [blame] | 131 | <!-- Feedback shown during interactive parts of Overview gesture tutorial when the gesture is horizontal instead of vertical. [CHAR LIMIT=100] --> |
Schneider Victor-tulias | 6062b85 | 2021-03-24 15:06:15 -0700 | [diff] [blame] | 132 | <string name="overview_gesture_feedback_wrong_swipe_direction">Make sure you swipe straight up, then pause.</string> |
Schneider Victor-tulias | e3af6c6 | 2021-04-28 12:11:11 -0700 | [diff] [blame] | 133 | <!-- Feedback shown after completing the overview gesture step if the user is following the full gesture tutorial flow. [CHAR LIMIT=100] --> |
| 134 | <string name="overview_gesture_feedback_complete_with_follow_up">You learned how to use gestures. To turn off gestures, go to Settings.</string> |
| 135 | <!-- Feedback shown after completing the overview gesture step if the user started this tutorial individually. [CHAR LIMIT=100] --> |
| 136 | <string name="overview_gesture_feedback_complete_without_follow_up">You completed the switch apps gesture.</string> |
Schneider Victor-tulias | 6062b85 | 2021-03-24 15:06:15 -0700 | [diff] [blame] | 137 | <!-- Introduction title for the Overview gesture tutorial. [CHAR LIMIT=100] --> |
| 138 | <string name="overview_gesture_intro_title">Swipe to switch apps</string> |
| 139 | <!-- Introduction subtitle for the Overview gesture tutorial. [CHAR LIMIT=100] --> |
Schneider Victor-tulias | bfe33b0 | 2021-06-24 15:05:18 -0700 | [diff] [blame] | 140 | <string name="overview_gesture_intro_subtitle">To switch between apps, swipe up from the bottom of your screen, hold, then release.</string> |
Andy Wickham | fad8a87 | 2020-06-01 16:29:53 -0700 | [diff] [blame] | 141 | |
Andy Wickham | 1a5795d | 2020-05-29 14:00:39 -0700 | [diff] [blame] | 142 | <!-- Title shown during interactive part of Assistant gesture tutorial. [CHAR LIMIT=30] --> |
| 143 | <string name="assistant_gesture_tutorial_playground_title" translatable="false">Tutorial: Assistant</string> |
| 144 | <!-- Subtitle shown during interactive parts of Assistant gesture tutorial. [CHAR LIMIT=60] --> |
| 145 | <string name="assistant_gesture_tutorial_playground_subtitle" translatable="false">Try swiping diagonally from a bottom corner of the screen</string> |
| 146 | <!-- Feedback shown during interactive parts of Assistant gesture tutorial when the gesture is started too far from the corner. [CHAR LIMIT=100] --> |
Schneider Victor-tulias | 6062b85 | 2021-03-24 15:06:15 -0700 | [diff] [blame] | 147 | <string name="assistant_gesture_feedback_swipe_too_far_from_corner" translatable="false">Make sure you swipe from a bottom corner of the screen.</string> |
Andy Wickham | 1a5795d | 2020-05-29 14:00:39 -0700 | [diff] [blame] | 148 | <!-- Feedback shown during interactive parts of Assistant gesture tutorial when the gesture doesn't go diagonally enough. [CHAR LIMIT=100] --> |
Schneider Victor-tulias | 6062b85 | 2021-03-24 15:06:15 -0700 | [diff] [blame] | 149 | <string name="assistant_gesture_feedback_swipe_not_diagonal" translatable="false">Make sure you swipe diagonally.</string> |
Andy Wickham | 1a5795d | 2020-05-29 14:00:39 -0700 | [diff] [blame] | 150 | <!-- Feedback shown during interactive parts of Assistant gesture tutorial when the gesture doesn't go far enough. [CHAR LIMIT=100] --> |
Schneider Victor-tulias | 6062b85 | 2021-03-24 15:06:15 -0700 | [diff] [blame] | 151 | <string name="assistant_gesture_feedback_swipe_not_long_enough" translatable="false">Try swiping further.</string> |
Andy Wickham | 1a5795d | 2020-05-29 14:00:39 -0700 | [diff] [blame] | 152 | |
Winson Chung | f993518 | 2020-10-23 09:26:44 -0700 | [diff] [blame] | 153 | <!-- Title shown in sandbox mode part of gesture tutorial. [CHAR LIMIT=30] --> |
| 154 | <string name="sandbox_mode_title" translatable="false">Sandbox Mode</string> |
| 155 | <!-- Subtitle shown in sandbox mode part of gesture tutorial. [CHAR LIMIT=60] --> |
| 156 | <string name="sandbox_mode_subtitle" translatable="false">Try any navigation gesture</string> |
| 157 | <!-- Feedback shown in sandbox mode when the back gesture is successfully issued. [CHAR LIMIT=60] --> |
| 158 | <string name="sandbox_mode_back_gesture_feedback_successful" translatable="false">Back gesture successful</string> |
| 159 | <!-- Feedback shown in sandbox mode when the assistant gesture is a successfully issued. [CHAR LIMIT=60] --> |
| 160 | <string name="sandbox_mode_assistant_gesture_feedback_successful" translatable="false">Assistant gesture successful</string> |
| 161 | <!-- Feedback shown in sandbox mode when the home gesture is a successfully issued. [CHAR LIMIT=60] --> |
| 162 | <string name="sandbox_mode_home_gesture_feedback_successful" translatable="false">Home gesture successful</string> |
| 163 | <!-- Feedback shown in sandbox mode when the overview gesture is a successfully issued. [CHAR LIMIT=60] --> |
| 164 | <string name="sandbox_mode_overview_gesture_feedback_successful" translatable="false">Overview gesture successful</string> |
| 165 | <!-- Feedback shown in sandbox mode when the back gesture swipe is too far from the edge. [CHAR LIMIT=60] --> |
| 166 | <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> |
| 167 | |
Andy Wickham | ee1203e | 2020-05-13 10:40:20 -0700 | [diff] [blame] | 168 | <!-- Title shown on the confirmation screen after successful gesture. [CHAR LIMIT=30] --> |
Schneider Victor-tulias | 6062b85 | 2021-03-24 15:06:15 -0700 | [diff] [blame] | 169 | <string name="gesture_tutorial_confirm_title">All set</string> |
Schneider Victor-tulias | bfe33b0 | 2021-06-24 15:05:18 -0700 | [diff] [blame] | 170 | <!-- Button text shown on a button on the feedback popup to complete the gesture tutorial. [CHAR LIMIT=14] --> |
| 171 | <string name="gesture_tutorial_action_button_label">Done</string> |
Andy Wickham | ee1203e | 2020-05-13 10:40:20 -0700 | [diff] [blame] | 172 | <!-- Button text shown on a button to go to Settings. [CHAR LIMIT=14] --> |
Schneider Victor-tulias | 6062b85 | 2021-03-24 15:06:15 -0700 | [diff] [blame] | 173 | <string name="gesture_tutorial_action_button_label_settings">Settings</string> |
| 174 | <!-- Feedback title to try again. [CHAR LIMIT=30] --> |
| 175 | <string name="gesture_tutorial_try_again">Try again</string> |
| 176 | <!-- Feedback title for a successful gesture. [CHAR LIMIT=30] --> |
| 177 | <string name="gesture_tutorial_nice">Nice!</string> |
| 178 | <!-- Feedback subtext displaying the current step and the total number of steps for the tutorial. [CHAR LIMIT=30] --> |
| 179 | <string name="gesture_tutorial_step">Tutorial <xliff:g id="current">%1$d</xliff:g>/<xliff:g id="total">%2$d</xliff:g></string> |
Sreyas | 1963d3f | 2020-03-09 18:10:08 -0700 | [diff] [blame] | 180 | |
Andy Wickham | 474c616 | 2021-05-03 18:26:44 -0700 | [diff] [blame] | 181 | <!-- Title of "All Set" page [CHAR LIMIT=NONE] --> |
| 182 | <string name="allset_title">All set!</string> |
| 183 | <!-- Hint string at the bottom of "All Set" page [CHAR LIMIT=NONE] --> |
Schneider Victor-tulias | bfe33b0 | 2021-06-24 15:05:18 -0700 | [diff] [blame] | 184 | <string name="allset_hint">Swipe up to go Home</string> |
Andy Wickham | 474c616 | 2021-05-03 18:26:44 -0700 | [diff] [blame] | 185 | <!-- Description of "All Set" page [CHAR LIMIT=NONE] --> |
| 186 | <string name="allset_description">You\u2019re ready to start using your phone</string> |
| 187 | <!-- String linking to navigation settings on "All Set" page [CHAR LIMIT=NONE] --> |
Schneider Victor-tulias | bfe33b0 | 2021-06-24 15:05:18 -0700 | [diff] [blame] | 188 | <string name="allset_navigation_settings"><annotation id="link">System navigation settings</annotation></string> |
Andy Wickham | 474c616 | 2021-05-03 18:26:44 -0700 | [diff] [blame] | 189 | |
Sreyas | 1963d3f | 2020-03-09 18:10:08 -0700 | [diff] [blame] | 190 | <!-- ******* Overview ******* --> |
| 191 | <!-- Label for a button that causes the current overview app to be shared. [CHAR_LIMIT=40] --> |
Sreyas | cd86663 | 2020-03-31 12:32:55 -0700 | [diff] [blame] | 192 | <string name="action_share">Share</string> |
Sreyas | 1963d3f | 2020-03-09 18:10:08 -0700 | [diff] [blame] | 193 | <!-- Label for a button that causes a screen shot of the current app to be taken. [CHAR_LIMIT=40] --> |
Sreyas | cd86663 | 2020-03-31 12:32:55 -0700 | [diff] [blame] | 194 | <string name="action_screenshot">Screenshot</string> |
Vinit Nayak | 6174106 | 2021-08-16 14:53:59 -0700 | [diff] [blame] | 195 | <!-- Label for a button that enters split screen selection mode. [CHAR_LIMIT=20] --> |
| 196 | <string name="action_split">Split</string> |
Vinit Nayak | 8217054 | 2021-09-27 14:51:24 -0700 | [diff] [blame] | 197 | <!-- Label for toast with instructions for split screen selection mode. [CHAR_LIMIT=50] --> |
| 198 | <string name="toast_split_select_app">Tap another app to use splitscreen</string> |
Vinit Nayak | 3e9bd87 | 2021-10-26 11:10:23 -0700 | [diff] [blame] | 199 | <!-- Label for toast when app selected for split isn't supported. [CHAR_LIMIT=50] --> |
| 200 | <string name="toast_split_app_unsupported">App does not support split-screen.</string> |
Zak Cohen | 4ebd859 | 2020-05-08 17:16:15 -0700 | [diff] [blame] | 201 | <!-- Message shown when an action is blocked by a policy enforced by the app or the organization managing the device. [CHAR_LIMIT=NONE] --> |
| 202 | <string name="blocked_by_policy">This action isn\'t allowed by the app or your organization</string> |
Schneider Victor-tulias | 6062b85 | 2021-03-24 15:06:15 -0700 | [diff] [blame] | 203 | |
| 204 | <!-- ******* Skip tutorial dialog ******* --> |
| 205 | <!-- Title for the dialog that allows the user to skip the gesture navigation tutorial. [CHAR_LIMIT=40] --> |
| 206 | <string name="skip_tutorial_dialog_title">Skip navigation tutorial?</string> |
Schneider Victor-tulias | 3ce81f2 | 2021-04-16 13:38:26 -0700 | [diff] [blame] | 207 | <!-- 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] --> |
| 208 | <string name="skip_tutorial_dialog_subtitle">You can find this later in the <xliff:g id="name">%1$s</xliff:g> app</string> |
Schneider Victor-tulias | 6062b85 | 2021-03-24 15:06:15 -0700 | [diff] [blame] | 209 | <!-- Button text shown on a button on the tutorial skip dialog to return to the tutorial. [CHAR LIMIT=14] --> |
| 210 | <string name="gesture_tutorial_action_button_label_cancel">Cancel</string> |
| 211 | <!-- Button text shown on a button on the tutorial skip dialog to exit the tutorial. [CHAR LIMIT=14] --> |
| 212 | <string name="gesture_tutorial_action_button_label_skip">Skip</string> |
Andy Wickham | 13f3ffe | 2021-07-30 16:00:20 -1000 | [diff] [blame] | 213 | |
Nick Chameyev | 0288d2e | 2021-10-21 15:31:51 +0100 | [diff] [blame] | 214 | <!-- Accessibility label for the rotation suggestion button --> |
| 215 | <string name="accessibility_rotate_button">Rotate screen</string> |
| 216 | |
Andy Wickham | 13f3ffe | 2021-07-30 16:00:20 -1000 | [diff] [blame] | 217 | <!-- ******* Taskbar Edu ******* --> |
Andy Wickham | a0cc090 | 2021-08-18 15:17:54 -1000 | [diff] [blame] | 218 | <!-- Accessibility text spoken when the taskbar education panel appears [CHAR_LIMIT=NONE] --> |
| 219 | <string name="taskbar_edu_opened">Taskbar education appeared</string> |
| 220 | <!-- Accessibility text spoken when the taskbar education panel disappears [CHAR_LIMIT=NONE] --> |
| 221 | <string name="taskbar_edu_closed">Taskbar education closed</string> |
Andy Wickham | f9ea9ce | 2021-08-24 14:23:36 -1000 | [diff] [blame] | 222 | <!-- Text in dialog that lets a user know how they can use the taskbar to switch apps on their device. |
Andy Wickham | a0cc090 | 2021-08-18 15:17:54 -1000 | [diff] [blame] | 223 | [CHAR_LIMIT=60] --> |
Andy Wickham | f9ea9ce | 2021-08-24 14:23:36 -1000 | [diff] [blame] | 224 | <string name="taskbar_edu_switch_apps" translatable="false">Use the taskbar to switch apps</string> |
| 225 | <!-- Text in dialog that lets a user know how they can use the taskbar to use multiple apps at once on their device. |
Andy Wickham | a0cc090 | 2021-08-18 15:17:54 -1000 | [diff] [blame] | 226 | [CHAR_LIMIT=60] --> |
Andy Wickham | f9ea9ce | 2021-08-24 14:23:36 -1000 | [diff] [blame] | 227 | <string name="taskbar_edu_splitscreen" translatable="false">Drag to the side to use two apps at once</string> |
Andy Wickham | a0cc090 | 2021-08-18 15:17:54 -1000 | [diff] [blame] | 228 | <!-- Text in dialog that lets a user know how they can hide the taskbar on their device. |
| 229 | [CHAR_LIMIT=60] --> |
Andy Wickham | f9ea9ce | 2021-08-24 14:23:36 -1000 | [diff] [blame] | 230 | <string name="taskbar_edu_stashing">Touch & hold to hide the taskbar</string> |
Andy Wickham | a0cc090 | 2021-08-18 15:17:54 -1000 | [diff] [blame] | 231 | <!-- Text on button to go to the next screen of a tutorial [CHAR_LIMIT=16] --> |
Andy Wickham | 13f3ffe | 2021-07-30 16:00:20 -1000 | [diff] [blame] | 232 | <string name="taskbar_edu_next">Next</string> |
Andy Wickham | a0cc090 | 2021-08-18 15:17:54 -1000 | [diff] [blame] | 233 | <!-- Text on button to go to the previous screen of a tutorial [CHAR_LIMIT=16] --> |
| 234 | <string name="taskbar_edu_previous">Back</string> |
| 235 | <!-- Text on button to exit a tutorial [CHAR_LIMIT=16] --> |
Andy Wickham | 13f3ffe | 2021-07-30 16:00:20 -1000 | [diff] [blame] | 236 | <string name="taskbar_edu_close">Close</string> |
Andy Wickham | a0cc090 | 2021-08-18 15:17:54 -1000 | [diff] [blame] | 237 | <!-- Text on button to finish a tutorial [CHAR_LIMIT=16] --> |
| 238 | <string name="taskbar_edu_done">Done</string> |
Adam Cohen | df83c90 | 2020-04-01 17:52:00 -0400 | [diff] [blame] | 239 | </resources> |