[language_switch] Update pt_BR, thanks to : oigreslima

git-svn-id: http://piwigo.org/svn/trunk@16947 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Piwigo-TranslationTeam
2012-07-23 17:40:11 +00:00
parent e23052b963
commit 5cd320460c
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
Troque para outro idioma usando as bandeiras na página da sua galeria
@@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>