File: /var/www/ivs.kaunokolegija.lt/laravel/resources/lang/en/settings.php
<?php
return [
'google_calendar' => 'Google Calendar Settings',
'google_calendar_client_id' => 'Google Calendar Client ID',
'google_calendar_client_secret' => 'Google Calendar Client Secret',
'google_calendar_redirect_uri' => 'Google Calendar Redirect URI',
'google_calendar_token' => 'Google Calendar Token',
'email_settings' => 'Email Settings',
'email_host' => 'Email Host',
'email_port' => 'Email Port',
'email_username' => 'Email Username',
'email_password' => 'Email Password',
'enter_google_client_id' => 'Enter your Google Calendar Client ID',
'enter_google_client_secret' => 'Enter your Google Calendar Client Secret',
'enter_redirect_uri' => 'Enter your Redirect URI',
'enter_google_token' => 'Enter your Google Calendar Token',
'enter_email_host' => 'Enter your email host (e.g., smtp.mailtrap.io)',
'enter_email_port' => 'Enter your email port (e.g., 2525)',
'enter_email_username' => 'Enter your email username',
'enter_email_password' => 'Enter your email password',
];