diff options
author | plegall <plg@piwigo.org> | 2004-12-20 22:03:04 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2004-12-20 22:03:04 +0000 |
commit | 7543485ba84b14cf928184b5c7de40772fe3c04f (patch) | |
tree | fee9d958cbf341aff2a005f10a2db3180804a38e /language/en_UK.iso-8859-1 | |
parent | c19f01d77c990962baef1906ac0ed60280324b77 (diff) |
- restricted access mode deleted : set all your categories as private
instead
git-svn-id: http://piwigo.org/svn/trunk@651 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK.iso-8859-1')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index dac80109e..971f155e6 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -41,8 +41,6 @@ $lang['storage'] = 'Directory'; $lang['edit'] = 'Edit'; $lang['authorized'] = 'Authorized'; $lang['forbidden'] = 'Forbidden'; -$lang['free'] = 'Free'; -$lang['restricted'] = 'Restricted'; $lang['public'] = 'public'; $lang['private'] = 'private'; $lang['metadata']='Metadata'; @@ -152,7 +150,6 @@ $lang['conf_prefix'] = 'Thumbnail prefix'; $lang['conf_prefix_info'] = 'Thumbnails use this prefix. Do not fill if your not sure.'; $lang['conf_prefix_error'] = 'Thumbnail\'s prefix must only contain characters among : a to z (case insensitive), "-" or "_"'; $lang['conf_access'] = 'Access type'; -$lang['conf_access_info'] = '- free : anyone can enter the site, any visitor can create an account in order to customize the appareance of the website<br />- restricted : the webmaster create accounts. Only registered users can enter the site'; $lang['conf_log_info'] = 'Keep an history of visits on your website ? Visits will be shown in the history section of the administration panel'; $lang['conf_notification'] = 'Mail notification'; $lang['conf_notification_info'] = 'Automated mail notification for adminsitrators (and only for them) when a user add a comment or upload a picture.'; |