source: trunk/language/mn_MN/install.lang.php @ 23212

Last change on this file since 23212 was 23212, checked in by mistic100, 11 years ago

Use common language strings on install.tpl and remove duplicates from install.lang.php

  • Property svn:executable set to *
File size: 4.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23
24$lang['It appears your webhost is currently running PHP %s.'] = 'Таны вэбсервер PHP %s хувилбарыг ашиглаж байна';
25$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo PHP 5-г тохиргоог өөрчилж чадсангүй';
26$lang['Congratulations, Piwigo installation is completed'] = 'Танд баяр хүргэе, Piwigo амжилттай сууж дууслаа.';
27$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Сервертэй амжилттай холбогдсон боловч мэдээллийн сантай холбогдох боломж алга байна.';
28$lang['Try to configure PHP 5'] = 'PHP 5 тохиргоогоо өөрчилж үзнэ үү';
29$lang['User'] = 'Хэрэглэгч';
30$lang['Just another Piwigo gallery'] = 'Бас нэг Piwigo-н галарей ';
31$lang['Database configuration'] = 'Мэдээллийн сангийн тохиргоо';
32$lang['Welcome to my photo gallery'] = 'Миний зургийн цомогт тавтай морилно уу';
33$lang['please enter your password again'] = 'нууц үгээ дахин оруулна уу';
34$lang['Start Install'] = 'Суулгаж эхлэх';
35$lang['Sorry!'] = 'Уучлаарай';
36$lang['Password ']['confirm'] = 'Нууц үгээ давтах';
37$lang['Can\'t connect to server'] = 'Сервертэй холбогдож чадахгүй байна';
38$lang['Database name'] = 'Мэдээллийн сангын нэр';
39$lang['Default gallery language'] = 'Үндсэн хэл';
40$lang['PHP 5 is required'] = 'PHP 5 шаардлагатай';
41$lang['Download the config file'] = 'Тохиргооны файлыг татах';
42$lang['Admin configuration'] = 'Админий тохиргоо';
43$lang['Basic configuration'] = 'Үндсэн тохиргоо';
44$lang['webmaster login can\'t contain characters \' or "'] = 'Вэбмастерийн нэрэнд \' or " гэсэн тэмдэгт орох ёсгүй.';
45$lang['verification'] = 'баталгаажуулалт';
46$lang['Visitors will be able to contact site administrator with this mail'] = 'Хэрэглэгчид энэ имэйл хаягаар админтай холбогдох боломжтой';
47$lang['Hope to see you back soon.'] = 'Тантай удахгүй эргэн уулзана гэдэгт найдаж байна.';
48$lang['Welcome to your new installation of Piwigo!'] = 'Piwigo-г шинээр суулгах хэсэгт тавтай морилно уу!';
49$lang['enter a login for webmaster'] = 'Вэбмастерийн мэдээллээ оруулна уу';
50$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Тусламж хэрэгтэй бол <a href="%s">Piwigo message board</a> хаягаар хандаж асуултаа асуугаарай.';
51$lang['Creation of config file local/config/database.inc.php failed.'] = 'Тохиргооны файл local/config/database.inc.php-г үүсгэж чадсангүй';
52?>
Note: See TracBrowser for help on using the repository browser.