mirror of https://github.com/vector-im/riot-web
commit
52ada641ba
|
@ -393,14 +393,14 @@ export default class CallHandler {
|
||||||
title = _t("Unable to access microphone");
|
title = _t("Unable to access microphone");
|
||||||
description = <div>
|
description = <div>
|
||||||
{_t(
|
{_t(
|
||||||
"Call failed because no microphone could not be accessed. " +
|
"Call failed because microphone could not be accessed. " +
|
||||||
"Check that a microphone is plugged in and set up correctly.",
|
"Check that a microphone is plugged in and set up correctly.",
|
||||||
)}
|
)}
|
||||||
</div>;
|
</div>;
|
||||||
} else if (call.type === CallType.Video) {
|
} else if (call.type === CallType.Video) {
|
||||||
title = _t("Unable to access webcam / microphone");
|
title = _t("Unable to access webcam / microphone");
|
||||||
description = <div>
|
description = <div>
|
||||||
{_t("Call failed because no webcam or microphone could not be accessed. Check that:")}
|
{_t("Call failed because webcam or microphone could not be accessed. Check that:")}
|
||||||
<ul>
|
<ul>
|
||||||
<li>{_t("A microphone and webcam are plugged in and set up correctly")}</li>
|
<li>{_t("A microphone and webcam are plugged in and set up correctly")}</li>
|
||||||
<li>{_t("Permission is granted to use the webcam")}</li>
|
<li>{_t("Permission is granted to use the webcam")}</li>
|
||||||
|
|
|
@ -153,7 +153,7 @@ export default class ServerPickerDialog extends React.PureComponent<IProps, ISta
|
||||||
>
|
>
|
||||||
<form className="mx_Dialog_content" id="mx_ServerPickerDialog" onSubmit={this.onSubmit}>
|
<form className="mx_Dialog_content" id="mx_ServerPickerDialog" onSubmit={this.onSubmit}>
|
||||||
<p>
|
<p>
|
||||||
{_t("We call the places you where you can host your account ‘homeservers’.")} {text}
|
{_t("We call the places where you can host your account ‘homeservers’.")} {text}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<StyledRadioButton
|
<StyledRadioButton
|
||||||
|
|
|
@ -47,9 +47,9 @@
|
||||||
"Try using turn.matrix.org": "Try using turn.matrix.org",
|
"Try using turn.matrix.org": "Try using turn.matrix.org",
|
||||||
"OK": "OK",
|
"OK": "OK",
|
||||||
"Unable to access microphone": "Unable to access microphone",
|
"Unable to access microphone": "Unable to access microphone",
|
||||||
"Call failed because no microphone could not be accessed. Check that a microphone is plugged in and set up correctly.": "Call failed because no microphone could not be accessed. Check that a microphone is plugged in and set up correctly.",
|
"Call failed because microphone could not be accessed. Check that a microphone is plugged in and set up correctly.": "Call failed because microphone could not be accessed. Check that a microphone is plugged in and set up correctly.",
|
||||||
"Unable to access webcam / microphone": "Unable to access webcam / microphone",
|
"Unable to access webcam / microphone": "Unable to access webcam / microphone",
|
||||||
"Call failed because no webcam or microphone could not be accessed. Check that:": "Call failed because no webcam or microphone could not be accessed. Check that:",
|
"Call failed because webcam or microphone could not be accessed. Check that:": "Call failed because webcam or microphone could not be accessed. Check that:",
|
||||||
"A microphone and webcam are plugged in and set up correctly": "A microphone and webcam are plugged in and set up correctly",
|
"A microphone and webcam are plugged in and set up correctly": "A microphone and webcam are plugged in and set up correctly",
|
||||||
"Permission is granted to use the webcam": "Permission is granted to use the webcam",
|
"Permission is granted to use the webcam": "Permission is granted to use the webcam",
|
||||||
"No other application is using the webcam": "No other application is using the webcam",
|
"No other application is using the webcam": "No other application is using the webcam",
|
||||||
|
@ -2160,7 +2160,7 @@
|
||||||
"Specify a homeserver": "Specify a homeserver",
|
"Specify a homeserver": "Specify a homeserver",
|
||||||
"Matrix.org is the biggest public homeserver in the world, so it’s a good place for many.": "Matrix.org is the biggest public homeserver in the world, so it’s a good place for many.",
|
"Matrix.org is the biggest public homeserver in the world, so it’s a good place for many.": "Matrix.org is the biggest public homeserver in the world, so it’s a good place for many.",
|
||||||
"Sign into your homeserver": "Sign into your homeserver",
|
"Sign into your homeserver": "Sign into your homeserver",
|
||||||
"We call the places you where you can host your account ‘homeservers’.": "We call the places you where you can host your account ‘homeservers’.",
|
"We call the places where you can host your account ‘homeservers’.": "We call the places where you can host your account ‘homeservers’.",
|
||||||
"Other homeserver": "Other homeserver",
|
"Other homeserver": "Other homeserver",
|
||||||
"Use your preferred Matrix homeserver if you have one, or host your own.": "Use your preferred Matrix homeserver if you have one, or host your own.",
|
"Use your preferred Matrix homeserver if you have one, or host your own.": "Use your preferred Matrix homeserver if you have one, or host your own.",
|
||||||
"Learn more": "Learn more",
|
"Learn more": "Learn more",
|
||||||
|
|
Loading…
Reference in New Issue