diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-01-25 17:45:33 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-01-25 18:00:33 +0100 |
commit | 7adcb81e4f83f98c468889aaa5a85558ba88c770 (patch) | |
tree | 0d6ede733777b29060b48df4afaa2c64bfbae276 /sources/plugins/indent/lang | |
download | connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.gz connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.zst connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.zip |
Initial commit4.5.6
Diffstat (limited to 'sources/plugins/indent/lang')
66 files changed, 528 insertions, 0 deletions
diff --git a/sources/plugins/indent/lang/af.js b/sources/plugins/indent/lang/af.js new file mode 100644 index 00000000..dcf8aeed --- /dev/null +++ b/sources/plugins/indent/lang/af.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'af', { | ||
6 | indent: 'Vergroot inspring', | ||
7 | outdent: 'Verklein inspring' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/ar.js b/sources/plugins/indent/lang/ar.js new file mode 100644 index 00000000..bf427cba --- /dev/null +++ b/sources/plugins/indent/lang/ar.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'ar', { | ||
6 | indent: 'زيادة المسافة البادئة', | ||
7 | outdent: 'إنقاص المسافة البادئة' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/bg.js b/sources/plugins/indent/lang/bg.js new file mode 100644 index 00000000..329363a6 --- /dev/null +++ b/sources/plugins/indent/lang/bg.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'bg', { | ||
6 | indent: 'Увеличаване на отстъпа', | ||
7 | outdent: 'Намаляване на отстъпа' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/bn.js b/sources/plugins/indent/lang/bn.js new file mode 100644 index 00000000..331bede3 --- /dev/null +++ b/sources/plugins/indent/lang/bn.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'bn', { | ||
6 | indent: 'ইনডেন্ট বাড়াও', | ||
7 | outdent: 'ইনডেন্ট কমাও' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/bs.js b/sources/plugins/indent/lang/bs.js new file mode 100644 index 00000000..ee41a42d --- /dev/null +++ b/sources/plugins/indent/lang/bs.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'bs', { | ||
6 | indent: 'Poveæaj uvod', | ||
7 | outdent: 'Smanji uvod' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/ca.js b/sources/plugins/indent/lang/ca.js new file mode 100644 index 00000000..60756840 --- /dev/null +++ b/sources/plugins/indent/lang/ca.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'ca', { | ||
6 | indent: 'Augmenta el sagnat', | ||
7 | outdent: 'Redueix el sagnat' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/cs.js b/sources/plugins/indent/lang/cs.js new file mode 100644 index 00000000..14b1474b --- /dev/null +++ b/sources/plugins/indent/lang/cs.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'cs', { | ||
6 | indent: 'Zvětšit odsazení', | ||
7 | outdent: 'Zmenšit odsazení' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/cy.js b/sources/plugins/indent/lang/cy.js new file mode 100644 index 00000000..fe38f2ff --- /dev/null +++ b/sources/plugins/indent/lang/cy.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'cy', { | ||
6 | indent: 'Cynyddu\'r Mewnoliad', | ||
7 | outdent: 'Lleihau\'r Mewnoliad' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/da.js b/sources/plugins/indent/lang/da.js new file mode 100644 index 00000000..fa22b3b3 --- /dev/null +++ b/sources/plugins/indent/lang/da.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'da', { | ||
6 | indent: 'Forøg indrykning', | ||
7 | outdent: 'Formindsk indrykning' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/de.js b/sources/plugins/indent/lang/de.js new file mode 100644 index 00000000..315311dd --- /dev/null +++ b/sources/plugins/indent/lang/de.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'de', { | ||
6 | indent: 'Einzug erhöhen', | ||
7 | outdent: 'Einzug verringern' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/el.js b/sources/plugins/indent/lang/el.js new file mode 100644 index 00000000..55e5678e --- /dev/null +++ b/sources/plugins/indent/lang/el.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'el', { | ||
6 | indent: 'Αύξηση Εσοχής', | ||
7 | outdent: 'Μείωση Εσοχής' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/en-au.js b/sources/plugins/indent/lang/en-au.js new file mode 100644 index 00000000..be93b7b0 --- /dev/null +++ b/sources/plugins/indent/lang/en-au.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'en-au', { | ||
6 | indent: 'Increase Indent', | ||
7 | outdent: 'Decrease Indent' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/en-ca.js b/sources/plugins/indent/lang/en-ca.js new file mode 100644 index 00000000..91b5f051 --- /dev/null +++ b/sources/plugins/indent/lang/en-ca.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'en-ca', { | ||
6 | indent: 'Increase Indent', | ||
7 | outdent: 'Decrease Indent' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/en-gb.js b/sources/plugins/indent/lang/en-gb.js new file mode 100644 index 00000000..6f98aa99 --- /dev/null +++ b/sources/plugins/indent/lang/en-gb.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'en-gb', { | ||
6 | indent: 'Increase Indent', | ||
7 | outdent: 'Decrease Indent' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/en.js b/sources/plugins/indent/lang/en.js new file mode 100644 index 00000000..6403f726 --- /dev/null +++ b/sources/plugins/indent/lang/en.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'en', { | ||
6 | indent: 'Increase Indent', | ||
7 | outdent: 'Decrease Indent' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/eo.js b/sources/plugins/indent/lang/eo.js new file mode 100644 index 00000000..6dc6e0dc --- /dev/null +++ b/sources/plugins/indent/lang/eo.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'eo', { | ||
6 | indent: 'Pligrandigi Krommarĝenon', | ||
7 | outdent: 'Malpligrandigi Krommarĝenon' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/es.js b/sources/plugins/indent/lang/es.js new file mode 100644 index 00000000..cd8845b2 --- /dev/null +++ b/sources/plugins/indent/lang/es.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'es', { | ||
6 | indent: 'Aumentar Sangría', | ||
7 | outdent: 'Disminuir Sangría' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/et.js b/sources/plugins/indent/lang/et.js new file mode 100644 index 00000000..30082dae --- /dev/null +++ b/sources/plugins/indent/lang/et.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'et', { | ||
6 | indent: 'Taande suurendamine', | ||
7 | outdent: 'Taande vähendamine' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/eu.js b/sources/plugins/indent/lang/eu.js new file mode 100644 index 00000000..ae12a9b0 --- /dev/null +++ b/sources/plugins/indent/lang/eu.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'eu', { | ||
6 | indent: 'Handitu koska', | ||
7 | outdent: 'Txikitu koska' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/fa.js b/sources/plugins/indent/lang/fa.js new file mode 100644 index 00000000..71a60492 --- /dev/null +++ b/sources/plugins/indent/lang/fa.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'fa', { | ||
6 | indent: 'افزایش تورفتگی', | ||
7 | outdent: 'کاهش تورفتگی' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/fi.js b/sources/plugins/indent/lang/fi.js new file mode 100644 index 00000000..42c28b01 --- /dev/null +++ b/sources/plugins/indent/lang/fi.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'fi', { | ||
6 | indent: 'Suurenna sisennystä', | ||
7 | outdent: 'Pienennä sisennystä' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/fo.js b/sources/plugins/indent/lang/fo.js new file mode 100644 index 00000000..582cf2ae --- /dev/null +++ b/sources/plugins/indent/lang/fo.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'fo', { | ||
6 | indent: 'Økja reglubrotarinntriv', | ||
7 | outdent: 'Minka reglubrotarinntriv' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/fr-ca.js b/sources/plugins/indent/lang/fr-ca.js new file mode 100644 index 00000000..37725cea --- /dev/null +++ b/sources/plugins/indent/lang/fr-ca.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'fr-ca', { | ||
6 | indent: 'Augmenter le retrait', | ||
7 | outdent: 'Diminuer le retrait' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/fr.js b/sources/plugins/indent/lang/fr.js new file mode 100644 index 00000000..eda26f40 --- /dev/null +++ b/sources/plugins/indent/lang/fr.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'fr', { | ||
6 | indent: 'Augmenter le retrait (tabulation)', | ||
7 | outdent: 'Diminuer le retrait (tabulation)' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/gl.js b/sources/plugins/indent/lang/gl.js new file mode 100644 index 00000000..1fc4350d --- /dev/null +++ b/sources/plugins/indent/lang/gl.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'gl', { | ||
6 | indent: 'Aumentar a sangría', | ||
7 | outdent: 'Reducir a sangría' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/gu.js b/sources/plugins/indent/lang/gu.js new file mode 100644 index 00000000..935bbaf3 --- /dev/null +++ b/sources/plugins/indent/lang/gu.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'gu', { | ||
6 | indent: 'ઇન્ડેન્ટ, લીટીના આરંભમાં જગ્યા વધારવી', | ||
7 | outdent: 'ઇન્ડેન્ટ લીટીના આરંભમાં જગ્યા ઘટાડવી' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/he.js b/sources/plugins/indent/lang/he.js new file mode 100644 index 00000000..a653131e --- /dev/null +++ b/sources/plugins/indent/lang/he.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'he', { | ||
6 | indent: 'הגדלת הזחה', | ||
7 | outdent: 'הקטנת הזחה' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/hi.js b/sources/plugins/indent/lang/hi.js new file mode 100644 index 00000000..e48eeafb --- /dev/null +++ b/sources/plugins/indent/lang/hi.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'hi', { | ||
6 | indent: 'इन्डॅन्ट बढ़ायें', | ||
7 | outdent: 'इन्डॅन्ट कम करें' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/hr.js b/sources/plugins/indent/lang/hr.js new file mode 100644 index 00000000..47a0b2c2 --- /dev/null +++ b/sources/plugins/indent/lang/hr.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'hr', { | ||
6 | indent: 'Pomakni udesno', | ||
7 | outdent: 'Pomakni ulijevo' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/hu.js b/sources/plugins/indent/lang/hu.js new file mode 100644 index 00000000..1a55b43f --- /dev/null +++ b/sources/plugins/indent/lang/hu.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'hu', { | ||
6 | indent: 'Behúzás növelése', | ||
7 | outdent: 'Behúzás csökkentése' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/id.js b/sources/plugins/indent/lang/id.js new file mode 100644 index 00000000..4b26b7ca --- /dev/null +++ b/sources/plugins/indent/lang/id.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'id', { | ||
6 | indent: 'Tingkatkan Lekuk', | ||
7 | outdent: 'Kurangi Lekuk' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/is.js b/sources/plugins/indent/lang/is.js new file mode 100644 index 00000000..4ef6c390 --- /dev/null +++ b/sources/plugins/indent/lang/is.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'is', { | ||
6 | indent: 'Minnka inndrátt', | ||
7 | outdent: 'Auka inndrátt' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/it.js b/sources/plugins/indent/lang/it.js new file mode 100644 index 00000000..aa70e80d --- /dev/null +++ b/sources/plugins/indent/lang/it.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'it', { | ||
6 | indent: 'Aumenta rientro', | ||
7 | outdent: 'Riduci rientro' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/ja.js b/sources/plugins/indent/lang/ja.js new file mode 100644 index 00000000..daaaa77d --- /dev/null +++ b/sources/plugins/indent/lang/ja.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'ja', { | ||
6 | indent: 'インデント', | ||
7 | outdent: 'インデント解除' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/ka.js b/sources/plugins/indent/lang/ka.js new file mode 100644 index 00000000..7c179132 --- /dev/null +++ b/sources/plugins/indent/lang/ka.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'ka', { | ||
6 | indent: 'მეტად შეწევა', | ||
7 | outdent: 'ნაკლებად შეწევა' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/km.js b/sources/plugins/indent/lang/km.js new file mode 100644 index 00000000..4c6cb692 --- /dev/null +++ b/sources/plugins/indent/lang/km.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'km', { | ||
6 | indent: 'បន្ថែមការចូលបន្ទាត់', | ||
7 | outdent: 'បន្ថយការចូលបន្ទាត់' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/ko.js b/sources/plugins/indent/lang/ko.js new file mode 100644 index 00000000..39f63737 --- /dev/null +++ b/sources/plugins/indent/lang/ko.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'ko', { | ||
6 | indent: '들여쓰기', | ||
7 | outdent: '내어쓰기' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/ku.js b/sources/plugins/indent/lang/ku.js new file mode 100644 index 00000000..25349904 --- /dev/null +++ b/sources/plugins/indent/lang/ku.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'ku', { | ||
6 | indent: 'زیادکردنی بۆشایی', | ||
7 | outdent: 'کەمکردنەوەی بۆشایی' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/lt.js b/sources/plugins/indent/lang/lt.js new file mode 100644 index 00000000..263fa04d --- /dev/null +++ b/sources/plugins/indent/lang/lt.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'lt', { | ||
6 | indent: 'Padidinti įtrauką', | ||
7 | outdent: 'Sumažinti įtrauką' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/lv.js b/sources/plugins/indent/lang/lv.js new file mode 100644 index 00000000..0315bfb7 --- /dev/null +++ b/sources/plugins/indent/lang/lv.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'lv', { | ||
6 | indent: 'Palielināt atkāpi', | ||
7 | outdent: 'Samazināt atkāpi' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/mk.js b/sources/plugins/indent/lang/mk.js new file mode 100644 index 00000000..52d13c35 --- /dev/null +++ b/sources/plugins/indent/lang/mk.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'mk', { | ||
6 | indent: 'Increase Indent', // MISSING | ||
7 | outdent: 'Decrease Indent' // MISSING | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/mn.js b/sources/plugins/indent/lang/mn.js new file mode 100644 index 00000000..9eded3ef --- /dev/null +++ b/sources/plugins/indent/lang/mn.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'mn', { | ||
6 | indent: 'Догол мөр хасах', | ||
7 | outdent: 'Догол мөр нэмэх' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/ms.js b/sources/plugins/indent/lang/ms.js new file mode 100644 index 00000000..7d3a5f29 --- /dev/null +++ b/sources/plugins/indent/lang/ms.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'ms', { | ||
6 | indent: 'Tambahkan Inden', | ||
7 | outdent: 'Kurangkan Inden' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/nb.js b/sources/plugins/indent/lang/nb.js new file mode 100644 index 00000000..3e124d55 --- /dev/null +++ b/sources/plugins/indent/lang/nb.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'nb', { | ||
6 | indent: 'Øk innrykk', | ||
7 | outdent: 'Reduser innrykk' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/nl.js b/sources/plugins/indent/lang/nl.js new file mode 100644 index 00000000..0cdf066f --- /dev/null +++ b/sources/plugins/indent/lang/nl.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'nl', { | ||
6 | indent: 'Inspringing vergroten', | ||
7 | outdent: 'Inspringing verkleinen' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/no.js b/sources/plugins/indent/lang/no.js new file mode 100644 index 00000000..eeb5e1ce --- /dev/null +++ b/sources/plugins/indent/lang/no.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'no', { | ||
6 | indent: 'Øk innrykk', | ||
7 | outdent: 'Reduser innrykk' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/pl.js b/sources/plugins/indent/lang/pl.js new file mode 100644 index 00000000..321f520b --- /dev/null +++ b/sources/plugins/indent/lang/pl.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'pl', { | ||
6 | indent: 'Zwiększ wcięcie', | ||
7 | outdent: 'Zmniejsz wcięcie' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/pt-br.js b/sources/plugins/indent/lang/pt-br.js new file mode 100644 index 00000000..b2334695 --- /dev/null +++ b/sources/plugins/indent/lang/pt-br.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'pt-br', { | ||
6 | indent: 'Aumentar Recuo', | ||
7 | outdent: 'Diminuir Recuo' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/pt.js b/sources/plugins/indent/lang/pt.js new file mode 100644 index 00000000..5e395317 --- /dev/null +++ b/sources/plugins/indent/lang/pt.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'pt', { | ||
6 | indent: 'Aumentar Avanço', | ||
7 | outdent: 'Diminuir Avanço' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/ro.js b/sources/plugins/indent/lang/ro.js new file mode 100644 index 00000000..639d4f03 --- /dev/null +++ b/sources/plugins/indent/lang/ro.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'ro', { | ||
6 | indent: 'Creşte indentarea', | ||
7 | outdent: 'Scade indentarea' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/ru.js b/sources/plugins/indent/lang/ru.js new file mode 100644 index 00000000..ddbb0508 --- /dev/null +++ b/sources/plugins/indent/lang/ru.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'ru', { | ||
6 | indent: 'Увеличить отступ', | ||
7 | outdent: 'Уменьшить отступ' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/si.js b/sources/plugins/indent/lang/si.js new file mode 100644 index 00000000..fe5a8e2b --- /dev/null +++ b/sources/plugins/indent/lang/si.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'si', { | ||
6 | indent: 'අතර පරතරය වැඩිකරන්න', | ||
7 | outdent: 'අතර පරතරය අඩුකරන්න' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/sk.js b/sources/plugins/indent/lang/sk.js new file mode 100644 index 00000000..a5210ee0 --- /dev/null +++ b/sources/plugins/indent/lang/sk.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'sk', { | ||
6 | indent: 'Zväčšiť odsadenie', | ||
7 | outdent: 'Zmenšiť odsadenie' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/sl.js b/sources/plugins/indent/lang/sl.js new file mode 100644 index 00000000..1cef8167 --- /dev/null +++ b/sources/plugins/indent/lang/sl.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'sl', { | ||
6 | indent: 'Povečaj zamik', | ||
7 | outdent: 'Zmanjšaj zamik' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/sq.js b/sources/plugins/indent/lang/sq.js new file mode 100644 index 00000000..670b1065 --- /dev/null +++ b/sources/plugins/indent/lang/sq.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'sq', { | ||
6 | indent: 'Rrite Identin', | ||
7 | outdent: 'Zvogëlo Identin' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/sr-latn.js b/sources/plugins/indent/lang/sr-latn.js new file mode 100644 index 00000000..a79ff72b --- /dev/null +++ b/sources/plugins/indent/lang/sr-latn.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'sr-latn', { | ||
6 | indent: 'Uvećaj levu marginu', | ||
7 | outdent: 'Smanji levu marginu' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/sr.js b/sources/plugins/indent/lang/sr.js new file mode 100644 index 00000000..92f11970 --- /dev/null +++ b/sources/plugins/indent/lang/sr.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'sr', { | ||
6 | indent: 'Увећај леву маргину', | ||
7 | outdent: 'Смањи леву маргину' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/sv.js b/sources/plugins/indent/lang/sv.js new file mode 100644 index 00000000..c9141012 --- /dev/null +++ b/sources/plugins/indent/lang/sv.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'sv', { | ||
6 | indent: 'Öka indrag', | ||
7 | outdent: 'Minska indrag' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/th.js b/sources/plugins/indent/lang/th.js new file mode 100644 index 00000000..1a4f2cde --- /dev/null +++ b/sources/plugins/indent/lang/th.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'th', { | ||
6 | indent: 'เพิ่มระยะย่อหน้า', | ||
7 | outdent: 'ลดระยะย่อหน้า' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/tr.js b/sources/plugins/indent/lang/tr.js new file mode 100644 index 00000000..227e2cd9 --- /dev/null +++ b/sources/plugins/indent/lang/tr.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'tr', { | ||
6 | indent: 'Sekme Arttır', | ||
7 | outdent: 'Sekme Azalt' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/tt.js b/sources/plugins/indent/lang/tt.js new file mode 100644 index 00000000..465b4ce3 --- /dev/null +++ b/sources/plugins/indent/lang/tt.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'tt', { | ||
6 | indent: 'Отступны арттыру', | ||
7 | outdent: 'Отступны кечерәйтү' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/ug.js b/sources/plugins/indent/lang/ug.js new file mode 100644 index 00000000..956e6a4c --- /dev/null +++ b/sources/plugins/indent/lang/ug.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'ug', { | ||
6 | indent: 'تارايت', | ||
7 | outdent: 'كەڭەيت' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/uk.js b/sources/plugins/indent/lang/uk.js new file mode 100644 index 00000000..80d77f76 --- /dev/null +++ b/sources/plugins/indent/lang/uk.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'uk', { | ||
6 | indent: 'Збільшити відступ', | ||
7 | outdent: 'Зменшити відступ' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/vi.js b/sources/plugins/indent/lang/vi.js new file mode 100644 index 00000000..c423837d --- /dev/null +++ b/sources/plugins/indent/lang/vi.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'vi', { | ||
6 | indent: 'Dịch vào trong', | ||
7 | outdent: 'Dịch ra ngoài' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/zh-cn.js b/sources/plugins/indent/lang/zh-cn.js new file mode 100644 index 00000000..2ce406f2 --- /dev/null +++ b/sources/plugins/indent/lang/zh-cn.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'zh-cn', { | ||
6 | indent: '增加缩进量', | ||
7 | outdent: '减少缩进量' | ||
8 | } ); | ||
diff --git a/sources/plugins/indent/lang/zh.js b/sources/plugins/indent/lang/zh.js new file mode 100644 index 00000000..4aa2abf8 --- /dev/null +++ b/sources/plugins/indent/lang/zh.js | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'indent', 'zh', { | ||
6 | indent: '增加縮排', | ||
7 | outdent: '減少縮排' | ||
8 | } ); | ||