From c63493c899de714b05b0521bb38aab60d19030ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 20 Jan 2017 00:55:51 +0100 Subject: Validation initiale --- sources/plugins/format/lang/af.js | 18 ++++++++++++++++++ sources/plugins/format/lang/ar.js | 18 ++++++++++++++++++ sources/plugins/format/lang/az.js | 18 ++++++++++++++++++ sources/plugins/format/lang/bg.js | 18 ++++++++++++++++++ sources/plugins/format/lang/bn.js | 18 ++++++++++++++++++ sources/plugins/format/lang/bs.js | 18 ++++++++++++++++++ sources/plugins/format/lang/ca.js | 18 ++++++++++++++++++ sources/plugins/format/lang/cs.js | 18 ++++++++++++++++++ sources/plugins/format/lang/cy.js | 18 ++++++++++++++++++ sources/plugins/format/lang/da.js | 18 ++++++++++++++++++ sources/plugins/format/lang/de-ch.js | 18 ++++++++++++++++++ sources/plugins/format/lang/de.js | 18 ++++++++++++++++++ sources/plugins/format/lang/el.js | 18 ++++++++++++++++++ sources/plugins/format/lang/en-au.js | 18 ++++++++++++++++++ sources/plugins/format/lang/en-ca.js | 18 ++++++++++++++++++ sources/plugins/format/lang/en-gb.js | 18 ++++++++++++++++++ sources/plugins/format/lang/en.js | 18 ++++++++++++++++++ sources/plugins/format/lang/eo.js | 18 ++++++++++++++++++ sources/plugins/format/lang/es.js | 18 ++++++++++++++++++ sources/plugins/format/lang/et.js | 18 ++++++++++++++++++ sources/plugins/format/lang/eu.js | 18 ++++++++++++++++++ sources/plugins/format/lang/fa.js | 18 ++++++++++++++++++ sources/plugins/format/lang/fi.js | 18 ++++++++++++++++++ sources/plugins/format/lang/fo.js | 18 ++++++++++++++++++ sources/plugins/format/lang/fr-ca.js | 18 ++++++++++++++++++ sources/plugins/format/lang/fr.js | 18 ++++++++++++++++++ sources/plugins/format/lang/gl.js | 18 ++++++++++++++++++ sources/plugins/format/lang/gu.js | 18 ++++++++++++++++++ sources/plugins/format/lang/he.js | 18 ++++++++++++++++++ sources/plugins/format/lang/hi.js | 18 ++++++++++++++++++ sources/plugins/format/lang/hr.js | 18 ++++++++++++++++++ sources/plugins/format/lang/hu.js | 18 ++++++++++++++++++ sources/plugins/format/lang/id.js | 18 ++++++++++++++++++ sources/plugins/format/lang/is.js | 18 ++++++++++++++++++ sources/plugins/format/lang/it.js | 18 ++++++++++++++++++ sources/plugins/format/lang/ja.js | 18 ++++++++++++++++++ sources/plugins/format/lang/ka.js | 18 ++++++++++++++++++ sources/plugins/format/lang/km.js | 18 ++++++++++++++++++ sources/plugins/format/lang/ko.js | 18 ++++++++++++++++++ sources/plugins/format/lang/ku.js | 18 ++++++++++++++++++ sources/plugins/format/lang/lt.js | 18 ++++++++++++++++++ sources/plugins/format/lang/lv.js | 18 ++++++++++++++++++ sources/plugins/format/lang/mk.js | 18 ++++++++++++++++++ sources/plugins/format/lang/mn.js | 18 ++++++++++++++++++ sources/plugins/format/lang/ms.js | 18 ++++++++++++++++++ sources/plugins/format/lang/nb.js | 18 ++++++++++++++++++ sources/plugins/format/lang/nl.js | 18 ++++++++++++++++++ sources/plugins/format/lang/no.js | 18 ++++++++++++++++++ sources/plugins/format/lang/oc.js | 18 ++++++++++++++++++ sources/plugins/format/lang/pl.js | 18 ++++++++++++++++++ sources/plugins/format/lang/pt-br.js | 18 ++++++++++++++++++ sources/plugins/format/lang/pt.js | 18 ++++++++++++++++++ sources/plugins/format/lang/ro.js | 18 ++++++++++++++++++ sources/plugins/format/lang/ru.js | 18 ++++++++++++++++++ sources/plugins/format/lang/si.js | 18 ++++++++++++++++++ sources/plugins/format/lang/sk.js | 18 ++++++++++++++++++ sources/plugins/format/lang/sl.js | 18 ++++++++++++++++++ sources/plugins/format/lang/sq.js | 18 ++++++++++++++++++ sources/plugins/format/lang/sr-latn.js | 18 ++++++++++++++++++ sources/plugins/format/lang/sr.js | 18 ++++++++++++++++++ sources/plugins/format/lang/sv.js | 18 ++++++++++++++++++ sources/plugins/format/lang/th.js | 18 ++++++++++++++++++ sources/plugins/format/lang/tr.js | 18 ++++++++++++++++++ sources/plugins/format/lang/tt.js | 18 ++++++++++++++++++ sources/plugins/format/lang/ug.js | 18 ++++++++++++++++++ sources/plugins/format/lang/uk.js | 18 ++++++++++++++++++ sources/plugins/format/lang/vi.js | 18 ++++++++++++++++++ sources/plugins/format/lang/zh-cn.js | 18 ++++++++++++++++++ sources/plugins/format/lang/zh.js | 18 ++++++++++++++++++ 69 files changed, 1242 insertions(+) create mode 100644 sources/plugins/format/lang/af.js create mode 100644 sources/plugins/format/lang/ar.js create mode 100644 sources/plugins/format/lang/az.js create mode 100644 sources/plugins/format/lang/bg.js create mode 100644 sources/plugins/format/lang/bn.js create mode 100644 sources/plugins/format/lang/bs.js create mode 100644 sources/plugins/format/lang/ca.js create mode 100644 sources/plugins/format/lang/cs.js create mode 100644 sources/plugins/format/lang/cy.js create mode 100644 sources/plugins/format/lang/da.js create mode 100644 sources/plugins/format/lang/de-ch.js create mode 100644 sources/plugins/format/lang/de.js create mode 100644 sources/plugins/format/lang/el.js create mode 100644 sources/plugins/format/lang/en-au.js create mode 100644 sources/plugins/format/lang/en-ca.js create mode 100644 sources/plugins/format/lang/en-gb.js create mode 100644 sources/plugins/format/lang/en.js create mode 100644 sources/plugins/format/lang/eo.js create mode 100644 sources/plugins/format/lang/es.js create mode 100644 sources/plugins/format/lang/et.js create mode 100644 sources/plugins/format/lang/eu.js create mode 100644 sources/plugins/format/lang/fa.js create mode 100644 sources/plugins/format/lang/fi.js create mode 100644 sources/plugins/format/lang/fo.js create mode 100644 sources/plugins/format/lang/fr-ca.js create mode 100644 sources/plugins/format/lang/fr.js create mode 100644 sources/plugins/format/lang/gl.js create mode 100644 sources/plugins/format/lang/gu.js create mode 100644 sources/plugins/format/lang/he.js create mode 100644 sources/plugins/format/lang/hi.js create mode 100644 sources/plugins/format/lang/hr.js create mode 100644 sources/plugins/format/lang/hu.js create mode 100644 sources/plugins/format/lang/id.js create mode 100644 sources/plugins/format/lang/is.js create mode 100644 sources/plugins/format/lang/it.js create mode 100644 sources/plugins/format/lang/ja.js create mode 100644 sources/plugins/format/lang/ka.js create mode 100644 sources/plugins/format/lang/km.js create mode 100644 sources/plugins/format/lang/ko.js create mode 100644 sources/plugins/format/lang/ku.js create mode 100644 sources/plugins/format/lang/lt.js create mode 100644 sources/plugins/format/lang/lv.js create mode 100644 sources/plugins/format/lang/mk.js create mode 100644 sources/plugins/format/lang/mn.js create mode 100644 sources/plugins/format/lang/ms.js create mode 100644 sources/plugins/format/lang/nb.js create mode 100644 sources/plugins/format/lang/nl.js create mode 100644 sources/plugins/format/lang/no.js create mode 100644 sources/plugins/format/lang/oc.js create mode 100644 sources/plugins/format/lang/pl.js create mode 100644 sources/plugins/format/lang/pt-br.js create mode 100644 sources/plugins/format/lang/pt.js create mode 100644 sources/plugins/format/lang/ro.js create mode 100644 sources/plugins/format/lang/ru.js create mode 100644 sources/plugins/format/lang/si.js create mode 100644 sources/plugins/format/lang/sk.js create mode 100644 sources/plugins/format/lang/sl.js create mode 100644 sources/plugins/format/lang/sq.js create mode 100644 sources/plugins/format/lang/sr-latn.js create mode 100644 sources/plugins/format/lang/sr.js create mode 100644 sources/plugins/format/lang/sv.js create mode 100644 sources/plugins/format/lang/th.js create mode 100644 sources/plugins/format/lang/tr.js create mode 100644 sources/plugins/format/lang/tt.js create mode 100644 sources/plugins/format/lang/ug.js create mode 100644 sources/plugins/format/lang/uk.js create mode 100644 sources/plugins/format/lang/vi.js create mode 100644 sources/plugins/format/lang/zh-cn.js create mode 100644 sources/plugins/format/lang/zh.js (limited to 'sources/plugins/format/lang') diff --git a/sources/plugins/format/lang/af.js b/sources/plugins/format/lang/af.js new file mode 100644 index 0000000..b38cd33 --- /dev/null +++ b/sources/plugins/format/lang/af.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'af', { + label: 'Opmaak', + panelTitle: 'Opmaak', + tag_address: 'Adres', + tag_div: 'Normaal (DIV)', + tag_h1: 'Opskrif 1', + tag_h2: 'Opskrif 2', + tag_h3: 'Opskrif 3', + tag_h4: 'Opskrif 4', + tag_h5: 'Opskrif 5', + tag_h6: 'Opskrif 6', + tag_p: 'Normaal', + tag_pre: 'Opgemaak' +} ); diff --git a/sources/plugins/format/lang/ar.js b/sources/plugins/format/lang/ar.js new file mode 100644 index 0000000..8fc1c38 --- /dev/null +++ b/sources/plugins/format/lang/ar.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'ar', { + label: 'تنسيق', + panelTitle: 'تنسيق الفقرة', + tag_address: 'عنوان', + tag_div: 'عادي (DIV)', + tag_h1: 'العنوان 1', + tag_h2: 'العنوان 2', + tag_h3: 'العنوان 3', + tag_h4: 'العنوان 4', + tag_h5: 'العنوان 5', + tag_h6: 'العنوان 6', + tag_p: 'عادي', + tag_pre: 'منسّق' +} ); diff --git a/sources/plugins/format/lang/az.js b/sources/plugins/format/lang/az.js new file mode 100644 index 0000000..05b2d54 --- /dev/null +++ b/sources/plugins/format/lang/az.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'az', { + label: 'Format', + panelTitle: 'Abzasın formatı', + tag_address: 'Ünvan', + tag_div: 'Normal (DIV)', + tag_h1: 'Başlıq 1', + tag_h2: 'Başlıq 2', + tag_h3: 'Başlıq 3', + tag_h4: 'Başlıq 4', + tag_h5: 'Başlıq 5', + tag_h6: 'Başlıq 6', + tag_p: 'Normal', + tag_pre: 'Formatı saxla' +} ); diff --git a/sources/plugins/format/lang/bg.js b/sources/plugins/format/lang/bg.js new file mode 100644 index 0000000..3de0ac4 --- /dev/null +++ b/sources/plugins/format/lang/bg.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'bg', { + label: 'Формат', + panelTitle: 'Формат', + tag_address: 'Адрес', + tag_div: 'Параграф (DIV)', + tag_h1: 'Заглавие 1', + tag_h2: 'Заглавие 2', + tag_h3: 'Заглавие 3', + tag_h4: 'Заглавие 4', + tag_h5: 'Заглавие 5', + tag_h6: 'Заглавие 6', + tag_p: 'Нормален', + tag_pre: 'Форматиран' +} ); diff --git a/sources/plugins/format/lang/bn.js b/sources/plugins/format/lang/bn.js new file mode 100644 index 0000000..45857a2 --- /dev/null +++ b/sources/plugins/format/lang/bn.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'bn', { + label: 'ধরন-প্রকৃতি', + panelTitle: 'ফন্ট ফরমেট', + tag_address: 'ঠিকানা', + tag_div: 'শীর্ষক (DIV)', + tag_h1: 'শীর্ষক ১', + tag_h2: 'শীর্ষক ২', + tag_h3: 'শীর্ষক ৩', + tag_h4: 'শীর্ষক ৪', + tag_h5: 'শীর্ষক ৫', + tag_h6: 'শীর্ষক ৬', + tag_p: 'সাধারণ', + tag_pre: 'ফর্মেটেড' +} ); diff --git a/sources/plugins/format/lang/bs.js b/sources/plugins/format/lang/bs.js new file mode 100644 index 0000000..4e9482a --- /dev/null +++ b/sources/plugins/format/lang/bs.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'bs', { + label: 'Format', + panelTitle: 'Format', + tag_address: 'Address', + tag_div: 'Normal (DIV)', // MISSING + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Formatted' +} ); diff --git a/sources/plugins/format/lang/ca.js b/sources/plugins/format/lang/ca.js new file mode 100644 index 0000000..5345898 --- /dev/null +++ b/sources/plugins/format/lang/ca.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'ca', { + label: 'Format', + panelTitle: 'Format', + tag_address: 'Adreça', + tag_div: 'Normal (DIV)', + tag_h1: 'Encapçalament 1', + tag_h2: 'Encapçalament 2', + tag_h3: 'Encapçalament 3', + tag_h4: 'Encapçalament 4', + tag_h5: 'Encapçalament 5', + tag_h6: 'Encapçalament 6', + tag_p: 'Normal', + tag_pre: 'Formatejat' +} ); diff --git a/sources/plugins/format/lang/cs.js b/sources/plugins/format/lang/cs.js new file mode 100644 index 0000000..b96a6c4 --- /dev/null +++ b/sources/plugins/format/lang/cs.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'cs', { + label: 'Formát', + panelTitle: 'Formát', + tag_address: 'Adresa', + tag_div: 'Normální (DIV)', + tag_h1: 'Nadpis 1', + tag_h2: 'Nadpis 2', + tag_h3: 'Nadpis 3', + tag_h4: 'Nadpis 4', + tag_h5: 'Nadpis 5', + tag_h6: 'Nadpis 6', + tag_p: 'Normální', + tag_pre: 'Naformátováno' +} ); diff --git a/sources/plugins/format/lang/cy.js b/sources/plugins/format/lang/cy.js new file mode 100644 index 0000000..a8f618f --- /dev/null +++ b/sources/plugins/format/lang/cy.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'cy', { + label: 'Fformat', + panelTitle: 'Fformat Paragraff', + tag_address: 'Cyfeiriad', + tag_div: 'Normal (DIV)', + tag_h1: 'Pennawd 1', + tag_h2: 'Pennawd 2', + tag_h3: 'Pennawd 3', + tag_h4: 'Pennawd 4', + tag_h5: 'Pennawd 5', + tag_h6: 'Pennawd 6', + tag_p: 'Normal', + tag_pre: 'Wedi\'i Fformatio' +} ); diff --git a/sources/plugins/format/lang/da.js b/sources/plugins/format/lang/da.js new file mode 100644 index 0000000..1f7c654 --- /dev/null +++ b/sources/plugins/format/lang/da.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'da', { + label: 'Formatering', + panelTitle: 'Formatering', + tag_address: 'Adresse', + tag_div: 'Normal (DIV)', + tag_h1: 'Overskrift 1', + tag_h2: 'Overskrift 2', + tag_h3: 'Overskrift 3', + tag_h4: 'Overskrift 4', + tag_h5: 'Overskrift 5', + tag_h6: 'Overskrift 6', + tag_p: 'Normal', + tag_pre: 'Formateret' +} ); diff --git a/sources/plugins/format/lang/de-ch.js b/sources/plugins/format/lang/de-ch.js new file mode 100644 index 0000000..68b8879 --- /dev/null +++ b/sources/plugins/format/lang/de-ch.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'de-ch', { + label: 'Format', + panelTitle: 'Absatzformat', + tag_address: 'Adresse', + tag_div: 'Normal (DIV)', + tag_h1: 'Überschrift 1', + tag_h2: 'Überschrift 2', + tag_h3: 'Überschrift 3', + tag_h4: 'Überschrift 4', + tag_h5: 'Überschrift 5', + tag_h6: 'Überschrift 6', + tag_p: 'Normal', + tag_pre: 'Formatiert' +} ); diff --git a/sources/plugins/format/lang/de.js b/sources/plugins/format/lang/de.js new file mode 100644 index 0000000..e6f6677 --- /dev/null +++ b/sources/plugins/format/lang/de.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'de', { + label: 'Format', + panelTitle: 'Absatzformat', + tag_address: 'Adresse', + tag_div: 'Normal (DIV)', + tag_h1: 'Überschrift 1', + tag_h2: 'Überschrift 2', + tag_h3: 'Überschrift 3', + tag_h4: 'Überschrift 4', + tag_h5: 'Überschrift 5', + tag_h6: 'Überschrift 6', + tag_p: 'Normal', + tag_pre: 'Formatiert' +} ); diff --git a/sources/plugins/format/lang/el.js b/sources/plugins/format/lang/el.js new file mode 100644 index 0000000..9b34051 --- /dev/null +++ b/sources/plugins/format/lang/el.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'el', { + label: 'Μορφοποίηση', + panelTitle: 'Μορφοποίηση Παραγράφου', + tag_address: 'Διεύθυνση', + tag_div: 'Κανονική (DIV)', + tag_h1: 'Κεφαλίδα 1', + tag_h2: 'Κεφαλίδα 2', + tag_h3: 'Κεφαλίδα 3', + tag_h4: 'Κεφαλίδα 4', + tag_h5: 'Κεφαλίδα 5', + tag_h6: 'Κεφαλίδα 6', + tag_p: 'Κανονική', + tag_pre: 'Προ-μορφοποιημένη' +} ); diff --git a/sources/plugins/format/lang/en-au.js b/sources/plugins/format/lang/en-au.js new file mode 100644 index 0000000..5ec7d8e --- /dev/null +++ b/sources/plugins/format/lang/en-au.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'en-au', { + label: 'Format', + panelTitle: 'Paragraph Format', + tag_address: 'Address', + tag_div: 'Normal (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Formatted' +} ); diff --git a/sources/plugins/format/lang/en-ca.js b/sources/plugins/format/lang/en-ca.js new file mode 100644 index 0000000..75d66c3 --- /dev/null +++ b/sources/plugins/format/lang/en-ca.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'en-ca', { + label: 'Format', + panelTitle: 'Paragraph Format', + tag_address: 'Address', + tag_div: 'Normal (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Formatted' +} ); diff --git a/sources/plugins/format/lang/en-gb.js b/sources/plugins/format/lang/en-gb.js new file mode 100644 index 0000000..a91bcbf --- /dev/null +++ b/sources/plugins/format/lang/en-gb.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'en-gb', { + label: 'Format', + panelTitle: 'Paragraph Format', + tag_address: 'Address', + tag_div: 'Normal (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Formatted' +} ); diff --git a/sources/plugins/format/lang/en.js b/sources/plugins/format/lang/en.js new file mode 100644 index 0000000..3a6ebda --- /dev/null +++ b/sources/plugins/format/lang/en.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'en', { + label: 'Format', + panelTitle: 'Paragraph Format', + tag_address: 'Address', + tag_div: 'Normal (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Formatted' +} ); diff --git a/sources/plugins/format/lang/eo.js b/sources/plugins/format/lang/eo.js new file mode 100644 index 0000000..0d77730 --- /dev/null +++ b/sources/plugins/format/lang/eo.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'eo', { + label: 'Formato', + panelTitle: 'ParagrafFormato', + tag_address: 'Adreso', + tag_div: 'Normala (DIV)', + tag_h1: 'Titolo 1', + tag_h2: 'Titolo 2', + tag_h3: 'Titolo 3', + tag_h4: 'Titolo 4', + tag_h5: 'Titolo 5', + tag_h6: 'Titolo 6', + tag_p: 'Normala', + tag_pre: 'Formatita' +} ); diff --git a/sources/plugins/format/lang/es.js b/sources/plugins/format/lang/es.js new file mode 100644 index 0000000..549f611 --- /dev/null +++ b/sources/plugins/format/lang/es.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'es', { + label: 'Formato', + panelTitle: 'Formato', + tag_address: 'Dirección', + tag_div: 'Normal (DIV)', + tag_h1: 'Encabezado 1', + tag_h2: 'Encabezado 2', + tag_h3: 'Encabezado 3', + tag_h4: 'Encabezado 4', + tag_h5: 'Encabezado 5', + tag_h6: 'Encabezado 6', + tag_p: 'Normal', + tag_pre: 'Con formato' +} ); diff --git a/sources/plugins/format/lang/et.js b/sources/plugins/format/lang/et.js new file mode 100644 index 0000000..43bc350 --- /dev/null +++ b/sources/plugins/format/lang/et.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'et', { + label: 'Vorming', + panelTitle: 'Vorming', + tag_address: 'Aadress', + tag_div: 'Tavaline (DIV)', + tag_h1: 'Pealkiri 1', + tag_h2: 'Pealkiri 2', + tag_h3: 'Pealkiri 3', + tag_h4: 'Pealkiri 4', + tag_h5: 'Pealkiri 5', + tag_h6: 'Pealkiri 6', + tag_p: 'Tavaline', + tag_pre: 'Vormindatud' +} ); diff --git a/sources/plugins/format/lang/eu.js b/sources/plugins/format/lang/eu.js new file mode 100644 index 0000000..18832bc --- /dev/null +++ b/sources/plugins/format/lang/eu.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'eu', { + label: 'Formatua', + panelTitle: 'Paragrafoaren formatua', + tag_address: 'Helbidea', + tag_div: 'Normala (DIV)', + tag_h1: 'Izenburua 1', + tag_h2: 'Izenburua 2', + tag_h3: 'Izenburua 3', + tag_h4: 'Izenburua 4', + tag_h5: 'Izenburua 5', + tag_h6: 'Izenburua 6', + tag_p: 'Normala', + tag_pre: 'Formatuduna' +} ); diff --git a/sources/plugins/format/lang/fa.js b/sources/plugins/format/lang/fa.js new file mode 100644 index 0000000..c92db53 --- /dev/null +++ b/sources/plugins/format/lang/fa.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'fa', { + label: 'قالب', + panelTitle: 'قالب بند', + tag_address: 'نشانی', + tag_div: 'بند', + tag_h1: 'سرنویس ۱', + tag_h2: 'سرنویس ۲', + tag_h3: 'سرنویس ۳', + tag_h4: 'سرنویس ۴', + tag_h5: 'سرنویس ۵', + tag_h6: 'سرنویس ۶', + tag_p: 'معمولی', + tag_pre: 'قالب‌دار' +} ); diff --git a/sources/plugins/format/lang/fi.js b/sources/plugins/format/lang/fi.js new file mode 100644 index 0000000..249183d --- /dev/null +++ b/sources/plugins/format/lang/fi.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'fi', { + label: 'Muotoilu', + panelTitle: 'Muotoilu', + tag_address: 'Osoite', + tag_div: 'Normaali (DIV)', + tag_h1: 'Otsikko 1', + tag_h2: 'Otsikko 2', + tag_h3: 'Otsikko 3', + tag_h4: 'Otsikko 4', + tag_h5: 'Otsikko 5', + tag_h6: 'Otsikko 6', + tag_p: 'Normaali', + tag_pre: 'Muotoiltu' +} ); diff --git a/sources/plugins/format/lang/fo.js b/sources/plugins/format/lang/fo.js new file mode 100644 index 0000000..2c88021 --- /dev/null +++ b/sources/plugins/format/lang/fo.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'fo', { + label: 'Skriftsnið', + panelTitle: 'Skriftsnið', + tag_address: 'Adressa', + tag_div: 'Vanligt (DIV)', + tag_h1: 'Yvirskrift 1', + tag_h2: 'Yvirskrift 2', + tag_h3: 'Yvirskrift 3', + tag_h4: 'Yvirskrift 4', + tag_h5: 'Yvirskrift 5', + tag_h6: 'Yvirskrift 6', + tag_p: 'Vanligt', + tag_pre: 'Sniðgivið' +} ); diff --git a/sources/plugins/format/lang/fr-ca.js b/sources/plugins/format/lang/fr-ca.js new file mode 100644 index 0000000..8f190c2 --- /dev/null +++ b/sources/plugins/format/lang/fr-ca.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'fr-ca', { + label: 'Format', + panelTitle: 'Format de paragraphe', + tag_address: 'Adresse', + tag_div: 'Normal (DIV)', + tag_h1: 'En-tête 1', + tag_h2: 'En-tête 2', + tag_h3: 'En-tête 3', + tag_h4: 'En-tête 4', + tag_h5: 'En-tête 5', + tag_h6: 'En-tête 6', + tag_p: 'Normal', + tag_pre: 'Formaté' +} ); diff --git a/sources/plugins/format/lang/fr.js b/sources/plugins/format/lang/fr.js new file mode 100644 index 0000000..6962da7 --- /dev/null +++ b/sources/plugins/format/lang/fr.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'fr', { + label: 'Format', + panelTitle: 'Format de paragraphe', + tag_address: 'Adresse', + tag_div: 'Division', + tag_h1: 'Titre 1', + tag_h2: 'Titre 2', + tag_h3: 'Titre 3', + tag_h4: 'Titre 4', + tag_h5: 'Titre 5', + tag_h6: 'Titre 6', + tag_p: 'Normal', + tag_pre: 'Préformaté' +} ); diff --git a/sources/plugins/format/lang/gl.js b/sources/plugins/format/lang/gl.js new file mode 100644 index 0000000..d14946c --- /dev/null +++ b/sources/plugins/format/lang/gl.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'gl', { + label: 'Formato', + panelTitle: 'Formato do parágrafo', + tag_address: 'Enderezo', + tag_div: 'Normal (DIV)', + tag_h1: 'Enacabezado 1', + tag_h2: 'Encabezado 2', + tag_h3: 'Encabezado 3', + tag_h4: 'Encabezado 4', + tag_h5: 'Encabezado 5', + tag_h6: 'Encabezado 6', + tag_p: 'Normal', + tag_pre: 'Formatado' +} ); diff --git a/sources/plugins/format/lang/gu.js b/sources/plugins/format/lang/gu.js new file mode 100644 index 0000000..8d8897a --- /dev/null +++ b/sources/plugins/format/lang/gu.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'gu', { + label: 'ફૉન્ટ ફૉર્મટ, રચનાની શૈલી', + panelTitle: 'ફૉન્ટ ફૉર્મટ, રચનાની શૈલી', + tag_address: 'સરનામું', + tag_div: 'શીર્ષક (DIV)', + tag_h1: 'શીર્ષક 1', + tag_h2: 'શીર્ષક 2', + tag_h3: 'શીર્ષક 3', + tag_h4: 'શીર્ષક 4', + tag_h5: 'શીર્ષક 5', + tag_h6: 'શીર્ષક 6', + tag_p: 'સામાન્ય', + tag_pre: 'ફૉર્મટેડ' +} ); diff --git a/sources/plugins/format/lang/he.js b/sources/plugins/format/lang/he.js new file mode 100644 index 0000000..5fb53a7 --- /dev/null +++ b/sources/plugins/format/lang/he.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'he', { + label: 'עיצוב', + panelTitle: 'עיצוב', + tag_address: 'כתובת', + tag_div: 'נורמלי (DIV)', + tag_h1: 'כותרת', + tag_h2: 'כותרת 2', + tag_h3: 'כותרת 3', + tag_h4: 'כותרת 4', + tag_h5: 'כותרת 5', + tag_h6: 'כותרת 6', + tag_p: 'נורמלי', + tag_pre: 'קוד' +} ); diff --git a/sources/plugins/format/lang/hi.js b/sources/plugins/format/lang/hi.js new file mode 100644 index 0000000..ce4224d --- /dev/null +++ b/sources/plugins/format/lang/hi.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'hi', { + label: 'फ़ॉर्मैट', + panelTitle: 'फ़ॉर्मैट', + tag_address: 'पता', + tag_div: 'शीर्षक (DIV)', + tag_h1: 'शीर्षक 1', + tag_h2: 'शीर्षक 2', + tag_h3: 'शीर्षक 3', + tag_h4: 'शीर्षक 4', + tag_h5: 'शीर्षक 5', + tag_h6: 'शीर्षक 6', + tag_p: 'साधारण', + tag_pre: 'फ़ॉर्मैटॅड' +} ); diff --git a/sources/plugins/format/lang/hr.js b/sources/plugins/format/lang/hr.js new file mode 100644 index 0000000..2d6ec21 --- /dev/null +++ b/sources/plugins/format/lang/hr.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'hr', { + label: 'Format', + panelTitle: 'Format', + tag_address: 'Address', + tag_div: 'Normal (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Formatirano' +} ); diff --git a/sources/plugins/format/lang/hu.js b/sources/plugins/format/lang/hu.js new file mode 100644 index 0000000..a5467cf --- /dev/null +++ b/sources/plugins/format/lang/hu.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'hu', { + label: 'Formátum', + panelTitle: 'Formátum', + tag_address: 'Címsor', + tag_div: 'Bekezdés (DIV)', + tag_h1: 'Fejléc 1', + tag_h2: 'Fejléc 2', + tag_h3: 'Fejléc 3', + tag_h4: 'Fejléc 4', + tag_h5: 'Fejléc 5', + tag_h6: 'Fejléc 6', + tag_p: 'Normál', + tag_pre: 'Formázott' +} ); diff --git a/sources/plugins/format/lang/id.js b/sources/plugins/format/lang/id.js new file mode 100644 index 0000000..e8e83f7 --- /dev/null +++ b/sources/plugins/format/lang/id.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'id', { + label: 'Bentuk', + panelTitle: 'Bentuk Paragraf', + tag_address: 'Alamat', + tag_div: 'Normal (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Membentuk' +} ); diff --git a/sources/plugins/format/lang/is.js b/sources/plugins/format/lang/is.js new file mode 100644 index 0000000..862e52e --- /dev/null +++ b/sources/plugins/format/lang/is.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'is', { + label: 'Stílsnið', + panelTitle: 'Stílsnið', + tag_address: 'Vistfang', + tag_div: 'Venjulegt (DIV)', + tag_h1: 'Fyrirsögn 1', + tag_h2: 'Fyrirsögn 2', + tag_h3: 'Fyrirsögn 3', + tag_h4: 'Fyrirsögn 4', + tag_h5: 'Fyrirsögn 5', + tag_h6: 'Fyrirsögn 6', + tag_p: 'Venjulegt letur', + tag_pre: 'Forsniðið' +} ); diff --git a/sources/plugins/format/lang/it.js b/sources/plugins/format/lang/it.js new file mode 100644 index 0000000..6d47500 --- /dev/null +++ b/sources/plugins/format/lang/it.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'it', { + label: 'Formato', + panelTitle: 'Formato', + tag_address: 'Indirizzo', + tag_div: 'Paragrafo (DIV)', + tag_h1: 'Titolo 1', + tag_h2: 'Titolo 2', + tag_h3: 'Titolo 3', + tag_h4: 'Titolo 4', + tag_h5: 'Titolo 5', + tag_h6: 'Titolo 6', + tag_p: 'Normale', + tag_pre: 'Formattato' +} ); diff --git a/sources/plugins/format/lang/ja.js b/sources/plugins/format/lang/ja.js new file mode 100644 index 0000000..a611f3d --- /dev/null +++ b/sources/plugins/format/lang/ja.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'ja', { + label: '書式', + panelTitle: '段落の書式', + tag_address: 'アドレス', + tag_div: '標準 (DIV)', + tag_h1: '見出し 1', + tag_h2: '見出し 2', + tag_h3: '見出し 3', + tag_h4: '見出し 4', + tag_h5: '見出し 5', + tag_h6: '見出し 6', + tag_p: '標準', + tag_pre: '書式付き' +} ); diff --git a/sources/plugins/format/lang/ka.js b/sources/plugins/format/lang/ka.js new file mode 100644 index 0000000..f5c95b8 --- /dev/null +++ b/sources/plugins/format/lang/ka.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'ka', { + label: 'ფიორმატირება', + panelTitle: 'ფორმატირება', + tag_address: 'მისამართი', + tag_div: 'ჩვეულებრივი (DIV)', + tag_h1: 'სათაური 1', + tag_h2: 'სათაური 2', + tag_h3: 'სათაური 3', + tag_h4: 'სათაური 4', + tag_h5: 'სათაური 5', + tag_h6: 'სათაური 6', + tag_p: 'ჩვეულებრივი', + tag_pre: 'ფორმატირებული' +} ); diff --git a/sources/plugins/format/lang/km.js b/sources/plugins/format/lang/km.js new file mode 100644 index 0000000..74ca185 --- /dev/null +++ b/sources/plugins/format/lang/km.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'km', { + label: 'ទម្រង់', + panelTitle: 'ទម្រង់​កថាខណ្ឌ', + tag_address: 'អាសយដ្ឋាន', + tag_div: 'ធម្មតា (DIV)', + tag_h1: 'ចំណង​ជើង 1', + tag_h2: 'ចំណង​ជើង 2', + tag_h3: 'ចំណង​ជើង 3', + tag_h4: 'ចំណង​ជើង 4', + tag_h5: 'ចំណង​ជើង 5', + tag_h6: 'ចំណង​ជើង 6', + tag_p: 'ធម្មតា', + tag_pre: 'Formatted' // MISSING +} ); diff --git a/sources/plugins/format/lang/ko.js b/sources/plugins/format/lang/ko.js new file mode 100644 index 0000000..e5ed44c --- /dev/null +++ b/sources/plugins/format/lang/ko.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'ko', { + label: '문단', + panelTitle: '문단 형식', + tag_address: '글쓴이', + tag_div: '기본 (DIV)', + tag_h1: '제목 1', + tag_h2: '제목 2', + tag_h3: '제목 3', + tag_h4: '제목 4', + tag_h5: '제목 5', + tag_h6: '제목 6', + tag_p: '본문', + tag_pre: '정형 문단' +} ); diff --git a/sources/plugins/format/lang/ku.js b/sources/plugins/format/lang/ku.js new file mode 100644 index 0000000..277bf8e --- /dev/null +++ b/sources/plugins/format/lang/ku.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'ku', { + label: 'ڕازاندنەوە', + panelTitle: 'بەشی ڕازاندنەوه', + tag_address: 'ناونیشان', + tag_div: '(DIV)-ی ئاسایی', + tag_h1: 'سەرنووسەی ١', + tag_h2: 'سەرنووسەی ٢', + tag_h3: 'سەرنووسەی ٣', + tag_h4: 'سەرنووسەی ٤', + tag_h5: 'سەرنووسەی ٥', + tag_h6: 'سەرنووسەی ٦', + tag_p: 'ئاسایی', + tag_pre: 'شێوازکراو' +} ); diff --git a/sources/plugins/format/lang/lt.js b/sources/plugins/format/lang/lt.js new file mode 100644 index 0000000..9733443 --- /dev/null +++ b/sources/plugins/format/lang/lt.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'lt', { + label: 'Šrifto formatas', + panelTitle: 'Šrifto formatas', + tag_address: 'Kreipinio', + tag_div: 'Normalus (DIV)', + tag_h1: 'Antraštinis 1', + tag_h2: 'Antraštinis 2', + tag_h3: 'Antraštinis 3', + tag_h4: 'Antraštinis 4', + tag_h5: 'Antraštinis 5', + tag_h6: 'Antraštinis 6', + tag_p: 'Normalus', + tag_pre: 'Formuotas' +} ); diff --git a/sources/plugins/format/lang/lv.js b/sources/plugins/format/lang/lv.js new file mode 100644 index 0000000..ace8333 --- /dev/null +++ b/sources/plugins/format/lang/lv.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'lv', { + label: 'Formāts', + panelTitle: 'Formāts', + tag_address: 'Adrese', + tag_div: 'Rindkopa (DIV)', + tag_h1: 'Virsraksts 1', + tag_h2: 'Virsraksts 2', + tag_h3: 'Virsraksts 3', + tag_h4: 'Virsraksts 4', + tag_h5: 'Virsraksts 5', + tag_h6: 'Virsraksts 6', + tag_p: 'Normāls teksts', + tag_pre: 'Formatēts teksts' +} ); diff --git a/sources/plugins/format/lang/mk.js b/sources/plugins/format/lang/mk.js new file mode 100644 index 0000000..5c0bb3b --- /dev/null +++ b/sources/plugins/format/lang/mk.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'mk', { + label: 'Format', // MISSING + panelTitle: 'Paragraph Format', // MISSING + tag_address: 'Address', // MISSING + tag_div: 'Normal (DIV)', // MISSING + tag_h1: 'Heading 1', // MISSING + tag_h2: 'Heading 2', // MISSING + tag_h3: 'Heading 3', // MISSING + tag_h4: 'Heading 4', // MISSING + tag_h5: 'Heading 5', // MISSING + tag_h6: 'Heading 6', // MISSING + tag_p: 'Normal', // MISSING + tag_pre: 'Formatted' // MISSING +} ); diff --git a/sources/plugins/format/lang/mn.js b/sources/plugins/format/lang/mn.js new file mode 100644 index 0000000..f3c0dfd --- /dev/null +++ b/sources/plugins/format/lang/mn.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'mn', { + label: 'Параргафын загвар', + panelTitle: 'Параргафын загвар', + tag_address: 'Хаяг', + tag_div: 'Paragraph (DIV)', + tag_h1: 'Гарчиг 1', + tag_h2: 'Гарчиг 2', + tag_h3: 'Гарчиг 3', + tag_h4: 'Гарчиг 4', + tag_h5: 'Гарчиг 5', + tag_h6: 'Гарчиг 6', + tag_p: 'Хэвийн', + tag_pre: 'Formatted' +} ); diff --git a/sources/plugins/format/lang/ms.js b/sources/plugins/format/lang/ms.js new file mode 100644 index 0000000..56deba9 --- /dev/null +++ b/sources/plugins/format/lang/ms.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'ms', { + label: 'Format', + panelTitle: 'Format', + tag_address: 'Alamat', + tag_div: 'Perenggan (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Telah Diformat' +} ); diff --git a/sources/plugins/format/lang/nb.js b/sources/plugins/format/lang/nb.js new file mode 100644 index 0000000..6bfffb5 --- /dev/null +++ b/sources/plugins/format/lang/nb.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'nb', { + label: 'Format', + panelTitle: 'Avsnittsformat', + tag_address: 'Adresse', + tag_div: 'Normal (DIV)', + tag_h1: 'Overskrift 1', + tag_h2: 'Overskrift 2', + tag_h3: 'Overskrift 3', + tag_h4: 'Overskrift 4', + tag_h5: 'Overskrift 5', + tag_h6: 'Overskrift 6', + tag_p: 'Normal', + tag_pre: 'Formatert' +} ); diff --git a/sources/plugins/format/lang/nl.js b/sources/plugins/format/lang/nl.js new file mode 100644 index 0000000..ef2676a --- /dev/null +++ b/sources/plugins/format/lang/nl.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'nl', { + label: 'Opmaak', + panelTitle: 'Opmaak', + tag_address: 'Adres', + tag_div: 'Normaal (DIV)', + tag_h1: 'Kop 1', + tag_h2: 'Kop 2', + tag_h3: 'Kop 3', + tag_h4: 'Kop 4', + tag_h5: 'Kop 5', + tag_h6: 'Kop 6', + tag_p: 'Normaal', + tag_pre: 'Met opmaak' +} ); diff --git a/sources/plugins/format/lang/no.js b/sources/plugins/format/lang/no.js new file mode 100644 index 0000000..d9b0586 --- /dev/null +++ b/sources/plugins/format/lang/no.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'no', { + label: 'Format', + panelTitle: 'Avsnittsformat', + tag_address: 'Adresse', + tag_div: 'Normal (DIV)', + tag_h1: 'Overskrift 1', + tag_h2: 'Overskrift 2', + tag_h3: 'Overskrift 3', + tag_h4: 'Overskrift 4', + tag_h5: 'Overskrift 5', + tag_h6: 'Overskrift 6', + tag_p: 'Normal', + tag_pre: 'Formatert' +} ); diff --git a/sources/plugins/format/lang/oc.js b/sources/plugins/format/lang/oc.js new file mode 100644 index 0000000..5083f3f --- /dev/null +++ b/sources/plugins/format/lang/oc.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'oc', { + label: 'Format', + panelTitle: 'Format de paragraf', + tag_address: 'Adreça', + tag_div: 'Division (DIV)', + tag_h1: 'Títol 1', + tag_h2: 'Títol 2', + tag_h3: 'Títol 3', + tag_h4: 'Títol 4', + tag_h5: 'Títol 5', + tag_h6: 'Títol 6', + tag_p: 'Normal', + tag_pre: 'Preformatat' +} ); diff --git a/sources/plugins/format/lang/pl.js b/sources/plugins/format/lang/pl.js new file mode 100644 index 0000000..d1274f9 --- /dev/null +++ b/sources/plugins/format/lang/pl.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'pl', { + label: 'Format', + panelTitle: 'Format', + tag_address: 'Adres', + tag_div: 'Normalny (DIV)', + tag_h1: 'Nagłówek 1', + tag_h2: 'Nagłówek 2', + tag_h3: 'Nagłówek 3', + tag_h4: 'Nagłówek 4', + tag_h5: 'Nagłówek 5', + tag_h6: 'Nagłówek 6', + tag_p: 'Normalny', + tag_pre: 'Tekst sformatowany' +} ); diff --git a/sources/plugins/format/lang/pt-br.js b/sources/plugins/format/lang/pt-br.js new file mode 100644 index 0000000..151d1d1 --- /dev/null +++ b/sources/plugins/format/lang/pt-br.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'pt-br', { + label: 'Formatação', + panelTitle: 'Formatação', + tag_address: 'Endereço', + tag_div: 'Normal (DIV)', + tag_h1: 'Título 1', + tag_h2: 'Título 2', + tag_h3: 'Título 3', + tag_h4: 'Título 4', + tag_h5: 'Título 5', + tag_h6: 'Título 6', + tag_p: 'Normal', + tag_pre: 'Formatado' +} ); diff --git a/sources/plugins/format/lang/pt.js b/sources/plugins/format/lang/pt.js new file mode 100644 index 0000000..013021d --- /dev/null +++ b/sources/plugins/format/lang/pt.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'pt', { + label: 'Formatar', + panelTitle: 'Formatar Parágrafo', + tag_address: 'Endereço', + tag_div: 'Normal (DIV)', + tag_h1: 'Título 1', + tag_h2: 'Título 2', + tag_h3: 'Título 3', + tag_h4: 'Título 4', + tag_h5: 'Título 5', + tag_h6: 'Título 6', + tag_p: 'Normal', + tag_pre: 'Formatado' +} ); diff --git a/sources/plugins/format/lang/ro.js b/sources/plugins/format/lang/ro.js new file mode 100644 index 0000000..549a1b5 --- /dev/null +++ b/sources/plugins/format/lang/ro.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'ro', { + label: 'Formatare', + panelTitle: 'Formatare', + tag_address: 'Adresă', + tag_div: 'Normal (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Formatat' +} ); diff --git a/sources/plugins/format/lang/ru.js b/sources/plugins/format/lang/ru.js new file mode 100644 index 0000000..8e63455 --- /dev/null +++ b/sources/plugins/format/lang/ru.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'ru', { + label: 'Форматирование', + panelTitle: 'Форматирование', + tag_address: 'Адрес', + tag_div: 'Обычное (div)', + tag_h1: 'Заголовок 1', + tag_h2: 'Заголовок 2', + tag_h3: 'Заголовок 3', + tag_h4: 'Заголовок 4', + tag_h5: 'Заголовок 5', + tag_h6: 'Заголовок 6', + tag_p: 'Обычное', + tag_pre: 'Моноширинное' +} ); diff --git a/sources/plugins/format/lang/si.js b/sources/plugins/format/lang/si.js new file mode 100644 index 0000000..f27eb7f --- /dev/null +++ b/sources/plugins/format/lang/si.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'si', { + label: 'ආකෘතිය', + panelTitle: 'චේදයේ ', + tag_address: 'ලිපිනය', + tag_div: 'සාමාන්‍ය(DIV)', + tag_h1: 'ශීර්ෂය 1', + tag_h2: 'ශීර්ෂය 2', + tag_h3: 'ශීර්ෂය 3', + tag_h4: 'ශීර්ෂය 4', + tag_h5: 'ශීර්ෂය 5', + tag_h6: 'ශීර්ෂය 6', + tag_p: 'සාමාන්‍ය', + tag_pre: 'ආකෘතියන්' +} ); diff --git a/sources/plugins/format/lang/sk.js b/sources/plugins/format/lang/sk.js new file mode 100644 index 0000000..30ca66c --- /dev/null +++ b/sources/plugins/format/lang/sk.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'sk', { + label: 'Formát', + panelTitle: 'Odsek', + tag_address: 'Adresa', + tag_div: 'Normálny (DIV)', + tag_h1: 'Nadpis 1', + tag_h2: 'Nadpis 2', + tag_h3: 'Nadpis 3', + tag_h4: 'Nadpis 4', + tag_h5: 'Nadpis 5', + tag_h6: 'Nadpis 6', + tag_p: 'Normálny', + tag_pre: 'Formátovaný' +} ); diff --git a/sources/plugins/format/lang/sl.js b/sources/plugins/format/lang/sl.js new file mode 100644 index 0000000..2dad54f --- /dev/null +++ b/sources/plugins/format/lang/sl.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'sl', { + label: 'Oblika', + panelTitle: 'Oblika odstavka', + tag_address: 'Napis', + tag_div: 'Navaden (DIV)', + tag_h1: 'Naslov 1', + tag_h2: 'Naslov 2', + tag_h3: 'Naslov 3', + tag_h4: 'Naslov 4', + tag_h5: 'Naslov 5', + tag_h6: 'Naslov 6', + tag_p: 'Navaden', + tag_pre: 'Oblikovan' +} ); diff --git a/sources/plugins/format/lang/sq.js b/sources/plugins/format/lang/sq.js new file mode 100644 index 0000000..5ddb6ef --- /dev/null +++ b/sources/plugins/format/lang/sq.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'sq', { + label: 'Formati', + panelTitle: 'Formati i Paragrafit', + tag_address: 'Adresa', + tag_div: 'Normal (DIV)', + tag_h1: 'Titulli 1', + tag_h2: 'Titulli 2', + tag_h3: 'Titulli 3', + tag_h4: 'Titulli 4', + tag_h5: 'Titulli 5', + tag_h6: 'Titulli 6', + tag_p: 'Normal', + tag_pre: 'Formatuar' +} ); diff --git a/sources/plugins/format/lang/sr-latn.js b/sources/plugins/format/lang/sr-latn.js new file mode 100644 index 0000000..d971950 --- /dev/null +++ b/sources/plugins/format/lang/sr-latn.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'sr-latn', { + label: 'Format', + panelTitle: 'Format', + tag_address: 'Adresa', + tag_div: 'Normalno (DIV)', + tag_h1: 'Naslov 1', + tag_h2: 'Naslov 2', + tag_h3: 'Naslov 3', + tag_h4: 'Naslov 4', + tag_h5: 'Naslov 5', + tag_h6: 'Naslov 6', + tag_p: 'Normal', + tag_pre: 'Formatirano' +} ); diff --git a/sources/plugins/format/lang/sr.js b/sources/plugins/format/lang/sr.js new file mode 100644 index 0000000..012a14d --- /dev/null +++ b/sources/plugins/format/lang/sr.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'sr', { + label: 'Формат', + panelTitle: 'Формат', + tag_address: 'Adresa', + tag_div: 'Нормално (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Formatirano' +} ); diff --git a/sources/plugins/format/lang/sv.js b/sources/plugins/format/lang/sv.js new file mode 100644 index 0000000..31850e0 --- /dev/null +++ b/sources/plugins/format/lang/sv.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'sv', { + label: 'Teckenformat', + panelTitle: 'Teckenformat', + tag_address: 'Adress', + tag_div: 'Normal (DIV)', + tag_h1: 'Rubrik 1', + tag_h2: 'Rubrik 2', + tag_h3: 'Rubrik 3', + tag_h4: 'Rubrik 4', + tag_h5: 'Rubrik 5', + tag_h6: 'Rubrik 6', + tag_p: 'Normal', + tag_pre: 'Formaterad' +} ); diff --git a/sources/plugins/format/lang/th.js b/sources/plugins/format/lang/th.js new file mode 100644 index 0000000..4c8a1d2 --- /dev/null +++ b/sources/plugins/format/lang/th.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'th', { + label: 'รูปแบบ', + panelTitle: 'รูปแบบ', + tag_address: 'Address', + tag_div: 'Paragraph (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Formatted' +} ); diff --git a/sources/plugins/format/lang/tr.js b/sources/plugins/format/lang/tr.js new file mode 100644 index 0000000..2de6ce2 --- /dev/null +++ b/sources/plugins/format/lang/tr.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'tr', { + label: 'Biçim', + panelTitle: 'Biçim', + tag_address: 'Adres', + tag_div: 'Paragraf (DIV)', + tag_h1: 'Başlık 1', + tag_h2: 'Başlık 2', + tag_h3: 'Başlık 3', + tag_h4: 'Başlık 4', + tag_h5: 'Başlık 5', + tag_h6: 'Başlık 6', + tag_p: 'Normal', + tag_pre: 'Biçimli' +} ); diff --git a/sources/plugins/format/lang/tt.js b/sources/plugins/format/lang/tt.js new file mode 100644 index 0000000..160a192 --- /dev/null +++ b/sources/plugins/format/lang/tt.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'tt', { + label: 'Форматлау', + panelTitle: 'Параграф форматлавы', + tag_address: 'Адрес', + tag_div: 'Гади (DIV)', + tag_h1: 'Башлам 1', + tag_h2: 'Башлам 2', + tag_h3: 'Башлам 3', + tag_h4: 'Башлам 4', + tag_h5: 'Башлам 5', + tag_h6: 'Башлам 6', + tag_p: 'Гади', + tag_pre: 'Форматлаулы' +} ); diff --git a/sources/plugins/format/lang/ug.js b/sources/plugins/format/lang/ug.js new file mode 100644 index 0000000..0be2a15 --- /dev/null +++ b/sources/plugins/format/lang/ug.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'ug', { + label: 'پىچىم', + panelTitle: 'پىچىم', + tag_address: 'ئادرېس', + tag_div: 'ئابزاس (DIV)', + tag_h1: 'ماۋزۇ 1', + tag_h2: 'ماۋزۇ 2', + tag_h3: 'ماۋزۇ 3', + tag_h4: 'ماۋزۇ 4', + tag_h5: 'ماۋزۇ 5', + tag_h6: 'ماۋزۇ 6', + tag_p: 'ئادەتتىكى', + tag_pre: 'تىزىلغان پىچىم' +} ); diff --git a/sources/plugins/format/lang/uk.js b/sources/plugins/format/lang/uk.js new file mode 100644 index 0000000..2e2726d --- /dev/null +++ b/sources/plugins/format/lang/uk.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'uk', { + label: 'Форматування', + panelTitle: 'Форматування параграфа', + tag_address: 'Адреса', + tag_div: 'Нормальний (div)', + tag_h1: 'Заголовок 1', + tag_h2: 'Заголовок 2', + tag_h3: 'Заголовок 3', + tag_h4: 'Заголовок 4', + tag_h5: 'Заголовок 5', + tag_h6: 'Заголовок 6', + tag_p: 'Нормальний', + tag_pre: 'Форматований' +} ); diff --git a/sources/plugins/format/lang/vi.js b/sources/plugins/format/lang/vi.js new file mode 100644 index 0000000..d051440 --- /dev/null +++ b/sources/plugins/format/lang/vi.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'vi', { + label: 'Định dạng', + panelTitle: 'Định dạng', + tag_address: 'Address', + tag_div: 'Bình thường (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Bình thường (P)', + tag_pre: 'Đã thiết lập' +} ); diff --git a/sources/plugins/format/lang/zh-cn.js b/sources/plugins/format/lang/zh-cn.js new file mode 100644 index 0000000..addaa23 --- /dev/null +++ b/sources/plugins/format/lang/zh-cn.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'zh-cn', { + label: '格式', + panelTitle: '格式', + tag_address: '地址', + tag_div: '段落(DIV)', + tag_h1: '标题 1', + tag_h2: '标题 2', + tag_h3: '标题 3', + tag_h4: '标题 4', + tag_h5: '标题 5', + tag_h6: '标题 6', + tag_p: '普通', + tag_pre: '已编排格式' +} ); diff --git a/sources/plugins/format/lang/zh.js b/sources/plugins/format/lang/zh.js new file mode 100644 index 0000000..bb044ad --- /dev/null +++ b/sources/plugins/format/lang/zh.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'zh', { + label: '格式', + panelTitle: '段落格式', + tag_address: '地址', + tag_div: '標準 (DIV)', + tag_h1: '標題 1', + tag_h2: '標題 2', + tag_h3: '標題 3', + tag_h4: '標題 4', + tag_h5: '標題 5', + tag_h6: '標題 6', + tag_p: '標準', + tag_pre: '格式設定' +} ); -- cgit v1.2.3