HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
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',
];