Version 16.99.1

This commit is contained in:
Antonio Cañas Vargas 2016-12-13 01:36:23 +01:00
parent 2488bc3539
commit 793723635d
4 changed files with 24 additions and 65 deletions

View File

@ -175,7 +175,7 @@ static void Asg_ShowAllAssignments (void)
"<th class=\"CENTER_MIDDLE\">" "<th class=\"CENTER_MIDDLE\">"
"%s" "%s"
"</th>" "</th>"
"<th class=\"CENTER_MIDDLE\">" "<th class=\"LEFT_MIDDLE\">"
"%s" "%s"
"</th>" "</th>"
"</tr>", "</tr>",

View File

@ -185,13 +185,15 @@
/****************************** Public constants *****************************/ /****************************** Public constants *****************************/
/*****************************************************************************/ /*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.99 (2016-12-12)" #define Log_PLATFORM_VERSION "SWAD 16.99.1 (2016-12-13)"
#define CSS_FILE "swad16.97.css" #define CSS_FILE "swad16.97.css"
#define JS_FILE "swad16.99.js" #define JS_FILE "swad16.99.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 16.99.1: Dec 13, 2016 Changes in translation of start and end.
Changes in layout of assignments and surveys. (210742 lines)
Version 16.99: Dec 12, 2016 Changes in script to write local date and time. (210782 lines) Version 16.99: Dec 12, 2016 Changes in script to write local date and time. (210782 lines)
Version 16.98: Dec 12, 2016 Changes in help about homework. Version 16.98: Dec 12, 2016 Changes in help about homework.
Changes in script to write local date and time. (210739 lines) Changes in script to write local date and time. (210739 lines)

View File

@ -229,7 +229,7 @@ static void Svy_ListAllSurveys (struct SurveyQuestion *SvyQst)
Order <= Svy_ORDER_BY_END_DATE; Order <= Svy_ORDER_BY_END_DATE;
Order++) Order++)
{ {
fprintf (Gbl.F.Out,"<th class=\"CENTER_MIDDLE\">"); fprintf (Gbl.F.Out,"<th class=\"LEFT_MIDDLE\">");
/* Form to change order */ /* Form to change order */
Act_FormStart (ActSeeAllSvy); Act_FormStart (ActSeeAllSvy);
@ -247,7 +247,7 @@ static void Svy_ListAllSurveys (struct SurveyQuestion *SvyQst)
fprintf (Gbl.F.Out,"</th>"); fprintf (Gbl.F.Out,"</th>");
} }
fprintf (Gbl.F.Out,"<th class=\"CENTER_MIDDLE\">" fprintf (Gbl.F.Out,"<th class=\"LEFT_MIDDLE\">"
"%s" "%s"
"</th>" "</th>"
"<th class=\"CENTER_MIDDLE\">" "<th class=\"CENTER_MIDDLE\">"

View File

@ -3082,43 +3082,43 @@ const char *Txt_ASG_ATT_SVY_OR_AGD_HELP_ORDER[2] =
const char *Txt_ASG_ATT_SVY_OR_AGD_ORDER[2] = const char *Txt_ASG_ATT_SVY_OR_AGD_ORDER[2] =
{ {
#if L==1 #if L==1
"Data<br />inicial" "Inici"
#elif L==2 #elif L==2
"Startdatum" "Start"
#elif L==3 #elif L==3
"Start<br />date" "Start"
#elif L==4 #elif L==4
"Fecha<br />inicial" "Inicio"
#elif L==5 #elif L==5
"Date de<br />d&eacute;but" "D&eacute;but"
#elif L==6 #elif L==6
"Fecha<br />inicial" // Okoteve traducción "&Ntilde;epyr&utilde;"
#elif L==7 #elif L==7
"Data di<br />inizio" "Inizio"
#elif L==8 #elif L==8
"Start<br />data" "Pocz&aogon;tek"
#elif L==9 #elif L==9
"Data de<br />in&iacute;cio" "In&iacute;cio"
#endif #endif
, ,
#if L==1 #if L==1
"Data<br />final" "Final"
#elif L==2 #elif L==2
"Enddatum" "Ende"
#elif L==3 #elif L==3
"End<br />date" "End"
#elif L==4 #elif L==4
"Fecha<br />final" "Final"
#elif L==5 #elif L==5
"Date de<br />fin" "Fin"
#elif L==6 #elif L==6
"Fecha<br />final" // Okoteve traducción "Paha"
#elif L==7 #elif L==7
"Data di<br />fine" "Fine"
#elif L==8 #elif L==8
"Koniec<br />data" "Koniec"
#elif L==9 #elif L==9
"Data de<br />t&eacute;rmino" "Fim"
#endif #endif
}; };
@ -17225,49 +17225,6 @@ const char *Txt_LOCATIONS_HELP_ORDER[2] =
#endif #endif
}; };
const char *Txt_LOCATIONS_ORDER[2] =
{
#if L==1
"Data inicial"
#elif L==2
"Startdatum"
#elif L==3
"Start date"
#elif L==4
"Fecha inicial"
#elif L==5
"Date initiale"
#elif L==6
"Fecha inicial" // Okoteve traducción
#elif L==7
"Data iniziale"
#elif L==8
"Data rozpoczecia"
#elif L==9
"Data de in&iacute;cio"
#endif
,
#if L==1
"Data final"
#elif L==2
"Enddatum"
#elif L==3
"End date"
#elif L==4
"Fecha final"
#elif L==5
"Date finale"
#elif L==6
"Fecha final" // Okoteve traducción
#elif L==7
"Data finale"
#elif L==8
"Data koncowa"
#elif L==9
"Data final"
#endif
};
const char *Txt_LOG_More_info = const char *Txt_LOG_More_info =
#if L==1 #if L==1
"Observaciones"; // Necessita traduccio "Observaciones"; // Necessita traduccio