From 3a265f6249e17882cf0195dd1fe7abb94cd3160f Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Thu, 1 Sep 2005 13:59:20 +0000 Subject: Relevant BUGIDs: none Purpose of commit: new feature Commit summary: --------------- Add PAM extensions pam_*prompt, pam_*error and pam_*info for usage by modules to libpam, add new pam_ext.h header file with prototypes. --- po/ja.po | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'po/ja.po') diff --git a/po/ja.po b/po/ja.po index 823e5f00..21cf06c1 100644 --- a/po/ja.po +++ b/po/ja.po @@ -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: 2005-08-26 15:03+0200\n" +"POT-Creation-Date: 2005-09-01 15:47+0200\n" "PO-Revision-Date: 2005-08-18 11:52-0000\n" "Last-Translator: Novell Language \n" "Language-Team: Novell Language \n" @@ -66,7 +66,7 @@ msgstr "" "\203\252\343\202\273\343\203\203\343\203\210\343\201\247\343\201\215\343\201" "\276\343\201\233\343\202\223\n" -#: modules/pam_selinux/pam_selinux.c:129 +#: modules/pam_selinux/pam_selinux.c:130 #, c-format msgid "Your default context is %s. \n" msgstr "" @@ -74,21 +74,21 @@ msgstr "" "\202\263\343\203\263\343\203\206\343\202\255\343\202\271\343\203\210\343\201" "\257%s\343\201\247\343\201\231\343\200\202 \n" -#: modules/pam_selinux/pam_selinux.c:132 +#: modules/pam_selinux/pam_selinux.c:133 msgid "Do you want to choose a different one? [n]" msgstr "" "\347\225\260\343\201\252\343\202\213\343\202\263\343\203\263\343\203\206\343" "\202\255\343\202\271\343\203\210\343\202\222\351\201\270\346\212\236\343\201" "\227\343\201\276\343\201\231\343\201\213? [n]" -#: modules/pam_selinux/pam_selinux.c:139 +#: modules/pam_selinux/pam_selinux.c:140 msgid "Enter number of choice: " msgstr "" "\351\201\270\346\212\236\343\201\256\347\225\252\345\217\267\343\202\222\345" "\205\245\345\212\233\343\201\227\343\201\246\343\201\217\343\201\240\343\201" "\225\343\201\204:" -#: modules/pam_selinux/pam_selinux.c:191 +#: modules/pam_selinux/pam_selinux.c:192 msgid "Would you like to enter a security context? [y] " msgstr "" "\343\202\273\343\202\255\343\203\245\343\203\252\343\203\206\343\202\243\343" @@ -96,19 +96,19 @@ msgstr "" "\222\345\205\245\345\212\233\343\201\227\343\201\276\343\201\231\343\201" "\213? [y]" -#: modules/pam_selinux/pam_selinux.c:208 +#: modules/pam_selinux/pam_selinux.c:209 msgid "role: " msgstr "\345\275\271\345\211\262:" -#: modules/pam_selinux/pam_selinux.c:216 +#: modules/pam_selinux/pam_selinux.c:217 msgid "type: " msgstr "\343\202\277\343\202\244\343\203\227:" -#: modules/pam_selinux/pam_selinux.c:226 +#: modules/pam_selinux/pam_selinux.c:227 msgid "level: " msgstr "\343\203\254\343\203\231\343\203\253:" -#: modules/pam_selinux/pam_selinux.c:240 +#: modules/pam_selinux/pam_selinux.c:241 msgid "Not a valid security context" msgstr "" "\346\234\211\345\212\271\343\201\252\343\202\273\343\202\255\343\203\245\343" @@ -116,7 +116,7 @@ msgstr "" "\255\343\202\271\343\203\210\343\201\247\343\201\202\343\202\212\343\201\276" "\343\201\233\343\202\223" -#: modules/pam_selinux/pam_selinux.c:475 +#: modules/pam_selinux/pam_selinux.c:476 #, c-format msgid "Security Context %s Assigned" msgstr "" @@ -125,21 +125,21 @@ msgstr "" "\243\343\202\263\343\203\263\343\203\206\343\202\255\343\202\271\343\203\210%" "s" -#: modules/pam_selinux/pam_selinux.c:595 +#: modules/pam_selinux/pam_selinux.c:596 #, c-format msgid "failed to initialize PAM\n" msgstr "" "PAM\343\201\256\345\210\235\346\234\237\345\214\226\343\201\253\345\244\261" "\346\225\227\343\201\227\343\201\276\343\201\227\343\201\237\n" -#: modules/pam_selinux/pam_selinux.c:601 +#: modules/pam_selinux/pam_selinux.c:602 #, c-format msgid "failed to pam_set_item()\n" msgstr "" "pam_set_item()\343\201\253\345\244\261\346\225\227\343\201\227\343\201\276" "\343\201\227\343\201\237\n" -#: modules/pam_selinux/pam_selinux.c:626 +#: modules/pam_selinux/pam_selinux.c:627 #, c-format msgid "login: failure forking: %s" msgstr "" @@ -183,7 +183,7 @@ msgstr "" "\346\234\237\351\231\220\343\201\214\345\210\207\343\202\214\343\201\276\343" "\201\231\343\200\202%.2s" -#: modules/pam_unix/pam_unix_auth.c:162 +#: modules/pam_unix/pam_unix_auth.c:163 #, fuzzy msgid "Password: " msgstr "" -- cgit v1.2.3