Skip to content
Snippets Groups Projects
Commit 7d8d52ca authored by jfederico's avatar jfederico
Browse files

bbb-lti: localised recording format types shown in the list

parent 6644a261
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@ tool.view.app=BigBlueButton
tool.view.title=BigBlueButton LTI Interface
tool.view.join=Join Meeting
tool.view.recording=Recording
tool.view.recording.format.presentation=presentation
tool.view.recording.format.video=video
tool.view.activity=Activity
tool.view.description=Description
tool.view.date=Date
......
......@@ -25,6 +25,8 @@ tool.view.app=BigBlueButton
tool.view.title=Interface LTI para BigBlueButton
tool.view.join=Ingresar a la sesión
tool.view.recording=Grabación
tool.view.recording.format.presentation=presentación
tool.view.recording.format.video=video
tool.view.activity=Actividad
tool.view.description=Descripción
tool.view.date=Fecha
......
......@@ -23,6 +23,8 @@ tool.view.app=BigBlueButton
tool.view.title=LTI Interface pour BigBlueButton
tool.view.join=Saisie de la réunion
tool.view.recording=Enregistrement
tool.view.recording.format.presentation=presentation
tool.view.recording.format.video=video
tool.view.activity=Activité
tool.view.description=Description
tool.view.date=Date
......
......@@ -36,7 +36,7 @@
<tr class="r0 lastrow">
<td class="cell c0" style="text-align:center;">
<g:each in="${r.playback}" var="p">
<a title="${p.type}" target="_new" href="${p.url}">${p.type}</a>&#32;
<a title="<g:message code="tool.view.recording.format.${p.type}" />" target="_new" href="${p.url}"><g:message code="tool.view.recording.format.${p.type}" /></a>&#32;
</g:each>
</td>
<td class="cell c1" style="text-align:center;">${r.name}</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment