Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

is_IS.inc 1.3KB

12345678910111213141516171819202122232425262728
  1. <?php
  2. /**
  3. +-----------------------------------------------------------------------+
  4. | plugins/enigma/localization/<lang>.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail ACL plugin |
  7. | Copyright (C) 2012-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/roundcube/roundcube-webmail/plugin-enigma/
  15. */
  16. $labels['encryption'] = 'Dulritun';
  17. $labels['enigmakeys'] = 'PGP-lyklar';
  18. $labels['keyname'] = 'Heiti';
  19. $labels['keyid'] = 'Auðkenni lykils';
  20. $labels['typeencrypt'] = 'Dulrita';
  21. $labels['subkeycreated'] = 'Búið til';
  22. $labels['expiresnever'] = 'aldrei';
  23. $labels['unknown'] = 'óþekkt';
  24. $labels['keychpass'] = 'Breyta lykilorði';
  25. $labels['newkeypass'] = 'Lykilorð';
  26. ?>