Move raquo into gettext. Props SteveAgl. fixes #2453
git-svn-id: http://svn.automattic.com/wordpress/trunk@3541 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
96ee80d399
commit
e297c36253
|
@ -59,7 +59,7 @@ var manager = new dbxManager('pagemeta');
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="wphead">
|
<div id="wphead">
|
||||||
<h1><?php echo wptexturize(get_settings(('blogname'))); ?> <span>(<a href="<?php echo get_settings('home') . '/'; ?>"><?php _e('View site') ?> »</a>)</span></h1>
|
<h1><?php echo wptexturize(get_settings(('blogname'))); ?> <span>(<a href="<?php echo get_settings('home') . '/'; ?>"><?php _e('View site »') ?></a>)</span></h1>
|
||||||
</div>
|
</div>
|
||||||
<div id="user_info"><p><?php printf(__('Howdy, <strong>%s</strong>.'), $user_identity) ?> [<a href="<?php echo get_settings('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>"><?php _e('Sign Out'); ?></a>, <a href="profile.php"><?php _e('My Account'); ?></a>] </p></div>
|
<div id="user_info"><p><?php printf(__('Howdy, <strong>%s</strong>.'), $user_identity) ?> [<a href="<?php echo get_settings('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>"><?php _e('Sign Out'); ?></a>, <a href="profile.php"><?php _e('My Account'); ?></a>] </p></div>
|
||||||
|
|
||||||
|
|
|
@ -85,7 +85,7 @@ case 'edit':
|
||||||
<td><textarea name="category_description" rows="5" cols="50" style="width: 97%;"><?php echo wp_specialchars($category->category_description, 1); ?></textarea></td>
|
<td><textarea name="category_description" rows="5" cols="50" style="width: 97%;"><?php echo wp_specialchars($category->category_description, 1); ?></textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<p class="submit"><input type="submit" name="submit" value="<?php _e('Edit category') ?> »" /></p>
|
<p class="submit"><input type="submit" name="submit" value="<?php _e('Edit category »') ?>" /></p>
|
||||||
</form>
|
</form>
|
||||||
<p><a href="categories.php"><?php _e('« Return to category list'); ?></a></p>
|
<p><a href="categories.php"><?php _e('« Return to category list'); ?></a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -163,8 +163,8 @@ if ('view' == $mode) {
|
||||||
} // end foreach
|
} // end foreach
|
||||||
?></table>
|
?></table>
|
||||||
<p><a href="javascript:;" onclick="checkAll(document.getElementById('deletecomments')); return false; "><?php _e('Invert Checkbox Selection') ?></a></p>
|
<p><a href="javascript:;" onclick="checkAll(document.getElementById('deletecomments')); return false; "><?php _e('Invert Checkbox Selection') ?></a></p>
|
||||||
<p class="submit"><input type="submit" name="delete_button" value="<?php _e('Delete Checked Comments') ?> »" onclick="return confirm('<?php _e("You are about to delete these comments permanently \\n \'Cancel\' to stop, \'OK\' to delete.") ?>')" />
|
<p class="submit"><input type="submit" name="delete_button" value="<?php _e('Delete Checked Comments »') ?>" onclick="return confirm('<?php _e("You are about to delete these comments permanently \\n \'Cancel\' to stop, \'OK\' to delete.") ?>')" />
|
||||||
<input type="submit" name="spam_button" value="<?php _e('Mark Checked Comments as Spam') ?> »" onclick="return confirm('<?php _e("You are about to mark these comments as spam \\n \'Cancel\' to stop, \'OK\' to mark as spam.") ?>')" /></p>
|
<input type="submit" name="spam_button" value="<?php _e('Mark Checked Comments as Spam »') ?>" onclick="return confirm('<?php _e("You are about to mark these comments as spam \\n \'Cancel\' to stop, \'OK\' to mark as spam.") ?>')" /></p>
|
||||||
</form>
|
</form>
|
||||||
<?php
|
<?php
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -183,9 +183,9 @@ else
|
||||||
<p class="submit">
|
<p class="submit">
|
||||||
<?php if ( $post_ID ) : ?>
|
<?php if ( $post_ID ) : ?>
|
||||||
<input name="save" type="submit" id="save" tabindex="5" value=" <?php _e('Save and Continue Editing'); ?> "/>
|
<input name="save" type="submit" id="save" tabindex="5" value=" <?php _e('Save and Continue Editing'); ?> "/>
|
||||||
<input name="savepage" type="submit" id="savepage" tabindex="6" value="<?php $post_ID ? _e('Save') : _e('Create New Page') ?> »" />
|
<input name="savepage" type="submit" id="savepage" tabindex="6" value="<?php $post_ID ? _e('Save') : _e('Create New Page »') ?>" />
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
<input name="savepage" type="submit" id="savepage" tabindex="6" value="<?php _e('Create New Page') ?> »" />
|
<input name="savepage" type="submit" id="savepage" tabindex="6" value="<?php _e('Create New Page »') ?>" />
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<input name="referredby" type="hidden" id="referredby" value="<?php echo $sendto; ?>" />
|
<input name="referredby" type="hidden" id="referredby" value="<?php echo $sendto; ?>" />
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -8,7 +8,7 @@ require_once('admin-header.php');
|
||||||
|
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<h2><?php _e('Page Management'); ?></h2>
|
<h2><?php _e('Page Management'); ?></h2>
|
||||||
<p><?php _e('Pages are like posts except they live outside of the normal blog chronology and can be hierarchical. You can use pages to organize and manage any amount of content.'); ?> <a href="page-new.php"><?php _e('Create a new page'); ?> »</a></p>
|
<p><?php _e('Pages are like posts except they live outside of the normal blog chronology and can be hierarchical. You can use pages to organize and manage any amount of content.'); ?> <a href="page-new.php"><?php _e('Create a new page »'); ?></a></p>
|
||||||
|
|
||||||
<form name="searchform" action="" method="get">
|
<form name="searchform" action="" method="get">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
@ -72,7 +72,7 @@ endforeach;
|
||||||
} // end if ($posts)
|
} // end if ($posts)
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<h3><a href="page-new.php"><?php _e('Create New Page'); ?> »</a></h3>
|
<h3><a href="page-new.php"><?php _e('Create New Page »'); ?></a></h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ $rss = @fetch_rss('http://feeds.technorati.com/cosmos/rss/?url='. trailingslashi
|
||||||
if ( isset($rss->items) && 0 != count($rss->items) ) {
|
if ( isset($rss->items) && 0 != count($rss->items) ) {
|
||||||
?>
|
?>
|
||||||
<div id="incominglinks">
|
<div id="incominglinks">
|
||||||
<h3><?php _e('Incoming Links'); ?> <cite><a href="http://www.technorati.com/search/<?php echo trailingslashit(get_option('home')); ?>?partner=wordpress"><?php _e('More'); ?> »</a></cite></h3>
|
<h3><?php _e('Incoming Links'); ?> <cite><a href="http://www.technorati.com/search/<?php echo trailingslashit(get_option('home')); ?>?partner=wordpress"><?php _e('More »'); ?></a></cite></h3>
|
||||||
<ul>
|
<ul>
|
||||||
<?php
|
<?php
|
||||||
$rss->items = array_slice($rss->items, 0, 10);
|
$rss->items = array_slice($rss->items, 0, 10);
|
||||||
|
|
|
@ -656,10 +656,10 @@ th {
|
||||||
<li class="inactive">« <?php _e('Back'); ?></li>
|
<li class="inactive">« <?php _e('Back'); ?></li>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php if ( false !== $next ) : ?>
|
<?php if ( false !== $next ) : ?>
|
||||||
<li><a href="<?php echo basename(__FILE__); ?>?action=<?php echo $action; ?>&post=<?php echo $post; ?>&all=<?php echo $all; ?>&start=<?php echo $next; ?>"><?php _e('Next'); ?> »</a></li>
|
<li><a href="<?php echo basename(__FILE__); ?>?action=<?php echo $action; ?>&post=<?php echo $post; ?>&all=<?php echo $all; ?>&start=<?php echo $next; ?>"><?php _e('Next »'); ?></a></li>
|
||||||
<li><a href="<?php echo basename(__FILE__); ?>?action=<?php echo $action; ?>&post=<?php echo $post; ?>&all=<?php echo $all; ?>&last=true" title="<?php _e('Last'); ?>">»|</a></li>
|
<li><a href="<?php echo basename(__FILE__); ?>?action=<?php echo $action; ?>&post=<?php echo $post; ?>&all=<?php echo $all; ?>&last=true" title="<?php _e('Last'); ?>">»|</a></li>
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
<li class="inactive"><?php _e('Next'); ?> »</li>
|
<li class="inactive"><?php _e('Next »'); ?></li>
|
||||||
<li class="inactive">»|</li>
|
<li class="inactive">»|</li>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php } // endif not upload?>
|
<?php } // endif not upload?>
|
||||||
|
|
|
@ -54,7 +54,7 @@ foreach ($categories as $category) {
|
||||||
?>
|
?>
|
||||||
</select></p>
|
</select></p>
|
||||||
|
|
||||||
<p class="submit"><input type="submit" name="submit" value="<?php _e('Import OPML File') ?> »" /></p>
|
<p class="submit"><input type="submit" name="submit" value="<?php _e('Import OPML File »') ?>" /></p>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -99,7 +99,7 @@ endfor;
|
||||||
</table>
|
</table>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options') ?> »" />
|
<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options »') ?>" />
|
||||||
<input type="hidden" name="action" value="update" />
|
<input type="hidden" name="action" value="update" />
|
||||||
<input type="hidden" name="page_options" value="blogname,blogdescription,siteurl,admin_email,users_can_register,gmt_offset,date_format,time_format,home,start_of_week,comment_registration,default_role" />
|
<input type="hidden" name="page_options" value="blogname,blogdescription,siteurl,admin_email,users_can_register,gmt_offset,date_format,time_format,home,start_of_week,comment_registration,default_role" />
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -43,7 +43,7 @@ include('admin-header.php');
|
||||||
<p class="submit">
|
<p class="submit">
|
||||||
<input type="hidden" name="action" value="update" />
|
<input type="hidden" name="action" value="update" />
|
||||||
<input type="hidden" name="page_options" value="hack_file,use_linksupdate,uploads_use_yearmonth_folders,upload_path" />
|
<input type="hidden" name="page_options" value="hack_file,use_linksupdate,uploads_use_yearmonth_folders,upload_path" />
|
||||||
<input type="submit" name="Submit" value="<?php _e('Update Options') ?> »" />
|
<input type="submit" name="Submit" value="<?php _e('Update Options »') ?>" />
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -56,7 +56,7 @@ include('admin-header.php');
|
||||||
<p class="submit">
|
<p class="submit">
|
||||||
<input type="hidden" name="action" value="update" />
|
<input type="hidden" name="action" value="update" />
|
||||||
<input type="hidden" name="page_options" value="posts_per_page,what_to_show,posts_per_rss,rss_use_excerpt,blog_charset,gzipcompression" />
|
<input type="hidden" name="page_options" value="posts_per_page,what_to_show,posts_per_rss,rss_use_excerpt,blog_charset,gzipcompression" />
|
||||||
<input type="submit" name="Submit" value="<?php _e('Update Options') ?> »" />
|
<input type="submit" name="Submit" value="<?php _e('Update Options »') ?>" />
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -91,7 +91,7 @@ endforeach;
|
||||||
<p class="submit">
|
<p class="submit">
|
||||||
<input type="hidden" name="action" value="update" />
|
<input type="hidden" name="action" value="update" />
|
||||||
<input type="hidden" name="page_options" value="default_post_edit_rows,use_smilies,rich_editing,ping_sites,mailserver_url,mailserver_port,mailserver_login,mailserver_pass,default_category,default_email_category,use_balanceTags" />
|
<input type="hidden" name="page_options" value="default_post_edit_rows,use_smilies,rich_editing,ping_sites,mailserver_url,mailserver_port,mailserver_login,mailserver_pass,default_category,default_email_category,use_balanceTags" />
|
||||||
<input type="submit" name="Submit" value="<?php _e('Update Options') ?> »" />
|
<input type="submit" name="Submit" value="<?php _e('Update Options »') ?>" />
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -7,7 +7,7 @@ require_once('admin-header.php');
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php if ( isset($_GET['saved']) ) : ?>
|
<?php if ( isset($_GET['saved']) ) : ?>
|
||||||
<div id="message" class="updated fade"><p><strong><?php _e('Page saved.') ?> <a href="edit-pages.php"><?php _e('Manage pages'); ?> »</a></strong></p></div>
|
<div id="message" class="updated fade"><p><strong><?php _e('Page saved.') ?> <a href="edit-pages.php"><?php _e('Manage pages »'); ?></a></strong></p></div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -102,7 +102,7 @@ if ($plugin_files) :
|
||||||
<?php if ( is_writeable($real_file) ) : ?>
|
<?php if ( is_writeable($real_file) ) : ?>
|
||||||
<p class="submit">
|
<p class="submit">
|
||||||
<?php
|
<?php
|
||||||
echo "<input type='submit' name='submit' value=' " . __('Update File') . " »' tabindex='2' />";
|
echo "<input type='submit' name='submit' value=' " . __('Update File »') . "' tabindex='2' />";
|
||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
|
|
|
@ -133,7 +133,7 @@ endif;
|
||||||
<?php if ( is_writeable($real_file) ) : ?>
|
<?php if ( is_writeable($real_file) ) : ?>
|
||||||
<p class="submit">
|
<p class="submit">
|
||||||
<?php
|
<?php
|
||||||
echo "<input type='submit' name='submit' value=' " . __('Update File') . " »' tabindex='2' />";
|
echo "<input type='submit' name='submit' value=' " . __('Update File »') . "' tabindex='2' />";
|
||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
|
|
|
@ -100,7 +100,7 @@ default:
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</select>
|
</select>
|
||||||
<input type="submit" name="Submit" value="<?php _e('Select') ?> »" />
|
<input type="submit" name="Submit" value="<?php _e('Select »') ?>" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -137,7 +137,7 @@ if ($allowed_files) :
|
||||||
<?php if ( is_writeable($real_file) ) : ?>
|
<?php if ( is_writeable($real_file) ) : ?>
|
||||||
<p class="submit">
|
<p class="submit">
|
||||||
<?php
|
<?php
|
||||||
echo "<input type='submit' name='submit' value=' " . __('Update File') . " »' tabindex='2' />";
|
echo "<input type='submit' name='submit' value=' " . __('Update File »') . "' tabindex='2' />";
|
||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
|
|
|
@ -315,7 +315,7 @@ if ( $show_password_fields ) :
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
<p class="submit">
|
<p class="submit">
|
||||||
<input name="adduser" type="submit" id="adduser" value="<?php _e('Add User') ?> »" />
|
<input name="adduser" type="submit" id="adduser" value="<?php _e('Add User »') ?>" />
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -73,7 +73,7 @@ if ($error)
|
||||||
<p><label><?php _e('E-mail:') ?><br />
|
<p><label><?php _e('E-mail:') ?><br />
|
||||||
<input type="text" name="email" id="email" value="" size="25" tabindex="2" /></label><br />
|
<input type="text" name="email" id="email" value="" size="25" tabindex="2" /></label><br />
|
||||||
</p>
|
</p>
|
||||||
<p class="submit"><input type="submit" name="submit" id="submit" value="<?php _e('Retrieve Password'); ?> »" tabindex="3" /></p>
|
<p class="submit"><input type="submit" name="submit" id="submit" value="<?php _e('Retrieve Password »'); ?>" tabindex="3" /></p>
|
||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="<?php bloginfo('home'); ?>/" title="<?php _e('Are you lost?') ?>">« <?php _e('Back to blog') ?></a></li>
|
<li><a href="<?php bloginfo('home'); ?>/" title="<?php _e('Are you lost?') ?>">« <?php _e('Back to blog') ?></a></li>
|
||||||
|
|
|
@ -68,7 +68,7 @@ case 'register':
|
||||||
<p><?php printf(__('Username: %s'), "<strong>$user_login</strong>") ?><br />
|
<p><?php printf(__('Username: %s'), "<strong>$user_login</strong>") ?><br />
|
||||||
<?php printf(__('Password: %s'), '<strong>' . __('emailed to you') . '</strong>') ?> <br />
|
<?php printf(__('Password: %s'), '<strong>' . __('emailed to you') . '</strong>') ?> <br />
|
||||||
<?php printf(__('E-mail: %s'), "<strong>$user_email</strong>") ?></p>
|
<?php printf(__('E-mail: %s'), "<strong>$user_email</strong>") ?></p>
|
||||||
<p class="submit"><a href="wp-login.php"><?php _e('Login'); ?> »</a></p>
|
<p class="submit"><a href="wp-login.php"><?php _e('Login »'); ?></a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -111,7 +111,7 @@ default:
|
||||||
<label for="user_login"><?php _e('Username:') ?></label><br /> <input type="text" name="user_login" id="user_login" size="20" maxlength="20" value="<?php echo $user_login; ?>" /><br /></p>
|
<label for="user_login"><?php _e('Username:') ?></label><br /> <input type="text" name="user_login" id="user_login" size="20" maxlength="20" value="<?php echo $user_login; ?>" /><br /></p>
|
||||||
<p><label for="user_email"><?php _e('E-mail:') ?></label><br /> <input type="text" name="user_email" id="user_email" size="25" maxlength="100" value="<?php echo $user_email; ?>" /></p>
|
<p><label for="user_email"><?php _e('E-mail:') ?></label><br /> <input type="text" name="user_email" id="user_email" size="25" maxlength="100" value="<?php echo $user_email; ?>" /></p>
|
||||||
<p><?php _e('A password will be emailed to you.') ?></p>
|
<p><?php _e('A password will be emailed to you.') ?></p>
|
||||||
<p class="submit"><input type="submit" value="<?php _e('Register') ?> »" id="submit" name="submit" /></p>
|
<p class="submit"><input type="submit" value="<?php _e('Register »') ?>" id="submit" name="submit" /></p>
|
||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="<?php bloginfo('home'); ?>/" title="<?php _e('Are you lost?') ?>">« <?php _e('Back to blog') ?></a></li>
|
<li><a href="<?php bloginfo('home'); ?>/" title="<?php _e('Are you lost?') ?>">« <?php _e('Back to blog') ?></a></li>
|
||||||
|
|
Loading…
Reference in New Issue