Updated Russian translation
This commit is contained in:
parent
9c94504156
commit
cadcd45e89
1146
view/ru/messages.po
1146
view/ru/messages.po
File diff suppressed because it is too large
Load Diff
@ -43,8 +43,8 @@ $a->strings["Please wait"] = "Подождите пожалуйста";
|
|||||||
$a->strings["remove"] = "удалить";
|
$a->strings["remove"] = "удалить";
|
||||||
$a->strings["Loading..."] = "Загрузка...";
|
$a->strings["Loading..."] = "Загрузка...";
|
||||||
$a->strings["Delete Selected Items"] = "Удалить выбранные элементы";
|
$a->strings["Delete Selected Items"] = "Удалить выбранные элементы";
|
||||||
$a->strings["View Source"] = "";
|
$a->strings["View Source"] = "Просмотр источника";
|
||||||
$a->strings["Follow Thread"] = "Следобать теме";
|
$a->strings["Follow Thread"] = "Следовать теме";
|
||||||
$a->strings["View Status"] = "Просмотр состояния";
|
$a->strings["View Status"] = "Просмотр состояния";
|
||||||
$a->strings["View Profile"] = "Просмотр профиля";
|
$a->strings["View Profile"] = "Просмотр профиля";
|
||||||
$a->strings["View Photos"] = "Просмотр фотографий";
|
$a->strings["View Photos"] = "Просмотр фотографий";
|
||||||
@ -55,8 +55,8 @@ $a->strings["Poke"] = "Подпихнуть";
|
|||||||
$a->strings["%s likes this."] = "%s нравится это.";
|
$a->strings["%s likes this."] = "%s нравится это.";
|
||||||
$a->strings["%s doesn't like this."] = "%s не нравится это.";
|
$a->strings["%s doesn't like this."] = "%s не нравится это.";
|
||||||
$a->strings["<span %1\$s>%2\$d people</span> like this."] = array(
|
$a->strings["<span %1\$s>%2\$d people</span> like this."] = array(
|
||||||
0 => "",
|
0 => "<span %1\$s>%2\$d чел.</span> нравится это.",
|
||||||
1 => "",
|
1 => "<span %1\$s>%2\$d чел.</span> нравится это.",
|
||||||
2 => "<span %1\$s>%2\$d чел.</span> нравится это.",
|
2 => "<span %1\$s>%2\$d чел.</span> нравится это.",
|
||||||
);
|
);
|
||||||
$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array(
|
$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array(
|
||||||
@ -139,10 +139,10 @@ $a->strings["New Page"] = "Новая страница";
|
|||||||
$a->strings["Edit"] = "Редактировать";
|
$a->strings["Edit"] = "Редактировать";
|
||||||
$a->strings["View"] = "Просмотр";
|
$a->strings["View"] = "Просмотр";
|
||||||
$a->strings["Actions"] = "";
|
$a->strings["Actions"] = "";
|
||||||
$a->strings["Page Link"] = "";
|
$a->strings["Page Link"] = "Ссылка страницы";
|
||||||
$a->strings["Title"] = "";
|
$a->strings["Title"] = "Заголовок";
|
||||||
$a->strings["Created"] = "Создано";
|
$a->strings["Created"] = "Создано";
|
||||||
$a->strings["Edited"] = "";
|
$a->strings["Edited"] = "Отредактирован";
|
||||||
$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."] = "";
|
$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."] = "";
|
||||||
$a->strings["Not a valid email address"] = "Не действительный адрес электронной почты";
|
$a->strings["Not a valid email address"] = "Не действительный адрес электронной почты";
|
||||||
$a->strings["Your email domain is not among those allowed on this site"] = "Домен электронной почты не входит в число тех, которые разрешены на этом сайте";
|
$a->strings["Your email domain is not among those allowed on this site"] = "Домен электронной почты не входит в число тех, которые разрешены на этом сайте";
|
||||||
@ -161,13 +161,13 @@ $a->strings["Permission denied."] = "Доступ запрещен.";
|
|||||||
$a->strings["Image exceeds website size limit of %lu bytes"] = "";
|
$a->strings["Image exceeds website size limit of %lu bytes"] = "";
|
||||||
$a->strings["Image file is empty."] = "файл пуст.";
|
$a->strings["Image file is empty."] = "файл пуст.";
|
||||||
$a->strings["Unable to process image"] = "Не удается обработать изображение";
|
$a->strings["Unable to process image"] = "Не удается обработать изображение";
|
||||||
$a->strings["Photo storage failed."] = "";
|
$a->strings["Photo storage failed."] = "Ошибка в банке фотографий";
|
||||||
$a->strings["Upload New Photos"] = "Загрузить новые фотографии";
|
$a->strings["Upload New Photos"] = "Загрузить новые фотографии";
|
||||||
$a->strings["Visible to everybody"] = "Видно всем";
|
$a->strings["Visible to everybody"] = "Видно всем";
|
||||||
$a->strings["Show"] = "";
|
$a->strings["Show"] = "Показывать";
|
||||||
$a->strings["Don't show"] = "";
|
$a->strings["Don't show"] = "Не показывать";
|
||||||
$a->strings["Permissions"] = "Разрешения";
|
$a->strings["Permissions"] = "Разрешения";
|
||||||
$a->strings["Close"] = "";
|
$a->strings["Close"] = "Закрыть";
|
||||||
$a->strings[" and "] = "и";
|
$a->strings[" and "] = "и";
|
||||||
$a->strings["public profile"] = "Публичный профиль";
|
$a->strings["public profile"] = "Публичный профиль";
|
||||||
$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s изменил %2\$s на “%3\$s”";
|
$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s изменил %2\$s на “%3\$s”";
|
||||||
@ -186,7 +186,7 @@ $a->strings["Path not available."] = "Путь недоступен.";
|
|||||||
$a->strings["Empty pathname"] = "";
|
$a->strings["Empty pathname"] = "";
|
||||||
$a->strings["duplicate filename or path"] = "";
|
$a->strings["duplicate filename or path"] = "";
|
||||||
$a->strings["Path not found."] = "Путь не найден.";
|
$a->strings["Path not found."] = "Путь не найден.";
|
||||||
$a->strings["mkdir failed."] = "";
|
$a->strings["mkdir failed."] = "mkdir безуспешно.";
|
||||||
$a->strings["database storage failed."] = "";
|
$a->strings["database storage failed."] = "";
|
||||||
$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
|
$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
|
||||||
$a->strings["Starts:"] = "Начало:";
|
$a->strings["Starts:"] = "Начало:";
|
||||||
@ -198,7 +198,7 @@ $a->strings["Home"] = "Мой канал";
|
|||||||
$a->strings["Your posts and conversations"] = "Ваши сообщения и разговоры";
|
$a->strings["Your posts and conversations"] = "Ваши сообщения и разговоры";
|
||||||
$a->strings["Your profile page"] = "Страницa вашего профиля";
|
$a->strings["Your profile page"] = "Страницa вашего профиля";
|
||||||
$a->strings["Edit Profiles"] = "Редактирование профилей";
|
$a->strings["Edit Profiles"] = "Редактирование профилей";
|
||||||
$a->strings["Manage/Edit profiles"] = "";
|
$a->strings["Manage/Edit profiles"] = "Управление / Редактирование профилей";
|
||||||
$a->strings["Your photos"] = "Ваши фотографии";
|
$a->strings["Your photos"] = "Ваши фотографии";
|
||||||
$a->strings["Your files"] = "Ваши файлы";
|
$a->strings["Your files"] = "Ваши файлы";
|
||||||
$a->strings["Chat"] = "Чат";
|
$a->strings["Chat"] = "Чат";
|
||||||
@ -223,8 +223,8 @@ $a->strings["Channel Locator"] = "Локатор каналов";
|
|||||||
$a->strings["Matrix"] = "Матрица";
|
$a->strings["Matrix"] = "Матрица";
|
||||||
$a->strings["Your matrix"] = "Собственная матрица";
|
$a->strings["Your matrix"] = "Собственная матрица";
|
||||||
$a->strings["Mark all matrix notifications seen"] = "Пометить все оповещения матрицы как прочитанное";
|
$a->strings["Mark all matrix notifications seen"] = "Пометить все оповещения матрицы как прочитанное";
|
||||||
$a->strings["Channel Home"] = "";
|
$a->strings["Channel Home"] = "Главная канала";
|
||||||
$a->strings["Channel home"] = "";
|
$a->strings["Channel home"] = "Главная канала";
|
||||||
$a->strings["Mark all channel notifications seen"] = "Пометить все оповещения канала как прочитанное";
|
$a->strings["Mark all channel notifications seen"] = "Пометить все оповещения канала как прочитанное";
|
||||||
$a->strings["Connections"] = "Контакты";
|
$a->strings["Connections"] = "Контакты";
|
||||||
$a->strings["Notices"] = "Оповещения";
|
$a->strings["Notices"] = "Оповещения";
|
||||||
@ -266,6 +266,11 @@ $a->strings["like"] = "нравится";
|
|||||||
$a->strings["likes"] = "нравится";
|
$a->strings["likes"] = "нравится";
|
||||||
$a->strings["dislike"] = "не-нравится";
|
$a->strings["dislike"] = "не-нравится";
|
||||||
$a->strings["dislikes"] = "не-нравится";
|
$a->strings["dislikes"] = "не-нравится";
|
||||||
|
$a->strings["__ctx:noun__ Like"] = array(
|
||||||
|
0 => "нравится",
|
||||||
|
1 => "нравится",
|
||||||
|
2 => "нравится",
|
||||||
|
);
|
||||||
$a->strings["Default"] = "По умолчанию";
|
$a->strings["Default"] = "По умолчанию";
|
||||||
$a->strings["Unknown | Not categorised"] = "Неизвестные | Без категории";
|
$a->strings["Unknown | Not categorised"] = "Неизвестные | Без категории";
|
||||||
$a->strings["Block immediately"] = "Немедленно заблокировать";
|
$a->strings["Block immediately"] = "Немедленно заблокировать";
|
||||||
@ -304,7 +309,7 @@ $a->strings["Channel Suggestions"] = "Рекомендации каналов";
|
|||||||
$a->strings["Random Profile"] = "Случайные";
|
$a->strings["Random Profile"] = "Случайные";
|
||||||
$a->strings["Invite Friends"] = "Пригласить друзей";
|
$a->strings["Invite Friends"] = "Пригласить друзей";
|
||||||
$a->strings["Exammple: name=fred and country=iceland"] = "";
|
$a->strings["Exammple: name=fred and country=iceland"] = "";
|
||||||
$a->strings["Advanced Find"] = "";
|
$a->strings["Advanced Find"] = "Расширенный поиск";
|
||||||
$a->strings["Saved Folders"] = "Запомненные папки";
|
$a->strings["Saved Folders"] = "Запомненные папки";
|
||||||
$a->strings["Everything"] = "Все";
|
$a->strings["Everything"] = "Все";
|
||||||
$a->strings["Categories"] = "Категории";
|
$a->strings["Categories"] = "Категории";
|
||||||
@ -315,7 +320,6 @@ $a->strings["%d connection in common"] = array(
|
|||||||
);
|
);
|
||||||
$a->strings["show more"] = "показать все";
|
$a->strings["show more"] = "показать все";
|
||||||
$a->strings["This event has been added to your calendar."] = "Это событие было добавлено в календарь.";
|
$a->strings["This event has been added to your calendar."] = "Это событие было добавлено в календарь.";
|
||||||
$a->strings["Edit File properties"] = "";
|
|
||||||
$a->strings["Miscellaneous"] = "Прочее";
|
$a->strings["Miscellaneous"] = "Прочее";
|
||||||
$a->strings["year"] = "год";
|
$a->strings["year"] = "год";
|
||||||
$a->strings["month"] = "месяц";
|
$a->strings["month"] = "месяц";
|
||||||
@ -334,9 +338,9 @@ $a->strings["minutes"] = "мин.";
|
|||||||
$a->strings["second"] = "секунда";
|
$a->strings["second"] = "секунда";
|
||||||
$a->strings["seconds"] = "секунд";
|
$a->strings["seconds"] = "секунд";
|
||||||
$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s назад";
|
$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s назад";
|
||||||
$a->strings["%1\$s's birthday"] = "";
|
$a->strings["%1\$s's birthday"] = "%1\$s's День Рождения";
|
||||||
$a->strings["Happy Birthday %1\$s"] = "";
|
$a->strings["Happy Birthday %1\$s"] = "С Днем Рождения %1\$s";
|
||||||
$a->strings["Sort Options"] = "";
|
$a->strings["Sort Options"] = "Параметры сортировки";
|
||||||
$a->strings["Alphabetic"] = "По алфавиту";
|
$a->strings["Alphabetic"] = "По алфавиту";
|
||||||
$a->strings["Reverse Alphabetic"] = "По обратному алфавиту";
|
$a->strings["Reverse Alphabetic"] = "По обратному алфавиту";
|
||||||
$a->strings["Newest to Oldest"] = "От новых к старым";
|
$a->strings["Newest to Oldest"] = "От новых к старым";
|
||||||
@ -382,6 +386,19 @@ $a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\
|
|||||||
$a->strings["Name:"] = "Имя:";
|
$a->strings["Name:"] = "Имя:";
|
||||||
$a->strings["Photo:"] = "Фото:";
|
$a->strings["Photo:"] = "Фото:";
|
||||||
$a->strings["Please visit %s to approve or reject the suggestion."] = "";
|
$a->strings["Please visit %s to approve or reject the suggestion."] = "";
|
||||||
|
$a->strings["parent"] = "";
|
||||||
|
$a->strings["Collection"] = "Коллекция";
|
||||||
|
$a->strings["Principal"] = "";
|
||||||
|
$a->strings["Addressbook"] = "Адресная книга";
|
||||||
|
$a->strings["Calendar"] = "Календарь";
|
||||||
|
$a->strings["Schedule Inbox"] = "";
|
||||||
|
$a->strings["Schedule Outbox"] = "";
|
||||||
|
$a->strings["%1\$s used"] = "";
|
||||||
|
$a->strings["%1\$s used of %2\$s (%3\$s%)"] = "";
|
||||||
|
$a->strings["Create new folder"] = "Создать новую папку";
|
||||||
|
$a->strings["Create"] = "Создать";
|
||||||
|
$a->strings["Upload file"] = "Загрузить файл";
|
||||||
|
$a->strings["Upload"] = "Загрузка";
|
||||||
$a->strings["General Features"] = "Главные функции";
|
$a->strings["General Features"] = "Главные функции";
|
||||||
$a->strings["Content Expiration"] = "";
|
$a->strings["Content Expiration"] = "";
|
||||||
$a->strings["Remove posts/comments and/or private messages at a future time"] = "Удалять посты/комментарии и/или личные сообщения";
|
$a->strings["Remove posts/comments and/or private messages at a future time"] = "Удалять посты/комментарии и/или личные сообщения";
|
||||||
@ -402,9 +419,9 @@ $a->strings["Richtext Editor"] = "Редактор RichText";
|
|||||||
$a->strings["Enable richtext editor"] = "Включить редактор RichText";
|
$a->strings["Enable richtext editor"] = "Включить редактор RichText";
|
||||||
$a->strings["Post Preview"] = "Предварительный просмотр сообщения";
|
$a->strings["Post Preview"] = "Предварительный просмотр сообщения";
|
||||||
$a->strings["Allow previewing posts and comments before publishing them"] = "Разрешить предварительный просмотр сообщений и комментариев перед их публикацией";
|
$a->strings["Allow previewing posts and comments before publishing them"] = "Разрешить предварительный просмотр сообщений и комментариев перед их публикацией";
|
||||||
$a->strings["Channel Sources"] = "";
|
$a->strings["Channel Sources"] = "Источники канала";
|
||||||
$a->strings["Automatically import channel content from other channels or feeds"] = "";
|
$a->strings["Automatically import channel content from other channels or feeds"] = "";
|
||||||
$a->strings["Even More Encryption"] = "";
|
$a->strings["Even More Encryption"] = "Еще больше шифрования";
|
||||||
$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "";
|
$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "";
|
||||||
$a->strings["Network and Stream Filtering"] = "Фильтрация сети и потока";
|
$a->strings["Network and Stream Filtering"] = "Фильтрация сети и потока";
|
||||||
$a->strings["Search by Date"] = "Поиск по дате";
|
$a->strings["Search by Date"] = "Поиск по дате";
|
||||||
@ -425,12 +442,12 @@ $a->strings["Post/Comment Tools"] = "Инструменты сообщений/
|
|||||||
$a->strings["Edit Sent Posts"] = "Редактировать отправленные сообщения";
|
$a->strings["Edit Sent Posts"] = "Редактировать отправленные сообщения";
|
||||||
$a->strings["Edit and correct posts and comments after sending"] = "Редактировать и исправлять сообщения и комментарии после отправки";
|
$a->strings["Edit and correct posts and comments after sending"] = "Редактировать и исправлять сообщения и комментарии после отправки";
|
||||||
$a->strings["Tagging"] = "Пометка";
|
$a->strings["Tagging"] = "Пометка";
|
||||||
$a->strings["Ability to tag existing posts"] = "";
|
$a->strings["Ability to tag existing posts"] = "Возможность использовать теги";
|
||||||
$a->strings["Post Categories"] = "Категории сообщения";
|
$a->strings["Post Categories"] = "Категории сообщения";
|
||||||
$a->strings["Add categories to your posts"] = "Добавить категории для ваших сообщений";
|
$a->strings["Add categories to your posts"] = "Добавить категории для ваших сообщений";
|
||||||
$a->strings["Ability to file posts under folders"] = "";
|
$a->strings["Ability to file posts under folders"] = "";
|
||||||
$a->strings["Dislike Posts"] = "Сообщение не нравится";
|
$a->strings["Dislike Posts"] = "Сообщение не нравится";
|
||||||
$a->strings["Ability to dislike posts/comments"] = "";
|
$a->strings["Ability to dislike posts/comments"] = "Возможность выбора нравится/не-нравится";
|
||||||
$a->strings["Star Posts"] = "Помечать сообщения";
|
$a->strings["Star Posts"] = "Помечать сообщения";
|
||||||
$a->strings["Ability to mark special posts with a star indicator"] = "";
|
$a->strings["Ability to mark special posts with a star indicator"] = "";
|
||||||
$a->strings["Tag Cloud"] = "Облако тегов";
|
$a->strings["Tag Cloud"] = "Облако тегов";
|
||||||
@ -486,6 +503,7 @@ $a->strings["Event Reminders"] = "Напоминания мероприятий"
|
|||||||
$a->strings["Events this week:"] = "Мероприятия на этой неделе:";
|
$a->strings["Events this week:"] = "Мероприятия на этой неделе:";
|
||||||
$a->strings["Profile"] = "Профиль";
|
$a->strings["Profile"] = "Профиль";
|
||||||
$a->strings["Full Name:"] = "Полное имя:";
|
$a->strings["Full Name:"] = "Полное имя:";
|
||||||
|
$a->strings["Like this channel"] = "нравиться этот канал";
|
||||||
$a->strings["j F, Y"] = "j F, Y";
|
$a->strings["j F, Y"] = "j F, Y";
|
||||||
$a->strings["j F"] = "j F";
|
$a->strings["j F"] = "j F";
|
||||||
$a->strings["Birthday:"] = "День Рождения:";
|
$a->strings["Birthday:"] = "День Рождения:";
|
||||||
@ -509,6 +527,7 @@ $a->strings["Film/dance/culture/entertainment:"] = "Кино / танцы / ку
|
|||||||
$a->strings["Love/Romance:"] = "Любовь / Романс:";
|
$a->strings["Love/Romance:"] = "Любовь / Романс:";
|
||||||
$a->strings["Work/employment:"] = "Работа / Занятость:";
|
$a->strings["Work/employment:"] = "Работа / Занятость:";
|
||||||
$a->strings["School/education:"] = "Школа / образование:";
|
$a->strings["School/education:"] = "Школа / образование:";
|
||||||
|
$a->strings["Like this thing"] = "нравится этo";
|
||||||
$a->strings["view full size"] = "посмотреть в полный размер";
|
$a->strings["view full size"] = "посмотреть в полный размер";
|
||||||
$a->strings["prev"] = "предыдущий";
|
$a->strings["prev"] = "предыдущий";
|
||||||
$a->strings["first"] = "первый";
|
$a->strings["first"] = "первый";
|
||||||
@ -580,24 +599,24 @@ $a->strings["bytes"] = "байт";
|
|||||||
$a->strings["remove category"] = "";
|
$a->strings["remove category"] = "";
|
||||||
$a->strings["remove from file"] = "";
|
$a->strings["remove from file"] = "";
|
||||||
$a->strings["Click to open/close"] = "Нажмите, чтобы открыть/закрыть";
|
$a->strings["Click to open/close"] = "Нажмите, чтобы открыть/закрыть";
|
||||||
$a->strings["Link to Source"] = "";
|
$a->strings["Link to Source"] = "Ссылка на источник";
|
||||||
$a->strings["Select a page layout: "] = "";
|
$a->strings["Select a page layout: "] = "";
|
||||||
$a->strings["default"] = "по умолчанию";
|
$a->strings["default"] = "по умолчанию";
|
||||||
$a->strings["Page content type: "] = "";
|
$a->strings["Page content type: "] = "";
|
||||||
$a->strings["Select an alternate language"] = "Выбор альтернативного языка";
|
$a->strings["Select an alternate language"] = "Выбор альтернативного языка";
|
||||||
$a->strings["activity"] = "активность";
|
$a->strings["activity"] = "активность";
|
||||||
$a->strings["Design"] = "Дизайн";
|
$a->strings["Design"] = "Дизайн";
|
||||||
$a->strings["Blocks"] = "";
|
$a->strings["Blocks"] = "Блоки";
|
||||||
$a->strings["Menus"] = "";
|
$a->strings["Menus"] = "Меню";
|
||||||
$a->strings["Layouts"] = "";
|
$a->strings["Layouts"] = "Шаблоны";
|
||||||
$a->strings["Pages"] = "Страницы";
|
$a->strings["Pages"] = "Страницы";
|
||||||
$a->strings["Site Admin"] = "";
|
$a->strings["Site Admin"] = "Админ сайта";
|
||||||
$a->strings["Address Book"] = "Адресная книга";
|
$a->strings["Address Book"] = "Адресная книга";
|
||||||
$a->strings["Mood"] = "Настроение";
|
$a->strings["Mood"] = "Настроение";
|
||||||
$a->strings["Probe"] = "";
|
$a->strings["Probe"] = "";
|
||||||
$a->strings["Suggest"] = "";
|
$a->strings["Suggest"] = "";
|
||||||
$a->strings["Update"] = "Обновление";
|
$a->strings["Update"] = "Обновление";
|
||||||
$a->strings["Install"] = "";
|
$a->strings["Install"] = "Установка";
|
||||||
$a->strings["Purchase"] = "";
|
$a->strings["Purchase"] = "";
|
||||||
$a->strings["Unknown"] = "Неизвестный";
|
$a->strings["Unknown"] = "Неизвестный";
|
||||||
$a->strings["Invalid data packet"] = "Неверный пакет данных";
|
$a->strings["Invalid data packet"] = "Неверный пакет данных";
|
||||||
@ -610,9 +629,9 @@ $a->strings["Stored post could not be verified."] = "";
|
|||||||
$a->strings["Click here to upgrade."] = "Нажмите здесь, чтобы обновить.";
|
$a->strings["Click here to upgrade."] = "Нажмите здесь, чтобы обновить.";
|
||||||
$a->strings["This action exceeds the limits set by your subscription plan."] = "";
|
$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["This action is not available under your subscription plan."] = "";
|
||||||
$a->strings["System"] = "";
|
$a->strings["System"] = "Система";
|
||||||
$a->strings["Create Personal App"] = "";
|
$a->strings["Create Personal App"] = "Создать собственное приложение";
|
||||||
$a->strings["Edit Personal App"] = "";
|
$a->strings["Edit Personal App"] = "Редактировать собственное приложение";
|
||||||
$a->strings["Ignore/Hide"] = "Игнорировать / Скрыть";
|
$a->strings["Ignore/Hide"] = "Игнорировать / Скрыть";
|
||||||
$a->strings["Suggestions"] = "Рекомендации";
|
$a->strings["Suggestions"] = "Рекомендации";
|
||||||
$a->strings["See more..."] = "Просмотреть больше...";
|
$a->strings["See more..."] = "Просмотреть больше...";
|
||||||
@ -643,42 +662,37 @@ $a->strings["Check Mail"] = "Проверить снова";
|
|||||||
$a->strings["Chat Rooms"] = "Чаты";
|
$a->strings["Chat Rooms"] = "Чаты";
|
||||||
$a->strings["Bookmarked Chatrooms"] = "Закладки чатов";
|
$a->strings["Bookmarked Chatrooms"] = "Закладки чатов";
|
||||||
$a->strings["Suggested Chatrooms"] = "Рекомендуемые чаты";
|
$a->strings["Suggested Chatrooms"] = "Рекомендуемые чаты";
|
||||||
$a->strings["Save to Folder"] = "";
|
$a->strings["Save to Folder"] = "Сохранить в папку";
|
||||||
$a->strings["View all"] = "";
|
$a->strings["View all"] = "Просмотреть все";
|
||||||
$a->strings["__ctx:noun__ Like"] = array(
|
|
||||||
0 => "",
|
|
||||||
1 => "",
|
|
||||||
2 => "",
|
|
||||||
);
|
|
||||||
$a->strings["__ctx:noun__ Dislike"] = array(
|
$a->strings["__ctx:noun__ Dislike"] = array(
|
||||||
0 => "",
|
0 => "не-нравится",
|
||||||
1 => "",
|
1 => "не-нравится",
|
||||||
2 => "",
|
2 => "не-нравится",
|
||||||
);
|
);
|
||||||
$a->strings["Add Star"] = "";
|
$a->strings["Add Star"] = "Добавить маркировку";
|
||||||
$a->strings["Remove Star"] = "";
|
$a->strings["Remove Star"] = "Удалить маркировку";
|
||||||
$a->strings["Toggle Star Status"] = "";
|
$a->strings["Toggle Star Status"] = "Переключить статус маркировки";
|
||||||
$a->strings["starred"] = "помеченные";
|
$a->strings["starred"] = "помеченные";
|
||||||
$a->strings["Add Tag"] = "";
|
$a->strings["Add Tag"] = "Добавить тег";
|
||||||
$a->strings["I like this (toggle)"] = "мне это нравится (переключение)";
|
$a->strings["I like this (toggle)"] = "мне это нравится (переключение)";
|
||||||
$a->strings["I don't like this (toggle)"] = "мне это не нравится (переключение)";
|
$a->strings["I don't like this (toggle)"] = "мне это не нравится (переключение)";
|
||||||
$a->strings["Share This"] = "";
|
$a->strings["Share This"] = "Поделиться этим";
|
||||||
$a->strings["share"] = "поделиться";
|
$a->strings["share"] = "поделиться";
|
||||||
$a->strings["View %s's profile - %s"] = "Просмотр %s's профиля - %s";
|
$a->strings["View %s's profile - %s"] = "Просмотр %s's профиля - %s";
|
||||||
$a->strings["to"] = "к";
|
$a->strings["to"] = "к";
|
||||||
$a->strings["via"] = "через";
|
$a->strings["via"] = "через";
|
||||||
$a->strings["Wall-to-Wall"] = "Стена-к-Стене";
|
$a->strings["Wall-to-Wall"] = "Стена-к-Стене";
|
||||||
$a->strings["via Wall-To-Wall:"] = "через Стена-к-Стене:";
|
$a->strings["via Wall-To-Wall:"] = "через Стена-к-Стене:";
|
||||||
$a->strings["Save Bookmarks"] = "";
|
$a->strings["Save Bookmarks"] = "Сохранить закладки";
|
||||||
$a->strings["Add to Calendar"] = "";
|
$a->strings["Add to Calendar"] = "Добавить в календарь";
|
||||||
$a->strings["__ctx:noun__ Likes"] = "";
|
$a->strings["__ctx:noun__ Likes"] = "нравится";
|
||||||
$a->strings["__ctx:noun__ Dislikes"] = "";
|
$a->strings["__ctx:noun__ Dislikes"] = "не-нравится";
|
||||||
$a->strings["%d comment"] = array(
|
$a->strings["%d comment"] = array(
|
||||||
0 => "%d комментарий",
|
0 => "%d комментарий",
|
||||||
1 => "%d комментария",
|
1 => "%d комментария",
|
||||||
2 => "%d комментариев",
|
2 => "%d комментариев",
|
||||||
);
|
);
|
||||||
$a->strings["[+] show all"] = "";
|
$a->strings["[+] show all"] = "[+] показать все";
|
||||||
$a->strings["This is you"] = "Это вы";
|
$a->strings["This is you"] = "Это вы";
|
||||||
$a->strings["Comment"] = "Комментарий";
|
$a->strings["Comment"] = "Комментарий";
|
||||||
$a->strings["Submit"] = "Отправить";
|
$a->strings["Submit"] = "Отправить";
|
||||||
@ -691,18 +705,18 @@ $a->strings["Image"] = "Изображение";
|
|||||||
$a->strings["Link"] = "Ссылка";
|
$a->strings["Link"] = "Ссылка";
|
||||||
$a->strings["Video"] = "Видео";
|
$a->strings["Video"] = "Видео";
|
||||||
$a->strings["Delete this item?"] = "Удалить этот элемент?";
|
$a->strings["Delete this item?"] = "Удалить этот элемент?";
|
||||||
$a->strings["[-] show less"] = "";
|
$a->strings["[-] show less"] = "[-] показать меньше";
|
||||||
$a->strings["[+] expand"] = "";
|
$a->strings["[+] expand"] = "[+] развернуть";
|
||||||
$a->strings["[-] collapse"] = "";
|
$a->strings["[-] collapse"] = "[-] свернуть";
|
||||||
$a->strings["Password too short"] = "Пароль слишком короткий";
|
$a->strings["Password too short"] = "Пароль слишком короткий";
|
||||||
$a->strings["Passwords do not match"] = "Пароли не совпадают";
|
$a->strings["Passwords do not match"] = "Пароли не совпадают";
|
||||||
$a->strings["everybody"] = "все";
|
$a->strings["everybody"] = "все";
|
||||||
$a->strings["Secret Passphrase"] = "";
|
$a->strings["Secret Passphrase"] = "Тайный пароль";
|
||||||
$a->strings["Passphrase hint"] = "";
|
$a->strings["Passphrase hint"] = "";
|
||||||
$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "";
|
$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "";
|
||||||
$a->strings["close all"] = "";
|
$a->strings["close all"] = "закрыть все";
|
||||||
$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo";
|
$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo";
|
||||||
$a->strings["timeago.prefixFromNow"] = "";
|
$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow";
|
||||||
$a->strings["ago"] = "тому назад";
|
$a->strings["ago"] = "тому назад";
|
||||||
$a->strings["from now"] = "с этого времени";
|
$a->strings["from now"] = "с этого времени";
|
||||||
$a->strings["less than a minute"] = "менее чем одну минуту назад";
|
$a->strings["less than a minute"] = "менее чем одну минуту назад";
|
||||||
@ -781,7 +795,7 @@ $a->strings["Logged out."] = "Вышел из системы.";
|
|||||||
$a->strings["Failed authentication"] = "Ошибка аутентификации";
|
$a->strings["Failed authentication"] = "Ошибка аутентификации";
|
||||||
$a->strings["Login failed."] = "Не удалось войти.";
|
$a->strings["Login failed."] = "Не удалось войти.";
|
||||||
$a->strings["Permission denied"] = "Доступ запрещен";
|
$a->strings["Permission denied"] = "Доступ запрещен";
|
||||||
$a->strings["(Unknown)"] = "";
|
$a->strings["(Unknown)"] = "(Неизвестный)";
|
||||||
$a->strings["Item not found."] = "Элемент не найден.";
|
$a->strings["Item not found."] = "Элемент не найден.";
|
||||||
$a->strings["Collection not found."] = "Коллекция не найдена.";
|
$a->strings["Collection not found."] = "Коллекция не найдена.";
|
||||||
$a->strings["Collection is empty."] = "Коллекция пуста.";
|
$a->strings["Collection is empty."] = "Коллекция пуста.";
|
||||||
@ -828,12 +842,11 @@ $a->strings["New Menu Element"] = "Новый элемент меню";
|
|||||||
$a->strings["Menu Item Permissions"] = "";
|
$a->strings["Menu Item Permissions"] = "";
|
||||||
$a->strings["(click to open/close)"] = "(нажмите, чтобы открыть / закрыть)";
|
$a->strings["(click to open/close)"] = "(нажмите, чтобы открыть / закрыть)";
|
||||||
$a->strings["Link text"] = "Текст ссылки";
|
$a->strings["Link text"] = "Текст ссылки";
|
||||||
$a->strings["URL of link"] = "";
|
$a->strings["URL of link"] = "URL ссылки";
|
||||||
$a->strings["Use Red magic-auth if available"] = "";
|
$a->strings["Use Red magic-auth if available"] = "";
|
||||||
$a->strings["Open link in new window"] = "";
|
$a->strings["Open link in new window"] = "Открыть ссылку в новом окне";
|
||||||
$a->strings["Order in list"] = "";
|
$a->strings["Order in list"] = "";
|
||||||
$a->strings["Higher numbers will sink to bottom of listing"] = "";
|
$a->strings["Higher numbers will sink to bottom of listing"] = "";
|
||||||
$a->strings["Create"] = "Создать";
|
|
||||||
$a->strings["Menu item not found."] = "Элемент меню не найден.";
|
$a->strings["Menu item not found."] = "Элемент меню не найден.";
|
||||||
$a->strings["Menu item deleted."] = "Элемент меню удален.";
|
$a->strings["Menu item deleted."] = "Элемент меню удален.";
|
||||||
$a->strings["Menu item could not be deleted."] = "";
|
$a->strings["Menu item could not be deleted."] = "";
|
||||||
@ -842,7 +855,7 @@ $a->strings["Modify"] = "Изменить";
|
|||||||
$a->strings["sent you a private message"] = "отправил вам личное сообщение";
|
$a->strings["sent you a private message"] = "отправил вам личное сообщение";
|
||||||
$a->strings["added your channel"] = "добавил ваш канал";
|
$a->strings["added your channel"] = "добавил ваш канал";
|
||||||
$a->strings["posted an event"] = "";
|
$a->strings["posted an event"] = "";
|
||||||
$a->strings["network"] = "";
|
$a->strings["network"] = "сеть";
|
||||||
$a->strings["Name is required"] = "Необходимо имя";
|
$a->strings["Name is required"] = "Необходимо имя";
|
||||||
$a->strings["Key and Secret are required"] = "";
|
$a->strings["Key and Secret are required"] = "";
|
||||||
$a->strings["Passwords do not match. Password unchanged."] = "Пароли не совпадают. Пароль не изменён.";
|
$a->strings["Passwords do not match. Password unchanged."] = "Пароли не совпадают. Пароль не изменён.";
|
||||||
@ -850,7 +863,7 @@ $a->strings["Empty passwords are not allowed. Password unchanged."] = "Пуст
|
|||||||
$a->strings["Password changed."] = "Пароль изменен.";
|
$a->strings["Password changed."] = "Пароль изменен.";
|
||||||
$a->strings["Password update failed. Please try again."] = "Изменение пароля закончилось неуспешно. Пожалуйста, попробуйте еще раз.";
|
$a->strings["Password update failed. Please try again."] = "Изменение пароля закончилось неуспешно. Пожалуйста, попробуйте еще раз.";
|
||||||
$a->strings["Not valid email."] = "Не действительный адрес электронной почты.";
|
$a->strings["Not valid email."] = "Не действительный адрес электронной почты.";
|
||||||
$a->strings["Protected email address. Cannot change to that email."] = "";
|
$a->strings["Protected email address. Cannot change to that email."] = "Защищенный адрес электронной почты. Нельзя изменить.";
|
||||||
$a->strings["System failure storing new email. Please try again."] = "";
|
$a->strings["System failure storing new email. Please try again."] = "";
|
||||||
$a->strings["Settings updated."] = "Настройки обновленны.";
|
$a->strings["Settings updated."] = "Настройки обновленны.";
|
||||||
$a->strings["Add application"] = "Добавить приложения";
|
$a->strings["Add application"] = "Добавить приложения";
|
||||||
@ -883,7 +896,7 @@ $a->strings["On"] = "Вкл.";
|
|||||||
$a->strings["Additional Features"] = "Дополнительные функции";
|
$a->strings["Additional Features"] = "Дополнительные функции";
|
||||||
$a->strings["Connector Settings"] = "Настройки соединителя";
|
$a->strings["Connector Settings"] = "Настройки соединителя";
|
||||||
$a->strings["No special theme for mobile devices"] = "Нет специальной темы для мобильных устройств";
|
$a->strings["No special theme for mobile devices"] = "Нет специальной темы для мобильных устройств";
|
||||||
$a->strings["%s - (Experimental)"] = "";
|
$a->strings["%s - (Experimental)"] = "%s - (экспериментальный)";
|
||||||
$a->strings["Display Settings"] = "Настройки отображения";
|
$a->strings["Display Settings"] = "Настройки отображения";
|
||||||
$a->strings["Display Theme:"] = "Тема отображения:";
|
$a->strings["Display Theme:"] = "Тема отображения:";
|
||||||
$a->strings["Mobile Theme:"] = "Мобильная тема отображения:";
|
$a->strings["Mobile Theme:"] = "Мобильная тема отображения:";
|
||||||
@ -895,8 +908,8 @@ $a->strings["Don't show emoticons"] = "Не показывать emoticons";
|
|||||||
$a->strings["System Page Layout Editor - (advanced)"] = "";
|
$a->strings["System Page Layout Editor - (advanced)"] = "";
|
||||||
$a->strings["Nobody except yourself"] = "Никто, кроме вас";
|
$a->strings["Nobody except yourself"] = "Никто, кроме вас";
|
||||||
$a->strings["Only those you specifically allow"] = "Только комы вы разрешили";
|
$a->strings["Only those you specifically allow"] = "Только комы вы разрешили";
|
||||||
$a->strings["Approved connections"] = "";
|
$a->strings["Approved connections"] = "Утвержденные контакты";
|
||||||
$a->strings["Any connections"] = "";
|
$a->strings["Any connections"] = "Все контакты";
|
||||||
$a->strings["Anybody on this website"] = "Любой на этом веб-сайте";
|
$a->strings["Anybody on this website"] = "Любой на этом веб-сайте";
|
||||||
$a->strings["Anybody in this network"] = "Любой в этой сети";
|
$a->strings["Anybody in this network"] = "Любой в этой сети";
|
||||||
$a->strings["Anybody authenticated"] = "";
|
$a->strings["Anybody authenticated"] = "";
|
||||||
@ -923,7 +936,7 @@ $a->strings["Very Public - <em>extremely permissive (should be used with caution
|
|||||||
$a->strings["Typical - <em>default public, privacy when desired (similar to social network permissions but with improved privacy)</em>"] = "";
|
$a->strings["Typical - <em>default public, privacy when desired (similar to social network permissions but with improved privacy)</em>"] = "";
|
||||||
$a->strings["Private - <em>default private, never open or public</em>"] = "";
|
$a->strings["Private - <em>default private, never open or public</em>"] = "";
|
||||||
$a->strings["Blocked - <em>default blocked to/from everybody</em>"] = "";
|
$a->strings["Blocked - <em>default blocked to/from everybody</em>"] = "";
|
||||||
$a->strings["Allow others to tag your posts"] = "";
|
$a->strings["Allow others to tag your posts"] = "Разрешить другим помечать сообщения";
|
||||||
$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "";
|
$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "";
|
||||||
$a->strings["Advanced Privacy Settings"] = "Дополнительные настройки";
|
$a->strings["Advanced Privacy Settings"] = "Дополнительные настройки";
|
||||||
$a->strings["Expire other channel content after this many days"] = "";
|
$a->strings["Expire other channel content after this many days"] = "";
|
||||||
@ -943,8 +956,8 @@ $a->strings["You receive a connection request"] = "";
|
|||||||
$a->strings["Your connections are confirmed"] = "";
|
$a->strings["Your connections are confirmed"] = "";
|
||||||
$a->strings["Someone writes on your profile wall"] = "";
|
$a->strings["Someone writes on your profile wall"] = "";
|
||||||
$a->strings["Someone writes a followup comment"] = "";
|
$a->strings["Someone writes a followup comment"] = "";
|
||||||
$a->strings["You receive a private message"] = "";
|
$a->strings["You receive a private message"] = "Вы получили личное сообщение";
|
||||||
$a->strings["You receive a friend suggestion"] = "";
|
$a->strings["You receive a friend suggestion"] = "Вы получили предложение дружить";
|
||||||
$a->strings["You are tagged in a post"] = "";
|
$a->strings["You are tagged in a post"] = "";
|
||||||
$a->strings["You are poked/prodded/etc. in a post"] = "";
|
$a->strings["You are poked/prodded/etc. in a post"] = "";
|
||||||
$a->strings["Advanced Account/Page Type Settings"] = "";
|
$a->strings["Advanced Account/Page Type Settings"] = "";
|
||||||
@ -977,7 +990,6 @@ $a->strings["Photo not available."] = "Фотография не доступн
|
|||||||
$a->strings["Upload File:"] = "Загрузить файл:";
|
$a->strings["Upload File:"] = "Загрузить файл:";
|
||||||
$a->strings["Select a profile:"] = "Выберите профиль:";
|
$a->strings["Select a profile:"] = "Выберите профиль:";
|
||||||
$a->strings["Upload Profile Photo"] = "Загрузить фотографию профиля";
|
$a->strings["Upload Profile Photo"] = "Загрузить фотографию профиля";
|
||||||
$a->strings["Upload"] = "Загрузка";
|
|
||||||
$a->strings["skip this step"] = "пропустить этот шаг";
|
$a->strings["skip this step"] = "пропустить этот шаг";
|
||||||
$a->strings["select a photo from your photo albums"] = "";
|
$a->strings["select a photo from your photo albums"] = "";
|
||||||
$a->strings["Crop Image"] = "Обрезать изображение";
|
$a->strings["Crop Image"] = "Обрезать изображение";
|
||||||
@ -986,7 +998,7 @@ $a->strings["Done Editing"] = "Закончить редактирование";
|
|||||||
$a->strings["Image uploaded successfully."] = "Загрузка изображениея прошла успешно.";
|
$a->strings["Image uploaded successfully."] = "Загрузка изображениея прошла успешно.";
|
||||||
$a->strings["Image upload failed."] = "Загрузка изображениея прошла безуспешно.";
|
$a->strings["Image upload failed."] = "Загрузка изображениея прошла безуспешно.";
|
||||||
$a->strings["Image size reduction [%s] failed."] = "";
|
$a->strings["Image size reduction [%s] failed."] = "";
|
||||||
$a->strings["Block Name"] = "";
|
$a->strings["Block Name"] = "Название блока";
|
||||||
$a->strings["Profile not found."] = "Профиль не найден.";
|
$a->strings["Profile not found."] = "Профиль не найден.";
|
||||||
$a->strings["Profile deleted."] = "Профиль удален.";
|
$a->strings["Profile deleted."] = "Профиль удален.";
|
||||||
$a->strings["Profile-"] = "Профиль-";
|
$a->strings["Profile-"] = "Профиль-";
|
||||||
@ -1026,7 +1038,7 @@ $a->strings["Country:"] = "Страна:";
|
|||||||
$a->strings["Region/State:"] = "Регион / Область:";
|
$a->strings["Region/State:"] = "Регион / Область:";
|
||||||
$a->strings["<span class=\"heart\">♥</span> Marital Status:"] = "";
|
$a->strings["<span class=\"heart\">♥</span> Marital Status:"] = "";
|
||||||
$a->strings["Who: (if applicable)"] = "Кто: (если это применимо)";
|
$a->strings["Who: (if applicable)"] = "Кто: (если это применимо)";
|
||||||
$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "";
|
$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Примеры: cathy123, Cathy Williams, cathy@example.com";
|
||||||
$a->strings["Since [date]:"] = "С тех пор [date]:";
|
$a->strings["Since [date]:"] = "С тех пор [date]:";
|
||||||
$a->strings["Homepage URL:"] = "URL-адрес домашней страницы:";
|
$a->strings["Homepage URL:"] = "URL-адрес домашней страницы:";
|
||||||
$a->strings["Religious Views:"] = "Религиозные взгляды:";
|
$a->strings["Religious Views:"] = "Религиозные взгляды:";
|
||||||
@ -1049,7 +1061,7 @@ $a->strings["Age: "] = "Возраст:";
|
|||||||
$a->strings["Edit/Manage Profiles"] = "Редактирование / Управление профилей";
|
$a->strings["Edit/Manage Profiles"] = "Редактирование / Управление профилей";
|
||||||
$a->strings["Add profile things"] = "";
|
$a->strings["Add profile things"] = "";
|
||||||
$a->strings["Include desirable objects in your profile"] = "";
|
$a->strings["Include desirable objects in your profile"] = "";
|
||||||
$a->strings["Bookmark added"] = "";
|
$a->strings["Bookmark added"] = "Закладка добавлена";
|
||||||
$a->strings["My Bookmarks"] = "Мои закладки";
|
$a->strings["My Bookmarks"] = "Мои закладки";
|
||||||
$a->strings["My Connections Bookmarks"] = "Закладки моих контактов";
|
$a->strings["My Connections Bookmarks"] = "Закладки моих контактов";
|
||||||
$a->strings["Invalid profile identifier."] = "";
|
$a->strings["Invalid profile identifier."] = "";
|
||||||
@ -1057,15 +1069,15 @@ $a->strings["Profile Visibility Editor"] = "Редактор видимости
|
|||||||
$a->strings["Click on a contact to add or remove."] = "Нажмите на канал, чтобы добавить или удалить.";
|
$a->strings["Click on a contact to add or remove."] = "Нажмите на канал, чтобы добавить или удалить.";
|
||||||
$a->strings["Visible To"] = "Видно";
|
$a->strings["Visible To"] = "Видно";
|
||||||
$a->strings["All Connections"] = "Все контакты";
|
$a->strings["All Connections"] = "Все контакты";
|
||||||
$a->strings["Public Sites"] = "";
|
$a->strings["Public Sites"] = "Публичные сайты";
|
||||||
$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "";
|
$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "";
|
||||||
$a->strings["Site URL"] = "URL веб-сайта";
|
$a->strings["Site URL"] = "URL веб-сайта";
|
||||||
$a->strings["Access Type"] = "";
|
$a->strings["Access Type"] = "Тип доступа";
|
||||||
$a->strings["Registration Policy"] = "Правила регистрации";
|
$a->strings["Registration Policy"] = "Правила регистрации";
|
||||||
$a->strings["You must be logged in to see this page."] = "Вы должны авторизоваться, чтобы увидеть эту страницу.";
|
$a->strings["You must be logged in to see this page."] = "Вы должны авторизоваться, чтобы увидеть эту страницу.";
|
||||||
$a->strings["Insufficient permissions. Request redirected to profile page."] = "";
|
$a->strings["Insufficient permissions. Request redirected to profile page."] = "";
|
||||||
$a->strings["Select a bookmark folder"] = "";
|
$a->strings["Select a bookmark folder"] = "";
|
||||||
$a->strings["Save Bookmark"] = "";
|
$a->strings["Save Bookmark"] = "Сохранить закладки";
|
||||||
$a->strings["URL of bookmark"] = "";
|
$a->strings["URL of bookmark"] = "";
|
||||||
$a->strings["Description"] = "Описание";
|
$a->strings["Description"] = "Описание";
|
||||||
$a->strings["Or enter new bookmark folder name"] = "";
|
$a->strings["Or enter new bookmark folder name"] = "";
|
||||||
@ -1087,7 +1099,7 @@ $a->strings["Your registration can not be processed."] = "Ваша регист
|
|||||||
$a->strings["Registration on this site/hub is by approval only."] = "";
|
$a->strings["Registration on this site/hub is by approval only."] = "";
|
||||||
$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "";
|
$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "";
|
||||||
$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "";
|
$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "";
|
||||||
$a->strings["Terms of Service"] = "";
|
$a->strings["Terms of Service"] = "Условия предоставления услуг";
|
||||||
$a->strings["I accept the %s for this website"] = "";
|
$a->strings["I accept the %s for this website"] = "";
|
||||||
$a->strings["I am over 13 years of age and accept the %s for this website"] = "";
|
$a->strings["I am over 13 years of age and accept the %s for this website"] = "";
|
||||||
$a->strings["Registration"] = "Регистрация";
|
$a->strings["Registration"] = "Регистрация";
|
||||||
@ -1096,8 +1108,8 @@ $a->strings["Please enter your invitation code"] = "Пожалуйста, вве
|
|||||||
$a->strings["Your email address"] = "Ваш адрес электронной почты";
|
$a->strings["Your email address"] = "Ваш адрес электронной почты";
|
||||||
$a->strings["Choose a password"] = "Выберите пароль";
|
$a->strings["Choose a password"] = "Выберите пароль";
|
||||||
$a->strings["Please re-enter your password"] = "Пожалуйста, введите пароль еще раз";
|
$a->strings["Please re-enter your password"] = "Пожалуйста, введите пароль еще раз";
|
||||||
$a->strings["Away"] = "";
|
$a->strings["Away"] = "Нет на месте";
|
||||||
$a->strings["Online"] = "";
|
$a->strings["Online"] = "Сейчас в сети";
|
||||||
$a->strings["Please login."] = "Войдите пожалуйста.";
|
$a->strings["Please login."] = "Войдите пожалуйста.";
|
||||||
$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "";
|
$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "";
|
||||||
$a->strings["Remove This Channel"] = "Удалить этот канал";
|
$a->strings["Remove This Channel"] = "Удалить этот канал";
|
||||||
@ -1105,13 +1117,13 @@ $a->strings["This will completely remove this channel from the network. Once thi
|
|||||||
$a->strings["Please enter your password for verification:"] = "Пожалуйста, введите пароль для проверки:";
|
$a->strings["Please enter your password for verification:"] = "Пожалуйста, введите пароль для проверки:";
|
||||||
$a->strings["Remove this channel and all its clones from the network"] = "Удалить этот канал и все его клоны из сети";
|
$a->strings["Remove this channel and all its clones from the network"] = "Удалить этот канал и все его клоны из сети";
|
||||||
$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "";
|
$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "";
|
||||||
$a->strings["Remove Channel"] = "";
|
$a->strings["Remove Channel"] = "Удалить канал";
|
||||||
$a->strings["No channel."] = "Не канал.";
|
$a->strings["No channel."] = "Не канал.";
|
||||||
$a->strings["Common connections"] = "Общие контакты";
|
$a->strings["Common connections"] = "Общие контакты";
|
||||||
$a->strings["No connections in common."] = "Общих контактов нет.";
|
$a->strings["No connections in common."] = "Общих контактов нет.";
|
||||||
$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "";
|
$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "";
|
||||||
$a->strings["The error message was:"] = "";
|
$a->strings["The error message was:"] = "Сообщение об ошибке было:";
|
||||||
$a->strings["Authentication failed."] = "";
|
$a->strings["Authentication failed."] = "Ошибка проверки подлинности.";
|
||||||
$a->strings["Remote Authentication"] = "Удаленная аутентификация";
|
$a->strings["Remote Authentication"] = "Удаленная аутентификация";
|
||||||
$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Введите адрес вашего канала (например: channel@example.com)";
|
$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Введите адрес вашего канала (например: channel@example.com)";
|
||||||
$a->strings["Authenticate"] = "Проверка подлинности";
|
$a->strings["Authenticate"] = "Проверка подлинности";
|
||||||
@ -1123,7 +1135,7 @@ $a->strings["This channel may require additional steps or acknowledgement of the
|
|||||||
$a->strings["Potential connections will then see the following text before proceeding:"] = "";
|
$a->strings["Potential connections will then see the following text before proceeding:"] = "";
|
||||||
$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "";
|
$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "";
|
||||||
$a->strings["(No specific instructions have been provided by the channel owner.)"] = "";
|
$a->strings["(No specific instructions have been provided by the channel owner.)"] = "";
|
||||||
$a->strings["Restricted or Premium Channel"] = "";
|
$a->strings["Restricted or Premium Channel"] = "Ограниченный или Премиум канал";
|
||||||
$a->strings["No such group"] = "Нет такой группы";
|
$a->strings["No such group"] = "Нет такой группы";
|
||||||
$a->strings["Search Results For:"] = "Результаты поиска для:";
|
$a->strings["Search Results For:"] = "Результаты поиска для:";
|
||||||
$a->strings["Collection is empty"] = "Коллекция пуста";
|
$a->strings["Collection is empty"] = "Коллекция пуста";
|
||||||
@ -1139,7 +1151,7 @@ $a->strings["Ignored"] = "Игнорируемые";
|
|||||||
$a->strings["Hidden"] = "Скрытые";
|
$a->strings["Hidden"] = "Скрытые";
|
||||||
$a->strings["Archived"] = "Зархивированные";
|
$a->strings["Archived"] = "Зархивированные";
|
||||||
$a->strings["All"] = "Все";
|
$a->strings["All"] = "Все";
|
||||||
$a->strings["Unconnected"] = "";
|
$a->strings["Unconnected"] = "Неприсоединенные";
|
||||||
$a->strings["Suggest new connections"] = "Предлагать новые контакты";
|
$a->strings["Suggest new connections"] = "Предлагать новые контакты";
|
||||||
$a->strings["New Connections"] = "Новые контакты";
|
$a->strings["New Connections"] = "Новые контакты";
|
||||||
$a->strings["Show pending (new) connections"] = "Просмотр (новых) ждущих контактов";
|
$a->strings["Show pending (new) connections"] = "Просмотр (новых) ждущих контактов";
|
||||||
@ -1243,13 +1255,15 @@ $a->strings["Finding:"] = "Поиск:";
|
|||||||
$a->strings["next page"] = "следующая страница";
|
$a->strings["next page"] = "следующая страница";
|
||||||
$a->strings["previous page"] = "предыдущая страница";
|
$a->strings["previous page"] = "предыдущая страница";
|
||||||
$a->strings["No entries (some entries may be hidden)."] = "";
|
$a->strings["No entries (some entries may be hidden)."] = "";
|
||||||
$a->strings["Status: "] = "";
|
$a->strings["Status: "] = "Статус:";
|
||||||
$a->strings["Sexual Preference: "] = "Сексуальная ориентация:";
|
$a->strings["Sexual Preference: "] = "Сексуальная ориентация:";
|
||||||
$a->strings["Homepage: "] = "Домашняя страница:";
|
$a->strings["Homepage: "] = "Домашняя страница:";
|
||||||
$a->strings["Hometown: "] = "Город проживания:";
|
$a->strings["Hometown: "] = "Город проживания:";
|
||||||
$a->strings["About: "] = "О себе:";
|
$a->strings["About: "] = "О себе:";
|
||||||
$a->strings["Keywords: "] = "Ключевые слова:";
|
$a->strings["Keywords: "] = "Ключевые слова:";
|
||||||
$a->strings["This site is not a directory server"] = "Этот сайт не является сервером каталога";
|
$a->strings["This site is not a directory server"] = "Этот сайт не является сервером каталога";
|
||||||
|
$a->strings["Red Matrix - "The Network""] = "";
|
||||||
|
$a->strings["Welcome to %s"] = "Добро пожаловать в %s";
|
||||||
$a->strings["Red Matrix Server - Setup"] = "Red Matrix Сервер - Установка";
|
$a->strings["Red Matrix Server - Setup"] = "Red Matrix Сервер - Установка";
|
||||||
$a->strings["Could not connect to database."] = "Не удалось подключиться к серверу баз данных.";
|
$a->strings["Could not connect to database."] = "Не удалось подключиться к серверу баз данных.";
|
||||||
$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "";
|
$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "";
|
||||||
@ -1331,38 +1345,69 @@ $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["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "";
|
||||||
$a->strings["Item not found"] = "Элемент не найден";
|
$a->strings["Item not found"] = "Элемент не найден";
|
||||||
$a->strings["Edit Block"] = "Редактировать блок";
|
$a->strings["Edit Block"] = "Редактировать блок";
|
||||||
$a->strings["Delete block?"] = "";
|
$a->strings["Delete block?"] = "Удалить блок?";
|
||||||
$a->strings["Insert YouTube video"] = "Вставить YouTube видео";
|
$a->strings["Insert YouTube video"] = "Вставить YouTube видео";
|
||||||
$a->strings["Insert Vorbis [.ogg] video"] = "Вставить Vorbis [.ogg] видео";
|
$a->strings["Insert Vorbis [.ogg] video"] = "Вставить Vorbis [.ogg] видео";
|
||||||
$a->strings["Insert Vorbis [.ogg] audio"] = "Вставить Vorbis [.ogg] музыку";
|
$a->strings["Insert Vorbis [.ogg] audio"] = "Вставить Vorbis [.ogg] музыку";
|
||||||
$a->strings["Delete Block"] = "Удалить блок";
|
$a->strings["Delete Block"] = "Удалить блок";
|
||||||
$a->strings["Layout updated."] = "";
|
$a->strings["Layout updated."] = "Шаблон обновлен.";
|
||||||
$a->strings["Edit System Page Description"] = "";
|
$a->strings["Edit System Page Description"] = "";
|
||||||
$a->strings["Layout not found."] = "";
|
$a->strings["Layout not found."] = "Шаблон не найден";
|
||||||
$a->strings["Module Name:"] = "";
|
$a->strings["Module Name:"] = "Имя модуля:";
|
||||||
$a->strings["Layout Help"] = "";
|
$a->strings["Layout Help"] = "Помощь к шаблону";
|
||||||
$a->strings["Edit Layout"] = "";
|
$a->strings["Edit Layout"] = "Редактировать шаблон";
|
||||||
$a->strings["Delete layout?"] = "";
|
$a->strings["Delete layout?"] = "Удалить шаблон?";
|
||||||
$a->strings["Delete Layout"] = "";
|
$a->strings["Delete Layout"] = "Удалить шаблон";
|
||||||
$a->strings["Item is not editable"] = "Элемент нельзя редактировать";
|
$a->strings["Item is not editable"] = "Элемент нельзя редактировать";
|
||||||
$a->strings["Delete item?"] = "Удалить элемент?";
|
$a->strings["Delete item?"] = "Удалить элемент?";
|
||||||
$a->strings["Edit Webpage"] = "";
|
$a->strings["Edit Webpage"] = "Редактировать веб-страницу";
|
||||||
$a->strings["Delete webpage?"] = "Удалить веб-страницу?";
|
$a->strings["Delete webpage?"] = "Удалить веб-страницу?";
|
||||||
$a->strings["Delete Webpage"] = "";
|
$a->strings["Delete Webpage"] = "Удалить веб-страницу";
|
||||||
$a->strings["Version %s"] = "Версия %s";
|
$a->strings["Version %s"] = "Версия %s";
|
||||||
$a->strings["Installed plugins/addons/apps:"] = "";
|
$a->strings["Installed plugins/addons/apps:"] = "";
|
||||||
$a->strings["No installed plugins/addons/apps"] = "";
|
$a->strings["No installed plugins/addons/apps"] = "";
|
||||||
$a->strings["Red"] = "Red";
|
$a->strings["Red"] = "Red";
|
||||||
$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = "";
|
$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = "";
|
||||||
$a->strings["Running at web location"] = "";
|
$a->strings["Running at web location"] = "";
|
||||||
$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "";
|
$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "Пожалуйста посетите <a href=\"http://getzot.com\">GetZot.com</a> чтобы узнать больше о Red Matrix.";
|
||||||
$a->strings["Bug reports and issues: please visit"] = "";
|
$a->strings["Bug reports and issues: please visit"] = "";
|
||||||
$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "";
|
$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "";
|
||||||
$a->strings["Site Administrators"] = "";
|
$a->strings["Site Administrators"] = "Администратор сайта";
|
||||||
|
$a->strings["Page owner information could not be retrieved."] = "";
|
||||||
|
$a->strings["Album not found."] = "Альбом не найден.";
|
||||||
|
$a->strings["Delete Album"] = "Удалить альбом";
|
||||||
|
$a->strings["Delete Photo"] = "Удалить фотографию";
|
||||||
|
$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["You have used %1$.2f Mbytes of photo storage."] = "Вы использовали %1$.2f мегабайт для хранения фото.";
|
||||||
|
$a->strings["Upload Photos"] = "Загрузить фотографии";
|
||||||
|
$a->strings["New album name: "] = "Название нового альбома:";
|
||||||
|
$a->strings["or existing album name: "] = "или существующий альбом:";
|
||||||
|
$a->strings["Do not show a status post for this upload"] = "Не показывать пост о состоянии этой загрузки";
|
||||||
|
$a->strings["Contact Photos"] = "Фотографии контакта";
|
||||||
|
$a->strings["Edit Album"] = "Редактировать Фотоальбом";
|
||||||
|
$a->strings["Show Newest First"] = "Показать новые первыми";
|
||||||
|
$a->strings["Show Oldest First"] = "Показать старые первыми";
|
||||||
|
$a->strings["View Photo"] = "Посмотреть фотографию";
|
||||||
|
$a->strings["Permission denied. Access to this item may be restricted."] = "";
|
||||||
|
$a->strings["Photo not available"] = "Фотография не доступна";
|
||||||
|
$a->strings["Use as profile photo"] = "Использовать в качестве фотографии профиля";
|
||||||
|
$a->strings["View Full Size"] = "Посмотреть в полный размер";
|
||||||
|
$a->strings["Edit photo"] = "Редактировать фотографию";
|
||||||
|
$a->strings["Rotate CW (right)"] = "Повернуть CW (направо)";
|
||||||
|
$a->strings["Rotate CCW (left)"] = "Повернуть CCW (налево)";
|
||||||
|
$a->strings["New album name"] = "Новое название альбома:";
|
||||||
|
$a->strings["Caption"] = "Подпись";
|
||||||
|
$a->strings["Add a Tag"] = "Добавить тег";
|
||||||
|
$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Например: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping";
|
||||||
|
$a->strings["In This Photo:"] = "";
|
||||||
|
$a->strings["View Album"] = "Посмотреть фотоальбом";
|
||||||
|
$a->strings["Recent Photos"] = "Последние фотографии";
|
||||||
$a->strings["Failed to create source. No channel selected."] = "";
|
$a->strings["Failed to create source. No channel selected."] = "";
|
||||||
$a->strings["Source created."] = "Источник создан";
|
$a->strings["Source created."] = "Источник создан";
|
||||||
$a->strings["Source updated."] = "";
|
$a->strings["Source updated."] = "Источник обновлен.";
|
||||||
$a->strings["*"] = "";
|
$a->strings["*"] = "*";
|
||||||
$a->strings["Manage remote sources of content for your channel."] = "";
|
$a->strings["Manage remote sources of content for your channel."] = "";
|
||||||
$a->strings["New Source"] = "Новый источник";
|
$a->strings["New Source"] = "Новый источник";
|
||||||
$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "";
|
$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "";
|
||||||
@ -1399,10 +1444,6 @@ $a->strings["Include all files and sub folders"] = "";
|
|||||||
$a->strings["Return to file list"] = "";
|
$a->strings["Return to file list"] = "";
|
||||||
$a->strings["Copy/paste this code to attach file to a post"] = "";
|
$a->strings["Copy/paste this code to attach file to a post"] = "";
|
||||||
$a->strings["Copy/paste this URL to link file from a web page"] = "";
|
$a->strings["Copy/paste this URL to link file from a web page"] = "";
|
||||||
$a->strings["Download"] = "Загрузка";
|
|
||||||
$a->strings["Used: "] = "Использовано:";
|
|
||||||
$a->strings["[directory]"] = "";
|
|
||||||
$a->strings["Limit: "] = "Предел: ";
|
|
||||||
$a->strings["Channel added."] = "Контакт добавлен.";
|
$a->strings["Channel added."] = "Контакт добавлен.";
|
||||||
$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s следит %2\$s's %3\$s";
|
$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s следит %2\$s's %3\$s";
|
||||||
$a->strings["Contact not found."] = "Контакт не найден.";
|
$a->strings["Contact not found."] = "Контакт не найден.";
|
||||||
@ -1428,8 +1469,6 @@ $a->strings["Not Found"] = "Не найдено";
|
|||||||
$a->strings["Tag removed"] = "Тег удален";
|
$a->strings["Tag removed"] = "Тег удален";
|
||||||
$a->strings["Remove Item Tag"] = "Удалить Тег";
|
$a->strings["Remove Item Tag"] = "Удалить Тег";
|
||||||
$a->strings["Select a tag to remove: "] = "Выбрать тег для удаления: ";
|
$a->strings["Select a tag to remove: "] = "Выбрать тег для удаления: ";
|
||||||
$a->strings["Red Matrix - "The Network""] = "";
|
|
||||||
$a->strings["Welcome to %s"] = "Добро пожаловать в %s";
|
|
||||||
$a->strings["Theme settings updated."] = "Настройки темы обновленны.";
|
$a->strings["Theme settings updated."] = "Настройки темы обновленны.";
|
||||||
$a->strings["Site"] = "Сайт";
|
$a->strings["Site"] = "Сайт";
|
||||||
$a->strings["Accounts"] = "Пользователи";
|
$a->strings["Accounts"] = "Пользователи";
|
||||||
@ -1459,7 +1498,7 @@ $a->strings["File upload"] = "Загрузка файла";
|
|||||||
$a->strings["Policies"] = "Правила";
|
$a->strings["Policies"] = "Правила";
|
||||||
$a->strings["Site name"] = "Название сайта";
|
$a->strings["Site name"] = "Название сайта";
|
||||||
$a->strings["Banner/Logo"] = "Баннер / логотип";
|
$a->strings["Banner/Logo"] = "Баннер / логотип";
|
||||||
$a->strings["Administrator Information"] = "";
|
$a->strings["Administrator Information"] = "Информация об администраторе";
|
||||||
$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "";
|
$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "";
|
||||||
$a->strings["System language"] = "Язык системы";
|
$a->strings["System language"] = "Язык системы";
|
||||||
$a->strings["System theme"] = "Тема системы";
|
$a->strings["System theme"] = "Тема системы";
|
||||||
@ -1552,12 +1591,12 @@ $a->strings["%s channel deleted"] = array(
|
|||||||
2 => "%s каналы удалены",
|
2 => "%s каналы удалены",
|
||||||
);
|
);
|
||||||
$a->strings["Channel not found"] = "Канал не найден";
|
$a->strings["Channel not found"] = "Канал не найден";
|
||||||
$a->strings["Channel '%s' deleted"] = "";
|
$a->strings["Channel '%s' deleted"] = "Канал '%s' удален";
|
||||||
$a->strings["Channel '%s' uncensored"] = "";
|
$a->strings["Channel '%s' uncensored"] = "";
|
||||||
$a->strings["Channel '%s' censored"] = "";
|
$a->strings["Channel '%s' censored"] = "";
|
||||||
$a->strings["Censor"] = "";
|
$a->strings["Censor"] = "";
|
||||||
$a->strings["Uncensor"] = "";
|
$a->strings["Uncensor"] = "";
|
||||||
$a->strings["UID"] = "";
|
$a->strings["UID"] = "UID";
|
||||||
$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "";
|
$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "";
|
||||||
$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "";
|
$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "";
|
||||||
$a->strings["Plugin %s disabled."] = "Плагин %s отключен.";
|
$a->strings["Plugin %s disabled."] = "Плагин %s отключен.";
|
||||||
@ -1585,7 +1624,6 @@ $a->strings["Show Thing"] = "";
|
|||||||
$a->strings["item not found."] = "Элемент не найден.";
|
$a->strings["item not found."] = "Элемент не найден.";
|
||||||
$a->strings["Edit Thing"] = "";
|
$a->strings["Edit Thing"] = "";
|
||||||
$a->strings["Select a profile"] = "Выберите профиль";
|
$a->strings["Select a profile"] = "Выберите профиль";
|
||||||
$a->strings["Select a category of stuff. e.g. I ______ something"] = "";
|
|
||||||
$a->strings["Post an activity"] = "";
|
$a->strings["Post an activity"] = "";
|
||||||
$a->strings["Only sends to viewers of the applicable profile"] = "";
|
$a->strings["Only sends to viewers of the applicable profile"] = "";
|
||||||
$a->strings["Name of thing e.g. something"] = "";
|
$a->strings["Name of thing e.g. something"] = "";
|
||||||
@ -1604,7 +1642,7 @@ $a->strings["Import Channel"] = "Импорт канала";
|
|||||||
$a->strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file. Only identity and connections/relationships will be imported. Importation of content is not yet available."] = "";
|
$a->strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file. Only identity and connections/relationships will be imported. Importation of content is not yet available."] = "";
|
||||||
$a->strings["File to Upload"] = "Файл для загрузки";
|
$a->strings["File to Upload"] = "Файл для загрузки";
|
||||||
$a->strings["Or provide the old server/hub details"] = "";
|
$a->strings["Or provide the old server/hub details"] = "";
|
||||||
$a->strings["Your old identity address (xyz@example.com)"] = "";
|
$a->strings["Your old identity address (xyz@example.com)"] = "Ваш старый адрес идентичности (xyz@example.com)";
|
||||||
$a->strings["Your old login email address"] = "Ваш старый адрес электронной почты";
|
$a->strings["Your old login email address"] = "Ваш старый адрес электронной почты";
|
||||||
$a->strings["Your old login password"] = "Ваш старый пароль";
|
$a->strings["Your old login password"] = "Ваш старый пароль";
|
||||||
$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "";
|
$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "";
|
||||||
@ -1637,7 +1675,8 @@ $a->strings["You have reached your limit of %1$.0f top level posts."] = "";
|
|||||||
$a->strings["You have reached your limit of %1$.0f webpages."] = "";
|
$a->strings["You have reached your limit of %1$.0f webpages."] = "";
|
||||||
$a->strings["[Embedded content - reload page to view]"] = "";
|
$a->strings["[Embedded content - reload page to view]"] = "";
|
||||||
$a->strings["Help with this feature"] = "";
|
$a->strings["Help with this feature"] = "";
|
||||||
$a->strings["Layout Name"] = "";
|
$a->strings["Layout Name"] = "Название шаблона";
|
||||||
|
$a->strings["thing"] = "";
|
||||||
$a->strings["Remote privacy information not available."] = "";
|
$a->strings["Remote privacy information not available."] = "";
|
||||||
$a->strings["Visible to:"] = "Кому видно:";
|
$a->strings["Visible to:"] = "Кому видно:";
|
||||||
$a->strings["No connections."] = "Никаких связей.";
|
$a->strings["No connections."] = "Никаких связей.";
|
||||||
@ -1710,7 +1749,7 @@ $a->strings["Menu title as seen by others"] = "";
|
|||||||
$a->strings["Allow bookmarks"] = "Разрешить закладки";
|
$a->strings["Allow bookmarks"] = "Разрешить закладки";
|
||||||
$a->strings["Menu may be used to store saved bookmarks"] = "Меню может использоваться, чтобы сохранить закладки";
|
$a->strings["Menu may be used to store saved bookmarks"] = "Меню может использоваться, чтобы сохранить закладки";
|
||||||
$a->strings["Menu deleted."] = "Меню удалено.";
|
$a->strings["Menu deleted."] = "Меню удалено.";
|
||||||
$a->strings["Menu could not be deleted."] = "";
|
$a->strings["Menu could not be deleted."] = "Меню не может быть удален.";
|
||||||
$a->strings["Edit Menu"] = "Редактировать меню";
|
$a->strings["Edit Menu"] = "Редактировать меню";
|
||||||
$a->strings["Add or remove entries to this menu"] = "";
|
$a->strings["Add or remove entries to this menu"] = "";
|
||||||
$a->strings["Conversation removed."] = "Разговор удален.";
|
$a->strings["Conversation removed."] = "Разговор удален.";
|
||||||
@ -1722,37 +1761,6 @@ $a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"A
|
|||||||
$a->strings["Choose a short nickname"] = "Выберите короткий псевдоним";
|
$a->strings["Choose a short nickname"] = "Выберите короткий псевдоним";
|
||||||
$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "";
|
$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "";
|
||||||
$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "";
|
$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "";
|
||||||
$a->strings["Page owner information could not be retrieved."] = "";
|
|
||||||
$a->strings["Album not found."] = "Альбом не найден.";
|
|
||||||
$a->strings["Delete Album"] = "Удалить альбом";
|
|
||||||
$a->strings["Delete Photo"] = "Удалить фотографию";
|
|
||||||
$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["You have used %1$.2f Mbytes of photo storage."] = "Вы использовали %1$.2f мегабайт для хранения фото.";
|
|
||||||
$a->strings["Upload Photos"] = "Загрузить фотографии";
|
|
||||||
$a->strings["New album name: "] = "Название нового альбома:";
|
|
||||||
$a->strings["or existing album name: "] = "или существующий альбом:";
|
|
||||||
$a->strings["Do not show a status post for this upload"] = "Не показывать пост о состоянии этой загрузки";
|
|
||||||
$a->strings["Contact Photos"] = "Фотографии контакта";
|
|
||||||
$a->strings["Edit Album"] = "Редактировать Фотоальбом";
|
|
||||||
$a->strings["Show Newest First"] = "Показать новые первыми";
|
|
||||||
$a->strings["Show Oldest First"] = "Показать старые первыми";
|
|
||||||
$a->strings["View Photo"] = "Посмотреть фотографию";
|
|
||||||
$a->strings["Permission denied. Access to this item may be restricted."] = "";
|
|
||||||
$a->strings["Photo not available"] = "Фотография не доступна";
|
|
||||||
$a->strings["Use as profile photo"] = "Использовать в качестве фотографии профиля";
|
|
||||||
$a->strings["View Full Size"] = "Посмотреть в полный размер";
|
|
||||||
$a->strings["Edit photo"] = "Редактировать фотографию";
|
|
||||||
$a->strings["Rotate CW (right)"] = "Повернуть CW (направо)";
|
|
||||||
$a->strings["Rotate CCW (left)"] = "Повернуть CCW (налево)";
|
|
||||||
$a->strings["New album name"] = "Новое название альбома:";
|
|
||||||
$a->strings["Caption"] = "Подпись";
|
|
||||||
$a->strings["Add a Tag"] = "Добавить тег";
|
|
||||||
$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Например: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping";
|
|
||||||
$a->strings["In This Photo:"] = "";
|
|
||||||
$a->strings["View Album"] = "Посмотреть фотоальбом";
|
|
||||||
$a->strings["Recent Photos"] = "Последние фотографии";
|
|
||||||
$a->strings["Invalid request identifier."] = "";
|
$a->strings["Invalid request identifier."] = "";
|
||||||
$a->strings["Discard"] = "Отменить";
|
$a->strings["Discard"] = "Отменить";
|
||||||
$a->strings["No more system notifications."] = "Новых оповещений системы пока нет.";
|
$a->strings["No more system notifications."] = "Новых оповещений системы пока нет.";
|
||||||
@ -1761,16 +1769,16 @@ $a->strings["Unable to find your hub."] = "";
|
|||||||
$a->strings["Post successful."] = "Публикация прошла успешно.";
|
$a->strings["Post successful."] = "Публикация прошла успешно.";
|
||||||
$a->strings["invalid target signature"] = "";
|
$a->strings["invalid target signature"] = "";
|
||||||
$a->strings["OpenID protocol error. No ID returned."] = "";
|
$a->strings["OpenID protocol error. No ID returned."] = "";
|
||||||
$a->strings["App installed."] = "";
|
$a->strings["App installed."] = "Приложение установлено .";
|
||||||
$a->strings["Malformed app."] = "";
|
$a->strings["Malformed app."] = "";
|
||||||
$a->strings["Embed code"] = "Код для вставки";
|
$a->strings["Embed code"] = "Код для вставки";
|
||||||
$a->strings["Edit App"] = "";
|
$a->strings["Edit App"] = "Редактировать приложение";
|
||||||
$a->strings["Create App"] = "";
|
$a->strings["Create App"] = "Создать приложение";
|
||||||
$a->strings["Name of app"] = "";
|
$a->strings["Name of app"] = "Название приложения";
|
||||||
$a->strings["Location (URL) of app"] = "";
|
$a->strings["Location (URL) of app"] = "";
|
||||||
$a->strings["Photo icon URL"] = "";
|
$a->strings["Photo icon URL"] = "";
|
||||||
$a->strings["80 x 80 pixels - optional"] = "";
|
$a->strings["80 x 80 pixels - optional"] = "80 x 80 pixels - необязательно";
|
||||||
$a->strings["Version ID"] = "";
|
$a->strings["Version ID"] = "Версия ID";
|
||||||
$a->strings["Price of app"] = "";
|
$a->strings["Price of app"] = "";
|
||||||
$a->strings["Location (URL) to purchase app"] = "";
|
$a->strings["Location (URL) to purchase app"] = "";
|
||||||
$a->strings["Schema Default"] = "";
|
$a->strings["Schema Default"] = "";
|
||||||
@ -1809,7 +1817,7 @@ $a->strings["Section width"] = "";
|
|||||||
$a->strings["Left offset of the aside"] = "";
|
$a->strings["Left offset of the aside"] = "";
|
||||||
$a->strings["Right offset of the aside element"] = "";
|
$a->strings["Right offset of the aside element"] = "";
|
||||||
$a->strings["None"] = "";
|
$a->strings["None"] = "";
|
||||||
$a->strings["Header image"] = "";
|
$a->strings["Header image"] = "Графика заголовока";
|
||||||
$a->strings["Header image only on profile pages"] = "";
|
$a->strings["Header image only on profile pages"] = "";
|
||||||
$a->strings["Narrow navbar"] = "Узкая панель навигации";
|
$a->strings["Narrow navbar"] = "Узкая панель навигации";
|
||||||
$a->strings["Navigation bar background colour"] = "Панель навигации, цвет фона";
|
$a->strings["Navigation bar background colour"] = "Панель навигации, цвет фона";
|
||||||
@ -1841,6 +1849,11 @@ $a->strings["Set size of conversation author photo"] = "";
|
|||||||
$a->strings["Set size of followup author photos"] = "";
|
$a->strings["Set size of followup author photos"] = "";
|
||||||
$a->strings["Sloppy photo albums"] = "";
|
$a->strings["Sloppy photo albums"] = "";
|
||||||
$a->strings["Are you a clean desk or a messy desk person?"] = "";
|
$a->strings["Are you a clean desk or a messy desk person?"] = "";
|
||||||
|
$a->strings["Type"] = "Тип";
|
||||||
|
$a->strings["Size"] = "Размер";
|
||||||
|
$a->strings["Last modified"] = "Последнее изменение";
|
||||||
|
$a->strings["Are you sure you want to delete this item?"] = "Вы уверены, что хотите удалить этот элемент?";
|
||||||
|
$a->strings["Total"] = "Всего";
|
||||||
$a->strings["Update %s failed. See error logs."] = "";
|
$a->strings["Update %s failed. See error logs."] = "";
|
||||||
$a->strings["Update Error at %s"] = "Ошибка обновления на %s";
|
$a->strings["Update Error at %s"] = "Ошибка обновления на %s";
|
||||||
$a->strings["Create an account to access services and applications within the Red Matrix"] = "";
|
$a->strings["Create an account to access services and applications within the Red Matrix"] = "";
|
||||||
|
Reference in New Issue
Block a user