• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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">Live wallpaper</string>
28    <!-- Title for the screen that lets the user preview a live wallpaper. -->
29    <string name="live_wallpaper_preview_title">Live wallpaper preview</string>
30    <!-- List item for configuring the current wallpaper -->
31    <string name="configure_wallpaper">Settings…</string>
32    <!-- Button label on Wallpaper Gallery screen; user selects this button to set a specific wallpaper -->
33    <string name="wallpaper_instructions">Set wallpaper</string>
34    <!-- Warning message, no live wallpapers available. -->
35    <string name="live_wallpaper_empty">No live wallpapers.</string>
36    <!-- Button label, action, sets the currently selected wallpaper. -->
37    <string name="set_live_wallpaper">Set wallpaper</string>
38    <!-- Label, title and author of the live wallpaper -->
39    <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>
40    <!-- Message, tells the user the selected live wallpaper is loading. -->
41    <string name="live_wallpaper_loading">Loading live wallpaper...</string>
42
43</resources>
44