MESSENGER-3304 string in separate files

This commit is contained in:
Frank Rotermund
2022-09-19 11:53:45 +02:00
parent 84ccb9378d
commit 226e55caf7
91 changed files with 2975 additions and 1342 deletions
@@ -247,7 +247,7 @@ final class SettingsIdentityServerViewController: UIViewController {
.changeActionAlert(.noTerms):
self.showAlert(title: VectorL10n.identityServerSettingsAlertNoTermsTitle,
message: VectorL10n.identityServerSettingsAlertNoTerms,
continueButtonTitle: VectorL10n.continue,
continueButtonTitle: BWIL10n.continue,
cancelButtonTitle: VectorL10n.cancel,
onContinue: onContinue)
@@ -270,7 +270,7 @@ final class SettingsIdentityServerViewController: UIViewController {
case .changeActionAlert(.doubleConfirmation(let oldHost, let newHost)):
self.showAlert(title: VectorL10n.identityServerSettingsAlertChangeTitle,
message: VectorL10n.identityServerSettingsAlertChange(oldHost.hostname(), newHost.hostname()),
continueButtonTitle: VectorL10n.continue,
continueButtonTitle: BWIL10n.continue,
cancelButtonTitle: VectorL10n.cancel,
onContinue: onContinue)