]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blame_incremental - sources/plugins/image/lang/bg.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / plugins / image / lang / bg.js
... / ...
CommitLineData
1/*\r
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.\r
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'image', 'bg', {\r
6 alt: 'Алтернативен текст',\r
7 border: 'Рамка',\r
8 btnUpload: 'Изпрати я на сървъра',\r
9 button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING\r
10 hSpace: 'Хоризонтален отстъп',\r
11 img2Button: 'Do you want to transform the selected image on a image button?', // MISSING\r
12 infoTab: 'Инфо за снимка',\r
13 linkTab: 'Връзка',\r
14 lockRatio: 'Заключване на съотношението',\r
15 menu: 'Настройки за снимка',\r
16 resetSize: 'Нулиране на размер',\r
17 title: 'Настройки за снимка',\r
18 titleButton: 'Настойки за бутон за снимка',\r
19 upload: 'Качване',\r
20 urlMissing: 'Image source URL is missing.', // MISSING\r
21 vSpace: 'Вертикален отстъп',\r
22 validateBorder: 'Border must be a whole number.', // MISSING\r
23 validateHSpace: 'HSpace must be a whole number.', // MISSING\r
24 validateVSpace: 'VSpace must be a whole number.' // MISSING\r
25} );\r