Version 16.2.7

This commit is contained in:
Antonio Cañas Vargas 2016-09-26 12:18:08 +02:00
parent 59c413d890
commit bcce276e7f
3 changed files with 27 additions and 4 deletions

View File

@ -133,6 +133,7 @@ static void Acc_ShowFormCheckIfIHaveAccount (const char *Title)
{
extern const char *The_ClassForm[The_NUM_THEMES];
extern const char *Txt_ID;
extern const char *Txt_Check;
/***** Start frame *****/
Lay_StartRoundFrame (NULL,Title,NULL);
@ -146,7 +147,7 @@ static void Acc_ShowFormCheckIfIHaveAccount (const char *Title)
" size=\"20\" maxlength=\"%u\" value=\"\" />",
The_ClassForm[Gbl.Prefs.Theme],Txt_ID,
ID_MAX_LENGTH_USR_ID);
Lay_PutConfirmButton ("Comprobar"); // TODO: Need translation!!!!
Lay_PutConfirmButton (Txt_Check);
Act_FormEnd ();
/***** End frame *****/

View File

@ -142,13 +142,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.2.6 (2016-09-26)"
#define Log_PLATFORM_VERSION "SWAD 16.2.7 (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.7: Sep 26, 2016 Message translated. (205071 lines)
Version 16.2.6: Sep 26, 2016 Message translated. (205049 lines)
Version 16.2.5: Sep 26, 2016 Check if an account already exists. (205019 lines)
Version 16.2.4: Sep 22, 2016 Check if an account already exists. Not finished. (205016 lines)

View File

@ -3585,7 +3585,7 @@ const char *Txt_Before_creating_a_new_account_check_if_you_have_been_already_reg
" compruebe si ya le han inscrito con su ID"; // Okoteve traducción
#elif L==7
"Prima di creare un nuovo account,"
" controllare se sono stati già registrato con il tuo ID";
" verificare se sono stati già registrato con il tuo ID";
#elif L==8
"Przed utworzeniem nowego konta,"
" należy sprawdzić, czy został on już zarejestrowany z identyfikatorem";
@ -4489,6 +4489,27 @@ const char *Txt_Chat_rooms =
"Chat rooms";
#endif
const char *Txt_Check = // Button to check if an account is already created with a user's ID
#if L==1
"Comprovar";
#elif L==2
"Prüfen";
#elif L==3
"Check";
#elif L==4
"Comprobar";
#elif L==5
"Vérifier";
#elif L==6
"Comprobar"; // Okoteve traducción
#elif L==7
"Verificare";
#elif L==8
"Sprawdzić";
#elif L==9
"Verificar";
#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";
@ -4505,7 +4526,7 @@ const char *Txt_Check_marks_in_file_X = // Warning: it is very important to incl
#elif L==7
"Consultare i risultati nel file %s";
#elif L==8
"Zaznaczenia w pliku %s";
"Zaznaczenia w pliku %s";
#elif L==9
"Check marks in file %s"; // Necessita de tradução
#endif