diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-07-31 06:18:11 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-07-31 06:18:11 +0000 |
commit | 73880d7d52ea11522639bd656dc562831a79b820 (patch) | |
tree | 7503c3ee7da24d421c960fd0d321c14b586cd684 | |
parent | 541ce22808857234de7de73a4eab7da7f2c57ebd (diff) |
[adminmultiview] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@17239 68402e56-0260-453c-a942-63ccdbb3a9ee
-rwxr-xr-x | plugins/admin_multi_view/language/th_TH/description.txt | 1 | ||||
-rw-r--r-- | plugins/admin_multi_view/language/th_TH/index.php | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/admin_multi_view/language/th_TH/description.txt b/plugins/admin_multi_view/language/th_TH/description.txt new file mode 100755 index 000000000..af23da749 --- /dev/null +++ b/plugins/admin_multi_view/language/th_TH/description.txt @@ -0,0 +1 @@ +แอดมินมัลติวิว
\ No newline at end of file diff --git a/plugins/admin_multi_view/language/th_TH/index.php b/plugins/admin_multi_view/language/th_TH/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/admin_multi_view/language/th_TH/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |