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/plugins/delicious.php

    r1526 r1561  
    6262 } 
    6363 if (html == '') { 
    64   html = '<?php echo  LBL_TAG_SUGGESTIONS_NONE ?>'; 
     64  html = '<?php echo  __('no suggestions') ?>'; 
    6565 } 
    6666 span.innerHTML = '(' + html + ')'; 
     
    106106        newspan.setAttribute("id","dt" + id); 
    107107        newspan.style.margin="0 0 0 0.5em"; 
    108         newspan.innerHTML = "<?php echo  LBL_TAG_SUGGESTIONS ?>: (...) ]"; 
     108        newspan.innerHTML = "<?php echo  __('suggestions') ?>: (...) ]"; 
    109109        actionSpan.appendChild(newspan); 
    110110        get_from_delicious(id);