From 317f8f8f0651488f226b5280a8f036c7c135c639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 4 Dec 2017 17:54:04 +0100 Subject: Add oembed --- sources/plugins/button/lang/af.js | 2 +- sources/plugins/button/lang/ar.js | 2 +- sources/plugins/button/lang/ast.js | 8 -------- sources/plugins/button/lang/az.js | 8 ++++++++ sources/plugins/button/lang/bg.js | 2 +- sources/plugins/button/lang/ca.js | 2 +- sources/plugins/button/lang/cs.js | 2 +- sources/plugins/button/lang/da.js | 2 +- sources/plugins/button/lang/de-ch.js | 2 +- sources/plugins/button/lang/de.js | 2 +- sources/plugins/button/lang/el.js | 2 +- sources/plugins/button/lang/en-gb.js | 2 +- sources/plugins/button/lang/en.js | 2 +- sources/plugins/button/lang/eo.js | 2 +- sources/plugins/button/lang/es-mx.js | 8 ++++++++ sources/plugins/button/lang/es.js | 2 +- sources/plugins/button/lang/eu.js | 2 +- sources/plugins/button/lang/fa.js | 2 +- sources/plugins/button/lang/fi.js | 2 +- sources/plugins/button/lang/fr.js | 2 +- sources/plugins/button/lang/gl.js | 2 +- sources/plugins/button/lang/he.js | 2 +- sources/plugins/button/lang/hr.js | 8 ++++++++ sources/plugins/button/lang/hu.js | 2 +- sources/plugins/button/lang/id.js | 2 +- sources/plugins/button/lang/it.js | 2 +- sources/plugins/button/lang/ja.js | 2 +- sources/plugins/button/lang/km.js | 2 +- sources/plugins/button/lang/ko.js | 2 +- sources/plugins/button/lang/ku.js | 2 +- sources/plugins/button/lang/lt.js | 2 +- sources/plugins/button/lang/nb.js | 2 +- sources/plugins/button/lang/nl.js | 2 +- sources/plugins/button/lang/no.js | 8 ++++++++ sources/plugins/button/lang/oc.js | 8 ++++++++ sources/plugins/button/lang/pl.js | 2 +- sources/plugins/button/lang/pt-br.js | 2 +- sources/plugins/button/lang/pt.js | 2 +- sources/plugins/button/lang/ro.js | 2 +- sources/plugins/button/lang/ru.js | 2 +- sources/plugins/button/lang/sk.js | 2 +- sources/plugins/button/lang/sl.js | 2 +- sources/plugins/button/lang/sq.js | 2 +- sources/plugins/button/lang/sv.js | 2 +- sources/plugins/button/lang/tr.js | 2 +- sources/plugins/button/lang/tt.js | 2 +- sources/plugins/button/lang/ug.js | 2 +- sources/plugins/button/lang/uk.js | 2 +- sources/plugins/button/lang/vi.js | 2 +- sources/plugins/button/lang/zh-cn.js | 2 +- sources/plugins/button/lang/zh.js | 2 +- 51 files changed, 85 insertions(+), 53 deletions(-) delete mode 100644 sources/plugins/button/lang/ast.js create mode 100644 sources/plugins/button/lang/az.js create mode 100644 sources/plugins/button/lang/es-mx.js create mode 100644 sources/plugins/button/lang/hr.js create mode 100644 sources/plugins/button/lang/no.js create mode 100644 sources/plugins/button/lang/oc.js (limited to 'sources/plugins/button/lang') diff --git a/sources/plugins/button/lang/af.js b/sources/plugins/button/lang/af.js index af03793..6ccebfa 100644 --- a/sources/plugins/button/lang/af.js +++ b/sources/plugins/button/lang/af.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/ar.js b/sources/plugins/button/lang/ar.js index 28f4346..025068d 100644 --- a/sources/plugins/button/lang/ar.js +++ b/sources/plugins/button/lang/ar.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/ast.js b/sources/plugins/button/lang/ast.js deleted file mode 100644 index 5ab7bf6..0000000 --- a/sources/plugins/button/lang/ast.js +++ /dev/null @@ -1,8 +0,0 @@ -/** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md or http://ckeditor.com/license - */ - -CKEDITOR.plugins.setLang( 'button', 'ast', { - selectedLabel: '%1 (Seleicionáu)' -} ); diff --git a/sources/plugins/button/lang/az.js b/sources/plugins/button/lang/az.js new file mode 100644 index 0000000..30ac85e --- /dev/null +++ b/sources/plugins/button/lang/az.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'az', { + selectedLabel: '%1 (seçilib)' +} ); diff --git a/sources/plugins/button/lang/bg.js b/sources/plugins/button/lang/bg.js index dfe5be1..0b146bb 100644 --- a/sources/plugins/button/lang/bg.js +++ b/sources/plugins/button/lang/bg.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/ca.js b/sources/plugins/button/lang/ca.js index 2feb710..0891d49 100644 --- a/sources/plugins/button/lang/ca.js +++ b/sources/plugins/button/lang/ca.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/cs.js b/sources/plugins/button/lang/cs.js index 01f4a86..552a05c 100644 --- a/sources/plugins/button/lang/cs.js +++ b/sources/plugins/button/lang/cs.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/da.js b/sources/plugins/button/lang/da.js index 021201f..255dcc5 100644 --- a/sources/plugins/button/lang/da.js +++ b/sources/plugins/button/lang/da.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/de-ch.js b/sources/plugins/button/lang/de-ch.js index 680cc20..63430d7 100644 --- a/sources/plugins/button/lang/de-ch.js +++ b/sources/plugins/button/lang/de-ch.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/de.js b/sources/plugins/button/lang/de.js index d31afaa..dca3daa 100644 --- a/sources/plugins/button/lang/de.js +++ b/sources/plugins/button/lang/de.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/el.js b/sources/plugins/button/lang/el.js index 84e630c..1718816 100644 --- a/sources/plugins/button/lang/el.js +++ b/sources/plugins/button/lang/el.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/en-gb.js b/sources/plugins/button/lang/en-gb.js index b4060d3..d7daefc 100644 --- a/sources/plugins/button/lang/en-gb.js +++ b/sources/plugins/button/lang/en-gb.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/en.js b/sources/plugins/button/lang/en.js index b0b4807..d5c4088 100644 --- a/sources/plugins/button/lang/en.js +++ b/sources/plugins/button/lang/en.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/eo.js b/sources/plugins/button/lang/eo.js index 733c960..acf0c13 100644 --- a/sources/plugins/button/lang/eo.js +++ b/sources/plugins/button/lang/eo.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/es-mx.js b/sources/plugins/button/lang/es-mx.js new file mode 100644 index 0000000..3b1b47b --- /dev/null +++ b/sources/plugins/button/lang/es-mx.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'es-mx', { + selectedLabel: '%1 (Seleccionado)' +} ); diff --git a/sources/plugins/button/lang/es.js b/sources/plugins/button/lang/es.js index 8b4695b..cb46c6f 100644 --- a/sources/plugins/button/lang/es.js +++ b/sources/plugins/button/lang/es.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/eu.js b/sources/plugins/button/lang/eu.js index fd60b16..c49d92a 100644 --- a/sources/plugins/button/lang/eu.js +++ b/sources/plugins/button/lang/eu.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/fa.js b/sources/plugins/button/lang/fa.js index 8e923b0..358c88a 100644 --- a/sources/plugins/button/lang/fa.js +++ b/sources/plugins/button/lang/fa.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/fi.js b/sources/plugins/button/lang/fi.js index 2668a8d..4822e74 100644 --- a/sources/plugins/button/lang/fi.js +++ b/sources/plugins/button/lang/fi.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/fr.js b/sources/plugins/button/lang/fr.js index 1039c90..1b1c6d3 100644 --- a/sources/plugins/button/lang/fr.js +++ b/sources/plugins/button/lang/fr.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/gl.js b/sources/plugins/button/lang/gl.js index e73ea65..3e4e0b7 100644 --- a/sources/plugins/button/lang/gl.js +++ b/sources/plugins/button/lang/gl.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/he.js b/sources/plugins/button/lang/he.js index 8890cf9..c67afb6 100644 --- a/sources/plugins/button/lang/he.js +++ b/sources/plugins/button/lang/he.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/hr.js b/sources/plugins/button/lang/hr.js new file mode 100644 index 0000000..031f8f5 --- /dev/null +++ b/sources/plugins/button/lang/hr.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'hr', { + selectedLabel: '%1 (Odabrano)' +} ); diff --git a/sources/plugins/button/lang/hu.js b/sources/plugins/button/lang/hu.js index 9dc42a5..0dffac1 100644 --- a/sources/plugins/button/lang/hu.js +++ b/sources/plugins/button/lang/hu.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/id.js b/sources/plugins/button/lang/id.js index 52726a8..f973ffc 100644 --- a/sources/plugins/button/lang/id.js +++ b/sources/plugins/button/lang/id.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/it.js b/sources/plugins/button/lang/it.js index 0b28b8c..359dc9a 100644 --- a/sources/plugins/button/lang/it.js +++ b/sources/plugins/button/lang/it.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/ja.js b/sources/plugins/button/lang/ja.js index 559d08c..e2b064f 100644 --- a/sources/plugins/button/lang/ja.js +++ b/sources/plugins/button/lang/ja.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/km.js b/sources/plugins/button/lang/km.js index ecfc774..9437a2f 100644 --- a/sources/plugins/button/lang/km.js +++ b/sources/plugins/button/lang/km.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/ko.js b/sources/plugins/button/lang/ko.js index 2e2cc61..64ad966 100644 --- a/sources/plugins/button/lang/ko.js +++ b/sources/plugins/button/lang/ko.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/ku.js b/sources/plugins/button/lang/ku.js index b794e23..d342dd0 100644 --- a/sources/plugins/button/lang/ku.js +++ b/sources/plugins/button/lang/ku.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/lt.js b/sources/plugins/button/lang/lt.js index e17e9e5..b492bd5 100644 --- a/sources/plugins/button/lang/lt.js +++ b/sources/plugins/button/lang/lt.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/nb.js b/sources/plugins/button/lang/nb.js index b91a823..8d38121 100644 --- a/sources/plugins/button/lang/nb.js +++ b/sources/plugins/button/lang/nb.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/nl.js b/sources/plugins/button/lang/nl.js index 0654cec..3e00f80 100644 --- a/sources/plugins/button/lang/nl.js +++ b/sources/plugins/button/lang/nl.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/no.js b/sources/plugins/button/lang/no.js new file mode 100644 index 0000000..e6252b1 --- /dev/null +++ b/sources/plugins/button/lang/no.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'no', { + selectedLabel: '%1 (Valgt)' +} ); diff --git a/sources/plugins/button/lang/oc.js b/sources/plugins/button/lang/oc.js new file mode 100644 index 0000000..cb91761 --- /dev/null +++ b/sources/plugins/button/lang/oc.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'oc', { + selectedLabel: '%1 (Seleccionat)' +} ); diff --git a/sources/plugins/button/lang/pl.js b/sources/plugins/button/lang/pl.js index bc980d0..304d07a 100644 --- a/sources/plugins/button/lang/pl.js +++ b/sources/plugins/button/lang/pl.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/pt-br.js b/sources/plugins/button/lang/pt-br.js index f1cd7c4..e3fdf84 100644 --- a/sources/plugins/button/lang/pt-br.js +++ b/sources/plugins/button/lang/pt-br.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/pt.js b/sources/plugins/button/lang/pt.js index adc8251..e02c45a 100644 --- a/sources/plugins/button/lang/pt.js +++ b/sources/plugins/button/lang/pt.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/ro.js b/sources/plugins/button/lang/ro.js index c70153c..0669dd5 100644 --- a/sources/plugins/button/lang/ro.js +++ b/sources/plugins/button/lang/ro.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/ru.js b/sources/plugins/button/lang/ru.js index 06ee190..085f6ee 100644 --- a/sources/plugins/button/lang/ru.js +++ b/sources/plugins/button/lang/ru.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/sk.js b/sources/plugins/button/lang/sk.js index adbadf2..12bec80 100644 --- a/sources/plugins/button/lang/sk.js +++ b/sources/plugins/button/lang/sk.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/sl.js b/sources/plugins/button/lang/sl.js index 85e5cc2..c6633ae 100644 --- a/sources/plugins/button/lang/sl.js +++ b/sources/plugins/button/lang/sl.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/sq.js b/sources/plugins/button/lang/sq.js index 1690634..2e53e4c 100644 --- a/sources/plugins/button/lang/sq.js +++ b/sources/plugins/button/lang/sq.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/sv.js b/sources/plugins/button/lang/sv.js index db15526..b89e475 100644 --- a/sources/plugins/button/lang/sv.js +++ b/sources/plugins/button/lang/sv.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/tr.js b/sources/plugins/button/lang/tr.js index a87bb12..30d3670 100644 --- a/sources/plugins/button/lang/tr.js +++ b/sources/plugins/button/lang/tr.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/tt.js b/sources/plugins/button/lang/tt.js index 79044c6..6324922 100644 --- a/sources/plugins/button/lang/tt.js +++ b/sources/plugins/button/lang/tt.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/ug.js b/sources/plugins/button/lang/ug.js index fe30252..fa3a90c 100644 --- a/sources/plugins/button/lang/ug.js +++ b/sources/plugins/button/lang/ug.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/uk.js b/sources/plugins/button/lang/uk.js index a40cf8f..7b49fe2 100644 --- a/sources/plugins/button/lang/uk.js +++ b/sources/plugins/button/lang/uk.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/vi.js b/sources/plugins/button/lang/vi.js index a3ea973..b6a5911 100644 --- a/sources/plugins/button/lang/vi.js +++ b/sources/plugins/button/lang/vi.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/zh-cn.js b/sources/plugins/button/lang/zh-cn.js index 1271943..fade7d7 100644 --- a/sources/plugins/button/lang/zh-cn.js +++ b/sources/plugins/button/lang/zh-cn.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/sources/plugins/button/lang/zh.js b/sources/plugins/button/lang/zh.js index 5fee74f..7479462 100644 --- a/sources/plugins/button/lang/zh.js +++ b/sources/plugins/button/lang/zh.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ -- cgit v1.2.3