Changeset 2570

Show
Ignore:
Timestamp:
04/22/05 00:16:48 (4 years ago)
Author:
ryan
Message:

Mark strings for localization. http://mosquito.wordpress.org/view.php?id=1272 Props: nbachiyski

Files:

Legend:

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

    r2471 r2570  
    4040    if ($post->post_title == '') 
    4141        $post->post_title = sprintf(__('Post #%s'), $post->ID); 
    42     echo "<li><a href='post.php?action=edit&amp;post=$post->ID' title='" . __('Edit this post') . "'>$post->post_title</a> in " . human_time_diff( current_time('timestamp', 1), strtotime($post->post_date_gmt. ' GMT') )  . "</li>"; 
     42    echo "<li>" . sprintf(__('%1$s in %2$s'), "<a href='post.php?action=edit&amp;post=$post->ID' title='" . __('Edit this post') . "'>$post->post_title</a>", human_time_diff( current_time('timestamp', 1), strtotime($post->post_date_gmt. ' GMT') ))  . "</li>"; 
    4343} 
    4444?>  
  • trunk/wp-admin/install.php

    r2548 r2570  
    1818<html xmlns="http://www.w3.org/1999/xhtml"> 
    1919<head> 
    20     <title>WordPress &rsaquo; Installation</title> 
     20    <title><?php _e('WordPress &rsaquo; Installation'); ?></title> 
    2121    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    2222    <style media="screen" type="text/css">