Skip to content

Commit

Permalink
Added Bulgarian translation for wymeditor.
Browse files Browse the repository at this point in the history
  • Loading branch information
mirosr committed Sep 7, 2011
1 parent 28365c9 commit 832abd3
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions core/app/assets/javascripts/wymeditor/lang/bg.js
@@ -0,0 +1,57 @@
WYMeditor.STRINGS['bg'] = {
Strong: 'Получер',
Bold: 'Получер',
Emphasis: 'Курсив',
Superscript: 'Горен индекс',
Subscript: 'Долен индекс',
Ordered_List: 'Подреден списък',
Unordered_List: 'Списък',
Indent: 'Блок навътре',
Outdent: 'Блок навън',
Undo: 'Отмяна',
Redo: 'Повторение',
Link: 'Връзка',
Unlink: 'Премахване на връзка',
Image: 'Изображение',
Table: 'Таблица',
HTML: 'HTML',
Paragraph: 'Параграф',
Heading_1: 'Заглавие 1',
Heading_2: 'Заглавие 2',
Heading_3: 'Заглавие 3',
Heading_4: 'Заглавие 4',
Heading_5: 'Заглавие 5',
Heading_6: 'Заглавие 6',
Preformatted: 'Форматиран предварително',
Blockquote: 'Цитат',
Table_Header: 'Заглавие на таблицата',
URL: 'Уеб адрес',
Title: 'Заглавие',
Alternative_Text: 'Алтернативен текст',
Caption: 'Заглавие',
Summary: 'Общо',
Number_Of_Rows: 'Брой редове',
Number_Of_Cols: 'Брой колони',
Insert: 'Вмъкване',
Submit: 'Изпращане',
Cancel: 'Отказ',
Choose: 'Избор',
Preview: 'Преглед',
Paste_From_Word: 'Вмъкнете Вашия текст по-долу',
Tools: 'Инструменти',
Containers: 'Контейнери',
Classes: 'Класове',
Status: 'Статус',
Source_Code: 'Изходен код',
Text_Align: 'На текст',
Image_Align: 'На изображение',
Font_Size: 'На шрифт',
Left: 'Отляво',
Right: 'Отдясно',
Center: 'Центрирано',
Justify: 'Двустранно',
Small: 'Малък',
Normal: 'Нормален',
Large: 'Голям',
Apply_Style: 'Стил'
};

0 comments on commit 832abd3

Please sign in to comment.