Translation correction refs BT#13337

pull/2487/head
Nicolas Ducoulombier 8 years ago
parent 19eccdc89d
commit b7073a9165
  1. 1
      plugin/bbb/lang/english.php
  2. 1
      plugin/bbb/lang/french.php
  3. 5
      plugin/bbb/lang/german.php
  4. 2
      plugin/bbb/listing.tpl

@ -67,3 +67,4 @@ $strings['MaxXUsersReached'] = 'The limit of %s simultaneous users has been reac
$strings['MaxXUsersReachedManager'] = 'The limit of %s simultaneous users has been reached for this conference room. To increase this limit, please contact the platform administrator.';
$strings['MaxUsersInConferenceRoom'] = 'Max simultaneous users in a conference room';
$strings['global_conference_allow_roles'] = "Global conference link only visible for this user roles";
$strings['CreatedAt'] = "Created at";

@ -49,3 +49,4 @@ $strings['MaxXUsersReached'] = 'La limite de %s utilisateurs simultanés a été
$strings['MaxXUsersReachedManager'] = 'La limite de %s utilisateurs simultanés a été atteinte dans cette salle de conférence. Pour augmenter la limite, prenez contact avec l\'administrateur du portail.';
$strings['MaxUsersInConferenceRoom'] = 'Nombre max d\'utilisateurs simultanés dans une salle de conférence';
$strings['global_conference_allow_roles'] = "Visibilité du lien de vidéo conférence global pour les profils suivant";
$strings['CreatedAt'] = "Créé à";

@ -5,10 +5,10 @@ $strings['plugin_title'] = "Videokonferenz";
$strings['plugin_comment'] = "Add a videoconference room in a Chamilo course using BigBlueButton (BBB)";
$strings['Videoconference'] = "Videokonferenz";
$strings['MeetingOpened'] = "Offnen";
$strings['MeetingOpened'] = "Offen";
$strings['MeetingClosed'] = "Abgeschlossen";
$strings['MeetingClosedComment'] = "If you have asked for your sessions to be recorded, the recording will be available in the list below when it has been completely generated.";
$strings['CloseMeeting'] = "Close meeting";
$strings['CloseMeeting'] = "Session beenden";
$strings['VideoConferenceXCourseX'] = "Videoconference #%s course %s";
$strings['VideoConferenceAddedToTheCalendar'] = "Videoconference added to the calendar";
@ -62,3 +62,4 @@ $strings['MaxXUsersReached'] = 'The limit of %s simultaneous users has been reac
$strings['MaxXUsersReachedManager'] = 'The limit of %s simultaneous users has been reached for this conference room. To increase this limit, please contact the platform administrator.';
$strings['MaxUsersInConferenceRoom'] = 'Max simultaneous users in a conference room';
$strings['global_conference_allow_roles'] = "Global conference link only visible for this user roles";
$strings['CreatedAt'] = "Erstellt am";

@ -40,7 +40,7 @@
<table class="table">
<tr>
<!-- th>#</th -->
<th>{{ 'CreatedAt'|get_lang }}</th>
<th>{{ 'CreatedAt'| get_plugin_lang('BBBPlugin') }}</th>
<th>{{ 'Status'| get_lang }}</th>
<th>{{ 'Records'| get_plugin_lang('BBBPlugin') }}</th>

Loading…
Cancel
Save