Merge change Iecf5176a into eclair

* changes:
  Run wallpaper at lower RS priority.
diff --git a/res/drawable-hdpi/leaves.png b/res/drawable-hdpi/leaves.png
index 9eddd66..a1a0c75 100644
--- a/res/drawable-hdpi/leaves.png
+++ b/res/drawable-hdpi/leaves.png
Binary files differ
diff --git a/res/raw/fall.rs b/res/raw/fall.rs
index 1d7eba8..8a89d21 100644
--- a/res/raw/fall.rs
+++ b/res/raw/fall.rs
@@ -17,7 +17,7 @@
 #pragma stateFragment(PFBackground)
 #pragma stateStore(PFSBackground)
 
-#define LEAVES_TEXTURES_COUNT 4
+#define LEAVES_TEXTURES_COUNT 8
 #define LEAF_SIZE 0.55f
 
 float skyOffsetX;
@@ -255,7 +255,7 @@
         r += spin;
         leaf->angle = r;
     } else {
-        a -= 0.005f;
+        a -= 0.006f;
         leaf->altitude = a;
         r += spin * 2.0f;
         leaf->angle = r;
@@ -267,11 +267,12 @@
         int sprite = randf(LEAVES_TEXTURES_COUNT);
         leaf->x = randf2(-State->glWidth, State->glWidth);
         leaf->y = randf2(-State->glHeight * 0.5f, State->glHeight * 0.5f);
+        
         leaf->scale = randf2(0.4f, 0.5f);
-        leaf->spin = degf(randf2(-0.02f, 0.02f)) * 0.25f;
+        leaf->spin = degf(randf2(-0.02f, 0.02f)) * 0.35f;
         leaf->u1 = sprite / (float) LEAVES_TEXTURES_COUNT;
         leaf->u2 = (sprite + 1) / (float) LEAVES_TEXTURES_COUNT;
-        leaf->altitude = 0.6f;
+        leaf->altitude = 0.7f;
         leaf->rippled = -1.0f;
         leaf->deltaX = randf2(-0.02f, 0.02f) / 60.0f;
         leaf->deltaY = -0.08f * randf2(0.9f, 1.1f) / 60.0f;
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
new file mode 100644
index 0000000..0415f7b
--- /dev/null
+++ b/res/values-cs/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="wallpapers" msgid="7890805662847963863">"Android Live Wallpapers"</string>
+    <string name="wallpaper_walkaround" msgid="5548084303782181478">"Průhledné"</string>
+    <string name="wallpaper_walkaround_author" msgid="7292960549371044078">"Google"</string>
+    <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"Změňte svůj telefon na průhledný a procházejte se, aniž byste riskovali nehodu."</string>
+    <string name="wallpaper_grass" msgid="4753389782988032116">"Tráva"</string>
+    <string name="wallpaper_grass_author" msgid="9197652780831360471">"Google"</string>
+    <string name="wallpaper_grass_desc" msgid="7808225799564607409">"Stébla trávy se lehce chvějí na pozadí denní nebo noční oblohy."</string>
+    <string name="wallpaper_galaxy" msgid="4698294375306738428">"Galaxie"</string>
+    <string name="wallpaper_galaxy_author" msgid="5455561260819111338">"Google"</string>
+    <string name="wallpaper_galaxy_desc" msgid="6816969378845338629">"Galaxie pomalu kroužících hvězd."</string>
+    <string name="wallpaper_fall" msgid="1500920940722360941">"Voda"</string>
+    <string name="wallpaper_fall_author" msgid="8860429843949521342">"Google"</string>
+    <string name="wallpaper_fall_desc" msgid="595888373487204297">"Podzimní listí padá&lt;br&gt; do zčeřeného rybníčku pod stromy:&lt;br&gt; Zenové vodní pozadí"</string>
+    <string name="wallpaper_clock" msgid="6555051461698958610">"Polární hodiny"</string>
+    <string name="wallpaper_clock_author" msgid="8779094427834551330">"Google"</string>
+    <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Ukazují datum a čas ve formě pravotočivých oblouků: měsíc, den, hodina, minuta a sekunda."</string>
+    <string name="wallpaper_nexus" msgid="3789061608411260304">"Nexus"</string>
+    <string name="wallpaper_nexus_author" msgid="8492858637541249441">"Google"</string>
+    <string name="wallpaper_nexus_desc" msgid="5562598238151885905">"Nahlédnutí do neuronové sítě."</string>
+    <string name="clock_settings" msgid="7837858747417927288">"Nastavení polárních hodin"</string>
+    <string name="show_seconds" msgid="8525899907567218168">"Zobrazit sekundy"</string>
+    <string name="variable_line_width" msgid="8487094734462263605">"Měnit šířku prstenců"</string>
+    <string name="palette" msgid="1636154448241520718">"Barevná paleta"</string>
+    <string name="palette_gray" msgid="4575370050214496017">"Železo"</string>
+    <string name="palette_violet" msgid="6124851215872884048">"Půlnoc"</string>
+    <string name="palette_matrix" msgid="2755109999115087511">"Zelená obrazovka"</string>
+    <string name="palette_white_c" msgid="3846812107437715188">"Lední medvěd (dynamické)"</string>
+    <string name="palette_black_c" msgid="1521258571661038231">"Černá díra (dynamické)"</string>
+    <string name="palette_halloween" msgid="1502590278217616811">"Dýňový koláč"</string>
+    <string name="palette_zenburn" msgid="5537306782860767365">"Ovocný salát mimozemšťanů"</string>
+    <string name="palette_oceanic" msgid="7336134088073550028">"Modrý laser"</string>
+</resources>
diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml
new file mode 100644
index 0000000..07b8088
--- /dev/null
+++ b/res/values-da/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="wallpapers" msgid="7890805662847963863">"Androids levende tapeter"</string>
+    <string name="wallpaper_walkaround" msgid="5548084303782181478">"Gennemsigtig"</string>
+    <string name="wallpaper_walkaround_author" msgid="7292960549371044078">"Google"</string>
+    <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"Se igennem telefonen, og gå rundt omkring uden risiko for ulykker."</string>
+    <string name="wallpaper_grass" msgid="4753389782988032116">"Græs"</string>
+    <string name="wallpaper_grass_author" msgid="9197652780831360471">"Google"</string>
+    <string name="wallpaper_grass_desc" msgid="7808225799564607409">"Græsstrå bevæger sig stille og roligt frem og tilbage foran en dag- eller nattehimmel."</string>
+    <string name="wallpaper_galaxy" msgid="4698294375306738428">"Galakse"</string>
+    <string name="wallpaper_galaxy_author" msgid="5455561260819111338">"Google"</string>
+    <string name="wallpaper_galaxy_desc" msgid="6816969378845338629">"En galakse af stjerner, der hvirvler langsomt rundt"</string>
+    <string name="wallpaper_fall" msgid="1500920940722360941">"Vand"</string>
+    <string name="wallpaper_fall_author" msgid="8860429843949521342">"Google"</string>
+    <string name="wallpaper_fall_desc" msgid="595888373487204297">"Efterårsblade falder ned til den bølgende sø: Flydende baggrund, ZEN"</string>
+    <string name="wallpaper_clock" msgid="6555051461698958610">"Polar Clock"</string>
+    <string name="wallpaper_clock_author" msgid="8779094427834551330">"Google"</string>
+    <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Viser dato og klokkeslæt, som buer, der bevæger sig i urets retning: måned, dag, time, minut og sekund."</string>
+    <string name="wallpaper_nexus" msgid="3789061608411260304">"Nexus"</string>
+    <string name="wallpaper_nexus_author" msgid="8492858637541249441">"Google"</string>
+    <string name="wallpaper_nexus_desc" msgid="5562598238151885905">"Et kig i det neurale netværk."</string>
+    <string name="clock_settings" msgid="7837858747417927288">"Indstillinger for Polar Clock"</string>
+    <string name="show_seconds" msgid="8525899907567218168">"Vis sekunder"</string>
+    <string name="variable_line_width" msgid="8487094734462263605">"Forskellige ringstørrelser"</string>
+    <string name="palette" msgid="1636154448241520718">"Farvepalet"</string>
+    <string name="palette_gray" msgid="4575370050214496017">"Jern"</string>
+    <string name="palette_violet" msgid="6124851215872884048">"Midnat"</string>
+    <string name="palette_matrix" msgid="2755109999115087511">"Grøn skærm"</string>
+    <string name="palette_white_c" msgid="3846812107437715188">"Isbjørn (dynamisk)"</string>
+    <string name="palette_black_c" msgid="1521258571661038231">"Sort hul (dynamisk)"</string>
+    <string name="palette_halloween" msgid="1502590278217616811">"Græskartærte"</string>
+    <string name="palette_zenburn" msgid="5537306782860767365">"Alien Fruit Salad"</string>
+    <string name="palette_oceanic" msgid="7336134088073550028">"Blå laser"</string>
+</resources>
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
new file mode 100644
index 0000000..8ad94bc
--- /dev/null
+++ b/res/values-de/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="wallpapers" msgid="7890805662847963863">"Android Live Wallpapers"</string>
+    <string name="wallpaper_walkaround" msgid="5548084303782181478">"Sucherperspektive"</string>
+    <string name="wallpaper_walkaround_author" msgid="7292960549371044078">"Google"</string>
+    <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"Sehen Sie durch Ihr Telefon und laufen Sie ohne Unfallgefahr herum."</string>
+    <string name="wallpaper_grass" msgid="4753389782988032116">"Gras"</string>
+    <string name="wallpaper_grass_author" msgid="9197652780831360471">"Google"</string>
+    <string name="wallpaper_grass_desc" msgid="7808225799564607409">"Grashalme wiegen sich sanft vor einem Tages- oder Nachthimmel."</string>
+    <string name="wallpaper_galaxy" msgid="4698294375306738428">"Galaxie"</string>
+    <string name="wallpaper_galaxy_author" msgid="5455561260819111338">"Google"</string>
+    <string name="wallpaper_galaxy_desc" msgid="6816969378845338629">"Eine Galaxie aus langsam herumwirbelnden Sternen"</string>
+    <string name="wallpaper_fall" msgid="1500920940722360941">"Wasser"</string>
+    <string name="wallpaper_fall_author" msgid="8860429843949521342">"Google"</string>
+    <string name="wallpaper_fall_desc" msgid="595888373487204297">"Bunte Blätter fallen&lt;br&gt; In den sich kräuselnden Teich:&lt;br&gt; Wasserhintergrund Zen"</string>
+    <string name="wallpaper_clock" msgid="6555051461698958610">"Polaruhr"</string>
+    <string name="wallpaper_clock_author" msgid="8779094427834551330">"Google"</string>
+    <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Stellt Datum und Uhrzeit als uhrförmige Bögen dar: Monat, Tag, Stunde, Minute und Sekunde."</string>
+    <string name="wallpaper_nexus" msgid="3789061608411260304">"Nexus"</string>
+    <string name="wallpaper_nexus_author" msgid="8492858637541249441">"Google"</string>
+    <string name="wallpaper_nexus_desc" msgid="5562598238151885905">"Ein Blick ins neuronale Netzwerk"</string>
+    <string name="clock_settings" msgid="7837858747417927288">"Polaruhr-Einstellungen"</string>
+    <string name="show_seconds" msgid="8525899907567218168">"Sekunden anzeigen"</string>
+    <string name="variable_line_width" msgid="8487094734462263605">"Ringweiten verändern"</string>
+    <string name="palette" msgid="1636154448241520718">"Farbpalette"</string>
+    <string name="palette_gray" msgid="4575370050214496017">"Grau"</string>
+    <string name="palette_violet" msgid="6124851215872884048">"Mitternacht"</string>
+    <string name="palette_matrix" msgid="2755109999115087511">"Grünes Display"</string>
+    <string name="palette_white_c" msgid="3846812107437715188">"Eisbär (dynamisch)"</string>
+    <string name="palette_black_c" msgid="1521258571661038231">"Schwarzes Loch (dynamisch)"</string>
+    <string name="palette_halloween" msgid="1502590278217616811">"Kürbiskuchen"</string>
+    <string name="palette_zenburn" msgid="5537306782860767365">"Exotischer Obstsalat"</string>
+    <string name="palette_oceanic" msgid="7336134088073550028">"Blauer Laser"</string>
+</resources>
diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml
new file mode 100644
index 0000000..c80dd45
--- /dev/null
+++ b/res/values-el/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="wallpapers" msgid="7890805662847963863">"Κινούμενες ταπετσαρίες του Android"</string>
+    <string name="wallpaper_walkaround" msgid="5548084303782181478">"Διαφανές"</string>
+    <string name="wallpaper_walkaround_author" msgid="7292960549371044078">"Google"</string>
+    <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"Δείτε εικόνα μέσα από την οθόνη του τηλεφώνου σας και κάντε τη βόλτα σας αποφεύγοντας τυχόν ατυχήματα."</string>
+    <string name="wallpaper_grass" msgid="4753389782988032116">"Χορτάρι"</string>
+    <string name="wallpaper_grass_author" msgid="9197652780831360471">"Google"</string>
+    <string name="wallpaper_grass_desc" msgid="7808225799564607409">"Πράσινο χορτάρι που λικνίζεται απαλά, μπροστά από έναν πρωινό ή βραδινό ουρανό."</string>
+    <string name="wallpaper_galaxy" msgid="4698294375306738428">"Γαλαξίας"</string>
+    <string name="wallpaper_galaxy_author" msgid="5455561260819111338">"Google"</string>
+    <string name="wallpaper_galaxy_desc" msgid="6816969378845338629">"Ένας γαλαξίας από αστέρια που στροβιλίζονται σε αργούς ρυθμούς."</string>
+    <string name="wallpaper_fall" msgid="1500920940722360941">"Νερό"</string>
+    <string name="wallpaper_fall_author" msgid="8860429843949521342">"Google"</string>
+    <string name="wallpaper_fall_desc" msgid="595888373487204297">"Τα φθινοπωρινά φύλλα πέφτουν&lt;br&gt; Κάτω, στα κυματιστά νερά της λιμνούλας:&lt;br&gt; Υγρό φόντο Ζεν"</string>
+    <string name="wallpaper_clock" msgid="6555051461698958610">"Πολικό ρολόι"</string>
+    <string name="wallpaper_clock_author" msgid="8779094427834551330">"Google"</string>
+    <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Δείχνει την ημερομηνία και την ώρα σαν αψίδες με δεξιόστροφη φορά: μήνας, ημέρα, ώρα, λεπτό και δευτερόλεπτο."</string>
+    <string name="wallpaper_nexus" msgid="3789061608411260304">"Nexus"</string>
+    <string name="wallpaper_nexus_author" msgid="8492858637541249441">"Google"</string>
+    <string name="wallpaper_nexus_desc" msgid="5562598238151885905">"Μια ματιά στο εσωτερικό του νευρικού δικτύου."</string>
+    <string name="clock_settings" msgid="7837858747417927288">"Ρυθμίσεις πολικού ρολογιού"</string>
+    <string name="show_seconds" msgid="8525899907567218168">"Εμφάνιση δευτερολέπτων"</string>
+    <string name="variable_line_width" msgid="8487094734462263605">"Ποικίλα μεγέθη δακτυλίων"</string>
+    <string name="palette" msgid="1636154448241520718">"Παλέτα χρωμάτων"</string>
+    <string name="palette_gray" msgid="4575370050214496017">"Σίδηρος"</string>
+    <string name="palette_violet" msgid="6124851215872884048">"Μεσάνυχτα"</string>
+    <string name="palette_matrix" msgid="2755109999115087511">"Πράσινη οθόνη"</string>
+    <string name="palette_white_c" msgid="3846812107437715188">"Πολική αρκούδα (δυναμική)"</string>
+    <string name="palette_black_c" msgid="1521258571661038231">"Μαύρη τρύπα (δυναμική)"</string>
+    <string name="palette_halloween" msgid="1502590278217616811">"Κολοκυθόπιτα"</string>
+    <string name="palette_zenburn" msgid="5537306782860767365">"Εξωγήινη φρουτοσαλάτα"</string>
+    <string name="palette_oceanic" msgid="7336134088073550028">"Μπλε λέιζερ"</string>
+</resources>
diff --git a/res/values-es-rUS/strings.xml b/res/values-es-rUS/strings.xml
new file mode 100644
index 0000000..f679c22
--- /dev/null
+++ b/res/values-es-rUS/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="wallpapers" msgid="7890805662847963863">"Fondos de pantalla animados Android"</string>
+    <string name="wallpaper_walkaround" msgid="5548084303782181478">"Ver a través"</string>
+    <string name="wallpaper_walkaround_author" msgid="7292960549371044078">"Google"</string>
+    <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"Vea a través de su teléfono y camine sin correr el riesgo de tener un accidente."</string>
+    <string name="wallpaper_grass" msgid="4753389782988032116">"Pasto"</string>
+    <string name="wallpaper_grass_author" msgid="9197652780831360471">"Google"</string>
+    <string name="wallpaper_grass_desc" msgid="7808225799564607409">"Hojas de pasto serpentean suavemente frente a un cielo diurno o nocturno."</string>
+    <string name="wallpaper_galaxy" msgid="4698294375306738428">"Galaxia"</string>
+    <string name="wallpaper_galaxy_author" msgid="5455561260819111338">"Google"</string>
+    <string name="wallpaper_galaxy_desc" msgid="6816969378845338629">"Una galaxia compuesta por estrellas que giran lentamente."</string>
+    <string name="wallpaper_fall" msgid="1500920940722360941">"Agua"</string>
+    <string name="wallpaper_fall_author" msgid="8860429843949521342">"Google"</string>
+    <string name="wallpaper_fall_desc" msgid="595888373487204297">"Las hojas secas caen&lt;br&gt; Al lago que se mueve debajo:&lt;br&gt; Fondo líquido Zen"</string>
+    <string name="wallpaper_clock" msgid="6555051461698958610">"Reloj polar"</string>
+    <string name="wallpaper_clock_author" msgid="8779094427834551330">"Google"</string>
+    <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Muestra la fecha y la hora como arcos en dirección horaria: mes, día, hora, minuto y segundo."</string>
+    <string name="wallpaper_nexus" msgid="3789061608411260304">"Nexos"</string>
+    <string name="wallpaper_nexus_author" msgid="8492858637541249441">"Google"</string>
+    <string name="wallpaper_nexus_desc" msgid="5562598238151885905">"Un vistazo a la red neural."</string>
+    <string name="clock_settings" msgid="7837858747417927288">"Parámetros de configuración del reloj polar"</string>
+    <string name="show_seconds" msgid="8525899907567218168">"Mostrar segundos"</string>
+    <string name="variable_line_width" msgid="8487094734462263605">"Cambiar la circunferencia del anillo"</string>
+    <string name="palette" msgid="1636154448241520718">"Paleta de colores"</string>
+    <string name="palette_gray" msgid="4575370050214496017">"Hierro"</string>
+    <string name="palette_violet" msgid="6124851215872884048">"Medianoche"</string>
+    <string name="palette_matrix" msgid="2755109999115087511">"Pantalla verde"</string>
+    <string name="palette_white_c" msgid="3846812107437715188">"Oso polar (dinámico)"</string>
+    <string name="palette_black_c" msgid="1521258571661038231">"Agujero negro (dynamic)"</string>
+    <string name="palette_halloween" msgid="1502590278217616811">"Pastel de calabaza"</string>
+    <string name="palette_zenburn" msgid="5537306782860767365">"Ensalada de frutas alienígena"</string>
+    <string name="palette_oceanic" msgid="7336134088073550028">"Láser azul"</string>
+</resources>
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml
new file mode 100644
index 0000000..164d073
--- /dev/null
+++ b/res/values-es/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="wallpapers" msgid="7890805662847963863">"Fondos de pantalla animados de Android"</string>
+    <string name="wallpaper_walkaround" msgid="5548084303782181478">"Observar a través del teléfono"</string>
+    <string name="wallpaper_walkaround_author" msgid="7292960549371044078">"Google"</string>
+    <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"Observa a través del teléfono y camina sin correr el riesgo de sufrir accidentes."</string>
+    <string name="wallpaper_grass" msgid="4753389782988032116">"Hierba"</string>
+    <string name="wallpaper_grass_author" msgid="9197652780831360471">"Google"</string>
+    <string name="wallpaper_grass_desc" msgid="7808225799564607409">"Las briznas de hierba ondean suavemente en un cielo diurno o nocturno."</string>
+    <string name="wallpaper_galaxy" msgid="4698294375306738428">"Galaxia"</string>
+    <string name="wallpaper_galaxy_author" msgid="5455561260819111338">"Google"</string>
+    <string name="wallpaper_galaxy_desc" msgid="6816969378845338629">"Una galaxia formada por estrellas que giran lentamente"</string>
+    <string name="wallpaper_fall" msgid="1500920940722360941">"Agua"</string>
+    <string name="wallpaper_fall_author" msgid="8860429843949521342">"Google"</string>
+    <string name="wallpaper_fall_desc" msgid="595888373487204297">"Caen las hojas otoñales&lt;br&gt; Al estanque ondulado que se muestra a continuación:&lt;br&gt; Fondo líquido Zen"</string>
+    <string name="wallpaper_clock" msgid="6555051461698958610">"Reloj polar"</string>
+    <string name="wallpaper_clock_author" msgid="8779094427834551330">"Google"</string>
+    <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Presenta la fecha y la hora en forma de arcos en el sentido de las agujas del reloj: mes, día, hora, minuto y segundo."</string>
+    <string name="wallpaper_nexus" msgid="3789061608411260304">"Conexión"</string>
+    <string name="wallpaper_nexus_author" msgid="8492858637541249441">"Google"</string>
+    <string name="wallpaper_nexus_desc" msgid="5562598238151885905">"Un vistazo a la red neuronal"</string>
+    <string name="clock_settings" msgid="7837858747417927288">"Configuración del reloj polar"</string>
+    <string name="show_seconds" msgid="8525899907567218168">"Mostrar segundos"</string>
+    <string name="variable_line_width" msgid="8487094734462263605">"Variar el ancho de los anillos"</string>
+    <string name="palette" msgid="1636154448241520718">"Paleta de color"</string>
+    <string name="palette_gray" msgid="4575370050214496017">"Gris metálico"</string>
+    <string name="palette_violet" msgid="6124851215872884048">"Medianoche"</string>
+    <string name="palette_matrix" msgid="2755109999115087511">"Pantalla verde"</string>
+    <string name="palette_white_c" msgid="3846812107437715188">"Oso polar (dinámico)"</string>
+    <string name="palette_black_c" msgid="1521258571661038231">"Agujero negro (dinámico)"</string>
+    <string name="palette_halloween" msgid="1502590278217616811">"Pastel de calabaza"</string>
+    <string name="palette_zenburn" msgid="5537306782860767365">"Ensalada de frutas alienígena"</string>
+    <string name="palette_oceanic" msgid="7336134088073550028">"Láser azul"</string>
+</resources>
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
new file mode 100644
index 0000000..6e7e2e7
--- /dev/null
+++ b/res/values-fr/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="wallpapers" msgid="7890805662847963863">"Fonds d\'écran Android animés"</string>
+    <string name="wallpaper_walkaround" msgid="5548084303782181478">"À travers le téléphone"</string>
+    <string name="wallpaper_walkaround_author" msgid="7292960549371044078">"Google"</string>
+    <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"Voyez à travers votre téléphone et marchez sans le moindre risque d\'accident."</string>
+    <string name="wallpaper_grass" msgid="4753389782988032116">"Herbe"</string>
+    <string name="wallpaper_grass_author" msgid="9197652780831360471">"Google"</string>
+    <string name="wallpaper_grass_desc" msgid="7808225799564607409">"Brins d\'herbe ondoyant sur fond de ciel bleu ou nocturne."</string>
+    <string name="wallpaper_galaxy" msgid="4698294375306738428">"Galaxie"</string>
+    <string name="wallpaper_galaxy_author" msgid="5455561260819111338">"Google"</string>
+    <string name="wallpaper_galaxy_desc" msgid="6816969378845338629">"Galaxie avec étoiles tourbillonnantes"</string>
+    <string name="wallpaper_fall" msgid="1500920940722360941">"Eau"</string>
+    <string name="wallpaper_fall_author" msgid="8860429843949521342">"Google"</string>
+    <string name="wallpaper_fall_desc" msgid="595888373487204297">"Feuilles d\'automne tombant &lt;br&gt; sur l\'onde de l\'étang :&lt;br&gt; arrière-plan Zen eau en mouvement"</string>
+    <string name="wallpaper_clock" msgid="6555051461698958610">"Horloge polaire"</string>
+    <string name="wallpaper_clock_author" msgid="8779094427834551330">"Google"</string>
+    <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Indique la date et l\'heure sous la forme d\'arcs de cercle représentant le mois, le jour, l\'heure, les minutes et les secondes."</string>
+    <string name="wallpaper_nexus" msgid="3789061608411260304">"Nexus"</string>
+    <string name="wallpaper_nexus_author" msgid="8492858637541249441">"Google"</string>
+    <string name="wallpaper_nexus_desc" msgid="5562598238151885905">"Connexion dans le système nerveux."</string>
+    <string name="clock_settings" msgid="7837858747417927288">"Paramètres de l\'horloge polaire"</string>
+    <string name="show_seconds" msgid="8525899907567218168">"Afficher les secondes"</string>
+    <string name="variable_line_width" msgid="8487094734462263605">"Largeurs de cercle variables"</string>
+    <string name="palette" msgid="1636154448241520718">"Palette de couleurs"</string>
+    <string name="palette_gray" msgid="4575370050214496017">"Métal"</string>
+    <string name="palette_violet" msgid="6124851215872884048">"Minuit"</string>
+    <string name="palette_matrix" msgid="2755109999115087511">"Écran vert"</string>
+    <string name="palette_white_c" msgid="3846812107437715188">"Ours polaire (dynamique)"</string>
+    <string name="palette_black_c" msgid="1521258571661038231">"Trou noir (dynamique)"</string>
+    <string name="palette_halloween" msgid="1502590278217616811">"Tarte à la citrouille"</string>
+    <string name="palette_zenburn" msgid="5537306782860767365">"Salade de fruits martienne"</string>
+    <string name="palette_oceanic" msgid="7336134088073550028">"Laser bleu"</string>
+</resources>
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
new file mode 100644
index 0000000..e332763
--- /dev/null
+++ b/res/values-it/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="wallpapers" msgid="7890805662847963863">"Sfondi live per Android"</string>
+    <string name="wallpaper_walkaround" msgid="5548084303782181478">"Trasparenza"</string>
+    <string name="wallpaper_walkaround_author" msgid="7292960549371044078">"Google"</string>
+    <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"Vedi attraverso il telefono e cammina senza rischio di incidenti."</string>
+    <string name="wallpaper_grass" msgid="4753389782988032116">"Erba"</string>
+    <string name="wallpaper_grass_author" msgid="9197652780831360471">"Google"</string>
+    <string name="wallpaper_grass_desc" msgid="7808225799564607409">"Fili d\'erba che ondeggiano dolcemente sullo sfondo di un cielo diurno o notturno."</string>
+    <string name="wallpaper_galaxy" msgid="4698294375306738428">"Galassia"</string>
+    <string name="wallpaper_galaxy_author" msgid="5455561260819111338">"Google"</string>
+    <string name="wallpaper_galaxy_desc" msgid="6816969378845338629">"Una galassia fatta di stelle che ruotano lentamente."</string>
+    <string name="wallpaper_fall" msgid="1500920940722360941">"Acqua"</string>
+    <string name="wallpaper_fall_author" msgid="8860429843949521342">"Google"</string>
+    <string name="wallpaper_fall_desc" msgid="595888373487204297">"Foglie autunnali che cadono&lt;br&gt; nel laghetto increspato sottostante:&lt;br&gt; sfondo liquido zen"</string>
+    <string name="wallpaper_clock" msgid="6555051461698958610">"Orologio polare"</string>
+    <string name="wallpaper_clock_author" msgid="8779094427834551330">"Google"</string>
+    <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Indica mese, giorno, ora, minuto e secondo sotto forma di archi che avanzano in senso orario."</string>
+    <string name="wallpaper_nexus" msgid="3789061608411260304">"Nexus"</string>
+    <string name="wallpaper_nexus_author" msgid="8492858637541249441">"Google"</string>
+    <string name="wallpaper_nexus_desc" msgid="5562598238151885905">"Uno sguardo nella rete neurale."</string>
+    <string name="clock_settings" msgid="7837858747417927288">"Impostazioni orologio polare"</string>
+    <string name="show_seconds" msgid="8525899907567218168">"Mostra secondi"</string>
+    <string name="variable_line_width" msgid="8487094734462263605">"Varia spessori cerchio"</string>
+    <string name="palette" msgid="1636154448241520718">"Tavolozza dei colori"</string>
+    <string name="palette_gray" msgid="4575370050214496017">"Ferro"</string>
+    <string name="palette_violet" msgid="6124851215872884048">"Mezzanotte"</string>
+    <string name="palette_matrix" msgid="2755109999115087511">"Schermo verde"</string>
+    <string name="palette_white_c" msgid="3846812107437715188">"Orso polare (dinamico)"</string>
+    <string name="palette_black_c" msgid="1521258571661038231">"Buco nero (dinamico)"</string>
+    <string name="palette_halloween" msgid="1502590278217616811">"Torta di zucca"</string>
+    <string name="palette_zenburn" msgid="5537306782860767365">"Macedonia aliena"</string>
+    <string name="palette_oceanic" msgid="7336134088073550028">"Laser blu"</string>
+</resources>
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
new file mode 100644
index 0000000..addd65c
--- /dev/null
+++ b/res/values-ja/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="wallpapers" msgid="7890805662847963863">"Androidライブ壁紙"</string>
+    <string name="wallpaper_walkaround" msgid="5548084303782181478">"シースルー"</string>
+    <string name="wallpaper_walkaround_author" msgid="7292960549371044078">"Google"</string>
+    <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"電話をシースルーにして足もとを見ながら歩けるようにします。"</string>
+    <string name="wallpaper_grass" msgid="4753389782988032116">"草"</string>
+    <string name="wallpaper_grass_author" msgid="9197652780831360471">"Google"</string>
+    <string name="wallpaper_grass_desc" msgid="7808225799564607409">"昼や夜の空に穏やかにたなびく草葉を表示します。"</string>
+    <string name="wallpaper_galaxy" msgid="4698294375306738428">"星雲"</string>
+    <string name="wallpaper_galaxy_author" msgid="5455561260819111338">"Google"</string>
+    <string name="wallpaper_galaxy_desc" msgid="6816969378845338629">"旋回する星々によってゆっくりと形成された星雲"</string>
+    <string name="wallpaper_fall" msgid="1500920940722360941">"水"</string>
+    <string name="wallpaper_fall_author" msgid="8860429843949521342">"Google"</string>
+    <string name="wallpaper_fall_desc" msgid="595888373487204297">"秋の落葉が&lt;br&gt;池に落ちて波打っている&lt;br&gt;水辺の風景と禅"</string>
+    <string name="wallpaper_clock" msgid="6555051461698958610">"ポーラークロック"</string>
+    <string name="wallpaper_clock_author" msgid="8779094427834551330">"Google"</string>
+    <string name="wallpaper_clock_desc" msgid="6767980298898740026">"時計回りに伸びる月、日、時、分、秒の円弧で日時を表します。"</string>
+    <string name="wallpaper_nexus" msgid="3789061608411260304">"ネクサス"</string>
+    <string name="wallpaper_nexus_author" msgid="8492858637541249441">"Google"</string>
+    <string name="wallpaper_nexus_desc" msgid="5562598238151885905">"ニューラルネットワークの内部"</string>
+    <string name="clock_settings" msgid="7837858747417927288">"ポーラークロックの設定"</string>
+    <string name="show_seconds" msgid="8525899907567218168">"秒を表示"</string>
+    <string name="variable_line_width" msgid="8487094734462263605">"いろいろな幅のリング"</string>
+    <string name="palette" msgid="1636154448241520718">"カラーパレット"</string>
+    <string name="palette_gray" msgid="4575370050214496017">"鉄"</string>
+    <string name="palette_violet" msgid="6124851215872884048">"真夜中"</string>
+    <string name="palette_matrix" msgid="2755109999115087511">"グリーンスクリーン"</string>
+    <string name="palette_white_c" msgid="3846812107437715188">"シロクマ(ダイナミック)"</string>
+    <string name="palette_black_c" msgid="1521258571661038231">"ブラックホール(ダイナミック)"</string>
+    <string name="palette_halloween" msgid="1502590278217616811">"パンプキンパイ"</string>
+    <string name="palette_zenburn" msgid="5537306782860767365">"エイリアンフルーツサラダ"</string>
+    <string name="palette_oceanic" msgid="7336134088073550028">"青のレーザー"</string>
+</resources>
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
new file mode 100644
index 0000000..d4a4883
--- /dev/null
+++ b/res/values-ko/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="wallpapers" msgid="7890805662847963863">"Android Live 배경화면"</string>
+    <string name="wallpaper_walkaround" msgid="5548084303782181478">"투명"</string>
+    <string name="wallpaper_walkaround_author" msgid="7292960549371044078">"Google"</string>
+    <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"전화가 항상 시야에 들어오게 하여 사고를 당할 위험 없이 안전하게 돌아다니세요."</string>
+    <string name="wallpaper_grass" msgid="4753389782988032116">"풀밭"</string>
+    <string name="wallpaper_grass_author" msgid="9197652780831360471">"Google"</string>
+    <string name="wallpaper_grass_desc" msgid="7808225799564607409">"풀잎들이 낮이나 밤하늘을 배경으로 하여 부드럽게 흔들립니다."</string>
+    <string name="wallpaper_galaxy" msgid="4698294375306738428">"은하수"</string>
+    <string name="wallpaper_galaxy_author" msgid="5455561260819111338">"Google"</string>
+    <string name="wallpaper_galaxy_desc" msgid="6816969378845338629">"부드럽게 소용돌이치는 별들로 이루어진 은하수입니다."</string>
+    <string name="wallpaper_fall" msgid="1500920940722360941">"물"</string>
+    <string name="wallpaper_fall_author" msgid="8860429843949521342">"Google"</string>
+    <string name="wallpaper_fall_desc" msgid="595888373487204297">"가을 낙엽&lt;br&gt; 아래의 찰랑거리는 연못까지:&lt;br&gt; 투명한 배경"</string>
+    <string name="wallpaper_clock" msgid="6555051461698958610">"중심축 시계"</string>
+    <string name="wallpaper_clock_author" msgid="8779094427834551330">"Google"</string>
+    <string name="wallpaper_clock_desc" msgid="6767980298898740026">"날짜와 시간을 시계방향 원호(월, 일, 시, 분, 초)로 표시합니다."</string>
+    <string name="wallpaper_nexus" msgid="3789061608411260304">"넥서스"</string>
+    <string name="wallpaper_nexus_author" msgid="8492858637541249441">"Google"</string>
+    <string name="wallpaper_nexus_desc" msgid="5562598238151885905">"신경망을 들여다봅니다."</string>
+    <string name="clock_settings" msgid="7837858747417927288">"중심축 시계 설정"</string>
+    <string name="show_seconds" msgid="8525899907567218168">"초 표시"</string>
+    <string name="variable_line_width" msgid="8487094734462263605">"다양한 고리 너비"</string>
+    <string name="palette" msgid="1636154448241520718">"색상 팔레트"</string>
+    <string name="palette_gray" msgid="4575370050214496017">"아이언"</string>
+    <string name="palette_violet" msgid="6124851215872884048">"자정"</string>
+    <string name="palette_matrix" msgid="2755109999115087511">"블루 스크린"</string>
+    <string name="palette_white_c" msgid="3846812107437715188">"북극곰(동적)"</string>
+    <string name="palette_black_c" msgid="1521258571661038231">"블랙홀(동적)"</string>
+    <string name="palette_halloween" msgid="1502590278217616811">"호박 파이"</string>
+    <string name="palette_zenburn" msgid="5537306782860767365">"이국적인 과일 샐러드"</string>
+    <string name="palette_oceanic" msgid="7336134088073550028">"파란 레이저"</string>
+</resources>
diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml
new file mode 100644
index 0000000..c4fa1b9
--- /dev/null
+++ b/res/values-nb/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="wallpapers" msgid="7890805662847963863">"Android Aktive bakgrunner"</string>
+    <string name="wallpaper_walkaround" msgid="5548084303782181478">"Gjennomsiktig"</string>
+    <string name="wallpaper_walkaround_author" msgid="7292960549371044078">"Google"</string>
+    <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"Se gjennom telefonen og gå rundt uten å risikere uhell."</string>
+    <string name="wallpaper_grass" msgid="4753389782988032116">"Gress"</string>
+    <string name="wallpaper_grass_author" msgid="9197652780831360471">"Google"</string>
+    <string name="wallpaper_grass_desc" msgid="7808225799564607409">"Gressblader vaier sakte foran en dag- eller nattehimmel."</string>
+    <string name="wallpaper_galaxy" msgid="4698294375306738428">"Galakse"</string>
+    <string name="wallpaper_galaxy_author" msgid="5455561260819111338">"Google"</string>
+    <string name="wallpaper_galaxy_desc" msgid="6816969378845338629">"En galakse av langsomt snurrende stjerner."</string>
+    <string name="wallpaper_fall" msgid="1500920940722360941">"Vann"</string>
+    <string name="wallpaper_fall_author" msgid="8860429843949521342">"Google"</string>
+    <string name="wallpaper_fall_desc" msgid="595888373487204297">"Høstløv virvler&lt;br&gt; ned til den sildrende dammen nedenfor:&lt;br&gt; flytende zen-bakgrunn"</string>
+    <string name="wallpaper_clock" msgid="6555051461698958610">"Polarklokke"</string>
+    <string name="wallpaper_clock_author" msgid="8779094427834551330">"Google"</string>
+    <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Viser dato og klokkeslett som buer med urviseren: måned, dag, time, minutt og sekund"</string>
+    <string name="wallpaper_nexus" msgid="3789061608411260304">"Nexus"</string>
+    <string name="wallpaper_nexus_author" msgid="8492858637541249441">"Google"</string>
+    <string name="wallpaper_nexus_desc" msgid="5562598238151885905">"En kikk inn i nervesystemet."</string>
+    <string name="clock_settings" msgid="7837858747417927288">"Polarklokkeinnstillinger"</string>
+    <string name="show_seconds" msgid="8525899907567218168">"Vis sekunder"</string>
+    <string name="variable_line_width" msgid="8487094734462263605">"Varier ringstørrelsen"</string>
+    <string name="palette" msgid="1636154448241520718">"Fargepalett"</string>
+    <string name="palette_gray" msgid="4575370050214496017">"Jern"</string>
+    <string name="palette_violet" msgid="6124851215872884048">"Midnatt"</string>
+    <string name="palette_matrix" msgid="2755109999115087511">"Grønn skjerm"</string>
+    <string name="palette_white_c" msgid="3846812107437715188">"Isbjørn (dynamisk)"</string>
+    <string name="palette_black_c" msgid="1521258571661038231">"Svart hull (dynamisk)"</string>
+    <string name="palette_halloween" msgid="1502590278217616811">"Gresskarpai"</string>
+    <string name="palette_zenburn" msgid="5537306782860767365">"Fruktsalat fra rommet"</string>
+    <string name="palette_oceanic" msgid="7336134088073550028">"Blå laser"</string>
+</resources>
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
new file mode 100644
index 0000000..bb01904
--- /dev/null
+++ b/res/values-nl/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="wallpapers" msgid="7890805662847963863">"Live achtergronden van Android"</string>
+    <string name="wallpaper_walkaround" msgid="5548084303782181478">"Doorzichtig"</string>
+    <string name="wallpaper_walkaround_author" msgid="7292960549371044078">"Google"</string>
+    <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"Kijk door uw telefoon heen en loop rond zonder te vallen."</string>
+    <string name="wallpaper_grass" msgid="4753389782988032116">"Gras"</string>
+    <string name="wallpaper_grass_author" msgid="9197652780831360471">"Google"</string>
+    <string name="wallpaper_grass_desc" msgid="7808225799564607409">"Grassprietjes wuiven zachtjes in de wind onder een dag- of nachthemel."</string>
+    <string name="wallpaper_galaxy" msgid="4698294375306738428">"Sterrenstelsel"</string>
+    <string name="wallpaper_galaxy_author" msgid="5455561260819111338">"Google"</string>
+    <string name="wallpaper_galaxy_desc" msgid="6816969378845338629">"Een sterrenstelsel met langzaam wervelende sterren."</string>
+    <string name="wallpaper_fall" msgid="1500920940722360941">"Water"</string>
+    <string name="wallpaper_fall_author" msgid="8860429843949521342">"Google"</string>
+    <string name="wallpaper_fall_desc" msgid="595888373487204297">"Herfstbladeren vallen&lt;br&gt; in de kabbelende vijver eronder:&lt;br&gt; Bewegende Zen-achtergrond"</string>
+    <string name="wallpaper_clock" msgid="6555051461698958610">"Bogenklok"</string>
+    <string name="wallpaper_clock_author" msgid="8779094427834551330">"Google"</string>
+    <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Geeft de datum en tijd weer op bogen die met de wijzer van de klok meedraaien: maand, dag, uur, minuut en seconde."</string>
+    <string name="wallpaper_nexus" msgid="3789061608411260304">"Nexus"</string>
+    <string name="wallpaper_nexus_author" msgid="8492858637541249441">"Google"</string>
+    <string name="wallpaper_nexus_desc" msgid="5562598238151885905">"Een kijkje in het neurale netwerk"</string>
+    <string name="clock_settings" msgid="7837858747417927288">"Instellingen voor bogenklok"</string>
+    <string name="show_seconds" msgid="8525899907567218168">"Seconden weergeven"</string>
+    <string name="variable_line_width" msgid="8487094734462263605">"Variabele breedtes"</string>
+    <string name="palette" msgid="1636154448241520718">"Kleurpalet"</string>
+    <string name="palette_gray" msgid="4575370050214496017">"IJzer"</string>
+    <string name="palette_violet" msgid="6124851215872884048">"Middernacht"</string>
+    <string name="palette_matrix" msgid="2755109999115087511">"Groen scherm"</string>
+    <string name="palette_white_c" msgid="3846812107437715188">"IJsbeer (dynamisch)"</string>
+    <string name="palette_black_c" msgid="1521258571661038231">"Zwart gat (dynamisch)"</string>
+    <string name="palette_halloween" msgid="1502590278217616811">"Pompoentaart"</string>
+    <string name="palette_zenburn" msgid="5537306782860767365">"Buitenaardse fruitsalade"</string>
+    <string name="palette_oceanic" msgid="7336134088073550028">"Blauwe laser"</string>
+</resources>
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
new file mode 100644
index 0000000..3b42dd2
--- /dev/null
+++ b/res/values-pl/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="wallpapers" msgid="7890805662847963863">"Aktywne tapety Android"</string>
+    <string name="wallpaper_walkaround" msgid="5548084303782181478">"Podgląd"</string>
+    <string name="wallpaper_walkaround_author" msgid="7292960549371044078">"Google"</string>
+    <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"Widok drogi pozwalający unikać wypadków"</string>
+    <string name="wallpaper_grass" msgid="4753389782988032116">"Trawa"</string>
+    <string name="wallpaper_grass_author" msgid="9197652780831360471">"Google"</string>
+    <string name="wallpaper_grass_desc" msgid="7808225799564607409">"Źdźbła trawy delikatnie falujące na tle nieba za dnia lub w nocy"</string>
+    <string name="wallpaper_galaxy" msgid="4698294375306738428">"Galaktyka"</string>
+    <string name="wallpaper_galaxy_author" msgid="5455561260819111338">"Google"</string>
+    <string name="wallpaper_galaxy_desc" msgid="6816969378845338629">"Galaktyka złożona z wolno wirujących gwiazd"</string>
+    <string name="wallpaper_fall" msgid="1500920940722360941">"Woda"</string>
+    <string name="wallpaper_fall_author" msgid="8860429843949521342">"Google"</string>
+    <string name="wallpaper_fall_desc" msgid="595888373487204297">"Jesienne liście spadające&lt;br&gt; do źródełka falującego poniżej:&lt;br&gt; z filozofią zen w tle"</string>
+    <string name="wallpaper_clock" msgid="6555051461698958610">"Zegar biegunowy"</string>
+    <string name="wallpaper_clock_author" msgid="8779094427834551330">"Google"</string>
+    <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Przedstawianie daty i godziny w postaci koncentrycznych łuków: miesiąca, dnia, godziny, minut i sekund"</string>
+    <string name="wallpaper_nexus" msgid="3789061608411260304">"Węzeł"</string>
+    <string name="wallpaper_nexus_author" msgid="8492858637541249441">"Google"</string>
+    <string name="wallpaper_nexus_desc" msgid="5562598238151885905">"Rzut oka do wnętrza sieci neuronowej"</string>
+    <string name="clock_settings" msgid="7837858747417927288">"Ustawienia zegara biegunowego"</string>
+    <string name="show_seconds" msgid="8525899907567218168">"Pokazuj sekundy"</string>
+    <string name="variable_line_width" msgid="8487094734462263605">"Różna szerokość pierścieni"</string>
+    <string name="palette" msgid="1636154448241520718">"Paleta kolorów"</string>
+    <string name="palette_gray" msgid="4575370050214496017">"Żelazo"</string>
+    <string name="palette_violet" msgid="6124851215872884048">"Północ"</string>
+    <string name="palette_matrix" msgid="2755109999115087511">"Zielony ekran"</string>
+    <string name="palette_white_c" msgid="3846812107437715188">"Niedźwiedź polarny (dynamiczna)"</string>
+    <string name="palette_black_c" msgid="1521258571661038231">"Czarna dziura (dynamiczna)"</string>
+    <string name="palette_halloween" msgid="1502590278217616811">"Placek dyniowy"</string>
+    <string name="palette_zenburn" msgid="5537306782860767365">"Owocowa sałatka obcych"</string>
+    <string name="palette_oceanic" msgid="7336134088073550028">"Niebieski laser"</string>
+</resources>
diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml
new file mode 100644
index 0000000..1e932d9
--- /dev/null
+++ b/res/values-pt-rPT/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="wallpapers" msgid="7890805662847963863">"Imagens de fundo activas do Android"</string>
+    <string name="wallpaper_walkaround" msgid="5548084303782181478">"Transparente"</string>
+    <string name="wallpaper_walkaround_author" msgid="7292960549371044078">"Google"</string>
+    <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"Veja através do seu telefone e ande sem o risco de acidentes."</string>
+    <string name="wallpaper_grass" msgid="4753389782988032116">"Relva"</string>
+    <string name="wallpaper_grass_author" msgid="9197652780831360471">"Google"</string>
+    <string name="wallpaper_grass_desc" msgid="7808225799564607409">"Pontas de relva ondulam suavemente em frente a um céu diurno ou nocturno."</string>
+    <string name="wallpaper_galaxy" msgid="4698294375306738428">"Galáxia"</string>
+    <string name="wallpaper_galaxy_author" msgid="5455561260819111338">"Google"</string>
+    <string name="wallpaper_galaxy_desc" msgid="6816969378845338629">"Uma galáxia composta por estrelas a rodar lentamente."</string>
+    <string name="wallpaper_fall" msgid="1500920940722360941">"Água"</string>
+    <string name="wallpaper_fall_author" msgid="8860429843949521342">"Google"</string>
+    <string name="wallpaper_fall_desc" msgid="595888373487204297">"O cair das folhas no Outono&lt;br&gt; Para o agitado lago em baixo:&lt;br&gt; Fundo líquido Zen"</string>
+    <string name="wallpaper_clock" msgid="6555051461698958610">"Relógio polar"</string>
+    <string name="wallpaper_clock_author" msgid="8779094427834551330">"Google"</string>
+    <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Apresenta a data e a hora como arcos no sentido dos ponteiros do relógio: mês, dia, horas, minutos e segundos."</string>
+    <string name="wallpaper_nexus" msgid="3789061608411260304">"Ligação"</string>
+    <string name="wallpaper_nexus_author" msgid="8492858637541249441">"Google"</string>
+    <string name="wallpaper_nexus_desc" msgid="5562598238151885905">"Uma espreitadela na rede neural."</string>
+    <string name="clock_settings" msgid="7837858747417927288">"Definições do relógio polar"</string>
+    <string name="show_seconds" msgid="8525899907567218168">"Mostrar segundos"</string>
+    <string name="variable_line_width" msgid="8487094734462263605">"Variar largura dos anéis"</string>
+    <string name="palette" msgid="1636154448241520718">"Paleta de cores"</string>
+    <string name="palette_gray" msgid="4575370050214496017">"Ferro"</string>
+    <string name="palette_violet" msgid="6124851215872884048">"Meia-noite"</string>
+    <string name="palette_matrix" msgid="2755109999115087511">"Ecrã verde"</string>
+    <string name="palette_white_c" msgid="3846812107437715188">"Urso polar (dinâmico)"</string>
+    <string name="palette_black_c" msgid="1521258571661038231">"Buraco negro (dinâmico)"</string>
+    <string name="palette_halloween" msgid="1502590278217616811">"Tarte de abóbora"</string>
+    <string name="palette_zenburn" msgid="5537306782860767365">"Salada de fruta exótica"</string>
+    <string name="palette_oceanic" msgid="7336134088073550028">"Laser azul"</string>
+</resources>
diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml
new file mode 100644
index 0000000..da0db83
--- /dev/null
+++ b/res/values-pt/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="wallpapers" msgid="7890805662847963863">"Planos de fundo ativos do Android"</string>
+    <string name="wallpaper_walkaround" msgid="5548084303782181478">"Transparente"</string>
+    <string name="wallpaper_walkaround_author" msgid="7292960549371044078">"Google"</string>
+    <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"Deixe o seu celular \"transparente\" e ande por aí sem riscos de sofrer acidentes."</string>
+    <string name="wallpaper_grass" msgid="4753389782988032116">"Grama"</string>
+    <string name="wallpaper_grass_author" msgid="9197652780831360471">"Google"</string>
+    <string name="wallpaper_grass_desc" msgid="7808225799564607409">"Folhas de grama ondulam suavemente diante de um céu diurno ou noturno."</string>
+    <string name="wallpaper_galaxy" msgid="4698294375306738428">"Galáxia"</string>
+    <string name="wallpaper_galaxy_author" msgid="5455561260819111338">"Google"</string>
+    <string name="wallpaper_galaxy_desc" msgid="6816969378845338629">"Uma galáxia formada com estrelas que giram lentamente."</string>
+    <string name="wallpaper_fall" msgid="1500920940722360941">"Água"</string>
+    <string name="wallpaper_fall_author" msgid="8860429843949521342">"Google"</string>
+    <string name="wallpaper_fall_desc" msgid="595888373487204297">"Folhas de outono caem&lt;br&gt; Na lagoa ondulante:&lt;br&gt; Plano de fundo líquido zen"</string>
+    <string name="wallpaper_clock" msgid="6555051461698958610">"Relógio polar"</string>
+    <string name="wallpaper_clock_author" msgid="8779094427834551330">"Google"</string>
+    <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Apresenta a data e a hora como arcos na direção horária: mês, dia, hora, minuto e segundo."</string>
+    <string name="wallpaper_nexus" msgid="3789061608411260304">"Interconexões"</string>
+    <string name="wallpaper_nexus_author" msgid="8492858637541249441">"Google"</string>
+    <string name="wallpaper_nexus_desc" msgid="5562598238151885905">"Uma espiada dentro da rede neural."</string>
+    <string name="clock_settings" msgid="7837858747417927288">"Configurações do relógio polar"</string>
+    <string name="show_seconds" msgid="8525899907567218168">"Mostrar segundos"</string>
+    <string name="variable_line_width" msgid="8487094734462263605">"Várias larguras"</string>
+    <string name="palette" msgid="1636154448241520718">"Paleta de cores"</string>
+    <string name="palette_gray" msgid="4575370050214496017">"Cinza"</string>
+    <string name="palette_violet" msgid="6124851215872884048">"Meia-noite"</string>
+    <string name="palette_matrix" msgid="2755109999115087511">"Tela verde"</string>
+    <string name="palette_white_c" msgid="3846812107437715188">"Urso polar (dinâmico)"</string>
+    <string name="palette_black_c" msgid="1521258571661038231">"Buraco negro (dinâmico)"</string>
+    <string name="palette_halloween" msgid="1502590278217616811">"Halloween"</string>
+    <string name="palette_zenburn" msgid="5537306782860767365">"Salada de frutas alienígena"</string>
+    <string name="palette_oceanic" msgid="7336134088073550028">"Laser azul"</string>
+</resources>
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
new file mode 100644
index 0000000..c958de7
--- /dev/null
+++ b/res/values-ru/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="wallpapers" msgid="7890805662847963863">"Анимированные фоновые рисунки Android"</string>
+    <string name="wallpaper_walkaround" msgid="5548084303782181478">"В объективе"</string>
+    <string name="wallpaper_walkaround_author" msgid="7292960549371044078">"Google"</string>
+    <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"Смотрите в мир через камеру телефона и прогуливайтесь, не подвергаясь риску."</string>
+    <string name="wallpaper_grass" msgid="4753389782988032116">"Трава"</string>
+    <string name="wallpaper_grass_author" msgid="9197652780831360471">"Google"</string>
+    <string name="wallpaper_grass_desc" msgid="7808225799564607409">"Стебли травы колышутся на фоне ночного или дневного неба."</string>
+    <string name="wallpaper_galaxy" msgid="4698294375306738428">"Галактика"</string>
+    <string name="wallpaper_galaxy_author" msgid="5455561260819111338">"Google"</string>
+    <string name="wallpaper_galaxy_desc" msgid="6816969378845338629">"Галактика кружащихся звезд."</string>
+    <string name="wallpaper_fall" msgid="1500920940722360941">"Вода"</string>
+    <string name="wallpaper_fall_author" msgid="8860429843949521342">"Google"</string>
+    <string name="wallpaper_fall_desc" msgid="595888373487204297">"Опавшие листья&lt;br&gt; На берегу пруда:&lt;br&gt; Вибрации Дзен"</string>
+    <string name="wallpaper_clock" msgid="6555051461698958610">"Полярные часы"</string>
+    <string name="wallpaper_clock_author" msgid="8779094427834551330">"Google"</string>
+    <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Показывает дату и время (месяц, день, час, минута, секунда) в виде дуг, растущих по часовой стрелке."</string>
+    <string name="wallpaper_nexus" msgid="3789061608411260304">"Ядро"</string>
+    <string name="wallpaper_nexus_author" msgid="8492858637541249441">"Google"</string>
+    <string name="wallpaper_nexus_desc" msgid="5562598238151885905">"Нейросеть изнутри."</string>
+    <string name="clock_settings" msgid="7837858747417927288">"Полярные часы: настройки"</string>
+    <string name="show_seconds" msgid="8525899907567218168">"Показать секунды"</string>
+    <string name="variable_line_width" msgid="8487094734462263605">"Изменять ширину кольца"</string>
+    <string name="palette" msgid="1636154448241520718">"Цветовая палитра"</string>
+    <string name="palette_gray" msgid="4575370050214496017">"Сталь"</string>
+    <string name="palette_violet" msgid="6124851215872884048">"Полночь"</string>
+    <string name="palette_matrix" msgid="2755109999115087511">"Зеленый экран"</string>
+    <string name="palette_white_c" msgid="3846812107437715188">"Белый медведь (анимация)"</string>
+    <string name="palette_black_c" msgid="1521258571661038231">"Черная дыра (анимация)"</string>
+    <string name="palette_halloween" msgid="1502590278217616811">"Тыквенный пирог"</string>
+    <string name="palette_zenburn" msgid="5537306782860767365">"Винегрет с других планет"</string>
+    <string name="palette_oceanic" msgid="7336134088073550028">"Синий лазер"</string>
+</resources>
diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml
new file mode 100644
index 0000000..7f3b8fb
--- /dev/null
+++ b/res/values-sv/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="wallpapers" msgid="7890805662847963863">"Androids rörliga bakgrunder"</string>
+    <string name="wallpaper_walkaround" msgid="5548084303782181478">"Genomskinlig"</string>
+    <string name="wallpaper_walkaround_author" msgid="7292960549371044078">"Google"</string>
+    <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"Se igenom telefonen och gå omkring utan att riskera en olycka."</string>
+    <string name="wallpaper_grass" msgid="4753389782988032116">"Gräs"</string>
+    <string name="wallpaper_grass_author" msgid="9197652780831360471">"Google"</string>
+    <string name="wallpaper_grass_desc" msgid="7808225799564607409">"Grässtrån som svajar långsamt framför en dags- eller kvällshimmel."</string>
+    <string name="wallpaper_galaxy" msgid="4698294375306738428">"Galax"</string>
+    <string name="wallpaper_galaxy_author" msgid="5455561260819111338">"Google"</string>
+    <string name="wallpaper_galaxy_desc" msgid="6816969378845338629">"En galax av långsamt virvlande stjärnor."</string>
+    <string name="wallpaper_fall" msgid="1500920940722360941">"Vatten"</string>
+    <string name="wallpaper_fall_author" msgid="8860429843949521342">"Google"</string>
+    <string name="wallpaper_fall_desc" msgid="595888373487204297">"Höstlöv som dalar&lt;br&gt; ned i det porlande vattnet:&lt;br&gt; Flytande zenbakgrund"</string>
+    <string name="wallpaper_clock" msgid="6555051461698958610">"Polarklocka"</string>
+    <string name="wallpaper_clock_author" msgid="8779094427834551330">"Google"</string>
+    <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Presenterar dag och tid medurs i bågar: månad, dag, timme, minut och sekund."</string>
+    <string name="wallpaper_nexus" msgid="3789061608411260304">"Nexus"</string>
+    <string name="wallpaper_nexus_author" msgid="8492858637541249441">"Google"</string>
+    <string name="wallpaper_nexus_desc" msgid="5562598238151885905">"Kika in i det neurala nätverket."</string>
+    <string name="clock_settings" msgid="7837858747417927288">"Inställningar för polarklocka"</string>
+    <string name="show_seconds" msgid="8525899907567218168">"Visa sekunder"</string>
+    <string name="variable_line_width" msgid="8487094734462263605">"Olika ringstorlekar"</string>
+    <string name="palette" msgid="1636154448241520718">"Färgpalett"</string>
+    <string name="palette_gray" msgid="4575370050214496017">"Järn"</string>
+    <string name="palette_violet" msgid="6124851215872884048">"Midnatt"</string>
+    <string name="palette_matrix" msgid="2755109999115087511">"Grön skärm"</string>
+    <string name="palette_white_c" msgid="3846812107437715188">"Isbjörn (dynamisk)"</string>
+    <string name="palette_black_c" msgid="1521258571661038231">"Svart hål (dynamisk)"</string>
+    <string name="palette_halloween" msgid="1502590278217616811">"Pumpapaj"</string>
+    <string name="palette_zenburn" msgid="5537306782860767365">"Annorlunda fruktsallad"</string>
+    <string name="palette_oceanic" msgid="7336134088073550028">"Blå laser"</string>
+</resources>
diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml
new file mode 100644
index 0000000..dc675b4
--- /dev/null
+++ b/res/values-tr/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="wallpapers" msgid="7890805662847963863">"Android Canlı Duvar Kağıtları"</string>
+    <string name="wallpaper_walkaround" msgid="5548084303782181478">"Şeffaf"</string>
+    <string name="wallpaper_walkaround_author" msgid="7292960549371044078">"Google"</string>
+    <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"Telefonunuzun içini görün ve kaza riski olmadan gezinin."</string>
+    <string name="wallpaper_grass" msgid="4753389782988032116">"Çimler"</string>
+    <string name="wallpaper_grass_author" msgid="9197652780831360471">"Google"</string>
+    <string name="wallpaper_grass_desc" msgid="7808225799564607409">"Uzun yassı yapraklar, aydınlık veya karanlık bir gökyüzünün önünde hafifçe dalgalanır."</string>
+    <string name="wallpaper_galaxy" msgid="4698294375306738428">"Galaksi"</string>
+    <string name="wallpaper_galaxy_author" msgid="5455561260819111338">"Google"</string>
+    <string name="wallpaper_galaxy_desc" msgid="6816969378845338629">"Yavaş yavaş, helezonlaşarak dönen yıldızlardan oluşan bir galaksi."</string>
+    <string name="wallpaper_fall" msgid="1500920940722360941">"Su"</string>
+    <string name="wallpaper_fall_author" msgid="8860429843949521342">"Google"</string>
+    <string name="wallpaper_fall_desc" msgid="595888373487204297">"Aşağıda hafifçe dalgalanan gölcüğe&lt;br&gt; Sonbahar yaprakları dökülüyor:&lt;br&gt; Zen sıvı arka plan"</string>
+    <string name="wallpaper_clock" msgid="6555051461698958610">"Kutup saati"</string>
+    <string name="wallpaper_clock_author" msgid="8779094427834551330">"Google"</string>
+    <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Saat yönünde dönen kavislerle tarihi ve saati gösterir: ay, gün, saat, dakika ve saniye."</string>
+    <string name="wallpaper_nexus" msgid="3789061608411260304">"Bağ"</string>
+    <string name="wallpaper_nexus_author" msgid="8492858637541249441">"Google"</string>
+    <string name="wallpaper_nexus_desc" msgid="5562598238151885905">"Sinirsel ağ içine bakış."</string>
+    <string name="clock_settings" msgid="7837858747417927288">"Kutup saati ayarları"</string>
+    <string name="show_seconds" msgid="8525899907567218168">"Saniyeyi göster"</string>
+    <string name="variable_line_width" msgid="8487094734462263605">"Değişken halka genişlikleri"</string>
+    <string name="palette" msgid="1636154448241520718">"Renk paleti"</string>
+    <string name="palette_gray" msgid="4575370050214496017">"Demir"</string>
+    <string name="palette_violet" msgid="6124851215872884048">"Gece Yarısı"</string>
+    <string name="palette_matrix" msgid="2755109999115087511">"Yeşil Ekran"</string>
+    <string name="palette_white_c" msgid="3846812107437715188">"Kutup Ayısı (dinamik)"</string>
+    <string name="palette_black_c" msgid="1521258571661038231">"Kara Delik (dinamik)"</string>
+    <string name="palette_halloween" msgid="1502590278217616811">"Balkabağı Turtası"</string>
+    <string name="palette_zenburn" msgid="5537306782860767365">"Yaratık Meyve Salatası"</string>
+    <string name="palette_oceanic" msgid="7336134088073550028">"Mavi Lazer"</string>
+</resources>
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
new file mode 100644
index 0000000..0af3f63
--- /dev/null
+++ b/res/values-zh-rTW/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="wallpapers" msgid="7890805662847963863">"Android 即時桌布"</string>
+    <string name="wallpaper_walkaround" msgid="5548084303782181478">"透視"</string>
+    <string name="wallpaper_walkaround_author" msgid="7292960549371044078">"Google"</string>
+    <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"透視手機以免走路時發生意外。"</string>
+    <string name="wallpaper_grass" msgid="4753389782988032116">"草原"</string>
+    <string name="wallpaper_grass_author" msgid="9197652780831360471">"Google"</string>
+    <string name="wallpaper_grass_desc" msgid="7808225799564607409">"晴空或夜空下隨風輕舞的草原。"</string>
+    <string name="wallpaper_galaxy" msgid="4698294375306738428">"銀河"</string>
+    <string name="wallpaper_galaxy_author" msgid="5455561260819111338">"Google"</string>
+    <string name="wallpaper_galaxy_desc" msgid="6816969378845338629">"由緩慢旋轉的星星組成的銀河。"</string>
+    <string name="wallpaper_fall" msgid="1500920940722360941">"浮水"</string>
+    <string name="wallpaper_fall_author" msgid="8860429843949521342">"Google"</string>
+    <string name="wallpaper_fall_desc" msgid="595888373487204297">"秋葉飄落&lt;br&gt;池中激起漣漪:&lt;br&gt;禪意象水波背景"</string>
+    <string name="wallpaper_clock" msgid="6555051461698958610">"Polar Clock"</string>
+    <string name="wallpaper_clock_author" msgid="8779094427834551330">"Google"</string>
+    <string name="wallpaper_clock_desc" msgid="6767980298898740026">"以順時針方向弧形顯示日期及時間:月、日、時、分以及秒。"</string>
+    <string name="wallpaper_nexus" msgid="3789061608411260304">"中樞"</string>
+    <string name="wallpaper_nexus_author" msgid="8492858637541249441">"Google"</string>
+    <string name="wallpaper_nexus_desc" msgid="5562598238151885905">"窺視神經網路內部。"</string>
+    <string name="clock_settings" msgid="7837858747417927288">"Polar Clock 設定"</string>
+    <string name="show_seconds" msgid="8525899907567218168">"顯示秒"</string>
+    <string name="variable_line_width" msgid="8487094734462263605">"可變動的環狀寬度"</string>
+    <string name="palette" msgid="1636154448241520718">"調色盤"</string>
+    <string name="palette_gray" msgid="4575370050214496017">"鋼鐵"</string>
+    <string name="palette_violet" msgid="6124851215872884048">"午夜"</string>
+    <string name="palette_matrix" msgid="2755109999115087511">"綠色畫面"</string>
+    <string name="palette_white_c" msgid="3846812107437715188">"北極熊 (動態)"</string>
+    <string name="palette_black_c" msgid="1521258571661038231">"黑洞 (動態)"</string>
+    <string name="palette_halloween" msgid="1502590278217616811">"南瓜派"</string>
+    <string name="palette_zenburn" msgid="5537306782860767365">"異域水果沙拉"</string>
+    <string name="palette_oceanic" msgid="7336134088073550028">"藍光雷射"</string>
+</resources>
diff --git a/src/com/android/wallpaper/fall/FallRS.java b/src/com/android/wallpaper/fall/FallRS.java
index fbd341f..dc0d416 100644
--- a/src/com/android/wallpaper/fall/FallRS.java
+++ b/src/com/android/wallpaper/fall/FallRS.java
@@ -117,6 +117,16 @@
         }
         return null;
     }
