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="wallpapers">Android Live Wallpapers</string> 25 26 <!-- Wallpapers: --> 27 <skip /> 28 29 <!-- Wallpaper showing the camera preview --> 30 <string name="wallpaper_walkaround">See Through</string> 31 <string name="wallpaper_walkaround_author">Google</string> 32 <string name="wallpaper_walkaround_desc"> 33 See through your phone and walk around without risking accidents. 34 </string> 35 36 <!-- Wallpaper showing a clock --> 37 <string name="wallpaper_clock">Polar clock</string> 38 <string name="wallpaper_clock_author">Google</string> 39 <string name="wallpaper_clock_desc"> 40 Presents the date and time as clockwise arcs: month, 41 day, hour, minute, and second. 42 </string> 43 44 <!-- Polar clock: title of settings activity --> 45 <string name="clock_settings">Polar clock settings</string> 46 <!-- Polar clock: label for "show seconds" pref --> 47 <string name="show_seconds">Show seconds</string> 48 <!-- Polar clock: label for "variable widths" pref --> 49 <string name="variable_line_width">Vary ring widths</string> 50 <!-- Polar clock: label for "palette" pref --> 51 <string name="palette">Color palette</string> 52 53 <!-- Polar clock: palette name --> 54 <string name="palette_gray">Iron</string> 55 <!-- Polar clock: palette name --> 56 <string name="palette_violet">Midnight</string> 57 <!-- Polar clock: palette name --> 58 <string name="palette_matrix">Green Screen</string> 59 <!-- Polar clock: palette name --> 60 <string name="palette_white_c">Polar Bear (dynamic)</string> 61 <!-- Polar clock: palette name --> 62 <string name="palette_black_c">Black Hole (dynamic)</string> 63 <!-- Polar clock: palette name --> 64 <string name="palette_halloween">Pumpkin Pie</string> 65 <!-- Polar clock: palette name --> 66 <string name="palette_zenburn">Alien Fruit Salad</string> 67 <!-- Polar clock: palette name --> 68 <string name="palette_oceanic">Blue Laser</string> 69 70</resources> 71