mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-15 21:30:56 +00:00
first commit
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'af', {
|
||||
toolbar: 'Bron',
|
||||
title: 'Bron'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'ar', {
|
||||
toolbar: 'المصدر',
|
||||
title: 'المصدر'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'bg', {
|
||||
toolbar: 'Източник',
|
||||
title: 'Източник'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'bn', {
|
||||
toolbar: 'সোর্স',
|
||||
title: 'সোর্স'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'bs', {
|
||||
toolbar: 'HTML kôd',
|
||||
title: 'HTML kôd'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'ca', {
|
||||
toolbar: 'Codi font',
|
||||
title: 'Codi font'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'cs', {
|
||||
toolbar: 'Zdroj',
|
||||
title: 'Zdroj'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'cy', {
|
||||
toolbar: 'HTML',
|
||||
title: 'HTML'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'da', {
|
||||
toolbar: 'Kilde',
|
||||
title: 'Kilde'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'de', {
|
||||
toolbar: 'Quellcode',
|
||||
title: 'Quellcode'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'el', {
|
||||
toolbar: 'HTML κώδικας',
|
||||
title: 'HTML κώδικας'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'en-au', {
|
||||
toolbar: 'Source',
|
||||
title: 'Source'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'en-ca', {
|
||||
toolbar: 'Source',
|
||||
title: 'Source'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'en-gb', {
|
||||
toolbar: 'Source',
|
||||
title: 'Source'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'en', {
|
||||
toolbar: 'Source',
|
||||
title: 'Source'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'eo', {
|
||||
toolbar: 'Fonto',
|
||||
title: 'Fonto'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'es', {
|
||||
toolbar: 'Fuente HTML',
|
||||
title: 'Fuente HTML'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'et', {
|
||||
toolbar: 'Lähtekood',
|
||||
title: 'Lähtekood'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'eu', {
|
||||
toolbar: 'HTML Iturburua',
|
||||
title: 'HTML Iturburua'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'fa', {
|
||||
toolbar: 'منبع',
|
||||
title: 'منبع'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'fi', {
|
||||
toolbar: 'Koodi',
|
||||
title: 'Koodi'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'fo', {
|
||||
toolbar: 'Kelda',
|
||||
title: 'Kelda'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'fr-ca', {
|
||||
toolbar: 'Source',
|
||||
title: 'Source'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'fr', {
|
||||
toolbar: 'Source',
|
||||
title: 'Source'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'gl', {
|
||||
toolbar: 'Orixe',
|
||||
title: 'Orixe'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'gu', {
|
||||
toolbar: 'મૂળ કે પ્રાથમિક દસ્તાવેજ',
|
||||
title: 'મૂળ કે પ્રાથમિક દસ્તાવેજ'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'he', {
|
||||
toolbar: 'מקור',
|
||||
title: 'מקור'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'hi', {
|
||||
toolbar: 'सोर्स',
|
||||
title: 'सोर्स'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'hr', {
|
||||
toolbar: 'Kôd',
|
||||
title: 'Kôd'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'hu', {
|
||||
toolbar: 'Forráskód',
|
||||
title: 'Forráskód'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.html or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'id', {
|
||||
toolbar: 'Sumber',
|
||||
title: 'Sumber'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'is', {
|
||||
toolbar: 'Kóði',
|
||||
title: 'Kóði'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'it', {
|
||||
toolbar: 'Sorgente',
|
||||
title: 'Sorgente'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'ja', {
|
||||
toolbar: 'ソース',
|
||||
title: 'ソース'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'ka', {
|
||||
toolbar: 'კოდები',
|
||||
title: 'კოდები'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'km', {
|
||||
toolbar: 'អក្សរកូដ',
|
||||
title: 'អក្សរកូដ'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'ko', {
|
||||
toolbar: '소스',
|
||||
title: '소스'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'ku', {
|
||||
toolbar: 'سەرچاوە',
|
||||
title: 'سەرچاوە'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'lt', {
|
||||
toolbar: 'Šaltinis',
|
||||
title: 'Šaltinis'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'lv', {
|
||||
toolbar: 'HTML kods',
|
||||
title: 'HTML kods'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'mn', {
|
||||
toolbar: 'Код',
|
||||
title: 'Код'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'ms', {
|
||||
toolbar: 'Sumber',
|
||||
title: 'Sumber'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'nb', {
|
||||
toolbar: 'Kilde',
|
||||
title: 'Kilde'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'nl', {
|
||||
toolbar: 'Code',
|
||||
title: 'Code'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'no', {
|
||||
toolbar: 'Kilde',
|
||||
title: 'Kilde'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'pl', {
|
||||
toolbar: 'Źródło dokumentu',
|
||||
title: 'Źródło dokumentu'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'pt-br', {
|
||||
toolbar: 'Código-Fonte',
|
||||
title: 'Código-Fonte'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'pt', {
|
||||
toolbar: 'Fonte',
|
||||
title: 'Fonte'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'ro', {
|
||||
toolbar: 'Sursa',
|
||||
title: 'Sursa'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'ru', {
|
||||
toolbar: 'Исходник',
|
||||
title: 'Источник'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'si', {
|
||||
toolbar: 'මුලාශ්රය',
|
||||
title: 'මුලාශ්රය'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'sk', {
|
||||
toolbar: 'Zdroj',
|
||||
title: 'Zdroj'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'sl', {
|
||||
toolbar: 'Izvorna koda',
|
||||
title: 'Izvorna koda'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'sq', {
|
||||
toolbar: 'Burimi',
|
||||
title: 'Burimi'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'sr-latn', {
|
||||
toolbar: 'Kôd',
|
||||
title: 'Kôd'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'sr', {
|
||||
toolbar: 'Kôд',
|
||||
title: 'Kôд'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'sv', {
|
||||
toolbar: 'Källa',
|
||||
title: 'Källa'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'th', {
|
||||
toolbar: 'ดูรหัส HTML',
|
||||
title: 'ดูรหัส HTML'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'tr', {
|
||||
toolbar: 'Kaynak',
|
||||
title: 'Kaynak'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'ug', {
|
||||
toolbar: 'مەنبە',
|
||||
title: 'مەنبە'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'uk', {
|
||||
toolbar: 'Джерело',
|
||||
title: 'Джерело'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'vi', {
|
||||
toolbar: 'Mã HTML',
|
||||
title: 'Mã HTML'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'zh-cn', {
|
||||
toolbar: '源码',
|
||||
title: '源码'
|
||||
});
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.setLang( 'sourcedialog', 'zh', {
|
||||
toolbar: '原始碼',
|
||||
title: '原始碼'
|
||||
});
|
||||
Reference in New Issue
Block a user