forked from interativasoftware/easyii
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate install.php to ukrainian language
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php return [ | ||
'Installation' => 'Встановлення', | ||
'Install' => 'Встановити', | ||
'Root password' => 'Пароль розробника', | ||
'Admin E-mail' => 'E-mail адміністратора', | ||
'Robot E-mail' => 'E-mail сайту', | ||
'Auth time' => 'Час авторизації', | ||
'Frontend toolbar position' => 'Позиція панелі на сайті', | ||
'Password to login as root' => 'Пароль для входу як розробник', | ||
'Used as "ReplyTo" in mail messages' => 'Адреса "ReplyTo", при відправленні листів', | ||
'Used as "From" in mail messages' => 'Адреса "From", при відправленні листів', | ||
'Required for using captcha in forms (guestbook, feedback)' => 'Необхідно для використання каптчі у формах (зворотний зв'язок, гостьова книга)', | ||
'You easily can get keys on' => 'Ви можете легко отримати ключі на', | ||
'ReCaptcha website' => 'сайті ReCaptcha', | ||
'Installation completed' => 'Встановлення завершене', | ||
'Installation error' => 'Помилка встановленняи', | ||
'Can not connect to database. Please configure `{0}`. ' => 'Помилка при підключенні до бази даних. Будь ласка перевірте налаштування `{0}`. ', | ||
'EasyiiCMS is already installed. If you want to reinstall easyiiCMS, please drop all tables with prefix `easyii_` from your database manually. ' => 'EasyiiCMS вже встановлена. Якщо ви хочете здійснити перевстановлення - видаліть всі таблиці з префіксом `easyii_` у вашій базі даних. ' | ||
]; |