Download and add the fakeobjects ckeditor plugin library, needed for Footnotes
to integrate with CKEditor WYSIWYG. Ref #70
This commit is contained in:
parent
af1581d181
commit
638e50c9da
71 changed files with 969 additions and 0 deletions
11
web/libraries/fakeobjects/lang/af.js
Normal file
11
web/libraries/fakeobjects/lang/af.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'af', {
|
||||
anchor: 'Anker',
|
||||
flash: 'Flash animasie',
|
||||
hiddenfield: 'Verborge veld',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Onbekende objek'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/ar.js
Normal file
11
web/libraries/fakeobjects/lang/ar.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'ar', {
|
||||
anchor: 'إرساء',
|
||||
flash: 'رسم متحرك بالفلاش',
|
||||
hiddenfield: 'إدراج حقل خفي',
|
||||
iframe: 'iframe',
|
||||
unknown: 'عنصر غير معروف'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/az.js
Normal file
11
web/libraries/fakeobjects/lang/az.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'az', {
|
||||
anchor: 'Lövbər',
|
||||
flash: 'Flash animasiya',
|
||||
hiddenfield: 'Gizli xana',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Tanımamış obyekt'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/bg.js
Normal file
11
web/libraries/fakeobjects/lang/bg.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'bg', {
|
||||
anchor: 'Кука',
|
||||
flash: 'Флаш анимация',
|
||||
hiddenfield: 'Скрито поле',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Неизвестен обект'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/bn.js
Normal file
11
web/libraries/fakeobjects/lang/bn.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'bn', {
|
||||
anchor: 'Anchor', // MISSING
|
||||
flash: 'Flash Animation', // MISSING
|
||||
hiddenfield: 'Hidden Field', // MISSING
|
||||
iframe: 'IFrame', // MISSING
|
||||
unknown: 'Unknown Object' // MISSING
|
||||
} );
|
11
web/libraries/fakeobjects/lang/bs.js
Normal file
11
web/libraries/fakeobjects/lang/bs.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'bs', {
|
||||
anchor: 'Anchor',
|
||||
flash: 'Flash Animation', // MISSING
|
||||
hiddenfield: 'Hidden Field', // MISSING
|
||||
iframe: 'IFrame', // MISSING
|
||||
unknown: 'Unknown Object' // MISSING
|
||||
} );
|
11
web/libraries/fakeobjects/lang/ca.js
Normal file
11
web/libraries/fakeobjects/lang/ca.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'ca', {
|
||||
anchor: 'Àncora',
|
||||
flash: 'Animació Flash',
|
||||
hiddenfield: 'Camp ocult',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Objecte desconegut'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/cs.js
Normal file
11
web/libraries/fakeobjects/lang/cs.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'cs', {
|
||||
anchor: 'Záložka',
|
||||
flash: 'Flash animace',
|
||||
hiddenfield: 'Skryté pole',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Neznámý objekt'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/cy.js
Normal file
11
web/libraries/fakeobjects/lang/cy.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'cy', {
|
||||
anchor: 'Angor',
|
||||
flash: 'Animeiddiant Flash',
|
||||
hiddenfield: 'Maes Cudd',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Gwrthrych Anhysbys'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/da.js
Normal file
11
web/libraries/fakeobjects/lang/da.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'da', {
|
||||
anchor: 'Anker',
|
||||
flash: 'Flashanimation',
|
||||
hiddenfield: 'Skjult felt',
|
||||
iframe: 'Iframe',
|
||||
unknown: 'Ukendt objekt'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/de-ch.js
Normal file
11
web/libraries/fakeobjects/lang/de-ch.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'de-ch', {
|
||||
anchor: 'Anker',
|
||||
flash: 'Flash-Animation',
|
||||
hiddenfield: 'Verstecktes Feld',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Unbekanntes Objekt'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/de.js
Normal file
11
web/libraries/fakeobjects/lang/de.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'de', {
|
||||
anchor: 'Anker',
|
||||
flash: 'Flash-Animation',
|
||||
hiddenfield: 'Verstecktes Feld',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Unbekanntes Objekt'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/el.js
Normal file
11
web/libraries/fakeobjects/lang/el.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'el', {
|
||||
anchor: 'Άγκυρα',
|
||||
flash: 'Ταινία Flash',
|
||||
hiddenfield: 'Κρυφό Πεδίο',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Άγνωστο Αντικείμενο'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/en-au.js
Normal file
11
web/libraries/fakeobjects/lang/en-au.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'en-au', {
|
||||
anchor: 'Anchor',
|
||||
flash: 'Flash Animation',
|
||||
hiddenfield: 'Hidden Field',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Unknown Object'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/en-ca.js
Normal file
11
web/libraries/fakeobjects/lang/en-ca.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'en-ca', {
|
||||
anchor: 'Anchor', // MISSING
|
||||
flash: 'Flash Animation', // MISSING
|
||||
hiddenfield: 'Hidden Field', // MISSING
|
||||
iframe: 'IFrame', // MISSING
|
||||
unknown: 'Unknown Object' // MISSING
|
||||
} );
|
11
web/libraries/fakeobjects/lang/en-gb.js
Normal file
11
web/libraries/fakeobjects/lang/en-gb.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'en-gb', {
|
||||
anchor: 'Anchor',
|
||||
flash: 'Flash Animation',
|
||||
hiddenfield: 'Hidden Field',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Unknown Object'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/en.js
Normal file
11
web/libraries/fakeobjects/lang/en.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'en', {
|
||||
anchor: 'Anchor',
|
||||
flash: 'Flash Animation',
|
||||
hiddenfield: 'Hidden Field',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Unknown Object'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/eo.js
Normal file
11
web/libraries/fakeobjects/lang/eo.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'eo', {
|
||||
anchor: 'Ankro',
|
||||
flash: 'FlaŝAnimacio',
|
||||
hiddenfield: 'Kaŝita kampo',
|
||||
iframe: 'Enlinia Kadro (IFrame)',
|
||||
unknown: 'Nekonata objekto'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/es-mx.js
Normal file
11
web/libraries/fakeobjects/lang/es-mx.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'es-mx', {
|
||||
anchor: 'Ancla',
|
||||
flash: 'Animación flash',
|
||||
hiddenfield: 'Campo oculto',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Objeto desconocido'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/es.js
Normal file
11
web/libraries/fakeobjects/lang/es.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'es', {
|
||||
anchor: 'Ancla',
|
||||
flash: 'Animación flash',
|
||||
hiddenfield: 'Campo oculto',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Objeto desconocido'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/et.js
Normal file
11
web/libraries/fakeobjects/lang/et.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'et', {
|
||||
anchor: 'Ankur',
|
||||
flash: 'Flashi animatsioon',
|
||||
hiddenfield: 'Varjatud väli',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Tundmatu objekt'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/eu.js
Normal file
11
web/libraries/fakeobjects/lang/eu.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'eu', {
|
||||
anchor: 'Aingura',
|
||||
flash: 'Flash animazioa',
|
||||
hiddenfield: 'Ezkutuko eremua',
|
||||
iframe: 'IFrame-a',
|
||||
unknown: 'Objektu ezezaguna'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/fa.js
Normal file
11
web/libraries/fakeobjects/lang/fa.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'fa', {
|
||||
anchor: 'لنگر',
|
||||
flash: 'انیمشن فلش',
|
||||
hiddenfield: 'فیلد پنهان',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'شیء ناشناخته'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/fi.js
Normal file
11
web/libraries/fakeobjects/lang/fi.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'fi', {
|
||||
anchor: 'Ankkuri',
|
||||
flash: 'Flash animaatio',
|
||||
hiddenfield: 'Piilokenttä',
|
||||
iframe: 'IFrame-kehys',
|
||||
unknown: 'Tuntematon objekti'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/fo.js
Normal file
11
web/libraries/fakeobjects/lang/fo.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'fo', {
|
||||
anchor: 'Anchor',
|
||||
flash: 'Flash Animation',
|
||||
hiddenfield: 'Fjaldur teigur',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Ókent Object'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/fr-ca.js
Normal file
11
web/libraries/fakeobjects/lang/fr-ca.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'fr-ca', {
|
||||
anchor: 'Ancre',
|
||||
flash: 'Animation Flash',
|
||||
hiddenfield: 'Champ caché',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Objet inconnu'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/fr.js
Normal file
11
web/libraries/fakeobjects/lang/fr.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'fr', {
|
||||
anchor: 'Ancre',
|
||||
flash: 'Animation Flash',
|
||||
hiddenfield: 'Champ invisible',
|
||||
iframe: 'Cadre de contenu incorporé',
|
||||
unknown: 'Objet inconnu'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/gl.js
Normal file
11
web/libraries/fakeobjects/lang/gl.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'gl', {
|
||||
anchor: 'Ancoraxe',
|
||||
flash: 'Animación «Flash»',
|
||||
hiddenfield: 'Campo agochado',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Obxecto descoñecido'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/gu.js
Normal file
11
web/libraries/fakeobjects/lang/gu.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'gu', {
|
||||
anchor: 'અનકર',
|
||||
flash: 'ફ્લેશ ',
|
||||
hiddenfield: 'હિડન ',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'અનનોન ઓબ્જેક્ટ'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/he.js
Normal file
11
web/libraries/fakeobjects/lang/he.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'he', {
|
||||
anchor: 'עוגן',
|
||||
flash: 'סרטון פלאש',
|
||||
hiddenfield: 'שדה חבוי',
|
||||
iframe: 'חלון פנימי (iframe)',
|
||||
unknown: 'אובייקט לא ידוע'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/hi.js
Normal file
11
web/libraries/fakeobjects/lang/hi.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'hi', {
|
||||
anchor: 'ऐंकर इन्सर्ट/संपादन',
|
||||
flash: 'Flash Animation', // MISSING
|
||||
hiddenfield: 'गुप्त फ़ील्ड',
|
||||
iframe: 'IFrame', // MISSING
|
||||
unknown: 'Unknown Object' // MISSING
|
||||
} );
|
11
web/libraries/fakeobjects/lang/hr.js
Normal file
11
web/libraries/fakeobjects/lang/hr.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'hr', {
|
||||
anchor: 'Sidro',
|
||||
flash: 'Flash animacija',
|
||||
hiddenfield: 'Sakriveno polje',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Nepoznati objekt'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/hu.js
Normal file
11
web/libraries/fakeobjects/lang/hu.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'hu', {
|
||||
anchor: 'Horgony',
|
||||
flash: 'Flash animáció',
|
||||
hiddenfield: 'Rejtett mezõ',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Ismeretlen objektum'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/id.js
Normal file
11
web/libraries/fakeobjects/lang/id.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'id', {
|
||||
anchor: 'Anchor', // MISSING
|
||||
flash: 'Animasi Flash',
|
||||
hiddenfield: 'Kolom Tersembunyi',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Obyek Tak Dikenal'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/is.js
Normal file
11
web/libraries/fakeobjects/lang/is.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'is', {
|
||||
anchor: 'Anchor', // MISSING
|
||||
flash: 'Flash Animation', // MISSING
|
||||
hiddenfield: 'Hidden Field', // MISSING
|
||||
iframe: 'IFrame', // MISSING
|
||||
unknown: 'Unknown Object' // MISSING
|
||||
} );
|
11
web/libraries/fakeobjects/lang/it.js
Normal file
11
web/libraries/fakeobjects/lang/it.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'it', {
|
||||
anchor: 'Ancora',
|
||||
flash: 'Animazione Flash',
|
||||
hiddenfield: 'Campo Nascosto',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Oggetto sconosciuto'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/ja.js
Normal file
11
web/libraries/fakeobjects/lang/ja.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'ja', {
|
||||
anchor: 'アンカー',
|
||||
flash: 'Flash Animation',
|
||||
hiddenfield: '不可視フィールド',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Unknown Object'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/ka.js
Normal file
11
web/libraries/fakeobjects/lang/ka.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'ka', {
|
||||
anchor: 'ღუზა',
|
||||
flash: 'Flash ანიმაცია',
|
||||
hiddenfield: 'მალული ველი',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'უცნობი ობიექტი'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/km.js
Normal file
11
web/libraries/fakeobjects/lang/km.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'km', {
|
||||
anchor: 'យុថ្កា',
|
||||
flash: 'Flash មានចលនា',
|
||||
hiddenfield: 'វាលកំបាំង',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'វត្ថុមិនស្គាល់'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/ko.js
Normal file
11
web/libraries/fakeobjects/lang/ko.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'ko', {
|
||||
anchor: '책갈피',
|
||||
flash: '플래시 애니메이션',
|
||||
hiddenfield: '숨은 입력 칸',
|
||||
iframe: '아이프레임',
|
||||
unknown: '알 수 없는 객체'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/ku.js
Normal file
11
web/libraries/fakeobjects/lang/ku.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'ku', {
|
||||
anchor: 'لەنگەر',
|
||||
flash: 'فلاش',
|
||||
hiddenfield: 'شاردنەوەی خانه',
|
||||
iframe: 'لەچوارچێوە',
|
||||
unknown: 'بەرکارێکی نەناسراو'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/lt.js
Normal file
11
web/libraries/fakeobjects/lang/lt.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'lt', {
|
||||
anchor: 'Žymė',
|
||||
flash: 'Flash animacija',
|
||||
hiddenfield: 'Paslėptas laukas',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Nežinomas objektas'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/lv.js
Normal file
11
web/libraries/fakeobjects/lang/lv.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'lv', {
|
||||
anchor: 'Iezīme',
|
||||
flash: 'Flash animācija',
|
||||
hiddenfield: 'Slēpts lauks',
|
||||
iframe: 'Iframe',
|
||||
unknown: 'Nezināms objekts'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/mk.js
Normal file
11
web/libraries/fakeobjects/lang/mk.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'mk', {
|
||||
anchor: 'Anchor',
|
||||
flash: 'Flash Animation', // MISSING
|
||||
hiddenfield: 'Скриено поле',
|
||||
iframe: 'IFrame', // MISSING
|
||||
unknown: 'Unknown Object' // MISSING
|
||||
} );
|
11
web/libraries/fakeobjects/lang/mn.js
Normal file
11
web/libraries/fakeobjects/lang/mn.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'mn', {
|
||||
anchor: 'Зангуу',
|
||||
flash: 'Flash Animation', // MISSING
|
||||
hiddenfield: 'Нууц талбар',
|
||||
iframe: 'IFrame', // MISSING
|
||||
unknown: 'Unknown Object' // MISSING
|
||||
} );
|
11
web/libraries/fakeobjects/lang/ms.js
Normal file
11
web/libraries/fakeobjects/lang/ms.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'ms', {
|
||||
anchor: 'Anchor', // MISSING
|
||||
flash: 'Flash Animation', // MISSING
|
||||
hiddenfield: 'Hidden Field', // MISSING
|
||||
iframe: 'IFrame', // MISSING
|
||||
unknown: 'Unknown Object' // MISSING
|
||||
} );
|
11
web/libraries/fakeobjects/lang/nb.js
Normal file
11
web/libraries/fakeobjects/lang/nb.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'nb', {
|
||||
anchor: 'Anker',
|
||||
flash: 'Flash-animasjon',
|
||||
hiddenfield: 'Skjult felt',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Ukjent objekt'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/nl.js
Normal file
11
web/libraries/fakeobjects/lang/nl.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'nl', {
|
||||
anchor: 'Interne link',
|
||||
flash: 'Flash animatie',
|
||||
hiddenfield: 'Verborgen veld',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Onbekend object'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/no.js
Normal file
11
web/libraries/fakeobjects/lang/no.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'no', {
|
||||
anchor: 'Anker',
|
||||
flash: 'Flash-animasjon',
|
||||
hiddenfield: 'Skjult felt',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Ukjent objekt'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/oc.js
Normal file
11
web/libraries/fakeobjects/lang/oc.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'oc', {
|
||||
anchor: 'Ancòra',
|
||||
flash: 'Animacion Flash',
|
||||
hiddenfield: 'Camp invisible',
|
||||
iframe: 'Quadre de contengut incorporat',
|
||||
unknown: 'Objècte desconegut'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/pl.js
Normal file
11
web/libraries/fakeobjects/lang/pl.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'pl', {
|
||||
anchor: 'Kotwica',
|
||||
flash: 'Animacja Flash',
|
||||
hiddenfield: 'Pole ukryte',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Nieznany obiekt'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/pt-br.js
Normal file
11
web/libraries/fakeobjects/lang/pt-br.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'pt-br', {
|
||||
anchor: 'Âncora',
|
||||
flash: 'Animação em Flash',
|
||||
hiddenfield: 'Campo Oculto',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Objeto desconhecido'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/pt.js
Normal file
11
web/libraries/fakeobjects/lang/pt.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'pt', {
|
||||
anchor: ' Inserir/Editar âncora',
|
||||
flash: 'Animação Flash',
|
||||
hiddenfield: 'Campo oculto',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Objeto desconhecido'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/ro.js
Normal file
11
web/libraries/fakeobjects/lang/ro.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'ro', {
|
||||
anchor: 'Inserează/Editează ancoră',
|
||||
flash: 'Element Flash',
|
||||
hiddenfield: 'Câmp ascuns (HiddenField)',
|
||||
iframe: 'Fereastră în fereastră (iframe)',
|
||||
unknown: 'Necunoscut'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/ru.js
Normal file
11
web/libraries/fakeobjects/lang/ru.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'ru', {
|
||||
anchor: 'Якорь',
|
||||
flash: 'Flash анимация',
|
||||
hiddenfield: 'Скрытое поле',
|
||||
iframe: 'iFrame',
|
||||
unknown: 'Неизвестный объект'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/si.js
Normal file
11
web/libraries/fakeobjects/lang/si.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'si', {
|
||||
anchor: 'ආධාරය',
|
||||
flash: 'Flash Animation', // MISSING
|
||||
hiddenfield: 'සැඟවුණු ප්රදේශය',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Unknown Object' // MISSING
|
||||
} );
|
11
web/libraries/fakeobjects/lang/sk.js
Normal file
11
web/libraries/fakeobjects/lang/sk.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'sk', {
|
||||
anchor: 'Kotva',
|
||||
flash: 'Flash animácia',
|
||||
hiddenfield: 'Skryté pole',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Neznámy objekt'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/sl.js
Normal file
11
web/libraries/fakeobjects/lang/sl.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'sl', {
|
||||
anchor: 'Sidro',
|
||||
flash: 'Animacija flash',
|
||||
hiddenfield: 'Skrito polje',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Neznan objekt'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/sq.js
Normal file
11
web/libraries/fakeobjects/lang/sq.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'sq', {
|
||||
anchor: 'Spirancë',
|
||||
flash: 'Objekt flash',
|
||||
hiddenfield: 'Fushë e fshehur',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Objekt i Panjohur'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/sr-latn.js
Normal file
11
web/libraries/fakeobjects/lang/sr-latn.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'sr-latn', {
|
||||
anchor: 'Sidro',
|
||||
flash: 'Fleš animacija',
|
||||
hiddenfield: 'Skriveno polje',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Nepoznat objekat'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/sr.js
Normal file
11
web/libraries/fakeobjects/lang/sr.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'sr', {
|
||||
anchor: 'Сидро',
|
||||
flash: 'Флеш анимација',
|
||||
hiddenfield: 'Скривено полје',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Непознат објекат'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/sv.js
Normal file
11
web/libraries/fakeobjects/lang/sv.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'sv', {
|
||||
anchor: 'Ankare',
|
||||
flash: 'Flashanimation',
|
||||
hiddenfield: 'Gömt fält',
|
||||
iframe: 'iFrame',
|
||||
unknown: 'Okänt objekt'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/th.js
Normal file
11
web/libraries/fakeobjects/lang/th.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'th', {
|
||||
anchor: 'แทรก/แก้ไข Anchor',
|
||||
flash: 'ภาพอนิเมชั่นแฟลช',
|
||||
hiddenfield: 'ฮิดเดนฟิลด์',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'วัตถุไม่ทราบชนิด'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/tr.js
Normal file
11
web/libraries/fakeobjects/lang/tr.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'tr', {
|
||||
anchor: 'Bağlantı',
|
||||
flash: 'Flash Animasyonu',
|
||||
hiddenfield: 'Gizli Alan',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Bilinmeyen Nesne'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/tt.js
Normal file
11
web/libraries/fakeobjects/lang/tt.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'tt', {
|
||||
anchor: 'Якорь',
|
||||
flash: 'Флеш анимациясы',
|
||||
hiddenfield: 'Яшерен кыр',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Танылмаган объект'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/ug.js
Normal file
11
web/libraries/fakeobjects/lang/ug.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'ug', {
|
||||
anchor: 'لەڭگەرلىك نۇقتا',
|
||||
flash: 'Flash جانلاندۇرۇم',
|
||||
hiddenfield: 'يوشۇرۇن دائىرە',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'يوچۇن نەڭ'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/uk.js
Normal file
11
web/libraries/fakeobjects/lang/uk.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'uk', {
|
||||
anchor: 'Якір',
|
||||
flash: 'Flash-анімація',
|
||||
hiddenfield: 'Приховані Поля',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Невідомий об\'єкт'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/vi.js
Normal file
11
web/libraries/fakeobjects/lang/vi.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'vi', {
|
||||
anchor: 'Điểm neo',
|
||||
flash: 'Flash',
|
||||
hiddenfield: 'Trường ẩn',
|
||||
iframe: 'IFrame',
|
||||
unknown: 'Đối tượng không rõ ràng'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/zh-cn.js
Normal file
11
web/libraries/fakeobjects/lang/zh-cn.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'zh-cn', {
|
||||
anchor: '锚点',
|
||||
flash: 'Flash 动画',
|
||||
hiddenfield: '隐藏域',
|
||||
iframe: 'IFrame',
|
||||
unknown: '未知对象'
|
||||
} );
|
11
web/libraries/fakeobjects/lang/zh.js
Normal file
11
web/libraries/fakeobjects/lang/zh.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'fakeobjects', 'zh', {
|
||||
anchor: '錨點',
|
||||
flash: 'Flash 動畫',
|
||||
hiddenfield: '隱藏欄位',
|
||||
iframe: 'IFrame',
|
||||
unknown: '無法辨識的物件'
|
||||
} );
|
Loading…
Add table
Add a link
Reference in a new issue