diff options
Diffstat (limited to 'plugins/showblocks/lang')
64 files changed, 448 insertions, 0 deletions
diff --git a/plugins/showblocks/lang/af.js b/plugins/showblocks/lang/af.js new file mode 100644 index 0000000..2d38fa8 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'af', {
+ toolbar: 'Toon blokke'
+});
diff --git a/plugins/showblocks/lang/ar.js b/plugins/showblocks/lang/ar.js new file mode 100644 index 0000000..32af718 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'ar', {
+ toolbar: 'مخطط تفصيلي'
+});
diff --git a/plugins/showblocks/lang/bg.js b/plugins/showblocks/lang/bg.js new file mode 100644 index 0000000..6c349b1 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'bg', {
+ toolbar: 'Показва блокове'
+});
diff --git a/plugins/showblocks/lang/bn.js b/plugins/showblocks/lang/bn.js new file mode 100644 index 0000000..4b4824b --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'bn', {
+ toolbar: 'Show Blocks' // MISSING
+});
diff --git a/plugins/showblocks/lang/bs.js b/plugins/showblocks/lang/bs.js new file mode 100644 index 0000000..e998767 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'bs', {
+ toolbar: 'Show Blocks' // MISSING
+});
diff --git a/plugins/showblocks/lang/ca.js b/plugins/showblocks/lang/ca.js new file mode 100644 index 0000000..821d21c --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'ca', {
+ toolbar: 'Mostra els blocs'
+});
diff --git a/plugins/showblocks/lang/cs.js b/plugins/showblocks/lang/cs.js new file mode 100644 index 0000000..6bf9719 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'cs', {
+ toolbar: 'Ukázat bloky'
+});
diff --git a/plugins/showblocks/lang/cy.js b/plugins/showblocks/lang/cy.js new file mode 100644 index 0000000..b9e3a5e --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'cy', {
+ toolbar: 'Dangos Blociau'
+});
diff --git a/plugins/showblocks/lang/da.js b/plugins/showblocks/lang/da.js new file mode 100644 index 0000000..ae444d5 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'da', {
+ toolbar: 'Vis afsnitsmærker'
+});
diff --git a/plugins/showblocks/lang/de.js b/plugins/showblocks/lang/de.js new file mode 100644 index 0000000..59f380e --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'de', {
+ toolbar: 'Blöcke anzeigen'
+});
diff --git a/plugins/showblocks/lang/el.js b/plugins/showblocks/lang/el.js new file mode 100644 index 0000000..bad9027 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'el', {
+ toolbar: 'Προβολή Περιοχών'
+});
diff --git a/plugins/showblocks/lang/en-au.js b/plugins/showblocks/lang/en-au.js new file mode 100644 index 0000000..bae8bf1 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'en-au', {
+ toolbar: 'Show Blocks'
+});
diff --git a/plugins/showblocks/lang/en-ca.js b/plugins/showblocks/lang/en-ca.js new file mode 100644 index 0000000..498f4d6 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'en-ca', {
+ toolbar: 'Show Blocks'
+});
diff --git a/plugins/showblocks/lang/en-gb.js b/plugins/showblocks/lang/en-gb.js new file mode 100644 index 0000000..982850d --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'en-gb', {
+ toolbar: 'Show Blocks'
+});
diff --git a/plugins/showblocks/lang/en.js b/plugins/showblocks/lang/en.js new file mode 100644 index 0000000..307ee94 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'en', {
+ toolbar: 'Show Blocks'
+});
diff --git a/plugins/showblocks/lang/eo.js b/plugins/showblocks/lang/eo.js new file mode 100644 index 0000000..5e63384 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'eo', {
+ toolbar: 'Montri la blokojn'
+});
diff --git a/plugins/showblocks/lang/es.js b/plugins/showblocks/lang/es.js new file mode 100644 index 0000000..0a9dbd6 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'es', {
+ toolbar: 'Mostrar bloques'
+});
diff --git a/plugins/showblocks/lang/et.js b/plugins/showblocks/lang/et.js new file mode 100644 index 0000000..9e3bb14 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'et', {
+ toolbar: 'Blokkide näitamine'
+});
diff --git a/plugins/showblocks/lang/eu.js b/plugins/showblocks/lang/eu.js new file mode 100644 index 0000000..540aa7a --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'eu', {
+ toolbar: 'Blokeak erakutsi'
+});
diff --git a/plugins/showblocks/lang/fa.js b/plugins/showblocks/lang/fa.js new file mode 100644 index 0000000..7b94506 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'fa', {
+ toolbar: 'نمایش بلوکها'
+});
diff --git a/plugins/showblocks/lang/fi.js b/plugins/showblocks/lang/fi.js new file mode 100644 index 0000000..0dc372e --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'fi', {
+ toolbar: 'Näytä elementit'
+});
diff --git a/plugins/showblocks/lang/fo.js b/plugins/showblocks/lang/fo.js new file mode 100644 index 0000000..af98960 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'fo', {
+ toolbar: 'Vís blokkar'
+});
diff --git a/plugins/showblocks/lang/fr-ca.js b/plugins/showblocks/lang/fr-ca.js new file mode 100644 index 0000000..7be95c6 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'fr-ca', {
+ toolbar: 'Afficher les blocs'
+});
diff --git a/plugins/showblocks/lang/fr.js b/plugins/showblocks/lang/fr.js new file mode 100644 index 0000000..59b271c --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'fr', {
+ toolbar: 'Afficher les blocs'
+});
diff --git a/plugins/showblocks/lang/gl.js b/plugins/showblocks/lang/gl.js new file mode 100644 index 0000000..08877fc --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'gl', {
+ toolbar: 'Amosar os bloques'
+});
diff --git a/plugins/showblocks/lang/gu.js b/plugins/showblocks/lang/gu.js new file mode 100644 index 0000000..420383e --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'gu', {
+ toolbar: 'બ્લૉક બતાવવું'
+});
diff --git a/plugins/showblocks/lang/he.js b/plugins/showblocks/lang/he.js new file mode 100644 index 0000000..213666c --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'he', {
+ toolbar: 'הצגת בלוקים'
+});
diff --git a/plugins/showblocks/lang/hi.js b/plugins/showblocks/lang/hi.js new file mode 100644 index 0000000..84b74fb --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'hi', {
+ toolbar: 'ब्लॉक दिखायें'
+});
diff --git a/plugins/showblocks/lang/hr.js b/plugins/showblocks/lang/hr.js new file mode 100644 index 0000000..bab9bae --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'hr', {
+ toolbar: 'Prikaži blokove'
+});
diff --git a/plugins/showblocks/lang/hu.js b/plugins/showblocks/lang/hu.js new file mode 100644 index 0000000..199eccc --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'hu', {
+ toolbar: 'Blokkok megjelenítése'
+});
diff --git a/plugins/showblocks/lang/is.js b/plugins/showblocks/lang/is.js new file mode 100644 index 0000000..6c3937b --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'is', {
+ toolbar: 'Sýna blokkir'
+});
diff --git a/plugins/showblocks/lang/it.js b/plugins/showblocks/lang/it.js new file mode 100644 index 0000000..3f67fa2 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'it', {
+ toolbar: 'Visualizza Blocchi'
+});
diff --git a/plugins/showblocks/lang/ja.js b/plugins/showblocks/lang/ja.js new file mode 100644 index 0000000..9d463fb --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'ja', {
+ toolbar: 'ブロック表示'
+});
diff --git a/plugins/showblocks/lang/ka.js b/plugins/showblocks/lang/ka.js new file mode 100644 index 0000000..3b84a43 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'ka', {
+ toolbar: 'არეების ჩვენება'
+});
diff --git a/plugins/showblocks/lang/km.js b/plugins/showblocks/lang/km.js new file mode 100644 index 0000000..cb0b030 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'km', {
+ toolbar: 'បង្ហាញប្លក់'
+});
diff --git a/plugins/showblocks/lang/ko.js b/plugins/showblocks/lang/ko.js new file mode 100644 index 0000000..59e09e1 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'ko', {
+ toolbar: 'Show Blocks' // MISSING
+});
diff --git a/plugins/showblocks/lang/ku.js b/plugins/showblocks/lang/ku.js new file mode 100644 index 0000000..7b9e961 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'ku', {
+ toolbar: 'نیشاندانی بەربەستەکان'
+});
diff --git a/plugins/showblocks/lang/lt.js b/plugins/showblocks/lang/lt.js new file mode 100644 index 0000000..e9b38f2 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'lt', {
+ toolbar: 'Rodyti blokus'
+});
diff --git a/plugins/showblocks/lang/lv.js b/plugins/showblocks/lang/lv.js new file mode 100644 index 0000000..49bd894 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'lv', {
+ toolbar: 'Parādīt blokus'
+});
diff --git a/plugins/showblocks/lang/mk.js b/plugins/showblocks/lang/mk.js new file mode 100644 index 0000000..16a38f8 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'mk', {
+ toolbar: 'Show Blocks' // MISSING
+});
diff --git a/plugins/showblocks/lang/mn.js b/plugins/showblocks/lang/mn.js new file mode 100644 index 0000000..d81e8d3 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'mn', {
+ toolbar: 'Хавтангуудыг харуулах'
+});
diff --git a/plugins/showblocks/lang/ms.js b/plugins/showblocks/lang/ms.js new file mode 100644 index 0000000..e61ecb5 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'ms', {
+ toolbar: 'Show Blocks' // MISSING
+});
diff --git a/plugins/showblocks/lang/nb.js b/plugins/showblocks/lang/nb.js new file mode 100644 index 0000000..b686ddd --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'nb', {
+ toolbar: 'Vis blokker'
+});
diff --git a/plugins/showblocks/lang/nl.js b/plugins/showblocks/lang/nl.js new file mode 100644 index 0000000..2119f45 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'nl', {
+ toolbar: 'Toon blokken'
+});
diff --git a/plugins/showblocks/lang/no.js b/plugins/showblocks/lang/no.js new file mode 100644 index 0000000..0a026fc --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'no', {
+ toolbar: 'Vis blokker'
+});
diff --git a/plugins/showblocks/lang/pl.js b/plugins/showblocks/lang/pl.js new file mode 100644 index 0000000..ede79fb --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'pl', {
+ toolbar: 'Pokaż bloki'
+});
diff --git a/plugins/showblocks/lang/pt-br.js b/plugins/showblocks/lang/pt-br.js new file mode 100644 index 0000000..5587601 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'pt-br', {
+ toolbar: 'Mostrar blocos de código'
+});
diff --git a/plugins/showblocks/lang/pt.js b/plugins/showblocks/lang/pt.js new file mode 100644 index 0000000..7b861a9 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'pt', {
+ toolbar: 'Exibir blocos'
+});
diff --git a/plugins/showblocks/lang/ro.js b/plugins/showblocks/lang/ro.js new file mode 100644 index 0000000..d784edc --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'ro', {
+ toolbar: 'Arată blocurile'
+});
diff --git a/plugins/showblocks/lang/ru.js b/plugins/showblocks/lang/ru.js new file mode 100644 index 0000000..cbace81 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'ru', {
+ toolbar: 'Отображать блоки'
+});
diff --git a/plugins/showblocks/lang/si.js b/plugins/showblocks/lang/si.js new file mode 100644 index 0000000..64e9ae2 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'si', {
+ toolbar: 'කොටස පෙන්නන්න'
+});
diff --git a/plugins/showblocks/lang/sk.js b/plugins/showblocks/lang/sk.js new file mode 100644 index 0000000..dbfdd22 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'sk', {
+ toolbar: 'Ukázať bloky'
+});
diff --git a/plugins/showblocks/lang/sl.js b/plugins/showblocks/lang/sl.js new file mode 100644 index 0000000..6d926d8 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'sl', {
+ toolbar: 'Prikaži ograde'
+});
diff --git a/plugins/showblocks/lang/sq.js b/plugins/showblocks/lang/sq.js new file mode 100644 index 0000000..b3a17c0 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'sq', {
+ toolbar: 'Shfaq Blloqet'
+});
diff --git a/plugins/showblocks/lang/sr-latn.js b/plugins/showblocks/lang/sr-latn.js new file mode 100644 index 0000000..aca8646 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'sr-latn', {
+ toolbar: 'Show Blocks' // MISSING
+});
diff --git a/plugins/showblocks/lang/sr.js b/plugins/showblocks/lang/sr.js new file mode 100644 index 0000000..d7fb4d5 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'sr', {
+ toolbar: 'Show Blocks' // MISSING
+});
diff --git a/plugins/showblocks/lang/sv.js b/plugins/showblocks/lang/sv.js new file mode 100644 index 0000000..8956927 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'sv', {
+ toolbar: 'Visa block'
+});
diff --git a/plugins/showblocks/lang/th.js b/plugins/showblocks/lang/th.js new file mode 100644 index 0000000..4218090 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'th', {
+ toolbar: 'แสดงบล็อคข้อมูล'
+});
diff --git a/plugins/showblocks/lang/tr.js b/plugins/showblocks/lang/tr.js new file mode 100644 index 0000000..15a2384 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'tr', {
+ toolbar: 'Blokları Göster'
+});
diff --git a/plugins/showblocks/lang/ug.js b/plugins/showblocks/lang/ug.js new file mode 100644 index 0000000..c82f230 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'ug', {
+ toolbar: 'بۆلەكنى كۆرسەت'
+});
diff --git a/plugins/showblocks/lang/uk.js b/plugins/showblocks/lang/uk.js new file mode 100644 index 0000000..13a47ab --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'uk', {
+ toolbar: 'Показувати блоки'
+});
diff --git a/plugins/showblocks/lang/vi.js b/plugins/showblocks/lang/vi.js new file mode 100644 index 0000000..9450daa --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'vi', {
+ toolbar: 'Hiển thị các khối'
+});
diff --git a/plugins/showblocks/lang/zh-cn.js b/plugins/showblocks/lang/zh-cn.js new file mode 100644 index 0000000..542e5e1 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'zh-cn', {
+ toolbar: '显示区块'
+});
diff --git a/plugins/showblocks/lang/zh.js b/plugins/showblocks/lang/zh.js new file mode 100644 index 0000000..d0cedf8 --- /dev/null +++ b/plugins/showblocks/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( 'showblocks', 'zh', {
+ toolbar: '顯示區塊'
+});
|
