Version 16.171.6

This commit is contained in:
Antonio Cañas Vargas 2017-03-27 14:38:52 +02:00
parent 48d34b19f2
commit 3fc7451642
2 changed files with 6 additions and 5 deletions

View File

@ -211,13 +211,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.171.5 (2017-03-27)"
#define Log_PLATFORM_VERSION "SWAD 16.171.6 (2017-03-27)"
#define CSS_FILE "swad16.166.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.171.6: Mar 27, 2017 Some help URLs translated to spanish. (217519 lines)
Version 16.171.5: Mar 27, 2017 Changed buttons to create a new link, banner, place or holiday. (217518 lines)
Version 16.171.4: Mar 27, 2017 Some help URLs translated to spanish. (217605 lines)
Version 16.171.3: Mar 27, 2017 Fixed bug in assignments, reported by Eva Martínez Ortigosa. (217604 lines)

View File

@ -144,7 +144,7 @@ const char *Hlp_SYSTEM_Banners =
#elif L==3
"SYSTEM.Banners";
#elif L==4
"SYSTEM.Banners";
"SYSTEM.Banners.es";
#elif L==5
"SYSTEM.Banners";
#elif L==6
@ -165,7 +165,7 @@ const char *Hlp_SYSTEM_Banners_edit =
#elif L==3
"SYSTEM.Banners#edit";
#elif L==4
"SYSTEM.Banners#edit";
"SYSTEM.Banners.es#editar";
#elif L==5
"SYSTEM.Banners#edit";
#elif L==6
@ -186,7 +186,7 @@ const char *Hlp_SYSTEM_Links =
#elif L==3
"SYSTEM.Links";
#elif L==4
"SYSTEM.Links";
"SYSTEM.Links.es";
#elif L==5
"SYSTEM.Links";
#elif L==6
@ -207,7 +207,7 @@ const char *Hlp_SYSTEM_Links_edit =
#elif L==3
"SYSTEM.Links#edit";
#elif L==4
"SYSTEM.Links#edit";
"SYSTEM.Links.es#editar";
#elif L==5
"SYSTEM.Links#edit";
#elif L==6