|
1.
|
|
|
KWriteConfig
|
|
|
|
KWriteConfig
|
|
Translated and reviewed by
Roy Chan
|
|
|
|
Located in
kwriteconfig.cpp:35
|
|
2.
|
|
|
Write KConfig entries - for use in shell scripts
|
|
|
|
寫入 KConfig 項目 - 用於 shell 命令稿
|
|
Translated and reviewed by
Roy Chan
|
|
|
|
Located in
kwriteconfig.cpp:37
|
|
3.
|
|
|
(c) 2001 Red Hat, Inc. & Luís Pedro Coelho
|
|
|
|
(c) 2001 Red Hat, Inc. & Luís Pedro Coelho
|
|
Translated and reviewed by
Roy Chan
|
|
|
|
Located in
kwriteconfig.cpp:39
|
|
4.
|
|
|
Luís Pedro Coelho
|
|
|
|
Luís Pedro Coelho
|
|
Translated and reviewed by
Roy Chan
|
|
|
|
Located in
kwriteconfig.cpp:40
|
|
5.
|
|
|
Bernhard Rosenkraenzer
|
|
|
|
Bernhard Rosenkraenzer
|
|
Translated and reviewed by
Roy Chan
|
|
|
|
Located in
kwriteconfig.cpp:41
|
|
6.
|
|
|
Wrote kreadconfig on which this is based
|
|
|
|
寫 kreadconfig,此專案的參考
|
|
Translated and reviewed by
Roy Chan
|
|
|
|
Located in
kwriteconfig.cpp:41
|
|
7.
|
|
|
Use <file> instead of global config
|
|
|
|
使用 <file> 代替全域設定
|
|
Translated and reviewed by
Roy Chan
|
|
|
|
Located in
kwriteconfig.cpp:47
|
|
8.
|
|
|
Group to look in. Use repeatedly for nested groups.
|
|
|
|
要查看的群組。巢狀群組可重覆使用。
|
|
Translated and reviewed by
Roy Chan
|
|
|
|
Located in
kwriteconfig.cpp:48
|
|
9.
|
|
|
Key to look for
|
|
|
|
要尋找的鍵
|
|
Translated and reviewed by
Roy Chan
|
|
|
|
Located in
kwriteconfig.cpp:49
|
|
10.
|
|
|
Type of variable. Use "bool" for a boolean, otherwise it is treated as a string
|
|
|
|
變數型態。用 bool 表示布林(真假)值,其他的都視為字串。
|
|
Translated and reviewed by
Roy Chan
|
|
|
|
Located in
kwriteconfig.cpp:50
|