Changeset 1528:41b40915bb82
- Timestamp:
- 08/23/13 10:22:58 (10 years ago)
- Branch:
- default
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments.php
r1514 r1528 193 193 if ($spam_count == 1) { 194 194 echo '<p>'.sprintf(__('You have one spam comment.'),'<strong>'.$spam_count.'</strong>').' '. 195 '<a href="comments.php?status=-2">'.__('Show it.').'</a> </p>';195 '<a href="comments.php?status=-2">'.__('Show it.').'</a>.</p>'; 196 196 } elseif ($spam_count > 1) { 197 197 echo '<p>'.sprintf(__('You have %s spam comments.'),'<strong>'.$spam_count.'</strong>').' '. 198 '<a href="comments.php?status=-2">'.__('Show them.').'</a> </p>';198 '<a href="comments.php?status=-2">'.__('Show them.').'</a>.</p>'; 199 199 } 200 200 } -
locales/fr/plugins.po
r1526 r1528 506 506 507 507 msgid "Import" 508 msgstr "Import ation"508 msgstr "Importer" 509 509 510 510 msgid "Blowup Config" -
plugins/antispam/index.php
r1518 r1528 147 147 echo 148 148 '<form action="'.$p_url.'" method="post" class="fieldset">'. 149 '<h3>'.__('Information ').'</h3>';149 '<h3>'.__('Informations').'</h3>'; 150 150 151 151 if (!empty($_GET['del'])) { -
plugins/importExport/inc/class.dc.import.feed.php
r907 r1528 82 82 echo 83 83 '<form action="'.$this->getURL(true).'" method="post">'. 84 '<fieldset><legend>'.__('Single blog').'</legend>'.85 84 '<p>'.sprintf(__('This will import a feed (RSS or Atom) a as new content in the current blog: %s.'),html::escapeHTML($this->core->blog->name)).'</p>'. 86 85 … … 93 92 '<input type="submit" value="'.__('Import').'" /></p>'. 94 93 95 '</fieldset>'.96 94 '</form>'; 97 95 }
Note: See TracChangeset
for help on using the changeset viewer.