diff options
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 14 | ||||
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 1 |
2 files changed, 7 insertions, 8 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index d127cf299..51b408d63 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -174,14 +174,12 @@ $lang['conf_upload_maxheight_thumbnail_error'] = 'Maximum height authorized for // Configuration -> session $lang['conf_session_title'] = 'Sessions'; -$lang['conf_cookies'] = 'Authorize cookies'; -$lang['conf_cookies_info'] = 'Users won\'t have to log on each visit any more. Less secure.'; -$lang['conf_session_size'] = 'Identifier size'; -$lang['conf_session_size_info'] = '- the longer your identifier is, the more secure your site is<br />- enter a number between 4 and 50'; -$lang['conf_session_size_error'] = 'the session identifier size must be an integer value between 4 and 50'; -$lang['conf_session_time'] = 'validity period'; -$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'; -$lang['conf_session_time_error'] = 'the session time must be an integer value between 5 and 60'; +$lang['conf_auth_method'] = 'Authentication method'; +$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)'; +$lang['URI'] = 'URI'; +$lang['cookie'] = 'cookie'; +$lang['conf_authorize_remembering'] = 'Authorize remembering'; +$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)'; // Configuration -> metadata $lang['conf_metadata_title'] = 'Metadata'; diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index 72ef8ca75..c0427ea9e 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -292,4 +292,5 @@ $lang['standard_deviation'] = 'STD'; $lang['random_cat'] = 'random pictures'; $lang['random_cat_hint'] = 'Displays a set of random pictures'; $lang['picture_high'] = 'Click on the picture to see it in high definition'; +$lang['remember_me'] = 'remember me'; ?>
\ No newline at end of file |