Changeset 659 for devel/_admin

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/_admin/antispam.php

    r296 r659  
    1515                                 
    1616        echo templates_page_draw( array( 
    17                     gettext("Manage users"), 
     17                    __gettext("Manage users"), 
    1818                    templates_draw(array( 
    1919                        'context' => 'contentholder', 
    20                         'title' => gettext("Spam blocking"),  
     20                        'title' => __gettext("Spam blocking"),  
    2121                        'body' => run("admin:spam") 
    2222                    ) 
  • devel/_admin/flags.php

    r296 r659  
    1515                                 
    1616        echo templates_page_draw( array( 
    17                     gettext("Content flags"), 
     17                    __gettext("Content flags"), 
    1818                    templates_draw(array( 
    1919                        'context' => 'contentholder', 
    20                         'title' => gettext("Content flags"),  
     20                        'title' => __gettext("Content flags"),  
    2121                        'body' => run("admin:contentflags") 
    2222                    ) 
  • devel/_admin/index.php

    r296 r659  
    1515                                 
    1616        echo templates_page_draw( array( 
    17                     gettext("Administration"), 
     17                    __gettext("Administration"), 
    1818                    templates_draw(array( 
    1919                        'context' => 'contentholder', 
    20                         'title' => gettext("Administration"),  
     20                        'title' => __gettext("Administration"),  
    2121                        'body' => run("admin:main") 
    2222                    ) 
  • devel/_admin/users.php

    r296 r659  
    1515                                 
    1616        echo templates_page_draw( array( 
    17                     gettext("Manage users"), 
     17                    __gettext("Manage users"), 
    1818                    templates_draw(array( 
    1919                        'context' => 'contentholder', 
    20                         'title' => gettext("Manage users"),  
     20                        'title' => __gettext("Manage users"),  
    2121                        'body' => run("admin:users") 
    2222                    ) 
  • devel/_admin/users_add.php

    r296 r659  
    1515                                 
    1616        echo templates_page_draw( array( 
    17                     gettext("Add multiple users"), 
     17                    __gettext("Add multiple users"), 
    1818                    templates_draw(array( 
    1919                        'context' => 'contentholder', 
    20                         'title' => gettext("Add multiple users"),  
     20                        'title' => __gettext("Add multiple users"),  
    2121                        'body' => run("admin:users:add") 
    2222                    )