Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit 42424d7

Browse files
Merge pull request #153 from iliyanz/master
Bulgarian translaction
2 parents 073baf9 + 4829ea8 commit 42424d7

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/messages/bg/fileupload.php

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?php
2+
3+
/**
4+
* Message translations.
5+
*
6+
* This file is automatically generated by 'yii message' command.
7+
* It contains the localizable messages extracted from source code.
8+
* You may modify this file by translating the extracted messages.
9+
*
10+
* Each array element represents the translation (value) of a message (key).
11+
* If the value is empty, the message is considered as not translated.
12+
* Messages that no longer need translation will have their translations
13+
* enclosed between a pair of '@@' marks.
14+
*
15+
* Message string can be used with plural forms format. Check i18n section
16+
* of the guide for details.
17+
*
18+
* NOTE: this file must be saved in UTF-8 encoding.
19+
*/
20+
return [
21+
'Add files' => 'Добави файлове',
22+
'Start upload' => 'Започни качване',
23+
'Cancel upload' => 'Отмени качването',
24+
'Start' => 'Започни',
25+
'Cancel' => 'Отмени',
26+
'Error' => 'Грешка',
27+
'Delete' => 'Изтрий',
28+
'Processing' => 'Обработване',
29+
'Select file...' => 'Избери файл...'
30+
];

0 commit comments

Comments
 (0)