New 'libraries' folder in root instalation directory

This commit is contained in:
Manuel Cillero 2017-08-08 18:24:12 +02:00
parent 05b6a91b0c
commit 006992b900
2267 changed files with 50 additions and 65 deletions

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'ar', {
button: 'أدمج قصاصة الشيفرة',
codeContents: 'محتوى الشيفرة',
emptySnippetError: 'قصاصة الشيفرة لايمكن أن تكون فارغة.',
language: 'لغة',
title: 'قصاصة الشيفرة',
pathName: 'قصاصة الشيفرة'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'bg', {
button: 'Въвеждане на блок с код',
codeContents: 'Съдържание на кода',
emptySnippetError: 'Блока с код не може да бъде празен.',
language: 'Език',
title: 'Блок с код',
pathName: 'блок с код'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'ca', {
button: 'Insereix el fragment de codi',
codeContents: 'Contingut del codi',
emptySnippetError: 'El fragment de codi no pot estar buit.',
language: 'Idioma',
title: 'Fragment de codi',
pathName: 'fragment de codi'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'cs', {
button: 'Vložit úryvek kódu',
codeContents: 'Obsah kódu',
emptySnippetError: 'Úryvek kódu nemůže být prázdný.',
language: 'Jazyk',
title: 'Úryvek kódu',
pathName: 'úryvek kódu'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'da', {
button: 'Indsæt kodestykket her',
codeContents: 'Koden',
emptySnippetError: 'Kodestykket kan ikke være tomt.',
language: 'Sprog',
title: 'Kodestykke',
pathName: 'kodestykke'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'de-ch', {
button: 'Codeschnipsel einfügen',
codeContents: 'Codeinhalt',
emptySnippetError: 'Ein Codeschnipsel darf nicht leer sein.',
language: 'Sprache',
title: 'Codeschnipsel',
pathName: 'Codeschnipsel'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'de', {
button: 'Codeschnipsel einfügen',
codeContents: 'Codeinhalt',
emptySnippetError: 'Ein Codeschnipsel darf nicht leer sein.',
language: 'Sprache',
title: 'Codeschnipsel',
pathName: 'Codeschnipsel'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'el', {
button: 'Εισαγωγή Αποσπάσματος Κώδικα',
codeContents: 'Περιεχόμενο κώδικα',
emptySnippetError: 'Δεν γίνεται να είναι κενά τα αποσπάσματα κώδικα.',
language: 'Γλώσσα',
title: 'Απόσπασμα κώδικα',
pathName: 'απόσπασμα κώδικα'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'en-gb', {
button: 'Insert Code Snippet',
codeContents: 'Code content',
emptySnippetError: 'A code snippet cannot be empty.',
language: 'Language',
title: 'Code snippet',
pathName: 'code snippet'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'en', {
button: 'Insert Code Snippet',
codeContents: 'Code content',
emptySnippetError: 'A code snippet cannot be empty.',
language: 'Language',
title: 'Code snippet',
pathName: 'code snippet'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'eo', {
button: 'Enmeti kodaĵeron',
codeContents: 'Kodenhavo',
emptySnippetError: 'Kodaĵero ne povas esti malplena.',
language: 'Lingvo',
title: 'Kodaĵero',
pathName: 'kodaĵero'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'es', {
button: 'Insertar fragmento de código',
codeContents: 'Contenido del código',
emptySnippetError: 'Un fragmento de código no puede estar vacío.',
language: 'Lenguaje',
title: 'Fragmento de código',
pathName: 'fragmento de código'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'et', {
button: 'Koodilõigu sisestamine',
codeContents: 'Code content', // MISSING
emptySnippetError: 'A code snippet cannot be empty.', // MISSING
language: 'Language', // MISSING
title: 'Code snippet', // MISSING
pathName: 'code snippet' // MISSING
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'eu', {
button: 'Txertatu kode zatia',
codeContents: 'Kode edukia',
emptySnippetError: 'Kode zatiak ezin du hutsik egon.',
language: 'Lengoaia',
title: 'Kode zatia',
pathName: 'kode zatia'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'fa', {
button: 'قرار دادن کد قطعه',
codeContents: 'محتوای کد',
emptySnippetError: 'کد نمی تواند خالی باشد.',
language: 'زبان',
title: 'کد قطعه',
pathName: 'کد قطعه'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'fi', {
button: 'Lisää koodileike',
codeContents: 'Koodisisältö',
emptySnippetError: 'Koodileike ei voi olla tyhjä.',
language: 'Kieli',
title: 'Koodileike',
pathName: 'koodileike'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'fr-ca', {
button: 'Insérer du code',
codeContents: 'Code content', // MISSING
emptySnippetError: 'A code snippet cannot be empty.', // MISSING
language: 'Language', // MISSING
title: 'Code snippet', // MISSING
pathName: 'code snippet' // MISSING
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'fr', {
button: 'Insérer un extrait de code',
codeContents: 'Code',
emptySnippetError: 'Un extrait de code ne peut pas être vide.',
language: 'Langue',
title: 'Extrait de code',
pathName: 'extrait de code'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'gl', {
button: 'Inserir fragmento de código',
codeContents: 'Contido do código',
emptySnippetError: 'Un fragmento de código non pode estar baleiro.',
language: 'Linguaxe',
title: 'Fragmento de código',
pathName: 'fragmento de código'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'he', {
button: 'הכנס קטע קוד',
codeContents: 'תוכן קוד',
emptySnippetError: 'קטע קוד לא יכול להיות ריק.',
language: 'שפה',
title: 'קטע קוד',
pathName: 'code snippet' // MISSING
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'hr', {
button: 'Ubaci isječak kôda',
codeContents: 'Code content', // MISSING
emptySnippetError: 'A code snippet cannot be empty.', // MISSING
language: 'Language', // MISSING
title: 'Code snippet', // MISSING
pathName: 'code snippet' // MISSING
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'hu', {
button: 'Illeszd be a kódtöredéket',
codeContents: 'Kód tartalom',
emptySnippetError: 'A kódtöredék nem lehet üres.',
language: 'Nyelv',
title: 'Kódtöredék',
pathName: 'kódtöredék'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'id', {
button: 'Masukkan potongan kode',
codeContents: 'Konten kode',
emptySnippetError: 'Potongan kode tidak boleh kosong',
language: 'Bahasa',
title: 'Potongan kode',
pathName: 'potongan kode'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'it', {
button: 'Inserisci frammento di codice',
codeContents: 'Contenuto del codice',
emptySnippetError: 'Un frammento di codice non può essere vuoto.',
language: 'Lingua',
title: 'Frammento di codice',
pathName: 'frammento di codice'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'ja', {
button: 'コードスニペットを挿入',
codeContents: 'コード内容',
emptySnippetError: 'コードスニペットを入力してください。',
language: '言語',
title: 'コードスニペット',
pathName: 'コードスニペット'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'km', {
button: 'Insert Code Snippet', // MISSING
codeContents: 'មាតិកាកូដ',
emptySnippetError: 'A code snippet cannot be empty.', // MISSING
language: 'ភាសា',
title: 'Code snippet', // MISSING
pathName: 'code snippet' // MISSING
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'ko', {
button: '코드 스니펫 삽입',
codeContents: '코드 본문',
emptySnippetError: '코드 스니펫은 빈칸일 수 없습니다.',
language: '언어',
title: '코드 스니펫',
pathName: '코드 스니펫'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'ku', {
button: 'تێخستنی تیتکی کۆد',
codeContents: 'ناوەڕۆکی کۆد',
emptySnippetError: 'تیتکی کۆد نابێت بەتاڵ بێت.',
language: 'زمان',
title: 'تیتکی کۆد',
pathName: 'تیتکی کۆد'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'lt', {
button: 'Įterpkite kodo gabaliuką',
codeContents: 'Kodo turinys',
emptySnippetError: 'Kodo fragmentas negali būti tusčias.',
language: 'Kalba',
title: 'Kodo fragmentas',
pathName: 'kodo fragmentas'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'lv', {
button: 'Ievietot koda fragmentu',
codeContents: 'Code content', // MISSING
emptySnippetError: 'A code snippet cannot be empty.', // MISSING
language: 'Language', // MISSING
title: 'Code snippet', // MISSING
pathName: 'code snippet' // MISSING
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'nb', {
button: 'Sett inn kodesnutt',
codeContents: 'Kodeinnhold',
emptySnippetError: 'En kodesnutt kan ikke være tom.',
language: 'Språk',
title: 'Kodesnutt',
pathName: 'kodesnutt'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'nl', {
button: 'Stuk code invoegen',
codeContents: 'Code',
emptySnippetError: 'Een stuk code kan niet leeg zijn.',
language: 'Taal',
title: 'Stuk code',
pathName: 'stuk code'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'no', {
button: 'Sett inn kodesnutt',
codeContents: 'Code content', // MISSING
emptySnippetError: 'A code snippet cannot be empty.', // MISSING
language: 'Language', // MISSING
title: 'Code snippet', // MISSING
pathName: 'code snippet' // MISSING
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'oc', {
button: 'Inserir un extrait de còdi',
codeContents: 'Còdi',
emptySnippetError: 'Un extrait de còdi pòt pas èsser void.',
language: 'Lenga',
title: 'Extrait de còdi',
pathName: 'extrait de còdi'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'pl', {
button: 'Wstaw fragment kodu',
codeContents: 'Treść kodu',
emptySnippetError: 'Kod nie może być pusty.',
language: 'Język',
title: 'Fragment kodu',
pathName: 'fragment kodu'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'pt-br', {
button: 'Inserir fragmento de código',
codeContents: 'Conteúdo do código',
emptySnippetError: 'Um fragmento de código não pode ser vazio',
language: 'Idioma',
title: 'Fragmento de código',
pathName: 'fragmento de código'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'pt', {
button: 'Inserir fragmento de código',
codeContents: 'Code content', // MISSING
emptySnippetError: 'A code snippet cannot be empty.', // MISSING
language: 'Idioma',
title: 'Segmento de código',
pathName: 'Fragmento de código'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'ro', {
button: 'Adaugă segment de cod',
codeContents: 'Conținutul codului',
emptySnippetError: 'Un segment de cod nu poate fi gol.',
language: 'Limba',
title: 'Segment de cod',
pathName: 'segment de cod'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'ru', {
button: 'Вставить сниппет',
codeContents: 'Содержимое кода',
emptySnippetError: 'Сниппет не может быть пустым',
language: 'Язык',
title: 'Сниппет',
pathName: 'сниппет'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'sk', {
button: 'Vložte ukážku programového kódu',
codeContents: 'Obsah kódu',
emptySnippetError: 'Ukážka kódu nesmie byť prázdna.',
language: 'Jazyk',
title: 'Ukážka programového kódu',
pathName: 'ukážka programového kódu'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'sl', {
button: 'Vstavi odsek kode',
codeContents: 'Vsebina kode',
emptySnippetError: 'Odsek kode ne more biti prazen.',
language: 'Jezik',
title: 'Odsek kode',
pathName: 'odsek kode'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'sq', {
button: 'Shto kod copëze',
codeContents: 'Përmbajtja e kodit',
emptySnippetError: 'A code snippet cannot be empty.', // MISSING
language: 'Gjuha',
title: 'Code snippet', // MISSING
pathName: 'code snippet' // MISSING
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'sv', {
button: 'Infoga kodsnutt',
codeContents: 'Kodinnehålll',
emptySnippetError: 'Innehåll krävs för kodsnutt',
language: 'Språk',
title: 'Kodsnutt',
pathName: 'kodsnutt'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'th', {
button: 'แทรกชิ้นส่วนของรหัสหรือโค้ด',
codeContents: 'Code content', // MISSING
emptySnippetError: 'A code snippet cannot be empty.', // MISSING
language: 'Language', // MISSING
title: 'Code snippet', // MISSING
pathName: 'code snippet' // MISSING
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'tr', {
button: 'Kod parçacığı ekle',
codeContents: 'Kod',
emptySnippetError: 'Kod parçacığı boş bırakılamaz',
language: 'Dil',
title: 'Kod parçacığı',
pathName: 'kod parçacığı'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'tt', {
button: 'Код өзеген өстәү',
codeContents: 'Код эчтәлеге',
emptySnippetError: 'Код өзеге буш булмаска тиеш.',
language: 'Тел',
title: 'Код өзеге',
pathName: 'код өзеге'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'ug', {
button: 'كود پارچىسى قىستۇرۇش',
codeContents: 'كود مەزمۇنى',
emptySnippetError: 'كود پارچىسى بوش قالمايدۇ',
language: 'تىل',
title: 'كود پارچىسى',
pathName: 'كود پارچىسى'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'uk', {
button: 'Вставити фрагмент коду',
codeContents: 'Код',
emptySnippetError: 'Фрагмент коду не можи бути порожнім.',
language: 'Мова',
title: 'Фрагмент коду',
pathName: 'фрагмент коду'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'vi', {
button: 'Chèn đoạn mã',
codeContents: 'Nội dung mã',
emptySnippetError: 'Một đoạn mã không thể để trống.',
language: 'Ngôn ngữ',
title: 'Đoạn mã',
pathName: 'mã dính'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'zh-cn', {
button: '插入代码段',
codeContents: '代码内容',
emptySnippetError: '插入的代码不能为空。',
language: '代码语言',
title: '代码段',
pathName: '代码段'
} );

View file

@ -0,0 +1,13 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'zh', {
button: '插入程式碼片段',
codeContents: '程式碼內容',
emptySnippetError: '程式碼片段不可為空白。',
language: '語言',
title: '程式碼片段',
pathName: '程式碼片段'
} );