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
|
@@ -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', 'is', {
|
|
6
|
+
alt: 'Baklægur texti',
|
|
7
|
+
border: 'Rammi',
|
|
8
|
+
btnUpload: 'Hlaða upp',
|
|
9
|
+
button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING
|
|
10
|
+
hSpace: 'Vinstri bil',
|
|
11
|
+
img2Button: 'Do you want to transform the selected image on a image button?', // MISSING
|
|
12
|
+
infoTab: 'Almennt',
|
|
13
|
+
linkTab: 'Stikla',
|
|
14
|
+
lockRatio: 'Festa stærðarhlutfall',
|
|
15
|
+
menu: 'Eigindi myndar',
|
|
16
|
+
resetSize: 'Reikna stærð',
|
|
17
|
+
title: 'Eigindi myndar',
|
|
18
|
+
titleButton: 'Eigindi myndahnapps',
|
|
19
|
+
upload: 'Hlaða upp',
|
|
20
|
+
urlMissing: 'Image source URL is missing.', // MISSING
|
|
21
|
+
vSpace: 'Hægri bil',
|
|
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', 'it', {
|
|
6
|
+
alt: 'Testo alternativo',
|
|
7
|
+
border: 'Bordo',
|
|
8
|
+
btnUpload: 'Invia al server',
|
|
9
|
+
button2Img: 'Vuoi trasformare il bottone immagine selezionato in un\'immagine semplice?',
|
|
10
|
+
hSpace: 'HSpace',
|
|
11
|
+
img2Button: 'Vuoi trasferomare l\'immagine selezionata in un bottone immagine?',
|
|
12
|
+
infoTab: 'Informazioni immagine',
|
|
13
|
+
linkTab: 'Collegamento',
|
|
14
|
+
lockRatio: 'Blocca rapporto',
|
|
15
|
+
menu: 'Proprietà immagine',
|
|
16
|
+
resetSize: 'Reimposta dimensione',
|
|
17
|
+
title: 'Proprietà immagine',
|
|
18
|
+
titleButton: 'Proprietà bottone immagine',
|
|
19
|
+
upload: 'Carica',
|
|
20
|
+
urlMissing: 'Manca l\'URL dell\'immagine.',
|
|
21
|
+
vSpace: 'VSpace',
|
|
22
|
+
validateBorder: 'Il campo Bordo deve essere un numero intero.',
|
|
23
|
+
validateHSpace: 'Il campo HSpace deve essere un numero intero.',
|
|
24
|
+
validateVSpace: 'Il campo VSpace deve essere un numero intero.'
|
|
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', 'ja', {
|
|
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', 'ka', {
|
|
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', 'km', {
|
|
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', 'ko', {
|
|
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', 'ku', {
|
|
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: 'بۆشایی ئاسۆیی دەبێت بەتەواوی تەنها ژمارە بێت.',
|
|
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', 'lt', {
|
|
6
|
+
alt: 'Alternatyvus Tekstas',
|
|
7
|
+
border: 'Rėmelis',
|
|
8
|
+
btnUpload: 'Siųsti į serverį',
|
|
9
|
+
button2Img: 'Ar norite mygtuką paversti paprastu paveiksliuku?',
|
|
10
|
+
hSpace: 'Hor.Erdvė',
|
|
11
|
+
img2Button: 'Ar norite paveiksliuką paversti mygtuku?',
|
|
12
|
+
infoTab: 'Vaizdo informacija',
|
|
13
|
+
linkTab: 'Nuoroda',
|
|
14
|
+
lockRatio: 'Išlaikyti proporciją',
|
|
15
|
+
menu: 'Vaizdo savybės',
|
|
16
|
+
resetSize: 'Atstatyti dydį',
|
|
17
|
+
title: 'Vaizdo savybės',
|
|
18
|
+
titleButton: 'Vaizdinio mygtuko savybės',
|
|
19
|
+
upload: 'Nusiųsti',
|
|
20
|
+
urlMissing: 'Paveiksliuko nuorodos nėra.',
|
|
21
|
+
vSpace: 'Vert.Erdvė',
|
|
22
|
+
validateBorder: 'Reikšmė turi būti sveikas skaičius.',
|
|
23
|
+
validateHSpace: 'Reikšmė turi būti sveikas skaičius.',
|
|
24
|
+
validateVSpace: 'Reikšmė turi būti sveikas skaičius.'
|
|
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', 'lv', {
|
|
6
|
+
alt: 'Alternatīvais teksts',
|
|
7
|
+
border: 'Rāmis',
|
|
8
|
+
btnUpload: 'Nosūtīt serverim',
|
|
9
|
+
button2Img: 'Vai vēlaties pārveidot izvēlēto attēla pogu uz attēla?',
|
|
10
|
+
hSpace: 'Horizontālā telpa',
|
|
11
|
+
img2Button: 'Vai vēlaties pārveidot izvēlēto attēlu uz attēla pogas?',
|
|
12
|
+
infoTab: 'Informācija par attēlu',
|
|
13
|
+
linkTab: 'Hipersaite',
|
|
14
|
+
lockRatio: 'Nemainīga Augstuma/Platuma attiecība',
|
|
15
|
+
menu: 'Attēla īpašības',
|
|
16
|
+
resetSize: 'Atjaunot sākotnējo izmēru',
|
|
17
|
+
title: 'Attēla īpašības',
|
|
18
|
+
titleButton: 'Attēlpogas īpašības',
|
|
19
|
+
upload: 'Augšupielādēt',
|
|
20
|
+
urlMissing: 'Trūkst attēla atrašanās adrese.',
|
|
21
|
+
vSpace: 'Vertikālā telpa',
|
|
22
|
+
validateBorder: 'Apmalei jābūt veselam skaitlim',
|
|
23
|
+
validateHSpace: 'HSpace jābūt veselam skaitlim',
|
|
24
|
+
validateVSpace: 'VSpace jābūt veselam skaitlim'
|
|
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', 'mk', {
|
|
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', 'mn', {
|
|
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: 'Зургийн эх сурвалжийн хаяг (URL) байхгүй байна.',
|
|
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', 'ms', {
|
|
6
|
+
alt: 'Text Alternatif',
|
|
7
|
+
border: 'Border',
|
|
8
|
+
btnUpload: 'Hantar ke Server',
|
|
9
|
+
button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING
|
|
10
|
+
hSpace: 'Ruang Melintang',
|
|
11
|
+
img2Button: 'Do you want to transform the selected image on a image button?', // MISSING
|
|
12
|
+
infoTab: 'Info Imej',
|
|
13
|
+
linkTab: 'Sambungan',
|
|
14
|
+
lockRatio: 'Tetapkan Nisbah',
|
|
15
|
+
menu: 'Ciri-ciri Imej',
|
|
16
|
+
resetSize: 'Saiz Set Semula',
|
|
17
|
+
title: 'Ciri-ciri Imej',
|
|
18
|
+
titleButton: 'Ciri-ciri Butang Bergambar',
|
|
19
|
+
upload: 'Muat Naik',
|
|
20
|
+
urlMissing: 'Image source URL is missing.', // MISSING
|
|
21
|
+
vSpace: 'Ruang Menegak',
|
|
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', 'nb', {
|
|
6
|
+
alt: 'Alternativ tekst',
|
|
7
|
+
border: 'Ramme',
|
|
8
|
+
btnUpload: 'Send det til serveren',
|
|
9
|
+
button2Img: 'Vil du endre den valgte bildeknappen til et vanlig bilde?',
|
|
10
|
+
hSpace: 'HMarg',
|
|
11
|
+
img2Button: 'Vil du endre det valgte bildet til en bildeknapp?',
|
|
12
|
+
infoTab: 'Bildeinformasjon',
|
|
13
|
+
linkTab: 'Lenke',
|
|
14
|
+
lockRatio: 'Lås forhold',
|
|
15
|
+
menu: 'Bildeegenskaper',
|
|
16
|
+
resetSize: 'Tilbakestill størrelse',
|
|
17
|
+
title: 'Bildeegenskaper',
|
|
18
|
+
titleButton: 'Egenskaper for bildeknapp',
|
|
19
|
+
upload: 'Last opp',
|
|
20
|
+
urlMissing: 'Bildets adresse mangler.',
|
|
21
|
+
vSpace: 'VMarg',
|
|
22
|
+
validateBorder: 'Ramme må være et heltall.',
|
|
23
|
+
validateHSpace: 'HMarg må være et heltall.',
|
|
24
|
+
validateVSpace: 'VMarg må være et heltall.'
|
|
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', 'nl', {
|
|
6
|
+
alt: 'Alternatieve tekst',
|
|
7
|
+
border: 'Rand',
|
|
8
|
+
btnUpload: 'Naar server verzenden',
|
|
9
|
+
button2Img: 'Wilt u de geselecteerde afbeeldingsknop vervangen door een eenvoudige afbeelding?',
|
|
10
|
+
hSpace: 'HSpace',
|
|
11
|
+
img2Button: 'Wilt u de geselecteerde afbeelding vervangen door een afbeeldingsknop?',
|
|
12
|
+
infoTab: 'Informatie afbeelding',
|
|
13
|
+
linkTab: 'Link',
|
|
14
|
+
lockRatio: 'Afmetingen vergrendelen',
|
|
15
|
+
menu: 'Eigenschappen afbeelding',
|
|
16
|
+
resetSize: 'Afmetingen resetten',
|
|
17
|
+
title: 'Eigenschappen afbeelding',
|
|
18
|
+
titleButton: 'Eigenschappen afbeeldingsknop',
|
|
19
|
+
upload: 'Upload',
|
|
20
|
+
urlMissing: 'De URL naar de afbeelding ontbreekt.',
|
|
21
|
+
vSpace: 'VSpace',
|
|
22
|
+
validateBorder: 'Rand moet een heel nummer zijn.',
|
|
23
|
+
validateHSpace: 'HSpace moet een heel nummer zijn.',
|
|
24
|
+
validateVSpace: 'VSpace moet een heel nummer zijn.'
|
|
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', 'no', {
|
|
6
|
+
alt: 'Alternativ tekst',
|
|
7
|
+
border: 'Ramme',
|
|
8
|
+
btnUpload: 'Send det til serveren',
|
|
9
|
+
button2Img: 'Vil du endre den valgte bildeknappen til et vanlig bilde?',
|
|
10
|
+
hSpace: 'HMarg',
|
|
11
|
+
img2Button: 'Vil du endre det valgte bildet til en bildeknapp?',
|
|
12
|
+
infoTab: 'Bildeinformasjon',
|
|
13
|
+
linkTab: 'Lenke',
|
|
14
|
+
lockRatio: 'Lås forhold',
|
|
15
|
+
menu: 'Bildeegenskaper',
|
|
16
|
+
resetSize: 'Tilbakestill størrelse',
|
|
17
|
+
title: 'Bildeegenskaper',
|
|
18
|
+
titleButton: 'Egenskaper for bildeknapp',
|
|
19
|
+
upload: 'Last opp',
|
|
20
|
+
urlMissing: 'Bildets adresse mangler.',
|
|
21
|
+
vSpace: 'VMarg',
|
|
22
|
+
validateBorder: 'Ramme må være et heltall.',
|
|
23
|
+
validateHSpace: 'HMarg må være et heltall.',
|
|
24
|
+
validateVSpace: 'VMarg må være et heltall.'
|
|
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', 'oc', {
|
|
6
|
+
alt: 'Tèxte alternatiu',
|
|
7
|
+
border: 'Bordadura',
|
|
8
|
+
btnUpload: 'Mandar sul servidor',
|
|
9
|
+
button2Img: 'Volètz transformar lo boton amb imatge seleccionat en imatge simple ?',
|
|
10
|
+
hSpace: 'Espaçament orizontal',
|
|
11
|
+
img2Button: 'Volètz transformar l\'imatge seleccionat en boton amb imatge ?',
|
|
12
|
+
infoTab: 'Informacions sus l\'imatge',
|
|
13
|
+
linkTab: 'Ligam',
|
|
14
|
+
lockRatio: 'Conservar las proporcions',
|
|
15
|
+
menu: 'Proprietats de l\'imatge',
|
|
16
|
+
resetSize: 'Reïnicializar la talha',
|
|
17
|
+
title: 'Proprietats de l\'imatge',
|
|
18
|
+
titleButton: 'Proprietats del boton amb imatge',
|
|
19
|
+
upload: 'Mandar',
|
|
20
|
+
urlMissing: 'L\'URL font de l\'imatge es mancanta.',
|
|
21
|
+
vSpace: 'Espaçament vertical',
|
|
22
|
+
validateBorder: 'La bordadura deu èsser un nombre entièr.',
|
|
23
|
+
validateHSpace: 'L\'espaçament orizontal deu èsser un nombre entièr.',
|
|
24
|
+
validateVSpace: 'L\'espaçament vertical deu èsser un nombre entiè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', 'pl', {
|
|
6
|
+
alt: 'Tekst zastępczy',
|
|
7
|
+
border: 'Obramowanie',
|
|
8
|
+
btnUpload: 'Wyślij',
|
|
9
|
+
button2Img: 'Czy chcesz przekonwertować zaznaczony przycisk graficzny do zwykłego obrazka?',
|
|
10
|
+
hSpace: 'Odstęp poziomy',
|
|
11
|
+
img2Button: 'Czy chcesz przekonwertować zaznaczony obrazek do przycisku graficznego?',
|
|
12
|
+
infoTab: 'Informacje o obrazku',
|
|
13
|
+
linkTab: 'Hiperłącze',
|
|
14
|
+
lockRatio: 'Zablokuj proporcje',
|
|
15
|
+
menu: 'Właściwości obrazka',
|
|
16
|
+
resetSize: 'Przywróć rozmiar',
|
|
17
|
+
title: 'Właściwości obrazka',
|
|
18
|
+
titleButton: 'Właściwości przycisku graficznego',
|
|
19
|
+
upload: 'Wyślij',
|
|
20
|
+
urlMissing: 'Podaj adres URL obrazka.',
|
|
21
|
+
vSpace: 'Odstęp pionowy',
|
|
22
|
+
validateBorder: 'Wartość obramowania musi być liczbą całkowitą.',
|
|
23
|
+
validateHSpace: 'Wartość odstępu poziomego musi być liczbą całkowitą.',
|
|
24
|
+
validateVSpace: 'Wartość odstępu pionowego musi być liczbą całkowitą.'
|
|
25
|
+
} );
|