summaryrefslogtreecommitdiffstats
path: root/settings/l10n/el.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings/l10n/el.php')
-rw-r--r--settings/l10n/el.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/l10n/el.php b/settings/l10n/el.php
index 3ea16f8c7d9..194e8a61d3d 100644
--- a/settings/l10n/el.php
+++ b/settings/l10n/el.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Unable to load list from App Store" => "Σφάλμα στην φόρτωση της λίστας από το App Store",
"Authentication error" => "Σφάλμα πιστοποίησης",
"Your display name has been changed." => "Το όνομα σας στην οθόνη άλλαξε. ",
@@ -104,3 +105,4 @@
"set new password" => "επιλογή νέου κωδικού",
"Default" => "Προκαθορισμένο"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";