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