registration/l10n/el.php

16 lines
1.4 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" => "Η ηλεκτρονική διεύθυνση που εισάγατε δεν είναι έγκυρη",
"Verify your ownCloud registration request" => "Επιβεβαιώστε την αίτηση εγγραφής στο ownCloud",
"To create a new account on ownCloud, just click the following link: {link}" => "Για να δημιουργήσετε ενα νέο λογριασμό στο ownCloud, κάντε κλικ στον ακόλουθο σύνδεσμο: {link}",
"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);";