Version 16.2.10

This commit is contained in:
Antonio Cañas Vargas 2016-09-26 14:39:32 +02:00
parent 395b2e7cd3
commit 980d35dcaa
3 changed files with 25 additions and 2 deletions

View File

@ -163,6 +163,7 @@ void Acc_CheckIfEmptyAccountExists (void)
extern const char *Txt_Do_you_think_you_are_this_user;
extern const char *Txt_Do_you_think_you_are_one_of_these_users;
extern const char *Txt_Name;
extern const char *Txt_Its_me;
extern const char *Txt_Before_creating_a_new_account_check_if_you_have_been_already_registered_with_your_ID;
char ID[ID_MAX_LENGTH_USR_ID+1];
unsigned NumUsrs;
@ -240,7 +241,7 @@ void Acc_CheckIfEmptyAccountExists (void)
Gbl.RowEvenOdd);
Act_FormStart (ActAutUsrNew);
Usr_PutParamUsrCodEncrypted (UsrDat.EncryptedUsrCod);
Lay_PutCreateButtonInline ("¡Soy yo!"); // TODO: Need translation!!!
Lay_PutCreateButtonInline (Txt_Its_me);
Act_FormEnd ();
fprintf (Gbl.F.Out,"</td>"
"</tr>");

View File

@ -142,13 +142,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.2.9 (2016-09-26)"
#define Log_PLATFORM_VERSION "SWAD 16.2.10 (2016-09-26)"
#define CSS_FILE "swad15.229.css"
#define JS_FILE "swad15.238.1.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 16.2.10: Sep 26, 2016 Message translated. (205137 lines)
Version 16.2.9: Sep 26, 2016 Message translated. (205115 lines)
Version 16.2.8: Sep 26, 2016 Message translated. (205093 lines)
Version 16.2.7: Sep 26, 2016 Message translated. (205071 lines)

View File

@ -16108,6 +16108,27 @@ const char *Txt_It_is_optional_to_choose_a_group =
"Escolher um grupo &eacute; volunt&aacute;rio";
#endif
const char *Txt_Its_me =
#if L==1
"S&oacute;c jo!";
#elif L==2
"Da ich bin!";
#elif L==3
"It's me!";
#elif L==4
"&iexcl;Soy yo!";
#elif L==5
"C'est moi!";
#elif L==6
"&iexcl;Soy yo!"; // Okoteve traducción
#elif L==7
"Sono io!";
#elif L==8
"To ja!";
#elif L==9
"Sou eu!";
#endif
const char *Txt_Language =
#if L==1
"Idioma (language)";