"scan qr code" wordings (#2146)

* pass qr-code strings to core (as qr code images are generated in core now)

* shorter wording of qr code hints

* quote group name as done in most other places
This commit is contained in:
bjoern
2021-11-25 12:09:10 +01:00
committed by GitHub
parent 1223bd1f32
commit 1b68e13d9c
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -775,9 +775,9 @@
<string name="qrshow_x_verified">%1$s verified.</string>
<string name="qrshow_x_has_joined_group">%1$s joined the group.</string>
<string name="qrshow_join_group_title">QR Invite Code</string>
<string name="qrshow_join_group_hint">Scan this to join the group \"%1$s\".</string>
<string name="qrshow_join_group_hint">Scan to join group \"%1$s\"</string>
<string name="qrshow_join_contact_title">QR Invite Code</string>
<string name="qrshow_join_contact_hint">Scan this to set up a contact with %1$s.</string>
<string name="qrshow_join_contact_hint">Scan to chat with %1$s</string>
<string name="qrshow_join_contact_no_connection_hint">QR code setup requires an internet connection. Please connect to a network before proceeding.</string>
<string name="qrshow_join_contact_no_connection_toast">No internet connection, can\'t perform QR code setup.</string>
<string name="qraccount_ask_create_and_login">Create new e-mail address on \"%1$s\" and log in there?</string>
@@ -199,6 +199,8 @@ public class DcHelper {
dcContext.setStockTranslation(116, context.getString(R.string.part_of_total_used));
dcContext.setStockTranslation(117, context.getString(R.string.secure_join_started));
dcContext.setStockTranslation(118, context.getString(R.string.secure_join_replies));
dcContext.setStockTranslation(119, context.getString(R.string.qrshow_join_contact_hint));
dcContext.setStockTranslation(120, context.getString(R.string.qrshow_join_group_hint));
}
public static File getImexDir() {