From cb26c8596205188f935f69c209378758df46a1df Mon Sep 17 00:00:00 2001 From: Yuriy Pikhtarev Date: Fri, 10 Feb 2017 02:53:40 +0300 Subject: [PATCH] New translations --- messages/bg.php | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 messages/bg.php diff --git a/messages/bg.php b/messages/bg.php new file mode 100644 index 000000000..536585638 --- /dev/null +++ b/messages/bg.php @@ -0,0 +1,54 @@ + 'Captcha', + 'Go back' => 'Назад', + 'Send' => 'Изпрати', + 'Submit' => 'Потвърди', + + // Control panel + 'Control panel' => 'Контролен Панел', + + // Errors + 'File not found: %location%' => 'Файлът не е намерен: %location%', + 'Invalid request: not specified %data%' => 'Invalid request: not specified %data%', + + // Feed (feed.php) + 'Feed' => 'Feed', + 'Do not specify a mode for the feed' => 'Do not specify a mode for the feed', + 'This forum does not have a feed' => 'This forum does not have a feed', + 'This user does not have a feed' => 'This user does not have a feed', + + // Style guide (styleguide.php) + 'Hello, %name%' => 'Здравей, %name%', + 'Style guide' => 'Наръчник за стил', + + // Terms (terms.php) + 'Only administrators see this line' => 'Само администратори виждат този ред', + 'Terms' => 'Правила', + 'The text on this page can be edited in the' => 'Текстът на тази страница може да се редактира в', +]; \ No newline at end of file