| 1 |
<?php |
<?php |
| 2 |
// $Id: indexpage.module,v 1.8.2.6.2.20 2009/05/31 17:41:09 nancyw Exp $ |
// $Id: indexpage.module,v 1.8.2.6.2.21 2009/07/17 18:45:49 nancyw Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 151 |
|
|
| 152 |
if ($show_count) { |
if ($show_count) { |
| 153 |
$count_msg = format_plural($count, 'There is one !type node', 'There are @count !type nodes', |
$count_msg = format_plural($count, 'There is one !type node', 'There are @count !type nodes', |
| 154 |
array('!type' => $type_name)); |
array('!type' => $name)); |
| 155 |
if ($unpub_count) { |
if ($unpub_count) { |
| 156 |
$count_msg .= format_plural($unpub_count, ', of which one is unpublished.', ', of which @count are unpublished.'); |
$count_msg .= format_plural($unpub_count, ', of which one is unpublished.', ', of which @count are unpublished.'); |
| 157 |
} |
} |