Skip to content

Commit bf41fd6

Browse files
authored
Merge pull request #28 from bogmar/master
Add Bulgarian translation
2 parents 8e4ff31 + c7d11ea commit bf41fd6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Locale/bg_BG/translations.php

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
return array(
4+
'Email subject' => 'Тема на имейла',
5+
'Duration in days' => 'Продължителност в дни',
6+
'Send a task by email to creator' => 'Изпращане на задача по поща до създател',
7+
'Send a task by email to assignee' => 'Изпращане на задача по поща до изпълнител',
8+
'Send email notification of impending due date' => 'Изпращане на имейл известие за наближаващ краен срок',
9+
'Send email notification of impending subtask due date' => 'Изпращане на имейл известие за наближаващ краен срок на подзадача',
10+
'Include Task Title and ID in subject line?' => 'Включване на заглавие и ID на задачата в ред с темата?',
11+
'Send new comments on a task by email' => 'Изпращане на нови коментари в задача по поща'
12+
);

0 commit comments

Comments
 (0)