Skip to content

Commit

Permalink
Clarify WebDAV insufficient-space error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Mar 6, 2025
1 parent 7c93247 commit 35b4c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zotero/Assets/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
"errors.sync_toolbar.internet_connection" = "Unable to connect to the network. Please try again.";
"errors.sync_toolbar.personal_quota_reached" = "You have reached your Zotero Storage quota. Some files were not uploaded. Other Zotero data will continue to sync.\n\nSee your zotero.org account settings for additional storage options.";
"errors.sync_toolbar.group_quota_reached" = "The group “%@” has reached its Zotero Storage quota. Some files were not uploaded. Other Zotero data will continue to sync.\n\nThe group owner can increase the group’s storage capacity from their storage settings on zotero.org.";
"errors.sync_toolbar.insufficient_space" = "You have insufficient space on your server. Some files were not uploaded. Other Zotero data will continue to sync to the online library.";
"errors.sync_toolbar.insufficient_space" = "You have insufficient space on your WebDAV server. Some files were not uploaded. Other Zotero data will continue to sync.";
"errors.sync_toolbar.quota_reached_short" = "Quota Reached.";
"errors.sync_toolbar.unavailable" = "Zotero services are temporarily unavailable. Please try again in a few minutes.";
"errors.sync_toolbar.webdav_error" = "Could not delete files from your WebDAV server: \"%@\".";
Expand Down

0 comments on commit 35b4c36

Please sign in to comment.