diff --git a/wp-admin/link-import.php b/wp-admin/link-import.php index 4e1ed027f5..4ac2a9013f 100644 --- a/wp-admin/link-import.php +++ b/wp-admin/link-import.php @@ -5,7 +5,7 @@ require_once('../wp-config.php'); $parent_file = 'link-manager.php'; -$title = 'Import Blogroll'; +$title = __('Import Blogroll'); $this_file = 'link-import.php'; $step = $_POST['step']; @@ -18,45 +18,45 @@ switch ($step) { $standalone = 0; include_once('admin-header.php'); if ($user_level < get_settings('links_minadminlevel')) - die ("Cheatin’ uh?"); + die (__("Cheatin’ uh?")); $opmltype = 'blogrolling'; // default. ?>
Inserted {$names[$i]}
"; + echo sprintf(__("Inserted %s
"), $names[$i]); } ?> -Inserted links into category . All done! Go manage those links.
+manage those links.'), $link_count, $cat_id, 'link-manager.php') ?>
You need to supply your OPML url. Press back on your browser and try again\n"; + echo "" . __("You need to supply your OPML url. Press back on your browser and try again") . "
\n"; } // end else ?> @@ -144,4 +144,4 @@ switch ($step) { ?>