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 --> |
| 25 | <!-- Title for an option to enter split screen mode for a given app --> |
| 26 | <string name="recent_task_option_split_screen">Split screen</string> |
| 27 | <!-- Title for an option to keep an app pinned to the screen until it is unpinned --> |
| 28 | <string name="recent_task_option_pin">Pin</string> |
Evan Rosky | a639c79 | 2018-11-15 18:55:34 -0800 | [diff] [blame] | 29 | <!-- Title for an option to enter freeform mode for a given app --> |
| 30 | <string name="recent_task_option_freeform">Freeform</string> |
Tony Wickham | 03c8e3f | 2018-02-06 14:58:13 -0800 | [diff] [blame] | 31 | |
Sunny Goyal | 00c9c9a | 2018-03-26 15:33:41 -0700 | [diff] [blame] | 32 | <!-- Recents: The empty recents string. [CHAR LIMIT=NONE] --> |
| 33 | <string name="recents_empty_message">No recent items</string> |
Vadim Tryshev | ac2042a | 2018-03-29 18:44:19 -0700 | [diff] [blame] | 34 | |
Vadim Tryshev | 3514a22 | 2018-10-03 16:34:41 -0700 | [diff] [blame] | 35 | <!-- Content description for the recent apps's accessibility option that opens its usage settings. [CHAR LIMIT=NONE] --> |
| 36 | <string name="accessibility_app_usage_settings">App usage settings</string> |
| 37 | |
Vadim Tryshev | 6d2321c | 2018-04-11 17:19:08 -0700 | [diff] [blame] | 38 | <!-- Recents: Title of a button that clears the task list, i.e. closes all tasks. [CHAR LIMIT=30] --> |
| 39 | <string name="recents_clear_all">Clear all</string> |
Vadim Tryshev | ce367a3 | 2018-04-27 16:57:11 -0700 | [diff] [blame] | 40 | |
| 41 | <!-- Accessibility title for the list of recent apps [CHAR_LIMIT=none] --> |
| 42 | <string name="accessibility_recent_apps">Recent apps</string> |
vadimt | 759db43 | 2019-01-14 14:41:29 -0800 | [diff] [blame] | 43 | |
| 44 | <!-- Accessibility title for an app card in Recents for apps that have time limit set |
| 45 | [CHAR_LIMIT=none] --> |
| 46 | <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> |
| 47 | |
| 48 | <!-- 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] | 49 | escaped form of '<'). [CHAR LIMIT=15] --> |
vadimt | 759db43 | 2019-01-14 14:41:29 -0800 | [diff] [blame] | 50 | <string name="shorter_duration_less_than_one_minute">< 1 minute</string> |
| 51 | |
vadimt | 759db43 | 2019-01-14 14:41:29 -0800 | [diff] [blame] | 52 | <!-- 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] | 53 | 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] | 54 | <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] | 55 | |
| 56 | <!-- Accessibility title for the row of all-apps containing app predictions. [CHAR LIMIT=50] --> |
| 57 | <string name="title_app_suggestions">App suggestions</string> |
| 58 | <!-- Label for the header text of the All Apps section in All Apps view, used to separate Predicted Apps and Actions section from All Apps section. [CHAR_LIMIT=50] --> |
| 59 | <string name="all_apps_label">All apps</string> |
| 60 | <!-- 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] --> |
| 61 | <string name="all_apps_prediction_tip">Your predicted apps</string> |
| 62 | |
Pinyao Ting | 993aef8 | 2019-12-26 09:40:12 -0800 | [diff] [blame] | 63 | <!-- Content description for a close button. [CHAR LIMIT=NONE] --> |
Andy Wickham | 2809516 | 2020-04-14 23:08:46 +0000 | [diff] [blame] | 64 | <string name="gesture_tutorial_close_button_content_description" translatable="false">Close</string> |
Samuel Fufa | aed008d | 2019-12-19 10:57:40 -0800 | [diff] [blame] | 65 | |
Samuel Fufa | a421143 | 2020-02-25 18:47:54 -0800 | [diff] [blame] | 66 | |
Samuel Fufa | aed008d | 2019-12-19 10:57:40 -0800 | [diff] [blame] | 67 | <!-- Hotseat migration notification title --> |
Samuel Fufa | 351eaed | 2020-03-18 16:22:57 -0700 | [diff] [blame] | 68 | <string name="hotseat_edu_prompt_title">Easily access your most-used apps</string> |
Samuel Fufa | aed008d | 2019-12-19 10:57:40 -0800 | [diff] [blame] | 69 | <!-- Hotseat migration notification content --> |
Samuel Fufa | 351eaed | 2020-03-18 16:22:57 -0700 | [diff] [blame] | 70 | <string name="hotseat_edu_prompt_content">Pixel predicts apps you\’ll need next, right on your Home screen. Tap to set up.</string> |
Samuel Fufa | a421143 | 2020-02-25 18:47:54 -0800 | [diff] [blame] | 71 | |
| 72 | <!-- Hotseat educational strings for users who don't qualify for migration --> |
Samuel Fufa | 351eaed | 2020-03-18 16:22:57 -0700 | [diff] [blame] | 73 | <string name="hotseat_edu_title_migrate">Get app suggestions on the bottom row of your Home screen</string> |
Samuel Fufa | a421143 | 2020-02-25 18:47:54 -0800 | [diff] [blame] | 74 | |
Samuel Fufa | 351eaed | 2020-03-18 16:22:57 -0700 | [diff] [blame] | 75 | <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> |
| 76 | <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] | 77 | |
Samuel Fufa | aed008d | 2019-12-19 10:57:40 -0800 | [diff] [blame] | 78 | <!-- Button text to opt in for fully predicted hotseat --> |
Samuel Fufa | 351eaed | 2020-03-18 16:22:57 -0700 | [diff] [blame] | 79 | <string name="hotseat_edu_accept">Get app suggestions</string> |
Samuel Fufa | aed008d | 2019-12-19 10:57:40 -0800 | [diff] [blame] | 80 | <!-- Button text to dismiss opt in for fully predicted hotseat --> |
Samuel Fufa | 351eaed | 2020-03-18 16:22:57 -0700 | [diff] [blame] | 81 | <string name="hotseat_edu_dismiss">No thanks</string> |
Samuel Fufa | aed008d | 2019-12-19 10:57:40 -0800 | [diff] [blame] | 82 | |
Samuel Fufa | 6b13c84 | 2020-03-25 13:11:38 -0700 | [diff] [blame] | 83 | <!-- action shown to turn off predictions after onboarding --> |
Samuel Fufa | aa2aff5 | 2020-03-24 18:34:12 -0700 | [diff] [blame] | 84 | <string name="hotseat_turn_off">Settings</string> |
| 85 | |
| 86 | <!-- tip shown if user has no items in hotseat to migrate --> |
| 87 | <string name="hotseat_auto_enrolled">Most-used apps appear here, and change based on routines</string> |
Samuel Fufa | aa2aff5 | 2020-03-24 18:34:12 -0700 | [diff] [blame] | 88 | <!-- 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] | 89 | <string name="hotseat_tip_no_empty_slots">Drag apps off the bottom row to get app suggestions</string> |
| 90 | <!-- tip shown if user declines migration and has some open spots for prediction --> |
| 91 | <string name="hotseat_tip_gaps_filled">App suggestions added to empty space</string> |
Samuel Fufa | aa2aff5 | 2020-03-24 18:34:12 -0700 | [diff] [blame] | 92 | |
Samuel Fufa | 6eaf989 | 2020-04-01 11:40:40 -0700 | [diff] [blame] | 93 | <!-- content description for hotseat items --> |
| 94 | <string name="hotseat_prediction_content_description">Predicted app: <xliff:g id="title" example="Chrome">%1$s</xliff:g></string> |
| 95 | |
Sunny Goyal | 77b3419 | 2019-04-19 01:46:51 -0700 | [diff] [blame] | 96 | |
Pinyao Ting | 993aef8 | 2019-12-26 09:40:12 -0800 | [diff] [blame] | 97 | <!-- Title shown during interactive part of Back gesture tutorial for right edge. [CHAR LIMIT=30] --> |
| 98 | <string name="back_gesture_tutorial_playground_title_swipe_inward_right_edge" translatable="false">Try the back gesture</string> |
| 99 | <!-- Subtitle shown during interactive parts of Back gesture tutorial for right edge. [CHAR LIMIT=60] --> |
| 100 | <string name="back_gesture_tutorial_engaged_subtitle_swipe_inward_right_edge" translatable="false">Start at the right edge and swipe toward the middle</string> |
| 101 | |
| 102 | <!-- Title shown during interactive part of Back gesture tutorial for left edge. [CHAR LIMIT=30] --> |
| 103 | <string name="back_gesture_tutorial_playground_title_swipe_inward_left_edge" translatable="false">Try the other side</string> |
| 104 | <!-- Subtitle shown during interactive parts of Back gesture tutorial for left edge. [CHAR LIMIT=60] --> |
| 105 | <string name="back_gesture_tutorial_engaged_subtitle_swipe_inward_left_edge" translatable="false">That\'s it! Now try swiping from the left edge.</string> |
| 106 | |
Pinyao Ting | 993aef8 | 2019-12-26 09:40:12 -0800 | [diff] [blame] | 107 | <!-- Subtitle shown on the confirmation screen after successful gesture. [CHAR LIMIT=60] --> |
| 108 | <string name="back_gesture_tutorial_confirm_subtitle" translatable="false">To change the sensitivity of the back gesture, go to Settings</string> |
| 109 | |
Andy Wickham | 4f66dc3 | 2020-04-15 20:25:32 +0000 | [diff] [blame^] | 110 | |
| 111 | <!-- Title shown during interactive part of Home gesture tutorial. [CHAR LIMIT=30] --> |
| 112 | <string name="home_gesture_tutorial_playground_title" translatable="false">Tutorial: Go Home</string> |
| 113 | <!-- Subtitle shown during interactive parts of Home gesture tutorial. [CHAR LIMIT=60] --> |
| 114 | <string name="home_gesture_tutorial_playground_subtitle" translatable="false">Try swiping upward from the bottom edge of the screen</string> |
| 115 | |
| 116 | <!-- Title shown on the confirmation screen after successful gesture. [CHAR LIMIT=30] --> |
| 117 | <string name="gesture_tutorial_confirm_title" translatable="false">All set</string> |
Pinyao Ting | 993aef8 | 2019-12-26 09:40:12 -0800 | [diff] [blame] | 118 | <!-- Button text shown on a button on the confirm screen. [CHAR LIMIT=14] --> |
Andy Wickham | 2809516 | 2020-04-14 23:08:46 +0000 | [diff] [blame] | 119 | <string name="gesture_tutorial_action_button_label" translatable="false">Done</string> |
Pinyao Ting | 993aef8 | 2019-12-26 09:40:12 -0800 | [diff] [blame] | 120 | <!-- Button text shown on a text button on the confirm screen. [CHAR LIMIT=14] --> |
Andy Wickham | 2809516 | 2020-04-14 23:08:46 +0000 | [diff] [blame] | 121 | <string name="gesture_tutorial_action_text_button_label" translatable="false">Settings</string> |
Sreyas | 1963d3f | 2020-03-09 18:10:08 -0700 | [diff] [blame] | 122 | |
| 123 | <!-- ******* Overview ******* --> |
| 124 | <!-- 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] | 125 | <string name="action_share">Share</string> |
Sreyas | 1963d3f | 2020-03-09 18:10:08 -0700 | [diff] [blame] | 126 | <!-- 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] | 127 | <string name="action_screenshot">Screenshot</string> |
Sunny Goyal | 9d34196 | 2017-10-30 10:03:34 -0700 | [diff] [blame] | 128 | </resources> |