diff --git a/swad_changelog.h b/swad_changelog.h index 4d1580ec1..9e1fd442c 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -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) diff --git a/swad_report.c b/swad_report.c index c15cb333e..773d0b7ee 100644 --- a/swad_report.c +++ b/swad_report.c @@ -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,"
%s
", + Txt_This_link_will_remain_active_as_long_as_your_user_s_account_exists); /***** End frame *****/ Lay_EndRoundFrame (); diff --git a/swad_text.c b/swad_text.c index 7c2a87e66..89f8f55a4 100644 --- a/swad_text.c +++ b/swad_text.c @@ -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ó està ara en Documents > Editar"; + "Aquest enllaç romandrà actiu mentre existeixi el seu compte de l'usuari."; #elif L==2 - "Diese Option ist jetzt in Documents > Bearbeiten"; + "Diese Verbindung bleibt aktiv, solange das Konto Ihres Benutzers vorhanden."; #elif L==3 - "This option is now in Documents > Edit"; + "This link will remain active as long as your user's account exists."; #elif L==4 - "Esta opción se encuentra ahora en Documentos > Editar"; + "Este enlace permanecerá activo mientras exista su cuenta del usuario."; #elif L==5 - "Cette option est désormais dans Documents > Éditer"; + "Ce lien restera actif aussi longtemps que votre compte de l'utilisateur existe."; #elif L==6 - "Esta opción se encuentra ahora en Documentos > Editar"; // Okoteve traducción + "Este enlace permanecerá activo mientras exista su cuenta del usuario."; // Okoteve traducción #elif L==7 - "Questa opzione è disponibile ora in Documenti > Editare"; + "Questo link rimarrà attiva finché esiste il tuo account utente."; #elif L==8 - "Ta opcja jest już w Dokumentach > Edytuj"; + "Ten link pozostanie aktywna tak długo, jak istnieje konto użytkownika."; #elif L==9 - "Esta opção está agora em Documentos > Editar"; + "Este link permanecerá ativo enquanto existir a sua conta do usuário."; #endif const char *Txt_This_post_has_been_banned_probably_for_not_satisfy_the_rules_of_the_forums =