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 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 24 | <!-- Application name --> |
Sunny Goyal | 28c6b96 | 2015-10-12 11:42:05 -0700 | [diff] [blame] | 25 | <string name="app_name">Launcher3</string> |
Sunny Goyal | 18bf8e2 | 2015-04-08 18:13:46 -0700 | [diff] [blame] | 26 | <!-- Work folder name --> |
| 27 | <string name="work_folder_name">Work</string> |
Michael Jurka | 96fb3a3 | 2011-01-06 16:17:37 -0800 | [diff] [blame] | 28 | <!-- 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] | 29 | <string name="activity_not_found">App isn\'t installed.</string> |
Sunny Goyal | 1a745e8 | 2014-10-02 15:58:31 -0700 | [diff] [blame] | 30 | <!-- Displayed when user selects a shortcut for an app that is current not available [CHAR_LIMIT=none]--> |
| 31 | <string name="activity_not_available">App isn\'t available</string> |
Sunny Goyal | c5c60ad | 2014-07-14 12:02:01 -0700 | [diff] [blame] | 32 | <!-- SafeMode shortcut error string --> |
| 33 | <string name="safemode_shortcut_error">Downloaded app disabled in Safe mode</string> |
Sunny Goyal | 9b4b081 | 2014-10-08 10:47:28 -0700 | [diff] [blame] | 34 | <!-- SafeMode widget error string --> |
| 35 | <string name="safemode_widget_error">Widgets disabled in Safe mode</string> |
Sunny Goyal | 70a7c9b | 2016-07-28 10:07:32 -0700 | [diff] [blame] | 36 | <!-- Message shown when a shortcut is not available. It could have been temporarily disabled and may start working again after some time. --> |
| 37 | <string name="shortcut_not_available">Shortcut isn\'t available</string> |
Sunny Goyal | 66b2457 | 2016-09-21 15:57:55 -0700 | [diff] [blame] | 38 | <!-- User visible name for the launcher/home screen. [CHAR_LIMIT=30] --> |
| 39 | <string name="home_screen">Home screen</string> |
| 40 | <!-- Label for showing custom action list of a shortcut or widget. [CHAR_LIMIT=30] --> |
| 41 | <string name="custom_actions">Custom actions</string> |
Adam Cohen | b5fe60c | 2013-06-06 22:03:51 -0700 | [diff] [blame] | 42 | |
Winson Chung | 5f4e0fd | 2015-05-22 11:12:27 -0700 | [diff] [blame] | 43 | <!-- Widgets --> |
Michael Jurka | 931dc97 | 2011-08-05 15:08:15 -0700 | [diff] [blame] | 44 | <!-- Message to tell the user to press and hold on a widget to add it [CHAR_LIMIT=50] --> |
Sunny Goyal | 5b2de72 | 2016-06-22 12:03:53 -0700 | [diff] [blame] | 45 | <string name="long_press_widget_to_add">Touch & hold to pick up a widget.</string> |
Sunny Goyal | e78e3d7 | 2015-09-24 11:23:31 -0700 | [diff] [blame] | 46 | <!-- 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] --> |
| 47 | <string name="long_accessible_way_to_add">Double-tap & hold to pick up a widget or use custom actions.</string> |
Winson Chung | 3a47678 | 2010-09-15 15:21:55 -0700 | [diff] [blame] | 48 | <!-- 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] | 49 | <!-- There is a special version of this format string for Farsi --> |
| 50 | <string name="widget_dims_format">%1$d \u00d7 %2$d</string> |
Jon Miranda | 6c61323 | 2016-09-19 11:25:39 -0700 | [diff] [blame] | 51 | <!-- Accessibility spoken message format for the dimensions of a widget in the drawer --> |
| 52 | <string name="widget_accessible_dims_format">%1$d wide by %2$d high</string> |
Sunny Goyal | 2783595 | 2017-01-13 12:15:53 -0800 | [diff] [blame] | 53 | <!-- Message to tell the user to press and hold a widget/icon to add it --> |
Sunny Goyal | 6634869 | 2017-03-30 12:30:41 -0700 | [diff] [blame] | 54 | <string name="add_item_request_drag_hint">Touch & hold to place manually</string> |
Sunny Goyal | 2783595 | 2017-01-13 12:15:53 -0800 | [diff] [blame] | 55 | <!-- Button label to automatically add icon on home screen [CHAR_LIMIT=50] --> |
Sunny Goyal | 6634869 | 2017-03-30 12:30:41 -0700 | [diff] [blame] | 56 | <string name="place_automatically">Add automatically</string> |
Winson Chung | 3a47678 | 2010-09-15 15:21:55 -0700 | [diff] [blame] | 57 | |
Winson Chung | 5f4e0fd | 2015-05-22 11:12:27 -0700 | [diff] [blame] | 58 | <!-- All Apps --> |
Winson Chung | 93f98ea | 2015-03-10 16:28:47 -0700 | [diff] [blame] | 59 | <!-- Search bar text in the apps view. [CHAR_LIMIT=50] --> |
Sunny Goyal | f5a09fe | 2017-07-20 11:31:51 -0700 | [diff] [blame] | 60 | <string name="all_apps_search_bar_hint">Search apps</string> |
Winson Chung | 888b3a1 | 2015-03-13 11:14:16 -0700 | [diff] [blame] | 61 | <!-- Loading apps text. [CHAR_LIMIT=50] --> |
Sunny Goyal | f5a09fe | 2017-07-20 11:31:51 -0700 | [diff] [blame] | 62 | <string name="all_apps_loading_message">Loading apps…</string> |
Winson Chung | 888b3a1 | 2015-03-13 11:14:16 -0700 | [diff] [blame] | 63 | <!-- No-search-results text. [CHAR_LIMIT=50] --> |
Sunny Goyal | f5a09fe | 2017-07-20 11:31:51 -0700 | [diff] [blame] | 64 | <string name="all_apps_no_search_results">No apps found matching \"<xliff:g id="query" example="Android">%1$s</xliff:g>\"</string> |
Sunny Goyal | 8653f1d | 2016-05-27 12:31:17 -0700 | [diff] [blame] | 65 | <!-- Label for the button which allows the user to get app search results. [CHAR_LIMIT=50] --> |
| 66 | <string name="all_apps_search_market_message">Search for more apps</string> |
Sunny Goyal | ef92b82 | 2018-11-21 14:12:00 -0800 | [diff] [blame] | 67 | <!-- Label for an icon representing any generic app. [CHAR_LIMIT=50] --> |
| 68 | <string name="label_application">App</string> |
Winson Chung | 93f98ea | 2015-03-10 16:28:47 -0700 | [diff] [blame] | 69 | |
Tony Wickham | ce44516 | 2017-04-10 14:05:34 -0700 | [diff] [blame] | 70 | <!-- Popup items --> |
Tony Wickham | 9438ed4 | 2017-01-20 09:38:25 -0800 | [diff] [blame] | 71 | <!-- Text to display as the header above notifications. [CHAR_LIMIT=30] --> |
Tony Wickham | ce44516 | 2017-04-10 14:05:34 -0700 | [diff] [blame] | 72 | <string name="notifications_header">Notifications</string> |
Tony Wickham | 9438ed4 | 2017-01-20 09:38:25 -0800 | [diff] [blame] | 73 | |
Sunny Goyal | c525d80 | 2015-04-29 11:05:34 -0700 | [diff] [blame] | 74 | <!-- Drag and drop --> |
Jon Miranda | a589814 | 2018-03-22 15:59:06 -0700 | [diff] [blame] | 75 | <!-- Message to tell the user to press and hold on a shortcut to add it [CHAR_LIMIT=50] --> |
| 76 | <string name="long_press_shortcut_to_add">Touch & hold to pick up a shortcut.</string> |
Jon Miranda | 314ab5d | 2018-03-27 11:48:37 -0700 | [diff] [blame] | 77 | <!-- Accessibility spoken hint message in deep shortcut menu, which allows user to add a shortcut. Custom action is the label for additional accessibility actions available in this mode [CHAR_LIMIT=200] --> |
Jon Miranda | a589814 | 2018-03-22 15:59:06 -0700 | [diff] [blame] | 78 | <string name="long_accessible_way_to_add_shortcut">Double-tap & hold to pick up a shortcut or use custom actions.</string> |
| 79 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 80 | <skip /> |
Winson Chung | 169c3d7 | 2012-04-24 14:43:54 -0700 | [diff] [blame] | 81 | <!-- Error message when user has filled a home screen --> |
| 82 | <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] | 83 | <!-- Error message when user has filled the hotseat --> |
Adrian Roos | a0d5a04 | 2014-01-14 17:45:22 -0800 | [diff] [blame] | 84 | <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] | 85 | |
Patrick Dubroy | 67f7f43 | 2010-10-04 17:45:43 -0700 | [diff] [blame] | 86 | <!-- All applications label --> |
Sunny Goyal | 53fe1f2 | 2016-07-08 08:47:07 -0700 | [diff] [blame] | 87 | <string name="all_apps_button_label">Apps list</string> |
Tony Mak | 98f7350 | 2018-03-14 15:40:41 +0000 | [diff] [blame] | 88 | <string name="all_apps_button_personal_label">Personal apps list</string> |
| 89 | <string name="all_apps_button_work_label">Work apps list</string> |
| 90 | |
Joe Onorato | 52a653f | 2009-11-11 14:52:11 -0800 | [diff] [blame] | 91 | <!-- Label for button in all applications label to go back home (to the workspace / desktop) |
| 92 | for accessibilty (spoken when the button gets focus). --> |
| 93 | <string name="all_apps_home_button_label">Home</string> |
| 94 | |
Hyunyoung Song | c641bd1 | 2018-12-21 04:26:06 -0800 | [diff] [blame] | 95 | <!-- Label for remove drop target (from the homescreen only). |
| 96 | May appear next to uninstall_drop_target_label [CHAR_LIMIT=20] --> |
Tony Wickham | 9aae47f | 2015-10-01 13:04:22 -0700 | [diff] [blame] | 97 | <string name="remove_drop_target_label">Remove</string> |
Hyunyoung Song | c641bd1 | 2018-12-21 04:26:06 -0800 | [diff] [blame] | 98 | <!-- Label for uninstall drop target (from the device). |
| 99 | May appear next to remove_drop_target_label [CHAR_LIMIT=20]--> |
Tony Wickham | 9aae47f | 2015-10-01 13:04:22 -0700 | [diff] [blame] | 100 | <string name="uninstall_drop_target_label">Uninstall</string> |
| 101 | <!-- Label for app info drop target. [CHAR_LIMIT=20] --> |
| 102 | <string name="app_info_drop_target_label">App info</string> |
Mario Bertschler | f41edbe | 2017-08-31 11:47:53 -0700 | [diff] [blame] | 103 | <!-- Label for install drop target. [CHAR_LIMIT=20] --> |
| 104 | <string name="install_drop_target_label">Install</string> |
Samuel Fufa | 866ff00 | 2019-08-09 16:16:06 -0700 | [diff] [blame] | 105 | <!-- Label for install dismiss prediction. --> |
Samuel Fufa | a18eb68 | 2019-12-02 16:01:05 -0800 | [diff] [blame] | 106 | <string translatable="false" name="dismiss_prediction_label">Don\'t suggest app</string> |
Samuel Fufa | 225ac27 | 2019-10-21 02:02:40 -0700 | [diff] [blame] | 107 | <!-- Label for pinning predicted app. --> |
| 108 | <string name="pin_prediction" translatable="false">Pin Prediction</string> |
| 109 | |
Samuel Fufa | 866ff00 | 2019-08-09 16:16:06 -0700 | [diff] [blame] | 110 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 111 | <!-- Permissions: --> |
Joe Onorato | e075e1f | 2010-03-10 15:30:07 -0800 | [diff] [blame] | 112 | <skip /> |
| 113 | <!-- Permission short label --> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 114 | <string name="permlab_install_shortcut">install shortcuts</string> |
Joe Onorato | e075e1f | 2010-03-10 15:30:07 -0800 | [diff] [blame] | 115 | <!-- Permission description --> |
Claudia de Veaux | 0c2aecb | 2011-10-20 12:26:18 -0700 | [diff] [blame] | 116 | <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] | 117 | shortcuts without user intervention.</string> |
Joe Onorato | e075e1f | 2010-03-10 15:30:07 -0800 | [diff] [blame] | 118 | <!-- Permission short label --> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 119 | <string name="permlab_read_settings">read Home settings and shortcuts</string> |
Joe Onorato | e075e1f | 2010-03-10 15:30:07 -0800 | [diff] [blame] | 120 | <!-- Permission description --> |
Claudia de Veaux | 7fb4bf5 | 2011-12-09 11:34:44 -0800 | [diff] [blame] | 121 | <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] | 122 | shortcuts in Home.</string> |
Joe Onorato | e075e1f | 2010-03-10 15:30:07 -0800 | [diff] [blame] | 123 | <!-- Permission short label --> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 124 | <string name="permlab_write_settings">write Home settings and shortcuts</string> |
Joe Onorato | e075e1f | 2010-03-10 15:30:07 -0800 | [diff] [blame] | 125 | <!-- Permission description --> |
Claudia de Veaux | 7fb4bf5 | 2011-12-09 11:34:44 -0800 | [diff] [blame] | 126 | <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] | 127 | shortcuts in Home.</string> |
| 128 | |
Sunny Goyal | 28c6b96 | 2015-10-12 11:42:05 -0700 | [diff] [blame] | 129 | <!-- Toast shown on clicking a direct call shortcut. [CHAR_LIMIT=80] --> |
| 130 | <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> |
| 131 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 132 | <!-- Widgets: --> |
| 133 | <skip /> |
Mike LeBeau | 6929356 | 2009-05-08 14:27:31 -0700 | [diff] [blame] | 134 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 135 | <!-- Text to show user in place of a gadget when we can't display it properly --> |
| 136 | <string name="gadget_error_text">Problem loading widget</string> |
Romain Guy | 41669fc | 2009-08-13 12:53:24 -0700 | [diff] [blame] | 137 | |
Sunny Goyal | ff57227 | 2014-07-23 13:58:07 -0700 | [diff] [blame] | 138 | <!-- 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] | 139 | <string name="gadget_setup_text">Setup</string> |
Sunny Goyal | ff57227 | 2014-07-23 13:58:07 -0700 | [diff] [blame] | 140 | |
Adam Cohen | 76fc085 | 2011-06-17 13:26:23 -0700 | [diff] [blame] | 141 | <!-- 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] | 142 | <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] | 143 | |
Adam Cohen | 76fc085 | 2011-06-17 13:26:23 -0700 | [diff] [blame] | 144 | <!-- Default folder title --> |
Hyunyoung Song | 0580b4a | 2020-02-17 12:38:58 -0800 | [diff] [blame] | 145 | <string name="folder_hint_text">Edit Name</string> |
Winson Chung | 6a0f57d | 2011-06-29 20:10:49 -0700 | [diff] [blame] | 146 | |
| 147 | <!-- Accessibility --> |
Sunny Goyal | f420438 | 2016-07-13 10:46:07 -0700 | [diff] [blame] | 148 | <!-- The format string for when an app is temporarily disabled. --> |
| 149 | <string name="disabled_app_label">Disabled <xliff:g id="app_name" example="Messenger">%1$s</xliff:g></string> |
Tony Wickham | 305e920 | 2018-01-23 17:46:47 -0800 | [diff] [blame] | 150 | <!-- The format string for when an app has a notification dot (meaning it has associated notifications). --> |
Tony Wickham | f34bee8 | 2018-12-03 18:11:39 -0800 | [diff] [blame] | 151 | <plurals name="dotted_app_label"> |
Tony Wickham | 305e920 | 2018-01-23 17:46:47 -0800 | [diff] [blame] | 152 | <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> |
| 153 | <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> |
| 154 | </plurals> |
Winson Chung | 6a0f57d | 2011-06-29 20:10:49 -0700 | [diff] [blame] | 155 | <skip /> |
| 156 | |
| 157 | <!-- The format string for default page scroll text [CHAR_LIMIT=none] --> |
Adam Cohen | 3371da0 | 2011-10-25 21:38:29 -0700 | [diff] [blame] | 158 | <string name="default_scroll_format">Page %1$d of %2$d</string> |
Winson Chung | 6a0f57d | 2011-06-29 20:10:49 -0700 | [diff] [blame] | 159 | <!-- The format string for Workspace page scroll text [CHAR_LIMIT=none] --> |
alanv | 51944f1 | 2012-05-07 17:31:32 -0700 | [diff] [blame] | 160 | <string name="workspace_scroll_format">Home screen %1$d of %2$d</string> |
Sunny Goyal | e78e3d7 | 2015-09-24 11:23:31 -0700 | [diff] [blame] | 161 | <!-- Description for a new page on homescreen[CHAR_LIMIT=none] --> |
| 162 | <string name="workspace_new_page">New home screen page</string> |
Winson Chung | 82f5553 | 2011-08-09 14:14:23 -0700 | [diff] [blame] | 163 | |
Adam Cohen | 3371da0 | 2011-10-25 21:38:29 -0700 | [diff] [blame] | 164 | <!-- Folder accessibility --> |
| 165 | <!-- The format string for when a folder is opened, speaks the dimensions --> |
Eric Fischer | e8da866 | 2012-02-24 10:17:44 -0800 | [diff] [blame] | 166 | <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] | 167 | <!-- Instruction that clicking outside will close folder --> |
Sunny Goyal | ec8e15d | 2016-02-22 16:53:52 -0800 | [diff] [blame] | 168 | <string name="folder_tap_to_close">Tap to close folder</string> |
Adam Cohen | 3371da0 | 2011-10-25 21:38:29 -0700 | [diff] [blame] | 169 | <!-- Instruction that clicking outside will commit folder rename --> |
Sunny Goyal | ec8e15d | 2016-02-22 16:53:52 -0800 | [diff] [blame] | 170 | <string name="folder_tap_to_rename">Tap to save rename</string> |
Adam Cohen | 3371da0 | 2011-10-25 21:38:29 -0700 | [diff] [blame] | 171 | <!-- Indication that folder closed --> |
| 172 | <string name="folder_closed">Folder closed</string> |
| 173 | <!-- Folder renamed format --> |
Eric Fischer | e8da866 | 2012-02-24 10:17:44 -0800 | [diff] [blame] | 174 | <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] | 175 | <!-- Folder name format --> |
Eric Fischer | e8da866 | 2012-02-24 10:17:44 -0800 | [diff] [blame] | 176 | <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] | 177 | |
Adam Cohen | f358a4b | 2013-07-23 16:47:31 -0700 | [diff] [blame] | 178 | <!-- Strings for the customization mode --> |
| 179 | <!-- Text for widget add button --> |
Adam Cohen | 410f3cd | 2013-09-22 12:09:32 -0700 | [diff] [blame] | 180 | <string name="widget_button_text">Widgets</string> |
Adam Cohen | f358a4b | 2013-07-23 16:47:31 -0700 | [diff] [blame] | 181 | <!-- Text for wallpaper change button --> |
Adam Cohen | 410f3cd | 2013-09-22 12:09:32 -0700 | [diff] [blame] | 182 | <string name="wallpaper_button_text">Wallpapers</string> |
Hyunyoung Song | 29e5d44 | 2019-02-07 10:33:55 -0800 | [diff] [blame] | 183 | <!-- Text for wallpaper change button --> |
| 184 | <string name="styles_wallpaper_button_text">Styles & wallpapers</string> |
Adam Cohen | 30bacb2 | 2013-08-29 14:25:25 -0700 | [diff] [blame] | 185 | <!-- Text for settings button --> |
Tony Wickham | cbe6c28 | 2017-05-19 19:30:31 -0700 | [diff] [blame] | 186 | <string name="settings_button_text">Home settings</string> |
Sunny Goyal | 1ed6c4a | 2016-04-21 15:16:11 -0700 | [diff] [blame] | 187 | <!-- Message shown when a feature is disabled by the administrator --> |
| 188 | <string name="msg_disabled_by_admin">Disabled by your admin</string> |
Chris Wren | aeff7ea | 2014-02-14 16:59:24 -0500 | [diff] [blame] | 189 | |
Rahul Chaturvedi | 7fc77ca | 2015-05-19 18:02:16 -0700 | [diff] [blame] | 190 | <!-- Strings for settings --> |
Sunny Goyal | 4025332 | 2018-04-19 09:27:38 -0700 | [diff] [blame] | 191 | <!-- Title for Allow Rotation setting. [CHAR LIMIT=50] --> |
| 192 | <string name="allow_rotation_title">Allow Home screen rotation</string> |
| 193 | <!-- Text explaining when the home screen will get rotated. [CHAR LIMIT=100] --> |
| 194 | <string name="allow_rotation_desc">When phone is rotated</string> |
Tony Wickham | 85b64c7 | 2017-06-08 12:12:17 -0700 | [diff] [blame] | 195 | <!-- 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] --> |
Tony Wickham | f34bee8 | 2018-12-03 18:11:39 -0800 | [diff] [blame] | 196 | <string name="notification_dots_title">Notification dots</string> |
| 197 | <!-- Text to indicate that the system notification dots setting is on [CHAR LIMIT=100] --> |
| 198 | <string name="notification_dots_desc_on">On</string> |
| 199 | <!-- Text to indicate that the system notification dots setting is off [CHAR LIMIT=100] --> |
| 200 | <string name="notification_dots_desc_off">Off</string> |
Sunny Goyal | 848cad5 | 2017-07-07 03:12:21 -0700 | [diff] [blame] | 201 | <!-- Title for the dialog shown when the app does not has notification access, explaining the requirement for notification access [CHAR LIMIT=50] --> |
| 202 | <string name="title_missing_notification_access">Notification access needed</string> |
| 203 | <!-- Message explaining to the user that the notification access is required by the app for showing 'Notification dots' [CHAR LIMIT=NONE] --> |
| 204 | <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> |
| 205 | <!-- Button text in the confirmation dialog which would take the user to the system settings [CHAR LIMIT=50] --> |
| 206 | <string name="title_change_settings">Change settings</string> |
Sunny Goyal | c466b17 | 2018-03-01 16:10:19 -0800 | [diff] [blame] | 207 | <!-- Summary for Notification dots setting. Tapping this will link enable/disable notification dots feature on the home screen. [CHAR LIMIT=50] --> |
Tony Wickham | f34bee8 | 2018-12-03 18:11:39 -0800 | [diff] [blame] | 208 | <string name="notification_dots_service_title">Show notification dots</string> |
Rahul Chaturvedi | 7fc77ca | 2015-05-19 18:02:16 -0700 | [diff] [blame] | 209 | |
Sunny Goyal | 4179e9b | 2017-03-08 14:25:09 -0800 | [diff] [blame] | 210 | <!-- Label for the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=40] --> |
Sunny Goyal | 61c14cb | 2020-03-16 20:55:32 -0700 | [diff] [blame^] | 211 | <string name="auto_add_shortcuts_label">Add app icons to Home screen</string> |
Sunny Goyal | 4179e9b | 2017-03-08 14:25:09 -0800 | [diff] [blame] | 212 | <!-- Text description of the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=NONE] --> |
| 213 | <string name="auto_add_shortcuts_description">For new apps</string> |
| 214 | |
Chris Wren | aeff7ea | 2014-02-14 16:59:24 -0500 | [diff] [blame] | 215 | <!-- Label on an icon that references an uninstalled package, for which we have no information about when it might be installed. [CHAR_LIMIT=15] --> |
| 216 | <string name="package_state_unknown">Unknown</string> |
Chris Wren | 40c5ed3 | 2014-06-24 18:24:23 -0400 | [diff] [blame] | 217 | |
Chris Wren | 40c5ed3 | 2014-06-24 18:24:23 -0400 | [diff] [blame] | 218 | <!-- Button for abandoned promises dialog, to removes this abandoned promise icon. --> |
| 219 | <string name="abandoned_clean_this">Remove</string> |
| 220 | <!-- Button for abandoned promise dialog, to search in the market for the missing package. --> |
| 221 | <string name="abandoned_search">Search</string> |
| 222 | <!-- Title for abandoned promise dialog. --> |
Chris Wren | 8d8d622 | 2014-07-01 09:37:48 -0400 | [diff] [blame] | 223 | <string name="abandoned_promises_title">This app is not installed</string> |
| 224 | <!-- Explanation for abandoned promise dialog. "The first 'it' refers to the shortcut icon. |
| 225 | The second "it" refers to the app. --> |
Chris Wren | 803a4be | 2014-07-01 16:52:49 -0400 | [diff] [blame] | 226 | <string name="abandoned_promise_explanation">The app for this icon isn\'t installed. |
| 227 | You can remove it, or search for the app and install it manually. |
| 228 | </string> |
Sunny Goyal | c469aad | 2015-10-01 11:24:23 -0700 | [diff] [blame] | 229 | <!-- Title for an app which is being downloaded. --> |
| 230 | <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> |
| 231 | <!-- Title for an app whose download has been started. --> |
| 232 | <string name="app_waiting_download_title"><xliff:g id="name" example="Messenger">%1$s</xliff:g> waiting to install</string> |
Sunny Goyal | 71b5c0b | 2015-01-08 16:59:04 -0800 | [diff] [blame] | 233 | |
Tony Wickham | 50e5165 | 2017-03-20 17:12:24 -0700 | [diff] [blame] | 234 | <!-- Strings for widgets & more in the popup container/bottom sheet --> |
Tony Wickham | b5ac4ed | 2017-04-11 17:21:12 -0700 | [diff] [blame] | 235 | <!-- Title for a bottom sheet that shows widgets for a particular app --> |
| 236 | <string name="widgets_bottom_sheet_title"><xliff:g id="name" example="Messenger">%1$s</xliff:g> widgets</string> |
Tony Wickham | 50e5165 | 2017-03-20 17:12:24 -0700 | [diff] [blame] | 237 | |
Sunny Goyal | de75321 | 2018-05-15 13:55:57 -0700 | [diff] [blame] | 238 | <!-- Accessibility title for the popup containing a list of widgets. [CHAR_LIMIT=50] --> |
| 239 | <string name="widgets_list">Widgets list</string> |
| 240 | <!-- Text announced by accessibility when the popup containing the list of widgets is closed. [CHAR_LIMIT=100] --> |
| 241 | <string name="widgets_list_closed">Widgets list closed</string> |
| 242 | |
Sunny Goyal | 71b5c0b | 2015-01-08 16:59:04 -0800 | [diff] [blame] | 243 | <!-- Strings for accessibility actions --> |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 244 | <!-- Accessibility action to add an app to workspace. [CHAR_LIMIT=30] --> |
| 245 | <string name="action_add_to_workspace">Add to Home screen</string> |
Sunny Goyal | e9b651e | 2015-04-24 11:44:51 -0700 | [diff] [blame] | 246 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 247 | <!-- Accessibility action to move item to the current location. [CHAR_LIMIT=30] --> |
Sunny Goyal | 7a89eec | 2015-05-19 14:48:52 -0700 | [diff] [blame] | 248 | <string name="action_move_here">Move item here</string> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 249 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 250 | <!-- Accessibility confirmation for item added to workspace. --> |
Sunny Goyal | e9b651e | 2015-04-24 11:44:51 -0700 | [diff] [blame] | 251 | <string name="item_added_to_workspace">Item added to home screen</string> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 252 | |
Tony Wickham | 6a71a5b | 2018-08-21 11:40:23 -0700 | [diff] [blame] | 253 | <!-- Accessibility confirmation for item removed. [CHAR_LIMIT=50]--> |
Sunny Goyal | 1a70cef | 2015-04-22 11:29:51 -0700 | [diff] [blame] | 254 | <string name="item_removed">Item removed</string> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 255 | |
Tony Wickham | 08c7cd5 | 2018-09-06 15:44:17 -0700 | [diff] [blame] | 256 | <!-- Action shown in snackbar to undo item removal. [CHAR_LIMIT=20] --> |
Tony Wickham | 6a71a5b | 2018-08-21 11:40:23 -0700 | [diff] [blame] | 257 | <string name="undo">Undo</string> |
| 258 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 259 | <!-- Accessibility action to move an item on the workspace. [CHAR_LIMIT=30] --> |
| 260 | <string name="action_move">Move item</string> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 261 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 262 | <!-- Accessibility description to move item to empty cell. --> |
Sunny Goyal | e9b651e | 2015-04-24 11:44:51 -0700 | [diff] [blame] | 263 | <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> |
| 264 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 265 | <!-- Accessibility description to move item inside a folder. --> |
Sunny Goyal | e9b651e | 2015-04-24 11:44:51 -0700 | [diff] [blame] | 266 | <string name="move_to_position">Move to position <xliff:g id="number" example="1">%1$s</xliff:g></string> |
| 267 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 268 | <!-- Accessibility description to move item to the hotseat. --> |
Sunny Goyal | e9b651e | 2015-04-24 11:44:51 -0700 | [diff] [blame] | 269 | <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] | 270 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 271 | <!-- Accessibility confirmation for item move. --> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 272 | <string name="item_moved">Item moved</string> |
| 273 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 274 | <!-- Accessibility description to move item into an existing folder. --> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 275 | <string name="add_to_folder">Add to folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string> |
| 276 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 277 | <!-- Accessibility description to move item into an existing folder containing an app. --> |
Sunny Goyal | e9b651e | 2015-04-24 11:44:51 -0700 | [diff] [blame] | 278 | <string name="add_to_folder_with_app">Add to folder with <xliff:g id="name" example="Messenger">%1$s</xliff:g></string> |
| 279 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 280 | <!-- Accessibility confirmation for item added to folder. --> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 281 | <string name="added_to_folder">Item added to folder</string> |
| 282 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 283 | <!-- Accessibility description to create folder with another item. --> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 284 | <string name="create_folder_with">Create folder with: <xliff:g id="name" example="Game">%1$s</xliff:g></string> |
| 285 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 286 | <!-- Accessibility confirmation for folder created. --> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 287 | <string name="folder_created">Folder created</string> |
| 288 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 289 | <!-- Accessibility action to move an item from folder to workspace. [CHAR_LIMIT=30] --> |
| 290 | <string name="action_move_to_workspace">Move to Home screen</string> |
Sunny Goyal | 1d08f70 | 2015-05-04 15:50:25 -0700 | [diff] [blame] | 291 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 292 | <!-- Accessibility action to resize a widget. [CHAR_LIMIT=30] --> |
Sunny Goyal | 9ca9c13 | 2015-04-29 14:57:22 -0700 | [diff] [blame] | 293 | <string name="action_resize">Resize</string> |
| 294 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 295 | <!-- Accessibility action to increase width of a widget. [CHAR_LIMIT=30] --> |
Sunny Goyal | 9ca9c13 | 2015-04-29 14:57:22 -0700 | [diff] [blame] | 296 | <string name="action_increase_width">Increase width</string> |
| 297 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 298 | <!-- Accessibility action to increase height of a widget. [CHAR_LIMIT=30] --> |
Sunny Goyal | 9ca9c13 | 2015-04-29 14:57:22 -0700 | [diff] [blame] | 299 | <string name="action_increase_height">Increase height</string> |
| 300 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 301 | <!-- Accessibility action to decrease width of a widget. [CHAR_LIMIT=30] --> |
Sunny Goyal | 9ca9c13 | 2015-04-29 14:57:22 -0700 | [diff] [blame] | 302 | <string name="action_decrease_width">Decrease width</string> |
| 303 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 304 | <!-- Accessibility action to decrease height of a widget. [CHAR_LIMIT=30] --> |
Sunny Goyal | 9ca9c13 | 2015-04-29 14:57:22 -0700 | [diff] [blame] | 305 | <string name="action_decrease_height">Decrease height</string> |
| 306 | |
Sunny Goyal | 66056b8 | 2015-05-16 12:51:03 -0700 | [diff] [blame] | 307 | <!-- Accessibility confirmation for widget resize. --> |
Sunny Goyal | 9ca9c13 | 2015-04-29 14:57:22 -0700 | [diff] [blame] | 308 | <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> |
| 309 | |
Sunny Goyal | 3ffa64d | 2016-07-25 13:54:32 -0700 | [diff] [blame] | 310 | <!-- Accessibility action to show quick actions menu for an icon. [CHAR_LIMIT=30] --> |
Sunny Goyal | 3cdf466 | 2016-07-27 11:16:46 -0700 | [diff] [blame] | 311 | <string name="action_deep_shortcut">Shortcuts</string> |
Vadim Tryshev | 21837e5 | 2018-05-09 17:40:03 -0700 | [diff] [blame] | 312 | <!-- Accessibility description when the context menu of a launcher icon that has notifications as well as shortcuts (providing quick access to app's actions). The "shortcuts" translation should be consistent with the one for action_deep_shortcut. [CHAR_LIMIT=50] --> |
Vadim Tryshev | a50d99f | 2018-05-04 17:58:29 -0700 | [diff] [blame] | 313 | <string name="shortcuts_menu_with_notifications_description">Shortcuts and notifications |
| 314 | </string> |
Tony | 18c4aa4 | 2017-05-10 21:23:57 -0500 | [diff] [blame] | 315 | |
| 316 | <!-- Accessibility action to dismiss a notification in the shortcuts menu for an icon. [CHAR_LIMIT=30] --> |
| 317 | <string name="action_dismiss_notification">Dismiss</string> |
| 318 | |
| 319 | <!-- Accessibility confirmation for notification being dismissed. --> |
| 320 | <string name="notification_dismissed">Notification dismissed</string> |
Sunny Goyal | a659bfe | 2016-08-02 16:15:37 -0700 | [diff] [blame] | 321 | |
Mario Bertschler | ac9408a | 2017-10-18 10:31:36 -0700 | [diff] [blame] | 322 | <!-- Label of tab to indicate personal apps --> |
| 323 | <string name="all_apps_personal_tab">Personal</string> |
| 324 | |
| 325 | <!-- Label of tab to indicate work apps --> |
| 326 | <string name="all_apps_work_tab">Work</string> |
| 327 | |
Tony Mak | b5950bb | 2018-01-15 14:52:47 +0000 | [diff] [blame] | 328 | <!-- 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 Mak | 6ffe4e0 | 2017-11-24 16:40:03 +0800 | [diff] [blame] | 329 | <string name="work_profile_toggle_label">Work profile</string> |
Samuel Fufa | 4bbed19 | 2020-01-16 11:39:31 -0800 | [diff] [blame] | 330 | <!--- User onboarding title for personal apps --> |
| 331 | <string name="work_profile_edu_personal_apps">Personal apps are private & can\'t be seen by IT</string> |
| 332 | <!--- User onboarding title for work profile apps --> |
Samuel Fufa | ccebfbe | 2020-02-10 09:26:20 -0800 | [diff] [blame] | 333 | <string name="work_profile_edu_work_apps">Work apps are badged & visible to IT</string> |
Samuel Fufa | 4bbed19 | 2020-01-16 11:39:31 -0800 | [diff] [blame] | 334 | <!-- Action label to proceed to the next work profile edu section--> |
| 335 | <string name="work_profile_edu_next">Next</string> |
| 336 | <!-- Action label to finish work profile edu--> |
| 337 | <string name="work_profile_edu_accept">Got it</string> |
| 338 | |
Tony Mak | b5950bb | 2018-01-15 14:52:47 +0000 | [diff] [blame] | 339 | <!-- 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. |
| 340 | "Organization" is used to represent a variety of businesses, non-profits, and educational institutions).--> |
Samuel Fufa | 8f6d141 | 2020-01-21 09:58:14 -0800 | [diff] [blame] | 341 | <string name="work_mode_on_label">Work apps: On</string> |
Tony Mak | b5950bb | 2018-01-15 14:52:47 +0000 | [diff] [blame] | 342 | <!-- 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.--> |
Samuel Fufa | 8f6d141 | 2020-01-21 09:58:14 -0800 | [diff] [blame] | 343 | <string name="work_mode_off_label">Work apps: Paused</string> |
| 344 | |
| 345 | <string name="work_apps_paused_title">Work apps are paused</string> |
| 346 | <string name="work_apps_paused_body">You won\'t get any work notifications, and your IT admin can\'t see your location</string> |
Vadim Tryshev | dc7d25d | 2018-10-15 14:01:04 -0700 | [diff] [blame] | 347 | |
| 348 | <!-- Failed action error message: e.g. Failed: Pause --> |
| 349 | <string name="remote_action_failed">Failed: <xliff:g id="what" example="Pause">%1$s</xliff:g></string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 350 | </resources> |