Version 16.81.4

This commit is contained in:
Antonio Cañas Vargas 2016-12-01 19:28:52 +01:00
parent d1a66430dc
commit f9db381e94
3 changed files with 55 additions and 12 deletions

View File

@ -434,8 +434,8 @@ void Agd_PutHiddenParamEventsOrderType (void)
static void Agd_PutFormsToRemEditOneEvent (long AgdCod,bool Hidden)
{
extern const char *Txt_Remove;
extern const char *Txt_Show;
extern const char *Txt_Hide;
extern const char *Txt_Event_private_click_to_make_it_visible_to_the_users_of_your_courses;
extern const char *Txt_Event_visible_to_the_users_of_your_courses_click_to_make_it_private;
extern const char *Txt_Edit;
fprintf (Gbl.F.Out,"<div>");
@ -452,12 +452,12 @@ static void Agd_PutFormsToRemEditOneEvent (long AgdCod,bool Hidden)
if (Hidden)
Lay_PutContextualLink (ActShoEvtMyAgd,Agd_PutParams,
"closed_on16x16.gif",
Txt_Show,NULL,
Txt_Event_private_click_to_make_it_visible_to_the_users_of_your_courses,NULL,
NULL);
else
Lay_PutContextualLink (ActHidEvtMyAgd,Agd_PutParams,
"open_on16x16.gif",
Txt_Hide,NULL,
Txt_Event_visible_to_the_users_of_your_courses_click_to_make_it_private,NULL,
NULL);
/***** Put form to edit event *****/
@ -812,7 +812,7 @@ void Agd_HideEvent (void)
void Agd_ShowEvent (void)
{
extern const char *Txt_Event_X_is_now_viewable_to_users_of_your_courses;
extern const char *Txt_Event_X_is_now_visible_to_users_of_your_courses;
char Query[256];
struct AgendaEvent AgdEvent;
@ -830,7 +830,7 @@ void Agd_ShowEvent (void)
DB_QueryUPDATE (Query,"can not show event");
/***** Write message to show the change made *****/
sprintf (Gbl.Message,Txt_Event_X_is_now_viewable_to_users_of_your_courses,
sprintf (Gbl.Message,Txt_Event_X_is_now_visible_to_users_of_your_courses,
AgdEvent.Event);
Lay_ShowAlert (Lay_SUCCESS,Gbl.Message);

View File

@ -185,13 +185,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.81.3 (2016-12-01)"
#define Log_PLATFORM_VERSION "SWAD 16.81.4 (2016-12-01)"
#define CSS_FILE "swad16.69.css"
#define JS_FILE "swad16.46.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.81.4: Dec 01, 2016 Changes in texts related to agenda. (209268 lines)
Version 16.81.3: Dec 01, 2016 Icon view replaced by lock in agenda.
Changes in texts related to agenda. (209227 lines)
Version 16.81.2: Dec 01, 2016 New file types for GeoGebra, suggested by Sandra Quero Ramones. (209174 lines)

View File

@ -10965,25 +10965,25 @@ const char *Txt_Event_X_is_now_visible = // Warning: it is very important to inc
"O evento <strong>%s</strong> &eacute; agora vis&iacute;vel.";
#endif
const char *Txt_Event_X_is_now_viewable_to_users_of_your_courses = // Warning: it is very important to include %s in the following sentences
const char *Txt_Event_X_is_now_visible_to_users_of_your_courses = // Warning: it is very important to include %s in the following sentences
#if L==1
"L'esdevenimen <strong>%s</strong> ara &eacute;s visible"
" per a usuaris de les seves assignatures.";
" pels usuaris de les seves assignatures.";
#elif L==2
"Der Ereignis <strong>%s</strong> ist jetzt sichtbar"
" f&uuml;r Benutzer Ihrer Kurse.";
#elif L==3
"Event <strong>%s</strong> is now viewable"
"Event <strong>%s</strong> is now visible"
" to users of your courses.";
#elif L==4
"El evento <strong>%s</strong> ahora es visible"
" por usuarios de sus asignaturas.";
" por los usuarios de sus asignaturas.";
#elif L==5
"L'&eacute;v&eacute;nement <strong>%s</strong> est maintenant visible"
" pour les utilisateurs de vos mati&egrave;res.";
#elif L==6
"El evento <strong>%s</strong> ahora es visible"
" por usuarios de sus asignaturas."; // Okoteve traducción
" por los usuarios de sus asignaturas."; // Okoteve traducción
#elif L==7
"L'evento <strong>%s</strong> &egrave; ora visibile"
" agli utenti dei corsi.";
@ -10995,6 +10995,27 @@ const char *Txt_Event_X_is_now_viewable_to_users_of_your_courses = // Warning: i
" para os usu&aacute;rios de seus disciplinas.";
#endif
const char *Txt_Event_private_click_to_make_it_visible_to_the_users_of_your_courses =
#if L==1
"Esdeveniment privat; feu clic per fer-lo visible pels usuaris de les seves assignatures";
#elif L==2
"Ereignis privat; klicken Sie, um es f&uuml;r die Nutzer Ihrer Kurse sichtbar zu machen";
#elif L==3
"Event private, click to make it visible to the users of your courses";
#elif L==4
"Evento privado; pulse para hacerlo visible por los usuarios de sus asignaturas";
#elif L==5
"Event privat, cliquez pour le rendre visible aux utilisateurs de vos mati&egrave;res";
#elif L==6
"Evento privado; pulse para hacerlo visible por los usuarios de sus asignaturas"; // Okoteve traducción
#elif L==7
"Evento privato, fare clic per renderlo visibile agli utenti dei corsi";
#elif L==8
"Event privat, kliknij aby by&lstrok; on widoczny dla u&zdot;ytkownik&oacute;w swoich kursach";
#elif L==9
"Evento privat, clique para torn&aacute;-lo vis&iacute;vel para os usu&aacute;rios de seus disciplinas";
#endif
const char *Txt_Event_X_removed = // Warning: it is very important to include %s in the following sentences
#if L==1
"Esdeveniment <strong>%s</strong> eliminat.";
@ -11016,6 +11037,27 @@ const char *Txt_Event_X_removed = // Warning: it is very important to include %s
"Evento <strong>%s</strong> removido.";
#endif
const char *Txt_Event_visible_to_the_users_of_your_courses_click_to_make_it_private =
#if L==1
"Esdeveniment visible pels usuaris de les seves assignatures; feu clic per fer-lo privat";
#elif L==2
"Ereignis Nutzer Ihrer Kurse sichtbar zu machen; klicken Sie, um es f&uuml;r die privat";
#elif L==3
"Event visible to the users of your courses, click to make it private";
#elif L==4
"Evento visible por los usuarios de sus asignaturas; pulse para hacerlo privado";
#elif L==5
"Event visible aux utilisateurs de vos mati&egrave;res, cliquez pour le rendre privat";
#elif L==6
"Evento visible por los usuarios de sus asignaturas; pulse para hacerlo privado"; // Okoteve traducción
#elif L==7
"Evento visibile agli utenti dei corsi, fare clic per renderlo privato";
#elif L==8
"Event widoczny dla u&zdot;ytkownik&oacute;w swoich kurs&oacute;w, kliknij, aby prywatne";
#elif L==9
"Evento vis&iacute;vel para os usu&aacute;rios de seus disciplinas, clique para torn&aacute;-lo privat";
#endif
const char *Txt_Events =
#if L==1
"Esdeveniments";