From 7adcb81e4f83f98c468889aaa5a85558ba88c770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 25 Jan 2016 17:45:33 +0100 Subject: Initial commit --- .../plugins/newpage/icons/hidpi/newpage-rtl.png | Bin 0 -> 1070 bytes sources/plugins/newpage/icons/hidpi/newpage.png | Bin 0 -> 1112 bytes sources/plugins/newpage/icons/newpage-rtl.png | Bin 0 -> 575 bytes sources/plugins/newpage/icons/newpage.png | Bin 0 -> 580 bytes sources/plugins/newpage/lang/af.js | 7 +++ sources/plugins/newpage/lang/ar.js | 7 +++ sources/plugins/newpage/lang/bg.js | 7 +++ sources/plugins/newpage/lang/bn.js | 7 +++ sources/plugins/newpage/lang/bs.js | 7 +++ sources/plugins/newpage/lang/ca.js | 7 +++ sources/plugins/newpage/lang/cs.js | 7 +++ sources/plugins/newpage/lang/cy.js | 7 +++ sources/plugins/newpage/lang/da.js | 7 +++ sources/plugins/newpage/lang/de.js | 7 +++ sources/plugins/newpage/lang/el.js | 7 +++ sources/plugins/newpage/lang/en-au.js | 7 +++ sources/plugins/newpage/lang/en-ca.js | 7 +++ sources/plugins/newpage/lang/en-gb.js | 7 +++ sources/plugins/newpage/lang/en.js | 7 +++ sources/plugins/newpage/lang/eo.js | 7 +++ sources/plugins/newpage/lang/es.js | 7 +++ sources/plugins/newpage/lang/et.js | 7 +++ sources/plugins/newpage/lang/eu.js | 7 +++ sources/plugins/newpage/lang/fa.js | 7 +++ sources/plugins/newpage/lang/fi.js | 7 +++ sources/plugins/newpage/lang/fo.js | 7 +++ sources/plugins/newpage/lang/fr-ca.js | 7 +++ sources/plugins/newpage/lang/fr.js | 7 +++ sources/plugins/newpage/lang/gl.js | 7 +++ sources/plugins/newpage/lang/gu.js | 7 +++ sources/plugins/newpage/lang/he.js | 7 +++ sources/plugins/newpage/lang/hi.js | 7 +++ sources/plugins/newpage/lang/hr.js | 7 +++ sources/plugins/newpage/lang/hu.js | 7 +++ sources/plugins/newpage/lang/id.js | 7 +++ sources/plugins/newpage/lang/is.js | 7 +++ sources/plugins/newpage/lang/it.js | 7 +++ sources/plugins/newpage/lang/ja.js | 7 +++ sources/plugins/newpage/lang/ka.js | 7 +++ sources/plugins/newpage/lang/km.js | 7 +++ sources/plugins/newpage/lang/ko.js | 7 +++ sources/plugins/newpage/lang/ku.js | 7 +++ sources/plugins/newpage/lang/lt.js | 7 +++ sources/plugins/newpage/lang/lv.js | 7 +++ sources/plugins/newpage/lang/mk.js | 7 +++ sources/plugins/newpage/lang/mn.js | 7 +++ sources/plugins/newpage/lang/ms.js | 7 +++ sources/plugins/newpage/lang/nb.js | 7 +++ sources/plugins/newpage/lang/nl.js | 7 +++ sources/plugins/newpage/lang/no.js | 7 +++ sources/plugins/newpage/lang/pl.js | 7 +++ sources/plugins/newpage/lang/pt-br.js | 7 +++ sources/plugins/newpage/lang/pt.js | 7 +++ sources/plugins/newpage/lang/ro.js | 7 +++ sources/plugins/newpage/lang/ru.js | 7 +++ sources/plugins/newpage/lang/si.js | 7 +++ sources/plugins/newpage/lang/sk.js | 7 +++ sources/plugins/newpage/lang/sl.js | 7 +++ sources/plugins/newpage/lang/sq.js | 7 +++ sources/plugins/newpage/lang/sr-latn.js | 7 +++ sources/plugins/newpage/lang/sr.js | 7 +++ sources/plugins/newpage/lang/sv.js | 7 +++ sources/plugins/newpage/lang/th.js | 7 +++ sources/plugins/newpage/lang/tr.js | 7 +++ sources/plugins/newpage/lang/tt.js | 7 +++ sources/plugins/newpage/lang/ug.js | 7 +++ sources/plugins/newpage/lang/uk.js | 7 +++ sources/plugins/newpage/lang/vi.js | 7 +++ sources/plugins/newpage/lang/zh-cn.js | 7 +++ sources/plugins/newpage/lang/zh.js | 7 +++ sources/plugins/newpage/plugin.js | 53 +++++++++++++++++++++ 71 files changed, 515 insertions(+) create mode 100644 sources/plugins/newpage/icons/hidpi/newpage-rtl.png create mode 100644 sources/plugins/newpage/icons/hidpi/newpage.png create mode 100644 sources/plugins/newpage/icons/newpage-rtl.png create mode 100644 sources/plugins/newpage/icons/newpage.png create mode 100644 sources/plugins/newpage/lang/af.js create mode 100644 sources/plugins/newpage/lang/ar.js create mode 100644 sources/plugins/newpage/lang/bg.js create mode 100644 sources/plugins/newpage/lang/bn.js create mode 100644 sources/plugins/newpage/lang/bs.js create mode 100644 sources/plugins/newpage/lang/ca.js create mode 100644 sources/plugins/newpage/lang/cs.js create mode 100644 sources/plugins/newpage/lang/cy.js create mode 100644 sources/plugins/newpage/lang/da.js create mode 100644 sources/plugins/newpage/lang/de.js create mode 100644 sources/plugins/newpage/lang/el.js create mode 100644 sources/plugins/newpage/lang/en-au.js create mode 100644 sources/plugins/newpage/lang/en-ca.js create mode 100644 sources/plugins/newpage/lang/en-gb.js create mode 100644 sources/plugins/newpage/lang/en.js create mode 100644 sources/plugins/newpage/lang/eo.js create mode 100644 sources/plugins/newpage/lang/es.js create mode 100644 sources/plugins/newpage/lang/et.js create mode 100644 sources/plugins/newpage/lang/eu.js create mode 100644 sources/plugins/newpage/lang/fa.js create mode 100644 sources/plugins/newpage/lang/fi.js create mode 100644 sources/plugins/newpage/lang/fo.js create mode 100644 sources/plugins/newpage/lang/fr-ca.js create mode 100644 sources/plugins/newpage/lang/fr.js create mode 100644 sources/plugins/newpage/lang/gl.js create mode 100644 sources/plugins/newpage/lang/gu.js create mode 100644 sources/plugins/newpage/lang/he.js create mode 100644 sources/plugins/newpage/lang/hi.js create mode 100644 sources/plugins/newpage/lang/hr.js create mode 100644 sources/plugins/newpage/lang/hu.js create mode 100644 sources/plugins/newpage/lang/id.js create mode 100644 sources/plugins/newpage/lang/is.js create mode 100644 sources/plugins/newpage/lang/it.js create mode 100644 sources/plugins/newpage/lang/ja.js create mode 100644 sources/plugins/newpage/lang/ka.js create mode 100644 sources/plugins/newpage/lang/km.js create mode 100644 sources/plugins/newpage/lang/ko.js create mode 100644 sources/plugins/newpage/lang/ku.js create mode 100644 sources/plugins/newpage/lang/lt.js create mode 100644 sources/plugins/newpage/lang/lv.js create mode 100644 sources/plugins/newpage/lang/mk.js create mode 100644 sources/plugins/newpage/lang/mn.js create mode 100644 sources/plugins/newpage/lang/ms.js create mode 100644 sources/plugins/newpage/lang/nb.js create mode 100644 sources/plugins/newpage/lang/nl.js create mode 100644 sources/plugins/newpage/lang/no.js create mode 100644 sources/plugins/newpage/lang/pl.js create mode 100644 sources/plugins/newpage/lang/pt-br.js create mode 100644 sources/plugins/newpage/lang/pt.js create mode 100644 sources/plugins/newpage/lang/ro.js create mode 100644 sources/plugins/newpage/lang/ru.js create mode 100644 sources/plugins/newpage/lang/si.js create mode 100644 sources/plugins/newpage/lang/sk.js create mode 100644 sources/plugins/newpage/lang/sl.js create mode 100644 sources/plugins/newpage/lang/sq.js create mode 100644 sources/plugins/newpage/lang/sr-latn.js create mode 100644 sources/plugins/newpage/lang/sr.js create mode 100644 sources/plugins/newpage/lang/sv.js create mode 100644 sources/plugins/newpage/lang/th.js create mode 100644 sources/plugins/newpage/lang/tr.js create mode 100644 sources/plugins/newpage/lang/tt.js create mode 100644 sources/plugins/newpage/lang/ug.js create mode 100644 sources/plugins/newpage/lang/uk.js create mode 100644 sources/plugins/newpage/lang/vi.js create mode 100644 sources/plugins/newpage/lang/zh-cn.js create mode 100644 sources/plugins/newpage/lang/zh.js create mode 100644 sources/plugins/newpage/plugin.js (limited to 'sources/plugins/newpage') diff --git a/sources/plugins/newpage/icons/hidpi/newpage-rtl.png b/sources/plugins/newpage/icons/hidpi/newpage-rtl.png new file mode 100644 index 00000000..1a7551c2 Binary files /dev/null and b/sources/plugins/newpage/icons/hidpi/newpage-rtl.png differ diff --git a/sources/plugins/newpage/icons/hidpi/newpage.png b/sources/plugins/newpage/icons/hidpi/newpage.png new file mode 100644 index 00000000..8cbe2230 Binary files /dev/null and b/sources/plugins/newpage/icons/hidpi/newpage.png differ diff --git a/sources/plugins/newpage/icons/newpage-rtl.png b/sources/plugins/newpage/icons/newpage-rtl.png new file mode 100644 index 00000000..2c8ef7fe Binary files /dev/null and b/sources/plugins/newpage/icons/newpage-rtl.png differ diff --git a/sources/plugins/newpage/icons/newpage.png b/sources/plugins/newpage/icons/newpage.png new file mode 100644 index 00000000..8e18c8a2 Binary files /dev/null and b/sources/plugins/newpage/icons/newpage.png differ diff --git a/sources/plugins/newpage/lang/af.js b/sources/plugins/newpage/lang/af.js new file mode 100644 index 00000000..fee36aae --- /dev/null +++ b/sources/plugins/newpage/lang/af.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'af', { + toolbar: 'Nuwe bladsy' +} ); diff --git a/sources/plugins/newpage/lang/ar.js b/sources/plugins/newpage/lang/ar.js new file mode 100644 index 00000000..cad53adb --- /dev/null +++ b/sources/plugins/newpage/lang/ar.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'ar', { + toolbar: 'صفحة جديدة' +} ); diff --git a/sources/plugins/newpage/lang/bg.js b/sources/plugins/newpage/lang/bg.js new file mode 100644 index 00000000..ec95b297 --- /dev/null +++ b/sources/plugins/newpage/lang/bg.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'bg', { + toolbar: 'Нова страница' +} ); diff --git a/sources/plugins/newpage/lang/bn.js b/sources/plugins/newpage/lang/bn.js new file mode 100644 index 00000000..884de420 --- /dev/null +++ b/sources/plugins/newpage/lang/bn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'bn', { + toolbar: 'নতুন পেজ' +} ); diff --git a/sources/plugins/newpage/lang/bs.js b/sources/plugins/newpage/lang/bs.js new file mode 100644 index 00000000..cf85d954 --- /dev/null +++ b/sources/plugins/newpage/lang/bs.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'bs', { + toolbar: 'Novi dokument' +} ); diff --git a/sources/plugins/newpage/lang/ca.js b/sources/plugins/newpage/lang/ca.js new file mode 100644 index 00000000..2e13a174 --- /dev/null +++ b/sources/plugins/newpage/lang/ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'ca', { + toolbar: 'Nova pàgina' +} ); diff --git a/sources/plugins/newpage/lang/cs.js b/sources/plugins/newpage/lang/cs.js new file mode 100644 index 00000000..55a61f88 --- /dev/null +++ b/sources/plugins/newpage/lang/cs.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'cs', { + toolbar: 'Nová stránka' +} ); diff --git a/sources/plugins/newpage/lang/cy.js b/sources/plugins/newpage/lang/cy.js new file mode 100644 index 00000000..d5733ea9 --- /dev/null +++ b/sources/plugins/newpage/lang/cy.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'cy', { + toolbar: 'Tudalen Newydd' +} ); diff --git a/sources/plugins/newpage/lang/da.js b/sources/plugins/newpage/lang/da.js new file mode 100644 index 00000000..8d623a92 --- /dev/null +++ b/sources/plugins/newpage/lang/da.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'da', { + toolbar: 'Ny side' +} ); diff --git a/sources/plugins/newpage/lang/de.js b/sources/plugins/newpage/lang/de.js new file mode 100644 index 00000000..974875db --- /dev/null +++ b/sources/plugins/newpage/lang/de.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'de', { + toolbar: 'Neue Seite' +} ); diff --git a/sources/plugins/newpage/lang/el.js b/sources/plugins/newpage/lang/el.js new file mode 100644 index 00000000..7e7c022e --- /dev/null +++ b/sources/plugins/newpage/lang/el.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'el', { + toolbar: 'Νέα Σελίδα' +} ); diff --git a/sources/plugins/newpage/lang/en-au.js b/sources/plugins/newpage/lang/en-au.js new file mode 100644 index 00000000..42926f43 --- /dev/null +++ b/sources/plugins/newpage/lang/en-au.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'en-au', { + toolbar: 'New Page' +} ); diff --git a/sources/plugins/newpage/lang/en-ca.js b/sources/plugins/newpage/lang/en-ca.js new file mode 100644 index 00000000..cf5736c9 --- /dev/null +++ b/sources/plugins/newpage/lang/en-ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'en-ca', { + toolbar: 'New Page' +} ); diff --git a/sources/plugins/newpage/lang/en-gb.js b/sources/plugins/newpage/lang/en-gb.js new file mode 100644 index 00000000..884ff82d --- /dev/null +++ b/sources/plugins/newpage/lang/en-gb.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'en-gb', { + toolbar: 'New Page' +} ); diff --git a/sources/plugins/newpage/lang/en.js b/sources/plugins/newpage/lang/en.js new file mode 100644 index 00000000..6e5fb992 --- /dev/null +++ b/sources/plugins/newpage/lang/en.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'en', { + toolbar: 'New Page' +} ); diff --git a/sources/plugins/newpage/lang/eo.js b/sources/plugins/newpage/lang/eo.js new file mode 100644 index 00000000..2e25fee7 --- /dev/null +++ b/sources/plugins/newpage/lang/eo.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'eo', { + toolbar: 'Nova Paĝo' +} ); diff --git a/sources/plugins/newpage/lang/es.js b/sources/plugins/newpage/lang/es.js new file mode 100644 index 00000000..f080d79b --- /dev/null +++ b/sources/plugins/newpage/lang/es.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'es', { + toolbar: 'Nueva Página' +} ); diff --git a/sources/plugins/newpage/lang/et.js b/sources/plugins/newpage/lang/et.js new file mode 100644 index 00000000..3dee3a99 --- /dev/null +++ b/sources/plugins/newpage/lang/et.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'et', { + toolbar: 'Uus leht' +} ); diff --git a/sources/plugins/newpage/lang/eu.js b/sources/plugins/newpage/lang/eu.js new file mode 100644 index 00000000..4ce953d6 --- /dev/null +++ b/sources/plugins/newpage/lang/eu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'eu', { + toolbar: 'Orrialde berria' +} ); diff --git a/sources/plugins/newpage/lang/fa.js b/sources/plugins/newpage/lang/fa.js new file mode 100644 index 00000000..13e8ab1f --- /dev/null +++ b/sources/plugins/newpage/lang/fa.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'fa', { + toolbar: 'برگهٴ تازه' +} ); diff --git a/sources/plugins/newpage/lang/fi.js b/sources/plugins/newpage/lang/fi.js new file mode 100644 index 00000000..a244dcdc --- /dev/null +++ b/sources/plugins/newpage/lang/fi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'fi', { + toolbar: 'Tyhjennä' +} ); diff --git a/sources/plugins/newpage/lang/fo.js b/sources/plugins/newpage/lang/fo.js new file mode 100644 index 00000000..171c5969 --- /dev/null +++ b/sources/plugins/newpage/lang/fo.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'fo', { + toolbar: 'Nýggj síða' +} ); diff --git a/sources/plugins/newpage/lang/fr-ca.js b/sources/plugins/newpage/lang/fr-ca.js new file mode 100644 index 00000000..9e7a7b80 --- /dev/null +++ b/sources/plugins/newpage/lang/fr-ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'fr-ca', { + toolbar: 'Nouvelle page' +} ); diff --git a/sources/plugins/newpage/lang/fr.js b/sources/plugins/newpage/lang/fr.js new file mode 100644 index 00000000..132f254c --- /dev/null +++ b/sources/plugins/newpage/lang/fr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'fr', { + toolbar: 'Nouvelle page' +} ); diff --git a/sources/plugins/newpage/lang/gl.js b/sources/plugins/newpage/lang/gl.js new file mode 100644 index 00000000..bdb804cd --- /dev/null +++ b/sources/plugins/newpage/lang/gl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'gl', { + toolbar: 'Páxina nova' +} ); diff --git a/sources/plugins/newpage/lang/gu.js b/sources/plugins/newpage/lang/gu.js new file mode 100644 index 00000000..b0fa4cc6 --- /dev/null +++ b/sources/plugins/newpage/lang/gu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'gu', { + toolbar: 'નવુ પાનું' +} ); diff --git a/sources/plugins/newpage/lang/he.js b/sources/plugins/newpage/lang/he.js new file mode 100644 index 00000000..cb0ba3cb --- /dev/null +++ b/sources/plugins/newpage/lang/he.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'he', { + toolbar: 'דף חדש' +} ); diff --git a/sources/plugins/newpage/lang/hi.js b/sources/plugins/newpage/lang/hi.js new file mode 100644 index 00000000..6529c3ab --- /dev/null +++ b/sources/plugins/newpage/lang/hi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'hi', { + toolbar: 'नया पेज' +} ); diff --git a/sources/plugins/newpage/lang/hr.js b/sources/plugins/newpage/lang/hr.js new file mode 100644 index 00000000..a5ab1e09 --- /dev/null +++ b/sources/plugins/newpage/lang/hr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'hr', { + toolbar: 'Nova stranica' +} ); diff --git a/sources/plugins/newpage/lang/hu.js b/sources/plugins/newpage/lang/hu.js new file mode 100644 index 00000000..7349d804 --- /dev/null +++ b/sources/plugins/newpage/lang/hu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'hu', { + toolbar: 'Új oldal' +} ); diff --git a/sources/plugins/newpage/lang/id.js b/sources/plugins/newpage/lang/id.js new file mode 100644 index 00000000..3d2ed0fc --- /dev/null +++ b/sources/plugins/newpage/lang/id.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'id', { + toolbar: 'Halaman Baru' +} ); diff --git a/sources/plugins/newpage/lang/is.js b/sources/plugins/newpage/lang/is.js new file mode 100644 index 00000000..8eabde2f --- /dev/null +++ b/sources/plugins/newpage/lang/is.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'is', { + toolbar: 'Ný síða' +} ); diff --git a/sources/plugins/newpage/lang/it.js b/sources/plugins/newpage/lang/it.js new file mode 100644 index 00000000..b07c144a --- /dev/null +++ b/sources/plugins/newpage/lang/it.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'it', { + toolbar: 'Nuova pagina' +} ); diff --git a/sources/plugins/newpage/lang/ja.js b/sources/plugins/newpage/lang/ja.js new file mode 100644 index 00000000..83bfb07d --- /dev/null +++ b/sources/plugins/newpage/lang/ja.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'ja', { + toolbar: '新しいページ' +} ); diff --git a/sources/plugins/newpage/lang/ka.js b/sources/plugins/newpage/lang/ka.js new file mode 100644 index 00000000..643da6c1 --- /dev/null +++ b/sources/plugins/newpage/lang/ka.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'ka', { + toolbar: 'ახალი გვერდი' +} ); diff --git a/sources/plugins/newpage/lang/km.js b/sources/plugins/newpage/lang/km.js new file mode 100644 index 00000000..98d70be1 --- /dev/null +++ b/sources/plugins/newpage/lang/km.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'km', { + toolbar: 'ទំព័រ​ថ្មី' +} ); diff --git a/sources/plugins/newpage/lang/ko.js b/sources/plugins/newpage/lang/ko.js new file mode 100644 index 00000000..9f97f529 --- /dev/null +++ b/sources/plugins/newpage/lang/ko.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'ko', { + toolbar: '새 페이지' +} ); diff --git a/sources/plugins/newpage/lang/ku.js b/sources/plugins/newpage/lang/ku.js new file mode 100644 index 00000000..eb125361 --- /dev/null +++ b/sources/plugins/newpage/lang/ku.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'ku', { + toolbar: 'پەڕەیەکی نوێ' +} ); diff --git a/sources/plugins/newpage/lang/lt.js b/sources/plugins/newpage/lang/lt.js new file mode 100644 index 00000000..08f21989 --- /dev/null +++ b/sources/plugins/newpage/lang/lt.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'lt', { + toolbar: 'Naujas puslapis' +} ); diff --git a/sources/plugins/newpage/lang/lv.js b/sources/plugins/newpage/lang/lv.js new file mode 100644 index 00000000..d0889a94 --- /dev/null +++ b/sources/plugins/newpage/lang/lv.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'lv', { + toolbar: 'Jauna lapa' +} ); diff --git a/sources/plugins/newpage/lang/mk.js b/sources/plugins/newpage/lang/mk.js new file mode 100644 index 00000000..736ce57f --- /dev/null +++ b/sources/plugins/newpage/lang/mk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'mk', { + toolbar: 'New Page' // MISSING +} ); diff --git a/sources/plugins/newpage/lang/mn.js b/sources/plugins/newpage/lang/mn.js new file mode 100644 index 00000000..0a0a1728 --- /dev/null +++ b/sources/plugins/newpage/lang/mn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'mn', { + toolbar: 'Шинэ хуудас' +} ); diff --git a/sources/plugins/newpage/lang/ms.js b/sources/plugins/newpage/lang/ms.js new file mode 100644 index 00000000..c5b8936c --- /dev/null +++ b/sources/plugins/newpage/lang/ms.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'ms', { + toolbar: 'Helaian Baru' +} ); diff --git a/sources/plugins/newpage/lang/nb.js b/sources/plugins/newpage/lang/nb.js new file mode 100644 index 00000000..16a58aa0 --- /dev/null +++ b/sources/plugins/newpage/lang/nb.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'nb', { + toolbar: 'Ny side' +} ); diff --git a/sources/plugins/newpage/lang/nl.js b/sources/plugins/newpage/lang/nl.js new file mode 100644 index 00000000..37788b07 --- /dev/null +++ b/sources/plugins/newpage/lang/nl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'nl', { + toolbar: 'Nieuwe pagina' +} ); diff --git a/sources/plugins/newpage/lang/no.js b/sources/plugins/newpage/lang/no.js new file mode 100644 index 00000000..324ed97b --- /dev/null +++ b/sources/plugins/newpage/lang/no.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'no', { + toolbar: 'Ny side' +} ); diff --git a/sources/plugins/newpage/lang/pl.js b/sources/plugins/newpage/lang/pl.js new file mode 100644 index 00000000..25cb325f --- /dev/null +++ b/sources/plugins/newpage/lang/pl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'pl', { + toolbar: 'Nowa strona' +} ); diff --git a/sources/plugins/newpage/lang/pt-br.js b/sources/plugins/newpage/lang/pt-br.js new file mode 100644 index 00000000..19a2bd76 --- /dev/null +++ b/sources/plugins/newpage/lang/pt-br.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'pt-br', { + toolbar: 'Novo' +} ); diff --git a/sources/plugins/newpage/lang/pt.js b/sources/plugins/newpage/lang/pt.js new file mode 100644 index 00000000..8223fe7f --- /dev/null +++ b/sources/plugins/newpage/lang/pt.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'pt', { + toolbar: 'Nova Página' +} ); diff --git a/sources/plugins/newpage/lang/ro.js b/sources/plugins/newpage/lang/ro.js new file mode 100644 index 00000000..35a80767 --- /dev/null +++ b/sources/plugins/newpage/lang/ro.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'ro', { + toolbar: 'Pagină nouă' +} ); diff --git a/sources/plugins/newpage/lang/ru.js b/sources/plugins/newpage/lang/ru.js new file mode 100644 index 00000000..087ddd51 --- /dev/null +++ b/sources/plugins/newpage/lang/ru.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'ru', { + toolbar: 'Новая страница' +} ); diff --git a/sources/plugins/newpage/lang/si.js b/sources/plugins/newpage/lang/si.js new file mode 100644 index 00000000..818853a0 --- /dev/null +++ b/sources/plugins/newpage/lang/si.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'si', { + toolbar: 'නව පිටුවක්' +} ); diff --git a/sources/plugins/newpage/lang/sk.js b/sources/plugins/newpage/lang/sk.js new file mode 100644 index 00000000..d9eaf83e --- /dev/null +++ b/sources/plugins/newpage/lang/sk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'sk', { + toolbar: 'Nová stránka' +} ); diff --git a/sources/plugins/newpage/lang/sl.js b/sources/plugins/newpage/lang/sl.js new file mode 100644 index 00000000..abfbc738 --- /dev/null +++ b/sources/plugins/newpage/lang/sl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'sl', { + toolbar: 'Nova stran' +} ); diff --git a/sources/plugins/newpage/lang/sq.js b/sources/plugins/newpage/lang/sq.js new file mode 100644 index 00000000..d5a1a01e --- /dev/null +++ b/sources/plugins/newpage/lang/sq.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'sq', { + toolbar: 'Faqe e Re' +} ); diff --git a/sources/plugins/newpage/lang/sr-latn.js b/sources/plugins/newpage/lang/sr-latn.js new file mode 100644 index 00000000..d67e20e5 --- /dev/null +++ b/sources/plugins/newpage/lang/sr-latn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'sr-latn', { + toolbar: 'Nova stranica' +} ); diff --git a/sources/plugins/newpage/lang/sr.js b/sources/plugins/newpage/lang/sr.js new file mode 100644 index 00000000..8547facc --- /dev/null +++ b/sources/plugins/newpage/lang/sr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'sr', { + toolbar: 'Нова страница' +} ); diff --git a/sources/plugins/newpage/lang/sv.js b/sources/plugins/newpage/lang/sv.js new file mode 100644 index 00000000..a68f4d0a --- /dev/null +++ b/sources/plugins/newpage/lang/sv.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'sv', { + toolbar: 'Ny sida' +} ); diff --git a/sources/plugins/newpage/lang/th.js b/sources/plugins/newpage/lang/th.js new file mode 100644 index 00000000..7b936afd --- /dev/null +++ b/sources/plugins/newpage/lang/th.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'th', { + toolbar: 'สร้างหน้าเอกสารใหม่' +} ); diff --git a/sources/plugins/newpage/lang/tr.js b/sources/plugins/newpage/lang/tr.js new file mode 100644 index 00000000..0fe09b82 --- /dev/null +++ b/sources/plugins/newpage/lang/tr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'tr', { + toolbar: 'Yeni Sayfa' +} ); diff --git a/sources/plugins/newpage/lang/tt.js b/sources/plugins/newpage/lang/tt.js new file mode 100644 index 00000000..2943fde9 --- /dev/null +++ b/sources/plugins/newpage/lang/tt.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'tt', { + toolbar: 'Яңа бит' +} ); diff --git a/sources/plugins/newpage/lang/ug.js b/sources/plugins/newpage/lang/ug.js new file mode 100644 index 00000000..6fb3e328 --- /dev/null +++ b/sources/plugins/newpage/lang/ug.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'ug', { + toolbar: 'يېڭى بەت' +} ); diff --git a/sources/plugins/newpage/lang/uk.js b/sources/plugins/newpage/lang/uk.js new file mode 100644 index 00000000..088526c4 --- /dev/null +++ b/sources/plugins/newpage/lang/uk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'uk', { + toolbar: 'Нова сторінка' +} ); diff --git a/sources/plugins/newpage/lang/vi.js b/sources/plugins/newpage/lang/vi.js new file mode 100644 index 00000000..6517aa80 --- /dev/null +++ b/sources/plugins/newpage/lang/vi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'vi', { + toolbar: 'Trang mới' +} ); diff --git a/sources/plugins/newpage/lang/zh-cn.js b/sources/plugins/newpage/lang/zh-cn.js new file mode 100644 index 00000000..d1a7c747 --- /dev/null +++ b/sources/plugins/newpage/lang/zh-cn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'zh-cn', { + toolbar: '新建' +} ); diff --git a/sources/plugins/newpage/lang/zh.js b/sources/plugins/newpage/lang/zh.js new file mode 100644 index 00000000..e216116f --- /dev/null +++ b/sources/plugins/newpage/lang/zh.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'newpage', 'zh', { + toolbar: '新增網頁' +} ); diff --git a/sources/plugins/newpage/plugin.js b/sources/plugins/newpage/plugin.js new file mode 100644 index 00000000..3a4e3e33 --- /dev/null +++ b/sources/plugins/newpage/plugin.js @@ -0,0 +1,53 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +/** + * @fileOverview Horizontal Page Break. + */ + +// Register a plugin named "newpage". +CKEDITOR.plugins.add( 'newpage', { + // jscs:disable maximumLineLength + 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% + // jscs:enable maximumLineLength + icons: 'newpage,newpage-rtl', // %REMOVE_LINE_CORE% + hidpi: true, // %REMOVE_LINE_CORE% + init: function( editor ) { + editor.addCommand( 'newpage', { modes: { wysiwyg: 1, source: 1 }, + + exec: function( editor ) { + var command = this; + editor.setData( editor.config.newpage_html || '', function() { + editor.focus(); + // Save the undo snapshot after all document changes are affected. (#4889) + setTimeout( function() { + editor.fire( 'afterCommandExec', { + name: 'newpage', + command: command + } ); + editor.selectionChange(); + + }, 200 ); + } ); + }, + async: true + } ); + + editor.ui.addButton && editor.ui.addButton( 'NewPage', { + label: editor.lang.newpage.toolbar, + command: 'newpage', + toolbar: 'document,20' + } ); + } +} ); + +/** + * The HTML to load in the editor when the "new page" command is executed. + * + * config.newpage_html = '

Type your text here.

'; + * + * @cfg {String} [newpage_html=''] + * @member CKEDITOR.config + */ -- cgit v1.2.3