Version 15.211.1

This commit is contained in:
Antonio Cañas Vargas 2016-05-11 19:39:07 +02:00
parent c4f954f51c
commit 3e3ba1fdf6
3 changed files with 11 additions and 10 deletions

View File

@ -138,13 +138,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.211 (2016-05-07)"
#define Log_PLATFORM_VERSION "SWAD 15.211.1 (2016-05-07)"
#define CSS_FILE "swad15.210.css"
#define JS_FILE "swad15.197.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 15.211.1: May 07, 2016 Files in briefcase older than 1 year are removed automatically. (201397 lines)
Version 15.211: May 07, 2016 Code refactoring related to removing old files in briefcase.
Old files in briefcase are removed automatically. (201396 lines)
Version 15.210.4: May 05, 2016 Link to change logo of degree is moved to top of window. (201385 lines)

View File

@ -141,9 +141,9 @@ struct FileMetadata
#define Brw_INTERNAL_NAME_ROOT_FOLDER_MARKS "calificaciones" // TODO: It should be "mrk"
#define Brw_INTERNAL_NAME_ROOT_FOLDER_BRIEF "maletin" // TODO: It should be "brf"
#define Brw_MIN_MONTHS_TO_REMOVE_OLD_FILES 6 // 6 months
#define Brw_DEF_MONTHS_TO_REMOVE_OLD_FILES 12 // 1 year
#define Brw_MAX_MONTHS_IN_BRIEFCASE (10*12) // 10 years
#define Brw_MIN_MONTHS_TO_REMOVE_OLD_FILES 3 // 3 months
#define Brw_DEF_MONTHS_TO_REMOVE_OLD_FILES 6 // 6 months
#define Brw_MAX_MONTHS_IN_BRIEFCASE (1*12) // 1 year
/*****************************************************************************/
/***************************** Public prototypes *****************************/

View File

@ -37884,17 +37884,17 @@ const char *Txt_STAT_COURSE_FILE_ZONES[Sta_NUM_STAT_CRS_FILE_ZONES] = // Use &nb
#endif
,
#if L==1 // Brw_ADMI_MARKS_CRS
"Qualific. (ass.)"
"Qualificacions (ass.)"
#elif L==2
"Bewertungen (Ver.)"
#elif L==3
"Marks (crs.)"
#elif L==4
"Calific. (asg.)"
"Calificaciones (asg.)"
#elif L==5
"Notes (mat.)"
#elif L==6
"Calific. (asg.)" // Okoteve traducción
"Calificaciones (asg.)" // Okoteve traducción
#elif L==7
"Risultati (crs.)"
#elif L==8
@ -37904,17 +37904,17 @@ const char *Txt_STAT_COURSE_FILE_ZONES[Sta_NUM_STAT_CRS_FILE_ZONES] = // Use &nb
#endif
,
#if L==1 // Brw_ADMI_MARKS_GRP
"Calific. (grp.)" // Necessita traduccio
"Qualificacions (grp.)"
#elif L==2
"Bewertungen (Grp.)"
#elif L==3
"Marks (grp.)"
#elif L==4
"Calific. (grp.)"
"Calificaciones (grp.)"
#elif L==5
"Notes (grp.)"
#elif L==6
"Calific. (grp.)" // Okoteve traducción
"Calificaciones (grp.)" // Okoteve traducción
#elif L==7
"Risultati (grp.)"
#elif L==8