summaryrefslogtreecommitdiff
path: root/plugins/sourcedialog/lang
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sourcedialog/lang')
-rw-r--r--plugins/sourcedialog/lang/af.js9
-rw-r--r--plugins/sourcedialog/lang/ar.js9
-rw-r--r--plugins/sourcedialog/lang/bg.js9
-rw-r--r--plugins/sourcedialog/lang/bn.js9
-rw-r--r--plugins/sourcedialog/lang/bs.js9
-rw-r--r--plugins/sourcedialog/lang/ca.js9
-rw-r--r--plugins/sourcedialog/lang/cs.js9
-rw-r--r--plugins/sourcedialog/lang/cy.js9
-rw-r--r--plugins/sourcedialog/lang/da.js9
-rw-r--r--plugins/sourcedialog/lang/de.js9
-rw-r--r--plugins/sourcedialog/lang/el.js9
-rw-r--r--plugins/sourcedialog/lang/en-au.js9
-rw-r--r--plugins/sourcedialog/lang/en-ca.js9
-rw-r--r--plugins/sourcedialog/lang/en-gb.js9
-rw-r--r--plugins/sourcedialog/lang/en.js9
-rw-r--r--plugins/sourcedialog/lang/eo.js9
-rw-r--r--plugins/sourcedialog/lang/es.js9
-rw-r--r--plugins/sourcedialog/lang/et.js9
-rw-r--r--plugins/sourcedialog/lang/eu.js9
-rw-r--r--plugins/sourcedialog/lang/fa.js9
-rw-r--r--plugins/sourcedialog/lang/fi.js9
-rw-r--r--plugins/sourcedialog/lang/fo.js9
-rw-r--r--plugins/sourcedialog/lang/fr-ca.js9
-rw-r--r--plugins/sourcedialog/lang/fr.js9
-rw-r--r--plugins/sourcedialog/lang/gl.js9
-rw-r--r--plugins/sourcedialog/lang/gu.js9
-rw-r--r--plugins/sourcedialog/lang/he.js9
-rw-r--r--plugins/sourcedialog/lang/hi.js9
-rw-r--r--plugins/sourcedialog/lang/hr.js9
-rw-r--r--plugins/sourcedialog/lang/hu.js9
-rw-r--r--plugins/sourcedialog/lang/is.js9
-rw-r--r--plugins/sourcedialog/lang/it.js9
-rw-r--r--plugins/sourcedialog/lang/ja.js9
-rw-r--r--plugins/sourcedialog/lang/ka.js9
-rw-r--r--plugins/sourcedialog/lang/km.js9
-rw-r--r--plugins/sourcedialog/lang/ko.js9
-rw-r--r--plugins/sourcedialog/lang/ku.js9
-rw-r--r--plugins/sourcedialog/lang/lt.js9
-rw-r--r--plugins/sourcedialog/lang/lv.js9
-rw-r--r--plugins/sourcedialog/lang/mn.js9
-rw-r--r--plugins/sourcedialog/lang/ms.js9
-rw-r--r--plugins/sourcedialog/lang/nb.js9
-rw-r--r--plugins/sourcedialog/lang/nl.js9
-rw-r--r--plugins/sourcedialog/lang/no.js9
-rw-r--r--plugins/sourcedialog/lang/pl.js9
-rw-r--r--plugins/sourcedialog/lang/pt-br.js9
-rw-r--r--plugins/sourcedialog/lang/pt.js9
-rw-r--r--plugins/sourcedialog/lang/ro.js9
-rw-r--r--plugins/sourcedialog/lang/ru.js9
-rw-r--r--plugins/sourcedialog/lang/si.js9
-rw-r--r--plugins/sourcedialog/lang/sk.js9
-rw-r--r--plugins/sourcedialog/lang/sl.js9
-rw-r--r--plugins/sourcedialog/lang/sq.js9
-rw-r--r--plugins/sourcedialog/lang/sr-latn.js9
-rw-r--r--plugins/sourcedialog/lang/sr.js9
-rw-r--r--plugins/sourcedialog/lang/sv.js9
-rw-r--r--plugins/sourcedialog/lang/th.js9
-rw-r--r--plugins/sourcedialog/lang/tr.js9
-rw-r--r--plugins/sourcedialog/lang/ug.js9
-rw-r--r--plugins/sourcedialog/lang/uk.js9
-rw-r--r--plugins/sourcedialog/lang/vi.js9
-rw-r--r--plugins/sourcedialog/lang/zh-cn.js9
-rw-r--r--plugins/sourcedialog/lang/zh.js9
63 files changed, 567 insertions, 0 deletions
diff --git a/plugins/sourcedialog/lang/af.js b/plugins/sourcedialog/lang/af.js
new file mode 100644
index 0000000..3eea46b
--- /dev/null
+++ b/plugins/sourcedialog/lang/af.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'af', {
+ toolbar: 'Bron',
+ title: 'Bron'
+});
diff --git a/plugins/sourcedialog/lang/ar.js b/plugins/sourcedialog/lang/ar.js
new file mode 100644
index 0000000..d77249e
--- /dev/null
+++ b/plugins/sourcedialog/lang/ar.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'ar', {
+ toolbar: 'المصدر',
+ title: 'المصدر'
+});
diff --git a/plugins/sourcedialog/lang/bg.js b/plugins/sourcedialog/lang/bg.js
new file mode 100644
index 0000000..88d58f7
--- /dev/null
+++ b/plugins/sourcedialog/lang/bg.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'bg', {
+ toolbar: 'Източник',
+ title: 'Източник'
+});
diff --git a/plugins/sourcedialog/lang/bn.js b/plugins/sourcedialog/lang/bn.js
new file mode 100644
index 0000000..165ac15
--- /dev/null
+++ b/plugins/sourcedialog/lang/bn.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'bn', {
+ toolbar: 'সোর্স',
+ title: 'সোর্স'
+});
diff --git a/plugins/sourcedialog/lang/bs.js b/plugins/sourcedialog/lang/bs.js
new file mode 100644
index 0000000..cc68590
--- /dev/null
+++ b/plugins/sourcedialog/lang/bs.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'bs', {
+ toolbar: 'HTML kôd',
+ title: 'HTML kôd'
+});
diff --git a/plugins/sourcedialog/lang/ca.js b/plugins/sourcedialog/lang/ca.js
new file mode 100644
index 0000000..a32e573
--- /dev/null
+++ b/plugins/sourcedialog/lang/ca.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'ca', {
+ toolbar: 'Codi font',
+ title: 'Codi font'
+});
diff --git a/plugins/sourcedialog/lang/cs.js b/plugins/sourcedialog/lang/cs.js
new file mode 100644
index 0000000..76e2308
--- /dev/null
+++ b/plugins/sourcedialog/lang/cs.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'cs', {
+ toolbar: 'Zdroj',
+ title: 'Zdroj'
+});
diff --git a/plugins/sourcedialog/lang/cy.js b/plugins/sourcedialog/lang/cy.js
new file mode 100644
index 0000000..dd7b5e7
--- /dev/null
+++ b/plugins/sourcedialog/lang/cy.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'cy', {
+ toolbar: 'HTML',
+ title: 'HTML'
+});
diff --git a/plugins/sourcedialog/lang/da.js b/plugins/sourcedialog/lang/da.js
new file mode 100644
index 0000000..1a790fb
--- /dev/null
+++ b/plugins/sourcedialog/lang/da.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'da', {
+ toolbar: 'Kilde',
+ title: 'Kilde'
+});
diff --git a/plugins/sourcedialog/lang/de.js b/plugins/sourcedialog/lang/de.js
new file mode 100644
index 0000000..980bba7
--- /dev/null
+++ b/plugins/sourcedialog/lang/de.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'de', {
+ toolbar: 'Quellcode',
+ title: 'Quellcode'
+});
diff --git a/plugins/sourcedialog/lang/el.js b/plugins/sourcedialog/lang/el.js
new file mode 100644
index 0000000..aa6a8fe
--- /dev/null
+++ b/plugins/sourcedialog/lang/el.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'el', {
+ toolbar: 'HTML κώδικας',
+ title: 'HTML κώδικας'
+});
diff --git a/plugins/sourcedialog/lang/en-au.js b/plugins/sourcedialog/lang/en-au.js
new file mode 100644
index 0000000..de859a8
--- /dev/null
+++ b/plugins/sourcedialog/lang/en-au.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'en-au', {
+ toolbar: 'Source',
+ title: 'Source'
+});
diff --git a/plugins/sourcedialog/lang/en-ca.js b/plugins/sourcedialog/lang/en-ca.js
new file mode 100644
index 0000000..f30c154
--- /dev/null
+++ b/plugins/sourcedialog/lang/en-ca.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'en-ca', {
+ toolbar: 'Source',
+ title: 'Source'
+});
diff --git a/plugins/sourcedialog/lang/en-gb.js b/plugins/sourcedialog/lang/en-gb.js
new file mode 100644
index 0000000..aedbd64
--- /dev/null
+++ b/plugins/sourcedialog/lang/en-gb.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'en-gb', {
+ toolbar: 'Source',
+ title: 'Source'
+});
diff --git a/plugins/sourcedialog/lang/en.js b/plugins/sourcedialog/lang/en.js
new file mode 100644
index 0000000..aaa9efc
--- /dev/null
+++ b/plugins/sourcedialog/lang/en.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'en', {
+ toolbar: 'Source',
+ title: 'Source'
+});
diff --git a/plugins/sourcedialog/lang/eo.js b/plugins/sourcedialog/lang/eo.js
new file mode 100644
index 0000000..427b12d
--- /dev/null
+++ b/plugins/sourcedialog/lang/eo.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'eo', {
+ toolbar: 'Fonto',
+ title: 'Fonto'
+});
diff --git a/plugins/sourcedialog/lang/es.js b/plugins/sourcedialog/lang/es.js
new file mode 100644
index 0000000..02cb04c
--- /dev/null
+++ b/plugins/sourcedialog/lang/es.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'es', {
+ toolbar: 'Fuente HTML',
+ title: 'Fuente HTML'
+});
diff --git a/plugins/sourcedialog/lang/et.js b/plugins/sourcedialog/lang/et.js
new file mode 100644
index 0000000..d37f3f0
--- /dev/null
+++ b/plugins/sourcedialog/lang/et.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'et', {
+ toolbar: 'Lähtekood',
+ title: 'Lähtekood'
+});
diff --git a/plugins/sourcedialog/lang/eu.js b/plugins/sourcedialog/lang/eu.js
new file mode 100644
index 0000000..5aac359
--- /dev/null
+++ b/plugins/sourcedialog/lang/eu.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'eu', {
+ toolbar: 'HTML Iturburua',
+ title: 'HTML Iturburua'
+});
diff --git a/plugins/sourcedialog/lang/fa.js b/plugins/sourcedialog/lang/fa.js
new file mode 100644
index 0000000..267e341
--- /dev/null
+++ b/plugins/sourcedialog/lang/fa.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'fa', {
+ toolbar: 'منبع',
+ title: 'منبع'
+});
diff --git a/plugins/sourcedialog/lang/fi.js b/plugins/sourcedialog/lang/fi.js
new file mode 100644
index 0000000..ee1789d
--- /dev/null
+++ b/plugins/sourcedialog/lang/fi.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'fi', {
+ toolbar: 'Koodi',
+ title: 'Koodi'
+});
diff --git a/plugins/sourcedialog/lang/fo.js b/plugins/sourcedialog/lang/fo.js
new file mode 100644
index 0000000..220525c
--- /dev/null
+++ b/plugins/sourcedialog/lang/fo.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'fo', {
+ toolbar: 'Kelda',
+ title: 'Kelda'
+});
diff --git a/plugins/sourcedialog/lang/fr-ca.js b/plugins/sourcedialog/lang/fr-ca.js
new file mode 100644
index 0000000..8d3f9ee
--- /dev/null
+++ b/plugins/sourcedialog/lang/fr-ca.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'fr-ca', {
+ toolbar: 'Source',
+ title: 'Source'
+});
diff --git a/plugins/sourcedialog/lang/fr.js b/plugins/sourcedialog/lang/fr.js
new file mode 100644
index 0000000..807ae22
--- /dev/null
+++ b/plugins/sourcedialog/lang/fr.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'fr', {
+ toolbar: 'Source',
+ title: 'Source'
+});
diff --git a/plugins/sourcedialog/lang/gl.js b/plugins/sourcedialog/lang/gl.js
new file mode 100644
index 0000000..d12a7dd
--- /dev/null
+++ b/plugins/sourcedialog/lang/gl.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'gl', {
+ toolbar: 'Orixe',
+ title: 'Orixe'
+});
diff --git a/plugins/sourcedialog/lang/gu.js b/plugins/sourcedialog/lang/gu.js
new file mode 100644
index 0000000..90eb676
--- /dev/null
+++ b/plugins/sourcedialog/lang/gu.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'gu', {
+ toolbar: 'મૂળ કે પ્રાથમિક દસ્તાવેજ',
+ title: 'મૂળ કે પ્રાથમિક દસ્તાવેજ'
+});
diff --git a/plugins/sourcedialog/lang/he.js b/plugins/sourcedialog/lang/he.js
new file mode 100644
index 0000000..317392c
--- /dev/null
+++ b/plugins/sourcedialog/lang/he.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'he', {
+ toolbar: 'מקור',
+ title: 'מקור'
+});
diff --git a/plugins/sourcedialog/lang/hi.js b/plugins/sourcedialog/lang/hi.js
new file mode 100644
index 0000000..085d84a
--- /dev/null
+++ b/plugins/sourcedialog/lang/hi.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'hi', {
+ toolbar: 'सोर्स',
+ title: 'सोर्स'
+});
diff --git a/plugins/sourcedialog/lang/hr.js b/plugins/sourcedialog/lang/hr.js
new file mode 100644
index 0000000..eaa748c
--- /dev/null
+++ b/plugins/sourcedialog/lang/hr.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'hr', {
+ toolbar: 'Kôd',
+ title: 'Kôd'
+});
diff --git a/plugins/sourcedialog/lang/hu.js b/plugins/sourcedialog/lang/hu.js
new file mode 100644
index 0000000..5bf28f8
--- /dev/null
+++ b/plugins/sourcedialog/lang/hu.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'hu', {
+ toolbar: 'Forráskód',
+ title: 'Forráskód'
+});
diff --git a/plugins/sourcedialog/lang/is.js b/plugins/sourcedialog/lang/is.js
new file mode 100644
index 0000000..54a7361
--- /dev/null
+++ b/plugins/sourcedialog/lang/is.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'is', {
+ toolbar: 'Kóði',
+ title: 'Kóði'
+});
diff --git a/plugins/sourcedialog/lang/it.js b/plugins/sourcedialog/lang/it.js
new file mode 100644
index 0000000..093c440
--- /dev/null
+++ b/plugins/sourcedialog/lang/it.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'it', {
+ toolbar: 'Sorgente',
+ title: 'Sorgente'
+});
diff --git a/plugins/sourcedialog/lang/ja.js b/plugins/sourcedialog/lang/ja.js
new file mode 100644
index 0000000..f5aae80
--- /dev/null
+++ b/plugins/sourcedialog/lang/ja.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'ja', {
+ toolbar: 'ソース',
+ title: 'ソース'
+});
diff --git a/plugins/sourcedialog/lang/ka.js b/plugins/sourcedialog/lang/ka.js
new file mode 100644
index 0000000..3a2911e
--- /dev/null
+++ b/plugins/sourcedialog/lang/ka.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'ka', {
+ toolbar: 'კოდები',
+ title: 'კოდები'
+});
diff --git a/plugins/sourcedialog/lang/km.js b/plugins/sourcedialog/lang/km.js
new file mode 100644
index 0000000..9f3562d
--- /dev/null
+++ b/plugins/sourcedialog/lang/km.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'km', {
+ toolbar: 'អក្សរ​កូដ',
+ title: 'អក្សរ​កូដ'
+});
diff --git a/plugins/sourcedialog/lang/ko.js b/plugins/sourcedialog/lang/ko.js
new file mode 100644
index 0000000..897eb16
--- /dev/null
+++ b/plugins/sourcedialog/lang/ko.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'ko', {
+ toolbar: '소스',
+ title: '소스'
+});
diff --git a/plugins/sourcedialog/lang/ku.js b/plugins/sourcedialog/lang/ku.js
new file mode 100644
index 0000000..710c4bb
--- /dev/null
+++ b/plugins/sourcedialog/lang/ku.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'ku', {
+ toolbar: 'سەرچاوە',
+ title: 'سەرچاوە'
+});
diff --git a/plugins/sourcedialog/lang/lt.js b/plugins/sourcedialog/lang/lt.js
new file mode 100644
index 0000000..2f81935
--- /dev/null
+++ b/plugins/sourcedialog/lang/lt.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'lt', {
+ toolbar: 'Šaltinis',
+ title: 'Šaltinis'
+});
diff --git a/plugins/sourcedialog/lang/lv.js b/plugins/sourcedialog/lang/lv.js
new file mode 100644
index 0000000..a474d06
--- /dev/null
+++ b/plugins/sourcedialog/lang/lv.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'lv', {
+ toolbar: 'HTML kods',
+ title: 'HTML kods'
+});
diff --git a/plugins/sourcedialog/lang/mn.js b/plugins/sourcedialog/lang/mn.js
new file mode 100644
index 0000000..17d118c
--- /dev/null
+++ b/plugins/sourcedialog/lang/mn.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'mn', {
+ toolbar: 'Код',
+ title: 'Код'
+});
diff --git a/plugins/sourcedialog/lang/ms.js b/plugins/sourcedialog/lang/ms.js
new file mode 100644
index 0000000..33d60de
--- /dev/null
+++ b/plugins/sourcedialog/lang/ms.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'ms', {
+ toolbar: 'Sumber',
+ title: 'Sumber'
+});
diff --git a/plugins/sourcedialog/lang/nb.js b/plugins/sourcedialog/lang/nb.js
new file mode 100644
index 0000000..c2667af
--- /dev/null
+++ b/plugins/sourcedialog/lang/nb.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'nb', {
+ toolbar: 'Kilde',
+ title: 'Kilde'
+});
diff --git a/plugins/sourcedialog/lang/nl.js b/plugins/sourcedialog/lang/nl.js
new file mode 100644
index 0000000..34a2573
--- /dev/null
+++ b/plugins/sourcedialog/lang/nl.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'nl', {
+ toolbar: 'Code',
+ title: 'Code'
+});
diff --git a/plugins/sourcedialog/lang/no.js b/plugins/sourcedialog/lang/no.js
new file mode 100644
index 0000000..7a0fb2e
--- /dev/null
+++ b/plugins/sourcedialog/lang/no.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'no', {
+ toolbar: 'Kilde',
+ title: 'Kilde'
+});
diff --git a/plugins/sourcedialog/lang/pl.js b/plugins/sourcedialog/lang/pl.js
new file mode 100644
index 0000000..b9881e3
--- /dev/null
+++ b/plugins/sourcedialog/lang/pl.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'pl', {
+ toolbar: 'Źródło dokumentu',
+ title: 'Źródło dokumentu'
+});
diff --git a/plugins/sourcedialog/lang/pt-br.js b/plugins/sourcedialog/lang/pt-br.js
new file mode 100644
index 0000000..85e9d73
--- /dev/null
+++ b/plugins/sourcedialog/lang/pt-br.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'pt-br', {
+ toolbar: 'Código-Fonte',
+ title: 'Código-Fonte'
+});
diff --git a/plugins/sourcedialog/lang/pt.js b/plugins/sourcedialog/lang/pt.js
new file mode 100644
index 0000000..418782a
--- /dev/null
+++ b/plugins/sourcedialog/lang/pt.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'pt', {
+ toolbar: 'Fonte',
+ title: 'Fonte'
+});
diff --git a/plugins/sourcedialog/lang/ro.js b/plugins/sourcedialog/lang/ro.js
new file mode 100644
index 0000000..ed04773
--- /dev/null
+++ b/plugins/sourcedialog/lang/ro.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'ro', {
+ toolbar: 'Sursa',
+ title: 'Sursa'
+});
diff --git a/plugins/sourcedialog/lang/ru.js b/plugins/sourcedialog/lang/ru.js
new file mode 100644
index 0000000..2b1d328
--- /dev/null
+++ b/plugins/sourcedialog/lang/ru.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'ru', {
+ toolbar: 'Исходник',
+ title: 'Источник'
+});
diff --git a/plugins/sourcedialog/lang/si.js b/plugins/sourcedialog/lang/si.js
new file mode 100644
index 0000000..d827d32
--- /dev/null
+++ b/plugins/sourcedialog/lang/si.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'si', {
+ toolbar: 'මුලාශ්‍රය',
+ title: 'මුලාශ්‍රය'
+});
diff --git a/plugins/sourcedialog/lang/sk.js b/plugins/sourcedialog/lang/sk.js
new file mode 100644
index 0000000..fab4091
--- /dev/null
+++ b/plugins/sourcedialog/lang/sk.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'sk', {
+ toolbar: 'Zdroj',
+ title: 'Zdroj'
+});
diff --git a/plugins/sourcedialog/lang/sl.js b/plugins/sourcedialog/lang/sl.js
new file mode 100644
index 0000000..fb4c90d
--- /dev/null
+++ b/plugins/sourcedialog/lang/sl.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'sl', {
+ toolbar: 'Izvorna koda',
+ title: 'Izvorna koda'
+});
diff --git a/plugins/sourcedialog/lang/sq.js b/plugins/sourcedialog/lang/sq.js
new file mode 100644
index 0000000..57f0b92
--- /dev/null
+++ b/plugins/sourcedialog/lang/sq.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'sq', {
+ toolbar: 'Burimi',
+ title: 'Burimi'
+});
diff --git a/plugins/sourcedialog/lang/sr-latn.js b/plugins/sourcedialog/lang/sr-latn.js
new file mode 100644
index 0000000..f836100
--- /dev/null
+++ b/plugins/sourcedialog/lang/sr-latn.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'sr-latn', {
+ toolbar: 'Kôd',
+ title: 'Kôd'
+});
diff --git a/plugins/sourcedialog/lang/sr.js b/plugins/sourcedialog/lang/sr.js
new file mode 100644
index 0000000..cb08e82
--- /dev/null
+++ b/plugins/sourcedialog/lang/sr.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'sr', {
+ toolbar: 'Kôд',
+ title: 'Kôд'
+});
diff --git a/plugins/sourcedialog/lang/sv.js b/plugins/sourcedialog/lang/sv.js
new file mode 100644
index 0000000..bb1538d
--- /dev/null
+++ b/plugins/sourcedialog/lang/sv.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'sv', {
+ toolbar: 'Källa',
+ title: 'Källa'
+});
diff --git a/plugins/sourcedialog/lang/th.js b/plugins/sourcedialog/lang/th.js
new file mode 100644
index 0000000..7e873e3
--- /dev/null
+++ b/plugins/sourcedialog/lang/th.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'th', {
+ toolbar: 'ดูรหัส HTML',
+ title: 'ดูรหัส HTML'
+});
diff --git a/plugins/sourcedialog/lang/tr.js b/plugins/sourcedialog/lang/tr.js
new file mode 100644
index 0000000..d47b691
--- /dev/null
+++ b/plugins/sourcedialog/lang/tr.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'tr', {
+ toolbar: 'Kaynak',
+ title: 'Kaynak'
+});
diff --git a/plugins/sourcedialog/lang/ug.js b/plugins/sourcedialog/lang/ug.js
new file mode 100644
index 0000000..df3cc74
--- /dev/null
+++ b/plugins/sourcedialog/lang/ug.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'ug', {
+ toolbar: 'مەنبە',
+ title: 'مەنبە'
+});
diff --git a/plugins/sourcedialog/lang/uk.js b/plugins/sourcedialog/lang/uk.js
new file mode 100644
index 0000000..6e37170
--- /dev/null
+++ b/plugins/sourcedialog/lang/uk.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'uk', {
+ toolbar: 'Джерело',
+ title: 'Джерело'
+});
diff --git a/plugins/sourcedialog/lang/vi.js b/plugins/sourcedialog/lang/vi.js
new file mode 100644
index 0000000..fc88a52
--- /dev/null
+++ b/plugins/sourcedialog/lang/vi.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'vi', {
+ toolbar: 'Mã HTML',
+ title: 'Mã HTML'
+});
diff --git a/plugins/sourcedialog/lang/zh-cn.js b/plugins/sourcedialog/lang/zh-cn.js
new file mode 100644
index 0000000..4919438
--- /dev/null
+++ b/plugins/sourcedialog/lang/zh-cn.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'zh-cn', {
+ toolbar: '源码',
+ title: '源码'
+});
diff --git a/plugins/sourcedialog/lang/zh.js b/plugins/sourcedialog/lang/zh.js
new file mode 100644
index 0000000..7e6bc40
--- /dev/null
+++ b/plugins/sourcedialog/lang/zh.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'sourcedialog', 'zh', {
+ toolbar: '原始碼',
+ title: '原始碼'
+});