CommentLuv - Version 2.81.8

Version Description

  • settings page notification block
Download this release

Release Info

Developer commentluv
Plugin Icon 128x128 CommentLuv
Version 2.81.8
Comparing to
See all releases

Code changes from version 2.81.3 to 2.81.8

commentluv-manager.php CHANGED
@@ -1,111 +1,201 @@
1
  <?php
2
- global $wpdb;
3
- if(!$wpdb){
4
- // not run from wordpress
5
- ?>
6
- <h1>CommentLuv </h1>
7
- <p>This is the settings page for CommentLuv and should not be viewed outside of the Wordpress dashboard</p>
8
- <p>You can download the latest version version of CommentLuv at Wordpress.org</p>
9
- <?php exit;
10
- }
11
  ?>
12
- <div class="wrap" style="max-width:950px !important;">
13
- <h2>CommentLuv <?php echo $this->cl_version/100; ?></h2>
14
- <script type="text/javascript">
15
- var WPHC_AFF_ID = '14492';
16
- var WPHC_WP_VERSION = '<?php global $wp_version; echo $wp_version; ?>';
17
- </script>
18
- <script type="text/javascript"
19
- src="http://cloud.wphelpcenter.com/wp-admin/0001/deliver.js">
20
- </script>
21
- <div id="poststuff" style="margin-top:10px;">
22
- <div style="float:right"><?php _e('Donate to comluv',$this->plugin_domain);?><br/><script language="JavaScript" src="http://pos.pay.mobilefirst.com/impress/5000026800000165/?site_url=<?php echo urlencode(site_url());?>"></script></div>
23
- <div id="mainblock" style="width:710px">
24
- <div class="dbx-content">
25
- <form action="<?php echo $action_url ?>" method="POST">
26
- <input type="hidden" name="submitted" value="1" />
27
- <?php wp_nonce_field('commentluv-nonce');?>
28
- <p><?php _e('This plugin takes the url from the comment form and tries to parse the feed of the site and display the last entry made. If you have any questions, comments or if you have a good idea that you would like to see in the next version of CommentLuv, please visit http://comluv.com and let me know.',$this->plugin_domain);?></p>
29
- <h3><?php _e('Display Options',$this->plugin_domain);?></h3>
30
- <label for="cl_comment_text"><?php _e('Enter the text you want displayed in the comment',$this->plugin_domain);?></label> <br/>
31
- <input type="text" size="50" name="cl_comment_text" value="<?php echo stripslashes($comment_text);?>"/>
32
- <p>
33
- <label for="cl_select_text"><?php _e('Text displayed in the select box',$this->plugin_domain);?></label> <br/>
34
- <input type="text" size="50" name="cl_select_text" value="<?php echo stripslashes($select_text);?>"/>
35
- </p><p>
36
- <input type="checkbox" name="cl_default_on" <?php echo $default_on;?>/>
37
- <label for="cl_default_on"><?php _e('CommentLuv on by default?',$this->plugin_domain);?></label>
38
- </p><p>
39
- <input type="checkbox" name="cl_heart_tip" <?php echo $heart_tip;?>/>
40
- <label for="cl_heart_tip"><?php _e('Show heart on links?',$this->plugin_domain);?></label>
41
- </p>
42
- <p>
43
- <label for="infoback"><?php _e('Info panel background color',$this->plugin_domain);?></label><br>
44
- <input type="text" size ="8" name="infoback" value="<?php echo stripslashes($infoback);?>"/>
45
- <span style="background-color:<?php echo stripslashes($infoback);?>">....</span>
46
- </p>
47
- <p>
48
- <input type="checkbox" name="cl_use_template" <?php echo $use_template;?>/>
49
- <label for="cl_use_template"><?php _e('Use template insert to show badge and checkbox?',$this->plugin_domain);?>
50
- <br><strong><?php _e('Do NOT check this unless you have manually inserted the code into your comments.php file ',$this->plugin_domain);?> </strong><br>( &lt;?php cl_display_badge(); ?&gt; )</label>
51
- </p>
52
- <h3><?php _e('Display Badge',$this->plugin_domain);?></h3>
53
- <p><?php _e('Many thanks to <a href="http://byteful.com">Byteful Traveller</a> for creating these images.',$this->plugin_domain);?></p>
54
- <table class="form-table">
55
- <tr>
56
- <td><?php _e('Choose badge to display','commentluv')?> </td>
57
-
58
- <td><label><input type="radio" <?php echo $badge1; ?> name="cl_badge" value="CL88_Black.gif"><img src="<?php echo $this->plugin_url;?>images/CL88_Black.gif"/></label></td>
59
- <td><label><input type="radio" <?php echo $badge2; ?> name="cl_badge" value="CL88_White.gif"><img src="<?php echo $this->plugin_url;?>images/CL88_White.gif"/></label></td>
60
- <td><label><input type="radio" <?php echo $badge3; ?> name="cl_badge" value="CL91_Black.gif"><img src="<?php echo $this->plugin_url;?>images/CL91_Black.gif"/></label></td>
61
- <td><label><input type="radio" <?php echo $badge4; ?> name="cl_badge" value="CL91_White.gif"><img src="<?php echo $this->plugin_url;?>images/CL91_White.gif"/></label></td>
62
- <td><label><input type="radio" <?php echo $badge5; ?> name="cl_badge" value="nothing.gif"><?php _e('Show nothing',$this->plugin_domain);?></label></td>
63
- </tr></table>
64
- <table class="form-table">
65
- <tr><td><label><input type="radio" <?php echo $badge_text;?> name="cl_badge" value="text"><?php _e('Show text','commentluv')?></label> <input class="form-table" type="text" name="cl_show_text" value="<?php echo stripslashes($show_text);?>"></input></td><td></td><td></td><td></td><td><label><?php _e('Prepend html before badge or text (optional)',$this->plugin_domain);?></label><input class="form-table" type="text" name="cl_prepend" value="<?php echo stripslashes($prepend);?>"></input></tr>
66
- </table> <p></p>
67
- <h3><?php _e('CommentLuv Member Area',$this->plugin_domain);?></h3>
68
- <p><?php _e('If you register your site for free at <a href="http://comluv.com">ComLuv.com</a> you will be able to choose from your 10 last posts when you comment on other CommentLuv blogs. You can even add more urls and default links. .',$this->plugin_domain);?></p>
69
-
70
- <h3><?php _e('Technical Settings',$this->plugin_domain);?></h3>
71
- <small><?php _e('In most cases you shouldn\'t need to change these settings unless you have a customized comment form',$this->plugin_domain);?></small><br />
72
- <small><?php _e('These are the name="" values used in the HTML source for the fields on your comment form.',$this->plugin_domain);?></small>
73
- <table class="form-table">
74
- <tbody>
75
- <tr>
76
- <td><?php _e('Authors Name field name',$this->plugin_domain);?></td>
77
- <td><input type="text" value="<?php echo $author_name;?>" name="cl_author_name"/></td>
78
- </tr>
79
- <tr>
80
- <td><?php _e('Email field name',$this->plugin_domain);?></td>
81
- <td><input value="<?php echo $email_name;?>" type="text" name="cl_email_name"/></td>
82
- </tr>
83
- <tr>
84
- <td><?php _e('Authors URL field name',$this->plugin_domain);?></td>
85
- <td><input value="<?php echo $url_name;?>" type="text" name="cl_url_name"/></td>
86
- </tr>
87
- <tr>
88
- <td><?php _e('Comment Text Area name',$this->plugin_domain);?></td>
89
- <td><input value="<?php echo $comment_name;?>" type="text" name="cl_comment_name"/></td>
90
- </tr>
91
- </tbody></table>
92
- <div class="submit" style="width: 70px; background-color: green; padding-left: 5px;"><input type="submit" name="Submit" value="update" /></div>
93
-
94
-
95
- </form>
96
 
97
 
98
- <div style=" background-color: #ff0000; width: 200px; text-align: center;"><?php _e('Reset to Default Settings',$this->plugin_domain);?>
99
- <form action="<?php echo $action_url ?>" method="POST">
100
-
101
- <?php wp_nonce_field('commentluv-nonce');?>
102
- <input type="hidden" name="reset" value="reset"/>
103
- <?php $javamsg = __('Are you sure you want to reset your settings? Press OK to continue',$this->plugin_domain);?>
104
- <input type="submit" style="width: 150px;" onclick="<?php echo 'if(confirm(\''.$javamsg.'\') != true) { return false; } else { return true; } ';?>" value="reset" name="submit"/></div>
105
- </form>
106
- </div>
107
- </div>
108
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
109
  </div>
110
  </div>
111
  <?php // end ?>
1
  <?php
2
+ global $wpdb;
3
+ if(!$wpdb){
4
+ // not run from wordpress
5
+ ?>
6
+ <h1>CommentLuv </h1>
7
+ <p>This is the settings page for CommentLuv and should not be viewed outside of the Wordpress dashboard</p>
8
+ <p>You can download the latest version version of CommentLuv at Wordpress.org</p>
9
+ <?php exit;
10
+ }
11
  ?>
12
+ <div class="wrap" >
13
+ <h2>CommentLuv <?php echo $this->cl_version/100; ?></h2>
14
+ <div id="poststuff" style="margin-top:10px;">
15
+ <div id="mainblock" style="float: left; width:710px">
16
+ <form action="<?php echo $action_url ?>" method="POST">
17
+ <input type="hidden" name="submitted" value="1" />
18
+ <?php wp_nonce_field('commentluv-nonce');?>
19
+ <div class="dbx-content">
20
+ <table class="widefat">
21
+ <thead>
22
+ <tr><th scope="col" colspan="2">Important!</th></tr>
23
+ </thead>
24
+ <tbody>
25
+ <tr>
26
+ <td width="250">
27
+ <h2 style="margin: 0 0 10px 0;">New CommentLuv is coming!</h2>
28
+ <img align="left" src="<?php echo $this->plugin_url;?>images/privacy-guarantee.png"/><?php _e('I promise not to sell your details or send you spam. You will ONLY receive emails about plugin updates.',$this->plugin_domain);?>
29
+ </td>
30
+ <td>
31
+ <p><?php _e('The new CommnentLuv will be the best version yet, it will allow you to have complete control over the plugin and will keep readers on your blog. Signup to find out more',$this->plugin_domain);?></p>
32
+ <?php
33
+ if($subscribed){
34
+ echo '<div class="submit">'.__('You have already subscribed, if you have not received the verification within 12 hours, please click the button to resend or try the form at',$this->plugin_domain).' <a target="_blank" href="http://www.commentluv.com/">www.commentluv.com</a><br><input type="button" id="cl_notify" value="Resend Verification"/></div>';
35
+ } else {
36
+ echo '<div class="submit" style="width: 143px; background-color: green; padding-left: 5px; padding-right: 5px; border-radius: 15px; -moz-border-radius: 15px;"><input id="cl_notify" type="button" name="cl_notify" value="'.__('Click to register now!',$this->plugin_domain).'" /></div>';
37
+ }
38
+ ?>
39
+
40
+ <div id="notify_message"></div>
41
+ </td>
42
+ </tr>
43
+ </tbody>
44
+ </table>
45
+ <br/>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
 
48
+
49
+ <table class="widefat">
50
+ <thead>
51
+ <tr><th scope="col"><h3><?php _e('Display Options',$this->plugin_domain);?></h3></th></tr>
52
+ </thead>
53
+ <tbody>
54
+ <tr><td>
55
+ <label for="cl_comment_text"><?php _e('Enter the text you want displayed in the comment',$this->plugin_domain);?></label> <br/>
56
+ <input type="text" size="50" name="cl_comment_text" value="<?php echo stripslashes($comment_text);?>"/>
57
+ </td></tr><tr><td>
58
+ <label for="cl_select_text"><?php _e('Text displayed in the select box',$this->plugin_domain);?></label> <br/>
59
+ <input type="text" size="50" name="cl_select_text" value="<?php echo stripslashes($select_text);?>"/>
60
+ </td></tr><tr><td>
61
+ <input type="checkbox" name="cl_default_on" <?php echo $default_on;?>/>
62
+ <label for="cl_default_on"><?php _e('CommentLuv on by default?',$this->plugin_domain);?></label>
63
+ </td></tr><tr><td>
64
+ <input type="checkbox" name="cl_heart_tip" <?php echo $heart_tip;?>/>
65
+ <label for="cl_heart_tip"><?php _e('Show heart on links?',$this->plugin_domain);?></label>
66
+ </td></tr><tr><td>
67
+ <label for="infoback"><?php _e('Info panel background color',$this->plugin_domain);?></label><br>
68
+ <input type="text" size ="8" name="infoback" value="<?php echo stripslashes($infoback);?>"/>
69
+ <span style="background-color:<?php echo stripslashes($infoback); ?>">....</span>
70
+ </td></tr><tr><td>
71
+ <input type="checkbox" name="cl_use_template" <?php echo $use_template;?>/>
72
+ <label for="cl_use_template"><?php _e('Use template insert to show badge and checkbox?',$this->plugin_domain);?>
73
+ <br><strong><?php _e('Do NOT check this unless you have manually inserted the code into your comments.php file ',$this->plugin_domain);?> </strong><br>( &lt;?php cl_display_badge(); ?&gt; )</label>
74
+ </td></tr>
75
+ </tbody></table>
76
+ <br/>
77
+ <table class="widefat">
78
+ <thead>
79
+ <tr><th scope="col"><h3><?php _e('Display Badge',$this->plugin_domain);?></h3></th></tr>
80
+ </thead>
81
+ <tbody>
82
+ <tr><td>
83
+ <?php _e('Many thanks to <a href="http://byteful.com">Byteful Traveller</a> for creating these images.',$this->plugin_domain);?>
84
+ </td></tr>
85
+ <tr><td>
86
+ <table class="form-table">
87
+ <tr><td><?php _e('Choose badge to display','commentluv')?> </td>
88
+ <td><label><input type="radio" <?php echo $badge1; ?> name="cl_badge" value="CL88_Black.gif"><img src="<?php echo $this->plugin_url;?>images/CL88_Black.gif"/></label></td>
89
+ <td><label><input type="radio" <?php echo $badge2; ?> name="cl_badge" value="CL88_White.gif"><img src="<?php echo $this->plugin_url;?>images/CL88_White.gif"/></label></td>
90
+ <td><label><input type="radio" <?php echo $badge3; ?> name="cl_badge" value="CL91_Black.gif"><img src="<?php echo $this->plugin_url;?>images/CL91_Black.gif"/></label></td>
91
+ <td><label><input type="radio" <?php echo $badge4; ?> name="cl_badge" value="CL91_White.gif"><img src="<?php echo $this->plugin_url;?>images/CL91_White.gif"/></label></td>
92
+ <td><label><input type="radio" <?php echo $badge5; ?> name="cl_badge" value="nothing.gif"><?php _e('Show nothing',$this->plugin_domain);?></label></td></tr>
93
+ </table>
94
+ <table class="form-table">
95
+ <tr><td><label><input type="radio" <?php echo $badge_text;?> name="cl_badge" value="text"><?php _e('Show text','commentluv')?></label> <p><input class="form-table" type="text" name="cl_show_text" value="<?php echo stripslashes($show_text);?>"></input></td><td><label><?php _e('Prepend html before badge or text (optional)',$this->plugin_domain);?></label><input class="form-table" type="text" name="cl_prepend" value="<?php echo stripslashes($prepend);?>"></input></td></tr>
96
+ </table>
97
+ </td></tr>
98
+ </tbody>
99
+ </table>
100
+ <br/>
101
+ <table class="widefat">
102
+ <thead>
103
+ <tr><th scope="col"><h3><?php _e('Technical Settings',$this->plugin_domain);?></h3></th></tr>
104
+ </thead>
105
+ <tbody>
106
+ <tr><td>
107
+ <small><?php _e('In most cases you shouldn\'t need to change these settings unless you have a customized comment form',$this->plugin_domain);?></small><br />
108
+ <small><?php _e('These are the name="" values used in the HTML source for the fields on your comment form.',$this->plugin_domain);?></small>
109
+ </td></tr>
110
+ <tr><td>
111
+ <table class="form-table">
112
+ <tbody>
113
+ <tr>
114
+ <td><?php _e('Authors Name field name',$this->plugin_domain);?></td>
115
+ <td><input type="text" value="<?php echo $author_name;?>" name="cl_author_name"/></td>
116
+ </tr>
117
+ <tr>
118
+ <td><?php _e('Email field name',$this->plugin_domain);?></td>
119
+ <td><input value="<?php echo $email_name;?>" type="text" name="cl_email_name"/></td>
120
+ </tr>
121
+ <tr>
122
+ <td><?php _e('Authors URL field name',$this->plugin_domain);?></td>
123
+ <td><input value="<?php echo $url_name;?>" type="text" name="cl_url_name"/></td>
124
+ </tr>
125
+ <tr>
126
+ <td><?php _e('Comment Text Area name',$this->plugin_domain);?></td>
127
+ <td><input value="<?php echo $comment_name;?>" type="text" name="cl_comment_name"/></td>
128
+ </tr>
129
+ <tr>
130
+ <td><?php _e('Enable js Compression Compatibility?',$this->plugin_domain);?></td>
131
+ <td><input <?php echo $compat;?> type="checkbox" name="cl_compat"/></td>
132
+ </tr>
133
+ <tr>
134
+ <td><?php _e('Add rel="nofollow" to last blog post link?',$this->plugin_domain);?></td>
135
+ <td>
136
+ <input type="radio" name="nofollow" value="all" <?php checked($nofollow,'all')?>><?php _e('All Comments (no dofollow links)',$this->plugin_domain);?>
137
+ <br>
138
+ <input type="radio" name="nofollow" value="none" <?php checked($nofollow,'none')?>><?php _e('No Comments (all links are dofollow)',$this->plugin_domain);?>
139
+ <br>
140
+ <input type="radio" name="nofollow" value="unreg" <?php checked($nofollow,'unreg')?>><?php _e('Unregisterd Users (only registered users are dofollow)',$this->plugin_domain);?>
141
+ </td>
142
+ </tr>
143
+ </tbody></table>
144
+ </td></tr>
145
+ </tbody>
146
+ </table>
147
+ <div class="submit" style="width: 70px; background-color: green; padding-left: 5px;"><input type="submit" name="Submit" value="update" /></div>
148
+
149
+
150
+ </form>
151
+
152
+
153
+ <div style=" background-color: #ff0000; width: 200px; text-align: center;"><?php _e('Reset to Default Settings',$this->plugin_domain);?>
154
+ <form action="<?php echo $action_url ?>" method="POST">
155
+
156
+ <?php wp_nonce_field('commentluv-nonce');?>
157
+ <input type="hidden" name="reset" value="reset"/>
158
+ <?php $javamsg = __('Are you sure you want to reset your settings? Press OK to continue',$this->plugin_domain);?>
159
+ <input type="submit" style="width: 150px;" onclick="<?php echo 'if(confirm(\''.$javamsg.'\') != true) { return false; } else { return true; } ';?>" value="reset" name="submit"/></div>
160
+ </form>
161
+ </div>
162
+ </div>
163
+ </div>
164
+
165
+ <div style="float:left">
166
+ <table class="widefat" style="width: 230px; margin-left: 10px;">
167
+ <thead>
168
+ <tr><th scope="col"><?php _e('Plugin Info',$this->plugin_domain);?></th><th>&nbsp;</th></tr>
169
+ </thead>
170
+ <tbody>
171
+ <tr><td><strong><?php _e('Author',$this->plugin_domain);?>:</strong></td><td>Andy Bailey</td></tr>
172
+ <tr><td><strong><?php _e('Home Page',$this->plugin_domain);?>:</strong></td><td><a title="<?php _e('Visit ComLuv to register your site for more luv!',$this->plugin_domain);?>" href="http://comluv.com/" target="_blank">ComLuv.com</a></td></tr>
173
+ <tr><td><strong><?php _e('Social',$this->plugin_domain);?>:</strong></td><td><a title="Follow CommentLuv on Twitter" href="http://twitter.com/commentluv/" target="_blank"><img src="<?php echo $this->plugin_url;?>images/twitter.png"/></a> <a title="Join me on LinkedIn" href="http://uk.linkedin.com/in/commentluv" target="_blank"><img src="<?php echo $this->plugin_url;?>images/linkedin.png"/></a> <a title="Join me on Facebook" href="http://www.facebook.com/CommentLuv" target="_blank"><img src="<?php echo $this->plugin_url;?>images/facebook.png"/></a></td></tr>
174
+ <tr><td><strong><?php _e('Help',$this->plugin_domain);?>:</strong></td><td><a href="http://comluv.com/help-desk/" target="_blank"><?php _e('Help Desk',$this->plugin_domain);?></a></td></tr>
175
+ <tr class="alt"><td colspan="2"><?php _e('News',$this->plugin_domain);?>:</td></tr>
176
+ <tr><td colspan="2">
177
+ <?php
178
+ include_once(ABSPATH . WPINC . '/rss.php');
179
+ wp_rss('http://comluv.com/category/newsletter/feed',3);?>
180
+ </td></tr>
181
+ <tr class="alt"><td colspan="2"><?php _e('Thanks to the following for translations',$this->plugin_domain);?>:</td></tr>
182
+ <tr><td><img src="<?php echo $this->plugin_url;?>images/it.png"/> <?php _e('Italian',$this->plugin_domain);?></td><td><a target="_blank" href="http://gidibao.net/">Gianni Diuno</a></td></tr>
183
+ <tr><td><img src="<?php echo $this->plugin_url;?>images/ru.png"/> <?php _e('Russian',$this->plugin_domain);?></td><td><a target="_blank" href="http://www.fatcow.com/">Fatcow</a></td></tr>
184
+ <tr><td><img src="<?php echo $this->plugin_url;?>images/cn.png"/> <?php _e('Chinese',$this->plugin_domain);?></td><td><a target="_blank" href="http://zuoshen.com/">Donald</a></td></tr>
185
+ <tr><td><img src="<?php echo $this->plugin_url;?>images/il.png"/> <?php _e('Hebrew',$this->plugin_domain);?></td><td><a target="_blank" href="http://www.maorb.info/">Maor Barazany</a></td></tr>
186
+ <tr><td><img src="<?php echo $this->plugin_url;?>images/fr.png"/> <?php _e('French',$this->plugin_domain);?></td><td><a target="_blank" href="http://referenceurfreelance.com/">Leo</a></td></tr>
187
+ <tr><td><img src="<?php echo $this->plugin_url;?>images/nl.png"/> <?php _e('Dutch',$this->plugin_domain);?></td><td><a target="_blank" href="http://wpwebshop.com/">Rene</a></td></tr>
188
+ <tr><td><img src="<?php echo $this->plugin_url;?>images/pl.png"/> <?php _e('Polish',$this->plugin_domain);?></td><td><a target="_blank" href="http://techformator.pl/">Mariusz Kolacz</a></td></tr>
189
+ <tr><td><img src="<?php echo $this->plugin_url;?>images/br.png"/> <?php _e('Portuguese',$this->plugin_domain);?></td><td><a target="_blank" href="http://www.korvo.com.br/">Diego Uczak</a></td></tr>
190
+ <tr><td><img src="<?php echo $this->plugin_url;?>images/ro.png"/> <?php _e('Romanian',$this->plugin_domain);?></td><td><a target="_blank" href="http://www.mlb.ro/">Bogdan Martinescu</a></td></tr>
191
+ <tr><td><img src="<?php echo $this->plugin_url;?>images/de.png"/> <?php _e('German',$this->plugin_domain);?></td><td><a target="_blank" href="http://www.macozoll.de/">Astrid Spitzenberg</a></td></tr>
192
+ <tr><td><img src="<?php echo $this->plugin_url;?>images/sa.png"/> <?php _e('Arabic',$this->plugin_domain);?></td><td><a target="_blank" href="http://www.melzarei.be/">Muhammad Elzarei</a></td></tr>
193
+ <tr><td><img src="<?php echo $this->plugin_url;?>images/ge.png"/> <?php _e('Georgian',$this->plugin_domain);?></td><td><a target="_blank" href="http://www.findmyhosting.com">Kasia Ciszewski</a></td></tr>
194
+ <tr><td><img src="<?php echo $this->plugin_url;?>images/lt.png"/> <?php _e('Lithuanian',$this->plugin_domain);?></td><td><a target="_blank" href="http://mantas.malcius.lt/">Mantas Malcius</a></td></tr>
195
+ </tbody>
196
+ </table>
197
+ </div>
198
+
199
  </div>
200
  </div>
201
  <?php // end ?>
