Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

sq_AL.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'] = 'Arkivoje';
  17. $labels['buttontitle'] = 'Arkivoje këtë mesazh';
  18. $labels['archived'] = 'U arkivua me sukses';
  19. $labels['archivedreload'] = 'U arkivua me sukses. Ringarkoni faqen që të shihni dosjet e reja arkiv.';
  20. $labels['archiveerror'] = 'Ca nga mesazhet s’u arkivuan dot';
  21. $labels['archivefolder'] = 'Arkivoje';
  22. $labels['settingstitle'] = 'Arkivoje';
  23. $labels['archivetype'] = 'Ndaje arkivin sipas';
  24. $labels['archivetypeyear'] = 'Vit (p.sh. Arkiv/2012)';
  25. $labels['archivetypemonth'] = 'Muaj (p.sh. Arkiv/2012/06)';
  26. $labels['archivetypetbmonth'] = 'Muaj - i përputhshëm me Thunderbird-in (p.sh. Arkiv/2012/2012-06)';
  27. $labels['archivetypefolder'] = 'Dosje origjinale';
  28. $labels['archivetypesender'] = 'Email dërguesi';
  29. $labels['unkownsender'] = 'e panjohur';
  30. $labels['readonarchive'] = 'I vini shenjë si të lexuar mesazhit në arkiv';
  31. ?>