aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-10-04 12:48:15 +0200
committerChristian Schneppe <christian@pix-art.de>2018-10-04 12:48:15 +0200
commit1b22c877ef9aa850a70f0c0a948fc7d7c6b009c3 (patch)
treef334638977f8ba2d418df2a946d4872f4d37cd28 /src/main/res/values
parenta403752131ed093d6079be57976ca980acd8d62c (diff)
replace barcode with QR code in strings
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/strings.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 28a0b3156..75d3dfc14 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -295,8 +295,8 @@
<string name="send_again">Send again</string>
<string name="file_url">File URL</string>
<string name="url_copied_to_clipboard">URL copied to clipboard</string>
- <string name="scan_qr_code">Scan barcode</string>
- <string name="show_qr_code">Show barcode</string>
+ <string name="scan_qr_code">Scan QR code</string>
+ <string name="show_qr_code">Show QR code</string>
<string name="show_block_list">Show block list</string>
<string name="account_details">Account details</string>
<string name="verify_otr">Verify OTR</string>
@@ -611,19 +611,19 @@
<string name="this_device_has_been_verified">This device has been verified</string>
<string name="copy_fingerprint">Copy fingerprint</string>
<string name="all_omemo_keys_have_been_verified">All OMEMO keys have been verified</string>
- <string name="barcode_does_not_contain_fingerprints_for_this_conversation">Barcode does not contain fingerprints for this conversation.</string>
+ <string name="barcode_does_not_contain_fingerprints_for_this_conversation">QR code does not contain fingerprints for this conversation.</string>
<string name="verified_fingerprints">Verified fingerprints</string>
- <string name="use_camera_icon_to_scan_barcode">Use the camera to scan a contacts barcode</string>
+ <string name="use_camera_icon_to_scan_barcode">Use the camera to scan a contacts QR code</string>
<string name="please_wait_for_keys_to_be_fetched">Please wait for keys to be fetched</string>
- <string name="share_as_barcode">Share as Barcode</string>
+ <string name="share_as_barcode">Share as QR code</string>
<string name="share_as_uri">Share as XMPP URI</string>
<string name="share_as_http">Share as HTTP link</string>
<string name="blindly_trusted_omemo_keys">Blindly trusted OMEMO keys</string>
<string name="pref_blind_trust_before_verification">Blind Trust Before Verification</string>
<string name="pref_blind_trust_before_verification_summary">Automatically trust all new devices from contacts that haven’t been verified before.</string>
<string name="not_trusted">Untrusted</string>
- <string name="invalid_barcode">Invalid barcode</string>
- <string name="verify_with_qr_code">verify with barcode</string>
+ <string name="invalid_barcode">Invalid QR code</string>
+ <string name="verify_with_qr_code">verify with QR code</string>
<string name="i_followed_this_link_from_a_trusted_source">I followed this link from a trusted source</string>
<string name="verifying_omemo_keys_trusted_source">You are about to verify the OMEMO keys of %1$s after clicking a link. This is only secure if you followed this link from a trusted source where only %2$s could have published this link.</string>
<string name="verify_omemo_keys">Verify OMEMO fingerprints</string>