diff --git a/Riot/AppDelegate.h b/Riot/AppDelegate.h index 8f9f68e31..902d01fa2 100644 --- a/Riot/AppDelegate.h +++ b/Riot/AppDelegate.h @@ -120,7 +120,7 @@ extern NSString *const kAppDelegateNetworkStatusDidChangeNotification; Log out all the accounts without confirmation. Show the authentication screen on successful logout. - @param sendLogoutRequest Indicate whether send logout request to home server. + @param sendLogoutRequest Indicate whether send logout request to homeserver. @param completion the block to execute at the end of the operation. */ - (void)logoutSendingRequestServer:(BOOL)sendLogoutServerRequest diff --git a/Riot/AppDelegate.m b/Riot/AppDelegate.m index e401702c8..3b9d1c8d8 100644 --- a/Riot/AppDelegate.m +++ b/Riot/AppDelegate.m @@ -2449,7 +2449,7 @@ NSString *const kAppDelegateNetworkStatusDidChangeNotification = @"kAppDelegateN } } failure:^(NSError *error) { - NSLog(@"[AppDelegate] Universal link: Error: The home server failed to resolve the room alias (%@)", roomIdOrAlias); + NSLog(@"[AppDelegate] Universal link: Error: The homeserver failed to resolve the room alias (%@)", roomIdOrAlias); [homeViewController stopActivityIndicator]; diff --git a/Riot/Assets/de.lproj/Vector.strings b/Riot/Assets/de.lproj/Vector.strings index b9f864f8f..d910f379b 100644 --- a/Riot/Assets/de.lproj/Vector.strings +++ b/Riot/Assets/de.lproj/Vector.strings @@ -282,11 +282,11 @@ "auth_add_email_and_phone_message" = "Füge eine E-Mail-Adresse und eine Telefonnummer hinzu, damit dich andere Benutzer finden können. Über die E-Mail-Adresse kannst du das Passwort zurücksetzen."; "auth_use_server_options" = "Individuelle Server Optionen"; "auth_email_validation_message" = "Prüfe dein E-Mail-Konto um mit der Registrierung fortzufahren"; -"auth_recaptcha_message" = "Dieser Home-Server will sicherstellen dass du kein Robot bist"; +"auth_recaptcha_message" = "Dieser homeserver will sicherstellen dass du kein Robot bist"; "auth_reset_password_message" = "E-Mail-Adresse angeben, um das Passwort zurückzusetzen:"; "auth_reset_password_missing_email" = "Die E-Mail-Adresse die mit dem Konto verbunden ist muss eingegeben werden."; "auth_reset_password_error_unauthorized" = "Konnte E-Mail-Adresse nicht verifizieren. Klicke den Link in der Registrierungs-E-Mail"; -"auth_reset_password_error_not_found" = "Diese E-Mail-Adresse ist nicht mit einer Matrix-ID auf diesem Home-Server verknüpft."; +"auth_reset_password_error_not_found" = "Diese E-Mail-Adresse ist nicht mit einer Matrix-ID auf diesem homeserver verknüpft."; "auth_reset_password_success_message" = "Dein Passwort wurde zurückgesetzt.\n\nDu wurdest von allen Geräten abgemeldet, diese bekommen jetzt keine Push-Benachrichtigungen mehr. Um diese wiedereinzuschalten, melde dich auf den Geräten erneut an."; "auth_add_email_and_phone_warning" = "Registrierung mit E-Mail und Telefonnummer zugleich ist noch nicht unterstützt. Nur die Telefonnummer wird berücksichtigt. Du kannst deine E-Mail-Adresse in deinem Profil ergänzen."; "room_creation_make_public_prompt_msg" = "Sicher, dass du diesen Raum öffentlich machen willst? Jeder kann deine Nachrichten lesen und dem Raum beitreten."; @@ -368,7 +368,7 @@ "directory_server_picker_title" = "Wähle ein Verzeichnis"; "directory_server_all_rooms" = "Alle Räume auf %@ Server"; "directory_server_all_native_rooms" = "Alle nativen Matrix-Räume"; -"directory_server_type_homeserver" = "Gib einen Home-Server ein, um davon öffentliche Räume zu listen"; +"directory_server_type_homeserver" = "Gib einen homeserver ein, um davon öffentliche Räume zu listen"; "directory_server_placeholder" = "matrix.org"; // Others "or" = "oder"; diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index f1bc2ab91..93df8afb5 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -102,14 +102,14 @@ "auth_msisdn_validation_title" = "Verification Pending"; "auth_msisdn_validation_message" = "We\'ve sent an SMS with an activation code. Please enter this code below."; "auth_msisdn_validation_error" = "Unable to verify phone number."; -"auth_recaptcha_message" = "This Home Server would like to make sure you are not a robot"; +"auth_recaptcha_message" = "This homeserver would like to make sure you are not a robot"; "auth_reset_password_message" = "To reset your password, enter the email address linked to your account:"; "auth_reset_password_missing_email" = "The email address linked to your account must be entered."; "auth_reset_password_missing_password" = "A new password must be entered."; "auth_reset_password_email_validation_message" = "An email has been sent to %@. Once you've followed the link it contains, click below."; "auth_reset_password_next_step_button" = "I have verified my email address"; "auth_reset_password_error_unauthorized" = "Failed to verify email address: make sure you clicked the link in the email"; -"auth_reset_password_error_not_found" = "Your email address does not appear to be associated with a Matrix ID on this Homeserver."; +"auth_reset_password_error_not_found" = "Your email address does not appear to be associated with a Matrix ID on this homeserver."; "auth_reset_password_success_message" = "Your password has been reset.\n\nYou have been logged out of all devices and will no longer receive push notifications. To re-enable notifications, re-log in on each device."; "auth_add_email_and_phone_warning" = "Registration with email and phone number at once is not supported yet until the api exists. Only the phone number will be taken into account. You may add your email to your profile in settings."; "auth_accept_policies" = "Please review and accept the policies of this homeserver:"; @@ -326,7 +326,7 @@ "settings_mark_all_as_read" = "Mark all messages as read"; "settings_report_bug" = "Report bug"; "settings_clear_cache" = "Clear cache"; -"settings_config_home_server" = "Home server is %@"; +"settings_config_home_server" = "Homeserver is %@"; "settings_config_identity_server" = "Identity server is %@"; "settings_config_user_id" = "Logged in as %@"; diff --git a/Riot/Assets/nl.lproj/Vector.strings b/Riot/Assets/nl.lproj/Vector.strings index 16359b7e6..aed22a6bf 100644 --- a/Riot/Assets/nl.lproj/Vector.strings +++ b/Riot/Assets/nl.lproj/Vector.strings @@ -91,7 +91,7 @@ "auth_reset_password_email_validation_message" = "Een e-mail is naar %@ gestuurd. Zodra je de link die het bevat hebt gevolgd, klik hieronder."; "auth_reset_password_next_step_button" = "Ik heb mijn e-mailadres geverifieerd"; "auth_reset_password_error_unauthorized" = "Het is niet gelukt om het e-mailadres te verifiëren: wees er zeker van dat je op de link in de e-mail hebt geklikt"; -"auth_reset_password_error_not_found" = "Het ziet er niet naar uit dat het e-mailadres met het Matrix ID op deze Homeserver is verbonden."; +"auth_reset_password_error_not_found" = "Het ziet er niet naar uit dat het e-mailadres met het Matrix ID op deze homeserver is verbonden."; "auth_reset_password_success_message" = "Je wachtwoord is opnieuw ingesteld.\n\nJe bent op alle apparaten uitgelogd en je zal geen notificaties meer ontvangen. Om notificaties weer in te schakelen, log op elk apparaat opnieuw in."; "auth_add_email_and_phone_warning" = "Registratie met e-mail en telefoonnummer tegelijkertijd wordt nog niet ondersteund totdat de api bestaat. Alleen het telefoonnummer zal worden gebruikt. Je kan je e-mailadres later aan je profiel in de instellingen toevoegen."; // Chat creation diff --git a/Riot/Assets/pr.lproj/Vector.strings b/Riot/Assets/pr.lproj/Vector.strings index e4c803196..06ace01b4 100755 --- a/Riot/Assets/pr.lproj/Vector.strings +++ b/Riot/Assets/pr.lproj/Vector.strings @@ -103,7 +103,7 @@ "auth_reset_password_email_validation_message" = "An email has been sent to %@. Once you've followed the link it contains, click below."; "auth_reset_password_next_step_button" = "I have verified my email address"; "auth_reset_password_error_unauthorized" = "Failed to verify email address: make sure you clicked the link in the email"; -"auth_reset_password_error_not_found" = "Your email address does not appear to be associated with a Matrix ID on this Homeserver."; +"auth_reset_password_error_not_found" = "Your email address does not appear to be associated with a Matrix ID on this homeserver."; "auth_reset_password_success_message" = "Your password has been reset.\n\nYou have been logged out of all devices and will no longer receive push notifications. To re-enable notifications, re-log in on each device."; "auth_add_email_and_phone_warning" = "Registration with email and phone number at once is not supported yet until the api exists. Only the phone number will be taken into account. You may add your email to your profile in settings."; "auth_accept_policies" = "Please review and accept the policies of this homeserver:"; diff --git a/Riot/Assets/vi.lproj/Vector.strings b/Riot/Assets/vi.lproj/Vector.strings index 3058ca2c0..699dd5cb2 100644 --- a/Riot/Assets/vi.lproj/Vector.strings +++ b/Riot/Assets/vi.lproj/Vector.strings @@ -84,7 +84,7 @@ "auth_reset_password_email_validation_message" = "Email đã được gửi tới %@. Khi bạn đã theo liên kết trong đó, bấm vào dưới đây."; "auth_reset_password_next_step_button" = "Tôi đã xác thực địa chỉ email của tôi"; "auth_reset_password_error_unauthorized" = "Xác thực địa chỉ email thất bại: hãy đảm bảo rằng bạn đã bấm vào địa chỉ đính kèm trong email"; -"auth_reset_password_error_not_found" = "Địa chỉ email có vẻ chưa được liên kết với Matrix ID trên Homeserver này."; +"auth_reset_password_error_not_found" = "Địa chỉ email có vẻ chưa được liên kết với Matrix ID trên homeserver này."; "auth_reset_password_success_message" = "Mật khẩu của bạn đã được thiết lập lại.\n\nBạn đã được đăng xuất khỏi tất cả các thiết bị và sẽ không còn nhận được thông báo. Để bật lại thông báo, đăng nhập lại trên mỗi thiết bị."; "auth_add_email_and_phone_warning" = "Đăng kí với mật khẩu và số điện thoại cùng lúc chưa được hỗ trợ cho tới khi api được thiết lập. Duy nhất số điện thoại sẽ được liên kết với với tài khoản. Bạn sẽ phải thêm email vào hồ sơ trong mục cài đặt."; // Chat creation diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index cb71c944e..7f6c4d088 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -166,7 +166,7 @@ internal enum VectorL10n { internal static var authPhonePlaceholder: String { return VectorL10n.tr("Vector", "auth_phone_placeholder") } - /// This Home Server would like to make sure you are not a robot + /// This homeserver would like to make sure you are not a robot internal static var authRecaptchaMessage: String { return VectorL10n.tr("Vector", "auth_recaptcha_message") } @@ -1878,7 +1878,7 @@ internal enum VectorL10n { internal static var settingsClearCache: String { return VectorL10n.tr("Vector", "settings_clear_cache") } - /// Home server is %@ + /// Homeserver is %@ internal static func settingsConfigHomeServer(_ p1: String) -> String { return VectorL10n.tr("Vector", "settings_config_home_server", p1) } diff --git a/Riot/Modules/Authentication/AuthenticationViewController.xib b/Riot/Modules/Authentication/AuthenticationViewController.xib index c87bea248..71887099d 100644 --- a/Riot/Modules/Authentication/AuthenticationViewController.xib +++ b/Riot/Modules/Authentication/AuthenticationViewController.xib @@ -102,7 +102,7 @@ -