From ffad6205f9b688f860f46e76071bdcb2a3ee9bc5 Mon Sep 17 00:00:00 2001 From: Ryan Boren 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: https://develop.svn.wordpress.org/trunk@2377 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 ae264918f7..014405a33b 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 +