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