]> git.mxchange.org Git - friendica.git/blobdiff - view/lang/ru/strings.php
Merge pull request #5422 from MrPetovan/task/5410-rename-dba-to-DBA
[friendica.git] / view / lang / ru / strings.php
index 477be4cb293dfcf037def8299a2d589d4ff7c685..1007fab9f502780a99b60dee0a925a067287d4b1 100644 (file)
 
 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["Add New Contact"] = "Добавить контакт";
-$a->strings["Enter address or web location"] = "Введите адрес или веб-местонахождение";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Пример: bob@example.com, http://example.com/barbara";
-$a->strings["Connect"] = "Подключить";
-$a->strings["%d invitation available"] = array(
-       0 => "%d приглашение доступно",
-       1 => "%d приглашений доступно",
-       2 => "%d приглашений доступно",
-       3 => "%d приглашений доступно",
-);
-$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["Networks"] = "Сети";
-$a->strings["All Networks"] = "Все сети";
-$a->strings["Saved Folders"] = "Сохранённые папки";
-$a->strings["Everything"] = "Всё";
-$a->strings["Categories"] = "Категории";
-$a->strings["%d contact in common"] = array(
-       0 => "%d Контакт",
-       1 => "%d Контактов",
-       2 => "%d Контактов",
-       3 => "%d Контактов",
-);
-$a->strings["show more"] = "показать больше";
-$a->strings["Forums"] = "";
-$a->strings["External link to forum"] = "";
-$a->strings["Male"] = "Мужчина";
-$a->strings["Female"] = "Женщина";
-$a->strings["Currently Male"] = "В данный момент мужчина";
-$a->strings["Currently Female"] = "В настоящее время женщина";
-$a->strings["Mostly Male"] = "В основном мужчина";
-$a->strings["Mostly Female"] = "В основном женщина";
-$a->strings["Transgender"] = "Транссексуал";
-$a->strings["Intersex"] = "Интерсексуал";
-$a->strings["Transsexual"] = "Транссексуал";
-$a->strings["Hermaphrodite"] = "Гермафродит";
-$a->strings["Neuter"] = "Средний род";
-$a->strings["Non-specific"] = "Не определен";
-$a->strings["Other"] = "Другой";
-$a->strings["Undecided"] = array(
-       0 => "",
-       1 => "",
-       2 => "",
-       3 => "",
-);
-$a->strings["Males"] = "Мужчины";
-$a->strings["Females"] = "Женщины";
-$a->strings["Gay"] = "Гей";
-$a->strings["Lesbian"] = "Лесбиянка";
-$a->strings["No Preference"] = "Без предпочтений";
-$a->strings["Bisexual"] = "Бисексуал";
-$a->strings["Autosexual"] = "Автосексуал";
-$a->strings["Abstinent"] = "Воздержанный";
-$a->strings["Virgin"] = "Девственница";
-$a->strings["Deviant"] = "Deviant";
-$a->strings["Fetish"] = "Фетиш";
-$a->strings["Oodles"] = "Групповой";
-$a->strings["Nonsexual"] = "Нет интереса к сексу";
-$a->strings["Single"] = "Без пары";
-$a->strings["Lonely"] = "Пока никого нет";
-$a->strings["Available"] = "Доступный";
-$a->strings["Unavailable"] = "Не ищу никого";
-$a->strings["Has crush"] = "Имеет ошибку";
-$a->strings["Infatuated"] = "Влюблён";
-$a->strings["Dating"] = "Свидания";
-$a->strings["Unfaithful"] = "Изменяю супругу";
-$a->strings["Sex Addict"] = "Люблю секс";
-$a->strings["Friends"] = "Друзья";
-$a->strings["Friends/Benefits"] = "Друзья / Предпочтения";
-$a->strings["Casual"] = "Обычный";
-$a->strings["Engaged"] = "Занят";
-$a->strings["Married"] = "Женат / Замужем";
-$a->strings["Imaginarily married"] = "";
-$a->strings["Partners"] = "Партнеры";
-$a->strings["Cohabiting"] = "Партнерство";
-$a->strings["Common law"] = "";
-$a->strings["Happy"] = "Счастлив/а/";
-$a->strings["Not looking"] = "Не в поиске";
-$a->strings["Swinger"] = "Свинг";
-$a->strings["Betrayed"] = "Преданный";
-$a->strings["Separated"] = "Разделенный";
-$a->strings["Unstable"] = "Нестабильный";
-$a->strings["Divorced"] = "Разведен(а)";
-$a->strings["Imaginarily divorced"] = "";
-$a->strings["Widowed"] = "Овдовевший";
-$a->strings["Uncertain"] = "Неопределенный";
-$a->strings["It's complicated"] = "влишком сложно";
-$a->strings["Don't care"] = "Не беспокоить";
-$a->strings["Ask me"] = "Спросите меня";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "Не могу найти информацию для DNS-сервера базы данных '%s'";
-$a->strings["Logged out."] = "Выход из системы.";
-$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["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Удаленная группа с таким названием была восстановлена. Существующие права доступа <strong>могут</strong> применяться к этой группе и любым будущим участникам. Если это не то, что вы хотели, пожалуйста, создайте еще ​​одну группу с другим названием.";
-$a->strings["Default privacy group for new contacts"] = "Группа доступа по умолчанию для новых контактов";
-$a->strings["Everybody"] = "Каждый";
-$a->strings["edit"] = "редактировать";
-$a->strings["Groups"] = "Группы";
-$a->strings["Edit groups"] = "";
-$a->strings["Edit group"] = "Редактировать группу";
-$a->strings["Create a new group"] = "Создать новую группу";
-$a->strings["Group Name: "] = "Название группы: ";
-$a->strings["Contacts not in any group"] = "Контакты не состоят в группе";
-$a->strings["add"] = "добавить";
-$a->strings["Unknown | Not categorised"] = "Неизвестно | Не определено";
-$a->strings["Block immediately"] = "Блокировать немедленно";
-$a->strings["Shady, spammer, self-marketer"] = "Тролль, спаммер, рассылает рекламу";
-$a->strings["Known to me, but no opinion"] = "Известные мне, но нет определенного мнения";
-$a->strings["OK, probably harmless"] = "Хорошо, наверное, безвредные";
-$a->strings["Reputable, has my trust"] = "Уважаемые, есть мое доверие";
-$a->strings["Frequently"] = "Часто";
-$a->strings["Hourly"] = "Раз в час";
-$a->strings["Twice daily"] = "Два раза в день";
-$a->strings["Daily"] = "Ежедневно";
-$a->strings["Weekly"] = "Еженедельно";
-$a->strings["Monthly"] = "Ежемесячно";
-$a->strings["Friendica"] = "Friendica";
-$a->strings["OStatus"] = "OStatus";
-$a->strings["RSS/Atom"] = "RSS/Atom";
-$a->strings["Email"] = "Эл. почта";
-$a->strings["Diaspora"] = "Diaspora";
-$a->strings["Facebook"] = "Facebook";
-$a->strings["Zot!"] = "Zot!";
-$a->strings["LinkedIn"] = "LinkedIn";
-$a->strings["XMPP/IM"] = "XMPP/IM";
-$a->strings["MySpace"] = "MySpace";
-$a->strings["Google+"] = "Google+";
-$a->strings["pump.io"] = "pump.io";
-$a->strings["Twitter"] = "Twitter";
-$a->strings["Diaspora Connector"] = "";
-$a->strings["GNU Social"] = "";
-$a->strings["App.net"] = "";
-$a->strings["Hubzilla/Redmatrix"] = "";
-$a->strings["Post to Email"] = "Отправить на Email";
-$a->strings["Connectors disabled, since \"%s\" is enabled."] = "";
-$a->strings["Hide your profile details from unknown viewers?"] = "Скрыть данные профиля из неизвестных зрителей?";
-$a->strings["Visible to everybody"] = "Видимо всем";
-$a->strings["show"] = "показывать";
-$a->strings["don't show"] = "не показывать";
-$a->strings["CC: email addresses"] = "Копии на email адреса";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Пример: bob@example.com, mary@example.com";
-$a->strings["Permissions"] = "Разрешения";
-$a->strings["Close"] = "Закрыть";
-$a->strings["photo"] = "фото";
-$a->strings["status"] = "статус";
-$a->strings["event"] = "мероприятие";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s нравится %3\$s от %2\$s ";
-$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s не нравится %3\$s от %2\$s ";
-$a->strings["%1\$s is attending %2\$s's %3\$s"] = "";
-$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "";
-$a->strings["%1\$s may attend %2\$s's %3\$s"] = "";
-$a->strings["[no subject]"] = "[без темы]";
-$a->strings["Wall Photos"] = "Фото стены";
-$a->strings["Click here to upgrade."] = "Нажмите для обновления.";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "Это действие превышает лимиты, установленные вашим тарифным планом.";
-$a->strings["This action is not available under your subscription plan."] = "Это действие не доступно в соответствии с вашим планом подписки.";
-$a->strings["Error decoding account file"] = "Ошибка расшифровки файла аккаунта";
-$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Ошибка! Неправильная версия данных в файле! Это не файл аккаунта Friendica?";
-$a->strings["Error! Cannot check nickname"] = "Ошибка! Невозможно проверить никнейм";
-$a->strings["User '%s' already exists on this server!"] = "Пользователь '%s' уже существует на этом сервере!";
-$a->strings["User creation error"] = "Ошибка создания пользователя";
-$a->strings["User profile creation error"] = "Ошибка создания профиля пользователя";
-$a->strings["%d contact not imported"] = array(
-       0 => "%d контакт не импортирован",
-       1 => "%d контакты не импортированы",
-       2 => "%d контакты не импортированы",
-       3 => "%d контакты не импортированы",
-);
-$a->strings["Done. You can now login with your username and password"] = "Завершено. Теперь вы можете войти с вашим логином и паролем";
-$a->strings["Miscellaneous"] = "Разное";
-$a->strings["Birthday:"] = "День рождения:";
-$a->strings["Age: "] = "Возраст: ";
-$a->strings["YYYY-MM-DD or MM-DD"] = "";
-$a->strings["never"] = "никогда";
-$a->strings["less than a second ago"] = "менее сек. назад";
-$a->strings["year"] = "год";
-$a->strings["years"] = "лет";
-$a->strings["month"] = "мес.";
-$a->strings["months"] = "мес.";
-$a->strings["week"] = "неделя";
-$a->strings["weeks"] = "недель";
-$a->strings["day"] = "день";
-$a->strings["days"] = "дней";
-$a->strings["hour"] = "час";
-$a->strings["hours"] = "час.";
-$a->strings["minute"] = "минута";
-$a->strings["minutes"] = "мин.";
-$a->strings["second"] = "секунда";
-$a->strings["seconds"] = "сек.";
-$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s назад";
-$a->strings["%s's birthday"] = "день рождения %s";
-$a->strings["Happy Birthday %s"] = "С днём рождения %s";
-$a->strings["Friendica Notification"] = "Friendica уведомления";
+$a->strings["Friendica Notification"] = "Уведомления Friendica";
 $a->strings["Thank You,"] = "Спасибо,";
 $a->strings["%s Administrator"] = "%s администратор";
-$a->strings["%1\$s, %2\$s Administrator"] = "";
-$a->strings["noreply"] = "без ответа";
-$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
+$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, администратор %2\$s";
 $a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica: Оповещение] Новое сообщение, пришедшее на %s";
 $a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s отправил вам новое личное сообщение на %2\$s.";
-$a->strings["%1\$s sent you %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 commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s прокомментировал [url=%2\$s]a %3\$s[/url]";
 $a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s прокомментировал [url=%2\$s]%3\$s's %4\$s[/url]";
 $a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s прокомментировал [url=%2\$s]your %3\$s[/url]";
-$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "";
-$a->strings["%s commented on an item/conversation you have been following."] = "";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "";
+$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Комментарий к #%1\$d от %2\$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["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Оповещение] %s написал на стене вашего профиля";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "";
-$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "";
-$a->strings["[Friendica:Notify] %s tagged you"] = "";
-$a->strings["%1\$s tagged you at %2\$s"] = "";
-$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "";
-$a->strings["[Friendica:Notify] %s shared a new post"] = "";
-$a->strings["%1\$s shared a new post at %2\$s"] = "";
-$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "";
-$a->strings["[Friendica:Notify] %1\$s poked you"] = "";
-$a->strings["%1\$s poked you at %2\$s"] = "";
-$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "";
-$a->strings["%1\$s tagged your post at %2\$s"] = "";
-$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "";
+$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["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s отметил вас";
+$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s отметил вас в %2\$s";
+$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]отметил вас[/url].";
+$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %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["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$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["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %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["[Friendica:Notify] Introduction received"] = "[Friendica:Сообщение] получен запрос";
-$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "";
-$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$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["[Friendica:Notify] A new person is sharing with you"] = "";
-$a->strings["%1\$s is sharing with you at %2\$s"] = "";
-$a->strings["[Friendica:Notify] You have a new follower"] = "";
-$a->strings["You have a new follower at %2\$s : %1\$s"] = "";
+$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Notify] Новый человек делится с вами";
+$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s делится с вами на %2\$s";
+$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] У вас новый подписчик";
+$a->strings["You have a new follower at %2\$s : %1\$s"] = "У вас новый подписчик на %2\$s : %1\$s";
 $a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica: Оповещение] получено предложение дружбы";
 $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."] = "";
+$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["[Friendica:Notify] Connection accepted"] = "";
-$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "";
-$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/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."] = "";
-$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."] = "";
-$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "";
-$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "";
-$a->strings["[Friendica System:Notify] registration request"] = "";
-$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "";
-$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "";
-$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "";
-$a->strings["Please visit %s to approve or reject the request."] = "";
-$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
-$a->strings["Starts:"] = "Начало:";
-$a->strings["Finishes:"] = "Окончание:";
-$a->strings["Location:"] = "Откуда:";
-$a->strings["Sun"] = "Вс";
-$a->strings["Mon"] = "Пн";
-$a->strings["Tue"] = "Вт";
-$a->strings["Wed"] = "Ср";
-$a->strings["Thu"] = "Чт";
-$a->strings["Fri"] = "Пт";
-$a->strings["Sat"] = "Сб";
-$a->strings["Sunday"] = "Воскресенье";
-$a->strings["Monday"] = "Понедельник";
-$a->strings["Tuesday"] = "Вторник";
-$a->strings["Wednesday"] = "Среда";
-$a->strings["Thursday"] = "Четверг";
-$a->strings["Friday"] = "Пятница";
-$a->strings["Saturday"] = "Суббота";
-$a->strings["Jan"] = "Янв";
-$a->strings["Feb"] = "Фев";
-$a->strings["Mar"] = "Мрт";
-$a->strings["Apr"] = "Апр";
-$a->strings["May"] = "Май";
-$a->strings["Jun"] = "Июн";
-$a->strings["Jul"] = "Июл";
-$a->strings["Aug"] = "Авг";
-$a->strings["Sept"] = "Сен";
-$a->strings["Oct"] = "Окт";
-$a->strings["Nov"] = "Нбр";
-$a->strings["Dec"] = "Дек";
-$a->strings["January"] = "Январь";
-$a->strings["February"] = "Февраль";
-$a->strings["March"] = "Март";
-$a->strings["April"] = "Апрель";
-$a->strings["June"] = "Июнь";
-$a->strings["July"] = "Июль";
-$a->strings["August"] = "Август";
-$a->strings["September"] = "Сентябрь";
-$a->strings["October"] = "Октябрь";
-$a->strings["November"] = "Ноябрь";
-$a->strings["December"] = "Декабрь";
-$a->strings["today"] = "сегодня";
-$a->strings["all-day"] = "";
-$a->strings["No events to display"] = "";
-$a->strings["l, F j"] = "l, j F";
-$a->strings["Edit event"] = "Редактировать мероприятие";
-$a->strings["link to source"] = "ссылка на сообщение";
-$a->strings["Export"] = "";
-$a->strings["Export calendar as ical"] = "";
-$a->strings["Export calendar as csv"] = "";
-$a->strings["Nothing new here"] = "Ничего нового здесь";
-$a->strings["Clear notifications"] = "Стереть уведомления";
-$a->strings["@name, !forum, #tags, content"] = "";
-$a->strings["Logout"] = "Выход";
-$a->strings["End this session"] = "Завершить эту сессию";
-$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["Personal notes"] = "Личные заметки";
-$a->strings["Your personal notes"] = "";
-$a->strings["Login"] = "Вход";
-$a->strings["Sign in"] = "Вход";
-$a->strings["Home"] = "Мой профиль";
-$a->strings["Home Page"] = "Главная страница";
-$a->strings["Register"] = "Регистрация";
-$a->strings["Create an account"] = "Создать аккаунт";
-$a->strings["Help"] = "Помощь";
-$a->strings["Help and documentation"] = "Помощь и документация";
-$a->strings["Apps"] = "Приложения";
-$a->strings["Addon applications, utilities, games"] = "Дополнительные приложения, утилиты, игры";
-$a->strings["Search"] = "Поиск";
-$a->strings["Search site content"] = "Поиск по сайту";
-$a->strings["Full Text"] = "Контент";
-$a->strings["Tags"] = "Тэги";
-$a->strings["Contacts"] = "Контакты";
-$a->strings["Community"] = "Сообщество";
-$a->strings["Conversations on this site"] = "Беседы на этом сайте";
-$a->strings["Conversations on the network"] = "";
-$a->strings["Events and Calendar"] = "Календарь и события";
-$a->strings["Directory"] = "Каталог";
-$a->strings["People directory"] = "Каталог участников";
-$a->strings["Information"] = "Информация";
-$a->strings["Information about this friendica instance"] = "";
-$a->strings["Network"] = "Новости";
-$a->strings["Conversations from your friends"] = "Посты ваших друзей";
-$a->strings["Network Reset"] = "Перезагрузка сети";
-$a->strings["Load Network page with no filters"] = "Загрузить страницу сети без фильтров";
-$a->strings["Introductions"] = "Запросы";
-$a->strings["Friend Requests"] = "Запросы на добавление в список друзей";
-$a->strings["Notifications"] = "Уведомления";
-$a->strings["See all notifications"] = "Посмотреть все уведомления";
-$a->strings["Mark as seen"] = "Отметить, как прочитанное";
-$a->strings["Mark all system notifications seen"] = "Отметить все системные уведомления, как прочитанные";
-$a->strings["Messages"] = "Сообщения";
-$a->strings["Private mail"] = "Личная почта";
-$a->strings["Inbox"] = "Входящие";
-$a->strings["Outbox"] = "Исходящие";
-$a->strings["New Message"] = "Новое сообщение";
-$a->strings["Manage"] = "Управлять";
-$a->strings["Manage other pages"] = "Управление другими страницами";
-$a->strings["Delegations"] = "Делегирование";
-$a->strings["Delegate Page Management"] = "Делегировать управление страницей";
-$a->strings["Settings"] = "Настройки";
-$a->strings["Account settings"] = "Настройки аккаунта";
-$a->strings["Profiles"] = "Профили";
-$a->strings["Manage/Edit Profiles"] = "Управление/редактирование профилей";
-$a->strings["Manage/edit friends and contacts"] = "Управление / редактирование друзей и контактов";
-$a->strings["Admin"] = "Администратор";
-$a->strings["Site setup and configuration"] = "Конфигурация сайта";
-$a->strings["Navigation"] = "Навигация";
-$a->strings["Site map"] = "Карта сайта";
-$a->strings["Contact Photos"] = "Фотографии контакта";
+$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] Соединение принято";
+$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%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Полное имя:\t%1\$s\\nСайт:\t%2\$s\\nЛогин:\t%3\$s (%4\$s)";
+$a->strings["Please visit %s to approve or reject the request."] = "Пожалуйста, посетите %s чтобы подтвердить или отвергнуть запрос.";
 $a->strings["Welcome "] = "Добро пожаловать, ";
 $a->strings["Please upload a profile photo."] = "Пожалуйста, загрузите фотографию профиля.";
 $a->strings["Welcome back "] = "Добро пожаловать обратно, ";
 $a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Ключ формы безопасности неправильный. Вероятно, это произошло потому, что форма была открыта слишком долго (более 3 часов) до её отправки.";
