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.

is_IS.inc 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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'] = 'Deiling';
  17. $labels['myrights'] = 'Aðgangsheimildir';
  18. $labels['username'] = 'Notandi:';
  19. $labels['advanced'] = 'Flóknari hamur';
  20. $labels['add'] = 'Bæta við';
  21. $labels['newuser'] = 'Bæta við færslu';
  22. $labels['editperms'] = 'Breyta heimildum';
  23. $labels['anyone'] = 'Allir notendur (hver sem er)';
  24. $labels['anonymous'] = 'Gestir (nafnlausir)';
  25. $labels['acll'] = 'Uppfletting';
  26. $labels['aclr'] = 'Lesa skeyti';
  27. $labels['aclc'] = 'Búa til undirmöppur';
  28. $labels['aclk'] = 'Búa til undirmöppur';
  29. $labels['acld'] = 'Eyða skeytum';
  30. $labels['aclt'] = 'Eyða skeytum';
  31. $labels['aclx'] = 'Eyða möppu';
  32. $labels['acla'] = 'Stjórna';
  33. $labels['aclother'] = 'Annað';
  34. $labels['aclread'] = 'Lesið';
  35. $labels['aclwrite'] = 'Skrifa';
  36. $labels['acldelete'] = 'Eyða';
  37. $labels['shortacll'] = 'Uppfletting';
  38. $labels['shortaclr'] = 'Lesið';
  39. $labels['shortacls'] = 'Halda';
  40. $labels['shortaclw'] = 'Skrifa';
  41. $labels['shortacli'] = 'Setja inn';
  42. $labels['shortaclc'] = 'Búa til';
  43. $labels['shortaclk'] = 'Búa til';
  44. $labels['shortacld'] = 'Eyða';
  45. $labels['shortaclt'] = 'Eyða';
  46. $labels['shortaclx'] = 'Eyða möppu';
  47. $labels['shortacla'] = 'Stjórna';
  48. $labels['shortaclother'] = 'Annað';
  49. $labels['shortaclread'] = 'Lesið';
  50. $labels['shortaclwrite'] = 'Skrifa';
  51. $labels['shortacldelete'] = 'Eyða';
  52. ?>