From 9c175c2cb1e47be72a11670c0e8bb2b925272ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Mon, 26 Sep 2016 16:43:39 +0200 Subject: [PATCH] Version 16.2.13 --- swad_account.c | 3 ++- swad_changelog.h | 3 ++- swad_text.c | 21 +++++++++++++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/swad_account.c b/swad_account.c index 4f9179b91..309f756f9 100644 --- a/swad_account.c +++ b/swad_account.c @@ -165,6 +165,7 @@ void Acc_CheckIfEmptyAccountExists (void) extern const char *Txt_Name; extern const char *Txt_Its_me; extern const char *Txt_Check_another_ID; + extern const char *Txt_Please_enter_your_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; @@ -286,7 +287,7 @@ void Acc_CheckIfEmptyAccountExists (void) else // ID not valid { /**** Show again form to check if I have an account *****/ - Lay_ShowAlert (Lay_WARNING,"Escriba su ID (DNI/cédula…)."); + Lay_ShowAlert (Lay_WARNING,Txt_Please_enter_your_ID); // TODO: Need translation!!!! Acc_ShowFormCheckIfIHaveAccount (Txt_Before_creating_a_new_account_check_if_you_have_been_already_registered_with_your_ID); } diff --git a/swad_changelog.h b/swad_changelog.h index 69b960f83..d86a934a3 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -142,13 +142,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.2.12 (2016-09-26)" +#define Log_PLATFORM_VERSION "SWAD 16.2.13 (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.13: Sep 26, 2016 Message translated. (205203 lines) Version 16.2.12: Sep 26, 2016 Message translated. (205181 lines) Version 16.2.11: Sep 26, 2016 Message translated. (205159 lines) Version 16.2.10: Sep 26, 2016 Message translated. (205137 lines) diff --git a/swad_text.c b/swad_text.c index 7c408f659..86eb4b378 100644 --- a/swad_text.c +++ b/swad_text.c @@ -28176,6 +28176,27 @@ const char *Txt_PLACES_ORDER[2] = #endif }; +const char *Txt_Please_enter_your_ID = +#if L==1 + "Si us plau, escriviu el seu ID (DNI/cèdula)."; +#elif L==2 + "Bitte geben Sie Ihre Ausweis-Nr. änder."; +#elif L==3 + "Please enter your ID."; +#elif L==4 + "Por favor, escriba su ID (DNI/cédula…)."; +#elif L==5 + "S'il vous plaít, entrez votre ID."; +#elif L==6 + "Por favor, escriba su ID (DNI/cédula…)."; // Okoteve traducción +#elif L==7 + "Per favore, inserisci il tuo ID."; +#elif L==8 + "Proszę, podać swoje zmień identyfikatory."; +#elif L==9 + "Por favor, digite nº de identificação."; +#endif + const char *Txt_Please_fill_in_your_centre_and_department = #if L==1 "Si us plau, ompli el seu centre i department.";