Skip to content

Commit 5e1dff2

Browse files
joli-rasterdokuwiki-translate
authored andcommitted
translation update
1 parent a6cfd52 commit 5e1dff2

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

lang/pt-br/lang.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?php
2+
23
/**
34
* Portuguese language file
45
*
56
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6-
* @author Flávio Roberto Santos <[email protected]>
7+
*
8+
* @author Flávio Roberto Santos <[email protected]>
79
*/
8-
9-
// custom language strings for the plugin
10-
$lang['readmore'] = '→ leia mais...';
11-
12-
//Setup VIM: ex: et ts=2 :
10+
$lang['readmore'] = '→ leia mais...';

lang/pt-br/settings.php

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
<?php
2+
23
/**
34
* Portuguese language file
45
*
56
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6-
* @author Flávio Roberto Santos <[email protected]>
7+
*
8+
* @author Gabriel Pereira <[email protected]>
9+
* @author Flávio Roberto Santos <[email protected]>
710
*/
8-
9-
// for the configuration manager
10-
$lang['firstseconly'] = 'mostrar apenas primeira seção de registros do blog';
11-
$lang['showdate'] = 'mostrar datas abaixo dos registros do blog';
12-
$lang['showuser'] = 'mostrar usernames abaixo dos registros do blog';
13-
14-
//Setup VIM: ex: et ts=2 :
11+
$lang['firstseconly'] = 'mostrar apenas primeira seção de registros do blog';
12+
$lang['showfooter'] = 'Mostrar informação para o blog incluído abaixo';
13+
$lang['showdate'] = 'mostrar datas abaixo dos registros do blog';
14+
$lang['showuser'] = 'mostrar usernames abaixo dos registros do blog';
15+
$lang['order_o_id'] = 'ID do blog';
16+
$lang['order_o_title'] = 'título';
17+
$lang['order_o_created'] = 'data da criação';
18+
$lang['order_o_modified'] = 'data de modificação';

0 commit comments

Comments
 (0)