nextcloud-talk-android/app/src/main/res/values/setup.xml

18 lines
788 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Set before a release -->
<string name="nc_talk_database_encryption_key">mario</string>
<string name="nc_talk_login_scheme">nc</string>
<string name="nc_app_name">Nextcloud Talk</string>
<string name="nc_server_product_name">Nextcloud</string>
<string name="nc_push_server_url">https://push-notifications.nextcloud.com</string>
<!-- Will not be shown if empty -->
<string name="nc_privacy_url">https://nextcloud.com/privacy/</string>
<string name="nc_gpl3_url">https://www.gnu.org/licenses/gpl-3.0.en.html</string>
<string name="nc_source_code_url">https://github.com/nextcloud/talk-android</string>
<string name="nc_providers_url">https://nextcloud.com/providers</string>
</resources>