mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
Merge pull request #11986 from nextcloud/issue-#11984
Changed Delete in Deleted Files to Delete Permanently
This commit is contained in:
commit
078296fd06
2 changed files with 4 additions and 1 deletions
|
@ -3,8 +3,10 @@
|
|||
Nextcloud Android client application
|
||||
|
||||
@author Tobias Kaminsky
|
||||
@author Ezhil Shanmugham
|
||||
Copyright (C) 2018 Tobias Kaminsky
|
||||
Copyright (C) 2018 Nextcloud GmbH.
|
||||
Copyright (C) 2023 Ezhil Shanmugham <ezhil56x.contact@gmail.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -28,7 +30,7 @@
|
|||
android:id="@+id/action_delete"
|
||||
android:orderInCategory="1"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/common_remove"
|
||||
android:title="@string/trashbin_file_remove"
|
||||
app:showAsAction="never"/>
|
||||
|
||||
</menu>
|
||||
|
|
|
@ -783,6 +783,7 @@
|
|||
<string name="trashbin_file_not_deleted">File %1$s could not be deleted!</string>
|
||||
<string name="trashbin_file_not_restored">File %1$s could not be restored!</string>
|
||||
<string name="trashbin_not_emptied">Files could not be deleted permanently!</string>
|
||||
<string name="trashbin_file_remove">Delete permanently</string>
|
||||
<string name="stream">Stream with…</string>
|
||||
<string name="stream_not_possible_headline">Internal streaming not possible</string>
|
||||
<string name="stream_not_possible_message">Please download media instead or use external app.</string>
|
||||
|
|
Loading…
Reference in a new issue