Version19.195.1

This commit is contained in:
acanas 2020-04-25 13:18:59 +02:00
parent bfee237db2
commit d7d22c070b
3 changed files with 352 additions and 206 deletions

View File

@ -548,8 +548,7 @@ ps2pdf source.ps destination.pdf
#define CSS_FILE "swad19.193.1.css"
#define JS_FILE "swad19.193.1.js"
/*
Version 19.195.1: Apr 25, 2020 Translation of messages related to sets of questions. (? lines)
Version 19.195.1: Apr 25, 2020 Translation of messages related to sets of questions. (298840 lines)
Version 19.195: Apr 25, 2020 Changes in sets of questions. (298699 lines)
2 changes necessary in database:
ALTER TABLE exa_sets ADD COLUMN NumQstsToExam INT NOT NULL DEFAULT 0 AFTER SetInd;

View File

@ -1509,11 +1509,11 @@ static void ExaSet_PutFormsEditionSet (struct Exa_Exams *Exams,
// extern const char *Hlp_ASSESSMENT_Exams_new_set;
// extern const char *Hlp_ASSESSMENT_Exams_edit_set;
extern const char *The_ClassFormInBox[The_NUM_THEMES];
extern const char *Txt_New_set;
extern const char *Txt_Edit_set;
extern const char *Txt_New_set_of_questions;
extern const char *Txt_Edit_set_of_questions;
extern const char *Txt_Title;
extern const char *Txt_Number_of_questions_in_this_set_that_will_appear_in_the_exam;
extern const char *Txt_Create_set;
extern const char *Txt_Create_set_of_questions;
extern const char *Txt_Save_changes;
/***** Begin form *****/
@ -1524,13 +1524,13 @@ static void ExaSet_PutFormsEditionSet (struct Exa_Exams *Exams,
/***** Begin box and table *****/
if (ItsANewSet)
Box_BoxTableBegin (NULL,Txt_New_set,
Box_BoxTableBegin (NULL,Txt_New_set_of_questions,
NULL,NULL,
NULL,Box_NOT_CLOSABLE,2);
else
Box_BoxTableBegin (NULL,
Exam->Title[0] ? Exam->Title :
Txt_Edit_set,
Txt_Edit_set_of_questions,
NULL,NULL,
NULL,Box_NOT_CLOSABLE,2);
@ -1565,7 +1565,7 @@ static void ExaSet_PutFormsEditionSet (struct Exa_Exams *Exams,
/***** End table, send button and end box *****/
if (ItsANewSet)
Box_BoxTableWithButtonEnd (Btn_CREATE_BUTTON,Txt_Create_set);
Box_BoxTableWithButtonEnd (Btn_CREATE_BUTTON,Txt_Create_set_of_questions);
else
Box_BoxTableWithButtonEnd (Btn_CONFIRM_BUTTON,Txt_Save_changes);

File diff suppressed because it is too large Load Diff