Version 16.45.10

This commit is contained in:
Antonio Cañas Vargas 2016-10-28 10:36:14 +02:00
parent f101527e3c
commit 23603b940f
3 changed files with 26 additions and 25 deletions

View File

@ -154,13 +154,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.45.9 (2016-10-28)"
#define Log_PLATFORM_VERSION "SWAD 16.45.10 (2016-10-28)"
#define CSS_FILE "swad16.32.1.css"
#define JS_FILE "swad15.238.1.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.45.10: Oct 28, 2016 Messages translated. (205995 lines)
Version 16.45.9: Oct 28, 2016 Free lists of user's countries, institutions, centres and degrees.
Code refactoring related to hierarchy. (205994 lines)
Version 16.45.8: Oct 28, 2016 Remove surveys of a country when removing it. (205930 lines)

View File

@ -679,8 +679,8 @@ static void Svy_WriteStatus (struct Survey *Svy)
extern const char *Txt_Open_survey;
extern const char *Txt_SURVEY_Type_of_user_not_allowed;
extern const char *Txt_SURVEY_Type_of_user_allowed;
extern const char *Txt_SURVEY_You_belong_to_degree_coruse_or_groups;
extern const char *Txt_SURVEY_You_dont_belong_to_degree_coruse_or_groups;
extern const char *Txt_SURVEY_You_belong_to_the_scope_of_the_survey;
extern const char *Txt_SURVEY_You_dont_belong_to_the_scope_of_the_survey;
extern const char *Txt_SURVEY_You_have_already_answered;
extern const char *Txt_SURVEY_You_have_not_answered;
@ -724,12 +724,12 @@ static void Svy_WriteStatus (struct Survey *Svy)
fprintf (Gbl.F.Out,"<li class=\"%s\">%s</li>",
Svy->Status.Visible ? "STATUS_GREEN" :
"STATUS_GREEN_LIGHT",
Txt_SURVEY_You_belong_to_degree_coruse_or_groups);
Txt_SURVEY_You_belong_to_the_scope_of_the_survey);
else
fprintf (Gbl.F.Out,"<li class=\"%s\">%s</li>",
Svy->Status.Visible ? "STATUS_RED" :
"STATUS_RED_LIGHT",
Txt_SURVEY_You_dont_belong_to_degree_coruse_or_groups);
Txt_SURVEY_You_dont_belong_to_the_scope_of_the_survey);
/* Write whether survey has been already answered by me or not */
if (Svy->Status.IHaveAnswered)

View File

@ -39677,46 +39677,46 @@ const char *Txt_Survey =
"Inqu&eacute;rito";
#endif
const char *Txt_SURVEY_You_belong_to_degree_coruse_or_groups =
const char *Txt_SURVEY_You_belong_to_the_scope_of_the_survey =
#if L==1
"Pertenece a titulaci&oacute;n, asignatura o grupo(s)"; // Necessita traduccio
"Pertany a l'&agrave;mbit de l'enquesta";
#elif L==2
"You belong to degree, course or group(s)"; // Need Übersetzung
"Sie geh&ouml;ren zum Umfang der Umfrage";
#elif L==3
"You belong to degree, course or group(s)";
"You belong to the scope of the survey";
#elif L==4
"Pertenece a titulaci&oacute;n, asignatura o grupo(s)";
"Pertenece al &aacute;mbito de la encuesta";
#elif L==5
"You belong to degree, course or group(s)"; // Besoin de traduction
"Vous appartenez &agrave; la port&eacute;e de l'enqu&ecirc;te";
#elif L==6
"Pertenece a titulaci&oacute;n, asignatura o grupo(s)"; // Okoteve traducción
"Pertenece al &aacute;mbito de la encuesta"; // Okoteve traducción
#elif L==7
"Appartieni alla laurea, corso o gruppo";
"Voi appartenete al campo d'indagine";
#elif L==8
"You belong to degree, course or group(s)"; // Potrzebujesz tlumaczenie
"Nale&zdot;ysz do zakresu badania";
#elif L==9
"You belong to degree, course or group(s)"; // Necessita de tradução
"Voc&ecirc; pertence ao &acirc;mbito do inqu&eacute;rito";
#endif
const char *Txt_SURVEY_You_dont_belong_to_degree_coruse_or_groups =
const char *Txt_SURVEY_You_dont_belong_to_the_scope_of_the_survey =
#if L==1
"No pertenece a titulaci&oacute;n, asignatura o grupo(s)"; // Necessita traduccio
"No pertany a l'&agrave;mbit de l'enquesta";
#elif L==2
"You don't belong to degree, course or group(s)"; // Need Übersetzung
"Sie geh&ouml;ren nicht zum Umfang der Befragung";
#elif L==3
"You don't belong to degree, course or group(s)";
"You don't belong to the scope of the survey)";
#elif L==4
"No pertenece a titulaci&oacute;n, asignatura o grupo(s)";
"No pertenece al &aacute;mbito de la encuesta";
#elif L==5
"You don't belong to degree, course or group(s)"; // Besoin de traduction
"Vous n'appartenez pas &agrave; la port&eacute;e de l'enqu&ecirc;te";
#elif L==6
"No pertenece a titulaci&oacute;n, asignatura o grupo(s)"; // Okoteve traducción
"No pertenece al &aacute;mbito de la encuesta"; // Okoteve traducción
#elif L==7
"Non appartieni alla laurea, corso o gruppo(s)";
"Voi non appartieni al campo d'indagine";
#elif L==8
"You don't belong to degree, course or group(s)"; // Potrzebujesz tlumaczenie
"Nie nale&zdot;&aogon; do zakresu badania";
#elif L==9
"You don't belong to degree, course or group(s)"; // Necessita de tradução
"Voc&ecirc; n&atilde;o pertence ao &acirc;mbito do inqu&eacute;rito";
#endif
const char *Txt_SURVEY_You_have_already_answered =