[adminmultiview] Update pt_BR, thanks to : oigreslima

git-svn-id: http://piwigo.org/svn/trunk@17056 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Piwigo-TranslationTeam 2012-07-25 18:01:11 +00:00
commit f8c933f207
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1 @@
Permite que os administradores vejam a galeria como convidado e/ou mude o idioma e/ou tema em tempo real. Prático para debugar as alterações...

View file

@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>