diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-01-16 17:34:42 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-01-16 17:34:53 +0100 |
commit | 965ea964392cff4d48c5e5896f5c3eb7be00fbee (patch) | |
tree | 5600fa4abb51ef6bf072c763baac8082d4df9a89 /apps/gallery/l10n | |
parent | b0dbca0cc7f2d07dbf01c54861b932d8dc9fe2df (diff) | |
download | nextcloud-server-965ea964392cff4d48c5e5896f5c3eb7be00fbee.tar.gz nextcloud-server-965ea964392cff4d48c5e5896f5c3eb7be00fbee.zip |
update translations
Diffstat (limited to 'apps/gallery/l10n')
-rw-r--r-- | apps/gallery/l10n/ca.php | 5 | ||||
-rw-r--r-- | apps/gallery/l10n/de.php | 6 | ||||
-rw-r--r-- | apps/gallery/l10n/fr.php | 5 | ||||
-rw-r--r-- | apps/gallery/l10n/gl.php | 5 | ||||
-rw-r--r-- | apps/gallery/l10n/it.php | 5 | ||||
-rw-r--r-- | apps/gallery/l10n/sk_SK.php | 5 | ||||
-rw-r--r-- | apps/gallery/l10n/sr.php | 5 | ||||
-rw-r--r-- | apps/gallery/l10n/zh_CN.php | 5 |
8 files changed, 38 insertions, 3 deletions
diff --git a/apps/gallery/l10n/ca.php b/apps/gallery/l10n/ca.php new file mode 100644 index 00000000000..f3eb40df553 --- /dev/null +++ b/apps/gallery/l10n/ca.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Gallery" => "Galeria", +"Rescan" => "Escaneja de nou", +"Back" => "Enrera" +); diff --git a/apps/gallery/l10n/de.php b/apps/gallery/l10n/de.php index 4ca5c83249c..b7f1934189a 100644 --- a/apps/gallery/l10n/de.php +++ b/apps/gallery/l10n/de.php @@ -1,5 +1,5 @@ <?php $TRANSLATIONS = array( - "Gallery" => "Galerie", - "Back" => "Zurück" +"Gallery" => "Galerie", +"Rescan" => "Rescan", +"Back" => "Zurück" ); -?> diff --git a/apps/gallery/l10n/fr.php b/apps/gallery/l10n/fr.php new file mode 100644 index 00000000000..17902bd70c9 --- /dev/null +++ b/apps/gallery/l10n/fr.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Gallery" => "Galerie", +"Rescan" => "Analyser à nouveau", +"Back" => "Retour" +); diff --git a/apps/gallery/l10n/gl.php b/apps/gallery/l10n/gl.php new file mode 100644 index 00000000000..b4f9885a525 --- /dev/null +++ b/apps/gallery/l10n/gl.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Gallery" => "Galería", +"Rescan" => "Voltar a analizar", +"Back" => "Atrás" +); diff --git a/apps/gallery/l10n/it.php b/apps/gallery/l10n/it.php new file mode 100644 index 00000000000..0f95cc3af66 --- /dev/null +++ b/apps/gallery/l10n/it.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Gallery" => "Galleria", +"Rescan" => "Rileggi", +"Back" => "Indietro" +); diff --git a/apps/gallery/l10n/sk_SK.php b/apps/gallery/l10n/sk_SK.php new file mode 100644 index 00000000000..d8ae41af96e --- /dev/null +++ b/apps/gallery/l10n/sk_SK.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Gallery" => "Galéria", +"Rescan" => "Znovu oskenovať", +"Back" => "Späť" +); diff --git a/apps/gallery/l10n/sr.php b/apps/gallery/l10n/sr.php new file mode 100644 index 00000000000..c6976b56a9f --- /dev/null +++ b/apps/gallery/l10n/sr.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Gallery" => "Галерија", +"Rescan" => "Претражи поново", +"Back" => "Назад" +); diff --git a/apps/gallery/l10n/zh_CN.php b/apps/gallery/l10n/zh_CN.php new file mode 100644 index 00000000000..c506600c4c0 --- /dev/null +++ b/apps/gallery/l10n/zh_CN.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Gallery" => "画廊", +"Rescan" => "重新扫描", +"Back" => "返回" +); |