kde-l10n/ja/messages/kde-workspace/ksystraycmd.po
Ivailo Monev 853333f25a generic: regenerate
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-06-27 14:09:08 +03:00

136 lines
4.5 KiB
Text

# Translation of ksystraycmd into Japanese.
# This file is distributed under the same license as the kdebase package.
# Noboru Sinohara <shinobo@leo.bekkoame.ne.jp>, 2002.
# Toyohiro Asukai <toyohiro@ksmplus.com>, 2004.
# Shinichi Tsunoda <tsuno@ngy.1st.ne.jp>, 2005.
# Fumiaki Okushi <fumiaki@okushi.com>, 2006.
# Yukiko Bando <ybando@k6.dion.ne.jp>, 2006, 2007.
#
msgid ""
msgstr ""
"Project-Id-Version: ksystraycmd\n"
"Report-Msgid-Bugs-To: xakepa10@gmail.com\n"
"POT-Creation-Date: 2021-06-27 14:01+0300\n"
"PO-Revision-Date: 2007-06-26 23:00+0900\n"
"Last-Translator: Yukiko Bando <ybando@k6.dion.ne.jp>\n"
"Language-Team: Japanese <kde-jp@kde.org>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.1\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: &\n"
"X-Text-Markup: kde4\n"
#: ksystraycmd.cpp:80
msgid "No window matching pattern '%1' and no command specified.\n"
msgstr "パターン “%1” にマッチするウィンドウも、コマンドの指定もありません。\n"
#: ksystraycmd.cpp:87
msgid "KSysTrayCmd: K3ShellProcess cannot find a shell."
msgstr "KSysTrayCmd: K3ShellProcess はシェルを見つけることができません。"
#: ksystraycmd.cpp:248 main.cpp:19
msgid "KSysTrayCmd"
msgstr "KSysTrayCmd"
#: ksystraycmd.cpp:249
msgid "&Hide"
msgstr "隠す(&H)"
#: ksystraycmd.cpp:249
msgid "&Restore"
msgstr "復元(&R)"
#: ksystraycmd.cpp:250
msgid "&Undock"
msgstr "ドッキング解除(&U)"
#: ksystraycmd.cpp:251
msgid "&Quit"
msgstr "終了(&Q)"
#: main.cpp:21
msgid "Allows any application to be kept in the system tray"
msgstr "任意のアプリケーションをシステムトレイに常駐させます"
#: main.cpp:23
msgid "(C) 2001-2002 Richard Moore (rich@kde.org)"
msgstr "(C) 2001-2002 Richard Moore (rich@kde.org)"
#: main.cpp:24
msgid "Richard Moore"
msgstr "Richard Moore"
#: main.cpp:29
msgid "Command to execute"
msgstr "実行するコマンド"
#: main.cpp:31
msgid ""
"A regular expression matching the window title\n"
"If you do not specify one, then the very first window\n"
"to appear will be taken - not recommended."
msgstr ""
"ウィンドウタイトルにマッチする正規表現\n"
"何も指定しない場合、一番最初に現れたウィンドウが\n"
"使われます。これは推奨されません。"
#: main.cpp:34
msgid ""
"The window id of the target window\n"
"Specifies the id of the window to use. If the id starts with 0x\n"
"it is assumed to be in hex."
msgstr ""
"ターゲットウィンドウのウィンドウ ID\n"
"使用するウィンドウの ID を指定します。\n"
"ID が 0x で始まる場合は、十六進数と見なされます。"
#: main.cpp:37
msgid "Hide the window to the tray on startup"
msgstr "起動時にウィンドウをトレイに隠す"
#: main.cpp:38
msgid ""
"Wait until we are told to show the window before\n"
"executing the command"
msgstr "ウィンドウの表示が要求されるまでコマンドを実行しない"
#: main.cpp:40
msgid "Sets the initial tooltip for the tray icon"
msgstr "システムトレイアイコンの初期のツールチップをセット"
#: main.cpp:41
msgid ""
"Keep the tray icon even if the client exits. This option\n"
"has no effect unless startonshow is specified."
msgstr ""
"クライアントが終了してもシステムトレイアイコンを維持する\n"
"これは startonshow が指定されていないと効果がありません。"
#: main.cpp:43
msgid ""
"Use ksystraycmd's icon instead of the window's icon in the systray\n"
"(should be used with --icon to specify ksystraycmd icon)"
msgstr ""
"システムトレイにウィンドウのアイコンではなく、\n"
"ksystraycmd のアイコンを表示する\n"
"(ksystraycmd アイコンの指定には <icode>--icon</icode> を使用)"
#: main.cpp:45
msgid "Try to keep the window above other windows"
msgstr "ウィンドウを常に前面に表示するよう試みる"
#: main.cpp:46
msgid ""
"Quit the client when we are told to hide the window.\n"
"This has no effect unless startonshow is specified and implies keeprunning."
msgstr ""
"ウィンドウを隠すよう要求されたときにクライアントも終了する\n"
"これは startonshow が指定されていないと効果がありません。\n"
"その場合、暗示的に keeprunning になります。"
#: main.cpp:84
msgid "No command or window specified"
msgstr "コマンドもウィンドウも指定されていません"