Add JS files
This commit is contained in:
26
include/jQuery/ckeditor/plugins/image/lang/ca.js
Executable file
26
include/jQuery/ckeditor/plugins/image/lang/ca.js
Executable file
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'image', 'ca', {
|
||||
alertUrl: 'Si us plau, escriviu la URL de la imatge',
|
||||
alt: 'Text alternatiu',
|
||||
border: 'Vora',
|
||||
btnUpload: 'Envia-la al servidor',
|
||||
button2Img: 'Voleu transformar el botó d\'imatge seleccionat en una simple imatge?',
|
||||
hSpace: 'Espaiat horit.',
|
||||
img2Button: 'Voleu transformar la imatge seleccionada en un botó d\'imatge?',
|
||||
infoTab: 'Informació de la imatge',
|
||||
linkTab: 'Enllaç',
|
||||
lockRatio: 'Bloqueja les proporcions',
|
||||
menu: 'Propietats de la imatge',
|
||||
resetSize: 'Restaura la mida',
|
||||
title: 'Propietats de la imatge',
|
||||
titleButton: 'Propietats del botó d\'imatge',
|
||||
upload: 'Puja',
|
||||
urlMissing: 'Falta la URL de la imatge.',
|
||||
vSpace: 'Espaiat vert.',
|
||||
validateBorder: 'La vora ha de ser un nombre enter.',
|
||||
validateHSpace: 'HSpace ha de ser un nombre enter.',
|
||||
validateVSpace: 'VSpace ha de ser un nombre enter.'
|
||||
} );
|
||||
Reference in New Issue
Block a user