diff options
Diffstat (limited to 'apps/user_ldap/l10n/el.php')
-rw-r--r-- | apps/user_ldap/l10n/el.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/el.php b/apps/user_ldap/l10n/el.php index ae982ab4c56..140925f6126 100644 --- a/apps/user_ldap/l10n/el.php +++ b/apps/user_ldap/l10n/el.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Failed to delete the server configuration" => "Αποτυχία διαγραφής ρυθμίσεων διακομιστή", "The configuration is valid and the connection could be established!" => "Οι ρυθμίσεις είναι έγκυρες και η σύνδεση μπορεί να πραγματοποιηθεί!", "The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Οι ρυθμίσεις είναι έγκυρες, αλλά απέτυχε η σύνδεση. Παρακαλώ ελέγξτε τις ρυθμίσεις του διακομιστή και τα διαπιστευτήρια.", @@ -70,3 +71,4 @@ "Test Configuration" => "Δοκιμαστικες ρυθμισεις", "Help" => "Βοήθεια" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |