winter/modules/system/lang/bg/client.php
Quezler cc17b679f1 Code dusting (#2826)
Code cleaning according to PSR-2 w/ exemptions (mostly dust).
2017-04-24 21:38:19 +10:00

49 lines
2.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
/*
|--------------------------------------------------------------------------
| Client-side Language Lines
|--------------------------------------------------------------------------
|
| These are messages made available to the client browser via JavaScript.
| To compile this file run: php artisan october:util compile lang
|
*/
'markdowneditor' => [
'formatting' => 'Форматиране',
'quote' => 'Цитат',
'code' => 'Код',
'header1' => 'Хедър 1',
'header2' => 'Хедър 2',
'header3' => 'Хедър 3',
'header4' => 'Хедър 4',
'header5' => 'Хедър 5',
'header6' => 'Хедър 6',
'bold' => 'Подчертан',
'italic' => 'Наклонен',
'unorderedlist' => 'Неподреден Списък',
'orderedlist' => 'Подреден Списък',
'video' => 'Видео',
'image' => 'Изображение',
'link' => 'Връзка',
'horizontalrule' => 'Вмъкване на хоризонтална линия',
'fullscreen' => 'На цял екран',
'preview' => 'Предварителен преглед',
],
'mediamanager' => [
'insert_link' => "Вмъкване на линк",
'insert_image' => "Вмъкване на изображение",
'insert_video' => "Вмъкване на видео файл",
'insert_audio' => "Вмъкване на звуков файл",
'invalid_file_empty_insert' => "Моля, изберете файл за да го вмъкнете като линк.",
'invalid_file_single_insert' => "Моля, изберете един файл.",
'invalid_image_empty_insert' => "Моля, изберете изображение(я) за да вмъкнете.",
'invalid_video_empty_insert' => "Моля, изберете видео файл за вмъкване.",
'invalid_audio_empty_insert' => "Моля, изберете звуков файл за вмъкване.",
],
'alert' => [
'confirm_button_text' => 'Потвърди',
'cancel_button_text' => 'Откажи',
],
];