Changeset 1809
- Timestamp:
- 10/29/09 15:11:37 (13 years ago)
- Location:
- plugins/superAdmin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/superAdmin/_admin.php
r1332 r1809 80 80 elseif ($spam_count_last_visit > 1) 81 81 { 82 $pattern = __('(including %d spam comment since your last visit)');82 $pattern = __('(including %d spam comments since your last visit)'); 83 83 } 84 84 -
plugins/superAdmin/admin/comments.php
r1219 r1809 285 285 $spam_count = superAdmin::getComments(array('comment_status'=>-2),true)->f(0); 286 286 if ($spam_count == 1) { 287 echo '<p>'.sprintf(__('You have one spam comment s.'),'<strong>'.$spam_count.'</strong>').' '.287 echo '<p>'.sprintf(__('You have one spam comment.'),'<strong>'.$spam_count.'</strong>').' '. 288 288 '<a href="'.$p_url.'&file=comments&status=-2">'.__('Show it.').'</a></p>'; 289 289 } elseif ($spam_count > 1) { -
plugins/superAdmin/locales/fr/help/core_posts.html
r1290 r1809 54 54 55 55 <dt>Billets par page</dt> 56 <dd>Nombre de billets à afficher par page de résultat .</dd>56 <dd>Nombre de billets à afficher par page de résultats.</dd> 57 57 </dl> 58 58
Note: See TracChangeset
for help on using the changeset viewer.