Changeset 38
- Timestamp:
- 02/17/07 19:37:31 (5 years ago)
- Files:
-
- trunk/wp_iminr.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp_iminr.php
r37 r38 89 89 function wp_iminr_admin() { 90 90 if (function_exists('add_options_page')) { 91 add_options_page( 'iMinR for WorldPress', 'iMinR', 8, basename(__FILE__), 'wp_iminr_options');91 add_options_page(__('iMinR for WorldPress'), 'iMinR', 8, basename(__FILE__), 'wp_iminr_options'); 92 92 } 93 93 } … … 135 135 <fieldset class="options" name="integration"> 136 136 <legend><?php _e('Tracker integration', 'wp_iminr') ?></legend> 137 <p> Enable JavaScript inclusion or copy this code in your template to activate iMinR for this site : <code><?php iMinR(); ?></code></p>137 <p><?php _e('Enable JavaScript inclusion or copy this code in your template to activate iMinR for this site : <code><?php iMinR(); ?></code> ', 'wp_iminr') ?></p> 138 138 139 139 <table width="100%" cellspacing="2" cellpadding="5" class="editform"> … … 151 151 <small><?php _e('By checking this radio button JavaScript will be included in meta (if template implemente this option).', 'wp_iminr') ?></small> 152 152 <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" /> 153 iMinR153 <img src="" alt="iMinR" /> 154 154 <input type="text" name="js_in_meta_after" id="js_in_meta_after" value="<?php echo wp_iminr_get_option('js_in_meta_after'); ?>" size="25" /> 155 155 <br /><small><?php _e('This tags inclose iMinR javascript, useful with logo.', 'wp_iminr') ?></small> … … 162 162 <small><?php _e('By checking this radio button JavaScript will be included in footer.', 'wp_iminr') ?></small> 163 163 <br /><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" /> 164 iMinR164 <img src="" alt="iMinR" /> 165 165 <input type="text" name="js_in_footer_after" id="js_in_footer_after" value="<?php echo wp_iminr_get_option('js_in_footer_after'); ?>" size="25" /> 166 166 <br /><small><?php _e('This tags inclose iMinR javascript, useful with logo.', 'wp_iminr') ?></small>
