• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/**
4 * Copyright (c) 2009, 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    <!-- Content description for the recent apps panel (not shown on the screen). [CHAR LIMIT=NONE] -->
22    <string name="accessibility_desc_recent_apps">Overview.</string>
23
24    <!-- Content description to tell the user that this button will remove an application from recents -->
25    <string name="accessibility_recents_item_will_be_dismissed">Dismiss <xliff:g id="app" example="Calendar">%s</xliff:g>.</string>
26    <!-- Content description to tell the user an application has been removed from recents -->
27    <string name="accessibility_recents_item_dismissed"><xliff:g id="app" example="Calendar">%s</xliff:g> dismissed.</string>
28    <!-- Content description to tell the user all applications has been removed from recents -->
29    <string name="accessibility_recents_all_items_dismissed">All recent applications dismissed.</string>
30    <!-- Content description to tell the user that this button will open application info for an application in recents -->
31    <string name="accessibility_recents_item_open_app_info">Open <xliff:g id="app" example="Calendar">%s</xliff:g> application info.</string>
32    <!-- Content description to tell the user an application has been launched from recents -->
33    <string name="accessibility_recents_item_launched">Starting <xliff:g id="app" example="Calendar">%s</xliff:g>.</string>
34
35    <!-- Recents: The empty recents string. [CHAR LIMIT=NONE] -->
36    <string name="recents_empty_message">No recent items</string>
37    <!-- Recents: The empty recents string after dismissing all tasks. [CHAR LIMIT=NONE] -->
38    <string name="recents_empty_message_dismissed_all">You\'ve cleared everything</string>
39    <!-- Recents: The info panel app info button string. [CHAR LIMIT=NONE] -->
40    <string name="recents_app_info_button_label">Application Info</string>
41    <!-- Recents: The screen pinning button. [CHAR LIMIT=NONE] -->
42    <string name="recents_lock_to_app_button_label">screen pinning</string>
43    <!-- Recents: Temporary string for the button in the recents search bar. [CHAR LIMIT=NONE] -->
44    <string name="recents_search_bar_label">search</string>
45    <!-- Recents: Launch error string. [CHAR LIMIT=NONE] -->
46    <string name="recents_launch_error_message">Could not start <xliff:g id="app" example="Calendar">%s</xliff:g>.</string>
47    <!-- Recents: Launch disabled string. [CHAR LIMIT=NONE] -->
48    <string name="recents_launch_disabled_message"><xliff:g id="app" example="Calendar">%s</xliff:g> is disabled in safe-mode.</string>
49    <!-- Recents: Stack action button string. [CHAR LIMIT=NONE] -->
50    <string name="recents_stack_action_button_label">Clear all</string>
51    <!-- Recents: Hint text that shows on the drop targets to start multiwindow. [CHAR LIMIT=NONE] -->
52    <string name="recents_drag_hint_message">Drag here to use split screen</string>
53
54    <!-- Recents: MultiStack add stack split horizontal radio button. [CHAR LIMIT=NONE] -->
55    <string name="recents_multistack_add_stack_dialog_split_horizontal">Split Horizontal</string>
56    <!-- Recents: MultiStack add stack split vertical radio button. [CHAR LIMIT=NONE] -->
57    <string name="recents_multistack_add_stack_dialog_split_vertical">Split Vertical</string>
58    <!-- Recents: MultiStack add stack split custom radio button. [CHAR LIMIT=NONE] -->
59    <string name="recents_multistack_add_stack_dialog_split_custom">Split Custom</string>
60    <!-- Recents: Accessibility split to the top -->
61    <string name="recents_accessibility_split_screen_top">Split screen to the top</string>
62    <!-- Recents: Accessibility split to the left -->
63    <string name="recents_accessibility_split_screen_left">Split screen to the left</string>
64    <!-- Recents: Accessibility split to the right -->
65    <string name="recents_accessibility_split_screen_right">Split screen to the right</string>
66
67</resources>