Changeset 1347:cdc964ac9f1c
- Timestamp:
- 08/13/13 21:52:10 (12 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
locales/fr/plugins.po
r1342 r1347 238 238 239 239 #, php-format 240 msgid "%s configuration"241 msgstr " configuration%s"240 msgid "%s filter configuration" 241 msgstr "Configuration du filtre %s" 242 242 243 243 msgid "Information" -
plugins/antispam/index.php
r1341 r1347 127 127 __('Plugins') => '', 128 128 $page_name => $p_url, 129 '<span class="page-title">'.sprintf(__('%s configuration'),$filter->name).'</span>' => ''129 '<span class="page-title">'.sprintf(__('%s filter configuration'),$filter->name).'</span>' => '' 130 130 )); 131 131
Note: See TracChangeset
for help on using the changeset viewer.