aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-09-21 12:22:32 +0200
committerChristian Schneppe <christian@pix-art.de>2019-09-21 12:22:32 +0200
commit041351b176843d9ba0be2813a16e4623ebfeee65 (patch)
treed297eb81f4d262d9ef7b5c391c7779770193ce26 /src/main/res/values/strings.xml
parent82ff5d12389321fe7effae29269f902e16f54179 (diff)
introduce app intro and some help screens
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml22
1 files changed, 20 insertions, 2 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 47dfc1b9b..c7c819540 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -546,7 +546,7 @@
<string name="import_database">Import backup</string>
<string name="invite_again">Invite again</string>
<string name="inviteUser_Subject">has invited you via</string>
- <string name="InviteText">Hello,\n\nthe user %s has invited you to Pix-Art Messenger. If you are using Android, give it a try and click the following link to start over...</string>
+ <string name="InviteText">Hello,\n\nthe user %s has invited you to Pix-Art Messenger. If you are using Android, give it a try and click the following link to start over…</string>
<string name="pref_broadcast_last_activity">Broadcast Last User Interaction</string>
<string name="pref_broadcast_last_activity_summary">Let all your contacts know when use Pix-Art Messenger</string>
<string name="invite_user">Invite to Pix-Art Messenger</string>
@@ -579,7 +579,7 @@
<string name="show_error_message">Show error message</string>
<string name="error_message">Error Message</string>
<string name="data_saver_enabled">Data saver enabled</string>
- <string name="data_saver_enabled_explained">Your operating system is restricting Pix-Art Messenger from accessing the Internet when in background. To receive notifications of new messages you should allow Pix-Art Messenger unrestricted access when Data saver is on.\\nPix-Art Messenger will still make an effort to save data when possible.</string>
+ <string name="data_saver_enabled_explained">Your operating system is restricting Pix-Art Messenger from accessing the Internet when in background. To receive notifications of new messages you should allow Pix-Art Messenger unrestricted access when Data saver is on.\n\nPix-Art Messenger will still make an effort to save data when possible.</string>
<string name="device_does_not_support_data_saver">Your device does not supporting disabling data saver for Pix-Art Messenger.</string>
<string name="add_to_contact_list">Add to contact list</string>
<string name="contact">Contact</string>
@@ -941,4 +941,22 @@
<string name="pref_use_invidious">Replace YouTube links with Invidious</string>
<string name="pref_use_invidious_summary">Invidious is a privacy friendly alternative to YouTube</string>
<string name="this_device">This device</string>
+ <string name="intro_desc_main">Learn how to use Pix-Art Messenger.</string>
+ <string name="welcome_header">Welcome to Pix-Art Messenger</string>
+ <string name="intro_permissions">Permissions</string>
+ <string name="intro_desc_permissions">Pix-Art Messenger will ask you for granting a few permissions. We need to have at least access to your external storage. Any other permissions are requested as required. Note: We will ask you for contacts permissions to read Jabber-IDs from your addressbook. We will not share, upload or copy any of your contacts.</string>
+ <string name="intro_account">Your account</string>
+ <string name="intro_desc_account">To start over, you will need an own account. This works like e-mail works. If you have an own account, just login with your Jabber-ID and password. If you would like to create a new account, you have the choice between choosing a suggested server from the drop-down menu or use a custom one. You have also the possibility to import an existing account into the app.</string>
+ <string name="intro_start_chatting">Start chatting</string>
+ <string name="intro_desc_start_chatting">Congratulations! But how about chatting? Just add Jabber-IDs of your contacts, or if you have given contacts permissions and Jabber-IDs in your addressbook they will be shown up. You can also add or join group chats or join public channels.</string>
+ <string name="intro_desc_open_chat">Now you can start chatting, share locations, files, videos and images or send voice messages.</string>
+ <string name="intro_chat_details">Chat details</string>
+ <string name="intro_desc_chat_details">You want to open the chat details? Just tip on the chat name in the menu bar on the top.</string>
+ <string name="intro_highlight_user">Highlight user</string>
+ <string name="intro_desc_highlight_user">If you want to highlight a user in a group chat just touch the users avatar in the chat. Alternatively, especially if the user is not in the chat, switch to the chat details and look for the user in the participants list. A long touch on the users avatar will show up a popup menu where you can highlight the user.</string>
+ <string name="intro_desc_open_chat_details">You have opened the chat details. Here you can see the details of the chat, change the new message notification behaviour, add or remove the chat from your contact list and much more.</string>
+ <string name="pref_show_intro_summary">Show the intro screens again</string>
+ <string name="pref_show_intro">Show intro again</string>
+ <string name="show_intro_again">Intro screens will be shown again</string>
+ <string name="show_intro_again_failed">Resetting intro screens failed. Try again…</string>
</resources>