commentluv.php CHANGED
@@ -1,543 +1,631 @@
1
- <?php /* CommentLuv 2.81.3
2
- Plugin Name: CommentLuv
3
- Plugin URI: http://comluv.com/download/commentluv-wordpress/
4
- Description: Plugin to show a link to the last post from the commenters blog by parsing the feed at their given URL when they leave a comment. Rewards your readers and encourage more comments.
5
- Version: 2.81.3
6
- Author: Andy Bailey
7
- Author URI: http://fiddyp.co.uk/
8
- */
9
- // Avoid name collision
10
- if (! class_exists ( 'commentluv' )) {
11
- // let class begin
12
- class commentluv {
13
- //localization domain
14
- var $plugin_domain = 'commentluv';
15
- var $plugin_url;
16
- var $db_option = 'commentluv_options';
17
- var $cl_version = 281.3;
18
- var $api_url;
19
- var $test = false;
20
-
21
- //initialize the plugin
22
- function commentluv() {
23
- global $wp_version, $pagenow;
24
- // pages where commentluv needs translation
25
- $local_pages = array ('plugins.php', 'commentluv.php' );
26
- // check if translation needed on current page
27
- if (in_array ( $pagenow, $local_pages ) || in_array ( $_GET ['page'], $local_pages )) {
28
- $this->handle_load_domain ();
29
- }
30
- $exit_msg = __ ( 'CommentLuv requires Wordpress 2.9.2 or newer.', $this->plugin_domain ) . '<a href="http://codex.wordpress.org/Upgrading_Wordpress">' . __ ( 'Please Update!', $this->plugin_domain ) . '</a>';
31
-
32
- // can you dig it?
33
- if (version_compare ( $wp_version, "2.9.2", "<" )) {
34
- echo ( $exit_msg ); // no diggedy
35
- }
36
- // check if update changes needed
37
- $installed_version = get_option('cl_version');
38
- if(!$installed_version || $installed_version < $this->cl_version){
39
- update_option('cl_version',$this->cl_version);
40
- $options = $this->get_options();
41
- // set new defaults for info back color and badge
42
- $options['badge'] = 'CL91_White.gif';
43
- $options['infoback'] = "white";
44
- update_option($this->db_option,$options);
45
- }
46
-
47
- // action hooks
48
- $this->plugin_url = trailingslashit ( WP_PLUGIN_URL . '/' . dirname ( plugin_basename ( __FILE__ ) ) );
49
- if($this->test){
50
- $this->api_url = 'http://firedwok.com/cl_api/commentluvapi.php';
51
- } else {
52
- $this->api_url = 'http://api.comluv.com/cl_api/commentluvapi.php';
53
- }
54
-
55
- //
56
- add_action ( 'admin_menu', array (&$this, 'admin_menu' ) ); // add image to admin link and setup options page
57
- add_action ( 'admin_print_scripts-post.php', array (&$this, 'add_removeluv_script') ); // add the removeluv script to admin page
58
- add_action ( 'admin_print_scripts-edit-comments.php', array (&$this, 'add_removeluv_script') ); // add the removeluv script to admin page
59
- add_action ( 'wp_ajax_removeluv', array (&$this, 'cl_remove_luv') ); // handle the call to the admin-ajax for removing luv
60
- add_action ( 'template_redirect', array (&$this, 'commentluv_scripts' ) ); // template_redirect always called when page is displayed to user
61
- add_action ( 'wp_head', array (&$this, 'commentluv_style' ) ); // add style sheet to header
62
- add_action ( 'wp_set_comment_status', array (&$this, 'update_cl_status' ), 1, 3 ); // call when status of comment gets changed
63
- add_action ( 'comment_post', array (&$this, 'update_cl_status' ), 2, 3 ); // call when comment gets posted
64
- add_action ( 'comment_form', array (&$this, 'add_fields' ) ); // add hidden fields during comment form display time
65
- add_action ( 'wp_insert_comment', array (&$this, 'cl_post'),1,2); // add member id and other data to comment meta priority 1, 2 vars
66
- add_filter ( 'plugin_action_links', array (&$this, 'commentluv_action' ), - 10, 2 ); // add a settings page link to the plugin description. use 2 for allowed vars
67
- add_filter ( 'comments_array', array (&$this, 'do_shortcode' ), 1 ); // replace inserted data with hidden span on display time of comment
68
- add_filter ( 'comment_text', array (&$this, 'do_shortcode' ), 1 ); // add last blog post data to comment content on admin screen
69
- add_filter ( 'comment_row_actions', array (&$this,'add_removeluv_link')); // adds a link to remove the luv from a comment on the comments admin screen
70
- }
71
-
72
- // hook the options page
73
- function admin_menu() {
74
- $menutitle = '<img src="' . $this->plugin_url . 'images/littleheart.gif" alt=""/> ';
75
- $menutitle .= 'CommentLuv';
76
- add_options_page ( 'CommentLuv Settings', $menutitle, 8, basename ( __FILE__ ), array (&$this, 'handle_options' ) );
77
- }
78
- function add_removeluv_script(){
79
- wp_enqueue_script ( 'commentluv', $this->plugin_url . 'js/adminremoveluv.js', array ('jquery' ) );
80
- }
81
- // add the settings link
82
- function commentluv_action($links, $file) {
83
- $this_plugin = plugin_basename ( __FILE__ );
84
- if ($file == $this_plugin) {
85
- $links [] = "<a href='options-general.php?page=commentluv.php'>" . '<img src="' . $this->plugin_url . 'images/littleheart.gif" alt=""/> ' . __ ( 'Settings', $this->plugin_domain ) . "</a>";
86
- }
87
- return $links;
88
- }
89
- // add removeluv link
90
- function add_removeluv_link($actions){
91
- global $post;
92
- $user_can = current_user_can('edit_post', $post->ID);
93
- $cid = get_comment_ID();
94
- if(get_comment_meta($cid,'cl_data') && wp_get_comment_status($cid) == 'approved'){
95
- if($user_can){
96
- $nonce= wp_create_nonce ('removeluv'.get_comment_ID());
97
- $actions['Remove-luv'] = '<a class="removeluv :'.get_comment_ID().':'.$nonce.'" href="wp-admin/edit-comments.php">Remove Luv</a>';
98
- }
99
- }
100
- return $actions;
101
- }
102
- // remove luvlink from comment when called by admin-ajax
103
- function cl_remove_luv(){
104
- // check user is allowed to do this
105
- $nonce=$_REQUEST['_wpnonce'];
106
- $cid = $_REQUEST['c'];
107
- if (! wp_verify_nonce($nonce, 'removeluv'.$cid) ) die("Epic fail");
108
- // delete meta if comment id sent with request
109
- if($cid){
110
- // get meta and set vars if exists
111
- $cmeta =get_comment_meta($cid,'cl_data','true');
112
- if($cmeta) extract($cmeta);
113
- // delete it and call comluv to tell it what happened
114
- if(delete_comment_meta($cid,'cl_data')){
115
- $url = $this->api_url.'?type=update&updatetype=delete&request_id='.$cl_requestid.'&choice_id='.$cl_choiceid.'&version='.$temp->cl_version;
116
- $status = $this->call_comluv($url);
117
- // return the comment id and status code for js processing to hide luv
118
- echo "$cid*$status*";
119
- return;
120
- }
121
- } else {
122
- echo '0';
123
- }
124
- }
125
- // hook the template_redirect for inserting style and javascript (using wp_head would make it too late to add dependencies)
126
- function commentluv_scripts() {
127
- // only load scripts if on a single page
128
- if (is_single () || is_page()) {
129
- wp_enqueue_script ( 'jquery' );
130
- wp_enqueue_script ( 'hoverIntent', '/' . WPINC . '/js/hoverIntent.js', array ('jquery' ) );
131
- wp_enqueue_script ( 'commentluv', $this->plugin_url . 'js/commentluv.js', array ('jquery' ) );
132
- // get options
133
- $options = $this->get_options ();
134
- foreach ( $options as $key => $value ) {
135
- $$key = $value;
136
- }
137
- // prepare options
138
- $default_on = $default_on == 'on' ? 'checked' : '';
139
- // untick the box if user is admin
140
- global $user_ID;
141
- if ($user_ID) {
142
- if (current_user_can ( 'create_users' )) {
143
- $default_on = '';
144
- }
145
- }
146
- $badge = $this->plugin_url . "images/" . $badge;
147
- $badge_text = $options ['badge'] == 'text' ? 'on' : '';
148
- // get permalink for refer value
149
- $refer_page = get_permalink();
150
- // insert options to header
151
- wp_localize_script ( 'commentluv', 'cl_settings', array ('name' => $author_name, 'url' => $url_name, 'comment' => $comment_name, 'email' => $email_name, 'prepend' => $prepend, 'badge' => $badge,
152
- 'show_text' => $show_text, 'badge_text' => $badge_text, 'heart_tip' => $heart_tip, 'default_on' => $default_on, 'select_text' => $select_text,
153
- 'cl_version' => $this->cl_version, 'images' => $this->plugin_url . 'images/', 'api_url' => $this->api_url, 'refer' => $refer_page,
154
- 'infoback' => $infoback,'usetemplate'=>$use_template) );
155
- }
156
- }
157
- // hook the head function for adding stylesheet
158
- function commentluv_style() {
159
- echo '<link rel="stylesheet" href="' . $this->plugin_url . 'style/cl_style.css" type="text/css" />';
160
- }
161
-
162
- // get plugin options
163
- function get_options() {
164
- // default values
165
- $options = array ('comment_text' => '[name] recently posted..[lastpost]', 'select_text' => 'choose a different post to show', 'default_on' => 'on', 'heart_tip' => 'on', 'use_template' => '', 'badge' => 'CL91_White.gif', 'show_text' => 'CommentLuv Enabled', 'author_name' => 'author', 'url_name' => 'url', 'comment_name' => 'comment', 'email_name' => 'email', 'prepend' => '', 'infoback' => 'white' );
166
- // get saved options unless reset button was pressed
167
- $saved = '';
168
- if (! isset ( $_POST ['reset'] )) {
169
- $saved = get_option ( $this->db_option );
170
- }
171
-
172
- // assign values
173
- if (! empty ( $saved )) {
174
- foreach ( $saved as $key => $option ) {
175
- $options [$key] = $option;
176
- }
177
- }
178
- // update the options if necessary
179
- if ($saved != $options) {
180
- update_option ( $this->db_option, $options );
181
- }
182
- // return the options
183
- return $options;
184
- }
185
-
186
- // handle saving and displaying options
187
- function handle_options() {
188
- $options = $this->get_options ();
189
- if (isset ( $_POST ['submitted'] )) {
190
-
191
- // initialize the error class
192
- $errors = new WP_Error ( );
193
-
194
- // check security
195
- check_admin_referer ( 'commentluv-nonce' );
196
-
197
- $options = array ();
198
- $options ['comment_text'] = htmlspecialchars ( $_POST ['cl_comment_text'] );
199
- $options ['select_text'] = htmlspecialchars ( $_POST ['cl_select_text'] );
200
- $options ['default_on'] = $_POST ['cl_default_on'];
201
- $options ['heart_tip'] = $_POST ['cl_heart_tip'];
202
- $options ['badge'] = $_POST ['cl_badge'];
203
- $options ['show_text'] = htmlspecialchars ( $_POST ['cl_show_text'] );
204
- $options ['prepend'] = htmlspecialchars ( $_POST ['cl_prepend'] );
205
- $options ['author_name'] = $_POST ['cl_author_name'];
206
- $options ['url_name'] = $_POST ['cl_url_name'];
207
- $options ['comment_name'] = $_POST ['cl_comment_name'];
208
- $options ['email_name'] = $_POST ['cl_email_name'];
209
- $options ['use_template'] = $_POST['cl_use_template'];
210
- $options ['infoback'] = htmlspecialchars($_POST['infoback']);
211
-
212
- // check for errors
213
- if (count ( $errors->errors ) > 0) {
214
- echo '<div class="error"><h3>';
215
- _e ( 'There were errors with your chosen settings', $this->plugin_domain );
216
- echo '</h3>';
217
- foreach ( $errors->get_error_messages () as $message ) {
218
- echo $message;
219
- }
220
- echo '</div>';
221
- } else {
222
- //every-ting cool mon
223
- update_option ( $this->db_option, $options );
224
- echo '<div class="updated fade"><p>Plugin settings saved.</p></div>';
225
- }
226
-
227
- }
228
- // loop through each option and assign it as key=value
229
- foreach ( $options as $key => $value ) {
230
- $$key = $value;
231
- }
232
- // set value to checked if option is on (for showing correct status of checkbox and radio button in settings page)
233
- $default_on = $options ['default_on'] == 'on' ? 'checked' : '';
234
- $heart_tip = $options ['heart_tip'] == 'on' ? 'checked' : '';
235
- $badge1 = $options ['badge'] == 'CL88_Black.gif' ? 'checked="checked"' : '';
236
- $badge2 = $options ['badge'] == 'CL88_White.gif' ? 'checked="checked"' : '';
237
- $badge3 = $options ['badge'] == 'CL91_Black.gif' ? 'checked="checked"' : '';
238
- $badge4 = $options ['badge'] == 'CL91_White.gif' ? 'checked="checked"' : '';
239
- $badge5 = $options ['badge'] == 'nothing.gif' ? 'checked="checked"' : '';
240
- $use_template = $options ['use_template'] == 'on' ? 'checked="checked"' : '';
241
- $badge_text = $options ['badge'] == 'text' ? 'checked="checked"' : '';
242
-
243
- // url for form submit
244
- $action_url = $_SERVER ['REQUEST_URI'];
245
- include ('commentluv-manager.php');
246
- }
247
- // shortcode for showing badge and drop down box
248
- function display_badge() {
249
- if (is_single ()) {
250
- global $badgeshown;
251
- $options = get_option ( $this->db_option );
252
- // choose as image or as text
253
- $badge_text = $options ['badge'] == 'text' ? 'on' : '';
254
- $default_on = $options ['default_on'] == 'on' ? 'checked="checked"' : '';
255
- // untick the box if user is admin
256
- global $user_ID;
257
- if ($user_ID) {
258
- if (current_user_can ( 'create_users' )) {
259
- $default_on = '';
260
- }
261
- }
262
- $options ['badge'] = $this->plugin_url . 'images/' . $options ['badge'];
263
- if ($badge_text == '') {
264
- $badge = '<a href="http://comluv.com" target="_blank"><img src="' . $options ['badge'] . '" border="0" alt="' . $options ['show_text'] . '" title="' . $options ['show_text'] . '"/></a>';
265
- } else {
266
- $badge = '<a href="http://comluv.com" target="_blank">' . $options ['show_text'] . '</a>';
267
- }
268
- if($options['prepend']){
269
- $prepend = stripslashes($options['prepend']);
270
- $decodeprepend = htmlspecialchars_decode_own($prepend);
271
- }
272
- echo '<div id="commentluv">' . $decodeprepend . '<input type="checkbox" id="doluv" name="doluv" ' . $default_on . ' style="width:25px;"></input><span id="mylastpost" style="clear: both">' . $badge . '</span><img class="clarrow" id="showmore" src="' . $this->plugin_url . 'images/down-arrow.gif" alt="show more" style="display:none;"/></div><div id="lastposts" style="display: none;"></div>';
273
- $badgeshown = TRUE;
274
- }
275
- }
276
- // hook the comment form to add fields for url for logged in users
277
- function add_fields($id) {
278
- $options = get_option ( $this->db_option );
279
- $cl_author_id = $options ['author_name'];
280
- $cl_site_id = $options ['url_name'];
281
-
282
- if (is_user_logged_in ()) {
283
- // get options values and insert as hidden fields
284
- global $userdata;
285
- get_currentuserinfo ();
286
- $author = $userdata->display_name;
287
- $userid = $userdata->ID;
288
- $url = $userdata->user_url;
289
- if(!stristr($url,"http://")){
290
- $url = "http://".$url;
291
- }
292
- // check for MU blog
293
- if ($this->check_this_is_multsite()) {
294
- if (! $url || $url == "http://") {
295
- $userbloginfo = get_blogs_of_user ( $userid, 1 );
296
- $url = $userbloginfo [1]->siteurl;
297
- }
298
- }
299
-
300
- echo "<input type='hidden' id='$cl_author_id' name='$cl_author_id' value='$author' />";
301
- // check for buddypress
302
- if(function_exists('bp_core_setup_globals')){
303
- $input_type = 'text';
304
- } else {
305
- $input_type = 'hidden';
306
- }
307
- echo "<input type='$input_type' id='$cl_site_id' name='$cl_site_id' value='$url' />";
308
- }
309
- global $fieldsadded;
310
- if(!$fieldsadded){
311
- // add hidden fields for holding information about type,choice,html and request for every user
312
- echo '<input type="hidden" name="cl_type" />';
313
- echo '<input type="hidden" name="choice_id" />';
314
- echo '<input type="hidden" name="request_id" />';
315
- echo '<input type="hidden" name="cl_post_title" id="cl_post_title"/>';
316
- echo '<input type="hidden" name="cl_post_url" id="cl_post_url"/>';
317
- echo '<input type="hidden" name="cl_memberid" id="cl_memberid"/>';
318
- $fieldsadded = TRUE;
319
- }
320
- // check if using php call comments.php or not
321
- global $badgeshown;
322
- if ($options ['use_template'] == '' && !$badgeshown) {
323
- $this->display_badge ();
324
- }
325
- return $id;
326
- }
327
-
328
- // hook the pre_comment_content to add the link
329
- function cl_post($id,$commentdata) {
330
- $cl_requestid = intval($_POST['request_id']);
331
- if($cl_requestid > 1 && $_POST['cl_type'] != 'undefined'){
332
- // only do stuff if the comment had a successful last blog post
333
- // and if the meta hasn't been added yet.
334
- // (request id will be -1 if error, or no posts returned.)
335
- $cl_memberid = intval($_POST['cl_memberid']);
336
- $cl_choiceid = intval($_POST['choice_id']);
337
- $cl_post_title = apply_filters('kses',$_POST['cl_post_title']);
338
- $cl_post_url = apply_filters('kses',$_POST['cl_post_url']);
339
- $cl_type = apply_filters('kses',$_POST['cl_type']);
340
- $data = array('cl_memberid'=>$cl_memberid,'cl_requestid'=>$cl_requestid,'cl_choiceid'=>$cl_choiceid,'cl_post_title'=>$cl_post_title,'cl_post_url'=>$cl_post_url,'cl_type'=>$cl_type);
341
- add_comment_meta($id,'cl_data',$data,'true');
342
- }
343
- }
344
- // hook the set comment status action
345
- function update_cl_status($cid, $status) {
346
- // get comment stuff from meta
347
- $data = get_comment_meta($cid,'cl_data','true');
348
- if($data && is_array($data)){
349
- extract($data);
350
- $url = $this->api_url.'?type=update&updatetype='.$status.'&request_id='.$cl_requestid.'&choice_id='.$cl_choiceid.'&version='.$this->cl_version;
351
- $content = $this->call_comluv ( $url );
352
- if($this->test){
353
- update_option('cl_last_comment_status',"$cid was $status");
354
- update_option('cl_last_response',$content);
355
- }
356
- }
357
- }
358
-
359
- // use my own shortcode that was inserted at submission time and hide the params
360
- function do_shortcode($commentarray) {
361
- $isadminpage = 0;
362
- $options = get_option ( $this->db_option );
363
- if(!is_array($commentarray)){
364
- // if it's an array then it was called by comments_array filter,
365
- // otherwise it was called by comment_content (admin screen)
366
- // has it been done before?
367
- if(strpos($commentarray,'class="cluv"')){
368
- return $commentarray;
369
- }
370
- // make a fake array of 1 object so below treats the comment_content filter nicely for admin screen
371
- $temparray = array('comment_ID'=>get_comment_ID(),'comment_content'=>$commentarray,'comment_author'=>get_comment_author());
372
- $tempobject = (object) $temparray;
373
- $commentarray = array($tempobject);
374
- $isadminpage = 1;
375
- }
376
- // step through each comment in the array and add the shizzle to the nizzle (stoopid thesis make me do this instead of filtering comment_text)
377
- $new_commentarray = array();
378
- foreach($commentarray as $comment){
379
- $data = get_comment_meta($comment->comment_ID,'cl_data','true');
380
- $commentcontent = $comment->comment_content;
381
- if (strpos ( $commentcontent, ".-=" ) && strpos ( $commentcontent, "=-." )) {
382
- // handle old 2.7691 comments with hardcoded link
383
- $last_pos = $this->my_strrpos ( $commentcontent, ".-=" ); // position number for last occurence of .-=
384
- $beforecltext = substr ( $commentcontent, 0, $last_pos ); // get text before last position of .-=
385
- $cltext = substr ( $commentcontent, $last_pos ); // get the bit between .-= and =-.
386
- $cltext = str_replace ( array (".-=", "=-." ), array ('<span class="cluv">', '' ), $cltext ); // replace .-= with span and chop off last =-.
387
- $commentcontent = $beforecltext . $cltext;
388
- // do heart info
389
- if ($options ['heart_tip'] == 'on') {
390
- $commentcontent .= '<span class="heart_tip_box"><img class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="' . $this->plugin_url . 'images/littleheart.gif"/></span>';
391
- }
392
- $commentcontent .= '</span>';
393
- $luvedit = TRUE;
394
- }
395
- // handle new 2.80+ comments with hidden post data
396
- if($data && !$luvedit){
397
- // has meta data associated
398
- extract($data,EXTR_OVERWRITE);
399
- //array('cl_memberid'=>$cl_memberid,'cl_requestid'=>$cl_requestid,'cl_choiceid'=>$cl_choiceid,'cl_post_title'=>$cl_post_title,'cl_post_url'=>$cl_post_url,'cl_type'=>$cl_type);
400
- // add link to comment
401
- $luvlink = '<a href="'.$cl_post_url.'">'.$cl_post_title.'</a>';
402
- $prepend_text = $options ['comment_text'];
403
- $search = array ('[name]', '[type]', '[lastpost]' );
404
- $replace = array ($comment->comment_author, $cl_type, $luvlink );
405
- $inserted = str_replace ( $search, $replace, $prepend_text );
406
- // insert identifying data and insert text/link to end of comment
407
- $commentcontent .= "\n<span class=\"cluv\">$inserted";
408
- // prepare heart icon
409
- $hearticon = '';
410
- if($cl_memberid > 2 ){
411
- // use PLUS heart for members
412
- $hearticon = 'plus';
413
- }
414
- if ($options ['heart_tip'] == 'on') {
415
- $commentcontent .= '<span class="heart_tip_box"><img class="heart_tip '.$cl_memberid.'" alt="My ComLuv Profile" border="0" width="16" height="14" src="' . $this->plugin_url . 'images/littleheart'.$hearticon.'.gif"/></span>';
416
- }
417
- $commentcontent.= '</span>';
418
- }
419
- // store new content in this comments comment_content cell
420
- $comment->comment_content = $commentcontent;
421
- // fill new array with this comment
422
- $new_commentarray[] = $comment;
423
- }
424
-
425
- // admin page or public page?
426
- if($isadminpage){
427
- // is being called by comment_text filter so expecting just content
428
- return $commentcontent;
429
- } else {
430
- // called from comments_array filter so expecting array of objects
431
- return $new_commentarray;
432
- }
433
- }
434
-
435
- // set up default values
436
- function install() {
437
- // set default options
438
- $this->get_options ();
439
- }
440
-
441
- // Localization support
442
- function handle_load_domain() {
443
- // get current language
444
- $locale = get_locale ();
445
-
446
- // locate translation file
447
- $mofile = WP_PLUGIN_DIR . '/' . plugin_basename ( dirname ( __FILE__ ) ) . '/lang/' . $this->plugin_domain . '-' . $locale . '.mo';
448
-
449
- // load translation
450
- load_textdomain ( $this->plugin_domain, $mofile );
451
- }
452
- // call home to tell about comment submission or status
453
- function call_comluv($url) {
454
- if (function_exists ( "curl_init" )) {
455
- //setup curl values
456
- $curl = curl_init ();
457
- curl_setopt ( $curl, CURLOPT_URL, $url );
458
- curl_setopt ( $curl, CURLOPT_HEADER, 0 );
459
- curl_setopt ( $curl, CURLOPT_RETURNTRANSFER, TRUE );
460
- curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 4);
461
- curl_setopt ( $curl, CURLOPT_TIMEOUT, 7 );
462
- $content = curl_exec ( $curl );
463
- if (! curl_error ( $curl )) {
464
- /* removed json_decode until fix from wp 2.9 is released
465
- if (function_exists ( json_decode )) {
466
- $data = json_decode ( $content );
467
- if ($data->status != 200) {
468
- // unsuccessful confirmation.
469
- // have a tantrum here if you want.
470
- }
471
- }
472
- */
473
- curl_close ( $curl );
474
-
475
- }
476
- } elseif (ini_get ( 'allow_url_fopen' )) {
477
- $content = @file_get_contents ( $url );
478
- }
479
- return $content;
480
- }
481
-
482
- // from http://frumph.net/wordpress/wordpress-plugin-theme-check-for-multisitewpmu/
483
- // check for multisite. Returns boolean
484
- function check_this_is_multsite() {
485
- global $wpmu_version;
486
- if (function_exists('is_multisite')){
487
- if (is_multisite()) {
488
- return true;
489
- }
490
- if (!empty($wpmu_version)){
491
- return true;
492
- }
493
- }
494
- return false;
495
- }
496
- // find last occurrence of string in string (for php 4)
497
- function my_strrpos($haystack, $needle, $offset = 0) {
498
- // same as strrpos, except $needle can be a string
499
- // http://www.webmasterworld.com/forum88/10570.htm
500
- $strrpos = false;
501
- if (is_string ( $haystack ) && is_string ( $needle ) && is_numeric ( $offset )) {
502
- $strlen = strlen ( $haystack );
503
- $strpos = strpos ( strrev ( substr ( $haystack, $offset ) ), strrev ( $needle ) );
504
- if (is_numeric ( $strpos )) {
505
- $strrpos = $strlen - $strpos - strlen ( $needle );
506
- }
507
- }
508
- return $strrpos;
509
- }
510
-
511
- }
512
- }
513
-
514
- // start commentluv class engines
515
- if (class_exists ( 'commentluv' )) :
516
- $badgeshown=FALSE;
517
- $fieldsadded = FALSE;
518
- $commentluv = new commentluv ( );
519
-
520
- // confirm warp capability
521
- if (isset ( $commentluv )) {
522
- // engage
523
- register_activation_hook ( __FILE__, array (&$commentluv, 'install' ) );
524
-
525
- }
526
-
527
-
528
- endif;
529
-
530
-
531
- // function for template call
532
- function cl_display_badge() {
533
- $temp = new commentluv ( );
534
- $temp->display_badge ();
535
- }
536
-
537
- function htmlspecialchars_decode_own($string,$style=ENT_COMPAT)
538
- {
539
- $translation = array_flip(get_html_translation_table(HTML_SPECIALCHARS,$style));
540
- if($style === ENT_QUOTES){ $translation['&#039;'] = '\''; }
541
- return strtr($string,$translation);
542
- }
543
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php /* CommentLuv 2.81.8
2
+ Plugin Name: CommentLuv
3
+ Plugin URI: http://comluv.com/download/commentluv-wordpress/
4
+ Description: Plugin to show a link to the last post from the commenters blog by parsing the feed at their given URL when they leave a comment. Rewards your readers and encourage more comments.
5
+ Version: 2.81.8
6
+ Author: Andy Bailey
7
+ Author URI: http://fiddyp.co.uk/
8
+ */
9
+ // Avoid name collision
10
+ if (! class_exists ( 'commentluv' )) {
11
+ // let class begin
12
+ class commentluv {
13
+ //localization domain
14
+ var $plugin_domain = 'commentluv';
15
+ var $plugin_url;
16
+ var $db_option = 'commentluv_options';
17
+ var $cl_version = 281.8;
18
+ var $api_url;
19
+ var $test = false;
20
+
21
+ //initialize the plugin
22
+ function commentluv() {
23
+ global $wp_version, $pagenow;
24
+ // pages where commentluv needs translation
25
+ $local_pages = array ('plugins.php', 'commentluv.php' );
26
+ if(isset($_GET['page'])){
27
+ $page = $_GET['page'];
28
+ } else {
29
+ $page = '';
30
+ }
31
+ // check if translation needed on current page
32
+ if (in_array ( $pagenow, $local_pages ) || in_array ( $page, $local_pages )) {
33
+ $this->handle_load_domain ();
34
+ }
35
+ $exit_msg = __ ( 'CommentLuv requires Wordpress 2.9.2 or newer.', $this->plugin_domain ) . '<a href="http://codex.wordpress.org/Upgrading_Wordpress">' . __ ( 'Please Update!', $this->plugin_domain ) . '</a>';
36
+
37
+ // can you dig it?
38
+ if (version_compare ( $wp_version, "2.9.2", "<" )) {
39
+ echo ( $exit_msg ); // no diggedy
40
+ }
41
+ //DebugBreak();
42
+ // check if update changes needed
43
+ $installed_version = get_option('cl_version', '280'); // if no version saved, use number from before css change
44
+ if($installed_version < $this->cl_version){
45
+ update_option('cl_version',$this->cl_version);
46
+ $options = $this->get_options();
47
+ if(version_compare($installed_version,'281.1','<')){
48
+ // set new defaults for info back color and badge (made on 281.1)
49
+ $options['badge'] = 'CL91_White.gif';
50
+ $options['infoback'] = "white";
51
+ $installed_version = '281.1';
52
+ }
53
+ if(version_compare($installed_version,'281.7','<')){
54
+ $options['nofollow'] = 'all';
55
+ $installed_version = '281.7';
56
+ }
57
+ update_option($this->db_option,$options);
58
+ }
59
+
60
+ // action hooks
61
+ $this->plugin_url = trailingslashit ( WP_PLUGIN_URL . '/' . dirname ( plugin_basename ( __FILE__ ) ) );
62
+ if($this->test){
63
+ $this->api_url = 'http://firedwok.com/cl_api/commentluvapi.php';
64
+ } else {
65
+ $this->api_url = 'http://api.comluv.com/cl_api/commentluvapi.php';
66
+ }
67
+ add_action ( 'admin_menu', array (&$this, 'admin_menu' ) ); // add image to admin link and setup options page
68
+ add_action ( 'admin_print_scripts-post.php', array (&$this, 'add_removeluv_script') ); // add the removeluv script to admin page
69
+ add_action ( 'admin_print_scripts-edit-comments.php', array (&$this, 'add_removeluv_script') ); // add the removeluv script to admin page
70
+ add_action ( 'admin_print_scripts-settings_page_commentluv', array(&$this,'add_settings_page_script'));
71
+ add_action ( 'wp_ajax_notify_signup', array(&$this,'notify_signup'));
72
+ add_action ( 'wp_ajax_removeluv', array (&$this, 'cl_remove_luv') ); // handle the call to the admin-ajax for removing luv
73
+ add_action ( 'template_redirect', array (&$this, 'commentluv_scripts' ) ); // template_redirect always called when page is displayed to user
74
+ add_action ( 'wp_head', array (&$this, 'commentluv_style' ) ); // add style sheet to header
75
+ add_action ( 'wp_set_comment_status', array (&$this, 'update_cl_status' ), 1, 3 ); // call when status of comment gets changed
76
+ add_action ( 'comment_post', array (&$this, 'update_cl_status' ), 2, 3 ); // call when comment gets posted
77
+ add_action ( 'comment_form', array (&$this, 'add_fields' ) ); // add hidden fields during comment form display time
78
+ add_action ( 'wp_insert_comment', array (&$this, 'cl_post'),1,2); // add member id and other data to comment meta priority 1, 2 vars
79
+ add_filter ( 'plugin_action_links', array (&$this, 'commentluv_action' ), - 10, 2 ); // add a settings page link to the plugin description. use 2 for allowed vars
80
+ add_filter ( 'comments_array', array (&$this, 'do_shortcode' ), 1 ); // replace inserted data with hidden span on display time of comment
81
+ add_filter ( 'comment_text', array (&$this, 'do_shortcode' ), 1 ); // add last blog post data to comment content on admin screen
82
+ add_filter ( 'comment_row_actions', array (&$this,'add_removeluv_link')); // adds a link to remove the luv from a comment on the comments admin screen
83
+ }
84
+ // ajax handler for signup button in settings page
85
+ function notify_signup(){
86
+ global $current_user;
87
+ $email = $current_user->user_email;
88
+ $firstname = $current_user->first_name;
89
+ if(!$firstname){
90
+ $firstname = $current_user->user_nicename;
91
+ }
92
+ $message = "\n Email: ".$email."\n\n Name: ".$firstname."\n\n Meta: settings_page_2817\n\n";
93
+ $to = 'cl_notify29@aweber.com';
94
+ $headers = 'From: '.$firstname.' <'.$email.'>'."\r\n\\";
95
+ $mail = wp_mail($to,'cl_notify',$message,$headers);
96
+ if($mail === true){
97
+ $options = $this->get_options();
98
+ $options['subscribed'] = true;
99
+ update_option($this->db_option,$options);
100
+ }
101
+ $return = array('success'=>$mail,'email'=>$email);
102
+ // return response
103
+ $response = json_encode($return);
104
+ // response output
105
+ header( "Content-Type: application/json" );
106
+ echo $response;
107
+ // IMPORTANT: don't forget to "exit"
108
+ exit;
109
+ }
110
+ // hook the options page
111
+ function admin_menu() {
112
+ $menutitle = '<img src="' . $this->plugin_url . 'images/littleheart.gif" alt=""/> ';
113
+ $menutitle .= 'CommentLuv';
114
+ add_options_page ( 'CommentLuv Settings', $menutitle, 8, basename ( __FILE__ ), array (&$this, 'handle_options' ) );
115
+ }
116
+ function add_removeluv_script(){
117
+ wp_enqueue_script ( 'commentluv', $this->plugin_url . 'js/adminremoveluv.js', array ('jquery' ) );
118
+ }
119
+ function add_settings_page_script (){
120
+ wp_enqueue_script ('notify_signup', $this->plugin_url . 'js/notify_signup.js', array('jquery') );
121
+ }
122
+ // add the settings link
123
+ function commentluv_action($links, $file) {
124
+ $this_plugin = plugin_basename ( __FILE__ );
125
+ if ($file == $this_plugin) {
126
+ $links [] = "<a href='options-general.php?page=commentluv.php'>" . '<img src="' . $this->plugin_url . 'images/littleheart.gif" alt=""/> ' . __ ( 'Settings', $this->plugin_domain ) . "</a>";
127
+ }
128
+ return $links;
129
+ }
130
+ // add removeluv link
131
+ function add_removeluv_link($actions){
132
+ global $post;
133
+ $user_can = current_user_can('edit_post', $post->ID);
134
+ $cid = get_comment_ID();
135
+ if(get_comment_meta($cid,'cl_data') && wp_get_comment_status($cid) == 'approved'){
136
+ if($user_can){
137
+ $nonce= wp_create_nonce ('removeluv'.get_comment_ID());
138
+ $actions['Remove-luv'] = '<a class="removeluv :'.get_comment_ID().':'.$nonce.'" href="'.admin_url('edit-comments.php').'">Remove Luv</a>';
139
+ }
140
+ }
141
+ return $actions;
142
+ }
143
+ // remove luvlink from comment when called by admin-ajax
144
+ function cl_remove_luv(){
145
+ // check user is allowed to do this
146
+ $nonce=$_REQUEST['_wpnonce'];
147
+ $cid = $_REQUEST['c'];
148
+ if (! wp_verify_nonce($nonce, 'removeluv'.$cid) ) die("Epic fail");
149
+ // delete meta if comment id sent with request
150
+ if($cid){
151
+ // get meta and set vars if exists
152
+ $cmeta =get_comment_meta($cid,'cl_data','true');
153
+ if($cmeta) extract($cmeta);
154
+ // delete it and call comluv to tell it what happened
155
+ if(delete_comment_meta($cid,'cl_data')){
156
+ $url = $this->api_url.'?type=update&updatetype=delete&request_id='.$cl_requestid.'&choice_id='.$cl_choiceid.'&version='.$temp->cl_version;
157
+ $status = $this->call_comluv($url);
158
+ // return the comment id and status code for js processing to hide luv
159
+ echo "$cid*$status*";
160
+ return;
161
+ }
162
+ } else {
163
+ echo '0';
164
+ }
165
+ }
166
+ // hook the template_redirect for inserting style and javascript (using wp_head would make it too late to add dependencies)
167
+ function commentluv_scripts() {
168
+ // only load scripts if on a single page
169
+ if (is_singular()) {
170
+ wp_enqueue_script ( 'jquery' );
171
+ wp_enqueue_script ( 'hoverIntent', '/' . WPINC . '/js/hoverIntent.js', array ('jquery' ) );
172
+ wp_enqueue_script ( 'commentluv', $this->plugin_url . 'js/commentluv.js', array ('jquery' ) );
173
+ // get options
174
+ $options = $this->get_options ();
175
+ foreach ( $options as $key => $value ) {
176
+ $$key = $value;
177
+ }
178
+ // prepare options
179
+ $default_on = $default_on == 'on' ? 'checked' : '';
180
+ // untick the box if user is admin
181
+ global $user_ID;
182
+ if ($user_ID) {
183
+ if (current_user_can ( 'create_users' )) {
184
+ $default_on = '';
185
+ }
186
+ }
187
+ $badge = $this->plugin_url . "images/" . $badge;
188
+ $badge_text = $options ['badge'] == 'text' ? 'on' : '';
189
+ // get permalink for refer value
190
+ $refer_page = get_permalink();
191
+ if($compat != 'on'){
192
+ // insert options to header
193
+ wp_localize_script ( 'commentluv', 'cl_settings', array ('name' => $author_name, 'url' => $url_name, 'comment' => $comment_name, 'email' => $email_name, 'prepend' => $prepend, 'badge' => $badge,
194
+ 'show_text' => $show_text, 'badge_text' => $badge_text, 'heart_tip' => $heart_tip, 'default_on' => $default_on, 'select_text' => $select_text,
195
+ 'cl_version' => $this->cl_version, 'images' => $this->plugin_url . 'images/', 'api_url' => $this->api_url, 'refer' => $refer_page,
196
+ 'infoback' => $infoback,'usetemplate'=>$use_template) );
197
+ } else {
198
+ add_action('wp_footer',array(& $this, 'footer_script'));
199
+ }
200
+
201
+ }
202
+ }
203
+
204
+ // footer script to echo out cl_settings if compression compatibility is on
205
+ function footer_script(){
206
+ $options = $this->get_options();
207
+ $refer_page = get_permalink();
208
+ echo '<script type="text/javascript">
209
+ /* <![CDATA[ */
210
+ var cl_settings = {
211
+ name: "'.$options['author_name'].'",
212
+ url: "'.$options['url_name'].'",
213
+ comment: "'.$options['comment_name'].'",
214
+ email: "'.$options['email_name'].'",
215
+ prepend: "'.$options['prepend'].'",
216
+ badge: "'.$options['badge'].'",
217
+ show_text: "'.$options['show_text'].'",
218
+ badge_text: "'.$options['badge_text'].'",
219
+ heart_tip: "'.$options['heart_tip'].'",
220
+ default_on : "'.$options['default_on'].'",
221
+ select_text : "'.$options['select_text'].'",
222
+ cl_version : "'.$this->cl_version.'",
223
+ images : "'.$this->plugin_url.'images/",
224
+ api_url : "'.$this->api_url.'",
225
+ refer : "'.$refer_page.'",
226
+ infoback : "'.$infoback.'",
227
+ usetemplate : "'.$use_template.'"
228
+ };
229
+ /* ]]> */
230
+ ';
231
+ echo '</script>
232
+ ';
233
+ }
234
+ // hook the head function for adding stylesheet
235
+ function commentluv_style() {
236
+ echo '<link rel="stylesheet" href="' . $this->plugin_url . 'style/cl_style.css" type="text/css" />';
237
+ }
238
+
239
+ // get plugin options
240
+ function get_options() {
241
+ // default values
242
+ $options = array ('comment_text' => '[name] recently posted..[lastpost]', 'select_text' => 'choose a different post to show', 'default_on' => 'on', 'heart_tip' => 'on', 'use_template' => '', 'badge' => 'CL91_White.gif', 'show_text' => 'CommentLuv Enabled', 'author_name' => 'author', 'url_name' => 'url', 'comment_name' => 'comment', 'email_name' => 'email', 'prepend' => '', 'infoback' => 'white' , 'compat'=>'off', 'nofollow'=>'none');
243
+ // get saved options unless reset button was pressed
244
+ $saved = '';
245
+ if (! isset ( $_POST ['reset'] )) {
246
+ $saved = get_option ( $this->db_option );
247
+ }
248
+
249
+ // assign values
250
+ if (! empty ( $saved )) {
251
+ foreach ( $saved as $key => $option ) {
252
+ $options [$key] = $option;
253
+ }
254
+ }
255
+ // update the options if necessary
256
+ if ($saved != $options) {
257
+ update_option ( $this->db_option, $options );
258
+ }
259
+ // return the options
260
+ return $options;
261
+ }
262
+
263
+ // handle saving and displaying options
264
+ function handle_options() {
265
+ $options = $this->get_options ();
266
+ if (isset ( $_POST ['submitted'] )) {
267
+
268
+ // initialize the error class
269
+ $errors = new WP_Error ( );
270
+
271
+ // check security
272
+ check_admin_referer ( 'commentluv-nonce' );
273
+
274
+ $options = array ();
275
+ $options ['comment_text'] = htmlspecialchars ( $_POST ['cl_comment_text'] );
276
+ $options ['select_text'] = htmlspecialchars ( $_POST ['cl_select_text'] );
277
+ $options ['default_on'] = $_POST ['cl_default_on'];
278
+ $options ['heart_tip'] = $_POST ['cl_heart_tip'];
279
+ $options ['badge'] = $_POST ['cl_badge'];
280
+ $options ['show_text'] = htmlspecialchars ( $_POST ['cl_show_text'] );
281
+ $options ['prepend'] = htmlspecialchars ( $_POST ['cl_prepend'] );
282
+ $options ['author_name'] = $_POST ['cl_author_name'];
283
+ $options ['url_name'] = $_POST ['cl_url_name'];
284
+ $options ['comment_name'] = $_POST ['cl_comment_name'];
285
+ $options ['email_name'] = $_POST ['cl_email_name'];
286
+ $options ['use_template'] = $_POST['cl_use_template'];
287
+ $options ['infoback'] = htmlspecialchars($_POST['infoback']);
288
+ $options ['compat'] = $_POST['cl_compat'];
289
+ $options ['nofollow'] = $_POST['nofollow'];
290
+
291
+ // check for errors
292
+ if (count ( $errors->errors ) > 0) {
293
+ echo '<div class="error"><h3>';
294
+ _e ( 'There were errors with your chosen settings', $this->plugin_domain );
295
+ echo '</h3>';
296
+ foreach ( $errors->get_error_messages () as $message ) {
297
+ echo $message;
298
+ }
299
+ echo '</div>';
300
+ } else {
301
+ //every-ting cool mon
302
+ update_option ( $this->db_option, $options );
303
+ echo '<div class="updated fade"><p>Plugin settings saved.</p></div>';
304
+ }
305
+
306
+ }
307
+ // loop through each option and assign it as key=value
308
+ foreach ( $options as $key => $value ) {
309
+ $$key = $value;
310
+ }
311
+ // set value to checked if option is on (for showing correct status of checkbox and radio button in settings page)
312
+ $default_on = $options ['default_on'] == 'on' ? 'checked' : '';
313
+ $heart_tip = $options ['heart_tip'] == 'on' ? 'checked' : '';
314
+ $compat = $options ['compat'] == 'on' ? 'checked' : '';
315
+ $badge1 = $options ['badge'] == 'CL88_Black.gif' ? 'checked="checked"' : '';
316
+ $badge2 = $options ['badge'] == 'CL88_White.gif' ? 'checked="checked"' : '';
317
+ $badge3 = $options ['badge'] == 'CL91_Black.gif' ? 'checked="checked"' : '';
318
+ $badge4 = $options ['badge'] == 'CL91_White.gif' ? 'checked="checked"' : '';
319
+ $badge5 = $options ['badge'] == 'nothing.gif' ? 'checked="checked"' : '';
320
+ $use_template = $options ['use_template'] == 'on' ? 'checked="checked"' : '';
321
+ $badge_text = $options ['badge'] == 'text' ? 'checked="checked"' : '';
322
+
323
+ // url for form submit
324
+ $action_url = $_SERVER ['REQUEST_URI'];
325
+ include ('commentluv-manager.php');
326
+ }
327
+ // shortcode for showing badge and drop down box
328
+ function display_badge() {
329
+ if (is_singular()) {
330
+ global $badgeshown;
331
+ $options = get_option ( $this->db_option );
332
+ // choose as image or as text
333
+ $badge_text = $options ['badge'] == 'text' ? 'on' : '';
334
+ $default_on = $options ['default_on'] == 'on' ? 'checked="checked"' : '';
335
+ // untick the box if user is admin
336
+ global $user_ID;
337
+ if ($user_ID) {
338
+ if (current_user_can ( 'create_users' )) {
339
+ $default_on = '';
340
+ }
341
+ }
342
+ $options ['badge'] = $this->plugin_url . 'images/' . $options ['badge'];
343
+ if ($badge_text == '') {
344
+ $badge = '<a href="http://comluv.com" target="_blank"><img src="' . $options ['badge'] . '" border="0" alt="' . $options ['show_text'] . '" title="' . $options ['show_text'] . '"/></a>';
345
+ } else {
346
+ $badge = '<a href="http://comluv.com" target="_blank">' . $options ['show_text'] . '</a>';
347
+ }
348
+ if($options['prepend']){
349
+ $prepend = stripslashes($options['prepend']);
350
+ $decodeprepend = htmlspecialchars_decode_own($prepend);
351
+ }
352
+ echo '<div id="commentluv">' . $decodeprepend . '<input type="checkbox" id="doluv" name="doluv" ' . $default_on . ' style="width:25px;"/><span id="mylastpost" style="clear: both">' . $badge . '</span><span id="showmorespan" style="width: 30px; height: 15px; cursor: pointer;"><img class="clarrow" id="showmore" src="' . $this->plugin_url . 'images/down-arrow.gif" alt="show more" style="display:none;"/></span></div><div id="lastposts" style="display: none;"></div>';
353
+ $badgeshown = TRUE;
354
+ }
355
+ }
356
+ // hook the comment form to add fields for url for logged in users
357
+ function add_fields($id) {
358
+ $options = get_option ( $this->db_option );
359
+ $cl_author_id = $options ['author_name'];
360
+ $cl_site_id = $options ['url_name'];
361
+
362
+ if (is_user_logged_in ()) {
363
+ // get options values and insert as hidden fields
364
+ global $userdata;
365
+ get_currentuserinfo ();
366
+ $author = $userdata->display_name;
367
+ $userid = $userdata->ID;
368
+ $url = $userdata->user_url;
369
+ if(!stristr($url,"http://")){
370
+ $url = "http://".$url;
371
+ }
372
+ // check for MU blog
373
+ if ($this->check_this_is_multsite()) {
374
+ if (! $url || $url == "http://") {
375
+ $userbloginfo = get_blogs_of_user ( $userid, 1 );
376
+ $url = $userbloginfo [1]->siteurl;
377
+ }
378
+ }
379
+
380
+ echo "<input type='hidden' id='$cl_author_id' name='$cl_author_id' value='$author' />";
381
+ // check for buddypress
382
+ if(function_exists('bp_core_setup_globals')){
383
+ $input_type = 'text';
384
+ } else {
385
+ $input_type = 'hidden';
386
+ }
387
+ echo "<input type='$input_type' id='$cl_site_id' name='$cl_site_id' value='$url' />";
388
+ }
389
+ global $fieldsadded;
390
+ if(!$fieldsadded){
391
+ // add hidden fields for holding information about type,choice,html and request for every user
392
+ echo '<input type="hidden" name="cl_type" />';
393
+ echo '<input type="hidden" name="choice_id" />';
394
+ echo '<input type="hidden" name="request_id" />';
395
+ echo '<input type="hidden" name="cl_post_title" id="cl_post_title"/>';
396
+ echo '<input type="hidden" name="cl_post_url" id="cl_post_url"/>';
397
+ echo '<input type="hidden" name="cl_memberid" id="cl_memberid"/>';
398
+ $fieldsadded = TRUE;
399
+ }
400
+ // check if using php call comments.php or not
401
+ global $badgeshown;
402
+ if ($options ['use_template'] == '' && !$badgeshown) {
403
+ $this->display_badge ();
404
+ }
405
+ return $id;
406
+ }
407
+
408
+ // hook the pre_comment_content to add the link
409
+ function cl_post($id,$commentdata) {
410
+ $cl_requestid = intval($_POST['request_id']);
411
+ if($cl_requestid > 1 && $_POST['cl_type'] != 'undefined'){
412
+ // only do stuff if the comment had a successful last blog post
413
+ // and if the meta hasn't been added yet.
414
+ // (request id will be -1 if error, or no posts returned.)
415
+ $cl_memberid = intval($_POST['cl_memberid']);
416
+ $cl_choiceid = intval($_POST['choice_id']);
417
+ $cl_post_title = apply_filters('kses',$_POST['cl_post_title']);
418
+ $cl_post_url = apply_filters('kses',$_POST['cl_post_url']);
419
+ $cl_type = apply_filters('kses',$_POST['cl_type']);
420
+ $data = array('cl_memberid'=>$cl_memberid,'cl_requestid'=>$cl_requestid,'cl_choiceid'=>$cl_choiceid,'cl_post_title'=>$cl_post_title,'cl_post_url'=>$cl_post_url,'cl_type'=>$cl_type);
421
+ add_comment_meta($id,'cl_data',$data,'true');
422
+ }
423
+ }
424
+ // hook the set comment status action
425
+ function update_cl_status($cid, $status) {
426
+ // get comment stuff from meta
427
+ $data = get_comment_meta($cid,'cl_data','true');
428
+ if($data && is_array($data)){
429
+ extract($data);
430
+ $url = $this->api_url.'?type=update&updatetype='.$status.'&request_id='.$cl_requestid.'&choice_id='.$cl_choiceid.'&version='.$this->cl_version;
431
+ $content = $this->call_comluv ( $url );
432
+ if($this->test){
433
+ update_option('cl_last_comment_status',"$cid was $status");
434
+ update_option('cl_last_response',$content);
435
+ }
436
+ }
437
+ }
438
+
439
+ // use my own shortcode that was inserted at submission time and hide the params
440
+ function do_shortcode($commentarray) {
441
+ $isadminpage = 0;
442
+ $options = get_option ( $this->db_option );
443
+ if(!is_array($commentarray)){
444
+ // if it's an array then it was called by comments_array filter,
445
+ // otherwise it was called by comment_content (admin screen)
446
+ // has it been done before?
447
+ if(strpos($commentarray,'class="cluv"')){
448
+ return $commentarray;
449
+ }
450
+ // make a fake array of 1 object so below treats the comment_content filter nicely for admin screen
451
+ $temparray = array('comment_ID'=>get_comment_ID(),'comment_content'=>$commentarray,'comment_author'=>get_comment_author(), 'comment_author_email'=>get_comment_author_email());
452
+ $tempobject = (object) $temparray;
453
+ $commentarray = array($tempobject);
454
+ $isadminpage = 1;
455
+ }
456
+ // step through each comment in the array and add the shizzle to the nizzle (stoopid thesis make me do this instead of filtering comment_text)
457
+ $new_commentarray = array();
458
+ foreach($commentarray as $comment){
459
+ $data = get_comment_meta($comment->comment_ID,'cl_data','true');
460
+ $commentcontent = $comment->comment_content;
461
+ if (strpos ( $commentcontent, ".-=" ) && strpos ( $commentcontent, "=-." )) {
462
+ // handle old 2.7691 comments with hardcoded link
463
+ $last_pos = $this->my_strrpos ( $commentcontent, ".-=" ); // position number for last occurence of .-=
464
+ $beforecltext = substr ( $commentcontent, 0, $last_pos ); // get text before last position of .-=
465
+ $cltext = substr ( $commentcontent, $last_pos ); // get the bit between .-= and =-.
466
+ $cltext = str_replace ( array (".-=", "=-." ), array ('<span class="cluv">', '' ), $cltext ); // replace .-= with span and chop off last =-.
467
+ $commentcontent = $beforecltext . $cltext;
468
+ // do heart info
469
+ if ($options ['heart_tip'] == 'on') {
470
+ $commentcontent .= '<span class="heart_tip_box"><img class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="' . $this->plugin_url . 'images/littleheart.gif"/></span>';
471
+ }
472
+ $commentcontent .= '</span>';
473
+ $luvedit = TRUE;
474
+ }
475
+ // handle new 2.80+ comments with hidden post data
476
+ if($data && is_array($data) && !$luvedit){
477
+ // has meta data associated
478
+ extract($data,EXTR_OVERWRITE);
479
+ //array('cl_memberid'=>$cl_memberid,'cl_requestid'=>$cl_requestid,'cl_choiceid'=>$cl_choiceid,'cl_post_title'=>$cl_post_title,'cl_post_url'=>$cl_post_url,'cl_type'=>$cl_type);
480
+ // add link to comment
481
+ // add rel="nofollow" to link?
482
+ $nofollow = ' rel="nofollow"';
483
+ if($options['nofollow'] == 'none'){
484
+ $nofollow = '';
485
+ } elseif ($options['nofollow'] == 'unreg' && get_user_by_email($comment->comment_author_email)){
486
+ $nofollow = '';
487
+ }
488
+
489
+ $luvlink = '<a'.$nofollow.' href="'.$cl_post_url.'">'.$cl_post_title.'</a>';
490
+ $prepend_text = $options ['comment_text'];
491
+ $search = array ('[name]', '[type]', '[lastpost]' );
492
+ $replace = array ($comment->comment_author, $cl_type, $luvlink );
493
+ $inserted = str_replace ( $search, $replace, $prepend_text );
494
+ // insert identifying data and insert text/link to end of comment
495
+ $commentcontent .= "\n<span class=\"cluv\">$inserted";
496
+ // prepare heart icon
497
+ $hearticon = '';
498
+ if($cl_memberid > 2 ){
499
+ // use PLUS heart for members
500
+ $hearticon = 'plus';
501
+ }
502
+ if ($options ['heart_tip'] == 'on') {
503
+ $commentcontent .= '<span class="heart_tip_box"><img class="heart_tip '.$cl_memberid.'" alt="My ComLuv Profile" border="0" width="16" height="14" src="' . $this->plugin_url . 'images/littleheart'.$hearticon.'.gif"/></span>';
504
+ }
505
+ $commentcontent.= '</span>';
506
+ }
507
+ // store new content in this comments comment_content cell
508
+ $comment->comment_content = $commentcontent;
509
+ // fill new array with this comment
510
+ $new_commentarray[] = $comment;
511
+ }
512
+
513
+ // admin page or public page?
514
+ if($isadminpage){
515
+ // is being called by comment_text filter so expecting just content
516
+ return $commentcontent;
517
+ } else {
518
+ // called from comments_array filter so expecting array of objects
519
+ return $new_commentarray;
520
+ }
521
+ }
522
+
523
+ // set up default values
524
+ function install() {
525
+ // set default options
526
+ $this->get_options ();
527
+ }
528
+
529
+ // Localization support
530
+ function handle_load_domain() {
531
+ // get current language
532
+ $locale = get_locale ();
533
+
534
+ // locate translation file
535
+ $mofile = WP_PLUGIN_DIR . '/' . plugin_basename ( dirname ( __FILE__ ) ) . '/lang/' . $this->plugin_domain . '-' . $locale . '.mo';
536
+
537
+ // load translation
538
+ load_textdomain ( $this->plugin_domain, $mofile );
539
+ }
540
+ // call home to tell about comment submission or status
541
+ function call_comluv($url) {
542
+ if (function_exists ( "curl_init" )) {
543
+ //setup curl values
544
+ $curl = curl_init ();
545
+ curl_setopt ( $curl, CURLOPT_URL, $url );
546
+ curl_setopt ( $curl, CURLOPT_HEADER, 0 );
547
+ curl_setopt ( $curl, CURLOPT_RETURNTRANSFER, TRUE );
548
+ curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 4);
549
+ curl_setopt ( $curl, CURLOPT_TIMEOUT, 7 );
550
+ $content = curl_exec ( $curl );
551
+ if (! curl_error ( $curl )) {
552
+ /* removed json_decode until fix from wp 2.9 is released
553
+ if (function_exists ( json_decode )) {
554
+ $data = json_decode ( $content );
555
+ if ($data->status != 200) {
556
+ // unsuccessful confirmation.
557
+ // have a tantrum here if you want.
558
+ }
559
+ }
560
+ */
561
+ curl_close ( $curl );
562
+
563
+ }
564
+ } elseif (ini_get ( 'allow_url_fopen' )) {
565
+ $content = @file_get_contents ( $url );
566
+ }
567
+ return $content;
568
+ }
569
+
570
+ // from http://frumph.net/wordpress/wordpress-plugin-theme-check-for-multisitewpmu/
571
+ // check for multisite. Returns boolean
572
+ function check_this_is_multsite() {
573
+ global $wpmu_version;
574
+ if (function_exists('is_multisite')){
575
+ if (is_multisite()) {
576
+ return true;
577
+ }
578
+ if (!empty($wpmu_version)){
579
+ return true;
580
+ }
581
+ }
582
+ return false;
583
+ }
584
+ // find last occurrence of string in string (for php 4)
585
+ function my_strrpos($haystack, $needle, $offset = 0) {
586
+ // same as strrpos, except $needle can be a string
587
+ // http://www.webmasterworld.com/forum88/10570.htm
588
+ $strrpos = false;
589
+ if (is_string ( $haystack ) && is_string ( $needle ) && is_numeric ( $offset )) {
590
+ $strlen = strlen ( $haystack );
591
+ $strpos = strpos ( strrev ( substr ( $haystack, $offset ) ), strrev ( $needle ) );
592
+ if (is_numeric ( $strpos )) {
593
+ $strrpos = $strlen - $strpos - strlen ( $needle );
594
+ }
595
+ }
596
+ return $strrpos;
597
+ }
598
+
599
+ }
600
+ }
601
+
602
+ // start commentluv class engines
603
+ if (class_exists ( 'commentluv' )) :
604
+ $badgeshown=FALSE;
605
+ $fieldsadded = FALSE;
606
+ $commentluv = new commentluv ( );
607
+
608
+ // confirm warp capability
609
+ if (isset ( $commentluv )) {
610
+ // engage
611
+ register_activation_hook ( __FILE__, array (&$commentluv, 'install' ) );
612
+
613
+ }
614
+
615
+
616
+ endif;
617
+
618
+
619
+ // function for template call
620
+ function cl_display_badge() {
621
+ $temp = new commentluv ( );
622
+ $temp->display_badge ();
623
+ }
624
+
625
+ function htmlspecialchars_decode_own($string,$style=ENT_COMPAT)
626
+ {
627
+ $translation = array_flip(get_html_translation_table(HTML_SPECIALCHARS,$style));
628
+ if($style === ENT_QUOTES){ $translation['&#039;'] = '\''; }
629
+ return strtr($string,$translation);
630
+ }
631
+ ?>
images/br.png ADDED
Binary file
images/cn.png ADDED
Binary file
images/de.png ADDED
Binary file
images/facebook.png ADDED
Binary file
images/fr.png ADDED
Binary file
images/ge.png ADDED
Binary file
images/il.png ADDED
Binary file
images/it.png ADDED
Binary file
images/linkedin.png ADDED
Binary file
images/lt.png ADDED
Binary file
images/nl.png ADDED
Binary file
images/pl.png ADDED
Binary file
images/privacy-guarantee.png ADDED
Binary file
images/pt.png ADDED
Binary file
images/ro.png ADDED
Binary file
images/ru.png ADDED
Binary file
images/sa.png ADDED
Binary file
images/skype.png ADDED
Binary file
images/twitter.png ADDED
Binary file
js/commentluv.js CHANGED
@@ -21,7 +21,7 @@
21
  cl_dostuff();
