Version 18.3.10

This commit is contained in:
Antonio Cañas Vargas 2018-10-11 21:00:20 +02:00
parent 8f0f23c30c
commit c3feb8cb77
3 changed files with 17 additions and 56 deletions

View File

@ -355,10 +355,11 @@ En OpenSWAD:
ps2pdf source.ps destination.pdf
*/
#define Log_PLATFORM_VERSION "SWAD 18.3.9 (2018-10-11)"
#define Log_PLATFORM_VERSION "SWAD 18.3.10 (2018-10-11)"
#define CSS_FILE "swad18.3.css"
#define JS_FILE "swad17.17.1.js"
/*
Version 18.3.10: Oct 11, 2018 Fixed bug in text of menu options. (235007 lines)
Version 18.3.9: Oct 11, 2018 Code refactoring related with checking if I am the logged user. (235046 lines)
Version 18.3.8: Oct 10, 2018 Code refactoring related with checking if I am the logged user. (234984 lines)
Version 18.3.7: Oct 10, 2018 Fixed bug in icon in breadcrumb to go to user's courses. (234947 lines)

View File

@ -90,11 +90,11 @@ const Act_Action_t Mnu_MenuActions[Tab_NUM_TABS][Act_MAX_OPTIONS_IN_MENU_PER_TAB
ActSysReqSch, // 0
ActSeeCty, // 1
ActSeePen, // 2
ActSeeDegTyp, // 3
ActSeeLnk, // 4
ActLstPlg, // 5
ActSetUp, // 6
ActSeeCalSys, // 7
ActSeeLnk, // 3
ActLstPlg, // 4
ActSetUp, // 5
ActSeeCalSys, // 6
0, // 7
0, // 8
0, // 9
0, // 10

View File

@ -18653,28 +18653,7 @@ const char *Txt_MENU_TITLE[Tab_NUM_TABS][Act_MAX_OPTIONS_IN_MENU_PER_TAB] =
"Hierarquia"
#endif
,
// 3: ActSeeDegTyp
#if L==1
"Estudis"
#elif L==2
"Studium"
#elif L==3
"Studies"
#elif L==4
"Estudios"
#elif L==5
"Études"
#elif L==6
"Estudios" // Okoteve traducción
#elif L==7
"Studi"
#elif L==8
"Studia"
#elif L==9
"Estudos"
#endif
,
// 4: ActSeeLnk
// 3: ActSeeLnk
#if L==1
"Enllaços"
#elif L==2
@ -18695,7 +18674,7 @@ const char *Txt_MENU_TITLE[Tab_NUM_TABS][Act_MAX_OPTIONS_IN_MENU_PER_TAB] =
"Ligações"
#endif
,
// 5: ActLstPlg
// 4: ActLstPlg
#if L==1
"Complements"
#elif L==2
@ -18716,7 +18695,7 @@ const char *Txt_MENU_TITLE[Tab_NUM_TABS][Act_MAX_OPTIONS_IN_MENU_PER_TAB] =
"Plugins"
#endif
,
// 6: ActSetUp
// 5: ActSetUp
#if L==1
"Instal lar"
#elif L==2
@ -18737,7 +18716,7 @@ const char *Txt_MENU_TITLE[Tab_NUM_TABS][Act_MAX_OPTIONS_IN_MENU_PER_TAB] =
"Instalar"
#endif
,
// 7: ActSeeCalSys
// 6: ActSeeCalSys
#if L==1
"Calendari"
#elif L==2
@ -18758,6 +18737,7 @@ const char *Txt_MENU_TITLE[Tab_NUM_TABS][Act_MAX_OPTIONS_IN_MENU_PER_TAB] =
"Calendário"
#endif
,
NULL, // 7
NULL, // 8
NULL, // 9
NULL, // 10
@ -20620,28 +20600,7 @@ const char *Txt_MENU_SUBTITLE[Tab_NUM_TABS][Act_MAX_OPTIONS_IN_MENU_PER_TAB] =
"Instituções, centros, titulações e disciplinas pendentes"
#endif
,
// 3: ActSeeDegTyp
#if L==1
"Tipus de titulació"
#elif L==2
"Abschlussarten"
#elif L==3
"Degree types"
#elif L==4
"Tipos de titulación"
#elif L==5
"Types d'étude"
#elif L==6
"Arandurã lája"
#elif L==7
"Tipi di laurea"
#elif L==8
"Typy stopnia"
#elif L==9
"Tipos de titulação"
#endif
,
// 4: ActSeeLnk
// 3: ActSeeLnk
#if L==1
"Llista d'enllaços institucionals"
#elif L==2
@ -20662,7 +20621,7 @@ const char *Txt_MENU_SUBTITLE[Tab_NUM_TABS][Act_MAX_OPTIONS_IN_MENU_PER_TAB] =
"Ligações institucionais"
#endif
,
// 5: ActLstPlg
// 4: ActLstPlg
#if L==1
"Llista de complements (versió beta)"
#elif L==2
@ -20683,7 +20642,7 @@ const char *Txt_MENU_SUBTITLE[Tab_NUM_TABS][Act_MAX_OPTIONS_IN_MENU_PER_TAB] =
"Lista de plugins"
#endif
,
// 6: ActSetUp
// 5: ActSetUp
#if L==1
"Instal lació de la plataforma (en proves)"
#elif L==2
@ -20704,7 +20663,7 @@ const char *Txt_MENU_SUBTITLE[Tab_NUM_TABS][Act_MAX_OPTIONS_IN_MENU_PER_TAB] =
"Instalar"
#endif
,
// 7: ActSeeCalSys
// 6: ActSeeCalSys
#if L==1
"Calendari acadèmic"
#elif L==2
@ -20725,6 +20684,7 @@ const char *Txt_MENU_SUBTITLE[Tab_NUM_TABS][Act_MAX_OPTIONS_IN_MENU_PER_TAB] =
"Calendário"
#endif
,
NULL, // 7
NULL, // 8
NULL, // 9
NULL, // 10