Changeset 45
- Timestamp:
- 02/17/07 23:55:12 (5 years ago)
- Files:
-
- trunk/lang/wp_iminr-fr.mo (modified) (previous)
- trunk/lang/wp_iminr-fr.po (modified) (5 diffs)
- trunk/wp_iminr.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lang/wp_iminr-fr.po
r43 r45 9 9 "Report-Msgid-Bugs-To: yann.lugrin@sans-savoir.net\n" 10 10 "POT-Creation-Date: 2007-02-17 22:31+0100\n" 11 "PO-Revision-Date: 2007-02-17 23:5 0+0100\n"11 "PO-Revision-Date: 2007-02-17 23:54+0100\n" 12 12 "Last-Translator: Yann Lugrih <yann.lugrin@sans-savoir.net>\n" 13 13 "Language-Team: iMinR for WordPress <yann.lugrin@sans-savoir.net>\n" … … 47 47 48 48 #: wp_iminr.php:148 49 msgid "Enable JavaScriptinclusion or copy this code in your template to activate iMinR for this site : <code><?php iMinR(); ?></code> "50 msgstr " "49 msgid "Enable tracker inclusion or copy this code in your template to activate iMinR for this site : <code><?php iMinR(); ?></code> " 50 msgstr "Activez l'inclusion du marqueur ou copiez le code suivant dans votre template pour faire fonctionner iMinR sur ce site : <code><?php iMinR(); ?></code>" 51 51 52 52 #: wp_iminr.php:152 … … 55 55 56 56 #: wp_iminr.php:155 57 msgid "By unchecking this checkbox JavaScript will be not included on the page." 57 #, fuzzy 58 msgid "By unchecking this checkbox tracker will be not included on the page." 58 59 msgstr "En ne cochant pas ce bouton le marqueur ne sera pas inclus dans la page." 59 60 … … 63 64 64 65 #: wp_iminr.php:162 65 msgid "By checking this radio button JavaScript will be included in meta (if template implemente this option)." 66 #, fuzzy 67 msgid "By checking this radio button tracker will be included in meta (if template implemente this option)." 66 68 msgstr "En cochant ce bouton le marqueur sera inclus dans la colonne latérale" 67 69 … … 76 78 77 79 #: wp_iminr.php:173 78 msgid "By checking this radio button JavaScript will be included in footer." 80 #, fuzzy 81 msgid "By checking this radio button tracker will be included in footer." 79 82 msgstr "En cochant ce bouton le marqueur sera inclus dans le pied de page." 80 83 trunk/wp_iminr.php
r43 r45 146 146 <fieldset class="options" name="integration"> 147 147 <legend><?php _e('Tracker integration', 'wp_iminr') ?></legend> 148 <p><?php _e('Enable tracker inclusion or copy this code in your template to activate iMinR for this site : <code><?php iMinR(); ?></code> ', 'wp_iminr') ?></p>148 <p><?php _e('Enable tracker inclusion or copy this code in your template to activate iMinR for this site: <code><?php iMinR(); ?></code> ', 'wp_iminr') ?></p> 149 149 150 150 <table width="100%" cellspacing="2" cellpadding="5" class="editform">
