mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-18 23:41:28 +01:00
New: Update ckeditor to version 4 (part 1)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'ca', {
|
||||
button: 'Definir l\'idioma',
|
||||
remove: 'Eliminar idioma'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'cs', {
|
||||
button: 'Nastavit jazyk',
|
||||
remove: 'Odstranit jazyk'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'cy', {
|
||||
button: 'Gosod iaith',
|
||||
remove: 'Tynnu iaith'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'el', {
|
||||
button: 'Θέση γλώσσας',
|
||||
remove: 'Αφαίρεση γλώσσας'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'en-gb', {
|
||||
button: 'Set language',
|
||||
remove: 'Remove language'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'en', {
|
||||
button: 'Set language',
|
||||
remove: 'Remove language'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'es', {
|
||||
button: 'Fijar lenguaje',
|
||||
remove: 'Quitar lenguaje'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'fa', {
|
||||
button: 'تنظیم زبان',
|
||||
remove: 'حذف زبان'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'fi', {
|
||||
button: 'Aseta kieli',
|
||||
remove: 'Poista kieli'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'fr', {
|
||||
button: 'Définir la langue',
|
||||
remove: 'Supprimer la langue'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'gl', {
|
||||
button: 'Estabelezer o idioma',
|
||||
remove: 'Retirar o idioma'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'hu', {
|
||||
button: 'Nyelv beállítása',
|
||||
remove: 'Nyelv eltávolítása'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'ja', {
|
||||
button: '言語を設定',
|
||||
remove: '言語を削除'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'km', {
|
||||
button: 'កំណត់ភាសា',
|
||||
remove: 'លុបភាសា'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'nb', {
|
||||
button: 'Sett språk',
|
||||
remove: 'Fjern språk'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'nl', {
|
||||
button: 'Taal instellen',
|
||||
remove: 'Taal verwijderen'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'no', {
|
||||
button: 'Sett språk',
|
||||
remove: 'Fjern språk'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'pl', {
|
||||
button: 'Ustaw język',
|
||||
remove: 'Usuń język'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'pt-br', {
|
||||
button: 'Configure o Idioma',
|
||||
remove: 'Remover Idioma'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'pt', {
|
||||
button: 'botão',
|
||||
remove: 'remover'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'ru', {
|
||||
button: 'Установка языка',
|
||||
remove: 'Удалить язык'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'sl', {
|
||||
button: 'Nastavi jezik',
|
||||
remove: 'Odstrani jezik'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'sv', {
|
||||
button: 'Sätt språk',
|
||||
remove: 'Ta bort språk'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'uk', {
|
||||
button: 'Установити мову',
|
||||
remove: 'Вилучити мову'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'zh-cn', {
|
||||
button: '设置语言',
|
||||
remove: '移除语言'
|
||||
} );
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'language', 'zh', {
|
||||
button: '設定語言',
|
||||
remove: '移除語言'
|
||||
} );
|
||||
Reference in New Issue
Block a user