Changeset 659 for devel/help

Show
Ignore:
Timestamp:
10/21/06 20:56:09 (2 years ago)
Author:
misja
Message:

Taking gettext to a new level, see message <http://lists.elgg.org/pipermail/development/2006-October/000590.html>. In a nutshell: all gettext calls are replaced by gettext, revamped gettext handling plus some additional fixes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/help/blogs_help.php

    r296 r659  
    1212                    templates_draw(array( 
    1313                                                    'body' => run("help:blogs"), 
    14                                                     'title' => gettext("'Your blog' help"), 
     14                                                    'title' => __gettext("'Your blog' help"), 
    1515                                                    'context' => 'contentholder' 
    1616                                                ) 
  • devel/help/calendar_help.php

    r296 r659  
    88    // Draw page 
    99        echo templates_page_draw( array( 
    10                     gettext("Calendar help"), 
     10                    __gettext("Calendar help"), 
    1111                    templates_draw( array( 
    1212                                                    'body' => run("help:calendar"), 
    13                                                     'title' => gettext("'Your calendar' help"), 
     13                                                    'title' => __gettext("'Your calendar' help"), 
    1414                                                    'context' => 'contentholder' 
    1515                                                ) 
  • devel/help/files_help.php

    r475 r659  
    88    // Draw page 
    99        echo templates_page_draw( array( 
    10                     sprintf(gettext("Help for %s"),sitename), 
     10                    sprintf(__gettext("Help for %s"),sitename), 
    1111                    templates_draw(array( 
    1212                                                    'body' => run("help:files"), 
    13                                                     'title' => gettext("'Your Files' help"), 
     13                                                    'title' => __gettext("'Your Files' help"), 
    1414                                                    'context' => 'contentholder' 
    1515                                                ) 
  • devel/help/network_help.php

    r296 r659  
    1111                    templates_draw(array( 
    1212                                                    'body' => run("help:network"), 
    13                                                     'title' => gettext("'Your Network' help"), 
     13                                                    'title' => __gettext("'Your Network' help"), 
    1414                                                    'context' => 'contentholder' 
    1515                                                ) 
  • devel/help/profile_help.php

    r296 r659  
    1111                    templates_draw(array( 
    1212                                                    'body' => run("help:profile"), 
    13                                                     'title' => gettext("'Your Profile' help"), 
     13                                                    'title' => __gettext("'Your Profile' help"), 
    1414                                                    'context' => 'contentholder' 
    1515                                                )