The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 1 | <?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 Monk | 0bfcceb | 2014-03-21 15:42:06 -0400 | [diff] [blame] | 23 | |
| 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 Chung | bedf923 | 2015-07-10 12:38:30 -0700 | [diff] [blame] | 27 | <!-- Permission to receive the com.android.launcher3.action.LAUNCH intent. [DO NOT TRANSLATE] --> |
Adam Cohen | df3ac43 | 2014-07-16 14:47:28 -0700 | [diff] [blame] | 28 | <string name="receive_launch_broadcasts_permission" translatable="false">com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS</string> |
| 29 | |
Winson Chung | bedf923 | 2015-07-10 12:38:30 -0700 | [diff] [blame] | 30 | <!-- Permission to receive the com.android.launcher3.action.FIRST_LOAD_COMPLETE intent. [DO NOT TRANSLATE] --> |
Adam Cohen | 3ed316a | 2014-07-23 18:21:20 -0700 | [diff] [blame] | 31 | <string name="receive_first_load_broadcast_permission" translatable="false">com.android.launcher3.permission.RECEIVE_FIRST_LOAD_BROADCAST</string> |
| 32 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 33 | <!-- Application name --> |
Sunny Goyal | 28c6b96 | 2015-10-12 11:42:05 -0700 | [diff] [blame^] | 34 | <string name="app_name">Launcher3</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 35 | <!-- Default folder name --> |
Adam Cohen | 3571220 | 2011-07-15 10:51:28 -0700 | [diff] [blame] | 36 | <string name="folder_name"></string> |
Sunny Goyal | 18bf8e2 | 2015-04-08 18:13:46 -0700 | [diff] [blame] | 37 | <!-- Work folder name --> |
| 38 | <string name="work_folder_name">Work</string> |
Michael Jurka | 96fb3a3 | 2011-01-06 16:17:37 -0800 | [diff] [blame] | 39 | <!-- Displayed when user selects a shortcut for an app that was uninstalled [CHAR_LIMIT=none]--> |
Claudia de Veaux | 0c2aecb | 2011-10-20 12:26:18 -0700 | [diff] [blame] | 40 | <string name="activity_not_found">App isn\'t installed.</string> |
Sunny Goyal | 1a745e8 | 2014-10-02 15:58:31 -0700 | [diff] [blame] | 41 | <!-- 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 Goyal | c5c60ad | 2014-07-14 12:02:01 -0700 | [diff] [blame] | 43 | <!-- SafeMode shortcut error string --> |
| 44 | <string name="safemode_shortcut_error">Downloaded app disabled in Safe mode</string> |
Sunny Goyal | 9b4b081 | 2014-10-08 10:47:28 -0700 | [diff] [blame] | 45 | <!-- SafeMode widget error string --> |
| 46 | <string name="safemode_widget_error">Widgets disabled in Safe mode</string> |
Adam Cohen | b5fe60c | 2013-06-06 22:03:51 -0700 | [diff] [blame] | 47 | |
Adam Cohen | 39a0604 | 2013-07-19 14:30:12 -0700 | [diff] [blame] | 48 | <string name="toggle_weight_watcher">Show Mem</string> |
| 49 | |
Winson Chung | 5f4e0fd | 2015-05-22 11:12:27 -0700 | [diff] [blame] | 50 | <!-- Widgets --> |
Michael Jurka | 931dc97 | 2011-08-05 15:08:15 -0700 | [diff] [blame] | 51 | <!-- Message to tell the user to press and hold on a widget to add it [CHAR_LIMIT=50] --> |
Claudia de Veaux | 0c2aecb | 2011-10-20 12:26:18 -0700 | [diff] [blame] | 52 | <string name="long_press_widget_to_add">Touch & hold to pick up a widget.</string> |
Winson Chung | 3a47678 | 2010-09-15 15:21:55 -0700 | [diff] [blame] | 53 | <!-- The format string for the dimensions of a widget in the drawer --> |
Fabrice Di Meglio | 2d83871 | 2013-04-08 13:05:14 -0700 | [diff] [blame] | 54 | <!-- There is a special version of this format string for Farsi --> |
| 55 | <string name="widget_dims_format">%1$d \u00d7 %2$d</string> |
Winson Chung | 3a47678 | 2010-09-15 15:21:55 -0700 | [diff] [blame] | 56 | |
Winson Chung | 5f4e0fd | 2015-05-22 11:12:27 -0700 | [diff] [blame] | 57 | <!-- All Apps --> |
Winson Chung | 93f98ea | 2015-03-10 16:28:47 -0700 | [diff] [blame] | 58 | <!-- Search bar text in the apps view. [CHAR_LIMIT=50] --> |
Winson Chung | 5f4e0fd | 2015-05-22 11:12:27 -0700 | [diff] [blame] | 59 | <string name="all_apps_search_bar_hint">Search Apps</string> |
Winson Chung | 888b3a1 | 2015-03-13 11:14:16 -0700 | [diff] [blame] | 60 | <!-- Loading apps text. [CHAR_LIMIT=50] --> |
Winson Chung | 5f4e0fd | 2015-05-22 11:12:27 -0700 | [diff] [blame] | 61 | <string name="all_apps_loading_message">Loading Apps…</string> |
Winson Chung | 888b3a1 | 2015-03-13 11:14:16 -0700 | [diff] [blame] | 62 | <!-- No-search-results text. [CHAR_LIMIT=50] --> |
Winson Chung | 5f4e0fd | 2015-05-22 11:12:27 -0700 | [diff] [blame] | 63 | <string name="all_apps_no_search_results">No Apps found matching \"<xliff:g id="query" example="Android">%1$s</xliff:g>\"</string> |
Winson Chung | bedf923 | 2015-07-10 12:38:30 -0700 | [diff] [blame] | 64 | <!-- 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 Chung | 93f98ea | 2015-03-10 16:28:47 -0700 | [diff] [blame] | 67 | |
Sunny Goyal | c525d80 | 2015-04-29 11:05:34 -0700 | [diff] [blame] | 68 | <!-- Drag and drop --> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 69 | <skip /> |
Winson Chung | 169c3d7 | 2012-04-24 14:43:54 -0700 | [diff] [blame] | 70 | <!-- Error message when user has filled a home screen --> |
| 71 | <string name="out_of_space">No more room on this Home screen.</string> |
Winson Chung | 93eef08 | 2012-03-23 15:59:27 -0700 | [diff] [blame] | 72 | <!-- Error message when user has filled the hotseat --> |
Adrian Roos | a0d5a04 | 2014-01-14 17:45:22 -0800 | [diff] [blame] | 73 | <string name="hotseat_out_of_space">No more room in the Favorites tray</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 74 | |
Patrick Dubroy | 67f7f43 | 2010-10-04 17:45:43 -0700 | [diff] [blame] | 75 | <!-- All applications label --> |
| 76 | <string name="all_apps_button_label">Apps</string> |
Joe Onorato | 52a653f | 2009-11-11 14:52:11 -0800 | [diff] [blame] | 77 | <!-- 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 Goyal | 0e375f9 | 2014-10-23 11:38:15 -0700 | [diff] [blame] | 81 | <!-- Label for delete drop target. [CHAR_LIMIT=20] --> |
Winson Chung | 4c98d92 | 2011-05-31 16:50:48 -0700 | [diff] [blame] | 82 | <string name="delete_target_label">Remove</string> |
Sunny Goyal | 0e375f9 | 2014-10-23 11:38:15 -0700 | [diff] [blame] | 83 | <!-- Label for uninstall drop target. [CHAR_LIMIT=20]--> |
Winson Chung | 4c98d92 | 2011-05-31 16:50:48 -0700 | [diff] [blame] | 84 | <string name="delete_target_uninstall_label">Uninstall</string> |
Sunny Goyal | 0e375f9 | 2014-10-23 11:38:15 -0700 | [diff] [blame] | 85 | <!-- Label for the info icon. [CHAR_LIMIT=20] --> |
Winson Chung | 201bc82 | 2011-06-20 15:41:53 -0700 | [diff] [blame] | 86 | <string name="info_target_label">App info</string> |
Winson Chung | 4c98d92 | 2011-05-31 16:50:48 -0700 | [diff] [blame] | 87 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 88 | <!-- Permissions: --> |
Joe Onorato | e075e1f | 2010-03-10 15:30:07 -0800 | [diff] [blame] | 89 | <skip /> |
| 90 | <!-- Permission short label --> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 91 | <string name="permlab_install_shortcut">install shortcuts</string> |
Joe Onorato | e075e1f | 2010-03-10 15:30:07 -0800 | [diff] [blame] | 92 | <!-- Permission description --> |
Claudia de Veaux | 0c2aecb | 2011-10-20 12:26:18 -0700 | [diff] [blame] | 93 | <string name="permdesc_install_shortcut">Allows an app to add |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 94 | shortcuts without user intervention.</string> |
Joe Onorato | e075e1f | 2010-03-10 15:30:07 -0800 | [diff] [blame] | 95 | <!-- Permission short label --> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 96 | <string name="permlab_read_settings">read Home settings and shortcuts</string> |
Joe Onorato | e075e1f | 2010-03-10 15:30:07 -0800 | [diff] [blame] | 97 | <!-- Permission description --> |
Claudia de Veaux | 7fb4bf5 | 2011-12-09 11:34:44 -0800 | [diff] [blame] | 98 | <string name="permdesc_read_settings">Allows the app to read the settings and |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 99 | shortcuts in Home.</string> |
Joe Onorato | e075e1f | 2010-03-10 15:30:07 -0800 | [diff] [blame] | 100 | <!-- Permission short label --> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 101 | <string name="permlab_write_settings">write Home settings and shortcuts</string> |
Joe Onorato | e075e1f | 2010-03-10 15:30:07 -0800 | [diff] [blame] | 102 | <!-- Permission description --> |
Claudia de Veaux | 7fb4bf5 | 2011-12-09 11:34:44 -0800 | [diff] [blame] | 103 | <string name="permdesc_write_settings">Allows the app to change the settings and |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 104 | shortcuts in Home.</string> |
| 105 | |
Sunny Goyal | 28c6b96 | 2015-10-12 11:42:05 -0700 | [diff] [blame^] | 106 | <!-- 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 Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 109 | <!-- Widgets: --> |
| 110 | <skip /> |
Mike LeBeau | 6929356 | 2009-05-08 14:27:31 -0700 | [diff] [blame] | 111 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 112 | <!-- 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 Guy | 41669fc | 2009-08-13 12:53:24 -0700 | [diff] [blame] | 114 | |
Sunny Goyal | ff57227 | 2014-07-23 13:58:07 -0700 | [diff] [blame] | 115 | <!-- Text to show user in place of a gadget when it is not yet initialized. --> |
Sunny Goyal | 0fc1be1 | 2014-08-11 17:05:23 -0700 | [diff] [blame] | 116 | <string name="gadget_setup_text">Setup</string> |
Sunny Goyal | ff57227 | 2014-07-23 13:58:07 -0700 | [diff] [blame] | 117 | |
Adam Cohen | 76fc085 | 2011-06-17 13:26:23 -0700 | [diff] [blame] | 118 | <!-- Text to inform the user that they can't uninstall a system application --> |
Claudia de Veaux | 0c2aecb | 2011-10-20 12:26:18 -0700 | [diff] [blame] | 119 | <string name="uninstall_system_app_text">This is a system app and can\'t be uninstalled.</string> |
Daniel Sandler | 4e1cd23 | 2011-05-12 00:06:32 -0400 | [diff] [blame] | 120 | |
Adam Cohen | 76fc085 | 2011-06-17 13:26:23 -0700 | [diff] [blame] | 121 | <!-- Default folder title --> |
Adam Cohen | a65beee | 2011-06-27 21:32:23 -0700 | [diff] [blame] | 122 | <string name="folder_hint_text">Unnamed Folder</string> |
Winson Chung | 6a0f57d | 2011-06-29 20:10:49 -0700 | [diff] [blame] | 123 | |
| 124 | <!-- Accessibility --> |
| 125 | <skip /> |
| 126 | |
| 127 | <!-- The format string for default page scroll text [CHAR_LIMIT=none] --> |
Adam Cohen | 3371da0 | 2011-10-25 21:38:29 -0700 | [diff] [blame] | 128 | <string name="default_scroll_format">Page %1$d of %2$d</string> |
Winson Chung | 6a0f57d | 2011-06-29 20:10:49 -0700 | [diff] [blame] | 129 | <!-- The format string for Workspace page scroll text [CHAR_LIMIT=none] --> |
alanv | 51944f1 | 2012-05-07 17:31:32 -0700 | [diff] [blame] | 130 | <string name="workspace_scroll_format">Home screen %1$d of %2$d</string> |
Winson Chung | 82f5553 | 2011-08-09 14:14:23 -0700 | [diff] [blame] | 131 | |
| 132 | <!-- Clings --> |
Winson Chung | 0091e37 | 2013-10-22 14:40:17 -0700 | [diff] [blame] | 133 | <!-- The title text for the workspace cling [CHAR_LIMIT=30] --> |
Winson Chung | 5317c2b | 2014-01-10 16:46:15 -0800 | [diff] [blame] | 134 | <string name="first_run_cling_title">Welcome</string> |
Winson Chung | a694524 | 2014-01-08 14:04:34 -0800 | [diff] [blame] | 135 | <!-- The title text for the migration cling [CHAR_LIMIT=30] --> |
Winson Chung | 5317c2b | 2014-01-10 16:46:15 -0800 | [diff] [blame] | 136 | <string name="migration_cling_title">Copy your app icons</string> |
Winson Chung | c83d136 | 2014-01-13 14:52:49 -0800 | [diff] [blame] | 137 | <!-- The description of what migration does [CHAR_LIMIT=70] --> |
Winson Chung | 5317c2b | 2014-01-10 16:46:15 -0800 | [diff] [blame] | 138 | <string name="migration_cling_description">Import icons and folders from your old Home screens?</string> |
Winson Chung | a694524 | 2014-01-08 14:04:34 -0800 | [diff] [blame] | 139 | <!-- The description of the button to migrate apps from another launcher [CHAR_LIMIT=30] --> |
Winson Chung | 5317c2b | 2014-01-10 16:46:15 -0800 | [diff] [blame] | 140 | <string name="migration_cling_copy_apps">COPY ICONS</string> |
Winson Chung | a694524 | 2014-01-08 14:04:34 -0800 | [diff] [blame] | 141 | <!-- The description of the button to use the default launcher layout [CHAR_LIMIT=30] --> |
Winson Chung | 5317c2b | 2014-01-10 16:46:15 -0800 | [diff] [blame] | 142 | <string name="migration_cling_use_default">START FRESH</string> |
Sunny Goyal | 99fd4b1 | 2014-08-20 10:48:12 -0700 | [diff] [blame] | 143 | <!-- The title text for workspace longpress action [CHAR_LIMIT=40] --> |
| 144 | <string name="workspace_cling_longpress_title">Wallpapers, widgets, & settings</string> |
| 145 | <!-- The description of how to use the workspace [CHAR_LIMIT=70] --> |
| 146 | <string name="workspace_cling_longpress_description">Touch & hold background to customize</string> |
| 147 | <!-- The description of the button to dismiss the cling [CHAR_LIMIT=30] --> |
| 148 | <string name="workspace_cling_longpress_dismiss">GOT IT</string> |
Winson Chung | 82f5553 | 2011-08-09 14:14:23 -0700 | [diff] [blame] | 149 | |
Adam Cohen | 3371da0 | 2011-10-25 21:38:29 -0700 | [diff] [blame] | 150 | <!-- Folder accessibility --> |
| 151 | <!-- The format string for when a folder is opened, speaks the dimensions --> |
Eric Fischer | e8da866 | 2012-02-24 10:17:44 -0800 | [diff] [blame] | 152 | <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 Cohen | 3371da0 | 2011-10-25 21:38:29 -0700 | [diff] [blame] | 153 | <!-- Instruction that clicking outside will close folder --> |
Claudia de Veaux | 7fb4bf5 | 2011-12-09 11:34:44 -0800 | [diff] [blame] | 154 | <string name="folder_tap_to_close">Touch to close folder</string> |
Adam Cohen | 3371da0 | 2011-10-25 21:38:29 -0700 | [diff] [blame] | 155 | <!-- Instruction that clicking outside will commit folder rename --> |
Claudia de Veaux | 7fb4bf5 | 2011-12-09 11:34:44 -0800 | [diff] [blame] | 156 | <string name="folder_tap_to_rename">Touch to save rename</string> |
Adam Cohen | 3371da0 | 2011-10-25 21:38:29 -0700 | [diff] [blame] | 157 | <!-- Indication that folder closed --> |
| 158 | <string name="folder_closed">Folder closed</string> |
| 159 | <!-- Folder renamed format --> |
Eric Fischer | e8da866 | 2012-02-24 10:17:44 -0800 | [diff] [blame] | 160 | <string name="folder_renamed">Folder renamed to <xliff:g id="name" example="Games">%1$s</xliff:g></string> |
Adam Cohen | 3371da0 | 2011-10-25 21:38:29 -0700 | [diff] [blame] | 161 | <!-- Folder name format --> |
Eric Fischer | e8da866 | 2012-02-24 10:17:44 -0800 | [diff] [blame] | 162 | <string name="folder_name_format">Folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string> |
Michael Jurka | 22beb90 | 2012-10-11 11:00:37 +0200 | [diff] [blame] | 163 | |
Daniel Sandler | a127b7a | 2013-06-17 14:25:46 -0400 | [diff] [blame] | 164 | <!-- Debug-only activity name. [DO NOT TRANSLATE] --> |
| 165 | <string name="debug_memory_activity">* HPROF</string> |
| 166 | |
Adam Cohen | f358a4b | 2013-07-23 16:47:31 -0700 | [diff] [blame] | 167 | <!-- Strings for the customization mode --> |
| 168 | <!-- Text for widget add button --> |
Adam Cohen | 410f3cd | 2013-09-22 12:09:32 -0700 | [diff] [blame] | 169 | <string name="widget_button_text">Widgets</string> |
Adam Cohen | f358a4b | 2013-07-23 16:47:31 -0700 | [diff] [blame] | 170 | <!-- Text for wallpaper change button --> |
Adam Cohen | 410f3cd | 2013-09-22 12:09:32 -0700 | [diff] [blame] | 171 | <string name="wallpaper_button_text">Wallpapers</string> |
Adam Cohen | 30bacb2 | 2013-08-29 14:25:25 -0700 | [diff] [blame] | 172 | <!-- Text for settings button --> |
| 173 | <string name="settings_button_text">Settings</string> |
Chris Wren | aeff7ea | 2014-02-14 16:59:24 -0500 | [diff] [blame] | 174 | |
Rahul Chaturvedi | 7fc77ca | 2015-05-19 18:02:16 -0700 | [diff] [blame] | 175 | <!-- Strings for settings --> |
Sunny Goyal | b6e358f | 2015-06-25 17:11:30 -0700 | [diff] [blame] | 176 | <!-- Title for Allow Rotation setting. [CHAR LIMIT=50] --> |
Rahul Chaturvedi | 7fc77ca | 2015-05-19 18:02:16 -0700 | [diff] [blame] | 177 | <string name="allow_rotation_title">Allow rotation</string> |
Rahul Chaturvedi | 7fc77ca | 2015-05-19 18:02:16 -0700 | [diff] [blame] | 178 | |
Chris Wren | aeff7ea | 2014-02-14 16:59:24 -0500 | [diff] [blame] | 179 | <!-- Label on an icon that references an uninstalled package, for which we have no information about when it might be installed. [CHAR_LIMIT=15] --> |
| 180 | <string name="package_state_unknown">Unknown</string> |
Chris Wren | 40c5ed3 | 2014-06-24 18:24:23 -0400 | [diff] [blame] | 181 | |
Chris Wren | 40c5ed3 | 2014-06-24 18:24:23 -0400 | [diff] [blame] | 182 | <!-- Button for abandoned promises dialog, to removes this abandoned promise icon. --> |
| 183 | <string name="abandoned_clean_this">Remove</string> |
| 184 | <!-- Button for abandoned promise dialog, to search in the market for the missing package. --> |
| 185 | <string name="abandoned_search">Search</string> |
| 186 | <!-- Title for abandoned promise dialog. --> |
Chris Wren | 8d8d622 | 2014-07-01 09:37:48 -0400 | [diff] [blame] | 187 | <string name="abandoned_promises_title">This app is not installed</string> |
| 188 | <!-- Explanation for abandoned promise dialog. "The first 'it' refers to the shortcut icon. |
| 189 | The second "it" refers to the app. --> |
Chris Wren | 803a4be | 2014-07-01 16:52:49 -0400 | [diff] [blame] | 190 | <string name="abandoned_promise_explanation">The app for this icon isn\'t installed. |
| 191 | You can remove it, or search for the app and install it manually. |
| 192 | </string> |
Sunny Goyal | 71b5c0b | 2015-01-08 16:59:04 -0800 | [diff] [blame] | 193 | |
| 194 | <!-- Strings for accessibility actions --> |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 195 | <!-- Accessibility action to add an app to workspace. [CHAR_LIMIT=30] --> |
| 196 | <string name="action_add_to_workspace">Add to Home screen</string> |
Sunny Goyal | e9b651e | 2015-04-24 11:44:51 -0700 | [diff] [blame] | 197 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 198 | <!-- Accessibility action to move item to the current location. [CHAR_LIMIT=30] --> |
Sunny Goyal | 7a89eec | 2015-05-19 14:48:52 -0700 | [diff] [blame] | 199 | <string name="action_move_here">Move item here</string> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 200 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 201 | <!-- Accessibility confirmation for item added to workspace. --> |
Sunny Goyal | e9b651e | 2015-04-24 11:44:51 -0700 | [diff] [blame] | 202 | <string name="item_added_to_workspace">Item added to home screen</string> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 203 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 204 | <!-- Accessibility confirmation for item removed. --> |
Sunny Goyal | 1a70cef | 2015-04-22 11:29:51 -0700 | [diff] [blame] | 205 | <string name="item_removed">Item removed</string> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 206 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 207 | <!-- Accessibility action to move an item on the workspace. [CHAR_LIMIT=30] --> |
| 208 | <string name="action_move">Move item</string> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 209 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 210 | <!-- Accessibility description to move item to empty cell. --> |
Sunny Goyal | e9b651e | 2015-04-24 11:44:51 -0700 | [diff] [blame] | 211 | <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> |
| 212 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 213 | <!-- Accessibility description to move item inside a folder. --> |
Sunny Goyal | e9b651e | 2015-04-24 11:44:51 -0700 | [diff] [blame] | 214 | <string name="move_to_position">Move to position <xliff:g id="number" example="1">%1$s</xliff:g></string> |
| 215 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 216 | <!-- Accessibility description to move item to the hotseat. --> |
Sunny Goyal | e9b651e | 2015-04-24 11:44:51 -0700 | [diff] [blame] | 217 | <string name="move_to_hotseat_position">Move to favorites position <xliff:g id="number" example="1">%1$s</xliff:g></string> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 218 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 219 | <!-- Accessibility confirmation for item move. --> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 220 | <string name="item_moved">Item moved</string> |
| 221 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 222 | <!-- Accessibility description to move item into an existing folder. --> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 223 | <string name="add_to_folder">Add to folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string> |
| 224 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 225 | <!-- Accessibility description to move item into an existing folder containing an app. --> |
Sunny Goyal | e9b651e | 2015-04-24 11:44:51 -0700 | [diff] [blame] | 226 | <string name="add_to_folder_with_app">Add to folder with <xliff:g id="name" example="Messenger">%1$s</xliff:g></string> |
| 227 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 228 | <!-- Accessibility confirmation for item added to folder. --> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 229 | <string name="added_to_folder">Item added to folder</string> |
| 230 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 231 | <!-- Accessibility description to create folder with another item. --> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 232 | <string name="create_folder_with">Create folder with: <xliff:g id="name" example="Game">%1$s</xliff:g></string> |
| 233 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 234 | <!-- Accessibility confirmation for folder created. --> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 235 | <string name="folder_created">Folder created</string> |
| 236 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 237 | <!-- Accessibility action to move an item from folder to workspace. [CHAR_LIMIT=30] --> |
| 238 | <string name="action_move_to_workspace">Move to Home screen</string> |
Sunny Goyal | 1d08f70 | 2015-05-04 15:50:25 -0700 | [diff] [blame] | 239 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 240 | <!-- Accessibility action to move an homescreen to the left. [CHAR_LIMIT=30] --> |
Sunny Goyal | 1d08f70 | 2015-05-04 15:50:25 -0700 | [diff] [blame] | 241 | <string name="action_move_screen_left">Move screen to left</string> |
| 242 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 243 | <!-- Accessibility action to move an homescreen to the right. [CHAR_LIMIT=30] --> |
Sunny Goyal | 1d08f70 | 2015-05-04 15:50:25 -0700 | [diff] [blame] | 244 | <string name="action_move_screen_right">Move screen to right</string> |
| 245 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 246 | <!-- Accessibility confirmation when a screen was moved. --> |
Sunny Goyal | 1d08f70 | 2015-05-04 15:50:25 -0700 | [diff] [blame] | 247 | <string name="screen_moved">Screen moved</string> |
Sunny Goyal | 9ca9c13 | 2015-04-29 14:57:22 -0700 | [diff] [blame] | 248 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 249 | <!-- Accessibility action to resize a widget. [CHAR_LIMIT=30] --> |
Sunny Goyal | 9ca9c13 | 2015-04-29 14:57:22 -0700 | [diff] [blame] | 250 | <string name="action_resize">Resize</string> |
| 251 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 252 | <!-- Accessibility action to increase width of a widget. [CHAR_LIMIT=30] --> |
Sunny Goyal | 9ca9c13 | 2015-04-29 14:57:22 -0700 | [diff] [blame] | 253 | <string name="action_increase_width">Increase width</string> |
| 254 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 255 | <!-- Accessibility action to increase height of a widget. [CHAR_LIMIT=30] --> |
Sunny Goyal | 9ca9c13 | 2015-04-29 14:57:22 -0700 | [diff] [blame] | 256 | <string name="action_increase_height">Increase height</string> |
| 257 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 258 | <!-- Accessibility action to decrease width of a widget. [CHAR_LIMIT=30] --> |
Sunny Goyal | 9ca9c13 | 2015-04-29 14:57:22 -0700 | [diff] [blame] | 259 | <string name="action_decrease_width">Decrease width</string> |
| 260 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 261 | <!-- Accessibility action to decrease height of a widget. [CHAR_LIMIT=30] --> |
Sunny Goyal | 9ca9c13 | 2015-04-29 14:57:22 -0700 | [diff] [blame] | 262 | <string name="action_decrease_height">Decrease height</string> |
| 263 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 264 | <!-- Accessibility confirmation for widget resize. --> |
Sunny Goyal | 9ca9c13 | 2015-04-29 14:57:22 -0700 | [diff] [blame] | 265 | <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> |
| 266 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 267 | </resources> |