[language_switch] Update km_KH, thanks to : osify

git-svn-id: http://piwigo.org/svn/trunk@27749 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Piwigo-TranslationTeam
2014-03-14 05:07:35 +00:00
parent fbb872b842
commit 6ca95784e4
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
ផ្តូរ​ទៅ​ភាសាដទៃ​ទៀត ដោយការ​ប្រើប្រាស់​រូប​ទង់ជាតិ​លើទំព័រ​វិចិត្រសាល​របស់​អ្នក។
@@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>