registration/l10n/el.php

17 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"Email address you entered is not valid" => "Η ηλεκτρονική διεύθυνση που εισάγατε δεν είναι έγκυρη",
"There is already a pending registration with this email" => "Εκκρεμεί ήδη μία εγγραφή με αυτή τη διεύθυνση ηλ. ταχυδρομείου",
"Verify your ownCloud registration request" => "Επιβεβαιώστε την αίτηση εγγραφής στο ownCloud",
"Invalid verification URL. No registration request with this verification URL is found." => "Μη έγκυρη URL επιβεβαίωσης. Καμμία αίτηση εγγραφής δεν βρέθηκε με αυτό το URL επιβεβαίωσης.",
"Username" => "Όνομα χρήστη",
"Password" => "Κωδικός πρόσβασης",
"Create account" => "Δημιουργία λογαριασμού",
"Thank you for registering, you should receive verification link in a few minutes." => "Ευχαριστούμε για την εγγραφή, θα λάβετε το σύνδεσμο επιβεβαίωσης σε λίγα λεπτά.",
"Email" => "Ηλ. ταχυδρομείο",
"Request verification link" => "Αίτηση συνδέσμου επιβεβαίωσης",
"Please re-enter a valid email address" => "Παρακαλώ εισάγετε ξανά μια έγκυρη διεύθυνση ηλ. ταχυδρομείου",
"You will receive an email with verification link" => "Θα λάβετε ένα μήνυμα ηλ. ταχυδρομείου με το σύνδεσμο επιβεβαίωσης"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";