diff options
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 063823c87..92eb2af77 100644 --- a/languages/en.php +++ b/languages/en.php @@ -70,6 +70,14 @@ 'ImportException:NotAllImported' => "Not all elements were imported.", 'InvalidParameterException:UnrecognisedFileMode' => "Unrecognised file mode '%s'", + 'InvalidParameterException:MissingOwner' => "All files must have an owner!", + 'IOException:CouldNotMake' => "Could not make %s", + 'IOException:MissingFileName' => "You must specify a name before opening a file.", + 'ClassNotFoundException:NotFoundNotSavedWithFile' => "Filestore not found or class not saved with file!", + 'NotificationException:NoNotificationMethod' => "No notification method specified.", + 'NotificationException:NoHandlerFound' => "No handler found for '%s' or it was not callable.", + 'NotificationException:ErrorNotifyingGuid' => "There was an error while notifying %d", + 'NotificationException:NoEmailAddress' => "Could not get the email address for GUID:%d", /**
* User details
|