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/gl.php | |
parent | b0dbca0cc7f2d07dbf01c54861b932d8dc9fe2df (diff) | |
download | nextcloud-server-965ea964392cff4d48c5e5896f5c3eb7be00fbee.tar.gz nextcloud-server-965ea964392cff4d48c5e5896f5c3eb7be00fbee.zip |
update translations
Diffstat (limited to 'apps/gallery/l10n/gl.php')
-rw-r--r-- | apps/gallery/l10n/gl.php | 5 |
1 files changed, 5 insertions, 0 deletions
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" +); |