added ckeditors libraries

This commit is contained in:
2023-02-09 10:08:14 +01:00
parent a5ec70b81b
commit 2d69691ea2
146 changed files with 2091 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'af', {
anchor: 'Anker',
hiddenfield: 'Verborge veld',
iframe: 'IFrame',
unknown: 'Onbekende objek'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'ar', {
anchor: 'إرساء',
hiddenfield: 'إدراج حقل خفي',
iframe: 'iframe',
unknown: 'عنصر غير معروف'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. 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',
hiddenfield: 'Gizli xana',
iframe: 'IFrame',
unknown: 'Tanımamış obyekt'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'bg', {
anchor: 'Кука',
hiddenfield: 'Скрито поле',
iframe: 'IFrame',
unknown: 'Неизвестен обект'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'bn', {
anchor: 'Anchor', // MISSING
hiddenfield: 'Hidden Field', // MISSING
iframe: 'IFrame', // MISSING
unknown: 'Unknown Object' // MISSING
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'bs', {
anchor: 'Anchor',
hiddenfield: 'Hidden Field', // MISSING
iframe: 'IFrame', // MISSING
unknown: 'Unknown Object' // MISSING
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'ca', {
anchor: 'Àncora',
hiddenfield: 'Camp ocult',
iframe: 'IFrame',
unknown: 'Objecte desconegut'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. 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',
hiddenfield: 'Skryté pole',
iframe: 'IFrame',
unknown: 'Neznámý objekt'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'cy', {
anchor: 'Angor',
hiddenfield: 'Maes Cudd',
iframe: 'IFrame',
unknown: 'Gwrthrych Anhysbys'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'da', {
anchor: 'Anker',
hiddenfield: 'Skjult felt',
iframe: 'Iframe',
unknown: 'Ukendt objekt'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'de-ch', {
anchor: 'Anker',
hiddenfield: 'Verstecktes Feld',
iframe: 'IFrame',
unknown: 'Unbekanntes Objekt'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'de', {
anchor: 'Anker',
hiddenfield: 'Verstecktes Feld',
iframe: 'IFrame',
unknown: 'Unbekanntes Objekt'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'el', {
anchor: 'Άγκυρα',
hiddenfield: 'Κρυφό Πεδίο',
iframe: 'IFrame',
unknown: 'Άγνωστο Αντικείμενο'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'en-au', {
anchor: 'Anchor',
hiddenfield: 'Hidden Field',
iframe: 'IFrame',
unknown: 'Unknown Object'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. 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
hiddenfield: 'Hidden Field', // MISSING
iframe: 'IFrame', // MISSING
unknown: 'Unknown Object' // MISSING
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'en-gb', {
anchor: 'Anchor',
hiddenfield: 'Hidden Field',
iframe: 'IFrame',
unknown: 'Unknown Object'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'en', {
anchor: 'Anchor',
hiddenfield: 'Hidden Field',
iframe: 'IFrame',
unknown: 'Unknown Object'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'eo', {
anchor: 'Ankro',
hiddenfield: 'Kaŝita kampo',
iframe: 'Enlinia Kadro (IFrame)',
unknown: 'Nekonata objekto'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'es-mx', {
anchor: 'Ancla',
hiddenfield: 'Campo oculto',
iframe: 'IFrame',
unknown: 'Objeto desconocido'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'es', {
anchor: 'Ancla',
hiddenfield: 'Campo oculto',
iframe: 'IFrame',
unknown: 'Objeto desconocido'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'et', {
anchor: 'Ankur',
hiddenfield: 'Varjatud väli',
iframe: 'IFrame',
unknown: 'Tundmatu objekt'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'eu', {
anchor: 'Aingura',
hiddenfield: 'Ezkutuko eremua',
iframe: 'IFrame-a',
unknown: 'Objektu ezezaguna'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'fa', {
anchor: 'لنگر',
hiddenfield: 'فیلد پنهان',
iframe: 'IFrame',
unknown: 'شیء ناشناخته'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'fi', {
anchor: 'Ankkuri',
hiddenfield: 'Piilokenttä',
iframe: 'IFrame-kehys',
unknown: 'Tuntematon objekti'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'fo', {
anchor: 'Anchor',
hiddenfield: 'Fjaldur teigur',
iframe: 'IFrame',
unknown: 'Ókent Object'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'fr-ca', {
anchor: 'Ancre',
hiddenfield: 'Champ caché',
iframe: 'IFrame',
unknown: 'Objet inconnu'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'fr', {
anchor: 'Ancre',
hiddenfield: 'Champ invisible',
iframe: 'Cadre de contenu incorporé',
unknown: 'Objet inconnu'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'gl', {
anchor: 'Ancoraxe',
hiddenfield: 'Campo agochado',
iframe: 'IFrame',
unknown: 'Obxecto descoñecido'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'gu', {
anchor: 'અનકર',
hiddenfield: 'હિડન ',
iframe: 'IFrame',
unknown: 'અનનોન ઓબ્જેક્ટ'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'he', {
anchor: 'עוגן',
hiddenfield: 'שדה חבוי',
iframe: 'חלון פנימי (iframe)',
unknown: 'אובייקט לא ידוע'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'hi', {
anchor: 'ऐंकर इन्सर्ट/संपादन',
hiddenfield: 'गुप्त फ़ील्ड',
iframe: 'IFrame', // MISSING
unknown: 'Unknown Object' // MISSING
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'hr', {
anchor: 'Sidro',
hiddenfield: 'Sakriveno polje',
iframe: 'IFrame',
unknown: 'Nepoznati objekt'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'hu', {
anchor: 'Horgony',
hiddenfield: 'Rejtett mezõ',
iframe: 'IFrame',
unknown: 'Ismeretlen objektum'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'id', {
anchor: 'Anchor', // MISSING
hiddenfield: 'Kolom Tersembunyi',
iframe: 'IFrame',
unknown: 'Obyek Tak Dikenal'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'is', {
anchor: 'Anchor', // MISSING
hiddenfield: 'Hidden Field', // MISSING
iframe: 'IFrame', // MISSING
unknown: 'Unknown Object' // MISSING
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'it', {
anchor: 'Ancora',
hiddenfield: 'Campo Nascosto',
iframe: 'IFrame',
unknown: 'Oggetto sconosciuto'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'ja', {
anchor: 'アンカー',
hiddenfield: '不可視フィールド',
iframe: 'IFrame',
unknown: 'Unknown Object'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'ka', {
anchor: 'ღუზა',
hiddenfield: 'მალული ველი',
iframe: 'IFrame',
unknown: 'უცნობი ობიექტი'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'km', {
anchor: 'យុថ្កា',
hiddenfield: 'វាល​កំបាំង',
iframe: 'IFrame',
unknown: 'វត្ថុ​មិន​ស្គាល់'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'ko', {
anchor: '책갈피',
hiddenfield: '숨은 입력 칸',
iframe: '아이프레임',
unknown: '알 수 없는 객체'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'ku', {
anchor: 'لەنگەر',
hiddenfield: 'شاردنەوەی خانه',
iframe: 'لەچوارچێوە',
unknown: 'بەرکارێکی نەناسراو'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'lt', {
anchor: 'Žymė',
hiddenfield: 'Paslėptas laukas',
iframe: 'IFrame',
unknown: 'Nežinomas objektas'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'lv', {
anchor: 'Iezīme',
hiddenfield: 'Slēpts lauks',
iframe: 'Iframe',
unknown: 'Nezināms objekts'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'mk', {
anchor: 'Anchor',
hiddenfield: 'Скриено поле',
iframe: 'IFrame', // MISSING
unknown: 'Unknown Object' // MISSING
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'mn', {
anchor: 'Зангуу',
hiddenfield: 'Нууц талбар',
iframe: 'IFrame', // MISSING
unknown: 'Unknown Object' // MISSING
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'ms', {
anchor: 'Anchor', // MISSING
hiddenfield: 'Hidden Field', // MISSING
iframe: 'IFrame', // MISSING
unknown: 'Unknown Object' // MISSING
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'nb', {
anchor: 'Anker',
hiddenfield: 'Skjult felt',
iframe: 'IFrame',
unknown: 'Ukjent objekt'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'nl', {
anchor: 'Interne link',
hiddenfield: 'Verborgen veld',
iframe: 'IFrame',
unknown: 'Onbekend object'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'no', {
anchor: 'Anker',
hiddenfield: 'Skjult felt',
iframe: 'IFrame',
unknown: 'Ukjent objekt'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'oc', {
anchor: 'Ancòra',
hiddenfield: 'Camp invisible',
iframe: 'Quadre de contengut incorporat',
unknown: 'Objècte desconegut'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'pl', {
anchor: 'Kotwica',
hiddenfield: 'Pole ukryte',
iframe: 'IFrame',
unknown: 'Nieznany obiekt'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'pt-br', {
anchor: 'Âncora',
hiddenfield: 'Campo Oculto',
iframe: 'IFrame',
unknown: 'Objeto desconhecido'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. 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',
hiddenfield: 'Campo oculto',
iframe: 'IFrame',
unknown: 'Objeto desconhecido'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. 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ă',
hiddenfield: 'Câmp ascuns (HiddenField)',
iframe: 'Fereastră în fereastră (iframe)',
unknown: 'Necunoscut'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'ru', {
anchor: 'Якорь',
hiddenfield: 'Скрытое поле',
iframe: 'iFrame',
unknown: 'Неизвестный объект'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'si', {
anchor: 'ආධාරය',
hiddenfield: 'සැඟවුණු ප්‍රදේශය',
iframe: 'IFrame',
unknown: 'Unknown Object' // MISSING
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'sk', {
anchor: 'Kotva',
hiddenfield: 'Skryté pole',
iframe: 'IFrame',
unknown: 'Neznámy objekt'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'sl', {
anchor: 'Sidro',
hiddenfield: 'Skrito polje',
iframe: 'IFrame',
unknown: 'Neznan objekt'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'sq', {
anchor: 'Spirancë',
hiddenfield: 'Fushë e fshehur',
iframe: 'IFrame',
unknown: 'Objekt i Panjohur'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'sr-latn', {
anchor: 'Sidro',
hiddenfield: 'Skriveno polje',
iframe: 'IFrame',
unknown: 'Nepoznat objekat'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'sr', {
anchor: 'Сидро',
hiddenfield: 'Скривено полје',
iframe: 'IFrame',
unknown: 'Непознат објекат'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'sv', {
anchor: 'Ankare',
hiddenfield: 'Gömt fält',
iframe: 'iFrame',
unknown: 'Okänt objekt'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'th', {
anchor: 'แทรก/แก้ไข Anchor',
hiddenfield: 'ฮิดเดนฟิลด์',
iframe: 'IFrame',
unknown: 'วัตถุไม่ทราบชนิด'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'tr', {
anchor: 'Bağlantı',
hiddenfield: 'Gizli Alan',
iframe: 'IFrame',
unknown: 'Bilinmeyen Nesne'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'tt', {
anchor: 'Якорь',
hiddenfield: 'Яшерен кыр',
iframe: 'IFrame',
unknown: 'Танылмаган объект'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'ug', {
anchor: 'لەڭگەرلىك نۇقتا',
hiddenfield: 'يوشۇرۇن دائىرە',
iframe: 'IFrame',
unknown: 'يوچۇن نەڭ'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'uk', {
anchor: 'Якір',
hiddenfield: 'Приховані Поля',
iframe: 'IFrame',
unknown: 'Невідомий об\'єкт'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. 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',
hiddenfield: 'Trường ẩn',
iframe: 'IFrame',
unknown: 'Đối tượng không rõ ràng'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'zh-cn', {
anchor: '锚点',
hiddenfield: '隐藏域',
iframe: 'IFrame',
unknown: '未知对象'
} );

View File

@@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'zh', {
anchor: '錨點',
hiddenfield: '隱藏欄位',
iframe: 'IFrame',
unknown: '無法辨識的物件'
} );