diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-01-15 12:11:04 +0100 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-01-15 12:15:22 +0100 |
commit | 3ec5ffe24e9d1c50dcfedc1d18af01be500f8df5 (patch) | |
tree | 35c82cc5f3283663c33722210c768d4e428198a4 /apps/gallery/l10n | |
parent | 5ecc10b7567910e4cfee40aa2feea20090107f04 (diff) | |
download | nextcloud-server-3ec5ffe24e9d1c50dcfedc1d18af01be500f8df5.tar.gz nextcloud-server-3ec5ffe24e9d1c50dcfedc1d18af01be500f8df5.zip |
Simple translation for gallery
Diffstat (limited to 'apps/gallery/l10n')
-rw-r--r-- | apps/gallery/l10n/de.php | 5 | ||||
-rw-r--r-- | apps/gallery/l10n/pl.php | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/apps/gallery/l10n/de.php b/apps/gallery/l10n/de.php new file mode 100644 index 00000000000..4ca5c83249c --- /dev/null +++ b/apps/gallery/l10n/de.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( + "Gallery" => "Galerie", + "Back" => "Zurück" +); +?> diff --git a/apps/gallery/l10n/pl.php b/apps/gallery/l10n/pl.php new file mode 100644 index 00000000000..d0c51c0f814 --- /dev/null +++ b/apps/gallery/l10n/pl.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( + "Gallery" => "Galeria", + "Rescan" => "Przeskanuj", + "Back" => "Wróć" +); +?> |