diff options
| author | lsces <lester@lsces.co.uk> | 2013-07-15 14:22:23 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2013-07-15 14:22:23 +0100 |
| commit | 6d4c4f12d15ae68d912972921997a8c5180c9aea (patch) | |
| tree | 104274447272d09617c483cf6b0ee79559c9fe6f /plugins/iframe | |
| parent | de6d09676a9527919813a4474cc28af554a35fe1 (diff) | |
| download | ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.tar.gz ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.tar.bz2 ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.zip | |
Upgrade to CKEditor V4
Directory structure changed so many files removed and replace in a new location
This batch is the delete and add
Diffstat (limited to 'plugins/iframe')
66 files changed, 786 insertions, 0 deletions
diff --git a/plugins/iframe/icons/iframe.png b/plugins/iframe/icons/iframe.png Binary files differnew file mode 100644 index 0000000..e357cf9 --- /dev/null +++ b/plugins/iframe/icons/iframe.png diff --git a/plugins/iframe/lang/af.js b/plugins/iframe/lang/af.js new file mode 100644 index 0000000..7f055e5 --- /dev/null +++ b/plugins/iframe/lang/af.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'af', {
+ border: 'Wys rand van raam',
+ noUrl: 'Gee die iframe URL',
+ scrolling: 'Skuifbalke aan',
+ title: 'IFrame Eienskappe',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/ar.js b/plugins/iframe/lang/ar.js new file mode 100644 index 0000000..8048c59 --- /dev/null +++ b/plugins/iframe/lang/ar.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'ar', {
+ border: 'Show frame border', // MISSING
+ noUrl: 'Please type the iframe URL', // MISSING
+ scrolling: 'Enable scrollbars', // MISSING
+ title: 'IFrame Properties', // MISSING
+ toolbar: 'IFrame' // MISSING
+});
diff --git a/plugins/iframe/lang/bg.js b/plugins/iframe/lang/bg.js new file mode 100644 index 0000000..faef789 --- /dev/null +++ b/plugins/iframe/lang/bg.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'bg', {
+ border: 'Показва рамка на карето',
+ noUrl: 'Моля въведете URL за iFrame',
+ scrolling: 'Вкл. скролбаровете',
+ title: 'IFrame настройки',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/bn.js b/plugins/iframe/lang/bn.js new file mode 100644 index 0000000..8b9b3fe --- /dev/null +++ b/plugins/iframe/lang/bn.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'bn', {
+ border: 'Show frame border', // MISSING
+ noUrl: 'Please type the iframe URL', // MISSING
+ scrolling: 'Enable scrollbars', // MISSING
+ title: 'IFrame Properties', // MISSING
+ toolbar: 'IFrame' // MISSING
+});
diff --git a/plugins/iframe/lang/bs.js b/plugins/iframe/lang/bs.js new file mode 100644 index 0000000..112db70 --- /dev/null +++ b/plugins/iframe/lang/bs.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'bs', {
+ border: 'Show frame border', // MISSING
+ noUrl: 'Please type the iframe URL', // MISSING
+ scrolling: 'Enable scrollbars', // MISSING
+ title: 'IFrame Properties', // MISSING
+ toolbar: 'IFrame' // MISSING
+});
diff --git a/plugins/iframe/lang/ca.js b/plugins/iframe/lang/ca.js new file mode 100644 index 0000000..8d7ed2b --- /dev/null +++ b/plugins/iframe/lang/ca.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'ca', {
+ border: 'Mostra la vora del marc',
+ noUrl: 'Si us plau, introdueixi la URL de l\'iframe',
+ scrolling: 'Activa les barres de desplaçament',
+ title: 'Propietats de l\'IFrame',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/cs.js b/plugins/iframe/lang/cs.js new file mode 100644 index 0000000..09cc61f --- /dev/null +++ b/plugins/iframe/lang/cs.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'cs', {
+ border: 'Zobrazit okraj',
+ noUrl: 'Zadejte prosím URL obsahu pro IFrame',
+ scrolling: 'Zapnout posuvníky',
+ title: 'Vlastnosti IFrame',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/cy.js b/plugins/iframe/lang/cy.js new file mode 100644 index 0000000..0bad29a --- /dev/null +++ b/plugins/iframe/lang/cy.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'cy', {
+ border: 'Dangos ymyl y ffrâm',
+ noUrl: 'Rhowch fath URL yr iframe',
+ scrolling: 'Galluogi bariau sgrolio',
+ title: 'Priodweddau IFrame',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/da.js b/plugins/iframe/lang/da.js new file mode 100644 index 0000000..ddb4580 --- /dev/null +++ b/plugins/iframe/lang/da.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'da', {
+ border: 'Vis kant på rammen',
+ noUrl: 'Venligst indsæt URL på iframen',
+ scrolling: 'Aktiver scrollbars',
+ title: 'Iframe egenskaber',
+ toolbar: 'Iframe'
+});
diff --git a/plugins/iframe/lang/de.js b/plugins/iframe/lang/de.js new file mode 100644 index 0000000..35976f0 --- /dev/null +++ b/plugins/iframe/lang/de.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'de', {
+ border: 'Rahmen anzeigen',
+ noUrl: 'Bitte geben Sie die IFrame-URL an',
+ scrolling: 'Rollbalken anzeigen',
+ title: 'IFrame-Eigenschaften',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/el.js b/plugins/iframe/lang/el.js new file mode 100644 index 0000000..2a91a24 --- /dev/null +++ b/plugins/iframe/lang/el.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'el', {
+ border: 'Προβολή περιγράμματος πλαισίου',
+ noUrl: 'Παρακαλούμε εισάγεται το URL του iframe',
+ scrolling: 'Ενεργοποίηση μπαρών κύλισης',
+ title: 'IFrame Properties',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/en-au.js b/plugins/iframe/lang/en-au.js new file mode 100644 index 0000000..b7b301f --- /dev/null +++ b/plugins/iframe/lang/en-au.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'en-au', {
+ border: 'Show frame border', // MISSING
+ noUrl: 'Please type the iframe URL', // MISSING
+ scrolling: 'Enable scrollbars', // MISSING
+ title: 'IFrame Properties', // MISSING
+ toolbar: 'IFrame' // MISSING
+});
diff --git a/plugins/iframe/lang/en-ca.js b/plugins/iframe/lang/en-ca.js new file mode 100644 index 0000000..3773163 --- /dev/null +++ b/plugins/iframe/lang/en-ca.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'en-ca', {
+ border: 'Show frame border', // MISSING
+ noUrl: 'Please type the iframe URL', // MISSING
+ scrolling: 'Enable scrollbars', // MISSING
+ title: 'IFrame Properties', // MISSING
+ toolbar: 'IFrame' // MISSING
+});
diff --git a/plugins/iframe/lang/en-gb.js b/plugins/iframe/lang/en-gb.js new file mode 100644 index 0000000..40501c4 --- /dev/null +++ b/plugins/iframe/lang/en-gb.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'en-gb', {
+ border: 'Show frame border',
+ noUrl: 'Please type the iframe URL',
+ scrolling: 'Enable scrollbars',
+ title: 'IFrame Properties',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/en.js b/plugins/iframe/lang/en.js new file mode 100644 index 0000000..8e06861 --- /dev/null +++ b/plugins/iframe/lang/en.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'en', {
+ border: 'Show frame border',
+ noUrl: 'Please type the iframe URL',
+ scrolling: 'Enable scrollbars',
+ title: 'IFrame Properties',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/eo.js b/plugins/iframe/lang/eo.js new file mode 100644 index 0000000..6682a1c --- /dev/null +++ b/plugins/iframe/lang/eo.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'eo', {
+ border: 'Montri borderon de kadro (frame)',
+ noUrl: 'Bonvolu entajpi la retadreson de la ligilo al la enlinia kadro (IFrame)',
+ scrolling: 'Ebligi rulumskalon',
+ title: 'Atributoj de la enlinia kadro (IFrame)',
+ toolbar: 'Enlinia kadro (IFrame)'
+});
diff --git a/plugins/iframe/lang/es.js b/plugins/iframe/lang/es.js new file mode 100644 index 0000000..67e12e2 --- /dev/null +++ b/plugins/iframe/lang/es.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'es', {
+ border: 'Mostrar borde del marco',
+ noUrl: 'Por favor, escriba la dirección del iframe',
+ scrolling: 'Activar barras de desplazamiento',
+ title: 'Propiedades de iframe',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/et.js b/plugins/iframe/lang/et.js new file mode 100644 index 0000000..3104150 --- /dev/null +++ b/plugins/iframe/lang/et.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'et', {
+ border: 'Raami äärise näitamine',
+ noUrl: 'Vali iframe URLi liik',
+ scrolling: 'Kerimisribade lubamine',
+ title: 'IFrame omadused',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/eu.js b/plugins/iframe/lang/eu.js new file mode 100644 index 0000000..d258244 --- /dev/null +++ b/plugins/iframe/lang/eu.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'eu', {
+ border: 'Markoaren ertza ikusi',
+ noUrl: 'iframe-aren URLa idatzi, mesedez.',
+ scrolling: 'Korritze barrak gaitu',
+ title: 'IFrame-aren Propietateak',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/fa.js b/plugins/iframe/lang/fa.js new file mode 100644 index 0000000..0281834 --- /dev/null +++ b/plugins/iframe/lang/fa.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'fa', {
+ border: 'نمایش خطوط frame',
+ noUrl: 'لطفا مسیر URL iframe را درج کنید',
+ scrolling: 'نمایش خطکشها',
+ title: 'ویژگیهای IFrame',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/fi.js b/plugins/iframe/lang/fi.js new file mode 100644 index 0000000..3add4f2 --- /dev/null +++ b/plugins/iframe/lang/fi.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'fi', {
+ border: 'Näytä kehyksen reunat',
+ noUrl: 'Anna IFrame-kehykselle lähdeosoite (src)',
+ scrolling: 'Näytä vierityspalkit',
+ title: 'IFrame-kehyksen ominaisuudet',
+ toolbar: 'IFrame-kehys'
+});
diff --git a/plugins/iframe/lang/fo.js b/plugins/iframe/lang/fo.js new file mode 100644 index 0000000..d4fe7de --- /dev/null +++ b/plugins/iframe/lang/fo.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'fo', {
+ border: 'Vís frame kant',
+ noUrl: 'Vinarliga skriva URL til iframe',
+ scrolling: 'Loyv scrollbars',
+ title: 'Møguleikar fyri IFrame',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/fr-ca.js b/plugins/iframe/lang/fr-ca.js new file mode 100644 index 0000000..751306c --- /dev/null +++ b/plugins/iframe/lang/fr-ca.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'fr-ca', {
+ border: 'Afficher la bordure du cadre',
+ noUrl: 'Veuillez entre l\'URL du IFrame',
+ scrolling: 'Activer les barres de défilement',
+ title: 'Propriétés du IFrame',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/fr.js b/plugins/iframe/lang/fr.js new file mode 100644 index 0000000..18de920 --- /dev/null +++ b/plugins/iframe/lang/fr.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'fr', {
+ border: 'Afficher une bordure de la IFrame',
+ noUrl: 'Veuillez entrer l\'adresse du lien de la IFrame',
+ scrolling: 'Permettre à la barre de défilement',
+ title: 'Propriétés de la IFrame',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/gl.js b/plugins/iframe/lang/gl.js new file mode 100644 index 0000000..64e571d --- /dev/null +++ b/plugins/iframe/lang/gl.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'gl', {
+ border: 'Amosar o bordo do marco',
+ noUrl: 'Escriba o enderezo do iframe',
+ scrolling: 'Activar as barras de desprazamento',
+ title: 'Propiedades do iFrame',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/gu.js b/plugins/iframe/lang/gu.js new file mode 100644 index 0000000..dfc6880 --- /dev/null +++ b/plugins/iframe/lang/gu.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'gu', {
+ border: 'ફ્રેમ બોર્ડેર બતાવવી',
+ noUrl: 'iframe URL ટાઈપ્ કરો',
+ scrolling: 'સ્ક્રોલબાર ચાલુ કરવા',
+ title: 'IFrame વિકલ્પો',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/he.js b/plugins/iframe/lang/he.js new file mode 100644 index 0000000..def1d29 --- /dev/null +++ b/plugins/iframe/lang/he.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'he', {
+ border: 'הראה מסגרת לחלון',
+ noUrl: 'יש להכניס כתובת לחלון.',
+ scrolling: 'אפשר פסי גלילה',
+ title: 'מאפייני חלון פנימי (iframe)',
+ toolbar: 'חלון פנימי (iframe)'
+});
diff --git a/plugins/iframe/lang/hi.js b/plugins/iframe/lang/hi.js new file mode 100644 index 0000000..4e4e8be --- /dev/null +++ b/plugins/iframe/lang/hi.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'hi', {
+ border: 'Show frame border', // MISSING
+ noUrl: 'Please type the iframe URL', // MISSING
+ scrolling: 'Enable scrollbars', // MISSING
+ title: 'IFrame Properties', // MISSING
+ toolbar: 'IFrame' // MISSING
+});
diff --git a/plugins/iframe/lang/hr.js b/plugins/iframe/lang/hr.js new file mode 100644 index 0000000..ea460c1 --- /dev/null +++ b/plugins/iframe/lang/hr.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'hr', {
+ border: 'Prikaži okvir IFrame-a',
+ noUrl: 'Unesite URL iframe-a',
+ scrolling: 'Omogući trake za skrolanje',
+ title: 'IFrame svojstva',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/hu.js b/plugins/iframe/lang/hu.js new file mode 100644 index 0000000..c87d6d2 --- /dev/null +++ b/plugins/iframe/lang/hu.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'hu', {
+ border: 'Legyen keret',
+ noUrl: 'Kérem írja be a iframe URL-t',
+ scrolling: 'Gördítősáv bekapcsolása',
+ title: 'IFrame Tulajdonságok',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/is.js b/plugins/iframe/lang/is.js new file mode 100644 index 0000000..755c913 --- /dev/null +++ b/plugins/iframe/lang/is.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'is', {
+ border: 'Show frame border', // MISSING
+ noUrl: 'Please type the iframe URL', // MISSING
+ scrolling: 'Enable scrollbars', // MISSING
+ title: 'IFrame Properties', // MISSING
+ toolbar: 'IFrame' // MISSING
+});
diff --git a/plugins/iframe/lang/it.js b/plugins/iframe/lang/it.js new file mode 100644 index 0000000..ecd2395 --- /dev/null +++ b/plugins/iframe/lang/it.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'it', {
+ border: 'Mostra il bordo',
+ noUrl: 'Inserire l\'URL del campo IFrame',
+ scrolling: 'Abilita scrollbar',
+ title: 'Proprietà IFrame',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/ja.js b/plugins/iframe/lang/ja.js new file mode 100644 index 0000000..f2ac066 --- /dev/null +++ b/plugins/iframe/lang/ja.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'ja', {
+ border: 'Show frame border', // MISSING
+ noUrl: 'Please type the iframe URL', // MISSING
+ scrolling: 'Enable scrollbars', // MISSING
+ title: 'IFrame Properties', // MISSING
+ toolbar: 'IFrame' // MISSING
+});
diff --git a/plugins/iframe/lang/ka.js b/plugins/iframe/lang/ka.js new file mode 100644 index 0000000..32d6e4b --- /dev/null +++ b/plugins/iframe/lang/ka.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'ka', {
+ border: 'ჩარჩოს გამოჩენა',
+ noUrl: 'აკრიფეთ iframe-ის URL',
+ scrolling: 'გადახვევის ზოლების დაშვება',
+ title: 'IFrame-ის პარამეტრები',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/km.js b/plugins/iframe/lang/km.js new file mode 100644 index 0000000..576f2f3 --- /dev/null +++ b/plugins/iframe/lang/km.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'km', {
+ border: 'Show frame border', // MISSING
+ noUrl: 'Please type the iframe URL', // MISSING
+ scrolling: 'Enable scrollbars', // MISSING
+ title: 'IFrame Properties', // MISSING
+ toolbar: 'IFrame' // MISSING
+});
diff --git a/plugins/iframe/lang/ko.js b/plugins/iframe/lang/ko.js new file mode 100644 index 0000000..46d9bdf --- /dev/null +++ b/plugins/iframe/lang/ko.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'ko', {
+ border: 'Show frame border', // MISSING
+ noUrl: 'Please type the iframe URL', // MISSING
+ scrolling: 'Enable scrollbars', // MISSING
+ title: 'IFrame Properties', // MISSING
+ toolbar: 'IFrame' // MISSING
+});
diff --git a/plugins/iframe/lang/ku.js b/plugins/iframe/lang/ku.js new file mode 100644 index 0000000..cad254e --- /dev/null +++ b/plugins/iframe/lang/ku.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'ku', {
+ border: 'نیشاندانی لاکێشه بە چوواردەوری چووارچێوە',
+ noUrl: 'تکایه ناونیشانی بەستەر بنووسه بۆ چووارچێوه',
+ scrolling: 'چالاککردنی هاتووچۆپێکردن',
+ title: 'دیالۆگی چووارچێوه',
+ toolbar: 'چووارچێوه'
+});
diff --git a/plugins/iframe/lang/lt.js b/plugins/iframe/lang/lt.js new file mode 100644 index 0000000..c30ccd5 --- /dev/null +++ b/plugins/iframe/lang/lt.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'lt', {
+ border: 'Rodyti rėmelį',
+ noUrl: 'Nurodykite iframe nuorodą',
+ scrolling: 'Įjungti slankiklius',
+ title: 'IFrame nustatymai',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/lv.js b/plugins/iframe/lang/lv.js new file mode 100644 index 0000000..0108dca --- /dev/null +++ b/plugins/iframe/lang/lv.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'lv', {
+ border: 'Rādīt rāmi',
+ noUrl: 'Norādiet iframe adresi',
+ scrolling: 'Atļaut ritjoslas',
+ title: 'IFrame uzstādījumi',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/mk.js b/plugins/iframe/lang/mk.js new file mode 100644 index 0000000..65b2e9b --- /dev/null +++ b/plugins/iframe/lang/mk.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'mk', {
+ border: 'Show frame border', // MISSING
+ noUrl: 'Please type the iframe URL', // MISSING
+ scrolling: 'Enable scrollbars', // MISSING
+ title: 'IFrame Properties', // MISSING
+ toolbar: 'IFrame' // MISSING
+});
diff --git a/plugins/iframe/lang/mn.js b/plugins/iframe/lang/mn.js new file mode 100644 index 0000000..b54b4a7 --- /dev/null +++ b/plugins/iframe/lang/mn.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'mn', {
+ border: 'Show frame border', // MISSING
+ noUrl: 'Please type the iframe URL', // MISSING
+ scrolling: 'Enable scrollbars', // MISSING
+ title: 'IFrame Properties', // MISSING
+ toolbar: 'IFrame' // MISSING
+});
diff --git a/plugins/iframe/lang/ms.js b/plugins/iframe/lang/ms.js new file mode 100644 index 0000000..a340bd0 --- /dev/null +++ b/plugins/iframe/lang/ms.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'ms', {
+ border: 'Show frame border', // MISSING
+ noUrl: 'Please type the iframe URL', // MISSING
+ scrolling: 'Enable scrollbars', // MISSING
+ title: 'IFrame Properties', // MISSING
+ toolbar: 'IFrame' // MISSING
+});
diff --git a/plugins/iframe/lang/nb.js b/plugins/iframe/lang/nb.js new file mode 100644 index 0000000..7fc04f5 --- /dev/null +++ b/plugins/iframe/lang/nb.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'nb', {
+ border: 'Viss ramme rundt iframe',
+ noUrl: 'Vennligst skriv inn URL for iframe',
+ scrolling: 'Aktiver scrollefelt',
+ title: 'Egenskaper for IFrame',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/nl.js b/plugins/iframe/lang/nl.js new file mode 100644 index 0000000..43ef656 --- /dev/null +++ b/plugins/iframe/lang/nl.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'nl', {
+ border: 'Framerand tonen',
+ noUrl: 'Geef de IFrame URL in',
+ scrolling: 'Scrollbalken inschakelen',
+ title: 'IFrame eigenschappen',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/no.js b/plugins/iframe/lang/no.js new file mode 100644 index 0000000..1164d5f --- /dev/null +++ b/plugins/iframe/lang/no.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'no', {
+ border: 'Viss ramme rundt iframe',
+ noUrl: 'Vennligst skriv inn URL for iframe',
+ scrolling: 'Aktiver scrollefelt',
+ title: 'Egenskaper for IFrame',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/pl.js b/plugins/iframe/lang/pl.js new file mode 100644 index 0000000..986aaba --- /dev/null +++ b/plugins/iframe/lang/pl.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'pl', {
+ border: 'Pokaż obramowanie obiektu IFrame',
+ noUrl: 'Podaj adres URL elementu IFrame',
+ scrolling: 'Włącz paski przewijania',
+ title: 'Właściwości elementu IFrame',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/pt-br.js b/plugins/iframe/lang/pt-br.js new file mode 100644 index 0000000..3444f71 --- /dev/null +++ b/plugins/iframe/lang/pt-br.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'pt-br', {
+ border: 'Mostra borda do iframe',
+ noUrl: 'Insira a URL do iframe',
+ scrolling: 'Abilita scrollbars',
+ title: 'Propriedade do IFrame',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/pt.js b/plugins/iframe/lang/pt.js new file mode 100644 index 0000000..1cb15a0 --- /dev/null +++ b/plugins/iframe/lang/pt.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'pt', {
+ border: 'Mostrar a borda da Frame',
+ noUrl: 'Por favor escreva o URL da iframe',
+ scrolling: 'Activar barras de deslocamento',
+ title: 'Propriadades da IFrame',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/ro.js b/plugins/iframe/lang/ro.js new file mode 100644 index 0000000..b6605ad --- /dev/null +++ b/plugins/iframe/lang/ro.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'ro', {
+ border: 'Show frame border', // MISSING
+ noUrl: 'Please type the iframe URL', // MISSING
+ scrolling: 'Enable scrollbars', // MISSING
+ title: 'IFrame Properties', // MISSING
+ toolbar: 'IFrame' // MISSING
+});
diff --git a/plugins/iframe/lang/ru.js b/plugins/iframe/lang/ru.js new file mode 100644 index 0000000..02d429f --- /dev/null +++ b/plugins/iframe/lang/ru.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'ru', {
+ border: 'Показать границы фрейма',
+ noUrl: 'Пожалуйста, введите ссылку фрейма',
+ scrolling: 'Отображать полосы прокрутки',
+ title: 'Свойства iFrame',
+ toolbar: 'iFrame'
+});
diff --git a/plugins/iframe/lang/si.js b/plugins/iframe/lang/si.js new file mode 100644 index 0000000..1e946fb --- /dev/null +++ b/plugins/iframe/lang/si.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'si', {
+ border: 'සැකිල්ලේ කඩයිම් ',
+ noUrl: 'කරුණාකර රුපයේ URL ලියන්න',
+ scrolling: 'සක්ක්රිය කරන්න',
+ title: 'IFrame Properties', // MISSING
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/sk.js b/plugins/iframe/lang/sk.js new file mode 100644 index 0000000..5c5b6cb --- /dev/null +++ b/plugins/iframe/lang/sk.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'sk', {
+ border: 'Zobraziť rám frame-u',
+ noUrl: 'Prosím, vložte URL iframe',
+ scrolling: 'Povoliť skrolovanie',
+ title: 'Vlastnosti IFrame',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/sl.js b/plugins/iframe/lang/sl.js new file mode 100644 index 0000000..4c713c6 --- /dev/null +++ b/plugins/iframe/lang/sl.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'sl', {
+ border: 'Show frame border', // MISSING
+ noUrl: 'Please type the iframe URL', // MISSING
+ scrolling: 'Enable scrollbars', // MISSING
+ title: 'IFrame Properties', // MISSING
+ toolbar: 'IFrame' // MISSING
+});
diff --git a/plugins/iframe/lang/sq.js b/plugins/iframe/lang/sq.js new file mode 100644 index 0000000..de48924 --- /dev/null +++ b/plugins/iframe/lang/sq.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'sq', {
+ border: 'Shfaq kufirin e kornizës',
+ noUrl: 'Ju lutemi shkruani URL-në e iframe-it',
+ scrolling: 'Lejo shiritët zvarritës',
+ title: 'Karakteristikat e IFrame',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/sr-latn.js b/plugins/iframe/lang/sr-latn.js new file mode 100644 index 0000000..25b08cb --- /dev/null +++ b/plugins/iframe/lang/sr-latn.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'sr-latn', {
+ border: 'Show frame border', // MISSING
+ noUrl: 'Please type the iframe URL', // MISSING
+ scrolling: 'Enable scrollbars', // MISSING
+ title: 'IFrame Properties', // MISSING
+ toolbar: 'IFrame' // MISSING
+});
diff --git a/plugins/iframe/lang/sr.js b/plugins/iframe/lang/sr.js new file mode 100644 index 0000000..9fd61ce --- /dev/null +++ b/plugins/iframe/lang/sr.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'sr', {
+ border: 'Show frame border', // MISSING
+ noUrl: 'Please type the iframe URL', // MISSING
+ scrolling: 'Enable scrollbars', // MISSING
+ title: 'IFrame Properties', // MISSING
+ toolbar: 'IFrame' // MISSING
+});
diff --git a/plugins/iframe/lang/sv.js b/plugins/iframe/lang/sv.js new file mode 100644 index 0000000..02fbecf --- /dev/null +++ b/plugins/iframe/lang/sv.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'sv', {
+ border: 'Visa ramkant',
+ noUrl: 'Skriv in URL för iFrame',
+ scrolling: 'Aktivera rullningslister',
+ title: 'iFrame Egenskaper',
+ toolbar: 'iFrame'
+});
diff --git a/plugins/iframe/lang/th.js b/plugins/iframe/lang/th.js new file mode 100644 index 0000000..0d37bcb --- /dev/null +++ b/plugins/iframe/lang/th.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'th', {
+ border: 'Show frame border', // MISSING
+ noUrl: 'Please type the iframe URL', // MISSING
+ scrolling: 'Enable scrollbars', // MISSING
+ title: 'IFrame Properties', // MISSING
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/tr.js b/plugins/iframe/lang/tr.js new file mode 100644 index 0000000..16a8ccf --- /dev/null +++ b/plugins/iframe/lang/tr.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'tr', {
+ border: 'Çerceve sınırlarını göster',
+ noUrl: 'Lütfen IFrame köprü (URL) bağlantısını yazın',
+ scrolling: 'Kaydırma çubuklarını aktif et',
+ title: 'IFrame Özellikleri',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/ug.js b/plugins/iframe/lang/ug.js new file mode 100644 index 0000000..d792d66 --- /dev/null +++ b/plugins/iframe/lang/ug.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'ug', {
+ border: 'كاندۇك گىرۋەكلىرىنى كۆرسەت',
+ noUrl: 'كاندۇكنىڭ ئادرېسى(Url)نى كىرگۈزۈڭ',
+ scrolling: 'دومىلىما سۈرگۈچكە يول قوي',
+ title: 'IFrame خاسلىق',
+ toolbar: 'IFrame '
+});
diff --git a/plugins/iframe/lang/uk.js b/plugins/iframe/lang/uk.js new file mode 100644 index 0000000..9e27fb1 --- /dev/null +++ b/plugins/iframe/lang/uk.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'uk', {
+ border: 'Показати рамки фрейму',
+ noUrl: 'Будь ласка введіть посилання для IFrame',
+ scrolling: 'Увімкнути прокрутку',
+ title: 'Налаштування для IFrame',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/vi.js b/plugins/iframe/lang/vi.js new file mode 100644 index 0000000..31480de --- /dev/null +++ b/plugins/iframe/lang/vi.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'vi', {
+ border: 'Hiển thị viền khung',
+ noUrl: 'Vui lòng nhập địa chỉ iframe',
+ scrolling: 'Kích hoạt thanh cuộn',
+ title: 'Thuộc tính iframe',
+ toolbar: 'Iframe'
+});
diff --git a/plugins/iframe/lang/zh-cn.js b/plugins/iframe/lang/zh-cn.js new file mode 100644 index 0000000..4cc048b --- /dev/null +++ b/plugins/iframe/lang/zh-cn.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'zh-cn', {
+ border: '显示框架边框',
+ noUrl: '请输入框架的 URL',
+ scrolling: '允许滚动条',
+ title: 'IFrame 属性',
+ toolbar: 'IFrame'
+});
diff --git a/plugins/iframe/lang/zh.js b/plugins/iframe/lang/zh.js new file mode 100644 index 0000000..7790edb --- /dev/null +++ b/plugins/iframe/lang/zh.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'zh', {
+ border: 'Show frame border', // MISSING
+ noUrl: 'Please type the iframe URL', // MISSING
+ scrolling: 'Enable scrollbars', // MISSING
+ title: 'IFrame Properties', // MISSING
+ toolbar: 'IFrame' // MISSING
+});
diff --git a/plugins/iframe/plugin.js b/plugins/iframe/plugin.js new file mode 100644 index 0000000..cae794b --- /dev/null +++ b/plugins/iframe/plugin.js @@ -0,0 +1,82 @@ +/**
+ * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.html or http://ckeditor.com/license
+ */
+
+(function() {
+ CKEDITOR.plugins.add( 'iframe', {
+ requires: 'dialog,fakeobjects',
+ 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,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,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%
+ icons: 'iframe', // %REMOVE_LINE_CORE%
+ onLoad: function() {
+ CKEDITOR.addCss( 'img.cke_iframe' +
+ '{' +
+ 'background-image: url(' + CKEDITOR.getUrl( this.path + 'images/placeholder.png' ) + ');' +
+ 'background-position: center center;' +
+ 'background-repeat: no-repeat;' +
+ 'border: 1px solid #a9a9a9;' +
+ 'width: 80px;' +
+ 'height: 80px;' +
+ '}'
+ );
+ },
+ init: function( editor ) {
+ var pluginName = 'iframe',
+ lang = editor.lang.iframe,
+ allowed = 'iframe[align,longdesc,frameborder,height,name,scrolling,src,title,width]';
+
+ if ( editor.plugins.dialogadvtab )
+ allowed += ';iframe' + editor.plugins.dialogadvtab.allowedContent( { id:1,classes:1,styles:1 } );
+
+ CKEDITOR.dialog.add( pluginName, this.path + 'dialogs/iframe.js' );
+ editor.addCommand( pluginName, new CKEDITOR.dialogCommand( pluginName, {
+ allowedContent: allowed,
+ requiredContent: 'iframe'
+ } ) );
+
+ editor.ui.addButton && editor.ui.addButton( 'Iframe', {
+ label: lang.toolbar,
+ command: pluginName,
+ toolbar: 'insert,80'
+ });
+
+ editor.on( 'doubleclick', function( evt ) {
+ var element = evt.data.element;
+ if ( element.is( 'img' ) && element.data( 'cke-real-element-type' ) == 'iframe' )
+ evt.data.dialog = 'iframe';
+ });
+
+ if ( editor.addMenuItems ) {
+ editor.addMenuItems({
+ iframe: {
+ label: lang.title,
+ command: 'iframe',
+ group: 'image'
+ }
+ });
+ }
+
+ // If the "contextmenu" plugin is loaded, register the listeners.
+ if ( editor.contextMenu ) {
+ editor.contextMenu.addListener( function( element, selection ) {
+ if ( element && element.is( 'img' ) && element.data( 'cke-real-element-type' ) == 'iframe' )
+ return { iframe: CKEDITOR.TRISTATE_OFF };
+ });
+ }
+ },
+ afterInit: function( editor ) {
+ var dataProcessor = editor.dataProcessor,
+ dataFilter = dataProcessor && dataProcessor.dataFilter;
+
+ if ( dataFilter ) {
+ dataFilter.addRules({
+ elements: {
+ iframe: function( element ) {
+ return editor.createFakeParserElement( element, 'cke_iframe', 'iframe', true );
+ }
+ }
+ });
+ }
+ }
+ });
+})();
|
