From 27c7367534518f1adfd9b12551a2c7a45459cab3 Mon Sep 17 00:00:00 2001 From: maTh Date: Sat, 4 Mar 2023 13:57:52 +0100 Subject: 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() --- app/i18n/tr/install.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/i18n/tr/install.php') diff --git a/app/i18n/tr/install.php b/app/i18n/tr/install.php index 1a5da48e8..d9f86abd9 100644 --- a/app/i18n/tr/install.php +++ b/app/i18n/tr/install.php @@ -110,7 +110,10 @@ return array( 'ok' => 'Genel yapılandırma ayarları kayıt edildi.', ), 'congratulations' => 'Tebrikler!', - 'default_user' => 'Öntanımlı kullanıcı adı (en fazla 16 alfanümerik karakter)', + 'default_user' => array( + '_' => 'Öntanımlı kullanıcı adı', + 'max_char' => 'en fazla 16 alfanümerik karakter', + ), 'fix_errors_before' => 'Lütfen sonraki adıma geçmek için hataları düzeltin.', 'javascript_is_better' => 'FreshRSS JavaScript ile daha işlevseldir', 'js' => array( -- cgit v1.2.3