[takeatour] Update zh_CN, thanks to : dennisyan

git-svn-id: http://piwigo.org/svn/trunk@28272 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Piwigo-TranslationTeam 2014-04-27 19:00:52 +00:00
parent fa04e97db4
commit e15cd70b3e
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1 @@
访问您的 Piwigo探索它的特性。本插件为初学者与高级用户提供了多种主题的导览。

View file

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