Version 16.46.7

This commit is contained in:
Antonio Cañas Vargas 2016-11-05 16:37:18 +01:00
parent 6fe95983b3
commit e768b2de28
3 changed files with 7 additions and 6 deletions

View File

@ -156,13 +156,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.46.6 (2016-11-05)"
#define Log_PLATFORM_VERSION "SWAD 16.46.7 (2016-11-05)"
#define CSS_FILE "swad16.32.1.css"
#define JS_FILE "swad16.46.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.46.7: Nov 05, 2016 Changes in text related to forum statistics. (206046 lines)
Version 16.46.6: Nov 05, 2016 Changes in texts related to public social activity statistics. (206045 lines)
Version 16.46.5: Nov 05, 2016 Changes in texts related to folders and files statistics. (206043 lines)
Version 16.46.4: Nov 03, 2016 Fixed text related to order of centres. (206042 lines)

View File

@ -7247,7 +7247,7 @@ static void Sta_GetAndShowForumStats (void)
extern const char *Txt_Forums;
extern const char *Txt_No_of_forums;
extern const char *Txt_No_of_threads;
extern const char *Txt_No_of_messages;
extern const char *Txt_No_of_posts;
extern const char *Txt_Number_of_BR_notifications;
extern const char *Txt_No_of_threads_BR_per_forum;
extern const char *Txt_No_of_posts_BR_per_thread;
@ -7301,7 +7301,7 @@ static void Sta_GetAndShowForumStats (void)
Txt_Forums,
Txt_No_of_forums,
Txt_No_of_threads,
Txt_No_of_messages,
Txt_No_of_posts,
Txt_Number_of_BR_notifications,
Txt_No_of_threads_BR_per_forum,
Txt_No_of_posts_BR_per_thread,

View File

@ -24591,13 +24591,13 @@ const char *Txt_No_of_BR_lines =
"N&ordm; de<br />linhas";
#endif
const char *Txt_No_of_messages =
const char *Txt_No_of_posts =
#if L==1
"N&ordm; de mensajes"; // Necessita traduccio
#elif L==2
"Anzahl der Nachrichten";
#elif L==3
"No. of messages";
"No. of posts";
#elif L==4
"N&ordm; de mensajes";
#elif L==5
@ -24605,7 +24605,7 @@ const char *Txt_No_of_messages =
#elif L==6
"N&ordm; de mensajes"; // Okoteve traducción
#elif L==7
"Numero di messaggi";
"Numero di post";
#elif L==8
"Liczba wiadomosci";
#elif L==9