Make WordPress Core


Ignore:
Timestamp:
06/13/2004 04:14:58 PM (22 years ago)
Author:
rboren
Message:

Mark some strings for translation and improve string consistency. From Albert. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000024

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-writing.php

    r1411 r1420  
    6363      </tr>
    6464      <tr valign="top">
    65         <th width="33%" scope="row"> Size of the writing box:</th>
     65        <th width="33%" scope="row"> <?php _e('Size of the writing box:') ?></th>
    6666        <td><input name="default_post_edit_rows" type="text" id="default_post_edit_rows" value="<?php echo get_settings('default_post_edit_rows'); ?>" size="2" style="width: 1.5em; " />
    67           lines </td>
     67         <?php _e('lines') ?></td>
    6868      </tr>
    6969      <tr valign="top">
     
    9696        </fieldset>
    9797    <fieldset class="options">
    98         <legend><?php _e('Writing by Email') ?></legend>
    99         <p><?php printf(__('To post to WordPress by email you must set up a secret email account with POP3 access. Any mail received at this address will be posted, so it&#8217;s a good idea to keep this address very secret. Here are three random strings you could use: <code>%s</code>, <code>%s</code>, <code>%s</code>.'), substr(md5(uniqid(microtime())),0,5), substr(md5(uniqid(microtime())),0,5), substr(md5(uniqid(microtime())),0,5)) ?></p>
     98        <legend><?php _e('Writing by e-mail') ?></legend>
     99        <p><?php printf(__('To post to WordPress by e-mail you must set up a secret e-mail account with POP3 access. Any mail received at this address will be posted, so it&#8217;s a good idea to keep this address very secret. Here are three random strings you could use: <code>%s</code>, <code>%s</code>, <code>%s</code>.'), substr(md5(uniqid(microtime())),0,5), substr(md5(uniqid(microtime())),0,5), substr(md5(uniqid(microtime())),0,5)) ?></p>
    100100       
    101101                <table width="100%" cellspacing="2" cellpadding="5" class="editform">
Note: See TracChangeset for help on using the changeset viewer.