72 lines
1.7 KiB
JavaScript
72 lines
1.7 KiB
JavaScript
/*
|
|
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'forms', 'oc', {
|
|
button: {
|
|
title: 'Proprietats del boton',
|
|
text: 'Tèxte',
|
|
type: 'Tipe',
|
|
typeBtn: 'Boton',
|
|
typeSbm: 'Validacion',
|
|
typeRst: 'Remesa a zèro'
|
|
},
|
|
checkboxAndRadio: {
|
|
checkboxTitle: 'Proprietats de la casa de marcar',
|
|
radioTitle: 'Proprietats del boton ràdio',
|
|
value: 'Valor',
|
|
selected: 'Seleccionat',
|
|
required: 'Requesit'
|
|
},
|
|
form: {
|
|
title: 'Proprietats del formulari',
|
|
menu: 'Proprietats del formulari',
|
|
action: 'Accion',
|
|
method: 'Metòde',
|
|
encoding: 'Encodatge'
|
|
},
|
|
hidden: {
|
|
title: 'Proprietats del camp invisible',
|
|
name: 'Nom',
|
|
value: 'Valor'
|
|
},
|
|
select: {
|
|
title: 'Proprietats del menú desenrotlant',
|
|
selectInfo: 'Informacions sul menú desenrotlant',
|
|
opAvail: 'Opcions disponiblas',
|
|
value: 'Valor',
|
|
size: 'Talha',
|
|
lines: 'linhas',
|
|
chkMulti: 'Permetre las seleccions multiplas',
|
|
required: 'Requesit',
|
|
opText: 'Tèxte',
|
|
opValue: 'Valor',
|
|
btnAdd: 'Apondre',
|
|
btnModify: 'Modificar',
|
|
btnUp: 'Naut',
|
|
btnDown: 'Bas',
|
|
btnSetValue: 'Definir coma valor seleccionada',
|
|
btnDelete: 'Suprimir'
|
|
},
|
|
textarea: {
|
|
title: 'Proprietats de la zòna de tèxte',
|
|
cols: 'Colomnas',
|
|
rows: 'Linhas'
|
|
},
|
|
textfield: {
|
|
title: 'Proprietats del camp tèxte',
|
|
name: 'Nom',
|
|
value: 'Valor',
|
|
charWidth: 'Largor dels caractèrs',
|
|
maxChars: 'Nombre maximum de caractèrs',
|
|
required: 'Requesit',
|
|
type: 'Tipe',
|
|
typeText: 'Tèxte',
|
|
typePass: 'Senhal',
|
|
typeEmail: 'Corrièr electronic',
|
|
typeSearch: 'Recercar',
|
|
typeTel: 'Numèro de telefòn',
|
|
typeUrl: 'URL'
|
|
}
|
|
} );
|