mirror of https://github.com/vector-im/riot-web
Mark remaining strings to be translated
parent
5aa24b97cd
commit
f0e93c6929
|
@ -34,9 +34,9 @@ export default class EMSElementProDataConfirmDialog extends React.PureComponent<
|
||||||
<QuestionDialog
|
<QuestionDialog
|
||||||
onFinished={this.props.onFinished}
|
onFinished={this.props.onFinished}
|
||||||
title={_t("Confirm Account Data Transfer")}
|
title={_t("Confirm Account Data Transfer")}
|
||||||
description={
|
description={_t(
|
||||||
"Please accept transfer of data to the Element Pro setup wizard to continue. The setup wizard " +
|
"Please accept transfer of data to the Element Pro setup wizard to continue. The setup wizard " +
|
||||||
"will be able to access your account for the duration of the setup process."
|
"will be able to access your account for the duration of the setup process.")
|
||||||
}
|
}
|
||||||
button={_t("Accept")}
|
button={_t("Accept")}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -2483,6 +2483,8 @@
|
||||||
"Abort": "Abort",
|
"Abort": "Abort",
|
||||||
"Failed to connect to your homeserver. Please close this dialog and try again.": "Failed to connect to your homeserver. Please close this dialog and try again.",
|
"Failed to connect to your homeserver. Please close this dialog and try again.": "Failed to connect to your homeserver. Please close this dialog and try again.",
|
||||||
"Set up your own personal Element host": "Set up your own personal Element host",
|
"Set up your own personal Element host": "Set up your own personal Element host",
|
||||||
|
"Please accept transfer of data to the Element Pro setup wizard to continue. The setup wizard will be able to access your account for the duration of the setup process.": "Please accept transfer of data to the Element Pro setup wizard to continue. The setup wizard will be able to access your account for the duration of the setup process.",
|
||||||
|
"Confirm Account Data Transfer": "Confirm Account Data Transfer",
|
||||||
"Security & privacy": "Security & privacy",
|
"Security & privacy": "Security & privacy",
|
||||||
"All settings": "All settings",
|
"All settings": "All settings",
|
||||||
"Community settings": "Community settings",
|
"Community settings": "Community settings",
|
||||||
|
|
Loading…
Reference in New Issue