Version 16.161.7

This commit is contained in:
Antonio Cañas Vargas 2017-03-23 12:18:28 +01:00
parent b1c68a5cc3
commit 993075484e
2 changed files with 4 additions and 3 deletions

View File

@ -209,13 +209,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.161.6 (2017-03-23)"
#define Log_PLATFORM_VERSION "SWAD 16.161.7 (2017-03-23)"
#define CSS_FILE "swad16.161.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.161.7: Mar 23, 2017 Some help URLs translated to spanish. (217385 lines)
Version 16.161.6: Mar 23, 2017 Some help URLs translated to spanish. (217384 lines)
Version 16.161.5: Mar 23, 2017 Some help URLs translated to spanish. (217383 lines)
Version 16.161.4: Mar 22, 2017 Some help URLs translated to spanish. (217381 lines)

View File

@ -1672,7 +1672,7 @@ const char *Hlp_USERS_Connected =
#elif L==3
"USERS.Connected";
#elif L==4
"USERS.Connected";
"USERS.Connected.es";
#elif L==5
"USERS.Connected";
#elif L==6
@ -1693,7 +1693,7 @@ const char *Hlp_USERS_Connected_last_clicks =
#elif L==3
"USERS.Connected#last-clicks";
#elif L==4
"USERS.Connected#last-clicks";
"USERS.Connected.es#%C3%9Altimos-clics";
#elif L==5
"USERS.Connected#last-clicks";
#elif L==6