From 3ef26ae7e1aedb1269fd8288fff3fbc76e766fa1 Mon Sep 17 00:00:00 2001 From: donncha Date: Wed, 19 Jul 2006 15:57:49 +0000 Subject: Language strings (#13) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@689 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/wpmu-blogs.php | 118 ++++++++++++++++++++++++------------------------ 1 file changed, 59 insertions(+), 59 deletions(-) (limited to 'wp-admin') diff --git a/wp-admin/wpmu-blogs.php b/wp-admin/wpmu-blogs.php index 1ca74ad..da69f12 100644 --- a/wp-admin/wpmu-blogs.php +++ b/wp-admin/wpmu-blogs.php @@ -24,7 +24,7 @@ switch( $_GET[ 'action' ] ) { WHERE blog_id = '".$_GET[ 'id' ]."'"; $details = $wpdb->get_row( $query, ARRAY_A ); - print "

Edit Blog

"; + print "

" . __('Edit Blog') . "

"; print "{$details[ 'domain' ]}"; ?>
@@ -33,49 +33,49 @@ switch( $_GET[ 'action' ] ) {
- + - + - + - + - - + - - + - - + - - + - - +
URL http://
Path
Registered
Last Updated
Public> Yes   - > No    + >    + >   
Archived> Yes   - > No    + >    + >   
Mature> Yes   - > No    + >    + >   
Spam> Yes   - > No    + >    + >   
Deleted> Yes   - > No    + >    + >   
@@ -158,17 +158,17 @@ switch( $_GET[ 'action' ] ) { } } if( $out != '' ) { - print "

Blog Themes

"; + print "

" . __('Blog Themes') . "

"; print ''; - print ''; + print ''; print $out; print "
ThemeEnable
' . __('Theme') . '' . __('Enable') . '
"; } $blogusers = get_users_of_blog( $_GET[ 'id' ] ); - print "

Blog Users

"; + print '

' . __('Blog Users') . '

'; if( is_array( $blogusers ) ) { - print ""; - print ""; + print '
Current Users
UserRoleRemove
'; + print ""; reset( $blogusers ); while( list( $key, $val ) = each( $blogusers ) ) { @@ -188,20 +188,20 @@ switch( $_GET[ 'action' ] ) { echo ""; } ?>"; + print ''; } else { - print ""; + print ""; } - print ""; + print '"; } print "
' . __('Current Users') . '
" . __('User') . "" . __('Role') . "" . __('Remove') . "
N/AN/A" . __ ('N/A') . "" . __('N/A') . "Edit
' . __('Edit') . "
"; } - print "

Add a new user

"; + print "

" . __('Add a new user') . "

"; ?> -

As you type WordPress will offer you a choice of usernames.
Click them to select and hit Update Options to add the user.

+

Click them to select and hit Update Options to add the user.') ?>

- + @@ -216,7 +216,7 @@ switch( $_GET[ 'action' ] ) {
User Login:
-
Misc Blog Actions +

@@ -298,32 +298,32 @@ function check_all_rows() { if( field[i].name == 'allblogs[]' ) field[i].checked = true;} checkflag = "true"; - return "Uncheck All"; + return ""; } else { for (i = 0; i < field.length; i++) { if( field[i].name == 'allblogs[]' ) field[i].checked = false; } checkflag = "false"; - return "Check All"; + return ""; } } // --> -

Blogs

+

- Name: 
- Blog ID: 
- IP Address:
+  
+  
+
Search Users:
@@ -334,16 +334,16 @@ function check_all_rows() { $url2 = "order=" . $_GET[ 'order' ] . "&sortby=" . $_GET[ 'sortby' ] . "&s=" . $_GET[ 's' ] . "&ip_address=" . $_GET[ 'ip_address' ]; if( $start == 0 ) { - echo 'Previous Blogs'; + _e('Previous Blogs'); } elseif( $start <= 30 ) { - echo 'Previous Blogs'; + echo '' . __('Previous Blogs') . ''; } else { - echo 'Previous Blogs'; + echo '' . __('Previous Blogs') . ''; } if ( $next ) { - echo ' || Next Blogs'; + echo ' || ' . __('Next Blogs') . ''; } else { - echo ' || Next Blogs'; + echo ' || ' . __('Next Blogs'); } ?> @@ -376,7 +376,7 @@ $posts_columns['control_delete'] = ''; ?> - + @@ -419,7 +419,7 @@ foreach($posts_columns as $column_name=>$column_display_name) { case 'last_updated': ?> - + $column_display_name) { } // end if ($blogs) ?>
- -

Selected Blogs:

    -
  • -
  • + +

      +
    • +
    '> -

    +'>

    -

    Add Blog

    +

    -.domain;?>domain . $current_site->path ?>domain . $current_site->path ?> - - - + + +
    Blog Address.domain;?>
    Blog Title
    Admin Email
    A new user will be created if the above email address is not in the database.
    - +