diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-07-23 17:40:11 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-07-23 17:40:11 +0000 |
commit | 5cd320460c7118e2b71ab16efda189f78a87916d (patch) | |
tree | e249cc5a320f746c3f317de50376ef9d489f8710 /plugins | |
parent | e23052b963daa6a08cd039643e91f3bb25f04940 (diff) |
[language_switch] Update pt_BR, thanks to : oigreslima
git-svn-id: http://piwigo.org/svn/trunk@16947 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/language_switch/language/pt_BR/description.txt | 1 | ||||
-rw-r--r-- | plugins/language_switch/language/pt_BR/index.php | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/language_switch/language/pt_BR/description.txt b/plugins/language_switch/language/pt_BR/description.txt new file mode 100755 index 000000000..353c1dcd9 --- /dev/null +++ b/plugins/language_switch/language/pt_BR/description.txt @@ -0,0 +1 @@ +Troque para outro idioma usando as bandeiras na página da sua galeria diff --git a/plugins/language_switch/language/pt_BR/index.php b/plugins/language_switch/language/pt_BR/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/language_switch/language/pt_BR/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |