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

35 lines
1.6 KiB
PHP
Raw Normal View History

2012-11-16 00:04:07 +01:00
<?php $TRANSLATIONS = array(
2013-07-24 06:50:10 +02:00
"Contacts" => "Контакти",
"Save" => "Запис",
"Uploading..." => "Качване...",
"Cancel" => "Отказ",
"OK" => "ОК",
"Add" => "Добавяне",
2013-09-10 14:44:39 +02:00
"Import" => "Внасяне",
"Close" => "Затвори",
2013-09-05 11:38:03 +02:00
"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" => "Възникна проблем при запис в диска",
2013-07-24 06:50:10 +02:00
"Other" => "Други",
"Work" => "Работен",
"Home" => "Домашен",
"Text" => "Текст",
2014-03-09 06:49:34 +01:00
"Delete" => "Изтриване",
2013-07-24 06:50:10 +02:00
"Groups" => "Групи",
2014-03-09 06:49:34 +01:00
"Download" => "Изтегляне",
2014-01-11 06:50:01 +01:00
"Email" => "E-mail",
"Address" => "Адрес",
2013-11-11 08:54:25 +01:00
"Name" => "Име",
2013-07-24 06:50:10 +02:00
"Title" => "Заглавие",
"Birthday" => "Дата на раждане",
"Note" => "Бележка",
2013-09-09 01:36:47 +02:00
"Active" => "Активен",
2013-07-24 06:50:10 +02:00
"Share" => "Споделяне",
"Export" => "Експорт",
2014-03-10 05:49:39 +01:00
"Edit" => "Промяна"
2012-11-16 00:04:07 +01:00
);