More localization fixes. http://mosquito.wordpress.org/view.php?id=1113 Props: SteveAgl
git-svn-id: http://svn.automattic.com/wordpress/trunk@2446 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3c12b33710
commit
8ee2a563b8
|
@ -154,9 +154,7 @@ cat_rows();
|
|||
|
||||
<?php if ( $user_level > 3 ) : ?>
|
||||
<div class="wrap">
|
||||
<p><?php printf(__('<strong>Note:</strong><br />
|
||||
Deleting a category does not delete posts from that category, it will just
|
||||
set them back to the default category <strong>%s</strong>.'), get_catname(1)) ?>
|
||||
<p><?php printf(__('<strong>Note:</strong><br />Deleting a category does not delete posts from that category, it will just set them back to the default category <strong>%s</strong>.'), get_catname(1)) ?>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
@ -183,4 +181,4 @@ break;
|
|||
}
|
||||
|
||||
include('admin-footer.php');
|
||||
?>
|
||||
?>
|
||||
|
|
|
@ -28,14 +28,8 @@ switch ($step) {
|
|||
<form enctype="multipart/form-data" action="link-import.php" method="post" name="blogroll">
|
||||
|
||||
<ol>
|
||||
<li><?php _e('Go to <a href="http://www.blogrolling.com">Blogrolling.com</a>
|
||||
and sign in. Once you’ve done that, click on <strong>Get Code</strong>, and then
|
||||
look for the <strong><abbr title="Outline Processor Markup Language">OPML</abbr>
|
||||
code</strong>') ?>.</li>
|
||||
<li><?php _e('Or go to <a href="http://blo.gs">Blo.gs</a> and sign in. Once you’ve done
|
||||
that in the \'Welcome Back\' box on the right, click on <strong>share</strong>, and then
|
||||
look for the <strong><abbr title="Outline Processor Markup Language">OPML</abbr>
|
||||
link</strong> (favorites.opml).') ?></li>
|
||||
<li><?php _e('Go to <a href="http://www.blogrolling.com">Blogrolling.com</a> and sign in. Once you’ve done that, click on <strong>Get Code</strong>, and then look for the <strong><abbr title="Outline Processor Markup Language">OPML</abbr> code</strong>') ?>.</li>
|
||||
<li><?php _e('Or go to <a href="http://blo.gs">Blo.gs</a> and sign in. Once you’ve done that in the \'Welcome Back\' box on the right, click on <strong>share</strong>, and then look for the <strong><abbr title="Outline Processor Markup Language">OPML</abbr> link</strong> (favorites.opml).') ?></li>
|
||||
<li><?php _e('Select that text and copy it or copy the link/shortcut into the box below.') ?><br />
|
||||
<input type="hidden" name="step" value="1" />
|
||||
<?php _e('Your OPML URL:') ?> <input type="text" name="opml_url" size="65" />
|
||||
|
|
Loading…
Reference in New Issue