aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/forms
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/forms')
-rw-r--r--sources/plugins/forms/dialogs/button.js2
-rw-r--r--sources/plugins/forms/dialogs/checkbox.js2
-rw-r--r--sources/plugins/forms/dialogs/form.js2
-rw-r--r--sources/plugins/forms/dialogs/hiddenfield.js2
-rw-r--r--sources/plugins/forms/dialogs/radio.js2
-rw-r--r--sources/plugins/forms/dialogs/select.js2
-rw-r--r--sources/plugins/forms/dialogs/textarea.js2
-rw-r--r--sources/plugins/forms/dialogs/textfield.js2
-rw-r--r--sources/plugins/forms/lang/af.js2
-rw-r--r--sources/plugins/forms/lang/ar.js2
-rw-r--r--sources/plugins/forms/lang/bg.js2
-rw-r--r--sources/plugins/forms/lang/bn.js2
-rw-r--r--sources/plugins/forms/lang/bs.js2
-rw-r--r--sources/plugins/forms/lang/ca.js2
-rw-r--r--sources/plugins/forms/lang/cs.js2
-rw-r--r--sources/plugins/forms/lang/cy.js2
-rw-r--r--sources/plugins/forms/lang/da.js2
-rw-r--r--sources/plugins/forms/lang/de-ch.js71
-rw-r--r--sources/plugins/forms/lang/de.js2
-rw-r--r--sources/plugins/forms/lang/el.js2
-rw-r--r--sources/plugins/forms/lang/en-au.js2
-rw-r--r--sources/plugins/forms/lang/en-ca.js2
-rw-r--r--sources/plugins/forms/lang/en-gb.js2
-rw-r--r--sources/plugins/forms/lang/en.js2
-rw-r--r--sources/plugins/forms/lang/eo.js2
-rw-r--r--sources/plugins/forms/lang/es.js2
-rw-r--r--sources/plugins/forms/lang/et.js2
-rw-r--r--sources/plugins/forms/lang/eu.js2
-rw-r--r--sources/plugins/forms/lang/fa.js2
-rw-r--r--sources/plugins/forms/lang/fi.js2
-rw-r--r--sources/plugins/forms/lang/fo.js2
-rw-r--r--sources/plugins/forms/lang/fr-ca.js2
-rw-r--r--sources/plugins/forms/lang/fr.js2
-rw-r--r--sources/plugins/forms/lang/gl.js2
-rw-r--r--sources/plugins/forms/lang/gu.js2
-rw-r--r--sources/plugins/forms/lang/he.js2
-rw-r--r--sources/plugins/forms/lang/hi.js2
-rw-r--r--sources/plugins/forms/lang/hr.js2
-rw-r--r--sources/plugins/forms/lang/hu.js2
-rw-r--r--sources/plugins/forms/lang/id.js2
-rw-r--r--sources/plugins/forms/lang/is.js2
-rw-r--r--sources/plugins/forms/lang/it.js2
-rw-r--r--sources/plugins/forms/lang/ja.js2
-rw-r--r--sources/plugins/forms/lang/ka.js2
-rw-r--r--sources/plugins/forms/lang/km.js2
-rw-r--r--sources/plugins/forms/lang/ko.js2
-rw-r--r--sources/plugins/forms/lang/ku.js2
-rw-r--r--sources/plugins/forms/lang/lt.js2
-rw-r--r--sources/plugins/forms/lang/lv.js2
-rw-r--r--sources/plugins/forms/lang/mk.js4
-rw-r--r--sources/plugins/forms/lang/mn.js2
-rw-r--r--sources/plugins/forms/lang/ms.js2
-rw-r--r--sources/plugins/forms/lang/nb.js2
-rw-r--r--sources/plugins/forms/lang/nl.js2
-rw-r--r--sources/plugins/forms/lang/no.js2
-rw-r--r--sources/plugins/forms/lang/pl.js2
-rw-r--r--sources/plugins/forms/lang/pt-br.js2
-rw-r--r--sources/plugins/forms/lang/pt.js2
-rw-r--r--sources/plugins/forms/lang/ro.js2
-rw-r--r--sources/plugins/forms/lang/ru.js2
-rw-r--r--sources/plugins/forms/lang/si.js2
-rw-r--r--sources/plugins/forms/lang/sk.js2
-rw-r--r--sources/plugins/forms/lang/sl.js2
-rw-r--r--sources/plugins/forms/lang/sq.js2
-rw-r--r--sources/plugins/forms/lang/sr-latn.js2
-rw-r--r--sources/plugins/forms/lang/sr.js2
-rw-r--r--sources/plugins/forms/lang/sv.js2
-rw-r--r--sources/plugins/forms/lang/th.js2
-rw-r--r--sources/plugins/forms/lang/tr.js2
-rw-r--r--sources/plugins/forms/lang/tt.js10
-rw-r--r--sources/plugins/forms/lang/ug.js2
-rw-r--r--sources/plugins/forms/lang/uk.js2
-rw-r--r--sources/plugins/forms/lang/vi.js2
-rw-r--r--sources/plugins/forms/lang/zh-cn.js2
-rw-r--r--sources/plugins/forms/lang/zh.js2
-rw-r--r--sources/plugins/forms/plugin.js4
76 files changed, 152 insertions, 81 deletions
diff --git a/sources/plugins/forms/dialogs/button.js b/sources/plugins/forms/dialogs/button.js
index b0dd161c..7bc64d4c 100644
--- a/sources/plugins/forms/dialogs/button.js
+++ b/sources/plugins/forms/dialogs/button.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
diff --git a/sources/plugins/forms/dialogs/checkbox.js b/sources/plugins/forms/dialogs/checkbox.js
index 0bfda9ba..da30d20f 100644
--- a/sources/plugins/forms/dialogs/checkbox.js
+++ b/sources/plugins/forms/dialogs/checkbox.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
diff --git a/sources/plugins/forms/dialogs/form.js b/sources/plugins/forms/dialogs/form.js
index 256b0544..47c9b098 100644
--- a/sources/plugins/forms/dialogs/form.js
+++ b/sources/plugins/forms/dialogs/form.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
diff --git a/sources/plugins/forms/dialogs/hiddenfield.js b/sources/plugins/forms/dialogs/hiddenfield.js
index b4e0fe3b..423fd1f0 100644
--- a/sources/plugins/forms/dialogs/hiddenfield.js
+++ b/sources/plugins/forms/dialogs/hiddenfield.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
diff --git a/sources/plugins/forms/dialogs/radio.js b/sources/plugins/forms/dialogs/radio.js
index a9214e41..014ae963 100644
--- a/sources/plugins/forms/dialogs/radio.js
+++ b/sources/plugins/forms/dialogs/radio.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5CKEDITOR.dialog.add( 'radio', function( editor ) { 5CKEDITOR.dialog.add( 'radio', function( editor ) {
diff --git a/sources/plugins/forms/dialogs/select.js b/sources/plugins/forms/dialogs/select.js
index 38842c20..32cf76d0 100644
--- a/sources/plugins/forms/dialogs/select.js
+++ b/sources/plugins/forms/dialogs/select.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5CKEDITOR.dialog.add( 'select', function( editor ) { 5CKEDITOR.dialog.add( 'select', function( editor ) {
diff --git a/sources/plugins/forms/dialogs/textarea.js b/sources/plugins/forms/dialogs/textarea.js
index 4370955e..297bc45c 100644
--- a/sources/plugins/forms/dialogs/textarea.js
+++ b/sources/plugins/forms/dialogs/textarea.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5CKEDITOR.dialog.add( 'textarea', function( editor ) { 5CKEDITOR.dialog.add( 'textarea', function( editor ) {
diff --git a/sources/plugins/forms/dialogs/textfield.js b/sources/plugins/forms/dialogs/textfield.js
index 5b601b31..e290bc73 100644
--- a/sources/plugins/forms/dialogs/textfield.js
+++ b/sources/plugins/forms/dialogs/textfield.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5CKEDITOR.dialog.add( 'textfield', function( editor ) { 5CKEDITOR.dialog.add( 'textfield', function( editor ) {
diff --git a/sources/plugins/forms/lang/af.js b/sources/plugins/forms/lang/af.js
index cef21a56..cdd91447 100644
--- a/sources/plugins/forms/lang/af.js
+++ b/sources/plugins/forms/lang/af.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'af', { 5CKEDITOR.plugins.setLang( 'forms', 'af', {
diff --git a/sources/plugins/forms/lang/ar.js b/sources/plugins/forms/lang/ar.js
index bb9fb296..d8708102 100644
--- a/sources/plugins/forms/lang/ar.js
+++ b/sources/plugins/forms/lang/ar.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'ar', { 5CKEDITOR.plugins.setLang( 'forms', 'ar', {
diff --git a/sources/plugins/forms/lang/bg.js b/sources/plugins/forms/lang/bg.js
index bf46fd15..47c74208 100644
--- a/sources/plugins/forms/lang/bg.js
+++ b/sources/plugins/forms/lang/bg.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'bg', { 5CKEDITOR.plugins.setLang( 'forms', 'bg', {
diff --git a/sources/plugins/forms/lang/bn.js b/sources/plugins/forms/lang/bn.js
index 34674ae3..b948abd8 100644
--- a/sources/plugins/forms/lang/bn.js
+++ b/sources/plugins/forms/lang/bn.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'bn', { 5CKEDITOR.plugins.setLang( 'forms', 'bn', {
diff --git a/sources/plugins/forms/lang/bs.js b/sources/plugins/forms/lang/bs.js
index 206339d7..90830469 100644
--- a/sources/plugins/forms/lang/bs.js
+++ b/sources/plugins/forms/lang/bs.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'bs', { 5CKEDITOR.plugins.setLang( 'forms', 'bs', {
diff --git a/sources/plugins/forms/lang/ca.js b/sources/plugins/forms/lang/ca.js
index 6b287286..70049efa 100644
--- a/sources/plugins/forms/lang/ca.js
+++ b/sources/plugins/forms/lang/ca.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'ca', { 5CKEDITOR.plugins.setLang( 'forms', 'ca', {
diff --git a/sources/plugins/forms/lang/cs.js b/sources/plugins/forms/lang/cs.js
index ea529dae..b00a337c 100644
--- a/sources/plugins/forms/lang/cs.js
+++ b/sources/plugins/forms/lang/cs.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'cs', { 5CKEDITOR.plugins.setLang( 'forms', 'cs', {
diff --git a/sources/plugins/forms/lang/cy.js b/sources/plugins/forms/lang/cy.js
index 6fb1e19f..79d58a62 100644
--- a/sources/plugins/forms/lang/cy.js
+++ b/sources/plugins/forms/lang/cy.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'cy', { 5CKEDITOR.plugins.setLang( 'forms', 'cy', {
diff --git a/sources/plugins/forms/lang/da.js b/sources/plugins/forms/lang/da.js
index 8fe4a68b..6233a930 100644
--- a/sources/plugins/forms/lang/da.js
+++ b/sources/plugins/forms/lang/da.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'da', { 5CKEDITOR.plugins.setLang( 'forms', 'da', {
diff --git a/sources/plugins/forms/lang/de-ch.js b/sources/plugins/forms/lang/de-ch.js
new file mode 100644
index 00000000..1214d460
--- /dev/null
+++ b/sources/plugins/forms/lang/de-ch.js
@@ -0,0 +1,71 @@
1/*
2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'forms', 'de-ch', {
6 button: {
7 title: 'Schaltflächeneigenschaften',
8 text: 'Text (Wert)',
9 type: 'Typ',
10 typeBtn: 'Button',
11 typeSbm: 'Absenden',
12 typeRst: 'Zurücksetzen'
13 },
14 checkboxAndRadio: {
15 checkboxTitle: 'Kontrollboxeigenschaften',
16 radioTitle: 'Optionsfeldeigenschaften',
17 value: 'Wert',
18 selected: 'Ausgewählt',
19 required: 'Erforderlich'
20 },
21 form: {
22 title: 'Formulareigenschaften',
23 menu: 'Formulareigenschaften',
24 action: 'Aktion',
25 method: 'Methode',
26 encoding: 'Kodierung'
27 },
28 hidden: {
29 title: 'Versteckte Feldeigenschaften',
30 name: 'Name',
31 value: 'Wert'
32 },
33 select: {
34 title: 'Auswahlfeldeigenschaften',
35 selectInfo: 'Info auswählen',
36 opAvail: 'Verfügbare Optionen',
37 value: 'Wert',
38 size: 'Grösse',
39 lines: 'Linien',
40 chkMulti: 'Mehrfachauswahl erlauben',
41 required: 'Erforderlich',
42 opText: 'Text',
43 opValue: 'Wert',
44 btnAdd: 'Hinzufügen',
45 btnModify: 'Ändern',
46 btnUp: 'Hoch',
47 btnDown: 'Runter',
48 btnSetValue: 'Als ausgewählten Wert festlegen',
49 btnDelete: 'Entfernen'
50 },
51 textarea: {
52 title: 'Textfeldeigenschaften',
53 cols: 'Spalten',
54 rows: 'Reihen'
55 },
56 textfield: {
57 title: 'Textfeldeigenschaften',
58 name: 'Name',
59 value: 'Wert',
60 charWidth: 'Zeichenbreite',
61 maxChars: 'Max. Zeichen',
62 required: 'Erforderlich',
63 type: 'Typ',
64 typeText: 'Text',
65 typePass: 'Passwort',
66 typeEmail: 'E-mail',
67 typeSearch: 'Suche',
68 typeTel: 'Telefonnummer',
69 typeUrl: 'URL'
70 }
71} );
diff --git a/sources/plugins/forms/lang/de.js b/sources/plugins/forms/lang/de.js
index 41f64c16..5632eab4 100644
--- a/sources/plugins/forms/lang/de.js
+++ b/sources/plugins/forms/lang/de.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'de', { 5CKEDITOR.plugins.setLang( 'forms', 'de', {
diff --git a/sources/plugins/forms/lang/el.js b/sources/plugins/forms/lang/el.js
index 35a8c230..008fbe40 100644
--- a/sources/plugins/forms/lang/el.js
+++ b/sources/plugins/forms/lang/el.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'el', { 5CKEDITOR.plugins.setLang( 'forms', 'el', {
diff --git a/sources/plugins/forms/lang/en-au.js b/sources/plugins/forms/lang/en-au.js
index f424f182..157838bc 100644
--- a/sources/plugins/forms/lang/en-au.js
+++ b/sources/plugins/forms/lang/en-au.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'en-au', { 5CKEDITOR.plugins.setLang( 'forms', 'en-au', {
diff --git a/sources/plugins/forms/lang/en-ca.js b/sources/plugins/forms/lang/en-ca.js
index fa8b3042..8805e460 100644
--- a/sources/plugins/forms/lang/en-ca.js
+++ b/sources/plugins/forms/lang/en-ca.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'en-ca', { 5CKEDITOR.plugins.setLang( 'forms', 'en-ca', {
diff --git a/sources/plugins/forms/lang/en-gb.js b/sources/plugins/forms/lang/en-gb.js
index b5c978c2..0ed474fd 100644
--- a/sources/plugins/forms/lang/en-gb.js
+++ b/sources/plugins/forms/lang/en-gb.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'en-gb', { 5CKEDITOR.plugins.setLang( 'forms', 'en-gb', {
diff --git a/sources/plugins/forms/lang/en.js b/sources/plugins/forms/lang/en.js
index e094ee9d..aea60eac 100644
--- a/sources/plugins/forms/lang/en.js
+++ b/sources/plugins/forms/lang/en.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'en', { 5CKEDITOR.plugins.setLang( 'forms', 'en', {
diff --git a/sources/plugins/forms/lang/eo.js b/sources/plugins/forms/lang/eo.js
index 6858a481..73dc8fbb 100644
--- a/sources/plugins/forms/lang/eo.js
+++ b/sources/plugins/forms/lang/eo.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'eo', { 5CKEDITOR.plugins.setLang( 'forms', 'eo', {
diff --git a/sources/plugins/forms/lang/es.js b/sources/plugins/forms/lang/es.js
index 0a59faa8..ce7d7fb0 100644
--- a/sources/plugins/forms/lang/es.js
+++ b/sources/plugins/forms/lang/es.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'es', { 5CKEDITOR.plugins.setLang( 'forms', 'es', {
diff --git a/sources/plugins/forms/lang/et.js b/sources/plugins/forms/lang/et.js
index a00a4f0c..5ee6d387 100644
--- a/sources/plugins/forms/lang/et.js
+++ b/sources/plugins/forms/lang/et.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'et', { 5CKEDITOR.plugins.setLang( 'forms', 'et', {
diff --git a/sources/plugins/forms/lang/eu.js b/sources/plugins/forms/lang/eu.js
index 684ad400..3815a195 100644
--- a/sources/plugins/forms/lang/eu.js
+++ b/sources/plugins/forms/lang/eu.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'eu', { 5CKEDITOR.plugins.setLang( 'forms', 'eu', {
diff --git a/sources/plugins/forms/lang/fa.js b/sources/plugins/forms/lang/fa.js
index f2b1d7d7..85d1391c 100644
--- a/sources/plugins/forms/lang/fa.js
+++ b/sources/plugins/forms/lang/fa.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'fa', { 5CKEDITOR.plugins.setLang( 'forms', 'fa', {
diff --git a/sources/plugins/forms/lang/fi.js b/sources/plugins/forms/lang/fi.js
index cf5ccead..6dd6d5ce 100644
--- a/sources/plugins/forms/lang/fi.js
+++ b/sources/plugins/forms/lang/fi.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'fi', { 5CKEDITOR.plugins.setLang( 'forms', 'fi', {
diff --git a/sources/plugins/forms/lang/fo.js b/sources/plugins/forms/lang/fo.js
index 430e56a9..5008bcf3 100644
--- a/sources/plugins/forms/lang/fo.js
+++ b/sources/plugins/forms/lang/fo.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'fo', { 5CKEDITOR.plugins.setLang( 'forms', 'fo', {
diff --git a/sources/plugins/forms/lang/fr-ca.js b/sources/plugins/forms/lang/fr-ca.js
index a468bd0c..433bb474 100644
--- a/sources/plugins/forms/lang/fr-ca.js
+++ b/sources/plugins/forms/lang/fr-ca.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'fr-ca', { 5CKEDITOR.plugins.setLang( 'forms', 'fr-ca', {
diff --git a/sources/plugins/forms/lang/fr.js b/sources/plugins/forms/lang/fr.js
index d4024ed1..150ecaaf 100644
--- a/sources/plugins/forms/lang/fr.js
+++ b/sources/plugins/forms/lang/fr.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'fr', { 5CKEDITOR.plugins.setLang( 'forms', 'fr', {
diff --git a/sources/plugins/forms/lang/gl.js b/sources/plugins/forms/lang/gl.js
index efe96d93..19925c0a 100644
--- a/sources/plugins/forms/lang/gl.js
+++ b/sources/plugins/forms/lang/gl.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'gl', { 5CKEDITOR.plugins.setLang( 'forms', 'gl', {
diff --git a/sources/plugins/forms/lang/gu.js b/sources/plugins/forms/lang/gu.js
index e02d7ac0..76ab3735 100644
--- a/sources/plugins/forms/lang/gu.js
+++ b/sources/plugins/forms/lang/gu.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'gu', { 5CKEDITOR.plugins.setLang( 'forms', 'gu', {
diff --git a/sources/plugins/forms/lang/he.js b/sources/plugins/forms/lang/he.js
index 7b0222e5..3ec22c9b 100644
--- a/sources/plugins/forms/lang/he.js
+++ b/sources/plugins/forms/lang/he.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'he', { 5CKEDITOR.plugins.setLang( 'forms', 'he', {
diff --git a/sources/plugins/forms/lang/hi.js b/sources/plugins/forms/lang/hi.js
index 32134b6f..39b1c6ca 100644
--- a/sources/plugins/forms/lang/hi.js
+++ b/sources/plugins/forms/lang/hi.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'hi', { 5CKEDITOR.plugins.setLang( 'forms', 'hi', {
diff --git a/sources/plugins/forms/lang/hr.js b/sources/plugins/forms/lang/hr.js
index 0fee02ec..6b7ffc23 100644
--- a/sources/plugins/forms/lang/hr.js
+++ b/sources/plugins/forms/lang/hr.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'hr', { 5CKEDITOR.plugins.setLang( 'forms', 'hr', {
diff --git a/sources/plugins/forms/lang/hu.js b/sources/plugins/forms/lang/hu.js
index aa5893af..15d03b1c 100644
--- a/sources/plugins/forms/lang/hu.js
+++ b/sources/plugins/forms/lang/hu.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'hu', { 5CKEDITOR.plugins.setLang( 'forms', 'hu', {
diff --git a/sources/plugins/forms/lang/id.js b/sources/plugins/forms/lang/id.js
index f70162eb..75c60a6a 100644
--- a/sources/plugins/forms/lang/id.js
+++ b/sources/plugins/forms/lang/id.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'id', { 5CKEDITOR.plugins.setLang( 'forms', 'id', {
diff --git a/sources/plugins/forms/lang/is.js b/sources/plugins/forms/lang/is.js
index d94d35fb..cf562885 100644
--- a/sources/plugins/forms/lang/is.js
+++ b/sources/plugins/forms/lang/is.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'is', { 5CKEDITOR.plugins.setLang( 'forms', 'is', {
diff --git a/sources/plugins/forms/lang/it.js b/sources/plugins/forms/lang/it.js
index 491ae0f7..0d777988 100644
--- a/sources/plugins/forms/lang/it.js
+++ b/sources/plugins/forms/lang/it.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'it', { 5CKEDITOR.plugins.setLang( 'forms', 'it', {
diff --git a/sources/plugins/forms/lang/ja.js b/sources/plugins/forms/lang/ja.js
index 6b878901..85e5bc22 100644
--- a/sources/plugins/forms/lang/ja.js
+++ b/sources/plugins/forms/lang/ja.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'ja', { 5CKEDITOR.plugins.setLang( 'forms', 'ja', {
diff --git a/sources/plugins/forms/lang/ka.js b/sources/plugins/forms/lang/ka.js
index 2f9e0975..273a1ca1 100644
--- a/sources/plugins/forms/lang/ka.js
+++ b/sources/plugins/forms/lang/ka.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'ka', { 5CKEDITOR.plugins.setLang( 'forms', 'ka', {
diff --git a/sources/plugins/forms/lang/km.js b/sources/plugins/forms/lang/km.js
index 696d2cd7..fb6dc78b 100644
--- a/sources/plugins/forms/lang/km.js
+++ b/sources/plugins/forms/lang/km.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'km', { 5CKEDITOR.plugins.setLang( 'forms', 'km', {
diff --git a/sources/plugins/forms/lang/ko.js b/sources/plugins/forms/lang/ko.js
index 03ff2050..c585f7a8 100644
--- a/sources/plugins/forms/lang/ko.js
+++ b/sources/plugins/forms/lang/ko.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'ko', { 5CKEDITOR.plugins.setLang( 'forms', 'ko', {
diff --git a/sources/plugins/forms/lang/ku.js b/sources/plugins/forms/lang/ku.js
index 55556131..4b531dd3 100644
--- a/sources/plugins/forms/lang/ku.js
+++ b/sources/plugins/forms/lang/ku.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'ku', { 5CKEDITOR.plugins.setLang( 'forms', 'ku', {
diff --git a/sources/plugins/forms/lang/lt.js b/sources/plugins/forms/lang/lt.js
index 88efbeea..350b14fb 100644
--- a/sources/plugins/forms/lang/lt.js
+++ b/sources/plugins/forms/lang/lt.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'lt', { 5CKEDITOR.plugins.setLang( 'forms', 'lt', {
diff --git a/sources/plugins/forms/lang/lv.js b/sources/plugins/forms/lang/lv.js
index 013b1ac7..1d0b2124 100644
--- a/sources/plugins/forms/lang/lv.js
+++ b/sources/plugins/forms/lang/lv.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'lv', { 5CKEDITOR.plugins.setLang( 'forms', 'lv', {
diff --git a/sources/plugins/forms/lang/mk.js b/sources/plugins/forms/lang/mk.js
index e648cd4f..5862e678 100644
--- a/sources/plugins/forms/lang/mk.js
+++ b/sources/plugins/forms/lang/mk.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'mk', { 5CKEDITOR.plugins.setLang( 'forms', 'mk', {
@@ -66,6 +66,6 @@ CKEDITOR.plugins.setLang( 'forms', 'mk', {
66 typeEmail: 'Email', // MISSING 66 typeEmail: 'Email', // MISSING
67 typeSearch: 'Search', // MISSING 67 typeSearch: 'Search', // MISSING
68 typeTel: 'Telephone Number', // MISSING 68 typeTel: 'Telephone Number', // MISSING
69 typeUrl: 'URL' // MISSING 69 typeUrl: 'URL'
70 } 70 }
71} ); 71} );
diff --git a/sources/plugins/forms/lang/mn.js b/sources/plugins/forms/lang/mn.js
index 081b62ea..4a29e6d6 100644
--- a/sources/plugins/forms/lang/mn.js
+++ b/sources/plugins/forms/lang/mn.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'mn', { 5CKEDITOR.plugins.setLang( 'forms', 'mn', {
diff --git a/sources/plugins/forms/lang/ms.js b/sources/plugins/forms/lang/ms.js
index 3118f475..faaa8456 100644
--- a/sources/plugins/forms/lang/ms.js
+++ b/sources/plugins/forms/lang/ms.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'ms', { 5CKEDITOR.plugins.setLang( 'forms', 'ms', {
diff --git a/sources/plugins/forms/lang/nb.js b/sources/plugins/forms/lang/nb.js
index d819af52..2898d704 100644
--- a/sources/plugins/forms/lang/nb.js
+++ b/sources/plugins/forms/lang/nb.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'nb', { 5CKEDITOR.plugins.setLang( 'forms', 'nb', {
diff --git a/sources/plugins/forms/lang/nl.js b/sources/plugins/forms/lang/nl.js
index c5464dcb..511f1b39 100644
--- a/sources/plugins/forms/lang/nl.js
+++ b/sources/plugins/forms/lang/nl.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'nl', { 5CKEDITOR.plugins.setLang( 'forms', 'nl', {
diff --git a/sources/plugins/forms/lang/no.js b/sources/plugins/forms/lang/no.js
index 11a18d71..06790957 100644
--- a/sources/plugins/forms/lang/no.js
+++ b/sources/plugins/forms/lang/no.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'no', { 5CKEDITOR.plugins.setLang( 'forms', 'no', {
diff --git a/sources/plugins/forms/lang/pl.js b/sources/plugins/forms/lang/pl.js
index 856300c4..b93cd87d 100644
--- a/sources/plugins/forms/lang/pl.js
+++ b/sources/plugins/forms/lang/pl.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'pl', { 5CKEDITOR.plugins.setLang( 'forms', 'pl', {
diff --git a/sources/plugins/forms/lang/pt-br.js b/sources/plugins/forms/lang/pt-br.js
index d9fd77d2..03d98385 100644
--- a/sources/plugins/forms/lang/pt-br.js
+++ b/sources/plugins/forms/lang/pt-br.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'pt-br', { 5CKEDITOR.plugins.setLang( 'forms', 'pt-br', {
diff --git a/sources/plugins/forms/lang/pt.js b/sources/plugins/forms/lang/pt.js
index 192ff8fc..adc57e80 100644
--- a/sources/plugins/forms/lang/pt.js
+++ b/sources/plugins/forms/lang/pt.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'pt', { 5CKEDITOR.plugins.setLang( 'forms', 'pt', {
diff --git a/sources/plugins/forms/lang/ro.js b/sources/plugins/forms/lang/ro.js
index 9bf69bb1..3bdcaefa 100644
--- a/sources/plugins/forms/lang/ro.js
+++ b/sources/plugins/forms/lang/ro.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'ro', { 5CKEDITOR.plugins.setLang( 'forms', 'ro', {
diff --git a/sources/plugins/forms/lang/ru.js b/sources/plugins/forms/lang/ru.js
index be9bacda..843f3759 100644
--- a/sources/plugins/forms/lang/ru.js
+++ b/sources/plugins/forms/lang/ru.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'ru', { 5CKEDITOR.plugins.setLang( 'forms', 'ru', {
diff --git a/sources/plugins/forms/lang/si.js b/sources/plugins/forms/lang/si.js
index 436b81b6..c91b98ac 100644
--- a/sources/plugins/forms/lang/si.js
+++ b/sources/plugins/forms/lang/si.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'si', { 5CKEDITOR.plugins.setLang( 'forms', 'si', {
diff --git a/sources/plugins/forms/lang/sk.js b/sources/plugins/forms/lang/sk.js
index 0bb4507d..2502743e 100644
--- a/sources/plugins/forms/lang/sk.js
+++ b/sources/plugins/forms/lang/sk.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'sk', { 5CKEDITOR.plugins.setLang( 'forms', 'sk', {
diff --git a/sources/plugins/forms/lang/sl.js b/sources/plugins/forms/lang/sl.js
index ed520f6e..c464a830 100644
--- a/sources/plugins/forms/lang/sl.js
+++ b/sources/plugins/forms/lang/sl.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'sl', { 5CKEDITOR.plugins.setLang( 'forms', 'sl', {
diff --git a/sources/plugins/forms/lang/sq.js b/sources/plugins/forms/lang/sq.js
index bf228b62..5f92bb0f 100644
--- a/sources/plugins/forms/lang/sq.js
+++ b/sources/plugins/forms/lang/sq.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'sq', { 5CKEDITOR.plugins.setLang( 'forms', 'sq', {
diff --git a/sources/plugins/forms/lang/sr-latn.js b/sources/plugins/forms/lang/sr-latn.js
index 35d04e55..d90f771a 100644
--- a/sources/plugins/forms/lang/sr-latn.js
+++ b/sources/plugins/forms/lang/sr-latn.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'sr-latn', { 5CKEDITOR.plugins.setLang( 'forms', 'sr-latn', {
diff --git a/sources/plugins/forms/lang/sr.js b/sources/plugins/forms/lang/sr.js
index b68bb596..4b095ffc 100644
--- a/sources/plugins/forms/lang/sr.js
+++ b/sources/plugins/forms/lang/sr.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'sr', { 5CKEDITOR.plugins.setLang( 'forms', 'sr', {
diff --git a/sources/plugins/forms/lang/sv.js b/sources/plugins/forms/lang/sv.js
index baed9d06..79d47d28 100644
--- a/sources/plugins/forms/lang/sv.js
+++ b/sources/plugins/forms/lang/sv.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'sv', { 5CKEDITOR.plugins.setLang( 'forms', 'sv', {
diff --git a/sources/plugins/forms/lang/th.js b/sources/plugins/forms/lang/th.js
index f5b06922..ebd0a421 100644
--- a/sources/plugins/forms/lang/th.js
+++ b/sources/plugins/forms/lang/th.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'th', { 5CKEDITOR.plugins.setLang( 'forms', 'th', {
diff --git a/sources/plugins/forms/lang/tr.js b/sources/plugins/forms/lang/tr.js
index 99c6c737..d3e8a4de 100644
--- a/sources/plugins/forms/lang/tr.js
+++ b/sources/plugins/forms/lang/tr.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'tr', { 5CKEDITOR.plugins.setLang( 'forms', 'tr', {
diff --git a/sources/plugins/forms/lang/tt.js b/sources/plugins/forms/lang/tt.js
index 24f9d3b6..c1b83975 100644
--- a/sources/plugins/forms/lang/tt.js
+++ b/sources/plugins/forms/lang/tt.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'tt', { 5CKEDITOR.plugins.setLang( 'forms', 'tt', {
@@ -16,7 +16,7 @@ CKEDITOR.plugins.setLang( 'forms', 'tt', {
16 radioTitle: 'Радио төймə үзлекләре', 16 radioTitle: 'Радио төймə үзлекләре',
17 value: 'Күләм', 17 value: 'Күләм',
18 selected: 'Сайланган', 18 selected: 'Сайланган',
19 required: 'Required' // MISSING 19 required: 'Мәҗбүри'
20 }, 20 },
21 form: { 21 form: {
22 title: 'Форма үзлекләре', 22 title: 'Форма үзлекләре',
@@ -32,13 +32,13 @@ CKEDITOR.plugins.setLang( 'forms', 'tt', {
32 }, 32 },
33 select: { 33 select: {
34 title: 'Selection Field Properties', // MISSING 34 title: 'Selection Field Properties', // MISSING
35 selectInfo: 'Select Info', // MISSING 35 selectInfo: 'Информацияне сайлау',
36 opAvail: 'Мөмкин булган көйләүләр', 36 opAvail: 'Мөмкин булган көйләүләр',
37 value: 'Күләм', 37 value: 'Күләм',
38 size: 'Зурлык', 38 size: 'Зурлык',
39 lines: 'юллар', 39 lines: 'юллар',
40 chkMulti: 'Allow multiple selections', // MISSING 40 chkMulti: 'Allow multiple selections', // MISSING
41 required: 'Required', // MISSING 41 required: 'Мәҗбүри',
42 opText: 'Текст', 42 opText: 'Текст',
43 opValue: 'Күләм', 43 opValue: 'Күләм',
44 btnAdd: 'Кушу', 44 btnAdd: 'Кушу',
@@ -59,7 +59,7 @@ CKEDITOR.plugins.setLang( 'forms', 'tt', {
59 value: 'Күләм', 59 value: 'Күләм',
60 charWidth: 'Символлар киңлеге', 60 charWidth: 'Символлар киңлеге',
61 maxChars: 'Maximum Characters', // MISSING 61 maxChars: 'Maximum Characters', // MISSING
62 required: 'Required', // MISSING 62 required: 'Мәҗбүри',
63 type: 'Төр', 63 type: 'Төр',
64 typeText: 'Текст', 64 typeText: 'Текст',
65 typePass: 'Сер сүз', 65 typePass: 'Сер сүз',
diff --git a/sources/plugins/forms/lang/ug.js b/sources/plugins/forms/lang/ug.js
index 1eed4af8..1986efe9 100644
--- a/sources/plugins/forms/lang/ug.js
+++ b/sources/plugins/forms/lang/ug.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'ug', { 5CKEDITOR.plugins.setLang( 'forms', 'ug', {
diff --git a/sources/plugins/forms/lang/uk.js b/sources/plugins/forms/lang/uk.js
index eec09087..8d5df0b6 100644
--- a/sources/plugins/forms/lang/uk.js
+++ b/sources/plugins/forms/lang/uk.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'uk', { 5CKEDITOR.plugins.setLang( 'forms', 'uk', {
diff --git a/sources/plugins/forms/lang/vi.js b/sources/plugins/forms/lang/vi.js
index 8d8929fc..35dcc213 100644
--- a/sources/plugins/forms/lang/vi.js
+++ b/sources/plugins/forms/lang/vi.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'vi', { 5CKEDITOR.plugins.setLang( 'forms', 'vi', {
diff --git a/sources/plugins/forms/lang/zh-cn.js b/sources/plugins/forms/lang/zh-cn.js
index 89a8050a..41a83b7d 100644
--- a/sources/plugins/forms/lang/zh-cn.js
+++ b/sources/plugins/forms/lang/zh-cn.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'zh-cn', { 5CKEDITOR.plugins.setLang( 'forms', 'zh-cn', {
diff --git a/sources/plugins/forms/lang/zh.js b/sources/plugins/forms/lang/zh.js
index ede780a8..c0cc19da 100644
--- a/sources/plugins/forms/lang/zh.js
+++ b/sources/plugins/forms/lang/zh.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'zh', { 5CKEDITOR.plugins.setLang( 'forms', 'zh', {
diff --git a/sources/plugins/forms/plugin.js b/sources/plugins/forms/plugin.js
index 737204ae..3e8781e9 100644
--- a/sources/plugins/forms/plugin.js
+++ b/sources/plugins/forms/plugin.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
@@ -10,7 +10,7 @@
10CKEDITOR.plugins.add( 'forms', { 10CKEDITOR.plugins.add( 'forms', {
11 requires: 'dialog,fakeobjects', 11 requires: 'dialog,fakeobjects',
12 // jscs:disable maximumLineLength 12 // jscs:disable maximumLineLength
13 lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE% 13 lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%
14 // jscs:enable maximumLineLength 14 // jscs:enable maximumLineLength
15 icons: 'button,checkbox,form,hiddenfield,imagebutton,radio,select,select-rtl,textarea,textarea-rtl,textfield', // %REMOVE_LINE_CORE% 15 icons: 'button,checkbox,form,hiddenfield,imagebutton,radio,select,select-rtl,textarea,textarea-rtl,textfield', // %REMOVE_LINE_CORE%
16 hidpi: true, // %REMOVE_LINE_CORE% 16 hidpi: true, // %REMOVE_LINE_CORE%