[language_switch] Update af_ZA, thanks to : maeztro

git-svn-id: http://piwigo.org/svn/trunk@15521 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Piwigo-TranslationTeam
2012-06-04 09:55:39 +00:00
parent 05e300ea8e
commit 9211d5abb6
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
Skakel na 'n ander taal deur vlae op jou gallery se tuisblad.
@@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>