Version 16.145.2

This commit is contained in:
Antonio Cañas Vargas 2017-03-02 22:24:22 +01:00
parent 1c91c51eae
commit 7fccdc15c9
2 changed files with 5 additions and 4 deletions

View File

@ -197,13 +197,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.145.1 (2017-03-02)"
#define Log_PLATFORM_VERSION "SWAD 16.145.2 (2017-03-02)"
#define CSS_FILE "swad16.144.css"
#define JS_FILE "swad16.144.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.145.2: Mar 02, 2017 Some help URLs translated to spanish. (216338 lines)
Version 16.145.1: Mar 02, 2017 Changes in several help URLs. (216337 lines)
Version 16.145: Mar 02, 2017 Support for languages in help.
New module swad_help_URL.c. (216336 lines)

View File

@ -26,7 +26,7 @@
/*****************************************************************************/
#ifndef L
#define L 3 // English
#define L 4 // Spanish
#endif
const char *Hlp_Search =
@ -2709,7 +2709,7 @@ const char *Hlp_PROFILE_LogIn =
#elif L==3
"PROFILE.LogIn";
#elif L==4
"PROFILE.LogIn";
"PROFILE.LogIn.es";
#elif L==5
"PROFILE.LogIn";
#elif L==6
@ -2730,7 +2730,7 @@ const char *Hlp_PROFILE_SignUp =
#elif L==3
"PROFILE.SignUp";
#elif L==4
"PROFILE.SignUp";
"PROFILE.SignUp.es";
#elif L==5
"PROFILE.SignUp";
#elif L==6