aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/undo/lang
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 17:45:33 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 18:00:33 +0100
commit7adcb81e4f83f98c468889aaa5a85558ba88c770 (patch)
tree0d6ede733777b29060b48df4afaa2c64bfbae276 /sources/plugins/undo/lang
downloadconnexionswing-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/undo/lang')
-rw-r--r--sources/plugins/undo/lang/af.js8
-rw-r--r--sources/plugins/undo/lang/ar.js8
-rw-r--r--sources/plugins/undo/lang/bg.js8
-rw-r--r--sources/plugins/undo/lang/bn.js8
-rw-r--r--sources/plugins/undo/lang/bs.js8
-rw-r--r--sources/plugins/undo/lang/ca.js8
-rw-r--r--sources/plugins/undo/lang/cs.js8
-rw-r--r--sources/plugins/undo/lang/cy.js8
-rw-r--r--sources/plugins/undo/lang/da.js8
-rw-r--r--sources/plugins/undo/lang/de.js8
-rw-r--r--sources/plugins/undo/lang/el.js8
-rw-r--r--sources/plugins/undo/lang/en-au.js8
-rw-r--r--sources/plugins/undo/lang/en-ca.js8
-rw-r--r--sources/plugins/undo/lang/en-gb.js8
-rw-r--r--sources/plugins/undo/lang/en.js8
-rw-r--r--sources/plugins/undo/lang/eo.js8
-rw-r--r--sources/plugins/undo/lang/es.js8
-rw-r--r--sources/plugins/undo/lang/et.js8
-rw-r--r--sources/plugins/undo/lang/eu.js8
-rw-r--r--sources/plugins/undo/lang/fa.js8
-rw-r--r--sources/plugins/undo/lang/fi.js8
-rw-r--r--sources/plugins/undo/lang/fo.js8
-rw-r--r--sources/plugins/undo/lang/fr-ca.js8
-rw-r--r--sources/plugins/undo/lang/fr.js8
-rw-r--r--sources/plugins/undo/lang/gl.js8
-rw-r--r--sources/plugins/undo/lang/gu.js8
-rw-r--r--sources/plugins/undo/lang/he.js8
-rw-r--r--sources/plugins/undo/lang/hi.js8
-rw-r--r--sources/plugins/undo/lang/hr.js8
-rw-r--r--sources/plugins/undo/lang/hu.js8
-rw-r--r--sources/plugins/undo/lang/id.js8
-rw-r--r--sources/plugins/undo/lang/is.js8
-rw-r--r--sources/plugins/undo/lang/it.js8
-rw-r--r--sources/plugins/undo/lang/ja.js8
-rw-r--r--sources/plugins/undo/lang/ka.js8
-rw-r--r--sources/plugins/undo/lang/km.js8
-rw-r--r--sources/plugins/undo/lang/ko.js8
-rw-r--r--sources/plugins/undo/lang/ku.js8
-rw-r--r--sources/plugins/undo/lang/lt.js8
-rw-r--r--sources/plugins/undo/lang/lv.js8
-rw-r--r--sources/plugins/undo/lang/mk.js8
-rw-r--r--sources/plugins/undo/lang/mn.js8
-rw-r--r--sources/plugins/undo/lang/ms.js8
-rw-r--r--sources/plugins/undo/lang/nb.js8
-rw-r--r--sources/plugins/undo/lang/nl.js8
-rw-r--r--sources/plugins/undo/lang/no.js8
-rw-r--r--sources/plugins/undo/lang/pl.js8
-rw-r--r--sources/plugins/undo/lang/pt-br.js8
-rw-r--r--sources/plugins/undo/lang/pt.js8
-rw-r--r--sources/plugins/undo/lang/ro.js8
-rw-r--r--sources/plugins/undo/lang/ru.js8
-rw-r--r--sources/plugins/undo/lang/si.js8
-rw-r--r--sources/plugins/undo/lang/sk.js8
-rw-r--r--sources/plugins/undo/lang/sl.js8
-rw-r--r--sources/plugins/undo/lang/sq.js8
-rw-r--r--sources/plugins/undo/lang/sr-latn.js8
-rw-r--r--sources/plugins/undo/lang/sr.js8
-rw-r--r--sources/plugins/undo/lang/sv.js8
-rw-r--r--sources/plugins/undo/lang/th.js8
-rw-r--r--sources/plugins/undo/lang/tr.js8
-rw-r--r--sources/plugins/undo/lang/tt.js8
-rw-r--r--sources/plugins/undo/lang/ug.js8
-rw-r--r--sources/plugins/undo/lang/uk.js8
-rw-r--r--sources/plugins/undo/lang/vi.js8
-rw-r--r--sources/plugins/undo/lang/zh-cn.js8
-rw-r--r--sources/plugins/undo/lang/zh.js8
66 files changed, 528 insertions, 0 deletions
diff --git a/sources/plugins/undo/lang/af.js b/sources/plugins/undo/lang/af.js
new file mode 100644
index 00000000..186256bc
--- /dev/null
+++ b/sources/plugins/undo/lang/af.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'af', {
6 redo: 'Oordoen',
7 undo: 'Ontdoen'
8} );
diff --git a/sources/plugins/undo/lang/ar.js b/sources/plugins/undo/lang/ar.js
new file mode 100644
index 00000000..c5ead34c
--- /dev/null
+++ b/sources/plugins/undo/lang/ar.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'ar', {
6 redo: 'إعادة',
7 undo: 'تراجع'
8} );
diff --git a/sources/plugins/undo/lang/bg.js b/sources/plugins/undo/lang/bg.js
new file mode 100644
index 00000000..61e1d2ae
--- /dev/null
+++ b/sources/plugins/undo/lang/bg.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'bg', {
6 redo: 'Връщане на предишен статус',
7 undo: 'Възтанови'
8} );
diff --git a/sources/plugins/undo/lang/bn.js b/sources/plugins/undo/lang/bn.js
new file mode 100644
index 00000000..edf4d93e
--- /dev/null
+++ b/sources/plugins/undo/lang/bn.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'bn', {
6 redo: 'রি-ডু',
7 undo: 'আনডু'
8} );
diff --git a/sources/plugins/undo/lang/bs.js b/sources/plugins/undo/lang/bs.js
new file mode 100644
index 00000000..88cd77db
--- /dev/null
+++ b/sources/plugins/undo/lang/bs.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'bs', {
6 redo: 'Ponovi',
7 undo: 'Vrati'
8} );
diff --git a/sources/plugins/undo/lang/ca.js b/sources/plugins/undo/lang/ca.js
new file mode 100644
index 00000000..0a44406a
--- /dev/null
+++ b/sources/plugins/undo/lang/ca.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'ca', {
6 redo: 'Refés',
7 undo: 'Desfés'
8} );
diff --git a/sources/plugins/undo/lang/cs.js b/sources/plugins/undo/lang/cs.js
new file mode 100644
index 00000000..51f8979a
--- /dev/null
+++ b/sources/plugins/undo/lang/cs.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'cs', {
6 redo: 'Znovu',
7 undo: 'Zpět'
8} );
diff --git a/sources/plugins/undo/lang/cy.js b/sources/plugins/undo/lang/cy.js
new file mode 100644
index 00000000..1e5a30d3
--- /dev/null
+++ b/sources/plugins/undo/lang/cy.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'cy', {
6 redo: 'Ailwneud',
7 undo: 'Dadwneud'
8} );
diff --git a/sources/plugins/undo/lang/da.js b/sources/plugins/undo/lang/da.js
new file mode 100644
index 00000000..8c1563ed
--- /dev/null
+++ b/sources/plugins/undo/lang/da.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'da', {
6 redo: 'Annullér fortryd',
7 undo: 'Fortryd'
8} );
diff --git a/sources/plugins/undo/lang/de.js b/sources/plugins/undo/lang/de.js
new file mode 100644
index 00000000..93d55862
--- /dev/null
+++ b/sources/plugins/undo/lang/de.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'de', {
6 redo: 'Wiederherstellen',
7 undo: 'Rückgängig'
8} );
diff --git a/sources/plugins/undo/lang/el.js b/sources/plugins/undo/lang/el.js
new file mode 100644
index 00000000..4961355f
--- /dev/null
+++ b/sources/plugins/undo/lang/el.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'el', {
6 redo: 'Επανάληψη',
7 undo: 'Αναίρεση'
8} );
diff --git a/sources/plugins/undo/lang/en-au.js b/sources/plugins/undo/lang/en-au.js
new file mode 100644
index 00000000..9d748e05
--- /dev/null
+++ b/sources/plugins/undo/lang/en-au.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'en-au', {
6 redo: 'Redo',
7 undo: 'Undo'
8} );
diff --git a/sources/plugins/undo/lang/en-ca.js b/sources/plugins/undo/lang/en-ca.js
new file mode 100644
index 00000000..facd173e
--- /dev/null
+++ b/sources/plugins/undo/lang/en-ca.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'en-ca', {
6 redo: 'Redo',
7 undo: 'Undo'
8} );
diff --git a/sources/plugins/undo/lang/en-gb.js b/sources/plugins/undo/lang/en-gb.js
new file mode 100644
index 00000000..5b52e0d4
--- /dev/null
+++ b/sources/plugins/undo/lang/en-gb.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'en-gb', {
6 redo: 'Redo',
7 undo: 'Undo'
8} );
diff --git a/sources/plugins/undo/lang/en.js b/sources/plugins/undo/lang/en.js
new file mode 100644
index 00000000..875bfe87
--- /dev/null
+++ b/sources/plugins/undo/lang/en.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'en', {
6 redo: 'Redo',
7 undo: 'Undo'
8} );
diff --git a/sources/plugins/undo/lang/eo.js b/sources/plugins/undo/lang/eo.js
new file mode 100644
index 00000000..9298e2b3
--- /dev/null
+++ b/sources/plugins/undo/lang/eo.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'eo', {
6 redo: 'Refari',
7 undo: 'Malfari'
8} );
diff --git a/sources/plugins/undo/lang/es.js b/sources/plugins/undo/lang/es.js
new file mode 100644
index 00000000..e518bce2
--- /dev/null
+++ b/sources/plugins/undo/lang/es.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'es', {
6 redo: 'Rehacer',
7 undo: 'Deshacer'
8} );
diff --git a/sources/plugins/undo/lang/et.js b/sources/plugins/undo/lang/et.js
new file mode 100644
index 00000000..3ad8f16d
--- /dev/null
+++ b/sources/plugins/undo/lang/et.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'et', {
6 redo: 'Toimingu kordamine',
7 undo: 'Tagasivõtmine'
8} );
diff --git a/sources/plugins/undo/lang/eu.js b/sources/plugins/undo/lang/eu.js
new file mode 100644
index 00000000..a9d000ce
--- /dev/null
+++ b/sources/plugins/undo/lang/eu.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'eu', {
6 redo: 'Berregin',
7 undo: 'Desegin'
8} );
diff --git a/sources/plugins/undo/lang/fa.js b/sources/plugins/undo/lang/fa.js
new file mode 100644
index 00000000..a6fa2206
--- /dev/null
+++ b/sources/plugins/undo/lang/fa.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'fa', {
6 redo: 'بازچیدن',
7 undo: 'واچیدن'
8} );
diff --git a/sources/plugins/undo/lang/fi.js b/sources/plugins/undo/lang/fi.js
new file mode 100644
index 00000000..2df2f2e1
--- /dev/null
+++ b/sources/plugins/undo/lang/fi.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'fi', {
6 redo: 'Toista',
7 undo: 'Kumoa'
8} );
diff --git a/sources/plugins/undo/lang/fo.js b/sources/plugins/undo/lang/fo.js
new file mode 100644
index 00000000..bd64e096
--- /dev/null
+++ b/sources/plugins/undo/lang/fo.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'fo', {
6 redo: 'Vend aftur',
7 undo: 'Angra'
8} );
diff --git a/sources/plugins/undo/lang/fr-ca.js b/sources/plugins/undo/lang/fr-ca.js
new file mode 100644
index 00000000..57c8e1f3
--- /dev/null
+++ b/sources/plugins/undo/lang/fr-ca.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'fr-ca', {
6 redo: 'Refaire',
7 undo: 'Annuler'
8} );
diff --git a/sources/plugins/undo/lang/fr.js b/sources/plugins/undo/lang/fr.js
new file mode 100644
index 00000000..6e799791
--- /dev/null
+++ b/sources/plugins/undo/lang/fr.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'fr', {
6 redo: 'Rétablir',
7 undo: 'Annuler'
8} );
diff --git a/sources/plugins/undo/lang/gl.js b/sources/plugins/undo/lang/gl.js
new file mode 100644
index 00000000..2569d825
--- /dev/null
+++ b/sources/plugins/undo/lang/gl.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'gl', {
6 redo: 'Refacer',
7 undo: 'Desfacer'
8} );
diff --git a/sources/plugins/undo/lang/gu.js b/sources/plugins/undo/lang/gu.js
new file mode 100644
index 00000000..5fd239ba
--- /dev/null
+++ b/sources/plugins/undo/lang/gu.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'gu', {
6 redo: 'રિડૂ; પછી હતી એવી સ્થિતિ પાછી લાવવી',
7 undo: 'રદ કરવું; પહેલાં હતી એવી સ્થિતિ પાછી લાવવી'
8} );
diff --git a/sources/plugins/undo/lang/he.js b/sources/plugins/undo/lang/he.js
new file mode 100644
index 00000000..e03d5206
--- /dev/null
+++ b/sources/plugins/undo/lang/he.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'he', {
6 redo: 'חזרה על צעד אחרון',
7 undo: 'ביטול צעד אחרון'
8} );
diff --git a/sources/plugins/undo/lang/hi.js b/sources/plugins/undo/lang/hi.js
new file mode 100644
index 00000000..6306757a
--- /dev/null
+++ b/sources/plugins/undo/lang/hi.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'hi', {
6 redo: 'रीडू',
7 undo: 'अन्डू'
8} );
diff --git a/sources/plugins/undo/lang/hr.js b/sources/plugins/undo/lang/hr.js
new file mode 100644
index 00000000..5fbf931f
--- /dev/null
+++ b/sources/plugins/undo/lang/hr.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'hr', {
6 redo: 'Ponovi',
7 undo: 'Poništi'
8} );
diff --git a/sources/plugins/undo/lang/hu.js b/sources/plugins/undo/lang/hu.js
new file mode 100644
index 00000000..fc1e4a7a
--- /dev/null
+++ b/sources/plugins/undo/lang/hu.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'hu', {
6 redo: 'Ismétlés',
7 undo: 'Visszavonás'
8} );
diff --git a/sources/plugins/undo/lang/id.js b/sources/plugins/undo/lang/id.js
new file mode 100644
index 00000000..828ad66d
--- /dev/null
+++ b/sources/plugins/undo/lang/id.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'id', {
6 redo: 'Kembali lakukan',
7 undo: 'Batalkan perlakuan'
8} );
diff --git a/sources/plugins/undo/lang/is.js b/sources/plugins/undo/lang/is.js
new file mode 100644
index 00000000..850178bc
--- /dev/null
+++ b/sources/plugins/undo/lang/is.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'is', {
6 redo: 'Hætta við afturköllun',
7 undo: 'Afturkalla'
8} );
diff --git a/sources/plugins/undo/lang/it.js b/sources/plugins/undo/lang/it.js
new file mode 100644
index 00000000..0dd1a1d9
--- /dev/null
+++ b/sources/plugins/undo/lang/it.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'it', {
6 redo: 'Ripristina',
7 undo: 'Annulla'
8} );
diff --git a/sources/plugins/undo/lang/ja.js b/sources/plugins/undo/lang/ja.js
new file mode 100644
index 00000000..c2136f5c
--- /dev/null
+++ b/sources/plugins/undo/lang/ja.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'ja', {
6 redo: 'やり直す',
7 undo: '元に戻す'
8} );
diff --git a/sources/plugins/undo/lang/ka.js b/sources/plugins/undo/lang/ka.js
new file mode 100644
index 00000000..6a618af1
--- /dev/null
+++ b/sources/plugins/undo/lang/ka.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'ka', {
6 redo: 'გამეორება',
7 undo: 'გაუქმება'
8} );
diff --git a/sources/plugins/undo/lang/km.js b/sources/plugins/undo/lang/km.js
new file mode 100644
index 00000000..51e443c8
--- /dev/null
+++ b/sources/plugins/undo/lang/km.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'km', {
6 redo: 'ធ្វើ​ឡើង​វិញ',
7 undo: 'មិន​ធ្វើ​វិញ'
8} );
diff --git a/sources/plugins/undo/lang/ko.js b/sources/plugins/undo/lang/ko.js
new file mode 100644
index 00000000..a1c54b2a
--- /dev/null
+++ b/sources/plugins/undo/lang/ko.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'ko', {
6 redo: '다시 실행',
7 undo: '실행 취소'
8} );
diff --git a/sources/plugins/undo/lang/ku.js b/sources/plugins/undo/lang/ku.js
new file mode 100644
index 00000000..38ae12b1
--- /dev/null
+++ b/sources/plugins/undo/lang/ku.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'ku', {
6 redo: 'هەڵگەڕاندنەوە',
7 undo: 'پووچکردنەوە'
8} );
diff --git a/sources/plugins/undo/lang/lt.js b/sources/plugins/undo/lang/lt.js
new file mode 100644
index 00000000..4712429a
--- /dev/null
+++ b/sources/plugins/undo/lang/lt.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'lt', {
6 redo: 'Atstatyti',
7 undo: 'Atšaukti'
8} );
diff --git a/sources/plugins/undo/lang/lv.js b/sources/plugins/undo/lang/lv.js
new file mode 100644
index 00000000..134f19c7
--- /dev/null
+++ b/sources/plugins/undo/lang/lv.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'lv', {
6 redo: 'Atkārtot',
7 undo: 'Atcelt'
8} );
diff --git a/sources/plugins/undo/lang/mk.js b/sources/plugins/undo/lang/mk.js
new file mode 100644
index 00000000..56b5a85f
--- /dev/null
+++ b/sources/plugins/undo/lang/mk.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'mk', {
6 redo: 'Redo', // MISSING
7 undo: 'Undo'
8} );
diff --git a/sources/plugins/undo/lang/mn.js b/sources/plugins/undo/lang/mn.js
new file mode 100644
index 00000000..d1a919dd
--- /dev/null
+++ b/sources/plugins/undo/lang/mn.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'mn', {
6 redo: 'Өмнөх үйлдлээ сэргээх',
7 undo: 'Хүчингүй болгох'
8} );
diff --git a/sources/plugins/undo/lang/ms.js b/sources/plugins/undo/lang/ms.js
new file mode 100644
index 00000000..e9fc94d3
--- /dev/null
+++ b/sources/plugins/undo/lang/ms.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'ms', {
6 redo: 'Ulangkan',
7 undo: 'Batalkan'
8} );
diff --git a/sources/plugins/undo/lang/nb.js b/sources/plugins/undo/lang/nb.js
new file mode 100644
index 00000000..ca295927
--- /dev/null
+++ b/sources/plugins/undo/lang/nb.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'nb', {
6 redo: 'Gjør om',
7 undo: 'Angre'
8} );
diff --git a/sources/plugins/undo/lang/nl.js b/sources/plugins/undo/lang/nl.js
new file mode 100644
index 00000000..c5b48096
--- /dev/null
+++ b/sources/plugins/undo/lang/nl.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'nl', {
6 redo: 'Opnieuw uitvoeren',
7 undo: 'Ongedaan maken'
8} );
diff --git a/sources/plugins/undo/lang/no.js b/sources/plugins/undo/lang/no.js
new file mode 100644
index 00000000..e56f3271
--- /dev/null
+++ b/sources/plugins/undo/lang/no.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'no', {
6 redo: 'Gjør om',
7 undo: 'Angre'
8} );
diff --git a/sources/plugins/undo/lang/pl.js b/sources/plugins/undo/lang/pl.js
new file mode 100644
index 00000000..76ccd5f7
--- /dev/null
+++ b/sources/plugins/undo/lang/pl.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'pl', {
6 redo: 'Ponów',
7 undo: 'Cofnij'
8} );
diff --git a/sources/plugins/undo/lang/pt-br.js b/sources/plugins/undo/lang/pt-br.js
new file mode 100644
index 00000000..72a5df9a
--- /dev/null
+++ b/sources/plugins/undo/lang/pt-br.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'pt-br', {
6 redo: 'Refazer',
7 undo: 'Desfazer'
8} );
diff --git a/sources/plugins/undo/lang/pt.js b/sources/plugins/undo/lang/pt.js
new file mode 100644
index 00000000..29ee5267
--- /dev/null
+++ b/sources/plugins/undo/lang/pt.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'pt', {
6 redo: 'Refazer',
7 undo: 'Anular'
8} );
diff --git a/sources/plugins/undo/lang/ro.js b/sources/plugins/undo/lang/ro.js
new file mode 100644
index 00000000..bfc197c3
--- /dev/null
+++ b/sources/plugins/undo/lang/ro.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'ro', {
6 redo: 'Starea ulterioară (redo)',
7 undo: 'Starea anterioară (undo)'
8} );
diff --git a/sources/plugins/undo/lang/ru.js b/sources/plugins/undo/lang/ru.js
new file mode 100644
index 00000000..acf8ce4d
--- /dev/null
+++ b/sources/plugins/undo/lang/ru.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'ru', {
6 redo: 'Повторить',
7 undo: 'Отменить'
8} );
diff --git a/sources/plugins/undo/lang/si.js b/sources/plugins/undo/lang/si.js
new file mode 100644
index 00000000..96c9bc90
--- /dev/null
+++ b/sources/plugins/undo/lang/si.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'si', {
6 redo: 'නැවත කිරීම',
7 undo: 'වෙනස් කිරීම'
8} );
diff --git a/sources/plugins/undo/lang/sk.js b/sources/plugins/undo/lang/sk.js
new file mode 100644
index 00000000..28cf9375
--- /dev/null
+++ b/sources/plugins/undo/lang/sk.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'sk', {
6 redo: 'Znovu',
7 undo: 'Späť'
8} );
diff --git a/sources/plugins/undo/lang/sl.js b/sources/plugins/undo/lang/sl.js
new file mode 100644
index 00000000..f649d441
--- /dev/null
+++ b/sources/plugins/undo/lang/sl.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'sl', {
6 redo: 'Ponovi',
7 undo: 'Razveljavi'
8} );
diff --git a/sources/plugins/undo/lang/sq.js b/sources/plugins/undo/lang/sq.js
new file mode 100644
index 00000000..37e17f95
--- /dev/null
+++ b/sources/plugins/undo/lang/sq.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'sq', {
6 redo: 'Ribëje',
7 undo: 'Rizhbëje'
8} );
diff --git a/sources/plugins/undo/lang/sr-latn.js b/sources/plugins/undo/lang/sr-latn.js
new file mode 100644
index 00000000..b2527a7f
--- /dev/null
+++ b/sources/plugins/undo/lang/sr-latn.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'sr-latn', {
6 redo: 'Ponovi akciju',
7 undo: 'Poni�ti akciju'
8} );
diff --git a/sources/plugins/undo/lang/sr.js b/sources/plugins/undo/lang/sr.js
new file mode 100644
index 00000000..0b7f9f23
--- /dev/null
+++ b/sources/plugins/undo/lang/sr.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'sr', {
6 redo: 'Понови акцију',
7 undo: 'Поништи акцију'
8} );
diff --git a/sources/plugins/undo/lang/sv.js b/sources/plugins/undo/lang/sv.js
new file mode 100644
index 00000000..5537b5ad
--- /dev/null
+++ b/sources/plugins/undo/lang/sv.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'sv', {
6 redo: 'Gör om',
7 undo: 'Ångra'
8} );
diff --git a/sources/plugins/undo/lang/th.js b/sources/plugins/undo/lang/th.js
new file mode 100644
index 00000000..29671829
--- /dev/null
+++ b/sources/plugins/undo/lang/th.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'th', {
6 redo: 'ทำซ้ำคำสั่ง',
7 undo: 'ยกเลิกคำสั่ง'
8} );
diff --git a/sources/plugins/undo/lang/tr.js b/sources/plugins/undo/lang/tr.js
new file mode 100644
index 00000000..3c757f77
--- /dev/null
+++ b/sources/plugins/undo/lang/tr.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'tr', {
6 redo: 'Tekrarla',
7 undo: 'Geri Al'
8} );
diff --git a/sources/plugins/undo/lang/tt.js b/sources/plugins/undo/lang/tt.js
new file mode 100644
index 00000000..d4335572
--- /dev/null
+++ b/sources/plugins/undo/lang/tt.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'tt', {
6 redo: 'Кабатлау',
7 undo: 'Кайтару'
8} );
diff --git a/sources/plugins/undo/lang/ug.js b/sources/plugins/undo/lang/ug.js
new file mode 100644
index 00000000..73348fc3
--- /dev/null
+++ b/sources/plugins/undo/lang/ug.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'ug', {
6 redo: 'قايتىلا ',
7 undo: 'يېنىۋال'
8} );
diff --git a/sources/plugins/undo/lang/uk.js b/sources/plugins/undo/lang/uk.js
new file mode 100644
index 00000000..23e308a2
--- /dev/null
+++ b/sources/plugins/undo/lang/uk.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'uk', {
6 redo: 'Повторити',
7 undo: 'Повернути'
8} );
diff --git a/sources/plugins/undo/lang/vi.js b/sources/plugins/undo/lang/vi.js
new file mode 100644
index 00000000..8b11bfd2
--- /dev/null
+++ b/sources/plugins/undo/lang/vi.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'vi', {
6 redo: 'Làm lại thao tác',
7 undo: 'Khôi phục thao tác'
8} );
diff --git a/sources/plugins/undo/lang/zh-cn.js b/sources/plugins/undo/lang/zh-cn.js
new file mode 100644
index 00000000..48116a7e
--- /dev/null
+++ b/sources/plugins/undo/lang/zh-cn.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'zh-cn', {
6 redo: '重做',
7 undo: '撤消'
8} );
diff --git a/sources/plugins/undo/lang/zh.js b/sources/plugins/undo/lang/zh.js
new file mode 100644
index 00000000..b6a1c4dc
--- /dev/null
+++ b/sources/plugins/undo/lang/zh.js
@@ -0,0 +1,8 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'undo', 'zh', {
6 redo: '取消復原',
7 undo: '復原'
8} );