update strings
This commit is contained in:
parent
8dc0f9b7d0
commit
4f42ce93e0
3 changed files with 8 additions and 8 deletions
|
@ -33,13 +33,13 @@
|
|||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86_64"
|
||||
"value": "x86"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 15003,
|
||||
"versionCode": 15002,
|
||||
"versionName": "1.7.8",
|
||||
"outputFile": "monocles chat-1.7.8-git-x86_64-release.apk"
|
||||
"outputFile": "monocles chat-1.7.8-git-x86-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
|
@ -59,13 +59,13 @@
|
|||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86"
|
||||
"value": "x86_64"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 15002,
|
||||
"versionCode": 15003,
|
||||
"versionName": "1.7.8",
|
||||
"outputFile": "monocles chat-1.7.8-git-x86-release.apk"
|
||||
"outputFile": "monocles chat-1.7.8-git-x86_64-release.apk"
|
||||
}
|
||||
],
|
||||
"elementType": "File"
|
||||
|
|
|
@ -556,7 +556,7 @@
|
|||
<string name="magic_create_text">Wir erstellen nun mit dir gemeinsam ein Profil mit einem zufällig generierten Kennwort, welches du benutzen oder auf der nächsten Seite ändern kannst\nDanach kannst du mit Kontakten auf diesem und anderen Servern in Kontakt treten, indem du ihnen deine XMPP-Adresse mitteilst.</string>
|
||||
<string name="monocles_account_details">
|
||||
\n Dies beinhaltet:
|
||||
\n ● zwei Monate verschlüsselte Chat-Speicher
|
||||
\n ● Verschlüsselter Chat-Speicher
|
||||
\n ● E-Mail mit 2 GB verschlüsseltem Speicher
|
||||
\n
|
||||
\n optional:
|
||||
|
|
|
@ -520,7 +520,7 @@
|
|||
<string name="share_uri_with">Share URI with…</string>
|
||||
<string name="mgmt_account_reconnect">Reconnect</string>
|
||||
<string name="welcome_text">…is a privacy respecting and secure chat client.</string>
|
||||
<string name="monocles_account_details">This includes:\n● one month encrypted temporary chat storage\n● e-mail with 2 GB encrypted storage\n\n optionally: \n● 4 GB cloud storage (nextcloud)\n● calendar and contact sync\n● a secure conferencing tool \n and more on <a href="https://monocles.eu/more/">https://monocles.eu/more/</a></string>
|
||||
<string name="monocles_account_details">This includes:\n● encrypted chat storage\n● e-mail with 2 GB encrypted storage\n\n optionally: \n● 4 GB cloud storage (nextcloud)\n● calendar and contact sync\n● a secure conferencing tool \n and more on <a href="https://monocles.eu/more/">https://monocles.eu/more/</a></string>
|
||||
<string name="your_full_jid_will_be">Your chat address will be: %s</string>
|
||||
<string name="create_account">Create new account</string>
|
||||
<string name="welcome_existing_account">I have an account</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue