From 41645b8085ccabeab254c2abb67bb6f680c7dfe5 Mon Sep 17 00:00:00 2001 From: Szimszon Date: Fri, 5 Oct 2018 18:22:59 +0000 Subject: [PATCH 01/17] Translated using Weblate (Hungarian) Currently translated at 100.0% (519 of 519 strings) Translation: Riot iOS/Riot iOS Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/hu/ --- Riot/Assets/hu.lproj/Vector.strings | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Riot/Assets/hu.lproj/Vector.strings b/Riot/Assets/hu.lproj/Vector.strings index ef465ea0b..cac3bae51 100644 --- a/Riot/Assets/hu.lproj/Vector.strings +++ b/Riot/Assets/hu.lproj/Vector.strings @@ -557,3 +557,7 @@ "room_resource_limit_exceeded_message_contact_2_link" = "vedd fel a kapcsolatot a szolgáltatás adminisztrátorával"; "room_resource_limit_exceeded_message_contact_3" = " , hogy tovább használhasd a szolgáltatást."; "homeserver_connection_lost" = "A Matrix szerverhez nem lehet kapcsolódni."; +"room_resource_usage_limit_reached_message_1_default" = "Ez a Matrix szerver túllépte egyik erőforrás korlátját így "; +"room_resource_usage_limit_reached_message_1_monthly_active_user" = "Ez a Matrix szerver elérte a havi aktív felhasználói korlátját, így "; +"room_resource_usage_limit_reached_message_2" = "néhány felhasználó nem tud majd bejelentkezni."; +"room_resource_usage_limit_reached_message_contact_3" = " hogy korlátot megemeljék."; From 3c35bad89b82d9673e2d516452d762fd5b7c237d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20C?= Date: Fri, 5 Oct 2018 20:30:08 +0000 Subject: [PATCH 02/17] Translated using Weblate (French) Currently translated at 100.0% (519 of 519 strings) Translation: Riot iOS/Riot iOS Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/ --- Riot/Assets/fr.lproj/Vector.strings | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Riot/Assets/fr.lproj/Vector.strings b/Riot/Assets/fr.lproj/Vector.strings index 96308c3e3..c7602efeb 100644 --- a/Riot/Assets/fr.lproj/Vector.strings +++ b/Riot/Assets/fr.lproj/Vector.strings @@ -552,3 +552,7 @@ "room_resource_limit_exceeded_message_contact_2_link" = "contacter l'administrateur de votre service"; "room_resource_limit_exceeded_message_contact_3" = " pour continuer à l'utiliser."; "homeserver_connection_lost" = "Connexion impossible au serveur d'accueil."; +"room_resource_usage_limit_reached_message_1_default" = "Ce serveur d'accueil a dépassé une de ses limites de ressources donc "; +"room_resource_usage_limit_reached_message_1_monthly_active_user" = "Ce serveur d'accueil a atteint sa limite mensuelle d'utilisateurs actifs donc "; +"room_resource_usage_limit_reached_message_2" = "quelques utilisateurs ne pourront pas se connecter."; +"room_resource_usage_limit_reached_message_contact_3" = " pour augmenter cette limite."; From 25f115c38b94c2f513076add3fce437e87755156 Mon Sep 17 00:00:00 2001 From: Krombel Date: Sat, 6 Oct 2018 10:47:11 +0000 Subject: [PATCH 03/17] Translated using Weblate (German) Currently translated at 100.0% (519 of 519 strings) Translation: Riot iOS/Riot iOS Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/ --- Riot/Assets/de.lproj/Vector.strings | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Riot/Assets/de.lproj/Vector.strings b/Riot/Assets/de.lproj/Vector.strings index 6a8d5b2ff..b94d8c54a 100644 --- a/Riot/Assets/de.lproj/Vector.strings +++ b/Riot/Assets/de.lproj/Vector.strings @@ -552,3 +552,7 @@ "room_resource_limit_exceeded_message_contact_2_link" = "kontaktiere deinen Dienst-Administrator"; "room_resource_limit_exceeded_message_contact_3" = " um diesen Service weiter zu nutzen."; "homeserver_connection_lost" = "Konnte keine Verbindung zum Heimserver herstellen."; +"room_resource_usage_limit_reached_message_1_default" = "Dieser Heimserver hat einen seiner Ressourcen-Limits überschritten, sodass "; +"room_resource_usage_limit_reached_message_1_monthly_active_user" = "Dieser Heimserver hat sein Limit an monatlich aktiven Benutzern überschritten, sodass "; +"room_resource_usage_limit_reached_message_2" = "einige Benutzer nicht in der Lage sein werden, sich einzuloggen."; +"room_resource_usage_limit_reached_message_contact_3" = " um dieses Limit erhöhen zu lassen."; From 3566bf520a7fb2f207ebf5ba5b64312140946273 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Sat, 6 Oct 2018 12:39:14 -0500 Subject: [PATCH 04/17] Reword English settings_sign_out_e2e_warn --- Riot/Assets/en.lproj/Vector.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index 3c519c4d7..e34fb4f23 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -338,7 +338,7 @@ "settings_sign_out" = "Sign Out"; "settings_sign_out_confirmation" = "Are you sure?"; -"settings_sign_out_e2e_warn" = "You will lose your end-to-end encryption keys. That means you will be no more able to read old messages in encrypted rooms on this device."; +"settings_sign_out_e2e_warn" = "You will lose your end-to-end encryption keys. That means you will no longer be able to read old messages in encrypted rooms on this device."; "settings_profile_picture" = "Profile Picture"; "settings_display_name" = "Display Name"; "settings_first_name" = "First Name"; From f651cb3c471becc82807486132e9e4a60fbb23c6 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Sat, 6 Oct 2018 14:42:11 -0500 Subject: [PATCH 05/17] Add UITextContentType values to AuthInputsView Improves #2066 Signed-off-by: Aaron Raimist --- .../AuthenticationViewController.xib | 12 ++++++------ .../Authentication/Views/AuthInputsView.xib | 14 +++++++------- .../Views/ForgotPasswordInputsView.xib | 14 +++++++------- Riot/SupportingFiles/Riot.entitlements | 1 + 4 files changed, 21 insertions(+), 20 deletions(-) diff --git a/Riot/Modules/Authentication/AuthenticationViewController.xib b/Riot/Modules/Authentication/AuthenticationViewController.xib index 1c6dac277..95b4eb970 100644 --- a/Riot/Modules/Authentication/AuthenticationViewController.xib +++ b/Riot/Modules/Authentication/AuthenticationViewController.xib @@ -1,11 +1,11 @@ - + - + @@ -102,13 +102,13 @@