blob: 6daa4526c24aae7bd1c12f9855fe977319f7dd65 [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
24 <!-- URI used to import old favorites. [DO NOT TRANSLATE] -->
25 <string name="old_launcher_provider_uri" translatable="false">content://com.android.launcher2.settings/favorites?notify=true</string>
26
Winson Chungbedf9232015-07-10 12:38:30 -070027 <!-- Permission to receive the com.android.launcher3.action.LAUNCH intent. [DO NOT TRANSLATE] -->
Adam Cohendf3ac432014-07-16 14:47:28 -070028 <string name="receive_launch_broadcasts_permission" translatable="false">com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS</string>
29
Winson Chungbedf9232015-07-10 12:38:30 -070030 <!-- Permission to receive the com.android.launcher3.action.FIRST_LOAD_COMPLETE intent. [DO NOT TRANSLATE] -->
Adam Cohen3ed316a2014-07-23 18:21:20 -070031 <string name="receive_first_load_broadcast_permission" translatable="false">com.android.launcher3.permission.RECEIVE_FIRST_LOAD_BROADCAST</string>
32
The Android Open Source Project31dd5032009-03-03 19:32:27 -080033 <!-- Application name -->
Sunny Goyal28c6b962015-10-12 11:42:05 -070034 <string name="app_name">Launcher3</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080035 <!-- Default folder name -->
Adam Cohen35712202011-07-15 10:51:28 -070036 <string name="folder_name"></string>
Sunny Goyal18bf8e22015-04-08 18:13:46 -070037 <!-- Work folder name -->
38 <string name="work_folder_name">Work</string>
Michael Jurka96fb3a32011-01-06 16:17:37 -080039 <!-- Displayed when user selects a shortcut for an app that was uninstalled [CHAR_LIMIT=none]-->
Claudia de Veaux0c2aecb2011-10-20 12:26:18 -070040 <string name="activity_not_found">App isn\'t installed.</string>
Sunny Goyal1a745e82014-10-02 15:58:31 -070041 <!-- Displayed when user selects a shortcut for an app that is current not available [CHAR_LIMIT=none]-->
42 <string name="activity_not_available">App isn\'t available</string>
Sunny Goyalc5c60ad2014-07-14 12:02:01 -070043 <!-- SafeMode shortcut error string -->
44 <string name="safemode_shortcut_error">Downloaded app disabled in Safe mode</string>
Sunny Goyal9b4b0812014-10-08 10:47:28 -070045 <!-- SafeMode widget error string -->
46 <string name="safemode_widget_error">Widgets disabled in Safe mode</string>
Adam Cohenb5fe60c2013-06-06 22:03:51 -070047
Winson Chung5f4e0fd2015-05-22 11:12:27 -070048 <!-- Widgets -->
Michael Jurka931dc972011-08-05 15:08:15 -070049 <!-- Message to tell the user to press and hold on a widget to add it [CHAR_LIMIT=50] -->
Claudia de Veaux0c2aecb2011-10-20 12:26:18 -070050 <string name="long_press_widget_to_add">Touch &amp; hold to pick up a widget.</string>
Sunny Goyale78e3d72015-09-24 11:23:31 -070051 <!-- 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] -->
52 <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 -070053 <!-- The format string for the dimensions of a widget in the drawer -->
Fabrice Di Meglio2d838712013-04-08 13:05:14 -070054 <!-- There is a special version of this format string for Farsi -->
55 <string name="widget_dims_format">%1$d \u00d7 %2$d</string>
Winson Chung3a476782010-09-15 15:21:55 -070056
Winson Chung5f4e0fd2015-05-22 11:12:27 -070057 <!-- All Apps -->
Winson Chung93f98ea2015-03-10 16:28:47 -070058 <!-- Search bar text in the apps view. [CHAR_LIMIT=50] -->
Winson Chung5f4e0fd2015-05-22 11:12:27 -070059 <string name="all_apps_search_bar_hint">Search Apps</string>
Winson Chung888b3a12015-03-13 11:14:16 -070060 <!-- Loading apps text. [CHAR_LIMIT=50] -->
Winson Chung5f4e0fd2015-05-22 11:12:27 -070061 <string name="all_apps_loading_message">Loading Apps&#8230;</string>
Winson Chung888b3a12015-03-13 11:14:16 -070062 <!-- No-search-results text. [CHAR_LIMIT=50] -->
Winson Chung5f4e0fd2015-05-22 11:12:27 -070063 <string name="all_apps_no_search_results">No Apps found matching \"<xliff:g id="query" example="Android">%1$s</xliff:g>\"</string>
Winson Chungbedf9232015-07-10 12:38:30 -070064 <!-- Search market text. This is a format string where the first argument is the name of the activity
65 handling the search. The format string does not need to handle both of these arguments. [CHAR_LIMIT=50] -->
66 <string name="all_apps_search_market_message">Go to <xliff:g id="query" example="Play Store">%1$s</xliff:g></string>
Winson Chung93f98ea2015-03-10 16:28:47 -070067
Sunny Goyalc525d802015-04-29 11:05:34 -070068 <!-- Drag and drop -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -080069 <skip />
Winson Chung169c3d72012-04-24 14:43:54 -070070 <!-- Error message when user has filled a home screen -->
71 <string name="out_of_space">No more room on this Home screen.</string>
Winson Chung93eef082012-03-23 15:59:27 -070072 <!-- Error message when user has filled the hotseat -->
Adrian Roosa0d5a042014-01-14 17:45:22 -080073 <string name="hotseat_out_of_space">No more room in the Favorites tray</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080074
Patrick Dubroy67f7f432010-10-04 17:45:43 -070075 <!-- All applications label -->
76 <string name="all_apps_button_label">Apps</string>
Joe Onorato52a653f2009-11-11 14:52:11 -080077 <!-- Label for button in all applications label to go back home (to the workspace / desktop)
78 for accessibilty (spoken when the button gets focus). -->
79 <string name="all_apps_home_button_label">Home</string>
80
Sunny Goyal0e375f92014-10-23 11:38:15 -070081 <!-- Label for delete drop target. [CHAR_LIMIT=20] -->
Winson Chung4c98d922011-05-31 16:50:48 -070082 <string name="delete_target_label">Remove</string>
Sunny Goyal0e375f92014-10-23 11:38:15 -070083 <!-- Label for uninstall drop target. [CHAR_LIMIT=20]-->
Winson Chung4c98d922011-05-31 16:50:48 -070084 <string name="delete_target_uninstall_label">Uninstall</string>
Sunny Goyal0e375f92014-10-23 11:38:15 -070085 <!-- Label for the info icon. [CHAR_LIMIT=20] -->
Winson Chung201bc822011-06-20 15:41:53 -070086 <string name="info_target_label">App info</string>
Winson Chung4c98d922011-05-31 16:50:48 -070087
The Android Open Source Project31dd5032009-03-03 19:32:27 -080088 <!-- Permissions: -->
Joe Onoratoe075e1f2010-03-10 15:30:07 -080089 <skip />
90 <!-- Permission short label -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -080091 <string name="permlab_install_shortcut">install shortcuts</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -080092 <!-- Permission description -->
Claudia de Veaux0c2aecb2011-10-20 12:26:18 -070093 <string name="permdesc_install_shortcut">Allows an app to add
The Android Open Source Project31dd5032009-03-03 19:32:27 -080094 shortcuts without user intervention.</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -080095 <!-- Permission short label -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -080096 <string name="permlab_read_settings">read Home settings and shortcuts</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -080097 <!-- Permission description -->
Claudia de Veaux7fb4bf52011-12-09 11:34:44 -080098 <string name="permdesc_read_settings">Allows the app to read the settings and
The Android Open Source Project31dd5032009-03-03 19:32:27 -080099 shortcuts in Home.</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800100 <!-- Permission short label -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800101 <string name="permlab_write_settings">write Home settings and shortcuts</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800102 <!-- Permission description -->
Claudia de Veaux7fb4bf52011-12-09 11:34:44 -0800103 <string name="permdesc_write_settings">Allows the app to change the settings and
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800104 shortcuts in Home.</string>
105
Sunny Goyal28c6b962015-10-12 11:42:05 -0700106 <!-- Toast shown on clicking a direct call shortcut. [CHAR_LIMIT=80] -->
107 <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>
108
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800109 <!-- Widgets: -->
110 <skip />
Mike LeBeau69293562009-05-08 14:27:31 -0700111
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800112 <!-- Text to show user in place of a gadget when we can't display it properly -->
113 <string name="gadget_error_text">Problem loading widget</string>
Romain Guy41669fc2009-08-13 12:53:24 -0700114
Sunny Goyalff572272014-07-23 13:58:07 -0700115 <!-- Text to show user in place of a gadget when it is not yet initialized. -->
Sunny Goyal0fc1be12014-08-11 17:05:23 -0700116 <string name="gadget_setup_text">Setup</string>
Sunny Goyalff572272014-07-23 13:58:07 -0700117
Adam Cohen76fc0852011-06-17 13:26:23 -0700118 <!-- Text to inform the user that they can't uninstall a system application -->
Claudia de Veaux0c2aecb2011-10-20 12:26:18 -0700119 <string name="uninstall_system_app_text">This is a system app and can\'t be uninstalled.</string>
Daniel Sandler4e1cd232011-05-12 00:06:32 -0400120
Adam Cohen76fc0852011-06-17 13:26:23 -0700121 <!-- Default folder title -->
Adam Cohena65beee2011-06-27 21:32:23 -0700122 <string name="folder_hint_text">Unnamed Folder</string>
Winson Chung6a0f57d2011-06-29 20:10:49 -0700123
124 <!-- Accessibility -->
125 <skip />
126
127 <!-- The format string for default page scroll text [CHAR_LIMIT=none] -->
Adam Cohen3371da02011-10-25 21:38:29 -0700128 <string name="default_scroll_format">Page %1$d of %2$d</string>
Winson Chung6a0f57d2011-06-29 20:10:49 -0700129 <!-- The format string for Workspace page scroll text [CHAR_LIMIT=none] -->
alanv51944f12012-05-07 17:31:32 -0700130 <string name="workspace_scroll_format">Home screen %1$d of %2$d</string>
Sunny Goyale78e3d72015-09-24 11:23:31 -0700131 <!-- Description for a new page on homescreen[CHAR_LIMIT=none] -->
132 <string name="workspace_new_page">New home screen page</string>
Winson Chung82f55532011-08-09 14:14:23 -0700133
134 <!-- Clings -->
Winson Chung0091e372013-10-22 14:40:17 -0700135 <!-- The title text for the workspace cling [CHAR_LIMIT=30] -->
Winson Chung5317c2b2014-01-10 16:46:15 -0800136 <string name="first_run_cling_title">Welcome</string>
Winson Chunga6945242014-01-08 14:04:34 -0800137 <!-- The title text for the migration cling [CHAR_LIMIT=30] -->
Winson Chung5317c2b2014-01-10 16:46:15 -0800138 <string name="migration_cling_title">Copy your app icons</string>
Winson Chungc83d1362014-01-13 14:52:49 -0800139 <!-- The description of what migration does [CHAR_LIMIT=70] -->
Winson Chung5317c2b2014-01-10 16:46:15 -0800140 <string name="migration_cling_description">Import icons and folders from your old Home screens?</string>
Winson Chunga6945242014-01-08 14:04:34 -0800141 <!-- The description of the button to migrate apps from another launcher [CHAR_LIMIT=30] -->
Winson Chung5317c2b2014-01-10 16:46:15 -0800142 <string name="migration_cling_copy_apps">COPY ICONS</string>
Winson Chunga6945242014-01-08 14:04:34 -0800143 <!-- The description of the button to use the default launcher layout [CHAR_LIMIT=30] -->
Winson Chung5317c2b2014-01-10 16:46:15 -0800144 <string name="migration_cling_use_default">START FRESH</string>
Sunny Goyal99fd4b12014-08-20 10:48:12 -0700145 <!-- The title text for workspace longpress action [CHAR_LIMIT=40] -->
146 <string name="workspace_cling_longpress_title">Wallpapers, widgets, &amp; settings</string>
147 <!-- The description of how to use the workspace [CHAR_LIMIT=70] -->
148 <string name="workspace_cling_longpress_description">Touch &amp; hold background to customize</string>
149 <!-- The description of the button to dismiss the cling [CHAR_LIMIT=30] -->
150 <string name="workspace_cling_longpress_dismiss">GOT IT</string>
Winson Chung82f55532011-08-09 14:14:23 -0700151
Adam Cohen3371da02011-10-25 21:38:29 -0700152 <!-- Folder accessibility -->
153 <!-- The format string for when a folder is opened, speaks the dimensions -->
Eric Fischere8da8662012-02-24 10:17:44 -0800154 <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 -0700155 <!-- Instruction that clicking outside will close folder -->
Claudia de Veaux7fb4bf52011-12-09 11:34:44 -0800156 <string name="folder_tap_to_close">Touch to close folder</string>
Adam Cohen3371da02011-10-25 21:38:29 -0700157 <!-- Instruction that clicking outside will commit folder rename -->
Claudia de Veaux7fb4bf52011-12-09 11:34:44 -0800158 <string name="folder_tap_to_rename">Touch to save rename</string>
Adam Cohen3371da02011-10-25 21:38:29 -0700159 <!-- Indication that folder closed -->
160 <string name="folder_closed">Folder closed</string>
161 <!-- Folder renamed format -->
Eric Fischere8da8662012-02-24 10:17:44 -0800162 <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 -0700163 <!-- Folder name format -->
Eric Fischere8da8662012-02-24 10:17:44 -0800164 <string name="folder_name_format">Folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string>
Michael Jurka22beb902012-10-11 11:00:37 +0200165
Adam Cohenf358a4b2013-07-23 16:47:31 -0700166 <!-- Strings for the customization mode -->
167 <!-- Text for widget add button -->
Adam Cohen410f3cd2013-09-22 12:09:32 -0700168 <string name="widget_button_text">Widgets</string>
Adam Cohenf358a4b2013-07-23 16:47:31 -0700169 <!-- Text for wallpaper change button -->
Adam Cohen410f3cd2013-09-22 12:09:32 -0700170 <string name="wallpaper_button_text">Wallpapers</string>
Adam Cohen30bacb22013-08-29 14:25:25 -0700171 <!-- Text for settings button -->
172 <string name="settings_button_text">Settings</string>
Chris Wrenaeff7ea2014-02-14 16:59:24 -0500173
Rahul Chaturvedi7fc77ca2015-05-19 18:02:16 -0700174 <!-- Strings for settings -->
Sunny Goyalb6e358f2015-06-25 17:11:30 -0700175 <!-- Title for Allow Rotation setting. [CHAR LIMIT=50] -->
Rahul Chaturvedi7fc77ca2015-05-19 18:02:16 -0700176 <string name="allow_rotation_title">Allow rotation</string>
Rahul Chaturvedi7fc77ca2015-05-19 18:02:16 -0700177
Chris Wrenaeff7ea2014-02-14 16:59:24 -0500178 <!-- Label on an icon that references an uninstalled package, for which we have no information about when it might be installed. [CHAR_LIMIT=15] -->
179 <string name="package_state_unknown">Unknown</string>
Chris Wren40c5ed32014-06-24 18:24:23 -0400180
Chris Wren40c5ed32014-06-24 18:24:23 -0400181 <!-- Button for abandoned promises dialog, to removes this abandoned promise icon. -->
182 <string name="abandoned_clean_this">Remove</string>
183 <!-- Button for abandoned promise dialog, to search in the market for the missing package. -->
184 <string name="abandoned_search">Search</string>
185 <!-- Title for abandoned promise dialog. -->
Chris Wren8d8d6222014-07-01 09:37:48 -0400186 <string name="abandoned_promises_title">This app is not installed</string>
187 <!-- Explanation for abandoned promise dialog. "The first 'it' refers to the shortcut icon.
188 The second "it" refers to the app. -->
Chris Wren803a4be2014-07-01 16:52:49 -0400189 <string name="abandoned_promise_explanation">The app for this icon isn\'t installed.
190 You can remove it, or search for the app and install it manually.
191 </string>
Sunny Goyalc469aad2015-10-01 11:24:23 -0700192 <!-- Title for an app which is being downloaded. -->
193 <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>
194 <!-- Title for an app whose download has been started. -->
195 <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 -0800196
197<!-- Strings for accessibility actions -->
Sunny Goyal66056b82015-05-16 12:51:03 -0700198 <!-- Accessibility action to add an app to workspace. [CHAR_LIMIT=30] -->
199 <string name="action_add_to_workspace">Add to Home screen</string>
Sunny Goyale9b651e2015-04-24 11:44:51 -0700200
Sunny Goyal66056b82015-05-16 12:51:03 -0700201 <!-- Accessibility action to move item to the current location. [CHAR_LIMIT=30] -->
Sunny Goyal7a89eec2015-05-19 14:48:52 -0700202 <string name="action_move_here">Move item here</string>
Adam Cohenc9735cf2015-01-23 16:11:55 -0800203
Sunny Goyal66056b82015-05-16 12:51:03 -0700204 <!-- Accessibility confirmation for item added to workspace. -->
Sunny Goyale9b651e2015-04-24 11:44:51 -0700205 <string name="item_added_to_workspace">Item added to home screen</string>
Adam Cohenc9735cf2015-01-23 16:11:55 -0800206
Sunny Goyal66056b82015-05-16 12:51:03 -0700207 <!-- Accessibility confirmation for item removed. -->
Sunny Goyal1a70cef2015-04-22 11:29:51 -0700208 <string name="item_removed">Item removed</string>
Adam Cohenc9735cf2015-01-23 16:11:55 -0800209
Sunny Goyal66056b82015-05-16 12:51:03 -0700210 <!-- Accessibility action to move an item on the workspace. [CHAR_LIMIT=30] -->
211 <string name="action_move">Move item</string>
Adam Cohenc9735cf2015-01-23 16:11:55 -0800212
Sunny Goyal66056b82015-05-16 12:51:03 -0700213 <!-- Accessibility description to move item to empty cell. -->
Sunny Goyale9b651e2015-04-24 11:44:51 -0700214 <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>
215
Sunny Goyal66056b82015-05-16 12:51:03 -0700216 <!-- Accessibility description to move item inside a folder. -->
Sunny Goyale9b651e2015-04-24 11:44:51 -0700217 <string name="move_to_position">Move to position <xliff:g id="number" example="1">%1$s</xliff:g></string>
218
Sunny Goyal66056b82015-05-16 12:51:03 -0700219 <!-- Accessibility description to move item to the hotseat. -->
Sunny Goyale9b651e2015-04-24 11:44:51 -0700220 <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 -0800221
Sunny Goyal66056b82015-05-16 12:51:03 -0700222 <!-- Accessibility confirmation for item move. -->
Adam Cohenc9735cf2015-01-23 16:11:55 -0800223 <string name="item_moved">Item moved</string>
224
Sunny Goyal66056b82015-05-16 12:51:03 -0700225 <!-- Accessibility description to move item into an existing folder. -->
Adam Cohenc9735cf2015-01-23 16:11:55 -0800226 <string name="add_to_folder">Add to folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string>
227
Sunny Goyal66056b82015-05-16 12:51:03 -0700228 <!-- Accessibility description to move item into an existing folder containing an app. -->
Sunny Goyale9b651e2015-04-24 11:44:51 -0700229 <string name="add_to_folder_with_app">Add to folder with <xliff:g id="name" example="Messenger">%1$s</xliff:g></string>
230
Sunny Goyal66056b82015-05-16 12:51:03 -0700231 <!-- Accessibility confirmation for item added to folder. -->
Adam Cohenc9735cf2015-01-23 16:11:55 -0800232 <string name="added_to_folder">Item added to folder</string>
233
Sunny Goyal66056b82015-05-16 12:51:03 -0700234 <!-- Accessibility description to create folder with another item. -->
Adam Cohenc9735cf2015-01-23 16:11:55 -0800235 <string name="create_folder_with">Create folder with: <xliff:g id="name" example="Game">%1$s</xliff:g></string>
236
Sunny Goyal66056b82015-05-16 12:51:03 -0700237 <!-- Accessibility confirmation for folder created. -->
Adam Cohenc9735cf2015-01-23 16:11:55 -0800238 <string name="folder_created">Folder created</string>
239
Sunny Goyal66056b82015-05-16 12:51:03 -0700240 <!-- Accessibility action to move an item from folder to workspace. [CHAR_LIMIT=30] -->
241 <string name="action_move_to_workspace">Move to Home screen</string>
Sunny Goyal1d08f702015-05-04 15:50:25 -0700242
Sunny Goyal66056b82015-05-16 12:51:03 -0700243 <!-- Accessibility action to move an homescreen to the left. [CHAR_LIMIT=30] -->
Sunny Goyal1d08f702015-05-04 15:50:25 -0700244 <string name="action_move_screen_left">Move screen to left</string>
245
Sunny Goyal66056b82015-05-16 12:51:03 -0700246 <!-- Accessibility action to move an homescreen to the right. [CHAR_LIMIT=30] -->
Sunny Goyal1d08f702015-05-04 15:50:25 -0700247 <string name="action_move_screen_right">Move screen to right</string>
248
Sunny Goyal66056b82015-05-16 12:51:03 -0700249 <!-- Accessibility confirmation when a screen was moved. -->
Sunny Goyal1d08f702015-05-04 15:50:25 -0700250 <string name="screen_moved">Screen moved</string>
Sunny Goyal9ca9c132015-04-29 14:57:22 -0700251
Sunny Goyal66056b82015-05-16 12:51:03 -0700252 <!-- Accessibility action to resize a widget. [CHAR_LIMIT=30] -->
Sunny Goyal9ca9c132015-04-29 14:57:22 -0700253 <string name="action_resize">Resize</string>
254
Sunny Goyal66056b82015-05-16 12:51:03 -0700255 <!-- Accessibility action to increase width of a widget. [CHAR_LIMIT=30] -->
Sunny Goyal9ca9c132015-04-29 14:57:22 -0700256 <string name="action_increase_width">Increase width</string>
257
Sunny Goyal66056b82015-05-16 12:51:03 -0700258 <!-- Accessibility action to increase height of a widget. [CHAR_LIMIT=30] -->
Sunny Goyal9ca9c132015-04-29 14:57:22 -0700259 <string name="action_increase_height">Increase height</string>
260
Sunny Goyal66056b82015-05-16 12:51:03 -0700261 <!-- Accessibility action to decrease width of a widget. [CHAR_LIMIT=30] -->
Sunny Goyal9ca9c132015-04-29 14:57:22 -0700262 <string name="action_decrease_width">Decrease width</string>
263
Sunny Goyal66056b82015-05-16 12:51:03 -0700264 <!-- Accessibility action to decrease height of a widget. [CHAR_LIMIT=30] -->
Sunny Goyal9ca9c132015-04-29 14:57:22 -0700265 <string name="action_decrease_height">Decrease height</string>
266
Sunny Goyal66056b82015-05-16 12:51:03 -0700267 <!-- Accessibility confirmation for widget resize. -->
Sunny Goyal9ca9c132015-04-29 14:57:22 -0700268 <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>
269
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800270</resources>