diff options
Diffstat (limited to 'view/ru/hstrings.php')
-rw-r--r-- | view/ru/hstrings.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/view/ru/hstrings.php b/view/ru/hstrings.php index 1010dbd3a..b5d200d14 100644 --- a/view/ru/hstrings.php +++ b/view/ru/hstrings.php @@ -664,7 +664,7 @@ App::$strings["A channel name is required."] = "Требуется назван App::$strings["This is a "] = "Это "; App::$strings[" channel name"] = " название канала"; App::$strings["timeago.prefixAgo"] = ""; -App::$strings["timeago.prefixFromNow"] = ""; +App::$strings["timeago.prefixFromNow"] = "через"; App::$strings["timeago.suffixAgo"] = "назад"; App::$strings["timeago.suffixFromNow"] = ""; App::$strings["less than a minute"] = "менее чем одну минуту"; @@ -1976,7 +1976,7 @@ App::$strings["This is displayed on the public server site list."] = "Это о App::$strings["Register text"] = "Текст регистрации"; App::$strings["Will be displayed prominently on the registration page."] = "Будет отображаться на странице регистрации на видном месте."; App::$strings["Site homepage to show visitors (default: login box)"] = "Домашняя страница, которая будет показываться посетителям сайт (по умочанию - форма входа)."; -App::$strings["example: 'public' to show public stream, 'page/sys/home' to show a system webpage called 'home' or 'include:home.html' to include a file."] = "например: 'public' для показа публичного потока, 'page/sys/home' показывает системную страницу home или 'include:home.html' для подключения файла."; +App::$strings["example: 'pubstream' to show public stream, 'page/sys/home' to show a system webpage called 'home' or 'include:home.html' to include a file."] = "например: 'pubstream' для показа публичного потока, 'page/sys/home' для показа системной домашней веб-страницы или 'include:home.html' для включения файла."; App::$strings["Preserve site homepage URL"] = "Сохранить URL главной страницы сайта"; App::$strings["Present the site homepage in a frame at the original location instead of redirecting"] = "Показывать домашнюю страницу сайта во фрейме вместо стандартной переадресации"; App::$strings["Accounts abandoned after x days"] = "Аккаунты считаются заброшенными после N дней"; @@ -2596,7 +2596,7 @@ App::$strings["Delete conversation"] = "Удалить беседу"; App::$strings["__ctx:wiki_history__ Message"] = "Сообщение"; App::$strings["Date"] = "Дата"; App::$strings["Compare"] = "Сравнить"; -App::$strings["Can view my channel stream and posts"] = "Может просматривать мою ленту и сообщения"; +App::$strings["Can view my channel stream and posts"] = "Может просматривать мой поток и сообщения"; App::$strings["Can send me their channel stream and posts"] = "Может присылать мне свои потоки и сообщения"; App::$strings["Can view my default channel profile"] = "Может просматривать мой стандартный профиль канала"; App::$strings["Can view my connections"] = "Может просматривать мои контакты"; @@ -2612,7 +2612,7 @@ App::$strings["Can send me private mail messages"] = "Может отправл App::$strings["Can like/dislike profiles and profile things"] = "Может комментировать или отмечать как нравится/ненравится мой профиль"; App::$strings["Can forward to all my channel connections via ! mentions in posts"] = "Может пересылать всем подписчикам моего канала используя ! в публикациях"; App::$strings["Can chat with me"] = "Может общаться со мной в чате"; -App::$strings["Can source my public posts in derived channels"] = "Может использовать мои публичные сообщения в клонированных лентах сообщений"; +App::$strings["Can source my public posts in derived channels"] = "Может использовать мои публичные сообщения в клонированных лентах сообщений"; App::$strings["Can administer my channel"] = "Может администрировать мой канал"; App::$strings["Social Networking"] = "Социальная Сеть"; App::$strings["Social - Federation"] = "Социальная - Федерация"; @@ -2853,7 +2853,7 @@ App::$strings["Post to InsaneJournal by default"] = "Публиковать в I App::$strings["InsaneJournal Post Settings"] = "Настройки публикаций в InsaneJournal"; App::$strings["Insane Journal Settings saved."] = "Настройки InsaneJournal сохранены."; App::$strings["Your account on %s will expire in a few days."] = "Ваш аккаунт на %s перестанет работать через несколько дней."; -App::$strings["Your $Productname test account is about to expire."] = "Ваша пробная учётная запись в $Productname близка к окончанию срока действия."; +App::$strings["Your $Productname test account is about to expire."] = "Ваш тестовый аккаунт в $Productname близок к окончанию срока действия."; App::$strings["Redmatrix File Storage Import"] = "Импорт файлового хранилища Redmatrix"; App::$strings["This will import all your Redmatrix cloud files to this channel."] = "Это позволит импортировать все ваши файлы в Redmatrix в этот канал."; App::$strings["file"] = "файл"; @@ -3281,8 +3281,8 @@ App::$strings["Friendica Login Password"] = "Пароль для входа Fire App::$strings["Show Upload Limits"] = "Показать ограничения на загрузку"; App::$strings["Hubzilla configured maximum size: "] = "Максимальный размер настроенный в Hubzilla:"; App::$strings["PHP upload_max_filesize: "] = ""; -App::$strings["PHP post_max_size (must be larger than upload_max_filesize): "] = ""; -App::$strings["Flattr this!"] = ""; +App::$strings["PHP post_max_size (must be larger than upload_max_filesize): "] = "PHP post_max_size (должен быть больше чем upload_max_filesize): "; +App::$strings["Flattr this!"] = "Flattr это!"; App::$strings["Flattr widget settings updated."] = "Настройки виджета Flattr обновлены."; App::$strings["Flattr user"] = "Пользователь Flattr"; App::$strings["URL of the Thing to flattr"] = "URL ccылки на Flattr"; |