Changeset 4165
- Timestamp:
- 09/05/2006 06:52:24 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r4137 r4165 116 116 <fieldset> 117 117 <legend><?php _e('Browse Category…') ?></legend> 118 <?php wp_dropdown_categories('show_option_all= All&hide_empty=0&hierarchical=1&show_count=1&selected='.$cat);?>118 <?php wp_dropdown_categories('show_option_all='.__('All').'&hide_empty=0&hierarchical=1&show_count=1&selected='.$cat);?> 119 119 <input type="submit" name="submit" value="<?php _e('Show Category') ?>" /> 120 120 </fieldset> -
trunk/wp-admin/import/blogger.php
r4144 r4165 342 342 $form.= $body; 343 343 $form.= "</div><script type='text/javascript'>forms=document.getElementsByTagName('form');for(i=0;i<forms.length;i++){if(forms[i].action.search('{$blog_opt}')){forms[i].submit();break;}}</script>"; 344 $output.= '<p>'.sprintf( '<strong>%s</strong> in progress, please wait...', $blog_opt)."</p>\n";344 $output.= '<p>'.sprintf(__('<strong>%s</strong> in progress, please wait...'), $blog_opt)."</p>\n"; 345 345 } else { 346 346 $output.= "<p>$blog_opt</p>\n"; … … 421 421 $user_password = substr(md5(uniqid(microtime())), 0, 6); 422 422 $result = wp_create_user( $user_login, $user_password, $user_email ); 423 $status.= sprintf( 'Registered user <strong>%s</strong>.', $user_login);423 $status.= sprintf(__('Registered user <strong>%s</strong>.'), $user_login); 424 424 $this->import['blogs'][$_GET['blog']]['newusers'][] = $user_login; 425 425 } … … 510 510 } 511 511 $status = sprintf(__('%s post(s) parsed, %s skipped...'), $postcount, $skippedpostcount).' '. 512 sprintf(__('%s comment(s) parsed, %s skipped...'), $commentcoun , $skippedcommentcount).' '.512 sprintf(__('%s comment(s) parsed, %s skipped...'), $commentcount, $skippedcommentcount).' '. 513 513 ' <strong>'.__('Done').'</strong>'; 514 514 $import = $this->import; … … 547 547 sleep(2); 548 548 if ( $response['code'] >= 400 ) 549 wp_die('<h1> Error restoring publishMode.</h1><p>Please tell the devs.</p>' . addslashes(print_r($response, 1)) );549 wp_die('<h1>'.__('Error restoring publishMode').'</h1><p>'.__('Please tell the devs.').'</p>' . addslashes(print_r($response, 1)) ); 550 550 } 551 551 } … … 663 663 $blogger_import = new Blogger_Import(); 664 664 665 register_importer('blogger', 'Blogger and Blogspot', __('Import <strong>posts and comments</strong> from your Blogger account'), array ($blogger_import, 'start'));665 register_importer('blogger', __('Blogger and Blogspot'), __('Import <strong>posts and comments</strong> from your Blogger account'), array ($blogger_import, 'start')); 666 666 667 667 ?> -
trunk/wp-admin/import/blogware.php
r3784 r4165 189 189 $blogware_import = new BW_Import(); 190 190 191 register_importer('blogware', 'Blogware', __('Import posts from Blogware'), array ($blogware_import, 'dispatch'));191 register_importer('blogware', __('Blogware'), __('Import posts from Blogware'), array ($blogware_import, 'dispatch')); 192 192 ?> -
trunk/wp-admin/import/dotclear.php
r3976 r4165 633 633 echo '<p>'.__('Secondly, we have attempted to preserve post authors. If you are the only author or contributor to your blog, then you are safe. In most cases, we are successful in this preservation endeavor. However, if we cannot ascertain the name of the writer due to discrepancies between database tables, we assign it to you, the administrative user.').'</p>'; 634 634 echo '<h3>'.__('Textile').'</h3>'; 635 echo '<p>'.__('Also, since you\'re coming from Dotclear, you probably have been using Textile to format your comments and posts. If this is the case, we recommend downloading and installing <a href="http://www.huddledmasses.org/ 2004/04/19/wordpress-plugin-textile-20/">Textile for WordPress</a>. Trust me... You\'ll want it.').'</p>';635 echo '<p>'.__('Also, since you\'re coming from Dotclear, you probably have been using Textile to format your comments and posts. If this is the case, we recommend downloading and installing <a href="http://www.huddledmasses.org/category/development/wordpress/textile/">Textile for WordPress</a>. Trust me... You\'ll want it.').'</p>'; 636 636 echo '<h3>'.__('WordPress Resources').'</h3>'; 637 637 echo '<p>'.__('Finally, there are numerous WordPress resources around the internet. Some of them are:').'</p>'; 638 638 echo '<ul>'; 639 639 echo '<li>'.__('<a href="http://www.wordpress.org">The official WordPress site</a>').'</li>'; 640 echo '<li>'.__('<a href="http://wordpress.org/support/">The WordPress support forums ').'</li>';640 echo '<li>'.__('<a href="http://wordpress.org/support/">The WordPress support forums</a>').'</li>'; 641 641 echo '<li>'.__('<a href="http://codex.wordpress.org">The Codex (In other words, the WordPress Bible)</a>').'</li>'; 642 642 echo '</ul>'; 643 echo '<p>'.sprintf(__('That\'s it! What are you waiting for? Go <a href="%1$s">login</a>!'), ' /wp-login.php').'</p>';643 echo '<p>'.sprintf(__('That\'s it! What are you waiting for? Go <a href="%1$s">login</a>!'), '../wp-login.php').'</p>'; 644 644 } 645 645 … … 744 744 745 745 $dc_import = new Dotclear_Import(); 746 register_importer('dotclear', 'Dotclear', __('Import posts from a Dotclear Blog'), array ($dc_import, 'dispatch'));746 register_importer('dotclear', __('Dotclear'), __('Import posts from a Dotclear Blog'), array ($dc_import, 'dispatch')); 747 747 ?> -
trunk/wp-admin/import/greymatter.php
r3985 r4165 17 17 $this->header(); 18 18 ?> 19 <p> This is a basic GreyMatter to WordPress import script.</p>20 <p> What it does:</p>19 <p><?php _e('This is a basic GreyMatter to WordPress import script.') ?></p> 20 <p><?php _e('What it does:') ?></p> 21 21 <ul> 22 <li> Parses gm-authors.cgi to import (new) authors. Everyone is imported at level 1.</li>23 <li> Parses the entries cgi files to import posts, comments, and karma on posts (although karma is not used on WordPress yet).<br />If authors are found not to be in gm-authors.cgi, imports them at level 0.</li>24 <li> Detects duplicate entries or comments. If you don't import everything the first time, or this import should fail in the middle, duplicate entries will not be made when you try again.</li>22 <li><?php _e('Parses gm-authors.cgi to import (new) authors. Everyone is imported at level 1.') ?></li> 23 <li><?php _e('Parses the entries cgi files to import posts, comments, and karma on posts (although karma is not used on WordPress yet).<br />If authors are found not to be in gm-authors.cgi, imports them at level 0.') ?></li> 24 <li><?php _e("Detects duplicate entries or comments. If you don't import everything the first time, or this import should fail in the middle, duplicate entries will not be made when you try again.") ?></li> 25 25 </ul> 26 <p> What it does not:</p>26 <p><?php _e('What it does not:') ?></p> 27 27 <ul> 28 <li> Parse gm-counter.cgi, gm-banlist.cgi, gm-cplog.cgi (you can make a CP log hack if you really feel like it, but I question the need of a CP log).</li>29 <li> Import gm-templates.</li>30 <li> Doesn't keep entries on top.</li>28 <li><?php _e('Parse gm-counter.cgi, gm-banlist.cgi, gm-cplog.cgi (you can make a CP log hack if you really feel like it, but I question the need of a CP log).') ?></li> 29 <li><?php _e('Import gm-templates.') ?></li> 30 <li><?php _e("Doesn't keep entries on top.")?></li> 31 31 </ul> 32 32 <p> </p> … … 35 35 <input type="hidden" name="import" value="greymatter" /> 36 36 <input type="hidden" name="step" value="1" /> 37 <h3> Second step: GreyMatter details:</h3>37 <h3><?php _e('Second step: GreyMatter details:') ?></h3> 38 38 <p><table cellpadding="0"> 39 39 <tr> 40 <td> Path to GM files:</td>40 <td><?php _e('Path to GM files:') ?></td> 41 41 <td><input type="text" style="width:300px" name="gmpath" value="/home/my/site/cgi-bin/greymatter/" /></td> 42 42 </tr> 43 43 <tr> 44 <td> Path to GM entries:</td>44 <td><?php _e('Path to GM entries:') ?></td> 45 45 <td><input type="text" style="width:300px" name="archivespath" value="/home/my/site/cgi-bin/greymatter/archives/" /></td> 46 46 </tr> 47 47 <tr> 48 <td colspan="2"><br /> This importer will search for files 00000001.cgi to 000-whatever.cgi,<br />so you need to enter the number of the last GM post here.<br />(if you don't know that number, just log into your FTP and look it out<br />in the entries' folder)</td>48 <td colspan="2"><br /><?php _e("This importer will search for files 00000001.cgi to 000-whatever.cgi,<br />so you need to enter the number of the last GM post here.<br />(if you don't know that number, just log into your FTP and look it out<br />in the entries' folder)") ?></td> 49 49 </tr> 50 50 <tr> 51 <td> Last entry's number:</td>51 <td><?php _e("Last entry's number:") ?></td> 52 52 <td><input type="text" name="lastentry" value="00000001" /></td> 53 53 </tr> 54 54 </table> 55 55 </p> 56 <p> When you're ready, click OK to start importing: <input type="submit" name="submit" value="OK" class="search" /></p>56 <p><?php _e("When you're ready, click OK to start importing: ") ?><input type="submit" name="submit" value="<?php _e('OK') ?>" class="search" /></p> 57 57 </form> 58 58 <p> </p> … … 88 88 89 89 if (!chdir($archivespath)) 90 wp_die( "Wrong path, $archivespath\ndoesn't exist\non the server");90 wp_die(sprintf(__("Wrong path, %s\ndoesn't exist\non the server"), $archivespath)); 91 91 92 92 if (!chdir($gmpath)) 93 wp_die( "Wrong path, $gmpath\ndoesn't exist\non the server");93 wp_die(sprintf(__("Wrong path, %s\ndoesn't exist\non the server"), $gmpath)); 94 94 95 95 $this->header(); 96 96 ?> 97 <p> The importer is running...</p>97 <p><?php _e('The importer is running...') ?></p> 98 98 <ul> 99 <li> importing users...<ul><?php99 <li><?php _e('importing users...') ?><ul><?php 100 100 101 101 chdir($gmpath); … … 121 121 $user_id = username_exists($user_login); 122 122 if ($user_id) { 123 echo "<li>user <i>$user_login</i>... <b>Already exists</b></li>";123 printf('<li>'.__('user %s').'<strong>'.__('Already exists').'</strong></li>', "<em>$user_login</em>"); 124 124 $this->gmnames[$userdata[0]] = $user_id; 125 125 continue; … … 130 130 $this->gmnames[$userdata[0]] = $user_id; 131 131 132 echo "<li>user <i>$user_login</i>... <b>Done</b></li>"; 133 134 } 135 136 ?></ul><b>Done</b></li> 137 <li>importing posts, comments, and karma...<br /><ul><?php 132 printf('<li>'.__('user %s...').' <strong>'.__('Done').'</strong></li>', "<em>$user_login</em>"); 133 } 134 135 ?></ul><strong><?php _e('Done') ?></strong></li> 136 <li><?php _e('importing posts, comments, and karma...') ?><br /><ul><?php 138 137 139 138 chdir($archivespath); … … 164 163 165 164 $entry=file($entryfile.".cgi"); 166 echo "<li>entry # $entryfile ";167 165 $postinfo=explode("|",$entry[0]); 168 166 $postmaincontent=$this->gm2autobr($entry[2]); … … 172 170 173 171 $post_title=$this->gm2autobr($postinfo[2]); 174 echo " : $post_title : by $postinfo[1]";172 printf('<li>'.__('entry # %s : %s : by %s'), $entryfile, $post_title, $postinfo[1]); 175 173 $post_title=$wpdb->escape($post_title); 176 174 … … 199 197 200 198 if ($post_ID = post_exists($post_title, '', $post_date)) { 201 echo ' (already exists)'; 199 echo ' '; 200 _e('(already exists)'); 202 201 } else { 203 202 //just so that if a post already exists, new users are not created by checkauthor … … 220 219 $this->gmnames[$postinfo[1]] = $user_id; 221 220 222 echo ": registered deleted user <i>$user_login</i> at level 0 "; 221 echo ': '; 222 printf(__('registered deleted user %s at level 0 '), "<em>$user_login</em>"); 223 223 } 224 224 … … 267 267 } 268 268 if ($numAddedComments > 0) { 269 echo ": imported $numAddedComments comment"; 270 if ($numAddedComments != 1) 271 echo "s"; 269 echo ': '; 270 printf(__('imported %d comment(s)'), $numAddedComments); 272 271 } 273 272 $preExisting = $numComments - numAddedComments; 274 if ($preExisting > 0) 275 echo " (ignored $preExisting pre-existing comments)"; 273 if ($preExisting > 0) { 274 echo ' '; 275 printf(__('ignored %d pre-existing comments'), $preExisting); 276 } 276 277 } 277 echo "... <b>Done</b></li>";278 echo '... <strong>'.__('Done').'</strong></li>'; 278 279 } 279 280 } 280 281 ?> 281 </ul>< b>Done</b></li></ul>282 </ul><strong><?php _e('Done') ?></strong></li></ul> 282 283 <p> </p> 283 <p> Completed Greymatter import !</p>284 <p><?php _e('Completed Greymatter import!') ?></p> 284 285 <?php 285 286 $this->footer(); … … 309 310 $gm_import = new GM_Import(); 310 311 311 register_importer('greymatter', 'Greymatter', __('Import posts and comments from your Greymatter blog'), array ($gm_import, 'dispatch'));312 register_importer('greymatter', __('Greymatter'), __('Import posts and comments from your Greymatter blog'), array ($gm_import, 'dispatch')); 312 313 ?> -
trunk/wp-admin/import/livejournal.php
r3749 r4165 165 165 $livejournal_import = new LJ_Import(); 166 166 167 register_importer('livejournal', 'LiveJournal', __('Import posts from LiveJournal'), array ($livejournal_import, 'dispatch'));167 register_importer('livejournal', __('LiveJournal'), __('Import posts from LiveJournal'), array ($livejournal_import, 'dispatch')); 168 168 ?> -
trunk/wp-admin/import/mt.php
r3785 r4165 33 33 $users = $wpdb->get_results("SELECT * FROM $wpdb->users ORDER BY ID"); 34 34 ?><select name="userselect[<?php echo $n; ?>]"> 35 <option value="#NONE#"> - Select -</option>35 <option value="#NONE#"><?php _e('- Select -') ?></option> 36 36 <?php 37 37 … … 149 149 foreach ($authors as $author) { 150 150 ++ $j; 151 echo '<li> Current author: <strong>'.$author.'</strong><br />'.'Create user <input type="text" value="'.$author.'" name="'.'user[]'.'" maxlength="30"> <br /> or map to existing ';151 echo '<li>'.__('Current author:').' <strong>'.$author.'</strong><br />'.sprintf(__('Create user %1$s or map to existing'), ' <input type="text" value="'.$author.'" name="'.'user[]'.'" maxlength="30"> <br />'); 152 152 $this->users_form($j); 153 153 echo '</li>'; 154 154 } 155 155 156 echo '<input type="submit" value=" Submit">'.'<br/>';156 echo '<input type="submit" value="'.__('Submit').'">'.'<br/>'; 157 157 echo '</form>'; 158 158 echo '</ol></div>'; … … 164 164 if ( isset($file['error']) ) { 165 165 $this->header(); 166 echo '<p> Sorry, there has been an error.</p>';166 echo '<p>'.__('Sorry, there has been an error').'.</p>'; 167 167 echo '<p><strong>' . $file['error'] . '</strong></p>'; 168 168 $this->footer(); … … 335 335 } 336 336 if ( $num_comments ) 337 printf( __('(%s comments)'), $num_comments);337 printf(' '.__('(%s comments)'), $num_comments); 338 338 339 339 // Finally the pings … … 383 383 } 384 384 if ( $num_pings ) 385 printf( __('(%s pings)'), $num_pings);385 printf(' '.__('(%s pings)'), $num_pings); 386 386 387 387 echo "</li>"; … … 431 431 $mt_import = new MT_Import(); 432 432 433 register_importer('mt', 'Movable Type and Typepad', __('Imports <strong>posts and comments</strong> from your Movable Type or Typepad blog'), array ($mt_import, 'dispatch'));433 register_importer('mt', __('Movable Type and Typepad'), __('Imports <strong>posts and comments</strong> from your Movable Type or Typepad blog'), array ($mt_import, 'dispatch')); 434 434 ?> -
trunk/wp-admin/import/rss.php
r4150 r4165 169 169 $rss_import = new RSS_Import(); 170 170 171 register_importer('rss', 'RSS', __('Import posts from an RSS feed'), array ($rss_import, 'dispatch'));171 register_importer('rss', __('RSS'), __('Import posts from an RSS feed'), array ($rss_import, 'dispatch')); 172 172 ?> -
trunk/wp-admin/import/textpattern.php
r3976 r4165 556 556 echo '<p>'.__('Secondly, we have attempted to preserve post authors. If you are the only author or contributor to your blog, then you are safe. In most cases, we are successful in this preservation endeavor. However, if we cannot ascertain the name of the writer due to discrepancies between database tables, we assign it to you, the administrative user.').'</p>'; 557 557 echo '<h3>'.__('Textile').'</h3>'; 558 echo '<p>'.__('Also, since you\'re coming from Textpattern, you probably have been using Textile to format your comments and posts. If this is the case, we recommend downloading and installing <a href="http://www.huddledmasses.org/ 2004/04/19/wordpress-plugin-textile-20/">Textile for WordPress</a>. Trust me... You\'ll want it.').'</p>';558 echo '<p>'.__('Also, since you\'re coming from Textpattern, you probably have been using Textile to format your comments and posts. If this is the case, we recommend downloading and installing <a href="http://www.huddledmasses.org/category/development/wordpress/textile/">Textile for WordPress</a>. Trust me... You\'ll want it.').'</p>'; 559 559 echo '<h3>'.__('WordPress Resources').'</h3>'; 560 560 echo '<p>'.__('Finally, there are numerous WordPress resources around the internet. Some of them are:').'</p>'; 561 561 echo '<ul>'; 562 562 echo '<li>'.__('<a href="http://www.wordpress.org">The official WordPress site</a>').'</li>'; 563 echo '<li>'.__('<a href="http://wordpress.org/support/">The WordPress support forums ').'</li>';563 echo '<li>'.__('<a href="http://wordpress.org/support/">The WordPress support forums</a>').'</li>'; 564 564 echo '<li>'.__('<a href="http://codex.wordpress.org">The Codex (In other words, the WordPress Bible)</a>').'</li>'; 565 565 echo '</ul>'; … … 660 660 661 661 $txp_import = new Textpattern_Import(); 662 register_importer('textpattern', 'Textpattern', __('Import posts from a Textpattern Blog'), array ($txp_import, 'dispatch'));662 register_importer('textpattern', __('Textpattern'), __('Import posts from a Textpattern Blog'), array ($txp_import, 'dispatch')); 663 663 ?> -
trunk/wp-admin/import/wordpress.php
r3776 r4165 149 149 foreach ($authors as $author) { 150 150 ++ $j; 151 echo '<li> Current author: <strong>'.$author.'</strong><br />'.'Create user <input type="text" value="'.$author.'" name="'.'user[]'.'" maxlength="30"> <br /> or map to existing ';151 echo '<li>'.__('Current author:').' <strong>'.$author.'</strong><br />'.sprintf(__('Create user %1$s or map to existing'), ' <input type="text" value="'.$author.'" name="'.'user[]'.'" maxlength="30"> <br />'); 152 152 $this->users_form($j); 153 153 echo '</li>'; … … 164 164 if ( isset($file['error']) ) { 165 165 $this->header(); 166 echo '<p> Sorry, there has been an error.</p>';166 echo '<p>'.__('Sorry, there has been an error.').'</p>'; 167 167 echo '<p><strong>' . $file['error'] . '</strong></p>'; 168 168 $this->footer(); … … 249 249 } } 250 250 if ( $num_comments ) 251 printf( __('(%s comments)'), $num_comments);251 printf(' '.__('(%s comments)'), $num_comments); 252 252 253 253 // Now for post meta … … 267 267 wp_import_cleanup($this->id); 268 268 269 echo '<h3>'.sprintf(__('All done. <a href="%s">Have fun!</a>'), get_option('home')).'</h3>';269 echo '<h3>'.sprintf(__('All done.').' <a href="%s">'.__('Have fun!').'</a>', get_option('home')).'</h3>'; 270 270 } 271 271 -
trunk/wp-admin/options-privacy.php
r3885 r4165 17 17 <td> 18 18 <input id="blog-public" type="radio" name="blog_public" value="1" <?php checked('1', get_option('blog_public')); ?> /> 19 <label for="blog-public">I would like my blog to be visible to anyone who visits, including search engines and archivers</label>19 <label for="blog-public"><?php _e('I would like my blog to be visible to anyone who visits, including search engines and archivers') ?></label> 20 20 <br /> 21 21 <input id="blog-norobots" type="radio" name="blog_public" value="0" <?php checked('0', get_option('blog_public')); ?> /> 22 <label for="blog-norobots">I would like to block search engines, but allow normal folks</label>22 <label for="blog-norobots"><?php _e('I would like to block search engines, but allow normal folks') ?></label> 23 23 <?php do_action('blog_privacy_selector'); ?> 24 24 </td> -
trunk/wp-admin/page.php
r4144 r4165 58 58 <div id='preview' class='wrap'> 59 59 <h2 id="preview-post"><?php _e('Page Preview (updated when page is saved)'); ?> <small class="quickjump"><a href="#write-post"><?php _e('edit ↑'); ?></a></small></h2> 60 <iframe src="<?php echo a dd_query_arg('preview', 'true', get_permalink($post->ID)); ?>" width="100%" height="600" ></iframe>60 <iframe src="<?php echo apply_filters('preview_page_link', add_query_arg('preview', 'true', get_permalink($post->ID))); ?>" width="100%" height="600" ></iframe> 61 61 </div> 62 62 <?php -
trunk/wp-admin/post.php
r4144 r4165 64 64 <div id='preview' class='wrap'> 65 65 <h2 id="preview-post"><?php _e('Post Preview (updated when post is saved)'); ?> <small class="quickjump"><a href="#write-post"><?php _e('edit ↑'); ?></a></small></h2> 66 <iframe src="<?php echo a dd_query_arg('preview', 'true', get_permalink($post->ID)); ?>" width="100%" height="600" ></iframe>66 <iframe src="<?php echo apply_filters('preview_post_link', add_query_arg('preview', 'true', get_permalink($post->ID))); ?>" width="100%" height="600" ></iframe> 67 67 </div> 68 68 <?php -
trunk/wp-includes/bookmark-template.php
r4144 r4165 272 272 273 273 if ( $show_updated ) 274 if ( '00' != substr($bookmark->link_updated_f, 0, 2) ) 275 $title .= ' (Last updated ' . date(get_option('links_updated_date_format'), $bookmark->link_updated_f + (get_option('gmt_offset') * 3600)) . ')'; 274 if ( '00' != substr($bookmark->link_updated_f, 0, 2) ) { 275 $title .= ' '; 276 $title .= sprintf(__('Last updated: %s'), date(get_option('links_updated_date_format'), $bookmark->link_updated_f + (get_option('gmt_offset') * 3600))); 277 $title .= ')'; 278 } 276 279 277 280 if ( '' != $title ) -
trunk/wp-includes/classes.php
r4156 r4165 26 26 } 27 27 } 28 echo "<div class='updated'><p> $cnt comment";29 if ($cnt != 1 ) echo "s";30 echo " moved to the moderation queue.</p></div>\n";28 echo "<div class='updated'><p> "; 29 printf(__('%d comment(s) moved to the moderation queue.'), $cnt); 30 echo "</p></div>\n"; 31 31 } // End function move_spam 32 32 … … 57 57 $numqueue = $counters[in_queue]; 58 58 59 $body = '<p>' . sprintf(__('Suspected spam comments: <strong>%s</strong>'), $numfound) . '</p>';59 $body = '<p>' . sprintf(__('Suspected spam comments: %s'), "<strong>$numfound</strong>") . '</p>'; 60 60 61 61 if ( count($counters[found]) > 0 ) { -
trunk/wp-includes/functions.php
r4144 r4165 948 948 $ifp = @ fopen($new_file, 'wb'); 949 949 if ( ! $ifp ) 950 return array('error' => "Could not write file $new_file.");950 return array('error' => sprintf(__('Could not write file %s'), $new_file)); 951 951 952 952 $success = @ fwrite($ifp, $bits); … … 1092 1092 } 1093 1093 1094 return __('Are you sure you want to do this ');1094 return __('Are you sure you want to do this?'); 1095 1095 } 1096 1096 -
trunk/wp-includes/post-template.php
r4144 r4165 331 331 332 332 } else { 333 $p .= __('Missing attachment');333 $p .= __('Missing Attachment'); 334 334 } 335 335 return $p;
Note: See TracChangeset
for help on using the changeset viewer.