Version 16.15.6

This commit is contained in:
Antonio Cañas Vargas 2016-10-06 23:15:14 +02:00
parent a356c01ca7
commit 784a984d20
3 changed files with 15 additions and 11 deletions

View File

@ -146,13 +146,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.15.5 (2016-10-06)"
#define Log_PLATFORM_VERSION "SWAD 16.15.6 (2016-10-06)"
#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.15.6: Oct 06, 2016 Message in user's usage reports. (206027 lines)
Version 16.15.5: Oct 06, 2016 Fix bug removing user's usage reports. (206023 lines)
Version 16.15.4: Oct 06, 2016 When a user is removed, all his/her user's usage reports are removed. (206022 lines)
Version 16.15.3: Oct 06, 2016 Do not write date when requesting a user's usage report. (205965 lines)

View File

@ -260,6 +260,7 @@ static void Rep_PutLinkToMyUsageReport (struct CurrentTimeUTC *CurrentTimeUTC,
{
extern const char *Txt_Report_of_use_of_PLATFORM;
extern const char *Txt_Report;
extern const char *Txt_This_link_will_remain_active_as_long_as_your_user_s_account_exists;
/***** Start frame *****/
sprintf (Gbl.Title,Txt_Report_of_use_of_PLATFORM,Cfg_PLATFORM_SHORT_NAME);
@ -282,6 +283,8 @@ static void Rep_PutLinkToMyUsageReport (struct CurrentTimeUTC *CurrentTimeUTC,
Gbl.Prefs.IconsURL,
Txt_Report,
FilenameReport);
fprintf (Gbl.F.Out,"<div class=\"DAT_LIGHT\">%s</div>",
Txt_This_link_will_remain_active_as_long_as_your_user_s_account_exists);
/***** End frame *****/
Lay_EndRoundFrame ();

View File

@ -46907,25 +46907,25 @@ const char *Txt_this_field_is_filled_in_the_records_of_X_students = // Warning:
" (this field is filled in the records of %u students)"; // Necessita de tradução
#endif
const char *Txt_This_option_is_now_in_DOCUM_Edit =
const char *Txt_This_link_will_remain_active_as_long_as_your_user_s_account_exists =
#if L==1
"Aquesta opci&oacute; est&agrave; ara en Documents &gt; Editar";
"Aquest enlla&ccedil; romandr&agrave; actiu mentre existeixi el seu compte de l'usuari.";
#elif L==2
"Diese Option ist jetzt in Documents &gt; Bearbeiten";
"Diese Verbindung bleibt aktiv, solange das Konto Ihres Benutzers vorhanden.";
#elif L==3
"This option is now in Documents &gt; Edit";
"This link will remain active as long as your user's account exists.";
#elif L==4
"Esta opci&oacute;n se encuentra ahora en Documentos &gt; Editar";
"Este enlace permanecer&aacute; activo mientras exista su cuenta del usuario.";
#elif L==5
"Cette option est d&eacute;sormais dans Documents &gt; &Eacute;diter";
"Ce lien restera actif aussi longtemps que votre compte de l'utilisateur existe.";
#elif L==6
"Esta opci&oacute;n se encuentra ahora en Documentos &gt; Editar"; // Okoteve traducción
"Este enlace permanecer&aacute; activo mientras exista su cuenta del usuario."; // Okoteve traducción
#elif L==7
"Questa opzione &egrave; disponibile ora in Documenti &gt; Editare";
"Questo link rimarr&agrave; attiva finch&eacute; esiste il tuo account utente.";
#elif L==8
"Ta opcja jest ju&zdot; w Dokumentach &gt; Edytuj";
"Ten link pozostanie aktywna tak d&lstrok;ugo, jak istnieje konto u&zdot;ytkownika.";
#elif L==9
"Esta op&ccedil;&atilde;o est&aacute; agora em Documentos &gt; Editar";
"Este link permanecer&aacute; ativo enquanto existir a sua conta do usu&aacute;rio.";
#endif
const char *Txt_This_post_has_been_banned_probably_for_not_satisfy_the_rules_of_the_forums =