summaryrefslogtreecommitdiff
path: root/plugins/about
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/about')
-rw-r--r--plugins/about/icons/about.pngbin0 -> 842 bytes
-rw-r--r--plugins/about/lang/af.js12
-rw-r--r--plugins/about/lang/ar.js12
-rw-r--r--plugins/about/lang/bg.js12
-rw-r--r--plugins/about/lang/bn.js12
-rw-r--r--plugins/about/lang/bs.js12
-rw-r--r--plugins/about/lang/ca.js12
-rw-r--r--plugins/about/lang/cs.js12
-rw-r--r--plugins/about/lang/cy.js12
-rw-r--r--plugins/about/lang/da.js12
-rw-r--r--plugins/about/lang/de.js12
-rw-r--r--plugins/about/lang/el.js12
-rw-r--r--plugins/about/lang/en-au.js12
-rw-r--r--plugins/about/lang/en-ca.js12
-rw-r--r--plugins/about/lang/en-gb.js12
-rw-r--r--plugins/about/lang/en.js12
-rw-r--r--plugins/about/lang/eo.js12
-rw-r--r--plugins/about/lang/es.js12
-rw-r--r--plugins/about/lang/et.js12
-rw-r--r--plugins/about/lang/eu.js12
-rw-r--r--plugins/about/lang/fa.js12
-rw-r--r--plugins/about/lang/fi.js12
-rw-r--r--plugins/about/lang/fo.js12
-rw-r--r--plugins/about/lang/fr-ca.js12
-rw-r--r--plugins/about/lang/fr.js12
-rw-r--r--plugins/about/lang/gl.js12
-rw-r--r--plugins/about/lang/gu.js12
-rw-r--r--plugins/about/lang/he.js12
-rw-r--r--plugins/about/lang/hi.js12
-rw-r--r--plugins/about/lang/hr.js12
-rw-r--r--plugins/about/lang/hu.js12
-rw-r--r--plugins/about/lang/is.js12
-rw-r--r--plugins/about/lang/it.js12
-rw-r--r--plugins/about/lang/ja.js12
-rw-r--r--plugins/about/lang/ka.js12
-rw-r--r--plugins/about/lang/km.js12
-rw-r--r--plugins/about/lang/ko.js12
-rw-r--r--plugins/about/lang/ku.js12
-rw-r--r--plugins/about/lang/lt.js12
-rw-r--r--plugins/about/lang/lv.js12
-rw-r--r--plugins/about/lang/mk.js12
-rw-r--r--plugins/about/lang/mn.js12
-rw-r--r--plugins/about/lang/ms.js12
-rw-r--r--plugins/about/lang/nb.js12
-rw-r--r--plugins/about/lang/nl.js12
-rw-r--r--plugins/about/lang/no.js12
-rw-r--r--plugins/about/lang/pl.js12
-rw-r--r--plugins/about/lang/pt-br.js12
-rw-r--r--plugins/about/lang/pt.js12
-rw-r--r--plugins/about/lang/ro.js12
-rw-r--r--plugins/about/lang/ru.js12
-rw-r--r--plugins/about/lang/si.js12
-rw-r--r--plugins/about/lang/sk.js12
-rw-r--r--plugins/about/lang/sl.js12
-rw-r--r--plugins/about/lang/sq.js12
-rw-r--r--plugins/about/lang/sr-latn.js12
-rw-r--r--plugins/about/lang/sr.js12
-rw-r--r--plugins/about/lang/sv.js12
-rw-r--r--plugins/about/lang/th.js12
-rw-r--r--plugins/about/lang/tr.js12
-rw-r--r--plugins/about/lang/ug.js12
-rw-r--r--plugins/about/lang/uk.js12
-rw-r--r--plugins/about/lang/vi.js12
-rw-r--r--plugins/about/lang/zh-cn.js12
-rw-r--r--plugins/about/lang/zh.js12
-rw-r--r--plugins/about/plugin.js24
66 files changed, 792 insertions, 0 deletions
diff --git a/plugins/about/icons/about.png b/plugins/about/icons/about.png
new file mode 100644
index 0000000..621298a
--- /dev/null
+++ b/plugins/about/icons/about.png
Binary files differ
diff --git a/plugins/about/lang/af.js b/plugins/about/lang/af.js
new file mode 100644
index 0000000..5684ae1
--- /dev/null
+++ b/plugins/about/lang/af.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'af', {
+ copy: 'Kopiereg © $1. Alle regte voorbehou.',
+ dlgTitle: 'Info oor CKEditor',
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: 'Vir lisensie-informasie, besoek asb. ons webwerf:',
+ title: 'Info oor CKEditor',
+ userGuide: 'CKEditor User\'s Guide'
+});
diff --git a/plugins/about/lang/ar.js b/plugins/about/lang/ar.js
new file mode 100644
index 0000000..9714bc5
--- /dev/null
+++ b/plugins/about/lang/ar.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'ar', {
+ copy: 'حقوق النشر © $1. جميع الحقوق محفوظة.',
+ dlgTitle: 'عن CKEditor',
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: 'للحصول على معلومات الترخيص ، يرجى زيارة موقعنا على شبكة الانترنت:',
+ title: 'عن CKEditor',
+ userGuide: 'CKEditor User\'s Guide'
+});
diff --git a/plugins/about/lang/bg.js b/plugins/about/lang/bg.js
new file mode 100644
index 0000000..afaf9ef
--- /dev/null
+++ b/plugins/about/lang/bg.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'bg', {
+ copy: 'Copyright © $1. All rights reserved.',
+ dlgTitle: 'Относно CKEditor',
+ help: 'Проверете $1 за помощ.',
+ moreInfo: 'За лицензионна информация моля посетете сайта ни:',
+ title: 'Относно CKEditor',
+ userGuide: 'CKEditor User\'s Guide'
+});
diff --git a/plugins/about/lang/bn.js b/plugins/about/lang/bn.js
new file mode 100644
index 0000000..4dee9eb
--- /dev/null
+++ b/plugins/about/lang/bn.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'bn', {
+ copy: 'Copyright © $1. All rights reserved.', // MISSING
+ dlgTitle: 'About CKEditor', // MISSING
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: 'For licensing information please visit our web site:', // MISSING
+ title: 'About CKEditor', // MISSING
+ userGuide: 'CKEditor User\'s Guide' // MISSING
+});
diff --git a/plugins/about/lang/bs.js b/plugins/about/lang/bs.js
new file mode 100644
index 0000000..1fcbc80
--- /dev/null
+++ b/plugins/about/lang/bs.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'bs', {
+ copy: 'Copyright © $1. All rights reserved.', // MISSING
+ dlgTitle: 'About CKEditor', // MISSING
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: 'For licensing information please visit our web site:', // MISSING
+ title: 'About CKEditor', // MISSING
+ userGuide: 'CKEditor User\'s Guide'
+});
diff --git a/plugins/about/lang/ca.js b/plugins/about/lang/ca.js
new file mode 100644
index 0000000..024053d
--- /dev/null
+++ b/plugins/about/lang/ca.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'ca', {
+ copy: 'Copyright © $1. Tots els drets reservats.',
+ dlgTitle: 'Quant al CKEditor',
+ help: 'Premi $1 per obtenir ajuda.',
+ moreInfo: 'Per informació sobre llicències visiteu el nostre lloc web:',
+ title: 'Quant al CKEditor',
+ userGuide: 'Manual d\'usuari de CKEditor'
+});
diff --git a/plugins/about/lang/cs.js b/plugins/about/lang/cs.js
new file mode 100644
index 0000000..1fa354f
--- /dev/null
+++ b/plugins/about/lang/cs.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'cs', {
+ copy: 'Copyright © $1. All rights reserved.',
+ dlgTitle: 'O aplikaci CKEditor',
+ help: 'Prohlédněte si $1 pro nápovědu.',
+ moreInfo: 'Pro informace o lincenci navštivte naši webovou stránku:',
+ title: 'O aplikaci CKEditor',
+ userGuide: 'Uživatelská příručka CKEditor'
+});
diff --git a/plugins/about/lang/cy.js b/plugins/about/lang/cy.js
new file mode 100644
index 0000000..145c790
--- /dev/null
+++ b/plugins/about/lang/cy.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'cy', {
+ copy: 'Hawlfraint © $1. Cedwir pob hawl.',
+ dlgTitle: 'Ynghylch CKEditor',
+ help: 'Gwirio $1 am gymorth.',
+ moreInfo: 'Am wybodaeth ynghylch trwyddedau, ewch i\'n gwefan:',
+ title: 'Ynghylch CKEditor',
+ userGuide: 'Canllawiau Defnyddiwr CKEditor'
+});
diff --git a/plugins/about/lang/da.js b/plugins/about/lang/da.js
new file mode 100644
index 0000000..53a4556
--- /dev/null
+++ b/plugins/about/lang/da.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'da', {
+ copy: 'Copyright © $1. Alle rettigheder forbeholdes.',
+ dlgTitle: 'Om CKEditor',
+ help: 'Se $1 for at få hjælp.',
+ moreInfo: 'For informationer omkring licens, se venligst vores hjemmeside (på engelsk):',
+ title: 'Om CKEditor',
+ userGuide: 'CKEditor-brugermanual'
+});
diff --git a/plugins/about/lang/de.js b/plugins/about/lang/de.js
new file mode 100644
index 0000000..a8867fa
--- /dev/null
+++ b/plugins/about/lang/de.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'de', {
+ copy: 'Copyright © $1. Alle Rechte vorbehalten.',
+ dlgTitle: 'Über CKEditor',
+ help: 'Prüfe $1 für Hilfe.',
+ moreInfo: 'Für Informationen über unsere Lizenzbestimmungen besuchen sie bitte unsere Webseite:',
+ title: 'Über CKEditor',
+ userGuide: 'CKEditor Benutzerhandbuch'
+});
diff --git a/plugins/about/lang/el.js b/plugins/about/lang/el.js
new file mode 100644
index 0000000..d868e6b
--- /dev/null
+++ b/plugins/about/lang/el.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'el', {
+ copy: 'Πνευματικά δικαιώματα © $1 Με επιφύλαξη παντός δικαιώματος.',
+ dlgTitle: 'Περί του CKEditor',
+ help: 'Ελέγξτε το $1 για βοήθεια.',
+ moreInfo: 'Για πληροφορίες αδειών παρακαλούμε επισκεφθείτε την ιστοσελίδα μας:',
+ title: 'Περί του CKEditor',
+ userGuide: 'CKEditor User\'s Guide'
+});
diff --git a/plugins/about/lang/en-au.js b/plugins/about/lang/en-au.js
new file mode 100644
index 0000000..85154b8
--- /dev/null
+++ b/plugins/about/lang/en-au.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'en-au', {
+ copy: 'Copyright © $1. All rights reserved.',
+ dlgTitle: 'About CKEditor',
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: 'For licensing information please visit our web site:',
+ title: 'About CKEditor',
+ userGuide: 'CKEditor User\'s Guide'
+});
diff --git a/plugins/about/lang/en-ca.js b/plugins/about/lang/en-ca.js
new file mode 100644
index 0000000..79b8916
--- /dev/null
+++ b/plugins/about/lang/en-ca.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'en-ca', {
+ copy: 'Copyright © $1. All rights reserved.',
+ dlgTitle: 'About CKEditor',
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: 'For licensing information please visit our web site:',
+ title: 'About CKEditor',
+ userGuide: 'CKEditor User\'s Guide'
+});
diff --git a/plugins/about/lang/en-gb.js b/plugins/about/lang/en-gb.js
new file mode 100644
index 0000000..f545d1c
--- /dev/null
+++ b/plugins/about/lang/en-gb.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'en-gb', {
+ copy: 'Copyright © $1. All rights reserved.',
+ dlgTitle: 'About CKEditor',
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: 'For licensing information please visit our web site:',
+ title: 'About CKEditor',
+ userGuide: 'CKEditor User\'s Guide'
+});
diff --git a/plugins/about/lang/en.js b/plugins/about/lang/en.js
new file mode 100644
index 0000000..9a254e0
--- /dev/null
+++ b/plugins/about/lang/en.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'en', {
+ copy: 'Copyright © $1. All rights reserved.',
+ dlgTitle: 'About CKEditor',
+ help: 'Check $1 for help.',
+ moreInfo: 'For licensing information please visit our web site:',
+ title: 'About CKEditor',
+ userGuide: 'CKEditor User\'s Guide'
+});
diff --git a/plugins/about/lang/eo.js b/plugins/about/lang/eo.js
new file mode 100644
index 0000000..f393bda
--- /dev/null
+++ b/plugins/about/lang/eo.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'eo', {
+ copy: 'Copyright © $1. Ĉiuj rajtoj rezervitaj.',
+ dlgTitle: 'Pri CKEditor',
+ help: 'Kontroli $1 por helpo.',
+ moreInfo: 'Por informoj pri licenco, bonvolu viziti nian retpaĝaron:',
+ title: 'Pri CKEditor',
+ userGuide: 'CKEditor Uzindikoj'
+});
diff --git a/plugins/about/lang/es.js b/plugins/about/lang/es.js
new file mode 100644
index 0000000..307061f
--- /dev/null
+++ b/plugins/about/lang/es.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'es', {
+ copy: 'Copyright © $1. Todos los derechos reservados.',
+ dlgTitle: 'Acerca de CKEditor',
+ help: 'Lea la $1 para resolver sus dudas.',
+ moreInfo: 'Para información de licencia, por favor visite nuestro sitio web:',
+ title: 'Acerca de CKEditor',
+ userGuide: 'Guía de usuario de CKEditor'
+});
diff --git a/plugins/about/lang/et.js b/plugins/about/lang/et.js
new file mode 100644
index 0000000..bd152bc
--- /dev/null
+++ b/plugins/about/lang/et.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'et', {
+ copy: 'Copyright © $1. Kõik õigused kaitstud.',
+ dlgTitle: 'CKEditorist',
+ help: 'Abi jaoks vaata $1.',
+ moreInfo: 'Litsentsi andmed leiab meie veebilehelt:',
+ title: 'CKEditorist',
+ userGuide: 'CKEditori kasutusjuhendit'
+});
diff --git a/plugins/about/lang/eu.js b/plugins/about/lang/eu.js
new file mode 100644
index 0000000..4143f08
--- /dev/null
+++ b/plugins/about/lang/eu.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'eu', {
+ copy: 'Copyright © $1. Eskubide guztiak erreserbaturik.',
+ dlgTitle: 'CKEditor(r)i buruz',
+ help: '$1 aztertu laguntza jasotzeko.',
+ moreInfo: 'Lizentziari buruzko informazioa gure webgunean:',
+ title: 'CKEditor(r)i buruz',
+ userGuide: 'CKEditor User\'s Guide'
+});
diff --git a/plugins/about/lang/fa.js b/plugins/about/lang/fa.js
new file mode 100644
index 0000000..7bd04a0
--- /dev/null
+++ b/plugins/about/lang/fa.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'fa', {
+ copy: 'حق نشر © $1. کلیه حقوق محفوظ است.',
+ dlgTitle: 'درباره CKEditor',
+ help: 'بررسی $1 برای راهنمایی.',
+ moreInfo: 'برای کسب اطلاعات مجوز لطفا به وب سایت ما مراجعه کنید:',
+ title: 'درباره CKEditor',
+ userGuide: 'راهنمای کاربران CKEditor'
+});
diff --git a/plugins/about/lang/fi.js b/plugins/about/lang/fi.js
new file mode 100644
index 0000000..b194641
--- /dev/null
+++ b/plugins/about/lang/fi.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'fi', {
+ copy: 'Copyright © $1. Kaikki oikeuden pidätetään.',
+ dlgTitle: 'Tietoa CKEditorista',
+ help: 'Katso ohjeet: $1.',
+ moreInfo: 'Lisenssitiedot löytyvät kotisivuiltamme:',
+ title: 'Tietoa CKEditorista',
+ userGuide: 'CKEditorin käyttäjäopas'
+});
diff --git a/plugins/about/lang/fo.js b/plugins/about/lang/fo.js
new file mode 100644
index 0000000..6373204
--- /dev/null
+++ b/plugins/about/lang/fo.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'fo', {
+ copy: 'Copyright © $1. All rights reserved.',
+ dlgTitle: 'Um CKEditor',
+ help: 'Kekka $1 fyri hjálp.',
+ moreInfo: 'Licens upplýsingar finnast á heimasíðu okkara:',
+ title: 'Um CKEditor',
+ userGuide: 'CKEditor Brúkaravegleiðing'
+});
diff --git a/plugins/about/lang/fr-ca.js b/plugins/about/lang/fr-ca.js
new file mode 100644
index 0000000..6015c29
--- /dev/null
+++ b/plugins/about/lang/fr-ca.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'fr-ca', {
+ copy: 'Copyright © $1. Tous droits réservés.',
+ dlgTitle: 'À propos de CKEditor',
+ help: 'Consulter $1 pour l\'aide.',
+ moreInfo: 'Pour les informations de licence, consulter notre site internet:',
+ title: 'À propos de CKEditor',
+ userGuide: 'Guide utilisateur de CKEditor'
+});
diff --git a/plugins/about/lang/fr.js b/plugins/about/lang/fr.js
new file mode 100644
index 0000000..1249e83
--- /dev/null
+++ b/plugins/about/lang/fr.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'fr', {
+ copy: 'Copyright © $1. Tous droits réservés.',
+ dlgTitle: 'À propos de CKEditor',
+ help: 'Consulter $1 pour l\'aide.',
+ moreInfo: 'Pour les informations de licence, veuillez visiter notre site web:',
+ title: 'À propos de CKEditor',
+ userGuide: 'Guide de l\'utilisateur CKEditor en anglais'
+});
diff --git a/plugins/about/lang/gl.js b/plugins/about/lang/gl.js
new file mode 100644
index 0000000..1d623fc
--- /dev/null
+++ b/plugins/about/lang/gl.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'gl', {
+ copy: 'Copyright © $1. Todos os dereitos reservados.',
+ dlgTitle: 'Sobre o CKEditor',
+ help: 'Consulte $1 para obter axuda.',
+ moreInfo: 'Para obter información sobre a licenza, visite o noso sitio web:',
+ title: 'Sobre o CKEditor',
+ userGuide: 'Guía do usuario do CKEditor'
+});
diff --git a/plugins/about/lang/gu.js b/plugins/about/lang/gu.js
new file mode 100644
index 0000000..2937f72
--- /dev/null
+++ b/plugins/about/lang/gu.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'gu', {
+ copy: 'કોપીરાઈટ © $1. ઓલ રાઈટ્સ ',
+ dlgTitle: 'CKEditor વિષે',
+ help: 'મદદ માટે $1 તપાસો',
+ moreInfo: 'લાયસનસની માહિતી માટે અમારી વેબ સાઈટ',
+ title: 'CKEditor વિષે',
+ userGuide: 'CKEditor યુઝર્સ ગાઈડ'
+});
diff --git a/plugins/about/lang/he.js b/plugins/about/lang/he.js
new file mode 100644
index 0000000..aaa416a
--- /dev/null
+++ b/plugins/about/lang/he.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'he', {
+ copy: 'Copyright © $1. כל הזכויות שמורות.',
+ dlgTitle: 'אודות CKEditor',
+ help: 'היכנסו ל$1 לעזרה.',
+ moreInfo: 'למידע נוסף בקרו באתרנו:',
+ title: 'אודות CKEditor',
+ userGuide: 'מדריך המשתמש של CKEditor'
+});
diff --git a/plugins/about/lang/hi.js b/plugins/about/lang/hi.js
new file mode 100644
index 0000000..63b98a9
--- /dev/null
+++ b/plugins/about/lang/hi.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'hi', {
+ copy: 'Copyright © $1. All rights reserved.', // MISSING
+ dlgTitle: 'About CKEditor', // MISSING
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: 'For licensing information please visit our web site:', // MISSING
+ title: 'About CKEditor', // MISSING
+ userGuide: 'CKEditor User\'s Guide'
+});
diff --git a/plugins/about/lang/hr.js b/plugins/about/lang/hr.js
new file mode 100644
index 0000000..f150c84
--- /dev/null
+++ b/plugins/about/lang/hr.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'hr', {
+ copy: 'Copyright © $1. All rights reserved.',
+ dlgTitle: 'O CKEditoru',
+ help: 'Provjeri $1 za pomoć.',
+ moreInfo: 'Za informacije o licencama posjetite našu web stranicu:',
+ title: 'O CKEditoru',
+ userGuide: 'Vodič za CKEditor korisnike'
+});
diff --git a/plugins/about/lang/hu.js b/plugins/about/lang/hu.js
new file mode 100644
index 0000000..7cae577
--- /dev/null
+++ b/plugins/about/lang/hu.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'hu', {
+ copy: 'Copyright © $1. Minden jog fenntartva.',
+ dlgTitle: 'CKEditor névjegy',
+ help: 'Itt találsz segítséget: $1',
+ moreInfo: 'Licenszelési információkért kérjük látogassa meg weboldalunkat:',
+ title: 'CKEditor névjegy',
+ userGuide: 'CKEditor Felhasználói útmutató'
+});
diff --git a/plugins/about/lang/is.js b/plugins/about/lang/is.js
new file mode 100644
index 0000000..ba23759
--- /dev/null
+++ b/plugins/about/lang/is.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'is', {
+ copy: 'Copyright © $1. All rights reserved.', // MISSING
+ dlgTitle: 'About CKEditor', // MISSING
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: 'For licensing information please visit our web site:', // MISSING
+ title: 'About CKEditor', // MISSING
+ userGuide: 'CKEditor User\'s Guide' // MISSING
+});
diff --git a/plugins/about/lang/it.js b/plugins/about/lang/it.js
new file mode 100644
index 0000000..ae54a97
--- /dev/null
+++ b/plugins/about/lang/it.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'it', {
+ copy: 'Copyright © $1. Tutti i diritti riservati.',
+ dlgTitle: 'Riguardo CKEditor',
+ help: 'Vedi $1 per l\'aiuto.',
+ moreInfo: 'Per le informazioni sulla licenza si prega di visitare il nostro sito:',
+ title: 'Riguardo CKEditor',
+ userGuide: 'Guida Utente CKEditor'
+});
diff --git a/plugins/about/lang/ja.js b/plugins/about/lang/ja.js
new file mode 100644
index 0000000..fb50d07
--- /dev/null
+++ b/plugins/about/lang/ja.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'ja', {
+ copy: 'Copyright © $1. All rights reserved.',
+ dlgTitle: 'CKEditorバージョン情報',
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: 'ライセンス情報の詳細はウェブサイトにて確認してください:',
+ title: 'CKEditorバージョン情報',
+ userGuide: 'CKEditor User\'s Guide'
+});
diff --git a/plugins/about/lang/ka.js b/plugins/about/lang/ka.js
new file mode 100644
index 0000000..7af251f
--- /dev/null
+++ b/plugins/about/lang/ka.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'ka', {
+ copy: 'Copyright © $1. ყველა უფლება დაცულია.',
+ dlgTitle: 'CKEditor-ის შესახებ',
+ help: 'დახმარებისთვის იხილეთ $1.',
+ moreInfo: 'ლიცენზიის ინფორმაციისთვის ეწვიეთ ჩვენს საიტს:',
+ title: 'CKEditor-ის შესახებ',
+ userGuide: 'CKEditor-ის მომხმარებლის სახელმძღვანელო'
+});
diff --git a/plugins/about/lang/km.js b/plugins/about/lang/km.js
new file mode 100644
index 0000000..f5be18b
--- /dev/null
+++ b/plugins/about/lang/km.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'km', {
+ copy: 'រក្សាសិទ្ធិ © $1។ រក្សា​សិទ្ធិ​គ្រប់​បែប​យ៉ាង។',
+ dlgTitle: 'អំពី CKEditor',
+ help: 'ពិនិត្យ $1 សម្រាប់​ជំនួយ។',
+ moreInfo: 'សម្រាប់​ព័ត៌មាន​អំពី​អាជ្ញាបណញណ សូម​មើល​ក្នុង​គេហទំព័រ​របស់​យើង៖',
+ title: 'អំពី CKEditor',
+ userGuide: 'វិធី​ប្រើ​ប្រាស់ CKEditor'
+});
diff --git a/plugins/about/lang/ko.js b/plugins/about/lang/ko.js
new file mode 100644
index 0000000..ed9c8c7
--- /dev/null
+++ b/plugins/about/lang/ko.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'ko', {
+ copy: 'Copyright © $1. All rights reserved.', // MISSING
+ dlgTitle: 'About CKEditor', // MISSING
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: 'For licensing information please visit our web site:', // MISSING
+ title: 'About CKEditor', // MISSING
+ userGuide: 'CKEditor User\'s Guide'
+});
diff --git a/plugins/about/lang/ku.js b/plugins/about/lang/ku.js
new file mode 100644
index 0000000..eeeaa65
--- /dev/null
+++ b/plugins/about/lang/ku.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'ku', {
+ copy: 'مافی لەبەرگەرتنەوەی © $1. گشتی پارێزراوه.',
+ dlgTitle: 'دەربارەی CKEditor',
+ help: 'سەیری $1 بکه بۆ یارمەتی.',
+ moreInfo: 'بۆ زانیاری زیاتری مۆڵەت, تکایه سەردانی ماڵپەڕەکەمان بکه:',
+ title: 'دەربارەی CKEditor',
+ userGuide: 'ڕێپیشاندەری CKEditors'
+});
diff --git a/plugins/about/lang/lt.js b/plugins/about/lang/lt.js
new file mode 100644
index 0000000..5e74ff8
--- /dev/null
+++ b/plugins/about/lang/lt.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'lt', {
+ copy: 'Copyright © $1. Visos teiss saugomos.',
+ dlgTitle: 'Apie CKEditor',
+ help: 'Patikrinkite $1 dėl pagalbos.',
+ moreInfo: 'Dėl licencijavimo apsilankykite mūsų svetainėje:',
+ title: 'Apie CKEditor',
+ userGuide: 'CKEditor Vartotojo Gidas'
+});
diff --git a/plugins/about/lang/lv.js b/plugins/about/lang/lv.js
new file mode 100644
index 0000000..57cd675
--- /dev/null
+++ b/plugins/about/lang/lv.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'lv', {
+ copy: 'Kopēšanas tiesības © $1. Visas tiesības rezervētas.',
+ dlgTitle: 'Par CKEditor',
+ help: 'Pārbaudiet $1 palīdzībai.',
+ moreInfo: 'Informācijai par licenzēšanu apmeklējiet mūsu mājas lapu:',
+ title: 'Par CKEditor',
+ userGuide: 'CKEditor Lietotāja pamācība'
+});
diff --git a/plugins/about/lang/mk.js b/plugins/about/lang/mk.js
new file mode 100644
index 0000000..4f32c1e
--- /dev/null
+++ b/plugins/about/lang/mk.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'mk', {
+ copy: 'Copyright © $1. All rights reserved.', // MISSING
+ dlgTitle: 'About CKEditor', // MISSING
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: 'For licensing information please visit our web site:', // MISSING
+ title: 'About CKEditor', // MISSING
+ userGuide: 'CKEditor User\'s Guide' // MISSING
+});
diff --git a/plugins/about/lang/mn.js b/plugins/about/lang/mn.js
new file mode 100644
index 0000000..fa4c341
--- /dev/null
+++ b/plugins/about/lang/mn.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'mn', {
+ copy: 'Copyright © $1. All rights reserved.', // MISSING
+ dlgTitle: 'About CKEditor', // MISSING
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: 'For licensing information please visit our web site:', // MISSING
+ title: 'About CKEditor', // MISSING
+ userGuide: 'CKEditor User\'s Guide'
+});
diff --git a/plugins/about/lang/ms.js b/plugins/about/lang/ms.js
new file mode 100644
index 0000000..6b37a43
--- /dev/null
+++ b/plugins/about/lang/ms.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'ms', {
+ copy: 'Copyright © $1. All rights reserved.', // MISSING
+ dlgTitle: 'About CKEditor', // MISSING
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: 'For licensing information please visit our web site:', // MISSING
+ title: 'About CKEditor', // MISSING
+ userGuide: 'CKEditor User\'s Guide' // MISSING
+});
diff --git a/plugins/about/lang/nb.js b/plugins/about/lang/nb.js
new file mode 100644
index 0000000..f475bc5
--- /dev/null
+++ b/plugins/about/lang/nb.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'nb', {
+ copy: 'Copyright © $1. Alle rettigheter reservert.',
+ dlgTitle: 'Om CKEditor',
+ help: 'Se $1 for hjelp.',
+ moreInfo: 'For lisensieringsinformasjon, vennligst besøk vårt nettsted:',
+ title: 'Om CKEditor',
+ userGuide: 'CKEditors brukerveiledning'
+});
diff --git a/plugins/about/lang/nl.js b/plugins/about/lang/nl.js
new file mode 100644
index 0000000..6e0e2ef
--- /dev/null
+++ b/plugins/about/lang/nl.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'nl', {
+ copy: 'Copyright © $1. Alle rechten voorbehouden.',
+ dlgTitle: 'Over CKEditor',
+ help: 'Bekijk de $1 voor hulp.',
+ moreInfo: 'Voor licentie informatie, bezoek onze website:',
+ title: 'Over CKEditor',
+ userGuide: 'CKEditor gebruiksaanwijzing'
+});
diff --git a/plugins/about/lang/no.js b/plugins/about/lang/no.js
new file mode 100644
index 0000000..e2581e9
--- /dev/null
+++ b/plugins/about/lang/no.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'no', {
+ copy: 'Copyright © $1. Alle rettigheter reservert.',
+ dlgTitle: 'Om CKEditor',
+ help: 'Se $1 for hjelp.',
+ moreInfo: 'For lisensieringsinformasjon, vennligst besøk vårt nettsted:',
+ title: 'Om CKEditor',
+ userGuide: 'CKEditors brukerveiledning'
+});
diff --git a/plugins/about/lang/pl.js b/plugins/about/lang/pl.js
new file mode 100644
index 0000000..a1e0fa8
--- /dev/null
+++ b/plugins/about/lang/pl.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'pl', {
+ copy: 'Copyright © $1. Wszelkie prawa zastrzeżone.',
+ dlgTitle: 'Informacje o programie CKEditor',
+ help: 'Pomoc znajdziesz w $1.',
+ moreInfo: 'Informacje na temat licencji można znaleźć na naszej stronie:',
+ title: 'Informacje o programie CKEditor',
+ userGuide: 'podręczniku użytkownika programu CKEditor'
+});
diff --git a/plugins/about/lang/pt-br.js b/plugins/about/lang/pt-br.js
new file mode 100644
index 0000000..f76858e
--- /dev/null
+++ b/plugins/about/lang/pt-br.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'pt-br', {
+ copy: 'Copyright © $1. Todos os direitos reservados.',
+ dlgTitle: 'Sobre o CKEditor',
+ help: 'Verifique o $1 para obter ajuda.',
+ moreInfo: 'Para informações sobre a licença por favor visite o nosso site:',
+ title: 'Sobre o CKEditor',
+ userGuide: 'Guia do Usuário do CKEditor'
+});
diff --git a/plugins/about/lang/pt.js b/plugins/about/lang/pt.js
new file mode 100644
index 0000000..e91f18e
--- /dev/null
+++ b/plugins/about/lang/pt.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'pt', {
+ copy: 'Copyright © $1. Todos os direitos reservados.',
+ dlgTitle: 'Sobre o CKEditor',
+ help: 'Doar $1 para ajudar.',
+ moreInfo: 'Para informações sobre licenciamento visite o nosso website:',
+ title: 'Sobre o CKEditor',
+ userGuide: 'CKEditor User\'s Guide'
+});
diff --git a/plugins/about/lang/ro.js b/plugins/about/lang/ro.js
new file mode 100644
index 0000000..2ebdb7d
--- /dev/null
+++ b/plugins/about/lang/ro.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'ro', {
+ copy: 'Copyright © $1. All rights reserved.', // MISSING
+ dlgTitle: 'About CKEditor', // MISSING
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: 'For licensing information please visit our web site:', // MISSING
+ title: 'About CKEditor', // MISSING
+ userGuide: 'CKEditor User\'s Guide'
+});
diff --git a/plugins/about/lang/ru.js b/plugins/about/lang/ru.js
new file mode 100644
index 0000000..e7ff798
--- /dev/null
+++ b/plugins/about/lang/ru.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'ru', {
+ copy: 'Copyright © $1. Все права защищены.',
+ dlgTitle: 'О CKEditor',
+ help: '$1 содержит подробную справку по использованию.',
+ moreInfo: 'Для получения информации о лицензии, пожалуйста, перейдите на наш сайт:',
+ title: 'О CKEditor',
+ userGuide: 'Руководство пользователя CKEditor'
+});
diff --git a/plugins/about/lang/si.js b/plugins/about/lang/si.js
new file mode 100644
index 0000000..850e5bf
--- /dev/null
+++ b/plugins/about/lang/si.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'si', {
+ copy: 'පිටපත් අයිතිය සහ පිටපත් කිරීම;$1 .සියලුම හිමිකම් ඇවිරිණි.',
+ dlgTitle: 'CKEditor ගැන විස්තර',
+ help: 'උදව් සඳහා $1 ',
+ moreInfo: 'බලපත්‍ර තොරතුරු සදහා කරුණාකර අපගේ විද්‍යුත් ලිපිනයට පිවිසෙන්න:',
+ title: 'CKEditor ගැන විස්තර',
+ userGuide: 'CKEditor භාවිතා කිරීම පිළිබඳ '
+});
diff --git a/plugins/about/lang/sk.js b/plugins/about/lang/sk.js
new file mode 100644
index 0000000..bfff21f
--- /dev/null
+++ b/plugins/about/lang/sk.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'sk', {
+ copy: 'Copyright © $1. Všetky práva vyhradené.',
+ dlgTitle: 'O CKEditor-e',
+ help: 'Zaškrtnite $1 pre pomoc.',
+ moreInfo: 'Pre informácie o licenciách, prosíme, navštívte našu web stránku:',
+ title: 'O CKEditor-e',
+ userGuide: 'Používateľská príručka KCEditor-a'
+});
diff --git a/plugins/about/lang/sl.js b/plugins/about/lang/sl.js
new file mode 100644
index 0000000..e9ca6f2
--- /dev/null
+++ b/plugins/about/lang/sl.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'sl', {
+ copy: 'Copyright © $1. Vse pravice pridržane.',
+ dlgTitle: 'O programu CKEditor',
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: 'Za informacijo o licenci prostim obiščite našo spletno stran:',
+ title: 'O programu CKEditor',
+ userGuide: 'CKEditor User\'s Guide'
+});
diff --git a/plugins/about/lang/sq.js b/plugins/about/lang/sq.js
new file mode 100644
index 0000000..e76f2e8
--- /dev/null
+++ b/plugins/about/lang/sq.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'sq', {
+ copy: 'Të drejtat e kopjimit © $1. Të gjitha të drejtat e rezervuara.',
+ dlgTitle: 'Rreth CKEditor',
+ help: 'Kontrollo $1 për ndihmë.',
+ moreInfo: 'Për informacione rreth licencave shih faqen tonë:',
+ title: 'Rreth CKEditor',
+ userGuide: 'Udhëzuesi i Shfrytëzuesit të CKEditor'
+});
diff --git a/plugins/about/lang/sr-latn.js b/plugins/about/lang/sr-latn.js
new file mode 100644
index 0000000..4148f1d
--- /dev/null
+++ b/plugins/about/lang/sr-latn.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'sr-latn', {
+ copy: 'Copyright © $1. All rights reserved.', // MISSING
+ dlgTitle: 'About CKEditor', // MISSING
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: 'For licensing information please visit our web site:', // MISSING
+ title: 'About CKEditor', // MISSING
+ userGuide: 'CKEditor User\'s Guide' // MISSING
+});
diff --git a/plugins/about/lang/sr.js b/plugins/about/lang/sr.js
new file mode 100644
index 0000000..08e93c2
--- /dev/null
+++ b/plugins/about/lang/sr.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'sr', {
+ copy: 'Copyright © $1. All rights reserved.', // MISSING
+ dlgTitle: 'About CKEditor', // MISSING
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: 'For licensing information please visit our web site:', // MISSING
+ title: 'About CKEditor', // MISSING
+ userGuide: 'CKEditor User\'s Guide' // MISSING
+});
diff --git a/plugins/about/lang/sv.js b/plugins/about/lang/sv.js
new file mode 100644
index 0000000..b72a246
--- /dev/null
+++ b/plugins/about/lang/sv.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'sv', {
+ copy: 'Copyright © $1. Alla rättigheter reserverade.',
+ dlgTitle: 'Om CKEditor',
+ help: 'Se $1 för hjälp.',
+ moreInfo: 'För information av licenciering besök vår hemsida:',
+ title: 'Om CKEditor',
+ userGuide: 'CKEditor User\'s Guide'
+});
diff --git a/plugins/about/lang/th.js b/plugins/about/lang/th.js
new file mode 100644
index 0000000..56359f2
--- /dev/null
+++ b/plugins/about/lang/th.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'th', {
+ copy: 'Copyright © $1. All rights reserved.', // MISSING
+ dlgTitle: 'About CKEditor', // MISSING
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: 'For licensing information please visit our web site:', // MISSING
+ title: 'About CKEditor', // MISSING
+ userGuide: 'CKEditor User\'s Guide'
+});
diff --git a/plugins/about/lang/tr.js b/plugins/about/lang/tr.js
new file mode 100644
index 0000000..d8dd680
--- /dev/null
+++ b/plugins/about/lang/tr.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'tr', {
+ copy: 'Copyright © $1. Tüm hakları saklıdır.',
+ dlgTitle: 'CKEditor Hakkında',
+ help: 'Yardım için $1 kontrol edin.',
+ moreInfo: 'Lisanslama hakkında daha fazla bilgi almak için lütfen sitemizi ziyaret edin:',
+ title: 'CKEditor Hakkında',
+ userGuide: 'CKEditor Kullanıcı Kılavuzu'
+});
diff --git a/plugins/about/lang/ug.js b/plugins/about/lang/ug.js
new file mode 100644
index 0000000..ddd684c
--- /dev/null
+++ b/plugins/about/lang/ug.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'ug', {
+ copy: 'Copyright © $1. نەشر ھوقۇقىغا ئىگە',
+ dlgTitle: 'CKEditor ھەققىدە',
+ help: '$1 نى زىيارەت قىلىپ ياردەمگە ئېرىشىڭ',
+ moreInfo: 'تور تۇرايىمىزنى زىيارەت قىلىپ كېلىشىمگە ئائىت تېخىمۇ كۆپ ئۇچۇرغا ئېرىشىڭ',
+ title: 'CKEditor ھەققىدە',
+ userGuide: 'CKEditor ئىشلەتكۈچى قوللانمىسى'
+});
diff --git a/plugins/about/lang/uk.js b/plugins/about/lang/uk.js
new file mode 100644
index 0000000..930aeb5
--- /dev/null
+++ b/plugins/about/lang/uk.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'uk', {
+ copy: 'Copyright © $1. Всі права застережено.',
+ dlgTitle: 'Про CKEditor',
+ help: 'Перевірте $1 для допомоги.',
+ moreInfo: 'Щодо інформації з ліцензування завітайте на наш сайт:',
+ title: 'Про CKEditor',
+ userGuide: 'Інструкція Користувача для CKEditor'
+});
diff --git a/plugins/about/lang/vi.js b/plugins/about/lang/vi.js
new file mode 100644
index 0000000..0ed8bda
--- /dev/null
+++ b/plugins/about/lang/vi.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'vi', {
+ copy: 'Bản quyền © $1. Giữ toàn quyền.',
+ dlgTitle: 'Thông tin về CKEditor',
+ help: 'Kiểm tra $1 để được giúp đỡ.',
+ moreInfo: 'Vui lòng ghé thăm trang web của chúng tôi để có thông tin về giấy phép:',
+ title: 'Thông tin về CKEditor',
+ userGuide: 'Hướng dẫn sử dụng CKEditor'
+});
diff --git a/plugins/about/lang/zh-cn.js b/plugins/about/lang/zh-cn.js
new file mode 100644
index 0000000..91b88a0
--- /dev/null
+++ b/plugins/about/lang/zh-cn.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'zh-cn', {
+ copy: '版权所有 &copy; $1。<br />保留所有权利。',
+ dlgTitle: '关于 CKEditor',
+ help: '访问 $1 以获取帮助。',
+ moreInfo: '相关授权许可信息请访问我们的网站:',
+ title: '关于 CKEditor',
+ userGuide: 'CKEditor 用户向导'
+});
diff --git a/plugins/about/lang/zh.js b/plugins/about/lang/zh.js
new file mode 100644
index 0000000..fe09bc1
--- /dev/null
+++ b/plugins/about/lang/zh.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'zh', {
+ copy: 'Copyright &copy; $1. All rights reserved.',
+ dlgTitle: '關於 CKEditor',
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: '訪問我們的網站以獲取更多關於協議的信息',
+ title: '關於 CKEditor',
+ userGuide: 'CKEditor User\'s Guide'
+});
diff --git a/plugins/about/plugin.js b/plugins/about/plugin.js
new file mode 100644
index 0000000..9358607
--- /dev/null
+++ b/plugins/about/plugin.js
@@ -0,0 +1,24 @@
+/**
+ * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.html or http://ckeditor.com/license
+ */
+
+CKEDITOR.plugins.add( 'about', {
+ requires: 'dialog',
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%
+ icons: 'about', // %REMOVE_LINE_CORE%
+ init: function( editor ) {
+ var command = editor.addCommand( 'about', new CKEDITOR.dialogCommand( 'about' ) );
+ command.modes = { wysiwyg:1,source:1 };
+ command.canUndo = false;
+ command.readOnly = 1;
+
+ editor.ui.addButton && editor.ui.addButton( 'About', {
+ label: editor.lang.about.title,
+ command: 'about',
+ toolbar: 'about'
+ });
+
+ CKEDITOR.dialog.add( 'about', this.path + 'dialogs/about.js' );
+ }
+});