diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-23 01:55:23 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-23 01:55:23 -0500 |
commit | d8f04f5a97e77bf5fb84b05ddd9b3a476fecfb7c (patch) | |
tree | bf7a85ecbb4cee0f44fc6ad3574b0c406276d05d /core/l10n/mn.js | |
parent | 711220e82d70764b96e30c9cd9b53c0fa9524232 (diff) | |
download | nextcloud-server-d8f04f5a97e77bf5fb84b05ddd9b3a476fecfb7c.tar.gz nextcloud-server-d8f04f5a97e77bf5fb84b05ddd9b3a476fecfb7c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/mn.js')
-rw-r--r-- | core/l10n/mn.js | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/core/l10n/mn.js b/core/l10n/mn.js index 5b92c594ac0..858069e9fb3 100644 --- a/core/l10n/mn.js +++ b/core/l10n/mn.js @@ -1,7 +1,18 @@ OC.L10N.register( "core", { + "Sunday" : "Ням", + "Monday" : "Даваа", + "Tuesday" : "Мягмар", + "Wednesday" : "Лхагва", + "Thursday" : "Пүрэв", + "Friday" : "Баасан", + "Saturday" : "Бямба", + "Settings" : "Тохиргоо", "_{count} file conflict_::_{count} file conflicts_" : ["",""], - "_download %n file_::_download %n files_" : ["",""] + "Share" : "Түгээх", + "Password" : "Нууц үг", + "_download %n file_::_download %n files_" : ["",""], + "Username" : "Хэрэглэгчийн нэр" }, "nplurals=2; plural=(n != 1);"); |