diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index 063f758cb..18969f219 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -3576,7 +3576,7 @@ class SurveyAdminSettings { echo '
'; echo '

'.$lang['srv_alert_instruction1'].'

'; echo '

'.$lang['srv_alert_instruction1a'].':

'; - echo '

'.$lang['srv_alert_instruction5'].'

'; + echo '

'.$lang['srv_alert_instruction5a'].'

'; echo '
'; echo ''; diff --git a/lang/1.php b/lang/1.php index 4afda0f01..408fe15b4 100644 --- a/lang/1.php +++ b/lang/1.php @@ -3622,9 +3622,10 @@ $lang = array ( "srv_alert_instruction_system" => "

Dodatne sistemske spremenljivke iz ankete navedite med dva znaka #.

", "srv_alert_instruction_sample" => "

Primer:

če želimo izpisati odgovor, ki ga je uporabnik vnesel pri sistemskem vprašanju email, bomo uporabili #email#

", "srv_alert_instruction_available" => "

Sistemske spremenljivke, ki so v anketi že na voljo:

", - "srv_alert_instruction3" => "[SURVEY] => ime ankete
[DATE] => datum
[SITE] => URL do ankete
[URL] => URL do urejanja ankete

Dodatne sistemske spremenljivke iz ankete navedite med dva znaka #.

Primer:

če želimo izpisati odgovor, ki ga je uporabnik vnesel pri sistemskem vprašanju email, bomo uporabili #email#

Sistemske spremenljivke, ki so v anketi že na voljo:

", - "srv_alert_instruction4" => "

[SURVEY] => ime ankete
[DATE] => datum
[SITE] => URL do ankete
[URL] => URL do urejanja ankete
[DAYS] => število dni nastavljeno v intervalu

", - "srv_alert_instruction5" => "[SURVEY] => ime ankete
[DATE] => datum
[SITE] => URL do ankete
[URL] => URL do urejanja ankete", + "srv_alert_instruction3" => "[SURVEY] - ime ankete
[DATE] - datum
[SITE] - URL do ankete
[URL] -> URL do urejanja ankete

Dodatne sistemske spremenljivke iz ankete navedite med dva znaka #.

Primer:

če želimo izpisati odgovor, ki ga je uporabnik vnesel pri sistemskem vprašanju email, bomo uporabili #email#

Sistemske spremenljivke, ki so v anketi že na voljo:

", + "srv_alert_instruction4" => "

[SURVEY] - ime ankete
[DATE] - datum
[SITE] - URL do ankete
[URL] - URL do urejanja ankete
[DAYS] - število dni nastavljeno v intervalu

", + "srv_alert_instruction5" => "[SURVEY] - ime ankete
[DATE] - datum
[SITE] - URL do ankete
[URL] - URL do urejanja ankete", + "srv_alert_instruction5a" => "[SURVEY] - ime ankete
[DATE] - datum", "versions" => "Verzije", "ip_browser_login" => "Prijava glede na IP in brskalnik:", "select_user" => "Izberite Uporabnika", diff --git a/lang/2.php b/lang/2.php index e5dbb9fdc..15072826a 100644 --- a/lang/2.php +++ b/lang/2.php @@ -2234,7 +2234,7 @@ $lang = array ( "srv_alert_respondent_cms_note" => " (The seting should be marked to identify the user of CMS!)", "srv_alert_respondent_cms_note_ok" => " (The user will be identify from CMS)", "srv_alert_respondent_cms_note_link" => "Add setting!", - "srv_alert_author" => "Author of the survey or other uses with editing acccess", + "srv_alert_author" => "Author of the survey or other users with editing acccess", "srv_alert_msg" => "has completed the survey", "srv_alert_prejemnik" => "The following recipients will receive notifications for valid responses:", "srv_alert_surveydelete" => "Survey deletion notifications", @@ -3592,9 +3592,10 @@ $lang = array ( "srv_alert_instruction_system" => "

Additional system variables from the survey should be placed between two # characters.

", "srv_alert_instruction_sample" => "

Example:

If you wish to use the answer which the user entered in the system question email, you simply write #email#.

", "srv_alert_instruction_available" => "

System variables that are already available in the survey:

", - "srv_alert_instruction3" => "[SURVEY] => survey name
[DATE] => date
[SITE] => URL of survey

Additional system variables from the survey indicate between the two characters #.

Example:

if we want to display the answer which the user entered for the system question about email, we will use the #email#

System variables that are already available in the survey:

", - "srv_alert_instruction4" => "

[SURVEY] => survey name
[DATE] => date
[SITE] => URL of survey
[URL] => URL to editing of survey
[DAYS] => number of days set in the interval

", - "srv_alert_instruction5" => "[SURVEY] => survey name
[DATE] => date
[SITE] => URL of survey
[URL] => URL to editing of survey", + "srv_alert_instruction3" => "[SURVEY] - survey name
[DATE] - date
[SITE] - URL of survey

Additional system variables from the survey indicate between the two characters #.

Example:

if we want to display the answer which the user entered for the system question about email, we will use the #email#

System variables that are already available in the survey:

", + "srv_alert_instruction4" => "

[SURVEY] - survey name
[DATE] - date
[SITE] - URL of survey
[URL] - URL to editing of survey
[DAYS] - number of days set in the interval

", + "srv_alert_instruction5" => "[SURVEY] - survey name
[DATE] - date
[SITE] - URL of survey
[URL] - URL to editing of survey", + "srv_alert_instruction5a" => "[SURVEY] - survey name
[DATE] - date", "versions" => "Versions", "ip_browser_login" => "Login based on browser and IP:", "select_user" => "Select user",