-$a->strings["System"] = "Система";
-$a->strings["Personal"] = "Персонал";
-$a->strings["%s commented on %s's post"] = "%s прокомментировал %s сообщение";
-$a->strings["%s created a new post"] = "%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"] = "";
-$a->strings["%s is not attending %s's event"] = "";
-$a->strings["%s may attend %s's event"] = "";
-$a->strings["%s is now friends with %s"] = "%s теперь друзья с %s";
-$a->strings["Friend Suggestion"] = "Предложение в друзья";
-$a->strings["Friend/Connect Request"] = "Запрос в друзья / на подключение";
-$a->strings["New Follower"] = "Новый фолловер";
-$a->strings["\n\t\t\tThe friendica developers released update %s recently,\n\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "";
-$a->strings["The error message is\n[pre]%s[/pre]"] = "";
-$a->strings["Errors encountered creating database tables."] = "Обнаружены ошибки при создании таблиц базы данных.";
-$a->strings["Errors encountered performing database changes."] = "";
-$a->strings["(no subject)"] = "(без темы)";
-$a->strings["Sharing notification from Diaspora network"] = "Делиться уведомлениями из сети Diaspora";
-$a->strings["Attachments:"] = "Вложения:";
-$a->strings["view full size"] = "посмотреть в полный размер";
-$a->strings["View Profile"] = "Просмотреть профиль";
-$a->strings["View Status"] = "Просмотреть статус";
-$a->strings["View Photos"] = "Просмотреть фото";
-$a->strings["Network Posts"] = "Посты сети";
-$a->strings["View Contact"] = "";
-$a->strings["Drop Contact"] = "Удалить контакт";
-$a->strings["Send PM"] = "Отправить ЛС";
-$a->strings["Poke"] = "";
-$a->strings["Organisation"] = "";
-$a->strings["News"] = "";
-$a->strings["Forum"] = "Форум";
-$a->strings["Daily posting limit of %d posts reached. The post was rejected."] = "";
-$a->strings["Weekly posting limit of %d posts reached. The post was rejected."] = "";
-$a->strings["Monthly posting limit of %d posts reached. The post was rejected."] = "";
-$a->strings["Image/photo"] = "Изображение / Фото";
-$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "";
-$a->strings["$1 wrote:"] = "$1 написал:";
-$a->strings["Encrypted content"] = "Зашифрованный контент";
-$a->strings["Invalid source protocol"] = "";
-$a->strings["Invalid link protocol"] = "";
-$a->strings["%1\$s attends %2\$s's %3\$s"] = "";
-$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "";
-$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Не могу найти информацию для DNS-сервера базы данных '%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["event"] = "мероприятие";
+$a->strings["status"] = "статус";
+$a->strings["photo"] = "фото";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s нравится %3\$s от %2\$s ";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s не нравится %3\$s от %2\$s ";
+$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s уделил внимание %2\$s's %3\$s";
+$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s посетит %2\$s \"%3\$s\"";
+$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "%1\$s может быть посетит %2\$s \"%3\$s\"";
 $a->strings["%1\$s is now friends with %2\$s"] = "%1\$s и %2\$s теперь друзья";
-$a->strings["%1\$s poked %2\$s"] = "";
-$a->strings["%1\$s is currently %2\$s"] = "";
+$a->strings["%1\$s poked %2\$s"] = "%1\$s ткнул %2\$s";
 $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["post/item"] = "пост/элемент";
 $a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s пометил %2\$s %3\$s как Фаворит";
 $a->strings["Likes"] = "Лайки";
-$a->strings["Dislikes"] = "Ð\94излайк";
-$a->strings["Attending"] = array(
-       0 => "",
-       1 => "",
-       2 => "",
-       3 => "",
-);
-$a->strings["Not attending"] = "";
-$a->strings["Might attend"] = "";
+$a->strings["Dislikes"] = "Ð\9dе Ð½Ñ\80авиÑ\82Ñ\81Ñ\8f";
+$a->strings["Attending"] = [
+       0 => "Посетит",
+       1 => "Посетят",
+       2 => "Посетят",
+       3 => "Посетит",
+];
+$a->strings["Not attending"] = "Не посетит";
+$a->strings["Might attend"] = "Может быть посетит";
 $a->strings["Select"] = "Выберите";
 $a->strings["Delete"] = "Удалить";
 $a->strings["View %s's profile @ %s"] = "Просмотреть профиль %s [@ %s]";
@@ -458,32 +117,41 @@ $a->strings["View in context"] = "Смотреть в контексте";
 $a->strings["Please wait"] = "Пожалуйста, подождите";
 $a->strings["remove"] = "удалить";
 $a->strings["Delete Selected Items"] = "Удалить выбранные позиции";
-$a->strings["Follow Thread"] = "";
+$a->strings["Follow Thread"] = "Подписаться на тему";
+$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["Poke"] = "потыкать";
+$a->strings["Connect/Follow"] = "Подключиться/Следовать";
 $a->strings["%s likes this."] = "%s нравится это.";
 $a->strings["%s doesn't like this."] = "%s не нравится это.";
-$a->strings["%s attends."] = "";
-$a->strings["%s doesn't attend."] = "";
-$a->strings["%s attends maybe."] = "";
+$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["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."] = "";
+$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."] = "";
-$a->strings["<span  %1\$s>%2\$d people</span> attend"] = "";
-$a->strings["%s attend."] = "";
-$a->strings["<span  %1\$s>%2\$d people</span> don't attend"] = "";
-$a->strings["%s don't attend."] = "";
-$a->strings["<span  %1\$s>%2\$d people</span> attend maybe"] = "";
-$a->strings["%s anttend maybe."] = "";
+$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["Visible to <strong>everybody</strong>"] = "Видимое <strong>всем</strong>";
 $a->strings["Please enter a link URL:"] = "Пожалуйста, введите URL ссылки:";
 $a->strings["Please enter a video link/URL:"] = "Введите  ссылку на видео link/URL:";
 $a->strings["Please enter an audio link/URL:"] = "Введите ссылку на аудио link/URL:";
-$a->strings["Tag term:"] = "";
+$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["Upload photo"] = "Загрузить фото";
 $a->strings["upload photo"] = "загрузить фото";
@@ -510,370 +178,163 @@ $a->strings["Post to Groups"] = "Пост для групп";
 $a->strings["Post to Contacts"] = "Пост для контактов";
 $a->strings["Private post"] = "Личное сообщение";
 $a->strings["Message"] = "Сообщение";
-$a->strings["Browser"] = "";
-$a->strings["View all"] = "";
-$a->strings["Like"] = array(
-       0 => "",
-       1 => "",
-       2 => "",
-       3 => "",
-);
-$a->strings["Dislike"] = array(
-       0 => "",
-       1 => "",
-       2 => "",
-       3 => "",
-);
-$a->strings["Not Attending"] = array(
-       0 => "",
-       1 => "",
-       2 => "",
-       3 => "",
-);
-$a->strings["%s\\'s birthday"] = "";
-$a->strings["General Features"] = "Основные возможности";
-$a->strings["Multiple Profiles"] = "Несколько профилей";
-$a->strings["Ability to create multiple profiles"] = "Возможность создания нескольких профилей";
-$a->strings["Photo Location"] = "";
-$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "";
-$a->strings["Export Public Calendar"] = "";
-$a->strings["Ability for visitors to download the public calendar"] = "";
-$a->strings["Post Composition Features"] = "Составление сообщений";
-$a->strings["Richtext Editor"] = "Редактор RTF";
-$a->strings["Enable richtext editor"] = "Включить редактор RTF";
-$a->strings["Post Preview"] = "Предварительный просмотр";
-$a->strings["Allow previewing posts and comments before publishing them"] = "Разрешить предпросмотр сообщения и комментария перед их публикацией";
-$a->strings["Auto-mention Forums"] = "";
-$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "";
-$a->strings["Network Sidebar Widgets"] = "Виджет боковой панели \"Сеть\"";
-$a->strings["Search by Date"] = "Поиск по датам";
-$a->strings["Ability to select posts by date ranges"] = "Возможность выбора постов по диапазону дат";
-$a->strings["List Forums"] = "";
-$a->strings["Enable widget to display the forums your are connected with"] = "";
-$a->strings["Group Filter"] = "Фильтр групп";
-$a->strings["Enable widget to display Network posts only from selected group"] = "Включить виджет для отображения сообщений сети только от выбранной группы";
-$a->strings["Network Filter"] = "Фильтр сети";
-$a->strings["Enable widget to display Network posts only from selected network"] = "Включить виджет для отображения сообщений сети только от выбранной сети";
-$a->strings["Saved Searches"] = "запомненные поиски";
-$a->strings["Save search terms for re-use"] = "Сохранить условия поиска для повторного использования";
-$a->strings["Network Tabs"] = "Сетевые вкладки";
-$a->strings["Network Personal Tab"] = "Персональные сетевые вкладки";
-$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Включить вкладку для отображения только сообщений сети, с которой вы взаимодействовали";
-$a->strings["Network New Tab"] = "Новая вкладка сеть";
-$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Включить вкладку для отображения только новых сообщений сети (за последние 12 часов)";
-$a->strings["Network Shared Links Tab"] = "Вкладка shared ссылок сети";
-$a->strings["Enable tab to display only Network posts with links in them"] = "Включить вкладку для отображения только сообщений сети со ссылками на них";
-$a->strings["Post/Comment Tools"] = "Инструменты пост/комментарий";
-$a->strings["Multiple Deletion"] = "Множественное удаление";
-$a->strings["Select and delete multiple posts/comments at once"] = "Выбрать и удалить несколько постов/комментариев одновременно.";
-$a->strings["Edit Sent Posts"] = "Редактировать отправленные посты";
-$a->strings["Edit and correct posts and comments after sending"] = "Редактировать и править посты и комментарии после отправления";
-$a->strings["Tagging"] = "Отмеченное";
-$a->strings["Ability to tag existing posts"] = "Возможность отмечать существующие посты";
-$a->strings["Post Categories"] = "Категории постов";
-$a->strings["Add categories to your posts"] = "Добавить категории вашего поста";
-$a->strings["Ability to file posts under folders"] = "";
-$a->strings["Dislike Posts"] = "Посты дизлайк";
-$a->strings["Ability to dislike posts/comments"] = "Возможность дизлайка постов/комментариев";
-$a->strings["Star Posts"] = "Популярные посты";
-$a->strings["Ability to mark special posts with a star indicator"] = "Возможность отметить специальные сообщения индикатором популярности";
-$a->strings["Mute Post Notifications"] = "";
-$a->strings["Ability to mute notifications for a thread"] = "";
-$a->strings["Advanced Profile Settings"] = "Расширенные настройки профиля";
-$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "";
-$a->strings["Disallowed profile URL."] = "Запрещенный URL профиля.";
-$a->strings["Connect URL missing."] = "Connect-URL отсутствует.";
-$a->strings["This site is not configured to allow communications with other networks."] = "Данный сайт не настроен так, чтобы держать связь с другими сетями.";
-$a->strings["No compatible communication protocols or feeds were discovered."] = "Обнаружены несовместимые протоколы связи или каналы.";
-$a->strings["The profile address specified does not provide adequate information."] = "Указанный адрес профиля не дает адекватной информации.";
-$a->strings["An author or name was not found."] = "Автор или имя не найдены.";
-$a->strings["No browser URL could be matched to this address."] = "Нет URL браузера, который соответствует этому адресу.";
-$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "";
-$a->strings["Use mailto: in front of address to force email check."] = "Bcgjkmpeqnt mailto: перед адресом для быстрого доступа к email.";
-$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Указанный адрес профиля принадлежит сети, недоступной на этом сайта.";
-$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Ограниченный профиль. Этот человек не сможет получить прямые / личные уведомления от вас.";
-$a->strings["Unable to retrieve contact information."] = "Невозможно получить контактную информацию.";
-$a->strings["Requested account is not available."] = "Запрашиваемый профиль недоступен.";
-$a->strings["Requested profile is not available."] = "Запрашиваемый профиль недоступен.";
-$a->strings["Edit profile"] = "Редактировать профиль";
-$a->strings["Atom feed"] = "";
-$a->strings["Manage/edit profiles"] = "Управление / редактирование профилей";
-$a->strings["Change profile photo"] = "Изменить фото профиля";
-$a->strings["Create New Profile"] = "Создать новый профиль";
-$a->strings["Profile Image"] = "Фото профиля";
-$a->strings["visible to everybody"] = "видимый всем";
-$a->strings["Edit visibility"] = "Редактировать видимость";
-$a->strings["Gender:"] = "Пол:";
-$a->strings["Status:"] = "Статус:";
-$a->strings["Homepage:"] = "Домашняя страничка:";
-$a->strings["About:"] = "О себе:";
-$a->strings["XMPP:"] = "";
-$a->strings["Network:"] = "Сеть:";
-$a->strings["g A l F d"] = "g A l F d";
-$a->strings["F d"] = "F d";
-$a->strings["[today]"] = "[сегодня]";
-$a->strings["Birthday Reminders"] = "Напоминания о днях рождения";
-$a->strings["Birthdays this week:"] = "Дни рождения на этой неделе:";
-$a->strings["[No description]"] = "[без описания]";
-$a->strings["Event Reminders"] = "Напоминания о мероприятиях";
-$a->strings["Events this week:"] = "Мероприятия на этой неделе:";
-$a->strings["Full Name:"] = "Полное имя:";
-$a->strings["j F, Y"] = "j F, Y";
-$a->strings["j F"] = "j F";
-$a->strings["Age:"] = "Возраст:";
-$a->strings["for %1\$d %2\$s"] = "";
-$a->strings["Sexual Preference:"] = "Сексуальные предпочтения:";
-$a->strings["Hometown:"] = "Родной город:";
-$a->strings["Tags:"] = "Ключевые слова: ";
-$a->strings["Political Views:"] = "Политические взгляды:";
-$a->strings["Religion:"] = "Религия:";
-$a->strings["Hobbies/Interests:"] = "Хобби / Интересы:";
-$a->strings["Likes:"] = "Нравится:";
-$a->strings["Dislikes:"] = "Не нравится:";
-$a->strings["Contact information and Social Networks:"] = "Информация о контакте и социальных сетях:";
-$a->strings["Musical interests:"] = "Музыкальные интересы:";
-$a->strings["Books, literature:"] = "Книги, литература:";
-$a->strings["Television:"] = "Телевидение:";
-$a->strings["Film/dance/culture/entertainment:"] = "Кино / Танцы / Культура / Развлечения:";
-$a->strings["Love/Romance:"] = "Любовь / Романтика:";
-$a->strings["Work/employment:"] = "Работа / Занятость:";
-$a->strings["School/education:"] = "Школа / Образование:";
-$a->strings["Forums:"] = "";
-$a->strings["Basic"] = "";
-$a->strings["Advanced"] = "Расширенный";
-$a->strings["Status Messages and Posts"] = "Ваши посты";
-$a->strings["Profile Details"] = "Информация о вас";
-$a->strings["Photo Albums"] = "Фотоальбомы";
-$a->strings["Personal Notes"] = "Личные заметки";
-$a->strings["Only You Can See This"] = "Только вы можете это видеть";
-$a->strings["[Name Withheld]"] = "[Имя не разглашается]";
+$a->strings["Browser"] = "Браузер";
+$a->strings["View all"] = "Посмотреть все";
+$a->strings["Like"] = [
+       0 => "Нравится",
+       1 => "Нравится",
+       2 => "Нравится",
+       3 => "Нравится",
+];
+$a->strings["Dislike"] = [
+       0 => "Не нравится",
+       1 => "Не нравится",
+       2 => "Не нравится",
+       3 => "Не нравится",
+];
+$a->strings["Not Attending"] = [
+       0 => "Не посетит",
+       1 => "Не посетят",
+       2 => "Не посетят",
+       3 => "Не посетит",
+];
+$a->strings["Undecided"] = [
+       0 => "Не решил",
+       1 => "Не решили",
+       2 => "Не решили",
+       3 => "Не решил",
+];
 $a->strings["Item not found."] = "Пункт не найден.";
 $a->strings["Do you really want to delete this item?"] = "Вы действительно хотите удалить этот элемент?";
 $a->strings["Yes"] = "Да";
 $a->strings["Permission denied."] = "Нет разрешения.";
 $a->strings["Archives"] = "Архивы";
-$a->strings["Embedded content"] = "Встроенное содержание";
-$a->strings["Embedding disabled"] = "Встраивание отключено";
-$a->strings["%s is now following %s."] = "";
-$a->strings["following"] = "следует";
-$a->strings["%s stopped following %s."] = "";
-$a->strings["stopped following"] = "остановлено следование";
+$a->strings["show more"] = "показать больше";
 $a->strings["newer"] = "новее";
 $a->strings["older"] = "старее";
-$a->strings["prev"] = "пред.";
 $a->strings["first"] = "первый";
-$a->strings["last"] = "последний";
+$a->strings["prev"] = "пред.";
 $a->strings["next"] = "след.";
-$a->strings["Loading more entries..."] = "";
-$a->strings["The end"] = "";
+$a->strings["last"] = "последний";
+$a->strings["Loading more entries..."] = "Загружаю больше сообщений...";
+$a->strings["The end"] = "Конец";
 $a->strings["No contacts"] = "Нет контактов";
-$a->strings["%d Contact"] = array(
+$a->strings["%d Contact"] = [
        0 => "%d контакт",
        1 => "%d контактов",
        2 => "%d контактов",
        3 => "%d контактов",
-);
+];
 $a->strings["View Contacts"] = "Просмотр контактов";
 $a->strings["Save"] = "Сохранить";
+$a->strings["Follow"] = "Следовать";
+$a->strings["Search"] = "Поиск";
+$a->strings["@name, !forum, #tags, content"] = "@имя, !форум, #тег, контент";
+$a->strings["Full Text"] = "Контент";
+$a->strings["Tags"] = "Тэги";
+$a->strings["Contacts"] = "Контакты";
+$a->strings["Forums"] = "Форумы";
 $a->strings["poke"] = "poke";
-$a->strings["poked"] = "";
+$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["prod"] = "толкать";
+$a->strings["prodded"] = "толкнут";
+$a->strings["slap"] = "шлепнуть";
+$a->strings["slapped"] = "шлепнут";
+$a->strings["finger"] = "указатель";
 $a->strings["fingered"] = "";
-$a->strings["rebuff"] = "";
-$a->strings["rebuffed"] = "";
-$a->strings["happy"] = "";
-$a->strings["sad"] = "";
-$a->strings["mellow"] = "";
-$a->strings["tired"] = "";
-$a->strings["perky"] = "";
-$a->strings["angry"] = "";
-$a->strings["stupified"] = "";
-$a->strings["puzzled"] = "";
-$a->strings["interested"] = "";
-$a->strings["bitter"] = "";
-$a->strings["cheerful"] = "";
-$a->strings["alive"] = "";
-$a->strings["annoyed"] = "";
-$a->strings["anxious"] = "";
-$a->strings["cranky"] = "";
-$a->strings["disturbed"] = "";
-$a->strings["frustrated"] = "";
-$a->strings["motivated"] = "";
-$a->strings["relaxed"] = "";
-$a->strings["surprised"] = "";
+$a->strings["rebuff"] = "ребаф";
+$a->strings["rebuffed"] = "ребафнут";
+$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["Jul"] = "Июл";
+$a->strings["Aug"] = "Авг";
+$a->strings["Sep"] = "Сен";
+$a->strings["Oct"] = "Окт";
+$a->strings["Nov"] = "Нбр";
+$a->strings["Dec"] = "Дек";
+$a->strings["Content warning: %s"] = "Предупреждение о контенте: %s";
 $a->strings["View Video"] = "Просмотреть видео";
 $a->strings["bytes"] = "байт";
 $a->strings["Click to open/close"] = "Нажмите, чтобы открыть / закрыть";
-$a->strings["View on separate page"] = "";
-$a->strings["view on separate page"] = "";
+$a->strings["View on separate page"] = "Посмотреть в отдельной вкладке";
+$a->strings["view on separate page"] = "посмотреть на отдельной вкладке";
+$a->strings["link to source"] = "ссылка на сообщение";
 $a->strings["activity"] = "активность";
-$a->strings["comment"] = array(
+$a->strings["comment"] = [
        0 => "",
        1 => "",
        2 => "комментарий",
        3 => "комментарий",
-);
+];
 $a->strings["post"] = "сообщение";
-$a->strings["Item filed"] = "";
-$a->strings["Passwords do not match. Password unchanged."] = "Пароли не совпадают. Пароль не изменен.";
-$a->strings["An invitation is required."] = "Требуется приглашение.";
-$a->strings["Invitation could not be verified."] = "Приглашение не может быть проверено.";
-$a->strings["Invalid OpenID url"] = "Неверный URL OpenID";
-$a->strings["Please enter the required information."] = "Пожалуйста, введите необходимую информацию.";
-$a->strings["Please use a shorter name."] = "Пожалуйста, используйте более короткое имя.";
-$a->strings["Name too short."] = "Имя слишком короткое.";
-$a->strings["That doesn't appear to be your full (First Last) name."] = "Кажется, что это ваше неполное (Имя Фамилия) имя.";
-$a->strings["Your email domain is not among those allowed on this site."] = "Домен вашего адреса электронной почты не относится к числу разрешенных на этом сайте.";
-$a->strings["Not a valid email address."] = "Неверный адрес электронной почты.";
-$a->strings["Cannot use that email."] = "Нельзя использовать этот Email.";
-$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"."] = "";
-$a->strings["Nickname is already registered. Please choose another."] = "Такой ник уже зарегистрирован. Пожалуйста, выберите другой.";
-$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Ник уже зарегистрирован на этом сайте и не может быть изменён. Пожалуйста, выберите другой ник.";
-$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "СЕРЬЕЗНАЯ ОШИБКА: генерация ключей безопасности не удалась.";
-$a->strings["An error occurred during registration. Please try again."] = "Ошибка при регистрации. Пожалуйста, попробуйте еще раз.";
-$a->strings["default"] = "значение по умолчанию";
-$a->strings["An error occurred creating your default profile. Please try again."] = "Ошибка создания вашего профиля. Пожалуйста, попробуйте еще раз.";
-$a->strings["Profile Photos"] = "Фотографии профиля";
-$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t"] = "";
-$a->strings["Registration at %s"] = "";
-$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t"] = "";
-$a->strings["\n\t\tThe login details are as follows:\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t%1\$s\n\t\t\tPassword:\t%5\$s\n\n\t\tYou may change your password from your account \"Settings\" page after logging\n\t\tin.\n\n\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\tYou may also wish to add some basic information to your default profile\n\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\tWe recommend setting your full name, adding a profile photo,\n\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\tthan that.\n\n\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\tIf you are new and do not know anybody here, they may help\n\t\tyou to make some new and interesting friends.\n\n\n\t\tThank you and welcome to %2\$s."] = "";
-$a->strings["Registration details for %s"] = "Подробности регистрации для %s";
-$a->strings["Post successful."] = "Успешно добавлено.";
-$a->strings["Access denied."] = "Доступ запрещен.";
+$a->strings["Item filed"] = "Элемент заполнен";
+$a->strings["No friends to display."] = "Нет друзей.";
+$a->strings["Connect"] = "Подключить";
+$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["No"] = "Нет";
+$a->strings["You must be logged in to use addons. "] = "Вы должны войти в систему, чтобы использовать аддоны.";
+$a->strings["Applications"] = "Приложения";
+$a->strings["No installed applications."] = "Нет установленных приложений.";
+$a->strings["Item not available."] = "Пункт не доступен.";
+$a->strings["Item was not found."] = "Пункт не был найден.";
+$a->strings["No contacts in common."] = "Нет общих контактов.";
+$a->strings["Common Friends"] = "Общие друзья";
+$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["Photos"] = "Фото";
+$a->strings["Contact Photos"] = "Фотографии контакта";
+$a->strings["Upload"] = "Загрузить";
+$a->strings["Files"] = "Файлы";
+$a->strings["Not Found"] = "Не найдено";
+$a->strings["No profile"] = "Нет профиля";
 $a->strings["Welcome to %s"] = "Добро пожаловать на %s!";
