-í
–H<c       s,     d  Z    d k l Z  d „  Z d S(   s¬  
    MoinMoin - Load I18N Text

    Copyright (c) 2001 by Jürgen Hermann <jh@web.de>
    All rights reserved, see COPYING for details.

    This macro has the main purpose of supporting Help* page authors
    to insert the texts that a user actually sees on his screen into
    the description of the related features (which otherwise could
    get very confusing).

    $Id: GetText.py,v 1.1 2001/12/07 22:54:14 jhermann Exp $
(   s   getTextc    s     t  | ƒ Sd  S(   N(   s   getTexts   args(   s   macros   args(    (    sR   /home/ai3/gregs/moin-install/lib/python2.2/site-packages/MoinMoin/macro/GetText.pys   execute s   N(   s   __doc__s   MoinMoin.i18ns   getTexts   execute(   s   executes   getText(    (    sR   /home/ai3/gregs/moin-install/lib/python2.2/site-packages/MoinMoin/macro/GetText.pys   ? s   