i18n
This commit is contained in:
parent
a98fe5786a
commit
45cbadd56c
|
@ -2,7 +2,7 @@
|
||||||
/*
|
/*
|
||||||
|
|
||||||
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
||||||
Copyright (C) 2013 - 2019 Roland Gruber
|
Copyright (C) 2013 - 2020 Roland Gruber
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -97,7 +97,7 @@ class windowsHost extends baseModule {
|
||||||
),
|
),
|
||||||
'logonCount' => array(
|
'logonCount' => array(
|
||||||
"Headline" => _('Logon count'), 'attr' => 'logonCount',
|
"Headline" => _('Logon count'), 'attr' => 'logonCount',
|
||||||
"Text" => _('This is the number of logins using this account.')
|
"Text" => _('This is the number of logins performed by this account.')
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
// upload fields
|
// upload fields
|
||||||
|
|
Loading…
Reference in New Issue