From aa691f940c7413d1a5985fd4922239a0a917f9de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Mon, 26 Sep 2016 14:47:07 +0200 Subject: [PATCH] Version 16.2.11 --- swad_account.c | 3 ++- swad_changelog.h | 3 ++- swad_text.c | 25 +++++++++++++++++++++++-- 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/swad_account.c b/swad_account.c index 4a54faaec..536003522 100644 --- a/swad_account.c +++ b/swad_account.c @@ -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 ("",""); diff --git a/swad_changelog.h b/swad_changelog.h index a725d6fc5..b3373ffc5 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -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) diff --git a/swad_text.c b/swad_text.c index ff9971ef2..bedd2f9d9 100644 --- a/swad_text.c +++ b/swad_text.c @@ -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";