# Copyright (C) 2009 Debian Citadel Team # This file is distributed under the same license as citadel package. # Hideki Yamane (Debian-JP) , 2009. # msgid "" msgstr "" "Project-Id-Version: citadel 7.66-1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-09-27 21:28+0200\n" "PO-Revision-Date: 2009-11-19 14:32+0900\n" "Last-Translator: Hideki Yamane (Debian-JP) \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../utils/setup.c:111 #, fuzzy msgid "Citadel Home Directory" msgstr "Active Directory" #: ../utils/setup.c:114 msgid "" "Enter the full pathname of the directory in which the Citadel\n" "installation you are creating or updating resides. If you\n" "specify a directory other than the default, you will need to\n" "specify the -h flag to the server when you start it up.\n" msgstr "" #: ../utils/setup.c:120 msgid "" "Enter the subdirectory name for an alternate installation of Citadel. To do " "a default installation just leave it blank.If you specify a directory other " "than the default, you will need to\n" "specify the -h flag to the server when you start it up.\n" "note that it may not have a leading /" msgstr "" #: ../utils/setup.c:127 msgid "Citadel administrator username:" msgstr "Citadel の管理者ユーザ名:" #: ../utils/setup.c:129 msgid "" "Please enter the name of the Citadel user account that should be granted " "administrative privileges once created. If using internal authentication " "this user account will be created if it does not exist. For external " "authentication this user account has to exist." msgstr "" "作成後に管理者特権を与える Citadel のユーザアカウント名を入力してください。内" "部アカウントでの認証を使う場合、このユーザアカウントが存在しないのであれば作" "成されます。外部認証の場合は、このユーザアカウントが存在している必要がありま" "す。" #: ../utils/setup.c:135 msgid "Administrator password:" msgstr "管理者パスワード:" #: ../utils/setup.c:137 msgid "" "Enter a password for the system administrator. When setup\n" "completes it will attempt to create the administrator user\n" "and set the password specified here.\n" msgstr "" #: ../utils/setup.c:141 msgid "Citadel User ID:" msgstr "" #: ../utils/setup.c:143 msgid "" "Citadel needs to run under its own user ID. This would\n" "typically be called \"citadel\", but if you are running Citadel\n" "as a public BBS, you might also call it \"bbs\" or \"guest\".\n" "The server will run under this user ID. Please specify that\n" "user ID here. You may specify either a user name or a numeric\n" "UID.\n" msgstr "" #: ../utils/setup.c:150 msgid "Listening address for the Citadel server:" msgstr "Citadel サーバの待ち受けアドレス:" #: ../utils/setup.c:152 msgid "" "Please specify the IP address which the server should be listening to. You " "can name a specific IPv4 or IPv6 address, or you can specify\n" "'*' for 'any address', '::' for 'any IPv6 address', or '0.0.0.0'\n" "for 'any IPv4 address'. If you leave this blank, Citadel will\n" "listen on all addresses. This can usually be left to the default unless " "multiple instances of Citadel are running on the same computer." msgstr "" #: ../utils/setup.c:160 #, fuzzy msgid "Server port number:" msgstr "LDAP のポート番号:" #: ../utils/setup.c:162 msgid "" "Specify the TCP port number on which your server will run.\n" "Normally, this will be port 504, which is the official port\n" "assigned by the IANA for Citadel servers. You will only need\n" "to specify a different port number if you run multiple instances\n" "of Citadel on the same computer and there is something else\n" "already using port 504.\n" msgstr "" #: ../utils/setup.c:169 msgid "Authentication method to use:" msgstr "利用する認証方式:" #: ../utils/setup.c:171 #, fuzzy msgid "" "Please choose the user authentication mode. By default Citadel will use its " "own internal user accounts database. If you choose Host, Citadel users will " "have accounts on the host system, authenticated via /etc/passwd or a PAM " "source. LDAP chooses an RFC 2307 compliant directory server, the last option " "chooses the nonstandard MS Active Directory LDAP scheme.\n" "Do not change this option unless you are sure it is required, since changing " "back requires a full reinstall of Citadel.\n" " 0. Self contained authentication\n" " 1. Host system integrated authentication\n" " 2. External LDAP - RFC 2307 compliant directory\n" " 3. External LDAP - nonstandard MS Active Directory\n" "\n" "For help: http://www.citadel.org/doku.php/faq:installation:authmodes\n" "\n" "ANSWER \"0\" UNLESS YOU COMPLETELY UNDERSTAND THIS OPTION.\n" msgstr "" "ユーザ認証モードを選んでください。デフォルトでは、Citadel は自身の内部ユーザ" "アカウントデータベースを利用します。「ホスト上」を選んだ場合、Citadel のユー" "ザはホストシステム上のアカウントを使い、/etc/passwd か PAM 経由で認証されま" "す。「LDAP」の場合は RFC 2307 準拠のディレクトリサーバを、最後の選択肢では非" "標準であるマイクロソフトの Active Directory LDAP スキームを使います。" #: ../utils/setup.c:189 msgid "LDAP host:" msgstr "LDAP ホスト:" #: ../utils/setup.c:191 #, fuzzy msgid "Please enter the host name or IP address of your LDAP server.\n" msgstr "LDAP サーバのホスト名、あるいは IP アドレスを入力してください。" #: ../utils/setup.c:193 msgid "LDAP port number:" msgstr "LDAP のポート番号:" #: ../utils/setup.c:195 #, fuzzy msgid "Please enter the port number of the LDAP service (usually 389).\n" msgstr "LDAP サービスのポート番号を入力してください (通常は 389 です)。" #: ../utils/setup.c:197 msgid "LDAP base DN:" msgstr "LDAP ベース DN:" #: ../utils/setup.c:199 #, fuzzy msgid "" "Please enter the Base DN to search for authentication\n" "(for example: dc=example,dc=com)\n" msgstr "" "認証の際、検索に使うベース DN を入力してください (例:dc=example,dc=com)。" #: ../utils/setup.c:202 msgid "LDAP bind DN:" msgstr "LDAP へのバインドに使う DN:" #: ../utils/setup.c:204 #, fuzzy msgid "" "Please enter the DN of an account to use for binding to the LDAP server for " "performing queries. The account does not require any other privileges. If " "your LDAP server allows anonymous queries, you can leave this blank.Please " "enter the DN of an account to use for binding to the LDAP server\n" "for performing queries. The account does not require any other\n" "privileges. If your LDAP server allows anonymous queries, you can\n" "leave this blank.\n" msgstr "" "クエリの実行の際、LDAP サーバへのバインドに使うアカウントの DN を入力してくだ" "さい。アカウントには何も権限を与える必要はありません。LDAP サーバが誰からでも" "クエリを許可している場合、この欄は空白のままで構いません。" #: ../utils/setup.c:212 msgid "LDAP bind password:" msgstr "LDAP へのバインドに使うパスワード:" #: ../utils/setup.c:214 #, fuzzy msgid "" "If you entered a Bind DN in the previous question, you must now enter\n" "the password associated with that account. Otherwise, you can leave this\n" "blank.\n" msgstr "" "前の質問で Bind DN を入力していた場合、このアカウントに対するパスワードをここ" "で入力する必要があります。そうでなければ、この欄は空白のままで構いません。" #~ msgid "" #~ "Please specify the IP address which the server should be listening to. If " #~ "you specify 0.0.0.0, the server will listen on all addresses." #~ msgstr "" #~ "サーバが待ち受けをする IP アドレスを指定してください。0.0.0.0 を指定した場" #~ "合、サーバはすべてのアドレスで待ち受けます。" #~ msgid "" #~ "This can usually be left to the default unless multiple instances of " #~ "Citadel are running on the same computer." #~ msgstr "" #~ "同じコンピュータ上で複数の Citadel インスタンスが動作していなければ、これ" #~ "は通常デフォルトのままで構いません。" #~ msgid "Internal" #~ msgstr "内部アカウント" #~ msgid "Host" #~ msgstr "ホスト上" #~ msgid "LDAP" #~ msgstr "LDAP" #~ msgid "" #~ "Do not change this option unless you are sure it is required, since " #~ "changing back requires a full reinstall of Citadel." #~ msgstr "" #~ "何が必要か分かっていない場合は、このオプションを変更しないでください。変更" #~ "を元に戻すには Citadel をゼロから再インストールすることが必要です。" #~ msgid "" #~ "While not mandatory, it is highly recommended that you set a password for " #~ "the administrator user." #~ msgstr "" #~ "必須ではないものの、管理者ユーザにパスワードを設定することを強くお勧めしま" #~ "す。" #~ msgid "Internal, Host, LDAP, Active Directory" #~ msgstr "内部アカウント, ホスト上, LDAP, Active Directory"