From 5bab91723eec17910a3816c77f7910e18d0f56c3 Mon Sep 17 00:00:00 2001 From: acanas Date: Thu, 23 Apr 2020 02:40:53 +0200 Subject: [PATCH] Version19.193.2 --- swad_changelog.h | 3 ++- swad_test.c | 6 ++++-- swad_text.c | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 76c2b70a5..fa964854e 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -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) diff --git a/swad_test.c b/swad_test.c index 7f0949b31..79b42766f 100644 --- a/swad_test.c +++ b/swad_test.c @@ -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 (); diff --git a/swad_text.c b/swad_text.c index a5d0693cb..d4779a7fa 100644 --- a/swad_text.c +++ b/swad_text.c @@ -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