|
1.
|
|
|
kfmclient
|
|
|
|
kfmclient
|
|
Translated and reviewed by
Wang Jian
|
|
|
|
Located in
kfmclient.cpp:56
|
|
2.
|
|
|
KDE tool for opening URLs from the command line
|
|
|
|
在命令行打开 URL 的 KDE 工具
|
|
Translated and reviewed by
Wang Jian
|
|
|
|
Located in
kfmclient.cpp:57
|
|
3.
|
|
|
Non interactive use: no message boxes
|
|
|
|
非交互用途:无消息框
|
|
Translated and reviewed by
Wang Jian
|
|
|
|
Located in
kfmclient.cpp:75
|
|
4.
|
|
|
Show available commands
|
|
|
|
显示可用的命令
|
|
Translated and reviewed by
Wang Jian
|
|
|
|
Located in
kfmclient.cpp:77
|
|
5.
|
|
|
Command (see --commands)
|
|
|
|
命令(参见 --commands)
|
|
Translated and reviewed by
Wang Jian
|
|
|
|
Located in
kfmclient.cpp:79
|
|
6.
|
|
|
Arguments for command
|
|
|
|
命令参数
|
|
Translated and reviewed by
Wang Jian
|
|
|
|
Located in
kfmclient.cpp:81
|
|
7.
|
|
|
Syntax:
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
语法:
|
|
Translated and reviewed by
Wang Jian
|
|
|
|
Located in
kfmclient.cpp:91
|
|
8.
|
|
|
kfmclient openURL 'url' ['mimetype']
# Opens a window showing 'url'.
# 'url' may be a relative path
# or file name, such as . or subdir/
# If 'url' is omitted, $HOME is used instead.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
kfmclient openURL 'url' ['mimetype']
# 打开一个窗口并显示“url”。
# “url”可以是相对路径或
# 文件名,例如 . 或 subdir/
# 如果省略“url”,则使用 $HOME。
|
|
Translated by
Wang Jian
|
|
|
|
Located in
kfmclient.cpp:92
|
|
9.
|
|
|
# If 'mimetype' is specified, it will be used to determine the
# component that Konqueror should use. For instance, set it to
# text/html for a web page, to make it appear faster
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
# 如果指定了“mimetype”,它将被用来确定
# Konqueror 应使用的部件。例如,为 Web 页
# 设置成 text/html,使其处理得更快
|
|
Translated and reviewed by
Wang Jian
|
|
|
|
Located in
kfmclient.cpp:97
|
|
10.
|
|
|
kfmclient newTab 'url' ['mimetype']
# Same as above but opens a new tab with 'url' in an existing Konqueror
# window on the current active desktop if possible.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
kfmclient newTab 'url' ['mimetype']
# 与上面相同,但是会尽可能在当前活动的桌面中已有的 Konqueror 里
# 打开“url”标签。
|
|
Translated and reviewed by
Wang Jian
|
|
|
|
Located in
kfmclient.cpp:101
|