1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/l10n/bg_BG.php
2013-09-10 08:44:39 -04:00

37 lines
1.7 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(
"Contacts" => "Контакти",
"Save" => "Запис",
"Uploading..." => "Качване...",
"Cancel" => "Отказ",
"OK" => "ОК",
"Add" => "Добавяне",
"Import" => "Внасяне",
"Close" => "Затвори",
"Error" => "Грешка",
"Download" => "Изтегляне",
"Edit" => "Промяна",
"Delete" => "Изтриване",
"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" => "Други",
"Work" => "Работен",
"Home" => "Домашен",
"Text" => "Текст",
"Groups" => "Групи",
"Title" => "Заглавие",
"Birthday" => "Дата на раждане",
"Email" => "E-mail",
"Address" => "Адрес",
"Note" => "Бележка",
"Active" => "Активен",
"Share" => "Споделяне",
"Export" => "Експорт",
"Name" => "Име",
"Description" => "Описание"
);