1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-25 11:42:48 +01:00
LinkAce/resources/lang/en/setup.php

39 lines
1.9 KiB
PHP
Raw Normal View History

<?php
return [
'setup' => 'Setup',
'continue' => 'Continue',
'try_again' => 'Try again',
2019-09-16 22:21:31 +02:00
'welcome' => 'Welcome to the LinkAce setup',
'intro' => 'In the following steps you will set up LinkAce to be ready to use.',
'intro.step1' => 'Check if all requirements are met.',
'intro.step2' => 'Setup up a database and check if the connection is successful.',
'intro.step3' => 'Create your user account.',
'check_requirements' => 'Check Requirements',
'requirements.php_version' => 'PHP version >= 7.2.0',
'requirements.extension_bcmath' => 'PHP Extension: BCMath',
'requirements.extension_ctype' => 'PHP Extension: Ctype',
'requirements.extension_json' => 'PHP Extension: JSON',
'requirements.extension_mbstring' => 'PHP Extension: Mbstring',
'requirements.extension_openssl' => 'PHP Extension: OpenSSL',
'requirements.extension_pdo_mysql' => 'PHP Extension: PDO',
'requirements.extension_tokenizer' => 'PHP Extension: Tokenizer',
'requirements.extension_xml' => 'PHP Extension: XML',
'requirements.env_writable' => '.env file is present and writable',
'database_configuration' => 'Database Configuration',
'database_configure' => 'Configure Database',
'database.intro' => 'If you already filled the database details in your .env file the input fields should be pre-filled. Otherwise, fill the fields with the corresponding information for your database.',
'database.config_error' => 'Database could not be configured. Please check your connection details. Details:',
'database.db_host' => 'Database Host',
'database.db_port' => 'Database Port',
'database.db_name' => 'Database Name',
'database.db_user' => 'Database User',
'database.db_password' => 'Database Password',
'database.complete_hint' => 'Saving the database configuration and preparing it for using the app may take a few seconds, please be patient.',
'account_setup' => 'Account Setup',
];