[language_switch] Update mn_MN, thanks to : Ulzii

git-svn-id: http://piwigo.org/svn/trunk@25463 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Piwigo-TranslationTeam 2013-11-12 09:47:27 +00:00
parent 35337b01ae
commit 2eb4059d58
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1 @@
Хэлээ солихыг хүсвэл нүүр хуудасан дахь далбааны зурагнаас сонгоно уу.

View file

@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>