Version 15.7.1

This commit is contained in:
Antonio Cañas Vargas 2015-10-03 21:56:40 +02:00
parent 39349a8714
commit 76919ed8b3
3 changed files with 25 additions and 2 deletions

View File

@ -98,11 +98,12 @@
/****************************** Public constants *****************************/ /****************************** 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: // 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 15.7.1: Oct 03, 2015 Message translated. (184984 lines)
Version 15.7: Oct 03, 2015 Height of tabs reduced. Version 15.7: Oct 03, 2015 Height of tabs reduced.
Changes in layout of students record cards in course. (184962 lines) 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) Version 15.6.3: Oct 03, 2015 Radius of rounded corners is reduced. (184966 lines)

View File

@ -2918,6 +2918,7 @@ static void Brw_ShowFileBrowserNormal (void)
static void Brw_ShowFileBrowsersAsgWrkCrs (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; extern const char *Txt_You_must_select_one_ore_more_users;
const char *Ptr; const char *Ptr;
struct UsrData UsrDat; struct UsrData UsrDat;
@ -2967,7 +2968,7 @@ static void Brw_ShowFileBrowsersAsgWrkCrs (void)
Brw_WriteTopBeforeShowingFileBrowser (); Brw_WriteTopBeforeShowingFileBrowser ();
/***** Header of the table with the list of users *****/ /***** 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 *****/ /***** List the assignments and works of the selected users *****/
Ptr = Gbl.Usrs.Select.All; Ptr = Gbl.Usrs.Select.All;

View File

@ -2885,6 +2885,27 @@ const char *Txt_Assignments =
"Atividades"; "Atividades";
#endif #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] = const char *Txt_ASG_ATT_OR_SVY_HELP_ORDER[2] =
{ {
#if L==0 #if L==0