Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

sr_CS.inc 1.8KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | plugins/archive/localization/<lang>.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail Archive plugin |
  7. | Copyright (C) 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-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'] = 'години (нпр. Архива/2015)';
  25. $labels['archivetypemonth'] = 'месецу (нпр. Архива/2015/03)';
  26. $labels['archivetypefolder'] = 'изворној фасцикли';
  27. $labels['archivetypesender'] = 'адреси пошиљаоца';
  28. $labels['unkownsender'] = 'непознат';
  29. ?>