Improve translations

Moved labels.xml into strings.xml as they are handled by Weblate and it was a mess anyway.
This commit is contained in:
2018-02-21 15:05:08 +01:00
parent 61e0a12a50
commit c1af65732a
6 changed files with 31 additions and 54 deletions

View File

@@ -108,7 +108,6 @@ As an alternative you could configure a trusted node in the settings, but as of
<string name="status_draft">draft</string>
<string name="status_sent">sent</string>
<string name="status_received">received</string>
<string name="outbox">Outbox</string>
<string name="error_unsupported_encoding">Unsupported encoding %s, using SIMPLE instead.</string>
<string name="select_encoding_warning">EXTENDED is a new message format that\'s not widely supported yet but has some interesting features. To stay on the save side, select SIMPLE.</string>
<string name="select_encoding_title">Select Message Encoding</string>
@@ -127,4 +126,12 @@ As an alternative you could configure a trusted node in the settings, but as of
<string name="got_it">Got it</string>
<string name="select_encoding">Select encoding</string>
<string name="from">From</string>
<string name="invalid_wif_file">The file could not be processed</string>
<string name="inbox">Inbox</string>
<string name="outbox">Outbox</string>
<string name="draft">Drafts</string>
<string name="sent">Sent</string>
<string name="unread">Unread</string>
<string name="trash">Trash</string>
<string name="broadcasts">Broadcasts</string>
</resources>