nextcloud-android/res/values/setup.xml
2013-10-16 09:37:28 +02:00

14 lines
446 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- App name -->
<string name="app_name">ownCloud</string>
<!-- Server URL -->
<string name="server_url"></string>
<bool name="show_server_url_input">true</bool>
<!-- Flags to setup the authentication methods available in the app -->
<string name="auth_method_oauth2">off</string>
<string name="auth_method_saml_web_sso">off</string>
</resources>