Skip to content

Commit

Permalink
translation update
Browse files Browse the repository at this point in the history
  • Loading branch information
nerun authored and dokuwiki-translate committed Jun 17, 2023
1 parent 24a1ec9 commit 58e6be1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
19 changes: 9 additions & 10 deletions lang/pt-br/lang.php
@@ -1,16 +1,15 @@
<?php

/**
* portugese language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Matthias Schulte <mailinglist@lupo49.de>
*
* @author Daniel Dias Rodrigues <danieldiasr@gmail.com>
* @author Matthias Schulte <mailinglist@lupo49.de>
*/

// custom language strings for the plugin
$lang['reveal'] = 'mostrar';
$lang['reveallong'] = 'mostrar conteúdo oculto';

$lang['hide'] = 'ocultar';
$lang['hidelong'] = 'ocultar conteúdo';

//Setup VIM: ex: et ts=2 :
$lang['reveal'] = 'mostrar';
$lang['reveallong'] = 'mostrar conteúdo oculto';
$lang['hide'] = 'ocultar';
$lang['hidelong'] = 'ocultar conteúdo';
$lang['fold_unfold_all_button'] = 'Ocultar/mostrar tudo';
11 changes: 11 additions & 0 deletions lang/pt-br/settings.php
@@ -0,0 +1,11 @@
<?php

/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Daniel Dias Rodrigues <danieldiasr@gmail.com>
*/
$lang['hide'] = 'Mensagem (dica) para ocultar<br />(deixe em branco para usar a string localizada)';
$lang['reveal'] = 'Mensagem (dica) para mostrar<br />(deixe em branco para usar a string localizada)';
$lang['unfold_default'] = 'Mostre tudo por padrão';
$lang['show_fold_unfold_all_button'] = 'Mostrar um botão na área de ferramenta de página que mostra/oculta todos os textos da página atual';

0 comments on commit 58e6be1

Please sign in to comment.