From 7adcb81e4f83f98c468889aaa5a85558ba88c770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 25 Jan 2016 17:45:33 +0100 Subject: Initial commit --- sources/plugins/forms/lang/ca.js | 71 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 sources/plugins/forms/lang/ca.js (limited to 'sources/plugins/forms/lang/ca.js') diff --git a/sources/plugins/forms/lang/ca.js b/sources/plugins/forms/lang/ca.js new file mode 100644 index 00000000..6b287286 --- /dev/null +++ b/sources/plugins/forms/lang/ca.js @@ -0,0 +1,71 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'forms', 'ca', { + button: { + title: 'Propietats del botó', + text: 'Text (Valor)', + type: 'Tipus', + typeBtn: 'Botó', + typeSbm: 'Transmet formulari', + typeRst: 'Reinicia formulari' + }, + checkboxAndRadio: { + checkboxTitle: 'Propietats de la casella de verificació', + radioTitle: 'Propietats del botó d\'opció', + value: 'Valor', + selected: 'Seleccionat', + required: 'Required' // MISSING + }, + form: { + title: 'Propietats del formulari', + menu: 'Propietats del formulari', + action: 'Acció', + method: 'Mètode', + encoding: 'Codificació' + }, + hidden: { + title: 'Propietats del camp ocult', + name: 'Nom', + value: 'Valor' + }, + select: { + title: 'Propietats del camp de selecció', + selectInfo: 'Info', + opAvail: 'Opcions disponibles', + value: 'Valor', + size: 'Mida', + lines: 'Línies', + chkMulti: 'Permet múltiples seleccions', + required: 'Required', // MISSING + opText: 'Text', + opValue: 'Valor', + btnAdd: 'Afegeix', + btnModify: 'Modifica', + btnUp: 'Amunt', + btnDown: 'Avall', + btnSetValue: 'Selecciona per defecte', + btnDelete: 'Elimina' + }, + textarea: { + title: 'Propietats de l\'àrea de text', + cols: 'Columnes', + rows: 'Files' + }, + textfield: { + title: 'Propietats del camp de text', + name: 'Nom', + value: 'Valor', + charWidth: 'Amplada', + maxChars: 'Nombre màxim de caràcters', + required: 'Required', // MISSING + type: 'Tipus', + typeText: 'Text', + typePass: 'Contrasenya', + typeEmail: 'Correu electrònic', + typeSearch: 'Cercar', + typeTel: 'Número de telèfon', + typeUrl: 'URL' + } +} ); -- cgit v1.2.3