diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-02-22 19:48:27 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-02-22 19:48:27 +0000 |
commit | 547545c1cc8ab7e4e37d9650cd095fc0671bc1bf (patch) | |
tree | c51ea2efa955dd6f3dd60d38040dc554db2caafc /po/cs.po | |
parent | 0babf02dcc33b6c727811fb70399b4a9979edf32 (diff) | |
download | pam-547545c1cc8ab7e4e37d9650cd095fc0671bc1bf.tar.gz pam-547545c1cc8ab7e4e37d9650cd095fc0671bc1bf.tar.bz2 pam-547545c1cc8ab7e4e37d9650cd095fc0671bc1bf.zip |
Relevant BUGIDs: 1428269
Purpose of commit: new feature
Commit summary:
---------------
2006-02-22 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_lastlog/pam_lastlog.c (last_login_read): Mark strftime
format string for translation to allow reorder [#1428269].
* po/*.po: Update with last pam_lastlog change.
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2006-01-24 16:51+0100\n" +"POT-Creation-Date: 2006-02-22 20:39+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" @@ -71,25 +71,29 @@ msgstr "" msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: Nelze resetovat všechny uživatele nenulově\n" +#: modules/pam_lastlog/pam_lastlog.c:187 +msgid " %a %b %e %H:%M:%S %Z %Y" +msgstr "" + #. TRANSLATORS: " from <host>" -#: modules/pam_lastlog/pam_lastlog.c:195 +#: modules/pam_lastlog/pam_lastlog.c:196 #, c-format msgid " from %.*s" msgstr " z %.*s" #. TRANSLATORS: " on <terminal>" -#: modules/pam_lastlog/pam_lastlog.c:207 +#: modules/pam_lastlog/pam_lastlog.c:208 #, c-format msgid " on %.*s" msgstr " na %.*s" #. TRANSLATORS: "Last login: <date> from <host> on <terminal>" -#: modules/pam_lastlog/pam_lastlog.c:216 +#: modules/pam_lastlog/pam_lastlog.c:217 #, c-format msgid "Last login:%s%s%s" msgstr "Poslední přihlášení:%s%s%s" -#: modules/pam_lastlog/pam_lastlog.c:222 +#: modules/pam_lastlog/pam_lastlog.c:223 msgid "Welcome to your new account!" msgstr "Vítejte na vašem novém účtu!" |