summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/eu.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/eu.php')
-rw-r--r--apps/files/l10n/eu.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/eu.php b/apps/files/l10n/eu.php
index 96bfb2d1cc8..740f53d4e9a 100644
--- a/apps/files/l10n/eu.php
+++ b/apps/files/l10n/eu.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Could not move %s - File with this name already exists" => "Ezin da %s mugitu - Izen hau duen fitxategia dagoeneko existitzen da",
"Could not move %s" => "Ezin dira fitxategiak mugitu %s",
"Unable to set upload directory." => "Ezin da igoera direktorioa ezarri.",
@@ -79,3 +80,4 @@
"files" => "fitxategiak",
"Upgrading filesystem cache..." => "Fitxategi sistemaren katxea eguneratzen..."
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";