first commit
This commit is contained in:
42
libraries/jquery/ckeditor/plugins/docprops/lang/bg.js
vendored
Normal file
42
libraries/jquery/ckeditor/plugins/docprops/lang/bg.js
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'docprops', 'bg', {
|
||||
bgColor: 'Фон',
|
||||
bgFixed: 'Non-scrolling (Fixed) Background', // MISSING
|
||||
bgImage: 'Background Image URL', // MISSING
|
||||
charset: 'Кодова таблица',
|
||||
charsetASCII: 'ASCII',
|
||||
charsetCE: 'Централна европейска',
|
||||
charsetCR: 'Cyrillic', // MISSING
|
||||
charsetCT: 'Китайски традиционен',
|
||||
charsetGR: 'Greek', // MISSING
|
||||
charsetJP: 'Japanese', // MISSING
|
||||
charsetKR: 'Korean', // MISSING
|
||||
charsetOther: 'Друга кодова таблица',
|
||||
charsetTR: 'Turkish', // MISSING
|
||||
charsetUN: 'Unicode (UTF-8)', // MISSING
|
||||
charsetWE: 'Western European', // MISSING
|
||||
chooseColor: 'Изберете',
|
||||
design: 'Дизайн',
|
||||
docTitle: 'Заглавие на страницата',
|
||||
docType: 'Document Type Heading', // MISSING
|
||||
docTypeOther: 'Other Document Type Heading', // MISSING
|
||||
label: 'Настройки на документа',
|
||||
margin: 'Page Margins', // MISSING
|
||||
marginBottom: 'Долу',
|
||||
marginLeft: 'Ляво',
|
||||
marginRight: 'Дясно',
|
||||
marginTop: 'Горе',
|
||||
meta: 'Мета етикети',
|
||||
metaAuthor: 'Author', // MISSING
|
||||
metaCopyright: 'Copyright', // MISSING
|
||||
metaDescription: 'Document Description', // MISSING
|
||||
metaKeywords: 'Document Indexing Keywords (comma separated)', // MISSING
|
||||
other: 'Други...',
|
||||
previewHtml: '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>', // MISSING
|
||||
title: 'Настройки на документа',
|
||||
txtColor: 'Цвят на шрифт',
|
||||
xhtmlDec: 'Include XHTML Declarations' // MISSING
|
||||
});
|
||||
Reference in New Issue
Block a user