You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mk_MK.inc 2.0KB

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | plugins/archive/localization/<lang>.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail Archive plugin |
  7. | Copyright (C) 2016, 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-archive/
  15. */
  16. $labels['buttontext'] = 'Архива ';
  17. $labels['buttontitle'] = 'Архивирај ја оваа порака ';
  18. $labels['archived'] = 'Успешно архивирана ';
  19. $labels['archivedreload'] = 'Успешно архивирано. Вчитај ја страната повторно за да ги видиш новите архивирани папки.';
  20. $labels['archiveerror'] = 'Некои пораки не може да бидат архивирани ';
  21. $labels['archivefolder'] = 'Архива ';
  22. $labels['settingstitle'] = 'Архива ';
  23. $labels['archivetype'] = 'Подели архива по ';
  24. $labels['archivetypeyear'] = 'Година (пр. Архива/2012/06)';
  25. $labels['archivetypemonth'] = 'Месец (пр. Архива/2012/06)';
  26. $labels['archivetypefolder'] = 'Оригинална папка ';
  27. $labels['archivetypesender'] = 'Електронска пошта на испраќач';
  28. $labels['unkownsender'] = 'Непознато ';
  29. $labels['readonarchive'] = 'Обележи ја пораката како прочитана на архивата ';
  30. ?>