blob: caeed2e13f8d4c3de0888a855c5237dab1630256 [file] [log] [blame]
Romain Guy55a384c2009-08-12 10:58:02 -07001<?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="wallpapers">Android Live Wallpapers</string>
25
26 <!-- Wallpapers: -->
27 <skip />
28
29 <!-- Wallpaper showing grass and the sky -->
30 <string name="wallpaper_grass">Grass</string>
Daniel Sandlerd9419cd2009-11-05 15:09:58 -050031 <string name="wallpaper_grass_author">Google</string>
32 <string name="wallpaper_grass_desc">
33 Blades of grass wave gently in front of a day or night sky.
34 </string>
Dianne Hackborn0e1eb1a2009-09-07 21:48:40 -070035
Romain Guye04d27e2009-08-21 16:30:52 -070036 <!-- Wallpaper showing a galaxy -->
37 <string name="wallpaper_galaxy">Galaxy</string>
Daniel Sandlerd9419cd2009-11-05 15:09:58 -050038 <string name="wallpaper_galaxy_author">Google</string>
39 <string name="wallpaper_galaxy_desc">
40 A galaxy made of slowly swirling stars.
41 </string>
Romain Guy59206df2009-09-09 13:07:58 -070042
43 <!-- Wallpaper showing leaves floating on water -->
44 <string name="wallpaper_fall">Water</string>
Daniel Sandlerd9419cd2009-11-05 15:09:58 -050045 <string name="wallpaper_fall_author">Google</string>
46 <string name="wallpaper_fall_desc">
47 Autumn leaves tumble&lt;br&gt;
48 To the rippling pond below:&lt;br&gt;
49 Liquid background Zen.
50 </string>
Dianne Hackborn0e1eb1a2009-09-07 21:48:40 -070051
Romain Guya7cbc262009-08-12 15:24:53 -070052 <!-- Wallpaper showing a clock -->
53 <string name="wallpaper_clock">Polar clock</string>
Daniel Sandlerd9419cd2009-11-05 15:09:58 -050054 <string name="wallpaper_clock_author">Google</string>
55 <string name="wallpaper_clock_desc">
56 Presents the date and time as a series of concentric clockwise
57 arcs: month, day, hour, minute, and second.
58 </string>
59
Dianne Hackborn0e1eb1a2009-09-07 21:48:40 -070060 <!-- Polar clock: title of settings activity -->
61 <string name="clock_settings">Polar clock settings</string>
62 <!-- Polar clock: label for "show seconds" pref -->
63 <string name="show_seconds">Show seconds</string>
Daniel Sandler4ba7d8c2009-09-23 16:45:05 -040064 <!-- Polar clock: label for "variable widths" pref -->
65 <string name="variable_line_width">Vary ring widths</string>
Daniel Sandler03e14e52009-10-02 16:20:56 -040066 <!-- Polar clock: label for "palette" pref -->
67 <string name="palette">Color palette</string>
68
69 <!-- Polar clock: palette name -->
70 <string name="palette_gray">Iron</string>
71 <!-- Polar clock: palette name -->
72 <string name="palette_violet">Midnight</string>
73 <!-- Polar clock: palette name -->
74 <string name="palette_matrix">Green Screen</string>
75 <!-- Polar clock: palette name -->
76 <string name="palette_white_c">Polar Bear (dynamic)</string>
77 <!-- Polar clock: palette name -->
78 <string name="palette_black_c">Black Hole (dynamic)</string>
79 <!-- Polar clock: palette name -->
80 <string name="palette_halloween">Pumpkin Pie</string>
81 <!-- Polar clock: palette name -->
82 <string name="palette_zenburn">Alien Fruit Salad</string>
83 <!-- Polar clock: palette name -->
84 <string name="palette_oceanic">Blue Laser</string>
85
Romain Guy55a384c2009-08-12 10:58:02 -070086</resources>