From 76919ed8b303e2c265888679c1ac69ce5ef1589d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Sat, 3 Oct 2015 21:56:40 +0200 Subject: [PATCH] Version 15.7.1 --- swad_changelog.h | 3 ++- swad_file_browser.c | 3 ++- swad_text.c | 21 +++++++++++++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 603dfa48b..670b9b648 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -98,11 +98,12 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 15.7 (2015/10/03)" +#define Log_PLATFORM_VERSION "SWAD 15.7.1 (2015/10/03)" // 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.7.1: Oct 03, 2015 Message translated. (184984 lines) Version 15.7: Oct 03, 2015 Height of tabs reduced. Changes in layout of students record cards in course. (184962 lines) Version 15.6.3: Oct 03, 2015 Radius of rounded corners is reduced. (184966 lines) diff --git a/swad_file_browser.c b/swad_file_browser.c index 27ce83be9..57896d136 100644 --- a/swad_file_browser.c +++ b/swad_file_browser.c @@ -2918,6 +2918,7 @@ static void Brw_ShowFileBrowserNormal (void) static void Brw_ShowFileBrowsersAsgWrkCrs (void) { + extern const char *Txt_Assignments_and_other_works; extern const char *Txt_You_must_select_one_ore_more_users; const char *Ptr; struct UsrData UsrDat; @@ -2967,7 +2968,7 @@ static void Brw_ShowFileBrowsersAsgWrkCrs (void) Brw_WriteTopBeforeShowingFileBrowser (); /***** Header of the table with the list of users *****/ - Lay_StartRoundFrameTable ("95%",0,"Actividades y otros trabajos"); // TODO: Need translation! + Lay_StartRoundFrameTable ("95%",0,Txt_Assignments_and_other_works); /***** List the assignments and works of the selected users *****/ Ptr = Gbl.Usrs.Select.All; diff --git a/swad_text.c b/swad_text.c index 6f280f45a..59b5c9d02 100644 --- a/swad_text.c +++ b/swad_text.c @@ -2885,6 +2885,27 @@ const char *Txt_Assignments = "Atividades"; #endif +const char *Txt_Assignments_and_other_works = +#if L==0 + "Activitats i altres treballs"; +#elif L==1 + "Aufgaben und andere Hausarbeiten"; +#elif L==2 + "Assignments and other works"; +#elif L==3 + "Actividades y otros trabajos"; // Okoteve traducción +#elif L==4 + "Activités et autres travaux"; +#elif L==5 + "Actividades y otros trabajos"; +#elif L==6 + "Attività e altri lavori"; +#elif L==7 + "Assignments and other works"; // Potrzebujesz tlumaczenie +#elif L==8 + "Atividades e outros trabalhos"; +#endif + const char *Txt_ASG_ATT_OR_SVY_HELP_ORDER[2] = { #if L==0