From 391262369a042f8bc139ad3181bd70344e64b2ec Mon Sep 17 00:00:00 2001 From: acanas Date: Thu, 12 May 2022 22:16:39 +0200 Subject: [PATCH] Version 21.95.7: May 12, 2022 Changes in translation. --- swad_banner.c | 5 +- swad_browser.c | 8 +- swad_building.c | 5 +- swad_center.c | 5 +- swad_changelog.h | 3 +- swad_country.c | 5 +- swad_course.c | 9 +- swad_degree.c | 9 +- swad_degree_type.c | 5 +- swad_department.c | 5 +- swad_group.c | 9 +- swad_holiday.c | 9 +- swad_institution.c | 5 +- swad_link.c | 5 +- swad_place.c | 5 +- swad_plugin.c | 5 +- swad_record.c | 5 +- swad_room.c | 5 +- swad_text.c | 529 ++++++++------------------------------------- 19 files changed, 132 insertions(+), 504 deletions(-) diff --git a/swad_banner.c b/swad_banner.c index def7c74d..99f31157 100644 --- a/swad_banner.c +++ b/swad_banner.c @@ -663,7 +663,7 @@ static void Ban_RenameBanner (struct Ban_Banner *Ban, { extern const char *Txt_The_banner_X_already_exists; extern const char *Txt_The_banner_X_has_been_renamed_as_Y; - extern const char *Txt_The_name_of_the_banner_X_has_not_changed; + extern const char *Txt_The_name_X_has_not_changed; const char *ParamName = NULL; // Initialized to avoid warning const char *FieldName = NULL; // Initialized to avoid warning unsigned MaxBytes = 0; // Initialized to avoid warning @@ -725,8 +725,7 @@ static void Ban_RenameBanner (struct Ban_Banner *Ban, else // The same name /* Write warning message */ Ale_CreateAlert (Ale_INFO,NULL, - Txt_The_name_of_the_banner_X_has_not_changed, - CurrentBanName); + Txt_The_name_X_has_not_changed,CurrentBanName); } /***** Update name *****/ diff --git a/swad_browser.c b/swad_browser.c index 7c134f05..7a975dc6 100644 --- a/swad_browser.c +++ b/swad_browser.c @@ -7212,8 +7212,8 @@ void Brw_RecFolderFileBrowser (void) void Brw_RenFolderFileBrowser (void) { - extern const char *Txt_The_folder_name_X_has_changed_to_Y; - extern const char *Txt_The_folder_name_X_has_not_changed; + extern const char *Txt_The_folder_X_has_been_renamed_as_Y; + extern const char *Txt_The_name_X_has_not_changed; extern const char *Txt_The_folder_name_X_has_not_changed_because_there_is_already_a_folder_or_a_file_with_the_name_Y; extern const char *Txt_You_can_not_rename_this_folder; char OldPathInTree[PATH_MAX + 1 + NAME_MAX + 1]; @@ -7293,14 +7293,14 @@ void Brw_RenFolderFileBrowser (void) NewPathInTree); /* Write message of confirmation */ - Ale_ShowAlert (Ale_SUCCESS,Txt_The_folder_name_X_has_changed_to_Y, + Ale_ShowAlert (Ale_SUCCESS,Txt_The_folder_X_has_been_renamed_as_Y, Gbl.FileBrowser.FilFolLnk.Name, Gbl.FileBrowser.NewFilFolLnkName); } } else // Names are equal. This may happens if we have press INTRO without changing the name - Ale_ShowAlert (Ale_INFO,Txt_The_folder_name_X_has_not_changed, + Ale_ShowAlert (Ale_INFO,Txt_The_name_X_has_not_changed, Gbl.FileBrowser.FilFolLnk.Name); } else // Folder name not valid diff --git a/swad_building.c b/swad_building.c index 3f67b11f..bae2c4d3 100644 --- a/swad_building.c +++ b/swad_building.c @@ -566,7 +566,7 @@ static void Bld_RenameBuilding (Cns_ShrtOrFullName_t ShrtOrFullName) { extern const char *Txt_The_building_X_already_exists; extern const char *Txt_The_building_X_has_been_renamed_as_Y; - extern const char *Txt_The_name_of_the_building_X_has_not_changed; + extern const char *Txt_The_name_X_has_not_changed; const char *ParamName = NULL; // Initialized to avoid warning const char *FieldName = NULL; // Initialized to avoid warning unsigned MaxBytes = 0; // Initialized to avoid warning @@ -625,8 +625,7 @@ static void Bld_RenameBuilding (Cns_ShrtOrFullName_t ShrtOrFullName) } else // The same name Ale_CreateAlert (Ale_INFO,NULL, - Txt_The_name_of_the_building_X_has_not_changed, - CurrentClaName); + Txt_The_name_X_has_not_changed,CurrentClaName); } else Ale_CreateAlertYouCanNotLeaveFieldEmpty (); diff --git a/swad_center.c b/swad_center.c index 8cf33249..7f834708 100644 --- a/swad_center.c +++ b/swad_center.c @@ -1114,7 +1114,7 @@ void Ctr_RenameCenter (struct Ctr_Center *Ctr,Cns_ShrtOrFullName_t ShrtOrFullNam { extern const char *Txt_The_center_X_already_exists; extern const char *Txt_The_center_X_has_been_renamed_as_Y; - extern const char *Txt_The_name_of_the_center_X_has_not_changed; + extern const char *Txt_The_name_X_has_not_changed; const char *ParamName = NULL; // Initialized to avoid warning const char *FieldName = NULL; // Initialized to avoid warning unsigned MaxBytes = 0; // Initialized to avoid warning @@ -1174,8 +1174,7 @@ void Ctr_RenameCenter (struct Ctr_Center *Ctr,Cns_ShrtOrFullName_t ShrtOrFullNam } else // The same name Ale_CreateAlert (Ale_INFO,NULL, - Txt_The_name_of_the_center_X_has_not_changed, - CurrentCtrName); + Txt_The_name_X_has_not_changed,CurrentCtrName); } } diff --git a/swad_changelog.h b/swad_changelog.h index 69eee00e..21c23dbd 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -606,10 +606,11 @@ TODO: Fix bug: error al enviar un mensaje a dos recipientes, error on duplicate TODO: Attach pdf files in multimedia. */ -#define Log_PLATFORM_VERSION "SWAD 21.95.6 (2022-05-12)" +#define Log_PLATFORM_VERSION "SWAD 21.95.7 (2022-05-12)" #define CSS_FILE "swad21.95.5.css" #define JS_FILE "swad21.92.js" /* + Version 21.95.7: May 12, 2022 Changes in translation. (323154 lines) Version 21.95.6: May 12, 2022 Fixing design of dark theme. (323509 lines) Version 21.95.5: May 12, 2022 Some messages translated. Fixing design of dark theme. (323506 lines) diff --git a/swad_country.c b/swad_country.c index 432ee996..03debaa9 100644 --- a/swad_country.c +++ b/swad_country.c @@ -1271,7 +1271,7 @@ void Cty_RenameCountry (void) extern const char *Txt_The_country_X_already_exists; extern const char *Txt_The_country_X_has_been_renamed_as_Y; extern const char *Lan_STR_LANG_ID[1 + Lan_NUM_LANGUAGES]; - extern const char *Txt_The_name_of_the_country_X_has_not_changed; + extern const char *Txt_The_name_X_has_not_changed; char NewCtyName[Cty_MAX_BYTES_NAME + 1]; Lan_Language_t Language; char FieldName[4 + 1 + 2 + 1]; // Example: "Name_en" @@ -1324,8 +1324,7 @@ void Cty_RenameCountry (void) } else // The same name Ale_CreateAlert (Ale_INFO,NULL, - Txt_The_name_of_the_country_X_has_not_changed, - Cty_EditingCty->Name[Language]); + Txt_The_name_X_has_not_changed,Cty_EditingCty->Name[Language]); } else Ale_CreateAlertYouCanNotLeaveFieldEmpty (); diff --git a/swad_course.c b/swad_course.c index 4391d554..7657bbf7 100644 --- a/swad_course.c +++ b/swad_course.c @@ -1968,8 +1968,8 @@ void Crs_RenameCourseFull (void) void Crs_RenameCourse (struct Crs_Course *Crs,Cns_ShrtOrFullName_t ShrtOrFullName) { extern const char *Txt_The_course_X_already_exists; - extern const char *Txt_The_name_of_the_course_X_has_changed_to_Y; - extern const char *Txt_The_name_of_the_course_X_has_not_changed; + extern const char *Txt_The_course_X_has_been_renamed_as_Y; + extern const char *Txt_The_name_X_has_not_changed; const char *ParamName = NULL; // Initialized to avoid warning const char *FieldName = NULL; // Initialized to avoid warning unsigned MaxBytes = 0; // Initialized to avoid warning @@ -2021,7 +2021,7 @@ void Crs_RenameCourse (struct Crs_Course *Crs,Cns_ShrtOrFullName_t ShrtOrFullNam /* Create alert to show the change made */ Ale_CreateAlert (Ale_SUCCESS,NULL, - Txt_The_name_of_the_course_X_has_changed_to_Y, + Txt_The_course_X_has_been_renamed_as_Y, CurrentCrsName,NewCrsName); /* Change current course name in order to display it properly */ @@ -2030,8 +2030,7 @@ void Crs_RenameCourse (struct Crs_Course *Crs,Cns_ShrtOrFullName_t ShrtOrFullNam } else // The same name Ale_CreateAlert (Ale_INFO,NULL, - Txt_The_name_of_the_course_X_has_not_changed, - CurrentCrsName); + Txt_The_name_X_has_not_changed,CurrentCrsName); } else Ale_CreateAlertYouCanNotLeaveFieldEmpty (); diff --git a/swad_degree.c b/swad_degree.c index d97cd9c9..09b109ea 100644 --- a/swad_degree.c +++ b/swad_degree.c @@ -1356,8 +1356,8 @@ void Deg_RenameDegreeFull (void) void Deg_RenameDegree (struct Deg_Degree *Deg,Cns_ShrtOrFullName_t ShrtOrFullName) { extern const char *Txt_The_degree_X_already_exists; - extern const char *Txt_The_name_of_the_degree_X_has_changed_to_Y; - extern const char *Txt_The_name_of_the_degree_X_has_not_changed; + extern const char *Txt_The_degree_X_has_been_renamed_as_Y; + extern const char *Txt_The_name_X_has_not_changed; const char *ParamName = NULL; // Initialized to avoid warning const char *FieldName = NULL; // Initialized to avoid warning unsigned MaxBytes = 0; // Initialized to avoid warning @@ -1406,7 +1406,7 @@ void Deg_RenameDegree (struct Deg_Degree *Deg,Cns_ShrtOrFullName_t ShrtOrFullNam /* Write message to show the change made */ Ale_CreateAlert (Ale_SUCCESS,NULL, - Txt_The_name_of_the_degree_X_has_changed_to_Y, + Txt_The_degree_X_has_been_renamed_as_Y, CurrentDegName,NewDegName); /* Change current degree name in order to display it properly */ @@ -1415,8 +1415,7 @@ void Deg_RenameDegree (struct Deg_Degree *Deg,Cns_ShrtOrFullName_t ShrtOrFullNam } else // The same name Ale_CreateAlert (Ale_INFO,NULL, - Txt_The_name_of_the_degree_X_has_not_changed, - CurrentDegName); + Txt_The_name_X_has_not_changed,CurrentDegName); } else Ale_CreateAlertYouCanNotLeaveFieldEmpty (); diff --git a/swad_degree_type.c b/swad_degree_type.c index 43aaa803..2ad1652e 100644 --- a/swad_degree_type.c +++ b/swad_degree_type.c @@ -813,7 +813,7 @@ void DegTyp_RenameDegreeType (void) { extern const char *Txt_The_type_of_degree_X_already_exists; extern const char *Txt_The_type_of_degree_X_has_been_renamed_as_Y; - extern const char *Txt_The_name_of_the_type_of_degree_X_has_not_changed; + extern const char *Txt_The_name_X_has_not_changed; char NewNameDegTyp[DegTyp_MAX_BYTES_DEGREE_TYPE_NAME + 1]; /***** Degree type constructor *****/ @@ -857,8 +857,7 @@ void DegTyp_RenameDegreeType (void) } else // The same name Ale_CreateAlert (Ale_INFO,NULL, - Txt_The_name_of_the_type_of_degree_X_has_not_changed, - NewNameDegTyp); + Txt_The_name_X_has_not_changed,NewNameDegTyp); } else Ale_CreateAlertYouCanNotLeaveFieldEmpty (); diff --git a/swad_department.c b/swad_department.c index bb6016b7..757442b2 100644 --- a/swad_department.c +++ b/swad_department.c @@ -671,7 +671,7 @@ static void Dpt_RenameDepartment (Cns_ShrtOrFullName_t ShrtOrFullName) { extern const char *Txt_The_department_X_already_exists; extern const char *Txt_The_department_X_has_been_renamed_as_Y; - extern const char *Txt_The_name_of_the_department_X_has_not_changed; + extern const char *Txt_The_name_X_has_not_changed; const char *ParamName = NULL; // Initialized to avoid warning const char *FieldName = NULL; // Initialized to avoid warning size_t MaxBytes = 0; // Initialized to avoid warning @@ -729,8 +729,7 @@ static void Dpt_RenameDepartment (Cns_ShrtOrFullName_t ShrtOrFullName) } else // The same name Ale_CreateAlert (Ale_INFO,NULL, - Txt_The_name_of_the_department_X_has_not_changed, - CurrentDptName); + Txt_The_name_X_has_not_changed,CurrentDptName); } else Ale_CreateAlertYouCanNotLeaveFieldEmpty (); diff --git a/swad_group.c b/swad_group.c index d0c9ed8f..64efb5a1 100644 --- a/swad_group.c +++ b/swad_group.c @@ -4070,7 +4070,7 @@ void Grp_RenameGroupType (void) extern const char *Txt_You_can_not_leave_the_field_empty; extern const char *Txt_The_type_of_group_X_already_exists; extern const char *Txt_The_type_of_group_X_has_been_renamed_as_Y; - extern const char *Txt_The_name_of_the_type_of_group_X_has_not_changed; + extern const char *Txt_The_name_X_has_not_changed; char NewNameGrpTyp[Grp_MAX_BYTES_GROUP_TYPE_NAME + 1]; Ale_AlertType_t AlertType; char AlertTxt[256 + Grp_MAX_BYTES_GROUP_TYPE_NAME]; @@ -4116,8 +4116,7 @@ void Grp_RenameGroupType (void) { AlertType = Ale_INFO; snprintf (AlertTxt,sizeof (AlertTxt), - Txt_The_name_of_the_type_of_group_X_has_not_changed, - NewNameGrpTyp); + Txt_The_name_X_has_not_changed,NewNameGrpTyp); } } else @@ -4143,7 +4142,7 @@ void Grp_RenameGroup (void) extern const char *Txt_You_can_not_leave_the_field_empty; extern const char *Txt_The_group_X_already_exists; extern const char *Txt_The_group_X_has_been_renamed_as_Y; - extern const char *Txt_The_name_of_the_group_X_has_not_changed; + extern const char *Txt_The_name_X_has_not_changed; struct GroupData GrpDat; char NewNameGrp[Grp_MAX_BYTES_GROUP_NAME + 1]; Ale_AlertType_t AlertType; @@ -4197,7 +4196,7 @@ void Grp_RenameGroup (void) { AlertType = Ale_INFO; snprintf (AlertTxt,sizeof (AlertTxt), - Txt_The_name_of_the_group_X_has_not_changed,NewNameGrp); + Txt_The_name_X_has_not_changed,NewNameGrp); } } diff --git a/swad_holiday.c b/swad_holiday.c index 115426fb..54a70239 100644 --- a/swad_holiday.c +++ b/swad_holiday.c @@ -830,8 +830,8 @@ static void Hld_ChangeDate (Hld_StartOrEndDate_t StartOrEndDate) void Hld_RenameHoliday (void) { - extern const char *Txt_The_name_of_the_holiday_X_has_changed_to_Y; - extern const char *Txt_The_name_of_the_holiday_X_has_not_changed; + extern const char *Txt_The_holiday_X_has_been_renamed_as_Y; + extern const char *Txt_The_name_X_has_not_changed; char NewHldName[Hld_MAX_BYTES_HOLIDAY_NAME + 1]; /***** Holiday constructor *****/ @@ -863,13 +863,12 @@ void Hld_RenameHoliday (void) /***** Write message to show the change made *****/ Ale_CreateAlert (Ale_SUCCESS,NULL, - Txt_The_name_of_the_holiday_X_has_changed_to_Y, + Txt_The_holiday_X_has_been_renamed_as_Y, Hld_EditingHld->Name,NewHldName); } else // The same name Ale_CreateAlert (Ale_INFO,NULL, - Txt_The_name_of_the_holiday_X_has_not_changed, - Hld_EditingHld->Name); + Txt_The_name_X_has_not_changed,Hld_EditingHld->Name); } else Ale_CreateAlertYouCanNotLeaveFieldEmpty (); diff --git a/swad_institution.c b/swad_institution.c index 2bbd7e66..23936727 100644 --- a/swad_institution.c +++ b/swad_institution.c @@ -1245,7 +1245,7 @@ void Ins_RenameInstitution (struct Ins_Instit *Ins,Cns_ShrtOrFullName_t ShrtOrFu { extern const char *Txt_The_institution_X_already_exists; extern const char *Txt_The_institution_X_has_been_renamed_as_Y; - extern const char *Txt_The_name_of_the_institution_X_has_not_changed; + extern const char *Txt_The_name_X_has_not_changed; const char *ParamName = NULL; // Initialized to avoid warning const char *FieldName = NULL; // Initialized to avoid warning unsigned MaxBytes = 0; // Initialized to avoid warning @@ -1303,8 +1303,7 @@ void Ins_RenameInstitution (struct Ins_Instit *Ins,Cns_ShrtOrFullName_t ShrtOrFu } else // The same name Ale_CreateAlert (Ale_INFO,NULL, - Txt_The_name_of_the_institution_X_has_not_changed, - CurrentInsName); + Txt_The_name_X_has_not_changed,CurrentInsName); } else Ale_CreateAlertYouCanNotLeaveFieldEmpty (); diff --git a/swad_link.c b/swad_link.c index a812aeba..24ce0f73 100644 --- a/swad_link.c +++ b/swad_link.c @@ -530,7 +530,7 @@ static void Lnk_RenameLink (Cns_ShrtOrFullName_t ShrtOrFullName) { extern const char *Txt_The_link_X_already_exists; extern const char *Txt_The_link_X_has_been_renamed_as_Y; - extern const char *Txt_The_name_of_the_link_X_has_not_changed; + extern const char *Txt_The_name_X_has_not_changed; const char *ParamName = NULL; // Initialized to avoid warning const char *FieldName = NULL; // Initialized to avoid warning unsigned MaxBytes = 0; // Initialized to avoid warning @@ -589,8 +589,7 @@ static void Lnk_RenameLink (Cns_ShrtOrFullName_t ShrtOrFullName) } else // The same name Ale_CreateAlert (Ale_INFO,NULL, - Txt_The_name_of_the_link_X_has_not_changed, - CurrentLnkName); + Txt_The_name_X_has_not_changed,CurrentLnkName); } else Ale_CreateAlertYouCanNotLeaveFieldEmpty (); diff --git a/swad_place.c b/swad_place.c index f63c4b89..d62ef3f9 100644 --- a/swad_place.c +++ b/swad_place.c @@ -616,7 +616,7 @@ static void Plc_RenamePlace (Cns_ShrtOrFullName_t ShrtOrFullName) { extern const char *Txt_The_place_X_already_exists; extern const char *Txt_The_place_X_has_been_renamed_as_Y; - extern const char *Txt_The_name_of_the_place_X_has_not_changed; + extern const char *Txt_The_name_X_has_not_changed; const char *ParamName = NULL; // Initialized to avoid warning const char *FieldName = NULL; // Initialized to avoid warning unsigned MaxBytes = 0; // Initialized to avoid warning @@ -675,8 +675,7 @@ static void Plc_RenamePlace (Cns_ShrtOrFullName_t ShrtOrFullName) } else // The same name Ale_CreateAlert (Ale_INFO,NULL, - Txt_The_name_of_the_place_X_has_not_changed, - CurrentPlcName); + Txt_The_name_X_has_not_changed,CurrentPlcName); } else Ale_CreateAlertYouCanNotLeaveFieldEmpty (); diff --git a/swad_plugin.c b/swad_plugin.c index 10ebd2a0..be3cc0b2 100644 --- a/swad_plugin.c +++ b/swad_plugin.c @@ -495,7 +495,7 @@ void Plg_RenamePlugin (void) { extern const char *Txt_The_plugin_X_already_exists; extern const char *Txt_The_plugin_X_has_been_renamed_as_Y; - extern const char *Txt_The_name_of_the_plugin_X_has_not_changed; + extern const char *Txt_The_name_X_has_not_changed; char NewPlgName[Plg_MAX_BYTES_PLUGIN_NAME + 1]; /***** Plugin constructor *****/ @@ -537,8 +537,7 @@ void Plg_RenamePlugin (void) } else // The same name Ale_CreateAlert (Ale_INFO,NULL, - Txt_The_name_of_the_plugin_X_has_not_changed, - Plg_EditingPlg->Name); + Txt_The_name_X_has_not_changed,Plg_EditingPlg->Name); } else Ale_CreateAlertYouCanNotLeaveFieldEmpty (); diff --git a/swad_record.c b/swad_record.c index a1147213..38e52d2b 100644 --- a/swad_record.c +++ b/swad_record.c @@ -682,7 +682,7 @@ void Rec_RenameField (void) { extern const char *Txt_The_record_field_X_already_exists; extern const char *Txt_The_record_field_X_has_been_renamed_as_Y; - extern const char *Txt_The_name_of_the_field_X_has_not_changed; + extern const char *Txt_The_name_X_has_not_changed; char NewFieldName[Rec_MAX_BYTES_NAME_FIELD + 1]; /***** Get parameters of the form *****/ @@ -721,8 +721,7 @@ void Rec_RenameField (void) } } else // The same name - Ale_ShowAlert (Ale_INFO,Txt_The_name_of_the_field_X_has_not_changed, - NewFieldName); + Ale_ShowAlert (Ale_INFO,Txt_The_name_X_has_not_changed,NewFieldName); } else Ale_ShowAlertYouCanNotLeaveFieldEmpty (); diff --git a/swad_room.c b/swad_room.c index d3381e1b..2cfd1f39 100644 --- a/swad_room.c +++ b/swad_room.c @@ -1095,7 +1095,7 @@ static void Roo_RenameRoom (Cns_ShrtOrFullName_t ShrtOrFullName) { extern const char *Txt_The_room_X_already_exists; extern const char *Txt_The_room_X_has_been_renamed_as_Y; - extern const char *Txt_The_name_of_the_room_X_has_not_changed; + extern const char *Txt_The_name_X_has_not_changed; const char *ParamName = NULL; // Initialized to avoid warning const char *FieldName = NULL; // Initialized to avoid warning unsigned MaxBytes = 0; // Initialized to avoid warning @@ -1156,8 +1156,7 @@ static void Roo_RenameRoom (Cns_ShrtOrFullName_t ShrtOrFullName) } else // The same name Ale_CreateAlert (Ale_INFO,NULL, - Txt_The_name_of_the_room_X_has_not_changed, - CurrentClaName); + Txt_The_name_X_has_not_changed,CurrentClaName); } else Ale_CreateAlertYouCanNotLeaveFieldEmpty (); diff --git a/swad_text.c b/swad_text.c index da57f3e0..c75b854f 100644 --- a/swad_text.c +++ b/swad_text.c @@ -11746,7 +11746,7 @@ const char *Txt_Enrolment_requests = const char *Txt_Enter_a_new_item_here = #if L==1 // ca - "Escriba aquí un nuevo apartado"; // Necessita traduccio + "Escriviu aquí un nou apartat"; #elif L==2 // de "Neuen Eintrag hier eingeben"; #elif L==3 // en @@ -11809,15 +11809,15 @@ const char *Txt_Equation_centered = const char *Txt_Error_getting_data_from_a_recipient = #if L==1 // ca - "Error obteniendo datos de un destinatario."; // Necessita traduccio + "Error obtenint dades dun destinatari."; #elif L==2 // de - "Error getting data from a recipient."; // Need Übersetzung + "Fehler beim Abrufen von Daten von einem Empfänger."; #elif L==3 // en "Error getting data from a recipient."; #elif L==4 // es "Error obteniendo datos de un destinatario."; #elif L==5 // fr - "Error getting data from a recipient."; // Besoin de traduction + "Erreur lors de l'obtention des données d'un destinataire."; #elif L==6 // gn "Error obteniendo datos de un destinatario."; // Okoteve traducción #elif L==7 // it @@ -47218,6 +47218,27 @@ const char *Txt_The_course_X_has_been_moved_to_the_degree_Y = // Warning: it is " para o grau %s."; #endif +const char *Txt_The_course_X_has_been_renamed_as_Y = // Warning: it is very important to include two %s in the following sentences +#if L==1 // ca + "La asignatura %s ha pasado a denominarse %s."; // Necessita traduccio +#elif L==2 // de + "The course %s has been renamed as %s ."; // Need Übersetzung +#elif L==3 // en + "The course %s has been renamed as %s."; +#elif L==4 // es + "La asignatura %s ha pasado a denominarse %s."; +#elif L==5 // fr + "The course %s has been renamed as %s."; // Besoin de traduction +#elif L==6 // gn + "La asignatura %s ha pasado a denominarse %s."; // Okoteve traducción +#elif L==7 // it + "Il corso %s è cambiato a %s."; +#elif L==8 // pl + "The course %s has been renamed as %s."; // Potrzebujesz tlumaczenie +#elif L==9 // pt + "A disciplina %s foi renomeada como %s."; +#endif + const char *Txt_The_date_of_the_holiday_X_has_changed_to_Y = // Warning: it is very important to include two %s in the following sentences #if L==1 // ca "La fecha de la festividad %s ha cambiado a %s."; // Necessita traduccio @@ -47332,6 +47353,27 @@ const char *Txt_The_degree_X_has_been_moved_to_the_center_Y = // Warning: it is " para o centro %s."; #endif +const char *Txt_The_degree_X_has_been_renamed_as_Y = // Warning: it is very important to include two %s in the following sentences +#if L==1 // ca + "La titulación %s ha pasado a denominarse %s."; // Necessita traduccio +#elif L==2 // de + "The degree %s has been renamed as %s."; // Need Übersetzung +#elif L==3 // en + "The degree %s has been renamed as %s."; +#elif L==4 // es + "La titulación %s ha pasado a denominarse %s."; +#elif L==5 // fr + "The degree %s has been renamed as %s."; // Besoin de traduction +#elif L==6 // gn + "La titulación %s ha pasado a denominarse %s."; // Okoteve traducción +#elif L==7 // it + "La laurea %s è stata rinominata come %s."; +#elif L==8 // pl + "The degree %s has been renamed as %s."; // Potrzebujesz tlumaczenie +#elif L==9 // pt + "O grau %s foi renomeado como %s."; +#endif + const char *Txt_The_department_X_already_exists = // Warning: it is very important to include %s in the following sentences #if L==1 // ca "El departamento %s ya existe."; // Necessita traduccio @@ -47881,46 +47923,25 @@ const char *Txt_The_folder_is_empty = "O diretório está vazio."; #endif -const char *Txt_The_folder_name_X_has_changed_to_Y = // Warning: it is very important to include two %s in the following sentences +const char *Txt_The_folder_X_has_been_renamed_as_Y = // Warning: it is very important to include two %s in the following sentences #if L==1 // ca - "Se ha cambiado el nombre de la carpeta %s por %s."; // Necessita traduccio + "La carpeta %s ha pasado a denominarse %s."; // Necessita traduccio #elif L==2 // de "Das Verzeichnis %s wurde umbenannt in %s."; #elif L==3 // en - "The folder name %s has changed to %s."; + "The folder %s has been renamed as %s."; #elif L==4 // es - "Se ha cambiado el nombre de la carpeta %s por %s."; + "La carpeta %s ha pasado a denominarse %s."; #elif L==5 // fr - "The folder name %s has changed to %s."; // Besoin de traduction + "The folder %s has been renamed as %s."; // Besoin de traduction #elif L==6 // gn - "Se ha cambiado el nombre de la carpeta %s por %s."; // Okoteve traducción + "La carpeta %s ha pasado a denominarse %s."; // Okoteve traducción #elif L==7 // it - "Il nome della cartella %s è cambiato in %s."; + "La cartella %s è stata rinominata come %s."; #elif L==8 // pl - "The folder name %s has changed to %s."; // Potrzebujesz tlumaczenie + "The folder %s has been renamed as %s."; // Potrzebujesz tlumaczenie #elif L==9 // pt - "O nome da pasta %s foi alterado para %s."; -#endif - -const char *Txt_The_folder_name_X_has_not_changed = // Warning: it is very important to include %s in the following sentences -#if L==1 // ca - "El nombre de la carpeta %s no ha cambiado."; // Necessita traduccio -#elif L==2 // de - "Der Name des Verzeichnisses %s wurde nicht geändert."; -#elif L==3 // en - "The folder name %s has not changed."; -#elif L==4 // es - "El nombre de la carpeta %s no ha cambiado."; -#elif L==5 // fr - "The folder name %s has not changed."; // Besoin de traduction -#elif L==6 // gn - "El nombre de la carpeta %s no ha cambiado."; // Okoteve traducción -#elif L==7 // it - "Il nome della cartella %s non è cambiato."; -#elif L==8 // pl - "The folder name %s has not changed."; // Potrzebujesz tlumaczenie -#elif L==9 // pt - "O nome da pasta %s não foi alterado."; + "A pasta %s foi renomeada como %s."; #endif const char *Txt_The_folder_name_X_has_not_changed_because_there_is_already_a_folder_or_a_file_with_the_name_Y = // Warning: it is very important to include two %s in the following sentences @@ -48121,6 +48142,27 @@ const char *Txt_The_groups_will_not_automatically_open = "Os grupos não serão abertos automaticamente."; #endif +const char *Txt_The_holiday_X_has_been_renamed_as_Y = // Warning: it is very important to include two %s in the following sentences +#if L==1 // ca + "La festividad %s ha pasado a denominarse %s."; // Necessita traduccio +#elif L==2 // de + "The holiday %s has been renamed as %s."; // Need Übersetzung +#elif L==3 // en + "The holiday %s has been renamed as %s."; +#elif L==4 // es + "La festividad %s ha pasado a denominarse %s."; +#elif L==5 // fr + "The holiday %s has been renamed as %s."; // Besoin de traduction +#elif L==6 // gn + "La festividad %s ha pasado a denominarse %s."; // Okoteve traducción +#elif L==7 // it + "La festività %s è stata rinominata come %s."; +#elif L==8 // pl + "The holiday %s has been renamed as %s."; // Potrzebujesz tlumaczenie +#elif L==9 // pt + "O feriado %s foi renomeado como %s."; +#endif + const char *Txt_The_HTML_file_has_been_received_successfully = #if L==1 // ca "El archivo HTML se ha recibido correctamente."; // Necessita traduccio @@ -48862,424 +48904,25 @@ const char *Txt_The_message_has_been_sent_to_X_recipients = // Warning: it is ve "A mensagem foi enviada para %u destinatários."; #endif -const char *Txt_The_name_of_the_banner_X_has_not_changed = // Warning: it is very important to include %s in the following sentences +const char *Txt_The_name_X_has_not_changed = // Warning: it is very important to include %s in the following sentences #if L==1 // ca - "El nombre del banner %s no ha cambiado."; // Necessita traduccio + "El nom %s no ha canviat."; #elif L==2 // de - "The name of the banner %s has not changed."; // Need Übersetzung + "Der Name %s hat sich nicht geändert."; #elif L==3 // en - "The name of the banner %s has not changed."; + "The name %s has not changed."; #elif L==4 // es - "El nombre del banner %s no ha cambiado."; + "El nombre %s no ha cambiado."; #elif L==5 // fr - "The name of the banner %s has not changed."; // Besoin de traduction + "Le nom %s n'a pas changé."; #elif L==6 // gn - "El nombre del banner %s no ha cambiado."; // Okoteve traducción + "El nombre %s no ha cambiado."; // Okoteve traducción #elif L==7 // it - "Il nome del banner %s non è cambiato."; + "Il nome %s non è cambiato."; #elif L==8 // pl - "The name of the banner %s has not changed."; // Potrzebujesz tlumaczenie + "Nazwa %s nie uległa zmianie."; #elif L==9 // pt - "O nome do banner %s não foi alterado."; -#endif - -const char *Txt_The_name_of_the_building_X_has_not_changed = // Warning: it is very important to include %s in the following sentences -#if L==1 // ca - "El nom de l'edifici %s no ha canviat."; -#elif L==2 // de - "Der Name des Gebäudes %s hat sich nicht geändert."; -#elif L==3 // en - "The name of the building %s has not changed."; -#elif L==4 // es - "El nombre del edificio %s no ha cambiado."; -#elif L==5 // fr - "Le nom du bâtiment %s n'a pas changé."; -#elif L==6 // gn - "El nombre del edificio %s no ha cambiado."; // Okoteve traducción -#elif L==7 // it - "Il nome dell'edificio %s non è cambiato."; -#elif L==8 // pl - "Nazwa budynek %s nie uległa zmianie."; -#elif L==9 // pt - "O nome do edifício %s não foi alterado."; -#endif - -const char *Txt_The_name_of_the_center_X_has_not_changed = // Warning: it is very important to include %s in the following sentences -#if L==1 // ca - "El nombre del centro %s no ha cambiado."; // Necessita traduccio -#elif L==2 // de - "The name of the center %s has not changed."; // Need Übersetzung -#elif L==3 // en - "The name of the center %s has not changed."; -#elif L==4 // es - "El nombre del centro %s no ha cambiado."; -#elif L==5 // fr - "The name of the center %s has not changed."; // Besoin de traduction -#elif L==6 // gn - "El nombre del centro %s no ha cambiado."; // Okoteve traducción -#elif L==7 // it - "Il nome del centro %s non è cambiato."; -#elif L==8 // pl - "The name of the center %s has not changed."; // Potrzebujesz tlumaczenie -#elif L==9 // pt - "O nome do centro %s não foi alterado."; -#endif - -const char *Txt_The_name_of_the_country_X_has_not_changed = // Warning: it is very important to include %s in the following sentences -#if L==1 // ca - "El nombre del país %s no ha cambiado."; // Necessita traduccio -#elif L==2 // de - "The name of the country %s has not changed."; // Need Übersetzung -#elif L==3 // en - "The name of the country %s has not changed."; -#elif L==4 // es - "El nombre del país %s no ha cambiado."; -#elif L==5 // fr - "The name of the country %s has not changed."; // Besoin de traduction -#elif L==6 // gn - "El nombre del país %s no ha cambiado."; // Okoteve traducción -#elif L==7 // it - "Il nome del paese %s non è cambiato."; -#elif L==8 // pl - "The name of the country %s has not changed."; // Potrzebujesz tlumaczenie -#elif L==9 // pt - "O nome do país %s não foi alterado."; -#endif - -const char *Txt_The_name_of_the_course_X_has_changed_to_Y = // Warning: it is very important to include two %s in the following sentences -#if L==1 // ca - "El nombre de la asignatura %s ha cambiado a %s."; // Necessita traduccio -#elif L==2 // de - "The name of the course %s has changed to %s ."; // Need Übersetzung -#elif L==3 // en - "The name of the course %s has changed to %s."; -#elif L==4 // es - "El nombre de la asignatura %s ha cambiado a %s."; -#elif L==5 // fr - "The name of the course %s has changed to %s."; // Besoin de traduction -#elif L==6 // gn - "El nombre de la asignatura %s ha cambiado a %s."; // Okoteve traducción -#elif L==7 // it - "Il nome del corso %s è cambiato a %s."; -#elif L==8 // pl - "The name of the course %s has changed to %s."; // Potrzebujesz tlumaczenie -#elif L==9 // pt - "O nome da disciplina %s mudou para %s."; -#endif - -const char *Txt_The_name_of_the_course_X_has_not_changed = // Warning: it is very important to include %s in the following sentences -#if L==1 // ca - "El nombre de la asignatura %s no ha cambiado."; // Necessita traduccio -#elif L==2 // de - "The name of the course %s has not changed."; // Need Übersetzung -#elif L==3 // en - "The name of the course %s has not changed."; -#elif L==4 // es - "El nombre de la asignatura %s no ha cambiado."; -#elif L==5 // fr - "The name of the course %s has not changed."; // Besoin de traduction -#elif L==6 // gn - "El nombre de la asignatura %s no ha cambiado."; // Okoteve traducción -#elif L==7 // it - "Il nome del corso %s non è cambiato."; -#elif L==8 // pl - "The name of the course %s has not changed."; // Potrzebujesz tlumaczenie -#elif L==9 // pt - "O nome da disciplina %s não foi alterado."; -#endif - -const char *Txt_The_name_of_the_degree_X_has_changed_to_Y = // Warning: it is very important to include two %s in the following sentences -#if L==1 // ca - "El nombre de la titulación %s ha cambiado a %s."; // Necessita traduccio -#elif L==2 // de - "The name of the degree %s has changed to %s."; // Need Übersetzung -#elif L==3 // en - "The name of the degree %s has changed to %s."; -#elif L==4 // es - "El nombre de la titulación %s ha cambiado a %s."; -#elif L==5 // fr - "The name of the degree %s has changed to %s."; // Besoin de traduction -#elif L==6 // gn - "El nombre de la titulación %s ha cambiado a %s."; // Okoteve traducción -#elif L==7 // it - "Il nome della laurea %s è cambiato a %s."; -#elif L==8 // pl - "The name of the degree %s has changed to %s."; // Potrzebujesz tlumaczenie -#elif L==9 // pt - "O nome do grau %s mudou para %s."; -#endif - -const char *Txt_The_name_of_the_degree_X_has_not_changed = // Warning: it is very important to include %s in the following sentences -#if L==1 // ca - "El nombre de la titulación %s no ha cambiado."; // Necessita traduccio -#elif L==2 // de - "The name of the degree %s has not changed."; // Need Übersetzung -#elif L==3 // en - "The name of the degree %s has not changed."; -#elif L==4 // es - "El nombre de la titulación %s no ha cambiado."; -#elif L==5 // fr - "The name of the degree %s has not changed."; // Besoin de traduction -#elif L==6 // gn - "El nombre de la titulación %s no ha cambiado."; // Okoteve traducción -#elif L==7 // it - "Il nome della laurea %s non è cambiato."; -#elif L==8 // pl - "The name of the degree %s has not changed."; // Potrzebujesz tlumaczenie -#elif L==9 // pt - "O nome do grau %s não foi alterado."; -#endif - -const char *Txt_The_name_of_the_department_X_has_not_changed = // Warning: it is very important to include %s in the following sentences -#if L==1 // ca - "El nombre del departamento %s no ha cambiado."; // Necessita traduccio -#elif L==2 // de - "The name of the department %s has not changed."; // Need Übersetzung -#elif L==3 // en - "The name of the department %s has not changed."; -#elif L==4 // es - "El nombre del departamento %s no ha cambiado."; -#elif L==5 // fr - "The name of the department %s has not changed."; // Besoin de traduction -#elif L==6 // gn - "El nombre del departamento %s no ha cambiado."; // Okoteve traducción -#elif L==7 // it - "Il nome del dipartimento %s non è cambiato."; -#elif L==8 // pl - "The name of the department %s has not changed."; // Potrzebujesz tlumaczenie -#elif L==9 // pt - "O nome do departamento %s não foi alterado."; -#endif - -const char *Txt_The_name_of_the_field_X_has_not_changed = // Warning: it is very important to include %s in the following sentences -#if L==1 // ca - "El nombre del campo %s no ha cambiado."; // Necessita traduccio -#elif L==2 // de - "The name of the field %s has not changed."; // Need Übersetzung -#elif L==3 // en - "The name of the field %s has not changed."; -#elif L==4 // es - "El nombre del campo %s no ha cambiado."; -#elif L==5 // fr - "The name of the field %s has not changed."; // Besoin de traduction -#elif L==6 // gn - "El nombre del campo %s no ha cambiado."; // Okoteve traducción -#elif L==7 // it - "Il nome del campo %s non è cambiato."; -#elif L==8 // pl - "The name of the field %s has not changed."; // Potrzebujesz tlumaczenie -#elif L==9 // pt - "O nome do campo %s não foi alterado."; -#endif - -const char *Txt_The_name_of_the_group_X_has_not_changed = // Warning: it is very important to include %s in the following sentences -#if L==1 // ca - "El nombre del grupo %s no ha cambiado."; // Necessita traduccio -#elif L==2 // de - "The name of the group %s has not changed."; // Need Übersetzung -#elif L==3 // en - "The name of the group %s has not changed."; -#elif L==4 // es - "El nombre del grupo %s no ha cambiado."; -#elif L==5 // fr - "The name of the group %s has not changed."; // Besoin de traduction -#elif L==6 // gn - "El nombre del grupo %s no ha cambiado."; // Okoteve traducción -#elif L==7 // it - "Il nome del gruppo %s non è cambiato."; -#elif L==8 // pl - "The name of the group %s has not changed."; // Potrzebujesz tlumaczenie -#elif L==9 // pt - "O nome do grupo %s não foi alterado."; -#endif - -const char *Txt_The_name_of_the_holiday_X_has_changed_to_Y = // Warning: it is very important to include two %s in the following sentences -#if L==1 // ca - "El nombre de la festividad %s ha cambiado a %s."; // Necessita traduccio -#elif L==2 // de - "The name of the holiday %s has changed to %s."; // Need Übersetzung -#elif L==3 // en - "The name of the holiday %s has changed to %s."; -#elif L==4 // es - "El nombre de la festividad %s ha cambiado a %s."; -#elif L==5 // fr - "The name of the holiday %s has changed to %s."; // Besoin de traduction -#elif L==6 // gn - "El nombre de la festividad %s ha cambiado a %s."; // Okoteve traducción -#elif L==7 // it - "Il nome della festività %s è cambiato a %s."; -#elif L==8 // pl - "The name of the holiday %s has changed to %s."; // Potrzebujesz tlumaczenie -#elif L==9 // pt - "O nome do feriado %s foi alterado para %s."; -#endif - -const char *Txt_The_name_of_the_holiday_X_has_not_changed = // Warning: it is very important to include %s in the following sentences -#if L==1 // ca - "El nombre de la festividad %s no ha cambiado."; // Necessita traduccio -#elif L==2 // de - "The name of the holiday %s has not changed."; // Need Übersetzung -#elif L==3 // en - "The name of the holiday %s has not changed."; -#elif L==4 // es - "El nombre de la festividad %s no ha cambiado."; -#elif L==5 // fr - "The name of the holiday %s has not changed."; // Besoin de traduction -#elif L==6 // gn - "El nombre de la festividad %s no ha cambiado."; // Okoteve traducción -#elif L==7 // it - "Il nome della festività %s non è cambiato."; -#elif L==8 // pl - "The name of the holiday %s has not changed."; // Potrzebujesz tlumaczenie -#elif L==9 // pt - "O nome do feriado %s não foi alterado."; -#endif - -const char *Txt_The_name_of_the_institution_X_has_not_changed = // Warning: it is very important to include %s in the following sentences -#if L==1 // ca - "El nombre de la institución %s no ha cambiado."; // Necessita traduccio -#elif L==2 // de - "The name of the institution %s has not changed."; // Need Übersetzung -#elif L==3 // en - "The name of the institution %s has not changed."; -#elif L==4 // es - "El nombre de la institución %s no ha cambiado."; -#elif L==5 // fr - "The name of the institution %s has not changed."; // Besoin de traduction -#elif L==6 // gn - "El nombre de la institución %s no ha cambiado."; // Okoteve traducción -#elif L==7 // it - "Il nome dell'istituzione %s non è cambiato."; -#elif L==8 // pl - "The name of the institution %s has not changed."; // Potrzebujesz tlumaczenie -#elif L==9 // pt - "O nome da instituição %s não foi alterado."; -#endif - -const char *Txt_The_name_of_the_link_X_has_not_changed = // Warning: it is very important to include %s in the following sentences -#if L==1 // ca - "El nombre del enlace %s no ha cambiado."; // Necessita traduccio -#elif L==2 // de - "The name of the link %s has not changed."; // Need Übersetzung -#elif L==3 // en - "The name of the link %s has not changed."; -#elif L==4 // es - "El nombre del enlace %s no ha cambiado."; -#elif L==5 // fr - "The name of the link %s has not changed."; // Besoin de traduction -#elif L==6 // gn - "El nombre del enlace %s no ha cambiado."; // Okoteve traducción -#elif L==7 // it - "Il nome del link %s non è cambiato."; -#elif L==8 // pl - "The name of the link %s has not changed."; // Potrzebujesz tlumaczenie -#elif L==9 // pt - "O nome do link %s não foi alterado."; -#endif - -const char *Txt_The_name_of_the_place_X_has_not_changed = // Warning: it is very important to include %s in the following sentences -#if L==1 // ca - "El nom del lloc %s no ha canviat."; -#elif L==2 // de - "Der Name von Standort %s hat sich nicht geändert."; -#elif L==3 // en - "The name of the place %s has not changed."; -#elif L==4 // es - "El nombre del lugar %s no ha cambiado."; -#elif L==5 // fr - "Le nom de l'emplacement %s n'a pas changé."; -#elif L==6 // gn - "El nombre del lugar %s no ha cambiado."; // Okoteve traducción -#elif L==7 // it - "Il nome del luogo %s non è cambiato."; -#elif L==8 // pl - "Nazwa miejsca %s nie uległa zmianie."; -#elif L==9 // pt - "O nome da localização %s não foi alterado."; -#endif - -const char *Txt_The_name_of_the_plugin_X_has_not_changed = // Warning: it is very important to include %s in the following sentences -#if L==1 // ca - "El nombre del complemento %s no ha cambiado."; // Necessita traduccio -#elif L==2 // de - "The name of the plugin %s has not changed."; // Need Übersetzung -#elif L==3 // en - "The name of the plugin %s has not changed."; -#elif L==4 // es - "El nombre del complemento %s no ha cambiado."; -#elif L==5 // fr - "The name of the plugin %s has not changed."; // Besoin de traduction -#elif L==6 // gn - "El nombre del complemento %s no ha cambiado."; // Okoteve traducción -#elif L==7 // it - "Il nome del plugin %s non è cambiato."; -#elif L==8 // pl - "The name of the plugin %s has not changed."; // Potrzebujesz tlumaczenie -#elif L==9 // pt - "O nome do plugin %s não foi alterado."; -#endif - -const char *Txt_The_name_of_the_room_X_has_not_changed = // Warning: it is very important to include %s in the following sentences -#if L==1 // ca - "El nom de la sala %s no ha canviat."; -#elif L==2 // de - "Der Name des Raum %s hat sich nicht geändert."; -#elif L==3 // en - "The name of the room %s has not changed."; -#elif L==4 // es - "El nombre de la sala %s no ha cambiado."; -#elif L==5 // fr - "Le nom de la salle %s n'a pas changé."; -#elif L==6 // gn - "El nombre de la sala %s no ha cambiado."; // Okoteve traducción -#elif L==7 // it - "Il nome della aula %s non è cambiato."; -#elif L==8 // pl - "Nazwa klasy %s nie uległa zmianie."; -#elif L==9 // pt - "O nome da sala %s não foi alterado."; -#endif - -const char *Txt_The_name_of_the_type_of_degree_X_has_not_changed = // Warning: it is very important to include %s in the following sentences -#if L==1 // ca - "El nombre del tipo de titulación %s no ha cambiado."; // Necessita traduccio -#elif L==2 // de - "The name of the type of degree %s has not changed."; // Need Übersetzung -#elif L==3 // en - "The name of the type of degree %s has not changed."; -#elif L==4 // es - "El nombre del tipo de titulación %s no ha cambiado."; -#elif L==5 // fr - "The name of the type of degree %s has not changed."; // Besoin de traduction -#elif L==6 // gn - "El nombre del tipo de titulación %s no ha cambiado."; // Okoteve traducción -#elif L==7 // it - "Il nome del tipo di laurea %s non è cambiato."; -#elif L==8 // pl - "The name of the type of degree %s has not changed."; // Potrzebujesz tlumaczenie -#elif L==9 // pt - "O nome do tipo de grau %s não foi alterado."; -#endif - -const char *Txt_The_name_of_the_type_of_group_X_has_not_changed = // Warning: it is very important to include %s in the following sentences -#if L==1 // ca - "El nombre del tipo de grupo %s no ha cambiado."; // Necessita traduccio -#elif L==2 // de - "The name of the type of group %s has not changed."; // Need Übersetzung -#elif L==3 // en - "The name of the type of group %s has not changed."; -#elif L==4 // es - "El nombre del tipo de grupo %s no ha cambiado."; -#elif L==5 // fr - "The name of the type of group %s has not changed."; // Besoin de traduction -#elif L==6 // gn - "El nombre del tipo de grupo %s no ha cambiado."; // Okoteve traducción -#elif L==7 // it - "Il nome del tipo di gruppo %s non è cambiato."; -#elif L==8 // pl - "The name of the type of group %s has not changed."; // Potrzebujesz tlumaczenie -#elif L==9 // pt - "O nome do tipo de grupo %s não foi alterado."; + "O nome %s não foi alterado."; #endif const char *Txt_The_new_application_key_is_X = // Warning: it is very important to include %s in the following sentences