diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-23 17:21:10 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-23 17:21:10 +0000 |
commit | 913466084496c5b3a561f632fb6eb8697ed49dbb (patch) | |
tree | 9f1870c41d235f057ff4a0570dabc238ee2eed74 /languages/en.php | |
parent | f13ffaf15ac87e1a465167c02edf374e3683e828 (diff) | |
download | elgg-913466084496c5b3a561f632fb6eb8697ed49dbb.tar.gz elgg-913466084496c5b3a561f632fb6eb8697ed49dbb.tar.bz2 |
Added a plugin hook and translations for previous.
git-svn-id: https://code.elgg.org/elgg/trunk@707 36083f99-b078-4883-b0ff-0f9b5a30f544
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 2a5b21086..1e3f34885 100644 --- a/languages/en.php +++ b/languages/en.php @@ -34,6 +34,14 @@ 'passwordagain' => "Password (again for verification)",
/**
+ * Access
+ */
+
+ 'PRIVATE' => "Private",
+ 'LOGGED_IN' => "Logged in users",
+ 'PUBLIC' => "Public",
+
+ /**
* Dashboard
*/
|