X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/76aea3697c6043c1613370f172395b4f65ee71f0..refs/tags/wordpress-2.9:/wp-admin/import/greymatter.php diff --git a/wp-admin/import/greymatter.php b/wp-admin/import/greymatter.php index 58aa7577..47c15d4b 100644 --- a/wp-admin/import/greymatter.php +++ b/wp-admin/import/greymatter.php @@ -1,11 +1,26 @@ '; + screen_icon(); echo '

'.__('Import GreyMatter').'

'; } @@ -31,7 +46,7 @@ class GM_Import {

 

-
+ @@ -46,13 +61,12 @@ class GM_Import { - +
- so you need to enter the number of the last GM post here.
(if you don't know that number, just log into your FTP and look it out
in the entries' folder)") ?> + so you need to enter the number of the last GM post here.
(if you don’t know that number, just log in to your FTP and look it out
in the entries’ folder)') ?> -

-

+

footer(); @@ -269,12 +283,12 @@ class GM_Import { } if ($numAddedComments > 0) { echo ': '; - printf( __ngettext('imported %s comment', 'imported %s comments', $numAddedComments) , $numAddedComments); + printf( _n('imported %s comment', 'imported %s comments', $numAddedComments) , $numAddedComments); } $preExisting = $numComments - numAddedComments; if ($preExisting > 0) { echo ' '; - printf( __ngettext( 'ignored %s pre-existing comment', 'ignored %s pre-existing comments', $preExisting ) , $preExisting); + printf( _n( 'ignored %s pre-existing comment', 'ignored %s pre-existing comments', $preExisting ) , $preExisting); } } echo '... '.__('Done').'';