diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2013-05-29 04:15:03 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2013-05-29 04:15:03 +0000 |
commit | ca1f91de92921a5e813bd80269d385e041daf05a (patch) | |
tree | 8f52aaa67b552db38754592030554f7808c7eef7 /plugins/admin_multi_view | |
parent | 2718af4da673af50a24941b5949725995988c83d (diff) |
[adminmultiview] Update zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@22927 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/admin_multi_view')
-rwxr-xr-x | plugins/admin_multi_view/language/zh_HK/description.txt | 1 | ||||
-rw-r--r-- | plugins/admin_multi_view/language/zh_HK/index.php | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/admin_multi_view/language/zh_HK/description.txt b/plugins/admin_multi_view/language/zh_HK/description.txt new file mode 100755 index 000000000..619671774 --- /dev/null +++ b/plugins/admin_multi_view/language/zh_HK/description.txt @@ -0,0 +1 @@ +允許管理員以嘉賓身份查看相簿和/或更改語言和/或主題。對調試很有用...
\ No newline at end of file diff --git a/plugins/admin_multi_view/language/zh_HK/index.php b/plugins/admin_multi_view/language/zh_HK/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/admin_multi_view/language/zh_HK/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |