Version 16.2.11

This commit is contained in:
Antonio Cañas Vargas 2016-09-26 14:47:07 +02:00
parent 980d35dcaa
commit aa691f940c
3 changed files with 27 additions and 4 deletions

View File

@ -164,6 +164,7 @@ void Acc_CheckIfEmptyAccountExists (void)
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_Check_another_ID;
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;
@ -277,7 +278,7 @@ void Acc_CheckIfEmptyAccountExists (void)
DB_FreeMySQLResult (&mysql_res);
/**** Show form to check if I have an account *****/
Acc_ShowFormCheckIfIHaveAccount ("Comprobar otro ID"); // TODO: Need translation!!!
Acc_ShowFormCheckIfIHaveAccount (Txt_Check_another_ID);
/**** Show form to create a new account *****/
Acc_ShowFormRequestNewAccountWithParams ("","");

View File

@ -142,13 +142,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.2.10 (2016-09-26)"
#define Log_PLATFORM_VERSION "SWAD 16.2.11 (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.11: Sep 26, 2016 Message translated. (205159 lines)
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)

View File

@ -4493,7 +4493,7 @@ const char *Txt_Check = // Button to check if an account is already created with
#if L==1
"Comprovar";
#elif L==2
"Prüfen";
"Überprüfen";
#elif L==3
"Check";
#elif L==4
@ -4505,11 +4505,32 @@ const char *Txt_Check = // Button to check if an account is already created with
#elif L==7
"Verificare";
#elif L==8
"Sprawdzić";
"Sprawdź";
#elif L==9
"Verificar";
#endif
const char *Txt_Check_another_ID =
#if L==1
"Comprovar altre ID";
#elif L==2
"Überprüfen Sie eine andere ID";
#elif L==3
"Check another ID";
#elif L==4
"Comprobar otro ID";
#elif L==5
"Vérifier un autre ID";
#elif L==6
"Comprobar otro ID"; // Okoteve traducción
#elif L==7
"Verificare un altro ID";
#elif L==8
"Sprawdzić inny identyfikator";
#elif L==9
"Verificar outra ID";
#endif
const char *Txt_Check_marks_in_file_X = // Warning: it is very important to include %s in the following sentences
#if L==1
"Consultar qualificacions en el fitxer %s";