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/_rss/styles.php

    r429 r659  
    88    global $page_owner; 
    99 
    10     $title = gettext("RSS Management"); 
    11     $subelgg = gettext("To add this feed to your resources page, click here."); 
    12     $subother = gettext("To add this feed to an external RSS aggregator, click the link that corresponds to your aggregator:"); 
    13     $gubbins = gettext("Summary"); 
    14     $headertitle = gettext("This is an RSS feed for "); 
    15     $exit = gettext("Didn't mean to come here? Click to exit!"); 
     10    $title = __gettext("RSS Management"); 
     11    $subelgg = __gettext("To add this feed to your resources page, click here."); 
     12    $subother = __gettext("To add this feed to an external RSS aggregator, click the link that corresponds to your aggregator:"); 
     13    $gubbins = __gettext("Summary"); 
     14    $headertitle = __gettext("This is an RSS feed for "); 
     15    $exit = __gettext("Didn't mean to come here? Click to exit!"); 
    1616     
    1717    echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>";