diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-01-24 16:02:11 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-01-24 16:02:11 +0000 |
commit | c14d282c2a5fefbf7060d05b9d1910b359a1566f (patch) | |
tree | 8f6b2a2f2d2d4ac3462bf95487e9fde2d973e454 /po/Linux-PAM.pot | |
parent | fe200c2c6b75da02f6367c1d63d40b2304ed71d4 (diff) | |
download | pam-c14d282c2a5fefbf7060d05b9d1910b359a1566f.tar.gz pam-c14d282c2a5fefbf7060d05b9d1910b359a1566f.tar.bz2 pam-c14d282c2a5fefbf7060d05b9d1910b359a1566f.zip |
CVS: Indicate any relevant BUGIDs here
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-01-24 Thorsten Kukuk <kukuk@thkukuk.de>
* configure.in: Add modules/pam_exec.
* modules/Makefile.am: Add pam_exec subdirectory.
* modules/pam_exec/README: New.
* modules/pam_exec/Makefile.am: New.
* modules/pam_exec/pam_exec.8: New.
* modules/pam_exec/pam_exec.c: New.
* modules/pam_exec/pam_exec.8.xml: New.
* po/POTFILES.in: Add modules/pam_exec/pam_exec.c.
* po/*.po: Merge new pam_exec strings.
Diffstat (limited to 'po/Linux-PAM.pot')
-rw-r--r-- | po/Linux-PAM.pot | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/po/Linux-PAM.pot b/po/Linux-PAM.pot index 9c7eb2a1..0db761dc 100644 --- a/po/Linux-PAM.pot +++ b/po/Linux-PAM.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2006-01-13 22:04+0100\n" +"POT-Creation-Date: 2006-01-24 16:51+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" @@ -16,6 +16,21 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" +#: modules/pam_exec/pam_exec.c:118 +#, c-format +msgid "%s failed: exit code %d" +msgstr "" + +#: modules/pam_exec/pam_exec.c:126 +#, c-format +msgid "%s failed: caught signal %d%s" +msgstr "" + +#: modules/pam_exec/pam_exec.c:134 +#, c-format +msgid "%s failed: unknown status 0x%x" +msgstr "" + #: modules/pam_tally/pam_tally.c:738 msgid "Authentication error" msgstr "" |