Version 16.155.34

This commit is contained in:
Antonio Cañas Vargas 2017-03-15 02:42:31 +01:00
parent 8df63e36a0
commit 061016dbfd
5 changed files with 21 additions and 15 deletions

View File

@ -118,4 +118,4 @@ swad_pt: $(OBJS) $(SOAPOBJS)
.PHONY: clean .PHONY: clean
clean: clean:
rm -f swad swad_ca swad_de swad_en swad_es swad_fr swad_gn swad_it swad_pl swad_pt swad_text.o $(OBJS) rm -f swad swad_ca swad_de swad_en swad_es swad_fr swad_gn swad_it swad_pl swad_pt swad_help_URL.o swad_text.o $(OBJS)

View File

@ -209,13 +209,16 @@
/****************************** Public constants *****************************/ /****************************** Public constants *****************************/
/*****************************************************************************/ /*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.155.31 (2017-03-14)" #define Log_PLATFORM_VERSION "SWAD 16.155.34 (2017-03-15)"
#define CSS_FILE "swad16.147.css" #define CSS_FILE "swad16.147.css"
#define JS_FILE "swad16.144.js" #define JS_FILE "swad16.144.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.155.34:Mar 15, 2017 Changes in keywords. (217046 lines)
Version 16.155.33:Mar 14, 2017 Some help URLs translated to spanish. (217042 lines)
Version 16.155.32:Mar 14, 2017 Some help URLs translated to spanish. (217041 lines)
Version 16.155.31:Mar 13, 2017 Fixed bug in connected users. (217040 lines) Version 16.155.31:Mar 13, 2017 Fixed bug in connected users. (217040 lines)
Version 16.155.30:Mar 13, 2017 Adjusting size of database fields. (217037 lines) Version 16.155.30:Mar 13, 2017 Adjusting size of database fields. (217037 lines)
Version 16.155.29:Mar 13, 2017 Adjusting size of database fields. (217034 lines) Version 16.155.29:Mar 13, 2017 Adjusting size of database fields. (217034 lines)

View File

@ -26,7 +26,7 @@
/*****************************************************************************/ /*****************************************************************************/
#ifndef L #ifndef L
#define L 4 // Spanish #define L 3 // English
#endif #endif
const char *Hlp_Search = const char *Hlp_Search =
@ -2751,7 +2751,7 @@ const char *Hlp_PROFILE_Account =
#elif L==3 #elif L==3
"PROFILE.Account"; "PROFILE.Account";
#elif L==4 #elif L==4
"PROFILE.Account"; "PROFILE.Account.es";
#elif L==5 #elif L==5
"PROFILE.Account"; "PROFILE.Account";
#elif L==6 #elif L==6
@ -2772,7 +2772,7 @@ const char *Hlp_PROFILE_Account_email =
#elif L==3 #elif L==3
"PROFILE.Account#email"; "PROFILE.Account#email";
#elif L==4 #elif L==4
"PROFILE.Account#email"; "PROFILE.Account.es#correo";
#elif L==5 #elif L==5
"PROFILE.Account#email"; "PROFILE.Account#email";
#elif L==6 #elif L==6
@ -2814,7 +2814,7 @@ const char *Hlp_PROFILE_Password =
#elif L==3 #elif L==3
"PROFILE.Password"; "PROFILE.Password";
#elif L==4 #elif L==4
"PROFILE.Password"; "PROFILE.Password.es";
#elif L==5 #elif L==5
"PROFILE.Password"; "PROFILE.Password";
#elif L==6 #elif L==6

View File

@ -169,7 +169,10 @@ void Lay_WriteStartOfPage (void)
"%s," "%s,"
"SWAD," "SWAD,"
"shared workspace at a distance," "shared workspace at a distance,"
"educational platform,"
"sistema web de apoyo a la docencia," "sistema web de apoyo a la docencia,"
"plataforma educativa,"
"campus virtual,"
"SWADroid," "SWADroid,"
"LMS," "LMS,"
"Learning Management System\" />\n", "Learning Management System\" />\n",

View File

@ -41233,23 +41233,23 @@ const char *Txt_TAGLINE_BR =
const char *Txt_TAGLINE = const char *Txt_TAGLINE =
# if L==1 # if L==1
"plataforma de suport a la docència"; "plataforma educativa";
# elif L==2 # elif L==2
"Plattform zur Unterstützung der Lehre"; "Bildungs-plattform";
# elif L==3 # elif L==3
"platform to support teaching"; "educational platform";
# elif L==4 # elif L==4
"plataforma de apoyo a la docencia"; "plataforma educativa";
# elif L==5 # elif L==5
"plate-forme pour appuyer l'enseignement"; "plate-forme éducative";
# elif L==6 # elif L==6
"plataforma de apoyo a la docencia"; // Okoteve traducción "plataforma educativa"; // Okoteve traducción
# elif L==7 # elif L==7
"piattaforma per sostenere l'insegnamento"; "piattaforma educativa";
# elif L==8 # elif L==8
"platforma do wspierania nauczania"; "platforma edukacyjna";
# elif L==9 # elif L==9
"plataforma de apoio ao ensino"; "plataforma educacional";
# endif # endif
const char *Txt_TAGLINE_BR = const char *Txt_TAGLINE_BR =