+    
+    @Override
+    public void start() {
+        super.start();
+        final WorldState worldState = mWorldState;
+        final int width = worldState.width;
+        final int x = width / 4 + (int)(Math.random() * (width / 2));
+        final int y = worldState.height / 4 + (int)(Math.random() * (worldState.height / 2));
+        addDrop(x + (width * worldState.xOffset), y);
+    }
 
     @Override
     public void resize(int width, int height) {
diff --git a/src/com/android/wallpaper/nexus/NexusWallpaper.java b/src/com/android/wallpaper/nexus/NexusWallpaper.java
index 01059eb..b393616 100644
--- a/src/com/android/wallpaper/nexus/NexusWallpaper.java
+++ b/src/com/android/wallpaper/nexus/NexusWallpaper.java
@@ -19,11 +19,14 @@
 import android.content.res.Resources;
 import android.graphics.Bitmap;
 import android.graphics.BitmapFactory;
+import android.graphics.BlurMaskFilter;
 import android.graphics.Canvas;
 import android.graphics.Color;
+import android.graphics.LightingColorFilter;
 import android.graphics.Paint;
 import android.graphics.Point;
 import android.graphics.PorterDuff;
+import android.graphics.PorterDuffColorFilter;
 import android.graphics.PorterDuffXfermode;
 import android.graphics.Rect;
 import android.graphics.RectF;
@@ -42,19 +45,19 @@
 
 public class NexusWallpaper extends WallpaperService {
 
-    private static final int NUM_PULSES = 18;
-    private static final int MAX_PULSES = 42;
+    private static final int NUM_PULSES = 12;
+    private static final int MAX_PULSES = 32;
     private static final int PULSE_SIZE = 16;
-    private static final int MAX_ALPHA = 192; // 0..255
+    private static final int MAX_ALPHA = 128; // 0..255
     private static final int PULSE_DELAY = 5000; // random restart time, in ms
     private static final float ALPHA_DECAY = 0.85f;
 
     private static final boolean ACCEPTS_TAP = true;
 
-    private static final int ANIMATION_PERIOD = 1000/30; // in ms^-1
+    private static final int ANIMATION_PERIOD = 1000/50; // in ms^-1
 
     private static final int[] PULSE_COLORS = {
-        0xFF0066CC, 0xFFFF0000, 0xFFFFCC00, 0xFF009900,
+        0xFF0066CC, 0xDDFF0000, 0xBBFFCC00, 0xEE009900,
     };
 
     private static final String LOG_TAG = "Nexus";
@@ -77,10 +80,11 @@
             Point[] pts;
             int start, len; // pointers into pts
             Paint paint;
+            Paint glowPaint;
             long startTime;
             boolean started;
 
-            public float zagProb = 0.01f;
+            public float zagProb = 0.007f;
             public int speed = 1;
 
             public Pulse() {
@@ -92,6 +96,9 @@
                 paint = new Paint(Paint.FILTER_BITMAP_FLAG|Paint.DITHER_FLAG);
                 paint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SCREEN));
 
+                glowPaint = new Paint(paint);
+                glowPaint.setAlpha((int)(MAX_ALPHA*0.7f));
+
                 start = len = 0;
             }
             public Pulse(long now, int x, int y, int dx, int dy) {
@@ -126,10 +133,15 @@
                 v.x = dx;
                 v.y = dy;
                 startTime = now;
-                paint.setColor(PULSE_COLORS[(int)Math.floor(Math.random()*PULSE_COLORS.length)]);
+                setColor(PULSE_COLORS[(int)Math.floor(Math.random()*PULSE_COLORS.length)]);
                 started = false;
             }
 
