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&#8230;</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 &amp; Lock screen</string>
58
59    <!-- Label indicating the title for block that allows user to select a on-device
60         wallpaper in the WallpaperPicker screen [CHAR LIMIT=100] -->
61    <string name="choose_a_wallpaper_section_title">Choose a Wallpaper</string>
62
63    <!-- Label indicating the title for Creative Wallpapers block in the WallpaperPicker screen [CHAR LIMIT=100] -->
64    <string name="creative_wallpaper_title">Create wallpaper</string>
65
66    <!-- Label referring to the home screen of the device, i.e. shown behind the launcher.
67         [CHAR LIMIT=30] -->
68    <string name="home_screen_message">Home screen</string>
69
70    <!-- Label referring to the lock screen of the device, i.e. what is shown when user turns on the
71         device screen. [CHAR LIMIT=30] -->
72    <string name="lock_screen_message">Lock screen</string>
73
74    <!-- Short label describing that a wallpaper has been set to both the home and lock screens of
75         the user's device. [CHAR LIMIT=30] -->
76    <string name="home_and_lock_short_label">Home &#38; Lock</string>
77
78    <!-- Label for a dialog which lets the user set an image as wallpaper. [CHAR LIMIT=50] -->
79    <string name="set_wallpaper_dialog_message">Set wallpaper on</string>
80
81    <!-- Label referring to the home screen of the device, i.e. shown behind the launcher.
82         [CHAR LIMIT=100] -->
83    <string name="set_wallpaper_home_screen_destination">Home screen</string>
84
85    <!-- Label referring to the lock screen of the device, i.e. what is shown when user turns on the
86         device screen. [CHAR LIMIT=100] -->
87    <string name="set_wallpaper_lock_screen_destination">Lock screen</string>
88
89    <!-- Label referring to both the home screen and the lock screen of the
90         device. [CHAR LIMIT=100] -->
91    <string name="set_wallpaper_both_destination">Home and lock screens</string>
92
93    <!-- Label describing a live wallpaper whose responsibility is to display a different wallpaper
94         on a periodic basis (i.e., in a daily rotation). [CHAR LIMIT=80] -->
95    <string name="no_backup_image_wallpaper_label">Rotating Image Wallpaper</string>
96
97    <!-- Message explaining to the user that the storage permission is needed to view the current
98         wallpaper. [CHAR LIMIT=none] -->
99    <string name="permission_needed_explanation">
100      To display the current wallpaper here,
101      <xliff:g example="Wallpapers" id="app_name">%1$s</xliff:g> needs access to your device\'s
102      storage.
103    </string>
104
105    <!-- Message explaining to the user that the storage permission is needed to view the current
106         wallpaper and that they grant it by going to the app's "app info" Settings page.
107         [CHAR LIMIT=none] -->
108    <string name="permission_needed_explanation_go_to_settings">
109      To display the current wallpaper here, Wallpapers needs access to your device’s
110      storage.\n\nTo change this setting, go to the Permissions area of Wallpapers’ app info.
111    </string>
112
113    <!-- Label for the button which, when clicked, requests the storage permission.
114         [CHAR LIMIT=50] -->
115    <string name="permission_needed_allow_access_button_label">
116      Allow access
117    </string>
118
119    <!-- Description of a live wallpaper whose responsibility is to display a different wallpaper
120         on a periodic basis (i.e., in a daily rotation). [CHAR LIMIT=100] -->
121    <string name="no_backup_image_wallpaper_description">
122      Live wallpaper service for rotating wallpapers
123    </string>
124
125    <!-- Title of a feature where the wallpaper changes on a daily basis. [CHAR LIMIT=50] -->
126    <string name="daily_refresh_tile_title">Daily wallpaper</string>
127
128    <!-- Label indicating user can tap this tile with their finger to enable the feature.
129         [CHAR LIMIT=100] -->
130    <string name="daily_refresh_tile_subtitle">Tap to turn on</string>
131
132    <!-- Message indicating that user must tap the "Set wallpaper" button on a subsequent screen
133         to complete setup of the daily wallpaper rotation feature. [CHAR LIMIT=none] -->
134    <string name="start_rotation_dialog_body_live_wallpaper_needed">
135      Wallpaper will change automatically every day. To finish setup, tap
136      <![CDATA[<strong>Set wallpaper</strong>]]> on the next screen.
137    </string>
138
139    <!-- Message indicating that, if this box is checked, future wallpapers will be enabled only
140         when the device has Wi-fi enabled. [CHAR LIMIT=100] -->
141    <string name="start_rotation_dialog_wifi_only_option_message">
142      Download future wallpapers on Wi-Fi only
143    </string>
144
145    <!-- Label for a button letting the user continue on to enable daily wallpaper rotation.
146         [CHAR LIMIT=30] -->
147    <string name="start_rotation_dialog_continue">Continue</string>
148
149    <!-- Message indicating the app is downloading the first wallpaper in a daily rotation.
150         [CHAR LIMIT=100] -->
151    <string name="start_rotation_progress_message">Downloading first wallpaper&#8230;</string>
152
153    <!-- Error message indicating the app could not download the first wallpaper of a daily
154         rotation. [CHAR LIMIT=none] -->
155    <string name="start_rotation_error_message">
156      Unable to download first wallpaper. Please check your network settings and try again.
157    </string>
158
159    <!-- Message explaining to the user that daily rotation means the wallpaper on the device will
160         change daily. [CHAR LIMIT=none] -->
161    <string name="start_rotation_dialog_body">
162      Wallpaper will change automatically every day
163    </string>
164
165    <!-- Label for a button linking to Android Settings. [CHAR LIMIT=50] -->
166    <string name="settings_button_label">
167      Settings
168    </string>
169
170    <!-- Label for a button allowing user to learn more about a wallpaper [CHAR LIMIT=30] -->
171    <string name="explore">Explore</string>
172
173    <!-- Label for a button letting user set the next wallpaper on the device. [CHAR LIMIT=100] -->
174    <string name="next_wallpaper">Next wallpaper</string>
175
176    <!-- Message indicating that setting the wallpaper on the device has is disabled
177         [CHAR LIMIT=none] -->
178    <string name="wallpaper_disabled_message">
179        Setting a wallpaper is disabled on this device
180    </string>
181
182    <!-- Message indicating the administrator of the device has disabled viewing and setting
183         the wallpaper of the device. [CHAR LIMIT=none] -->
184    <string name="wallpaper_disabled_by_administrator_message">
185        Setting a wallpaper is disabled by your device administrator
186    </string>
187
188    <!-- Message indicating that the selected wallpaper was successfully set on the device.
189         [CHAR_LIMIT=100] -->
190    <string name="wallpaper_set_successfully_message">
191        Wallpaper set successfully
192    </string>
193
194    <!-- Message indicating that the user needs to be connected to the Internet to view the
195         collections of wallpapers.
196         [CHAR_LIMIT=none] -->
197    <string name="wallpapers_unavailable_offline_message">
198        You need an Internet connection to view wallpapers. Please connect and try again."
199    </string>
200
201    <!-- Content descriptions -->
202    <!-- Content description for a thumbnail showing the currently set home screen wallpaper.
203         [CHAR LIMIT=none] -->
204    <string name="currently_set_home_wallpaper_thumbnail">
205      Currently set home screen wallpaper thumbnail
206    </string>
207
208    <!-- Content description for a thumbnail showing the currently set lock screen wallpaper.
209         [CHAR LIMIT=none] -->
210    <string name="currently_set_lock_wallpaper_thumbnail">
211      Currently set lock screen wallpaper thumbnail
212    </string>
213
214    <!-- Content description for a thumbnail showing the currently set wallpaper.
215         [CHAR LIMIT=none] -->
216    <string name="currently_set_wallpaper_thumbnail">Currently set wallpaper thumbnail</string>
217
218    <!-- Content description for a thumbnail image of a wallpaper. [CHAR LIMIT=none] -->
219    <string name="wallpaper_thumbnail">Wallpaper thumbnail</string>
220
221    <!-- Content description for a button letting the user learn more about the currently set home
222         screen wallpaper. [CHAR LIMIT=none] -->
223    <string name="explore_home_screen">Explore home screen wallpaper</string>
224
225    <!-- Content description for a button letting the user learn more about the currently set lock
226         screen wallpaper. [CHAR LIMIT=none] -->
227    <string name="explore_lock_screen">Explore lock screen wallpaper</string>
228
229    <!-- Content description for a button letting the user skip to the next daily wallpaper on the
230         home screen. [CHAR LIMIT=none] -->
231    <string name="refresh_daily_wallpaper_home_content_description">Refresh daily home screen wallpaper</string>
232
233    <!-- Content description for a button letting the user skip to the next daily wallpaper.
234         [CHAR LIMIT=none] -->
235    <string name="refresh_daily_wallpaper_content_description">Refresh daily wallpaper</string>
236
237    <!-- Content description for the wallpaper preview screen. [CHAR LIMIT=none] -->
238    <string name="preview_screen_description">Wallpaper preview screen</string>
239
240    <!-- Content description for the wallpaper preview screen when preview can be edited, including folded state of preview.
241         Placeholder is replaced by folded/unfolded state of the preview for foldables, empty string for other devices.[CHAR_LIMIT=NONE]-->
242    <string name="preview_screen_description_editable">Wallpaper preview screen %1$s. Use two fingers to pan and zoom.</string>
243
244    <!-- Content description when the device is in a folded state. [CHAR LIMIT=none] -->
245    <string name="folded_device_state_description">Folded</string>
246
247    <!-- Content description when device is in an unfolded state. [CHAR LIMIT=none] -->
248    <string name="unfolded_device_state_description">Unfolded</string>
249
250    <!-- Content description for a button on full preview screen to confirm user's wallpaper
251         edit. [CHAR LIMIT=none] -->
252    <string name="full_preview_check_button_description">Done editing wallpaper</string>
253
254    <!-- Message shown to user in a progress dialog when the app is in the process of refreshing the
255         daily wallpaper. [CHAR LIMIT=none] -->
256    <string name="refreshing_daily_wallpaper_dialog_message">
257        Refreshing daily wallpaper&#8230;
258    </string>
259
260    <!-- Message shown to user in an alert dialog when the app failed to refresh the user's daily
261         wallpaper. The message also suggests the user to check their network settings since network
262         connection issues are a likely cause of the error. [CHAR LIMIT=none] -->
263    <string name="refresh_daily_wallpaper_failed_message">
264        Failed to refresh daily wallpaper. Please check your network connection and try again.
265    </string>
266
267    <!-- Content -->
268    <!-- Title of the collection of wallpapers stored on the device itself. [CHAR LIMIT=30] -->
269    <string name="on_device_wallpapers_category_title">On-device wallpapers</string>
270
271    <!-- Short title of the collection of wallpapers stored on the device itself.
272         [CHAR LIMIT=30] -->
273    <string name="on_device_wallpapers_category_title_desktop">On device</string>
274
275    <!-- Title of a wallpaper that comes with the Android device. [CHAR LIMIT=30] -->
276    <string name="on_device_wallpaper_title">Android wallpaper</string>
277
278    <!-- Title of the collection of "live" (animated) wallpapers. [CHAR LIMIT=30] -->
279    <string name="live_wallpapers_category_title">Live wallpapers</string>
280
281    <!-- Title of the collection of wallpapers from the user's own photo collection.
282         [CHAR LIMIT=30] -->
283    <string name="my_photos_category_title">My photos</string>
284
285    <!-- Title of a wallpaper that is a user's own photo. [CHAR LIMIT=30] -->
286    <string name="my_photos_generic_wallpaper_title">My photo</string>
287
288    <!-- Title used for a wallpaper which does not have a unique title. [CHAR LIMIT=30] -->
289    <string name="fallback_wallpaper_title">Wallpaper</string>
290
291    <!-- Displayed when user selects a shortcut for an app that was uninstalled [CHAR_LIMIT=none]-->
292    <string name="app_not_found">App isn\'t installed.</string>
293
294    <!-- "Center" wallpaper position option where the custom photo wallpaper is centered to the
295         device's desktop without any scaling. [CHAR_LIMIT=30] -->
296    <string name="center_wallpaper_position">Center</string>
297
298    <!-- "Center crop" wallpaper position option where the custom photo wallpaper is center cropped
299         to the device's desktop so that the maximum area of the photo is shown without empty space.
300         [CHAR_LIMIT=50] -->
301    <string name="center_crop_wallpaper_position">Center crop</string>
302
303    <!-- "Stretch" wallpaper position option where the custom photo wallpaper is scaled and
304         stretched to fit the device's desktop exactly. [CHAR_LIMIT=30] -->
305    <string name="stretch_wallpaper_position">Stretch</string>
306
307    <!-- Logging -->
308    <string name="live_wallpaper_collection_id" translatable="false">live_wallpapers</string>
309    <string name="image_wallpaper_collection_id" translatable="false">image_wallpapers</string>
310    <string name="on_device_wallpaper_collection_id" translatable="false">
311      on_device_wallpapers
312    </string>
313    <string name="third_party_app_wallpaper_collection_id" translatable="false">
314      third_party_app_wallpapers
315    </string>
316
317    <!-- Title for the toolbar when displaying a wallpaper preview. [CHAR LIMIT=30] -->
318    <string name="preview">Preview</string>
319
320    <!-- Label for the 'Info' tab of view pager in wallpaper preview activity. [CHAR_LIMIT=25] -->
321    <string name="tab_info">Info</string>
322    <!-- Label for the 'Customize' tab of view pager in wallpaper preview activity.
323         [CHAR_LIMIT=25] -->
324    <string name="tab_customize">Customize</string>
325
326    <!-- Label for the 'Effects' tab of view pager in wallpaper preview activity.
327         [CHAR_LIMIT=25] -->
328    <string name="tab_effects">Effects</string>
329
330    <!-- Label for the 'Share' tab of view pager in wallpaper preview activity.
331     [CHAR_LIMIT=25] -->
332    <string name="tab_share">Share</string>
333
334    <!-- Generic label for the my photos action [CHAR_LIMIT=20] -->
335    <string name="my_photos">My Photos</string>
336
337    <!-- List item for configuring the current wallpaper [CHAR LIMIT=30] -->
338    <string name="configure_wallpaper">Settings…</string>
339
340    <!-- List item for deleting the current wallpaper [CHAR LIMIT=30] -->
341    <string name="delete_live_wallpaper">Delete</string>
342
343    <!-- List item for editing the current wallpaper [CHAR LIMIT=NONE] -->
344    <string name="edit_live_wallpaper">Edit</string>
345
346    <!-- Confirmation dialog. Shown after user selects to delete one wallpaper. [CHAR LIMIT=NONE] -->
347    <string name="delete_wallpaper_confirmation">Delete this wallpaper from your device?</string>
348
349    <!-- Content description of back button on the bottom action bar. [CHAR LIMIT=30] -->
350    <string name="bottom_action_bar_back">Navigate up</string>
351
352    <!-- Content description of edit button on the bottom action bar. [CHAR LIMIT=30] -->
353    <string name="bottom_action_bar_edit">Edit</string>
354
355    <!-- TODO(b/154299462): Separate downloadable related actions from WallpaperPicker. -->
356    <!-- Content description of download button on the bottom action bar. [CHAR LIMIT=30] -->
357    <string name="bottom_action_bar_download">Download</string>
358
359    <!-- Content description of download effects button on the bottom action bar. [CHAR LIMIT=30] -->
360    <string name="download_effects">Download effects</string>
361
362    <!-- Content description of "slideshow wallpaper" button on the bottom action bar. [CHAR LIMIT=50] -->
363    <string name="bottom_action_bar_slideshow_wallpaper">Slideshow Wallpaper</string>
364
365    <!-- Apply button on the bottom action bar. [CHAR LIMIT=30] -->
366    <string name="bottom_action_bar_apply">Apply</string>
367
368    <!-- Accessibility label for paging indicator in theme picker preview [CHAR LIMIT=NONE] -->
369    <string name="accessibility_preview_pager" msgid="3548503287402185430">Page <xliff:g name="current_page" example="1">%1$d</xliff:g> of <xliff:g name="num_pages" example="2">%2$d</xliff:g></string>
370    <!-- Content description of the next button to bring user to the next preview page.[CHAR LIMIT=NONE] -->
371    <string name="next_page_content_description" msgid="5290226604542300962">Next</string>
372    <!-- Content description of the previous button to bring user to the previous preview page. [CHAR LIMIT=NONE] -->
373    <string name="previous_page_content_description" msgid="6025726405430262788">Previous</string>
374
375    <!--Name of metadata in the main launcher Activity which values contains the authority
376    corresponding to a ContentProvider in launcher to provide available grids and
377    allow for changing them -->
378    <string name="grid_control_metadata_name" translatable="false">com.android.launcher3.grid.control</string>
379
380    <!-- Title of the tool bar in the wallpaper picker. [CHAR LIMIT=19] -->
381    <string name="wallpaper_title">Wallpaper</string>
382
383    <!-- Content description of wallpaper preview card. [CHAR_LIMIT=40]-->
384    <string name="wallpaper_preview_card_content_description">Wallpaper preview</string>
385
386    <!-- Content description of wallpaper preview card when preview can be edited, including folded state of preview.
387         Placeholder is replaced by folded/unfolded state of the preview for foldables, empty string for other devices.[CHAR_LIMIT=NONE]-->
388    <string name="wallpaper_preview_card_content_description_editable">Wallpaper preview %1$s, tap to edit your photo</string>
389
390    <!-- Content description of lock screen wallpaper preview card. [CHAR_LIMIT=NONE]-->
391    <string name="lock_wallpaper_preview_card_content_description">Lock screen wallpaper preview</string>
392
393    <!-- Content description of home screen wallpaper preview card. [CHAR_LIMIT=NONE]-->
394    <string name="home_wallpaper_preview_card_content_description">Home screen wallpaper preview</string>
395
396    <!-- Error message of the wallpaper's collection doesn't exist. [CHAR_LIMIT=NONE] -->
397    <string name="collection_not_exist_msg">The collection doesn\'t exist</string>
398
399    <!-- Error message advising user to exit our of split screen in order to see preview. [CHAR_LIMIT=NONE] -->
400    <string name="wallpaper_exit_split_screen">Please exit split screen mode and try again</string>
401
402    <!-- Label for set wallpaper dialog positive button to set new wallpaper. [CHAR LIMIT=30] -->
403    <string name="set_wallpaper_dialog_set_button">Set</string>
404
405    <!-- Label for a cancel button of a dialog. [CHAR LIMIT=30] -->
406    <string name="cancel">Cancel</string>
407
408    <!-- Label for a button which lets user hide certain parts of the fullscreen preview UI. [CHAR LIMIT=30] -->
409    <string name="hide_ui_preview_text">Hide UI Preview</string>
410
411    <!-- Content description for Talkback to announce with UI preview is hidden. [CHAR LIMIT=50] -->
412    <string name="hint_hide_ui_preview">UI is hidden in preview. Double tap to unhide</string>
413
414    <!-- Label for a button which lets user show certain parts of the fullscreen preview UI. [CHAR LIMIT=30] -->
415    <string name="show_ui_preview_text">Show UI Preview</string>
416
417    <!-- Content description for Talkback to announce with UI preview is hidden. [CHAR LIMIT=NONE] -->
418    <string name="hide_preview_controls_content_description">Preview controls are displayed. Double tap to hide</string>
419
420    <!-- Label for a button which lets user hide certain parts of the fullscreen preview UI. [CHAR LIMIT=NONE] -->
421    <string name="hide_preview_controls_action">Hide preview controls</string>
422
423    <!-- Content description for Talkback to announce with UI preview is hidden. [CHAR LIMIT=NONE] -->
424    <string name="show_preview_controls_content_description">Preview controls are hidden. Double tap to show</string>
425
426    <!-- Label for a button which lets user show certain parts of the fullscreen preview UI. [CHAR LIMIT=NONE] -->
427    <string name="show_preview_controls_action">Show preview controls</string>
428
429    <!-- Label for action to show full preview without information [CHAR LIMIT=NONE] -->
430    <string name="hide_wallpaper_info_action">Hide wallpaper info</string>
431
432    <!-- Content description for Talkback to announce with UI preview is hidden. [CHAR LIMIT=50] -->
433    <string name="hint_show_ui_preview">UI is displayed in preview. Double tap to hide</string>
434
435    <!-- The title of wallpaper picker entry in new picker. [CHAR LIMIT=30]  -->
436    <string name="wallpaper_picker_entry_title" msgid="7039652539125902659">Change wallpaper</string>
437
438    <!-- Content description of wallpaper preview card (lockscreen). [CHAR_LIMIT=40]-->
439    <string name="lockscreen_wallpaper_preview_card_content_description" msgid="8575577284424318765">Lockscreen wallpaper preview</string>
440
441    <!-- Task affinity name for full screen preview's Activity stack -->
442    <string name="full_screen_task_affinity" translatable="false">.fullscreen</string>
443
444    <!-- Task affinity name for multi crop preview's Activity stack -->
445    <string name="multi_crop_task_affinity" translatable="false">.multicrop</string>
446
447    <!-- Label for a button / menu item that allows the user to apply the currently selected customization option. [CHAR LIMIT=20] -->
448    <string name="apply_btn" msgid="7965877231041987336">Apply</string>
449
450    <!-- Content description for customize panel is hidden. [CHAR_LIMIT=50] -->
451    <string name="accessibility_customize_hidden">Customize hidden</string>
452
453    <!-- Content description for customize panel is shown. [CHAR_LIMIT=50] -->
454    <string name="accessibility_customize_shown">Customize shown</string>
455
456    <!-- Content description for info panel is hidden. [CHAR_LIMIT=50] -->
457    <string name="accessibility_info_hidden">Info hidden</string>
458
459    <!-- Content description for info panel is shown. [CHAR_LIMIT=50] -->
460    <string name="accessibility_info_shown">Info shown</string>
461
462    <!-- Description of navigation to settings. [CHAR LIMIT=NONE] -->
463    <string name="settings_snackbar_description">Please enable files and media in settings.</string>
464
465    <!-- Label for a button which lets user try to navigation to settings. [CHAR LIMIT=25] -->
466    <string name="settings_snackbar_enable">Enable</string>
467
468    <!-- Label for a button which lets user try to open their photos. [CHAR LIMIT=40] -->
469    <string name="open_my_photos">Open My Photos</string>
470
471    <!--
472    Name of the authority corresponding to a ContentProvider in system UI that can provide remote
473    rendering of a preview of the lock screen.
474    -->
475    <string name="lock_screen_preview_provider_authority" translatable="false">com.android.systemui.customization</string>
476
477    <!--
478    Label for a navigational tab/button that takes the user to a UI that lets them customize the
479    lock screen.
480
481    [CHAR LIMIT=24].
482    -->
483    <string name="lock_screen_tab">Lock screen</string>
484
485    <!--
486    Label for a navigational tab/button that takes the user to a UI that lets them customize the
487    home screen.
488
489    [CHAR LIMIT=24].
490    -->
491    <string name="home_screen_tab">Home screen</string>
492
493    <!--
494    Label for button that lets the user reset the changes they have made.
495
496    [CHAR LIMIT=12].
497    -->
498    <string name="reset">Reset</string>
499
500    <!--
501    Title for dialog confirming with the user that they really wish to reset the customizations they
502    applied to the home and lock screens.
503
504    [CHAR LIMIT=32].
505    -->
506    <string name="reset_confirmation_dialog_title">Reset changes?</string>
507
508    <!--
509    Message for dialog confirming with the user that they really wish to reset the customizations
510    they applied to the home and lock screens.
511
512    [CHAR LIMIT=128].
513    -->
514    <string name="reset_confirmation_dialog_message">Your changes won\'t be saved</string>
515
516    <!--
517    Label for button that lets the user navigate to a full-screen experience of selecting
518    wallpapers.
519
520    [CHAR LIMIT=128].
521    -->
522    <string name="more_wallpapers">More wallpapers</string>
523
524    <!--
525     Accessibility label for recent wallpaper collection items
526
527    [CHAR LIMIT=128].
528    -->
529    <string name="recents_wallpaper_label">%1$s, %2$d</string>
530
531    <!--
532     Default wallpaper title for wallpapers which do not have an inherent title
533
534    [CHAR LIMIT=128].
535    -->
536    <string name="default_wallpaper_title">Wallpaper</string>
537
538    <!--
539     Tooltip label that appears over the small wallpaper preview, where a user can tap to enter the
540     full screen preview to adjust the wallpaper crop
541
542    [CHAR LIMIT=128].
543    -->
544    <string name="small_preview_tooltip">Tap to edit your photo</string>
545
546    <!--
547     Tooltip label that appears over the full wallpaper preview, where a user can adjust the
548     wallpaper crop
549
550    [CHAR LIMIT=128].
551    -->
552    <string name="full_preview_tooltip">Adjust the position, scale, and angle of your photos</string>
553
554</resources>
555