Version 22.107.12:May 07, 2023 Changes in edition of rubrics.

This commit is contained in:
acanas 2023-05-07 22:31:37 +02:00
parent e15d6770f5
commit 0530aa5ac7
3 changed files with 12 additions and 35 deletions

View File

@ -866,7 +866,7 @@ static void Rub_PutFormEditionRubric (struct Rub_Rubrics *Rubrics,
{
extern const char *Txt_Title;
extern const char *Txt_Description;
extern const char *Txt_Create_rubric;
extern const char *Txt_Create;
extern const char *Txt_Save_changes;
static Act_Action_t NextAction[] =
{
@ -881,7 +881,7 @@ static void Rub_PutFormEditionRubric (struct Rub_Rubrics *Rubrics,
const char *TxtButton[] =
{
[Rub_EXISTING_RUBRIC] = Txt_Save_changes,
[Rub_NEW_RUBRIC ] = Txt_Create_rubric,
[Rub_NEW_RUBRIC ] = Txt_Create,
};
/***** Begin form *****/

View File

@ -7262,29 +7262,6 @@ const char *Txt_Create_room =
"Create room"; // Çeviri lazim!
#endif
const char *Txt_Create_rubric =
#if L==1 // ca
"Crear rúbrica";
#elif L==2 // de
"Rubrik erstellen";
#elif L==3 // en
"Create rubric";
#elif L==4 // es
"Crear rúbrica";
#elif L==5 // fr
"Créer rubrique";
#elif L==6 // gn
"Crear rúbrica"; // Okoteve traducción
#elif L==7 // it
"Crea rubrica";
#elif L==8 // pl
"Utwórz rubrykę";
#elif L==9 // pt
"Criar rubrica";
#elif L==10 // tr
"Değerlendirme listesi oluşturun";
#endif
const char *Txt_Create_session =
#if L==1 // ca
"Crear sessió";

View File

@ -14002,25 +14002,25 @@ const char *Txt_Actions[ActLst_NUM_ACTIONS] =
,
[ActNewRub] =
#if L==1 // ca
"Crear nova rúbrica"
"Crear rúbrica"
#elif L==2 // de
"Neue Rubrik erstellen"
"Rubrik erstellen"
#elif L==3 // en
"Create new rubric"
"Create rubric"
#elif L==4 // es
"Crear nueva rúbrica"
"Crear rúbrica"
#elif L==5 // fr
"Créer nouvelle rubrique"
"Créer rubrique"
#elif L==6 // gn
"Ojapo rúbrica pyahu"
"Omoheñói rúbrica"
#elif L==7 // it
"Creare nuova rubrica"
"Crea rubrica"
#elif L==8 // pl
"Utwórz nową rubrykę"
"Utwórz rubrykę"
#elif L==9 // pt
"Criar nova rubrica"
"Criar rubrica"
#elif L==10 // tr
"Yeni değerlendirme listesi oluştur"
"Değerlendirme listesi oluşturun"
#endif
,
[ActChgRub] =