summaryrefslogtreecommitdiff
path: root/plugins/liststyle
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/liststyle')
-rw-r--r--plugins/liststyle/lang/af.js25
-rw-r--r--plugins/liststyle/lang/ar.js25
-rw-r--r--plugins/liststyle/lang/bg.js25
-rw-r--r--plugins/liststyle/lang/bn.js25
-rw-r--r--plugins/liststyle/lang/bs.js25
-rw-r--r--plugins/liststyle/lang/ca.js25
-rw-r--r--plugins/liststyle/lang/cs.js25
-rw-r--r--plugins/liststyle/lang/cy.js25
-rw-r--r--plugins/liststyle/lang/da.js25
-rw-r--r--plugins/liststyle/lang/de.js25
-rw-r--r--plugins/liststyle/lang/el.js25
-rw-r--r--plugins/liststyle/lang/en-au.js25
-rw-r--r--plugins/liststyle/lang/en-ca.js25
-rw-r--r--plugins/liststyle/lang/en-gb.js25
-rw-r--r--plugins/liststyle/lang/en.js25
-rw-r--r--plugins/liststyle/lang/eo.js25
-rw-r--r--plugins/liststyle/lang/es.js25
-rw-r--r--plugins/liststyle/lang/et.js25
-rw-r--r--plugins/liststyle/lang/eu.js25
-rw-r--r--plugins/liststyle/lang/fa.js25
-rw-r--r--plugins/liststyle/lang/fi.js25
-rw-r--r--plugins/liststyle/lang/fo.js25
-rw-r--r--plugins/liststyle/lang/fr-ca.js25
-rw-r--r--plugins/liststyle/lang/fr.js25
-rw-r--r--plugins/liststyle/lang/gl.js25
-rw-r--r--plugins/liststyle/lang/gu.js25
-rw-r--r--plugins/liststyle/lang/he.js25
-rw-r--r--plugins/liststyle/lang/hi.js25
-rw-r--r--plugins/liststyle/lang/hr.js25
-rw-r--r--plugins/liststyle/lang/hu.js25
-rw-r--r--plugins/liststyle/lang/is.js25
-rw-r--r--plugins/liststyle/lang/it.js25
-rw-r--r--plugins/liststyle/lang/ja.js25
-rw-r--r--plugins/liststyle/lang/ka.js25
-rw-r--r--plugins/liststyle/lang/km.js25
-rw-r--r--plugins/liststyle/lang/ko.js25
-rw-r--r--plugins/liststyle/lang/ku.js25
-rw-r--r--plugins/liststyle/lang/lt.js25
-rw-r--r--plugins/liststyle/lang/lv.js25
-rw-r--r--plugins/liststyle/lang/mk.js25
-rw-r--r--plugins/liststyle/lang/mn.js25
-rw-r--r--plugins/liststyle/lang/ms.js25
-rw-r--r--plugins/liststyle/lang/nb.js25
-rw-r--r--plugins/liststyle/lang/nl.js25
-rw-r--r--plugins/liststyle/lang/no.js25
-rw-r--r--plugins/liststyle/lang/pl.js25
-rw-r--r--plugins/liststyle/lang/pt-br.js25
-rw-r--r--plugins/liststyle/lang/pt.js25
-rw-r--r--plugins/liststyle/lang/ro.js25
-rw-r--r--plugins/liststyle/lang/ru.js25
-rw-r--r--plugins/liststyle/lang/si.js25
-rw-r--r--plugins/liststyle/lang/sk.js25
-rw-r--r--plugins/liststyle/lang/sl.js25
-rw-r--r--plugins/liststyle/lang/sq.js25
-rw-r--r--plugins/liststyle/lang/sr-latn.js25
-rw-r--r--plugins/liststyle/lang/sr.js25
-rw-r--r--plugins/liststyle/lang/sv.js25
-rw-r--r--plugins/liststyle/lang/th.js25
-rw-r--r--plugins/liststyle/lang/tr.js25
-rw-r--r--plugins/liststyle/lang/ug.js25
-rw-r--r--plugins/liststyle/lang/uk.js25
-rw-r--r--plugins/liststyle/lang/vi.js25
-rw-r--r--plugins/liststyle/lang/zh-cn.js25
-rw-r--r--plugins/liststyle/lang/zh.js25
-rw-r--r--plugins/liststyle/plugin.js67
65 files changed, 1667 insertions, 0 deletions
diff --git a/plugins/liststyle/lang/af.js b/plugins/liststyle/lang/af.js
new file mode 100644
index 0000000..891b0b7
--- /dev/null
+++ b/plugins/liststyle/lang/af.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'af', {
+ armenian: 'Armeense nommering',
+ bulletedTitle: 'Eienskappe van ongenommerde lys',
+ circle: 'Sirkel',
+ decimal: 'Desimale syfers (1, 2, 3, ens.)',
+ decimalLeadingZero: 'Desimale syfers met voorloopnul (01, 02, 03, ens.)',
+ disc: 'Skyf',
+ georgian: 'Georgiese nommering (an, ban, gan, ens.)',
+ lowerAlpha: 'Kleinletters (a, b, c, d, e, ens.)',
+ lowerGreek: 'Griekse kleinletters (alpha, beta, gamma, ens.)',
+ lowerRoman: 'Romeinse kleinletters (i, ii, iii, iv, v, ens.)',
+ none: 'Geen',
+ notset: '<nie ingestel nie>',
+ 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/plugins/liststyle/lang/ar.js b/plugins/liststyle/lang/ar.js
new file mode 100644
index 0000000..e8a5dc6
--- /dev/null
+++ b/plugins/liststyle/lang/ar.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'ar', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ 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/plugins/liststyle/lang/bg.js b/plugins/liststyle/lang/bg.js
new file mode 100644
index 0000000..6268301
--- /dev/null
+++ b/plugins/liststyle/lang/bg.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'bg', {
+ armenian: 'Арменско номериране',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Кръг',
+ decimal: 'Числа (1, 2, 3 и др.)',
+ decimalLeadingZero: 'Числа с водеща нула (01, 02, 03 и т.н.)',
+ disc: 'Диск',
+ georgian: 'Грузинско номериране (an, ban, gan, и т.н.)',
+ lowerAlpha: 'Малки букви (а, б, в, г, д и т.н.)',
+ lowerGreek: 'Малки гръцки букви (алфа, бета, гама и т.н.)',
+ lowerRoman: 'Малки римски числа (i, ii, iii, iv, v и т.н.)',
+ none: 'Няма',
+ notset: '<не е указано>',
+ numberedTitle: 'Numbered List Properties',
+ square: 'Квадрат',
+ start: 'Старт',
+ type: 'Тип',
+ upperAlpha: 'Големи букви (А, Б, В, Г, Д и т.н.)',
+ upperRoman: 'Големи римски числа (I, II, III, IV, V и т.н.)',
+ validateStartNumber: 'List start number must be a whole number.'
+});
diff --git a/plugins/liststyle/lang/bn.js b/plugins/liststyle/lang/bn.js
new file mode 100644
index 0000000..2eb2fe4
--- /dev/null
+++ b/plugins/liststyle/lang/bn.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'bn', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ 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/plugins/liststyle/lang/bs.js b/plugins/liststyle/lang/bs.js
new file mode 100644
index 0000000..c300814
--- /dev/null
+++ b/plugins/liststyle/lang/bs.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'bs', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ 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/plugins/liststyle/lang/ca.js b/plugins/liststyle/lang/ca.js
new file mode 100644
index 0000000..db8dd7f
--- /dev/null
+++ b/plugins/liststyle/lang/ca.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'ca', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ 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/plugins/liststyle/lang/cs.js b/plugins/liststyle/lang/cs.js
new file mode 100644
index 0000000..42a04b4
--- /dev/null
+++ b/plugins/liststyle/lang/cs.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'cs', {
+ armenian: 'Arménské',
+ bulletedTitle: 'Vlastnosti odrážek',
+ circle: 'Kroužky',
+ decimal: 'Arabská čísla (1, 2, 3, atd.)',
+ decimalLeadingZero: 'Arabská čísla uvozená nulou (01, 02, 03, atd.)',
+ disc: 'Kolečka',
+ georgian: 'Gruzínské (an, ban, gan, atd.)',
+ lowerAlpha: 'Malá latinka (a, b, c, d, e, atd.)',
+ lowerGreek: 'Malé řecké (alpha, beta, gamma, atd.)',
+ lowerRoman: 'Malé římské (i, ii, iii, iv, v, atd.)',
+ none: 'Nic',
+ notset: '<nenastaveno>',
+ 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/plugins/liststyle/lang/cy.js b/plugins/liststyle/lang/cy.js
new file mode 100644
index 0000000..84a3992
--- /dev/null
+++ b/plugins/liststyle/lang/cy.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'cy', {
+ armenian: 'Rhifau Armeneg',
+ bulletedTitle: 'Priodweddau Rhestr Fwled',
+ circle: 'Cylch',
+ decimal: 'Degol (1, 2, 3, ayyb.)',
+ decimalLeadingZero: 'Degol â sero arweiniol (01, 02, 03, ayyb.)',
+ disc: 'Disg',
+ georgian: 'Rhifau Sioraidd (an, ban, gan, ayyb.)',
+ lowerAlpha: 'Alffa Is (a, b, c, d, e, ayyb.)',
+ lowerGreek: 'Groeg Is (alpha, beta, gamma, ayyb.)',
+ lowerRoman: 'Rhufeinig Is (i, ii, iii, iv, v, ayyb.)',
+ none: 'Dim',
+ notset: '<heb osod>',
+ 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/plugins/liststyle/lang/da.js b/plugins/liststyle/lang/da.js
new file mode 100644
index 0000000..6c2ef95
--- /dev/null
+++ b/plugins/liststyle/lang/da.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'da', {
+ armenian: 'Armensk nummering',
+ bulletedTitle: 'Værdier for cirkelpunktopstilling',
+ circle: 'Cirkel',
+ decimal: 'Decimal (1, 2, 3, osv.)',
+ decimalLeadingZero: 'Decimaler med 0 først (01, 02, 03, etc.)',
+ disc: 'Værdier for diskpunktopstilling',
+ georgian: 'Georgiansk nummering (an, ban, gan, etc.)',
+ lowerAlpha: 'Små alfabet (a, b, c, d, e, etc.)',
+ lowerGreek: 'Små græsk (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Små romerske (i, ii, iii, iv, v, etc.)',
+ none: 'Ingen',
+ notset: '<ikke defineret>',
+ 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/plugins/liststyle/lang/de.js b/plugins/liststyle/lang/de.js
new file mode 100644
index 0000000..3e046b5
--- /dev/null
+++ b/plugins/liststyle/lang/de.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'de', {
+ armenian: 'Armenisch Nummerierung',
+ bulletedTitle: 'Listen-Eigenschaften',
+ circle: 'Ring',
+ decimal: 'Dezimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Dezimal mit führende Null (01, 02, 03, etc.)',
+ disc: 'Kreis',
+ georgian: 'Georgisch Nummerierung (an, ban, gan, etc.)',
+ lowerAlpha: 'Klein alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Klein griechisch (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Klein römisch (i, ii, iii, iv, v, etc.)',
+ none: 'Keine',
+ notset: '<nicht gesetzt>',
+ numberedTitle: 'Nummerierte Listen-Eigenschaften',
+ square: 'Quadrat',
+ start: 'Start',
+ type: 'Typ',
+ upperAlpha: 'Groß alpha (A, B, C, D, E, etc.)',
+ upperRoman: 'Groß römisch (I, II, III, IV, V, etc.)',
+ validateStartNumber: 'List Startnummer muss eine ganze Zahl sein.'
+});
diff --git a/plugins/liststyle/lang/el.js b/plugins/liststyle/lang/el.js
new file mode 100644
index 0000000..6f496c7
--- /dev/null
+++ b/plugins/liststyle/lang/el.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'el', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Ιδιότητες Λίστας Σημείων',
+ circle: 'Κύκλος',
+ decimal: 'Δεκαδικός (1, 2, 3, κτλ)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Δίσκος',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'Τίποτα',
+ notset: '<δεν έχει οριστεί>',
+ numberedTitle: 'Ιδιότητες Αριθμημένης Λίστας ',
+ square: 'Τετράγωνο',
+ start: 'Εκκίνηση',
+ type: 'Τύπος',
+ upperAlpha: 'Upper Alpha (A, B, C, D, E, etc.)',
+ upperRoman: 'Upper Roman (I, II, III, IV, V, etc.)',
+ validateStartNumber: 'Ο αριθμός εκκίνησης της αρίθμησης πρέπει να είναι ακέραιος αριθμός.'
+});
diff --git a/plugins/liststyle/lang/en-au.js b/plugins/liststyle/lang/en-au.js
new file mode 100644
index 0000000..fe30662
--- /dev/null
+++ b/plugins/liststyle/lang/en-au.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'en-au', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ 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/plugins/liststyle/lang/en-ca.js b/plugins/liststyle/lang/en-ca.js
new file mode 100644
index 0000000..b34da5c
--- /dev/null
+++ b/plugins/liststyle/lang/en-ca.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'en-ca', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ 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/plugins/liststyle/lang/en-gb.js b/plugins/liststyle/lang/en-gb.js
new file mode 100644
index 0000000..6b9f294
--- /dev/null
+++ b/plugins/liststyle/lang/en-gb.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'en-gb', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ 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/plugins/liststyle/lang/en.js b/plugins/liststyle/lang/en.js
new file mode 100644
index 0000000..03b6a41
--- /dev/null
+++ b/plugins/liststyle/lang/en.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'en', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ 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/plugins/liststyle/lang/eo.js b/plugins/liststyle/lang/eo.js
new file mode 100644
index 0000000..0d5626c
--- /dev/null
+++ b/plugins/liststyle/lang/eo.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'eo', {
+ armenian: 'Armena nombrado',
+ bulletedTitle: 'Atributoj de Bula Listo',
+ circle: 'Cirklo',
+ decimal: 'Dekumaj Nombroj (1, 2, 3, ktp.)',
+ decimalLeadingZero: 'Dekumaj Nombroj malantaŭ nulo (01, 02, 03, ktp.)',
+ disc: 'Disko',
+ georgian: 'Gruza nombrado (an, ban, gan, ktp.)',
+ lowerAlpha: 'Minusklaj Literoj (a, b, c, d, e, ktp.)',
+ lowerGreek: 'Grekaj Minusklaj Literoj (alpha, beta, gamma, ktp.)',
+ lowerRoman: 'Minusklaj Romanaj Nombroj (i, ii, iii, iv, v, ktp.)',
+ none: 'Neniu',
+ notset: '<Defaŭlta>',
+ 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/plugins/liststyle/lang/es.js b/plugins/liststyle/lang/es.js
new file mode 100644
index 0000000..c9213c2
--- /dev/null
+++ b/plugins/liststyle/lang/es.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'es', {
+ armenian: 'Numeración armenia',
+ bulletedTitle: 'Propiedades de viñetas',
+ circle: 'Círculo',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal con cero inicial (01, 02, 03, etc.)',
+ disc: 'Disco',
+ georgian: 'Numeración georgiana (an, ban, gan, etc.)',
+ lowerAlpha: 'Alfabeto en minúsculas (a, b, c, d, e, etc.)',
+ lowerGreek: 'Letras griegas (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Números romanos en minúsculas (i, ii, iii, iv, v, etc.)',
+ none: 'Ninguno',
+ notset: '<sin establecer>',
+ 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/plugins/liststyle/lang/et.js b/plugins/liststyle/lang/et.js
new file mode 100644
index 0000000..64caa5c
--- /dev/null
+++ b/plugins/liststyle/lang/et.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'et', {
+ armenian: 'Armeenia numbrid',
+ bulletedTitle: 'Punktloendi omadused',
+ circle: 'Ring',
+ decimal: 'Numbrid (1, 2, 3, jne)',
+ decimalLeadingZero: 'Numbrid algusnulliga (01, 02, 03, jne)',
+ disc: 'Täpp',
+ georgian: 'Gruusia numbrid (an, ban, gan, jne)',
+ lowerAlpha: 'Väiketähed (a, b, c, d, e, jne)',
+ lowerGreek: 'Kreeka väiketähed (alpha, beta, gamma, jne)',
+ lowerRoman: 'Väiksed rooma numbrid (i, ii, iii, iv, v, jne)',
+ none: 'Puudub',
+ notset: '<pole määratud>',
+ 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/plugins/liststyle/lang/eu.js b/plugins/liststyle/lang/eu.js
new file mode 100644
index 0000000..ac0bd0f
--- /dev/null
+++ b/plugins/liststyle/lang/eu.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'eu', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ 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/plugins/liststyle/lang/fa.js b/plugins/liststyle/lang/fa.js
new file mode 100644
index 0000000..36f97e4
--- /dev/null
+++ b/plugins/liststyle/lang/fa.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'fa', {
+ armenian: 'شمارهگذاری ارمنی',
+ bulletedTitle: 'ویژگیهای فهرست گلولهدار',
+ circle: 'دایره',
+ decimal: 'دهدهی (1, 2, 3, etc.)',
+ decimalLeadingZero: 'دهدهی همراه با صفر (01, 02, 03, etc.)',
+ disc: 'صفحه گرد',
+ georgian: 'شمارهگذاری گریگورین (an, ban, gan, etc.)',
+ lowerAlpha: 'پانویس الفبایی (a, b, c, d, e, etc.)',
+ lowerGreek: 'پانویس یونانی (alpha, beta, gamma, 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/plugins/liststyle/lang/fi.js b/plugins/liststyle/lang/fi.js
new file mode 100644
index 0000000..702e07d
--- /dev/null
+++ b/plugins/liststyle/lang/fi.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'fi', {
+ armenian: 'Armeenialainen numerointi',
+ bulletedTitle: 'Numeroimattoman listan ominaisuudet',
+ circle: 'Ympyrä',
+ decimal: 'Desimaalit (1, 2, 3, jne.)',
+ decimalLeadingZero: 'Desimaalit, alussa nolla (01, 02, 03, jne.)',
+ disc: 'Levy',
+ georgian: 'Georgialainen numerointi (an, ban, gan, etc.)',
+ lowerAlpha: 'Pienet aakkoset (a, b, c, d, e, jne.)',
+ lowerGreek: 'Pienet kreikkalaiset (alpha, beta, gamma, jne.)',
+ lowerRoman: 'Pienet roomalaiset (i, ii, iii, iv, v, jne.)',
+ none: 'Ei mikään',
+ notset: '<ei asetettu>',
+ 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/plugins/liststyle/lang/fo.js b/plugins/liststyle/lang/fo.js
new file mode 100644
index 0000000..88362f1
--- /dev/null
+++ b/plugins/liststyle/lang/fo.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'fo', {
+ armenian: 'Armensk talskipan',
+ bulletedTitle: 'Eginleikar fyri lista við prikkum',
+ circle: 'Sirkul',
+ decimal: 'Vanlig tøl (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Tøl við null frammanfyri (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgisk talskipan (an, ban, gan, osv.)',
+ lowerAlpha: 'Lítlir bókstavir (a, b, c, d, e, etc.)',
+ lowerGreek: 'Grikskt við lítlum (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lítil rómaratøl (i, ii, iii, iv, v, etc.)',
+ none: 'Einki',
+ notset: '<ikki sett>',
+ 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/plugins/liststyle/lang/fr-ca.js b/plugins/liststyle/lang/fr-ca.js
new file mode 100644
index 0000000..0f7f2f7
--- /dev/null
+++ b/plugins/liststyle/lang/fr-ca.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'fr-ca', {
+ armenian: 'Numération arménienne',
+ bulletedTitle: 'Propriété de liste à puce',
+ circle: 'Cercle',
+ decimal: 'Décimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Décimal avec zéro (01, 02, 03, etc.)',
+ disc: 'Disque',
+ georgian: 'Numération géorgienne (an, ban, gan, etc.)',
+ lowerAlpha: 'Alphabétique minuscule (a, b, c, d, e, etc.)',
+ lowerGreek: 'Grecque minuscule (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Romain minuscule (i, ii, iii, iv, v, etc.)',
+ none: 'Aucun',
+ notset: '<non défini>',
+ 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/plugins/liststyle/lang/fr.js b/plugins/liststyle/lang/fr.js
new file mode 100644
index 0000000..5da1f8a
--- /dev/null
+++ b/plugins/liststyle/lang/fr.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'fr', {
+ armenian: 'Numération arménienne',
+ bulletedTitle: 'Propriétés de la liste à puces',
+ circle: 'Cercle',
+ decimal: 'Décimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Décimal précédé par un 0 (01, 02, 03, etc.)',
+ disc: 'Disque',
+ georgian: 'Numération géorgienne (an, ban, gan, etc.)',
+ lowerAlpha: 'Alphabétique minuscules (a, b, c, d, e, etc.)',
+ lowerGreek: 'Grec minuscule (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Nombres romains minuscules (i, ii, iii, iv, v, etc.)',
+ none: 'Aucun',
+ notset: '<Non défini>',
+ numberedTitle: 'Propriétés de la liste numérotée',
+ square: 'Carré',
+ start: 'Début',
+ type: 'Type',
+ upperAlpha: 'Alphabétique majuscules (A, B, C, D, E, etc.)',
+ upperRoman: 'Nombres romains majuscules (I, II, III, IV, V, etc.)',
+ validateStartNumber: 'Le premier élément de la liste doit être un nombre entier.'
+});
diff --git a/plugins/liststyle/lang/gl.js b/plugins/liststyle/lang/gl.js
new file mode 100644
index 0000000..1afe1a9
--- /dev/null
+++ b/plugins/liststyle/lang/gl.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'gl', {
+ armenian: 'Numeración armenia',
+ bulletedTitle: 'Propiedades da lista viñeteada',
+ circle: 'Circulo',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal con cero á esquerda (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Numeración xeorxiana (an, ban, gan, etc.)',
+ lowerAlpha: 'Alfabeto en minúsculas (a, b, c, d, e, etc.)',
+ lowerGreek: 'Grego en minúsculas (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Números romanos en minúsculas (i, ii, iii, iv, v, etc.)',
+ none: 'Ningún',
+ notset: '<sen estabelecer>',
+ 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/plugins/liststyle/lang/gu.js b/plugins/liststyle/lang/gu.js
new file mode 100644
index 0000000..f614942
--- /dev/null
+++ b/plugins/liststyle/lang/gu.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'gu', {
+ armenian: 'અરમેનિયન આંકડા પદ્ધતિ',
+ bulletedTitle: 'બુલેટેડ લીસ્ટના ગુણ',
+ circle: 'વર્તુળ',
+ decimal: 'આંકડા (1, 2, 3, etc.)',
+ decimalLeadingZero: 'સુન્ય આગળ આંકડા (01, 02, 03, etc.)',
+ disc: 'ડિસ્ક',
+ georgian: 'ગેઓર્ગિયન આંકડા પદ્ધતિ (an, ban, gan, etc.)',
+ lowerAlpha: 'આલ્ફા નાના (a, b, c, d, e, etc.)',
+ lowerGreek: 'ગ્રીક નાના (alpha, beta, gamma, 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/plugins/liststyle/lang/he.js b/plugins/liststyle/lang/he.js
new file mode 100644
index 0000000..c7f2fff
--- /dev/null
+++ b/plugins/liststyle/lang/he.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'he', {
+ armenian: 'ספרות ארמניות',
+ bulletedTitle: 'תכונות רשימת תבליטים',
+ circle: 'עיגול ריק',
+ decimal: 'ספרות (1, 2, 3 וכו\')',
+ decimalLeadingZero: 'ספרות עם 0 בהתחלה (01, 02, 03 וכו\')',
+ disc: 'עיגול מלא',
+ georgian: 'ספרות גיאורגיות (an, ban, gan וכו\')',
+ lowerAlpha: 'אותיות אנגליות קטנות (a, b, c, d, e וכו\')',
+ lowerGreek: 'אותיות יווניות קטנות (alpha, beta, gamma וכו\')',
+ 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/plugins/liststyle/lang/hi.js b/plugins/liststyle/lang/hi.js
new file mode 100644
index 0000000..94232a6
--- /dev/null
+++ b/plugins/liststyle/lang/hi.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'hi', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ 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/plugins/liststyle/lang/hr.js b/plugins/liststyle/lang/hr.js
new file mode 100644
index 0000000..e2d1ea6
--- /dev/null
+++ b/plugins/liststyle/lang/hr.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'hr', {
+ armenian: 'Armenijska numeracija',
+ bulletedTitle: 'Svojstva liste',
+ circle: 'Krug',
+ decimal: 'Decimalna numeracija (1, 2, 3, itd.)',
+ decimalLeadingZero: 'Decimalna s vodećom nulom (01, 02, 03, itd)',
+ disc: 'Disk',
+ georgian: 'Gruzijska numeracija(an, ban, gan, etc.)',
+ lowerAlpha: 'Znakovi mala slova (a, b, c, d, e, itd.)',
+ lowerGreek: 'Grčka numeracija mala slova (alfa, beta, gama, itd).',
+ lowerRoman: 'Romanska numeracija mala slova (i, ii, iii, iv, v, itd.)',
+ none: 'Bez',
+ notset: '<nije određen>',
+ 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/plugins/liststyle/lang/hu.js b/plugins/liststyle/lang/hu.js
new file mode 100644
index 0000000..b1f7f27
--- /dev/null
+++ b/plugins/liststyle/lang/hu.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'hu', {
+ armenian: 'Örmény számozás',
+ bulletedTitle: 'Pontozott lista tulajdonságai',
+ circle: 'Kör',
+ decimal: 'Arab számozás (1, 2, 3, stb.)',
+ decimalLeadingZero: 'Számozás bevezető nullákkal (01, 02, 03, stb.)',
+ disc: 'Korong',
+ georgian: 'Grúz számozás (an, ban, gan, stb.)',
+ lowerAlpha: 'Kisbetűs (a, b, c, d, e, stb.)',
+ lowerGreek: 'Görög (alpha, beta, gamma, stb.)',
+ lowerRoman: 'Római kisbetűs (i, ii, iii, iv, v, stb.)',
+ none: 'Nincs',
+ notset: '<Nincs beállítva>',
+ 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/plugins/liststyle/lang/is.js b/plugins/liststyle/lang/is.js
new file mode 100644
index 0000000..8e69814
--- /dev/null
+++ b/plugins/liststyle/lang/is.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'is', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ 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/plugins/liststyle/lang/it.js b/plugins/liststyle/lang/it.js
new file mode 100644
index 0000000..e43dc32
--- /dev/null
+++ b/plugins/liststyle/lang/it.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'it', {
+ armenian: 'Numerazione Armena',
+ bulletedTitle: 'Proprietà liste puntate',
+ circle: 'Cerchio',
+ decimal: 'Decimale (1, 2, 3, ecc.)',
+ decimalLeadingZero: 'Decimale preceduto da 0 (01, 02, 03, ecc.)',
+ disc: 'Disco',
+ georgian: 'Numerazione Georgiana (an, ban, gan, ecc.)',
+ lowerAlpha: 'Alfabetico minuscolo (a, b, c, d, e, ecc.)',
+ lowerGreek: 'Greco minuscolo (alpha, beta, gamma, ecc.)',
+ lowerRoman: 'Numerazione Romana minuscola (i, ii, iii, iv, v, ecc.)',
+ none: 'Nessuno',
+ notset: '<non impostato>',
+ 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/plugins/liststyle/lang/ja.js b/plugins/liststyle/lang/ja.js
new file mode 100644
index 0000000..817898b
--- /dev/null
+++ b/plugins/liststyle/lang/ja.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'ja', {
+ armenian: 'アルメニア数字',
+ bulletedTitle: '箇条書き プロパティ',
+ circle: '白丸',
+ decimal: '数字 (1, 2, 3, etc.)',
+ decimalLeadingZero: '上位桁に0をつけた数字 (01, 02, 03, etc.)',
+ disc: '黒丸',
+ georgian: 'グルジア数字 (an, ban, gan, etc.)',
+ lowerAlpha: '小文字アルファベット (a, b, c, d, e, etc.)',
+ lowerGreek: '小文字ギリシャ文字 (alpha, beta, gamma, 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/plugins/liststyle/lang/ka.js b/plugins/liststyle/lang/ka.js
new file mode 100644
index 0000000..54c4d08
--- /dev/null
+++ b/plugins/liststyle/lang/ka.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'ka', {
+ armenian: 'სომხური გადანომრვა',
+ bulletedTitle: 'ღილებიანი სიის პარამეტრები',
+ circle: 'წრეწირი',
+ decimal: 'რიცხვებით (1, 2, 3, ..)',
+ decimalLeadingZero: 'ნულით დაწყებული რიცხვებით (01, 02, 03, ..)',
+ disc: 'წრე',
+ georgian: 'ქართული გადანომრვა (ან, ბან, გან, ..)',
+ lowerAlpha: 'პატარა ლათინური ასოებით (a, b, c, d, e, ..)',
+ lowerGreek: 'პატარა ბერძნული ასოებით (ალფა, ბეტა, გამა, ..)',
+ 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/plugins/liststyle/lang/km.js b/plugins/liststyle/lang/km.js
new file mode 100644
index 0000000..62e7fe9
--- /dev/null
+++ b/plugins/liststyle/lang/km.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'km', {
+ armenian: 'លេខ​អារមេនី',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ numberedTitle: 'Numbered List Properties',
+ square: 'Square',
+ start: 'ចាប់​ផ្ដើម',
+ type: 'ប្រភេទ',
+ upperAlpha: 'អក្សរ​ធំ (A, B, C, D, E, ...)',
+ upperRoman: 'លេខ​រ៉ូម៉ាំង​ធំ (I, II, III, IV, V, ...)',
+ validateStartNumber: 'List start number must be a whole number.' // MISSING
+});
diff --git a/plugins/liststyle/lang/ko.js b/plugins/liststyle/lang/ko.js
new file mode 100644
index 0000000..a0a350c
--- /dev/null
+++ b/plugins/liststyle/lang/ko.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'ko', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ 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/plugins/liststyle/lang/ku.js b/plugins/liststyle/lang/ku.js
new file mode 100644
index 0000000..981ca72
--- /dev/null
+++ b/plugins/liststyle/lang/ku.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'ku', {
+ armenian: 'ئاراستەی ژمارەی ئەرمەنی',
+ bulletedTitle: 'خاسیەتی لیستی خاڵی',
+ circle: 'بازنه',
+ decimal: 'ژمارە (1, 2, 3, وە هیتر.)',
+ decimalLeadingZero: 'ژمارە سفڕی لەپێشەوه (01, 02, 03, وە هیتر.)',
+ disc: 'پەپکە',
+ georgian: 'ئاراستەی ژمارەی جۆڕجی (an, ban, gan, وە هیتر.)',
+ lowerAlpha: 'ئەلفابێی بچووك (a, b, c, d, e, وە هیتر.)',
+ lowerGreek: 'یۆنانی بچووك (alpha, beta, gamma, وە هیتر.)',
+ 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/plugins/liststyle/lang/lt.js b/plugins/liststyle/lang/lt.js
new file mode 100644
index 0000000..ca709c5
--- /dev/null
+++ b/plugins/liststyle/lang/lt.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'lt', {
+ armenian: 'Armėniški skaitmenys',
+ bulletedTitle: 'Ženklelinio sąrašo nustatymai',
+ circle: 'Apskritimas',
+ decimal: 'Dešimtainis (1, 2, 3, t.t)',
+ decimalLeadingZero: 'Dešimtainis su nuliu priekyje (01, 02, 03, t.t)',
+ disc: 'Diskas',
+ georgian: 'Gruziniški skaitmenys (an, ban, gan, t.t)',
+ lowerAlpha: 'Mažosios Alpha (a, b, c, d, e, t.t)',
+ lowerGreek: 'Mažosios Graikų (alpha, beta, gamma, t.t)',
+ lowerRoman: 'Mažosios Romėnų (i, ii, iii, iv, v, t.t)',
+ none: 'Niekas',
+ notset: '<nenurodytas>',
+ 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/plugins/liststyle/lang/lv.js b/plugins/liststyle/lang/lv.js
new file mode 100644
index 0000000..30bdb67
--- /dev/null
+++ b/plugins/liststyle/lang/lv.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'lv', {
+ armenian: 'Armēņu skaitļi',
+ bulletedTitle: 'Vienkārša saraksta uzstādījumi',
+ circle: 'Aplis',
+ decimal: 'Decimālie (1, 2, 3, utt)',
+ decimalLeadingZero: 'Decimālie ar nulli (01, 02, 03, utt)',
+ disc: 'Disks',
+ georgian: 'Gruzīņu skaitļi (an, ban, gan, utt)',
+ lowerAlpha: 'Mazie alfabēta (a, b, c, d, e, utt)',
+ lowerGreek: 'Mazie grieķu (alfa, beta, gamma, utt)',
+ lowerRoman: 'Mazie romāņu (i, ii, iii, iv, v, utt)',
+ none: 'Nekas',
+ notset: '<nav norādīts>',
+ numberedTitle: 'Numurēta saraksta uzstādījumi',
+ square: 'Kvadrāts',
+ start: 'Sākt',
+ type: 'Tips',
+ upperAlpha: 'Lielie alfabēta (A, B, C, D, E, utt)',
+ upperRoman: 'Lielie romāņu (I, II, III, IV, V, utt)',
+ validateStartNumber: 'Saraksta sākuma numuram jābūt veselam skaitlim'
+});
diff --git a/plugins/liststyle/lang/mk.js b/plugins/liststyle/lang/mk.js
new file mode 100644
index 0000000..cb410b3
--- /dev/null
+++ b/plugins/liststyle/lang/mk.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'mk', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ 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/plugins/liststyle/lang/mn.js b/plugins/liststyle/lang/mn.js
new file mode 100644
index 0000000..b9e66cd
--- /dev/null
+++ b/plugins/liststyle/lang/mn.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'mn', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ numberedTitle: 'Numbered List Properties',
+ square: 'Square',
+ start: 'Start',
+ 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/plugins/liststyle/lang/ms.js b/plugins/liststyle/lang/ms.js
new file mode 100644
index 0000000..b66d7da
--- /dev/null
+++ b/plugins/liststyle/lang/ms.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'ms', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ 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/plugins/liststyle/lang/nb.js b/plugins/liststyle/lang/nb.js
new file mode 100644
index 0000000..8069079
--- /dev/null
+++ b/plugins/liststyle/lang/nb.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'nb', {
+ armenian: 'Armensk nummerering',
+ bulletedTitle: 'Egenskaper for punktmerket liste',
+ circle: 'Sirkel',
+ decimal: 'Tall (1, 2, 3, osv.)',
+ decimalLeadingZero: 'Tall, med førstesiffer null (01, 02, 03, osv.)',
+ disc: 'Disk',
+ georgian: 'Georgisk nummerering (an, ban, gan, osv.)',
+ lowerAlpha: 'Alfabetisk, små (a, b, c, d, e, osv.)',
+ lowerGreek: 'Gresk, små (alpha, beta, gamma, osv.)',
+ lowerRoman: 'Romertall, små (i, ii, iii, iv, v, osv.)',
+ none: 'Ingen',
+ notset: '<ikke satt>',
+ numberedTitle: 'Egenskaper for nummerert liste',
+ square: 'Firkant',
+ start: 'Start',
+ type: 'Type',
+ upperAlpha: 'Alfabetisk, store (A, B, C, D, E, osv.)',
+ upperRoman: 'Romertall, store (I, II, III, IV, V, osv.)',
+ validateStartNumber: 'Starten på listen må være et heltall.'
+});
diff --git a/plugins/liststyle/lang/nl.js b/plugins/liststyle/lang/nl.js
new file mode 100644
index 0000000..e6c50c0
--- /dev/null
+++ b/plugins/liststyle/lang/nl.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'nl', {
+ armenian: 'Armeense nummering',
+ bulletedTitle: 'Eigenschappen lijst met opsommingstekens',
+ circle: 'Cirkel',
+ decimal: 'Cijfers (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Cijfers beginnen met nul (01, 02, 03, etc.)',
+ disc: 'Schijf',
+ georgian: 'Georgische nummering (an, ban, gan, etc.)',
+ lowerAlpha: 'Kleine letters (a, b, c, d, e, etc.)',
+ lowerGreek: 'Grieks kleine letters (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Romeins kleine letters (i, ii, iii, iv, v, etc.)',
+ none: 'Geen',
+ notset: '<niet gezet>',
+ numberedTitle: 'Eigenschappen genummerde lijst',
+ square: 'Vierkant',
+ start: 'Start',
+ type: 'Type',
+ upperAlpha: 'Hoofdletters (A, B, C, D, E, etc.)',
+ upperRoman: 'Romeinse hoofdletters (I, II, III, IV, V, etc.)',
+ validateStartNumber: 'Startnummer van de lijst moet een heel nummer zijn.'
+});
diff --git a/plugins/liststyle/lang/no.js b/plugins/liststyle/lang/no.js
new file mode 100644
index 0000000..89000ec
--- /dev/null
+++ b/plugins/liststyle/lang/no.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'no', {
+ armenian: 'Armensk nummerering',
+ bulletedTitle: 'Egenskaper for punktmerket liste',
+ circle: 'Sirkel',
+ decimal: 'Tall (1, 2, 3, osv.)',
+ decimalLeadingZero: 'Tall, med førstesiffer null (01, 02, 03, osv.)',
+ disc: 'Disk',
+ georgian: 'Georgisk nummerering (an, ban, gan, osv.)',
+ lowerAlpha: 'Alfabetisk, små (a, b, c, d, e, osv.)',
+ lowerGreek: 'Gresk, små (alpha, beta, gamma, osv.)',
+ lowerRoman: 'Romertall, små (i, ii, iii, iv, v, osv.)',
+ none: 'Ingen',
+ notset: '<ikke satt>',
+ numberedTitle: 'Egenskaper for nummerert liste',
+ square: 'Firkant',
+ start: 'Start',
+ type: 'Type',
+ upperAlpha: 'Alfabetisk, store (A, B, C, D, E, osv.)',
+ upperRoman: 'Romertall, store (I, II, III, IV, V, osv.)',
+ validateStartNumber: 'Starten på listen må være et heltall.'
+});
diff --git a/plugins/liststyle/lang/pl.js b/plugins/liststyle/lang/pl.js
new file mode 100644
index 0000000..b388130
--- /dev/null
+++ b/plugins/liststyle/lang/pl.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'pl', {
+ armenian: 'Numerowanie armeńskie',
+ bulletedTitle: 'Właściwości list wypunktowanych',
+ circle: 'Koło',
+ decimal: 'Liczby (1, 2, 3 itd.)',
+ decimalLeadingZero: 'Liczby z początkowym zerem (01, 02, 03 itd.)',
+ disc: 'Okrąg',
+ georgian: 'Numerowanie gruzińskie (an, ban, gan itd.)',
+ lowerAlpha: 'Małe litery (a, b, c, d, e itd.)',
+ lowerGreek: 'Małe litery greckie (alpha, beta, gamma itd.)',
+ lowerRoman: 'Małe cyfry rzymskie (i, ii, iii, iv, v itd.)',
+ none: 'Brak',
+ notset: '<nie ustawiono>',
+ numberedTitle: 'Właściwości list numerowanych',
+ square: 'Kwadrat',
+ start: 'Początek',
+ type: 'Typ punktora',
+ upperAlpha: 'Duże litery (A, B, C, D, E itd.)',
+ upperRoman: 'Duże cyfry rzymskie (I, II, III, IV, V itd.)',
+ validateStartNumber: 'Listę musi rozpoczynać liczba całkowita.'
+});
diff --git a/plugins/liststyle/lang/pt-br.js b/plugins/liststyle/lang/pt-br.js
new file mode 100644
index 0000000..c0a611b
--- /dev/null
+++ b/plugins/liststyle/lang/pt-br.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'pt-br', {
+ armenian: 'Numeração Armêna',
+ bulletedTitle: 'Propriedades da Lista sem Numeros',
+ circle: 'Círculo',
+ decimal: 'Numeração Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Numeração Decimal com zeros (01, 02, 03, etc.)',
+ disc: 'Disco',
+ georgian: 'Numeração da Geórgia (an, ban, gan, etc.)',
+ lowerAlpha: 'Numeração Alfabética minúscula (a, b, c, d, e, etc.)',
+ lowerGreek: 'Numeração Grega minúscula (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Numeração Romana minúscula (i, ii, iii, iv, v, etc.)',
+ none: 'Nenhum',
+ notset: '<não definido>',
+ numberedTitle: 'Propriedades da Lista Numerada',
+ square: 'Quadrado',
+ start: 'Início',
+ type: 'Tipo',
+ upperAlpha: 'Numeração Alfabética Maiúscula (A, B, C, D, E, etc.)',
+ upperRoman: 'Numeração Romana maiúscula (I, II, III, IV, V, etc.)',
+ validateStartNumber: 'O número inicial da lista deve ser um número inteiro.'
+});
diff --git a/plugins/liststyle/lang/pt.js b/plugins/liststyle/lang/pt.js
new file mode 100644
index 0000000..934e8e5
--- /dev/null
+++ b/plugins/liststyle/lang/pt.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'pt', {
+ armenian: 'Numeração armênia',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Círculo',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disco',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'Nenhum',
+ notset: '<not set>',
+ numberedTitle: 'Numbered List Properties',
+ square: 'Quadrado',
+ start: 'Iniciar',
+ type: 'Tipo',
+ 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/plugins/liststyle/lang/ro.js b/plugins/liststyle/lang/ro.js
new file mode 100644
index 0000000..7d1438e
--- /dev/null
+++ b/plugins/liststyle/lang/ro.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'ro', {
+ armenian: 'Numerotare armeniană',
+ bulletedTitle: 'Proprietățile listei cu simboluri',
+ circle: 'Cerc',
+ decimal: 'Decimale (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimale cu zero în față (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Numerotare georgiană (an, ban, gan, etc.)',
+ lowerAlpha: 'Litere mici (a, b, c, d, e, etc.)',
+ lowerGreek: 'Litere grecești mici (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Cifre romane mici (i, ii, iii, iv, v, etc.)',
+ none: 'Nimic',
+ notset: '<nesetat>',
+ numberedTitle: 'Proprietățile listei numerotate',
+ square: 'Pătrat',
+ start: 'Start',
+ type: 'Tip',
+ upperAlpha: 'Litere mari (A, B, C, D, E, etc.)',
+ upperRoman: 'Cifre romane mari (I, II, III, IV, V, etc.)',
+ validateStartNumber: 'Începutul listei trebuie să fie un număr întreg.'
+});
diff --git a/plugins/liststyle/lang/ru.js b/plugins/liststyle/lang/ru.js
new file mode 100644
index 0000000..ec04fe9
--- /dev/null
+++ b/plugins/liststyle/lang/ru.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'ru', {
+ armenian: 'Армянская нумерация',
+ bulletedTitle: 'Свойства маркированного списка',
+ circle: 'Круг',
+ decimal: 'Десятичные (1, 2, 3, и т.д.)',
+ decimalLeadingZero: 'Десятичные с ведущим нулём (01, 02, 03, и т.д.)',
+ disc: 'Окружность',
+ georgian: 'Грузинская нумерация (ани, бани, гани, и т.д.)',
+ lowerAlpha: 'Строчные латинские (a, b, c, d, e, и т.д.)',
+ lowerGreek: 'Строчные греческие (альфа, бета, гамма, и т.д.)',
+ 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/plugins/liststyle/lang/si.js b/plugins/liststyle/lang/si.js
new file mode 100644
index 0000000..6e97793
--- /dev/null
+++ b/plugins/liststyle/lang/si.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'si', {
+ armenian: 'Armenian numbering', // MISSING
+ bulletedTitle: 'Bulleted List Properties', // MISSING
+ circle: 'Circle', // MISSING
+ decimal: 'Decimal (1, 2, 3, etc.)', // MISSING
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)', // MISSING
+ disc: 'Disc', // MISSING
+ georgian: 'Georgian numbering (an, ban, gan, etc.)', // MISSING
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING
+ none: 'කිසිවක්ම නොවේ',
+ notset: '<යොදා >',
+ numberedTitle: 'Numbered List Properties', // MISSING
+ square: 'Square', // MISSING
+ start: 'Start', // MISSING
+ type: 'වර්ගය',
+ upperAlpha: 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING
+ upperRoman: 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING
+ validateStartNumber: 'List start number must be a whole number.' // MISSING
+});
diff --git a/plugins/liststyle/lang/sk.js b/plugins/liststyle/lang/sk.js
new file mode 100644
index 0000000..bf9ae63
--- /dev/null
+++ b/plugins/liststyle/lang/sk.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'sk', {
+ armenian: 'Arménske číslovanie',
+ bulletedTitle: 'Vlastnosti odrážkového zoznamu',
+ circle: 'Kruh',
+ decimal: 'Číselné (1, 2, 3, atď.)',
+ decimalLeadingZero: 'Číselné s nulou (01, 02, 03, atď.)',
+ disc: 'Disk',
+ georgian: 'Gregoriánske číslovanie (an, ban, gan, atď.)',
+ lowerAlpha: 'Malé latinské (a, b, c, d, e, atď.)',
+ lowerGreek: 'Malé grécke (alfa, beta, gama, atď.)',
+ lowerRoman: 'Malé rímske (i, ii, iii, iv, v, atď.)',
+ none: 'Nič',
+ notset: '<nenastavené>',
+ numberedTitle: 'Vlastnosti číselného zoznamu',
+ square: 'Štvorec',
+ start: 'Začiatok',
+ type: 'Typ',
+ upperAlpha: 'Veľké latinské (A, B, C, D, E, atď.)',
+ upperRoman: 'Veľké rímske (I, II, III, IV, V, atď.)',
+ validateStartNumber: 'Začiatočné číslo číselného zoznamu musí byť celé číslo.'
+});
diff --git a/plugins/liststyle/lang/sl.js b/plugins/liststyle/lang/sl.js
new file mode 100644
index 0000000..0f788ae
--- /dev/null
+++ b/plugins/liststyle/lang/sl.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'sl', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ 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/plugins/liststyle/lang/sq.js b/plugins/liststyle/lang/sq.js
new file mode 100644
index 0000000..6545dd6
--- /dev/null
+++ b/plugins/liststyle/lang/sq.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'sq', {
+ armenian: 'Numërim armenian',
+ bulletedTitle: 'Karakteristikat e Listës me Pulla',
+ circle: 'Rreth',
+ decimal: 'Decimal (1, 2, 3, etj.)',
+ decimalLeadingZero: 'Decimal me zerro udhëheqëse (01, 02, 03, etj.)',
+ disc: 'Disk',
+ georgian: 'Numërim gjeorgjian (an, ban, gan, etj.)',
+ lowerAlpha: 'Të vogla alfa (a, b, c, d, e, etj.)',
+ lowerGreek: 'Të vogla greke (alpha, beta, gamma, etj.)',
+ lowerRoman: 'Të vogla romake (i, ii, iii, iv, v, etj.)',
+ none: 'Asnjë',
+ notset: '<e pazgjedhur>',
+ numberedTitle: 'Karakteristikat e Listës me Numra',
+ square: 'Katror',
+ start: 'Fillimi',
+ type: 'LLoji',
+ upperAlpha: 'Të mëdha alfa (A, B, C, D, E, etj.)',
+ upperRoman: 'Të mëdha romake (I, II, III, IV, V, etj.)',
+ validateStartNumber: 'Numri i fillimit të listës duhet të është numër i plotë.'
+});
diff --git a/plugins/liststyle/lang/sr-latn.js b/plugins/liststyle/lang/sr-latn.js
new file mode 100644
index 0000000..b780610
--- /dev/null
+++ b/plugins/liststyle/lang/sr-latn.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'sr-latn', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ 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/plugins/liststyle/lang/sr.js b/plugins/liststyle/lang/sr.js
new file mode 100644
index 0000000..63f7eef
--- /dev/null
+++ b/plugins/liststyle/lang/sr.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'sr', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ 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/plugins/liststyle/lang/sv.js b/plugins/liststyle/lang/sv.js
new file mode 100644
index 0000000..4ca5279
--- /dev/null
+++ b/plugins/liststyle/lang/sv.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'sv', {
+ armenian: 'Armenisk numrering',
+ bulletedTitle: 'Egenskaper för punktlista',
+ circle: 'Cirkel',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal nolla (01, 02, 03, etc.)',
+ disc: 'Disk',
+ georgian: 'Georgisk numrering (an, ban, gan, etc.)',
+ lowerAlpha: 'Alpha gemener (a, b, c, d, e, etc.)',
+ lowerGreek: 'Grekiska gemener (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Romerska gemener (i, ii, iii, iv, v, etc.)',
+ none: 'Ingen',
+ notset: '<ej angiven>',
+ numberedTitle: 'Egenskaper för punktlista',
+ square: 'Fyrkant',
+ start: 'Start',
+ type: 'Typ',
+ upperAlpha: 'Alpha versaler (A, B, C, D, E, etc.)',
+ upperRoman: 'Romerska versaler (I, II, III, IV, V, etc.)',
+ validateStartNumber: 'List start number must be a whole number.'
+});
diff --git a/plugins/liststyle/lang/th.js b/plugins/liststyle/lang/th.js
new file mode 100644
index 0000000..212aff3
--- /dev/null
+++ b/plugins/liststyle/lang/th.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'th', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ 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/plugins/liststyle/lang/tr.js b/plugins/liststyle/lang/tr.js
new file mode 100644
index 0000000..b5d0e8c
--- /dev/null
+++ b/plugins/liststyle/lang/tr.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'tr', {
+ armenian: 'Ermenice sayılandırma',
+ bulletedTitle: 'Simgeli Liste Özellikleri',
+ circle: 'Daire',
+ decimal: 'Ondalık (1, 2, 3, vs.)',
+ decimalLeadingZero: 'Başı sıfırlı ondalık (01, 02, 03, vs.)',
+ disc: 'Disk',
+ georgian: 'Gürcüce numaralandırma (an, ban, gan, vs.)',
+ lowerAlpha: 'Küçük Alpha (a, b, c, d, e, vs.)',
+ lowerGreek: 'Küçük Greek (alpha, beta, gamma, vs.)',
+ lowerRoman: 'Küçük Roman (i, ii, iii, iv, v, vs.)',
+ none: 'Yok',
+ notset: '<ayarlanmamış>',
+ numberedTitle: 'Sayılandırılmış Liste Özellikleri',
+ square: 'Kare',
+ start: 'Başla',
+ type: 'Tipi',
+ upperAlpha: 'Büyük Alpha (A, B, C, D, E, vs.)',
+ upperRoman: 'Büyük Roman (I, II, III, IV, V, vs.)',
+ validateStartNumber: 'Liste başlangıcı tam sayı olmalıdır.'
+});
diff --git a/plugins/liststyle/lang/ug.js b/plugins/liststyle/lang/ug.js
new file mode 100644
index 0000000..ac188ba
--- /dev/null
+++ b/plugins/liststyle/lang/ug.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'ug', {
+ armenian: 'قەدىمكى ئەرمىنىيە تەرتىپ نومۇرى شەكلى',
+ bulletedTitle: 'تۈر بەلگە تىزىم خاسلىقى',
+ circle: 'بوش چەمبەر',
+ decimal: 'سان (1, 2, 3 قاتارلىق)',
+ decimalLeadingZero: 'نۆلدىن باشلانغان سان بەلگە (01, 02, 03 قاتارلىق)',
+ disc: 'تولدۇرۇلغان چەمبەر',
+ georgian: 'قەدىمكى جورجىيە تەرتىپ نومۇرى شەكلى (an, ban, gan قاتارلىق)',
+ lowerAlpha: 'ئىنگلىزچە كىچىك ھەرپ (a, b, c, d, e قاتارلىق)',
+ lowerGreek: 'گرېكچە كىچىك ھەرپ (alpha, beta, gamma قاتارلىق)',
+ 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/plugins/liststyle/lang/uk.js b/plugins/liststyle/lang/uk.js
new file mode 100644
index 0000000..34e957c
--- /dev/null
+++ b/plugins/liststyle/lang/uk.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'uk', {
+ armenian: 'Вірменська нумерація',
+ bulletedTitle: 'Опції маркованого списку',
+ circle: 'Кільце',
+ decimal: 'Десяткові (1, 2, 3 і т.д.)',
+ decimalLeadingZero: 'Десяткові з нулем (01, 02, 03 і т.д.)',
+ disc: 'Кружечок',
+ georgian: 'Грузинська нумерація (an, ban, gan і т.д.)',
+ lowerAlpha: 'Малі лат. букви (a, b, c, d, e і т.д.)',
+ lowerGreek: 'Малі гр. букви (альфа, бета, гамма і т.д.)',
+ 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/plugins/liststyle/lang/vi.js b/plugins/liststyle/lang/vi.js
new file mode 100644
index 0000000..ae3ec06
--- /dev/null
+++ b/plugins/liststyle/lang/vi.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'vi', {
+ armenian: 'Số theo kiểu Armenian',
+ bulletedTitle: 'Thuộc tính danh sách không thứ tự',
+ circle: 'Khuyên tròn',
+ decimal: 'Kiểu số (1, 2, 3 ...)',
+ decimalLeadingZero: 'Kiểu số (01, 02, 03...)',
+ disc: 'Hình đĩa',
+ georgian: 'Số theo kiểu Georgian (an, ban, gan...)',
+ lowerAlpha: 'Kiểu abc thường (a, b, c, d, e...)',
+ lowerGreek: 'Kiểu Hy Lạp (alpha, beta, gamma...)',
+ lowerRoman: 'Số La Mã kiểu thường (i, ii, iii, iv, v...)',
+ none: 'Không gì cả',
+ notset: '<không thiết lập>',
+ numberedTitle: 'Thuộc tính danh sách có thứ tự',
+ square: 'Hình vuông',
+ start: 'Bắt đầu',
+ type: 'Kiểu loại',
+ upperAlpha: 'Kiểu ABC HOA (A, B, C, D, E...)',
+ upperRoman: 'Số La Mã kiểu HOA (I, II, III, IV, V...)',
+ validateStartNumber: 'Số bắt đầu danh sách phải là một số nguyên.'
+});
diff --git a/plugins/liststyle/lang/zh-cn.js b/plugins/liststyle/lang/zh-cn.js
new file mode 100644
index 0000000..eca6da2
--- /dev/null
+++ b/plugins/liststyle/lang/zh-cn.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'zh-cn', {
+ armenian: '传统的亚美尼亚编号方式',
+ bulletedTitle: '项目列表属性',
+ circle: '空心圆',
+ decimal: '数字 (1, 2, 3, 等)',
+ decimalLeadingZero: '0开头的数字标记(01, 02, 03, 等)',
+ disc: '实心圆',
+ georgian: '传统的乔治亚编号方式(an, ban, gan, 等)',
+ lowerAlpha: '小写英文字母(a, b, c, d, e, 等)',
+ lowerGreek: '小写希腊字母(alpha, beta, gamma, 等)',
+ 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/plugins/liststyle/lang/zh.js b/plugins/liststyle/lang/zh.js
new file mode 100644
index 0000000..9477770
--- /dev/null
+++ b/plugins/liststyle/lang/zh.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'zh', {
+ armenian: 'Armenian numbering',
+ bulletedTitle: 'Bulleted List Properties',
+ circle: 'Circle',
+ decimal: 'Decimal (1, 2, 3, etc.)',
+ decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
+ disc: 'Disc',
+ georgian: 'Georgian numbering (an, ban, gan, etc.)',
+ lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
+ lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
+ lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
+ none: 'None',
+ notset: '<not set>',
+ 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/plugins/liststyle/plugin.js b/plugins/liststyle/plugin.js
new file mode 100644
index 0000000..460a044
--- /dev/null
+++ b/plugins/liststyle/plugin.js
@@ -0,0 +1,67 @@
+/**
+ * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.html or http://ckeditor.com/license
+ */
+
+(function() {
+ CKEDITOR.plugins.liststyle = {
+ requires: 'dialog,contextmenu',
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%
+ init: function( editor ) {
+ if ( editor.blockless )
+ return;
+
+ var def, cmd;
+
+ def = new CKEDITOR.dialogCommand( 'numberedListStyle', {
+ requiredContent: 'ol',
+ allowedContent: 'ol{list-style-type}[start]'
+ } );
+ cmd = editor.addCommand( 'numberedListStyle', def );
+ editor.addFeature( cmd );
+ CKEDITOR.dialog.add( 'numberedListStyle', this.path + 'dialogs/liststyle.js' );
+
+ def = new CKEDITOR.dialogCommand( 'bulletedListStyle', {
+ requiredContent: 'ul',
+ allowedContent: 'ul{list-style-type}'
+ } );
+ cmd = editor.addCommand( 'bulletedListStyle', def );
+ editor.addFeature( cmd );
+ CKEDITOR.dialog.add( 'bulletedListStyle', this.path + 'dialogs/liststyle.js' );
+
+ //Register map group;
+ editor.addMenuGroup( "list", 108 );
+
+ editor.addMenuItems({
+ numberedlist: {
+ label: editor.lang.liststyle.numberedTitle,
+ group: 'list',
+ command: 'numberedListStyle'
+ },
+ bulletedlist: {
+ label: editor.lang.liststyle.bulletedTitle,
+ group: 'list',
+ command: 'bulletedListStyle'
+ }
+ });
+
+ editor.contextMenu.addListener( function( element, selection ) {
+ if ( !element || element.isReadOnly() )
+ return null;
+
+ while ( element ) {
+ var name = element.getName();
+ if ( name == 'ol' )
+ return { numberedlist: CKEDITOR.TRISTATE_OFF };
+ else if ( name == 'ul' )
+ return { bulletedlist: CKEDITOR.TRISTATE_OFF };
+
+ element = element.getParent();
+ }
+ return null;
+ });
+ }
+ };
+
+ CKEDITOR.plugins.add( 'liststyle', CKEDITOR.plugins.liststyle );
+})();