1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00
OwncloudContactsOfficial/l10n/bg_BG.php
2013-05-04 00:51:18 +02:00

45 lines
1.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php $TRANSLATIONS = array(
"There is no error, the file uploaded with success" => "Файлът е качен успешно",
"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" => "Възникна проблем при запис в диска",
"Contacts" => "Контакти",
"Uploading..." => "Качване...",
"Cancel" => "Отказ",
"Error" => "Грешка",
"Download" => "Изтегляне",
"Edit" => "Промяна",
"Delete" => "Изтриване",
"Other" => "Други",
"Work" => "Работен",
"Home" => "Домашен",
"Mobile" => "Мобилен",
"Text" => "Текст",
"Voice" => "Гласово",
"Fax" => "Факс",
"Video" => "Видео",
"Pager" => "Пейджър",
"Import" => "Внасяне",
"Groups" => "Групи",
"Close" => "Затвори",
"Title" => "Заглавие",
"Organization" => "Организация",
"Birthday" => "Дата на раждане",
"Add" => "Добавяне",
"Phone" => "Телефон",
"Email" => "E-mail",
"Address" => "Адрес",
"Note" => "Бележка",
"Delete contact" => "Изтриване на контакт",
"Preferred" => "Предпочитан",
"City" => "Град",
"Country" => "Държава",
"Share" => "Споделяне",
"Export" => "Експорт",
"New Address Book" => "Нова адресна книга",
"Name" => "Име",
"Save" => "Запис"
);