aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorPiwigo-TranslationTeam <translate-github@piwigo.org>2013-11-12 09:47:27 +0000
committerPiwigo-TranslationTeam <translate-github@piwigo.org>2013-11-12 09:47:27 +0000
commit2eb4059d58557ef9461afb2fc733a45d4c0c3d7d (patch)
tree2118b345d9eb369376d02588e03aa10315c89694 /plugins
parent35337b01aeabfddd8eede74ca1c7e2b48672b595 (diff)
[language_switch] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@25463 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/language_switch/language/mn_MN/description.txt1
-rw-r--r--plugins/language_switch/language/mn_MN/index.php7
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/language_switch/language/mn_MN/description.txt b/plugins/language_switch/language/mn_MN/description.txt
new file mode 100755
index 000000000..730252509
--- /dev/null
+++ b/plugins/language_switch/language/mn_MN/description.txt
@@ -0,0 +1 @@
+Хэлээ солихыг хүсвэл нүүр хуудасан дахь далбааны зурагнаас сонгоно уу. \ No newline at end of file
diff --git a/plugins/language_switch/language/mn_MN/index.php b/plugins/language_switch/language/mn_MN/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/plugins/language_switch/language/mn_MN/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>