Skip to content

Commit

Permalink
Language: Adding translation variables and translation to EN, ES and …
Browse files Browse the repository at this point in the history
…FR + fixing variable name - refs BT#22247
  • Loading branch information
NicoDucou committed Dec 3, 2024
1 parent 62b1efd commit 1b2f765
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Surveys": "Surveys",
"Tracking": "Tracking",
"Course maintenance": "Course maintenance",
"Course setting": "Course setting",
"Course settings": "Course settings",
"Sign in": "Sign in",
"My courses": "My courses",
"Start recording": "Start recording",
Expand Down Expand Up @@ -578,4 +578,4 @@
"Select the destination folder": "Select the destination folder",
"Select a folder": "Select a folder",
"Move document": "Move document"
}
}
2 changes: 1 addition & 1 deletion public/main/course_info/infocours.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
'radio',
'email_alert_to_teacher_on_new_user_in_course',
null,
get_lang('To teachar and tutor'),
get_lang('To teacher and tutor'),
2
);
$group[] = $form->createElement(
Expand Down
21 changes: 21 additions & 0 deletions translations/messages.en.po
Original file line number Diff line number Diff line change
Expand Up @@ -27805,3 +27805,24 @@ msgstr "Select the destination folder"

msgid "All users"
msgstr "All users"

msgid "Edit introduction"
msgstr "Edit introduction"

msgid "To teacher and tutor"
msgstr "To teacher and tutor"

msgid "To HR only"
msgstr "To HR only"

msgid "Only for teachers"
msgstr "Only for teachers"

msgid "Only for students"
msgstr "Only for students"

msgid "Autolaunch settings"
msgstr "Autolaunch settings"

msgid "Auto-launch"
msgstr "Auto-launch"
21 changes: 21 additions & 0 deletions translations/messages.es.po
Original file line number Diff line number Diff line change
Expand Up @@ -28783,3 +28783,24 @@ msgstr "Seleccione la carpeta de destino"

msgid "All users"
msgstr "Todos los usuarios"

msgid "Edit introduction"
msgstr "Editar la introduccion"

msgid "To teacher and tutor"
msgstr "Para profesor y tutor"

msgid "To HR only"
msgstr "Solo para RRHH"

msgid "Only for teachers"
msgstr "Solo para profesores"

msgid "Only for students"
msgstr "Solo para estudiantes"

msgid "Autolaunch settings"
msgstr "Configuración de inicio automático"

msgid "Auto-launch"
msgstr "Inicio automático"
21 changes: 21 additions & 0 deletions translations/messages.fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -29585,3 +29585,24 @@ msgstr "Choisir le dossier de destination"

msgid "All users"
msgstr "Tous les utilisateurs"

msgid "Edit introduction"
msgstr "Éditer l'introduction"

msgid "To teacher and tutor"
msgstr "Pour le professeur et le tuteur"

msgid "To HR only"
msgstr "Pour les RH uniquement"

msgid "Only for teachers"
msgstr "Pour les professeurs uniquement"

msgid "Only for students"
msgstr "Pour les apprenants uniquement"

msgid "Autolaunch settings"
msgstr "Paramètres d'auto démarrage"

msgid "Auto-launch"
msgstr "Auto-démarrage"
21 changes: 21 additions & 0 deletions translations/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -27791,3 +27791,24 @@ msgstr ""

msgid "All users"
msgstr ""

msgid "Edit introduction"
msgstr ""

msgid "To teacher and tutor"
msgstr ""

msgid "To HR only"
msgstr ""

msgid "Only for teachers"
msgstr ""

msgid "Only for students"
msgstr ""

msgid "Autolaunch settings"
msgstr ""

msgid "Auto-launch"
msgstr ""

0 comments on commit 1b2f765

Please sign in to comment.