Add new lines from editor settings and was corrected a little lines in the validation.php language

This commit is contained in:
Fabricio Pereira Rabelo 2014-06-13 16:53:40 -03:00
parent 6095934f81
commit 845ec08655
2 changed files with 16 additions and 3 deletions

View File

@ -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',
],
];

View File

@ -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.
|