Make WordPress Core


Ignore:
Timestamp:
12/02/2005 10:37:02 PM (20 years ago)
Author:
ryan
Message:

i18n fixes from nbachiyski. #2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/users.php

    r3102 r3262  
    118118        <?php _e('Delete all posts and links.'); ?></label></li>
    119119        <li><input type="radio" id="delete_option1" name="delete_option" value="reassign" />
    120         <?php echo sprintf(__('<label for="delete_option1">Attribute all posts and links to:</label> %s'), $user_dropdown); ?></li>
     120        <?php echo '<label for="delete_option1">'.__('Attribute all posts and links to:')."</label> $user_dropdown"; ?></li>
    121121    </ul>
    122122    <input type="hidden" name="action" value="dodelete" />
     
    271271  <ul style="list-style:none;">
    272272    <li><input type="radio" name="action" id="action0" value="delete" /> <label for="action0"><?php _e('Delete checked users.'); ?></label></li>
    273     <li><input type="radio" name="action" id="action1" value="promote" /> <?php echo sprintf(__('<label for="action1">Set the Role of checked users to:</label> %s'), $role_select); ?></li>
     273    <li><input type="radio" name="action" id="action1" value="promote" /> <?php echo '<label for="action1">'.__('Set the Role of checked users to:')."</label> $role_select"; ?></li>
    274274  </ul>
    275275    <p class="submit"><input type="submit" value="<?php _e('Update &raquo;'); ?>" /></p>
     
    279279<div class="wrap">
    280280<h2><?php _e('Add New User') ?></h2>
    281 <?php printf(__('<p>Users can <a href="%s/wp-register.php">register themselves</a> or you can manually create users here.</p>'), get_settings('siteurl')); ?>
     281<?php echo '<p>'.sprintf(__('Users can <a href="%1$s">register themselves</a> or you can manually create users here.'), get_settings('siteurl').'/wp-register.php').'</p>'; ?>
    282282<form action="" method="post" name="adduser" id="adduser">
    283283  <table class="editform" width="100%" cellspacing="2" cellpadding="5">
Note: See TracChangeset for help on using the changeset viewer.