1<!-- 2 Copyright (C) 2017 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15--> 16 17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 <!-- The name of this application, a wallpaper picker. [CHAR LIMIT=50] --> 19 <string name="wallpaper_app_name">Wallpapers</string> 20 21 <string name="app_name">@string/wallpaper_app_name</string> 22 23 <!-- UI Strings --> 24 <!-- Label which asks the user to select a wallpaper category from the given choices. [CHAR LIMIT=50] --> 25 <string name="select_wallpaper_label">Wallpaper categories</string> 26 27 <!-- Label for a button which lets user set the displayed image as wallpaper. [CHAR LIMIT=30] --> 28 <string name="set_wallpaper_button_text">Set Wallpaper</string> 29 30 <!-- Message shown in a dialog indicating that the app is setting an image as the device 31 wallpaper. [CHAR LIMIT=100] --> 32 <string name="set_wallpaper_progress_message">Setting wallpaper…</string> 33 34 <!-- Label for a button which lets user try to set the wallpaper again. [CHAR LIMIT=30] --> 35 <string name="try_again">Try again</string> 36 37 <!-- Error message indicating the app could not successfully set an image as the device 38 wallpaper. [CHAR LIMIT=100] --> 39 <string name="set_wallpaper_error_message">Unable to set wallpaper.</string> 40 41 <!-- Error message indicating the app could not load the user-selected wallpaper image for 42 preview. [CHAR LIMIT=100] --> 43 <string name="load_wallpaper_error_message"> 44 Unable to load wallpaper. The image is either corrupted or unavailable. 45 </string> 46 47 <!-- Label indicating that the wallpaper being shown near it is the wallpaper that is currently 48 set on the device. [CHAR LIMIT=100] --> 49 <string name="static_wallpaper_presentation_mode_message">Currently set</string> 50 51 <!-- Label indicating that the wallpaper being shown near it is the wallpaper that is currently 52 set on the device and is part of a daily rotation of wallpapers. [CHAR LIMIT=100] --> 53 <string name="rotating_wallpaper_presentation_mode_message">Daily wallpaper</string> 54 55 <!-- Label indicating that the wallpaper being shown is set both on home screen and on lock 56 screen [CHAR LIMIT=100] --> 57 <string name="wallpaper_destination_both">Home & Lock screen</string> 58 59 <!-- Label referring to the home screen of the device, i.e. shown behind the launcher. 60 [CHAR LIMIT=30] --> 61 <string name="home_screen_message">Home screen</string> 62 63 <!-- Label referring to the lock screen of the device, i.e. what is shown when user turns on the 64 device screen. [CHAR LIMIT=30] --> 65 <string name="lock_screen_message">Lock screen</string> 66 67 <!-- Short label describing that a wallpaper has been set to both the home and lock screens of 68 the user's device. [CHAR LIMIT=30] --> 69 <string name="home_and_lock_short_label">Home & Lock</string> 70 71 <!-- Label for a dialog which lets the user set an image as wallpaper. [CHAR LIMIT=50] --> 72 <string name="set_wallpaper_dialog_message">Set wallpaper</string> 73 74 <!-- Label referring to the home screen of the device, i.e. shown behind the launcher. 75 [CHAR LIMIT=100] --> 76 <string name="set_wallpaper_home_screen_destination">Home screen</string> 77 78 <!-- Label referring to the lock screen of the device, i.e. what is shown when user turns on the 79 device screen. [CHAR LIMIT=100] --> 80 <string name="set_wallpaper_lock_screen_destination">Lock screen</string> 81 82 <!-- Label referring to both the home screen and the lock screen of the 83 device. [CHAR LIMIT=100] --> 84 <string name="set_wallpaper_both_destination">Home screen and lock screen</string> 85 86 <!-- Label describing a live wallpaper whose responsibility is to display a different wallpaper 87 on a periodic basis (i.e., in a daily rotation). [CHAR LIMIT=80] --> 88 <string name="no_backup_image_wallpaper_label">Rotating Image Wallpaper</string> 89 90 <!-- Message explaining to the user that the storage permission is needed to view the current 91 wallpaper. [CHAR LIMIT=none] --> 92 <string name="permission_needed_explanation"> 93 To display the current wallpaper here, 94 <xliff:g example="Wallpapers" id="app_name">%1$s</xliff:g> needs access to your device\'s 95 storage. 96 </string> 97 98 <!-- Message explaining to the user that the storage permission is needed to view the current 99 wallpaper and that they grant it by going to the app's "app info" Settings page. 100 [CHAR LIMIT=none] --> 101 <string name="permission_needed_explanation_go_to_settings"> 102 To display the current wallpaper here, Wallpapers needs access to your device’s 103 storage.\n\nTo change this setting, go to the Permissions area of Wallpapers’ app info. 104 </string> 105 106 <!-- Label for the button which, when clicked, requests the storage permission. 107 [CHAR LIMIT=50] --> 108 <string name="permission_needed_allow_access_button_label"> 109 Allow access 110 </string> 111 112 <!-- Description of a live wallpaper whose responsibility is to display a different wallpaper 113 on a periodic basis (i.e., in a daily rotation). [CHAR LIMIT=100] --> 114 <string name="no_backup_image_wallpaper_description"> 115 Live wallpaper service for rotating wallpapers 116 </string> 117 118 <!-- Title of a feature where the wallpaper changes on a daily basis. [CHAR LIMIT=50] --> 119 <string name="daily_refresh_tile_title">Daily wallpaper</string> 120 121 <!-- Label indicating user can tap this tile with their finger to enable the feature. 122 [CHAR LIMIT=100] --> 123 <string name="daily_refresh_tile_subtitle">Tap to turn on</string> 124 125 <!-- Message indicating that user must tap the "Set wallpaper" button on a subsequent screen 126 to complete setup of the daily wallpaper rotation feature. [CHAR LIMIT=none] --> 127 <string name="start_rotation_dialog_body_live_wallpaper_needed"> 128 Wallpaper will change automatically every day. To finish setup, tap 129 <![CDATA[<strong>Set wallpaper</strong>]]> on the next screen. 130 </string> 131 132 <!-- Message indicating that, if this box is checked, future wallpapers will be enabled only 133 when the device has Wi-fi enabled. [CHAR LIMIT=100] --> 134 <string name="start_rotation_dialog_wifi_only_option_message"> 135 Download future wallpapers on Wi-Fi only 136 </string> 137 138 <!-- Label for a button letting the user continue on to enable daily wallpaper rotation. 139 [CHAR LIMIT=30] --> 140 <string name="start_rotation_dialog_continue">Continue</string> 141 142 <!-- Message indicating the app is downloading the first wallpaper in a daily rotation. 143 [CHAR LIMIT=100] --> 144 <string name="start_rotation_progress_message">Downloading first wallpaper…</string> 145 146 <!-- Error message indicating the app could not download the first wallpaper of a daily 147 rotation. [CHAR LIMIT=none] --> 148 <string name="start_rotation_error_message"> 149 Unable to download first wallpaper. Please check your network settings and try again. 150 </string> 151 152 <!-- Message explaining to the user that daily rotation means the wallpaper on the device will 153 change daily. [CHAR LIMIT=none] --> 154 <string name="start_rotation_dialog_body"> 155 Wallpaper will change automatically every day 156 </string> 157 158 <!-- Label for a button linking to Android Settings. [CHAR LIMIT=50] --> 159 <string name="settings_button_label"> 160 Settings 161 </string> 162 163 <!-- Label for a button allowing user to learn more about a wallpaper [CHAR LIMIT=30] --> 164 <string name="explore">Explore</string> 165 166 <!-- Label for a button letting user set the next wallpaper on the device. [CHAR LIMIT=100] --> 167 <string name="next_wallpaper">Next wallpaper</string> 168 169 <!-- Message indicating that setting the wallpaper on the device has is disabled 170 [CHAR LIMIT=none] --> 171 <string name="wallpaper_disabled_message"> 172 Setting a wallpaper is disabled on this device 173 </string> 174 175 <!-- Message indicating the administrator of the device has disabled viewing and setting 176 the wallpaper of the device. [CHAR LIMIT=none] --> 177 <string name="wallpaper_disabled_by_administrator_message"> 178 Setting a wallpaper is disabled by your device administrator 179 </string> 180 181 <!-- Message indicating that the selected wallpaper was successfully set on the device. 182 [CHAR_LIMIT=100] --> 183 <string name="wallpaper_set_successfully_message"> 184 Wallpaper set successfully 185 </string> 186 187 <!-- Message indicating that the user needs to be connected to the Internet to view the 188 collections of wallpapers. 189 [CHAR_LIMIT=none] --> 190 <string name="wallpapers_unavailable_offline_message"> 191 You need an Internet connection to view wallpapers. Please connect and try again." 192 </string> 193 194 <!-- Content descriptions --> 195 <!-- Content description for a thumbnail showing the currently set home screen wallpaper. 196 [CHAR LIMIT=none] --> 197 <string name="currently_set_home_wallpaper_thumbnail"> 198 Currently set home screen wallpaper thumbnail 199 </string> 200 201 <!-- Content description for a thumbnail showing the currently set lock screen wallpaper. 202 [CHAR LIMIT=none] --> 203 <string name="currently_set_lock_wallpaper_thumbnail"> 204 Currently set lock screen wallpaper thumbnail 205 </string> 206 207 <!-- Content description for a thumbnail showing the currently set wallpaper. 208 [CHAR LIMIT=none] --> 209 <string name="currently_set_wallpaper_thumbnail">Currently set wallpaper thumbnail</string> 210 211 <!-- Content description for a thumbnail image of a wallpaper. [CHAR LIMIT=none] --> 212 <string name="wallpaper_thumbnail">Wallpaper thumbnail</string> 213 214 <!-- Content description for a button letting the user learn more about the currently set home 215 screen wallpaper. [CHAR LIMIT=none] --> 216 <string name="explore_home_screen">Explore home screen wallpaper</string> 217 218 <!-- Content description for a button letting the user learn more about the currently set lock 219 screen wallpaper. [CHAR LIMIT=none] --> 220 <string name="explore_lock_screen">Explore lock screen wallpaper</string> 221 222 <!-- Content description for a button letting the user skip to the next daily wallpaper on the 223 home screen. [CHAR LIMIT=none] --> 224 <string name="refresh_daily_wallpaper_home_content_description">Refresh daily home screen wallpaper</string> 225 226 <!-- Content description for a button letting the user skip to the next daily wallpaper. 227 [CHAR LIMIT=none] --> 228 <string name="refresh_daily_wallpaper_content_description">Refresh daily wallpaper</string> 229 230 <!-- Message shown to user in a progress dialog when the app is in the process of refreshing the 231 daily wallpaper. [CHAR LIMIT=none] --> 232 <string name="refreshing_daily_wallpaper_dialog_message"> 233 Refreshing daily wallpaper… 234 </string> 235 236 <!-- Message shown to user in an alert dialog when the app failed to refresh the user's daily 237 wallpaper. The message also suggests the user to check their network settings since network 238 connection issues are a likely cause of the error. [CHAR LIMIT=none] --> 239 <string name="refresh_daily_wallpaper_failed_message"> 240 Failed to refresh daily wallpaper. Please check your network connection and try again. 241 </string> 242 243 <!-- Content description for a button letting the user collapse a visual panel showing info 244 about the wallpaper being previewed. [CHAR LIMIT=none] --> 245 <string name="collapse_attribution_panel">Collapse wallpaper info panel</string> 246 247 <!-- Content description for a button letting the user expand a visual panel showing info about 248 the wallpaper being previewed. [CHAR LIMIT=none] --> 249 <string name="expand_attribution_panel">Expand wallpaper info panel</string> 250 251 <!-- Content --> 252 <!-- Title of the collection of wallpapers stored on the device itself. [CHAR LIMIT=30] --> 253 <string name="on_device_wallpapers_category_title">On-device wallpapers</string> 254 255 <!-- Short title of the collection of wallpapers stored on the device itself. 256 [CHAR LIMIT=30] --> 257 <string name="on_device_wallpapers_category_title_desktop">On device</string> 258 259 <!-- Title of a wallpaper that comes with the Android device. [CHAR LIMIT=30] --> 260 <string name="on_device_wallpaper_title">Android wallpaper</string> 261 262 <!-- Title of the collection of "live" (animated) wallpapers. [CHAR LIMIT=30] --> 263 <string name="live_wallpapers_category_title">Live wallpapers</string> 264 265 <!-- Title of the collection of wallpapers from the user's own photo collection. 266 [CHAR LIMIT=30] --> 267 <string name="my_photos_category_title">My photos</string> 268 269 <!-- Title of a wallpaper that is a user's own photo. [CHAR LIMIT=30] --> 270 <string name="my_photos_generic_wallpaper_title">My photo</string> 271 272 <!-- Title used for a wallpaper which does not have a unique title. [CHAR LIMIT=30] --> 273 <string name="fallback_wallpaper_title">Wallpaper</string> 274 275 <!-- Displayed when user selects a shortcut for an app that was uninstalled [CHAR_LIMIT=none]--> 276 <string name="app_not_found">App isn\'t installed.</string> 277 278 <!-- "Center" wallpaper position option where the custom photo wallpaper is centered to the 279 device's desktop without any scaling. [CHAR_LIMIT=30] --> 280 <string name="center_wallpaper_position">Center</string> 281 282 <!-- "Center crop" wallpaper position option where the custom photo wallpaper is center cropped 283 to the device's desktop so that the maximum area of the photo is shown without empty space. 284 [CHAR_LIMIT=50] --> 285 <string name="center_crop_wallpaper_position">Center crop</string> 286 287 <!-- "Stretch" wallpaper position option where the custom photo wallpaper is scaled and 288 stretched to fit the device's desktop exactly. [CHAR_LIMIT=30] --> 289 <string name="stretch_wallpaper_position">Stretch</string> 290 291 <!-- Logging --> 292 <string name="live_wallpaper_collection_id" translatable="false">live_wallpapers</string> 293 <string name="image_wallpaper_collection_id" translatable="false">image_wallpapers</string> 294 <string name="on_device_wallpaper_collection_id" translatable="false"> 295 on_device_wallpapers 296 </string> 297 <string name="third_party_app_wallpaper_collection_id" translatable="false"> 298 third_party_app_wallpapers 299 </string> 300 301 <!-- Label for a checkbox which lets user preview the displayed image as wallpaper. [CHAR LIMIT=30] --> 302 <string name="preview">Preview</string> 303</resources> 304