+2005-12-20 Thorsten Kukuk <kukuk@thkukuk.de>
+
+ * modules/pam_lastlog/pam_lastlog.c (last_login_read): Use
+ strftime instead of ctime.
+
+ * po/de.po: Fix typo.
+
2005-12-19 Thorsten Kukuk <kukuk@thkukuk.de>
* libpam/pam_syslog.c: Define LOG_AUTHPRIV as LOG_AUTH on Solaris.
struct flock last_lock;
struct lastlog last_login;
int retval = PAM_SUCCESS;
+ char the_time[256];
char *date = NULL;
char *host = NULL;
char *line = NULL;
/* we want the date? */
if (announce & LASTLOG_DATE) {
+ struct tm *tm, tm_buf;
time_t ll_time;
- char *the_time;
ll_time = last_login.ll_time;
- the_time = ctime(&ll_time);
- the_time[strlen(the_time)-1] = '\0'; /* strip trailing '\n' */
+ tm = localtime_r (&ll_time, &tm_buf);
+ strftime (the_time, sizeof (the_time),
+ " %a %b %e %H:%M:%S %Z %Y", tm);
- if (asprintf(&date, " %s", the_time) < 0) {
- pam_syslog(pamh, LOG_ERR, "out of memory");
- retval = PAM_BUF_ERR;
- goto cleanup;
- }
+ date = the_time;
}
/* we want & have the host? */
cleanup:
memset(&last_login, 0, sizeof(last_login));
_pam_overwrite(date);
- _pam_drop(date);
_pam_overwrite(host);
_pam_drop(host);
_pam_overwrite(line);
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-12-12 18:34+0100\n"
+"POT-Creation-Date: 2005-12-20 22:26+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
#. TRANSLATORS: " from <host>"
-#: modules/pam_lastlog/pam_lastlog.c:204
+#: modules/pam_lastlog/pam_lastlog.c:195
#, c-format
msgid " from %.*s"
msgstr ""
#. TRANSLATORS: " on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:215
+#: modules/pam_lastlog/pam_lastlog.c:207
#, c-format
msgid " on %.*s"
msgstr ""
#. TRANSLATORS: "Last login: <date> from <host> on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:223
+#: modules/pam_lastlog/pam_lastlog.c:216
#, c-format
msgid "Last login:%s%s%s"
msgstr ""
-#: modules/pam_lastlog/pam_lastlog.c:229
+#: modules/pam_lastlog/pam_lastlog.c:222
msgid "Welcome to your new account!"
msgstr ""
msgstr ""
"Project-Id-Version: Linux-PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-12-12 18:34+0100\n"
+"POT-Creation-Date: 2005-12-20 22:26+0100\n"
"PO-Revision-Date: 2005-12-12 13:14+0100\n"
"Last-Translator: Tomas Mraz <t8m@centrum.cz>\n"
"Language-Team: cs_CZ <cs@li.org>\n"
msgstr "%s: Nelze resetovat všechny uživatele nenulově\n"
#. TRANSLATORS: " from <host>"
-#: modules/pam_lastlog/pam_lastlog.c:204
+#: modules/pam_lastlog/pam_lastlog.c:195
#, c-format
msgid " from %.*s"
msgstr " z %.*s"
#. TRANSLATORS: " on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:215
+#: modules/pam_lastlog/pam_lastlog.c:207
#, c-format
msgid " on %.*s"
msgstr " na %.*s"
#. TRANSLATORS: "Last login: <date> from <host> on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:223
+#: modules/pam_lastlog/pam_lastlog.c:216
#, c-format
msgid "Last login:%s%s%s"
msgstr "Poslední přihlášení:%s%s%s"
-#: modules/pam_lastlog/pam_lastlog.c:229
+#: modules/pam_lastlog/pam_lastlog.c:222
msgid "Welcome to your new account!"
msgstr "Vítejte na vašem novém účtu!"
msgstr ""
"Project-Id-Version: Linux-PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-12-19 08:28+0100\n"
+"POT-Creation-Date: 2005-12-20 22:26+0100\n"
"PO-Revision-Date: 2005-12-12 17:55+01:00\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
"%s: Es können nicht alle Benutzer auf Nicht-null zurückgesetzt werden\n"
#. TRANSLATORS: " from <host>"
-#: modules/pam_lastlog/pam_lastlog.c:197
+#: modules/pam_lastlog/pam_lastlog.c:195
#, c-format
msgid " from %.*s"
msgstr " von %.*s"
#. TRANSLATORS: " on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:209
+#: modules/pam_lastlog/pam_lastlog.c:207
#, c-format
msgid " on %.*s"
msgstr " auf %.*s"
#. TRANSLATORS: "Last login: <date> from <host> on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:218
+#: modules/pam_lastlog/pam_lastlog.c:216
#, c-format
msgid "Last login:%s%s%s"
msgstr "Letzte Anmeldung:%s%s%s"
-#: modules/pam_lastlog/pam_lastlog.c:224
+#: modules/pam_lastlog/pam_lastlog.c:222
msgid "Welcome to your new account!"
msgstr "Willkommen in Ihrem neuen Account!"
msgstr ""
"Project-Id-Version: Linux-PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-12-12 18:34+0100\n"
+"POT-Creation-Date: 2005-12-20 22:26+0100\n"
"PO-Revision-Date: 2005-08-18 HO:MI+ZONE\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
"cero\n"
#. TRANSLATORS: " from <host>"
-#: modules/pam_lastlog/pam_lastlog.c:204
+#: modules/pam_lastlog/pam_lastlog.c:195
#, c-format
msgid " from %.*s"
msgstr ""
#. TRANSLATORS: " on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:215
+#: modules/pam_lastlog/pam_lastlog.c:207
#, c-format
msgid " on %.*s"
msgstr ""
#. TRANSLATORS: "Last login: <date> from <host> on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:223
+#: modules/pam_lastlog/pam_lastlog.c:216
#, c-format
msgid "Last login:%s%s%s"
msgstr ""
-#: modules/pam_lastlog/pam_lastlog.c:229
+#: modules/pam_lastlog/pam_lastlog.c:222
msgid "Welcome to your new account!"
msgstr ""
msgstr ""
"Project-Id-Version: Linux-PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-12-12 18:34+0100\n"
+"POT-Creation-Date: 2005-12-20 22:26+0100\n"
"PO-Revision-Date: 2005-09-17 12:27+0300\n"
"Last-Translator: Ilkka Pirskanen <ilkka.pirskanen@kolumbus.fi>\n"
"Language-Team: Finnish <fi@li.org>\n"
msgstr "%s: Ei voida palauttaa kaikkia käyttäjiä ei-nolliksi\n"
#. TRANSLATORS: " from <host>"
-#: modules/pam_lastlog/pam_lastlog.c:204
+#: modules/pam_lastlog/pam_lastlog.c:195
#, c-format
msgid " from %.*s"
msgstr ""
#. TRANSLATORS: " on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:215
+#: modules/pam_lastlog/pam_lastlog.c:207
#, c-format
msgid " on %.*s"
msgstr ""
#. TRANSLATORS: "Last login: <date> from <host> on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:223
+#: modules/pam_lastlog/pam_lastlog.c:216
#, c-format
msgid "Last login:%s%s%s"
msgstr ""
-#: modules/pam_lastlog/pam_lastlog.c:229
+#: modules/pam_lastlog/pam_lastlog.c:222
msgid "Welcome to your new account!"
msgstr ""
msgstr ""
"Project-Id-Version: Linux-PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-12-12 18:34+0100\n"
+"POT-Creation-Date: 2005-12-20 22:26+0100\n"
"PO-Revision-Date: 2005-08-18 12:12+0000\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
msgstr "%s: Impossible de réinitialiser tous les utilisateurs à non-zéro\n"
#. TRANSLATORS: " from <host>"
-#: modules/pam_lastlog/pam_lastlog.c:204
+#: modules/pam_lastlog/pam_lastlog.c:195
#, c-format
msgid " from %.*s"
msgstr ""
#. TRANSLATORS: " on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:215
+#: modules/pam_lastlog/pam_lastlog.c:207
#, c-format
msgid " on %.*s"
msgstr ""
#. TRANSLATORS: "Last login: <date> from <host> on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:223
+#: modules/pam_lastlog/pam_lastlog.c:216
#, c-format
msgid "Last login:%s%s%s"
msgstr ""
-#: modules/pam_lastlog/pam_lastlog.c:229
+#: modules/pam_lastlog/pam_lastlog.c:222
msgid "Welcome to your new account!"
msgstr ""
msgstr ""
"Project-Id-Version: Linux-PAM 0.80\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-12-12 18:34+0100\n"
+"POT-Creation-Date: 2005-12-20 22:26+0100\n"
"PO-Revision-Date: 2005-08-07 02:59+0100\n"
"Last-Translator: Szabolcs Varga <shirokuma@shirokuma.hu>\n"
"Language-Team: hu\n"
msgstr "%s: Nem állítható vissza minden felhasználó nem nullára\n"
#. TRANSLATORS: " from <host>"
-#: modules/pam_lastlog/pam_lastlog.c:204
+#: modules/pam_lastlog/pam_lastlog.c:195
#, c-format
msgid " from %.*s"
msgstr ""
#. TRANSLATORS: " on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:215
+#: modules/pam_lastlog/pam_lastlog.c:207
#, c-format
msgid " on %.*s"
msgstr ""
#. TRANSLATORS: "Last login: <date> from <host> on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:223
+#: modules/pam_lastlog/pam_lastlog.c:216
#, c-format
msgid "Last login:%s%s%s"
msgstr ""
-#: modules/pam_lastlog/pam_lastlog.c:229
+#: modules/pam_lastlog/pam_lastlog.c:222
msgid "Welcome to your new account!"
msgstr ""
msgstr ""
"Project-Id-Version: Linux-PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-12-12 18:34+0100\n"
+"POT-Creation-Date: 2005-12-20 22:26+0100\n"
"PO-Revision-Date: 2005-08-18 13:43-0000\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
"%s: Impossibile ripristinare tutti gli utenti a valori diversi da zero\n"
#. TRANSLATORS: " from <host>"
-#: modules/pam_lastlog/pam_lastlog.c:204
+#: modules/pam_lastlog/pam_lastlog.c:195
#, c-format
msgid " from %.*s"
msgstr ""
#. TRANSLATORS: " on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:215
+#: modules/pam_lastlog/pam_lastlog.c:207
#, c-format
msgid " on %.*s"
msgstr ""
#. TRANSLATORS: "Last login: <date> from <host> on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:223
+#: modules/pam_lastlog/pam_lastlog.c:216
#, c-format
msgid "Last login:%s%s%s"
msgstr ""
-#: modules/pam_lastlog/pam_lastlog.c:229
+#: modules/pam_lastlog/pam_lastlog.c:222
msgid "Welcome to your new account!"
msgstr ""
msgstr ""
"Project-Id-Version: Linux-PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-12-12 18:34+0100\n"
+"POT-Creation-Date: 2005-12-20 22:26+0100\n"
"PO-Revision-Date: 2005-08-18 11:52-0000\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
msgstr "%s: すべてのユーザを非ゼロにリセットできません\n"
#. TRANSLATORS: " from <host>"
-#: modules/pam_lastlog/pam_lastlog.c:204
+#: modules/pam_lastlog/pam_lastlog.c:195
#, c-format
msgid " from %.*s"
msgstr ""
#. TRANSLATORS: " on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:215
+#: modules/pam_lastlog/pam_lastlog.c:207
#, c-format
msgid " on %.*s"
msgstr ""
#. TRANSLATORS: "Last login: <date> from <host> on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:223
+#: modules/pam_lastlog/pam_lastlog.c:216
#, c-format
msgid "Last login:%s%s%s"
msgstr ""
-#: modules/pam_lastlog/pam_lastlog.c:229
+#: modules/pam_lastlog/pam_lastlog.c:222
msgid "Welcome to your new account!"
msgstr ""
msgstr ""
"Project-Id-Version: Linux-PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-12-12 18:34+0100\n"
+"POT-Creation-Date: 2005-12-20 22:26+0100\n"
"PO-Revision-Date: 2005-08-13 22:44+0200\n"
"Last-Translator: Olav Pettershagen <olav.pet@online.no>\n"
"Language-Team: <nb@li.org>\n"
msgstr "%s: Kan ikke tilbakestille alle brukere til non-zero\n"
#. TRANSLATORS: " from <host>"
-#: modules/pam_lastlog/pam_lastlog.c:204
+#: modules/pam_lastlog/pam_lastlog.c:195
#, c-format
msgid " from %.*s"
msgstr ""
#. TRANSLATORS: " on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:215
+#: modules/pam_lastlog/pam_lastlog.c:207
#, c-format
msgid " on %.*s"
msgstr ""
#. TRANSLATORS: "Last login: <date> from <host> on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:223
+#: modules/pam_lastlog/pam_lastlog.c:216
#, c-format
msgid "Last login:%s%s%s"
msgstr ""
-#: modules/pam_lastlog/pam_lastlog.c:229
+#: modules/pam_lastlog/pam_lastlog.c:222
msgid "Welcome to your new account!"
msgstr ""
msgstr ""
"Project-Id-Version: Linux-PAM.pa\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-12-12 18:34+0100\n"
+"POT-Creation-Date: 2005-12-20 22:26+0100\n"
"PO-Revision-Date: 2005-08-06 08:34+0530\n"
"Last-Translator: Amanpreet Singh Alam[ਆਲਮ] <amanpreetalam@yahoo.com>\n"
"Language-Team: Panjabi <pa@li.org>\n"
msgstr ""
#. TRANSLATORS: " from <host>"
-#: modules/pam_lastlog/pam_lastlog.c:204
+#: modules/pam_lastlog/pam_lastlog.c:195
#, c-format
msgid " from %.*s"
msgstr ""
#. TRANSLATORS: " on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:215
+#: modules/pam_lastlog/pam_lastlog.c:207
#, c-format
msgid " on %.*s"
msgstr ""
#. TRANSLATORS: "Last login: <date> from <host> on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:223
+#: modules/pam_lastlog/pam_lastlog.c:216
#, c-format
msgid "Last login:%s%s%s"
msgstr ""
-#: modules/pam_lastlog/pam_lastlog.c:229
+#: modules/pam_lastlog/pam_lastlog.c:222
msgid "Welcome to your new account!"
msgstr ""
msgstr ""
"Project-Id-Version: Linux-PAM TBD\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-12-12 18:34+0100\n"
+"POT-Creation-Date: 2005-12-20 22:26+0100\n"
"PO-Revision-Date: 2005-08-23 15:22+0200\n"
"Last-Translator: Piotr Bolek <pb@7bulls.com>\n"
"Language-Team: Polish <i18n@suse.de>\n"
msgstr "%s: Nie można zresetować wszystkich użytkowników\n"
#. TRANSLATORS: " from <host>"
-#: modules/pam_lastlog/pam_lastlog.c:204
+#: modules/pam_lastlog/pam_lastlog.c:195
#, c-format
msgid " from %.*s"
msgstr ""
#. TRANSLATORS: " on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:215
+#: modules/pam_lastlog/pam_lastlog.c:207
#, c-format
msgid " on %.*s"
msgstr ""
#. TRANSLATORS: "Last login: <date> from <host> on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:223
+#: modules/pam_lastlog/pam_lastlog.c:216
#, c-format
msgid "Last login:%s%s%s"
msgstr ""
-#: modules/pam_lastlog/pam_lastlog.c:229
+#: modules/pam_lastlog/pam_lastlog.c:222
msgid "Welcome to your new account!"
msgstr ""
msgstr ""
"Project-Id-Version: Linux-PAM-pt\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-12-12 18:34+0100\n"
+"POT-Creation-Date: 2005-12-20 22:26+0100\n"
"PO-Revision-Date: 2005-08-07 00:41+0100\n"
"Last-Translator: Antonio Cardoso Martins <digiplan@netvisao.pt>\n"
"Language-Team: portuguese\n"
msgstr "%s: Não foi possível reiniciar todos os utilizadores para não zero\n"
#. TRANSLATORS: " from <host>"
-#: modules/pam_lastlog/pam_lastlog.c:204
+#: modules/pam_lastlog/pam_lastlog.c:195
#, c-format
msgid " from %.*s"
msgstr ""
#. TRANSLATORS: " on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:215
+#: modules/pam_lastlog/pam_lastlog.c:207
#, c-format
msgid " on %.*s"
msgstr ""
#. TRANSLATORS: "Last login: <date> from <host> on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:223
+#: modules/pam_lastlog/pam_lastlog.c:216
#, c-format
msgid "Last login:%s%s%s"
msgstr ""
-#: modules/pam_lastlog/pam_lastlog.c:229
+#: modules/pam_lastlog/pam_lastlog.c:222
msgid "Welcome to your new account!"
msgstr ""
msgstr ""
"Project-Id-Version: Linux-PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-12-12 18:34+0100\n"
+"POT-Creation-Date: 2005-12-20 22:26+0100\n"
"PO-Revision-Date: 2005-08-18 15:02+0000\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
msgstr "%s: Impossível redefinir todos os usuários para não-zero\n"
#. TRANSLATORS: " from <host>"
-#: modules/pam_lastlog/pam_lastlog.c:204
+#: modules/pam_lastlog/pam_lastlog.c:195
#, c-format
msgid " from %.*s"
msgstr ""
#. TRANSLATORS: " on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:215
+#: modules/pam_lastlog/pam_lastlog.c:207
#, c-format
msgid " on %.*s"
msgstr ""
#. TRANSLATORS: "Last login: <date> from <host> on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:223
+#: modules/pam_lastlog/pam_lastlog.c:216
#, c-format
msgid "Last login:%s%s%s"
msgstr ""
-#: modules/pam_lastlog/pam_lastlog.c:229
+#: modules/pam_lastlog/pam_lastlog.c:222
msgid "Welcome to your new account!"
msgstr ""
msgstr ""
"Project-Id-Version: Linux_PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-12-12 18:34+0100\n"
+"POT-Creation-Date: 2005-12-20 22:26+0100\n"
"PO-Revision-Date: 2005-08-18 HO:MI+ZONE\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
msgstr "%s: 无法将所有用户重设置为非零\n"
#. TRANSLATORS: " from <host>"
-#: modules/pam_lastlog/pam_lastlog.c:204
+#: modules/pam_lastlog/pam_lastlog.c:195
#, c-format
msgid " from %.*s"
msgstr ""
#. TRANSLATORS: " on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:215
+#: modules/pam_lastlog/pam_lastlog.c:207
#, c-format
msgid " on %.*s"
msgstr ""
#. TRANSLATORS: "Last login: <date> from <host> on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:223
+#: modules/pam_lastlog/pam_lastlog.c:216
#, c-format
msgid "Last login:%s%s%s"
msgstr ""
-#: modules/pam_lastlog/pam_lastlog.c:229
+#: modules/pam_lastlog/pam_lastlog.c:222
msgid "Welcome to your new account!"
msgstr ""
msgstr ""
"Project-Id-Version: Linux_PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-12-12 18:34+0100\n"
+"POT-Creation-Date: 2005-12-20 22:26+0100\n"
"PO-Revision-Date: 2005-08-18 12:12+0200\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
msgstr "%s: 無法將所有使用者重新設定為非零\n"
#. TRANSLATORS: " from <host>"
-#: modules/pam_lastlog/pam_lastlog.c:204
+#: modules/pam_lastlog/pam_lastlog.c:195
#, c-format
msgid " from %.*s"
msgstr ""
#. TRANSLATORS: " on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:215
+#: modules/pam_lastlog/pam_lastlog.c:207
#, c-format
msgid " on %.*s"
msgstr ""
#. TRANSLATORS: "Last login: <date> from <host> on <terminal>"
-#: modules/pam_lastlog/pam_lastlog.c:223
+#: modules/pam_lastlog/pam_lastlog.c:216
#, c-format
msgid "Last login:%s%s%s"
msgstr ""
-#: modules/pam_lastlog/pam_lastlog.c:229
+#: modules/pam_lastlog/pam_lastlog.c:222
msgid "Welcome to your new account!"
msgstr ""