Version 17.3.3

This commit is contained in:
Antonio Cañas Vargas 2017-09-19 13:57:55 +02:00
parent d6835e3d5d
commit 8e5ebe3a94
3 changed files with 14 additions and 13 deletions

View File

@ -252,13 +252,14 @@
/****************************** Public constants *****************************/ /****************************** Public constants *****************************/
/*****************************************************************************/ /*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 17.3.2 (2017-09-19)" #define Log_PLATFORM_VERSION "SWAD 17.3.3 (2017-09-19)"
#define CSS_FILE "swad17.0.css" #define CSS_FILE "swad17.0.css"
#define JS_FILE "swad16.206.3.js" #define JS_FILE "swad16.206.3.js"
// Number of lines (includes comments but not blank lines) has been got with the following command: // 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 // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*?.h sql/swad*.sql | tail -1
/* /*
Version 17.3.3: Sep 19, 2017 Changes in listing of projects. (230169 lines)
Version 17.3.2: Sep 19, 2017 Changes in listing of projects. (230168 lines) Version 17.3.2: Sep 19, 2017 Changes in listing of projects. (230168 lines)
Version 17.3.1: Sep 19, 2017 Fix bugs in projects. (230089 lines) Version 17.3.1: Sep 19, 2017 Fix bugs in projects. (230089 lines)
Version 17.3: Sep 19, 2017 Changes in fields of database table used for projects. (230089 lines) Version 17.3: Sep 19, 2017 Changes in fields of database table used for projects. (230089 lines)

View File

@ -494,7 +494,7 @@ static void Prj_ShowOneProject (struct Project *Prj,bool PrintView)
"</td>" "</td>"
"<td colspan=\"2\" class=\"LEFT_TOP", "<td colspan=\"2\" class=\"LEFT_TOP",
Prj->Hidden ? "DAT_LIGHT" : Prj->Hidden ? "DAT_LIGHT" :
"DAT_N", "DAT",
Txt_Description); Txt_Description);
if (!PrintView) if (!PrintView)
fprintf (Gbl.F.Out," COLOR%u",Gbl.RowEvenOdd); fprintf (Gbl.F.Out," COLOR%u",Gbl.RowEvenOdd);
@ -524,7 +524,7 @@ static void Prj_ShowOneProject (struct Project *Prj,bool PrintView)
"</td>" "</td>"
"<td colspan=\"2\" class=\"LEFT_TOP", "<td colspan=\"2\" class=\"LEFT_TOP",
Prj->Hidden ? "DAT_LIGHT" : Prj->Hidden ? "DAT_LIGHT" :
"DAT_N", "DAT",
Txt_Required_knowledge); Txt_Required_knowledge);
if (!PrintView) if (!PrintView)
fprintf (Gbl.F.Out," COLOR%u",Gbl.RowEvenOdd); fprintf (Gbl.F.Out," COLOR%u",Gbl.RowEvenOdd);
@ -554,7 +554,7 @@ static void Prj_ShowOneProject (struct Project *Prj,bool PrintView)
"</td>" "</td>"
"<td colspan=\"2\" class=\"LEFT_TOP", "<td colspan=\"2\" class=\"LEFT_TOP",
Prj->Hidden ? "DAT_LIGHT" : Prj->Hidden ? "DAT_LIGHT" :
"DAT_N", "DAT",
Txt_Required_materials); Txt_Required_materials);
if (!PrintView) if (!PrintView)
fprintf (Gbl.F.Out," COLOR%u",Gbl.RowEvenOdd); fprintf (Gbl.F.Out," COLOR%u",Gbl.RowEvenOdd);

View File

@ -30789,23 +30789,23 @@ const char *Txt_Project_X_removed = // Warning: it is very important to include
const char *Txt_Projects = const char *Txt_Projects =
#if L==1 #if L==1
"Projectes"; "Projectes (treballs fi de grau, projectes final de carrera, tesi&hellip;)";
#elif L==2 #elif L==2
"Projekte"; "Projekte (Abschlussarbeiten, Diplomarbeiten&hellip;)";
#elif L==3 #elif L==3
"Projects"; "Projects (end-of-degree projects, thesis&hellip;)";
#elif L==4 #elif L==4
"Proyectos"; "Proyectos (trabajos fin de grado, proyectos fin de carrera, tesis&hellip;)";
#elif L==5 #elif L==5
"Projets"; "Projets (projets de fin de cours, th&egrave;se&hellip;)";
#elif L==6 #elif L==6
"Proyectos"; // Okoteve traducción "Proyectos (trabajos fin de grado, proyectos fin de carrera, tesis&hellip;)"; // Okoteve traducción
#elif L==7 #elif L==7
"Progetti"; "Progetti (progetti di fine corso, tesi&hellip;)";
#elif L==8 #elif L==8
"Projekty"; "Projekty (projekty ko&nacute;cowe, praca dyplomowa&hellip;)";
#elif L==9 #elif L==9
"Projetos"; "Projetos (projetos de fim de grau, tese&hellip;)";
#endif #endif
const char *Txt_Public_agenda_USER = // Warning: it is very important to include %s in the following sentences const char *Txt_Public_agenda_USER = // Warning: it is very important to include %s in the following sentences