Ticket #3511: parenth-i18n.diff
File parenth-i18n.diff, 1.2 KB (added by , 18 years ago) |
---|
-
wp-admin/edit-comments.php
45 45 <input type="text" name="s" value="<?php if (isset($_GET['s'])) echo attribute_escape($_GET['s']); ?>" size="17" /> 46 46 <input type="submit" name="submit" value="<?php _e('Search') ?>" /> 47 47 <input type="hidden" name="mode" value="<?php echo $mode; ?>" /> 48 <?php _e('(Searches within comment text, e-mail, URL, and IP address.)')?>48 <?php echo '('.__('Searches within comment text, e-mail, URL, and IP address.').')'; ?> 49 49 </fieldset> 50 50 </form> 51 51 <p><a href="?mode=view"><?php _e('View Mode') ?></a> | <a href="?mode=edit"><?php _e('Mass Edit Mode') ?></a></p> -
wp-admin/edit-link-form.php
237 237 echo 'selected="selected"'; 238 238 echo('>'.$r.'</option>'); 239 239 } 240 ?></select> <?php _e('(Leave at 0 for no rating.)')?>240 ?></select> <?php echo '('.__('Leave at 0 for no rating.').')'; ?> 241 241 </td> 242 242 </tr> 243 243 </table>