Release
Release
This commit is contained in:
25
ckeditor/plugins/liststyle/lang/bg.js
Normal file
25
ckeditor/plugins/liststyle/lang/bg.js
Normal file
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'liststyle', 'bg', {
|
||||
armenian: 'Арменско номериране',
|
||||
bulletedTitle: 'Bulleted List Properties',
|
||||
circle: 'Кръг',
|
||||
decimal: 'Числа (1, 2, 3 и др.)',
|
||||
decimalLeadingZero: 'Числа с водеща нула (01, 02, 03 и т.н.)',
|
||||
disc: 'Диск',
|
||||
georgian: 'Грузинско номериране (an, ban, gan, и т.н.)',
|
||||
lowerAlpha: 'Малки букви (а, б, в, г, д и т.н.)',
|
||||
lowerGreek: 'Малки гръцки букви (алфа, бета, гама и т.н.)',
|
||||
lowerRoman: 'Малки римски числа (i, ii, iii, iv, v и т.н.)',
|
||||
none: 'Няма',
|
||||
notset: '<не е указано>',
|
||||
numberedTitle: 'Numbered List Properties',
|
||||
square: 'Квадрат',
|
||||
start: 'Старт',
|
||||
type: 'Тип',
|
||||
upperAlpha: 'Големи букви (А, Б, В, Г, Д и т.н.)',
|
||||
upperRoman: 'Големи римски числа (I, II, III, IV, V и т.н.)',
|
||||
validateStartNumber: 'List start number must be a whole number.'
|
||||
} );
|
||||
Reference in New Issue
Block a user