L10n:MirLua/NamedEvents/Description: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(translation into English - needs revision)
(+forgotten #default values; English still needs revision)
Line 2: Line 2:
| #default = {{UnknownString}}
| #default = {{UnknownString}}
| CreateHookableEvent = {{#switch: {{{lang|{{#var:PageLang}}  }}}
| CreateHookableEvent = {{#switch: {{{lang|{{#var:PageLang}}  }}}
     | #default = CreateHookableEvent description.
     | #default = Creates a hookable event.
     | de = CreateHookableEvent Beschreibung.
     | de = CreateHookableEvent Beschreibung.
     | en = Creates a hookable event.
     | en = Creates a hookable event.
Line 8: Line 8:
   }}
   }}
| HookEvent = {{#switch: {{{lang|{{#var:PageLang}}  }}}
| HookEvent = {{#switch: {{{lang|{{#var:PageLang}}  }}}
     | #default = HookEvent description.
     | #default = Sets a callback function ("trap") to react to event call.
     | de = HookEvent Beschreibung.
     | de = HookEvent Beschreibung.
     | en = Sets a callback function ("trap") to react to event call.
     | en = Sets a callback function ("trap") to react to event call.
Line 14: Line 14:
   }}
   }}
| UnhookEvent = {{#switch: {{{lang|{{#var:PageLang}}  }}}
| UnhookEvent = {{#switch: {{{lang|{{#var:PageLang}}  }}}
     | #default = UnhookEvent description.
     | #default = Removes "trap" from event call sequence.
     | de = UnhookEvent Beschreibung.
     | de = UnhookEvent Beschreibung.
     | en = Removes "trap" from event call sequence.
     | en = Removes "trap" from event call sequence.
Line 20: Line 20:
   }}
   }}
| NotifyEventHooks = {{#switch: {{{lang|{{#var:PageLang}}  }}}
| NotifyEventHooks = {{#switch: {{{lang|{{#var:PageLang}}  }}}
     | #default = NotifyEventHooks description.
     | #default = Calls all "traps" of event call sequence one by one.
     | de = NotifyEventHooks Beschreibung.
     | de = NotifyEventHooks Beschreibung.
     | en = Calls all "traps" of event call sequence one by one.
     | en = Calls all "traps" of event call sequence one by one.
Line 26: Line 26:
   }}
   }}
| DestroyHookableEvent = {{#switch: {{{lang|{{#var:PageLang}}  }}}
| DestroyHookableEvent = {{#switch: {{{lang|{{#var:PageLang}}  }}}
     | #default = DestroyHookableEvent description.
     | #default = Removes a hookable event.
     | de = DestroyHookableEvent Beschreibung.
     | de = DestroyHookableEvent Beschreibung.
     | en = Removes a hookable event.
     | en = Removes a hookable event.

Revision as of 17:37, 10 December 2015

Documentation[create]