1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-03 15:24:09 +01:00
OwncloudContactsOfficial/l10n/bg_BG.php

27 lines
1.5 KiB
PHP
Raw Normal View History

2012-11-16 00:04:07 +01:00
<?php $TRANSLATIONS = array(
"No categories selected for deletion." => "Няма избрани категории за изтриване",
"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" => "Липсва временната папка",
"Error" => "Грешка",
2012-12-09 00:09:39 +01:00
"Upload Error" => "Грешка при качване",
2012-11-16 00:04:07 +01:00
"Download" => "Изтегляне",
"Delete" => "Изтриване",
"Cancel" => "Отказ",
"Work" => "Работа",
"Other" => "Друго",
"Import" => "Внасяне",
"Groups" => "Групи",
2012-11-26 00:03:41 +01:00
"Title" => "Заглавие",
2012-11-25 00:02:56 +01:00
"Birthday" => "Роджен ден",
2012-11-26 00:03:41 +01:00
"Add" => "Добавяне",
2012-11-16 00:04:07 +01:00
"Email" => "Е-поща",
"Address" => "Адрес",
"Share" => "Споделяне",
2012-12-08 00:08:12 +01:00
"Export" => "Изнасяне",
2012-11-16 00:04:07 +01:00
"Save" => "Запис"
);