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