From 7eefa07052ba26535728b980095351f01c13d17d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= <epost@anotheragency.no> Date: Tue, 19 Sep 2017 18:56:22 +0000 Subject: [PATCH] =?UTF-8?q?Contact=20connections=20=E2=86=92=20contacts=20?= =?UTF-8?q?by=20us=20=E2=86=92=20on=20your=20side?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- briar-android/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/briar-android/src/main/res/values/strings.xml b/briar-android/src/main/res/values/strings.xml index 85710226c3..0e374ba1dc 100644 --- a/briar-android/src/main/res/values/strings.xml +++ b/briar-android/src/main/res/values/strings.xml @@ -22,7 +22,7 @@ <string name="startup_failed_notification_title">Briar could not start</string> <string name="startup_failed_notification_text">You may need to reinstall Briar.</string> <string name="startup_failed_activity_title">Briar Startup Failure</string> - <string name="startup_failed_db_error">For some reason, your Briar database is corrupted beyond repair. Your account, your data and all your contact connections are lost. Unfortunately, you need to reinstall Briar und set up a new account.</string> + <string name="startup_failed_db_error">For some reason, your Briar database is corrupted beyond repair. Your account, your data and all your contacts are lost. Unfortunately, you need to reinstall Briar und set up a new account.</string> <string name="startup_failed_service_error">Briar was unable to start a required plugin. Reinstalling Briar usually solves this problem. However, please note that you will then lose your account and all data associated with it since Briar is not using central servers to store your data on.</string> <plurals name="expiry_warning"> <item quantity="one">This is a beta version of Briar. Your account will expire in %d day and cannot be renewed.</item> @@ -111,7 +111,7 @@ <string name="camera_error">Camera error</string> <string name="connecting_to_device">Connecting to device\u2026</string> <string name="authenticating_with_device">Authenticating with device\u2026</string> - <string name="connection_aborted_local">Connection aborted by us! This could mean that someone is trying to interfere with your connection</string> + <string name="connection_aborted_local">Connection aborted on your side! This could mean that someone is trying to interfere with your connection</string> <string name="connection_aborted_remote">Connection aborted by your contact! This could mean that someone is trying to interfere with your connection</string> <!-- Introductions --> -- GitLab