summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-11-01 16:26:53 +0000
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-11-01 16:26:53 +0000
commitfa3bc518cd397e82fd823513d9f3b11fbb0e9e23 (patch)
tree1a04661489566a19d62accad637d661e133766c7
parent4efc6250018c19a0af3b072c1d587ffec5fcc1e2 (diff)
parent3d36b4a1f9f9b44f176dc6b51cfdeb27e4d1c74e (diff)
downloadandroid_packages_wallpapers_LivePicker-fa3bc518cd397e82fd823513d9f3b11fbb0e9e23.tar.gz
android_packages_wallpapers_LivePicker-fa3bc518cd397e82fd823513d9f3b11fbb0e9e23.tar.bz2
android_packages_wallpapers_LivePicker-fa3bc518cd397e82fd823513d9f3b11fbb0e9e23.zip
Merge tag 'android-4.4_r1' into cm-11.0
Android 4.4 Release 1.0 Conflicts: res/values-nl/strings.xml
-rw-r--r--AndroidManifest.xml3
-rw-r--r--res/layout/live_wallpaper_entry.xml10
-rw-r--r--res/values-am/strings.xml2
-rw-r--r--res/values-en-rIN/strings.xml33
-rw-r--r--res/values-et-rEE/strings.xml33
-rw-r--r--res/values-fr-rCA/strings.xml33
-rw-r--r--res/values-hi/strings.xml8
-rw-r--r--res/values-hy-rAM/strings.xml33
-rw-r--r--res/values-ka-rGE/strings.xml33
-rw-r--r--res/values-km-rKH/strings.xml33
-rw-r--r--res/values-lo-rLA/strings.xml33
-rw-r--r--res/values-mn-rMN/strings.xml33
-rw-r--r--res/values-ms-rMY/strings.xml33
-rw-r--r--res/values-nl/strings.xml2
-rw-r--r--res/values-pt/strings.xml8
-rw-r--r--res/values-zh-rCN/strings.xml2
-rw-r--r--res/values-zh-rHK/strings.xml33
17 files changed, 348 insertions, 17 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9ce7e3e..8c84e0b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -29,7 +29,8 @@
<application
android:label="@string/application_name"
- android:icon="@mipmap/ic_launcher_live_wallpaper">
+ android:icon="@mipmap/ic_launcher_live_wallpaper"
+ android:supportsRtl="true" >
<activity android:name="LiveWallpaperActivity"
android:label="@string/live_wallpaper_picker_label"
diff --git a/res/layout/live_wallpaper_entry.xml b/res/layout/live_wallpaper_entry.xml
index 2d618f6..df75e84 100644
--- a/res/layout/live_wallpaper_entry.xml
+++ b/res/layout/live_wallpaper_entry.xml
@@ -18,8 +18,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingLeft="6dip"
- android:paddingRight="6dip"
+ android:paddingStart="6dip"
+ android:paddingEnd="6dip"
android:paddingTop="6dip"
android:paddingBottom="6dip"
@@ -39,10 +39,10 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginLeft="10dip"
- android:layout_marginRight="8dip"
+ android:layout_marginStart="10dip"
+ android:layout_marginEnd="8dip"
android:layout_centerVertical="true"
- android:layout_toRightOf="@id/thumbnail"
+ android:layout_toEndOf="@id/thumbnail"
android:orientation="vertical">
diff --git a/res/values-am/strings.xml b/res/values-am/strings.xml
index 319684a..fe53908 100644
--- a/res/values-am/strings.xml
+++ b/res/values-am/strings.xml
@@ -29,5 +29,5 @@
<string name="set_live_wallpaper" msgid="2381437614949033266">"ልጣፍ አዘጋጅ"</string>
<string name="wallpaper_title_and_author" msgid="8891734217843935304">"<xliff:g id="TITLE">%1$s</xliff:g> በ <xliff:g id="AUTHOR">%2$s</xliff:g>"</string>
<string name="live_wallpaper_loading" msgid="2488371303130330734">"Live ልጥፍ በመስቀል ላይ..."</string>
- <string name="wallpaper_cancel" msgid="7340240618834119228">"ይቅር"</string>
+ <string name="wallpaper_cancel" msgid="7340240618834119228">"ሰርዝ"</string>
</resources>
diff --git a/res/values-en-rIN/strings.xml b/res/values-en-rIN/strings.xml
new file mode 100644
index 0000000..b83f22e
--- /dev/null
+++ b/res/values-en-rIN/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+* Copyright (C) 2008 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="application_name" msgid="4119979710394894209">"Live Wallpaper Picker"</string>
+ <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"Select live wallpaper"</string>
+ <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Live Wallpaper"</string>
+ <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Live wallpaper preview"</string>
+ <string name="configure_wallpaper" msgid="7396598925806288258">"Settings…"</string>
+ <string name="wallpaper_instructions" msgid="4215640646180727542">"Set wallpaper"</string>
+ <string name="live_wallpaper_empty" msgid="4278728108785853407">"No live wallpaper."</string>
+ <string name="set_live_wallpaper" msgid="2381437614949033266">"Set wallpaper"</string>
+ <string name="wallpaper_title_and_author" msgid="8891734217843935304">"<xliff:g id="TITLE">%1$s</xliff:g> by <xliff:g id="AUTHOR">%2$s</xliff:g>"</string>
+ <string name="live_wallpaper_loading" msgid="2488371303130330734">"Loading live wallpaper…"</string>
+ <string name="wallpaper_cancel" msgid="7340240618834119228">"Cancel"</string>
+</resources>
diff --git a/res/values-et-rEE/strings.xml b/res/values-et-rEE/strings.xml
new file mode 100644
index 0000000..8103c5b
--- /dev/null
+++ b/res/values-et-rEE/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+* Copyright (C) 2008 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="application_name" msgid="4119979710394894209">"Liikuva taustapildi valija"</string>
+ <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"Liikuva taustapildi valimine"</string>
+ <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Liikuvad taustapildid"</string>
+ <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Liikuva taustapildi eelvaade"</string>
+ <string name="configure_wallpaper" msgid="7396598925806288258">"Seaded ..."</string>
+ <string name="wallpaper_instructions" msgid="4215640646180727542">"Määra taustapilt"</string>
+ <string name="live_wallpaper_empty" msgid="4278728108785853407">"Pole liikuvaid taustapilte."</string>
+ <string name="set_live_wallpaper" msgid="2381437614949033266">"Määra taustapilt"</string>
+ <string name="wallpaper_title_and_author" msgid="8891734217843935304">"<xliff:g id="TITLE">%1$s</xliff:g> autorilt <xliff:g id="AUTHOR">%2$s</xliff:g>"</string>
+ <string name="live_wallpaper_loading" msgid="2488371303130330734">"Liikuva taustapildi laadimine ..."</string>
+ <string name="wallpaper_cancel" msgid="7340240618834119228">"Tühista"</string>
+</resources>
diff --git a/res/values-fr-rCA/strings.xml b/res/values-fr-rCA/strings.xml
new file mode 100644
index 0000000..bcd6cab
--- /dev/null
+++ b/res/values-fr-rCA/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+* Copyright (C) 2008 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="application_name" msgid="4119979710394894209">"Sélecteur de fond d\'écran animé"</string>
+ <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"Sélectionner un fond d\'écran animé"</string>
+ <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Fonds d\'écran animés"</string>
+ <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Aperçu du fond d\'écran animé"</string>
+ <string name="configure_wallpaper" msgid="7396598925806288258">"Paramètres…"</string>
+ <string name="wallpaper_instructions" msgid="4215640646180727542">"Sélectionner"</string>
+ <string name="live_wallpaper_empty" msgid="4278728108785853407">"Aucun fond d\'écran animé"</string>
+ <string name="set_live_wallpaper" msgid="2381437614949033266">"Sélectionner"</string>
+ <string name="wallpaper_title_and_author" msgid="8891734217843935304">"<xliff:g id="TITLE">%1$s</xliff:g> de <xliff:g id="AUTHOR">%2$s</xliff:g>"</string>
+ <string name="live_wallpaper_loading" msgid="2488371303130330734">"Chargement du fond d\'écran animé…"</string>
+ <string name="wallpaper_cancel" msgid="7340240618834119228">"Annuler"</string>
+</resources>
diff --git a/res/values-hi/strings.xml b/res/values-hi/strings.xml
index 20006a2..b28304b 100644
--- a/res/values-hi/strings.xml
+++ b/res/values-hi/strings.xml
@@ -20,14 +20,14 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="application_name" msgid="4119979710394894209">"Live Wallpaper Picker"</string>
- <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"लाइव वॉलपेपर चुनें"</string>
+ <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"एनीमेशन वाला वॉलपेपर चुनें"</string>
<string name="live_wallpaper_picker_label" msgid="3218000114890071946">"लाइव वॉलपेपर"</string>
- <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"लाइव वॉलपेपर पूर्वावलोकन"</string>
+ <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"एनीमेशन वाला वॉलपेपर पूर्वावलोकन"</string>
<string name="configure_wallpaper" msgid="7396598925806288258">"सेटिंग…"</string>
<string name="wallpaper_instructions" msgid="4215640646180727542">"वॉलपेपर सेट करें"</string>
- <string name="live_wallpaper_empty" msgid="4278728108785853407">"कोई लाइव वॉलपेपर नहीं."</string>
+ <string name="live_wallpaper_empty" msgid="4278728108785853407">"कोई एनीमेशन वाला वॉलपेपर नहीं."</string>
<string name="set_live_wallpaper" msgid="2381437614949033266">"वॉलपेपर सेट करें"</string>
<string name="wallpaper_title_and_author" msgid="8891734217843935304">"<xliff:g id="TITLE">%1$s</xliff:g> द्वारा <xliff:g id="AUTHOR">%2$s</xliff:g>"</string>
- <string name="live_wallpaper_loading" msgid="2488371303130330734">"लाइव वॉलपेपर लोड हो रहा है…"</string>
+ <string name="live_wallpaper_loading" msgid="2488371303130330734">"एनीमेशन वाला वॉलपेपर लोड हो रहा है…"</string>
<string name="wallpaper_cancel" msgid="7340240618834119228">"रद्द करें"</string>
</resources>
diff --git a/res/values-hy-rAM/strings.xml b/res/values-hy-rAM/strings.xml
new file mode 100644
index 0000000..621d9bc
--- /dev/null
+++ b/res/values-hy-rAM/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+* Copyright (C) 2008 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="application_name" msgid="4119979710394894209">"Կենդանի պաստառի ընտրիչ"</string>
+ <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"Ընտրեք կենդանի պաստառ"</string>
+ <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Կենդանի պաստառներ"</string>
+ <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Կենդանի պաստառի նախադիտում"</string>
+ <string name="configure_wallpaper" msgid="7396598925806288258">"Կարգավորումներ"</string>
+ <string name="wallpaper_instructions" msgid="4215640646180727542">"Սահմանել պաստառ"</string>
+ <string name="live_wallpaper_empty" msgid="4278728108785853407">"Կենդանի պաստառներ չկան:"</string>
+ <string name="set_live_wallpaper" msgid="2381437614949033266">"Սահմանել պաստառ"</string>
+ <string name="wallpaper_title_and_author" msgid="8891734217843935304">"<xliff:g id="TITLE">%1$s</xliff:g> ըստ <xliff:g id="AUTHOR">%2$s</xliff:g>-ի"</string>
+ <string name="live_wallpaper_loading" msgid="2488371303130330734">"Բեռնվում է կենդանի պաստառը..."</string>
+ <string name="wallpaper_cancel" msgid="7340240618834119228">"Չեղարկել"</string>
+</resources>
diff --git a/res/values-ka-rGE/strings.xml b/res/values-ka-rGE/strings.xml
new file mode 100644
index 0000000..e608c78
--- /dev/null
+++ b/res/values-ka-rGE/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+* Copyright (C) 2008 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="application_name" msgid="4119979710394894209">"ცოცხალი ფონების ამომრჩეველი"</string>
+ <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"შეარჩიეთ ცოცხალი ფონი"</string>
+ <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"ცოცხალი ფონები"</string>
+ <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"ცოცხალი ფონის გადახედვა"</string>
+ <string name="configure_wallpaper" msgid="7396598925806288258">"პარამეტრები..."</string>
+ <string name="wallpaper_instructions" msgid="4215640646180727542">"ფონის დაყენება"</string>
+ <string name="live_wallpaper_empty" msgid="4278728108785853407">"ცოცხალი ფონები არ არის."</string>
+ <string name="set_live_wallpaper" msgid="2381437614949033266">"ფონის დაყენება"</string>
+ <string name="wallpaper_title_and_author" msgid="8891734217843935304">"<xliff:g id="TITLE">%1$s</xliff:g> ავტორი: <xliff:g id="AUTHOR">%2$s</xliff:g>"</string>
+ <string name="live_wallpaper_loading" msgid="2488371303130330734">"იტვირთება ცოცხალი ფონი…"</string>
+ <string name="wallpaper_cancel" msgid="7340240618834119228">"გაუქმება"</string>
+</resources>
diff --git a/res/values-km-rKH/strings.xml b/res/values-km-rKH/strings.xml
new file mode 100644
index 0000000..a0e5a2b
--- /dev/null
+++ b/res/values-km-rKH/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+* Copyright (C) 2008 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="application_name" msgid="4119979710394894209">"កម្មវិធី​ជ្រើស​ផ្ទាំង​រូបភាព​រស់​រវើក"</string>
+ <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"ជ្រើស​​ផ្ទាំង​រូបភាព​រស់​រវើក"</string>
+ <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"ផ្ទាំង​រូបភាព​​រស់រវើក"</string>
+ <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"មើល​ផ្ទាំង​រូបភាព​រស់រវើក​ជា​មុន"</string>
+ <string name="configure_wallpaper" msgid="7396598925806288258">"ការ​កំណត់..."</string>
+ <string name="wallpaper_instructions" msgid="4215640646180727542">"កំណត់​ផ្ទាំង​រូបភាព"</string>
+ <string name="live_wallpaper_empty" msgid="4278728108785853407">"គ្មាន​ផ្ទាំង​រូបភាព​​រស់​រវើក​។"</string>
+ <string name="set_live_wallpaper" msgid="2381437614949033266">"កំណត់​ផ្ទាំង​រូបភាព"</string>
+ <string name="wallpaper_title_and_author" msgid="8891734217843935304">"<xliff:g id="TITLE">%1$s</xliff:g> ដោយ <xliff:g id="AUTHOR">%2$s</xliff:g>"</string>
+ <string name="live_wallpaper_loading" msgid="2488371303130330734">"កំពុង​ផ្ទុក​ផ្ទាំង​រូបភាព​រស់​រវើក..."</string>
+ <string name="wallpaper_cancel" msgid="7340240618834119228">"បោះ​បង់"</string>
+</resources>
diff --git a/res/values-lo-rLA/strings.xml b/res/values-lo-rLA/strings.xml
new file mode 100644
index 0000000..bff89c0
--- /dev/null
+++ b/res/values-lo-rLA/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+* Copyright (C) 2008 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="application_name" msgid="4119979710394894209">"ໂຕເລືອກພາບພື້ນຫຼັງແບບເຄື່ອນໄຫວ"</string>
+ <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"ເລືອກພາບພື້ນຫຼັງແບບເຄື່ອນໄຫວ"</string>
+ <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"ພາບພື້ນຫຼັງແບບເຄື່ອນໄຫວ"</string>
+ <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"ຕົວຢ່າງພາບພື້ນຫຼັງແບບເຄື່ອນໄຫວ"</string>
+ <string name="configure_wallpaper" msgid="7396598925806288258">"ການຕັ້ງຄ່າ..."</string>
+ <string name="wallpaper_instructions" msgid="4215640646180727542">"ຕັ້ງພາບພື້ນຫຼັງ"</string>
+ <string name="live_wallpaper_empty" msgid="4278728108785853407">"ບໍ່ມີພາບພື້ນຫຼັງແບບເຄື່ອນໄຫວ."</string>
+ <string name="set_live_wallpaper" msgid="2381437614949033266">"ຕັ້ງພາບພື້ນຫຼັງ"</string>
+ <string name="wallpaper_title_and_author" msgid="8891734217843935304">"<xliff:g id="TITLE">%1$s</xliff:g> ໂດຍ <xliff:g id="AUTHOR">%2$s</xliff:g>"</string>
+ <string name="live_wallpaper_loading" msgid="2488371303130330734">"ກຳລັງໂຫລດພາບພື້ນຫຼັງແບບເຄື່ອນໄຫວ…"</string>
+ <string name="wallpaper_cancel" msgid="7340240618834119228">"ຍົກເລີກ"</string>
+</resources>
diff --git a/res/values-mn-rMN/strings.xml b/res/values-mn-rMN/strings.xml
new file mode 100644
index 0000000..58964d3
--- /dev/null
+++ b/res/values-mn-rMN/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+* Copyright (C) 2008 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="application_name" msgid="4119979710394894209">"Хөдөлгөөнт ханын зураг сонгогч"</string>
+ <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"Хөдөлгөөнт ханын зураг сонгох"</string>
+ <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Хөдөлгөөнт ханын зураг"</string>
+ <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Хөдөлгөөнт ханын зураг урьдчилж үзэх"</string>
+ <string name="configure_wallpaper" msgid="7396598925806288258">"Тохиргоо..."</string>
+ <string name="wallpaper_instructions" msgid="4215640646180727542">"Ханын зургийг тохируулах"</string>
+ <string name="live_wallpaper_empty" msgid="4278728108785853407">"Хөдөлгөөнт ханын зураг байхгүй."</string>
+ <string name="set_live_wallpaper" msgid="2381437614949033266">"Ханын зургийг тохируулах"</string>
+ <string name="wallpaper_title_and_author" msgid="8891734217843935304">"<xliff:g id="AUTHOR">%2$s</xliff:g>-н <xliff:g id="TITLE">%1$s</xliff:g>"</string>
+ <string name="live_wallpaper_loading" msgid="2488371303130330734">"Хөдөлгөөнт ханын зургийг ачааллаж байна…"</string>
+ <string name="wallpaper_cancel" msgid="7340240618834119228">"Цуцлах"</string>
+</resources>
diff --git a/res/values-ms-rMY/strings.xml b/res/values-ms-rMY/strings.xml
new file mode 100644
index 0000000..50898ac
--- /dev/null
+++ b/res/values-ms-rMY/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+* Copyright (C) 2008 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="application_name" msgid="4119979710394894209">"Pemilih Kertas Dinding Langsung"</string>
+ <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"Pilih kertas dinding langsung"</string>
+ <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Kertas Dinding Langsung"</string>
+ <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Pratonton kertas dinding langsung"</string>
+ <string name="configure_wallpaper" msgid="7396598925806288258">"Tetapan..."</string>
+ <string name="wallpaper_instructions" msgid="4215640646180727542">"Tetapkan kertas dinding"</string>
+ <string name="live_wallpaper_empty" msgid="4278728108785853407">"Tiada kertas dinding langsung."</string>
+ <string name="set_live_wallpaper" msgid="2381437614949033266">"Tetapkan kertas dinding"</string>
+ <string name="wallpaper_title_and_author" msgid="8891734217843935304">"<xliff:g id="TITLE">%1$s</xliff:g> oleh <xliff:g id="AUTHOR">%2$s</xliff:g>"</string>
+ <string name="live_wallpaper_loading" msgid="2488371303130330734">"Memuatkan kertas dinding hidup..."</string>
+ <string name="wallpaper_cancel" msgid="7340240618834119228">"Batal"</string>
+</resources>
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
index 925c5c9..d605db7 100644
--- a/res/values-nl/strings.xml
+++ b/res/values-nl/strings.xml
@@ -18,7 +18,7 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="application_name" msgid="4119979710394894209">"Interactieve achtergrondkiezer"</string>
<string name="live_wallpaper_picker_title" msgid="4811278937634144675">"Interactieve achtergrond selecteren"</string>
- <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Interactieve achtergronden"</string>
+ <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Live achtergronden"</string>
<string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Voorbeeld van interactieve achtergrond"</string>
<string name="configure_wallpaper" msgid="7396598925806288258">"Instellingen\u2026"</string>
<string name="wallpaper_instructions" msgid="4215640646180727542">"Achtergrond instellen"</string>
diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml
index 028a415..4b1a6de 100644
--- a/res/values-pt/strings.xml
+++ b/res/values-pt/strings.xml
@@ -19,15 +19,15 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="application_name" msgid="4119979710394894209">"Selecionador de plano de fundo animado"</string>
+ <string name="application_name" msgid="4119979710394894209">"Opções de plano de fundo interativo"</string>
<string name="live_wallpaper_picker_title" msgid="4811278937634144675">"Selecionar Plano de fundo interativo"</string>
- <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Papéis de parede on-line"</string>
- <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Visualização do plano de fundo animado"</string>
+ <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Planos de fundo on-line"</string>
+ <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Visualização do p. de fundo interativo"</string>
<string name="configure_wallpaper" msgid="7396598925806288258">"Configurações…"</string>
<string name="wallpaper_instructions" msgid="4215640646180727542">"Definir plano de fundo"</string>
<string name="live_wallpaper_empty" msgid="4278728108785853407">"Não há planos de fundo ativos."</string>
<string name="set_live_wallpaper" msgid="2381437614949033266">"Definir plano de fundo"</string>
<string name="wallpaper_title_and_author" msgid="8891734217843935304">"<xliff:g id="TITLE">%1$s</xliff:g> por <xliff:g id="AUTHOR">%2$s</xliff:g>"</string>
- <string name="live_wallpaper_loading" msgid="2488371303130330734">"Carregando plano de fundo animado..."</string>
+ <string name="live_wallpaper_loading" msgid="2488371303130330734">"Carregando p. de fundo interativo..."</string>
<string name="wallpaper_cancel" msgid="7340240618834119228">"Cancelar"</string>
</resources>
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 5eecf75..5e8b5b3 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -28,6 +28,6 @@
<string name="live_wallpaper_empty" msgid="4278728108785853407">"无动态壁纸。"</string>
<string name="set_live_wallpaper" msgid="2381437614949033266">"设置壁纸"</string>
<string name="wallpaper_title_and_author" msgid="8891734217843935304">"<xliff:g id="TITLE">%1$s</xliff:g>提供者:<xliff:g id="AUTHOR">%2$s</xliff:g>"</string>
- <string name="live_wallpaper_loading" msgid="2488371303130330734">"正在载入动态壁纸…"</string>
+ <string name="live_wallpaper_loading" msgid="2488371303130330734">"正在加载动态壁纸…"</string>
<string name="wallpaper_cancel" msgid="7340240618834119228">"取消"</string>
</resources>
diff --git a/res/values-zh-rHK/strings.xml b/res/values-zh-rHK/strings.xml
new file mode 100644
index 0000000..ca55e74
--- /dev/null
+++ b/res/values-zh-rHK/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+* Copyright (C) 2008 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="application_name" msgid="4119979710394894209">"動態桌布挑選器"</string>
+ <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"選取動態桌布"</string>
+ <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"動態桌布"</string>
+ <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"動態桌布預覽"</string>
+ <string name="configure_wallpaper" msgid="7396598925806288258">"設定:"</string>
+ <string name="wallpaper_instructions" msgid="4215640646180727542">"設定桌布"</string>
+ <string name="live_wallpaper_empty" msgid="4278728108785853407">"無動態桌布。"</string>
+ <string name="set_live_wallpaper" msgid="2381437614949033266">"設定桌布"</string>
+ <string name="wallpaper_title_and_author" msgid="8891734217843935304">"<xliff:g id="TITLE">%1$s</xliff:g>,作者:<xliff:g id="AUTHOR">%2$s</xliff:g>"</string>
+ <string name="live_wallpaper_loading" msgid="2488371303130330734">"正在載入即時桌布…"</string>
+ <string name="wallpaper_cancel" msgid="7340240618834119228">"取消"</string>
+</resources>