HEX
Server: Apache
System: Linux srv-plesk28.ps.kz 5.14.0-284.18.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 29 17:06:27 EDT 2023 x86_64
User: greencl1 (10085)
PHP: 8.1.33
Disabled: apache_setenv,dl,eval,exec,openlog,passthru,pcntl_exec,pcntl_fork,popen,posix_getpwuid,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,socket_create,socket_create_listen,socket_create_pair,syslog,system,socket_listen,stream_socket_server
Upload Files
File: /var/www/vhosts/greenclinic.kz/test.greenclinic.kz/modules/system/lang/en/client.php
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Client-side Language Lines
    |--------------------------------------------------------------------------
    |
    | These are messages made available to the client browser via JavaScript.
    | To compile this file run: php artisan october:util compile lang
    |
    */

    'markdowneditor' => [
        'formatting' => 'Formatting',
        'quote' => 'Quote',
        'code' => 'Code',
        'header1' => 'Header 1',
        'header2' => 'Header 2',
        'header3' => 'Header 3',
        'header4' => 'Header 4',
        'header5' => 'Header 5',
        'header6' => 'Header 6',
        'bold' => 'Bold',
        'italic' => 'Italic',
        'unorderedlist' => 'Unordered List',
        'orderedlist' => 'Ordered List',
        'video' => 'Video',
        'image' => 'Image',
        'link' => 'Link',
        'horizontalrule' => 'Insert Horizontal Rule',
        'fullscreen' => 'Full screen',
        'preview' => 'Preview',
    ],
    'mediamanager' => [
        'insert_link' => 'Insert Media Link',
        'insert_image' => 'Insert Media Image',
        'insert_video' => 'Insert Media Video',
        'insert_audio' => 'Insert Media Audio',
        'invalid_file_empty_insert' => 'Please select file to insert a links to.',
        'invalid_file_single_insert' => 'Please select a single file.',
        'invalid_image_empty_insert' => 'Please select image(s) to insert.',
        'invalid_video_empty_insert' => 'Please select a video file to insert.',
        'invalid_audio_empty_insert' => 'Please select an audio file to insert.',
    ],
    'alert' => [
        'confirm_button_text' => 'OK',
        'cancel_button_text' => 'Cancel',
        'widget_remove_confirm' => 'Remove this widget?'
    ],
    'datepicker' => [
        'previousMonth' => 'Previous Month',
        'nextMonth' => 'Next Month',
        'months' => ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
        'weekdays' => ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
        'weekdaysShort' => ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']
    ],
    'colorpicker' => [
        'choose' => 'Ok',
    ],
    'filter' => [
        'group' => [
            'all' => 'all'
        ],
        'scopes' => [
            'apply_button_text' => 'Apply',
            'clear_button_text'  => 'Clear'
        ],
        'dates' => [
            'all' => 'all',
            'filter_button_text' => 'Filter',
            'reset_button_text'  => 'Reset',
            'date_placeholder' => 'Date',
            'after_placeholder' => 'After',
            'before_placeholder' => 'Before'
        ],
        'numbers' => [
            'all' => 'all',
            'filter_button_text' => 'Filter',
            'reset_button_text'  => 'Reset',
            'min_placeholder' => 'Min',
            'max_placeholder' => 'Max'
        ]
    ],
    'eventlog' => [
        'show_stacktrace' => 'Show the stacktrace',
        'hide_stacktrace' => 'Hide the stacktrace',
        'tabs' => [
            'formatted' => 'Formatted',
            'raw' => 'Raw',
        ],
        'editor' => [
            'title' => 'Source code editor',
            'description' => 'Your operating system should be configured to listen to one of these URL schemes.',
            'openWith' => 'Open with',
            'remember_choice' => 'Remember selected option for this session',
            'open' => 'Open',
            'cancel' => 'Cancel'
        ]
    ]
];