Add the storage limit warning in the toolbar

This commit is contained in:
yflory
2017-04-27 18:46:46 +02:00
parent 197b366712
commit bf7c7c45d0
7 changed files with 67 additions and 1 deletions

View File

@@ -57,6 +57,10 @@ define(function () {
out.orangeLight = "Your slow connection may impact your experience";
out.redLight = "You are disconnected from the session";
out.pinLimitReached = "You've reached your storage limit";
out.pinLimitReachedAlert = "You've reached your storage limit. This pad won't be stored in your CryptDrive.<br>" +
"To fix this problem, you can either remove pads from your CryptDrive (including the trash) or subscribe to a premium offer to increase your limit.";
out.importButtonTitle = 'Import a pad from a local file';
out.exportButtonTitle = 'Export this pad to a local file';