File tree Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 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... ' ;
Original file line number Diff line number Diff line change 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 ' ;
You can’t perform that action at this time.
0 commit comments