+ <string name="sync_string_contacts">Contacts</string>
+ <string name="sync_fail_ticker">Synchronization failed</string>
+ <string name="sync_fail_content">Synchronization of %1$s could not be completed</string>
+ <string name="use_ssl">Use Secure Connection</string>
+ <string name="location_no_provider">ownCloud cannot track your device. Please check your location settings</string>
+
+ <string name="pincode_enter_pin_code">Please, insert your App PIN</string>
+ <string name="pincode_enter_new_pin_code">Please, insert your new App PIN</string>
+ <string name="pincode_configure_your_pin">Enter ownCloud App PIN</string>
+ <string name="pincode_configure_your_pin_explanation">The PIN will be requested every time the app is started</string>
+ <string name="pincode_reenter_your_pincode">Reenter ownCloud App PIN, please</string>
+ <string name="pincode_remove_your_pincode">Remove your ownCloud App PIN</string>
+ <string name="pincode_mismatch">Both ownCloud App PIN are not the same</string>
+ <string name="pincode_wrong">Incorrect ownCloud App PIN</string>
+ <string name="pincode_removed">ownCloud App PIN removed</string>
+ <string name="pincode_stored">ownCloud App PIN stored</string>
+
+ <string-array name="prefs_trackmydevice_intervall_keys">
+ <item>15 Minutes</item>
+ <item>30 Minutes</item>
+ <item>60 Minutes</item>
+ </string-array>
+
+ <string-array name="prefs_trackmydevice_intervall_values">
+ <item>15</item>
+ <item>30</item>
+ <item>60</item>
+ </string-array>
+ <string name="auth_trying_to_login">Trying to login…</string>
+ <string name="auth_no_net_conn_title">No network connection</string>
+ <string name="auth_no_net_conn_message">No network connection have been detected, check your Internet connection and try again.</string>
+ <string name="auth_connect_anyway">Connect anyway</string>
+ <string name="auth_nossl_plain_ok_title">Secure connection unavailable.</string>
+ <string name="auth_nossl_plain_ok_message">Application couldn\'t establish a secure connection to server. Although non secure connection is available. You may continue or cancel.</string>
+ <string name="auth_connection_established">Connection established</string>
+ <string name="auth_testing_connection">Testing connection…</string>
+ <string name="auth_not_configured_title">Malformed ownCloud configuration</string>
+ <string name="auth_not_configured_message">It seems that your ownCloud instance is not correctly configured. Contact your administrator for more details.</string>
+ <string name="auth_unknown_error_title">Unknown error occurred!</string>
+ <string name="auth_unknown_error_message">Unknown error occurred. Please contact authors and include logs from your device.</string>
+ <string name="auth_unknown_host_title">Couldn\'t find host</string>
+ <string name="auth_unknown_host_message">Couldn\'t find the entered host. Please check hostname and server availability and try again.</string>
+ <string name="auth_incorrect_path_title">ownCloud instance not found</string>
+ <string name="auth_incorrect_path_message">Application couldn\'t find ownClound instance at given path. Please check your path and try again.</string>
+ <string name="auth_timeout_title">The server took too long to respond</string>
+ <string name="auth_incorrect_address_title">Malformed URL</string>
+ <string name="auth_ssl_general_error_title">SSL initialization failed</string>
+ <string name="auth_ssl_unverified_server_title">Unverified SSL server\'s identity</string>
+ <string name="auth_bad_oc_version_title">Unrecognized ownCloud server version</string>
+ <string name="auth_wrong_connection_title">Couldn\'t establish connection</string>
+ <string name="auth_secure_connection">Secure connection established</string>
+ <string name="auth_login_details">Login details</string>
+
+ <string name="crashlog_message">Application terminated unexpectedly. Would you like to submit crash report?</string>
+ <string name="crashlog_send_report">Send report</string>
+ <string name="crashlog_dont_send_report">Don\'t send report</string>
+
+ <string name="extensions_avail_title">Extensions available!</string>
+ <string name="extensions_avail_message">Looks like your ownCloud instance is supporting advanced extensions. Would you like to see extensions available for android ?</string>
+ <string name="fd_keep_in_sync">Keep file up to date</string>
+ <string name="common_share">Share</string>
+ <string name="common_rename">Rename</string>
+ <string name="common_remove">Remove</string>
+
+ <string name="confirmation_remove_alert">"Do you really want to remove %1$s ?"</string>
+ <string name="confirmation_remove_local">Local only</string>
+ <string name="confirmation_remove_remote">Remove from server</string>
+ <string name="confirmation_remove_remote_and_local">Remote and local</string>
+
+ <string name="remove_success_msg">"Successful removal"</string>
+ <string name="remove_fail_msg">"Removal could not be completed"</string>
+
+ <string name="rename_local_fail_msg">"Local copy could not be renamed; try a differente new name"</string>
+ <string name="rename_server_fail_msg">"Rename could not be completed"</string>
+
+ <string name="create_dir_fail_msg">Directory could not be created</string>
+
+ <string name="wait_a_moment">Wait a moment</string>
+
+ <string name="filedisplay_unexpected_bad_get_content">"Unexpected problem ; please, try other app to select the file"</string>
+ <string name="filedisplay_no_file_selected">No file was selected</string>
+
+ <string name="ssl_validator_title">Warning</string>
+ <string name="ssl_validator_header">The identity of the site could not be verified</string>
+ <string name="ssl_validator_reason_cert_not_trusted">- The server certificate is not trusted</string>
+ <string name="ssl_validator_reason_cert_expired">- The server certificate expired</string>
+ <string name="ssl_validator_reason_cert_not_yet_valid">- The server certificate is too young</string>
+ <string name="ssl_validator_reason_hostname_not_verified">- The URL does not match the hostname in the certificate</string>
+ <string name="ssl_validator_certificate_not_available">The server certificate could not be obtained</string>
+ <string name="ssl_validator_question">Do you want to trust this certificate anyway?</string>
+ <string name="ssl_validator_not_saved">The certificate could not be saved</string>
+
+ <string name="text_placeholder">This is a placeholder</string>
+
+ <string name="instant_upload_on_wifi">Upload pictures via WiFi only</string>