+ <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="sync_conflicts_in_favourites_ticker">Conflicts found</string>
+ <string name="sync_conflicts_in_favourites_content">%1$d kept-in-sync files could not be sync\'ed</string>
+ <string name="sync_fail_in_favourites_ticker">Kept-in-sync files failed</string>
+ <string name="sync_fail_in_favourites_content">Contents of %1$d files could not be sync\'ed (%2$d conflicts)</string>
+ <string name="sync_foreign_files_forgotten_ticker">Some local files were forgotten</string>
+ <string name="sync_foreign_files_forgotten_content">%1$d files out of the %2$s directory could not be copied into</string>
+ <string name="sync_foreign_files_forgotten_explanation">"As of version 1.3.16, files uploaded from this device are copied into the local %1$s folder to prevent data loss when a single file is synced with multiple accounts.\n\nDue to this change, all files uploaded in previous versions of this app were copied into the %2$s folder. However, an error prevented the completion of this operation during account synchronization. You may either leave the file(s) as is and remove the link to %3$s, or move the file(s) into the %1$s directory and retain the link to %4$s.\n\nListed below are the local file(s), and the the remote file(s) in %5$s they were linked to.</string>
+
+ <string name="foreign_files_move">"Move all"</string>
+ <string name="foreign_files_success">"All files were moved"</string>
+ <string name="foreign_files_fail">"Some files could not be moved"</string>
+ <string name="foreign_files_local_text">"Local: %1$s"</string>
+ <string name="foreign_files_remote_text">"Remote: %1$s"</string>
+
+ <string name="upload_query_move_foreign_files">There is not space enough to copy the selected files into the %1$s folder. Would like to move them into instead? </string>
+
+ <string name="use_ssl">Use Secure Connection</string>
+ <string name="location_no_provider">%1$s 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 your 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">Please, reenter your App PIN</string>
+ <string name="pincode_remove_your_pincode">Remove your App PIN</string>
+ <string name="pincode_mismatch">The App PINs are not the same</string>
+ <string name="pincode_wrong">Incorrect App PIN</string>
+ <string name="pincode_removed">App PIN removed</string>
+ <string name="pincode_stored">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 has 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">The Application cannot establish a secure connection to the server. A 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 server configuration</string>
+ <string name="auth_not_configured_message">It seems that your server 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">An unknown error occurred. Please contact support 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">Server instance not found</string>
+ <string name="auth_incorrect_path_message">Application couldn\'t find a server instance at the 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 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="auth_unauthorized">Invalid login / password</string>
+ <string name="auth_not_found">Wrong path given</string>
+ <string name="auth_internal">Internal server error, code %1$d</string>
+
+ <string name="crashlog_message">Application terminated unexpectedly. Would you like to submit a 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 server 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_folder_alert">"Do you really want to remove %1$s and its contents ?"</string>
+ <string name="confirmation_remove_local">Local only</string>
+ <string name="confirmation_remove_folder_local">Local contents 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">"Removal succeeded"</string>
+ <string name="remove_fail_msg">"Removal failed"</string>
+
+ <string name="rename_dialog_title">Enter a new name</string>
+ <string name="rename_local_fail_msg">"Local copy could not be renamed; try a different name"</string>
+ <string name="rename_server_fail_msg">"Rename could not be completed"</string>
+
+ <string name="sync_file_fail_msg">Remote file could not be checked</string>
+ <string name="sync_file_nothing_to_do_msg">File contents already synchronized</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 select the file from a different app"</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 valid dates are in the future</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="ssl_validator_btn_details_see">Details</string>
+ <string name="ssl_validator_btn_details_hide">Hide</string>
+ <string name="ssl_validator_label_subject">Issued to:</string>
+ <string name="ssl_validator_label_issuer">Issued by:</string>
+ <string name="ssl_validator_label_CN">Common name:</string>
+ <string name="ssl_validator_label_O">Organization:</string>
+ <string name="ssl_validator_label_OU">Organizational unit:</string>
+ <string name="ssl_validator_label_C">Country:</string>
+ <string name="ssl_validator_label_ST">State:</string>
+ <string name="ssl_validator_label_L">Location:</string>
+ <string name="ssl_validator_label_validity">Validity:</string>
+ <string name="ssl_validator_label_validity_from">From:</string>
+ <string name="ssl_validator_label_validity_to">To:</string>
+ <string name="ssl_validator_label_signature">Signature:</string>
+ <string name="ssl_validator_label_signature_algorithm">Algorithm:</string>
+
+ <string name="text_placeholder">This is a placeholder</string>
+
+ <string name="instant_upload_on_wifi">Upload pictures via WiFi only</string>
+ <string name="instant_upload_path">/InstantUpload</string>
+
+ <string name="conflict_title">Update conflict</string>
+ <string name="conflict_message">Remote file %s is not synchronized with local file. Continuing will replace content of file on server.</string>
+ <string name="conflict_keep_both">Keep both</string>
+ <string name="conflict_overwrite">Overwrite</string>
+ <string name="conflict_dont_upload">Don\'t upload</string>
+
+ <!-- we need to improve the communication of errors to the user -->
+ <string name="error__upload__local_file_not_copied">%1$s could not be copied to %2$s local directory</string>
+