forked from External/greenlight
change display names for recording visibility states
This commit is contained in:
parent
1494dfebf0
commit
4311c3be8c
|
@ -58,14 +58,14 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="recording-visibility-popover">
|
<div class="recording-visibility-popover">
|
||||||
<button type="button" class="btn btn-default btn-danger recording-update" data-visibility="unpublished">
|
<button type="button" class="btn btn-default btn-success recording-update" data-visibility="published">
|
||||||
<%= t('unpublished') %>
|
<%= t('published') %>
|
||||||
</button>
|
</button>
|
||||||
<button type="button" class="btn btn-default btn-warning recording-update" data-visibility="unlisted">
|
<button type="button" class="btn btn-default btn-warning recording-update" data-visibility="unlisted">
|
||||||
<%= t('unlisted') %>
|
<%= t('unlisted') %>
|
||||||
</button>
|
</button>
|
||||||
<button type="button" class="btn btn-default btn-success recording-update" data-visibility="published">
|
<button type="button" class="btn btn-default btn-danger recording-update" data-visibility="unpublished">
|
||||||
<%= t('published') %>
|
<%= t('unpublished') %>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="alert-template">
|
<div class="alert-template">
|
||||||
|
|
|
@ -100,7 +100,7 @@ en-US:
|
||||||
footer_html: "%{greenlight_link} build %{version}, Powered by %{bbb_link}"
|
footer_html: "%{greenlight_link} build %{version}, Powered by %{bbb_link}"
|
||||||
presentation: Presentation
|
presentation: Presentation
|
||||||
previously_joined_meetings: Previously Joined Meetings
|
previously_joined_meetings: Previously Joined Meetings
|
||||||
published: Published
|
published: Everyone
|
||||||
return_to_room: Return to your personal room
|
return_to_room: Return to your personal room
|
||||||
session_url_explanation: The meeting will be taking place using the following URL
|
session_url_explanation: The meeting will be taking place using the following URL
|
||||||
signin_text: Log in with %{provider}
|
signin_text: Log in with %{provider}
|
||||||
|
@ -109,7 +109,7 @@ en-US:
|
||||||
your_personal_room: Your Personal Room
|
your_personal_room: Your Personal Room
|
||||||
thumbnails: Thumbnails
|
thumbnails: Thumbnails
|
||||||
unlisted: Unlisted
|
unlisted: Unlisted
|
||||||
unpublished: Unpublished
|
unpublished: No one
|
||||||
url_copy_explanation: Copy this URL to invite others to the meeting
|
url_copy_explanation: Copy this URL to invite others to the meeting
|
||||||
video: Video
|
video: Video
|
||||||
wait_for_mod_msg: Looks like you're the first one here...
|
wait_for_mod_msg: Looks like you're the first one here...
|
||||||
|
|
Loading…
Reference in New Issue