Version 14.102.8

This commit is contained in:
Antonio Cañas Vargas 2015-03-27 21:41:53 +01:00
parent c8f19fcb9e
commit d6a331ad7c
4 changed files with 21 additions and 19 deletions

View File

@ -103,11 +103,13 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 14.102.6 (2015/03/27)"
#define Log_PLATFORM_VERSION "SWAD 14.102.8 (2015/03/27)"
// 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 14.102.8: Mar 27, 2015 Fixed bug in form to edit account. (183989 lines)
Version 14.102.7: Mar 27, 2015 Minor change in help text. (183988 lines)
Version 14.102.6: Mar 27, 2015 Changes in layout of sign up. (183987 lines)
Version 14.102.5: Mar 27, 2015 Changes in layout of log in. (183909 lines)
Version 14.102.4: Mar 25, 2015 Fixed bug in ranking. (183883 lines)

View File

@ -1050,16 +1050,16 @@ void Mai_ShowFormChangeUsrEmail (void)
{
/* The first mail is the current one */
fprintf (Gbl.F.Out,"<tr>"
"<td ");
if (Confirmed)
fprintf (Gbl.F.Out," colspan=\"2\"");
fprintf (Gbl.F.Out," class=\"%s\" style=\"text-align:right;"
"<td class=\"%s\" style=\"text-align:right;"
" vertical-align:middle;\">"
"%s:"
"</td>"
"<td style=\"text-align:left;"
" vertical-align:middle;\">",
"<td",
The_ClassFormul[Gbl.Prefs.Theme],Txt_Current_email);
if (Confirmed)
fprintf (Gbl.F.Out," colspan=\"2\"");
fprintf (Gbl.F.Out," style=\"text-align:left;"
" vertical-align:middle;\">");
}
else // NumEmail >= 2
{

View File

@ -242,7 +242,7 @@ void Pwd_ShowFormSendNewPwd (void)
void Pwd_ChkIdLoginAndSendNewPwd (void)
{
extern const char *Txt_You_must_enter_your_ID_or_your_nickname;
extern const char *Txt_You_must_enter_your_nick_email_or_ID;
extern const char *Txt_There_was_a_problem_sending_an_email_automatically;
extern const char *Txt_If_you_have_written_your_ID_nickname_or_email_correctly_;
extern const char *Txt_There_are_more_than_one_user_with_the_ID_X_Please_type_a_nick_or_email;
@ -253,7 +253,7 @@ void Pwd_ChkIdLoginAndSendNewPwd (void)
/***** Check if user's ID or nickname is not empty *****/
if (!Gbl.Usrs.Me.UsrIdLogin[0])
{
Lay_ShowAlert (Lay_WARNING,Txt_You_must_enter_your_ID_or_your_nickname);
Lay_ShowAlert (Lay_WARNING,Txt_You_must_enter_your_nick_email_or_ID);
Pwd_ShowFormSendNewPwd ();
return;
}

View File

@ -50637,25 +50637,25 @@ const char *Txt_You_must_enter_the_range_of_floating_point_values_allowed_as_ans
"You must enter the range of floating point values allowed as answer."; // Necessita de tradução
#endif
const char *Txt_You_must_enter_your_ID_or_your_nickname =
const char *Txt_You_must_enter_your_nick_email_or_ID =
#if L==0
"Debe escribir su ID (DNI/c&eacute;dula) o su apodo."; // Necessita traduccio
"Ha d'escriure el seu @sobrenom, correu o ID (DNI/c&egrave;dula).";
#elif L==1
"Bitte geben Sie Ihre Ausweis-Nr. oder Ihren Benutzernamen ein.";
"Bitte geben Sie Ihre @Benutzername, E-mail oder Ausweis-Nr.";
#elif L==2
"You must enter your ID or your nickname.";
"You must enter your @nick, e-mail or ID.";
#elif L==3
"Debe escribir su ID (DNI/c&eacute;dula) o su apodo.";
"Debe escribir su @apodo, correo o ID (DNI/c&eacute;dula).";
#elif L==4
"Vous devez entrer votre num&eacute;ro d'identit&eacute; ou votre surnom.";
"Vous devez entrer votre @surnom, courrier ou num&eacute;ro d'identit&eacute;.";
#elif L==5
"Debe escribir su ID (DNI/c&eacute;dula) o su apodo."; // Okoteve traducción
"Debe escribir su @apodo, correo o ID (DNI/c&eacute;dula)."; // Okoteve traducción
#elif L==6
"Devi inserire il tuo numero di carta d'identit&agrave; o il tuo nome utente.";
"Devi inserire il tuo @nome-utente, e-mail o numero carta d'identit&agrave;.";
#elif L==7
"You must enter your ID or your nickname."; // Potrzebujesz tlumaczenie
"Musisz napisa&cacute; @pseudonim, e-mail lub ID.";
#elif L==8
"Voc&ecirc; deve digitar seu n&ordm; identif. ou seu alcunha.";
"Voc&ecirc; deve digitar seu @alcunha, e-mail ou n&ordm; identif.";
#endif
const char *Txt_You_must_mark_an_answer_as_correct =