mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-31 20:52:17 +01:00
15 lines
515 B
PHP
15 lines
515 B
PHP
<?php $TRANSLATIONS = array(
|
||
"Missing a temporary folder" => "Липсва временна папка",
|
||
"Contacts" => "Контакти",
|
||
"Upload too large" => "Файлът който сте избрали за качване е прекалено голям",
|
||
"Download" => "Изтегляне",
|
||
"Delete" => "Изтриване",
|
||
"Text" => "Текст",
|
||
"Settings" => "Настройки",
|
||
"Groups" => "Групи",
|
||
"Add" => "Добавяне",
|
||
"Email" => "E-mail",
|
||
"Name" => "Име",
|
||
"Save" => "Запис"
|
||
);
|