summaryrefslogtreecommitdiff
path: root/plugins/toolbar/lang
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/toolbar/lang')
-rw-r--r--plugins/toolbar/lang/af.js22
-rw-r--r--plugins/toolbar/lang/ar.js22
-rw-r--r--plugins/toolbar/lang/bg.js22
-rw-r--r--plugins/toolbar/lang/bn.js22
-rw-r--r--plugins/toolbar/lang/bs.js22
-rw-r--r--plugins/toolbar/lang/ca.js22
-rw-r--r--plugins/toolbar/lang/cs.js22
-rw-r--r--plugins/toolbar/lang/cy.js22
-rw-r--r--plugins/toolbar/lang/da.js22
-rw-r--r--plugins/toolbar/lang/de.js22
-rw-r--r--plugins/toolbar/lang/el.js22
-rw-r--r--plugins/toolbar/lang/en-au.js22
-rw-r--r--plugins/toolbar/lang/en-ca.js22
-rw-r--r--plugins/toolbar/lang/en-gb.js22
-rw-r--r--plugins/toolbar/lang/en.js22
-rw-r--r--plugins/toolbar/lang/eo.js22
-rw-r--r--plugins/toolbar/lang/es.js22
-rw-r--r--plugins/toolbar/lang/et.js22
-rw-r--r--plugins/toolbar/lang/eu.js22
-rw-r--r--plugins/toolbar/lang/fa.js22
-rw-r--r--plugins/toolbar/lang/fi.js22
-rw-r--r--plugins/toolbar/lang/fo.js22
-rw-r--r--plugins/toolbar/lang/fr-ca.js22
-rw-r--r--plugins/toolbar/lang/fr.js22
-rw-r--r--plugins/toolbar/lang/gl.js22
-rw-r--r--plugins/toolbar/lang/gu.js22
-rw-r--r--plugins/toolbar/lang/he.js22
-rw-r--r--plugins/toolbar/lang/hi.js22
-rw-r--r--plugins/toolbar/lang/hr.js22
-rw-r--r--plugins/toolbar/lang/hu.js22
-rw-r--r--plugins/toolbar/lang/is.js22
-rw-r--r--plugins/toolbar/lang/it.js22
-rw-r--r--plugins/toolbar/lang/ja.js22
-rw-r--r--plugins/toolbar/lang/ka.js22
-rw-r--r--plugins/toolbar/lang/km.js22
-rw-r--r--plugins/toolbar/lang/ko.js22
-rw-r--r--plugins/toolbar/lang/ku.js22
-rw-r--r--plugins/toolbar/lang/lt.js22
-rw-r--r--plugins/toolbar/lang/lv.js22
-rw-r--r--plugins/toolbar/lang/mk.js22
-rw-r--r--plugins/toolbar/lang/mn.js22
-rw-r--r--plugins/toolbar/lang/ms.js22
-rw-r--r--plugins/toolbar/lang/nb.js22
-rw-r--r--plugins/toolbar/lang/nl.js22
-rw-r--r--plugins/toolbar/lang/no.js22
-rw-r--r--plugins/toolbar/lang/pl.js22
-rw-r--r--plugins/toolbar/lang/pt-br.js22
-rw-r--r--plugins/toolbar/lang/pt.js22
-rw-r--r--plugins/toolbar/lang/ro.js22
-rw-r--r--plugins/toolbar/lang/ru.js22
-rw-r--r--plugins/toolbar/lang/si.js22
-rw-r--r--plugins/toolbar/lang/sk.js22
-rw-r--r--plugins/toolbar/lang/sl.js22
-rw-r--r--plugins/toolbar/lang/sq.js22
-rw-r--r--plugins/toolbar/lang/sr-latn.js22
-rw-r--r--plugins/toolbar/lang/sr.js22
-rw-r--r--plugins/toolbar/lang/sv.js22
-rw-r--r--plugins/toolbar/lang/th.js22
-rw-r--r--plugins/toolbar/lang/tr.js22
-rw-r--r--plugins/toolbar/lang/ug.js22
-rw-r--r--plugins/toolbar/lang/uk.js22
-rw-r--r--plugins/toolbar/lang/vi.js22
-rw-r--r--plugins/toolbar/lang/zh-cn.js22
-rw-r--r--plugins/toolbar/lang/zh.js22
64 files changed, 1408 insertions, 0 deletions
diff --git a/plugins/toolbar/lang/af.js b/plugins/toolbar/lang/af.js
new file mode 100644
index 0000000..6de3a81
--- /dev/null
+++ b/plugins/toolbar/lang/af.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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
+});
diff --git a/plugins/toolbar/lang/ar.js b/plugins/toolbar/lang/ar.js
new file mode 100644
index 0000000..59f2dd6
--- /dev/null
+++ b/plugins/toolbar/lang/ar.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'toolbar', 'ar', {
+ 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
+});
diff --git a/plugins/toolbar/lang/bg.js b/plugins/toolbar/lang/bg.js
new file mode 100644
index 0000000..ceff5e2
--- /dev/null
+++ b/plugins/toolbar/lang/bg.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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: 'Ленти с инструменти'
+});
diff --git a/plugins/toolbar/lang/bn.js b/plugins/toolbar/lang/bn.js
new file mode 100644
index 0000000..435408f
--- /dev/null
+++ b/plugins/toolbar/lang/bn.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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
+});
diff --git a/plugins/toolbar/lang/bs.js b/plugins/toolbar/lang/bs.js
new file mode 100644
index 0000000..a3c05f5
--- /dev/null
+++ b/plugins/toolbar/lang/bs.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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
+});
diff --git a/plugins/toolbar/lang/ca.js b/plugins/toolbar/lang/ca.js
new file mode 100644
index 0000000..abf47df
--- /dev/null
+++ b/plugins/toolbar/lang/ca.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/cs.js b/plugins/toolbar/lang/cs.js
new file mode 100644
index 0000000..1e7d939
--- /dev/null
+++ b/plugins/toolbar/lang/cs.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/cy.js b/plugins/toolbar/lang/cy.js
new file mode 100644
index 0000000..e999e50
--- /dev/null
+++ b/plugins/toolbar/lang/cy.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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 golygydd'
+});
diff --git a/plugins/toolbar/lang/da.js b/plugins/toolbar/lang/da.js
new file mode 100644
index 0000000..39a7b29
--- /dev/null
+++ b/plugins/toolbar/lang/da.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/de.js b/plugins/toolbar/lang/de.js
new file mode 100644
index 0000000..cb2acc6
--- /dev/null
+++ b/plugins/toolbar/lang/de.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/el.js b/plugins/toolbar/lang/el.js
new file mode 100644
index 0000000..69784ca
--- /dev/null
+++ b/plugins/toolbar/lang/el.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'toolbar', 'el', {
+ toolbarCollapse: 'Σύμπτηξη Εργαλειοθήκης',
+ toolbarExpand: 'Ανάπτυξη Εργαλειοθήκης',
+ toolbarGroups: {
+ document: 'Έγγραφο',
+ clipboard: 'Clipboard/Undo',
+ editing: 'Σε επεξεργασία',
+ forms: 'Φόρμες',
+ basicstyles: 'Βασικά στυλ',
+ paragraph: 'Παράγραφος',
+ links: 'Συνδέσμοι',
+ insert: 'Εισαγωγή',
+ styles: 'Στυλ',
+ colors: 'Χρώματα',
+ tools: 'Εργαλεία'
+ },
+ toolbars: 'Εργαλειοθήκες Επεξεργαστή'
+});
diff --git a/plugins/toolbar/lang/en-au.js b/plugins/toolbar/lang/en-au.js
new file mode 100644
index 0000000..e79b18e
--- /dev/null
+++ b/plugins/toolbar/lang/en-au.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/en-ca.js b/plugins/toolbar/lang/en-ca.js
new file mode 100644
index 0000000..bff9479
--- /dev/null
+++ b/plugins/toolbar/lang/en-ca.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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
+});
diff --git a/plugins/toolbar/lang/en-gb.js b/plugins/toolbar/lang/en-gb.js
new file mode 100644
index 0000000..d75c9bd
--- /dev/null
+++ b/plugins/toolbar/lang/en-gb.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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' // MISSING
+});
diff --git a/plugins/toolbar/lang/en.js b/plugins/toolbar/lang/en.js
new file mode 100644
index 0000000..d3fba80
--- /dev/null
+++ b/plugins/toolbar/lang/en.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/eo.js b/plugins/toolbar/lang/eo.js
new file mode 100644
index 0000000..6a91f53
--- /dev/null
+++ b/plugins/toolbar/lang/eo.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/es.js b/plugins/toolbar/lang/es.js
new file mode 100644
index 0000000..9b556da
--- /dev/null
+++ b/plugins/toolbar/lang/es.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/et.js b/plugins/toolbar/lang/et.js
new file mode 100644
index 0000000..b218f12
--- /dev/null
+++ b/plugins/toolbar/lang/et.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/eu.js b/plugins/toolbar/lang/eu.js
new file mode 100644
index 0000000..da03c6b
--- /dev/null
+++ b/plugins/toolbar/lang/eu.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/fa.js b/plugins/toolbar/lang/fa.js
new file mode 100644
index 0000000..4876645
--- /dev/null
+++ b/plugins/toolbar/lang/fa.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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: 'نوار ابزار'
+});
diff --git a/plugins/toolbar/lang/fi.js b/plugins/toolbar/lang/fi.js
new file mode 100644
index 0000000..8ab55bf
--- /dev/null
+++ b/plugins/toolbar/lang/fi.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/fo.js b/plugins/toolbar/lang/fo.js
new file mode 100644
index 0000000..a4830de
--- /dev/null
+++ b/plugins/toolbar/lang/fo.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/fr-ca.js b/plugins/toolbar/lang/fr-ca.js
new file mode 100644
index 0000000..c0840d3
--- /dev/null
+++ b/plugins/toolbar/lang/fr-ca.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/fr.js b/plugins/toolbar/lang/fr.js
new file mode 100644
index 0000000..5463a67
--- /dev/null
+++ b/plugins/toolbar/lang/fr.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/gl.js b/plugins/toolbar/lang/gl.js
new file mode 100644
index 0000000..72a65e1
--- /dev/null
+++ b/plugins/toolbar/lang/gl.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/gu.js b/plugins/toolbar/lang/gu.js
new file mode 100644
index 0000000..07b0bfc
--- /dev/null
+++ b/plugins/toolbar/lang/gu.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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: 'એડીટર ટૂલ બાર'
+});
diff --git a/plugins/toolbar/lang/he.js b/plugins/toolbar/lang/he.js
new file mode 100644
index 0000000..02d77b1
--- /dev/null
+++ b/plugins/toolbar/lang/he.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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: 'סרגלי כלים של העורך'
+});
diff --git a/plugins/toolbar/lang/hi.js b/plugins/toolbar/lang/hi.js
new file mode 100644
index 0000000..30aeb7f
--- /dev/null
+++ b/plugins/toolbar/lang/hi.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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: 'एडिटर टूलबार'
+});
diff --git a/plugins/toolbar/lang/hr.js b/plugins/toolbar/lang/hr.js
new file mode 100644
index 0000000..3da03ed
--- /dev/null
+++ b/plugins/toolbar/lang/hr.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/hu.js b/plugins/toolbar/lang/hu.js
new file mode 100644
index 0000000..258fbde
--- /dev/null
+++ b/plugins/toolbar/lang/hu.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/is.js b/plugins/toolbar/lang/is.js
new file mode 100644
index 0000000..88b7b42
--- /dev/null
+++ b/plugins/toolbar/lang/is.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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
+});
diff --git a/plugins/toolbar/lang/it.js b/plugins/toolbar/lang/it.js
new file mode 100644
index 0000000..bfb3c51
--- /dev/null
+++ b/plugins/toolbar/lang/it.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/ja.js b/plugins/toolbar/lang/ja.js
new file mode 100644
index 0000000..1a6ef78
--- /dev/null
+++ b/plugins/toolbar/lang/ja.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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: 'Editor toolbars' // MISSING
+});
diff --git a/plugins/toolbar/lang/ka.js b/plugins/toolbar/lang/ka.js
new file mode 100644
index 0000000..4b6961f
--- /dev/null
+++ b/plugins/toolbar/lang/ka.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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
+});
diff --git a/plugins/toolbar/lang/km.js b/plugins/toolbar/lang/km.js
new file mode 100644
index 0000000..85aed73
--- /dev/null
+++ b/plugins/toolbar/lang/km.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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: 'របារ​ឧបករណ៍​កែ​សម្រួល'
+});
diff --git a/plugins/toolbar/lang/ko.js b/plugins/toolbar/lang/ko.js
new file mode 100644
index 0000000..073cc75
--- /dev/null
+++ b/plugins/toolbar/lang/ko.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'toolbar', 'ko', {
+ 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
+});
diff --git a/plugins/toolbar/lang/ku.js b/plugins/toolbar/lang/ku.js
new file mode 100644
index 0000000..41ae64c
--- /dev/null
+++ b/plugins/toolbar/lang/ku.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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: 'تووڵامرازی دەسکاریکەر'
+});
diff --git a/plugins/toolbar/lang/lt.js b/plugins/toolbar/lang/lt.js
new file mode 100644
index 0000000..1bc54a0
--- /dev/null
+++ b/plugins/toolbar/lang/lt.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/lv.js b/plugins/toolbar/lang/lv.js
new file mode 100644
index 0000000..e2a67b1
--- /dev/null
+++ b/plugins/toolbar/lang/lv.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/mk.js b/plugins/toolbar/lang/mk.js
new file mode 100644
index 0000000..1c244fd
--- /dev/null
+++ b/plugins/toolbar/lang/mk.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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
+});
diff --git a/plugins/toolbar/lang/mn.js b/plugins/toolbar/lang/mn.js
new file mode 100644
index 0000000..3a6f981
--- /dev/null
+++ b/plugins/toolbar/lang/mn.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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: 'Болосруулагчийн хэрэгслийн самбар'
+});
diff --git a/plugins/toolbar/lang/ms.js b/plugins/toolbar/lang/ms.js
new file mode 100644
index 0000000..2b26771
--- /dev/null
+++ b/plugins/toolbar/lang/ms.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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
+});
diff --git a/plugins/toolbar/lang/nb.js b/plugins/toolbar/lang/nb.js
new file mode 100644
index 0000000..0ec300f
--- /dev/null
+++ b/plugins/toolbar/lang/nb.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/nl.js b/plugins/toolbar/lang/nl.js
new file mode 100644
index 0000000..f5b06fe
--- /dev/null
+++ b/plugins/toolbar/lang/nl.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/no.js b/plugins/toolbar/lang/no.js
new file mode 100644
index 0000000..8073ad2
--- /dev/null
+++ b/plugins/toolbar/lang/no.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/pl.js b/plugins/toolbar/lang/pl.js
new file mode 100644
index 0000000..825247e
--- /dev/null
+++ b/plugins/toolbar/lang/pl.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/pt-br.js b/plugins/toolbar/lang/pt-br.js
new file mode 100644
index 0000000..424e637
--- /dev/null
+++ b/plugins/toolbar/lang/pt-br.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/pt.js b/plugins/toolbar/lang/pt.js
new file mode 100644
index 0000000..0216314
--- /dev/null
+++ b/plugins/toolbar/lang/pt.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'toolbar', 'pt', {
+ toolbarCollapse: 'Colapsar Barra',
+ toolbarExpand: 'Expandir Barra',
+ 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 barras de ferramentas'
+});
diff --git a/plugins/toolbar/lang/ro.js b/plugins/toolbar/lang/ro.js
new file mode 100644
index 0000000..4940d89
--- /dev/null
+++ b/plugins/toolbar/lang/ro.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/ru.js b/plugins/toolbar/lang/ru.js
new file mode 100644
index 0000000..ee19aa0
--- /dev/null
+++ b/plugins/toolbar/lang/ru.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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: 'Панели инструментов редактора'
+});
diff --git a/plugins/toolbar/lang/si.js b/plugins/toolbar/lang/si.js
new file mode 100644
index 0000000..d937583
--- /dev/null
+++ b/plugins/toolbar/lang/si.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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: 'සංස්කරණ මෙවලම් තීරුව'
+});
diff --git a/plugins/toolbar/lang/sk.js b/plugins/toolbar/lang/sk.js
new file mode 100644
index 0000000..79d0b3a
--- /dev/null
+++ b/plugins/toolbar/lang/sk.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/sl.js b/plugins/toolbar/lang/sl.js
new file mode 100644
index 0000000..c9ed4d1
--- /dev/null
+++ b/plugins/toolbar/lang/sl.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'toolbar', 'sl', {
+ 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
+});
diff --git a/plugins/toolbar/lang/sq.js b/plugins/toolbar/lang/sq.js
new file mode 100644
index 0000000..7cad35d
--- /dev/null
+++ b/plugins/toolbar/lang/sq.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});
diff --git a/plugins/toolbar/lang/sr-latn.js b/plugins/toolbar/lang/sr-latn.js
new file mode 100644
index 0000000..ba29e40
--- /dev/null
+++ b/plugins/toolbar/lang/sr-latn.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'toolbar', 'sr-latn', {
+ 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
+});
diff --git a/plugins/toolbar/lang/sr.js b/plugins/toolbar/lang/sr.js
new file mode 100644
index 0000000..64c1410
--- /dev/null
+++ b/plugins/toolbar/lang/sr.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'toolbar', 'sr', {
+ 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
+});
diff --git a/plugins/toolbar/lang/sv.js b/plugins/toolbar/lang/sv.js
new file mode 100644
index 0000000..661bbf7
--- /dev/null
+++ b/plugins/toolbar/lang/sv.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'toolbar', 'sv', {
+ toolbarCollapse: 'Dölj verktygsfält',
+ toolbarExpand: 'Visa verktygsfält',
+ 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: 'Redigera verktygsfält'
+});
diff --git a/plugins/toolbar/lang/th.js b/plugins/toolbar/lang/th.js
new file mode 100644
index 0000000..14e7b48
--- /dev/null
+++ b/plugins/toolbar/lang/th.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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: 'แถบเครื่องมือช่วยพิมพ์ข้อความ'
+});
diff --git a/plugins/toolbar/lang/tr.js b/plugins/toolbar/lang/tr.js
new file mode 100644
index 0000000..9d38708
--- /dev/null
+++ b/plugins/toolbar/lang/tr.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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ü'
+});
diff --git a/plugins/toolbar/lang/ug.js b/plugins/toolbar/lang/ug.js
new file mode 100644
index 0000000..877684c
--- /dev/null
+++ b/plugins/toolbar/lang/ug.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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: 'قورال بالداق'
+});
diff --git a/plugins/toolbar/lang/uk.js b/plugins/toolbar/lang/uk.js
new file mode 100644
index 0000000..17fcf2f
--- /dev/null
+++ b/plugins/toolbar/lang/uk.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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: 'Панель інструментів редактора'
+});
diff --git a/plugins/toolbar/lang/vi.js b/plugins/toolbar/lang/vi.js
new file mode 100644
index 0000000..6ca867c
--- /dev/null
+++ b/plugins/toolbar/lang/vi.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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ụ'
+});
diff --git a/plugins/toolbar/lang/zh-cn.js b/plugins/toolbar/lang/zh-cn.js
new file mode 100644
index 0000000..916c5cf
--- /dev/null
+++ b/plugins/toolbar/lang/zh-cn.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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: '工具栏'
+});
diff --git a/plugins/toolbar/lang/zh.js b/plugins/toolbar/lang/zh.js
new file mode 100644
index 0000000..3837688
--- /dev/null
+++ b/plugins/toolbar/lang/zh.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'toolbar', 'zh', {
+ 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: '編輯器工具欄'
+});