Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

el_GR.inc 2.0KB

12345678910111213141516171819202122232425262728
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | plugins/newmail_notifier/localization/<lang>.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail New Mail Notifier plugin |
  7. | Copyright (C) 2012-2013, The Roundcube Dev Team |
  8. | |
  9. | Licensed under the GNU General Public License version 3 or |
  10. | any later version with exceptions for skins & plugins. |
  11. | See the README file for a full license statement. |
  12. | |
  13. +-----------------------------------------------------------------------+
  14. For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/
  15. */
  16. $labels['basic'] = 'Εμφανίση ειδοποιήσεων πρόγραμματος περιήγησης στο νέο μήνυμα';
  17. $labels['desktop'] = 'Εμφάνιση ειδοποιήσεων στην επιφάνεια εργασίας για νέο μήνυμα ';
  18. $labels['sound'] = 'Ηχητική ειδοποίηση κατά την λήψη νέων μηνυμάτων';
  19. $labels['test'] = 'Δοκιμή';
  20. $labels['title'] = 'Nεο Email!';
  21. $labels['body'] = 'Έχετε λάβει ένα νέο μήνυμα.';
  22. $labels['testbody'] = 'Αυτή είναι μια δοκιμή ειδοποίησης.';
  23. $labels['desktopdisabled'] = 'Οι ειδοποιήσεις στην επιφάνεια εργασίας ειναι απενεργοποιημένες στον περιηγητή σας.';
  24. $labels['desktopunsupported'] = 'Ο περιηγητής σας δεν υποστηρίζει ειδοποιήσεις στην επιφάνεια εργασίας.';
  25. $labels['desktoptimeout'] = 'Κλείσιμο ειδοποίησης επιφάνειας εργασίας';
  26. ?>