From afdbe16611a05d5d094f037216f646d82401cbd9 Mon Sep 17 00:00:00 2001 From: Lily Yan Date: Fri, 10 Jun 2022 13:22:00 -0400 Subject: [PATCH 1/4] ISTWCMS-5638 Delete code related to liststyle added in ISTWCMS-5224 --- libraries/liststyle/dialogs/liststyle.js | 216 ------------------ libraries/liststyle/lang/af.js | 21 -- libraries/liststyle/lang/ar.js | 21 -- libraries/liststyle/lang/az.js | 21 -- libraries/liststyle/lang/bg.js | 21 -- libraries/liststyle/lang/bn.js | 21 -- libraries/liststyle/lang/bs.js | 21 -- libraries/liststyle/lang/ca.js | 21 -- libraries/liststyle/lang/cs.js | 21 -- libraries/liststyle/lang/cy.js | 21 -- libraries/liststyle/lang/da.js | 21 -- libraries/liststyle/lang/de-ch.js | 21 -- libraries/liststyle/lang/de.js | 21 -- libraries/liststyle/lang/el.js | 21 -- libraries/liststyle/lang/en-au.js | 21 -- libraries/liststyle/lang/en-ca.js | 21 -- libraries/liststyle/lang/en-gb.js | 21 -- libraries/liststyle/lang/en.js | 21 -- libraries/liststyle/lang/eo.js | 21 -- libraries/liststyle/lang/es-mx.js | 21 -- libraries/liststyle/lang/es.js | 21 -- libraries/liststyle/lang/et.js | 21 -- libraries/liststyle/lang/eu.js | 21 -- libraries/liststyle/lang/fa.js | 21 -- libraries/liststyle/lang/fi.js | 21 -- libraries/liststyle/lang/fo.js | 21 -- libraries/liststyle/lang/fr-ca.js | 21 -- libraries/liststyle/lang/fr.js | 21 -- libraries/liststyle/lang/gl.js | 21 -- libraries/liststyle/lang/gu.js | 21 -- libraries/liststyle/lang/he.js | 21 -- libraries/liststyle/lang/hi.js | 21 -- libraries/liststyle/lang/hr.js | 21 -- libraries/liststyle/lang/hu.js | 21 -- libraries/liststyle/lang/id.js | 21 -- libraries/liststyle/lang/is.js | 21 -- libraries/liststyle/lang/it.js | 21 -- libraries/liststyle/lang/ja.js | 21 -- libraries/liststyle/lang/ka.js | 21 -- libraries/liststyle/lang/km.js | 21 -- libraries/liststyle/lang/ko.js | 21 -- libraries/liststyle/lang/ku.js | 21 -- libraries/liststyle/lang/lt.js | 21 -- libraries/liststyle/lang/lv.js | 21 -- libraries/liststyle/lang/mk.js | 21 -- libraries/liststyle/lang/mn.js | 21 -- libraries/liststyle/lang/ms.js | 21 -- libraries/liststyle/lang/nb.js | 21 -- libraries/liststyle/lang/nl.js | 21 -- libraries/liststyle/lang/no.js | 21 -- libraries/liststyle/lang/oc.js | 21 -- libraries/liststyle/lang/pl.js | 21 -- libraries/liststyle/lang/pt-br.js | 21 -- libraries/liststyle/lang/pt.js | 21 -- libraries/liststyle/lang/ro.js | 21 -- libraries/liststyle/lang/ru.js | 21 -- libraries/liststyle/lang/si.js | 21 -- libraries/liststyle/lang/sk.js | 21 -- libraries/liststyle/lang/sl.js | 21 -- libraries/liststyle/lang/sq.js | 21 -- libraries/liststyle/lang/sr-latn.js | 21 -- libraries/liststyle/lang/sr.js | 21 -- libraries/liststyle/lang/sv.js | 21 -- libraries/liststyle/lang/th.js | 21 -- libraries/liststyle/lang/tr.js | 21 -- libraries/liststyle/lang/tt.js | 21 -- libraries/liststyle/lang/ug.js | 21 -- libraries/liststyle/lang/uk.js | 21 -- libraries/liststyle/lang/vi.js | 21 -- libraries/liststyle/lang/zh-cn.js | 21 -- libraries/liststyle/lang/zh.js | 21 -- libraries/liststyle/plugin.js | 75 ------ src/Plugin/CKEditorPlugin/ListStylePlugin.php | 79 ------- 73 files changed, 1840 deletions(-) delete mode 100644 libraries/liststyle/dialogs/liststyle.js delete mode 100644 libraries/liststyle/lang/af.js delete mode 100644 libraries/liststyle/lang/ar.js delete mode 100644 libraries/liststyle/lang/az.js delete mode 100644 libraries/liststyle/lang/bg.js delete mode 100644 libraries/liststyle/lang/bn.js delete mode 100644 libraries/liststyle/lang/bs.js delete mode 100644 libraries/liststyle/lang/ca.js delete mode 100644 libraries/liststyle/lang/cs.js delete mode 100644 libraries/liststyle/lang/cy.js delete mode 100644 libraries/liststyle/lang/da.js delete mode 100644 libraries/liststyle/lang/de-ch.js delete mode 100644 libraries/liststyle/lang/de.js delete mode 100644 libraries/liststyle/lang/el.js delete mode 100644 libraries/liststyle/lang/en-au.js delete mode 100644 libraries/liststyle/lang/en-ca.js delete mode 100644 libraries/liststyle/lang/en-gb.js delete mode 100644 libraries/liststyle/lang/en.js delete mode 100644 libraries/liststyle/lang/eo.js delete mode 100644 libraries/liststyle/lang/es-mx.js delete mode 100644 libraries/liststyle/lang/es.js delete mode 100644 libraries/liststyle/lang/et.js delete mode 100644 libraries/liststyle/lang/eu.js delete mode 100644 libraries/liststyle/lang/fa.js delete mode 100644 libraries/liststyle/lang/fi.js delete mode 100644 libraries/liststyle/lang/fo.js delete mode 100644 libraries/liststyle/lang/fr-ca.js delete mode 100644 libraries/liststyle/lang/fr.js delete mode 100644 libraries/liststyle/lang/gl.js delete mode 100644 libraries/liststyle/lang/gu.js delete mode 100644 libraries/liststyle/lang/he.js delete mode 100644 libraries/liststyle/lang/hi.js delete mode 100644 libraries/liststyle/lang/hr.js delete mode 100644 libraries/liststyle/lang/hu.js delete mode 100644 libraries/liststyle/lang/id.js delete mode 100644 libraries/liststyle/lang/is.js delete mode 100644 libraries/liststyle/lang/it.js delete mode 100644 libraries/liststyle/lang/ja.js delete mode 100644 libraries/liststyle/lang/ka.js delete mode 100644 libraries/liststyle/lang/km.js delete mode 100644 libraries/liststyle/lang/ko.js delete mode 100644 libraries/liststyle/lang/ku.js delete mode 100644 libraries/liststyle/lang/lt.js delete mode 100644 libraries/liststyle/lang/lv.js delete mode 100644 libraries/liststyle/lang/mk.js delete mode 100644 libraries/liststyle/lang/mn.js delete mode 100644 libraries/liststyle/lang/ms.js delete mode 100644 libraries/liststyle/lang/nb.js delete mode 100644 libraries/liststyle/lang/nl.js delete mode 100644 libraries/liststyle/lang/no.js delete mode 100644 libraries/liststyle/lang/oc.js delete mode 100644 libraries/liststyle/lang/pl.js delete mode 100644 libraries/liststyle/lang/pt-br.js delete mode 100644 libraries/liststyle/lang/pt.js delete mode 100644 libraries/liststyle/lang/ro.js delete mode 100644 libraries/liststyle/lang/ru.js delete mode 100644 libraries/liststyle/lang/si.js delete mode 100644 libraries/liststyle/lang/sk.js delete mode 100644 libraries/liststyle/lang/sl.js delete mode 100644 libraries/liststyle/lang/sq.js delete mode 100644 libraries/liststyle/lang/sr-latn.js delete mode 100644 libraries/liststyle/lang/sr.js delete mode 100644 libraries/liststyle/lang/sv.js delete mode 100644 libraries/liststyle/lang/th.js delete mode 100644 libraries/liststyle/lang/tr.js delete mode 100644 libraries/liststyle/lang/tt.js delete mode 100644 libraries/liststyle/lang/ug.js delete mode 100644 libraries/liststyle/lang/uk.js delete mode 100644 libraries/liststyle/lang/vi.js delete mode 100644 libraries/liststyle/lang/zh-cn.js delete mode 100644 libraries/liststyle/lang/zh.js delete mode 100644 libraries/liststyle/plugin.js delete mode 100644 src/Plugin/CKEditorPlugin/ListStylePlugin.php diff --git a/libraries/liststyle/dialogs/liststyle.js b/libraries/liststyle/dialogs/liststyle.js deleted file mode 100644 index 9507dd1..0000000 --- a/libraries/liststyle/dialogs/liststyle.js +++ /dev/null @@ -1,216 +0,0 @@ -/** - * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license - */ - -( function() { - function getListElement( editor, listTag ) { - var range; - try { - range = editor.getSelection().getRanges()[ 0 ]; - } catch ( e ) { - return null; - } - - range.shrink( CKEDITOR.SHRINK_TEXT ); - return editor.elementPath( range.getCommonAncestor() ).contains( listTag, 1 ); - } - - var listItem = function( node ) { - return node.type == CKEDITOR.NODE_ELEMENT && node.is( 'li' ); - }; - - var mapListStyle = { - 'a': 'lower-alpha', - 'A': 'upper-alpha', - 'i': 'lower-roman', - 'I': 'upper-roman', - '1': 'decimal', - 'disc': 'disc', - 'circle': 'circle', - 'square': 'square' - }; - - function listStyle( editor, startupPage ) { - var lang = editor.lang.liststyle; - if ( startupPage == 'bulletedListStyle' ) { - return { - title: lang.bulletedTitle, - minWidth: 300, - minHeight: 50, - getModel: generateModelGetter( editor, 'ul' ), - contents: [ { - id: 'info', - accessKey: 'I', - elements: [ { - type: 'select', - label: lang.type, - id: 'type', - align: 'center', - style: 'width:150px', - items: [ - [ lang.notset, '' ], - [ lang.circle, 'circle' ], - [ lang.disc, 'disc' ], - [ lang.square, 'square' ] - ], - setup: function( element ) { - var value = element.getStyle( 'list-style-type' ) || mapListStyle[ element.getAttribute( 'type' ) ] || element.getAttribute( 'type' ) || ''; - //look for CSS setting - if (element.hasClass('circle')) { - value = 'circle'; - } - else if (element.hasClass('disc')) { - value = 'disc'; - } - else if (element.hasClass('square')){ - value = 'square'; - } - this.setValue( value ); - }, - commit: function( element ) { - var value = this.getValue(); - element.removeClass('circle'); - element.removeClass('disc'); - element.removeClass('square'); - if ( value ) - element.addClass( value ); - } - } ] - } ], - onShow: function() { - var editor = this.getParentEditor(), - element = getListElement( editor, 'ul' ); - - element && this.setupContent( element ); - }, - onOk: function() { - var editor = this.getParentEditor(), - element = getListElement( editor, 'ul' ); - - element && this.commitContent( element ); - } - }; - } else if ( startupPage == 'numberedListStyle' ) { - - var listStyleOptions = [ - [ lang.notset, '' ], - [ lang.lowerRoman, 'lower-roman' ], - [ lang.upperRoman, 'upper-roman' ], - [ lang.lowerAlpha, 'lower-alpha' ], - [ lang.upperAlpha, 'upper-alpha' ], - [ lang.decimal, 'decimal' ] - ]; - - return { - title: lang.numberedTitle, - minWidth: 300, - minHeight: 50, - getModel: generateModelGetter( editor, 'ol' ), - contents: [ { - id: 'info', - accessKey: 'I', - elements: [ { - type: 'hbox', - widths: [ '25%', '75%' ], - children: [ { - label: lang.start, - type: 'text', - id: 'start', - validate: CKEDITOR.dialog.validate.integer( lang.validateStartNumber ), - setup: function( element ) { - // List item start number dominates. - var value = element.getFirst( listItem ).getAttribute( 'value' ) || element.getAttribute( 'start' ) || 1; - value && this.setValue( value ); - }, - commit: function( element ) { - var firstItem = element.getFirst( listItem ); - var oldStart = firstItem.getAttribute( 'value' ) || element.getAttribute( 'start' ) || 1; - - // Force start number on list root. - element.getFirst( listItem ).removeAttribute( 'value' ); - var val = parseInt( this.getValue(), 10 ); - if ( isNaN( val ) ) - element.removeAttribute( 'start' ); - else - element.setAttribute( 'start', val ); - - // Update consequent list item numbering. - var nextItem = firstItem, - conseq = oldStart, - startNumber = isNaN( val ) ? 1 : val; - while ( ( nextItem = nextItem.getNext( listItem ) ) && conseq++ ) { - if ( nextItem.getAttribute( 'value' ) == conseq ) - nextItem.setAttribute( 'value', startNumber + conseq - oldStart ); - } - } - }, - { - type: 'select', - label: lang.type, - id: 'type', - style: 'width: 100%;', - items: listStyleOptions, - setup: function( element ) { - var value = element.getStyle( 'list-style-type' ) || mapListStyle[ element.getAttribute( 'type' ) ] || element.getAttribute( 'type' ) || ''; - //look for CSS setting - if (element.hasClass('lower-roman')) { - value = 'lower-roman'; - } - else if (element.hasClass('upper-roman')) { - value = 'upper-roman'; - } - else if (element.hasClass('lower-alpha')){ - value = 'lower-alpha'; - } - else if (element.hasClass('upper-alpha')){ - value = 'upper-alpha'; - } - else if (element.hasClass('decimal')){ - value = 'decimal'; - } - this.setValue( value ); - }, - commit: function( element ) { - var value = this.getValue(); - element.removeClass('lower-roman'); - element.removeClass('upper-roman'); - element.removeClass('lower-alpha'); - element.removeClass('upper-alpha'); - element.removeClass('decimal'); - if ( value ) - element.addClass( value ); - } - } ] - } ] - } ], - onShow: function() { - var editor = this.getParentEditor(), - element = getListElement( editor, 'ol' ); - - element && this.setupContent( element ); - }, - onOk: function() { - var editor = this.getParentEditor(), - element = getListElement( editor, 'ol' ); - - element && this.commitContent( element ); - } - }; - } - } - - CKEDITOR.dialog.add( 'numberedListStyle', function( editor ) { - return listStyle( editor, 'numberedListStyle' ); - } ); - - CKEDITOR.dialog.add( 'bulletedListStyle', function( editor ) { - return listStyle( editor, 'bulletedListStyle' ); - } ); - - function generateModelGetter( editor, tagName ) { - return function() { - return getListElement( editor, tagName ) || null; - }; - } -})(); diff --git a/libraries/liststyle/lang/af.js b/libraries/liststyle/lang/af.js deleted file mode 100644 index 90cf7dd..0000000 --- a/libraries/liststyle/lang/af.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'af', { - bulletedTitle: 'Eienskappe van ongenommerde lys', - circle: 'Sirkel', - decimal: 'Desimale syfers (1, 2, 3, ens.)', - disc: 'Skyf', - lowerAlpha: 'Kleinletters (a, b, c, d, e, ens.)', - lowerRoman: 'Romeinse kleinletters (i, ii, iii, iv, v, ens.)', - none: 'Geen', - notset: '', - numberedTitle: 'Eienskappe van genommerde lys', - square: 'Vierkant', - start: 'Begin', - type: 'Tipe', - upperAlpha: 'Hoofletters (A, B, C, D, E, ens.)', - upperRoman: 'Romeinse hoofletters (I, II, III, IV, V, ens.)', - validateStartNumber: 'Beginnommer van lys moet \'n heelgetal wees.' -} ); diff --git a/libraries/liststyle/lang/ar.js b/libraries/liststyle/lang/ar.js deleted file mode 100644 index 6802972..0000000 --- a/libraries/liststyle/lang/ar.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'ar', { - bulletedTitle: 'Bulleted List Properties', - circle: 'Circle', - decimal: 'Decimal (1, 2, 3, etc.)', - disc: 'Disc', - lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)', - lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)', - none: 'None', - notset: '', - numberedTitle: 'Numbered List Properties', - square: 'Square', - start: 'Start', - type: 'Type', - upperAlpha: 'Upper Alpha (A, B, C, D, E, etc.)', - upperRoman: 'Upper Roman (I, II, III, IV, V, etc.)', - validateStartNumber: 'List start number must be a whole number.' -} ); diff --git a/libraries/liststyle/lang/az.js b/libraries/liststyle/lang/az.js deleted file mode 100644 index 5c3d17d..0000000 --- a/libraries/liststyle/lang/az.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'az', { - bulletedTitle: 'Markerlənmiş siyahının xüsusiyyətləri', - circle: 'Dəirəcik', - decimal: 'Rəqəm (1, 2, 3 və s.)', - disc: 'Disk', - lowerAlpha: 'Kiçik hərflər (a, b, c, d, e və s.)', - lowerRoman: 'Rum rəqəmləri (i, ii, iii, iv, v və s.)', - none: 'Yoxdur', - notset: '', - numberedTitle: 'Nömrəli siyahının xüsusiyyətləri', - square: 'Dördbucaq', - start: 'Başlanğıc', - type: 'Növ', - upperAlpha: 'Böyük hərflər (a, b, c, d, e və s.)', - upperRoman: 'Böyük Rum rəqəmləri (I, II, III, IV, V və s.)', - validateStartNumber: 'Siyahının başlanğıc nömrəsi tam və müsbət rəqəm olmalıdır.' -} ); diff --git a/libraries/liststyle/lang/bg.js b/libraries/liststyle/lang/bg.js deleted file mode 100644 index d8aa0a5..0000000 --- a/libraries/liststyle/lang/bg.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'bg', { - bulletedTitle: 'Свойства на точков списък', - circle: 'Кръг', - decimal: 'Числа (1, 2, 3 и т.н.)', - disc: 'Диск', - lowerAlpha: 'Малки букви (а, б, в, г, д и т.н.)', - lowerRoman: 'Малки римски числа (i, ii, iii, iv, v и т.н.)', - none: 'Няма', - notset: '<не е указано>', - numberedTitle: 'Numbered List Properties', - square: 'Квадрат', - start: 'Старт', - type: 'Тип', - upperAlpha: 'Големи букви (А, Б, В, Г, Д и т.н.)', - upperRoman: 'Големи римски числа (I, II, III, IV, V и т.н.)', - validateStartNumber: 'Началният номер на списъка трябва да е цяло число.' -} ); diff --git a/libraries/liststyle/lang/bn.js b/libraries/liststyle/lang/bn.js deleted file mode 100644 index e825d86..0000000 --- a/libraries/liststyle/lang/bn.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'bn', { - bulletedTitle: 'Bulleted List Properties', - circle: 'Circle', - decimal: 'Decimal (1, 2, 3, etc.)', - disc: 'Disc', - lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)', - lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)', - none: 'None', - notset: '', - numberedTitle: 'Numbered List Properties', - square: 'Square', - start: 'Start', - type: 'Type', - upperAlpha: 'Upper Alpha (A, B, C, D, E, etc.)', - upperRoman: 'Upper Roman (I, II, III, IV, V, etc.)', - validateStartNumber: 'List start number must be a whole number.' -} ); diff --git a/libraries/liststyle/lang/bs.js b/libraries/liststyle/lang/bs.js deleted file mode 100644 index 5dc477d..0000000 --- a/libraries/liststyle/lang/bs.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'bs', { - bulletedTitle: 'Bulleted List Properties', - circle: 'Circle', - decimal: 'Decimal (1, 2, 3, etc.)', - disc: 'Disc', - lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)', - lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)', - none: 'None', - notset: '', - numberedTitle: 'Numbered List Properties', - square: 'Square', - start: 'Start', - type: 'Type', - upperAlpha: 'Upper Alpha (A, B, C, D, E, etc.)', - upperRoman: 'Upper Roman (I, II, III, IV, V, etc.)', - validateStartNumber: 'List start number must be a whole number.' -} ); diff --git a/libraries/liststyle/lang/ca.js b/libraries/liststyle/lang/ca.js deleted file mode 100644 index 922faf1..0000000 --- a/libraries/liststyle/lang/ca.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'ca', { - bulletedTitle: 'Bulleted List Properties', - circle: 'Circle', - decimal: 'Decimal (1, 2, 3, etc.)', - disc: 'Disc', - lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)', - lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)', - none: 'None', - notset: '', - numberedTitle: 'Numbered List Properties', - square: 'Square', - start: 'Start', - type: 'Type', - upperAlpha: 'Upper Alpha (A, B, C, D, E, etc.)', - upperRoman: 'Upper Roman (I, II, III, IV, V, etc.)', - validateStartNumber: 'List start number must be a whole number.' -} ); diff --git a/libraries/liststyle/lang/cs.js b/libraries/liststyle/lang/cs.js deleted file mode 100644 index 93e7ed5..0000000 --- a/libraries/liststyle/lang/cs.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'cs', { - bulletedTitle: 'Vlastnosti odrážek', - circle: 'Kroužky', - decimal: 'Arabská čísla (1, 2, 3, atd.)', - disc: 'Kolečka', - lowerAlpha: 'Malá latinka (a, b, c, d, e, atd.)', - lowerRoman: 'Malé římské (i, ii, iii, iv, v, atd.)', - none: 'Nic', - notset: '', - numberedTitle: 'Vlastnosti číslování', - square: 'Čtverce', - start: 'Počátek', - type: 'Typ', - upperAlpha: 'Velká latinka (A, B, C, D, E, atd.)', - upperRoman: 'Velké římské (I, II, III, IV, V, atd.)', - validateStartNumber: 'Číslování musí začínat celým číslem.' -} ); diff --git a/libraries/liststyle/lang/cy.js b/libraries/liststyle/lang/cy.js deleted file mode 100644 index b525ae5..0000000 --- a/libraries/liststyle/lang/cy.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'cy', { - bulletedTitle: 'Priodweddau Rhestr Fwled', - circle: 'Cylch', - decimal: 'Degol (1, 2, 3, ayyb.)', - disc: 'Disg', - lowerAlpha: 'Alffa Is (a, b, c, d, e, ayyb.)', - lowerRoman: 'Rhufeinig Is (i, ii, iii, iv, v, ayyb.)', - none: 'Dim', - notset: '', - numberedTitle: 'Priodweddau Rhestr Rifol', - square: 'Sgwâr', - start: 'Dechrau', - type: 'Math', - upperAlpha: 'Alffa Uwch (A, B, C, D, E, ayyb.)', - upperRoman: 'Rhufeinig Uwch (I, II, III, IV, V, ayyb.)', - validateStartNumber: 'Rhaid bod y rhif cychwynnol yn gyfanrif.' -} ); diff --git a/libraries/liststyle/lang/da.js b/libraries/liststyle/lang/da.js deleted file mode 100644 index 3718db5..0000000 --- a/libraries/liststyle/lang/da.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'da', { - bulletedTitle: 'Værdier for cirkelpunktopstilling', - circle: 'Cirkel', - decimal: 'Decimal (1, 2, 3, osv.)', - disc: 'Værdier for diskpunktopstilling', - lowerAlpha: 'Små alfabet (a, b, c, d, e, etc.)', - lowerRoman: 'Små romerske (i, ii, iii, iv, v, etc.)', - none: 'Ingen', - notset: '', - numberedTitle: 'Egenskaber for nummereret liste', - square: 'Firkant', - start: 'Start', - type: 'Type', - upperAlpha: 'Store alfabet (A, B, C, D, E, etc.)', - upperRoman: 'Store romerske (I, II, III, IV, V, etc.)', - validateStartNumber: 'Den nummererede liste skal starte med et rundt nummer' -} ); diff --git a/libraries/liststyle/lang/de-ch.js b/libraries/liststyle/lang/de-ch.js deleted file mode 100644 index 1970113..0000000 --- a/libraries/liststyle/lang/de-ch.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'de-ch', { - bulletedTitle: 'Aufzählungslisteneigenschaften', - circle: 'Ring', - decimal: 'Dezimal (1, 2, 3, etc.)', - disc: 'Kreis', - lowerAlpha: 'Klein Alpha (a, b, c, d, e, usw.)', - lowerRoman: 'Klein römisch (i, ii, iii, iv, v, usw.)', - none: 'Keine', - notset: '', - numberedTitle: 'Nummerierte Listeneigenschaften', - square: 'Quadrat', - start: 'Start', - type: 'Typ', - upperAlpha: 'Gross alpha (A, B, C, D, E, etc.)', - upperRoman: 'Gross römisch (I, II, III, IV, V, usw.)', - validateStartNumber: 'Listenstartnummer muss eine ganze Zahl sein.' -} ); diff --git a/libraries/liststyle/lang/de.js b/libraries/liststyle/lang/de.js deleted file mode 100644 index ffba3a8..0000000 --- a/libraries/liststyle/lang/de.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'de', { - bulletedTitle: 'Aufzählungslisteneigenschaften', - circle: 'Ring', - decimal: 'Dezimal (1, 2, 3, etc.)', - disc: 'Kreis', - lowerAlpha: 'Klein Alpha (a, b, c, d, e, usw.)', - lowerRoman: 'Klein römisch (i, ii, iii, iv, v, usw.)', - none: 'Keine', - notset: '', - numberedTitle: 'Nummerierte Listeneigenschaften', - square: 'Quadrat', - start: 'Start', - type: 'Typ', - upperAlpha: 'Groß alpha (A, B, C, D, E, etc.)', - upperRoman: 'Groß römisch (I, II, III, IV, V, usw.)', - validateStartNumber: 'Listenstartnummer muss eine ganze Zahl sein.' -} ); diff --git a/libraries/liststyle/lang/el.js b/libraries/liststyle/lang/el.js deleted file mode 100644 index 3093ffe..0000000 --- a/libraries/liststyle/lang/el.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'el', { - bulletedTitle: 'Ιδιότητες Λίστας Σημείων', - circle: 'Κύκλος', - decimal: 'Δεκαδική (1, 2, 3, κτλ)', - disc: 'Δίσκος', - lowerAlpha: 'Μικρά Λατινικά (a, b, c, d, e, κτλ.)', - lowerRoman: 'Μικρά Ρωμαϊκά (i, ii, iii, iv, v, κτλ)', - none: 'Καμία', - notset: '<δεν έχει οριστεί>', - numberedTitle: 'Ιδιότητες Αριθμημένης Λίστας ', - square: 'Τετράγωνο', - start: 'Εκκίνηση', - type: 'Τύπος', - upperAlpha: 'Κεφαλαία Λατινικά (A, B, C, D, E, κτλ)', - upperRoman: 'Κεφαλαία Ρωμαϊκά (I, II, III, IV, V, κτλ)', - validateStartNumber: 'Ο αριθμός εκκίνησης της αρίθμησης πρέπει να είναι ακέραιος αριθμός.' -} ); diff --git a/libraries/liststyle/lang/en-au.js b/libraries/liststyle/lang/en-au.js deleted file mode 100644 index 90886d9..0000000 --- a/libraries/liststyle/lang/en-au.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'en-au', { - bulletedTitle: 'Bulleted List Properties', - circle: 'Circle', - decimal: 'Decimal (1, 2, 3, etc.)', - disc: 'Disc', - lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)', - lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)', - none: 'None', - notset: '', - numberedTitle: 'Numbered List Properties', - square: 'Square', - start: 'Start', - type: 'Type', - upperAlpha: 'Upper Alpha (A, B, C, D, E, etc.)', - upperRoman: 'Upper Roman (I, II, III, IV, V, etc.)', - validateStartNumber: 'List start number must be a whole number.' -} ); diff --git a/libraries/liststyle/lang/en-ca.js b/libraries/liststyle/lang/en-ca.js deleted file mode 100644 index 49b1bc3..0000000 --- a/libraries/liststyle/lang/en-ca.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'en-ca', { - bulletedTitle: 'Bulleted List Properties', - circle: 'Circle', - decimal: 'Decimal (1, 2, 3, etc.)', - disc: 'Disc', - lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)', - lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)', - none: 'None', - notset: '', - numberedTitle: 'Numbered List Properties', - square: 'Square', - start: 'Start', - type: 'Type', - upperAlpha: 'Upper Alpha (A, B, C, D, E, etc.)', - upperRoman: 'Upper Roman (I, II, III, IV, V, etc.)', - validateStartNumber: 'List start number must be a whole number.' -} ); diff --git a/libraries/liststyle/lang/en-gb.js b/libraries/liststyle/lang/en-gb.js deleted file mode 100644 index 1da968c..0000000 --- a/libraries/liststyle/lang/en-gb.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'en-gb', { - bulletedTitle: 'Bulleted List Properties', - circle: 'Circle', - decimal: 'Decimal (1, 2, 3, etc.)', - disc: 'Disc', - lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)', - lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)', - none: 'None', - notset: '', - numberedTitle: 'Numbered List Properties', - square: 'Square', - start: 'Start', - type: 'Type', - upperAlpha: 'Upper Alpha (A, B, C, D, E, etc.)', - upperRoman: 'Upper Roman (I, II, III, IV, V, etc.)', - validateStartNumber: 'List start number must be a whole number.' -} ); diff --git a/libraries/liststyle/lang/en.js b/libraries/liststyle/lang/en.js deleted file mode 100644 index 4b641d6..0000000 --- a/libraries/liststyle/lang/en.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'en', { - bulletedTitle: 'Bulleted List Properties', - circle: 'Circle', - decimal: 'Decimal (1, 2, 3, etc.)', - disc: 'Disc', - lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)', - lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)', - none: 'None', - notset: '', - numberedTitle: 'Numbered List Properties', - square: 'Square', - start: 'Start', - type: 'Type', - upperAlpha: 'Upper Alpha (A, B, C, D, E, etc.)', - upperRoman: 'Upper Roman (I, II, III, IV, V, etc.)', - validateStartNumber: 'List start number must be a whole number.' -} ); diff --git a/libraries/liststyle/lang/eo.js b/libraries/liststyle/lang/eo.js deleted file mode 100644 index daa5ef5..0000000 --- a/libraries/liststyle/lang/eo.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'eo', { - bulletedTitle: 'Atributoj de Bula Listo', - circle: 'Cirklo', - decimal: 'Dekumaj Nombroj (1, 2, 3, ktp.)', - disc: 'Disko', - lowerAlpha: 'Minusklaj Literoj (a, b, c, d, e, ktp.)', - lowerRoman: 'Minusklaj Romanaj Nombroj (i, ii, iii, iv, v, ktp.)', - none: 'Neniu', - notset: '', - numberedTitle: 'Atributoj de Numera Listo', - square: 'kvadrato', - start: 'Komenco', - type: 'Tipo', - upperAlpha: 'Majusklaj Literoj (A, B, C, D, E, ktp.)', - upperRoman: 'Majusklaj Romanaj Nombroj (I, II, III, IV, V, ktp.)', - validateStartNumber: 'La unua listero devas esti entjera nombro.' -} ); diff --git a/libraries/liststyle/lang/es-mx.js b/libraries/liststyle/lang/es-mx.js deleted file mode 100644 index e09973c..0000000 --- a/libraries/liststyle/lang/es-mx.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'es-mx', { - bulletedTitle: 'Propiedades de la lista con viñetas', - circle: 'Círculo', - decimal: 'Decimal (1, 2, 3, etc.)', - disc: 'Desc', - lowerAlpha: 'Alfabeto minúscula (a, b, c, d, e, etc.)', - lowerRoman: 'Romano minúscula (i, ii, iii, iv, v, etc.)', - none: 'Ninguno', - notset: '', - numberedTitle: 'Propiedades de la lista numerada', - square: 'Cuadrado', - start: 'Inicio', - type: 'Tipo', - upperAlpha: 'Abecedario mayúscula (A, B, C, D, E, etc.)', - upperRoman: 'Romanos mayúscula (I, II, III, IV, V, etc.)', - validateStartNumber: 'El número de inicio de la lista debe ser un número entero.' -} ); diff --git a/libraries/liststyle/lang/es.js b/libraries/liststyle/lang/es.js deleted file mode 100644 index 6675cf3..0000000 --- a/libraries/liststyle/lang/es.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'es', { - bulletedTitle: 'Propiedades de viñetas', - circle: 'Círculo', - decimal: 'Decimal (1, 2, 3, etc.)', - disc: 'Disco', - lowerAlpha: 'Alfabeto en minúsculas (a, b, c, d, e, etc.)', - lowerRoman: 'Números romanos en minúsculas (i, ii, iii, iv, v, etc.)', - none: 'Ninguno', - notset: '', - numberedTitle: 'Propiedades de lista numerada', - square: 'Cuadrado', - start: 'Inicio', - type: 'Tipo', - upperAlpha: 'Alfabeto en mayúsculas (A, B, C, D, E, etc.)', - upperRoman: 'Números romanos en mayúsculas (I, II, III, IV, V, etc.)', - validateStartNumber: 'El Inicio debe ser un número entero.' -} ); diff --git a/libraries/liststyle/lang/et.js b/libraries/liststyle/lang/et.js deleted file mode 100644 index 8484144..0000000 --- a/libraries/liststyle/lang/et.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'et', { - bulletedTitle: 'Punktloendi omadused', - circle: 'Ring', - decimal: 'Numbrid (1, 2, 3, jne)', - disc: 'Täpp', - lowerAlpha: 'Väiketähed (a, b, c, d, e, jne)', - lowerRoman: 'Väiksed rooma numbrid (i, ii, iii, iv, v, jne)', - none: 'Puudub', - notset: '', - numberedTitle: 'Numberloendi omadused', - square: 'Ruut', - start: 'Algus', - type: 'Liik', - upperAlpha: 'Suurtähed (A, B, C, D, E, jne)', - upperRoman: 'Suured rooma numbrid (I, II, III, IV, V, jne)', - validateStartNumber: 'Loendi algusnumber peab olema täisarv.' -} ); diff --git a/libraries/liststyle/lang/eu.js b/libraries/liststyle/lang/eu.js deleted file mode 100644 index 9769414..0000000 --- a/libraries/liststyle/lang/eu.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'eu', { - bulletedTitle: 'Buletadun zerrendaren propietateak', - circle: 'Zirkulua', - decimal: 'Hamartarra (1, 2, 3...)', - disc: 'Diskoa', - lowerAlpha: 'Alfabetoa minuskulaz (a, b, c, d, e...)', - lowerRoman: 'Erromatarra minuskulaz (i, ii, iii, iv, v...)', - none: 'Bat ere ez', - notset: '', - numberedTitle: 'Zenbakidun zerrendaren propietateak', - square: 'Karratua', - start: 'Hasi', - type: 'Mota', - upperAlpha: 'Alfabetoa maiuskulaz (A, B, C, D, E...)', - upperRoman: 'Erromatarra maiuskulaz (I, II, III, IV, V, etc.)', - validateStartNumber: 'Zerrendaren hasierako zenbakiak zenbaki osoa izan behar du.' -} ); diff --git a/libraries/liststyle/lang/fa.js b/libraries/liststyle/lang/fa.js deleted file mode 100644 index aae326a..0000000 --- a/libraries/liststyle/lang/fa.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'fa', { - bulletedTitle: 'خصوصیات فهرست نقطه‌ای', - circle: 'دایره', - decimal: 'ده‌دهی (۱، ۲، ۳، ...)', - disc: 'صفحه گرد', - lowerAlpha: 'پانویس الفبایی (a, b, c, d, e, etc.)', - lowerRoman: 'پانویس رومی (i, ii, iii, iv, v, etc.)', - none: 'هیچ', - notset: '<تنظیم نشده>', - numberedTitle: 'ویژگیهای فهرست شمارهدار', - square: 'چهارگوش', - start: 'شروع', - type: 'نوع', - upperAlpha: 'بالانویس الفبایی (A, B, C, D, E, etc.)', - upperRoman: 'بالانویس رومی (I, II, III, IV, V, etc.)', - validateStartNumber: 'فهرست شماره شروع باید یک عدد صحیح باشد.' -} ); diff --git a/libraries/liststyle/lang/fi.js b/libraries/liststyle/lang/fi.js deleted file mode 100644 index ec006c0..0000000 --- a/libraries/liststyle/lang/fi.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'fi', { - bulletedTitle: 'Numeroimattoman listan ominaisuudet', - circle: 'Ympyrä', - decimal: 'Desimaalit (1, 2, 3, jne.)', - disc: 'Levy', - lowerAlpha: 'Pienet aakkoset (a, b, c, d, e, jne.)', - lowerRoman: 'Pienet roomalaiset (i, ii, iii, iv, v, jne.)', - none: 'Ei mikään', - notset: '', - numberedTitle: 'Numeroidun listan ominaisuudet', - square: 'Neliö', - start: 'Alku', - type: 'Tyyppi', - upperAlpha: 'Isot aakkoset (A, B, C, D, E, jne.)', - upperRoman: 'Isot roomalaiset (I, II, III, IV, V, jne.)', - validateStartNumber: 'Listan ensimmäisen numeron tulee olla kokonaisluku.' -} ); diff --git a/libraries/liststyle/lang/fo.js b/libraries/liststyle/lang/fo.js deleted file mode 100644 index d41af35..0000000 --- a/libraries/liststyle/lang/fo.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'fo', { - bulletedTitle: 'Eginleikar fyri lista við prikkum', - circle: 'Sirkul', - decimal: 'Vanlig tøl (1, 2, 3, etc.)', - disc: 'Disc', - lowerAlpha: 'Lítlir bókstavir (a, b, c, d, e, etc.)', - lowerRoman: 'Lítil rómaratøl (i, ii, iii, iv, v, etc.)', - none: 'Einki', - notset: '', - numberedTitle: 'Eginleikar fyri lista við tølum', - square: 'Fýrkantur', - start: 'Byrjan', - type: 'Slag', - upperAlpha: 'Stórir bókstavir (A, B, C, D, E, etc.)', - upperRoman: 'Stór rómaratøl (I, II, III, IV, V, etc.)', - validateStartNumber: 'Byrjunartalið fyri lista má vera eitt heiltal.' -} ); diff --git a/libraries/liststyle/lang/fr-ca.js b/libraries/liststyle/lang/fr-ca.js deleted file mode 100644 index 38cf61a..0000000 --- a/libraries/liststyle/lang/fr-ca.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'fr-ca', { - bulletedTitle: 'Propriété de liste à puce', - circle: 'Cercle', - decimal: 'Décimal (1, 2, 3, etc.)', - disc: 'Disque', - lowerAlpha: 'Alphabétique minuscule (a, b, c, d, e, etc.)', - lowerRoman: 'Romain minuscule (i, ii, iii, iv, v, etc.)', - none: 'Aucun', - notset: '', - numberedTitle: 'Propriété de la liste numérotée', - square: 'Carré', - start: 'Début', - type: 'Type', - upperAlpha: 'Alphabétique majuscule (A, B, C, D, E, etc.)', - upperRoman: 'Romain Majuscule (I, II, III, IV, V, etc.)', - validateStartNumber: 'Le numéro de début de liste doit être un entier.' -} ); diff --git a/libraries/liststyle/lang/fr.js b/libraries/liststyle/lang/fr.js deleted file mode 100644 index ac38c07..0000000 --- a/libraries/liststyle/lang/fr.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'fr', { - bulletedTitle: 'Propriétés de la liste à puces', - circle: 'Cercle', - decimal: 'Décimal (1, 2, 3, etc.)', - disc: 'Disque', - lowerAlpha: 'Lettres minuscules (a, b, c, d, e, etc.)', - lowerRoman: 'Chiffres romains minuscules (i, ii, iii, iv, v, etc.)', - none: 'Aucun', - notset: '', - numberedTitle: 'Propriétés de la liste numérotée', - square: 'Carré', - start: 'Début', - type: 'Type', - upperAlpha: 'Lettres majuscules (A, B, C, D, E, etc.)', - upperRoman: 'Chiffres romains majuscules (I, II, III, IV, V, etc.)', - validateStartNumber: 'Le premier élément de la liste doit être un nombre entier.' -} ); diff --git a/libraries/liststyle/lang/gl.js b/libraries/liststyle/lang/gl.js deleted file mode 100644 index b3e21c6..0000000 --- a/libraries/liststyle/lang/gl.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'gl', { - bulletedTitle: 'Propiedades da lista viñeteada', - circle: 'Circulo', - decimal: 'Decimal (1, 2, 3, etc.)', - disc: 'Disc', - lowerAlpha: 'Alfabeto en minúsculas (a, b, c, d, e, etc.)', - lowerRoman: 'Números romanos en minúsculas (i, ii, iii, iv, v, etc.)', - none: 'Ningún', - notset: '', - numberedTitle: 'Propiedades da lista numerada', - square: 'Cadrado', - start: 'Inicio', - type: 'Tipo', - upperAlpha: 'Alfabeto en maiúsculas (A, B, C, D, E, etc.)', - upperRoman: 'Números romanos en maiúsculas (I, II, III, IV, V, etc.)', - validateStartNumber: 'O número de inicio da lista debe ser un número enteiro.' -} ); diff --git a/libraries/liststyle/lang/gu.js b/libraries/liststyle/lang/gu.js deleted file mode 100644 index 015cc1c..0000000 --- a/libraries/liststyle/lang/gu.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'gu', { - bulletedTitle: 'બુલેટેડ લીસ્ટના ગુણ', - circle: 'વર્તુળ', - decimal: 'આંકડા (1, 2, 3, etc.)', - disc: 'ડિસ્ક', - lowerAlpha: 'આલ્ફા નાના (a, b, c, d, e, etc.)', - lowerRoman: 'રોમન નાના (i, ii, iii, iv, v, etc.)', - none: 'કસુ ', - notset: '<સેટ નથી>', - numberedTitle: 'આંકડાના લીસ્ટના ગુણ', - square: 'ચોરસ', - start: 'શરુ કરવું', - type: 'પ્રકાર', - upperAlpha: 'આલ્ફા મોટા (A, B, C, D, E, etc.)', - upperRoman: 'રોમન મોટા (I, II, III, IV, V, etc.)', - validateStartNumber: 'લીસ્ટના સરુઆતનો આંકડો પુરો હોવો જોઈએ.' -} ); diff --git a/libraries/liststyle/lang/he.js b/libraries/liststyle/lang/he.js deleted file mode 100644 index 5620bd0..0000000 --- a/libraries/liststyle/lang/he.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'he', { - bulletedTitle: 'תכונות רשימת תבליטים', - circle: 'עיגול ריק', - decimal: 'ספרות (1, 2, 3 וכו\')', - disc: 'עיגול מלא', - lowerAlpha: 'אותיות אנגליות קטנות (a, b, c, d, e וכו\')', - lowerRoman: 'ספירה רומית באותיות קטנות (i, ii, iii, iv, v וכו\')', - none: 'ללא', - notset: '<לא נקבע>', - numberedTitle: 'תכונות רשימה ממוספרת', - square: 'ריבוע', - start: 'תחילת מספור', - type: 'סוג', - upperAlpha: 'אותיות אנגליות גדולות (A, B, C, D, E וכו\')', - upperRoman: 'ספירה רומיות באותיות גדולות (I, II, III, IV, V וכו\')', - validateStartNumber: 'שדה תחילת המספור חייב להכיל מספר שלם.' -} ); diff --git a/libraries/liststyle/lang/hi.js b/libraries/liststyle/lang/hi.js deleted file mode 100644 index 923ddaa..0000000 --- a/libraries/liststyle/lang/hi.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'hi', { - bulletedTitle: 'Bulleted List Properties', - circle: 'Circle', - decimal: 'Decimal (1, 2, 3, etc.)', - disc: 'Disc', - lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)', - lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)', - none: 'None', - notset: '', - numberedTitle: 'Numbered List Properties', - square: 'Square', - start: 'Start', - type: 'Type', - upperAlpha: 'Upper Alpha (A, B, C, D, E, etc.)', - upperRoman: 'Upper Roman (I, II, III, IV, V, etc.)', - validateStartNumber: 'List start number must be a whole number.' -} ); diff --git a/libraries/liststyle/lang/hr.js b/libraries/liststyle/lang/hr.js deleted file mode 100644 index 361c2a5..0000000 --- a/libraries/liststyle/lang/hr.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'hr', { - bulletedTitle: 'Svojstva liste', - circle: 'Krug', - decimal: 'Decimalna numeracija (1, 2, 3, itd.)', - disc: 'Disk', - lowerAlpha: 'Znakovi mala slova (a, b, c, d, e, itd.)', - lowerRoman: 'Romanska numeracija mala slova (i, ii, iii, iv, v, itd.)', - none: 'Bez', - notset: '', - numberedTitle: 'Svojstva brojčane liste', - square: 'Kvadrat', - start: 'Početak', - type: 'Vrsta', - upperAlpha: 'Znakovi velika slova (A, B, C, D, E, itd.)', - upperRoman: 'Romanska numeracija velika slova (I, II, III, IV, V, itd.)', - validateStartNumber: 'Početak brojčane liste mora biti cijeli broj.' -} ); diff --git a/libraries/liststyle/lang/hu.js b/libraries/liststyle/lang/hu.js deleted file mode 100644 index 6dcece0..0000000 --- a/libraries/liststyle/lang/hu.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'hu', { - bulletedTitle: 'Pontozott lista tulajdonságai', - circle: 'Kör', - decimal: 'Arab számozás (1, 2, 3, stb.)', - disc: 'Korong', - lowerAlpha: 'Kisbetűs (a, b, c, d, e, stb.)', - lowerRoman: 'Római kisbetűs (i, ii, iii, iv, v, stb.)', - none: 'Nincs', - notset: '', - numberedTitle: 'Sorszámozott lista tulajdonságai', - square: 'Négyzet', - start: 'Kezdőszám', - type: 'Típus', - upperAlpha: 'Nagybetűs (A, B, C, D, E, stb.)', - upperRoman: 'Római nagybetűs (I, II, III, IV, V, stb.)', - validateStartNumber: 'A kezdőszám nem lehet tört érték.' -} ); diff --git a/libraries/liststyle/lang/id.js b/libraries/liststyle/lang/id.js deleted file mode 100644 index b671b86..0000000 --- a/libraries/liststyle/lang/id.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'id', { - bulletedTitle: 'Bulleted List Properties', // MISSING - circle: 'Lingkaran', - decimal: 'Desimal (1, 2, 3, dst.)', - disc: 'Cakram', - lowerAlpha: 'Huruf Kecil (a, b, c, d, e, dst.)', - lowerRoman: 'Angka Romawi (i, ii, iii, iv, v, dst.)', - none: 'Tidak ada', - notset: '', - numberedTitle: 'Numbered List Properties', // MISSING - square: 'Persegi', - start: 'Mulai', - type: 'Tipe', - upperAlpha: 'Huruf Besar (A, B, C, D, E, dst.)', - upperRoman: 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - validateStartNumber: 'List start number must be a whole number.' // MISSING -} ); diff --git a/libraries/liststyle/lang/is.js b/libraries/liststyle/lang/is.js deleted file mode 100644 index aee4cc2..0000000 --- a/libraries/liststyle/lang/is.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'is', { - bulletedTitle: 'Bulleted List Properties', - circle: 'Circle', - decimal: 'Decimal (1, 2, 3, etc.)', - disc: 'Disc', - lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)', - lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)', - none: 'None', - notset: '', - numberedTitle: 'Numbered List Properties', - square: 'Square', - start: 'Start', - type: 'Type', - upperAlpha: 'Upper Alpha (A, B, C, D, E, etc.)', - upperRoman: 'Upper Roman (I, II, III, IV, V, etc.)', - validateStartNumber: 'List start number must be a whole number.' -} ); diff --git a/libraries/liststyle/lang/it.js b/libraries/liststyle/lang/it.js deleted file mode 100644 index fdda5fb..0000000 --- a/libraries/liststyle/lang/it.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'it', { - bulletedTitle: 'Proprietà liste puntate', - circle: 'Cerchio', - decimal: 'Decimale (1, 2, 3, ecc.)', - disc: 'Disco', - lowerAlpha: 'Alfabetico minuscolo (a, b, c, d, e, ecc.)', - lowerRoman: 'Numerazione Romana minuscola (i, ii, iii, iv, v, ecc.)', - none: 'Nessuno', - notset: '', - numberedTitle: 'Proprietà liste numerate', - square: 'Quadrato', - start: 'Inizio', - type: 'Tipo', - upperAlpha: 'Alfabetico maiuscolo (A, B, C, D, E, ecc.)', - upperRoman: 'Numerazione Romana maiuscola (I, II, III, IV, V, ecc.)', - validateStartNumber: 'Il numero di inizio di una lista numerata deve essere un numero intero.' -} ); diff --git a/libraries/liststyle/lang/ja.js b/libraries/liststyle/lang/ja.js deleted file mode 100644 index 0e1d11c..0000000 --- a/libraries/liststyle/lang/ja.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'ja', { - bulletedTitle: '箇条書きのプロパティ', - circle: '白丸', - decimal: '数字 (1, 2, 3, etc.)', - disc: '黒丸', - lowerAlpha: '小文字アルファベット (a, b, c, d, e, etc.)', - lowerRoman: '小文字ローマ数字 (i, ii, iii, iv, v, etc.)', - none: 'なし', - notset: '<なし>', - numberedTitle: '番号付きリストのプロパティ', - square: '四角', - start: '開始', - type: '種類', - upperAlpha: '大文字アルファベット (A, B, C, D, E, etc.)', - upperRoman: '大文字ローマ数字 (I, II, III, IV, V, etc.)', - validateStartNumber: 'リストの開始番号は数値で入力してください。' -} ); diff --git a/libraries/liststyle/lang/ka.js b/libraries/liststyle/lang/ka.js deleted file mode 100644 index ebad2e9..0000000 --- a/libraries/liststyle/lang/ka.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'ka', { - bulletedTitle: 'ღილებიანი სიის პარამეტრები', - circle: 'წრეწირი', - decimal: 'რიცხვებით (1, 2, 3, ..)', - disc: 'წრე', - lowerAlpha: 'პატარა ლათინური ასოებით (a, b, c, d, e, ..)', - lowerRoman: 'რომაული გადანომრვცა პატარა ციფრებით (i, ii, iii, iv, v, ..)', - none: 'არაფერი', - notset: '<არაფერი>', - numberedTitle: 'გადანომრილი სიის პარამეტრები', - square: 'კვადრატი', - start: 'საწყისი', - type: 'ტიპი', - upperAlpha: 'დიდი ლათინური ასოებით (A, B, C, D, E, ..)', - upperRoman: 'რომაული გადანომრვა დიდი ციფრებით (I, II, III, IV, V, etc.)', - validateStartNumber: 'სიის საწყისი მთელი რიცხვი უნდა იყოს.' -} ); diff --git a/libraries/liststyle/lang/km.js b/libraries/liststyle/lang/km.js deleted file mode 100644 index 08488c3..0000000 --- a/libraries/liststyle/lang/km.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'km', { - bulletedTitle: 'លក្ខណៈ​សម្បត្តិ​បញ្ជី​ជា​ចំណុច', - circle: 'រង្វង់​មូល', - decimal: 'លេខ​ទសភាគ (1, 2, 3, ...)', - disc: 'ថាស', - lowerAlpha: 'ព្យញ្ជនៈ​តូច (a, b, c, d, e, ...)', - lowerRoman: 'លេខ​រ៉ូម៉ាំង​តូច (i, ii, iii, iv, v, ...)', - none: 'គ្មាន', - notset: '', - numberedTitle: 'លក្ខណៈ​សម្បត្តិ​បញ្ជី​ជា​លេខ', - square: 'ការេ', - start: 'ចាប់​ផ្ដើម', - type: 'ប្រភេទ', - upperAlpha: 'អក្សរ​ធំ (A, B, C, D, E, ...)', - upperRoman: 'លេខ​រ៉ូម៉ាំង​ធំ (I, II, III, IV, V, ...)', - validateStartNumber: 'លេខ​ចាប់​ផ្ដើម​បញ្ជី ត្រូវ​តែ​ជា​តួ​លេខ​ពិត​ប្រាកដ។' -} ); diff --git a/libraries/liststyle/lang/ko.js b/libraries/liststyle/lang/ko.js deleted file mode 100644 index 0d002ea..0000000 --- a/libraries/liststyle/lang/ko.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'ko', { - bulletedTitle: '순서 없는 목록 속성', - circle: '원', - decimal: '수 (1, 2, 3, 등)', - disc: '내림차순', - lowerAlpha: '영소문자 (a, b, c, d, e, 등)', - lowerRoman: '로마 소문자 (i, ii, iii, iv, v, 등)', - none: '없음', - notset: '<설정 없음>', - numberedTitle: '순서 있는 목록 속성', - square: '사각', - start: '시작', - type: '유형', - upperAlpha: '영대문자 (A, B, C, D, E, 등)', - upperRoman: '로마 대문자 (I, II, III, IV, V, 등)', - validateStartNumber: '목록 시작 숫자는 정수여야 합니다.' -} ); diff --git a/libraries/liststyle/lang/ku.js b/libraries/liststyle/lang/ku.js deleted file mode 100644 index 50772fe..0000000 --- a/libraries/liststyle/lang/ku.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'ku', { - bulletedTitle: 'خاسیەتی لیستی خاڵی', - circle: 'بازنه', - decimal: 'ژمارە (1, 2, 3, وە هیتر.)', - disc: 'پەپکە', - lowerAlpha: 'ئەلفابێی بچووك (a, b, c, d, e, وە هیتر.)', - lowerRoman: 'ژمارەی ڕۆمی بچووك (i, ii, iii, iv, v, وە هیتر.)', - none: 'هیچ', - notset: '<دانەندراوه>', - numberedTitle: 'خاسیەتی لیستی ژمارەیی', - square: 'چووراگۆشە', - start: 'دەستپێکردن', - type: 'جۆر', - upperAlpha: 'ئەلفابێی گەوره (A, B, C, D, E, وە هیتر.)', - upperRoman: 'ژمارەی ڕۆمی گەوره (I, II, III, IV, V, وە هیتر.)', - validateStartNumber: 'دەستپێکەری لیستی ژمارەیی دەبێت تەنها ژمارە بێت.' -} ); diff --git a/libraries/liststyle/lang/lt.js b/libraries/liststyle/lang/lt.js deleted file mode 100644 index c65ee02..0000000 --- a/libraries/liststyle/lang/lt.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'lt', { - bulletedTitle: 'Ženklelinio sąrašo nustatymai', - circle: 'Apskritimas', - decimal: 'Dešimtainis (1, 2, 3, t.t)', - disc: 'Diskas', - lowerAlpha: 'Mažosios Alpha (a, b, c, d, e, t.t)', - lowerRoman: 'Mažosios Romėnų (i, ii, iii, iv, v, t.t)', - none: 'Niekas', - notset: '', - numberedTitle: 'Skaitmeninio sąrašo nustatymai', - square: 'Kvadratas', - start: 'Pradžia', - type: 'Rūšis', - upperAlpha: 'Didžiosios Alpha (A, B, C, D, E, t.t)', - upperRoman: 'Didžiosios Romėnų (I, II, III, IV, V, t.t)', - validateStartNumber: 'Sąrašo pradžios skaitmuo turi būti sveikas skaičius.' -} ); diff --git a/libraries/liststyle/lang/lv.js b/libraries/liststyle/lang/lv.js deleted file mode 100644 index 3756598..0000000 --- a/libraries/liststyle/lang/lv.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.plugins.setLang( 'liststyle', 'lv', { - bulletedTitle: 'Vienkārša saraksta uzstādījumi', - circle: 'Aplis', - decimal: 'Decimālie (1, 2, 3, utt)', - disc: 'Disks', - lowerAlpha: 'Mazie alfabēta (a, b, c, d, e, utt)', - lowerRoman: 'Mazie romāņu (i, ii, iii, iv, v, utt)', - none: 'Nekas', - notset: '