1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-24 15:11:38 +00:00

Android: file upload background service

This commit is contained in:
jendib
2015-01-08 00:34:57 +01:00
parent 5befef2992
commit 790453047d
4 changed files with 168 additions and 4 deletions

View File

@@ -83,6 +83,12 @@
<string name="delete_document_title">Delete document</string>
<string name="delete_document_message">Really delete this document and all associated files?</string>
<string name="document_delete_failure">Network error while deleting this document</string>
<string name="document_deleting_message">Deleting document</string>
<string name="error_reading_file">Error while reading the file</string>
<string name="upload_notification_title">Adding a file</string>
<string name="upload_notification_message">Uploading the new file to the document</string>
<string name="upload_notification_completed">File upload completed</string>
<string name="upload_notification_error">Error uploading the new file</string>
</resources>