diff options
author | thomascube <thomas@roundcube.net> | 2012-01-03 16:40:06 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-03 16:40:06 +0000 |
commit | e31c56a5af23257a18275d59bf01e921a8eb60f6 (patch) | |
tree | 3382a4b1c7ca10aea1d34b1994148ce9207f0536 /program/localization/el_GR/messages.inc | |
parent | fdff34093d479f1a9cb98107b68eb9137278b181 (diff) |
Imported localization files from launchpad
Diffstat (limited to 'program/localization/el_GR/messages.inc')
-rw-r--r-- | program/localization/el_GR/messages.inc | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/program/localization/el_GR/messages.inc b/program/localization/el_GR/messages.inc index 7b8c8d8e5..055cc2781 100644 --- a/program/localization/el_GR/messages.inc +++ b/program/localization/el_GR/messages.inc @@ -1,20 +1,17 @@ <?php -/* -+-----------------------------------------------------------------------+ -| language/el/messages.inc | -| | -| Language file of the Roundcube Webmail client | -| Copyright (C) 2005-2010, The Roundcube Dev Team | -| Licensed under the GNU GPL | -| | -+-----------------------------------------------------------------------+ -| Author: Jim Deves <jim@cobaltblue.gr> | -| John Economou <hsoc@irc.gr> | -| Panagiotis Christias <p.christias@noc.ntua.gr> | -+-----------------------------------------------------------------------+ - -@version $Id$ +/* + +-----------------------------------------------------------------------+ + | localization/el_GR/messages.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Thomas <Unknown> | + +-----------------------------------------------------------------------+ + @version $Id$ */ $messages = array(); @@ -65,7 +62,6 @@ $messages['nosubjectwarning'] = 'Το πεδίο "Θέμα" είναι άδει $messages['nobodywarning'] = 'Αποστολή μηνύματος χωρίς κείμενο;'; $messages['notsentwarning'] = 'Το μήνυμα δεν έχει σταλεί. Θέλετε να το απορρίψετε;'; $messages['noldapserver'] = 'Παρακαλώ επιλέξτε έναν LDAP διακομιστή για αναζήτηση'; -$messages['nocontactsreturned'] = 'Δε βρέθηκαν επαφές'; $messages['nosearchname'] = 'Παρακαλώ εισάγεται όνομα επαφής ή διεύθυνση email'; $messages['notuploadedwarning'] = 'Δεν έχουν φορτωθεί όλα τα συνημμένα. Παρακαλώ περιμένετε ή ακυρώστε το ανέβασμα.'; $messages['searchsuccessful'] = '$nr μηνύματα βρέθηκαν'; @@ -103,4 +99,3 @@ $messages['smtprecipientserror'] = 'Σφάλμα SMTP: Αδύνατο να πρ $messages['smtperror'] = 'Σφάλμα SMTP: $msg'; $messages['emailformaterror'] = 'Λανθασμένη διεύθνση email: $email'; -?> |