diff options
Diffstat (limited to 'apps/files_sharing/l10n/eu_ES.php')
-rw-r--r-- | apps/files_sharing/l10n/eu_ES.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/eu_ES.php b/apps/files_sharing/l10n/eu_ES.php new file mode 100644 index 00000000000..e6e5bc7cbf9 --- /dev/null +++ b/apps/files_sharing/l10n/eu_ES.php @@ -0,0 +1,5 @@ +<?php +$TRANSLATIONS = array( +"Download" => "Deskargatu" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |