![]() Server : Apache System : Linux server2.thebrownbagmedia.com 4.18.0-553.34.1.el8_10.x86_64 #1 SMP Wed Jan 8 09:40:06 EST 2025 x86_64 User : topnotchcv ( 1029) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/topnotchcv/public_html/resources/lang/english/ |
<?php return [ 'title' => 'App Installation Process', 'next' => 'Next Step', 'back' => 'Previous', 'finish' => 'Install', 'forms' => ['errorTitle' => 'The Following errors occurred:',], 'welcome' => [ 'templateTitle' => 'Welcome', 'title' => 'App Installation Process', 'message' => 'You can easily installation on your server / hosting.', 'next' => 'Click to Check Your Server Requirements', ], 'requirements' => [ 'templateTitle' => 'Step 1 | Server Requirements', 'title' => 'Server Requirements Extension', 'next' => 'Click to Check Your App Permissions', ], 'permissions' => [ 'templateTitle' => 'Step 2 | Permissions', 'title' => 'App Requirement Permissions', 'next' => 'Click to Configure Your App Environment', ], 'environment' => [ 'menu' => [ 'templateTitle' => 'Step 3 | Environment Settings', 'title' => 'Environment Settings for Your App', 'desc' => 'Please choose how you want to configure the apps.', 'wizard-button' => 'Using Form Wizard Setup', 'classic-button' => 'Using Classic Text Editor', ], 'wizard' => [ 'templateTitle' => 'Step 3 | Environment Settings | Guided Wizard', 'title' => 'Add Your App Details', 'tabs' => [ 'environment' => 'Environment', 'database' => 'Database', 'application' => 'Application', ], 'form' => [ 'name_required' => 'An environment name is required.', 'app_name_label' => 'Application Name', 'app_name_placeholder' => 'Enter your app name', 'app_environment_label' => 'App Environment', 'app_environment_label_local' => 'Local', 'app_environment_label_developement' => 'Development', 'app_environment_label_qa' => 'Qa', 'app_environment_label_production' => 'Production', 'app_environment_label_other' => 'Other', 'app_environment_placeholder_other' => 'Enter your environment...', 'app_debug_label' => 'App Debug', 'app_debug_label_true' => 'True', 'app_debug_label_false' => 'False', 'app_log_level_label' => 'App Log Level', 'app_log_level_label_debug' => 'debug', 'app_log_level_label_info' => 'info', 'app_log_level_label_notice' => 'notice', 'app_log_level_label_warning' => 'warning', 'app_log_level_label_error' => 'error', 'app_log_level_label_critical' => 'critical', 'app_log_level_label_alert' => 'alert', 'app_log_level_label_emergency' => 'emergency', 'app_url_label' => 'Application Url', 'app_url_placeholder' => 'Enter your app Url', 'db_connection_label' => 'Database Connection', 'db_connection_label_mysql' => 'mysql', 'db_connection_label_sqlite' => 'sqlite', 'db_connection_label_pgsql' => 'pgsql', 'db_connection_label_sqlsrv' => 'sqlsrv', 'db_host_label' => 'Database Host', 'db_host_placeholder' => 'Enter Database Host', 'db_port_label' => 'Database Port', 'db_port_placeholder' => 'Enter Database Port', 'db_name_label' => 'Database Name', 'db_name_placeholder' => 'Database Name', 'db_username_label' => 'Database User Name', 'db_username_placeholder' => 'Enter Database User Name', 'db_password_label' => 'Database Password', 'db_password_placeholder' => 'Enter Database Password', 'app_tabs' => [ 'more_info' => 'More Info', 'broadcasting_title' => 'Broadcasting, Caching, Session, & Queue', 'broadcasting_label' => 'Broadcast Driver', 'broadcasting_placeholder' => 'Broadcast Driver', 'cache_label' => 'Cache Driver', 'cache_placeholder' => 'Cache Driver', 'session_label' => 'Session Driver', 'session_placeholder' => 'Session Driver', 'queue_label' => 'Queue Driver', 'queue_placeholder' => 'Queue Driver', 'redis_label' => 'Redis Driver', 'redis_host' => 'Redis Host', 'redis_password' => 'Redis Password', 'redis_port' => 'Redis Port', 'mail_label' => 'Mail', 'mail_driver_label' => 'Mail Driver', 'mail_driver_placeholder' => 'Mail Driver', 'mail_host_label' => 'Mail Host', 'mail_host_placeholder' => 'Mail Host', 'mail_port_label' => 'Mail Port', 'mail_port_placeholder' => 'Mail Port', 'mail_username_label' => 'Mail Username', 'mail_username_placeholder' => 'Mail Username', 'mail_password_label' => 'Mail Password', 'mail_password_placeholder' => 'Mail Password', 'mail_encryption_label' => 'Mail Encryption', 'mail_encryption_placeholder' => 'Mail Encryption', 'pusher_label' => 'Pusher', 'pusher_app_id_label' => 'Pusher App Id', 'pusher_app_id_palceholder' => 'Pusher App Id', 'pusher_app_key_label' => 'Pusher App Key', 'pusher_app_key_palceholder' => 'Pusher App Key', 'pusher_app_secret_label' => 'Pusher App Secret', 'pusher_app_secret_palceholder' => 'Pusher App Secret', ], 'buttons' => [ 'setup_database' => 'Setup Database', 'setup_application' => 'Setup Application', 'install' => 'Click to Install', ], ], ], 'classic' => [ 'templateTitle' => 'Step 3 | Environment Settings | Classic Editor', 'title' => 'Add Your App Details', 'save' => 'Save .env', 'back' => 'Use Form Wizard', 'install' => 'Save and Install', ], 'success' => 'Your .env file settings have been saved.', 'errors' => 'Unable to save the .env file, Please create it manually.', ], 'install' => 'Install', 'installed' => ['success_log_message' => 'Your App successfully INSTALLED on ',], 'final' => [ 'title' => 'Installation Finished', 'templateTitle' => 'Installation Finished', 'finished' => 'Your Application successfully installed.', 'migration' => 'Migration & Seed Console Output:', 'console' => 'Application Console Output:', 'log' => 'Installation Log Entry:', 'env' => 'Final .env File:', 'exit' => 'Click here to exit', ], 'updater' => [ 'title' => 'Updater', 'welcome' => [ 'title' => 'Welcome To The Updater', 'message' => 'Welcome to the update wizard.', ], 'overview' => [ 'title' => 'Overview', 'message' => 'There is 1 update.|There are :number updates.', 'install_updates' => 'Install Updates', ], 'final' => [ 'title' => 'Finished', 'finished' => 'Application database has been successfully updated.', 'exit' => 'Click here to exit', ], 'log' => ['success_message' => 'Installer successfully UPDATED on',], ], ];