mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Updated translations; i18n for fieldLabels
This commit is contained in:
parent
fe1434678b
commit
701da8b822
@ -330,6 +330,7 @@ en:
|
||||
BUTTONLOSTPASSWORD: 'I''ve lost my password'
|
||||
CONFIRMNEWPASSWORD: 'Confirm New Password'
|
||||
CONFIRMPASSWORD: 'Confirm Password'
|
||||
DATEFORMAT: 'Date format'
|
||||
DefaultAdminFirstname: 'Default Admin'
|
||||
DefaultDateTime: default
|
||||
EMAIL: Email
|
||||
@ -352,6 +353,7 @@ en:
|
||||
SUBJECTPASSWORDCHANGED: 'Your password has been changed'
|
||||
SUBJECTPASSWORDRESET: 'Your password reset link'
|
||||
SURNAME: Surname
|
||||
TIMEFORMAT: 'Time format'
|
||||
VALIDATIONMEMBEREXISTS: 'A member already exists with the same %s'
|
||||
ValidationIdentifierFailed: 'Can''t overwrite existing member #{id} with identical identifier ({name} = {value}))'
|
||||
WELCOMEBACK: 'Welcome Back, {firstname}'
|
||||
|
@ -1238,6 +1238,8 @@ class Member extends DataObject implements TemplateGlobalProvider {
|
||||
$labels['PasswordExpiry'] = _t('Member.db_PasswordExpiry', 'Password Expiry Date', 'Password expiry date');
|
||||
$labels['LockedOutUntil'] = _t('Member.db_LockedOutUntil', 'Locked out until', 'Security related date');
|
||||
$labels['Locale'] = _t('Member.db_Locale', 'Interface Locale');
|
||||
$labels['DateFormat'] = _t('Member.DATEFORMAT', 'Date format');
|
||||
$labels['TimeFormat'] = _t('Member.TIMEFORMAT', 'Time format');
|
||||
if($includerelations){
|
||||
$labels['Groups'] = _t('Member.belongs_many_many_Groups', 'Groups', 'Security Groups this member belongs to');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user