diff --git a/.tx/config b/.tx/config index f828b7130..87b7a29db 100644 --- a/.tx/config +++ b/.tx/config @@ -6,3 +6,9 @@ lang_map = af_ZA: af-rZA, am_ET: am-rET, ar_AE: ar-rAE, ar_BH: ar-rBH, ar_DZ: ar file_filter = src/main/res/values-/strings.xml source_file = src/main/res/values/strings.xml source_lang = en + +[conversations.quicksy-strings] +file_filter = src/quicksy/res/values-/strings.xml +source_file = src/quicksy/res/values/strings.xml +source_lang = en +type = ANDROID diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 6b8a43749..ddbd31426 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -312,7 +312,6 @@ Account details Confirm Try again - Conversations Keep service in foreground Prevents the operating system from killing your connection Export history diff --git a/src/quicksy/res/values/strings.xml b/src/quicksy/res/values/strings.xml new file mode 100644 index 000000000..75ad580ed --- /dev/null +++ b/src/quicksy/res/values/strings.xml @@ -0,0 +1,22 @@ + + + Quicksy has crashed + By sending in stack traces you are helping the ongoing development of Quicksy\nWarning: This will use your XMPP account to send the stack trace to the developer. + Quicksy utilizes a third party app called OpenKeychain to encrypt and decrypt messages and to manage your public keys.\n\nOpenKeychain is licensed under GPLv3 and available on F-Droid and Google Play.\n\n(Please restart Quicksy afterwards.) + Quicksy is unable to encrypt your messages because your contact is not announcing his or hers public key.\n\nPlease ask your contact to setup OpenPGP. + Quicksy is unable to encrypt your messages because your contacts are not announcing their public key.\n\nPlease ask your contacts to setup OpenPGP. + The length of time Quicksy keeps quiet after seeing activity on another device + By sending in stack traces you are helping the ongoing development of Quicksy + Touch to open Quicksy + Quicksy needs access to external storage + Quicksy needs access to the camera + Your device is doing some heavy battery optimizations on Quicksy that might lead to delayed notifications or even message loss.\nIt is recommended to disable those. + Your device is doing some heavy battery optimizations on Quicksy that might lead to delayed notifications or even message loss.\n\nYou will now be asked to disable those. + Let all your contacts know when you use Quicksy + Your operating system is restricting Quicksy from accessing the Internet when in background. To receive notifications of new messages you should allow Quicksy unrestricted access when Data saver is on.\nQuicksy will still make an effort to save data when possible. + Your device does not support disabling Data saver for Quicksy. + To keep receiving notifications, even when the screen is turned off, you need to add Quicksy to the list of protected apps. + Quicksy is unable to send encrypted messages to %1$s. This may be due to your contact using an outdated server or client that can not handle OMEMO. + Quicksy needs access to the microphone + This notification category is used to display a permanent notification indicating that Quicksy is running. + \ No newline at end of file