Changeset 541 for trunk/language


Ignore:
Timestamp:
Oct 3, 2004, 1:12:50 AM (20 years ago)
Author:
z0rglub
Message:
  • deletion of session_time and session_id_size as config parameter
  • new feature : "remember me" creates a long time cookie
  • possibility to set the default authentication method to URI or cookie
  • really technical parameters (session identifier size, session duration) are set in the config file and not in database + configuration.php
Location:
trunk/language/en_UK.iso-8859-1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK.iso-8859-1/admin.lang.php

    r534 r541  
    175175// Configuration -> session
    176176$lang['conf_session_title'] = 'Sessions';
    177 $lang['conf_cookies'] = 'Authorize cookies';
    178 $lang['conf_cookies_info'] = 'Users won\'t have to log on each visit any more. Less secure.';
    179 $lang['conf_session_size'] = 'Identifier size';
    180 $lang['conf_session_size_info'] = '- the longer your identifier is, the more secure your site is<br />- enter a number between 4 and 50';
    181 $lang['conf_session_size_error'] = 'the session identifier size must be an integer value between 4 and 50';
    182 $lang['conf_session_time'] = 'validity period';
    183 $lang['conf_session_time_info'] = '- the shorter the validity period is, the more secure your site is<br />- enter a number between 5 and 60, in minutes';
    184 $lang['conf_session_time_error'] = 'the session time must be an integer value between 5 and 60';
     177$lang['conf_auth_method'] = 'Authentication method';
     178$lang['conf_auth_method_info'] = 'The default authentication method can be URI (session identifier in the gallery links) or cookie (no session identifier in links but needs cookies to be authorized by web browser)';
     179$lang['URI'] = 'URI';
     180$lang['cookie'] = 'cookie';
     181$lang['conf_authorize_remembering'] = 'Authorize remembering';
     182$lang['conf_authorize_remembering_info'] = 'Permits user to log for a long time. It creates a cookie on client side, with duration set in include/config.inc.php (1 year per default)';
    185183
    186184// Configuration -> metadata
  • trunk/language/en_UK.iso-8859-1/common.lang.php

    r539 r541  
    293293$lang['random_cat_hint'] = 'Displays a set of random pictures';
    294294$lang['picture_high'] = 'Click on the picture to see it in high definition';
     295$lang['remember_me'] = 'remember me';
    295296?>
Note: See TracChangeset for help on using the changeset viewer.