2017-10-30 10:03:34 -07:00
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
* Copyright (C) 2017 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
2019-01-14 14:41:29 -08:00
<resources xmlns:xliff= "urn:oasis:names:tc:xliff:document:1.2" >
2017-10-30 10:03:34 -07:00
<!-- Application name -->
2018-08-18 19:13:28 +07:00
<!-- <string name="derived_app_name" translatable="false">Quickstep</string> -->
2018-02-01 11:59:39 -06:00
<!-- Options for recent tasks -->
<!-- Title for an option to enter split screen mode for a given app -->
<string name= "recent_task_option_split_screen" > Split screen</string>
<!-- Title for an option to keep an app pinned to the screen until it is unpinned -->
<string name= "recent_task_option_pin" > Pin</string>
2018-11-15 18:55:34 -08:00
<!-- Title for an option to enter freeform mode for a given app -->
<string name= "recent_task_option_freeform" > Freeform</string>
2018-02-06 14:58:13 -08:00
2018-03-26 12:10:31 -07:00
<!-- Content description for the recent apps panel (not shown on the screen). [CHAR LIMIT=NONE] -->
<string name= "accessibility_desc_recent_apps" > Overview</string>
2018-03-26 15:33:41 -07:00
<!-- Recents: The empty recents string. [CHAR LIMIT=NONE] -->
<string name= "recents_empty_message" > No recent items</string>
2018-03-29 18:44:19 -07:00
<!-- Content description for the recent apps's accessibility option that closes it. [CHAR LIMIT=NONE] -->
<string name= "accessibility_close_task" > Close</string>
2018-04-11 17:19:08 -07:00
2018-10-03 16:34:41 -07:00
<!-- Content description for the recent apps's accessibility option that opens its usage settings. [CHAR LIMIT=NONE] -->
<string name= "accessibility_app_usage_settings" > App usage settings</string>
2018-04-11 17:19:08 -07:00
<!-- Recents: Title of a button that clears the task list, i.e. closes all tasks. [CHAR LIMIT=30] -->
<string name= "recents_clear_all" > Clear all</string>
2018-04-27 16:57:11 -07:00
<!-- Accessibility title for the list of recent apps [CHAR_LIMIT=none] -->
<string name= "accessibility_recent_apps" > Recent apps</string>
2019-01-14 14:41:29 -08:00
<!-- Accessibility title for an app card in Recents for apps that have time limit set
[CHAR_LIMIT=none] -->
<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>
<!-- Text to show total app usage per day if it is less than 1 minute ("<" is the
2019-01-30 13:04:07 -08:00
escaped form of '< '). [CHAR LIMIT=15] -->
2019-01-14 14:41:29 -08:00
<string name= "shorter_duration_less_than_one_minute" > < 1 minute</string>
<!-- Annotation shown on an app card in Recents, telling that the app has a usage limit set by
2019-01-30 13:17:36 -08:00
the user, and a given time is left for it today [CHAR LIMIT=22] -->
2019-01-14 14:41:29 -08:00
<string name= "time_left_for_app" > <xliff:g id= "time" example= "7 minutes" > %1$s</xliff:g> left today</string>
2019-04-19 01:46:51 -07:00
<!-- Accessibility title for the row of all - apps containing app predictions. [CHAR LIMIT=50] -->
<string name= "title_app_suggestions" > App suggestions</string>
<!-- 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] -->
<string name= "all_apps_label" > All apps</string>
<!-- 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] -->
<string name= "all_apps_prediction_tip" > Your predicted apps</string>
2017-10-30 10:03:34 -07:00
</resources>