Darathor
Citation :
Fix :
[fr] Corrige dans le plugin Subscribe to Comments certains appels aux fonctions de localisation qui étaient mal effectués ainsi qu'une séparation manquante entre deux fieldsets.
[en] Fix in the plugin Subscribe to Comments to correctly handle tranlation and add a missing fieldset.
Auteur : Darathor (darathor@free.fr)
Version : 1.1 (21/12/2008)
Compatibilité : Democracy 2.1.2
In file "subscribe-to-comments.php" :
Code :
#
# Find
# ~line 948
#
<title><?php printf(__('%s Comment Subscription Manager', 'subscribe-to-comments'), bloginfo('name')); ?></title>
#
# Replace with
#
<title><?php printf(__('%s Comment Subscription Manager', 'subscribe-to-comments'), get_bloginfo('name')); ?></title>
#
# Find
# ~line 973
#
<h2><?php printf(__('%s Comment Subscription Manager', 'subscribe-to-comments'), bloginfo('name')); ?></h2>
#
# Replace with
#
<h2><?php printf(__('%s Comment Subscription Manager', 'subscribe-to-comments'), get_bloginfo('name')); ?></h2>
#
# Find
# ~line 1039
#
<p><a href="<?php echo $sg_subscribe->form_action; ?>"><?php _e('« Back'); ?></a></p>
#
# Replace with
#
<p><a href="<?php echo $sg_subscribe->form_action; ?>"><?php _e('« Back', 'subscribe-to-comments'); ?></a></p>
#
# Find
# ~line 1086
#
<p><a href="<?php echo attribute_escape($sg_subscribe->form_action); ?>"><?php _e('« Back to regular view'); ?></a></p>
#
# Remplace with
#
<p><a href="<?php echo attribute_escape($sg_subscribe->form_action); ?>"><?php _e('« Back to regular view', 'subscribe-to-comments'); ?></a></p>
#
# Find
# ~line 1101
#
<legend><?php _e('Top Subscribed Posts', 'subscribe-to-comments'); ?></legend>
#
# Add before
#
</fieldset>
<fieldset>
Citation :
Traduction : Traduction française du plugin.
Auteur : Arnaud Froment
Mise à jour : Darathor
Version : 1.0 (21/12/2008)
Téléchargement des fichiers .po et .mo en Français