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/image/lang/ca.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sources/plugins/image/lang/ca.js (limited to 'sources/plugins/image/lang/ca.js') diff --git a/sources/plugins/image/lang/ca.js b/sources/plugins/image/lang/ca.js new file mode 100644 index 00000000..d7fcbb9d --- /dev/null +++ b/sources/plugins/image/lang/ca.js @@ -0,0 +1,25 @@ +/* +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', { + 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.' +} ); -- cgit v1.2.3