Sync all strings and fix compilation issue.
This commit is contained in:
parent
b731d9a4a3
commit
011d375b44
70 changed files with 229 additions and 227 deletions
|
|
@ -1,5 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="crypto_event_authenticity_mismatched_sender">"The sender of the event does not match the owner of the device that sent it."</string>
|
||||
<string name="crypto_event_authenticity_not_guaranteed">"The authenticity of this encrypted message can\'t be guaranteed on this device."</string>
|
||||
<string name="crypto_event_authenticity_previously_verified">"Encrypted by a previously-verified user."</string>
|
||||
<string name="crypto_event_authenticity_sent_in_clear">"Not encrypted."</string>
|
||||
<string name="crypto_event_authenticity_unknown_device">"Encrypted by an unknown or deleted device."</string>
|
||||
<string name="crypto_event_authenticity_unsigned_device">"Encrypted by a device not verified by its owner."</string>
|
||||
<string name="crypto_event_authenticity_unverified_identity">"Encrypted by an unverified user."</string>
|
||||
<string name="emoji_picker_category_activity">"Activities"</string>
|
||||
<string name="emoji_picker_category_flags">"Flags"</string>
|
||||
<string name="emoji_picker_category_foods">"Food & Drink"</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue