Fixes some translations.
This commit is contained in:
parent
563ea1244c
commit
8a789aa608
|
@ -105,7 +105,7 @@
|
||||||
<div id="subject" class="hide"></div>
|
<div id="subject" class="hide"></div>
|
||||||
|
|
||||||
<div id="extendedToolbar" class="toolbar">
|
<div id="extendedToolbar" class="toolbar">
|
||||||
<a class="button" id="toolbar_button_profile" data-container="body" data-placement="right" data-i18n="[content]toolbar.profile" content="Edit your profile">
|
<a class="button" id="toolbar_button_profile" data-container="body" data-placement="right" data-i18n="[content]toolbar.profile">
|
||||||
<img id="avatar" src="images/avatar2.png"/>
|
<img id="avatar" src="images/avatar2.png"/>
|
||||||
</a>
|
</a>
|
||||||
<a class="button icon-contactList" id="toolbar_contact_list" shortcut="contactlistpopover">
|
<a class="button icon-contactList" id="toolbar_contact_list" shortcut="contactlistpopover">
|
||||||
|
@ -138,11 +138,11 @@
|
||||||
<div class="title" data-i18n="profile.title"></div>
|
<div class="title" data-i18n="profile.title"></div>
|
||||||
<div class="sideToolbarBlock first">
|
<div class="sideToolbarBlock first">
|
||||||
<label class="first" data-i18n="profile.setDisplayNameLabel"></label>
|
<label class="first" data-i18n="profile.setDisplayNameLabel"></label>
|
||||||
<input type="text" id="setDisplayName" data-i18n="[placeholder]settings.name" placeholder="Name">
|
<input type="text" id="setDisplayName" data-i18n="[placeholder]settings.name">
|
||||||
</div>
|
</div>
|
||||||
<div class="sideToolbarBlock">
|
<div class="sideToolbarBlock">
|
||||||
<label data-i18n="profile.setEmailLabel"></label>
|
<label data-i18n="profile.setEmailLabel"></label>
|
||||||
<input type="text" id="setEmail" placeholder="Enter e-mail">
|
<input data-i18n="[placeholder]profile.setEmailInput" type="text" id="setEmail">
|
||||||
</div>
|
</div>
|
||||||
<div class="sideToolbarBlock auth_container" id="authenticationContainer">
|
<div class="sideToolbarBlock auth_container" id="authenticationContainer">
|
||||||
<p data-i18n="toolbar.authenticate"></p>
|
<p data-i18n="toolbar.authenticate"></p>
|
||||||
|
|
|
@ -99,6 +99,7 @@
|
||||||
"cameraDisabled": "Camera is not available",
|
"cameraDisabled": "Camera is not available",
|
||||||
"micDisabled": "Microphone is not available",
|
"micDisabled": "Microphone is not available",
|
||||||
"filmstrip": "Show / hide videos",
|
"filmstrip": "Show / hide videos",
|
||||||
|
"profile": "Edit your profile",
|
||||||
"raiseHand": "Raise hand to speak"
|
"raiseHand": "Raise hand to speak"
|
||||||
},
|
},
|
||||||
"bottomtoolbar": {
|
"bottomtoolbar": {
|
||||||
|
@ -135,7 +136,8 @@
|
||||||
"profile": {
|
"profile": {
|
||||||
"title": "Profile",
|
"title": "Profile",
|
||||||
"setDisplayNameLabel": "Set your display name",
|
"setDisplayNameLabel": "Set your display name",
|
||||||
"setEmailLabel": "Set your gravatar email"
|
"setEmailLabel": "Set your gravatar email",
|
||||||
|
"setEmailInput": "Enter e-mail"
|
||||||
},
|
},
|
||||||
"videothumbnail":
|
"videothumbnail":
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue