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/_communities/index.php

    r296 r659  
    2020    //    protect(1); 
    2121         
    22         $title = run("profile:display:name") . " :: " . gettext("Communities"); 
     22        $title = run("profile:display:name") . " :: " . __gettext("Communities"); 
    2323                                 
    2424        echo templates_page_draw( array( 
  • devel/_communities/members.php

    r296 r659  
    2020    //    protect(1); 
    2121         
    22         $title = run("profile:display:name") . " :: " . gettext("Members"); 
     22        $title = run("profile:display:name") . " :: " . __gettext("Members"); 
    2323                                 
    2424        echo templates_page_draw( array( 
  • devel/_communities/owned.php

    r296 r659  
    2020    //    protect(1); 
    2121         
    22         $title = run("profile:display:name") . " :: " . gettext("Owned Communities"); 
     22        $title = run("profile:display:name") . " :: " . __gettext("Owned Communities"); 
    2323                                 
    2424        echo templates_page_draw( array( 
  • devel/_communities/requests.php

    r399 r659  
    2121    //    protect(1); 
    2222         
    23         $title = run("profile:display:name") . " :: ". gettext("Membership requests"); 
     23        $title = run("profile:display:name") . " :: ". __gettext("Membership requests"); 
    2424                                 
    2525        echo templates_page_draw(array(