From 47b3a072490903349922b565ec3b393a82f1c8a9 Mon Sep 17 00:00:00 2001 From: icewing Date: Thu, 5 Jun 2008 14:46:06 +0000 Subject: Marcus Povey * More text internationalised git-svn-id: https://code.elgg.org/elgg/trunk@804 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'languages') 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 -- cgit v1.2.3