mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
Define strings for failes uploads/downloads with credentials errors
This commit is contained in:
parent
600dd05778
commit
0a7f748902
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,7 @@
|
|||
<string name="uploader_upload_succeeded_content_single">%1$s was successfully uploaded</string>
|
||||
<string name="uploader_upload_failed_ticker">Upload failed</string>
|
||||
<string name="uploader_upload_failed_content_single">Upload of %1$s could not be completed</string>
|
||||
<string name="uploader_upload_failed_credentials_error">Upload failed, you need to relogin</string>
|
||||
<string name="downloader_download_in_progress_ticker">Downloading …</string>
|
||||
<string name="downloader_download_in_progress_content">%1$d%% Downloading %2$s</string>
|
||||
<string name="downloader_download_succeeded_ticker">Download succeeded</string>
|
||||
|
@ -93,6 +94,7 @@
|
|||
<string name="downloader_download_failed_ticker">Download failed</string>
|
||||
<string name="downloader_download_failed_content">Download of %1$s could not be completed</string>
|
||||
<string name="downloader_not_downloaded_yet">Not downloaded yet</string>
|
||||
<string name="downloader_download_failed_credentials_error">Download failed, you need to relogin</string>
|
||||
<string name="common_choose_account">Choose account</string>
|
||||
<string name="sync_fail_ticker">Synchronization failed</string>
|
||||
<string name="sync_fail_content">Synchronization of %1$s could not be completed</string>
|
||||
|
|
Loading…
Reference in a new issue