tramway-admin 1.3.3 → 1.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/ckeditor/config.js +29 -0
- data/app/assets/javascripts/ckeditor/plugins/image/dialogs/image.js +1259 -0
- data/app/assets/javascripts/ckeditor/plugins/image/icons/hidpi/image.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/image/icons/image.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/image/images/noimage.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/af.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/ar.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/az.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/bg.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/bn.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/bs.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/ca.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/cs.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/cy.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/da.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/de-ch.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/de.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/el.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/en-au.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/en-ca.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/en-gb.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/en.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/eo.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/es-mx.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/es.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/et.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/eu.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/fa.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/fi.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/fo.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/fr-ca.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/fr.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/gl.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/gu.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/he.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/hi.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/hr.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/hu.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/id.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/is.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/it.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/ja.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/ka.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/km.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/ko.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/ku.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/lt.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/lv.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/mk.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/mn.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/ms.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/nb.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/nl.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/no.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/oc.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/pl.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/pt-br.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/pt.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/ro.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/ru.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/si.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/sk.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/sl.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/sq.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/sr-latn.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/sr.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/sv.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/th.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/tr.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/tt.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/ug.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/uk.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/vi.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/zh-cn.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/lang/zh.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/image/plugin.js +184 -0
- data/app/assets/javascripts/tramway/admin/application.js.coffee +1 -0
- data/app/views/layouts/tramway/admin/application.html.haml +0 -5
- data/config/initializers/ckeditor.rb +1 -1
- data/lib/tramway/admin/version.rb +1 -1
- metadata +78 -4
- data/app/assets/config/tramway_admin_manifest.js +0 -2
- data/app/assets/javascripts/tramway/admin/ckeditor/config.js +0 -3
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image', 'af', {
|
|
6
|
+
alt: 'Alternatiewe teks',
|
|
7
|
+
border: 'Rand',
|
|
8
|
+
btnUpload: 'Stuur na bediener',
|
|
9
|
+
button2Img: 'Wil u die geselekteerde afbeeldingsknop vervang met \'n eenvoudige afbeelding?',
|
|
10
|
+
hSpace: 'HSpasie',
|
|
11
|
+
img2Button: 'Wil u die geselekteerde afbeelding vervang met \'n afbeeldingsknop?',
|
|
12
|
+
infoTab: 'Afbeelding informasie',
|
|
13
|
+
linkTab: 'Skakel',
|
|
14
|
+
lockRatio: 'Vaste proporsie',
|
|
15
|
+
menu: 'Afbeelding eienskappe',
|
|
16
|
+
resetSize: 'Herstel grootte',
|
|
17
|
+
title: 'Afbeelding eienskappe',
|
|
18
|
+
titleButton: 'Afbeeldingsknop eienskappe',
|
|
19
|
+
upload: 'Oplaai',
|
|
20
|
+
urlMissing: 'Die URL na die afbeelding ontbreek.',
|
|
21
|
+
vSpace: 'VSpasie',
|
|
22
|
+
validateBorder: 'Rand moet \'n heelgetal wees.',
|
|
23
|
+
validateHSpace: 'HSpasie moet \'n heelgetal wees.',
|
|
24
|
+
validateVSpace: 'VSpasie moet \'n heelgetal wees.'
|
|
25
|
+
} );
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image', 'ar', {
|
|
6
|
+
alt: 'عنوان الصورة',
|
|
7
|
+
border: 'سمك الحدود',
|
|
8
|
+
btnUpload: 'أرسلها للخادم',
|
|
9
|
+
button2Img: 'هل تريد تحويل زر الصورة المختار إلى صورة بسيطة؟',
|
|
10
|
+
hSpace: 'تباعد أفقي',
|
|
11
|
+
img2Button: 'هل تريد تحويل الصورة المختارة إلى زر صورة؟',
|
|
12
|
+
infoTab: 'معلومات الصورة',
|
|
13
|
+
linkTab: 'الرابط',
|
|
14
|
+
lockRatio: 'تناسق الحجم',
|
|
15
|
+
menu: 'خصائص الصورة',
|
|
16
|
+
resetSize: 'إستعادة الحجم الأصلي',
|
|
17
|
+
title: 'خصائص الصورة',
|
|
18
|
+
titleButton: 'خصائص زر الصورة',
|
|
19
|
+
upload: 'رفع',
|
|
20
|
+
urlMissing: 'عنوان مصدر الصورة مفقود',
|
|
21
|
+
vSpace: 'تباعد عمودي',
|
|
22
|
+
validateBorder: 'الإطار يجب أن يكون عددا',
|
|
23
|
+
validateHSpace: 'HSpace يجب أن يكون عدداً.',
|
|
24
|
+
validateVSpace: 'VSpace يجب أن يكون عدداً.'
|
|
25
|
+
} );
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image', 'az', {
|
|
6
|
+
alt: 'Alternativ mətn',
|
|
7
|
+
border: 'Sərhəd',
|
|
8
|
+
btnUpload: 'Serverə yüklə',
|
|
9
|
+
button2Img: 'Şəkil tipli düyməni şəklə çevirmək istədiyinizə əminsinizmi?',
|
|
10
|
+
hSpace: 'Üfüqi boşluq',
|
|
11
|
+
img2Button: 'Şəkli şəkil tipli düyməyə çevirmək istədiyinizə əminsinizmi?',
|
|
12
|
+
infoTab: 'Şəkil haqqında məlumat',
|
|
13
|
+
linkTab: 'Link',
|
|
14
|
+
lockRatio: 'Ölçülərin uyğunluğu saxla',
|
|
15
|
+
menu: 'Şəklin seçimləri',
|
|
16
|
+
resetSize: 'Ölçüləri qaytar',
|
|
17
|
+
title: 'Şəklin seçimləri',
|
|
18
|
+
titleButton: 'Şəkil tipli düyməsinin seçimləri',
|
|
19
|
+
upload: 'Serverə yüklə',
|
|
20
|
+
urlMissing: 'Şəklin ünvanı yanlışdır.',
|
|
21
|
+
vSpace: 'Şaquli boşluq',
|
|
22
|
+
validateBorder: 'Sərhədin eni rəqəm olmalıdır.',
|
|
23
|
+
validateHSpace: 'Üfüqi boşluq rəqəm olmalıdır.',
|
|
24
|
+
validateVSpace: 'Şaquli boşluq rəqəm olmalıdır.'
|
|
25
|
+
} );
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image', 'bg', {
|
|
6
|
+
alt: 'Алтернативен текст',
|
|
7
|
+
border: 'Рамка',
|
|
8
|
+
btnUpload: 'Изпрати на сървъра',
|
|
9
|
+
button2Img: 'Искате ли да превърнете избрания бутон за изображение в просто изображение?',
|
|
10
|
+
hSpace: 'Хоризонтален отстъп',
|
|
11
|
+
img2Button: 'Искате ли да превърнете избраното изображение в бутон за изображение?',
|
|
12
|
+
infoTab: 'Изображение',
|
|
13
|
+
linkTab: 'Връзка',
|
|
14
|
+
lockRatio: 'Заключване на съотношението',
|
|
15
|
+
menu: 'Настройки на изображение',
|
|
16
|
+
resetSize: 'Нулиране на размер',
|
|
17
|
+
title: 'Настройки на изображение',
|
|
18
|
+
titleButton: 'Настройки на бутон за изображение',
|
|
19
|
+
upload: 'Качване',
|
|
20
|
+
urlMissing: 'URL адресът на изображението липсва.',
|
|
21
|
+
vSpace: 'Вертикален отстъп',
|
|
22
|
+
validateBorder: 'Рамката трябва да е цяло число.',
|
|
23
|
+
validateHSpace: 'Хоризонтален отстъп трябва да е цяло число.',
|
|
24
|
+
validateVSpace: 'Вертикален отстъп трябва да е цяло число.'
|
|
25
|
+
} );
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image', 'bn', {
|
|
6
|
+
alt: 'বিকল্প টেক্সট',
|
|
7
|
+
border: 'বর্ডার',
|
|
8
|
+
btnUpload: 'ইহাকে সার্ভারে প্রেরন কর',
|
|
9
|
+
button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING
|
|
10
|
+
hSpace: 'হরাইজন্টাল স্পেস',
|
|
11
|
+
img2Button: 'Do you want to transform the selected image on a image button?', // MISSING
|
|
12
|
+
infoTab: 'ছবির তথ্য',
|
|
13
|
+
linkTab: 'লিংক',
|
|
14
|
+
lockRatio: 'অনুপাত লক কর',
|
|
15
|
+
menu: 'ছবির প্রোপার্টি',
|
|
16
|
+
resetSize: 'সাইজ পূর্বাবস্থায় ফিরিয়ে দাও',
|
|
17
|
+
title: 'ছবির প্রোপার্টি',
|
|
18
|
+
titleButton: 'ছবির বাটন সম্বন্ধীয়',
|
|
19
|
+
upload: 'আপলোড',
|
|
20
|
+
urlMissing: 'Image source URL is missing.', // MISSING
|
|
21
|
+
vSpace: 'ভার্টিকেল স্পেস',
|
|
22
|
+
validateBorder: 'Border must be a whole number.', // MISSING
|
|
23
|
+
validateHSpace: 'HSpace must be a whole number.', // MISSING
|
|
24
|
+
validateVSpace: 'VSpace must be a whole number.' // MISSING
|
|
25
|
+
} );
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image', 'bs', {
|
|
6
|
+
alt: 'Tekst na slici',
|
|
7
|
+
border: 'Okvir',
|
|
8
|
+
btnUpload: 'Šalji na server',
|
|
9
|
+
button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING
|
|
10
|
+
hSpace: 'HSpace',
|
|
11
|
+
img2Button: 'Do you want to transform the selected image on a image button?', // MISSING
|
|
12
|
+
infoTab: 'Info slike',
|
|
13
|
+
linkTab: 'Link',
|
|
14
|
+
lockRatio: 'Zakljuèaj odnos',
|
|
15
|
+
menu: 'Svojstva slike',
|
|
16
|
+
resetSize: 'Resetuj dimenzije',
|
|
17
|
+
title: 'Svojstva slike',
|
|
18
|
+
titleButton: 'Image Button Properties', // MISSING
|
|
19
|
+
upload: 'Šalji',
|
|
20
|
+
urlMissing: 'Image source URL is missing.', // MISSING
|
|
21
|
+
vSpace: 'VSpace',
|
|
22
|
+
validateBorder: 'Border must be a whole number.', // MISSING
|
|
23
|
+
validateHSpace: 'HSpace must be a whole number.', // MISSING
|
|
24
|
+
validateVSpace: 'VSpace must be a whole number.' // MISSING
|
|
25
|
+
} );
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image', 'ca', {
|
|
6
|
+
alt: 'Text alternatiu',
|
|
7
|
+
border: 'Vora',
|
|
8
|
+
btnUpload: 'Envia-la al servidor',
|
|
9
|
+
button2Img: 'Voleu transformar el botó d\'imatge seleccionat en una simple imatge?',
|
|
10
|
+
hSpace: 'Espaiat horit.',
|
|
11
|
+
img2Button: 'Voleu transformar la imatge seleccionada en un botó d\'imatge?',
|
|
12
|
+
infoTab: 'Informació de la imatge',
|
|
13
|
+
linkTab: 'Enllaç',
|
|
14
|
+
lockRatio: 'Bloqueja les proporcions',
|
|
15
|
+
menu: 'Propietats de la imatge',
|
|
16
|
+
resetSize: 'Restaura la mida',
|
|
17
|
+
title: 'Propietats de la imatge',
|
|
18
|
+
titleButton: 'Propietats del botó d\'imatge',
|
|
19
|
+
upload: 'Puja',
|
|
20
|
+
urlMissing: 'Falta la URL de la imatge.',
|
|
21
|
+
vSpace: 'Espaiat vert.',
|
|
22
|
+
validateBorder: 'La vora ha de ser un nombre enter.',
|
|
23
|
+
validateHSpace: 'HSpace ha de ser un nombre enter.',
|
|
24
|
+
validateVSpace: 'VSpace ha de ser un nombre enter.'
|
|
25
|
+
} );
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image', 'cs', {
|
|
6
|
+
alt: 'Alternativní text',
|
|
7
|
+
border: 'Okraje',
|
|
8
|
+
btnUpload: 'Odeslat na server',
|
|
9
|
+
button2Img: 'Skutečně chcete převést zvolené obrázkové tlačítko na obyčejný obrázek?',
|
|
10
|
+
hSpace: 'Horizontální mezera',
|
|
11
|
+
img2Button: 'Skutečně chcete převést zvolený obrázek na obrázkové tlačítko?',
|
|
12
|
+
infoTab: 'Informace o obrázku',
|
|
13
|
+
linkTab: 'Odkaz',
|
|
14
|
+
lockRatio: 'Zámek',
|
|
15
|
+
menu: 'Vlastnosti obrázku',
|
|
16
|
+
resetSize: 'Původní velikost',
|
|
17
|
+
title: 'Vlastnosti obrázku',
|
|
18
|
+
titleButton: 'Vlastností obrázkového tlačítka',
|
|
19
|
+
upload: 'Odeslat',
|
|
20
|
+
urlMissing: 'Zadané URL zdroje obrázku nebylo nalezeno.',
|
|
21
|
+
vSpace: 'Vertikální mezera',
|
|
22
|
+
validateBorder: 'Okraj musí být nastaven v celých číslech.',
|
|
23
|
+
validateHSpace: 'Horizontální mezera musí být nastavena v celých číslech.',
|
|
24
|
+
validateVSpace: 'Vertikální mezera musí být nastavena v celých číslech.'
|
|
25
|
+
} );
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image', 'cy', {
|
|
6
|
+
alt: 'Testun Amgen',
|
|
7
|
+
border: 'Ymyl',
|
|
8
|
+
btnUpload: 'Anfon i\'r Gweinydd',
|
|
9
|
+
button2Img: 'Ydych am drawsffurfio\'r botwm ddelwedd hwn ar ddelwedd syml?',
|
|
10
|
+
hSpace: 'BwlchLl',
|
|
11
|
+
img2Button: 'Ydych am drawsffurfio\'r ddelwedd hon ar fotwm delwedd?',
|
|
12
|
+
infoTab: 'Gwyb Delwedd',
|
|
13
|
+
linkTab: 'Dolen',
|
|
14
|
+
lockRatio: 'Cloi Cymhareb',
|
|
15
|
+
menu: 'Priodweddau Delwedd',
|
|
16
|
+
resetSize: 'Ailosod Maint',
|
|
17
|
+
title: 'Priodweddau Delwedd',
|
|
18
|
+
titleButton: 'Priodweddau Botwm Delwedd',
|
|
19
|
+
upload: 'Lanlwytho',
|
|
20
|
+
urlMissing: 'URL gwreiddiol y ddelwedd ar goll.',
|
|
21
|
+
vSpace: 'BwlchF',
|
|
22
|
+
validateBorder: 'Rhaid i\'r ymyl fod yn gyfanrif.',
|
|
23
|
+
validateHSpace: 'Rhaid i\'r HSpace fod yn gyfanrif.',
|
|
24
|
+
validateVSpace: 'Rhaid i\'r VSpace fod yn gyfanrif.'
|
|
25
|
+
} );
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image', 'da', {
|
|
6
|
+
alt: 'Alternativ tekst',
|
|
7
|
+
border: 'Ramme',
|
|
8
|
+
btnUpload: 'Upload fil til serveren',
|
|
9
|
+
button2Img: 'Vil du lave billedknappen om til et almindeligt billede?',
|
|
10
|
+
hSpace: 'Vandret margen',
|
|
11
|
+
img2Button: 'Vil du lave billedet om til en billedknap?',
|
|
12
|
+
infoTab: 'Generelt',
|
|
13
|
+
linkTab: 'Hyperlink',
|
|
14
|
+
lockRatio: 'Lås størrelsesforhold',
|
|
15
|
+
menu: 'Egenskaber for billede',
|
|
16
|
+
resetSize: 'Nulstil størrelse',
|
|
17
|
+
title: 'Egenskaber for billede',
|
|
18
|
+
titleButton: 'Egenskaber for billedknap',
|
|
19
|
+
upload: 'Upload',
|
|
20
|
+
urlMissing: 'Kilde på billed-URL mangler',
|
|
21
|
+
vSpace: 'Lodret margen',
|
|
22
|
+
validateBorder: 'Kant skal være et helt nummer.',
|
|
23
|
+
validateHSpace: 'HSpace skal være et helt nummer.',
|
|
24
|
+
validateVSpace: 'VSpace skal være et helt nummer.'
|
|
25
|
+
} );
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image', 'de-ch', {
|
|
6
|
+
alt: 'Alternativer Text',
|
|
7
|
+
border: 'Rahmen',
|
|
8
|
+
btnUpload: 'Zum Server senden',
|
|
9
|
+
button2Img: 'Möchten Sie die ausgewählte Bildschaltfläche in ein einfaches Bild umwandeln?',
|
|
10
|
+
hSpace: 'Horizontal-Abstand',
|
|
11
|
+
img2Button: 'Möchten Sie das ausgewählte Bild in eine Bildschaltfläche umwandeln?',
|
|
12
|
+
infoTab: 'Bildinfo',
|
|
13
|
+
linkTab: 'Link',
|
|
14
|
+
lockRatio: 'Grössenverhältnis beibehalten',
|
|
15
|
+
menu: 'Bildeigenschaften',
|
|
16
|
+
resetSize: 'Grösse zurücksetzen',
|
|
17
|
+
title: 'Bildeigenschaften',
|
|
18
|
+
titleButton: 'Bildschaltflächeneigenschaften',
|
|
19
|
+
upload: 'Hochladen',
|
|
20
|
+
urlMissing: 'Bildquellen-URL fehlt.',
|
|
21
|
+
vSpace: 'Vertikal-Abstand',
|
|
22
|
+
validateBorder: 'Rahmen muss eine ganze Zahl sein.',
|
|
23
|
+
validateHSpace: 'Horizontal-Abstand muss eine ganze Zahl sein.',
|
|
24
|
+
validateVSpace: 'Vertikal-Abstand muss eine ganze Zahl sein.'
|
|
25
|
+
} );
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image', 'de', {
|
|
6
|
+
alt: 'Alternativer Text',
|
|
7
|
+
border: 'Rahmen',
|
|
8
|
+
btnUpload: 'Zum Server senden',
|
|
9
|
+
button2Img: 'Möchten Sie die ausgewählte Bildschaltfläche in ein einfaches Bild umwandeln?',
|
|
10
|
+
hSpace: 'Horizontal-Abstand',
|
|
11
|
+
img2Button: 'Möchten Sie das ausgewählte Bild in eine Bildschaltfläche umwandeln?',
|
|
12
|
+
infoTab: 'Bildinfo',
|
|
13
|
+
linkTab: 'Link',
|
|
14
|
+
lockRatio: 'Größenverhältnis beibehalten',
|
|
15
|
+
menu: 'Bildeigenschaften',
|
|
16
|
+
resetSize: 'Größe zurücksetzen',
|
|
17
|
+
title: 'Bildeigenschaften',
|
|
18
|
+
titleButton: 'Bildschaltflächeneigenschaften',
|
|
19
|
+
upload: 'Hochladen',
|
|
20
|
+
urlMissing: 'Bildquellen-URL fehlt.',
|
|
21
|
+
vSpace: 'Vertikal-Abstand',
|
|
22
|
+
validateBorder: 'Rahmen muss eine ganze Zahl sein.',
|
|
23
|
+
validateHSpace: 'Horizontal-Abstand muss eine ganze Zahl sein.',
|
|
24
|
+
validateVSpace: 'Vertikal-Abstand muss eine ganze Zahl sein.'
|
|
25
|
+
} );
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image', 'el', {
|
|
6
|
+
alt: 'Εναλλακτικό Κείμενο',
|
|
7
|
+
border: 'Περίγραμμα',
|
|
8
|
+
btnUpload: 'Αποστολή στον Διακομιστή',
|
|
9
|
+
button2Img: 'Θέλετε να μετατρέψετε το επιλεγμένο κουμπί εικόνας σε απλή εικόνα;',
|
|
10
|
+
hSpace: 'HSpace',
|
|
11
|
+
img2Button: 'Θέλετε να μεταμορφώσετε την επιλεγμένη εικόνα που είναι πάνω σε ένα κουμπί;',
|
|
12
|
+
infoTab: 'Πληροφορίες Εικόνας',
|
|
13
|
+
linkTab: 'Σύνδεσμος',
|
|
14
|
+
lockRatio: 'Κλείδωμα Αναλογίας',
|
|
15
|
+
menu: 'Ιδιότητες Εικόνας',
|
|
16
|
+
resetSize: 'Επαναφορά Αρχικού Μεγέθους',
|
|
17
|
+
title: 'Ιδιότητες Εικόνας',
|
|
18
|
+
titleButton: 'Ιδιότητες Κουμπιού Εικόνας',
|
|
19
|
+
upload: 'Αποστολή',
|
|
20
|
+
urlMissing: 'Το URL πηγής για την εικόνα λείπει.',
|
|
21
|
+
vSpace: 'VSpace',
|
|
22
|
+
validateBorder: 'Το περίγραμμα πρέπει να είναι ένας ακέραιος αριθμός.',
|
|
23
|
+
validateHSpace: 'Το HSpace πρέπει να είναι ένας ακέραιος αριθμός.',
|
|
24
|
+
validateVSpace: 'Το VSpace πρέπει να είναι ένας ακέραιος αριθμός.'
|
|
25
|
+
} );
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image', 'en-au', {
|
|
6
|
+
alt: 'Alternative Text',
|
|
7
|
+
border: 'Border',
|
|
8
|
+
btnUpload: 'Send it to the Server',
|
|
9
|
+
button2Img: 'Do you want to transform the selected image button on a simple image?',
|
|
10
|
+
hSpace: 'HSpace',
|
|
11
|
+
img2Button: 'Do you want to transform the selected image on a image button?',
|
|
12
|
+
infoTab: 'Image Info',
|
|
13
|
+
linkTab: 'Link',
|
|
14
|
+
lockRatio: 'Lock Ratio',
|
|
15
|
+
menu: 'Image Properties',
|
|
16
|
+
resetSize: 'Reset Size',
|
|
17
|
+
title: 'Image Properties',
|
|
18
|
+
titleButton: 'Image Button Properties',
|
|
19
|
+
upload: 'Upload',
|
|
20
|
+
urlMissing: 'Image source URL is missing.',
|
|
21
|
+
vSpace: 'VSpace',
|
|
22
|
+
validateBorder: 'Border must be a whole number.',
|
|
23
|
+
validateHSpace: 'HSpace must be a whole number.',
|
|
24
|
+
validateVSpace: 'VSpace must be a whole number.'
|
|
25
|
+
} );
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image', 'en-ca', {
|
|
6
|
+
alt: 'Alternative Text',
|
|
7
|
+
border: 'Border',
|
|
8
|
+
btnUpload: 'Send it to the Server',
|
|
9
|
+
button2Img: 'Do you want to transform the selected image button on a simple image?',
|
|
10
|
+
hSpace: 'HSpace',
|
|
11
|
+
img2Button: 'Do you want to transform the selected image on a image button?',
|
|
12
|
+
infoTab: 'Image Info',
|
|
13
|
+
linkTab: 'Link',
|
|
14
|
+
lockRatio: 'Lock Ratio',
|
|
15
|
+
menu: 'Image Properties',
|
|
16
|
+
resetSize: 'Reset Size',
|
|
17
|
+
title: 'Image Properties',
|
|
18
|
+
titleButton: 'Image Button Properties',
|
|
19
|
+
upload: 'Upload',
|
|
20
|
+
urlMissing: 'Image source URL is missing.', // MISSING
|
|
21
|
+
vSpace: 'VSpace',
|
|
22
|
+
validateBorder: 'Border must be a whole number.', // MISSING
|
|
23
|
+
validateHSpace: 'HSpace must be a whole number.', // MISSING
|
|
24
|
+
validateVSpace: 'VSpace must be a whole number.' // MISSING
|
|
25
|
+
} );
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image', 'en-gb', {
|
|
6
|
+
alt: 'Alternative Text',
|
|
7
|
+
border: 'Border',
|
|
8
|
+
btnUpload: 'Send it to the Server',
|
|
9
|
+
button2Img: 'Do you want to transform the selected image button on a simple image?',
|
|
10
|
+
hSpace: 'HSpace',
|
|
11
|
+
img2Button: 'Do you want to transform the selected image on a image button?',
|
|
12
|
+
infoTab: 'Image Info',
|
|
13
|
+
linkTab: 'Link',
|
|
14
|
+
lockRatio: 'Lock Ratio',
|
|
15
|
+
menu: 'Image Properties',
|
|
16
|
+
resetSize: 'Reset Size',
|
|
17
|
+
title: 'Image Properties',
|
|
18
|
+
titleButton: 'Image Button Properties',
|
|
19
|
+
upload: 'Upload',
|
|
20
|
+
urlMissing: 'Image source URL is missing.',
|
|
21
|
+
vSpace: 'VSpace',
|
|
22
|
+
validateBorder: 'Border must be a whole number.',
|
|
23
|
+
validateHSpace: 'HSpace must be a whole number.',
|
|
24
|
+
validateVSpace: 'VSpace must be a whole number.'
|
|
25
|
+
} );
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image', 'en', {
|
|
6
|
+
alt: 'Alternative Text',
|
|
7
|
+
border: 'Border',
|
|
8
|
+
btnUpload: 'Send it to the Server',
|
|
9
|
+
button2Img: 'Do you want to transform the selected image button on a simple image?',
|
|
10
|
+
hSpace: 'HSpace',
|
|
11
|
+
img2Button: 'Do you want to transform the selected image on a image button?',
|
|
12
|
+
infoTab: 'Image Info',
|
|
13
|
+
linkTab: 'Link',
|
|
14
|
+
lockRatio: 'Lock Ratio',
|
|
15
|
+
menu: 'Image Properties',
|
|
16
|
+
resetSize: 'Reset Size',
|
|
17
|
+
title: 'Image Properties',
|
|
18
|
+
titleButton: 'Image Button Properties',
|
|
19
|
+
upload: 'Upload',
|
|
20
|
+
urlMissing: 'Image source URL is missing.',
|
|
21
|
+
vSpace: 'VSpace',
|
|
22
|
+
validateBorder: 'Border must be a whole number.',
|
|
23
|
+
validateHSpace: 'HSpace must be a whole number.',
|
|
24
|
+
validateVSpace: 'VSpace must be a whole number.'
|
|
25
|
+
} );
|