diff options
Diffstat (limited to 'plugins/indent/lang')
64 files changed, 512 insertions, 0 deletions
diff --git a/plugins/indent/lang/af.js b/plugins/indent/lang/af.js new file mode 100644 index 0000000..d50ddbb --- /dev/null +++ b/plugins/indent/lang/af.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'af', {
+ indent: 'Vergroot inspring',
+ outdent: 'Verklein inspring'
+});
diff --git a/plugins/indent/lang/ar.js b/plugins/indent/lang/ar.js new file mode 100644 index 0000000..069c9dc --- /dev/null +++ b/plugins/indent/lang/ar.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'ar', {
+ indent: 'زيادة المسافة البادئة',
+ outdent: 'إنقاص المسافة البادئة'
+});
diff --git a/plugins/indent/lang/bg.js b/plugins/indent/lang/bg.js new file mode 100644 index 0000000..4f6dea0 --- /dev/null +++ b/plugins/indent/lang/bg.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'bg', {
+ indent: 'Увеличаване на отстъпа',
+ outdent: 'Намаляване на отстъпа'
+});
diff --git a/plugins/indent/lang/bn.js b/plugins/indent/lang/bn.js new file mode 100644 index 0000000..2f1507b --- /dev/null +++ b/plugins/indent/lang/bn.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'bn', {
+ indent: 'ইনডেন্ট বাড়াও',
+ outdent: 'ইনডেন্ট কমাও'
+});
diff --git a/plugins/indent/lang/bs.js b/plugins/indent/lang/bs.js new file mode 100644 index 0000000..292c4cf --- /dev/null +++ b/plugins/indent/lang/bs.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'bs', {
+ indent: 'Poveæaj uvod',
+ outdent: 'Smanji uvod'
+});
diff --git a/plugins/indent/lang/ca.js b/plugins/indent/lang/ca.js new file mode 100644 index 0000000..5faad40 --- /dev/null +++ b/plugins/indent/lang/ca.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'ca', {
+ indent: 'Augmenta el sagnat',
+ outdent: 'Redueix el sagnat'
+});
diff --git a/plugins/indent/lang/cs.js b/plugins/indent/lang/cs.js new file mode 100644 index 0000000..e08cd1f --- /dev/null +++ b/plugins/indent/lang/cs.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'cs', {
+ indent: 'Zvětšit odsazení',
+ outdent: 'Zmenšit odsazení'
+});
diff --git a/plugins/indent/lang/cy.js b/plugins/indent/lang/cy.js new file mode 100644 index 0000000..126606b --- /dev/null +++ b/plugins/indent/lang/cy.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'cy', {
+ indent: 'Cynyddu\'r Mewnoliad',
+ outdent: 'Lleihau\'r Mewnoliad'
+});
diff --git a/plugins/indent/lang/da.js b/plugins/indent/lang/da.js new file mode 100644 index 0000000..ddd74d2 --- /dev/null +++ b/plugins/indent/lang/da.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'da', {
+ indent: 'Forøg indrykning',
+ outdent: 'Formindsk indrykning'
+});
diff --git a/plugins/indent/lang/de.js b/plugins/indent/lang/de.js new file mode 100644 index 0000000..3519163 --- /dev/null +++ b/plugins/indent/lang/de.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'de', {
+ indent: 'Einzug erhöhen',
+ outdent: 'Einzug verringern'
+});
diff --git a/plugins/indent/lang/el.js b/plugins/indent/lang/el.js new file mode 100644 index 0000000..8ee0c04 --- /dev/null +++ b/plugins/indent/lang/el.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'el', {
+ indent: 'Αύξηση Εσοχής',
+ outdent: 'Μείωση Εσοχής'
+});
diff --git a/plugins/indent/lang/en-au.js b/plugins/indent/lang/en-au.js new file mode 100644 index 0000000..ea7d130 --- /dev/null +++ b/plugins/indent/lang/en-au.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'en-au', {
+ indent: 'Increase Indent',
+ outdent: 'Decrease Indent'
+});
diff --git a/plugins/indent/lang/en-ca.js b/plugins/indent/lang/en-ca.js new file mode 100644 index 0000000..7732d93 --- /dev/null +++ b/plugins/indent/lang/en-ca.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'en-ca', {
+ indent: 'Increase Indent',
+ outdent: 'Decrease Indent'
+});
diff --git a/plugins/indent/lang/en-gb.js b/plugins/indent/lang/en-gb.js new file mode 100644 index 0000000..1359042 --- /dev/null +++ b/plugins/indent/lang/en-gb.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'en-gb', {
+ indent: 'Increase Indent',
+ outdent: 'Decrease Indent'
+});
diff --git a/plugins/indent/lang/en.js b/plugins/indent/lang/en.js new file mode 100644 index 0000000..eca8168 --- /dev/null +++ b/plugins/indent/lang/en.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'en', {
+ indent: 'Increase Indent',
+ outdent: 'Decrease Indent'
+});
diff --git a/plugins/indent/lang/eo.js b/plugins/indent/lang/eo.js new file mode 100644 index 0000000..14b3e01 --- /dev/null +++ b/plugins/indent/lang/eo.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'eo', {
+ indent: 'Pligrandigi Krommarĝenon',
+ outdent: 'Malpligrandigi Krommarĝenon'
+});
diff --git a/plugins/indent/lang/es.js b/plugins/indent/lang/es.js new file mode 100644 index 0000000..6dd1e87 --- /dev/null +++ b/plugins/indent/lang/es.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'es', {
+ indent: 'Aumentar Sangría',
+ outdent: 'Disminuir Sangría'
+});
diff --git a/plugins/indent/lang/et.js b/plugins/indent/lang/et.js new file mode 100644 index 0000000..df8a194 --- /dev/null +++ b/plugins/indent/lang/et.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'et', {
+ indent: 'Taande suurendamine',
+ outdent: 'Taande vähendamine'
+});
diff --git a/plugins/indent/lang/eu.js b/plugins/indent/lang/eu.js new file mode 100644 index 0000000..ea5eb92 --- /dev/null +++ b/plugins/indent/lang/eu.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'eu', {
+ indent: 'Handitu Koska',
+ outdent: 'Txikitu Koska'
+});
diff --git a/plugins/indent/lang/fa.js b/plugins/indent/lang/fa.js new file mode 100644 index 0000000..005bc7f --- /dev/null +++ b/plugins/indent/lang/fa.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'fa', {
+ indent: 'افزایش تورفتگی',
+ outdent: 'کاهش تورفتگی'
+});
diff --git a/plugins/indent/lang/fi.js b/plugins/indent/lang/fi.js new file mode 100644 index 0000000..d7eb244 --- /dev/null +++ b/plugins/indent/lang/fi.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'fi', {
+ indent: 'Suurenna sisennystä',
+ outdent: 'Pienennä sisennystä'
+});
diff --git a/plugins/indent/lang/fo.js b/plugins/indent/lang/fo.js new file mode 100644 index 0000000..7d75791 --- /dev/null +++ b/plugins/indent/lang/fo.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'fo', {
+ indent: 'Økja reglubrotarinntriv',
+ outdent: 'Minka reglubrotarinntriv'
+});
diff --git a/plugins/indent/lang/fr-ca.js b/plugins/indent/lang/fr-ca.js new file mode 100644 index 0000000..ea99241 --- /dev/null +++ b/plugins/indent/lang/fr-ca.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'fr-ca', {
+ indent: 'Augmenter le retrait',
+ outdent: 'Diminuer le retrait'
+});
diff --git a/plugins/indent/lang/fr.js b/plugins/indent/lang/fr.js new file mode 100644 index 0000000..a305b86 --- /dev/null +++ b/plugins/indent/lang/fr.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'fr', {
+ indent: 'Augmenter le retrait (tabulation)',
+ outdent: 'Diminuer le retrait (tabulation)'
+});
diff --git a/plugins/indent/lang/gl.js b/plugins/indent/lang/gl.js new file mode 100644 index 0000000..8b5f804 --- /dev/null +++ b/plugins/indent/lang/gl.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'gl', {
+ indent: 'Aumentar a sangría',
+ outdent: 'Reducir a sangría'
+});
diff --git a/plugins/indent/lang/gu.js b/plugins/indent/lang/gu.js new file mode 100644 index 0000000..cab3260 --- /dev/null +++ b/plugins/indent/lang/gu.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'gu', {
+ indent: 'ઇન્ડેન્ટ, લીટીના આરંભમાં જગ્યા વધારવી',
+ outdent: 'ઇન્ડેન્ટ લીટીના આરંભમાં જગ્યા ઘટાડવી'
+});
diff --git a/plugins/indent/lang/he.js b/plugins/indent/lang/he.js new file mode 100644 index 0000000..a12e33b --- /dev/null +++ b/plugins/indent/lang/he.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'he', {
+ indent: 'הגדלת הזחה',
+ outdent: 'הקטנת הזחה'
+});
diff --git a/plugins/indent/lang/hi.js b/plugins/indent/lang/hi.js new file mode 100644 index 0000000..2dd6174 --- /dev/null +++ b/plugins/indent/lang/hi.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'hi', {
+ indent: 'इन्डॅन्ट बढ़ायें',
+ outdent: 'इन्डॅन्ट कम करें'
+});
diff --git a/plugins/indent/lang/hr.js b/plugins/indent/lang/hr.js new file mode 100644 index 0000000..46ee245 --- /dev/null +++ b/plugins/indent/lang/hr.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'hr', {
+ indent: 'Pomakni udesno',
+ outdent: 'Pomakni ulijevo'
+});
diff --git a/plugins/indent/lang/hu.js b/plugins/indent/lang/hu.js new file mode 100644 index 0000000..6c76a34 --- /dev/null +++ b/plugins/indent/lang/hu.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'hu', {
+ indent: 'Behúzás növelése',
+ outdent: 'Behúzás csökkentése'
+});
diff --git a/plugins/indent/lang/is.js b/plugins/indent/lang/is.js new file mode 100644 index 0000000..c6e88fb --- /dev/null +++ b/plugins/indent/lang/is.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'is', {
+ indent: 'Minnka inndrátt',
+ outdent: 'Auka inndrátt'
+});
diff --git a/plugins/indent/lang/it.js b/plugins/indent/lang/it.js new file mode 100644 index 0000000..07f89b1 --- /dev/null +++ b/plugins/indent/lang/it.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'it', {
+ indent: 'Aumenta rientro',
+ outdent: 'Riduci rientro'
+});
diff --git a/plugins/indent/lang/ja.js b/plugins/indent/lang/ja.js new file mode 100644 index 0000000..e7c17f8 --- /dev/null +++ b/plugins/indent/lang/ja.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'ja', {
+ indent: 'インデント',
+ outdent: 'インデント解除'
+});
diff --git a/plugins/indent/lang/ka.js b/plugins/indent/lang/ka.js new file mode 100644 index 0000000..e472fd9 --- /dev/null +++ b/plugins/indent/lang/ka.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'ka', {
+ indent: 'მეტად შეწევა',
+ outdent: 'ნაკლებად შეწევა'
+});
diff --git a/plugins/indent/lang/km.js b/plugins/indent/lang/km.js new file mode 100644 index 0000000..5971eab --- /dev/null +++ b/plugins/indent/lang/km.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'km', {
+ indent: 'បន្ថែមការចូលបន្ទាត់',
+ outdent: 'បន្ថយការចូលបន្ទាត់'
+});
diff --git a/plugins/indent/lang/ko.js b/plugins/indent/lang/ko.js new file mode 100644 index 0000000..29beb98 --- /dev/null +++ b/plugins/indent/lang/ko.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'ko', {
+ indent: '들여쓰기',
+ outdent: '내어쓰기'
+});
diff --git a/plugins/indent/lang/ku.js b/plugins/indent/lang/ku.js new file mode 100644 index 0000000..3dced77 --- /dev/null +++ b/plugins/indent/lang/ku.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'ku', {
+ indent: 'زیادکردنی بۆشایی',
+ outdent: 'کەمکردنەوەی بۆشایی'
+});
diff --git a/plugins/indent/lang/lt.js b/plugins/indent/lang/lt.js new file mode 100644 index 0000000..0f10935 --- /dev/null +++ b/plugins/indent/lang/lt.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'lt', {
+ indent: 'Padidinti įtrauką',
+ outdent: 'Sumažinti įtrauką'
+});
diff --git a/plugins/indent/lang/lv.js b/plugins/indent/lang/lv.js new file mode 100644 index 0000000..fabd993 --- /dev/null +++ b/plugins/indent/lang/lv.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'lv', {
+ indent: 'Palielināt atkāpi',
+ outdent: 'Samazināt atkāpi'
+});
diff --git a/plugins/indent/lang/mk.js b/plugins/indent/lang/mk.js new file mode 100644 index 0000000..46f89bd --- /dev/null +++ b/plugins/indent/lang/mk.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'mk', {
+ indent: 'Increase Indent', // MISSING
+ outdent: 'Decrease Indent' // MISSING
+});
diff --git a/plugins/indent/lang/mn.js b/plugins/indent/lang/mn.js new file mode 100644 index 0000000..8e4b2f9 --- /dev/null +++ b/plugins/indent/lang/mn.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'mn', {
+ indent: 'Догол мөр хасах',
+ outdent: 'Догол мөр нэмэх'
+});
diff --git a/plugins/indent/lang/ms.js b/plugins/indent/lang/ms.js new file mode 100644 index 0000000..a0a2d3b --- /dev/null +++ b/plugins/indent/lang/ms.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'ms', {
+ indent: 'Tambahkan Inden',
+ outdent: 'Kurangkan Inden'
+});
diff --git a/plugins/indent/lang/nb.js b/plugins/indent/lang/nb.js new file mode 100644 index 0000000..9e344d8 --- /dev/null +++ b/plugins/indent/lang/nb.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'nb', {
+ indent: 'Øk innrykk',
+ outdent: 'Reduser innrykk'
+});
diff --git a/plugins/indent/lang/nl.js b/plugins/indent/lang/nl.js new file mode 100644 index 0000000..cd7100f --- /dev/null +++ b/plugins/indent/lang/nl.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'nl', {
+ indent: 'Inspringing vergroten',
+ outdent: 'Inspringing verkleinen'
+});
diff --git a/plugins/indent/lang/no.js b/plugins/indent/lang/no.js new file mode 100644 index 0000000..b95d6eb --- /dev/null +++ b/plugins/indent/lang/no.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'no', {
+ indent: 'Øk innrykk',
+ outdent: 'Reduser innrykk'
+});
diff --git a/plugins/indent/lang/pl.js b/plugins/indent/lang/pl.js new file mode 100644 index 0000000..9a10c38 --- /dev/null +++ b/plugins/indent/lang/pl.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'pl', {
+ indent: 'Zwiększ wcięcie',
+ outdent: 'Zmniejsz wcięcie'
+});
diff --git a/plugins/indent/lang/pt-br.js b/plugins/indent/lang/pt-br.js new file mode 100644 index 0000000..2f8a957 --- /dev/null +++ b/plugins/indent/lang/pt-br.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'pt-br', {
+ indent: 'Aumentar Recuo',
+ outdent: 'Diminuir Recuo'
+});
diff --git a/plugins/indent/lang/pt.js b/plugins/indent/lang/pt.js new file mode 100644 index 0000000..8d2b7ef --- /dev/null +++ b/plugins/indent/lang/pt.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'pt', {
+ indent: 'Aumentar Avanço',
+ outdent: 'Diminuir Avanço'
+});
diff --git a/plugins/indent/lang/ro.js b/plugins/indent/lang/ro.js new file mode 100644 index 0000000..c1a9c9e --- /dev/null +++ b/plugins/indent/lang/ro.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'ro', {
+ indent: 'Creşte indentarea',
+ outdent: 'Scade indentarea'
+});
diff --git a/plugins/indent/lang/ru.js b/plugins/indent/lang/ru.js new file mode 100644 index 0000000..0643903 --- /dev/null +++ b/plugins/indent/lang/ru.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'ru', {
+ indent: 'Увеличить отступ',
+ outdent: 'Уменьшить отступ'
+});
diff --git a/plugins/indent/lang/si.js b/plugins/indent/lang/si.js new file mode 100644 index 0000000..376887e --- /dev/null +++ b/plugins/indent/lang/si.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'si', {
+ indent: 'අතර පරතරය වැඩිකරන්න',
+ outdent: 'අතර පරතරය අඩුකරන්න'
+});
diff --git a/plugins/indent/lang/sk.js b/plugins/indent/lang/sk.js new file mode 100644 index 0000000..acf960b --- /dev/null +++ b/plugins/indent/lang/sk.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'sk', {
+ indent: 'Zväčšiť odsadenie',
+ outdent: 'Zmenšiť odsadenie'
+});
diff --git a/plugins/indent/lang/sl.js b/plugins/indent/lang/sl.js new file mode 100644 index 0000000..e8e8da8 --- /dev/null +++ b/plugins/indent/lang/sl.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'sl', {
+ indent: 'Povečaj zamik',
+ outdent: 'Zmanjšaj zamik'
+});
diff --git a/plugins/indent/lang/sq.js b/plugins/indent/lang/sq.js new file mode 100644 index 0000000..9bf7346 --- /dev/null +++ b/plugins/indent/lang/sq.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'sq', {
+ indent: 'Rrite Identin',
+ outdent: 'Zvogëlo Identin'
+});
diff --git a/plugins/indent/lang/sr-latn.js b/plugins/indent/lang/sr-latn.js new file mode 100644 index 0000000..9fe0a55 --- /dev/null +++ b/plugins/indent/lang/sr-latn.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'sr-latn', {
+ indent: 'Uvećaj levu marginu',
+ outdent: 'Smanji levu marginu'
+});
diff --git a/plugins/indent/lang/sr.js b/plugins/indent/lang/sr.js new file mode 100644 index 0000000..6d894ca --- /dev/null +++ b/plugins/indent/lang/sr.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'sr', {
+ indent: 'Увећај леву маргину',
+ outdent: 'Смањи леву маргину'
+});
diff --git a/plugins/indent/lang/sv.js b/plugins/indent/lang/sv.js new file mode 100644 index 0000000..ea56a57 --- /dev/null +++ b/plugins/indent/lang/sv.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'sv', {
+ indent: 'Öka indrag',
+ outdent: 'Minska indrag'
+});
diff --git a/plugins/indent/lang/th.js b/plugins/indent/lang/th.js new file mode 100644 index 0000000..2137f2e --- /dev/null +++ b/plugins/indent/lang/th.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'th', {
+ indent: 'เพิ่มระยะย่อหน้า',
+ outdent: 'ลดระยะย่อหน้า'
+});
diff --git a/plugins/indent/lang/tr.js b/plugins/indent/lang/tr.js new file mode 100644 index 0000000..57b10ca --- /dev/null +++ b/plugins/indent/lang/tr.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'tr', {
+ indent: 'Sekme Arttır',
+ outdent: 'Sekme Azalt'
+});
diff --git a/plugins/indent/lang/ug.js b/plugins/indent/lang/ug.js new file mode 100644 index 0000000..63c962f --- /dev/null +++ b/plugins/indent/lang/ug.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'ug', {
+ indent: 'تارايت',
+ outdent: 'كەڭەيت'
+});
diff --git a/plugins/indent/lang/uk.js b/plugins/indent/lang/uk.js new file mode 100644 index 0000000..765a230 --- /dev/null +++ b/plugins/indent/lang/uk.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'uk', {
+ indent: 'Збільшити відступ',
+ outdent: 'Зменшити відступ'
+});
diff --git a/plugins/indent/lang/vi.js b/plugins/indent/lang/vi.js new file mode 100644 index 0000000..c0c3734 --- /dev/null +++ b/plugins/indent/lang/vi.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'vi', {
+ indent: 'Dịch vào trong',
+ outdent: 'Dịch ra ngoài'
+});
diff --git a/plugins/indent/lang/zh-cn.js b/plugins/indent/lang/zh-cn.js new file mode 100644 index 0000000..15cf559 --- /dev/null +++ b/plugins/indent/lang/zh-cn.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'zh-cn', {
+ indent: '增加缩进量',
+ outdent: '减少缩进量'
+});
diff --git a/plugins/indent/lang/zh.js b/plugins/indent/lang/zh.js new file mode 100644 index 0000000..dcfa448 --- /dev/null +++ b/plugins/indent/lang/zh.js @@ -0,0 +1,8 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'indent', 'zh', {
+ indent: '增加縮排',
+ outdent: '減少縮排'
+});
|
