From eaa9271590ab73b6eef3fa88bc74a9553eefd857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 26 Jan 2017 13:57:20 +0100 Subject: Add audio, color and fonts --- sources/plugins/font/lang/af.js | 14 ++++++++++++++ sources/plugins/font/lang/ar.js | 14 ++++++++++++++ sources/plugins/font/lang/az.js | 14 ++++++++++++++ sources/plugins/font/lang/bg.js | 14 ++++++++++++++ sources/plugins/font/lang/bn.js | 14 ++++++++++++++ sources/plugins/font/lang/bs.js | 14 ++++++++++++++ sources/plugins/font/lang/ca.js | 14 ++++++++++++++ sources/plugins/font/lang/cs.js | 14 ++++++++++++++ sources/plugins/font/lang/cy.js | 14 ++++++++++++++ sources/plugins/font/lang/da.js | 14 ++++++++++++++ sources/plugins/font/lang/de-ch.js | 14 ++++++++++++++ sources/plugins/font/lang/de.js | 14 ++++++++++++++ sources/plugins/font/lang/el.js | 14 ++++++++++++++ sources/plugins/font/lang/en-au.js | 14 ++++++++++++++ sources/plugins/font/lang/en-ca.js | 14 ++++++++++++++ sources/plugins/font/lang/en-gb.js | 14 ++++++++++++++ sources/plugins/font/lang/en.js | 14 ++++++++++++++ sources/plugins/font/lang/eo.js | 14 ++++++++++++++ sources/plugins/font/lang/es.js | 14 ++++++++++++++ sources/plugins/font/lang/et.js | 14 ++++++++++++++ sources/plugins/font/lang/eu.js | 14 ++++++++++++++ sources/plugins/font/lang/fa.js | 14 ++++++++++++++ sources/plugins/font/lang/fi.js | 14 ++++++++++++++ sources/plugins/font/lang/fo.js | 14 ++++++++++++++ sources/plugins/font/lang/fr-ca.js | 14 ++++++++++++++ sources/plugins/font/lang/fr.js | 14 ++++++++++++++ sources/plugins/font/lang/gl.js | 14 ++++++++++++++ sources/plugins/font/lang/gu.js | 14 ++++++++++++++ sources/plugins/font/lang/he.js | 14 ++++++++++++++ sources/plugins/font/lang/hi.js | 14 ++++++++++++++ sources/plugins/font/lang/hr.js | 14 ++++++++++++++ sources/plugins/font/lang/hu.js | 14 ++++++++++++++ sources/plugins/font/lang/id.js | 14 ++++++++++++++ sources/plugins/font/lang/is.js | 14 ++++++++++++++ sources/plugins/font/lang/it.js | 14 ++++++++++++++ sources/plugins/font/lang/ja.js | 14 ++++++++++++++ sources/plugins/font/lang/ka.js | 14 ++++++++++++++ sources/plugins/font/lang/km.js | 14 ++++++++++++++ sources/plugins/font/lang/ko.js | 14 ++++++++++++++ sources/plugins/font/lang/ku.js | 14 ++++++++++++++ sources/plugins/font/lang/lt.js | 14 ++++++++++++++ sources/plugins/font/lang/lv.js | 14 ++++++++++++++ sources/plugins/font/lang/mk.js | 14 ++++++++++++++ sources/plugins/font/lang/mn.js | 14 ++++++++++++++ sources/plugins/font/lang/ms.js | 14 ++++++++++++++ sources/plugins/font/lang/nb.js | 14 ++++++++++++++ sources/plugins/font/lang/nl.js | 14 ++++++++++++++ sources/plugins/font/lang/no.js | 14 ++++++++++++++ sources/plugins/font/lang/oc.js | 14 ++++++++++++++ sources/plugins/font/lang/pl.js | 14 ++++++++++++++ sources/plugins/font/lang/pt-br.js | 14 ++++++++++++++ sources/plugins/font/lang/pt.js | 14 ++++++++++++++ sources/plugins/font/lang/ro.js | 14 ++++++++++++++ sources/plugins/font/lang/ru.js | 14 ++++++++++++++ sources/plugins/font/lang/si.js | 14 ++++++++++++++ sources/plugins/font/lang/sk.js | 14 ++++++++++++++ sources/plugins/font/lang/sl.js | 14 ++++++++++++++ sources/plugins/font/lang/sq.js | 14 ++++++++++++++ sources/plugins/font/lang/sr-latn.js | 14 ++++++++++++++ sources/plugins/font/lang/sr.js | 14 ++++++++++++++ sources/plugins/font/lang/sv.js | 14 ++++++++++++++ sources/plugins/font/lang/th.js | 14 ++++++++++++++ sources/plugins/font/lang/tr.js | 14 ++++++++++++++ sources/plugins/font/lang/tt.js | 14 ++++++++++++++ sources/plugins/font/lang/ug.js | 14 ++++++++++++++ sources/plugins/font/lang/uk.js | 14 ++++++++++++++ sources/plugins/font/lang/vi.js | 14 ++++++++++++++ sources/plugins/font/lang/zh-cn.js | 14 ++++++++++++++ sources/plugins/font/lang/zh.js | 14 ++++++++++++++ 69 files changed, 966 insertions(+) create mode 100644 sources/plugins/font/lang/af.js create mode 100644 sources/plugins/font/lang/ar.js create mode 100644 sources/plugins/font/lang/az.js create mode 100644 sources/plugins/font/lang/bg.js create mode 100644 sources/plugins/font/lang/bn.js create mode 100644 sources/plugins/font/lang/bs.js create mode 100644 sources/plugins/font/lang/ca.js create mode 100644 sources/plugins/font/lang/cs.js create mode 100644 sources/plugins/font/lang/cy.js create mode 100644 sources/plugins/font/lang/da.js create mode 100644 sources/plugins/font/lang/de-ch.js create mode 100644 sources/plugins/font/lang/de.js create mode 100644 sources/plugins/font/lang/el.js create mode 100644 sources/plugins/font/lang/en-au.js create mode 100644 sources/plugins/font/lang/en-ca.js create mode 100644 sources/plugins/font/lang/en-gb.js create mode 100644 sources/plugins/font/lang/en.js create mode 100644 sources/plugins/font/lang/eo.js create mode 100644 sources/plugins/font/lang/es.js create mode 100644 sources/plugins/font/lang/et.js create mode 100644 sources/plugins/font/lang/eu.js create mode 100644 sources/plugins/font/lang/fa.js create mode 100644 sources/plugins/font/lang/fi.js create mode 100644 sources/plugins/font/lang/fo.js create mode 100644 sources/plugins/font/lang/fr-ca.js create mode 100644 sources/plugins/font/lang/fr.js create mode 100644 sources/plugins/font/lang/gl.js create mode 100644 sources/plugins/font/lang/gu.js create mode 100644 sources/plugins/font/lang/he.js create mode 100644 sources/plugins/font/lang/hi.js create mode 100644 sources/plugins/font/lang/hr.js create mode 100644 sources/plugins/font/lang/hu.js create mode 100644 sources/plugins/font/lang/id.js create mode 100644 sources/plugins/font/lang/is.js create mode 100644 sources/plugins/font/lang/it.js create mode 100644 sources/plugins/font/lang/ja.js create mode 100644 sources/plugins/font/lang/ka.js create mode 100644 sources/plugins/font/lang/km.js create mode 100644 sources/plugins/font/lang/ko.js create mode 100644 sources/plugins/font/lang/ku.js create mode 100644 sources/plugins/font/lang/lt.js create mode 100644 sources/plugins/font/lang/lv.js create mode 100644 sources/plugins/font/lang/mk.js create mode 100644 sources/plugins/font/lang/mn.js create mode 100644 sources/plugins/font/lang/ms.js create mode 100644 sources/plugins/font/lang/nb.js create mode 100644 sources/plugins/font/lang/nl.js create mode 100644 sources/plugins/font/lang/no.js create mode 100644 sources/plugins/font/lang/oc.js create mode 100644 sources/plugins/font/lang/pl.js create mode 100644 sources/plugins/font/lang/pt-br.js create mode 100644 sources/plugins/font/lang/pt.js create mode 100644 sources/plugins/font/lang/ro.js create mode 100644 sources/plugins/font/lang/ru.js create mode 100644 sources/plugins/font/lang/si.js create mode 100644 sources/plugins/font/lang/sk.js create mode 100644 sources/plugins/font/lang/sl.js create mode 100644 sources/plugins/font/lang/sq.js create mode 100644 sources/plugins/font/lang/sr-latn.js create mode 100644 sources/plugins/font/lang/sr.js create mode 100644 sources/plugins/font/lang/sv.js create mode 100644 sources/plugins/font/lang/th.js create mode 100644 sources/plugins/font/lang/tr.js create mode 100644 sources/plugins/font/lang/tt.js create mode 100644 sources/plugins/font/lang/ug.js create mode 100644 sources/plugins/font/lang/uk.js create mode 100644 sources/plugins/font/lang/vi.js create mode 100644 sources/plugins/font/lang/zh-cn.js create mode 100644 sources/plugins/font/lang/zh.js (limited to 'sources/plugins/font/lang') diff --git a/sources/plugins/font/lang/af.js b/sources/plugins/font/lang/af.js new file mode 100644 index 0000000..5c9073b --- /dev/null +++ b/sources/plugins/font/lang/af.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'af', { + fontSize: { + label: 'Grootte', + voiceLabel: 'Fontgrootte', + panelTitle: 'Fontgrootte' + }, + label: 'Font', + panelTitle: 'Fontnaam', + voiceLabel: 'Font' +} ); diff --git a/sources/plugins/font/lang/ar.js b/sources/plugins/font/lang/ar.js new file mode 100644 index 0000000..ac55224 --- /dev/null +++ b/sources/plugins/font/lang/ar.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'ar', { + fontSize: { + label: 'حجم الخط', + voiceLabel: 'حجم الخط', + panelTitle: 'حجم الخط' + }, + label: 'خط', + panelTitle: 'حجم الخط', + voiceLabel: 'حجم الخط' +} ); diff --git a/sources/plugins/font/lang/az.js b/sources/plugins/font/lang/az.js new file mode 100644 index 0000000..b4850b1 --- /dev/null +++ b/sources/plugins/font/lang/az.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'az', { + fontSize: { + label: 'Şrift ölçüsü', + voiceLabel: 'Şrift ölçüsü', + panelTitle: 'Şrift ölçüsü' + }, + label: 'Şrift', + panelTitle: 'Şrift', + voiceLabel: 'Şrift' +} ); diff --git a/sources/plugins/font/lang/bg.js b/sources/plugins/font/lang/bg.js new file mode 100644 index 0000000..682c6b1 --- /dev/null +++ b/sources/plugins/font/lang/bg.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'bg', { + fontSize: { + label: 'Размер', + voiceLabel: 'Размер на шрифт', + panelTitle: 'Размер на шрифт' + }, + label: 'Шрифт', + panelTitle: 'Име на шрифт', + voiceLabel: 'Шрифт' +} ); diff --git a/sources/plugins/font/lang/bn.js b/sources/plugins/font/lang/bn.js new file mode 100644 index 0000000..58eecba --- /dev/null +++ b/sources/plugins/font/lang/bn.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'bn', { + fontSize: { + label: 'সাইজ', + voiceLabel: 'Font Size', + panelTitle: 'সাইজ' + }, + label: 'ফন্ট', + panelTitle: 'ফন্ট', + voiceLabel: 'ফন্ট' +} ); diff --git a/sources/plugins/font/lang/bs.js b/sources/plugins/font/lang/bs.js new file mode 100644 index 0000000..2fbb5f6 --- /dev/null +++ b/sources/plugins/font/lang/bs.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'bs', { + fontSize: { + label: 'Velièina', + voiceLabel: 'Font Size', + panelTitle: 'Velièina' + }, + label: 'Font', + panelTitle: 'Font', + voiceLabel: 'Font' +} ); diff --git a/sources/plugins/font/lang/ca.js b/sources/plugins/font/lang/ca.js new file mode 100644 index 0000000..ca1e63a --- /dev/null +++ b/sources/plugins/font/lang/ca.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'ca', { + fontSize: { + label: 'Mida', + voiceLabel: 'Mida de la lletra', + panelTitle: 'Mida de la lletra' + }, + label: 'Tipus de lletra', + panelTitle: 'Tipus de lletra', + voiceLabel: 'Tipus de lletra' +} ); diff --git a/sources/plugins/font/lang/cs.js b/sources/plugins/font/lang/cs.js new file mode 100644 index 0000000..7028bfd --- /dev/null +++ b/sources/plugins/font/lang/cs.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'cs', { + fontSize: { + label: 'Velikost', + voiceLabel: 'Velikost písma', + panelTitle: 'Velikost' + }, + label: 'Písmo', + panelTitle: 'Písmo', + voiceLabel: 'Písmo' +} ); diff --git a/sources/plugins/font/lang/cy.js b/sources/plugins/font/lang/cy.js new file mode 100644 index 0000000..085b224 --- /dev/null +++ b/sources/plugins/font/lang/cy.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'cy', { + fontSize: { + label: 'Maint', + voiceLabel: 'Maint y Ffont', + panelTitle: 'Maint y Ffont' + }, + label: 'Ffont', + panelTitle: 'Enw\'r Ffont', + voiceLabel: 'Ffont' +} ); diff --git a/sources/plugins/font/lang/da.js b/sources/plugins/font/lang/da.js new file mode 100644 index 0000000..f33f2d8 --- /dev/null +++ b/sources/plugins/font/lang/da.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'da', { + fontSize: { + label: 'Skriftstørrelse', + voiceLabel: 'Skriftstørrelse', + panelTitle: 'Skriftstørrelse' + }, + label: 'Skrifttype', + panelTitle: 'Skrifttype', + voiceLabel: 'Skrifttype' +} ); diff --git a/sources/plugins/font/lang/de-ch.js b/sources/plugins/font/lang/de-ch.js new file mode 100644 index 0000000..a73223a --- /dev/null +++ b/sources/plugins/font/lang/de-ch.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'de-ch', { + fontSize: { + label: 'Grösse', + voiceLabel: 'Schrifgrösse', + panelTitle: 'Schriftgrösse' + }, + label: 'Schriftart', + panelTitle: 'Schriftartname', + voiceLabel: 'Schriftart' +} ); diff --git a/sources/plugins/font/lang/de.js b/sources/plugins/font/lang/de.js new file mode 100644 index 0000000..3c36855 --- /dev/null +++ b/sources/plugins/font/lang/de.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'de', { + fontSize: { + label: 'Größe', + voiceLabel: 'Schrifgröße', + panelTitle: 'Schriftgröße' + }, + label: 'Schriftart', + panelTitle: 'Schriftartname', + voiceLabel: 'Schriftart' +} ); diff --git a/sources/plugins/font/lang/el.js b/sources/plugins/font/lang/el.js new file mode 100644 index 0000000..4ca61a1 --- /dev/null +++ b/sources/plugins/font/lang/el.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'el', { + fontSize: { + label: 'Μέγεθος', + voiceLabel: 'Μέγεθος Γραμματοσειράς', + panelTitle: 'Μέγεθος Γραμματοσειράς' + }, + label: 'Γραμματοσειρά', + panelTitle: 'Όνομα Γραμματοσειράς', + voiceLabel: 'Γραμματοσειρά' +} ); diff --git a/sources/plugins/font/lang/en-au.js b/sources/plugins/font/lang/en-au.js new file mode 100644 index 0000000..5f83c29 --- /dev/null +++ b/sources/plugins/font/lang/en-au.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'en-au', { + fontSize: { + label: 'Size', + voiceLabel: 'Font Size', + panelTitle: 'Font Size' + }, + label: 'Font', + panelTitle: 'Font Name', + voiceLabel: 'Font' +} ); diff --git a/sources/plugins/font/lang/en-ca.js b/sources/plugins/font/lang/en-ca.js new file mode 100644 index 0000000..4520615 --- /dev/null +++ b/sources/plugins/font/lang/en-ca.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'en-ca', { + fontSize: { + label: 'Size', + voiceLabel: 'Font Size', + panelTitle: 'Font Size' + }, + label: 'Font', + panelTitle: 'Font Name', + voiceLabel: 'Font' +} ); diff --git a/sources/plugins/font/lang/en-gb.js b/sources/plugins/font/lang/en-gb.js new file mode 100644 index 0000000..160dd81 --- /dev/null +++ b/sources/plugins/font/lang/en-gb.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'en-gb', { + fontSize: { + label: 'Size', + voiceLabel: 'Font Size', + panelTitle: 'Font Size' + }, + label: 'Font', + panelTitle: 'Font Name', + voiceLabel: 'Font' +} ); diff --git a/sources/plugins/font/lang/en.js b/sources/plugins/font/lang/en.js new file mode 100644 index 0000000..ff64793 --- /dev/null +++ b/sources/plugins/font/lang/en.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'en', { + fontSize: { + label: 'Size', + voiceLabel: 'Font Size', + panelTitle: 'Font Size' + }, + label: 'Font', + panelTitle: 'Font Name', + voiceLabel: 'Font' +} ); diff --git a/sources/plugins/font/lang/eo.js b/sources/plugins/font/lang/eo.js new file mode 100644 index 0000000..48b2a9f --- /dev/null +++ b/sources/plugins/font/lang/eo.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'eo', { + fontSize: { + label: 'Grado', + voiceLabel: 'Tipara grado', + panelTitle: 'Tipara grado' + }, + label: 'Tiparo', + panelTitle: 'Tipara nomo', + voiceLabel: 'Tiparo' +} ); diff --git a/sources/plugins/font/lang/es.js b/sources/plugins/font/lang/es.js new file mode 100644 index 0000000..b3e00c7 --- /dev/null +++ b/sources/plugins/font/lang/es.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'es', { + fontSize: { + label: 'Tamaño', + voiceLabel: 'Tamaño de fuente', + panelTitle: 'Tamaño' + }, + label: 'Fuente', + panelTitle: 'Fuente', + voiceLabel: 'Fuente' +} ); diff --git a/sources/plugins/font/lang/et.js b/sources/plugins/font/lang/et.js new file mode 100644 index 0000000..6817265 --- /dev/null +++ b/sources/plugins/font/lang/et.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'et', { + fontSize: { + label: 'Suurus', + voiceLabel: 'Kirja suurus', + panelTitle: 'Suurus' + }, + label: 'Kiri', + panelTitle: 'Kiri', + voiceLabel: 'Kiri' +} ); diff --git a/sources/plugins/font/lang/eu.js b/sources/plugins/font/lang/eu.js new file mode 100644 index 0000000..e071bc9 --- /dev/null +++ b/sources/plugins/font/lang/eu.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'eu', { + fontSize: { + label: 'Tamaina', + voiceLabel: 'Letra-tamaina', + panelTitle: 'Letra-tamaina' + }, + label: 'Letra-tipoa', + panelTitle: 'Letra-tipoaren izena', + voiceLabel: 'Letra-tipoa' +} ); diff --git a/sources/plugins/font/lang/fa.js b/sources/plugins/font/lang/fa.js new file mode 100644 index 0000000..35f91a5 --- /dev/null +++ b/sources/plugins/font/lang/fa.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'fa', { + fontSize: { + label: 'اندازه', + voiceLabel: 'اندازه قلم', + panelTitle: 'اندازه قلم' + }, + label: 'قلم', + panelTitle: 'نام قلم', + voiceLabel: 'قلم' +} ); diff --git a/sources/plugins/font/lang/fi.js b/sources/plugins/font/lang/fi.js new file mode 100644 index 0000000..1cd57bf --- /dev/null +++ b/sources/plugins/font/lang/fi.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'fi', { + fontSize: { + label: 'Koko', + voiceLabel: 'Kirjaisimen koko', + panelTitle: 'Koko' + }, + label: 'Kirjaisinlaji', + panelTitle: 'Kirjaisinlaji', + voiceLabel: 'Kirjaisinlaji' +} ); diff --git a/sources/plugins/font/lang/fo.js b/sources/plugins/font/lang/fo.js new file mode 100644 index 0000000..b4c170c --- /dev/null +++ b/sources/plugins/font/lang/fo.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'fo', { + fontSize: { + label: 'Skriftstødd', + voiceLabel: 'Skriftstødd', + panelTitle: 'Skriftstødd' + }, + label: 'Skrift', + panelTitle: 'Skrift', + voiceLabel: 'Skrift' +} ); diff --git a/sources/plugins/font/lang/fr-ca.js b/sources/plugins/font/lang/fr-ca.js new file mode 100644 index 0000000..13bd627 --- /dev/null +++ b/sources/plugins/font/lang/fr-ca.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'fr-ca', { + fontSize: { + label: 'Taille', + voiceLabel: 'Taille', + panelTitle: 'Taille' + }, + label: 'Police', + panelTitle: 'Police', + voiceLabel: 'Police' +} ); diff --git a/sources/plugins/font/lang/fr.js b/sources/plugins/font/lang/fr.js new file mode 100644 index 0000000..d029bb7 --- /dev/null +++ b/sources/plugins/font/lang/fr.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'fr', { + fontSize: { + label: 'Taille', + voiceLabel: 'Taille de police', + panelTitle: 'Taille de police' + }, + label: 'Police', + panelTitle: 'Style de police', + voiceLabel: 'Police' +} ); diff --git a/sources/plugins/font/lang/gl.js b/sources/plugins/font/lang/gl.js new file mode 100644 index 0000000..65e10b3 --- /dev/null +++ b/sources/plugins/font/lang/gl.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'gl', { + fontSize: { + label: 'Tamaño', + voiceLabel: 'Tamaño da letra', + panelTitle: 'Tamaño da letra' + }, + label: 'Tipo de letra', + panelTitle: 'Nome do tipo de letra', + voiceLabel: 'Tipo de letra' +} ); diff --git a/sources/plugins/font/lang/gu.js b/sources/plugins/font/lang/gu.js new file mode 100644 index 0000000..f95a59a --- /dev/null +++ b/sources/plugins/font/lang/gu.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'gu', { + fontSize: { + label: 'ફૉન્ટ સાઇઝ/કદ', + voiceLabel: 'ફોન્ટ સાઈઝ', + panelTitle: 'ફૉન્ટ સાઇઝ/કદ' + }, + label: 'ફૉન્ટ', + panelTitle: 'ફૉન્ટ', + voiceLabel: 'ફોન્ટ' +} ); diff --git a/sources/plugins/font/lang/he.js b/sources/plugins/font/lang/he.js new file mode 100644 index 0000000..590f93f --- /dev/null +++ b/sources/plugins/font/lang/he.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'he', { + fontSize: { + label: 'גודל', + voiceLabel: 'גודל', + panelTitle: 'גודל' + }, + label: 'גופן', + panelTitle: 'גופן', + voiceLabel: 'גופן' +} ); diff --git a/sources/plugins/font/lang/hi.js b/sources/plugins/font/lang/hi.js new file mode 100644 index 0000000..9088abe --- /dev/null +++ b/sources/plugins/font/lang/hi.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'hi', { + fontSize: { + label: 'साइज़', + voiceLabel: 'Font Size', + panelTitle: 'साइज़' + }, + label: 'फ़ॉन्ट', + panelTitle: 'फ़ॉन्ट', + voiceLabel: 'फ़ॉन्ट' +} ); diff --git a/sources/plugins/font/lang/hr.js b/sources/plugins/font/lang/hr.js new file mode 100644 index 0000000..0313aa3 --- /dev/null +++ b/sources/plugins/font/lang/hr.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'hr', { + fontSize: { + label: 'Veličina', + voiceLabel: 'Veličina slova', + panelTitle: 'Veličina' + }, + label: 'Font', + panelTitle: 'Font', + voiceLabel: 'Font' +} ); diff --git a/sources/plugins/font/lang/hu.js b/sources/plugins/font/lang/hu.js new file mode 100644 index 0000000..0705d2b --- /dev/null +++ b/sources/plugins/font/lang/hu.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'hu', { + fontSize: { + label: 'Méret', + voiceLabel: 'Betűméret', + panelTitle: 'Méret' + }, + label: 'Betűtípus', + panelTitle: 'Betűtípus', + voiceLabel: 'Betűtípus' +} ); diff --git a/sources/plugins/font/lang/id.js b/sources/plugins/font/lang/id.js new file mode 100644 index 0000000..c456738 --- /dev/null +++ b/sources/plugins/font/lang/id.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'id', { + fontSize: { + label: 'Ukuran', + voiceLabel: 'Ukuran Huruf', + panelTitle: 'Ukuran Huruf' + }, + label: 'Huruf', + panelTitle: 'Font Name', // MISSING + voiceLabel: 'Huruf' +} ); diff --git a/sources/plugins/font/lang/is.js b/sources/plugins/font/lang/is.js new file mode 100644 index 0000000..d76636f --- /dev/null +++ b/sources/plugins/font/lang/is.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'is', { + fontSize: { + label: 'Leturstærð ', + voiceLabel: 'Font Size', + panelTitle: 'Leturstærð ' + }, + label: 'Leturgerð ', + panelTitle: 'Leturgerð ', + voiceLabel: 'Leturgerð ' +} ); diff --git a/sources/plugins/font/lang/it.js b/sources/plugins/font/lang/it.js new file mode 100644 index 0000000..5e42649 --- /dev/null +++ b/sources/plugins/font/lang/it.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'it', { + fontSize: { + label: 'Dimensione', + voiceLabel: 'Dimensione Carattere', + panelTitle: 'Dimensione' + }, + label: 'Carattere', + panelTitle: 'Carattere', + voiceLabel: 'Carattere' +} ); diff --git a/sources/plugins/font/lang/ja.js b/sources/plugins/font/lang/ja.js new file mode 100644 index 0000000..79a5812 --- /dev/null +++ b/sources/plugins/font/lang/ja.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'ja', { + fontSize: { + label: 'サイズ', + voiceLabel: 'フォントサイズ', + panelTitle: 'フォントサイズ' + }, + label: 'フォント', + panelTitle: 'フォント', + voiceLabel: 'フォント' +} ); diff --git a/sources/plugins/font/lang/ka.js b/sources/plugins/font/lang/ka.js new file mode 100644 index 0000000..a392980 --- /dev/null +++ b/sources/plugins/font/lang/ka.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'ka', { + fontSize: { + label: 'ზომა', + voiceLabel: 'ტექსტის ზომა', + panelTitle: 'ტექსტის ზომა' + }, + label: 'ფონტი', + panelTitle: 'ფონტის სახელი', + voiceLabel: 'ფონტი' +} ); diff --git a/sources/plugins/font/lang/km.js b/sources/plugins/font/lang/km.js new file mode 100644 index 0000000..f3e4610 --- /dev/null +++ b/sources/plugins/font/lang/km.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'km', { + fontSize: { + label: 'ទំហំ', + voiceLabel: 'ទំហំ​អក្សរ', + panelTitle: 'ទំហំ​អក្សរ' + }, + label: 'ពុម្ព​អក្សរ', + panelTitle: 'ឈ្មោះ​ពុម្ព​អក្សរ', + voiceLabel: 'ពុម្ព​អក្សរ' +} ); diff --git a/sources/plugins/font/lang/ko.js b/sources/plugins/font/lang/ko.js new file mode 100644 index 0000000..6b574f4 --- /dev/null +++ b/sources/plugins/font/lang/ko.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'ko', { + fontSize: { + label: '크기', + voiceLabel: '글자 크기', + panelTitle: '글자 크기' + }, + label: '글꼴', + panelTitle: '글꼴', + voiceLabel: '글꼴' +} ); diff --git a/sources/plugins/font/lang/ku.js b/sources/plugins/font/lang/ku.js new file mode 100644 index 0000000..c19eac1 --- /dev/null +++ b/sources/plugins/font/lang/ku.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'ku', { + fontSize: { + label: 'گەورەیی', + voiceLabel: 'گەورەیی فۆنت', + panelTitle: 'گەورەیی فۆنت' + }, + label: 'فۆنت', + panelTitle: 'ناوی فۆنت', + voiceLabel: 'فۆنت' +} ); diff --git a/sources/plugins/font/lang/lt.js b/sources/plugins/font/lang/lt.js new file mode 100644 index 0000000..d2f6ab0 --- /dev/null +++ b/sources/plugins/font/lang/lt.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'lt', { + fontSize: { + label: 'Šrifto dydis', + voiceLabel: 'Šrifto dydis', + panelTitle: 'Šrifto dydis' + }, + label: 'Šriftas', + panelTitle: 'Šriftas', + voiceLabel: 'Šriftas' +} ); diff --git a/sources/plugins/font/lang/lv.js b/sources/plugins/font/lang/lv.js new file mode 100644 index 0000000..157db04 --- /dev/null +++ b/sources/plugins/font/lang/lv.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'lv', { + fontSize: { + label: 'Izmērs', + voiceLabel: 'Fonta izmeŗs', + panelTitle: 'Izmērs' + }, + label: 'Šrifts', + panelTitle: 'Šrifts', + voiceLabel: 'Fonts' +} ); diff --git a/sources/plugins/font/lang/mk.js b/sources/plugins/font/lang/mk.js new file mode 100644 index 0000000..e60a755 --- /dev/null +++ b/sources/plugins/font/lang/mk.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'mk', { + fontSize: { + label: 'Size', + voiceLabel: 'Font Size', + panelTitle: 'Font Size' + }, + label: 'Font', // MISSING + panelTitle: 'Font Name', // MISSING + voiceLabel: 'Font' // MISSING +} ); diff --git a/sources/plugins/font/lang/mn.js b/sources/plugins/font/lang/mn.js new file mode 100644 index 0000000..a91c7f9 --- /dev/null +++ b/sources/plugins/font/lang/mn.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'mn', { + fontSize: { + label: 'Хэмжээ', + voiceLabel: 'Үсгийн хэмжээ', + panelTitle: 'Үсгийн хэмжээ' + }, + label: 'Үсгийн хэлбэр', + panelTitle: 'Үгсийн хэлбэрийн нэр', + voiceLabel: 'Үгсийн хэлбэр' +} ); diff --git a/sources/plugins/font/lang/ms.js b/sources/plugins/font/lang/ms.js new file mode 100644 index 0000000..5564b9a --- /dev/null +++ b/sources/plugins/font/lang/ms.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'ms', { + fontSize: { + label: 'Saiz', + voiceLabel: 'Font Size', + panelTitle: 'Saiz' + }, + label: 'Font', + panelTitle: 'Font', + voiceLabel: 'Font' +} ); diff --git a/sources/plugins/font/lang/nb.js b/sources/plugins/font/lang/nb.js new file mode 100644 index 0000000..3e3e56e --- /dev/null +++ b/sources/plugins/font/lang/nb.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'nb', { + fontSize: { + label: 'Størrelse', + voiceLabel: 'Skriftstørrelse', + panelTitle: 'Skriftstørrelse' + }, + label: 'Skrift', + panelTitle: 'Skrift', + voiceLabel: 'Font' +} ); diff --git a/sources/plugins/font/lang/nl.js b/sources/plugins/font/lang/nl.js new file mode 100644 index 0000000..a8d819c --- /dev/null +++ b/sources/plugins/font/lang/nl.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'nl', { + fontSize: { + label: 'Lettergrootte', + voiceLabel: 'Lettergrootte', + panelTitle: 'Lettergrootte' + }, + label: 'Lettertype', + panelTitle: 'Lettertype', + voiceLabel: 'Lettertype' +} ); diff --git a/sources/plugins/font/lang/no.js b/sources/plugins/font/lang/no.js new file mode 100644 index 0000000..7378c4c --- /dev/null +++ b/sources/plugins/font/lang/no.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'no', { + fontSize: { + label: 'Størrelse', + voiceLabel: 'Font Størrelse', + panelTitle: 'Størrelse' + }, + label: 'Skrift', + panelTitle: 'Skrift', + voiceLabel: 'Font' +} ); diff --git a/sources/plugins/font/lang/oc.js b/sources/plugins/font/lang/oc.js new file mode 100644 index 0000000..1b0eda5 --- /dev/null +++ b/sources/plugins/font/lang/oc.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'oc', { + fontSize: { + label: 'Talha', + voiceLabel: 'Talha de poliça', + panelTitle: 'Talha de poliça' + }, + label: 'Poliça', + panelTitle: 'Estil de poliça', + voiceLabel: 'Poliça' +} ); diff --git a/sources/plugins/font/lang/pl.js b/sources/plugins/font/lang/pl.js new file mode 100644 index 0000000..56fb9be --- /dev/null +++ b/sources/plugins/font/lang/pl.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'pl', { + fontSize: { + label: 'Rozmiar', + voiceLabel: 'Rozmiar czcionki', + panelTitle: 'Rozmiar' + }, + label: 'Czcionka', + panelTitle: 'Czcionka', + voiceLabel: 'Czcionka' +} ); diff --git a/sources/plugins/font/lang/pt-br.js b/sources/plugins/font/lang/pt-br.js new file mode 100644 index 0000000..e69cc0b --- /dev/null +++ b/sources/plugins/font/lang/pt-br.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'pt-br', { + fontSize: { + label: 'Tamanho', + voiceLabel: 'Tamanho da fonte', + panelTitle: 'Tamanho' + }, + label: 'Fonte', + panelTitle: 'Fonte', + voiceLabel: 'Fonte' +} ); diff --git a/sources/plugins/font/lang/pt.js b/sources/plugins/font/lang/pt.js new file mode 100644 index 0000000..4028a3d --- /dev/null +++ b/sources/plugins/font/lang/pt.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'pt', { + fontSize: { + label: 'Tamanho', + voiceLabel: 'Tamanho da letra', + panelTitle: 'Tamanho da letra' + }, + label: 'Fonte', + panelTitle: 'Nome do tipo de letra', + voiceLabel: 'Tipo de letra' +} ); diff --git a/sources/plugins/font/lang/ro.js b/sources/plugins/font/lang/ro.js new file mode 100644 index 0000000..26b96de --- /dev/null +++ b/sources/plugins/font/lang/ro.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'ro', { + fontSize: { + label: 'Mărime', + voiceLabel: 'Font Size', + panelTitle: 'Mărime' + }, + label: 'Font', + panelTitle: 'Font', + voiceLabel: 'Font' +} ); diff --git a/sources/plugins/font/lang/ru.js b/sources/plugins/font/lang/ru.js new file mode 100644 index 0000000..fa64da3 --- /dev/null +++ b/sources/plugins/font/lang/ru.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'ru', { + fontSize: { + label: 'Размер', + voiceLabel: 'Размер шрифта', + panelTitle: 'Размер шрифта' + }, + label: 'Шрифт', + panelTitle: 'Шрифт', + voiceLabel: 'Шрифт' +} ); diff --git a/sources/plugins/font/lang/si.js b/sources/plugins/font/lang/si.js new file mode 100644 index 0000000..aa94df2 --- /dev/null +++ b/sources/plugins/font/lang/si.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'si', { + fontSize: { + label: 'විශාලත්වය', + voiceLabel: 'අක්ෂර විශාලත්වය', + panelTitle: 'අක්ෂර විශාලත්වය' + }, + label: 'අක්ෂරය', + panelTitle: 'අක්ෂර නාමය', + voiceLabel: 'අක්ෂර' +} ); diff --git a/sources/plugins/font/lang/sk.js b/sources/plugins/font/lang/sk.js new file mode 100644 index 0000000..318ae92 --- /dev/null +++ b/sources/plugins/font/lang/sk.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'sk', { + fontSize: { + label: 'Veľkosť', + voiceLabel: 'Veľkosť písma', + panelTitle: 'Veľkosť písma' + }, + label: 'Písmo', + panelTitle: 'Názov písma', + voiceLabel: 'Písmo' +} ); diff --git a/sources/plugins/font/lang/sl.js b/sources/plugins/font/lang/sl.js new file mode 100644 index 0000000..f630594 --- /dev/null +++ b/sources/plugins/font/lang/sl.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'sl', { + fontSize: { + label: 'Velikost', + voiceLabel: 'Velikost pisave', + panelTitle: 'Velikost pisave' + }, + label: 'Pisava', + panelTitle: 'Ime pisave', + voiceLabel: 'Pisava' +} ); diff --git a/sources/plugins/font/lang/sq.js b/sources/plugins/font/lang/sq.js new file mode 100644 index 0000000..035638d --- /dev/null +++ b/sources/plugins/font/lang/sq.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'sq', { + fontSize: { + label: 'Madhësia', + voiceLabel: 'Madhësia e Shkronjës', + panelTitle: 'Madhësia e Shkronjës' + }, + label: 'Shkronja', + panelTitle: 'Emri i Shkronjës', + voiceLabel: 'Shkronja' +} ); diff --git a/sources/plugins/font/lang/sr-latn.js b/sources/plugins/font/lang/sr-latn.js new file mode 100644 index 0000000..904bc29 --- /dev/null +++ b/sources/plugins/font/lang/sr-latn.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'sr-latn', { + fontSize: { + label: 'Veličina fonta', + voiceLabel: 'Font Size', + panelTitle: 'Veličina fonta' + }, + label: 'Font', + panelTitle: 'Font', + voiceLabel: 'Font' +} ); diff --git a/sources/plugins/font/lang/sr.js b/sources/plugins/font/lang/sr.js new file mode 100644 index 0000000..5695bc7 --- /dev/null +++ b/sources/plugins/font/lang/sr.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'sr', { + fontSize: { + label: 'Величина фонта', + voiceLabel: 'Font Size', + panelTitle: 'Величина фонта' + }, + label: 'Фонт', + panelTitle: 'Фонт', + voiceLabel: 'Фонт' +} ); diff --git a/sources/plugins/font/lang/sv.js b/sources/plugins/font/lang/sv.js new file mode 100644 index 0000000..0df51ac --- /dev/null +++ b/sources/plugins/font/lang/sv.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'sv', { + fontSize: { + label: 'Storlek', + voiceLabel: 'Teckenstorlek', + panelTitle: 'Teckenstorlek' + }, + label: 'Typsnitt', + panelTitle: 'Typsnitt', + voiceLabel: 'Typsnitt' +} ); diff --git a/sources/plugins/font/lang/th.js b/sources/plugins/font/lang/th.js new file mode 100644 index 0000000..14ff605 --- /dev/null +++ b/sources/plugins/font/lang/th.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'th', { + fontSize: { + label: 'ขนาด', + voiceLabel: 'Font Size', + panelTitle: 'ขนาด' + }, + label: 'แบบอักษร', + panelTitle: 'แบบอักษร', + voiceLabel: 'แบบอักษร' +} ); diff --git a/sources/plugins/font/lang/tr.js b/sources/plugins/font/lang/tr.js new file mode 100644 index 0000000..c553275 --- /dev/null +++ b/sources/plugins/font/lang/tr.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'tr', { + fontSize: { + label: 'Boyut', + voiceLabel: 'Font Size', + panelTitle: 'Boyut' + }, + label: 'Yazı Türü', + panelTitle: 'Yazı Türü', + voiceLabel: 'Font' +} ); diff --git a/sources/plugins/font/lang/tt.js b/sources/plugins/font/lang/tt.js new file mode 100644 index 0000000..8e7e342 --- /dev/null +++ b/sources/plugins/font/lang/tt.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'tt', { + fontSize: { + label: 'Зурлык', + voiceLabel: 'Шрифт зурлыклары', + panelTitle: 'Шрифт зурлыклары' + }, + label: 'Шрифт', + panelTitle: 'Шрифт исеме', + voiceLabel: 'Шрифт' +} ); diff --git a/sources/plugins/font/lang/ug.js b/sources/plugins/font/lang/ug.js new file mode 100644 index 0000000..7a1d0b2 --- /dev/null +++ b/sources/plugins/font/lang/ug.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'ug', { + fontSize: { + label: 'چوڭلۇقى', + voiceLabel: 'خەت چوڭلۇقى', + panelTitle: 'چوڭلۇقى' + }, + label: 'خەت نۇسخا', + panelTitle: 'خەت نۇسخا', + voiceLabel: 'خەت نۇسخا' +} ); diff --git a/sources/plugins/font/lang/uk.js b/sources/plugins/font/lang/uk.js new file mode 100644 index 0000000..9fad964 --- /dev/null +++ b/sources/plugins/font/lang/uk.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'uk', { + fontSize: { + label: 'Розмір', + voiceLabel: 'Розмір шрифту', + panelTitle: 'Розмір' + }, + label: 'Шрифт', + panelTitle: 'Шрифт', + voiceLabel: 'Шрифт' +} ); diff --git a/sources/plugins/font/lang/vi.js b/sources/plugins/font/lang/vi.js new file mode 100644 index 0000000..8bbfc10 --- /dev/null +++ b/sources/plugins/font/lang/vi.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'vi', { + fontSize: { + label: 'Cỡ chữ', + voiceLabel: 'Kích cỡ phông', + panelTitle: 'Cỡ chữ' + }, + label: 'Phông', + panelTitle: 'Phông', + voiceLabel: 'Phông' +} ); diff --git a/sources/plugins/font/lang/zh-cn.js b/sources/plugins/font/lang/zh-cn.js new file mode 100644 index 0000000..6b2f327 --- /dev/null +++ b/sources/plugins/font/lang/zh-cn.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'zh-cn', { + fontSize: { + label: '大小', + voiceLabel: '文字大小', + panelTitle: '大小' + }, + label: '字体', + panelTitle: '字体', + voiceLabel: '字体' +} ); diff --git a/sources/plugins/font/lang/zh.js b/sources/plugins/font/lang/zh.js new file mode 100644 index 0000000..d3ebc67 --- /dev/null +++ b/sources/plugins/font/lang/zh.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'zh', { + fontSize: { + label: '大小', + voiceLabel: '字型大小', + panelTitle: '字型大小' + }, + label: '字型', + panelTitle: '字型名稱', + voiceLabel: '字型' +} ); -- cgit v1.2.3