mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
10 lines
258 B
PHP
10 lines
258 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Contacts" => "Контакты",
|
|
"Cancel" => "Отмена",
|
|
"OK" => "OK",
|
|
"Error" => "Ошибка",
|
|
"Download" => "Загрузка",
|
|
"Select groups" => "Выбрать группы",
|
|
"Share" => "Сделать общим"
|
|
);
|