summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/el.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/el.php')
-rw-r--r--apps/files/l10n/el.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/el.php b/apps/files/l10n/el.php
index 219cf87c33d..0246ba2a89d 100644
--- a/apps/files/l10n/el.php
+++ b/apps/files/l10n/el.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Could not move %s - File with this name already exists" => "Αδυναμία μετακίνησης του %s - υπάρχει ήδη αρχείο με αυτό το όνομα",
"Could not move %s" => "Αδυναμία μετακίνησης του %s",
"Unable to set upload directory." => "Αδυναμία ορισμού καταλόγου αποστολής.",
@@ -79,3 +80,4 @@
"files" => "αρχεία",
"Upgrading filesystem cache..." => "Ενημέρωση της μνήμης cache του συστήματος αρχείων..."
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";