aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/about
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/about')
-rw-r--r--sources/plugins/about/dialogs/about.js73
-rw-r--r--sources/plugins/about/dialogs/hidpi/logo_ckeditor.pngbin0 -> 13339 bytes
-rw-r--r--sources/plugins/about/dialogs/logo_ckeditor.pngbin0 -> 6757 bytes
-rw-r--r--sources/plugins/about/icons/about.pngbin0 -> 843 bytes
-rw-r--r--sources/plugins/about/icons/hidpi/about.pngbin0 -> 1992 bytes
-rw-r--r--sources/plugins/about/lang/af.js12
-rw-r--r--sources/plugins/about/lang/ar.js12
-rw-r--r--sources/plugins/about/lang/bg.js12
-rw-r--r--sources/plugins/about/lang/bn.js12
-rw-r--r--sources/plugins/about/lang/bs.js12
-rw-r--r--sources/plugins/about/lang/ca.js12
-rw-r--r--sources/plugins/about/lang/cs.js12
-rw-r--r--sources/plugins/about/lang/cy.js12
-rw-r--r--sources/plugins/about/lang/da.js12
-rw-r--r--sources/plugins/about/lang/de.js12
-rw-r--r--sources/plugins/about/lang/el.js12
-rw-r--r--sources/plugins/about/lang/en-au.js12
-rw-r--r--sources/plugins/about/lang/en-ca.js12
-rw-r--r--sources/plugins/about/lang/en-gb.js12
-rw-r--r--sources/plugins/about/lang/en.js12
-rw-r--r--sources/plugins/about/lang/eo.js12
-rw-r--r--sources/plugins/about/lang/es.js12
-rw-r--r--sources/plugins/about/lang/et.js12
-rw-r--r--sources/plugins/about/lang/eu.js12
-rw-r--r--sources/plugins/about/lang/fa.js12
-rw-r--r--sources/plugins/about/lang/fi.js12
-rw-r--r--sources/plugins/about/lang/fo.js12
-rw-r--r--sources/plugins/about/lang/fr-ca.js12
-rw-r--r--sources/plugins/about/lang/fr.js12
-rw-r--r--sources/plugins/about/lang/gl.js12
-rw-r--r--sources/plugins/about/lang/gu.js12
-rw-r--r--sources/plugins/about/lang/he.js12
-rw-r--r--sources/plugins/about/lang/hi.js12
-rw-r--r--sources/plugins/about/lang/hr.js12
-rw-r--r--sources/plugins/about/lang/hu.js12
-rw-r--r--sources/plugins/about/lang/id.js12
-rw-r--r--sources/plugins/about/lang/is.js12
-rw-r--r--sources/plugins/about/lang/it.js12
-rw-r--r--sources/plugins/about/lang/ja.js12
-rw-r--r--sources/plugins/about/lang/ka.js12
-rw-r--r--sources/plugins/about/lang/km.js12
-rw-r--r--sources/plugins/about/lang/ko.js12
-rw-r--r--sources/plugins/about/lang/ku.js12
-rw-r--r--sources/plugins/about/lang/lt.js12
-rw-r--r--sources/plugins/about/lang/lv.js12
-rw-r--r--sources/plugins/about/lang/mk.js12
-rw-r--r--sources/plugins/about/lang/mn.js12
-rw-r--r--sources/plugins/about/lang/ms.js12
-rw-r--r--sources/plugins/about/lang/nb.js12
-rw-r--r--sources/plugins/about/lang/nl.js12
-rw-r--r--sources/plugins/about/lang/no.js12
-rw-r--r--sources/plugins/about/lang/pl.js12
-rw-r--r--sources/plugins/about/lang/pt-br.js12
-rw-r--r--sources/plugins/about/lang/pt.js12
-rw-r--r--sources/plugins/about/lang/ro.js12
-rw-r--r--sources/plugins/about/lang/ru.js12
-rw-r--r--sources/plugins/about/lang/si.js12
-rw-r--r--sources/plugins/about/lang/sk.js12
-rw-r--r--sources/plugins/about/lang/sl.js12
-rw-r--r--sources/plugins/about/lang/sq.js12
-rw-r--r--sources/plugins/about/lang/sr-latn.js12
-rw-r--r--sources/plugins/about/lang/sr.js12
-rw-r--r--sources/plugins/about/lang/sv.js12
-rw-r--r--sources/plugins/about/lang/th.js12
-rw-r--r--sources/plugins/about/lang/tr.js12
-rw-r--r--sources/plugins/about/lang/tt.js12
-rw-r--r--sources/plugins/about/lang/ug.js12
-rw-r--r--sources/plugins/about/lang/uk.js12
-rw-r--r--sources/plugins/about/lang/vi.js12
-rw-r--r--sources/plugins/about/lang/zh-cn.js12
-rw-r--r--sources/plugins/about/lang/zh.js12
-rw-r--r--sources/plugins/about/plugin.js27
72 files changed, 892 insertions, 0 deletions
diff --git a/sources/plugins/about/dialogs/about.js b/sources/plugins/about/dialogs/about.js
new file mode 100644
index 00000000..600bb3ac
--- /dev/null
+++ b/sources/plugins/about/dialogs/about.js
@@ -0,0 +1,73 @@
1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6CKEDITOR.dialog.add( 'about', function( editor ) {
7 var lang = editor.lang.about,
8 imagePath = CKEDITOR.getUrl( CKEDITOR.plugins.get( 'about' ).path + 'dialogs/' + ( CKEDITOR.env.hidpi ? 'hidpi/' : '' ) + 'logo_ckeditor.png' );
9
10 return {
11 title: CKEDITOR.env.ie ? lang.dlgTitle : lang.title,
12 minWidth: 390,
13 minHeight: 230,
14 contents: [ {
15 id: 'tab1',
16 label: '',
17 title: '',
18 expand: true,
19 padding: 0,
20 elements: [
21 {
22 type: 'html',
23 html: '<style type="text/css">' +
24 '.cke_about_container' +
25 '{' +
26 'color:#000 !important;' +
27 'padding:10px 10px 0;' +
28 'margin-top:5px' +
29 '}' +
30 '.cke_about_container p' +
31 '{' +
32 'margin: 0 0 10px;' +
33 '}' +
34 '.cke_about_container .cke_about_logo' +
35 '{' +
36 'height:81px;' +
37 'background-color:#fff;' +
38 'background-image:url(' + imagePath + ');' +
39 ( CKEDITOR.env.hidpi ? 'background-size:163px 58px;' : '' ) +
40 'background-position:center; ' +
41 'background-repeat:no-repeat;' +
42 'margin-bottom:10px;' +
43 '}' +
44 '.cke_about_container a' +
45 '{' +
46 'cursor:pointer !important;' +
47 'color:#00B2CE !important;' +
48 'text-decoration:underline !important;' +
49 '}' +
50 '</style>' +
51 '<div class="cke_about_container">' +
52 '<div class="cke_about_logo"></div>' +
53 '<p>' +
54 'CKEditor ' + CKEDITOR.version + ' (revision ' + CKEDITOR.revision + ')<br>' +
55 '<a target="_blank" href="http://ckeditor.com/">http://ckeditor.com</a>' +
56 '</p>' +
57 '<p>' +
58 lang.help.replace( '$1', '<a target="_blank" href="http://docs.ckeditor.com/user">' + lang.userGuide + '</a>' ) +
59 '</p>' +
60 '<p>' +
61 lang.moreInfo + '<br>' +
62 '<a target="_blank" href="http://ckeditor.com/about/license">http://ckeditor.com/about/license</a>' +
63 '</p>' +
64 '<p>' +
65 lang.copy.replace( '$1', '<a target="_blank" href="http://cksource.com/">CKSource</a> - Frederico Knabben' ) +
66 '</p>' +
67 '</div>'
68 }
69 ]
70 } ],
71 buttons: [ CKEDITOR.dialog.cancelButton ]
72 };
73} );
diff --git a/sources/plugins/about/dialogs/hidpi/logo_ckeditor.png b/sources/plugins/about/dialogs/hidpi/logo_ckeditor.png
new file mode 100644
index 00000000..10cc7368
--- /dev/null
+++ b/sources/plugins/about/dialogs/hidpi/logo_ckeditor.png
Binary files differ
diff --git a/sources/plugins/about/dialogs/logo_ckeditor.png b/sources/plugins/about/dialogs/logo_ckeditor.png
new file mode 100644
index 00000000..f186eb87
--- /dev/null
+++ b/sources/plugins/about/dialogs/logo_ckeditor.png
Binary files differ
diff --git a/sources/plugins/about/icons/about.png b/sources/plugins/about/icons/about.png
new file mode 100644
index 00000000..a087ac15
--- /dev/null
+++ b/sources/plugins/about/icons/about.png
Binary files differ
diff --git a/sources/plugins/about/icons/hidpi/about.png b/sources/plugins/about/icons/hidpi/about.png
new file mode 100644
index 00000000..8cc0e9fb
--- /dev/null
+++ b/sources/plugins/about/icons/hidpi/about.png
Binary files differ
diff --git a/sources/plugins/about/lang/af.js b/sources/plugins/about/lang/af.js
new file mode 100644
index 00000000..1c05504b
--- /dev/null
+++ b/sources/plugins/about/lang/af.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'af', {
6 copy: 'Kopiereg &copy; $1. Alle regte voorbehou.',
7 dlgTitle: 'Meer oor CKEditor',
8 help: 'Slaan $1 na vir hulp.',
9 moreInfo: 'Vir lisensie-informasie, besoek asb. ons webwerf:',
10 title: 'Meer oor CKEditor',
11 userGuide: 'CKEditor Gebruikers gits'
12} );
diff --git a/sources/plugins/about/lang/ar.js b/sources/plugins/about/lang/ar.js
new file mode 100644
index 00000000..23fdd952
--- /dev/null
+++ b/sources/plugins/about/lang/ar.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'ar', {
6 copy: 'حقوق النشر &copy; $1. جميع الحقوق محفوظة.',
7 dlgTitle: 'عن CKEditor',
8 help: 'راجع $1 من أجل المساعدة',
9 moreInfo: 'للحصول على معلومات الترخيص ، يرجى زيارة موقعنا:',
10 title: 'عن CKEditor',
11 userGuide: 'دليل مستخدم CKEditor.'
12} );
diff --git a/sources/plugins/about/lang/bg.js b/sources/plugins/about/lang/bg.js
new file mode 100644
index 00000000..6d463ad3
--- /dev/null
+++ b/sources/plugins/about/lang/bg.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'bg', {
6 copy: 'Copyright &copy; $1. All rights reserved.',
7 dlgTitle: 'Относно CKEditor',
8 help: 'Проверете $1 за помощ.',
9 moreInfo: 'За лицензионна информация моля посетете сайта ни:',
10 title: 'Относно CKEditor',
11 userGuide: 'CKEditor User\'s Guide'
12} );
diff --git a/sources/plugins/about/lang/bn.js b/sources/plugins/about/lang/bn.js
new file mode 100644
index 00000000..a476261a
--- /dev/null
+++ b/sources/plugins/about/lang/bn.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'bn', {
6 copy: 'Copyright &copy; $1. All rights reserved.', // MISSING
7 dlgTitle: 'About CKEditor', // MISSING
8 help: 'Check $1 for help.', // MISSING
9 moreInfo: 'For licensing information please visit our web site:', // MISSING
10 title: 'About CKEditor', // MISSING
11 userGuide: 'CKEditor User\'s Guide' // MISSING
12} );
diff --git a/sources/plugins/about/lang/bs.js b/sources/plugins/about/lang/bs.js
new file mode 100644
index 00000000..88056e1b
--- /dev/null
+++ b/sources/plugins/about/lang/bs.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'bs', {
6 copy: 'Copyright &copy; $1. All rights reserved.', // MISSING
7 dlgTitle: 'About CKEditor', // MISSING
8 help: 'Check $1 for help.', // MISSING
9 moreInfo: 'For licensing information please visit our web site:', // MISSING
10 title: 'About CKEditor', // MISSING
11 userGuide: 'CKEditor User\'s Guide'
12} );
diff --git a/sources/plugins/about/lang/ca.js b/sources/plugins/about/lang/ca.js
new file mode 100644
index 00000000..c6685105
--- /dev/null
+++ b/sources/plugins/about/lang/ca.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'ca', {
6 copy: 'Copyright &copy; $1. Tots els drets reservats.',
7 dlgTitle: 'Quant al CKEditor',
8 help: 'Premi $1 per obtenir ajuda.',
9 moreInfo: 'Per informació sobre llicències visiteu el nostre lloc web:',
10 title: 'Quant al CKEditor',
11 userGuide: 'Manual d\'usuari de CKEditor'
12} );
diff --git a/sources/plugins/about/lang/cs.js b/sources/plugins/about/lang/cs.js
new file mode 100644
index 00000000..8a0a4b25
--- /dev/null
+++ b/sources/plugins/about/lang/cs.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'cs', {
6 copy: 'Copyright &copy; $1. All rights reserved.',
7 dlgTitle: 'O aplikaci CKEditor',
8 help: 'Prohlédněte si $1 pro nápovědu.',
9 moreInfo: 'Pro informace o lincenci navštivte naši webovou stránku:',
10 title: 'O aplikaci CKEditor',
11 userGuide: 'Uživatelská příručka CKEditor'
12} );
diff --git a/sources/plugins/about/lang/cy.js b/sources/plugins/about/lang/cy.js
new file mode 100644
index 00000000..a9c1e6d4
--- /dev/null
+++ b/sources/plugins/about/lang/cy.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'cy', {
6 copy: 'Hawlfraint &copy; $1. Cedwir pob hawl.',
7 dlgTitle: 'Ynghylch CKEditor',
8 help: 'Gwirio $1 am gymorth.',
9 moreInfo: 'Am wybodaeth ynghylch trwyddedau, ewch i\'n gwefan:',
10 title: 'Ynghylch CKEditor',
11 userGuide: 'Canllawiau Defnyddiwr CKEditor'
12} );
diff --git a/sources/plugins/about/lang/da.js b/sources/plugins/about/lang/da.js
new file mode 100644
index 00000000..75700f3e
--- /dev/null
+++ b/sources/plugins/about/lang/da.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'da', {
6 copy: 'Copyright &copy; $1. Alle rettigheder forbeholdes.',
7 dlgTitle: 'Om CKEditor',
8 help: 'Se $1 for at få hjælp.',
9 moreInfo: 'For informationer omkring licens, se venligst vores hjemmeside (på engelsk):',
10 title: 'Om CKEditor',
11 userGuide: 'CKEditor-brugermanual'
12} );
diff --git a/sources/plugins/about/lang/de.js b/sources/plugins/about/lang/de.js
new file mode 100644
index 00000000..7427c4b7
--- /dev/null
+++ b/sources/plugins/about/lang/de.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'de', {
6 copy: 'Copyright &copy; $1. Alle Rechte vorbehalten.',
7 dlgTitle: 'Über CKEditor',
8 help: 'Prüfen Sie $1 für Hilfe.',
9 moreInfo: 'Für Informationen über unsere Lizenzbestimmungen besuchen sie bitte unsere Webseite:',
10 title: 'Über CKEditor',
11 userGuide: 'CKEditor Benutzerhandbuch'
12} );
diff --git a/sources/plugins/about/lang/el.js b/sources/plugins/about/lang/el.js
new file mode 100644
index 00000000..5d20365d
--- /dev/null
+++ b/sources/plugins/about/lang/el.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'el', {
6 copy: 'Πνευματικά δικαιώματα &copy; $1 Με επιφύλαξη παντός δικαιώματος.',
7 dlgTitle: 'Περί του CKEditor',
8 help: 'Ελέγξτε τις $1 για βοήθεια.',
9 moreInfo: 'Για πληροφορίες σχετικές με την άδεια χρήσης, παρακαλούμε επισκεφθείτε την ιστοσελίδα μας:',
10 title: 'Περί του CKEditor',
11 userGuide: 'Οδηγίες Χρήστη CKEditor'
12} );
diff --git a/sources/plugins/about/lang/en-au.js b/sources/plugins/about/lang/en-au.js
new file mode 100644
index 00000000..b473809b
--- /dev/null
+++ b/sources/plugins/about/lang/en-au.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'en-au', {
6 copy: 'Copyright &copy; $1. All rights reserved.',
7 dlgTitle: 'About CKEditor',
8 help: 'Check $1 for help.', // MISSING
9 moreInfo: 'For licensing information please visit our web site:',
10 title: 'About CKEditor',
11 userGuide: 'CKEditor User\'s Guide'
12} );
diff --git a/sources/plugins/about/lang/en-ca.js b/sources/plugins/about/lang/en-ca.js
new file mode 100644
index 00000000..d709fc5c
--- /dev/null
+++ b/sources/plugins/about/lang/en-ca.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'en-ca', {
6 copy: 'Copyright &copy; $1. All rights reserved.',
7 dlgTitle: 'About CKEditor',
8 help: 'Check $1 for help.', // MISSING
9 moreInfo: 'For licensing information please visit our web site:',
10 title: 'About CKEditor',
11 userGuide: 'CKEditor User\'s Guide'
12} );
diff --git a/sources/plugins/about/lang/en-gb.js b/sources/plugins/about/lang/en-gb.js
new file mode 100644
index 00000000..eb625945
--- /dev/null
+++ b/sources/plugins/about/lang/en-gb.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'en-gb', {
6 copy: 'Copyright &copy; $1. All rights reserved.',
7 dlgTitle: 'About CKEditor',
8 help: 'Check $1 for help.',
9 moreInfo: 'For licensing information please visit our web site:',
10 title: 'About CKEditor',
11 userGuide: 'CKEditor User\'s Guide'
12} );
diff --git a/sources/plugins/about/lang/en.js b/sources/plugins/about/lang/en.js
new file mode 100644
index 00000000..bd8c1045
--- /dev/null
+++ b/sources/plugins/about/lang/en.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'en', {
6 copy: 'Copyright &copy; $1. All rights reserved.',
7 dlgTitle: 'About CKEditor',
8 help: 'Check $1 for help.',
9 moreInfo: 'For licensing information please visit our web site:',
10 title: 'About CKEditor',
11 userGuide: 'CKEditor User\'s Guide'
12} );
diff --git a/sources/plugins/about/lang/eo.js b/sources/plugins/about/lang/eo.js
new file mode 100644
index 00000000..c26535d8
--- /dev/null
+++ b/sources/plugins/about/lang/eo.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'eo', {
6 copy: 'Copyright &copy; $1. Ĉiuj rajtoj rezervitaj.',
7 dlgTitle: 'Pri CKEditor',
8 help: 'Kontroli $1 por helpo.',
9 moreInfo: 'Por informoj pri licenco, bonvolu viziti nian retpaĝaron:',
10 title: 'Pri CKEditor',
11 userGuide: 'CKEditor Uzindikoj'
12} );
diff --git a/sources/plugins/about/lang/es.js b/sources/plugins/about/lang/es.js
new file mode 100644
index 00000000..f350cfce
--- /dev/null
+++ b/sources/plugins/about/lang/es.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'es', {
6 copy: 'Copyright &copy; $1. Todos los derechos reservados.',
7 dlgTitle: 'Acerca de CKEditor',
8 help: 'Lea la $1 para resolver sus dudas.',
9 moreInfo: 'Para información de licencia, por favor visite nuestro sitio web:',
10 title: 'Acerca de CKEditor',
11 userGuide: 'Guía de usuario de CKEditor'
12} );
diff --git a/sources/plugins/about/lang/et.js b/sources/plugins/about/lang/et.js
new file mode 100644
index 00000000..21ad65ac
--- /dev/null
+++ b/sources/plugins/about/lang/et.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'et', {
6 copy: 'Copyright &copy; $1. Kõik õigused kaitstud.',
7 dlgTitle: 'CKEditorist',
8 help: 'Abi jaoks vaata $1.',
9 moreInfo: 'Litsentsi andmed leiab meie veebilehelt:',
10 title: 'CKEditorist',
11 userGuide: 'CKEditori kasutusjuhendit'
12} );
diff --git a/sources/plugins/about/lang/eu.js b/sources/plugins/about/lang/eu.js
new file mode 100644
index 00000000..e2ed0309
--- /dev/null
+++ b/sources/plugins/about/lang/eu.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'eu', {
6 copy: 'Copyright &copy; $1. Eskubide guztiak erreserbaturik.',
7 dlgTitle: 'CKEditor-i buruz',
8 help: 'Begiratu $1 laguntzarako.',
9 moreInfo: 'Lizentziari buruzko informazioa gure webgunean:',
10 title: 'CKEditor-i buruz',
11 userGuide: 'CKEditor-en erabiltzaile-gida'
12} );
diff --git a/sources/plugins/about/lang/fa.js b/sources/plugins/about/lang/fa.js
new file mode 100644
index 00000000..2b818dbd
--- /dev/null
+++ b/sources/plugins/about/lang/fa.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'fa', {
6 copy: 'حق نشر &copy; $1. کلیه حقوق محفوظ است.',
7 dlgTitle: 'درباره CKEditor',
8 help: ' برای راهنمایی $1 را ملاحظه کنید.',
9 moreInfo: 'برای کسب اطلاعات مجوز لطفا به وب سایت ما مراجعه کنید:',
10 title: 'درباره CKEditor',
11 userGuide: 'راهنمای کاربران CKEditor'
12} );
diff --git a/sources/plugins/about/lang/fi.js b/sources/plugins/about/lang/fi.js
new file mode 100644
index 00000000..58804730
--- /dev/null
+++ b/sources/plugins/about/lang/fi.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'fi', {
6 copy: 'Copyright &copy; $1. Kaikki oikeuden pidätetään.',
7 dlgTitle: 'Tietoa CKEditorista',
8 help: 'Katso ohjeet: $1.',
9 moreInfo: 'Lisenssitiedot löytyvät kotisivuiltamme:',
10 title: 'Tietoa CKEditorista',
11 userGuide: 'CKEditorin käyttäjäopas'
12} );
diff --git a/sources/plugins/about/lang/fo.js b/sources/plugins/about/lang/fo.js
new file mode 100644
index 00000000..cf2c2640
--- /dev/null
+++ b/sources/plugins/about/lang/fo.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'fo', {
6 copy: 'Copyright &copy; $1. All rights reserved.',
7 dlgTitle: 'Um CKEditor',
8 help: 'Kekka $1 fyri hjálp.',
9 moreInfo: 'Licens upplýsingar finnast á heimasíðu okkara:',
10 title: 'Um CKEditor',
11 userGuide: 'CKEditor Brúkaravegleiðing'
12} );
diff --git a/sources/plugins/about/lang/fr-ca.js b/sources/plugins/about/lang/fr-ca.js
new file mode 100644
index 00000000..8c027217
--- /dev/null
+++ b/sources/plugins/about/lang/fr-ca.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'fr-ca', {
6 copy: 'Copyright &copy; $1. Tous droits réservés.',
7 dlgTitle: 'À propos de CKEditor',
8 help: 'Consulter $1 pour l\'aide.',
9 moreInfo: 'Pour les informations de licence, consulter notre site internet:',
10 title: 'À propos de CKEditor',
11 userGuide: 'Guide utilisateur de CKEditor'
12} );
diff --git a/sources/plugins/about/lang/fr.js b/sources/plugins/about/lang/fr.js
new file mode 100644
index 00000000..b3356aaa
--- /dev/null
+++ b/sources/plugins/about/lang/fr.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'fr', {
6 copy: 'Copyright &copy; $1. Tous droits réservés.',
7 dlgTitle: 'À propos de CKEditor',
8 help: 'Consulter $1 pour l\'aide.',
9 moreInfo: 'Pour les informations de licence, veuillez visiter notre site web:',
10 title: 'À propos de CKEditor',
11 userGuide: 'Guide de l\'utilisateur CKEditor en anglais'
12} );
diff --git a/sources/plugins/about/lang/gl.js b/sources/plugins/about/lang/gl.js
new file mode 100644
index 00000000..f6ee3b37
--- /dev/null
+++ b/sources/plugins/about/lang/gl.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'gl', {
6 copy: 'Copyright &copy; $1. Todos os dereitos reservados.',
7 dlgTitle: 'Sobre o CKEditor',
8 help: 'Consulte $1 para obter axuda.',
9 moreInfo: 'Para obter información sobre a licenza, visite o noso sitio web:',
10 title: 'Sobre o CKEditor',
11 userGuide: 'Guía do usuario do CKEditor'
12} );
diff --git a/sources/plugins/about/lang/gu.js b/sources/plugins/about/lang/gu.js
new file mode 100644
index 00000000..b71ff79d
--- /dev/null
+++ b/sources/plugins/about/lang/gu.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'gu', {
6 copy: 'કોપીરાઈટ &copy; $1. ઓલ રાઈટ્સ ',
7 dlgTitle: 'CKEditor વિષે',
8 help: 'મદદ માટે $1 તપાસો',
9 moreInfo: 'લાયસનસની માહિતી માટે અમારી વેબ સાઈટ',
10 title: 'CKEditor વિષે',
11 userGuide: 'CKEditor યુઝર્સ ગાઈડ'
12} );
diff --git a/sources/plugins/about/lang/he.js b/sources/plugins/about/lang/he.js
new file mode 100644
index 00000000..48872191
--- /dev/null
+++ b/sources/plugins/about/lang/he.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'he', {
6 copy: 'Copyright &copy; $1. כל הזכויות שמורות.',
7 dlgTitle: 'אודות CKEditor',
8 help: 'היכנסו ל$1 לעזרה.',
9 moreInfo: 'למידע נוסף בקרו באתרנו:',
10 title: 'אודות CKEditor',
11 userGuide: 'מדריך המשתמש של CKEditor'
12} );
diff --git a/sources/plugins/about/lang/hi.js b/sources/plugins/about/lang/hi.js
new file mode 100644
index 00000000..c6911fe5
--- /dev/null
+++ b/sources/plugins/about/lang/hi.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'hi', {
6 copy: 'Copyright &copy; $1. All rights reserved.', // MISSING
7 dlgTitle: 'About CKEditor', // MISSING
8 help: 'Check $1 for help.', // MISSING
9 moreInfo: 'For licensing information please visit our web site:', // MISSING
10 title: 'About CKEditor', // MISSING
11 userGuide: 'CKEditor User\'s Guide'
12} );
diff --git a/sources/plugins/about/lang/hr.js b/sources/plugins/about/lang/hr.js
new file mode 100644
index 00000000..492b1fa4
--- /dev/null
+++ b/sources/plugins/about/lang/hr.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'hr', {
6 copy: 'Copyright &copy; $1. All rights reserved.',
7 dlgTitle: 'O CKEditoru',
8 help: 'Provjeri $1 za pomoć.',
9 moreInfo: 'Za informacije o licencama posjetite našu web stranicu:',
10 title: 'O CKEditoru',
11 userGuide: 'Vodič za CKEditor korisnike'
12} );
diff --git a/sources/plugins/about/lang/hu.js b/sources/plugins/about/lang/hu.js
new file mode 100644
index 00000000..ee9174d0
--- /dev/null
+++ b/sources/plugins/about/lang/hu.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'hu', {
6 copy: 'Copyright &copy; $1. Minden jog fenntartva.',
7 dlgTitle: 'CKEditor névjegy',
8 help: 'Itt találsz segítséget: $1',
9 moreInfo: 'Licenszelési információkért kérjük látogassa meg weboldalunkat:',
10 title: 'CKEditor névjegy',
11 userGuide: 'CKEditor Felhasználói útmutató'
12} );
diff --git a/sources/plugins/about/lang/id.js b/sources/plugins/about/lang/id.js
new file mode 100644
index 00000000..21378d1b
--- /dev/null
+++ b/sources/plugins/about/lang/id.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'id', {
6 copy: 'Hak cipta &copy; $1. All rights reserved.',
7 dlgTitle: 'Tentang CKEditor',
8 help: 'Cel $1 untuk bantuan.',
9 moreInfo: 'Untuk informasi lisensi silahkan kunjungi web site kami:',
10 title: 'Tentang CKEditor',
11 userGuide: 'Petunjuk Pengguna CKEditor'
12} );
diff --git a/sources/plugins/about/lang/is.js b/sources/plugins/about/lang/is.js
new file mode 100644
index 00000000..fe455c53
--- /dev/null
+++ b/sources/plugins/about/lang/is.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'is', {
6 copy: 'Copyright &copy; $1. All rights reserved.', // MISSING
7 dlgTitle: 'About CKEditor', // MISSING
8 help: 'Check $1 for help.', // MISSING
9 moreInfo: 'For licensing information please visit our web site:', // MISSING
10 title: 'About CKEditor', // MISSING
11 userGuide: 'CKEditor User\'s Guide' // MISSING
12} );
diff --git a/sources/plugins/about/lang/it.js b/sources/plugins/about/lang/it.js
new file mode 100644
index 00000000..6bf1dbc0
--- /dev/null
+++ b/sources/plugins/about/lang/it.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'it', {
6 copy: 'Copyright &copy; $1. Tutti i diritti riservati.',
7 dlgTitle: 'Riguardo CKEditor',
8 help: 'Vedi $1 per l\'aiuto.',
9 moreInfo: 'Per le informazioni sulla licenza si prega di visitare il nostro sito:',
10 title: 'Riguardo CKEditor',
11 userGuide: 'Guida Utente CKEditor'
12} );
diff --git a/sources/plugins/about/lang/ja.js b/sources/plugins/about/lang/ja.js
new file mode 100644
index 00000000..3fa2e9f7
--- /dev/null
+++ b/sources/plugins/about/lang/ja.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'ja', {
6 copy: 'Copyright &copy; $1. All rights reserved.',
7 dlgTitle: 'CKEditorについて',
8 help: '$1 のヘルプを見てください。',
9 moreInfo: 'ライセンス情報の詳細はウェブサイトにて確認してください:',
10 title: 'CKEditorについて',
11 userGuide: 'CKEditor User\'s Guide'
12} );
diff --git a/sources/plugins/about/lang/ka.js b/sources/plugins/about/lang/ka.js
new file mode 100644
index 00000000..af55a888
--- /dev/null
+++ b/sources/plugins/about/lang/ka.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'ka', {
6 copy: 'Copyright &copy; $1. ყველა უფლება დაცულია.',
7 dlgTitle: 'CKEditor-ის შესახებ',
8 help: 'დახმარებისთვის იხილეთ $1.',
9 moreInfo: 'ლიცენზიის ინფორმაციისთვის ეწვიეთ ჩვენს საიტს:',
10 title: 'CKEditor-ის შესახებ',
11 userGuide: 'CKEditor-ის მომხმარებლის სახელმძღვანელო'
12} );
diff --git a/sources/plugins/about/lang/km.js b/sources/plugins/about/lang/km.js
new file mode 100644
index 00000000..32f052c8
--- /dev/null
+++ b/sources/plugins/about/lang/km.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'km', {
6 copy: 'រក្សាសិទ្ធិ &copy; $1។ រក្សា​សិទ្ធិ​គ្រប់​បែប​យ៉ាង។',
7 dlgTitle: 'អំពី CKEditor',
8 help: 'ពិនិត្យ $1 សម្រាប់​ជំនួយ។',
9 moreInfo: 'សម្រាប់​ព័ត៌មាន​អំពី​អាជ្ញាបណញណ សូម​មើល​ក្នុង​គេហទំព័រ​របស់​យើង៖',
10 title: 'អំពី CKEditor',
11 userGuide: 'វិធី​ប្រើ​ប្រាស់ CKEditor'
12} );
diff --git a/sources/plugins/about/lang/ko.js b/sources/plugins/about/lang/ko.js
new file mode 100644
index 00000000..7559ffa1
--- /dev/null
+++ b/sources/plugins/about/lang/ko.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'ko', {
6 copy: '저작권 &copy; $1 . 판권 소유.',
7 dlgTitle: 'CKEditor 에 대하여',
8 help: '도움이 필요하시면 $1 를 확인하세요.',
9 moreInfo: '라이선스에 대한 정보는 저희 웹 사이트를 참고하세요:',
10 title: 'CKEditor에 대하여',
11 userGuide: 'CKEditor 사용설명서'
12} );
diff --git a/sources/plugins/about/lang/ku.js b/sources/plugins/about/lang/ku.js
new file mode 100644
index 00000000..b9ae3c3e
--- /dev/null
+++ b/sources/plugins/about/lang/ku.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'ku', {
6 copy: 'مافی لەبەرگەرتنەوەی &copy; $1. گشتی پارێزراوه. ورگێڕانی بۆ کوردی لەلایەن هۆژە کۆیی.',
7 dlgTitle: 'دەربارەی CKEditor',
8 help: 'سەیری $1 بکه بۆ یارمەتی.',
9 moreInfo: 'بۆ زانیاری زیاتر دەربارەی مۆڵەتی بەکارهێنان، تکایه سەردانی ماڵپەڕەکەمان بکه:',
10 title: 'دەربارەی CKEditor',
11 userGuide: 'ڕێپیشاندەری CKEditors'
12} );
diff --git a/sources/plugins/about/lang/lt.js b/sources/plugins/about/lang/lt.js
new file mode 100644
index 00000000..c08b0453
--- /dev/null
+++ b/sources/plugins/about/lang/lt.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'lt', {
6 copy: 'Copyright &copy; $1. Visos teiss saugomos.',
7 dlgTitle: 'Apie CKEditor',
8 help: 'Patikrinkite $1 dėl pagalbos.',
9 moreInfo: 'Dėl licencijavimo apsilankykite mūsų svetainėje:',
10 title: 'Apie CKEditor',
11 userGuide: 'CKEditor Vartotojo Gidas'
12} );
diff --git a/sources/plugins/about/lang/lv.js b/sources/plugins/about/lang/lv.js
new file mode 100644
index 00000000..a53d277b
--- /dev/null
+++ b/sources/plugins/about/lang/lv.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'lv', {
6 copy: 'Kopēšanas tiesības &copy; $1. Visas tiesības rezervētas.',
7 dlgTitle: 'Par CKEditor',
8 help: 'Pārbaudiet $1 palīdzībai.',
9 moreInfo: 'Informācijai par licenzēšanu apmeklējiet mūsu mājas lapu:',
10 title: 'Par CKEditor',
11 userGuide: 'CKEditor Lietotāja pamācība'
12} );
diff --git a/sources/plugins/about/lang/mk.js b/sources/plugins/about/lang/mk.js
new file mode 100644
index 00000000..930b831f
--- /dev/null
+++ b/sources/plugins/about/lang/mk.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'mk', {
6 copy: 'Copyright &copy; $1. All rights reserved.', // MISSING
7 dlgTitle: 'About CKEditor', // MISSING
8 help: 'Check $1 for help.', // MISSING
9 moreInfo: 'For licensing information please visit our web site:', // MISSING
10 title: 'About CKEditor', // MISSING
11 userGuide: 'CKEditor User\'s Guide' // MISSING
12} );
diff --git a/sources/plugins/about/lang/mn.js b/sources/plugins/about/lang/mn.js
new file mode 100644
index 00000000..2f74de78
--- /dev/null
+++ b/sources/plugins/about/lang/mn.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'mn', {
6 copy: 'Copyright &copy; $1. All rights reserved.', // MISSING
7 dlgTitle: 'About CKEditor', // MISSING
8 help: 'Check $1 for help.', // MISSING
9 moreInfo: 'For licensing information please visit our web site:', // MISSING
10 title: 'About CKEditor', // MISSING
11 userGuide: 'CKEditor User\'s Guide'
12} );
diff --git a/sources/plugins/about/lang/ms.js b/sources/plugins/about/lang/ms.js
new file mode 100644
index 00000000..1032088f
--- /dev/null
+++ b/sources/plugins/about/lang/ms.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'ms', {
6 copy: 'Copyright &copy; $1. All rights reserved.', // MISSING
7 dlgTitle: 'About CKEditor', // MISSING
8 help: 'Check $1 for help.', // MISSING
9 moreInfo: 'For licensing information please visit our web site:', // MISSING
10 title: 'About CKEditor', // MISSING
11 userGuide: 'CKEditor User\'s Guide' // MISSING
12} );
diff --git a/sources/plugins/about/lang/nb.js b/sources/plugins/about/lang/nb.js
new file mode 100644
index 00000000..2562d782
--- /dev/null
+++ b/sources/plugins/about/lang/nb.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'nb', {
6 copy: 'Copyright &copy; $1. Alle rettigheter reservert.',
7 dlgTitle: 'Om CKEditor',
8 help: 'Se $1 for hjelp.',
9 moreInfo: 'For lisensieringsinformasjon, vennligst besøk vårt nettsted:',
10 title: 'Om CKEditor',
11 userGuide: 'CKEditors brukerveiledning'
12} );
diff --git a/sources/plugins/about/lang/nl.js b/sources/plugins/about/lang/nl.js
new file mode 100644
index 00000000..9298cb44
--- /dev/null
+++ b/sources/plugins/about/lang/nl.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'nl', {
6 copy: 'Copyright &copy; $1. Alle rechten voorbehouden.',
7 dlgTitle: 'Over CKEditor',
8 help: 'Bekijk de $1 voor hulp.',
9 moreInfo: 'Bezoek onze website voor licentieinformatie:',
10 title: 'Over CKEditor',
11 userGuide: 'CKEditor gebruiksaanwijzing'
12} );
diff --git a/sources/plugins/about/lang/no.js b/sources/plugins/about/lang/no.js
new file mode 100644
index 00000000..a2cc6d75
--- /dev/null
+++ b/sources/plugins/about/lang/no.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'no', {
6 copy: 'Copyright &copy; $1. Alle rettigheter reservert.',
7 dlgTitle: 'Om CKEditor',
8 help: 'Se $1 for hjelp.',
9 moreInfo: 'For lisensieringsinformasjon, vennligst besøk vårt nettsted:',
10 title: 'Om CKEditor',
11 userGuide: 'CKEditors brukerveiledning'
12} );
diff --git a/sources/plugins/about/lang/pl.js b/sources/plugins/about/lang/pl.js
new file mode 100644
index 00000000..5dbcd44d
--- /dev/null
+++ b/sources/plugins/about/lang/pl.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'pl', {
6 copy: 'Copyright &copy; $1. Wszelkie prawa zastrzeżone.',
7 dlgTitle: 'Informacje o programie CKEditor',
8 help: 'Pomoc znajdziesz w $1.',
9 moreInfo: 'Informacje na temat licencji można znaleźć na naszej stronie:',
10 title: 'Informacje o programie CKEditor',
11 userGuide: 'podręczniku użytkownika programu CKEditor'
12} );
diff --git a/sources/plugins/about/lang/pt-br.js b/sources/plugins/about/lang/pt-br.js
new file mode 100644
index 00000000..773da19a
--- /dev/null
+++ b/sources/plugins/about/lang/pt-br.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'pt-br', {
6 copy: 'Copyright &copy; $1. Todos os direitos reservados.',
7 dlgTitle: 'Sobre o CKEditor',
8 help: 'Verifique o $1 para obter ajuda.',
9 moreInfo: 'Para informações sobre a licença por favor visite o nosso site:',
10 title: 'Sobre o CKEditor',
11 userGuide: 'Guia do Usuário do CKEditor'
12} );
diff --git a/sources/plugins/about/lang/pt.js b/sources/plugins/about/lang/pt.js
new file mode 100644
index 00000000..7f78e0b9
--- /dev/null
+++ b/sources/plugins/about/lang/pt.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'pt', {
6 copy: 'Direitos de Autor &copy; $1. Todos os direitos reservados.',
7 dlgTitle: 'Sobre o CKEditor',
8 help: 'Doar $1 para ajudar.',
9 moreInfo: 'Para informação sobre licenciamento visite o nosso sítio web:',
10 title: 'Sobre o CKEditor',
11 userGuide: 'CKEditor - Guia do Utilizador'
12} );
diff --git a/sources/plugins/about/lang/ro.js b/sources/plugins/about/lang/ro.js
new file mode 100644
index 00000000..770146a1
--- /dev/null
+++ b/sources/plugins/about/lang/ro.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'ro', {
6 copy: 'Copyright &copy; $1. Toate drepturile rezervate.',
7 dlgTitle: 'Despre CKEeditor',
8 help: 'Citește $1 pentru ajutor.',
9 moreInfo: 'Pentru informații despre licență, vă rugăm vizitați web site-ul nostru:',
10 title: 'Despre CKEditor',
11 userGuide: 'CKEditor Ghid Utilizator'
12} );
diff --git a/sources/plugins/about/lang/ru.js b/sources/plugins/about/lang/ru.js
new file mode 100644
index 00000000..a1d4c70f
--- /dev/null
+++ b/sources/plugins/about/lang/ru.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'ru', {
6 copy: 'Copyright &copy; $1. Все права защищены.',
7 dlgTitle: 'О CKEditor',
8 help: '$1 содержит подробную справку по использованию.',
9 moreInfo: 'Для получения информации о лицензии, пожалуйста, перейдите на наш сайт:',
10 title: 'О CKEditor',
11 userGuide: 'Руководство пользователя CKEditor'
12} );
diff --git a/sources/plugins/about/lang/si.js b/sources/plugins/about/lang/si.js
new file mode 100644
index 00000000..2d606d90
--- /dev/null
+++ b/sources/plugins/about/lang/si.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'si', {
6 copy: 'පිටපත් අයිතිය සහ පිටපත් කිරීම;$1 .සියලුම හිමිකම් ඇවිරිණි.',
7 dlgTitle: 'CKEditor ගැන විස්තර',
8 help: 'උදව් සඳහා $1 ',
9 moreInfo: 'බලපත්‍ර තොරතුරු සදහා කරුණාකර අපගේ විද්‍යුත් ලිපිනයට පිවිසෙන්න:',
10 title: 'CKEditor ගැන විස්තර',
11 userGuide: 'CKEditor භාවිතා කිරීම පිළිබඳ '
12} );
diff --git a/sources/plugins/about/lang/sk.js b/sources/plugins/about/lang/sk.js
new file mode 100644
index 00000000..eb114ad6
--- /dev/null
+++ b/sources/plugins/about/lang/sk.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'sk', {
6 copy: 'Copyright &copy; $1. Všetky práva vyhradené.',
7 dlgTitle: 'O CKEditor-e',
8 help: 'Zaškrtnite $1 pre pomoc.',
9 moreInfo: 'Pre informácie o licenciách, prosíme, navštívte našu web stránku:',
10 title: 'O CKEditor-e',
11 userGuide: 'Používateľská príručka KCEditor-a'
12} );
diff --git a/sources/plugins/about/lang/sl.js b/sources/plugins/about/lang/sl.js
new file mode 100644
index 00000000..6c970c71
--- /dev/null
+++ b/sources/plugins/about/lang/sl.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'sl', {
6 copy: 'Copyright &copy; $1. Vse pravice pridržane.',
7 dlgTitle: 'O programu CKEditor',
8 help: 'Preverite $1 za pomoč.',
9 moreInfo: 'Za informacijo o licenci prosim obiščite našo spletno stran:',
10 title: 'O programu CKEditor',
11 userGuide: 'CKEditor Navodila za Uporabo'
12} );
diff --git a/sources/plugins/about/lang/sq.js b/sources/plugins/about/lang/sq.js
new file mode 100644
index 00000000..856e2c47
--- /dev/null
+++ b/sources/plugins/about/lang/sq.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'sq', {
6 copy: 'Të drejtat e kopjimit &copy; $1. Të gjitha të drejtat e rezervuara.',
7 dlgTitle: 'Rreth CKEditor',
8 help: 'Kontrollo $1 për ndihmë.',
9 moreInfo: 'Për informacione rreth licencave shih faqen tonë:',
10 title: 'Rreth CKEditor',
11 userGuide: 'Udhëzuesi i Shfrytëzuesit të CKEditor'
12} );
diff --git a/sources/plugins/about/lang/sr-latn.js b/sources/plugins/about/lang/sr-latn.js
new file mode 100644
index 00000000..8d65ec98
--- /dev/null
+++ b/sources/plugins/about/lang/sr-latn.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'sr-latn', {
6 copy: 'Copyright &copy; $1. All rights reserved.', // MISSING
7 dlgTitle: 'About CKEditor', // MISSING
8 help: 'Check $1 for help.', // MISSING
9 moreInfo: 'For licensing information please visit our web site:', // MISSING
10 title: 'About CKEditor', // MISSING
11 userGuide: 'CKEditor User\'s Guide' // MISSING
12} );
diff --git a/sources/plugins/about/lang/sr.js b/sources/plugins/about/lang/sr.js
new file mode 100644
index 00000000..b726d9e8
--- /dev/null
+++ b/sources/plugins/about/lang/sr.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'sr', {
6 copy: 'Copyright &copy; $1. All rights reserved.', // MISSING
7 dlgTitle: 'About CKEditor', // MISSING
8 help: 'Check $1 for help.', // MISSING
9 moreInfo: 'For licensing information please visit our web site:', // MISSING
10 title: 'About CKEditor', // MISSING
11 userGuide: 'CKEditor User\'s Guide' // MISSING
12} );
diff --git a/sources/plugins/about/lang/sv.js b/sources/plugins/about/lang/sv.js
new file mode 100644
index 00000000..4f70f4b3
--- /dev/null
+++ b/sources/plugins/about/lang/sv.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'sv', {
6 copy: 'Copyright &copy; $1. Alla rättigheter reserverade.',
7 dlgTitle: 'Om CKEditor',
8 help: 'Se $1 för hjälp.',
9 moreInfo: 'För information av licensiering besök vår hemsida:',
10 title: 'Om CKEditor',
11 userGuide: 'CKEditor User\'s Guide'
12} );
diff --git a/sources/plugins/about/lang/th.js b/sources/plugins/about/lang/th.js
new file mode 100644
index 00000000..bac332d6
--- /dev/null
+++ b/sources/plugins/about/lang/th.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'th', {
6 copy: 'Copyright &copy; $1. All rights reserved.', // MISSING
7 dlgTitle: 'About CKEditor', // MISSING
8 help: 'Check $1 for help.', // MISSING
9 moreInfo: 'For licensing information please visit our web site:', // MISSING
10 title: 'About CKEditor', // MISSING
11 userGuide: 'CKEditor User\'s Guide'
12} );
diff --git a/sources/plugins/about/lang/tr.js b/sources/plugins/about/lang/tr.js
new file mode 100644
index 00000000..f16db121
--- /dev/null
+++ b/sources/plugins/about/lang/tr.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'tr', {
6 copy: 'Copyright &copy; $1. Tüm hakları saklıdır.',
7 dlgTitle: 'CKEditor Hakkında',
8 help: 'Yardım için $1 kontrol edin.',
9 moreInfo: 'Lisanslama hakkında daha fazla bilgi almak için lütfen sitemizi ziyaret edin:',
10 title: 'CKEditor Hakkında',
11 userGuide: 'CKEditor Kullanıcı Kılavuzu'
12} );
diff --git a/sources/plugins/about/lang/tt.js b/sources/plugins/about/lang/tt.js
new file mode 100644
index 00000000..17441c3e
--- /dev/null
+++ b/sources/plugins/about/lang/tt.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'tt', {
6 copy: 'Copyright &copy; $1. Бар хокуклар сакланган',
7 dlgTitle: 'CKEditor турында',
8 help: 'Ярдәм өчен $1 тикшереп карагыз.',
9 moreInfo: 'For licensing information please visit our web site:', // MISSING
10 title: 'CKEditor турында',
11 userGuide: 'CKEditor кулланмасы'
12} );
diff --git a/sources/plugins/about/lang/ug.js b/sources/plugins/about/lang/ug.js
new file mode 100644
index 00000000..482f5012
--- /dev/null
+++ b/sources/plugins/about/lang/ug.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'ug', {
6 copy: 'Copyright &copy; $1. نەشر ھوقۇقىغا ئىگە',
7 dlgTitle: 'CKEditor ھەققىدە',
8 help: '$1 نى زىيارەت قىلىپ ياردەمگە ئېرىشىڭ',
9 moreInfo: 'تور تۇرايىمىزنى زىيارەت قىلىپ كېلىشىمگە ئائىت تېخىمۇ كۆپ ئۇچۇرغا ئېرىشىڭ',
10 title: 'CKEditor ھەققىدە',
11 userGuide: 'CKEditor ئىشلەتكۈچى قوللانمىسى'
12} );
diff --git a/sources/plugins/about/lang/uk.js b/sources/plugins/about/lang/uk.js
new file mode 100644
index 00000000..9acad4cf
--- /dev/null
+++ b/sources/plugins/about/lang/uk.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'uk', {
6 copy: 'Copyright &copy; $1. Всі права застережено.',
7 dlgTitle: 'Про CKEditor',
8 help: 'Перевірте $1 для допомоги.',
9 moreInfo: 'Щодо інформації з ліцензування завітайте на наш сайт:',
10 title: 'Про CKEditor',
11 userGuide: 'Інструкція Користувача для CKEditor'
12} );
diff --git a/sources/plugins/about/lang/vi.js b/sources/plugins/about/lang/vi.js
new file mode 100644
index 00000000..a72559d4
--- /dev/null
+++ b/sources/plugins/about/lang/vi.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'vi', {
6 copy: 'Bản quyền &copy; $1. Giữ toàn quyền.',
7 dlgTitle: 'Thông tin về CKEditor',
8 help: 'Kiểm tra $1 để được giúp đỡ.',
9 moreInfo: 'Vui lòng ghé thăm trang web của chúng tôi để có thông tin về giấy phép:',
10 title: 'Thông tin về CKEditor',
11 userGuide: 'Hướng dẫn sử dụng CKEditor'
12} );
diff --git a/sources/plugins/about/lang/zh-cn.js b/sources/plugins/about/lang/zh-cn.js
new file mode 100644
index 00000000..e5548b29
--- /dev/null
+++ b/sources/plugins/about/lang/zh-cn.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'zh-cn', {
6 copy: '版权所有 &copy; $1。<br />保留所有权利。',
7 dlgTitle: '关于 CKEditor',
8 help: '访问 $1 以获取帮助。',
9 moreInfo: '相关授权许可信息请访问我们的网站:',
10 title: '关于 CKEditor',
11 userGuide: 'CKEditor 用户向导'
12} );
diff --git a/sources/plugins/about/lang/zh.js b/sources/plugins/about/lang/zh.js
new file mode 100644
index 00000000..955546d9
--- /dev/null
+++ b/sources/plugins/about/lang/zh.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'zh', {
6 copy: 'Copyright &copy; $1. All rights reserved.',
7 dlgTitle: '關於 CKEditor',
8 help: '檢閱 $1 尋求幫助。',
9 moreInfo: '關於授權資訊,請參閱我們的網站:',
10 title: '關於 CKEditor',
11 userGuide: 'CKEditor 使用者手冊'
12} );
diff --git a/sources/plugins/about/plugin.js b/sources/plugins/about/plugin.js
new file mode 100644
index 00000000..09dd4bc7
--- /dev/null
+++ b/sources/plugins/about/plugin.js
@@ -0,0 +1,27 @@
1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6CKEDITOR.plugins.add( 'about', {
7 requires: 'dialog',
8 // jscs:disable maximumLineLength
9 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,id,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,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%
10 // jscs:enable maximumLineLength
11 icons: 'about', // %REMOVE_LINE_CORE%
12 hidpi: true, // %REMOVE_LINE_CORE%
13 init: function( editor ) {
14 var command = editor.addCommand( 'about', new CKEDITOR.dialogCommand( 'about' ) );
15 command.modes = { wysiwyg: 1, source: 1 };
16 command.canUndo = false;
17 command.readOnly = 1;
18
19 editor.ui.addButton && editor.ui.addButton( 'About', {
20 label: editor.lang.about.title,
21 command: 'about',
22 toolbar: 'about'
23 } );
24
25 CKEDITOR.dialog.add( 'about', this.path + 'dialogs/about.js' );
26 }
27} );