aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-storage.c')
-rw-r--r--shell/e-storage.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-storage.c b/shell/e-storage.c
index 0dc4d9a2f4..ec6ea67d6a 100644
--- a/shell/e-storage.c
+++ b/shell/e-storage.c
@@ -507,6 +507,8 @@ e_storage_result_to_string (EStorageResult result)
return _("I/O error");
case E_STORAGE_NOSPACE:
return _("Not enough space to create the folder");
+ case E_STORAGE_NOTEMPTY:
+ return _("The folder is not empty");
case E_STORAGE_NOTFOUND:
return _("The specified folder was not found");
case E_STORAGE_NOTIMPLEMENTED:
@@ -521,6 +523,8 @@ e_storage_result_to_string (EStorageResult result)
return _("The specified folder cannot be modified or removed");
case E_STORAGE_CANTMOVETODESCENDANT:
return _("Cannot make a folder a child of one of its descendants");
+ case E_STORAGE_INVALIDNAME:
+ return _("Cannot create a folder with that name");
default:
return _("Unknown error");
}