Version 16.17.1

This commit is contained in:
Antonio Cañas Vargas 2016-10-08 20:37:01 +02:00
parent 79e8583003
commit c72c623d31
3 changed files with 26 additions and 2 deletions

View File

@ -148,13 +148,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.17 (2016-10-08)"
#define Log_PLATFORM_VERSION "SWAD 16.17.1 (2016-10-08)"
#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.17.1: Oct 08, 2016 Message translated in user's usage report. (206211 lines)
Version 16.17: Oct 08, 2016 List of most frequent actions in user's usage report. (206189 lines)
Version 16.16.1: Oct 07, 2016 Fixed bug in user's usage report. (206108 lines)
Version 16.16: Oct 07, 2016 Order current courses in user's usage report by number of clicks.

View File

@ -755,10 +755,12 @@ static void Rep_WriteSectionUsrFigures (const struct UsrFigures *UsrFigures,
static void Rep_WriteSectionGlobalHits (const struct UsrFigures *UsrFigures,
const struct tm *tm_FirstClickTime)
{
extern const char *Txt_Hits_per_year;
/***** Start of section *****/
fprintf (Gbl.F.Rep,"<section>"
"<h3>%s</h3>",
"Accesos (clics) por a&ntilde;o"); // TODO: Need translation!!!!
Txt_Hits_per_year);
/***** Global (in any course) hits per year *****/
Rep_ShowMyHitsPerYear (true,-1L, // Any course

View File

@ -14056,6 +14056,27 @@ const char *Txt_Hits_as_a_USER = // hits = visits, clicks, page views... Warning
"Visitas (cliques) como %s";
#endif
const char *Txt_Hits_per_year = // hits = visits, clicks, page views...
#if L==1
"Accessos (clics) per any";
#elif L==2
"Anmeldungen (Klicks) pro Jahr";
#elif L==3
"Hits (clicks) per year";
#elif L==4
"Accesos (clics) por a&ntilde;o";
#elif L==5
"Visites (clics) par an";
#elif L==6
"Accesos (clics) por a&ntilde;o"; // Okoteve traducción
#elif L==7
"Visite (clic) all'anno";
#elif L==8
"Ods&lstrok;on (klikni&eogon;cia) rocznie";
#elif L==9
"Visitas (cliques) por ano";
#endif
const char *Txt_Hits_without_course_selected = // hits = visits, clicks, page views...
#if L==1
"Accessos (clics) sense assignatura seleccionada";