diff options
| author | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-06-27 21:56:44 +0000 |
|---|---|---|
| committer | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-06-27 21:56:44 +0000 |
| commit | ba607516db6c70c9e9eb14c5baecaf6e57859472 (patch) | |
| tree | b005bf84285ab2b9b49c86bd0cc793096a64cf28 /roundcubemail/program/localization/el | |
| parent | 8b7a73b0a3d1ac25faa2205f73c52f1dfd98dbfe (diff) | |
Renameable folders, mail-checking changes, other fixes (richs)
git-svn-id: https://svn.roundcube.net/trunk@267 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/el')
| -rwxr-xr-x | roundcubemail/program/localization/el/labels.inc | 1 | ||||
| -rwxr-xr-x | roundcubemail/program/localization/el/messages.inc | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/el/labels.inc b/roundcubemail/program/localization/el/labels.inc index 37b42c1ef..ff99364b3 100755 --- a/roundcubemail/program/localization/el/labels.inc +++ b/roundcubemail/program/localization/el/labels.inc @@ -97,6 +97,7 @@ $labels['saturday'] = 'Σάββατο'; $labels['today'] = 'Σήμερα'; // toolbar buttons +$labels['checkmail'] = 'Έλεγχος για τα νέα μηνύματα'; $labels['writenewmessage'] = 'Δημιουργία νέου μηνύματος'; $labels['replytomessage'] = 'Απάντηση μηνύματος'; $labels['forwardmessage'] = 'Προώθηση μηνύματος'; diff --git a/roundcubemail/program/localization/el/messages.inc b/roundcubemail/program/localization/el/messages.inc index 0d01054b0..c3612be46 100755 --- a/roundcubemail/program/localization/el/messages.inc +++ b/roundcubemail/program/localization/el/messages.inc @@ -38,6 +38,8 @@ $messages['loading'] = 'Φόρτωση...'; $messages['loadingdata'] = 'Φόρτωση δεδομένων...'; +$messages['checkingmail'] = 'Έλεγχος για τα νέα μηνύματα...'; + $messages['sendingmessage'] = 'Αποστολή μηνύματος...'; $messages['messagesent'] = 'Το μήνυμα στάλθηκε επιτυχώς'; |
