summaryrefslogtreecommitdiffstats
path: root/wp-admin/users.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-18 11:04:18 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-18 11:04:18 +0000
commita0234db837a58a213ea6abd7039d7cfdc20535ae (patch)
tree617429bb842b98e50c66b541e71885b571191323 /wp-admin/users.php
parentb5ffb846032fcaea340b3d5cdd658572f21ad2a5 (diff)
downloadwordpress-mu-a0234db837a58a213ea6abd7039d7cfdc20535ae.tar.gz
wordpress-mu-a0234db837a58a213ea6abd7039d7cfdc20535ae.tar.xz
wordpress-mu-a0234db837a58a213ea6abd7039d7cfdc20535ae.zip
Language updates (#12)
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@684 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/users.php')
-rw-r--r--wp-admin/users.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/wp-admin/users.php b/wp-admin/users.php
index f99a2f8..ffcedef 100644
--- a/wp-admin/users.php
+++ b/wp-admin/users.php
@@ -150,7 +150,7 @@ case 'promote':
break;
case 'dodelete':
- wp_die( "This function is disabled." );
+ wp_die(__('This function is disabled.'));
check_admin_referer('delete-users');
if ( empty($_POST['users']) ) {
@@ -190,7 +190,7 @@ case 'dodelete':
break;
case 'delete':
- wp_die( "This function is disabled." );
+ wp_die(__('This function is disabled.'));
check_admin_referer('bulk-users');
if ( empty($_POST['users']) )
@@ -319,7 +319,7 @@ case 'removeuser':
break;
case 'adduser':
- die( "This function is disabled. Add a user from your community." );
+ die(__('This function is disabled. Add a user from your community.'));
check_admin_referer('add-user');
if ( ! current_user_can('create_users') )
@@ -555,9 +555,9 @@ foreach ( (array) $roleclass as $user_object ) {
<form action="" method="post" name="adduser" id="adduser">
<?php wp_nonce_field('add-user') ?>
<input type='hidden' name='action' value='addexistinguser'>
-<p>Type the e-mail address of another user to add them to your blog.</p>
+<p><?php _e('Type the e-mail address of another user to add them to your blog.')?></p>
<table>
-<tr><th scope="row">User&nbsp;E-Mail: </th><td><input type="text" name="newuser" id="newuser"></td></tr>
+<tr><th scope="row"><?php _e('User&nbsp;E-Mail:')?> </th><td><input type="text" name="newuser" id="newuser"></td></tr>
<tr>
<th scope="row"><?php _e('Role:') ?></th>
<td><select name="new_role" id="new_role"><?php