about summary refs log tree commit diff stats
path: root/app/assets/javascripts/ckeditor/plugins/image2/lang/ca.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/ca.js')
-rw-r--r--app/assets/javascripts/ckeditor/plugins/image2/lang/ca.js21
1 files changed, 0 insertions, 21 deletions
diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/ca.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/ca.js deleted file mode 100644 index 66feadc..0000000 --- a/app/assets/javascripts/ckeditor/plugins/image2/lang/ca.js +++ /dev/null
@@ -1,21 +0,0 @@
1/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'image2', 'ca', {
6 alt: 'Text alternatiu',
7 btnUpload: 'Envia-la al servidor',
8 captioned: 'Imatge amb subtítol',
9 captionPlaceholder: 'Títol',
10 infoTab: 'Informació de la imatge',
11 lockRatio: 'Bloqueja les proporcions',
12 menu: 'Propietats de la imatge',
13 pathName: 'imatge',
14 pathNameCaption: 'subtítol',
15 resetSize: 'Restaura la mida',
16 resizer: 'Clicar i arrossegar per redimensionar',
17 title: 'Propietats de la imatge',
18 uploadTab: 'Puja',
19 urlMissing: 'Falta la URL de la imatge.',
20 altMissing: 'Alternative text is missing.' // MISSING
21} );