forked from Wavyzz/dolibarr
New: Update ckeditor to version 4 (part 1)
This commit is contained in:
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/af.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/af.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'af', {
|
||||
toolbarCollapse: 'Verklein werkbalk',
|
||||
toolbarExpand: 'Vergroot werkbalk',
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: 'Editor toolbars' // MISSING
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/ar.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/ar.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'ar', {
|
||||
toolbarCollapse: 'تقليص شريط الأدوت',
|
||||
toolbarExpand: 'تمديد شريط الأدوات',
|
||||
toolbarGroups: {
|
||||
document: 'مستند',
|
||||
clipboard: 'الحافظة/الرجوع',
|
||||
editing: 'تحرير',
|
||||
forms: 'نماذج',
|
||||
basicstyles: 'نمط بسيط',
|
||||
paragraph: 'فقرة',
|
||||
links: 'روابط',
|
||||
insert: 'إدراج',
|
||||
styles: 'أنماط',
|
||||
colors: 'ألوان',
|
||||
tools: 'أدوات'
|
||||
},
|
||||
toolbars: 'أشرطة أدوات المحرر'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/bg.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/bg.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'bg', {
|
||||
toolbarCollapse: 'Свиване на лентата с инструменти',
|
||||
toolbarExpand: 'Разширяване на лентата с инструменти',
|
||||
toolbarGroups: {
|
||||
document: 'Документ',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Промяна',
|
||||
forms: 'Форми',
|
||||
basicstyles: 'Базови стилове',
|
||||
paragraph: 'Параграф',
|
||||
links: 'Връзки',
|
||||
insert: 'Вмъкване',
|
||||
styles: 'Стилове',
|
||||
colors: 'Цветове',
|
||||
tools: 'Инструменти'
|
||||
},
|
||||
toolbars: 'Ленти с инструменти'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/bn.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/bn.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'bn', {
|
||||
toolbarCollapse: 'Collapse Toolbar', // MISSING
|
||||
toolbarExpand: 'Expand Toolbar', // MISSING
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: 'Editor toolbars' // MISSING
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/bs.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/bs.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'bs', {
|
||||
toolbarCollapse: 'Collapse Toolbar', // MISSING
|
||||
toolbarExpand: 'Expand Toolbar', // MISSING
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: 'Editor toolbars' // MISSING
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/ca.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/ca.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'ca', {
|
||||
toolbarCollapse: 'Redueix la barra d\'eines',
|
||||
toolbarExpand: 'Amplia la barra d\'eines',
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: 'Editor de barra d\'eines'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/cs.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/cs.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'cs', {
|
||||
toolbarCollapse: 'Skrýt panel nástrojů',
|
||||
toolbarExpand: 'Zobrazit panel nástrojů',
|
||||
toolbarGroups: {
|
||||
document: 'Dokument',
|
||||
clipboard: 'Schránka/Zpět',
|
||||
editing: 'Úpravy',
|
||||
forms: 'Formuláře',
|
||||
basicstyles: 'Základní styly',
|
||||
paragraph: 'Odstavec',
|
||||
links: 'Odkazy',
|
||||
insert: 'Vložit',
|
||||
styles: 'Styly',
|
||||
colors: 'Barvy',
|
||||
tools: 'Nástroje'
|
||||
},
|
||||
toolbars: 'Panely nástrojů editoru'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/cy.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/cy.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'cy', {
|
||||
toolbarCollapse: 'Cyfangu\'r Bar Offer',
|
||||
toolbarExpand: 'Ehangu\'r Bar Offer',
|
||||
toolbarGroups: {
|
||||
document: 'Dogfen',
|
||||
clipboard: 'Clipfwrdd/Dadwneud',
|
||||
editing: 'Golygu',
|
||||
forms: 'Ffurflenni',
|
||||
basicstyles: 'Arddulliau Sylfaenol',
|
||||
paragraph: 'Paragraff',
|
||||
links: 'Dolenni',
|
||||
insert: 'Mewnosod',
|
||||
styles: 'Arddulliau',
|
||||
colors: 'Lliwiau',
|
||||
tools: 'Offer'
|
||||
},
|
||||
toolbars: 'Bariau offer y golygydd'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/da.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/da.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'da', {
|
||||
toolbarCollapse: 'Sammenklap værktøjslinje',
|
||||
toolbarExpand: 'Udvid værktøjslinje',
|
||||
toolbarGroups: {
|
||||
document: 'Dokument',
|
||||
clipboard: 'Udklipsholder/Fortryd',
|
||||
editing: 'Redigering',
|
||||
forms: 'Formularer',
|
||||
basicstyles: 'Basis styles',
|
||||
paragraph: 'Paragraf',
|
||||
links: 'Links',
|
||||
insert: 'Indsæt',
|
||||
styles: 'Typografier',
|
||||
colors: 'Farver',
|
||||
tools: 'Værktøjer'
|
||||
},
|
||||
toolbars: 'Editors værktøjslinjer'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/de.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/de.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'de', {
|
||||
toolbarCollapse: 'Symbolleiste einklappen',
|
||||
toolbarExpand: 'Symbolleiste ausklappen',
|
||||
toolbarGroups: {
|
||||
document: 'Dokument',
|
||||
clipboard: 'Zwischenablage/Rückgängig',
|
||||
editing: 'Editieren',
|
||||
forms: 'Formularen',
|
||||
basicstyles: 'Grundstile',
|
||||
paragraph: 'Absatz',
|
||||
links: 'Links',
|
||||
insert: 'Einfügen',
|
||||
styles: 'Stile',
|
||||
colors: 'Farben',
|
||||
tools: 'Werkzeuge'
|
||||
},
|
||||
toolbars: 'Editor Symbolleisten'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/el.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/el.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'el', {
|
||||
toolbarCollapse: 'Σύμπτυξη Εργαλειοθήκης',
|
||||
toolbarExpand: 'Ανάπτυξη Εργαλειοθήκης',
|
||||
toolbarGroups: {
|
||||
document: 'Έγγραφο',
|
||||
clipboard: 'Πρόχειρο/Αναίρεση',
|
||||
editing: 'Επεξεργασία',
|
||||
forms: 'Φόρμες',
|
||||
basicstyles: 'Βασικά Στυλ',
|
||||
paragraph: 'Παράγραφος',
|
||||
links: 'Σύνδεσμοι',
|
||||
insert: 'Εισαγωγή',
|
||||
styles: 'Στυλ',
|
||||
colors: 'Χρώματα',
|
||||
tools: 'Εργαλεία'
|
||||
},
|
||||
toolbars: 'Εργαλειοθήκες επεξεργαστή'
|
||||
} );
|
||||
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'en-au', {
|
||||
toolbarCollapse: 'Collapse Toolbar', // MISSING
|
||||
toolbarExpand: 'Expand Toolbar', // MISSING
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: 'Editor toolbars'
|
||||
} );
|
||||
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'en-ca', {
|
||||
toolbarCollapse: 'Collapse Toolbar', // MISSING
|
||||
toolbarExpand: 'Expand Toolbar', // MISSING
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: 'Editor toolbars' // MISSING
|
||||
} );
|
||||
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'en-gb', {
|
||||
toolbarCollapse: 'Collapse Toolbar',
|
||||
toolbarExpand: 'Expand Toolbar',
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: 'Editor toolbars'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/en.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/en.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'en', {
|
||||
toolbarCollapse: 'Collapse Toolbar',
|
||||
toolbarExpand: 'Expand Toolbar',
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: 'Editor toolbars'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/eo.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/eo.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'eo', {
|
||||
toolbarCollapse: 'Faldi la ilbreton',
|
||||
toolbarExpand: 'Malfaldi la ilbreton',
|
||||
toolbarGroups: {
|
||||
document: 'Dokumento',
|
||||
clipboard: 'Poŝo/Malfari',
|
||||
editing: 'Redaktado',
|
||||
forms: 'Formularoj',
|
||||
basicstyles: 'Bazaj stiloj',
|
||||
paragraph: 'Paragrafo',
|
||||
links: 'Ligiloj',
|
||||
insert: 'Enmeti',
|
||||
styles: 'Stiloj',
|
||||
colors: 'Koloroj',
|
||||
tools: 'Iloj'
|
||||
},
|
||||
toolbars: 'Ilobretoj de la redaktilo'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/es.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/es.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'es', {
|
||||
toolbarCollapse: 'Contraer barra de herramientas',
|
||||
toolbarExpand: 'Expandir barra de herramientas',
|
||||
toolbarGroups: {
|
||||
document: 'Documento',
|
||||
clipboard: 'Portapapeles/Deshacer',
|
||||
editing: 'Edición',
|
||||
forms: 'Formularios',
|
||||
basicstyles: 'Estilos básicos',
|
||||
paragraph: 'Párrafo',
|
||||
links: 'Enlaces',
|
||||
insert: 'Insertar',
|
||||
styles: 'Estilos',
|
||||
colors: 'Colores',
|
||||
tools: 'Herramientas'
|
||||
},
|
||||
toolbars: 'Barras de herramientas del editor'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/et.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/et.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'et', {
|
||||
toolbarCollapse: 'Tööriistariba peitmine',
|
||||
toolbarExpand: 'Tööriistariba näitamine',
|
||||
toolbarGroups: {
|
||||
document: 'Dokument',
|
||||
clipboard: 'Lõikelaud/tagasivõtmine',
|
||||
editing: 'Muutmine',
|
||||
forms: 'Vormid',
|
||||
basicstyles: 'Põhistiilid',
|
||||
paragraph: 'Lõik',
|
||||
links: 'Lingid',
|
||||
insert: 'Sisesta',
|
||||
styles: 'Stiilid',
|
||||
colors: 'Värvid',
|
||||
tools: 'Tööriistad'
|
||||
},
|
||||
toolbars: 'Redaktori tööriistaribad'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/eu.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/eu.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'eu', {
|
||||
toolbarCollapse: 'Tresna-barra Txikitu',
|
||||
toolbarExpand: 'Tresna-barra Luzatu',
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: 'Editorearen Tresna-barra'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/fa.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/fa.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'fa', {
|
||||
toolbarCollapse: 'بستن نوار ابزار',
|
||||
toolbarExpand: 'بازکردن نوار ابزار',
|
||||
toolbarGroups: {
|
||||
document: 'سند',
|
||||
clipboard: 'حافظه موقت/برگشت',
|
||||
editing: 'در حال ویرایش',
|
||||
forms: 'فرمها',
|
||||
basicstyles: 'شیوههای پایه',
|
||||
paragraph: 'بند',
|
||||
links: 'پیوندها',
|
||||
insert: 'ورود',
|
||||
styles: 'شیوهها',
|
||||
colors: 'رنگها',
|
||||
tools: 'ابزارها'
|
||||
},
|
||||
toolbars: 'نوار ابزار'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/fi.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/fi.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'fi', {
|
||||
toolbarCollapse: 'Kutista työkalupalkki',
|
||||
toolbarExpand: 'Laajenna työkalupalkki',
|
||||
toolbarGroups: {
|
||||
document: 'Dokumentti',
|
||||
clipboard: 'Leikepöytä/Kumoa',
|
||||
editing: 'Muokkaus',
|
||||
forms: 'Lomakkeet',
|
||||
basicstyles: 'Perustyylit',
|
||||
paragraph: 'Kappale',
|
||||
links: 'Linkit',
|
||||
insert: 'Lisää',
|
||||
styles: 'Tyylit',
|
||||
colors: 'Värit',
|
||||
tools: 'Työkalut'
|
||||
},
|
||||
toolbars: 'Editorin työkalupalkit'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/fo.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/fo.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'fo', {
|
||||
toolbarCollapse: 'Lat Toolbar aftur',
|
||||
toolbarExpand: 'Vís Toolbar',
|
||||
toolbarGroups: {
|
||||
document: 'Dokument',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editering',
|
||||
forms: 'Formar',
|
||||
basicstyles: 'Grundleggjandi Styles',
|
||||
paragraph: 'Reglubrot',
|
||||
links: 'Leinkjur',
|
||||
insert: 'Set inn',
|
||||
styles: 'Styles',
|
||||
colors: 'Litir',
|
||||
tools: 'Tól'
|
||||
},
|
||||
toolbars: 'Editor toolbars'
|
||||
} );
|
||||
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'fr-ca', {
|
||||
toolbarCollapse: 'Enrouler la barre d\'outils',
|
||||
toolbarExpand: 'Dérouler la barre d\'outils',
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Presse papier/Annuler',
|
||||
editing: 'Édition',
|
||||
forms: 'Formulaires',
|
||||
basicstyles: 'Styles de base',
|
||||
paragraph: 'Paragraphe',
|
||||
links: 'Liens',
|
||||
insert: 'Insérer',
|
||||
styles: 'Styles',
|
||||
colors: 'Couleurs',
|
||||
tools: 'Outils'
|
||||
},
|
||||
toolbars: 'Barre d\'outils de l\'éditeur'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/fr.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/fr.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'fr', {
|
||||
toolbarCollapse: 'Enrouler la barre d\'outils',
|
||||
toolbarExpand: 'Dérouler la barre d\'outils',
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Presse-papier/Défaire',
|
||||
editing: 'Editer',
|
||||
forms: 'Formulaires',
|
||||
basicstyles: 'Styles de base',
|
||||
paragraph: 'Paragraphe',
|
||||
links: 'Liens',
|
||||
insert: 'Insérer',
|
||||
styles: 'Styles',
|
||||
colors: 'Couleurs',
|
||||
tools: 'Outils'
|
||||
},
|
||||
toolbars: 'Barre d\'outils de l\'éditeur'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/gl.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/gl.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'gl', {
|
||||
toolbarCollapse: 'Contraer a barra de ferramentas',
|
||||
toolbarExpand: 'Expandir a barra de ferramentas',
|
||||
toolbarGroups: {
|
||||
document: 'Documento',
|
||||
clipboard: 'Portapapeis/desfacer',
|
||||
editing: 'Edición',
|
||||
forms: 'Formularios',
|
||||
basicstyles: 'Estilos básicos',
|
||||
paragraph: 'Paragrafo',
|
||||
links: 'Ligazóns',
|
||||
insert: 'Inserir',
|
||||
styles: 'Estilos',
|
||||
colors: 'Cores',
|
||||
tools: 'Ferramentas'
|
||||
},
|
||||
toolbars: 'Barras de ferramentas do editor'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/gu.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/gu.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'gu', {
|
||||
toolbarCollapse: 'ટૂલબાર નાનું કરવું',
|
||||
toolbarExpand: 'ટૂલબાર મોટું કરવું',
|
||||
toolbarGroups: {
|
||||
document: 'દસ્તાવેજ',
|
||||
clipboard: 'ક્લિપબોર્ડ/અન',
|
||||
editing: 'એડીટ કરવું',
|
||||
forms: 'ફોર્મ',
|
||||
basicstyles: 'બેસિક્ સ્ટાઇલ',
|
||||
paragraph: 'ફકરો',
|
||||
links: 'લીંક',
|
||||
insert: 'ઉમેરવું',
|
||||
styles: 'સ્ટાઇલ',
|
||||
colors: 'રંગ',
|
||||
tools: 'ટૂલ્સ'
|
||||
},
|
||||
toolbars: 'એડીટર ટૂલ બાર'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/he.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/he.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'he', {
|
||||
toolbarCollapse: 'מזעור סרגל כלים',
|
||||
toolbarExpand: 'הרחבת סרגל כלים',
|
||||
toolbarGroups: {
|
||||
document: 'מסמך',
|
||||
clipboard: 'לוח הגזירים (Clipboard)/צעד אחרון',
|
||||
editing: 'עריכה',
|
||||
forms: 'טפסים',
|
||||
basicstyles: 'עיצוב בסיסי',
|
||||
paragraph: 'פסקה',
|
||||
links: 'קישורים',
|
||||
insert: 'הכנסה',
|
||||
styles: 'עיצוב',
|
||||
colors: 'צבעים',
|
||||
tools: 'כלים'
|
||||
},
|
||||
toolbars: 'סרגלי כלים של העורך'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/hi.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/hi.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'hi', {
|
||||
toolbarCollapse: 'Collapse Toolbar', // MISSING
|
||||
toolbarExpand: 'Expand Toolbar', // MISSING
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: 'एडिटर टूलबार'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/hr.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/hr.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'hr', {
|
||||
toolbarCollapse: 'Smanji alatnu traku',
|
||||
toolbarExpand: 'Proširi alatnu traku',
|
||||
toolbarGroups: {
|
||||
document: 'Dokument',
|
||||
clipboard: 'Međuspremnik/Poništi',
|
||||
editing: 'Uređivanje',
|
||||
forms: 'Forme',
|
||||
basicstyles: 'Osnovni stilovi',
|
||||
paragraph: 'Paragraf',
|
||||
links: 'Veze',
|
||||
insert: 'Umetni',
|
||||
styles: 'Stilovi',
|
||||
colors: 'Boje',
|
||||
tools: 'Alatke'
|
||||
},
|
||||
toolbars: 'Alatne trake uređivača teksta'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/hu.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/hu.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'hu', {
|
||||
toolbarCollapse: 'Eszköztár összecsukása',
|
||||
toolbarExpand: 'Eszköztár szétnyitása',
|
||||
toolbarGroups: {
|
||||
document: 'Dokumentum',
|
||||
clipboard: 'Vágólap/Visszavonás',
|
||||
editing: 'Szerkesztés',
|
||||
forms: 'Űrlapok',
|
||||
basicstyles: 'Alapstílusok',
|
||||
paragraph: 'Bekezdés',
|
||||
links: 'Hivatkozások',
|
||||
insert: 'Beszúrás',
|
||||
styles: 'Stílusok',
|
||||
colors: 'Színek',
|
||||
tools: 'Eszközök'
|
||||
},
|
||||
toolbars: 'Szerkesztő Eszköztár'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/id.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/id.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'id', {
|
||||
toolbarCollapse: 'Ciutkan Toolbar',
|
||||
toolbarExpand: 'Bentangkan Toolbar',
|
||||
toolbarGroups: {
|
||||
document: 'Dokumen',
|
||||
clipboard: 'Papan klip / Kembalikan perlakuan',
|
||||
editing: 'Sunting',
|
||||
forms: 'Formulir',
|
||||
basicstyles: 'Gaya Dasar',
|
||||
paragraph: 'Paragraf',
|
||||
links: 'Tautan',
|
||||
insert: 'Sisip',
|
||||
styles: 'Gaya',
|
||||
colors: 'Warna',
|
||||
tools: 'Alat'
|
||||
},
|
||||
toolbars: 'Editor toolbars' // MISSING
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/is.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/is.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'is', {
|
||||
toolbarCollapse: 'Collapse Toolbar', // MISSING
|
||||
toolbarExpand: 'Expand Toolbar', // MISSING
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: 'Editor toolbars' // MISSING
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/it.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/it.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'it', {
|
||||
toolbarCollapse: 'Minimizza Toolbar',
|
||||
toolbarExpand: 'Espandi Toolbar',
|
||||
toolbarGroups: {
|
||||
document: 'Documento',
|
||||
clipboard: 'Copia negli appunti/Annulla',
|
||||
editing: 'Modifica',
|
||||
forms: 'Form',
|
||||
basicstyles: 'Stili di base',
|
||||
paragraph: 'Paragrafo',
|
||||
links: 'Link',
|
||||
insert: 'Inserisci',
|
||||
styles: 'Stili',
|
||||
colors: 'Colori',
|
||||
tools: 'Strumenti'
|
||||
},
|
||||
toolbars: 'Editor toolbar'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/ja.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/ja.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'ja', {
|
||||
toolbarCollapse: 'ツールバーを閉じる',
|
||||
toolbarExpand: 'ツールバーを開く',
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: '編集ツールバー'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/ka.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/ka.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'ka', {
|
||||
toolbarCollapse: 'ხელსაწყოთა ზოლის შეწევა',
|
||||
toolbarExpand: 'ხელსაწყოთა ზოლის გამოწევა',
|
||||
toolbarGroups: {
|
||||
document: 'დოკუმენტი',
|
||||
clipboard: 'Clipboard/გაუქმება',
|
||||
editing: 'რედაქტირება',
|
||||
forms: 'ფორმები',
|
||||
basicstyles: 'ძირითადი სტილები',
|
||||
paragraph: 'აბზაცი',
|
||||
links: 'ბმულები',
|
||||
insert: 'ჩასმა',
|
||||
styles: 'სტილები',
|
||||
colors: 'ფერები',
|
||||
tools: 'ხელსაწყოები'
|
||||
},
|
||||
toolbars: 'Editor toolbars' // MISSING
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/km.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/km.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'km', {
|
||||
toolbarCollapse: 'បង្រួមរបារឧបករណ៍',
|
||||
toolbarExpand: 'ពង្រីករបារឧបករណ៍',
|
||||
toolbarGroups: {
|
||||
document: 'ឯកសារ',
|
||||
clipboard: 'Clipboard/មិនធ្វើវិញ',
|
||||
editing: 'ការកែសម្រួល',
|
||||
forms: 'បែបបទ',
|
||||
basicstyles: 'រចនាបថមូលដ្ឋាន',
|
||||
paragraph: 'កថាខណ្ឌ',
|
||||
links: 'តំណ',
|
||||
insert: 'បញ្ចូល',
|
||||
styles: 'រចនាបថ',
|
||||
colors: 'ពណ៌',
|
||||
tools: 'ឧបករណ៍'
|
||||
},
|
||||
toolbars: 'របារឧបករណ៍កែសម្រួល'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/ko.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/ko.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'ko', {
|
||||
toolbarCollapse: '툴바 삭제',
|
||||
toolbarExpand: '확장 툴바',
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: '편집자용 툴바들'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/ku.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/ku.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'ku', {
|
||||
toolbarCollapse: 'شاردنەوی هێڵی تووڵامراز',
|
||||
toolbarExpand: 'نیشاندانی هێڵی تووڵامراز',
|
||||
toolbarGroups: {
|
||||
document: 'پەڕه',
|
||||
clipboard: 'بڕین/پووچکردنەوە',
|
||||
editing: 'چاکسازی',
|
||||
forms: 'داڕشتە',
|
||||
basicstyles: 'شێوازی بنچینەیی',
|
||||
paragraph: 'بڕگە',
|
||||
links: 'بەستەر',
|
||||
insert: 'خستنە ناو',
|
||||
styles: 'شێواز',
|
||||
colors: 'ڕەنگەکان',
|
||||
tools: 'ئامرازەکان'
|
||||
},
|
||||
toolbars: 'تووڵامرازی دەسکاریکەر'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/lt.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/lt.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'lt', {
|
||||
toolbarCollapse: 'Apjungti įrankių juostą',
|
||||
toolbarExpand: 'Išplėsti įrankių juostą',
|
||||
toolbarGroups: {
|
||||
document: 'Dokumentas',
|
||||
clipboard: 'Atmintinė/Atgal',
|
||||
editing: 'Redagavimas',
|
||||
forms: 'Formos',
|
||||
basicstyles: 'Pagrindiniai stiliai',
|
||||
paragraph: 'Paragrafas',
|
||||
links: 'Nuorodos',
|
||||
insert: 'Įterpti',
|
||||
styles: 'Stiliai',
|
||||
colors: 'Spalvos',
|
||||
tools: 'Įrankiai'
|
||||
},
|
||||
toolbars: 'Redaktoriaus įrankiai'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/lv.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/lv.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'lv', {
|
||||
toolbarCollapse: 'Aizvērt rīkjoslu',
|
||||
toolbarExpand: 'Atvērt rīkjoslu',
|
||||
toolbarGroups: {
|
||||
document: 'Dokuments',
|
||||
clipboard: 'Starpliktuve/Atcelt',
|
||||
editing: 'Labošana',
|
||||
forms: 'Formas',
|
||||
basicstyles: 'Pamata stili',
|
||||
paragraph: 'Paragrāfs',
|
||||
links: 'Saites',
|
||||
insert: 'Ievietot',
|
||||
styles: 'Stili',
|
||||
colors: 'Krāsas',
|
||||
tools: 'Rīki'
|
||||
},
|
||||
toolbars: 'Redaktora rīkjoslas'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/mk.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/mk.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'mk', {
|
||||
toolbarCollapse: 'Collapse Toolbar', // MISSING
|
||||
toolbarExpand: 'Expand Toolbar', // MISSING
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: 'Editor toolbars' // MISSING
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/mn.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/mn.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'mn', {
|
||||
toolbarCollapse: 'Collapse Toolbar', // MISSING
|
||||
toolbarExpand: 'Expand Toolbar', // MISSING
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Холбоосууд',
|
||||
insert: 'Оруулах',
|
||||
styles: 'Загварууд',
|
||||
colors: 'Онгөнүүд',
|
||||
tools: 'Хэрэгслүүд'
|
||||
},
|
||||
toolbars: 'Болосруулагчийн хэрэгслийн самбар'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/ms.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/ms.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'ms', {
|
||||
toolbarCollapse: 'Collapse Toolbar', // MISSING
|
||||
toolbarExpand: 'Expand Toolbar', // MISSING
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: 'Editor toolbars' // MISSING
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/nb.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/nb.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'nb', {
|
||||
toolbarCollapse: 'Skjul verktøylinje',
|
||||
toolbarExpand: 'Vis verktøylinje',
|
||||
toolbarGroups: {
|
||||
document: 'Dokument',
|
||||
clipboard: 'Utklippstavle/Angre',
|
||||
editing: 'Redigering',
|
||||
forms: 'Skjema',
|
||||
basicstyles: 'Basisstiler',
|
||||
paragraph: 'Avsnitt',
|
||||
links: 'Lenker',
|
||||
insert: 'Innsetting',
|
||||
styles: 'Stiler',
|
||||
colors: 'Farger',
|
||||
tools: 'Verktøy'
|
||||
},
|
||||
toolbars: 'Verktøylinjer for editor'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/nl.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/nl.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'nl', {
|
||||
toolbarCollapse: 'Werkbalk inklappen',
|
||||
toolbarExpand: 'Werkbalk uitklappen',
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Klembord/Ongedaan maken',
|
||||
editing: 'Bewerken',
|
||||
forms: 'Formulieren',
|
||||
basicstyles: 'Basisstijlen',
|
||||
paragraph: 'Paragraaf',
|
||||
links: 'Links',
|
||||
insert: 'Invoegen',
|
||||
styles: 'Stijlen',
|
||||
colors: 'Kleuren',
|
||||
tools: 'Toepassingen'
|
||||
},
|
||||
toolbars: 'Werkbalken'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/no.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/no.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'no', {
|
||||
toolbarCollapse: 'Skjul verktøylinje',
|
||||
toolbarExpand: 'Vis verktøylinje',
|
||||
toolbarGroups: {
|
||||
document: 'Dokument',
|
||||
clipboard: 'Utklippstavle/Angre',
|
||||
editing: 'Redigering',
|
||||
forms: 'Skjema',
|
||||
basicstyles: 'Basisstiler',
|
||||
paragraph: 'Avsnitt',
|
||||
links: 'Lenker',
|
||||
insert: 'Innsetting',
|
||||
styles: 'Stiler',
|
||||
colors: 'Farger',
|
||||
tools: 'Verktøy'
|
||||
},
|
||||
toolbars: 'Verktøylinjer for editor'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/pl.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/pl.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'pl', {
|
||||
toolbarCollapse: 'Zwiń pasek narzędzi',
|
||||
toolbarExpand: 'Rozwiń pasek narzędzi',
|
||||
toolbarGroups: {
|
||||
document: 'Dokument',
|
||||
clipboard: 'Schowek/Wstecz',
|
||||
editing: 'Edycja',
|
||||
forms: 'Formularze',
|
||||
basicstyles: 'Style podstawowe',
|
||||
paragraph: 'Akapit',
|
||||
links: 'Hiperłącza',
|
||||
insert: 'Wstawianie',
|
||||
styles: 'Style',
|
||||
colors: 'Kolory',
|
||||
tools: 'Narzędzia'
|
||||
},
|
||||
toolbars: 'Paski narzędzi edytora'
|
||||
} );
|
||||
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'pt-br', {
|
||||
toolbarCollapse: 'Diminuir Barra de Ferramentas',
|
||||
toolbarExpand: 'Aumentar Barra de Ferramentas',
|
||||
toolbarGroups: {
|
||||
document: 'Documento',
|
||||
clipboard: 'Clipboard/Desfazer',
|
||||
editing: 'Edição',
|
||||
forms: 'Formulários',
|
||||
basicstyles: 'Estilos Básicos',
|
||||
paragraph: 'Paragrafo',
|
||||
links: 'Links',
|
||||
insert: 'Inserir',
|
||||
styles: 'Estilos',
|
||||
colors: 'Cores',
|
||||
tools: 'Ferramentas'
|
||||
},
|
||||
toolbars: 'Barra de Ferramentas do Editor'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/pt.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/pt.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'pt', {
|
||||
toolbarCollapse: 'Ocultar Barra de Ferramentas',
|
||||
toolbarExpand: 'Expandir Barra de Ferramentas',
|
||||
toolbarGroups: {
|
||||
document: 'Documento',
|
||||
clipboard: 'Área de Transferência/Anular',
|
||||
editing: 'Edição',
|
||||
forms: 'Formulários',
|
||||
basicstyles: 'Estilos Básicos',
|
||||
paragraph: 'Parágrafo',
|
||||
links: 'Hiperligações',
|
||||
insert: 'Inserir',
|
||||
styles: 'Estilos',
|
||||
colors: 'Cores',
|
||||
tools: 'Ferramentas'
|
||||
},
|
||||
toolbars: 'Editor de Barras de Ferramentas'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/ro.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/ro.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'ro', {
|
||||
toolbarCollapse: 'Micșorează Bara',
|
||||
toolbarExpand: 'Mărește Bara',
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: 'Editează bara de unelte'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/ru.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/ru.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'ru', {
|
||||
toolbarCollapse: 'Свернуть панель инструментов',
|
||||
toolbarExpand: 'Развернуть панель инструментов',
|
||||
toolbarGroups: {
|
||||
document: 'Документ',
|
||||
clipboard: 'Буфер обмена / Отмена действий',
|
||||
editing: 'Корректировка',
|
||||
forms: 'Формы',
|
||||
basicstyles: 'Простые стили',
|
||||
paragraph: 'Абзац',
|
||||
links: 'Ссылки',
|
||||
insert: 'Вставка',
|
||||
styles: 'Стили',
|
||||
colors: 'Цвета',
|
||||
tools: 'Инструменты'
|
||||
},
|
||||
toolbars: 'Панели инструментов редактора'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/si.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/si.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'si', {
|
||||
toolbarCollapse: 'මෙවලම් තීරුව හැකුලුම.',
|
||||
toolbarExpand: 'මෙවලම් තීරුව දීගහැරුම',
|
||||
toolbarGroups: {
|
||||
document: 'ලිපිය',
|
||||
clipboard: 'ඇමිණුම වෙනස් කිරීම',
|
||||
editing: 'සංස්කරණය',
|
||||
forms: 'පෝරමය',
|
||||
basicstyles: 'මුලික විලාසය',
|
||||
paragraph: 'චේදය',
|
||||
links: 'සබැඳිය',
|
||||
insert: 'ඇතුලත් කිරීම',
|
||||
styles: 'විලාසය',
|
||||
colors: 'වර්ණය',
|
||||
tools: 'මෙවලම්'
|
||||
},
|
||||
toolbars: 'සංස්කරණ මෙවලම් තීරුව'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/sk.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/sk.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'sk', {
|
||||
toolbarCollapse: 'Zbaliť lištu nástrojov',
|
||||
toolbarExpand: 'Rozbaliť lištu nástrojov',
|
||||
toolbarGroups: {
|
||||
document: 'Dokument',
|
||||
clipboard: 'Schránka pre kopírovanie/Späť',
|
||||
editing: 'Upravovanie',
|
||||
forms: 'Formuláre',
|
||||
basicstyles: 'Základné štýly',
|
||||
paragraph: 'Odstavec',
|
||||
links: 'Odkazy',
|
||||
insert: 'Vložiť',
|
||||
styles: 'Štýly',
|
||||
colors: 'Farby',
|
||||
tools: 'Nástroje'
|
||||
},
|
||||
toolbars: 'Lišty nástrojov editora'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/sl.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/sl.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'sl', {
|
||||
toolbarCollapse: 'Skrči Orodno Vrstico',
|
||||
toolbarExpand: 'Razširi Orodno Vrstico',
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: 'Urejevalnik orodne vrstice'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/sq.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/sq.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'sq', {
|
||||
toolbarCollapse: 'Zvogëlo Shiritin',
|
||||
toolbarExpand: 'Zgjero Shiritin',
|
||||
toolbarGroups: {
|
||||
document: 'Dokument',
|
||||
clipboard: 'Tabela Punës/Ribëje',
|
||||
editing: 'Duke Redaktuar',
|
||||
forms: 'Formular',
|
||||
basicstyles: 'Stili Bazë',
|
||||
paragraph: 'Paragraf',
|
||||
links: 'Nyjet',
|
||||
insert: 'Shto',
|
||||
styles: 'Stil',
|
||||
colors: 'Ngjyrat',
|
||||
tools: 'Mjetet'
|
||||
},
|
||||
toolbars: 'Shiritet e Redaktuesit'
|
||||
} );
|
||||
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'sr-latn', {
|
||||
toolbarCollapse: 'Suzi alatnu traku',
|
||||
toolbarExpand: 'Proširi alatnu traku',
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: 'Alatne trake'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/sr.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/sr.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'sr', {
|
||||
toolbarCollapse: 'Склопи алатну траку',
|
||||
toolbarExpand: 'Прошири алатну траку',
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: 'Едитор алатне траке'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/sv.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/sv.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'sv', {
|
||||
toolbarCollapse: 'Dölj verktygsfält',
|
||||
toolbarExpand: 'Visa verktygsfält',
|
||||
toolbarGroups: {
|
||||
document: 'Dokument',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: 'Redigera verktygsfält'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/th.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/th.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'th', {
|
||||
toolbarCollapse: 'ซ่อนแถบเครื่องมือ',
|
||||
toolbarExpand: 'เปิดแถบเครื่องมือ',
|
||||
toolbarGroups: {
|
||||
document: 'Document',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Editing',
|
||||
forms: 'Forms',
|
||||
basicstyles: 'Basic Styles',
|
||||
paragraph: 'Paragraph',
|
||||
links: 'Links',
|
||||
insert: 'Insert',
|
||||
styles: 'Styles',
|
||||
colors: 'Colors',
|
||||
tools: 'Tools'
|
||||
},
|
||||
toolbars: 'แถบเครื่องมือช่วยพิมพ์ข้อความ'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/tr.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/tr.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'tr', {
|
||||
toolbarCollapse: 'Araç çubuklarını topla',
|
||||
toolbarExpand: 'Araç çubuklarını aç',
|
||||
toolbarGroups: {
|
||||
document: 'Belge',
|
||||
clipboard: 'Pano/Geri al',
|
||||
editing: 'Düzenleme',
|
||||
forms: 'Formlar',
|
||||
basicstyles: 'Temel Stiller',
|
||||
paragraph: 'Paragraf',
|
||||
links: 'Bağlantılar',
|
||||
insert: 'Ekle',
|
||||
styles: 'Stiller',
|
||||
colors: 'Renkler',
|
||||
tools: 'Araçlar'
|
||||
},
|
||||
toolbars: 'Araç çubukları Editörü'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/ug.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/ug.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'ug', {
|
||||
toolbarCollapse: 'قورال بالداقنى قاتلا',
|
||||
toolbarExpand: 'قورال بالداقنى ياي',
|
||||
toolbarGroups: {
|
||||
document: 'پۈتۈك',
|
||||
clipboard: 'چاپلاش تاختىسى/يېنىۋال',
|
||||
editing: 'تەھرىر',
|
||||
forms: 'جەدۋەل',
|
||||
basicstyles: 'ئاساسىي ئۇسلۇب',
|
||||
paragraph: 'ئابزاس',
|
||||
links: 'ئۇلانما',
|
||||
insert: 'قىستۇر',
|
||||
styles: 'ئۇسلۇب',
|
||||
colors: 'رەڭ',
|
||||
tools: 'قورال'
|
||||
},
|
||||
toolbars: 'قورال بالداق'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/uk.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/uk.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'uk', {
|
||||
toolbarCollapse: 'Згорнути панель інструментів',
|
||||
toolbarExpand: 'Розгорнути панель інструментів',
|
||||
toolbarGroups: {
|
||||
document: 'Документ',
|
||||
clipboard: 'Буфер обміну / Скасувати',
|
||||
editing: 'Редагування',
|
||||
forms: 'Форми',
|
||||
basicstyles: 'Основний Стиль',
|
||||
paragraph: 'Параграф',
|
||||
links: 'Посилання',
|
||||
insert: 'Вставити',
|
||||
styles: 'Стилі',
|
||||
colors: 'Кольори',
|
||||
tools: 'Інструменти'
|
||||
},
|
||||
toolbars: 'Панель інструментів редактора'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/vi.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/vi.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'vi', {
|
||||
toolbarCollapse: 'Thu gọn thanh công cụ',
|
||||
toolbarExpand: 'Mở rộng thnah công cụ',
|
||||
toolbarGroups: {
|
||||
document: 'Tài liệu',
|
||||
clipboard: 'Clipboard/Undo',
|
||||
editing: 'Chỉnh sửa',
|
||||
forms: 'Bảng biểu',
|
||||
basicstyles: 'Kiểu cơ bản',
|
||||
paragraph: 'Đoạn',
|
||||
links: 'Liên kết',
|
||||
insert: 'Chèn',
|
||||
styles: 'Kiểu',
|
||||
colors: 'Màu sắc',
|
||||
tools: 'Công cụ'
|
||||
},
|
||||
toolbars: 'Thanh công cụ'
|
||||
} );
|
||||
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'zh-cn', {
|
||||
toolbarCollapse: '折叠工具栏',
|
||||
toolbarExpand: '展开工具栏',
|
||||
toolbarGroups: {
|
||||
document: '文档',
|
||||
clipboard: '剪贴板/撤销',
|
||||
editing: '编辑',
|
||||
forms: '表单',
|
||||
basicstyles: '基本格式',
|
||||
paragraph: '段落',
|
||||
links: '链接',
|
||||
insert: '插入',
|
||||
styles: '样式',
|
||||
colors: '颜色',
|
||||
tools: '工具'
|
||||
},
|
||||
toolbars: '工具栏'
|
||||
} );
|
||||
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/zh.js
Normal file
22
htdocs/includes/ckeditor/_source/plugins/toolbar/lang/zh.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'toolbar', 'zh', {
|
||||
toolbarCollapse: '摺疊工具列',
|
||||
toolbarExpand: '展開工具列',
|
||||
toolbarGroups: {
|
||||
document: '文件',
|
||||
clipboard: '剪貼簿/復原',
|
||||
editing: '編輯選項',
|
||||
forms: '格式',
|
||||
basicstyles: '基本樣式',
|
||||
paragraph: '段落',
|
||||
links: '連結',
|
||||
insert: '插入',
|
||||
styles: '樣式',
|
||||
colors: '顏色',
|
||||
tools: '工具'
|
||||
},
|
||||
toolbars: '編輯器工具列'
|
||||
} );
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,232 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Toolbar Configuration — CKEditor Sample</title>
|
||||
<meta name="ckeditor-sample-name" content="Toolbar Configurations">
|
||||
<meta name="ckeditor-sample-group" content="Advanced Samples">
|
||||
<meta name="ckeditor-sample-description" content="Configuring CKEditor to display full or custom toolbar layout.">
|
||||
<script src="../../../ckeditor.js"></script>
|
||||
<link href="../../../samples/sample.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="samples">
|
||||
<a href="../../../samples/index.html">CKEditor Samples</a> » Toolbar Configuration
|
||||
</h1>
|
||||
<div class="description">
|
||||
<p>
|
||||
This sample page demonstrates editor with loaded <a href="#fullToolbar">full toolbar</a> (all registered buttons) and, if
|
||||
current editor's configuration modifies default settings, also editor with <a href="#currentToolbar">modified toolbar</a>.
|
||||
</p>
|
||||
|
||||
<p>Since CKEditor 4 there are two ways to configure toolbar buttons.</p>
|
||||
|
||||
<h2 class="samples">By <a href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-toolbar">config.toolbar</a></h2>
|
||||
|
||||
<p>
|
||||
You can explicitly define which buttons are displayed in which groups and in which order.
|
||||
This is the more precise setting, but less flexible. If newly added plugin adds its
|
||||
own button you'll have to add it manually to your <code>config.toolbar</code> setting as well.
|
||||
</p>
|
||||
|
||||
<p>To add a CKEditor instance with custom toolbar setting, insert the following JavaScript call to your code:</p>
|
||||
|
||||
<pre class="samples">
|
||||
CKEDITOR.replace( <em>'textarea_id'</em>, {
|
||||
<strong>toolbar:</strong> [
|
||||
{ name: 'document', items: [ 'Source', '-', 'NewPage', 'Preview', '-', 'Templates' ] }, // Defines toolbar group with name (used to create voice label) and items in 3 subgroups.
|
||||
[ 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo' ], // Defines toolbar group without name.
|
||||
'/', // Line break - next group will be placed in new line.
|
||||
{ name: 'basicstyles', items: [ 'Bold', 'Italic' ] }
|
||||
]
|
||||
});</pre>
|
||||
|
||||
<h2 class="samples">By <a href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-toolbarGroups">config.toolbarGroups</a></h2>
|
||||
|
||||
<p>
|
||||
You can define which groups of buttons (like e.g. <code>basicstyles</code>, <code>clipboard</code>
|
||||
and <code>forms</code>) are displayed and in which order. Registered buttons are associated
|
||||
with toolbar groups by <code>toolbar</code> property in their definition.
|
||||
This setting's advantage is that you don't have to modify toolbar configuration
|
||||
when adding/removing plugins which register their own buttons.
|
||||
</p>
|
||||
|
||||
<p>To add a CKEditor instance with custom toolbar groups setting, insert the following JavaScript call to your code:</p>
|
||||
|
||||
<pre class="samples">
|
||||
CKEDITOR.replace( <em>'textarea_id'</em>, {
|
||||
<strong>toolbarGroups:</strong> [
|
||||
{ name: 'document', groups: [ 'mode', 'document' ] }, // Displays document group with its two subgroups.
|
||||
{ name: 'clipboard', groups: [ 'clipboard', 'undo' ] }, // Group's name will be used to create voice label.
|
||||
'/', // Line break - next group will be placed in new line.
|
||||
{ name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
|
||||
{ name: 'links' }
|
||||
]
|
||||
|
||||
// NOTE: Remember to leave 'toolbar' property with the default value (null).
|
||||
});</pre>
|
||||
</div>
|
||||
|
||||
<div id="currentToolbar" style="display: none">
|
||||
<h2 class="samples">Current toolbar configuration</h2>
|
||||
<p>Below you can see editor with current toolbar definition.</p>
|
||||
<textarea cols="80" id="editorCurrent" name="editorCurrent" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea>
|
||||
<pre id="editorCurrentCfg" class="samples"></pre>
|
||||
</div>
|
||||
|
||||
<div id="fullToolbar">
|
||||
<h2 class="samples">Full toolbar configuration</h2>
|
||||
<p>Below you can see editor with full toolbar, generated automatically by the editor.</p>
|
||||
<p>
|
||||
<strong>Note</strong>: To create editor instance with full toolbar you don't have to set anything.
|
||||
Just leave <code>toolbar</code> and <code>toolbarGroups</code> with the default, <code>null</code> values.
|
||||
</p>
|
||||
<textarea cols="80" id="editorFull" name="editorFull" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea>
|
||||
<pre id="editorFullCfg" class="samples"></pre>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
||||
(function() {
|
||||
'use strict';
|
||||
|
||||
var buttonsNames;
|
||||
|
||||
CKEDITOR.config.extraPlugins = 'toolbar';
|
||||
|
||||
CKEDITOR.on( 'instanceReady', function( evt ) {
|
||||
var editor = evt.editor,
|
||||
editorCurrent = editor.name == 'editorCurrent',
|
||||
defaultToolbar = !( editor.config.toolbar || editor.config.toolbarGroups || editor.config.removeButtons ),
|
||||
pre = CKEDITOR.document.getById( editor.name + 'Cfg' ),
|
||||
output = '';
|
||||
|
||||
if ( editorCurrent ) {
|
||||
// If default toolbar configuration has been modified, show "current toolbar" section.
|
||||
if ( !defaultToolbar )
|
||||
CKEDITOR.document.getById( 'currentToolbar' ).show();
|
||||
else
|
||||
return;
|
||||
}
|
||||
|
||||
if ( !buttonsNames )
|
||||
buttonsNames = createButtonsNamesHash( editor.ui.items );
|
||||
|
||||
// Toolbar isn't set explicitly, so it was created automatically from toolbarGroups.
|
||||
if ( !editor.config.toolbar ) {
|
||||
output +=
|
||||
'// Toolbar configuration generated automatically by the editor based on config.toolbarGroups.\n' +
|
||||
dumpToolbarConfiguration( editor ) +
|
||||
'\n\n' +
|
||||
'// Toolbar groups configuration.\n' +
|
||||
dumpToolbarConfiguration( editor, true )
|
||||
}
|
||||
// Toolbar groups doesn't count in this case - print only toolbar.
|
||||
else {
|
||||
output += '// Toolbar configuration.\n' +
|
||||
dumpToolbarConfiguration( editor );
|
||||
}
|
||||
|
||||
// Recreate to avoid old IE from loosing whitespaces on filling <pre> content.
|
||||
var preOutput = pre.getOuterHtml().replace( /(?=<\/)/, output );
|
||||
CKEDITOR.dom.element.createFromHtml( preOutput ).replace( pre );
|
||||
} );
|
||||
|
||||
CKEDITOR.replace( 'editorCurrent', { height: 100 } );
|
||||
CKEDITOR.replace( 'editorFull', {
|
||||
// Reset toolbar settings, so full toolbar will be generated automatically.
|
||||
toolbar: null,
|
||||
toolbarGroups: null,
|
||||
removeButtons: null,
|
||||
height: 100
|
||||
} );
|
||||
|
||||
function dumpToolbarConfiguration( editor, printGroups ) {
|
||||
var output = [],
|
||||
toolbar = editor.toolbar;
|
||||
|
||||
for ( var i = 0; i < toolbar.length; ++i ) {
|
||||
var group = dumpToolbarGroup( toolbar[ i ], printGroups );
|
||||
if ( group )
|
||||
output.push( group );
|
||||
}
|
||||
|
||||
return 'config.toolbar' + ( printGroups ? 'Groups' : '' ) + ' = [\n\t' + output.join( ',\n\t' ) + '\n];';
|
||||
}
|
||||
|
||||
function dumpToolbarGroup( group, printGroups ) {
|
||||
var output = [];
|
||||
|
||||
if ( typeof group == 'string' )
|
||||
return '\'' + group + '\'';
|
||||
if ( CKEDITOR.tools.isArray( group ) )
|
||||
return dumpToolbarItems( group );
|
||||
// Skip group when printing entire toolbar configuration and there are no items in this group.
|
||||
if ( !printGroups && !group.items )
|
||||
return;
|
||||
|
||||
if ( group.name )
|
||||
output.push( 'name: \'' + group.name + '\'' );
|
||||
|
||||
if ( group.groups )
|
||||
output.push( 'groups: ' + dumpToolbarItems( group.groups ) );
|
||||
|
||||
if ( !printGroups )
|
||||
output.push( 'items: ' + dumpToolbarItems( group.items ) );
|
||||
|
||||
return '{ ' + output.join( ', ' ) + ' }';
|
||||
}
|
||||
|
||||
function dumpToolbarItems( items ) {
|
||||
if ( typeof items == 'string' )
|
||||
return '\'' + items + '\'';
|
||||
|
||||
var names = [],
|
||||
i, item;
|
||||
|
||||
for ( var i = 0; i < items.length; ++i ) {
|
||||
item = items[ i ];
|
||||
if ( typeof item == 'string' )
|
||||
names.push( item );
|
||||
else {
|
||||
if ( item.type == CKEDITOR.UI_SEPARATOR )
|
||||
names.push( '-' );
|
||||
else
|
||||
names.push( buttonsNames[ item.name ] );
|
||||
}
|
||||
}
|
||||
|
||||
return '[ \'' + names.join( '\', \'' ) + '\' ]';
|
||||
}
|
||||
|
||||
// Creates { 'lowercased': 'LowerCased' } buttons names hash.
|
||||
function createButtonsNamesHash( items ) {
|
||||
var hash = {},
|
||||
name;
|
||||
|
||||
for ( name in items ) {
|
||||
hash[ items[ name ].name ] = name;
|
||||
}
|
||||
|
||||
return hash;
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
<div id="footer">
|
||||
<hr>
|
||||
<p>
|
||||
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
|
||||
</p>
|
||||
<p id="copy">
|
||||
Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
|
||||
Knabben. All rights reserved.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user