mailcow/data/web/rc/program/localization/mn_MN/labels.inc
2017-02-21 22:27:11 +01:00

49 lines
2.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/*
+-----------------------------------------------------------------------+
| localization/<lang>/labels.inc |
| |
| Localization file of the Roundcube Webmail client |
| Copyright (C) 2005-2015, The Roundcube Dev Team |
| |
| Licensed under the GNU General Public License version 3 or |
| any later version with exceptions for skins & plugins. |
| See the README file for a full license statement. |
| |
+-----------------------------------------------------------------------+
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/
*/
$labels['welcome'] = '$product вэб майлд тавтай морилно уу';
$labels['username'] = 'Хэрэглэгчийн нэр';
$labels['password'] = 'Нууц үг';
$labels['server'] = 'Сервер';
$labels['login'] = 'Нэвтрэх';
$labels['logout'] = 'Гарах';
$labels['mail'] = 'Захиа';
$labels['settings'] = 'Тохиргоо';
$labels['addressbook'] = 'Хаягийн дэвтэр';
$labels['inbox'] = 'Ирэх хайрцаг';
$labels['drafts'] = 'Ноорог';
$labels['sent'] = 'Илгээсэн';
$labels['trash'] = 'Хогийн сав';
$labels['junk'] = 'Спам';
$labels['show_real_foldernames'] = 'Тусгай хавтасны жинхэнэ нэрийг харуулна';
$labels['subject'] = 'Гарчиг';
$labels['from'] = 'Хэнээс';
$labels['sender'] = 'Илгээгч';
$labels['to'] = 'Хэнд';
$labels['cc'] = 'Cc';
$labels['bcc'] = 'Bcc';
$labels['replyto'] = 'Хариулах-Хэнд: ';
$labels['date'] = 'Огноо';
$labels['size'] = 'Хэмжээ';
$labels['priority'] = 'Ээлж';
$labels['organization'] = 'Байгууллага';
$labels['readstatus'] = 'Уншсан төлөв';
$labels['listoptions'] = 'Жагсаалтын тохиргоо...';
$labels['mailboxlist'] = 'Хавтас';
$labels['messagesfromto'] = 'Нийт $count захианы from-с $to';
?>