mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-23 06:13:04 +00:00
Enhance connection error messages
Handle each exception in OCHttpClient::execute separately to help diagnose
This commit is contained in:
@@ -183,4 +183,5 @@
|
||||
<string name="no_confirm">No</string>
|
||||
<string name="pref_show_sync_notifications">Show sync notifications</string>
|
||||
<string name="sync_complete">Synchronisation complete</string>
|
||||
<string name="err_sync_http_write_failed">Error #19: Failed to write HTTP stream when pushing data to server.</string>
|
||||
</resources>
|
||||
|
||||
@@ -159,5 +159,6 @@
|
||||
<string name="no_confirm">No</string>
|
||||
<string name="pref_show_sync_notifications">Show sync notifications</string>
|
||||
<string name="sync_complete">Synchronization complete</string>
|
||||
<string name="err_sync_http_write_failed">Error #19: Failed to write HTTP stream when pushing data to server.</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -183,4 +183,5 @@
|
||||
<string name="no_confirm">Non</string>
|
||||
<string name="pref_show_sync_notifications">Afficher les notifications de synchronisation</string>
|
||||
<string name="sync_complete">Synchronisation terminée</string>
|
||||
<string name="err_sync_http_write_failed">Erreur #19: échec d\'écriture du flux HTTP lors de la poussée d\'informations vers le serveur.</string>
|
||||
</resources>
|
||||
|
||||
@@ -272,4 +272,5 @@
|
||||
<string name="no_confirm">No</string>
|
||||
<string name="pref_show_sync_notifications">Show sync notifications</string>
|
||||
<string name="sync_complete">Synchronization complete</string>
|
||||
<string name="err_sync_http_write_failed">Error #19: Failed to write HTTP stream when pushing data to server.</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user