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.

labels.inc 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | localization/<lang>/labels.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail client |
  7. | Copyright (C) 2005-2015, 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/labels/
  15. */
  16. $labels['welcome'] = '$product вэб майлд тавтай морилно уу';
  17. $labels['username'] = 'Хэрэглэгчийн нэр';
  18. $labels['password'] = 'Нууц үг';
  19. $labels['server'] = 'Сервер';
  20. $labels['login'] = 'Нэвтрэх';
  21. $labels['logout'] = 'Гарах';
  22. $labels['mail'] = 'Захиа';
  23. $labels['settings'] = 'Тохиргоо';
  24. $labels['addressbook'] = 'Хаягийн дэвтэр';
  25. $labels['inbox'] = 'Ирэх хайрцаг';
  26. $labels['drafts'] = 'Ноорог';
  27. $labels['sent'] = 'Илгээсэн';
  28. $labels['trash'] = 'Хогийн сав';
  29. $labels['junk'] = 'Спам';
  30. $labels['show_real_foldernames'] = 'Тусгай хавтасны жинхэнэ нэрийг харуулна';
  31. $labels['subject'] = 'Гарчиг';
  32. $labels['from'] = 'Хэнээс';
  33. $labels['sender'] = 'Илгээгч';
  34. $labels['to'] = 'Хэнд';
  35. $labels['cc'] = 'Cc';
  36. $labels['bcc'] = 'Bcc';
  37. $labels['replyto'] = 'Хариулах-Хэнд: ';
  38. $labels['date'] = 'Огноо';
  39. $labels['size'] = 'Хэмжээ';
  40. $labels['priority'] = 'Ээлж';
  41. $labels['organization'] = 'Байгууллага';
  42. $labels['readstatus'] = 'Уншсан төлөв';
  43. $labels['listoptions'] = 'Жагсаалтын тохиргоо...';
  44. $labels['mailboxlist'] = 'Хавтас';
  45. $labels['messagesfromto'] = 'Нийт $count захианы from-с $to';
  46. ?>