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 <!-- Button label on Wallpaper Gallery screen; user selects this button to set a specific wallpaper --> 35 <string name="wallpaper_instructions">Set wallpaper</string> 36 <!-- Warning message, no live wallpapers available. --> 37 <string name="live_wallpaper_empty">No live wallpapers.</string> 38 <!-- Button label, action, sets the currently selected wallpaper. --> 39 <string name="set_live_wallpaper">Set wallpaper</string> 40 <!-- Label, title and author of the live wallpaper --> 41 <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> 42 <!-- Message, tells the user the selected live wallpaper is loading. --> 43 <string name="live_wallpaper_loading">Loading live wallpaper</string> 44 <!-- Button label, action, cancels the wallpaper picker dialog [CHAR_LIMIT=40]--> 45 <string name="wallpaper_cancel">Cancel</string> 46 47 </resources> 48