Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

mr_IN.inc 1.3KB

1234567891011121314151617181920212223
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | plugins/newmail_notifier/localization/<lang>.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail New Mail Notifier 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-newmail_notifier/
  15. */
  16. $labels['sound'] = 'नवीन संदेश आल्यास नाद करा';
  17. $labels['test'] = 'चाचणी';
  18. $labels['title'] = 'नवीन ईमेल';
  19. $labels['body'] = 'तुमच्यासाठी नवीन संदेश आला आहे';
  20. $labels['testbody'] = 'हा एक चाचणी निर्देश आहे';
  21. ?>