111 | | ?><p><?php _e( 'If your browser doesn’t start loading the next page automatically, click this link:' ); ?> <a class="button" href="upgrade.php?action=upgrade&n=<?php echo ($n + 5) ?>"><?php _e("Next Sites"); ?></a></p> |
| 113 | |
| 114 | $sites_left = $total_sites - $n; |
| 115 | $x = $n - 4; |
| 116 | |
| 117 | ?> |
| 118 | <p><?php sprintf(_e('Upgrading sites %1$d-%2$d out of %3$d'), $x , $n , $total_sites);?></p> |
| 119 | <p><?php _e( 'If your browser doesn’t start loading the next page automatically, click this link:' ); ?> <a class="button" href="upgrade.php?action=upgrade&n=<?php echo ($n + 5) ?>"><?php _e("Next Sites"); ?></a></p> |
| 120 | |
| 121 | |