aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ru/install.php
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-03-04 13:57:52 +0100
committerGravatar GitHub <noreply@github.com> 2023-03-04 13:57:52 +0100
commit27c7367534518f1adfd9b12551a2c7a45459cab3 (patch)
treee7e7732e55de14617f1ee6ad90cee49b443c860c /app/i18n/ru/install.php
parent1c1e63c6ad27d0ebd34324b09f176b6767adc0cf (diff)
Improve UI/UX install process (#5147)
* less buttons on step 1 * add form-group * jump to next step as link not as button * improve navigation bar HTML structure * sync password-show button with extra.js * fix CSS * i18n: step 4: split text strings for help text (max chars default user) * show menu button if mobile view * improve header layout with empty div * step 5: button in form-actions * improve buttons in goup-controls * Favicon added * Button: Font color hover btn-attention * install check step: add subtitles * fix .btn * improve tabindex * improve showPW_this()
Diffstat (limited to 'app/i18n/ru/install.php')
-rw-r--r--app/i18n/ru/install.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/i18n/ru/install.php b/app/i18n/ru/install.php
index b4d9ebedb..f6c3b8abe 100644
--- a/app/i18n/ru/install.php
+++ b/app/i18n/ru/install.php
@@ -110,7 +110,10 @@ return array(
'ok' => 'Общие настройки сохранены.',
),
'congratulations' => 'Поздравляем!',
- 'default_user' => 'Имя пользователя по умолчанию <small>(не более 16 буквенно-цифровых символов)</small>',
+ 'default_user' => array(
+ '_' => 'Имя пользователя по умолчанию',
+ 'max_char' => 'не более 16 буквенно-цифровых символов',
+ ),
'fix_errors_before' => 'Пожалуйста, исправьте ошибки, прежде чем перейти к следующему шагу.',
'javascript_is_better' => 'Пользоваться FreshRSS приятнее с включённым JavaScript',
'js' => array(