| | 539 | |
|---|
| | 540 | #if 0 |
|---|
| | 541 | /* Just to mark these strings for translation */ |
|---|
| | 542 | PENNCONFGROUP dummy[] = { |
|---|
| | 543 | {"attribs", T("Options affecting attributes"), 0}, |
|---|
| | 544 | {"chat", T("Chat system options"), 0}, |
|---|
| | 545 | {"cmds", T("Options affecting command behavior"), 0}, |
|---|
| | 546 | {"compile", T("Compile-time options"), 0}, |
|---|
| | 547 | {"cosmetic", T("Cosmetic options"), 0}, |
|---|
| | 548 | {"costs", T("Costs"), 0}, |
|---|
| | 549 | {"db", T("Database options"), 0}, |
|---|
| | 550 | {"dump", T("Options affecting dumps and other periodic processes"), 0}, |
|---|
| | 551 | {"files", T("Files used by the MUSH"), CGP_GOD}, |
|---|
| | 552 | {"flags", T("Default flags for new objects"), 0}, |
|---|
| | 553 | {"funcs", T("Options affecting function behavior"), 0}, |
|---|
| | 554 | {"limits", T("Limits and other constants"), 0}, |
|---|
| | 555 | {"log", T("Logging options"), 0}, |
|---|
| | 556 | {"messages", T("Message files sent by the MUSH"), CGP_GOD}, |
|---|
| | 557 | {"net", T("Networking and connection-related options"), 0}, |
|---|
| | 558 | {"tiny", T("TinyMUSH compatibility options"), 0}, |
|---|
| | 559 | {NULL, NULL, 0} |
|---|
| | 560 | }; |
|---|
| | 561 | #endif |
|---|