Language: fix translation variable and translation in FR and DE

pull/5456/head
NicoDucou 1 year ago
parent 1ce960f75f
commit 9d69f7d3ee
  1. 2
      public/main/admin/user_information.php
  2. 3
      translations/messages.de.po
  3. 3
      translations/messages.fr.po
  4. 3
      translations/messages.pot

@ -405,7 +405,7 @@ if (count($sessions) > 0) {
$sessionInformation .= $courseToolInformationTotal;
}
} else {
$sessionInformation = '<p>'.get_lang('NoCourse sessionsForThisUser').'</p>';
$sessionInformation = '<p>'.get_lang('No course sessions for this user').'</p>';
}
$courseToolInformationTotal = '';

@ -25136,3 +25136,6 @@ msgstr "hat folgende Kompetenzen erworben"
msgid "Certificate Footer"
msgstr ""
msgid "No course session for this user"
msgstr "Keine Sessions für diesen Benutzer"

@ -29213,3 +29213,6 @@ msgstr "a obtenu les compétences suivantes "
msgid "Certificate Footer"
msgstr ""
msgid "No course session for this user"
msgstr "Pas de cours de session pour cet utilisateur"

@ -27515,3 +27515,6 @@ msgstr ""
msgid "Select date .."
msgstr ""
msgid "No course sessions for this user"
msgstr ""

Loading…
Cancel
Save