Home | History | Annotate | Download | only in values
      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 grass and the sky -->
     37     <string name="wallpaper_grass">Grass</string>
     38     <string name="wallpaper_grass_author">Google</string>
     39     <string name="wallpaper_grass_desc">
     40         Blades of grass wave gently in front of a day or night sky.
     41     </string>
     42     
     43     <!-- Wallpaper showing a galaxy -->
     44     <string name="wallpaper_galaxy">Galaxy</string>
     45     <string name="wallpaper_galaxy_author">Google</string>
     46     <string name="wallpaper_galaxy_desc">
     47         A galaxy made of slowly swirling stars.
     48     </string>
     49 
     50     <!-- Wallpaper showing leaves floating on water -->
     51     <string name="wallpaper_fall">Water</string>
     52     <string name="wallpaper_fall_author">Google</string>
     53     <string name="wallpaper_fall_desc">
     54         Autumn leaves tumble&lt;br&gt;
     55         To the rippling pond below:&lt;br&gt;
     56         Liquid background Zen
     57     </string>
     58     
     59     <!-- Wallpaper showing a clock -->
     60     <string name="wallpaper_clock">Polar clock</string>
     61     <string name="wallpaper_clock_author">Google</string>
     62     <string name="wallpaper_clock_desc">
     63         Presents the date and time as clockwise arcs: month,
     64         day, hour, minute, and second.
     65     </string>
     66     
     67 	<!-- Wallpaper showing nexus -->
     68     <string name="wallpaper_nexus">Nexus</string>
     69     <string name="wallpaper_nexus_author">Google</string>
     70     <string name="wallpaper_nexus_desc">
     71         A peek inside the neural network.
     72     </string>
     73     
     74     <!-- Polar clock: title of settings activity -->
     75     <string name="clock_settings">Polar clock settings</string>
     76     <!-- Polar clock: label for "show seconds" pref -->
     77     <string name="show_seconds">Show seconds</string>
     78     <!-- Polar clock: label for "variable widths" pref -->
     79     <string name="variable_line_width">Vary ring widths</string>
     80     <!-- Polar clock: label for "palette" pref -->
     81     <string name="palette">Color palette</string>
     82 
     83 	<!-- Polar clock: palette name -->
     84 	<string name="palette_gray">Iron</string>
     85 	<!-- Polar clock: palette name -->
     86 	<string name="palette_violet">Midnight</string>
     87 	<!-- Polar clock: palette name -->
     88 	<string name="palette_matrix">Green Screen</string>
     89 	<!-- Polar clock: palette name -->
     90 	<string name="palette_white_c">Polar Bear (dynamic)</string>
     91 	<!-- Polar clock: palette name -->
     92 	<string name="palette_black_c">Black Hole (dynamic)</string>
     93 	<!-- Polar clock: palette name -->
     94 	<string name="palette_halloween">Pumpkin Pie</string>
     95 	<!-- Polar clock: palette name -->
     96 	<string name="palette_zenburn">Alien Fruit Salad</string>
     97 	<!-- Polar clock: palette name -->
     98 	<string name="palette_oceanic">Blue Laser</string>
     99 
    100 </resources>
    101