Stefan Liebl 79f4015906 roundcube
2020-07-09 15:41:32 +02:00

18 lines
1.0 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
$labels = Array(
'cd_title'=> "CardDAV",
'cd_active'=> "Активировать адресную книгу CardDAV",
'cd_newabboxtitle'=> "Добавить новую адресную книгу",
'cd_username'=> "Имя пользователя",
'cd_password'=> "Пароль",
'cd_url'=> "URL",
'cd_php_too_old'=> "Ваша версия PHP слишком устарела! Пожалуйста, обновитесь по крайней мере до 5.6.18! У Вас установлена следующая версия: ",
'cd_name'=> "Название адресной книги",
'cd_delete'=> "Удалить адресную книгу",
'cd_name_new'=> "Настроить новую адресную книгу",
'cd_refresh_time'=> "Частота обновления (часов)",
'cd_err_noabfound'=> "Не найдено ни одной адресной книги",
'cd_preemptive_auth'=> "Предварительно авторизоваться на сервере. Используйте с ownCloud!",
);
?>