{
if (!(opts->ctrl & OPT_SILENT))
pam_info (pamh,
- _("Account is temporary locked (%ld seconds left)."),
+ _("The account is temporarily locked (%ld seconds left)."),
oldtime+lock_time-time(NULL));
if (!(opts->ctrl & OPT_NOLOGNOTICE))
( ((opts->ctrl & OPT_DENY_ROOT) || uid) ) /* even_deny stops uid check */
) {
if (!(opts->ctrl & OPT_SILENT))
- pam_info (pamh, _("Account is locked due to %u failed logins."),
+ pam_info (pamh, _("The account is locked due to %u failed logins."),
(unsigned int)tally);
if (!(opts->ctrl & OPT_NOLOGNOTICE))
#endif
if (!(opts->ctrl & OPT_QUIET)) {
- pam_info(pamh, _("Account is locked due to %u failed logins."),
+ pam_info(pamh, _("The account is locked due to %u failed logins."),
(unsigned int)tally->fail_cnt);
}
loglevel = LOG_NOTICE;
tally->fail_time = oldtime;
if (!(opts->ctrl & OPT_QUIET)) {
- pam_info(pamh, _("Account is temporary locked (%ld seconds left)."),
+ pam_info(pamh, _("The account is temporarily locked (%ld seconds left)."),
oldtime+opts->lock_time-time(NULL));
}
if (!(opts->ctrl & OPT_NOLOGNOTICE)) {
#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:597
#, c-format
-msgid "Account is temporary locked (%ld seconds left)."
+msgid "The account is temporarily locked (%ld seconds left)."
msgstr ""
#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:580
#, c-format
-msgid "Account is locked due to %u failed logins."
+msgid "The account is locked due to %u failed logins."
msgstr ""
#: modules/pam_tally/pam_tally.c:750 modules/pam_tally2/pam_tally2.c:863