From f81d60f9a84ebe491b9343f4dfbdf0e893100cd3 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sat, 2 Nov 2019 16:39:47 +0100 Subject: change Pix-Art Messenger to Schulchat Messenger in strings --- build.gradle | 9 +++++++-- src/schulchat/res/values/strings.xml | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 src/schulchat/res/values/strings.xml diff --git a/build.gradle b/build.gradle index 2828e6db7..c276290a5 100644 --- a/build.gradle +++ b/build.gradle @@ -148,14 +148,19 @@ android { schulchat { dimension "mode" applicationId = 'de.schulchat.messenger' + resConfigs "en" + + versionCode = 1 + versionName = '1.0.0' + + archivesBaseName += "-$versionName" resValue "string", "applicationId", applicationId resValue "string", "app_name", "Schulchat Messenger" + buildConfigField("String", "DOMAIN_LOCK", '"kurswahl-online.de"') buildConfigField("String", "MAGIC_CREATE_DOMAIN", '"kurswahl-online.de"') buildConfigField("String", "LOGTAG", '"Schulchat_Messenger"') buildConfigField("boolean", "SHOW_INTRO", "false") - versionCode = 1 - versionName = '1.0.0' } playstore { dimension "distribution" diff --git a/src/schulchat/res/values/strings.xml b/src/schulchat/res/values/strings.xml new file mode 100644 index 000000000..776f7f09d --- /dev/null +++ b/src/schulchat/res/values/strings.xml @@ -0,0 +1,36 @@ + + + Schulchat Messenger has crashed + By sending in stack traces you are helping the ongoing development of Schulchat Messenger\nWarning: This will use your XMPP account to send the stack trace to the developer. + Schulchat Messenger 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 Schulchat Messenger afterwards.) + Schulchat Messenger 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. + By sending stack traces you are helping the ongoing development of Schulchat Messenger + Schulchat Messenger + Schulchat Messenger is downloading and installing the new version automatically.\n\nPlease wait… + Schulchat Messenger needs access to external storage + Schulchat Messenger wants to match your XMPP roster with your contacts to show their full names and avatars.\n\nSchulchat Messenger will only read your contacts and match them locally without uploading them to your server.\n\nYou will now be asked to grant permission to access your contacts. + Your device is doing some heavy battery optimizations on Schulchat Messenger 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 Schulchat Messenger that might lead to delayed notifications or even message loss.\n\nYou will now be asked to disable those. + Schulchat Messenger is unable to encrypt your messages because your contacts are not announcing their public keys.\n\n + Hello,\n\nthe user %s has invited you to Schulchat Messenger. If you are using Android, give it a try and click the following link to start over… + Let all your contacts know when use Schulchat Messenger + Invite to Schulchat Messenger + Schulchat Messenger will ask you to allow a few permissions. It is important that you allow all these permissions to use all features of this messenger. If you deny any of these permissions the app will close itself. + You have denied some or all permissions needed for Schulchat Messenger. Would you like to jump to the settings and allow these permissions? If you denie any of these permissions, the app will close itself. + Your operating system is restricting Schulchat Messenger from accessing the Internet when in background. To receive notifications of new messages you should allow Schulchat Messenger unrestricted access when Data saver is on.\n\nSchulchat Messenger will still make an effort to save data when possible. + Your device does not supporting disabling data saver for Schulchat Messenger. + Schulchat Messenger update service + To keep receiving notifications, even when the screen is turned off, you need to add Schulchat Messenger to the list of protected apps. + Schulchat Messenger needs access to the camera + Schulchat Messenger 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. + Schulchat Messenger needs access to the microphone + Schulchat Messenger needs access to location services + This notification category is used to display a permanent notification indicating that Schulchat Messenger is running. + Schulchat Messenger profile picture + Show map previews directly inside the chat view, a connection to the Schulchat-Server will be established. + Schulchat Messenger backup + The file you selected is not a Schulchat Messenger backup file + Welcome to\nSchulchat Messenger + What is XMPP / Jabber / Schulchat Messenger? + Schulchat Messenger will neither sell nor analyze your data and you decide which permissions you grant. + -- cgit v1.2.3