String localization fixes. http://mosquito.wordpress.org/view.php?id=1112 Props: SteveAgl

git-svn-id: http://svn.automattic.com/wordpress/trunk@2445 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-03-15 16:35:13 +00:00
parent 59ae577d6b
commit 3c12b33710
2 changed files with 4 additions and 6 deletions

View File

@ -108,7 +108,7 @@ switch ($action) {
?> ?>
<div class="wrap"> <div class="wrap">
<h2><?php printf('Edit &#8220%s&#8221; Category', wp_specialchars($row->cat_name)); ?></h2> <h2><?php printf(__('Edit &#8220%s&#8221; Category'), wp_specialchars($row->cat_name)); ?></h2>
<form name="editcat" method="post"> <form name="editcat" method="post">
<input type="hidden" name="action" value="editedcat" /> <input type="hidden" name="action" value="editedcat" />
@ -443,9 +443,7 @@ foreach ($results as $row) {
</div> </div>
<div class="wrap"> <div class="wrap">
<h3><?php _e('Note:') ?></h3> <h3><?php _e('Note:') ?></h3>
<?php printf(__('<p>Deleting a link category does not delete links from that category.<br /> <?php printf(__('<p>Deleting a link category does not delete links from that category.<br />It will just set them back to the default category <b>%s</b>.'), get_linkcatname(1)) ?></p>
It will just set them back to the default category <b>%s</b>.'), get_linkcatname(1)) ?>
</p>
</div> </div>
<?php <?php
break; break;

View File

@ -391,7 +391,7 @@ switch ($action) {
</td> </td>
</tr> </tr>
<tr> <tr>
<th scope="row"> family </th> <th scope="row"> <?php _e('family') ?> </th>
<td> <td>
<label for="child"> <label for="child">
<input class="valinp" type="radio" name="family" value="child" id="child" <?php xfn_check('family', 'child', 'radio'); ?> /> <input class="valinp" type="radio" name="family" value="child" id="child" <?php xfn_check('family', 'child', 'radio'); ?> />