Changeset 43
- Timestamp:
- 02/17/07 23:51:45 (5 years ago)
- Files:
-
- trunk/lang/wp_iminr-fr.mo (modified) (previous)
- trunk/lang/wp_iminr-fr.po (modified) (3 diffs)
- trunk/wp_iminr.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lang/wp_iminr-fr.po
r41 r43 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 2 2:51+0100\n"11 "PO-Revision-Date: 2007-02-17 23:50+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" … … 25 25 msgid "Options saved" 26 26 msgstr "Options sauvées" 27 28 #: wp_iminr.php:131 29 msgid "iMinR for WordPress" 30 msgstr "iMinR pour WordPress" 27 31 28 32 #: wp_iminr.php:133 … … 48 52 #: wp_iminr.php:152 49 53 msgid "Enable tracker" 50 msgstr " "54 msgstr "Activer le marqueur" 51 55 52 56 #: wp_iminr.php:155 53 57 msgid "By unchecking this checkbox JavaScript will be not included on the page." 54 msgstr " "58 msgstr "En ne cochant pas ce bouton le marqueur ne sera pas inclus dans la page." 55 59 56 60 #: wp_iminr.php:159 57 61 msgid "Add in sidebar" 58 msgstr " "62 msgstr "Ajouter dans la colonne latérale" 59 63 60 64 #: wp_iminr.php:162 61 65 msgid "By checking this radio button JavaScript will be included in meta (if template implemente this option)." 62 msgstr " "66 msgstr "En cochant ce bouton le marqueur sera inclus dans la colonne latérale" 63 67 64 68 #: wp_iminr.php:166 65 #: wp_iminr.php:17 769 #: wp_iminr.php:178 66 70 msgid "This tags inclose iMinR javascript, useful with logo." 67 msgstr " "71 msgstr "Ces balises englobent le marqueur, utile si le logo est actif." 68 72 69 73 #: wp_iminr.php:170 70 74 msgid "Add in footer" 71 msgstr " "75 msgstr "Ajouter dans le pied de page" 72 76 73 77 #: wp_iminr.php:173 74 78 msgid "By checking this radio button JavaScript will be included in footer." 75 msgstr " "79 msgstr "En cochant ce bouton le marqueur sera inclus dans le pied de page." 76 80 77 #: wp_iminr.php:18 181 #: wp_iminr.php:182 78 82 msgid "Desable for roles" 79 msgstr " "83 msgstr "Désactiver pour les rÃŽles" 80 84 81 #: wp_iminr.php:18 685 #: wp_iminr.php:187 82 86 msgid "Desable tracker for selected roles. Use CTRL+Click to select multiple entries" 83 msgstr " "87 msgstr "Désacivez le marqueur pour les rÃŽles sélectionnés. CTRL+Clic pour en choisir plusieurs." 84 88 85 #: wp_iminr.php:19 689 #: wp_iminr.php:197 86 90 msgid "Update options" 87 msgstr " "91 msgstr "Sauver les options" 88 92 trunk/wp_iminr.php
r41 r43 50 50 } 51 51 52 // get JavaScriptcode or "desable" comment52 // get tracker code or "desable" comment 53 53 function wp_iminr_get_tracker() { 54 54 $account_id = wp_iminr_get_option('account_id'); … … 146 146 <fieldset class="options" name="integration"> 147 147 <legend><?php _e('Tracker integration', 'wp_iminr') ?></legend> 148 <p><?php _e('Enable JavaScriptinclusion 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"> … … 153 153 <td valign="top"> 154 154 <input type="checkbox" name="enable_js" id="enable_js" value="true" <?php if (wp_iminr_get_option('enable_js')) echo 'checked="checked"'; ?> /> 155 <br /><small><?php _e('By unchecking this checkbox JavaScriptwill be not included on the page.', 'wp_iminr') ?></small>155 <br /><small><?php _e('By unchecking this checkbox tracker will be not included on the page.', 'wp_iminr') ?></small> 156 156 </td> 157 157 </tr> … … 160 160 <td valign="top"> 161 161 <input type="radio" name="js_in" id="js_in_meta" value="meta" <?php if (wp_iminr_get_option('js_in_meta')) echo 'checked="checked"'; ?> /> 162 <small><?php _e('By checking this radio button JavaScriptwill be included in meta (if template implemente this option).', 'wp_iminr') ?></small>162 <small><?php _e('By checking this radio button tracker will be included in meta (if template implemente this option).', 'wp_iminr') ?></small> 163 163 <br /><input type="text" name="js_in_meta_before" id="js_in_meta_before" value="<?php echo wp_iminr_get_option('js_in_meta_before'); ?>" size="25" style="text-align: right;" /> 164 164 <img src="" alt="iMinR" /> … … 171 171 <td valign="top"> 172 172 <input type="radio" name="js_in" id="js_in_footer" value="footer" <?php if (wp_iminr_get_option('js_in_footer')) echo 'checked="checked"'; ?> /> 173 <small><?php _e('By checking this radio button JavaScriptwill be included in footer.', 'wp_iminr') ?></small>173 <small><?php _e('By checking this radio button tracker will be included in footer.', 'wp_iminr') ?></small> 174 174 <br /> 175 175 <input type="text" name="js_in_footer_before" id="js_in_footer_before" value="<?php echo wp_iminr_get_option('js_in_footer_before'); ?>" size="25" style="text-align: right;" /> … … 236 236 add_action('admin_menu', 'wp_iminr_admin'); 237 237 238 // JavaScriptinclusion238 // tracker inclusion 239 239 if ( wp_iminr_get_option('enable_js') && wp_iminr_get_option('js_in_meta') ) { 240 240 add_action('wp_meta', 'wp_iminr_meta');
