|
236 | 236 | <string name="error_edit_activity_killed_by_android">Android finished the edit mode because it needed more system resources for other apps.</string> |
237 | 237 |
|
238 | 238 | <string name="error_dialog_title">Oh no - What now? π</string> |
| 239 | + <string name="error_dialog_tip_parsing_failed">The response of your server could not be parsed as expected. Make sure you have enabled the Deck app on your Nextcloud server.</string> |
239 | 240 | <string name="error_dialog_tip_token_mismatch_retry">Please try to force close the app and restart it again. There might have been an incorrect connection to the Nextcloud app.</string> |
240 | | - <string name="error_dialog_tip_clear_storage_might_help">If the issue persists, try to clear the storage of both apps: Nextcloud and Nextcloud Deck to solve this issue.</string> |
| 241 | + <string name="error_dialog_tip_clear_storage_might_help">If the issue persists, try to clear the storage of both apps: Nextcloud and Nextcloud Deck and reimport your account.</string> |
241 | 242 | <string name="error_dialog_tip_database_upgrade_failed">The upgrade of the database failed. Please report the issue and clear the storage to use the app normally.</string> |
242 | 243 | <string name="error_dialog_tip_clear_storage">You can clear the storage by opening the app info and selecting Storage β Clear storage.</string> |
243 | 244 | <string name="error_dialog_tip_offline_no_internet">It looks like you tried to trigger a synchronization without an internet connection.</string> |
|
254 | 255 | <string name="error_dialog_check_maintenance">Please check whether your Nextcloud instance is not currently in maintenance mode.</string> |
255 | 256 | <string name="error_dialog_insufficient_storage">Your Nextcloud instance has no free storage left. Please delete some files to sync your local changes into your cloud.</string> |
256 | 257 | <string name="error_dialog_we_need_info">We need the following technical information to help you:</string> |
257 | | - <string name="error_dialog_redirect">Your server did respond with a HTTP 302 status code, which implies, that you do not have installed the Deck app on your server or something is misconfigured. This can be caused by custom overrides in a .htaccess-file or by Nextcloud apps like OID Client.</string> |
| 258 | + <string name="error_dialog_redirect">Your server did respond with an HTTP 302 status code, which implies, that you do not have installed the Deck app on your server or something is misconfigured. This can be caused by custom overrides in a .htaccess-file or by Nextcloud apps like OID Client.</string> |
258 | 259 | <string name="error_dialog_version_not_parsable">We could not determine the version of the server side Deck app. Please make sure it is installed and enabled.</string> |
259 | 260 | <string name="error_dialog_account_might_not_be_authorized">The account of your Nextcloud app might no longer be authorized.</string> |
260 | 261 | <string name="error_dialog_user_not_found_in_database">The current user does not match the user we have in our database. If you are using LDAP on your Nextcloud instance, your Nextcloud app might have stored an old user ID.</string> |
|
0 commit comments