[2.4] - language update for 2.4.7 / plugins languages

git-svn-id: http://piwigo.org/svn/branches/2.4@20856 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
ddtddt
2013-02-19 18:28:54 +00:00
parent 5b07a9bfd2
commit 2e90ef9d6d
22 changed files with 167 additions and 26 deletions
@@ -0,0 +1 @@
แอดมินมัลติวิว
@@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>