forked from External/greenlight
minor text changes
This commit is contained in:
parent
9cf8042a69
commit
16fd597b1a
|
@ -36,10 +36,10 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||||
<table id="recordings" class="table" width="100%">
|
<table id="recordings" class="table" width="100%">
|
||||||
<thead>
|
<thead>
|
||||||
<th><%= t('date_recorded') %></th>
|
<th><%= t('date_recorded') %></th>
|
||||||
<th><%= t('name') %></th>
|
<th><%= t('meeting') %></th>
|
||||||
<th><%= t('thumbnails') %></th>
|
<th><%= t('thumbnails') %></th>
|
||||||
<th><%= t('duration') %></th>
|
<th><%= t('duration') %></th>
|
||||||
<th><%= t('views') %></th>
|
<th><%= t('watch') %></th>
|
||||||
<th>published</th>
|
<th>published</th>
|
||||||
<th><%= t('actions') %></th>
|
<th><%= t('actions') %></th>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
|
@ -64,7 +64,7 @@ en-US:
|
||||||
duration: Duration (minutes)
|
duration: Duration (minutes)
|
||||||
end: End
|
end: End
|
||||||
enter_name: Enter your name
|
enter_name: Enter your name
|
||||||
enter_meeting_name: Enter a meeting name
|
enter_meeting_name: Enter a meeting name to start
|
||||||
greet_user: Welcome, %{name}
|
greet_user: Welcome, %{name}
|
||||||
greet_guest: Welcome to %{name} Meeting Space
|
greet_guest: Welcome to %{name} Meeting Space
|
||||||
hi_all: Hi Everyone
|
hi_all: Hi Everyone
|
||||||
|
@ -79,6 +79,7 @@ en-US:
|
||||||
login: login
|
login: login
|
||||||
login_description: Want your own recorded meetings?
|
login_description: Want your own recorded meetings?
|
||||||
logout: logout
|
logout: logout
|
||||||
|
meeting: Meeting
|
||||||
meeting_invite:
|
meeting_invite:
|
||||||
explanation: Send an email with an invitation to this meeting
|
explanation: Send an email with an invitation to this meeting
|
||||||
not_signed_in:
|
not_signed_in:
|
||||||
|
@ -88,7 +89,6 @@ en-US:
|
||||||
body: "You have been invited by %{user} to a meeting.\n\nPlease open the following page in your web browser: &&URL&&"
|
body: "You have been invited by %{user} to a meeting.\n\nPlease open the following page in your web browser: &&URL&&"
|
||||||
subject: "%{user} invited you to a meeting"
|
subject: "%{user} invited you to a meeting"
|
||||||
my_room: my room
|
my_room: my room
|
||||||
name: Name
|
|
||||||
no: No
|
no: No
|
||||||
notification_mailer:
|
notification_mailer:
|
||||||
recording_ready_email:
|
recording_ready_email:
|
||||||
|
@ -112,7 +112,7 @@ en-US:
|
||||||
unpublished: Unpublished
|
unpublished: Unpublished
|
||||||
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
|
||||||
views: Views
|
|
||||||
wait_for_mod_msg: Looks like you're the first one here...
|
wait_for_mod_msg: Looks like you're the first one here...
|
||||||
wait_for_mod_explanation: You will automatically join when the meeting starts
|
wait_for_mod_explanation: You will automatically join when the meeting starts
|
||||||
|
watch: Watch
|
||||||
yes: Yes
|
yes: Yes
|
||||||
|
|
Loading…
Reference in New Issue