Changeset 1180:1c547c5dbec6
- Timestamp:
- 07/14/13 10:58:15 (12 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/plugins.php
r1179 r1180 226 226 'Here you can activate or deactivate installed plugins.').'</p>'; 227 227 228 echo '<p><strong>'.sprintf(__('You can find additional plugins for your blog on %s.'), 229 '<a href="http://plugins.dotaddict.org/dc2/">Dotaddict</a>').'</strong> '; 228 echo (!$core->plugins->moduleExists('daInstaller') ? 229 sprintf('<p><strong>'.__('You can find additional plugins for your blog on %s.').'</strong></p>', 230 '<a href="http://plugins.dotaddict.org/dc2/">Dotaddict</a>') : 231 sprintf('<p><strong>'.__('You can find additional plugins for your blog on %s or using the %s.').'</strong></p>', 232 '<a href="http://plugins.dotaddict.org/dc2/">Dotaddict</a>', 233 '<a href="plugin.php?p=daInstaller">'.__('DotAddict.org Installer').'</a>')); 230 234 231 235 if ($is_writable) { -
locales/fr/main.po
r1102 r1180 1474 1474 msgstr "Vous pouvez trouver de nouvelles extensions pour votre blog sur %s." 1475 1475 1476 msgid "You can find additional plugins for your blog on %s or using the %s." 1477 msgstr "Vous pouvez trouver de nouvelles extensions pour votre blog sur %s ou en utilisant l'%s." 1478 1476 1479 msgid "To install or upgrade a plugin you generally just need to upload it in \"Install or upgrade a plugin\" section." 1477 1480 msgstr "Tout ce que vous avez à faire pour installer ou mettre à jour une extension est généralement de la déposer dans la section \"Installer ou mettre à jour une extension\"."
Note: See TracChangeset
for help on using the changeset viewer.