about summary refs log tree commit diff stats
path: root/app/assets/javascripts/ckeditor/plugins/image2/lang/oc.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/oc.js')
-rw-r--r--app/assets/javascripts/ckeditor/plugins/image2/lang/oc.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/oc.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/oc.js new file mode 100644 index 0000000..1b75050 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/image2/lang/oc.js
@@ -0,0 +1,21 @@
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', 'oc', {
6 alt: 'Tèxte alternatiu',
7 btnUpload: 'Mandar sul servidor',
8 captioned: 'Imatge amb legenda',
9 captionPlaceholder: 'Legenda',
10 infoTab: 'Informacions sus l\'imatge',
11 lockRatio: 'Conservar las proporcions',
12 menu: 'Proprietats de l\'imatge',
13 pathName: 'imatge',
14 pathNameCaption: 'legenda',
15 resetSize: 'Reïnicializar la talha',
16 resizer: 'Clicar e lisar per redimensionar',
17 title: 'Proprietats de l\'imatge',
18 uploadTab: 'Mandar',
19 urlMissing: 'L\'URL font de l\'imatge es mancanta.',
20 altMissing: 'Lo tèxte alternatiu es mancant.'
21} );