aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/TakeATour/language/zh_CN
diff options
context:
space:
mode:
authorPiwigo-TranslationTeam <translate-github@piwigo.org>2014-04-27 19:00:52 +0000
committerPiwigo-TranslationTeam <translate-github@piwigo.org>2014-04-27 19:00:52 +0000
commite15cd70b3e0291b94c9eb072783719ebdbe8cead (patch)
tree8b8bcde1b7582b7dc57151cdb2ae46fb7e94fa12 /plugins/TakeATour/language/zh_CN
parentfa04e97db495df1ce1e43d8c940bc6e12d69ad6f (diff)
[takeatour] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@28272 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour/language/zh_CN')
-rwxr-xr-xplugins/TakeATour/language/zh_CN/description.txt1
-rw-r--r--plugins/TakeATour/language/zh_CN/index.php7
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/TakeATour/language/zh_CN/description.txt b/plugins/TakeATour/language/zh_CN/description.txt
new file mode 100755
index 000000000..7477e2783
--- /dev/null
+++ b/plugins/TakeATour/language/zh_CN/description.txt
@@ -0,0 +1 @@
+访问您的 Piwigo,探索它的特性。本插件为初学者与高级用户提供了多种主题的导览。 \ No newline at end of file
diff --git a/plugins/TakeATour/language/zh_CN/index.php b/plugins/TakeATour/language/zh_CN/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/plugins/TakeATour/language/zh_CN/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>