2013-07-25 19:29:52 +04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2013-10-17 18:54:43 +04:00
|
|
|
<!-- App name and other strings-->
|
2016-06-07 11:31:12 +03:00
|
|
|
<string name="app_name">Nextcloud</string>
|
2016-06-09 20:15:52 +03:00
|
|
|
<string name="account_type">nextcloud</string> <!-- better if was a domain name; but changing it now would require
|
2016-06-07 11:31:12 +03:00
|
|
|
migrate accounts when the app is updated -->
|
2016-06-09 20:15:52 +03:00
|
|
|
<string name="authority">org.nextcloud</string> <!-- better if was the app package with ".provider" appended ; it identifies the provider -->
|
2015-12-19 15:30:37 +03:00
|
|
|
<string name="document_provider_authority">org.nextcloud.documents</string>
|
2016-06-09 20:15:52 +03:00
|
|
|
<string name ="db_file">nextcloud.db</string>
|
|
|
|
<string name ="db_name">nextcloud</string>
|
|
|
|
<string name ="data_folder">nextcloud</string>
|
|
|
|
<string name ="log_name">nextcloud</string>
|
2016-06-07 11:31:12 +03:00
|
|
|
<string name ="default_display_name_for_root_folder">Nextcloud</string>
|
2016-07-12 15:50:43 +03:00
|
|
|
<string name ="user_agent">Mozilla/5.0 (Android) ownCloud-android/%1$s</string>
|
2013-10-16 11:37:28 +04:00
|
|
|
|
2013-10-25 11:44:26 +04:00
|
|
|
<!-- URLs and flags related -->
|
2013-10-29 17:36:09 +04:00
|
|
|
<string name="server_url"></string>
|
2013-07-25 19:29:52 +04:00
|
|
|
<bool name="show_server_url_input">true</bool>
|
2013-11-06 14:30:15 +04:00
|
|
|
<bool name="show_welcome_link">true</bool>
|
2016-06-22 20:14:19 +03:00
|
|
|
<string name="welcome_link_url">"https://nextcloud.com"</string>
|
2014-01-17 17:35:00 +04:00
|
|
|
<string name="share_api_link"></string>
|
2013-07-25 19:29:52 +04:00
|
|
|
|
|
|
|
<!-- Flags to setup the authentication methods available in the app -->
|
|
|
|
<string name="auth_method_oauth2">off</string>
|
2013-08-27 16:58:56 +04:00
|
|
|
<string name="auth_method_saml_web_sso">off</string>
|
2013-07-25 19:29:52 +04:00
|
|
|
|
2014-02-19 13:33:27 +04:00
|
|
|
<!-- Flags to enable/disable some features -->
|
|
|
|
<string name = "send_files_to_other_apps">on</string>
|
2016-04-25 15:21:15 +03:00
|
|
|
<bool name = "share_via_link_feature">true</bool>
|
|
|
|
<bool name = "share_with_users_feature">true</bool>
|
2014-02-19 13:33:27 +04:00
|
|
|
|
|
|
|
|
2013-10-11 17:14:41 +04:00
|
|
|
<!-- Colors -->
|
2016-06-26 23:59:28 +03:00
|
|
|
<color name="login_text_color">@color/white</color>
|
|
|
|
<color name="login_text_hint_color">#7fC0E3</color>
|
2015-08-18 18:48:10 +03:00
|
|
|
<color name="login_background_color">#FFFFFF</color>
|
|
|
|
<color name="login_logo_background_color">#FFFFFF</color>
|
2015-11-04 12:51:43 +03:00
|
|
|
<color name="background_color">#FFFFFF</color>
|
2016-06-07 11:31:12 +03:00
|
|
|
<color name="actionbar_start_color">#0082c9</color>
|
|
|
|
<color name="actionbar_end_color">#0082c9</color>
|
2015-12-22 19:22:24 +03:00
|
|
|
<color name="primary_button_background_color">@color/owncloud_blue_accent</color>
|
|
|
|
<color name="primary_button_text_color">@color/white</color>
|
|
|
|
<color name="secondary_button_background_color">#D6D7D7</color>
|
2016-01-29 12:53:05 +03:00
|
|
|
<color name="secondary_button_text_color">@color/black</color>
|
2015-12-14 14:50:52 +03:00
|
|
|
<color name="drawer_header_color">@color/owncloud_blue_accent</color>
|
2015-12-22 19:22:24 +03:00
|
|
|
|
2013-10-25 17:06:10 +04:00
|
|
|
<!-- Button -->
|
2013-10-31 19:59:38 +04:00
|
|
|
<color name="button_text_color">#000000</color>
|
2016-06-23 22:10:58 +03:00
|
|
|
|
|
|
|
<!-- Multiselect backgrounds -->
|
|
|
|
<color name="action_mode_background">#757575</color>
|
|
|
|
<color name="action_mode_status_bar_background">#616161</color>
|
|
|
|
<color name="selected_item_background">#ECECEC</color>
|
|
|
|
|
2013-10-14 14:55:21 +04:00
|
|
|
<!-- Multiaccount support -->
|
2013-10-29 17:36:09 +04:00
|
|
|
<bool name="multiaccount_support">true</bool>
|
2013-10-14 14:55:21 +04:00
|
|
|
|
2013-10-16 10:56:41 +04:00
|
|
|
<!-- Help, imprint and feedback -->
|
2016-09-07 18:37:33 +03:00
|
|
|
<bool name="calendar_contacts_enabled">true</bool>
|
2014-02-17 16:11:28 +04:00
|
|
|
<bool name="help_enabled">true</bool>
|
2013-10-29 17:36:09 +04:00
|
|
|
<bool name="imprint_enabled">false</bool>
|
2014-02-17 16:11:28 +04:00
|
|
|
<bool name="recommend_enabled">true</bool>
|
|
|
|
<bool name="feedback_enabled">true</bool>
|
2016-05-13 18:22:34 +03:00
|
|
|
<bool name="logger_enabled">false</bool>
|
2016-07-01 18:46:25 +03:00
|
|
|
<string name="url_help">https://help.nextcloud.com/c/feature</string>
|
2013-10-29 17:36:09 +04:00
|
|
|
<string name="url_imprint"></string>
|
2013-10-16 10:56:41 +04:00
|
|
|
<string name="mail_recommend">"mailto:"</string>
|
2016-07-01 18:46:25 +03:00
|
|
|
<string name="mail_feedback">"mailto:android@nextcloud.com"</string>
|
2016-07-02 20:59:30 +03:00
|
|
|
<string name="url_app_download">"https://play.google.com/store/apps/details?id=com.nextcloud.client"</string>
|
2016-09-05 17:22:03 +03:00
|
|
|
<string name="url_server_install">https://nextcloud.com/install</string>
|
2013-10-16 10:56:41 +04:00
|
|
|
|
2014-09-11 14:39:24 +04:00
|
|
|
<!--Destination mail for sending log files -->
|
|
|
|
<string name="mail_logger"></string>
|
2014-09-04 11:06:14 +04:00
|
|
|
|
2016-09-04 00:13:34 +03:00
|
|
|
<!-- Participate links -->
|
2016-09-04 22:12:03 +03:00
|
|
|
<string name="fdroid_beta_link" translatable="false">https://f-droid.org/repository/browse/?fdid=com.nextcloud.android.beta</string>
|
|
|
|
<string name="beta_apk_link" translatable="false">https://github.com/nextcloud/android/raw/beta/apks/latest.apk</string>
|
|
|
|
<string name="play_store_register_beta" translatable="false">https://play.google.com/apps/testing/com.nextcloud.client</string>
|
|
|
|
<string name="fdroid_link" translatable="false">https://f-droid.org/repository/browse/?fdid=com.nextcloud.client</string>
|
|
|
|
<string name="irc_weblink" translatable="false">http://webchat.freenode.net?channels=nextcloud-mobile</string>
|
|
|
|
<string name="help_link" translatable="false">https://help.nextcloud.com/c/clients/android</string>
|
2016-09-08 14:34:54 +03:00
|
|
|
<string name="translation_link" translatable="false">https://www.transifex.com/nextcloud/nextcloud/android/</string>
|
2016-09-04 22:12:03 +03:00
|
|
|
<string name="contributing_link" translatable="false">https://github.com/nextcloud/android/blob/master/CONTRIBUTING.md</string>
|
2016-09-06 20:36:02 +03:00
|
|
|
<string name="report_issue_link" translatable="false">https://github.com/nextcloud/android/issues</string>
|
2016-09-04 00:13:34 +03:00
|
|
|
|
2013-07-25 19:29:52 +04:00
|
|
|
</resources>
|
2013-10-16 10:56:41 +04:00
|
|
|
|
2013-10-25 15:55:15 +04:00
|
|
|
|