Version 16.2.13

This commit is contained in:
Antonio Cañas Vargas 2016-09-26 16:43:39 +02:00
parent ba1faf565e
commit 9c175c2cb1
3 changed files with 25 additions and 2 deletions

View File

@ -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);
}

View File

@ -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)

View File

@ -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.";