nextcloud/apps/contacts/l10n/ru.php

33 lines
1.2 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 $TRANSLATIONS = array(
"This is not your addressbook." => "Это не ваша адресная книга.",
"Contact could not be found." => "Контакт не найден.",
"Information about vCard is incorrect. Please reload the page." => "Информация о vCard некорректна. Пожалуйста, обновите страницу.",
"Address" => "Адрес",
"Telephone" => "Телефон",
"Email" => "Ящик эл. почты",
"Organization" => "Организация",
"Work" => "Рабочий",
"Home" => "Домашний",
"Mobile" => "Мобильный",
"Text" => "Текст",
"Voice" => "Голос",
"Fax" => "Факс",
"Video" => "Видео",
"Pager" => "Пейджер",
"This is not your contact." => "Это не контакт.",
"Add Contact" => "Добавить Контакт",
"Name" => "Имя",
"PO Box" => "АО",
"Extended" => "Расширенный",
"Street" => "Улица",
"City" => "Город",
"Region" => "Область",
"Zipcode" => "Почтовый индекс",
"Country" => "Страна",
"Create Contact" => "Создать Контакт",
"Edit" => "Редактировать",
"Delete" => "Удалить",
"Birthday" => "День рождения",
"Phone" => "Телефон"
);