diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-06-22 13:42:57 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-06-22 13:42:57 +0000 |
commit | 8823be79e9b8d78148692741b22e3a495355d0e4 (patch) | |
tree | 403606768b4b0efdea41f58b49815609b953c14b | |
parent | 8af52d841930de862f9e044302543ef2ad2a8b95 (diff) |
[adminmultiview] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@15945 68402e56-0260-453c-a942-63ccdbb3a9ee
-rwxr-xr-x | plugins/admin_multi_view/language/af_ZA/description.txt | 1 | ||||
-rw-r--r-- | plugins/admin_multi_view/language/af_ZA/index.php | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/admin_multi_view/language/af_ZA/description.txt b/plugins/admin_multi_view/language/af_ZA/description.txt new file mode 100755 index 000000000..933d91b6c --- /dev/null +++ b/plugins/admin_multi_view/language/af_ZA/description.txt @@ -0,0 +1 @@ +Laat administrateurs toe om die gallery as gaste te sien en/of die taal en/of die tema in die ry te verander. Prakties om foute met veranderings op te spoor...
\ No newline at end of file diff --git a/plugins/admin_multi_view/language/af_ZA/index.php b/plugins/admin_multi_view/language/af_ZA/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/admin_multi_view/language/af_ZA/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |