diff options
Diffstat (limited to 'plugins/forms/lang/ca.js')
| -rw-r--r-- | plugins/forms/lang/ca.js | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/plugins/forms/lang/ca.js b/plugins/forms/lang/ca.js new file mode 100644 index 0000000..c0c385f --- /dev/null +++ b/plugins/forms/lang/ca.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+ },
+ 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',
+ 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',
+ type: 'Tipus',
+ typeText: 'Text',
+ typePass: 'Contrasenya',
+ typeEmail: 'Correu electrònic',
+ typeSearch: 'Cercar',
+ typeTel: 'Número de telèfon',
+ typeUrl: 'URL'
+ }
+});
|
