mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-17 14:22:02 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
|
||||
bg.js Found: 5 Missing: 0
|
||||
cs.js Found: 5 Missing: 0
|
||||
cy.js Found: 5 Missing: 0
|
||||
da.js Found: 5 Missing: 0
|
||||
de.js Found: 5 Missing: 0
|
||||
el.js Found: 5 Missing: 0
|
||||
eo.js Found: 5 Missing: 0
|
||||
et.js Found: 5 Missing: 0
|
||||
fa.js Found: 5 Missing: 0
|
||||
fi.js Found: 5 Missing: 0
|
||||
fr.js Found: 5 Missing: 0
|
||||
he.js Found: 5 Missing: 0
|
||||
hr.js Found: 5 Missing: 0
|
||||
it.js Found: 5 Missing: 0
|
||||
nb.js Found: 5 Missing: 0
|
||||
nl.js Found: 5 Missing: 0
|
||||
no.js Found: 5 Missing: 0
|
||||
pl.js Found: 5 Missing: 0
|
||||
tr.js Found: 5 Missing: 0
|
||||
ug.js Found: 5 Missing: 0
|
||||
uk.js Found: 5 Missing: 0
|
||||
vi.js Found: 3 Missing: 2
|
||||
zh-cn.js Found: 5 Missing: 0
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'bg', {
|
||||
title: 'Настройки на контейнера',
|
||||
toolbar: 'Нов контейнер',
|
||||
text: 'Текст за контейнера',
|
||||
edit: 'Промяна на контейнер',
|
||||
textMissing: 'Контейнера трябва да съдържа текст.'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'cs', {
|
||||
title: 'Vlastnosti vyhrazeného prostoru',
|
||||
toolbar: 'Vytvořit vyhrazený prostor',
|
||||
text: 'Vyhrazený text',
|
||||
edit: 'Upravit vyhrazený prostor',
|
||||
textMissing: 'Vyhrazený prostor musí obsahovat text.'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'cy', {
|
||||
title: 'Priodweddau\'r Daliwr Geiriau',
|
||||
toolbar: 'Creu Daliwr Geiriau',
|
||||
text: 'Testun y Daliwr Geiriau',
|
||||
edit: 'Golygu\'r Dailwr Geiriau',
|
||||
textMissing: 'Mae\'n rhaid i\'r daliwr geiriau gynnwys testun.'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'da', {
|
||||
title: 'Egenskaber for pladsholder',
|
||||
toolbar: 'Opret pladsholder',
|
||||
text: 'Tekst til pladsholder',
|
||||
edit: 'Rediger pladsholder',
|
||||
textMissing: 'Pladsholder skal indeholde tekst'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'de', {
|
||||
title: 'Platzhalter Einstellungen',
|
||||
toolbar: 'Platzhalter erstellen',
|
||||
text: 'Platzhalter Text',
|
||||
edit: 'Platzhalter bearbeiten',
|
||||
textMissing: 'Der Platzhalter muss einen Text beinhalten.'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'el', {
|
||||
title: 'Ιδιότητες Υποκατάστατου Κειμένου',
|
||||
toolbar: 'Δημιουργία Υποκατάσταστου Κειμένου',
|
||||
text: 'Υποκαθιστόμενο Κείμενο',
|
||||
edit: 'Επεξεργασία Υποκατάσταστου Κειμένου',
|
||||
textMissing: 'Πρέπει να υπάρχει υποκαθιστόμενο κείμενο.'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'en', {
|
||||
title: 'Placeholder Properties',
|
||||
toolbar: 'Create Placeholder',
|
||||
text: 'Placeholder Text',
|
||||
edit: 'Edit Placeholder',
|
||||
textMissing: 'The placeholder must contain text.'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'eo', {
|
||||
title: 'Atributoj de la rezervita spaco',
|
||||
toolbar: 'Krei la rezervitan spacon',
|
||||
text: 'Texto de la rezervita spaco',
|
||||
edit: 'Modifi la rezervitan spacon',
|
||||
textMissing: 'La rezervita spaco devas enteni tekston.'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'et', {
|
||||
title: 'Kohahoidja omadused',
|
||||
toolbar: 'Kohahoidja loomine',
|
||||
text: 'Kohahoidja tekst',
|
||||
edit: 'Kohahoidja muutmine',
|
||||
textMissing: 'Kohahoidja peab sisaldama teksti.'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'fa', {
|
||||
title: 'ویژگیهای محل نگهداری',
|
||||
toolbar: 'ایجاد یک محل نگهداری',
|
||||
text: 'متن محل نگهداری',
|
||||
edit: 'ویرایش محل نگهداری',
|
||||
textMissing: 'محل نگهداری باید محتوی متن باشد.'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'fi', {
|
||||
title: 'Paikkamerkin ominaisuudet',
|
||||
toolbar: 'Luo paikkamerkki',
|
||||
text: 'Paikkamerkin teksti',
|
||||
edit: 'Muokkaa paikkamerkkiä',
|
||||
textMissing: 'Paikkamerkin täytyy sisältää tekstiä'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'fr', {
|
||||
title: 'Propriétés de l\'Espace réservé',
|
||||
toolbar: 'Créer l\'Espace réservé',
|
||||
text: 'Texte de l\'Espace réservé',
|
||||
edit: 'Modifier l\'Espace réservé',
|
||||
textMissing: 'L\'Espace réservé doit contenir du texte.'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'he', {
|
||||
title: 'מאפייני שומר מקום',
|
||||
toolbar: 'צור שומר מקום',
|
||||
text: 'תוכן שומר המקום',
|
||||
edit: 'ערוך שומר מקום',
|
||||
textMissing: 'שומר המקום חייב להכיל טקסט.'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'hr', {
|
||||
title: 'Svojstva rezerviranog mjesta',
|
||||
toolbar: 'Napravi rezervirano mjesto',
|
||||
text: 'Tekst rezerviranog mjesta',
|
||||
edit: 'Uredi rezervirano mjesto',
|
||||
textMissing: 'Rezervirano mjesto mora sadržavati tekst.'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'it', {
|
||||
title: 'Proprietà segnaposto',
|
||||
toolbar: 'Crea segnaposto',
|
||||
text: 'Testo segnaposto',
|
||||
edit: 'Modifica segnaposto',
|
||||
textMissing: 'Il segnaposto deve contenere del testo.'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'nb', {
|
||||
title: 'Egenskaper for plassholder',
|
||||
toolbar: 'Opprett plassholder',
|
||||
text: 'Tekst for plassholder',
|
||||
edit: 'Rediger plassholder',
|
||||
textMissing: 'Plassholderen må inneholde tekst.'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'nl', {
|
||||
title: 'Eigenschappen placeholder',
|
||||
toolbar: 'Placeholder aanmaken',
|
||||
text: 'Placeholder tekst',
|
||||
edit: 'Placeholder wijzigen',
|
||||
textMissing: 'De placeholder moet tekst bevatten.'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'no', {
|
||||
title: 'Egenskaper for plassholder',
|
||||
toolbar: 'Opprett plassholder',
|
||||
text: 'Tekst for plassholder',
|
||||
edit: 'Rediger plassholder',
|
||||
textMissing: 'Plassholderen må inneholde tekst.'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'pl', {
|
||||
title: 'Właściwości wypełniacza',
|
||||
toolbar: 'Utwórz wypełniacz',
|
||||
text: 'Tekst wypełnienia',
|
||||
edit: 'Edytuj wypełnienie',
|
||||
textMissing: 'Wypełnienie musi posiadać jakiś tekst.'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'tr', {
|
||||
title: 'Yer tutucu özellikleri',
|
||||
toolbar: 'Yer tutucu oluşturun',
|
||||
text: 'Yer tutucu metini',
|
||||
edit: 'Yer tutucuyu düzenle',
|
||||
textMissing: 'Yer tutucu metin içermelidir.'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'ug', {
|
||||
title: 'ئورۇن بەلگە خاسلىقى',
|
||||
toolbar: 'ئورۇن بەلگە قۇر',
|
||||
text: 'ئورۇن بەلگە تېكىستى',
|
||||
edit: 'ئورۇن بەلگە تەھرىر',
|
||||
textMissing: 'ئورۇن بەلگىسىدە چوقۇم تېكىست بولۇشى لازىم'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'uk', {
|
||||
title: 'Налаштування Заповнювача',
|
||||
toolbar: 'Створити Заповнювач',
|
||||
text: 'Текст Заповнювача',
|
||||
edit: 'Редагувати Заповнювач',
|
||||
textMissing: 'Заповнювач повинен містити текст.'
|
||||
});
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'vi', {
|
||||
title: 'Thuộc tính đặt chỗ',
|
||||
toolbar: 'Tạo đặt chỗ',
|
||||
text: 'Văn bản đặt chỗ',
|
||||
edit: 'Edit Placeholder', // MISSING
|
||||
textMissing: 'The placeholder must contain text.' // MISSING
|
||||
});
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'placeholder', 'zh-cn', {
|
||||
title: '占位符属性',
|
||||
toolbar: '创建占位符',
|
||||
text: '占位符文字',
|
||||
edit: '编辑占位符',
|
||||
textMissing: '占位符必需包含有文字'
|
||||
});
|
||||
Reference in New Issue
Block a user