From 7adcb81e4f83f98c468889aaa5a85558ba88c770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 25 Jan 2016 17:45:33 +0100 Subject: Initial commit --- .../dialogs/lang/_translationstatus.txt | 20 ++++ sources/plugins/specialchar/dialogs/lang/af.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/ar.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/bg.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/ca.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/cs.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/cy.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/da.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/de.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/el.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/en-gb.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/en.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/eo.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/es.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/et.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/eu.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/fa.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/fi.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/fr-ca.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/fr.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/gl.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/he.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/hr.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/hu.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/id.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/it.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/ja.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/km.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/ko.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/ku.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/lt.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/lv.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/nb.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/nl.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/no.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/pl.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/pt-br.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/pt.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/ru.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/si.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/sk.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/sl.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/sq.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/sv.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/th.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/tr.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/tt.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/ug.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/uk.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/vi.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/zh-cn.js | 125 +++++++++++++++++++++ sources/plugins/specialchar/dialogs/lang/zh.js | 125 +++++++++++++++++++++ 52 files changed, 6395 insertions(+) create mode 100644 sources/plugins/specialchar/dialogs/lang/_translationstatus.txt create mode 100644 sources/plugins/specialchar/dialogs/lang/af.js create mode 100644 sources/plugins/specialchar/dialogs/lang/ar.js create mode 100644 sources/plugins/specialchar/dialogs/lang/bg.js create mode 100644 sources/plugins/specialchar/dialogs/lang/ca.js create mode 100644 sources/plugins/specialchar/dialogs/lang/cs.js create mode 100644 sources/plugins/specialchar/dialogs/lang/cy.js create mode 100644 sources/plugins/specialchar/dialogs/lang/da.js create mode 100644 sources/plugins/specialchar/dialogs/lang/de.js create mode 100644 sources/plugins/specialchar/dialogs/lang/el.js create mode 100644 sources/plugins/specialchar/dialogs/lang/en-gb.js create mode 100644 sources/plugins/specialchar/dialogs/lang/en.js create mode 100644 sources/plugins/specialchar/dialogs/lang/eo.js create mode 100644 sources/plugins/specialchar/dialogs/lang/es.js create mode 100644 sources/plugins/specialchar/dialogs/lang/et.js create mode 100644 sources/plugins/specialchar/dialogs/lang/eu.js create mode 100644 sources/plugins/specialchar/dialogs/lang/fa.js create mode 100644 sources/plugins/specialchar/dialogs/lang/fi.js create mode 100644 sources/plugins/specialchar/dialogs/lang/fr-ca.js create mode 100644 sources/plugins/specialchar/dialogs/lang/fr.js create mode 100644 sources/plugins/specialchar/dialogs/lang/gl.js create mode 100644 sources/plugins/specialchar/dialogs/lang/he.js create mode 100644 sources/plugins/specialchar/dialogs/lang/hr.js create mode 100644 sources/plugins/specialchar/dialogs/lang/hu.js create mode 100644 sources/plugins/specialchar/dialogs/lang/id.js create mode 100644 sources/plugins/specialchar/dialogs/lang/it.js create mode 100644 sources/plugins/specialchar/dialogs/lang/ja.js create mode 100644 sources/plugins/specialchar/dialogs/lang/km.js create mode 100644 sources/plugins/specialchar/dialogs/lang/ko.js create mode 100644 sources/plugins/specialchar/dialogs/lang/ku.js create mode 100644 sources/plugins/specialchar/dialogs/lang/lt.js create mode 100644 sources/plugins/specialchar/dialogs/lang/lv.js create mode 100644 sources/plugins/specialchar/dialogs/lang/nb.js create mode 100644 sources/plugins/specialchar/dialogs/lang/nl.js create mode 100644 sources/plugins/specialchar/dialogs/lang/no.js create mode 100644 sources/plugins/specialchar/dialogs/lang/pl.js create mode 100644 sources/plugins/specialchar/dialogs/lang/pt-br.js create mode 100644 sources/plugins/specialchar/dialogs/lang/pt.js create mode 100644 sources/plugins/specialchar/dialogs/lang/ru.js create mode 100644 sources/plugins/specialchar/dialogs/lang/si.js create mode 100644 sources/plugins/specialchar/dialogs/lang/sk.js create mode 100644 sources/plugins/specialchar/dialogs/lang/sl.js create mode 100644 sources/plugins/specialchar/dialogs/lang/sq.js create mode 100644 sources/plugins/specialchar/dialogs/lang/sv.js create mode 100644 sources/plugins/specialchar/dialogs/lang/th.js create mode 100644 sources/plugins/specialchar/dialogs/lang/tr.js create mode 100644 sources/plugins/specialchar/dialogs/lang/tt.js create mode 100644 sources/plugins/specialchar/dialogs/lang/ug.js create mode 100644 sources/plugins/specialchar/dialogs/lang/uk.js create mode 100644 sources/plugins/specialchar/dialogs/lang/vi.js create mode 100644 sources/plugins/specialchar/dialogs/lang/zh-cn.js create mode 100644 sources/plugins/specialchar/dialogs/lang/zh.js (limited to 'sources/plugins/specialchar/dialogs/lang') diff --git a/sources/plugins/specialchar/dialogs/lang/_translationstatus.txt b/sources/plugins/specialchar/dialogs/lang/_translationstatus.txt new file mode 100644 index 00000000..0fabceaf --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/_translationstatus.txt @@ -0,0 +1,20 @@ +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license + +cs.js Found: 118 Missing: 0 +cy.js Found: 118 Missing: 0 +de.js Found: 118 Missing: 0 +el.js Found: 16 Missing: 102 +eo.js Found: 118 Missing: 0 +et.js Found: 31 Missing: 87 +fa.js Found: 24 Missing: 94 +fi.js Found: 23 Missing: 95 +fr.js Found: 118 Missing: 0 +hr.js Found: 23 Missing: 95 +it.js Found: 118 Missing: 0 +nb.js Found: 118 Missing: 0 +nl.js Found: 118 Missing: 0 +no.js Found: 118 Missing: 0 +tr.js Found: 118 Missing: 0 +ug.js Found: 39 Missing: 79 +zh-cn.js Found: 118 Missing: 0 diff --git a/sources/plugins/specialchar/dialogs/lang/af.js b/sources/plugins/specialchar/dialogs/lang/af.js new file mode 100644 index 00000000..cc822234 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/af.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'af', { + euro: 'Euroteken', + lsquo: 'Linker enkelkwotasie', + rsquo: 'Regter enkelkwotasie', + ldquo: 'Linker dubbelkwotasie', + rdquo: 'Regter dubbelkwotasie', + ndash: 'Kortkoppelteken', + mdash: 'Langkoppelteken', + iexcl: 'Omgekeerdeuitroepteken', + cent: 'Centteken', + pound: 'Pondteken', + curren: 'Geldeenheidteken', + yen: 'Yenteken', + brvbar: 'Gebreekte balk', + sect: 'Afdeelingsteken', + uml: 'Deelteken', + copy: 'Kopieregteken', + ordf: 'Vroulikekenteken', + laquo: 'Linkgeoorienteerde aanhaalingsteken', + not: 'Verbodeteken', + reg: 'Regestrasieteken', + macr: 'Lengteteken', + deg: 'Gradeteken', + sup2: 'Kwadraatteken', + sup3: 'Kubiekteken', + acute: 'Akuutaksentteken', + micro: 'Mikroteken', + para: 'Pilcrow sign', // MISSING + middot: 'Middle dot', // MISSING + cedil: 'Cedilla', // MISSING + sup1: 'Superscript one', // MISSING + ordm: 'Masculine ordinal indicator', // MISSING + raquo: 'Right-pointing double angle quotation mark', // MISSING + frac14: 'Vulgar fraction one quarter', // MISSING + frac12: 'Vulgar fraction one half', // MISSING + frac34: 'Vulgar fraction three quarters', // MISSING + iquest: 'Inverted question mark', // MISSING + Agrave: 'Latin capital letter A with grave accent', // MISSING + Aacute: 'Latin capital letter A with acute accent', // MISSING + Acirc: 'Latin capital letter A with circumflex', // MISSING + Atilde: 'Latin capital letter A with tilde', // MISSING + Auml: 'Latin capital letter A with diaeresis', // MISSING + Aring: 'Latin capital letter A with ring above', // MISSING + AElig: 'Latin Capital letter Æ', // MISSING + Ccedil: 'Latin capital letter C with cedilla', // MISSING + Egrave: 'Latin capital letter E with grave accent', // MISSING + Eacute: 'Latin capital letter E with acute accent', // MISSING + Ecirc: 'Latin capital letter E with circumflex', // MISSING + Euml: 'Latin capital letter E with diaeresis', // MISSING + Igrave: 'Latin capital letter I with grave accent', // MISSING + Iacute: 'Latin capital letter I with acute accent', // MISSING + Icirc: 'Latin capital letter I with circumflex', // MISSING + Iuml: 'Latin capital letter I with diaeresis', // MISSING + ETH: 'Latin capital letter Eth', // MISSING + Ntilde: 'Latin capital letter N with tilde', // MISSING + Ograve: 'Latin capital letter O with grave accent', // MISSING + Oacute: 'Latin capital letter O with acute accent', // MISSING + Ocirc: 'Latin capital letter O with circumflex', // MISSING + Otilde: 'Latin capital letter O with tilde', // MISSING + Ouml: 'Latin capital letter O with diaeresis', // MISSING + times: 'Multiplication sign', // MISSING + Oslash: 'Latin capital letter O with stroke', // MISSING + Ugrave: 'Latin capital letter U with grave accent', // MISSING + Uacute: 'Latin capital letter U with acute accent', // MISSING + Ucirc: 'Latin capital letter U with circumflex', // MISSING + Uuml: 'Latin capital letter U with diaeresis', // MISSING + Yacute: 'Latin capital letter Y with acute accent', // MISSING + THORN: 'Latin capital letter Thorn', // MISSING + szlig: 'Latin small letter sharp s', // MISSING + agrave: 'Latin small letter a with grave accent', // MISSING + aacute: 'Latin small letter a with acute accent', // MISSING + acirc: 'Latin small letter a with circumflex', // MISSING + atilde: 'Latin small letter a with tilde', // MISSING + auml: 'Latin small letter a with diaeresis', // MISSING + aring: 'Latin small letter a with ring above', // MISSING + aelig: 'Latin small letter æ', // MISSING + ccedil: 'Latin small letter c with cedilla', // MISSING + egrave: 'Latin small letter e with grave accent', // MISSING + eacute: 'Latin small letter e with acute accent', // MISSING + ecirc: 'Latin small letter e with circumflex', // MISSING + euml: 'Latin small letter e with diaeresis', // MISSING + igrave: 'Latin small letter i with grave accent', // MISSING + iacute: 'Latin small letter i with acute accent', // MISSING + icirc: 'Latin small letter i with circumflex', // MISSING + iuml: 'Latin small letter i with diaeresis', // MISSING + eth: 'Latin small letter eth', // MISSING + ntilde: 'Latin small letter n with tilde', // MISSING + ograve: 'Latin small letter o with grave accent', // MISSING + oacute: 'Latin small letter o with acute accent', // MISSING + ocirc: 'Latin small letter o with circumflex', // MISSING + otilde: 'Latin small letter o with tilde', // MISSING + ouml: 'Latin small letter o with diaeresis', // MISSING + divide: 'Division sign', // MISSING + oslash: 'Latin small letter o with stroke', // MISSING + ugrave: 'Latin small letter u with grave accent', // MISSING + uacute: 'Latin small letter u with acute accent', // MISSING + ucirc: 'Latin small letter u with circumflex', // MISSING + uuml: 'Latin small letter u with diaeresis', // MISSING + yacute: 'Latin small letter y with acute accent', // MISSING + thorn: 'Latin small letter thorn', // MISSING + yuml: 'Latin small letter y with diaeresis', // MISSING + OElig: 'Latin capital ligature OE', // MISSING + oelig: 'Latin small ligature oe', // MISSING + '372': 'Latin capital letter W with circumflex', // MISSING + '374': 'Latin capital letter Y with circumflex', // MISSING + '373': 'Latin small letter w with circumflex', // MISSING + '375': 'Latin small letter y with circumflex', // MISSING + sbquo: 'Single low-9 quotation mark', // MISSING + '8219': 'Single high-reversed-9 quotation mark', // MISSING + bdquo: 'Double low-9 quotation mark', // MISSING + hellip: 'Horizontal ellipsis', // MISSING + trade: 'Trade mark sign', // MISSING + '9658': 'Black right-pointing pointer', // MISSING + bull: 'Bullet', // MISSING + rarr: 'Rightwards arrow', // MISSING + rArr: 'Rightwards double arrow', // MISSING + hArr: 'Left right double arrow', // MISSING + diams: 'Black diamond suit', // MISSING + asymp: 'Almost equal to' // MISSING +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/ar.js b/sources/plugins/specialchar/dialogs/lang/ar.js new file mode 100644 index 00000000..d667357d --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/ar.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'ar', { + euro: 'رمز اليورو', + lsquo: 'علامة تنصيص فردية علي اليسار', + rsquo: 'علامة تنصيص فردية علي اليمين', + ldquo: 'علامة تنصيص مزدوجة علي اليسار', + rdquo: 'علامة تنصيص مزدوجة علي اليمين', + ndash: 'En dash', + mdash: 'Em dash', + iexcl: 'علامة تعجب مقلوبة', + cent: 'رمز السنت', + pound: 'رمز الاسترليني', + curren: 'رمز العملة', + yen: 'رمز الين', + brvbar: 'شريط مقطوع', + sect: 'رمز القسم', + uml: 'Diaeresis', + copy: 'علامة حقوق الطبع', + ordf: 'Feminine ordinal indicator', // MISSING + laquo: 'Left-pointing double angle quotation mark', // MISSING + not: 'ليست علامة', + reg: 'علامة مسجّلة', + macr: 'Macron', // MISSING + deg: 'Degree sign', // MISSING + sup2: 'Superscript two', // MISSING + sup3: 'Superscript three', // MISSING + acute: 'Acute accent', // MISSING + micro: 'Micro sign', // MISSING + para: 'Pilcrow sign', // MISSING + middot: 'Middle dot', // MISSING + cedil: 'Cedilla', // MISSING + sup1: 'Superscript one', // MISSING + ordm: 'Masculine ordinal indicator', // MISSING + raquo: 'Right-pointing double angle quotation mark', // MISSING + frac14: 'Vulgar fraction one quarter', // MISSING + frac12: 'Vulgar fraction one half', // MISSING + frac34: 'Vulgar fraction three quarters', // MISSING + iquest: 'علامة الإستفهام غير صحيحة', + Agrave: 'Latin capital letter A with grave accent', // MISSING + Aacute: 'Latin capital letter A with acute accent', // MISSING + Acirc: 'Latin capital letter A with circumflex', // MISSING + Atilde: 'Latin capital letter A with tilde', // MISSING + Auml: 'Latin capital letter A with diaeresis', // MISSING + Aring: 'Latin capital letter A with ring above', // MISSING + AElig: 'Latin Capital letter Æ', // MISSING + Ccedil: 'Latin capital letter C with cedilla', // MISSING + Egrave: 'Latin capital letter E with grave accent', // MISSING + Eacute: 'Latin capital letter E with acute accent', // MISSING + Ecirc: 'Latin capital letter E with circumflex', // MISSING + Euml: 'Latin capital letter E with diaeresis', // MISSING + Igrave: 'Latin capital letter I with grave accent', // MISSING + Iacute: 'Latin capital letter I with acute accent', // MISSING + Icirc: 'Latin capital letter I with circumflex', // MISSING + Iuml: 'Latin capital letter I with diaeresis', // MISSING + ETH: 'Latin capital letter Eth', // MISSING + Ntilde: 'Latin capital letter N with tilde', // MISSING + Ograve: 'Latin capital letter O with grave accent', // MISSING + Oacute: 'Latin capital letter O with acute accent', // MISSING + Ocirc: 'Latin capital letter O with circumflex', // MISSING + Otilde: 'Latin capital letter O with tilde', // MISSING + Ouml: 'Latin capital letter O with diaeresis', // MISSING + times: 'Multiplication sign', // MISSING + Oslash: 'Latin capital letter O with stroke', // MISSING + Ugrave: 'Latin capital letter U with grave accent', // MISSING + Uacute: 'Latin capital letter U with acute accent', // MISSING + Ucirc: 'Latin capital letter U with circumflex', // MISSING + Uuml: 'Latin capital letter U with diaeresis', // MISSING + Yacute: 'Latin capital letter Y with acute accent', // MISSING + THORN: 'Latin capital letter Thorn', // MISSING + szlig: 'Latin small letter sharp s', // MISSING + agrave: 'Latin small letter a with grave accent', // MISSING + aacute: 'Latin small letter a with acute accent', // MISSING + acirc: 'Latin small letter a with circumflex', // MISSING + atilde: 'Latin small letter a with tilde', // MISSING + auml: 'Latin small letter a with diaeresis', // MISSING + aring: 'Latin small letter a with ring above', // MISSING + aelig: 'Latin small letter æ', // MISSING + ccedil: 'Latin small letter c with cedilla', // MISSING + egrave: 'Latin small letter e with grave accent', // MISSING + eacute: 'Latin small letter e with acute accent', // MISSING + ecirc: 'Latin small letter e with circumflex', // MISSING + euml: 'Latin small letter e with diaeresis', // MISSING + igrave: 'Latin small letter i with grave accent', // MISSING + iacute: 'Latin small letter i with acute accent', // MISSING + icirc: 'Latin small letter i with circumflex', // MISSING + iuml: 'Latin small letter i with diaeresis', // MISSING + eth: 'Latin small letter eth', // MISSING + ntilde: 'Latin small letter n with tilde', // MISSING + ograve: 'Latin small letter o with grave accent', // MISSING + oacute: 'Latin small letter o with acute accent', // MISSING + ocirc: 'Latin small letter o with circumflex', // MISSING + otilde: 'Latin small letter o with tilde', // MISSING + ouml: 'Latin small letter o with diaeresis', // MISSING + divide: 'Division sign', // MISSING + oslash: 'Latin small letter o with stroke', // MISSING + ugrave: 'Latin small letter u with grave accent', // MISSING + uacute: 'Latin small letter u with acute accent', // MISSING + ucirc: 'Latin small letter u with circumflex', // MISSING + uuml: 'Latin small letter u with diaeresis', // MISSING + yacute: 'Latin small letter y with acute accent', // MISSING + thorn: 'Latin small letter thorn', // MISSING + yuml: 'Latin small letter y with diaeresis', // MISSING + OElig: 'Latin capital ligature OE', // MISSING + oelig: 'Latin small ligature oe', // MISSING + '372': 'Latin capital letter W with circumflex', // MISSING + '374': 'Latin capital letter Y with circumflex', // MISSING + '373': 'Latin small letter w with circumflex', // MISSING + '375': 'Latin small letter y with circumflex', // MISSING + sbquo: 'Single low-9 quotation mark', // MISSING + '8219': 'Single high-reversed-9 quotation mark', // MISSING + bdquo: 'Double low-9 quotation mark', // MISSING + hellip: 'Horizontal ellipsis', // MISSING + trade: 'Trade mark sign', // MISSING + '9658': 'Black right-pointing pointer', // MISSING + bull: 'Bullet', // MISSING + rarr: 'Rightwards arrow', // MISSING + rArr: 'Rightwards double arrow', // MISSING + hArr: 'Left right double arrow', // MISSING + diams: 'Black diamond suit', // MISSING + asymp: 'Almost equal to' // MISSING +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/bg.js b/sources/plugins/specialchar/dialogs/lang/bg.js new file mode 100644 index 00000000..c552df59 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/bg.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'bg', { + euro: 'Евро знак', + lsquo: 'Лява маркировка за цитат', + rsquo: 'Дясна маркировка за цитат', + ldquo: 'Лява двойна кавичка за цитат', + rdquo: 'Дясна двойна кавичка за цитат', + ndash: '\\\\', + mdash: '/', + iexcl: 'Обърната питанка', + cent: 'Знак за цент', + pound: 'Знак за паунд', + curren: 'Валутен знак', + yen: 'Знак за йена', + brvbar: 'Прекъсната линия', + sect: 'Знак за секция', + uml: 'Diaeresis', // MISSING + copy: 'Знак за Copyright', + ordf: 'Feminine ordinal indicator', // MISSING + laquo: 'Left-pointing double angle quotation mark', // MISSING + not: 'Not sign', // MISSING + reg: 'Registered sign', // MISSING + macr: 'Macron', // MISSING + deg: 'Degree sign', // MISSING + sup2: 'Superscript two', // MISSING + sup3: 'Superscript three', // MISSING + acute: 'Acute accent', // MISSING + micro: 'Micro sign', // MISSING + para: 'Pilcrow sign', // MISSING + middot: 'Middle dot', // MISSING + cedil: 'Cedilla', // MISSING + sup1: 'Superscript one', // MISSING + ordm: 'Masculine ordinal indicator', // MISSING + raquo: 'Right-pointing double angle quotation mark', // MISSING + frac14: 'Vulgar fraction one quarter', // MISSING + frac12: 'Vulgar fraction one half', // MISSING + frac34: 'Vulgar fraction three quarters', // MISSING + iquest: 'Inverted question mark', // MISSING + Agrave: 'Latin capital letter A with grave accent', // MISSING + Aacute: 'Latin capital letter A with acute accent', // MISSING + Acirc: 'Latin capital letter A with circumflex', // MISSING + Atilde: 'Latin capital letter A with tilde', // MISSING + Auml: 'Latin capital letter A with diaeresis', // MISSING + Aring: 'Latin capital letter A with ring above', // MISSING + AElig: 'Latin Capital letter Æ', // MISSING + Ccedil: 'Latin capital letter C with cedilla', // MISSING + Egrave: 'Latin capital letter E with grave accent', // MISSING + Eacute: 'Latin capital letter E with acute accent', // MISSING + Ecirc: 'Latin capital letter E with circumflex', // MISSING + Euml: 'Latin capital letter E with diaeresis', // MISSING + Igrave: 'Latin capital letter I with grave accent', // MISSING + Iacute: 'Latin capital letter I with acute accent', // MISSING + Icirc: 'Latin capital letter I with circumflex', // MISSING + Iuml: 'Latin capital letter I with diaeresis', // MISSING + ETH: 'Latin capital letter Eth', // MISSING + Ntilde: 'Latin capital letter N with tilde', // MISSING + Ograve: 'Latin capital letter O with grave accent', // MISSING + Oacute: 'Latin capital letter O with acute accent', // MISSING + Ocirc: 'Latin capital letter O with circumflex', // MISSING + Otilde: 'Latin capital letter O with tilde', // MISSING + Ouml: 'Latin capital letter O with diaeresis', // MISSING + times: 'Multiplication sign', // MISSING + Oslash: 'Latin capital letter O with stroke', // MISSING + Ugrave: 'Latin capital letter U with grave accent', // MISSING + Uacute: 'Latin capital letter U with acute accent', // MISSING + Ucirc: 'Latin capital letter U with circumflex', // MISSING + Uuml: 'Latin capital letter U with diaeresis', // MISSING + Yacute: 'Latin capital letter Y with acute accent', // MISSING + THORN: 'Latin capital letter Thorn', // MISSING + szlig: 'Latin small letter sharp s', // MISSING + agrave: 'Latin small letter a with grave accent', // MISSING + aacute: 'Latin small letter a with acute accent', // MISSING + acirc: 'Latin small letter a with circumflex', // MISSING + atilde: 'Latin small letter a with tilde', // MISSING + auml: 'Latin small letter a with diaeresis', // MISSING + aring: 'Latin small letter a with ring above', // MISSING + aelig: 'Latin small letter æ', // MISSING + ccedil: 'Latin small letter c with cedilla', // MISSING + egrave: 'Latin small letter e with grave accent', // MISSING + eacute: 'Latin small letter e with acute accent', // MISSING + ecirc: 'Latin small letter e with circumflex', // MISSING + euml: 'Latin small letter e with diaeresis', // MISSING + igrave: 'Latin small letter i with grave accent', // MISSING + iacute: 'Latin small letter i with acute accent', // MISSING + icirc: 'Latin small letter i with circumflex', // MISSING + iuml: 'Latin small letter i with diaeresis', // MISSING + eth: 'Latin small letter eth', // MISSING + ntilde: 'Latin small letter n with tilde', // MISSING + ograve: 'Latin small letter o with grave accent', // MISSING + oacute: 'Latin small letter o with acute accent', // MISSING + ocirc: 'Latin small letter o with circumflex', // MISSING + otilde: 'Latin small letter o with tilde', // MISSING + ouml: 'Latin small letter o with diaeresis', // MISSING + divide: 'Division sign', // MISSING + oslash: 'Latin small letter o with stroke', // MISSING + ugrave: 'Latin small letter u with grave accent', // MISSING + uacute: 'Latin small letter u with acute accent', // MISSING + ucirc: 'Latin small letter u with circumflex', // MISSING + uuml: 'Latin small letter u with diaeresis', // MISSING + yacute: 'Latin small letter y with acute accent', // MISSING + thorn: 'Latin small letter thorn', // MISSING + yuml: 'Latin small letter y with diaeresis', // MISSING + OElig: 'Latin capital ligature OE', // MISSING + oelig: 'Latin small ligature oe', // MISSING + '372': 'Latin capital letter W with circumflex', // MISSING + '374': 'Latin capital letter Y with circumflex', // MISSING + '373': 'Latin small letter w with circumflex', // MISSING + '375': 'Latin small letter y with circumflex', // MISSING + sbquo: 'Single low-9 quotation mark', // MISSING + '8219': 'Single high-reversed-9 quotation mark', // MISSING + bdquo: 'Double low-9 quotation mark', // MISSING + hellip: 'Horizontal ellipsis', // MISSING + trade: 'Trade mark sign', // MISSING + '9658': 'Black right-pointing pointer', // MISSING + bull: 'Bullet', // MISSING + rarr: 'Rightwards arrow', // MISSING + rArr: 'Rightwards double arrow', // MISSING + hArr: 'Left right double arrow', // MISSING + diams: 'Black diamond suit', // MISSING + asymp: 'Almost equal to' // MISSING +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/ca.js b/sources/plugins/specialchar/dialogs/lang/ca.js new file mode 100644 index 00000000..bf81f8cb --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/ca.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'ca', { + euro: 'Símbol d\'euro', + lsquo: 'Signe de cometa simple esquerra', + rsquo: 'Signe de cometa simple dreta', + ldquo: 'Signe de cometa doble esquerra', + rdquo: 'Signe de cometa doble dreta', + ndash: 'Guió', + mdash: 'Guió baix', + iexcl: 'Signe d\'exclamació inversa', + cent: 'Símbol de percentatge', + pound: 'Símbol de lliura', + curren: 'Símbol de moneda', + yen: 'Símbol de Yen', + brvbar: 'Barra trencada', + sect: 'Símbol de secció', + uml: 'Dièresi', + copy: 'Símbol de Copyright', + ordf: 'Indicador ordinal femení', + laquo: 'Signe de cometes angulars esquerra', + not: 'Símbol de negació', + reg: 'Símbol registrat', + macr: 'Macron', + deg: 'Símbol de grau', + sup2: 'Superíndex dos', + sup3: 'Superíndex tres', + acute: 'Accent agut', + micro: 'Símbol de micro', + para: 'Símbol de calderó', + middot: 'Punt volat', + cedil: 'Ce trencada', + sup1: 'Superíndex u', + ordm: 'Indicador ordinal masculí', + raquo: 'Signe de cometes angulars dreta', + frac14: 'Fracció vulgar un quart', + frac12: 'Fracció vulgar una meitat', + frac34: 'Fracció vulgar tres quarts', + iquest: 'Símbol d\'interrogació invertit', + Agrave: 'Lletra majúscula llatina A amb accent greu', + Aacute: 'Lletra majúscula llatina A amb accent agut', + Acirc: 'Lletra majúscula llatina A amb circumflex', + Atilde: 'Lletra majúscula llatina A amb titlla', + Auml: 'Lletra majúscula llatina A amb dièresi', + Aring: 'Lletra majúscula llatina A amb anell superior', + AElig: 'Lletra majúscula llatina Æ', + Ccedil: 'Lletra majúscula llatina C amb ce trencada', + Egrave: 'Lletra majúscula llatina E amb accent greu', + Eacute: 'Lletra majúscula llatina E amb accent agut', + Ecirc: 'Lletra majúscula llatina E amb circumflex', + Euml: 'Lletra majúscula llatina E amb dièresi', + Igrave: 'Lletra majúscula llatina I amb accent greu', + Iacute: 'Lletra majúscula llatina I amb accent agut', + Icirc: 'Lletra majúscula llatina I amb circumflex', + Iuml: 'Lletra majúscula llatina I amb dièresi', + ETH: 'Lletra majúscula llatina Eth', + Ntilde: 'Lletra majúscula llatina N amb titlla', + Ograve: 'Lletra majúscula llatina O amb accent greu', + Oacute: 'Lletra majúscula llatina O amb accent agut', + Ocirc: 'Lletra majúscula llatina O amb circumflex', + Otilde: 'Lletra majúscula llatina O amb titlla', + Ouml: 'Lletra majúscula llatina O amb dièresi', + times: 'Símbol de multiplicació', + Oslash: 'Lletra majúscula llatina O amb barra', + Ugrave: 'Lletra majúscula llatina U amb accent greu', + Uacute: 'Lletra majúscula llatina U amb accent agut', + Ucirc: 'Lletra majúscula llatina U amb circumflex', + Uuml: 'Lletra majúscula llatina U amb dièresi', + Yacute: 'Lletra majúscula llatina Y amb accent agut', + THORN: 'Lletra majúscula llatina Thorn', + szlig: 'Lletra minúscula llatina sharp s', + agrave: 'Lletra minúscula llatina a amb accent greu', + aacute: 'Lletra minúscula llatina a amb accent agut', + acirc: 'Lletra minúscula llatina a amb circumflex', + atilde: 'Lletra minúscula llatina a amb titlla', + auml: 'Lletra minúscula llatina a amb dièresi', + aring: 'Lletra minúscula llatina a amb anell superior', + aelig: 'Lletra minúscula llatina æ', + ccedil: 'Lletra minúscula llatina c amb ce trencada', + egrave: 'Lletra minúscula llatina e amb accent greu', + eacute: 'Lletra minúscula llatina e amb accent agut', + ecirc: 'Lletra minúscula llatina e amb circumflex', + euml: 'Lletra minúscula llatina e amb dièresi', + igrave: 'Lletra minúscula llatina i amb accent greu', + iacute: 'Lletra minúscula llatina i amb accent agut', + icirc: 'Lletra minúscula llatina i amb circumflex', + iuml: 'Lletra minúscula llatina i amb dièresi', + eth: 'Lletra minúscula llatina eth', + ntilde: 'Lletra minúscula llatina n amb titlla', + ograve: 'Lletra minúscula llatina o amb accent greu', + oacute: 'Lletra minúscula llatina o amb accent agut', + ocirc: 'Lletra minúscula llatina o amb circumflex', + otilde: 'Lletra minúscula llatina o amb titlla', + ouml: 'Lletra minúscula llatina o amb dièresi', + divide: 'Símbol de divisió', + oslash: 'Lletra minúscula llatina o amb barra', + ugrave: 'Lletra minúscula llatina u amb accent greu', + uacute: 'Lletra minúscula llatina u amb accent agut', + ucirc: 'Lletra minúscula llatina u amb circumflex', + uuml: 'Lletra minúscula llatina u amb dièresi', + yacute: 'Lletra minúscula llatina y amb accent agut', + thorn: 'Lletra minúscula llatina thorn', + yuml: 'Lletra minúscula llatina y amb dièresi', + OElig: 'Lligadura majúscula llatina OE', + oelig: 'Lligadura minúscula llatina oe', + '372': 'Lletra majúscula llatina W amb circumflex', + '374': 'Lletra majúscula llatina Y amb circumflex', + '373': 'Lletra minúscula llatina w amb circumflex', + '375': 'Lletra minúscula llatina y amb circumflex', + sbquo: 'Signe de cita simple baixa-9', + '8219': 'Signe de cita simple alta-invertida-9', + bdquo: 'Signe de cita doble baixa-9', + hellip: 'Punts suspensius', + trade: 'Símbol de marca registrada', + '9658': 'Punter negre apuntant cap a la dreta', + bull: 'Vinyeta', + rarr: 'Fletxa cap a la dreta', + rArr: 'Doble fletxa cap a la dreta', + hArr: 'Doble fletxa esquerra dreta', + diams: 'Vestit negre diamant', + asymp: 'Gairebé igual a' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/cs.js b/sources/plugins/specialchar/dialogs/lang/cs.js new file mode 100644 index 00000000..8e859d56 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/cs.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'cs', { + euro: 'Znak eura', + lsquo: 'Počáteční uvozovka jednoduchá', + rsquo: 'Koncová uvozovka jednoduchá', + ldquo: 'Počáteční uvozovka dvojitá', + rdquo: 'Koncová uvozovka dvojitá', + ndash: 'En pomlčka', + mdash: 'Em pomlčka', + iexcl: 'Obrácený vykřičník', + cent: 'Znak centu', + pound: 'Znak libry', + curren: 'Znak měny', + yen: 'Znak jenu', + brvbar: 'Přerušená svislá čára', + sect: 'Znak oddílu', + uml: 'Přehláska', + copy: 'Znak copyrightu', + ordf: 'Ženský indikátor rodu', + laquo: 'Znak dvojitých lomených uvozovek vlevo', + not: 'Logistický zápor', + reg: 'Znak registrace', + macr: 'Pomlčka nad', + deg: 'Znak stupně', + sup2: 'Dvojka jako horní index', + sup3: 'Trojka jako horní index', + acute: 'Čárka nad vpravo', + micro: 'Znak mikro', + para: 'Znak odstavce', + middot: 'Tečka uprostřed', + cedil: 'Ocásek vlevo', + sup1: 'Jednička jako horní index', + ordm: 'Mužský indikátor rodu', + raquo: 'Znak dvojitých lomených uvozovek vpravo', + frac14: 'Obyčejný zlomek jedna čtvrtina', + frac12: 'Obyčejný zlomek jedna polovina', + frac34: 'Obyčejný zlomek tři čtvrtiny', + iquest: 'Znak obráceného otazníku', + Agrave: 'Velké písmeno latinky A s čárkou nad vlevo', + Aacute: 'Velké písmeno latinky A s čárkou nad vpravo', + Acirc: 'Velké písmeno latinky A s vokáněm', + Atilde: 'Velké písmeno latinky A s tildou', + Auml: 'Velké písmeno latinky A s dvěma tečkami', + Aring: 'Velké písmeno latinky A s kroužkem nad', + AElig: 'Velké písmeno latinky Ae', + Ccedil: 'Velké písmeno latinky C s ocáskem vlevo', + Egrave: 'Velké písmeno latinky E s čárkou nad vlevo', + Eacute: 'Velké písmeno latinky E s čárkou nad vpravo', + Ecirc: 'Velké písmeno latinky E s vokáněm', + Euml: 'Velké písmeno latinky E s dvěma tečkami', + Igrave: 'Velké písmeno latinky I s čárkou nad vlevo', + Iacute: 'Velké písmeno latinky I s čárkou nad vpravo', + Icirc: 'Velké písmeno latinky I s vokáněm', + Iuml: 'Velké písmeno latinky I s dvěma tečkami', + ETH: 'Velké písmeno latinky Eth', + Ntilde: 'Velké písmeno latinky N s tildou', + Ograve: 'Velké písmeno latinky O s čárkou nad vlevo', + Oacute: 'Velké písmeno latinky O s čárkou nad vpravo', + Ocirc: 'Velké písmeno latinky O s vokáněm', + Otilde: 'Velké písmeno latinky O s tildou', + Ouml: 'Velké písmeno latinky O s dvěma tečkami', + times: 'Znak násobení', + Oslash: 'Velké písmeno latinky O přeškrtnuté', + Ugrave: 'Velké písmeno latinky U s čárkou nad vlevo', + Uacute: 'Velké písmeno latinky U s čárkou nad vpravo', + Ucirc: 'Velké písmeno latinky U s vokáněm', + Uuml: 'Velké písmeno latinky U s dvěma tečkami', + Yacute: 'Velké písmeno latinky Y s čárkou nad vpravo', + THORN: 'Velké písmeno latinky Thorn', + szlig: 'Malé písmeno latinky ostré s', + agrave: 'Malé písmeno latinky a s čárkou nad vlevo', + aacute: 'Malé písmeno latinky a s čárkou nad vpravo', + acirc: 'Malé písmeno latinky a s vokáněm', + atilde: 'Malé písmeno latinky a s tildou', + auml: 'Malé písmeno latinky a s dvěma tečkami', + aring: 'Malé písmeno latinky a s kroužkem nad', + aelig: 'Malé písmeno latinky ae', + ccedil: 'Malé písmeno latinky c s ocáskem vlevo', + egrave: 'Malé písmeno latinky e s čárkou nad vlevo', + eacute: 'Malé písmeno latinky e s čárkou nad vpravo', + ecirc: 'Malé písmeno latinky e s vokáněm', + euml: 'Malé písmeno latinky e s dvěma tečkami', + igrave: 'Malé písmeno latinky i s čárkou nad vlevo', + iacute: 'Malé písmeno latinky i s čárkou nad vpravo', + icirc: 'Malé písmeno latinky i s vokáněm', + iuml: 'Malé písmeno latinky i s dvěma tečkami', + eth: 'Malé písmeno latinky eth', + ntilde: 'Malé písmeno latinky n s tildou', + ograve: 'Malé písmeno latinky o s čárkou nad vlevo', + oacute: 'Malé písmeno latinky o s čárkou nad vpravo', + ocirc: 'Malé písmeno latinky o s vokáněm', + otilde: 'Malé písmeno latinky o s tildou', + ouml: 'Malé písmeno latinky o s dvěma tečkami', + divide: 'Znak dělení', + oslash: 'Malé písmeno latinky o přeškrtnuté', + ugrave: 'Malé písmeno latinky u s čárkou nad vlevo', + uacute: 'Malé písmeno latinky u s čárkou nad vpravo', + ucirc: 'Malé písmeno latinky u s vokáněm', + uuml: 'Malé písmeno latinky u s dvěma tečkami', + yacute: 'Malé písmeno latinky y s čárkou nad vpravo', + thorn: 'Malé písmeno latinky thorn', + yuml: 'Malé písmeno latinky y s dvěma tečkami', + OElig: 'Velká ligatura latinky OE', + oelig: 'Malá ligatura latinky OE', + '372': 'Velké písmeno latinky W s vokáněm', + '374': 'Velké písmeno latinky Y s vokáněm', + '373': 'Malé písmeno latinky w s vokáněm', + '375': 'Malé písmeno latinky y s vokáněm', + sbquo: 'Dolní 9 uvozovka jednoduchá', + '8219': 'Horní obrácená 9 uvozovka jednoduchá', + bdquo: 'Dolní 9 uvozovka dvojitá', + hellip: 'Trojtečkový úvod', + trade: 'Obchodní značka', + '9658': 'Černý ukazatel směřující vpravo', + bull: 'Kolečko', + rarr: 'Šipka vpravo', + rArr: 'Dvojitá šipka vpravo', + hArr: 'Dvojitá šipka vlevo a vpravo', + diams: 'Černé piky', + asymp: 'Téměř se rovná' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/cy.js b/sources/plugins/specialchar/dialogs/lang/cy.js new file mode 100644 index 00000000..855e582d --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/cy.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'cy', { + euro: 'Arwydd yr Ewro', + lsquo: 'Dyfynnod chwith unigol', + rsquo: 'Dyfynnod dde unigol', + ldquo: 'Dyfynnod chwith dwbl', + rdquo: 'Dyfynnod dde dwbl', + ndash: 'Cysylltnod en', + mdash: 'Cysylltnod em', + iexcl: 'Ebychnod gwrthdro', + cent: 'Arwydd sent', + pound: 'Arwydd punt', + curren: 'Arwydd arian cyfred', + yen: 'Arwydd yen', + brvbar: 'Bar toriedig', + sect: 'Arwydd adran', + uml: 'Didolnod', + copy: 'Arwydd hawlfraint', + ordf: 'Dangosydd benywaidd', + laquo: 'Dyfynnod dwbl ar ongl i\'r chwith', + not: 'Arwydd Nid', + reg: 'Arwydd cofrestredig', + macr: 'Macron', + deg: 'Arwydd gradd', + sup2: 'Dau uwchsgript', + sup3: 'Tri uwchsgript', + acute: 'Acen ddyrchafedig', + micro: 'Arwydd micro', + para: 'Arwydd pilcrow', + middot: 'Dot canol', + cedil: 'Sedila', + sup1: 'Un uwchsgript', + ordm: 'Dangosydd gwrywaidd', + raquo: 'Dyfynnod dwbl ar ongl i\'r dde', + frac14: 'Ffracsiwn cyffredin un cwarter', + frac12: 'Ffracsiwn cyffredin un hanner', + frac34: 'Ffracsiwn cyffredin tri chwarter', + iquest: 'Marc cwestiwn gwrthdroëdig', + Agrave: 'Priflythyren A Lladinaidd gydag acen ddisgynedig', + Aacute: 'Priflythyren A Lladinaidd gydag acen ddyrchafedig', + Acirc: 'Priflythyren A Lladinaidd gydag acen grom', + Atilde: 'Priflythyren A Lladinaidd gyda thild', + Auml: 'Priflythyren A Lladinaidd gyda didolnod', + Aring: 'Priflythyren A Lladinaidd gyda chylch uwchben', + AElig: 'Priflythyren Æ Lladinaidd', + Ccedil: 'Priflythyren C Lladinaidd gyda sedila', + Egrave: 'Priflythyren E Lladinaidd gydag acen ddisgynedig', + Eacute: 'Priflythyren E Lladinaidd gydag acen ddyrchafedig', + Ecirc: 'Priflythyren E Lladinaidd gydag acen grom', + Euml: 'Priflythyren E Lladinaidd gyda didolnod', + Igrave: 'Priflythyren I Lladinaidd gydag acen ddisgynedig', + Iacute: 'Priflythyren I Lladinaidd gydag acen ddyrchafedig', + Icirc: 'Priflythyren I Lladinaidd gydag acen grom', + Iuml: 'Priflythyren I Lladinaidd gyda didolnod', + ETH: 'Priflythyren Eth', + Ntilde: 'Priflythyren N Lladinaidd gyda thild', + Ograve: 'Priflythyren O Lladinaidd gydag acen ddisgynedig', + Oacute: 'Priflythyren O Lladinaidd gydag acen ddyrchafedig', + Ocirc: 'Priflythyren O Lladinaidd gydag acen grom', + Otilde: 'Priflythyren O Lladinaidd gyda thild', + Ouml: 'Priflythyren O Lladinaidd gyda didolnod', + times: 'Arwydd lluosi', + Oslash: 'Priflythyren O Lladinaidd gyda strôc', + Ugrave: 'Priflythyren U Lladinaidd gydag acen ddisgynedig', + Uacute: 'Priflythyren U Lladinaidd gydag acen ddyrchafedig', + Ucirc: 'Priflythyren U Lladinaidd gydag acen grom', + Uuml: 'Priflythyren U Lladinaidd gyda didolnod', + Yacute: 'Priflythyren Y Lladinaidd gydag acen ddyrchafedig', + THORN: 'Priflythyren Thorn', + szlig: 'Llythyren s fach Lladinaidd siarp ', + agrave: 'Llythyren a fach Lladinaidd gydag acen ddisgynedig', + aacute: 'Llythyren a fach Lladinaidd gydag acen ddyrchafedig', + acirc: 'Llythyren a fach Lladinaidd gydag acen grom', + atilde: 'Llythyren a fach Lladinaidd gyda thild', + auml: 'Llythyren a fach Lladinaidd gyda didolnod', + aring: 'Llythyren a fach Lladinaidd gyda chylch uwchben', + aelig: 'Llythyren æ fach Lladinaidd', + ccedil: 'Llythyren c fach Lladinaidd gyda sedila', + egrave: 'Llythyren e fach Lladinaidd gydag acen ddisgynedig', + eacute: 'Llythyren e fach Lladinaidd gydag acen ddyrchafedig', + ecirc: 'Llythyren e fach Lladinaidd gydag acen grom', + euml: 'Llythyren e fach Lladinaidd gyda didolnod', + igrave: 'Llythyren i fach Lladinaidd gydag acen ddisgynedig', + iacute: 'Llythyren i fach Lladinaidd gydag acen ddyrchafedig', + icirc: 'Llythyren i fach Lladinaidd gydag acen grom', + iuml: 'Llythyren i fach Lladinaidd gyda didolnod', + eth: 'Llythyren eth fach', + ntilde: 'Llythyren n fach Lladinaidd gyda thild', + ograve: 'Llythyren o fach Lladinaidd gydag acen ddisgynedig', + oacute: 'Llythyren o fach Lladinaidd gydag acen ddyrchafedig', + ocirc: 'Llythyren o fach Lladinaidd gydag acen grom', + otilde: 'Llythyren o fach Lladinaidd gyda thild', + ouml: 'Llythyren o fach Lladinaidd gyda didolnod', + divide: 'Arwydd rhannu', + oslash: 'Llythyren o fach Lladinaidd gyda strôc', + ugrave: 'Llythyren u fach Lladinaidd gydag acen ddisgynedig', + uacute: 'Llythyren u fach Lladinaidd gydag acen ddyrchafedig', + ucirc: 'Llythyren u fach Lladinaidd gydag acen grom', + uuml: 'Llythyren u fach Lladinaidd gyda didolnod', + yacute: 'Llythyren y fach Lladinaidd gydag acen ddisgynedig', + thorn: 'Llythyren o fach Lladinaidd gyda strôc', + yuml: 'Llythyren y fach Lladinaidd gyda didolnod', + OElig: 'Priflythyren cwlwm OE Lladinaidd ', + oelig: 'Priflythyren cwlwm oe Lladinaidd ', + '372': 'Priflythyren W gydag acen grom', + '374': 'Priflythyren Y gydag acen grom', + '373': 'Llythyren w fach gydag acen grom', + '375': 'Llythyren y fach gydag acen grom', + sbquo: 'Dyfynnod sengl 9-isel', + '8219': 'Dyfynnod sengl 9-uchel cildro', + bdquo: 'Dyfynnod dwbl 9-isel', + hellip: 'Coll geiriau llorweddol', + trade: 'Arwydd marc masnachol', + '9658': 'Pwyntydd du i\'r dde', + bull: 'Bwled', + rarr: 'Saeth i\'r dde', + rArr: 'Saeth ddwbl i\'r dde', + hArr: 'Saeth ddwbl i\'r chwith', + diams: 'Siwt diemwnt du', + asymp: 'Bron yn hafal iddo' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/da.js b/sources/plugins/specialchar/dialogs/lang/da.js new file mode 100644 index 00000000..135a3056 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/da.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'da', { + euro: 'Euro-tegn', + lsquo: 'Venstre enkelt anførselstegn', + rsquo: 'Højre enkelt anførselstegn', + ldquo: 'Venstre dobbelt anførselstegn', + rdquo: 'Højre dobbelt anførselstegn', + ndash: 'Bindestreg', + mdash: 'Tankestreg', + iexcl: 'Omvendt udråbstegn', + cent: 'Cent-tegn', + pound: 'Pund-tegn', + curren: 'Kurs-tegn', + yen: 'Yen-tegn', + brvbar: 'Brudt streg', + sect: 'Paragraftegn', + uml: 'Umlaut', + copy: 'Copyright-tegn', + ordf: 'Feminin ordinal indikator', + laquo: 'Venstre dobbel citations-vinkel', + not: 'Negation', + reg: 'Registreret varemærke tegn', + macr: 'Macron', + deg: 'Grad-tegn', + sup2: 'Superscript to', + sup3: 'Superscript tre', + acute: 'Prim-tegn', + micro: 'Mikro-tegn', + para: 'Pilcrow-tegn', + middot: 'Punkt-tegn', + cedil: 'Cedille', + sup1: 'Superscript et', + ordm: 'Maskulin ordinal indikator', + raquo: 'Højre dobbel citations-vinkel', + frac14: 'En fjerdedel', + frac12: 'En halv', + frac34: 'En tredjedel', + iquest: 'Omvendt udråbstegn', + Agrave: 'Stort A med accent grave', + Aacute: 'Stort A med accent aigu', + Acirc: 'Stort A med cirkumfleks', + Atilde: 'Stort A med tilde', + Auml: 'Stort A med umlaut', + Aring: 'Stort Å', + AElig: 'Stort Æ', + Ccedil: 'Stort C med cedille', + Egrave: 'Stort E med accent grave', + Eacute: 'Stort E med accent aigu', + Ecirc: 'Stort E med cirkumfleks', + Euml: 'Stort E med umlaut', + Igrave: 'Stort I med accent grave', + Iacute: 'Stort I med accent aigu', + Icirc: 'Stort I med cirkumfleks', + Iuml: 'Stort I med umlaut', + ETH: 'Stort Ð (edd)', + Ntilde: 'Stort N med tilde', + Ograve: 'Stort O med accent grave', + Oacute: 'Stort O med accent aigu', + Ocirc: 'Stort O med cirkumfleks', + Otilde: 'Stort O med tilde', + Ouml: 'Stort O med umlaut', + times: 'Gange-tegn', + Oslash: 'Stort Ø', + Ugrave: 'Stort U med accent grave', + Uacute: 'Stort U med accent aigu', + Ucirc: 'Stort U med cirkumfleks', + Uuml: 'Stort U med umlaut', + Yacute: 'Stort Y med accent aigu', + THORN: 'Stort Thorn', + szlig: 'Lille eszett', + agrave: 'Lille a med accent grave', + aacute: 'Lille a med accent aigu', + acirc: 'Lille a med cirkumfleks', + atilde: 'Lille a med tilde', + auml: 'Lille a med umlaut', + aring: 'Lilla å', + aelig: 'Lille æ', + ccedil: 'Lille c med cedille', + egrave: 'Lille e med accent grave', + eacute: 'Lille e med accent aigu', + ecirc: 'Lille e med cirkumfleks', + euml: 'Lille e med umlaut', + igrave: 'Lille i med accent grave', + iacute: 'Lille i med accent aigu', + icirc: 'Lille i med cirkumfleks', + iuml: 'Lille i med umlaut', + eth: 'Lille ð (edd)', + ntilde: 'Lille n med tilde', + ograve: 'Lille o med accent grave', + oacute: 'Lille o med accent aigu', + ocirc: 'Lille o med cirkumfleks', + otilde: 'Lille o med tilde', + ouml: 'Lille o med umlaut', + divide: 'Divisions-tegn', + oslash: 'Lille ø', + ugrave: 'Lille u med accent grave', + uacute: 'Lille u med accent aigu', + ucirc: 'Lille u med cirkumfleks', + uuml: 'Lille u med umlaut', + yacute: 'Lille y med accent aigu', + thorn: 'Lille thorn', + yuml: 'Lille y med umlaut', + OElig: 'Stort Æ', + oelig: 'Lille æ', + '372': 'Stort W med cirkumfleks', + '374': 'Stort Y med cirkumfleks', + '373': 'Lille w med cirkumfleks', + '375': 'Lille y med cirkumfleks', + sbquo: 'Lavt enkelt 9-komma citationstegn', + '8219': 'Højt enkelt 9-komma citationstegn', + bdquo: 'Dobbelt 9-komma citationstegn', + hellip: 'Tre horizontale prikker', + trade: 'Varemærke-tegn', + '9658': 'Sort højre pil', + bull: 'Punkt', + rarr: 'Højre pil', + rArr: 'Højre dobbelt pil', + hArr: 'Venstre højre dobbelt pil', + diams: 'Sort diamant', + asymp: 'Næsten lig med' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/de.js b/sources/plugins/specialchar/dialogs/lang/de.js new file mode 100644 index 00000000..0225feda --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/de.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'de', { + euro: 'Euro Zeichen', + lsquo: 'Hochkomma links', + rsquo: 'Hochkomma rechts', + ldquo: 'Anführungszeichen links', + rdquo: 'Anführungszeichen rechts', + ndash: 'Kleiner Strich', + mdash: 'Mittlerer Strich', + iexcl: 'Invertiertes Ausrufezeichen', + cent: 'Cent-Zeichen', + pound: 'Pfund-Zeichen', + curren: 'Währungszeichen', + yen: 'Yen', + brvbar: 'Gestrichelte Linie', + sect: 'Paragrafenzeichen', + uml: 'Diäresis', + copy: 'Copyright-Zeichen', + ordf: 'Feminine ordinal Anzeige', + laquo: 'Nach links zeigenden Doppel-Winkel Anführungszeichen', + not: 'Not-Zeichen', + reg: 'Registriert-Zeichen', + macr: 'Längezeichen', + deg: 'Grad-Zeichen', + sup2: 'Hoch 2', + sup3: 'Hoch 3', + acute: 'Akzentzeichen ', + micro: 'Mikro-Zeichen', + para: 'Pilcrow-Zeichen', + middot: 'Mittelpunkt', + cedil: 'Cedilla', + sup1: 'Hoch 1', + ordm: 'Männliche Ordnungszahl Anzeige', + raquo: 'Nach rechts zeigenden Doppel-Winkel Anführungszeichen', + frac14: 'ein Viertel', + frac12: 'Hälfte', + frac34: 'Dreiviertel', + iquest: 'Umgekehrtes Fragezeichen', + Agrave: 'Lateinischer Buchstabe A mit AkzentGrave', + Aacute: 'Lateinischer Buchstabe A mit Akutakzent', + Acirc: 'Lateinischer Buchstabe A mit Zirkumflex', + Atilde: 'Lateinischer Buchstabe A mit Tilde', + Auml: 'Lateinischer Buchstabe A mit Trema', + Aring: 'Lateinischer Buchstabe A mit Ring oben', + AElig: 'Lateinischer Buchstabe Æ', + Ccedil: 'Lateinischer Buchstabe C mit Cedille', + Egrave: 'Lateinischer Buchstabe E mit AkzentGrave', + Eacute: 'Lateinischer Buchstabe E mit Akutakzent', + Ecirc: 'Lateinischer Buchstabe E mit Zirkumflex', + Euml: 'Lateinischer Buchstabe E Trema', + Igrave: 'Lateinischer Buchstabe I mit AkzentGrave', + Iacute: 'Lateinischer Buchstabe I mit Akutakzent', + Icirc: 'Lateinischer Buchstabe I mit Zirkumflex', + Iuml: 'Lateinischer Buchstabe I mit Trema', + ETH: 'Lateinischer Buchstabe Eth', + Ntilde: 'Lateinischer Buchstabe N mit Tilde', + Ograve: 'Lateinischer Buchstabe O mit AkzentGrave', + Oacute: 'Lateinischer Buchstabe O mit Akutakzent', + Ocirc: 'Lateinischer Buchstabe O mit Zirkumflex', + Otilde: 'Lateinischer Buchstabe O mit Tilde', + Ouml: 'Lateinischer Buchstabe O mit Trema', + times: 'Multiplikation', + Oslash: 'Lateinischer Buchstabe O durchgestrichen', + Ugrave: 'Lateinischer Buchstabe U mit Akzentgrave', + Uacute: 'Lateinischer Buchstabe U mit Akutakzent', + Ucirc: 'Lateinischer Buchstabe U mit Zirkumflex', + Uuml: 'Lateinischer Buchstabe a mit Trema', + Yacute: 'Lateinischer Buchstabe a mit Akzent', + THORN: 'Lateinischer Buchstabe mit Dorn', + szlig: 'Kleiner lateinischer Buchstabe scharfe s', + agrave: 'Kleiner lateinischer Buchstabe a mit Accent grave', + aacute: 'Kleiner lateinischer Buchstabe a mit Akut', + acirc: 'Lateinischer Buchstabe a mit Zirkumflex', + atilde: 'Lateinischer Buchstabe a mit Tilde', + auml: 'Kleiner lateinischer Buchstabe a mit Trema', + aring: 'Kleiner lateinischer Buchstabe a mit Ring oben', + aelig: 'Lateinischer Buchstabe æ', + ccedil: 'Kleiner lateinischer Buchstabe c mit Cedille', + egrave: 'Kleiner lateinischer Buchstabe e mit Accent grave', + eacute: 'Kleiner lateinischer Buchstabe e mit Akut', + ecirc: 'Kleiner lateinischer Buchstabe e mit Zirkumflex', + euml: 'Kleiner lateinischer Buchstabe e mit Trema', + igrave: 'Kleiner lateinischer Buchstabe i mit AkzentGrave', + iacute: 'Kleiner lateinischer Buchstabe i mit Akzent', + icirc: 'Kleiner lateinischer Buchstabe i mit Zirkumflex', + iuml: 'Kleiner lateinischer Buchstabe i mit Trema', + eth: 'Kleiner lateinischer Buchstabe eth', + ntilde: 'Kleiner lateinischer Buchstabe n mit Tilde', + ograve: 'Kleiner lateinischer Buchstabe o mit Accent grave', + oacute: 'Kleiner lateinischer Buchstabe o mit Akzent', + ocirc: 'Kleiner lateinischer Buchstabe o mit Zirkumflex', + otilde: 'Lateinischer Buchstabe i mit Tilde', + ouml: 'Kleiner lateinischer Buchstabe o mit Trema', + divide: 'Divisionszeichen', + oslash: 'Kleiner lateinischer Buchstabe o durchgestrichen', + ugrave: 'Kleiner lateinischer Buchstabe u mit Accent grave', + uacute: 'Kleiner lateinischer Buchstabe u mit Akut', + ucirc: 'Kleiner lateinischer Buchstabe u mit Zirkumflex', + uuml: 'Kleiner lateinischer Buchstabe u mit Trema', + yacute: 'Kleiner lateinischer Buchstabe y mit Akut', + thorn: 'Kleiner lateinischer Buchstabe Dorn', + yuml: 'Kleiner lateinischer Buchstabe y mit Trema', + OElig: 'Lateinischer Buchstabe Ligatur OE', + oelig: 'Kleiner lateinischer Buchstabe Ligatur OE', + '372': 'Lateinischer Buchstabe W mit Zirkumflex', + '374': 'Lateinischer Buchstabe Y mit Zirkumflex', + '373': 'Kleiner lateinischer Buchstabe w mit Zirkumflex', + '375': 'Kleiner lateinischer Buchstabe y mit Zirkumflex', + sbquo: 'Tiefergestelltes Komma', + '8219': 'Rumgedrehtes Komma', + bdquo: 'Doppeltes Anführungszeichen unten', + hellip: 'horizontale Auslassungspunkte', + trade: 'Handelszeichen', + '9658': 'Dreickspfeil rechts', + bull: 'Bullet', + rarr: 'Pfeil rechts', + rArr: 'Doppelpfeil rechts', + hArr: 'Doppelpfeil links', + diams: 'Karo', + asymp: 'Ungefähr' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/el.js b/sources/plugins/specialchar/dialogs/lang/el.js new file mode 100644 index 00000000..b47660da --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/el.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'el', { + euro: 'Σύμβολο Ευρώ', + lsquo: 'Αριστερός χαρακτήρας μονού εισαγωγικού', + rsquo: 'Δεξιός χαρακτήρας μονού εισαγωγικού', + ldquo: 'Αριστερός χαρακτήρας ευθύγραμμων εισαγωγικών', + rdquo: 'Δεξιός χαρακτήρας ευθύγραμμων εισαγωγικών', + ndash: 'Παύλα en', + mdash: 'Παύλα em', + iexcl: 'Ανάποδο θαυμαστικό', + cent: 'Σύμβολο σεντ', + pound: 'Σύμβολο λίρας', + curren: 'Σύμβολο συναλλαγματικής μονάδας', + yen: 'Σύμβολο Γιεν', + brvbar: 'Σπασμένη μπάρα', + sect: 'Σύμβολο τμήματος', + uml: 'Διαίρεση', + copy: 'Σύμβολο πνευματικών δικαιωμάτων', + ordf: 'Θηλυκός τακτικός δείκτης', + laquo: 'Γωνιώδη εισαγωγικά αριστερής κατάδειξης', + not: 'Σύμβολο άρνησης', + reg: 'Σύμβολο σημάτων κατατεθέν', + macr: 'Μακρόν', + deg: 'Σύμβολο βαθμού', + sup2: 'Εκτεθειμένο δύο', + sup3: 'Εκτεθειμένο τρία', + acute: 'Οξεία', + micro: 'Σύμβολο μικρού', + para: 'Σύμβολο παραγράφου', + middot: 'Μέση τελεία', + cedil: 'Υπογεγραμμένη', + sup1: 'Εκτεθειμένο ένα', + ordm: 'Αρσενικός τακτικός δείκτης', + raquo: 'Γωνιώδη εισαγωγικά δεξιάς κατάδειξης', + frac14: 'Γνήσιο κλάσμα ενός τετάρτου', + frac12: 'Γνήσιο κλάσμα ενός δεύτερου', + frac34: 'Γνήσιο κλάσμα τριών τετάρτων', + iquest: 'Ανάποδο θαυμαστικό', + Agrave: 'Λατινικό κεφαλαίο γράμμα A με βαρεία', + Aacute: 'Λατινικό κεφαλαίο γράμμα A με οξεία', + Acirc: 'Λατινικό κεφαλαίο γράμμα A με περισπωμένη', + Atilde: 'Λατινικό κεφαλαίο γράμμα A με περισπωμένη', + Auml: 'Λατινικό κεφαλαίο γράμμα A με διαλυτικά', + Aring: 'Λατινικό κεφαλαίο γράμμα A με δακτύλιο επάνω', + AElig: 'Λατινικό κεφαλαίο γράμμα Æ', + Ccedil: 'Λατινικό κεφαλαίο γράμμα C με υπογεγραμμένη', + Egrave: 'Λατινικό κεφαλαίο γράμμα E με βαρεία', + Eacute: 'Λατινικό κεφαλαίο γράμμα E με οξεία', + Ecirc: 'Λατινικό κεφαλαίο γράμμα Ε με περισπωμένη ', + Euml: 'Λατινικό κεφαλαίο γράμμα Ε με διαλυτικά', + Igrave: 'Λατινικό κεφαλαίο γράμμα I με βαρεία', + Iacute: 'Λατινικό κεφαλαίο γράμμα I με οξεία', + Icirc: 'Λατινικό κεφαλαίο γράμμα I με περισπωμένη', + Iuml: 'Λατινικό κεφαλαίο γράμμα I με διαλυτικά ', + ETH: 'Λατινικό κεφαλαίο γράμμα Eth', + Ntilde: 'Λατινικό κεφαλαίο γράμμα N με περισπωμένη', + Ograve: 'Λατινικό κεφαλαίο γράμμα O με βαρεία', + Oacute: 'Λατινικό κεφαλαίο γράμμα O με οξεία', + Ocirc: 'Λατινικό κεφαλαίο γράμμα O με περισπωμένη ', + Otilde: 'Λατινικό κεφαλαίο γράμμα O με περισπωμένη', + Ouml: 'Λατινικό κεφαλαίο γράμμα O με διαλυτικά', + times: 'Σύμβολο πολλαπλασιασμού', + Oslash: 'Λατινικό κεφαλαίο γράμμα O με μολυβιά', + Ugrave: 'Λατινικό κεφαλαίο γράμμα U με βαρεία', + Uacute: 'Λατινικό κεφαλαίο γράμμα U με οξεία', + Ucirc: 'Λατινικό κεφαλαίο γράμμα U με περισπωμένη', + Uuml: 'Λατινικό κεφαλαίο γράμμα U με διαλυτικά', + Yacute: 'Λατινικό κεφαλαίο γράμμα Y με οξεία', + THORN: 'Λατινικό κεφαλαίο γράμμα Thorn', + szlig: 'Λατινικό μικρό γράμμα απότομο s', + agrave: 'Λατινικό μικρό γράμμα a με βαρεία', + aacute: 'Λατινικό μικρό γράμμα a με οξεία', + acirc: 'Λατινικό μικρό γράμμα a με περισπωμένη', + atilde: 'Λατινικό μικρό γράμμα a με περισπωμένη', + auml: 'Λατινικό μικρό γράμμα a με διαλυτικά', + aring: 'Λατινικό μικρό γράμμα a με δακτύλιο πάνω', + aelig: 'Λατινικό μικρό γράμμα æ', + ccedil: 'Λατινικό μικρό γράμμα c με υπογεγραμμένη', + egrave: 'Λατινικό μικρό γράμμα ε με βαρεία', + eacute: 'Λατινικό μικρό γράμμα e με οξεία', + ecirc: 'Λατινικό μικρό γράμμα e με περισπωμένη', + euml: 'Λατινικό μικρό γράμμα e με διαλυτικά', + igrave: 'Λατινικό μικρό γράμμα i με βαρεία', + iacute: 'Λατινικό μικρό γράμμα i με οξεία', + icirc: 'Λατινικό μικρό γράμμα i με περισπωμένη', + iuml: 'Λατινικό μικρό γράμμα i με διαλυτικά', + eth: 'Λατινικό μικρό γράμμα eth', + ntilde: 'Λατινικό μικρό γράμμα n με περισπωμένη', + ograve: 'Λατινικό μικρό γράμμα o με βαρεία', + oacute: 'Λατινικό μικρό γράμμα o με οξεία ', + ocirc: 'Λατινικό πεζό γράμμα o με περισπωμένη', + otilde: 'Λατινικό μικρό γράμμα o με περισπωμένη ', + ouml: 'Λατινικό μικρό γράμμα o με διαλυτικά', + divide: 'Σύμβολο διαίρεσης', + oslash: 'Λατινικό μικρό γράμμα o με περισπωμένη', + ugrave: 'Λατινικό μικρό γράμμα u με βαρεία', + uacute: 'Λατινικό μικρό γράμμα u με οξεία', + ucirc: 'Λατινικό μικρό γράμμα u με περισπωμένη', + uuml: 'Λατινικό μικρό γράμμα u με διαλυτικά', + yacute: 'Λατινικό μικρό γράμμα y με οξεία', + thorn: 'Λατινικό μικρό γράμμα thorn', + yuml: 'Λατινικό μικρό γράμμα y με διαλυτικά', + OElig: 'Λατινικό κεφαλαίο σύμπλεγμα ΟΕ', + oelig: 'Λατινικό μικρό σύμπλεγμα oe', + '372': 'Λατινικό κεφαλαίο γράμμα W με περισπωμένη', + '374': 'Λατινικό κεφαλαίο γράμμα Y με περισπωμένη', + '373': 'Λατινικό μικρό γράμμα w με περισπωμένη', + '375': 'Λατινικό μικρό γράμμα y με περισπωμένη', + sbquo: 'Ενιαίο χαμηλο -9 εισαγωγικό ', + '8219': 'Ενιαίο υψηλο ανεστραμμένο-9 εισαγωγικό ', + bdquo: 'Διπλό χαμηλό-9 εισαγωγικό ', + hellip: 'Οριζόντια αποσιωπητικά', + trade: 'Σύμβολο εμπορικού κατατεθέν', + '9658': 'Μαύρος δείκτης που δείχνει προς τα δεξιά', + bull: 'Κουκκίδα', + rarr: 'Δεξί βελάκι', + rArr: 'Διπλό δεξί βελάκι', + hArr: 'Διπλό βελάκι αριστερά-δεξιά', + diams: 'Μαύρο διαμάντι', + asymp: 'Σχεδόν ίσο με' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/en-gb.js b/sources/plugins/specialchar/dialogs/lang/en-gb.js new file mode 100644 index 00000000..9f9cd90f --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/en-gb.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'en-gb', { + euro: 'Euro sign', + lsquo: 'Left single quotation mark', + rsquo: 'Right single quotation mark', + ldquo: 'Left double quotation mark', + rdquo: 'Right double quotation mark', + ndash: 'En dash', + mdash: 'Em dash', + iexcl: 'Inverted exclamation mark', + cent: 'Cent sign', + pound: 'Pound sign', + curren: 'Currency sign', + yen: 'Yen sign', + brvbar: 'Broken bar', + sect: 'Section sign', + uml: 'Diaeresis', + copy: 'Copyright sign', + ordf: 'Feminine ordinal indicator', + laquo: 'Left-pointing double angle quotation mark', + not: 'Not sign', + reg: 'Registered sign', + macr: 'Macron', + deg: 'Degree sign', + sup2: 'Superscript two', + sup3: 'Superscript three', + acute: 'Acute accent', + micro: 'Micro sign', + para: 'Pilcrow sign', + middot: 'Middle dot', + cedil: 'Cedilla', + sup1: 'Superscript one', + ordm: 'Masculine ordinal indicator', + raquo: 'Right-pointing double angle quotation mark', + frac14: 'Vulgar fraction one quarter', + frac12: 'Vulgar fraction one half', + frac34: 'Vulgar fraction three quarters', + iquest: 'Inverted question mark', + Agrave: 'Latin capital letter A with grave accent', + Aacute: 'Latin capital letter A with acute accent', + Acirc: 'Latin capital letter A with circumflex', + Atilde: 'Latin capital letter A with tilde', + Auml: 'Latin capital letter A with diaeresis', + Aring: 'Latin capital letter A with ring above', + AElig: 'Latin Capital letter Æ', + Ccedil: 'Latin capital letter C with cedilla', + Egrave: 'Latin capital letter E with grave accent', + Eacute: 'Latin capital letter E with acute accent', + Ecirc: 'Latin capital letter E with circumflex', + Euml: 'Latin capital letter E with diaeresis', + Igrave: 'Latin capital letter I with grave accent', + Iacute: 'Latin capital letter I with acute accent', + Icirc: 'Latin capital letter I with circumflex', + Iuml: 'Latin capital letter I with diaeresis', + ETH: 'Latin capital letter Eth', + Ntilde: 'Latin capital letter N with tilde', + Ograve: 'Latin capital letter O with grave accent', + Oacute: 'Latin capital letter O with acute accent', + Ocirc: 'Latin capital letter O with circumflex', + Otilde: 'Latin capital letter O with tilde', + Ouml: 'Latin capital letter O with diaeresis', + times: 'Multiplication sign', + Oslash: 'Latin capital letter O with stroke', + Ugrave: 'Latin capital letter U with grave accent', + Uacute: 'Latin capital letter U with acute accent', + Ucirc: 'Latin capital letter U with circumflex', + Uuml: 'Latin capital letter U with diaeresis', + Yacute: 'Latin capital letter Y with acute accent', + THORN: 'Latin capital letter Thorn', + szlig: 'Latin small letter sharp s', + agrave: 'Latin small letter a with grave accent', + aacute: 'Latin small letter a with acute accent', + acirc: 'Latin small letter a with circumflex', + atilde: 'Latin small letter a with tilde', + auml: 'Latin small letter a with diaeresis', + aring: 'Latin small letter a with ring above', + aelig: 'Latin small letter æ', + ccedil: 'Latin small letter c with cedilla', + egrave: 'Latin small letter e with grave accent', + eacute: 'Latin small letter e with acute accent', + ecirc: 'Latin small letter e with circumflex', + euml: 'Latin small letter e with diaeresis', + igrave: 'Latin small letter i with grave accent', + iacute: 'Latin small letter i with acute accent', + icirc: 'Latin small letter i with circumflex', + iuml: 'Latin small letter i with diaeresis', + eth: 'Latin small letter eth', + ntilde: 'Latin small letter n with tilde', + ograve: 'Latin small letter o with grave accent', + oacute: 'Latin small letter o with acute accent', + ocirc: 'Latin small letter o with circumflex', + otilde: 'Latin small letter o with tilde', + ouml: 'Latin small letter o with diaeresis', + divide: 'Division sign', + oslash: 'Latin small letter o with stroke', + ugrave: 'Latin small letter u with grave accent', + uacute: 'Latin small letter u with acute accent', + ucirc: 'Latin small letter u with circumflex', + uuml: 'Latin small letter u with diaeresis', + yacute: 'Latin small letter y with acute accent', + thorn: 'Latin small letter thorn', + yuml: 'Latin small letter y with diaeresis', + OElig: 'Latin capital ligature OE', + oelig: 'Latin small ligature oe', + '372': 'Latin capital letter W with circumflex', + '374': 'Latin capital letter Y with circumflex', + '373': 'Latin small letter w with circumflex', + '375': 'Latin small letter y with circumflex', + sbquo: 'Single low-9 quotation mark', + '8219': 'Single high-reversed-9 quotation mark', + bdquo: 'Double low-9 quotation mark', + hellip: 'Horizontal ellipsis', + trade: 'Trade mark sign', + '9658': 'Black right-pointing pointer', + bull: 'Bullet', + rarr: 'Rightwards arrow', + rArr: 'Rightwards double arrow', + hArr: 'Left right double arrow', + diams: 'Black diamond suit', + asymp: 'Almost equal to' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/en.js b/sources/plugins/specialchar/dialogs/lang/en.js new file mode 100644 index 00000000..687817b2 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/en.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'en', { + euro: 'Euro sign', + lsquo: 'Left single quotation mark', + rsquo: 'Right single quotation mark', + ldquo: 'Left double quotation mark', + rdquo: 'Right double quotation mark', + ndash: 'En dash', + mdash: 'Em dash', + iexcl: 'Inverted exclamation mark', + cent: 'Cent sign', + pound: 'Pound sign', + curren: 'Currency sign', + yen: 'Yen sign', + brvbar: 'Broken bar', + sect: 'Section sign', + uml: 'Diaeresis', + copy: 'Copyright sign', + ordf: 'Feminine ordinal indicator', + laquo: 'Left-pointing double angle quotation mark', + not: 'Not sign', + reg: 'Registered sign', + macr: 'Macron', + deg: 'Degree sign', + sup2: 'Superscript two', + sup3: 'Superscript three', + acute: 'Acute accent', + micro: 'Micro sign', + para: 'Pilcrow sign', + middot: 'Middle dot', + cedil: 'Cedilla', + sup1: 'Superscript one', + ordm: 'Masculine ordinal indicator', + raquo: 'Right-pointing double angle quotation mark', + frac14: 'Vulgar fraction one quarter', + frac12: 'Vulgar fraction one half', + frac34: 'Vulgar fraction three quarters', + iquest: 'Inverted question mark', + Agrave: 'Latin capital letter A with grave accent', + Aacute: 'Latin capital letter A with acute accent', + Acirc: 'Latin capital letter A with circumflex', + Atilde: 'Latin capital letter A with tilde', + Auml: 'Latin capital letter A with diaeresis', + Aring: 'Latin capital letter A with ring above', + AElig: 'Latin Capital letter Æ', + Ccedil: 'Latin capital letter C with cedilla', + Egrave: 'Latin capital letter E with grave accent', + Eacute: 'Latin capital letter E with acute accent', + Ecirc: 'Latin capital letter E with circumflex', + Euml: 'Latin capital letter E with diaeresis', + Igrave: 'Latin capital letter I with grave accent', + Iacute: 'Latin capital letter I with acute accent', + Icirc: 'Latin capital letter I with circumflex', + Iuml: 'Latin capital letter I with diaeresis', + ETH: 'Latin capital letter Eth', + Ntilde: 'Latin capital letter N with tilde', + Ograve: 'Latin capital letter O with grave accent', + Oacute: 'Latin capital letter O with acute accent', + Ocirc: 'Latin capital letter O with circumflex', + Otilde: 'Latin capital letter O with tilde', + Ouml: 'Latin capital letter O with diaeresis', + times: 'Multiplication sign', + Oslash: 'Latin capital letter O with stroke', + Ugrave: 'Latin capital letter U with grave accent', + Uacute: 'Latin capital letter U with acute accent', + Ucirc: 'Latin capital letter U with circumflex', + Uuml: 'Latin capital letter U with diaeresis', + Yacute: 'Latin capital letter Y with acute accent', + THORN: 'Latin capital letter Thorn', + szlig: 'Latin small letter sharp s', + agrave: 'Latin small letter a with grave accent', + aacute: 'Latin small letter a with acute accent', + acirc: 'Latin small letter a with circumflex', + atilde: 'Latin small letter a with tilde', + auml: 'Latin small letter a with diaeresis', + aring: 'Latin small letter a with ring above', + aelig: 'Latin small letter æ', + ccedil: 'Latin small letter c with cedilla', + egrave: 'Latin small letter e with grave accent', + eacute: 'Latin small letter e with acute accent', + ecirc: 'Latin small letter e with circumflex', + euml: 'Latin small letter e with diaeresis', + igrave: 'Latin small letter i with grave accent', + iacute: 'Latin small letter i with acute accent', + icirc: 'Latin small letter i with circumflex', + iuml: 'Latin small letter i with diaeresis', + eth: 'Latin small letter eth', + ntilde: 'Latin small letter n with tilde', + ograve: 'Latin small letter o with grave accent', + oacute: 'Latin small letter o with acute accent', + ocirc: 'Latin small letter o with circumflex', + otilde: 'Latin small letter o with tilde', + ouml: 'Latin small letter o with diaeresis', + divide: 'Division sign', + oslash: 'Latin small letter o with stroke', + ugrave: 'Latin small letter u with grave accent', + uacute: 'Latin small letter u with acute accent', + ucirc: 'Latin small letter u with circumflex', + uuml: 'Latin small letter u with diaeresis', + yacute: 'Latin small letter y with acute accent', + thorn: 'Latin small letter thorn', + yuml: 'Latin small letter y with diaeresis', + OElig: 'Latin capital ligature OE', + oelig: 'Latin small ligature oe', + '372': 'Latin capital letter W with circumflex', + '374': 'Latin capital letter Y with circumflex', + '373': 'Latin small letter w with circumflex', + '375': 'Latin small letter y with circumflex', + sbquo: 'Single low-9 quotation mark', + '8219': 'Single high-reversed-9 quotation mark', + bdquo: 'Double low-9 quotation mark', + hellip: 'Horizontal ellipsis', + trade: 'Trade mark sign', + '9658': 'Black right-pointing pointer', + bull: 'Bullet', + rarr: 'Rightwards arrow', + rArr: 'Rightwards double arrow', + hArr: 'Left right double arrow', + diams: 'Black diamond suit', + asymp: 'Almost equal to' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/eo.js b/sources/plugins/specialchar/dialogs/lang/eo.js new file mode 100644 index 00000000..dc85231e --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/eo.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'eo', { + euro: 'Eŭrosigno', + lsquo: 'Supra 6-citilo', + rsquo: 'Supra 9-citilo', + ldquo: 'Supra 66-citilo', + rdquo: 'Supra 99-citilo', + ndash: 'Streketo', + mdash: 'Substreko', + iexcl: 'Renversita krisigno', + cent: 'Cendosigno', + pound: 'Pundosigno', + curren: 'Monersigno', + yen: 'Enosigno', + brvbar: 'Rompita vertikala streko', + sect: 'Kurba paragrafo', + uml: 'Tremao', + copy: 'Kopirajtosigno', + ordf: 'Adjektiva numerfinaĵo', + laquo: 'Duobla malplio-citilo', + not: 'Negohoko', + reg: 'Registrita marko', + macr: 'Superstreko', + deg: 'Gradosigno', + sup2: 'Supra indico 2', + sup3: 'Supra indico 3', + acute: 'Dekstra korno', + micro: 'Mikrosigno', + para: 'Rekta paragrafo', + middot: 'Meza punkto', + cedil: 'Zoeto', + sup1: 'Supra indico 1', + ordm: 'Substantiva numerfinaĵo', + raquo: 'Duobla plio-citilo', + frac14: 'Kvaronosigno', + frac12: 'Duonosigno', + frac34: 'Trikvaronosigno', + iquest: 'renversita demandosigno', + Agrave: 'Latina ĉeflitero A kun liva korno', + Aacute: 'Latina ĉeflitero A kun dekstra korno', + Acirc: 'Latina ĉeflitero A kun ĉapelo', + Atilde: 'Latina ĉeflitero A kun tildo', + Auml: 'Latina ĉeflitero A kun tremao', + Aring: 'Latina ĉeflitero A kun superringo', + AElig: 'Latina ĉeflitera ligaturo Æ', + Ccedil: 'Latina ĉeflitero C kun zoeto', + Egrave: 'Latina ĉeflitero E kun liva korno', + Eacute: 'Latina ĉeflitero E kun dekstra korno', + Ecirc: 'Latina ĉeflitero E kun ĉapelo', + Euml: 'Latina ĉeflitero E kun tremao', + Igrave: 'Latina ĉeflitero I kun liva korno', + Iacute: 'Latina ĉeflitero I kun dekstra korno', + Icirc: 'Latina ĉeflitero I kun ĉapelo', + Iuml: 'Latina ĉeflitero I kun tremao', + ETH: 'Latina ĉeflitero islanda edo', + Ntilde: 'Latina ĉeflitero N kun tildo', + Ograve: 'Latina ĉeflitero O kun liva korno', + Oacute: 'Latina ĉeflitero O kun dekstra korno', + Ocirc: 'Latina ĉeflitero O kun ĉapelo', + Otilde: 'Latina ĉeflitero O kun tildo', + Ouml: 'Latina ĉeflitero O kun tremao', + times: 'Multipliko', + Oslash: 'Latina ĉeflitero O trastrekita', + Ugrave: 'Latina ĉeflitero U kun liva korno', + Uacute: 'Latina ĉeflitero U kun dekstra korno', + Ucirc: 'Latina ĉeflitero U kun ĉapelo', + Uuml: 'Latina ĉeflitero U kun tremao', + Yacute: 'Latina ĉeflitero Y kun dekstra korno', + THORN: 'Latina ĉeflitero islanda dorno', + szlig: 'Latina etlitero germana sozo (akra s)', + agrave: 'Latina etlitero a kun liva korno', + aacute: 'Latina etlitero a kun dekstra korno', + acirc: 'Latina etlitero a kun ĉapelo', + atilde: 'Latina etlitero a kun tildo', + auml: 'Latina etlitero a kun tremao', + aring: 'Latina etlitero a kun superringo', + aelig: 'Latina etlitera ligaturo æ', + ccedil: 'Latina etlitero c kun zoeto', + egrave: 'Latina etlitero e kun liva korno', + eacute: 'Latina etlitero e kun dekstra korno', + ecirc: 'Latina etlitero e kun ĉapelo', + euml: 'Latina etlitero e kun tremao', + igrave: 'Latina etlitero i kun liva korno', + iacute: 'Latina etlitero i kun dekstra korno', + icirc: 'Latina etlitero i kun ĉapelo', + iuml: 'Latina etlitero i kun tremao', + eth: 'Latina etlitero islanda edo', + ntilde: 'Latina etlitero n kun tildo', + ograve: 'Latina etlitero o kun liva korno', + oacute: 'Latina etlitero o kun dekstra korno', + ocirc: 'Latina etlitero o kun ĉapelo', + otilde: 'Latina etlitero o kun tildo', + ouml: 'Latina etlitero o kun tremao', + divide: 'Dividosigno', + oslash: 'Latina etlitero o trastrekita', + ugrave: 'Latina etlitero u kun liva korno', + uacute: 'Latina etlitero u kun dekstra korno', + ucirc: 'Latina etlitero u kun ĉapelo', + uuml: 'Latina etlitero u kun tremao', + yacute: 'Latina etlitero y kun dekstra korno', + thorn: 'Latina etlitero islanda dorno', + yuml: 'Latina etlitero y kun tremao', + OElig: 'Latina ĉeflitera ligaturo Œ', + oelig: 'Latina etlitera ligaturo œ', + '372': 'Latina ĉeflitero W kun ĉapelo', + '374': 'Latina ĉeflitero Y kun ĉapelo', + '373': 'Latina etlitero w kun ĉapelo', + '375': 'Latina etlitero y kun ĉapelo', + sbquo: 'Suba 9-citilo', + '8219': 'Supra renversita 9-citilo', + bdquo: 'Suba 99-citilo', + hellip: 'Tripunkto', + trade: 'Varmarka signo', + '9658': 'Nigra sago dekstren', + bull: 'Bulmarko', + rarr: 'Sago dekstren', + rArr: 'Duobla sago dekstren', + hArr: 'Duobla sago maldekstren', + diams: 'Nigra kvadrato', + asymp: 'Preskaŭ egala' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/es.js b/sources/plugins/specialchar/dialogs/lang/es.js new file mode 100644 index 00000000..60d3afaa --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/es.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'es', { + euro: 'Símbolo de euro', + lsquo: 'Comilla simple izquierda', + rsquo: 'Comilla simple derecha', + ldquo: 'Comilla doble izquierda', + rdquo: 'Comilla doble derecha', + ndash: 'Guión corto', + mdash: 'Guión medio largo', + iexcl: 'Signo de admiración invertido', + cent: 'Símbolo centavo', + pound: 'Símbolo libra', + curren: 'Símbolo moneda', + yen: 'Símbolo yen', + brvbar: 'Barra vertical rota', + sect: 'Símbolo sección', + uml: 'Diéresis', + copy: 'Signo de derechos de autor', + ordf: 'Indicador ordinal femenino', + laquo: 'Abre comillas angulares', + not: 'Signo negación', + reg: 'Signo de marca registrada', + macr: 'Guión alto', + deg: 'Signo de grado', + sup2: 'Superíndice dos', + sup3: 'Superíndice tres', + acute: 'Acento agudo', + micro: 'Signo micro', + para: 'Signo de pi', + middot: 'Punto medio', + cedil: 'Cedilla', + sup1: 'Superíndice uno', + ordm: 'Indicador orginal masculino', + raquo: 'Cierra comillas angulares', + frac14: 'Fracción ordinaria de un quarto', + frac12: 'Fracción ordinaria de una mitad', + frac34: 'Fracción ordinaria de tres cuartos', + iquest: 'Signo de interrogación invertido', + Agrave: 'Letra A latina mayúscula con acento grave', + Aacute: 'Letra A latina mayúscula con acento agudo', + Acirc: 'Letra A latina mayúscula con acento circunflejo', + Atilde: 'Letra A latina mayúscula con tilde', + Auml: 'Letra A latina mayúscula con diéresis', + Aring: 'Letra A latina mayúscula con aro arriba', + AElig: 'Letra Æ latina mayúscula', + Ccedil: 'Letra C latina mayúscula con cedilla', + Egrave: 'Letra E latina mayúscula con acento grave', + Eacute: 'Letra E latina mayúscula con acento agudo', + Ecirc: 'Letra E latina mayúscula con acento circunflejo', + Euml: 'Letra E latina mayúscula con diéresis', + Igrave: 'Letra I latina mayúscula con acento grave', + Iacute: 'Letra I latina mayúscula con acento agudo', + Icirc: 'Letra I latina mayúscula con acento circunflejo', + Iuml: 'Letra I latina mayúscula con diéresis', + ETH: 'Letra Eth latina mayúscula', + Ntilde: 'Letra N latina mayúscula con tilde', + Ograve: 'Letra O latina mayúscula con acento grave', + Oacute: 'Letra O latina mayúscula con acento agudo', + Ocirc: 'Letra O latina mayúscula con acento circunflejo', + Otilde: 'Letra O latina mayúscula con tilde', + Ouml: 'Letra O latina mayúscula con diéresis', + times: 'Signo de multiplicación', + Oslash: 'Letra O latina mayúscula con barra inclinada', + Ugrave: 'Letra U latina mayúscula con acento grave', + Uacute: 'Letra U latina mayúscula con acento agudo', + Ucirc: 'Letra U latina mayúscula con acento circunflejo', + Uuml: 'Letra U latina mayúscula con diéresis', + Yacute: 'Letra Y latina mayúscula con acento agudo', + THORN: 'Letra Thorn latina mayúscula', + szlig: 'Letra s latina fuerte pequeña', + agrave: 'Letra a latina pequeña con acento grave', + aacute: 'Letra a latina pequeña con acento agudo', + acirc: 'Letra a latina pequeña con acento circunflejo', + atilde: 'Letra a latina pequeña con tilde', + auml: 'Letra a latina pequeña con diéresis', + aring: 'Letra a latina pequeña con aro arriba', + aelig: 'Letra æ latina pequeña', + ccedil: 'Letra c latina pequeña con cedilla', + egrave: 'Letra e latina pequeña con acento grave', + eacute: 'Letra e latina pequeña con acento agudo', + ecirc: 'Letra e latina pequeña con acento circunflejo', + euml: 'Letra e latina pequeña con diéresis', + igrave: 'Letra i latina pequeña con acento grave', + iacute: 'Letra i latina pequeña con acento agudo', + icirc: 'Letra i latina pequeña con acento circunflejo', + iuml: 'Letra i latina pequeña con diéresis', + eth: 'Letra eth latina pequeña', + ntilde: 'Letra n latina pequeña con tilde', + ograve: 'Letra o latina pequeña con acento grave', + oacute: 'Letra o latina pequeña con acento agudo', + ocirc: 'Letra o latina pequeña con acento circunflejo', + otilde: 'Letra o latina pequeña con tilde', + ouml: 'Letra o latina pequeña con diéresis', + divide: 'Signo de división', + oslash: 'Letra o latina minúscula con barra inclinada', + ugrave: 'Letra u latina pequeña con acento grave', + uacute: 'Letra u latina pequeña con acento agudo', + ucirc: 'Letra u latina pequeña con acento circunflejo', + uuml: 'Letra u latina pequeña con diéresis', + yacute: 'Letra u latina pequeña con acento agudo', + thorn: 'Letra thorn latina minúscula', + yuml: 'Letra y latina pequeña con diéresis', + OElig: 'Diptongo OE latino en mayúscula', + oelig: 'Diptongo oe latino en minúscula', + '372': 'Letra W latina mayúscula con acento circunflejo', + '374': 'Letra Y latina mayúscula con acento circunflejo', + '373': 'Letra w latina pequeña con acento circunflejo', + '375': 'Letra y latina pequeña con acento circunflejo', + sbquo: 'Comilla simple baja-9', + '8219': 'Comilla simple alta invertida-9', + bdquo: 'Comillas dobles bajas-9', + hellip: 'Puntos suspensivos horizontales', + trade: 'Signo de marca registrada', + '9658': 'Apuntador negro apuntando a la derecha', + bull: 'Viñeta', + rarr: 'Flecha a la derecha', + rArr: 'Flecha doble a la derecha', + hArr: 'Flecha izquierda derecha doble', + diams: 'Diamante negro', + asymp: 'Casi igual a' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/et.js b/sources/plugins/specialchar/dialogs/lang/et.js new file mode 100644 index 00000000..d0558ab2 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/et.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'et', { + euro: 'Euromärk', + lsquo: 'Alustav ühekordne jutumärk', + rsquo: 'Lõpetav ühekordne jutumärk', + ldquo: 'Alustav kahekordne jutumärk', + rdquo: 'Lõpetav kahekordne jutumärk', + ndash: 'Enn-kriips', + mdash: 'Emm-kriips', + iexcl: 'Pööratud hüüumärk', + cent: 'Sendimärk', + pound: 'Naela märk', + curren: 'Valuutamärk', + yen: 'Jeeni märk', + brvbar: 'Katkestatud kriips', + sect: 'Lõigu märk', + uml: 'Täpid', + copy: 'Autoriõiguse märk', + ordf: 'Feminine ordinal indicator', // MISSING + laquo: 'Left-pointing double angle quotation mark', // MISSING + not: 'Ei-märk', + reg: 'Registered sign', // MISSING + macr: 'Macron', // MISSING + deg: 'Kraadimärk', + sup2: 'Ülaindeks kaks', + sup3: 'Ülaindeks kolm', + acute: 'Acute accent', // MISSING + micro: 'Mikro-märk', + para: 'Pilcrow sign', // MISSING + middot: 'Keskpunkt', + cedil: 'Cedilla', // MISSING + sup1: 'Ülaindeks üks', + ordm: 'Masculine ordinal indicator', // MISSING + raquo: 'Right-pointing double angle quotation mark', // MISSING + frac14: 'Vulgar fraction one quarter', // MISSING + frac12: 'Vulgar fraction one half', // MISSING + frac34: 'Vulgar fraction three quarters', // MISSING + iquest: 'Inverted question mark', // MISSING + Agrave: 'Latin capital letter A with grave accent', // MISSING + Aacute: 'Latin capital letter A with acute accent', // MISSING + Acirc: 'Latin capital letter A with circumflex', // MISSING + Atilde: 'Ladina suur A tildega', + Auml: 'Latin capital letter A with diaeresis', // MISSING + Aring: 'Latin capital letter A with ring above', // MISSING + AElig: 'Latin Capital letter Æ', // MISSING + Ccedil: 'Latin capital letter C with cedilla', // MISSING + Egrave: 'Latin capital letter E with grave accent', // MISSING + Eacute: 'Latin capital letter E with acute accent', // MISSING + Ecirc: 'Latin capital letter E with circumflex', // MISSING + Euml: 'Latin capital letter E with diaeresis', // MISSING + Igrave: 'Latin capital letter I with grave accent', // MISSING + Iacute: 'Latin capital letter I with acute accent', // MISSING + Icirc: 'Latin capital letter I with circumflex', // MISSING + Iuml: 'Latin capital letter I with diaeresis', // MISSING + ETH: 'Latin capital letter Eth', // MISSING + Ntilde: 'Latin capital letter N with tilde', // MISSING + Ograve: 'Latin capital letter O with grave accent', // MISSING + Oacute: 'Latin capital letter O with acute accent', // MISSING + Ocirc: 'Latin capital letter O with circumflex', // MISSING + Otilde: 'Latin capital letter O with tilde', // MISSING + Ouml: 'Täppidega ladina suur O', + times: 'Multiplication sign', // MISSING + Oslash: 'Latin capital letter O with stroke', // MISSING + Ugrave: 'Latin capital letter U with grave accent', // MISSING + Uacute: 'Latin capital letter U with acute accent', // MISSING + Ucirc: 'Kandilise katusega suur ladina U', + Uuml: 'Täppidega ladina suur U', + Yacute: 'Latin capital letter Y with acute accent', // MISSING + THORN: 'Latin capital letter Thorn', // MISSING + szlig: 'Ladina väike terav s', + agrave: 'Latin small letter a with grave accent', // MISSING + aacute: 'Latin small letter a with acute accent', // MISSING + acirc: 'Kandilise katusega ladina väike a', + atilde: 'Tildega ladina väike a', + auml: 'Täppidega ladina väike a', + aring: 'Latin small letter a with ring above', // MISSING + aelig: 'Latin small letter æ', // MISSING + ccedil: 'Latin small letter c with cedilla', // MISSING + egrave: 'Latin small letter e with grave accent', // MISSING + eacute: 'Latin small letter e with acute accent', // MISSING + ecirc: 'Latin small letter e with circumflex', // MISSING + euml: 'Latin small letter e with diaeresis', // MISSING + igrave: 'Latin small letter i with grave accent', // MISSING + iacute: 'Latin small letter i with acute accent', // MISSING + icirc: 'Latin small letter i with circumflex', // MISSING + iuml: 'Latin small letter i with diaeresis', // MISSING + eth: 'Latin small letter eth', // MISSING + ntilde: 'Latin small letter n with tilde', // MISSING + ograve: 'Latin small letter o with grave accent', // MISSING + oacute: 'Latin small letter o with acute accent', // MISSING + ocirc: 'Latin small letter o with circumflex', // MISSING + otilde: 'Latin small letter o with tilde', // MISSING + ouml: 'Latin small letter o with diaeresis', // MISSING + divide: 'Jagamismärk', + oslash: 'Latin small letter o with stroke', // MISSING + ugrave: 'Latin small letter u with grave accent', // MISSING + uacute: 'Latin small letter u with acute accent', // MISSING + ucirc: 'Latin small letter u with circumflex', // MISSING + uuml: 'Latin small letter u with diaeresis', // MISSING + yacute: 'Latin small letter y with acute accent', // MISSING + thorn: 'Latin small letter thorn', // MISSING + yuml: 'Latin small letter y with diaeresis', // MISSING + OElig: 'Latin capital ligature OE', // MISSING + oelig: 'Latin small ligature oe', // MISSING + '372': 'Latin capital letter W with circumflex', // MISSING + '374': 'Latin capital letter Y with circumflex', // MISSING + '373': 'Latin small letter w with circumflex', // MISSING + '375': 'Latin small letter y with circumflex', // MISSING + sbquo: 'Single low-9 quotation mark', // MISSING + '8219': 'Single high-reversed-9 quotation mark', // MISSING + bdquo: 'Double low-9 quotation mark', // MISSING + hellip: 'Horizontal ellipsis', // MISSING + trade: 'Kaubamärgi märk', + '9658': 'Black right-pointing pointer', // MISSING + bull: 'Kuul', + rarr: 'Nool paremale', + rArr: 'Topeltnool paremale', + hArr: 'Topeltnool vasakule', + diams: 'Black diamond suit', // MISSING + asymp: 'Ligikaudu võrdne' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/eu.js b/sources/plugins/specialchar/dialogs/lang/eu.js new file mode 100644 index 00000000..610d198f --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/eu.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'eu', { + euro: 'Euro zeinua', + lsquo: 'Left single quotation mark', // MISSING + rsquo: 'Right single quotation mark', // MISSING + ldquo: 'Left double quotation mark', // MISSING + rdquo: 'Right double quotation mark', // MISSING + ndash: 'En dash', // MISSING + mdash: 'Em dash', // MISSING + iexcl: 'Inverted exclamation mark', // MISSING + cent: 'Cent sign', // MISSING + pound: 'Pound sign', // MISSING + curren: 'Currency sign', // MISSING + yen: 'Yen sign', // MISSING + brvbar: 'Broken bar', // MISSING + sect: 'Section sign', // MISSING + uml: 'Diaeresis', // MISSING + copy: 'Copyright sign', // MISSING + ordf: 'Feminine ordinal indicator', // MISSING + laquo: 'Left-pointing double angle quotation mark', // MISSING + not: 'Ez zeinua', + reg: 'Registered sign', // MISSING + macr: 'Macron', // MISSING + deg: 'Degree sign', // MISSING + sup2: 'Superscript two', // MISSING + sup3: 'Superscript three', // MISSING + acute: 'Acute accent', // MISSING + micro: 'Micro sign', // MISSING + para: 'Pilcrow sign', // MISSING + middot: 'Middle dot', // MISSING + cedil: 'Cedilla', // MISSING + sup1: 'Superscript one', // MISSING + ordm: 'Masculine ordinal indicator', // MISSING + raquo: 'Right-pointing double angle quotation mark', // MISSING + frac14: 'Vulgar fraction one quarter', // MISSING + frac12: 'Vulgar fraction one half', // MISSING + frac34: 'Vulgar fraction three quarters', // MISSING + iquest: 'Inverted question mark', // MISSING + Agrave: 'Latin capital letter A with grave accent', // MISSING + Aacute: 'Latin capital letter A with acute accent', // MISSING + Acirc: 'Latin capital letter A with circumflex', // MISSING + Atilde: 'Latin capital letter A with tilde', // MISSING + Auml: 'Latin capital letter A with diaeresis', // MISSING + Aring: 'Latin capital letter A with ring above', // MISSING + AElig: 'Latin Capital letter Æ', // MISSING + Ccedil: 'Latin capital letter C with cedilla', // MISSING + Egrave: 'Latin capital letter E with grave accent', // MISSING + Eacute: 'Latin capital letter E with acute accent', // MISSING + Ecirc: 'Latin capital letter E with circumflex', // MISSING + Euml: 'Latin capital letter E with diaeresis', // MISSING + Igrave: 'Latin capital letter I with grave accent', // MISSING + Iacute: 'Latin capital letter I with acute accent', // MISSING + Icirc: 'Latin capital letter I with circumflex', // MISSING + Iuml: 'Latin capital letter I with diaeresis', // MISSING + ETH: 'Latin capital letter Eth', // MISSING + Ntilde: 'Latin capital letter N with tilde', // MISSING + Ograve: 'Latin capital letter O with grave accent', // MISSING + Oacute: 'Latin capital letter O with acute accent', // MISSING + Ocirc: 'Latin capital letter O with circumflex', // MISSING + Otilde: 'Latin capital letter O with tilde', // MISSING + Ouml: 'Latin capital letter O with diaeresis', // MISSING + times: 'Multiplication sign', // MISSING + Oslash: 'Latin capital letter O with stroke', // MISSING + Ugrave: 'Latin capital letter U with grave accent', // MISSING + Uacute: 'Latin capital letter U with acute accent', // MISSING + Ucirc: 'Latin capital letter U with circumflex', // MISSING + Uuml: 'Latin capital letter U with diaeresis', // MISSING + Yacute: 'Latin capital letter Y with acute accent', // MISSING + THORN: 'Latin capital letter Thorn', // MISSING + szlig: 'Latin small letter sharp s', // MISSING + agrave: 'Latin small letter a with grave accent', // MISSING + aacute: 'Latin small letter a with acute accent', // MISSING + acirc: 'Latin small letter a with circumflex', // MISSING + atilde: 'Latin small letter a with tilde', // MISSING + auml: 'Latin small letter a with diaeresis', // MISSING + aring: 'Latin small letter a with ring above', // MISSING + aelig: 'Latin small letter æ', // MISSING + ccedil: 'Latin small letter c with cedilla', // MISSING + egrave: 'Latin small letter e with grave accent', // MISSING + eacute: 'Latin small letter e with acute accent', // MISSING + ecirc: 'Latin small letter e with circumflex', // MISSING + euml: 'Latin small letter e with diaeresis', // MISSING + igrave: 'Latin small letter i with grave accent', // MISSING + iacute: 'Latin small letter i with acute accent', // MISSING + icirc: 'Latin small letter i with circumflex', // MISSING + iuml: 'Latin small letter i with diaeresis', // MISSING + eth: 'Latin small letter eth', // MISSING + ntilde: 'Latin small letter n with tilde', // MISSING + ograve: 'Latin small letter o with grave accent', // MISSING + oacute: 'Latin small letter o with acute accent', // MISSING + ocirc: 'Latin small letter o with circumflex', // MISSING + otilde: 'Latin small letter o with tilde', // MISSING + ouml: 'Latin small letter o with diaeresis', // MISSING + divide: 'Division sign', // MISSING + oslash: 'Latin small letter o with stroke', // MISSING + ugrave: 'Latin small letter u with grave accent', // MISSING + uacute: 'Latin small letter u with acute accent', // MISSING + ucirc: 'Latin small letter u with circumflex', // MISSING + uuml: 'Latin small letter u with diaeresis', // MISSING + yacute: 'Latin small letter y with acute accent', // MISSING + thorn: 'Latin small letter thorn', // MISSING + yuml: 'Latin small letter y with diaeresis', // MISSING + OElig: 'Latin capital ligature OE', // MISSING + oelig: 'Latin small ligature oe', // MISSING + '372': 'Latin capital letter W with circumflex', // MISSING + '374': 'Latin capital letter Y with circumflex', // MISSING + '373': 'Latin small letter w with circumflex', // MISSING + '375': 'Latin small letter y with circumflex', // MISSING + sbquo: 'Single low-9 quotation mark', // MISSING + '8219': 'Single high-reversed-9 quotation mark', // MISSING + bdquo: 'Double low-9 quotation mark', // MISSING + hellip: 'Horizontal ellipsis', // MISSING + trade: 'Trade mark sign', // MISSING + '9658': 'Black right-pointing pointer', // MISSING + bull: 'Bullet', // MISSING + rarr: 'Rightwards arrow', // MISSING + rArr: 'Rightwards double arrow', // MISSING + hArr: 'Left right double arrow', // MISSING + diams: 'Black diamond suit', // MISSING + asymp: 'Almost equal to' // MISSING +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/fa.js b/sources/plugins/specialchar/dialogs/lang/fa.js new file mode 100644 index 00000000..0900de61 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/fa.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'fa', { + euro: 'نشان یورو', + lsquo: 'علامت نقل قول تکی چپ', + rsquo: 'علامت نقل قول تکی راست', + ldquo: 'علامت نقل قول دوتایی چپ', + rdquo: 'علامت نقل قول دوتایی راست', + ndash: 'خط تیره En', + mdash: 'خط تیره Em', + iexcl: 'علامت تعجب وارونه', + cent: 'نشان سنت', + pound: 'نشان پوند', + curren: 'نشان ارز', + yen: 'نشان ین', + brvbar: 'نوار شکسته', + sect: 'نشان بخش', + uml: 'نشان سواگیری', + copy: 'نشان کپی رایت', + ordf: 'شاخص ترتیبی مونث', + laquo: 'اشاره چپ مکرر برای زاویه علامت نقل قول', + not: 'نشان ثبت نشده', + reg: 'نشان ثبت شده', + macr: 'نشان خط بالای حرف', + deg: 'نشان درجه', + sup2: 'بالانویس دو', + sup3: 'بالانویس سه', + acute: 'لهجه غلیظ', + micro: 'نشان مایکرو', + para: 'نشان محل بند', + middot: 'نقطه میانی', + cedil: 'سدیل', + sup1: 'بالانویس 1', + ordm: 'شاخص ترتیبی مذکر', + raquo: 'نشان زاویه‌دار دوتایی نقل قول راست چین', + frac14: 'واحد عامیانه 1/4', + frac12: 'واحد عامینه نصف', + frac34: 'واحد عامیانه 3/4', + iquest: 'علامت سوال معکوس', + Agrave: 'حرف A بزرگ لاتین با تلفظ غلیظ', + Aacute: 'حرف A بزرگ لاتین با تلفظ شدید', + Acirc: 'حرف A بزرگ لاتین با دور', + Atilde: 'حرف A بزرگ لاتین با صدای کامی', + Auml: 'حرف A بزرگ لاتین با نشان سواگیری', + Aring: 'حرف A بزرگ لاتین با حلقه بالا', + AElig: 'حرف Æ بزرگ لاتین', + Ccedil: 'حرف C بزرگ لاتین با نشان سواگیری', + Egrave: 'حرف E بزرگ لاتین با تلفظ درشت', + Eacute: 'حرف E بزرگ لاتین با تلفظ زیر', + Ecirc: 'حرف E بزرگ لاتین با خمان', + Euml: 'حرف E بزرگ لاتین با نشان سواگیری', + Igrave: 'حرف I بزرگ لاتین با تلفظ درشت', + Iacute: 'حرف I بزرگ لاتین با تلفظ ریز', + Icirc: 'حرف I بزرگ لاتین با خمان', + Iuml: 'حرف I بزرگ لاتین با نشان سواگیری', + ETH: 'حرف لاتین بزرگ واکه ترتیبی', + Ntilde: 'حرف N بزرگ لاتین با مد', + Ograve: 'حرف O بزرگ لاتین با تلفظ درشت', + Oacute: 'حرف O بزرگ لاتین با تلفظ ریز', + Ocirc: 'حرف O بزرگ لاتین با خمان', + Otilde: 'حرف O بزرگ لاتین با مد', + Ouml: 'حرف O بزرگ لاتین با نشان سواگیری', + times: 'نشان ضربدر', + Oslash: 'حرف O بزرگ لاتین با میان خط', + Ugrave: 'حرف U بزرگ لاتین با تلفظ درشت', + Uacute: 'حرف U بزرگ لاتین با تلفظ ریز', + Ucirc: 'حرف U بزرگ لاتین با خمان', + Uuml: 'حرف U بزرگ لاتین با نشان سواگیری', + Yacute: 'حرف Y بزرگ لاتین با تلفظ ریز', + THORN: 'حرف بزرگ لاتین خاردار', + szlig: 'حرف کوچک لاتین شارپ s', + agrave: 'حرف a کوچک لاتین با تلفظ درشت', + aacute: 'حرف a کوچک لاتین با تلفظ ریز', + acirc: 'حرف a کوچک لاتین با خمان', + atilde: 'حرف a کوچک لاتین با صدای کامی', + auml: 'حرف a کوچک لاتین با نشان سواگیری', + aring: 'حرف a کوچک لاتین گوشواره دار', + aelig: 'حرف کوچک لاتین æ', + ccedil: 'حرف c کوچک لاتین با نشان سدیل', + egrave: 'حرف e کوچک لاتین با تلفظ درشت', + eacute: 'حرف e کوچک لاتین با تلفظ ریز', + ecirc: 'حرف e کوچک لاتین با خمان', + euml: 'حرف e کوچک لاتین با نشان سواگیری', + igrave: 'حرف i کوچک لاتین با تلفظ درشت', + iacute: 'حرف i کوچک لاتین با تلفظ ریز', + icirc: 'حرف i کوچک لاتین با خمان', + iuml: 'حرف i کوچک لاتین با نشان سواگیری', + eth: 'حرف کوچک لاتین eth', + ntilde: 'حرف n کوچک لاتین با صدای کامی', + ograve: 'حرف o کوچک لاتین با تلفظ درشت', + oacute: 'حرف o کوچک لاتین با تلفظ زیر', + ocirc: 'حرف o کوچک لاتین با خمان', + otilde: 'حرف o کوچک لاتین با صدای کامی', + ouml: 'حرف o کوچک لاتین با نشان سواگیری', + divide: 'نشان بخش', + oslash: 'حرف o کوچک لاتین با میان خط', + ugrave: 'حرف u کوچک لاتین با تلفظ درشت', + uacute: 'حرف u کوچک لاتین با تلفظ ریز', + ucirc: 'حرف u کوچک لاتین با خمان', + uuml: 'حرف u کوچک لاتین با نشان سواگیری', + yacute: 'حرف y کوچک لاتین با تلفظ ریز', + thorn: 'حرف کوچک لاتین خاردار', + yuml: 'حرف y کوچک لاتین با نشان سواگیری', + OElig: 'بند بزرگ لاتین OE', + oelig: 'بند کوچک لاتین oe', + '372': 'حرف W بزرگ لاتین با خمان', + '374': 'حرف Y بزرگ لاتین با خمان', + '373': 'حرف w کوچک لاتین با خمان', + '375': 'حرف y کوچک لاتین با خمان', + sbquo: 'نشان نقل قول تکی زیر-9', + '8219': 'نشان نقل قول تکی high-reversed-9', + bdquo: 'نقل قول دوتایی پایین-9', + hellip: 'حذف افقی', + trade: 'نشان تجاری', + '9658': 'نشانگر سیاه جهت راست', + bull: 'گلوله', + rarr: 'فلش راست', + rArr: 'فلش دوتایی راست', + hArr: 'فلش دوتایی چپ راست', + diams: 'نشان الماس سیاه', + asymp: 'تقریبا برابر با' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/fi.js b/sources/plugins/specialchar/dialogs/lang/fi.js new file mode 100644 index 00000000..92606253 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/fi.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'fi', { + euro: 'Euron merkki', + lsquo: 'Vasen yksittäinen lainausmerkki', + rsquo: 'Oikea yksittäinen lainausmerkki', + ldquo: 'Vasen kaksoislainausmerkki', + rdquo: 'Oikea kaksoislainausmerkki', + ndash: 'En dash', // MISSING + mdash: 'Em dash', // MISSING + iexcl: 'Inverted exclamation mark', // MISSING + cent: 'Sentin merkki', + pound: 'Punnan merkki', + curren: 'Valuuttamerkki', + yen: 'Yenin merkki', + brvbar: 'Broken bar', // MISSING + sect: 'Section sign', // MISSING + uml: 'Diaeresis', // MISSING + copy: 'Copyright sign', // MISSING + ordf: 'Feminine ordinal indicator', // MISSING + laquo: 'Left-pointing double angle quotation mark', // MISSING + not: 'Not sign', // MISSING + reg: 'Rekisteröity merkki', + macr: 'Macron', // MISSING + deg: 'Asteen merkki', + sup2: 'Yläindeksi kaksi', + sup3: 'Yläindeksi kolme', + acute: 'Acute accent', // MISSING + micro: 'Mikron merkki', + para: 'Pilcrow sign', // MISSING + middot: 'Middle dot', // MISSING + cedil: 'Cedilla', // MISSING + sup1: 'Yläindeksi yksi', + ordm: 'Masculine ordinal indicator', // MISSING + raquo: 'Right-pointing double angle quotation mark', // MISSING + frac14: 'Vulgar fraction one quarter', // MISSING + frac12: 'Vulgar fraction one half', // MISSING + frac34: 'Vulgar fraction three quarters', // MISSING + iquest: 'Ylösalaisin oleva kysymysmerkki', + Agrave: 'Latin capital letter A with grave accent', // MISSING + Aacute: 'Latin capital letter A with acute accent', // MISSING + Acirc: 'Latin capital letter A with circumflex', // MISSING + Atilde: 'Latin capital letter A with tilde', // MISSING + Auml: 'Latin capital letter A with diaeresis', // MISSING + Aring: 'Latin capital letter A with ring above', // MISSING + AElig: 'Latin Capital letter Æ', // MISSING + Ccedil: 'Latin capital letter C with cedilla', // MISSING + Egrave: 'Latin capital letter E with grave accent', // MISSING + Eacute: 'Latin capital letter E with acute accent', // MISSING + Ecirc: 'Latin capital letter E with circumflex', // MISSING + Euml: 'Latin capital letter E with diaeresis', // MISSING + Igrave: 'Latin capital letter I with grave accent', // MISSING + Iacute: 'Latin capital letter I with acute accent', // MISSING + Icirc: 'Latin capital letter I with circumflex', // MISSING + Iuml: 'Latin capital letter I with diaeresis', // MISSING + ETH: 'Latin capital letter Eth', // MISSING + Ntilde: 'Latin capital letter N with tilde', // MISSING + Ograve: 'Latin capital letter O with grave accent', // MISSING + Oacute: 'Latin capital letter O with acute accent', // MISSING + Ocirc: 'Latin capital letter O with circumflex', // MISSING + Otilde: 'Latin capital letter O with tilde', // MISSING + Ouml: 'Latin capital letter O with diaeresis', // MISSING + times: 'Kertomerkki', + Oslash: 'Latin capital letter O with stroke', // MISSING + Ugrave: 'Latin capital letter U with grave accent', // MISSING + Uacute: 'Latin capital letter U with acute accent', // MISSING + Ucirc: 'Latin capital letter U with circumflex', // MISSING + Uuml: 'Latin capital letter U with diaeresis', // MISSING + Yacute: 'Latin capital letter Y with acute accent', // MISSING + THORN: 'Latin capital letter Thorn', // MISSING + szlig: 'Latin small letter sharp s', // MISSING + agrave: 'Latin small letter a with grave accent', // MISSING + aacute: 'Latin small letter a with acute accent', // MISSING + acirc: 'Latin small letter a with circumflex', // MISSING + atilde: 'Latin small letter a with tilde', // MISSING + auml: 'Latin small letter a with diaeresis', // MISSING + aring: 'Latin small letter a with ring above', // MISSING + aelig: 'Latin small letter æ', // MISSING + ccedil: 'Latin small letter c with cedilla', // MISSING + egrave: 'Latin small letter e with grave accent', // MISSING + eacute: 'Latin small letter e with acute accent', // MISSING + ecirc: 'Latin small letter e with circumflex', // MISSING + euml: 'Latin small letter e with diaeresis', // MISSING + igrave: 'Latin small letter i with grave accent', // MISSING + iacute: 'Latin small letter i with acute accent', // MISSING + icirc: 'Latin small letter i with circumflex', // MISSING + iuml: 'Latin small letter i with diaeresis', // MISSING + eth: 'Latin small letter eth', // MISSING + ntilde: 'Latin small letter n with tilde', // MISSING + ograve: 'Latin small letter o with grave accent', // MISSING + oacute: 'Latin small letter o with acute accent', // MISSING + ocirc: 'Latin small letter o with circumflex', // MISSING + otilde: 'Latin small letter o with tilde', // MISSING + ouml: 'Latin small letter o with diaeresis', // MISSING + divide: 'Jakomerkki', + oslash: 'Latin small letter o with stroke', // MISSING + ugrave: 'Latin small letter u with grave accent', // MISSING + uacute: 'Latin small letter u with acute accent', // MISSING + ucirc: 'Latin small letter u with circumflex', // MISSING + uuml: 'Latin small letter u with diaeresis', // MISSING + yacute: 'Latin small letter y with acute accent', // MISSING + thorn: 'Latin small letter thorn', // MISSING + yuml: 'Latin small letter y with diaeresis', // MISSING + OElig: 'Latin capital ligature OE', // MISSING + oelig: 'Latin small ligature oe', // MISSING + '372': 'Latin capital letter W with circumflex', // MISSING + '374': 'Latin capital letter Y with circumflex', // MISSING + '373': 'Latin small letter w with circumflex', // MISSING + '375': 'Latin small letter y with circumflex', // MISSING + sbquo: 'Single low-9 quotation mark', // MISSING + '8219': 'Single high-reversed-9 quotation mark', // MISSING + bdquo: 'Double low-9 quotation mark', // MISSING + hellip: 'Horizontal ellipsis', // MISSING + trade: 'Tavaramerkki merkki', + '9658': 'Black right-pointing pointer', // MISSING + bull: 'Bullet', // MISSING + rarr: 'Nuoli oikealle', + rArr: 'Kaksoisnuoli oikealle', + hArr: 'Kaksoisnuoli oikealle ja vasemmalle', + diams: 'Black diamond suit', // MISSING + asymp: 'Noin' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/fr-ca.js b/sources/plugins/specialchar/dialogs/lang/fr-ca.js new file mode 100644 index 00000000..6be36acd --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/fr-ca.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'fr-ca', { + euro: 'Symbole Euro', + lsquo: 'Guillemet simple ouvrant', + rsquo: 'Guillemet simple fermant', + ldquo: 'Guillemet double ouvrant', + rdquo: 'Guillemet double fermant', + ndash: 'Tiret haut', + mdash: 'Tiret', + iexcl: 'Point d\'exclamation inversé', + cent: 'Symbole de cent', + pound: 'Symbole de Livre Sterling', + curren: 'Symbole monétaire', + yen: 'Symbole du Yen', + brvbar: 'Barre scindée', + sect: 'Symbole de section', + uml: 'Tréma', + copy: 'Symbole de copyright', + ordf: 'Indicateur ordinal féminin', + laquo: 'Guillemet français ouvrant', + not: 'Indicateur de négation', + reg: 'Symbole de marque déposée', + macr: 'Macron', + deg: 'Degré', + sup2: 'Exposant 2', + sup3: 'Exposant 3', + acute: 'Accent aigüe', + micro: 'Symbole micro', + para: 'Paragraphe', + middot: 'Point médian', + cedil: 'Cédille', + sup1: 'Exposant 1', + ordm: 'Indicateur ordinal masculin', + raquo: 'Guillemet français fermant', + frac14: 'Un quart', + frac12: 'Une demi', + frac34: 'Trois quart', + iquest: 'Point d\'interrogation inversé', + Agrave: 'A accent grave', + Aacute: 'A accent aigüe', + Acirc: 'A circonflexe', + Atilde: 'A tilde', + Auml: 'A tréma', + Aring: 'A avec un rond au dessus', + AElig: 'Æ majuscule', + Ccedil: 'C cédille', + Egrave: 'E accent grave', + Eacute: 'E accent aigüe', + Ecirc: 'E accent circonflexe', + Euml: 'E tréma', + Igrave: 'I accent grave', + Iacute: 'I accent aigüe', + Icirc: 'I accent circonflexe', + Iuml: 'I tréma', + ETH: 'Lettre majuscule islandaise ED', + Ntilde: 'N tilde', + Ograve: 'O accent grave', + Oacute: 'O accent aigüe', + Ocirc: 'O accent circonflexe', + Otilde: 'O tilde', + Ouml: 'O tréma', + times: 'Symbole de multiplication', + Oslash: 'O barré', + Ugrave: 'U accent grave', + Uacute: 'U accent aigüe', + Ucirc: 'U accent circonflexe', + Uuml: 'U tréma', + Yacute: 'Y accent aigüe', + THORN: 'Lettre islandaise Thorn majuscule', + szlig: 'Lettre minuscule allemande s dur', + agrave: 'a accent grave', + aacute: 'a accent aigüe', + acirc: 'a accent circonflexe', + atilde: 'a tilde', + auml: 'a tréma', + aring: 'a avec un cercle au dessus', + aelig: 'æ', + ccedil: 'c cédille', + egrave: 'e accent grave', + eacute: 'e accent aigüe', + ecirc: 'e accent circonflexe', + euml: 'e tréma', + igrave: 'i accent grave', + iacute: 'i accent aigüe', + icirc: 'i accent circonflexe', + iuml: 'i tréma', + eth: 'Lettre minuscule islandaise ED', + ntilde: 'n tilde', + ograve: 'o accent grave', + oacute: 'o accent aigüe', + ocirc: 'O accent circonflexe', + otilde: 'O tilde', + ouml: 'O tréma', + divide: 'Symbole de division', + oslash: 'o barré', + ugrave: 'u accent grave', + uacute: 'u accent aigüe', + ucirc: 'u accent circonflexe', + uuml: 'u tréma', + yacute: 'y accent aigüe', + thorn: 'Lettre islandaise thorn minuscule', + yuml: 'y tréma', + OElig: 'ligature majuscule latine Œ', + oelig: 'ligature minuscule latine œ', + '372': 'W accent circonflexe', + '374': 'Y accent circonflexe', + '373': 'w accent circonflexe', + '375': 'y accent circonflexe', + sbquo: 'Guillemet simple fermant', + '8219': 'Guillemet-virgule supérieur culbuté', + bdquo: 'Guillemet-virgule double inférieur', + hellip: 'Points de suspension', + trade: 'Symbole de marque déposée', + '9658': 'Flèche noire pointant vers la droite', + bull: 'Puce', + rarr: 'Flèche vers la droite', + rArr: 'Flèche double vers la droite', + hArr: 'Flèche double vers la gauche', + diams: 'Carreau', + asymp: 'Presque égal' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/fr.js b/sources/plugins/specialchar/dialogs/lang/fr.js new file mode 100644 index 00000000..c2f806f8 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/fr.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'fr', { + euro: 'Symbole Euro', + lsquo: 'Guillemet simple ouvrant', + rsquo: 'Guillemet simple fermant', + ldquo: 'Guillemet double ouvrant', + rdquo: 'Guillemet double fermant', + ndash: 'Tiret haut', + mdash: 'Tiret cadratin', + iexcl: 'Point d\'exclamation inversé', + cent: 'Symbole Cent', + pound: 'Symbole Livre Sterling', + curren: 'Symbole monétaire', + yen: 'Symbole Yen', + brvbar: 'Barre verticale scindée', + sect: 'Section', + uml: 'Tréma', + copy: 'Symbole Copyright', + ordf: 'Indicateur ordinal féminin', + laquo: 'Guillemet français ouvrant', + not: 'Crochet de négation', + reg: 'Marque déposée', + macr: 'Macron', + deg: 'Degré', + sup2: 'Exposant 2', + sup3: 'Exposant 3', + acute: 'Accent aigu', + micro: 'Omicron', + para: 'Paragraphe', + middot: 'Point médian', + cedil: 'Cédille', + sup1: 'Exposant 1', + ordm: 'Indicateur ordinal masculin', + raquo: 'Guillemet français fermant', + frac14: 'Un quart', + frac12: 'Un demi', + frac34: 'Trois quarts', + iquest: 'Point d\'interrogation inversé', + Agrave: 'A majuscule accent grave', + Aacute: 'A majuscule accent aigu', + Acirc: 'A majuscule accent circonflexe', + Atilde: 'A majuscule avec caron', + Auml: 'A majuscule tréma', + Aring: 'A majuscule avec un rond au-dessus', + AElig: 'Æ majuscule ligaturés', + Ccedil: 'C majuscule cédille', + Egrave: 'E majuscule accent grave', + Eacute: 'E majuscule accent aigu', + Ecirc: 'E majuscule accent circonflexe', + Euml: 'E majuscule tréma', + Igrave: 'I majuscule accent grave', + Iacute: 'I majuscule accent aigu', + Icirc: 'I majuscule accent circonflexe', + Iuml: 'I majuscule tréma', + ETH: 'Lettre majuscule islandaise ED', + Ntilde: 'N majuscule avec caron', + Ograve: 'O majuscule accent grave', + Oacute: 'O majuscule accent aigu', + Ocirc: 'O majuscule accent circonflexe', + Otilde: 'O majuscule avec caron', + Ouml: 'O majuscule tréma', + times: 'Multiplication', + Oslash: 'O majuscule barré', + Ugrave: 'U majuscule accent grave', + Uacute: 'U majuscule accent aigu', + Ucirc: 'U majuscule accent circonflexe', + Uuml: 'U majuscule tréma', + Yacute: 'Y majuscule accent aigu', + THORN: 'Lettre islandaise Thorn majuscule', + szlig: 'Lettre minuscule allemande s dur', + agrave: 'a minuscule accent grave', + aacute: 'a minuscule accent aigu', + acirc: 'a minuscule accent circonflexe', + atilde: 'a minuscule avec caron', + auml: 'a minuscule tréma', + aring: 'a minuscule avec un rond au-dessus', + aelig: 'æ minuscule ligaturés', + ccedil: 'c minuscule cédille', + egrave: 'e minuscule accent grave', + eacute: 'e minuscule accent aigu', + ecirc: 'e minuscule accent circonflexe', + euml: 'e minuscule tréma', + igrave: 'i minuscule accent grave', + iacute: 'i minuscule accent aigu', + icirc: 'i minuscule accent circonflexe', + iuml: 'i minuscule tréma', + eth: 'Lettre minuscule islandaise ED', + ntilde: 'n minuscule avec caron', + ograve: 'o minuscule accent grave', + oacute: 'o minuscule accent aigu', + ocirc: 'o minuscule accent circonflexe', + otilde: 'o minuscule avec caron', + ouml: 'o minuscule tréma', + divide: 'Division', + oslash: 'o minuscule barré', + ugrave: 'u minuscule accent grave', + uacute: 'u minuscule accent aigu', + ucirc: 'u minuscule accent circonflexe', + uuml: 'u minuscule tréma', + yacute: 'y minuscule accent aigu', + thorn: 'Lettre islandaise thorn minuscule', + yuml: 'y minuscule tréma', + OElig: 'ligature majuscule latine Œ', + oelig: 'ligature minuscule latine œ', + '372': 'W majuscule accent circonflexe', + '374': 'Y majuscule accent circonflexe', + '373': 'w minuscule accent circonflexe', + '375': 'y minuscule accent circonflexe', + sbquo: 'Guillemet simple fermant (anglais)', + '8219': 'Guillemet-virgule supérieur culbuté', + bdquo: 'Guillemet-virgule double inférieur', + hellip: 'Points de suspension', + trade: 'Marque commerciale (trade mark)', + '9658': 'Flèche noire pointant vers la droite', + bull: 'Gros point médian', + rarr: 'Flèche vers la droite', + rArr: 'Double flèche vers la droite', + hArr: 'Double flèche vers la gauche', + diams: 'Carreau noir', + asymp: 'Presque égal' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/gl.js b/sources/plugins/specialchar/dialogs/lang/gl.js new file mode 100644 index 00000000..7ada3dae --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/gl.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'gl', { + euro: 'Símbolo do euro', + lsquo: 'Comiña simple esquerda', + rsquo: 'Comiña simple dereita', + ldquo: 'Comiñas dobres esquerda', + rdquo: 'Comiñas dobres dereita', + ndash: 'Guión', + mdash: 'Raia', + iexcl: 'Signo de admiración invertido', + cent: 'Símbolo do centavo', + pound: 'Símbolo da libra', + curren: 'Símbolo de moeda', + yen: 'Símbolo do yen', + brvbar: 'Barra vertical rota', + sect: 'Símbolo de sección', + uml: 'Diérese', + copy: 'Símbolo de dereitos de autoría', + ordf: 'Indicador ordinal feminino', + laquo: 'Comiñas latinas, apertura', + not: 'Signo negación', + reg: 'Símbolo de marca rexistrada', + macr: 'Guión alto', + deg: 'Signo de grao', + sup2: 'Superíndice dous', + sup3: 'Superíndice tres', + acute: 'Acento agudo', + micro: 'Signo de micro', + para: 'Signo de pi', + middot: 'Punto medio', + cedil: 'Cedilla', + sup1: 'Superíndice un', + ordm: 'Indicador ordinal masculino', + raquo: 'Comiñas latinas, peche', + frac14: 'Fracción ordinaria de un cuarto', + frac12: 'Fracción ordinaria de un medio', + frac34: 'Fracción ordinaria de tres cuartos', + iquest: 'Signo de interrogación invertido', + Agrave: 'Letra A latina maiúscula con acento grave', + Aacute: 'Letra A latina maiúscula con acento agudo', + Acirc: 'Letra A latina maiúscula con acento circunflexo', + Atilde: 'Letra A latina maiúscula con til', + Auml: 'Letra A latina maiúscula con diérese', + Aring: 'Letra A latina maiúscula con aro enriba', + AElig: 'Letra Æ latina maiúscula', + Ccedil: 'Letra C latina maiúscula con cedilla', + Egrave: 'Letra E latina maiúscula con acento grave', + Eacute: 'Letra E latina maiúscula con acento agudo', + Ecirc: 'Letra E latina maiúscula con acento circunflexo', + Euml: 'Letra E latina maiúscula con diérese', + Igrave: 'Letra I latina maiúscula con acento grave', + Iacute: 'Letra I latina maiúscula con acento agudo', + Icirc: 'Letra I latina maiúscula con acento circunflexo', + Iuml: 'Letra I latina maiúscula con diérese', + ETH: 'Letra Ed latina maiúscula', + Ntilde: 'Letra N latina maiúscula con til', + Ograve: 'Letra O latina maiúscula con acento grave', + Oacute: 'Letra O latina maiúscula con acento agudo', + Ocirc: 'Letra O latina maiúscula con acento circunflexo', + Otilde: 'Letra O latina maiúscula con til', + Ouml: 'Letra O latina maiúscula con diérese', + times: 'Signo de multiplicación', + Oslash: 'Letra O latina maiúscula con barra transversal', + Ugrave: 'Letra U latina maiúscula con acento grave', + Uacute: 'Letra U latina maiúscula con acento agudo', + Ucirc: 'Letra U latina maiúscula con acento circunflexo', + Uuml: 'Letra U latina maiúscula con diérese', + Yacute: 'Letra Y latina maiúscula con acento agudo', + THORN: 'Letra Thorn latina maiúscula', + szlig: 'Letra s latina forte minúscula', + agrave: 'Letra a latina minúscula con acento grave', + aacute: 'Letra a latina minúscula con acento agudo', + acirc: 'Letra a latina minúscula con acento circunflexo', + atilde: 'Letra a latina minúscula con til', + auml: 'Letra a latina minúscula con diérese', + aring: 'Letra a latina minúscula con aro enriba', + aelig: 'Letra æ latina minúscula', + ccedil: 'Letra c latina minúscula con cedilla', + egrave: 'Letra e latina minúscula con acento grave', + eacute: 'Letra e latina minúscula con acento agudo', + ecirc: 'Letra e latina minúscula con acento circunflexo', + euml: 'Letra e latina minúscula con diérese', + igrave: 'Letra i latina minúscula con acento grave', + iacute: 'Letra i latina minúscula con acento agudo', + icirc: 'Letra i latina minúscula con acento circunflexo', + iuml: 'Letra i latina minúscula con diérese', + eth: 'Letra ed latina minúscula', + ntilde: 'Letra n latina minúscula con til', + ograve: 'Letra o latina minúscula con acento grave', + oacute: 'Letra o latina minúscula con acento agudo', + ocirc: 'Letra o latina minúscula con acento circunflexo', + otilde: 'Letra o latina minúscula con til', + ouml: 'Letra o latina minúscula con diérese', + divide: 'Signo de división', + oslash: 'Letra o latina minúscula con barra transversal', + ugrave: 'Letra u latina minúscula con acento grave', + uacute: 'Letra u latina minúscula con acento agudo', + ucirc: 'Letra u latina minúscula con acento circunflexo', + uuml: 'Letra u latina minúscula con diérese', + yacute: 'Letra y latina minúscula con acento agudo', + thorn: 'Letra Thorn latina minúscula', + yuml: 'Letra y latina minúscula con diérese', + OElig: 'Ligadura OE latina maiúscula', + oelig: 'Ligadura oe latina minúscula', + '372': 'Letra W latina maiúscula con acento circunflexo', + '374': 'Letra Y latina maiúscula con acento circunflexo', + '373': 'Letra w latina minúscula con acento circunflexo', + '375': 'Letra y latina minúscula con acento circunflexo', + sbquo: 'Comiña simple baixa, de apertura', + '8219': 'Comiña simple alta, de peche', + bdquo: 'Comiñas dobres baixas, de apertura', + hellip: 'Elipse, puntos suspensivos', + trade: 'Signo de marca rexistrada', + '9658': 'Apuntador negro apuntando á dereita', + bull: 'Viñeta', + rarr: 'Frecha á dereita', + rArr: 'Frecha dobre á dereita', + hArr: 'Frecha dobre da esquerda á dereita', + diams: 'Diamante negro', + asymp: 'Case igual a' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/he.js b/sources/plugins/specialchar/dialogs/lang/he.js new file mode 100644 index 00000000..392fa78c --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/he.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'he', { + euro: 'יורו', + lsquo: 'סימן ציטוט יחיד שמאלי', + rsquo: 'סימן ציטוט יחיד ימני', + ldquo: 'סימן ציטוט כפול שמאלי', + rdquo: 'סימן ציטוט כפול ימני', + ndash: 'קו מפריד קצר', + mdash: 'קו מפריד ארוך', + iexcl: 'סימן קריאה הפוך', + cent: 'סנט', + pound: 'פאונד', + curren: 'מטבע', + yen: 'ין', + brvbar: 'קו שבור', + sect: 'סימן מקטע', + uml: 'שתי נקודות אופקיות (Diaeresis)', + copy: 'סימן זכויות יוצרים (Copyright)', + ordf: 'סימן אורדינאלי נקבי', + laquo: 'סימן ציטוט זווית כפולה לשמאל', + not: 'סימן שלילה מתמטי', + reg: 'סימן רשום', + macr: 'מקרון (הגיה ארוכה)', + deg: 'מעלות', + sup2: '2 בכתיב עילי', + sup3: '3 בכתיב עילי', + acute: 'סימן דגוש (Acute)', + micro: 'מיקרו', + para: 'סימון פסקה', + middot: 'נקודה אמצעית', + cedil: 'סדיליה', + sup1: '1 בכתיב עילי', + ordm: 'סימן אורדינאלי זכרי', + raquo: 'סימן ציטוט זווית כפולה לימין', + frac14: 'רבע בשבר פשוט', + frac12: 'חצי בשבר פשוט', + frac34: 'שלושה רבעים בשבר פשוט', + iquest: 'סימן שאלה הפוך', + Agrave: 'אות לטינית A עם גרש (Grave)', + Aacute: 'Latin capital letter A with acute accent', // MISSING + Acirc: 'Latin capital letter A with circumflex', // MISSING + Atilde: 'Latin capital letter A with tilde', // MISSING + Auml: 'Latin capital letter A with diaeresis', // MISSING + Aring: 'Latin capital letter A with ring above', // MISSING + AElig: 'אות לטינית Æ גדולה', + Ccedil: 'Latin capital letter C with cedilla', // MISSING + Egrave: 'אות לטינית E עם גרש (Grave)', + Eacute: 'Latin capital letter E with acute accent', // MISSING + Ecirc: 'Latin capital letter E with circumflex', // MISSING + Euml: 'Latin capital letter E with diaeresis', // MISSING + Igrave: 'אות לטינית I עם גרש (Grave)', + Iacute: 'Latin capital letter I with acute accent', // MISSING + Icirc: 'Latin capital letter I with circumflex', // MISSING + Iuml: 'Latin capital letter I with diaeresis', // MISSING + ETH: 'אות לטינית Eth גדולה', + Ntilde: 'Latin capital letter N with tilde', // MISSING + Ograve: 'אות לטינית O עם גרש (Grave)', + Oacute: 'Latin capital letter O with acute accent', // MISSING + Ocirc: 'Latin capital letter O with circumflex', // MISSING + Otilde: 'Latin capital letter O with tilde', // MISSING + Ouml: 'Latin capital letter O with diaeresis', // MISSING + times: 'סימן כפל', + Oslash: 'Latin capital letter O with stroke', // MISSING + Ugrave: 'אות לטינית U עם גרש (Grave)', + Uacute: 'Latin capital letter U with acute accent', // MISSING + Ucirc: 'Latin capital letter U with circumflex', // MISSING + Uuml: 'Latin capital letter U with diaeresis', // MISSING + Yacute: 'Latin capital letter Y with acute accent', // MISSING + THORN: 'אות לטינית Thorn גדולה', + szlig: 'אות לטינית s חדה קטנה', + agrave: 'אות לטינית a עם גרש (Grave)', + aacute: 'Latin small letter a with acute accent', // MISSING + acirc: 'Latin small letter a with circumflex', // MISSING + atilde: 'Latin small letter a with tilde', // MISSING + auml: 'Latin small letter a with diaeresis', // MISSING + aring: 'Latin small letter a with ring above', // MISSING + aelig: 'אות לטינית æ קטנה', + ccedil: 'Latin small letter c with cedilla', // MISSING + egrave: 'אות לטינית e עם גרש (Grave)', + eacute: 'Latin small letter e with acute accent', // MISSING + ecirc: 'Latin small letter e with circumflex', // MISSING + euml: 'Latin small letter e with diaeresis', // MISSING + igrave: 'אות לטינית i עם גרש (Grave)', + iacute: 'Latin small letter i with acute accent', // MISSING + icirc: 'Latin small letter i with circumflex', // MISSING + iuml: 'Latin small letter i with diaeresis', // MISSING + eth: 'אות לטינית eth קטנה', + ntilde: 'Latin small letter n with tilde', // MISSING + ograve: 'אות לטינית o עם גרש (Grave)', + oacute: 'Latin small letter o with acute accent', // MISSING + ocirc: 'Latin small letter o with circumflex', // MISSING + otilde: 'Latin small letter o with tilde', // MISSING + ouml: 'Latin small letter o with diaeresis', // MISSING + divide: 'סימן חלוקה', + oslash: 'Latin small letter o with stroke', // MISSING + ugrave: 'אות לטינית u עם גרש (Grave)', + uacute: 'Latin small letter u with acute accent', // MISSING + ucirc: 'Latin small letter u with circumflex', // MISSING + uuml: 'Latin small letter u with diaeresis', // MISSING + yacute: 'Latin small letter y with acute accent', // MISSING + thorn: 'אות לטינית thorn קטנה', + yuml: 'Latin small letter y with diaeresis', // MISSING + OElig: 'Latin capital ligature OE', // MISSING + oelig: 'Latin small ligature oe', // MISSING + '372': 'Latin capital letter W with circumflex', // MISSING + '374': 'Latin capital letter Y with circumflex', // MISSING + '373': 'Latin small letter w with circumflex', // MISSING + '375': 'Latin small letter y with circumflex', // MISSING + sbquo: 'סימן ציטוט נמוך יחיד', + '8219': 'סימן ציטוט', + bdquo: 'סימן ציטוט נמוך כפול', + hellip: 'שלוש נקודות', + trade: 'סימן טריידמארק', + '9658': 'סמן שחור לצד ימין', + bull: 'תבליט (רשימה)', + rarr: 'חץ לימין', + rArr: 'חץ כפול לימין', + hArr: 'חץ כפול לימין ושמאל', + diams: 'יהלום מלא', + asymp: 'כמעט שווה' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/hr.js b/sources/plugins/specialchar/dialogs/lang/hr.js new file mode 100644 index 00000000..f248bbfe --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/hr.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'hr', { + euro: 'Euro znak', + lsquo: 'Lijevi jednostruki navodnik', + rsquo: 'Desni jednostruki navodnik', + ldquo: 'Lijevi dvostruki navodnik', + rdquo: 'Desni dvostruki navodnik', + ndash: 'En crtica', + mdash: 'Em crtica', + iexcl: 'Naopaki uskličnik', + cent: 'Cent znak', + pound: 'Funta znak', + curren: 'Znak valute', + yen: 'Yen znak', + brvbar: 'Potrgana prečka', + sect: 'Znak odjeljka', + uml: 'Prijeglasi', + copy: 'Copyright znak', + ordf: 'Feminine ordinal indicator', // MISSING + laquo: 'Lijevi dvostruki uglati navodnik', + not: 'Not znak', + reg: 'Registered znak', + macr: 'Macron', // MISSING + deg: 'Stupanj znak', + sup2: 'Superscript two', // MISSING + sup3: 'Superscript three', // MISSING + acute: 'Acute accent', // MISSING + micro: 'Mikro znak', + para: 'Pilcrow sign', // MISSING + middot: 'Srednja točka', + cedil: 'Cedilla', // MISSING + sup1: 'Superscript one', // MISSING + ordm: 'Masculine ordinal indicator', // MISSING + raquo: 'Desni dvostruku uglati navodnik', + frac14: 'Vulgar fraction one quarter', // MISSING + frac12: 'Vulgar fraction one half', // MISSING + frac34: 'Vulgar fraction three quarters', // MISSING + iquest: 'Naopaki upitnik', + Agrave: 'Veliko latinsko slovo A s akcentom', + Aacute: 'Latinično veliko slovo A sa oštrim naglaskom', + Acirc: 'Latin capital letter A with circumflex', // MISSING + Atilde: 'Latin capital letter A with tilde', // MISSING + Auml: 'Latin capital letter A with diaeresis', // MISSING + Aring: 'Latin capital letter A with ring above', // MISSING + AElig: 'Latin Capital letter Æ', // MISSING + Ccedil: 'Latin capital letter C with cedilla', // MISSING + Egrave: 'Latin capital letter E with grave accent', // MISSING + Eacute: 'Latin capital letter E with acute accent', // MISSING + Ecirc: 'Latin capital letter E with circumflex', // MISSING + Euml: 'Latin capital letter E with diaeresis', // MISSING + Igrave: 'Latin capital letter I with grave accent', // MISSING + Iacute: 'Latin capital letter I with acute accent', // MISSING + Icirc: 'Latin capital letter I with circumflex', // MISSING + Iuml: 'Latin capital letter I with diaeresis', // MISSING + ETH: 'Latin capital letter Eth', // MISSING + Ntilde: 'Latin capital letter N with tilde', // MISSING + Ograve: 'Latin capital letter O with grave accent', // MISSING + Oacute: 'Latin capital letter O with acute accent', // MISSING + Ocirc: 'Latin capital letter O with circumflex', // MISSING + Otilde: 'Latin capital letter O with tilde', // MISSING + Ouml: 'Latin capital letter O with diaeresis', // MISSING + times: 'Multiplication sign', // MISSING + Oslash: 'Latin capital letter O with stroke', // MISSING + Ugrave: 'Latin capital letter U with grave accent', // MISSING + Uacute: 'Latin capital letter U with acute accent', // MISSING + Ucirc: 'Latin capital letter U with circumflex', // MISSING + Uuml: 'Latin capital letter U with diaeresis', // MISSING + Yacute: 'Latin capital letter Y with acute accent', // MISSING + THORN: 'Latin capital letter Thorn', // MISSING + szlig: 'Latin small letter sharp s', // MISSING + agrave: 'Latin small letter a with grave accent', // MISSING + aacute: 'Latin small letter a with acute accent', // MISSING + acirc: 'Latin small letter a with circumflex', // MISSING + atilde: 'Latin small letter a with tilde', // MISSING + auml: 'Latin small letter a with diaeresis', // MISSING + aring: 'Latin small letter a with ring above', // MISSING + aelig: 'Latin small letter æ', // MISSING + ccedil: 'Latin small letter c with cedilla', // MISSING + egrave: 'Latin small letter e with grave accent', // MISSING + eacute: 'Latin small letter e with acute accent', // MISSING + ecirc: 'Latin small letter e with circumflex', // MISSING + euml: 'Latin small letter e with diaeresis', // MISSING + igrave: 'Latin small letter i with grave accent', // MISSING + iacute: 'Latin small letter i with acute accent', // MISSING + icirc: 'Latin small letter i with circumflex', // MISSING + iuml: 'Latin small letter i with diaeresis', // MISSING + eth: 'Latin small letter eth', // MISSING + ntilde: 'Latin small letter n with tilde', // MISSING + ograve: 'Latin small letter o with grave accent', // MISSING + oacute: 'Latin small letter o with acute accent', // MISSING + ocirc: 'Latin small letter o with circumflex', // MISSING + otilde: 'Latin small letter o with tilde', // MISSING + ouml: 'Latin small letter o with diaeresis', // MISSING + divide: 'Division sign', // MISSING + oslash: 'Latin small letter o with stroke', // MISSING + ugrave: 'Latin small letter u with grave accent', // MISSING + uacute: 'Latin small letter u with acute accent', // MISSING + ucirc: 'Latin small letter u with circumflex', // MISSING + uuml: 'Latin small letter u with diaeresis', // MISSING + yacute: 'Latin small letter y with acute accent', // MISSING + thorn: 'Latin small letter thorn', // MISSING + yuml: 'Latin small letter y with diaeresis', // MISSING + OElig: 'Latin capital ligature OE', // MISSING + oelig: 'Latin small ligature oe', // MISSING + '372': 'Latin capital letter W with circumflex', // MISSING + '374': 'Latin capital letter Y with circumflex', // MISSING + '373': 'Latin small letter w with circumflex', // MISSING + '375': 'Latin small letter y with circumflex', // MISSING + sbquo: 'Single low-9 quotation mark', // MISSING + '8219': 'Single high-reversed-9 quotation mark', // MISSING + bdquo: 'Double low-9 quotation mark', // MISSING + hellip: 'Horizontal ellipsis', // MISSING + trade: 'Trade mark sign', // MISSING + '9658': 'Black right-pointing pointer', // MISSING + bull: 'Bullet', // MISSING + rarr: 'Rightwards arrow', // MISSING + rArr: 'Rightwards double arrow', // MISSING + hArr: 'Left right double arrow', // MISSING + diams: 'Black diamond suit', // MISSING + asymp: 'Almost equal to' // MISSING +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/hu.js b/sources/plugins/specialchar/dialogs/lang/hu.js new file mode 100644 index 00000000..14125deb --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/hu.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'hu', { + euro: 'Euró jel', + lsquo: 'Bal szimpla idézőjel', + rsquo: 'Jobb szimpla idézőjel', + ldquo: 'Bal dupla idézőjel', + rdquo: 'Jobb dupla idézőjel', + ndash: 'Rövid gondolatjel', + mdash: 'Hosszú gondolatjel', + iexcl: 'Fordított felkiáltójel', + cent: 'Cent jel', + pound: 'Font jel', + curren: 'Valuta jel', + yen: 'Yen jel', + brvbar: 'Hosszú kettőspont', + sect: 'Paragrafus jel', + uml: 'Kettős hangzó jel', + copy: 'Szerzői jog jel', + ordf: 'Női sorrend mutatója', + laquo: 'Balra mutató duplanyíl', + not: 'Feltételes kötőjel', + reg: 'Bejegyzett védjegy jele', + macr: 'Hosszúsági jel', + deg: 'Fok jel', + sup2: 'Négyzeten jel', + sup3: 'Köbön jel', + acute: 'Éles ékezet', + micro: 'Mikro-jel', + para: 'Bekezdés jel', + middot: 'Közép pont', + cedil: 'Cédille', + sup1: 'Elsőn jel', + ordm: 'Férfi sorrend mutatója', + raquo: 'Jobbra mutató duplanyíl', + frac14: 'Egy negyed jel', + frac12: 'Egy ketted jel', + frac34: 'Három negyed jel', + iquest: 'Fordított kérdőjel', + Agrave: 'Latin nagy A fordított ékezettel', + Aacute: 'Latin nagy A normál ékezettel', + Acirc: 'Latin nagy A hajtott ékezettel', + Atilde: 'Latin nagy A hullámjellel', + Auml: 'Latin nagy A kettőspont ékezettel', + Aring: 'Latin nagy A gyűrű ékezettel', + AElig: 'Latin nagy Æ betű', + Ccedil: 'Latin nagy C cedillával', + Egrave: 'Latin nagy E fordított ékezettel', + Eacute: 'Latin nagy E normál ékezettel', + Ecirc: 'Latin nagy E hajtott ékezettel', + Euml: 'Latin nagy E dupla kettőspont ékezettel', + Igrave: 'Latin nagy I fordított ékezettel', + Iacute: 'Latin nagy I normál ékezettel', + Icirc: 'Latin nagy I hajtott ékezettel', + Iuml: 'Latin nagy I kettőspont ékezettel', + ETH: 'Latin nagy Eth betű', + Ntilde: 'Latin nagy N hullámjellel', + Ograve: 'Latin nagy O fordított ékezettel', + Oacute: 'Latin nagy O normál ékezettel', + Ocirc: 'Latin nagy O hajtott ékezettel', + Otilde: 'Latin nagy O hullámjellel', + Ouml: 'Latin nagy O kettőspont ékezettel', + times: 'Szorzás jel', + Oslash: 'Latin O betű áthúzással', + Ugrave: 'Latin nagy U fordított ékezettel', + Uacute: 'Latin nagy U normál ékezettel', + Ucirc: 'Latin nagy U hajtott ékezettel', + Uuml: 'Latin nagy U kettőspont ékezettel', + Yacute: 'Latin nagy Y normál ékezettel', + THORN: 'Latin nagy Thorn betű', + szlig: 'Latin kis s betű', + agrave: 'Latin kis a fordított ékezettel', + aacute: 'Latin kis a normál ékezettel', + acirc: 'Latin kis a hajtott ékezettel', + atilde: 'Latin kis a hullámjellel', + auml: 'Latin kis a kettőspont ékezettel', + aring: 'Latin kis a gyűrű ékezettel', + aelig: 'Latin kis æ betű', + ccedil: 'Latin kis c cedillával', + egrave: 'Latin kis e fordított ékezettel', + eacute: 'Latin kis e normál ékezettel', + ecirc: 'Latin kis e hajtott ékezettel', + euml: 'Latin kis e dupla kettőspont ékezettel', + igrave: 'Latin kis i fordított ékezettel', + iacute: 'Latin kis i normál ékezettel', + icirc: 'Latin kis i hajtott ékezettel', + iuml: 'Latin kis i kettőspont ékezettel', + eth: 'Latin kis eth betű', + ntilde: 'Latin kis n hullámjellel', + ograve: 'Latin kis o fordított ékezettel', + oacute: 'Latin kis o normál ékezettel', + ocirc: 'Latin kis o hajtott ékezettel', + otilde: 'Latin kis o hullámjellel', + ouml: 'Latin kis o kettőspont ékezettel', + divide: 'Osztásjel', + oslash: 'Latin kis o betű áthúzással', + ugrave: 'Latin kis u fordított ékezettel', + uacute: 'Latin kis u normál ékezettel', + ucirc: 'Latin kis u hajtott ékezettel', + uuml: 'Latin kis u kettőspont ékezettel', + yacute: 'Latin kis y normál ékezettel', + thorn: 'Latin kis thorn jel', + yuml: 'Latin kis y kettőspont ékezettel', + OElig: 'Latin nagy OE-jel', + oelig: 'Latin kis oe-jel', + '372': 'Latin nagy W hajtott ékezettel', + '374': 'Latin nagy Y hajtott ékezettel', + '373': 'Latin kis w hajtott ékezettel', + '375': 'Latin kis y hajtott ékezettel', + sbquo: 'Nyitó nyomdai szimpla idézőjel', + '8219': 'Záró nyomdai záró idézőjel', + bdquo: 'Nyitó nyomdai dupla idézőjel', + hellip: 'Három pont', + trade: 'Kereskedelmi védjegy jele', + '9658': 'Jobbra mutató fekete mutató', + bull: 'Golyó', + rarr: 'Jobbra mutató nyíl', + rArr: 'Jobbra mutató duplanyíl', + hArr: 'Bal-jobb duplanyíl', + diams: 'Fekete gyémánt jel', + asymp: 'Majdnem egyenlő jel' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/id.js b/sources/plugins/specialchar/dialogs/lang/id.js new file mode 100644 index 00000000..0de4e7c4 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/id.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'id', { + euro: 'Tanda Euro', + lsquo: 'Left single quotation mark', // MISSING + rsquo: 'Right single quotation mark', // MISSING + ldquo: 'Left double quotation mark', // MISSING + rdquo: 'Right double quotation mark', // MISSING + ndash: 'En dash', // MISSING + mdash: 'Em dash', // MISSING + iexcl: 'Inverted exclamation mark', // MISSING + cent: 'Cent sign', // MISSING + pound: 'Pound sign', // MISSING + curren: 'Currency sign', // MISSING + yen: 'Tanda Yen', + brvbar: 'Broken bar', // MISSING + sect: 'Section sign', // MISSING + uml: 'Diaeresis', // MISSING + copy: 'Tanda Hak Cipta', + ordf: 'Feminine ordinal indicator', // MISSING + laquo: 'Left-pointing double angle quotation mark', // MISSING + not: 'Not sign', // MISSING + reg: 'Tanda Telah Terdaftar', + macr: 'Macron', // MISSING + deg: 'Degree sign', // MISSING + sup2: 'Superscript two', // MISSING + sup3: 'Superscript three', // MISSING + acute: 'Acute accent', // MISSING + micro: 'Micro sign', // MISSING + para: 'Pilcrow sign', // MISSING + middot: 'Middle dot', // MISSING + cedil: 'Cedilla', // MISSING + sup1: 'Superscript one', // MISSING + ordm: 'Masculine ordinal indicator', // MISSING + raquo: 'Right-pointing double angle quotation mark', // MISSING + frac14: 'Vulgar fraction one quarter', // MISSING + frac12: 'Vulgar fraction one half', // MISSING + frac34: 'Vulgar fraction three quarters', // MISSING + iquest: 'Inverted question mark', // MISSING + Agrave: 'Latin capital letter A with grave accent', // MISSING + Aacute: 'Latin capital letter A with acute accent', // MISSING + Acirc: 'Latin capital letter A with circumflex', // MISSING + Atilde: 'Latin capital letter A with tilde', // MISSING + Auml: 'Latin capital letter A with diaeresis', // MISSING + Aring: 'Latin capital letter A with ring above', // MISSING + AElig: 'Latin Capital letter Æ', // MISSING + Ccedil: 'Latin capital letter C with cedilla', // MISSING + Egrave: 'Latin capital letter E with grave accent', // MISSING + Eacute: 'Latin capital letter E with acute accent', // MISSING + Ecirc: 'Latin capital letter E with circumflex', // MISSING + Euml: 'Latin capital letter E with diaeresis', // MISSING + Igrave: 'Latin capital letter I with grave accent', // MISSING + Iacute: 'Latin capital letter I with acute accent', // MISSING + Icirc: 'Latin capital letter I with circumflex', // MISSING + Iuml: 'Latin capital letter I with diaeresis', // MISSING + ETH: 'Latin capital letter Eth', // MISSING + Ntilde: 'Latin capital letter N with tilde', // MISSING + Ograve: 'Latin capital letter O with grave accent', // MISSING + Oacute: 'Latin capital letter O with acute accent', // MISSING + Ocirc: 'Latin capital letter O with circumflex', // MISSING + Otilde: 'Latin capital letter O with tilde', // MISSING + Ouml: 'Latin capital letter O with diaeresis', // MISSING + times: 'Multiplication sign', // MISSING + Oslash: 'Latin capital letter O with stroke', // MISSING + Ugrave: 'Latin capital letter U with grave accent', // MISSING + Uacute: 'Latin capital letter U with acute accent', // MISSING + Ucirc: 'Latin capital letter U with circumflex', // MISSING + Uuml: 'Latin capital letter U with diaeresis', // MISSING + Yacute: 'Latin capital letter Y with acute accent', // MISSING + THORN: 'Latin capital letter Thorn', // MISSING + szlig: 'Latin small letter sharp s', // MISSING + agrave: 'Latin small letter a with grave accent', // MISSING + aacute: 'Latin small letter a with acute accent', // MISSING + acirc: 'Latin small letter a with circumflex', // MISSING + atilde: 'Latin small letter a with tilde', // MISSING + auml: 'Latin small letter a with diaeresis', // MISSING + aring: 'Latin small letter a with ring above', // MISSING + aelig: 'Latin small letter æ', // MISSING + ccedil: 'Latin small letter c with cedilla', // MISSING + egrave: 'Latin small letter e with grave accent', // MISSING + eacute: 'Latin small letter e with acute accent', // MISSING + ecirc: 'Latin small letter e with circumflex', // MISSING + euml: 'Latin small letter e with diaeresis', // MISSING + igrave: 'Latin small letter i with grave accent', // MISSING + iacute: 'Latin small letter i with acute accent', // MISSING + icirc: 'Latin small letter i with circumflex', // MISSING + iuml: 'Latin small letter i with diaeresis', // MISSING + eth: 'Latin small letter eth', // MISSING + ntilde: 'Latin small letter n with tilde', // MISSING + ograve: 'Latin small letter o with grave accent', // MISSING + oacute: 'Latin small letter o with acute accent', // MISSING + ocirc: 'Latin small letter o with circumflex', // MISSING + otilde: 'Latin small letter o with tilde', // MISSING + ouml: 'Latin small letter o with diaeresis', // MISSING + divide: 'Division sign', // MISSING + oslash: 'Latin small letter o with stroke', // MISSING + ugrave: 'Latin small letter u with grave accent', // MISSING + uacute: 'Latin small letter u with acute accent', // MISSING + ucirc: 'Latin small letter u with circumflex', // MISSING + uuml: 'Latin small letter u with diaeresis', // MISSING + yacute: 'Latin small letter y with acute accent', // MISSING + thorn: 'Latin small letter thorn', // MISSING + yuml: 'Latin small letter y with diaeresis', // MISSING + OElig: 'Latin capital ligature OE', // MISSING + oelig: 'Latin small ligature oe', // MISSING + '372': 'Latin capital letter W with circumflex', // MISSING + '374': 'Latin capital letter Y with circumflex', // MISSING + '373': 'Latin small letter w with circumflex', // MISSING + '375': 'Latin small letter y with circumflex', // MISSING + sbquo: 'Single low-9 quotation mark', // MISSING + '8219': 'Single high-reversed-9 quotation mark', // MISSING + bdquo: 'Double low-9 quotation mark', // MISSING + hellip: 'Horizontal ellipsis', // MISSING + trade: 'Trade mark sign', // MISSING + '9658': 'Black right-pointing pointer', // MISSING + bull: 'Bullet', // MISSING + rarr: 'Rightwards arrow', // MISSING + rArr: 'Rightwards double arrow', // MISSING + hArr: 'Left right double arrow', // MISSING + diams: 'Black diamond suit', // MISSING + asymp: 'Almost equal to' // MISSING +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/it.js b/sources/plugins/specialchar/dialogs/lang/it.js new file mode 100644 index 00000000..0ad43d81 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/it.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'it', { + euro: 'Simbolo Euro', + lsquo: 'Virgoletta singola sinistra', + rsquo: 'Virgoletta singola destra', + ldquo: 'Virgolette aperte', + rdquo: 'Virgolette chiuse', + ndash: 'Trattino', + mdash: 'Trattino lungo', + iexcl: 'Punto esclavamativo invertito', + cent: 'Simbolo Cent', + pound: 'Simbolo Sterlina', + curren: 'Simbolo Moneta', + yen: 'Simbolo Yen', + brvbar: 'Barra interrotta', + sect: 'Simbolo di sezione', + uml: 'Dieresi', + copy: 'Simbolo Copyright', + ordf: 'Indicatore ordinale femminile', + laquo: 'Virgolette basse aperte', + not: 'Nessun segno', + reg: 'Simbolo Registrato', + macr: 'Macron', + deg: 'Simbolo Grado', + sup2: 'Apice Due', + sup3: 'Apice Tre', + acute: 'Accento acuto', + micro: 'Simbolo Micro', + para: 'Simbolo Paragrafo', + middot: 'Punto centrale', + cedil: 'Cediglia', + sup1: 'Apice Uno', + ordm: 'Indicatore ordinale maschile', + raquo: 'Virgolette basse chiuse', + frac14: 'Frazione volgare un quarto', + frac12: 'Frazione volgare un mezzo', + frac34: 'Frazione volgare tre quarti', + iquest: 'Punto interrogativo invertito', + Agrave: 'Lettera maiuscola latina A con accento grave', + Aacute: 'Lettera maiuscola latina A con accento acuto', + Acirc: 'Lettera maiuscola latina A con accento circonflesso', + Atilde: 'Lettera maiuscola latina A con tilde', + Auml: 'Lettera maiuscola latina A con dieresi', + Aring: 'Lettera maiuscola latina A con anello sopra', + AElig: 'Lettera maiuscola latina AE', + Ccedil: 'Lettera maiuscola latina C con cediglia', + Egrave: 'Lettera maiuscola latina E con accento grave', + Eacute: 'Lettera maiuscola latina E con accento acuto', + Ecirc: 'Lettera maiuscola latina E con accento circonflesso', + Euml: 'Lettera maiuscola latina E con dieresi', + Igrave: 'Lettera maiuscola latina I con accento grave', + Iacute: 'Lettera maiuscola latina I con accento acuto', + Icirc: 'Lettera maiuscola latina I con accento circonflesso', + Iuml: 'Lettera maiuscola latina I con dieresi', + ETH: 'Lettera maiuscola latina Eth', + Ntilde: 'Lettera maiuscola latina N con tilde', + Ograve: 'Lettera maiuscola latina O con accento grave', + Oacute: 'Lettera maiuscola latina O con accento acuto', + Ocirc: 'Lettera maiuscola latina O con accento circonflesso', + Otilde: 'Lettera maiuscola latina O con tilde', + Ouml: 'Lettera maiuscola latina O con dieresi', + times: 'Simbolo di moltiplicazione', + Oslash: 'Lettera maiuscola latina O barrata', + Ugrave: 'Lettera maiuscola latina U con accento grave', + Uacute: 'Lettera maiuscola latina U con accento acuto', + Ucirc: 'Lettera maiuscola latina U con accento circonflesso', + Uuml: 'Lettera maiuscola latina U con accento circonflesso', + Yacute: 'Lettera maiuscola latina Y con accento acuto', + THORN: 'Lettera maiuscola latina Thorn', + szlig: 'Lettera latina minuscola doppia S', + agrave: 'Lettera minuscola latina a con accento grave', + aacute: 'Lettera minuscola latina a con accento acuto', + acirc: 'Lettera minuscola latina a con accento circonflesso', + atilde: 'Lettera minuscola latina a con tilde', + auml: 'Lettera minuscola latina a con dieresi', + aring: 'Lettera minuscola latina a con anello superiore', + aelig: 'Lettera minuscola latina ae', + ccedil: 'Lettera minuscola latina c con cediglia', + egrave: 'Lettera minuscola latina e con accento grave', + eacute: 'Lettera minuscola latina e con accento acuto', + ecirc: 'Lettera minuscola latina e con accento circonflesso', + euml: 'Lettera minuscola latina e con dieresi', + igrave: 'Lettera minuscola latina i con accento grave', + iacute: 'Lettera minuscola latina i con accento acuto', + icirc: 'Lettera minuscola latina i con accento circonflesso', + iuml: 'Lettera minuscola latina i con dieresi', + eth: 'Lettera minuscola latina eth', + ntilde: 'Lettera minuscola latina n con tilde', + ograve: 'Lettera minuscola latina o con accento grave', + oacute: 'Lettera minuscola latina o con accento acuto', + ocirc: 'Lettera minuscola latina o con accento circonflesso', + otilde: 'Lettera minuscola latina o con tilde', + ouml: 'Lettera minuscola latina o con dieresi', + divide: 'Simbolo di divisione', + oslash: 'Lettera minuscola latina o barrata', + ugrave: 'Lettera minuscola latina u con accento grave', + uacute: 'Lettera minuscola latina u con accento acuto', + ucirc: 'Lettera minuscola latina u con accento circonflesso', + uuml: 'Lettera minuscola latina u con dieresi', + yacute: 'Lettera minuscola latina y con accento acuto', + thorn: 'Lettera minuscola latina thorn', + yuml: 'Lettera minuscola latina y con dieresi', + OElig: 'Legatura maiuscola latina OE', + oelig: 'Legatura minuscola latina oe', + '372': 'Lettera maiuscola latina W con accento circonflesso', + '374': 'Lettera maiuscola latina Y con accento circonflesso', + '373': 'Lettera minuscola latina w con accento circonflesso', + '375': 'Lettera minuscola latina y con accento circonflesso', + sbquo: 'Singola virgoletta bassa low-9', + '8219': 'Singola virgoletta bassa low-9 inversa', + bdquo: 'Doppia virgoletta bassa low-9', + hellip: 'Ellissi orizzontale', + trade: 'Simbolo TM', + '9658': 'Puntatore nero rivolto verso destra', + bull: 'Punto', + rarr: 'Freccia verso destra', + rArr: 'Doppia freccia verso destra', + hArr: 'Doppia freccia sinistra destra', + diams: 'Simbolo nero diamante', + asymp: 'Quasi uguale a' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/ja.js b/sources/plugins/specialchar/dialogs/lang/ja.js new file mode 100644 index 00000000..8505febe --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/ja.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'ja', { + euro: 'ユーロ記号', + lsquo: '左シングル引用符', + rsquo: '右シングル引用符', + ldquo: '左ダブル引用符', + rdquo: '右ダブル引用符', + ndash: '半角ダッシュ', + mdash: '全角ダッシュ', + iexcl: '逆さ感嘆符', + cent: 'セント記号', + pound: 'ポンド記号', + curren: '通貨記号', + yen: '円記号', + brvbar: '上下に分かれた縦棒', + sect: '節記号', + uml: '分音記号(ウムラウト)', + copy: '著作権表示記号', + ordf: '女性序数標識', + laquo: ' 始め二重山括弧引用記号', + not: '論理否定記号', + reg: '登録商標記号', + macr: '長音符', + deg: '度記号', + sup2: '上つき2, 2乗', + sup3: '上つき3, 3乗', + acute: '揚音符', + micro: 'ミクロン記号', + para: '段落記号', + middot: '中黒', + cedil: 'セディラ', + sup1: '上つき1', + ordm: '男性序数標識', + raquo: '終わり二重山括弧引用記号', + frac14: '四分の一', + frac12: '二分の一', + frac34: '四分の三', + iquest: '逆疑問符', + Agrave: '抑音符つき大文字A', + Aacute: '揚音符つき大文字A', + Acirc: '曲折アクセントつき大文字A', + Atilde: 'チルダつき大文字A', + Auml: '分音記号つき大文字A', + Aring: 'リングつき大文字A', + AElig: 'AとEの合字', + Ccedil: 'セディラつき大文字C', + Egrave: '抑音符つき大文字E', + Eacute: '揚音符つき大文字E', + Ecirc: '曲折アクセントつき大文字E', + Euml: '分音記号つき大文字E', + Igrave: '抑音符つき大文字I', + Iacute: '揚音符つき大文字I', + Icirc: '曲折アクセントつき大文字I', + Iuml: '分音記号つき大文字I', + ETH: '[アイスランド語]大文字ETH', + Ntilde: 'チルダつき大文字N', + Ograve: '抑音符つき大文字O', + Oacute: '揚音符つき大文字O', + Ocirc: '曲折アクセントつき大文字O', + Otilde: 'チルダつき大文字O', + Ouml: ' 分音記号つき大文字O', + times: '乗算記号', + Oslash: '打ち消し線つき大文字O', + Ugrave: '抑音符つき大文字U', + Uacute: '揚音符つき大文字U', + Ucirc: '曲折アクセントつき大文字U', + Uuml: '分音記号つき大文字U', + Yacute: '揚音符つき大文字Y', + THORN: '[アイスランド語]大文字THORN', + szlig: 'ドイツ語エスツェット', + agrave: '抑音符つき小文字a', + aacute: '揚音符つき小文字a', + acirc: '曲折アクセントつき小文字a', + atilde: 'チルダつき小文字a', + auml: '分音記号つき小文字a', + aring: 'リングつき小文字a', + aelig: 'aとeの合字', + ccedil: 'セディラつき小文字c', + egrave: '抑音符つき小文字e', + eacute: '揚音符つき小文字e', + ecirc: '曲折アクセントつき小文字e', + euml: '分音記号つき小文字e', + igrave: '抑音符つき小文字i', + iacute: '揚音符つき小文字i', + icirc: '曲折アクセントつき小文字i', + iuml: '分音記号つき小文字i', + eth: 'アイスランド語小文字eth', + ntilde: 'チルダつき小文字n', + ograve: '抑音符つき小文字o', + oacute: '揚音符つき小文字o', + ocirc: '曲折アクセントつき小文字o', + otilde: 'チルダつき小文字o', + ouml: '分音記号つき小文字o', + divide: '除算記号', + oslash: '打ち消し線つき小文字o', + ugrave: '抑音符つき小文字u', + uacute: '揚音符つき小文字u', + ucirc: '曲折アクセントつき小文字u', + uuml: '分音記号つき小文字u', + yacute: '揚音符つき小文字y', + thorn: 'アイスランド語小文字thorn', + yuml: '分音記号つき小文字y', + OElig: 'OとEの合字', + oelig: 'oとeの合字', + '372': '曲折アクセントつき大文字W', + '374': '曲折アクセントつき大文字Y', + '373': '曲折アクセントつき小文字w', + '375': '曲折アクセントつき小文字y', + sbquo: 'シングル下引用符', + '8219': '左右逆の左引用符', + bdquo: 'ダブル下引用符', + hellip: '三点リーダ', + trade: '商標記号', + '9658': '右黒三角ポインタ', + bull: '黒丸', + rarr: '右矢印', + rArr: '右二重矢印', + hArr: '左右二重矢印', + diams: 'ダイヤ', + asymp: '漸近' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/km.js b/sources/plugins/specialchar/dialogs/lang/km.js new file mode 100644 index 00000000..186d7bc5 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/km.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'km', { + euro: 'សញ្ញា​អឺរ៉ូ', + lsquo: 'Left single quotation mark', // MISSING + rsquo: 'Right single quotation mark', // MISSING + ldquo: 'Left double quotation mark', // MISSING + rdquo: 'Right double quotation mark', // MISSING + ndash: 'En dash', // MISSING + mdash: 'Em dash', // MISSING + iexcl: 'Inverted exclamation mark', // MISSING + cent: 'សញ្ញា​សេន', + pound: 'សញ្ញា​ផោន', + curren: 'សញ្ញា​រូបិយបណ្ណ', + yen: 'សញ្ញា​យ៉េន', + brvbar: 'Broken bar', // MISSING + sect: 'Section sign', // MISSING + uml: 'Diaeresis', // MISSING + copy: 'សញ្ញា​រក្សា​សិទ្ធិ', + ordf: 'Feminine ordinal indicator', // MISSING + laquo: 'Left-pointing double angle quotation mark', // MISSING + not: 'Not sign', // MISSING + reg: 'Registered sign', // MISSING + macr: 'Macron', // MISSING + deg: 'សញ្ញា​ដឺក្រេ', + sup2: 'Superscript two', // MISSING + sup3: 'Superscript three', // MISSING + acute: 'Acute accent', // MISSING + micro: 'សញ្ញា​មីក្រូ', + para: 'Pilcrow sign', // MISSING + middot: 'Middle dot', // MISSING + cedil: 'Cedilla', // MISSING + sup1: 'Superscript one', // MISSING + ordm: 'Masculine ordinal indicator', // MISSING + raquo: 'Right-pointing double angle quotation mark', // MISSING + frac14: 'Vulgar fraction one quarter', // MISSING + frac12: 'Vulgar fraction one half', // MISSING + frac34: 'Vulgar fraction three quarters', // MISSING + iquest: 'Inverted question mark', // MISSING + Agrave: 'Latin capital letter A with grave accent', // MISSING + Aacute: 'Latin capital letter A with acute accent', // MISSING + Acirc: 'Latin capital letter A with circumflex', // MISSING + Atilde: 'Latin capital letter A with tilde', // MISSING + Auml: 'Latin capital letter A with diaeresis', // MISSING + Aring: 'Latin capital letter A with ring above', // MISSING + AElig: 'Latin Capital letter Æ', // MISSING + Ccedil: 'Latin capital letter C with cedilla', // MISSING + Egrave: 'Latin capital letter E with grave accent', // MISSING + Eacute: 'Latin capital letter E with acute accent', // MISSING + Ecirc: 'Latin capital letter E with circumflex', // MISSING + Euml: 'Latin capital letter E with diaeresis', // MISSING + Igrave: 'Latin capital letter I with grave accent', // MISSING + Iacute: 'Latin capital letter I with acute accent', // MISSING + Icirc: 'Latin capital letter I with circumflex', // MISSING + Iuml: 'Latin capital letter I with diaeresis', // MISSING + ETH: 'Latin capital letter Eth', // MISSING + Ntilde: 'Latin capital letter N with tilde', // MISSING + Ograve: 'Latin capital letter O with grave accent', // MISSING + Oacute: 'Latin capital letter O with acute accent', // MISSING + Ocirc: 'Latin capital letter O with circumflex', // MISSING + Otilde: 'Latin capital letter O with tilde', // MISSING + Ouml: 'Latin capital letter O with diaeresis', // MISSING + times: 'Multiplication sign', // MISSING + Oslash: 'Latin capital letter O with stroke', // MISSING + Ugrave: 'Latin capital letter U with grave accent', // MISSING + Uacute: 'Latin capital letter U with acute accent', // MISSING + Ucirc: 'Latin capital letter U with circumflex', // MISSING + Uuml: 'Latin capital letter U with diaeresis', // MISSING + Yacute: 'Latin capital letter Y with acute accent', // MISSING + THORN: 'Latin capital letter Thorn', // MISSING + szlig: 'Latin small letter sharp s', // MISSING + agrave: 'Latin small letter a with grave accent', // MISSING + aacute: 'Latin small letter a with acute accent', // MISSING + acirc: 'Latin small letter a with circumflex', // MISSING + atilde: 'Latin small letter a with tilde', // MISSING + auml: 'Latin small letter a with diaeresis', // MISSING + aring: 'Latin small letter a with ring above', // MISSING + aelig: 'Latin small letter æ', // MISSING + ccedil: 'Latin small letter c with cedilla', // MISSING + egrave: 'Latin small letter e with grave accent', // MISSING + eacute: 'Latin small letter e with acute accent', // MISSING + ecirc: 'Latin small letter e with circumflex', // MISSING + euml: 'Latin small letter e with diaeresis', // MISSING + igrave: 'Latin small letter i with grave accent', // MISSING + iacute: 'Latin small letter i with acute accent', // MISSING + icirc: 'Latin small letter i with circumflex', // MISSING + iuml: 'Latin small letter i with diaeresis', // MISSING + eth: 'Latin small letter eth', // MISSING + ntilde: 'Latin small letter n with tilde', // MISSING + ograve: 'Latin small letter o with grave accent', // MISSING + oacute: 'Latin small letter o with acute accent', // MISSING + ocirc: 'Latin small letter o with circumflex', // MISSING + otilde: 'Latin small letter o with tilde', // MISSING + ouml: 'Latin small letter o with diaeresis', // MISSING + divide: 'Division sign', // MISSING + oslash: 'Latin small letter o with stroke', // MISSING + ugrave: 'Latin small letter u with grave accent', // MISSING + uacute: 'Latin small letter u with acute accent', // MISSING + ucirc: 'Latin small letter u with circumflex', // MISSING + uuml: 'Latin small letter u with diaeresis', // MISSING + yacute: 'Latin small letter y with acute accent', // MISSING + thorn: 'Latin small letter thorn', // MISSING + yuml: 'Latin small letter y with diaeresis', // MISSING + OElig: 'Latin capital ligature OE', // MISSING + oelig: 'Latin small ligature oe', // MISSING + '372': 'Latin capital letter W with circumflex', // MISSING + '374': 'Latin capital letter Y with circumflex', // MISSING + '373': 'Latin small letter w with circumflex', // MISSING + '375': 'Latin small letter y with circumflex', // MISSING + sbquo: 'Single low-9 quotation mark', // MISSING + '8219': 'Single high-reversed-9 quotation mark', // MISSING + bdquo: 'Double low-9 quotation mark', // MISSING + hellip: 'Horizontal ellipsis', // MISSING + trade: 'Trade mark sign', // MISSING + '9658': 'Black right-pointing pointer', // MISSING + bull: 'Bullet', // MISSING + rarr: 'Rightwards arrow', // MISSING + rArr: 'Rightwards double arrow', // MISSING + hArr: 'Left right double arrow', // MISSING + diams: 'Black diamond suit', // MISSING + asymp: 'Almost equal to' // MISSING +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/ko.js b/sources/plugins/specialchar/dialogs/lang/ko.js new file mode 100644 index 00000000..691754f7 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/ko.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'ko', { + euro: '유로화 기호', + lsquo: '왼쪽 외 따옴표', + rsquo: '오른쪽 외 따옴표', + ldquo: '왼쪽 쌍 따옴표', + rdquo: '오른쪽 쌍 따옴표', + ndash: '반각 대시', + mdash: '전각 대시', + iexcl: '반전된 느낌표', + cent: '센트 기호', + pound: '파운드화 기호', + curren: '커런시 기호', + yen: '위안화 기호', + brvbar: 'Broken bar', // MISSING + sect: '섹션 기호', + uml: '분음 부호', + copy: '저작권 기호', + ordf: 'Feminine ordinal indicator', // MISSING + laquo: '왼쪽 쌍꺽쇠 인용 부호', + not: '금지 기호', + reg: '등록 기호', + macr: '장음 기호', + deg: '도 기호', + sup2: '위첨자 2', + sup3: '위첨자 3', + acute: '양음 악센트 부호', + micro: '마이크로 기호', + para: '단락 기호', + middot: '가운데 점', + cedil: '세디유', + sup1: '위첨자 1', + ordm: 'Masculine ordinal indicator', // MISSING + raquo: '오른쪽 쌍꺽쇠 인용 부호', + frac14: '분수 사분의 일', + frac12: '분수 이분의 일', + frac34: '분수 사분의 삼', + iquest: '뒤집힌 물음표', + Agrave: '억음 부호가 있는 라틴 대문자 A', + Aacute: '양음 악센트 부호가 있는 라틴 대문자 A', + Acirc: '곡절 악센트 부호가 있는 라틴 대문자 A', + Atilde: '틸데가 있는 라틴 대문자 A', + Auml: '분음 기호가 있는 라틴 대문자 A', + Aring: '윗고리가 있는 라틴 대문자 A', + AElig: '라틴 대문자 Æ', + Ccedil: '세디유가 있는 라틴 대문자 C', + Egrave: '억음 부호가 있는 라틴 대문자 E', + Eacute: '양음 악센트 부호가 있는 라틴 대문자 E', + Ecirc: '곡절 악센트 부호가 있는 라틴 대문자 E', + Euml: '분음 기호가 있는 라틴 대문자 E', + Igrave: '억음 부호가 있는 라틴 대문자 I', + Iacute: '양음 악센트 부호가 있는 라틴 대문자 I', + Icirc: '곡절 악센트 부호가 있는 라틴 대문자 I', + Iuml: '분음 기호가 있는 라틴 대문자 I', + ETH: '라틴 대문자 Eth', + Ntilde: '틸데가 있는 라틴 대문자 N', + Ograve: '억음 부호가 있는 라틴 대문자 O', + Oacute: '양음 부호가 있는 라틴 대문자 O', + Ocirc: '곡절 악센트 부호가 있는 라틴 대문자 O', + Otilde: '틸데가 있는 라틴 대문자 O', + Ouml: '분음 기호가 있는 라틴 대문자 O', + times: '곱하기 기호', + Oslash: '사선이 있는 라틴 대문자 O', + Ugrave: '억음 부호가 있는 라틴 대문자 U', + Uacute: '양음 부호가 있는 라틴 대문자 U', + Ucirc: '곡절 악센트 부호가 있는 라틴 대문자 U', + Uuml: '분음 기호가 있는 라틴 대문자 U', + Yacute: '양음 부호가 있는 라틴 대문자 Y', + THORN: '라틴 대문자 Thorn', + szlig: '라틴 소문자 sharp s', + agrave: '억음 부호가 있는 라틴 소문자 a', + aacute: '양음 부호가 있는 라틴 소문자 a', + acirc: '곡절 악센트 부호가 있는 라틴 소문자 a', + atilde: '틸데가 있는 라틴 소문자 a', + auml: '분음 기호가 있는 라틴 소문자 a', + aring: '윗고리가 있는 라틴 소문자 a', + aelig: '라틴 소문자 æ', + ccedil: '세디유가 있는 라틴 소문자 c', + egrave: '억음 부호가 있는 라틴 소문자 e', + eacute: '양음 부호가 있는 라틴 소문자 e', + ecirc: '곡절 악센트 부호가 있는 라틴 소문자 e', + euml: '분음 기호가 있는 라틴 소문자 e', + igrave: '억음 부호가 있는 라틴 소문자 i', + iacute: '양음 부호가 있는 라틴 소문자 i', + icirc: '곡절 악센트 부호가 있는 라틴 소문자 i', + iuml: '분음 기호가 있는 라틴 소문자 i', + eth: '라틴 소문자 eth', + ntilde: '틸데가 있는 라틴 소문자 n', + ograve: '억음 부호가 있는 라틴 소문자 o', + oacute: '양음 부호가 있는 라틴 소문자 o', + ocirc: '곡절 악센트 부호가 있는 라틴 소문자 o', + otilde: '틸데가 있는 라틴 소문자 o', + ouml: '분음 기호가 있는 라틴 소문자 o', + divide: '나누기 기호', + oslash: '사선이 있는 라틴 소문자 o', + ugrave: '억음 부호가 있는 라틴 소문자 u', + uacute: '양음 부호가 있는 라틴 소문자 u', + ucirc: '곡절 악센트 부호가 있는 라틴 소문자 u', + uuml: '분음 기호가 있는 라틴 소문자 u', + yacute: '양음 부호가 있는 라틴 소문자 y', + thorn: '라틴 소문자 thorn', + yuml: '분음 기호가 있는 라틴 소문자 y', + OElig: '라틴 대문합자 OE', + oelig: '라틴 소문합자 oe', + '372': '곡절 악센트 부호가 있는 라틴 대문자 W', + '374': '곡절 악센트 부호가 있는 라틴 대문자 Y', + '373': '곡절 악센트 부호가 있는 라틴 소문자 w', + '375': '곡절 악센트 부호가 있는 라틴 소문자 y', + sbquo: '외 아래-9 인용 부호', + '8219': '외 위쪽-뒤집힌-9 인용 부호', + bdquo: '쌍 아래-9 인용 부호', + hellip: '수평 생략 부호', + trade: '상표 기호', + '9658': '검정 오른쪽 포인터', + bull: '큰 점', + rarr: '오른쪽 화살표', + rArr: '오른쪽 두 줄 화살표', + hArr: '양쪽 두 줄 화살표', + diams: '검정 다이아몬드', + asymp: '근사' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/ku.js b/sources/plugins/specialchar/dialogs/lang/ku.js new file mode 100644 index 00000000..44e93023 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/ku.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'ku', { + euro: 'نیشانەی یۆرۆ', + lsquo: 'نیشانەی فاریزەی سەرووژێری تاکی چەپ', + rsquo: 'نیشانەی فاریزەی سەرووژێری تاکی ڕاست', + ldquo: 'نیشانەی فاریزەی سەرووژێری دووهێندەی چه‌پ', + rdquo: 'نیشانەی فاریزەی سەرووژێری دووهێندەی ڕاست', + ndash: 'تەقەڵی کورت', + mdash: 'تەقەڵی درێژ', + iexcl: 'نیشانەی هەڵەوگێڕی سەرسوڕهێنەر', + cent: 'نیشانەی سەنت', + pound: 'نیشانەی پاوەند', + curren: 'نیشانەی دراو', + yen: 'نیشانەی یەنی ژاپۆنی', + brvbar: 'شریتی ئەستوونی پچڕاو', + sect: 'نیشانەی دوو s لەسەریەک', + uml: 'خاڵ', + copy: 'نیشانەی مافی چاپ', + ordf: 'هێڵ لەسەر پیتی a', + laquo: 'دوو تیری بەدووایەکی چەپ', + not: 'نیشانەی نەخێر', + reg: 'نیشانەی R لەناو بازنەدا', + macr: 'ماکڕۆن', + deg: 'نیشانەی پلە', + sup2: 'سەرنووسی دوو', + sup3: 'سەرنووسی سێ', + acute: 'لاری تیژ', + micro: 'نیشانەی u لق درێژی چەپی خواروو', + para: 'نیشانەی پەڕەگراف', + middot: 'ناوەڕاستی خاڵ', + cedil: 'نیشانەی c ژێر چووکرە', + sup1: 'سەرنووسی یەک', + ordm: 'هێڵ لەژێر پیتی o', + raquo: 'دوو تیری بەدووایەکی ڕاست', + frac14: 'یەک لەسەر چووار', + frac12: 'یەک لەسەر دوو', + frac34: 'سێ لەسەر چووار', + iquest: 'هێمای هەڵەوگێری پرسیار', + Agrave: 'پیتی لاتینی A-ی گەورە لەگەڵ ڕوومەتداری لار', + Aacute: 'پیتی لاتینی A-ی گەورە لەگەڵ ڕوومەتداری تیژ', + Acirc: 'پیتی لاتینی A-ی گەورە لەگەڵ نیشانە لەسەری', + Atilde: 'پیتی لاتینی A-ی گەورە لەگەڵ زەڕە', + Auml: 'پیتی لاتینی A-ی گەورە لەگەڵ نیشانە لەسەری', + Aring: 'پیتی لاتینی گەورەی Å', + AElig: 'پیتی لاتینی گەورەی Æ', + Ccedil: 'پیتی لاتینی C-ی گەورە لەگەڵ ژێر چووکرە', + Egrave: 'پیتی لاتینی E-ی گەورە لەگەڵ ڕوومەتداری لار', + Eacute: 'پیتی لاتینی E-ی گەورە لەگەڵ ڕوومەتداری تیژ', + Ecirc: 'پیتی لاتینی E-ی گەورە لەگەڵ نیشانە لەسەری', + Euml: 'پیتی لاتینی E-ی گەورە لەگەڵ نیشانە لەسەری', + Igrave: 'پیتی لاتینی I-ی گەورە لەگەڵ ڕوومەتداری لار', + Iacute: 'پیتی لاتینی I-ی گەورە لەگەڵ ڕوومەتداری تیژ', + Icirc: 'پیتی لاتینی I-ی گەورە لەگەڵ نیشانە لەسەری', + Iuml: 'پیتی لاتینی I-ی گەورە لەگەڵ نیشانە لەسەری', + ETH: 'پیتی لاتینی E-ی گەورەی', + Ntilde: 'پیتی لاتینی N-ی گەورە لەگەڵ زەڕە', + Ograve: 'پیتی لاتینی O-ی گەورە لەگەڵ ڕوومەتداری لار', + Oacute: 'پیتی لاتینی O-ی گەورە لەگەڵ ڕوومەتداری تیژ', + Ocirc: 'پیتی لاتینی O-ی گەورە لەگەڵ نیشانە لەسەری', + Otilde: 'پیتی لاتینی O-ی گەورە لەگەڵ زەڕە', + Ouml: 'پیتی لاتینی O-ی گەورە لەگەڵ نیشانە لەسەری', + times: 'نیشانەی لێکدان', + Oslash: 'پیتی لاتینی گەورەی Ø لەگەڵ هێمای دڵ وەستان', + Ugrave: 'پیتی لاتینی U-ی گەورە لەگەڵ ڕوومەتداری لار', + Uacute: 'پیتی لاتینی U-ی گەورە لەگەڵ ڕوومەتداری تیژ', + Ucirc: 'پیتی لاتینی U-ی گەورە لەگەڵ نیشانە لەسەری', + Uuml: 'پیتی لاتینی U-ی گەورە لەگەڵ نیشانە لەسەری', + Yacute: 'پیتی لاتینی Y-ی گەورە لەگەڵ ڕوومەتداری تیژ', + THORN: 'پیتی لاتینی دڕکی گەورە', + szlig: 'پیتی لاتنی نووک تیژی s', + agrave: 'پیتی لاتینی a-ی بچووک لەگەڵ ڕوومەتداری لار', + aacute: 'پیتی لاتینی a-ی بچووك لەگەڵ ڕوومەتداری تیژ', + acirc: 'پیتی لاتینی a-ی بچووك لەگەڵ نیشانە لەسەری', + atilde: 'پیتی لاتینی a-ی بچووك لەگەڵ زەڕە', + auml: 'پیتی لاتینی a-ی بچووك لەگەڵ نیشانە لەسەری', + aring: 'پیتی لاتینی å-ی بچووك', + aelig: 'پیتی لاتینی æ-ی بچووك', + ccedil: 'پیتی لاتینی c-ی بچووك لەگەڵ ژێر چووکرە', + egrave: 'پیتی لاتینی e-ی بچووك لەگەڵ ڕوومەتداری لار', + eacute: 'پیتی لاتینی e-ی بچووك لەگەڵ ڕوومەتداری تیژ', + ecirc: 'پیتی لاتینی e-ی بچووك لەگەڵ نیشانە لەسەری', + euml: 'پیتی لاتینی e-ی بچووك لەگەڵ نیشانە لەسەری', + igrave: 'پیتی لاتینی i-ی بچووك لەگەڵ ڕوومەتداری لار', + iacute: 'پیتی لاتینی i-ی بچووك لەگەڵ ڕوومەتداری تیژ', + icirc: 'پیتی لاتینی i-ی بچووك لەگەڵ نیشانە لەسەری', + iuml: 'پیتی لاتینی i-ی بچووك لەگەڵ نیشانە لەسەری', + eth: 'پیتی لاتینی e-ی بچووك', + ntilde: 'پیتی لاتینی n-ی بچووك لەگەڵ زەڕە', + ograve: 'پیتی لاتینی o-ی بچووك لەگەڵ ڕوومەتداری لار', + oacute: 'پیتی لاتینی o-ی بچووك له‌گەڵ ڕوومەتداری تیژ', + ocirc: 'پیتی لاتینی o-ی بچووك لەگەڵ نیشانە لەسەری', + otilde: 'پیتی لاتینی o-ی بچووك لەگەڵ زەڕە', + ouml: 'پیتی لاتینی o-ی بچووك لەگەڵ نیشانە لەسەری', + divide: 'نیشانەی دابەش', + oslash: 'پیتی لاتینی گەورەی ø لەگەڵ هێمای دڵ وەستان', + ugrave: 'پیتی لاتینی u-ی بچووك لەگەڵ ڕوومەتداری لار', + uacute: 'پیتی لاتینی u-ی بچووك لەگەڵ ڕوومەتداری تیژ', + ucirc: 'پیتی لاتینی u-ی بچووك لەگەڵ نیشانە لەسەری', + uuml: 'پیتی لاتینی u-ی بچووك لەگەڵ نیشانە لەسەری', + yacute: 'پیتی لاتینی y-ی بچووك لەگەڵ ڕوومەتداری تیژ', + thorn: 'پیتی لاتینی دڕکی بچووك', + yuml: 'پیتی لاتینی y-ی بچووك لەگەڵ نیشانە لەسەری', + OElig: 'پیتی لاتینی گەورەی پێکەوەنووسراوی OE', + oelig: 'پیتی لاتینی بچووکی پێکەوەنووسراوی oe', + '372': 'پیتی لاتینی W-ی گەورە لەگەڵ نیشانە لەسەری', + '374': 'پیتی لاتینی Y-ی گەورە لەگەڵ نیشانە لەسەری', + '373': 'پیتی لاتینی w-ی بچووکی لەگەڵ نیشانە لەسەری', + '375': 'پیتی لاتینی y-ی بچووکی لەگەڵ نیشانە لەسەری', + sbquo: 'نیشانەی فاریزەی نزم', + '8219': 'نیشانەی فاریزەی بەرزی پێچەوانە', + bdquo: 'دوو فاریزەی تەنیش یەك', + hellip: 'ئاسۆیی بازنە', + trade: 'نیشانەی بازرگانی', + '9658': 'ئاراستەی ڕەشی دەستی ڕاست', + bull: 'فیشەك', + rarr: 'تیری دەستی ڕاست', + rArr: 'دووتیری دەستی ڕاست', + hArr: 'دوو تیری ڕاست و چەپ', + diams: 'ڕەشی پاقڵاوەیی', + asymp: 'نیشانەی یەکسانە' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/lt.js b/sources/plugins/specialchar/dialogs/lang/lt.js new file mode 100644 index 00000000..5ef46c28 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/lt.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'lt', { + euro: 'Euro ženklas', + lsquo: 'Left single quotation mark', // MISSING + rsquo: 'Right single quotation mark', // MISSING + ldquo: 'Left double quotation mark', // MISSING + rdquo: 'Right double quotation mark', // MISSING + ndash: 'En dash', // MISSING + mdash: 'Em dash', // MISSING + iexcl: 'Inverted exclamation mark', // MISSING + cent: 'Cento ženklas', + pound: 'Svaro ženklas', + curren: 'Valiutos ženklas', + yen: 'Jenos ženklas', + brvbar: 'Broken bar', // MISSING + sect: 'Section sign', // MISSING + uml: 'Diaeresis', // MISSING + copy: 'Copyright sign', // MISSING + ordf: 'Feminine ordinal indicator', // MISSING + laquo: 'Left-pointing double angle quotation mark', // MISSING + not: 'Ne ženklas', + reg: 'Registered sign', // MISSING + macr: 'Makronas', + deg: 'Laipsnio ženklas', + sup2: 'Superscript two', // MISSING + sup3: 'Superscript three', // MISSING + acute: 'Acute accent', // MISSING + micro: 'Mikro ženklas', + para: 'Pilcrow sign', // MISSING + middot: 'Vidurinis taškas', + cedil: 'Cedilla', // MISSING + sup1: 'Superscript one', // MISSING + ordm: 'Masculine ordinal indicator', // MISSING + raquo: 'Right-pointing double angle quotation mark', // MISSING + frac14: 'Vulgar fraction one quarter', // MISSING + frac12: 'Vulgar fraction one half', // MISSING + frac34: 'Vulgar fraction three quarters', // MISSING + iquest: 'Inverted question mark', // MISSING + Agrave: 'Latin capital letter A with grave accent', // MISSING + Aacute: 'Latin capital letter A with acute accent', // MISSING + Acirc: 'Latin capital letter A with circumflex', // MISSING + Atilde: 'Latin capital letter A with tilde', // MISSING + Auml: 'Latin capital letter A with diaeresis', // MISSING + Aring: 'Latin capital letter A with ring above', // MISSING + AElig: 'Latin Capital letter Æ', // MISSING + Ccedil: 'Latin capital letter C with cedilla', // MISSING + Egrave: 'Latin capital letter E with grave accent', // MISSING + Eacute: 'Latin capital letter E with acute accent', // MISSING + Ecirc: 'Latin capital letter E with circumflex', // MISSING + Euml: 'Latin capital letter E with diaeresis', // MISSING + Igrave: 'Latin capital letter I with grave accent', // MISSING + Iacute: 'Latin capital letter I with acute accent', // MISSING + Icirc: 'Latin capital letter I with circumflex', // MISSING + Iuml: 'Latin capital letter I with diaeresis', // MISSING + ETH: 'Latin capital letter Eth', // MISSING + Ntilde: 'Latin capital letter N with tilde', // MISSING + Ograve: 'Latin capital letter O with grave accent', // MISSING + Oacute: 'Latin capital letter O with acute accent', // MISSING + Ocirc: 'Latin capital letter O with circumflex', // MISSING + Otilde: 'Latin capital letter O with tilde', // MISSING + Ouml: 'Latin capital letter O with diaeresis', // MISSING + times: 'Multiplication sign', // MISSING + Oslash: 'Latin capital letter O with stroke', // MISSING + Ugrave: 'Latin capital letter U with grave accent', // MISSING + Uacute: 'Latin capital letter U with acute accent', // MISSING + Ucirc: 'Latin capital letter U with circumflex', // MISSING + Uuml: 'Latin capital letter U with diaeresis', // MISSING + Yacute: 'Latin capital letter Y with acute accent', // MISSING + THORN: 'Latin capital letter Thorn', // MISSING + szlig: 'Latin small letter sharp s', // MISSING + agrave: 'Latin small letter a with grave accent', // MISSING + aacute: 'Latin small letter a with acute accent', // MISSING + acirc: 'Latin small letter a with circumflex', // MISSING + atilde: 'Latin small letter a with tilde', // MISSING + auml: 'Latin small letter a with diaeresis', // MISSING + aring: 'Latin small letter a with ring above', // MISSING + aelig: 'Latin small letter æ', // MISSING + ccedil: 'Latin small letter c with cedilla', // MISSING + egrave: 'Latin small letter e with grave accent', // MISSING + eacute: 'Latin small letter e with acute accent', // MISSING + ecirc: 'Latin small letter e with circumflex', // MISSING + euml: 'Latin small letter e with diaeresis', // MISSING + igrave: 'Latin small letter i with grave accent', // MISSING + iacute: 'Latin small letter i with acute accent', // MISSING + icirc: 'Latin small letter i with circumflex', // MISSING + iuml: 'Latin small letter i with diaeresis', // MISSING + eth: 'Latin small letter eth', // MISSING + ntilde: 'Latin small letter n with tilde', // MISSING + ograve: 'Latin small letter o with grave accent', // MISSING + oacute: 'Latin small letter o with acute accent', // MISSING + ocirc: 'Latin small letter o with circumflex', // MISSING + otilde: 'Latin small letter o with tilde', // MISSING + ouml: 'Latin small letter o with diaeresis', // MISSING + divide: 'Division sign', // MISSING + oslash: 'Latin small letter o with stroke', // MISSING + ugrave: 'Latin small letter u with grave accent', // MISSING + uacute: 'Latin small letter u with acute accent', // MISSING + ucirc: 'Latin small letter u with circumflex', // MISSING + uuml: 'Latin small letter u with diaeresis', // MISSING + yacute: 'Latin small letter y with acute accent', // MISSING + thorn: 'Latin small letter thorn', // MISSING + yuml: 'Latin small letter y with diaeresis', // MISSING + OElig: 'Latin capital ligature OE', // MISSING + oelig: 'Latin small ligature oe', // MISSING + '372': 'Latin capital letter W with circumflex', // MISSING + '374': 'Latin capital letter Y with circumflex', // MISSING + '373': 'Latin small letter w with circumflex', // MISSING + '375': 'Latin small letter y with circumflex', // MISSING + sbquo: 'Single low-9 quotation mark', // MISSING + '8219': 'Single high-reversed-9 quotation mark', // MISSING + bdquo: 'Double low-9 quotation mark', // MISSING + hellip: 'Horizontal ellipsis', // MISSING + trade: 'Trade mark sign', // MISSING + '9658': 'Black right-pointing pointer', // MISSING + bull: 'Bullet', // MISSING + rarr: 'Rightwards arrow', // MISSING + rArr: 'Rightwards double arrow', // MISSING + hArr: 'Left right double arrow', // MISSING + diams: 'Black diamond suit', // MISSING + asymp: 'Almost equal to' // MISSING +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/lv.js b/sources/plugins/specialchar/dialogs/lang/lv.js new file mode 100644 index 00000000..f1bcdaab --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/lv.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'lv', { + euro: 'Euro zīme', + lsquo: 'Kreisā vienkārtīga pēdiņa', + rsquo: 'Labā vienkārtīga pēdiņa', + ldquo: 'Kreisā dubult pēdiņa', + rdquo: 'Labā dubult pēdiņa', + ndash: 'En svītra', + mdash: 'Em svītra', + iexcl: 'Apgriezta izsaukuma zīme', + cent: 'Centu naudas zīme', + pound: 'Sterliņu mārciņu naudas zīme', + curren: 'Valūtas zīme', + yen: 'Jenu naudas zīme', + brvbar: 'Vertikāla pārrauta līnija', + sect: 'Paragrāfa zīme', + uml: 'Diakritiska zīme', + copy: 'Autortiesību zīme', + ordf: 'Sievišķas kārtas rādītājs', + laquo: 'Kreisā dubult stūra pēdiņu zīme', + not: 'Neparakstīts', + reg: 'Reģistrēta zīme', + macr: 'Garumzīme', + deg: 'Grādu zīme', + sup2: 'Augšraksts divi', + sup3: 'Augšraksts trīs', + acute: 'Akūta uzsvara zīme', + micro: 'Mikro zīme', + para: 'Rindkopas zīme ', + middot: 'Vidējs punkts', + cedil: 'Āķītis zem burta', + sup1: 'Augšraksts viens', + ordm: 'Vīrišķīgas kārtas rādītājs', + raquo: 'Labā dubult stūra pēdiņu zīme', + frac14: 'Vulgāra frakcija 1/4', + frac12: 'Vulgāra frakcija 1/2', + frac34: 'Vulgāra frakcija 3/4', + iquest: 'Apgriezta jautājuma zīme', + Agrave: 'Lielais latīņu burts A ar uzsvara zīmi', + Aacute: 'Lielais latīņu burts A ar akūtu uzsvara zīmi', + Acirc: 'Lielais latīņu burts A ar diakritisku zīmi', + Atilde: 'Lielais latīņu burts A ar tildi ', + Auml: 'Lielais latīņu burts A ar diakritisko zīmi', + Aring: 'Lielais latīņu burts A ar aplīti augšā', + AElig: 'Lielais latīņu burts Æ', + Ccedil: 'Lielais latīņu burts C ar āķīti zem burta', + Egrave: 'Lielais latīņu burts E ar apostrofu', + Eacute: 'Lielais latīņu burts E ar akūtu uzsvara zīmi', + Ecirc: 'Lielais latīņu burts E ar diakritisko zīmi', + Euml: 'Lielais latīņu burts E ar diakritisko zīmi', + Igrave: 'Lielais latīņu burts I ar uzsvaras zīmi', + Iacute: 'Lielais latīņu burts I ar akūtu uzsvara zīmi', + Icirc: 'Lielais latīņu burts I ar diakritisko zīmi', + Iuml: 'Lielais latīņu burts I ar diakritisko zīmi', + ETH: 'Lielais latīņu burts Eth', + Ntilde: 'Lielais latīņu burts N ar tildi', + Ograve: 'Lielais latīņu burts O ar uzsvara zīmi', + Oacute: 'Lielais latīņu burts O ar akūto uzsvara zīmi', + Ocirc: 'Lielais latīņu burts O ar diakritisko zīmi', + Otilde: 'Lielais latīņu burts O ar tildi', + Ouml: 'Lielais latīņu burts O ar diakritisko zīmi', + times: 'Reizināšanas zīme ', + Oslash: 'Lielais latīņu burts O ar iesvītrojumu', + Ugrave: 'Lielais latīņu burts U ar uzsvaras zīmi', + Uacute: 'Lielais latīņu burts U ar akūto uzsvars zīmi', + Ucirc: 'Lielais latīņu burts U ar diakritisko zīmi', + Uuml: 'Lielais latīņu burts U ar diakritisko zīmi', + Yacute: 'Lielais latīņu burts Y ar akūto uzsvaras zīmi', + THORN: 'Lielais latīņu burts torn', + szlig: 'Mazs latīņu burts ar ligatūru', + agrave: 'Mazs latīņu burts a ar uzsvara zīmi', + aacute: 'Mazs latīņu burts a ar akūto uzsvara zīmi', + acirc: 'Mazs latīņu burts a ar diakritisko zīmi', + atilde: 'Mazs latīņu burts a ar tildi', + auml: 'Mazs latīņu burts a ar diakritisko zīmi', + aring: 'Mazs latīņu burts a ar aplīti augšā', + aelig: 'Mazs latīņu burts æ', + ccedil: 'Mazs latīņu burts c ar āķīti zem burta', + egrave: 'Mazs latīņu burts e ar uzsvara zīmi ', + eacute: 'Mazs latīņu burts e ar akūtu uzsvara zīmi', + ecirc: 'Mazs latīņu burts e ar diakritisko zīmi', + euml: 'Mazs latīņu burts e ar diakritisko zīmi', + igrave: 'Mazs latīņu burts i ar uzsvara zīmi ', + iacute: 'Mazs latīņu burts i ar akūtu uzsvara zīmi', + icirc: 'Mazs latīņu burts i ar diakritisko zīmi', + iuml: 'Mazs latīņu burts i ar diakritisko zīmi', + eth: 'Mazs latīņu burts eth', + ntilde: 'Mazs latīņu burts n ar tildi', + ograve: 'Mazs latīņu burts o ar uzsvara zīmi ', + oacute: 'Mazs latīņu burts o ar akūtu uzsvara zīmi', + ocirc: 'Mazs latīņu burts o ar diakritisko zīmi', + otilde: 'Mazs latīņu burts o ar tildi', + ouml: 'Mazs latīņu burts o ar diakritisko zīmi', + divide: 'Dalīšanas zīme', + oslash: 'Mazs latīņu burts o ar iesvītrojumu', + ugrave: 'Mazs latīņu burts u ar uzsvara zīmi ', + uacute: 'Mazs latīņu burts u ar akūtu uzsvara zīmi', + ucirc: 'Mazs latīņu burts u ar diakritisko zīmi', + uuml: 'Mazs latīņu burts u ar diakritisko zīmi', + yacute: 'Mazs latīņu burts y ar akūtu uzsvaras zīmi', + thorn: 'Mazs latīņu burts torns', + yuml: 'Mazs latīņu burts y ar diakritisko zīmi', + OElig: 'Liela latīņu ligatūra OE', + oelig: 'Maza latīņu ligatūra oe', + '372': 'Liels latīņu burts W ar diakritisko zīmi ', + '374': 'Liels latīņu burts Y ar diakritisko zīmi ', + '373': 'Mazs latīņu burts w ar diakritisko zīmi ', + '375': 'Mazs latīņu burts y ar diakritisko zīmi ', + sbquo: 'Mazas-9 vienkārtīgas pēdiņas', + '8219': 'Lielas-9 vienkārtīgas apgrieztas pēdiņas', + bdquo: 'Mazas-9 dubultas pēdiņas', + hellip: 'Horizontāli daudzpunkti', + trade: 'Preču zīmes zīme', + '9658': 'Melns pa labi pagriezts radītājs', + bull: 'Lode', + rarr: 'Bulta pa labi', + rArr: 'Dubulta Bulta pa labi', + hArr: 'Bulta pa kreisi', + diams: 'Dubulta Bulta pa kreisi', + asymp: 'Gandrīz vienāds ar' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/nb.js b/sources/plugins/specialchar/dialogs/lang/nb.js new file mode 100644 index 00000000..ef9be206 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/nb.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'nb', { + euro: 'Eurosymbol', + lsquo: 'Venstre enkelt anførselstegn', + rsquo: 'Høyre enkelt anførselstegn', + ldquo: 'Venstre dobbelt anførselstegn', + rdquo: 'Høyre anførsesltegn', + ndash: 'Kort tankestrek', + mdash: 'Lang tankestrek', + iexcl: 'Omvendt utropstegn', + cent: 'Centsymbol', + pound: 'Pundsymbol', + curren: 'Valutategn', + yen: 'Yensymbol', + brvbar: 'Brutt loddrett strek', + sect: 'Paragraftegn', + uml: 'Tøddel', + copy: 'Copyrighttegn', + ordf: 'Feminin ordensindikator', + laquo: 'Venstre anførselstegn', + not: 'Negasjonstegn', + reg: 'Registrert varemerke-tegn', + macr: 'Makron', + deg: 'Gradsymbol', + sup2: 'Hevet totall', + sup3: 'Hevet tretall', + acute: 'Akutt aksent', + micro: 'Mikrosymbol', + para: 'Avsnittstegn', + middot: 'Midtstilt prikk', + cedil: 'Cedille', + sup1: 'Hevet ettall', + ordm: 'Maskulin ordensindikator', + raquo: 'Høyre anførselstegn', + frac14: 'Fjerdedelsbrøk', + frac12: 'Halvbrøk', + frac34: 'Tre fjerdedelers brøk', + iquest: 'Omvendt spørsmålstegn', + Agrave: 'Stor A med grav aksent', + Aacute: 'Stor A med akutt aksent', + Acirc: 'Stor A med cirkumfleks', + Atilde: 'Stor A med tilde', + Auml: 'Stor A med tøddel', + Aring: 'Stor Å', + AElig: 'Stor Æ', + Ccedil: 'Stor C med cedille', + Egrave: 'Stor E med grav aksent', + Eacute: 'Stor E med akutt aksent', + Ecirc: 'Stor E med cirkumfleks', + Euml: 'Stor E med tøddel', + Igrave: 'Stor I med grav aksent', + Iacute: 'Stor I med akutt aksent', + Icirc: 'Stor I med cirkumfleks', + Iuml: 'Stor I med tøddel', + ETH: 'Stor Edd/stungen D', + Ntilde: 'Stor N med tilde', + Ograve: 'Stor O med grav aksent', + Oacute: 'Stor O med akutt aksent', + Ocirc: 'Stor O med cirkumfleks', + Otilde: 'Stor O med tilde', + Ouml: 'Stor O med tøddel', + times: 'Multiplikasjonstegn', + Oslash: 'Stor Ø', + Ugrave: 'Stor U med grav aksent', + Uacute: 'Stor U med akutt aksent', + Ucirc: 'Stor U med cirkumfleks', + Uuml: 'Stor U med tøddel', + Yacute: 'Stor Y med akutt aksent', + THORN: 'Stor Thorn', + szlig: 'Liten dobbelt-s/Eszett', + agrave: 'Liten a med grav aksent', + aacute: 'Liten a med akutt aksent', + acirc: 'Liten a med cirkumfleks', + atilde: 'Liten a med tilde', + auml: 'Liten a med tøddel', + aring: 'Liten å', + aelig: 'Liten æ', + ccedil: 'Liten c med cedille', + egrave: 'Liten e med grav aksent', + eacute: 'Liten e med akutt aksent', + ecirc: 'Liten e med cirkumfleks', + euml: 'Liten e med tøddel', + igrave: 'Liten i med grav aksent', + iacute: 'Liten i med akutt aksent', + icirc: 'Liten i med cirkumfleks', + iuml: 'Liten i med tøddel', + eth: 'Liten edd/stungen d', + ntilde: 'Liten n med tilde', + ograve: 'Liten o med grav aksent', + oacute: 'Liten o med akutt aksent', + ocirc: 'Liten o med cirkumfleks', + otilde: 'Liten o med tilde', + ouml: 'Liten o med tøddel', + divide: 'Divisjonstegn', + oslash: 'Liten ø', + ugrave: 'Liten u med grav aksent', + uacute: 'Liten u med akutt aksent', + ucirc: 'Liten u med cirkumfleks', + uuml: 'Liten u med tøddel', + yacute: 'Liten y med akutt aksent', + thorn: 'Liten thorn', + yuml: 'Liten y med tøddel', + OElig: 'Stor ligatur av O og E', + oelig: 'Liten ligatur av o og e', + '372': 'Stor W med cirkumfleks', + '374': 'Stor Y med cirkumfleks', + '373': 'Liten w med cirkumfleks', + '375': 'Liten y med cirkumfleks', + sbquo: 'Enkelt lavt 9-anførselstegn', + '8219': 'Enkelt høyt reversert 9-anførselstegn', + bdquo: 'Dobbelt lavt 9-anførselstegn', + hellip: 'Ellipse', + trade: 'Varemerkesymbol', + '9658': 'Svart høyrevendt peker', + bull: 'Tykk interpunkt', + rarr: 'Høyrevendt pil', + rArr: 'Dobbel høyrevendt pil', + hArr: 'Dobbel venstrevendt pil', + diams: 'Svart ruter', + asymp: 'Omtrent likhetstegn' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/nl.js b/sources/plugins/specialchar/dialogs/lang/nl.js new file mode 100644 index 00000000..2cb5537f --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/nl.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'nl', { + euro: 'Euro-teken', + lsquo: 'Linker enkel aanhalingsteken', + rsquo: 'Rechter enkel aanhalingsteken', + ldquo: 'Linker dubbel aanhalingsteken', + rdquo: 'Rechter dubbel aanhalingsteken', + ndash: 'En dash', + mdash: 'Em dash', + iexcl: 'Omgekeerd uitroepteken', + cent: 'Cent-teken', + pound: 'Pond-teken', + curren: 'Valuta-teken', + yen: 'Yen-teken', + brvbar: 'Gebroken streep', + sect: 'Paragraaf-teken', + uml: 'Trema', + copy: 'Copyright-teken', + ordf: 'Vrouwelijk ordinaal', + laquo: 'Linker guillemet', + not: 'Ongelijk-teken', + reg: 'Geregistreerd handelsmerk-teken', + macr: 'Macron', + deg: 'Graden-teken', + sup2: 'Superscript twee', + sup3: 'Superscript drie', + acute: 'Accent aigu', + micro: 'Micro-teken', + para: 'Alinea-teken', + middot: 'Halfhoge punt', + cedil: 'Cedille', + sup1: 'Superscript een', + ordm: 'Mannelijk ordinaal', + raquo: 'Rechter guillemet', + frac14: 'Breuk kwart', + frac12: 'Breuk half', + frac34: 'Breuk driekwart', + iquest: 'Omgekeerd vraagteken', + Agrave: 'Latijnse hoofdletter A met een accent grave', + Aacute: 'Latijnse hoofdletter A met een accent aigu', + Acirc: 'Latijnse hoofdletter A met een circonflexe', + Atilde: 'Latijnse hoofdletter A met een tilde', + Auml: 'Latijnse hoofdletter A met een trema', + Aring: 'Latijnse hoofdletter A met een corona', + AElig: 'Latijnse hoofdletter Æ', + Ccedil: 'Latijnse hoofdletter C met een cedille', + Egrave: 'Latijnse hoofdletter E met een accent grave', + Eacute: 'Latijnse hoofdletter E met een accent aigu', + Ecirc: 'Latijnse hoofdletter E met een circonflexe', + Euml: 'Latijnse hoofdletter E met een trema', + Igrave: 'Latijnse hoofdletter I met een accent grave', + Iacute: 'Latijnse hoofdletter I met een accent aigu', + Icirc: 'Latijnse hoofdletter I met een circonflexe', + Iuml: 'Latijnse hoofdletter I met een trema', + ETH: 'Latijnse hoofdletter Eth', + Ntilde: 'Latijnse hoofdletter N met een tilde', + Ograve: 'Latijnse hoofdletter O met een accent grave', + Oacute: 'Latijnse hoofdletter O met een accent aigu', + Ocirc: 'Latijnse hoofdletter O met een circonflexe', + Otilde: 'Latijnse hoofdletter O met een tilde', + Ouml: 'Latijnse hoofdletter O met een trema', + times: 'Maal-teken', + Oslash: 'Latijnse hoofdletter O met een schuine streep', + Ugrave: 'Latijnse hoofdletter U met een accent grave', + Uacute: 'Latijnse hoofdletter U met een accent aigu', + Ucirc: 'Latijnse hoofdletter U met een circonflexe', + Uuml: 'Latijnse hoofdletter U met een trema', + Yacute: 'Latijnse hoofdletter Y met een accent aigu', + THORN: 'Latijnse hoofdletter Thorn', + szlig: 'Latijnse kleine ringel-s', + agrave: 'Latijnse kleine letter a met een accent grave', + aacute: 'Latijnse kleine letter a met een accent aigu', + acirc: 'Latijnse kleine letter a met een circonflexe', + atilde: 'Latijnse kleine letter a met een tilde', + auml: 'Latijnse kleine letter a met een trema', + aring: 'Latijnse kleine letter a met een corona', + aelig: 'Latijnse kleine letter æ', + ccedil: 'Latijnse kleine letter c met een cedille', + egrave: 'Latijnse kleine letter e met een accent grave', + eacute: 'Latijnse kleine letter e met een accent aigu', + ecirc: 'Latijnse kleine letter e met een circonflexe', + euml: 'Latijnse kleine letter e met een trema', + igrave: 'Latijnse kleine letter i met een accent grave', + iacute: 'Latijnse kleine letter i met een accent aigu', + icirc: 'Latijnse kleine letter i met een circonflexe', + iuml: 'Latijnse kleine letter i met een trema', + eth: 'Latijnse kleine letter eth', + ntilde: 'Latijnse kleine letter n met een tilde', + ograve: 'Latijnse kleine letter o met een accent grave', + oacute: 'Latijnse kleine letter o met een accent aigu', + ocirc: 'Latijnse kleine letter o met een circonflexe', + otilde: 'Latijnse kleine letter o met een tilde', + ouml: 'Latijnse kleine letter o met een trema', + divide: 'Deel-teken', + oslash: 'Latijnse kleine letter o met een schuine streep', + ugrave: 'Latijnse kleine letter u met een accent grave', + uacute: 'Latijnse kleine letter u met een accent aigu', + ucirc: 'Latijnse kleine letter u met een circonflexe', + uuml: 'Latijnse kleine letter u met een trema', + yacute: 'Latijnse kleine letter y met een accent aigu', + thorn: 'Latijnse kleine letter thorn', + yuml: 'Latijnse kleine letter y met een trema', + OElig: 'Latijnse hoofdletter Œ', + oelig: 'Latijnse kleine letter œ', + '372': 'Latijnse hoofdletter W met een circonflexe', + '374': 'Latijnse hoofdletter Y met een circonflexe', + '373': 'Latijnse kleine letter w met een circonflexe', + '375': 'Latijnse kleine letter y met een circonflexe', + sbquo: 'Lage enkele aanhalingsteken', + '8219': 'Hoge omgekeerde enkele aanhalingsteken', + bdquo: 'Lage dubbele aanhalingsteken', + hellip: 'Beletselteken', + trade: 'Trademark-teken', + '9658': 'Zwarte driehoek naar rechts', + bull: 'Bullet', + rarr: 'Pijl naar rechts', + rArr: 'Dubbele pijl naar rechts', + hArr: 'Dubbele pijl naar links', + diams: 'Zwart ruitje', + asymp: 'Benaderingsteken' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/no.js b/sources/plugins/specialchar/dialogs/lang/no.js new file mode 100644 index 00000000..fe32109f --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/no.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'no', { + euro: 'Eurosymbol', + lsquo: 'Venstre enkelt anførselstegn', + rsquo: 'Høyre enkelt anførselstegn', + ldquo: 'Venstre dobbelt anførselstegn', + rdquo: 'Høyre anførsesltegn', + ndash: 'Kort tankestrek', + mdash: 'Lang tankestrek', + iexcl: 'Omvendt utropstegn', + cent: 'Centsymbol', + pound: 'Pundsymbol', + curren: 'Valutategn', + yen: 'Yensymbol', + brvbar: 'Brutt loddrett strek', + sect: 'Paragraftegn', + uml: 'Tøddel', + copy: 'Copyrighttegn', + ordf: 'Feminin ordensindikator', + laquo: 'Venstre anførselstegn', + not: 'Negasjonstegn', + reg: 'Registrert varemerke-tegn', + macr: 'Makron', + deg: 'Gradsymbol', + sup2: 'Hevet totall', + sup3: 'Hevet tretall', + acute: 'Akutt aksent', + micro: 'Mikrosymbol', + para: 'Avsnittstegn', + middot: 'Midtstilt prikk', + cedil: 'Cedille', + sup1: 'Hevet ettall', + ordm: 'Maskulin ordensindikator', + raquo: 'Høyre anførselstegn', + frac14: 'Fjerdedelsbrøk', + frac12: 'Halvbrøk', + frac34: 'Tre fjerdedelers brøk', + iquest: 'Omvendt spørsmålstegn', + Agrave: 'Stor A med grav aksent', + Aacute: 'Stor A med akutt aksent', + Acirc: 'Stor A med cirkumfleks', + Atilde: 'Stor A med tilde', + Auml: 'Stor A med tøddel', + Aring: 'Stor Å', + AElig: 'Stor Æ', + Ccedil: 'Stor C med cedille', + Egrave: 'Stor E med grav aksent', + Eacute: 'Stor E med akutt aksent', + Ecirc: 'Stor E med cirkumfleks', + Euml: 'Stor E med tøddel', + Igrave: 'Stor I med grav aksent', + Iacute: 'Stor I med akutt aksent', + Icirc: 'Stor I med cirkumfleks', + Iuml: 'Stor I med tøddel', + ETH: 'Stor Edd/stungen D', + Ntilde: 'Stor N med tilde', + Ograve: 'Stor O med grav aksent', + Oacute: 'Stor O med akutt aksent', + Ocirc: 'Stor O med cirkumfleks', + Otilde: 'Stor O med tilde', + Ouml: 'Stor O med tøddel', + times: 'Multiplikasjonstegn', + Oslash: 'Stor Ø', + Ugrave: 'Stor U med grav aksent', + Uacute: 'Stor U med akutt aksent', + Ucirc: 'Stor U med cirkumfleks', + Uuml: 'Stor U med tøddel', + Yacute: 'Stor Y med akutt aksent', + THORN: 'Stor Thorn', + szlig: 'Liten dobbelt-s/Eszett', + agrave: 'Liten a med grav aksent', + aacute: 'Liten a med akutt aksent', + acirc: 'Liten a med cirkumfleks', + atilde: 'Liten a med tilde', + auml: 'Liten a med tøddel', + aring: 'Liten å', + aelig: 'Liten æ', + ccedil: 'Liten c med cedille', + egrave: 'Liten e med grav aksent', + eacute: 'Liten e med akutt aksent', + ecirc: 'Liten e med cirkumfleks', + euml: 'Liten e med tøddel', + igrave: 'Liten i med grav aksent', + iacute: 'Liten i med akutt aksent', + icirc: 'Liten i med cirkumfleks', + iuml: 'Liten i med tøddel', + eth: 'Liten edd/stungen d', + ntilde: 'Liten n med tilde', + ograve: 'Liten o med grav aksent', + oacute: 'Liten o med akutt aksent', + ocirc: 'Liten o med cirkumfleks', + otilde: 'Liten o med tilde', + ouml: 'Liten o med tøddel', + divide: 'Divisjonstegn', + oslash: 'Liten ø', + ugrave: 'Liten u med grav aksent', + uacute: 'Liten u med akutt aksent', + ucirc: 'Liten u med cirkumfleks', + uuml: 'Liten u med tøddel', + yacute: 'Liten y med akutt aksent', + thorn: 'Liten thorn', + yuml: 'Liten y med tøddel', + OElig: 'Stor ligatur av O og E', + oelig: 'Liten ligatur av o og e', + '372': 'Stor W med cirkumfleks', + '374': 'Stor Y med cirkumfleks', + '373': 'Liten w med cirkumfleks', + '375': 'Liten y med cirkumfleks', + sbquo: 'Enkelt lavt 9-anførselstegn', + '8219': 'Enkelt høyt reversert 9-anførselstegn', + bdquo: 'Dobbelt lavt 9-anførselstegn', + hellip: 'Ellipse', + trade: 'Varemerkesymbol', + '9658': 'Svart høyrevendt peker', + bull: 'Tykk interpunkt', + rarr: 'Høyrevendt pil', + rArr: 'Dobbel høyrevendt pil', + hArr: 'Dobbel venstrevendt pil', + diams: 'Svart ruter', + asymp: 'Omtrent likhetstegn' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/pl.js b/sources/plugins/specialchar/dialogs/lang/pl.js new file mode 100644 index 00000000..52c8e378 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/pl.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'pl', { + euro: 'Znak euro', + lsquo: 'Cudzysłów pojedynczy otwierający', + rsquo: 'Cudzysłów pojedynczy zamykający', + ldquo: 'Cudzysłów apostrofowy otwierający', + rdquo: 'Cudzysłów apostrofowy zamykający', + ndash: 'Półpauza', + mdash: 'Pauza', + iexcl: 'Odwrócony wykrzyknik', + cent: 'Znak centa', + pound: 'Znak funta', + curren: 'Znak waluty', + yen: 'Znak jena', + brvbar: 'Przerwana pionowa kreska', + sect: 'Paragraf', + uml: 'Diereza', + copy: 'Znak praw autorskich', + ordf: 'Wskaźnik rodzaju żeńskiego liczebnika porządkowego', + laquo: 'Lewy cudzysłów ostrokątny', + not: 'Znak negacji', + reg: 'Zastrzeżony znak towarowy', + macr: 'Makron', + deg: 'Znak stopnia', + sup2: 'Druga potęga', + sup3: 'Trzecia potęga', + acute: 'Akcent ostry', + micro: 'Znak mikro', + para: 'Znak akapitu', + middot: 'Kropka środkowa', + cedil: 'Cedylla', + sup1: 'Pierwsza potęga', + ordm: 'Wskaźnik rodzaju męskiego liczebnika porządkowego', + raquo: 'Prawy cudzysłów ostrokątny', + frac14: 'Ułamek zwykły jedna czwarta', + frac12: 'Ułamek zwykły jedna druga', + frac34: 'Ułamek zwykły trzy czwarte', + iquest: 'Odwrócony znak zapytania', + Agrave: 'Wielka litera A z akcentem ciężkim', + Aacute: 'Wielka litera A z akcentem ostrym', + Acirc: 'Wielka litera A z akcentem przeciągłym', + Atilde: 'Wielka litera A z tyldą', + Auml: 'Wielka litera A z dierezą', + Aring: 'Wielka litera A z kółkiem', + AElig: 'Wielka ligatura Æ', + Ccedil: 'Wielka litera C z cedyllą', + Egrave: 'Wielka litera E z akcentem ciężkim', + Eacute: 'Wielka litera E z akcentem ostrym', + Ecirc: 'Wielka litera E z akcentem przeciągłym', + Euml: 'Wielka litera E z dierezą', + Igrave: 'Wielka litera I z akcentem ciężkim', + Iacute: 'Wielka litera I z akcentem ostrym', + Icirc: 'Wielka litera I z akcentem przeciągłym', + Iuml: 'Wielka litera I z dierezą', + ETH: 'Wielka litera Eth', + Ntilde: 'Wielka litera N z tyldą', + Ograve: 'Wielka litera O z akcentem ciężkim', + Oacute: 'Wielka litera O z akcentem ostrym', + Ocirc: 'Wielka litera O z akcentem przeciągłym', + Otilde: 'Wielka litera O z tyldą', + Ouml: 'Wielka litera O z dierezą', + times: 'Znak mnożenia wektorowego', + Oslash: 'Wielka litera O z przekreśleniem', + Ugrave: 'Wielka litera U z akcentem ciężkim', + Uacute: 'Wielka litera U z akcentem ostrym', + Ucirc: 'Wielka litera U z akcentem przeciągłym', + Uuml: 'Wielka litera U z dierezą', + Yacute: 'Wielka litera Y z akcentem ostrym', + THORN: 'Wielka litera Thorn', + szlig: 'Mała litera ostre s (eszet)', + agrave: 'Mała litera a z akcentem ciężkim', + aacute: 'Mała litera a z akcentem ostrym', + acirc: 'Mała litera a z akcentem przeciągłym', + atilde: 'Mała litera a z tyldą', + auml: 'Mała litera a z dierezą', + aring: 'Mała litera a z kółkiem', + aelig: 'Mała ligatura æ', + ccedil: 'Mała litera c z cedyllą', + egrave: 'Mała litera e z akcentem ciężkim', + eacute: 'Mała litera e z akcentem ostrym', + ecirc: 'Mała litera e z akcentem przeciągłym', + euml: 'Mała litera e z dierezą', + igrave: 'Mała litera i z akcentem ciężkim', + iacute: 'Mała litera i z akcentem ostrym', + icirc: 'Mała litera i z akcentem przeciągłym', + iuml: 'Mała litera i z dierezą', + eth: 'Mała litera eth', + ntilde: 'Mała litera n z tyldą', + ograve: 'Mała litera o z akcentem ciężkim', + oacute: 'Mała litera o z akcentem ostrym', + ocirc: 'Mała litera o z akcentem przeciągłym', + otilde: 'Mała litera o z tyldą', + ouml: 'Mała litera o z dierezą', + divide: 'Anglosaski znak dzielenia', + oslash: 'Mała litera o z przekreśleniem', + ugrave: 'Mała litera u z akcentem ciężkim', + uacute: 'Mała litera u z akcentem ostrym', + ucirc: 'Mała litera u z akcentem przeciągłym', + uuml: 'Mała litera u z dierezą', + yacute: 'Mała litera y z akcentem ostrym', + thorn: 'Mała litera thorn', + yuml: 'Mała litera y z dierezą', + OElig: 'Wielka ligatura OE', + oelig: 'Mała ligatura oe', + '372': 'Wielka litera W z akcentem przeciągłym', + '374': 'Wielka litera Y z akcentem przeciągłym', + '373': 'Mała litera w z akcentem przeciągłym', + '375': 'Mała litera y z akcentem przeciągłym', + sbquo: 'Pojedynczy apostrof dolny', + '8219': 'Pojedynczy apostrof górny', + bdquo: 'Podwójny apostrof dolny', + hellip: 'Wielokropek', + trade: 'Znak towarowy', + '9658': 'Czarny wskaźnik wskazujący w prawo', + bull: 'Punktor', + rarr: 'Strzałka w prawo', + rArr: 'Podwójna strzałka w prawo', + hArr: 'Podwójna strzałka obustronna', + diams: 'Czarny znak karo', + asymp: 'Znak prawie równe' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/pt-br.js b/sources/plugins/specialchar/dialogs/lang/pt-br.js new file mode 100644 index 00000000..05e6dea9 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/pt-br.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'pt-br', { + euro: 'Euro', + lsquo: 'Aspas simples esquerda', + rsquo: 'Aspas simples direita', + ldquo: 'Aspas duplas esquerda', + rdquo: 'Aspas duplas direita', + ndash: 'Traço', + mdash: 'Travessão', + iexcl: 'Ponto de exclamação invertido', + cent: 'Cent', + pound: 'Cerquilha', + curren: 'Dinheiro', + yen: 'Yen', + brvbar: 'Bara interrompida', + sect: 'Símbolo de Parágrafo', + uml: 'Trema', + copy: 'Direito de Cópia', + ordf: 'Indicador ordinal feminino', + laquo: 'Aspas duplas angulares esquerda', + not: 'Negação', + reg: 'Marca Registrada', + macr: 'Mácron', + deg: 'Grau', + sup2: '2 Superscrito', + sup3: '3 Superscrito', + acute: 'Acento agudo', + micro: 'Micro', + para: 'Pé de mosca', + middot: 'Ponto mediano', + cedil: 'Cedilha', + sup1: '1 Superscrito', + ordm: 'Indicador ordinal masculino', + raquo: 'Aspas duplas angulares direita', + frac14: 'Um quarto', + frac12: 'Um meio', + frac34: 'Três quartos', + iquest: 'Interrogação invertida', + Agrave: 'A maiúsculo com acento grave', + Aacute: 'A maiúsculo com acento agudo', + Acirc: 'A maiúsculo com acento circunflexo', + Atilde: 'A maiúsculo com til', + Auml: 'A maiúsculo com trema', + Aring: 'A maiúsculo com anel acima', + AElig: 'Æ maiúsculo', + Ccedil: 'Ç maiúlculo', + Egrave: 'E maiúsculo com acento grave', + Eacute: 'E maiúsculo com acento agudo', + Ecirc: 'E maiúsculo com acento circumflexo', + Euml: 'E maiúsculo com trema', + Igrave: 'I maiúsculo com acento grave', + Iacute: 'I maiúsculo com acento agudo', + Icirc: 'I maiúsculo com acento circunflexo', + Iuml: 'I maiúsculo com crase', + ETH: 'Eth maiúsculo', + Ntilde: 'N maiúsculo com til', + Ograve: 'O maiúsculo com acento grave', + Oacute: 'O maiúsculo com acento agudo', + Ocirc: 'O maiúsculo com acento circunflexo', + Otilde: 'O maiúsculo com til', + Ouml: 'O maiúsculo com trema', + times: 'Multiplicação', + Oslash: 'Diâmetro', + Ugrave: 'U maiúsculo com acento grave', + Uacute: 'U maiúsculo com acento agudo', + Ucirc: 'U maiúsculo com acento circunflexo', + Uuml: 'U maiúsculo com trema', + Yacute: 'Y maiúsculo com acento agudo', + THORN: 'Thorn maiúsculo', + szlig: 'Eszett minúsculo', + agrave: 'a minúsculo com acento grave', + aacute: 'a minúsculo com acento agudo', + acirc: 'a minúsculo com acento circunflexo', + atilde: 'a minúsculo com til', + auml: 'a minúsculo com trema', + aring: 'a minúsculo com anel acima', + aelig: 'æ minúsculo', + ccedil: 'ç minúsculo', + egrave: 'e minúsculo com acento grave', + eacute: 'e minúsculo com acento agudo', + ecirc: 'e minúsculo com acento circunflexo', + euml: 'e minúsculo com trema', + igrave: 'i minúsculo com acento grave', + iacute: 'i minúsculo com acento agudo', + icirc: 'i minúsculo com acento circunflexo', + iuml: 'i minúsculo com trema', + eth: 'eth minúsculo', + ntilde: 'n minúsculo com til', + ograve: 'o minúsculo com acento grave', + oacute: 'o minúsculo com acento agudo', + ocirc: 'o minúsculo com acento circunflexo', + otilde: 'o minúsculo com til', + ouml: 'o minúsculo com trema', + divide: 'Divisão', + oslash: 'o minúsculo com cortado ou diâmetro', + ugrave: 'u minúsculo com acento grave', + uacute: 'u minúsculo com acento agudo', + ucirc: 'u minúsculo com acento circunflexo', + uuml: 'u minúsculo com trema', + yacute: 'y minúsculo com acento agudo', + thorn: 'thorn minúsculo', + yuml: 'y minúsculo com trema', + OElig: 'Ligação tipográfica OE maiúscula', + oelig: 'Ligação tipográfica oe minúscula', + '372': 'W maiúsculo com acento circunflexo', + '374': 'Y maiúsculo com acento circunflexo', + '373': 'w minúsculo com acento circunflexo', + '375': 'y minúsculo com acento circunflexo', + sbquo: 'Aspas simples inferior direita', + '8219': 'Aspas simples superior esquerda', + bdquo: 'Aspas duplas inferior direita', + hellip: 'Reticências', + trade: 'Trade mark', + '9658': 'Ponta de seta preta para direita', + bull: 'Ponto lista', + rarr: 'Seta para direita', + rArr: 'Seta dupla para direita', + hArr: 'Seta dupla direita e esquerda', + diams: 'Ouros', + asymp: 'Aproximadamente' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/pt.js b/sources/plugins/specialchar/dialogs/lang/pt.js new file mode 100644 index 00000000..1de00d15 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/pt.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'pt', { + euro: 'Símbolo do Euro', + lsquo: 'Aspa esquerda simples', + rsquo: 'Aspa direita simples', + ldquo: 'Aspa esquerda dupla', + rdquo: 'Aspa direita dupla', + ndash: 'Travessão Simples', + mdash: 'Travessão Longo', + iexcl: 'Ponto de exclamação invertido', + cent: 'Símbolo do Cêntimo', + pound: 'Símbolo da Libra', + curren: 'Símbolo de Moeda', + yen: 'Símbolo do Iene', + brvbar: 'Barra quebrada', + sect: 'Símbolo de Secção', + uml: 'Trema', + copy: 'Símbolo dos Direitos de Autor', + ordf: 'Indicador ordinal feminino', + laquo: 'Aspa esquerda ângulo duplo', + not: 'Não Símbolo', + reg: 'Símbolo de Registado', + macr: 'Mácron', + deg: 'Símbolo de Grau', + sup2: 'Expoente 2', + sup3: 'Expoente 3', + acute: 'Acento agudo', + micro: 'Símbolo de Micro', + para: 'Símbolo de Parágrafo', + middot: 'Ponto do Meio', + cedil: 'Cedilha', + sup1: 'Expoente 1', + ordm: 'Indicador ordinal masculino', + raquo: 'Aspas ângulo duplo pra Direita', + frac14: 'Fração vulgar 1/4', + frac12: 'Fração vulgar 1/2', + frac34: 'Fração vulgar 3/4', + iquest: 'Ponto de interrogação invertido', + Agrave: 'Letra maiúscula latina A com acento grave', + Aacute: 'Letra maiúscula latina A com acento agudo', + Acirc: 'Letra maiúscula latina A com circunflexo', + Atilde: 'Letra maiúscula latina A com til', + Auml: 'Letra maiúscula latina A com trema', + Aring: 'Letra maiúscula latina A com sinal diacrítico', + AElig: 'Letra maiúscula latina Æ', + Ccedil: 'Letra maiúscula latina C com cedilha', + Egrave: 'Letra maiúscula latina E com acento grave', + Eacute: 'Letra maiúscula latina E com acento agudo', + Ecirc: 'Letra maiúscula latina E com circunflexo', + Euml: 'Letra maiúscula latina E com trema', + Igrave: 'Letra maiúscula latina I com acento grave', + Iacute: 'Letra maiúscula latina I com acento agudo', + Icirc: 'Letra maiúscula latina I com cincunflexo', + Iuml: 'Letra maiúscula latina I com trema', + ETH: 'Letra maiúscula latina Eth (Ðð)', + Ntilde: 'Letra maiúscula latina N com til', + Ograve: 'Letra maiúscula latina O com acento grave', + Oacute: 'Letra maiúscula latina O com acento agudo', + Ocirc: 'Letra maiúscula latina I com circunflexo', + Otilde: 'Letra maiúscula latina O com til', + Ouml: 'Letra maiúscula latina O com trema', + times: 'Símbolo de multiplicação', + Oslash: 'Letra maiúscula O com barra', + Ugrave: 'Letra maiúscula latina U com acento grave', + Uacute: 'Letra maiúscula latina U com acento agudo', + Ucirc: 'Letra maiúscula latina U com circunflexo', + Uuml: 'Letra maiúscula latina E com trema', + Yacute: 'Letra maiúscula latina Y com acento agudo', + THORN: 'Letra maiúscula latina Rúnico', + szlig: 'Letra minúscula latina s forte', + agrave: 'Letra minúscula latina a com acento grave', + aacute: 'Letra minúscula latina a com acento agudo', + acirc: 'Letra minúscula latina a com circunflexo', + atilde: 'Letra minúscula latina a com til', + auml: 'Letra minúscula latina a com trema', + aring: 'Letra minúscula latina a com sinal diacrítico', + aelig: 'Letra minúscula latina æ', + ccedil: 'Letra minúscula latina c com cedilha', + egrave: 'Letra minúscula latina e com acento grave', + eacute: 'Letra minúscula latina e com acento agudo', + ecirc: 'Letra minúscula latina e com circunflexo', + euml: 'Letra minúscula latina e com trema', + igrave: 'Letra minúscula latina i com acento grave', + iacute: 'Letra minúscula latina i com acento agudo', + icirc: 'Letra minúscula latina i com circunflexo', + iuml: 'Letra pequena latina i com trema', + eth: 'Letra minúscula latina eth', + ntilde: 'Letra minúscula latina n com til', + ograve: 'Letra minúscula latina o com acento grave', + oacute: 'Letra minúscula latina o com acento agudo', + ocirc: 'Letra minúscula latina o com circunflexo', + otilde: 'Letra minúscula latina o com til', + ouml: 'Letra minúscula latina o com trema', + divide: 'Símbolo de divisão', + oslash: 'Letra minúscula latina o com barra', + ugrave: 'Letra minúscula latina u com acento grave', + uacute: 'Letra minúscula latina u com acento agudo', + ucirc: 'Letra minúscula latina u com circunflexo', + uuml: 'Letra minúscula latina u com trema', + yacute: 'Letra minúscula latina y com acento agudo', + thorn: 'Letra minúscula latina Rúnico', + yuml: 'Letra minúscula latina y com trema', + OElig: 'Ligadura maiúscula latina OE', + oelig: 'Ligadura minúscula latina oe', + '372': 'Letra maiúscula latina W com circunflexo', + '374': 'Letra maiúscula latina Y com circunflexo', + '373': 'Letra minúscula latina w com circunflexo', + '375': 'Letra minúscula latina y com circunflexo', + sbquo: 'Aspa Simples inferior-9', + '8219': 'Aspa Simples superior invertida-9', + bdquo: 'Aspa duplas inferior-9', + hellip: 'Elipse Horizontal ', + trade: 'Símbolo de Marca Registada', + '9658': 'Ponteiro preto direito', + bull: 'Marca', + rarr: 'Seta para a direita', + rArr: 'Seta dupla para a direita', + hArr: 'Seta dupla direita esquerda', + diams: 'Naipe diamante preto', + asymp: 'Quase igual a ' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/ru.js b/sources/plugins/specialchar/dialogs/lang/ru.js new file mode 100644 index 00000000..a5b88f11 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/ru.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'ru', { + euro: 'Знак евро', + lsquo: 'Левая одинарная кавычка', + rsquo: 'Правая одинарная кавычка', + ldquo: 'Левая двойная кавычка', + rdquo: 'Левая двойная кавычка', + ndash: 'Среднее тире', + mdash: 'Длинное тире', + iexcl: 'перевёрнутый восклицательный знак', + cent: 'Цент', + pound: 'Фунт', + curren: 'Знак валюты', + yen: 'Йена', + brvbar: 'Вертикальная черта с разрывом', + sect: 'Знак параграфа', + uml: 'Умлаут', + copy: 'Знак охраны авторского права', + ordf: 'Указатель окончания женского рода ...ая', + laquo: 'Левая кавычка-«ёлочка»', + not: 'Отрицание', + reg: 'Знак охраны смежных прав\\t', + macr: 'Макрон', + deg: 'Градус', + sup2: 'Надстрочное два', + sup3: 'Надстрочное три', + acute: 'Акут', + micro: 'Микро', + para: 'Абзац', + middot: 'Интерпункт', + cedil: 'Седиль', + sup1: 'Надстрочная единица', + ordm: 'Порядковое числительное', + raquo: 'Правая кавычка-«ёлочка»', + frac14: 'Одна четвертая', + frac12: 'Одна вторая', + frac34: 'Три четвёртых', + iquest: 'Перевёрнутый вопросительный знак', + Agrave: 'Латинская заглавная буква А с апострофом', + Aacute: 'Латинская заглавная буква A с ударением', + Acirc: 'Латинская заглавная буква А с циркумфлексом', + Atilde: 'Латинская заглавная буква А с тильдой', + Auml: 'Латинская заглавная буква А с тремой', + Aring: 'Латинская заглавная буква А с кольцом над ней', + AElig: 'Латинская большая буква Æ', + Ccedil: 'Латинская заглавная буква C с седилью', + Egrave: 'Латинская заглавная буква Е с апострофом', + Eacute: 'Латинская заглавная буква Е с ударением', + Ecirc: 'Латинская заглавная буква Е с циркумфлексом', + Euml: 'Латинская заглавная буква Е с тремой', + Igrave: 'Латинская заглавная буква I с апострофом', + Iacute: 'Латинская заглавная буква I с ударением', + Icirc: 'Латинская заглавная буква I с циркумфлексом', + Iuml: 'Латинская заглавная буква I с тремой', + ETH: 'Латинская большая буква Eth', + Ntilde: 'Латинская заглавная буква N с тильдой', + Ograve: 'Латинская заглавная буква O с апострофом', + Oacute: 'Латинская заглавная буква O с ударением', + Ocirc: 'Латинская заглавная буква O с циркумфлексом', + Otilde: 'Латинская заглавная буква O с тильдой', + Ouml: 'Латинская заглавная буква O с тремой', + times: 'Знак умножения', + Oslash: 'Латинская большая перечеркнутая O', + Ugrave: 'Латинская заглавная буква U с апострофом', + Uacute: 'Латинская заглавная буква U с ударением', + Ucirc: 'Латинская заглавная буква U с циркумфлексом', + Uuml: 'Латинская заглавная буква U с тремой', + Yacute: 'Латинская заглавная буква Y с ударением', + THORN: 'Латинская заглавная буква Thorn', + szlig: 'Знак диеза', + agrave: 'Латинская маленькая буква a с апострофом', + aacute: 'Латинская маленькая буква a с ударением', + acirc: 'Латинская маленькая буква a с циркумфлексом', + atilde: 'Латинская маленькая буква a с тильдой', + auml: 'Латинская маленькая буква a с тремой', + aring: 'Латинская маленькая буква a с кольцом', + aelig: 'Латинская маленькая буква æ', + ccedil: 'Латинская маленькая буква с с седилью', + egrave: 'Латинская маленькая буква е с апострофом', + eacute: 'Латинская маленькая буква е с ударением', + ecirc: 'Латинская маленькая буква е с циркумфлексом', + euml: 'Латинская маленькая буква е с тремой', + igrave: 'Латинская маленькая буква i с апострофом', + iacute: 'Латинская маленькая буква i с ударением', + icirc: 'Латинская маленькая буква i с циркумфлексом', + iuml: 'Латинская маленькая буква i с тремой', + eth: 'Латинская маленькая буква eth', + ntilde: 'Латинская маленькая буква n с тильдой', + ograve: 'Латинская маленькая буква o с апострофом', + oacute: 'Латинская маленькая буква o с ударением', + ocirc: 'Латинская маленькая буква o с циркумфлексом', + otilde: 'Латинская маленькая буква o с тильдой', + ouml: 'Латинская маленькая буква o с тремой', + divide: 'Знак деления', + oslash: 'Латинская строчная перечеркнутая o', + ugrave: 'Латинская маленькая буква u с апострофом', + uacute: 'Латинская маленькая буква u с ударением', + ucirc: 'Латинская маленькая буква u с циркумфлексом', + uuml: 'Латинская маленькая буква u с тремой', + yacute: 'Латинская маленькая буква y с ударением', + thorn: 'Латинская маленькая буква thorn', + yuml: 'Латинская маленькая буква y с тремой', + OElig: 'Латинская прописная лигатура OE', + oelig: 'Латинская строчная лигатура oe', + '372': 'Латинская заглавная буква W с циркумфлексом', + '374': 'Латинская заглавная буква Y с циркумфлексом', + '373': 'Латинская маленькая буква w с циркумфлексом', + '375': 'Латинская маленькая буква y с циркумфлексом', + sbquo: 'Нижняя одинарная кавычка', + '8219': 'Правая одинарная кавычка', + bdquo: 'Левая двойная кавычка', + hellip: 'Горизонтальное многоточие', + trade: 'Товарный знак', + '9658': 'Черный указатель вправо', + bull: 'Маркер списка', + rarr: 'Стрелка вправо', + rArr: 'Двойная стрелка вправо', + hArr: 'Двойная стрелка влево-вправо', + diams: 'Черный ромб', + asymp: 'Примерно равно' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/si.js b/sources/plugins/specialchar/dialogs/lang/si.js new file mode 100644 index 00000000..174e3e44 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/si.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'si', { + euro: 'යුරෝ සලකුණ', + lsquo: 'වමේ තනි උපුටා දක්වීම ', + rsquo: 'දකුණේ තනි උපුටා දක්වීම ', + ldquo: 'වමේ දිත්ව උපුටා දක්වීම ', + rdquo: 'දකුණේ දිත්ව උපුටා දක්වීම ', + ndash: 'En dash', // MISSING + mdash: 'Em dash', // MISSING + iexcl: 'යටිකුරු හර්ෂදී ', + cent: 'Cent sign', // MISSING + pound: 'Pound sign', // MISSING + curren: 'මුල්‍යමය ', + yen: 'යෙන් ', + brvbar: 'Broken bar', // MISSING + sect: 'තෙරේම් ', + uml: 'Diaeresis', // MISSING + copy: 'පිටපත් අයිතිය ', + ordf: 'දර්ශකය', + laquo: 'Left-pointing double angle quotation mark', // MISSING + not: 'සලකුණක් නොවේ', + reg: 'සලකුණක් ලියාපදිංචි කිරීම', + macr: 'මුද්‍රිත ', + deg: 'සලකුණේ ', + sup2: 'උඩු ලකුණු දෙක', + sup3: 'Superscript three', // MISSING + acute: 'Acute accent', // MISSING + micro: 'Micro sign', // MISSING + para: 'Pilcrow sign', // MISSING + middot: 'Middle dot', // MISSING + cedil: 'Cedilla', // MISSING + sup1: 'Superscript one', // MISSING + ordm: 'Masculine ordinal indicator', // MISSING + raquo: 'Right-pointing double angle quotation mark', // MISSING + frac14: 'Vulgar fraction one quarter', // MISSING + frac12: 'Vulgar fraction one half', // MISSING + frac34: 'Vulgar fraction three quarters', // MISSING + iquest: 'Inverted question mark', // MISSING + Agrave: 'Latin capital letter A with grave accent', // MISSING + Aacute: 'Latin capital letter A with acute accent', // MISSING + Acirc: 'Latin capital letter A with circumflex', // MISSING + Atilde: 'Latin capital letter A with tilde', // MISSING + Auml: 'Latin capital letter A with diaeresis', // MISSING + Aring: 'Latin capital letter A with ring above', // MISSING + AElig: 'Latin Capital letter Æ', // MISSING + Ccedil: 'Latin capital letter C with cedilla', // MISSING + Egrave: 'Latin capital letter E with grave accent', // MISSING + Eacute: 'Latin capital letter E with acute accent', // MISSING + Ecirc: 'Latin capital letter E with circumflex', // MISSING + Euml: 'Latin capital letter E with diaeresis', // MISSING + Igrave: 'Latin capital letter I with grave accent', // MISSING + Iacute: 'Latin capital letter I with acute accent', // MISSING + Icirc: 'Latin capital letter I with circumflex', // MISSING + Iuml: 'Latin capital letter I with diaeresis', // MISSING + ETH: 'Latin capital letter Eth', // MISSING + Ntilde: 'Latin capital letter N with tilde', // MISSING + Ograve: 'Latin capital letter O with grave accent', // MISSING + Oacute: 'Latin capital letter O with acute accent', // MISSING + Ocirc: 'Latin capital letter O with circumflex', // MISSING + Otilde: 'Latin capital letter O with tilde', // MISSING + Ouml: 'Latin capital letter O with diaeresis', // MISSING + times: 'Multiplication sign', // MISSING + Oslash: 'Latin capital letter O with stroke', // MISSING + Ugrave: 'Latin capital letter U with grave accent', // MISSING + Uacute: 'Latin capital letter U with acute accent', // MISSING + Ucirc: 'Latin capital letter U with circumflex', // MISSING + Uuml: 'Latin capital letter U with diaeresis', // MISSING + Yacute: 'Latin capital letter Y with acute accent', // MISSING + THORN: 'Latin capital letter Thorn', // MISSING + szlig: 'Latin small letter sharp s', // MISSING + agrave: 'Latin small letter a with grave accent', // MISSING + aacute: 'Latin small letter a with acute accent', // MISSING + acirc: 'Latin small letter a with circumflex', // MISSING + atilde: 'Latin small letter a with tilde', // MISSING + auml: 'Latin small letter a with diaeresis', // MISSING + aring: 'Latin small letter a with ring above', // MISSING + aelig: 'Latin small letter æ', // MISSING + ccedil: 'Latin small letter c with cedilla', // MISSING + egrave: 'Latin small letter e with grave accent', // MISSING + eacute: 'Latin small letter e with acute accent', // MISSING + ecirc: 'Latin small letter e with circumflex', // MISSING + euml: 'Latin small letter e with diaeresis', // MISSING + igrave: 'Latin small letter i with grave accent', // MISSING + iacute: 'Latin small letter i with acute accent', // MISSING + icirc: 'Latin small letter i with circumflex', // MISSING + iuml: 'Latin small letter i with diaeresis', // MISSING + eth: 'Latin small letter eth', // MISSING + ntilde: 'Latin small letter n with tilde', // MISSING + ograve: 'Latin small letter o with grave accent', // MISSING + oacute: 'Latin small letter o with acute accent', // MISSING + ocirc: 'Latin small letter o with circumflex', // MISSING + otilde: 'Latin small letter o with tilde', // MISSING + ouml: 'Latin small letter o with diaeresis', // MISSING + divide: 'Division sign', // MISSING + oslash: 'Latin small letter o with stroke', // MISSING + ugrave: 'Latin small letter u with grave accent', // MISSING + uacute: 'Latin small letter u with acute accent', // MISSING + ucirc: 'Latin small letter u with circumflex', // MISSING + uuml: 'Latin small letter u with diaeresis', // MISSING + yacute: 'Latin small letter y with acute accent', // MISSING + thorn: 'Latin small letter thorn', // MISSING + yuml: 'Latin small letter y with diaeresis', // MISSING + OElig: 'Latin capital ligature OE', // MISSING + oelig: 'Latin small ligature oe', // MISSING + '372': 'Latin capital letter W with circumflex', // MISSING + '374': 'Latin capital letter Y with circumflex', // MISSING + '373': 'Latin small letter w with circumflex', // MISSING + '375': 'Latin small letter y with circumflex', // MISSING + sbquo: 'Single low-9 quotation mark', // MISSING + '8219': 'Single high-reversed-9 quotation mark', // MISSING + bdquo: 'Double low-9 quotation mark', // MISSING + hellip: 'Horizontal ellipsis', // MISSING + trade: 'Trade mark sign', // MISSING + '9658': 'Black right-pointing pointer', // MISSING + bull: 'Bullet', // MISSING + rarr: 'Rightwards arrow', // MISSING + rArr: 'Rightwards double arrow', // MISSING + hArr: 'Left right double arrow', // MISSING + diams: 'Black diamond suit', // MISSING + asymp: 'Almost equal to' // MISSING +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/sk.js b/sources/plugins/specialchar/dialogs/lang/sk.js new file mode 100644 index 00000000..ce232aa7 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/sk.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'sk', { + euro: 'Znak eura', + lsquo: 'Ľavá jednoduchá úvodzovka', + rsquo: 'Pravá jednoduchá úvodzovka', + ldquo: 'Pravá dvojitá úvodzovka', + rdquo: 'Pravá dvojitá úvodzovka', + ndash: 'En pomlčka', + mdash: 'Em pomlčka', + iexcl: 'Obrátený výkričník', + cent: 'Znak centu', + pound: 'Znak libry', + curren: 'Znak meny', + yen: 'Znak jenu', + brvbar: 'Prerušená zvislá čiara', + sect: 'Znak odseku', + uml: 'Prehláska', + copy: 'Znak copyrightu', + ordf: 'Ženský indikátor rodu', + laquo: 'Znak dvojitých lomených úvodzoviek vľavo', + not: 'Logistický zápor', + reg: 'Znak registrácie', + macr: 'Pomlčka nad', + deg: 'Znak stupňa', + sup2: 'Dvojka ako horný index', + sup3: 'Trojka ako horný index', + acute: 'Dĺžeň', + micro: 'Znak mikro', + para: 'Znak odstavca', + middot: 'Bodka uprostred', + cedil: 'Chvost vľavo', + sup1: 'Jednotka ako horný index', + ordm: 'Mužský indikátor rodu', + raquo: 'Znak dvojitých lomených úvodzoviek vpravo', + frac14: 'Obyčajný zlomok jedna štvrtina', + frac12: 'Obyčajný zlomok jedna polovica', + frac34: 'Obyčajný zlomok tri štvrtiny', + iquest: 'Otočený otáznik', + Agrave: 'Veľké písmeno latinky A s accentom', + Aacute: 'Veľké písmeno latinky A s dĺžňom', + Acirc: 'Veľké písmeno latinky A s mäkčeňom', + Atilde: 'Veľké písmeno latinky A s tildou', + Auml: 'Veľké písmeno latinky A s dvoma bodkami', + Aring: 'Veľké písmeno latinky A s krúžkom nad', + AElig: 'Veľké písmeno latinky Æ', + Ccedil: 'Veľké písmeno latinky C s chvostom vľavo', + Egrave: 'Veľké písmeno latinky E s accentom', + Eacute: 'Veľké písmeno latinky E s dĺžňom', + Ecirc: 'Veľké písmeno latinky E s mäkčeňom', + Euml: 'Veľké písmeno latinky E s dvoma bodkami', + Igrave: 'Veľké písmeno latinky I s accentom', + Iacute: 'Veľké písmeno latinky I s dĺžňom', + Icirc: 'Veľké písmeno latinky I s mäkčeňom', + Iuml: 'Veľké písmeno latinky I s dvoma bodkami', + ETH: 'Veľké písmeno latinky Eth', + Ntilde: 'Veľké písmeno latinky N s tildou', + Ograve: 'Veľké písmeno latinky O s accentom', + Oacute: 'Veľké písmeno latinky O s dĺžňom', + Ocirc: 'Veľké písmeno latinky O s mäkčeňom', + Otilde: 'Veľké písmeno latinky O s tildou', + Ouml: 'Veľké písmeno latinky O s dvoma bodkami', + times: 'Znak násobenia', + Oslash: 'Veľké písmeno latinky O preškrtnuté', + Ugrave: 'Veľké písmeno latinky U s accentom', + Uacute: 'Veľké písmeno latinky U s dĺžňom', + Ucirc: 'Veľké písmeno latinky U s mäkčeňom', + Uuml: 'Veľké písmeno latinky U s dvoma bodkami', + Yacute: 'Veľké písmeno latinky Y s dĺžňom', + THORN: 'Veľké písmeno latinky Thorn', + szlig: 'Malé písmeno latinky ostré s', + agrave: 'Malé písmeno latinky a s accentom', + aacute: 'Malé písmeno latinky a s dĺžňom', + acirc: 'Malé písmeno latinky a s mäkčeňom', + atilde: 'Malé písmeno latinky a s tildou', + auml: 'Malé písmeno latinky a s dvoma bodkami', + aring: 'Malé písmeno latinky a s krúžkom nad', + aelig: 'Malé písmeno latinky æ', + ccedil: 'Malé písmeno latinky c s chvostom vľavo', + egrave: 'Malé písmeno latinky e s accentom', + eacute: 'Malé písmeno latinky e s dĺžňom', + ecirc: 'Malé písmeno latinky e s mäkčeňom', + euml: 'Malé písmeno latinky e s dvoma bodkami', + igrave: 'Malé písmeno latinky i s accentom', + iacute: 'Malé písmeno latinky i s dĺžňom', + icirc: 'Malé písmeno latinky i s mäkčeňom', + iuml: 'Malé písmeno latinky i s dvoma bodkami', + eth: 'Malé písmeno latinky eth', + ntilde: 'Malé písmeno latinky n s tildou', + ograve: 'Malé písmeno latinky o s accentom', + oacute: 'Malé písmeno latinky o s dĺžňom', + ocirc: 'Malé písmeno latinky o s mäkčeňom', + otilde: 'Malé písmeno latinky o s tildou', + ouml: 'Malé písmeno latinky o s dvoma bodkami', + divide: 'Znak delenia', + oslash: 'Malé písmeno latinky o preškrtnuté', + ugrave: 'Malé písmeno latinky u s accentom', + uacute: 'Malé písmeno latinky u s dĺžňom', + ucirc: 'Malé písmeno latinky u s mäkčeňom', + uuml: 'Malé písmeno latinky u s dvoma bodkami', + yacute: 'Malé písmeno latinky y s dĺžňom', + thorn: 'Malé písmeno latinky thorn', + yuml: 'Malé písmeno latinky y s dvoma bodkami', + OElig: 'Veľká ligatúra latinky OE', + oelig: 'Malá ligatúra latinky OE', + '372': 'Veľké písmeno latinky W s mäkčeňom', + '374': 'Veľké písmeno latinky Y s mäkčeňom', + '373': 'Malé písmeno latinky w s mäkčeňom', + '375': 'Malé písmeno latinky y s mäkčeňom', + sbquo: 'Dolná jednoduchá 9-úvodzovka', + '8219': 'Horná jednoduchá otočená 9-úvodzovka', + bdquo: 'Dolná dvojitá 9-úvodzovka', + hellip: 'Trojbodkový úvod', + trade: 'Znak ibchodnej značky', + '9658': 'Čierny ukazovateľ smerujúci vpravo', + bull: 'Kruh', + rarr: 'Šípka vpravo', + rArr: 'Dvojitá šipka vpravo', + hArr: 'Dvojitá šipka vľavo a vpravo', + diams: 'Čierne piky', + asymp: 'Skoro sa rovná' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/sl.js b/sources/plugins/specialchar/dialogs/lang/sl.js new file mode 100644 index 00000000..34eeeedd --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/sl.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'sl', { + euro: 'Evro znak', + lsquo: 'Levi enojni narekovaj', + rsquo: 'Desni enojni narekovaj', + ldquo: 'Levi dvojni narekovaj', + rdquo: 'Desni dvojni narekovaj', + ndash: 'En pomišljaj', + mdash: 'Em pomišljaj', + iexcl: 'Obrnjen klicaj', + cent: 'Cent znak', + pound: 'Funt znak', + curren: 'Znak valute', + yen: 'Jen znak', + brvbar: 'Zlomljena črta', + sect: 'Znak oddelka', + uml: 'Diaeresis', + copy: 'Znak avtorskih pravic', + ordf: 'Ženski zaporedni kazalnik', + laquo: 'Levi obrnjen dvojni kotni narekovaj', + not: 'Ne znak', + reg: 'Registrirani znak', + macr: 'Macron', + deg: 'Znak stopinj', + sup2: 'Nadpisano dva', + sup3: 'Nadpisano tri', + acute: 'Ostrivec', + micro: 'Mikro znak', + para: 'Pilcrow znak', + middot: 'Sredinska pika', + cedil: 'Cedilla', + sup1: 'Nadpisano ena', + ordm: 'Moški zaporedni kazalnik', + raquo: 'Desno obrnjen dvojni kotni narekovaj', + frac14: 'Ena četrtina', + frac12: 'Ena polovica', + frac34: 'Tri četrtine', + iquest: 'Obrnjen vprašaj', + Agrave: 'Velika latinska črka A s krativcem', + Aacute: 'Velika latinska črka A z ostrivcem', + Acirc: 'Velika latinska črka A s strešico', + Atilde: 'Velika latinska črka A z tildo', + Auml: 'Velika latinska črka A z diaeresis-om', + Aring: 'Velika latinska črka A z obročem', + AElig: 'Velika latinska črka Æ', + Ccedil: 'Velika latinska črka C s cedillo', + Egrave: 'Velika latinska črka E s krativcem', + Eacute: 'Velika latinska črka E z ostrivcem', + Ecirc: 'Velika latinska črka E s strešico', + Euml: 'Velika latinska črka E z diaeresis-om', + Igrave: 'Velika latinska črka I s krativcem', + Iacute: 'Velika latinska črka I z ostrivcem', + Icirc: 'Velika latinska črka I s strešico', + Iuml: 'Velika latinska črka I z diaeresis-om', + ETH: 'Velika latinska črka Eth', + Ntilde: 'Velika latinska črka N s tildo', + Ograve: 'Velika latinska črka O s krativcem', + Oacute: 'Velika latinska črka O z ostrivcem', + Ocirc: 'Velika latinska črka O s strešico', + Otilde: 'Velika latinska črka O s tildo', + Ouml: 'Velika latinska črka O z diaeresis-om', + times: 'Znak za množenje', + Oslash: 'Velika prečrtana latinska črka O', + Ugrave: 'Velika latinska črka U s krativcem', + Uacute: 'Velika latinska črka U z ostrivcem', + Ucirc: 'Velika latinska črka U s strešico', + Uuml: 'Velika latinska črka U z diaeresis-om', + Yacute: 'Velika latinska črka Y z ostrivcem', + THORN: 'Velika latinska črka Thorn', + szlig: 'Mala ostra latinska črka s', + agrave: 'Mala latinska črka a s krativcem', + aacute: 'Mala latinska črka a z ostrivcem', + acirc: 'Mala latinska črka a s strešico', + atilde: 'Mala latinska črka a s tildo', + auml: 'Mala latinska črka a z diaeresis-om', + aring: 'Mala latinska črka a z obročem', + aelig: 'Mala latinska črka æ', + ccedil: 'Mala latinska črka c s cedillo', + egrave: 'Mala latinska črka e s krativcem', + eacute: 'Mala latinska črka e z ostrivcem', + ecirc: 'Mala latinska črka e s strešico', + euml: 'Mala latinska črka e z diaeresis-om', + igrave: 'Mala latinska črka i s krativcem', + iacute: 'Mala latinska črka i z ostrivcem', + icirc: 'Mala latinska črka i s strešico', + iuml: 'Mala latinska črka i z diaeresis-om', + eth: 'Mala latinska črka eth', + ntilde: 'Mala latinska črka n s tildo', + ograve: 'Mala latinska črka o s krativcem', + oacute: 'Mala latinska črka o z ostrivcem', + ocirc: 'Mala latinska črka o s strešico', + otilde: 'Mala latinska črka o s tildo', + ouml: 'Mala latinska črka o z diaeresis-om', + divide: 'Znak za deljenje', + oslash: 'Mala prečrtana latinska črka o', + ugrave: 'Mala latinska črka u s krativcem', + uacute: 'Mala latinska črka u z ostrivcem', + ucirc: 'Mala latinska črka u s strešico', + uuml: 'Mala latinska črka u z diaeresis-om', + yacute: 'Mala latinska črka y z ostrivcem', + thorn: 'Mala latinska črka thorn', + yuml: 'Mala latinska črka y z diaeresis-om', + OElig: 'Velika latinska ligatura OE', + oelig: 'Mala latinska ligatura oe', + '372': 'Velika latinska črka W s strešico', + '374': 'Velika latinska črka Y s strešico', + '373': 'Mala latinska črka w s strešico', + '375': 'Mala latinska črka y s strešico', + sbquo: 'Enojni nizki-9 narekovaj', + '8219': 'Enojni visoki-obrnjen-9 narekovaj', + bdquo: 'Dvojni nizki-9 narekovaj', + hellip: 'Horizontalni izpust', + trade: 'Znak blagovne znamke', + '9658': 'Črni desno-usmerjen kazalec', + bull: 'Krogla', + rarr: 'Desno-usmerjena puščica', + rArr: 'Desno-usmerjena dvojna puščica', + hArr: 'Leva in desna dvojna puščica', + diams: 'Črna kara', + asymp: 'Skoraj enako' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/sq.js b/sources/plugins/specialchar/dialogs/lang/sq.js new file mode 100644 index 00000000..f45e3ec7 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/sq.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'sq', { + euro: 'Shenja e Euros', + lsquo: 'Thonjëza majtas me një vi', + rsquo: 'Thonjëza djathtas me një vi', + ldquo: 'Thonjëza majtas', + rdquo: 'Thonjëza djathtas', + ndash: 'En viza lidhëse', + mdash: 'Em viza lidhëse', + iexcl: 'Pikëçuditëse e përmbysur', + cent: 'Shenja e Centit', + pound: 'Shejna e Funtit', + curren: 'Shenja e valutës', + yen: 'Shenja e Jenit', + brvbar: 'Viza e këputur', + sect: 'Shenja e pjesës', + uml: 'Diaeresis', + copy: 'Shenja e të drejtave të kopjimit', + ordf: 'Feminine ordinal indicator', // MISSING + laquo: 'Left-pointing double angle quotation mark', // MISSING + not: 'Nuk ka shenjë', + reg: 'Shenja e të regjistruarit', + macr: 'Macron', + deg: 'Shenja e shkallës', + sup2: 'Super-skripta dy', + sup3: 'Super-skripta tre', + acute: 'Theks i mprehtë', + micro: 'Shjenja e Mikros', + para: 'Pilcrow sign', // MISSING + middot: 'Pika e Mesme', + cedil: 'Hark nën shkronja', + sup1: 'Super-skripta një', + ordm: 'Masculine ordinal indicator', // MISSING + raquo: 'Right-pointing double angle quotation mark', // MISSING + frac14: 'Thyesa një të katrat', + frac12: 'Thyesa një të dytat', + frac34: 'Thyesa tre të katrat', + iquest: 'Pikëpyetje e përmbysur', + Agrave: 'Shkronja e madhe latine A me theks të rëndë', + Aacute: 'Shkronja e madhe latine A me theks akute', + Acirc: 'Shkronja e madhe latine A me theks lakor', + Atilde: 'Shkronja e madhe latine A me tildë', + Auml: 'Shkronja e madhe latine A me dy pika', + Aring: 'Shkronja e madhe latine A me unazë mbi', + AElig: 'Shkronja e madhe latine Æ', + Ccedil: 'Shkronja e madhe latine C me hark poshtë', + Egrave: 'Shkronja e madhe latine E me theks të rëndë', + Eacute: 'Shkronja e madhe latine E me theks akute', + Ecirc: 'Shkronja e madhe latine E me theks lakor', + Euml: 'Shkronja e madhe latine E me dy pika', + Igrave: 'Shkronja e madhe latine I me theks të rëndë', + Iacute: 'Shkronja e madhe latine I me theks akute', + Icirc: 'Shkronja e madhe latine I me theks lakor', + Iuml: 'Shkronja e madhe latine I me dy pika', + ETH: 'Shkronja e madhe latine Eth', + Ntilde: 'Shkronja e madhe latine N me tildë', + Ograve: 'Shkronja e madhe latine O me theks të rëndë', + Oacute: 'Shkronja e madhe latine O me theks akute', + Ocirc: 'Shkronja e madhe latine O me theks lakor', + Otilde: 'Shkronja e madhe latine O me tildë', + Ouml: 'Shkronja e madhe latine O me dy pika', + times: 'Shenja e shumëzimit', + Oslash: 'Shkronja e madhe latine O me vizë në mes', + Ugrave: 'Shkronja e madhe latine U me theks të rëndë', + Uacute: 'Shkronja e madhe latine U me theks akute', + Ucirc: 'Shkronja e madhe latine U me theks lakor', + Uuml: 'Shkronja e madhe latine U me dy pika', + Yacute: 'Shkronja e madhe latine Y me theks akute', + THORN: 'Shkronja e madhe latine Thorn', + szlig: 'Shkronja e vogë latine s e mprehtë', + agrave: 'Shkronja e vogë latine a me theks të rëndë', + aacute: 'Shkronja e vogë latine a me theks të mprehtë', + acirc: 'Shkronja e vogël latine a me theks lakor', + atilde: 'Shkronja e vogël latine a me tildë', + auml: 'Shkronja e vogël latine a me dy pika', + aring: 'Shkronja e vogë latine a me unazë mbi', + aelig: 'Shkronja e vogë latine æ', + ccedil: 'Shkronja e vogël latine c me hark poshtë', + egrave: 'Shkronja e vogë latine e me theks të rëndë', + eacute: 'Shkronja e vogë latine e me theks të mprehtë', + ecirc: 'Shkronja e vogël latine e me theks lakor', + euml: 'Shkronja e vogël latine e me dy pika', + igrave: 'Shkronja e vogë latine i me theks të rëndë', + iacute: 'Shkronja e vogë latine i me theks të mprehtë', + icirc: 'Shkronja e vogël latine i me theks lakor', + iuml: 'Shkronja e vogël latine i me dy pika', + eth: 'Shkronja e vogë latine eth', + ntilde: 'Shkronja e vogël latine n me tildë', + ograve: 'Shkronja e vogë latine o me theks të rëndë', + oacute: 'Shkronja e vogë latine o me theks të mprehtë', + ocirc: 'Shkronja e vogël latine o me theks lakor', + otilde: 'Shkronja e vogël latine o me tildë', + ouml: 'Shkronja e vogël latine o me dy pika', + divide: 'Shenja ndarëse', + oslash: 'Shkronja e vogël latine o me vizë në mes', + ugrave: 'Shkronja e vogë latine u me theks të rëndë', + uacute: 'Shkronja e vogë latine u me theks të mprehtë', + ucirc: 'Shkronja e vogël latine u me theks lakor', + uuml: 'Shkronja e vogël latine u me dy pika', + yacute: 'Shkronja e vogë latine y me theks të mprehtë', + thorn: 'Shkronja e vogël latine thorn', + yuml: 'Shkronja e vogël latine y me dy pika', + OElig: 'Shkronja e madhe e bashkuar latine OE', + oelig: 'Shkronja e vogël e bashkuar latine oe', + '372': 'Shkronja e madhe latine W me theks lakor', + '374': 'Shkronja e madhe latine Y me theks lakor', + '373': 'Shkronja e vogël latine w me theks lakor', + '375': 'Shkronja e vogël latine y me theks lakor', + sbquo: 'Single low-9 quotation mark', // MISSING + '8219': 'Single high-reversed-9 quotation mark', // MISSING + bdquo: 'Double low-9 quotation mark', // MISSING + hellip: 'Horizontal ellipsis', // MISSING + trade: 'Shenja e Simbolit Tregtarë', + '9658': 'Black right-pointing pointer', // MISSING + bull: 'Pulla', + rarr: 'Shigjeta djathtas', + rArr: 'Shenja të dyfishta djathtas', + hArr: 'Shigjeta e dyfishë majtas-djathtas', + diams: 'Black diamond suit', // MISSING + asymp: 'Gati e barabar me' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/sv.js b/sources/plugins/specialchar/dialogs/lang/sv.js new file mode 100644 index 00000000..68a00f06 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/sv.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'sv', { + euro: 'Eurotecken', + lsquo: 'Enkelt vänster citattecken', + rsquo: 'Enkelt höger citattecken', + ldquo: 'Dubbelt vänster citattecken', + rdquo: 'Dubbelt höger citattecken', + ndash: 'Snedstreck', + mdash: 'Långt tankstreck', + iexcl: 'Inverterad utropstecken', + cent: 'Centtecken', + pound: 'Pundtecken', + curren: 'Valutatecken', + yen: 'Yentecken', + brvbar: 'Brutet lodrätt streck', + sect: 'Paragraftecken', + uml: 'Diaeresis', + copy: 'Upphovsrättstecken', + ordf: 'Feminit ordningstalsindikator', + laquo: 'Vänsterställt dubbelt vinkelcitationstecken', + not: 'Icke-tecken', + reg: 'Registrerad', + macr: 'Macron', + deg: 'Grader', + sup2: 'Upphöjt två', + sup3: 'Upphöjt tre', + acute: 'Akut accent', + micro: 'Mikrotecken', + para: 'Alinea', + middot: 'Centrerad prick', + cedil: 'Cedilj', + sup1: 'Upphöjt en', + ordm: 'Maskulina ordningsändelsen', + raquo: 'Högerställt dubbelt vinkelcitationstecken', + frac14: 'Bråktal - en kvart', + frac12: 'Bråktal - en halv', + frac34: 'Bråktal - tre fjärdedelar', + iquest: 'Inverterat frågetecken', + Agrave: 'Stort A med grav accent', + Aacute: 'Stort A med akutaccent', + Acirc: 'Stort A med circumflex', + Atilde: 'Stort A med tilde', + Auml: 'Stort A med diaresis', + Aring: 'Stort A med ring ovan', + AElig: 'Stort Æ', + Ccedil: 'Stort C med cedilj', + Egrave: 'Stort E med grav accent', + Eacute: 'Stort E med aktuaccent', + Ecirc: 'Stort E med circumflex', + Euml: 'Stort E med diaeresis', + Igrave: 'Stort I med grav accent', + Iacute: 'Stort I med akutaccent', + Icirc: 'Stort I med circumflex', + Iuml: 'Stort I med diaeresis', + ETH: 'Stort Eth', + Ntilde: 'Stort N med tilde', + Ograve: 'Stort O med grav accent', + Oacute: 'Stort O med aktuaccent', + Ocirc: 'Stort O med circumflex', + Otilde: 'Stort O med tilde', + Ouml: 'Stort O med diaeresis', + times: 'Multiplicera', + Oslash: 'Stor Ø', + Ugrave: 'Stort U med grav accent', + Uacute: 'Stort U med akutaccent', + Ucirc: 'Stort U med circumflex', + Uuml: 'Stort U med diaeresis', + Yacute: 'Stort Y med akutaccent', + THORN: 'Stort Thorn', + szlig: 'Litet dubbel-s/Eszett', + agrave: 'Litet a med grav accent', + aacute: 'Litet a med akutaccent', + acirc: 'Litet a med circumflex', + atilde: 'Litet a med tilde', + auml: 'Litet a med diaeresis', + aring: 'Litet a med ring ovan', + aelig: 'Bokstaven æ', + ccedil: 'Litet c med cedilj', + egrave: 'Litet e med grav accent', + eacute: 'Litet e med akutaccent', + ecirc: 'Litet e med circumflex', + euml: 'Litet e med diaeresis', + igrave: 'Litet i med grav accent', + iacute: 'Litet i med akutaccent', + icirc: 'LItet i med circumflex', + iuml: 'Litet i med didaeresis', + eth: 'Litet eth', + ntilde: 'Litet n med tilde', + ograve: 'LItet o med grav accent', + oacute: 'LItet o med akutaccent', + ocirc: 'Litet o med circumflex', + otilde: 'LItet o med tilde', + ouml: 'Litet o med diaeresis', + divide: 'Division', + oslash: 'ø', + ugrave: 'Litet u med grav accent', + uacute: 'Litet u med akutaccent', + ucirc: 'LItet u med circumflex', + uuml: 'Litet u med diaeresis', + yacute: 'Litet y med akutaccent', + thorn: 'Litet thorn', + yuml: 'Litet y med diaeresis', + OElig: 'Stor ligatur av OE', + oelig: 'Liten ligatur av oe', + '372': 'Stort W med circumflex', + '374': 'Stort Y med circumflex', + '373': 'Litet w med circumflex', + '375': 'Litet y med circumflex', + sbquo: 'Enkelt lågt 9-citationstecken', + '8219': 'Enkelt högt bakvänt 9-citationstecken', + bdquo: 'Dubbelt lågt 9-citationstecken', + hellip: 'Horisontellt uteslutningstecken', + trade: 'Varumärke', + '9658': 'Svart högervänd pekare', + bull: 'Listpunkt', + rarr: 'Högerpil', + rArr: 'Dubbel högerpil', + hArr: 'Dubbel vänsterpil', + diams: 'Svart ruter', + asymp: 'Ungefär lika med' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/th.js b/sources/plugins/specialchar/dialogs/lang/th.js new file mode 100644 index 00000000..f4c60cb1 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/th.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'th', { + euro: 'Euro sign', // MISSING + lsquo: 'Left single quotation mark', // MISSING + rsquo: 'Right single quotation mark', // MISSING + ldquo: 'Left double quotation mark', // MISSING + rdquo: 'Right double quotation mark', // MISSING + ndash: 'En dash', // MISSING + mdash: 'Em dash', // MISSING + iexcl: 'Inverted exclamation mark', // MISSING + cent: 'Cent sign', // MISSING + pound: 'Pound sign', // MISSING + curren: 'สัญลักษณ์สกุลเงิน', + yen: 'สัญลักษณ์เงินเยน', + brvbar: 'Broken bar', // MISSING + sect: 'Section sign', // MISSING + uml: 'Diaeresis', // MISSING + copy: 'Copyright sign', // MISSING + ordf: 'Feminine ordinal indicator', // MISSING + laquo: 'Left-pointing double angle quotation mark', // MISSING + not: 'Not sign', // MISSING + reg: 'Registered sign', // MISSING + macr: 'Macron', // MISSING + deg: 'Degree sign', // MISSING + sup2: 'Superscript two', // MISSING + sup3: 'Superscript three', // MISSING + acute: 'Acute accent', // MISSING + micro: 'Micro sign', // MISSING + para: 'Pilcrow sign', // MISSING + middot: 'Middle dot', // MISSING + cedil: 'Cedilla', // MISSING + sup1: 'Superscript one', // MISSING + ordm: 'Masculine ordinal indicator', // MISSING + raquo: 'Right-pointing double angle quotation mark', // MISSING + frac14: 'Vulgar fraction one quarter', // MISSING + frac12: 'Vulgar fraction one half', // MISSING + frac34: 'Vulgar fraction three quarters', // MISSING + iquest: 'Inverted question mark', // MISSING + Agrave: 'Latin capital letter A with grave accent', // MISSING + Aacute: 'Latin capital letter A with acute accent', // MISSING + Acirc: 'Latin capital letter A with circumflex', // MISSING + Atilde: 'Latin capital letter A with tilde', // MISSING + Auml: 'Latin capital letter A with diaeresis', // MISSING + Aring: 'Latin capital letter A with ring above', // MISSING + AElig: 'Latin Capital letter Æ', // MISSING + Ccedil: 'Latin capital letter C with cedilla', // MISSING + Egrave: 'Latin capital letter E with grave accent', // MISSING + Eacute: 'Latin capital letter E with acute accent', // MISSING + Ecirc: 'Latin capital letter E with circumflex', // MISSING + Euml: 'Latin capital letter E with diaeresis', // MISSING + Igrave: 'Latin capital letter I with grave accent', // MISSING + Iacute: 'Latin capital letter I with acute accent', // MISSING + Icirc: 'Latin capital letter I with circumflex', // MISSING + Iuml: 'Latin capital letter I with diaeresis', // MISSING + ETH: 'Latin capital letter Eth', // MISSING + Ntilde: 'Latin capital letter N with tilde', // MISSING + Ograve: 'Latin capital letter O with grave accent', // MISSING + Oacute: 'Latin capital letter O with acute accent', // MISSING + Ocirc: 'Latin capital letter O with circumflex', // MISSING + Otilde: 'Latin capital letter O with tilde', // MISSING + Ouml: 'Latin capital letter O with diaeresis', // MISSING + times: 'Multiplication sign', // MISSING + Oslash: 'Latin capital letter O with stroke', // MISSING + Ugrave: 'Latin capital letter U with grave accent', // MISSING + Uacute: 'Latin capital letter U with acute accent', // MISSING + Ucirc: 'Latin capital letter U with circumflex', // MISSING + Uuml: 'Latin capital letter U with diaeresis', // MISSING + Yacute: 'Latin capital letter Y with acute accent', // MISSING + THORN: 'Latin capital letter Thorn', // MISSING + szlig: 'Latin small letter sharp s', // MISSING + agrave: 'Latin small letter a with grave accent', // MISSING + aacute: 'Latin small letter a with acute accent', // MISSING + acirc: 'Latin small letter a with circumflex', // MISSING + atilde: 'Latin small letter a with tilde', // MISSING + auml: 'Latin small letter a with diaeresis', // MISSING + aring: 'Latin small letter a with ring above', // MISSING + aelig: 'Latin small letter æ', // MISSING + ccedil: 'Latin small letter c with cedilla', // MISSING + egrave: 'Latin small letter e with grave accent', // MISSING + eacute: 'Latin small letter e with acute accent', // MISSING + ecirc: 'Latin small letter e with circumflex', // MISSING + euml: 'Latin small letter e with diaeresis', // MISSING + igrave: 'Latin small letter i with grave accent', // MISSING + iacute: 'Latin small letter i with acute accent', // MISSING + icirc: 'Latin small letter i with circumflex', // MISSING + iuml: 'Latin small letter i with diaeresis', // MISSING + eth: 'Latin small letter eth', // MISSING + ntilde: 'Latin small letter n with tilde', // MISSING + ograve: 'Latin small letter o with grave accent', // MISSING + oacute: 'Latin small letter o with acute accent', // MISSING + ocirc: 'Latin small letter o with circumflex', // MISSING + otilde: 'Latin small letter o with tilde', // MISSING + ouml: 'Latin small letter o with diaeresis', // MISSING + divide: 'Division sign', // MISSING + oslash: 'Latin small letter o with stroke', // MISSING + ugrave: 'Latin small letter u with grave accent', // MISSING + uacute: 'Latin small letter u with acute accent', // MISSING + ucirc: 'Latin small letter u with circumflex', // MISSING + uuml: 'Latin small letter u with diaeresis', // MISSING + yacute: 'Latin small letter y with acute accent', // MISSING + thorn: 'Latin small letter thorn', // MISSING + yuml: 'Latin small letter y with diaeresis', // MISSING + OElig: 'Latin capital ligature OE', // MISSING + oelig: 'Latin small ligature oe', // MISSING + '372': 'Latin capital letter W with circumflex', // MISSING + '374': 'Latin capital letter Y with circumflex', // MISSING + '373': 'Latin small letter w with circumflex', // MISSING + '375': 'Latin small letter y with circumflex', // MISSING + sbquo: 'Single low-9 quotation mark', // MISSING + '8219': 'Single high-reversed-9 quotation mark', // MISSING + bdquo: 'Double low-9 quotation mark', // MISSING + hellip: 'Horizontal ellipsis', // MISSING + trade: 'Trade mark sign', // MISSING + '9658': 'Black right-pointing pointer', // MISSING + bull: 'สัญลักษณ์หัวข้อย่อย', + rarr: 'Rightwards arrow', // MISSING + rArr: 'Rightwards double arrow', // MISSING + hArr: 'Left right double arrow', // MISSING + diams: 'Black diamond suit', // MISSING + asymp: 'Almost equal to' // MISSING +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/tr.js b/sources/plugins/specialchar/dialogs/lang/tr.js new file mode 100644 index 00000000..fd2cdcaa --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/tr.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'tr', { + euro: 'Euro işareti', + lsquo: 'Sol tek tırnak işareti', + rsquo: 'Sağ tek tırnak işareti', + ldquo: 'Sol çift tırnak işareti', + rdquo: 'Sağ çift tırnak işareti', + ndash: 'En tire', + mdash: 'Em tire', + iexcl: 'Ters ünlem işareti', + cent: 'Cent işareti', + pound: 'Pound işareti', + curren: 'Para birimi işareti', + yen: 'Yen işareti', + brvbar: 'Kırık bar', + sect: 'Bölüm işareti', + uml: 'İki sesli harfin ayrılması', + copy: 'Telif hakkı işareti', + ordf: 'Dişil sıralı gösterge', + laquo: 'Sol-işaret çift açı tırnak işareti', + not: 'Not işareti', + reg: 'Kayıtlı işareti', + macr: 'Makron', + deg: 'Derece işareti', + sup2: 'İkili üstsimge', + sup3: 'Üçlü üstsimge', + acute: 'Aksan işareti', + micro: 'Mikro işareti', + para: 'Pilcrow işareti', + middot: 'Orta nokta', + cedil: 'Kedilla', + sup1: 'Üstsimge', + ordm: 'Eril sıralı gösterge', + raquo: 'Sağ işaret çift açı tırnak işareti', + frac14: 'Bayağı kesrin dörtte biri', + frac12: 'Bayağı kesrin bir yarım', + frac34: 'Bayağı kesrin dörtte üç', + iquest: 'Ters soru işareti', + Agrave: 'Aksanlı latin harfi', + Aacute: 'Aşırı aksanıyla Latin harfi', + Acirc: 'Çarpık Latin harfi', + Atilde: 'Tilde latin harfi', + Auml: 'Sesli harf ayrılımlıı latin harfi', + Aring: 'Halkalı latin büyük A harfi', + AElig: 'Latin büyük Æ harfi', + Ccedil: 'Latin büyük C harfi ile kedilla', + Egrave: 'Aksanlı latin büyük E harfi', + Eacute: 'Aşırı vurgulu latin büyük E harfi', + Ecirc: 'Çarpık latin büyük E harfi', + Euml: 'Sesli harf ayrılımlıı latin büyük E harfi', + Igrave: 'Aksanlı latin büyük I harfi', + Iacute: 'Aşırı aksanlı latin büyük I harfi', + Icirc: 'Çarpık latin büyük I harfi', + Iuml: 'Sesli harf ayrılımlıı latin büyük I harfi', + ETH: 'Latin büyük Eth harfi', + Ntilde: 'Tildeli latin büyük N harfi', + Ograve: 'Aksanlı latin büyük O harfi', + Oacute: 'Aşırı aksanlı latin büyük O harfi', + Ocirc: 'Çarpık latin büyük O harfi', + Otilde: 'Tildeli latin büyük O harfi', + Ouml: 'Sesli harf ayrılımlı latin büyük O harfi', + times: 'Çarpma işareti', + Oslash: 'Vurgulu latin büyük O harfi', + Ugrave: 'Aksanlı latin büyük U harfi', + Uacute: 'Aşırı aksanlı latin büyük U harfi', + Ucirc: 'Çarpık latin büyük U harfi', + Uuml: 'Sesli harf ayrılımlı latin büyük U harfi', + Yacute: 'Aşırı aksanlı latin büyük Y harfi', + THORN: 'Latin büyük Thorn harfi', + szlig: 'Latin küçük keskin s harfi', + agrave: 'Aksanlı latin küçük a harfi', + aacute: 'Aşırı aksanlı latin küçük a harfi', + acirc: 'Çarpık latin küçük a harfi', + atilde: 'Tildeli latin küçük a harfi', + auml: 'Sesli harf ayrılımlı latin küçük a harfi', + aring: 'Halkalı latin küçük a harfi', + aelig: 'Latin büyük æ harfi', + ccedil: 'Kedillalı latin küçük c harfi', + egrave: 'Aksanlı latin küçük e harfi', + eacute: 'Aşırı aksanlı latin küçük e harfi', + ecirc: 'Çarpık latin küçük e harfi', + euml: 'Sesli harf ayrılımlı latin küçük e harfi', + igrave: 'Aksanlı latin küçük i harfi', + iacute: 'Aşırı aksanlı latin küçük i harfi', + icirc: 'Çarpık latin küçük i harfi', + iuml: 'Sesli harf ayrılımlı latin küçük i harfi', + eth: 'Latin küçük eth harfi', + ntilde: 'Tildeli latin küçük n harfi', + ograve: 'Aksanlı latin küçük o harfi', + oacute: 'Aşırı aksanlı latin küçük o harfi', + ocirc: 'Çarpık latin küçük o harfi', + otilde: 'Tildeli latin küçük o harfi', + ouml: 'Sesli harf ayrılımlı latin küçük o harfi', + divide: 'Bölme işareti', + oslash: 'Vurgulu latin küçük o harfi', + ugrave: 'Aksanlı latin küçük u harfi', + uacute: 'Aşırı aksanlı latin küçük u harfi', + ucirc: 'Çarpık latin küçük u harfi', + uuml: 'Sesli harf ayrılımlı latin küçük u harfi', + yacute: 'Aşırı aksanlı latin küçük y harfi', + thorn: 'Latin küçük thorn harfi', + yuml: 'Sesli harf ayrılımlı latin küçük y harfi', + OElig: 'Latin büyük bağlı OE harfi', + oelig: 'Latin küçük bağlı oe harfi', + '372': 'Çarpık latin büyük W harfi', + '374': 'Çarpık latin büyük Y harfi', + '373': 'Çarpık latin küçük w harfi', + '375': 'Çarpık latin küçük y harfi', + sbquo: 'Tek düşük-9 tırnak işareti', + '8219': 'Tek yüksek-ters-9 tırnak işareti', + bdquo: 'Çift düşük-9 tırnak işareti', + hellip: 'Yatay elips', + trade: 'Marka tescili işareti', + '9658': 'Siyah sağ işaret işaretçisi', + bull: 'Koyu nokta', + rarr: 'Sağa doğru ok', + rArr: 'Sağa doğru çift ok', + hArr: 'Sol, sağ çift ok', + diams: 'Siyah elmas takımı', + asymp: 'Hemen hemen eşit' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/tt.js b/sources/plugins/specialchar/dialogs/lang/tt.js new file mode 100644 index 00000000..2d03e7ed --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/tt.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'tt', { + euro: 'Евро тамгасы', + lsquo: 'Сул бер иңле куштырнаклар', + rsquo: 'Уң бер иңле куштырнаклар', + ldquo: 'Сул ике иңле куштырнаклар', + rdquo: 'Уң ике иңле куштырнаклар', + ndash: 'Кыска сызык', + mdash: 'Озын сызык', + iexcl: 'Әйләндерелгән өндәү билгесе', + cent: 'Цент тамгасы', + pound: 'Фунт тамгасы', + curren: 'Акча берәмлеге тамгасы', + yen: 'Иена тамгасы', + brvbar: 'Broken bar', // MISSING + sect: 'Параграф билгесе', + uml: 'Диерезис', + copy: 'Хокук иясе булу билгесе', + ordf: 'Feminine ordinal indicator', // MISSING + laquo: 'Ачылучы чыршысыман җәя', + not: 'Юклык ишарəсе', + reg: 'Теркәләнгән булу билгесе', + macr: 'Макрон', + deg: 'Градус билгесе', + sup2: 'Икенче өске индекс', + sup3: 'Өченче өске индекс', + acute: 'Басым билгесе', + micro: 'Микро билгесе', + para: 'Параграф билгесе', + middot: 'Уртадагы нокта', + cedil: 'Седиль', + sup1: 'Беренче өске индекс', + ordm: 'Masculine ordinal indicator', // MISSING + raquo: 'Ябылучы чыршысыман җәя', + frac14: 'Гади дүрттән бер билгесе', + frac12: 'Гади икедән бер билгесе', + frac34: 'Гади дүрттән өч билгесе', + iquest: 'Әйләндерелгән өндәү билгесе', + Agrave: 'Гравис белән латин A баш хәрефе', + Aacute: 'Басым билгесе белән латин A баш хәрефе', + Acirc: 'Циркумфлекс белән латин A баш хәрефе', + Atilde: 'Тильда белән латин A баш хәрефе', + Auml: 'Диерезис белән латин A баш хәрефе', + Aring: 'Өстендә боҗра булган латин A баш хәрефе', + AElig: 'Латин Æ баш хәрефе', + Ccedil: 'Седиль белән латин C баш хәрефе', + Egrave: 'Гравис белән латин E баш хәрефе', + Eacute: 'Басым билгесе белән латин E баш хәрефе', + Ecirc: 'Циркумфлекс белән латин E баш хәрефе', + Euml: 'Диерезис белән латин E баш хәрефе', + Igrave: 'Гравис белән латин I баш хәрефе', + Iacute: 'Басым билгесе белән латин I баш хәрефе', + Icirc: 'Циркумфлекс белән латин I баш хәрефе', + Iuml: 'Диерезис белән латин I баш хәрефе', + ETH: 'Латин Eth баш хәрефе', + Ntilde: 'Тильда белән латин N баш хәрефе', + Ograve: 'Гравис белән латин O баш хәрефе', + Oacute: 'Басым билгесе белән латин O баш хәрефе', + Ocirc: 'Циркумфлекс белән латин O баш хәрефе', + Otilde: 'Тильда белән латин O баш хәрефе', + Ouml: 'Диерезис белән латин O баш хәрефе', + times: 'Тапкырлау билгесе', + Oslash: 'Сызык белән латин O баш хәрефе', + Ugrave: 'Гравис белән латин U баш хәрефе', + Uacute: 'Басым билгесе белән латин U баш хәрефе', + Ucirc: 'Циркумфлекс белән латин U баш хәрефе', + Uuml: 'Диерезис белән латин U баш хәрефе', + Yacute: 'Басым билгесе белән латин Y баш хәрефе', + THORN: 'Латин Thorn баш хәрефе', + szlig: 'Латин beta юл хәрефе', + agrave: 'Гравис белән латин a юл хәрефе', + aacute: 'Басым билгесе белән латин a юл хәрефе', + acirc: 'Циркумфлекс белән латин a юл хәрефе', + atilde: 'Тильда белән латин a юл хәрефе', + auml: 'Диерезис белән латин a юл хәрефе', + aring: 'Өстендә боҗра булган латин a юл хәрефе', + aelig: 'Латин æ юл хәрефе', + ccedil: 'Седиль белән латин c юл хәрефе', + egrave: 'Гравис белән латин e юл хәрефе', + eacute: 'Басым билгесе белән латин e юл хәрефе', + ecirc: 'Циркумфлекс белән латин e юл хәрефе', + euml: 'Диерезис белән латин e юл хәрефе', + igrave: 'Гравис белән латин i юл хәрефе', + iacute: 'Басым билгесе белән латин i юл хәрефе', + icirc: 'Циркумфлекс белән латин i юл хәрефе', + iuml: 'Диерезис белән латин i юл хәрефе', + eth: 'Латин eth юл хәрефе', + ntilde: 'Тильда белән латин n юл хәрефе', + ograve: 'Гравис белән латин o юл хәрефе', + oacute: 'Басым билгесе белән латин o юл хәрефе', + ocirc: 'Циркумфлекс белән латин o юл хәрефе', + otilde: 'Тильда белән латин o юл хәрефе', + ouml: 'Диерезис белән латин o юл хәрефе', + divide: 'Бүлү билгесе', + oslash: 'Сызык белән латин o юл хәрефе', + ugrave: 'Гравис белән латин u юл хәрефе', + uacute: 'Басым билгесе белән латин u юл хәрефе', + ucirc: 'Циркумфлекс белән латин u юл хәрефе', + uuml: 'Диерезис белән латин u юл хәрефе', + yacute: 'Басым билгесе белән латин y юл хәрефе', + thorn: 'Латин thorn юл хәрефе', + yuml: 'Диерезис белән латин y юл хәрефе', + OElig: 'Латин лигатура OE баш хәрефе', + oelig: 'Латин лигатура oe юл хәрефе', + '372': 'Циркумфлекс белән латин W баш хәрефе', + '374': 'Циркумфлекс белән латин Y баш хәрефе', + '373': 'Циркумфлекс белән латин w юл хәрефе', + '375': 'Циркумфлекс белән латин y юл хәрефе', + sbquo: 'Single low-9 quotation mark', // MISSING + '8219': 'Single high-reversed-9 quotation mark', // MISSING + bdquo: 'Double low-9 quotation mark', // MISSING + hellip: 'Ятма эллипс', + trade: 'Сәүдә маркасы билгесе', + '9658': 'Black right-pointing pointer', // MISSING + bull: 'Маркер', + rarr: 'Уң якка ук', + rArr: 'Уң якка икеләтә ук', + hArr: 'Ике якка икеләтә ук', + diams: 'Black diamond suit', // MISSING + asymp: 'якынча' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/ug.js b/sources/plugins/specialchar/dialogs/lang/ug.js new file mode 100644 index 00000000..7e9db8be --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/ug.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'ug', { + euro: 'ياۋرو بەلگىسى', + lsquo: 'يالاڭ پەش سول', + rsquo: 'يالاڭ پەش ئوڭ', + ldquo: 'قوش پەش سول', + rdquo: 'قوش پەش ئوڭ', + ndash: 'سىزىقچە', + mdash: 'سىزىق', + iexcl: 'ئۈندەش', + cent: 'تىيىن بەلگىسى', + pound: 'فوند ستېرلىڭ', + curren: 'پۇل بەلگىسى', + yen: 'ياپونىيە يىنى', + brvbar: 'ئۈزۈك بالداق', + sect: 'پاراگراف بەلگىسى', + uml: 'تاۋۇش ئايرىش بەلگىسى', + copy: 'نەشر ھوقۇقى بەلگىسى', + ordf: 'Feminine ordinal indicator', // MISSING + laquo: 'قوش تىرناق سول', + not: 'غەيرى بەلگە', + reg: 'خەتلەتكەن تاۋار ماركىسى', + macr: 'سوزۇش بەلگىسى', + deg: 'گىرادۇس بەلگىسى', + sup2: 'يۇقىرى ئىندېكىس 2', + sup3: 'يۇقىرى ئىندېكىس 3', + acute: 'ئۇرغۇ بەلگىسى', + micro: 'Micro sign', // MISSING + para: 'ئابزاس بەلگىسى', + middot: 'ئوتتۇرا چېكىت', + cedil: 'ئاستىغا قوشۇلىدىغان بەلگە', + sup1: 'يۇقىرى ئىندېكىس 1', + ordm: 'Masculine ordinal indicator', // MISSING + raquo: 'قوش تىرناق ئوڭ', + frac14: 'ئاددىي كەسىر تۆتتىن بىر', + frac12: 'ئاددىي كەسىر ئىككىدىن بىر', + frac34: 'ئاددىي كەسىر ئۈچتىن تۆرت', + iquest: 'Inverted question mark', // MISSING + Agrave: 'Latin capital letter A with grave accent', // MISSING + Aacute: 'Latin capital letter A with acute accent', // MISSING + Acirc: 'Latin capital letter A with circumflex', // MISSING + Atilde: 'Latin capital letter A with tilde', // MISSING + Auml: 'Latin capital letter A with diaeresis', // MISSING + Aring: 'Latin capital letter A with ring above', // MISSING + AElig: 'Latin Capital letter Æ', // MISSING + Ccedil: 'Latin capital letter C with cedilla', // MISSING + Egrave: 'Latin capital letter E with grave accent', // MISSING + Eacute: 'Latin capital letter E with acute accent', // MISSING + Ecirc: 'Latin capital letter E with circumflex', // MISSING + Euml: 'Latin capital letter E with diaeresis', // MISSING + Igrave: 'Latin capital letter I with grave accent', // MISSING + Iacute: 'Latin capital letter I with acute accent', // MISSING + Icirc: 'Latin capital letter I with circumflex', // MISSING + Iuml: 'Latin capital letter I with diaeresis', // MISSING + ETH: 'Latin capital letter Eth', // MISSING + Ntilde: 'Latin capital letter N with tilde', // MISSING + Ograve: 'قوش پەش ئوڭ', + Oacute: 'Latin capital letter O with acute accent', // MISSING + Ocirc: 'Latin capital letter O with circumflex', // MISSING + Otilde: 'Latin capital letter O with tilde', // MISSING + Ouml: 'Latin capital letter O with diaeresis', // MISSING + times: 'Multiplication sign', // MISSING + Oslash: 'Latin capital letter O with stroke', // MISSING + Ugrave: 'Latin capital letter U with grave accent', // MISSING + Uacute: 'Latin capital letter U with acute accent', // MISSING + Ucirc: 'Latin capital letter U with circumflex', // MISSING + Uuml: 'Latin capital letter U with diaeresis', // MISSING + Yacute: 'Latin capital letter Y with acute accent', // MISSING + THORN: 'Latin capital letter Thorn', // MISSING + szlig: 'Latin small letter sharp s', // MISSING + agrave: 'Latin small letter a with grave accent', // MISSING + aacute: 'Latin small letter a with acute accent', // MISSING + acirc: 'Latin small letter a with circumflex', // MISSING + atilde: 'Latin small letter a with tilde', // MISSING + auml: 'Latin small letter a with diaeresis', // MISSING + aring: 'Latin small letter a with ring above', // MISSING + aelig: 'Latin small letter æ', // MISSING + ccedil: 'Latin small letter c with cedilla', // MISSING + egrave: 'Latin small letter e with grave accent', // MISSING + eacute: 'Latin small letter e with acute accent', // MISSING + ecirc: 'Latin small letter e with circumflex', // MISSING + euml: 'Latin small letter e with diaeresis', // MISSING + igrave: 'Latin small letter i with grave accent', // MISSING + iacute: 'Latin small letter i with acute accent', // MISSING + icirc: 'Latin small letter i with circumflex', // MISSING + iuml: 'Latin small letter i with diaeresis', // MISSING + eth: 'Latin small letter eth', // MISSING + ntilde: 'تىك موللاق سوئال بەلگىسى', + ograve: 'Latin small letter o with grave accent', // MISSING + oacute: 'Latin small letter o with acute accent', // MISSING + ocirc: 'Latin small letter o with circumflex', // MISSING + otilde: 'Latin small letter o with tilde', // MISSING + ouml: 'Latin small letter o with diaeresis', // MISSING + divide: 'بۆلۈش بەلگىسى', + oslash: 'Latin small letter o with stroke', // MISSING + ugrave: 'Latin small letter u with grave accent', // MISSING + uacute: 'Latin small letter u with acute accent', // MISSING + ucirc: 'Latin small letter u with circumflex', // MISSING + uuml: 'Latin small letter u with diaeresis', // MISSING + yacute: 'Latin small letter y with acute accent', // MISSING + thorn: 'Latin small letter thorn', // MISSING + yuml: 'Latin small letter y with diaeresis', // MISSING + OElig: 'Latin capital ligature OE', // MISSING + oelig: 'Latin small ligature oe', // MISSING + '372': 'Latin capital letter W with circumflex', // MISSING + '374': 'Latin capital letter Y with circumflex', // MISSING + '373': 'Latin small letter w with circumflex', // MISSING + '375': 'Latin small letter y with circumflex', // MISSING + sbquo: 'Single low-9 quotation mark', // MISSING + '8219': 'Single high-reversed-9 quotation mark', // MISSING + bdquo: 'Double low-9 quotation mark', // MISSING + hellip: 'Horizontal ellipsis', // MISSING + trade: 'خەتلەتكەن تاۋار ماركىسى بەلگىسى', + '9658': 'Black right-pointing pointer', // MISSING + bull: 'Bullet', // MISSING + rarr: 'ئوڭ يا ئوق', + rArr: 'ئوڭ قوش سىزىق يا ئوق', + hArr: 'ئوڭ سول قوش سىزىق يا ئوق', + diams: 'ئۇيۇل غىچ', + asymp: 'تەخمىنەن تەڭ' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/uk.js b/sources/plugins/specialchar/dialogs/lang/uk.js new file mode 100644 index 00000000..34a3bff9 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/uk.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'uk', { + euro: 'Знак євро', + lsquo: 'Ліві одинарні лапки', + rsquo: 'Праві одинарні лапки', + ldquo: 'Ліві подвійні лапки', + rdquo: 'Праві подвійні лапки', + ndash: 'Середнє тире', + mdash: 'Довге тире', + iexcl: 'Перевернутий знак оклику', + cent: 'Знак цента', + pound: 'Знак фунта', + curren: 'Знак валюти', + yen: 'Знак єни', + brvbar: 'Переривчаста вертикальна лінія', + sect: 'Знак параграфу', + uml: 'Умлаут', + copy: 'Знак авторських прав', + ordf: 'Жіночий порядковий вказівник', + laquo: 'ліві вказівні подвійні кутові дужки', + not: 'Заперечення', + reg: 'Знак охорони суміжних прав', + macr: 'Макрон', + deg: 'Знак градуса', + sup2: 'два у верхньому індексі', + sup3: 'три у верхньому індексі', + acute: 'Знак акута', + micro: 'Знак мікро', + para: 'Знак абзацу', + middot: 'Інтерпункт', + cedil: 'Седиль', + sup1: 'Один у верхньому індексі', + ordm: 'Чоловічий порядковий вказівник', + raquo: 'праві вказівні подвійні кутові дужки', + frac14: 'Одна четвертина', + frac12: 'Одна друга', + frac34: 'три четвертих', + iquest: 'Перевернутий знак питання', + Agrave: 'Велика латинська A з гравісом', + Aacute: 'Велика латинська А з акутом', + Acirc: 'Велика латинська А з циркумфлексом', + Atilde: 'Велика латинська А з тильдою', + Auml: 'Велике латинське А з умлаутом', + Aring: 'Велика латинська A з кільцем згори', + AElig: 'Велика латинська Æ', + Ccedil: 'Велика латинська C з седиллю', + Egrave: 'Велика латинська E з гравісом', + Eacute: 'Велика латинська E з акутом', + Ecirc: 'Велика латинська E з циркумфлексом', + Euml: 'Велика латинська А з умлаутом', + Igrave: 'Велика латинська I з гравісом', + Iacute: 'Велика латинська I з акутом', + Icirc: 'Велика латинська I з циркумфлексом', + Iuml: 'Велика латинська І з умлаутом', + ETH: 'Велика латинська Eth', + Ntilde: 'Велика латинська N з тильдою', + Ograve: 'Велика латинська O з гравісом', + Oacute: 'Велика латинська O з акутом', + Ocirc: 'Велика латинська O з циркумфлексом', + Otilde: 'Велика латинська O з тильдою', + Ouml: 'Велика латинська О з умлаутом', + times: 'Знак множення', + Oslash: 'Велика латинська перекреслена O ', + Ugrave: 'Велика латинська U з гравісом', + Uacute: 'Велика латинська U з акутом', + Ucirc: 'Велика латинська U з циркумфлексом', + Uuml: 'Велика латинська U з умлаутом', + Yacute: 'Велика латинська Y з акутом', + THORN: 'Велика латинська Торн', + szlig: 'Мала латинська есцет', + agrave: 'Мала латинська a з гравісом', + aacute: 'Мала латинська a з акутом', + acirc: 'Мала латинська a з циркумфлексом', + atilde: 'Мала латинська a з тильдою', + auml: 'Мала латинська a з умлаутом', + aring: 'Мала латинська a з кільцем згори', + aelig: 'Мала латинська æ', + ccedil: 'Мала латинська C з седиллю', + egrave: 'Мала латинська e з гравісом', + eacute: 'Мала латинська e з акутом', + ecirc: 'Мала латинська e з циркумфлексом', + euml: 'Мала латинська e з умлаутом', + igrave: 'Мала латинська i з гравісом', + iacute: 'Мала латинська i з акутом', + icirc: 'Мала латинська i з циркумфлексом', + iuml: 'Мала латинська i з умлаутом', + eth: 'Мала латинська Eth', + ntilde: 'Мала латинська n з тильдою', + ograve: 'Мала латинська o з гравісом', + oacute: 'Мала латинська o з акутом', + ocirc: 'Мала латинська o з циркумфлексом', + otilde: 'Мала латинська o з тильдою', + ouml: 'Мала латинська o з умлаутом', + divide: 'Знак ділення', + oslash: 'Мала латинська перекреслена o', + ugrave: 'Мала латинська u з гравісом', + uacute: 'Мала латинська u з акутом', + ucirc: 'Мала латинська u з циркумфлексом', + uuml: 'Мала латинська u з умлаутом', + yacute: 'Мала латинська y з акутом', + thorn: 'Мала латинська торн', + yuml: 'Мала латинська y з умлаутом', + OElig: 'Велика латинська лігатура OE', + oelig: 'Мала латинська лігатура oe', + '372': 'Велика латинська W з циркумфлексом', + '374': 'Велика латинська Y з циркумфлексом', + '373': 'Мала латинська w з циркумфлексом', + '375': 'Мала латинська y з циркумфлексом', + sbquo: 'Одиничні нижні лабки', + '8219': 'Верхні одиничні обернені лабки', + bdquo: 'Подвійні нижні лабки', + hellip: 'Три крапки', + trade: 'Знак торгової марки', + '9658': 'Чорний правий вказівник', + bull: 'Маркер списку', + rarr: 'Стрілка вправо', + rArr: 'Подвійна стрілка вправо', + hArr: 'Подвійна стрілка вліво-вправо', + diams: 'Чорний діамонт', + asymp: 'Наближено дорівнює' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/vi.js b/sources/plugins/specialchar/dialogs/lang/vi.js new file mode 100644 index 00000000..9be09b29 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/vi.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'vi', { + euro: 'Ký hiệu Euro', + lsquo: 'Dấu ngoặc đơn trái', + rsquo: 'Dấu ngoặc đơn phải', + ldquo: 'Dấu ngoặc đôi trái', + rdquo: 'Dấu ngoặc đôi phải', + ndash: 'Gạch ngang tiếng anh', + mdash: 'Gạch ngang Em', + iexcl: 'Chuyển đổi dấu chấm than', + cent: 'Ký tự tiền Mỹ', + pound: 'Ký tự tiền Anh', + curren: 'Ký tự tiền tệ', + yen: 'Ký tự tiền Yên Nhật', + brvbar: 'Thanh hỏng', + sect: 'Ký tự khu vực', + uml: 'Dấu tách đôi', + copy: 'Ký tự bản quyền', + ordf: 'Phần chỉ thị giống cái', + laquo: 'Chọn dấu ngoặc đôi trái', + not: 'Không có ký tự', + reg: 'Ký tự đăng ký', + macr: 'Dấu nguyên âm dài', + deg: 'Ký tự độ', + sup2: 'Chữ trồi lên trên dạng 2', + sup3: 'Chữ trồi lên trên dạng 3', + acute: 'Dấu trọng âm', + micro: 'Ký tự micro', + para: 'Ký tự đoạn văn', + middot: 'Dấu chấm tròn', + cedil: 'Dấu móc lưới', + sup1: 'Ký tự trồi lên cấp 1', + ordm: 'Ký tự biểu hiện giống đực', + raquo: 'Chọn dấu ngoặc đôi phải', + frac14: 'Tỉ lệ một phần tư', + frac12: 'Tỉ lệ một nửa', + frac34: 'Tỉ lệ ba phần tư', + iquest: 'Chuyển đổi dấu chấm hỏi', + Agrave: 'Ký tự la-tinh viết hoa A với dấu huyền', + Aacute: 'Ký tự la-tinh viết hoa A với dấu sắc', + Acirc: 'Ký tự la-tinh viết hoa A với dấu mũ', + Atilde: 'Ký tự la-tinh viết hoa A với dấu ngã', + Auml: 'Ký tự la-tinh viết hoa A với dấu hai chấm trên đầu', + Aring: 'Ký tự la-tinh viết hoa A với biểu tượng vòng tròn trên đầu', + AElig: 'Ký tự la-tinh viết hoa của Æ', + Ccedil: 'Ký tự la-tinh viết hoa C với dấu móc bên dưới', + Egrave: 'Ký tự la-tinh viết hoa E với dấu huyền', + Eacute: 'Ký tự la-tinh viết hoa E với dấu sắc', + Ecirc: 'Ký tự la-tinh viết hoa E với dấu mũ', + Euml: 'Ký tự la-tinh viết hoa E với dấu hai chấm trên đầu', + Igrave: 'Ký tự la-tinh viết hoa I với dấu huyền', + Iacute: 'Ký tự la-tinh viết hoa I với dấu sắc', + Icirc: 'Ký tự la-tinh viết hoa I với dấu mũ', + Iuml: 'Ký tự la-tinh viết hoa I với dấu hai chấm trên đầu', + ETH: 'Viết hoa của ký tự Eth', + Ntilde: 'Ký tự la-tinh viết hoa N với dấu ngã', + Ograve: 'Ký tự la-tinh viết hoa O với dấu huyền', + Oacute: 'Ký tự la-tinh viết hoa O với dấu sắc', + Ocirc: 'Ký tự la-tinh viết hoa O với dấu mũ', + Otilde: 'Ký tự la-tinh viết hoa O với dấu ngã', + Ouml: 'Ký tự la-tinh viết hoa O với dấu hai chấm trên đầu', + times: 'Ký tự phép toán nhân', + Oslash: 'Ký tự la-tinh viết hoa A với dấu ngã xuống', + Ugrave: 'Ký tự la-tinh viết hoa U với dấu huyền', + Uacute: 'Ký tự la-tinh viết hoa U với dấu sắc', + Ucirc: 'Ký tự la-tinh viết hoa U với dấu mũ', + Uuml: 'Ký tự la-tinh viết hoa U với dấu hai chấm trên đầu', + Yacute: 'Ký tự la-tinh viết hoa Y với dấu sắc', + THORN: 'Phần viết hoa của ký tự Thorn', + szlig: 'Ký tự viết nhỏ la-tinh của chữ s', + agrave: 'Ký tự la-tinh thường với dấu huyền', + aacute: 'Ký tự la-tinh thường với dấu sắc', + acirc: 'Ký tự la-tinh thường với dấu mũ', + atilde: 'Ký tự la-tinh thường với dấu ngã', + auml: 'Ký tự la-tinh thường với dấu hai chấm trên đầu', + aring: 'Ký tự la-tinh viết thường với biểu tượng vòng tròn trên đầu', + aelig: 'Ký tự la-tinh viết thường của æ', + ccedil: 'Ký tự la-tinh viết thường của c với dấu móc bên dưới', + egrave: 'Ký tự la-tinh viết thường e với dấu huyền', + eacute: 'Ký tự la-tinh viết thường e với dấu sắc', + ecirc: 'Ký tự la-tinh viết thường e với dấu mũ', + euml: 'Ký tự la-tinh viết thường e với dấu hai chấm trên đầu', + igrave: 'Ký tự la-tinh viết thường i với dấu huyền', + iacute: 'Ký tự la-tinh viết thường i với dấu sắc', + icirc: 'Ký tự la-tinh viết thường i với dấu mũ', + iuml: 'Ký tự la-tinh viết thường i với dấu hai chấm trên đầu', + eth: 'Ký tự la-tinh viết thường của eth', + ntilde: 'Ký tự la-tinh viết thường n với dấu ngã', + ograve: 'Ký tự la-tinh viết thường o với dấu huyền', + oacute: 'Ký tự la-tinh viết thường o với dấu sắc', + ocirc: 'Ký tự la-tinh viết thường o với dấu mũ', + otilde: 'Ký tự la-tinh viết thường o với dấu ngã', + ouml: 'Ký tự la-tinh viết thường o với dấu hai chấm trên đầu', + divide: 'Ký hiệu phép tính chia', + oslash: 'Ký tự la-tinh viết thường o với dấu ngã', + ugrave: 'Ký tự la-tinh viết thường u với dấu huyền', + uacute: 'Ký tự la-tinh viết thường u với dấu sắc', + ucirc: 'Ký tự la-tinh viết thường u với dấu mũ', + uuml: 'Ký tự la-tinh viết thường u với dấu hai chấm trên đầu', + yacute: 'Ký tự la-tinh viết thường y với dấu sắc', + thorn: 'Ký tự la-tinh viết thường của chữ thorn', + yuml: 'Ký tự la-tinh viết thường y với dấu hai chấm trên đầu', + OElig: 'Ký tự la-tinh viết hoa gạch nối OE', + oelig: 'Ký tự la-tinh viết thường gạch nối OE', + '372': 'Ký tự la-tinh viết hoa W với dấu mũ', + '374': 'Ký tự la-tinh viết hoa Y với dấu mũ', + '373': 'Ký tự la-tinh viết thường w với dấu mũ', + '375': 'Ký tự la-tinh viết thường y với dấu mũ', + sbquo: 'Dấu ngoặc đơn thấp số-9', + '8219': 'Dấu ngoặc đơn đảo ngược số-9', + bdquo: 'Gấp đôi dấu ngoặc đơn số-9', + hellip: 'Tĩnh dược chiều ngang', + trade: 'Ký tự thương hiệu', + '9658': 'Ký tự trỏ về hướng bên phải màu đen', + bull: 'Ký hiệu', + rarr: 'Mũi tên hướng bên phải', + rArr: 'Mũi tên hướng bên phải dạng đôi', + hArr: 'Mũi tên hướng bên trái dạng đôi', + diams: 'Ký hiệu hình thoi', + asymp: 'Gần bằng với' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/zh-cn.js b/sources/plugins/specialchar/dialogs/lang/zh-cn.js new file mode 100644 index 00000000..34a72ca2 --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/zh-cn.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'zh-cn', { + euro: '欧元符号', + lsquo: '左单引号', + rsquo: '右单引号', + ldquo: '左双引号', + rdquo: '右双引号', + ndash: '短划线', + mdash: '长划线', + iexcl: '竖翻叹号', + cent: '分币符号', + pound: '英镑符号', + curren: '货币符号', + yen: '日元符号', + brvbar: '间断条', + sect: '节标记', + uml: '分音符', + copy: '版权所有标记', + ordf: '阴性顺序指示符', + laquo: '左指双尖引号', + not: '非标记', + reg: '注册标记', + macr: '长音符', + deg: '度标记', + sup2: '上标二', + sup3: '上标三', + acute: '锐音符', + micro: '微符', + para: '段落标记', + middot: '中间点', + cedil: '下加符', + sup1: '上标一', + ordm: '阳性顺序指示符', + raquo: '右指双尖引号', + frac14: '普通分数四分之一', + frac12: '普通分数二分之一', + frac34: '普通分数四分之三', + iquest: '竖翻问号', + Agrave: '带抑音符的拉丁文大写字母 A', + Aacute: '带锐音符的拉丁文大写字母 A', + Acirc: '带扬抑符的拉丁文大写字母 A', + Atilde: '带颚化符的拉丁文大写字母 A', + Auml: '带分音符的拉丁文大写字母 A', + Aring: '带上圆圈的拉丁文大写字母 A', + AElig: '拉丁文大写字母 Ae', + Ccedil: '带下加符的拉丁文大写字母 C', + Egrave: '带抑音符的拉丁文大写字母 E', + Eacute: '带锐音符的拉丁文大写字母 E', + Ecirc: '带扬抑符的拉丁文大写字母 E', + Euml: '带分音符的拉丁文大写字母 E', + Igrave: '带抑音符的拉丁文大写字母 I', + Iacute: '带锐音符的拉丁文大写字母 I', + Icirc: '带扬抑符的拉丁文大写字母 I', + Iuml: '带分音符的拉丁文大写字母 I', + ETH: '拉丁文大写字母 Eth', + Ntilde: '带颚化符的拉丁文大写字母 N', + Ograve: '带抑音符的拉丁文大写字母 O', + Oacute: '带锐音符的拉丁文大写字母 O', + Ocirc: '带扬抑符的拉丁文大写字母 O', + Otilde: '带颚化符的拉丁文大写字母 O', + Ouml: '带分音符的拉丁文大写字母 O', + times: '乘号', + Oslash: '带粗线的拉丁文大写字母 O', + Ugrave: '带抑音符的拉丁文大写字母 U', + Uacute: '带锐音符的拉丁文大写字母 U', + Ucirc: '带扬抑符的拉丁文大写字母 U', + Uuml: '带分音符的拉丁文大写字母 U', + Yacute: '带抑音符的拉丁文大写字母 Y', + THORN: '拉丁文大写字母 Thorn', + szlig: '拉丁文小写字母清音 S', + agrave: '带抑音符的拉丁文小写字母 A', + aacute: '带锐音符的拉丁文小写字母 A', + acirc: '带扬抑符的拉丁文小写字母 A', + atilde: '带颚化符的拉丁文小写字母 A', + auml: '带分音符的拉丁文小写字母 A', + aring: '带上圆圈的拉丁文小写字母 A', + aelig: '拉丁文小写字母 Ae', + ccedil: '带下加符的拉丁文小写字母 C', + egrave: '带抑音符的拉丁文小写字母 E', + eacute: '带锐音符的拉丁文小写字母 E', + ecirc: '带扬抑符的拉丁文小写字母 E', + euml: '带分音符的拉丁文小写字母 E', + igrave: '带抑音符的拉丁文小写字母 I', + iacute: '带锐音符的拉丁文小写字母 I', + icirc: '带扬抑符的拉丁文小写字母 I', + iuml: '带分音符的拉丁文小写字母 I', + eth: '拉丁文小写字母 Eth', + ntilde: '带颚化符的拉丁文小写字母 N', + ograve: '带抑音符的拉丁文小写字母 O', + oacute: '带锐音符的拉丁文小写字母 O', + ocirc: '带扬抑符的拉丁文小写字母 O', + otilde: '带颚化符的拉丁文小写字母 O', + ouml: '带分音符的拉丁文小写字母 O', + divide: '除号', + oslash: '带粗线的拉丁文小写字母 O', + ugrave: '带抑音符的拉丁文小写字母 U', + uacute: '带锐音符的拉丁文小写字母 U', + ucirc: '带扬抑符的拉丁文小写字母 U', + uuml: '带分音符的拉丁文小写字母 U', + yacute: '带抑音符的拉丁文小写字母 Y', + thorn: '拉丁文小写字母 Thorn', + yuml: '带分音符的拉丁文小写字母 Y', + OElig: '拉丁文大写连字 Oe', + oelig: '拉丁文小写连字 Oe', + '372': '带扬抑符的拉丁文大写字母 W', + '374': '带扬抑符的拉丁文大写字母 Y', + '373': '带扬抑符的拉丁文小写字母 W', + '375': '带扬抑符的拉丁文小写字母 Y', + sbquo: '单下 9 形引号', + '8219': '单高横翻 9 形引号', + bdquo: '双下 9 形引号', + hellip: '水平省略号', + trade: '商标标志', + '9658': '实心右指指针', + bull: '加重号', + rarr: '向右箭头', + rArr: '向右双线箭头', + hArr: '左右双线箭头', + diams: '实心方块纸牌', + asymp: '约等于' +} ); diff --git a/sources/plugins/specialchar/dialogs/lang/zh.js b/sources/plugins/specialchar/dialogs/lang/zh.js new file mode 100644 index 00000000..61b3e5db --- /dev/null +++ b/sources/plugins/specialchar/dialogs/lang/zh.js @@ -0,0 +1,125 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'specialchar', 'zh', { + euro: '歐元符號', + lsquo: '左單引號', + rsquo: '右單引號', + ldquo: '左雙引號', + rdquo: '右雙引號', + ndash: '短破折號', + mdash: '長破折號', + iexcl: '倒置的驚嘆號', + cent: '美分符號', + pound: '英鎊符號', + curren: '貨幣符號', + yen: '日圓符號', + brvbar: '破折號', + sect: '章節符號', + uml: '分音符號', + copy: '版權符號', + ordf: '雌性符號', + laquo: '左雙角括號', + not: 'Not 符號', + reg: '註冊商標符號', + macr: '長音符號', + deg: '度數符號', + sup2: '上標字 2', + sup3: '上標字 3', + acute: '尖音符號', + micro: '微', + para: '段落符號', + middot: '中間點', + cedil: '字母 C 下面的尾型符號 ', + sup1: '上標', + ordm: '雄性符號', + raquo: '右雙角括號', + frac14: '四分之一符號', + frac12: '二分之一符號', + frac34: '四分之三符號', + iquest: '倒置的問號', + Agrave: '拉丁大寫字母 A 帶抑音符號', + Aacute: '拉丁大寫字母 A 帶尖音符號', + Acirc: '拉丁大寫字母 A 帶揚抑符', + Atilde: '拉丁大寫字母 A 帶波浪號', + Auml: '拉丁大寫字母 A 帶分音符號', + Aring: '拉丁大寫字母 A 帶上圓圈', + AElig: '拉丁大寫字母 Æ', + Ccedil: '拉丁大寫字母 C 帶下尾符號', + Egrave: '拉丁大寫字母 E 帶抑音符號', + Eacute: '拉丁大寫字母 E 帶尖音符號', + Ecirc: '拉丁大寫字母 E 帶揚抑符', + Euml: '拉丁大寫字母 E 帶分音符號', + Igrave: '拉丁大寫字母 I 帶抑音符號', + Iacute: '拉丁大寫字母 I 帶尖音符號', + Icirc: '拉丁大寫字母 I 帶揚抑符', + Iuml: '拉丁大寫字母 I 帶分音符號', + ETH: '拉丁大寫字母 Eth', + Ntilde: '拉丁大寫字母 N 帶波浪號', + Ograve: '拉丁大寫字母 O 帶抑音符號', + Oacute: '拉丁大寫字母 O 帶尖音符號', + Ocirc: '拉丁大寫字母 O 帶揚抑符', + Otilde: '拉丁大寫字母 O 帶波浪號', + Ouml: '拉丁大寫字母 O 帶分音符號', + times: '乘號', + Oslash: '拉丁大寫字母 O 帶粗線符號', + Ugrave: '拉丁大寫字母 U 帶抑音符號', + Uacute: '拉丁大寫字母 U 帶尖音符號', + Ucirc: '拉丁大寫字母 U 帶揚抑符', + Uuml: '拉丁大寫字母 U 帶分音符號', + Yacute: '拉丁大寫字母 Y 帶尖音符號', + THORN: '拉丁大寫字母 Thorn', + szlig: '拉丁小寫字母 s', + agrave: '拉丁小寫字母 a 帶抑音符號', + aacute: '拉丁小寫字母 a 帶尖音符號', + acirc: '拉丁小寫字母 a 帶揚抑符', + atilde: '拉丁小寫字母 a 帶波浪號', + auml: '拉丁小寫字母 a 帶分音符號', + aring: '拉丁小寫字母 a 帶上圓圈', + aelig: '拉丁小寫字母 æ', + ccedil: '拉丁小寫字母 c 帶下尾符號', + egrave: '拉丁小寫字母 e 帶抑音符號', + eacute: '拉丁小寫字母 e 帶尖音符號', + ecirc: '拉丁小寫字母 e 帶揚抑符', + euml: '拉丁小寫字母 e 帶分音符號', + igrave: '拉丁小寫字母 i 帶抑音符號', + iacute: '拉丁小寫字母 i 帶尖音符號', + icirc: '拉丁小寫字母 i 帶揚抑符', + iuml: '拉丁小寫字母 i 帶分音符號', + eth: '拉丁小寫字母 eth', + ntilde: '拉丁小寫字母 n 帶波浪號', + ograve: '拉丁小寫字母 o 帶抑音符號', + oacute: '拉丁小寫字母 o 帶尖音符號', + ocirc: '拉丁小寫字母 o 帶揚抑符', + otilde: '拉丁小寫字母 o 帶波浪號', + ouml: '拉丁小寫字母 o 帶分音符號', + divide: '除號', + oslash: '拉丁小寫字母 o 帶粗線符號', + ugrave: '拉丁小寫字母 u 帶抑音符號', + uacute: '拉丁小寫字母 u 帶尖音符號', + ucirc: '拉丁小寫字母 u 帶揚抑符', + uuml: '拉丁小寫字母 u 帶分音符號', + yacute: '拉丁小寫字母 y 帶尖音符號', + thorn: '拉丁小寫字母 thorn', + yuml: '拉丁小寫字母 y 帶分音符號', + OElig: '拉丁大寫字母 OE', + oelig: '拉丁小寫字母 oe', + '372': '拉丁大寫字母 W 帶揚抑符', + '374': '拉丁大寫字母 Y 帶揚抑符', + '373': '拉丁小寫字母 w 帶揚抑符', + '375': '拉丁小寫字母 y 帶揚抑符', + sbquo: '低 9 單引號', + '8219': '高 9 反轉單引號', + bdquo: '低 9 雙引號', + hellip: '水平刪節號', + trade: '商標符號', + '9658': '黑色向右指箭號', + bull: '項目符號', + rarr: '向右箭號', + rArr: '向右雙箭號', + hArr: '左右雙箭號', + diams: '黑鑽套裝', + asymp: '約等於' +} ); -- cgit v1.2.3