friendica/view/lang/ru/strings.php

2412 lines
286 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
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
}}
;
$a->strings["default"] = "значение по умолчанию";
$a->strings["greenzero"] = "greenzero";
$a->strings["purplezero"] = "purplezero";
$a->strings["easterbunny"] = "easterbunny";
$a->strings["darkzero"] = "darkzero";
$a->strings["comix"] = "comix";
$a->strings["slackr"] = "slackr";
$a->strings["Submit"] = "Отправить";
$a->strings["Theme settings"] = "Настройки темы";
$a->strings["Variations"] = "Вариации";
$a->strings["Alignment"] = "Выравнивание";
$a->strings["Left"] = "Слева";
$a->strings["Center"] = "Центр";
$a->strings["Color scheme"] = "Цветовая схема";
$a->strings["Posts font size"] = "Размер шрифта записей";
$a->strings["Textareas font size"] = "Размер шрифта текстовых полей";
$a->strings["Comma separated list of helper forums"] = "Разделенный запятыми список форумов помощи";
$a->strings["don't show"] = "не показывать";
$a->strings["show"] = "показывать";
$a->strings["Set style"] = "Установить стиль";
$a->strings["Community Pages"] = "Страницы сообщества";
$a->strings["Community Profiles"] = "Профили сообщества";
$a->strings["Help or @NewHere ?"] = "Помощь";
$a->strings["Connect Services"] = "Подключить службы";
$a->strings["Find Friends"] = "Найти друзей";
$a->strings["Last users"] = "Последние пользователи";
$a->strings["Find People"] = "Поиск людей";
$a->strings["Enter name or interest"] = "Введите имя или интерес";
$a->strings["Connect/Follow"] = "Подключиться/Подписаться";
$a->strings["Examples: Robert Morgenstein, Fishing"] = "Примеры: Роберт Morgenstein, Рыбалка";
$a->strings["Find"] = "Найти";
$a->strings["Friend Suggestions"] = "Предложения друзей";
$a->strings["Similar Interests"] = "Похожие интересы";
$a->strings["Random Profile"] = "Случайный профиль";
$a->strings["Invite Friends"] = "Пригласить друзей";
$a->strings["Global Directory"] = "Глобальный каталог";
$a->strings["Local Directory"] = "Локальный каталог";
$a->strings["Forums"] = "Форумы";
$a->strings["External link to forum"] = "Внешняя ссылка на форум";
$a->strings["show more"] = "показать больше";
$a->strings["Quick Start"] = "Быстрый запуск";
$a->strings["Help"] = "Помощь";
$a->strings["Light (Accented)"] = "Светлая (с акцентами)";
$a->strings["Dark (Accented)"] = "Тёмная (с акцентами)";
$a->strings["Black (Accented)"] = "Чёрная (с акцентами)";
$a->strings["Note"] = "Примечание";
$a->strings["Check image permissions if all users are allowed to see the image"] = "Проверьте настройки разрешений изображения, оно должно быть видно всем пользователям.";
$a->strings["Custom"] = "Другое";
$a->strings["Legacy"] = "Традиционные";
$a->strings["Accented"] = "С акцентами";
$a->strings["Select color scheme"] = "Выбор цветовой схемы";
$a->strings["Select scheme accent"] = "Выберите акцент темы";
$a->strings["Blue"] = "Синий";
$a->strings["Red"] = "Красный";
$a->strings["Purple"] = "Фиолетовый";
$a->strings["Green"] = "Зелёный";
$a->strings["Pink"] = "Розовый";
$a->strings["Copy or paste schemestring"] = "Скопируйте или вставьте строку оформления темы";
$a->strings["You can copy this string to share your theme with others. Pasting here applies the schemestring"] = "Вы можете скопировать эту строку и поделиться настройками вашей темы с другими. Вставка строки здесь применяет настройки оформления темы.";
$a->strings["Navigation bar background color"] = "Цвет фона навигационной панели";
$a->strings["Navigation bar icon color "] = "Цвет иконок в навигационной панели";
$a->strings["Link color"] = "Цвет ссылок";
$a->strings["Set the background color"] = "Установить цвет фона";
$a->strings["Content background opacity"] = "Прозрачность фона основного содержимого";
$a->strings["Set the background image"] = "Установить фоновую картинку";
$a->strings["Background image style"] = "Стиль фонового изображения";
$a->strings["Login page background image"] = "Фоновое изображение страницы входа";
$a->strings["Login page background color"] = "Цвет фона страницы входа";
$a->strings["Leave background image and color empty for theme defaults"] = "Оставьте настройки фоновых цвета и изображения пустыми, чтобы применить настройки темы по-умолчанию.";
$a->strings["Guest"] = "Гость";
$a->strings["Visitor"] = "Посетитель";
$a->strings["Status"] = "Записи";
$a->strings["Your posts and conversations"] = "Ваши записи и диалоги";
$a->strings["Profile"] = "Информация";
$a->strings["Your profile page"] = "Информация о вас";
$a->strings["Photos"] = "Фото";
$a->strings["Your photos"] = "Ваши фотографии";
$a->strings["Videos"] = "Видео";
$a->strings["Your videos"] = "Ваши видео";
$a->strings["Events"] = "Мероприятия";
$a->strings["Your events"] = "Ваши события";
$a->strings["Network"] = "Новости";
$a->strings["Conversations from your friends"] = "Сообщения ваших друзей";
$a->strings["Events and Calendar"] = "Календарь и события";
$a->strings["Messages"] = "Сообщения";
$a->strings["Private mail"] = "Личная почта";
$a->strings["Settings"] = "Настройки";
$a->strings["Account settings"] = "Настройки аккаунта";
$a->strings["Contacts"] = "Контакты";
$a->strings["Manage/edit friends and contacts"] = "Управление / редактирование друзей и контактов";
$a->strings["Follow Thread"] = "Подписаться на тему";
$a->strings["Skip to main content"] = "Пропустить до основного содержимого";
$a->strings["Top Banner"] = "Верхний баннер";
$a->strings["Resize image to the width of the screen and show background color below on long pages."] = "Растянуть изображение по ширине экрана и показать заливку цветом под ним на длинных страницах.";
$a->strings["Full screen"] = "Во весь экран";
$a->strings["Resize image to fill entire screen, clipping either the right or the bottom."] = "Растянуть изображение во весь экран, обрезав его часть справа или снизу.";
$a->strings["Single row mosaic"] = "Мозаика в один ряд";
$a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Растянуть и размножить изображение в один ряд, вертикально или горизонтально.";
$a->strings["Mosaic"] = "Мозаика";
$a->strings["Repeat image to fill the screen."] = "Размножить изображение по всему экрану";
$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: Обновляем author-id и owner-id в таблицах item и thread. ";
$a->strings["%s: Updating post-type."] = "%s: Обновляем post-type.";
$a->strings["%1\$s poked %2\$s"] = "%1\$s ткнул %2\$s";
$a->strings["event"] = "мероприятие";
$a->strings["status"] = "статус";
$a->strings["photo"] = "фото";
$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s tagged %2\$s's %3\$s в %4\$s";
$a->strings["Select"] = "Выберите";
$a->strings["Delete"] = "Удалить";
$a->strings["View %s's profile @ %s"] = "Просмотреть профиль %s [@ %s]";
$a->strings["Categories:"] = "Категории:";
$a->strings["Filed under:"] = "В рубрике:";
$a->strings["%s from %s"] = "%s из %s";
$a->strings["View in context"] = "Смотреть в контексте";
$a->strings["Please wait"] = "Пожалуйста, подождите";
$a->strings["remove"] = "удалить";
$a->strings["Delete Selected Items"] = "Удалить выбранные позиции";
$a->strings["%s reshared this."] = "%s поделился этим.";
$a->strings["%s commented on this."] = "%s прокомментировали это.";
$a->strings["You had been addressed (%s)."] = "К вам обратились (%s).";
$a->strings["You are following %s."] = "Вы подписаны на %s.";
$a->strings["Tagged"] = "Отмечено";
$a->strings["Reshared"] = "";
$a->strings["%s is participating in this thread."] = "";
$a->strings["Stored"] = "";
$a->strings["Global"] = "";
$a->strings["View Status"] = "Просмотреть статус";
$a->strings["View Profile"] = "Просмотреть профиль";
$a->strings["View Photos"] = "Просмотреть фото";
$a->strings["Network Posts"] = "Записи сети";
$a->strings["View Contact"] = "Просмотреть контакт";
$a->strings["Send PM"] = "Отправить ЛС";
$a->strings["Block"] = "Заблокировать";
$a->strings["Ignore"] = "Игнорировать";
$a->strings["Poke"] = "потыкать";
$a->strings["%s likes this."] = "%s нравится это.";
$a->strings["%s doesn't like this."] = "%s не нравится это.";
$a->strings["%s attends."] = "%s посещает.";
$a->strings["%s doesn't attend."] = "%s не посетит.";
$a->strings["%s attends maybe."] = "%s может быть посетит.";
$a->strings["and"] = "и";
$a->strings["and %d other people"] = "и еще %d человек";
$a->strings["<span %1\$s>%2\$d people</span> like this"] = "<span %1\$s>%2\$d людям</span> нравится это";
$a->strings["%s like this."] = "%s нравится это.";
$a->strings["<span %1\$s>%2\$d people</span> don't like this"] = "<span %1\$s>%2\$d людям</span> не нравится это";
$a->strings["%s don't like this."] = "%s не нравится это";
$a->strings["<span %1\$s>%2\$d people</span> attend"] = "<span %1\$s>%2\$d человека</span> посетят";
$a->strings["%s attend."] = "%s посетит.";
$a->strings["<span %1\$s>%2\$d people</span> don't attend"] = "<span %1\$s>%2\$d человек</span> не посетит";
$a->strings["%s don't attend."] = "%s не посетит";
$a->strings["<span %1\$s>%2\$d people</span> attend maybe"] = "<span %1\$s>%2\$d человек</span> может быть посетят";
$a->strings["%s attend maybe."] = "%s может быть посетит.";
$a->strings["<span %1\$s>%2\$d people</span> reshared this"] = "<span %1\$s>%2\$d людей</span> поделились этим";
$a->strings["Visible to <strong>everybody</strong>"] = "Видимое <strong>всем</strong>";
$a->strings["Please enter a image/video/audio/webpage URL:"] = "Пожалуйста, введите адрес картинки/видео/аудио/странички:";
$a->strings["Tag term:"] = "Тег:";
$a->strings["Save to Folder:"] = "Сохранить в папку:";
$a->strings["Where are you right now?"] = "И где вы сейчас?";
$a->strings["Delete item(s)?"] = "Удалить елемент(ты)?";
$a->strings["New Post"] = "Новая запись";
$a->strings["Share"] = "Поделиться";
$a->strings["Loading..."] = "Загрузка...";
$a->strings["Upload photo"] = "Загрузить фото";
$a->strings["upload photo"] = "загрузить фото";
$a->strings["Attach file"] = "Прикрепить файл";
$a->strings["attach file"] = "приложить файл";
$a->strings["Bold"] = "Жирный";
$a->strings["Italic"] = "Kурсивный";
$a->strings["Underline"] = "Подчеркнутый";
$a->strings["Quote"] = "Цитата";
$a->strings["Code"] = "Код";
$a->strings["Image"] = "Изображение / Фото";
$a->strings["Link"] = "Ссылка";
$a->strings["Link or Media"] = "Ссылка или медиа";
$a->strings["Set your location"] = "Задать ваше местоположение";
$a->strings["set location"] = "установить местонахождение";
$a->strings["Clear browser location"] = "Очистить местонахождение браузера";
$a->strings["clear location"] = "убрать местонахождение";
$a->strings["Set title"] = "Установить заголовок";
$a->strings["Categories (comma-separated list)"] = "Категории (список через запятую)";
$a->strings["Permission settings"] = "Настройки разрешений";
$a->strings["Permissions"] = "Разрешения";
$a->strings["Public post"] = "Публичное сообщение";
$a->strings["Preview"] = "Просмотр";
$a->strings["Cancel"] = "Отмена";
$a->strings["Message"] = "Сообщение";
$a->strings["Browser"] = "Браузер";
$a->strings["Open Compose page"] = "Развернуть редактор";
$a->strings["[Friendica:Notify]"] = "[Friendica]";
$a->strings["%s New mail received at %s"] = "%s Новая почта получена в %s";
$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s отправил вам новое личное сообщение на %2\$s.";
$a->strings["a private message"] = "личное сообщение";
$a->strings["%1\$s sent you %2\$s."] = "%1\$s послал вам %2\$s.";
$a->strings["Please visit %s to view and/or reply to your private messages."] = "Пожалуйста, посетите %s для просмотра и/или ответа на личные сообщения.";
$a->strings["%1\$s replied to you on %2\$s's %3\$s %4\$s"] = "%1\$s ответил(а) вам в %2\$s %3\$s %4\$s";
$a->strings["%1\$s tagged you on %2\$s's %3\$s %4\$s"] = "%1\$s отметил(а) вас в %2\$s %3\$s %4\$s";
$a->strings["%1\$s commented on %2\$s's %3\$s %4\$s"] = "%1\$s прокомментировал(а) %2\$s %3\$s %4\$s";
$a->strings["%1\$s replied to you on your %2\$s %3\$s"] = "%1\$s ответил(а) вам в ваш %2\$s %3\$s";
$a->strings["%1\$s tagged you on your %2\$s %3\$s"] = "%1\$s отметил(а) вас в вашем %2\$s %3\$s";
$a->strings["%1\$s commented on your %2\$s %3\$s"] = "%1\$s прокомментировал(а) ваш %2\$s %3\$s";
$a->strings["%1\$s replied to you on their %2\$s %3\$s"] = "%1\$s ответил(а) вам в своём %2\$s %3\$s";
$a->strings["%1\$s tagged you on their %2\$s %3\$s"] = "%1\$s отметил(а) вас в своём %2\$s %3\$s";
$a->strings["%1\$s commented on their %2\$s %3\$s"] = "%1\$s прокомментировал(а) свой %2\$s %3\$s";
$a->strings["%s %s tagged you"] = "%s %s отметил(и) Вас";
$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s отметил вас в %2\$s";
$a->strings["%1\$s Comment to conversation #%2\$d by %3\$s"] = "%1\$s Комментариев к разговору #%2\$d от %3\$s";
$a->strings["%s commented on an item/conversation you have been following."] = "%s оставил комментарий к элементу/беседе, за которой вы следите.";
$a->strings["Please visit %s to view and/or reply to the conversation."] = "Пожалуйста посетите %s для просмотра и/или ответа в беседу.";
$a->strings["%s %s posted to your profile wall"] = "%s %s размещены на стене вашего профиля";
$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s написал на вашей стене на %2\$s";
$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s написал на [url=%2\$s]вашей стене[/url]";
$a->strings["%s %s shared a new post"] = "%s %s поделился(-ась) новым сообщением";
$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s поделился новой записью на %2\$s";
$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]поделился записью[/url].";
$a->strings["%s %s shared a post from %s"] = "%s %s поделился записью %s";
$a->strings["%1\$s shared a post from %2\$s at %3\$s"] = "%1\$s поделился записью %2\$s в %3\$s";
$a->strings["%1\$s [url=%2\$s]shared a post[/url] from %3\$s."] = "%1\$s [url=%2\$s]поделился записью[/url] %3\$s.";
$a->strings["%1\$s %2\$s poked you"] = "%1\$s %2\$s продвинул тебя";
$a->strings["%1\$s poked you at %2\$s"] = "%1\$s потыкал вас на %2\$s";
$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]потыкал вас[/url].";
$a->strings["%s %s tagged your post"] = "%s %s отметили Ваше сообщение";
$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s поставил тег вашей записи %2\$s";
$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s поставил тег [url=%2\$s]вашей записи[/url]";
$a->strings["%s Introduction received"] = "%s Входящих получено";
$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Вы получили запрос от '%1\$s' на %2\$s";
$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Вы получили [url=%1\$s]запрос[/url] от %2\$s.";
$a->strings["You may visit their profile at %s"] = "Вы можете посмотреть его профиль здесь %s";
$a->strings["Please visit %s to approve or reject the introduction."] = "Посетите %s для подтверждения или отказа запроса.";
$a->strings["%s A new person is sharing with you"] = "%s Новый человек поделился с Вами";
$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s делится с вами на %2\$s";
$a->strings["%s You have a new follower"] = "%s У Вас новый подписчик";
$a->strings["You have a new follower at %2\$s : %1\$s"] = "У вас новый подписчик на %2\$s : %1\$s";
$a->strings["%s Friend suggestion received"] = "%s Получено дружеское приглашение";
$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Вы получили предложение дружбы от '%1\$s' на %2\$s";
$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "У вас [url=%1\$s]новое предложение дружбы[/url] для %2\$s от %3\$s.";
$a->strings["Name:"] = "Имя:";
$a->strings["Photo:"] = "Фото:";
$a->strings["Please visit %s to approve or reject the suggestion."] = "Пожалуйста, посетите %s для подтверждения, или отказа запроса.";
$a->strings["%s Connection accepted"] = "%s Соединение принято";
$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' принял соединение с вами на %2\$s";
$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s принял ваше [url=%1\$s]предложение о соединении[/url].";
$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Вы теперь взаимные друзья и можете обмениваться статусами, фотографиями и письмами без ограничений.";
$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Посетите %s если вы хотите сделать изменения в этом отношении.";
$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "%1\$s решил принять приглашение и пометил вас как фаната, что запрещает некоторые формы общения - например, личные сообщения и некоторые действия с профилем. Если эта страница знаменитости или сообщества, то эти настройки были применены автоматически.";
$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "%1\$s может расширить взаимоотношения до более мягких в будущем.";
$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Посетите %s если вы хотите сделать изменения в этом отношении.";
$a->strings["[Friendica System Notify]"] = "[Системное уведомление Friendica]";
$a->strings["registration request"] = "запрос регистрации";
$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Вы получили запрос на регистрацию от '%1\$s' на %2\$s";
$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Вы получили [url=%1\$s]запрос регистрации[/url] от %2\$s.";
$a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "Полное имя:\t%s\nРасположение:\t%s\nИмя для входа:\t%s (%s)";
$a->strings["Please visit %s to approve or reject the request."] = "Пожалуйста, посетите %s чтобы подтвердить или отвергнуть запрос.";
$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [
0 => "Дневной лимит в %d запись достигнут. Запись отклонена.",
1 => "Дневной лимит в %d записи достигнут. Запись отклонена.",
2 => "Дневной лимит в %d записей достигнут. Запись отклонена.",
3 => "Дневной лимит в %d записей достигнут. Запись отклонена.",
];
$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [
0 => "Недельный лимит в %d запись достигнут. Запись была отклонена.",
1 => "Недельный лимит в %d записи достигнут. Запись была отклонена.",
2 => "Недельный лимит в %d записей достигнут. Запись была отклонена.",
3 => "Недельный лимит в %d записей достигнут. Запись была отклонена.",
];
$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Месячный лимит в %d записей достигнут. Запись была отклонена.";
$a->strings["Profile Photos"] = "Фотографии профиля";
$a->strings["Access denied."] = "Доступ запрещен.";
$a->strings["Bad Request."] = "Ошибочный запрос.";
$a->strings["Contact not found."] = "Контакт не найден.";
$a->strings["Permission denied."] = "Нет разрешения.";
$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Количество ежедневных сообщений на стене %s превышено. Сообщение отменено..";
$a->strings["No recipient selected."] = "Не выбран получатель.";
$a->strings["Unable to check your home location."] = "Невозможно проверить местоположение.";
$a->strings["Message could not be sent."] = "Сообщение не может быть отправлено.";
$a->strings["Message collection failure."] = "Неудача коллекции сообщения.";
$a->strings["No recipient."] = "Без адресата.";
$a->strings["Please enter a link URL:"] = "Пожалуйста, введите URL ссылки:";
$a->strings["Send Private Message"] = "Отправить личное сообщение";
$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Если Вы хотите ответить %s, пожалуйста, проверьте, позволяют ли настройки конфиденциальности на Вашем сайте принимать личные сообщения от неизвестных отправителей.";
$a->strings["To:"] = "Кому:";
$a->strings["Subject:"] = "Тема:";
$a->strings["Your message:"] = "Ваше сообщение:";
$a->strings["Insert web link"] = "Вставить веб-ссылку";
$a->strings["Profile not found."] = "Профиль не найден.";
$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Это может иногда происходить, если контакт запрашивали двое людей, и он был уже одобрен.";
$a->strings["Response from remote site was not understood."] = "Ответ от удаленного сайта не был понят.";
$a->strings["Unexpected response from remote site: "] = "Неожиданный ответ от удаленного сайта: ";
$a->strings["Confirmation completed successfully."] = "Подтверждение успешно завершено.";
$a->strings["Temporary failure. Please wait and try again."] = "Временные неудачи. Подождите и попробуйте еще раз.";
$a->strings["Introduction failed or was revoked."] = "Запрос ошибочен или был отозван.";
$a->strings["Remote site reported: "] = "Удаленный сайт сообщил: ";
$a->strings["No user record found for '%s' "] = "Не найдено записи пользователя для '%s' ";
$a->strings["Our site encryption key is apparently messed up."] = "Наш ключ шифрования сайта, по-видимому, перепутался.";
$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Был предоставлен пустой URL сайта ​​или URL не может быть расшифрован нами.";
$a->strings["Contact record was not found for you on our site."] = "Запись контакта не найдена для вас на нашем сайте.";
$a->strings["Site public key not available in contact record for URL %s."] = "Публичный ключ недоступен в записи о контакте по ссылке %s";
$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "ID, предложенный вашей системой, является дубликатом в нашей системе. Он должен работать, если вы повторите попытку.";
$a->strings["Unable to set your contact credentials on our system."] = "Не удалось установить ваши учетные данные контакта в нашей системе.";
$a->strings["Unable to update your contact profile details on our system"] = "Не удается обновить ваши контактные детали профиля в нашей системе";
$a->strings["[Name Withheld]"] = "[Имя не разглашается]";
$a->strings["Public access denied."] = "Свободный доступ закрыт.";
$a->strings["No videos selected"] = "Видео не выбрано";
$a->strings["Access to this item is restricted."] = "Доступ к этому пункту ограничен.";
$a->strings["View Video"] = "Просмотреть видео";
$a->strings["View Album"] = "Просмотреть альбом";
$a->strings["Recent Videos"] = "Последние видео";
$a->strings["Upload New Videos"] = "Загрузить новые видео";
$a->strings["No keywords to match. Please add keywords to your profile."] = "Нет совпадающих ключевых слов. Пожалуйста, добавьте ключевые слова в ваш профиль.";
$a->strings["first"] = "первый";
$a->strings["next"] = "след.";
$a->strings["No matches"] = "Нет соответствий";
$a->strings["Profile Match"] = "Похожие профили";
$a->strings["Missing some important data!"] = "Не хватает важных данных!";
$a->strings["Update"] = "Обновление";
$a->strings["Failed to connect with email account using the settings provided."] = "Не удалось подключиться к аккаунту e-mail, используя указанные настройки.";
$a->strings["Contact CSV file upload error"] = "Ошибка загрузки CSV с контактами";
$a->strings["Importing Contacts done"] = "Импорт контактов завершён";
$a->strings["Relocate message has been send to your contacts"] = "Перемещённое сообщение было отправлено списку контактов";
$a->strings["Passwords do not match."] = "Пароли не совпадают";
$a->strings["Password update failed. Please try again."] = "Обновление пароля не удалось. Пожалуйста, попробуйте еще раз.";
$a->strings["Password changed."] = "Пароль изменен.";
$a->strings["Password unchanged."] = "Пароль не поменялся";
$a->strings["Please use a shorter name."] = "Пожалуйста, выберите имя короче.";
$a->strings["Name too short."] = "Имя слишком короткое";
$a->strings["Wrong Password."] = "Неправильный пароль";
$a->strings["Invalid email."] = "Неправильный адрес почты";
$a->strings["Cannot change to that email."] = "Нельзя установить этот адрес почты";
$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Частный форум не имеет настроек приватности. Используется группа конфиденциальности по умолчанию.";
$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Частный форум не имеет настроек приватности и не имеет групп приватности по умолчанию.";
$a->strings["Settings were not updated."] = "Настройки не были изменены.";
$a->strings["Add application"] = "Добавить приложения";
$a->strings["Save Settings"] = "Сохранить настройки";
$a->strings["Name"] = "Имя";
$a->strings["Consumer Key"] = "Consumer Key";
$a->strings["Consumer Secret"] = "Consumer Secret";
$a->strings["Redirect"] = "Перенаправление";
$a->strings["Icon url"] = "URL символа";
$a->strings["You can't edit this application."] = "Вы не можете изменить это приложение.";
$a->strings["Connected Apps"] = "Подключенные приложения";
$a->strings["Edit"] = "Редактировать";
$a->strings["Client key starts with"] = "Ключ клиента начинается с";
$a->strings["No name"] = "Нет имени";
$a->strings["Remove authorization"] = "Удалить авторизацию";
$a->strings["No Addon settings configured"] = "Настройки дополнений не изменены";
$a->strings["Addon Settings"] = "Настройки дополнений";
$a->strings["Additional Features"] = "Дополнительные возможности";
$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)";
$a->strings["enabled"] = "подключено";
$a->strings["disabled"] = "отключено";
$a->strings["Built-in support for %s connectivity is %s"] = "Встроенная поддержка для %s подключение %s";
$a->strings["OStatus (GNU Social)"] = "OStatus (GNU Social)";
$a->strings["Email access is disabled on this site."] = "Доступ эл. почты отключен на этом сайте.";
$a->strings["None"] = "Ничего";
$a->strings["Social Networks"] = "Социальные сети";
$a->strings["General Social Media Settings"] = "Общие настройки социальных медиа";
$a->strings["Accept only top level posts by contacts you follow"] = "Получать начальные записи только от ваших контактов";
$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "Система автоматически загружает диалоги, когда получает комментарии. Это может приводить к тому, что вы можете видеть записи от людей, на которых вы не подписаны, потому что их прокомментировал кто-то из ваших контактов. Эта настройка отключает такое поведение и вы будете видеть только записи тех людей, на которых подписаны.";
$a->strings["Disable Content Warning"] = "Отключить предупреждение о содержании";
$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Пользователи некоторых сетей, таких как Mastodon или Pleroma, могут использовать \"предупреждение о содержании\", сворачивающее их записи. Эта настройка отключает это свёртывание и помещает \"предупреждение о содержимом\" в заголовок записи. Это не влияет на другие фильтры, которые вы можете настроить.";
$a->strings["Disable intelligent shortening"] = "Отключить умное сокращение";
$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Обычно система пытается найти лучшую ссылку для добавления к сокращенной записи. Если эта настройка включена, то каждая сокращенная запись будет указывать на оригинальную запись в Friendica.";
$a->strings["Attach the link title"] = "Присоединять заголовок ссылок";
$a->strings["When activated, the title of the attached link will be added as a title on posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that share feed content."] = "Если включено. заголовок добавленной ссылки будет добавлен к записи в Диаспоре как заголовок. Это в основном нужно для контактов \"мой двойник\", которые публикуют содержимое ленты.";
$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Автоматически подписываться на любого пользователя GNU Social (OStatus), который вас упомянул или который на вас подписался";
$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Если вы получите сообщение от неизвестной учетной записи OStatus, эта настройка решает, что делать. Если включена, то новый контакт будет создан для каждого неизвестного пользователя.";
$a->strings["Default group for OStatus contacts"] = "Группа по-умолчанию для OStatus-контактов";
$a->strings["Your legacy GNU Social account"] = "Ваша старая учетная запись GNU Social";
$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "Если вы введете тут вашу старую учетную запись GNU Social/Statusnet (в виде пользователь@домен), ваши контакты оттуда будут автоматически добавлены. Поле будет очищено когда все контакты будут добавлены.";
$a->strings["Repair OStatus subscriptions"] = "Починить подписки OStatus";
$a->strings["Email/Mailbox Setup"] = "Настройка эл. почты / почтового ящика";
$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Если вы хотите общаться с Email контактами, используя этот сервис (по желанию), пожалуйста, уточните, как подключиться к вашему почтовому ящику.";
$a->strings["Last successful email check:"] = "Последняя успешная проверка электронной почты:";
$a->strings["IMAP server name:"] = "Имя IMAP сервера:";
$a->strings["IMAP port:"] = "Порт IMAP:";
$a->strings["Security:"] = "Безопасность:";
$a->strings["Email login name:"] = "Логин эл. почты:";
$a->strings["Email password:"] = "Пароль эл. почты:";
$a->strings["Reply-to address:"] = "Адрес для ответа:";
$a->strings["Send public posts to all email contacts:"] = "Отправлять открытые сообщения на все контакты электронной почты:";
$a->strings["Action after import:"] = "Действие после импорта:";
$a->strings["Mark as seen"] = "Отметить, как прочитанное";
$a->strings["Move to folder"] = "Переместить в папку";
$a->strings["Move to folder:"] = "Переместить в папку:";
$a->strings["Unable to find your profile. Please contact your admin."] = "Не получается найти ваш профиль. Пожалуйста свяжитесь с администратором.";
$a->strings["Account Types"] = "Тип учетной записи";
$a->strings["Personal Page Subtypes"] = "Подтипы личной страницы";
$a->strings["Community Forum Subtypes"] = "Подтипы форума сообщества";
$a->strings["Personal Page"] = "Личная страница";
$a->strings["Account for a personal profile."] = "Личная учётная запись";
$a->strings["Organisation Page"] = "Организационная страница";
$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Учётная запись организации, которая автоматически одобряет новых подписчиков.";
$a->strings["News Page"] = "Новостная страница";
$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Учётная запись новостной ленты, которая автоматически одобряет новых подписчиков.";
$a->strings["Community Forum"] = "Форум сообщества";
$a->strings["Account for community discussions."] = "Учётная запись для совместных обсуждений.";
$a->strings["Normal Account Page"] = "Стандартная страница аккаунта";
$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Личная учётная запись, которая требует ручного одобрения для новых подписчиков и друзей.";
$a->strings["Soapbox Page"] = "Песочница";
$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Учётная запись для публичного профиля, которая автоматически одобряет новых подписчиков.";
$a->strings["Public Forum"] = "Публичный форум";
$a->strings["Automatically approves all contact requests."] = "Автоматически одобряет все запросы на подписку.";
$a->strings["Automatic Friend Page"] = "\"Автоматический друг\" страница";
$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Учётная запись для публичной личности, которая автоматически добавляет все новые контакты в друзья.";
$a->strings["Private Forum [Experimental]"] = "Личный форум [экспериментально]";
$a->strings["Requires manual approval of contact requests."] = "Требует ручного одобрения запросов на подписку.";
$a->strings["OpenID:"] = "OpenID:";
$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Необязательно) Разрешить этому OpenID входить в этот аккаунт";
$a->strings["Publish your profile in your local site directory?"] = "Опубликовать ваш профиль в каталоге вашего сервера?";
$a->strings["Your profile will be published in this node's <a href=\"%s\">local directory</a>. Your profile details may be publicly visible depending on the system settings."] = "Ваш профиль будет опубликован в <a href=\"%s\">локальном каталоге</a> этого сервера. Данные вашего профиля могут быть доступны публично в зависимости от настроек.";
$a->strings["Your profile will also be published in the global friendica directories (e.g. <a href=\"%s\">%s</a>)."] = "Ваш профиль так же будет опубликован в глобальных каталогах Френдики (напр. <a href=\"%s\">%s</a>).";
$a->strings["Your Identity Address is <strong>'%s'</strong> or '%s'."] = "Ваш адрес: <strong>'%s'</strong> или '%s'.";
$a->strings["Account Settings"] = "Настройки аккаунта";
$a->strings["Password Settings"] = "Смена пароля";
$a->strings["New Password:"] = "Новый пароль:";
$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "Разрешенные символы: a-z, A-Z, 0-9 специальные символы за исключением пробелов, букв с акцентами и двоеточия (:).";
$a->strings["Confirm:"] = "Подтвердите:";
$a->strings["Leave password fields blank unless changing"] = "Оставьте поля пароля пустыми, если он не изменяется";
$a->strings["Current Password:"] = "Текущий пароль:";
$a->strings["Your current password to confirm the changes"] = "Ваш текущий пароль, для подтверждения изменений";
$a->strings["Password:"] = "Пароль:";
$a->strings["Your current password to confirm the changes of the email address"] = "Ваш текущий пароль для подтверждения смены адреса почты";
$a->strings["Delete OpenID URL"] = "Удалить ссылку OpenID";
$a->strings["Basic Settings"] = "Основные параметры";
$a->strings["Full Name:"] = "Полное имя:";
$a->strings["Email Address:"] = "Адрес электронной почты:";
$a->strings["Your Timezone:"] = "Ваш часовой пояс:";
$a->strings["Your Language:"] = "Ваш язык:";
$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Выберите язык, на котором вы будете видеть интерфейс Friendica и на котором вы будете получать письма";
$a->strings["Default Post Location:"] = "Местонахождение по умолчанию:";
$a->strings["Use Browser Location:"] = "Использовать определение местоположения браузером:";
$a->strings["Security and Privacy Settings"] = "Параметры безопасности и конфиденциальности";
$a->strings["Maximum Friend Requests/Day:"] = "Максимум запросов в друзья в день:";
$a->strings["(to prevent spam abuse)"] = "(для предотвращения спама)";
$a->strings["Allow your profile to be searchable globally?"] = "Сделать ваш профиль доступным для поиска глобально?";
$a->strings["Activate this setting if you want others to easily find and follow you. Your profile will be searchable on remote systems. This setting also determines whether Friendica will inform search engines that your profile should be indexed or not."] = "Включите эту настройку, если вы хотите, чтобы другие люди могли легко вас находить. Ваш профиль станет доступным для поиска на других узлах. Так же эта настройка разрешает поисковым системам индексировать ваш профиль.";
$a->strings["Hide your contact/friend list from viewers of your profile?"] = "Скрыть список ваших контактов/друзей от просмотра в вашем профиле?";
$a->strings["A list of your contacts is displayed on your profile page. Activate this option to disable the display of your contact list."] = "Список ваших контактов отображается на вашей странице профиля. Включите эту настройку, чтобы скрыть отображение вашего списка контактов.";
$a->strings["Hide your profile details from anonymous viewers?"] = "Скрыть данные профиля от анонимных посетителей?";
$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "Анонимные посетители будут видеть только вашу картинку, ваше имя и и ник. Публичные записи и комментарии могут быть доступны другими способами.";
$a->strings["Make public posts unlisted"] = "Скрыть публичные записи из общих лент";
$a->strings["Your public posts will not appear on the community pages or in search results, nor be sent to relay servers. However they can still appear on public feeds on remote servers."] = "Ваши публичные записи не будут отражаться в общей ленте сервера или в результатах поиска, так же они не будут отправляться на ретранслтяторы. Тем не менее, они всё равно могут быть доступны в публичных лентах других серверов.";
$a->strings["Make all posted pictures accessible"] = "Сделать все опубликованные изображения доступными";
$a->strings["This option makes every posted picture accessible via the direct link. This is a workaround for the problem that most other networks can't handle permissions on pictures. Non public pictures still won't be visible for the public on your photo albums though."] = "Эта настройка делает все опубликованные изображения доступными по прямой ссылке. Это можно применить для решения проблем с другими социальными сетями, которые не умеют работать с разрешениями доступа для изображений. Непубличные изображения в любом случае не будут доступны для просмотра публично в ваших альбомах.";
$a->strings["Allow friends to post to your profile page?"] = "Разрешить друзьям оставлять сообщения на страницу вашего профиля?";
$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Ваши контакты могут оставлять записи на стене вашего профиля. Эти записи будут распространены вашим подписчикам.";
$a->strings["Allow friends to tag your posts?"] = "Разрешить друзьям отмечать ваши сообщения?";
$a->strings["Your contacts can add additional tags to your posts."] = "Ваши контакты могут добавлять дополнительные тэги к вашим записям.";
$a->strings["Permit unknown people to send you private mail?"] = "Разрешить незнакомым людям отправлять вам личные сообщения?";
$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Пользователи Френдики могут отправлять вам личные сообщения даже если их нет в вашем списке контактов.";
$a->strings["Maximum private messages per day from unknown people:"] = "Максимальное количество личных сообщений от незнакомых людей в день:";
$a->strings["Default Post Permissions"] = "Разрешение на сообщения по умолчанию";
$a->strings["Expiration settings"] = "Очистка старых записей";
$a->strings["Automatically expire posts after this many days:"] = "Автоматическое истекание срока действия сообщения после стольких дней:";
$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Если пусто, срок действия сообщений не будет ограничен. Сообщения с истекшим сроком действия будут удалены";
$a->strings["Expire posts"] = "Удалять старые записи";
$a->strings["When activated, posts and comments will be expired."] = "Если включено, то старые записи и комментарии будут удаляться.";
$a->strings["Expire personal notes"] = "Удалять персональные заметки";
$a->strings["When activated, the personal notes on your profile page will be expired."] = "Если включено, старые личные заметки из вашего профиля будут удаляться.";
$a->strings["Expire starred posts"] = "Удалять избранные записи";
$a->strings["Starring posts keeps them from being expired. That behaviour is overwritten by this setting."] = "Добавление записи в избранные защищает её от удаления. Эта настройка выключает эту защиту.";
$a->strings["Expire photos"] = "Удалять фото";
$a->strings["When activated, photos will be expired."] = "Если включено, старые фото будут удаляться.";
$a->strings["Only expire posts by others"] = "Удалять только записи других людей";
$a->strings["When activated, your own posts never expire. Then the settings above are only valid for posts you received."] = "Если включено, ваши собственные записи никогда не удаляются. В этом случае все настройки выше применяются только к записям, которые вы получаете от других.";
$a->strings["Notification Settings"] = "Настройка уведомлений";
$a->strings["Send a notification email when:"] = "Отправлять уведомление по электронной почте, когда:";
$a->strings["You receive an introduction"] = "Вы получили запрос";
$a->strings["Your introductions are confirmed"] = "Ваши запросы подтверждены";
$a->strings["Someone writes on your profile wall"] = "Кто-то пишет на стене вашего профиля";
$a->strings["Someone writes a followup comment"] = "Кто-то пишет последующий комментарий";
$a->strings["You receive a private message"] = "Вы получаете личное сообщение";
$a->strings["You receive a friend suggestion"] = "Вы полулили предложение о добавлении в друзья";
$a->strings["You are tagged in a post"] = "Вы отмечены в записи";
$a->strings["You are poked/prodded/etc. in a post"] = "Вас потыкали/подтолкнули/и т.д. в записи";
$a->strings["Activate desktop notifications"] = "Активировать уведомления на рабочем столе";
$a->strings["Show desktop popup on new notifications"] = "Показывать уведомления на рабочем столе";
$a->strings["Text-only notification emails"] = "Только текстовые письма";
$a->strings["Send text only notification emails, without the html part"] = "Отправлять только текстовые уведомления, без HTML";
$a->strings["Show detailled notifications"] = "Показывать подробные уведомления";
$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "По-умолчанию уведомления группируются в одно для каждой записи. Эта настройка показывает все уведомления по отдельности.";
$a->strings["Advanced Account/Page Type Settings"] = "Расширенные настройки учётной записи";
$a->strings["Change the behaviour of this account for special situations"] = "Измените поведение этого аккаунта в специальных ситуациях";
$a->strings["Import Contacts"] = "Импорт контактов";
$a->strings["Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account."] = "Загрузите файл CSV, который содержит адреса ваших контактов в первой колонке. Вы можете экспортировать его из вашей старой учётной записи.";
$a->strings["Upload File"] = "Загрузить файл";
$a->strings["Relocate"] = "Перемещение";
$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Если вы переместили эту анкету с другого сервера, и некоторые из ваших контактов не получили ваши обновления, попробуйте нажать эту кнопку.";
$a->strings["Resend relocate message to contacts"] = "Отправить перемещённые сообщения контактам";
$a->strings["{0} wants to be your friend"] = "{0} хочет стать Вашим другом";
$a->strings["{0} requested registration"] = "{0} требуемая регистрация";
$a->strings["No items found"] = "Записи не найдены";
$a->strings["No such group"] = "Нет такой группы";
$a->strings["Group: %s"] = "Группа: %s";
$a->strings["Invalid contact."] = "Недопустимый контакт.";
$a->strings["Latest Activity"] = "Недавняя активность";
$a->strings["Sort by latest activity"] = "Отсортировать по свежей активности";
$a->strings["Latest Posts"] = "Недавние записи";
$a->strings["Sort by post received date"] = "Отсортировать по дате записей";
$a->strings["Personal"] = "Личные";
$a->strings["Posts that mention or involve you"] = "Записи, которые упоминают вас или в которых вы участвуете";
$a->strings["Starred"] = "Избранное";
$a->strings["Favourite Posts"] = "Избранные записи";
$a->strings["Resubscribing to OStatus contacts"] = "Переподписаться на OStatus-контакты.";
$a->strings["Error"] = [
0 => "Ошибка",
1 => "Ошибки",
2 => "Ошибки",
3 => "Ошибки",
];
$a->strings["Done"] = "Готово";
$a->strings["Keep this window open until done."] = "Держать окно открытым до завершения.";
$a->strings["You aren't following this contact."] = "Вы не подписаны на этот контакт.";
$a->strings["Unfollowing is currently not supported by your network."] = "Отписка в настоящий момент не предусмотрена этой сетью";
$a->strings["Disconnect/Unfollow"] = "Отсоединиться/Отписаться";
$a->strings["Your Identity Address:"] = "Ваш адрес:";
$a->strings["Submit Request"] = "Отправить запрос";
$a->strings["Profile URL"] = "URL профиля";
$a->strings["Status Messages and Posts"] = "Ваши записи";
$a->strings["New Message"] = "Новое сообщение";
$a->strings["Unable to locate contact information."] = "Не удалось найти контактную информацию.";
$a->strings["Discard"] = "Отказаться";
$a->strings["Conversation not found."] = "Беседа не найдена.";
$a->strings["Message was not deleted."] = "Сообщение не было удалено.";
$a->strings["Conversation was not removed."] = "Беседа не была удалена.";
$a->strings["No messages."] = "Нет сообщений.";
$a->strings["Message not available."] = "Сообщение не доступно.";
$a->strings["Delete message"] = "Удалить сообщение";
$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
$a->strings["Delete conversation"] = "Удалить историю общения";
$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Невозможно защищённое соединение. Вы <strong>имеете</strong> возможность ответить со страницы профиля отправителя.";
$a->strings["Send Reply"] = "Отправить ответ";
$a->strings["Unknown sender - %s"] = "Неизвестный отправитель - %s";
$a->strings["You and %s"] = "Вы и %s";
$a->strings["%s and You"] = "%s и Вы";
$a->strings["%d message"] = [
0 => "%d сообщение",
1 => "%d сообщений",
2 => "%d сообщений",
3 => "%d сообщений",
];
$a->strings["Subscribing to OStatus contacts"] = "Подписка на OStatus-контакты";
$a->strings["No contact provided."] = "Не указан контакт.";
$a->strings["Couldn't fetch information for contact."] = "Невозможно получить информацию о контакте.";
$a->strings["Couldn't fetch friends for contact."] = "Невозможно получить друзей для контакта.";
$a->strings["success"] = "удачно";
$a->strings["failed"] = "неудача";
$a->strings["ignored"] = "игнорирован";
$a->strings["%1\$s welcomes %2\$s"] = "%1\$s добро пожаловать %2\$s";
$a->strings["User deleted their account"] = "Пользователь удалил свою учётную запись";
$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "Пользователь удалил свою учётную запись на вашем сервере Friendica. Пожалуйста, убедитесь, что их данные будут удалены из резервных копий.";
$a->strings["The user id is %d"] = "id пользователя: %d";
$a->strings["Remove My Account"] = "Удалить мой аккаунт";
$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Это позволит полностью удалить ваш аккаунт. Как только это будет сделано, аккаунт восстановлению не подлежит.";
$a->strings["Please enter your password for verification:"] = "Пожалуйста, введите свой пароль для проверки:";
$a->strings["Remove Item Tag"] = "Удалить ключевое слово";
$a->strings["Select a tag to remove: "] = "Выберите ключевое слово для удаления: ";
$a->strings["Remove"] = "Удалить";
$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Нет предложений. Если это новый сайт, пожалуйста, попробуйте снова через 24 часа.";
$a->strings["The requested item doesn't exist or has been deleted."] = "Запрошенная запись не существует или была удалена.";
$a->strings["Access to this profile has been restricted."] = "Доступ к этому профилю ограничен.";
$a->strings["The feed for this item is unavailable."] = "Лента недоступна для этого объекта.";
$a->strings["Invalid request."] = "Неверный запрос.";
$a->strings["Image exceeds size limit of %s"] = "Изображение превышает лимит размера в %s";
$a->strings["Unable to process image."] = "Невозможно обработать фото.";
$a->strings["Wall Photos"] = "Фото стены";
$a->strings["Image upload failed."] = "Загрузка фото неудачная.";
$a->strings["No valid account found."] = "Не найдено действительного аккаунта.";
$a->strings["Password reset request issued. Check your email."] = "Запрос на сброс пароля принят. Проверьте вашу электронную почту.";
$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tПривет, %1\$s,\n\t\t\"%2\$s\" был получен запрос на сброс вашего пароля.\n\t\tЧтобы подтвердить запрос, перейдите по ссылке ниже или \n\t\tскопируйте её в адресную строку вашего браузера.\n\n\t\tЕсли вы НЕ отправляли этот запрос, то НЕ ПЕРЕХОДИТЕ по\n\t\tэтой ссылке, просто проигнорируйте это письмо. Запрос скоро отменится.\n\n\t\tВаш пароль не будет изменён до тех пор, пока вы не подтвердите,\n\t\tчто вы отправляли этот запрос как описано выше.";
$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\n\t\tПерейдите по этой ссылке для подтверждения вашей личности:\n\n\t\t%1\$s\n\n\t\tЗатем вы получите ещё одно письмо, содержащее ваш пароль.\n\t\tВы сможете сменить этот пароль в настройках вашей учётной записи после входа.\n\n\t\tДанные для входа:\n\n\t\tАдрес сервера:\t%2\$s\n\t\tИмя для входа:\t%3\$s";
$a->strings["Password reset requested at %s"] = "Запрос на сброс пароля получен %s";
$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Запрос не может быть проверен. (Вы, возможно, ранее представляли его.) Попытка сброса пароля неудачная.";
$a->strings["Request has expired, please make a new one."] = "Запрос истёк, пожалуйста, повторите его.";
$a->strings["Forgot your Password?"] = "Забыли пароль?";
$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Введите адрес электронной почты и подтвердите, что вы хотите сбросить ваш пароль. Затем проверьте свою электронную почту для получения дальнейших инструкций.";
$a->strings["Nickname or Email: "] = "Ник или E-mail: ";
$a->strings["Reset"] = "Сброс";
$a->strings["Password Reset"] = "Сброс пароля";
$a->strings["Your password has been reset as requested."] = "Ваш пароль был сброшен по требованию.";
$a->strings["Your new password is"] = "Ваш новый пароль";
$a->strings["Save or copy your new password - and then"] = "Сохраните или скопируйте новый пароль - и затем";
$a->strings["click here to login"] = "нажмите здесь для входа";
$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Ваш пароль может быть изменен на странице <em>Настройки</em> после успешного входа.";
$a->strings["Your password has been reset."] = "Ваш пароль был сброшен.";
$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tПривет, %1\$s!\n\t\t\t\tВаш пароль был сменён по вашему запросу. Пожалуйста, сохраните эту информацию в надёжном месте (или сразу смените пароль на тот, который вы сможете запомнить).\n\t\t";
$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tВаши данные для входа ниже:\n\n\t\t\tАдрес сервера:\t%1\$s\n\t\t\tИмя для входа:\t%2\$s\n\t\t\tПароль:\t%3\$s\n\n\t\t\tВы можете сменить этот пароль в настройках учётной записи после входа.\n\t\t";
$a->strings["Your password has been changed at %s"] = "Ваш пароль был изменен %s";
$a->strings["This introduction has already been accepted."] = "Этот запрос был уже принят.";
$a->strings["Profile location is not valid or does not contain profile information."] = "Местоположение профиля является недопустимым или не содержит информацию о профиле.";
$a->strings["Warning: profile location has no identifiable owner name."] = "Внимание: местоположение профиля не имеет идентифицируемого имени владельца.";
$a->strings["Warning: profile location has no profile photo."] = "Внимание: местоположение профиля не имеет еще фотографии профиля.";
$a->strings["%d required parameter was not found at the given location"] = [
0 => "%d требуемый параметр не был найден в заданном месте",
1 => "%d требуемых параметров не были найдены в заданном месте",
2 => "%d требуемых параметров не были найдены в заданном месте",
3 => "%d требуемых параметров не были найдены в заданном месте",
];
$a->strings["Introduction complete."] = "Запрос создан.";
$a->strings["Unrecoverable protocol error."] = "Неисправимая ошибка протокола.";
$a->strings["Profile unavailable."] = "Профиль недоступен.";
$a->strings["%s has received too many connection requests today."] = "К %s пришло сегодня слишком много запросов на подключение.";
$a->strings["Spam protection measures have been invoked."] = "Были применены меры защиты от спама.";
$a->strings["Friends are advised to please try again in 24 hours."] = "Друзья советуют попробовать еще раз в ближайшие 24 часа.";
$a->strings["Invalid locator"] = "Недопустимый локатор";
$a->strings["You have already introduced yourself here."] = "Вы уже ввели информацию о себе здесь.";
$a->strings["Apparently you are already friends with %s."] = "Похоже, что вы уже друзья с %s.";
$a->strings["Invalid profile URL."] = "Неверный URL профиля.";
$a->strings["Disallowed profile URL."] = "Запрещенный URL профиля.";
$a->strings["Blocked domain"] = "Заблокированный домен";
$a->strings["Failed to update contact record."] = "Не удалось обновить запись контакта.";
$a->strings["Your introduction has been sent."] = "Ваш запрос отправлен.";
$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Удаленная подписка не может быть выполнена на вашей сети. Пожалуйста, подпишитесь на вашей системе.";
$a->strings["Please login to confirm introduction."] = "Для подтверждения запроса войдите пожалуйста с паролем.";
$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Неверно идентифицирован вход. Пожалуйста, войдите в <strong>этот</strong> профиль.";
$a->strings["Confirm"] = "Подтвердить";
$a->strings["Hide this contact"] = "Скрыть этот контакт";
$a->strings["Welcome home %s."] = "Добро пожаловать домой, %s!";
$a->strings["Please confirm your introduction/connection request to %s."] = "Пожалуйста, подтвердите краткую информацию / запрос на подключение к %s.";
$a->strings["Friend/Connection Request"] = "Запрос в друзья / на подключение";
$a->strings["Enter your Webfinger address (user@domain.tld) or profile URL here. If this isn't supported by your system (for example it doesn't work with Diaspora), you have to subscribe to <strong>%s</strong> directly on your system"] = "Введите здесь ваш Webfinger-адрес (user@domain.tld) или ссылку на профиль. Если это не поддерживается вашей системой (например, Diaspora), вам нужно подписаться на <strong>%s</strong> непосредственно на вашей системе";
$a->strings["If you are not yet a member of the free social web, <a href=\"%s\">follow this link to find a public Friendica node and join us today</a>."] = "Если вы ещё не член свободной социальной сети, <a href=\"%s\">пройдите по этой ссылке, чтобы найти публичный узел Friendica и присоединитесь к нам сегодня</a>.";
$a->strings["Your Webfinger address or profile URL:"] = "Ваш адрес Webfinger или ссылка на профиль:";
$a->strings["Please answer the following:"] = "Пожалуйста, ответьте следующее:";
$a->strings["%s knows you"] = "%s знают Вас";
$a->strings["Add a personal note:"] = "Добавить личную заметку:";
$a->strings["Authorize application connection"] = "Разрешить связь с приложением";
$a->strings["Return to your app and insert this Securty Code:"] = "Вернитесь в ваше приложение и задайте этот код:";
$a->strings["Please login to continue."] = "Пожалуйста, войдите для продолжения.";
$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Вы действительно хотите разрешить этому приложению доступ к своим записям и контактам, а также создавать новые записи от вашего имени?";
$a->strings["Yes"] = "Да";
$a->strings["No"] = "Нет";
$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Извините, похоже что загружаемый файл превышает лимиты, разрешенные конфигурацией PHP";
$a->strings["Or - did you try to upload an empty file?"] = "Или вы пытались загрузить пустой файл?";
$a->strings["File exceeds size limit of %s"] = "Файл превышает лимит размера в %s";
$a->strings["File upload failed."] = "Загрузка файла не удалась.";
$a->strings["Unable to locate original post."] = "Не удалось найти оригинальную запись.";
$a->strings["Empty post discarded."] = "Пустое сообщение отбрасывается.";
$a->strings["Post updated."] = "Запись обновлена.";
$a->strings["Item wasn't stored."] = "Запись не была сохранена.";
$a->strings["Item couldn't be fetched."] = "Не удалось получить запись.";
$a->strings["Item not found."] = "Пункт не найден.";
$a->strings["User imports on closed servers can only be done by an administrator."] = "Импорт пользователей на закрытых серверах может быть произведён только администратором.";
$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Этот сайт превысил допустимое количество ежедневных регистраций. Пожалуйста, повторите попытку завтра.";
$a->strings["Import"] = "Импорт";
$a->strings["Move account"] = "Удалить аккаунт";
$a->strings["You can import an account from another Friendica server."] = "Вы можете импортировать учетную запись с другого сервера Friendica.";
$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Вам нужно экспортировать свой ​​аккаунт со старого сервера и загрузить его сюда. Мы восстановим ваш ​​старый аккаунт здесь со всеми вашими контактами. Мы постараемся также сообщить друзьям, что вы переехали сюда.";
$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "Это экспериментальная функция. Мы не можем импортировать контакты из сети OStatus (GNU Social/ StatusNet) или из Diaspora";
$a->strings["Account file"] = "Файл аккаунта";
$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Для экспорта аккаунта, перейдите в \"Настройки->Экспортировать ваши данные\" и выберите \"Экспорт аккаунта\"";
$a->strings["User not found."] = "Пользователь не найден.";
$a->strings["View"] = "Смотреть";
$a->strings["Previous"] = "Назад";
$a->strings["Next"] = "Далее";
$a->strings["today"] = "сегодня";
$a->strings["month"] = "мес.";
$a->strings["week"] = "неделя";
$a->strings["day"] = "день";
$a->strings["list"] = "список";
$a->strings["User not found"] = "Пользователь не найден";
$a->strings["This calendar format is not supported"] = "Этот формат календарей не поддерживается";
$a->strings["No exportable data found"] = "Нет данных для экспорта";
$a->strings["calendar"] = "календарь";
$a->strings["Item not found"] = "Элемент не найден";
$a->strings["Edit post"] = "Редактировать сообщение";
$a->strings["Save"] = "Сохранить";
$a->strings["web link"] = "веб-ссылка";
$a->strings["Insert video link"] = "Вставить ссылку видео";
$a->strings["video link"] = "видео-ссылка";
$a->strings["Insert audio link"] = "Вставить ссылку аудио";
$a->strings["audio link"] = "аудио-ссылка";
$a->strings["CC: email addresses"] = "Копии на email адреса";
$a->strings["Example: bob@example.com, mary@example.com"] = "Пример: bob@example.com, mary@example.com";
$a->strings["Event can not end before it has started."] = "Эвент не может закончится до старта.";
$a->strings["Event title and start time are required."] = "Название мероприятия и время начала обязательны для заполнения.";
$a->strings["Create New Event"] = "Создать новое мероприятие";
$a->strings["Event details"] = "Сведения о мероприятии";
$a->strings["Starting date and Title are required."] = "Необходима дата старта и заголовок.";
$a->strings["Event Starts:"] = "Начало мероприятия:";
$a->strings["Required"] = "Требуется";
$a->strings["Finish date/time is not known or not relevant"] = "Дата/время окончания не известны, или не указаны";
$a->strings["Event Finishes:"] = "Окончание мероприятия:";
$a->strings["Adjust for viewer timezone"] = "Настройка часового пояса";
$a->strings["Description:"] = "Описание:";
$a->strings["Location:"] = "Откуда:";
$a->strings["Title:"] = "Титул:";
$a->strings["Share this event"] = "Поделитесь этим мероприятием";
$a->strings["Basic"] = "Базовый";
$a->strings["Advanced"] = "Расширенный";
$a->strings["Failed to remove event"] = "Ошибка удаления события";
$a->strings["The contact could not be added."] = "Не удалось добавить этот контакт.";
$a->strings["You already added this contact."] = "Вы уже добавили этот контакт.";
$a->strings["The network type couldn't be detected. Contact can't be added."] = "Тип сети не может быть определен. Контакт не может быть добавлен.";
$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Поддержка Diaspora не включена. Контакт не может быть добавлен.";
$a->strings["OStatus support is disabled. Contact can't be added."] = "Поддержка OStatus выключена. Контакт не может быть добавлен.";
$a->strings["Tags:"] = "Ключевые слова: ";
$a->strings["Upload"] = "Загрузить";
$a->strings["Files"] = "Файлы";
$a->strings["Personal Notes"] = "Личные заметки";
$a->strings["Personal notes are visible only by yourself."] = "Личные заметки видны только вам.";
$a->strings["Photo Albums"] = "Фотоальбомы";
$a->strings["Recent Photos"] = "Последние фото";
$a->strings["Upload New Photos"] = "Загрузить новые фото";
$a->strings["everybody"] = "все";
$a->strings["Contact information unavailable"] = "Информация о контакте недоступна";
$a->strings["Album not found."] = "Альбом не найден.";
$a->strings["Album successfully deleted"] = "Альбом успешно удалён";
$a->strings["Album was empty."] = "Альбом был пуст.";
$a->strings["Failed to delete the photo."] = "Не получилось удалить фото.";
$a->strings["a photo"] = "фото";
$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s отмечен/а/ в %2\$s by %3\$s";
$a->strings["Image upload didn't complete, please try again"] = "Не получилось загрузить изображение, попробуйте снова";
$a->strings["Image file is missing"] = "Файл изображения не найден";
$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Сервер не принимает новые файлы для загрузки в настоящий момент, пожалуйста, свяжитесь с администратором";
$a->strings["Image file is empty."] = "Файл изображения пуст.";
$a->strings["No photos selected"] = "Не выбрано фото.";
$a->strings["Upload Photos"] = "Загрузить фото";
$a->strings["New album name: "] = "Название нового альбома: ";
$a->strings["or select existing album:"] = "или выберите имеющийся альбом:";
$a->strings["Do not show a status post for this upload"] = "Не показывать статус-сообщение для этой закачки";
$a->strings["Do you really want to delete this photo album and all its photos?"] = "Вы действительно хотите удалить этот альбом и все его фотографии?";
$a->strings["Delete Album"] = "Удалить альбом";
$a->strings["Edit Album"] = "Редактировать альбом";
$a->strings["Drop Album"] = "Удалить альбом";
$a->strings["Show Newest First"] = "Показать новые первыми";
$a->strings["Show Oldest First"] = "Показать старые первыми";
$a->strings["View Photo"] = "Просмотр фото";
$a->strings["Permission denied. Access to this item may be restricted."] = "Нет разрешения. Доступ к этому элементу ограничен.";
$a->strings["Photo not available"] = "Фото недоступно";
$a->strings["Do you really want to delete this photo?"] = "Вы действительно хотите удалить эту фотографию?";
$a->strings["Delete Photo"] = "Удалить фото";
$a->strings["View photo"] = "Просмотр фото";
$a->strings["Edit photo"] = "Редактировать фото";
$a->strings["Delete photo"] = "Удалить фото";
$a->strings["Use as profile photo"] = "Использовать как фото профиля";
$a->strings["Private Photo"] = "Закрытое фото";
$a->strings["View Full Size"] = "Просмотреть полный размер";
$a->strings["Tags: "] = "Ключевые слова: ";
$a->strings["[Select tags to remove]"] = "[выберите тэги для удаления]";
$a->strings["New album name"] = "Название нового альбома";
$a->strings["Caption"] = "Подпись";
$a->strings["Add a Tag"] = "Добавить ключевое слово (тег)";
$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Пример: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping";
$a->strings["Do not rotate"] = "Не поворачивать";
$a->strings["Rotate CW (right)"] = "Поворот по часовой стрелке (направо)";
$a->strings["Rotate CCW (left)"] = "Поворот против часовой стрелки (налево)";
$a->strings["I like this (toggle)"] = "Нравится";
$a->strings["I don't like this (toggle)"] = "Не нравится";
$a->strings["This is you"] = "Это вы";
$a->strings["Comment"] = "Оставить комментарий";
$a->strings["Map"] = "Карта";
$a->strings["You must be logged in to use addons. "] = "Вы должны войти в систему, чтобы использовать аддоны.";
$a->strings["Delete this item?"] = "Удалить этот элемент?";
$a->strings["toggle mobile"] = "мобильная версия";
$a->strings["Login failed."] = "Войти не удалось.";
$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Мы столкнулись с проблемой при входе с OpenID, который вы указали. Пожалуйста, проверьте правильность написания ID.";
$a->strings["The error message was:"] = "Сообщение об ошибке было:";
$a->strings["Login failed. Please check your credentials."] = "Ошибка входа. Пожалуйста, проверьте данные для входа.";
$a->strings["Welcome %s"] = "Добро пожаловать, %s";
$a->strings["Please upload a profile photo."] = "Пожалуйста, загрузите фотографию профиля.";
$a->strings["Method not allowed for this module. Allowed method(s): %s"] = "Метод не разрешён для этого модуля. Разрешенный метод(ы): %s";
$a->strings["Page not found."] = "Страница не найдена.";
$a->strings["The database version had been set to %s."] = "Версия базы данных была установлена на %s.";
$a->strings["There are no tables on MyISAM or InnoDB with the Antelope file format."] = "В MyISAM или InnoDB нет таблиц в формате Antelope.";
$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nОшибка %d возникла при обновлении базы данных:\n%s\n";
$a->strings["Errors encountered performing database changes: "] = "Ошибки, возникшие при применении изменений базы данных: ";
$a->strings["Another database update is currently running."] = "Другая операция обновления базы данных уже запущена.";
$a->strings["%s: Database update"] = "%s: Обновление базы данных";
$a->strings["%s: updating %s table."] = "%s: обновляется %s таблица.";
$a->strings["Database error %d \"%s\" at \"%s\""] = "Ошибка базы данных %d \"%s\" в \"%s\"";
$a->strings["Friendica can't display this page at the moment, please contact the administrator."] = "Friendica не может отобразить эту страницу в данный момент, пожалуйста, свяжитесь с администратором.";
$a->strings["template engine cannot be registered without a name."] = "";
$a->strings["template engine is not registered!"] = "";
$a->strings["Update %s failed. See error logs."] = "Обновление %s не удалось. Смотрите журнал ошибок.";
$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tРазработчики Френдики недавно выпустили обновление %s,\n\t\t\t\tно при установке что-то пошло не так.\n\t\t\t\tЭто нужно исправить в ближайшее время и у меня не получается сделать это самостоятельно. Пожалуйста, свяжитесь с разработчиками Френдики, если вы не можете мне помочь сами. База данных может быть повреждена.";
$a->strings["The error message is\n[pre]%s[/pre]"] = "Сообщение об ошибке:\n[pre]%s[/pre]";
$a->strings["[Friendica Notify] Database update"] = "[Friendica Notify] Обновление базы данных";
$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tБаза данных Френдики была успешно обновлена с версии %s на %s.";
$a->strings["Yourself"] = "Вы";
$a->strings["Followers"] = "Подписчики";
$a->strings["Mutuals"] = "Взаимные";
$a->strings["Post to Email"] = "Отправить на Email";
$a->strings["Public"] = "Публично";
$a->strings["This content will be shown to all your followers and can be seen in the community pages and by anyone with its link."] = "Это будет показано всем вашим подписчикам и так же будет доступно в общей ленте и по прямой ссылке.";
$a->strings["Limited/Private"] = "Ограниченный доступ";
$a->strings["This content will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = "Это будет доступно только получателям, перечисленным в первом поле, за исключением тех, кто добавлен во второе поле. Нигде в открытом доступе это не появится.";
$a->strings["Show to:"] = "Доступно:";
$a->strings["Except to:"] = "За исключением:";
$a->strings["Connectors"] = "Соединители";
$a->strings["The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Не получается записать файл конфигурации базы данных \"config/local.config.php\". Пожалуйста, создайте этот файл в корневом каталоге веб-сервера вручную, вставив в него приведённые здесь данные.";
$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Вам может понадобиться импортировать файл \"database.sql\" вручную с помощью PhpMyAdmin или MySQL.";
$a->strings["Please see the file \"doc/INSTALL.md\"."] = "";
$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Не удалось найти PATH веб-сервера в установках PHP.";
$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/stable/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>"] = "";
$a->strings["PHP executable path"] = "PHP executable path";
$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Введите полный путь к исполняемому файлу PHP. Вы можете оставить это поле пустым, чтобы продолжить установку.";
$a->strings["Command line PHP"] = "Command line PHP";
$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "Бинарник PHP не является CLI версией (может быть это cgi-fcgi версия)";
$a->strings["Found PHP version: "] = "Найденная PHP версия: ";
$a->strings["PHP cli binary"] = "PHP cli binary";
$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Не включено \"register_argc_argv\" в установках PHP.";
$a->strings["This is required for message delivery to work."] = "Это необходимо для работы доставки сообщений.";
$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Ошибка: функция \"openssl_pkey_new\" в этой системе не в состоянии генерировать ключи шифрования";
$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Если вы работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\".";
$a->strings["Generate encryption keys"] = "Генерация шифрованых ключей";
$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Ошибка: необходим модуль веб-сервера Apache mod-rewrite, но он не установлен.";
$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module";
$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Ошибка: PDO или MySQLi модули PHP требуются, но не установлены.";
$a->strings["Error: The MySQL driver for PDO is not installed."] = "Ошибка: Драйвер MySQL для PDO не установлен.";
$a->strings["PDO or MySQLi PHP module"] = "PDO или MySQLi PHP модуль";
$a->strings["Error, XML PHP module required but not installed."] = "Ошибка, необходим PHP модуль XML, но он не установлен";
$a->strings["XML PHP module"] = "XML PHP модуль";
$a->strings["libCurl PHP module"] = "libCurl PHP модуль";
$a->strings["Error: libCURL PHP module required but not installed."] = "Ошибка: необходим libCURL PHP модуль, но он не установлен.";
$a->strings["GD graphics PHP module"] = "GD graphics PHP модуль";
$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Ошибка: необходим PHP модуль GD графики с поддержкой JPEG, но он не установлен.";
$a->strings["OpenSSL PHP module"] = "OpenSSL PHP модуль";
$a->strings["Error: openssl PHP module required but not installed."] = "Ошибка: необходим PHP модуль OpenSSL, но он не установлен.";
$a->strings["mb_string PHP module"] = "mb_string PHP модуль";
$a->strings["Error: mb_string PHP module required but not installed."] = "Ошибка: необходим PHP модуль mb_string, но он не установлен.";
$a->strings["iconv PHP module"] = "iconv PHP модуль";
$a->strings["Error: iconv PHP module required but not installed."] = "Ошибка: необходим PHP модуль iconv, но он не установлен.";
$a->strings["POSIX PHP module"] = "POSIX PHP модуль";
$a->strings["Error: POSIX PHP module required but not installed."] = "Ошибка: POSIX PHP модуль требуется, но не установлен.";
$a->strings["JSON PHP module"] = "JSON PHP модуль";
$a->strings["Error: JSON PHP module required but not installed."] = "Ошибка: JSON PHP модуль требуется, но не установлен.";
$a->strings["File Information PHP module"] = "File Information PHP модуль";
$a->strings["Error: File Information PHP module required but not installed."] = "Ошибка File Information PHP модуль требуется, но не установлен.";
$a->strings["The web installer needs to be able to create a file called \"local.config.php\" in the \"config\" folder of your web server and it is unable to do so."] = "Установщику требуется создать файл \"local.config.php\" в каталоге \"config\" на вашем веб-сервере, но у него не получается это сделать.";
$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Это наиболее частые параметры разрешений, когда веб-сервер не может записать файлы в папке - даже если вы можете.";
$a->strings["At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica \"config\" folder."] = "В конце этой операции мы предоставим вам текст конфигурации, которую вам нужно будет сохранить в виде файла local.config.php в каталоге \"config\" вашей установки Френдики.";
$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "В качестве альтернативы вы можете пропустить эту процедуру и выполнить установку вручную. Пожалуйста, обратитесь к файлу \"INSTALL.txt\" для получения инструкций.";
$a->strings["config/local.config.php is writable"] = "config/local.config.php доступен для записи";
$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica использует механизм шаблонов Smarty3 для генерации веб-страниц. Smarty3 компилирует шаблоны в PHP для увеличения скорости загрузки.";
$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "Для того чтобы хранить эти скомпилированные шаблоны, веб-сервер должен иметь доступ на запись для папки view/smarty3 в директории, где установлена Friendica.";
$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Пожалуйста, убедитесь, что пользователь, под которым работает ваш веб-сервер (например www-data), имеет доступ на запись в этой папке.";
$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Примечание: в качестве меры безопасности, вы должны дать вебсерверу доступ на запись только в view/smarty3 - но не на сами файлы шаблонов (.tpl)., Которые содержатся в этой папке.";
$a->strings["view/smarty3 is writable"] = "view/smarty3 доступен для записи";
$a->strings["Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist to .htaccess."] = "Url rewrite в .htaccess не работает. Убедитесь, что вы скопировали .htaccess-dist в .htaccess.";
$a->strings["Error message from Curl when fetching"] = "Ошибка Curl при закачке";
$a->strings["Url rewrite is working"] = "Url rewrite работает";
$a->strings["ImageMagick PHP extension is not installed"] = "Модуль PHP ImageMagick не установлен";
$a->strings["ImageMagick PHP extension is installed"] = "Модуль PHP ImageMagick установлен";
$a->strings["ImageMagick supports GIF"] = "ImageMagick поддерживает GIF";
$a->strings["Database already in use."] = "База данных уже используется.";
$a->strings["Could not connect to database."] = "Не удалось подключиться к базе данных.";
$a->strings["Monday"] = "Понедельник";
$a->strings["Tuesday"] = "Вторник";
$a->strings["Wednesday"] = "Среда";
$a->strings["Thursday"] = "Четверг";
$a->strings["Friday"] = "Пятница";
$a->strings["Saturday"] = "Суббота";
$a->strings["Sunday"] = "Воскресенье";
$a->strings["January"] = "Январь";
$a->strings["February"] = "Февраль";
$a->strings["March"] = "Март";
$a->strings["April"] = "Апрель";
$a->strings["May"] = "Май";
$a->strings["June"] = "Июнь";
$a->strings["July"] = "Июль";
$a->strings["August"] = "Август";
$a->strings["September"] = "Сентябрь";
$a->strings["October"] = "Октябрь";
$a->strings["November"] = "Ноябрь";
$a->strings["December"] = "Декабрь";
$a->strings["Mon"] = "Пн";
$a->strings["Tue"] = "Вт";
$a->strings["Wed"] = "Ср";
$a->strings["Thu"] = "Чт";
$a->strings["Fri"] = "Пт";
$a->strings["Sat"] = "Сб";
$a->strings["Sun"] = "Вс";
$a->strings["Jan"] = "Янв";
$a->strings["Feb"] = "Фев";
$a->strings["Mar"] = "Мрт";
$a->strings["Apr"] = "Апр";
$a->strings["Jun"] = "Июн";
$a->strings["Jul"] = "Июл";
$a->strings["Aug"] = "Авг";
$a->strings["Sep"] = "Сен";
$a->strings["Oct"] = "Окт";
$a->strings["Nov"] = "Нбр";
$a->strings["Dec"] = "Дек";
$a->strings["poke"] = "poke";
$a->strings["poked"] = "ткнут";
$a->strings["ping"] = "пинг";
$a->strings["pinged"] = "пингуется";
$a->strings["prod"] = "толкать";
$a->strings["prodded"] = "толкнут";
$a->strings["slap"] = "шлепнуть";
$a->strings["slapped"] = "шлепнут";
$a->strings["finger"] = "указатель";
$a->strings["fingered"] = "пощупали";
$a->strings["rebuff"] = "ребаф";
$a->strings["rebuffed"] = "ребафнут";
$a->strings["Error decoding account file"] = "Ошибка расшифровки файла аккаунта";
$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Ошибка! Неправильная версия данных в файле! Это не файл аккаунта Friendica?";
$a->strings["User '%s' already exists on this server!"] = "Пользователь '%s' уже существует на этом сервере!";
$a->strings["User creation error"] = "Ошибка создания пользователя";
$a->strings["%d contact not imported"] = [
0 => "%d контакт не импортирован",
1 => "%d контакты не импортированы",
2 => "%d контакты не импортированы",
3 => "%d контакты не импортированы",
];
$a->strings["User profile creation error"] = "Ошибка создания профиля пользователя";
$a->strings["Done. You can now login with your username and password"] = "Завершено. Теперь вы можете войти с вашим логином и паролем";
$a->strings["Legacy module file not found: %s"] = "Legacy-модуль не найден: %s";
$a->strings["(no subject)"] = "(без темы)";
$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Это сообщение было отправлено вам %s, участником социальной сети Friendica.";
$a->strings["You may visit them online at %s"] = "Вы можете посетить их в онлайне на %s";
$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Пожалуйста, свяжитесь с отправителем, ответив на это сообщение, если вы не хотите получать эти сообщения.";
$a->strings["%s posted an update."] = "%s отправил/а/ обновление.";
$a->strings["This entry was edited"] = "Эта запись была отредактирована";
$a->strings["Private Message"] = "Личное сообщение";
$a->strings["pinned item"] = "закреплённая запись";
$a->strings["Delete locally"] = "Удалить для себя";
$a->strings["Delete globally"] = "Удалить везде";
$a->strings["Remove locally"] = "Убрать для себя";
$a->strings["save to folder"] = "сохранить в папке";
$a->strings["I will attend"] = "Я буду";
$a->strings["I will not attend"] = "Меня не будет";
$a->strings["I might attend"] = "Возможно";
$a->strings["ignore thread"] = "игнорировать тему";
$a->strings["unignore thread"] = "не игнорировать тему";
$a->strings["toggle ignore status"] = "изменить статус игнорирования";
$a->strings["pin"] = "Закрепить";
$a->strings["unpin"] = "Открепить";
$a->strings["toggle pin status"] = "закрепить/открепить";
$a->strings["pinned"] = "закреплено";
$a->strings["add star"] = "пометить";
$a->strings["remove star"] = "убрать метку";
$a->strings["toggle star status"] = "переключить статус";
$a->strings["starred"] = "помечено";
$a->strings["add tag"] = "добавить ключевое слово (тег)";
$a->strings["like"] = "нравится";
$a->strings["dislike"] = "не нравится";
$a->strings["Share this"] = "Поделитесь этим";
$a->strings["share"] = "поделиться";
$a->strings["%s (Received %s)"] = "%s (Получено %s)";
$a->strings["Comment this item on your system"] = "Прокомментировать это на вашем узле";
$a->strings["remote comment"] = "";
$a->strings["Pushed"] = "";
$a->strings["Pulled"] = "";
$a->strings["to"] = "к";
$a->strings["via"] = "через";
$a->strings["Wall-to-Wall"] = "Стена-на-Стену";
$a->strings["via Wall-To-Wall:"] = "через Стена-на-Стену:";
$a->strings["Reply to %s"] = "Ответ %s";
$a->strings["More"] = "Ещё";
$a->strings["Notifier task is pending"] = "Постановка в очередь";
$a->strings["Delivery to remote servers is pending"] = "Ожидается отправка адресатам";
$a->strings["Delivery to remote servers is underway"] = "Отправка адресатам в процессе";
$a->strings["Delivery to remote servers is mostly done"] = "Отправка адресатам почти завершилась";
$a->strings["Delivery to remote servers is done"] = "Отправка адресатам завершена";
$a->strings["%d comment"] = [
0 => "%d комментарий",
1 => "%d комментариев",
2 => "%d комментариев",
3 => "%d комментариев",
];
$a->strings["Show more"] = "Показать больше";
$a->strings["Show fewer"] = "Показать меньше";
$a->strings["comment"] = [
0 => "",
1 => "",
2 => "комментарий",
3 => "комментарий",
];
$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Не удалось найти не архивированных контактов для этой URL (%s)";
$a->strings["The contact entries have been archived"] = "Записи этого контакта были архивированы.";
$a->strings["Could not find any contact entry for this URL (%s)"] = "Не удалось найти контактных данных по этой ссылке (%s)";
$a->strings["The contact has been blocked from the node"] = "Контакт был заблокирован на узле.";
$a->strings["Enter new password: "] = "Введите новый пароль:";
$a->strings["Enter user name: "] = "Введите имя пользователя:";
$a->strings["Enter user nickname: "] = "Введите ник пользователя:";
$a->strings["Enter user email address: "] = "Введите адрес почты пользователя:";
$a->strings["Enter a language (optional): "] = "Введите язык (не обязательно):";
$a->strings["User is not pending."] = "Пользователь не в ожидании";
$a->strings["User has already been marked for deletion."] = "Пользователь уже помечен для удаления.";
$a->strings["Type \"yes\" to delete %s"] = "Введите \"yes\" для удаления %s";
$a->strings["Deletion aborted."] = "Удаление отменено.";
$a->strings["Post update version number has been set to %s."] = "Версия post update установлена на %s.";
$a->strings["Check for pending update actions."] = "Проверить наличие отложенных действий.";
$a->strings["Done."] = "Готово.";
$a->strings["Execute pending post updates."] = "Выполнить обновления записей из очереди.";
$a->strings["All pending post updates are done."] = "Все операции по обновлению записей выполнены.";
$a->strings["The folder view/smarty3/ must be writable by webserver."] = "";
$a->strings["Hometown:"] = "Родной город:";
$a->strings["Marital Status:"] = "Семейное положение:";
$a->strings["With:"] = "Вместе:";
$a->strings["Since:"] = "С:";
$a->strings["Sexual Preference:"] = "Сексуальные предпочтения:";
$a->strings["Political Views:"] = "Политические взгляды:";
$a->strings["Religious Views:"] = "Религиозные взгляды:";
$a->strings["Likes:"] = "Нравится:";
$a->strings["Dislikes:"] = "Не нравится:";
$a->strings["Title/Description:"] = "Заголовок / Описание:";
$a->strings["Summary"] = "Резюме";
$a->strings["Musical interests"] = "Музыкальные интересы";
$a->strings["Books, literature"] = "Книги, литература";
$a->strings["Television"] = "Телевидение";
$a->strings["Film/dance/culture/entertainment"] = "Кино / танцы / культура / развлечения";
$a->strings["Hobbies/Interests"] = "Хобби / Интересы";
$a->strings["Love/romance"] = "Любовь / романтика";
$a->strings["Work/employment"] = "Работа / занятость";
$a->strings["School/education"] = "Школа / образование";
$a->strings["Contact information and Social Networks"] = "Контактная информация и социальные сети";
$a->strings["No system theme config value set."] = "Настройки системной темы не установлены.";
$a->strings["Friend Suggestion"] = "Предложение в друзья";
$a->strings["Friend/Connect Request"] = "Запрос в друзья / на подключение";
$a->strings["New Follower"] = "Новый фолловер";
$a->strings["%s created a new post"] = "%s написал новое сообщение";
$a->strings["%s commented on %s's post"] = "%s прокомментировал %s сообщение";
$a->strings["%s liked %s's post"] = "%s нравится %s сообшение";
$a->strings["%s disliked %s's post"] = "%s не нравится сообщение %s";
$a->strings["%s is attending %s's event"] = "%s будет присутствовать на событии %s";
$a->strings["%s is not attending %s's event"] = "%s не будет присутствовать на событии %s";
$a->strings["%s may attending %s's event"] = "%s возможно будет присутствовать на событии %s";
$a->strings["%s is now friends with %s"] = "%s теперь друзья с %s";
$a->strings["Network Notifications"] = "Уведомления сети";
$a->strings["System Notifications"] = "Уведомления системы";
$a->strings["Personal Notifications"] = "Личные уведомления";
$a->strings["Home Notifications"] = "Уведомления";
$a->strings["No more %s notifications."] = "Больше нет уведомлений о %s.";
$a->strings["Show unread"] = "Показать непрочитанные";
$a->strings["Show all"] = "Показать все";
$a->strings["You must be logged in to show this page."] = "Вам нужно войти, чтобы увидеть эту страницу.";
$a->strings["Notifications"] = "Уведомления";
$a->strings["Show Ignored Requests"] = "Показать проигнорированные запросы";
$a->strings["Hide Ignored Requests"] = "Скрыть проигнорированные запросы";
$a->strings["Notification type:"] = "Тип уведомления:";
$a->strings["Suggested by:"] = "Рекомендовано:";
$a->strings["Hide this contact from others"] = "Скрыть этот контакт от других";
$a->strings["Approve"] = "Одобрить";
$a->strings["Claims to be known to you: "] = "Утверждения, о которых должно быть вам известно: ";
$a->strings["Shall your connection be bidirectional or not?"] = "Должно ли ваше соединение быть двухсторонним или нет?";
$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Принимая %s как друга вы позволяете %s читать ему свои записи, а также будете получать записи от него.";
$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Принимая %s как подписчика вы позволяете читать ему свои записи, но вы не будете получать записей от него.";
$a->strings["Friend"] = "Друг";
$a->strings["Subscriber"] = "Подписчик";
$a->strings["About:"] = "О себе:";
$a->strings["Network:"] = "Сеть:";
$a->strings["No introductions."] = "Запросов нет.";
$a->strings["A Decentralized Social Network"] = "Децентрализованная социальная сеть";
$a->strings["Logged out."] = "Выход из системы.";
$a->strings["Invalid code, please retry."] = "Неправильный код, попробуйте ещё.";
$a->strings["Two-factor authentication"] = "Двухфакторная аутентификация";
$a->strings["<p>Open the two-factor authentication app on your device to get an authentication code and verify your identity.</p>"] = "<p>Откройте приложение для двухфакторной аутентификации на вашем устройстве, чтобы получить код аутентификации и подтвердить вашу личность.</p>";
$a->strings["Dont have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>"] = "Нет телефона? <a href=\"%s\">Введите код восстановления</a>";
$a->strings["Please enter a code from your authentication app"] = "Пожалуйста, введите код из вашего приложения для аутентификации";
$a->strings["Verify code and complete login"] = "Введите код для завершения входа";
$a->strings["Remaining recovery codes: %d"] = "Осталось кодов для восстановления: %d";
$a->strings["Two-factor recovery"] = "Двухфакторное восстановление доступа";
$a->strings["<p>You can enter one of your one-time recovery codes in case you lost access to your mobile device.</p>"] = "<p>Вы можете ввести один из ваших одноразовых кодов восстановления в случае, если у вас нет доступа к мобильному устройству.</p>";
$a->strings["Please enter a recovery code"] = "Пожалуйста, введите код восстановления";
$a->strings["Submit recovery code and complete login"] = "Отправить код восстановления и завершить вход";
$a->strings["Create a New Account"] = "Создать новый аккаунт";
$a->strings["Register"] = "Регистрация";
$a->strings["Your OpenID: "] = "Ваш OpenID: ";
$a->strings["Please enter your username and password to add the OpenID to your existing account."] = "Пожалуйста, введите ваше имя пользователя и пароль для того, чтобы добавить OpenID к вашей учётной записи.";
$a->strings["Or login using OpenID: "] = "Или зайти с OpenID: ";
$a->strings["Logout"] = "Выход";
$a->strings["Login"] = "Вход";
$a->strings["Password: "] = "Пароль: ";
$a->strings["Remember me"] = "Запомнить";
$a->strings["Forgot your password?"] = "Забыли пароль?";
$a->strings["Website Terms of Service"] = "Правила сайта";
$a->strings["terms of service"] = "правила";
$a->strings["Website Privacy Policy"] = "Политика конфиденциальности сервера";
$a->strings["privacy policy"] = "политика конфиденциальности";
$a->strings["OpenID protocol error. No ID returned"] = "";
$a->strings["Account not found. Please login to your existing account to add the OpenID to it."] = "";
$a->strings["Account not found. Please register a new account or login to your existing account to add the OpenID to it."] = "";
$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
$a->strings["Time Conversion"] = "История общения";
$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica предоставляет этот сервис для обмена событиями с другими сетями и друзьями, находящимися в неопределённых часовых поясах.";
$a->strings["UTC time: %s"] = "UTC время: %s";
$a->strings["Current timezone: %s"] = "Ваш часовой пояс: %s";
$a->strings["Converted localtime: %s"] = "Ваше изменённое время: %s";
$a->strings["Please select your timezone:"] = "Выберите пожалуйста ваш часовой пояс:";
$a->strings["Source input"] = "";
$a->strings["BBCode::toPlaintext"] = "";
$a->strings["BBCode::convert (raw HTML)"] = "";
$a->strings["BBCode::convert"] = "";
$a->strings["BBCode::convert => HTML::toBBCode"] = "";
$a->strings["BBCode::toMarkdown"] = "";
$a->strings["BBCode::toMarkdown => Markdown::convert (raw HTML)"] = "";
$a->strings["BBCode::toMarkdown => Markdown::convert"] = "";
$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "";
$a->strings["BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"] = "";
$a->strings["Item Body"] = "";
$a->strings["Item Tags"] = "";
$a->strings["PageInfo::appendToBody"] = "";
$a->strings["PageInfo::appendToBody => BBCode::convert (raw HTML)"] = "";
$a->strings["PageInfo::appendToBody => BBCode::convert"] = "";
$a->strings["Source input (Diaspora format)"] = "";
$a->strings["Source input (Markdown)"] = "";
$a->strings["Markdown::convert (raw HTML)"] = "";
$a->strings["Markdown::convert"] = "";
$a->strings["Markdown::toBBCode"] = "";
$a->strings["Raw HTML input"] = "";
$a->strings["HTML Input"] = "";
$a->strings["HTML::toBBCode"] = "";
$a->strings["HTML::toBBCode => BBCode::convert"] = "";
$a->strings["HTML::toBBCode => BBCode::convert (raw HTML)"] = "";
$a->strings["HTML::toBBCode => BBCode::toPlaintext"] = "";
$a->strings["HTML::toMarkdown"] = "";
$a->strings["HTML::toPlaintext"] = "";
$a->strings["HTML::toPlaintext (compact)"] = "";
$a->strings["Decoded post"] = "";
$a->strings["Post array before expand entities"] = "";
$a->strings["Post converted"] = "";
$a->strings["Converted body"] = "";
$a->strings["Twitter addon is absent from the addon/ folder."] = "";
$a->strings["Source text"] = "";
$a->strings["BBCode"] = "";
$a->strings["Diaspora"] = "Diaspora";
$a->strings["Markdown"] = "";
$a->strings["HTML"] = "";
$a->strings["Twitter Source"] = "";
$a->strings["Only logged in users are permitted to perform a probing."] = "";
$a->strings["Formatted"] = "";
$a->strings["Source"] = "";
$a->strings["Activity"] = "";
$a->strings["Object data"] = "";
$a->strings["Result Item"] = "";
$a->strings["Source activity"] = "";
$a->strings["You must be logged in to use this module"] = "Вы должны быть залогинены для использования этого модуля";
$a->strings["Source URL"] = "Исходный URL";
$a->strings["Lookup address"] = "";
$a->strings["Common contact (%s)"] = [
0 => "Общий контакт (%s)",
1 => "Общие контакты (%s)",
2 => "Общие контакты (%s)",
3 => "Общие контакты (%s)",
];
$a->strings["Both <strong>%s</strong> and yourself have publicly interacted with these contacts (follow, comment or likes on public posts)."] = "<strong>%s</strong> и вы публично взаимодействовали с этими контактами (добавляли их, комментировали публичные посты или оставляли лайки к ним).";
$a->strings["No common contacts."] = "Общих контактов нет.";
$a->strings["%s's timeline"] = "Лента %s";
$a->strings["%s's posts"] = "Записи %s";
$a->strings["%s's comments"] = "Комментарии %s";
$a->strings["Follower (%s)"] = [
0 => "Подписчик (%s)",
1 => "Подписчики (%s)",
2 => "Подписчики (%s)",
3 => "Подписчики (%s)",
];
$a->strings["Following (%s)"] = [
0 => "Подписан на (%s)",
1 => "Подписаны на (%s)",
2 => "Подписаны на (%s)",
3 => "Подписаны на (%s)",
];
$a->strings["Mutual friend (%s)"] = [
0 => "Взаимный друг (%s)",
1 => "Взаимные друзья (%s)",
2 => "Взаимные друзья (%s)",
3 => "Взаимные друзья (%s)",
];
$a->strings["These contacts both follow and are followed by <strong>%s</strong>."] = "Эти контакты взаимно добавлены в друзья <strong>%s</strong>.";
$a->strings["Contact (%s)"] = [
0 => "Контакт (%s)",
1 => "Контакты (%s)",
2 => "Контакты (%s)",
3 => "Контакты (%s)",
];
$a->strings["No contacts."] = "Нет контактов.";
$a->strings["You're currently viewing your profile as <b>%s</b> <a href=\"%s\" class=\"btn btn-sm pull-right\">Cancel</a>"] = "Сейчас вы видите свой профиль как <b>%s</b> <a href=\"%s\" class=\"btn btn-sm pull-right\">Отмена</a>";
$a->strings["Member since:"] = "Зарегистрирован с:";
$a->strings["j F, Y"] = "j F, Y";
$a->strings["j F"] = "j F";
$a->strings["Birthday:"] = "День рождения:";
$a->strings["Age: "] = "Возраст: ";
$a->strings["%d year old"] = [
0 => "%dгод",
1 => "%dгода",
2 => "%dлет",
3 => "%dлет",
];
$a->strings["XMPP:"] = "XMPP:";
$a->strings["Homepage:"] = "Домашняя страничка:";
$a->strings["Forums:"] = "Форумы:";
$a->strings["View profile as:"] = "Посмотреть профиль как:";
$a->strings["Edit profile"] = "Редактировать профиль";
$a->strings["View as"] = "Посмотреть как";
$a->strings["Only parent users can create additional accounts."] = "Только основные пользователи могут создавать дополнительные учётные записи.";
$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "";
$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Если вы не знакомы с OpenID, пожалуйста, оставьте это поле пустым и заполните остальные элементы.";
$a->strings["Your OpenID (optional): "] = "Ваш OpenID (необязательно):";
$a->strings["Include your profile in member directory?"] = "Включить ваш профиль в каталог участников?";
$a->strings["Note for the admin"] = "Сообщение для администратора";
$a->strings["Leave a message for the admin, why you want to join this node"] = "Сообщения для администратора сайта на тему \"почему я хочу присоединиться к вам\"";
$a->strings["Membership on this site is by invitation only."] = "Членство на сайте только по приглашению.";
$a->strings["Your invitation code: "] = "Ваш код приглашения:";
$a->strings["Registration"] = "Регистрация";
$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Ваше полное имя (например, Иван Иванов):";
$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Ваш адрес электронной почты: (Информация для входа будет отправлена туда, это должен быть существующий адрес.)";
$a->strings["Please repeat your e-mail address:"] = "Пожалуйста, введите адрес электронной почты ещё раз:";
$a->strings["Leave empty for an auto generated password."] = "Оставьте пустым для автоматической генерации пароля.";
$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"<strong>nickname@%s</strong>\"."] = "";
$a->strings["Choose a nickname: "] = "Выберите псевдоним: ";
$a->strings["Import your profile to this friendica instance"] = "Импорт своего профиля в этот экземпляр friendica";
$a->strings["Terms of Service"] = "Условия оказания услуг";
$a->strings["Note: This node explicitly contains adult content"] = "Внимание: на этом сервере размещаются материалы для взрослых.";
$a->strings["Parent Password:"] = "Родительский пароль:";
$a->strings["Please enter the password of the parent account to legitimize your request."] = "";
$a->strings["Password doesn't match."] = "Пароль не совпадает";
$a->strings["Please enter your password."] = "Пожалуйста, введите ваш пароль.";
$a->strings["You have entered too much information."] = "Вы ввели слишком много информации.";
$a->strings["Please enter the identical mail address in the second field."] = "";
$a->strings["The additional account was created."] = "Дополнительная учётная запись создана.";
$a->strings["Registration successful. Please check your email for further instructions."] = "Регистрация успешна. Пожалуйста, проверьте свою электронную почту для получения дальнейших инструкций.";
$a->strings["Failed to send email message. Here your accout details:<br> login: %s<br> password: %s<br><br>You can change your password after login."] = "Ошибка отправки письма. Вот ваши учетные данные: <br> логин: %s<br> пароль: %s<br><br>Вы сможете изменить пароль после входа.";
$a->strings["Registration successful."] = "Регистрация успешна.";
$a->strings["Your registration can not be processed."] = "Ваша регистрация не может быть обработана.";
$a->strings["You have to leave a request note for the admin."] = "";
$a->strings["Your registration is pending approval by the site owner."] = "Ваша регистрация в ожидании одобрения владельцем сайта.";
$a->strings["Bad Request"] = "Ошибочный запрос";
$a->strings["Unauthorized"] = "Нет авторизации";
$a->strings["Forbidden"] = "Запрещено";
$a->strings["Not Found"] = "Не найдено";
$a->strings["Internal Server Error"] = "Внутренняя ошибка сервера";
$a->strings["Service Unavailable"] = "Служба недоступна";
$a->strings["The server cannot or will not process the request due to an apparent client error."] = "";
$a->strings["Authentication is required and has failed or has not yet been provided."] = "";
$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "";
$a->strings["The requested resource could not be found but may be available in the future."] = "";
$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "";
$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "Сервер в настоящий момент недоступен (из-за перегрузки или отключён для технических работ). Пожалуйста попробуйте зайти снова позднее. ";
$a->strings["Go back"] = "Назад";
$a->strings["Welcome to %s"] = "Добро пожаловать на %s!";
$a->strings["Suggested contact not found."] = "Рекомендованный контакт не найден.";
$a->strings["Friend suggestion sent."] = "Приглашение в друзья отправлено.";
$a->strings["Suggest Friends"] = "Предложить друзей";
$a->strings["Suggest a friend for %s"] = "Предложить друга для %s.";
$a->strings["Credits"] = "Признательность";
$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica это проект сообщества, который был бы невозможен без помощи многих людей. Вот лист тех, кто писал код или помогал с переводом. Спасибо вам всем!";
$a->strings["Friendica Communications Server - Setup"] = "Социальная сеть Friendica - Установка";
$a->strings["System check"] = "Проверить систему";
$a->strings["Check again"] = "Проверить еще раз";
$a->strings["No SSL policy, links will track page SSL state"] = "Нет режима SSL, состояние SSL не будет отслеживаться";
$a->strings["Force all links to use SSL"] = "Заставить все ссылки использовать SSL";
$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Само-подписанный сертификат, использовать SSL только локально (не рекомендуется)";
$a->strings["Base settings"] = "Основные настройки";
$a->strings["SSL link policy"] = "Политика SSL";
$a->strings["Determines whether generated links should be forced to use SSL"] = "Ссылки должны быть вынуждены использовать SSL";
$a->strings["Host name"] = "Имя хоста";
$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = "Впишите здесь имя сервера, если оно определилось неправильно, иначе оставьте его как есть.";
$a->strings["Base path to installation"] = "Путь для установки";
$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = "Если система не смогла определить правильный путь к вашей установке, введите правильный путь здесь. Эта настройка должна использоваться только, если вы используете систему с ограниченным доступом с символьными ссылками в ваш веб-каталог.";
$a->strings["Sub path of the URL"] = "Дополнительная часть URL";
$a->strings["Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path."] = "Впишите здесь правильный каталог URL, если он определён неверно, иначе оставьте его как есть. Пустое поле означает, что Friendica установлена по основному URL без подкаталогов.";
$a->strings["Database connection"] = "Подключение к базе данных";
$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Для того, чтобы установить Friendica, мы должны знать, как подключиться к базе данных.";
$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Пожалуйста, свяжитесь с вашим хостинг-провайдером или администратором сайта, если у вас есть вопросы об этих параметрах.";
$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Базы данных, указанная ниже, должна уже существовать. Если этого нет, пожалуйста, создайте ее перед продолжением.";
$a->strings["Database Server Name"] = "Имя сервера базы данных";
$a->strings["Database Login Name"] = "Логин базы данных";
$a->strings["Database Login Password"] = "Пароль базы данных";
$a->strings["For security reasons the password must not be empty"] = "Для безопасности пароль не должен быть пустым";
$a->strings["Database Name"] = "Имя базы данных";
$a->strings["Please select a default timezone for your website"] = "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта";
$a->strings["Site settings"] = "Настройки сайта";
$a->strings["Site administrator email address"] = "Адрес электронной почты администратора сайта";
$a->strings["Your account email address must match this in order to use the web admin panel."] = "Ваш адрес электронной почты аккаунта должен соответствовать этому, чтобы использовать веб-панель администратора.";
$a->strings["System Language:"] = "Язык системы:";
$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Язык по-умолчанию для интерфейса Friendica и для отправки писем.";
$a->strings["Your Friendica site database has been installed."] = "База данных сайта установлена.";
$a->strings["Installation finished"] = "Установка завершена";
$a->strings["<h1>What next</h1>"] = "<h1>Что далее</h1>";
$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "ВАЖНО: Вам нужно будет [вручную] настроить фоновое задание в планировщике.";
$a->strings["Please see the file \"INSTALL.txt\"."] = "Пожалуйста, смотрите файл \"INSTALL.txt\".";
$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Зайдите на <a href=\"%s/register\">страницу регистрации</a> вашего нового сервера Friendica и зарегистрируйтесь как новый пользователь. Обратите внимание, что нужно использовать тот же адрес почты, какой вы указали в настройках администратора. Это позволит вам зайти в панель администратора.";
$a->strings["- select -"] = "- выбрать -";
$a->strings["Item was not removed"] = "Запись не была удалена";
$a->strings["Item was not deleted"] = "Запись не была удалена";
$a->strings["Wrong type \"%s\", expected one of: %s"] = "";
$a->strings["Model not found"] = "";
$a->strings["Remote privacy information not available."] = "Личная информация удаленно недоступна.";
$a->strings["Visible to:"] = "Кто может видеть:";
$a->strings["Manage Identities and/or Pages"] = "Управление идентификацией и / или страницами";
$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "";
$a->strings["Select an identity to manage: "] = "Выберите учётную запись:";
$a->strings["Local Community"] = "Местное сообщество";
$a->strings["Posts from local users on this server"] = "Записи пользователей с этого сервера";
$a->strings["Global Community"] = "Глобальное сообщество";
$a->strings["Posts from users of the whole federated network"] = "Записи пользователей со всей федеративной сети";
$a->strings["No results."] = "Нет результатов.";
$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this nodes users."] = "Эта общая лента показывает все публичные записи, которые получил этот сервер. Они могут не отражать мнений пользователей этого сервера.";
$a->strings["Community option not available."] = "";
$a->strings["Not available."] = "Недоступно.";
$a->strings["Welcome to Friendica"] = "Добро пожаловать в Friendica";
$a->strings["New Member Checklist"] = "Новый контрольный список участников";
$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Мы хотели бы предложить некоторые советы и ссылки, помогающие сделать вашу работу приятнее. Нажмите на любой элемент, чтобы посетить соответствующую страницу. Ссылка на эту страницу будет видна на вашей домашней странице в течение двух недель после первоначальной регистрации, а затем она исчезнет.";
$a->strings["Getting Started"] = "Начало работы";
$a->strings["Friendica Walk-Through"] = "Friendica тур";
$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "На вашей странице <em>Быстрый старт</em> - можно найти краткое введение в ваш профиль и сетевые закладки, создать новые связи, и найти группы, чтобы присоединиться к ним.";
$a->strings["Go to Your Settings"] = "Перейти к вашим настройкам";
$a->strings["On your <em>Settings</em> page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "На вашей странице <em>Настройки</em> - вы можете изменить свой первоначальный пароль. Также обратите внимание на ваш личный адрес. Он выглядит так же, как адрес электронной почты - и будет полезен для поиска друзей в свободной социальной сети.";
$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Просмотрите другие установки, в частности, параметры конфиденциальности. Неопубликованные пункты каталога с частными номерами телефона. В общем, вам, вероятно, следует опубликовать свою информацию - если все ваши друзья и потенциальные друзья точно знают, как вас найти.";
$a->strings["Upload Profile Photo"] = "Загрузить фото профиля";
$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Загрузите фотографию профиля, если вы еще не сделали это. Исследования показали, что люди с реальными фотографиями имеют в десять раз больше шансов подружиться, чем люди, которые этого не делают.";
$a->strings["Edit Your Profile"] = "Редактировать профиль";
$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Отредактируйте профиль <strong>по умолчанию</strong> на свой ​​вкус. Просмотрите установки для сокрытия вашего списка друзей и сокрытия профиля от неизвестных посетителей.";
$a->strings["Profile Keywords"] = "Ключевые слова профиля";
$a->strings["Set some public keywords for your profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "";
$a->strings["Connecting"] = "Подключение";
$a->strings["Importing Emails"] = "Импортирование Email-ов";
$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Введите информацию о доступе к вашему email на странице настроек вашего коннектора, если вы хотите импортировать, и общаться с друзьями или получать рассылки на ваш ящик электронной почты";
$a->strings["Go to Your Contacts Page"] = "Перейти на страницу ваших контактов";
$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add New Contact</em> dialog."] = "Ваша страница контактов - это ваш шлюз к управлению дружбой и общением с друзьями в других сетях. Обычно вы вводите свой ​​адрес или адрес сайта в диалог <em>Добавить новый контакт</em>.";
$a->strings["Go to Your Site's Directory"] = "Перейти в каталог вашего сайта";
$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "На странице каталога вы можете найти других людей в этой сети или на других похожих сайтах. Ищите ссылки <em>Подключить</em> или <em>Подписаться</em> на страницах их профилей. Укажите свой собственный адрес идентификации, если требуется.";
$a->strings["Finding New People"] = "Поиск людей";
$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "На боковой панели страницы Контакты есть несколько инструментов, чтобы найти новых друзей. Мы можем искать по соответствию интересам, посмотреть людей по имени или интересам, и внести предложения на основе сетевых отношений. На новом сайте, предложения дружбы, как правило, начинают заполняться в течение 24 часов.";
$a->strings["Groups"] = "Группы";
$a->strings["Group Your Contacts"] = "Группа \"ваши контакты\"";
$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "После того, как вы найдете несколько друзей, организуйте их в группы частных бесед в боковой панели на странице Контакты, а затем вы можете взаимодействовать с каждой группой приватно или на вашей странице Сеть.";
$a->strings["Why Aren't My Posts Public?"] = "Почему мои записи не публичные?";
$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica уважает вашу приватность. По умолчанию, ваши сообщения будут показываться только для людей, которых вы добавили в список друзей. Для получения дополнительной информации см. раздел справки по ссылке выше.";
$a->strings["Getting Help"] = "Получить помощь";
$a->strings["Go to the Help Section"] = "Перейти в раздел справки";
$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Наши страницы <strong>помощи</strong> могут проконсультировать о подробностях и возможностях программы и ресурса.";
$a->strings["This page is missing a url parameter."] = "";
$a->strings["The post was created"] = "Запись создана";
$a->strings["You don't have access to administration pages."] = "У вас нет доступа к страницам администратора.";
$a->strings["Submanaged account can't access the administration pages. Please log back in as the main account."] = "Дополнительная учётная запись не имеет доступа к административным страницам. Пожалуйста, зайдите непосредственно как администратор.";
$a->strings["Information"] = "Информация";
$a->strings["Overview"] = "Общая информация";
$a->strings["Federation Statistics"] = "Статистика федерации";
$a->strings["Configuration"] = "Конфигурация";
$a->strings["Site"] = "Сайт";
$a->strings["Users"] = "Пользователи";
$a->strings["Addons"] = "Дополнения";
$a->strings["