diff options
| author | lsces <lester@lsces.co.uk> | 2013-07-15 14:22:23 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2013-07-15 14:22:23 +0100 |
| commit | 6d4c4f12d15ae68d912972921997a8c5180c9aea (patch) | |
| tree | 104274447272d09617c483cf6b0ee79559c9fe6f /plugins/forms/lang | |
| parent | de6d09676a9527919813a4474cc28af554a35fe1 (diff) | |
| download | ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.tar.gz ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.tar.bz2 ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.zip | |
Upgrade to CKEditor V4
Directory structure changed so many files removed and replace in a new location
This batch is the delete and add
Diffstat (limited to 'plugins/forms/lang')
64 files changed, 4352 insertions, 0 deletions
diff --git a/plugins/forms/lang/af.js b/plugins/forms/lang/af.js new file mode 100644 index 0000000..fe25b73 --- /dev/null +++ b/plugins/forms/lang/af.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'af', {
+ button: {
+ title: 'Knop eienskappe',
+ text: 'Teks (Waarde)',
+ type: 'Soort',
+ typeBtn: 'Knop',
+ typeSbm: 'Stuur',
+ typeRst: 'Maak leeg'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Merkhokkie eienskappe',
+ radioTitle: 'Radioknoppie eienskappe',
+ value: 'Waarde',
+ selected: 'Geselekteer'
+ },
+ form: {
+ title: 'Vorm eienskappe',
+ menu: 'Vorm eienskappe',
+ action: 'Aksie',
+ method: 'Metode',
+ encoding: 'Kodering'
+ },
+ hidden: {
+ title: 'Verborge veld eienskappe',
+ name: 'Naam',
+ value: 'Waarde'
+ },
+ select: {
+ title: 'Keuseveld eienskappe',
+ selectInfo: 'Info',
+ opAvail: 'Beskikbare opsies',
+ value: 'Waarde',
+ size: 'Grootte',
+ lines: 'Lyne',
+ chkMulti: 'Laat meer as een keuse toe',
+ opText: 'Teks',
+ opValue: 'Waarde',
+ btnAdd: 'Byvoeg',
+ btnModify: 'Wysig',
+ btnUp: 'Op',
+ btnDown: 'Af',
+ btnSetValue: 'Stel as geselekteerde waarde',
+ btnDelete: 'Verwyder'
+ },
+ textarea: {
+ title: 'Teks-area eienskappe',
+ cols: 'Kolomme',
+ rows: 'Rye'
+ },
+ textfield: {
+ title: 'Teksveld eienskappe',
+ name: 'Naam',
+ value: 'Waarde',
+ charWidth: 'Breedte (karakters)',
+ maxChars: 'Maksimum karakters',
+ type: 'Soort',
+ typeText: 'Teks',
+ typePass: 'Wagwoord',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/ar.js b/plugins/forms/lang/ar.js new file mode 100644 index 0000000..b1dd66f --- /dev/null +++ b/plugins/forms/lang/ar.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'ar', {
+ button: {
+ title: 'خصائص زر الضغط',
+ text: 'القيمة/التسمية',
+ type: 'نوع الزر',
+ typeBtn: 'زر',
+ typeSbm: 'إرسال',
+ typeRst: 'إعادة تعيين'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'خصائص خانة الإختيار',
+ radioTitle: 'خصائص زر الخيار',
+ value: 'القيمة',
+ selected: 'محدد'
+ },
+ form: {
+ title: 'خصائص النموذج',
+ menu: 'خصائص النموذج',
+ action: 'اسم الملف',
+ method: 'الأسلوب',
+ encoding: 'تشفير'
+ },
+ hidden: {
+ title: 'خصائص الحقل المخفي',
+ name: 'الاسم',
+ value: 'القيمة'
+ },
+ select: {
+ title: 'خصائص اختيار الحقل',
+ selectInfo: 'اختار معلومات',
+ opAvail: 'الخيارات المتاحة',
+ value: 'القيمة',
+ size: 'الحجم',
+ lines: 'الأسطر',
+ chkMulti: 'السماح بتحديدات متعددة',
+ opText: 'النص',
+ opValue: 'القيمة',
+ btnAdd: 'إضافة',
+ btnModify: 'تعديل',
+ btnUp: 'أعلى',
+ btnDown: 'أسفل',
+ btnSetValue: 'إجعلها محددة',
+ btnDelete: 'إزالة'
+ },
+ textarea: {
+ title: 'خصائص مساحة النص',
+ cols: 'الأعمدة',
+ rows: 'الصفوف'
+ },
+ textfield: {
+ title: 'خصائص مربع النص',
+ name: 'الاسم',
+ value: 'القيمة',
+ charWidth: 'عرض السمات',
+ maxChars: 'اقصى عدد للسمات',
+ type: 'نوع المحتوى',
+ typeText: 'نص',
+ typePass: 'كلمة مرور',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'الرابط'
+ }
+});
diff --git a/plugins/forms/lang/bg.js b/plugins/forms/lang/bg.js new file mode 100644 index 0000000..8852525 --- /dev/null +++ b/plugins/forms/lang/bg.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'bg', {
+ button: {
+ title: 'Настройки на бутона',
+ text: 'Текст (стойност)',
+ type: 'Тип',
+ typeBtn: 'Бутон',
+ typeSbm: 'Добави',
+ typeRst: 'Нулиране'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Checkbox Properties',
+ radioTitle: 'Настройки на радиобутон',
+ value: 'Стойност',
+ selected: 'Избрано'
+ },
+ form: {
+ title: 'Настройки на формата',
+ menu: 'Настройки на формата',
+ action: 'Действие',
+ method: 'Метод',
+ encoding: 'Кодиране'
+ },
+ hidden: {
+ title: 'Настройки за скрито поле',
+ name: 'Име',
+ value: 'Стойност'
+ },
+ select: {
+ title: 'Selection Field Properties',
+ selectInfo: 'Select Info',
+ opAvail: 'Налични опции',
+ value: 'Стойност',
+ size: 'Размер',
+ lines: 'линии',
+ chkMulti: 'Allow multiple selections',
+ opText: 'Текст',
+ opValue: 'Стойност',
+ btnAdd: 'Добави',
+ btnModify: 'Промени',
+ btnUp: 'На горе',
+ btnDown: 'На долу',
+ btnSetValue: 'Set as selected value',
+ btnDelete: 'Изтриване'
+ },
+ textarea: {
+ title: 'Опции за текстовата зона',
+ cols: 'Колони',
+ rows: 'Редове'
+ },
+ textfield: {
+ title: 'Настройки за текстово поле',
+ name: 'Име',
+ value: 'Стойност',
+ charWidth: 'Ширина на знаците',
+ maxChars: 'Макс. знаци',
+ type: 'Тип',
+ typeText: 'Текст',
+ typePass: 'Парола',
+ typeEmail: 'Email',
+ typeSearch: 'Търсене',
+ typeTel: 'Телефонен номер',
+ typeUrl: 'Уеб адрес'
+ }
+});
diff --git a/plugins/forms/lang/bn.js b/plugins/forms/lang/bn.js new file mode 100644 index 0000000..87ece0e --- /dev/null +++ b/plugins/forms/lang/bn.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'bn', {
+ button: {
+ title: 'বাটন প্রোপার্টি',
+ text: 'টেক্সট (ভ্যালু)',
+ type: 'প্রকার',
+ typeBtn: 'Button',
+ typeSbm: 'Submit',
+ typeRst: 'Reset'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'চেক বক্স প্রোপার্টি',
+ radioTitle: 'রেডিও বাটন প্রোপার্টি',
+ value: 'ভ্যালু',
+ selected: 'সিলেক্টেড'
+ },
+ form: {
+ title: 'ফর্ম প্রোপার্টি',
+ menu: 'ফর্ম প্রোপার্টি',
+ action: 'একশ্যন',
+ method: 'পদ্ধতি',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'গুপ্ত ফীল্ড প্রোপার্টি',
+ name: 'নাম',
+ value: 'ভ্যালু'
+ },
+ select: {
+ title: 'বাছাই ফীল্ড প্রোপার্টি',
+ selectInfo: 'তথ্য',
+ opAvail: 'অন্যান্য বিকল্প',
+ value: 'ভ্যালু',
+ size: 'সাইজ',
+ lines: 'লাইন সমূহ',
+ chkMulti: 'একাধিক সিলেকশন এলাউ কর',
+ opText: 'টেক্সট',
+ opValue: 'ভ্যালু',
+ btnAdd: 'যুক্ত',
+ btnModify: 'বদলে দাও',
+ btnUp: 'উপর',
+ btnDown: 'নীচে',
+ btnSetValue: 'বাছাই করা ভ্যালু হিসেবে সেট কর',
+ btnDelete: 'ডিলীট'
+ },
+ textarea: {
+ title: 'টেক্সট এরিয়া প্রোপার্টি',
+ cols: 'কলাম',
+ rows: 'রো'
+ },
+ textfield: {
+ title: 'টেক্সট ফীল্ড প্রোপার্টি',
+ name: 'নাম',
+ value: 'ভ্যালু',
+ charWidth: 'ক্যারেক্টার প্রশস্ততা',
+ maxChars: 'সর্বাধিক ক্যারেক্টার',
+ type: 'টাইপ',
+ typeText: 'টেক্সট',
+ typePass: 'পাসওয়ার্ড',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/bs.js b/plugins/forms/lang/bs.js new file mode 100644 index 0000000..146bc57 --- /dev/null +++ b/plugins/forms/lang/bs.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'bs', {
+ button: {
+ title: 'Button Properties',
+ text: 'Text (Value)',
+ type: 'Type',
+ typeBtn: 'Button',
+ typeSbm: 'Submit',
+ typeRst: 'Reset'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Checkbox Properties',
+ radioTitle: 'Radio Button Properties',
+ value: 'Value',
+ selected: 'Selected'
+ },
+ form: {
+ title: 'Form Properties',
+ menu: 'Form Properties',
+ action: 'Action',
+ method: 'Method',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'Hidden Field Properties',
+ name: 'Name',
+ value: 'Value'
+ },
+ select: {
+ title: 'Selection Field Properties',
+ selectInfo: 'Select Info',
+ opAvail: 'Available Options',
+ value: 'Value',
+ size: 'Size',
+ lines: 'lines',
+ chkMulti: 'Allow multiple selections',
+ opText: 'Text',
+ opValue: 'Value',
+ btnAdd: 'Add',
+ btnModify: 'Modify',
+ btnUp: 'Up',
+ btnDown: 'Down',
+ btnSetValue: 'Set as selected value',
+ btnDelete: 'Delete'
+ },
+ textarea: {
+ title: 'Textarea Properties',
+ cols: 'Columns',
+ rows: 'Rows'
+ },
+ textfield: {
+ title: 'Text Field Properties',
+ name: 'Name',
+ value: 'Value',
+ charWidth: 'Character Width',
+ maxChars: 'Maximum Characters',
+ type: 'Type',
+ typeText: 'Text',
+ typePass: 'Password',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/ca.js b/plugins/forms/lang/ca.js new file mode 100644 index 0000000..c0c385f --- /dev/null +++ b/plugins/forms/lang/ca.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'ca', {
+ button: {
+ title: 'Propietats del botó',
+ text: 'Text (Valor)',
+ type: 'Tipus',
+ typeBtn: 'Botó',
+ typeSbm: 'Transmet formulari',
+ typeRst: 'Reinicia formulari'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Propietats de la casella de verificació',
+ radioTitle: 'Propietats del botó d\'opció',
+ value: 'Valor',
+ selected: 'Seleccionat'
+ },
+ form: {
+ title: 'Propietats del formulari',
+ menu: 'Propietats del formulari',
+ action: 'Acció',
+ method: 'Mètode',
+ encoding: 'Codificació'
+ },
+ hidden: {
+ title: 'Propietats del camp ocult',
+ name: 'Nom',
+ value: 'Valor'
+ },
+ select: {
+ title: 'Propietats del camp de selecció',
+ selectInfo: 'Info',
+ opAvail: 'Opcions disponibles',
+ value: 'Valor',
+ size: 'Mida',
+ lines: 'Línies',
+ chkMulti: 'Permet múltiples seleccions',
+ opText: 'Text',
+ opValue: 'Valor',
+ btnAdd: 'Afegeix',
+ btnModify: 'Modifica',
+ btnUp: 'Amunt',
+ btnDown: 'Avall',
+ btnSetValue: 'Selecciona per defecte',
+ btnDelete: 'Elimina'
+ },
+ textarea: {
+ title: 'Propietats de l\'àrea de text',
+ cols: 'Columnes',
+ rows: 'Files'
+ },
+ textfield: {
+ title: 'Propietats del camp de text',
+ name: 'Nom',
+ value: 'Valor',
+ charWidth: 'Amplada',
+ maxChars: 'Nombre màxim de caràcters',
+ type: 'Tipus',
+ typeText: 'Text',
+ typePass: 'Contrasenya',
+ typeEmail: 'Correu electrònic',
+ typeSearch: 'Cercar',
+ typeTel: 'Número de telèfon',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/cs.js b/plugins/forms/lang/cs.js new file mode 100644 index 0000000..d8d18e0 --- /dev/null +++ b/plugins/forms/lang/cs.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'cs', {
+ button: {
+ title: 'Vlastnosti tlačítka',
+ text: 'Popisek',
+ type: 'Typ',
+ typeBtn: 'Tlačítko',
+ typeSbm: 'Odeslat',
+ typeRst: 'Obnovit'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Vlastnosti zaškrtávacího políčka',
+ radioTitle: 'Vlastnosti přepínače',
+ value: 'Hodnota',
+ selected: 'Zaškrtnuto'
+ },
+ form: {
+ title: 'Vlastnosti formuláře',
+ menu: 'Vlastnosti formuláře',
+ action: 'Akce',
+ method: 'Metoda',
+ encoding: 'Kódování'
+ },
+ hidden: {
+ title: 'Vlastnosti skrytého pole',
+ name: 'Název',
+ value: 'Hodnota'
+ },
+ select: {
+ title: 'Vlastnosti seznamu',
+ selectInfo: 'Info',
+ opAvail: 'Dostupná nastavení',
+ value: 'Hodnota',
+ size: 'Velikost',
+ lines: 'Řádků',
+ chkMulti: 'Povolit mnohonásobné výběry',
+ opText: 'Text',
+ opValue: 'Hodnota',
+ btnAdd: 'Přidat',
+ btnModify: 'Změnit',
+ btnUp: 'Nahoru',
+ btnDown: 'Dolů',
+ btnSetValue: 'Nastavit jako vybranou hodnotu',
+ btnDelete: 'Smazat'
+ },
+ textarea: {
+ title: 'Vlastnosti textové oblasti',
+ cols: 'Sloupců',
+ rows: 'Řádků'
+ },
+ textfield: {
+ title: 'Vlastnosti textového pole',
+ name: 'Název',
+ value: 'Hodnota',
+ charWidth: 'Šířka ve znacích',
+ maxChars: 'Maximální počet znaků',
+ type: 'Typ',
+ typeText: 'Text',
+ typePass: 'Heslo',
+ typeEmail: 'Email',
+ typeSearch: 'Hledat',
+ typeTel: 'Telefonní číslo',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/cy.js b/plugins/forms/lang/cy.js new file mode 100644 index 0000000..018815b --- /dev/null +++ b/plugins/forms/lang/cy.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'cy', {
+ button: {
+ title: 'Priodweddau Botymau',
+ text: 'Testun (Gwerth)',
+ type: 'Math',
+ typeBtn: 'Botwm',
+ typeSbm: 'Gyrru',
+ typeRst: 'Ailosod'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Priodweddau Blwch Ticio',
+ radioTitle: 'Priodweddau Botwm Radio',
+ value: 'Gwerth',
+ selected: 'Dewiswyd'
+ },
+ form: {
+ title: 'Priodweddau Ffurflen',
+ menu: 'Priodweddau Ffurflen',
+ action: 'Gweithred',
+ method: 'Dull',
+ encoding: 'Amgodio'
+ },
+ hidden: {
+ title: 'Priodweddau Maes Cudd',
+ name: 'Enw',
+ value: 'Gwerth'
+ },
+ select: {
+ title: 'Priodweddau Maes Dewis',
+ selectInfo: 'Gwyb Dewis',
+ opAvail: 'Opsiynau ar Gael',
+ value: 'Gwerth',
+ size: 'Maint',
+ lines: 'llinellau',
+ chkMulti: 'Caniatàu aml-ddewisiadau',
+ opText: 'Testun',
+ opValue: 'Gwerth',
+ btnAdd: 'Ychwanegu',
+ btnModify: 'Newid',
+ btnUp: 'Lan',
+ btnDown: 'Lawr',
+ btnSetValue: 'Gosod fel gwerth a ddewiswyd',
+ btnDelete: 'Dileu'
+ },
+ textarea: {
+ title: 'Priodweddau Ardal Testun',
+ cols: 'Colofnau',
+ rows: 'Rhesi'
+ },
+ textfield: {
+ title: 'Priodweddau Maes Testun',
+ name: 'Enw',
+ value: 'Gwerth',
+ charWidth: 'Lled Nod',
+ maxChars: 'Uchafswm y Nodau',
+ type: 'Math',
+ typeText: 'Testun',
+ typePass: 'Cyfrinair',
+ typeEmail: 'Ebost',
+ typeSearch: 'Chwilio',
+ typeTel: 'Rhif Ffôn',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/da.js b/plugins/forms/lang/da.js new file mode 100644 index 0000000..f61c0db --- /dev/null +++ b/plugins/forms/lang/da.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'da', {
+ button: {
+ title: 'Egenskaber for knap',
+ text: 'Tekst',
+ type: 'Type',
+ typeBtn: 'Knap',
+ typeSbm: 'Send',
+ typeRst: 'Nulstil'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Egenskaber for afkrydsningsfelt',
+ radioTitle: 'Egenskaber for alternativknap',
+ value: 'Værdi',
+ selected: 'Valgt'
+ },
+ form: {
+ title: 'Egenskaber for formular',
+ menu: 'Egenskaber for formular',
+ action: 'Handling',
+ method: 'Metode',
+ encoding: 'Kodning (encoding)'
+ },
+ hidden: {
+ title: 'Egenskaber for skjult felt',
+ name: 'Navn',
+ value: 'Værdi'
+ },
+ select: {
+ title: 'Egenskaber for liste',
+ selectInfo: 'Generelt',
+ opAvail: 'Valgmuligheder',
+ value: 'Værdi',
+ size: 'Størrelse',
+ lines: 'Linjer',
+ chkMulti: 'Tillad flere valg',
+ opText: 'Tekst',
+ opValue: 'Værdi',
+ btnAdd: 'Tilføj',
+ btnModify: 'Redigér',
+ btnUp: 'Op',
+ btnDown: 'Ned',
+ btnSetValue: 'Sæt som valgt',
+ btnDelete: 'Slet'
+ },
+ textarea: {
+ title: 'Egenskaber for tekstboks',
+ cols: 'Kolonner',
+ rows: 'Rækker'
+ },
+ textfield: {
+ title: 'Egenskaber for tekstfelt',
+ name: 'Navn',
+ value: 'Værdi',
+ charWidth: 'Bredde (tegn)',
+ maxChars: 'Max. antal tegn',
+ type: 'Type',
+ typeText: 'Tekst',
+ typePass: 'Adgangskode',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/de.js b/plugins/forms/lang/de.js new file mode 100644 index 0000000..023194a --- /dev/null +++ b/plugins/forms/lang/de.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'de', {
+ button: {
+ title: 'Button-Eigenschaften',
+ text: 'Text (Wert)',
+ type: 'Typ',
+ typeBtn: 'Button',
+ typeSbm: 'Absenden',
+ typeRst: 'Zurücksetzen'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Checkbox-Eigenschaften',
+ radioTitle: 'Optionsfeld-Eigenschaften',
+ value: 'Wert',
+ selected: 'ausgewählt'
+ },
+ form: {
+ title: 'Formular-Eigenschaften',
+ menu: 'Formular-Eigenschaften',
+ action: 'Action',
+ method: 'Method',
+ encoding: 'Zeichenkodierung'
+ },
+ hidden: {
+ title: 'Verstecktes Feld-Eigenschaften',
+ name: 'Name',
+ value: 'Wert'
+ },
+ select: {
+ title: 'Auswahlfeld-Eigenschaften',
+ selectInfo: 'Info',
+ opAvail: 'Mögliche Optionen',
+ value: 'Wert',
+ size: 'Größe',
+ lines: 'Linien',
+ chkMulti: 'Erlaube Mehrfachauswahl',
+ opText: 'Text',
+ opValue: 'Wert',
+ btnAdd: 'Hinzufügen',
+ btnModify: 'Ändern',
+ btnUp: 'Hoch',
+ btnDown: 'Runter',
+ btnSetValue: 'Setze als Standardwert',
+ btnDelete: 'Entfernen'
+ },
+ textarea: {
+ title: 'Textfeld (mehrzeilig) Eigenschaften',
+ cols: 'Spalten',
+ rows: 'Reihen'
+ },
+ textfield: {
+ title: 'Textfeld (einzeilig) Eigenschaften',
+ name: 'Name',
+ value: 'Wert',
+ charWidth: 'Zeichenbreite',
+ maxChars: 'Max. Zeichen',
+ type: 'Typ',
+ typeText: 'Text',
+ typePass: 'Passwort',
+ typeEmail: 'E-mail',
+ typeSearch: 'Suche',
+ typeTel: 'Telefonnummer',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/el.js b/plugins/forms/lang/el.js new file mode 100644 index 0000000..15bdf5f --- /dev/null +++ b/plugins/forms/lang/el.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'el', {
+ button: {
+ title: 'Ιδιότητες Κουμπιού',
+ text: 'Κείμενο (Τιμή)',
+ type: 'Τύπος',
+ typeBtn: 'Κουμπί',
+ typeSbm: 'Υποβολή',
+ typeRst: 'Επαναφορά'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Ιδιότητες Κουτιού Επιλογής',
+ radioTitle: 'Ιδιότητες Κουμπιού Επιλογής',
+ value: 'Τιμή',
+ selected: 'Επιλεγμένο'
+ },
+ form: {
+ title: 'Ιδιότητες Φόρμας',
+ menu: 'Ιδιότητες Φόρμας',
+ action: 'Δράση',
+ method: 'Μέθοδος',
+ encoding: 'Κωδικοποίηση'
+ },
+ hidden: {
+ title: 'Ιδιότητες Κρυφού Πεδίου',
+ name: 'Όνομα',
+ value: 'Τιμή'
+ },
+ select: {
+ title: 'Ιδιότητες Πεδίου Επιλογής',
+ selectInfo: 'Πληροφορίες Πεδίου Επιλογής',
+ opAvail: 'Διαθέσιμες Επιλογές',
+ value: 'Τιμή',
+ size: 'Μέγεθος',
+ lines: 'γραμμές',
+ chkMulti: 'Να επιτρέπονται οι πολλαπλές επιλογές',
+ opText: 'Κείμενο',
+ opValue: 'Τιμή',
+ btnAdd: 'Προσθήκη',
+ btnModify: 'Τροποποίηση',
+ btnUp: 'Πάνω',
+ btnDown: 'Κάτω',
+ btnSetValue: 'Προεπιλογή',
+ btnDelete: 'Διαγραφή'
+ },
+ textarea: {
+ title: 'Ιδιότητες Περιοχής Κειμένου',
+ cols: 'Στήλες',
+ rows: 'Σειρές'
+ },
+ textfield: {
+ title: 'Ιδιότητες Πεδίου Κειμένου',
+ name: 'Όνομα',
+ value: 'Τιμή',
+ charWidth: 'Πλάτος Χαρακτήρων',
+ maxChars: 'Μέγιστοι χαρακτήρες',
+ type: 'Τύπος',
+ typeText: 'Κείμενο',
+ typePass: 'Κωδικός',
+ typeEmail: 'Email',
+ typeSearch: 'Αναζήτηση',
+ typeTel: 'Τηλέφωνο ',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/en-au.js b/plugins/forms/lang/en-au.js new file mode 100644 index 0000000..1d7129d --- /dev/null +++ b/plugins/forms/lang/en-au.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'en-au', {
+ button: {
+ title: 'Button Properties',
+ text: 'Text (Value)',
+ type: 'Type',
+ typeBtn: 'Button',
+ typeSbm: 'Submit',
+ typeRst: 'Reset'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Checkbox Properties',
+ radioTitle: 'Radio Button Properties',
+ value: 'Value',
+ selected: 'Selected'
+ },
+ form: {
+ title: 'Form Properties',
+ menu: 'Form Properties',
+ action: 'Action',
+ method: 'Method',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'Hidden Field Properties',
+ name: 'Name',
+ value: 'Value'
+ },
+ select: {
+ title: 'Selection Field Properties',
+ selectInfo: 'Select Info',
+ opAvail: 'Available Options',
+ value: 'Value',
+ size: 'Size',
+ lines: 'lines',
+ chkMulti: 'Allow multiple selections',
+ opText: 'Text',
+ opValue: 'Value',
+ btnAdd: 'Add',
+ btnModify: 'Modify',
+ btnUp: 'Up',
+ btnDown: 'Down',
+ btnSetValue: 'Set as selected value',
+ btnDelete: 'Delete'
+ },
+ textarea: {
+ title: 'Textarea Properties',
+ cols: 'Columns',
+ rows: 'Rows'
+ },
+ textfield: {
+ title: 'Text Field Properties',
+ name: 'Name',
+ value: 'Value',
+ charWidth: 'Character Width',
+ maxChars: 'Maximum Characters',
+ type: 'Type',
+ typeText: 'Text',
+ typePass: 'Password',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/en-ca.js b/plugins/forms/lang/en-ca.js new file mode 100644 index 0000000..ea48aae --- /dev/null +++ b/plugins/forms/lang/en-ca.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'en-ca', {
+ button: {
+ title: 'Button Properties',
+ text: 'Text (Value)',
+ type: 'Type',
+ typeBtn: 'Button',
+ typeSbm: 'Submit',
+ typeRst: 'Reset'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Checkbox Properties',
+ radioTitle: 'Radio Button Properties',
+ value: 'Value',
+ selected: 'Selected'
+ },
+ form: {
+ title: 'Form Properties',
+ menu: 'Form Properties',
+ action: 'Action',
+ method: 'Method',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'Hidden Field Properties',
+ name: 'Name',
+ value: 'Value'
+ },
+ select: {
+ title: 'Selection Field Properties',
+ selectInfo: 'Select Info',
+ opAvail: 'Available Options',
+ value: 'Value',
+ size: 'Size',
+ lines: 'lines',
+ chkMulti: 'Allow multiple selections',
+ opText: 'Text',
+ opValue: 'Value',
+ btnAdd: 'Add',
+ btnModify: 'Modify',
+ btnUp: 'Up',
+ btnDown: 'Down',
+ btnSetValue: 'Set as selected value',
+ btnDelete: 'Delete'
+ },
+ textarea: {
+ title: 'Textarea Properties',
+ cols: 'Columns',
+ rows: 'Rows'
+ },
+ textfield: {
+ title: 'Text Field Properties',
+ name: 'Name',
+ value: 'Value',
+ charWidth: 'Character Width',
+ maxChars: 'Maximum Characters',
+ type: 'Type',
+ typeText: 'Text',
+ typePass: 'Password',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/en-gb.js b/plugins/forms/lang/en-gb.js new file mode 100644 index 0000000..eb0f3af --- /dev/null +++ b/plugins/forms/lang/en-gb.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'en-gb', {
+ button: {
+ title: 'Button Properties',
+ text: 'Text (Value)',
+ type: 'Type',
+ typeBtn: 'Button',
+ typeSbm: 'Submit',
+ typeRst: 'Reset'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Checkbox Properties',
+ radioTitle: 'Radio Button Properties',
+ value: 'Value',
+ selected: 'Selected'
+ },
+ form: {
+ title: 'Form Properties',
+ menu: 'Form Properties',
+ action: 'Action',
+ method: 'Method',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'Hidden Field Properties',
+ name: 'Name',
+ value: 'Value'
+ },
+ select: {
+ title: 'Selection Field Properties',
+ selectInfo: 'Select Info',
+ opAvail: 'Available Options',
+ value: 'Value',
+ size: 'Size',
+ lines: 'lines',
+ chkMulti: 'Allow multiple selections',
+ opText: 'Text',
+ opValue: 'Value',
+ btnAdd: 'Add',
+ btnModify: 'Modify',
+ btnUp: 'Up',
+ btnDown: 'Down',
+ btnSetValue: 'Set as selected value',
+ btnDelete: 'Delete'
+ },
+ textarea: {
+ title: 'Textarea Properties',
+ cols: 'Columns',
+ rows: 'Rows'
+ },
+ textfield: {
+ title: 'Text Field Properties',
+ name: 'Name',
+ value: 'Value',
+ charWidth: 'Character Width',
+ maxChars: 'Maximum Characters',
+ type: 'Type',
+ typeText: 'Text',
+ typePass: 'Password',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/en.js b/plugins/forms/lang/en.js new file mode 100644 index 0000000..5825643 --- /dev/null +++ b/plugins/forms/lang/en.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'en', {
+ button: {
+ title: 'Button Properties',
+ text: 'Text (Value)',
+ type: 'Type',
+ typeBtn: 'Button',
+ typeSbm: 'Submit',
+ typeRst: 'Reset'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Checkbox Properties',
+ radioTitle: 'Radio Button Properties',
+ value: 'Value',
+ selected: 'Selected'
+ },
+ form: {
+ title: 'Form Properties',
+ menu: 'Form Properties',
+ action: 'Action',
+ method: 'Method',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'Hidden Field Properties',
+ name: 'Name',
+ value: 'Value'
+ },
+ select: {
+ title: 'Selection Field Properties',
+ selectInfo: 'Select Info',
+ opAvail: 'Available Options',
+ value: 'Value',
+ size: 'Size',
+ lines: 'lines',
+ chkMulti: 'Allow multiple selections',
+ opText: 'Text',
+ opValue: 'Value',
+ btnAdd: 'Add',
+ btnModify: 'Modify',
+ btnUp: 'Up',
+ btnDown: 'Down',
+ btnSetValue: 'Set as selected value',
+ btnDelete: 'Delete'
+ },
+ textarea: {
+ title: 'Textarea Properties',
+ cols: 'Columns',
+ rows: 'Rows'
+ },
+ textfield: {
+ title: 'Text Field Properties',
+ name: 'Name',
+ value: 'Value',
+ charWidth: 'Character Width',
+ maxChars: 'Maximum Characters',
+ type: 'Type',
+ typeText: 'Text',
+ typePass: 'Password',
+ typeEmail: 'Email',
+ typeSearch: 'Search',
+ typeTel: 'Telephone Number',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/eo.js b/plugins/forms/lang/eo.js new file mode 100644 index 0000000..1e8f71b --- /dev/null +++ b/plugins/forms/lang/eo.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'eo', {
+ button: {
+ title: 'Butonaj atributoj',
+ text: 'Teksto (Valoro)',
+ type: 'Tipo',
+ typeBtn: 'Butono',
+ typeSbm: 'Validigi (submit)',
+ typeRst: 'Remeti en la originstaton (Reset)'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Markobutonaj Atributoj',
+ radioTitle: 'Radiobutonaj Atributoj',
+ value: 'Valoro',
+ selected: 'Selektita'
+ },
+ form: {
+ title: 'Formularaj Atributoj',
+ menu: 'Formularaj Atributoj',
+ action: 'Ago',
+ method: 'Metodo',
+ encoding: 'Kodoprezento'
+ },
+ hidden: {
+ title: 'Atributoj de Kaŝita Kampo',
+ name: 'Nomo',
+ value: 'Valoro'
+ },
+ select: {
+ title: 'Atributoj de Elekta Kampo',
+ selectInfo: 'Informoj pri la rulummenuo',
+ opAvail: 'Elektoj Disponeblaj',
+ value: 'Valoro',
+ size: 'Grando',
+ lines: 'Linioj',
+ chkMulti: 'Permesi Plurajn Elektojn',
+ opText: 'Teksto',
+ opValue: 'Valoro',
+ btnAdd: 'Aldoni',
+ btnModify: 'Modifi',
+ btnUp: 'Supren',
+ btnDown: 'Malsupren',
+ btnSetValue: 'Agordi kiel Elektitan Valoron',
+ btnDelete: 'Forigi'
+ },
+ textarea: {
+ title: 'Atributoj de Teksta Areo',
+ cols: 'Kolumnoj',
+ rows: 'Linioj'
+ },
+ textfield: {
+ title: 'Atributoj de Teksta Kampo',
+ name: 'Nomo',
+ value: 'Valoro',
+ charWidth: 'Signolarĝo',
+ maxChars: 'Maksimuma Nombro da Signoj',
+ type: 'Tipo',
+ typeText: 'Teksto',
+ typePass: 'Pasvorto',
+ typeEmail: 'retpoŝtadreso',
+ typeSearch: 'Serĉi',
+ typeTel: 'Telefonnumero',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/es.js b/plugins/forms/lang/es.js new file mode 100644 index 0000000..b35d0e7 --- /dev/null +++ b/plugins/forms/lang/es.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'es', {
+ button: {
+ title: 'Propiedades de Botón',
+ text: 'Texto (Valor)',
+ type: 'Tipo',
+ typeBtn: 'Boton',
+ typeSbm: 'Enviar',
+ typeRst: 'Reestablecer'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Propiedades de Casilla',
+ radioTitle: 'Propiedades de Botón de Radio',
+ value: 'Valor',
+ selected: 'Seleccionado'
+ },
+ form: {
+ title: 'Propiedades de Formulario',
+ menu: 'Propiedades de Formulario',
+ action: 'Acción',
+ method: 'Método',
+ encoding: 'Codificación'
+ },
+ hidden: {
+ title: 'Propiedades de Campo Oculto',
+ name: 'Nombre',
+ value: 'Valor'
+ },
+ select: {
+ title: 'Propiedades de Campo de Selección',
+ selectInfo: 'Información',
+ opAvail: 'Opciones disponibles',
+ value: 'Valor',
+ size: 'Tamaño',
+ lines: 'Lineas',
+ chkMulti: 'Permitir múltiple selección',
+ opText: 'Texto',
+ opValue: 'Valor',
+ btnAdd: 'Agregar',
+ btnModify: 'Modificar',
+ btnUp: 'Subir',
+ btnDown: 'Bajar',
+ btnSetValue: 'Establecer como predeterminado',
+ btnDelete: 'Eliminar'
+ },
+ textarea: {
+ title: 'Propiedades de Area de Texto',
+ cols: 'Columnas',
+ rows: 'Filas'
+ },
+ textfield: {
+ title: 'Propiedades de Campo de Texto',
+ name: 'Nombre',
+ value: 'Valor',
+ charWidth: 'Caracteres de ancho',
+ maxChars: 'Máximo caracteres',
+ type: 'Tipo',
+ typeText: 'Texto',
+ typePass: 'Contraseña',
+ typeEmail: 'Correo electrónico',
+ typeSearch: 'Buscar',
+ typeTel: 'Número de teléfono',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/et.js b/plugins/forms/lang/et.js new file mode 100644 index 0000000..90f767d --- /dev/null +++ b/plugins/forms/lang/et.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'et', {
+ button: {
+ title: 'Nupu omadused',
+ text: 'Tekst (väärtus)',
+ type: 'Liik',
+ typeBtn: 'Nupp',
+ typeSbm: 'Saada',
+ typeRst: 'Lähtesta'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Märkeruudu omadused',
+ radioTitle: 'Raadionupu omadused',
+ value: 'Väärtus',
+ selected: 'Märgitud'
+ },
+ form: {
+ title: 'Vormi omadused',
+ menu: 'Vormi omadused',
+ action: 'Toiming',
+ method: 'Meetod',
+ encoding: 'Kodeering'
+ },
+ hidden: {
+ title: 'Varjatud lahtri omadused',
+ name: 'Nimi',
+ value: 'Väärtus'
+ },
+ select: {
+ title: 'Valiklahtri omadused',
+ selectInfo: 'Info',
+ opAvail: 'Võimalikud valikud:',
+ value: 'Väärtus',
+ size: 'Suurus',
+ lines: 'ridu',
+ chkMulti: 'Võimalik mitu valikut',
+ opText: 'Tekst',
+ opValue: 'Väärtus',
+ btnAdd: 'Lisa',
+ btnModify: 'Muuda',
+ btnUp: 'Üles',
+ btnDown: 'Alla',
+ btnSetValue: 'Määra vaikimisi',
+ btnDelete: 'Kustuta'
+ },
+ textarea: {
+ title: 'Tekstiala omadused',
+ cols: 'Veerge',
+ rows: 'Ridu'
+ },
+ textfield: {
+ title: 'Tekstilahtri omadused',
+ name: 'Nimi',
+ value: 'Väärtus',
+ charWidth: 'Laius (tähemärkides)',
+ maxChars: 'Maksimaalselt tähemärke',
+ type: 'Liik',
+ typeText: 'Tekst',
+ typePass: 'Parool',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/eu.js b/plugins/forms/lang/eu.js new file mode 100644 index 0000000..6174e52 --- /dev/null +++ b/plugins/forms/lang/eu.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'eu', {
+ button: {
+ title: 'Botoiaren Ezaugarriak',
+ text: 'Testua (Balorea)',
+ type: 'Mota',
+ typeBtn: 'Botoia',
+ typeSbm: 'Bidali',
+ typeRst: 'Garbitu'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Kontrol-laukiko Ezaugarriak',
+ radioTitle: 'Aukera-botoiaren Ezaugarriak',
+ value: 'Balorea',
+ selected: 'Hautatuta'
+ },
+ form: {
+ title: 'Formularioaren Ezaugarriak',
+ menu: 'Formularioaren Ezaugarriak',
+ action: 'Ekintza',
+ method: 'Metodoa',
+ encoding: 'Kodeketa'
+ },
+ hidden: {
+ title: 'Ezkutuko Eremuaren Ezaugarriak',
+ name: 'Izena',
+ value: 'Balorea'
+ },
+ select: {
+ title: 'Hautespen Eremuaren Ezaugarriak',
+ selectInfo: 'Informazioa',
+ opAvail: 'Aukera Eskuragarriak',
+ value: 'Balorea',
+ size: 'Tamaina',
+ lines: 'lerro kopurura',
+ chkMulti: 'Hautaketa anitzak baimendu',
+ opText: 'Testua',
+ opValue: 'Balorea',
+ btnAdd: 'Gehitu',
+ btnModify: 'Aldatu',
+ btnUp: 'Gora',
+ btnDown: 'Behera',
+ btnSetValue: 'Aukeratutako balorea ezarri',
+ btnDelete: 'Ezabatu'
+ },
+ textarea: {
+ title: 'Testu-arearen Ezaugarriak',
+ cols: 'Zutabeak',
+ rows: 'Lerroak'
+ },
+ textfield: {
+ title: 'Testu Eremuaren Ezaugarriak',
+ name: 'Izena',
+ value: 'Balorea',
+ charWidth: 'Zabalera',
+ maxChars: 'Zenbat karaktere gehienez',
+ type: 'Mota',
+ typeText: 'Testua',
+ typePass: 'Pasahitza',
+ typeEmail: 'E-posta',
+ typeSearch: 'Bilatu',
+ typeTel: 'Telefono Zenbakia',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/fa.js b/plugins/forms/lang/fa.js new file mode 100644 index 0000000..4c5c3de --- /dev/null +++ b/plugins/forms/lang/fa.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'fa', {
+ button: {
+ title: 'ویژگیهای دکمه',
+ text: 'متن (مقدار)',
+ type: 'نوع',
+ typeBtn: 'دکمه',
+ typeSbm: 'ثبت',
+ typeRst: 'بازنشانی (Reset)'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'ویژگیهای خانهٴ گزینهای',
+ radioTitle: 'ویژگیهای دکمهٴ رادیویی',
+ value: 'مقدار',
+ selected: 'برگزیده'
+ },
+ form: {
+ title: 'ویژگیهای فرم',
+ menu: 'ویژگیهای فرم',
+ action: 'رویداد',
+ method: 'متد',
+ encoding: 'رمزنگاری'
+ },
+ hidden: {
+ title: 'ویژگیهای فیلد پنهان',
+ name: 'نام',
+ value: 'مقدار'
+ },
+ select: {
+ title: 'ویژگیهای فیلد چندگزینهای',
+ selectInfo: 'اطلاعات',
+ opAvail: 'گزینههای دردسترس',
+ value: 'مقدار',
+ size: 'اندازه',
+ lines: 'خطوط',
+ chkMulti: 'گزینش چندگانه فراهم باشد',
+ opText: 'متن',
+ opValue: 'مقدار',
+ btnAdd: 'افزودن',
+ btnModify: 'ویرایش',
+ btnUp: 'بالا',
+ btnDown: 'پائین',
+ btnSetValue: 'تنظیم به عنوان مقدار برگزیده',
+ btnDelete: 'پاککردن'
+ },
+ textarea: {
+ title: 'ویژگیهای ناحیهٴ متنی',
+ cols: 'ستونها',
+ rows: 'سطرها'
+ },
+ textfield: {
+ title: 'ویژگیهای فیلد متنی',
+ name: 'نام',
+ value: 'مقدار',
+ charWidth: 'پهنای نویسه',
+ maxChars: 'بیشینهٴ نویسهها',
+ type: 'نوع',
+ typeText: 'متن',
+ typePass: 'گذرواژه',
+ typeEmail: 'ایمیل',
+ typeSearch: 'جستجو',
+ typeTel: 'شماره تلفن',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/fi.js b/plugins/forms/lang/fi.js new file mode 100644 index 0000000..89634b3 --- /dev/null +++ b/plugins/forms/lang/fi.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'fi', {
+ button: {
+ title: 'Painikkeen ominaisuudet',
+ text: 'Teksti (arvo)',
+ type: 'Tyyppi',
+ typeBtn: 'Painike',
+ typeSbm: 'Lähetä',
+ typeRst: 'Tyhjennä'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Valintaruudun ominaisuudet',
+ radioTitle: 'Radiopainikkeen ominaisuudet',
+ value: 'Arvo',
+ selected: 'Valittu'
+ },
+ form: {
+ title: 'Lomakkeen ominaisuudet',
+ menu: 'Lomakkeen ominaisuudet',
+ action: 'Toiminto',
+ method: 'Tapa',
+ encoding: 'Enkoodaus'
+ },
+ hidden: {
+ title: 'Piilokentän ominaisuudet',
+ name: 'Nimi',
+ value: 'Arvo'
+ },
+ select: {
+ title: 'Valintakentän ominaisuudet',
+ selectInfo: 'Info',
+ opAvail: 'Ominaisuudet',
+ value: 'Arvo',
+ size: 'Koko',
+ lines: 'Rivit',
+ chkMulti: 'Salli usea valinta',
+ opText: 'Teksti',
+ opValue: 'Arvo',
+ btnAdd: 'Lisää',
+ btnModify: 'Muuta',
+ btnUp: 'Ylös',
+ btnDown: 'Alas',
+ btnSetValue: 'Aseta valituksi',
+ btnDelete: 'Poista'
+ },
+ textarea: {
+ title: 'Tekstilaatikon ominaisuudet',
+ cols: 'Sarakkeita',
+ rows: 'Rivejä'
+ },
+ textfield: {
+ title: 'Tekstikentän ominaisuudet',
+ name: 'Nimi',
+ value: 'Arvo',
+ charWidth: 'Leveys',
+ maxChars: 'Maksimi merkkimäärä',
+ type: 'Tyyppi',
+ typeText: 'Teksti',
+ typePass: 'Salasana',
+ typeEmail: 'Sähköposti',
+ typeSearch: 'Haku',
+ typeTel: 'Puhelinnumero',
+ typeUrl: 'Osoite'
+ }
+});
diff --git a/plugins/forms/lang/fo.js b/plugins/forms/lang/fo.js new file mode 100644 index 0000000..55260dd --- /dev/null +++ b/plugins/forms/lang/fo.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'fo', {
+ button: {
+ title: 'Eginleikar fyri knøtt',
+ text: 'Tekstur',
+ type: 'Slag',
+ typeBtn: 'Knøttur',
+ typeSbm: 'Send',
+ typeRst: 'Nullstilla'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Eginleikar fyri flugubein',
+ radioTitle: 'Eginleikar fyri radioknøtt',
+ value: 'Virði',
+ selected: 'Valt'
+ },
+ form: {
+ title: 'Eginleikar fyri Form',
+ menu: 'Eginleikar fyri Form',
+ action: 'Hending',
+ method: 'Háttur',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'Eginleikar fyri fjaldan teig',
+ name: 'Navn',
+ value: 'Virði'
+ },
+ select: {
+ title: 'Eginleikar fyri valskrá',
+ selectInfo: 'Upplýsingar',
+ opAvail: 'Tøkir møguleikar',
+ value: 'Virði',
+ size: 'Stødd',
+ lines: 'Linjur',
+ chkMulti: 'Loyv fleiri valmøguleikum samstundis',
+ opText: 'Tekstur',
+ opValue: 'Virði',
+ btnAdd: 'Legg afturat',
+ btnModify: 'Broyt',
+ btnUp: 'Upp',
+ btnDown: 'Niður',
+ btnSetValue: 'Set sum valt virði',
+ btnDelete: 'Strika'
+ },
+ textarea: {
+ title: 'Eginleikar fyri tekstumráði',
+ cols: 'kolonnur',
+ rows: 'røðir'
+ },
+ textfield: {
+ title: 'Eginleikar fyri tekstteig',
+ name: 'Navn',
+ value: 'Virði',
+ charWidth: 'Breidd (sjónlig tekn)',
+ maxChars: 'Mest loyvdu tekn',
+ type: 'Slag',
+ typeText: 'Tekstur',
+ typePass: 'Loyniorð',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/fr-ca.js b/plugins/forms/lang/fr-ca.js new file mode 100644 index 0000000..5363b4e --- /dev/null +++ b/plugins/forms/lang/fr-ca.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'fr-ca', {
+ button: {
+ title: 'Propriétés du bouton',
+ text: 'Texte (Valeur)',
+ type: 'Type',
+ typeBtn: 'Bouton',
+ typeSbm: 'Soumettre',
+ typeRst: 'Réinitialiser'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Propriétés de la case à cocher',
+ radioTitle: 'Propriétés du bouton radio',
+ value: 'Valeur',
+ selected: 'Sélectionné'
+ },
+ form: {
+ title: 'Propriétés du formulaire',
+ menu: 'Propriétés du formulaire',
+ action: 'Action',
+ method: 'Méthode',
+ encoding: 'Encodage'
+ },
+ hidden: {
+ title: 'Propriétés du champ caché',
+ name: 'Nom',
+ value: 'Valeur'
+ },
+ select: {
+ title: 'Propriétés du champ de sélection',
+ selectInfo: 'Info',
+ opAvail: 'Options disponibles',
+ value: 'Valeur',
+ size: 'Taille',
+ lines: 'lignes',
+ chkMulti: 'Permettre les sélections multiples',
+ opText: 'Texte',
+ opValue: 'Valeur',
+ btnAdd: 'Ajouter',
+ btnModify: 'Modifier',
+ btnUp: 'Monter',
+ btnDown: 'Descendre',
+ btnSetValue: 'Valeur sélectionnée',
+ btnDelete: 'Supprimer'
+ },
+ textarea: {
+ title: 'Propriétés de la zone de texte',
+ cols: 'Colonnes',
+ rows: 'Lignes'
+ },
+ textfield: {
+ title: 'Propriétés du champ texte',
+ name: 'Nom',
+ value: 'Valeur',
+ charWidth: 'Largeur de caractères',
+ maxChars: 'Nombre maximum de caractères',
+ type: 'Type',
+ typeText: 'Texte',
+ typePass: 'Mot de passe',
+ typeEmail: 'Courriel',
+ typeSearch: 'Recherche',
+ typeTel: 'Numéro de téléphone',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/fr.js b/plugins/forms/lang/fr.js new file mode 100644 index 0000000..55c6e80 --- /dev/null +++ b/plugins/forms/lang/fr.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'fr', {
+ button: {
+ title: 'Propriétés du bouton',
+ text: 'Texte (Value)',
+ type: 'Type',
+ typeBtn: 'Bouton',
+ typeSbm: 'Validation (submit)',
+ typeRst: 'Remise à zéro'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Propriétés de la case à cocher',
+ radioTitle: 'Propriétés du bouton Radio',
+ value: 'Valeur',
+ selected: 'Sélectionné'
+ },
+ form: {
+ title: 'Propriétés du formulaire',
+ menu: 'Propriétés du formulaire',
+ action: 'Action',
+ method: 'Méthode',
+ encoding: 'Encodage'
+ },
+ hidden: {
+ title: 'Propriétés du champ caché',
+ name: 'Nom',
+ value: 'Valeur'
+ },
+ select: {
+ title: 'Propriétés du menu déroulant',
+ selectInfo: 'Informations sur le menu déroulant',
+ opAvail: 'Options disponibles',
+ value: 'Valeur',
+ size: 'Taille',
+ lines: 'Lignes',
+ chkMulti: 'Permettre les sélections multiples',
+ opText: 'Texte',
+ opValue: 'Valeur',
+ btnAdd: 'Ajouter',
+ btnModify: 'Modifier',
+ btnUp: 'Haut',
+ btnDown: 'Bas',
+ btnSetValue: 'Définir comme valeur sélectionnée',
+ btnDelete: 'Supprimer'
+ },
+ textarea: {
+ title: 'Propriétés de la zone de texte',
+ cols: 'Colonnes',
+ rows: 'Lignes'
+ },
+ textfield: {
+ title: 'Propriétés du champ texte',
+ name: 'Nom',
+ value: 'Valeur',
+ charWidth: 'Taille des caractères',
+ maxChars: 'Nombre maximum de caractères',
+ type: 'Type',
+ typeText: 'Texte',
+ typePass: 'Mot de passe',
+ typeEmail: 'E-mail',
+ typeSearch: 'Rechercher',
+ typeTel: 'Numéro de téléphone',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/gl.js b/plugins/forms/lang/gl.js new file mode 100644 index 0000000..d456ed0 --- /dev/null +++ b/plugins/forms/lang/gl.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'gl', {
+ button: {
+ title: 'Propiedades do botón',
+ text: 'Texto (Valor)',
+ type: 'Tipo',
+ typeBtn: 'Botón',
+ typeSbm: 'Enviar',
+ typeRst: 'Restabelever'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Propiedades da caixa de selección',
+ radioTitle: 'Propiedades do botón de opción',
+ value: 'Valor',
+ selected: 'Seleccionado'
+ },
+ form: {
+ title: 'Propiedades do formulario',
+ menu: 'Propiedades do formulario',
+ action: 'Acción',
+ method: 'Método',
+ encoding: 'Codificación'
+ },
+ hidden: {
+ title: 'Propiedades do campo agochado',
+ name: 'Nome',
+ value: 'Valor'
+ },
+ select: {
+ title: 'Propiedades do campo de selección',
+ selectInfo: 'Información',
+ opAvail: 'Opcións dispoñíbeis',
+ value: 'Valor',
+ size: 'Tamaño',
+ lines: 'liñas',
+ chkMulti: 'Permitir múltiplas seleccións',
+ opText: 'Texto',
+ opValue: 'Valor',
+ btnAdd: 'Engadir',
+ btnModify: 'Modificar',
+ btnUp: 'Subir',
+ btnDown: 'Baixar',
+ btnSetValue: 'Estabelecer como valor seleccionado',
+ btnDelete: 'Eliminar'
+ },
+ textarea: {
+ title: 'Propiedades da área de texto',
+ cols: 'Columnas',
+ rows: 'Filas'
+ },
+ textfield: {
+ title: 'Propiedades do campo de texto',
+ name: 'Nome',
+ value: 'Valor',
+ charWidth: 'Largo do carácter',
+ maxChars: 'Núm. máximo de caracteres',
+ type: 'Tipo',
+ typeText: 'Texto',
+ typePass: 'Contrasinal',
+ typeEmail: 'Correo',
+ typeSearch: 'Buscar',
+ typeTel: 'Número de teléfono',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/gu.js b/plugins/forms/lang/gu.js new file mode 100644 index 0000000..3d38197 --- /dev/null +++ b/plugins/forms/lang/gu.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'gu', {
+ button: {
+ title: 'બટનના ગુણ',
+ text: 'ટેક્સ્ટ (વૅલ્યૂ)',
+ type: 'પ્રકાર',
+ typeBtn: 'બટન',
+ typeSbm: 'સબ્મિટ',
+ typeRst: 'રિસેટ'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'ચેક બોક્સ ગુણ',
+ radioTitle: 'રેડિઓ બટનના ગુણ',
+ value: 'વૅલ્યૂ',
+ selected: 'સિલેક્ટેડ'
+ },
+ form: {
+ title: 'ફૉર્મ/પત્રકના ગુણ',
+ menu: 'ફૉર્મ/પત્રકના ગુણ',
+ action: 'ક્રિયા',
+ method: 'પદ્ધતિ',
+ encoding: 'અન્કોડીન્ગ'
+ },
+ hidden: {
+ title: 'ગુપ્ત ક્ષેત્રના ગુણ',
+ name: 'નામ',
+ value: 'વૅલ્યૂ'
+ },
+ select: {
+ title: 'પસંદગી ક્ષેત્રના ગુણ',
+ selectInfo: 'સૂચના',
+ opAvail: 'ઉપલબ્ધ વિકલ્પ',
+ value: 'વૅલ્યૂ',
+ size: 'સાઇઝ',
+ lines: 'લીટીઓ',
+ chkMulti: 'એકથી વધારે પસંદ કરી શકો',
+ opText: 'ટેક્સ્ટ',
+ opValue: 'વૅલ્યૂ',
+ btnAdd: 'ઉમેરવું',
+ btnModify: 'બદલવું',
+ btnUp: 'ઉપર',
+ btnDown: 'નીચે',
+ btnSetValue: 'પસંદ કરલી વૅલ્યૂ સેટ કરો',
+ btnDelete: 'રદ કરવું'
+ },
+ textarea: {
+ title: 'ટેક્સ્ટ એઅરિઆ, શબ્દ વિસ્તારના ગુણ',
+ cols: 'કૉલમ/ઊભી કટાર',
+ rows: 'પંક્તિઓ'
+ },
+ textfield: {
+ title: 'ટેક્સ્ટ ફીલ્ડ, શબ્દ ક્ષેત્રના ગુણ',
+ name: 'નામ',
+ value: 'વૅલ્યૂ',
+ charWidth: 'કેરેક્ટરની પહોળાઈ',
+ maxChars: 'અધિકતમ કેરેક્ટર',
+ type: 'ટાઇપ',
+ typeText: 'ટેક્સ્ટ',
+ typePass: 'પાસવર્ડ',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/he.js b/plugins/forms/lang/he.js new file mode 100644 index 0000000..1533023 --- /dev/null +++ b/plugins/forms/lang/he.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'he', {
+ button: {
+ title: 'מאפייני כפתור',
+ text: 'טקסט (ערך)',
+ type: 'סוג',
+ typeBtn: 'כפתור',
+ typeSbm: 'שליחה',
+ typeRst: 'איפוס'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'מאפייני תיבת סימון',
+ radioTitle: 'מאפייני לחצן אפשרויות',
+ value: 'ערך',
+ selected: 'מסומן'
+ },
+ form: {
+ title: 'מאפיני טופס',
+ menu: 'מאפיני טופס',
+ action: 'שלח אל',
+ method: 'סוג שליחה',
+ encoding: 'קידוד'
+ },
+ hidden: {
+ title: 'מאפיני שדה חבוי',
+ name: 'שם',
+ value: 'ערך'
+ },
+ select: {
+ title: 'מאפייני שדה בחירה',
+ selectInfo: 'מידע',
+ opAvail: 'אפשרויות זמינות',
+ value: 'ערך',
+ size: 'גודל',
+ lines: 'שורות',
+ chkMulti: 'איפשור בחירות מרובות',
+ opText: 'טקסט',
+ opValue: 'ערך',
+ btnAdd: 'הוספה',
+ btnModify: 'שינוי',
+ btnUp: 'למעלה',
+ btnDown: 'למטה',
+ btnSetValue: 'קביעה כברירת מחדל',
+ btnDelete: 'מחיקה'
+ },
+ textarea: {
+ title: 'מאפייני איזור טקסט',
+ cols: 'עמודות',
+ rows: 'שורות'
+ },
+ textfield: {
+ title: 'מאפייני שדה טקסט',
+ name: 'שם',
+ value: 'ערך',
+ charWidth: 'רוחב לפי תווים',
+ maxChars: 'מקסימום תווים',
+ type: 'סוג',
+ typeText: 'טקסט',
+ typePass: 'סיסמה',
+ typeEmail: 'דוא"ל',
+ typeSearch: 'חיפוש',
+ typeTel: 'מספר טלפון',
+ typeUrl: 'כתובת (URL)'
+ }
+});
diff --git a/plugins/forms/lang/hi.js b/plugins/forms/lang/hi.js new file mode 100644 index 0000000..7573173 --- /dev/null +++ b/plugins/forms/lang/hi.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'hi', {
+ button: {
+ title: 'बटन प्रॉपर्टीज़',
+ text: 'टेक्स्ट (वैल्यू)',
+ type: 'प्रकार',
+ typeBtn: 'बटन',
+ typeSbm: 'सब्मिट',
+ typeRst: 'रिसेट'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'चॅक बॉक्स प्रॉपर्टीज़',
+ radioTitle: 'रेडिओ बटन प्रॉपर्टीज़',
+ value: 'वैल्यू',
+ selected: 'सॅलॅक्टॅड'
+ },
+ form: {
+ title: 'फ़ॉर्म प्रॉपर्टीज़',
+ menu: 'फ़ॉर्म प्रॉपर्टीज़',
+ action: 'क्रिया',
+ method: 'तरीका',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'गुप्त फ़ील्ड प्रॉपर्टीज़',
+ name: 'नाम',
+ value: 'वैल्यू'
+ },
+ select: {
+ title: 'चुनाव फ़ील्ड प्रॉपर्टीज़',
+ selectInfo: 'सूचना',
+ opAvail: 'उपलब्ध विकल्प',
+ value: 'वैल्यू',
+ size: 'साइज़',
+ lines: 'पंक्तियाँ',
+ chkMulti: 'एक से ज्यादा विकल्प चुनने दें',
+ opText: 'टेक्स्ट',
+ opValue: 'वैल्यू',
+ btnAdd: 'जोड़ें',
+ btnModify: 'बदलें',
+ btnUp: 'ऊपर',
+ btnDown: 'नीचे',
+ btnSetValue: 'चुनी गई वैल्यू सॅट करें',
+ btnDelete: 'डिलीट'
+ },
+ textarea: {
+ title: 'टेक्स्त एरिया प्रॉपर्टीज़',
+ cols: 'कालम',
+ rows: 'पंक्तियां'
+ },
+ textfield: {
+ title: 'टेक्स्ट फ़ील्ड प्रॉपर्टीज़',
+ name: 'नाम',
+ value: 'वैल्यू',
+ charWidth: 'करॅक्टर की चौढ़ाई',
+ maxChars: 'अधिकतम करॅक्टर',
+ type: 'टाइप',
+ typeText: 'टेक्स्ट',
+ typePass: 'पास्वर्ड',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/hr.js b/plugins/forms/lang/hr.js new file mode 100644 index 0000000..49139f5 --- /dev/null +++ b/plugins/forms/lang/hr.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'hr', {
+ button: {
+ title: 'Button svojstva',
+ text: 'Tekst (vrijednost)',
+ type: 'Vrsta',
+ typeBtn: 'Gumb',
+ typeSbm: 'Pošalji',
+ typeRst: 'Poništi'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Checkbox svojstva',
+ radioTitle: 'Radio Button svojstva',
+ value: 'Vrijednost',
+ selected: 'Odabrano'
+ },
+ form: {
+ title: 'Form svojstva',
+ menu: 'Form svojstva',
+ action: 'Akcija',
+ method: 'Metoda',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'Hidden Field svojstva',
+ name: 'Ime',
+ value: 'Vrijednost'
+ },
+ select: {
+ title: 'Selection svojstva',
+ selectInfo: 'Info',
+ opAvail: 'Dostupne opcije',
+ value: 'Vrijednost',
+ size: 'Veličina',
+ lines: 'linija',
+ chkMulti: 'Dozvoli višestruki odabir',
+ opText: 'Tekst',
+ opValue: 'Vrijednost',
+ btnAdd: 'Dodaj',
+ btnModify: 'Promijeni',
+ btnUp: 'Gore',
+ btnDown: 'Dolje',
+ btnSetValue: 'Postavi kao odabranu vrijednost',
+ btnDelete: 'Obriši'
+ },
+ textarea: {
+ title: 'Textarea svojstva',
+ cols: 'Kolona',
+ rows: 'Redova'
+ },
+ textfield: {
+ title: 'Text Field svojstva',
+ name: 'Ime',
+ value: 'Vrijednost',
+ charWidth: 'Širina',
+ maxChars: 'Najviše karaktera',
+ type: 'Vrsta',
+ typeText: 'Tekst',
+ typePass: 'Šifra',
+ typeEmail: 'Email',
+ typeSearch: 'Traži',
+ typeTel: 'Broj telefona',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/hu.js b/plugins/forms/lang/hu.js new file mode 100644 index 0000000..e780ed8 --- /dev/null +++ b/plugins/forms/lang/hu.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'hu', {
+ button: {
+ title: 'Gomb tulajdonságai',
+ text: 'Szöveg (Érték)',
+ type: 'Típus',
+ typeBtn: 'Gomb',
+ typeSbm: 'Küldés',
+ typeRst: 'Alaphelyzet'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Jelölőnégyzet tulajdonságai',
+ radioTitle: 'Választógomb tulajdonságai',
+ value: 'Érték',
+ selected: 'Kiválasztott'
+ },
+ form: {
+ title: 'Űrlap tulajdonságai',
+ menu: 'Űrlap tulajdonságai',
+ action: 'Adatfeldolgozást végző hivatkozás',
+ method: 'Adatküldés módja',
+ encoding: 'Kódolás'
+ },
+ hidden: {
+ title: 'Rejtett mező tulajdonságai',
+ name: 'Név',
+ value: 'Érték'
+ },
+ select: {
+ title: 'Legördülő lista tulajdonságai',
+ selectInfo: 'Alaptulajdonságok',
+ opAvail: 'Elérhető opciók',
+ value: 'Érték',
+ size: 'Méret',
+ lines: 'sor',
+ chkMulti: 'több sor is kiválasztható',
+ opText: 'Szöveg',
+ opValue: 'Érték',
+ btnAdd: 'Hozzáad',
+ btnModify: 'Módosít',
+ btnUp: 'Fel',
+ btnDown: 'Le',
+ btnSetValue: 'Legyen az alapértelmezett érték',
+ btnDelete: 'Töröl'
+ },
+ textarea: {
+ title: 'Szövegterület tulajdonságai',
+ cols: 'Karakterek száma egy sorban',
+ rows: 'Sorok száma'
+ },
+ textfield: {
+ title: 'Szövegmező tulajdonságai',
+ name: 'Név',
+ value: 'Érték',
+ charWidth: 'Megjelenített karakterek száma',
+ maxChars: 'Maximális karakterszám',
+ type: 'Típus',
+ typeText: 'Szöveg',
+ typePass: 'Jelszó',
+ typeEmail: 'Ímél',
+ typeSearch: 'Keresés',
+ typeTel: 'Telefonszám',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/is.js b/plugins/forms/lang/is.js new file mode 100644 index 0000000..f7801ef --- /dev/null +++ b/plugins/forms/lang/is.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'is', {
+ button: {
+ title: 'Eigindi hnapps',
+ text: 'Texti',
+ type: 'Gerð',
+ typeBtn: 'Hnappur',
+ typeSbm: 'Staðfesta',
+ typeRst: 'Hreinsa'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Eigindi markreits',
+ radioTitle: 'Eigindi valhnapps',
+ value: 'Gildi',
+ selected: 'Valið'
+ },
+ form: {
+ title: 'Eigindi innsláttarforms',
+ menu: 'Eigindi innsláttarforms',
+ action: 'Aðgerð',
+ method: 'Aðferð',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'Eigindi falins svæðis',
+ name: 'Nafn',
+ value: 'Gildi'
+ },
+ select: {
+ title: 'Eigindi lista',
+ selectInfo: 'Upplýsingar',
+ opAvail: 'Kostir',
+ value: 'Gildi',
+ size: 'Stærð',
+ lines: 'línur',
+ chkMulti: 'Leyfa fleiri kosti',
+ opText: 'Texti',
+ opValue: 'Gildi',
+ btnAdd: 'Bæta við',
+ btnModify: 'Breyta',
+ btnUp: 'Upp',
+ btnDown: 'Niður',
+ btnSetValue: 'Merkja sem valið',
+ btnDelete: 'Eyða'
+ },
+ textarea: {
+ title: 'Eigindi textasvæðis',
+ cols: 'Dálkar',
+ rows: 'Línur'
+ },
+ textfield: {
+ title: 'Eigindi textareits',
+ name: 'Nafn',
+ value: 'Gildi',
+ charWidth: 'Breidd (leturtákn)',
+ maxChars: 'Hámarksfjöldi leturtákna',
+ type: 'Gerð',
+ typeText: 'Texti',
+ typePass: 'Lykilorð',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'Vefslóð'
+ }
+});
diff --git a/plugins/forms/lang/it.js b/plugins/forms/lang/it.js new file mode 100644 index 0000000..7f28d98 --- /dev/null +++ b/plugins/forms/lang/it.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'it', {
+ button: {
+ title: 'Proprietà bottone',
+ text: 'Testo (Valore)',
+ type: 'Tipo',
+ typeBtn: 'Bottone',
+ typeSbm: 'Invio',
+ typeRst: 'Annulla'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Proprietà checkbox',
+ radioTitle: 'Proprietà radio button',
+ value: 'Valore',
+ selected: 'Selezionato'
+ },
+ form: {
+ title: 'Proprietà modulo',
+ menu: 'Proprietà modulo',
+ action: 'Azione',
+ method: 'Metodo',
+ encoding: 'Codifica'
+ },
+ hidden: {
+ title: 'Proprietà campo nascosto',
+ name: 'Nome',
+ value: 'Valore'
+ },
+ select: {
+ title: 'Proprietà menu di selezione',
+ selectInfo: 'Info',
+ opAvail: 'Opzioni disponibili',
+ value: 'Valore',
+ size: 'Dimensione',
+ lines: 'righe',
+ chkMulti: 'Permetti selezione multipla',
+ opText: 'Testo',
+ opValue: 'Valore',
+ btnAdd: 'Aggiungi',
+ btnModify: 'Modifica',
+ btnUp: 'Su',
+ btnDown: 'Gi',
+ btnSetValue: 'Imposta come predefinito',
+ btnDelete: 'Rimuovi'
+ },
+ textarea: {
+ title: 'Proprietà area di testo',
+ cols: 'Colonne',
+ rows: 'Righe'
+ },
+ textfield: {
+ title: 'Proprietà campo di testo',
+ name: 'Nome',
+ value: 'Valore',
+ charWidth: 'Larghezza',
+ maxChars: 'Numero massimo di caratteri',
+ type: 'Tipo',
+ typeText: 'Testo',
+ typePass: 'Password',
+ typeEmail: 'Email',
+ typeSearch: 'Cerca',
+ typeTel: 'Numero di telefono',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/ja.js b/plugins/forms/lang/ja.js new file mode 100644 index 0000000..fea40a7 --- /dev/null +++ b/plugins/forms/lang/ja.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'ja', {
+ button: {
+ title: 'ボタン プロパティ',
+ text: 'テキスト (値)',
+ type: 'タイプ',
+ typeBtn: 'ボタン',
+ typeSbm: '送信',
+ typeRst: 'リセット'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'チェックボックス プロパティ',
+ radioTitle: 'ラジオボタン プロパティ',
+ value: '値',
+ selected: '選択済み'
+ },
+ form: {
+ title: 'フォーム プロパティ',
+ menu: 'フォーム プロパティ',
+ action: 'アクション',
+ method: 'メソッド',
+ encoding: 'エンコーディング'
+ },
+ hidden: {
+ title: '不可視フィールド プロパティ',
+ name: '名前',
+ value: '値'
+ },
+ select: {
+ title: '選択フィールド プロパティ',
+ selectInfo: '情報',
+ opAvail: '利用可能なオプション',
+ value: '選択項目値',
+ size: 'サイズ',
+ lines: '行',
+ chkMulti: '複数項目選択を許可',
+ opText: '選択項目名',
+ opValue: '値',
+ btnAdd: '追加',
+ btnModify: '編集',
+ btnUp: '上へ',
+ btnDown: '下へ',
+ btnSetValue: '選択した値を設定',
+ btnDelete: '削除'
+ },
+ textarea: {
+ title: 'テキストエリア プロパティ',
+ cols: '列',
+ rows: '行'
+ },
+ textfield: {
+ title: '1行テキスト プロパティ',
+ name: '名前',
+ value: '値',
+ charWidth: 'サイズ',
+ maxChars: '最大長',
+ type: 'タイプ',
+ typeText: 'テキスト',
+ typePass: 'パスワード入力',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/ka.js b/plugins/forms/lang/ka.js new file mode 100644 index 0000000..2d5afcc --- /dev/null +++ b/plugins/forms/lang/ka.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'ka', {
+ button: {
+ title: 'ღილაკის პარამეტრები',
+ text: 'ტექსტი',
+ type: 'ტიპი',
+ typeBtn: 'ღილაკი',
+ typeSbm: 'გაგზავნა',
+ typeRst: 'გასუფთავება'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'მონიშვნის ღილაკის (Checkbox) პარამეტრები',
+ radioTitle: 'ასარჩევი ღილაკის (Radio) პარამეტრები',
+ value: 'ტექსტი',
+ selected: 'არჩეული'
+ },
+ form: {
+ title: 'ფორმის პარამეტრები',
+ menu: 'ფორმის პარამეტრები',
+ action: 'ქმედება',
+ method: 'მეთოდი',
+ encoding: 'კოდირება'
+ },
+ hidden: {
+ title: 'მალული ველის პარამეტრები',
+ name: 'სახელი',
+ value: 'მნიშვნელობა'
+ },
+ select: {
+ title: 'არჩევის ველის პარამეტრები',
+ selectInfo: 'ინფორმაცია',
+ opAvail: 'შესაძლებელი ვარიანტები',
+ value: 'მნიშვნელობა',
+ size: 'ზომა',
+ lines: 'ხაზები',
+ chkMulti: 'მრავლობითი არჩევანის საშუალება',
+ opText: 'ტექსტი',
+ opValue: 'მნიშვნელობა',
+ btnAdd: 'დამატება',
+ btnModify: 'შეცვლა',
+ btnUp: 'ზემოთ',
+ btnDown: 'ქვემოთ',
+ btnSetValue: 'ამორჩეულ მნიშვნელოვნად დაყენება',
+ btnDelete: 'წაშლა'
+ },
+ textarea: {
+ title: 'ტექსტური არის პარამეტრები',
+ cols: 'სვეტები',
+ rows: 'სტრიქონები'
+ },
+ textfield: {
+ title: 'ტექსტური ველის პარამეტრები',
+ name: 'სახელი',
+ value: 'მნიშვნელობა',
+ charWidth: 'სიმბოლოს ზომა',
+ maxChars: 'ასოების მაქსიმალური ოდენობა',
+ type: 'ტიპი',
+ typeText: 'ტექსტი',
+ typePass: 'პაროლი',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/km.js b/plugins/forms/lang/km.js new file mode 100644 index 0000000..a6fc88f --- /dev/null +++ b/plugins/forms/lang/km.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'km', {
+ button: {
+ title: 'ការកំណត់ ប៉ូតុន',
+ text: 'អត្ថបទ(តំលៃ)',
+ type: 'ប្រភេទ',
+ typeBtn: 'Button',
+ typeSbm: 'Submit',
+ typeRst: 'Reset'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'ការកំណត់ប្រអប់ជ្រើសរើស',
+ radioTitle: 'ការកំណត់ប៉ូតុនរង្វង់',
+ value: 'តំលៃ',
+ selected: 'បានជ្រើសរើស'
+ },
+ form: {
+ title: 'ការកំណត់បែបបទ',
+ menu: 'ការកំណត់បែបបទ',
+ action: 'សកម្មភាព',
+ method: 'វិធី',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'ការកំណត់ជួរលាក់',
+ name: 'ឈ្មោះ',
+ value: 'តំលៃ'
+ },
+ select: {
+ title: 'ការកំណត់ជួរជ្រើសរើស',
+ selectInfo: 'ពត៌មាន',
+ opAvail: 'ការកំណត់ជ្រើសរើស ដែលអាចកំណត់បាន',
+ value: 'តំលៃ',
+ size: 'ទំហំ',
+ lines: 'បន្ទាត់',
+ chkMulti: 'អនុញ្ញាតអោយជ្រើសរើសច្រើន',
+ opText: 'ពាក្យ',
+ opValue: 'តំលៃ',
+ btnAdd: 'បន្ថែម',
+ btnModify: 'ផ្លាស់ប្តូរ',
+ btnUp: 'លើ',
+ btnDown: 'ក្រោម',
+ btnSetValue: 'Set as selected value',
+ btnDelete: 'លប់'
+ },
+ textarea: {
+ title: 'ការកំណត់កន្លែងសរសេរអត្ថបទ',
+ cols: 'ជូរឈរ',
+ rows: 'ជូរផ្តេក'
+ },
+ textfield: {
+ title: 'ការកំណត់ជួរអត្ថបទ',
+ name: 'ឈ្មោះ',
+ value: 'តំលៃ',
+ charWidth: 'ទទឹង អក្សរ',
+ maxChars: 'អក្សរអតិបរិមា',
+ type: 'ប្រភេទ',
+ typeText: 'ពាក្យ',
+ typePass: 'ពាក្យសំងាត់',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/ko.js b/plugins/forms/lang/ko.js new file mode 100644 index 0000000..735dd34 --- /dev/null +++ b/plugins/forms/lang/ko.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'ko', {
+ button: {
+ title: '버튼 속성',
+ text: '버튼글자(값)',
+ type: '버튼종류',
+ typeBtn: 'Button',
+ typeSbm: 'Submit',
+ typeRst: 'Reset'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: '체크박스 속성',
+ radioTitle: '라디오버튼 속성',
+ value: '값',
+ selected: '선택됨'
+ },
+ form: {
+ title: '폼 속성',
+ menu: '폼 속성',
+ action: '실행경로(Action)',
+ method: '방법(Method)',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: '숨김필드 속성',
+ name: '이름',
+ value: '값'
+ },
+ select: {
+ title: '펼침목록 속성',
+ selectInfo: '정보',
+ opAvail: '선택옵션',
+ value: '값',
+ size: '세로크기',
+ lines: '줄',
+ chkMulti: '여러항목 선택 허용',
+ opText: '이름',
+ opValue: '값',
+ btnAdd: '추가',
+ btnModify: '변경',
+ btnUp: '위로',
+ btnDown: '아래로',
+ btnSetValue: '선택된것으로 설정',
+ btnDelete: '삭제'
+ },
+ textarea: {
+ title: '입력영역 속성',
+ cols: '칸수',
+ rows: '줄수'
+ },
+ textfield: {
+ title: '입력필드 속성',
+ name: '이름',
+ value: '값',
+ charWidth: '글자 너비',
+ maxChars: '최대 글자수',
+ type: '종류',
+ typeText: '문자열',
+ typePass: '비밀번호',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/ku.js b/plugins/forms/lang/ku.js new file mode 100644 index 0000000..86af428 --- /dev/null +++ b/plugins/forms/lang/ku.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'ku', {
+ button: {
+ title: 'خاسیەتی دوگمە',
+ text: '(نرخی) دەق',
+ type: 'جۆر',
+ typeBtn: 'دوگمە',
+ typeSbm: 'بنێرە',
+ typeRst: 'ڕێکخستنەوە'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'خاسیەتی چووارگۆشی پشکنین',
+ radioTitle: 'خاسیەتی جێگرەوەی دوگمە',
+ value: 'نرخ',
+ selected: 'هەڵبژاردرا'
+ },
+ form: {
+ title: 'خاسیەتی داڕشتە',
+ menu: 'خاسیەتی داڕشتە',
+ action: 'کردار',
+ method: 'ڕێگە',
+ encoding: 'بەکۆدکەر'
+ },
+ hidden: {
+ title: 'خاسیەتی خانەی شاردراوە',
+ name: 'ناو',
+ value: 'نرخ'
+ },
+ select: {
+ title: 'هەڵبژاردەی خاسیەتی خانە',
+ selectInfo: 'زانیاری',
+ opAvail: 'هەڵبژاردەی لەبەردەستدابوون',
+ value: 'نرخ',
+ size: 'گەورەیی',
+ lines: 'هێڵەکان',
+ chkMulti: 'ڕێدان بەفره هەڵبژارده',
+ opText: 'دەق',
+ opValue: 'نرخ',
+ btnAdd: 'زیادکردن',
+ btnModify: 'گۆڕانکاری',
+ btnUp: 'سەرەوه',
+ btnDown: 'خوارەوە',
+ btnSetValue: 'دابنێ وەك نرخێکی هەڵبژێردراو',
+ btnDelete: 'سڕینەوه'
+ },
+ textarea: {
+ title: 'خاسیەتی ڕووبەری دەق',
+ cols: 'ستوونەکان',
+ rows: 'ڕیزەکان'
+ },
+ textfield: {
+ title: 'خاسیەتی خانەی دەق',
+ name: 'ناو',
+ value: 'نرخ',
+ charWidth: 'پانی نووسە',
+ maxChars: 'ئەوپەڕی نووسە',
+ type: 'جۆر',
+ typeText: 'دەق',
+ typePass: 'پێپەڕەوشە',
+ typeEmail: 'ئیمەیل',
+ typeSearch: 'گەڕان',
+ typeTel: 'ژمارەی تەلەفۆن',
+ typeUrl: 'ناونیشانی بەستەر'
+ }
+});
diff --git a/plugins/forms/lang/lt.js b/plugins/forms/lang/lt.js new file mode 100644 index 0000000..4e4d521 --- /dev/null +++ b/plugins/forms/lang/lt.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'lt', {
+ button: {
+ title: 'Mygtuko savybės',
+ text: 'Tekstas (Reikšmė)',
+ type: 'Tipas',
+ typeBtn: 'Mygtukas',
+ typeSbm: 'Siųsti',
+ typeRst: 'Išvalyti'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Žymimojo langelio savybės',
+ radioTitle: 'Žymimosios akutės savybės',
+ value: 'Reikšmė',
+ selected: 'Pažymėtas'
+ },
+ form: {
+ title: 'Formos savybės',
+ menu: 'Formos savybės',
+ action: 'Veiksmas',
+ method: 'Metodas',
+ encoding: 'Kodavimas'
+ },
+ hidden: {
+ title: 'Nerodomo lauko savybės',
+ name: 'Vardas',
+ value: 'Reikšmė'
+ },
+ select: {
+ title: 'Atrankos lauko savybės',
+ selectInfo: 'Informacija',
+ opAvail: 'Galimos parinktys',
+ value: 'Reikšmė',
+ size: 'Dydis',
+ lines: 'eilučių',
+ chkMulti: 'Leisti daugeriopą atranką',
+ opText: 'Tekstas',
+ opValue: 'Reikšmė',
+ btnAdd: 'Įtraukti',
+ btnModify: 'Modifikuoti',
+ btnUp: 'Aukštyn',
+ btnDown: 'Žemyn',
+ btnSetValue: 'Laikyti pažymėta reikšme',
+ btnDelete: 'Trinti'
+ },
+ textarea: {
+ title: 'Teksto srities savybės',
+ cols: 'Ilgis',
+ rows: 'Plotis'
+ },
+ textfield: {
+ title: 'Teksto lauko savybės',
+ name: 'Vardas',
+ value: 'Reikšmė',
+ charWidth: 'Ilgis simboliais',
+ maxChars: 'Maksimalus simbolių skaičius',
+ type: 'Tipas',
+ typeText: 'Tekstas',
+ typePass: 'Slaptažodis',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'Nuoroda'
+ }
+});
diff --git a/plugins/forms/lang/lv.js b/plugins/forms/lang/lv.js new file mode 100644 index 0000000..e84db5f --- /dev/null +++ b/plugins/forms/lang/lv.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'lv', {
+ button: {
+ title: 'Pogas īpašības',
+ text: 'Teksts (vērtība)',
+ type: 'Tips',
+ typeBtn: 'Poga',
+ typeSbm: 'Nosūtīt',
+ typeRst: 'Atcelt'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Atzīmēšanas kastītes īpašības',
+ radioTitle: 'Izvēles poga īpašības',
+ value: 'Vērtība',
+ selected: 'Iezīmēts'
+ },
+ form: {
+ title: 'Formas īpašības',
+ menu: 'Formas īpašības',
+ action: 'Darbība',
+ method: 'Metode',
+ encoding: 'Kodējums'
+ },
+ hidden: {
+ title: 'Paslēptās teksta rindas īpašības',
+ name: 'Nosaukums',
+ value: 'Vērtība'
+ },
+ select: {
+ title: 'Iezīmēšanas lauka īpašības',
+ selectInfo: 'Informācija',
+ opAvail: 'Pieejamās iespējas',
+ value: 'Vērtība',
+ size: 'Izmērs',
+ lines: 'rindas',
+ chkMulti: 'Atļaut vairākus iezīmējumus',
+ opText: 'Teksts',
+ opValue: 'Vērtība',
+ btnAdd: 'Pievienot',
+ btnModify: 'Veikt izmaiņas',
+ btnUp: 'Augšup',
+ btnDown: 'Lejup',
+ btnSetValue: 'Noteikt kā iezīmēto vērtību',
+ btnDelete: 'Dzēst'
+ },
+ textarea: {
+ title: 'Teksta laukuma īpašības',
+ cols: 'Kolonnas',
+ rows: 'Rindas'
+ },
+ textfield: {
+ title: 'Teksta rindas īpašības',
+ name: 'Nosaukums',
+ value: 'Vērtība',
+ charWidth: 'Simbolu platums',
+ maxChars: 'Simbolu maksimālais daudzums',
+ type: 'Tips',
+ typeText: 'Teksts',
+ typePass: 'Parole',
+ typeEmail: 'Epasts',
+ typeSearch: 'Meklēt',
+ typeTel: 'Tālruņa numurs',
+ typeUrl: 'Adrese'
+ }
+});
diff --git a/plugins/forms/lang/mk.js b/plugins/forms/lang/mk.js new file mode 100644 index 0000000..3819808 --- /dev/null +++ b/plugins/forms/lang/mk.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'mk', {
+ button: {
+ title: 'Button Properties',
+ text: 'Text (Value)',
+ type: 'Type',
+ typeBtn: 'Button',
+ typeSbm: 'Submit',
+ typeRst: 'Reset'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Checkbox Properties',
+ radioTitle: 'Radio Button Properties',
+ value: 'Value',
+ selected: 'Selected'
+ },
+ form: {
+ title: 'Form Properties',
+ menu: 'Form Properties',
+ action: 'Action',
+ method: 'Method',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'Hidden Field Properties',
+ name: 'Name',
+ value: 'Value'
+ },
+ select: {
+ title: 'Selection Field Properties',
+ selectInfo: 'Select Info',
+ opAvail: 'Available Options',
+ value: 'Value',
+ size: 'Size',
+ lines: 'lines',
+ chkMulti: 'Allow multiple selections',
+ opText: 'Text',
+ opValue: 'Value',
+ btnAdd: 'Add',
+ btnModify: 'Modify',
+ btnUp: 'Up',
+ btnDown: 'Down',
+ btnSetValue: 'Set as selected value',
+ btnDelete: 'Delete'
+ },
+ textarea: {
+ title: 'Textarea Properties',
+ cols: 'Columns',
+ rows: 'Rows'
+ },
+ textfield: {
+ title: 'Text Field Properties',
+ name: 'Name',
+ value: 'Value',
+ charWidth: 'Character Width',
+ maxChars: 'Maximum Characters',
+ type: 'Type',
+ typeText: 'Text',
+ typePass: 'Password',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL' // MISSING
+ }
+});
diff --git a/plugins/forms/lang/mn.js b/plugins/forms/lang/mn.js new file mode 100644 index 0000000..af41057 --- /dev/null +++ b/plugins/forms/lang/mn.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'mn', {
+ button: {
+ title: 'Товчны шинж чанар',
+ text: 'Тэкст (Утга)',
+ type: 'Төрөл',
+ typeBtn: 'Товч',
+ typeSbm: 'Submit',
+ typeRst: 'Болих'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Чекбоксны шинж чанар',
+ radioTitle: 'Радио товчны шинж чанар',
+ value: 'Утга',
+ selected: 'Сонгогдсон'
+ },
+ form: {
+ title: 'Форм шинж чанар',
+ menu: 'Форм шинж чанар',
+ action: 'Үйлдэл',
+ method: 'Арга',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'Нууц талбарын шинж чанар',
+ name: 'Нэр',
+ value: 'Утга'
+ },
+ select: {
+ title: 'Согогч талбарын шинж чанар',
+ selectInfo: 'Мэдээлэл',
+ opAvail: 'Идвэхтэй сонголт',
+ value: 'Утга',
+ size: 'Хэмжээ',
+ lines: 'Мөр',
+ chkMulti: 'Олон зүйл зэрэг сонгохыг зөвшөөрөх',
+ opText: 'Тэкст',
+ opValue: 'Утга',
+ btnAdd: 'Нэмэх',
+ btnModify: 'Өөрчлөх',
+ btnUp: 'Дээш',
+ btnDown: 'Доош',
+ btnSetValue: 'Сонгогдсан утга оноох',
+ btnDelete: 'Устгах'
+ },
+ textarea: {
+ title: 'Текст орчны шинж чанар',
+ cols: 'Багана',
+ rows: 'Мөр'
+ },
+ textfield: {
+ title: 'Текст талбарын шинж чанар',
+ name: 'Нэр',
+ value: 'Утга',
+ charWidth: 'Тэмдэгтын өргөн',
+ maxChars: 'Хамгийн их тэмдэгт',
+ type: 'Төрөл',
+ typeText: 'Текст',
+ typePass: 'Нууц үг',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'цахим хуудасны хаяг (URL)'
+ }
+});
diff --git a/plugins/forms/lang/ms.js b/plugins/forms/lang/ms.js new file mode 100644 index 0000000..dca784f --- /dev/null +++ b/plugins/forms/lang/ms.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'ms', {
+ button: {
+ title: 'Ciri-ciri Butang',
+ text: 'Teks (Nilai)',
+ type: 'Jenis',
+ typeBtn: 'Button',
+ typeSbm: 'Submit',
+ typeRst: 'Reset'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Ciri-ciri Checkbox',
+ radioTitle: 'Ciri-ciri Butang Radio',
+ value: 'Nilai',
+ selected: 'Dipilih'
+ },
+ form: {
+ title: 'Ciri-ciri Borang',
+ menu: 'Ciri-ciri Borang',
+ action: 'Tindakan borang',
+ method: 'Cara borang dihantar',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'Ciri-ciri Field Tersembunyi',
+ name: 'Nama',
+ value: 'Nilai'
+ },
+ select: {
+ title: 'Ciri-ciri Selection Field',
+ selectInfo: 'Select Info',
+ opAvail: 'Pilihan sediada',
+ value: 'Nilai',
+ size: 'Saiz',
+ lines: 'garisan',
+ chkMulti: 'Benarkan pilihan pelbagai',
+ opText: 'Teks',
+ opValue: 'Nilai',
+ btnAdd: 'Tambah Pilihan',
+ btnModify: 'Ubah Pilihan',
+ btnUp: 'Naik ke atas',
+ btnDown: 'Turun ke bawah',
+ btnSetValue: 'Set sebagai nilai terpilih',
+ btnDelete: 'Padam'
+ },
+ textarea: {
+ title: 'Ciri-ciri Textarea',
+ cols: 'Lajur',
+ rows: 'Baris'
+ },
+ textfield: {
+ title: 'Ciri-ciri Text Field',
+ name: 'Nama',
+ value: 'Nilai',
+ charWidth: 'Lebar isian',
+ maxChars: 'Isian Maksimum',
+ type: 'Jenis',
+ typeText: 'Teks',
+ typePass: 'Kata Laluan',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/nb.js b/plugins/forms/lang/nb.js new file mode 100644 index 0000000..8d66662 --- /dev/null +++ b/plugins/forms/lang/nb.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'nb', {
+ button: {
+ title: 'Egenskaper for knapp',
+ text: 'Tekst (verdi)',
+ type: 'Type',
+ typeBtn: 'Knapp',
+ typeSbm: 'Send',
+ typeRst: 'Nullstill'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Egenskaper for avmerkingsboks',
+ radioTitle: 'Egenskaper for alternativknapp',
+ value: 'Verdi',
+ selected: 'Valgt'
+ },
+ form: {
+ title: 'Egenskaper for skjema',
+ menu: 'Egenskaper for skjema',
+ action: 'Handling',
+ method: 'Metode',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'Egenskaper for skjult felt',
+ name: 'Navn',
+ value: 'Verdi'
+ },
+ select: {
+ title: 'Egenskaper for rullegardinliste',
+ selectInfo: 'Info',
+ opAvail: 'Tilgjenglige alternativer',
+ value: 'Verdi',
+ size: 'Størrelse',
+ lines: 'Linjer',
+ chkMulti: 'Tillat flervalg',
+ opText: 'Tekst',
+ opValue: 'Verdi',
+ btnAdd: 'Legg til',
+ btnModify: 'Endre',
+ btnUp: 'Opp',
+ btnDown: 'Ned',
+ btnSetValue: 'Sett som valgt',
+ btnDelete: 'Slett'
+ },
+ textarea: {
+ title: 'Egenskaper for tekstområde',
+ cols: 'Kolonner',
+ rows: 'Rader'
+ },
+ textfield: {
+ title: 'Egenskaper for tekstfelt',
+ name: 'Navn',
+ value: 'Verdi',
+ charWidth: 'Tegnbredde',
+ maxChars: 'Maks antall tegn',
+ type: 'Type',
+ typeText: 'Tekst',
+ typePass: 'Passord',
+ typeEmail: 'Epost',
+ typeSearch: 'Søk',
+ typeTel: 'Telefonnummer',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/nl.js b/plugins/forms/lang/nl.js new file mode 100644 index 0000000..40df5af --- /dev/null +++ b/plugins/forms/lang/nl.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'nl', {
+ button: {
+ title: 'Eigenschappen knop',
+ text: 'Tekst (waarde)',
+ type: 'Soort',
+ typeBtn: 'Knop',
+ typeSbm: 'Versturen',
+ typeRst: 'Leegmaken'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Eigenschappen aanvinkvakje',
+ radioTitle: 'Eigenschappen selectievakje',
+ value: 'Waarde',
+ selected: 'Geselecteerd'
+ },
+ form: {
+ title: 'Eigenschappen formulier',
+ menu: 'Eigenschappen formulier',
+ action: 'Actie',
+ method: 'Methode',
+ encoding: 'Codering'
+ },
+ hidden: {
+ title: 'Eigenschappen verborgen veld',
+ name: 'Naam',
+ value: 'Waarde'
+ },
+ select: {
+ title: 'Eigenschappen selectieveld',
+ selectInfo: 'Informatie',
+ opAvail: 'Beschikbare opties',
+ value: 'Waarde',
+ size: 'Grootte',
+ lines: 'Regels',
+ chkMulti: 'Gecombineerde selecties toestaan',
+ opText: 'Tekst',
+ opValue: 'Waarde',
+ btnAdd: 'Toevoegen',
+ btnModify: 'Wijzigen',
+ btnUp: 'Omhoog',
+ btnDown: 'Omlaag',
+ btnSetValue: 'Als geselecteerde waarde instellen',
+ btnDelete: 'Verwijderen'
+ },
+ textarea: {
+ title: 'Eigenschappen tekstvak',
+ cols: 'Kolommen',
+ rows: 'Rijen'
+ },
+ textfield: {
+ title: 'Eigenschappen tekstveld',
+ name: 'Naam',
+ value: 'Waarde',
+ charWidth: 'Breedte (tekens)',
+ maxChars: 'Maximum aantal tekens',
+ type: 'Soort',
+ typeText: 'Tekst',
+ typePass: 'Wachtwoord',
+ typeEmail: 'E-mail',
+ typeSearch: 'Zoeken',
+ typeTel: 'Telefoonnummer',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/no.js b/plugins/forms/lang/no.js new file mode 100644 index 0000000..438a6fc --- /dev/null +++ b/plugins/forms/lang/no.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'no', {
+ button: {
+ title: 'Egenskaper for knapp',
+ text: 'Tekst (verdi)',
+ type: 'Type',
+ typeBtn: 'Knapp',
+ typeSbm: 'Send',
+ typeRst: 'Nullstill'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Egenskaper for avmerkingsboks',
+ radioTitle: 'Egenskaper for alternativknapp',
+ value: 'Verdi',
+ selected: 'Valgt'
+ },
+ form: {
+ title: 'Egenskaper for skjema',
+ menu: 'Egenskaper for skjema',
+ action: 'Handling',
+ method: 'Metode',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'Egenskaper for skjult felt',
+ name: 'Navn',
+ value: 'Verdi'
+ },
+ select: {
+ title: 'Egenskaper for rullegardinliste',
+ selectInfo: 'Info',
+ opAvail: 'Tilgjenglige alternativer',
+ value: 'Verdi',
+ size: 'Størrelse',
+ lines: 'Linjer',
+ chkMulti: 'Tillat flervalg',
+ opText: 'Tekst',
+ opValue: 'Verdi',
+ btnAdd: 'Legg til',
+ btnModify: 'Endre',
+ btnUp: 'Opp',
+ btnDown: 'Ned',
+ btnSetValue: 'Sett som valgt',
+ btnDelete: 'Slett'
+ },
+ textarea: {
+ title: 'Egenskaper for tekstområde',
+ cols: 'Kolonner',
+ rows: 'Rader'
+ },
+ textfield: {
+ title: 'Egenskaper for tekstfelt',
+ name: 'Navn',
+ value: 'Verdi',
+ charWidth: 'Tegnbredde',
+ maxChars: 'Maks antall tegn',
+ type: 'Type',
+ typeText: 'Tekst',
+ typePass: 'Passord',
+ typeEmail: 'Epost',
+ typeSearch: 'Søk',
+ typeTel: 'Telefonnummer',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/pl.js b/plugins/forms/lang/pl.js new file mode 100644 index 0000000..26ba969 --- /dev/null +++ b/plugins/forms/lang/pl.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'pl', {
+ button: {
+ title: 'Właściwości przycisku',
+ text: 'Tekst (Wartość)',
+ type: 'Typ',
+ typeBtn: 'Przycisk',
+ typeSbm: 'Wyślij',
+ typeRst: 'Wyczyść'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Właściwości pola wyboru (checkbox)',
+ radioTitle: 'Właściwości przycisku opcji (radio)',
+ value: 'Wartość',
+ selected: 'Zaznaczone'
+ },
+ form: {
+ title: 'Właściwości formularza',
+ menu: 'Właściwości formularza',
+ action: 'Akcja',
+ method: 'Metoda',
+ encoding: 'Kodowanie'
+ },
+ hidden: {
+ title: 'Właściwości pola ukrytego',
+ name: 'Nazwa',
+ value: 'Wartość'
+ },
+ select: {
+ title: 'Właściwości listy wyboru',
+ selectInfo: 'Informacje',
+ opAvail: 'Dostępne opcje',
+ value: 'Wartość',
+ size: 'Rozmiar',
+ lines: 'wierszy',
+ chkMulti: 'Wielokrotny wybór',
+ opText: 'Tekst',
+ opValue: 'Wartość',
+ btnAdd: 'Dodaj',
+ btnModify: 'Zmień',
+ btnUp: 'Do góry',
+ btnDown: 'Do dołu',
+ btnSetValue: 'Ustaw jako zaznaczoną',
+ btnDelete: 'Usuń'
+ },
+ textarea: {
+ title: 'Właściwości obszaru tekstowego',
+ cols: 'Liczba kolumn',
+ rows: 'Liczba wierszy'
+ },
+ textfield: {
+ title: 'Właściwości pola tekstowego',
+ name: 'Nazwa',
+ value: 'Wartość',
+ charWidth: 'Szerokość w znakach',
+ maxChars: 'Szerokość maksymalna',
+ type: 'Typ',
+ typeText: 'Tekst',
+ typePass: 'Hasło',
+ typeEmail: 'Email',
+ typeSearch: 'Szukaj',
+ typeTel: 'Numer telefonu',
+ typeUrl: 'Adres URL'
+ }
+});
diff --git a/plugins/forms/lang/pt-br.js b/plugins/forms/lang/pt-br.js new file mode 100644 index 0000000..9119981 --- /dev/null +++ b/plugins/forms/lang/pt-br.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'pt-br', {
+ button: {
+ title: 'Formatar Botão',
+ text: 'Texto (Valor)',
+ type: 'Tipo',
+ typeBtn: 'Botão',
+ typeSbm: 'Enviar',
+ typeRst: 'Limpar'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Formatar Caixa de Seleção',
+ radioTitle: 'Formatar Botão de Opção',
+ value: 'Valor',
+ selected: 'Selecionado'
+ },
+ form: {
+ title: 'Formatar Formulário',
+ menu: 'Formatar Formulário',
+ action: 'Ação',
+ method: 'Método',
+ encoding: 'Codificação'
+ },
+ hidden: {
+ title: 'Formatar Campo Oculto',
+ name: 'Nome',
+ value: 'Valor'
+ },
+ select: {
+ title: 'Formatar Caixa de Listagem',
+ selectInfo: 'Informações',
+ opAvail: 'Opções disponíveis',
+ value: 'Valor',
+ size: 'Tamanho',
+ lines: 'linhas',
+ chkMulti: 'Permitir múltiplas seleções',
+ opText: 'Texto',
+ opValue: 'Valor',
+ btnAdd: 'Adicionar',
+ btnModify: 'Modificar',
+ btnUp: 'Para cima',
+ btnDown: 'Para baixo',
+ btnSetValue: 'Definir como selecionado',
+ btnDelete: 'Remover'
+ },
+ textarea: {
+ title: 'Formatar Área de Texto',
+ cols: 'Colunas',
+ rows: 'Linhas'
+ },
+ textfield: {
+ title: 'Formatar Caixa de Texto',
+ name: 'Nome',
+ value: 'Valor',
+ charWidth: 'Comprimento (em caracteres)',
+ maxChars: 'Número Máximo de Caracteres',
+ type: 'Tipo',
+ typeText: 'Texto',
+ typePass: 'Senha',
+ typeEmail: 'Email',
+ typeSearch: 'Busca',
+ typeTel: 'Número de Telefone',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/pt.js b/plugins/forms/lang/pt.js new file mode 100644 index 0000000..cbbedc4 --- /dev/null +++ b/plugins/forms/lang/pt.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'pt', {
+ button: {
+ title: 'Propriedades do Botão',
+ text: 'Texto (Valor)',
+ type: 'Tipo',
+ typeBtn: 'Button',
+ typeSbm: 'Submit',
+ typeRst: 'Reset'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Propriedades da Caixa de Verificação',
+ radioTitle: 'Propriedades do Botão de Opção',
+ value: 'Valor',
+ selected: 'Seleccionado'
+ },
+ form: {
+ title: 'Propriedades do Formulário',
+ menu: 'Propriedades do Formulário',
+ action: 'Acção',
+ method: 'Método',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'Propriedades do Campo Escondido',
+ name: 'Nome',
+ value: 'Valor'
+ },
+ select: {
+ title: 'Propriedades da Caixa de Combinação',
+ selectInfo: 'Informação',
+ opAvail: 'Opções Possíveis',
+ value: 'Valor',
+ size: 'Tamanho',
+ lines: 'linhas',
+ chkMulti: 'Permitir selecções múltiplas',
+ opText: 'Texto',
+ opValue: 'Valor',
+ btnAdd: 'Adicionar',
+ btnModify: 'Modificar',
+ btnUp: 'Para cima',
+ btnDown: 'Para baixo',
+ btnSetValue: 'Definir um valor por defeito',
+ btnDelete: 'Apagar'
+ },
+ textarea: {
+ title: 'Propriedades da Área de Texto',
+ cols: 'Colunas',
+ rows: 'Linhas'
+ },
+ textfield: {
+ title: 'Propriedades do Campo de Texto',
+ name: 'Nome',
+ value: 'Valor',
+ charWidth: 'Tamanho do caracter',
+ maxChars: 'Nr. Máximo de Caracteres',
+ type: 'Tipo',
+ typeText: 'Texto',
+ typePass: 'Palavra-chave',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/ro.js b/plugins/forms/lang/ro.js new file mode 100644 index 0000000..65dd9d4 --- /dev/null +++ b/plugins/forms/lang/ro.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'ro', {
+ button: {
+ title: 'Proprietăţi buton',
+ text: 'Text (Valoare)',
+ type: 'Tip',
+ typeBtn: 'Buton',
+ typeSbm: 'Trimite',
+ typeRst: 'Reset'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Proprietăţi bifă (Checkbox)',
+ radioTitle: 'Proprietăţi buton radio (Radio Button)',
+ value: 'Valoare',
+ selected: 'Selectat'
+ },
+ form: {
+ title: 'Proprietăţi formular (Form)',
+ menu: 'Proprietăţi formular (Form)',
+ action: 'Acţiune',
+ method: 'Metodă',
+ encoding: 'Encodare'
+ },
+ hidden: {
+ title: 'Proprietăţi câmp ascuns (Hidden Field)',
+ name: 'Nume',
+ value: 'Valoare'
+ },
+ select: {
+ title: 'Proprietăţi câmp selecţie (Selection Field)',
+ selectInfo: 'Informaţii',
+ opAvail: 'Opţiuni disponibile',
+ value: 'Valoare',
+ size: 'Mărime',
+ lines: 'linii',
+ chkMulti: 'Permite selecţii multiple',
+ opText: 'Text',
+ opValue: 'Valoare',
+ btnAdd: 'Adaugă',
+ btnModify: 'Modifică',
+ btnUp: 'Sus',
+ btnDown: 'Jos',
+ btnSetValue: 'Setează ca valoare selectată',
+ btnDelete: 'Şterge'
+ },
+ textarea: {
+ title: 'Proprietăţi suprafaţă text (Textarea)',
+ cols: 'Coloane',
+ rows: 'Linii'
+ },
+ textfield: {
+ title: 'Proprietăţi câmp text (Text Field)',
+ name: 'Nume',
+ value: 'Valoare',
+ charWidth: 'Lărgimea caracterului',
+ maxChars: 'Caractere maxime',
+ type: 'Tip',
+ typeText: 'Text',
+ typePass: 'Parolă',
+ typeEmail: 'Email',
+ typeSearch: 'Cauta',
+ typeTel: 'Numar de telefon',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/ru.js b/plugins/forms/lang/ru.js new file mode 100644 index 0000000..89ecaa4 --- /dev/null +++ b/plugins/forms/lang/ru.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'ru', {
+ button: {
+ title: 'Свойства кнопки',
+ text: 'Текст (Значение)',
+ type: 'Тип',
+ typeBtn: 'Кнопка',
+ typeSbm: 'Отправка',
+ typeRst: 'Сброс'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Свойства флаговой кнопки',
+ radioTitle: 'Свойства кнопки выбора',
+ value: 'Значение',
+ selected: 'Выбрано'
+ },
+ form: {
+ title: 'Свойства формы',
+ menu: 'Свойства формы',
+ action: 'Действие',
+ method: 'Метод',
+ encoding: 'Кодировка'
+ },
+ hidden: {
+ title: 'Свойства скрытого поля',
+ name: 'Имя',
+ value: 'Значение'
+ },
+ select: {
+ title: 'Свойства списка выбора',
+ selectInfo: 'Информация о списке выбора',
+ opAvail: 'Доступные варианты',
+ value: 'Значение',
+ size: 'Размер',
+ lines: 'строк(и)',
+ chkMulti: 'Разрешить выбор нескольких вариантов',
+ opText: 'Текст',
+ opValue: 'Значение',
+ btnAdd: 'Добавить',
+ btnModify: 'Изменить',
+ btnUp: 'Поднять',
+ btnDown: 'Опустить',
+ btnSetValue: 'Пометить как выбранное',
+ btnDelete: 'Удалить'
+ },
+ textarea: {
+ title: 'Свойства многострочного текстового поля',
+ cols: 'Колонок',
+ rows: 'Строк'
+ },
+ textfield: {
+ title: 'Свойства текстового поля',
+ name: 'Имя',
+ value: 'Значение',
+ charWidth: 'Ширина поля (в символах)',
+ maxChars: 'Макс. количество символов',
+ type: 'Тип содержимого',
+ typeText: 'Текст',
+ typePass: 'Пароль',
+ typeEmail: 'Email',
+ typeSearch: 'Поиск',
+ typeTel: 'Номер телефона',
+ typeUrl: 'Ссылка'
+ }
+});
diff --git a/plugins/forms/lang/si.js b/plugins/forms/lang/si.js new file mode 100644 index 0000000..8ab013e --- /dev/null +++ b/plugins/forms/lang/si.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'si', {
+ button: {
+ title: 'බොත්තම් ගුණ',
+ text: 'වගන්තිය(වටිනාකම)',
+ type: 'වර්ගය',
+ typeBtn: 'බොත්තම',
+ typeSbm: 'යොමුකරනවා',
+ typeRst: 'නැවත ආරම්භකතත්වයට පත් කරනවා'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'ලකුණු කිරීමේ කොටුවේ ලක්ෂණ',
+ radioTitle: 'Radio Button Properties', // MISSING
+ value: 'Value', // MISSING
+ selected: 'Selected' // MISSING
+ },
+ form: {
+ title: 'පෝරමයේ ',
+ menu: 'පෝරමයේ ගුණ/',
+ action: 'ගන්නා පියවර',
+ method: 'ක්රමය',
+ encoding: 'කේතීකරණය'
+ },
+ hidden: {
+ title: 'සැඟවුණු ප්රදේශයේ ',
+ name: 'නම',
+ value: 'Value' // MISSING
+ },
+ select: {
+ title: 'තේරීම් ප්රදේශයේ ',
+ selectInfo: 'විස්තර තෝරන්න',
+ opAvail: 'ඉතුරුවී ඇති වීකල්ප',
+ value: 'Value', // MISSING
+ size: 'විශාලත්වය',
+ lines: 'lines', // MISSING
+ chkMulti: 'Allow multiple selections', // MISSING
+ opText: 'Text', // MISSING
+ opValue: 'Value', // MISSING
+ btnAdd: 'Add', // MISSING
+ btnModify: 'Modify', // MISSING
+ btnUp: 'Up', // MISSING
+ btnDown: 'Down', // MISSING
+ btnSetValue: 'Set as selected value', // MISSING
+ btnDelete: 'මකා දැම්ම'
+ },
+ textarea: {
+ title: 'Textarea Properties', // MISSING
+ cols: 'සිරස් ',
+ rows: 'Rows' // MISSING
+ },
+ textfield: {
+ title: 'Text Field Properties', // MISSING
+ name: 'නම',
+ value: 'Value', // MISSING
+ charWidth: 'Character Width', // MISSING
+ maxChars: 'Maximum Characters', // MISSING
+ type: 'වර්ගය',
+ typeText: 'Text', // MISSING
+ typePass: 'Password', // MISSING
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/sk.js b/plugins/forms/lang/sk.js new file mode 100644 index 0000000..2eccbb7 --- /dev/null +++ b/plugins/forms/lang/sk.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'sk', {
+ button: {
+ title: 'Vlastnosti tlačidla',
+ text: 'Text (Hodnota)',
+ type: 'Typ',
+ typeBtn: 'Tlačidlo',
+ typeSbm: 'Odoslať',
+ typeRst: 'Resetovať'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Vlastnosti zaškrtávacieho políčka',
+ radioTitle: 'Vlastnosti prepínača (radio button)',
+ value: 'Hodnota',
+ selected: 'Vybrané (selected)'
+ },
+ form: {
+ title: 'Vlastnosti formulára',
+ menu: 'Vlastnosti formulára',
+ action: 'Akcia (action)',
+ method: 'Metóda (method)',
+ encoding: 'Kódovanie (encoding)'
+ },
+ hidden: {
+ title: 'Vlastnosti skrytého poľa',
+ name: 'Názov (name)',
+ value: 'Hodnota'
+ },
+ select: {
+ title: 'Vlastnosti rozbaľovacieho zoznamu',
+ selectInfo: 'Informácie o výbere',
+ opAvail: 'Dostupné možnosti',
+ value: 'Hodnota',
+ size: 'Veľkosť',
+ lines: 'riadkov',
+ chkMulti: 'Povoliť viacnásobný výber',
+ opText: 'Text',
+ opValue: 'Hodnota',
+ btnAdd: 'Pridať',
+ btnModify: 'Upraviť',
+ btnUp: 'Hore',
+ btnDown: 'Dole',
+ btnSetValue: 'Nastaviť ako vybranú hodnotu',
+ btnDelete: 'Vymazať'
+ },
+ textarea: {
+ title: 'Vlastnosti textovej oblasti (textarea)',
+ cols: 'Stĺpcov',
+ rows: 'Riadkov'
+ },
+ textfield: {
+ title: 'Vlastnosti textového poľa',
+ name: 'Názov (name)',
+ value: 'Hodnota',
+ charWidth: 'Šírka poľa (podľa znakov)',
+ maxChars: 'Maximálny počet znakov',
+ type: 'Typ',
+ typeText: 'Text',
+ typePass: 'Heslo',
+ typeEmail: 'Email',
+ typeSearch: 'Hľadať',
+ typeTel: 'Telefónne číslo',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/sl.js b/plugins/forms/lang/sl.js new file mode 100644 index 0000000..1e95183 --- /dev/null +++ b/plugins/forms/lang/sl.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'sl', {
+ button: {
+ title: 'Lastnosti gumba',
+ text: 'Besedilo (Vrednost)',
+ type: 'Tip',
+ typeBtn: 'Gumb',
+ typeSbm: 'Potrdi',
+ typeRst: 'Ponastavi'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Lastnosti potrditvenega polja',
+ radioTitle: 'Lastnosti izbirnega polja',
+ value: 'Vrednost',
+ selected: 'Izbrano'
+ },
+ form: {
+ title: 'Lastnosti obrazca',
+ menu: 'Lastnosti obrazca',
+ action: 'Akcija',
+ method: 'Metoda',
+ encoding: 'Kodiranje znakov'
+ },
+ hidden: {
+ title: 'Lastnosti skritega polja',
+ name: 'Ime',
+ value: 'Vrednost'
+ },
+ select: {
+ title: 'Lastnosti spustnega seznama',
+ selectInfo: 'Podatki',
+ opAvail: 'Razpoložljive izbire',
+ value: 'Vrednost',
+ size: 'Velikost',
+ lines: 'vrstic',
+ chkMulti: 'Dovoli izbor večih vrstic',
+ opText: 'Besedilo',
+ opValue: 'Vrednost',
+ btnAdd: 'Dodaj',
+ btnModify: 'Spremeni',
+ btnUp: 'Gor',
+ btnDown: 'Dol',
+ btnSetValue: 'Postavi kot privzeto izbiro',
+ btnDelete: 'Izbriši'
+ },
+ textarea: {
+ title: 'Lastnosti vnosnega območja',
+ cols: 'Stolpcev',
+ rows: 'Vrstic'
+ },
+ textfield: {
+ title: 'Lastnosti vnosnega polja',
+ name: 'Ime',
+ value: 'Vrednost',
+ charWidth: 'Dolžina',
+ maxChars: 'Največje število znakov',
+ type: 'Tip',
+ typeText: 'Besedilo',
+ typePass: 'Geslo',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/sq.js b/plugins/forms/lang/sq.js new file mode 100644 index 0000000..2d60dc5 --- /dev/null +++ b/plugins/forms/lang/sq.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'sq', {
+ button: {
+ title: 'Rekuizitat e Pullës',
+ text: 'Teskti (Vlera)',
+ type: 'LLoji',
+ typeBtn: 'Buton',
+ typeSbm: 'Dërgo',
+ typeRst: 'Rikthe'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Rekuizitat e Kutizë Përzgjedhëse',
+ radioTitle: 'Rekuizitat e Pullës',
+ value: 'Vlera',
+ selected: 'Përzgjedhur'
+ },
+ form: {
+ title: 'Rekuizitat e Formës',
+ menu: 'Rekuizitat e Formës',
+ action: 'Veprim',
+ method: 'Metoda',
+ encoding: 'Kodimi'
+ },
+ hidden: {
+ title: 'Rekuizitat e Fushës së Fshehur',
+ name: 'Emër',
+ value: 'Vlera'
+ },
+ select: {
+ title: 'Rekuizitat e Fushës së Përzgjedhur',
+ selectInfo: 'Përzgjidh Informacionin',
+ opAvail: 'Opsionet e Mundshme',
+ value: 'Vlera',
+ size: 'Madhësia',
+ lines: 'rreshtat',
+ chkMulti: 'Lejo përzgjidhje të shumëfishta',
+ opText: 'Teksti',
+ opValue: 'Vlera',
+ btnAdd: 'Vendos',
+ btnModify: 'Ndrysho',
+ btnUp: 'Sipër',
+ btnDown: 'Poshtë',
+ btnSetValue: 'Bëje si vlerë të përzgjedhur',
+ btnDelete: 'Grise'
+ },
+ textarea: {
+ title: 'Rekuzitat e Fushës së Tekstit',
+ cols: 'Kolonat',
+ rows: 'Rreshtat'
+ },
+ textfield: {
+ title: 'Rekuizitat e Fushës së Tekstit',
+ name: 'Emër',
+ value: 'Vlera',
+ charWidth: 'Gjerësia e Karakterit',
+ maxChars: 'Numri maksimal i karaktereve',
+ type: 'LLoji',
+ typeText: 'Teksti',
+ typePass: 'Fjalëkalimi',
+ typeEmail: 'Posta Elektronike',
+ typeSearch: 'Kërko',
+ typeTel: 'Numri i Telefonit',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/sr-latn.js b/plugins/forms/lang/sr-latn.js new file mode 100644 index 0000000..986d8c0 --- /dev/null +++ b/plugins/forms/lang/sr-latn.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'sr-latn', {
+ button: {
+ title: 'Osobine dugmeta',
+ text: 'Tekst (vrednost)',
+ type: 'Tip',
+ typeBtn: 'Button',
+ typeSbm: 'Submit',
+ typeRst: 'Reset'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Osobine polja za potvrdu',
+ radioTitle: 'Osobine radio-dugmeta',
+ value: 'Vrednost',
+ selected: 'Označeno'
+ },
+ form: {
+ title: 'Osobine forme',
+ menu: 'Osobine forme',
+ action: 'Akcija',
+ method: 'Metoda',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'Osobine skrivenog polja',
+ name: 'Naziv',
+ value: 'Vrednost'
+ },
+ select: {
+ title: 'Osobine izbornog polja',
+ selectInfo: 'Info',
+ opAvail: 'Dostupne opcije',
+ value: 'Vrednost',
+ size: 'Veličina',
+ lines: 'linija',
+ chkMulti: 'Dozvoli višestruku selekciju',
+ opText: 'Tekst',
+ opValue: 'Vrednost',
+ btnAdd: 'Dodaj',
+ btnModify: 'Izmeni',
+ btnUp: 'Gore',
+ btnDown: 'Dole',
+ btnSetValue: 'Podesi kao označenu vrednost',
+ btnDelete: 'Obriši'
+ },
+ textarea: {
+ title: 'Osobine zone teksta',
+ cols: 'Broj kolona',
+ rows: 'Broj redova'
+ },
+ textfield: {
+ title: 'Osobine tekstualnog polja',
+ name: 'Naziv',
+ value: 'Vrednost',
+ charWidth: 'Širina (karaktera)',
+ maxChars: 'Maksimalno karaktera',
+ type: 'Tip',
+ typeText: 'Tekst',
+ typePass: 'Lozinka',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/sr.js b/plugins/forms/lang/sr.js new file mode 100644 index 0000000..21343d2 --- /dev/null +++ b/plugins/forms/lang/sr.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'sr', {
+ button: {
+ title: 'Особине дугмета',
+ text: 'Текст (вредност)',
+ type: 'Tип',
+ typeBtn: 'Button',
+ typeSbm: 'Submit',
+ typeRst: 'Reset'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Особине поља за потврду',
+ radioTitle: 'Особине радио-дугмета',
+ value: 'Вредност',
+ selected: 'Означено'
+ },
+ form: {
+ title: 'Особине форме',
+ menu: 'Особине форме',
+ action: 'Aкција',
+ method: 'Mетода',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'Особине скривеног поља',
+ name: 'Назив',
+ value: 'Вредност'
+ },
+ select: {
+ title: 'Особине изборног поља',
+ selectInfo: 'Инфо',
+ opAvail: 'Доступне опције',
+ value: 'Вредност',
+ size: 'Величина',
+ lines: 'линија',
+ chkMulti: 'Дозволи вишеструку селекцију',
+ opText: 'Текст',
+ opValue: 'Вредност',
+ btnAdd: 'Додај',
+ btnModify: 'Измени',
+ btnUp: 'Горе',
+ btnDown: 'Доле',
+ btnSetValue: 'Подеси као означену вредност',
+ btnDelete: 'Обриши'
+ },
+ textarea: {
+ title: 'Особине зоне текста',
+ cols: 'Број колона',
+ rows: 'Број редова'
+ },
+ textfield: {
+ title: 'Особине текстуалног поља',
+ name: 'Назив',
+ value: 'Вредност',
+ charWidth: 'Ширина (карактера)',
+ maxChars: 'Максимално карактера',
+ type: 'Тип',
+ typeText: 'Текст',
+ typePass: 'Лозинка',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'УРЛ'
+ }
+});
diff --git a/plugins/forms/lang/sv.js b/plugins/forms/lang/sv.js new file mode 100644 index 0000000..1456fd3 --- /dev/null +++ b/plugins/forms/lang/sv.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'sv', {
+ button: {
+ title: 'Egenskaper för knapp',
+ text: 'Text (värde)',
+ type: 'Typ',
+ typeBtn: 'Knapp',
+ typeSbm: 'Skicka',
+ typeRst: 'Återställ'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Egenskaper för kryssruta',
+ radioTitle: 'Egenskaper för alternativknapp',
+ value: 'Värde',
+ selected: 'Vald'
+ },
+ form: {
+ title: 'Egenskaper för formulär',
+ menu: 'Egenskaper för formulär',
+ action: 'Funktion',
+ method: 'Metod',
+ encoding: 'Kodning'
+ },
+ hidden: {
+ title: 'Egenskaper för dolt fält',
+ name: 'Namn',
+ value: 'Värde'
+ },
+ select: {
+ title: 'Egenskaper för flervalslista',
+ selectInfo: 'Information',
+ opAvail: 'Befintliga val',
+ value: 'Värde',
+ size: 'Storlek',
+ lines: 'Linjer',
+ chkMulti: 'Tillåt flerval',
+ opText: 'Text',
+ opValue: 'Värde',
+ btnAdd: 'Lägg till',
+ btnModify: 'Redigera',
+ btnUp: 'Upp',
+ btnDown: 'Ner',
+ btnSetValue: 'Markera som valt värde',
+ btnDelete: 'Radera'
+ },
+ textarea: {
+ title: 'Egenskaper för textruta',
+ cols: 'Kolumner',
+ rows: 'Rader'
+ },
+ textfield: {
+ title: 'Egenskaper för textfält',
+ name: 'Namn',
+ value: 'Värde',
+ charWidth: 'Teckenbredd',
+ maxChars: 'Max antal tecken',
+ type: 'Typ',
+ typeText: 'Text',
+ typePass: 'Lösenord',
+ typeEmail: 'E-post',
+ typeSearch: 'Sök',
+ typeTel: 'Telefonnummer',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/th.js b/plugins/forms/lang/th.js new file mode 100644 index 0000000..a31c740 --- /dev/null +++ b/plugins/forms/lang/th.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'th', {
+ button: {
+ title: 'รายละเอียดของ ปุ่ม',
+ text: 'ข้อความ (ค่าตัวแปร)',
+ type: 'ข้อความ',
+ typeBtn: 'Button',
+ typeSbm: 'Submit',
+ typeRst: 'Reset'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'คุณสมบัติของ เช็คบ๊อก',
+ radioTitle: 'คุณสมบัติของ เรดิโอบัตตอน',
+ value: 'ค่าตัวแปร',
+ selected: 'เลือกเป็นค่าเริ่มต้น'
+ },
+ form: {
+ title: 'คุณสมบัติของ แบบฟอร์ม',
+ menu: 'คุณสมบัติของ แบบฟอร์ม',
+ action: 'แอคชั่น',
+ method: 'เมธอด',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'คุณสมบัติของ ฮิดเดนฟิลด์',
+ name: 'ชื่อ',
+ value: 'ค่าตัวแปร'
+ },
+ select: {
+ title: 'คุณสมบัติของ แถบตัวเลือก',
+ selectInfo: 'อินโฟ',
+ opAvail: 'รายการตัวเลือก',
+ value: 'ค่าตัวแปร',
+ size: 'ขนาด',
+ lines: 'บรรทัด',
+ chkMulti: 'เลือกหลายค่าได้',
+ opText: 'ข้อความ',
+ opValue: 'ค่าตัวแปร',
+ btnAdd: 'เพิ่ม',
+ btnModify: 'แก้ไข',
+ btnUp: 'บน',
+ btnDown: 'ล่าง',
+ btnSetValue: 'เลือกเป็นค่าเริ่มต้น',
+ btnDelete: 'ลบ'
+ },
+ textarea: {
+ title: 'คุณสมบัติของ เท็กแอเรีย',
+ cols: 'สดมภ์',
+ rows: 'แถว'
+ },
+ textfield: {
+ title: 'คุณสมบัติของ เท็กซ์ฟิลด์',
+ name: 'ชื่อ',
+ value: 'ค่าตัวแปร',
+ charWidth: 'ความกว้าง',
+ maxChars: 'จำนวนตัวอักษรสูงสุด',
+ type: 'ชนิด',
+ typeText: 'ข้อความ',
+ typePass: 'รหัสผ่าน',
+ typeEmail: 'อีเมล',
+ typeSearch: 'ค้นหาก',
+ typeTel: 'หมายเลขโทรศัพท์',
+ typeUrl: 'ที่อยู่อ้างอิง URL'
+ }
+});
diff --git a/plugins/forms/lang/tr.js b/plugins/forms/lang/tr.js new file mode 100644 index 0000000..354201e --- /dev/null +++ b/plugins/forms/lang/tr.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'tr', {
+ button: {
+ title: 'Düğme Özellikleri',
+ text: 'Metin (Değer)',
+ type: 'Tip',
+ typeBtn: 'Düğme',
+ typeSbm: 'Gönder',
+ typeRst: 'Sıfırla'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Onay Kutusu Özellikleri',
+ radioTitle: 'Seçenek Düğmesi Özellikleri',
+ value: 'Değer',
+ selected: 'Seçili'
+ },
+ form: {
+ title: 'Form Özellikleri',
+ menu: 'Form Özellikleri',
+ action: 'İşlem',
+ method: 'Yöntem',
+ encoding: 'Kodlama'
+ },
+ hidden: {
+ title: 'Gizli Veri Özellikleri',
+ name: 'Ad',
+ value: 'Değer'
+ },
+ select: {
+ title: 'Seçim Menüsü Özellikleri',
+ selectInfo: 'Bilgi',
+ opAvail: 'Mevcut Seçenekler',
+ value: 'Değer',
+ size: 'Boyut',
+ lines: 'satır',
+ chkMulti: 'Çoklu seçime izin ver',
+ opText: 'Metin',
+ opValue: 'Değer',
+ btnAdd: 'Ekle',
+ btnModify: 'Düzenle',
+ btnUp: 'Yukarı',
+ btnDown: 'Aşağı',
+ btnSetValue: 'Seçili değer olarak ata',
+ btnDelete: 'Sil'
+ },
+ textarea: {
+ title: 'Çok Satırlı Metin Özellikleri',
+ cols: 'Sütunlar',
+ rows: 'Satırlar'
+ },
+ textfield: {
+ title: 'Metin Girişi Özellikleri',
+ name: 'Ad',
+ value: 'Değer',
+ charWidth: 'Karakter Genişliği',
+ maxChars: 'En Fazla Karakter',
+ type: 'Tür',
+ typeText: 'Metin',
+ typePass: 'Şifre',
+ typeEmail: 'E-posta',
+ typeSearch: 'Ara',
+ typeTel: 'Telefon Numarası',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/ug.js b/plugins/forms/lang/ug.js new file mode 100644 index 0000000..45b12a7 --- /dev/null +++ b/plugins/forms/lang/ug.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'ug', {
+ button: {
+ title: 'توپچا خاسلىقى',
+ text: 'بەلگە (قىممەت)',
+ type: 'تىپى',
+ typeBtn: 'توپچا',
+ typeSbm: 'تاپشۇر',
+ typeRst: 'ئەسلىگە قايتۇر'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'كۆپ تاللاش خاسلىقى',
+ radioTitle: 'تاق تاللاش توپچا خاسلىقى',
+ value: 'تاللىغان قىممەت',
+ selected: 'تاللانغان'
+ },
+ form: {
+ title: 'جەدۋەل خاسلىقى',
+ menu: 'جەدۋەل خاسلىقى',
+ action: 'مەشغۇلات',
+ method: 'ئۇسۇل',
+ encoding: 'جەدۋەل كودلىنىشى'
+ },
+ hidden: {
+ title: 'يوشۇرۇن دائىرە خاسلىقى',
+ name: 'ئات',
+ value: 'دەسلەپكى قىممىتى'
+ },
+ select: {
+ title: 'جەدۋەل/تىزىم خاسلىقى',
+ selectInfo: 'ئۇچۇر تاللاڭ',
+ opAvail: 'تاللاش تۈرلىرى',
+ value: 'قىممەت',
+ size: 'ئېگىزلىكى',
+ lines: 'قۇر',
+ chkMulti: 'كۆپ تاللاشچان',
+ opText: 'تاللانما تېكىستى',
+ opValue: 'تاللانما قىممىتى',
+ btnAdd: 'قوش',
+ btnModify: 'ئۆزگەرت',
+ btnUp: 'ئۈستىگە',
+ btnDown: 'ئاستىغا',
+ btnSetValue: 'دەسلەپكى تاللانما قىممىتىگە تەڭشە',
+ btnDelete: 'ئۆچۈر'
+ },
+ textarea: {
+ title: ' كۆپ قۇرلۇق تېكىست خاسلىقى',
+ cols: 'ھەرپ كەڭلىكى',
+ rows: 'قۇر سانى'
+ },
+ textfield: {
+ title: 'تاق قۇرلۇق تېكىست خاسلىقى',
+ name: 'ئات',
+ value: 'دەسلەپكى قىممىتى',
+ charWidth: 'ھەرپ كەڭلىكى',
+ maxChars: 'ئەڭ كۆپ ھەرپ سانى',
+ type: 'تىپى',
+ typeText: 'تېكىست',
+ typePass: 'ئىم',
+ typeEmail: 'تورخەت',
+ typeSearch: 'ئىزدە',
+ typeTel: 'تېلېفون نومۇر',
+ typeUrl: 'ئادرېس'
+ }
+});
diff --git a/plugins/forms/lang/uk.js b/plugins/forms/lang/uk.js new file mode 100644 index 0000000..aa52a38 --- /dev/null +++ b/plugins/forms/lang/uk.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'uk', {
+ button: {
+ title: 'Властивості кнопки',
+ text: 'Значення',
+ type: 'Тип',
+ typeBtn: 'Кнопка (button)',
+ typeSbm: 'Надіслати (submit)',
+ typeRst: 'Очистити (reset)'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Властивості галочки',
+ radioTitle: 'Властивості кнопки вибору',
+ value: 'Значення',
+ selected: 'Обрана'
+ },
+ form: {
+ title: 'Властивості форми',
+ menu: 'Властивості форми',
+ action: 'Дія',
+ method: 'Метод',
+ encoding: 'Кодування'
+ },
+ hidden: {
+ title: 'Властивості прихованого поля',
+ name: 'Ім\'я',
+ value: 'Значення'
+ },
+ select: {
+ title: 'Властивості списку',
+ selectInfo: 'Інфо',
+ opAvail: 'Доступні варіанти',
+ value: 'Значення',
+ size: 'Кількість',
+ lines: 'видимих позицій у списку',
+ chkMulti: 'Список з мультивибором',
+ opText: 'Текст',
+ opValue: 'Значення',
+ btnAdd: 'Добавити',
+ btnModify: 'Змінити',
+ btnUp: 'Вгору',
+ btnDown: 'Вниз',
+ btnSetValue: 'Встановити як обране значення',
+ btnDelete: 'Видалити'
+ },
+ textarea: {
+ title: 'Властивості текстової області',
+ cols: 'Стовбці',
+ rows: 'Рядки'
+ },
+ textfield: {
+ title: 'Властивості текстового поля',
+ name: 'Ім\'я',
+ value: 'Значення',
+ charWidth: 'Ширина',
+ maxChars: 'Макс. к-ть символів',
+ type: 'Тип',
+ typeText: 'Текст',
+ typePass: 'Пароль',
+ typeEmail: 'Пошта',
+ typeSearch: 'Пошук',
+ typeTel: 'Мобільний',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/vi.js b/plugins/forms/lang/vi.js new file mode 100644 index 0000000..5514e9e --- /dev/null +++ b/plugins/forms/lang/vi.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'vi', {
+ button: {
+ title: 'Thuộc tính của nút',
+ text: 'Chuỗi hiển thị (giá trị)',
+ type: 'Kiểu',
+ typeBtn: 'Nút bấm',
+ typeSbm: 'Nút gửi',
+ typeRst: 'Nút nhập lại'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Thuộc tính nút kiểm',
+ radioTitle: 'Thuộc tính nút chọn',
+ value: 'Giá trị',
+ selected: 'Được chọn'
+ },
+ form: {
+ title: 'Thuộc tính biểu mẫu',
+ menu: 'Thuộc tính biểu mẫu',
+ action: 'Hành động',
+ method: 'Phương thức',
+ encoding: 'Bảng mã'
+ },
+ hidden: {
+ title: 'Thuộc tính trường ẩn',
+ name: 'Tên',
+ value: 'Giá trị'
+ },
+ select: {
+ title: 'Thuộc tính ô chọn',
+ selectInfo: 'Thông tin',
+ opAvail: 'Các tùy chọn có thể sử dụng',
+ value: 'Giá trị',
+ size: 'Kích cỡ',
+ lines: 'dòng',
+ chkMulti: 'Cho phép chọn nhiều',
+ opText: 'Văn bản',
+ opValue: 'Giá trị',
+ btnAdd: 'Thêm',
+ btnModify: 'Thay đổi',
+ btnUp: 'Lên',
+ btnDown: 'Xuống',
+ btnSetValue: 'Giá trị được chọn',
+ btnDelete: 'Nút xoá'
+ },
+ textarea: {
+ title: 'Thuộc tính vùng văn bản',
+ cols: 'Số cột',
+ rows: 'Số hàng'
+ },
+ textfield: {
+ title: 'Thuộc tính trường văn bản',
+ name: 'Tên',
+ value: 'Giá trị',
+ charWidth: 'Độ rộng của ký tự',
+ maxChars: 'Số ký tự tối đa',
+ type: 'Kiểu',
+ typeText: 'Ký tự',
+ typePass: 'Mật khẩu',
+ typeEmail: 'Email',
+ typeSearch: 'Tìm kiếm',
+ typeTel: 'Số điện thoại',
+ typeUrl: 'URL'
+ }
+});
diff --git a/plugins/forms/lang/zh-cn.js b/plugins/forms/lang/zh-cn.js new file mode 100644 index 0000000..b41ee21 --- /dev/null +++ b/plugins/forms/lang/zh-cn.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'zh-cn', {
+ button: {
+ title: '按钮属性',
+ text: '标签(值)',
+ type: '类型',
+ typeBtn: '按钮',
+ typeSbm: '提交',
+ typeRst: '重设'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: '复选框属性',
+ radioTitle: '单选按钮属性',
+ value: '选定值',
+ selected: '已勾选'
+ },
+ form: {
+ title: '表单属性',
+ menu: '表单属性',
+ action: '动作',
+ method: '方法',
+ encoding: '表单编码'
+ },
+ hidden: {
+ title: '隐藏域属性',
+ name: '名称',
+ value: '初始值'
+ },
+ select: {
+ title: '菜单/列表属性',
+ selectInfo: '选择信息',
+ opAvail: '可选项',
+ value: '值',
+ size: '高度',
+ lines: '行',
+ chkMulti: '允许多选',
+ opText: '选项文本',
+ opValue: '选项值',
+ btnAdd: '添加',
+ btnModify: '修改',
+ btnUp: '上移',
+ btnDown: '下移',
+ btnSetValue: '设为初始选定',
+ btnDelete: '删除'
+ },
+ textarea: {
+ title: '多行文本属性',
+ cols: '字符宽度',
+ rows: '行数'
+ },
+ textfield: {
+ title: '单行文本属性',
+ name: '名称',
+ value: '初始值',
+ charWidth: '字符宽度',
+ maxChars: '最多字符数',
+ type: '类型',
+ typeText: '文本',
+ typePass: '密码',
+ typeEmail: 'Email',
+ typeSearch: '搜索',
+ typeTel: '电话号码',
+ typeUrl: '地址'
+ }
+});
diff --git a/plugins/forms/lang/zh.js b/plugins/forms/lang/zh.js new file mode 100644 index 0000000..8263744 --- /dev/null +++ b/plugins/forms/lang/zh.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'zh', {
+ button: {
+ title: '按鈕屬性',
+ text: '顯示文字 (值)',
+ type: '類型',
+ typeBtn: '按鈕 (Button)',
+ typeSbm: '送出 (Submit)',
+ typeRst: '重設 (Reset)'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: '核取方塊屬性',
+ radioTitle: '選項按鈕屬性',
+ value: '選取值',
+ selected: '已選取'
+ },
+ form: {
+ title: '表單屬性',
+ menu: '表單屬性',
+ action: '動作',
+ method: '方法',
+ encoding: '表單編碼'
+ },
+ hidden: {
+ title: '隱藏欄位屬性',
+ name: '名稱',
+ value: '值'
+ },
+ select: {
+ title: '清單/選單屬性',
+ selectInfo: '資訊',
+ opAvail: '可用選項',
+ value: '值',
+ size: '大小',
+ lines: '行',
+ chkMulti: '可多選',
+ opText: '顯示文字',
+ opValue: '選取值',
+ btnAdd: '新增',
+ btnModify: '修改',
+ btnUp: '上移',
+ btnDown: '下移',
+ btnSetValue: '設為預設值',
+ btnDelete: '刪除'
+ },
+ textarea: {
+ title: '文字區域屬性',
+ cols: '字元寬度',
+ rows: '列數'
+ },
+ textfield: {
+ title: '文字方塊屬性',
+ name: '名稱',
+ value: '值',
+ charWidth: '字元寬度',
+ maxChars: '最多字元數',
+ type: '類型',
+ typeText: '文字',
+ typePass: '密碼',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
|
