Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

ml_IN.inc 1.3KB

123456789101112131415161718192021222324
  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'] = 'ശേഖരം';
  17. $labels['buttontitle'] = 'ഈ മെസ്സേജ് ശേഖരിക്കുക';
  18. $labels['archived'] = 'വിജയകരമായി ശേഖരിച്ചു';
  19. $labels['archivefolder'] = 'ശേഖരം';
  20. $labels['settingstitle'] = 'ശേഖരം';
  21. $labels['unkownsender'] = 'അറിയാത്ത';
  22. ?>