From e768b2de285fab017b19881f2f131b30da48006c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Sat, 5 Nov 2016 16:37:18 +0100 Subject: [PATCH] Version 16.46.7 --- swad_changelog.h | 3 ++- swad_statistic.c | 4 ++-- swad_text.c | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 55ace7b2d..8a30fafa5 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -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) diff --git a/swad_statistic.c b/swad_statistic.c index bf7c362f0..6cca0d6d9 100644 --- a/swad_statistic.c +++ b/swad_statistic.c @@ -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, diff --git a/swad_text.c b/swad_text.c index aae34151f..0033ff84d 100644 --- a/swad_text.c +++ b/swad_text.c @@ -24591,13 +24591,13 @@ const char *Txt_No_of_BR_lines = "Nº de
linhas"; #endif -const char *Txt_No_of_messages = +const char *Txt_No_of_posts = #if L==1 "Nº de mensajes"; // Necessita traduccio #elif L==2 "Anzahl der Nachrichten"; #elif L==3 - "No. of messages"; + "No. of posts"; #elif L==4 "Nº de mensajes"; #elif L==5 @@ -24605,7 +24605,7 @@ const char *Txt_No_of_messages = #elif L==6 "Nº de mensajes"; // Okoteve traducción #elif L==7 - "Numero di messaggi"; + "Numero di post"; #elif L==8 "Liczba wiadomosci"; #elif L==9