diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-06 12:09:30 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-06 12:09:30 +0000 |
commit | 76fa718b15d832d4635bbcd4328a4d38cc8105a1 (patch) | |
tree | 851a4606370b77ccbb6d84d7a36c55da94fc9e74 /languages/en.php | |
parent | 0b32313f26f9bb3a299a870ea1615d9c3ebefd26 (diff) | |
download | elgg-76fa718b15d832d4635bbcd4328a4d38cc8105a1.tar.gz elgg-76fa718b15d832d4635bbcd4328a4d38cc8105a1.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* More internationalisation
git-svn-id: https://code.elgg.org/elgg/trunk@821 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 86136a574..374e59340 100644 --- a/languages/en.php +++ b/languages/en.php @@ -84,6 +84,8 @@ 'DatabaseException:UnspecifiedQueryType' => "Unrecognised or unspecified query type.", 'DatabaseException:NoTablesSpecified' => "No tables specified for query.", 'DatabaseException:NoACL' => "No access control was provided on query", + + 'InvalidParameterException:NoEntityFound' => "No entity found, it either doesn't exist or you don't have access to it.", /**
* User details
|