+            public void setColor(int c) {
+                paint.setColor(c);
+                glowPaint.setColorFilter(new LightingColorFilter(paint.getColor(), 0));
+            }
+
             public void startRandomEdge(long now, boolean diag) {
                 int x, y;
                 if (Math.random() < 0.5) {
@@ -166,7 +178,7 @@
                 int color = Color.HSVToColor(hsv);
                 */
                 // select colors
-                paint.setColor(PULSE_COLORS[(int)Math.floor(Math.random()*PULSE_COLORS.length)]);
+                setColor(PULSE_COLORS[(int)Math.floor(Math.random()*PULSE_COLORS.length)]);
                 started = false;
             }
 
@@ -199,6 +211,10 @@
                 if (!started) return;
                 boolean onScreen = false;
                 int a = MAX_ALPHA;
+
+                Point head = getHead();
+                c.drawBitmap(mGlow, (head.x-1)*mCellSize, (head.y-1)*mCellSize, glowPaint);
+
                 final Rect r = new Rect(0, 0, mCellSize, mCellSize);
                 for (int i=len-1; i>=0; i--) {
                     paint.setAlpha(a);
@@ -211,6 +227,7 @@
                         onScreen = !(p.x < 0 || p.x > mColumnCount || p.y < 0 || p.y > mRowCount);
                 }
 
+
                 if (!onScreen) {
                     // Time to die.
                     recycleOrRemovePulse(this);
@@ -232,6 +249,8 @@
         private Bitmap mBackground;
 
         private Bitmap mGreenLed;
+        
+        private Bitmap mGlow;
 
         private Set<Automaton> mPulses = new HashSet<Automaton>();
         private Set<Automaton> mDeadPulses = new HashSet<Automaton>();
@@ -262,6 +281,14 @@
 
             mCellSize = mGreenLed.getWidth();
 
+            mGlow = Bitmap.createBitmap(3*mCellSize, 3*mCellSize, Bitmap.Config.ARGB_8888);
+            Canvas c = new Canvas(mGlow);
+            Paint p = new Paint();
+            final int halfCell = mCellSize/2;
+            p.setMaskFilter(new BlurMaskFilter(halfCell, BlurMaskFilter.Blur.NORMAL));
+            p.setColor(Color.WHITE);
+            c.drawRect(halfCell, halfCell, 5*halfCell, 5*halfCell, p);
+
             initializeState();
 
             if (isPreview()) {
@@ -344,6 +371,45 @@
                 final int bw = mBackgroundWidth;
                 final int cellX = (int)((x + mOffsetX * (bw-dw)) / mCellSize);
                 final int cellY = (int)(y / mCellSize);
+                
+                int colorIdx = (int)(Math.random() * PULSE_COLORS.length);
+
+                Pulse p = new Pulse();
+                p.zagProb = 0;
+                p.start(0, cellX, cellY, 0, 1);
+                p.setColor(PULSE_COLORS[colorIdx]);
+                addPulse(p);
+                colorIdx = (colorIdx + 1) % PULSE_COLORS.length;
+
+                p = new Pulse();
+                p.zagProb = 0;
+                p.start(0, cellX, cellY, 1, 0);
+                p.setColor(PULSE_COLORS[colorIdx]);
+                addPulse(p);
+                colorIdx = (colorIdx + 1) % PULSE_COLORS.length;
+
+                p = new Pulse();
+                p.zagProb = 0;
+                p.start(0, cellX, cellY, -1, 0);
+                p.setColor(PULSE_COLORS[colorIdx]);
+                addPulse(p);
+                colorIdx = (colorIdx + 1) % PULSE_COLORS.length;
+
+                p = new Pulse();
+                p.zagProb = 0;
+                p.start(0, cellX, cellY, 0, -1);
+                p.setColor(PULSE_COLORS[colorIdx]);
+                addPulse(p);
+                colorIdx = (colorIdx + 1) % PULSE_COLORS.length;
+
+            } else if ("android.home.drop".equals(action)) {
+                final SurfaceHolder holder = getSurfaceHolder();
+                final Rect frame = holder.getSurfaceFrame();
+
+                final int dw = frame.width();
+                final int bw = mBackgroundWidth;
+                final int cellX = (int)((x + mOffsetX * (bw-dw)) / mCellSize);
+                final int cellY = (int)(y / mCellSize);
                 Pulse p = new Pulse();
                 p.zagProb = 0;
                 p.start(0, cellX, cellY, 0, 1);
@@ -360,8 +426,23 @@
                 p.zagProb = 0;
                 p.start(0, cellX, cellY, 0, -1);
                 addPulse(p);
-            } else if ("android.home.drop".equals(action)) {
-                // TODO: something awesome
+
+                p = new Pulse();
+                p.zagProb = 0;
+                p.start(0, cellX, cellY, -1, -1);
+                addPulse(p);
+                p = new Pulse();
+                p.zagProb = 0;
+                p.start(0, cellX, cellY, 1, -1);
+                addPulse(p);
+                p = new Pulse();
+                p.zagProb = 0;
+                p.start(0, cellX, cellY, 1, 1);
+                addPulse(p);
+                p = new Pulse();
+                p.zagProb = 0;
+                p.start(0, cellX, cellY, -1, 1);
+                addPulse(p);
             }
             return null;
         }