diff options
Diffstat (limited to 'plugins/specialchar/lang')
47 files changed, 423 insertions, 0 deletions
diff --git a/plugins/specialchar/lang/af.js b/plugins/specialchar/lang/af.js new file mode 100644 index 0000000..080faad --- /dev/null +++ b/plugins/specialchar/lang/af.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'af', {
+ options: 'Spesiale karakter-opsies',
+ title: 'Kies spesiale karakter',
+ toolbar: 'Voeg spesiaale karakter in'
+});
diff --git a/plugins/specialchar/lang/ar.js b/plugins/specialchar/lang/ar.js new file mode 100644 index 0000000..312b681 --- /dev/null +++ b/plugins/specialchar/lang/ar.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'ar', {
+ options: 'Special Character Options', // MISSING
+ title: 'اختر الخواص',
+ toolbar: 'إدراج خاص.ِ'
+});
diff --git a/plugins/specialchar/lang/bg.js b/plugins/specialchar/lang/bg.js new file mode 100644 index 0000000..c857a3f --- /dev/null +++ b/plugins/specialchar/lang/bg.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'bg', {
+ options: 'Опции за специален знак',
+ title: 'Избор на специален знак',
+ toolbar: 'Вмъкване на специален знак'
+});
diff --git a/plugins/specialchar/lang/bn.js b/plugins/specialchar/lang/bn.js new file mode 100644 index 0000000..64b6eea --- /dev/null +++ b/plugins/specialchar/lang/bn.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'bn', {
+ options: 'Special Character Options', // MISSING
+ title: 'বিশেষ ক্যারেক্টার বাছাই কর',
+ toolbar: 'বিশেষ অক্ষর যুক্ত কর'
+});
diff --git a/plugins/specialchar/lang/bs.js b/plugins/specialchar/lang/bs.js new file mode 100644 index 0000000..678a3e2 --- /dev/null +++ b/plugins/specialchar/lang/bs.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'bs', {
+ options: 'Special Character Options', // MISSING
+ title: 'Izaberi specijalni karakter',
+ toolbar: 'Ubaci specijalni karater'
+});
diff --git a/plugins/specialchar/lang/ca.js b/plugins/specialchar/lang/ca.js new file mode 100644 index 0000000..5230ea1 --- /dev/null +++ b/plugins/specialchar/lang/ca.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'ca', {
+ options: 'Opcions de caràcters especials',
+ title: 'Selecciona el caràcter especial',
+ toolbar: 'Insereix caràcter especial'
+});
diff --git a/plugins/specialchar/lang/da.js b/plugins/specialchar/lang/da.js new file mode 100644 index 0000000..d10875f --- /dev/null +++ b/plugins/specialchar/lang/da.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'da', {
+ options: 'Muligheder for specialkarakterer',
+ title: 'Vælg symbol',
+ toolbar: 'Indsæt symbol'
+});
diff --git a/plugins/specialchar/lang/el.js b/plugins/specialchar/lang/el.js new file mode 100644 index 0000000..c8d0496 --- /dev/null +++ b/plugins/specialchar/lang/el.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'el', {
+ options: 'Επιλογές Ειδικών Χαρακτήρων',
+ title: 'Επιλέξτε έναν Ειδικό Χαρακτήρα',
+ toolbar: 'Εισαγωγή Ειδικού Χαρακτήρα'
+});
diff --git a/plugins/specialchar/lang/en-au.js b/plugins/specialchar/lang/en-au.js new file mode 100644 index 0000000..46a0df0 --- /dev/null +++ b/plugins/specialchar/lang/en-au.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'en-au', {
+ options: 'Special Character Options', // MISSING
+ title: 'Select Special Character',
+ toolbar: 'Insert Special Character'
+});
diff --git a/plugins/specialchar/lang/en-ca.js b/plugins/specialchar/lang/en-ca.js new file mode 100644 index 0000000..8ec87af --- /dev/null +++ b/plugins/specialchar/lang/en-ca.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'en-ca', {
+ options: 'Special Character Options', // MISSING
+ title: 'Select Special Character',
+ toolbar: 'Insert Special Character'
+});
diff --git a/plugins/specialchar/lang/en-gb.js b/plugins/specialchar/lang/en-gb.js new file mode 100644 index 0000000..2b94b98 --- /dev/null +++ b/plugins/specialchar/lang/en-gb.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'en-gb', {
+ options: 'Special Character Options',
+ title: 'Select Special Character',
+ toolbar: 'Insert Special Character'
+});
diff --git a/plugins/specialchar/lang/es.js b/plugins/specialchar/lang/es.js new file mode 100644 index 0000000..cfd8c10 --- /dev/null +++ b/plugins/specialchar/lang/es.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'es', {
+ options: 'Opciones de caracteres especiales',
+ title: 'Seleccione un caracter especial',
+ toolbar: 'Insertar Caracter Especial'
+});
diff --git a/plugins/specialchar/lang/eu.js b/plugins/specialchar/lang/eu.js new file mode 100644 index 0000000..4f8e5b8 --- /dev/null +++ b/plugins/specialchar/lang/eu.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'eu', {
+ options: 'Karaktere Berezien Aukerak',
+ title: 'Karaktere Berezia Aukeratu',
+ toolbar: 'Txertatu Karaktere Berezia'
+});
diff --git a/plugins/specialchar/lang/fo.js b/plugins/specialchar/lang/fo.js new file mode 100644 index 0000000..0efca6d --- /dev/null +++ b/plugins/specialchar/lang/fo.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'fo', {
+ options: 'Møguleikar við serteknum',
+ title: 'Vel sertekn',
+ toolbar: 'Set inn sertekn'
+});
diff --git a/plugins/specialchar/lang/fr-ca.js b/plugins/specialchar/lang/fr-ca.js new file mode 100644 index 0000000..cd8007c --- /dev/null +++ b/plugins/specialchar/lang/fr-ca.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'fr-ca', {
+ options: 'Option des caractères spéciaux',
+ title: 'Sélectionner un caractère spécial',
+ toolbar: 'Insérer un caractère spécial'
+});
diff --git a/plugins/specialchar/lang/gl.js b/plugins/specialchar/lang/gl.js new file mode 100644 index 0000000..c09bc6a --- /dev/null +++ b/plugins/specialchar/lang/gl.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'gl', {
+ options: 'Opcións de caracteres especiais',
+ title: 'Seleccione un carácter especial',
+ toolbar: 'Inserir un carácter especial'
+});
diff --git a/plugins/specialchar/lang/gu.js b/plugins/specialchar/lang/gu.js new file mode 100644 index 0000000..7a3b68c --- /dev/null +++ b/plugins/specialchar/lang/gu.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'gu', {
+ options: 'સ્પેશિઅલ કરેક્ટરના વિકલ્પો',
+ title: 'સ્પેશિઅલ વિશિષ્ટ અક્ષર પસંદ કરો',
+ toolbar: 'વિશિષ્ટ અક્ષર ઇન્સર્ટ/દાખલ કરવું'
+});
diff --git a/plugins/specialchar/lang/he.js b/plugins/specialchar/lang/he.js new file mode 100644 index 0000000..6f22ba2 --- /dev/null +++ b/plugins/specialchar/lang/he.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'he', {
+ options: 'אפשרויות תווים מיוחדים',
+ title: 'בחירת תו מיוחד',
+ toolbar: 'הוספת תו מיוחד'
+});
diff --git a/plugins/specialchar/lang/hi.js b/plugins/specialchar/lang/hi.js new file mode 100644 index 0000000..7e2f2b4 --- /dev/null +++ b/plugins/specialchar/lang/hi.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'hi', {
+ options: 'Special Character Options', // MISSING
+ title: 'विशेष करॅक्टर चुनें',
+ toolbar: 'विशेष करॅक्टर इन्सर्ट करें'
+});
diff --git a/plugins/specialchar/lang/hu.js b/plugins/specialchar/lang/hu.js new file mode 100644 index 0000000..1a5c9c8 --- /dev/null +++ b/plugins/specialchar/lang/hu.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'hu', {
+ options: 'Speciális karakter opciók',
+ title: 'Speciális karakter választása',
+ toolbar: 'Speciális karakter beillesztése'
+});
diff --git a/plugins/specialchar/lang/is.js b/plugins/specialchar/lang/is.js new file mode 100644 index 0000000..96b3db2 --- /dev/null +++ b/plugins/specialchar/lang/is.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'is', {
+ options: 'Special Character Options', // MISSING
+ title: 'Velja tákn',
+ toolbar: 'Setja inn merki'
+});
diff --git a/plugins/specialchar/lang/ja.js b/plugins/specialchar/lang/ja.js new file mode 100644 index 0000000..56bcc2b --- /dev/null +++ b/plugins/specialchar/lang/ja.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'ja', {
+ options: '特殊文字オプション',
+ title: '特殊文字選択',
+ toolbar: '特殊文字挿入'
+});
diff --git a/plugins/specialchar/lang/ka.js b/plugins/specialchar/lang/ka.js new file mode 100644 index 0000000..afc27d9 --- /dev/null +++ b/plugins/specialchar/lang/ka.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'ka', {
+ options: 'სპეციალური სიმბოლოს პარამეტრები',
+ title: 'სპეციალური სიმბოლოს არჩევა',
+ toolbar: 'სპეციალური სიმბოლოს ჩასმა'
+});
diff --git a/plugins/specialchar/lang/km.js b/plugins/specialchar/lang/km.js new file mode 100644 index 0000000..9d3b3fc --- /dev/null +++ b/plugins/specialchar/lang/km.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'km', {
+ options: 'ជម្រើសតួអក្សរពិសេស',
+ title: 'រើសតួអក្សរពិសេស',
+ toolbar: 'បន្ថែមអក្សរពិសេស'
+});
diff --git a/plugins/specialchar/lang/ko.js b/plugins/specialchar/lang/ko.js new file mode 100644 index 0000000..ba3c1a9 --- /dev/null +++ b/plugins/specialchar/lang/ko.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'ko', {
+ options: 'Special Character Options', // MISSING
+ title: '특수문자 선택',
+ toolbar: '특수문자 삽입'
+});
diff --git a/plugins/specialchar/lang/ku.js b/plugins/specialchar/lang/ku.js new file mode 100644 index 0000000..c5c3c0b --- /dev/null +++ b/plugins/specialchar/lang/ku.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'ku', {
+ options: 'هەڵبژاردەی نووسەی تایبەتی',
+ title: 'هەڵبژاردنی نووسەی تایبەتی',
+ toolbar: 'دانانی نووسەی تایبەتی'
+});
diff --git a/plugins/specialchar/lang/lt.js b/plugins/specialchar/lang/lt.js new file mode 100644 index 0000000..748d334 --- /dev/null +++ b/plugins/specialchar/lang/lt.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'lt', {
+ options: 'Specialaus simbolio nustatymai',
+ title: 'Pasirinkite specialų simbolį',
+ toolbar: 'Įterpti specialų simbolį'
+});
diff --git a/plugins/specialchar/lang/lv.js b/plugins/specialchar/lang/lv.js new file mode 100644 index 0000000..4f6b33e --- /dev/null +++ b/plugins/specialchar/lang/lv.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'lv', {
+ options: 'Speciālo simbolu uzstādījumi',
+ title: 'Ievietot īpašu simbolu',
+ toolbar: 'Ievietot speciālo simbolu'
+});
diff --git a/plugins/specialchar/lang/mk.js b/plugins/specialchar/lang/mk.js new file mode 100644 index 0000000..5907061 --- /dev/null +++ b/plugins/specialchar/lang/mk.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'mk', {
+ options: 'Special Character Options', // MISSING
+ title: 'Select Special Character', // MISSING
+ toolbar: 'Insert Special Character' // MISSING
+});
diff --git a/plugins/specialchar/lang/mn.js b/plugins/specialchar/lang/mn.js new file mode 100644 index 0000000..7140c5d --- /dev/null +++ b/plugins/specialchar/lang/mn.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'mn', {
+ options: 'Special Character Options', // MISSING
+ title: 'Онцгой тэмдэгт сонгох',
+ toolbar: 'Онцгой тэмдэгт оруулах'
+});
diff --git a/plugins/specialchar/lang/ms.js b/plugins/specialchar/lang/ms.js new file mode 100644 index 0000000..32e895a --- /dev/null +++ b/plugins/specialchar/lang/ms.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'ms', {
+ options: 'Special Character Options', // MISSING
+ title: 'Sila pilih huruf istimewa',
+ toolbar: 'Masukkan Huruf Istimewa'
+});
diff --git a/plugins/specialchar/lang/pl.js b/plugins/specialchar/lang/pl.js new file mode 100644 index 0000000..566a4ce --- /dev/null +++ b/plugins/specialchar/lang/pl.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'pl', {
+ options: 'Opcje znaków specjalnych',
+ title: 'Wybierz znak specjalny',
+ toolbar: 'Wstaw znak specjalny'
+});
diff --git a/plugins/specialchar/lang/pt-br.js b/plugins/specialchar/lang/pt-br.js new file mode 100644 index 0000000..0dd661f --- /dev/null +++ b/plugins/specialchar/lang/pt-br.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'pt-br', {
+ options: 'Opções de Caractere Especial',
+ title: 'Selecione um Caractere Especial',
+ toolbar: 'Inserir Caractere Especial'
+});
diff --git a/plugins/specialchar/lang/pt.js b/plugins/specialchar/lang/pt.js new file mode 100644 index 0000000..0b38233 --- /dev/null +++ b/plugins/specialchar/lang/pt.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'pt', {
+ options: 'Special Character Options', // MISSING
+ title: 'Seleccione um caracter especial',
+ toolbar: 'Inserir Caracter Especial'
+});
diff --git a/plugins/specialchar/lang/ro.js b/plugins/specialchar/lang/ro.js new file mode 100644 index 0000000..84935ac --- /dev/null +++ b/plugins/specialchar/lang/ro.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'ro', {
+ options: 'Opțiuni caractere speciale',
+ title: 'Selectează caracter special',
+ toolbar: 'Inserează caracter special'
+});
diff --git a/plugins/specialchar/lang/ru.js b/plugins/specialchar/lang/ru.js new file mode 100644 index 0000000..a0c5cbd --- /dev/null +++ b/plugins/specialchar/lang/ru.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'ru', {
+ options: 'Выбор специального символа',
+ title: 'Выберите специальный символ',
+ toolbar: 'Вставить специальный символ'
+});
diff --git a/plugins/specialchar/lang/si.js b/plugins/specialchar/lang/si.js new file mode 100644 index 0000000..594640b --- /dev/null +++ b/plugins/specialchar/lang/si.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'si', {
+ options: 'විශේෂ ගුණාංග වීකල්ප',
+ title: 'විශේෂ ගුණාංග ',
+ toolbar: 'විශේෂ ගුණාංග ඇතුලත් '
+});
diff --git a/plugins/specialchar/lang/sk.js b/plugins/specialchar/lang/sk.js new file mode 100644 index 0000000..377181b --- /dev/null +++ b/plugins/specialchar/lang/sk.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'sk', {
+ options: 'Možnosti špeciálneho znaku',
+ title: 'Výber špeciálneho znaku',
+ toolbar: 'Vložiť špeciálny znak'
+});
diff --git a/plugins/specialchar/lang/sl.js b/plugins/specialchar/lang/sl.js new file mode 100644 index 0000000..08d669a --- /dev/null +++ b/plugins/specialchar/lang/sl.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'sl', {
+ options: 'Special Character Options', // MISSING
+ title: 'Izberi posebni znak',
+ toolbar: 'Vstavi posebni znak'
+});
diff --git a/plugins/specialchar/lang/sq.js b/plugins/specialchar/lang/sq.js new file mode 100644 index 0000000..f4d94dd --- /dev/null +++ b/plugins/specialchar/lang/sq.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'sq', {
+ options: 'Mundësitë për Karaktere Speciale',
+ title: 'Përzgjidh Karakter Special',
+ toolbar: 'Vendos Karakter Special'
+});
diff --git a/plugins/specialchar/lang/sr-latn.js b/plugins/specialchar/lang/sr-latn.js new file mode 100644 index 0000000..ada39ae --- /dev/null +++ b/plugins/specialchar/lang/sr-latn.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'sr-latn', {
+ options: 'Special Character Options', // MISSING
+ title: 'Odaberite specijalni karakter',
+ toolbar: 'Unesi specijalni karakter'
+});
diff --git a/plugins/specialchar/lang/sr.js b/plugins/specialchar/lang/sr.js new file mode 100644 index 0000000..2226d19 --- /dev/null +++ b/plugins/specialchar/lang/sr.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'sr', {
+ options: 'Special Character Options', // MISSING
+ title: 'Одаберите специјални карактер',
+ toolbar: 'Унеси специјални карактер'
+});
diff --git a/plugins/specialchar/lang/sv.js b/plugins/specialchar/lang/sv.js new file mode 100644 index 0000000..b7ae80d --- /dev/null +++ b/plugins/specialchar/lang/sv.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'sv', {
+ options: 'Special Character Options',
+ title: 'Välj utökat tecken',
+ toolbar: 'Klistra in utökat tecken'
+});
diff --git a/plugins/specialchar/lang/th.js b/plugins/specialchar/lang/th.js new file mode 100644 index 0000000..4b6e45f --- /dev/null +++ b/plugins/specialchar/lang/th.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'th', {
+ options: 'Special Character Options', // MISSING
+ title: 'แทรกตัวอักษรพิเศษ',
+ toolbar: 'แทรกตัวอักษรพิเศษ'
+});
diff --git a/plugins/specialchar/lang/uk.js b/plugins/specialchar/lang/uk.js new file mode 100644 index 0000000..4861f5b --- /dev/null +++ b/plugins/specialchar/lang/uk.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'uk', {
+ options: 'Опції',
+ title: 'Оберіть спеціальний символ',
+ toolbar: 'Спеціальний символ'
+});
diff --git a/plugins/specialchar/lang/vi.js b/plugins/specialchar/lang/vi.js new file mode 100644 index 0000000..9aed75f --- /dev/null +++ b/plugins/specialchar/lang/vi.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'vi', {
+ options: 'Tùy chọn các ký tự đặc biệt',
+ title: 'Hãy chọn ký tự đặc biệt',
+ toolbar: 'Chèn ký tự đặc biệt'
+});
diff --git a/plugins/specialchar/lang/zh.js b/plugins/specialchar/lang/zh.js new file mode 100644 index 0000000..dc3bd75 --- /dev/null +++ b/plugins/specialchar/lang/zh.js @@ -0,0 +1,9 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'specialchar', 'zh', {
+ options: 'Special Character Options', // MISSING
+ title: '請選擇特殊符號',
+ toolbar: '插入特殊符號'
+});
|
