Version 16.46.5

This commit is contained in:
Antonio Cañas Vargas 2016-11-05 12:30:41 +01:00
parent 7b9b18dcad
commit 8d3bf23de2
4 changed files with 2046 additions and 2045 deletions

View File

@ -941,7 +941,7 @@ void Acc_CompletelyEliminateAccount (struct UsrData *UsrDat,
extern const char *Txt_THE_USER_X_has_been_removed_from_all_his_her_courses;
extern const char *Txt_THE_USER_X_has_been_removed_as_administrator;
extern const char *Txt_Messages_of_THE_USER_X_have_been_deleted;
extern const char *Txt_Virtual_pendrive_of_THE_USER_X_has_been_removed;
extern const char *Txt_Briefcase_of_THE_USER_X_has_been_removed;
extern const char *Txt_Photo_of_THE_USER_X_has_been_removed;
extern const char *Txt_Record_card_of_THE_USER_X_has_been_removed;
char Query[1024];
@ -1004,7 +1004,7 @@ void Acc_CompletelyEliminateAccount (struct UsrData *UsrDat,
Acc_RemoveUsrBriefcase (UsrDat);
if (QuietOrVerbose == Cns_VERBOSE)
{
sprintf (Gbl.Message,Txt_Virtual_pendrive_of_THE_USER_X_has_been_removed,
sprintf (Gbl.Message,Txt_Briefcase_of_THE_USER_X_has_been_removed,
UsrDat->FullName);
Lay_ShowAlert (Lay_SUCCESS,Gbl.Message);
}

View File

@ -154,13 +154,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.46.4 (2016-11-03)"
#define Log_PLATFORM_VERSION "SWAD 16.46.5 (2016-11-05)"
#define CSS_FILE "swad16.32.1.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.46.5: Nov 05, 2016 Changes in texts related to folders and files statistics. (206043 lines)
Version 16.46.4: Nov 03, 2016 Fixed text related to order of centres. (206042 lines)
Version 16.46.3: Nov 03, 2016 Fixed bug in creation of a new centre. (206041 lines)
Version 16.46.2: Nov 01, 2016 Fixed bugs in surveys. (206040 lines)

View File

@ -5219,7 +5219,7 @@ static void Sta_GetAndShowFileBrowsersStats (void)
{
extern const char *Txt_STAT_USE_STAT_TYPES[Sta_NUM_FIGURES];
extern const char *Txt_STAT_COURSE_FILE_ZONES[];
extern const char *Txt_Virtual_pendrives;
extern const char *Txt_Briefcases;
static const Brw_FileBrowser_t StatCrsFileZones[Sta_NUM_STAT_CRS_FILE_ZONES] =
{
Brw_ADMI_DOCUM_CRS,
@ -5252,7 +5252,7 @@ static void Sta_GetAndShowFileBrowsersStats (void)
Sta_WriteStatsExpTreesTableHead ();
/***** Write size of briefcases *****/
Sta_WriteRowStatsFileBrowsers (Brw_ADMI_BRIEF_USR,Txt_Virtual_pendrives);
Sta_WriteRowStatsFileBrowsers (Brw_ADMI_BRIEF_USR,Txt_Briefcases);
/***** End table *****/
Lay_EndRoundFrameTable ();

View File

@ -3654,6 +3654,27 @@ const char *Txt_Before_going_to_any_other_option_you_must_create_your_password =
"você deve criar sua senha.";
#endif
const char *Txt_Briefcases =
#if L==1
"Maletins";
#elif L==2
"Aktentasche";
#elif L==3
"Briefcases";
#elif L==4
"Maletines";
#elif L==5
"Porte-documents";
#elif L==6
"Maletines"; // Okoteve traducción
#elif L==7
"Penna USB";
#elif L==8
"Briefcases"; // Potrzebujesz tlumaczenie
#elif L==9
"Pasta";
#endif
const char *Txt_Calculate =
#if L==1
"Calcular";
@ -38161,43 +38182,43 @@ const char *Txt_STAT_COURSE_FILE_ZONES[Sta_NUM_STAT_CRS_FILE_ZONES] = // Use &nb
#endif
,
#if L==1 // Brw_ADMI_TEACH_CRS
"Professors (ass.)"
"Privats (ass.)"
#elif L==2
"Lehrkräfte (Ver.)"
"Private (Ver.)"
#elif L==3
"Teachers (crs.)"
"Private (crs.)"
#elif L==4
"Profesores (asg.)"
"Privados (asg.)"
#elif L==5
"Enseignants (mat.)"
"Privés (mat.)"
#elif L==6
"Profesores (asg.)" // Okoteve traducción
"Privados (asg.)" // Okoteve traducción
#elif L==7
"Professori (crs.)"
"Privati (crs.)"
#elif L==8
"Nauczycieli (kurs)"
"Prywatne (kurs)"
#elif L==9
"Professores (crs.)"
"Privadoss (crs.)"
#endif
,
#if L==1 // Brw_ADMI_TEACH_GRP
"Professors (grp.)"
"Privats (grp.)"
#elif L==2
"Lehrkräfte (Grp.)"
"Private (Grp.)"
#elif L==3
"Teachers (grp.)"
"Private (grp.)"
#elif L==4
"Profesores (grp.)"
"Privados (grp.)"
#elif L==5
"Enseignants (grp.)"
"Privés (grp.)"
#elif L==6
"Profesores (grp.)" // Okoteve traducción
"Privados (grp.)" // Okoteve traducción
#elif L==7
"Professori (grp.)"
"Privati (grp.)"
#elif L==8
"Nauczycieli (grp.)"
"Prywatne (grp)"
#elif L==9
"Professores (grp.)"
"Privadoss (grp.)"
#endif
,
#if L==1 // Brw_ADMI_SHARE_CRS
@ -50159,46 +50180,25 @@ const char *Txt_View_works =
"Ver trabalhos";
#endif
const char *Txt_Virtual_pendrive_of_THE_USER_X_has_been_removed = // Warning: it is very important to include %s in the following sentences
const char *Txt_Briefcase_of_THE_USER_X_has_been_removed = // Warning: it is very important to include %s in the following sentences
#if L==1
"Se ha eliminado el malet&iacute;n de <strong>%s</strong>."; // Necessita traduccio
#elif L==2
"Virtual pendrive of <strong>%s</strong> has been removed."; // Need Übersetzung
"Briefcase of <strong>%s</strong> has been removed."; // Need Übersetzung
#elif L==3
"Virtual pendrive of <strong>%s</strong> has been removed.";
"Briefcase of <strong>%s</strong> has been removed.";
#elif L==4
"Se ha eliminado el malet&iacute;n de <strong>%s</strong>.";
#elif L==5
"Virtual pendrive of <strong>%s</strong> has been removed."; // Besoin de traduction
"Briefcase of <strong>%s</strong> has been removed."; // Besoin de traduction
#elif L==6
"Se ha eliminado el malet&iacute;n de <strong>%s</strong>."; // Okoteve traducción
#elif L==7
"La penna USB de <strong>%s</strong> &egrave; stata rimossa.";
#elif L==8
"Virtual pendrive of <strong>%s</strong> has been removed."; // Potrzebujesz tlumaczenie
"Briefcase of <strong>%s</strong> has been removed."; // Potrzebujesz tlumaczenie
#elif L==9
"Virtual pendrive of <strong>%s</strong> has been removed."; // Necessita de tradução
#endif
const char *Txt_Virtual_pendrives =
#if L==1
"Maletins";
#elif L==2
"Aktentasche";
#elif L==3
"Virtual pendrives";
#elif L==4
"Maletines";
#elif L==5
"Porte-documents";
#elif L==6
"Maletines"; // Okoteve traducción
#elif L==7
"Penna USB";
#elif L==8
"Virtual pendrives"; // Potrzebujesz tlumaczenie
#elif L==9
"Pasta";
"Briefcase of <strong>%s</strong> has been removed."; // Necessita de tradução
#endif
const char *Txt_Visible_by_BR_the_student =