Make WordPress Core


Ignore:
Timestamp:
02/27/2005 11:09:58 PM (20 years ago)
Author:
ryan
Message:

gettext install and upgrade. http://mosquito.wordpress.org/view.php?id=994 From nbachiyski

File:
1 edited

Legend:

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

    r1812 r2391  
    6868    case 0:
    6969?>
    70 <p>This file upgrades you from any previous version of WordPress to the latest. It may take a while though, so be patient.</p>
    71 <h2 class="step"><a href="upgrade.php?step=1">Upgrade WordPress &raquo;</a></h2>
     70<p><?php _e('This file upgrades you from any previous version of WordPress to the latest. It may take a while though, so be patient.'); ?></p>
     71    <h2 class="step"><a href="upgrade.php?step=1"><?php _e('Upgrade WordPress &raquo;'); ?></a></h2>
    7272<?php
    7373    break;
     
    7777    upgrade_all();
    7878?>
    79 <h2>Step 1</h2>
    80 <p>There's actually only one step. So if you see this, you're done. <a href="../">Have fun</a>! </p>
     79<h2><?php _e('Step 1'); ?></h2>
     80    <p><?php printf(__("There's actually only one step. So if you see this, you're done. <a href='%s'>Have fun</a>!"), '../'); ?></p>
    8181
    8282<!--
    8383<pre>
    84 <?php echo $wpdb->num_queries; ?> queries
     84<?php printf(__('%s queries'), $wpdb->num_queries); ?>
    8585
    86 <?php timer_stop(1); ?> seconds
     86<?php printf(__('%s seconds'), timer_stop(0)); ?>
    8787</pre>
    8888-->
Note: See TracChangeset for help on using the changeset viewer.