From 5e1dff2d4355830e37e4edf1931bf3c4d87d30ec Mon Sep 17 00:00:00 2001 From: Gabriel Pereira Date: Mon, 23 Sep 2024 19:00:20 +0200 Subject: [PATCH] translation update --- lang/pt-br/lang.php | 10 ++++------ lang/pt-br/settings.php | 20 ++++++++++++-------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/lang/pt-br/lang.php b/lang/pt-br/lang.php index 883c19b..ced5da5 100644 --- a/lang/pt-br/lang.php +++ b/lang/pt-br/lang.php @@ -1,12 +1,10 @@ + * + * @author Flávio Roberto Santos */ - -// custom language strings for the plugin -$lang['readmore'] = '→ leia mais...'; - -//Setup VIM: ex: et ts=2 : +$lang['readmore'] = '→ leia mais...'; diff --git a/lang/pt-br/settings.php b/lang/pt-br/settings.php index 11cf604..aea4040 100644 --- a/lang/pt-br/settings.php +++ b/lang/pt-br/settings.php @@ -1,14 +1,18 @@ + * + * @author Gabriel Pereira + * @author Flávio Roberto Santos */ - -// for the configuration manager -$lang['firstseconly'] = 'mostrar apenas primeira seção de registros do blog'; -$lang['showdate'] = 'mostrar datas abaixo dos registros do blog'; -$lang['showuser'] = 'mostrar usernames abaixo dos registros do blog'; - -//Setup VIM: ex: et ts=2 : +$lang['firstseconly'] = 'mostrar apenas primeira seção de registros do blog'; +$lang['showfooter'] = 'Mostrar informação para o blog incluído abaixo'; +$lang['showdate'] = 'mostrar datas abaixo dos registros do blog'; +$lang['showuser'] = 'mostrar usernames abaixo dos registros do blog'; +$lang['order_o_id'] = 'ID do blog'; +$lang['order_o_title'] = 'título'; +$lang['order_o_created'] = 'data da criação'; +$lang['order_o_modified'] = 'data de modificação';