1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-31 20:52:17 +01:00
2014-07-18 00:48:09 -04:00

77 lines
3.5 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" => "Контакти",
"Ok" => "Добре",
"Cancel" => "Отказ",
"Save" => "Запис",
"Error." => "Грешка",
"Add to..." => "Добавяне към...",
"Remove from..." => "Премахване от...",
"Add group..." => "Добавяне на група...",
"Add group" => "Добавяне на група",
"OK" => "ОК",
"Add" => "Добавяне",
"All" => "Всички",
"Not grouped" => "Негрупирани",
"Import into..." => "Внасяне в...",
"Import contacts" => "Внасяне на контакти",
"Import" => "Внасяне",
"Importing..." => "Внасяне...",
"Import done" => "Внасянето приключи",
"Close" => "Затвори",
"Unknown error" => "Непозната грешка",
"No file was uploaded. Unknown error" => "Неуспешно качвачване на файл. Непозната грешка",
"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" => "Възникна проблем при запис в диска",
"Not enough storage available" => "Недостатъчно място",
"Contact" => "Кантакт",
"Other" => "Други",
"HomePage" => "Домашна страница",
"ownCloud" => "ownCloud",
"Work" => "Работен",
"Home" => "Домашен",
"Text" => "Текст",
"Friends" => "Приятели",
"Family" => "Семейство",
"New contact" => "Нов контакт",
"New group" => "Нова група",
"Address books" => "Адресници",
"Display name" => "Видимо име",
"Add Address Book" => "Добавяне на адресник",
"Sort order" => "Подреждане",
"Delete" => "Изтриване",
"Groups" => "Групи",
"Download" => "Изтегляне",
"Merge" => "Сливане",
"Email" => "E-mail",
"Phone" => "Телефон",
"Address" => "Адрес",
"Group" => "Група",
"Actions" => "Действия",
"Add new contact" => "Добавяне на нов контакт",
"Add new addressbook" => "Добавяне на нов адресник",
"Delete current contact" => "Изтриване на текущия контакт",
"Name" => "Име",
"Address book" => "Адресник",
"Nickname" => "Псевдоним",
"Title" => "Заглавие",
"Organization" => "Организация",
"Birthday" => "Дата на раждане",
"Add field..." => "Добавяне на поле...",
"Note" => "Бележка",
"Postal code" => "Пощенски код",
"City" => "Град",
"State or province" => "Страна или област",
"Country" => "Държава",
"Active" => "Активен",
"Share" => "Споделяне",
"Export" => "Експорт",
"Edit" => "Промяна",
"Description" => "Описание",
"Password" => "Парола"
);