# # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # # msgid "" msgstr "" "Project-Id-Version: beep 1.2.2-12\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" "POT-Creation-Date: 2004-12-06 11:56+0100\n" "PO-Revision-Date: 2004-03-08 00:02+0900\n" "Last-Translator: Hideki Yamane \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=EUC-JP\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Choices #: ../templates:3 msgid "" "suid root for all, suid root with only group audio executable, not suid at " "all" msgstr "" "全ユーザが使えるように root に suid する, audio グループだけが実行できるよう" "に root に suid する, suid しない" #. Type: select #. Description #: ../templates:5 msgid "How to handle suid root for beep program?" msgstr "beep プログラムでは root への suid をどのように取り扱いますか?" #. Type: select #. Description #: ../templates:5 msgid "" "beep must be run as root since it needs to access the speaker hardware. " "There are several posibilities to make the program usable: Either only for " "root (no suid bit at all), executable only by users of the group audio, or " "usable for all." msgstr "" "スピーカーのハードウェアにアクセスする必要があるので beep は root として実行" "しなければなりません。プログラムを使うためにやり方がいくつかあります: root の" "みにする (suid を全く使わないようにする) 、audio グループ所属のユーザだけが使" "えるようにする、誰でも使えるようにする、のどれかです。" #. Type: select #. Description #: ../templates:5 msgid "" "Because each program that is suid root is security risk this is not done by " "default. However, the program is quite small (~150 lines of code) and is " "fairly easy to verify the safety of the code yourself, if you don't trust my " "judgement." msgstr "" "root に suid されたプログラムはセキュリティリスクになるので、デフォルトでは " "suid されません。しかしながら、このプログラムは非常に小さいので (150行程度の" "コードです)、私の判断を信じられない場合、あなた自身でコードの安全性を確認する" "のはとても簡単です。"