|
146 | 146 | "Error050": { |
147 | 147 | "message": "E050: Failsafe: The current sync run would delete {0}% of your local links in this profile. Refusing to execute. Disable this failsafe in the profile settings if you want to proceed anyway. If you didn't cause this, you can use the manual sync buttons to override the server state with the local state on this device. If you believe this is a bug, please reach out to the developers with the debug log of this run." |
148 | 148 | }, |
| 149 | + "Error051": { |
| 150 | + "message": "E051: Could not authenticate with Dropbox. Please connect floccus with your Dropbox account again." |
| 151 | + }, |
| 152 | + "Error052": { |
| 153 | + "message": "E052: OAuth error. Token validation error. Please reconnect your Dropbox Account." |
| 154 | + }, |
| 155 | + "Error053": { |
| 156 | + "message": "E053: Could not search for your file name in your Dropbox" |
| 157 | + }, |
| 158 | + "Error054": { |
| 159 | + "message": "E054: Could not get template for Dropbox" |
| 160 | + }, |
149 | 161 | "LabelWebdavurl": { |
150 | 162 | "message": "WebDAV URL" |
151 | 163 | }, |
|
169 | 181 | }, |
170 | 182 | "DescriptionBookmarksfilegoogle": { |
171 | 183 | "message": "the file name of the bookmarks file that will reside in your Google Drive. Do not enter the full file path, only the file name. Make sure this name is unique in your Drive. e.g. mybookmarks.xbel" |
| 184 | + }, |
| 185 | + "DescriptionBookmarksfiledropbox": { |
| 186 | + "message": "the file name of the bookmarks file that will reside in your Dropbox. Do not enter the full file path, only the file name. Make sure this name is unique in your Dropbox. e.g. mybookmarks.xbel" |
172 | 187 | }, |
173 | 188 | "DescriptionBookmarksfilegit": { |
174 | 189 | "message": "a path to the bookmarks file relative to your Git repository root (all folders in the path must already exist). e.g. personal_stuff/bookmarks.xbel" |
|
567 | 582 | "DescriptionLoggedingoogle": { |
568 | 583 | "message": "You have connected your Google account to store the bookmark sync file in your Google Drive." |
569 | 584 | }, |
| 585 | + "LabelAdapterdropbox": { |
| 586 | + "message": "Dropbox" |
| 587 | + }, |
| 588 | + "DescriptionAdapterdropbox": { |
| 589 | + "message": "Sync bookmarks via an (optionally encrypted) file that is stored in your Dropbox. It can sync http, ftp, data, file and javascript bookmarks. You can choose to use end-to-end encryption when using this option." |
| 590 | + }, |
| 591 | + "LabelLogindropbox": { |
| 592 | + "message": "Login with Dropbox" |
| 593 | + }, |
| 594 | + "DescriptionLogindropbox": { |
| 595 | + "message": "Connect your Dropbox account to store the bookmark sync file in your Dropbox." |
| 596 | + }, |
| 597 | + "DescriptionLoggedindropbox": { |
| 598 | + "message": "You have connected your Dropbox account to store the bookmark sync file in your Dropbox." |
| 599 | + }, |
570 | 600 | "LabelPassphrase": { |
571 | 601 | "message": "Passphrase" |
572 | 602 | }, |
|
699 | 729 | "LabelGoogledrivesetup": { |
700 | 730 | "message": "Login to Google Drive" |
701 | 731 | }, |
| 732 | + "LabelDropboxsetup": { |
| 733 | + "message": "Login to Dropbox" |
| 734 | + }, |
702 | 735 | "LabelSyncfoldersetup": { |
703 | 736 | "message": "Which Folders do you want to sync?" |
704 | 737 | }, |
|
0 commit comments