aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiwigo-TranslationTeam <translate-github@piwigo.org>2012-06-07 19:50:40 +0000
committerPiwigo-TranslationTeam <translate-github@piwigo.org>2012-06-07 19:50:40 +0000
commit8bb75437f76ea2bcfc6af6fc9521380a233f55f0 (patch)
treee9583ddd5cfadc95ec3e9913695bfced4b097e2c
parent50fbfe188321dea93daae492295b158d3cadc41d (diff)
[language_switch] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@15594 68402e56-0260-453c-a942-63ccdbb3a9ee
-rwxr-xr-xplugins/language_switch/language/fa_IR/description.txt1
-rw-r--r--plugins/language_switch/language/fa_IR/index.php7
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/language_switch/language/fa_IR/description.txt b/plugins/language_switch/language/fa_IR/description.txt
new file mode 100755
index 000000000..e33630fff
--- /dev/null
+++ b/plugins/language_switch/language/fa_IR/description.txt
@@ -0,0 +1 @@
+به کمک عکس پرچم ها در صفحه ی اصلی گالری خود ، زبان گالری را تغییر دهید. \ No newline at end of file
diff --git a/plugins/language_switch/language/fa_IR/index.php b/plugins/language_switch/language/fa_IR/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/plugins/language_switch/language/fa_IR/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>