diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-05 14:46:06 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-05 14:46:06 +0000 |
commit | 47b3a072490903349922b565ec3b393a82f1c8a9 (patch) | |
tree | 9f0dbe0776dbb45f8704563d38ca2bbc02fa6ee3 /languages | |
parent | 31c42efb3fad99bef4916cfedfc99395ebfb087f (diff) | |
download | elgg-47b3a072490903349922b565ec3b393a82f1c8a9.tar.gz elgg-47b3a072490903349922b565ec3b393a82f1c8a9.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* More text internationalised
git-svn-id: https://code.elgg.org/elgg/trunk@804 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-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
|