diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-12-13 01:05:38 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-12-13 01:05:38 +0000 |
commit | 74e5d80e899562b6505ce7c4865041448b22470d (patch) | |
tree | e47fae00cc013e4626081cc66f38ce43e1d40dd4 /language/en_UK.iso-8859-1/admin.lang.php | |
parent | 5046b3c2105bdfae23d6835c110606ea9e7ff055 (diff) |
- feature 599: option to forbid user registration
- 1 language cleanup
- added page_forbidden function (sends 403)
git-svn-id: http://piwigo.org/svn/trunk@1652 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK.iso-8859-1/admin.lang.php')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index d439cbe51..55c99117b 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -48,6 +48,7 @@ $lang['Add a user'] = 'Add a user'; $lang['Add group'] = 'Add group'; $lang['Add selected elements to caddie'] = 'Add selected elements to caddie'; $lang['Add'] = 'Add'; +$lang['Allow user registration'] = 'Allow user registration'; $lang['Apply to subcategories'] = 'Apply to subcategories'; $lang['Are you sure?'] = 'Are you sure?'; $lang['Associated'] = 'Associated'; @@ -152,7 +153,6 @@ $lang['Rate date'] = 'Rate date'; $lang['Rating by guests'] = 'Rating by guests'; $lang['Rating'] = 'Rating'; $lang['Recent period'] = 'Recent period'; -$lang['Registration date'] = 'Registration date'; $lang['Reject All'] = 'Reject All'; $lang['Reject'] = 'Reject'; $lang['Representant'] = 'Representant'; |