Changeset 686

Show
Ignore:
Timestamp:
07/19/06 15:35:22 (2 years ago)
Author:
donncha
Message:

language - #6

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-login.php

    r661 r686  
    4444<html xmlns="http://www.w3.org/1999/xhtml"> 
    4545<head> 
    46         <title>WordPress &raquo; <?php _e('Lost Password') ?></title> 
     46        <title><?php _e('WordPress &raquo;') ?> <?php _e('Lost Password') ?></title> 
    4747        <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> 
    4848        <link rel="stylesheet" href="<?php echo get_settings('siteurl'); ?>/wp-admin/wp-admin.css" type="text/css" /> 
     
    218218<html xmlns="http://www.w3.org/1999/xhtml"> 
    219219<head> 
    220         <title>WordPress &rsaquo; <?php _e('Login') ?></title> 
     220        <title><?php _e('WordPress &rsaquo;'); ?> <?php _e('Login') ?></title> 
    221221        <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> 
    222222        <link rel="stylesheet" href="<?php bloginfo('wpurl'); ?>/wp-admin/wp-admin.css" type="text/css" /> 
     
    235235if ( $error ) { 
    236236        echo "<div id='login_error'>$error</div>"; 
    237         echo "<p align='center'><strong>Note:</strong> You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress.</p>"
     237        echo '<p align="center">'.__('<strong>Note:</strong> You must <a href="http://www.google.com/cookies.html">enable cookies</a> to use WordPress.').'</p>'
    238238} 
    239239?>