Version 16.2.12

This commit is contained in:
Antonio Cañas Vargas 2016-09-26 14:52:57 +02:00
parent aa691f940c
commit ba1faf565e
3 changed files with 26 additions and 3 deletions

View File

@ -300,6 +300,7 @@ static void Acc_ShowFormRequestNewAccountWithParams (const char *NewNicknameWith
const char *NewEmail)
{
extern const char *The_ClassForm[The_NUM_THEMES];
extern const char *Txt_Create_a_new_account;
extern const char *Txt_Nickname;
extern const char *Txt_HELP_nickname;
extern const char *Txt_HELP_email;
@ -309,7 +310,7 @@ static void Acc_ShowFormRequestNewAccountWithParams (const char *NewNicknameWith
/***** Form to enter some data of the new user *****/
Act_FormStart (ActCreUsrAcc);
Lay_StartRoundFrameTable (NULL,2,"Crear una nueva cuenta"); // TODO: Need translation!!!!
Lay_StartRoundFrameTable (NULL,2,Txt_Create_a_new_account);
/***** Nickname *****/
if (NewNicknameWithoutArroba[0])

View File

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

View File

@ -5813,6 +5813,27 @@ const char *Txt_Courses_of_DEGREE_X = // Warning: it is very important to includ
"Disciplinas de %s";
#endif
const char *Txt_Create_a_new_account =
#if L==1
"Crea un nou compte";
#elif L==2
"Ein neues Benutzerkonto erstellen";
#elif L==3
"Create a new account";
#elif L==4
"Crear una nueva cuenta";
#elif L==5
"Créer un nouveau compte";
#elif L==6
"Crear una nueva cuenta"; // Okoteve traducción
#elif L==7
"Creare un nuovo account";
#elif L==8
"Stwórz nowe konto";
#elif L==9
"Criar uma nova conta";
#endif
const char *Txt_Create_account =
#if L==1
"Crea compte";
@ -5823,7 +5844,7 @@ const char *Txt_Create_account =
#elif L==4
"Crear cuenta";
#elif L==5
"Créer un compte";
"Créer compte";
#elif L==6
"Crear cuenta"; // Okoteve traducción
#elif L==7