13 lines
949 B
PHP
Executable File
13 lines
949 B
PHP
Executable File
<?php
|
|
|
|
$lang['cookies_notification_configuration'] = 'Cookies notifications configuration';
|
|
|
|
$lang['cookies_notification_use_cookies_message'] = 'This web application uses cookies and other tracking technologies to ensure you get the best experience.';
|
|
$lang['cookies_notification_accept'] = 'Accept';
|
|
$lang['cookies_notification_do_not_accept'] = 'Do not accept';
|
|
$lang['cookies_notification_allow_using_site_on_no_feedback_label'] = "Allow users to continue using ResourceSpace even if they didn't select one of the options?";
|
|
|
|
$lang['cookies_notification_cookies_use_title'] = 'Cookies use';
|
|
$lang['cookies_notification_cookies_use_error_msg'] = 'You have decided to not allow Cookies to be used by ResourceSpace. We had to log you out as ResourceSpace requires cookies in order to work properly.';
|
|
$lang['cookies_notification_cookies_use_require_option_error_msg'] = 'You are required to accept the use of cookies before accessing the system.';
|