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 1.8KB

123456789101112131415161718192021222324252627282930313233
  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'] = 'Geymsla';
  17. $labels['buttontitle'] = 'Setja þetta skeyti í geymslu';
  18. $labels['archived'] = 'Tókst að setja í geymslu';
  19. $labels['archivedreload'] = 'Tókst að setja í geymslu. Endurlestu síðuna til að sjá nýju geymslumöppurnar.';
  20. $labels['archiveerror'] = 'Ekki var hægt að setja öll skeyti í geymslu';
  21. $labels['archivefolder'] = 'Geymsla';
  22. $labels['settingstitle'] = 'Geymsla';
  23. $labels['archivetype'] = 'Skipta geymslu upp eftir';
  24. $labels['archivetypeyear'] = 'ári (t.d. Geymsla/2012)';
  25. $labels['archivetypemonth'] = 'mánuði (t.d. Geymsla/2012/06)';
  26. $labels['archivetypetbmonth'] = 'mánuði - samhæft við Thunderbird (t.d. Geymsla/2012/2012-06)';
  27. $labels['archivetypefolder'] = 'Upprunaleg mappa';
  28. $labels['archivetypesender'] = 'Tölvupóstfang sendanda';
  29. $labels['unkownsender'] = 'óþekkt';
  30. $labels['readonarchive'] = 'Merkja skeyti sem lesið þegar það er lesið í geymslu';
  31. ?>