summaryrefslogtreecommitdiff
path: root/plugins/save/lang
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2013-07-15 14:22:23 +0100
committerlsces <lester@lsces.co.uk>2013-07-15 14:22:23 +0100
commit6d4c4f12d15ae68d912972921997a8c5180c9aea (patch)
tree104274447272d09617c483cf6b0ee79559c9fe6f /plugins/save/lang
parentde6d09676a9527919813a4474cc28af554a35fe1 (diff)
downloadckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.tar.gz
ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.tar.bz2
ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.zip
Upgrade to CKEditor V4
Directory structure changed so many files removed and replace in a new location This batch is the delete and add
Diffstat (limited to 'plugins/save/lang')
-rw-r--r--plugins/save/lang/af.js7
-rw-r--r--plugins/save/lang/ar.js7
-rw-r--r--plugins/save/lang/bg.js7
-rw-r--r--plugins/save/lang/bn.js7
-rw-r--r--plugins/save/lang/bs.js7
-rw-r--r--plugins/save/lang/ca.js7
-rw-r--r--plugins/save/lang/cs.js7
-rw-r--r--plugins/save/lang/cy.js7
-rw-r--r--plugins/save/lang/da.js7
-rw-r--r--plugins/save/lang/de.js7
-rw-r--r--plugins/save/lang/el.js7
-rw-r--r--plugins/save/lang/en-au.js7
-rw-r--r--plugins/save/lang/en-ca.js7
-rw-r--r--plugins/save/lang/en-gb.js7
-rw-r--r--plugins/save/lang/en.js7
-rw-r--r--plugins/save/lang/eo.js7
-rw-r--r--plugins/save/lang/es.js7
-rw-r--r--plugins/save/lang/et.js7
-rw-r--r--plugins/save/lang/eu.js7
-rw-r--r--plugins/save/lang/fa.js7
-rw-r--r--plugins/save/lang/fi.js7
-rw-r--r--plugins/save/lang/fo.js7
-rw-r--r--plugins/save/lang/fr-ca.js7
-rw-r--r--plugins/save/lang/fr.js7
-rw-r--r--plugins/save/lang/gl.js7
-rw-r--r--plugins/save/lang/gu.js7
-rw-r--r--plugins/save/lang/he.js7
-rw-r--r--plugins/save/lang/hi.js7
-rw-r--r--plugins/save/lang/hr.js7
-rw-r--r--plugins/save/lang/hu.js7
-rw-r--r--plugins/save/lang/is.js7
-rw-r--r--plugins/save/lang/it.js7
-rw-r--r--plugins/save/lang/ja.js7
-rw-r--r--plugins/save/lang/ka.js7
-rw-r--r--plugins/save/lang/km.js7
-rw-r--r--plugins/save/lang/ko.js7
-rw-r--r--plugins/save/lang/ku.js7
-rw-r--r--plugins/save/lang/lt.js7
-rw-r--r--plugins/save/lang/lv.js7
-rw-r--r--plugins/save/lang/mk.js7
-rw-r--r--plugins/save/lang/mn.js7
-rw-r--r--plugins/save/lang/ms.js7
-rw-r--r--plugins/save/lang/nb.js7
-rw-r--r--plugins/save/lang/nl.js7
-rw-r--r--plugins/save/lang/no.js7
-rw-r--r--plugins/save/lang/pl.js7
-rw-r--r--plugins/save/lang/pt-br.js7
-rw-r--r--plugins/save/lang/pt.js7
-rw-r--r--plugins/save/lang/ro.js7
-rw-r--r--plugins/save/lang/ru.js7
-rw-r--r--plugins/save/lang/si.js7
-rw-r--r--plugins/save/lang/sk.js7
-rw-r--r--plugins/save/lang/sl.js7
-rw-r--r--plugins/save/lang/sq.js7
-rw-r--r--plugins/save/lang/sr-latn.js7
-rw-r--r--plugins/save/lang/sr.js7
-rw-r--r--plugins/save/lang/sv.js7
-rw-r--r--plugins/save/lang/th.js7
-rw-r--r--plugins/save/lang/tr.js7
-rw-r--r--plugins/save/lang/ug.js7
-rw-r--r--plugins/save/lang/uk.js7
-rw-r--r--plugins/save/lang/vi.js7
-rw-r--r--plugins/save/lang/zh-cn.js7
-rw-r--r--plugins/save/lang/zh.js7
64 files changed, 448 insertions, 0 deletions
diff --git a/plugins/save/lang/af.js b/plugins/save/lang/af.js
new file mode 100644
index 0000000..6b1b389
--- /dev/null
+++ b/plugins/save/lang/af.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'af', {
+ toolbar: 'Bewaar'
+});
diff --git a/plugins/save/lang/ar.js b/plugins/save/lang/ar.js
new file mode 100644
index 0000000..f92f61e
--- /dev/null
+++ b/plugins/save/lang/ar.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'ar', {
+ toolbar: 'حفظ'
+});
diff --git a/plugins/save/lang/bg.js b/plugins/save/lang/bg.js
new file mode 100644
index 0000000..0f8417e
--- /dev/null
+++ b/plugins/save/lang/bg.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'bg', {
+ toolbar: 'Запис'
+});
diff --git a/plugins/save/lang/bn.js b/plugins/save/lang/bn.js
new file mode 100644
index 0000000..6e02070
--- /dev/null
+++ b/plugins/save/lang/bn.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'bn', {
+ toolbar: 'সংরক্ষন কর'
+});
diff --git a/plugins/save/lang/bs.js b/plugins/save/lang/bs.js
new file mode 100644
index 0000000..3cf6f4d
--- /dev/null
+++ b/plugins/save/lang/bs.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'bs', {
+ toolbar: 'Snimi'
+});
diff --git a/plugins/save/lang/ca.js b/plugins/save/lang/ca.js
new file mode 100644
index 0000000..1604120
--- /dev/null
+++ b/plugins/save/lang/ca.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'ca', {
+ toolbar: 'Desa'
+});
diff --git a/plugins/save/lang/cs.js b/plugins/save/lang/cs.js
new file mode 100644
index 0000000..02ae169
--- /dev/null
+++ b/plugins/save/lang/cs.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'cs', {
+ toolbar: 'Uložit'
+});
diff --git a/plugins/save/lang/cy.js b/plugins/save/lang/cy.js
new file mode 100644
index 0000000..34f8418
--- /dev/null
+++ b/plugins/save/lang/cy.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'cy', {
+ toolbar: 'Cadw'
+});
diff --git a/plugins/save/lang/da.js b/plugins/save/lang/da.js
new file mode 100644
index 0000000..8f143e1
--- /dev/null
+++ b/plugins/save/lang/da.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'da', {
+ toolbar: 'Gem'
+});
diff --git a/plugins/save/lang/de.js b/plugins/save/lang/de.js
new file mode 100644
index 0000000..50912b7
--- /dev/null
+++ b/plugins/save/lang/de.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'de', {
+ toolbar: 'Speichern'
+});
diff --git a/plugins/save/lang/el.js b/plugins/save/lang/el.js
new file mode 100644
index 0000000..3f76757
--- /dev/null
+++ b/plugins/save/lang/el.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'el', {
+ toolbar: 'Αποθήκευση'
+});
diff --git a/plugins/save/lang/en-au.js b/plugins/save/lang/en-au.js
new file mode 100644
index 0000000..2fb9af4
--- /dev/null
+++ b/plugins/save/lang/en-au.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'en-au', {
+ toolbar: 'Save'
+});
diff --git a/plugins/save/lang/en-ca.js b/plugins/save/lang/en-ca.js
new file mode 100644
index 0000000..adeeb6d
--- /dev/null
+++ b/plugins/save/lang/en-ca.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'en-ca', {
+ toolbar: 'Save'
+});
diff --git a/plugins/save/lang/en-gb.js b/plugins/save/lang/en-gb.js
new file mode 100644
index 0000000..465b4ad
--- /dev/null
+++ b/plugins/save/lang/en-gb.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'en-gb', {
+ toolbar: 'Save'
+});
diff --git a/plugins/save/lang/en.js b/plugins/save/lang/en.js
new file mode 100644
index 0000000..cab97b2
--- /dev/null
+++ b/plugins/save/lang/en.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'en', {
+ toolbar: 'Save'
+});
diff --git a/plugins/save/lang/eo.js b/plugins/save/lang/eo.js
new file mode 100644
index 0000000..9bfed0c
--- /dev/null
+++ b/plugins/save/lang/eo.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'eo', {
+ toolbar: 'Konservi'
+});
diff --git a/plugins/save/lang/es.js b/plugins/save/lang/es.js
new file mode 100644
index 0000000..5a03a6d
--- /dev/null
+++ b/plugins/save/lang/es.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'es', {
+ toolbar: 'Guardar'
+});
diff --git a/plugins/save/lang/et.js b/plugins/save/lang/et.js
new file mode 100644
index 0000000..ddfc57a
--- /dev/null
+++ b/plugins/save/lang/et.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'et', {
+ toolbar: 'Salvestamine'
+});
diff --git a/plugins/save/lang/eu.js b/plugins/save/lang/eu.js
new file mode 100644
index 0000000..a86c8f8
--- /dev/null
+++ b/plugins/save/lang/eu.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'eu', {
+ toolbar: 'Gorde'
+});
diff --git a/plugins/save/lang/fa.js b/plugins/save/lang/fa.js
new file mode 100644
index 0000000..b449712
--- /dev/null
+++ b/plugins/save/lang/fa.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'fa', {
+ toolbar: 'ذخیره'
+});
diff --git a/plugins/save/lang/fi.js b/plugins/save/lang/fi.js
new file mode 100644
index 0000000..e787a23
--- /dev/null
+++ b/plugins/save/lang/fi.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'fi', {
+ toolbar: 'Tallenna'
+});
diff --git a/plugins/save/lang/fo.js b/plugins/save/lang/fo.js
new file mode 100644
index 0000000..7d12df4
--- /dev/null
+++ b/plugins/save/lang/fo.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'fo', {
+ toolbar: 'Goym'
+});
diff --git a/plugins/save/lang/fr-ca.js b/plugins/save/lang/fr-ca.js
new file mode 100644
index 0000000..c0ffc69
--- /dev/null
+++ b/plugins/save/lang/fr-ca.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'fr-ca', {
+ toolbar: 'Sauvegarder'
+});
diff --git a/plugins/save/lang/fr.js b/plugins/save/lang/fr.js
new file mode 100644
index 0000000..f37e7ef
--- /dev/null
+++ b/plugins/save/lang/fr.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'fr', {
+ toolbar: 'Enregistrer'
+});
diff --git a/plugins/save/lang/gl.js b/plugins/save/lang/gl.js
new file mode 100644
index 0000000..59dc911
--- /dev/null
+++ b/plugins/save/lang/gl.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'gl', {
+ toolbar: 'Gardar'
+});
diff --git a/plugins/save/lang/gu.js b/plugins/save/lang/gu.js
new file mode 100644
index 0000000..fd908c8
--- /dev/null
+++ b/plugins/save/lang/gu.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'gu', {
+ toolbar: 'સેવ'
+});
diff --git a/plugins/save/lang/he.js b/plugins/save/lang/he.js
new file mode 100644
index 0000000..1de6bb1
--- /dev/null
+++ b/plugins/save/lang/he.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'he', {
+ toolbar: 'שמירה'
+});
diff --git a/plugins/save/lang/hi.js b/plugins/save/lang/hi.js
new file mode 100644
index 0000000..88522ee
--- /dev/null
+++ b/plugins/save/lang/hi.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'hi', {
+ toolbar: 'सेव'
+});
diff --git a/plugins/save/lang/hr.js b/plugins/save/lang/hr.js
new file mode 100644
index 0000000..a6c94f6
--- /dev/null
+++ b/plugins/save/lang/hr.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'hr', {
+ toolbar: 'Snimi'
+});
diff --git a/plugins/save/lang/hu.js b/plugins/save/lang/hu.js
new file mode 100644
index 0000000..584fb05
--- /dev/null
+++ b/plugins/save/lang/hu.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'hu', {
+ toolbar: 'Mentés'
+});
diff --git a/plugins/save/lang/is.js b/plugins/save/lang/is.js
new file mode 100644
index 0000000..349a25b
--- /dev/null
+++ b/plugins/save/lang/is.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'is', {
+ toolbar: 'Vista'
+});
diff --git a/plugins/save/lang/it.js b/plugins/save/lang/it.js
new file mode 100644
index 0000000..8722333
--- /dev/null
+++ b/plugins/save/lang/it.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'it', {
+ toolbar: 'Salva'
+});
diff --git a/plugins/save/lang/ja.js b/plugins/save/lang/ja.js
new file mode 100644
index 0000000..e392c39
--- /dev/null
+++ b/plugins/save/lang/ja.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'ja', {
+ toolbar: '保存'
+});
diff --git a/plugins/save/lang/ka.js b/plugins/save/lang/ka.js
new file mode 100644
index 0000000..aa66c3b
--- /dev/null
+++ b/plugins/save/lang/ka.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'ka', {
+ toolbar: 'ჩაწერა'
+});
diff --git a/plugins/save/lang/km.js b/plugins/save/lang/km.js
new file mode 100644
index 0000000..88e7ad6
--- /dev/null
+++ b/plugins/save/lang/km.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'km', {
+ toolbar: 'រក្សាទុក'
+});
diff --git a/plugins/save/lang/ko.js b/plugins/save/lang/ko.js
new file mode 100644
index 0000000..96b9736
--- /dev/null
+++ b/plugins/save/lang/ko.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'ko', {
+ toolbar: '저장하기'
+});
diff --git a/plugins/save/lang/ku.js b/plugins/save/lang/ku.js
new file mode 100644
index 0000000..214fe6c
--- /dev/null
+++ b/plugins/save/lang/ku.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'ku', {
+ toolbar: 'پاشکەوتکردن'
+});
diff --git a/plugins/save/lang/lt.js b/plugins/save/lang/lt.js
new file mode 100644
index 0000000..a3cd302
--- /dev/null
+++ b/plugins/save/lang/lt.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'lt', {
+ toolbar: 'Išsaugoti'
+});
diff --git a/plugins/save/lang/lv.js b/plugins/save/lang/lv.js
new file mode 100644
index 0000000..8d4ef6e
--- /dev/null
+++ b/plugins/save/lang/lv.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'lv', {
+ toolbar: 'Saglabāt'
+});
diff --git a/plugins/save/lang/mk.js b/plugins/save/lang/mk.js
new file mode 100644
index 0000000..586e370
--- /dev/null
+++ b/plugins/save/lang/mk.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'mk', {
+ toolbar: 'Save' // MISSING
+});
diff --git a/plugins/save/lang/mn.js b/plugins/save/lang/mn.js
new file mode 100644
index 0000000..94bde8e
--- /dev/null
+++ b/plugins/save/lang/mn.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'mn', {
+ toolbar: 'Хадгалах'
+});
diff --git a/plugins/save/lang/ms.js b/plugins/save/lang/ms.js
new file mode 100644
index 0000000..3bc4ff9
--- /dev/null
+++ b/plugins/save/lang/ms.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'ms', {
+ toolbar: 'Simpan'
+});
diff --git a/plugins/save/lang/nb.js b/plugins/save/lang/nb.js
new file mode 100644
index 0000000..8847e13
--- /dev/null
+++ b/plugins/save/lang/nb.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'nb', {
+ toolbar: 'Lagre'
+});
diff --git a/plugins/save/lang/nl.js b/plugins/save/lang/nl.js
new file mode 100644
index 0000000..6328bec
--- /dev/null
+++ b/plugins/save/lang/nl.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'nl', {
+ toolbar: 'Opslaan'
+});
diff --git a/plugins/save/lang/no.js b/plugins/save/lang/no.js
new file mode 100644
index 0000000..fa3b1f5
--- /dev/null
+++ b/plugins/save/lang/no.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'no', {
+ toolbar: 'Lagre'
+});
diff --git a/plugins/save/lang/pl.js b/plugins/save/lang/pl.js
new file mode 100644
index 0000000..33b3997
--- /dev/null
+++ b/plugins/save/lang/pl.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'pl', {
+ toolbar: 'Zapisz'
+});
diff --git a/plugins/save/lang/pt-br.js b/plugins/save/lang/pt-br.js
new file mode 100644
index 0000000..ef26dbc
--- /dev/null
+++ b/plugins/save/lang/pt-br.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'pt-br', {
+ toolbar: 'Salvar'
+});
diff --git a/plugins/save/lang/pt.js b/plugins/save/lang/pt.js
new file mode 100644
index 0000000..184463c
--- /dev/null
+++ b/plugins/save/lang/pt.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'pt', {
+ toolbar: 'Guardar'
+});
diff --git a/plugins/save/lang/ro.js b/plugins/save/lang/ro.js
new file mode 100644
index 0000000..e7faeb0
--- /dev/null
+++ b/plugins/save/lang/ro.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'ro', {
+ toolbar: 'Salvează'
+});
diff --git a/plugins/save/lang/ru.js b/plugins/save/lang/ru.js
new file mode 100644
index 0000000..c5076cb
--- /dev/null
+++ b/plugins/save/lang/ru.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'ru', {
+ toolbar: 'Сохранить'
+});
diff --git a/plugins/save/lang/si.js b/plugins/save/lang/si.js
new file mode 100644
index 0000000..007253a
--- /dev/null
+++ b/plugins/save/lang/si.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'si', {
+ toolbar: 'ආරක්ෂා කරන්න'
+});
diff --git a/plugins/save/lang/sk.js b/plugins/save/lang/sk.js
new file mode 100644
index 0000000..14b9401
--- /dev/null
+++ b/plugins/save/lang/sk.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'sk', {
+ toolbar: 'Uložiť'
+});
diff --git a/plugins/save/lang/sl.js b/plugins/save/lang/sl.js
new file mode 100644
index 0000000..26dac4b
--- /dev/null
+++ b/plugins/save/lang/sl.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'sl', {
+ toolbar: 'Shrani'
+});
diff --git a/plugins/save/lang/sq.js b/plugins/save/lang/sq.js
new file mode 100644
index 0000000..609d15e
--- /dev/null
+++ b/plugins/save/lang/sq.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'sq', {
+ toolbar: 'Ruaje'
+});
diff --git a/plugins/save/lang/sr-latn.js b/plugins/save/lang/sr-latn.js
new file mode 100644
index 0000000..43150bd
--- /dev/null
+++ b/plugins/save/lang/sr-latn.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'sr-latn', {
+ toolbar: 'Sačuvaj'
+});
diff --git a/plugins/save/lang/sr.js b/plugins/save/lang/sr.js
new file mode 100644
index 0000000..b9ac6fc
--- /dev/null
+++ b/plugins/save/lang/sr.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'sr', {
+ toolbar: 'Сачувај'
+});
diff --git a/plugins/save/lang/sv.js b/plugins/save/lang/sv.js
new file mode 100644
index 0000000..8826f91
--- /dev/null
+++ b/plugins/save/lang/sv.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'sv', {
+ toolbar: 'Spara'
+});
diff --git a/plugins/save/lang/th.js b/plugins/save/lang/th.js
new file mode 100644
index 0000000..7d94363
--- /dev/null
+++ b/plugins/save/lang/th.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'th', {
+ toolbar: 'บันทึก'
+});
diff --git a/plugins/save/lang/tr.js b/plugins/save/lang/tr.js
new file mode 100644
index 0000000..243ba9c
--- /dev/null
+++ b/plugins/save/lang/tr.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'tr', {
+ toolbar: 'Kaydet'
+});
diff --git a/plugins/save/lang/ug.js b/plugins/save/lang/ug.js
new file mode 100644
index 0000000..87ad54f
--- /dev/null
+++ b/plugins/save/lang/ug.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'ug', {
+ toolbar: 'ساقلا'
+});
diff --git a/plugins/save/lang/uk.js b/plugins/save/lang/uk.js
new file mode 100644
index 0000000..dd0b1d7
--- /dev/null
+++ b/plugins/save/lang/uk.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'uk', {
+ toolbar: 'Зберегти'
+});
diff --git a/plugins/save/lang/vi.js b/plugins/save/lang/vi.js
new file mode 100644
index 0000000..5f9fc21
--- /dev/null
+++ b/plugins/save/lang/vi.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'vi', {
+ toolbar: 'Lưu'
+});
diff --git a/plugins/save/lang/zh-cn.js b/plugins/save/lang/zh-cn.js
new file mode 100644
index 0000000..d92fbc0
--- /dev/null
+++ b/plugins/save/lang/zh-cn.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'zh-cn', {
+ toolbar: '保存'
+});
diff --git a/plugins/save/lang/zh.js b/plugins/save/lang/zh.js
new file mode 100644
index 0000000..943e38b
--- /dev/null
+++ b/plugins/save/lang/zh.js
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'save', 'zh', {
+ toolbar: '儲存'
+});