diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-06-04 09:55:39 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-06-04 09:55:39 +0000 |
commit | 9211d5abb66efdab6bd365b49ef5bfde3e7362c3 (patch) | |
tree | f85a4922bd31981997e71c09786ac97ec41023f1 /plugins/language_switch/language | |
parent | 05e300ea8e2440a7d99743b8a2833186f3d066f3 (diff) |
[language_switch] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@15521 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/language_switch/language')
-rwxr-xr-x | plugins/language_switch/language/af_ZA/description.txt | 1 | ||||
-rw-r--r-- | plugins/language_switch/language/af_ZA/index.php | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/language_switch/language/af_ZA/description.txt b/plugins/language_switch/language/af_ZA/description.txt new file mode 100755 index 000000000..5b5fb07c1 --- /dev/null +++ b/plugins/language_switch/language/af_ZA/description.txt @@ -0,0 +1 @@ +Skakel na 'n ander taal deur vlae op jou gallery se tuisblad.
\ No newline at end of file diff --git a/plugins/language_switch/language/af_ZA/index.php b/plugins/language_switch/language/af_ZA/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/language_switch/language/af_ZA/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |