mirror of
https://github.com/sismics/docs.git
synced 2026-02-19 18:48:49 +00:00
Android: Document deleting
This commit is contained in:
@@ -34,4 +34,10 @@
|
||||
android:title="@string/download_document">
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:id="@+id/delete_document"
|
||||
app:showAsAction="collapseActionView"
|
||||
android:title="@string/delete_document">
|
||||
</item>
|
||||
|
||||
</menu>
|
||||
@@ -79,6 +79,10 @@
|
||||
<string name="error_editing_document">Network error, please try again</string>
|
||||
<string name="document_editing_title">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>
|
||||
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user