diff options
Diffstat (limited to 'plugins/templates/lang')
64 files changed, 768 insertions, 0 deletions
diff --git a/plugins/templates/lang/af.js b/plugins/templates/lang/af.js new file mode 100644 index 0000000..c573c0f --- /dev/null +++ b/plugins/templates/lang/af.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'af', {
+ button: 'Sjablone',
+ emptyListMsg: '(Geen sjablone gedefineer nie)',
+ insertOption: 'Vervang huidige inhoud',
+ options: 'Sjabloon opsies',
+ selectPromptMsg: 'Kies die sjabloon om te gebruik in die redigeerder (huidige inhoud gaan verlore):',
+ title: 'Inhoud Sjablone'
+});
diff --git a/plugins/templates/lang/ar.js b/plugins/templates/lang/ar.js new file mode 100644 index 0000000..3ed7167 --- /dev/null +++ b/plugins/templates/lang/ar.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'ar', {
+ button: 'القوالب',
+ emptyListMsg: '(لم يتم تعريف أي قالب)',
+ insertOption: 'استبدال المحتوى',
+ options: 'Template Options', // MISSING
+ selectPromptMsg: 'اختر القالب الذي تود وضعه في المحرر',
+ title: 'قوالب المحتوى'
+});
diff --git a/plugins/templates/lang/bg.js b/plugins/templates/lang/bg.js new file mode 100644 index 0000000..788d83c --- /dev/null +++ b/plugins/templates/lang/bg.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'bg', {
+ button: 'Шаблони',
+ emptyListMsg: '(Няма дефинирани шаблони)',
+ insertOption: 'Препокрива актуалното съдържание',
+ options: 'Опции за шаблона',
+ selectPromptMsg: 'Изберете шаблон <br>(текущото съдържание на редактора ще бъде загубено):',
+ title: 'Шаблони'
+});
diff --git a/plugins/templates/lang/bn.js b/plugins/templates/lang/bn.js new file mode 100644 index 0000000..8954723 --- /dev/null +++ b/plugins/templates/lang/bn.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'bn', {
+ button: 'টেমপ্লেট',
+ emptyListMsg: '(কোন টেমপ্লেট ডিফাইন করা নেই)',
+ insertOption: 'Replace actual contents', // MISSING
+ options: 'Template Options', // MISSING
+ selectPromptMsg: 'অনুগ্রহ করে এডিটরে ওপেন করার জন্য টেমপ্লেট বাছাই করুন<br>(আসল কনটেন্ট হারিয়ে যাবে):',
+ title: 'কনটেন্ট টেমপ্লেট'
+});
diff --git a/plugins/templates/lang/bs.js b/plugins/templates/lang/bs.js new file mode 100644 index 0000000..eaebe34 --- /dev/null +++ b/plugins/templates/lang/bs.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'bs', {
+ button: 'Templates', // MISSING
+ emptyListMsg: '(No templates defined)', // MISSING
+ insertOption: 'Replace actual contents', // MISSING
+ options: 'Template Options', // MISSING
+ selectPromptMsg: 'Please select the template to open in the editor', // MISSING
+ title: 'Content Templates' // MISSING
+});
diff --git a/plugins/templates/lang/ca.js b/plugins/templates/lang/ca.js new file mode 100644 index 0000000..29c5308 --- /dev/null +++ b/plugins/templates/lang/ca.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'ca', {
+ button: 'Plantilles',
+ emptyListMsg: '(No hi ha plantilles definides)',
+ insertOption: 'Reemplaça el contingut actual',
+ options: 'Opcions de plantilla',
+ selectPromptMsg: 'Seleccioneu una plantilla per usar a l\'editor<br>(per defecte s\'elimina el contingut actual):',
+ title: 'Plantilles de contingut'
+});
diff --git a/plugins/templates/lang/cs.js b/plugins/templates/lang/cs.js new file mode 100644 index 0000000..d74acc7 --- /dev/null +++ b/plugins/templates/lang/cs.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'cs', {
+ button: 'Šablony',
+ emptyListMsg: '(Není definována žádná šablona)',
+ insertOption: 'Nahradit aktuální obsah',
+ options: 'Nastavení šablon',
+ selectPromptMsg: 'Prosím zvolte šablonu pro otevření v editoru<br>(aktuální obsah editoru bude ztracen):',
+ title: 'Šablony obsahu'
+});
diff --git a/plugins/templates/lang/cy.js b/plugins/templates/lang/cy.js new file mode 100644 index 0000000..6a52921 --- /dev/null +++ b/plugins/templates/lang/cy.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'cy', {
+ button: 'Templedi',
+ emptyListMsg: '(Dim templedi wedi\'u diffinio)',
+ insertOption: 'Amnewid y cynnwys go iawn',
+ options: 'Opsiynau Templedi',
+ selectPromptMsg: 'Dewiswch dempled i\'w agor yn y golygydd',
+ title: 'Templedi Cynnwys'
+});
diff --git a/plugins/templates/lang/da.js b/plugins/templates/lang/da.js new file mode 100644 index 0000000..af534f7 --- /dev/null +++ b/plugins/templates/lang/da.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'da', {
+ button: 'Skabeloner',
+ emptyListMsg: '(Der er ikke defineret nogen skabelon)',
+ insertOption: 'Erstat det faktiske indhold',
+ options: 'Skabelon muligheder',
+ selectPromptMsg: 'Vælg den skabelon, som skal åbnes i editoren (nuværende indhold vil blive overskrevet):',
+ title: 'Indholdsskabeloner'
+});
diff --git a/plugins/templates/lang/de.js b/plugins/templates/lang/de.js new file mode 100644 index 0000000..556069c --- /dev/null +++ b/plugins/templates/lang/de.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'de', {
+ button: 'Vorlagen',
+ emptyListMsg: '(keine Vorlagen definiert)',
+ insertOption: 'Aktuellen Inhalt ersetzen',
+ options: 'Vorlagen Optionen',
+ selectPromptMsg: 'Klicken Sie auf eine Vorlage, um sie im Editor zu öffnen (der aktuelle Inhalt wird dabei gelöscht!):',
+ title: 'Vorlagen'
+});
diff --git a/plugins/templates/lang/el.js b/plugins/templates/lang/el.js new file mode 100644 index 0000000..d7e9194 --- /dev/null +++ b/plugins/templates/lang/el.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'el', {
+ button: 'Πρότυπα',
+ emptyListMsg: '(Δεν έχουν καθοριστεί πρότυπα)',
+ insertOption: 'Αντικατάσταση υπάρχοντων περιεχομένων',
+ options: 'Επιλογές Προτύπου',
+ selectPromptMsg: 'Παρακαλώ επιλέξτε πρότυπο για εισαγωγή στο πρόγραμμα',
+ title: 'Πρότυπα Περιεχομένου'
+});
diff --git a/plugins/templates/lang/en-au.js b/plugins/templates/lang/en-au.js new file mode 100644 index 0000000..ad58104 --- /dev/null +++ b/plugins/templates/lang/en-au.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'en-au', {
+ button: 'Templates',
+ emptyListMsg: '(No templates defined)',
+ insertOption: 'Replace actual contents',
+ options: 'Template Options', // MISSING
+ selectPromptMsg: 'Please select the template to open in the editor',
+ title: 'Content Templates'
+});
diff --git a/plugins/templates/lang/en-ca.js b/plugins/templates/lang/en-ca.js new file mode 100644 index 0000000..1fba4a6 --- /dev/null +++ b/plugins/templates/lang/en-ca.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'en-ca', {
+ button: 'Templates',
+ emptyListMsg: '(No templates defined)',
+ insertOption: 'Replace actual contents',
+ options: 'Template Options', // MISSING
+ selectPromptMsg: 'Please select the template to open in the editor',
+ title: 'Content Templates'
+});
diff --git a/plugins/templates/lang/en-gb.js b/plugins/templates/lang/en-gb.js new file mode 100644 index 0000000..1241394 --- /dev/null +++ b/plugins/templates/lang/en-gb.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'en-gb', {
+ button: 'Templates',
+ emptyListMsg: '(No templates defined)',
+ insertOption: 'Replace actual contents',
+ options: 'Template Options',
+ selectPromptMsg: 'Please select the template to open in the editor',
+ title: 'Content Templates'
+});
diff --git a/plugins/templates/lang/en.js b/plugins/templates/lang/en.js new file mode 100644 index 0000000..3d2ecc4 --- /dev/null +++ b/plugins/templates/lang/en.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'en', {
+ button: 'Templates',
+ emptyListMsg: '(No templates defined)',
+ insertOption: 'Replace actual contents',
+ options: 'Template Options',
+ selectPromptMsg: 'Please select the template to open in the editor',
+ title: 'Content Templates'
+});
diff --git a/plugins/templates/lang/eo.js b/plugins/templates/lang/eo.js new file mode 100644 index 0000000..b1a6cfe --- /dev/null +++ b/plugins/templates/lang/eo.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'eo', {
+ button: 'Ŝablonoj',
+ emptyListMsg: '(Neniu ŝablono difinita)',
+ insertOption: 'Anstataŭigi la nunan enhavon',
+ options: 'Opcioj pri ŝablonoj',
+ selectPromptMsg: 'Bonvolu selekti la ŝablonon por malfermi ĝin en la redaktilo',
+ title: 'Enhavo de ŝablonoj'
+});
diff --git a/plugins/templates/lang/es.js b/plugins/templates/lang/es.js new file mode 100644 index 0000000..12a97ee --- /dev/null +++ b/plugins/templates/lang/es.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'es', {
+ button: 'Plantillas',
+ emptyListMsg: '(No hay plantillas definidas)',
+ insertOption: 'Reemplazar el contenido actual',
+ options: 'Opciones de plantillas',
+ selectPromptMsg: 'Por favor selecciona la plantilla a abrir en el editor<br>(el contenido actual se perderá):',
+ title: 'Contenido de Plantillas'
+});
diff --git a/plugins/templates/lang/et.js b/plugins/templates/lang/et.js new file mode 100644 index 0000000..fedf02e --- /dev/null +++ b/plugins/templates/lang/et.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'et', {
+ button: 'Mall',
+ emptyListMsg: '(Ühtegi malli ei ole defineeritud)',
+ insertOption: 'Praegune sisu asendatakse',
+ options: 'Malli valikud',
+ selectPromptMsg: 'Palun vali mall, mis avada redaktoris<br />(praegune sisu läheb kaotsi):',
+ title: 'Sisumallid'
+});
diff --git a/plugins/templates/lang/eu.js b/plugins/templates/lang/eu.js new file mode 100644 index 0000000..39d81fe --- /dev/null +++ b/plugins/templates/lang/eu.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'eu', {
+ button: 'Txantiloiak',
+ emptyListMsg: '(Ez dago definitutako txantiloirik)',
+ insertOption: 'Ordeztu oraingo edukiak',
+ options: 'Txantiloi Aukerak',
+ selectPromptMsg: 'Mesedez txantiloia aukeratu editorean kargatzeko<br>(orain dauden edukiak galduko dira):',
+ title: 'Eduki Txantiloiak'
+});
diff --git a/plugins/templates/lang/fa.js b/plugins/templates/lang/fa.js new file mode 100644 index 0000000..5176cba --- /dev/null +++ b/plugins/templates/lang/fa.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'fa', {
+ button: 'الگوها',
+ emptyListMsg: '(الگوئی تعریف نشده است)',
+ insertOption: 'محتویات کنونی جایگزین شوند',
+ options: 'گزینههای الگو',
+ selectPromptMsg: 'لطفا الگوی موردنظر را برای بازکردن در ویرایشگر برگزینید<br>(محتویات کنونی از دست خواهند رفت):',
+ title: 'الگوهای محتویات'
+});
diff --git a/plugins/templates/lang/fi.js b/plugins/templates/lang/fi.js new file mode 100644 index 0000000..a86885a --- /dev/null +++ b/plugins/templates/lang/fi.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'fi', {
+ button: 'Pohjat',
+ emptyListMsg: '(Ei määriteltyjä pohjia)',
+ insertOption: 'Korvaa koko sisältö',
+ options: 'Sisältöpohjan ominaisuudet',
+ selectPromptMsg: 'Valitse editoriin avattava pohja',
+ title: 'Sisältöpohjat'
+});
diff --git a/plugins/templates/lang/fo.js b/plugins/templates/lang/fo.js new file mode 100644 index 0000000..413a762 --- /dev/null +++ b/plugins/templates/lang/fo.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'fo', {
+ button: 'Skabelónir',
+ emptyListMsg: '(Ongar skabelónir tøkar)',
+ insertOption: 'Yvirskriva núverandi innihald',
+ options: 'Møguleikar fyri Template',
+ selectPromptMsg: 'Vinarliga vel ta skabelón, ið skal opnast í tekstviðgeranum<br>(Hetta yvirskrivar núverandi innihald):',
+ title: 'Innihaldsskabelónir'
+});
diff --git a/plugins/templates/lang/fr-ca.js b/plugins/templates/lang/fr-ca.js new file mode 100644 index 0000000..7507f93 --- /dev/null +++ b/plugins/templates/lang/fr-ca.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'fr-ca', {
+ button: 'Modèles',
+ emptyListMsg: '(Aucun modèle disponible)',
+ insertOption: 'Remplacer tout le contenu actuel',
+ options: 'Options de modèles',
+ selectPromptMsg: 'Sélectionner le modèle à ouvrir dans l\'éditeur',
+ title: 'Modèles de contenu'
+});
diff --git a/plugins/templates/lang/fr.js b/plugins/templates/lang/fr.js new file mode 100644 index 0000000..6e3bd48 --- /dev/null +++ b/plugins/templates/lang/fr.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'fr', {
+ button: 'Modèles',
+ emptyListMsg: '(Aucun modèle disponible)',
+ insertOption: 'Remplacer le contenu actuel',
+ options: 'Options des modèles',
+ selectPromptMsg: 'Veuillez sélectionner le modèle pour l\'ouvrir dans l\'éditeur',
+ title: 'Contenu des modèles'
+});
diff --git a/plugins/templates/lang/gl.js b/plugins/templates/lang/gl.js new file mode 100644 index 0000000..ffaf910 --- /dev/null +++ b/plugins/templates/lang/gl.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'gl', {
+ button: 'Modelos',
+ emptyListMsg: '(Non hai modelos definidos)',
+ insertOption: 'Substituír o contido actual',
+ options: 'Opcións de modelos',
+ selectPromptMsg: 'Seleccione o modelo a abrir no editor',
+ title: 'Modelos de contido'
+});
diff --git a/plugins/templates/lang/gu.js b/plugins/templates/lang/gu.js new file mode 100644 index 0000000..ff40ce4 --- /dev/null +++ b/plugins/templates/lang/gu.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'gu', {
+ button: 'ટેમ્પ્લેટ',
+ emptyListMsg: '(કોઈ ટેમ્પ્લેટ ડિફાઇન નથી)',
+ insertOption: 'મૂળ શબ્દને બદલો',
+ options: 'ટેમ્પ્લેટના વિકલ્પો',
+ selectPromptMsg: 'એડિટરમાં ઓપન કરવા ટેમ્પ્લેટ પસંદ કરો (વર્તમાન કન્ટેન્ટ સેવ નહીં થાય):',
+ title: 'કન્ટેન્ટ ટેમ્પ્લેટ'
+});
diff --git a/plugins/templates/lang/he.js b/plugins/templates/lang/he.js new file mode 100644 index 0000000..7bb48c0 --- /dev/null +++ b/plugins/templates/lang/he.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'he', {
+ button: 'תבניות',
+ emptyListMsg: '(לא הוגדרו תבניות)',
+ insertOption: 'החלפת תוכן ממשי',
+ options: 'אפשרויות התבניות',
+ selectPromptMsg: 'יש לבחור תבנית לפתיחה בעורך.<br />התוכן המקורי ימחק:',
+ title: 'תביות תוכן'
+});
diff --git a/plugins/templates/lang/hi.js b/plugins/templates/lang/hi.js new file mode 100644 index 0000000..9945a60 --- /dev/null +++ b/plugins/templates/lang/hi.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'hi', {
+ button: 'टॅम्प्लेट',
+ emptyListMsg: '(कोई टॅम्प्लेट डिफ़ाइन नहीं किया गया है)',
+ insertOption: 'मूल शब्दों को बदलें',
+ options: 'Template Options', // MISSING
+ selectPromptMsg: 'ऍडिटर में ओपन करने हेतु टॅम्प्लेट चुनें(वर्तमान कन्टॅन्ट सेव नहीं होंगे):',
+ title: 'कन्टेन्ट टॅम्प्लेट'
+});
diff --git a/plugins/templates/lang/hr.js b/plugins/templates/lang/hr.js new file mode 100644 index 0000000..3c9be48 --- /dev/null +++ b/plugins/templates/lang/hr.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'hr', {
+ button: 'Predlošci',
+ emptyListMsg: '(Nema definiranih predložaka)',
+ insertOption: 'Zamijeni trenutne sadržaje',
+ options: 'Opcije predložaka',
+ selectPromptMsg: 'Molimo odaberite predložak koji želite otvoriti<br>(stvarni sadržaj će biti izgubljen):',
+ title: 'Predlošci sadržaja'
+});
diff --git a/plugins/templates/lang/hu.js b/plugins/templates/lang/hu.js new file mode 100644 index 0000000..db414e3 --- /dev/null +++ b/plugins/templates/lang/hu.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'hu', {
+ button: 'Sablonok',
+ emptyListMsg: '(Nincs sablon megadva)',
+ insertOption: 'Kicseréli a jelenlegi tartalmat',
+ options: 'Sablon opciók',
+ selectPromptMsg: 'Válassza ki melyik sablon nyíljon meg a szerkesztőben<br>(a jelenlegi tartalom elveszik):',
+ title: 'Elérhető sablonok'
+});
diff --git a/plugins/templates/lang/is.js b/plugins/templates/lang/is.js new file mode 100644 index 0000000..a3cd5b1 --- /dev/null +++ b/plugins/templates/lang/is.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'is', {
+ button: 'Sniðmát',
+ emptyListMsg: '(Ekkert sniðmát er skilgreint!)',
+ insertOption: 'Skipta út raunverulegu innihaldi',
+ options: 'Template Options', // MISSING
+ selectPromptMsg: 'Veldu sniðmát til að opna í ritlinum.<br>(Núverandi innihald víkur fyrir því!):',
+ title: 'Innihaldssniðmát'
+});
diff --git a/plugins/templates/lang/it.js b/plugins/templates/lang/it.js new file mode 100644 index 0000000..f93e7c0 --- /dev/null +++ b/plugins/templates/lang/it.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'it', {
+ button: 'Modelli',
+ emptyListMsg: '(Nessun modello definito)',
+ insertOption: 'Cancella il contenuto corrente',
+ options: 'Opzioni del Modello',
+ selectPromptMsg: 'Seleziona il modello da aprire nell\'editor',
+ title: 'Contenuto dei modelli'
+});
diff --git a/plugins/templates/lang/ja.js b/plugins/templates/lang/ja.js new file mode 100644 index 0000000..30422ea --- /dev/null +++ b/plugins/templates/lang/ja.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'ja', {
+ button: 'テンプレート(雛形)',
+ emptyListMsg: '(テンプレートが定義されていません)',
+ insertOption: '現在のエディタの内容と置換えをします',
+ options: 'テンプレートオプション',
+ selectPromptMsg: 'エディターで使用するテンプレートを選択してください。<br>(現在のエディタの内容は失われます):',
+ title: 'テンプレート内容'
+});
diff --git a/plugins/templates/lang/ka.js b/plugins/templates/lang/ka.js new file mode 100644 index 0000000..cda9b16 --- /dev/null +++ b/plugins/templates/lang/ka.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'ka', {
+ button: 'თარგები',
+ emptyListMsg: '(თარგი არაა განსაზღვრული)',
+ insertOption: 'მიმდინარე შეგთავსის შეცვლა',
+ options: 'თარგების პარამეტრები',
+ selectPromptMsg: 'აირჩიეთ თარგი რედაქტორისთვის',
+ title: 'თარგები'
+});
diff --git a/plugins/templates/lang/km.js b/plugins/templates/lang/km.js new file mode 100644 index 0000000..b7cccfb --- /dev/null +++ b/plugins/templates/lang/km.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'km', {
+ button: 'ពុម្ពគំរូ',
+ emptyListMsg: '(មិនមានពុម្ពគំរូត្រូវបានកំណត់)',
+ insertOption: 'ជំនួសក្នុងមាតិកាបច្ចុប្បន្ន',
+ options: 'ជម្រើសពុម្ពគំរូ',
+ selectPromptMsg: 'សូមរើសពុម្ពគំរូដើម្បីបើកក្នុងកម្មវិធីសរសេរអត្ថបទ',
+ title: 'ពុម្ពគំរូមាតិកា'
+});
diff --git a/plugins/templates/lang/ko.js b/plugins/templates/lang/ko.js new file mode 100644 index 0000000..8a23346 --- /dev/null +++ b/plugins/templates/lang/ko.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'ko', {
+ button: '템플릿',
+ emptyListMsg: '(템플릿이 없습니다.)',
+ insertOption: '현재 내용 바꾸기',
+ options: 'Template Options', // MISSING
+ selectPromptMsg: '에디터에서 사용할 템플릿을 선택하십시요.<br>(지금까지 작성된 내용은 사라집니다.):',
+ title: '내용 템플릿'
+});
diff --git a/plugins/templates/lang/ku.js b/plugins/templates/lang/ku.js new file mode 100644 index 0000000..824c91e --- /dev/null +++ b/plugins/templates/lang/ku.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'ku', {
+ button: 'ڕووکار',
+ emptyListMsg: '(هیچ ڕووکارێك دیارینەکراوە)',
+ insertOption: 'لە شوێن دانانی ئەم پێکهاتانەی ئێستا',
+ options: 'هەڵبژاردەکانی ڕووکار',
+ selectPromptMsg: 'ڕووکارێك هەڵبژێره بۆ کردنەوەی له سەرنووسەر:',
+ title: 'پێکهاتەی ڕووکار'
+});
diff --git a/plugins/templates/lang/lt.js b/plugins/templates/lang/lt.js new file mode 100644 index 0000000..466e1cc --- /dev/null +++ b/plugins/templates/lang/lt.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'lt', {
+ button: 'Šablonai',
+ emptyListMsg: '(Šablonų sąrašas tuščias)',
+ insertOption: 'Pakeisti dabartinį turinį pasirinktu šablonu',
+ options: 'Template Options',
+ selectPromptMsg: 'Pasirinkite norimą šabloną<br>(<b>Dėmesio!</b> esamas turinys bus prarastas):',
+ title: 'Turinio šablonai'
+});
diff --git a/plugins/templates/lang/lv.js b/plugins/templates/lang/lv.js new file mode 100644 index 0000000..afde3e1 --- /dev/null +++ b/plugins/templates/lang/lv.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'lv', {
+ button: 'Sagataves',
+ emptyListMsg: '(Nav norādītas sagataves)',
+ insertOption: 'Aizvietot pašreizējo saturu',
+ options: 'Sagataves uzstādījumi',
+ selectPromptMsg: 'Lūdzu, norādiet sagatavi, ko atvērt editorā<br>(patreizējie dati tiks zaudēti):',
+ title: 'Satura sagataves'
+});
diff --git a/plugins/templates/lang/mk.js b/plugins/templates/lang/mk.js new file mode 100644 index 0000000..a319b4b --- /dev/null +++ b/plugins/templates/lang/mk.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'mk', {
+ button: 'Templates', // MISSING
+ emptyListMsg: '(No templates defined)', // MISSING
+ insertOption: 'Replace actual contents', // MISSING
+ options: 'Template Options', // MISSING
+ selectPromptMsg: 'Please select the template to open in the editor', // MISSING
+ title: 'Content Templates' // MISSING
+});
diff --git a/plugins/templates/lang/mn.js b/plugins/templates/lang/mn.js new file mode 100644 index 0000000..f7b4535 --- /dev/null +++ b/plugins/templates/lang/mn.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'mn', {
+ button: 'Загварууд',
+ emptyListMsg: '(Загвар тодорхойлогдоогүй байна)',
+ insertOption: 'Одоогийн агууллагыг дарж бичих',
+ options: 'Template Options', // MISSING
+ selectPromptMsg: 'Загварыг нээж editor-рүү сонгож оруулна уу<br />(Одоогийн агууллагыг устаж магадгүй):',
+ title: 'Загварын агуулга'
+});
diff --git a/plugins/templates/lang/ms.js b/plugins/templates/lang/ms.js new file mode 100644 index 0000000..33b1b75 --- /dev/null +++ b/plugins/templates/lang/ms.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'ms', {
+ button: 'Templat',
+ emptyListMsg: '(Tiada Templat Disimpan)',
+ insertOption: 'Replace actual contents', // MISSING
+ options: 'Template Options', // MISSING
+ selectPromptMsg: 'Sila pilih templat untuk dibuka oleh editor<br>(kandungan sebenar akan hilang):',
+ title: 'Templat Kandungan'
+});
diff --git a/plugins/templates/lang/nb.js b/plugins/templates/lang/nb.js new file mode 100644 index 0000000..092ba9c --- /dev/null +++ b/plugins/templates/lang/nb.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'nb', {
+ button: 'Maler',
+ emptyListMsg: '(Ingen maler definert)',
+ insertOption: 'Erstatt gjeldende innhold',
+ options: 'Alternativer for mal',
+ selectPromptMsg: 'Velg malen du vil åpne i redigeringsverktøyet:',
+ title: 'Innholdsmaler'
+});
diff --git a/plugins/templates/lang/nl.js b/plugins/templates/lang/nl.js new file mode 100644 index 0000000..fe3a67b --- /dev/null +++ b/plugins/templates/lang/nl.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'nl', {
+ button: 'Sjablonen',
+ emptyListMsg: '(Geen sjablonen gedefinieerd)',
+ insertOption: 'Vervang de huidige inhoud',
+ options: 'Template opties',
+ selectPromptMsg: 'Selecteer het sjabloon dat in de editor geopend moet worden (de actuele inhoud gaat verloren):',
+ title: 'Inhoud sjablonen'
+});
diff --git a/plugins/templates/lang/no.js b/plugins/templates/lang/no.js new file mode 100644 index 0000000..791b0b1 --- /dev/null +++ b/plugins/templates/lang/no.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'no', {
+ button: 'Maler',
+ emptyListMsg: '(Ingen maler definert)',
+ insertOption: 'Erstatt gjeldende innhold',
+ options: 'Alternativer for mal',
+ selectPromptMsg: 'Velg malen du vil åpne i redigeringsverktøyet:',
+ title: 'Innholdsmaler'
+});
diff --git a/plugins/templates/lang/pl.js b/plugins/templates/lang/pl.js new file mode 100644 index 0000000..00adbc7 --- /dev/null +++ b/plugins/templates/lang/pl.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'pl', {
+ button: 'Szablony',
+ emptyListMsg: '(Brak zdefiniowanych szablonów)',
+ insertOption: 'Zastąp obecną zawartość',
+ options: 'Opcje szablonów',
+ selectPromptMsg: 'Wybierz szablon do otwarcia w edytorze<br>(obecna zawartość okna edytora zostanie utracona):',
+ title: 'Szablony zawartości'
+});
diff --git a/plugins/templates/lang/pt-br.js b/plugins/templates/lang/pt-br.js new file mode 100644 index 0000000..36540fa --- /dev/null +++ b/plugins/templates/lang/pt-br.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'pt-br', {
+ button: 'Modelos de layout',
+ emptyListMsg: '(Não foram definidos modelos de layout)',
+ insertOption: 'Substituir o conteúdo atual',
+ options: 'Opções de Template',
+ selectPromptMsg: 'Selecione um modelo de layout para ser aberto no editor<br>(o conteúdo atual será perdido):',
+ title: 'Modelo de layout de conteúdo'
+});
diff --git a/plugins/templates/lang/pt.js b/plugins/templates/lang/pt.js new file mode 100644 index 0000000..7d1aafe --- /dev/null +++ b/plugins/templates/lang/pt.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'pt', {
+ button: 'Modelos',
+ emptyListMsg: '(Sem modelos definidos)',
+ insertOption: 'Substituir conteúdos actuais',
+ options: 'Opções do Modelo',
+ selectPromptMsg: 'Por favor, seleccione o modelo a abrir no editor<br>(o conteúdo actual será perdido):',
+ title: 'Modelo de Conteúdo'
+});
diff --git a/plugins/templates/lang/ro.js b/plugins/templates/lang/ro.js new file mode 100644 index 0000000..942e6f6 --- /dev/null +++ b/plugins/templates/lang/ro.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'ro', {
+ button: 'Template-uri (şabloane)',
+ emptyListMsg: '(Niciun template (şablon) definit)',
+ insertOption: 'Înlocuieşte cuprinsul actual',
+ options: 'Opțiuni șabloane',
+ selectPromptMsg: 'Vă rugăm selectaţi template-ul (şablonul) ce se va deschide în editor<br>(conţinutul actual va fi pierdut):',
+ title: 'Template-uri (şabloane) de conţinut'
+});
diff --git a/plugins/templates/lang/ru.js b/plugins/templates/lang/ru.js new file mode 100644 index 0000000..c2c6c69 --- /dev/null +++ b/plugins/templates/lang/ru.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'ru', {
+ button: 'Шаблоны',
+ emptyListMsg: '(не определено ни одного шаблона)',
+ insertOption: 'Заменить текущее содержимое',
+ options: 'Параметры шаблона',
+ selectPromptMsg: 'Пожалуйста, выберите, какой шаблон следует открыть в редакторе',
+ title: 'Шаблоны содержимого'
+});
diff --git a/plugins/templates/lang/si.js b/plugins/templates/lang/si.js new file mode 100644 index 0000000..cd5fb62 --- /dev/null +++ b/plugins/templates/lang/si.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'si', {
+ button: 'අච්චුව',
+ emptyListMsg: 'කිසිම අච්චුවක් කලින් තීරණය කර ',
+ insertOption: 'සත්ය අන්තර්ගතයන් ප්රතිස්ථාපනය කරන්න',
+ options: 'අච්චු ',
+ selectPromptMsg: 'කරුණාකර සංස්කරණය සදහා අච්චුවක් ',
+ title: 'අන්තර්ගත් අච්චුන්'
+});
diff --git a/plugins/templates/lang/sk.js b/plugins/templates/lang/sk.js new file mode 100644 index 0000000..f96033f --- /dev/null +++ b/plugins/templates/lang/sk.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'sk', {
+ button: 'Šablóny',
+ emptyListMsg: '(Žiadne šablóny nedefinované)',
+ insertOption: 'Nahradiť aktuálny obsah',
+ options: 'Možnosti šablóny',
+ selectPromptMsg: 'Prosím vyberte šablónu na otvorenie v editore',
+ title: 'Šablóny obsahu'
+});
diff --git a/plugins/templates/lang/sl.js b/plugins/templates/lang/sl.js new file mode 100644 index 0000000..c1a6649 --- /dev/null +++ b/plugins/templates/lang/sl.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'sl', {
+ button: 'Predloge',
+ emptyListMsg: '(Ni pripravljenih predlog)',
+ insertOption: 'Zamenjaj trenutno vsebino',
+ options: 'Template Options', // MISSING
+ selectPromptMsg: 'Izberite predlogo, ki jo želite odpreti v urejevalniku<br>(trenutna vsebina bo izgubljena):',
+ title: 'Vsebinske predloge'
+});
diff --git a/plugins/templates/lang/sq.js b/plugins/templates/lang/sq.js new file mode 100644 index 0000000..0dd50b1 --- /dev/null +++ b/plugins/templates/lang/sq.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'sq', {
+ button: 'Shabllonet',
+ emptyListMsg: '(Asnjë shabllon nuk është paradefinuar)',
+ insertOption: 'Zëvendëso përmbajtjen aktuale',
+ options: 'Opsionet e Shabllonit',
+ selectPromptMsg: 'Përzgjidhni shabllonin për të hapur tek redaktuesi',
+ title: 'Përmbajtja e Shabllonit'
+});
diff --git a/plugins/templates/lang/sr-latn.js b/plugins/templates/lang/sr-latn.js new file mode 100644 index 0000000..fb4b409 --- /dev/null +++ b/plugins/templates/lang/sr-latn.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'sr-latn', {
+ button: 'Obrasci',
+ emptyListMsg: '(Nema definisanih obrazaca)',
+ insertOption: 'Replace actual contents', // MISSING
+ options: 'Template Options', // MISSING
+ selectPromptMsg: 'Molimo Vas da odaberete obrazac koji ce biti primenjen na stranicu (trenutni sadržaj ce biti obrisan):',
+ title: 'Obrasci za sadržaj'
+});
diff --git a/plugins/templates/lang/sr.js b/plugins/templates/lang/sr.js new file mode 100644 index 0000000..97c012c --- /dev/null +++ b/plugins/templates/lang/sr.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'sr', {
+ button: 'Обрасци',
+ emptyListMsg: '(Нема дефинисаних образаца)',
+ insertOption: 'Replace actual contents', // MISSING
+ options: 'Template Options', // MISSING
+ selectPromptMsg: 'Молимо Вас да одаберете образац који ће бити примењен на страницу (тренутни садржај ће бити обрисан):',
+ title: 'Обрасци за садржај'
+});
diff --git a/plugins/templates/lang/sv.js b/plugins/templates/lang/sv.js new file mode 100644 index 0000000..e6a176d --- /dev/null +++ b/plugins/templates/lang/sv.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'sv', {
+ button: 'Sidmallar',
+ emptyListMsg: '(Ingen mall är vald)',
+ insertOption: 'Ersätt aktuellt innehåll',
+ options: 'Inställningar för mall',
+ selectPromptMsg: 'Var god välj en mall att använda med editorn<br>(allt nuvarande innehåll raderas):',
+ title: 'Sidmallar'
+});
diff --git a/plugins/templates/lang/th.js b/plugins/templates/lang/th.js new file mode 100644 index 0000000..5277667 --- /dev/null +++ b/plugins/templates/lang/th.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'th', {
+ button: 'เทมเพลต',
+ emptyListMsg: '(ยังไม่มีการกำหนดเทมเพลต)',
+ insertOption: 'แทนที่เนื้อหาเว็บไซต์ที่เลือก',
+ options: 'ตัวเลือกเกี่ยวกับเทมเพลท',
+ selectPromptMsg: 'กรุณาเลือก เทมเพลต เพื่อนำไปแก้ไขในอีดิตเตอร์<br />(เนื้อหาส่วนนี้จะหายไป):',
+ title: 'เทมเพลตของส่วนเนื้อหาเว็บไซต์'
+});
diff --git a/plugins/templates/lang/tr.js b/plugins/templates/lang/tr.js new file mode 100644 index 0000000..d096fd1 --- /dev/null +++ b/plugins/templates/lang/tr.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'tr', {
+ button: 'Şablonlar',
+ emptyListMsg: '(Belirli bir şablon seçilmedi)',
+ insertOption: 'Mevcut içerik ile değiştir',
+ options: 'Şablon Seçenekleri',
+ selectPromptMsg: 'Düzenleyicide açmak için lütfen bir şablon seçin.<br>(hali hazırdaki içerik kaybolacaktır.):',
+ title: 'İçerik Şablonları'
+});
diff --git a/plugins/templates/lang/ug.js b/plugins/templates/lang/ug.js new file mode 100644 index 0000000..f8417e7 --- /dev/null +++ b/plugins/templates/lang/ug.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'ug', {
+ button: 'قېلىپ',
+ emptyListMsg: '(قېلىپ يوق)',
+ insertOption: 'نۆۋەتتىكى مەزمۇننى ئالماشتۇر',
+ options: 'قېلىپ تاللانمىسى',
+ selectPromptMsg: 'تەھرىرلىگۈچنىڭ مەزمۇن قېلىپىنى تاللاڭ:',
+ title: 'مەزمۇن قېلىپى'
+});
diff --git a/plugins/templates/lang/uk.js b/plugins/templates/lang/uk.js new file mode 100644 index 0000000..ba8bbb6 --- /dev/null +++ b/plugins/templates/lang/uk.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'uk', {
+ button: 'Шаблони',
+ emptyListMsg: '(Не знайдено жодного шаблону)',
+ insertOption: 'Замінити поточний вміст',
+ options: 'Опції шаблону',
+ selectPromptMsg: 'Оберіть, будь ласка, шаблон для відкриття в редакторі<br>(поточний зміст буде втрачено):',
+ title: 'Шаблони змісту'
+});
diff --git a/plugins/templates/lang/vi.js b/plugins/templates/lang/vi.js new file mode 100644 index 0000000..d6df753 --- /dev/null +++ b/plugins/templates/lang/vi.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'vi', {
+ button: 'Mẫu dựng sẵn',
+ emptyListMsg: '(Không có mẫu dựng sẵn nào được định nghĩa)',
+ insertOption: 'Thay thế nội dung hiện tại',
+ options: 'Tùy chọn mẫu dựng sẵn',
+ selectPromptMsg: 'Hãy chọn mẫu dựng sẵn để mở trong trình biên tập<br>(nội dung hiện tại sẽ bị mất):',
+ title: 'Nội dung Mẫu dựng sẵn'
+});
diff --git a/plugins/templates/lang/zh-cn.js b/plugins/templates/lang/zh-cn.js new file mode 100644 index 0000000..63244a1 --- /dev/null +++ b/plugins/templates/lang/zh-cn.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'zh-cn', {
+ button: '模板',
+ emptyListMsg: '(没有模板)',
+ insertOption: '替换当前内容',
+ options: '模板选项',
+ selectPromptMsg: '请选择编辑器内容模板:',
+ title: '内容模板'
+});
diff --git a/plugins/templates/lang/zh.js b/plugins/templates/lang/zh.js new file mode 100644 index 0000000..9fb74e9 --- /dev/null +++ b/plugins/templates/lang/zh.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'zh', {
+ button: '樣版',
+ emptyListMsg: '(無樣版)',
+ insertOption: '取代原有內容',
+ options: 'Template Options', // MISSING
+ selectPromptMsg: '請選擇欲開啟的樣版<br> (原有的內容將會被清除):',
+ title: '內容樣版'
+});
|
