From 23603b940f59b9b69d229716a988761bdadf4280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Fri, 28 Oct 2016 10:36:14 +0200 Subject: [PATCH] Version 16.45.10 --- swad_changelog.h | 3 ++- swad_survey.c | 8 ++++---- swad_text.c | 40 ++++++++++++++++++++-------------------- 3 files changed, 26 insertions(+), 25 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 567de4f9c..1104db9ca 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -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) diff --git a/swad_survey.c b/swad_survey.c index b64c78e6c..c9ee64908 100644 --- a/swad_survey.c +++ b/swad_survey.c @@ -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,"
  • %s
  • ", 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,"
  • %s
  • ", 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) diff --git a/swad_text.c b/swad_text.c index a9e9188d4..1b39d6645 100644 --- a/swad_text.c +++ b/swad_text.c @@ -39677,46 +39677,46 @@ const char *Txt_Survey = "Inqué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ón, asignatura o grupo(s)"; // Necessita traduccio + "Pertany a l'àmbit de l'enquesta"; #elif L==2 - "You belong to degree, course or group(s)"; // Need Übersetzung + "Sie gehö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ón, asignatura o grupo(s)"; + "Pertenece al ámbito de la encuesta"; #elif L==5 - "You belong to degree, course or group(s)"; // Besoin de traduction + "Vous appartenez à la portée de l'enquête"; #elif L==6 - "Pertenece a titulación, asignatura o grupo(s)"; // Okoteve traducción + "Pertenece al á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żysz do zakresu badania"; #elif L==9 - "You belong to degree, course or group(s)"; // Necessita de tradução + "Você pertence ao âmbito do inqué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ón, asignatura o grupo(s)"; // Necessita traduccio + "No pertany a l'àmbit de l'enquesta"; #elif L==2 - "You don't belong to degree, course or group(s)"; // Need Übersetzung + "Sie gehö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ón, asignatura o grupo(s)"; + "No pertenece al ámbito de la encuesta"; #elif L==5 - "You don't belong to degree, course or group(s)"; // Besoin de traduction + "Vous n'appartenez pas à la portée de l'enquête"; #elif L==6 - "No pertenece a titulación, asignatura o grupo(s)"; // Okoteve traducción + "No pertenece al á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żą do zakresu badania"; #elif L==9 - "You don't belong to degree, course or group(s)"; // Necessita de tradução + "Você não pertence ao âmbito do inquérito"; #endif const char *Txt_SURVEY_You_have_already_answered =