You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/nls/root/strings.js
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,12 @@ define({
185
185
"CONFIRM_DELETE_TITLE": "Confirm Delete",
186
186
"CONFIRM_FILE_DELETE": "Are you sure you want to delete the file <span class='dialog-filename'>{0}</span>?",
187
187
"CONFIRM_FOLDER_DELETE": "Are you sure you want to delete the folder <span class='dialog-filename'>{0}</span>?",
188
+
"CONFIRM_FILE_DELETE_TRASH": "Are you sure you want to delete the file <span class='dialog-filename'>{0}</span>?<br>You can restore this file from the trash.",
189
+
"CONFIRM_FOLDER_DELETE_TRASH": "Are you sure you want to delete the folder <span class='dialog-filename'>{0}</span>?<br>You can restore this folder from the trash.",
190
+
"CONFIRM_FILE_DELETE_RECYCLE_BIN": "Are you sure you want to delete the file <span class='dialog-filename'>{0}</span>?<br>You can restore this file from the Recycle Bin.",
191
+
"CONFIRM_FOLDER_DELETE_RECYCLE_BIN": "Are you sure you want to delete the folder <span class='dialog-filename'>{0}</span>?<br>You can restore this folder from the Recycle Bin.",
192
+
"MOVE_TO_TRASH": "Move to Trash",
193
+
"MOVE_TO_RECYCLE_BIN": "Move to Recycle Bin",
188
194
"FILE_DELETED_TITLE": "File Deleted",
189
195
"EXT_MODIFIED_WARNING": "<span class='dialog-filename'>{0}</span> has been modified on disk outside of {APP_NAME}.<br /><br />Do you want to save the file and overwrite those changes?",
190
196
"EXT_MODIFIED_MESSAGE": "<span class='dialog-filename'>{0}</span> has been modified on disk outside of {APP_NAME}, but also has unsaved changes in {APP_NAME}.<br /><br />Which version do you want to keep?",
0 commit comments