Display a message about pads deleted from the server

This commit is contained in:
yflory
2018-01-26 12:26:58 +01:00
parent 7f21b8a566
commit 86144eda22
4 changed files with 10 additions and 2 deletions

View File

@@ -417,6 +417,7 @@ define(function () {
"This will remove your CryptDrive and its history from your browser, but your pads will still exist (encrypted) on our server.";
out.fm_padIsOwned = "You are the owner of this pad";
out.fm_padIsOwnedOther = "This pad is owned by another user";
out.fm_deletedPads = "These pads no longer exist on the server, they've been removed from your CryptDrive: {0}";
// File - Context menu
out.fc_newfolder = "New folder";
out.fc_rename = "Rename";