From 5a7df4bc27b3f9892f9081c4baf76c83298490b4 Mon Sep 17 00:00:00 2001 From: rboren Date: Sat, 24 Apr 2004 00:16:27 +0000 Subject: [PATCH] Mark strings for translation. git-svn-id: http://svn.automattic.com/wordpress/trunk@1138 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/admin-footer.php | 2 +- wp-admin/post.php | 2 +- wp-admin/upload.php | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-admin/admin-footer.php b/wp-admin/admin-footer.php index 5ad4260224..45c3f4390b 100644 --- a/wp-admin/admin-footer.php +++ b/wp-admin/admin-footer.php @@ -1,6 +1,6 @@ -

WordPress %s — Support Forums
'), 'http://wordpress.org', $wp_version, 'http://wordpress.org/support/') ?> +

WordPress %2$s — Support Forums
'), 'http://wordpress.org', $wp_version, 'http://wordpress.org/support/') ?> diff --git a/wp-admin/post.php b/wp-admin/post.php index 7160b0663f..32f2de1877 100644 --- a/wp-admin/post.php +++ b/wp-admin/post.php @@ -528,7 +528,7 @@ When you’re promoted, just reload this page and you’ll be able to bl $authordata = get_userdata($postdata['Author_ID']); if ($user_level < $authordata->user_level) - die (sprintf(__('You don’t have the right to delete %s’s post comments. Go back!'), $authordata->user_nickname, 'post.php')); + die (sprintf(__('You don’t have the right to delete %1$s’s post comments. Go back!'), $authordata->user_nickname, 'post.php')); wp_set_comment_status($comment, "delete"); do_action('delete_comment', $comment); diff --git a/wp-admin/upload.php b/wp-admin/upload.php index f77c6b33a2..ba59b6c70e 100644 --- a/wp-admin/upload.php +++ b/wp-admin/upload.php @@ -39,7 +39,7 @@ case '': } $i = implode(', ', $type_tags); ?> -

KB. If you’re an admin you can configure these values under options.'), $i, get_settings('fileupload_maxk'), 'options-misc.php') ?>

+

KB. If you’re an admin you can configure these values under options.'), $i, get_settings('fileupload_maxk'), 'options-misc.php') ?>

@@ -94,7 +94,7 @@ case 'upload': $imgtype = strtolower($imgtype[count($imgtype)-1]); if (in_array($imgtype, $allowed_types) == false) { - die(sprintf(__("File %s of type %s is not allowed.") , $img1_name, $imgtype)); + die(sprintf(__('File %1$s of type %2$s is not allowed.') , $img1_name, $imgtype)); } if (strlen($imgalt)) { @@ -140,7 +140,7 @@ case 'upload': ?>

-

+