22
  });
23
  // set the event listener for the show more image
24
- $("#showmore").click(function(){
25
  // hide drop down box for click outside
26
  $(document.body).click(function(){
27
  $('#lastposts').hide();
@@ -115,24 +115,24 @@
115
  function getAbsoluteLeft(objectId) {
116
  // Get an object left position from the upper left viewport corner
117
  o = objectId;
118
- oLeft = o.offsetLeft // Get left position from the parent object
119
  while(o.offsetParent!=null) { // Parse the parent hierarchy up to the document element
120
- oParent = o.offsetParent // Get parent object reference
121
- oLeft += oParent.offsetLeft // Add parent left position
122
- o = oParent
123
  }
124
- return oLeft
125
  }
126
  function getAbsoluteTop(objectId) {
127
  // Get an object top position from the upper left viewport corner
128
  o = objectId;
129
- oTop = o.offsetTop // Get top position from the parent object
130
  while(o.offsetParent!=null) { // Parse the parent hierarchy up to the document element
131
- oParent = o.offsetParent // Get parent object reference
132
- oTop += oParent.offsetTop // Add parent top position
133
- o = oParent
134
  }
135
- return oTop
136
  }
137
 
138
  function do_info(url){
21
  cl_dostuff();
22
  });
23
  // set the event listener for the show more image
24
+ $("#showmorespan").hover(function(){
25
  // hide drop down box for click outside
26
  $(document.body).click(function(){
27
  $('#lastposts').hide();
115
  function getAbsoluteLeft(objectId) {
116
  // Get an object left position from the upper left viewport corner
117
  o = objectId;
118
+ oLeft = o.offsetLeft; // Get left position from the parent object
119
  while(o.offsetParent!=null) { // Parse the parent hierarchy up to the document element
120
+ oParent = o.offsetParent; // Get parent object reference
121
+ oLeft += oParent.offsetLeft; // Add parent left position
122
+ o = oParent;
123
  }
124
+ return oLeft;
125
  }
126
  function getAbsoluteTop(objectId) {
127
  // Get an object top position from the upper left viewport corner
128
  o = objectId;
129
+ oTop = o.offsetTop; // Get top position from the parent object
130
  while(o.offsetParent!=null) { // Parse the parent hierarchy up to the document element
131
+ oParent = o.offsetParent; // Get parent object reference
132
+ oTop += oParent.offsetTop; // Add parent top position
133
+ o = oParent;
134
  }
135
+ return oTop;
136
  }
137
 
138
  function do_info(url){
js/notify_signup.js ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery(document).ready(function(){
2
+ jQuery('#cl_notify').click(function(){
3
+ jQuery(this).val('Please wait...');
4
+ jQuery.ajax({
5
+ url: ajaxurl,
6
+ type: 'POST',
7
+ dataType: 'json',
8
+ data: {'action': 'notify_signup'},
9
+ success: function(data){
10
+ if(data.success == true){
11
+ jQuery('#cl_notify').parents('div.submit').slideUp();
12
+ jQuery('#notify_message').empty().html('Please check your inbox, an email will be sent to ' + data.email + ' in the next few minutes with a confirmation link');
13
+ } else {
14
+ jQuery('#notify_message').empty().html('<strong>An error happened with the request. Try signing up at <a target="_blank" href="http://www.commentluv.com">www.commentluv.com</a>');
15
+ }
16
+ }
17
+ })
18
+ });
19
+ });
lang/commentluv-ar_AR.mo ADDED
Binary file
lang/commentluv-ar_AR.po ADDED
@@ -0,0 +1,211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: CommentLuv 2.7.5\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-01-10 15:16-0000\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Muhammad Elzarei <mohamed_elzarie@hotmail.com>\n"
8
+ "Language-Team: @commentluv, Gianni Diurno <admin@comluv.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: English\n"
13
+ "X-Poedit-Country: UNITED KINGDOM\n"
14
+ "X-Poedit-KeywordsList: __;_e\n"
15
+ "X-Poedit-Basepath: .\n"
16
+ "X-Poedit-SearchPath-0: ..\n"
17
+
18
+ #: ../commentluv-manager.php:26
19
+ msgid "This plugin takes the url from the comment form and tries to parse the feed of the site and display the last entry made. If you have any questions, comments or if you have a good idea that you would like to see in the next version of CommentLuv, please visit http://comluv.com and let me know."
20
+ msgstr "هذه الاضافة تأخذ الموقع من نموذج التعليقات و تحاول تحليل ال Feed و ثم تعرض اخر موضوع .اذا كان لديك اي سؤال , تعليق او لديك اي فكرة تريد ان تراها في النسخة القادمة من CommentLuv , رجاء قم بزيارة http://comluv.com و اخبرني. "
21
+
22
+ #: ../commentluv-manager.php:36
23
+ msgid "Display Options"
24
+ msgstr "خيارات العرض"
25
+
26
+ #: ../commentluv-manager.php:40
27
+ msgid "Enter the text you want displayed in the comment"
28
+ msgstr "ادخل النص اللذي تود ان تراه ظاهر في التعليق"
29
+
30
+ #: ../commentluv-manager.php:43
31
+ msgid "Text displayed in the select box"
32
+ msgstr "النص المعروض في صندوق الاختيارات"
33
+
34
+ #: ../commentluv-manager.php:47
35
+ msgid "CommentLuv on by default?"
36
+ msgstr " مفعل افتراضيا؟ CommentLuv"
37
+
38
+ #: ../commentluv-manager.php:50
39
+ msgid "Show heart on links?"
40
+ msgstr "اظهر القلوب علي الروابط ؟"
41
+
42
+ #: ../commentluv-manager.php:52
43
+ msgid "Info panel background color"
44
+ msgstr "لون خلفية شاشة المعلومات"
45
+
46
+ #: ../commentluv-manager.php:57
47
+ msgid "Use template insert to show badge and checkbox?"
48
+ msgstr "استخدم قالب لاظهار الشعار و صندوق الاختيارات ؟"
49
+
50
+ #: ../commentluv-manager.php:58
51
+ msgid "Do NOT check this unless you have manually inserted the code into your comments.php file "
52
+ msgstr "لا تضع علامة صح علي هذه الا اذا كنت قد وضعت الكود بنفسك في ملف comments.php"
53
+
54
+ #: ../commentluv-manager.php:64
55
+ msgid "Display Badge"
56
+ msgstr "اظهر الشعار"
57
+
58
+ #: ../commentluv-manager.php:68
59
+ msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
60
+ msgstr "شكرا ل <a href=\"http://byteful.com\">Byteful Traveller</a> لانشاءه هذه الصور "
61
+
62
+ #: ../commentluv-manager.php:72
63
+ msgid "Choose badge to display"
64
+ msgstr "اختار الشعار لاظهاره"
65
+
66
+ #: ../commentluv-manager.php:77
67
+ msgid "Show nothing"
68
+ msgstr "لا تظهر شيء"
69
+
70
+ #: ../commentluv-manager.php:80
71
+ msgid "Show text"
72
+ msgstr "اظهر النص"
73
+
74
+ #: ../commentluv-manager.php:80
75
+ msgid "Prepend html before badge or text (optional)"
76
+ msgstr "اضف كود الهتمل قبل الشعار او النص ( اختياري )"
77
+
78
+ #: ../commentluv-manager.php:88
79
+ msgid "Technical Settings"
80
+ msgstr "الاعدادات التقنية"
81
+
82
+ #: ../commentluv-manager.php:92
83
+ msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
84
+ msgstr "في معظم الاحيان لا يجب عليك تغيير هذه الاعدادات الا اذا كنت تملك نموذج تعليقات مخصوص"
85
+
86
+ #: ../commentluv-manager.php:93
87
+ msgid "These are the name=\"\" values used in the HTML source for the fields on your comment form."
88
+ msgstr "هذه هي قيمة الخانة name=\"\" المستخدمة في اكواد الهتمل للخانات في نموذج النعليق"
89
+
90
+ #: ../commentluv-manager.php:99
91
+ msgid "Authors Name field name"
92
+ msgstr "اسم حقل اسم الكتاب"
93
+
94
+ #: ../commentluv-manager.php:103
95
+ msgid "Email field name"
96
+ msgstr "اسم حقل الايميل"
97
+
98
+ #: ../commentluv-manager.php:107
99
+ msgid "Authors URL field name"
100
+ msgstr "اسم حقل موقغ الكاتب"
101
+
102
+ #: ../commentluv-manager.php:111
103
+ msgid "Comment Text Area name"
104
+ msgstr "اسم حقل نص التعليق"
105
+
106
+ #: ../commentluv-manager.php:124
107
+ msgid "Reset to Default Settings"
108
+ msgstr "إعادة تعيين إلى الإعدادات الافتراضية"
109
+
110
+ #: ../commentluv-manager.php:129
111
+ msgid "Are you sure you want to reset your settings? Press OK to continue"
112
+ msgstr "هل انت متأكد انك تريد ان تعيد التعيين إلى الإعدادات الافتراضية ؟ اضغط OK للمتابعة"
113
+
114
+ #: ../commentluv-manager.php:139
115
+ msgid "Plugin Info"
116
+ msgstr "معلومات الاضافة"
117
+
118
+ #: ../commentluv-manager.php:142
119
+ msgid "Author"
120
+ msgstr "المؤلف"
121
+
122
+ #: ../commentluv-manager.php:143
123
+ msgid "Home Page"
124
+ msgstr "الصفحة الرئيسية"
125
+
126
+ #: ../commentluv-manager.php:143
127
+ msgid "Visit ComLuv to register your site for more luv!"
128
+ msgstr " لتسجيل موقعك للمزيد من الحب ComLuv قم بزيارة موقع "
129
+
130
+ #: ../commentluv-manager.php:144
131
+ msgid "Social"
132
+ msgstr "اجتماعي"
133
+
134
+ #: ../commentluv-manager.php:145
135
+ msgid "Help"
136
+ msgstr "المساعدة"
137
+
138
+ #: ../commentluv-manager.php:145
139
+ msgid "Help Desk"
140
+ msgstr "مكتب المساعدة"
141
+
142
+ #: ../commentluv-manager.php:146
143
+ msgid "News"
144
+ msgstr "الاخبار"
145
+
146
+ #: ../commentluv-manager.php:152
147
+ msgid "Thanks to the following for translations"
148
+ msgstr "شكرا لهؤلاء للترجمة"
149
+
150
+ #: ../commentluv-manager.php:153
151
+ msgid "Italian"
152
+ msgstr "ايطالي"
153
+
154
+ #: ../commentluv-manager.php:154
155
+ msgid "Russian"
156
+ msgstr "روسي"
157
+
158
+ #: ../commentluv-manager.php:155
159
+ msgid "Chinese"
160
+ msgstr "صيني"
161
+
162
+ #: ../commentluv-manager.php:156
163
+ msgid "Hebrew"
164
+ msgstr "عبري"
165
+
166
+ #: ../commentluv-manager.php:157
167
+ msgid "French"
168
+ msgstr "فرنسي"
169
+
170
+ #: ../commentluv-manager.php:158
171
+ msgid "Dutch"
172
+ msgstr "ألماني"
173
+
174
+ #: ../commentluv-manager.php:159
175
+ msgid "Polish"
176
+ msgstr "بولندي"
177
+
178
+ #: ../commentluv.php:35
179
+ msgid "CommentLuv requires Wordpress 2.9.2 or newer."
180
+ msgstr "تتطلب اضافة CommentLuv نسخة وردبريس ٢.٩.٢ أو احدث"
181
+
182
+ #: ../commentluv.php:35
183
+ msgid "Please Update!"
184
+ msgstr "من فضلك قم بالتحديث !"
185
+
186
+ #: ../commentluv.php:88
187
+ msgid "Settings"
188
+ msgstr "الاعدادات"
189
+
190
+ #: ../commentluv.php:218
191
+ msgid "There were errors with your chosen settings"
192
+ msgstr "لقد كان هناك اخطاء في اعداداتك"
193
+
194
+ #~ msgid "CommentLuv Member Area"
195
+ #~ msgstr "Espace de membres CommentLuv"
196
+
197
+ #~ msgid ""
198
+ #~ "If you register your site for free at <a href=\"http://comluv.com"
199
+ #~ "\">ComLuv.com</a> you will be able to open up lots of features that are "
200
+ #~ "for members only like link tracking so you can see which of the comments "
201
+ #~ "you make on CommentLuv blogs are getting the last blog post clicked and "
202
+ #~ "the ability to send back more than just blog posts. You can even create "
203
+ #~ "your own WP2.7 blog there with commentluv pre-installed!."
204
+ #~ msgstr ""
205
+ #~ "Si vous enregistrez votre site gratuitement sur <a href=\"http://comluv."
206
+ #~ "com\">ComLuv.com</a>, vous aurez la possibilité de débloquer des "
207
+ #~ "fonctions réservées aux membres comme : le suivi des liens pour voir "
208
+ #~ "lesquels de vos commentaires, publiés sur les blogs qui utilisent "
209
+ #~ "CommentLuv, reçoivent le plus de clics et la possibilité de renvoyer plus "
210
+ #~ "que des billets. Vous pourrez même créer là-bas votre propre blog WP2.7 "
211
+ #~ "avec commentluv pré-installé !"
lang/commentluv-de_DE.mo ADDED
Binary file
lang/commentluv-de_DE.po ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: CommentLuv 2.81.5\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-01-10 15:16-0000\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Rian van Spaandonk <rian.vanspaandonk@pangaea.nl>\n"
8
+ "Language-Team: German Translation <admin@comluv.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: German\n"
13
+ "X-Poedit-Country: GERMANY\n"
14
+ "X-Poedit-KeywordsList: __;_e\n"
15
+ "X-Poedit-Basepath: .\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18
+ "X-Poedit-SearchPath-0: ..\n"
19
+
20
+ #: ../commentluv-manager.php:26
21
+ msgid "This plugin takes the url from the comment form and tries to parse the feed of the site and display the last entry made. If you have any questions, comments or if you have a good idea that you would like to see in the next version of CommentLuv, please visit http://comluv.com and let me know."
22
+ msgstr "Dieses Plug-In nimmt die URL vom Kommentarformular, versucht den Feed zu analysieren und zeigt den letzten Nachricht. M&ouml;chten Sie noch Fragen, Kommentare oder Ideen haben f&uuml;r die n&auml;chste Version von CommentLuv, besuchen Sie dann http://comluv.com und erz&auml;hle es mir."
23
+
24
+ #: ../commentluv-manager.php:36
25
+ msgid "Display Options"
26
+ msgstr "Anzeigeoptionen"
27
+
28
+ #: ../commentluv-manager.php:40
29
+ msgid "Enter the text you want displayed in the comment"
30
+ msgstr "F&uuml;hren Sie den Text f&uuml;r Wiedergabe im Kommentar ein"
31
+
32
+ #: ../commentluv-manager.php:43
33
+ msgid "Text displayed in the select box"
34
+ msgstr "Text wiedergegeben im Auswahlfeld"
35
+
36
+ #: ../commentluv-manager.php:47
37
+ msgid "CommentLuv on by default?"
38
+ msgstr "CommentLuv standard eingeschaltet?"
39
+
40
+ #: ../commentluv-manager.php:50
41
+ msgid "Show heart on links?"
42
+ msgstr "Herz bei Links zeigen?"
43
+
44
+ #: ../commentluv-manager.php:52
45
+ msgid "Info panel background color"
46
+ msgstr "Hintergrundfarbe Informationsbereich"
47
+
48
+ #: ../commentluv-manager.php:57
49
+ msgid "Use template insert to show badge and checkbox?"
50
+ msgstr "Vorlage einf&uuml;gen verwenden um Pin und Kontrollk&auml;stchen zu zeigen?"
51
+
52
+ #: ../commentluv-manager.php:58
53
+ msgid "Do NOT check this unless you have manually inserted the code into your comments.php file "
54
+ msgstr "Nicht ausw&auml;hlen es sei denn, Sie haben den Code manuell in ihrer comments.php-Datei eingef&uuml;gt."
55
+
56
+ #: ../commentluv-manager.php:64
57
+ msgid "Display Badge"
58
+ msgstr "Pin zeigen"
59
+
60
+ #: ../commentluv-manager.php:68
61
+ msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
62
+ msgstr "Vielen Dank <a href=\"http://byteful.com\">Byteful Traveller</a> f&uuml;r die Herstellung dieser Bilder."
63
+
64
+ #: ../commentluv-manager.php:72
65
+ msgid "Choose badge to display"
66
+ msgstr "Pin f&uuml;r Wiedergabe ausw&auml;hlen"
67
+
68
+ #: ../commentluv-manager.php:77
69
+ msgid "Show nothing"
70
+ msgstr "Nichts zeigen"
71
+
72
+ #: ../commentluv-manager.php:80
73
+ msgid "Show text"
74
+ msgstr "Text zeigen"
75
+
76
+ #: ../commentluv-manager.php:80
77
+ msgid "Prepend html before badge or text (optional)"
78
+ msgstr "Html vor Pin oder Text vorneanstellen (optional)"
79
+
80
+ #: ../commentluv-manager.php:88
81
+ msgid "Technical Settings"
82
+ msgstr "Technische Einstellungen"
83
+
84
+ #: ../commentluv-manager.php:92
85
+ msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
86
+ msgstr "In den meisten F&auml;llen brauchen Sie diese Einstellungen nicht zu &auml;ndern, es sei denn, Sie haben das Kommentarformular ge&auml;ndert."
87
+
88
+ #: ../commentluv-manager.php:93
89
+ msgid "These are the name=\"\" values used in the HTML source for the fields on your comment form."
90
+ msgstr "Es handelt sich um die name=\"\"-Werte, die in der Html-Quelle f&uuml;r die Felder im Kommentarformular verwendet werden. "
91
+
92
+ #: ../commentluv-manager.php:99
93
+ msgid "Authors Name field name"
94
+ msgstr "Autor Name Feldname"
95
+
96
+ #: ../commentluv-manager.php:103
97
+ msgid "Email field name"
98
+ msgstr "E-Mail Feldname"
99
+
100
+ #: ../commentluv-manager.php:107
101
+ msgid "Authors URL field name"
102
+ msgstr "Autor URL Feldname"
103
+
104
+ #: ../commentluv-manager.php:111
105
+ msgid "Comment Text Area name"
106
+ msgstr "Kommentar Textbereich Name"
107
+
108
+ #: ../commentluv-manager.php:124
109
+ msgid "Reset to Default Settings"
110
+ msgstr "Auf Standardeinstellungen zur&uuml;cksetzen"
111
+
112
+ #: ../commentluv-manager.php:129
113
+ msgid "Are you sure you want to reset your settings? Press OK to continue"
114
+ msgstr "Sind Sie sicher, dass Sie Ihren Einstellungen zur&uuml;cksetzen m&ouml;chten? Dr&uuml;cken Sie OK um weiter zu gehen."
115
+
116
+ #: ../commentluv-manager.php:139
117
+ msgid "Plugin Info"
118
+ msgstr "Plug-In-Info"
119
+
120
+ #: ../commentluv-manager.php:142
121
+ msgid "Author"
122
+ msgstr "Autor"
123
+
124
+ #: ../commentluv-manager.php:143
125
+ msgid "Home Page"
126
+ msgstr "Homepage"
127
+
128
+ #: ../commentluv-manager.php:143
129
+ msgid "Visit ComLuv to register your site for more luv!"
130
+ msgstr "Besuchen Sie ComLuv um Ihre Website f&uuml;r mehr Luv zu registrieren!"
131
+
132
+ #: ../commentluv-manager.php:144
133
+ msgid "Social"
134
+ msgstr "Sozial"
135
+
136
+ #: ../commentluv-manager.php:145
137
+ msgid "Help"
138
+ msgstr "Hilfe"
139
+
140
+ #: ../commentluv-manager.php:145
141
+ msgid "Help Desk"
142
+ msgstr "Helpdesk"
143
+
144
+ #: ../commentluv-manager.php:146
145
+ msgid "News"
146
+ msgstr "Nachrichten"
147
+
148
+ #: ../commentluv-manager.php:152
149
+ msgid "Thanks to the following for translations"
150
+ msgstr "Vielen Dank f&uuml;r die &Uuml;bersetzungen:"
151
+
152
+ #: ../commentluv-manager.php:153
153
+ msgid "Italian"
154
+ msgstr "Italienisch"
155
+
156
+ #: ../commentluv-manager.php:154
157
+ msgid "Russian"
158
+ msgstr "Russisch"
159
+
160
+ #: ../commentluv-manager.php:155
161
+ msgid "Chinese"
162
+ msgstr "Chinesisch"
163
+
164
+ #: ../commentluv-manager.php:156
165
+ msgid "Hebrew"
166
+ msgstr "Hebr&auml;isch"
167
+
168
+ #: ../commentluv-manager.php:157
169
+ msgid "French"
170
+ msgstr "Franz&ouml;sisch"
171
+
172
+ #: ../commentluv-manager.php:158
173
+ msgid "Dutch"
174
+ msgstr "Niederl&auml;ndisch"
175
+
176
+ #: ../commentluv-manager.php:159
177
+ msgid "Polish"
178
+ msgstr "Polnisch"
179
+
180
+ #: ../commentluv.php:35
181
+ msgid "CommentLuv requires Wordpress 2.9.2 or newer."
182
+ msgstr "CommentLuv erfordert Wordpress Version 2.6.5 oder neuer."
183
+
184
+ #: ../commentluv.php:35
185
+ msgid "Please Update!"
186
+ msgstr "Bitte aktualisieren!"
187
+
188
+ #: ../commentluv.php:88
189
+ msgid "Settings"
190
+ msgstr "Einstellungen"
191
+
192
+ #: ../commentluv.php:218
193
+ msgid "There were errors with your chosen settings"
194
+ msgstr "Es hat Fehler gegeben mit den von Ihnen ausgew&auml;hlten Einstellungen."
195
+
196
+ #~ msgid "CommentLuv Member Area"
197
+ #~ msgstr "CommentLuv Leden Omgeving"
198
+
199
+ #~ msgid ""
200
+ #~ "If you register your site for free at <a href=\"http://comluv.com"
201
+ #~ "\">ComLuv.com</a> you will be able to open up lots of features that are "
202
+ #~ "for members only like link tracking so you can see which of the comments "
203
+ #~ "you make on CommentLuv blogs are getting the last blog post clicked and "
204
+ #~ "the ability to send back more than just blog posts. You can even create "
205
+ #~ "your own WP2.7 blog there with commentluv pre-installed!."
206
+ #~ msgstr ""
207
+ #~ "Als je je website gratis registreert op <a href=\"http://comluv.com"
208
+ #~ "\">ComLuv.com</a> kun je veel functies activeren welke alleen voor leden "
209
+ #~ "bestemd zijn, zoals link tracking waarmee je kunt zien op welke van de "
210
+ #~ "commentaren die je op CommentLuv blogs gemaakt hebt geklikt wordt en de "
211
+ #~ "mogelijkheid om meer terug te sturen dan alleen blogberichten. Je kan "
212
+ #~ "zelfs je eigen blog maken met WP2.7 CommentLuv vooraf geïnstalleerd !"
lang/commentluv-fr_FR.mo CHANGED
Binary file
lang/commentluv-fr_FR.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: CommentLuv 2.7.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-19 10:27-0000\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: Léo Ludwig <blog@referenceurfreelance.com>\n"
8
  "Language-Team: @commentluv, Gianni Diurno <admin@comluv.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -15,111 +15,198 @@ msgstr ""
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../commentluv-manager.php:11
19
  msgid "This plugin takes the url from the comment form and tries to parse the feed of the site and display the last entry made. If you have any questions, comments or if you have a good idea that you would like to see in the next version of CommentLuv, please visit http://comluv.com and let me know."
20
  msgstr "Ce plug-in utilise l'URL du formulaire de commentaires et essais d'analyser le fil RSS du site pour montrer le dernier billet publié. Si vous avez des questions, des commentaires ou des idées d'améliorations que vous aimeriez voir dans l'inverse dans la prochaine version de CommentLuv, n'hésitez pas à me contacter en visitant le site http://comluv.com"
21
 
22
- #: ../commentluv-manager.php:12
23
  msgid "Display Options"
24
  msgstr "Options d'affichage"
25
 
26
- #: ../commentluv-manager.php:13
27
  msgid "Enter the text you want displayed in the comment"
28
  msgstr "Saisir le texte que vous souhaitez voir apparaître dans les commentaires "
29
 
30
- #: ../commentluv-manager.php:16
31
  msgid "Text displayed in the select box"
32
  msgstr "Texte visible dans la boîte de sélection "
33
 
34
- #: ../commentluv-manager.php:20
35
  msgid "CommentLuv on by default?"
36
  msgstr "CommentLuv activé par défaut ? "
37
 
38
- #: ../commentluv-manager.php:23
39
  msgid "Show heart on links?"
40
  msgstr "Montrer le coeur sur les liens ? "
41
 
42
- #: ../commentluv-manager.php:27
 
 
 
 
43
  msgid "Use template insert to show badge and checkbox?"
44
  msgstr "Utiliser l'affichage par défaut pour montrer l'écusson et la boite de sélection ? "
45
 
46
- #: ../commentluv-manager.php:29
 
 
 
 
47
  msgid "Display Badge"
48
  msgstr "Montrer l'écusson"
49
 
50
- #: ../commentluv-manager.php:30
51
  msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
52
  msgstr "Remerciements à <a href=\"http://byteful.com\">Byteful Traveller</a> pour avoir créé ces images. "
53
 
54
- #: ../commentluv-manager.php:33
55
  msgid "Choose badge to display"
56
  msgstr "Choisir l'écusson à montrer"
57
 
58
- #: ../commentluv-manager.php:39
59
  msgid "Show nothing"
60
  msgstr "Ne rien montrer"
61
 
62
- #: ../commentluv-manager.php:42
63
  msgid "Show text"
64
  msgstr "Montrer le texte "
65
 
66
- #: ../commentluv-manager.php:42
67
  msgid "Prepend html before badge or text (optional)"
68
  msgstr "Ajouter l'HTML avant l'écusson ou le texte (optionnel) "
69
 
70
- #: ../commentluv-manager.php:44
71
- msgid "CommentLuv Member Area"
72
- msgstr "Espace de membres CommentLuv"
73
-
74
- #: ../commentluv-manager.php:45
75
- msgid "If you register your site for free at <a href=\"http://comluv.com\">ComLuv.com</a> you will be able to open up lots of features that are for members only like link tracking so you can see which of the comments you make on CommentLuv blogs are getting the last blog post clicked and the ability to send back more than just blog posts. You can even create your own WP2.7 blog there with commentluv pre-installed!."
76
- msgstr "Si vous enregistrez votre site gratuitement sur <a href=\"http://comluv.com\">ComLuv.com</a>, vous aurez la possibilité de débloquer des fonctions réservées aux membres comme : le suivi des liens pour voir lesquels de vos commentaires, publiés sur les blogs qui utilisent CommentLuv, reçoivent le plus de clics et la possibilité de renvoyer plus que des billets. Vous pourrez même créer là-bas votre propre blog WP2.7 avec commentluv pré-installé !"
77
-
78
- #: ../commentluv-manager.php:47
79
  msgid "Technical Settings"
80
  msgstr "Paramètres techniques "
81
 
82
- #: ../commentluv-manager.php:48
83
  msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
84
  msgstr "Dans la plupart des cas vous ne devriez pas avoir à changer ces paramètres saufs si vous utilisez un formulaire de commentaires personnalisé"
85
 
86
- #: ../commentluv-manager.php:52
 
 
 
 
87
  msgid "Authors Name field name"
88
  msgstr "Nom du champ : Nom de l'auteur"
89
 
90
- #: ../commentluv-manager.php:56
91
  msgid "Email field name"
92
  msgstr "Nom du champ : E-mail"
93
 
94
- #: ../commentluv-manager.php:60
95
  msgid "Authors URL field name"
96
  msgstr "Nom du champ : URL de l'auteur"
97
 
98
- #: ../commentluv-manager.php:64
99
  msgid "Comment Text Area name"
100
  msgstr "Nom du champ : Commentaires"
101
 
102
- #: ../commentluv-manager.php:72
103
  msgid "Reset to Default Settings"
104
  msgstr "Réinitialiser les paramètres"
105
 
106
- #: ../commentluv-manager.php:77
107
  msgid "Are you sure you want to reset your settings? Press OK to continue"
108
  msgstr "Êtes-vous sûrs de vouloir réinitialiser vos paramètres ? Appuyez sur OK pour continuer"
109
 
110
- #: ../commentluv.php:44
111
- msgid "CommentLuv requires Wordpress 2.6.5 or newer."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  msgstr "CommentLuv fonctionne uniquement sur une version de Wordpress supérieur ou égale à 2.6.5"
113
 
114
- #: ../commentluv.php:44
115
  msgid "Please Update!"
116
  msgstr "Mise à jour nécessaire ! "
117
 
118
- #: ../commentluv.php:75
119
  msgid "Settings"
120
  msgstr "Paramètres"
121
 
122
- #: ../commentluv.php:169
123
  msgid "There were errors with your chosen settings"
124
  msgstr "Il y a des erreurs causées par votre choix de paramètres"
125
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: CommentLuv 2.7.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-01-10 15:16-0000\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: Andy Bailey <admin@comluv.com>\n"
8
  "Language-Team: @commentluv, Gianni Diurno <admin@comluv.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../commentluv-manager.php:26
19
  msgid "This plugin takes the url from the comment form and tries to parse the feed of the site and display the last entry made. If you have any questions, comments or if you have a good idea that you would like to see in the next version of CommentLuv, please visit http://comluv.com and let me know."
20
  msgstr "Ce plug-in utilise l'URL du formulaire de commentaires et essais d'analyser le fil RSS du site pour montrer le dernier billet publié. Si vous avez des questions, des commentaires ou des idées d'améliorations que vous aimeriez voir dans l'inverse dans la prochaine version de CommentLuv, n'hésitez pas à me contacter en visitant le site http://comluv.com"
21
 
22
+ #: ../commentluv-manager.php:36
23
  msgid "Display Options"
24
  msgstr "Options d'affichage"
25
 
26
+ #: ../commentluv-manager.php:40
27
  msgid "Enter the text you want displayed in the comment"
28
  msgstr "Saisir le texte que vous souhaitez voir apparaître dans les commentaires "
29
 
30
+ #: ../commentluv-manager.php:43
31
  msgid "Text displayed in the select box"
32
  msgstr "Texte visible dans la boîte de sélection "
33
 
34
+ #: ../commentluv-manager.php:47
35
  msgid "CommentLuv on by default?"
36
  msgstr "CommentLuv activé par défaut ? "
37
 
38
+ #: ../commentluv-manager.php:50
39
  msgid "Show heart on links?"
40
  msgstr "Montrer le coeur sur les liens ? "
41
 
42
+ #: ../commentluv-manager.php:52
43
+ msgid "Info panel background color"
44
+ msgstr ""
45
+
46
+ #: ../commentluv-manager.php:57
47
  msgid "Use template insert to show badge and checkbox?"
48
  msgstr "Utiliser l'affichage par défaut pour montrer l'écusson et la boite de sélection ? "
49
 
50
+ #: ../commentluv-manager.php:58
51
+ msgid "Do NOT check this unless you have manually inserted the code into your comments.php file "
52
+ msgstr ""
53
+
54
+ #: ../commentluv-manager.php:64
55
  msgid "Display Badge"
56
  msgstr "Montrer l'écusson"
57
 
58
+ #: ../commentluv-manager.php:68
59
  msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
60
  msgstr "Remerciements à <a href=\"http://byteful.com\">Byteful Traveller</a> pour avoir créé ces images. "
61
 
62
+ #: ../commentluv-manager.php:72
63
  msgid "Choose badge to display"
64
  msgstr "Choisir l'écusson à montrer"
65
 
66
+ #: ../commentluv-manager.php:77
67
  msgid "Show nothing"
68
  msgstr "Ne rien montrer"
69
 
70
+ #: ../commentluv-manager.php:80
71
  msgid "Show text"
72
  msgstr "Montrer le texte "
73
 
74
+ #: ../commentluv-manager.php:80
75
  msgid "Prepend html before badge or text (optional)"
76
  msgstr "Ajouter l'HTML avant l'écusson ou le texte (optionnel) "
77
 
78
+ #: ../commentluv-manager.php:88
 
 
 
 
 
 
 
 
79
  msgid "Technical Settings"
80
  msgstr "Paramètres techniques "
81
 
82
+ #: ../commentluv-manager.php:92
83
  msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
84
  msgstr "Dans la plupart des cas vous ne devriez pas avoir à changer ces paramètres saufs si vous utilisez un formulaire de commentaires personnalisé"
85
 
86
+ #: ../commentluv-manager.php:93
87
+ msgid "These are the name=\"\" values used in the HTML source for the fields on your comment form."
88
+ msgstr ""
89
+
90
+ #: ../commentluv-manager.php:99
91
  msgid "Authors Name field name"
92
  msgstr "Nom du champ : Nom de l'auteur"
93
 
94
+ #: ../commentluv-manager.php:103
95
  msgid "Email field name"
96
  msgstr "Nom du champ : E-mail"
97
 
98
+ #: ../commentluv-manager.php:107
99
  msgid "Authors URL field name"
100
  msgstr "Nom du champ : URL de l'auteur"
101
 
102
+ #: ../commentluv-manager.php:111
103
  msgid "Comment Text Area name"
104
  msgstr "Nom du champ : Commentaires"
105
 
106
+ #: ../commentluv-manager.php:124
107
  msgid "Reset to Default Settings"
108
  msgstr "Réinitialiser les paramètres"
109
 
110
+ #: ../commentluv-manager.php:129
111
  msgid "Are you sure you want to reset your settings? Press OK to continue"
112
  msgstr "Êtes-vous sûrs de vouloir réinitialiser vos paramètres ? Appuyez sur OK pour continuer"
113
 
114
+ #: ../commentluv-manager.php:139
115
+ msgid "Plugin Info"
116
+ msgstr ""
117
+
118
+ #: ../commentluv-manager.php:142
119
+ msgid "Author"
120
+ msgstr ""
121
+
122
+ #: ../commentluv-manager.php:143
123
+ msgid "Home Page"
124
+ msgstr ""
125
+
126
+ #: ../commentluv-manager.php:143
127
+ msgid "Visit ComLuv to register your site for more luv!"
128
+ msgstr ""
129
+
130
+ #: ../commentluv-manager.php:144
131
+ msgid "Social"
132
+ msgstr ""
133
+
134
+ #: ../commentluv-manager.php:145
135
+ msgid "Help"
136
+ msgstr ""
137
+
138
+ #: ../commentluv-manager.php:145
139
+ msgid "Help Desk"
140
+ msgstr ""
141
+
142
+ #: ../commentluv-manager.php:146
143
+ msgid "News"
144
+ msgstr ""
145
+
146
+ #: ../commentluv-manager.php:152
147
+ msgid "Thanks to the following for translations"
148
+ msgstr ""
149
+
150
+ #: ../commentluv-manager.php:153
151
+ msgid "Italian"
152
+ msgstr ""
153
+
154
+ #: ../commentluv-manager.php:154
155
+ msgid "Russian"
156
+ msgstr ""
157
+
158
+ #: ../commentluv-manager.php:155
159
+ msgid "Chinese"
160
+ msgstr ""
161
+
162
+ #: ../commentluv-manager.php:156
163
+ msgid "Hebrew"
164
+ msgstr ""
165
+
166
+ #: ../commentluv-manager.php:157
167
+ msgid "French"
168
+ msgstr ""
169
+
170
+ #: ../commentluv-manager.php:158
171
+ msgid "Dutch"
172
+ msgstr ""
173
+
174
+ #: ../commentluv-manager.php:159
175
+ msgid "Polish"
176
+ msgstr ""
177
+
178
+ #: ../commentluv.php:35
179
+ #, fuzzy
180
+ msgid "CommentLuv requires Wordpress 2.9.2 or newer."
181
  msgstr "CommentLuv fonctionne uniquement sur une version de Wordpress supérieur ou égale à 2.6.5"
182
 
183
+ #: ../commentluv.php:35
184
  msgid "Please Update!"
185
  msgstr "Mise à jour nécessaire ! "
186
 
187
+ #: ../commentluv.php:88
188
  msgid "Settings"
189
  msgstr "Paramètres"
190
 
191
+ #: ../commentluv.php:218
192
  msgid "There were errors with your chosen settings"
193
  msgstr "Il y a des erreurs causées par votre choix de paramètres"
194
 
195
+ #~ msgid "CommentLuv Member Area"
196
+ #~ msgstr "Espace de membres CommentLuv"
197
+
198
+ #~ msgid ""
199
+ #~ "If you register your site for free at <a href=\"http://comluv.com"
200
+ #~ "\">ComLuv.com</a> you will be able to open up lots of features that are "
201
+ #~ "for members only like link tracking so you can see which of the comments "
202
+ #~ "you make on CommentLuv blogs are getting the last blog post clicked and "
203
+ #~ "the ability to send back more than just blog posts. You can even create "
204
+ #~ "your own WP2.7 blog there with commentluv pre-installed!."
205
+ #~ msgstr ""
206
+ #~ "Si vous enregistrez votre site gratuitement sur <a href=\"http://comluv."
207
+ #~ "com\">ComLuv.com</a>, vous aurez la possibilité de débloquer des "
208
+ #~ "fonctions réservées aux membres comme : le suivi des liens pour voir "
209
+ #~ "lesquels de vos commentaires, publiés sur les blogs qui utilisent "
210
+ #~ "CommentLuv, reçoivent le plus de clics et la possibilité de renvoyer plus "
211
+ #~ "que des billets. Vous pourrez même créer là-bas votre propre blog WP2.7 "
212
+ #~ "avec commentluv pré-installé !"
lang/commentluv-ge_KA.mo ADDED
Binary file
lang/commentluv-ge_KA.po ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: CommentLuv\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-01-10 15:17-0000\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Fat Cow <zhr@tut.by>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: Russian\n"
13
+ "X-Poedit-Country: RUSSIAN FEDERATION\n"
14
+ "X-Poedit-KeywordsList: __;_e\n"
15
+ "X-Poedit-Basepath: .\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-SearchPath-0: ..\n"
18
+
19
+ #: ../commentluv-manager.php:26
20
+ msgid "This plugin takes the url from the comment form and tries to parse the feed of the site and display the last entry made. If you have any questions, comments or if you have a good idea that you would like to see in the next version of CommentLuv, please visit http://comluv.com and let me know."
21
+ msgstr "ეს პროგრამული დამატება იღებს URL-ს კომენტარის ფორმიდან, ცდილობს გააანალიზოს საიტის ვებ-არხი და აჩვენოს უახლესი ჩანაწერი. თუ გაქვთ შეკითხვები, შენიშვნები, ან საინტერესო იდეები, რომლებიც გსურთ იხილოთ CommentLuv-ის შემდეგ ვერსიაში, გთხოვთ, ეწვიოთ საიტს http://comluv.com და შემატყობინოთ."
22
+
23
+ #: ../commentluv-manager.php:36
24
+ msgid "Display Options"
25
+ msgstr "გამოსახულების პარამეტრები"
26
+
27
+ #: ../commentluv-manager.php:40
28
+ msgid "Enter the text you want displayed in the comment"
29
+ msgstr "ჩაწერეთ ტექსტი, რომელიც გსურთ გამოჩნდეს კომენტარში"
30
+
31
+ #: ../commentluv-manager.php:43
32
+ msgid "Text displayed in the select box"
33
+ msgstr "ტექსტი ჩანს არჩეულ ველში"
34
+
35
+ #: ../commentluv-manager.php:47
36
+ msgid "CommentLuv on by default?"
37
+ msgstr "CommentLuv ჩართული იყოს ავტომატურად?"
38
+
39
+ #: ../commentluv-manager.php:50
40
+ msgid "Show heart on links?"
41
+ msgstr "გამოჩნდეს გული ბმულებზე?"
42
+
43
+ #: ../commentluv-manager.php:52
44
+ msgid "Info panel background color"
45
+ msgstr ""
46
+
47
+ #: ../commentluv-manager.php:57
48
+ msgid "Use template insert to show badge and checkbox?"
49
+ msgstr "გამოიყენებთ ჩანართის შაბლონს, რომ აჩვენოთ ემბლემა და მოსანიშნი უჯრა?"
50
+
51
+ #: ../commentluv-manager.php:58
52
+ msgid "Do NOT check this unless you have manually inserted the code into your comments.php file "
53
+ msgstr ""
54
+
55
+ #: ../commentluv-manager.php:64
56
+ msgid "Display Badge"
57
+ msgstr "ემბლემის ჩვენება"
58
+
59
+ #: ../commentluv-manager.php:68
60
+ msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
61
+ msgstr "მადლობას ვუხდით <a href=\"http://byteful.com\">Byteful Traveller</a>-ს ამ გამოსახულებების შექმნისთვის."
62
+
63
+ #: ../commentluv-manager.php:72
64
+ msgid "Choose badge to display"
65
+ msgstr "აირჩიეთ ემბლემა საჩვენებლად"
66
+
67
+ #: ../commentluv-manager.php:77
68
+ msgid "Show nothing"
69
+ msgstr "არაფერი გამოჩნდეს"
70
+
71
+ #: ../commentluv-manager.php:80
72
+ msgid "Show text"
73
+ msgstr "გამოჩნდეს შემდეგი"
74
+
75
+ #: ../commentluv-manager.php:80
76
+ msgid "Prepend html before badge or text (optional)"
77
+ msgstr "html ემბლემის ან ტექტის წინ (სურვილის მიხედვით)"
78
+
79
+ #: ../commentluv-manager.php:88
80
+ msgid "Technical Settings"
81
+ msgstr "ტექნიკური პარამეტრები"
82
+
83
+ #: ../commentluv-manager.php:92
84
+ msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
85
+ msgstr "უმეტეს შემთხვევაში, თქვენ არ გჭიდებათ ამ პარამეტრების შეცვლა, თუ არ არსებობს კომენტარის ფორმის პერსონალურად გაფორმების საჭიროება"
86
+
87
+ #: ../commentluv-manager.php:93
88
+ msgid "These are the name=\"\" values used in the HTML source for the fields on your comment form."
89
+ msgstr ""
90
+
91
+ #: ../commentluv-manager.php:99
92
+ msgid "Authors Name field name"
93
+ msgstr "ავტორის სახელის ველის დასახელება"
94
+
95
+ #: ../commentluv-manager.php:103
96
+ msgid "Email field name"
97
+ msgstr "ელ.ფოსტის ველის დასახელება"
98
+
99
+ #: ../commentluv-manager.php:107
100
+ msgid "Authors URL field name"
101
+ msgstr "ავტორის URL-ის ველის დასახელება"
102
+
103
+ #: ../commentluv-manager.php:111
104
+ msgid "Comment Text Area name"
105
+ msgstr "კომენტარის ჩასაწერი ტექსტური ველის დასახელება"
106
+
107
+ #: ../commentluv-manager.php:124
108
+ msgid "Reset to Default Settings"
109
+ msgstr "ნაგულისხმევი პარამეტრების დაბრუნება"
110
+
111
+ #: ../commentluv-manager.php:129
112
+ msgid "Are you sure you want to reset your settings? Press OK to continue"
113
+ msgstr "დარწმუნებული ხართ, რომ გსურთ საწყისი პარამეტრების დაბრუნება? დააჭირეთ \"ОК\" და განაგრძეთ"
114
+
115
+ #: ../commentluv-manager.php:139
116
+ msgid "Plugin Info"
117
+ msgstr ""
118
+
119
+ #: ../commentluv-manager.php:142
120
+ msgid "Author"
121
+ msgstr ""
122
+
123
+ #: ../commentluv-manager.php:143
124
+ msgid "Home Page"
125
+ msgstr ""
126
+
127
+ #: ../commentluv-manager.php:143
128
+ msgid "Visit ComLuv to register your site for more luv!"
129
+ msgstr ""
130
+
131
+ #: ../commentluv-manager.php:144
132
+ msgid "Social"
133
+ msgstr ""
134
+
135
+ #: ../commentluv-manager.php:145
136
+ msgid "Help"
137
+ msgstr ""
138
+
139
+ #: ../commentluv-manager.php:145
140
+ msgid "Help Desk"
141
+ msgstr ""
142
+
143
+ #: ../commentluv-manager.php:146
144
+ msgid "News"
145
+ msgstr ""
146
+
147
+ #: ../commentluv-manager.php:152
148
+ msgid "Thanks to the following for translations"
149
+ msgstr ""
150
+
151
+ #: ../commentluv-manager.php:153
152
+ msgid "Italian"
153
+ msgstr ""
154
+
155
+ #: ../commentluv-manager.php:154
156
+ msgid "Russian"
157
+ msgstr ""
158
+
159
+ #: ../commentluv-manager.php:155
160
+ msgid "Chinese"
161
+ msgstr ""
162
+
163
+ #: ../commentluv-manager.php:156
164
+ msgid "Hebrew"
165
+ msgstr ""
166
+
167
+ #: ../commentluv-manager.php:157
168
+ msgid "French"
169
+ msgstr ""
170
+
171
+ #: ../commentluv-manager.php:158
172
+ msgid "Dutch"
173
+ msgstr ""
174
+
175
+ #: ../commentluv-manager.php:159
176
+ msgid "Polish"
177
+ msgstr ""
178
+
179
+ #: ../commentluv.php:35
180
+ msgid "CommentLuv requires Wordpress 2.9.2 or newer."
181
+ msgstr "CommentLuv ითხოვს Wordpress 2.6.5 ან უფრო ახალ ვერსიას."
182
+
183
+ #: ../commentluv.php:35
184
+ msgid "Please Update!"
185
+ msgstr "გთხოვთ, განაახლოთ!"
186
+
187
+ #: ../commentluv.php:88
188
+ msgid "Settings"
189
+ msgstr "პარამეტრები"
190
+
191
+ #: ../commentluv.php:218
192
+ msgid "There were errors with your chosen settings"
193
+ msgstr "ნაპოვნია შეცდომები თქვენს მიერ არჩეულ პარამეტრებში"
194
+
195
+ #~ msgid "CommentLuv Member Area"
196
+ #~ msgstr "CommentLuv пользовательская среда"
197
+
198
+ #~ msgid ""
199
+ #~ "If you register your site for free at <a href=\"http://comluv.com"
200
+ #~ "\">ComLuv.com</a> you will be able to open up lots of features that are "
201
+ #~ "for members only like link tracking so you can see which of the comments "
202
+ #~ "you make on CommentLuv blogs are getting the last blog post clicked and "
203
+ #~ "the ability to send back more than just blog posts. You can even create "
204
+ #~ "your own WP2.7 blog there with commentluv pre-installed!."
205
+ #~ msgstr ""
206
+ #~ "Бесплатная регистрация доступна здесь <a href=\"http://comluv.com"
207
+ #~ "\">ComLuv.com</a>. Вы можете создать собственынй WP2.7 блог с "
208
+ #~ "предустановленным commentluv!."
lang/commentluv-he_IL.mo CHANGED
Binary file
lang/commentluv-he_IL.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: CommentLuv 2.7.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-19 10:27-0000\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: \n"
8
  "Language-Team: @commentluv, Gianni Diurno <admin@comluv.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -15,111 +15,195 @@ msgstr ""
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../commentluv-manager.php:11
19
  msgid "This plugin takes the url from the comment form and tries to parse the feed of the site and display the last entry made. If you have any questions, comments or if you have a good idea that you would like to see in the next version of CommentLuv, please visit http://comluv.com and let me know."
20
  msgstr "פלאגין זה משתמש בשדה כתובת האתר בטופס התגובות ומנסה לבדוק את פיד הרסס של הבלוג ולהציג מתוכו את הפוסט האחרון שפורסם. אם יש לך שאלות, הערות או רעיון טוב שהיית רוצה לראות בגרסה הבאה של CommentLuv, תן לנו לדעת ובקר ב-http://comluv.com ."
21
 
22
- #: ../commentluv-manager.php:12
23
  msgid "Display Options"
24
  msgstr "אפשרויות תצוגה"
25
 
26
- #: ../commentluv-manager.php:13
27
  msgid "Enter the text you want displayed in the comment"
28
  msgstr "הטקסט שיופיע בתוך התגובה:"
29
 
30
- #: ../commentluv-manager.php:16
31
  msgid "Text displayed in the select box"
32
  msgstr "טקסט להצגה בתיבת הבחירה"
33
 
34
- #: ../commentluv-manager.php:20
35
  msgid "CommentLuv on by default?"
36
  msgstr "CommentLuv פעיל כברירת מחדל?"
37
 
38
- #: ../commentluv-manager.php:23
39
  msgid "Show heart on links?"
40
  msgstr "להציג לבבות ליד הלינק בתגובה?"
41
 
42
- #: ../commentluv-manager.php:27
 
 
 
 
43
  msgid "Use template insert to show badge and checkbox?"
44
  msgstr "השתמש בהכנסה לתבנית ע\"מ להציג את התגית ותיבת הסימון? "
45
 
46
- #: ../commentluv-manager.php:29
 
 
 
 
47
  msgid "Display Badge"
48
  msgstr "תווית התצוגה"
49
 
50
- #: ../commentluv-manager.php:30
51
  msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
52
  msgstr "תודה רבה ל-<a href=\"http://byteful.com\">Byteful Traveller</a> על יצירת האימג'ים האלה"
53
 
54
- #: ../commentluv-manager.php:33
55
  msgid "Choose badge to display"
56
  msgstr "בחירת תגית לתצוגה"
57
 
58
- #: ../commentluv-manager.php:39
59
  msgid "Show nothing"
60
  msgstr "לא להציג כלום"
61
 
62
- #: ../commentluv-manager.php:42
63
  msgid "Show text"
64
  msgstr "להציג טקסט"
65
 
66
- #: ../commentluv-manager.php:42
67
  msgid "Prepend html before badge or text (optional)"
68
  msgstr "קוד html לפני התגית או הטקסט (אופציונלי)"
69
 
70
- #: ../commentluv-manager.php:44
71
- msgid "CommentLuv Member Area"
72
- msgstr "אזור לחברי CommentLuv "
73
-
74
- #: ../commentluv-manager.php:45
75
- msgid "If you register your site for free at <a href=\"http://comluv.com\">ComLuv.com</a> you will be able to open up lots of features that are for members only like link tracking so you can see which of the comments you make on CommentLuv blogs are getting the last blog post clicked and the ability to send back more than just blog posts. You can even create your own WP2.7 blog there with commentluv pre-installed!."
76
- msgstr "אם תרשם לאתר משלך בחינם ב-<a href=\"http://comluv.com\">ComLuv.com</a> , תוכל לקבל אפשרויות רבות נוספות שהן למשתמשים רשומים בלבד, כמו למשל מעקב לינקים כדי שתוכל לראות אילו מהתגובות שלך בבלוגים של CommentLuv מקבלות הקלקות על פוסטים אחרונים ואת היכולת לשלוח יותר מאשר רק פוסטים."
77
-
78
- #: ../commentluv-manager.php:47
79
  msgid "Technical Settings"
80
  msgstr "הגדרות טכניות"
81
 
82
- #: ../commentluv-manager.php:48
83
  msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
84
  msgstr "במרבית המקרים אין צורך לשנות הגדרות אלו, למעט אם יש לך טופס תגובות מותאם אישית בתבנית"
85
 
86
- #: ../commentluv-manager.php:52
 
 
 
 
87
  msgid "Authors Name field name"
88
  msgstr "שם שדה לשם הכותב"
89
 
90
- #: ../commentluv-manager.php:56
91
  msgid "Email field name"
92
  msgstr "שם שדה לכתובת מייל"
93
 
94
- #: ../commentluv-manager.php:60
95
  msgid "Authors URL field name"
96
  msgstr "שם השדה ל-URL הכותב"
97
 
98
- #: ../commentluv-manager.php:64
99
  msgid "Comment Text Area name"
100
  msgstr "שם האזור של תוכן התגובות"
101
 
102
- #: ../commentluv-manager.php:72
103
  msgid "Reset to Default Settings"
104
  msgstr "שחזור הגדרות ברירת המחדל"
105
 
106
- #: ../commentluv-manager.php:77
107
  msgid "Are you sure you want to reset your settings? Press OK to continue"
108
  msgstr "האם הנך בטוח/ה שברצונך לאתחל את ההגדרות?"
109
 
110
- #: ../commentluv.php:44
111
- msgid "CommentLuv requires Wordpress 2.6.5 or newer."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  msgstr "CommentLuv דורש וורדפרס בגרסה 2.6.5 ומעלה"
113
 
114
- #: ../commentluv.php:44
115
  msgid "Please Update!"
116
  msgstr "נא לעדכן"
117
 
118
- #: ../commentluv.php:75
119
  msgid "Settings"
120
  msgstr "הגדרות"
121
 
122
- #: ../commentluv.php:169
123
  msgid "There were errors with your chosen settings"
124
  msgstr "יש שגיאות בהגדרות שבחרת"
125
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: CommentLuv 2.7.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-01-10 15:17-0000\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: Andy Bailey <admin@comluv.com>\n"
8
  "Language-Team: @commentluv, Gianni Diurno <admin@comluv.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../commentluv-manager.php:26
19
  msgid "This plugin takes the url from the comment form and tries to parse the feed of the site and display the last entry made. If you have any questions, comments or if you have a good idea that you would like to see in the next version of CommentLuv, please visit http://comluv.com and let me know."
20
  msgstr "פלאגין זה משתמש בשדה כתובת האתר בטופס התגובות ומנסה לבדוק את פיד הרסס של הבלוג ולהציג מתוכו את הפוסט האחרון שפורסם. אם יש לך שאלות, הערות או רעיון טוב שהיית רוצה לראות בגרסה הבאה של CommentLuv, תן לנו לדעת ובקר ב-http://comluv.com ."
21
 
22
+ #: ../commentluv-manager.php:36
23
  msgid "Display Options"
24
  msgstr "אפשרויות תצוגה"
25
 
26
+ #: ../commentluv-manager.php:40
27
  msgid "Enter the text you want displayed in the comment"
28
  msgstr "הטקסט שיופיע בתוך התגובה:"
29
 
30
+ #: ../commentluv-manager.php:43
31
  msgid "Text displayed in the select box"
32
  msgstr "טקסט להצגה בתיבת הבחירה"
33
 
34
+ #: ../commentluv-manager.php:47
35
  msgid "CommentLuv on by default?"
36
  msgstr "CommentLuv פעיל כברירת מחדל?"
37
 
38
+ #: ../commentluv-manager.php:50
39
  msgid "Show heart on links?"
40
  msgstr "להציג לבבות ליד הלינק בתגובה?"
41
 
42
+ #: ../commentluv-manager.php:52
43
+ msgid "Info panel background color"
44
+ msgstr ""
45
+
46
+ #: ../commentluv-manager.php:57
47
  msgid "Use template insert to show badge and checkbox?"
48
  msgstr "השתמש בהכנסה לתבנית ע\"מ להציג את התגית ותיבת הסימון? "
49
 
50
+ #: ../commentluv-manager.php:58
51
+ msgid "Do NOT check this unless you have manually inserted the code into your comments.php file "
52
+ msgstr ""
53
+
54
+ #: ../commentluv-manager.php:64
55
  msgid "Display Badge"
56
  msgstr "תווית התצוגה"
57
 
58
+ #: ../commentluv-manager.php:68
59
  msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
60
  msgstr "תודה רבה ל-<a href=\"http://byteful.com\">Byteful Traveller</a> על יצירת האימג'ים האלה"
61
 
62
+ #: ../commentluv-manager.php:72
63
  msgid "Choose badge to display"
64
  msgstr "בחירת תגית לתצוגה"
65
 
66
+ #: ../commentluv-manager.php:77
67
  msgid "Show nothing"
68
  msgstr "לא להציג כלום"
69
 
70
+ #: ../commentluv-manager.php:80
71
  msgid "Show text"
72
  msgstr "להציג טקסט"
73
 
74
+ #: ../commentluv-manager.php:80
75
  msgid "Prepend html before badge or text (optional)"
76
  msgstr "קוד html לפני התגית או הטקסט (אופציונלי)"
77
 
78
+ #: ../commentluv-manager.php:88
 
 
 
 
 
 
 
 
79
  msgid "Technical Settings"
80
  msgstr "הגדרות טכניות"
81
 
82
+ #: ../commentluv-manager.php:92
83
  msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
84
  msgstr "במרבית המקרים אין צורך לשנות הגדרות אלו, למעט אם יש לך טופס תגובות מותאם אישית בתבנית"
85
 
86
+ #: ../commentluv-manager.php:93
87
+ msgid "These are the name=\"\" values used in the HTML source for the fields on your comment form."
88
+ msgstr ""
89
+
90
+ #: ../commentluv-manager.php:99
91
  msgid "Authors Name field name"
92
  msgstr "שם שדה לשם הכותב"
93
 
94
+ #: ../commentluv-manager.php:103
95
  msgid "Email field name"
96
  msgstr "שם שדה לכתובת מייל"
97
 
98
+ #: ../commentluv-manager.php:107
99
  msgid "Authors URL field name"
100
  msgstr "שם השדה ל-URL הכותב"
101
 
102
+ #: ../commentluv-manager.php:111
103
  msgid "Comment Text Area name"
104
  msgstr "שם האזור של תוכן התגובות"
105
 
106
+ #: ../commentluv-manager.php:124
107
  msgid "Reset to Default Settings"
108
  msgstr "שחזור הגדרות ברירת המחדל"
109
 
110
+ #: ../commentluv-manager.php:129
111
  msgid "Are you sure you want to reset your settings? Press OK to continue"
112
  msgstr "האם הנך בטוח/ה שברצונך לאתחל את ההגדרות?"
113
 
114
+ #: ../commentluv-manager.php:139
115
+ msgid "Plugin Info"
116
+ msgstr ""
117
+
118
+ #: ../commentluv-manager.php:142
119
+ msgid "Author"
120
+ msgstr ""
121
+
122
+ #: ../commentluv-manager.php:143
123
+ msgid "Home Page"
124
+ msgstr ""
125
+
126
+ #: ../commentluv-manager.php:143
127
+ msgid "Visit ComLuv to register your site for more luv!"
128
+ msgstr ""
129
+
130
+ #: ../commentluv-manager.php:144
131
+ msgid "Social"
132
+ msgstr ""
133
+
134
+ #: ../commentluv-manager.php:145
135
+ msgid "Help"
136
+ msgstr ""
137
+
138
+ #: ../commentluv-manager.php:145
139
+ msgid "Help Desk"
140
+ msgstr ""
141
+
142
+ #: ../commentluv-manager.php:146
143
+ msgid "News"
144
+ msgstr ""
145
+
146
+ #: ../commentluv-manager.php:152
147
+ msgid "Thanks to the following for translations"
148
+ msgstr ""
149
+
150
+ #: ../commentluv-manager.php:153
151
+ msgid "Italian"
152
+ msgstr ""
153
+
154
+ #: ../commentluv-manager.php:154
155
+ msgid "Russian"
156
+ msgstr ""
157
+
158
+ #: ../commentluv-manager.php:155
159
+ msgid "Chinese"
160
+ msgstr ""
161
+
162
+ #: ../commentluv-manager.php:156
163
+ msgid "Hebrew"
164
+ msgstr ""
165
+
166
+ #: ../commentluv-manager.php:157
167
+ msgid "French"
168
+ msgstr ""
169
+
170
+ #: ../commentluv-manager.php:158
171
+ msgid "Dutch"
172
+ msgstr ""
173
+
174
+ #: ../commentluv-manager.php:159
175
+ msgid "Polish"
176
+ msgstr ""
177
+
178
+ #: ../commentluv.php:35
179
+ #, fuzzy
180
+ msgid "CommentLuv requires Wordpress 2.9.2 or newer."
181
  msgstr "CommentLuv דורש וורדפרס בגרסה 2.6.5 ומעלה"
182
 
183
+ #: ../commentluv.php:35
184
  msgid "Please Update!"
185
  msgstr "נא לעדכן"
186
 
187
+ #: ../commentluv.php:88
188
  msgid "Settings"
189
  msgstr "הגדרות"
190
 
191
+ #: ../commentluv.php:218
192
  msgid "There were errors with your chosen settings"
193
  msgstr "יש שגיאות בהגדרות שבחרת"
194
 
195
+ #~ msgid "CommentLuv Member Area"
196
+ #~ msgstr "אזור לחברי CommentLuv "
197
+
198
+ #~ msgid ""
199
+ #~ "If you register your site for free at <a href=\"http://comluv.com"
200
+ #~ "\">ComLuv.com</a> you will be able to open up lots of features that are "
201
+ #~ "for members only like link tracking so you can see which of the comments "
202
+ #~ "you make on CommentLuv blogs are getting the last blog post clicked and "
203
+ #~ "the ability to send back more than just blog posts. You can even create "
204
+ #~ "your own WP2.7 blog there with commentluv pre-installed!."
205
+ #~ msgstr ""
206
+ #~ "אם תרשם לאתר משלך בחינם ב-<a href=\"http://comluv.com\">ComLuv.com</a> , "
207
+ #~ "תוכל לקבל אפשרויות רבות נוספות שהן למשתמשים רשומים בלבד, כמו למשל מעקב "
208
+ #~ "לינקים כדי שתוכל לראות אילו מהתגובות שלך בבלוגים של CommentLuv מקבלות "
209
+ #~ "הקלקות על פוסטים אחרונים ואת היכולת לשלוח יותר מאשר רק פוסטים."
lang/commentluv-it_IT.mo CHANGED
Binary file
lang/commentluv-it_IT.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: CommentLuv 2.7.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-19 10:27-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Andy Bailey <admin@comluv.com>\n"
8
  "Language-Team: @commentluv, Gianni Diurno <admin@comluv.com>\n"
@@ -15,113 +15,200 @@ msgstr ""
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../commentluv-manager.php:11
19
  msgid "This plugin takes the url from the comment form and tries to parse the feed of the site and display the last entry made. If you have any questions, comments or if you have a good idea that you would like to see in the next version of CommentLuv, please visit http://comluv.com and let me know."
20
  msgstr ""
21
  "Questo plugin ottiene l'url dal modulo dei commenti provando di conseguenza l'analisi del feed del sito facendo sì che sia possibile mostrarne i contenuti più recenti. \n"
22
  "Qualora avessi qualche domanda, commento o avessi una brillante idea da proporre per la prossima versione di CommentLuv, visita il FiddyP Blog oppure il forum di supporto e fammi sapere."
23
 
24
- #: ../commentluv-manager.php:12
25
  msgid "Display Options"
26
  msgstr "Mostra opzioni"
27
 
28
- #: ../commentluv-manager.php:13
29
  msgid "Enter the text you want displayed in the comment"
30
  msgstr "Inserisci il testo che desideri sia mostrato nel commento"
31
 
32
- #: ../commentluv-manager.php:16
33
  msgid "Text displayed in the select box"
34
  msgstr "Testo visibile nella casella di selezione"
35
 
36
- #: ../commentluv-manager.php:20
37
  msgid "CommentLuv on by default?"
38
  msgstr "CommentLuv attivo come predefinita?"
39
 
40
- #: ../commentluv-manager.php:23
41
  msgid "Show heart on links?"
42
  msgstr "Desideri mostrare il cuore nei link?"
43
 
44
- #: ../commentluv-manager.php:27
 
 
 
 
45
  msgid "Use template insert to show badge and checkbox?"
46
  msgstr "Desideri utilizzare il template per mostrare il badge e la casella di testo?"
47
 
48
- #: ../commentluv-manager.php:29
 
 
 
 
49
  msgid "Display Badge"
50
  msgstr "Mostra badge"
51
 
52
- #: ../commentluv-manager.php:30
53
  msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
54
  msgstr "Un grazie sincero a <a href=\"http://byteful.com\">Byteful Traveller</a> per avere realizzato queste immagini."
55
 
56
- #: ../commentluv-manager.php:33
57
  msgid "Choose badge to display"
58
  msgstr "Scegli il badge da mostrare"
59
 
60
- #: ../commentluv-manager.php:39
61
  msgid "Show nothing"
62
  msgstr "niente"
63
 
64
- #: ../commentluv-manager.php:42
65
  msgid "Show text"
66
  msgstr "Mostra testo"
67
 
68
- #: ../commentluv-manager.php:42
69
  msgid "Prepend html before badge or text (optional)"
70
  msgstr "Prefisso html per il badge o testo (facoltativo)"
71
 
72
- #: ../commentluv-manager.php:44
73
- msgid "CommentLuv Member Area"
74
- msgstr "Area membri CommentLuv"
75
-
76
- #: ../commentluv-manager.php:45
77
- msgid "If you register your site for free at <a href=\"http://comluv.com\">ComLuv.com</a> you will be able to open up lots of features that are for members only like link tracking so you can see which of the comments you make on CommentLuv blogs are getting the last blog post clicked and the ability to send back more than just blog posts. You can even create your own WP2.7 blog there with commentluv pre-installed!."
78
- msgstr "Qualora registrassi gratuitamente il tuo sito a <a href=\"http://comluv.com\">ComLuv.com</a>, avrai la possibilità di aggiungere delle ulteriori funzioni riservate esclusivamente ai soli membri: il tracciamento dei link in modo tale che tu possa vedere quali commenti effettuati sui blog CommentLuv abbiano generato delle visite al tuo ultimo articolo nonché la possibilità di rimandare non solo gli articoli. Potrai infine creare il tuo blog WP2.8 con commentluv pre-installato!."
79
-
80
- #: ../commentluv-manager.php:47
81
  msgid "Technical Settings"
82
  msgstr "Impostazioni tecniche"
83
 
84
- #: ../commentluv-manager.php:48
85
  msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
86
  msgstr "Non dovrai modificare queste impostazioni sino a quando non avrai personalizzato il modulo dei commenti"
87
 
88
- #: ../commentluv-manager.php:52
 
 
 
 
89
  msgid "Authors Name field name"
90
  msgstr "Nome per il campo autore"
91
 
92
- #: ../commentluv-manager.php:56
93
  msgid "Email field name"
94
  msgstr "Nome per il campo email"
95
 
96
- #: ../commentluv-manager.php:60
97
  msgid "Authors URL field name"
98
  msgstr "Nome per il campo URL autore"
99
 
100
- #: ../commentluv-manager.php:64
101
  msgid "Comment Text Area name"
102
  msgstr "Nome per l'area di testo dei commenti"
103
 
104
- #: ../commentluv-manager.php:72
105
  msgid "Reset to Default Settings"
106
  msgstr "Ripristina alle impostazioni predefinite"
107
 
108
- #: ../commentluv-manager.php:77
109
  msgid "Are you sure you want to reset your settings? Press OK to continue"
110
  msgstr "Sei certo di volere ripristinare le tue impostazioni? Premi OK per proseguire"
111
 
112
- #: ../commentluv.php:44
113
- msgid "CommentLuv requires Wordpress 2.6.5 or newer."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
  msgstr "CommentLuv richiede una versione di Wordpress 2.6.5 o superiore."
115
 
116
- #: ../commentluv.php:44
117
  msgid "Please Update!"
118
  msgstr "Aggiorna!"
119
 
120
- #: ../commentluv.php:75
121
  msgid "Settings"
122
  msgstr "Impostazioni"
123
 
124
- #: ../commentluv.php:169
125
  msgid "There were errors with your chosen settings"
126
  msgstr "Si sono verificati alcuni errori in relazione alle impostazioni che hai scelto"
127
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: CommentLuv 2.7.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-01-10 15:17-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Andy Bailey <admin@comluv.com>\n"
8
  "Language-Team: @commentluv, Gianni Diurno <admin@comluv.com>\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../commentluv-manager.php:26
19
  msgid "This plugin takes the url from the comment form and tries to parse the feed of the site and display the last entry made. If you have any questions, comments or if you have a good idea that you would like to see in the next version of CommentLuv, please visit http://comluv.com and let me know."
20
  msgstr ""
21
  "Questo plugin ottiene l'url dal modulo dei commenti provando di conseguenza l'analisi del feed del sito facendo sì che sia possibile mostrarne i contenuti più recenti. \n"
22
  "Qualora avessi qualche domanda, commento o avessi una brillante idea da proporre per la prossima versione di CommentLuv, visita il FiddyP Blog oppure il forum di supporto e fammi sapere."
23
 
24
+ #: ../commentluv-manager.php:36
25
  msgid "Display Options"
26
  msgstr "Mostra opzioni"
27
 
28
+ #: ../commentluv-manager.php:40
29
  msgid "Enter the text you want displayed in the comment"
30
  msgstr "Inserisci il testo che desideri sia mostrato nel commento"
31
 
32
+ #: ../commentluv-manager.php:43
33
  msgid "Text displayed in the select box"
34
  msgstr "Testo visibile nella casella di selezione"
35
 
36
+ #: ../commentluv-manager.php:47
37
  msgid "CommentLuv on by default?"
38
  msgstr "CommentLuv attivo come predefinita?"
39
 
40
+ #: ../commentluv-manager.php:50
41
  msgid "Show heart on links?"
42
  msgstr "Desideri mostrare il cuore nei link?"
43
 
44
+ #: ../commentluv-manager.php:52
45
+ msgid "Info panel background color"
46
+ msgstr ""
47
+
48
+ #: ../commentluv-manager.php:57
49
  msgid "Use template insert to show badge and checkbox?"
50
  msgstr "Desideri utilizzare il template per mostrare il badge e la casella di testo?"
51
 
52
+ #: ../commentluv-manager.php:58
53
+ msgid "Do NOT check this unless you have manually inserted the code into your comments.php file "
54
+ msgstr ""
55
+
56
+ #: ../commentluv-manager.php:64
57
  msgid "Display Badge"
58
  msgstr "Mostra badge"
59
 
60
+ #: ../commentluv-manager.php:68
61
  msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
62
  msgstr "Un grazie sincero a <a href=\"http://byteful.com\">Byteful Traveller</a> per avere realizzato queste immagini."
63
 
64
+ #: ../commentluv-manager.php:72
65
  msgid "Choose badge to display"
66
  msgstr "Scegli il badge da mostrare"
67
 
68
+ #: ../commentluv-manager.php:77
69
  msgid "Show nothing"
70
  msgstr "niente"
71
 
72
+ #: ../commentluv-manager.php:80
73
  msgid "Show text"
74
  msgstr "Mostra testo"
75
 
76
+ #: ../commentluv-manager.php:80
77
  msgid "Prepend html before badge or text (optional)"
78
  msgstr "Prefisso html per il badge o testo (facoltativo)"
79
 
80
+ #: ../commentluv-manager.php:88
 
 
 
 
 
 
 
 
81
  msgid "Technical Settings"
82
  msgstr "Impostazioni tecniche"
83
 
84
+ #: ../commentluv-manager.php:92
85
  msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
86
  msgstr "Non dovrai modificare queste impostazioni sino a quando non avrai personalizzato il modulo dei commenti"
87
 
88
+ #: ../commentluv-manager.php:93
89
+ msgid "These are the name=\"\" values used in the HTML source for the fields on your comment form."
90
+ msgstr ""
91
+
92
+ #: ../commentluv-manager.php:99
93
  msgid "Authors Name field name"
94
  msgstr "Nome per il campo autore"
95
 
96
+ #: ../commentluv-manager.php:103
97
  msgid "Email field name"
98
  msgstr "Nome per il campo email"
99
 
100
+ #: ../commentluv-manager.php:107
101
  msgid "Authors URL field name"
102
  msgstr "Nome per il campo URL autore"
103
 
104
+ #: ../commentluv-manager.php:111
105
  msgid "Comment Text Area name"
106
  msgstr "Nome per l'area di testo dei commenti"
107
 
108
+ #: ../commentluv-manager.php:124
109
  msgid "Reset to Default Settings"
110
  msgstr "Ripristina alle impostazioni predefinite"
111
 
112
+ #: ../commentluv-manager.php:129
113
  msgid "Are you sure you want to reset your settings? Press OK to continue"
114
  msgstr "Sei certo di volere ripristinare le tue impostazioni? Premi OK per proseguire"
115
 
116
+ #: ../commentluv-manager.php:139
117
+ msgid "Plugin Info"
118
+ msgstr ""
119
+
120
+ #: ../commentluv-manager.php:142
121
+ msgid "Author"
122
+ msgstr ""
123
+
124
+ #: ../commentluv-manager.php:143
125
+ msgid "Home Page"
126
+ msgstr ""
127
+
128
+ #: ../commentluv-manager.php:143
129
+ msgid "Visit ComLuv to register your site for more luv!"
130
+ msgstr ""
131
+
132
+ #: ../commentluv-manager.php:144
133
+ msgid "Social"
134
+ msgstr ""
135
+
136
+ #: ../commentluv-manager.php:145
137
+ msgid "Help"
138
+ msgstr ""
139
+
140
+ #: ../commentluv-manager.php:145
141
+ msgid "Help Desk"
142
+ msgstr ""
143
+
144
+ #: ../commentluv-manager.php:146
145
+ msgid "News"
146
+ msgstr ""
147
+
148
+ #: ../commentluv-manager.php:152
149
+ msgid "Thanks to the following for translations"
150
+ msgstr ""
151
+
152
+ #: ../commentluv-manager.php:153
153
+ msgid "Italian"
154
+ msgstr ""
155
+
156
+ #: ../commentluv-manager.php:154
157
+ msgid "Russian"
158
+ msgstr ""
159
+
160
+ #: ../commentluv-manager.php:155
161
+ msgid "Chinese"
162
+ msgstr ""
163
+
164
+ #: ../commentluv-manager.php:156
165
+ msgid "Hebrew"
166
+ msgstr ""
167
+
168
+ #: ../commentluv-manager.php:157
169
+ msgid "French"
170
+ msgstr ""
171
+
172
+ #: ../commentluv-manager.php:158
173
+ msgid "Dutch"
174
+ msgstr ""
175
+
176
+ #: ../commentluv-manager.php:159
177
+ msgid "Polish"
178
+ msgstr ""
179
+
180
+ #: ../commentluv.php:35
181
+ #, fuzzy
182
+ msgid "CommentLuv requires Wordpress 2.9.2 or newer."
183
  msgstr "CommentLuv richiede una versione di Wordpress 2.6.5 o superiore."
184
 
185
+ #: ../commentluv.php:35
186
  msgid "Please Update!"
187
  msgstr "Aggiorna!"
188
 
189
+ #: ../commentluv.php:88
190
  msgid "Settings"
191
  msgstr "Impostazioni"
192
 
193
+ #: ../commentluv.php:218
194
  msgid "There were errors with your chosen settings"
195
  msgstr "Si sono verificati alcuni errori in relazione alle impostazioni che hai scelto"
196
 
197
+ #~ msgid "CommentLuv Member Area"
198
+ #~ msgstr "Area membri CommentLuv"
199
+
200
+ #~ msgid ""
201
+ #~ "If you register your site for free at <a href=\"http://comluv.com"
202
+ #~ "\">ComLuv.com</a> you will be able to open up lots of features that are "
203
+ #~ "for members only like link tracking so you can see which of the comments "
204
+ #~ "you make on CommentLuv blogs are getting the last blog post clicked and "
205
+ #~ "the ability to send back more than just blog posts. You can even create "
206
+ #~ "your own WP2.7 blog there with commentluv pre-installed!."
207
+ #~ msgstr ""
208
+ #~ "Qualora registrassi gratuitamente il tuo sito a <a href=\"http://comluv."
209
+ #~ "com\">ComLuv.com</a>, avrai la possibilità di aggiungere delle ulteriori "
210
+ #~ "funzioni riservate esclusivamente ai soli membri: il tracciamento dei "
211
+ #~ "link in modo tale che tu possa vedere quali commenti effettuati sui blog "
212
+ #~ "CommentLuv abbiano generato delle visite al tuo ultimo articolo nonché la "
213
+ #~ "possibilità di rimandare non solo gli articoli. Potrai infine creare il "
214
+ #~ "tuo blog WP2.8 con commentluv pre-installato!."
lang/commentluv-lt_LT.mo ADDED
Binary file
lang/commentluv-lt_LT.po ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Blogr.lt sulietuvinimas\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-03-14 23:01+0300\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Mantas Malcius <kaipgis@gmail.com>\n"
8
+ "Language-Team: Mantas Malcius <kaipgis@gmail.com>\n"
9
+ "Language: \n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;_c;__ngettext:1,2;_n:1,2;_nc:1,2;__ngettext_noop:1,2;_n_noop:1,2;_x:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
14
+ "X-Poedit-Basepath: .\n"
15
+ "X-Poedit-Language: Lithuanian\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
+ "X-Poedit-Country: LITHUANIA\n"
19
+ "X-Poedit-SearchPath-0: /var/www/wp-content/plugins/commentluv\n"
20
+
21
+ #: /var/www/wp-content/plugins/commentluv/commentluv.php:35
22
+ msgid "CommentLuv requires Wordpress 2.9.2 or newer."
23
+ msgstr "CommentLuv būtina Wordpress 2.9.2 arba naujesnė versija."
24
+
25
+ #: /var/www/wp-content/plugins/commentluv/commentluv.php:35
26
+ msgid "Please Update!"
27
+ msgstr "Atnaujinkite!"
28
+
29
+ #: /var/www/wp-content/plugins/commentluv/commentluv.php:88
30
+ msgid "Settings"
31
+ msgstr "Nuostatos"
32
+
33
+ #: /var/www/wp-content/plugins/commentluv/commentluv.php:255
34
+ msgid "There were errors with your chosen settings"
35
+ msgstr "Kilo problemų dėl jūsų pasirinktų nuostatų"
36
+
37
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:26
38
+ msgid "This plugin takes the url from the comment form and tries to parse the feed of the site and display the last entry made. If you have any questions, comments or if you have a good idea that you would like to see in the next version of CommentLuv, please visit http://comluv.com and let me know."
39
+ msgstr "Šis įskiepis panaudoja komentarų formoje nurodytą puslapio nuorodą, pabando pagal ją surasti puslapio RSS srautą ir atvaizduoja paskutinį įrašą. Jei turite klausimų, komentarų arba gerų idėjų, kurias norėtumėte išvysti kitoje CommentLuv versijoje, apsilankykite http://comluv.com ir informuokite mane."
40
+
41
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:36
42
+ msgid "Display Options"
43
+ msgstr "Rodymo nuostatos"
44
+
45
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:40
46
+ msgid "Enter the text you want displayed in the comment"
47
+ msgstr "Įrašykite tokį tekstą, kokį norite matyti komentare"
48
+
49
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:43
50
+ msgid "Text displayed in the select box"
51
+ msgstr "Pasirinkimo laukelyje rodomas tekstas"
52
+
53
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:47
54
+ msgid "CommentLuv on by default?"
55
+ msgstr "Įjungti CommentLuv pagal nutylėjimą?"
56
+
57
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:50
58
+ msgid "Show heart on links?"
59
+ msgstr "Prie nuorodų rodyti širdelę?"
60
+
61
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:52
62
+ msgid "Info panel background color"
63
+ msgstr "Informacinio skydelio fono spalva"
64
+
65
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:57
66
+ msgid "Use template insert to show badge and checkbox?"
67
+ msgstr "Naudoti ženklelio ir žymimojo langelio įterpimą per šabloną?"
68
+
69
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:58
70
+ msgid "Do NOT check this unless you have manually inserted the code into your comments.php file "
71
+ msgstr "Pažymėkite tik tuo atveju, jei rankiniu būdu įterpėte kodą į comments.php failą"
72
+
73
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:64
74
+ msgid "Display Badge"
75
+ msgstr "Rodomas ženklelis"
76
+
77
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:68
78
+ msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
79
+ msgstr "Dėkoju <a href=\"http://byteful.com\">Byteful Traveller</a> už šių paveikslėlių sukūrimą."
80
+
81
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:72
82
+ msgid "Choose badge to display"
83
+ msgstr "Rodomas ženklelis"
84
+
85
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:77
86
+ msgid "Show nothing"
87
+ msgstr "Nerodyti"
88
+
89
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:80
90
+ msgid "Show text"
91
+ msgstr "Rodyti tekstą"
92
+
93
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:80
94
+ msgid "Prepend html before badge or text (optional)"
95
+ msgstr "Prieš ženklelį ar tekstą įterpti HTML (nebūtina)"
96
+
97
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:88
98
+ msgid "Technical Settings"
99
+ msgstr "Techninės nuostatos"
100
+
101
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:92
102
+ msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
103
+ msgstr "Paprastai nieko keisti nereikia, nebent jūs modifikavote komentarų formą"
104
+
105
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:93
106
+ msgid "These are the name=\"\" values used in the HTML source for the fields on your comment form."
107
+ msgstr "Čia yra name=\"\" reikšmės, naudojamos jūsų komentarų formos laukelių HTML kode."
108
+
109
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:99
110
+ msgid "Authors Name field name"
111
+ msgstr "Autoriaus vardo laukelio pavadinimas"
112
+
113
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:103
114
+ msgid "Email field name"
115
+ msgstr "El. pašto laukelio pavadinimas"
116
+
117
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:107
118
+ msgid "Authors URL field name"
119
+ msgstr "Autoriaus URL laukelio pavadinimas"
120
+
121
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:111
122
+ msgid "Comment Text Area name"
123
+ msgstr "Komentaro teksto laukelio pavadinimas"
124
+
125
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:115
126
+ msgid "Enable js Compression Compatibility?"
127
+ msgstr "Įgalinti js glaudinimo suderinamumą?"
128
+
129
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:128
130
+ msgid "Reset to Default Settings"
131
+ msgstr "Atkurti numatytąsias nuostatas"
132
+
133
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:133
134
+ msgid "Are you sure you want to reset your settings? Press OK to continue"
135
+ msgstr "Ar tikrai norite atkurti nuostatas? Paspauskite „Gerai“, jei norite tęsti"
136
+
137
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:143
138
+ msgid "Plugin Info"
139
+ msgstr "Įskiepio informacija"
140
+
141
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:146
142
+ msgid "Author"
143
+ msgstr "Autorius"
144
+
145
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:147
146
+ msgid "Home Page"
147
+ msgstr "Puslapis"
148
+
149
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:147
150
+ msgid "Visit ComLuv to register your site for more luv!"
151
+ msgstr "Aplankyti ComLuv ir užsiregistruoti!"
152
+
153
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:148
154
+ msgid "Social"
155
+ msgstr "Soc. tinklai"
156
+
157
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:149
158
+ msgid "Help"
159
+ msgstr "Pagalba"
160
+
161
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:149
162
+ msgid "Help Desk"
163
+ msgstr "Pagalbos lenta"
164
+
165
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:150
166
+ msgid "News"
167
+ msgstr "Naujienos"
168
+
169
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:156
170
+ msgid "Thanks to the following for translations"
171
+ msgstr "Dėkoju vertėjams"
172
+
173
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:157
174
+ msgid "Italian"
175
+ msgstr "Italų"
176
+
177
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:158
178
+ msgid "Russian"
179
+ msgstr "Rusų"
180
+
181
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:159
182
+ msgid "Chinese"
183
+ msgstr "Kinų"
184
+
185
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:160
186
+ msgid "Hebrew"
187
+ msgstr "Hebrajų"
188
+
189
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:161
190
+ msgid "French"
191
+ msgstr "Prancūzų"
192
+
193
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:162
194
+ msgid "Dutch"
195
+ msgstr "Olandų"
196
+
197
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:163
198
+ msgid "Polish"
199
+ msgstr "Lenkų"
200
+
201
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:164
202
+ msgid "Portuguese"
203
+ msgstr "Portugalų"
204
+
205
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:165
206
+ msgid "Romanian"
207
+ msgstr "Rumunų"
208
+
209
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:166
210
+ msgid "German"
211
+ msgstr "Vokiečių"
212
+
213
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:167
214
+ msgid "Arabic"
215
+ msgstr "Arabų"
216
+
217
+ #: /var/www/wp-content/plugins/commentluv/commentluv-manager.php:168
218
+ msgid "Georgian"
219
+ msgstr "Gruzinų"
220
+
lang/commentluv-nl_NL.mo CHANGED
Binary file
lang/commentluv-nl_NL.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: CommentLuv 2.7.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-19 10:27-0000\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: WordPressPluginGuide.com <info@wppg.me>\n"
8
  "Language-Team: @commentluv, Gianni Diurno <admin@comluv.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -17,111 +17,197 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
- #: ../commentluv-manager.php:11
21
  msgid "This plugin takes the url from the comment form and tries to parse the feed of the site and display the last entry made. If you have any questions, comments or if you have a good idea that you would like to see in the next version of CommentLuv, please visit http://comluv.com and let me know."
22
  msgstr "Deze plugin haalt de url uit het reactieformulier, probeert de feed van de website te ontleden en geeft het laatste bericht weer. Als je nog vragen, opmerkingen of als je een goed idee hebt dat je zou willen zien in de volgende versie van CommentLuv bezoek dan http://comluv.com en laat het me weten."
23
 
24
- #: ../commentluv-manager.php:12
25
  msgid "Display Options"
26
  msgstr "Weergave Opties"
27
 
28
- #: ../commentluv-manager.php:13
29
  msgid "Enter the text you want displayed in the comment"
30
  msgstr "Voer de tekst in die je weer wilt geven in het commentaar"
31
 
32
- #: ../commentluv-manager.php:16
33
  msgid "Text displayed in the select box"
34
  msgstr "Tekst weergegeven in het selectievak"
35
 
36
- #: ../commentluv-manager.php:20
37
  msgid "CommentLuv on by default?"
38
  msgstr "CommentLuv standaard aan?"
39
 
40
- #: ../commentluv-manager.php:23
41
  msgid "Show heart on links?"
42
  msgstr "Laat een hartje zien bij links?"
43
 
44
- #: ../commentluv-manager.php:27
 
 
 
 
45
  msgid "Use template insert to show badge and checkbox?"
46
  msgstr "Gebruik sjabloon plaatsing om badge en selectiebox te laten zien?"
47
 
48
- #: ../commentluv-manager.php:29
 
 
 
 
49
  msgid "Display Badge"
50
  msgstr "Weergeven Badge"
51
 
52
- #: ../commentluv-manager.php:30
53
  msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
54
  msgstr "Dank aan <a href=\"http://byteful.com\">Byteful Traveller</a> voor het maken van deze afbeeldingen."
55
 
56
- #: ../commentluv-manager.php:33
57
  msgid "Choose badge to display"
58
  msgstr "Kies een badge ter weergave"
59
 
60
- #: ../commentluv-manager.php:39
61
  msgid "Show nothing"
62
  msgstr "Laat niets zien"
63
 
64
- #: ../commentluv-manager.php:42
65
  msgid "Show text"
66
  msgstr "Laat tekst zien"
67
 
68
- #: ../commentluv-manager.php:42
69
  msgid "Prepend html before badge or text (optional)"
70
  msgstr "Voeg de html vooraan toe voor de badge of tekst (optioneel)"
71
 
72
- #: ../commentluv-manager.php:44
73
- msgid "CommentLuv Member Area"
74
- msgstr "CommentLuv Leden Omgeving"
75
-
76
- #: ../commentluv-manager.php:45
77
- msgid "If you register your site for free at <a href=\"http://comluv.com\">ComLuv.com</a> you will be able to open up lots of features that are for members only like link tracking so you can see which of the comments you make on CommentLuv blogs are getting the last blog post clicked and the ability to send back more than just blog posts. You can even create your own WP2.7 blog there with commentluv pre-installed!."
78
- msgstr "Als je je website gratis registreert op <a href=\"http://comluv.com\">ComLuv.com</a> kun je veel functies activeren welke alleen voor leden bestemd zijn, zoals link tracking waarmee je kunt zien op welke van de commentaren die je op CommentLuv blogs gemaakt hebt geklikt wordt en de mogelijkheid om meer terug te sturen dan alleen blogberichten. Je kan zelfs je eigen blog maken met WP2.7 CommentLuv vooraf geïnstalleerd !"
79
-
80
- #: ../commentluv-manager.php:47
81
  msgid "Technical Settings"
82
  msgstr "Technische Instellingen"
83
 
84
- #: ../commentluv-manager.php:48
85
  msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
86
  msgstr "In de meeste gevallen hoef je deze instellingen niet te wijzigen tenzij je een aangepast reactieformulier hebt"
87
 
88
- #: ../commentluv-manager.php:52
 
 
 
 
89
  msgid "Authors Name field name"
90
  msgstr "Veldnaam Naam Auteur"
91
 
92
- #: ../commentluv-manager.php:56
93
  msgid "Email field name"
94
  msgstr "Veldnaam Email"
95
 
96
- #: ../commentluv-manager.php:60
97
  msgid "Authors URL field name"
98
  msgstr "Veldnaam URL Auteur"
99
 
100
- #: ../commentluv-manager.php:64
101
  msgid "Comment Text Area name"
102
  msgstr "Reactie Tekstruimte naam"
103
 
104
- #: ../commentluv-manager.php:72
105
  msgid "Reset to Default Settings"
106
  msgstr "Resetten naar de standaardinstellingen"
107
 
108
- #: ../commentluv-manager.php:77
109
  msgid "Are you sure you want to reset your settings? Press OK to continue"
110
  msgstr "Weet u zeker dat je je instellingen wilt resetten? Druk op OK om verder te gaan"
111
 
112
- #: ../commentluv.php:44
113
- msgid "CommentLuv requires Wordpress 2.6.5 or newer."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
  msgstr "CommentLuv vereist Wordpress versie 2.6.5 of nieuwer."
115
 
116
- #: ../commentluv.php:44
117
  msgid "Please Update!"
118
  msgstr "Gelieve te Updaten!"
119
 
120
- #: ../commentluv.php:75
121
  msgid "Settings"
122
  msgstr "Instellingen"
123
 
124
- #: ../commentluv.php:169
125
  msgid "There were errors with your chosen settings"
126
  msgstr "Er waren fouten met je gekozen instellingen"
127
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: CommentLuv 2.7.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-01-10 15:17-0000\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: Andy Bailey <admin@comluv.com>\n"
8
  "Language-Team: @commentluv, Gianni Diurno <admin@comluv.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
+ #: ../commentluv-manager.php:26
21
  msgid "This plugin takes the url from the comment form and tries to parse the feed of the site and display the last entry made. If you have any questions, comments or if you have a good idea that you would like to see in the next version of CommentLuv, please visit http://comluv.com and let me know."
22
  msgstr "Deze plugin haalt de url uit het reactieformulier, probeert de feed van de website te ontleden en geeft het laatste bericht weer. Als je nog vragen, opmerkingen of als je een goed idee hebt dat je zou willen zien in de volgende versie van CommentLuv bezoek dan http://comluv.com en laat het me weten."
23
 
24
+ #: ../commentluv-manager.php:36
25
  msgid "Display Options"
26
  msgstr "Weergave Opties"
27
 
28
+ #: ../commentluv-manager.php:40
29
  msgid "Enter the text you want displayed in the comment"
30
  msgstr "Voer de tekst in die je weer wilt geven in het commentaar"
31
 
32
+ #: ../commentluv-manager.php:43
33
  msgid "Text displayed in the select box"
34
  msgstr "Tekst weergegeven in het selectievak"
35
 
36
+ #: ../commentluv-manager.php:47
37
  msgid "CommentLuv on by default?"
38
  msgstr "CommentLuv standaard aan?"
39
 
40
+ #: ../commentluv-manager.php:50
41
  msgid "Show heart on links?"
42
  msgstr "Laat een hartje zien bij links?"
43
 
44
+ #: ../commentluv-manager.php:52
45
+ msgid "Info panel background color"
46
+ msgstr ""
47
+
48
+ #: ../commentluv-manager.php:57
49
  msgid "Use template insert to show badge and checkbox?"
50
  msgstr "Gebruik sjabloon plaatsing om badge en selectiebox te laten zien?"
51
 
52
+ #: ../commentluv-manager.php:58
53
+ msgid "Do NOT check this unless you have manually inserted the code into your comments.php file "
54
+ msgstr ""
55
+
56
+ #: ../commentluv-manager.php:64
57
  msgid "Display Badge"
58
  msgstr "Weergeven Badge"
59
 
60
+ #: ../commentluv-manager.php:68
61
  msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
62
  msgstr "Dank aan <a href=\"http://byteful.com\">Byteful Traveller</a> voor het maken van deze afbeeldingen."
63
 
64
+ #: ../commentluv-manager.php:72
65
  msgid "Choose badge to display"
66
  msgstr "Kies een badge ter weergave"
67
 
68
+ #: ../commentluv-manager.php:77
69
  msgid "Show nothing"
70
  msgstr "Laat niets zien"
71
 
72
+ #: ../commentluv-manager.php:80
73
  msgid "Show text"
74
  msgstr "Laat tekst zien"
75
 
76
+ #: ../commentluv-manager.php:80
77
  msgid "Prepend html before badge or text (optional)"
78
  msgstr "Voeg de html vooraan toe voor de badge of tekst (optioneel)"
79
 
80
+ #: ../commentluv-manager.php:88
 
 
 
 
 
 
 
 
81
  msgid "Technical Settings"
82
  msgstr "Technische Instellingen"
83
 
84
+ #: ../commentluv-manager.php:92
85
  msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
86
  msgstr "In de meeste gevallen hoef je deze instellingen niet te wijzigen tenzij je een aangepast reactieformulier hebt"
87
 
88
+ #: ../commentluv-manager.php:93
89
+ msgid "These are the name=\"\" values used in the HTML source for the fields on your comment form."
90
+ msgstr ""
91
+
92
+ #: ../commentluv-manager.php:99
93
  msgid "Authors Name field name"
94
  msgstr "Veldnaam Naam Auteur"
95
 
96
+ #: ../commentluv-manager.php:103
97
  msgid "Email field name"
98
  msgstr "Veldnaam Email"
99
 
100
+ #: ../commentluv-manager.php:107
101
  msgid "Authors URL field name"
102
  msgstr "Veldnaam URL Auteur"
103
 
104
+ #: ../commentluv-manager.php:111
105
  msgid "Comment Text Area name"
106
  msgstr "Reactie Tekstruimte naam"
107
 
108
+ #: ../commentluv-manager.php:124
109
  msgid "Reset to Default Settings"
110
  msgstr "Resetten naar de standaardinstellingen"
111
 
112
+ #: ../commentluv-manager.php:129
113
  msgid "Are you sure you want to reset your settings? Press OK to continue"
114
  msgstr "Weet u zeker dat je je instellingen wilt resetten? Druk op OK om verder te gaan"
115
 
116
+ #: ../commentluv-manager.php:139
117
+ msgid "Plugin Info"
118
+ msgstr ""
119
+
120
+ #: ../commentluv-manager.php:142
121
+ msgid "Author"
122
+ msgstr ""
123
+
124
+ #: ../commentluv-manager.php:143
125
+ msgid "Home Page"
126
+ msgstr ""
127
+
128
+ #: ../commentluv-manager.php:143
129
+ msgid "Visit ComLuv to register your site for more luv!"
130
+ msgstr ""
131
+
132
+ #: ../commentluv-manager.php:144
133
+ msgid "Social"
134
+ msgstr ""
135
+
136
+ #: ../commentluv-manager.php:145
137
+ msgid "Help"
138
+ msgstr ""
139
+
140
+ #: ../commentluv-manager.php:145
141
+ msgid "Help Desk"
142
+ msgstr ""
143
+
144
+ #: ../commentluv-manager.php:146
145
+ msgid "News"
146
+ msgstr ""
147
+
148
+ #: ../commentluv-manager.php:152
149
+ msgid "Thanks to the following for translations"
150
+ msgstr ""
151
+
152
+ #: ../commentluv-manager.php:153
153
+ msgid "Italian"
154
+ msgstr ""
155
+
156
+ #: ../commentluv-manager.php:154
157
+ msgid "Russian"
158
+ msgstr ""
159
+
160
+ #: ../commentluv-manager.php:155
161
+ msgid "Chinese"
162
+ msgstr ""
163
+
164
+ #: ../commentluv-manager.php:156
165
+ msgid "Hebrew"
166
+ msgstr ""
167
+
168
+ #: ../commentluv-manager.php:157
169
+ msgid "French"
170
+ msgstr ""
171
+
172
+ #: ../commentluv-manager.php:158
173
+ msgid "Dutch"
174
+ msgstr ""
175
+
176
+ #: ../commentluv-manager.php:159
177
+ msgid "Polish"
178
+ msgstr ""
179
+
180
+ #: ../commentluv.php:35
181
+ #, fuzzy
182
+ msgid "CommentLuv requires Wordpress 2.9.2 or newer."
183
  msgstr "CommentLuv vereist Wordpress versie 2.6.5 of nieuwer."
184
 
185
+ #: ../commentluv.php:35
186
  msgid "Please Update!"
187
  msgstr "Gelieve te Updaten!"
188
 
189
+ #: ../commentluv.php:88
190
  msgid "Settings"
191
  msgstr "Instellingen"
192
 
193
+ #: ../commentluv.php:218
194
  msgid "There were errors with your chosen settings"
195
  msgstr "Er waren fouten met je gekozen instellingen"
196
 
197
+ #~ msgid "CommentLuv Member Area"
198
+ #~ msgstr "CommentLuv Leden Omgeving"
199
+
200
+ #~ msgid ""
201
+ #~ "If you register your site for free at <a href=\"http://comluv.com"
202
+ #~ "\">ComLuv.com</a> you will be able to open up lots of features that are "
203
+ #~ "for members only like link tracking so you can see which of the comments "
204
+ #~ "you make on CommentLuv blogs are getting the last blog post clicked and "
205
+ #~ "the ability to send back more than just blog posts. You can even create "
206
+ #~ "your own WP2.7 blog there with commentluv pre-installed!."
207
+ #~ msgstr ""
208
+ #~ "Als je je website gratis registreert op <a href=\"http://comluv.com"
209
+ #~ "\">ComLuv.com</a> kun je veel functies activeren welke alleen voor leden "
210
+ #~ "bestemd zijn, zoals link tracking waarmee je kunt zien op welke van de "
211
+ #~ "commentaren die je op CommentLuv blogs gemaakt hebt geklikt wordt en de "
212
+ #~ "mogelijkheid om meer terug te sturen dan alleen blogberichten. Je kan "
213
+ #~ "zelfs je eigen blog maken met WP2.7 CommentLuv vooraf geïnstalleerd !"
lang/commentluv-pl_PL.mo ADDED
Binary file
lang/commentluv-pl_PL.po ADDED
@@ -0,0 +1,193 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: CommentLuv\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-01-10 15:16-0000\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Mariusz Kołacz <mariusz.kolacz@gmail.com>\n"
8
+ "Language-Team: Mariusz Kołacz <m.kolacz@techformator.pl>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: Polish\n"
13
+ "X-Poedit-Country: POLAND\n"
14
+ "X-Poedit-KeywordsList: __;_e\n"
15
+ "X-Poedit-Basepath: .\n"
16
+ "X-Poedit-SearchPath-0: ..\n"
17
+
18
+ #: ../commentluv-manager.php:26
19
+ msgid "This plugin takes the url from the comment form and tries to parse the feed of the site and display the last entry made. If you have any questions, comments or if you have a good idea that you would like to see in the next version of CommentLuv, please visit http://comluv.com and let me know."
20
+ msgstr "Wtyczka pobiera adres URL strony z formularza komentarza, analizuje kanał RSS witryny i wyświetla tytuł ostatniego wpisu. Jeśli masz jakieś pytania, komentarze lub sugestie dotyczące CommentLuv, proszę poinformuj mnie o tym na stronie http://comluv.com."
21
+
22
+ #: ../commentluv-manager.php:36
23
+ msgid "Display Options"
24
+ msgstr "Opcje wyświetlania"
25
+
26
+ #: ../commentluv-manager.php:40
27
+ msgid "Enter the text you want displayed in the comment"
28
+ msgstr "Wprowadź tekst, który ma być wyświetlany w komentarzu"
29
+
30
+ #: ../commentluv-manager.php:43
31
+ msgid "Text displayed in the select box"
32
+ msgstr "Tekst wyświetlany w oknie wyboru"
33
+
34
+ #: ../commentluv-manager.php:47
35
+ msgid "CommentLuv on by default?"
36
+ msgstr "Czy CommentLuv ma być domyślnie włączony?"
37
+
38
+ #: ../commentluv-manager.php:50
39
+ msgid "Show heart on links?"
40
+ msgstr "Czy wyświetlić grafikę serca w linkach?"
41
+
42
+ #: ../commentluv-manager.php:52
43
+ msgid "Info panel background color"
44
+ msgstr "Kolor tła panelu informacyjnego"
45
+
46
+ #: ../commentluv-manager.php:57
47
+ msgid "Use template insert to show badge and checkbox?"
48
+ msgstr "Czy użyć szablonu wstawiania, aby pokazać odznakę i pole wyboru?"
49
+
50
+ #: ../commentluv-manager.php:58
51
+ msgid "Do NOT check this unless you have manually inserted the code into your comments.php file "
52
+ msgstr "Nie zaznaczaj tego, chyba że masz ręcznie wpisany kod do pliku comments.php"
53
+
54
+ #: ../commentluv-manager.php:64
55
+ msgid "Display Badge"
56
+ msgstr "Ustawienia wyświetlania odznaki"
57
+
58
+ #: ../commentluv-manager.php:68
59
+ msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
60
+ msgstr "Podziękowania dla <a href=\"http://byteful.com\">Byteful Traveller</a> za stworzenie grafik."
61
+
62
+ #: ../commentluv-manager.php:72
63
+ msgid "Choose badge to display"
64
+ msgstr "Wybierz odznakę do wyświetlenia"
65
+
66
+ #: ../commentluv-manager.php:77
67
+ msgid "Show nothing"
68
+ msgstr "Niczego nie wyświetlaj"
69
+
70
+ #: ../commentluv-manager.php:80
71
+ msgid "Show text"
72
+ msgstr "Wyświetl tekst"
73
+
74
+ #: ../commentluv-manager.php:80
75
+ msgid "Prepend html before badge or text (optional)"
76
+ msgstr "Poprzedź odznakę lub tekst dodatkowym komunikatem (opcjonalnie)"
77
+
78
+ #: ../commentluv-manager.php:88
79
+ msgid "Technical Settings"
80
+ msgstr "Ustawienia techniczne"
81
+
82
+ #: ../commentluv-manager.php:92
83
+ msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
84
+ msgstr "W większości przypadków nie ma potrzeby zmiany tych ustawień, chyba że masz niestandardowy formularz komentarzy"
85
+
86
+ #: ../commentluv-manager.php:93
87
+ msgid "These are the name=\"\" values used in the HTML source for the fields on your comment form."
88
+ msgstr "Są to wartości name=\"\" używane w kodzie HTML do obsługi pól w formularzu komentarza."
89
+
90
+ #: ../commentluv-manager.php:99
91
+ msgid "Authors Name field name"
92
+ msgstr "Nazwa pola: Imię autora"
93
+
94
+ #: ../commentluv-manager.php:103
95
+ msgid "Email field name"
96
+ msgstr "Nazwa pola: E-mail"
97
+
98
+ #: ../commentluv-manager.php:107
99
+ msgid "Authors URL field name"
100
+ msgstr "Nazwa pola: Strona autora"
101
+
102
+ #: ../commentluv-manager.php:111
103
+ msgid "Comment Text Area name"
104
+ msgstr "Nazwa pola: Tytuł komentarza"
105
+
106
+ #: ../commentluv-manager.php:124
107
+ msgid "Reset to Default Settings"
108
+ msgstr "Przywróć domyślne ustawienia"
109
+
110
+ #: ../commentluv-manager.php:129
111
+ msgid "Are you sure you want to reset your settings? Press OK to continue"
112
+ msgstr "Czy na pewno chcesz zresetować ustawienia? Wybierz OK aby kontynuować"
113
+
114
+ #: ../commentluv-manager.php:139
115
+ msgid "Plugin Info"
116
+ msgstr "Informacje o wtyczce"
117
+
118
+ #: ../commentluv-manager.php:142
119
+ msgid "Author"
120
+ msgstr "Autor"
121
+
122
+ #: ../commentluv-manager.php:143
123
+ msgid "Home Page"
124
+ msgstr "Strona domowa"
125
+
126
+ #: ../commentluv-manager.php:143
127
+ msgid "Visit ComLuv to register your site for more luv!"
128
+ msgstr "Odwiedź ComLuv, aby zarejestrować swoją stronę i rozszerzyć funkcjonalność CommentLuv!"
129
+
130
+ #: ../commentluv-manager.php:144
131
+ msgid "Social"
132
+ msgstr "Społeczności"
133
+
134
+ #: ../commentluv-manager.php:145
135
+ msgid "Help"
136
+ msgstr "Pomoc"
137
+
138
+ #: ../commentluv-manager.php:145
139
+ msgid "Help Desk"
140
+ msgstr "Help Desk"
141
+
142
+ #: ../commentluv-manager.php:146
143
+ msgid "News"
144
+ msgstr "Aktualności"
145
+
146
+ #: ../commentluv-manager.php:152
147
+ msgid "Thanks to the following for translations"
148
+ msgstr "Podziękowania dla następujących osób za wykonanie tłumaczeń"
149
+
150
+ #: ../commentluv-manager.php:153
151
+ msgid "Italian"
152
+ msgstr "Włoski"
153
+
154
+ #: ../commentluv-manager.php:154
155
+ msgid "Russian"
156
+ msgstr "Rosyjski"
157
+
158
+ #: ../commentluv-manager.php:155
159
+ msgid "Chinese"
160
+ msgstr "Chiński"
161
+
162
+ #: ../commentluv-manager.php:156
163
+ msgid "Hebrew"
164
+ msgstr "Hebrajski"
165
+
166
+ #: ../commentluv-manager.php:157
167
+ msgid "French"
168
+ msgstr "Francuski"
169
+
170
+ #: ../commentluv-manager.php:158
171
+ msgid "Dutch"
172
+ msgstr "Holenderski"
173
+
174
+ #: ../commentluv-manager.php:159
175
+ msgid "Polish"
176
+ msgstr "Polski"
177
+
178
+ #: ../commentluv.php:35
179
+ msgid "CommentLuv requires Wordpress 2.9.2 or newer."
180
+ msgstr "CommentLuv wymaga Wordpress w wersji 2.9.2 lub nowszej"
181
+
182
+ #: ../commentluv.php:35
183
+ msgid "Please Update!"
184
+ msgstr "Zaktualizuj!"
185
+
186
+ #: ../commentluv.php:88
187
+ msgid "Settings"
188
+ msgstr "Ustawienia"
189
+
190
+ #: ../commentluv.php:218
191
+ msgid "There were errors with your chosen settings"
192
+ msgstr "Pojawiły się błędy z wybranymi ustawieniami"
193
+
lang/commentluv-pt_BR.mo ADDED
Binary file
lang/commentluv-pt_BR.po ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: CommentLuv 2.7.5\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-01-10 15:16-0000\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Diego Uczak <diegouczak@gmail.com>\n"
8
+ "Language-Team: @diegokorvo, Diego Uczak <diego@korvo.com.br>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: Portuguese\n"
13
+ "X-Poedit-Country: BRAZIL\n"
14
+ "X-Poedit-KeywordsList: __;_e\n"
15
+ "X-Poedit-Basepath: .\n"
16
+ "Plural-Forms: s\n"
17
+ "X-Poedit-SearchPath-0: ..\n"
18
+
19
+ #: ../commentluv-manager.php:26
20
+ msgid "This plugin takes the url from the comment form and tries to parse the feed of the site and display the last entry made. If you have any questions, comments or if you have a good idea that you would like to see in the next version of CommentLuv, please visit http://comluv.com and let me know."
21
+ msgstr "Este plugin pega a url do formulário do seu comentário e tenta analisar o feed do seu site, mostrando suas últimas postagens. Se você tiver alguma dúvida, comentários ou se você tiver uma boa idéia que gostaria de ver na próxima versão do CommentLuv, por favor visite http://comluv.com e entre em contato."
22
+
23
+ #: ../commentluv-manager.php:36
24
+ msgid "Display Options"
25
+ msgstr "Opções de Exibição"
26
+
27
+ #: ../commentluv-manager.php:40
28
+ msgid "Enter the text you want displayed in the comment"
29
+ msgstr "Digite o texto que você quer exibir no comentário"
30
+
31
+ #: ../commentluv-manager.php:43
32
+ msgid "Text displayed in the select box"
33
+ msgstr "Texto exibido na caixa de seleção"
34
+
35
+ #: ../commentluv-manager.php:47
36
+ msgid "CommentLuv on by default?"
37
+ msgstr "CommentLuv ativado por padrão?"
38
+
39
+ #: ../commentluv-manager.php:50
40
+ msgid "Show heart on links?"
41
+ msgstr "Mostrar o coração nos links?"
42
+
43
+ #: ../commentluv-manager.php:52
44
+ msgid "Info panel background color"
45
+ msgstr "Cor de fundo do Painel de Informações"
46
+
47
+ #: ../commentluv-manager.php:57
48
+ msgid "Use template insert to show badge and checkbox?"
49
+ msgstr "Configurar diretamente em seu template para exibir o ícone e o checkbox?"
50
+
51
+ #: ../commentluv-manager.php:58
52
+ msgid "Do NOT check this unless you have manually inserted the code into your comments.php file "
53
+ msgstr "NÃO FAÇA ISTO ao menos que você inseriu manualmente o código no seu arquivo comments.php"
54
+
55
+ #: ../commentluv-manager.php:64
56
+ msgid "Display Badge"
57
+ msgstr "Ícone de Exibição"
58
+
59
+ #: ../commentluv-manager.php:68
60
+ msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
61
+ msgstr "Muito obrigado ao <a href=\"http://byteful.com\">Byteful Traveller</a> por criar estas imagens."
62
+
63
+ #: ../commentluv-manager.php:72
64
+ msgid "Choose badge to display"
65
+ msgstr "Escolha o ícone"
66
+
67
+ #: ../commentluv-manager.php:77
68
+ msgid "Show nothing"
69
+ msgstr "Nenhum"
70
+
71
+ #: ../commentluv-manager.php:80
72
+ msgid "Show text"
73
+ msgstr "Exibir o texto"
74
+
75
+ #: ../commentluv-manager.php:80
76
+ msgid "Prepend html before badge or text (optional)"
77
+ msgstr "html que será exibido antes do ícone ou texto (opcional)"
78
+
79
+ #: ../commentluv-manager.php:88
80
+ msgid "Technical Settings"
81
+ msgstr "Configurações Técnicas"
82
+
83
+ #: ../commentluv-manager.php:92
84
+ msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
85
+ msgstr "Na maioria dos casos, você não precisa alterar essas configurações a menos que você tenha um formulário de comentário personalizado"
86
+
87
+ #: ../commentluv-manager.php:93
88
+ msgid "These are the name=\"\" values used in the HTML source for the fields on your comment form."
89
+ msgstr "Estes são os valores de name=\"\" usados no código HTML para os campos no seu formulário de comentário."
90
+
91
+ #: ../commentluv-manager.php:99
92
+ msgid "Authors Name field name"
93
+ msgstr "Nome do campo : Nome do autor"
94
+
95
+ #: ../commentluv-manager.php:103
96
+ msgid "Email field name"
97
+ msgstr "Nome do campo : E-mail"
98
+
99
+ #: ../commentluv-manager.php:107
100
+ msgid "Authors URL field name"
101
+ msgstr "Nome do campo : URL do site/blog"
102
+
103
+ #: ../commentluv-manager.php:111
104
+ msgid "Comment Text Area name"
105
+ msgstr "Nome do campo : Comentários"
106
+
107
+ #: ../commentluv-manager.php:124
108
+ msgid "Reset to Default Settings"
109
+ msgstr "Restaurar aos Configurações Padrão"
110
+
111
+ #: ../commentluv-manager.php:129
112
+ msgid "Are you sure you want to reset your settings? Press OK to continue"
113
+ msgstr "Você tem certeza que quer restaurar suas configurações? Clique em OK para continuar"
114
+
115
+ #: ../commentluv-manager.php:139
116
+ msgid "Plugin Info"
117
+ msgstr "Informações do Plugin"
118
+
119
+ #: ../commentluv-manager.php:142
120
+ msgid "Author"
121
+ msgstr "Autor"
122
+
123
+ #: ../commentluv-manager.php:143
124
+ msgid "Home Page"
125
+ msgstr "Site/Blog"
126
+
127
+ #: ../commentluv-manager.php:143
128
+ msgid "Visit ComLuv to register your site for more luv!"
129
+ msgstr "Visite ComLuv para registrar seu site para mais luv!"
130
+
131
+ #: ../commentluv-manager.php:144
132
+ msgid "Social"
133
+ msgstr "Social"
134
+
135
+ #: ../commentluv-manager.php:145
136
+ msgid "Help"
137
+ msgstr "Ajuda"
138
+
139
+ #: ../commentluv-manager.php:145
140
+ msgid "Help Desk"
141
+ msgstr "Help Desk"
142
+
143
+ #: ../commentluv-manager.php:146
144
+ msgid "News"
145
+ msgstr "Novidades"
146
+
147
+ #: ../commentluv-manager.php:152
148
+ msgid "Thanks to the following for translations"
149
+ msgstr "Obrigado por enviar as traduções"
150
+
151
+ #: ../commentluv-manager.php:153
152
+ msgid "Italian"
153
+ msgstr "Italiano"
154
+
155
+ #: ../commentluv-manager.php:154
156
+ msgid "Russian"
157
+ msgstr "Russo"
158
+
159
+ #: ../commentluv-manager.php:155
160
+ msgid "Chinese"
161
+ msgstr "Chinês"
162
+
163
+ #: ../commentluv-manager.php:156
164
+ msgid "Hebrew"
165
+ msgstr "Hebraico"
166
+
167
+ #: ../commentluv-manager.php:157
168
+ msgid "French"
169
+ msgstr "Francês"
170
+
171
+ #: ../commentluv-manager.php:158
172
+ msgid "Dutch"
173
+ msgstr "Holandês"
174
+
175
+ #: ../commentluv-manager.php:159
176
+ msgid "Polish"
177
+ msgstr "Polonês"
178
+
179
+ #: ../commentluv.php:35
180
+ msgid "CommentLuv requires Wordpress 2.9.2 or newer."
181
+ msgstr "CommentLuv funciona somente em versões do Wordpress igual ou superior a 2.6.5."
182
+
183
+ #: ../commentluv.php:35
184
+ msgid "Please Update!"
185
+ msgstr "Por favor, atualize!"
186
+
187
+ #: ../commentluv.php:88
188
+ msgid "Settings"
189
+ msgstr "Configurações"
190
+
191
+ #: ../commentluv.php:218
192
+ msgid "There were errors with your chosen settings"
193
+ msgstr "Houve alguns erros com as configurações escolhidas"
194
+
195
+ #~ msgid "CommentLuv Member Area"
196
+ #~ msgstr "Espace de membres CommentLuv"
197
+
198
+ #~ msgid ""
199
+ #~ "If you register your site for free at <a href=\"http://comluv.com"
200
+ #~ "\">ComLuv.com</a> you will be able to open up lots of features that are "
201
+ #~ "for members only like link tracking so you can see which of the comments "
202
+ #~ "you make on CommentLuv blogs are getting the last blog post clicked and "
203
+ #~ "the ability to send back more than just blog posts. You can even create "
204
+ #~ "your own WP2.7 blog there with commentluv pre-installed!."
205
+ #~ msgstr ""
206
+ #~ "Si vous enregistrez votre site gratuitement sur <a href=\"http://comluv."
207
+ #~ "com\">ComLuv.com</a>, vous aurez la possibilité de débloquer des "
208
+ #~ "fonctions réservées aux membres comme : le suivi des liens pour voir "
209
+ #~ "lesquels de vos commentaires, publiés sur les blogs qui utilisent "
210
+ #~ "CommentLuv, reçoivent le plus de clics et la possibilité de renvoyer plus "
211
+ #~ "que des billets. Vous pourrez même créer là-bas votre propre blog WP2.7 "
212
+ #~ "avec commentluv pré-installé !"
lang/commentluv-ru_RU.mo CHANGED
Binary file
lang/commentluv-ru_RU.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: CommentLuv\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-19 10:27-0000\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: Fat Cow <zhr@tut.by>\n"
8
  "Language-Team: Fat Cow <zhr@tut.by>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -16,111 +16,194 @@ msgstr ""
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../commentluv-manager.php:11
20
  msgid "This plugin takes the url from the comment form and tries to parse the feed of the site and display the last entry made. If you have any questions, comments or if you have a good idea that you would like to see in the next version of CommentLuv, please visit http://comluv.com and let me know."
21
  msgstr "Этот плагин принимает URL в форме комментариев и пытается проанализировать лента сайта и отображает последнюю запись сделал. Если у вас есть какие-либо вопросы, замечания или если у вас есть хорошие идеи, которые вы хотели бы видеть в следующей версии CommentLuv, пожалуйста, посетите http://comluv.com и дайте мне знать."
22
 
23
- #: ../commentluv-manager.php:12
24
  msgid "Display Options"
25
  msgstr "Настройки отображения"
26
 
27
- #: ../commentluv-manager.php:13
28
  msgid "Enter the text you want displayed in the comment"
29
  msgstr "Введите текст, который должен отображаться в комментарии"
30
 
31
- #: ../commentluv-manager.php:16
32
  msgid "Text displayed in the select box"
33
  msgstr "Текст отображается в окне выбора"
34
 
35
- #: ../commentluv-manager.php:20
36
  msgid "CommentLuv on by default?"
37
  msgstr "CommentLuv включен по умолчанию?"
38
 
39
- #: ../commentluv-manager.php:23
40
  msgid "Show heart on links?"
41
  msgstr "Показывать сердачки на ссылках?"
42
 
43
- #: ../commentluv-manager.php:27
 
 
 
 
44
  msgid "Use template insert to show badge and checkbox?"
45
  msgstr "Использовать шаблон вставки для показа бэйджа и флажка?"
46
 
47
- #: ../commentluv-manager.php:29
 
 
 
 
48
  msgid "Display Badge"
49
  msgstr "Отображать бэйдж"
50
 
51
- #: ../commentluv-manager.php:30
52
  msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
53
  msgstr "Большое спасибо <a href=\"http://byteful.com\">Byteful Traveller</a> за создание этих изображений."
54
 
55
- #: ../commentluv-manager.php:33
56
  msgid "Choose badge to display"
57
  msgstr "Выбрать бэйдж для отображения"
58
 
59
- #: ../commentluv-manager.php:39
60
  msgid "Show nothing"
61
  msgstr "Ничего не показывать"
62
 
63
- #: ../commentluv-manager.php:42
64
  msgid "Show text"
65
  msgstr "Показывать текст"
66
 
67
- #: ../commentluv-manager.php:42
68
  msgid "Prepend html before badge or text (optional)"
69
  msgstr "html перед бэйджем или текстом (по выбору)"
70
 
71
- #: ../commentluv-manager.php:44
72
- msgid "CommentLuv Member Area"
73
- msgstr "CommentLuv пользовательская среда"
74
-
75
- #: ../commentluv-manager.php:45
76
- msgid "If you register your site for free at <a href=\"http://comluv.com\">ComLuv.com</a> you will be able to open up lots of features that are for members only like link tracking so you can see which of the comments you make on CommentLuv blogs are getting the last blog post clicked and the ability to send back more than just blog posts. You can even create your own WP2.7 blog there with commentluv pre-installed!."
77
- msgstr "Бесплатная регистрация доступна здесь <a href=\"http://comluv.com\">ComLuv.com</a>. Вы можете создать собственынй WP2.7 блог с предустановленным commentluv!."
78
-
79
- #: ../commentluv-manager.php:47
80
  msgid "Technical Settings"
81
  msgstr "Технические настройки"
82
 
83
- #: ../commentluv-manager.php:48
84
  msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
85
  msgstr "В большинстве случаев вам не нужно менять эти настройки, если у вы можете настроить форму для комментирования"
86
 
87
- #: ../commentluv-manager.php:52
 
 
 
 
88
  msgid "Authors Name field name"
89
  msgstr "Поле ввода имени автора"
90
 
91
- #: ../commentluv-manager.php:56
92
  msgid "Email field name"
93
  msgstr "Поле ввода имени Email'а"
94
 
95
- #: ../commentluv-manager.php:60
96
  msgid "Authors URL field name"
97
  msgstr "Поле ввода URL'а автора"
98
 
99
- #: ../commentluv-manager.php:64
100
  msgid "Comment Text Area name"
101
  msgstr "Поле для ввода текста комментария"
102
 
103
- #: ../commentluv-manager.php:72
104
  msgid "Reset to Default Settings"
105
  msgstr "Сбросить настройки"
106
 
107
- #: ../commentluv-manager.php:77
108
  msgid "Are you sure you want to reset your settings? Press OK to continue"
109
  msgstr "Вы уверены, что хотите сбросить настройки? Нажмите ОК, чтобы продолжить"
110
 
111
- #: ../commentluv.php:44
112
- msgid "CommentLuv requires Wordpress 2.6.5 or newer."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  msgstr "CommentLuv требует Wordpress 2.6.5 или более позднюю версию."
114
 
115
- #: ../commentluv.php:44
116
  msgid "Please Update!"
117
  msgstr "Пожалуйста, обновите!"
118
 
119
- #: ../commentluv.php:75
120
  msgid "Settings"
121
  msgstr "Настройки"
122
 
123
- #: ../commentluv.php:169
124
  msgid "There were errors with your chosen settings"
125
  msgstr "Были обнаружены ошибки в выбранных настройках"
126
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: CommentLuv\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-01-10 15:17-0000\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: Andy Bailey <admin@comluv.com>\n"
8
  "Language-Team: Fat Cow <zhr@tut.by>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../commentluv-manager.php:26
20
  msgid "This plugin takes the url from the comment form and tries to parse the feed of the site and display the last entry made. If you have any questions, comments or if you have a good idea that you would like to see in the next version of CommentLuv, please visit http://comluv.com and let me know."
21
  msgstr "Этот плагин принимает URL в форме комментариев и пытается проанализировать лента сайта и отображает последнюю запись сделал. Если у вас есть какие-либо вопросы, замечания или если у вас есть хорошие идеи, которые вы хотели бы видеть в следующей версии CommentLuv, пожалуйста, посетите http://comluv.com и дайте мне знать."
22
 
23
+ #: ../commentluv-manager.php:36
24
  msgid "Display Options"
25
  msgstr "Настройки отображения"
26
 
27
+ #: ../commentluv-manager.php:40
28
  msgid "Enter the text you want displayed in the comment"
29
  msgstr "Введите текст, который должен отображаться в комментарии"
30
 
31
+ #: ../commentluv-manager.php:43
32
  msgid "Text displayed in the select box"
33
  msgstr "Текст отображается в окне выбора"
34
 
35
+ #: ../commentluv-manager.php:47
36
  msgid "CommentLuv on by default?"
37
  msgstr "CommentLuv включен по умолчанию?"
38
 
39
+ #: ../commentluv-manager.php:50
40
  msgid "Show heart on links?"
41
  msgstr "Показывать сердачки на ссылках?"
42
 
43
+ #: ../commentluv-manager.php:52
44
+ msgid "Info panel background color"
45
+ msgstr ""
46
+
47
+ #: ../commentluv-manager.php:57
48
  msgid "Use template insert to show badge and checkbox?"
49
  msgstr "Использовать шаблон вставки для показа бэйджа и флажка?"
50
 
51
+ #: ../commentluv-manager.php:58
52
+ msgid "Do NOT check this unless you have manually inserted the code into your comments.php file "
53
+ msgstr ""
54
+
55
+ #: ../commentluv-manager.php:64
56
  msgid "Display Badge"
57
  msgstr "Отображать бэйдж"
58
 
59
+ #: ../commentluv-manager.php:68
60
  msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
61
  msgstr "Большое спасибо <a href=\"http://byteful.com\">Byteful Traveller</a> за создание этих изображений."
62
 
63
+ #: ../commentluv-manager.php:72
64
  msgid "Choose badge to display"
65
  msgstr "Выбрать бэйдж для отображения"
66
 
67
+ #: ../commentluv-manager.php:77
68
  msgid "Show nothing"
69
  msgstr "Ничего не показывать"
70
 
71
+ #: ../commentluv-manager.php:80
72
  msgid "Show text"
73
  msgstr "Показывать текст"
74
 
75
+ #: ../commentluv-manager.php:80
76
  msgid "Prepend html before badge or text (optional)"
77
  msgstr "html перед бэйджем или текстом (по выбору)"
78
 
79
+ #: ../commentluv-manager.php:88
 
 
 
 
 
 
 
 
80
  msgid "Technical Settings"
81
  msgstr "Технические настройки"
82
 
83
+ #: ../commentluv-manager.php:92
84
  msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
85
  msgstr "В большинстве случаев вам не нужно менять эти настройки, если у вы можете настроить форму для комментирования"
86
 
87
+ #: ../commentluv-manager.php:93
88
+ msgid "These are the name=\"\" values used in the HTML source for the fields on your comment form."
89
+ msgstr ""
90
+
91
+ #: ../commentluv-manager.php:99
92
  msgid "Authors Name field name"
93
  msgstr "Поле ввода имени автора"
94
 
95
+ #: ../commentluv-manager.php:103
96
  msgid "Email field name"
97
  msgstr "Поле ввода имени Email'а"
98
 
99
+ #: ../commentluv-manager.php:107
100
  msgid "Authors URL field name"
101
  msgstr "Поле ввода URL'а автора"
102
 
103
+ #: ../commentluv-manager.php:111
104
  msgid "Comment Text Area name"
105
  msgstr "Поле для ввода текста комментария"
106
 
107
+ #: ../commentluv-manager.php:124
108
  msgid "Reset to Default Settings"
109
  msgstr "Сбросить настройки"
110
 
111
+ #: ../commentluv-manager.php:129
112
  msgid "Are you sure you want to reset your settings? Press OK to continue"
113
  msgstr "Вы уверены, что хотите сбросить настройки? Нажмите ОК, чтобы продолжить"
114
 
115
+ #: ../commentluv-manager.php:139
116
+ msgid "Plugin Info"
117
+ msgstr ""
118
+
119
+ #: ../commentluv-manager.php:142
120
+ msgid "Author"
121
+ msgstr ""
122
+
123
+ #: ../commentluv-manager.php:143
124
+ msgid "Home Page"
125
+ msgstr ""
126
+
127
+ #: ../commentluv-manager.php:143
128
+ msgid "Visit ComLuv to register your site for more luv!"
129
+ msgstr ""
130
+
131
+ #: ../commentluv-manager.php:144
132
+ msgid "Social"
133
+ msgstr ""
134
+
135
+ #: ../commentluv-manager.php:145
136
+ msgid "Help"
137
+ msgstr ""
138
+
139
+ #: ../commentluv-manager.php:145
140
+ msgid "Help Desk"
141
+ msgstr ""
142
+
143
+ #: ../commentluv-manager.php:146
144
+ msgid "News"
145
+ msgstr ""
146
+
147
+ #: ../commentluv-manager.php:152
148
+ msgid "Thanks to the following for translations"
149
+ msgstr ""
150
+
151
+ #: ../commentluv-manager.php:153
152
+ msgid "Italian"
153
+ msgstr ""
154
+
155
+ #: ../commentluv-manager.php:154
156
+ msgid "Russian"
157
+ msgstr ""
158
+
159
+ #: ../commentluv-manager.php:155
160
+ msgid "Chinese"
161
+ msgstr ""
162
+
163
+ #: ../commentluv-manager.php:156
164
+ msgid "Hebrew"
165
+ msgstr ""
166
+
167
+ #: ../commentluv-manager.php:157
168
+ msgid "French"
169
+ msgstr ""
170
+
171
+ #: ../commentluv-manager.php:158
172
+ msgid "Dutch"
173
+ msgstr ""
174
+
175
+ #: ../commentluv-manager.php:159
176
+ msgid "Polish"
177
+ msgstr ""
178
+
179
+ #: ../commentluv.php:35
180
+ #, fuzzy
181
+ msgid "CommentLuv requires Wordpress 2.9.2 or newer."
182
  msgstr "CommentLuv требует Wordpress 2.6.5 или более позднюю версию."
183
 
184
+ #: ../commentluv.php:35
185
  msgid "Please Update!"
186
  msgstr "Пожалуйста, обновите!"
187
 
188
+ #: ../commentluv.php:88
189
  msgid "Settings"
190
  msgstr "Настройки"
191
 
192
+ #: ../commentluv.php:218
193
  msgid "There were errors with your chosen settings"
194
  msgstr "Были обнаружены ошибки в выбранных настройках"
195
 
196
+ #~ msgid "CommentLuv Member Area"
197
+ #~ msgstr "CommentLuv пользовательская среда"
198
+
199
+ #~ msgid ""
200
+ #~ "If you register your site for free at <a href=\"http://comluv.com"
201
+ #~ "\">ComLuv.com</a> you will be able to open up lots of features that are "
202
+ #~ "for members only like link tracking so you can see which of the comments "
203
+ #~ "you make on CommentLuv blogs are getting the last blog post clicked and "
204
+ #~ "the ability to send back more than just blog posts. You can even create "
205
+ #~ "your own WP2.7 blog there with commentluv pre-installed!."
206
+ #~ msgstr ""
207
+ #~ "Бесплатная регистрация доступна здесь <a href=\"http://comluv.com"
208
+ #~ "\">ComLuv.com</a>. Вы можете создать собственынй WP2.7 блог с "
209
+ #~ "предустановленным commentluv!."
lang/commentluv.mo CHANGED
Binary file
lang/commentluv.pot CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: CommentLuv 2.7.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-19 10:27-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Andy Bailey <admin@comluv.com>\n"
8
  "Language-Team: @commentluv, Gianni Diurno <admin@comluv.com>\n"
@@ -15,111 +15,191 @@ msgstr ""
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../commentluv-manager.php:11
19
  msgid "This plugin takes the url from the comment form and tries to parse the feed of the site and display the last entry made. If you have any questions, comments or if you have a good idea that you would like to see in the next version of CommentLuv, please visit http://comluv.com and let me know."
20
  msgstr ""
21
 
22
- #: ../commentluv-manager.php:12
23
  msgid "Display Options"
24
  msgstr ""
25
 
26
- #: ../commentluv-manager.php:13
27
  msgid "Enter the text you want displayed in the comment"
28
  msgstr ""
29
 
30
- #: ../commentluv-manager.php:16
31
  msgid "Text displayed in the select box"
32
  msgstr ""
33
 
34
- #: ../commentluv-manager.php:20
35
  msgid "CommentLuv on by default?"
36
  msgstr ""
37
 
38
- #: ../commentluv-manager.php:23
39
  msgid "Show heart on links?"
40
  msgstr ""
41
 
42
- #: ../commentluv-manager.php:27
 
 
 
 
43
  msgid "Use template insert to show badge and checkbox?"
44
  msgstr ""
45
 
46
- #: ../commentluv-manager.php:29
 
 
 
 
47
  msgid "Display Badge"
48
  msgstr ""
49
 
50
- #: ../commentluv-manager.php:30
51
  msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
52
  msgstr ""
53
 
54
- #: ../commentluv-manager.php:33
55
  msgid "Choose badge to display"
56
  msgstr ""
57
 
58
- #: ../commentluv-manager.php:39
59
  msgid "Show nothing"
60
  msgstr ""
61
 
62
- #: ../commentluv-manager.php:42
63
  msgid "Show text"
64
  msgstr ""
65
 
66
- #: ../commentluv-manager.php:42
67
  msgid "Prepend html before badge or text (optional)"
68
  msgstr ""
69
 
70
- #: ../commentluv-manager.php:44
71
- msgid "CommentLuv Member Area"
72
- msgstr ""
73
-
74
- #: ../commentluv-manager.php:45
75
- msgid "If you register your site for free at <a href=\"http://comluv.com\">ComLuv.com</a> you will be able to open up lots of features that are for members only like link tracking so you can see which of the comments you make on CommentLuv blogs are getting the last blog post clicked and the ability to send back more than just blog posts. You can even create your own WP2.7 blog there with commentluv pre-installed!."
76
- msgstr ""
77
-
78
- #: ../commentluv-manager.php:47
79
  msgid "Technical Settings"
80
  msgstr ""
81
 
82
- #: ../commentluv-manager.php:48
83
  msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
84
  msgstr ""
85
 
86
- #: ../commentluv-manager.php:52
 
 
 
 
87
  msgid "Authors Name field name"
88
  msgstr ""
89
 
90
- #: ../commentluv-manager.php:56
91
  msgid "Email field name"
92
  msgstr ""
93
 
94
- #: ../commentluv-manager.php:60
95
  msgid "Authors URL field name"
96
  msgstr ""
97
 
98
- #: ../commentluv-manager.php:64
99
  msgid "Comment Text Area name"
100
  msgstr ""
101
 
102
- #: ../commentluv-manager.php:72
 
 
 
 
103
  msgid "Reset to Default Settings"
104
  msgstr ""
105
 
106
- #: ../commentluv-manager.php:77
107
  msgid "Are you sure you want to reset your settings? Press OK to continue"
108
  msgstr ""
109
 
110
- #: ../commentluv.php:44
111
- msgid "CommentLuv requires Wordpress 2.6.5 or newer."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  msgstr ""
113
 
114
- #: ../commentluv.php:44
115
  msgid "Please Update!"
116
  msgstr ""
117
 
118
- #: ../commentluv.php:75
119
  msgid "Settings"
120
  msgstr ""
121
 
122
- #: ../commentluv.php:169
123
  msgid "There were errors with your chosen settings"
124
  msgstr ""
125
 
2
  msgstr ""
3
  "Project-Id-Version: CommentLuv 2.7.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-02-17 09:05-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Andy Bailey <admin@comluv.com>\n"
8
  "Language-Team: @commentluv, Gianni Diurno <admin@comluv.com>\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../commentluv-manager.php:26
19
  msgid "This plugin takes the url from the comment form and tries to parse the feed of the site and display the last entry made. If you have any questions, comments or if you have a good idea that you would like to see in the next version of CommentLuv, please visit http://comluv.com and let me know."
20
  msgstr ""
21
 
22
+ #: ../commentluv-manager.php:36
23
  msgid "Display Options"
24
  msgstr ""
25
 
26
+ #: ../commentluv-manager.php:40
27
  msgid "Enter the text you want displayed in the comment"
28
  msgstr ""
29
 
30
+ #: ../commentluv-manager.php:43
31
  msgid "Text displayed in the select box"
32
  msgstr ""
33
 
34
+ #: ../commentluv-manager.php:47
35
  msgid "CommentLuv on by default?"
36
  msgstr ""
37
 
38
+ #: ../commentluv-manager.php:50
39
  msgid "Show heart on links?"
40
  msgstr ""
41
 
42
+ #: ../commentluv-manager.php:52
43
+ msgid "Info panel background color"
44
+ msgstr ""
45
+
46
+ #: ../commentluv-manager.php:57
47
  msgid "Use template insert to show badge and checkbox?"
48
  msgstr ""
49
 
50
+ #: ../commentluv-manager.php:58
51
+ msgid "Do NOT check this unless you have manually inserted the code into your comments.php file "
52
+ msgstr ""
53
+
54
+ #: ../commentluv-manager.php:64
55
  msgid "Display Badge"
56
  msgstr ""
57
 
58
+ #: ../commentluv-manager.php:68
59
  msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
60
  msgstr ""
61
 
62
+ #: ../commentluv-manager.php:72
63
  msgid "Choose badge to display"
64
  msgstr ""
65
 
66
+ #: ../commentluv-manager.php:77
67
  msgid "Show nothing"
68
  msgstr ""
69
 
70
+ #: ../commentluv-manager.php:80
71
  msgid "Show text"
72
  msgstr ""
73
 
74
+ #: ../commentluv-manager.php:80
75
  msgid "Prepend html before badge or text (optional)"
76
  msgstr ""
77
 
78
+ #: ../commentluv-manager.php:88
 
 
 
 
 
 
 
 
79
  msgid "Technical Settings"
80
  msgstr ""
81
 
82
+ #: ../commentluv-manager.php:92
83
  msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
84
  msgstr ""
85
 
86
+ #: ../commentluv-manager.php:93
87
+ msgid "These are the name=\"\" values used in the HTML source for the fields on your comment form."
88
+ msgstr ""
89
+
90
+ #: ../commentluv-manager.php:99
91
  msgid "Authors Name field name"
92
  msgstr ""
93
 
94
+ #: ../commentluv-manager.php:103
95
  msgid "Email field name"
96
  msgstr ""
97
 
98
+ #: ../commentluv-manager.php:107
99
  msgid "Authors URL field name"
100
  msgstr ""
101
 
102
+ #: ../commentluv-manager.php:111
103
  msgid "Comment Text Area name"
104
  msgstr ""
105
 
106
+ #: ../commentluv-manager.php:115
107
+ msgid "Enable js Compression Compatibility?"
108
+ msgstr ""
109
+
110
+ #: ../commentluv-manager.php:128
111
  msgid "Reset to Default Settings"
112
  msgstr ""
113
 
114
+ #: ../commentluv-manager.php:133
115
  msgid "Are you sure you want to reset your settings? Press OK to continue"
116
  msgstr ""
117
 
118
+ #: ../commentluv-manager.php:143
119
+ msgid "Plugin Info"
120
+ msgstr ""
121
+
122
+ #: ../commentluv-manager.php:146
123
+ msgid "Author"
124
+ msgstr ""
125
+
126
+ #: ../commentluv-manager.php:147
127
+ msgid "Home Page"
128
+ msgstr ""
129
+
130
+ #: ../commentluv-manager.php:147
131
+ msgid "Visit ComLuv to register your site for more luv!"
132
+ msgstr ""
133
+
134
+ #: ../commentluv-manager.php:148
135
+ msgid "Social"
136
+ msgstr ""
137
+
138
+ #: ../commentluv-manager.php:149
139
+ msgid "Help"
140
+ msgstr ""
141
+
142
+ #: ../commentluv-manager.php:149
143
+ msgid "Help Desk"
144
+ msgstr ""
145
+
146
+ #: ../commentluv-manager.php:150
147
+ msgid "News"
148
+ msgstr ""
149
+
150
+ #: ../commentluv-manager.php:156
151
+ msgid "Thanks to the following for translations"
152
+ msgstr ""
153
+
154
+ #: ../commentluv-manager.php:157
155
+ msgid "Italian"
156
+ msgstr ""
157
+
158
+ #: ../commentluv-manager.php:158
159
+ msgid "Russian"
160
+ msgstr ""
161
+
162
+ #: ../commentluv-manager.php:159
163
+ msgid "Chinese"
164
+ msgstr ""
165
+
166
+ #: ../commentluv-manager.php:160
167
+ msgid "Hebrew"
168
+ msgstr ""
169
+
170
+ #: ../commentluv-manager.php:161
171
+ msgid "French"
172
+ msgstr ""
173
+
174
+ #: ../commentluv-manager.php:162
175
+ msgid "Dutch"
176
+ msgstr ""
177
+
178
+ #: ../commentluv-manager.php:163
179
+ msgid "Polish"
180
+ msgstr ""
181
+
182
+ #: ../commentluv-manager.php:164
183
+ msgid "Portuguese"
184
+ msgstr ""
185
+
186
+ #: ../commentluv-manager.php:165
187
+ msgid "Romanian"
188
+ msgstr ""
189
+
190
+ #: ../commentluv.php:35
191
+ msgid "CommentLuv requires Wordpress 2.9.2 or newer."
192
  msgstr ""
193
 
194
+ #: ../commentluv.php:35
195
  msgid "Please Update!"
196
  msgstr ""
197
 
198
+ #: ../commentluv.php:88
199
  msgid "Settings"
200
  msgstr ""
201
 
202
+ #: ../commentluv.php:255
203
  msgid "There were errors with your chosen settings"
204
  msgstr ""
205
 
readme.txt CHANGED
@@ -3,14 +3,14 @@ Contributors: commentluv, @hishaman (css additions)
3
  Donate link:http://comluv.com/about/donate
4
  Tags: commentluv, comments, last blog post, linkluv, comment luv
5
  Requires at least: 2.9.2
6
- Tested up to: 3.0.1
7
- Stable tag: 2.81.3
8
 
9
  Reward your readers by automatically placing a link to their last blog post at the end of their comment. Encourage a community and discover new posts.
10
 
11
  == Description ==
12
 
13
- This plugin will visit the site of the comment author while they type their comment and retrieve a selection of their last blog posts, tweets or digg submissions which they can choose one from to include at the bottom of their comment when they click submit.
14
 
15
  It has been found to increase comments and the community spirit for the thousands of blogs that have installed it. With a simple install you will immediately start to find new and interesting blog posts, tweets and diggs from your own blog and community.
16
 
@@ -52,7 +52,35 @@ You can submit a support ticket at http://comluv.com
52
 
53
  4. edit post comments
54
 
55
- == ChangeLog ==
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  = 2.81.3 =
57
  * Change the way to detect if on a multi site install or not
58
  * updated one of the badges
@@ -145,10 +173,10 @@ You can submit a support ticket at http://comluv.com
145
 
146
  == Upgrade Notice ==
147
 
148
- = 2.81.3 =
149
-
150
- Fix : change the way multisite is detected to prevent errors on versions of wordpress less than 3.0
151
 
 
 
152
 
153
  == Configuration ==
154
 
3
  Donate link:http://comluv.com/about/donate
4
  Tags: commentluv, comments, last blog post, linkluv, comment luv
5
  Requires at least: 2.9.2
6
+ Tested up to: 3.1b
7
+ Stable tag: 2.81.8
8
 
9
  Reward your readers by automatically placing a link to their last blog post at the end of their comment. Encourage a community and discover new posts.
10
 
11
  == Description ==
12
 
13
+ This plugin will visit the site of the comment author while they type their comment and retrieve a selection of their last blog posts, tweets or digg submissions which they can choose to include at the bottom of their comment when they click submit.
14
 
15
  It has been found to increase comments and the community spirit for the thousands of blogs that have installed it. With a simple install you will immediately start to find new and interesting blog posts, tweets and diggs from your own blog and community.
16
 
52
 
53
  4. edit post comments
54
 
55
+ == ChangeLog ==
56
+
57
+ = 2.81.8 =
58
+ * settings page notification block
59
+
60
+ = 2.81.7 =
61
+ * added : Lithuanian translation
62
+ * added : Set nofollow on all links, no links or just unregistered users links
63
+ * fix : xhtml compliance on checkbox (thanks @winkpress)
64
+ * fix : check commentmeta data is an array
65
+
66
+ = 2.81.6 =
67
+ * added : Portuguese (Brazil) translation
68
+ * fixed : added ; to functions in js file
69
+ * added : option to enable compression compatibility for js files and move cl_settings js to footer
70
+ * added : Romanian language
71
+ * added : Arabic language
72
+ * added : Georgian language
73
+
74
+ = 2.81.5 =
75
+ * fixed : commentluv now available on pages too
76
+ * update : change click to hover for showing drop down of last blog posts that were fetched
77
+ * added : Polish translation
78
+ * update : settings page prettifying (hmm perdy!)
79
+ * update : set drop down for last blogs posts event to hover instead of click
80
+
81
+ = 2.81.4 =
82
+ * Fixed : removeluv link in comments admin would result in 404 (thanks @techpatio)
83
+
84
  = 2.81.3 =
85
  * Change the way to detect if on a multi site install or not
86
  * updated one of the badges
173
 
174
  == Upgrade Notice ==
175
 
176
+ = 2.81.7 =
 
 
177
 
178
+ Added : Lithuanian language
179
+ Added : Choice of nofollow on links for all/none/unregistered users
180
 
181
  == Configuration ==
182
 
screenshot-1.png CHANGED
Binary file