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.

sr_CS.inc 2.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | plugins/acl/localization/<lang>.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail ACL 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-acl/
  15. */
  16. $labels['sharing'] = 'Дељење';
  17. $labels['myrights'] = 'Права приступа';
  18. $labels['username'] = 'Корисник:';
  19. $labels['advanced'] = 'Напредни режим';
  20. $labels['newuser'] = 'Додај унос';
  21. $labels['editperms'] = 'Уреди дозволе';
  22. $labels['actions'] = 'Радње права приступа...';
  23. $labels['anyone'] = 'Сви корисници (било ко)';
  24. $labels['anonymous'] = 'Гости (анонимно)';
  25. $labels['identifier'] = 'Идентификатор';
  26. $labels['acll'] = 'Потражи';
  27. $labels['aclr'] = 'Прочитане поруке';
  28. $labels['acls'] = 'Очувај стање прегледаности';
  29. $labels['acli'] = 'Убаци (копирај у)';
  30. $labels['aclc'] = 'Направи потфасцикле';
  31. $labels['aclk'] = 'Направи потфасцикле';
  32. $labels['acld'] = 'Обриши поруке';
  33. $labels['aclt'] = 'Обриши поруке';
  34. $labels['aclx'] = 'Обриши фасциклу';
  35. $labels['acla'] = 'Администрирај';
  36. $labels['aclfull'] = 'Пуна контрола';
  37. $labels['aclother'] = 'Друго';
  38. $labels['aclread'] = 'Читање';
  39. $labels['aclwrite'] = 'Упис';
  40. $labels['acldelete'] = 'Обриши';
  41. $labels['shortacll'] = 'Потражи';
  42. $labels['shortaclr'] = 'Прочитана';
  43. $labels['shortacls'] = 'Задржи';
  44. $labels['shortaclw'] = 'Пиши';
  45. $labels['shortacli'] = 'Убаци';
  46. $labels['shortaclother'] = 'Друго';
  47. $labels['shortaclread'] = 'Читање';
  48. $labels['shortaclwrite'] = 'Упис';
  49. $labels['shortacldelete'] = 'Брисање';
  50. ?>