From 201d4d5aee80c7e98e311dfe61e03e6ba0958244 Mon Sep 17 00:00:00 2001 From: tejagerjovic Date: Thu, 14 Oct 2021 10:59:10 +0200 Subject: [PATCH] =?UTF-8?q?Slovni=C4=8Dna=20napaka=20pri=20Testiranje=20--?= =?UTF-8?q?>=20Komentarji?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/survey/SurveyAdminSettings.php | 5 ++--- lang/1.php | 10 ++++++++++ lang/2.php | 10 ++++++++++ 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index e10d9b8da..a25045452 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -6179,8 +6179,7 @@ class SurveyAdminSettings { if(($comment_count['survey_resp']['unresolved']+$comment_count['survey_admin']['unresolved']) > 0) echo ''; echo ' '.$lang['srv_komentarji_odskupno'].' '; - echo $this->string_format((int)($comment_count['survey_resp']['all']+$comment_count['survey_admin']['all']), 'srv_cnt_komentarji_survey'); - + echo $this->string_format((int)($comment_count['survey_resp']['all']+$comment_count['survey_admin']['all']), 'srv_cnt_komentarji_survey_od'); echo ''; @@ -6669,7 +6668,7 @@ class SurveyAdminSettings { if($comment_count['question']['unresolved'] > 0) echo ''; echo ' '.$lang['srv_komentarji_odskupno'].' '; - echo $this->string_format((int)$comment_count['question']['all'], 'srv_cnt_komentar_na_vprs'); + echo $this->string_format((int)$comment_count['question']['all'], 'srv_cnt_komentar_na_vprs_od'); echo ''; diff --git a/lang/1.php b/lang/1.php index 3c1c7892c..24cc66de9 100644 --- a/lang/1.php +++ b/lang/1.php @@ -5311,6 +5311,11 @@ $lang = array ( "srv_cnt_komentar_na_vprs_2" => 'komentarja na vprašanja', "srv_cnt_komentar_na_vprs_3" => 'komentarje na vprašanja', "srv_cnt_komentar_na_vprs_4" => 'komentarje na vprašanja', + "srv_cnt_komentar_na_vprs_od_more" => 'komentarjev na vprašanja', + "srv_cnt_komentar_na_vprs_od_1" => 'komentarja na vprašanja', + "srv_cnt_komentar_na_vprs_od_2" => 'komentarjev na vprašanja', + "srv_cnt_komentar_na_vprs_od_3" => 'komentarjev na vprašanja', + "srv_cnt_komentar_na_vprs_od_4" => 'komentarjev na vprašanja', "srv_cnt_komentarji_more" => 'nerešenih komentarjev', "srv_cnt_komentarji_1" => 'nerešen komentar', "srv_cnt_komentarji_2" => 'nerešena komentarja', @@ -5321,6 +5326,11 @@ $lang = array ( "srv_cnt_komentarji_survey_2" => 'nerešena splošna komentarja', "srv_cnt_komentarji_survey_3" => 'nerešene splošne komentarje', "srv_cnt_komentarji_survey_4" => 'nerešene splošne komentarje', + "srv_cnt_komentarji_survey_od_more" => 'splošnih komentarjev', + "srv_cnt_komentarji_survey_od_1" => 'splošnega komentarja', + "srv_cnt_komentarji_survey_od_2" => 'splošnih komentarjev', + "srv_cnt_komentarji_survey_od_3" => 'splošnih komentarjev', + "srv_cnt_komentarji_survey_od_4" => 'splošnih komentarjev', "srv_cnt_komentarji_question_more" => 'nerešenih komentarjev na vprašanja', "srv_cnt_komentarji_question_1" => 'nerešen komentar na vprašanja', "srv_cnt_komentarji_question_2" => 'nerešena komentarja na vprašanja', diff --git a/lang/2.php b/lang/2.php index 5ce261af1..fdc495ce1 100644 --- a/lang/2.php +++ b/lang/2.php @@ -5273,6 +5273,11 @@ $lang = array ( "srv_cnt_komentar_na_vprs_2" => 'question comments', "srv_cnt_komentar_na_vprs_3" => 'question comments', "srv_cnt_komentar_na_vprs_4" => 'question comments', + "srv_cnt_komentar_na_vprs_od_more" => 'question comments', + "srv_cnt_komentar_na_vprs_od_1" => 'question comment', + "srv_cnt_komentar_na_vprs_od_2" => 'question comments', + "srv_cnt_komentar_na_vprs_od_3" => 'question comments', + "srv_cnt_komentar_na_vprs_od_4" => 'question comments', "srv_cnt_komentarji_more" => 'unresolved comments', "srv_cnt_komentarji_1" => 'unresolved comment', "srv_cnt_komentarji_2" => 'unresolved comments', @@ -5283,6 +5288,11 @@ $lang = array ( "srv_cnt_komentarji_survey_2" => 'unresolved survey comments', "srv_cnt_komentarji_survey_3" => 'unresolved survey comments', "srv_cnt_komentarji_survey_4" => 'unresolved survey comments', + "srv_cnt_komentarji_survey_od_more" => 'survey comments', + "srv_cnt_komentarji_survey_od_1" => 'survey comment', + "srv_cnt_komentarji_survey_od_2" => 'survey comments', + "srv_cnt_komentarji_survey_od_3" => 'survey comments', + "srv_cnt_komentarji_survey_od_4" => 'survey comments', "srv_cnt_komentarji_question_more" => 'unresolved question comments', "srv_cnt_komentarji_question_1" => 'unresolved question comment', "srv_cnt_komentarji_question_2" => 'unresolved question comments',