From 845ec08655da19cf94caa1401b4841f463f55de6 Mon Sep 17 00:00:00 2001 From: Fabricio Pereira Rabelo Date: Fri, 13 Jun 2014 16:53:40 -0300 Subject: [PATCH] Add new lines from editor settings and was corrected a little lines in the validation.php language --- modules/backend/lang/pt-br/lang.php | 15 ++++++++++++++- modules/system/lang/pt-br/validation.php | 4 ++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/modules/backend/lang/pt-br/lang.php b/modules/backend/lang/pt-br/lang.php index 1ac4fc02b..f2c8485eb 100644 --- a/modules/backend/lang/pt-br/lang.php +++ b/modules/backend/lang/pt-br/lang.php @@ -145,4 +145,17 @@ return [ 'permissions' => 'Diretório :name ou em seus subdiretórios não é gravável para o PHP. Por favor, defina permissões para o servidor neste diretório correspondente.', 'extension' => 'A extenção PHP :name não está instalada. Por favor, instale esta biblioteca para ativar a extensão.' ], -]; + 'editor' => [ + 'menu_label' => 'Definições do Editor', + 'menu_description' => 'Gerenciar configurações do editor.', + 'font_size' => 'Tamanho da fonte', + 'tab_size' => 'Tamanho do espaçamento', + 'use_hard_tabs' => 'Recuo usando guias', + 'code_folding' => 'Código flexível', + 'word_wrap' => 'Quebra de linha', + 'highlight_active_line' => 'Destaque na linha ativa', + 'show_invisibles' => 'Mostrar caracteres invisíveis', + 'show_gutter' => 'Mostrar numeração de linhas', + 'theme' => 'Esquema de cores', + ], +]; \ No newline at end of file diff --git a/modules/system/lang/pt-br/validation.php b/modules/system/lang/pt-br/validation.php index 50a68c3ed..240107828 100644 --- a/modules/system/lang/pt-br/validation.php +++ b/modules/system/lang/pt-br/validation.php @@ -7,7 +7,7 @@ return array( | Validation Language Lines |-------------------------------------------------------------------------- | - | O following language lines contain the default error messages used by + | The following language lines contain the default error messages used by | the validator class. Some of these rules have multiple versions such | such as the size rules. Feel free to tweak each of these messages. | @@ -87,7 +87,7 @@ return array( | Custom Validation Attributes |-------------------------------------------------------------------------- | - | O following language lines are used to swap attribute place-holders + | The following language lines are used to swap attribute place-holders | with something more reader friendly such as E-Mail Address instead | of "email". This simply helps us make messages a little cleaner. |