-$a->strings["No more system notifications."] = "Системных уведомлений больше нет.";
-$a->strings["System Notifications"] = "Уведомления системы";
-$a->strings["Remove term"] = "Удалить элемент";
-$a->strings["Public access denied."] = "Свободный доступ закрыт.";
-$a->strings["Only logged in users are permitted to perform a search."] = "";
-$a->strings["Too Many Requests"] = "";
-$a->strings["Only one search per minute is permitted for not logged in users."] = "";
-$a->strings["No results."] = "Нет результатов.";
-$a->strings["Items tagged with: %s"] = "";
-$a->strings["Results for: %s"] = "";
-$a->strings["This is Friendica, version"] = "Это Friendica, версия";
-$a->strings["running at web location"] = "работает на веб-узле";
-$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Пожалуйста, посетите сайт <a href=\"http://friendica.com\">Friendica.com</a>, чтобы узнать больше о проекте Friendica.";
-$a->strings["Bug reports and issues: please visit"] = "Отчет об ошибках и проблемах: пожалуйста, посетите";
-$a->strings["the bugtracker at github"] = "";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Предложения, похвала, пожертвования? Пишите на \"info\" на Friendica - точка com";
-$a->strings["Installed plugins/addons/apps:"] = "Установленные плагины / добавки / приложения:";
-$a->strings["No installed plugins/addons/apps"] = "Нет установленных плагинов / добавок / приложений";
-$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.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "";
-$a->strings["\n\t\tFollow this link 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"] = "";
-$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["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["\n\t\t\t\tDear %1\$s,\n\t\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\t\tinformation for your records (or change your password immediately to\n\t\t\t\tsomething that you will remember).\n\t\t\t"] = "";
-$a->strings["\n\t\t\t\tYour login details are as follows:\n\n\t\t\t\tSite Location:\t%1\$s\n\t\t\t\tLogin Name:\t%2\$s\n\t\t\t\tPassword:\t%3\$s\n\n\t\t\t\tYou may change that password from your account settings page after logging in.\n\t\t\t"] = "";
-$a->strings["Your password has been changed at %s"] = "Ваш пароль был изменен %s";
-$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["No profile"] = "Нет профиля";
-$a->strings["Help:"] = "Помощь:";
-$a->strings["Not Found"] = "Не найдено";
-$a->strings["Page not found."] = "Страница не найдена.";
 $a->strings["Remote privacy information not available."] = "Личная информация удаленно недоступна.";
 $a->strings["Visible to:"] = "Кто может видеть:";
-$a->strings["OpenID protocol error. No ID returned."] = "Ошибка протокола OpenID. Не возвращён ID.";
-$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Аккаунт не найден и OpenID регистрация не допускается на этом сайте.";
-$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"] = "";
-$a->strings["Account file"] = "Файл аккаунта";
-$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Для экспорта аккаунта, перейдите в \"Настройки->Экспортировать ваши данные\" и выберите \"Экспорт аккаунта\"";
-$a->strings["Visit %s's profile [%s]"] = "Посетить профиль %s [%s]";
-$a->strings["Edit contact"] = "Редактировать контакт";
-$a->strings["Contacts who are not members of a group"] = "Контакты, которые не являются членами группы";
-$a->strings["Export account"] = "Экспорт аккаунта";
-$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Экспорт ваших регистрационных данные и контактов. Используйте, чтобы создать резервную копию вашего аккаунта и/или переместить его на другой сервер.";
-$a->strings["Export all"] = "Экспорт всего";
-$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Экспорт информации вашего аккаунта, контактов и всех ваших пунктов, как JSON. Может получиться очень большой файл и это может занять много времени. Используйте, чтобы создать полную резервную копию вашего аккаунта (фото не экспортируются)";
-$a->strings["Export personal data"] = "Экспорт личных данных";
-$a->strings["Total invitation limit exceeded."] = "Превышен общий лимит приглашений.";
-$a->strings["%s : Not a valid email address."] = "%s: Неверный адрес электронной почты.";
-$a->strings["Please join us on Friendica"] = "Пожалуйста, присоединяйтесь к нам на Friendica";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Лимит приглашений превышен. Пожалуйста, свяжитесь с администратором сайта.";
-$a->strings["%s : Message delivery failed."] = "%s: Доставка сообщения не удалась.";
-$a->strings["%d message sent."] = array(
-       0 => "%d сообщение отправлено.",
-       1 => "%d сообщений отправлено.",
-       2 => "%d сообщений отправлено.",
-       3 => "%d сообщений отправлено.",
-);
-$a->strings["You have no more invitations available"] = "У вас нет больше приглашений";
-$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Посетите %s со списком общедоступных сайтов, к которым вы можете присоединиться. Все участники Friendica на других сайтах могут соединиться друг с другом, а также с участниками многих других социальных сетей.";
-$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Для одобрения этого приглашения, пожалуйста, посетите и зарегистрируйтесь на %s ,или любом другом публичном сервере Friendica";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Сайты Friendica, подключившись между собой, могут создать сеть с повышенной безопасностью, которая принадлежит и управляется её членами. Они также могут подключаться ко многим традиционным социальным сетям. См. %s  со списком альтернативных сайтов Friendica, к которым вы можете присоединиться.";
-$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Извините. Эта система в настоящее время не сконфигурирована для соединения с другими общественными сайтами и для приглашения участников.";
-$a->strings["Send invitations"] = "Отправить приглашения";
-$a->strings["Enter email addresses, one per line:"] = "Введите адреса электронной почты, по одному в строке:";
-$a->strings["Your message:"] = "Ваше сообщение:";
-$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Приглашаем Вас присоединиться ко мне и другим близким друзьям на Friendica - помочь нам создать лучшую социальную сеть.";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "Вам нужно будет предоставить этот код приглашения: \$invite_code";
-$a->strings["Once you have registered, please connect with me via my profile page at:"] = "После того как вы зарегистрировались, пожалуйста, свяжитесь со мной через мою страницу профиля по адресу:";
-$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Для получения более подробной информации о проекте Friendica, пожалуйста, посетите http://friendica.com";
-$a->strings["Submit"] = "Добавить";
-$a->strings["Files"] = "Файлы";
-$a->strings["Permission denied"] = "Доступ запрещен";
-$a->strings["Invalid profile identifier."] = "Недопустимый идентификатор профиля.";
-$a->strings["Profile Visibility Editor"] = "Редактор видимости профиля";
-$a->strings["Click on a contact to add or remove."] = "Нажмите на контакт, чтобы добавить или удалить.";
-$a->strings["Visible To"] = "Видимый для";
-$a->strings["All Contacts (with secure profile access)"] = "Все контакты (с безопасным доступом к профилю)";
-$a->strings["Tag removed"] = "Ключевое слово удалено";
-$a->strings["Remove Item Tag"] = "Удалить ключевое слово";
-$a->strings["Select a tag to remove: "] = "Выберите ключевое слово для удаления: ";
-$a->strings["Remove"] = "Удалить";
-$a->strings["Resubscribing to OStatus contacts"] = "";
-$a->strings["Error"] = "Ошибка";
-$a->strings["Done"] = "Готово";
-$a->strings["Keep this window open until done."] = "";
-$a->strings["No potential page delegates located."] = "";
-$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Доверенные лица могут управлять всеми аспектами этого аккаунта/страницы, за исключением основных настроек аккаунта. Пожалуйста, не предоставляйте доступ в личный кабинет тому, кому вы не полностью доверяете.";
-$a->strings["Existing Page Managers"] = "Существующие менеджеры страницы";
-$a->strings["Existing Page Delegates"] = "Существующие уполномоченные страницы";
-$a->strings["Potential Delegates"] = "Возможные доверенные лица";
-$a->strings["Add"] = "Добавить";
-$a->strings["No entries."] = "Нет записей.";
-$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!"] = "";
-$a->strings["- select -"] = "- выбрать -";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "";
-$a->strings["Item not available."] = "Пункт не доступен.";
-$a->strings["Item was not found."] = "Пункт не был найден.";
-$a->strings["You must be logged in to use addons. "] = "Вы должны войти в систему, чтобы использовать аддоны.";
-$a->strings["Applications"] = "Приложения";
-$a->strings["No installed applications."] = "Нет установленных приложений.";
-$a->strings["Not Extended"] = "";
+$a->strings["System down for maintenance"] = "Система закрыта на техническое обслуживание";
 $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["Settings"] = "Настройки";
 $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["Profile"] = "Информация";
 $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"] = "Редактировать профиль";
@@ -889,6 +350,7 @@ $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?"] = "Почему мои посты не публичные?";
@@ -896,30 +358,93 @@ $a->strings["Friendica respects your privacy. By default, your posts will only s
 $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["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["Item not found"] = "Элемент не найден";
-$a->strings["Edit post"] = "Редактировать сообщение";
+$a->strings["Visit %s's profile [%s]"] = "Посетить профиль %s [%s]";
+$a->strings["Edit contact"] = "Редактировать контакт";
+$a->strings["Contacts who are not members of a group"] = "Контакты, которые не являются членами группы";
+$a->strings["Not Extended"] = "Не расширенный";
+$a->strings["Resubscribing to OStatus contacts"] = "Переподписаться на OStatus-контакты.";
+$a->strings["Error"] = "Ошибка";
+$a->strings["Done"] = "Готово";
+$a->strings["Keep this window open until done."] = "Держать окно открытым до завершения.";
+$a->strings["Do you really want to delete this suggestion?"] = "Вы действительно хотите удалить это предложение?";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Нет предложений. Если это новый сайт, пожалуйста, попробуйте снова через 24 часа.";
+$a->strings["Ignore/Hide"] = "Проигнорировать/Скрыть";
+$a->strings["Friend Suggestions"] = "Предложения друзей";
+$a->strings["[Embedded content - reload page to view]"] = "[Встроенное содержание - перезагрузите страницу для просмотра]";
+$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["No keywords to match. Please add keywords to your default profile."] = "Нет соответствующих ключевых слов. Пожалуйста, добавьте ключевые слова для вашего профиля по умолчанию.";
+$a->strings["is interested in:"] = "интересуется:";
+$a->strings["Profile Match"] = "Похожие профили";
+$a->strings["No matches"] = "Нет соответствий";
+$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["Submit"] = "Добавить";
+$a->strings["Invalid request."] = "Неверный запрос.";
+$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["- select -"] = "- выбрать -";
+$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["The post was created"] = "";
-$a->strings["Group created."] = "Группа создана.";
-$a->strings["Could not create group."] = "Не удалось создать группу.";
-$a->strings["Group not found."] = "Группа не найдена.";
-$a->strings["Group name changed."] = "Название группы изменено.";
-$a->strings["Save Group"] = "Сохранить группу";
-$a->strings["Create a group of contacts/friends."] = "Создать группу контактов / друзей.";
-$a->strings["Group removed."] = "Группа удалена.";
-$a->strings["Unable to remove group."] = "Не удается удалить группу.";
-$a->strings["Group Editor"] = "Редактор групп";
-$a->strings["Members"] = "Участники";
-$a->strings["All Contacts"] = "Все контакты";
-$a->strings["Group is empty"] = "Группа пуста";
+$a->strings["No more system notifications."] = "Системных уведомлений больше нет.";
+$a->strings["System Notifications"] = "Уведомления системы";
+$a->strings["{0} wants to be your friend"] = "{0} хочет стать Вашим другом";
+$a->strings["{0} sent you a message"] = "{0} отправил Вам сообщение";
+$a->strings["{0} requested registration"] = "{0} требуемая регистрация";
+$a->strings["Poke/Prod"] = "Потыкать/Потолкать";
+$a->strings["poke, prod or do other things to somebody"] = "Потыкать, потолкать или сделать что-то еще с кем-то";
+$a->strings["Recipient"] = "Получатель";
+$a->strings["Choose what you wish to do to recipient"] = "Выберите действия для получателя";
+$a->strings["Make this post private"] = "Сделать эту запись личной";
+$a->strings["Public access denied."] = "Свободный доступ закрыт.";
+$a->strings["Only logged in users are permitted to perform a probing."] = "";
+$a->strings["Permission denied"] = "Доступ запрещен";
+$a->strings["Invalid profile identifier."] = "Недопустимый идентификатор профиля.";
+$a->strings["Profile Visibility Editor"] = "Редактор видимости профиля";
+$a->strings["Click on a contact to add or remove."] = "Нажмите на контакт, чтобы добавить или удалить.";
+$a->strings["Visible To"] = "Видимый для";
+$a->strings["All Contacts (with secure profile access)"] = "Все контакты (с безопасным доступом к профилю)";
+$a->strings["Account approved."] = "Аккаунт утвержден.";
+$a->strings["Registration revoked for %s"] = "Регистрация отменена для %s";
+$a->strings["Please login."] = "Пожалуйста, войдите с паролем.";
+$a->strings["Remove term"] = "Удалить элемент";
+$a->strings["Saved Searches"] = "запомненные поиски";
+$a->strings["Only logged in users are permitted to perform a search."] = "Только зарегистрированные пользователи могут использовать поиск.";
+$a->strings["Too Many Requests"] = "Слишком много запросов";
+$a->strings["Only one search per minute is permitted for not logged in users."] = "Незарегистрированные пользователи могут выполнять поиск раз в минуту.";
+$a->strings["No results."] = "Нет результатов.";
+$a->strings["Items tagged with: %s"] = "Элементы с тегами: %s";
+$a->strings["Results for: %s"] = "Результаты для: %s";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s подписан %2\$s's %3\$s";
+$a->strings["Tag removed"] = "Ключевое слово удалено";
+$a->strings["Remove Item Tag"] = "Удалить ключевое слово";
+$a->strings["Select a tag to remove: "] = "Выберите ключевое слово для удаления: ";
+$a->strings["Remove"] = "Удалить";
+$a->strings["Export account"] = "Экспорт аккаунта";
+$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Экспорт ваших регистрационных данные и контактов. Используйте, чтобы создать резервную копию вашего аккаунта и/или переместить его на другой сервер.";
+$a->strings["Export all"] = "Экспорт всего";
+$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Экспорт информации вашего аккаунта, контактов и всех ваших пунктов, как JSON. Может получиться очень большой файл и это может занять много времени. Используйте, чтобы создать полную резервную копию вашего аккаунта (фото не экспортируются)";
+$a->strings["Export personal data"] = "Экспорт личных данных";
+$a->strings["No contacts."] = "Нет контактов.";
+$a->strings["Access denied."] = "Доступ запрещен.";
+$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["Number of daily wall messages for %s exceeded. Message failed."] = "Количество ежедневных сообщений на стене %s превышено. Сообщение отменено..";
 $a->strings["No recipient selected."] = "Не выбран получатель.";
 $a->strings["Unable to check your home location."] = "Невозможно проверить местоположение.";
@@ -928,297 +453,22 @@ $a->strings["Message collection failure."] = "Неудача коллекции
 $a->strings["Message sent."] = "Сообщение отправлено.";
 $a->strings["No recipient."] = "Без адресата.";
 $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."] = "Ð\95Ñ\81ли Ð\92Ñ\8b Ñ\85оÑ\82иÑ\82е Ð¾Ñ\82веÑ\82иÑ\82Ñ\8c %s, Ð¿Ð¾Ð¶Ð°Ð»Ñ\83йÑ\81Ñ\82а, Ð¿Ñ\80овеÑ\80Ñ\8cÑ\82е, Ð¿Ð¾Ð·Ð²Ð¾Ð»Ñ\8fÑ\8eÑ\82 Ð»Ð¸ Ð½Ð°Ñ\81Ñ\82Ñ\80ойки ÐºÐ¾Ð½Ñ\84иденÑ\86иалÑ\8cноÑ\81Ñ\82и Ð½Ð° Ð\92аÑ\88ем Ñ\81айÑ\82е Ð¿Ñ\80инимаÑ\82Ñ\8c Ð¿ÐµÑ\80Ñ\81оналÑ\8cнÑ\83Ñ\8e Ð¿Ð¾Ñ\87Ñ\82Ñ\83 от неизвестных отправителей.";
+$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Ð\95Ñ\81ли Ð\92Ñ\8b Ñ\85оÑ\82иÑ\82е Ð¾Ñ\82веÑ\82иÑ\82Ñ\8c %s, Ð¿Ð¾Ð¶Ð°Ð»Ñ\83йÑ\81Ñ\82а, Ð¿Ñ\80овеÑ\80Ñ\8cÑ\82е, Ð¿Ð¾Ð·Ð²Ð¾Ð»Ñ\8fÑ\8eÑ\82 Ð»Ð¸ Ð½Ð°Ñ\81Ñ\82Ñ\80ойки ÐºÐ¾Ð½Ñ\84иденÑ\86иалÑ\8cноÑ\81Ñ\82и Ð½Ð° Ð\92аÑ\88ем Ñ\81айÑ\82е Ð¿Ñ\80инимаÑ\82Ñ\8c Ð»Ð¸Ñ\87нÑ\8bе Ñ\81ообÑ\89ениÑ\8f от неизвестных отправителей.";
 $a->strings["To:"] = "Кому:";
 $a->strings["Subject:"] = "Тема:";
-$a->strings["link"] = "ссылка";
-$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["No"] = "Нет";
-$a->strings["Source (bbcode) text:"] = "Код (bbcode):";
-$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Код (Diaspora) для конвертации в BBcode:";
-$a->strings["Source input: "] = "Ввести код:";
-$a->strings["bb2html (raw HTML): "] = "bb2html (raw HTML): ";
-$a->strings["bb2html: "] = "bb2html: ";
-$a->strings["bb2html2bb: "] = "bb2html2bb: ";
-$a->strings["bb2md: "] = "bb2md: ";
-$a->strings["bb2md2html: "] = "bb2md2html: ";
-$a->strings["bb2dia2bb: "] = "bb2dia2bb: ";
-$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: ";
-$a->strings["Source input (Diaspora format): "] = "Ввод кода (формат Diaspora):";
-$a->strings["diaspora2bb: "] = "diaspora2bb: ";
-$a->strings["Subscribing to OStatus contacts"] = "";
-$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["Unable to locate contact information."] = "Не удалось найти контактную информацию.";
-$a->strings["Do you really want to delete this message?"] = "Вы действительно хотите удалить это сообщение?";
-$a->strings["Message deleted."] = "Сообщение удалено.";
-$a->strings["Conversation removed."] = "Беседа удалена.";
-$a->strings["No messages."] = "Нет сообщений.";
-$a->strings["Message not available."] = "Сообщение не доступно.";
-$a->strings["Delete message"] = "Удалить сообщение";
-$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, d M Y - g:i A"] = "D, d M Y - g:i A";
-$a->strings["%d message"] = array(
-       0 => "%d сообщение",
-       1 => "%d сообщений",
-       2 => "%d сообщений",
-       3 => "%d сообщений",
-);
-$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["Contact settings applied."] = "Установки контакта приняты.";
-$a->strings["Contact update failed."] = "Обновление контакта неудачное.";
+$a->strings["Your message:"] = "Ваше сообщение:";
+$a->strings["Login"] = "Вход";
+$a->strings["The post was created"] = "Пост был создан";
+$a->strings["Item not found"] = "Элемент не найден";
+$a->strings["Edit post"] = "Редактировать сообщение";
+$a->strings["CC: email addresses"] = "Копии на email адреса";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Пример: bob@example.com, mary@example.com";
 $a->strings["Contact not found."] = "Контакт не найден.";
-$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>ВНИМАНИЕ: Это крайне важно!</strong> Если вы введете неверную информацию, ваша связь с этим контактом перестанет работать.";
-$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Пожалуйста, нажмите клавишу вашего браузера 'Back' или 'Назад' <strong>сейчас</strong>, если вы не уверены, что делаете на этой странице.";
-$a->strings["No mirroring"] = "";
-$a->strings["Mirror as forwarded posting"] = "";
-$a->strings["Mirror as my own posting"] = "";
-$a->strings["Return to contact editor"] = "Возврат к редактору контакта";
-$a->strings["Refetch contact data"] = "";
-$a->strings["Remote Self"] = "";
-$a->strings["Mirror postings from this contact"] = "";
-$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "";
-$a->strings["Name"] = "Имя";
-$a->strings["Account Nickname"] = "Ник аккаунта";
-$a->strings["@Tagname - overrides Name/Nickname"] = "";
-$a->strings["Account URL"] = "URL аккаунта";
-$a->strings["Friend Request URL"] = "URL запроса в друзья";
-$a->strings["Friend Confirm URL"] = "URL подтверждения друга";
-$a->strings["Notification Endpoint URL"] = "URL эндпоинта уведомления";
-$a->strings["Poll/Feed URL"] = "URL опроса/ленты";
-$a->strings["New photo from this URL"] = "Новое фото из этой URL";
-$a->strings["No such group"] = "Нет такой группы";
-$a->strings["Group: %s"] = "Группа: %s";
-$a->strings["This entry was edited"] = "Эта запись была отредактирована";
-$a->strings["%d comment"] = array(
-       0 => "%d комментарий",
-       1 => "%d комментариев",
-       2 => "%d комментариев",
-       3 => "%d комментариев",
-);
-$a->strings["Private Message"] = "Личное сообщение";
-$a->strings["I like this (toggle)"] = "Нравится";
-$a->strings["like"] = "нравится";
-$a->strings["I don't like this (toggle)"] = "Не нравится";
-$a->strings["dislike"] = "не нравитса";
-$a->strings["Share this"] = "Поделитесь этим";
-$a->strings["share"] = "делиться";
-$a->strings["This is you"] = "Это вы";
-$a->strings["Comment"] = "Оставить комментарий";
-$a->strings["Bold"] = "Жирный";
-$a->strings["Italic"] = "Kурсивный";
-$a->strings["Underline"] = "Подчеркнутый";
-$a->strings["Quote"] = "Цитата";
-$a->strings["Code"] = "Код";
-$a->strings["Image"] = "Изображение / Фото";
-$a->strings["Link"] = "Ссылка";
-$a->strings["Video"] = "Видео";
-$a->strings["Edit"] = "Редактировать";
-$a->strings["add star"] = "пометить";
-$a->strings["remove star"] = "убрать метку";
-$a->strings["toggle star status"] = "переключить статус";
-$a->strings["starred"] = "помечено";
-$a->strings["add tag"] = "добавить ключевое слово (таг)";
-$a->strings["ignore thread"] = "";
-$a->strings["unignore thread"] = "";
-$a->strings["toggle ignore status"] = "";
-$a->strings["save to folder"] = "сохранить в папке";
-$a->strings["I will attend"] = "";
-$a->strings["I will not attend"] = "";
-$a->strings["I might attend"] = "";
-$a->strings["to"] = "к";
-$a->strings["Wall-to-Wall"] = "Стена-на-Стену";
-$a->strings["via Wall-To-Wall:"] = "через Стена-на-Стену:";
 $a->strings["Friend suggestion sent."] = "Приглашение в друзья отправлено.";
 $a->strings["Suggest Friends"] = "Предложить друзей";
 $a->strings["Suggest a friend for %s"] = "Предложить друга для %s.";
-$a->strings["Mood"] = "Настроение";
-$a->strings["Set your current mood and tell your friends"] = "Напишите о вашем настроении и расскажите своим друзьям";
-$a->strings["Poke/Prod"] = "";
-$a->strings["poke, prod or do other things to somebody"] = "";
-$a->strings["Recipient"] = "Получатель";
-$a->strings["Choose what you wish to do to recipient"] = "Выберите действия для получателя";
-$a->strings["Make this post private"] = "Сделать эту запись личной";
-$a->strings["Image uploaded but image cropping failed."] = "Изображение загружено, но обрезка изображения не удалась.";
-$a->strings["Image size reduction [%s] failed."] = "Уменьшение размера изображения [%s] не удалось.";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Перезагрузите страницу с зажатой клавишей \"Shift\" для того, чтобы увидеть свое новое фото немедленно.";
-$a->strings["Unable to process image"] = "Не удается обработать изображение";
-$a->strings["Image exceeds size limit of %s"] = "";
-$a->strings["Unable to process image."] = "Невозможно обработать фото.";
-$a->strings["Upload File:"] = "Загрузить файл:";
-$a->strings["Select a profile:"] = "Выбрать этот профиль:";
-$a->strings["Upload"] = "Загрузить";
-$a->strings["or"] = "или";
-$a->strings["skip this step"] = "пропустить этот шаг";
-$a->strings["select a photo from your photo albums"] = "выберите фото из ваших фотоальбомов";
-$a->strings["Crop Image"] = "Обрезать изображение";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Пожалуйста, настройте обрезку изображения для оптимального просмотра.";
-$a->strings["Done Editing"] = "Редактирование выполнено";
-$a->strings["Image uploaded successfully."] = "Изображение загружено успешно.";
-$a->strings["Image upload failed."] = "Загрузка фото неудачная.";
-$a->strings["Account approved."] = "Аккаунт утвержден.";
-$a->strings["Registration revoked for %s"] = "Регистрация отменена для %s";
-$a->strings["Please login."] = "Пожалуйста, войдите с паролем.";
-$a->strings["Invalid request identifier."] = "Неверный идентификатор запроса.";
-$a->strings["Discard"] = "Отказаться";
-$a->strings["Ignore"] = "Игнорировать";
-$a->strings["Network Notifications"] = "Уведомления сети";
-$a->strings["Personal Notifications"] = "Личные уведомления";
-$a->strings["Home Notifications"] = "Уведомления";
-$a->strings["Show Ignored Requests"] = "Показать проигнорированные запросы";
-$a->strings["Hide Ignored Requests"] = "Скрыть проигнорированные запросы";
-$a->strings["Notification type: "] = "Тип уведомления: ";
-$a->strings["suggested by %s"] = "предложено юзером %s";
-$a->strings["Hide this contact from others"] = "Скрыть этот контакт от других";
-$a->strings["Post a new friend activity"] = "Настроение";
-$a->strings["if applicable"] = "если требуется";
-$a->strings["Approve"] = "Одобрить";
-$a->strings["Claims to be known to you: "] = "Утверждения, о которых должно быть вам известно: ";
-$a->strings["yes"] = "да";
-$a->strings["no"] = "нет";
-$a->strings["Shall your connection be bidirectional or not? \"Friend\" implies that you allow to read and you subscribe to their posts. \"Fan/Admirer\" means that you allow to read but you do not want to read theirs. Approve as: "] = "";
-$a->strings["Shall your connection be bidirectional or not? \"Friend\" implies that you allow to read and you subscribe to their posts. \"Sharer\" means that you allow to read but you do not want to read theirs. Approve as: "] = "";
-$a->strings["Friend"] = "Друг";
-$a->strings["Sharer"] = "Участник";
-$a->strings["Fan/Admirer"] = "Фанат / Поклонник";
-$a->strings["Profile URL"] = "URL профиля";
-$a->strings["No introductions."] = "Запросов нет.";
-$a->strings["Show unread"] = "";
-$a->strings["Show all"] = "";
-$a->strings["No more %s notifications."] = "";
-$a->strings["Profile not found."] = "Профиль не найден.";
-$a->strings["Profile deleted."] = "Профиль удален.";
-$a->strings["Profile-"] = "Профиль-";
-$a->strings["New profile created."] = "Новый профиль создан.";
-$a->strings["Profile unavailable to clone."] = "Профиль недоступен для клонирования.";
-$a->strings["Profile Name is required."] = "Необходимо имя профиля.";
-$a->strings["Marital Status"] = "Семейное положение";
-$a->strings["Romantic Partner"] = "Любимый человек";
-$a->strings["Work/Employment"] = "Работа/Занятость";
-$a->strings["Religion"] = "Религия";
-$a->strings["Political Views"] = "Политические взгляды";
-$a->strings["Gender"] = "Пол";
-$a->strings["Sexual Preference"] = "Сексуальные предпочтения";
-$a->strings["XMPP"] = "";
-$a->strings["Homepage"] = "Домашняя страница";
-$a->strings["Interests"] = "Хобби / Интересы";
-$a->strings["Address"] = "Адрес";
-$a->strings["Location"] = "Местонахождение";
-$a->strings["Profile updated."] = "Профиль обновлен.";
-$a->strings[" and "] = "и";
-$a->strings["public profile"] = "публичный профиль";
-$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s изменились с %2\$s на &ldquo;%3\$s&rdquo;";
-$a->strings[" - Visit %1\$s's %2\$s"] = " - Посетить профиль %1\$s [%2\$s]";
-$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "";
-$a->strings["Hide contacts and friends:"] = "";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Скрывать ваш список контактов / друзей от посетителей этого профиля?";
-$a->strings["Show more profile fields:"] = "";
-$a->strings["Profile Actions"] = "";
-$a->strings["Edit Profile Details"] = "Редактировать детали профиля";
-$a->strings["Change Profile Photo"] = "Изменить фото профиля";
-$a->strings["View this profile"] = "Просмотреть этот профиль";
-$a->strings["Create a new profile using these settings"] = "Создать новый профиль, используя эти настройки";
-$a->strings["Clone this profile"] = "Клонировать этот профиль";
-$a->strings["Delete this profile"] = "Удалить этот профиль";
-$a->strings["Basic information"] = "";
-$a->strings["Profile picture"] = "";
-$a->strings["Preferences"] = "";
-$a->strings["Status information"] = "";
-$a->strings["Additional information"] = "";
-$a->strings["Relation"] = "";
-$a->strings["Your Gender:"] = "Ваш пол:";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Семейное положение:";
-$a->strings["Example: fishing photography software"] = "Пример: рыбалка фотографии программное обеспечение";
-$a->strings["Profile Name:"] = "Имя профиля:";
-$a->strings["Required"] = "Требуется";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Это ваш <strong>публичный</strong> профиль. <br /> Он <strong>может</strong> быть виден каждому через Интернет.";
-$a->strings["Your Full Name:"] = "Ваше полное имя:";
-$a->strings["Title/Description:"] = "Заголовок / Описание:";
-$a->strings["Street Address:"] = "Адрес:";
-$a->strings["Locality/City:"] = "Город / Населенный пункт:";
-$a->strings["Region/State:"] = "Район / Область:";
-$a->strings["Postal/Zip Code:"] = "Почтовый индекс:";
-$a->strings["Country:"] = "Страна:";
-$a->strings["Who: (if applicable)"] = "Кто: (если требуется)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Примеры: cathy123, Кэти Уильямс, cathy@example.com";
-$a->strings["Since [date]:"] = "С какого времени [дата]:";
-$a->strings["Tell us about yourself..."] = "Расскажите нам о себе ...";
-$a->strings["XMPP (Jabber) address:"] = "";
-$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "";
-$a->strings["Homepage URL:"] = "Адрес домашней странички:";
-$a->strings["Religious Views:"] = "Религиозные взгляды:";
-$a->strings["Public Keywords:"] = "Общественные ключевые слова:";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Используется для предложения потенциальным друзьям, могут увидеть другие)";
-$a->strings["Private Keywords:"] = "Личные ключевые слова:";
-$a->strings["(Used for searching profiles, never shown to others)"] = "(Используется для поиска профилей, никогда не показывается другим)";
-$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["Edit/Manage Profiles"] = "Редактировать профиль";
-$a->strings["No friends to display."] = "Нет друзей.";
-$a->strings["Access to this profile has been restricted."] = "Доступ к этому профилю ограничен.";
-$a->strings["View"] = "";
-$a->strings["Previous"] = "Назад";
-$a->strings["Next"] = "Далее";
-$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["No contacts in common."] = "Нет общих контактов.";
-$a->strings["Common Friends"] = "Общие друзья";
-$a->strings["Not available."] = "Недоступно.";
-$a->strings["Global Directory"] = "Глобальный каталог";
-$a->strings["Find on this site"] = "Найти на этом сайте";
-$a->strings["Results for:"] = "";
-$a->strings["Site Directory"] = "Каталог сайта";
-$a->strings["No entries (some entries may be hidden)."] = "Нет записей (некоторые записи могут быть скрыты).";
-$a->strings["People Search - %s"] = "";
-$a->strings["Forum Search - %s"] = "";
-$a->strings["No matches"] = "Нет соответствий";
-$a->strings["Item has been removed."] = "Пункт был удален.";
-$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["Finish date/time is not known or not relevant"] = "Дата/время окончания не известны, или не указаны";
-$a->strings["Event Finishes:"] = "Окончание мероприятия:";
-$a->strings["Adjust for viewer timezone"] = "Настройка часового пояса";
-$a->strings["Description:"] = "Описание:";
-$a->strings["Title:"] = "Титул:";
-$a->strings["Share this event"] = "Поделитесь этим мероприятием";
-$a->strings["System down for maintenance"] = "Система закрыта на техническое обслуживание";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "Нет соответствующих ключевых слов. Пожалуйста, добавьте ключевые слова для вашего профиля по умолчанию.";
-$a->strings["is interested in:"] = "интересуется:";
-$a->strings["Profile Match"] = "Похожие профили";
-$a->strings["Tips for New Members"] = "Советы для новых участников";
-$a->strings["Do you really want to delete this suggestion?"] = "Вы действительно хотите удалить это предложение?";
-$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Нет предложений. Если это новый сайт, пожалуйста, попробуйте снова через 24 часа.";
-$a->strings["Ignore/Hide"] = "Проигнорировать/Скрыть";
-$a->strings["[Embedded content - reload page to view]"] = "[Встроенное содержание - перезагрузите страницу для просмотра]";
+$a->strings["Personal Notes"] = "Личные заметки";
+$a->strings["Photo Albums"] = "Фотоальбомы";
 $a->strings["Recent Photos"] = "Последние фото";
 $a->strings["Upload New Photos"] = "Загрузить новые фото";
 $a->strings["everybody"] = "каждый";
@@ -1228,20 +478,21 @@ $a->strings["Delete Album"] = "Удалить альбом";
 $a->strings["Do you really want to delete this photo album and all its photos?"] = "Вы действительно хотите удалить этот альбом и все его фотографии?";
 $a->strings["Delete Photo"] = "Удалить фото";
 $a->strings["Do you really want to delete this photo?"] = "Вы действительно хотите удалить эту фотографию?";
-$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s отмечен/а/ в %2\$s by %3\$s";
 $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["Access to this item is restricted."] = "Доступ к этому пункту ограничен.";
-$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Вы использовали %1$.2f мегабайт из %2$.2f возможных для хранения фотографий.";
 $a->strings["Upload Photos"] = "Загрузить фото";
 $a->strings["New album name: "] = "Название нового альбома: ";
 $a->strings["or existing album name: "] = "или название существующего альбома: ";
 $a->strings["Do not show a status post for this upload"] = "Не показывать статус-сообщение для этой закачки";
+$a->strings["Permissions"] = "Разрешения";
 $a->strings["Show to Groups"] = "Показать в группах";
 $a->strings["Show to Contacts"] = "Показывать контактам";
-$a->strings["Private Photo"] = "Личное фото";
-$a->strings["Public Photo"] = "Публичное фото";
 $a->strings["Edit Album"] = "Редактировать альбом";
 $a->strings["Show Newest First"] = "Показать новые первыми";
 $a->strings["Show Oldest First"] = "Показать старые первыми";
@@ -1251,279 +502,543 @@ $a->strings["Photo not available"] = "Фото недоступно";
 $a->strings["View photo"] = "Просмотр фото";
 $a->strings["Edit photo"] = "Редактировать фото";
 $a->strings["Use as profile photo"] = "Использовать как фото профиля";
+$a->strings["Private Message"] = "Личное сообщение";
 $a->strings["View Full Size"] = "Просмотреть полный размер";
 $a->strings["Tags: "] = "Ключевые слова: ";
 $a->strings["[Remove any tag]"] = "[Удалить любое ключевое слово]";
 $a->strings["New album name"] = "Название нового альбома";
 $a->strings["Caption"] = "Подпись";
-$a->strings["Add a Tag"] = "Ð\94обавиÑ\82Ñ\8c ÐºÐ»Ñ\8eÑ\87евое Ñ\81лово (Ñ\82аг)";
+$a->strings["Add a Tag"] = "Ð\94обавиÑ\82Ñ\8c ÐºÐ»Ñ\8eÑ\87евое Ñ\81лово (Ñ\82ег)";
 $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["Do not rotate"] = "Не поворачивать";
 $a->strings["Rotate CW (right)"] = "Поворот по часовой стрелке (направо)";
 $a->strings["Rotate CCW (left)"] = "Поворот против часовой стрелки (налево)";
-$a->strings["Private photo"] = "Личное фото";
-$a->strings["Public photo"] = "Публичное фото";
+$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["View Album"] = "Просмотреть альбом";
-$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."] = "";
-$a->strings["Registration successful."] = "";
-$a->strings["Your registration can not be processed."] = "Ваша регистрация не может быть обработана.";
-$a->strings["Your registration is pending approval by the site owner."] = "Ваша регистрация в ожидании одобрения владельцем сайта.";
-$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Вы можете (по желанию), заполнить эту форму с помощью OpenID, поддерживая ваш OpenID и нажав клавишу \"Регистрация\".";
-$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 ID: "] = "ID вашего приглашения:";
-$a->strings["Registration"] = "Регистрация";
-$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "";
-$a->strings["Your Email Address: "] = "Ваш адрес электронной почты: ";
-$a->strings["New Password:"] = "Новый пароль:";
-$a->strings["Leave empty for an auto generated password."] = "";
-$a->strings["Confirm:"] = "Подтвердите:";
-$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@\$sitename</strong>'."] = "Выбор псевдонима профиля. Он должен начинаться с буквы. Адрес вашего профиля на данном сайте будет в этом случае '<strong>nickname@\$sitename</strong>'.";
-$a->strings["Choose a nickname: "] = "Выберите псевдоним: ";
-$a->strings["Import your profile to this friendica instance"] = "Импорт своего профиля в этот экземпляр friendica";
-$a->strings["Account"] = "Аккаунт";
-$a->strings["Additional features"] = "Дополнительные возможности";
-$a->strings["Display"] = "Внешний вид";
-$a->strings["Social Networks"] = "Социальные сети";
-$a->strings["Plugins"] = "Плагины";
-$a->strings["Connected apps"] = "Подключенные приложения";
-$a->strings["Remove account"] = "Удалить аккаунт";
-$a->strings["Missing some important data!"] = "Не хватает важных данных!";
+$a->strings["Do you really want to delete this video?"] = "Вы действительно хотите удалить видео?";
+$a->strings["Delete Video"] = "Удалить видео";
+$a->strings["No videos selected"] = "Видео не выбрано";
+$a->strings["Recent Videos"] = "Последние видео";
+$a->strings["Upload New Videos"] = "Загрузить новые видео";
+$a->strings["Access to this profile has been restricted."] = "Доступ к этому профилю ограничен.";
+$a->strings["Events"] = "Мероприятия";
+$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["Network:"] = "Сеть:";
+$a->strings["%d contact edited."] = [
+       0 => "",
+       1 => "",
+       2 => "",
+       3 => "",
+];
+$a->strings["Could not access contact record."] = "Не удалось получить доступ к записи контакта.";
+$a->strings["Could not locate selected profile."] = "Не удалось найти выбранный профиль.";
+$a->strings["Contact updated."] = "Контакт обновлен.";
+$a->strings["Failed to update contact record."] = "Не удалось обновить запись контакта.";
+$a->strings["Contact has been blocked"] = "Контакт заблокирован";
+$a->strings["Contact has been unblocked"] = "Контакт разблокирован";
+$a->strings["Contact has been ignored"] = "Контакт проигнорирован";
+$a->strings["Contact has been unignored"] = "У контакта отменено игнорирование";
+$a->strings["Contact has been archived"] = "Контакт заархивирован";
+$a->strings["Contact has been unarchived"] = "Контакт разархивирован";
+$a->strings["Drop contact"] = "Удалить контакт";
+$a->strings["Do you really want to delete this contact?"] = "Вы действительно хотите удалить этот контакт?";
+$a->strings["Contact has been removed."] = "Контакт удален.";
+$a->strings["You are mutual friends with %s"] = "У Вас взаимная дружба с %s";
+$a->strings["You are sharing with %s"] = "Вы делитесь с %s";
+$a->strings["%s is sharing with you"] = "%s делится с Вами";
+$a->strings["Private communications are not available for this contact."] = "Приватные коммуникации недоступны для этого контакта.";
+$a->strings["Never"] = "Никогда";
+$a->strings["(Update was successful)"] = "(Обновление было успешно)";
+$a->strings["(Update was not successful)"] = "(Обновление не удалось)";
+$a->strings["Suggest friends"] = "Предложить друзей";
+$a->strings["Network type: %s"] = "Сеть: %s";
+$a->strings["Communications lost with this contact!"] = "Связь с контактом утеряна!";
+$a->strings["Fetch further information for feeds"] = "Получить подробную информацию о фидах";
+$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = "";
+$a->strings["Disabled"] = "Отключенный";
+$a->strings["Fetch information"] = "Получить информацию";
+$a->strings["Fetch keywords"] = "Получить ключевые слова";
+$a->strings["Fetch information and keywords"] = "Получить информацию и ключевые слова";
+$a->strings["Disconnect/Unfollow"] = "Отсоединиться/Перестать следовать";
+$a->strings["Contact"] = "Контакт";
+$a->strings["Profile Visibility"] = "Видимость профиля";
+$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Пожалуйста, выберите профиль, который вы хотите отображать %s, когда просмотр вашего профиля безопасен.";
+$a->strings["Contact Information / Notes"] = "Информация о контакте / Заметки";
+$a->strings["Their personal note"] = "Персональная заметка";
+$a->strings["Edit contact notes"] = "Редактировать заметки контакта";
+$a->strings["Block/Unblock contact"] = "Блокировать / Разблокировать контакт";
+$a->strings["Ignore contact"] = "Игнорировать контакт";
+$a->strings["Repair URL settings"] = "Восстановить настройки URL";
+$a->strings["View conversations"] = "Просмотр бесед";
+$a->strings["Last update:"] = "Последнее обновление: ";
+$a->strings["Update public posts"] = "Обновить публичные сообщения";
+$a->strings["Update now"] = "Обновить сейчас";
+$a->strings["Unblock"] = "Разблокировать";
+$a->strings["Block"] = "Заблокировать";
+$a->strings["Unignore"] = "Не игнорировать";
+$a->strings["Ignore"] = "Игнорировать";
+$a->strings["Currently blocked"] = "В настоящее время заблокирован";
+$a->strings["Currently ignored"] = "В настоящее время игнорируется";
+$a->strings["Currently archived"] = "В данный момент архивирован";
+$a->strings["Awaiting connection acknowledge"] = "Ожидаем подтверждения соединения";
+$a->strings["Hide this contact from others"] = "Скрыть этот контакт от других";
+$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Ответы/лайки ваших публичных сообщений <strong>будут</strong> видимы.";
+$a->strings["Notification for new posts"] = "Уведомление о новых постах";
+$a->strings["Send a notification of every new post of this contact"] = "Отправлять уведомление о каждом новом посте контакта";
+$a->strings["Blacklisted keywords"] = "Черный список ключевых слов";
+$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "";
+$a->strings["Profile URL"] = "URL профиля";
+$a->strings["Location:"] = "Откуда:";
+$a->strings["XMPP:"] = "XMPP:";
+$a->strings["About:"] = "О себе:";
+$a->strings["Tags:"] = "Ключевые слова: ";
+$a->strings["Actions"] = "Действия";
+$a->strings["Status"] = "Посты";
+$a->strings["Contact Settings"] = "Настройки контакта";
+$a->strings["Suggestions"] = "Предложения";
+$a->strings["Suggest potential friends"] = "Предложить потенциального знакомого";
+$a->strings["All Contacts"] = "Все контакты";
+$a->strings["Show all contacts"] = "Показать все контакты";
+$a->strings["Unblocked"] = "Не блокирован";
+$a->strings["Only show unblocked contacts"] = "Показать только не блокированные контакты";
+$a->strings["Blocked"] = "Заблокирован";
+$a->strings["Only show blocked contacts"] = "Показать только блокированные контакты";
+$a->strings["Ignored"] = "Игнорирован";
+$a->strings["Only show ignored contacts"] = "Показать только игнорируемые контакты";
+$a->strings["Archived"] = "Архивированные";
+$a->strings["Only show archived contacts"] = "Показывать только архивные контакты";
+$a->strings["Hidden"] = "Скрытые";
+$a->strings["Only show hidden contacts"] = "Показывать только скрытые контакты";
+$a->strings["Search your contacts"] = "Поиск ваших контактов";
+$a->strings["Find"] = "Найти";
 $a->strings["Update"] = "Обновление";
-$a->strings["Failed to connect with email account using the settings provided."] = "Не удалось подключиться к аккаунту e-mail, используя указанные настройки.";
-$a->strings["Email settings updated."] = "Настройки эл. почты обновлены.";
-$a->strings["Features updated"] = "Настройки обновлены";
-$a->strings["Relocate message has been send to your contacts"] = "Перемещённое сообщение было отправлено списку контактов";
-$a->strings["Empty passwords are not allowed. Password unchanged."] = "Пустые пароли не допускаются. Пароль не изменен.";
-$a->strings["Wrong password."] = "Неверный пароль.";
-$a->strings["Password changed."] = "Пароль изменен.";
-$a->strings["Password update failed. Please try again."] = "Обновление пароля не удалось. Пожалуйста, попробуйте еще раз.";
-$a->strings[" Please use a shorter name."] = " Пожалуйста, используйте более короткое имя.";
-$a->strings[" Name too short."] = " Имя слишком короткое.";
-$a->strings["Wrong Password"] = "Неверный пароль.";
-$a->strings[" Not valid email."] = " Неверный e-mail.";
-$a->strings[" Cannot change to that email."] = " Невозможно изменить на этот e-mail.";
-$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 updated."] = "Настройки обновлены.";
-$a->strings["Add application"] = "Добавить приложения";
+$a->strings["Archive"] = "Архивировать";
+$a->strings["Unarchive"] = "Разархивировать";
+$a->strings["Batch Actions"] = "Пакетные действия";
+$a->strings["Status Messages and Posts"] = "Ваши посты";
+$a->strings["Profile Details"] = "Информация о вас";
+$a->strings["View all contacts"] = "Показать все контакты";
+$a->strings["View all common friends"] = "Показать все общие поля";
+$a->strings["Advanced"] = "Расширенный";
+$a->strings["Advanced Contact Settings"] = "Дополнительные Настройки Контакта";
+$a->strings["Mutual Friendship"] = "Взаимная дружба";
+$a->strings["is a fan of yours"] = "является вашим поклонником";
+$a->strings["you are a fan of"] = "Вы - поклонник";
+$a->strings["Toggle Blocked status"] = "Изменить статус блокированности (заблокировать/разблокировать)";
+$a->strings["Toggle Ignored status"] = "Изменить статус игнорирования";
+$a->strings["Toggle Archive status"] = "Сменить статус архивации (архивирова/не архивировать)";
+$a->strings["Delete contact"] = "Удалить контакт";
+$a->strings["Parent user not found."] = "Родительский пользователь не найден.";
+$a->strings["No parent user"] = "Нет родительского пользователя";
+$a->strings["Parent Password:"] = "Родительский пароль:";
+$a->strings["Please enter the password of the parent account to legitimize your request."] = "";
+$a->strings["Parent User"] = "Родительский пользователь";
+$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "";
 $a->strings["Save Settings"] = "Сохранить настройки";
-$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["Client key starts with"] = "Ключ клиента начинается с";
-$a->strings["No name"] = "Нет имени";
-$a->strings["Remove authorization"] = "Удалить авторизацию";
-$a->strings["No Plugin settings configured"] = "Нет сконфигурированных настроек плагина";
-$a->strings["Plugin Settings"] = "Настройки плагина";
-$a->strings["Off"] = "Выкл.";
-$a->strings["On"] = "Вкл.";
-$a->strings["Additional Features"] = "Дополнительные возможности";
-$a->strings["General Social Media Settings"] = "";
-$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."] = "";
-$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "";
-$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."] = "";
-$a->strings["Default group for OStatus contacts"] = "";
-$a->strings["Your legacy GNU Social account"] = "";
-$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."] = "";
-$a->strings["Repair OStatus subscriptions"] = "";
-$a->strings["Built-in support for %s connectivity is %s"] = "Встроенная  поддержка для %s подключение %s";
-$a->strings["enabled"] = "подключено";
-$a->strings["disabled"] = "отключено";
-$a->strings["GNU Social (OStatus)"] = "";
-$a->strings["Email access is disabled on this site."] = "Доступ эл. почты отключен на этом сайте.";
-$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["None"] = "Ничего";
-$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["Move to folder"] = "Переместить в папку";
-$a->strings["Move to folder:"] = "Переместить в папку:";
-$a->strings["No special theme for mobile devices"] = "Нет специальной темы для мобильных устройств";
-$a->strings["Display Settings"] = "Параметры дисплея";
-$a->strings["Display Theme:"] = "Показать тему:";
-$a->strings["Mobile Theme:"] = "Мобильная тема:";
-$a->strings["Suppress warning of insecure networks"] = "";
-$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "";
-$a->strings["Update browser every xx seconds"] = "Обновление браузера каждые хх секунд";
-$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "";
-$a->strings["Number of items to display per page:"] = "Количество элементов, отображаемых на одной странице:";
-$a->strings["Maximum of 100 items"] = "Максимум 100 элементов";
-$a->strings["Number of items to display per page when viewed from mobile device:"] = "Количество элементов на странице, когда просмотр осуществляется с мобильных устройств:";
-$a->strings["Don't show emoticons"] = "не показывать emoticons";
-$a->strings["Calendar"] = "";
-$a->strings["Beginning of week:"] = "";
-$a->strings["Don't show notices"] = "";
-$a->strings["Infinite scroll"] = "Бесконечная прокрутка";
-$a->strings["Automatic updates only at the top of the network page"] = "";
-$a->strings["Bandwith Saver Mode"] = "";
-$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "";
-$a->strings["General Theme Settings"] = "";
-$a->strings["Custom Theme Settings"] = "";
-$a->strings["Content Settings"] = "";
-$a->strings["Theme settings"] = "Настройки темы";
-$a->strings["Account Types"] = "";
-$a->strings["Personal Page Subtypes"] = "";
-$a->strings["Community Forum Subtypes"] = "";
-$a->strings["Personal Page"] = "";
-$a->strings["This account is a regular personal profile"] = "";
-$a->strings["Organisation Page"] = "";
-$a->strings["This account is a profile for an organisation"] = "";
-$a->strings["News Page"] = "";
-$a->strings["This account is a news account/reflector"] = "";
-$a->strings["Community Forum"] = "";
-$a->strings["This account is a community forum where people can discuss with each other"] = "";
-$a->strings["Normal Account Page"] = "Стандартная страница аккаунта";
-$a->strings["This account is a normal personal profile"] = "Этот аккаунт является обычным персональным профилем";
-$a->strings["Soapbox Page"] = "";
-$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Автоматически одобряются все подключения / запросы в друзья, \"только для чтения\" поклонниками";
-$a->strings["Public Forum"] = "";
-$a->strings["Automatically approve all contact requests"] = "";
-$a->strings["Automatic Friend Page"] = "\"Автоматический друг\" страница";
-$a->strings["Automatically approve all connection/friend requests as friends"] = "Автоматически одобряются все подключения / запросы в друзья, расширяется список друзей";
-$a->strings["Private Forum [Experimental]"] = "Личный форум [экспериментально]";
-$a->strings["Private forum - approved members only"] = "Приватный форум - разрешено только участникам";
-$a->strings["OpenID:"] = "OpenID:";
-$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Необязательно) Разрешить этому OpenID входить в этот аккаунт";
-$a->strings["Publish your default profile in your local site directory?"] = "Публиковать ваш профиль по умолчанию в вашем локальном каталоге на сайте?";
-$a->strings["Publish your default profile in the global social directory?"] = "Публиковать ваш профиль по умолчанию в глобальном социальном каталоге?";
-$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Скрывать ваш список контактов/друзей от посетителей вашего профиля по умолчанию?";
-$a->strings["If enabled, posting public messages to Diaspora and other networks isn't possible."] = "";
-$a->strings["Allow friends to post to your profile page?"] = "Разрешить друзьям оставлять сообщения на страницу вашего профиля?";
-$a->strings["Allow friends to tag your posts?"] = "Разрешить друзьям отмечять ваши сообщения?";
-$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Позвольть предлогать Вам потенциальных друзей?";
-$a->strings["Permit unknown people to send you private mail?"] = "Разрешить незнакомым людям отправлять вам личные сообщения?";
-$a->strings["Profile is <strong>not published</strong>."] = "Профиль <strong>не публикуется</strong>.";
-$a->strings["Your Identity Address is <strong>'%s'</strong> or '%s'."] = "";
-$a->strings["Automatically expire posts after this many days:"] = "Автоматическое истекание срока действия сообщения после стольких дней:";
-$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Если пусто, срок действия сообщений не будет ограничен. Сообщения с истекшим сроком действия будут удалены";
-$a->strings["Advanced expiration settings"] = "Настройки расширенного окончания срока действия";
-$a->strings["Advanced Expiration"] = "Расширенное окончание срока действия";
-$a->strings["Expire posts:"] = "Срок хранения сообщений:";
-$a->strings["Expire personal notes:"] = "Срок хранения личных заметок:";
-$a->strings["Expire starred posts:"] = "Срок хранения усеянных сообщений:";
-$a->strings["Expire photos:"] = "Срок хранения фотографий:";
-$a->strings["Only expire posts by others:"] = "Только устаревшие посты других:";
-$a->strings["Account Settings"] = "Настройки аккаунта";
-$a->strings["Password Settings"] = "Смена пароля";
-$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["Basic Settings"] = "Основные параметры";
-$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"] = "";
-$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["Default Post Permissions"] = "Разрешение на сообщения по умолчанию";
-$a->strings["(click to open/close)"] = "(нажмите, чтобы открыть / закрыть)";
-$a->strings["Default Private Post"] = "Личное сообщение по умолчанию";
-$a->strings["Default Public Post"] = "Публичное сообщение по умолчанию";
-$a->strings["Default Permissions for New Posts"] = "Права для новых записей по умолчанию";
-$a->strings["Maximum private messages per day from unknown people:"] = "Максимальное количество личных сообщений от незнакомых людей в день:";
-$a->strings["Notification Settings"] = "Настройка уведомлений";
-$a->strings["By default post a status message when:"] = "Отправить состояние о статусе по умолчанию, если:";
-$a->strings["accepting a friend request"] = "принятие запроса на добавление в друзья";
-$a->strings["joining a forum/community"] = "вступление в сообщество/форум";
-$a->strings["making an <em>interesting</em> profile change"] = "сделать изменения в <em>настройках интересов</em> профиля";
-$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"] = "";
-$a->strings["Advanced Account/Page Type Settings"] = "Расширенные настройки учётной записи";
-$a->strings["Change the behaviour of this account for special situations"] = "Измените поведение этого аккаунта в специальных ситуациях";
-$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["Do you really want to delete this video?"] = "";
-$a->strings["Delete Video"] = "Удалить видео";
-$a->strings["No videos selected"] = "Видео не выбрано";
-$a->strings["Recent Videos"] = "Последние видео";
-$a->strings["Upload New Videos"] = "Загрузить новые видео";
-$a->strings["Invalid request."] = "Неверный запрос.";
-$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "";
-$a->strings["Or - did you try to upload an empty file?"] = "";
-$a->strings["File exceeds size limit of %s"] = "";
-$a->strings["File upload failed."] = "Загрузка файла не удалась.";
+$a->strings["Delegate Page Management"] = "Делегировать управление страницей";
+$a->strings["Delegates"] = "Делегаты";
+$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Доверенные лица могут управлять всеми аспектами этого аккаунта/страницы, за исключением основных настроек аккаунта. Пожалуйста, не предоставляйте доступ в личный кабинет тому, кому вы не полностью доверяете.";
+$a->strings["Existing Page Delegates"] = "Существующие уполномоченные страницы";
+$a->strings["Potential Delegates"] = "Возможные доверенные лица";
+$a->strings["Add"] = "Добавить";
+$a->strings["No entries."] = "Нет записей.";
+$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["Title:"] = "Титул:";
+$a->strings["Share this event"] = "Поделитесь этим мероприятием";
+$a->strings["Basic"] = "Базовый";
+$a->strings["Failed to remove event"] = "Ошибка удаления события";
+$a->strings["Event removed"] = "Событие удалено";
+$a->strings["You must be logged in to use this module"] = "Вы должны быть залогинены для использования этого модуля";
+$a->strings["Source URL"] = "Исходный URL";
+$a->strings["Post successful."] = "Успешно добавлено.";
+$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["Image uploaded but image cropping failed."] = "Изображение загружено, но обрезка изображения не удалась.";
+$a->strings["Image size reduction [%s] failed."] = "Уменьшение размера изображения [%s] не удалось.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Перезагрузите страницу с зажатой клавишей \"Shift\" для того, чтобы увидеть свое новое фото немедленно.";
+$a->strings["Unable to process image"] = "Не удается обработать изображение";
+$a->strings["Upload File:"] = "Загрузить файл:";
+$a->strings["Select a profile:"] = "Выбрать этот профиль:";
+$a->strings["or"] = "или";
+$a->strings["skip this step"] = "пропустить этот шаг";
+$a->strings["select a photo from your photo albums"] = "выберите фото из ваших фотоальбомов";
+$a->strings["Crop Image"] = "Обрезать изображение";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Пожалуйста, настройте обрезку изображения для оптимального просмотра.";
+$a->strings["Done Editing"] = "Редактирование выполнено";
+$a->strings["Image uploaded successfully."] = "Изображение загружено успешно.";
+$a->strings["Contact wasn't found or can't be unfollowed."] = "";
+$a->strings["Contact unfollowed"] = "";
+$a->strings["Submit Request"] = "Отправить запрос";
+$a->strings["You aren't a friend of this contact."] = "";
+$a->strings["Unfollowing is currently not supported by your network."] = "";
+$a->strings["Your Identity Address:"] = "Ваш идентификационный адрес:";
+$a->strings["Gender:"] = "Пол:";
+$a->strings["Status:"] = "Статус:";
+$a->strings["Homepage:"] = "Домашняя страничка:";
+$a->strings["Global Directory"] = "Глобальный каталог";
+$a->strings["Find on this site"] = "Найти на этом сайте";
+$a->strings["Results for:"] = "Результаты для:";
+$a->strings["Site Directory"] = "Каталог сайта";
+$a->strings["No entries (some entries may be hidden)."] = "Нет записей (некоторые записи могут быть скрыты).";
+$a->strings["People Search - %s"] = "Поиск по людям - %s";
+$a->strings["Forum Search - %s"] = "Поиск по форумам - %s";
+$a->strings["The contact could not be added."] = "";
+$a->strings["You already added this contact."] = "Вы уже добавили этот контакт.";
+$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["The network type couldn't be detected. Contact can't be added."] = "Тип сети не может быть определен. Контакт не может быть добавлен.";
+$a->strings["Please answer the following:"] = "Пожалуйста, ответьте следующее:";
+$a->strings["Does %s know you?"] = "%s знает вас?";
+$a->strings["Add a personal note:"] = "Добавить личную заметку:";
+$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."] = "";
+$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"] = "";
+$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["\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"] = "";
+$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"] = "";
+$a->strings["Your password has been changed at %s"] = "Ваш пароль был изменен %s";
+$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"] = "";
+$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "";
+$a->strings["BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"] = "";
+$a->strings["Source input \\x28Diaspora format\\x29"] = "";
+$a->strings["Markdown::toBBCode"] = "";
+$a->strings["Raw HTML input"] = "";
+$a->strings["HTML Input"] = "";
+$a->strings["HTML::toBBCode"] = "";
+$a->strings["HTML::toPlaintext"] = "";
+$a->strings["Source text"] = "";
+$a->strings["BBCode"] = "";
+$a->strings["Markdown"] = "";
+$a->strings["HTML"] = "";
+$a->strings["Community option not available."] = "";
+$a->strings["Not available."] = "Недоступно.";
+$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["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "";
+$a->strings["This is Friendica, version"] = "Это Friendica, версия";
+$a->strings["running at web location"] = "работает на веб-узле";
+$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "";
+$a->strings["Bug reports and issues: please visit"] = "Отчет об ошибках и проблемах: пожалуйста, посетите";
+$a->strings["the bugtracker at github"] = "багтрекер на github";
+$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "";
+$a->strings["Installed addons/apps:"] = "";
+$a->strings["No installed addons/apps"] = "";
+$a->strings["Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node."] = "";
+$a->strings["On this server the following remote servers are blocked."] = "";
+$a->strings["Blocked domain"] = "";
+$a->strings["Reason for the block"] = "";
+$a->strings["Total invitation limit exceeded."] = "Превышен общий лимит приглашений.";
+$a->strings["%s : Not a valid email address."] = "%s: Неверный адрес электронной почты.";
+$a->strings["Please join us on Friendica"] = "Пожалуйста, присоединяйтесь к нам на Friendica";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Лимит приглашений превышен. Пожалуйста, свяжитесь с администратором сайта.";
+$a->strings["%s : Message delivery failed."] = "%s: Доставка сообщения не удалась.";
+$a->strings["%d message sent."] = [
+       0 => "%d сообщение отправлено.",
+       1 => "%d сообщений отправлено.",
+       2 => "%d сообщений отправлено.",
+       3 => "%d сообщений отправлено.",
+];
+$a->strings["You have no more invitations available"] = "У вас нет больше приглашений";
+$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Посетите %s со списком общедоступных сайтов, к которым вы можете присоединиться. Все участники Friendica на других сайтах могут соединиться друг с другом, а также с участниками многих других социальных сетей.";
+$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Для одобрения этого приглашения, пожалуйста, посетите и зарегистрируйтесь на %s ,или любом другом публичном сервере Friendica";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Сайты Friendica, подключившись между собой, могут создать сеть с повышенной безопасностью, которая принадлежит и управляется её членами. Они также могут подключаться ко многим традиционным социальным сетям. См. %s  со списком альтернативных сайтов Friendica, к которым вы можете присоединиться.";
+$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Извините. Эта система в настоящее время не сконфигурирована для соединения с другими общественными сайтами и для приглашения участников.";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "";
+$a->strings["To accept this invitation, please visit and register at %s."] = "";
+$a->strings["Send invitations"] = "Отправить приглашения";
+$a->strings["Enter email addresses, one per line:"] = "Введите адреса электронной почты, по одному в строке:";
+$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Приглашаем Вас присоединиться ко мне и другим близким друзьям на Friendica - помочь нам создать лучшую социальную сеть.";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "Вам нужно будет предоставить этот код приглашения: \$invite_code";
+$a->strings["Once you have registered, please connect with me via my profile page at:"] = "После того как вы зарегистрировались, пожалуйста, свяжитесь со мной через мою страницу профиля по адресу:";
+$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "";
+$a->strings["add"] = "добавить";
+$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
+       0 => "Внимание: в группе %s пользователь из сети, которая не поддерживает непубличные сообщения.",
+       1 => "Внимание: в группе %s пользователя из сети, которая не поддерживает непубличные сообщения.",
+       2 => "Внимание: в группе %s пользователей из сети, которая не поддерживает непубличные сообщения.",
+       3 => "Внимание: в группе %s пользователей из сети, которая не поддерживает непубличные сообщения.",
+];
+$a->strings["Messages in this group won't be send to these receivers."] = "Сообщения в этой группе не будут отправлены следующим получателям.";
+$a->strings["No such group"] = "Нет такой группы";
+$a->strings["Group is empty"] = "Группа пуста";
+$a->strings["Group: %s"] = "Группа: %s";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "Личные сообщения этому человеку находятся под угрозой обнародования.";
+$a->strings["Invalid contact."] = "Недопустимый контакт.";
+$a->strings["Commented Order"] = "Последние комментарии";
+$a->strings["Sort by Comment Date"] = "Сортировать по дате комментария";
+$a->strings["Posted Order"] = "Лента записей";
+$a->strings["Sort by Post Date"] = "Сортировать по дате отправки";
+$a->strings["Personal"] = "Личные";
+$a->strings["Posts that mention or involve you"] = "Посты которые упоминают вас или в которых вы участвуете";
+$a->strings["New"] = "Новое";
+$a->strings["Activity Stream - by date"] = "Лента активности - по дате";
+$a->strings["Shared Links"] = "Ссылки, которыми поделились";
+$a->strings["Interesting Links"] = "Интересные ссылки";
+$a->strings["Starred"] = "Избранное";
+$a->strings["Favourite Posts"] = "Избранные посты";
+$a->strings["Contact settings applied."] = "Установки контакта приняты.";
+$a->strings["Contact update failed."] = "Обновление контакта неудачное.";
+$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>ВНИМАНИЕ: Это крайне важно!</strong> Если вы введете неверную информацию, ваша связь с этим контактом перестанет работать.";
+$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Пожалуйста, нажмите клавишу вашего браузера 'Back' или 'Назад' <strong>сейчас</strong>, если вы не уверены, что делаете на этой странице.";
+$a->strings["No mirroring"] = "Не зеркалировать";
+$a->strings["Mirror as forwarded posting"] = "Зеркалировать как переадресованные сообщения";
+$a->strings["Mirror as my own posting"] = "Зеркалировать как мои сообщения";
+$a->strings["Return to contact editor"] = "Возврат к редактору контакта";
+$a->strings["Refetch contact data"] = "Обновить данные контакта";
+$a->strings["Remote Self"] = "Remote Self";
+$a->strings["Mirror postings from this contact"] = "Зекралировать сообщения от этого контакта";
+$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Пометить этот контакт как remote_self, что заставит Friendica постить сообщения от этого контакта.";
+$a->strings["Name"] = "Имя";
+$a->strings["Account Nickname"] = "Ник аккаунта";
+$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - перезаписывает Имя/Ник";
+$a->strings["Account URL"] = "URL аккаунта";
+$a->strings["Friend Request URL"] = "URL запроса в друзья";
+$a->strings["Friend Confirm URL"] = "URL подтверждения друга";
+$a->strings["Notification Endpoint URL"] = "URL эндпоинта уведомления";
+$a->strings["Poll/Feed URL"] = "URL опроса/ленты";
+$a->strings["New photo from this URL"] = "Новое фото из этой URL";
+$a->strings["%1\$s welcomes %2\$s"] = "%1\$s добро пожаловать %2\$s";
+$a->strings["Help:"] = "Помощь:";
+$a->strings["Help"] = "Помощь";
+$a->strings["Page not found."] = "Страница не найдена.";
+$a->strings["Friendica Communications Server - Setup"] = "Коммуникационный сервер Friendica - Доступ";
+$a->strings["Could not connect to database."] = "Не удалось подключиться к базе данных.";
+$a->strings["Could not create table."] = "Не удалось создать таблицу.";
+$a->strings["Your Friendica site database has been installed."] = "База данных сайта установлена.";
+$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 \"INSTALL.txt\"."] = "Пожалуйста, смотрите файл \"INSTALL.txt\".";
+$a->strings["Database already in use."] = "База данных уже используется.";
+$a->strings["System check"] = "Проверить систему";
+$a->strings["Check again"] = "Проверить еще раз";
+$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["Site administrator email address"] = "Адрес электронной почты администратора сайта";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Ваш адрес электронной почты аккаунта должен соответствовать этому, чтобы использовать веб-панель администратора.";
+$a->strings["Please select a default timezone for your website"] = "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта";
+$a->strings["Site settings"] = "Настройки сайта";
+$a->strings["System Language:"] = "Язык системы:";
+$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Язык по-умолчанию для интерфейса Friendica и для отправки писем.";
+$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Файл конфигурации базы данных \".htconfig.php\" не могла быть записан. Пожалуйста, используйте приложенный текст, чтобы создать конфигурационный файл в корневом каталоге веб-сервера.";
+$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["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->strings["New Message"] = "Новое сообщение";
+$a->strings["Unable to locate contact information."] = "Не удалось найти контактную информацию.";
+$a->strings["Messages"] = "Сообщения";
+$a->strings["Do you really want to delete this message?"] = "Вы действительно хотите удалить это сообщение?";
+$a->strings["Message deleted."] = "Сообщение удалено.";
+$a->strings["Conversation 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["Group created."] = "Группа создана.";
+$a->strings["Could not create group."] = "Не удалось создать группу.";
+$a->strings["Group not found."] = "Группа не найдена.";
+$a->strings["Group name changed."] = "Название группы изменено.";
+$a->strings["Save Group"] = "Сохранить группу";
+$a->strings["Create a group of contacts/friends."] = "Создать группу контактов / друзей.";
+$a->strings["Group Name: "] = "Название группы: ";
+$a->strings["Group removed."] = "Группа удалена.";
+$a->strings["Unable to remove group."] = "Не удается удалить группу.";
+$a->strings["Delete Group"] = "";
+$a->strings["Group Editor"] = "Редактор групп";
+$a->strings["Edit Group Name"] = "";
+$a->strings["Members"] = "Участники";
+$a->strings["Remove contact from group"] = "";
+$a->strings["Add contact to group"] = "";
+$a->strings["OpenID protocol error. No ID returned."] = "Ошибка протокола OpenID. Не возвращён ID.";
+$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Аккаунт не найден и OpenID регистрация не допускается на этом сайте.";
+$a->strings["Login failed."] = "Войти не удалось.";
 $a->strings["Theme settings updated."] = "Настройки темы обновлены.";
+$a->strings["Information"] = "Информация";
+$a->strings["Overview"] = "";
+$a->strings["Federation Statistics"] = "";
+$a->strings["Configuration"] = "";
 $a->strings["Site"] = "Сайт";
 $a->strings["Users"] = "Пользователи";
+$a->strings["Addons"] = "";
 $a->strings["Themes"] = "Темы";
+$a->strings["Additional features"] = "Дополнительные возможности";
+$a->strings["Terms of Service"] = "";
+$a->strings["Database"] = "";
 $a->strings["DB updates"] = "Обновление БД";
 $a->strings["Inspect Queue"] = "";
-$a->strings["Federation Statistics"] = "";
+$a->strings["Tools"] = "";
+$a->strings["Contact Blocklist"] = "";
+$a->strings["Server Blocklist"] = "";
+$a->strings["Delete Item"] = "";
 $a->strings["Logs"] = "Журналы";
 $a->strings["View Logs"] = "Просмотр логов";
+$a->strings["Diagnostics"] = "";
+$a->strings["PHP Info"] = "";
 $a->strings["probe address"] = "";
 $a->strings["check webfinger"] = "";
-$a->strings["Plugin Features"] = "Возможности плагина";
-$a->strings["diagnostics"] = "Диагностика";
+$a->strings["Admin"] = "Администратор";
+$a->strings["Addon Features"] = "";
 $a->strings["User registrations waiting for confirmation"] = "Регистрации пользователей, ожидающие подтверждения";
+$a->strings["Administration"] = "Администрация";
+$a->strings["Display Terms of Service"] = "";
+$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "";
+$a->strings["Display Privacy Statement"] = "";
+$a->strings["Show some informations regarding the needed information to operate the node according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."] = "";
+$a->strings["Privacy Statement Preview"] = "";
+$a->strings["The Terms of Service"] = "";
+$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "";
+$a->strings["The blocked domain"] = "";
+$a->strings["The reason why you blocked this domain."] = "";
+$a->strings["Delete domain"] = "";
+$a->strings["Check to delete this entry from the blocklist"] = "";
+$a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = "";
+$a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "";
+$a->strings["Add new entry to block list"] = "";
+$a->strings["Server Domain"] = "";
+$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = "";
+$a->strings["Block reason"] = "";
+$a->strings["Add Entry"] = "";
+$a->strings["Save changes to the blocklist"] = "";
+$a->strings["Current Entries in the Blocklist"] = "";
+$a->strings["Delete entry from blocklist"] = "";
+$a->strings["Delete entry from blocklist?"] = "";
+$a->strings["Server added to blocklist."] = "";
+$a->strings["Site blocklist updated."] = "";
+$a->strings["The contact has been blocked from the node"] = "";
+$a->strings["Could not find any contact entry for this URL (%s)"] = "";
+$a->strings["%s contact unblocked"] = [
+       0 => "",
+       1 => "",
+       2 => "",
+       3 => "",
+];
+$a->strings["Remote Contact Blocklist"] = "";
+$a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = "";
+$a->strings["Block Remote Contact"] = "";
+$a->strings["select all"] = "выбрать все";
+$a->strings["select none"] = "";
+$a->strings["No remote contact is blocked from this node."] = "";
+$a->strings["Blocked Remote Contacts"] = "";
+$a->strings["Block New Remote Contact"] = "";
+$a->strings["Photo"] = "";
+$a->strings["Address"] = "Адрес";
+$a->strings["%s total blocked contact"] = [
+       0 => "",
+       1 => "",
+       2 => "",
+       3 => "",
+];
+$a->strings["URL of the remote contact to block."] = "";
+$a->strings["Delete this Item"] = "";
+$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "";
+$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "";
+$a->strings["GUID"] = "";
+$a->strings["The GUID of the item you want to delete."] = "";
+$a->strings["Item marked for deletion."] = "";
 $a->strings["unknown"] = "";
 $a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "";
 $a->strings["The <em>Auto Discovered Contact Directory</em> feature is not enabled, it will improve the data displayed here."] = "";
-$a->strings["Administration"] = "Администрация";
-$a->strings["Currently this node is aware of %d nodes from the following platforms:"] = "";
+$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "";
 $a->strings["ID"] = "";
 $a->strings["Recipient Name"] = "";
 $a->strings["Recipient Profile"] = "";
+$a->strings["Network"] = "Новости";
 $a->strings["Created"] = "";
 $a->strings["Last Tried"] = "";
 $a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = "";
-$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the <tt>convert_innodb.sql</tt> in the <tt>/util</tt> directory of your Friendica installation.<br />"] = "";
-$a->strings["You are using a MySQL version which does not support all features that Friendica uses. You should consider switching to MariaDB."] = "";
+$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php bin/console.php dbstructure toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"] = "";
+$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "";
+$a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = "";
+$a->strings["The worker was never executed. Please check your database structure!"] = "";
+$a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = "";
 $a->strings["Normal Account"] = "Обычный аккаунт";
-$a->strings["Soapbox Account"] = "Аккаунт Витрина";
-$a->strings["Community/Celebrity Account"] = "Аккаунт Сообщество / Знаменитость";
+$a->strings["Automatic Follower Account"] = "";
+$a->strings["Public Forum Account"] = "";
 $a->strings["Automatic Friend Account"] = "\"Автоматический друг\" Аккаунт";
 $a->strings["Blog Account"] = "Аккаунт блога";
-$a->strings["Private Forum"] = "Личный форум";
+$a->strings["Private Forum Account"] = "";
 $a->strings["Message queues"] = "Очереди сообщений";
 $a->strings["Summary"] = "Резюме";
 $a->strings["Registered users"] = "Зарегистрированные пользователи";
 $a->strings["Pending registrations"] = "Ожидающие регистрации";
 $a->strings["Version"] = "Версия";
-$a->strings["Active plugins"] = "Активные плагины";
+$a->strings["Active addons"] = "";
 $a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "Невозможно определить базовый URL. Он должен иметь следующий вид - <scheme>://<domain>";
-$a->strings["RINO2 needs mcrypt php extension to work."] = "Для функционирования RINO2 необходим пакет php5-mcrypt";
 $a->strings["Site settings updated."] = "Установки сайта обновлены.";
+$a->strings["No special theme for mobile devices"] = "Нет специальной темы для мобильных устройств";
+$a->strings["No community page for local users"] = "";
 $a->strings["No community page"] = "";
 $a->strings["Public postings from users of this site"] = "";
-$a->strings["Global community page"] = "";
-$a->strings["Never"] = "Никогда";
-$a->strings["At post arrival"] = "";
-$a->strings["Disabled"] = "Отключенный";
+$a->strings["Public postings from the federated network"] = "";
+$a->strings["Public postings from local users and the federated network"] = "";
 $a->strings["Users, Global Contacts"] = "";
 $a->strings["Users, Global Contacts/fallback"] = "";
 $a->strings["One month"] = "Один месяц";
@@ -1537,11 +1052,17 @@ $a->strings["Open"] = "Открыто";
 $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["Don't check"] = "";
+$a->strings["check the stable version"] = "";
+$a->strings["check the development version"] = "";
+$a->strings["Republish users to directory"] = "";
+$a->strings["Registration"] = "Регистрация";
 $a->strings["File upload"] = "Загрузка файлов";
 $a->strings["Policies"] = "Политики";
 $a->strings["Auto Discovered Contact Directory"] = "";
 $a->strings["Performance"] = "Производительность";
 $a->strings["Worker"] = "";
+$a->strings["Message Relay"] = "";
 $a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Переместить - ПРЕДУПРЕЖДЕНИЕ: расширеная функция. Может сделать этот сервер недоступным.";
 $a->strings["Site name"] = "Название сайта";
 $a->strings["Host name"] = "Имя хоста";
@@ -1553,7 +1074,7 @@ $a->strings["Link to an icon that will be used for browsers."] = "";
 $a->strings["Touch icon"] = "";
 $a->strings["Link to an icon that will be used for tablets and mobiles."] = "";
 $a->strings["Additional Info"] = "Дополнительная информация";
-$a->strings["For public servers: you can add additional information here that will be listed at %s/siteinfo."] = "";
+$a->strings["For public servers: you can add additional information here that will be listed at %s/servers."] = "";
 $a->strings["System language"] = "Системный язык";
 $a->strings["System theme"] = "Системная тема";
 $a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Тема системы по умолчанию - может быть переопределена пользователем - <a href='#' id='cnftheme'>изменить настройки темы</a>";
@@ -1563,8 +1084,6 @@ $a->strings["SSL link policy"] = "Политика SSL";
 $a->strings["Determines whether generated links should be forced to use SSL"] = "Ссылки должны быть вынуждены использовать SSL";
 $a->strings["Force SSL"] = "SSL принудительно";
 $a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "";
-$a->strings["Old style 'Share'"] = "Старый стиль 'Share'";
-$a->strings["Deactivates the bbcode element 'share' for repeating items."] = "Отключение BBCode элемента 'share' для повторяющихся элементов.";
 $a->strings["Hide help entry from navigation menu"] = "Скрыть пункт \"помощь\" в меню навигации";
 $a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Скрывает элемент меню для страницы справки из меню навигации. Вы все еще можете получить доступ к нему через вызов/помощь напрямую.";
 $a->strings["Single user instance"] = "Однопользовательский режим";
@@ -1579,21 +1098,23 @@ $a->strings["Register policy"] = "Политика регистрация";
 $a->strings["Maximum Daily Registrations"] = "Максимальное число регистраций в день";
 $a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day.  If register is set to closed, this setting has no effect."] = "Если регистрация разрешена, этот параметр устанавливает максимальное количество новых регистраций пользователей в день. Если регистрация закрыта, эта опция не имеет никакого эффекта.";
 $a->strings["Register text"] = "Текст регистрации";
-$a->strings["Will be displayed prominently on the registration page."] = "Будет находиться на видном месте на странице регистрации.";
+$a->strings["Will be displayed prominently on the registration page. You can use BBCode here."] = "";
 $a->strings["Accounts abandoned after x days"] = "Аккаунт считается после x дней не воспользованным";
 $a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Не будет тратить ресурсы для опроса сайтов для бесхозных контактов. Введите 0 для отключения лимита времени.";
 $a->strings["Allowed friend domains"] = "Разрешенные домены друзей";
 $a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Разделенный запятыми список доменов, которые разрешены для установления связей. Групповые символы принимаются. Оставьте пустым для разрешения связи со всеми доменами.";
 $a->strings["Allowed email domains"] = "Разрешенные почтовые домены";
 $a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Разделенный запятыми список доменов, которые разрешены для установления связей. Групповые символы принимаются. Оставьте пустым для разрешения связи со всеми доменами.";
+$a->strings["No OEmbed rich content"] = "";
+$a->strings["Don't show the rich content (e.g. embedded PDF), except from the domains listed below."] = "";
+$a->strings["Allowed OEmbed domains"] = "";
+$a->strings["Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted."] = "";
 $a->strings["Block public"] = "Блокировать общественный доступ";
-$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Ð\9eÑ\82меÑ\82Ñ\8cÑ\82е, Ñ\87Ñ\82обÑ\8b Ð·Ð°Ð±Ð»Ð¾ÐºÐ¸Ñ\80оваÑ\82Ñ\8c Ð¿Ñ\83блиÑ\87нÑ\8bй Ð´Ð¾Ñ\81Ñ\82Ñ\83п ÐºÐ¾ Ð²Ñ\81ем Ð¸Ð½Ñ\8bм Ð¿Ñ\83блиÑ\87нÑ\8bм Ð¿ÐµÑ\80Ñ\81оналÑ\8cным страницам на этом сайте, если вы не вошли на сайт.";
+$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Ð\9eÑ\82меÑ\82Ñ\8cÑ\82е, Ñ\87Ñ\82обÑ\8b Ð·Ð°Ð±Ð»Ð¾ÐºÐ¸Ñ\80оваÑ\82Ñ\8c Ð¿Ñ\83блиÑ\87нÑ\8bй Ð´Ð¾Ñ\81Ñ\82Ñ\83п ÐºÐ¾ Ð²Ñ\81ем Ð¸Ð½Ñ\8bм Ð¿Ñ\83блиÑ\87нÑ\8bм Ð»Ð¸Ñ\87ным страницам на этом сайте, если вы не вошли на сайт.";
 $a->strings["Force publish"] = "Принудительная публикация";
 $a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Отметьте, чтобы принудительно заставить все профили на этом сайте, быть перечислеными в каталоге сайта.";
 $a->strings["Global directory URL"] = "";
 $a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = "";
-$a->strings["Allow threaded items"] = "Разрешить темы в обсуждении";
-$a->strings["Allow infinite level threading for items on this site."] = "Разрешить бесконечный уровень для тем на этом сайте.";
 $a->strings["Private posts by default for new users"] = "Частные сообщения по умолчанию для новых пользователей";
 $a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Установить права на создание постов по умолчанию для всех участников в дефолтной приватной группе, а не для публичных участников.";
 $a->strings["Don't include post content in email notifications"] = "Не включать текст сообщения в email-оповещение.";
@@ -1610,16 +1131,12 @@ $a->strings["OpenID support"] = "Поддержка OpenID";
 $a->strings["OpenID support for registration and logins."] = "OpenID поддержка для регистрации и входа в систему.";
 $a->strings["Fullname check"] = "Проверка полного имени";
 $a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Принудить пользователей регистрироваться с пробелом между именем и фамилией в строке \"полное имя\". Антиспам мера.";
-$a->strings["UTF-8 Regular expressions"] = "UTF-8 регулярные выражения";
-$a->strings["Use PHP UTF8 regular expressions"] = "Используйте PHP UTF-8 для регулярных выражений";
-$a->strings["Community Page Style"] = "";
-$a->strings["Type of community page to show. 'Global community' shows every public posting from an open distributed network that arrived on this server."] = "";
+$a->strings["Community pages for visitors"] = "";
+$a->strings["Which community pages should be available for visitors. Local users always see both pages."] = "";
 $a->strings["Posts per user on community page"] = "";
 $a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = "";
 $a->strings["Enable OStatus support"] = "Включить поддержку OStatus";
 $a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "";
-$a->strings["OStatus conversation completion interval"] = "";
-$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = "Как часто процессы должны проверять наличие новых записей в OStatus разговорах? Это может быть очень ресурсоёмкой задачей.";
 $a->strings["Only import OStatus threads from our contacts"] = "";
 $a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = "";
 $a->strings["OStatus support can only be enabled if threading is enabled."] = "";
@@ -1634,16 +1151,14 @@ $a->strings["Proxy user"] = "Прокси пользователь";
 $a->strings["Proxy URL"] = "Прокси URL";
 $a->strings["Network timeout"] = "Тайм-аут сети";
 $a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Значение указывается в секундах. Установите 0 для снятия ограничений (не рекомендуется).";
-$a->strings["Delivery interval"] = "Интервал поставки";
-$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "Установите задержку выполнения фоновых процессов доставки до указанного количества секунд, чтобы уменьшить нагрузку на систему. Рекомендация: 4-5 для обычного shared хостинга, 2-3 для виртуальных частных серверов. 0-1 для мощных выделенных серверов.";
-$a->strings["Poll interval"] = "Интервал опроса";
-$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Установить задержку фоновых процессов опросов путем ограничения количества секунд, чтобы уменьшить нагрузку на систему. Если 0, используется интервал доставки.";
 $a->strings["Maximum Load Average"] = "Средняя максимальная нагрузка";
 $a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Максимальная нагрузка на систему перед приостановкой процессов доставки и опросов - по умолчанию 50.";
 $a->strings["Maximum Load Average (Frontend)"] = "";
 $a->strings["Maximum system load before the frontend quits service - default 50."] = "";
+$a->strings["Minimal Memory"] = "";
+$a->strings["Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."] = "";
 $a->strings["Maximum table size for optimization"] = "";
-$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = "";
+$a->strings["Maximum table size (in MB) for the automatic optimization. Enter -1 to disable it."] = "";
 $a->strings["Minimum level of fragmentation"] = "";
 $a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = "";
 $a->strings["Periodical check of global contacts"] = "";
@@ -1658,89 +1173,110 @@ $a->strings["Search the local directory"] = "";
 $a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = "";
 $a->strings["Publish server information"] = "";
 $a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See <a href='http://the-federation.info/'>the-federation.info</a> for details."] = "";
-$a->strings["Use MySQL full text engine"] = "Использовать систему полнотексного поиска MySQL";
-$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Активизирует систему полнотексного поиска. Ускоряет поиск - но может искать только при указании четырех и более символов.";
-$a->strings["Suppress Language"] = "";
-$a->strings["Suppress language information in meta information about a posting."] = "";
+$a->strings["Check upstream version"] = "";
+$a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = "";
 $a->strings["Suppress Tags"] = "";
 $a->strings["Suppress showing a list of hashtags at the end of the posting."] = "";
+$a->strings["Clean database"] = "";
+$a->strings["Remove old remote items, orphaned database records and old content from some other helper tables."] = "";
+$a->strings["Lifespan of remote items"] = "";
+$a->strings["When the database cleanup is enabled, this defines the days after which remote items will be deleted. Own items, and marked or filed items are always kept. 0 disables this behaviour."] = "";
+$a->strings["Lifespan of unclaimed items"] = "";
+$a->strings["When the database cleanup is enabled, this defines the days after which unclaimed remote items (mostly content from the relay) will be deleted. Default value is 90 days. Defaults to the general lifespan value of remote items if set to 0."] = "";
 $a->strings["Path to item cache"] = "Путь к элементам кэша";
 $a->strings["The item caches buffers generated bbcode and external images."] = "";
 $a->strings["Cache duration in seconds"] = "Время жизни кэша в секундах";
 $a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day). To disable the item cache, set the value to -1."] = "";
 $a->strings["Maximum numbers of comments per post"] = "";
 $a->strings["How much comments should be shown for each post? Default value is 100."] = "";
-$a->strings["Path for lock file"] = "Путь к файлу блокировки";
-$a->strings["The lock file is used to avoid multiple pollers at one time. Only define a folder here."] = "";
 $a->strings["Temp path"] = "Временная папка";
 $a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = "";
 $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["Disable picture proxy"] = "";
-$a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = "";
-$a->strings["Enable old style pager"] = "";
-$a->strings["The old style pager has page numbers but slows down massively the page speed."] = "";
-$a->strings["Only search in tags"] = "";
-$a->strings["On large systems the text search can slow down the system extremely."] = "";
+$a->strings["Disable picture proxy"] = "Отключить проксирование картинок";
+$a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = "Прокси картинок увеличивает производительность и приватность. Он не должен использоваться на системах с очень маленькой мощностью.";
+$a->strings["Only search in tags"] = "Искать только в тегах";
+$a->strings["On large systems the text search can slow down the system extremely."] = "На больших системах текстовый поиск может сильно замедлить систему.";
 $a->strings["New base url"] = "Новый базовый url";
-$a->strings["Change base url for this server. Sends relocate message to all DFRN contacts of all users."] = "";
+$a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = "";
 $a->strings["RINO Encryption"] = "RINO шифрование";
 $a->strings["Encryption layer between nodes."] = "Слой шифрования между узлами.";
-$a->strings["Embedly API key"] = "";
-$a->strings["<a href='http://embed.ly'>Embedly</a> is used to fetch additional data for web pages. This is an optional parameter."] = "";
-$a->strings["Enable 'worker' background processing"] = "";
-$a->strings["The worker background processing limits the number of parallel background jobs to a maximum number and respects the system load."] = "";
-$a->strings["Maximum number of parallel workers"] = "";
-$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "";
-$a->strings["Don't use 'proc_open' with the worker"] = "";
-$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of poller calls in your crontab."] = "";
-$a->strings["Enable fastlane"] = "";
+$a->strings["Enabled"] = "";
+$a->strings["Maximum number of parallel workers"] = "Максимальное число параллельно работающих worker'ов";
+$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "Он shared-хостингах установите параметр в 2. На больших системах можно установить 10 или более. По-умолчанию 4.";
+$a->strings["Don't use 'proc_open' with the worker"] = "Не использовать 'proc_open' с worker'ом";
+$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."] = "";
+$a->strings["Enable fastlane"] = "Включить fastlane";
 $a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "";
-$a->strings["Enable frontend worker"] = "";
-$a->strings["When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call yourdomain.tld/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server. The worker background process needs to be activated for this."] = "";
+$a->strings["Enable frontend worker"] = "Включить frontend worker";
+$a->strings["When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = "";
+$a->strings["Subscribe to relay"] = "";
+$a->strings["Enables the receiving of public posts from the relay. They will be included in the search, subscribed tags and on the global community page."] = "";
+$a->strings["Relay server"] = "";
+$a->strings["Address of the relay server where public posts should be send to. For example https://relay.diasp.org"] = "";
+$a->strings["Direct relay transfer"] = "";
+$a->strings["Enables the direct transfer to other servers without using the relay servers"] = "";
+$a->strings["Relay scope"] = "";
+$a->strings["Can be 'all' or 'tags'. 'all' means that every public post should be received. 'tags' means that only posts with selected tags should be received."] = "";
+$a->strings["all"] = "";
+$a->strings["tags"] = "";
+$a->strings["Server tags"] = "";
+$a->strings["Comma separated list of tags for the 'tags' subscription."] = "";
+$a->strings["Allow user tags"] = "";
+$a->strings["If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'."] = "";
 $a->strings["Update has been marked successful"] = "Обновление было успешно отмечено";
-$a->strings["Database structure update %s was successfully applied."] = "";
-$a->strings["Executing of database structure update %s failed with error: %s"] = "";
-$a->strings["Executing %s failed with error: %s"] = "";
+$a->strings["Database structure update %s was successfully applied."] = "Обновление базы данных %s успешно применено.";
+$a->strings["Executing of database structure update %s failed with error: %s"] = "Выполнение обновления базы данных %s завершено с ошибкой: %s";
+$a->strings["Executing %s failed with error: %s"] = "Выполнение %s завершено с ошибкой: %s";
 $a->strings["Update %s was successfully applied."] = "Обновление %s успешно применено.";
 $a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Процесс обновления %s не вернул статус. Не известно, выполнено, или нет.";
 $a->strings["There was no additional update function %s that needed to be called."] = "";
 $a->strings["No failed updates."] = "Неудавшихся обновлений нет.";
-$a->strings["Check database structure"] = "";
+$a->strings["Check database structure"] = "Проверить структуру базы данных";
 $a->strings["Failed Updates"] = "Неудавшиеся обновления";
 $a->strings["This does not include updates prior to 1139, which did not return a status."] = "Эта цифра не включает обновления до 1139, которое не возвращает статус.";
 $a->strings["Mark success (if update was manually applied)"] = "Отмечено успешно (если обновление было применено вручную)";
 $a->strings["Attempt to execute this update step automatically"] = "Попытаться выполнить этот шаг обновления автоматически";
 $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "";
-$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4\$s."] = "";
-$a->strings["%s user blocked/unblocked"] = array(
+$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "";
+$a->strings["Registration details for %s"] = "Подробности регистрации для %s";
+$a->strings["%s user blocked/unblocked"] = [
        0 => "%s пользователь заблокирован/разблокирован",
        1 => "%s пользователей заблокировано/разблокировано",
        2 => "%s пользователей заблокировано/разблокировано",
        3 => "%s пользователей заблокировано/разблокировано",
-);
-$a->strings["%s user deleted"] = array(
+];
+$a->strings["%s user deleted"] = [
        0 => "%s человек удален",
        1 => "%s чел. удалено",
        2 => "%s чел. удалено",
        3 => "%s чел. удалено",
-);
+];
 $a->strings["User '%s' deleted"] = "Пользователь '%s' удален";
 $a->strings["User '%s' unblocked"] = "Пользователь '%s' разблокирован";
 $a->strings["User '%s' blocked"] = "Пользователь '%s' блокирован";
+$a->strings["Normal Account Page"] = "Стандартная страница аккаунта";
+$a->strings["Soapbox Page"] = "Песочница";
+$a->strings["Public Forum"] = "Публичный форум";
+$a->strings["Automatic Friend Page"] = "\"Автоматический друг\" страница";
+$a->strings["Private Forum"] = "";
+$a->strings["Personal Page"] = "Личная страница";
+$a->strings["Organisation Page"] = "Организационная страница";
+$a->strings["News Page"] = "Новостная страница";
+$a->strings["Community Forum"] = "Форум сообщества";
+$a->strings["Email"] = "Эл. почта";
 $a->strings["Register date"] = "Дата регистрации";
 $a->strings["Last login"] = "Последний вход";
 $a->strings["Last item"] = "Последний пункт";
+$a->strings["Type"] = "";
 $a->strings["Add User"] = "Добавить пользователя";
-$a->strings["select all"] = "выбрать все";
 $a->strings["User registrations waiting for confirm"] = "Регистрации пользователей, ожидающие подтверждения";
 $a->strings["User waiting for permanent deletion"] = "Пользователь ожидает окончательного удаления";
 $a->strings["Request date"] = "Запрос даты";
 $a->strings["No registrations."] = "Нет регистраций.";
-$a->strings["Note from the user"] = "";
+$a->strings["Note from the user"] = "Сообщение от пользователя";
+$a->strings["Approve"] = "Одобрить";
 $a->strings["Deny"] = "Отклонить";
-$a->strings["Block"] = "Заблокировать";
-$a->strings["Unblock"] = "Разблокировать";
 $a->strings["Site admin"] = "Админ сайта";
 $a->strings["Account expired"] = "Аккаунт просрочен";
 $a->strings["New User"] = "Новый пользователь";
@@ -1751,24 +1287,24 @@ $a->strings["Name of the new user."] = "Имя нового пользовате
 $a->strings["Nickname"] = "Ник";
 $a->strings["Nickname of the new user."] = "Ник нового пользователя.";
 $a->strings["Email address of the new user."] = "Email адрес нового пользователя.";
-$a->strings["Plugin %s disabled."] = "Плагин %s отключен.";
-$a->strings["Plugin %s enabled."] = "Плагин %s включен.";
+$a->strings["Addon %s disabled."] = "";
+$a->strings["Addon %s enabled."] = "";
 $a->strings["Disable"] = "Отключить";
 $a->strings["Enable"] = "Включить";
 $a->strings["Toggle"] = "Переключить";
 $a->strings["Author: "] = "Автор:";
 $a->strings["Maintainer: "] = "Программа обслуживания: ";
-$a->strings["Reload active plugins"] = "";
-$a->strings["There are currently no plugins available on your node. You can find the official plugin repository at %1\$s and might find other interesting plugins in the open plugin registry at %2\$s"] = "";
+$a->strings["Reload active addons"] = "";
+$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "";
 $a->strings["No themes found."] = "Темы не найдены.";
 $a->strings["Screenshot"] = "Скриншот";
-$a->strings["Reload active themes"] = "";
-$a->strings["No themes found on the system. They should be paced in %1\$s"] = "";
+$a->strings["Reload active themes"] = "Перезагрузить активные темы";
+$a->strings["No themes found on the system. They should be placed in %1\$s"] = "";
 $a->strings["[Experimental]"] = "[экспериментально]";
 $a->strings["[Unsupported]"] = "[Неподдерживаемое]";
 $a->strings["Log settings updated."] = "Настройки журнала обновлены.";
-$a->strings["PHP log currently enabled."] = "";
-$a->strings["PHP log currently disabled."] = "";
+$a->strings["PHP log currently enabled."] = "Лог PHP включен.";
+$a->strings["PHP log currently disabled."] = "Лог PHP выключен.";
 $a->strings["Clear"] = "Очистить";
 $a->strings["Enable Debugging"] = "Включить отладку";
 $a->strings["Log file"] = "Лог-файл";
@@ -1776,96 +1312,20 @@ $a->strings["Must be writable by web server. Relative to your Friendica top-leve
 $a->strings["Log level"] = "Уровень лога";
 $a->strings["PHP logging"] = "PHP логирование";
 $a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "";
-$a->strings["Lock feature %s"] = "";
-$a->strings["Manage Additional Features"] = "";
-$a->strings["%d contact edited."] = array(
-       0 => "",
-       1 => "",
-       2 => "",
-       3 => "",
-);
-$a->strings["Could not access contact record."] = "Не удалось получить доступ к записи контакта.";
-$a->strings["Could not locate selected profile."] = "Не удалось найти выбранный профиль.";
-$a->strings["Contact updated."] = "Контакт обновлен.";
-$a->strings["Failed to update contact record."] = "Не удалось обновить запись контакта.";
-$a->strings["Contact has been blocked"] = "Контакт заблокирован";
-$a->strings["Contact has been unblocked"] = "Контакт разблокирован";
-$a->strings["Contact has been ignored"] = "Контакт проигнорирован";
-$a->strings["Contact has been unignored"] = "У контакта отменено игнорирование";
-$a->strings["Contact has been archived"] = "Контакт заархивирован";
-$a->strings["Contact has been unarchived"] = "Контакт разархивирован";
-$a->strings["Drop contact"] = "";
-$a->strings["Do you really want to delete this contact?"] = "Вы действительно хотите удалить этот контакт?";
-$a->strings["Contact has been removed."] = "Контакт удален.";
-$a->strings["You are mutual friends with %s"] = "У Вас взаимная дружба с %s";
-$a->strings["You are sharing with %s"] = "Вы делитесь с %s";
-$a->strings["%s is sharing with you"] = "%s делитса с Вами";
-$a->strings["Private communications are not available for this contact."] = "Личные коммуникации недоступны для этого контакта.";
-$a->strings["(Update was successful)"] = "(Обновление было успешно)";
-$a->strings["(Update was not successful)"] = "(Обновление не удалось)";
-$a->strings["Suggest friends"] = "Предложить друзей";
-$a->strings["Network type: %s"] = "Сеть: %s";
-$a->strings["Communications lost with this contact!"] = "Связь с контактом утеряна!";
-$a->strings["Fetch further information for feeds"] = "";
-$a->strings["Fetch information"] = "";
-$a->strings["Fetch information and keywords"] = "";
-$a->strings["Contact"] = "";
-$a->strings["Profile Visibility"] = "Видимость профиля";
-$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Пожалуйста, выберите профиль, который вы хотите отображать %s, когда просмотр вашего профиля безопасен.";
-$a->strings["Contact Information / Notes"] = "Информация о контакте / Заметки";
-$a->strings["Edit contact notes"] = "Редактировать заметки контакта";
-$a->strings["Block/Unblock contact"] = "Блокировать / Разблокировать контакт";
-$a->strings["Ignore contact"] = "Игнорировать контакт";
-$a->strings["Repair URL settings"] = "Восстановить настройки URL";
-$a->strings["View conversations"] = "Просмотр бесед";
-$a->strings["Last update:"] = "Последнее обновление: ";
-$a->strings["Update public posts"] = "Обновить публичные сообщения";
-$a->strings["Update now"] = "Обновить сейчас";
-$a->strings["Unignore"] = "Не игнорировать";
-$a->strings["Currently blocked"] = "В настоящее время заблокирован";
-$a->strings["Currently ignored"] = "В настоящее время игнорируется";
-$a->strings["Currently archived"] = "В данный момент архивирован";
-$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Ответы/лайки ваших публичных сообщений <strong>будут</strong> видимы.";
-$a->strings["Notification for new posts"] = "";
-$a->strings["Send a notification of every new post of this contact"] = "";
-$a->strings["Blacklisted keywords"] = "";
-$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "";
-$a->strings["Actions"] = "";
-$a->strings["Contact Settings"] = "";
-$a->strings["Suggestions"] = "Предложения";
-$a->strings["Suggest potential friends"] = "Предложить потенциального знакомого";
-$a->strings["Show all contacts"] = "Показать все контакты";
-$a->strings["Unblocked"] = "Не блокирован";
-$a->strings["Only show unblocked contacts"] = "Показать только не блокированные контакты";
-$a->strings["Blocked"] = "Заблокирован";
-$a->strings["Only show blocked contacts"] = "Показать только блокированные контакты";
-$a->strings["Ignored"] = "Игнорирован";
-$a->strings["Only show ignored contacts"] = "Показать только игнорируемые контакты";
-$a->strings["Archived"] = "Архивированные";
-$a->strings["Only show archived contacts"] = "Показывать только архивные контакты";
-$a->strings["Hidden"] = "Скрытые";
-$a->strings["Only show hidden contacts"] = "Показывать только скрытые контакты";
-$a->strings["Search your contacts"] = "Поиск ваших контактов";
-$a->strings["Archive"] = "Архивировать";
-$a->strings["Unarchive"] = "Разархивировать";
-$a->strings["Batch Actions"] = "";
-$a->strings["View all contacts"] = "Показать все контакты";
-$a->strings["View all common friends"] = "";
-$a->strings["Advanced Contact Settings"] = "Дополнительные Настройки Контакта";
-$a->strings["Mutual Friendship"] = "Взаимная дружба";
-$a->strings["is a fan of yours"] = "является вашим поклонником";
-$a->strings["you are a fan of"] = "Вы - поклонник";
-$a->strings["Toggle Blocked status"] = "Изменить статус блокированности (заблокировать/разблокировать)";
-$a->strings["Toggle Ignored status"] = "Изменить статус игнорирования";
-$a->strings["Toggle Archive status"] = "Сменить статус архивации (архивирова/не архивировать)";
-$a->strings["Delete contact"] = "Удалить контакт";
+$a->strings["Error trying to open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s exist and is readable."] = "";
+$a->strings["Couldn't open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s is readable."] = "";
+$a->strings["Off"] = "Выкл.";
+$a->strings["On"] = "Вкл.";
+$a->strings["Lock feature %s"] = "Заблокировать %s";
+$a->strings["Manage Additional Features"] = "Управление дополнительными возможностями";
+$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["Remote site reported: "] = "Удаленный сайт сообщил: ";
 $a->strings["Temporary failure. Please wait and try again."] = "Временные неудачи. Подождите и попробуйте еще раз.";
 $a->strings["Introduction failed or was revoked."] = "Запрос ошибочен или был отозван.";
+$a->strings["Remote site reported: "] = "Удаленный сайт сообщил: ";
 $a->strings["Unable to set contact photo."] = "Не удается установить фото контакта.";
 $a->strings["No user record found for '%s' "] = "Не найдено записи пользователя для '%s' ";
 $a->strings["Our site encryption key is apparently messed up."] = "Наш ключ шифрования сайта, по-видимому, перепутался.";
@@ -1875,17 +1335,17 @@ $a->strings["Site public key not available in contact record for URL %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["%1\$s has joined %2\$s"] = "%1\$s присоединился %2\$s";
+$a->strings["[Name Withheld]"] = "[Имя не разглашается]";
 $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"] = array(
+$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."] = "Профиль недоступен.";
@@ -1893,13 +1353,12 @@ $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["Invalid email address."] = "Неверный адрес электронной почты.";
-$a->strings["This account has not been configured for email. Request failed."] = "Этот аккаунт не настроен для электронной почты. Запрос не удался.";
 $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["Your introduction has been sent."] = "Ваш запрос отправлен.";
-$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "";
+$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"] = "Подтвердить";
@@ -1907,50 +1366,451 @@ $a->strings["Hide this contact"] = "Скрыть этот контакт";
 $a->strings["Welcome home %s."] = "Добро пожаловать домой, %s!";
 $a->strings["Please confirm your introduction/connection request to %s."] = "Пожалуйста, подтвердите краткую информацию / запрос на подключение к %s.";
 $a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Пожалуйста, введите ваш 'идентификационный адрес' одной из следующих поддерживаемых социальных сетей:";
-$a->strings["If you are not yet a member of the free social web, <a href=\"%s/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "";
+$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 site and join us today</a>."] = "";
 $a->strings["Friend/Connection Request"] = "Запрос в друзья / на подключение";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Примеры: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
-$a->strings["Please answer the following:"] = "Пожалуйста, ответьте следующее:";
-$a->strings["Does %s know you?"] = "%s знает вас?";
-$a->strings["Add a personal note:"] = "Добавить личную заметку:";
-$a->strings["StatusNet/Federated Social Web"] = "StatusNet / Federated Social Web";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["GNU Social (Pleroma, Mastodon)"] = "";
+$a->strings["Diaspora (Socialhome, Hubzilla)"] = "";
 $a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = "Участники сети Diaspora: пожалуйста, не пользуйтесь этой формой. Вместо этого введите  %s в строке поиска Diaspora";
-$a->strings["Your Identity Address:"] = "Ваш идентификационный адрес:";
-$a->strings["Submit Request"] = "Отправить запрос";
-$a->strings["You already added this contact."] = "";
-$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "";
-$a->strings["OStatus support is disabled. Contact can't be added."] = "";
-$a->strings["The network type couldn't be detected. Contact can't be added."] = "";
-$a->strings["Contact added"] = "Контакт добавлен";
-$a->strings["Friendica Communications Server - Setup"] = "Коммуникационный сервер Friendica - Доступ";
-$a->strings["Could not connect to database."] = "Не удалось подключиться к базе данных.";
-$a->strings["Could not create table."] = "Не удалось создать таблицу.";
-$a->strings["Your Friendica site database has been installed."] = "База данных сайта установлена.";
-$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 \"INSTALL.txt\"."] = "Пожалуйста, смотрите файл \"INSTALL.txt\".";
-$a->strings["Database already in use."] = "";
-$a->strings["System check"] = "Проверить систему";
-$a->strings["Check again"] = "Проверить еще раз";
-$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["Database Name"] = "Имя базы данных";
-$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["Please select a default timezone for your website"] = "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта";
-$a->strings["Site settings"] = "Настройки сайта";
-$a->strings["System Language:"] = "";
-$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "";
+$a->strings["Unable to locate original post."] = "Не удалось найти оригинальный пост.";
+$a->strings["Empty post discarded."] = "Пустое сообщение отбрасывается.";
+$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["Invalid request identifier."] = "Неверный идентификатор запроса.";
+$a->strings["Discard"] = "Отказаться";
+$a->strings["Notifications"] = "Уведомления";
+$a->strings["Network Notifications"] = "Уведомления сети";
+$a->strings["Personal Notifications"] = "Личные уведомления";
+$a->strings["Home Notifications"] = "Уведомления";
+$a->strings["Show Ignored Requests"] = "Показать проигнорированные запросы";
+$a->strings["Hide Ignored Requests"] = "Скрыть проигнорированные запросы";
+$a->strings["Notification type: "] = "Тип уведомления: ";
+$a->strings["suggested by %s"] = "предложено юзером %s";
+$a->strings["Claims to be known to you: "] = "Утверждения, о которых должно быть вам известно: ";
+$a->strings["yes"] = "да";
+$a->strings["no"] = "нет";
+$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["Accepting %s as a sharer 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["Sharer"] = "Участник";
+$a->strings["Subscriber"] = "Подписант";
+$a->strings["No introductions."] = "Запросов нет.";
+$a->strings["Show unread"] = "Показать непрочитанные";
+$a->strings["Show all"] = "Показать все";
+$a->strings["No more %s notifications."] = "Больше нет уведомлений о %s.";
+$a->strings["Requested profile is not available."] = "Запрашиваемый профиль недоступен.";
+$a->strings["%s's timeline"] = "";
+$a->strings["%s's posts"] = "";
+$a->strings["%s's comments"] = "";
+$a->strings["Tips for New Members"] = "Советы для новых участников";
+$a->strings["Profile deleted."] = "Профиль удален.";
+$a->strings["Profile-"] = "Профиль-";
+$a->strings["New profile created."] = "Новый профиль создан.";
+$a->strings["Profile unavailable to clone."] = "Профиль недоступен для клонирования.";
+$a->strings["Profile Name is required."] = "Необходимо имя профиля.";
+$a->strings["Marital Status"] = "Семейное положение";
+$a->strings["Romantic Partner"] = "Любимый человек";
+$a->strings["Work/Employment"] = "Работа/Занятость";
+$a->strings["Religion"] = "Религия";
+$a->strings["Political Views"] = "Политические взгляды";
+$a->strings["Gender"] = "Пол";
+$a->strings["Sexual Preference"] = "Сексуальные предпочтения";
+$a->strings["XMPP"] = "XMPP";
+$a->strings["Homepage"] = "Домашняя страница";
+$a->strings["Interests"] = "Хобби / Интересы";
+$a->strings["Location"] = "Местонахождение";
+$a->strings["Profile updated."] = "Профиль обновлен.";
+$a->strings["Hide contacts and friends:"] = "Скрыть контакты и друзей:";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Скрывать ваш список контактов / друзей от посетителей этого профиля?";
+$a->strings["Show more profile fields:"] = "Показать больше полей в профиле:";
+$a->strings["Profile Actions"] = "Действия профиля";
+$a->strings["Edit Profile Details"] = "Редактировать детали профиля";
+$a->strings["Change Profile Photo"] = "Изменить фото профиля";
+$a->strings["View this profile"] = "Просмотреть этот профиль";
+$a->strings["Edit visibility"] = "Редактировать видимость";
+$a->strings["Create a new profile using these settings"] = "Создать новый профиль, используя эти настройки";
+$a->strings["Clone this profile"] = "Клонировать этот профиль";
+$a->strings["Delete this profile"] = "Удалить этот профиль";
+$a->strings["Basic information"] = "Основная информация";
+$a->strings["Profile picture"] = "Картинка профиля";
+$a->strings["Preferences"] = "Настройки";
+$a->strings["Status information"] = "Статус";
+$a->strings["Additional information"] = "Дополнительная информация";
+$a->strings["Relation"] = "Отношения";
+$a->strings["Miscellaneous"] = "Разное";
+$a->strings["Your Gender:"] = "Ваш пол:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Семейное положение:";
+$a->strings["Sexual Preference:"] = "Сексуальные предпочтения:";
+$a->strings["Example: fishing photography software"] = "Пример: рыбалка фотографии программное обеспечение";
+$a->strings["Profile Name:"] = "Имя профиля:";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Это ваш <strong>публичный</strong> профиль. <br /> Он <strong>может</strong> быть виден каждому через Интернет.";
+$a->strings["Your Full Name:"] = "Ваше полное имя:";
+$a->strings["Title/Description:"] = "Заголовок / Описание:";
+$a->strings["Street Address:"] = "Адрес:";
+$a->strings["Locality/City:"] = "Город / Населенный пункт:";
+$a->strings["Region/State:"] = "Район / Область:";
+$a->strings["Postal/Zip Code:"] = "Почтовый индекс:";
+$a->strings["Country:"] = "Страна:";
+$a->strings["Age: "] = "Возраст: ";
+$a->strings["Who: (if applicable)"] = "Кто: (если требуется)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Примеры: cathy123, Кэти Уильямс, cathy@example.com";
+$a->strings["Since [date]:"] = "С какого времени [дата]:";
+$a->strings["Tell us about yourself..."] = "Расскажите нам о себе ...";
+$a->strings["XMPP (Jabber) address:"] = "Адрес XMPP (Jabber):";
+$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "Адрес XMPP будет отправлен контактам, чтобы они могли вас добавить.";
+$a->strings["Homepage URL:"] = "Адрес домашней странички:";
+$a->strings["Hometown:"] = "Родной город:";
+$a->strings["Political Views:"] = "Политические взгляды:";
+$a->strings["Religious Views:"] = "Религиозные взгляды:";
+$a->strings["Public Keywords:"] = "Общественные ключевые слова:";
+$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Используется для предложения потенциальным друзьям, могут увидеть другие)";
+$a->strings["Private Keywords:"] = "Личные ключевые слова:";
+$a->strings["(Used for searching profiles, never shown to others)"] = "(Используется для поиска профилей, никогда не показывается другим)";
+$a->strings["Likes:"] = "Нравится:";
+$a->strings["Dislikes:"] = "Не нравится:";
+$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["Profile Image"] = "Фото профиля";
+$a->strings["visible to everybody"] = "видимый всем";
+$a->strings["Edit/Manage Profiles"] = "Редактировать профиль";
+$a->strings["Change profile photo"] = "Изменить фото профиля";
+$a->strings["Create New Profile"] = "Создать новый профиль";
+$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["Your registration is pending approval by the site owner."] = "Ваша регистрация в ожидании одобрения владельцем сайта.";
+$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Вы можете (по желанию), заполнить эту форму с помощью OpenID, поддерживая ваш OpenID и нажав клавишу \"Регистрация\".";
+$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["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["New Password:"] = "Новый пароль:";
+$a->strings["Leave empty for an auto generated password."] = "Оставьте пустым для автоматической генерации пароля.";
+$a->strings["Confirm:"] = "Подтвердите:";
+$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["Register"] = "Регистрация";
+$a->strings["Import your profile to this friendica instance"] = "Импорт своего профиля в этот экземпляр friendica";
+$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."] = "";
+$a->strings["The user id is %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["Account"] = "Аккаунт";
+$a->strings["Display"] = "Внешний вид";
+$a->strings["Social Networks"] = "Социальные сети";
+$a->strings["Delegations"] = "Делегирование";
+$a->strings["Connected apps"] = "Подключенные приложения";
+$a->strings["Remove account"] = "Удалить аккаунт";
+$a->strings["Missing some important data!"] = "Не хватает важных данных!";
+$a->strings["Failed to connect with email account using the settings provided."] = "Не удалось подключиться к аккаунту e-mail, используя указанные настройки.";
+$a->strings["Email settings updated."] = "Настройки эл. почты обновлены.";
+$a->strings["Features updated"] = "Настройки обновлены";
+$a->strings["Relocate message has been send to your contacts"] = "Перемещённое сообщение было отправлено списку контактов";
+$a->strings["Passwords do not match. Password unchanged."] = "Пароли не совпадают. Пароль не изменен.";
+$a->strings["Empty passwords are not allowed. Password unchanged."] = "Пустые пароли не допускаются. Пароль не изменен.";
+$a->strings["The new password has been exposed in a public data dump, please choose another."] = "";
+$a->strings["Wrong password."] = "Неверный пароль.";
+$a->strings["Password changed."] = "Пароль изменен.";
+$a->strings["Password update failed. Please try again."] = "Обновление пароля не удалось. Пожалуйста, попробуйте еще раз.";
+$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 updated."] = "Настройки обновлены.";
+$a->strings["Add application"] = "Добавить приложения";
+$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"] = "Diaspora";
+$a->strings["enabled"] = "подключено";
+$a->strings["disabled"] = "отключено";
+$a->strings["Built-in support for %s connectivity is %s"] = "Встроенная  поддержка для %s подключение %s";
+$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)";
+$a->strings["Email access is disabled on this site."] = "Доступ эл. почты отключен на этом сайте.";
+$a->strings["General Social Media Settings"] = "Общие настройки социальных медиа";
+$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."] = "";
+$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["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["None"] = "Ничего";
+$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["%s - (Unsupported)"] = "";
+$a->strings["%s - (Experimental)"] = "";
+$a->strings["Display Settings"] = "Параметры дисплея";
+$a->strings["Display Theme:"] = "Показать тему:";
+$a->strings["Mobile Theme:"] = "Мобильная тема:";
+$a->strings["Suppress warning of insecure networks"] = "Не отображать уведомление о небезопасных сетях";
+$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Должна ли система подавлять уведомления о том, что текущая группа содержить пользователей из сетей, которые не могут получать непубличные сообщения или сообщения с ограниченной видимостью.";
+$a->strings["Update browser every xx seconds"] = "Обновление браузера каждые хх секунд";
+$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Минимум 10 секунд. Введите -1 для отключения.";
+$a->strings["Number of items to display per page:"] = "Количество элементов, отображаемых на одной странице:";
+$a->strings["Maximum of 100 items"] = "Максимум 100 элементов";
+$a->strings["Number of items to display per page when viewed from mobile device:"] = "Количество элементов на странице, когда просмотр осуществляется с мобильных устройств:";
+$a->strings["Don't show emoticons"] = "не показывать emoticons";
+$a->strings["Calendar"] = "Календарь";
+$a->strings["Beginning of week:"] = "Начало недели:";
+$a->strings["Don't show notices"] = "Не показывать уведомления";
+$a->strings["Infinite scroll"] = "Бесконечная прокрутка";
+$a->strings["Automatic updates only at the top of the network page"] = "Автоматически обновлять только при нахождении вверху страницы \"Сеть\"";
+$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "";
+$a->strings["Bandwith Saver Mode"] = "Режим экономии трафика";
+$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "Если включено, то включенный контент не отображается при автоматическом обновлении, он будет показан только при перезагрузке страницы.";
+$a->strings["Smart Threading"] = "";
+$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = "";
+$a->strings["General Theme Settings"] = "Общие настройки тем";
+$a->strings["Custom Theme Settings"] = "Личные настройки тем";
+$a->strings["Content Settings"] = "Настройки контента";
+$a->strings["Theme settings"] = "Настройки темы";
+$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["Account for a personal profile."] = "";
+$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "";
+$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "";
+$a->strings["Account for community discussions."] = "";
+$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "";
+$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "";
+$a->strings["Automatically approves all contact requests."] = "";
+$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 default profile in your local site directory?"] = "Публиковать ваш профиль по умолчанию в вашем локальном каталоге на сайте?";
+$a->strings["Your profile will be published in the global friendica directories (e.g. <a href=\"%s\">%s</a>). Your profile will be visible in public."] = "";
+$a->strings["Publish your default profile in the global social 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->strings["Hide your contact/friend list from viewers of your default profile?"] = "Скрывать ваш список контактов/друзей от посетителей вашего профиля по умолчанию?";
+$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "";
+$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. Disables posting public messages to Diaspora and other networks."] = "";
+$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["Allow us to suggest you as a potential friend to new members?"] = "Позвольть предлогать Вам потенциальных друзей?";
+$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "";
+$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["Profile is <strong>not published</strong>."] = "Профиль <strong>не публикуется</strong>.";
+$a->strings["Your Identity Address is <strong>'%s'</strong> or '%s'."] = "Ваш адрес: <strong>'%s'</strong> или '%s'.";
+$a->strings["Automatically expire posts after this many days:"] = "Автоматическое истекание срока действия сообщения после стольких дней:";
+$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Если пусто, срок действия сообщений не будет ограничен. Сообщения с истекшим сроком действия будут удалены";
+$a->strings["Advanced expiration settings"] = "Настройки расширенного окончания срока действия";
+$a->strings["Advanced Expiration"] = "Расширенное окончание срока действия";
+$a->strings["Expire posts:"] = "Срок хранения сообщений:";
+$a->strings["Expire personal notes:"] = "Срок хранения личных заметок:";
+$a->strings["Expire starred posts:"] = "Срок хранения усеянных сообщений:";
+$a->strings["Expire photos:"] = "Срок хранения фотографий:";
+$a->strings["Only expire posts by others:"] = "Только устаревшие посты других:";
+$a->strings["Account Settings"] = "Настройки аккаунта";
+$a->strings["Password Settings"] = "Смена пароля";
+$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["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["Default Post Permissions"] = "Разрешение на сообщения по умолчанию";
+$a->strings["(click to open/close)"] = "(нажмите, чтобы открыть / закрыть)";
+$a->strings["Default Private Post"] = "Личное сообщение по умолчанию";
+$a->strings["Default Public Post"] = "Публичное сообщение по умолчанию";
+$a->strings["Default Permissions for New Posts"] = "Права для новых записей по умолчанию";
+$a->strings["Maximum private messages per day from unknown people:"] = "Максимальное количество личных сообщений от незнакомых людей в день:";
+$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["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["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["Variations"] = "Вариации";
+$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["Custom"] = "";
+$a->strings["Note"] = "";
+$a->strings["Check image permissions if all users are allowed to see the image"] = "";
+$a->strings["Select color scheme"] = "";
+$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["Logout"] = "Выход";
+$a->strings["End this session"] = "Завершить эту сессию";
+$a->strings["Your posts and conversations"] = "Данные вашей учётной записи";
+$a->strings["Your profile page"] = "Информация о вас";
+$a->strings["Your photos"] = "Ваши фотографии";
+$a->strings["Videos"] = "Видео";
+$a->strings["Your videos"] = "Ваши видео";
+$a->strings["Your events"] = "Ваши события";
+$a->strings["Conversations from your friends"] = "Сообщения ваших друзей";
+$a->strings["Events and Calendar"] = "Календарь и события";
+$a->strings["Private mail"] = "Личная почта";
+$a->strings["Account settings"] = "Настройки аккаунта";
+$a->strings["Manage/edit friends and contacts"] = "Управление / редактирование друзей и контактов";
+$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["Examples: Robert Morgenstein, Fishing"] = "Примеры: Роберт Morgenstein, Рыбалка";
+$a->strings["Similar Interests"] = "Похожие интересы";
+$a->strings["Random Profile"] = "Случайный профиль";
+$a->strings["Invite Friends"] = "Пригласить друзей";
+$a->strings["Local Directory"] = "Локальный каталог";
+$a->strings["External link to forum"] = "Внешняя ссылка на форум";
+$a->strings["Quick Start"] = "Быстрый запуск";
+$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["User profile creation error"] = "Ошибка создания профиля пользователя";
+$a->strings["%d contact not imported"] = [
+       0 => "%d контакт не импортирован",
+       1 => "%d контакты не импортированы",
+       2 => "%d контакты не импортированы",
+       3 => "%d контакты не импортированы",
+];
+$a->strings["Done. You can now login with your username and password"] = "Завершено. Теперь вы можете войти с вашим логином и паролем";
+$a->strings["Post to Email"] = "Отправить на Email";
+$a->strings["Hide your profile details from unknown viewers?"] = "Скрыть данные профиля из неизвестных зрителей?";
+$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Коннекторы отключены так как \"%s\" включен.";
+$a->strings["Visible to everybody"] = "Видимо всем";
+$a->strings["Close"] = "Закрыть";
+$a->strings["Enter new password: "] = "";
+$a->strings["Password can't be empty"] = "";
+$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "";
+$a->strings["The contact entries have been archived"] = "";
+$a->strings["System"] = "Система";
+$a->strings["Home"] = "Мой профиль";
+$a->strings["Introductions"] = "Запросы";
+$a->strings["%s commented on %s's post"] = "%s прокомментировал %s сообщение";
+$a->strings["%s created a new post"] = "%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"] = "";
+$a->strings["%s is not attending %s's event"] = "";
+$a->strings["%s may attend %s's event"] = "";
+$a->strings["%s is now friends with %s"] = "%s теперь друзья с %s";
+$a->strings["Friend Suggestion"] = "Предложение в друзья";
+$a->strings["Friend/Connect Request"] = "Запрос в друзья / на подключение";
+$a->strings["New Follower"] = "Новый фолловер";
 $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 server, you will not be able to run background polling via cron. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'Setup the poller'</a>"] = "";
+$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/master/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)"] = "";
+$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.";
@@ -1962,24 +1822,22 @@ $a->strings["Generate encryption keys"] = "Генерация шифрованы
 $a->strings["libCurl PHP module"] = "libCurl PHP модуль";
 $a->strings["GD graphics PHP module"] = "GD graphics PHP модуль";
 $a->strings["OpenSSL PHP module"] = "OpenSSL PHP модуль";
-$a->strings["mysqli PHP module"] = "mysqli PHP модуль";
+$a->strings["PDO or MySQLi PHP module"] = "";
 $a->strings["mb_string PHP module"] = "mb_string PHP модуль";
-$a->strings["mcrypt PHP module"] = "";
-$a->strings["XML PHP module"] = "";
-$a->strings["iconv module"] = "";
+$a->strings["XML PHP module"] = "XML PHP модуль";
+$a->strings["iconv PHP module"] = "";
+$a->strings["POSIX PHP module"] = "";
 $a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module";
 $a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Ошибка: необходим модуль веб-сервера Apache mod-rewrite, но он не установлен.";
 $a->strings["Error: libCURL PHP module required but not installed."] = "Ошибка: необходим libCURL PHP модуль, но он не установлен.";
 $a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Ошибка: необходим PHP модуль GD графики с поддержкой JPEG, но он не установлен.";
 $a->strings["Error: openssl PHP module required but not installed."] = "Ошибка: необходим PHP модуль OpenSSL, но он не установлен.";
-$a->strings["Error: mysqli PHP module required but not installed."] = "Ошибка: необходим PHP модуль MySQLi, но он не установлен.";
+$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "";
+$a->strings["Error: The MySQL driver for PDO is not installed."] = "";
 $a->strings["Error: mb_string PHP module required but not installed."] = "Ошибка: необходим PHP модуль mb_string, но он не установлен.";
-$a->strings["Error: mcrypt PHP module required but not installed."] = "";
-$a->strings["Error: iconv PHP module required but not installed."] = "";
-$a->strings["If you are using php_cli, please make sure that mcrypt module is enabled in its config file"] = "";
-$a->strings["Function mcrypt_create_iv() is not defined. This is needed to enable RINO2 encryption layer."] = "";
-$a->strings["mcrypt_create_iv() function"] = "";
-$a->strings["Error, XML PHP module required but not installed."] = "";
+$a->strings["Error: iconv PHP module required but not installed."] = "Ошибка: необходим PHP модуль iconv, но он не установлен.";
+$a->strings["Error: POSIX PHP module required but not installed."] = "";
+$a->strings["Error, XML PHP module required but not installed."] = "Ошибка, необходим PHP модуль XML, но он не установлен";
 $a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Веб-инсталлятору требуется создать файл с именем \". htconfig.php\" в верхней папке веб-сервера, но он не в состоянии это сделать.";
 $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 .htconfig.php in your Friendica top folder."] = "В конце этой процедуры, мы дадим вам текст, для сохранения в файле с именем .htconfig.php в корневой папке, где установлена Friendica.";
@@ -1991,91 +1849,330 @@ $a->strings["Please ensure that the user that your web server runs as (e.g. www-
 $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. Check your server configuration."] = "Url rewrite в .htaccess не работает. Проверьте конфигурацию вашего сервера..";
+$a->strings["Error message from Curl when fetching"] = "";
 $a->strings["Url rewrite is working"] = "Url rewrite работает";
-$a->strings["ImageMagick PHP extension is not installed"] = "";
-$a->strings["ImageMagick PHP extension is installed"] = "";
-$a->strings["ImageMagick supports GIF"] = "";
-$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Файл конфигурации базы данных \".htconfig.php\" не могла быть записан. Пожалуйста, используйте приложенный текст, чтобы создать конфигурационный файл в корневом каталоге веб-сервера.";
-$a->strings["<h1>What next</h1>"] = "<h1>Что далее</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "ВАЖНО: Вам нужно будет [вручную] установить запланированное задание для регистратора.";
-$a->strings["Unable to locate original post."] = "Не удалось найти оригинальный пост.";
-$a->strings["Empty post discarded."] = "Пустое сообщение отбрасывается.";
-$a->strings["System error. Post not saved."] = "Системная ошибка. Сообщение не сохранено.";
-$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["Warning: This group contains %s member from a network that doesn't allow non public messages."] = array(
-       0 => "",
-       1 => "",
-       2 => "",
-       3 => "",
-);
-$a->strings["Messages in this group won't be send to these receivers."] = "";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "Личные сообщения этому человеку находятся под угрозой обнародования.";
-$a->strings["Invalid contact."] = "Недопустимый контакт.";
-$a->strings["Commented Order"] = "Последние комментарии";
-$a->strings["Sort by Comment Date"] = "Сортировать по дате комментария";
-$a->strings["Posted Order"] = "Лента записей";
-$a->strings["Sort by Post Date"] = "Сортировать по дате отправки";
-$a->strings["Posts that mention or involve you"] = "";
-$a->strings["New"] = "Новый";
-$a->strings["Activity Stream - by date"] = "Лента активности - по дате";
-$a->strings["Shared Links"] = "Ссылки, которыми поделились";
-$a->strings["Interesting Links"] = "Интересные ссылки";
-$a->strings["Starred"] = "Помеченный";
-$a->strings["Favourite Posts"] = "Избранные посты";
-$a->strings["{0} wants to be your friend"] = "{0} хочет стать Вашим другом";
-$a->strings["{0} sent you a message"] = "{0} отправил Вам сообщение";
-$a->strings["{0} requested registration"] = "{0} требуемая регистрация";
-$a->strings["No contacts."] = "Нет контактов.";
-$a->strings["via"] = "через";
-$a->strings["Repeat the image"] = "";
-$a->strings["Will repeat your image to fill the background."] = "";
-$a->strings["Stretch"] = "";
-$a->strings["Will stretch to width/height of the image."] = "";
-$a->strings["Resize fill and-clip"] = "";
-$a->strings["Resize to fill and retain aspect ratio."] = "";
-$a->strings["Resize best fit"] = "";
-$a->strings["Resize to best fit and retain aspect ratio."] = "";
-$a->strings["Default"] = "";
-$a->strings["Note: "] = "";
-$a->strings["Check image permissions if all users are allowed to visit the image"] = "";
-$a->strings["Select scheme"] = "";
-$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 transparency"] = "";
-$a->strings["Set the background image"] = "";
-$a->strings["Guest"] = "";
-$a->strings["Visitor"] = "";
-$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["Community Profiles"] = "Профили сообщества";
-$a->strings["Last users"] = "Последние пользователи";
-$a->strings["Find Friends"] = "Найти друзей";
-$a->strings["Local Directory"] = "Локальный каталог";
-$a->strings["Quick Start"] = "Быстрый запуск";
-$a->strings["Connect Services"] = "Подключить службы";
-$a->strings["Comma separated list of helper forums"] = "";
-$a->strings["Set style"] = "";
-$a->strings["Community Pages"] = "Страницы сообщества";
-$a->strings["Help or @NewHere ?"] = "Помощь";
-$a->strings["greenzero"] = "";
-$a->strings["purplezero"] = "";
-$a->strings["easterbunny"] = "";
-$a->strings["darkzero"] = "";
-$a->strings["comix"] = "";
-$a->strings["slackr"] = "";
-$a->strings["Variations"] = "";
-$a->strings["Delete this item?"] = "Удалить этот элемент?";
-$a->strings["show fewer"] = "показать меньше";
-$a->strings["Update %s failed. See error logs."] = "Обновление %s не удалось. Смотрите журнал ошибок.";
+$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["Birthday:"] = "День рождения:";
+$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD или MM-DD";
+$a->strings["never"] = "никогда";
+$a->strings["less than a second ago"] = "менее сек. назад";
+$a->strings["year"] = "год";
+$a->strings["years"] = "лет";
+$a->strings["months"] = "мес.";
+$a->strings["weeks"] = "недель";
+$a->strings["days"] = "дней";
+$a->strings["hour"] = "час";
+$a->strings["hours"] = "час.";
+$a->strings["minute"] = "минута";
+$a->strings["minutes"] = "мин.";
+$a->strings["second"] = "секунда";
+$a->strings["seconds"] = "сек.";
+$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s назад";
+$a->strings["view full size"] = "посмотреть в полный размер";
+$a->strings["Image/photo"] = "Изображение / Фото";
+$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s";
+$a->strings["$1 wrote:"] = "$1 написал:";
+$a->strings["Encrypted content"] = "Зашифрованный контент";
+$a->strings["Invalid source protocol"] = "Неправильный протокол источника";
+$a->strings["Invalid link protocol"] = "Неправильная протокольная ссылка";
+$a->strings["Embedding disabled"] = "Встраивание отключено";
+$a->strings["Embedded content"] = "Встроенное содержание";
+$a->strings["Export"] = "Экспорт";
+$a->strings["Export calendar as ical"] = "Экспортировать календарь в формат ical";
+$a->strings["Export calendar as csv"] = "Экспортировать календарь в формат csv";
+$a->strings["Frequently"] = "";
+$a->strings["Hourly"] = "";
+$a->strings["Twice daily"] = "";
+$a->strings["Daily"] = "";
+$a->strings["Weekly"] = "";
+$a->strings["Monthly"] = "";
+$a->strings["OStatus"] = "";
+$a->strings["RSS/Atom"] = "";
+$a->strings["Facebook"] = "";
+$a->strings["Zot!"] = "";
+$a->strings["LinkedIn"] = "";
+$a->strings["XMPP/IM"] = "";
+$a->strings["MySpace"] = "";
+$a->strings["Google+"] = "";
+$a->strings["pump.io"] = "";
+$a->strings["Twitter"] = "";
+$a->strings["Diaspora Connector"] = "";
+$a->strings["GNU Social Connector"] = "";
+$a->strings["pnut"] = "";
+$a->strings["App.net"] = "";
+$a->strings["Male"] = "";
+$a->strings["Female"] = "";
+$a->strings["Currently Male"] = "";
+$a->strings["Currently Female"] = "";
+$a->strings["Mostly Male"] = "";
+$a->strings["Mostly Female"] = "";
+$a->strings["Transgender"] = "";
+$a->strings["Intersex"] = "";
+$a->strings["Transsexual"] = "";
+$a->strings["Hermaphrodite"] = "";
+$a->strings["Neuter"] = "";
+$a->strings["Non-specific"] = "Не определен";
+$a->strings["Other"] = "Другой";
+$a->strings["Males"] = "Мужчины";
+$a->strings["Females"] = "Женщины";
+$a->strings["Gay"] = "Гей";
+$a->strings["Lesbian"] = "Лесбиянка";
+$a->strings["No Preference"] = "Без предпочтений";
+$a->strings["Bisexual"] = "Бисексуал";
+$a->strings["Autosexual"] = "Автосексуал";
+$a->strings["Abstinent"] = "Воздержанный";
+$a->strings["Virgin"] = "Девственница";
+$a->strings["Deviant"] = "Deviant";
+$a->strings["Fetish"] = "Фетиш";
+$a->strings["Oodles"] = "Групповой";
+$a->strings["Nonsexual"] = "Нет интереса к сексу";
+$a->strings["Single"] = "Без пары";
+$a->strings["Lonely"] = "Пока никого нет";
+$a->strings["Available"] = "Доступный";
+$a->strings["Unavailable"] = "Не ищу никого";
+$a->strings["Has crush"] = "Имеет ошибку";
+$a->strings["Infatuated"] = "Влюблён";
+$a->strings["Dating"] = "Свидания";
+$a->strings["Unfaithful"] = "Изменяю супругу";
+$a->strings["Sex Addict"] = "Люблю секс";
+$a->strings["Friends"] = "Друзья";
+$a->strings["Friends/Benefits"] = "Друзья / Предпочтения";
+$a->strings["Casual"] = "Обычный";
+$a->strings["Engaged"] = "Занят";
+$a->strings["Married"] = "Женат / Замужем";
+$a->strings["Imaginarily married"] = "Воображаемо женат (замужем)";
+$a->strings["Partners"] = "Партнеры";
+$a->strings["Cohabiting"] = "Партнерство";
+$a->strings["Common law"] = "";
+$a->strings["Happy"] = "Счастлив/а/";
+$a->strings["Not looking"] = "Не в поиске";
+$a->strings["Swinger"] = "Свинг";
+$a->strings["Betrayed"] = "Преданный";
+$a->strings["Separated"] = "Разделенный";
+$a->strings["Unstable"] = "Нестабильный";
+$a->strings["Divorced"] = "Разведен(а)";
+$a->strings["Imaginarily divorced"] = "Воображаемо разведен(а)";
+$a->strings["Widowed"] = "Овдовевший";
+$a->strings["Uncertain"] = "Неопределенный";
+$a->strings["It's complicated"] = "влишком сложно";
+$a->strings["Don't care"] = "Не беспокоить";
+$a->strings["Ask me"] = "Спросите меня";
+$a->strings["Add New Contact"] = "Добавить контакт";
+$a->strings["Enter address or web location"] = "Введите адрес или веб-местонахождение";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Пример: bob@example.com, http://example.com/barbara";
+$a->strings["%d invitation available"] = [
+       0 => "%d приглашение доступно",
+       1 => "%d приглашений доступно",
+       2 => "%d приглашений доступно",
+       3 => "%d приглашений доступно",
+];
+$a->strings["Networks"] = "Сети";
+$a->strings["All Networks"] = "Все сети";
+$a->strings["Saved Folders"] = "Сохранённые папки";
+$a->strings["Everything"] = "Всё";
+$a->strings["Categories"] = "Категории";
+$a->strings["%d contact in common"] = [
+       0 => "%d Контакт",
+       1 => "%d Контактов",
+       2 => "%d Контактов",
+       3 => "%d Контактов",
+];
+$a->strings["General Features"] = "Основные возможности";
+$a->strings["Multiple Profiles"] = "Несколько профилей";
+$a->strings["Ability to create multiple profiles"] = "Возможность создания нескольких профилей";
+$a->strings["Photo Location"] = "Место фотографирования";
+$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Метаданные фотографий обычно вырезаются. Эта настройка получает местоположение (если есть) до вырезки метаданных и связывает с координатами на карте.";
+$a->strings["Export Public Calendar"] = "Экспортировать публичный календарь";
+$a->strings["Ability for visitors to download the public calendar"] = "Возможность скачивать публичный календарь посетителями";
+$a->strings["Post Composition Features"] = "Составление сообщений";
+$a->strings["Post Preview"] = "Предварительный просмотр";
+$a->strings["Allow previewing posts and comments before publishing them"] = "Разрешить предпросмотр сообщения и комментария перед их публикацией";
+$a->strings["Auto-mention Forums"] = "";
+$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "";
+$a->strings["Network Sidebar"] = "";
+$a->strings["Ability to select posts by date ranges"] = "Возможность выбора постов по диапазону дат";
+$a->strings["List Forums"] = "Список форумов";
+$a->strings["Enable widget to display the forums your are connected with"] = "";
+$a->strings["Group Filter"] = "Фильтр групп";
+$a->strings["Enable widget to display Network posts only from selected group"] = "Включить виджет для отображения сообщений сети только от выбранной группы";
+$a->strings["Network Filter"] = "Фильтр сети";
+$a->strings["Enable widget to display Network posts only from selected network"] = "Включить виджет для отображения сообщений сети только от выбранной сети";
+$a->strings["Save search terms for re-use"] = "Сохранить условия поиска для повторного использования";
+$a->strings["Network Tabs"] = "Сетевые вкладки";
+$a->strings["Network Personal Tab"] = "Персональные сетевые вкладки";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Включить вкладку для отображения только сообщений сети, с которой вы взаимодействовали";
+$a->strings["Network New Tab"] = "Новая вкладка сеть";
+$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Включить вкладку для отображения только новых сообщений сети (за последние 12 часов)";
+$a->strings["Network Shared Links Tab"] = "Вкладка shared ссылок сети";
+$a->strings["Enable tab to display only Network posts with links in them"] = "Включить вкладку для отображения только сообщений сети со ссылками на них";
+$a->strings["Post/Comment Tools"] = "Инструменты пост/комментарий";
+$a->strings["Multiple Deletion"] = "Множественное удаление";
+$a->strings["Select and delete multiple posts/comments at once"] = "Выбрать и удалить несколько постов/комментариев одновременно.";
+$a->strings["Edit Sent Posts"] = "Редактировать отправленные посты";
+$a->strings["Edit and correct posts and comments after sending"] = "Редактировать и править посты и комментарии после отправления";
+$a->strings["Tagging"] = "Отмеченное";
+$a->strings["Ability to tag existing posts"] = "Возможность отмечать существующие посты";
+$a->strings["Post Categories"] = "Категории постов";
+$a->strings["Add categories to your posts"] = "Добавить категории вашего поста";
+$a->strings["Ability to file posts under folders"] = "";
+$a->strings["Dislike Posts"] = "Посты, которые не нравятся";
+$a->strings["Ability to dislike posts/comments"] = "Возможность поставить \"Не нравится\" посту или комментарию";
+$a->strings["Star Posts"] = "Популярные посты";
+$a->strings["Ability to mark special posts with a star indicator"] = "Возможность отметить специальные сообщения индикатором популярности";
+$a->strings["Mute Post Notifications"] = "Отключить уведомления для поста";
+$a->strings["Ability to mute notifications for a thread"] = "Возможность отключить уведомления для отдельно взятого обсуждения";
+$a->strings["Advanced Profile Settings"] = "Расширенные настройки профиля";
+$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "";
+$a->strings["Tag Cloud"] = "";
+$a->strings["Provide a personal tag cloud on your profile page"] = "";
+$a->strings["Display Membership Date"] = "";
+$a->strings["Display membership date in profile"] = "";
+$a->strings["Nothing new here"] = "Ничего нового здесь";
+$a->strings["Clear notifications"] = "Стереть уведомления";
+$a->strings["Personal notes"] = "Личные заметки";
+$a->strings["Your personal notes"] = "Ваши личные заметки";
+$a->strings["Sign in"] = "Вход";
+$a->strings["Home Page"] = "Главная страница";
+$a->strings["Create an account"] = "Создать аккаунт";
+$a->strings["Help and documentation"] = "Помощь и документация";
+$a->strings["Apps"] = "Приложения";
+$a->strings["Addon applications, utilities, games"] = "Дополнительные приложения, утилиты, игры";
+$a->strings["Search site content"] = "Поиск по сайту";
+$a->strings["Community"] = "Сообщество";
+$a->strings["Conversations on this and other servers"] = "";
+$a->strings["Directory"] = "Каталог";
+$a->strings["People directory"] = "Каталог участников";
+$a->strings["Information about this friendica instance"] = "Информация об этом экземпляре Friendica";
+$a->strings["Terms of Service of this Friendica instance"] = "";
+$a->strings["Network Reset"] = "Перезагрузка сети";
+$a->strings["Load Network page with no filters"] = "Загрузить страницу сети без фильтров";
+$a->strings["Friend Requests"] = "Запросы на добавление в список друзей";
+$a->strings["See all notifications"] = "Посмотреть все уведомления";
+$a->strings["Mark all system notifications seen"] = "Отметить все системные уведомления, как прочитанные";
+$a->strings["Inbox"] = "Входящие";
+$a->strings["Outbox"] = "Исходящие";
+$a->strings["Manage"] = "Управлять";
+$a->strings["Manage other pages"] = "Управление другими страницами";
+$a->strings["Profiles"] = "Профили";
+$a->strings["Manage/Edit Profiles"] = "Управление/редактирование профилей";
+$a->strings["Site setup and configuration"] = "Конфигурация сайта";
+$a->strings["Navigation"] = "Навигация";
+$a->strings["Site map"] = "Карта сайта";
+$a->strings["There are no tables on MyISAM."] = "";
+$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."] = "";
+$a->strings["The error message is\n[pre]%s[/pre]"] = "Сообщение об ошибке:\n[pre]%s[/pre]";
+$a->strings["\nError %d occurred during database update:\n%s\n"] = "";
+$a->strings["Errors encountered performing database changes: "] = "";
+$a->strings["%s: Database update"] = "";
+$a->strings["%s: updating %s table."] = "";
+$a->strings["[no subject]"] = "[без темы]";
+$a->strings["Starts:"] = "Начало:";
+$a->strings["Finishes:"] = "Окончание:";
+$a->strings["all-day"] = "";
+$a->strings["Jun"] = "Июн";
+$a->strings["Sept"] = "Сен";
+$a->strings["No events to display"] = "Нет событий для показа";
+$a->strings["l, F j"] = "l, j F";
+$a->strings["Edit event"] = "Редактировать мероприятие";
+$a->strings["Duplicate event"] = "";
+$a->strings["Delete event"] = "";
+$a->strings["D g:i A"] = "";
+$a->strings["g:i A"] = "";
+$a->strings["Show map"] = "";
+$a->strings["Hide map"] = "";
+$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Удаленная группа с таким названием была восстановлена. Существующие права доступа <strong>могут</strong> применяться к этой группе и любым будущим участникам. Если это не то, что вы хотели, пожалуйста, создайте еще ​​одну группу с другим названием.";
+$a->strings["Default privacy group for new contacts"] = "Группа доступа по умолчанию для новых контактов";
+$a->strings["Everybody"] = "Каждый";
+$a->strings["edit"] = "редактировать";
+$a->strings["Edit group"] = "Редактировать группу";
+$a->strings["Contacts not in any group"] = "Контакты не состоят в группе";
+$a->strings["Create a new group"] = "Создать новую группу";
+$a->strings["Edit groups"] = "Редактировать группы";
+$a->strings["Requested account is not available."] = "Запрашиваемый профиль недоступен.";
+$a->strings["Edit profile"] = "Редактировать профиль";
+$a->strings["Atom feed"] = "Фид Atom";
+$a->strings["Manage/edit profiles"] = "Управление / редактирование профилей";
+$a->strings["g A l F d"] = "g A l F d";
+$a->strings["F d"] = "F d";
+$a->strings["[today]"] = "[сегодня]";
+$a->strings["Birthday Reminders"] = "Напоминания о днях рождения";
+$a->strings["Birthdays this week:"] = "Дни рождения на этой неделе:";
+$a->strings["[No description]"] = "[без описания]";
+$a->strings["Event Reminders"] = "Напоминания о мероприятиях";
+$a->strings["Events this week:"] = "Мероприятия на этой неделе:";
+$a->strings["Member since:"] = "";
+$a->strings["j F, Y"] = "j F, Y";
+$a->strings["j F"] = "j F";
+$a->strings["Age:"] = "Возраст:";
+$a->strings["for %1\$d %2\$s"] = "для %1\$d %2\$s";
+$a->strings["Religion:"] = "Религия:";
+$a->strings["Hobbies/Interests:"] = "Хобби / Интересы:";
+$a->strings["Contact information and Social Networks:"] = "Информация о контакте и социальных сетях:";
+$a->strings["Musical interests:"] = "Музыкальные интересы:";
+$a->strings["Books, literature:"] = "Книги, литература:";
+$a->strings["Television:"] = "Телевидение:";
+$a->strings["Film/dance/culture/entertainment:"] = "Кино / Танцы / Культура / Развлечения:";
+$a->strings["Love/Romance:"] = "Любовь / Романтика:";
+$a->strings["Work/employment:"] = "Работа / Занятость:";
+$a->strings["School/education:"] = "Школа / Образование:";
+$a->strings["Forums:"] = "Форумы:";
+$a->strings["Only You Can See This"] = "Только вы можете это видеть";
+$a->strings["Login failed"] = "";
+$a->strings["Not enough information to authenticate"] = "";
+$a->strings["An invitation is required."] = "Требуется приглашение.";
+$a->strings["Invitation could not be verified."] = "Приглашение не может быть проверено.";
+$a->strings["Invalid OpenID url"] = "Неверный URL OpenID";
+$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["Please enter the required information."] = "Пожалуйста, введите необходимую информацию.";
+$a->strings["Please use a shorter name."] = "Пожалуйста, используйте более короткое имя.";
+$a->strings["Name too short."] = "Имя слишком короткое.";
+$a->strings["That doesn't appear to be your full (First Last) name."] = "Кажется, что это ваше неполное (Имя Фамилия) имя.";
+$a->strings["Your email domain is not among those allowed on this site."] = "Домен вашего адреса электронной почты не относится к числу разрешенных на этом сайте.";
+$a->strings["Not a valid email address."] = "Неверный адрес электронной почты.";
+$a->strings["Cannot use that email."] = "Нельзя использовать этот Email.";
+$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "";
+$a->strings["Nickname is already registered. Please choose another."] = "Такой ник уже зарегистрирован. Пожалуйста, выберите другой.";
+$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "СЕРЬЕЗНАЯ ОШИБКА: генерация ключей безопасности не удалась.";
+$a->strings["An error occurred during registration. Please try again."] = "Ошибка при регистрации. Пожалуйста, попробуйте еще раз.";
+$a->strings["An error occurred creating your default profile. Please try again."] = "Ошибка создания вашего профиля. Пожалуйста, попробуйте еще раз.";
+$a->strings["An error occurred creating your self contact. Please try again."] = "";
+$a->strings["An error occurred creating your default contact group. Please try again."] = "";
+$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = "";
+$a->strings["Registration at %s"] = "";
+$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = "";
+$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "";
+$a->strings["Drop Contact"] = "Удалить контакт";
+$a->strings["Organisation"] = "Организация";
+$a->strings["News"] = "Новости";
+$a->strings["Forum"] = "Форум";
+$a->strings["Connect URL missing."] = "Connect-URL отсутствует.";
+$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "";
+$a->strings["This site is not configured to allow communications with other networks."] = "Данный сайт не настроен так, чтобы держать связь с другими сетями.";
+$a->strings["No compatible communication protocols or feeds were discovered."] = "Обнаружены несовместимые протоколы связи или каналы.";
+$a->strings["The profile address specified does not provide adequate information."] = "Указанный адрес профиля не дает адекватной информации.";
+$a->strings["An author or name was not found."] = "Автор или имя не найдены.";
+$a->strings["No browser URL could be matched to this address."] = "Нет URL браузера, который соответствует этому адресу.";
+$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "";
+$a->strings["Use mailto: in front of address to force email check."] = "Bcgjkmpeqnt mailto: перед адресом для быстрого доступа к email.";
+$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Указанный адрес профиля принадлежит сети, недоступной на этом сайта.";
+$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Ограниченный профиль. Этот человек не сможет получить прямые / личные уведомления от вас.";
+$a->strings["Unable to retrieve contact information."] = "Невозможно получить контактную информацию.";
+$a->strings["%s's birthday"] = "день рождения %s";
+$a->strings["Happy Birthday %s"] = "С днём рождения %s";
+$a->strings["%1\$s is attending %2\$s's %3\$s"] = "";
+$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "";
+$a->strings["%1\$s may attend %2\$s's %3\$s"] = "";
+$a->strings["%s is now following %s."] = "%s теперь подписан на %s.";
+$a->strings["following"] = "следует";
+$a->strings["%s stopped following %s."] = "%s отписался от %s.";
+$a->strings["stopped following"] = "остановлено следование";
+$a->strings["Sharing notification from Diaspora network"] = "Уведомление о шаре из сети Diaspora";
+$a->strings["Attachments:"] = "Вложения:";
+$a->strings["(no subject)"] = "(без темы)";
+$a->strings["Logged out."] = "Выход из системы.";
 $a->strings["Create a New Account"] = "Создать новый аккаунт";
 $a->strings["Password: "] = "Пароль: ";
 $a->strings["Remember me"] = "Запомнить";
@@ -2085,4 +2182,49 @@ $a->strings["Website Terms of Service"] = "Правила сайта";
 $a->strings["terms of service"] = "правила";
 $a->strings["Website Privacy Policy"] = "Политика конфиденциальности сервера";
 $a->strings["privacy policy"] = "политика конфиденциальности";
+$a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = "";
+$a->strings["This data is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional private data that may be transmitted to the communication partners accounts."] = "";
+$a->strings["At any point in time a logged in user can export their account data from the <a href=\"%1\$s/settings/uexport\">account settings</a>. If the user wants to delete their account they can do so at <a href=\"%1\$s/removeme\">%1\$s/removeme</a>. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "";
+$a->strings["Privacy Statement"] = "";
+$a->strings["This entry was edited"] = "Эта запись была отредактирована";
+$a->strings["Remove from your stream"] = "";
+$a->strings["save to folder"] = "сохранить в папке";
+$a->strings["I will attend"] = "";
+$a->strings["I will not attend"] = "";
+$a->strings["I might attend"] = "";
+$a->strings["add star"] = "пометить";
+$a->strings["remove star"] = "убрать метку";
+$a->strings["toggle star status"] = "переключить статус";
+$a->strings["starred"] = "помечено";
+$a->strings["ignore thread"] = "игнорировать тему";
+$a->strings["unignore thread"] = "не игнорировать тему";
+$a->strings["toggle ignore status"] = "изменить статус игнорирования";
+$a->strings["add tag"] = "добавить ключевое слово (тег)";
+$a->strings["like"] = "нравится";
+$a->strings["dislike"] = "не нравится";
+$a->strings["Share this"] = "Поделитесь этим";
+$a->strings["share"] = "поделиться";
+$a->strings["to"] = "к";
+$a->strings["via"] = "через";
+$a->strings["Wall-to-Wall"] = "Стена-на-Стену";
+$a->strings["via Wall-To-Wall:"] = "через Стена-на-Стену:";
+$a->strings["%d comment"] = [
+       0 => "%d комментарий",
+       1 => "%d комментариев",
+       2 => "%d комментариев",
+       3 => "%d комментариев",
+];
+$a->strings["Bold"] = "Жирный";
+$a->strings["Italic"] = "Kурсивный";
+$a->strings["Underline"] = "Подчеркнутый";
+$a->strings["Quote"] = "Цитата";
+$a->strings["Code"] = "Код";
+$a->strings["Image"] = "Изображение / Фото";
+$a->strings["Link"] = "Ссылка";
+$a->strings["Video"] = "Видео";
+$a->strings["Delete this item?"] = "Удалить этот элемент?";
+$a->strings["show fewer"] = "показать меньше";
+$a->strings["No system theme config value set."] = "";
 $a->strings["toggle mobile"] = "мобильная версия";
+$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "";
+$a->strings["Update %s failed. See error logs."] = "Обновление %s не удалось. Смотрите журнал ошибок.";