Popravek naslova AAI popupa za GDPR

This commit is contained in:
pero1203 2020-10-29 08:41:02 +01:00
parent 66c48b2bee
commit adb4505417
3 changed files with 10 additions and 3 deletions

View File

@ -379,14 +379,19 @@ class Notifications {
}
public function ajax_viewGDPRMessage(){
global $lang, $global_user_id;
global $lang, $global_user_id, $aai_instalacija;
echo '<h2>'.$lang['srv_notifications_unread'].'</h2>';
echo '<ul>';
echo '<li class="unread active">';
echo '<span class="bold">'.$lang['srv_gdpr_notification_title'].'</span>';
if(isset($aai_instalacija) && $aai_instalacija == true){
echo '<span class="bold">'.$lang['srv_gdpr_notification_title_aai'].'</span>';
}
else{
echo '<span class="bold">'.$lang['srv_gdpr_notification_title'].'</span>';
}
echo '<br /><br />';

View File

@ -7747,6 +7747,7 @@ $lang = array (
'users_gdpr0' => 'Ne',
'users_gdpr-1' => 'Brez potrditve',
'srv_gdpr_notification_title' => "Spoštovani uporabnik/-ca orodja 1KA,",
'srv_gdpr_notification_title_aai' => "Spoštovani uporabnik/-ca orodja 1KA.ARNES.SI,",
'srv_gdpr_notification_text1' => "V okviru razvoja orodja 1KA nenehno izboljšujemo obstoječe funkcionalnosti in razvijamo nove. Verjamemo, da so nove funkcionalnosti za vas zanimive in želite biti o njih obveščeni, prav tako o letnem dogodku Dan spletnega anketiranja.",
'srv_gdpr_notification_question' => "Ali se strinjate, da vam na elektronski naslov, s katerim ste se registrirali, enkrat letno pošljemo pomembna obvestila (informacije o novostih 1KA, vabilo na dogodek)?",
'srv_gdpr_notification_da' => "<span class=\"bold\">DA</span>, strinjam se s prejemanjem obvestil <span class=\"bold\">enkrat letno</span> (od prejemanja obvestil se lahko kadarkoli odjavite)",

View File

@ -7640,6 +7640,7 @@ GDPR introduction preview",
'srv_gdpr_drupal_check' => 'Želim, da me avtor obvesti o izvedeni zahtevi na zgoraj navedeni elektronski naslov.',
'srv_gdpr_drupal_end' => 'By clicking Submit, your request will be sent to the author of the survey.',
'srv_gdpr_notification_title' => "Dear user of 1KA tool,",
'srv_gdpr_notification_title_aai' => "Dear user of 1KA.ARNES.SI tool,",
'srv_gdpr_notification_text1' => "As part of the development process of 1KA tool, we continually improve existing functionalities and develop new ones. We believe that new functionalities are interesting to you and you want to be informed about them, also about our annual event, the Web Survey Day.",
'srv_gdpr_notification_question' => "Do you agree to receive important news to the email address with which you registered? (Information about 1KA novelties, invitation to the event)?",
'srv_gdpr_notification_da' => "<span class=\"bold\">YES</span>, I agree to receive notifications <span class=\"bold\">once a year</span> (you can unsubscribe from notification anytime)",