Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / libraries / templates / lang / bg.js
1 /*
2 Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'templates', 'bg', {
6         button: 'Шаблони',
7         emptyListMsg: '(Няма дефинирани шаблони)',
8         insertOption: 'Препокрива актуалното съдържание',
9         options: 'Опции за шаблона',
10         selectPromptMsg: 'Изберете шаблон <br>(текущото съдържание на редактора ще бъде загубено):',
11         title: 'Шаблони'
12 } );