diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-04-27 19:00:52 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-04-27 19:00:52 +0000 |
commit | e15cd70b3e0291b94c9eb072783719ebdbe8cead (patch) | |
tree | 8b8bcde1b7582b7dc57151cdb2ae46fb7e94fa12 /plugins/TakeATour/language/zh_CN | |
parent | fa04e97db495df1ce1e43d8c940bc6e12d69ad6f (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-x | plugins/TakeATour/language/zh_CN/description.txt | 1 | ||||
-rw-r--r-- | plugins/TakeATour/language/zh_CN/index.php | 7 |
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(); +?> |