summaryrefslogtreecommitdiff
path: root/plugins/forms/lang/pt-br.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/forms/lang/pt-br.js')
-rw-r--r--plugins/forms/lang/pt-br.js68
1 files changed, 0 insertions, 68 deletions
diff --git a/plugins/forms/lang/pt-br.js b/plugins/forms/lang/pt-br.js
deleted file mode 100644
index 9119981..0000000
--- a/plugins/forms/lang/pt-br.js
+++ /dev/null
@@ -1,68 +0,0 @@
-/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-CKEDITOR.plugins.setLang( 'forms', 'pt-br', {
- button: {
- title: 'Formatar Botão',
- text: 'Texto (Valor)',
- type: 'Tipo',
- typeBtn: 'Botão',
- typeSbm: 'Enviar',
- typeRst: 'Limpar'
- },
- checkboxAndRadio: {
- checkboxTitle: 'Formatar Caixa de Seleção',
- radioTitle: 'Formatar Botão de Opção',
- value: 'Valor',
- selected: 'Selecionado'
- },
- form: {
- title: 'Formatar Formulário',
- menu: 'Formatar Formulário',
- action: 'Ação',
- method: 'Método',
- encoding: 'Codificação'
- },
- hidden: {
- title: 'Formatar Campo Oculto',
- name: 'Nome',
- value: 'Valor'
- },
- select: {
- title: 'Formatar Caixa de Listagem',
- selectInfo: 'Informações',
- opAvail: 'Opções disponíveis',
- value: 'Valor',
- size: 'Tamanho',
- lines: 'linhas',
- chkMulti: 'Permitir múltiplas seleções',
- opText: 'Texto',
- opValue: 'Valor',
- btnAdd: 'Adicionar',
- btnModify: 'Modificar',
- btnUp: 'Para cima',
- btnDown: 'Para baixo',
- btnSetValue: 'Definir como selecionado',
- btnDelete: 'Remover'
- },
- textarea: {
- title: 'Formatar Área de Texto',
- cols: 'Colunas',
- rows: 'Linhas'
- },
- textfield: {
- title: 'Formatar Caixa de Texto',
- name: 'Nome',
- value: 'Valor',
- charWidth: 'Comprimento (em caracteres)',
- maxChars: 'Número Máximo de Caracteres',
- type: 'Tipo',
- typeText: 'Texto',
- typePass: 'Senha',
- typeEmail: 'Email',
- typeSearch: 'Busca',
- typeTel: 'Número de Telefone',
- typeUrl: 'URL'
- }
-});