Version19.193.2

This commit is contained in:
acanas 2020-04-23 02:40:53 +02:00
parent ae8d4978dd
commit 5bab91723e
3 changed files with 7 additions and 4 deletions

View File

@ -497,7 +497,7 @@ enscript -2 --landscape --color --file-align=2 --highlight --line-numbers -o - *
En OpenSWAD:
ps2pdf source.ps destination.pdf
*/
#define Log_PLATFORM_VERSION "SWAD 19.193.1 (2020-04-23)"
#define Log_PLATFORM_VERSION "SWAD 19.193.2 (2020-04-23)"
#define CSS_FILE "swad19.193.1.css"
#define JS_FILE "swad19.193.1.js"
/*
@ -552,6 +552,7 @@ Funci
// TODO: Cambiar icono notificaciones nuevas con "bell-on.svg"
// TODO: Ahmed El Moukhtari Koubaa: Cuando le damos a la opción de mostrar solo los mensajes no leídos, se muestran estos mensajes, pero cuando los intentamos leer, es decir, hacemos clic sobre ellos se recarga toda la página por así decirlo y vuelve a dar una lista con los mensajes, pero descartando aquel que clicamos porque, entiendo yo al menos, que ya lo ha marcado como leído.
Version 19.193.2: Apr 23, 2020 Buttons translated in tests. (297626 lines)
Version 19.193.1: Apr 23, 2020 Changes in CSS for exams.
Changes in JavaScript for exams. (297623 lines)
Version 19.193: Apr 22, 2020 Created database tables related to exams. (297127 lines)

View File

@ -794,6 +794,8 @@ static void Tst_ShowTestExamToFillIt (struct TstRes_Result *Result,
{
extern const char *Hlp_ASSESSMENT_Tests;
extern const char *Txt_Test;
extern const char *Txt_Continue;
extern const char *Txt_Send;
unsigned NumQst;
struct Tst_Question Question;
static const Act_Action_t Action[Tst_NUM_REQUEST_OR_CONFIRM] =
@ -851,14 +853,14 @@ static void Tst_ShowTestExamToFillIt (struct TstRes_Result *Result,
{
case Tst_REQUEST:
/* Send button */
Btn_PutConfirmButton ("Continuar"); // TODO: Need translation!!!
Btn_PutConfirmButton (Txt_Continue);
break;
case Tst_CONFIRM:
/* Will the test exam be visible by teachers? */
Tst_PutCheckBoxAllowTeachers (true);
/* Send button */
Btn_PutCreateButton ("Enviar"); // TODO: Need translation!!!
Btn_PutCreateButton (Txt_Send);
break;
}
Frm_EndForm ();

View File

@ -40672,7 +40672,7 @@ const char *Txt_Send =
#elif L==7 // it
"Invia";
#elif L==8 // pl
"Send"; // Potrzebujesz tlumaczenie
"Wyślij";
#elif L==9 // pt
"Enviar";
#endif