summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2012-06-28 11:39:27 -0700
committerEric Fischer <enf@google.com>2012-06-28 11:39:27 -0700
commit86a574a87fa3b8f8dd9015bd6be452fe0913a08d (patch)
tree98b63e730c7871a3aa2af10ce45a16a81162a261
parentd080910a5927db3fd5f1a025c9596f49ff08e0a0 (diff)
downloadphotoviewer-86a574a87fa3b8f8dd9015bd6be452fe0913a08d.tar.gz
Import translations. DO NOT MERGE
Change-Id: Id8a82eb18f1d9c48e65bac9c95347361ed06367a Auto-generated-cl: translation import
-rw-r--r--res/values-af/strings.xml27
-rw-r--r--res/values-ar/strings.xml27
-rw-r--r--res/values-be/strings.xml27
-rw-r--r--res/values-cs/strings.xml27
-rw-r--r--res/values-da/strings.xml27
-rw-r--r--res/values-de/strings.xml27
-rw-r--r--res/values-el/strings.xml27
-rw-r--r--res/values-en-rGB/strings.xml27
-rw-r--r--res/values-fi/strings.xml27
-rw-r--r--res/values-fr/strings.xml27
-rw-r--r--res/values-hi/strings.xml27
-rw-r--r--res/values-hu/strings.xml27
-rw-r--r--res/values-in/strings.xml27
-rw-r--r--res/values-it/strings.xml27
-rw-r--r--res/values-iw/strings.xml27
-rw-r--r--res/values-ja/strings.xml27
-rw-r--r--res/values-ms/strings.xml27
-rw-r--r--res/values-nl/strings.xml27
-rw-r--r--res/values-pl/strings.xml27
-rw-r--r--res/values-pt-rPT/strings.xml27
-rw-r--r--res/values-ru/strings.xml27
-rw-r--r--res/values-sk/strings.xml27
-rw-r--r--res/values-sw/strings.xml27
-rw-r--r--res/values-th/strings.xml27
-rw-r--r--res/values-tl/strings.xml27
-rw-r--r--res/values-tr/strings.xml27
-rw-r--r--res/values-zh-rCN/strings.xml27
-rw-r--r--res/values-zh-rTW/strings.xml27
28 files changed, 756 insertions, 0 deletions
diff --git a/res/values-af/strings.xml b/res/values-af/strings.xml
new file mode 100644
index 0000000..dc99ff1
--- /dev/null
+++ b/res/values-af/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Foto\'s uit boodskap"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Foto kon nie gelaai word nie."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"Video nie tans beskikbaar nie. Verfris asseblief."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Kan nie foto vind nie."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> van <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"Laai tans…"</string>
+</resources>
diff --git a/res/values-ar/strings.xml b/res/values-ar/strings.xml
new file mode 100644
index 0000000..247ef8a
--- /dev/null
+++ b/res/values-ar/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"صور من الرسالة"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"تعذر تحميل الصورة."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"الفيديو ليس متوفرًا في الوقت الحالي. يرجى التحديث."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"لا يمكن العثور على الصورة."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> من <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"جارٍ التحميل…"</string>
+</resources>
diff --git a/res/values-be/strings.xml b/res/values-be/strings.xml
new file mode 100644
index 0000000..44fb74d
--- /dev/null
+++ b/res/values-be/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Фатаграфii з паведамлення"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Не атрымалася загрузіць фатаграфію."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"Зараз відэа недаступнае. Абнавіце старонку."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Не атрымалася знайсці фатаграфію."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> з <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"Загрузка..."</string>
+</resources>
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
new file mode 100644
index 0000000..a52a254
--- /dev/null
+++ b/res/values-cs/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Fotografie ze zprávy"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Fotografii nelze načíst."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"Video není momentálně k dispozici. Obnovte stránku."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Fotografii nelze najít."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> z <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"Načítání…"</string>
+</resources>
diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml
new file mode 100644
index 0000000..94eda31
--- /dev/null
+++ b/res/values-da/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Billeder fra besked"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Fotoet kunne ikke indlæses."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"Videoen er ikke tilgængelig lige nu. Opdater."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Fotoet blev ikke fundet."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> af <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"Indlæser..."</string>
+</resources>
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
new file mode 100644
index 0000000..47e746e
--- /dev/null
+++ b/res/values-de/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Fotos aus Nachricht"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Foto konnte nicht geladen werden."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"Video ist momentan nicht verfügbar. Bitte aktualisieren"</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Foto wurde nicht gefunden."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> von <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"Wird geladen..."</string>
+</resources>
diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml
new file mode 100644
index 0000000..a9f0512
--- /dev/null
+++ b/res/values-el/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Φωτογραφίες από μήνυμα"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Δεν ήταν δυνατή η φόρτωση της φωτογραφίας."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"Μη διαθέσιμο βίντεο αυτή τη στιγμή. Κάντε ανανέωση."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Δεν είναι δυνατή η εύρεση της φωτογραφίας."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> από <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"Γίνεται φόρτωση…"</string>
+</resources>
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml
new file mode 100644
index 0000000..0aa9b52
--- /dev/null
+++ b/res/values-en-rGB/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Photos from message"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Photo couldn\'t be loaded."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"Video not available at this time. Please refresh."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Can\'t find photo."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> of <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"Loading…"</string>
+</resources>
diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml
new file mode 100644
index 0000000..bcdebbc
--- /dev/null
+++ b/res/values-fi/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Kuvat viestistä"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Valokuvan lataus epäonnistui."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"Video ei ole tällä hetkellä käytettävissä. Päivitä sivu."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Valokuvaa ei löydy."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g>/<xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"Ladataan…"</string>
+</resources>
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
new file mode 100644
index 0000000..086203b
--- /dev/null
+++ b/res/values-fr/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Photos provenant du message"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Impossible de charger la photo."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"Vidéo indisponible pour le moment. Veuillez actualiser la page."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Impossible de trouver la photo."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> sur <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"Chargement en cours…"</string>
+</resources>
diff --git a/res/values-hi/strings.xml b/res/values-hi/strings.xml
new file mode 100644
index 0000000..2d64bc8
--- /dev/null
+++ b/res/values-hi/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"संदेश के फ़ोटो"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"फ़ोटो लोड नहीं किया जा सका."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"वीडियो इस समय उपलब्‍ध नहीं है. कृपया रीफ्रेश करें."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"फ़ोटो नहीं मिल रहा है."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="COUNT">%d</xliff:g> में से <xliff:g id="CURRENT_POS">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"लोड हो रहा है…"</string>
+</resources>
diff --git a/res/values-hu/strings.xml b/res/values-hu/strings.xml
new file mode 100644
index 0000000..81fb118
--- /dev/null
+++ b/res/values-hu/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Fotók üzenetből"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Nem sikerült a fotó betöltése."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"A videó jelenleg nem érhető el. Kérjük, frissítsen."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Nem található a fotó."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="COUNT">%d</xliff:g>/<xliff:g id="CURRENT_POS">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"Betöltés..."</string>
+</resources>
diff --git a/res/values-in/strings.xml b/res/values-in/strings.xml
new file mode 100644
index 0000000..f69616f
--- /dev/null
+++ b/res/values-in/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Foto dari pesan"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Foto tidak dapat dimuat."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"Video tidak tersedia saat ini. Segarkan."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Tidak dapat menemukan foto."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> dari <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"Memuat..."</string>
+</resources>
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
new file mode 100644
index 0000000..5432804
--- /dev/null
+++ b/res/values-it/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Foto da messaggio"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Impossibile caricare la foto."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"Video non disponibile al momento. Aggiorna."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Impossibile trovare la foto."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> di <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"Caricamento…"</string>
+</resources>
diff --git a/res/values-iw/strings.xml b/res/values-iw/strings.xml
new file mode 100644
index 0000000..044119b
--- /dev/null
+++ b/res/values-iw/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"תמונות מההודעה"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"לא ניתן היה לטעון את התמונה."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"הסרטון אינו זמין כעת. רענן."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"לא ניתן למצוא את התמונה."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> מתוך <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"טוען…"</string>
+</resources>
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
new file mode 100644
index 0000000..b7d074f
--- /dev/null
+++ b/res/values-ja/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"メッセージからの画像"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"画像を読み込めませんでした。"</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"現在、動画をご利用いただけません。更新してください。"</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"画像が見つかりません。"</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g>/<xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"読み込んでいます…"</string>
+</resources>
diff --git a/res/values-ms/strings.xml b/res/values-ms/strings.xml
new file mode 100644
index 0000000..e4c9d20
--- /dev/null
+++ b/res/values-ms/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Foto dari mesej"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Foto tidak boleh dimuatkan."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"Video tidak tersedia pada masa ini. Sila muat semula."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Tidak menjumpai foto."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> daripada <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"Memuatkan…"</string>
+</resources>
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
new file mode 100644
index 0000000..7e96f5d
--- /dev/null
+++ b/res/values-nl/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Foto\'s uit bericht"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Foto kan niet worden geladen."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"Video momenteel niet beschikbaar. Vernieuw de pagina."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Kan foto niet vinden."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> van <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"Laden…"</string>
+</resources>
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
new file mode 100644
index 0000000..35d9915
--- /dev/null
+++ b/res/values-pl/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Zdjęcia z wiadomości"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Nie udało się wczytać zdjęcia."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"Film jest teraz niedostępny. Odśwież stronę."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Nie można znaleźć zdjęcia."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> z <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"Wczytuję…"</string>
+</resources>
diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml
new file mode 100644
index 0000000..32126b6
--- /dev/null
+++ b/res/values-pt-rPT/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Fotografias da mensagem"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Não foi possível carregar a fotografia."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"Vídeo não disponível neste momento. Atualize."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Não é possível localizar a fotografia."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> de <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"A carregar…"</string>
+</resources>
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
new file mode 100644
index 0000000..dba90f8
--- /dev/null
+++ b/res/values-ru/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Фото из сообщения"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Не удалось загрузить фото."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"Видео недоступно. Обновите страницу."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Фото не найдено."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> из <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"Загрузка…"</string>
+</resources>
diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml
new file mode 100644
index 0000000..c2045e3
--- /dev/null
+++ b/res/values-sk/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Fotografie zo správy"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Fotografiu sa nepodarilo načítať."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"Video je momentálne nedostupné. Obnovte stránku."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Fotografiu sa nepodarilo nájsť."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> z <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"Prebieha načítavanie..."</string>
+</resources>
diff --git a/res/values-sw/strings.xml b/res/values-sw/strings.xml
new file mode 100644
index 0000000..0be3ffe
--- /dev/null
+++ b/res/values-sw/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Picha kutoka kwenye ujumbe"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Picha haikuweza kupakiwa."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"Video haipatikani kwa sasa. Tafadhali onyesha upya."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Haiwezi kutafuta picha."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> ya <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"Inapakia…"</string>
+</resources>
diff --git a/res/values-th/strings.xml b/res/values-th/strings.xml
new file mode 100644
index 0000000..d2ad37f
--- /dev/null
+++ b/res/values-th/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"รูปภาพจากข้อความ"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"ไม่สามารถโหลดรูปภาพ"</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"ไม่สามารถใช้วิดีโอได้ในขณะนี้ โปรดรีเฟรช"</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"ไม่พบรูปภาพ"</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> จาก <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"กำลังโหลด…"</string>
+</resources>
diff --git a/res/values-tl/strings.xml b/res/values-tl/strings.xml
new file mode 100644
index 0000000..2bfe002
--- /dev/null
+++ b/res/values-tl/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Mga larawan mula sa mensahe"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Hindi ma-load ang larawan."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"Hindi available ang video sa oras na ito. Paki-refresh."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Hindi mahanap ang larawan."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> ng <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"Naglo-load…"</string>
+</resources>
diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml
new file mode 100644
index 0000000..7daeeca
--- /dev/null
+++ b/res/values-tr/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"Mesajdaki fotoğraflar"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"Fotoğraf yüklenemedi."</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"Video şu anda kullanılamıyor. Lütfen yenileyin."</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"Fotoğraf bulunamıyor."</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"<xliff:g id="CURRENT_POS">%d</xliff:g> / <xliff:g id="COUNT">%d</xliff:g>"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"Yükleniyor…"</string>
+</resources>
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
new file mode 100644
index 0000000..6112cc3
--- /dev/null
+++ b/res/values-zh-rCN/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"邮件中的照片"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"无法加载照片。"</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"视频目前无法播放,请刷新。"</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"找不到照片。"</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"第 <xliff:g id="CURRENT_POS">%d</xliff:g> 张,共 <xliff:g id="COUNT">%d</xliff:g> 张"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"正在加载…"</string>
+</resources>
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
new file mode 100644
index 0000000..47c5180
--- /dev/null
+++ b/res/values-zh-rTW/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Google Inc.
+ Licensed to 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="photo_view_default_title" msgid="8529005357137322238">"郵件中的相片"</string>
+ <string name="photo_view_load_error" msgid="738557967189699322">"無法載入相片。"</string>
+ <string name="photo_view_video_not_ready" msgid="3998974166493712675">"影片正準備中,請重新整理頁面。"</string>
+ <string name="camera_photo_error" msgid="3505076890331146233">"找不到相片。"</string>
+ <string name="photo_view_count" msgid="3466690572899800275">"第 <xliff:g id="CURRENT_POS">%d</xliff:g> 張 (共 <xliff:g id="COUNT">%d</xliff:g> 張)"</string>
+ <string name="loading_photo" msgid="2781498368206257164">"載入中…"</string>
+</resources>