Index: wp-includes/admin-bar.php
===================================================================
--- wp-includes/admin-bar.php	(revision 18803)
+++ wp-includes/admin-bar.php	(working copy)
@@ -96,7 +96,7 @@
 		'parent' => 'wp-logo',
 		'id'     => 'documentation',
 		'title'  => __('Documentation'),
-		'href'   => 'http://codex.wordpress.org',
+		'href'   => __('http://codex.wordpress.org'),
 	) );
 
 	// Add forums link
@@ -104,7 +104,7 @@
 		'parent' => 'wp-logo',
 		'id'     => 'support-forums',
 		'title'  => __('Support Forums'),
-		'href'   => 'http://wordpress.org/support/',
+		'href'   => __('http://wordpress.org/support/'),
 	) );
 
 	// Add WordPress.org link
@@ -112,7 +112,7 @@
 		'parent' => 'wp-logo',
 		'id'     => 'wporg',
 		'title'  => __('WordPress.org'),
-		'href'   => 'http://wordpress.org',
+		'href'   => __('http://wordpress.org'),
 	) );
 }
 
