Blame view
sources/apps/contacts/l10n/bg_BG.php
1.7 KB
|
d1bafeea1
|
1 2 |
<?php $TRANSLATIONS = array( "Contacts" => "Контакти", |
|
6d9380f96
|
3 |
"Ok" => "Добре", |
|
d1bafeea1
|
4 |
"Cancel" => "Отказ", |
|
6d9380f96
|
5 |
"Save" => "Запис", |
|
d1bafeea1
|
6 7 8 9 |
"OK" => "ОК", "Add" => "Добавяне", "Import" => "Внасяне", "Close" => "Затвори", |
|
d1bafeea1
|
10 11 12 13 14 15 16 17 |
"There is no error, the file uploaded with success" => "Файлът е качен успешно", "The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Файлът който се опитвате да качите, надвишава зададените стойности в upload_max_filesize в PHP.INI", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Файлът който се опитвате да качите надвишава стойностите в MAX_FILE_SIZE в HTML формата.", "The uploaded file was only partially uploaded" => "Файлът е качен частично", "No file was uploaded" => "Фахлът не бе качен", "Missing a temporary folder" => "Липсва временна папка", "Failed to write to disk" => "Възникна проблем при запис в диска", "Other" => "Други", |
|
6d9380f96
|
18 |
"ownCloud" => "ownCloud", |
|
d1bafeea1
|
19 20 21 |
"Work" => "Работен", "Home" => "Домашен", "Text" => "Текст", |
|
6d9380f96
|
22 |
"Delete" => "Изтриване", |
|
d1bafeea1
|
23 |
"Groups" => "Групи", |
|
6d9380f96
|
24 25 26 |
"Download" => "Изтегляне", "Email" => "E-mail", "Address" => "Адрес", |
|
d1bafeea1
|
27 28 29 |
"Name" => "Име", "Title" => "Заглавие", "Birthday" => "Дата на раждане", |
|
d1bafeea1
|
30 31 32 33 |
"Note" => "Бележка", "Active" => "Активен", "Share" => "Споделяне", "Export" => "Експорт", |
|
6d9380f96
|
34 35 36 |
"Edit" => "Промяна", "Description" => "Описание", "Password" => "Парола" |
|
d1bafeea1
|
37 |
); |