1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/* 4* Copyright (C) 2008 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 <!-- General --> 22 <skip /> 23 <!-- Application name --> 24 <string name="application_name">Live Wallpaper Picker</string> 25 <!-- Title for the screen that lets the user choose a live wallpaper to use 26 for the system. --> 27 <string name="live_wallpaper_picker_title">Select live wallpaper</string> 28 <!-- Label for the live wallpaper picker [CHAR_LIMIT=40]--> 29 <string name="live_wallpaper_picker_label">Live Wallpapers</string> 30 <!-- Title for the screen that lets the user preview a live wallpaper. --> 31 <string name="live_wallpaper_preview_title">Live wallpaper preview</string> 32 <!-- List item for configuring the current wallpaper --> 33 <string name="configure_wallpaper">Settings…</string> 34 <!-- List item for deleting the current wallpaper --> 35 <string name="delete_live_wallpaper">Delete</string> 36 <!-- List item for showing the current wallpaper by hiding bottom panel. --> 37 <string name="preview">Preview</string> 38 <!-- Button label on Wallpaper Gallery screen; user selects this button to set a specific wallpaper --> 39 <string name="wallpaper_instructions">Set wallpaper</string> 40 <!-- Warning message, no live wallpapers available. --> 41 <string name="live_wallpaper_empty">No live wallpapers.</string> 42 <!-- Button label, action, sets the currently selected wallpaper. --> 43 <string name="set_live_wallpaper">Set wallpaper</string> 44 <!-- Label, title and author of the live wallpaper --> 45 <string name="wallpaper_title_and_author"><xliff:g id="title" example="Galaxy">%1$s</xliff:g> by <xliff:g id="author" example="Google">%2$s</xliff:g></string> 46 <!-- Message, tells the user the selected live wallpaper is loading. --> 47 <string name="live_wallpaper_loading">Loading live wallpaper…</string> 48 49 <!-- Option for setting the wallpaper only on the home screen. --> 50 <string name="which_wallpaper_option_home_screen">Home screen</string> 51 <!-- Option for setting the wallpaper on both the home screen and lock screen. --> 52 <string name="which_wallpaper_option_home_screen_and_lock_screen">Home screen and lock screen</string> 53 54 <!-- Button label on attribution panel, explores further context about the wallpaper. 55 [CHAR_LIMIT=15] --> 56 <string name="explore_further">Explore</string> 57 58 <!-- Label for the 'Info' tab of view pager in wallpaper preview activity. [CHAR_LIMIT=25] --> 59 <string name="tab_info">Info</string> 60 <!-- Label for the 'Customize' tab of view pager in wallpaper preview activity. 61 [CHAR_LIMIT=25] --> 62 <string name="tab_customize">Customize</string> 63 64 <!-- Confirmation dialog. Shown after user selects to delete one wallpaper. [CHAR LIMIT=NONE] --> 65 <string name="delete_wallpaper_confirmation">Delete this wallpaper from your phone?</string> 66 67 <!-- Content description for a checkbox letting the user collapse a visual panel showing info 68 about the wallpaper being previewed. [CHAR LIMIT=none] --> 69 <string name="collapse_attribution_panel">Collapse wallpaper info panel</string> 70 71 <!-- Content description for a checkbox letting the user expand a visual panel showing info 72 about the wallpaper being previewed. [CHAR LIMIT=none] --> 73 <string name="expand_attribution_panel">Expand wallpaper info panel</string> 74</resources> 75