[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:
parent
fd48db6963
commit
f8c933f207
2 changed files with 8 additions and 0 deletions
1
plugins/admin_multi_view/language/pt_BR/description.txt
Executable file
1
plugins/admin_multi_view/language/pt_BR/description.txt
Executable 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...
|
||||
7
plugins/admin_multi_view/language/pt_BR/index.php
Normal file
7
plugins/admin_multi_view/language/pt_BR/index.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue