strings.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. /*
  4. * Copyright (C) 2013 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. <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  20. <!-- Button label on Wallpaper picker screen; user selects this button to set a specific wallpaper -->
  21. <string name="wallpaper_instructions">Set wallpaper</string>
  22. <!-- Error message when an image is selected as a wallpaper,
  23. but the wallpaper picker cannot load it -->
  24. <string name="image_load_fail">Coudn\'t load image</string>
  25. <!-- Error message when an image is selected as a wallpaper,
  26. but the wallpaper cropper cannot load it. The user will
  27. usually see this when using another app and trying to set
  28. an image as the wallpaper -->
  29. <string name="wallpaper_load_fail">Couldn\'t load image as wallpaper</string>
  30. <!-- Error message when an image is selected as a wallpaper,
  31. but something goes wrong when the user clicks "Set wallpaper" -->
  32. <string name="wallpaper_set_fail">Couldn\'t set image as wallpaper</string>
  33. <!-- Shown when wallpapers are selected in Wallpaper picker -->
  34. <!-- String indicating how many media item(s) is(are) selected
  35. eg. 1 selected [CHAR LIMIT=30] -->
  36. <plurals name="number_of_items_selected">
  37. <item quantity="zero">%1$d selected</item>
  38. <item quantity="one">%1$d selected</item>
  39. <item quantity="other">%1$d selected</item>
  40. </plurals>
  41. <!-- Accessibility string used as a label for a particular wallpaper in the Wallpaper Picker list.
  42. e.g. "Wallpaper 3 of 10" -->
  43. <string name="wallpaper_accessibility_name">Wallpaper %1$d of %2$d</string>
  44. <!-- Accessibility string used to announce that a wallpaper has been selected. -->
  45. <string name="announce_selection">Selected <xliff:g id="label" example="Wallpaper 3 of 10">%1$s</xliff:g></string>
  46. <!-- Label on button to delete wallpaper(s) -->
  47. <string name="wallpaper_delete">Delete</string>
  48. <!-- Label on button in Wallpaper Picker to pick an image -->
  49. <string name="pick_image">My photos</string>
  50. <!-- Option in "Select wallpaper from" dialog box -->
  51. <string name="pick_wallpaper">Wallpapers</string>
  52. <!-- Title of activity for cropping wallpapers -->
  53. <string name="crop_wallpaper">Crop wallpaper</string>
  54. <!-- Option for setting the wallpaper only on the home screen. -->
  55. <string name="which_wallpaper_option_home_screen">Home screen</string>
  56. <!-- Option for setting the wallpaper only on the lock screen. -->
  57. <string name="which_wallpaper_option_lock_screen">Lock screen</string>
  58. <!-- Option for setting the wallpaper on both the home screen and lock screen. -->
  59. <string name="which_wallpaper_option_home_screen_and_lock_screen">Home screen and lock screen</string>
  60. </resources>