Version 15.185.2

This commit is contained in:
Antonio Cañas Vargas 2016-04-07 13:06:06 +02:00
parent 4e323be7a1
commit 4c49a843cc
3 changed files with 26 additions and 4 deletions

View File

@ -132,13 +132,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.185.1 (2016-04-07)"
#define Log_PLATFORM_VERSION "SWAD 15.185.2 (2016-04-07)"
#define CSS_FILE "swad15.184.7.css"
#define JS_FILE "swad15.184.8.js"
// Number of lines (includes comments but not blank lines) has been got with the following command:
// nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h sql/swad*.sql | tail -1
/*
Version 15.185.2: Apr 07, 2016 Change in title of take a test. (198797 lines)
Version 15.185.1: Apr 07, 2016 Change in title of edition of test questions. (198776 lines)
Version 15.185: Apr 07, 2016 Fixed bugs in edition of test questions. (198755 lines)
Version 15.184.8: Apr 07, 2016 Change in edition of a test question. (198708 lines)

View File

@ -279,7 +279,7 @@ static void Tst_GetExamQuestionsFromDB (long TstCod);
void Tst_ShowFormAskTst (void)
{
extern const char *The_ClassForm[The_NUM_THEMES];
extern const char *Txt_Test;
extern const char *Txt_Take_a_test;
extern const char *Txt_No_of_questions;
extern const char *Txt_Generate_exam;
extern const char *Txt_No_test_questions;
@ -302,8 +302,8 @@ void Tst_ShowFormAskTst (void)
}
/***** Start frame *****/
Lay_StartRoundFrame (NULL,Txt_Test,ICanEdit ? Tst_PutIconToEdit :
NULL);
Lay_StartRoundFrame (NULL,Txt_Take_a_test,ICanEdit ? Tst_PutIconToEdit :
NULL);
/***** Get tags *****/
if ((NumRows = Tst_GetEnabledTagsFromThisCrs (&mysql_res)) != 0)

View File

@ -40241,6 +40241,27 @@ const char *Txt_Tags = // Tags used in test
"Descritores";
#endif
const char *Txt_Take_a_test =
#if L==1
"Fer un test";
#elif L==2
"Führen Sie einen Test";
#elif L==3
"Take a test";
#elif L==4
"Hacer un test";
#elif L==5
"Passer un test";
#elif L==6
"Hacer un test"; // Okoteve traducción
#elif L==7
"Fare un test";
#elif L==8
"Zrób test";
#elif L==9
"Fazer um teste";
#endif
const char *Txt_Teachers_ABBREVIATION = // Abbreviation of "Teachers"
#if L==1
"Prof.";