Changeset 337384
- Timestamp:
- 01/26/2011 10:07:33 AM (15 years ago)
- Location:
- protwitter/trunk
- Files:
-
- 4 edited
-
admin/protwitter_options.php (modified) (2 diffs)
-
admin/protwitter_tweet_this.php (modified) (4 diffs)
-
admin/protwitter_twitter_counter.php (modified) (3 diffs)
-
protwitter.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
protwitter/trunk/admin/protwitter_options.php
r238226 r337384 6 6 7 7 ?> 8 <div class="updated"><p><strong><?php _e('Options saved.' ); ?></strong></p></div>8 <div class="updated"><p><strong><?php _e('Options saved.' , 'protwitter'); ?></strong></p></div> 9 9 <?php 10 10 } else { … … 15 15 16 16 <div class="wrap"> 17 <?php echo "<h2>" . __( 'Pro Twitter Options', 'protwitter_trdom' ) . "</h2>"; ?>17 <?php echo "<h2>" . __( 'Pro Twitter Options', 'protwitter_trdom' , 'protwitter') . "</h2>"; ?> 18 18 <form name="protwitter_form" method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>"> 19 19 <input type="hidden" name="protwitter_hidden" value="Y"> 20 20 21 <?php echo "<h4>" . __( 'Pro Twitter Options Settings', 'protwitter_trdom' ) . "</h4>"; ?>21 <?php echo "<h4>" . __( 'Pro Twitter Options Settings', 'protwitter_trdom' , 'protwitter') . "</h4>"; ?> 22 22 23 <p><?php _e("Your Twitter ID: " ); ?><input type="text" name="protwitter_twitter_id" value="<?php echo $twitter_id; ?>" size="20"><?php _e(" ex: twitter"); ?></p>23 <p><?php _e("Your Twitter ID: " , 'protwitter'); ?><input type="text" name="protwitter_twitter_id" value="<?php echo $twitter_id; ?>" size="20"><?php _e(" ex: twitter" , 'protwitter'); ?></p> 24 24 25 25 26 26 <p class="submit"> 27 <input type="submit" name="Submit" value="<?php _e('Update Options', 'protwitter_trdom' ) ?>" />27 <input type="submit" name="Submit" value="<?php _e('Update Options', 'protwitter_trdom' , 'protwitter') ?>" /> 28 28 </p> 29 29 </form> -
protwitter/trunk/admin/protwitter_tweet_this.php
r271163 r337384 24 24 update_option('protwitter_tweet_this_option6', $protwitter_tweet_this_option6); 25 25 ?> 26 <div class="updated"><p><strong><?php _e('Options saved.' ); ?></strong></p></div>26 <div class="updated"><p><strong><?php _e('Options saved.' , 'protwitter'); ?></strong></p></div> 27 27 <?php 28 28 } else { … … 42 42 43 43 <div class="wrap"> 44 <?php echo "<h2>" . __( 'Pro Twitter - Tweet this', 'protwitter_tweet_this' ) . "</h2>"; ?>44 <?php echo "<h2>" . __( 'Pro Twitter - Tweet this', 'protwitter_tweet_this' , 'protwitter') . "</h2>"; ?> 45 45 <form name="protwitter_form" method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>"> 46 46 <input type="hidden" name="protwitter_hidden" value="Y"> 47 47 48 <?php echo "<h4>" . __( 'Display Settings', 'protwitter_tweet_this' ) . "</h4>"; ?>48 <?php echo "<h4>" . __( 'Display Settings', 'protwitter_tweet_this' , 'protwitter') . "</h4>"; ?> 49 49 50 50 51 <p> You can add @'s and hashtags to "Tweet Text," i.e. "@Haotikus [TITLE] [URL] #plugins."</p>52 <p><?php _e("Tweet Text : " ); ?><input type="text" name="protwitter_tweet_this_tweet_text" value="<?php echo $protwitter_tweet_this_tweet_text; ?>" size="50"></p>53 54 <p><?php _e("Add Text after image : " ); ?><input type="text" name="protwitter_tweet_this_link_text" value="<?php echo $protwitter_tweet_this_link_text; ?>" size="20">55 <?php _e("Title : " ); ?><input type="text" name="protwitter_tweet_this_link_title" value="<?php echo $protwitter_tweet_this_link_title; ?>" size="20"></p>51 <p><?php _e("You can add @'s and hashtags to \"Tweet Text,\" i.e. \"@Haotikus [TITLE] [URL] #plugins.\" ", 'protwitter'); ?></p> 52 <p><?php _e("Tweet Text : " , 'protwitter'); ?><input type="text" name="protwitter_tweet_this_tweet_text" value="<?php echo $protwitter_tweet_this_tweet_text; ?>" size="50"></p> 53 54 <p><?php _e("Add Text after image : " , 'protwitter'); ?><input type="text" name="protwitter_tweet_this_link_text" value="<?php echo $protwitter_tweet_this_link_text; ?>" size="20"> 55 <?php _e("Title : " , 'protwitter'); ?><input type="text" name="protwitter_tweet_this_link_title" value="<?php echo $protwitter_tweet_this_link_title; ?>" size="20"></p> 56 56 57 57 … … 198 198 </table> 199 199 200 <?php echo "<h4>" . __( 'Advanced Options', 'protwitter_tweet_this' ) . "</h4>"; ?>200 <?php echo "<h4>" . __( 'Advanced Options', 'protwitter_tweet_this' , 'protwitter') . "</h4>"; ?> 201 201 202 202 … … 217 217 218 218 <p class="submit"> 219 <input type="submit" name="Submit" value="<?php _e('Update Options', 'protwitter_tweet_this' ) ?>" />219 <input type="submit" name="Submit" value="<?php _e('Update Options', 'protwitter_tweet_this' , 'protwitter') ?>" /> 220 220 </p> 221 221 </form> -
protwitter/trunk/admin/protwitter_twitter_counter.php
r238226 r337384 5 5 update_option('protwitter_template_id', $template_id); 6 6 ?> 7 <div class="updated"><p><strong><?php _e('Options saved.' ); ?></strong></p></div>7 <div class="updated"><p><strong><?php _e('Options saved.' , 'protwitter'); ?></strong></p></div> 8 8 <?php 9 9 } else { … … 14 14 15 15 <div class="wrap"> 16 <?php echo "<h2>" . __( 'Pro Twitter - Counter Options', 'protwitter_trdom' ) . "</h2>"; ?>16 <?php echo "<h2>" . __( 'Pro Twitter - Counter Options', 'protwitter_trdom' , 'protwitter') . "</h2>"; ?> 17 17 <form name="protwitter_form" method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>"> 18 18 <input type="hidden" name="protwitter_hidden" value="Y"> 19 19 20 <?php echo "<h4>" . __( 'Display Settings', 'protwitter_trdom' ) . "</h4>"; ?>20 <?php echo "<h4>" . __( 'Display Settings', 'protwitter_trdom' , 'protwitter') . "</h4>"; ?> 21 21 <p> 22 22 <?php … … 453 453 454 454 <p class="submit"> 455 <input type="submit" name="Submit" value="<?php _e('Update Options', 'protwitter_trdom' ) ?>" />455 <input type="submit" name="Submit" value="<?php _e('Update Options', 'protwitter_trdom' , 'protwitter') ?>" /> 456 456 </p> 457 457 </form> -
protwitter/trunk/protwitter.php
r271163 r337384 21 21 22 22 // error_reporting(E_ALL); 23 24 load_plugin_textdomain('protwitter','wp-content/plugins/protwitter'); 23 25 24 26
Note: See TracChangeset
for help on using the changeset viewer.