aboutsummaryrefslogtreecommitdiffstats
path: root/apps/gallery/l10n
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-01-20 18:53:45 +0100
committerRobin Appelman <icewind@owncloud.com>2012-01-20 18:53:45 +0100
commit7ea2923fa8805d91ee7d69dd19d10d450792bafe (patch)
tree38d1ab7415df03f8625dfa4a0382afe20301f364 /apps/gallery/l10n
parent735fcf8bd2739f109d7519aac99d864691c4ba6f (diff)
downloadnextcloud-server-7ea2923fa8805d91ee7d69dd19d10d450792bafe.tar.gz
nextcloud-server-7ea2923fa8805d91ee7d69dd19d10d450792bafe.zip
translation updates
Diffstat (limited to 'apps/gallery/l10n')
-rw-r--r--apps/gallery/l10n/ar.php5
-rw-r--r--apps/gallery/l10n/cs_CZ.php5
-rw-r--r--apps/gallery/l10n/es.php5
-rw-r--r--apps/gallery/l10n/et_EE.php5
-rw-r--r--apps/gallery/l10n/ia.php3
-rw-r--r--apps/gallery/l10n/pl.php7
-rw-r--r--apps/gallery/l10n/th_TH.php5
7 files changed, 31 insertions, 4 deletions
diff --git a/apps/gallery/l10n/ar.php b/apps/gallery/l10n/ar.php
new file mode 100644
index 00000000000..d0c7d22316a
--- /dev/null
+++ b/apps/gallery/l10n/ar.php
@@ -0,0 +1,5 @@
+<?php $TRANSLATIONS = array(
+"Gallery" => "معرض صور",
+"Rescan" => "اعادة البحث",
+"Back" => "رجوع"
+);
diff --git a/apps/gallery/l10n/cs_CZ.php b/apps/gallery/l10n/cs_CZ.php
new file mode 100644
index 00000000000..af70a364048
--- /dev/null
+++ b/apps/gallery/l10n/cs_CZ.php
@@ -0,0 +1,5 @@
+<?php $TRANSLATIONS = array(
+"Gallery" => "Galerie",
+"Rescan" => "Opakované prohledání",
+"Back" => "Zpět"
+);
diff --git a/apps/gallery/l10n/es.php b/apps/gallery/l10n/es.php
new file mode 100644
index 00000000000..0a32faa8477
--- /dev/null
+++ b/apps/gallery/l10n/es.php
@@ -0,0 +1,5 @@
+<?php $TRANSLATIONS = array(
+"Gallery" => "Galería",
+"Rescan" => "Refrescar",
+"Back" => "Atrás"
+);
diff --git a/apps/gallery/l10n/et_EE.php b/apps/gallery/l10n/et_EE.php
new file mode 100644
index 00000000000..1a862db78f7
--- /dev/null
+++ b/apps/gallery/l10n/et_EE.php
@@ -0,0 +1,5 @@
+<?php $TRANSLATIONS = array(
+"Gallery" => "Galerii",
+"Rescan" => "Skänni uuesti",
+"Back" => "Tagasi"
+);
diff --git a/apps/gallery/l10n/ia.php b/apps/gallery/l10n/ia.php
new file mode 100644
index 00000000000..6c65a396d99
--- /dev/null
+++ b/apps/gallery/l10n/ia.php
@@ -0,0 +1,3 @@
+<?php $TRANSLATIONS = array(
+"Back" => "Retro"
+);
diff --git a/apps/gallery/l10n/pl.php b/apps/gallery/l10n/pl.php
index d0c51c0f814..eb35732782b 100644
--- a/apps/gallery/l10n/pl.php
+++ b/apps/gallery/l10n/pl.php
@@ -1,6 +1,5 @@
<?php $TRANSLATIONS = array(
- "Gallery" => "Galeria",
- "Rescan" => "Przeskanuj",
- "Back" => "Wróć"
+"Gallery" => "Galeria",
+"Rescan" => "Przeskanuj",
+"Back" => "Wróć"
);
-?>
diff --git a/apps/gallery/l10n/th_TH.php b/apps/gallery/l10n/th_TH.php
new file mode 100644
index 00000000000..8c729856488
--- /dev/null
+++ b/apps/gallery/l10n/th_TH.php
@@ -0,0 +1,5 @@
+<?php $TRANSLATIONS = array(
+"Gallery" => "แกลอรี่",
+"Rescan" => "ตรวจสอบอีกครั้ง",
+"Back" => "ย้อนกลับ"
+);