Make WordPress Core

Changeset 5676


Ignore:
Timestamp:
06/11/2007 09:05:50 PM (18 years ago)
Author:
rob1n
Message:

Translate ». see #3401

Location:
trunk/wp-admin
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/custom-header.php

    r5478 r5676  
    170170<input type="button" value="<?php _e('Select a Text Color'); ?>" onclick="colorSelect($('textcolor'), 'pickcolor')" id="pickcolor" /><input type="button" value="<?php _e('Use Original Color'); ?>" onclick="colorDefault()" id="defaultcolor" />
    171171<?php wp_nonce_field('custom-header') ?>
    172 <input type="hidden" name="textcolor" id="textcolor" value="#<?php attribute_escape(header_textcolor()) ?>" /><input name="submit" type="submit" value="<?php _e('Save Changes'); ?> &raquo;" /></form>
     172<input type="hidden" name="textcolor" id="textcolor" value="#<?php attribute_escape(header_textcolor()) ?>" /><input name="submit" type="submit" value="<?php _e('Save Changes &raquo;'); ?>" /></form>
    173173<?php } ?>
    174174
     
    184184<?php wp_nonce_field('custom-header') ?>
    185185<p class="submit">
    186 <input type="submit" value="<?php _e('Upload'); ?> &raquo;" />
     186<input type="submit" value="<?php _e('Upload &raquo;'); ?>" />
    187187</p>
    188188</form>
  • trunk/wp-admin/includes/template.php

    r5666 r5676  
    579579</p>
    580580<p class="submit">
    581 <input type="submit" value="<?php _e( 'Upload file and import' ); ?> &raquo;" />
     581<input type="submit" value="<?php _e( 'Upload file and import &raquo;' ); ?>" />
    582582</p>
    583583</form>
  • trunk/wp-admin/includes/upload.php

    r5653 r5676  
    170170                    <?php wp_nonce_field( 'inlineuploading' ); ?>
    171171                    <div class="submit">
    172                         <input type="submit" value="<?php $id ? _e('Save') : _e('Upload'); ?> &raquo;" />
     172                        <input type="submit" value="<?php $id ? _e('Save &raquo;') : _e('Upload &raquo;'); ?>" />
    173173                    </div>
    174174                </td>
  • trunk/wp-admin/index-extra.php

    r5640 r5676  
    6161?>
    6262</ul>
    63 <p class="readmore"><a href="<?php echo apply_filters( 'dashboard_secondary_link', 'http://planet.wordpress.org/' ); ?>"><?php _e('Read more'); ?> &raquo;</a></p>
     63<p class="readmore"><a href="<?php echo apply_filters( 'dashboard_secondary_link', 'http://planet.wordpress.org/' ); ?>"><?php _e('Read more &raquo;'); ?></a></p>
    6464<?php
    6565}
  • trunk/wp-admin/index.php

    r5636 r5676  
    4040?>
    4141<div>
    42 <h3><?php _e('Comments'); ?> <a href="edit-comments.php" title="<?php _e('More comments...'); ?>">&raquo;</a></h3>
     42<h3><?php printf( __( 'Comments <a href="%s" title="More comments&#8230;">&raquo;</a>' ), 'edit-comments.php' ); ?></h3>
    4343
    4444<?php if ( $numcomments ) : ?>
    45 <p><strong><a href="moderation.php"><?php echo sprintf(__('Comments in moderation (%s)'), number_format_i18n($numcomments) ); ?> &raquo;</a></strong></p>
     45<p><strong><a href="moderation.php"><?php echo sprintf(__('Comments in moderation (%s) &raquo;'), number_format_i18n($numcomments) ); ?></a></strong></p>
    4646<?php endif; ?>
    4747
     
    6464?>
    6565<div>
    66 <h3><?php _e('Posts'); ?> <a href="edit.php" title="<?php _e('More posts...'); ?>">&raquo;</a></h3>
     66<h3><?php printf( __( 'Posts <a href="%s" title="More posts&#8230;">&raquo;</a>' ), 'edit.php' ); ?></h3>
    6767<ul>
    6868<?php
  • trunk/wp-admin/link-manager.php

    r5642 r5676  
    196196<div id="ajax-response"></div>
    197197
    198 <p class="submit"><input type="submit" class="button" name="deletebookmarks" id="deletebookmarks" value="<?php _e('Delete Checked Links') ?> &raquo;" onclick="return confirm('<?php echo js_escape(__("You are about to delete these links permanently.\n'Cancel' to stop, 'OK' to delete.")); ?>')" /></p>
     198<p class="submit"><input type="submit" class="button" name="deletebookmarks" id="deletebookmarks" value="<?php _e('Delete Checked Links &raquo;') ?>" onclick="return confirm('<?php echo js_escape(__("You are about to delete these links permanently.\n'Cancel' to stop, 'OK' to delete.")); ?>')" /></p>
    199199</form>
    200200
  • trunk/wp-admin/page-new.php

    r4915 r5676  
    1111
    1212<?php if ( (isset($_GET['posted']) && $_GET['posted'])  || isset($_GET['saved'])  ) : ?>
    13 <div id="message" class="updated fade"><p><strong><?php _e('Page saved.') ?></strong> <a href="edit-pages.php"><?php _e('Manage pages'); ?></a> | <a href="<?php echo get_page_link( isset($_GET['posted']) ? $_GET['posted'] : $_GET['saved'] ); ?>"><?php _e('View page') ; ?> &raquo;</a></p></div>
     13<div id="message" class="updated fade"><p><strong><?php _e('Page saved.') ?></strong> <a href="edit-pages.php"><?php _e('Manage pages'); ?></a> | <a href="<?php echo get_page_link( isset($_GET['posted']) ? $_GET['posted'] : $_GET['saved'] ); ?>"><?php _e('View page &raquo;') ; ?></a></p></div>
    1414<?php endif; ?>
    1515
  • trunk/wp-admin/post-new.php

    r5384 r5676  
    2222
    2323if ( isset($_GET['posted']) && $_GET['posted'] ) : ?>
    24 <div id="message" class="updated fade"><p><strong><?php _e('Post saved.'); ?></strong> <a href="<?php echo get_permalink( $_GET['posted'] ); ?>"><?php _e('View post'); ?> &raquo;</a></p></div>
     24<div id="message" class="updated fade"><p><strong><?php _e('Post saved.'); ?></strong> <a href="<?php echo get_permalink( $_GET['posted'] ); ?>"><?php _e('View post &raquo;'); ?></a></p></div>
    2525<?php
    2626endif;
     
    4343
    4444    if ( 15 < count($drafts) ) { ?>
    45         , <a href="edit.php"><?php echo sprintf(__('and %s more'), (count($drafts) - 15) ); ?> &raquo;</a>
     45        , <a href="edit.php"><?php echo sprintf(__('and %s more &raquo;'), (count($drafts) - 15) ); ?></a>
    4646    <?php } ?>
    4747.</p>
Note: See TracChangeset for help on using the changeset viewer.