roundcubemail-plugins-kolab/plugins/kolab_delegation/localization/el.inc
Aleksander Machniak b11c74e0a5 Update localization
2017-06-12 10:57:06 +02:00

18 lines
617 B
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
/**
* Localizations for the Kolab Delegation plugin
*
* Copyright (C) 2014, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/
*/
$labels['mail'] = 'Ηλεκτρονική αλληλογραφία';
$labels['contact'] = 'Βιβλίο διευθύνσεων';
$labels['event'] = 'Ημερολόγια';
$labels['task'] = 'Εργασίες';
$labels['note'] = 'Σημειώσεις';
$labels['yes'] = 'Ναι';
$labels['no'] = 'Όχι';
$labels['write'] = 'Εγγραφή';
$labels['savingdata'] = 'Αποθήκευση δεδομένων...';
?>