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/samples/old/assets/outputxhtml/outputxhtml.css | 2 +- sources/samples/old/assets/posteddata.php | 4 ++-- sources/samples/old/assets/uilanguages/languages.js | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) (limited to 'sources/samples/old/assets') diff --git a/sources/samples/old/assets/outputxhtml/outputxhtml.css b/sources/samples/old/assets/outputxhtml/outputxhtml.css index 50daa1d..b81e1d7 100644 --- a/sources/samples/old/assets/outputxhtml/outputxhtml.css +++ b/sources/samples/old/assets/outputxhtml/outputxhtml.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license * * Styles used by the XHTML 1.1 sample page (xhtml.html). diff --git a/sources/samples/old/assets/posteddata.php b/sources/samples/old/assets/posteddata.php index 914b098..ca43cc9 100644 --- a/sources/samples/old/assets/posteddata.php +++ b/sources/samples/old/assets/posteddata.php @@ -1,7 +1,7 @@ @@ -52,7 +52,7 @@ if (!empty($_POST)) CKEditor - The text editor for the Internet - http://ckeditor.com

- Copyright © 2003-2016, CKSource - Frederico Knabben. All rights reserved. + Copyright © 2003-2017, CKSource - Frederico Knabben. All rights reserved.

diff --git a/sources/samples/old/assets/uilanguages/languages.js b/sources/samples/old/assets/uilanguages/languages.js index bffea89..a3cf84f 100644 --- a/sources/samples/old/assets/uilanguages/languages.js +++ b/sources/samples/old/assets/uilanguages/languages.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 */ @@ -9,6 +9,7 @@ var CKEDITOR_LANGS = ( function() { var langs = { af: 'Afrikaans', ar: 'Arabic', + az: 'Azerbaijani', bg: 'Bulgarian', bn: 'Bengali/Bangla', bs: 'Bosnian', @@ -25,6 +26,7 @@ var CKEDITOR_LANGS = ( function() { 'en-gb': 'English (United Kingdom)', eo: 'Esperanto', es: 'Spanish', + 'es-mx': 'Spanish (Mexico)', et: 'Estonian', eu: 'Basque', fa: 'Persian', @@ -54,6 +56,7 @@ var CKEDITOR_LANGS = ( function() { nb: 'Norwegian Bokmal', nl: 'Dutch', no: 'Norwegian', + oc: 'Occitan', pl: 'Polish', pt: 'Portuguese (Portugal)', 'pt-br': 'Portuguese (Brazil)', -- cgit v1.2.3