Version 16.161.6

This commit is contained in:
Antonio Cañas Vargas 2017-03-23 11:55:27 +01:00
parent a21571a97a
commit b1c68a5cc3
5 changed files with 11 additions and 11 deletions

View File

@ -70,8 +70,7 @@ CFLAGS = -Wall -Wextra -mtune=native -O2 -s
all: swad_ca swad_de swad_en swad_es swad_fr swad_gn swad_it swad_pl swad_pt
swad_ca: $(OBJS) $(SOAPOBJS) $(SHAOBJS)
$(CC) $(CFLAGS) -c -D L=1 swad_help_URL.c
$(CC) $(CFLAGS) -c -D L=1 swad_text.c
$(CC) $(CFLAGS) -c -D L=1 swad_help_URL.c swad_text.c
$(CC) $(CFLAGS) -o $@ $(OBJS) swad_help_URL.o swad_text.o $(SOAPOBJS) $(SHAOBJS) $(LIBS)
chmod a+x $@

View File

@ -209,13 +209,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.161.5 (2017-03-23)"
#define Log_PLATFORM_VERSION "SWAD 16.161.6 (2017-03-23)"
#define CSS_FILE "swad16.161.css"
#define JS_FILE "swad16.144.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 16.161.6: Mar 23, 2017 Some help URLs translated to spanish. (217384 lines)
Version 16.161.5: Mar 23, 2017 Some help URLs translated to spanish. (217383 lines)
Version 16.161.4: Mar 22, 2017 Some help URLs translated to spanish. (217381 lines)
Version 16.161.3: Mar 22, 2017 Some help URLs translated to spanish. (217381 lines)

View File

@ -248,7 +248,7 @@ void Dup_GetUsrCodAndListSimilarUsrs (void)
static void Dup_ListSimilarUsrs (void)
{
extern const char *Hlp_USERS_Duplicates_possibly_similar_users;
extern const char *Hlp_USERS_Duplicates_similar_users;
extern const char *Txt_Similar_users;
struct UsrData UsrDat;
char Query[512];
@ -259,7 +259,7 @@ static void Dup_ListSimilarUsrs (void)
/***** Start frame with list of possible duplicate users *****/
Lay_StartRoundFrame (NULL,Txt_Similar_users,
NULL,Hlp_USERS_Duplicates_possibly_similar_users);
NULL,Hlp_USERS_Duplicates_similar_users);
/***** Build query *****/
if (Gbl.Usrs.Other.UsrDat.Surname1[0] &&

View File

@ -1252,7 +1252,7 @@ const char *Hlp_USERS_Groups =
#elif L==3
"USERS.Groups";
#elif L==4
"USERS.Groups";
"USERS.Groups.es";
#elif L==5
"USERS.Groups";
#elif L==6
@ -1504,7 +1504,7 @@ const char *Hlp_USERS_Duplicates_possibly_duplicate_users =
#elif L==3
"USERS.Duplicates#possibly-duplicate-users";
#elif L==4
"USERS.Duplicates#possibly-duplicate-users";
"USERS.Duplicates.es#usuarios-posiblemente-duplicados";
#elif L==5
"USERS.Duplicates#possibly-duplicate-users";
#elif L==6
@ -1517,7 +1517,7 @@ const char *Hlp_USERS_Duplicates_possibly_duplicate_users =
"USERS.Duplicates#possibly-duplicate-users";
#endif
const char *Hlp_USERS_Duplicates_possibly_similar_users =
const char *Hlp_USERS_Duplicates_similar_users =
#if L==1
"USERS.Duplicates#similar-users";
#elif L==2
@ -1525,7 +1525,7 @@ const char *Hlp_USERS_Duplicates_possibly_similar_users =
#elif L==3
"USERS.Duplicates#similar-users";
#elif L==4
"USERS.Duplicates#similar-users";
"USERS.Duplicates.es#usuarios-similares";
#elif L==5
"USERS.Duplicates#similar-users";
#elif L==6

View File

@ -26236,11 +26236,11 @@ const char *Txt_Not_duplicated =
#elif L==3
"Not duplicated";
#elif L==4
"No es duplicado";
"No es duplicado/a";
#elif L==5
"Pas dupliqué";
#elif L==6
"No es duplicado"; // Okoteve traducción
"No es duplicado/a"; // Okoteve traducción
#elif L==7
"Non duplicato";
#elif L==8