strings.xml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. <!-- Shown when wallpapers are selected in Wallpaper picker -->
  31. <!-- String indicating how many media item(s) is(are) selected
  32. eg. 1 selected [CHAR LIMIT=30] -->
  33. <plurals name="number_of_items_selected">
  34. <item quantity="zero">%1$d selected</item>
  35. <item quantity="one">%1$d selected</item>
  36. <item quantity="other">%1$d selected</item>
  37. </plurals>
  38. <!-- Accessibility string used as a label for a particular wallpaper in the Wallpaper Picker list.
  39. e.g. "Wallpaper 3 of 10" -->
  40. <string name="wallpaper_accessibility_name">Wallpaper %1$d of %2$d</string>
  41. <!-- Accessibility string used to announce that a wallpaper has been selected. -->
  42. <string name="announce_selection">Selected <xliff:g id="label" example="Wallpaper 3 of 10">%1$s</xliff:g></string>
  43. <!-- Label on button to delete wallpaper(s) -->
  44. <string name="wallpaper_delete">Delete</string>
  45. <!-- Label on button in Wallpaper Picker to pick an image -->
  46. <string name="pick_image">Pick image</string>
  47. <!-- Option in "Select wallpaper from" dialog box -->
  48. <string name="pick_wallpaper">Wallpapers</string>
  49. <!-- Title of activity for cropping wallpapers -->
  50. <string name="crop_wallpaper">Crop wallpaper</string>
  51. </resources>