summaryrefslogtreecommitdiff
path: root/plugins/print
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/print')
-rw-r--r--plugins/print/icons/print.pngbin0 -> 763 bytes
-rw-r--r--plugins/print/lang/af.js7
-rw-r--r--plugins/print/lang/ar.js7
-rw-r--r--plugins/print/lang/bg.js7
-rw-r--r--plugins/print/lang/bn.js7
-rw-r--r--plugins/print/lang/bs.js7
-rw-r--r--plugins/print/lang/ca.js7
-rw-r--r--plugins/print/lang/cs.js7
-rw-r--r--plugins/print/lang/cy.js7
-rw-r--r--plugins/print/lang/da.js7
-rw-r--r--plugins/print/lang/de.js7
-rw-r--r--plugins/print/lang/el.js7
-rw-r--r--plugins/print/lang/en-au.js7
-rw-r--r--plugins/print/lang/en-ca.js7
-rw-r--r--plugins/print/lang/en-gb.js7
-rw-r--r--plugins/print/lang/en.js7
-rw-r--r--plugins/print/lang/eo.js7
-rw-r--r--plugins/print/lang/es.js7
-rw-r--r--plugins/print/lang/et.js7
-rw-r--r--plugins/print/lang/eu.js7
-rw-r--r--plugins/print/lang/fa.js7
-rw-r--r--plugins/print/lang/fi.js7
-rw-r--r--plugins/print/lang/fo.js7
-rw-r--r--plugins/print/lang/fr-ca.js7
-rw-r--r--plugins/print/lang/fr.js7
-rw-r--r--plugins/print/lang/gl.js7
-rw-r--r--plugins/print/lang/gu.js7
-rw-r--r--plugins/print/lang/he.js7
-rw-r--r--plugins/print/lang/hi.js7
-rw-r--r--plugins/print/lang/hr.js7
-rw-r--r--plugins/print/lang/hu.js7
-rw-r--r--plugins/print/lang/is.js7
-rw-r--r--plugins/print/lang/it.js7
-rw-r--r--plugins/print/lang/ja.js7
-rw-r--r--plugins/print/lang/ka.js7
-rw-r--r--plugins/print/lang/km.js7
-rw-r--r--plugins/print/lang/ko.js7
-rw-r--r--plugins/print/lang/ku.js7
-rw-r--r--plugins/print/lang/lt.js7
-rw-r--r--plugins/print/lang/lv.js7
-rw-r--r--plugins/print/lang/mk.js7
-rw-r--r--plugins/print/lang/mn.js7
-rw-r--r--plugins/print/lang/ms.js7
-rw-r--r--plugins/print/lang/nb.js7
-rw-r--r--plugins/print/lang/nl.js7
-rw-r--r--plugins/print/lang/no.js7
-rw-r--r--plugins/print/lang/pl.js7
-rw-r--r--plugins/print/lang/pt-br.js7
-rw-r--r--plugins/print/lang/pt.js7
-rw-r--r--plugins/print/lang/ro.js7
-rw-r--r--plugins/print/lang/ru.js7
-rw-r--r--plugins/print/lang/si.js7
-rw-r--r--plugins/print/lang/sk.js7
-rw-r--r--plugins/print/lang/sl.js7
-rw-r--r--plugins/print/lang/sq.js7
-rw-r--r--plugins/print/lang/sr-latn.js7
-rw-r--r--plugins/print/lang/sr.js7
-rw-r--r--plugins/print/lang/sv.js7
-rw-r--r--plugins/print/lang/th.js7
-rw-r--r--plugins/print/lang/tr.js7
-rw-r--r--plugins/print/lang/ug.js7
-rw-r--r--plugins/print/lang/uk.js7
-rw-r--r--plugins/print/lang/vi.js7
-rw-r--r--plugins/print/lang/zh-cn.js7
-rw-r--r--plugins/print/lang/zh.js7
-rw-r--r--plugins/print/plugin.js44
66 files changed, 492 insertions, 0 deletions
diff --git a/plugins/print/icons/print.png b/plugins/print/icons/print.png
new file mode 100644
index 0000000..e74dfff
--- /dev/null
+++ b/plugins/print/icons/print.png
Binary files differ
diff --git a/plugins/print/lang/af.js b/plugins/print/lang/af.js
new file mode 100644
index 0000000..e7f7625
--- /dev/null
+++ b/plugins/print/lang/af.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'af', {
+ toolbar: 'Druk'
+});
diff --git a/plugins/print/lang/ar.js b/plugins/print/lang/ar.js
new file mode 100644
index 0000000..90f7bcd
--- /dev/null
+++ b/plugins/print/lang/ar.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'ar', {
+ toolbar: 'طباعة'
+});
diff --git a/plugins/print/lang/bg.js b/plugins/print/lang/bg.js
new file mode 100644
index 0000000..a668072
--- /dev/null
+++ b/plugins/print/lang/bg.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'bg', {
+ toolbar: 'Печат'
+});
diff --git a/plugins/print/lang/bn.js b/plugins/print/lang/bn.js
new file mode 100644
index 0000000..f992a23
--- /dev/null
+++ b/plugins/print/lang/bn.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'bn', {
+ toolbar: 'প্রিন্ট'
+});
diff --git a/plugins/print/lang/bs.js b/plugins/print/lang/bs.js
new file mode 100644
index 0000000..978c1d9
--- /dev/null
+++ b/plugins/print/lang/bs.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'bs', {
+ toolbar: 'Štampaj'
+});
diff --git a/plugins/print/lang/ca.js b/plugins/print/lang/ca.js
new file mode 100644
index 0000000..ac69b7b
--- /dev/null
+++ b/plugins/print/lang/ca.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'ca', {
+ toolbar: 'Imprimeix'
+});
diff --git a/plugins/print/lang/cs.js b/plugins/print/lang/cs.js
new file mode 100644
index 0000000..168750d
--- /dev/null
+++ b/plugins/print/lang/cs.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'cs', {
+ toolbar: 'Tisk'
+});
diff --git a/plugins/print/lang/cy.js b/plugins/print/lang/cy.js
new file mode 100644
index 0000000..925875f
--- /dev/null
+++ b/plugins/print/lang/cy.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'cy', {
+ toolbar: 'Argraffu'
+});
diff --git a/plugins/print/lang/da.js b/plugins/print/lang/da.js
new file mode 100644
index 0000000..9ff08b8
--- /dev/null
+++ b/plugins/print/lang/da.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'da', {
+ toolbar: 'Udskriv'
+});
diff --git a/plugins/print/lang/de.js b/plugins/print/lang/de.js
new file mode 100644
index 0000000..b282eba
--- /dev/null
+++ b/plugins/print/lang/de.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'de', {
+ toolbar: 'Drucken'
+});
diff --git a/plugins/print/lang/el.js b/plugins/print/lang/el.js
new file mode 100644
index 0000000..35c8666
--- /dev/null
+++ b/plugins/print/lang/el.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'el', {
+ toolbar: 'Εκτύπωση'
+});
diff --git a/plugins/print/lang/en-au.js b/plugins/print/lang/en-au.js
new file mode 100644
index 0000000..cb0c61c
--- /dev/null
+++ b/plugins/print/lang/en-au.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'en-au', {
+ toolbar: 'Print'
+});
diff --git a/plugins/print/lang/en-ca.js b/plugins/print/lang/en-ca.js
new file mode 100644
index 0000000..c9817d0
--- /dev/null
+++ b/plugins/print/lang/en-ca.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'en-ca', {
+ toolbar: 'Print'
+});
diff --git a/plugins/print/lang/en-gb.js b/plugins/print/lang/en-gb.js
new file mode 100644
index 0000000..e16524e
--- /dev/null
+++ b/plugins/print/lang/en-gb.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'en-gb', {
+ toolbar: 'Print'
+});
diff --git a/plugins/print/lang/en.js b/plugins/print/lang/en.js
new file mode 100644
index 0000000..9203f8f
--- /dev/null
+++ b/plugins/print/lang/en.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'en', {
+ toolbar: 'Print'
+});
diff --git a/plugins/print/lang/eo.js b/plugins/print/lang/eo.js
new file mode 100644
index 0000000..0a4a74a
--- /dev/null
+++ b/plugins/print/lang/eo.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'eo', {
+ toolbar: 'Presi'
+});
diff --git a/plugins/print/lang/es.js b/plugins/print/lang/es.js
new file mode 100644
index 0000000..3666544
--- /dev/null
+++ b/plugins/print/lang/es.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'es', {
+ toolbar: 'Imprimir'
+});
diff --git a/plugins/print/lang/et.js b/plugins/print/lang/et.js
new file mode 100644
index 0000000..aa6db4a
--- /dev/null
+++ b/plugins/print/lang/et.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'et', {
+ toolbar: 'Printimine'
+});
diff --git a/plugins/print/lang/eu.js b/plugins/print/lang/eu.js
new file mode 100644
index 0000000..1374992
--- /dev/null
+++ b/plugins/print/lang/eu.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'eu', {
+ toolbar: 'Inprimatu'
+});
diff --git a/plugins/print/lang/fa.js b/plugins/print/lang/fa.js
new file mode 100644
index 0000000..9e948d5
--- /dev/null
+++ b/plugins/print/lang/fa.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'fa', {
+ toolbar: 'چاپ'
+});
diff --git a/plugins/print/lang/fi.js b/plugins/print/lang/fi.js
new file mode 100644
index 0000000..39c9250
--- /dev/null
+++ b/plugins/print/lang/fi.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'fi', {
+ toolbar: 'Tulosta'
+});
diff --git a/plugins/print/lang/fo.js b/plugins/print/lang/fo.js
new file mode 100644
index 0000000..1ab8451
--- /dev/null
+++ b/plugins/print/lang/fo.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'fo', {
+ toolbar: 'Prenta'
+});
diff --git a/plugins/print/lang/fr-ca.js b/plugins/print/lang/fr-ca.js
new file mode 100644
index 0000000..f9b0d59
--- /dev/null
+++ b/plugins/print/lang/fr-ca.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'fr-ca', {
+ toolbar: 'Imprimer'
+});
diff --git a/plugins/print/lang/fr.js b/plugins/print/lang/fr.js
new file mode 100644
index 0000000..9ddac9b
--- /dev/null
+++ b/plugins/print/lang/fr.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'fr', {
+ toolbar: 'Imprimer'
+});
diff --git a/plugins/print/lang/gl.js b/plugins/print/lang/gl.js
new file mode 100644
index 0000000..aa07bc2
--- /dev/null
+++ b/plugins/print/lang/gl.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'gl', {
+ toolbar: 'Imprimir'
+});
diff --git a/plugins/print/lang/gu.js b/plugins/print/lang/gu.js
new file mode 100644
index 0000000..4891d52
--- /dev/null
+++ b/plugins/print/lang/gu.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'gu', {
+ toolbar: 'પ્રિન્ટ'
+});
diff --git a/plugins/print/lang/he.js b/plugins/print/lang/he.js
new file mode 100644
index 0000000..afe1b2a
--- /dev/null
+++ b/plugins/print/lang/he.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'he', {
+ toolbar: 'הדפסה'
+});
diff --git a/plugins/print/lang/hi.js b/plugins/print/lang/hi.js
new file mode 100644
index 0000000..292f293
--- /dev/null
+++ b/plugins/print/lang/hi.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'hi', {
+ toolbar: 'प्रिन्ट'
+});
diff --git a/plugins/print/lang/hr.js b/plugins/print/lang/hr.js
new file mode 100644
index 0000000..7c43240
--- /dev/null
+++ b/plugins/print/lang/hr.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'hr', {
+ toolbar: 'Ispiši'
+});
diff --git a/plugins/print/lang/hu.js b/plugins/print/lang/hu.js
new file mode 100644
index 0000000..0d43ac5
--- /dev/null
+++ b/plugins/print/lang/hu.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'hu', {
+ toolbar: 'Nyomtatás'
+});
diff --git a/plugins/print/lang/is.js b/plugins/print/lang/is.js
new file mode 100644
index 0000000..f4f5758
--- /dev/null
+++ b/plugins/print/lang/is.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'is', {
+ toolbar: 'Prenta'
+});
diff --git a/plugins/print/lang/it.js b/plugins/print/lang/it.js
new file mode 100644
index 0000000..45ea178
--- /dev/null
+++ b/plugins/print/lang/it.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'it', {
+ toolbar: 'Stampa'
+});
diff --git a/plugins/print/lang/ja.js b/plugins/print/lang/ja.js
new file mode 100644
index 0000000..7653f0d
--- /dev/null
+++ b/plugins/print/lang/ja.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'ja', {
+ toolbar: '印刷'
+});
diff --git a/plugins/print/lang/ka.js b/plugins/print/lang/ka.js
new file mode 100644
index 0000000..ac1d915
--- /dev/null
+++ b/plugins/print/lang/ka.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'ka', {
+ toolbar: 'ბეჭდვა'
+});
diff --git a/plugins/print/lang/km.js b/plugins/print/lang/km.js
new file mode 100644
index 0000000..12d2063
--- /dev/null
+++ b/plugins/print/lang/km.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'km', {
+ toolbar: 'បោះពុម្ព'
+});
diff --git a/plugins/print/lang/ko.js b/plugins/print/lang/ko.js
new file mode 100644
index 0000000..6076f0f
--- /dev/null
+++ b/plugins/print/lang/ko.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'ko', {
+ toolbar: '인쇄하기'
+});
diff --git a/plugins/print/lang/ku.js b/plugins/print/lang/ku.js
new file mode 100644
index 0000000..47a8efe
--- /dev/null
+++ b/plugins/print/lang/ku.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'ku', {
+ toolbar: 'چاپکردن'
+});
diff --git a/plugins/print/lang/lt.js b/plugins/print/lang/lt.js
new file mode 100644
index 0000000..c2125a4
--- /dev/null
+++ b/plugins/print/lang/lt.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'lt', {
+ toolbar: 'Spausdinti'
+});
diff --git a/plugins/print/lang/lv.js b/plugins/print/lang/lv.js
new file mode 100644
index 0000000..ee34688
--- /dev/null
+++ b/plugins/print/lang/lv.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'lv', {
+ toolbar: 'Drukāt'
+});
diff --git a/plugins/print/lang/mk.js b/plugins/print/lang/mk.js
new file mode 100644
index 0000000..5bac34d
--- /dev/null
+++ b/plugins/print/lang/mk.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'mk', {
+ toolbar: 'Print' // MISSING
+});
diff --git a/plugins/print/lang/mn.js b/plugins/print/lang/mn.js
new file mode 100644
index 0000000..1e97ab7
--- /dev/null
+++ b/plugins/print/lang/mn.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'mn', {
+ toolbar: 'Хэвлэх'
+});
diff --git a/plugins/print/lang/ms.js b/plugins/print/lang/ms.js
new file mode 100644
index 0000000..6d8a2d2
--- /dev/null
+++ b/plugins/print/lang/ms.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'ms', {
+ toolbar: 'Cetak'
+});
diff --git a/plugins/print/lang/nb.js b/plugins/print/lang/nb.js
new file mode 100644
index 0000000..4a76f02
--- /dev/null
+++ b/plugins/print/lang/nb.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'nb', {
+ toolbar: 'Skriv ut'
+});
diff --git a/plugins/print/lang/nl.js b/plugins/print/lang/nl.js
new file mode 100644
index 0000000..ce3cf10
--- /dev/null
+++ b/plugins/print/lang/nl.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'nl', {
+ toolbar: 'Printen'
+});
diff --git a/plugins/print/lang/no.js b/plugins/print/lang/no.js
new file mode 100644
index 0000000..35e7449
--- /dev/null
+++ b/plugins/print/lang/no.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'no', {
+ toolbar: 'Skriv ut'
+});
diff --git a/plugins/print/lang/pl.js b/plugins/print/lang/pl.js
new file mode 100644
index 0000000..8dbee4e
--- /dev/null
+++ b/plugins/print/lang/pl.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'pl', {
+ toolbar: 'Drukuj'
+});
diff --git a/plugins/print/lang/pt-br.js b/plugins/print/lang/pt-br.js
new file mode 100644
index 0000000..6327199
--- /dev/null
+++ b/plugins/print/lang/pt-br.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'pt-br', {
+ toolbar: 'Imprimir'
+});
diff --git a/plugins/print/lang/pt.js b/plugins/print/lang/pt.js
new file mode 100644
index 0000000..54a5ddf
--- /dev/null
+++ b/plugins/print/lang/pt.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'pt', {
+ toolbar: 'Imprimir'
+});
diff --git a/plugins/print/lang/ro.js b/plugins/print/lang/ro.js
new file mode 100644
index 0000000..9cc79aa
--- /dev/null
+++ b/plugins/print/lang/ro.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'ro', {
+ toolbar: 'Printează'
+});
diff --git a/plugins/print/lang/ru.js b/plugins/print/lang/ru.js
new file mode 100644
index 0000000..9cf4386
--- /dev/null
+++ b/plugins/print/lang/ru.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'ru', {
+ toolbar: 'Печать'
+});
diff --git a/plugins/print/lang/si.js b/plugins/print/lang/si.js
new file mode 100644
index 0000000..82f1dd1
--- /dev/null
+++ b/plugins/print/lang/si.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'si', {
+ toolbar: 'මුද්‍රණය කරන්න'
+});
diff --git a/plugins/print/lang/sk.js b/plugins/print/lang/sk.js
new file mode 100644
index 0000000..c17db08
--- /dev/null
+++ b/plugins/print/lang/sk.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'sk', {
+ toolbar: 'Tlač'
+});
diff --git a/plugins/print/lang/sl.js b/plugins/print/lang/sl.js
new file mode 100644
index 0000000..1f95fe8
--- /dev/null
+++ b/plugins/print/lang/sl.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'sl', {
+ toolbar: 'Natisni'
+});
diff --git a/plugins/print/lang/sq.js b/plugins/print/lang/sq.js
new file mode 100644
index 0000000..2b9ec72
--- /dev/null
+++ b/plugins/print/lang/sq.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'sq', {
+ toolbar: 'Shtype'
+});
diff --git a/plugins/print/lang/sr-latn.js b/plugins/print/lang/sr-latn.js
new file mode 100644
index 0000000..f75fb65
--- /dev/null
+++ b/plugins/print/lang/sr-latn.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'sr-latn', {
+ toolbar: 'Štampa'
+});
diff --git a/plugins/print/lang/sr.js b/plugins/print/lang/sr.js
new file mode 100644
index 0000000..6d0351b
--- /dev/null
+++ b/plugins/print/lang/sr.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'sr', {
+ toolbar: 'Штампа'
+});
diff --git a/plugins/print/lang/sv.js b/plugins/print/lang/sv.js
new file mode 100644
index 0000000..fb415e3
--- /dev/null
+++ b/plugins/print/lang/sv.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'sv', {
+ toolbar: 'Skriv ut'
+});
diff --git a/plugins/print/lang/th.js b/plugins/print/lang/th.js
new file mode 100644
index 0000000..b1fda0e
--- /dev/null
+++ b/plugins/print/lang/th.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'th', {
+ toolbar: 'สั่งพิมพ์'
+});
diff --git a/plugins/print/lang/tr.js b/plugins/print/lang/tr.js
new file mode 100644
index 0000000..f0ab269
--- /dev/null
+++ b/plugins/print/lang/tr.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'tr', {
+ toolbar: 'Yazdır'
+});
diff --git a/plugins/print/lang/ug.js b/plugins/print/lang/ug.js
new file mode 100644
index 0000000..596e454
--- /dev/null
+++ b/plugins/print/lang/ug.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'ug', {
+ toolbar: 'باس '
+});
diff --git a/plugins/print/lang/uk.js b/plugins/print/lang/uk.js
new file mode 100644
index 0000000..087188e
--- /dev/null
+++ b/plugins/print/lang/uk.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'uk', {
+ toolbar: 'Друк'
+});
diff --git a/plugins/print/lang/vi.js b/plugins/print/lang/vi.js
new file mode 100644
index 0000000..3bc71f1
--- /dev/null
+++ b/plugins/print/lang/vi.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'vi', {
+ toolbar: 'In'
+});
diff --git a/plugins/print/lang/zh-cn.js b/plugins/print/lang/zh-cn.js
new file mode 100644
index 0000000..ffd8ca8
--- /dev/null
+++ b/plugins/print/lang/zh-cn.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'zh-cn', {
+ toolbar: '打印'
+});
diff --git a/plugins/print/lang/zh.js b/plugins/print/lang/zh.js
new file mode 100644
index 0000000..cb85d99
--- /dev/null
+++ b/plugins/print/lang/zh.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'print', 'zh', {
+ toolbar: '列印'
+});
diff --git a/plugins/print/plugin.js b/plugins/print/plugin.js
new file mode 100644
index 0000000..278fe79
--- /dev/null
+++ b/plugins/print/plugin.js
@@ -0,0 +1,44 @@
+/**
+ * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.html or http://ckeditor.com/license
+ */
+
+/**
+ * @fileOverview Print Plugin
+ */
+
+CKEDITOR.plugins.add( 'print', {
+ 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: 'print,', // %REMOVE_LINE_CORE%
+ init: function( editor ) {
+ // Print plugin isn't available in inline mode yet.
+ if ( editor.elementMode == CKEDITOR.ELEMENT_MODE_INLINE )
+ return;
+
+ var pluginName = 'print';
+
+ // Register the command.
+ var command = editor.addCommand( pluginName, CKEDITOR.plugins.print );
+
+ // Register the toolbar button.
+ editor.ui.addButton && editor.ui.addButton( 'Print', {
+ label: editor.lang.print.toolbar,
+ command: pluginName,
+ toolbar: 'document,50'
+ });
+ }
+});
+
+CKEDITOR.plugins.print = {
+ exec: function( editor ) {
+ if ( CKEDITOR.env.opera )
+ return;
+ else if ( CKEDITOR.env.gecko )
+ editor.window.$.print();
+ else
+ editor.document.$.execCommand( "Print" );
+ },
+ canUndo: false,
+ readOnly: 1,
+ modes: { wysiwyg: !( CKEDITOR.env.opera ) } // It is imposible to print the inner document in Opera.
+};