mirror of
https://github.com/bitfireAT/davx5-ose.git
synced 2025-12-23 23:17:50 -05:00
Update http error message strings (#1745)
This commit is contained in:
@@ -462,8 +462,8 @@
|
||||
<string name="debug_info_server_error">Server Error</string>
|
||||
<string name="debug_info_webdav_error">WebDAV Error</string>
|
||||
<string name="debug_info_io_error">I/O Error</string>
|
||||
<string name="debug_info_http_403_description">The request has been denied. Check involved resources and debug info for details.</string>
|
||||
<string name="debug_info_http_404_description">The requested resource doesn\'t exist (anymore). Check involved resources and debug info for details.</string>
|
||||
<string name="debug_info_http_403_description">The request has been denied by the server.</string>
|
||||
<string name="debug_info_http_404_description">The requested resource doesn\'t exist (anymore).</string>
|
||||
<string name="debug_info_http_405_description">The server doesn\'t allow the requested type of operation.</string>
|
||||
<string name="debug_info_http_5xx_description">A server-side problem occurred. Please contact your server support.</string>
|
||||
<string name="debug_info_unexpected_error">An unexpected error has occurred. View debug info for details.</string>
|
||||
|
||||
Reference in New Issue
Block a user