Version 22.101.6: Apr 20, 2023 Changes in edition of program items.

This commit is contained in:
acanas 2023-04-20 18:22:24 +02:00
parent 491fd37217
commit c63cc5e917
3 changed files with 3 additions and 26 deletions

View File

@ -629,10 +629,11 @@ TODO: Emilce Barrera Mesa: Podr
TODO: Emilce Barrera Mesa: Mis estudiantes presentan muchas dificultades a la hora de poner la foto porque la plataforma es muy exigente respecto al fondo de la imagen. TODO: Emilce Barrera Mesa: Mis estudiantes presentan muchas dificultades a la hora de poner la foto porque la plataforma es muy exigente respecto al fondo de la imagen.
*/ */
#define Log_PLATFORM_VERSION "SWAD 22.101.5 (2023-04-20)" #define Log_PLATFORM_VERSION "SWAD 22.101.6 (2023-04-20)"
#define CSS_FILE "swad22.95.css" #define CSS_FILE "swad22.95.css"
#define JS_FILE "swad22.49.js" #define JS_FILE "swad22.49.js"
/* /*
Version 22.101.6: Apr 20, 2023 Changes in edition of program items. (337370 lines)
Version 22.101.5: Apr 20, 2023 Changes in edition of buildings and rooms. (337392 lines) Version 22.101.5: Apr 20, 2023 Changes in edition of buildings and rooms. (337392 lines)
Version 22.101.4: Apr 20, 2023 Changes in edition of plugins. (337393 lines) Version 22.101.4: Apr 20, 2023 Changes in edition of plugins. (337393 lines)
Version 22.101.3: Apr 20, 2023 Changes in edition of countries, institutions, centers, degrees and courses. (337338 lines) Version 22.101.3: Apr 20, 2023 Changes in edition of countries, institutions, centers, degrees and courses. (337338 lines)

View File

@ -1933,7 +1933,6 @@ void Prg_ReqCreateItem (void)
static void Prg_ShowFormToCreateItem (long ParentItmCod) static void Prg_ShowFormToCreateItem (long ParentItmCod)
{ {
extern const char *Hlp_COURSE_Program_new_item; extern const char *Hlp_COURSE_Program_new_item;
extern const char *Txt_Item;
extern const char *Txt_Create_item; extern const char *Txt_Create_item;
struct Prg_Item ParentItem; // Parent item struct Prg_Item ParentItem; // Parent item
struct Prg_Item Item; struct Prg_Item Item;
@ -1961,7 +1960,7 @@ static void Prg_ShowFormToCreateItem (long ParentItmCod)
ParCod_PutPar (ParCod_Itm,ParentItem.Hierarchy.ItmCod); ParCod_PutPar (ParCod_Itm,ParentItem.Hierarchy.ItmCod);
/***** Begin box and table *****/ /***** Begin box and table *****/
Box_BoxTableBegin ("100%",Txt_Item, Box_BoxTableBegin ("100%",NULL,
NULL,NULL, NULL,NULL,
Hlp_COURSE_Program_new_item,Box_NOT_CLOSABLE,2); Hlp_COURSE_Program_new_item,Box_NOT_CLOSABLE,2);

View File

@ -19270,29 +19270,6 @@ const char *Txt_It_is_optional_to_choose_a_group =
"It is optional to choose a group"; // Çeviri lazim! "It is optional to choose a group"; // Çeviri lazim!
#endif #endif
const char *Txt_Item =
#if L==1 // ca
"Ítem";
#elif L==2 // de
"Programmelement";
#elif L==3 // en
"Item";
#elif L==4 // es
"Ítem";
#elif L==5 // fr
"Élément";
#elif L==6 // gn
"Ítem"; // Okoteve traducción
#elif L==7 // it
"Elemento";
#elif L==8 // pl
"Pozycja";
#elif L==9 // pt
"Item";
#elif L==10 // tr
"Item"; // Çeviri lazim!
#endif
const char *Txt_Item_X_removed = // Warning: it is very important to include %s in the following sentences const char *Txt_Item_X_removed = // Warning: it is very important to include %s in the following sentences
#if L==1 // ca #if L==1 // ca
"&Iacute;tem <strong>%s</strong> eliminat."; "&Iacute;tem <strong>%s</strong> eliminat.";