diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index e6ac9eeea..5eddf7e0b 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -4270,41 +4270,23 @@ class SurveyAdminSettings { echo '
'.$lang['srv_survey_archives_note_survey'].'
'; echo ' '; echo ''; } - // Uvoz/izvoz ankete s podatki - po novem je uvoz pri kreiranju ankete + + // Uvoz/izvoz ankete s podatki else{ echo ''; } } diff --git a/lang/1.php b/lang/1.php index b4cb04b03..cc5e7cba5 100644 --- a/lang/1.php +++ b/lang/1.php @@ -4142,7 +4142,7 @@ $lang = array ( "srv_survey_archives_tracking_last_changes" => "Zadnjih 25 sprememb (za vpogled v vse spremembe prenesite Excel datoteko)", "srv_survey_archives_note" => "Shrani arhivsko datoteko vprašalnika in podatkov na svoj računalnik.", "srv_survey_archives_note_survey" => "S klikom na gumb 'Izvoz' prenesete in shranite arhivsko datoteko za vprašalnik. Datoteka s končnico .1ka se bo shranila na vaš računalnik v privzeto mapo za prenose.", - "srv_survey_archives_note_survey_data" => "Shranjevanje in prenos arhivske datoteke za vprašalnik in podatke.", + "srv_survey_archives_note_survey_data" => "S klikom na gumb 'Izvoz' prenesete in shranite arhivsko datoteko za vprašalnik in podatke. Datoteka s končnico .1ka se bo shranila na vaš računalnik v privzeto mapo za prenose.", "srv_survey_archives_import" => "Uvoz", "srv_survey_archives_import_text" => "Restavriranje vprašalnika iz arhivske datoteke", "srv_survey_archives_import_import" => "Restavriraj", diff --git a/lang/2.php b/lang/2.php index d082eb0f5..b69b1323d 100644 --- a/lang/2.php +++ b/lang/2.php @@ -4125,7 +4125,7 @@ $lang = array ( "srv_survey_archives_tracking_last_changes" => "Last 25 changes (to view all changes download Excel)", "srv_survey_archives_note" => "Save survey and data archive file to your computer.", "srv_survey_archives_note_survey" => "Click on the 'Export' button to download and save the archive file for the questionnaire. The file with the extension .1ka will be saved on your computer in the default downloads folder.", - "srv_survey_archives_note_survey_data" => "Save survey and data archive file to your computer.", + "srv_survey_archives_note_survey_data" => "Click on the 'Export' button to download and save the archive file for the questionnaire and the data. The file with the extension .1ka will be saved on your computer in the default downloads folder.", "srv_survey_archives_import" => "Import", "srv_survey_archives_import_text" => "Restore survey from archive file", "srv_survey_archives_import_import" => "Restore",