From 8e5ebe3a944b99bfe554bd265f76b05e3c4565d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Tue, 19 Sep 2017 13:57:55 +0200 Subject: [PATCH] Version 17.3.3 --- swad_changelog.h | 3 ++- swad_project.c | 6 +++--- swad_text.c | 18 +++++++++--------- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 6fc0bcc88..0bbdcc054 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -252,13 +252,14 @@ /****************************** 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 JS_FILE "swad16.206.3.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 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.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) diff --git a/swad_project.c b/swad_project.c index 75b323926..233357f85 100644 --- a/swad_project.c +++ b/swad_project.c @@ -494,7 +494,7 @@ static void Prj_ShowOneProject (struct Project *Prj,bool PrintView) "" "Hidden ? "DAT_LIGHT" : - "DAT_N", + "DAT", Txt_Description); if (!PrintView) fprintf (Gbl.F.Out," COLOR%u",Gbl.RowEvenOdd); @@ -524,7 +524,7 @@ static void Prj_ShowOneProject (struct Project *Prj,bool PrintView) "" "Hidden ? "DAT_LIGHT" : - "DAT_N", + "DAT", Txt_Required_knowledge); if (!PrintView) fprintf (Gbl.F.Out," COLOR%u",Gbl.RowEvenOdd); @@ -554,7 +554,7 @@ static void Prj_ShowOneProject (struct Project *Prj,bool PrintView) "" "Hidden ? "DAT_LIGHT" : - "DAT_N", + "DAT", Txt_Required_materials); if (!PrintView) fprintf (Gbl.F.Out," COLOR%u",Gbl.RowEvenOdd); diff --git a/swad_text.c b/swad_text.c index d4097404a..acff7f513 100644 --- a/swad_text.c +++ b/swad_text.c @@ -30789,23 +30789,23 @@ const char *Txt_Project_X_removed = // Warning: it is very important to include const char *Txt_Projects = #if L==1 - "Projectes"; + "Projectes (treballs fi de grau, projectes final de carrera, tesi…)"; #elif L==2 - "Projekte"; + "Projekte (Abschlussarbeiten, Diplomarbeiten…)"; #elif L==3 - "Projects"; + "Projects (end-of-degree projects, thesis…)"; #elif L==4 - "Proyectos"; + "Proyectos (trabajos fin de grado, proyectos fin de carrera, tesis…)"; #elif L==5 - "Projets"; + "Projets (projets de fin de cours, thèse…)"; #elif L==6 - "Proyectos"; // Okoteve traducción + "Proyectos (trabajos fin de grado, proyectos fin de carrera, tesis…)"; // Okoteve traducción #elif L==7 - "Progetti"; + "Progetti (progetti di fine corso, tesi…)"; #elif L==8 - "Projekty"; + "Projekty (projekty końcowe, praca dyplomowa…)"; #elif L==9 - "Projetos"; + "Projetos (projetos de fim de grau, tese…)"; #endif const char *Txt_Public_agenda_USER = // Warning: it is very important to include %s in the following sentences