diff options
author | Baligh Uddin <baligh@google.com> | 2013-12-16 13:16:15 -0800 |
---|---|---|
committer | Baligh Uddin <baligh@google.com> | 2013-12-16 13:16:15 -0800 |
commit | 10c29d30f97494c4516cd3c2078039e90c16dea3 (patch) | |
tree | 469bb8b451f7ebc4ffdf821f7cf9fb4f9bf68219 | |
parent | 309260ee593aa3f209510ae6bf137f9b75e2498b (diff) | |
download | android_packages_apps_Trebuchet-10c29d30f97494c4516cd3c2078039e90c16dea3.tar.gz android_packages_apps_Trebuchet-10c29d30f97494c4516cd3c2078039e90c16dea3.tar.bz2 android_packages_apps_Trebuchet-10c29d30f97494c4516cd3c2078039e90c16dea3.zip |
Import translations. DO NOT MERGE
Change-Id: I40a264c567f7d0e599182ce68f5b844bd2856f9d
Auto-generated-cl: translation import
36 files changed, 1296 insertions, 0 deletions
diff --git a/WallpaperPicker/res/values-af/strings.xml b/WallpaperPicker/res/values-af/strings.xml new file mode 100644 index 000000000..c17d26be0 --- /dev/null +++ b/WallpaperPicker/res/values-af/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Stel muurpapier"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Kon nie prent laai nie"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Kon nie prent as muurpapier laai nie"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"%1$d gekies"</item> + <item quantity="one" msgid="8409622005831789373">"%1$d gekies"</item> + <item quantity="other" msgid="479468347731745357">"%1$d gekies"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Muurpapier %1$d van %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"Het <xliff:g id="LABEL">%1$s</xliff:g> gekies"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Vee uit"</string> + <string name="pick_image" msgid="6704438906027442697">"Kies prent"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Muurpapiere"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Snoei muurpapier"</string> +</resources> diff --git a/WallpaperPicker/res/values-am/strings.xml b/WallpaperPicker/res/values-am/strings.xml new file mode 100644 index 000000000..e4bcadbed --- /dev/null +++ b/WallpaperPicker/res/values-am/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"የግድግዳ ወረቀት አዘጋጅ"</string> + <string name="image_load_fail" msgid="7538534580694411837">"ምስሉን መጫን አልተቻለም"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"ምስሉን እንደ ግድግዳ ወረቀት መጫን አልተቻለም"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"%1$d ተመርጧል"</item> + <item quantity="one" msgid="8409622005831789373">"%1$d ተመርጧል"</item> + <item quantity="other" msgid="479468347731745357">"%1$d ተመርጧል"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"የግድግዳ ወረቀት %1$d የ%2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"<xliff:g id="LABEL">%1$s</xliff:g> ተመርጧል"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"ሰርዝ"</string> + <string name="pick_image" msgid="6704438906027442697">"ምስል ይምረጡ"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"የግድግዳ ወረቀቶች"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"የግድግዳ ወረቀት ይቁረጡ"</string> +</resources> diff --git a/WallpaperPicker/res/values-ar/strings.xml b/WallpaperPicker/res/values-ar/strings.xml new file mode 100644 index 000000000..2075cc875 --- /dev/null +++ b/WallpaperPicker/res/values-ar/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"تعيين الخلفية"</string> + <string name="image_load_fail" msgid="7538534580694411837">"تعذر تحميل الصورة"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"تعذر تحميل الصورة كخلفية"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"تم تحديد %1$d"</item> + <item quantity="one" msgid="8409622005831789373">"تم تحديد %1$d"</item> + <item quantity="other" msgid="479468347731745357">"تم تحديد %1$d"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"الخلفية %1$d من %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"تم تحديد <xliff:g id="LABEL">%1$s</xliff:g>"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"حذف"</string> + <string name="pick_image" msgid="6704438906027442697">"اختيار صورة"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"الخلفيات"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"اقتصاص الخلفية"</string> +</resources> diff --git a/WallpaperPicker/res/values-bg/strings.xml b/WallpaperPicker/res/values-bg/strings.xml new file mode 100644 index 000000000..ce4fc651b --- /dev/null +++ b/WallpaperPicker/res/values-bg/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Задаване на тапета"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Изображението не можа да бъде заредено"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Изображението не можа да бъде заредено като тапет"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"Избрахте %1$d"</item> + <item quantity="one" msgid="8409622005831789373">"Избрахте %1$d"</item> + <item quantity="other" msgid="479468347731745357">"Избрахте %1$d"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Тапет %1$d от %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"Избрахте <xliff:g id="LABEL">%1$s</xliff:g>"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Изтриване"</string> + <string name="pick_image" msgid="6704438906027442697">"Избиране на изображение"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Тапети"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Подрязване на тапета"</string> +</resources> diff --git a/WallpaperPicker/res/values-ca/strings.xml b/WallpaperPicker/res/values-ca/strings.xml new file mode 100644 index 000000000..89de81c30 --- /dev/null +++ b/WallpaperPicker/res/values-ca/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Estableix el fons de pantalla"</string> + <string name="image_load_fail" msgid="7538534580694411837">"No s\'ha pogut carregar la imatge."</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"No s\'ha pogut carregar la imatge com a fons de pantalla."</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"Seleccionats: %1$d"</item> + <item quantity="one" msgid="8409622005831789373">"Seleccionats: %1$d"</item> + <item quantity="other" msgid="479468347731745357">"Seleccionats: %1$d"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Fons de pantalla %1$d de %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"S\'ha seleccionat <xliff:g id="LABEL">%1$s</xliff:g>."</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Suprimeix"</string> + <string name="pick_image" msgid="6704438906027442697">"Tria una imatge"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Fons de pantalla"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Retallar fons de pantalla"</string> +</resources> diff --git a/WallpaperPicker/res/values-da/strings.xml b/WallpaperPicker/res/values-da/strings.xml new file mode 100644 index 000000000..5b233e1d0 --- /dev/null +++ b/WallpaperPicker/res/values-da/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Angiv baggrund"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Billedet kunne ikke indlæses"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Billedet kunne ikke indlæses som baggrund"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"%1$d er valgt"</item> + <item quantity="one" msgid="8409622005831789373">"%1$d er valgt"</item> + <item quantity="other" msgid="479468347731745357">"%1$d er valgt"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Baggrund %1$d af %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"<xliff:g id="LABEL">%1$s</xliff:g> blev valgt"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Slet"</string> + <string name="pick_image" msgid="6704438906027442697">"Vælg et billede"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Baggrunde"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Beskær baggrunden"</string> +</resources> diff --git a/WallpaperPicker/res/values-de/strings.xml b/WallpaperPicker/res/values-de/strings.xml new file mode 100644 index 000000000..11c1cac6a --- /dev/null +++ b/WallpaperPicker/res/values-de/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Hintergrund auswählen"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Bild konnte nicht geladen werden."</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Bild konnte nicht als Hintergrund geladen werden."</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"%1$d ausgewählt"</item> + <item quantity="one" msgid="8409622005831789373">"%1$d ausgewählt"</item> + <item quantity="other" msgid="479468347731745357">"%1$d ausgewählt"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Hintergrund %1$d von %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"<xliff:g id="LABEL">%1$s</xliff:g> ausgewählt"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Löschen"</string> + <string name="pick_image" msgid="6704438906027442697">"Bild auswählen"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Hintergründe"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Hintergrund zuschneiden"</string> +</resources> diff --git a/WallpaperPicker/res/values-el/strings.xml b/WallpaperPicker/res/values-el/strings.xml new file mode 100644 index 000000000..8e1e78fb9 --- /dev/null +++ b/WallpaperPicker/res/values-el/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Ορισμός ταπετσαρίας"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Δεν ήταν δυνατή η φόρτωση της εικόνας"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Δεν ήταν δυνατή η φόρτωση της εικόνας ως ταπετσαρία"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"%1$d επιλεγμένα"</item> + <item quantity="one" msgid="8409622005831789373">"%1$d επιλεγμένα"</item> + <item quantity="other" msgid="479468347731745357">"%1$d επιλεγμένα"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Ταπετσαρία %1$d από %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"Επιλέχθηκε το <xliff:g id="LABEL">%1$s</xliff:g>"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Διαγραφή"</string> + <string name="pick_image" msgid="6704438906027442697">"Επιλογή εικόνας"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Ταπετσαρίες"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Περικοπή ταπετσαρίας"</string> +</resources> diff --git a/WallpaperPicker/res/values-en-rGB/strings.xml b/WallpaperPicker/res/values-en-rGB/strings.xml new file mode 100644 index 000000000..c057c0cb3 --- /dev/null +++ b/WallpaperPicker/res/values-en-rGB/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Set wallpaper"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Couldn\'t load image"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Couldn\'t load image as wallpaper"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"%1$d selected"</item> + <item quantity="one" msgid="8409622005831789373">"%1$d selected"</item> + <item quantity="other" msgid="479468347731745357">"%1$d selected"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Wallpaper %1$d of %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"Selected <xliff:g id="LABEL">%1$s</xliff:g>"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Delete"</string> + <string name="pick_image" msgid="6704438906027442697">"Pick image"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Wallpapers"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Crop wallpaper"</string> +</resources> diff --git a/WallpaperPicker/res/values-en-rIN/strings.xml b/WallpaperPicker/res/values-en-rIN/strings.xml new file mode 100644 index 000000000..c057c0cb3 --- /dev/null +++ b/WallpaperPicker/res/values-en-rIN/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Set wallpaper"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Couldn\'t load image"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Couldn\'t load image as wallpaper"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"%1$d selected"</item> + <item quantity="one" msgid="8409622005831789373">"%1$d selected"</item> + <item quantity="other" msgid="479468347731745357">"%1$d selected"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Wallpaper %1$d of %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"Selected <xliff:g id="LABEL">%1$s</xliff:g>"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Delete"</string> + <string name="pick_image" msgid="6704438906027442697">"Pick image"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Wallpapers"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Crop wallpaper"</string> +</resources> diff --git a/WallpaperPicker/res/values-es/strings.xml b/WallpaperPicker/res/values-es/strings.xml new file mode 100644 index 000000000..702b6d413 --- /dev/null +++ b/WallpaperPicker/res/values-es/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Establecer fondo"</string> + <string name="image_load_fail" msgid="7538534580694411837">"No se ha podido cargar la imagen"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"No se ha podido cargar la imagen como fondo de pantalla"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"Seleccionados: %1$d"</item> + <item quantity="one" msgid="8409622005831789373">"Seleccionados: %1$d"</item> + <item quantity="other" msgid="479468347731745357">"Seleccionados: %1$d"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Fondo de pantalla %1$d de %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"<xliff:g id="LABEL">%1$s</xliff:g> seleccionado"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Eliminar"</string> + <string name="pick_image" msgid="6704438906027442697">"Seleccionar imagen"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Fondos de pantalla"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Recortar fondo de pantalla"</string> +</resources> diff --git a/WallpaperPicker/res/values-et-rEE/strings.xml b/WallpaperPicker/res/values-et-rEE/strings.xml new file mode 100644 index 000000000..c09e223d9 --- /dev/null +++ b/WallpaperPicker/res/values-et-rEE/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Määra taustapilt"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Kujutist ei õnnestunud laadida"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Kujutist ei õnnestunud taustapildina laadida"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"Valitud on %1$d"</item> + <item quantity="one" msgid="8409622005831789373">"Valitud on %1$d"</item> + <item quantity="other" msgid="479468347731745357">"Valitud on %1$d"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"%1$d/%2$d taustapildist"</string> + <string name="announce_selection" msgid="123723511662250539">"Valitud on <xliff:g id="LABEL">%1$s</xliff:g>"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Kustuta"</string> + <string name="pick_image" msgid="6704438906027442697">"Vali kujutis"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Taustapildid"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Taustapildi kärpimine"</string> +</resources> diff --git a/WallpaperPicker/res/values-fi/strings.xml b/WallpaperPicker/res/values-fi/strings.xml new file mode 100644 index 000000000..0fa4b7bcf --- /dev/null +++ b/WallpaperPicker/res/values-fi/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Aseta taustakuva"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Kuvan lataus epäonnistui"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Kuvaa ei voitu ladata taustakuvaksi"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"%1$d valittu"</item> + <item quantity="one" msgid="8409622005831789373">"%1$d valittu"</item> + <item quantity="other" msgid="479468347731745357">"%1$d valittu"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Taustakuva %1$d/%2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"Valittu: <xliff:g id="LABEL">%1$s</xliff:g>"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Poista"</string> + <string name="pick_image" msgid="6704438906027442697">"Valitse kuva"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Taustakuvat"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Rajaa taustakuva"</string> +</resources> diff --git a/WallpaperPicker/res/values-hr/strings.xml b/WallpaperPicker/res/values-hr/strings.xml new file mode 100644 index 000000000..ff2eed2cc --- /dev/null +++ b/WallpaperPicker/res/values-hr/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Postavi pozadinsku sliku"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Nije moguće učitati sliku"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Nije moguće učitati sliku kao pozadinsku sliku"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"Odabrano je %1$d stavki"</item> + <item quantity="one" msgid="8409622005831789373">"Odabrana je %1$d stavka"</item> + <item quantity="other" msgid="479468347731745357">"Odabrano stavki: %1$d"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"%1$d. pozadinska slika od %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"Odabrana je <xliff:g id="LABEL">%1$s</xliff:g>"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Izbriši"</string> + <string name="pick_image" msgid="6704438906027442697">"Odaberi sliku"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Pozadinske slike"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Obrezivanje pozadinske slike"</string> +</resources> diff --git a/WallpaperPicker/res/values-hu/strings.xml b/WallpaperPicker/res/values-hu/strings.xml new file mode 100644 index 000000000..703aa12eb --- /dev/null +++ b/WallpaperPicker/res/values-hu/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Háttérkép beállítása"</string> + <string name="image_load_fail" msgid="7538534580694411837">"A kép betöltése nem sikerült"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"A kép betöltése háttérképként nem sikerült"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"%1$d kiválasztva"</item> + <item quantity="one" msgid="8409622005831789373">"%1$d kiválasztva"</item> + <item quantity="other" msgid="479468347731745357">"%1$d kiválasztva"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"%1$d/%2$d. háttérkép"</string> + <string name="announce_selection" msgid="123723511662250539">"<xliff:g id="LABEL">%1$s</xliff:g> kiválasztva"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Törlés"</string> + <string name="pick_image" msgid="6704438906027442697">"Kép kiválasztása"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Háttérképek"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Háttérkép körbevágása"</string> +</resources> diff --git a/WallpaperPicker/res/values-hy-rAM/strings.xml b/WallpaperPicker/res/values-hy-rAM/strings.xml new file mode 100644 index 000000000..f3891dd35 --- /dev/null +++ b/WallpaperPicker/res/values-hy-rAM/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Սահմանել պաստառը"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Չհաջողվեց բեռնել նկարը"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Չհաջողվեց նկարը սահմանել որպես պաստառ"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"%1$d ընտրված"</item> + <item quantity="one" msgid="8409622005831789373">"%1$d ընտրված"</item> + <item quantity="other" msgid="479468347731745357">"%1$d ընտրված"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"%1$d պաստառ՝ %2$d-ից"</string> + <string name="announce_selection" msgid="123723511662250539">"Ընտրված է <xliff:g id="LABEL">%1$s</xliff:g>"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Ջնջել"</string> + <string name="pick_image" msgid="6704438906027442697">"Ընտրել պատկեր"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Պաստառներ"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Եզրատել պաստառը"</string> +</resources> diff --git a/WallpaperPicker/res/values-it/strings.xml b/WallpaperPicker/res/values-it/strings.xml new file mode 100644 index 000000000..fcd49bd29 --- /dev/null +++ b/WallpaperPicker/res/values-it/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Imposta sfondo"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Impossibile caricare l\'immagine"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Impossibile caricare l\'immagine come sfondo"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"%1$d selezionato"</item> + <item quantity="one" msgid="8409622005831789373">"%1$d selezionato"</item> + <item quantity="other" msgid="479468347731745357">"%1$d selezionato"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Sfondo %1$d di %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"Elemento selezionato: <xliff:g id="LABEL">%1$s</xliff:g>"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Elimina"</string> + <string name="pick_image" msgid="6704438906027442697">"Scegli l\'immagine"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Sfondi"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Ritaglia sfondo"</string> +</resources> diff --git a/WallpaperPicker/res/values-iw/strings.xml b/WallpaperPicker/res/values-iw/strings.xml new file mode 100644 index 000000000..ddc96e92c --- /dev/null +++ b/WallpaperPicker/res/values-iw/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"הגדר טפט"</string> + <string name="image_load_fail" msgid="7538534580694411837">"לא ניתן היה לטעון את התמונה"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"לא ניתן היה לטעון את התמונה כטפט"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"%1$d נבחרו"</item> + <item quantity="one" msgid="8409622005831789373">"%1$d נבחרו"</item> + <item quantity="other" msgid="479468347731745357">"%1$d נבחרו"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"טפט %1$d מתוך %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"בחרת <xliff:g id="LABEL">%1$s</xliff:g>"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"מחק"</string> + <string name="pick_image" msgid="6704438906027442697">"בחר תמונה"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"טפטים"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"חתוך את הטפט"</string> +</resources> diff --git a/WallpaperPicker/res/values-km-rKH/strings.xml b/WallpaperPicker/res/values-km-rKH/strings.xml new file mode 100644 index 000000000..41722355f --- /dev/null +++ b/WallpaperPicker/res/values-km-rKH/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"កំណត់ផ្ទាំងរូបភាព"</string> + <string name="image_load_fail" msgid="7538534580694411837">"មិនអាចផ្ទុករូបភាព"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"មិនអាចផ្ទុករូបភាពជាផ្ទាំងរូបភាព"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"បានជ្រើស %1$d"</item> + <item quantity="one" msgid="8409622005831789373">"បានជ្រើស %1$d"</item> + <item quantity="other" msgid="479468347731745357">"បានជ្រើស %1$d"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"ផ្ទាំងរូបភាព %1$d នៃ %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"បានជ្រើស <xliff:g id="LABEL">%1$s</xliff:g>"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"លុប"</string> + <string name="pick_image" msgid="6704438906027442697">"ជ្រើសយករូបភាព"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"ផ្ទាំងរូបភាព"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"ច្រឹបផ្ទាំងរូបភាព"</string> +</resources> diff --git a/WallpaperPicker/res/values-ko/strings.xml b/WallpaperPicker/res/values-ko/strings.xml new file mode 100644 index 000000000..a5a85b773 --- /dev/null +++ b/WallpaperPicker/res/values-ko/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"배경화면 설정"</string> + <string name="image_load_fail" msgid="7538534580694411837">"이미지를 로드할 수 없습니다."</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"이미지를 배경화면으로 로드할 수 없습니다."</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"%1$d개 선택됨"</item> + <item quantity="one" msgid="8409622005831789373">"%1$d개 선택됨"</item> + <item quantity="other" msgid="479468347731745357">"%1$d개 선택됨"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"배경화면 %1$d/%2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"<xliff:g id="LABEL">%1$s</xliff:g> 선택함"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"삭제"</string> + <string name="pick_image" msgid="6704438906027442697">"이미지 선택"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"배경화면"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"배경화면 잘라내기"</string> +</resources> diff --git a/WallpaperPicker/res/values-lt/strings.xml b/WallpaperPicker/res/values-lt/strings.xml new file mode 100644 index 000000000..86035b883 --- /dev/null +++ b/WallpaperPicker/res/values-lt/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Nustatyti ekrano foną"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Nepavyko įkelti vaizdo"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Nepavyko įkelti vaizdo kaip ekrano fono"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"Pasirinkta: %1$d"</item> + <item quantity="one" msgid="8409622005831789373">"Pasirinkta: %1$d"</item> + <item quantity="other" msgid="479468347731745357">"Pasirinkta: %1$d"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"%1$d ekrano fonas iš %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"Pasirinkta: <xliff:g id="LABEL">%1$s</xliff:g>"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Ištrinti"</string> + <string name="pick_image" msgid="6704438906027442697">"Pasirinkti vaizdą"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Ekrano fonai"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Apkirpti ekrano foną"</string> +</resources> diff --git a/WallpaperPicker/res/values-lv/strings.xml b/WallpaperPicker/res/values-lv/strings.xml new file mode 100644 index 000000000..02e5cfb22 --- /dev/null +++ b/WallpaperPicker/res/values-lv/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Iestatīt fona tapeti"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Nevarēja ielādēt attēlu."</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Nevarēja ielādēt attēlu kā fona tapeti."</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"Atlasīts: %1$d"</item> + <item quantity="one" msgid="8409622005831789373">"Atlasīta: %1$d"</item> + <item quantity="other" msgid="479468347731745357">"Atlasītas: %1$d"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"%1$d. fona tapete no %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"Atlasīta: <xliff:g id="LABEL">%1$s</xliff:g>"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Dzēst"</string> + <string name="pick_image" msgid="6704438906027442697">"Izvēlēties attēlu"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Fona tapetes"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Apgriezt fona tapeti"</string> +</resources> diff --git a/WallpaperPicker/res/values-mn-rMN/strings.xml b/WallpaperPicker/res/values-mn-rMN/strings.xml new file mode 100644 index 000000000..71ff9e0f7 --- /dev/null +++ b/WallpaperPicker/res/values-mn-rMN/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Ханын зургийг тохируулах"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Зургийг ачаалж чадсангүй"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Зургийг ханын зураг болгож ачаалж чадсангүй"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"%1$d сонгогдсон"</item> + <item quantity="one" msgid="8409622005831789373">"%1$d сонгогдсон"</item> + <item quantity="other" msgid="479468347731745357">"%1$d сонгогдсон"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"%2$d ханын цаасны %1$d нь"</string> + <string name="announce_selection" msgid="123723511662250539">"<xliff:g id="LABEL">%1$s</xliff:g> сонгогдсон"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Устгах"</string> + <string name="pick_image" msgid="6704438906027442697">"Зураг сонгох"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Ханын зураг"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Ханын зургийг тайрах"</string> +</resources> diff --git a/WallpaperPicker/res/values-nl/strings.xml b/WallpaperPicker/res/values-nl/strings.xml new file mode 100644 index 000000000..7dd4f22b0 --- /dev/null +++ b/WallpaperPicker/res/values-nl/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Achtergrond instellen"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Kan afbeelding niet laden"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Kan afbeelding niet laden als achtergrond"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"%1$d geselecteerd"</item> + <item quantity="one" msgid="8409622005831789373">"%1$d geselecteerd"</item> + <item quantity="other" msgid="479468347731745357">"%1$d geselecteerd"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Achtergrond %1$d van %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"<xliff:g id="LABEL">%1$s</xliff:g> is geselecteerd"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Verwijderen"</string> + <string name="pick_image" msgid="6704438906027442697">"Afbeelding kiezen"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Achtergronden"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Achtergrond bijsnijden"</string> +</resources> diff --git a/WallpaperPicker/res/values-pl/strings.xml b/WallpaperPicker/res/values-pl/strings.xml new file mode 100644 index 000000000..bcdbb3dc7 --- /dev/null +++ b/WallpaperPicker/res/values-pl/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Ustaw tapetę"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Nie udało się załadować obrazu"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Nie udało się załadować obrazu jako tapety"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"Wybranych %1$d"</item> + <item quantity="one" msgid="8409622005831789373">"Wybrana %1$d"</item> + <item quantity="other" msgid="479468347731745357">"Wybrane: %1$d"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Tapeta %1$d z %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"Wybrano <xliff:g id="LABEL">%1$s</xliff:g>"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Usuń"</string> + <string name="pick_image" msgid="6704438906027442697">"Wybierz obraz"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Tapety"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Przytnij tapetę"</string> +</resources> diff --git a/WallpaperPicker/res/values-pt-rPT/strings.xml b/WallpaperPicker/res/values-pt-rPT/strings.xml new file mode 100644 index 000000000..83492327f --- /dev/null +++ b/WallpaperPicker/res/values-pt-rPT/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Definir imagem fundo"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Não foi possível carregar a imagem"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Não foi possível carregar a imagem como imagem de fundo"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"%1$d selecionadas"</item> + <item quantity="one" msgid="8409622005831789373">"%1$d selecionada"</item> + <item quantity="other" msgid="479468347731745357">"%1$d selecionadas"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Imagem de fundo %1$d de %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"<xliff:g id="LABEL">%1$s</xliff:g> selecionada"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Eliminar"</string> + <string name="pick_image" msgid="6704438906027442697">"Escolher imagem"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Imagens de fundo"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Recortar imagem de fundo"</string> +</resources> diff --git a/WallpaperPicker/res/values-pt/strings.xml b/WallpaperPicker/res/values-pt/strings.xml new file mode 100644 index 000000000..2332fcbd1 --- /dev/null +++ b/WallpaperPicker/res/values-pt/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Definir plano de fundo"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Não foi possível carregar a imagem"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Não foi possível carregar a imagem como plano de fundo"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"%1$d selecionados"</item> + <item quantity="one" msgid="8409622005831789373">"%1$d selecionado"</item> + <item quantity="other" msgid="479468347731745357">"%1$d selecionados"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Plano de fundo %1$d de %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"<xliff:g id="LABEL">%1$s</xliff:g> selecionado"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Excluir"</string> + <string name="pick_image" msgid="6704438906027442697">"Escolher imagem"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Planos de fundo"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Cortar plano de fundo"</string> +</resources> diff --git a/WallpaperPicker/res/values-ro/strings.xml b/WallpaperPicker/res/values-ro/strings.xml new file mode 100644 index 000000000..8ee1a5a39 --- /dev/null +++ b/WallpaperPicker/res/values-ro/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Setați imaginea de fundal"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Nu s-a putut încărca imaginea"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Nu s-a putut încărca imaginea ca fundal"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"%1$d selectate"</item> + <item quantity="one" msgid="8409622005831789373">"%1$d selectată"</item> + <item quantity="other" msgid="479468347731745357">"%1$d selectate"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Imaginea de fundal %1$d din %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"S-a selectat <xliff:g id="LABEL">%1$s</xliff:g>"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Ștergeți"</string> + <string name="pick_image" msgid="6704438906027442697">"Alegeți imaginea"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Imagini de fundal"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Decupați imaginea de fundal"</string> +</resources> diff --git a/WallpaperPicker/res/values-ru/strings.xml b/WallpaperPicker/res/values-ru/strings.xml new file mode 100644 index 000000000..2ba2af2a5 --- /dev/null +++ b/WallpaperPicker/res/values-ru/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Установить как обои"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Не удалось загрузить изображение"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Не удалось загрузить изображение"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"%1$d"</item> + <item quantity="one" msgid="8409622005831789373">"%1$d"</item> + <item quantity="other" msgid="479468347731745357">"%1$d"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Обои %1$d из %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"Выбран элемент \"<xliff:g id="LABEL">%1$s</xliff:g>\""</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Удалить"</string> + <string name="pick_image" msgid="6704438906027442697">"Выбрать обои"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Обои"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Кадрировать обои"</string> +</resources> diff --git a/WallpaperPicker/res/values-sr/strings.xml b/WallpaperPicker/res/values-sr/strings.xml new file mode 100644 index 000000000..fdfaaf60f --- /dev/null +++ b/WallpaperPicker/res/values-sr/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Подеси позадину"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Није могуће учитати слику"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Није могуће учитати слику као позадину"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"Изабрано је %1$d"</item> + <item quantity="one" msgid="8409622005831789373">"Изабрана је %1$d"</item> + <item quantity="other" msgid="479468347731745357">"Изабраних: %1$d"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Позадина %1$d од %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"Изабрана је <xliff:g id="LABEL">%1$s</xliff:g>"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Избриши"</string> + <string name="pick_image" msgid="6704438906027442697">"Изабери слику"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Позадине"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Опсеци позадину"</string> +</resources> diff --git a/WallpaperPicker/res/values-th/strings.xml b/WallpaperPicker/res/values-th/strings.xml new file mode 100644 index 000000000..6b4c23536 --- /dev/null +++ b/WallpaperPicker/res/values-th/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"ตั้งวอลเปเปอร์"</string> + <string name="image_load_fail" msgid="7538534580694411837">"ไม่สามารถโหลดรูปภาพ"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"ไม่สามารถโหลดรูปภาพเป็นวอลเปเปอร์"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"เลือกไว้ %1$d"</item> + <item quantity="one" msgid="8409622005831789373">"เลือกไว้ %1$d"</item> + <item quantity="other" msgid="479468347731745357">"เลือกไว้ %1$d"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"วอลเปเปอร์ %1$d จาก %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"เลือก <xliff:g id="LABEL">%1$s</xliff:g> แล้ว"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"ลบ"</string> + <string name="pick_image" msgid="6704438906027442697">"เลือกรูปภาพ"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"วอลเปเปอร์"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"ครอบตัดวอลเปเปอร์"</string> +</resources> diff --git a/WallpaperPicker/res/values-tl/strings.xml b/WallpaperPicker/res/values-tl/strings.xml new file mode 100644 index 000000000..c9fe338d4 --- /dev/null +++ b/WallpaperPicker/res/values-tl/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Itakda ang wallpaper"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Hindi ma-load ang larawan"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Hindi ma-load ang larawan bilang wallpaper"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"%1$d ang napili"</item> + <item quantity="one" msgid="8409622005831789373">"%1$d ang napili"</item> + <item quantity="other" msgid="479468347731745357">"%1$d ang napili"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Wallpaper %1$d ng %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"Napili ang <xliff:g id="LABEL">%1$s</xliff:g>"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Tanggalin"</string> + <string name="pick_image" msgid="6704438906027442697">"Pumili ng larawan"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Mga Wallpaper"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"I-crop ang wallpaper"</string> +</resources> diff --git a/WallpaperPicker/res/values-uk/strings.xml b/WallpaperPicker/res/values-uk/strings.xml new file mode 100644 index 000000000..076c88238 --- /dev/null +++ b/WallpaperPicker/res/values-uk/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Установити фон"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Не вдалося завантажити зображення"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Не вдалося завантажити зображення як фоновий малюнок"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"Вибрано %1$d"</item> + <item quantity="one" msgid="8409622005831789373">"Вибрано %1$d"</item> + <item quantity="other" msgid="479468347731745357">"Вибрано %1$d"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Фоновий малюнок %1$d з %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"Вибрано <xliff:g id="LABEL">%1$s</xliff:g>"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Видалити"</string> + <string name="pick_image" msgid="6704438906027442697">"Вибрати зображення"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Фонові малюнки"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Обрізати фоновий малюнок"</string> +</resources> diff --git a/WallpaperPicker/res/values-vi/strings.xml b/WallpaperPicker/res/values-vi/strings.xml new file mode 100644 index 000000000..d1efbe989 --- /dev/null +++ b/WallpaperPicker/res/values-vi/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"Đặt hình nền"</string> + <string name="image_load_fail" msgid="7538534580694411837">"Không thể tải hình ảnh"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Không thể tải hình ảnh làm hình nền"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"Đã chọn %1$d"</item> + <item quantity="one" msgid="8409622005831789373">"Đã chọn %1$d"</item> + <item quantity="other" msgid="479468347731745357">"Đã chọn %1$d"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"Hình nền %1$d / %2$d"</string> + <string name="announce_selection" msgid="123723511662250539">"<xliff:g id="LABEL">%1$s</xliff:g> được chọn"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"Xóa"</string> + <string name="pick_image" msgid="6704438906027442697">"Chọn hình ảnh"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"Hình nền"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Cắt hình nền"</string> +</resources> diff --git a/WallpaperPicker/res/values-zh-rHK/strings.xml b/WallpaperPicker/res/values-zh-rHK/strings.xml new file mode 100644 index 000000000..e7a12c1ba --- /dev/null +++ b/WallpaperPicker/res/values-zh-rHK/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"設定桌布"</string> + <string name="image_load_fail" msgid="7538534580694411837">"無法載入圖片"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"無法載入圖片設為桌布"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"已選取 %1$d 張"</item> + <item quantity="one" msgid="8409622005831789373">"已選取 %1$d 張"</item> + <item quantity="other" msgid="479468347731745357">"已選取 %1$d 張"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"第 %1$d 張桌布,共 %2$d 張"</string> + <string name="announce_selection" msgid="123723511662250539">"已選取「<xliff:g id="LABEL">%1$s</xliff:g>」"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"刪除"</string> + <string name="pick_image" msgid="6704438906027442697">"選擇圖片"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"桌布"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"裁剪桌布"</string> +</resources> diff --git a/WallpaperPicker/res/values-zh-rTW/strings.xml b/WallpaperPicker/res/values-zh-rTW/strings.xml new file mode 100644 index 000000000..418497608 --- /dev/null +++ b/WallpaperPicker/res/values-zh-rTW/strings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 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="wallpaper_instructions" msgid="3524143401182707094">"設定桌布"</string> + <string name="image_load_fail" msgid="7538534580694411837">"無法載入圖片"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"無法載入您要設為桌布的圖片"</string> + <plurals name="number_of_items_selected"> + <item quantity="zero" msgid="9015111147509924344">"已選取 %1$d 個"</item> + <item quantity="one" msgid="8409622005831789373">"已選取 %1$d 個"</item> + <item quantity="other" msgid="479468347731745357">"已選取 %1$d 個"</item> + </plurals> + <string name="wallpaper_accessibility_name" msgid="4093221025304876354">"第 %1$d 張桌布,共 %2$d 張"</string> + <string name="announce_selection" msgid="123723511662250539">"已選取<xliff:g id="LABEL">%1$s</xliff:g>"</string> + <string name="wallpaper_delete" msgid="1459353972739215344">"刪除"</string> + <string name="pick_image" msgid="6704438906027442697">"選擇圖片"</string> + <string name="pick_wallpaper" msgid="4628969645948454559">"桌布"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"裁剪桌布"</string> +</resources> |