Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve welcome message and Google Play description #226

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions src/main/res/values/google_playstore_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,16 @@
<string name="gp_translation_version" translatable="false">3</string>

<!-- Translations must begin here -->
<string name="gp_short_description">Nextcloud SMS synchronize your local SMS on your Nextcloud instance</string>
<string name="gp_short_description">Nextcloud SMS synchronizes your local text messagse (SMS) to your Nextcloud instance</string>
<string name="gp_description">
Nextcloud SMS application synchronize your SMS messages on a remote Nextcloud instance and let you read your messages from it.
Nextcloud SMS synchronizes your text messages (SMS) to a remote Nextcloud instance, letting you read your messages from Nextcloud.

It also makes it possible to restore messages from Nextcloud.

Sending SMS from Nextcloud instance will coming in a future release.
Note: to function, Nextcloud SMS requires the Phone Sync (aka ocsms) app to be installed on Nextcloud.

Sending text messages from a Nextcloud instance will come in a future release.

Application is fully compatible from Android 4.0 to 6.0
This application is fully compatible with Android 4.0 to 8.0
</string>
</resources>
2 changes: 1 addition & 1 deletion src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
<string name="ma_title_rate_us">Rate us!</string>
<string name="ma_title_add_account">Add an account</string>
<string name="ma_title_welcome">Welcome</string>
<string name="ma_content_welcome">Welcome to Nextcloud SMS application. This application let you synchronize your SMS to your Nextcloud instance using SMS app.</string>
<string name="ma_content_welcome">Welcome to the Nextcloud SMS application.\nThis application lets you synchronize your text messages (SMS) to a Nextcloud server.\n To get started, open the menu on the left and choose "Add an account", then pick Nextcloud SMS and enter your server details.\n\n Note: the Nextcloud server must be running the <a href="https://apps.nextcloud.com/apps/ocsms">Phone Sync SMS app</a>. Please ensure the app is installed on your Nextcloud server or ask your server admin to install it. </string>
<string name="ma_title_remote_account">Remote account</string>
<string name="choose_account">Choose account</string>

Expand Down