Changeset 14326
- Timestamp:
- 05/01/2010 07:09:38 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/blogware.php
r13377 r14326 30 30 function greet() { 31 31 echo '<div class="narrow">'; 32 echo '<p>'.__('Howdy! This importer allows you to extract posts from Blogware XML export file into your blog.Pick a Blogware file to upload and click Import.').'</p>';32 echo '<p>'.__('Howdy! This importer allows you to extract posts from Blogware XML export file into your site. Pick a Blogware file to upload and click Import.').'</p>'; 33 33 wp_import_upload_form("admin.php?import=blogware&step=1"); 34 34 echo '</div>'; -
trunk/wp-admin/import/textpattern.php
r14165 r14326 65 65 function greet() { 66 66 echo '<div class="narrow">'; 67 echo '<p>'.__('Howdy! This imports categories, users, posts, comments, and links from any Textpattern 4.0.2+ into this blog.').'</p>';67 echo '<p>'.__('Howdy! This imports categories, users, posts, comments, and links from any Textpattern 4.0.2+ into this site.').'</p>'; 68 68 echo '<p>'.__('This has not been tested on previous versions of Textpattern. Mileage may vary.').'</p>'; 69 69 echo '<p>'.__('Your Textpattern Configuration settings are as follows:').'</p>'; -
trunk/wp-admin/includes/schema.php
r14315 r14326 676 676 $welcome_email = __( 'Dear User, 677 677 678 Your new SITE_NAME bloghas been successfully set up at:678 Your new SITE_NAME site has been successfully set up at: 679 679 BLOG_URL 680 680 … … 684 684 Login Here: BLOG_URLwp-login.php 685 685 686 We hope you enjoy your new blog.686 We hope you enjoy your new site. 687 687 Thanks! 688 688 -
trunk/wp-admin/includes/upgrade.php
r14315 r14326 321 321 Password: %3\$s 322 322 323 We hope you enjoy your new blog. Thanks!323 We hope you enjoy your new site. Thanks! 324 324 325 325 --The WordPress Team -
trunk/wp-admin/user-new.php
r14315 r14326 24 24 You've been invited to join '%s' at 25 25 %s as a %s. 26 If you do not want to join this blogplease ignore26 If you do not want to join this site please ignore 27 27 this email. This invitation will expire in a few days. 28 28 -
trunk/wp-includes/default-widgets.php
r14315 r14326 16 16 17 17 function WP_Widget_Pages() { 18 $widget_ops = array('classname' => 'widget_pages', 'description' => __( 'Your blog’s WordPress Pages') );18 $widget_ops = array('classname' => 'widget_pages', 'description' => __( 'Your site’s WordPress Pages') ); 19 19 $this->WP_Widget('pages', __('Pages'), $widget_ops); 20 20 } -
trunk/wp-includes/ms-functions.php
r14315 r14326 975 975 $welcome_email = stripslashes( __( 'Dear User, 976 976 977 Your new SITE_NAME bloghas been successfully set up at:977 Your new SITE_NAME site has been successfully set up at: 978 978 BLOG_URL 979 979 … … 983 983 Login Here: BLOG_URLwp-login.php 984 984 985 We hope you enjoy your new blog.985 We hope you enjoy your new site. 986 986 Thanks! 987 987
Note: See TracChangeset
for help on using the changeset viewer.