1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-29 17:41:44 +00:00

Android: file delete

This commit is contained in:
jendib
2015-01-14 23:31:53 +01:00
parent c9210c39c4
commit 6fa0b8494e
7 changed files with 157 additions and 4 deletions

View File

@@ -77,17 +77,22 @@
<string name="save">Save</string>
<string name="edit_document">Edit document</string>
<string name="error_editing_document">Network error, please try again</string>
<string name="document_editing_title">Please wait</string>
<string name="please_wait">Please wait</string>
<string name="document_editing_message">Sending your data</string>
<string name="delete_document">Delete document</string>
<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="delete_file_title">Delete file</string>
<string name="delete_file_message">Really delete the current file?</string>
<string name="file_delete_failure">Network error while deleting the current file</string>
<string name="file_deleting_message">Deleting file</string>
<string name="error_reading_file">Error while reading the file</string>
<string name="upload_notification_title">Sismics Docs</string>
<string name="upload_notification_message">Uploading the new file to the document</string>
<string name="upload_notification_error">Error uploading the new file</string>
<string name="delete_file">Delete current file</string>
</resources>