-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
85 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
// | ||
// | ||
// Spanish Language File for BigBlueButton Plugin | ||
// Translators: [email protected], [email protected], [email protected], [email protected] | ||
// | ||
<!-- language file start --> | ||
obj_xbbb#:#Bigbluebutton | ||
objs_xbbb#:#Aulas Virtuales de Bigbluebutton | ||
obj_xbbb_duplicate#:#Copiar | ||
obj_xbbb_duplicate#:#Copiar | ||
objs_xbbb_duplicate#:#Copiar Aula Virtual de Bigbluebutton | ||
obj_xbbb_select#:#Seleccionar Aula Virtual de Bigbluebutton | ||
xbbb_add#:#Añadir Aula Virtual de Bigbluebutton | ||
|
@@ -39,9 +39,12 @@ privateurl#:#URL Privada (p.e. http://192.168.1.100/bigbluebutton/) | |
privateport#:#Puerto Privado (p.e. 8080) | ||
salt#:#Sal de seguridad | ||
Date_Title#:#fecha | ||
Link_Title#:#enlace | ||
Date_Format#:#%H:%I:%S | ||
DeleteLink_Title#:#eliminar grabación | ||
Length_Title#:#longitud | ||
Duration_Title#:#longitud | ||
Link_Title#:#formats | ||
Recording_type_presentation#:#presentación | ||
Recording_type_notes#:#notas | ||
Headline_Recordings#:#grabaciones anteriores | ||
checkbox_record_meeting#:#grabar la sesión | ||
meetingRecordedMessage#:#¡La sesión actual se está grabando! | ||
|
@@ -56,4 +59,4 @@ status#:#Estado | |
saving_invoked#:#Guardado | ||
offline#:#Desactivado | ||
choose_recording#:#Allow recordings globally | ||
choose_recording_info#:#Activate this option if you want users with write permissions to select 'Allow capturing' under Settings. Since the URL for the recording is known to be distributed to unintended persons, this option should not be activated in most cases. | ||
choose_recording_info#:#Activate this option if you want users with write permissions to select 'Allow capturing' under Settings. Since the URL for the recording is known to be distributed to unintended persons, this option should not be activated in most cases. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
<table id="bbb_tbl_records"> | ||
<table id="bbb_tbl_records" class="table"> | ||
<thead> | ||
<tr> | ||
<th>{Date_Title}</th> | ||
<th>{LENGTH_TITLE}</th> | ||
<th>{Link_Title_Head}</th> | ||
<th>{DOWNLOAD_TITLE}</th> | ||
<th>{DeleteLink_Title_Head}</th> | ||
|
||
<th>{Duration_Title}</th> | ||
<th>{Link_Title}</th> | ||
<th> </th> | ||
|
||
</tr> | ||
</thead> | ||
<tbody> | ||
{BBB_RECORD_CONTENT} | ||
</tbody> | ||
</table> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<a href="{URL}" target="_blank" rel="noopener noreferrer nofollow">{Link_Title}</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters