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/stickyflag/stickyflag.php

    r1324 r1561  
    9090 
    9191    print ("<fieldset>\n"); 
    92     print ("  <legend>" . LBL_STICKY . " " . LBL_ITEMS . "</legend>\n"); 
     92    print ("  <legend>" . __('Sticky') . " " . __('items') . "</legend>\n"); 
    9393    print ("   <p><input id='ui_sm' type='checkbox' value='1' name='ui_sm'" . ($options & STICKYFLAG_ENABLE_STICKY_MENU ? "checked='1'" : "") . ">"  
    9494               . "<label for='ui_sm'>Show Menu Item</label></br></p>\n"); 
     
    9898    print ("</fieldset>\n"); 
    9999    print ("<fieldset>\n"); 
    100     print ("  <legend>" . LBL_FLAG . " " . LBL_ITEMS . "</legend>\n"); 
     100    print ("  <legend>" . __('Flagged') . " " . __('items') . "</legend>\n"); 
    101101    print ("    <p><input id='ui_fm' type='checkbox' value='1' name='ui_fm'" . ($options & STICKYFLAG_ENABLE_FLAG_MENU ? "checked='1'" : "") . ">" 
    102102                . "<label for='ui_fm'>Show Menu Item</label></br></p>\n");