diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2015-08-24 21:15:47 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-08-24 21:15:47 +0200 |
commit | 730a5c644bbacea3189479ef067b3ebbd7dcffd6 (patch) | |
tree | f92d98fefe7cb2c11db68a61e0cb9e6a92ce5b0a /src/main/res/values-cs | |
parent | 865e08401b3b6642a761b720f69ea26d04992384 (diff) |
renamed plain text to unencrypted. fixes #1331
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values-cs/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/values-cs/strings.xml b/src/main/res/values-cs/strings.xml index 2cdf06a9..8fb7babb 100644 --- a/src/main/res/values-cs/strings.xml +++ b/src/main/res/values-cs/strings.xml @@ -76,7 +76,7 @@ <string name="delete_messages">Smazat zprávy</string> <string name="also_end_conversation">Poté ukončit i tuto konverzaci</string> <string name="choose_presence">Vybrat aktualizaci stavu pro kontakt</string> - <string name="send_plain_text_message">Poslat textovou zprávu</string> + <string name="send_unencrypted_message">Poslat textovou zprávu</string> <string name="send_otr_message">Poslat OTR šifrovanou zprávu</string> <string name="send_omemo_message">Poslat OMEMO šifrovanou zprávu</string> <string name="send_pgp_message">Poslat OpenPGP šifrovanou zprávu</string> @@ -150,7 +150,7 @@ <string name="account_status_regis_not_sup">Server nepodporuje registrace</string> <string name="account_status_security_error">Bezpečnostní chyba</string> <string name="account_status_incompatible_server">Nekompatibilní server</string> - <string name="encryption_choice_none">Čistý text</string> + <string name="encryption_choice_unencrypted">Čistý text</string> <string name="encryption_choice_otr">OTR</string> <string name="encryption_choice_pgp">OpenPGP</string> <string name="encryption_choice_omemo">OMEMO</string> |