diff options
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/defaults.xml | 25 | ||||
-rw-r--r-- | src/main/res/values/strings.xml | 3 |
2 files changed, 28 insertions, 0 deletions
diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml index 512a60138..e8e0c9206 100644 --- a/src/main/res/values/defaults.xml +++ b/src/main/res/values/defaults.xml @@ -236,5 +236,30 @@ <item>blabber.im</item> <item>buzon.uy</item> </string-array> + + <string-array name="support_domains"> + <item>pix-art.de</item> + <item>blabber.im</item> + <item>jabber.de</item> + <item>dismail.de</item> + <item>draugr.de</item> + <item>conversations.im</item> + <item>jabber.at</item> + <item>jabber-germany.de</item> + <item>jabjab.de</item> + <item>jabber.fr</item> + </string-array> + <string-array name="support_site"> + <item>https://jabber.pix-art.de/impressum/</item> + <item>https://blabber.im/en/kontakt/</item> + <item>https://www.jabber.de/support/</item> + <item>https://dismail.de/contact.html</item> + <item>https://www.draugr.de/kontakt/</item> + <item>https://conversations.im/#support</item> + <item>https://jabber.at/account/password/reset/</item> + <item>https://jabber-germany.de/impressum.html</item> + <item>https://jabjab.de/kontakt.php</item> + <item>https://jabberfr.org/contact/</item> + </string-array> </resources> diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index e8c2dd0b8..d4dd1c5cf 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -887,4 +887,7 @@ <string name="notification_backup_failed_subtitle">The backup files could not be stored in %s</string> <string name="search_participants">Search participants</string> <string name="file_too_large">File too large</string> + <string name="mgmt_account_password_forgotten">Password forgotten</string> + <string name="password_forgotten_title">Password forgotten</string> + <string name="password_forgotten_text">You have forgotten your account password? We will now try to open the support website of your provider.</string> </resources> |