11 lines
795 B
INI
11 lines
795 B
INI
; @package Joomla
|
|
; @subpackage plgSystemRedirect
|
|
; @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
|
|
; @license GNU General Public License version 2 or later; see LICENSE.txt
|
|
|
|
PLG_REMEMBER_XML_DESCRIPTION="Provides remember me functionality"
|
|
PLG_SYSTEM_REMEMBER="System - Remember Me"
|
|
PLG_SYSTEM_REMEMBER_FIELD_COOKIE_LIFETIME_DESC="The number of days until the Remember Me cookie will expire. Other factors may cause it to expire before this. Longer lengths are less secure."
|
|
PLG_SYSTEM_REMEMBER_FIELD_COOKIE_LIFETIME_LABEL="Cookie Lifetime"
|
|
PLG_SYSTEM_REMEMBER_FIELD_KEY_LENGTH_DESC="The length of the key to use to encrypt the cookie. Longer lengths are more secure, but they will slow performance."
|
|
PLG_SYSTEM_REMEMBER_FIELD_KEY_LENGTH_LABEL="Key Length" |