1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-31 20:52:17 +01:00
2013-01-10 00:03:59 +01:00

15 lines
515 B
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(
"Missing a temporary folder" => "Липсва временна папка",
"Contacts" => "Контакти",
"Upload too large" => "Файлът който сте избрали за качване е прекалено голям",
"Download" => "Изтегляне",
"Delete" => "Изтриване",
"Text" => "Текст",
"Settings" => "Настройки",
"Groups" => "Групи",
"Add" => "Добавяне",
"Email" => "E-mail",
"Name" => "Име",
"Save" => "Запис"
);