From 894c4cc880ebecf0845ae54328719dd57d5c96d6 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 25 Feb 2005 00:20:48 +0000 Subject: [PATCH] Localize strings. http://mosquito.wordpress.org/view.php?id=909 Props: nbachiyski git-svn-id: http://svn.automattic.com/wordpress/trunk@2377 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/index.php | 2 +- wp-admin/link-add.php | 2 +- wp-admin/link-categories.php | 46 ++++++++++++++++++++++++++++-------- wp-admin/post.php | 28 +++++++++++----------- 4 files changed, 52 insertions(+), 26 deletions(-) diff --git a/wp-admin/index.php b/wp-admin/index.php index ae264918f..014405a33 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -81,7 +81,7 @@ if (0 < $numcomms) $numcomms = number_format($numcomms); $numcats = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->categories"); if (0 < $numcats) $numcats = number_format($numcats); ?> -

There are currently posts and comments, contained within categories.

+

posts and %3$d comments, contained within %5$d categories.'), $numposts, 'edit.php', $numcomms, 'edit-comments.php', $numcats, 'categories.php'); ?>

- family +