add contents
This commit is contained in:
17
lib/plugins/hidden/lang/pt-br/lang.php
Normal file
17
lib/plugins/hidden/lang/pt-br/lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
*
|
||||
* Brazilian portuguese language file
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Alexandre Belchior <alexbelchior@gmail.com>
|
||||
* @author Benedito Carneiro <ctsbc@yahoo.com.br>
|
||||
*/
|
||||
$lang['encoding'] = 'utf-8';
|
||||
$lang['direction'] = 'ltr';
|
||||
$lang['onHidden'] = 'Clique para exibir ⇲';
|
||||
$lang['onVisible'] = 'Clique para esconder ⇱';
|
||||
$lang['edit'] = 'Editar a seção escondida';
|
||||
$lang['button'] = 'Seção escondida';
|
||||
$lang['switch.default'] = 'Clique para exibir / ocultar todos os elementos';
|
Reference in New Issue
Block a user