Changeset 1050:1f59a06fbf6c
- Timestamp:
- 12/02/12 22:19:14 (13 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments.php
r1049 r1050 250 250 if ($moderationTTL != null && $moderationTTL >=0) { 251 251 echo '<p>'.sprintf(__('All spam comments older than %s day(s) will be automatically deleted.'), $moderationTTL).' '. 252 __('You can modify this duration in').253 '< a href="blog_pref.php"> '.__('Blog preferences').'</a></p>';252 sprintf(__('You can modify this duration in the %s'),'<a href="blog_pref.php"> '.__('Blog preferences').'</a>'). 253 '</p>'; 254 254 } 255 255 echo '</form>'; -
locales/fr/plugins.po
r1040 r1050 1910 1910 #~ msgid "The backup file does not appear to be well formed." 1911 1911 #~ msgstr "Le fichier de sauvegarde semble mal formaté." 1912 1913 msgid "You can modify this duration in the %s" 1914 msgstr "Vous pouvez modifier cette durée dans les %s"
Note: See TracChangeset
for help on using the changeset viewer.