]> git.mxchange.org Git - friendica.git/blobdiff - view/ru/strings.php
cleanup quattro less file
[friendica.git] / view / ru / strings.php
index 31b532b105e8b68f91cbcd267ff1156061a23b82..09755ca7bb393ac19cc4281b5d1551bdb42e4457 100644 (file)
@@ -5,214 +5,211 @@ function string_plural_select_ru($n){
        return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<10 || $n%100>=20) ? 1 : 2);;
 }}
 ;
-$a->strings["This entry was edited"] = "Эта запись была отредактирована";
-$a->strings["Private Message"] = "Личное сообщение";
-$a->strings["Edit"] = "Редактировать";
-$a->strings["Select"] = "Выберите";
-$a->strings["Delete"] = "Удалить";
-$a->strings["save to folder"] = "сохранить в папке";
-$a->strings["add star"] = "пометить";
-$a->strings["remove star"] = "убрать метку";
-$a->strings["toggle star status"] = "переключить статус";
-$a->strings["starred"] = "помечено";
-$a->strings["add tag"] = "добавить ключевое слово (таг)";
-$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["Categories:"] = "Категории:";
-$a->strings["Filed under:"] = "В рубрике:";
-$a->strings["View %s's profile @ %s"] = "Просмотреть профиль %s [@ %s]";
-$a->strings["to"] = "к";
-$a->strings["via"] = "через";
-$a->strings["Wall-to-Wall"] = "Стена-на-Стену";
-$a->strings["via Wall-To-Wall:"] = "через Стена-на-Стену:";
-$a->strings["%s from %s"] = "%s с %s";
-$a->strings["Comment"] = "Комментарий";
-$a->strings["Please wait"] = "Пожалуйста, подождите";
-$a->strings["%d comment"] = array(
-       0 => "%d комментарий",
-       1 => "%d комментариев",
-       2 => "%d комментариев",
+$a->strings["%d contact edited."] = array(
+       0 => "%d контакт изменён.",
+       1 => "%d контакты изменены",
+       2 => "%d контакты изменены",
 );
-$a->strings["comment"] = array(
-       0 => "",
-       1 => "",
-       2 => "комментарий",
+$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["Permission denied."] = "Нет разрешения.";
+$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["Do you really want to delete this contact?"] = "Вы действительно хотите удалить этот контакт?";
+$a->strings["Yes"] = "Да";
+$a->strings["Cancel"] = "Отмена";
+$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["%d contact in common"] = array(
+       0 => "%d Контакт",
+       1 => "%d Контактов",
+       2 => "%d Контактов",
 );
-$a->strings["show more"] = "показать больше";
-$a->strings["This is you"] = "Это вы";
+$a->strings["View all contacts"] = "Показать все контакты";
+$a->strings["Unblock"] = "Разблокировать";
+$a->strings["Block"] = "Заблокировать";
+$a->strings["Toggle Blocked status"] = "Изменить статус блокированности (заблокировать/разблокировать)";
+$a->strings["Unignore"] = "Не игнорировать";
+$a->strings["Ignore"] = "Игнорировать";
+$a->strings["Toggle Ignored status"] = "Изменить статус игнорирования";
+$a->strings["Unarchive"] = "Разархивировать";
+$a->strings["Archive"] = "Архивировать";
+$a->strings["Toggle Archive status"] = "Сменить статус архивации (архивирова/не архивировать)";
+$a->strings["Repair"] = "Восстановить";
+$a->strings["Advanced Contact Settings"] = "Дополнительные Настройки Контакта";
+$a->strings["Communications lost with this contact!"] = "Связь с контактом утеряна!";
+$a->strings["Contact Editor"] = "Редактор контакта";
 $a->strings["Submit"] = "Подтвердить";
-$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["Preview"] = "предварительный просмотр";
-$a->strings["You must be logged in to use addons. "] = "Вы должны войти в систему, чтобы использовать аддоны.";
-$a->strings["Not Found"] = "Не найдено";
-$a->strings["Page not found."] = "Страница не найдена.";
+$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["Visit %s's profile [%s]"] = "Посетить профиль %s [%s]";
+$a->strings["Block/Unblock contact"] = "Блокировать / Разблокировать контакт";
+$a->strings["Ignore contact"] = "Игнорировать контакт";
+$a->strings["Repair URL settings"] = "Восстановить настройки URL";
+$a->strings["View conversations"] = "Просмотр бесед";
+$a->strings["Delete contact"] = "Удалить контакт";
+$a->strings["Last update:"] = "Последнее обновление: ";
+$a->strings["Update public posts"] = "Обновить публичные сообщения";
+$a->strings["Update now"] = "Обновить сейчас";
+$a->strings["Currently blocked"] = "В настоящее время заблокирован";
+$a->strings["Currently ignored"] = "В настоящее время игнорируется";
+$a->strings["Currently archived"] = "В данный момент архивирован";
+$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["Fetch further information for feeds"] = "";
+$a->strings["Disabled"] = "";
+$a->strings["Fetch information"] = "";
+$a->strings["Fetch information and keywords"] = "";
+$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["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["Mutual Friendship"] = "Взаимная дружба";
+$a->strings["is a fan of yours"] = "является вашим поклонником";
+$a->strings["you are a fan of"] = "Вы - поклонник";
+$a->strings["Edit contact"] = "Редактировать контакт";
+$a->strings["Contacts"] = "Контакты";
+$a->strings["Search your contacts"] = "Поиск ваших контактов";
+$a->strings["Finding: "] = "Результат поиска: ";
+$a->strings["Find"] = "Найти";
+$a->strings["Update"] = "Обновление";
+$a->strings["Delete"] = "Удалить";
+$a->strings["No profile"] = "Нет профиля";
+$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["Post successful."] = "Успешно добавлено.";
 $a->strings["Permission denied"] = "Доступ запрещен";
-$a->strings["Permission denied."] = "Нет разрешения.";
-$a->strings["toggle mobile"] = "мобильная версия";
-$a->strings["Home"] = "Главная";
-$a->strings["Your posts and conversations"] = "Ваши сообщения и беседы";
+$a->strings["Invalid profile identifier."] = "Недопустимый идентификатор профиля.";
+$a->strings["Profile Visibility Editor"] = "Редактор видимости профиля";
 $a->strings["Profile"] = "Профиль";
-$a->strings["Your profile page"] = "Страница Вашего профиля";
-$a->strings["Photos"] = "Фото";
-$a->strings["Your photos"] = "Ваши фотографии";
-$a->strings["Events"] = "Мероприятия";
-$a->strings["Your events"] = "Ваши события";
-$a->strings["Personal notes"] = "Личные заметки";
-$a->strings["Your personal photos"] = "Ваши личные фотографии";
-$a->strings["Community"] = "Сообщество";
-$a->strings["don't show"] = "не показывать";
-$a->strings["show"] = "показывать";
-$a->strings["Theme settings"] = "Настройки темы";
-$a->strings["Set font-size for posts and comments"] = "Установить шрифт-размер для постов и комментариев";
-$a->strings["Set line-height for posts and comments"] = "Установить высоту строки для постов и комментариев";
-$a->strings["Set resolution for middle column"] = "Установить разрешение для средней колонки";
-$a->strings["Contacts"] = "Контакты";
-$a->strings["Your contacts"] = "Ваши контакты";
-$a->strings["Community Pages"] = "Страницы сообщества";
-$a->strings["Community Profiles"] = "Профили сообщества";
-$a->strings["Last users"] = "Последние пользователи";
-$a->strings["Last likes"] = "Последние likes";
-$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["Last photos"] = "Последние фото";
-$a->strings["Contact Photos"] = "Фотографии контакта";
-$a->strings["Profile Photos"] = "Фотографии профиля";
-$a->strings["Find Friends"] = "Найти друзей";
-$a->strings["Local Directory"] = "Локальный каталог";
-$a->strings["Global Directory"] = "Глобальный каталог";
-$a->strings["Similar Interests"] = "Похожие интересы";
-$a->strings["Friend Suggestions"] = "Предложения друзей";
-$a->strings["Invite Friends"] = "Пригласить друзей";
+$a->strings["Click on a contact to add or remove."] = "Нажмите на контакт, чтобы добавить или удалить.";
+$a->strings["Visible To"] = "Видимый для";
+$a->strings["All Contacts (with secure profile access)"] = "Все контакты (с безопасным доступом к профилю)";
+$a->strings["Item not found."] = "Пункт не найден.";
+$a->strings["Public access denied."] = "Свободный доступ закрыт.";
+$a->strings["Access to this profile has been restricted."] = "Доступ к этому профилю ограничен.";
+$a->strings["Item has been removed."] = "Пункт был удален.";
+$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["Earth Layers"] = "Карта";
-$a->strings["Set zoomfactor for Earth Layers"] = "Установить масштаб карты";
-$a->strings["Set longitude (X) for Earth Layers"] = "Установить длину (X) карты";
-$a->strings["Set latitude (Y) for Earth Layers"] = "Установить ширину (Y) карты";
-$a->strings["Help or @NewHere ?"] = "Помощь";
-$a->strings["Connect Services"] = "Подключить службы";
-$a->strings["Show/hide boxes at right-hand column:"] = "Показать/скрыть блоки в правой колонке:";
-$a->strings["Set color scheme"] = "Установить цветовую схему";
-$a->strings["Set zoomfactor for Earth Layer"] = "Установить масштаб карты";
-$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["Set colour scheme"] = "Установить цветовую схему";
-$a->strings["default"] = "значение по умолчанию";
-$a->strings["dark"] = "";
-$a->strings["black"] = "";
-$a->strings["Background Image"] = "";
-$a->strings["The URL to a picture (e.g. from your photo album) that should be used as background image."] = "";
-$a->strings["Background Color"] = "";
-$a->strings["HEX value for the background color. Don't include the #"] = "";
-$a->strings["font size"] = "";
-$a->strings["base font size for your interface"] = "";
-$a->strings["Set resize level for images in posts and comments (width and height)"] = "Установить уровень изменения размера изображений в постах и ​​комментариях (ширина и высота)";
-$a->strings["Set theme width"] = "Установить ширину темы";
-$a->strings["Set style"] = "";
-$a->strings["Delete this item?"] = "Удалить этот элемент?";
-$a->strings["show fewer"] = "показать меньше";
-$a->strings["Update %s failed. See error logs."] = "Обновление %s не удалось. Смотрите журнал ошибок.";
-$a->strings["Update Error at %s"] = "Ошибка обновления в %s";
-$a->strings["Create a New Account"] = "Создать новый аккаунт";
-$a->strings["Register"] = "Регистрация";
-$a->strings["Logout"] = "Выход";
-$a->strings["Login"] = "Вход";
-$a->strings["Nickname or Email address: "] = "Ник или адрес электронной почты: ";
-$a->strings["Password: "] = "Пароль: ";
-$a->strings["Remember me"] = "Запомнить";
-$a->strings["Or login using OpenID: "] = "Или зайти с OpenID: ";
-$a->strings["Forgot your password?"] = "Забыли пароль?";
-$a->strings["Password Reset"] = "Сброс пароля";
-$a->strings["Website Terms of Service"] = "Правила сайта";
-$a->strings["terms of service"] = "правила";
-$a->strings["Website Privacy Policy"] = "Политика конфиденциальности сервера";
-$a->strings["privacy policy"] = "политика конфиденциальности";
-$a->strings["Requested account is not available."] = "Запрашиваемый профиль недоступен.";
-$a->strings["Requested profile is not available."] = "Запрашиваемый профиль недоступен.";
-$a->strings["Edit profile"] = "Редактировать профиль";
-$a->strings["Connect"] = "Подключить";
-$a->strings["Message"] = "Сообщение";
-$a->strings["Profiles"] = "Профили";
-$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["Location:"] = "Откуда:";
-$a->strings["Gender:"] = "Пол:";
-$a->strings["Status:"] = "Статус:";
-$a->strings["Homepage:"] = "Домашняя страничка:";
-$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["Status"] = "Статус";
-$a->strings["Status Messages and Posts"] = "Сообщение статуса и посты";
-$a->strings["Profile Details"] = "Детали профиля";
-$a->strings["Photo Albums"] = "Фотоальбомы";
-$a->strings["Videos"] = "Видео";
-$a->strings["Events and Calendar"] = "Календарь и события";
-$a->strings["Personal Notes"] = "Личные заметки";
-$a->strings["Only You Can See This"] = "Только вы можете это видеть";
-$a->strings["%1\$s is currently %2\$s"] = "";
-$a->strings["Mood"] = "Настроение";
-$a->strings["Set your current mood and tell your friends"] = "Напишите о вашем настроении и расскажите своим друзьям";
-$a->strings["Public access denied."] = "Свободный доступ закрыт.";
-$a->strings["Item not found."] = "Пункт не найден.";
-$a->strings["Access to this profile has been restricted."] = "Доступ к этому профилю ограничен.";
-$a->strings["Item has been removed."] = "Пункт был удален.";
-$a->strings["Access denied."] = "Доступ запрещен.";
-$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["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["%1\$s welcomes %2\$s"] = "%1\$s добро пожаловать %2\$s";
-$a->strings["Registration details for %s"] = "Подробности регистрации для %s";
-$a->strings["Registration successful. Please check your email for further instructions."] = "Регистрация успешна. Пожалуйста, проверьте свою электронную почту для получения дальнейших инструкций.";
-$a->strings["Failed to send email message. Here is the message that failed."] = "Невозможно отправить сообщение электронной почтой. Вот сообщение, которое не удалось.";
-$a->strings["Your registration can not be processed."] = "Ваша регистрация не может быть обработана.";
-$a->strings["Registration request at %s"] = "Запрос на регистрацию на %s";
-$a->strings["Your registration is pending approval by the site owner."] = "Ваша регистрация в ожидании одобрения владельцем сайта.";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Этот сайт превысил допустимое количество ежедневных регистраций. Пожалуйста, повторите попытку завтра.";
-$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["Yes"] = "Да";
-$a->strings["No"] = "Нет";
-$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): "] = "Ваше полное имя (например, Joe Smith): ";
-$a->strings["Your Email Address: "] = "Ваш адрес электронной почты: ";
-$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"] = "Импорт";
-$a->strings["Import your profile to this friendica instance"] = "Импорт своего профиля в этот экземпляр friendica";
+$a->strings["Go to Your Settings"] = "Перейти к вашим настройкам";
+$a->strings["On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "На вашей странице <em>Настройки</em> - вы можете изменить свой первоначальный пароль. Также обратите внимание на ваш личный адрес. Он выглядит так же, как адрес электронной почты - и будет полезен для поиска друзей в свободной социальной сети.";
+$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Просмотрите другие установки, в частности, параметры конфиденциальности. Неопубликованные пункты каталога с частными номерами телефона. В общем, вам, вероятно, следует опубликовать свою информацию - если все ваши друзья и потенциальные друзья точно знают, как вас найти.";
+$a->strings["Upload Profile Photo"] = "Загрузить фото профиля";
+$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Загрузите фотографию профиля, если вы еще не сделали это. Исследования показали, что люди с реальными фотографиями имеют в десять раз больше шансов подружиться, чем люди, которые этого не делают.";
+$a->strings["Edit Your Profile"] = "Редактировать профиль";
+$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Отредактируйте профиль <strong>по умолчанию</strong> на свой ​​вкус. Просмотрите установки для сокрытия вашего списка друзей и сокрытия профиля от неизвестных посетителей.";
+$a->strings["Profile Keywords"] = "Ключевые слова профиля";
+$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Установите некоторые публичные ключевые слова для вашего профиля по умолчанию, которые описывают ваши интересы. Мы можем быть в состоянии найти других людей со схожими интересами и предложить дружбу.";
+$a->strings["Connecting"] = "Подключение";
+$a->strings["Facebook"] = "Facebook";
+$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Авторизуйте Facebook Connector , если у вас уже есть аккаунт на Facebook, и мы (по желанию) импортируем всех ваших друзей и беседы с Facebook.";
+$a->strings["<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "<em>Если</em> это ваш личный сервер, установите дополнение Facebook, это может облегчить ваш переход на свободную социальную сеть.";
+$a->strings["Importing Emails"] = "Импортирование Email-ов";
+$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Введите информацию о доступе к вашему email на странице настроек вашего коннектора, если вы хотите импортировать, и общаться с друзьями или получать рассылки на ваш ящик электронной почты";
+$a->strings["Go to Your Contacts Page"] = "Перейти на страницу ваших контактов";
+$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add New Contact</em> dialog."] = "Ваша страница контактов - это ваш шлюз к управлению дружбой и общением с друзьями в других сетях. Обычно вы вводите свой ​​адрес или адрес сайта в диалог <em>Добавить новый контакт</em>.";
+$a->strings["Go to Your Site's Directory"] = "Перейти в каталог вашего сайта";
+$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "На странице каталога вы можете найти других людей в этой сети или на других похожих сайтах. Ищите ссылки <em>Подключить</em> или <em>Следовать</em> на страницах их профилей. Укажите свой собственный адрес идентификации, если требуется.";
+$a->strings["Finding New People"] = "Поиск людей";
+$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "На боковой панели страницы Контакты есть несколько инструментов, чтобы найти новых друзей. Мы можем  искать по соответствию интересам, посмотреть людей по имени или интересам, и внести предложения на основе сетевых отношений. На новом сайте, предложения дружбы, как правило, начинают заполняться в течение 24 часов.";
+$a->strings["Groups"] = "Группы";
+$a->strings["Group Your Contacts"] = "Группа \"ваши контакты\"";
+$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "После того, как вы найдете несколько друзей, организуйте их в группы частных бесед в боковой панели на странице Контакты, а затем вы можете взаимодействовать с каждой группой приватно или на вашей странице Сеть.";
+$a->strings["Why Aren't My Posts Public?"] = "Почему мои посты не публичные?";
+$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica уважает вашу приватность. По умолчанию, ваши сообщения будут показываться только для людей, которых вы добавили в список друзей. Для получения дополнительной информации см. раздел справки по ссылке выше.";
+$a->strings["Getting Help"] = "Получить помощь";
+$a->strings["Go to the Help Section"] = "Перейти в раздел справки";
+$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Наши страницы <strong>помощи</strong> могут проконсультировать о подробностях и возможностях программы и ресурса.";
+$a->strings["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["Image uploaded but image cropping failed."] = "Изображение загружено, но обрезка изображения не удалась.";
+$a->strings["Profile Photos"] = "Фотографии профиля";
+$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 %d"] = "Изображение превышает предельный размер %d";
+$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["photo"] = "фото";
+$a->strings["status"] = "статус";
+$a->strings["%1\$s is following %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["Save to Folder:"] = "Сохранить в папку:";
+$a->strings["- select -"] = "- выбрать -";
+$a->strings["Save"] = "Сохранить";
+$a->strings["Contact added"] = "Контакт добавлен";
+$a->strings["Unable to locate original post."] = "Не удалось найти оригинальный пост.";
+$a->strings["Empty post discarded."] = "Пустое сообщение отбрасывается.";
+$a->strings["Wall Photos"] = "Фото стены";
+$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["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["Group Editor"] = "Редактор групп";
+$a->strings["Members"] = "Участники";
+$a->strings["You must be logged in to use addons. "] = "Вы должны войти в систему, чтобы использовать аддоны.";
+$a->strings["Applications"] = "Приложения";
+$a->strings["No installed applications."] = "Нет установленных приложений.";
 $a->strings["Profile not found."] = "Профиль не найден.";
 $a->strings["Contact not found."] = "Контакт не найден.";
 $a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Это может иногда происходить, если контакт запрашивали двое людей, и он был уже одобрен.";
@@ -232,170 +229,169 @@ $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["Connection accepted at %s"] = "Подключение принято в %s";
+$a->strings["[Name Withheld]"] = "[Имя не разглашается]";
 $a->strings["%1\$s has joined %2\$s"] = "%1\$s присоединился %2\$s";
-$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["Requested profile is not available."] = "Запрашиваемый профиль недоступен.";
+$a->strings["Tips for New Members"] = "Советы для новых участников";
+$a->strings["No videos selected"] = "Видео не выбрано";
+$a->strings["Access to this item is restricted."] = "Доступ к этому пункту ограничен.";
+$a->strings["View Video"] = "Просмотреть видео";
+$a->strings["View Album"] = "Просмотреть альбом";
+$a->strings["Recent Videos"] = "Последние видео";
+$a->strings["Upload New Videos"] = "Загрузить новые видео";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s tagged %2\$s's %3\$s в %4\$s";
+$a->strings["Friend suggestion sent."] = "Приглашение в друзья отправлено.";
+$a->strings["Suggest Friends"] = "Предложить друзей";
+$a->strings["Suggest a friend for %s"] = "Предложить друга для %s.";
 $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["Number of daily wall messages for %s exceeded. Message failed."] = "Количество ежедневных сообщений на стене %s превышено. Сообщение отменено..";
+$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["{0} wants to be your friend"] = "{0} хочет стать Вашим другом";
+$a->strings["{0} sent you a message"] = "{0} отправил Вам сообщение";
+$a->strings["{0} requested registration"] = "{0} требуемая регистрация";
+$a->strings["{0} commented %s's post"] = "{0} прокомментировал сообщение от %s";
+$a->strings["{0} liked %s's post"] = "{0} нравится сообщение от %s";
+$a->strings["{0} disliked %s's post"] = "{0} не нравится сообщение от %s";
+$a->strings["{0} is now friends with %s"] = "{0} теперь друзья с %s";
+$a->strings["{0} posted"] = "{0} опубликовано";
+$a->strings["{0} tagged %s's post with #%s"] = "{0} пометил сообщение %s с #%s";
+$a->strings["{0} mentioned you in a post"] = "{0} упоменул Вас в сообщение";
+$a->strings["No contacts."] = "Нет контактов.";
+$a->strings["View Contacts"] = "Просмотр контактов";
+$a->strings["Invalid request identifier."] = "Неверный идентификатор запроса.";
+$a->strings["Discard"] = "Отказаться";
+$a->strings["System"] = "Система";
+$a->strings["Network"] = "Сеть";
+$a->strings["Personal"] = "Персонал";
+$a->strings["Home"] = "Главная";
+$a->strings["Introductions"] = "Запросы";
+$a->strings["Show Ignored Requests"] = "Показать проигнорированные запросы";
+$a->strings["Hide Ignored Requests"] = "Скрыть проигнорированные запросы";
+$a->strings["Notification type: "] = "Тип уведомления: ";
+$a->strings["Friend Suggestion"] = "Предложение в друзья";
+$a->strings["suggested by %s"] = "предложено юзером %s";
+$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["Approve as: "] = "Утвердить как: ";
+$a->strings["Friend"] = "Друг";
+$a->strings["Sharer"] = "Участник";
+$a->strings["Fan/Admirer"] = "Фанат / Поклонник";
+$a->strings["Friend/Connect Request"] = "Запрос в друзья / на подключение";
+$a->strings["New Follower"] = "Новый фолловер";
+$a->strings["No introductions."] = "Запросов нет.";
+$a->strings["Notifications"] = "Уведомления";
+$a->strings["%s liked %s's post"] = "%s нравится %s сообшение";
+$a->strings["%s disliked %s's post"] = "%s не нравится %s сообшение";
+$a->strings["%s is now friends with %s"] = "%s теперь друзья с %s";
+$a->strings["%s created a new post"] = "%s написал новое сообщение";
+$a->strings["%s commented on %s's post"] = "%s прокомментировал %s сообщение";
+$a->strings["No more network notifications."] = "Уведомлений из сети больше нет.";
+$a->strings["Network Notifications"] = "Уведомления сети";
+$a->strings["No more system notifications."] = "Системных уведомлений больше нет.";
+$a->strings["System Notifications"] = "Уведомления системы";
+$a->strings["No more personal notifications."] = "Персональных уведомлений больше нет.";
+$a->strings["Personal Notifications"] = "Личные уведомления";
+$a->strings["No more home notifications."] = "Уведомлений больше нет.";
+$a->strings["Home Notifications"] = "Уведомления";
+$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["Nothing new here"] = "Ничего нового здесь";
+$a->strings["Clear notifications"] = "Стереть уведомления";
+$a->strings["New Message"] = "Новое сообщение";
 $a->strings["No recipient selected."] = "Не выбран получатель.";
-$a->strings["Unable to check your home location."] = "Невозможно проверить местоположение.";
+$a->strings["Unable to locate contact information."] = "Не удалось найти контактную информацию.";
 $a->strings["Message could not be sent."] = "Сообщение не может быть отправлено.";
 $a->strings["Message collection failure."] = "Неудача коллекции сообщения.";
 $a->strings["Message sent."] = "Сообщение отправлено.";
-$a->strings["No recipient."] = "Без адресата.";
+$a->strings["Messages"] = "Сообщения";
+$a->strings["Do you really want to delete this message?"] = "Вы действительно хотите удалить это сообщение?";
+$a->strings["Message deleted."] = "Сообщение удалено.";
+$a->strings["Conversation removed."] = "Беседа удалена.";
 $a->strings["Please enter a link URL:"] = "Пожалуйста, введите URL ссылки:";
 $a->strings["Send Private Message"] = "Отправить личное сообщение";
-$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Если Вы хотите ответить %s, пожалуйста, проверьте, позволяют ли настройки конфиденциальности на Вашем сайте принимать персональную почту от неизвестных отправителей.";
 $a->strings["To:"] = "Кому:";
 $a->strings["Subject:"] = "Тема:";
 $a->strings["Your message:"] = "Ваше сообщение:";
 $a->strings["Upload photo"] = "Загрузить фото";
 $a->strings["Insert web link"] = "Вставить веб-ссылку";
-$a->strings["Welcome to Friendica"] = "Добро пожаловать в Friendica";
-$a->strings["New Member Checklist"] = "Новый контрольный список участников";
-$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Мы хотели бы предложить некоторые советы и ссылки, помогающие сделать вашу работу приятнее. Нажмите на любой элемент, чтобы посетить соответствующую страницу. Ссылка на эту страницу будет видна на  вашей домашней странице в течение двух недель после первоначальной регистрации, а затем она исчезнет.";
-$a->strings["Getting Started"] = "Начало работы";
-$a->strings["Friendica Walk-Through"] = "Friendica тур";
-$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "На вашей странице <em>Быстрый старт</em> - можно найти краткое введение в ваш профиль и сетевые закладки, создать новые связи, и найти группы, чтобы присоединиться к ним.";
-$a->strings["Go to Your Settings"] = "Перейти к вашим настройкам";
-$a->strings["On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "На вашей странице <em>Настройки</em> - вы можете изменить свой первоначальный пароль. Также обратите внимание на ваш личный адрес. Он выглядит так же, как адрес электронной почты - и будет полезен для поиска друзей в свободной социальной сети.";
-$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Просмотрите другие установки, в частности, параметры конфиденциальности. Неопубликованные пункты каталога с частными номерами телефона. В общем, вам, вероятно, следует опубликовать свою информацию - если все ваши друзья и потенциальные друзья точно знают, как вас найти.";
-$a->strings["Upload Profile Photo"] = "Загрузить фото профиля";
-$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Загрузите фотографию профиля, если вы еще не сделали это. Исследования показали, что люди с реальными фотографиями имеют в десять раз больше шансов подружиться, чем люди, которые этого не делают.";
-$a->strings["Edit Your Profile"] = "Редактировать профиль";
-$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Отредактируйте профиль <strong>по умолчанию</strong> на свой ​​вкус. Просмотрите установки для сокрытия вашего списка друзей и сокрытия профиля от неизвестных посетителей.";
-$a->strings["Profile Keywords"] = "Ключевые слова профиля";
-$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Установите некоторые публичные ключевые слова для вашего профиля по умолчанию, которые описывают ваши интересы. Мы можем быть в состоянии найти других людей со схожими интересами и предложить дружбу.";
-$a->strings["Connecting"] = "Подключение";
-$a->strings["Facebook"] = "Facebook";
-$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Авторизуйте Facebook Connector , если у вас уже есть аккаунт на Facebook, и мы (по желанию) импортируем всех ваших друзей и беседы с Facebook.";
-$a->strings["<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "<em>Если</em> это ваш личный сервер, установите дополнение Facebook, это может облегчить ваш переход на свободную социальную сеть.";
-$a->strings["Importing Emails"] = "Импортирование Email-ов";
-$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Введите информацию о доступе к вашему email на странице настроек вашего коннектора, если вы хотите импортировать, и общаться с друзьями или получать рассылки на ваш ящик электронной почты";
-$a->strings["Go to Your Contacts Page"] = "Перейти на страницу ваших контактов";
-$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add New Contact</em> dialog."] = "Ваша страница контактов - это ваш шлюз к управлению дружбой и общением с друзьями в других сетях. Обычно вы вводите свой ​​адрес или адрес сайта в диалог <em>Добавить новый контакт</em>.";
-$a->strings["Go to Your Site's Directory"] = "Перейти в каталог вашего сайта";
-$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "На странице каталога вы можете найти других людей в этой сети или на других похожих сайтах. Ищите ссылки <em>Подключить</em> или <em>Следовать</em> на страницах их профилей. Укажите свой собственный адрес идентификации, если требуется.";
-$a->strings["Finding New People"] = "Поиск людей";
-$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "На боковой панели страницы Контакты есть несколько инструментов, чтобы найти новых друзей. Мы можем  искать по соответствию интересам, посмотреть людей по имени или интересам, и внести предложения на основе сетевых отношений. На новом сайте, предложения дружбы, как правило, начинают заполняться в течение 24 часов.";
-$a->strings["Groups"] = "Группы";
-$a->strings["Group Your Contacts"] = "Группа \"ваши контакты\"";
-$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "После того, как вы найдете несколько друзей, организуйте их в группы частных бесед в боковой панели на странице Контакты, а затем вы можете взаимодействовать с каждой группой приватно или на вашей странице Сеть.";
-$a->strings["Why Aren't My Posts Public?"] = "Почему мои посты не публичные?";
-$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica уважает вашу приватность. По умолчанию, ваши сообщения будут показываться только для людей, которых вы добавили в список друзей. Для получения дополнительной информации см. раздел справки по ссылке выше.";
-$a->strings["Getting Help"] = "Получить помощь";
-$a->strings["Go to the Help Section"] = "Перейти в раздел справки";
-$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Наши страницы <strong>помощи</strong> могут проконсультировать о подробностях и возможностях программы и ресурса.";
-$a->strings["Do you really want to delete this suggestion?"] = "Вы действительно хотите удалить это предложение?";
-$a->strings["Cancel"] = "Отмена";
-$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Нет предложений. Если это новый сайт, пожалуйста, попробуйте снова через 24 часа.";
-$a->strings["Ignore/Hide"] = "Проигнорировать/Скрыть";
-$a->strings["Search Results For:"] = "Результаты поиска для:";
-$a->strings["Remove term"] = "Удалить элемент";
-$a->strings["Saved Searches"] = "запомненные поиски";
-$a->strings["add"] = "добавить";
-$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["Warning: This group contains %s member from an insecure network."] = array(
-       0 => "Внимание: Эта группа содержит %s участника с незащищенной сети.",
-       1 => "Внимание: Эта группа содержит %s участников с незащищенной сети.",
-       2 => "Внимание: Эта группа содержит %s участников с незащищенной сети.",
+$a->strings["Please wait"] = "Пожалуйста, подождите";
+$a->strings["No messages."] = "Нет сообщений.";
+$a->strings["Unknown sender - %s"] = "Неизвестный отправитель - %s";
+$a->strings["You and %s"] = "Вы и %s";
+$a->strings["%s and You"] = "%s и Вы";
+$a->strings["Delete conversation"] = "Удалить историю общения";
+$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 сообщений",
 );
-$a->strings["Private messages to this group are at risk of public disclosure."] = "Личные сообщения к этой группе находятся под угрозой обнародования.";
-$a->strings["No such group"] = "Нет такой группы";
-$a->strings["Group is empty"] = "Группа пуста";
-$a->strings["Group: "] = "Группа: ";
-$a->strings["Contact: "] = "Контакт: ";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "Личные сообщения этому человеку находятся под угрозой обнародования.";
-$a->strings["Invalid contact."] = "Недопустимый контакт.";
-$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["System check"] = "Проверить систему";
-$a->strings["Next"] = "Далее";
-$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["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='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"] = "Если на вашем сервере не установлена версия командной строки PHP, вы не будете иметь возможность запускать фоновые опросы через крон. См. <a href='http://friendica.com/node/27'> 'Активация запланированных задачах' </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["Found PHP version: "] = "Найденная PHP версия: ";
-$a->strings["PHP cli binary"] = "PHP cli binary";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Не включено \"register_argc_argv\" в установках PHP.";
-$a->strings["This is required for message delivery to work."] = "Это необходимо для работы доставки сообщений.";
-$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
-$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Ошибка: функция \"openssl_pkey_new\" в этой системе не в состоянии генерировать ключи шифрования";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Если вы работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\".";
-$a->strings["Generate encryption keys"] = "Генерация шифрованых ключей";
-$a->strings["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["mb_string PHP module"] = "mb_string PHP модуль";
-$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: mb_string PHP module required but not installed."] = "Ошибка: необходим PHP модуль mb_string, но он не установлен.";
-$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.";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "В качестве альтернативы вы можете пропустить эту процедуру и выполнить установку вручную. Пожалуйста, обратитесь к файлу \"INSTALL.txt\" для получения инструкций.";
-$a->strings[".htconfig.php is writable"] = ".htconfig.php is writable";
-$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica использует механизм шаблонов Smarty3 для генерации веб-страниц. Smarty3 компилирует шаблоны в PHP для увеличения скорости загрузки.";
-$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "Для того чтобы хранить эти скомпилированные шаблоны, веб-сервер должен иметь доступ на запись для папки view/smarty3 в директории, где установлена Friendica.";
-$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Пожалуйста, убедитесь, что пользователь, под которым работает ваш веб-сервер (например www-data), имеет доступ на запись в этой папке.";
-$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Примечание: в качестве меры безопасности, вы должны дать вебсерверу доступ на запись только в view/smarty3 - но не на сами файлы шаблонов (.tpl)., Которые содержатся в этой папке.";
-$a->strings["view/smarty3 is writable"] = "view/smarty3 доступен для записи";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Url rewrite в .htaccess не работает. Проверьте конфигурацию вашего сервера..";
-$a->strings["Url rewrite is working"] = "Url rewrite работает";
-$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["Message not available."] = "Сообщение не доступно.";
+$a->strings["Delete message"] = "Удалить сообщение";
+$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["[Embedded content - reload page to view]"] = "[Встроенное содержание - перезагрузите страницу для просмотра]";
+$a->strings["Contact settings applied."] = "Установки контакта приняты.";
+$a->strings["Contact update failed."] = "Обновление контакта неудачное.";
+$a->strings["Repair Contact Settings"] = "Восстановить установки контакта";
+$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["Return to contact editor"] = "Возврат к редактору контакта";
+$a->strings["No mirroring"] = "";
+$a->strings["Mirror as forwarded posting"] = "";
+$a->strings["Mirror as my own posting"] = "";
+$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["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["Login"] = "Вход";
+$a->strings["The post was created"] = "";
+$a->strings["Access denied."] = "Доступ запрещен.";
+$a->strings["People Search"] = "Поиск людей";
+$a->strings["No matches"] = "Нет соответствий";
+$a->strings["Photos"] = "Фото";
+$a->strings["Files"] = "Файлы";
+$a->strings["Contacts who are not members of a group"] = "Контакты, которые не являются членами группы";
 $a->strings["Theme settings updated."] = "Настройки темы обновлены.";
 $a->strings["Site"] = "Сайт";
 $a->strings["Users"] = "Пользователи";
@@ -403,8 +399,11 @@ $a->strings["Plugins"] = "Плагины";
 $a->strings["Themes"] = "Темы";
 $a->strings["DB updates"] = "Обновление БД";
 $a->strings["Logs"] = "Журналы";
+$a->strings["probe address"] = "";
+$a->strings["check webfinger"] = "";
 $a->strings["Admin"] = "Администратор";
 $a->strings["Plugin Features"] = "Возможности плагина";
+$a->strings["diagnostics"] = "";
 $a->strings["User registrations waiting for confirmation"] = "Регистрации пользователей, ожидающие подтверждения";
 $a->strings["Normal Account"] = "Обычный аккаунт";
 $a->strings["Soapbox Account"] = "Аккаунт Витрина";
@@ -422,7 +421,9 @@ $a->strings["Active plugins"] = "Активные плагины";
 $a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "Невозможно определить базовый URL. Он должен иметь следующий вид - <scheme>://<domain>";
 $a->strings["Site settings updated."] = "Установки сайта обновлены.";
 $a->strings["No special theme for mobile devices"] = "Нет специальной темы для мобильных устройств";
-$a->strings["Never"] = "Никогда";
+$a->strings["No community page"] = "";
+$a->strings["Public postings from users of this site"] = "";
+$a->strings["Global community page"] = "";
 $a->strings["At post arrival"] = "";
 $a->strings["Frequently"] = "Часто";
 $a->strings["Hourly"] = "Раз в час";
@@ -436,13 +437,18 @@ $a->strings["No SSL policy, links will track page SSL state"] = "Нет режи
 $a->strings["Force all links to use SSL"] = "Заставить все ссылки использовать SSL";
 $a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Само-подписанный сертификат, использовать SSL только локально (не рекомендуется)";
 $a->strings["Save Settings"] = "Сохранить настройки";
+$a->strings["Registration"] = "Регистрация";
 $a->strings["File upload"] = "Загрузка файлов";
 $a->strings["Policies"] = "Политики";
 $a->strings["Advanced"] = "Расширенный";
 $a->strings["Performance"] = "Производительность";
 $a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Переместить - ПРЕДУПРЕЖДЕНИЕ: расширеная функция. Может сделать этот сервер недоступным.";
 $a->strings["Site name"] = "Название сайта";
+$a->strings["Host name"] = "";
+$a->strings["Sender Email"] = "";
 $a->strings["Banner/Logo"] = "Баннер/Логотип";
+$a->strings["Shortcut icon"] = "";
+$a->strings["Touch icon"] = "";
 $a->strings["Additional Info"] = "Дополнительная информация";
 $a->strings["For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo."] = "Для публичных серверов: вы можете добавить дополнительную информацию, которая будет перечислена в dir.friendica.com/siteinfo.";
 $a->strings["System language"] = "Системный язык";
@@ -452,6 +458,8 @@ $a->strings["Mobile system theme"] = "Мобильная тема системы
 $a->strings["Theme for mobile devices"] = "Тема для мобильных устройств";
 $a->strings["SSL link policy"] = "Политика SSL";
 $a->strings["Determines whether generated links should be forced to use SSL"] = "Ссылки должны быть вынуждены использовать SSL";
+$a->strings["Force 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"] = "Скрыть пункт \"помощь\" в меню навигации";
@@ -501,8 +509,10 @@ $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["Show Community Page"] = "Показать страницу сообщества";
-$a->strings["Display a Community page showing all recent public postings on this site."] = "Показывать страницу сообщества с указанием всех последних публичных сообщений на этом сайте.";
+$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["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"] = "";
@@ -527,6 +537,8 @@ $a->strings["Use MySQL full text engine"] = "Использовать систе
 $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["Suppress Tags"] = "";
+$a->strings["Suppress showing a list of hashtags at the end of the posting."] = "";
 $a->strings["Path to item cache"] = "Путь к элементам кэша";
 $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."] = "";
@@ -535,20 +547,29 @@ $a->strings["How much comments should be shown for each post? Default value is 1
 $a->strings["Path for lock file"] = "Путь к файлу блокировки";
 $a->strings["Temp path"] = "Временная папка";
 $a->strings["Base path to installation"] = "Путь для установки";
+$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["New base url"] = "Новый базовый url";
-$a->strings["Enable noscrape"] = "";
-$a->strings["The noscrape feature speeds up directory submissions by using JSON data instead of HTML scraping."] = "";
 $a->strings["Update has been marked successful"] = "Обновление было успешно отмечено";
-$a->strings["Executing %s failed. Check system logs."] = "Не удалось выполнить %s. Проверьте логи системы.";
+$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["Update %s was successfully applied."] = "Обновление %s успешно применено.";
 $a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Процесс обновления %s не вернул статус. Не известно, выполнено, или нет.";
-$a->strings["Update function %s could not be found."] = "Функция обновления %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["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["Registration successful. Email send to user"] = "Регистрация завершена. Email отправлен пользователю.";
+$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["Registration details for %s"] = "Подробности регистрации для %s";
 $a->strings["%s user blocked/unblocked"] = array(
        0 => "%s пользователь заблокирован/разблокирован",
        1 => "%s пользователей заблокировано/разблокировано",
@@ -567,13 +588,9 @@ $a->strings["select all"] = "выбрать все";
 $a->strings["User registrations waiting for confirm"] = "Регистрации пользователей, ожидающие подтверждения";
 $a->strings["User waiting for permanent deletion"] = "Пользователь ожидает окончательного удаления";
 $a->strings["Request date"] = "Запрос даты";
-$a->strings["Name"] = "Имя";
 $a->strings["Email"] = "Эл. почта";
 $a->strings["No registrations."] = "Нет регистраций.";
-$a->strings["Approve"] = "Одобрить";
 $a->strings["Deny"] = "Отклонить";
-$a->strings["Block"] = "Заблокировать";
-$a->strings["Unblock"] = "Разблокировать";
 $a->strings["Site admin"] = "Админ сайта";
 $a->strings["Account expired"] = "Аккаунт просрочен";
 $a->strings["New User"] = "Новый пользователь";
@@ -605,208 +622,189 @@ $a->strings["Enable Debugging"] = "Включить отладку";
 $a->strings["Log file"] = "Лог-файл";
 $a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Должно быть доступно для записи в веб-сервере. Относительно вашего Friendica каталога верхнего уровня.";
 $a->strings["Log level"] = "Уровень лога";
-$a->strings["Update now"] = "Обновить сейчас";
 $a->strings["Close"] = "Закрыть";
 $a->strings["FTP Host"] = "FTP хост";
 $a->strings["FTP Path"] = "Путь FTP";
 $a->strings["FTP User"] = "FTP пользователь";
 $a->strings["FTP Password"] = "FTP пароль";
-$a->strings["Search"] = "Поиск";
-$a->strings["No results."] = "Нет результатов.";
-$a->strings["Tips for New Members"] = "Советы для новых участников";
-$a->strings["link"] = "ссылка";
-$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["Item not found"] = "Элемент не найден";
-$a->strings["Edit post"] = "Редактировать сообщение";
-$a->strings["upload photo"] = "загрузить фото";
-$a->strings["Attach file"] = "Приложить файл";
-$a->strings["attach file"] = "приложить файл";
-$a->strings["web link"] = "веб-ссылка";
-$a->strings["Insert video link"] = "Вставить ссылку видео";
-$a->strings["video link"] = "видео-ссылка";
-$a->strings["Insert audio link"] = "Вставить ссылку аудио";
-$a->strings["audio link"] = "аудио-ссылка";
-$a->strings["Set your location"] = "Задать ваше местоположение";
-$a->strings["set location"] = "установить местонахождение";
-$a->strings["Clear browser location"] = "Очистить местонахождение браузера";
-$a->strings["clear location"] = "убрать местонахождение";
-$a->strings["Permission settings"] = "Настройки разрешений";
-$a->strings["CC: email addresses"] = "Копии на email адреса";
-$a->strings["Public post"] = "Публичное сообщение";
-$a->strings["Set title"] = "Установить заголовок";
-$a->strings["Categories (comma-separated list)"] = "Категории (список через запятую)";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Пример: bob@example.com, mary@example.com";
-$a->strings["Item not available."] = "Пункт не доступен.";
-$a->strings["Item was not found."] = "Пункт не был найден.";
-$a->strings["Account approved."] = "Аккаунт утвержден.";
-$a->strings["Registration revoked for %s"] = "Регистрация отменена для %s";
-$a->strings["Please login."] = "Пожалуйста, войдите с паролем.";
-$a->strings["Find on this site"] = "Найти на этом сайте";
-$a->strings["Finding: "] = "Результат поиска: ";
-$a->strings["Site Directory"] = "Каталог сайта";
-$a->strings["Find"] = "Найти";
-$a->strings["Age: "] = "Возраст: ";
-$a->strings["Gender: "] = "Пол: ";
-$a->strings["About:"] = "О себе:";
-$a->strings["No entries (some entries may be hidden)."] = "Нет записей (некоторые записи могут быть скрыты).";
-$a->strings["Contact settings applied."] = "Установки контакта приняты.";
-$a->strings["Contact update failed."] = "Обновление контакта неудачное.";
-$a->strings["Repair Contact Settings"] = "Восстановить установки контакта";
-$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["Return to contact editor"] = "Возврат к редактору контакта";
-$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["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["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 (statusnet/identi.ca) or from Diaspora"] = "Это экспериментальная функция. Мы не можем импортировать контакты из сети OStatus (StatusNet / identi.ca) или из Diaspora";
-$a->strings["Account file"] = "Файл аккаунта";
-$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Для экспорта аккаунта, перейдите в \"Настройки->Экспортировать ваши данные\" и выберите \"Экспорт аккаунта\"";
-$a->strings["Remote privacy information not available."] = "Личная информация удаленно недоступна.";
-$a->strings["Visible to:"] = "Кто может видеть:";
-$a->strings["Save"] = "Сохранить";
-$a->strings["Help:"] = "Помощь:";
-$a->strings["Help"] = "Помощь";
-$a->strings["No profile"] = "Нет профиля";
-$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(
-       0 => "%d требуемый параметр не был найден в заданном месте",
-       1 => "%d требуемых параметров не были найдены в заданном месте",
-       2 => "%d требуемых параметров не были найдены в заданном месте",
+$a->strings["Search Results For:"] = "Результаты поиска для:";
+$a->strings["Remove term"] = "Удалить элемент";
+$a->strings["Saved Searches"] = "запомненные поиски";
+$a->strings["add"] = "добавить";
+$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["Warning: This group contains %s member from an insecure network."] = array(
+       0 => "Внимание: Эта группа содержит %s участника с незащищенной сети.",
+       1 => "Внимание: Эта группа содержит %s участников с незащищенной сети.",
+       2 => "Внимание: Эта группа содержит %s участников с незащищенной сети.",
 );
-$a->strings["Introduction complete."] = "Запрос создан.";
-$a->strings["Unrecoverable protocol error."] = "Неисправимая ошибка протокола.";
-$a->strings["Profile unavailable."] = "Профиль недоступен.";
-$a->strings["%s has received too many connection requests today."] = "К %s пришло сегодня слишком много запросов на подключение.";
-$a->strings["Spam protection measures have been invoked."] = "Были применены меры защиты от спама.";
-$a->strings["Friends are advised to please try again in 24 hours."] = "Друзья советуют попробовать еще раз в ближайшие 24 часа.";
-$a->strings["Invalid locator"] = "Недопустимый локатор";
-$a->strings["Invalid email address."] = "Неверный адрес электронной почты.";
-$a->strings["This account has not been configured for email. Request failed."] = "Этот аккаунт не настроен для электронной почты. Запрос не удался.";
-$a->strings["Unable to resolve your name at the provided location."] = "Не удается установить ваше имя на предложенном местоположении.";
-$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["Failed to update contact record."] = "Не удалось обновить запись контакта.";
-$a->strings["Your introduction has been sent."] = "Ваш запрос отправлен.";
-$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["Hide this contact"] = "Скрыть этот контакт";
-$a->strings["Welcome home %s."] = "Добро пожаловать домой, %s!";
-$a->strings["Please confirm your introduction/connection request to %s."] = "Пожалуйста, подтвердите краткую информацию / запрос на подключение к %s.";
-$a->strings["Confirm"] = "Подтвердить";
-$a->strings["[Name Withheld]"] = "[Имя не разглашается]";
-$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Пожалуйста, введите ваш 'идентификационный адрес' одной из следующих поддерживаемых социальных сетей:";
-$a->strings["<strike>Connect as an email follower</strike> (Coming soon)"] = "<strike>Соединитесь как email последователь</strike> (скоро)";
-$a->strings["If you are not yet a member of the free social web, <a href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "Если вы еще не являетесь членом свободной социальной сети, перейдите по <a href=\"http://dir.friendica.com/siteinfo\"> этой ссылке, чтобы найти публичный сервер Friendica и присоединиться к нам сейчас </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["Friendica"] = "Friendica";
-$a->strings["StatusNet/Federated Social Web"] = "StatusNet / Federated Social Web";
-$a->strings["Diaspora"] = "Diaspora";
-$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["[Embedded content - reload page to view]"] = "[Встроенное содержание - перезагрузите страницу для просмотра]";
+$a->strings["Private messages to this group are at risk of public disclosure."] = "Личные сообщения к этой группе находятся под угрозой обнародования.";
+$a->strings["No such group"] = "Нет такой группы";
+$a->strings["Group is empty"] = "Группа пуста";
+$a->strings["Group: "] = "Группа: ";
+$a->strings["Contact: "] = "Контакт: ";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "Личные сообщения этому человеку находятся под угрозой обнародования.";
+$a->strings["Invalid contact."] = "Недопустимый контакт.";
+$a->strings["Friends of %s"] = "%s Друзья";
+$a->strings["No friends to display."] = "Нет друзей.";
+$a->strings["Event title and start time are required."] = "Название мероприятия и время начала обязательны для заполнения.";
+$a->strings["l, F j"] = "l, j F";
+$a->strings["Edit event"] = "Редактировать мероприятие";
+$a->strings["link to source"] = "ссылка на источник";
+$a->strings["Events"] = "Мероприятия";
+$a->strings["Create New Event"] = "Создать новое мероприятие";
+$a->strings["Previous"] = "Назад";
+$a->strings["Next"] = "Далее";
+$a->strings["hour:minute"] = "час:минута";
+$a->strings["Event details"] = "Сведения о мероприятии";
+$a->strings["Format is %s %s. Starting date and Title are required."] = "Формат %s %s. Необхлдима дата старта и заголовок.";
+$a->strings["Event Starts:"] = "Начало мероприятия:";
+$a->strings["Required"] = "Требуется";
+$a->strings["Finish date/time is not known or not relevant"] = "Дата/время окончания не известны, или не указаны";
+$a->strings["Event Finishes:"] = "Окончание мероприятия:";
+$a->strings["Adjust for viewer timezone"] = "Настройка часового пояса";
+$a->strings["Description:"] = "Описание:";
+$a->strings["Location:"] = "Откуда:";
+$a->strings["Title:"] = "Титул:";
+$a->strings["Share this event"] = "Поделитесь этим мероприятием";
+$a->strings["Select"] = "Выберите";
+$a->strings["View %s's profile @ %s"] = "Просмотреть профиль %s [@ %s]";
+$a->strings["%s from %s"] = "%s с %s";
 $a->strings["View in context"] = "Смотреть в контексте";
-$a->strings["%d contact edited."] = array(
-       0 => "%d ÐºÐ¾Ð½Ñ\82акÑ\82 Ð¸Ð·Ð¼ÐµÐ½Ñ\91н.",
-       1 => "%d ÐºÐ¾Ð½Ñ\82акÑ\82Ñ\8b Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ñ\8b",
-       2 => "%d ÐºÐ¾Ð½Ñ\82акÑ\82Ñ\8b Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ñ\8b",
+$a->strings["%d comment"] = array(
+       0 => "%d ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ\82аÑ\80ий",
+       1 => "%d ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ\82аÑ\80иев",
+       2 => "%d ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ\82аÑ\80иев",
 );
-$a->strings["Could not access contact record."] = "Не удалось получить доступ к записи контакта.";
-$a->strings["Could not locate selected profile."] = "Не удалось найти выбранный профиль.";
-$a->strings["Contact updated."] = "Контакт обновлен.";
-$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["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["%d contact in common"] = array(
-       0 => "%d Контакт",
-       1 => "%d Контактов",
-       2 => "%d Контактов",
+$a->strings["comment"] = array(
+       0 => "",
+       1 => "",
+       2 => "комментарий",
 );
-$a->strings["View all contacts"] = "Показать все контакты";
-$a->strings["Toggle Blocked status"] = "Изменить статус блокированности (заблокировать/разблокировать)";
-$a->strings["Unignore"] = "Не игнорировать";
-$a->strings["Ignore"] = "Игнорировать";
-$a->strings["Toggle Ignored status"] = "Изменить статус игнорирования";
-$a->strings["Unarchive"] = "Разархивировать";
-$a->strings["Archive"] = "Архивировать";
-$a->strings["Toggle Archive status"] = "Сменить статус архивации (архивирова/не архивировать)";
-$a->strings["Repair"] = "Восстановить";
-$a->strings["Advanced Contact Settings"] = "Дополнительные Настройки Контакта";
-$a->strings["Communications lost with this contact!"] = "Связь с контактом утеряна!";
-$a->strings["Contact Editor"] = "Редактор контакта";
-$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["Visit %s's profile [%s]"] = "Посетить профиль %s [%s]";
-$a->strings["Block/Unblock contact"] = "Блокировать / Разблокировать контакт";
-$a->strings["Ignore contact"] = "Игнорировать контакт";
-$a->strings["Repair URL settings"] = "Восстановить настройки URL";
-$a->strings["View conversations"] = "Просмотр бесед";
-$a->strings["Delete contact"] = "Удалить контакт";
-$a->strings["Last update:"] = "Последнее обновление: ";
-$a->strings["Update public posts"] = "Обновить публичные сообщения";
-$a->strings["Currently blocked"] = "В настоящее время заблокирован";
-$a->strings["Currently ignored"] = "В настоящее время игнорируется";
-$a->strings["Currently archived"] = "В данный момент архивирован";
-$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["Fetch further information for feeds"] = "";
-$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["Mutual Friendship"] = "Взаимная дружба";
-$a->strings["is a fan of yours"] = "является вашим поклонником";
-$a->strings["you are a fan of"] = "Вы - поклонник";
-$a->strings["Edit contact"] = "Редактировать контакт";
-$a->strings["Search your contacts"] = "Поиск ваших контактов";
-$a->strings["Update"] = "Обновление";
+$a->strings["show more"] = "показать больше";
+$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["Preview"] = "предварительный просмотр";
+$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["save to folder"] = "сохранить в папке";
+$a->strings["to"] = "к";
+$a->strings["Wall-to-Wall"] = "Стена-на-Стену";
+$a->strings["via Wall-To-Wall:"] = "через Стена-на-Стену:";
+$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["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["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["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='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"] = "Если на вашем сервере не установлена версия командной строки PHP, вы не будете иметь возможность запускать фоновые опросы через крон. См. <a href='http://friendica.com/node/27'> 'Активация запланированных задачах' </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["Found PHP version: "] = "Найденная PHP версия: ";
+$a->strings["PHP cli binary"] = "PHP cli binary";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Не включено \"register_argc_argv\" в установках PHP.";
+$a->strings["This is required for message delivery to work."] = "Это необходимо для работы доставки сообщений.";
+$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
+$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Ошибка: функция \"openssl_pkey_new\" в этой системе не в состоянии генерировать ключи шифрования";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Если вы работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\".";
+$a->strings["Generate encryption keys"] = "Генерация шифрованых ключей";
+$a->strings["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["mb_string PHP module"] = "mb_string PHP модуль";
+$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: mb_string PHP module required but not installed."] = "Ошибка: необходим PHP модуль mb_string, но он не установлен.";
+$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.";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "В качестве альтернативы вы можете пропустить эту процедуру и выполнить установку вручную. Пожалуйста, обратитесь к файлу \"INSTALL.txt\" для получения инструкций.";
+$a->strings[".htconfig.php is writable"] = ".htconfig.php is writable";
+$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica использует механизм шаблонов Smarty3 для генерации веб-страниц. Smarty3 компилирует шаблоны в PHP для увеличения скорости загрузки.";
+$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "Для того чтобы хранить эти скомпилированные шаблоны, веб-сервер должен иметь доступ на запись для папки view/smarty3 в директории, где установлена Friendica.";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Пожалуйста, убедитесь, что пользователь, под которым работает ваш веб-сервер (например www-data), имеет доступ на запись в этой папке.";
+$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Примечание: в качестве меры безопасности, вы должны дать вебсерверу доступ на запись только в view/smarty3 - но не на сами файлы шаблонов (.tpl)., Которые содержатся в этой папке.";
+$a->strings["view/smarty3 is writable"] = "view/smarty3 доступен для записи";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Url rewrite в .htaccess не работает. Проверьте конфигурацию вашего сервера..";
+$a->strings["Url rewrite is working"] = "Url rewrite работает";
+$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["Number of daily wall messages for %s exceeded. Message failed."] = "Количество ежедневных сообщений на стене %s превышено. Сообщение отменено..";
+$a->strings["Unable to check your home location."] = "Невозможно проверить местоположение.";
+$a->strings["No recipient."] = "Без адресата.";
+$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Если Вы хотите ответить %s, пожалуйста, проверьте, позволяют ли настройки конфиденциальности на Вашем сайте принимать персональную почту от неизвестных отправителей.";
+$a->strings["Help:"] = "Помощь:";
+$a->strings["Help"] = "Помощь";
+$a->strings["Not Found"] = "Не найдено";
+$a->strings["Page not found."] = "Страница не найдена.";
+$a->strings["%1\$s welcomes %2\$s"] = "%1\$s добро пожаловать %2\$s";
+$a->strings["Welcome to %s"] = "Добро пожаловать на %s!";
+$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 %d"] = "Файл превышает предельный размер %d";
+$a->strings["File upload failed."] = "Загрузка файла не удалась.";
+$a->strings["Profile Match"] = "Похожие профили";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "Нет соответствующих ключевых слов. Пожалуйста, добавьте ключевые слова для вашего профиля по умолчанию.";
+$a->strings["is interested in:"] = "интересуется:";
+$a->strings["Connect"] = "Подключить";
+$a->strings["link"] = "ссылка";
+$a->strings["Not available."] = "Недоступно.";
+$a->strings["Community"] = "Сообщество";
+$a->strings["No results."] = "Нет результатов.";
 $a->strings["everybody"] = "каждый";
 $a->strings["Additional features"] = "Дополнительные возможности";
 $a->strings["Display"] = "";
@@ -849,6 +847,7 @@ $a->strings["Off"] = "";
 $a->strings["On"] = "";
 $a->strings["Additional Features"] = "Дополнительные возможности";
 $a->strings["Built-in support for %s connectivity is %s"] = "Встроенная  поддержка для %s подключение %s";
+$a->strings["Diaspora"] = "Diaspora";
 $a->strings["enabled"] = "подключено";
 $a->strings["disabled"] = "отключено";
 $a->strings["StatusNet"] = "StatusNet";
@@ -895,15 +894,16 @@ $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["No"] = "Нет";
 $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["Hide your profile details from unknown viewers?"] = "Скрыть данные профиля из неизвестных зрителей?";
+$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["or"] = "или";
 $a->strings["Your Identity Address is"] = "Ваш идентификационный адрес";
 $a->strings["Automatically expire posts after this many days:"] = "Автоматическое истекание срока действия сообщения после стольких дней:";
 $a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Если пусто, срок действия сообщений не будет ограничен. Сообщения с истекшим сроком действия будут удалены";
@@ -953,11 +953,106 @@ $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["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["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(
+       0 => "%d требуемый параметр не был найден в заданном месте",
+       1 => "%d требуемых параметров не были найдены в заданном месте",
+       2 => "%d требуемых параметров не были найдены в заданном месте",
+);
+$a->strings["Introduction complete."] = "Запрос создан.";
+$a->strings["Unrecoverable protocol error."] = "Неисправимая ошибка протокола.";
+$a->strings["Profile unavailable."] = "Профиль недоступен.";
+$a->strings["%s has received too many connection requests today."] = "К %s пришло сегодня слишком много запросов на подключение.";
+$a->strings["Spam protection measures have been invoked."] = "Были применены меры защиты от спама.";
+$a->strings["Friends are advised to please try again in 24 hours."] = "Друзья советуют попробовать еще раз в ближайшие 24 часа.";
+$a->strings["Invalid locator"] = "Недопустимый локатор";
+$a->strings["Invalid email address."] = "Неверный адрес электронной почты.";
+$a->strings["This account has not been configured for email. Request failed."] = "Этот аккаунт не настроен для электронной почты. Запрос не удался.";
+$a->strings["Unable to resolve your name at the provided location."] = "Не удается установить ваше имя на предложенном местоположении.";
+$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["Please login to confirm introduction."] = "Для подтверждения запроса войдите пожалуйста с паролем.";
+$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Неверно идентифицирован вход. Пожалуйста, войдите в <strong>этот</strong> профиль.";
+$a->strings["Hide this contact"] = "Скрыть этот контакт";
+$a->strings["Welcome home %s."] = "Добро пожаловать домой, %s!";
+$a->strings["Please confirm your introduction/connection request to %s."] = "Пожалуйста, подтвердите краткую информацию / запрос на подключение к %s.";
+$a->strings["Confirm"] = "Подтвердить";
+$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=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "Если вы еще не являетесь членом свободной социальной сети, перейдите по <a href=\"http://dir.friendica.com/siteinfo\"> этой ссылке, чтобы найти публичный сервер Friendica и присоединиться к нам сейчас </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["Friendica"] = "Friendica";
+$a->strings["StatusNet/Federated Social Web"] = "StatusNet / Federated Social Web";
+$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["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["Your registration can not be processed."] = "Ваша регистрация не может быть обработана.";
+$a->strings["Your registration is pending approval by the site owner."] = "Ваша регистрация в ожидании одобрения владельцем сайта.";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Этот сайт превысил допустимое количество ежедневных регистраций. Пожалуйста, повторите попытку завтра.";
+$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["Membership on this site is by invitation only."] = "Членство на сайте только по приглашению.";
+$a->strings["Your invitation ID: "] = "ID вашего приглашения:";
+$a->strings["Your Full Name (e.g. Joe Smith): "] = "Ваше полное имя (например, Joe Smith): ";
+$a->strings["Your Email Address: "] = "Ваш адрес электронной почты: ";
+$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["Register"] = "Регистрация";
+$a->strings["Import"] = "Импорт";
+$a->strings["Import your profile to this friendica instance"] = "Импорт своего профиля в этот экземпляр friendica";
+$a->strings["System down for maintenance"] = "Система закрыта на техническое обслуживание";
+$a->strings["Search"] = "Поиск";
+$a->strings["Global Directory"] = "Глобальный каталог";
+$a->strings["Find on this site"] = "Найти на этом сайте";
+$a->strings["Site Directory"] = "Каталог сайта";
+$a->strings["Age: "] = "Возраст: ";
+$a->strings["Gender: "] = "Пол: ";
+$a->strings["Gender:"] = "Пол:";
+$a->strings["Status:"] = "Статус:";
+$a->strings["Homepage:"] = "Домашняя страничка:";
+$a->strings["About:"] = "О себе:";
+$a->strings["No entries (some entries may be hidden)."] = "Нет записей (некоторые записи могут быть скрыты).";
+$a->strings["No potential page delegates located."] = "";
+$a->strings["Delegate Page Management"] = "Делегировать управление страницей";
+$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["Common Friends"] = "Общие друзья";
+$a->strings["No contacts in common."] = "Нет общих контактов.";
+$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["%1\$s is currently %2\$s"] = "";
+$a->strings["Mood"] = "Настроение";
+$a->strings["Set your current mood and tell your friends"] = "Напишите о вашем настроении и расскажите своим друзьям";
+$a->strings["Do you really want to delete this suggestion?"] = "Вы действительно хотите удалить это предложение?";
+$a->strings["Friend Suggestions"] = "Предложения друзей";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Нет предложений. Если это новый сайт, пожалуйста, попробуйте снова через 24 часа.";
+$a->strings["Ignore/Hide"] = "Проигнорировать/Скрыть";
 $a->strings["Profile deleted."] = "Профиль удален.";
 $a->strings["Profile-"] = "Профиль-";
 $a->strings["New profile created."] = "Новый профиль создан.";
@@ -990,6 +1085,11 @@ $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["Profile Name:"] = "Имя профиля:";
 $a->strings["Your Full Name:"] = "Ваше полное имя:";
 $a->strings["Title/Description:"] = "Заголовок / Описание:";
@@ -1028,57 +1128,45 @@ $a->strings["Work/employment"] = "Работа / занятость";
 $a->strings["School/education"] = "Школа / образование";
 $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["Edit/Manage Profiles"] = "Редактировать профиль";
-$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["Group Editor"] = "Редактор групп";
-$a->strings["Members"] = "Участники";
-$a->strings["Click on a contact to add or remove."] = "Нажмите на контакт, чтобы добавить или удалить.";
-$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["Not available."] = "Недоступно.";
-$a->strings["Contact added"] = "Контакт добавлен";
-$a->strings["No more system notifications."] = "Системных уведомлений больше нет.";
-$a->strings["System Notifications"] = "Уведомления системы";
-$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["Unknown sender - %s"] = "Неизвестный отправитель - %s";
-$a->strings["You and %s"] = "Вы и %s";
-$a->strings["%s and You"] = "%s и Вы";
-$a->strings["Delete conversation"] = "Удалить историю общения";
-$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 сообщений",
-);
-$a->strings["Message not available."] = "Сообщение не доступно.";
-$a->strings["Delete message"] = "Удалить сообщение";
-$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["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s не нравится %3\$s от %2\$s ";
-$a->strings["Post successful."] = "Успешно добавлено.";
+$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["Item not found"] = "Элемент не найден";
+$a->strings["Edit post"] = "Редактировать сообщение";
+$a->strings["upload photo"] = "загрузить фото";
+$a->strings["Attach file"] = "Приложить файл";
+$a->strings["attach file"] = "приложить файл";
+$a->strings["web link"] = "веб-ссылка";
+$a->strings["Insert video link"] = "Вставить ссылку видео";
+$a->strings["video link"] = "видео-ссылка";
+$a->strings["Insert audio link"] = "Вставить ссылку аудио";
+$a->strings["audio link"] = "аудио-ссылка";
+$a->strings["Set your location"] = "Задать ваше местоположение";
+$a->strings["set location"] = "установить местонахождение";
+$a->strings["Clear browser location"] = "Очистить местонахождение браузера";
+$a->strings["clear location"] = "убрать местонахождение";
+$a->strings["Permission settings"] = "Настройки разрешений";
+$a->strings["CC: email addresses"] = "Копии на email адреса";
+$a->strings["Public post"] = "Публичное сообщение";
+$a->strings["Set title"] = "Установить заголовок";
+$a->strings["Categories (comma-separated list)"] = "Категории (список через запятую)";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Пример: bob@example.com, mary@example.com";
+$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["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["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["Remote privacy information not available."] = "Личная информация удаленно недоступна.";
+$a->strings["Visible to:"] = "Кто может видеть:";
+$a->strings["Personal Notes"] = "Личные заметки";
 $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 предоставляет этот сервис для обмена событиями с другими сетями и друзьями, находящимися в неопределённых часовых поясах.";
@@ -1086,16 +1174,34 @@ $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["Save to Folder:"] = "Сохранить в папку:";
-$a->strings["- select -"] = "- выбрать -";
-$a->strings["Invalid profile identifier."] = "Недопустимый идентификатор профиля.";
-$a->strings["Profile Visibility Editor"] = "Редактор видимости профиля";
-$a->strings["Visible To"] = "Видимый для";
-$a->strings["All Contacts (with secure profile access)"] = "Все контакты (с безопасным доступом к профилю)";
-$a->strings["No contacts."] = "Нет контактов.";
-$a->strings["View Contacts"] = "Просмотр контактов";
-$a->strings["People Search"] = "Поиск людей";
-$a->strings["No matches"] = "Нет соответствий";
+$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["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 сообщений отправлено.",
+);
+$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["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["Photo Albums"] = "Фотоальбомы";
+$a->strings["Contact Photos"] = "Фотографии контакта";
 $a->strings["Upload New Photos"] = "Загрузить новые фото";
 $a->strings["Contact information unavailable"] = "Информация о контакте недоступна";
 $a->strings["Album not found."] = "Альбом не найден.";
@@ -1107,10 +1213,7 @@ $a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s отмечен/а/ в
 $a->strings["a photo"] = "фото";
 $a->strings["Image exceeds size limit of "] = "Размер фото превышает лимит ";
 $a->strings["Image file is empty."] = "Файл изображения пуст.";
-$a->strings["Unable to process image."] = "Невозможно обработать фото.";
-$a->strings["Image upload failed."] = "Загрузка фото неудачная.";
 $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: "] = "Название нового альбома: ";
@@ -1140,169 +1243,67 @@ $a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #cam
 $a->strings["Private photo"] = "Личное фото";
 $a->strings["Public photo"] = "Публичное фото";
 $a->strings["Share"] = "Поделиться";
-$a->strings["View Album"] = "Просмотреть альбом";
 $a->strings["Recent Photos"] = "Последние фото";
-$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 %d"] = "Файл превышает предельный размер %d";
-$a->strings["File upload failed."] = "Загрузка файла не удалась.";
-$a->strings["No videos selected"] = "Видео не выбрано";
-$a->strings["View Video"] = "Просмотреть видео";
-$a->strings["Recent Videos"] = "Последние видео";
-$a->strings["Upload New Videos"] = "Загрузить новые видео";
-$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["%1\$s is following %2\$s's %3\$s"] = "";
-$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["Common Friends"] = "Общие друзья";
-$a->strings["No contacts in common."] = "Нет общих контактов.";
-$a->strings["Image exceeds size limit of %d"] = "Изображение превышает предельный размер %d";
-$a->strings["Wall Photos"] = "Фото стены";
-$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["Upload"] = "Загрузить";
-$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["Applications"] = "Приложения";
-$a->strings["No installed applications."] = "Нет установленных приложений.";
-$a->strings["Nothing new here"] = "Ничего нового здесь";
-$a->strings["Clear notifications"] = "Стереть уведомления";
-$a->strings["Profile Match"] = "Похожие профили";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "Нет соответствующих ключевых слов. Пожалуйста, добавьте ключевые слова для вашего профиля по умолчанию.";
-$a->strings["is interested in:"] = "интересуется:";
-$a->strings["Tag removed"] = "Ключевое слово удалено";
-$a->strings["Remove Item Tag"] = "Удалить ключевое слово";
-$a->strings["Select a tag to remove: "] = "Выберите ключевое слово для удаления: ";
-$a->strings["Remove"] = "Удалить";
-$a->strings["Event title and start time are required."] = "Название мероприятия и время начала обязательны для заполнения.";
-$a->strings["l, F j"] = "l, j F";
-$a->strings["Edit event"] = "Редактировать мероприятие";
-$a->strings["link to source"] = "ссылка на источник";
-$a->strings["Create New Event"] = "Создать новое мероприятие";
-$a->strings["Previous"] = "Назад";
-$a->strings["hour:minute"] = "час:минута";
-$a->strings["Event details"] = "Сведения о мероприятии";
-$a->strings["Format is %s %s. Starting date and Title are required."] = "Формат %s %s. Необхлдима дата старта и заголовок.";
-$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["No potential page delegates located."] = "";
-$a->strings["Delegate Page Management"] = "Делегировать управление страницей";
-$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["Contacts who are not members of a group"] = "Контакты, которые не являются членами группы";
-$a->strings["Files"] = "Файлы";
-$a->strings["System down for maintenance"] = "Система закрыта на техническое обслуживание";
-$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["Friend suggestion sent."] = "Приглашение в друзья отправлено.";
-$a->strings["Suggest Friends"] = "Предложить друзей";
-$a->strings["Suggest a friend for %s"] = "Предложить друга для %s.";
-$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["{0} wants to be your friend"] = "{0} хочет стать Вашим другом";
-$a->strings["{0} sent you a message"] = "{0} отправил Вам сообщение";
-$a->strings["{0} requested registration"] = "{0} требуемая регистрация";
-$a->strings["{0} commented %s's post"] = "{0} прокомментировал сообщение от %s";
-$a->strings["{0} liked %s's post"] = "{0} нравится сообщение от %s";
-$a->strings["{0} disliked %s's post"] = "{0} не нравится сообщение от %s";
-$a->strings["{0} is now friends with %s"] = "{0} теперь друзья с %s";
-$a->strings["{0} posted"] = "{0} опубликовано";
-$a->strings["{0} tagged %s's post with #%s"] = "{0} пометил сообщение %s с #%s";
-$a->strings["{0} mentioned you in a post"] = "{0} упоменул Вас в сообщение";
-$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["Invalid request identifier."] = "Неверный идентификатор запроса.";
-$a->strings["Discard"] = "Отказаться";
-$a->strings["System"] = "Система";
-$a->strings["Network"] = "Сеть";
-$a->strings["Introductions"] = "Запросы";
-$a->strings["Show Ignored Requests"] = "Показать проигнорированные запросы";
-$a->strings["Hide Ignored Requests"] = "Скрыть проигнорированные запросы";
-$a->strings["Notification type: "] = "Тип уведомления: ";
-$a->strings["Friend Suggestion"] = "Предложение в друзья";
-$a->strings["suggested by %s"] = "предложено юзером %s";
-$a->strings["Post a new friend activity"] = "Настроение";
-$a->strings["if applicable"] = "если требуется";
-$a->strings["Claims to be known to you: "] = "Утверждения, о которых должно быть вам известно: ";
-$a->strings["yes"] = "да";
-$a->strings["no"] = "нет";
-$a->strings["Approve as: "] = "Утвердить как: ";
-$a->strings["Friend"] = "Друг";
-$a->strings["Sharer"] = "Участник";
-$a->strings["Fan/Admirer"] = "Фанат / Поклонник";
-$a->strings["Friend/Connect Request"] = "Запрос в друзья / на подключение";
-$a->strings["New Follower"] = "Новый фолловер";
-$a->strings["No introductions."] = "Запросов нет.";
-$a->strings["Notifications"] = "Уведомления";
-$a->strings["%s liked %s's post"] = "%s нравится %s сообшение";
-$a->strings["%s disliked %s's post"] = "%s не нравится %s сообшение";
-$a->strings["%s is now friends with %s"] = "%s теперь друзья с %s";
-$a->strings["%s created a new post"] = "%s написал новое сообщение";
-$a->strings["%s commented on %s's post"] = "%s прокомментировал %s сообщение";
-$a->strings["No more network notifications."] = "Уведомлений из сети больше нет.";
-$a->strings["Network Notifications"] = "Уведомления сети";
-$a->strings["No more personal notifications."] = "Персональных уведомлений больше нет.";
-$a->strings["Personal Notifications"] = "Личные уведомления";
-$a->strings["No more home notifications."] = "Уведомлений больше нет.";
-$a->strings["Home Notifications"] = "Уведомления";
-$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 сообщений отправлено.",
-);
-$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["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["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["Welcome to %s"] = "Добро пожаловать на %s!";
-$a->strings["Friends of %s"] = "%s Друзья";
-$a->strings["No friends to display."] = "Нет друзей.";
+$a->strings["Account approved."] = "Аккаунт утвержден.";
+$a->strings["Registration revoked for %s"] = "Регистрация отменена для %s";
+$a->strings["Please login."] = "Пожалуйста, войдите с паролем.";
+$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 (statusnet/identi.ca) or from Diaspora"] = "Это экспериментальная функция. Мы не можем импортировать контакты из сети OStatus (StatusNet / identi.ca) или из Diaspora";
+$a->strings["Account file"] = "Файл аккаунта";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Для экспорта аккаунта, перейдите в \"Настройки->Экспортировать ваши данные\" и выберите \"Экспорт аккаунта\"";
+$a->strings["Item not available."] = "Пункт не доступен.";
+$a->strings["Item was not found."] = "Пункт не был найден.";
+$a->strings["Delete this item?"] = "Удалить этот элемент?";
+$a->strings["show fewer"] = "показать меньше";
+$a->strings["Update %s failed. See error logs."] = "Обновление %s не удалось. Смотрите журнал ошибок.";
+$a->strings["Create a New Account"] = "Создать новый аккаунт";
+$a->strings["Logout"] = "Выход";
+$a->strings["Nickname or Email address: "] = "Ник или адрес электронной почты: ";
+$a->strings["Password: "] = "Пароль: ";
+$a->strings["Remember me"] = "Запомнить";
+$a->strings["Or login using OpenID: "] = "Или зайти с OpenID: ";
+$a->strings["Forgot your password?"] = "Забыли пароль?";
+$a->strings["Website Terms of Service"] = "Правила сайта";
+$a->strings["terms of service"] = "правила";
+$a->strings["Website Privacy Policy"] = "Политика конфиденциальности сервера";
+$a->strings["privacy policy"] = "политика конфиденциальности";
+$a->strings["Requested account is not available."] = "Запрашиваемый профиль недоступен.";
+$a->strings["Edit profile"] = "Редактировать профиль";
+$a->strings["Message"] = "Сообщение";
+$a->strings["Profiles"] = "Профили";
+$a->strings["Manage/edit profiles"] = "Управление / редактирование профилей";
+$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["Status"] = "Статус";
+$a->strings["Status Messages and Posts"] = "Сообщение статуса и посты";
+$a->strings["Profile Details"] = "Детали профиля";
+$a->strings["Videos"] = "Видео";
+$a->strings["Events and Calendar"] = "Календарь и события";
+$a->strings["Only You Can See This"] = "Только вы можете это видеть";
+$a->strings["This entry was edited"] = "Эта запись была отредактирована";
+$a->strings["ignore thread"] = "";
+$a->strings["unignore thread"] = "";
+$a->strings["toggle ignore status"] = "";
+$a->strings["ignored"] = "";
+$a->strings["Categories:"] = "Категории:";
+$a->strings["Filed under:"] = "В рубрике:";
+$a->strings["via"] = "через";
+$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["Logged out."] = "Выход из системы.";
+$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["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";
@@ -1315,43 +1316,112 @@ $a->strings["Find People"] = "Поиск людей";
 $a->strings["Enter name or interest"] = "Введите имя или интерес";
 $a->strings["Connect/Follow"] = "Подключиться/Следовать";
 $a->strings["Examples: Robert Morgenstein, Fishing"] = "Примеры: Роберт Morgenstein, Рыбалка";
+$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["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["User not found."] = "Пользователь не найден.";
-$a->strings["There is no status with this id."] = "Нет статуса с таким id.";
-$a->strings["There is no conversation with this id."] = "";
-$a->strings["view full size"] = "посмотреть в полный размер";
-$a->strings["Starts:"] = "Начало:";
-$a->strings["Finishes:"] = "Окончание:";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "Не могу найти информацию для DNS-сервера базы данных '%s'";
-$a->strings["(no subject)"] = "(без темы)";
-$a->strings["noreply"] = "без ответа";
-$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 \"_\", and must also begin with a letter."] = "Ваш \"ник\" может содержать только \"a-z\", \"0-9\", \"-\", и \"_\", а также должен начинаться с буквы.";
-$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["An error occurred creating your default profile. Please try again."] = "Ошибка создания вашего профиля. Пожалуйста, попробуйте еще раз.";
-$a->strings["Friends"] = "Друзья";
+$a->strings["General Features"] = "Основные возможности";
+$a->strings["Multiple Profiles"] = "Несколько профилей";
+$a->strings["Ability to create multiple profiles"] = "Возможность создания нескольких профилей";
+$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 fourm 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["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["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["following"] = "следует";
+$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["Create a new group"] = "Создать новую группу";
+$a->strings["Contacts not in any group"] = "Контакты не состоят в группе";
+$a->strings["Miscellaneous"] = "Разное";
+$a->strings["year"] = "год";
+$a->strings["month"] = "мес.";
+$a->strings["day"] = "день";
+$a->strings["never"] = "никогда";
+$a->strings["less than a second ago"] = "менее сек. назад";
+$a->strings["years"] = "лет";
+$a->strings["months"] = "мес.";
+$a->strings["week"] = "неделя";
+$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["%s's birthday"] = "день рождения %s";
+$a->strings["Happy Birthday %s"] = "С днём рождения %s";
+$a->strings["Visible to everybody"] = "Видимо всем";
+$a->strings["show"] = "показывать";
+$a->strings["don't show"] = "не показывать";
+$a->strings["[no subject]"] = "[без темы]";
+$a->strings["stopped following"] = "остановлено следование";
+$a->strings["Poke"] = "";
+$a->strings["View Status"] = "Просмотреть статус";
+$a->strings["View Profile"] = "Просмотреть профиль";
+$a->strings["View Photos"] = "Просмотреть фото";
+$a->strings["Network Posts"] = "Посты сети";
+$a->strings["Edit Contact"] = "Редактировать контакт";
+$a->strings["Drop Contact"] = "Удалить контакт";
+$a->strings["Send PM"] = "Отправить ЛС";
+$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["event"] = "мероприятие";
 $a->strings["%1\$s poked %2\$s"] = "";
 $a->strings["poked"] = "";
 $a->strings["post/item"] = "пост/элемент";
@@ -1359,13 +1429,6 @@ $a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s пометил %2
 $a->strings["remove"] = "удалить";
 $a->strings["Delete Selected Items"] = "Удалить выбранные позиции";
 $a->strings["Follow Thread"] = "";
-$a->strings["View Status"] = "Просмотреть статус";
-$a->strings["View Profile"] = "Просмотреть профиль";
-$a->strings["View Photos"] = "Просмотреть фото";
-$a->strings["Network Posts"] = "Посты сети";
-$a->strings["Edit Contact"] = "Редактировать контакт";
-$a->strings["Send PM"] = "Отправить ЛС";
-$a->strings["Poke"] = "";
 $a->strings["%s likes this."] = "%s нравится это.";
 $a->strings["%s doesn't like this."] = "%s не нравится это.";
 $a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span %1\$s>%2\$d людям</span> нравится это";
@@ -1386,19 +1449,7 @@ $a->strings["permissions"] = "разрешения";
 $a->strings["Post to Groups"] = "Пост для групп";
 $a->strings["Post to Contacts"] = "Пост для контактов";
 $a->strings["Private post"] = "Личное сообщение";
-$a->strings["Logged out."] = "Выход из системы.";
-$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 контакты не импортированы",
-);
-$a->strings["Done. You can now login with your username and password"] = "Завершено. Теперь вы можете войти с вашим логином и паролем";
+$a->strings["view full size"] = "посмотреть в полный размер";
 $a->strings["newer"] = "новее";
 $a->strings["older"] = "старее";
 $a->strings["prev"] = "пред.";
@@ -1463,74 +1514,68 @@ $a->strings["November"] = "Ноябрь";
 $a->strings["December"] = "Декабрь";
 $a->strings["bytes"] = "байт";
 $a->strings["Click to open/close"] = "Нажмите, чтобы открыть / закрыть";
+$a->strings["default"] = "значение по умолчанию";
 $a->strings["Select an alternate language"] = "Выбор альтернативного языка";
 $a->strings["activity"] = "активность";
 $a->strings["post"] = "сообщение";
 $a->strings["Item filed"] = "";
-$a->strings["Friendica Notification"] = "Friendica уведомления";
-$a->strings["Thank You,"] = "Спасибо,";
-$a->strings["%s Administrator"] = "%s администратор";
-$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
-$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["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] %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["[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 may visit their profile at %s"] = "Вы можете посмотреть его профиль здесь %s";
-$a->strings["Please visit %s to approve or reject the introduction."] = "Посетите %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["Name:"] = "Имя:";
-$a->strings["Photo:"] = "Фото:";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "Пожалуйста, посетите %s для подтверждения, или отказа запроса.";
-$a->strings[" on Last.fm"] = "на Last.fm";
-$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["Create a new group"] = "Создать новую группу";
-$a->strings["Contacts not in any group"] = "Контакты не состоят в группе";
-$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["following"] = "следует";
-$a->strings["[no subject]"] = "[без темы]";
+$a->strings["Image/photo"] = "Изображение / Фото";
+$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "";
+$a->strings["<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a href=\"%s\" target=\"_blank\">post</a>"] = "";
+$a->strings["$1 wrote:"] = "$1 написал:";
+$a->strings["Encrypted content"] = "Зашифрованный контент";
+$a->strings["(no subject)"] = "(без темы)";
+$a->strings["noreply"] = "без ответа";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Не могу найти информацию для DNS-сервера базы данных '%s'";
+$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["Weekly"] = "Еженедельно";
+$a->strings["Monthly"] = "Ежемесячно";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$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["Statusnet"] = "";
+$a->strings["App.net"] = "";
+$a->strings[" on Last.fm"] = "на Last.fm";
+$a->strings["Starts:"] = "Начало:";
+$a->strings["Finishes:"] = "Окончание:";
+$a->strings["j F, Y"] = "j F, Y";
+$a->strings["j F"] = "j F";
+$a->strings["Birthday:"] = "День рождения:";
+$a->strings["Age:"] = "Возраст:";
+$a->strings["for %1\$d %2\$s"] = "";
+$a->strings["Tags:"] = "Ключевые слова: ";
+$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["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["End this session"] = "Конец этой сессии";
+$a->strings["Your posts and conversations"] = "Ваши сообщения и беседы";
+$a->strings["Your profile page"] = "Страница Вашего профиля";
+$a->strings["Your photos"] = "Ваши фотографии";
 $a->strings["Your videos"] = "";
+$a->strings["Your events"] = "Ваши события";
+$a->strings["Personal notes"] = "Личные заметки";
 $a->strings["Your personal notes"] = "";
 $a->strings["Sign in"] = "Вход";
 $a->strings["Home Page"] = "Главная страница";
@@ -1540,6 +1585,7 @@ $a->strings["Apps"] = "Приложения";
 $a->strings["Addon applications, utilities, games"] = "Дополнительные приложения, утилиты, игры";
 $a->strings["Search site content"] = "Поиск по сайту";
 $a->strings["Conversations on this site"] = "Беседы на этом сайте";
+$a->strings["Conversations on the network"] = "";
 $a->strings["Directory"] = "Каталог";
 $a->strings["People directory"] = "Каталог участников";
 $a->strings["Information"] = "";
@@ -1561,121 +1607,39 @@ $a->strings["Manage/edit friends and contacts"] = "Управление / ред
 $a->strings["Site setup and configuration"] = "Установка и конфигурация сайта";
 $a->strings["Navigation"] = "Навигация";
 $a->strings["Site map"] = "Карта сайта";
-$a->strings["j F, Y"] = "j F, Y";
-$a->strings["j F"] = "j F";
-$a->strings["Birthday:"] = "День рождения:";
-$a->strings["Age:"] = "Возраст:";
-$a->strings["for %1\$d %2\$s"] = "";
-$a->strings["Tags:"] = "Ключевые слова: ";
-$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["Image/photo"] = "Изображение / Фото";
-$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "";
-$a->strings["<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a href=\"%s\" target=\"_blank\">post</a>"] = "";
-$a->strings["$1 wrote:"] = "$1 написал:";
-$a->strings["Encrypted content"] = "Зашифрованный контент";
-$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["Weekly"] = "Еженедельно";
-$a->strings["Monthly"] = "Ежемесячно";
-$a->strings["OStatus"] = "OStatus";
-$a->strings["RSS/Atom"] = "RSS/Atom";
-$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["Statusnet"] = "";
-$a->strings["App.net"] = "";
-$a->strings["Miscellaneous"] = "Разное";
-$a->strings["year"] = "год";
-$a->strings["month"] = "мес.";
-$a->strings["day"] = "день";
-$a->strings["never"] = "никогда";
-$a->strings["less than a second ago"] = "менее сек. назад";
-$a->strings["years"] = "лет";
-$a->strings["months"] = "мес.";
-$a->strings["week"] = "неделя";
-$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["%s's birthday"] = "день рождения %s";
-$a->strings["Happy Birthday %s"] = "С днём рождения %s";
-$a->strings["General Features"] = "Основные возможности";
-$a->strings["Multiple Profiles"] = "Несколько профилей";
-$a->strings["Ability to create multiple profiles"] = "Возможность создания нескольких профилей";
-$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 fourm 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["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["User not found."] = "Пользователь не найден.";
+$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["There is no status with this id."] = "Нет статуса с таким id.";
+$a->strings["There is no conversation with this id."] = "";
+$a->strings["Invalid request."] = "";
+$a->strings["Invalid item."] = "";
+$a->strings["Invalid action. "] = "";
+$a->strings["DB error"] = "";
+$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 \"_\", and must also begin with a letter."] = "Ваш \"ник\" может содержать только \"a-z\", \"0-9\", \"-\", и \"_\", а также должен начинаться с буквы.";
+$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["An error occurred creating your default profile. Please try again."] = "Ошибка создания вашего профиля. Пожалуйста, попробуйте еще раз.";
+$a->strings["Friends"] = "Друзья";
+$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["Sharing notification from Diaspora network"] = "Делиться уведомлениями из сети Diaspora";
 $a->strings["Attachments:"] = "Вложения:";
-$a->strings["Errors encountered creating database tables."] = "Обнаружены ошибки при создании таблиц базы данных.";
-$a->strings["Errors encountered performing database changes."] = "";
-$a->strings["Visible to everybody"] = "Видимо всем";
-$a->strings["A new person is sharing with you at "] = "Новый человек делится с вами";
-$a->strings["You have a new follower at "] = "У вас есть новый фолловер на ";
 $a->strings["Do you really want to delete this item?"] = "Вы действительно хотите удалить этот элемент?";
 $a->strings["Archives"] = "Архивы";
-$a->strings["Embedded content"] = "Встроенное содержание";
-$a->strings["Embedding disabled"] = "Встраивание отключено";
-$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["Male"] = "Мужчина";
 $a->strings["Female"] = "Женщина";
 $a->strings["Currently Male"] = "В данный момент мужчина";
@@ -1733,5 +1697,114 @@ $a->strings["Uncertain"] = "Неопределенный";
 $a->strings["It's complicated"] = "влишком сложно";
 $a->strings["Don't care"] = "Не беспокоить";
 $a->strings["Ask me"] = "Спросите меня";
-$a->strings["stopped following"] = "остановлено следование";
-$a->strings["Drop Contact"] = "Удалить контакт";
+$a->strings["Friendica Notification"] = "Friendica уведомления";
+$a->strings["Thank You,"] = "Спасибо,";
+$a->strings["%s Administrator"] = "%s администратор";
+$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
+$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["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] %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["[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 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] 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["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 acepted 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\n\twithout 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["[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["Embedded content"] = "Встроенное содержание";
+$a->strings["Embedding disabled"] = "Встраивание отключено";
+$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 контакты не импортированы",
+);
+$a->strings["Done. You can now login with your username and password"] = "Завершено. Теперь вы можете войти с вашим логином и паролем";
+$a->strings["toggle mobile"] = "мобильная версия";
+$a->strings["Theme settings"] = "Настройки темы";
+$a->strings["Set resize level for images in posts and comments (width and height)"] = "Установить уровень изменения размера изображений в постах и ​​комментариях (ширина и высота)";
+$a->strings["Set font-size for posts and comments"] = "Установить шрифт-размер для постов и комментариев";
+$a->strings["Set theme width"] = "Установить ширину темы";
+$a->strings["Color scheme"] = "Цветовая схема";
+$a->strings["Set line-height for posts and comments"] = "Установить высоту строки для постов и комментариев";
+$a->strings["Set colour scheme"] = "Установить цветовую схему";
+$a->strings["Alignment"] = "Выравнивание";
+$a->strings["Left"] = "";
+$a->strings["Center"] = "Центр";
+$a->strings["Posts font size"] = "Размер шрифта постов";
+$a->strings["Textareas font size"] = "Размер шрифта текстовых полей";
+$a->strings["Set resolution for middle column"] = "Установить разрешение для средней колонки";
+$a->strings["Set color scheme"] = "Установить цветовую схему";
+$a->strings["Set zoomfactor for Earth Layer"] = "Установить масштаб карты";
+$a->strings["Set longitude (X) for Earth Layers"] = "Установить длину (X) карты";
+$a->strings["Set latitude (Y) for Earth Layers"] = "Установить ширину (Y) карты";
+$a->strings["Community Pages"] = "Страницы сообщества";
+$a->strings["Earth Layers"] = "Карта";
+$a->strings["Community Profiles"] = "Профили сообщества";
+$a->strings["Help or @NewHere ?"] = "Помощь";
+$a->strings["Connect Services"] = "Подключить службы";
+$a->strings["Find Friends"] = "Найти друзей";
+$a->strings["Last users"] = "Последние пользователи";
+$a->strings["Last photos"] = "Последние фото";
+$a->strings["Last likes"] = "Последние likes";
+$a->strings["Your contacts"] = "Ваши контакты";
+$a->strings["Your personal photos"] = "Ваши личные фотографии";
+$a->strings["Local Directory"] = "Локальный каталог";
+$a->strings["Set zoomfactor for Earth Layers"] = "Установить масштаб карты";
+$a->strings["Show/hide boxes at right-hand column:"] = "Показать/скрыть блоки в правой колонке:";
+$a->strings["Set style"] = "";
+$a->strings["greenzero"] = "";
+$a->strings["purplezero"] = "";
+$a->strings["easterbunny"] = "";
+$a->strings["darkzero"] = "";
+$a->strings["comix"] = "";
+$a->strings["slackr"] = "";
+$a->strings["Variations"] = "";