|
@@ -150,6 +150,7 @@
|
|
|
<string name="uploader_upload_failed_ticker">Upload failed</string>
|
|
|
<string name="uploader_upload_failed_content_single">Could not upload %1$s</string>
|
|
|
<string name="uploader_upload_failed_credentials_error">Upload failed, you need to log in again</string>
|
|
|
+ <string name="uploads_view_upload_status_failed_ssl_certificate_not_trusted">Server certificate is not trusted</string>
|
|
|
<string name="uploads_view_title">Uploads</string>
|
|
|
<string name="uploads_view_group_current_uploads">Current</string>
|
|
|
<string name="uploads_view_group_failed_uploads">Failed / Pending restart</string>
|
|
@@ -186,7 +187,15 @@
|
|
|
<string name="sync_fail_content_unauthorized">Wrong password for %1$s</string>
|
|
|
<string name="sync_conflicts_in_favourites_ticker">Conflicts found</string>
|
|
|
<string name="sync_fail_in_favourites_ticker">Kept-in-sync files failed</string>
|
|
|
+ <plurals name="sync_fail_in_favourites_content">
|
|
|
+ <item quantity="one">Contents of %1$d file could not be sync\'ed (conflicts: %2$d)</item>
|
|
|
+ <item quantity="other">Contents of %1$d files could not be sync\'ed (conflicts: %2$d)</item>
|
|
|
+ </plurals>
|
|
|
<string name="sync_foreign_files_forgotten_ticker">Some local files were forgotten</string>
|
|
|
+ <plurals name="sync_foreign_files_forgotten_content">
|
|
|
+ <item quantity="one">%1$d file out of the %2$s folder could not be copied into</item>
|
|
|
+ <item quantity="other">%1$d files out of the %2$s folder could not be copied into</item>
|
|
|
+ </plurals>
|
|
|
<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 with earlier 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 delete the link to %3$s, or move the file(s) into the %1$s folder and retain the link to %4$s.\n\nListed below are the local file(s), and the remote file(s) in %5$s they were linked to.</string>
|
|
|
<string name="sync_current_folder_was_removed">The folder %1$s does not exist anymore</string>
|
|
|
<string name="foreign_files_move">Move all</string>
|
|
@@ -291,6 +300,7 @@
|
|
|
<string name="oauth_check_onoff">Log in with OAuth 2.0</string>
|
|
|
<string name="oauth_login_connection">Connecting to OAuth 2.0 server…</string>
|
|
|
|
|
|
+ <string name="ssl_validator_header">The identity of the server 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>
|
|
@@ -452,6 +462,14 @@
|
|
|
|
|
|
<string name="username">Username</string>
|
|
|
|
|
|
+ <plurals name="file_list__footer__folder">
|
|
|
+ <item quantity="one">%1$d folder</item>
|
|
|
+ <item quantity="other">%1$d folders</item>
|
|
|
+ </plurals>
|
|
|
+ <plurals name="file_list__footer__file">
|
|
|
+ <item quantity="one">%1$d file</item>
|
|
|
+ <item quantity="other">%1$d files</item>
|
|
|
+ </plurals>
|
|
|
<string name="set_picture_as">Use picture as</string>
|
|
|
<string name="set_as">Set As</string>
|
|
|
|