• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    <!-- Error message when an image is selected as a wallpaper,
32         but something goes wrong when the user clicks "Set wallpaper" -->
33    <string name="wallpaper_set_fail">Couldn\'t set image as wallpaper</string>
34    <!-- Shown when wallpapers are selected in Wallpaper picker -->
35    <!-- String indicating how many media item(s) is(are) selected
36            eg. 1 selected [CHAR LIMIT=30] -->
37    <plurals name="number_of_items_selected">
38        <item quantity="zero">%1$d selected</item>
39        <item quantity="one">%1$d selected</item>
40        <item quantity="other">%1$d selected</item>
41    </plurals>
42    <!-- Accessibility string used as a label for a particular wallpaper in the Wallpaper Picker list.
43         e.g. "Wallpaper 3 of 10" -->
44    <string name="wallpaper_accessibility_name">Wallpaper %1$d of %2$d</string>
45    <!-- Accessibility string used to announce that a wallpaper has been selected. -->
46    <string name="announce_selection">Selected <xliff:g id="label" example="Wallpaper 3 of 10">%1$s</xliff:g></string>
47
48    <!-- Label on button to delete wallpaper(s) -->
49    <string name="wallpaper_delete">Delete</string>
50    <!-- Label on button in Wallpaper Picker to pick an image -->
51    <string name="pick_image">My photos</string>
52    <!-- Option in "Select wallpaper from" dialog box -->
53    <string name="pick_wallpaper">Wallpapers</string>
54    <!-- Title of activity for cropping wallpapers -->
55    <string name="crop_wallpaper">Crop wallpaper</string>
56
57    <!-- Option for setting the wallpaper only on the home screen. -->
58    <string name="which_wallpaper_option_home_screen">Home screen</string>
59    <!-- Option for setting the wallpaper only on the lock screen. -->
60    <string name="which_wallpaper_option_lock_screen">Lock screen</string>
61    <!-- Option for setting the wallpaper on both the home screen and lock screen. -->
62    <string name="which_wallpaper_option_home_screen_and_lock_screen">Home screen and lock screen</string>
63</resources>
64