diff --git a/swad_changelog.h b/swad_changelog.h index c9d3f7335..88e294955 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -395,10 +395,11 @@ En OpenSWAD: ps2pdf source.ps destination.pdf */ -#define Log_PLATFORM_VERSION "SWAD 18.50.1 (2019-02-18)" +#define Log_PLATFORM_VERSION "SWAD 18.50.2 (2019-02-18)" #define CSS_FILE "swad18.41.1.css" #define JS_FILE "swad18.32.1.js" /* + Version 18.50.2: Feb 18, 2019 Changes in some messages. (237276 lines) Version 18.50.1: Feb 18, 2019 Database engine optional optimizations. (237275 lines) 6 changes optional in database: Only if you use MyISAM: diff --git a/swad_record.c b/swad_record.c index 0e8a88e7b..810d9edac 100644 --- a/swad_record.c +++ b/swad_record.c @@ -3893,9 +3893,9 @@ void Rec_ShowMySharedRecordAndMore (void) extern const char *Txt_Please_fill_in_your_record_card_including_your_sex; extern const char *Txt_Please_fill_in_your_record_card_including_your_country_nationality; extern const char *Txt_Please_select_the_country_of_your_institution; - extern const char *Txt_Please_fill_in_your_institution; - extern const char *Txt_Please_fill_in_your_centre; - extern const char *Txt_Please_fill_in_your_department; + extern const char *Txt_Please_select_your_institution; + extern const char *Txt_Please_select_your_centre; + extern const char *Txt_Please_select_your_department; bool IAmATeacher; /***** Get my roles if not yet got *****/ @@ -3916,13 +3916,13 @@ void Rec_ShowMySharedRecordAndMore (void) else if (Gbl.Usrs.Me.UsrDat.InsCtyCod < 0) // 4. No institution country Ale_ShowAlert (Ale_WARNING,Txt_Please_select_the_country_of_your_institution); else if (Gbl.Usrs.Me.UsrDat.InsCod < 0) // 5. No institution - Ale_ShowAlert (Ale_WARNING,Txt_Please_fill_in_your_institution); + Ale_ShowAlert (Ale_WARNING,Txt_Please_select_your_institution); else if (IAmATeacher) { if (Gbl.Usrs.Me.UsrDat.Tch.CtrCod < 0) // 6. No centre - Ale_ShowAlert (Ale_WARNING,Txt_Please_fill_in_your_centre); + Ale_ShowAlert (Ale_WARNING,Txt_Please_select_your_centre); else if (Gbl.Usrs.Me.UsrDat.Tch.DptCod < 0) // 7. No deparment - Ale_ShowAlert (Ale_WARNING,Txt_Please_fill_in_your_department); + Ale_ShowAlert (Ale_WARNING,Txt_Please_select_your_department); } /***** Start container *****/ diff --git a/swad_text.c b/swad_text.c index a0c5965c4..248f71113 100644 --- a/swad_text.c +++ b/swad_text.c @@ -28608,48 +28608,6 @@ const char *Txt_Please_enter_your_ID = "Por favor, digite nº de identificação."; #endif -const char *Txt_Please_fill_in_your_centre = -#if L==1 // ca - "Si us plau, ompli el seu centre."; -#elif L==2 // de - "Bitte geben Sie Ihre Zentrum zu füllen."; -#elif L==3 // en - "Please fill in your centre."; -#elif L==4 // es - "Por favor, rellene su centro."; -#elif L==5 // fr - "S'il vous plaít, indiquez votre centre."; -#elif L==6 // gn - "Por favor, rellene su centro."; // Okoteve traducción -#elif L==7 // it - "Per favore, inserisci il tuo centro."; -#elif L==8 // pl - "Proszę, wpisz swoje tym centrum."; -#elif L==9 // pt - "Por favor, preencha o seu centro."; -#endif - -const char *Txt_Please_fill_in_your_department = -#if L==1 // ca - "Si us plau, ompli el seu department."; -#elif L==2 // de - "Bitte geben Sie Ihre Abteilung zu füllen."; -#elif L==3 // en - "Please fill in your department."; -#elif L==4 // es - "Por favor, rellene su departamento."; -#elif L==5 // fr - "S'il vous plaít, indiquez votre département."; -#elif L==6 // gn - "Por favor, rellene su departamento."; // Okoteve traducción -#elif L==7 // it - "Per favore, inserisci il tuo dipartimento."; -#elif L==8 // pl - "Proszę, wpisz swoje tym działu."; -#elif L==9 // pt - "Por favor, preencha o seu departamento."; -#endif - const char *Txt_Please_fill_in_your_ID = #if L==1 // ca "Si us plau, ompli el seu ID (DNI/cèdula)." @@ -28706,27 +28664,6 @@ const char *Txt_Please_fill_in_your_ID = " de usuários nas disciplinas."; #endif -const char *Txt_Please_fill_in_your_institution = -#if L==1 // ca - "Si us plau, ompli la seva institució."; -#elif L==2 // de - "Bitte geben Sie Ihre Einrichtung zu füllen."; -#elif L==3 // en - "Please fill in your institution."; -#elif L==4 // es - "Por favor, rellene su institución."; -#elif L==5 // fr - "S'il vous plaít, indiquez votre établissement."; -#elif L==6 // gn - "Por favor, rellene su institución."; // Okoteve traducción -#elif L==7 // it - "Per favore, inserisci la tua istituzione accademica."; -#elif L==8 // pl - "Proszę, wpisz swoje tym instytucji."; -#elif L==9 // pt - "Por favor, preencha sua instituição."; -#endif - const char *Txt_Please_fill_in_your_record_card_including_your_country_nationality = #if L==1 // ca "Si us plau, ompli la seva fitxa," @@ -28841,9 +28778,9 @@ const char *Txt_Please_select_the_country_of_your_institution = #if L==1 // ca "Si us plau, seleccioneu el país de la seva institució."; #elif L==2 // de - "Bitte wählen Sie das Land Ihrer Einrichtung aus"; + "Bitte wählen Sie das Land Ihrer Hochschule aus"; #elif L==3 // en - "Please select the country of your institution."; + "Please, select the country of your institution."; #elif L==4 // es "Por favor, seleccione el país de su institución."; #elif L==5 // fr @@ -28858,6 +28795,69 @@ const char *Txt_Please_select_the_country_of_your_institution = "Por favor, selecione o país da sua instituição."; #endif +const char *Txt_Please_select_your_centre = +#if L==1 // ca + "Si us plau, seleccioneu el seu centre."; +#elif L==2 // de + "Bitte wählen Sie Ihre Zentrum aus."; +#elif L==3 // en + "Please, select your centre."; +#elif L==4 // es + "Por favor, seleccione su centro."; +#elif L==5 // fr + "S'il vous plaít, sélectionnez votre centre."; +#elif L==6 // gn + "Por favor, seleccione su centro."; // Okoteve traducción +#elif L==7 // it + "Per favore, seleziona il tuo centro."; +#elif L==8 // pl + "Proszę, wybrać swoje tym centrum."; +#elif L==9 // pt + "Por favor, selecione seu centro."; +#endif + +const char *Txt_Please_select_your_department = +#if L==1 // ca + "Si us plau, seleccioneu el seu department."; +#elif L==2 // de + "Bitte wählen Sie Ihre Abteilung aus."; +#elif L==3 // en + "Please, select your department."; +#elif L==4 // es + "Por favor, seleccione su departamento."; +#elif L==5 // fr + "S'il vous plaít, sélectionnez votre département."; +#elif L==6 // gn + "Por favor, seleccione su departamento."; // Okoteve traducción +#elif L==7 // it + "Per favore, seleziona il tuo dipartimento."; +#elif L==8 // pl + "Proszę, wybrać swoje tym działu."; +#elif L==9 // pt + "Por favor, selecione seu departamento."; +#endif + +const char *Txt_Please_select_your_institution = +#if L==1 // ca + "Si us plau, seleccioneu la seva institució."; +#elif L==2 // de + "Bitte wählen Sie Ihre Hochschule aus."; +#elif L==3 // en + "Please, select your institution."; +#elif L==4 // es + "Por favor, seleccione su institución."; +#elif L==5 // fr + "S'il vous plaít, sélectionnez votre établissement."; +#elif L==6 // gn + "Por favor, seleccione su institución."; // Okoteve traducción +#elif L==7 // it + "Per favore, seleziona la tua istituzione accademica."; +#elif L==8 // pl + "Proszę, wybrać swoją instytucję."; +#elif L==9 // pt + "Por favor, selecione sua instituição."; +#endif + const char *Txt_Please_specify_if_you_allow_access_to_test_questions_from_mobile_applications = #if L==1 // ca "Por favor, especifique si permite el acceso"