]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/forms/lang/pt-br.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / forms / lang / pt-br.js
1 /*
2 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'forms', 'pt-br', {
6 button: {
7 title: 'Formatar Botão',
8 text: 'Texto (Valor)',
9 type: 'Tipo',
10 typeBtn: 'Botão',
11 typeSbm: 'Enviar',
12 typeRst: 'Limpar'
13 },
14 checkboxAndRadio: {
15 checkboxTitle: 'Formatar Caixa de Seleção',
16 radioTitle: 'Formatar Botão de Opção',
17 value: 'Valor',
18 selected: 'Selecionado',
19 required: 'Obrigatório'
20 },
21 form: {
22 title: 'Formatar Formulário',
23 menu: 'Formatar Formulário',
24 action: 'Ação',
25 method: 'Método',
26 encoding: 'Codificação'
27 },
28 hidden: {
29 title: 'Formatar Campo Oculto',
30 name: 'Nome',
31 value: 'Valor'
32 },
33 select: {
34 title: 'Formatar Caixa de Listagem',
35 selectInfo: 'Informações',
36 opAvail: 'Opções disponíveis',
37 value: 'Valor',
38 size: 'Tamanho',
39 lines: 'linhas',
40 chkMulti: 'Permitir múltiplas seleções',
41 required: 'Obrigatório',
42 opText: 'Texto',
43 opValue: 'Valor',
44 btnAdd: 'Adicionar',
45 btnModify: 'Modificar',
46 btnUp: 'Para cima',
47 btnDown: 'Para baixo',
48 btnSetValue: 'Definir como selecionado',
49 btnDelete: 'Remover'
50 },
51 textarea: {
52 title: 'Formatar Área de Texto',
53 cols: 'Colunas',
54 rows: 'Linhas'
55 },
56 textfield: {
57 title: 'Formatar Caixa de Texto',
58 name: 'Nome',
59 value: 'Valor',
60 charWidth: 'Comprimento (em caracteres)',
61 maxChars: 'Número Máximo de Caracteres',
62 required: 'Obrigatório',
63 type: 'Tipo',
64 typeText: 'Texto',
65 typePass: 'Senha',
66 typeEmail: 'Email',
67 typeSearch: 'Busca',
68 typeTel: 'Número de Telefone',
69 typeUrl: 'URL'
70 }
71 } );