aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/forms/lang/pt-br.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/forms/lang/pt-br.js')
-rw-r--r--sources/plugins/forms/lang/pt-br.js71
1 files changed, 71 insertions, 0 deletions
diff --git a/sources/plugins/forms/lang/pt-br.js b/sources/plugins/forms/lang/pt-br.js
new file mode 100644
index 00000000..d9fd77d2
--- /dev/null
+++ b/sources/plugins/forms/lang/pt-br.js
@@ -0,0 +1,71 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.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} );