Show
Ignore:
Timestamp:
09/09/06 14:52:23 (2 years ago)
Author:
mbonetti
Message:

Yay for gettext localization! This will probably break things big time.
Note that until intl/*.php isn't adapted the the new method, the trunk
won't be localized!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/opml.php

    r1544 r1561  
    4949 
    5050    global $blogs,$folder,$inOpmlfolder, $inOpmlItem; 
    51     $folder = LBL_HOME_FOLDER; 
     51    $folder = __('Root'); 
    5252     
    5353    $inOpmlfolder = $inOpmlItem = false; 
     
    102102            // end of folder element! 
    103103            $inOpmlfolder = false; 
    104             $folder = LBL_HOME_FOLDER; 
     104            $folder = __('Root'); 
    105105        } else { 
    106106            // end of item element