blob: 2318e9e18253cbd891a2a3dfb4281cf9299767a4 [file] [log] [blame]
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4* Copyright (C) 2008 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
20<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
21 <!-- General -->
22 <skip />
Jason Monk0bfcceb2014-03-21 15:42:06 -040023
The Android Open Source Project31dd5032009-03-03 19:32:27 -080024 <!-- Application name -->
Sunny Goyal28c6b962015-10-12 11:42:05 -070025 <string name="app_name">Launcher3</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080026 <!-- Default folder name -->
Adam Cohen35712202011-07-15 10:51:28 -070027 <string name="folder_name"></string>
Sunny Goyal18bf8e22015-04-08 18:13:46 -070028 <!-- Work folder name -->
29 <string name="work_folder_name">Work</string>
Michael Jurka96fb3a32011-01-06 16:17:37 -080030 <!-- Displayed when user selects a shortcut for an app that was uninstalled [CHAR_LIMIT=none]-->
Claudia de Veaux0c2aecb2011-10-20 12:26:18 -070031 <string name="activity_not_found">App isn\'t installed.</string>
Sunny Goyal1a745e82014-10-02 15:58:31 -070032 <!-- Displayed when user selects a shortcut for an app that is current not available [CHAR_LIMIT=none]-->
33 <string name="activity_not_available">App isn\'t available</string>
Sunny Goyalc5c60ad2014-07-14 12:02:01 -070034 <!-- SafeMode shortcut error string -->
35 <string name="safemode_shortcut_error">Downloaded app disabled in Safe mode</string>
Sunny Goyal9b4b0812014-10-08 10:47:28 -070036 <!-- SafeMode widget error string -->
37 <string name="safemode_widget_error">Widgets disabled in Safe mode</string>
Sunny Goyal70a7c9b2016-07-28 10:07:32 -070038 <!-- Message shown when a shortcut is not available. It could have been temporarily disabled and may start working again after some time. -->
39 <string name="shortcut_not_available">Shortcut isn\'t available</string>
Sunny Goyal66b24572016-09-21 15:57:55 -070040 <!-- User visible name for the launcher/home screen. [CHAR_LIMIT=30] -->
41 <string name="home_screen">Home screen</string>
42 <!-- Label for showing custom action list of a shortcut or widget. [CHAR_LIMIT=30] -->
43 <string name="custom_actions">Custom actions</string>
Adam Cohenb5fe60c2013-06-06 22:03:51 -070044
Winson Chung5f4e0fd2015-05-22 11:12:27 -070045 <!-- Widgets -->
Michael Jurka931dc972011-08-05 15:08:15 -070046 <!-- Message to tell the user to press and hold on a widget to add it [CHAR_LIMIT=50] -->
Sunny Goyal5b2de722016-06-22 12:03:53 -070047 <string name="long_press_widget_to_add">Touch &amp; hold to pick up a widget.</string>
Sunny Goyale78e3d72015-09-24 11:23:31 -070048 <!-- Accessibility spoken hint message in widget picker, which allows user to add a widget. Custom action is the label for additional accessibility actions available in this mode [CHAR_LIMIT=100] -->
49 <string name="long_accessible_way_to_add">Double-tap &amp; hold to pick up a widget or use custom actions.</string>
Winson Chung3a476782010-09-15 15:21:55 -070050 <!-- The format string for the dimensions of a widget in the drawer -->
Fabrice Di Meglio2d838712013-04-08 13:05:14 -070051 <!-- There is a special version of this format string for Farsi -->
52 <string name="widget_dims_format">%1$d \u00d7 %2$d</string>
Jon Miranda6c613232016-09-19 11:25:39 -070053 <!-- Accessibility spoken message format for the dimensions of a widget in the drawer -->
54 <string name="widget_accessible_dims_format">%1$d wide by %2$d high</string>
Sunny Goyal27835952017-01-13 12:15:53 -080055 <!-- Message to tell the user to press and hold a widget/icon to add it -->
Sunny Goyal66348692017-03-30 12:30:41 -070056 <string name="add_item_request_drag_hint">Touch &amp; hold to place manually</string>
Sunny Goyal27835952017-01-13 12:15:53 -080057 <!-- Button label to automatically add icon on home screen [CHAR_LIMIT=50] -->
Sunny Goyal66348692017-03-30 12:30:41 -070058 <string name="place_automatically">Add automatically</string>
Winson Chung3a476782010-09-15 15:21:55 -070059
Winson Chung5f4e0fd2015-05-22 11:12:27 -070060 <!-- All Apps -->
Winson Chung93f98ea2015-03-10 16:28:47 -070061 <!-- Search bar text in the apps view. [CHAR_LIMIT=50] -->
Sunny Goyalf5a09fe2017-07-20 11:31:51 -070062 <string name="all_apps_search_bar_hint">Search apps</string>
Winson Chung888b3a12015-03-13 11:14:16 -070063 <!-- Loading apps text. [CHAR_LIMIT=50] -->
Sunny Goyalf5a09fe2017-07-20 11:31:51 -070064 <string name="all_apps_loading_message">Loading apps&#8230;</string>
Winson Chung888b3a12015-03-13 11:14:16 -070065 <!-- No-search-results text. [CHAR_LIMIT=50] -->
Sunny Goyalf5a09fe2017-07-20 11:31:51 -070066 <string name="all_apps_no_search_results">No apps found matching \"<xliff:g id="query" example="Android">%1$s</xliff:g>\"</string>
Sunny Goyal8653f1d2016-05-27 12:31:17 -070067 <!-- Label for the button which allows the user to get app search results. [CHAR_LIMIT=50] -->
68 <string name="all_apps_search_market_message">Search for more apps</string>
Winson Chung93f98ea2015-03-10 16:28:47 -070069
Tony Wickhamce445162017-04-10 14:05:34 -070070 <!-- Popup items -->
Tony Wickham9438ed42017-01-20 09:38:25 -080071 <!-- Text to display as the header above notifications. [CHAR_LIMIT=30] -->
Tony Wickhamce445162017-04-10 14:05:34 -070072 <string name="notifications_header">Notifications</string>
Tony Wickham9438ed42017-01-20 09:38:25 -080073
Sunny Goyalc525d802015-04-29 11:05:34 -070074 <!-- Drag and drop -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -080075 <skip />
Winson Chung169c3d72012-04-24 14:43:54 -070076 <!-- Error message when user has filled a home screen -->
77 <string name="out_of_space">No more room on this Home screen.</string>
Winson Chung93eef082012-03-23 15:59:27 -070078 <!-- Error message when user has filled the hotseat -->
Adrian Roosa0d5a042014-01-14 17:45:22 -080079 <string name="hotseat_out_of_space">No more room in the Favorites tray</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080080
Patrick Dubroy67f7f432010-10-04 17:45:43 -070081 <!-- All applications label -->
Sunny Goyal53fe1f22016-07-08 08:47:07 -070082 <string name="all_apps_button_label">Apps list</string>
Joe Onorato52a653f2009-11-11 14:52:11 -080083 <!-- Label for button in all applications label to go back home (to the workspace / desktop)
84 for accessibilty (spoken when the button gets focus). -->
85 <string name="all_apps_home_button_label">Home</string>
86
Tony Wickham9aae47f2015-10-01 13:04:22 -070087 <!-- Label for remove drop target. [CHAR_LIMIT=20] -->
88 <string name="remove_drop_target_label">Remove</string>
Sunny Goyal0e375f92014-10-23 11:38:15 -070089 <!-- Label for uninstall drop target. [CHAR_LIMIT=20]-->
Tony Wickham9aae47f2015-10-01 13:04:22 -070090 <string name="uninstall_drop_target_label">Uninstall</string>
91 <!-- Label for app info drop target. [CHAR_LIMIT=20] -->
92 <string name="app_info_drop_target_label">App info</string>
Mario Bertschlerf41edbe2017-08-31 11:47:53 -070093 <!-- Label for install drop target. [CHAR_LIMIT=20] -->
94 <string name="install_drop_target_label">Install</string>
Winson Chung4c98d922011-05-31 16:50:48 -070095
The Android Open Source Project31dd5032009-03-03 19:32:27 -080096 <!-- Permissions: -->
Joe Onoratoe075e1f2010-03-10 15:30:07 -080097 <skip />
98 <!-- Permission short label -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -080099 <string name="permlab_install_shortcut">install shortcuts</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800100 <!-- Permission description -->
Claudia de Veaux0c2aecb2011-10-20 12:26:18 -0700101 <string name="permdesc_install_shortcut">Allows an app to add
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800102 shortcuts without user intervention.</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800103 <!-- Permission short label -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800104 <string name="permlab_read_settings">read Home settings and shortcuts</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800105 <!-- Permission description -->
Claudia de Veaux7fb4bf52011-12-09 11:34:44 -0800106 <string name="permdesc_read_settings">Allows the app to read the settings and
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800107 shortcuts in Home.</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800108 <!-- Permission short label -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800109 <string name="permlab_write_settings">write Home settings and shortcuts</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800110 <!-- Permission description -->
Claudia de Veaux7fb4bf52011-12-09 11:34:44 -0800111 <string name="permdesc_write_settings">Allows the app to change the settings and
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800112 shortcuts in Home.</string>
113
Sunny Goyal28c6b962015-10-12 11:42:05 -0700114 <!-- Toast shown on clicking a direct call shortcut. [CHAR_LIMIT=80] -->
115 <string name="msg_no_phone_permission"><xliff:g id="app_name" example="Launcher3">%1$s</xliff:g> is not allowed to make phone calls</string>
116
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800117 <!-- Widgets: -->
118 <skip />
Mike LeBeau69293562009-05-08 14:27:31 -0700119
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800120 <!-- Text to show user in place of a gadget when we can't display it properly -->
121 <string name="gadget_error_text">Problem loading widget</string>
Romain Guy41669fc2009-08-13 12:53:24 -0700122
Sunny Goyalff572272014-07-23 13:58:07 -0700123 <!-- Text to show user in place of a gadget when it is not yet initialized. -->
Sunny Goyal0fc1be12014-08-11 17:05:23 -0700124 <string name="gadget_setup_text">Setup</string>
Sunny Goyalff572272014-07-23 13:58:07 -0700125
Adam Cohen76fc0852011-06-17 13:26:23 -0700126 <!-- Text to inform the user that they can't uninstall a system application -->
Claudia de Veaux0c2aecb2011-10-20 12:26:18 -0700127 <string name="uninstall_system_app_text">This is a system app and can\'t be uninstalled.</string>
Daniel Sandler4e1cd232011-05-12 00:06:32 -0400128
Adam Cohen76fc0852011-06-17 13:26:23 -0700129 <!-- Default folder title -->
Adam Cohena65beee2011-06-27 21:32:23 -0700130 <string name="folder_hint_text">Unnamed Folder</string>
Winson Chung6a0f57d2011-06-29 20:10:49 -0700131
132 <!-- Accessibility -->
Sunny Goyalf4204382016-07-13 10:46:07 -0700133 <!-- The format string for when an app is temporarily disabled. -->
134 <string name="disabled_app_label">Disabled <xliff:g id="app_name" example="Messenger">%1$s</xliff:g></string>
Tony Wickham305e9202018-01-23 17:46:47 -0800135 <!-- The format string for when an app has a notification dot (meaning it has associated notifications). -->
136 <plurals name="badged_app_label">
137 <item quantity="one"><xliff:g id="app_name" example="Messenger">%1$s</xliff:g>, has <xliff:g id="notification_count" example="1">%2$d</xliff:g> notification</item>
138 <item quantity="other"><xliff:g id="app_name" example="Messenger">%1$s</xliff:g>, has <xliff:g id="notification_count" example="3">%2$d</xliff:g> notifications</item>
139 </plurals>
Winson Chung6a0f57d2011-06-29 20:10:49 -0700140 <skip />
141
142 <!-- The format string for default page scroll text [CHAR_LIMIT=none] -->
Adam Cohen3371da02011-10-25 21:38:29 -0700143 <string name="default_scroll_format">Page %1$d of %2$d</string>
Winson Chung6a0f57d2011-06-29 20:10:49 -0700144 <!-- The format string for Workspace page scroll text [CHAR_LIMIT=none] -->
alanv51944f12012-05-07 17:31:32 -0700145 <string name="workspace_scroll_format">Home screen %1$d of %2$d</string>
Sunny Goyale78e3d72015-09-24 11:23:31 -0700146 <!-- Description for a new page on homescreen[CHAR_LIMIT=none] -->
147 <string name="workspace_new_page">New home screen page</string>
Winson Chung82f55532011-08-09 14:14:23 -0700148
Adam Cohen3371da02011-10-25 21:38:29 -0700149 <!-- Folder accessibility -->
150 <!-- The format string for when a folder is opened, speaks the dimensions -->
Eric Fischere8da8662012-02-24 10:17:44 -0800151 <string name="folder_opened">Folder opened, <xliff:g id="width" example="5">%1$d</xliff:g> by <xliff:g id="height" example="3">%2$d</xliff:g></string>
Adam Cohen3371da02011-10-25 21:38:29 -0700152 <!-- Instruction that clicking outside will close folder -->
Sunny Goyalec8e15d2016-02-22 16:53:52 -0800153 <string name="folder_tap_to_close">Tap to close folder</string>
Adam Cohen3371da02011-10-25 21:38:29 -0700154 <!-- Instruction that clicking outside will commit folder rename -->
Sunny Goyalec8e15d2016-02-22 16:53:52 -0800155 <string name="folder_tap_to_rename">Tap to save rename</string>
Adam Cohen3371da02011-10-25 21:38:29 -0700156 <!-- Indication that folder closed -->
157 <string name="folder_closed">Folder closed</string>
158 <!-- Folder renamed format -->
Eric Fischere8da8662012-02-24 10:17:44 -0800159 <string name="folder_renamed">Folder renamed to <xliff:g id="name" example="Games">%1$s</xliff:g></string>
Adam Cohen3371da02011-10-25 21:38:29 -0700160 <!-- Folder name format -->
Eric Fischere8da8662012-02-24 10:17:44 -0800161 <string name="folder_name_format">Folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string>
Michael Jurka22beb902012-10-11 11:00:37 +0200162
Adam Cohenf358a4b2013-07-23 16:47:31 -0700163 <!-- Strings for the customization mode -->
164 <!-- Text for widget add button -->
Adam Cohen410f3cd2013-09-22 12:09:32 -0700165 <string name="widget_button_text">Widgets</string>
Adam Cohenf358a4b2013-07-23 16:47:31 -0700166 <!-- Text for wallpaper change button -->
Adam Cohen410f3cd2013-09-22 12:09:32 -0700167 <string name="wallpaper_button_text">Wallpapers</string>
Adam Cohen30bacb22013-08-29 14:25:25 -0700168 <!-- Text for settings button -->
Tony Wickhamcbe6c282017-05-19 19:30:31 -0700169 <string name="settings_button_text">Home settings</string>
Sunny Goyal1ed6c4a2016-04-21 15:16:11 -0700170 <!-- Message shown when a feature is disabled by the administrator -->
171 <string name="msg_disabled_by_admin">Disabled by your admin</string>
Sunny Goyald0a6ae72016-06-16 12:29:03 -0700172 <!-- Text for custom accessibility action to go to the overview mode, where users can look and change the overall UI of the launcher. -->
173 <string name="accessibility_action_overview">Overview</string>
Chris Wrenaeff7ea2014-02-14 16:59:24 -0500174
Rahul Chaturvedi7fc77ca2015-05-19 18:02:16 -0700175 <!-- Strings for settings -->
Sunny Goyalb6e358f2015-06-25 17:11:30 -0700176 <!-- Title for Allow Rotation setting. [CHAR LIMIT=50] -->
Sunny Goyal4dceebe2016-07-08 13:41:02 -0700177 <string name="allow_rotation_title">Allow Home screen rotation</string>
Sunny Goyalf48e5922016-05-12 15:36:20 -0700178 <!-- Text explaining when the home screen will get rotated. [CHAR LIMIT=100] -->
Sunny Goyal4dceebe2016-07-08 13:41:02 -0700179 <string name="allow_rotation_desc">When phone is rotated</string>
Sunny Goyalf48e5922016-05-12 15:36:20 -0700180 <!-- Text explaining that rotation is disabled in Display settings. 'Display' refers to the Display section in system settings [CHAR LIMIT=100] -->
181 <string name="allow_rotation_blocked_desc">Current Display setting doesn\'t permit rotation</string>
Tony Wickham85b64c72017-06-08 12:12:17 -0700182 <!-- Title for Notification dots setting. Tapping this will link to the system Notifications settings screen where the user can turn off notification dots globally. [CHAR LIMIT=50] -->
183 <string name="icon_badging_title">Notification dots</string>
Tony Wickham2ab84822017-05-12 14:59:09 -0700184 <!-- Text to indicate that the system icon badging setting is on [CHAR LIMIT=100] -->
Tony Wickham85b64c72017-06-08 12:12:17 -0700185 <string name="icon_badging_desc_on">On</string>
Tony Wickham2ab84822017-05-12 14:59:09 -0700186 <!-- Text to indicate that the system icon badging setting is off [CHAR LIMIT=100] -->
Tony Wickham85b64c72017-06-08 12:12:17 -0700187 <string name="icon_badging_desc_off">Off</string>
Sunny Goyal848cad52017-07-07 03:12:21 -0700188 <!-- Title for the dialog shown when the app does not has notification access, explaining the requirement for notification access [CHAR LIMIT=50] -->
189 <string name="title_missing_notification_access">Notification access needed</string>
190 <!-- Message explaining to the user that the notification access is required by the app for showing 'Notification dots' [CHAR LIMIT=NONE] -->
191 <string name="msg_missing_notification_access">To show Notification Dots, turn on app notifications for <xliff:g id="name" example="My App">%1$s</xliff:g></string>
192 <!-- Button text in the confirmation dialog which would take the user to the system settings [CHAR LIMIT=50] -->
193 <string name="title_change_settings">Change settings</string>
Rahul Chaturvedi7fc77ca2015-05-19 18:02:16 -0700194
Sunny Goyal4179e9b2017-03-08 14:25:09 -0800195 <!-- Label for the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=40] -->
196 <string name="auto_add_shortcuts_label">Add icon to Home screen</string>
197 <!-- Text description of the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=NONE] -->
198 <string name="auto_add_shortcuts_description">For new apps</string>
199
Sunny Goyalca187462017-03-31 20:09:34 -0700200 <!-- Developer setting to change the shape of icons on home screen. [CHAR LIMIT=50] -->
201 <string name="icon_shape_override_label">Change icon shape</string>
Sunny Goyale7539e92017-05-15 12:15:57 -0700202 <!-- Option to not change the icon shape on home screen and use the system default setting instead. [CHAR LIMIT=50] -->
203 <string name="icon_shape_system_default">Use system default</string>
Sunny Goyal9d9dbcb2017-05-25 16:43:19 +0000204 <!-- Option to change the shape of the home screen icons to a square. [CHAR LIMIT=50] -->
205 <string name="icon_shape_square">Square</string>
206 <!-- Option to change the shape of the home screen icons to a squircle. This represents the name of the shape somewhere between a circle and a square. [CHAR LIMIT=50] -->
207 <string name="icon_shape_squircle">Squircle</string>
208 <!-- Option to change the shape of the home screen icons to a circle. [CHAR LIMIT=50] -->
209 <string name="icon_shape_circle">Circle</string>
210 <!-- Option to change the shape of the home screen icons to a teardrop. This represents the name of the shape similar to a circle with with the bottom right corner pushed out like a square [CHAR LIMIT=50] -->
211 <string name="icon_shape_teardrop">Teardrop</string>
212
Sunny Goyalca187462017-03-31 20:09:34 -0700213 <!-- Message shown in the progress dialog when the icon shape override is being applied [CHAR LIMIT=100]-->
214 <string name="icon_shape_override_progress">Applying icon shape changes</string>
215
Chris Wrenaeff7ea2014-02-14 16:59:24 -0500216 <!-- Label on an icon that references an uninstalled package, for which we have no information about when it might be installed. [CHAR_LIMIT=15] -->
217 <string name="package_state_unknown">Unknown</string>
Chris Wren40c5ed32014-06-24 18:24:23 -0400218
Chris Wren40c5ed32014-06-24 18:24:23 -0400219 <!-- Button for abandoned promises dialog, to removes this abandoned promise icon. -->
220 <string name="abandoned_clean_this">Remove</string>
221 <!-- Button for abandoned promise dialog, to search in the market for the missing package. -->
222 <string name="abandoned_search">Search</string>
223 <!-- Title for abandoned promise dialog. -->
Chris Wren8d8d6222014-07-01 09:37:48 -0400224 <string name="abandoned_promises_title">This app is not installed</string>
225 <!-- Explanation for abandoned promise dialog. "The first 'it' refers to the shortcut icon.
226 The second "it" refers to the app. -->
Chris Wren803a4be2014-07-01 16:52:49 -0400227 <string name="abandoned_promise_explanation">The app for this icon isn\'t installed.
228 You can remove it, or search for the app and install it manually.
229 </string>
Sunny Goyalc469aad2015-10-01 11:24:23 -0700230 <!-- Title for an app which is being downloaded. -->
231 <string name="app_downloading_title"><xliff:g id="name" example="Messenger">%1$s</xliff:g> downloading, <xliff:g id="progress" example="30%">%2$s</xliff:g> complete</string>
232 <!-- Title for an app whose download has been started. -->
233 <string name="app_waiting_download_title"><xliff:g id="name" example="Messenger">%1$s</xliff:g> waiting to install</string>
Sunny Goyal71b5c0b2015-01-08 16:59:04 -0800234
Tony Wickham50e51652017-03-20 17:12:24 -0700235 <!-- Strings for widgets & more in the popup container/bottom sheet -->
Tony Wickhamb5ac4ed2017-04-11 17:21:12 -0700236 <!-- Title for a bottom sheet that shows widgets for a particular app -->
237 <string name="widgets_bottom_sheet_title"><xliff:g id="name" example="Messenger">%1$s</xliff:g> widgets</string>
Tony Wickham50e51652017-03-20 17:12:24 -0700238
Sunny Goyal71b5c0b2015-01-08 16:59:04 -0800239<!-- Strings for accessibility actions -->
Sunny Goyal66056b82015-05-16 12:51:03 -0700240 <!-- Accessibility action to add an app to workspace. [CHAR_LIMIT=30] -->
241 <string name="action_add_to_workspace">Add to Home screen</string>
Sunny Goyale9b651e2015-04-24 11:44:51 -0700242
Sunny Goyal66056b82015-05-16 12:51:03 -0700243 <!-- Accessibility action to move item to the current location. [CHAR_LIMIT=30] -->
Sunny Goyal7a89eec2015-05-19 14:48:52 -0700244 <string name="action_move_here">Move item here</string>
Adam Cohenc9735cf2015-01-23 16:11:55 -0800245
Sunny Goyal66056b82015-05-16 12:51:03 -0700246 <!-- Accessibility confirmation for item added to workspace. -->
Sunny Goyale9b651e2015-04-24 11:44:51 -0700247 <string name="item_added_to_workspace">Item added to home screen</string>
Adam Cohenc9735cf2015-01-23 16:11:55 -0800248
Sunny Goyal66056b82015-05-16 12:51:03 -0700249 <!-- Accessibility confirmation for item removed. -->
Sunny Goyal1a70cef2015-04-22 11:29:51 -0700250 <string name="item_removed">Item removed</string>
Adam Cohenc9735cf2015-01-23 16:11:55 -0800251
Sunny Goyal66056b82015-05-16 12:51:03 -0700252 <!-- Accessibility action to move an item on the workspace. [CHAR_LIMIT=30] -->
253 <string name="action_move">Move item</string>
Adam Cohenc9735cf2015-01-23 16:11:55 -0800254
Sunny Goyal66056b82015-05-16 12:51:03 -0700255 <!-- Accessibility description to move item to empty cell. -->
Sunny Goyale9b651e2015-04-24 11:44:51 -0700256 <string name="move_to_empty_cell">Move to row <xliff:g id="number" example="1">%1$s</xliff:g> column <xliff:g id="number" example="1">%2$s</xliff:g></string>
257
Sunny Goyal66056b82015-05-16 12:51:03 -0700258 <!-- Accessibility description to move item inside a folder. -->
Sunny Goyale9b651e2015-04-24 11:44:51 -0700259 <string name="move_to_position">Move to position <xliff:g id="number" example="1">%1$s</xliff:g></string>
260
Sunny Goyal66056b82015-05-16 12:51:03 -0700261 <!-- Accessibility description to move item to the hotseat. -->
Sunny Goyale9b651e2015-04-24 11:44:51 -0700262 <string name="move_to_hotseat_position">Move to favorites position <xliff:g id="number" example="1">%1$s</xliff:g></string>
Adam Cohenc9735cf2015-01-23 16:11:55 -0800263
Sunny Goyal66056b82015-05-16 12:51:03 -0700264 <!-- Accessibility confirmation for item move. -->
Adam Cohenc9735cf2015-01-23 16:11:55 -0800265 <string name="item_moved">Item moved</string>
266
Sunny Goyal66056b82015-05-16 12:51:03 -0700267 <!-- Accessibility description to move item into an existing folder. -->
Adam Cohenc9735cf2015-01-23 16:11:55 -0800268 <string name="add_to_folder">Add to folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string>
269
Sunny Goyal66056b82015-05-16 12:51:03 -0700270 <!-- Accessibility description to move item into an existing folder containing an app. -->
Sunny Goyale9b651e2015-04-24 11:44:51 -0700271 <string name="add_to_folder_with_app">Add to folder with <xliff:g id="name" example="Messenger">%1$s</xliff:g></string>
272
Sunny Goyal66056b82015-05-16 12:51:03 -0700273 <!-- Accessibility confirmation for item added to folder. -->
Adam Cohenc9735cf2015-01-23 16:11:55 -0800274 <string name="added_to_folder">Item added to folder</string>
275
Sunny Goyal66056b82015-05-16 12:51:03 -0700276 <!-- Accessibility description to create folder with another item. -->
Adam Cohenc9735cf2015-01-23 16:11:55 -0800277 <string name="create_folder_with">Create folder with: <xliff:g id="name" example="Game">%1$s</xliff:g></string>
278
Sunny Goyal66056b82015-05-16 12:51:03 -0700279 <!-- Accessibility confirmation for folder created. -->
Adam Cohenc9735cf2015-01-23 16:11:55 -0800280 <string name="folder_created">Folder created</string>
281
Sunny Goyal66056b82015-05-16 12:51:03 -0700282 <!-- Accessibility action to move an item from folder to workspace. [CHAR_LIMIT=30] -->
283 <string name="action_move_to_workspace">Move to Home screen</string>
Sunny Goyal1d08f702015-05-04 15:50:25 -0700284
Sunny Goyal66056b82015-05-16 12:51:03 -0700285 <!-- Accessibility action to move an homescreen to the left. [CHAR_LIMIT=30] -->
Sunny Goyal1d08f702015-05-04 15:50:25 -0700286 <string name="action_move_screen_left">Move screen to left</string>
287
Sunny Goyal66056b82015-05-16 12:51:03 -0700288 <!-- Accessibility action to move an homescreen to the right. [CHAR_LIMIT=30] -->
Sunny Goyal1d08f702015-05-04 15:50:25 -0700289 <string name="action_move_screen_right">Move screen to right</string>
290
Sunny Goyal66056b82015-05-16 12:51:03 -0700291 <!-- Accessibility confirmation when a screen was moved. -->
Sunny Goyal1d08f702015-05-04 15:50:25 -0700292 <string name="screen_moved">Screen moved</string>
Sunny Goyal9ca9c132015-04-29 14:57:22 -0700293
Sunny Goyal66056b82015-05-16 12:51:03 -0700294 <!-- Accessibility action to resize a widget. [CHAR_LIMIT=30] -->
Sunny Goyal9ca9c132015-04-29 14:57:22 -0700295 <string name="action_resize">Resize</string>
296
Sunny Goyal66056b82015-05-16 12:51:03 -0700297 <!-- Accessibility action to increase width of a widget. [CHAR_LIMIT=30] -->
Sunny Goyal9ca9c132015-04-29 14:57:22 -0700298 <string name="action_increase_width">Increase width</string>
299
Sunny Goyal66056b82015-05-16 12:51:03 -0700300 <!-- Accessibility action to increase height of a widget. [CHAR_LIMIT=30] -->
Sunny Goyal9ca9c132015-04-29 14:57:22 -0700301 <string name="action_increase_height">Increase height</string>
302
Sunny Goyal66056b82015-05-16 12:51:03 -0700303 <!-- Accessibility action to decrease width of a widget. [CHAR_LIMIT=30] -->
Sunny Goyal9ca9c132015-04-29 14:57:22 -0700304 <string name="action_decrease_width">Decrease width</string>
305
Sunny Goyal66056b82015-05-16 12:51:03 -0700306 <!-- Accessibility action to decrease height of a widget. [CHAR_LIMIT=30] -->
Sunny Goyal9ca9c132015-04-29 14:57:22 -0700307 <string name="action_decrease_height">Decrease height</string>
308
Sunny Goyal66056b82015-05-16 12:51:03 -0700309 <!-- Accessibility confirmation for widget resize. -->
Sunny Goyal9ca9c132015-04-29 14:57:22 -0700310 <string name="widget_resized">Widget resized to width <xliff:g id="number" example="2">%1$s</xliff:g> height <xliff:g id="number" example="1">%2$s</xliff:g></string>
311
Sunny Goyal3ffa64d2016-07-25 13:54:32 -0700312 <!-- Accessibility action to show quick actions menu for an icon. [CHAR_LIMIT=30] -->
Sunny Goyal3cdf4662016-07-27 11:16:46 -0700313 <string name="action_deep_shortcut">Shortcuts</string>
Sunny Goyal3ffa64d2016-07-25 13:54:32 -0700314
Sunny Goyala659bfe2016-08-02 16:15:37 -0700315 <!-- Accessibility description for the shortcuts menu shown for an app. -->
316 <string name="shortcuts_menu_description"><xliff:g id="number_of_shortcuts" example="3">%1$d</xliff:g> shortcuts for <xliff:g id="app_name" example="Messenger">%2$s</xliff:g></string>
Tony18c4aa42017-05-10 21:23:57 -0500317 <!-- Accessibility description when the shortcuts menu has notifications as well as shortcuts. -->
318 <string name="shortcuts_menu_with_notifications_description"><xliff:g id="number_of_shortcuts" example="3">%1$d</xliff:g> shortcuts and <xliff:g id="number_of_notifications" example="3">%2$d</xliff:g> notifications for <xliff:g id="app_name" example="Messenger">%3$s</xliff:g></string>
319
320 <!-- Accessibility action to dismiss a notification in the shortcuts menu for an icon. [CHAR_LIMIT=30] -->
321 <string name="action_dismiss_notification">Dismiss</string>
322
323 <!-- Accessibility confirmation for notification being dismissed. -->
324 <string name="notification_dismissed">Notification dismissed</string>
Sunny Goyala659bfe2016-08-02 16:15:37 -0700325
Mario Bertschlerac9408a2017-10-18 10:31:36 -0700326 <!-- Label of tab to indicate personal apps -->
327 <string name="all_apps_personal_tab">Personal</string>
328
329 <!-- Label of tab to indicate work apps -->
330 <string name="all_apps_work_tab">Work</string>
331
Tony Makb5950bb2018-01-15 14:52:47 +0000332 <!-- This string is in the work profile tab when a user has All Apps open on their phone. This is a label for a toggle to turn the work profile on and off. "Work profile" means a separate profile on a user's phone that's specifically for their work apps and managed by their company. "Work" is used as an adjective.-->
Tony Mak6ffe4e02017-11-24 16:40:03 +0800333 <string name="work_profile_toggle_label">Work profile</string>
Tony Makb5950bb2018-01-15 14:52:47 +0000334 <!-- Title of an overlay in All Apps. This overlay is letting a user know about their work profile, which is managed by their employer. "Work apps" are apps in a user's work profile.-->
Tony Mak191b6882017-11-29 18:39:49 +0000335 <string name="bottom_work_tab_user_education_title">Find work apps here</string>
Tony Makb5950bb2018-01-15 14:52:47 +0000336 <!-- Text in an overlay in All Apps. This overlay is letting a user know about their work profile, which is managed by their employer.-->
337 <string name="bottom_work_tab_user_education_body">Each work app has an orange badge and is kept secure by your organization. Move apps to your Home screen for easier access.</string>
338 <!-- This string is in the work profile tab when a user has All Apps open on their phone. It describes the label of a toggle, "Work profile," as being managed by the user's employer.
339 "Organization" is used to represent a variety of businesses, non-profits, and educational institutions).-->
340 <string name="work_mode_on_label">Managed by your organization</string>
341 <!-- This string appears under a the label of a toggle in the work profile tab on a user's phone. It describes the status of the toggle, "Work profile," when it's turned off. "Work profile" means a separate profile on a user's phone that's speficially for their work apps and is managed by their company.-->
342 <string name="work_mode_off_label">Notifications and apps are off</string>
Tony Mak6ffe4e02017-11-24 16:40:03 +0800343
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800344</resources>