From c31ad8dc062ec7be61588e4d7ad31137bbd58db3 Mon Sep 17 00:00:00 2001 From: rboren Date: Sat, 24 Apr 2004 03:40:04 +0000 Subject: [PATCH] Mark strings for translation. git-svn-id: http://svn.automattic.com/wordpress/trunk@1139 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form-advanced.php | 53 ++++++++++++++++----------------- wp-includes/functions.php | 2 +- 2 files changed, 27 insertions(+), 28 deletions(-) diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 087c61c5e..f61dd2425 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -6,8 +6,8 @@ $allowed_users = explode(" ", trim(get_settings('fileupload_allowedusers'))); $post_ID = intval($postdata['ID']); -$submitbutton_text = 'Save'; -$toprow_title = 'Editing Post #' . $post_ID; +$submitbutton_text = __('Save'); +$toprow_title = sprintf(__('Editing Post #%s'), $post_ID); if (0 == $post_ID) { $form_action = 'post'; } else { @@ -17,7 +17,7 @@ if (0 == $post_ID) { if (get_settings('use_pingback')) { $form_pingback = 'PingBack the URLs in this post ?
'), 'http://wordpress.org/docs/reference/post/#pingback'); + $form_pingback .= 'tabindex="7" id="pingback" /> ?
'; } else { $form_pingback = ''; } @@ -25,11 +25,10 @@ if (get_settings('use_pingback')) { $colspan = 2; $form_prevstatus = ''; if (get_settings('use_trackback')) { - $form_trackback = '

- (Separate multiple URLs with spaces.)
+ $form_trackback = '

' . __('(Separate multiple URLs with spaces.)') . '

'; if ('' != $pinged) { - $pings .= '

Already pinged: