aboutsummaryrefslogtreecommitdiff
path: root/sources/samples/old/assets
diff options
context:
space:
mode:
Diffstat (limited to 'sources/samples/old/assets')
-rw-r--r--sources/samples/old/assets/outputxhtml/outputxhtml.css2
-rw-r--r--sources/samples/old/assets/posteddata.php4
-rw-r--r--sources/samples/old/assets/uilanguages/languages.js5
3 files changed, 7 insertions, 4 deletions
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 @@
1/* 1/*
2 * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 * Copyright (c) 2003-2017, 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 * Styles used by the XHTML 1.1 sample page (xhtml.html). 5 * 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 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<?php 2<?php
3/* 3/*
4Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 4Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
5For licensing, see LICENSE.md or http://ckeditor.com/license 5For licensing, see LICENSE.md or http://ckeditor.com/license
6*/ 6*/
7?> 7?>
@@ -52,7 +52,7 @@ if (!empty($_POST))
52 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> 52 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
53 </p> 53 </p>
54 <p id="copy"> 54 <p id="copy">
55 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. 55 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
56 </p> 56 </p>
57 </div> 57 </div>
58</body> 58</body>
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 @@
1/** 1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2017, 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
@@ -9,6 +9,7 @@ var CKEDITOR_LANGS = ( function() {
9 var langs = { 9 var langs = {
10 af: 'Afrikaans', 10 af: 'Afrikaans',
11 ar: 'Arabic', 11 ar: 'Arabic',
12 az: 'Azerbaijani',
12 bg: 'Bulgarian', 13 bg: 'Bulgarian',
13 bn: 'Bengali/Bangla', 14 bn: 'Bengali/Bangla',
14 bs: 'Bosnian', 15 bs: 'Bosnian',
@@ -25,6 +26,7 @@ var CKEDITOR_LANGS = ( function() {
25 'en-gb': 'English (United Kingdom)', 26 'en-gb': 'English (United Kingdom)',
26 eo: 'Esperanto', 27 eo: 'Esperanto',
27 es: 'Spanish', 28 es: 'Spanish',
29 'es-mx': 'Spanish (Mexico)',
28 et: 'Estonian', 30 et: 'Estonian',
29 eu: 'Basque', 31 eu: 'Basque',
30 fa: 'Persian', 32 fa: 'Persian',
@@ -54,6 +56,7 @@ var CKEDITOR_LANGS = ( function() {
54 nb: 'Norwegian Bokmal', 56 nb: 'Norwegian Bokmal',
55 nl: 'Dutch', 57 nl: 'Dutch',
56 no: 'Norwegian', 58 no: 'Norwegian',
59 oc: 'Occitan',
57 pl: 'Polish', 60 pl: 'Polish',
58 pt: 'Portuguese (Portugal)', 61 pt: 'Portuguese (Portugal)',
59 'pt-br': 'Portuguese (Brazil)', 62 'pt-br': 'Portuguese (Brazil)',