Index: trunk/extensions/ParserFun/ParserFun.i18n.magic.php |
— | — | @@ -22,6 +22,14 @@ |
23 | 23 | 'caller' => array( 1, 'CALLER' ), |
24 | 24 | ); |
25 | 25 | |
| 26 | +/** Message documentation (Message documentation) |
| 27 | + * @author Daniel Werner |
| 28 | + */ |
| 29 | +$messages['qqq'] = array( |
| 30 | + 'this' => array( 1, 'Keyword to put in front of a variable like "{{THIS:PAGENAME}}". This will output the pagename of the page where it is defined on instead of the page actually being parsed. "THIS" refers to that page.' ), |
| 31 | + 'caller' => array( 1, 'Variable/Parser function returning an templates direct initiator or with options even all or just specific initiators.' ), |
| 32 | +); |
| 33 | + |
26 | 34 | /** German (Deutsch) |
27 | 35 | * @author Daniel Werner |
28 | 36 | */ |