diff options
Diffstat (limited to 'plugins/print/lang')
64 files changed, 448 insertions, 0 deletions
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: '列印'
+});
|
