CommentLuv - Version 2.90.1

Version Description

  • whole new version rewritten from scratch that makes it standalone.
Download this release

Release Info

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

Code changes from version 2.8.2 to 2.90.1

Files changed (64) hide show
  1. commentluv-manager.php +0 -201
  2. commentluv.php +1315 -480
  3. style/cl_style.css → css/commentluv.css +25 -12
  4. images/ACL88x31-black2.gif +0 -0
  5. images/ACL88x31-white2.gif +0 -0
  6. images/CL88_Black4.gif +0 -0
  7. images/CL88_White4.gif +0 -0
  8. images/CL91_Black4.gif +0 -0
  9. images/CL91_White4.gif +0 -0
  10. images/CL91_default-clean.png +0 -0
  11. images/CL91_default.png +0 -0
  12. images/CL91x17-black2.gif +0 -0
  13. images/CL91x17-white2.gif +0 -0
  14. images/closeit.png +0 -0
  15. images/my.png +0 -0
  16. images/playbutton.png +0 -0
  17. images/playbuttonfront.png +0 -0
  18. images/playbuttonsmall.png +0 -0
  19. js/adminremoveluv.js +26 -32
  20. js/commentluv.js +260 -230
  21. js/hoverIntent.js +0 -128
  22. js/notify_signup.js +49 -4
  23. lang/commentluv-ar_AR.mo +0 -0
  24. lang/commentluv-ar_AR.po +0 -211
  25. lang/commentluv-de_DE.mo +0 -0
  26. lang/commentluv-de_DE.po +0 -212
  27. lang/commentluv-fr_FR.mo +0 -0
  28. lang/commentluv-fr_FR.po +0 -212
  29. lang/commentluv-ge_KA.mo +0 -0
  30. lang/commentluv-ge_KA.po +563 -116
  31. lang/commentluv-he_IL.mo +0 -0
  32. lang/commentluv-he_IL.po +0 -209
  33. lang/commentluv-hi_IN.mo +0 -0
  34. lang/commentluv-hi_IN.po +643 -0
  35. lang/commentluv-it_IT.mo +0 -0
  36. lang/commentluv-it_IT.po +552 -111
  37. lang/commentluv-lt_LT.mo +0 -0
  38. lang/commentluv-lt_LT.po +540 -108
  39. lang/commentluv-my_MY.mo +0 -0
  40. lang/commentluv-my_MY.po +583 -0
  41. lang/commentluv-nl_NL.mo +0 -0
  42. lang/commentluv-nl_NL.po +543 -103
  43. lang/commentluv-pl_PL.mo +0 -0
  44. lang/commentluv-pl_PL.po +491 -101
  45. lang/commentluv-pt_BR.mo +0 -0
  46. lang/commentluv-pt_BR.po +499 -125
  47. lang/commentluv-ru_RU.mo +0 -0
  48. lang/commentluv-ru_RU.po +0 -209
  49. lang/commentluv-zh_CN.mo +0 -0
  50. lang/commentluv-zh_CN.po +0 -121
  51. lang/commentluv.mo +0 -0
  52. lang/commentluv.po +0 -14
  53. lang/commentluv.pot +450 -77
  54. readme.txt +24 -28
  55. screenshot-1.png +0 -0
  56. screenshot-2.png +0 -0
  57. screenshot-3.png +0 -0
  58. screenshot-4.png +0 -0
  59. videos/appearancesettings.php +10 -0
  60. videos/messagessettings.php +10 -0
  61. videos/operationalsettings.php +10 -0
  62. videos/primarysettings.php +10 -0
  63. videos/starthere.php +7 -0
  64. videos/technicalsettings.php +10 -0
commentluv-manager.php DELETED
@@ -1,201 +0,0 @@
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,150 +1,301 @@
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.8.2
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){
@@ -153,293 +304,305 @@
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)
@@ -451,57 +614,43 @@
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
@@ -509,7 +658,6 @@
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
@@ -519,113 +667,800 @@
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
  ?>
1
+ <?php /* commentluv
2
  Plugin Name: CommentLuv
3
+ Plugin URI: http://comluv.com/
4
+ Description: 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.
5
+ Version: 2.90.1
6
  Author: Andy Bailey
7
+ Author URI: http://www.commentluv.com
8
+ Copyright (C) <2011> <Andy Bailey>
9
+
10
+ This program is free software: you can redistribute it and/or modify
11
+ it under the terms of the GNU General Public License as published by
12
+ the Free Software Foundation, either version 3 of the License, or
13
+ (at your option) any later version.
14
+
15
+ This program is distributed in the hope that it will be useful,
16
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
17
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
+ GNU General Public License for more details.
19
+
20
+ You should have received a copy of the GNU General Public License
21
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
22
  */
23
+
24
  if (! class_exists ( 'commentluv' )) {
25
  // let class begin
26
  class commentluv {
27
  //localization domain
28
  var $plugin_domain = 'commentluv';
29
  var $plugin_url;
30
+ var $plugin_dir;
31
  var $db_option = 'commentluv_options';
32
+ var $version = "2.90.1";
33
+ var $slug = 'commentluv-options';
34
+ var $localize;
35
 
36
+ /** commentluv
37
+ * This is the constructor, it runs as soon as the class is created
38
+ * Use this to set up hooks, filters, menus and language config
39
+ */
40
+ function __construct() {
41
  global $wp_version, $pagenow;
42
+ // pages where this plugin needs translation
43
+ $local_pages = array ('plugins.php', 'options-general.php' );
 
 
 
 
 
44
  // check if translation needed on current page
45
+ if (in_array ( $pagenow, $local_pages ) || in_array ( $_GET ['page'], $local_pages )) {
46
  $this->handle_load_domain ();
47
  }
48
+ $exit_msg = __ ( 'CommentLuv requires Wordpress 3.0 or newer.', $this->plugin_domain ) . '<a href="http://codex.wordpress.org/Upgrading_Wordpress">' . __ ( 'Please Update!', $this->plugin_domain ) . '</a>';
 
49
  // can you dig it?
50
+ if (version_compare ( $wp_version, "3.0", "<" )) {
51
  echo ( $exit_msg ); // no diggedy
52
  }
53
+ // activation/deactivation
54
+ register_activation_hook(__FILE__, array(&$this,'activation'));
55
+ register_deactivation_hook(__FILE__, array(&$this,'deactivation'));
56
+ // plugin dir and url
57
+ $this->plugin_url = trailingslashit ( WP_PLUGIN_URL . '/' . dirname ( plugin_basename ( __FILE__ ) ) );
58
+ $this->plugin_dir = dirname(__FILE__);
59
+ // hooks
60
+ add_action ( 'clversion', array (&$this,'check_version') ); // check commentluv version
61
+ add_action ( 'init', array (&$this,'init') ); // to register styles and scripts
62
+ add_action ( 'admin_init', array (&$this, 'admin_init' ) ); // to register settings group
63
+ add_action ( 'admin_menu', array (&$this, 'admin_menu' ) ); // to setup menu link for settings page
64
+ add_action ( 'admin_print_scripts-settings_page_commentluv-options', array(&$this,'add_settings_page_script')); // script for settings page ajax function
65
+ add_action ( 'admin_print_styles-settings_page_commentluv-options', array(&$this,'add_settings_page_style')); // script for settings page ajax function
66
+ add_action ( 'wp_ajax_notify_signup', array(&$this,'notify_signup')); // ajax handler for settings page subscribe button
67
+ // filters
68
+ add_filter ( 'cron_schedules', array (&$this, 'cron_schedules') ); // for my own recurrence
69
+ add_filter ( 'plugin_action_links', array (&$this, 'plugin_action_link' ), - 10, 2 ); // add a settings page link to the plugin description. use 2 for allowed vars
70
+ add_filter ( 'found_posts', array(&$this,'send_feed'),10,2); // sends post titles and urls only
71
+ add_filter ( 'kindergarten_html', array(&$this,'kindergarten_html')); // for cleaning html
72
+ //$this->check_version();
73
+ $options = $this->get_options();
74
+ if($options['enable'] == 'yes'){
75
+ $this->setup_hooks();
76
+ }
77
+ }
78
+ /**
79
+ * PHP4 constructor
80
+ */
81
+ function commentluv() {
82
+ $this->__construct();
83
+ }
84
+ /** runs when plugin is activated
85
+ * called by register_activation_hook
86
+ *
87
+ */
88
+ function activation(){
89
+ // only add if it doesn't exist yet
90
+ $sched = wp_next_scheduled('clversion');
91
+ if(false === $sched){
92
+ wp_schedule_event(time() - 1,'clfortnightly','clversion');
93
+ }
94
+ }
95
+ /**
96
+ * Adds fields to comment area
97
+ * called by add_action('comment_form
98
+ */
99
+ function add_fields(){
100
+ global $clbadgeshown;
101
+ $options = $this->get_options();
102
+ if(!$this->is_enabled()){
103
+ return;
104
+ }
105
+ $author_name = $options['author_name'];
106
+ $email_name = $options['email_name'];
107
+ $url_name = $options['url_name'];
108
+ // handle logged on user
109
+ if(is_user_logged_in()){
110
+ global $userdata;
111
+ get_currentuserinfo();
112
+ $author = $userdata->display_name;
113
+ $userid = $userdata->ID;
114
+ $url = $userdata->user_url;
115
+ if(!strstr($url,'http://') && $url != ''){
116
+ $url = 'http://'.$url;
117
  }
118
+ // check for s2 member pluin, add url from it's custom registration fields
119
+ if(defined('WS_PLUGIN__S2MEMBER_VERSION') && isset($userdata->wp_s2member_custom_fields['website'])){
120
+ $url = $userdata->wp_s2member_custom_fields['website'];
121
  }
122
+ // check for multisite
123
+ if(is_multisite()){
124
+ if(!$url || $url == 'http://'){
125
+ $userbloginfo = get_blogs_of_user($userid,1);
126
+ $url = $userbloginfo[1] -> siteurl;
127
+ }
128
+ }
129
+ // final check of url
130
+ if($url == 'http://'){
131
+ $url = '';
132
+ }
133
+ // spit out hidden fields
134
+ echo '<input type="hidden" id="'.$author_name.'" name="'.$author_name.'" value="'.$author.'"/>';
135
+ // if buddypress, don't hide field
136
+ if(function_exists('bp_core_setup_globals')){
137
+ $input_type = 'text';
138
+ } else {
139
+ $input_type = 'hidden';
140
+ }
141
+ echo '<input type="'.$input_type.'" id="'.$url_name.'" name="'.$url_name.'" value="'.$url.'"/>';
142
  }
143
+ // add hidden fields for holding information about type,choice,html and request for every user
144
+ echo '<input type="hidden" name="cl_post_title" id="cl_post_title"/>';
145
+ echo '<input type="hidden" name="cl_post_url" id="cl_post_url"/>';
146
+ echo '<input type="hidden" name="cl_prem" id="cl_prem"/>';
147
 
148
+ // show badge (unless user set to manual insert)
149
+ if($clbadgeshown == false && $options['template_insert'] != 'on'){
150
+ $this->display_badge();
 
 
 
151
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  }
153
+ function add_footer(){
154
+ extract($this->get_options());
155
+ if($minifying != 'on' || !$this->is_enabled()){
156
+ return;
 
 
 
157
  }
158
+ // from the excellent book wp-ajax (http://www.wpajax.com/)
159
+ $data = "var cl_settings = {";
160
+ $arr = array();
161
+ $vars = $this->localize;
162
+ foreach ($vars as $key => $value) {
163
+ $arr[count($arr)] = $key . " : '" . esc_js($value) . "'";
164
+ }
165
+ $data .= implode(",",$arr); $data .= "};";
166
+ echo "<script type='text/javascript'>\n";
167
+ echo "/* <![CDATA[ */\n";
168
+ echo $data;
169
+ echo "\n/* ]]> */\n";
170
+ echo "</script>\n";
 
 
 
 
171
  }
172
+ /**
173
+ * called by add_filter('comment_row_actions
174
+ * adds another link to the comment row in admin for removing the luv link
175
+ * @param array $actions - the existing actions
176
+ */
177
+ function add_removeluv_link($actions){
178
+ global $post;
179
+ $user_can = current_user_can('edit_posts', $post->ID);
180
+ $cid = get_comment_ID();
181
+ $data = get_comment_meta($cid,'cl_data');
182
+ if($data && is_array($data)){
183
+ if($user_can){
184
+ $nonce= wp_create_nonce ('removeluv'.get_comment_ID());
185
+ $actions['Remove-luv'] = '<a class="removeluv :'.$cid.':'.$nonce.'" href="javascript:">Remove Luv</a>';
186
+ }
187
+ }
188
+ return $actions;
189
  }
190
+ /**
191
+ * called by add_action('admin_print_scripts-edit-comments.php'
192
+ * load the script to handle the removluv link
193
+ *
194
+ */
195
  function add_removeluv_script(){
196
  wp_enqueue_script ( 'commentluv', $this->plugin_url . 'js/adminremoveluv.js', array ('jquery' ) );
197
  }
198
+ /**
199
+ * called by add_action('template_redirect in setup_hooks()
200
+ * used to add the commentluv script and localized settings (if not using minifying compatibility)
201
+ */
202
+ function add_script(){
203
+ $options = $this->get_options();
204
+ extract($options);
205
+ if(!$this->is_enabled()){
206
+ return;
207
+ }
208
+
209
+ wp_enqueue_script('commentluv_script');
210
+ $this->localize = array ('name' => $author_name, 'url' => $url_name, 'comment' => $comment_name, 'email' => $email_name,
211
+ 'infopanel' => $infopanel, 'default_on' => $default_on, 'default_on_admin' => $default_on_admin,
212
+ 'cl_version' => $this->version, 'images' => $this->plugin_url . 'images/', 'api_url' => $api_url,
213
+ '_fetch' => wp_create_nonce('fetch'), '_info' => wp_create_nonce('info'),
214
+ 'infoback' => $infoback, 'infotext'=>$infotext,'template_insert'=>$template_insert, 'logged_in'=>is_user_logged_in(),
215
+ 'refer' => get_permalink(),
216
+ 'no_url_message'=>__('Please enter a URL and then click the CommentLuv checkbox if you want to add your last blog post',$this->plugin_domain),
217
+ 'no_http_message'=>__('Please use http:// in front of your url',$this->plugin_domain),
218
+ 'no_url_logged_in_message'=>__('You need to visit your profile in the dashboard and update your details with your site URL',$this->plugin_domain),
219
+ 'no_info_message'=>__('No info was available or an error occured',$this->plugin_domain));
220
+ if($minifying != 'on'){
221
+ wp_localize_script('commentluv_script','cl_settings',$this->localize);
222
+ }
223
+
224
+ }
225
+ /**
226
+ * called by add_action('wp_print_styles in setup_hooks()
227
+ * Used to add the stylesheet for commentluv
228
+ */
229
+ function add_style(){
230
+ if(!$this->is_enabled()){
231
+ return;
232
+ }
233
+ wp_enqueue_style('commentluv_style');
234
+ }
235
+ /**
236
+ * Adds scripts to settings page. Only loads scripts if the settings page is being shown
237
+ * Called by add_action('admin_print_scripts-settings_page_commentluv-options'
238
+ * use localize so messages in javascript are internationalized
239
+ */
240
  function add_settings_page_script (){
241
+ wp_enqueue_script ('notify_signup', $this->plugin_url . 'js/notify_signup.js', array('jquery'),$this->version );
242
+ wp_localize_script ( 'notify_signup', 'notify_signup_settings', array('wait_message'=>__('Please wait',$this->plugin_domain),'notify_success1' => __('Please check your inbox, an email will be sent to',$this->plugin_domain), 'notify_success2'=>__('in the next few minutes with a confirmation link',$this->plugin_domain), 'notify_fail'=>__('An error happened with the request. Try signing up at the site',$this->plugin_domain),'image_url'=>$this->plugin_url.'images/','default'=>'CL91_default.png', 'white'=>'CL91_White.gif','black'=>'CL91_Black.gif','none'=>'nothing.gif'));
243
+ wp_enqueue_script('thickbox',null,array('jquery'));
244
+ echo "<link rel='stylesheet' href='/".WPINC."/js/thickbox/thickbox.css?ver=20080613' type='text/css' media='all' />\n";
245
  }
246
+ /**
247
+ * adds the thickbox style to header for commentluv settings page
248
+ * called by add_action('admin_print_styles-settings_page_commentluv-options
249
+ */
250
+ function add_settings_page_style(){
251
+ wp_enqueue_style('thickbox');
252
+ }
253
+ /** admin_init
254
+ * This function registers the settings group
255
+ * it is called by add_action admin_init
256
+ * options in the options page will need to be named using $this->db_option[option]
257
+ */
258
+ function admin_init(){
259
+ // whitelist options
260
+ register_setting( 'commentluv_options_group', $this->db_option ,array(&$this,'options_sanitize' ) );
261
+ $options = $this->get_options();
262
+ if($options['upgrade']){
263
+ add_action('admin_notices',array(&$this,'show_upgrade_notice'));
264
+ }
265
+ // has the comment meta table?
266
+ global $wpdb;
267
+ $query = $wpdb->prepare("SHOW tables LIKE '{$wpdb->commentmeta}'");
268
+ $dbtable = $wpdb->get_var($query);
269
+ $o['dbtable'] = $dbtable;
270
+ if(!$dbtable){
271
+ add_action('admin_notices',create_function('','echo "<div class=\"error\">'.__('Your Wordpress install is missing the <strong>wp_commentmeta</strong> table!',$pd).'<br>'.__(' CommentLuv cannot work without this table please see this wordpress forum post to learn how to add one ->',$pd).'<a target=\"_blank\" href=\"http://wordpress.org/support/topic/wp_commentmeta-table-a39xxxx2_blogwp_commentmeta-doesnt-exist?replies=7#post-1378281\">'.__('Missing wp_commentmeta table',$pd).'</a></div>";'));
272
  }
 
273
  }
274
+
275
+ /** admin_menu
276
+ * This function adds a link to the settings page to the admin menu
277
+ * see http://codex.wordpress.org/Adding_Administration_Menus
278
+ * it is called by add_action admin_menu
279
+ */
280
+ function admin_menu(){
281
+ if(is_multisite()){
282
+ $level = 'manage_options'; // for wpmu sub blog admins
283
+ } else {
284
+ $level = 'administrator'; // for single blog intalls
285
  }
286
+ $menutitle = '<img src="' . $this->plugin_url . 'images/littleheart.gif" alt=""/> CommentLuv';
287
+ add_options_page ( 'CommentLuv settings', $menutitle, $level, $this->slug, array (&$this, 'options_page' ) );
288
  }
289
+ /**
290
+ * ajax handler
291
+ * setup by add_action ( 'wp_ajax_removeluv'
292
+ * called when remove luv link is clicked in comments edit page
293
+ * with POST['action'] of removeluv, receives cid and _wpnonce
294
+ */
295
+ function ajax_remove_luv(){
296
  // check user is allowed to do this
297
  $nonce=$_REQUEST['_wpnonce'];
298
+ $cid = $_REQUEST['cid'];
299
  if (! wp_verify_nonce($nonce, 'removeluv'.$cid) ) die("Epic fail");
300
  // delete meta if comment id sent with request
301
  if($cid){
304
  if($cmeta) extract($cmeta);
305
  // delete it and call comluv to tell it what happened
306
  if(delete_comment_meta($cid,'cl_data')){
307
+ // can call originator blog here maybe
 
308
  // return the comment id and status code for js processing to hide luv
309
+ echo "$cid*200";
 
310
  }
311
  } else {
312
  echo '0';
313
  }
314
+ exit;
315
  }
316
+ /**
317
+ * checks for a new version
318
+ * called by a cron action
319
+ */
320
+ function check_version(){
321
+ $version = $this->php_version($this->version);
322
+ $url = 'http://version.commentluv.com/';
323
+ $body = array('version'=>$version);
324
+ $response = wp_remote_head($url,array('method'=>'POST','body'=>$body));
325
+ $latest = $this->php_version(wp_remote_retrieve_header($response,'version'));
326
+ $message = wp_remote_retrieve_header($response,'message');
327
+ if(version_compare($this->version,$latest,'<')){
328
+ $options = $this->get_options();
329
+ $options['upgrade'] = $latest;
330
+ if($message){
331
+ $options['upgrade_message'] = apply_filters('kindergarten_html',$message);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
332
  }
333
+ update_option($this->db_option,$options);
334
  }
335
  }
336
+ /**
337
+ * called by add_action('comment_post
338
+ * runs just after comment has been saved to the database
339
+ * will save the luv link to comment meta if it exists
340
+ *
341
+ * @param int $id - id of the comment
342
+ * @param string $commentdata - status of comment
343
+ */
344
+ function comment_posted($id,$approved){
345
+ if($_POST['cl_post_url'] && $_POST['cl_post_title']){
346
+ $title = apply_filters('kses',$_POST['cl_post_title']);
347
+ //$link = apply_filters('kses',$_POST['cl_post_url']);
348
+ $link = esc_url($_POST['cl_post_url']);
349
+ //$prem = apply_filters('kses',$_POST['cl_prem']);
350
+ $prem = 'p' == $_POST['cl_prem'] ? 'p' : 'u';
351
+ $data = array('cl_post_title'=>$title,'cl_post_url'=>$link,'cl_prem'=>$prem);
352
+ add_comment_meta($id,'cl_data',$data,'true');
353
+ }
354
+ }
355
+ /**
356
+ * add my own recurrence schedule
357
+ * called by add_filter('cron_schedules
358
+ *
359
+ * @param mixed $schedules - the current schedules
360
+ */
361
+ function cron_schedules($schedules){
362
+ $schedules['clfortnightly'] = array(
363
+ 'interval' => 1209600,
364
+ 'display' => __('Twice Monthly')
365
+ );
366
+ return $schedules;
367
+ }
368
+ /** runs when plugin is deactivated
369
+ * called by register_deactivation_hook
370
+ *
371
+ */
372
+ function deactivation(){
373
+ wp_clear_scheduled_hook('clversion');
374
+ }
375
+ /**
376
+ * Called by add_fields or by manual insert
377
+ * used to show the badge and extra bits for holding the ajax drop down box
378
+ *
379
+ */
380
+ function display_badge(){
381
+ global $clbadgeshown;
382
  $options = $this->get_options();
383
+ if($clbadgeshown == true){
384
+ return;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
385
  }
386
+ // link to commentluv?
387
+ $before = '';
388
+ $after = '';
389
+ // link
390
+ if($options['link']){
391
+ $before = '<a href="http://www.commentluv.com" target="_blank" title="'.__('CommentLuv is enabled',$this->plugin_domain).'">';
392
+ $after = '</a>';
393
+ }
394
+ // dropdown choice
395
+ if($options['badge_choice'] == 'drop_down'){
396
+ if($options['badge_type'] != 'none'){
397
+ $badges = array('default'=>'CL91_default.png','white'=>'CL91_White.gif','black'=>'CL91_Black.gif');
398
+ $imgurl = $this->plugin_url.'images/'.$badges[$options['badge_type']];
399
  }
400
  }
401
+ // custom image
402
+ if($options['badge_choice'] == 'custom'){
403
+ if($options['custom_image_url'] != ''){
404
+ if(!strstr($options['custom_image_url'],'http://')){
405
+ $imgurl = 'http://'.$options['custom_image_url'];
406
+ } else {
407
+ $imgurl = $options['custom_image_url'];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
408
  }
 
 
 
 
 
409
  }
 
410
  }
411
+ // create badge code (if not chosen 'none')
412
+ if($options['badge_choice'] == 'drop_down' && $options['badge_type'] == 'none'){
413
+ $badgecode = '';
414
+ } else {
415
+ $badgecode = $before.'<img alt="CommentLuv badge" src="'.$imgurl.'"/>'.$after;
416
+ }
417
+ // or using text
418
+ if($options['badge_choice'] == 'text'){
419
+ $badgecode = $before.$options['badge_text'].$after;
420
+ }
421
+ // default on
422
+ $default_on = '';
423
+ if($options['default_on'] == 'on'){
424
+ $default_on = ' checked="checked"';
425
+ if(is_user_logged_in() && current_user_can('manage_options')){
426
+ if($options['default_on_admin'] != 'on'){
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
427
  $default_on = '';
428
  }
429
  }
 
 
 
 
 
 
 
 
 
 
 
 
430
  }
431
+ // spit out code
432
+ echo '<div id="commentluv"><div id="cl_messages"></div><input type="checkbox" id="doluv" name="doluv"'.$default_on.' /><span id="mylastpost">'.$badgecode.'</span><span id="showmorespan"><img class="clarrow" id="showmore" src="'.$this->plugin_url.'images/down-arrow.gif" alt="'.__('Show more posts',$this->plugin_domain).'" title="'.__('Show more posts',$this->plugin_domain).'" style="display:none;"/></span></div><div id="lastposts" style="display:none;"></div>';
433
+ $clbadgeshown = true;
434
  }
435
+ /**
436
+ * ajax handler.
437
+ * called by add_action('wp_ajax_(nopriv_)ajax
438
+ * handles all ajax requests, receives 'do' as POST var and calls relevant function
439
+ *
440
+ */
441
+ function do_ajax(){
442
+ switch($_POST['do']){
443
+ case 'fetch' :
444
+ $this->fetch_feed();
445
+ break;
446
+ case 'info' :
447
+ $this->do_info();
448
+ break;
449
+ case 'click' :
450
+ $this->do_click();
451
+ break;
452
 
453
+ }
454
+ }
455
+ /**
456
+ * called by do_ajax
457
+ * receives cid and nonce and cl_prem as POST vars
458
+ * stores the click in the comment meta
459
+ */
460
+ function do_click(){
461
+ $cid = intval($_POST['cid']);
462
+ $nonce = $_POST['nonce'];
463
+ $url = $_POST['url'];
464
+ if(!wp_verify_nonce($nonce,$cid)){
465
+ exit;
466
+ }
467
+ $data = get_comment_meta($cid,'cl_data',true);
468
+ if(is_array($data)){
469
+ $data['clicks'] = $data['clicks'] + 1;
470
+ update_comment_meta($cid,'cl_data',$data);
471
+ }
472
+ if($_POST['cl_prem'] == 'true'){
473
+ $comment = get_commentdata($cid);
474
+ $refer = get_permalink($comment['comment_post_ID']);
475
+ $response = wp_remote_post($url,array('body'=>array('cl_request'=>'click','refer'=>$refer,'version'=>$this->version)));
476
+ //DebugBreak();
477
+ }
478
+ exit;
479
+ }
480
+ /**
481
+ * called by do_ajax
482
+ * receives cl_prem, url and cid as POST vars
483
+ * sends back json encoded string for the content of the panel
484
+ */
485
+ function do_info(){
486
+ check_ajax_referer('info');
487
+ global $wpdb;
488
+ $options = $this->get_options();
489
+ $isreg = false;
490
+ $cid = intval($_POST['cid']);
491
+ $cl_prem = $_POST['cl_prem'];
492
+ $link = $_POST['link'];
493
+ // is registered user?
494
+ $email = get_comment_author_email($cid);
495
+ $user = get_user_by_email($email);
496
+ if($user){
497
+ $isreg = true;
498
+ }
499
+ // get comments and stats
500
+ $query = $wpdb->prepare('SELECT m.meta_value, c.comment_post_ID FROM '.$wpdb->comments.' c JOIN '.$wpdb->commentmeta.' m ON c.comment_ID = m.comment_ID WHERE c.comment_approved = 1 AND c.comment_author_email = %s AND m.meta_key = %s ORDER BY c.comment_ID DESC',$email,'cl_data');
501
+ $rows = $wpdb->get_results($query);
502
+ $num_comments = $wpdb->num_rows;
503
+ // get other comments and links left
504
+ $appeared_on = array();
505
+ $appeared_on_list = array();
506
+ $my_other_posts = array();
507
+ $my_other_posts_list = array();
508
+ if($rows){
509
+ foreach($rows as $row){
510
+ $data = unserialize($row->meta_value);
511
+ if(!in_array($data['cl_post_url'],$my_other_posts_list) && sizeof($my_other_posts) < 5){
512
+ $my_other_posts[] = '<a target="_blank" href="'.$data['cl_post_url'].'">'.substr($data['cl_post_title'],0,60).'</a>';
513
+ $my_other_posts_list[] = $data['cl_post_url'];
514
+ }
515
+ if(!in_array($row->comment_post_ID,$appeared_on_list) && sizeof($appeared_on) < 5){
516
+ $appeared_on[] = '<a href="'.get_permalink($row->comment_post_ID).'">'.substr(get_the_title($row->comment_post_ID),0,60).'</a>';
517
+ $appeared_on_list[] = $row->comment_post_ID;
518
  }
519
  }
520
+ }
521
+ if(empty($appeared_on)){
522
+ $appeared_on[] = __('I have only commented on this post',$this->plugin_domain);
523
+ }
524
+ if(empty($my_other_posts)){
525
+ $my_other_posts[] = '<a>'.__('If I had made more comments on this site, you would see more of my other posts here',$this->plugin_domain).'</a>';
526
+ }
527
+ // get click count on local site
528
+ $data = get_comment_meta($cid,'cl_data',true);
529
+ $clickcount = $data['clicks'] ? $data['clicks'] : 0;
530
+ //DebugBreak();
531
+ // prem member, try remote fetch of info if not registered on this blog
532
+ if($cl_prem == 'p' && $isreg == false){
533
+ $response = wp_remote_post($link,array('body'=>array('cl_request'=>'info','version'=>$this->version,'clickcount'=>$clickcount,'num_comments'=>$num_comments,'appeared_on'=>$appeared_on)));
534
+ $enabled = wp_remote_retrieve_header($response,'cl_info');
535
+ if($enabled == 'enabled'){
536
+ $panel = apply_filters('kindergarten_html',wp_remote_retrieve_body($response));
537
+ $json = json_encode(array('panel'=>$panel));
538
+ header ( "Content-Type: application/x-javascript; " );
539
+ echo $json;
540
+ exit;
541
  } else {
542
+ $cl_prem = 'u';
543
  }
544
+ }
545
+ // show registered members panel
546
+ if($isreg){
547
+ // get users info
548
+ $bio = $user->description;
549
+ if($bio == ''){
550
+ $bio = __('User has not saved a description in their profile page',$this->plugin_domain);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
551
  }
552
+ $username = $user->display_name;
553
+ if(is_multisite()){
554
+ $can = 'manage_options';
555
+ } else {
556
+ $can = 'administrator';
557
+ }
558
+ // find if user has cap, need to create new user object and use ->has_cap
559
+ // from wp 3.1, you can use if(user_can($user,$cap))
560
+ $user = new WP_User($user->ID);
561
+ if($user->has_cap($can)){
562
+ $reg_member = __('is the administrator of this site',$this->plugin_domain);
563
+ } else {
564
+ $reg_member = __('is a registered member of my site',$this->plugin_domain);
565
+ }
566
+ $gravatar = '<img src="http://www.gravatar.com/avatar/' . md5 ( strtolower($email) ) . '.jpg" alt="' . $username . '" align="left" />';
567
+ $panel = $gravatar . "<p class=\"cl_title\"><span class=\"cl_username\">$username</span> ".$reg_member."</p><p class=\"cl_bio\">$bio</p><p class=\"cl_clicks\"> <span class=\"cl_clicks_count\">$clickcount</span> ".__('Clicks on this link on this comment',$this->plugin_domain)."</p><p class=\"cl_links\">".$num_comments.' '.__('approved comments on this site',$this->plugin_domain).'<br>'.__('Some other posts I have commented on',$this->plugin_domain)."</p><p class=\"cl_links_list\">".implode('<br>',$appeared_on)."</p><p class=\"cl_posts\">".__('Some of my other posts',$this->plugin_domain)."</p><p class=\"cl_posts_list\">".implode('<br>',$my_other_posts)."</p>";
568
+ $json = json_encode(array('panel'=>$panel));
569
+ header ( "Content-Type: application/x-javascript; " );
570
+ echo $json;
571
+ exit;
572
  }
573
+ // show panel for everyone else
574
+ $comment = get_comment($cid);
575
+ $msg = '';
576
+ $bio= get_comment_author_url($cid);
577
+ $name = get_comment_author($cid);
578
+ $gravatar = '<img src="http://www.gravatar.com/avatar/' . md5 ( strtolower($email) ) . '.jpg" alt="' . $name . '" align="left" />';
579
+ if(get_option('users_can_register')){
580
+ $msg = __('has not registered on this site',$this->plugin_domain);
581
+ $bio = $options['unreg_user_text_panel'];
582
+ }
583
+ $panel = $gravatar . "<p class=\"cl_title\">
584
+ <span class=\"cl_username\">".$comment->comment_author."</span> ".$msg."</p>
585
+ <p class=\"cl_bio\">".$bio."</p>
586
+ <p class=\"cl_clicks\"> <span class=\"cl_clicks_count\">$clickcount</span> ".__('Clicks on this link on this comment',$this->plugin_domain)."</p>
587
+ <p class=\"cl_links\">".$num_comments.' '.__('approved comments on this site',$this->plugin_domain).
588
+ '<br>'.__('Some other posts I have commented on',$this->plugin_domain)."</p>
589
+ <p class=\"cl_links_list\">".implode('<br>',$appeared_on)."</p>";
590
+ // dont show other links for non registered user to entice them to register
591
+ //<p class=\"cl_posts\">".__('Some of my other posts',$this->plugin_domain)."</p>
592
+ //<p class=\"cl_posts_list\">".implode('<br>',$my_other_posts)."</p>";
593
+ $json = json_encode(array('panel'=>$panel));
594
+ header ( "Content-Type: application/x-javascript; " );
595
+ echo $json;
596
+ exit;
597
  }
598
+ /**
599
+ * called by add_filter('comments_array
600
+ * adds the link to the comments that are to be displayed
601
+ * @param mixed $commentarray
602
+ */
603
+ function do_shortcode($commentarray){
604
+ $isadminpage = false;
605
+ $options= $this->get_options();
606
  if(!is_array($commentarray)){
607
  // if it's an array then it was called by comments_array filter,
608
  // otherwise it was called by comment_content (admin screen)
614
  $temparray = array('comment_ID'=>get_comment_ID(),'comment_content'=>$commentarray,'comment_author'=>get_comment_author(), 'comment_author_email'=>get_comment_author_email());
615
  $tempobject = (object) $temparray;
616
  $commentarray = array($tempobject);
617
+ $isadminpage = true;
618
+ }
619
+ // add link to comments (need to do it this way so thesis works with commentluv links, thesis wont use comment_text filter but it does get an array of comments)
620
  $new_commentarray = array();
621
  foreach($commentarray as $comment){
622
  $data = get_comment_meta($comment->comment_ID,'cl_data','true');
623
  $commentcontent = $comment->comment_content;
624
+ // luvlink added?
625
+ if($data && is_array($data)){
626
+ // luvlink was saved to meta, dofollow the link?
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
627
  $nofollow = ' rel="nofollow"';
628
+ $isreg = get_user_by_email($comment->comment_author_email);
629
+ if($options['dofollow'] == 'everybody'){
630
  $nofollow = '';
631
+ } elseif ($options['dofollow'] == 'registered' && $isreg){
632
  $nofollow = '';
633
  }
634
+ // construct link
635
+ $pclass = $data['cl_prem'] == 'p' ? ' p' : '';
636
+ $ajaxnonce = wp_create_nonce($comment->comment_ID);
637
+ $class = ' class="'.$ajaxnonce.' '.$comment->comment_ID.$pclass.'"';
638
+ $luvlink = '<a'.$class.$nofollow.' href="'.$data['cl_post_url'].'">'.$data['cl_post_title'].'</a>';
639
+ $search = array ('[name]', '[lastpost]' );
640
+ $replace = array ($comment->comment_author, $luvlink );
641
  $prepend_text = $options ['comment_text'];
 
 
642
  $inserted = str_replace ( $search, $replace, $prepend_text );
643
+ // construct string to be added to comment
644
  $commentcontent .= "\n<span class=\"cluv\">$inserted";
645
+ // prepare heart icon if infopanel is on
646
  $hearticon = '';
647
+ if($data['cl_prem'] == 'p' || $isreg) {
648
  // use PLUS heart for members
649
  $hearticon = 'plus';
650
  }
651
+ if ($options ['infopanel'] == 'on') {
652
+ $commentcontent .= '<span class="heart_tip_box"><img class="heart_tip '.$data['cl_prem'].' '.$comment->comment_ID.'" alt="My Profile" style="border:0" width="16" height="14" src="' . $this->plugin_url . 'images/littleheart'.$hearticon.'.gif"/></span>';
653
+ }
654
  $commentcontent.= '</span>';
655
  }
656
  // store new content in this comments comment_content cell
658
  // fill new array with this comment
659
  $new_commentarray[] = $comment;
660
  }
 
661
  // admin page or public page?
662
  if($isadminpage){
663
  // is being called by comment_text filter so expecting just content
667
  return $new_commentarray;
668
  }
669
  }
670
+ /**
671
+ * called by do_ajax())
672
+ * takes action when ajax request is made with URL from the comment form
673
+ * send back 1 or 10 last posts depending on rules
674
+ */
675
+ function fetch_feed(){
676
+ // check nonce
677
+ check_ajax_referer('fetch');
678
+ define('DOING_AJAX', true);
679
+ include_once(ABSPATH.WPINC.'/class-simplepie.php');
680
+ $options = $this->get_options();
681
+ $num = 1;
682
+ $url = strip_tags($_POST['url']);
683
+ // fetch 10 last posts?
684
+ if((is_user_logged_in() && $options['whogets'] == 'registered') || (!is_user_logged_in() && $options['whogets'] == 'everybody')){
685
+ $num = 10;
686
+ } elseif($options['whogets'] == 'everybody') {
687
+ $num = 10;
688
+ } elseif(current_user_can('manage_options')){
689
+ $num = 10;
690
+ }
691
+ // check if request is for the blog we're on
692
+ if(strstr($url, home_url())){
693
+ //DebugBreak();
694
+ $posts = get_posts(array('numberposts'=>10));
695
+ $return = array();
696
+ $error = '';
697
+ if($posts){
698
+ foreach($posts as $post){
699
+ $return[] = array('type'=>'blog','title'=>$post->post_title,'link'=>get_permalink($post->ID),'p'=>'u');
700
+ }
701
+ } else {
702
+ $error = __('Could not get posts for home blog',$this->plugin_domain);
703
+ }
704
 
705
+ $response = json_encode(array('error'=>$error,'items'=>$return));
706
+ header( "Content-Type: application/json" );
707
+ echo $response;
708
+ exit;
709
+ }
710
+ // get simple pie ready
711
+ $rss = new SimplePie();
712
+ $rss->set_useragent('Commentluv /'.$this->version.' (Feed Parser; http://www.commentluv.com; Allow like Gecko) Build/20110502' );
713
+ $rss->set_feed_url ( $url );
714
+ $rss->enable_cache ( FALSE );
715
+ // fetch the feed
716
+ $rss->init();
717
+ $rss->handle_content_type();
718
+ $gen = $rss->get_channel_tags('','generator');
719
+ $prem_msg = $rss->get_channel_tags('','prem_msg');
720
+ $g = $num;
721
+ $p = 'u';
722
+ //DebugBreak();
723
+ if($gen && strstr($gen[0]['data'],'commentluv')){
724
+ $generator = $gen[0]['data'];
725
+ $pos=stripos($generator,'v=');
726
+ if(substr($generator,$pos+2,1)=='3'){
727
+ $g=15;
728
+ $p='p';
729
+ }
730
+ }
731
+ if($prem_msg){
732
+ $prem_msg = $prem_msg[0]['data'];
733
+ }
734
+ //DebugBreak();
735
+ $error = $rss->error();
736
+ // no error, construct return json
737
+ if(!$error){
738
+ $arr = array();
739
+ $feed_items = $rss->get_items();
740
+ foreach($feed_items as $item){
741
+ $type = 'blog';
742
+ $itemtags = $item->get_item_tags('','type');
743
+ if($itemtags){
744
+ $type = $itemtags[0]['data'];
745
+ }
746
+ $arr[] = array('type'=>$type,'title'=>$item->get_title(),'link'=>$item->get_permalink(),'p'=>$p);
747
+ $g--;
748
+ if($g < 1){
749
+ break;
750
+ }
751
+ }
752
+ // add message to unregistered user if set
753
+ if(!is_user_logged_in() && $options['unreg_user_text'] && $options['whogets'] != 'everybody' && $p=='u'){
754
+ if(get_option('users_can_register')){
755
+ $arr[] = array('type'=>'message','title'=>$options['unreg_user_text'],'link'=>'');
756
+ }
757
+ if($options['whogets'] == 'registered' && get_option('users_can_regsiter')){
758
+ $arr[] = array('type'=>'message','title'=>__('If you are registered, you need to log in to get 10 posts to choose from',$this->plugin_domain),'link'=>'');
759
+ }
760
+ }
761
+ if($prem_msg){
762
+ $arr[] = array('type'=>'alert','title'=>$prem_msg,'link'=>'');
763
+ }
764
+ $response = json_encode(array('error'=>'','items'=>$arr));
765
+ } else {
766
+ // had an error trying to read the feed
767
+ $response = json_encode(array('error'=>$error));
768
+ }
769
+ header( "Content-Type: application/json" );
770
+ echo $response;
771
+ exit;
772
+ }
773
+ /** get_options
774
+ * This function sets default options and handles a reset to default options
775
+ * @param string $reset = 'no' - whether to return default settings
776
+ * return array
777
+ */
778
+ function get_options($reset = 'no') {
779
+ // see if we offer registration incentive
780
+ $register_link = '';
781
+ if(get_option('users_can_register')){
782
+ $register_link = apply_filters('register','<a href="' . site_url('wp-login.php?action=register', 'login') . '">' . __('Register') . '</a>');
783
+ }
784
+ // default values
785
+ $default = array ('version'=>$this->version,'enable'=>'yes','enable_for'=>'both', 'default_on' => 'on', 'default_on_admin'=>'on',
786
+ 'badge_choice' => 'drop_down', 'badge_type'=>'default', 'link'=>'off','infopanel'=>'on', 'infoback'=>'white', 'infotext'=>'black',
787
+ 'comment_text'=>'[name] '.__('recently posted',$pd).'..[lastpost]', 'whogets'=>'registered', 'dofollow' => 'registered',
788
+ 'unreg_user_text'=>__('If you register as a user on my site, you can get your 10 most recent blog posts to choose from in this box.',$this->plugin_domain).' '.$register_link,
789
+ 'unreg_user_text_panel'=>__('If this user had registered to my site then they could get 10 last posts to choose from when they comment and you would be able to see a list of their recent posts in this panel',$this->plugin_domain),
790
+ 'template_insert'=>'','minifying'=>'','api_url'=>admin_url('admin-ajax.php'),'author_name'=>'author','email_name'=>'email','url_name'=>'url','comment_name'=>'comment');
791
+ $options = get_option ( $this->db_option, $default);
792
+ // return the options
793
+ if($reset == 'yes'){
794
+ return $default;
795
+ }
796
+ return $options;
797
  }
798
+ /** handle_load_domain
799
+ * This function loads the localization files required for translations
800
+ * It expects there to be a folder called /lang/ in the plugin directory
801
+ * that has all the .mo files
802
+ */
803
  function handle_load_domain() {
804
  // get current language
805
  $locale = get_locale ();
 
806
  // locate translation file
807
  $mofile = WP_PLUGIN_DIR . '/' . plugin_basename ( dirname ( __FILE__ ) ) . '/lang/' . $this->plugin_domain . '-' . $locale . '.mo';
 
808
  // load translation
809
  load_textdomain ( $this->plugin_domain, $mofile );
810
  }
811
+ /** init
812
+ * This function registers styles and scripts
813
+ */
814
+ function init(){
815
+ wp_register_style( 'commentluv_style',$this->plugin_url.'css/commentluv.css' );
816
+ wp_register_script( 'commentluv_script', $this->plugin_url.'js/commentluv.js',array('jquery') );
817
+ }
818
+ /** install
819
+ * This function is called when the plugin activation hook is fired when
820
+ * the plugin is first activated or when it is auto updated via admin.
821
+ * use it to make any changes needed for updated version or to add/check
822
+ * new database tables on first install.
823
+ */
824
+ function install(){
825
+ if(!$installed_version = get_option('cl_version')){
826
+ // no installed version yet, set to version that was before big change
827
+ $installed_version = 2.8;
828
+ } else {
829
+ // convert existing version to php type version number
830
+ $installed_version = $this->php_version($installed_version);
831
+ }
832
+ // for version before 2.9
833
+ if(version_compare($installed_version,'2.9','<')){
834
+ // make any changes to this new versions options if needed and update
835
+ update_option($this->db_option,$this->get_options('yes'));
836
+ update_option('cl_version',$this->version);
837
+ }
838
+ // new addition to technical settings after 2.9 release
839
+ if(version_compare($installed_version,'2.9.1','<')){
840
+ $options = $this->get_options();
841
+ $options['api_url'] = admin_url('admin-ajax.php');
842
+ update_option('cl_version',$this->version);
843
+ }
844
+ }
845
+ /**
846
+ * helper function called by mulitple functions
847
+ * used to determine if commentluv is enabled
848
+ */
849
+ function is_enabled(){
850
+ $options = $this->get_options();
851
+ // see if we need to add here or not
852
+ if(($options['enable_for'] == 'posts' && is_page()) || ($options['enable_for'] == 'pages' && !is_page())){
853
+ return false;
854
+ }
855
+ if($options['enable'] != 'yes'){
856
+ return false;
857
+ }
858
+ return true;
859
+ }
860
+ /**
861
+ * called by apply_filter('kindergarten_html
862
+ * Used to clean $input to only allow a kiddy set of html tags
863
+ *
864
+ * @param string $input - the string to be cleaned
865
+ * @return string
866
+ */
867
+ function kindergarten_html($input){
868
+ $allowedtags = array(
869
+ 'h1' => array(),
870
+ 'br' => array(),
871
+ 'a' => array('href' => array(),'title' => array(),'rel' => array(),'target'=>array(), 'class'=>array()),
872
+ 'small' =>array(),
873
+ 'p' =>array( 'class'=>array()),
874
+ 'strong' => array(),
875
+ 'img' => array('src' => array(),'alt' => array(),'width' => array(),'height' => array(),'align'=> array()),
876
+ 'span' => array('class'=>array())
877
+ );
878
+ return wp_kses($input,$allowedtags);
879
+ }
880
+ /**
881
+ * Ajax handler for the subscribe button on the settings page.
882
+ * called by add_action ( 'wp_ajax_notify_signup'
883
+ */
884
+ function notify_signup(){
885
+ //DebugBreak();
886
+ global $current_user;
887
+ $email = $current_user->user_email;
888
+ $firstname = $current_user->first_name;
889
+ if(!$firstname){
890
+ $firstname = $current_user->user_nicename;
891
+ }
892
+ $message = "\n Email: ".$email."\n\n Name: ".$firstname."\n\n Meta: settings_page_289"."\n\n";
893
+ $to = 'cl_notify29@aweber.com';
894
+ $headers = 'From: '.$firstname.' <'.$email.'>'."\r\n\\";
895
+ $mail = wp_mail($to,'cl_notify',$message,$headers);
896
+ if($mail === true){
897
+ $options = $this->get_options();
898
+ $options['subscribed'] = true;
899
+ update_option($this->db_option,$options);
900
+ }
901
+ $return = array('success'=>$mail,'email'=>$email);
902
+ // return response
903
+ $response = json_encode($return);
904
+ // response output
905
+ header( "Content-Type: application/json" );
906
+ echo $response;
907
+ // IMPORTANT: don't forget to "exit"
908
+ exit;
909
+ }
910
+ /** options_sanitize
911
+ * This is the callback function for when the settings get saved, use it to sanitize options
912
+ * it is called by the callback setting of register_setting in admin_init
913
+ * @param mixed $options - the options that were POST'ed
914
+ * return mixed $options
915
+ */
916
+ function options_sanitize($options){
917
+ //DebugBreak();
918
+ $old_options = $this->get_options();
919
+ // if not enabled, only save that so other settings remain unchanged
920
+ if($options['enable'] == 'no'){
921
+ $old_options['enable'] = 'no';
922
+ return $old_options;
923
+ }
924
+ // check for reset
925
+ if($options['reset'] == 'yes'){
926
+ return $this->get_options('yes');
927
+ }
928
+ // if on multisite and this isnt super admin saving,
929
+ // only allow kindergarten html.
930
+ if(is_multisite() && !is_super_admin()){
931
+ foreach($options as $key => $option){
932
+ $options[$key] = apply_filters('kindergarten_html',$option);
933
+ }
934
+ }
935
+ return $options;
936
+ }
937
+ /**
938
+ * converts a string into a php type version number
939
+ * eg. 2.81.2 will become 2.8.1.2
940
+ * used to prepare a number to be used with version_compare
941
+ *
942
+ * @param mixed $string - the version to be converted to php type version
943
+ * @return string
944
+ */
945
+ function php_version($string){
946
+ if(empty($string)){
947
+ return;
948
+ }
949
+ $version = str_replace('.','',$string);
950
+ $std = array();
951
+ for($i=0; $i < strlen($version); $i++){
952
+ $std[] = $version[$i];
953
+ }
954
+ $php_version = implode('.',$std);
955
+ return $php_version;
956
+ }
957
+ /** commentluv_action
958
+ * This function adds a link to the settings page for the plugin on the plugins listing page
959
+ * it is called by add filter plugin_action_links
960
+ * @param $links - the links being filtered
961
+ * @param $file - the name of the file
962
+ * return array - the new array of links
963
+ */
964
+ function plugin_action_link($links, $file) {
965
+ $this_plugin = plugin_basename ( __FILE__ );
966
+ if ($file == $this_plugin) {
967
+ $links [] = "<a href='options-general.php?page={$this->slug}'>" . __ ( 'Settings', $this->plugin_domain ) . "</a>";
968
+ }
969
+ return $links;
970
+ }
971
+ /**
972
+ * Detects if a commentluv api or plugin is requesting a feed
973
+ * and sends back an xml feed of the post titles and links that were found for the query
974
+ * called by add_filter('found_posts' so we always have the posts found for the requested category/author/tag/ etc
975
+ * @param (int) $foundposts - the number of posts that were found
976
+ * @param (obj) $object - the query object
977
+ * @return $foundposts - need to return this if the request is not from a commentluv api or plugin
978
+ */
979
+ function send_feed($foundposts,$object){
980
+ $error = false;
981
+ if($foundposts < 1){
982
+ $error = true;
983
+ }
984
+ $options = $this->get_options();
985
+ $enabled = $options['enable'];
986
+ // General checking
987
+ if (preg_match("/Commentluv/i", $_SERVER['HTTP_USER_AGENT'])) {
988
+ $feed = '<?xml version="1.0" encoding="'.get_bloginfo('charset').'" ?>
989
+ <rss version="2.0">
990
+ <channel>
991
+ <title>'. get_bloginfo('title') .'</title>
992
+ <link>'. get_bloginfo('home') .'</link>
993
+ <description>'. get_bloginfo('description') .'</description>
994
+ <language>'.get_bloginfo('language').'</language>
995
+ <generator>commentluv?v='.$this->version.'</generator>
996
+ <commentluv>'.$enabled.'</commentluv>
997
+ <success>'.$error.'</success>';
998
+ if($object->posts){
999
+ foreach($object->posts as $post){
1000
+ $feed .= '<item><title>'.get_the_title($post->ID).'</title>
1001
+ <link>'.get_permalink($post->ID).'</link>
1002
+ <type>blog</type>
1003
+ </item>';
1004
  }
1005
+ } else {
1006
+ $feed .= '<item><title>'.__('No Posts Were Found!',$pd).'</title>
1007
+ <link>'.get_permalink($post->ID).'</link>
1008
+ </item>';
1009
  }
1010
+ $feed .= '</channel></rss>';
1011
+ header("Content-Type: application/xml; charset=".get_bloginfo('charset'));
1012
+ echo $feed;
1013
+ exit;
1014
  }
1015
+ return $foundposts;
1016
  }
1017
+ /**
1018
+ * called by __construct
1019
+ * used to setup hooks and filters for enabled plugin
1020
+ */
1021
+ function setup_hooks(){
1022
+ add_action ( 'comment_form',array(&$this,'add_fields')); // add fields to form
1023
+ add_action ( 'wp_print_styles',array(&$this,'add_style')); // add style
1024
+ add_action ( 'template_redirect',array(&$this,'add_script')); // add commentluv script
1025
+ add_action ( 'admin_print_scripts-edit-comments.php', array (&$this, 'add_removeluv_script') ); // add the removeluv script to admin page
1026
+ add_action ( 'wp_footer',array(&$this,'add_footer')); // add localize to footer
1027
+ add_action ( 'wp_ajax_removeluv', array (&$this, 'ajax_remove_luv') ); // handle the call to the admin-ajax for removing luv
1028
+ add_action ( 'wp_ajax_nopriv_cl_ajax',array(&$this,'do_ajax'));
1029
+ add_action ( 'wp_ajax_cl_ajax',array(&$this,'do_ajax'));
1030
+ add_action ( 'wp_insert_comment', array (&$this, 'comment_posted'),1,2); // add member id and other data to comment meta priority 1, 2 vars
1031
 
1032
+ add_filter ( 'comments_array', array (&$this, 'do_shortcode' ), 1 ); // add last blog post data to comment content
1033
+ add_filter ( 'comment_text', array (&$this, 'do_shortcode' ), 1 ); // add last blog post data to comment content on admin screen
1034
+ 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
1035
+ }
1036
+ /**
1037
+ * called by add_action('admin_notices in admin_init()
1038
+ * Used to show a notice if there is a new version of CommentLuv available
1039
+ */
1040
+ function show_upgrade_notice(){
1041
+ $options = $this->get_options();
1042
+ echo '<div id="clupgrade" class="error">';
1043
+ if($options['upgrade_message']){
1044
+ echo $options['upgrade_message'];
1045
+ } else {
1046
+ echo __('There is a new version of Commentluv available, please upgrade by visiting this site',$this->plugin_domain);
1047
+ echo '<br><a href="http://www.commentluv.com" target="_blank">www.commentluv.com</a>';
1048
  }
1049
+ echo '<span style="float:right"><a href="'.admin_url('options-general.php?page='.$this->slug.'&dismiss=true').'">'.__('Dismiss notice',$this->plugin_domain).'</a></span>';
1050
+ echo '</div>';
1051
+ }
1052
+
1053
+ /** options_page
1054
+ * This function shows the page for saving options
1055
+ * it is called by add_options_page
1056
+ * You can echo out or use further functions to display admin style widgets here
1057
+ */
1058
+ function options_page(){
1059
+ $o = $this->get_options();
1060
+ $dbo = $this->db_option;
1061
+ $pd = $this->plugin_domain;
1062
+ $badges = array('default'=>'CL91_default.png','white'=>'CL91_White.gif','black'=>'CL91_Black.gif','none'=> 'nothing.gif');
1063
+ //DebugBreak();
1064
+ // remove notice if requested
1065
+ if(isset($_GET['dismiss'])){
1066
+ unset($o['upgrade']);
1067
+ if(array_key_exists('upgrade_message',$o)){
1068
+ unset($o['upgrade_message']);
1069
  }
1070
+ update_option($this->db_option,$o);
1071
+ echo '<script>jQuery("#clupgrade").hide()</script>';
1072
  }
1073
+
1074
+ ?>
1075
+ <div class="wrap">
1076
+ <h2><?php _e('CommentLuv Settings v',$this->plugin_domain);?><?php echo $this->version;?></h2>
1077
+ <div id="poststuff" style="margin-top:10px; width: 965px;">
1078
+ <div id="mainblock" style="float: left; width:710px">
1079
+ <form method="post" action="options.php">
1080
+ <?php settings_fields( 'commentluv_options_group' ); // the name given in admin init
1081
+ // after here, put all the inputs and text fields needed
1082
+ ?>
1083
+ <div class="dbx-content">
1084
+ <table class="widefat">
1085
+ <thead>
1086
+ <tr><th scope="col"><?php _e('Important!',$pd);?></th><th><?php _e('Subscription Information',$pd);?></th></tr>
1087
+ </thead>
1088
+ <tbody>
1089
+ <tr>
1090
+ <td width="250">
1091
+ <h2 style="margin: 0 0 10px 0;"><?php _e('CommentLuv 3.0 Premium is coming soon!',$pd);?></h2>
1092
+ <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.',$pd);?>
1093
+ </td>
1094
+ <td>
1095
+ <p><?php _e('There is a premium version of CommentLuv coming that will have much more control of how the plugin works as well as exclusive features like keyword name, inline registration and much much more!. Signup to find out as soon as it is ready',$pd);?></p>
1096
+ <?php
1097
+ if($o['subscribed']){
1098
+ 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',$pd).' <a target="_blank" href="http://www.commentluv.com/">www.commentluv.com</a><br><input style="margin:0 auto; display: block;" type="button" id="cl_notify" value="'.__('Resend Verification',$pd).'"/></div>';
1099
+ } else {
1100
+ echo '<div class="submit" style=" background-color: green; padding-left: 5px; padding-right: 5px; border-radius: 15px; -moz-border-radius: 15px; text-align: center;"><input style="margin: 0 auto; display:block" id="cl_notify" type="button" name="cl_notify" value="'.__('Click to register now!',$pd).'" /></div>';
1101
+ }
1102
+ ?>
1103
+ <div id="notify_message"></div>
1104
+ </td>
1105
+ </tr>
1106
+ </tbody>
1107
+ </table>
1108
+
1109
+
1110
+ <br/>
1111
+
1112
+
1113
+ <table class="widefat">
1114
+ <thead>
1115
+ <tr><th><?php _e('Primary Setting',$pd);?></th><th colspan="3"></th><th style="text-align: center;"><?php _e('Help Video',$pd);?></th></tr>
1116
+ </thead>
1117
+ <tbody>
1118
+ <tr>
1119
+ <td colspan="2" style="width: 40%; vertical-align: middle; text-align: center; font-size: 1.3em; font-weight: bolder;"><label for="<?php echo $dbo;?>[enable]"><?php _e('Enable CommentLuv?',$pd);?></label></td>
1120
+ <td style="width:20%; vertical-align: middle; font-size: 1.3em;"><input class="clenable" type="radio" name="<?php echo $dbo;?>[enable]" value="yes" <?php checked($o['enable'],'yes');?>/><?php _e('Yes',$pd);?></td>
1121
+ <td style="width:20%; vertical-align: middle; font-size: 1.3em;"><input class="clenable" type="radio" name="<?php echo $dbo;?>[enable]" value="no" <?php checked($o['enable'],'no');?>/><?php _e('No',$pd);?></td>
1122
+ <td style="text-align: center; border: 2px dotted;"><a onclick="return false;" href="<?php echo $this->plugin_url . 'videos/'; ?>primarysettings.php?KeepThis=true&amp;TB_iframe=true&amp;height=355&width=545" class="thickbox"><img src="<?php echo $this->plugin_url;?>images/playbuttonsmall.png"/></a></td>
1123
+ </tr>
1124
+ <tr class="ifenable">
1125
+ <td style="text-align: center;" colspan="5">
1126
+ <input type="radio" name="<?php echo $dbo;?>[enable_for]" value="posts" <?php checked($o['enable_for'],'posts');?>/><?php _e('On Posts',$pd);?>
1127
+ <input style="margin-left: 100px;" type="radio" name="<?php echo $dbo;?>[enable_for]" value="pages" <?php checked($o['enable_for'],'pages');?>/><?php _e('On Pages',$pd);?>
1128
+ <input style="margin-left: 100px;" type="radio" name="<?php echo $dbo;?>[enable_for]" value="both" <?php checked($o['enable_for'],'both');?>/><?php _e('On Both',$pd);?>
1129
+ </td>
1130
+ </tr>
1131
+ <tr class="ifenable">
1132
+ <td style="text-align: center;" colspan="2">
1133
+ <input type="checkbox" name="<?php echo $dbo;?>[default_on]" <?php checked($o['default_on'],'on');?> value="on"/> <label for="<?php echo $dbo;?>[default_on]"><?php _e('On by default?',$pd);?></label>
1134
+ </td>
1135
+ <td></td>
1136
+ <td style="text-align: center;" colspan="2">
1137
+ <input type="checkbox" name="<?php echo $dbo;?>[default_on_admin]" <?php checked($o['default_on_admin'],'on');?> value="on"/><label for="<?php echo $dbo;?>[default_on_admin]"> <?php _e('On for admin?',$pd);?></label>
1138
+ </td>
1139
+ </tr>
1140
+ </tbody>
1141
+ </table>
1142
+
1143
+
1144
+ <br>
1145
+
1146
+
1147
+ <table class="widefat ifenable display-settings">
1148
+ <thead>
1149
+ <tr><th><?php _e('Appearance',$pd);?></th><th colspan="3"></th><th style="text-align: center;"><?php _e('Help Video',$pd);?></th></tr>
1150
+ </thead>
1151
+ <tbody>
1152
+ <tr>
1153
+ <td><h3><label for="<?php echo $dbo;?>[badge_choice]"><?php _e('Badge',$pd);?></label></h3></td>
1154
+ <td><h3><label for="<?php echo $dbo;?>[badge_choice]"><?php _e('Custom Image URL',$pd);?></label></h3></td>
1155
+ <td><h3><label for="<?php echo $dbo;?>[badge_choice]"><?php _e('Use Text',$pd);?></label></h3></td>
1156
+ <td></td>
1157
+ <td></td>
1158
+ </tr>
1159
+ <tr>
1160
+ <td>
1161
+ <input type="radio" class="radio" name="<?php echo $dbo;?>[badge_choice]" value="drop_down" <?php checked($o['badge_choice'],'drop_down');?>/>
1162
+ <select id="badge_type" name="<?php echo $dbo;?>[badge_type]">
1163
+ <option value="default" <?php selected($o['badge_type'],'default');?>><?php _e('Default',$pd);?></option>
1164
+ <option value="white" <?php selected($o['badge_type'],'white');?>><?php _e('White',$pd);?></option>
1165
+ <option value="black" <?php selected($o['badge_type'],'black');?>><?php _e('Black',$pd);?></option>
1166
+ <option value="none" <?php selected($o['badge_type'],'none');?>><?php _e('None',$pd);?></option>
1167
+ </select>
1168
+ <p style="margin: 8px 0px 0px 8px;"><img id="display_badge" style="border: 1px solid #000; padding: 3px;" src="<?php echo $this->plugin_url;?>images/<?php echo $badges[$o['badge_type']];?>"/></p>
1169
+ </td>
1170
+ <td>
1171
+ <input type="radio" class="radio" name="<?php echo $dbo;?>[badge_choice]" value="custom" <?php checked($o['badge_choice'],'custom');?>/>
1172
+ <input type="text" name="<?php echo $dbo;?>[custom_image_url]" value="<?php echo $o['custom_image_url'];?>"/>
1173
+ <?php
1174
+ if($o['custom_image_url'] != ''){
1175
+ // show image
1176
+ echo '<p style="margin: 8px 0px 0px 8px;"><img id="custom_badge" style="border: 1px solid #000; padding: 3px;" src="'.$o['custom_image_url'].'"/></p>';
1177
+ } ?>
1178
+ </td>
1179
+ <td>
1180
+
1181
+ <input type="radio" class="radio" name="<?php echo $dbo;?>[badge_choice]" value="text" <?php checked($o['badge_choice'],'text');?>/>
1182
+ <input type="text" name="<?php echo $dbo;?>[badge_text]" value="<?php echo $o['badge_text'];?>"/>
1183
+ <p style="margin: 8px 0px 0px 8px;"><input type="checkbox" name="<?php echo $dbo;?>[link]" value="on" <?php checked($o['link'],'on');?>/> <label for="<?php echo $dbo;?>[link]"><?php _e('Link to Commentluv?',$pd);?></label>
1184
+ </td>
1185
+ <td></td>
1186
+ <td style="text-align: center; border: 2px dotted; width:125px"><a onclick="return false;" href="<?php echo $this->plugin_url . 'videos/'; ?>appearancesettings.php?KeepThis=true&amp;TB_iframe=true&amp;height=355&width=545" class="thickbox"><img src="<?php echo $this->plugin_url;?>images/playbuttonsmall.png"/></a></td>
1187
+ </tr>
1188
+
1189
+ <tr>
1190
+ <td><br><input type="checkbox" name="<?php echo $dbo;?>[infopanel]" <?php checked($o['infopanel'],'on');?> value="on"/><label for="<?php echo $dbo;?>[infopanel]"> <?php _e('Enable info panel?',$pd);?></label></td>
1191
+ <td><label for="<?php echo $dbo;?>[infoback]"><?php _e('Info panel background color',$pd);?></label><br><input type="text" size="6" name="<?php echo $dbo;?>[infoback];?>" value="<?php echo $o['infoback'];?>"/></td>
1192
+ <td><label for="<?php echo $dbo;?>[infotext]"><?php _e('Info panel text color',$pd);?></label><br><input type="text" size="6" name="<?php echo $dbo;?>[infotext];?>" value="<?php echo $o['infotext'];?>"/></td>
1193
+ <td></td>
1194
+ <?php
1195
+ $tdstyle = '"border: 1px solid #dfdfdf; vertical-align: middle; text-align: center; background-color: '.$o['infoback'].'"';
1196
+ $spanstyle = '"color: '.$o['infotext'].'"';
1197
+ ?>
1198
+ <td style=<?php echo $tdstyle;?>><span style=<?php echo $spanstyle;?>><?php _e('Example text and background color',$pd);?></span></td>
1199
+ </tr>
1200
+ </tbody>
1201
+ </table>
1202
+
1203
+ <br>
1204
+
1205
+ <table class="widefat ifenable messages">
1206
+ <thead>
1207
+ <tr>
1208
+ <th colspan="2"><?php _e('Messages',$pd);?></th><th scope="col"></th><th></th><th style="text-align: center;"><?php _e('Help Video',$pd);?></th>
1209
+
1210
+ </tr>
1211
+ </thead>
1212
+ <tbody>
1213
+ <tr>
1214
+ <td colspan="2">
1215
+ <label for="<?php echo $dbo;?>[comment_text]"><?php _e('Text to be displayed in the comment',$pd);?></label>
1216
+ <br><input type="text" style="width: 95%" name="<?php echo $dbo;?>[comment_text]" value="<?php echo htmlentities($o['comment_text']);?>"/>
1217
+ </td>
1218
+ <td style="border: 1px dashed #dfdfdf;"><?php _e('[name] = The users name',$this->plugin_domain);?><br><?php _e('[lastpost] = The last blog post link',$this->plugin_domain);?></td>
1219
+ <td>&nbsp;</td>
1220
+ <td style="text-align: center; border: 2px dotted; width:125px"><a onclick="return false;" href="<?php echo $this->plugin_url . 'videos/'; ?>messagessettings.php?KeepThis=true&amp;TB_iframe=true&amp;height=355&width=545" class="thickbox"><img src="<?php echo $this->plugin_url;?>images/playbuttonsmall.png"/></a></td>
1221
+ </tr>
1222
+ <tr>
1223
+ <td colspan="3">
1224
+
1225
+ <?php _e('Message for unregistered user in the drop down box',$pd);?>
1226
+ <br>(<?php _e('Message will not be shown if you do not have registrations enabled',$this->plugin_domain);?>)
1227
+ <br><textarea style="width: 95%" name="<?php echo $dbo;?>[unreg_user_text]"><?php echo htmlentities($o['unreg_user_text']);?></textarea>
1228
+ <?php
1229
+ if(get_option('users_can_register')){
1230
+ _e('Your register link code',$pd);
1231
+ $register_link = apply_filters('register','<a href="' . site_url('wp-login.php?action=register', 'login') . '">' . __('Register') . '</a>');
1232
+ echo ' : <input style="width:95%" type="text" value="'.htmlentities($register_link).'"/>';
1233
+ }
1234
+ ?>
1235
+ </td>
1236
+ <td colspan="2" style="width:125px;">
1237
+ <?php // show warning if registration is not enabled
1238
+ if(!get_option('users_can_register')){
1239
+ echo '<div style="border: 2px dashed red;">';
1240
+ _e('You have NOT set your blog to allow registrations, you can do that in Settings/General',$pd);
1241
+ echo ' <a href="'.admin_url('options-general.php').'">'.__('here',$pd).'</a>';
1242
+ echo '</div>';
1243
+ }
1244
+ ?>
1245
+ </td>
1246
+ </tr>
1247
+ <tr>
1248
+ <td colspan="3">
1249
+ <?php _e('Message for unregistered user in the info panel',$pd);?>
1250
+ <br>(<?php _e('Message will not be shown if you do not have registrations enabled',$this->plugin_domain);?>)
1251
+ <br><textarea style="width:95%;" name="<?php echo $dbo;?>[unreg_user_text_panel]"><?php echo htmlentities($o['unreg_user_text_panel']);?></textarea>
1252
+ </td>
1253
+ <td></td>
1254
+ <td></td>
1255
+ </tr>
1256
+ </tbody>
1257
+ </table>
1258
+
1259
+ <br>
1260
+
1261
+ <table class="widefat ifenable operational-settings">
1262
+ <thead>
1263
+ <tr>
1264
+ <th colspan="2"><?php _e('Operational Settings',$pd);?></th><th scope="col"></th><th></th><th style="text-align: center;"><?php _e('Help Video',$pd);?></th>
1265
+
1266
+ </tr>
1267
+ </thead>
1268
+ <tbody>
1269
+ <tr>
1270
+ <td colspan="4">
1271
+ <?php _e('Who to give 10 last posts to choose from when they comment?',$pd);?>
1272
+ <p><input type="radio" name="<?php echo $dbo;?>[whogets]" value="registered" <?php checked($o['whogets'],'registered');?>/> <label for="<?php echo $dbo;?>[whogets]"><?php _e('Only Registered Members',$pd);?></label>
1273
+ <input style="margin-left: 25px;" type="radio" name="<?php echo $dbo;?>[whogets]" value="everybody" <?php checked($o['whogets'],'everybody');?>/> <label for="<?php echo $dbo;?>[whogets]"><?php _e('Everybody',$pd);?></label>
1274
+ <input style="margin-left: 25px;" type="radio" name="<?php echo $dbo;?>[whogets]" value="nobody" <?php checked($o['whogets'],'nobody');?>/> <label for="<?php echo $dbo;?>[whogets]"><?php _e('Nobody',$pd);?></label>
1275
+
1276
+ </td>
1277
+ <td style="text-align: center; border: 2px dotted; width:125px"><a onclick="return false;" href="<?php echo $this->plugin_url . 'videos/'; ?>operationalsettings.php?KeepThis=true&amp;TB_iframe=true&amp;height=355&width=545" class="thickbox"><img src="<?php echo $this->plugin_url;?>images/playbuttonsmall.png"/></a></td>
1278
+ </tr>
1279
+ <tr>
1280
+ <td colspan="5">
1281
+ <?php _e('Whose links should be dofollow?',$pd);?>
1282
+ <p><input type="radio" name="<?php echo $dbo;?>[dofollow]" value="registered" <?php checked($o['dofollow'],'registered');?>/> <label for="<?php echo $dbo;?>[whogets]"><?php _e('Only Registered Members Links',$pd);?></label>
1283
+ <input style="margin-left: 25px;" type="radio" name="<?php echo $dbo;?>[dofollow]" value="everybody" <?php checked($o['dofollow'],'everybody');?>/> <label for="<?php echo $dbo;?>[whogets]"><?php _e('Everybody gets dofollow links',$pd);?></label>
1284
+ <input style="margin-left: 25px;" type="radio" name="<?php echo $dbo;?>[dofollow]" value="nobody" <?php checked($o['dofollow'],'nobody');?>/> <label for="<?php echo $dbo;?>[whogets]"><?php _e('Nobody gets dofollow links',$pd);?></label>
1285
+ </td>
1286
+ </tr>
1287
+ </tbody>
1288
+ </table>
1289
+
1290
+ <br>
1291
+
1292
+ <table class="widefat ifenable technical" style="border: 3px solid red">
1293
+ <thead>
1294
+ <tr>
1295
+ <th colspan="2"><?php _e('Technical Settings',$pd);?></th><th scope="col"><span id="opentech" style="color: blue; cursor: pointer;"><?php _e('Click to open technical settings',$pd);?></span></th><th></th><th style="text-align: center;"><?php _e('Help Video',$pd);?></th>
1296
+
1297
+ </tr>
1298
+ </thead>
1299
+ <tbody id="techbody" style="display:none">
1300
+ <tr>
1301
+ <td colspan="4">
1302
+ <h3><?php _e('Please check the help video for this section before changing settings',$pd);?></h3>
1303
+ <?php _e('In most cases, you will NOT need to change the settings in this box unless you have a custom comment form, template or you are using minifying or caching plugins',$pd);?>
1304
+ </td>
1305
+ <td style="text-align: center; border: 2px dotted; width:125px"><a onclick="return false;" href="<?php echo $this->plugin_url . 'videos/'; ?>technicalsettings.php?KeepThis=true&amp;TB_iframe=true&amp;height=355&width=545" class="thickbox"><img src="<?php echo $this->plugin_url;?>images/playbuttonsmall.png"/></a></td>
1306
+ </tr>
1307
+ <tr>
1308
+ <td style="background-color: #dfdfdf; text-align: center; font-weight: bolder;" colspan="5"><?php _e('Compatibility',$pd);?></td>
1309
+ </tr>
1310
+ <tr>
1311
+ <td colspan="2">
1312
+ <input type="checkbox" name="<?php echo $dbo;?>[template_insert]" <?php checked($o['template_insert'],'on');?> value="on"/><label for="<?php echo $dbo;?>[template_insert]"> <?php _e('Use manual insert of badge code?',$pd);?></label>
1313
+ <br>( <strong>&lt;?php cl_display_badge(); ?&gt;</strong> )
1314
+ </td>
1315
+ <td colspan="2">
1316
+ <input type="checkbox" name="<?php echo $dbo;?>[minifying]" <?php checked($o['minifying'],'on');?> value="on"/><label for="<?php echo $dbo;?>[minifying]"> <?php _e('Enable minifying compatibility?',$pd);?></label>
1317
+ <br><?php _e('For caching plugins (places localized code in footer)',$pd);?>
1318
+ </td>
1319
+ <td></td>
1320
+ </tr>
1321
+ <tr>
1322
+ <td style="background-color: #dfdfdf; text-align: center; font-weight: bolder;" colspan="5"><?php _e('API URL',$pd);?></td>
1323
+ </tr>
1324
+ <tr>
1325
+ <td colspan="4">
1326
+ <input type="text" size="60" name="<?php echo $dbo;?>[api_url]" value="<?php echo $o['api_url'];?>"/><label for="<?php echo $dbo;?>[api_url]"> <?php _e('URL to use for API',$pd);?></label>
1327
+ </td>
1328
+ </tr>
1329
+ <tr>
1330
+ <td style="background-color: #dfdfdf; text-align: center; font-weight: bolder;" colspan="5"><?php _e('Comment Form Field Values',$pd);?></td>
1331
+ </tr>
1332
+ <tr>
1333
+ <td colspan="2"><?php _e('Authors Name field name',$this->plugin_domain);?></td>
1334
+ <td colspan="2"><input type="text" value="<?php echo $o['author_name'];?>" name="<?php echo $dbo;?>[author_name]"/></td>
1335
+ <td></td>
1336
+ </tr>
1337
+ <tr>
1338
+ <td colspan="2"><?php _e('Email field name',$this->plugin_domain);?></td>
1339
+ <td colspan="2"><input value="<?php echo $o['email_name'];?>" type="text" name="<?php echo $dbo;?>[email_name]"/></td>
1340
+ <td></td>
1341
+ </tr>
1342
+ <tr>
1343
+ <td colspan="2"><?php _e('Authors URL field name',$this->plugin_domain);?></td>
1344
+ <td colspan="2"><input value="<?php echo $o['url_name'];?>" type="text" name="<?php echo $dbo;?>[url_name]"/></td>
1345
+ <td></td>
1346
+ </tr>
1347
+ <tr>
1348
+ <td colspan="2"><?php _e('Comment Text Area name',$this->plugin_domain);?></td>
1349
+ <td colspan="2"><input value="<?php echo $o['comment_name'];?>" type="text" name="<?php echo $dbo;?>[comment_name]"/></td>
1350
+ <td></td>
1351
+ </tr>
1352
+ <tr>
1353
+ <td style="background-color: #dfdfdf; text-align: center; font-weight: bolder;" colspan="5"><?php _e('Diagnostics Info',$pd);?></td>
1354
+ </tr>
1355
+ <tr>
1356
+ <td colspan="4"><textarea style="width: 99%" rows="5">
1357
+ <?php
1358
+ $options = $this->get_options();
1359
+ $options['version'] = $this->version;
1360
+ $options['home_url'] = get_home_url();
1361
+ $options['wp_version'] = get_bloginfo('version');
1362
+ $options['charset'] = get_bloginfo('charset');
1363
+ $options['curl'] = function_exists('curl_init')? 'yes': 'no';
1364
+
1365
+ print_r($options);
1366
+
1367
+ ?>
1368
+ </textarea>
1369
+ </td>
1370
+ <td>
1371
+ <?php _e('You can copy this information and send it to me if I request it',$pd);?>
1372
+ </td>
1373
+ </tr>
1374
+ </tbody>
1375
+ </table>
1376
+
1377
+ </div>
1378
+ <div class="submit"><input class="button-primary" id="clsubmit" type="submit" name="Submit" value="<?php _e('Save Settings',$this->plugin_domain);?>" /></div>
1379
+ </form>
1380
+ <h3><?php _e('Reset Settings',$this->plugin_domain);?></h3>
1381
+ <form method="post" action="options.php">
1382
+ <?php settings_fields( 'commentluv_options_group' ); // the name given in admin init
1383
+ $javamsg = __('Are you sure you want to reset your settings? Press OK to continue',$this->plugin_domain);
1384
+ ?>
1385
+ <input type="hidden" name="<?php echo $this->db_option;?>[reset]" value="yes"/>
1386
+ <input style="background-color: red;" type="submit" onclick="<?php echo 'if(confirm(\''.$javamsg.'\') != true) { return false; } else { return true; } ';?>" value="<?php _e('Reset',$this->plugin_domain);?>" name="submit"/>
1387
+ </form>
1388
+
1389
+
1390
+ </div> <!-- end main block div -->
1391
+ <div style="float:left">
1392
+ <table class="widefat" style="width: 230px; margin-left: 10px;">
1393
+ <thead>
1394
+ <tr><th scope="col"><?php _e('Plugin Info',$this->plugin_domain);?></th><th>&nbsp;</th></tr>
1395
+ </thead>
1396
+ <tbody>
1397
+ <tr><td colspan="2"><div style="background: url(<?php echo $this->plugin_url;?>images/playbutton.png); text-align: center; font-size: 1.4em; width: 228px; height: 44px; overflow: hidden;"><br><?php _e('Start Here',$this->plugin_domain);?></div><div><a onclick="return false;" href="<?php echo $this->plugin_url . 'videos/'; ?>starthere.php?KeepThis=true&amp;TB_iframe=true&amp;height=355&width=545" class="thickbox"><img src="<?php echo $this->plugin_url;?>images/playbuttonfront.png"/></a></div></td></tr>
1398
+ <tr><td><strong><?php _e('Author',$this->plugin_domain);?>:</strong></td><td>Andy Bailey</td></tr>
1399
+ <tr><td><strong><?php _e('Home Page',$this->plugin_domain);?>:</strong></td><td><a title="<?php _e('Visit www.commentluv.com!',$this->plugin_domain);?>" href="http://www.commentluv.com/" target="_blank">commentluv.com</a></td></tr>
1400
+ <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>
1401
+ <tr><td><strong><?php _e('Help',$this->plugin_domain);?>:</strong></td><td><a href="http://support.commentluv.com/" target="_blank"><?php _e('Help Desk',$this->plugin_domain);?></a></td></tr>
1402
+ <tr class="alt"><td colspan="2"><?php _e('Do you like this plugin?',$this->plugin_domain);?></td></tr>
1403
+ <tr><td colspan="2"><iframe src="http://www.facebook.com/plugins/like.php?app_id=156518444414150&amp;href=www.facebook.com%2Fcommentluv&amp;send=false&amp;layout=standard&amp;width=230&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=50" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:220px; height:50px;" allowTransparency="true"></iframe></td></tr>
1404
+ <tr class="alt"><td colspan="2"><?php _e('News',$this->plugin_domain);?>:</td></tr>
1405
+ <tr><td colspan="2">
1406
+ <?php
1407
+ include_once(ABSPATH . WPINC . '/rss.php');
1408
+ wp_rss('http://comluv.com/category/newsletter/feed',3);?>
1409
+ </td></tr>
1410
+ <tr class="alt"><td colspan="2"><?php _e('Thanks to the following for translations',$this->plugin_domain);?>:</td></tr>
1411
+ <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>
1412
+ <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>
1413
+ <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>
1414
+ <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>
1415
+ <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>
1416
+ <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>
1417
+ <tr><td><img src="<?php echo $this->plugin_url;?>images/my.png"/> <?php _e('Malaysian',$this->plugin_domain);?></td><td><a target="_blank" href="http://ariffshah.com/">Ariff Shah</a></td></tr>
1418
+ <tr><td><img src="<?php echo $this->plugin_url;?>images/my.png"/> <?php _e('Hindi',$this->plugin_domain);?></td><td><a target="_blank" href="http://outshinesolutions.com/">Outshine Solutions</a></td></tr>
1419
+ <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>
1420
+ <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>
1421
+ <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>
1422
+ <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>
1423
+
1424
+ <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>
1425
+ <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>
1426
+ <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>
1427
+
1428
+ <tr><td><strong><?php _e('Want your link here?',$this->plugin_domain);?></strong></td><td><a target="_blank" href="http://support.commentluv.com/ticket/knowledgebase.php?article=1"><?php _e('How To Submit A Translation',$this->plugin_domain);?></a></td></tr>
1429
+ <tr class="alt"><td colspan="2"><?php _e('Special thanks go to the following',$this->plugin_domain);?>:</td></tr>
1430
+ <tr><td><strong><?php _e('CSS Help',$this->plugin_domain);?>:</strong></td><td><a href="http://www.famousbloggers.net" target="_blank">Hesham Zebida</a></td></tr>
1431
+ <tr><td><strong><?php _e('Badge GFX',$this->plugin_domain);?>:</strong></td><td><a href="http://byteful.com/" target="_blank">Byteful Travel</a></td></tr>
1432
+ </tbody>
1433
+ </table>
1434
+ </div>
1435
+
1436
+
1437
+ </div>
1438
+ <div class="clear"></div>
1439
+ </div>
1440
+ <?php
1441
+
1442
  }
1443
 
 
 
1444
 
1445
+ } // end class
1446
+ } // end if class not exists
1447
+
1448
+ $clbadgeshown = false;
1449
  // start commentluv class engines
1450
  if (class_exists ( 'commentluv' )) :
 
 
1451
  $commentluv = new commentluv ( );
 
1452
  // confirm warp capability
1453
  if (isset ( $commentluv )) {
1454
  // engage
1455
  register_activation_hook ( __FILE__, array (&$commentluv, 'install' ) );
 
1456
  }
 
 
1457
  endif;
1458
 
1459
+ function cl_display_badge(){
1460
+ global $commentluv;
1461
+ if(isset($commentluv)){
1462
+ $commentluv->display_badge();
1463
+ }
1464
 
 
 
 
 
 
 
 
 
 
 
 
1465
  }
1466
  ?>
style/cl_style.css → css/commentluv.css RENAMED
@@ -1,18 +1,31 @@
1
- #mylastpost {}
2
- #doluv{}
3
- #commentluv {clear: both !important; margin-top:10px;}
4
- #commentluv img{border: 0 !important;padding: 0 !important;}
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  .cluv {border:1px solid #fff;padding: 5px;display: block;font-size: 100% !important;text-transform: none !important;}
6
- #lastposts {width: 500px;padding-left: 5px;padding-bottom: 5px;background-color: #fee;font-size: 13px;border: 1px solid #ddd;color: #000;}
7
- .choosepost {background-color: #fff;line-height: 1.4em; display: block;width: 495px;border-bottom: 1px dashed #bbb;cursor: pointer;}
8
- .cl_type_icon {margin-right: 3px;border: 0 !important;padding: 0 !important;}
 
 
9
  .heart_tip {margin-left: 5px;display: inline;margin-bottom: -2px; /* fixed a little here, Hesham */margin-right: 0px;padding: 0px !important;background-color: transparent;border: 0 !important;}
10
-
11
- .finalbig{margin-top:0px; margin-left:5px; padding:3px; border: 4px solid #dddddd;font-size: 1.2em;color: #000; font-family:"Tahoma",Helvetica,Myriad Pro,sans-serif; }
12
  .finalbig img {margin:5px;width:60px;height:60px; border: 4px solid #CCC;}
13
  .finalbig li{ list-style: none; margin-left: 10px}
14
  .finalbig p { margin: 1px}
15
-
16
  /* Title */
17
  .cl_title {font-size:0.8em; margin-top:3px;font-weight:bold;padding-bottom:5px;}
18
  .cl_username {font-size:1.2em;color:#0e9de0;font-weight:bold;}
@@ -25,10 +38,10 @@
25
 
26
  /* My links have appeared on */
27
  .cl_links {clear: both !important; padding:5px}
28
- .cl_links_list {padding:0px 5px 0px 0px; padding-left:18px; color:#666666;}
29
 
30
  /* Some of my other posts */
31
  .cl_posts {clear: both !important; margin-top:10px; padding:5px;}
32
 
33
  .cl_posts_list a {background:transparent url(../images/link.png) no-repeat scroll left 50%; padding-left:18px; color:#0e9de0; margin-left:0px;}
34
- .cl_posts_list a:hover {background:transparent url(../images/link_hover.png) no-repeat scroll left 50%; padding-left:18px;color:#000;margin-left:0px;}
1
+ /** below comment form **/
2
+ div#commentluv {clear: both; margin-top:10px;}
3
+ div#commentluv span img {border: 0; padding: 0;}
4
+ div#commentluv input#doluv { width: 25px;}
5
+ span#mylastpost { clear: both;}
6
+ span#showmorespan { width: 30px; height: 15px; cursor: pointer;}
7
+ div#lastposts { padding: 3px; border: 1px dashed #dfdfdf; background-color: white;}
8
+ input.cl_error { border: 1px solid red !important;}
9
+ /** drop down **/
10
+ span.choosepost {background-color: #fff;line-height: 1.4em; display: block;border-bottom: 1px dashed #bbb;cursor: pointer; margin-bottom: 5px;}
11
+ span.choosepost:hover { font-weight: bolder; text-shadow: #dfdfdf 2px 2px 1px ; filter: Shadow(Color=gray,
12
+ Direction=135,
13
+ Strength=2);}
14
+ span.message { padding: 2px;}
15
+ span.alert { background-color: red; color: white; padding-left: 10px;}
16
+ span.blog { padding-left: 25px; background-image: url(../images/blog.gif); background-repeat: no-repeat; background-position: left;}
17
+ /** in comment **/
18
  .cluv {border:1px solid #fff;padding: 5px;display: block;font-size: 100% !important;text-transform: none !important;}
19
+ /** images **/
20
+ img.heart_tip { border: none !important; background: none !important; padding: 0 0 0 3px !important; cursor: pointer;}
21
+ /** info panel **/
22
+ #heart_tip_big.cl_ajax { background: url(../images/loader.gif) no-repeat ; height: 13px; background-position: center;}
23
+ #heart_tip_big { background: url(../images/closeit.png) no-repeat top right; font-size: 1em;}
24
  .heart_tip {margin-left: 5px;display: inline;margin-bottom: -2px; /* fixed a little here, Hesham */margin-right: 0px;padding: 0px !important;background-color: transparent;border: 0 !important;}
25
+ .finalbig{margin-top:0px; margin-left:5px; padding:3px; border: 4px solid #dddddd; color: #000; font-family:"Tahoma",Helvetica,Myriad Pro,sans-serif; }
 
26
  .finalbig img {margin:5px;width:60px;height:60px; border: 4px solid #CCC;}
27
  .finalbig li{ list-style: none; margin-left: 10px}
28
  .finalbig p { margin: 1px}
 
29
  /* Title */
30
  .cl_title {font-size:0.8em; margin-top:3px;font-weight:bold;padding-bottom:5px;}
31
  .cl_username {font-size:1.2em;color:#0e9de0;font-weight:bold;}
38
 
39
  /* My links have appeared on */
40
  .cl_links {clear: both !important; padding:5px}
41
+ .cl_links_list {padding:0px 5px 0px 0px; padding-left:18px; color:#666666; }
42
 
43
  /* Some of my other posts */
44
  .cl_posts {clear: both !important; margin-top:10px; padding:5px;}
45
 
46
  .cl_posts_list a {background:transparent url(../images/link.png) no-repeat scroll left 50%; padding-left:18px; color:#0e9de0; margin-left:0px;}
47
+ .cl_posts_list a:hover {background:transparent url(../images/link_hover.png) no-repeat scroll left 50%; padding-left:18px;color:#000;margin-left:0px;}
images/ACL88x31-black2.gif DELETED
Binary file
images/ACL88x31-white2.gif DELETED
Binary file
images/CL88_Black4.gif DELETED
Binary file
images/CL88_White4.gif DELETED
Binary file
images/CL91_Black4.gif DELETED
Binary file
images/CL91_White4.gif DELETED
Binary file
images/CL91_default-clean.png ADDED
Binary file
images/CL91_default.png ADDED
Binary file
images/CL91x17-black2.gif DELETED
Binary file
images/CL91x17-white2.gif DELETED
Binary file
images/closeit.png ADDED
Binary file
images/my.png ADDED
Binary file
images/playbutton.png ADDED
Binary file
images/playbuttonfront.png ADDED
Binary file
images/playbuttonsmall.png ADDED
Binary file
js/adminremoveluv.js CHANGED
@@ -1,33 +1,27 @@
1
- // removeluv link click action
2
- jQuery(document).ready(function($) {
3
- $('a.removeluv').click(function(){
4
- var data = {
5
- action: 'removeluv'
6
- };
7
- var vars = $(this).attr('class').split(':');
8
- data.c = vars[1];
9
- data._wpnonce = vars[2];
10
- jQuery.post(ajaxurl, data, function(response) {
11
- if(response == '0'){
12
- alert('Luv meta does not exist');
13
- return;
14
- }
15
- var stuff = response.split('*');
16
- var cid = stuff[0];
17
- var js = stuff[1];
18
- var del_status =(new Function("return " + js))();
19
- var statuscode = del_status.meta[0].status;
20
- if(statuscode == 200){
21
- var msg = 'Luv removed from WP DB and from ComLuv.com';
22
- } else {
23
- var msg = 'had a booboo :(';
24
- }
25
-
26
- $('#comment-'+cid+' td.comment .cluv').text(msg).fadeOut("slow").fadeIn("slow");
27
- $('#comment-'+cid+' span.Remove-luv').text('');
28
-
29
- });
30
-
31
- return false;
32
- });
33
  });
1
+ // removeluv link click action
2
+ jQuery(document).ready(function($) {
3
+ $('a.removeluv').click(function(){
4
+ var data = {
5
+ action: 'removeluv'
6
+ };
7
+ var vars = $(this).attr('class').split(':');
8
+ data.cid = vars[1];
9
+ data._wpnonce = vars[2];
10
+ jQuery.post(ajaxurl, data, function(response) {
11
+ var stuff = response.split('*');
12
+ var cid = stuff[0];
13
+ var statuscode = stuff[1];
14
+ if(statuscode == '200'){
15
+ var msg = 'Luv removed';
16
+ } else {
17
+ var msg = 'had a booboo :(';
18
+ }
19
+
20
+ $('#comment-'+cid+' td.comment .cluv').text(msg).fadeOut("slow").fadeIn("slow").fadeOut();
21
+ $('#comment-'+cid+' span.Remove-luv').text('');
22
+
23
+ });
24
+
25
+ return false;
26
+ });
 
 
 
 
 
 
27
  });
js/commentluv.js CHANGED
@@ -1,230 +1,260 @@
1
- // commentluv.js 2.8
2
- (function($) {
3
- $(document).ready(function(){
4
- // get form object that is parent of textarea named "comment"
5
- var formObj = $("#cl_post_title").parents("form");
6
-
7
- // set url, email, comment and author field objects
8
- var urlObj = cl_settings['urlObj'] = $("input[name='" + cl_settings['url'] + "']",formObj);
9
- var comObj = cl_settings['comObj'] = $("textarea[name='" + cl_settings['comment'] + "']",formObj);
10
- var autObj = cl_settings['autObj'] = $("input[name='" + cl_settings['name'] + "']",formObj);
11
- var emaObj = cl_settings['emaObj'] = $("input[name='" + cl_settings['email'] + "']",formObj);
12
- // use image or text
13
- if(cl_settings['badge_text'] == ''){
14
- cl_settings['badge']='<img src="' + cl_settings['badge'] + '" border=0 alt="' + cl_settings['show_text'] +'"/>';
15
- } else {
16
- cl_settings['badge']=cl_settings['badge_text']
17
- }
18
- // set the event listener for the comment text area focus
19
- $(comObj).focus(function(){
20
- $('#lastposts').hide();
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();
28
- });
29
- $("#lastposts").slideDown(1000);
30
- });
31
- // set the event listener for change of url
32
- $(urlObj).change(function(){
33
- $(comObj).focus(function(){
34
- cl_dostuff();
35
- });
36
- });
37
- // set the event listener for the click action
38
- $('.cluv a').click(function(){
39
- var url=$(this).attr('href');
40
- // set link to open in a new window
41
- $(this).attr("target","_blank");
42
- var addit= "?type=click&url=" + url + "&callback=?";
43
- var clurl=cl_settings['api_url'] + addit;
44
- // call api, don't worry about returned data
45
- $.getJSON(clurl);
46
- return true;
47
- });
48
- // set the event listener for the click of the checkbox
49
- $('#doluv').click(function(){
50
- $('#lastposts').hide();
51
- if($(this).is(":checked")){
52
- // was unchecked, now is checked
53
- $('#mylastpost').fadeTo("fast",1);
54
- cl_dostuff();
55
- } else {
56
- // was checked, user unchecked it so empty hidden fields in form
57
- $('#cl_post').val("");
58
- $('input[name="cl_type"]').val("");
59
- $('input[name="request_id"]').val("");
60
- $('input[name="choice_id"]').val("");
61
- $('#mylastpost').fadeTo("slow",0.3);
62
- }
63
- });
64
- // set hover event for heart tip
65
- if(cl_settings['heart_tip'] == "on"){
66
- $('.heart_tip_box').hoverIntent({over:heart_big,out: do_nowt,interval : 50,timeout: 50});
67
- }
68
- // set click on anywhere closes info box
69
- $(document).click(heart_small);
70
- function heart_big(){
71
- $("body").append('<span id="heart_tip_big" style="position:absolute; z-index: 101; background-color: ' + cl_settings['infoback'] + '; width: 62px;"><img src="' + cl_settings['images'] + 'loader.gif" alt="Loading" width="62" height="13" /></span>');
72
- // find where to put left edge of info box (in case at right hand side of screen
73
- //opera Netscape 6 Netscape 4x Mozilla
74
- if (window.innerWidth || window.innerHeight){
75
- docwidth = window.innerWidth;
76
- docheight = window.innerHeight;
77
- }
78
- //IE Mozilla
79
- if (document.body.clientWidth || document.body.clientHeight){
80
- docwidth = document.body.clientWidth;
81
- docheight = document.body.clientHeight;
82
- }
83
- var hasarea = docwidth - getAbsoluteLeft(this);
84
- if(hasarea > 350){
85
- var xpos = getAbsoluteLeft(this);
86
- } else {
87
- var xpos = getAbsoluteLeft(this) - 300;
88
- }
89
- if(xpos > (docwidth - 350)){
90
- xpos = xpos - 320;
91
- }
92
- var ypos = getAbsoluteTop(this);
93
- $('#heart_tip_big').css({'left':xpos + "px", 'top' :ypos + "px" });
94
- $('#heart_tip_big').hoverIntent({over:do_nowt,out: heart_small, interval : 50, timeout: 350});
95
- var linkspan = $(this).parents(".cluv");
96
- var link = $(linkspan).find("a:first").attr("href");
97
- // get member id from last class of image
98
- var memberid = $('img',this).attr('class').split(' ').slice(-1);
99
- if(memberid != ''){
100
- memberid = '&memberid='+memberid;
101
- }
102
- var url = cl_settings['api_url'] + "?type=info&refer=" + cl_settings['refer'] + '&version='+ cl_settings['cl_version'] + memberid + '&callback=?' + "&url=" + link ;
103
- do_info(url);
104
- }
105
- function heart_small(){
106
- $("body").find("#heart_tip_big").remove();
107
- }
108
- function do_nowt(){
109
- return;
110
- }
111
-
112
-
113
- });
114
-
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){
139
- $.getJSON(url,function(data){
140
- $('#heart_tip_big').css("width","350px");
141
- $('#heart_tip_big').addClass("finalbig");
142
- var title = data.items[0].title;
143
- $('#heart_tip_big img').remove();
144
- $('#heart_tip_big').html(title);
145
- });
146
- }
147
- // *** functions
148
- // the dostuff function. Fires when comment text area gets focus
149
- function cl_dostuff(){
150
- // only fire if checkbox is checked
151
- if($('#doluv').is(":checked")){
152
- var check=$(cl_settings['urlObj']).val().toLowerCase();
153
- // and there is a url provided
154
- if(!check) { return; }
155
- if(check.indexOf('http://') < 0) { return;}
156
- $('#mylastpost img').attr("src",cl_settings['images'] + "loader.gif");
157
- var url=cl_settings['api_url'] + "?type=request&refer=" + cl_settings['refer'] + "&url="+check+"&version="+ cl_settings['cl_version'] +"&callback=?";
158
- // do the ajax call
159
- $.getJSON(url,function(data){
160
- $('#showmore').show();
161
- $('#lastposts').empty();
162
- // get if is a member and other meta data
163
- var ismember = data.meta[0].ismember;
164
- if(ismember < 2){
165
- // uncomment below to only show luv to registered comluv users.
166
- //$('#mylastpost').html('Only registered comluv users can receive luv');
167
- //return;
168
- }
169
- $('#cl_memberid').val(ismember);
170
- cl_settings['request_id'] = data.meta[0].request_id;
171
- cl_settings['alert_message'] = data.meta[0].alert_message;
172
- // add the returned data to select box (or div)
173
- $('#lastposts').append(cl_settings['select_text'] + '<br/>');
174
- $.each(data.items, function(j,item){
175
- //get image type for this item
176
- var imageurl = '<img class="cl_type_icon" src="' + cl_settings['images'] + data.items[j]['type'] + '.gif"' + ' alt="' + data.items[j]['type'] + '" border=0 />';
177
- // construct vars for clchoose function
178
- var titlestr = data.items[j]['title'];
179
- // replace single and double quotes with backslash versions (to prevent the onclick=".. from getting split)
180
- titlestr = titlestr.replace(/\'/g,"\\\'");
181
- titlestr = titlestr.replace(/\"/g,"\\\'");
182
- $('#lastposts').append("<span onClick=\"clchoose('" + data.items[j]['type'] + "','" + data.items[j].url + "','" + titlestr + "'," + j + "," + data.meta[0].request_id + ");\" class=\"choosepost\">" + imageurl + data.items[j]['title'] + "</span>");
183
- });
184
- cl_settings['typeimage'] = '<img class="cl_type_icon" src="' + cl_settings['images'] + data.items[0]['type'] + '.gif"' + ' alt="' + data.items[0]['type'] + '" border=0 />';
185
- $('#mylastpost').html(cl_settings['typeimage'] + ' <a href="' + data.items[0].url +'" title="' + data.items[0]['type'] + '"> ' + data.items[0]['title'] + '</a>').fadeIn(1000);
186
- $('input[name="request_id"]').val(cl_settings['request_id']);
187
- $('input[name="choice_id"]').val("0");
188
- $('input[name="cl_type"]').val(data.items[0]['type']);
189
- //$('#cl_post').val('<a href="' + data.items[0].url + '">' + data.items[0]['title'] + '</a>');
190
- $('#cl_post_url').val(data.items[0].url);
191
- $('#cl_post_title').val(data.items[0]['title']);
192
- });
193
- // disable focus event
194
- $("textarea[name='" + cl_settings['comment'] + "']").unbind();
195
- }
196
- }
197
-
198
- })(jQuery);
199
-
200
- // functions called with onclick (outside scope of above block)
201
- function clchoose(ptype,purl,pstr,pid,preq){
202
- (function($) {
203
- if(purl == "0"){
204
- return;
205
- }
206
- // set hidden fields in form to hold values for identifying this choice
207
- $('input[name="choice_id"]').val(pid);
208
- $('input[name="request_id"]').val(preq);
209
- $('input[name="cl_type"]').val(ptype);
210
- $('#mylastpost a').attr("href",purl).text(pstr);
211
- $('input[name="cl_post_title"]').val( pstr );
212
- $('input[name="cl_post_url"]').val(purl);
213
- $('#mylastpost img').attr({src: cl_settings['images'] + ptype + '.gif',alt: ptype});
214
- if($('#luv').is(":checked")){
215
- $('input[name="cl_post"]').val('<a href="' + purl + '">' + pstr + '</a>');
216
- }
217
- })(jQuery);
218
- }
219
-
220
- function cl_infolink_click(clickurl){
221
- (function($){
222
- // set link to open in a new window
223
- $('a[href="' + clickurl + '"]').attr("target","_blank");
224
- var addit= "?type=click&url=" + clickurl + "&callback=?";
225
- var clurl=cl_settings['api_url'] + addit;
226
- // call api, don't worry about returned data
227
- $.getJSON(clurl);
228
- return true;
229
- })(jQuery);
230
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // commentluv 2.89
2
+ jQuery(document).ready(function(){
3
+ // get the form object and fields
4
+ var formObj = jQuery('#cl_post_title').parents('form');
5
+ var urlObj = cl_settings['urlObj'] = jQuery("input[name='" + cl_settings['url'] + "']",formObj);
6
+ var comObj = cl_settings['comObj'] = jQuery("textarea[name='" + cl_settings['comment'] + "']",formObj);
7
+ var autObj = jQuery("input[name='" + cl_settings['name'] + "']",formObj);
8
+ var emaObj = jQuery("input[name='" + cl_settings['email'] + "']",formObj);
9
+ // setup localized object with temporary vars
10
+ cl_settings['url_value'] = urlObj.val();
11
+ cl_settings['fired'] = 'no';
12
+ // set event listener for textarea focus
13
+ comObj.focus(function(){
14
+ cl_dostuff();
15
+ });
16
+ // set the event listener for the click of the checkbox
17
+ jQuery('#doluv').click(function(){
18
+ jQuery('#lastposts').hide();
19
+ if(jQuery(this).is(":checked")){
20
+ // was unchecked, now is checked
21
+ jQuery('#mylastpost').fadeTo("fast",1);
22
+ cl_settings['fired'] = 'no';
23
+ cl_dostuff();
24
+ } else {
25
+ // was checked, user unchecked it so empty hidden fields in form
26
+ jQuery('input[name="cl_post_title"]').val("");
27
+ jQuery('input[name="cl_post_url"]').val("");
28
+ jQuery('#mylastpost').fadeTo("slow",0.3);
29
+ jQuery('#lastposts').empty();
30
+ }
31
+ });
32
+ // click event for last blog post link
33
+ jQuery('.cluv a').click(function(){
34
+ var data = jQuery(this).attr('class').split(' ');
35
+ // store click count
36
+ jQuery.ajax({
37
+ url: cl_settings['api_url'],
38
+ type: 'POST',
39
+ data: {'action': 'cl_ajax','cid': data[1],'nonce':data[0],'cl_prem':jQuery(this).hasClass('p'),'url': jQuery(this).attr('href'),'do':'click'}
40
+ });
41
+ jQuery(this).attr('target','_blank');
42
+ return true;
43
+ });
44
+ // hover event on heart
45
+ if(cl_settings['infopanel'] == "on"){
46
+ jQuery('.heart_tip_box').mouseenter(heart_big);
47
+ }
48
+ // hide/show showmore
49
+ jQuery(document.body).click(function(){
50
+ if(cl_settings['lastposts'] == 'showing'){
51
+ jQuery('#lastposts').slideUp('',function(){cl_settings['lastposts'] = 'not'});
52
+ }
53
+ });
54
+ jQuery('#showmorespan img').click(function(){
55
+ if(cl_settings['lastposts'] == 'not'){
56
+ jQuery('#lastposts').slideDown('',function(){cl_settings['lastposts'] = 'showing'});
57
+ }
58
+ });
59
+ // clear hidden inputs on load
60
+ jQuery('#cl_post_title,#cl_post_url,#cl_prem').val('');
61
+ // set click on anywhere closes info box
62
+ jQuery(document).click(heart_small);
63
+ // add info panel to page
64
+ jQuery("body").append('<span id="heart_tip_big" style="display: none;position:absolute; z-index: 1001; background-color: ' + cl_settings['infoback'] + '; color: ' + cl_settings['infotext'] + '; width: 62px;"></span>');
65
+
66
+ });
67
+
68
+ /**
69
+ * checks everything is in place for doing stuff
70
+ * returns string 'ok' if, um, ok
71
+ */
72
+ function cl_docheck(){
73
+ // checkbox check
74
+ if(!jQuery('#doluv').is(':checked')){
75
+ return 'not checked';
76
+ }
77
+ var url = cl_settings['urlObj'];
78
+ var msg = jQuery('#cl_messages');
79
+ msg.empty();
80
+ url.removeClass('cl_error');
81
+ // logged in user?
82
+ var nourlmessage = cl_settings['no_url_message'];
83
+ if(cl_settings['logged_in'] == '1'){
84
+ nourlmessage = cl_settings['no_url_logged_in_message'];
85
+ } else {
86
+ // check if fb connect is active
87
+ if(!cl_settings['urlObj'].is(':visible') && typeof FB != 'undefined'){
88
+ var invisurl = cl_settings['urlObj'].remove();
89
+ var invismsg = jQuery('#cl_messages').remove();
90
+ cl_settings['comObj'].after('<br><span id="invisurl">').after(invismsg);
91
+ jQuery('#invisurl').append('URL ').after(invisurl).append('</span>');
92
+ }
93
+
94
+ }
95
+ // check that there is a value in the url field
96
+ if(url.val().length > 1){
97
+ // is value just http:// ?
98
+ if(url.val() == 'http://'){
99
+ url.addClass('cl_error');
100
+ cl_message(nourlmessage);
101
+ return;
102
+ }
103
+ // is the http:// missing?
104
+ if(url.val().substring(0,7) != 'http://'){
105
+ url.addClass('cl_error');
106
+ cl_message(cl_settings['no_http_message']);
107
+ return;
108
+ }
109
+ } else {
110
+ // there is no value
111
+ url.addClass('cl_error');
112
+ cl_message(nourlmessage);
113
+ return;
114
+ }
115
+ // if we are here, all is cool mon
116
+ return 'ok';
117
+ }
118
+ /**
119
+ * tries to fetch last blog posts for a url
120
+ */
121
+ function cl_dostuff(){
122
+ if(cl_docheck() != 'ok'){
123
+ return;
124
+ }
125
+ var url = cl_settings['urlObj'];
126
+ if(cl_settings['fired'] == 'yes'){
127
+ // already fired, fire again if current url is different to last fired
128
+ if(url.val() == cl_settings['url_value']){
129
+ return;
130
+ }
131
+ jQuery('#lastposts,#mylastpost').empty();
132
+ }
133
+ // fire the request to admin
134
+ jQuery('#cl_messages').append('<img src="' + cl_settings['images'] + 'loader.gif' + '"/>').show();
135
+ jQuery.ajax({
136
+ url: cl_settings['api_url'],
137
+ type: 'post',
138
+ dataType: 'json',
139
+ data: {'url':url.val(),'action':'cl_ajax','do':'fetch','_ajax_nonce':cl_settings._fetch},
140
+ success: function(data){
141
+ if(data.error == ''){
142
+ // no error, fill up lastposts div with items returned
143
+ jQuery('#cl_messages').empty().hide();
144
+ jQuery.each(data.items,function(j,item){
145
+ var title = item.title;
146
+ var link = item.link;
147
+ var count = '';
148
+ jQuery('#lastposts').append('<span id="' + item.link + '" class="choosepost ' + item.type + '">' + title + '</span>');
149
+ });
150
+ // setup first link and hidden fields
151
+ jQuery('#mylastpost').html('<a href="' + data.items[0].link +'"> ' + data.items[0]['title'] + '</a>').fadeIn(1000);
152
+ jQuery('#cl_post_title').val(data.items[0].title);
153
+ jQuery('#cl_post_url').val(data.items[0].link);
154
+ jQuery('#cl_prem').val(data.items[0].p);
155
+ // setup look and show dropdown
156
+ jQuery('span.message').css({'backgroundColor':jQuery('body').css('background-color'),'color':jQuery('body').css('color')});
157
+ jQuery('#showmorespan img').show();
158
+ if(cl_settings['comObj'].width() > jQuery('#commentluv').width()){
159
+ var dropdownwidth = jQuery('#commentluv').width();
160
+ } else {
161
+ var dropdownwidth = jQuery(cl_settings['comObj']).width();
162
+ }
163
+ jQuery('#lastposts').css('width',dropdownwidth).slideDown('',function(){ cl_settings['lastposts'] = 'showing'});
164
+ // bind click action
165
+ jQuery('.choosepost:not(.message)').click(function(){
166
+ jQuery('#cl_post_title').val(jQuery(this).text());
167
+ jQuery('#cl_post_url').val(jQuery(this).attr('id'));
168
+ jQuery('#mylastpost').html('<a href="' + jQuery(this).attr('id') +'"> ' + jQuery(this).text() + '</a>').fadeIn(1000);
169
+ });
170
+ } else {
171
+ cl_message(data.error);
172
+ }
173
+ }
174
+ });
175
+ // save what url used and that we checked already
176
+ cl_settings['fired'] = 'yes';
177
+ cl_settings['url_value'] = url.val();
178
+ }
179
+ /**
180
+ * adds a message to tell the user something in the cl_message div and then slides it down
181
+ * @param string message - the message to show
182
+ */
183
+ function cl_message(message){
184
+ jQuery('#cl_messages').empty().hide().text(message).slideDown();
185
+ }
186
+ function heart_big(e){
187
+ // get url and data from link
188
+ linkspan = jQuery(this).parents(".cluv");
189
+ var link = jQuery(linkspan).find("a:first").attr("href");
190
+ var linkdata = jQuery('img',this).attr('class').split(' ');
191
+
192
+ // prepare call to admin
193
+ var url = cl_settings['api_url'];
194
+ var data = {'action':'cl_ajax','cid':linkdata[2],'cl_prem':linkdata[1],'link': link,'do':'info','_ajax_nonce':cl_settings._info};
195
+ cl_prem = linkdata[1];
196
+ // set up position
197
+ var position = jQuery(this).offset();
198
+ var windowwidth = jQuery(window).width();
199
+ windowheight = jQuery(window).height();
200
+ var xpos = position.left;
201
+ ypos = position.top;
202
+ if(xpos + 350 > windowwidth){
203
+ xpos = windowwidth - 370;
204
+ if(xpos < 0) xpos = 0;
205
+ }
206
+
207
+ // setup panel and show with loading background image
208
+ jQuery('#heart_tip_big').empty().css({'left':xpos + "px", 'top' :ypos + "px" });
209
+ jQuery('#heart_tip_big').css("width","350px");
210
+ jQuery('#heart_tip_big').addClass("finalbig").show().addClass('cl_ajax');
211
+ // has this been shown before on this page?
212
+ if(typeof cl_settings[linkdata[2]] != 'undefined'){
213
+ fill_panel(cl_settings[linkdata[2]]);
214
+ return;
215
+ }
216
+ // execute call to admin
217
+ jQuery.ajax({
218
+ url: cl_settings['api_url'],
219
+ type: 'post',
220
+ data: data,
221
+ dataType: 'json',
222
+ success : function(data){
223
+ if(typeof(data) == 'object' && jQuery('#heart_tip_big').is(':visible')){
224
+ // acceptable response, populate panel
225
+ cl_settings[linkdata[2]] = data.panel;
226
+ fill_panel(data.panel);
227
+ } else {
228
+ jQuery('#heart_tip_big').removeClass('cl_ajax').html(cl_settings['no_info_message']);
229
+ }
230
+ jQuery('#heart_tip_big').mouseleave(heart_small);
231
+ }
232
+ });
233
+ }
234
+
235
+ function fill_panel(html){
236
+ jQuery('#heart_tip_big').removeClass('cl_ajax').html(html).show();
237
+ if(cl_prem == 'p'){
238
+ jQuery('#heart_tip_big p.cl_title').css('backgroundColor',cl_settings['infoback']);
239
+ }
240
+ // move panel if it extends below window
241
+ var ely = ypos - jQuery(document).scrollTop();
242
+ var poph = jQuery('#heart_tip_big').height() + 20;
243
+ if(ely + poph > windowheight){
244
+ var invis = poph - (windowheight - ely);
245
+ ypos -= invis;
246
+ if(ypos < 0) ypos = 0;
247
+ jQuery('#heart_tip_big').css('top',ypos);
248
+ }
249
+ return;
250
+ }
251
+
252
+ function heart_small(){
253
+ if(!jQuery('body').find('.cl_ajax').is(':visible')){
254
+ jQuery("body").find("#heart_tip_big").empty().hide();
255
+ }
256
+
257
+ }
258
+ function do_nowt(){
259
+ return;
260
+ }
js/hoverIntent.js DELETED
@@ -1,128 +0,0 @@
1
- /**
2
- * hoverIntent is similar to jQuery's built-in "hover" function except that
3
- * instead of firing the onMouseOver event immediately, hoverIntent checks
4
- * to see if the user's mouse has slowed down (beneath the sensitivity
5
- * threshold) before firing the onMouseOver event.
6
- *
7
- * hoverIntent r5 // 2007.03.27 // jQuery 1.1.2+
8
- * <http://cherne.net/brian/resources/jquery.hoverIntent.html>
9
- *
10
- * hoverIntent is currently available for use in all personal or commercial
11
- * projects under both MIT and GPL licenses. This means that you can choose
12
- * the license that best suits your project, and use it accordingly.
13
- *
14
- * // basic usage (just like .hover) receives onMouseOver and onMouseOut functions
15
- * $("ul li").hoverIntent( showNav , hideNav );
16
- *
17
- * // advanced usage receives configuration object only
18
- * $("ul li").hoverIntent({
19
- * sensitivity: 7, // number = sensitivity threshold (must be 1 or higher)
20
- * interval: 100, // number = milliseconds of polling interval
21
- * over: showNav, // function = onMouseOver callback (required)
22
- * timeout: 0, // number = milliseconds delay before onMouseOut function call
23
- * out: hideNav // function = onMouseOut callback (required)
24
- * });
25
- *
26
- * @param f onMouseOver function || An object with configuration options
27
- * @param g onMouseOut function || Nothing (use configuration options object)
28
- * @author Brian Cherne <brian@cherne.net>
29
- */
30
- (function($) {
31
- $.fn.hoverIntent = function(f,g) {
32
- // default configuration options
33
- var cfg = {
34
- sensitivity: 7,
35
- interval: 100,
36
- timeout: 0
37
- };
38
- // override configuration options with user supplied object
39
- cfg = $.extend(cfg, g ? { over: f, out: g } : f );
40
-
41
- // instantiate variables
42
- // cX, cY = current X and Y position of mouse, updated by mousemove event
43
- // pX, pY = previous X and Y position of mouse, set by mouseover and polling interval
44
- var cX, cY, pX, pY;
45
-
46
- // A private function for getting mouse position
47
- var track = function(ev) {
48
- cX = ev.pageX;
49
- cY = ev.pageY;
50
- };
51
-
52
- // A private function for comparing current and previous mouse position
53
- var compare = function(ev,ob) {
54
- ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t);
55
- // compare mouse positions to see if they've crossed the threshold
56
- if ( ( Math.abs(pX-cX) + Math.abs(pY-cY) ) < cfg.sensitivity ) {
57
- $(ob).unbind("mousemove",track);
58
- // set hoverIntent state to true (so mouseOut can be called)
59
- ob.hoverIntent_s = 1;
60
- return cfg.over.apply(ob,[ev]);
61
- } else {
62
- // set previous coordinates for next time
63
- pX = cX; pY = cY;
64
- // use self-calling timeout, guarantees intervals are spaced out properly (avoids JavaScript timer bugs)
65
- ob.hoverIntent_t = setTimeout( function(){compare(ev, ob);} , cfg.interval );
66
- }
67
- };
68
-
69
- // A private function for delaying the mouseOut function
70
- var delay = function(ev,ob) {
71
- ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t);
72
- ob.hoverIntent_s = 0;
73
- return cfg.out.apply(ob,[ev]);
74
- };
75
-
76
- // workaround for Mozilla bug: not firing mouseout/mouseleave on absolute positioned elements over textareas and input type="text"
77
- var handleHover = function(e) {
78
- var t = this;
79
-
80
- // next two lines copied from jQuery.hover, ignore children onMouseOver/onMouseOut
81
- var p = (e.type == "mouseover" ? e.fromElement : e.toElement) || e.relatedTarget;
82
- while ( p && p != this ) { try { p = p.parentNode; } catch(e) { p = this; } }
83
- if ( p == this ) {
84
- if ( $.browser.mozilla ) {
85
- if ( e.type == "mouseout" ) {
86
- t.mtout = setTimeout( function(){doHover(e,t);}, 30 );
87
- } else {
88
- if (t.mtout) { t.mtout = clearTimeout(t.mtout); }
89
- }
90
- }
91
- return;
92
- } else {
93
- if (t.mtout) { t.mtout = clearTimeout(t.mtout); }
94
- doHover(e,t);
95
- }
96
- };
97
-
98
- // A private function for handling mouse 'hovering'
99
- var doHover = function(e,ob) {
100
-
101
- // copy objects to be passed into t (required for event object to be passed in IE)
102
- var ev = jQuery.extend({},e);
103
-
104
- // cancel hoverIntent timer if it exists
105
- if (ob.hoverIntent_t) { ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t); }
106
-
107
- // else e.type == "onmouseover"
108
- if (e.type == "mouseover") {
109
- // set "previous" X and Y position based on initial entry point
110
- pX = ev.pageX; pY = ev.pageY;
111
- // update "current" X and Y position based on mousemove
112
- $(ob).bind("mousemove",track);
113
- // start polling interval (self-calling timeout) to compare mouse coordinates over time
114
- if (ob.hoverIntent_s != 1) { ob.hoverIntent_t = setTimeout( function(){compare(ev,ob);} , cfg.interval );}
115
-
116
- // else e.type == "onmouseout"
117
- } else {
118
- // unbind expensive mousemove event
119
- $(ob).unbind("mousemove",track);
120
- // if hoverIntent state is true, then call the mouseOut function after the specified delay
121
- if (ob.hoverIntent_s == 1) { ob.hoverIntent_t = setTimeout( function(){delay(ev,ob);} , cfg.timeout );}
122
- }
123
- };
124
-
125
- // bind the function to the two event listeners
126
- return this.mouseover(handleHover).mouseout(handleHover);
127
- };
128
- })(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
js/notify_signup.js CHANGED
@@ -1,6 +1,18 @@
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',
@@ -9,11 +21,44 @@ jQuery(document).ready(function(){
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
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  jQuery(document).ready(function(){
2
+ clsubmit = jQuery('#clsubmit');
3
+ jQuery(clsubmit).data('form',jQuery('#mainblock form:first').serialize());
4
+ jQuery(clsubmit).data('background',clsubmit.css('background'));
5
+ // set width in px to make button center align for all languages
6
+ jQuery('#cl_notify').css('width',jQuery('#cl_notify').width());
7
+ // hide options if commentluv is disabled
8
+ if(jQuery('.clenable:checked').val() == 'no'){
9
+ jQuery('.ifenable').hide();
10
+ }
11
+ // change save settings button if any options were changed
12
+ jQuery('#mainblock input').change(check_change);
13
+ // listener for click of button to subscribe
14
  jQuery('#cl_notify').click(function(){
15
+ jQuery(this).val(notify_signup_settings.wait_message + '...');
16
  jQuery.ajax({
17
  url: ajaxurl,
18
  type: 'POST',
21
  success: function(data){
22
  if(data.success == true){
23
  jQuery('#cl_notify').parents('div.submit').slideUp();
24
+ jQuery('#notify_message').empty().html(notify_signup_settings.notify_success1 + ' ' + data.email + ' ' + notify_signup_settings.notify_success2);
25
  } else {
26
+ jQuery('#notify_message').empty().html('<strong>' + notify_signup_settings.notify_fail + ' <a target="_blank" href="http://www.commentluv.com">www.commentluv.com</a>');
27
  }
28
  }
29
  })
30
  });
31
+ // listener for click of enable radio buttons
32
+ jQuery('.clenable').click(function(){
33
+ if(jQuery(this).val() == 'yes'){
34
+ // show the rest of the functions
35
+ jQuery('.ifenable').show();
36
+ } else {
37
+ jQuery('.ifenable').hide();
38
+ }
39
+ });
40
+ // listener for change of badge drop down
41
+ jQuery('#badge_type').change(function(){
42
+ var choice = jQuery(this).val();
43
+ var image = notify_signup_settings[choice];
44
+ jQuery('#display_badge').attr('src',notify_signup_settings.image_url + image);
45
+ jQuery('#display_badge').show();
46
+
47
+ });
48
+ // listener for focus of input in display settings panel
49
+ jQuery('.display-settings input').focus(function(){
50
+ jQuery(this).prev('input').attr('checked',true);
51
+ check_change();
52
+ });
53
+ // listener for click on technical settings
54
+ jQuery('#opentech').click(function(){ jQuery('#techbody').toggle();})
55
+ });
56
+
57
+ function check_change(){
58
+ var formdata = jQuery('#mainblock form:first').serialize();
59
+ if(formdata != jQuery(clsubmit).data('form')){
60
+ jQuery('#clsubmit').css({'background':'orange','font-weight':'bolder'});
61
+ } else {
62
+ jQuery('#clsubmit').css({'background':jQuery(clsubmit).data('background'),'font-weight':'inherit'});
63
+ }
64
+ }
lang/commentluv-ar_AR.mo DELETED
Binary file
lang/commentluv-ar_AR.po DELETED
@@ -1,211 +0,0 @@
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 DELETED
Binary file
lang/commentluv-de_DE.po DELETED
@@ -1,212 +0,0 @@
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 DELETED
Binary file
lang/commentluv-fr_FR.po DELETED
@@ -1,212 +0,0 @@
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: 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"
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 "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 CHANGED
Binary file
lang/commentluv-ge_KA.po CHANGED
@@ -1,199 +1,642 @@
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"
@@ -203,6 +646,10 @@ msgstr "ნაპოვნია შეცდომები თქვენს
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!."
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: CommentLuv in georgian\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-06-09 14:04-0000\n"
6
+ "PO-Revision-Date: 2011-06-09 14:05-0000\n"
7
+ "Last-Translator: Andy Bailey <andrewgbailey@gmail.com>\n"
8
+ "Language-Team: Kasia Ciszewski | pawel.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: Georgian\n"
13
+ "X-Poedit-Country: GEORGIA\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.php:48
20
+ msgid "CommentLuv requires Wordpress 3.0 or newer."
21
+ msgstr "CommentLuv-ისთვის საჭიროა Wordpress 3.0 ან უფრო ახალი ვერსია."
22
 
23
+ #: ../commentluv.php:48
24
+ msgid "Please Update!"
25
+ msgstr "გთხოვთ, განაახლოთ!"
26
 
27
+ #: ../commentluv.php:216
28
+ #, fuzzy
29
+ msgid "Please enter a URL and then click the CommentLuv checkbox if you want to add your last blog post"
30
+ msgstr "გთხოვთ, ჩაწეროთ URL, თუ გსურთ დაამატოთ თქვენი უახლესი ბლოგ-პოსტი"
31
 
32
+ #: ../commentluv.php:217
33
+ msgid "Please use http:// in front of your url"
34
+ msgstr "გთხოვთ, ვებ-მისამართს წინ დაურთოთi http://"
35
 
36
+ #: ../commentluv.php:218
37
+ msgid "You need to visit your profile in the dashboard and update your details with your site URL"
38
+ msgstr "უნდა გადახვიდეთ თქვენს პროფილზე და განაახლო თქვენი დეტალები თქვენი საიტის URL-ს დამატებით"
39
 
40
+ #: ../commentluv.php:219
41
+ msgid "No info was available or an error occured"
42
+ msgstr "ინფორმაცია არ არის ან შეცდომა მოხდა"
43
 
44
+ #: ../commentluv.php:242
45
+ msgid "Please wait"
46
+ msgstr "გთხოვთ, დაიცადოთ"
47
+
48
+ #: ../commentluv.php:242
49
+ msgid "Please check your inbox, an email will be sent to"
50
+ msgstr "გთხოვთ, შეამოწმოთ თქვენს ფოსტაში მიღებული წერილები, ან ელ.წერილი გაიგზავნება მისამართზე"
51
+
52
+ #: ../commentluv.php:242
53
+ msgid "in the next few minutes with a confirmation link"
54
+ msgstr "რამდენიმე წუთში და მასში იქნება დადასტურების ბმული"
55
+
56
+ #: ../commentluv.php:242
57
+ msgid "An error happened with the request. Try signing up at the site"
58
+ msgstr "შეცდომა მოხდა მოთხოვნასთან დაკავშირებით. ისევ ცადეთ საიტზე "
59
+
60
+ #: ../commentluv.php:271
61
+ msgid "Your Wordpress install is missing the <strong>wp_commentmeta</strong> table!"
62
+ msgstr ""
63
+
64
+ #: ../commentluv.php:271
65
+ msgid " CommentLuv cannot work without this table please see this wordpress forum post to learn how to add one ->"
66
+ msgstr ""
67
+
68
+ #: ../commentluv.php:271
69
+ msgid "Missing wp_commentmeta table"
70
  msgstr ""
71
 
72
+ #: ../commentluv.php:364
73
+ msgid "Twice Monthly"
74
+ msgstr "თცეში ორჯერ"
75
+
76
+ #: ../commentluv.php:391
77
+ msgid "CommentLuv is enabled"
78
+ msgstr "CommentLuv გააქტიურებულია"
79
+
80
+ #: ../commentluv.php:432
81
+ msgid "Show more posts"
82
+ msgstr "სხვა პოსტების ნახვა"
83
+
84
+ #: ../commentluv.php:522
85
+ msgid "I have only commented on this post"
86
+ msgstr "კომენტარი გავაკეთე მხოლოდ ამ პოსტზე"
87
+
88
+ #: ../commentluv.php:525
89
+ msgid "If I had made more comments on this site, you would see more of my other posts here"
90
+ msgstr "ამ საიტზე სხვა კომენტარები რომ გამეკეთებინა, ჩემს სხვა პოსტებსაც ნახავდით აქ"
91
+
92
+ #: ../commentluv.php:550
93
+ msgid "User has not saved a description in their profile page"
94
+ msgstr "მომხმარებელმა არ შეინახა აღწერა მისი პროფილის გვერდზე"
95
+
96
+ #: ../commentluv.php:562
97
+ msgid "is the administrator of this site"
98
+ msgstr "არის ამ საიტის ადმინისტრატორი"
99
+
100
+ #: ../commentluv.php:564
101
+ msgid "is a registered member of my site"
102
+ msgstr "არის ჩემს საიტზე დარეგისტრირებული წევრი"
103
+
104
+ #: ../commentluv.php:567
105
+ #: ../commentluv.php:586
106
+ msgid "Clicks on this link on this comment"
107
+ msgstr "დააწკაპუნეთ ამ ბმულზე ამ კომენტარზე"
108
+
109
+ #: ../commentluv.php:567
110
+ #: ../commentluv.php:587
111
+ msgid "approved comments on this site"
112
+ msgstr "დამოწმებული კომენტარი ამ საიტზე"
113
+
114
+ #: ../commentluv.php:567
115
+ #: ../commentluv.php:588
116
+ msgid "Some other posts I have commented on"
117
+ msgstr "სხვა პოსტები, რომლებზეც გავგზავნე კომენტარები"
118
+
119
+ #: ../commentluv.php:567
120
+ msgid "Some of my other posts"
121
+ msgstr "ჩემი ზოგიერთი სხვა კომენტარი"
122
+
123
+ #: ../commentluv.php:580
124
+ msgid "has not registered on this site"
125
+ msgstr "დარეგისტრირებულია ამ საიტზე"
126
+
127
+ #: ../commentluv.php:702
128
+ msgid "Could not get posts for home blog"
129
+ msgstr "პოსტების მიღება ვერ სრულდება საწყის ბლოგზე"
130
+
131
+ #: ../commentluv.php:758
132
+ #, fuzzy
133
+ msgid "If you are registered, you need to log in to get 10 posts to choose from"
134
+ msgstr "თუ დარეგისტრირებული ხართ, როგორც ჩემი საიტის მომხმარებელი, შეგიძლიათ მიიღოთ თქვენი უახლესი 10 ბლოგ-პოსტი, რომლებსაც აირჩევთ ამ უჯრაში."
135
+
136
+ #: ../commentluv.php:782
137
+ #: ../commentluv.php:1231
138
+ msgid "Register"
139
+ msgstr "რეგისტრაცია"
140
+
141
+ #: ../commentluv.php:787
142
+ msgid "recently posted"
143
+ msgstr "ბოლო დროს განთავსებული"
144
+
145
+ #: ../commentluv.php:788
146
+ msgid "If you register as a user on my site, you can get your 10 most recent blog posts to choose from in this box."
147
+ msgstr "თუ დარეგისტრირებული ხართ, როგორც ჩემი საიტის მომხმარებელი, შეგიძლიათ მიიღოთ თქვენი უახლესი 10 ბლოგ-პოსტი, რომლებსაც აირჩევთ ამ უჯრაში."
148
+
149
+ #: ../commentluv.php:789
150
+ msgid "If this user had registered to my site then they could get 10 last posts to choose from when they comment and you would be able to see a list of their recent posts in this panel"
151
+ msgstr "ეს მომხმარებელი დარეგისტრირებული რომ ყოფილიყო ჩემს საიტზე, იგი ასარჩევად მიიღებდა ბოლო 10 პოსტს, როცა კომენტარს გააკეთებდა და ამ პანელში დაინახავდით მისი უახლესი პოსტების სიას"
152
+
153
+ #: ../commentluv.php:967
154
+ msgid "Settings"
155
+ msgstr "პარამეტრები"
156
+
157
+ #: ../commentluv.php:1006
158
+ msgid "No Posts Were Found!"
159
+ msgstr "პოსტები ვერ მოიძებნა!"
160
+
161
+ #: ../commentluv.php:1046
162
+ msgid "There is a new version of Commentluv available, please upgrade by visiting this site"
163
+ msgstr "გამოსულია Commentluv-ის ახალი ვერსია. გთხოვთ, განახლებისთვის ეწვიოთ საიტს"
164
+
165
+ #: ../commentluv.php:1049
166
+ msgid "Dismiss notice"
167
+ msgstr "უარყოფის დებულება"
168
+
169
+ #: ../commentluv.php:1076
170
+ msgid "CommentLuv Settings v"
171
+ msgstr "CommentLuv პარამეტრები v"
172
+
173
+ #: ../commentluv.php:1086
174
+ msgid "Important!"
175
+ msgstr "მნიშვნელოვანია!"
176
+
177
+ #: ../commentluv.php:1086
178
+ msgid "Subscription Information"
179
+ msgstr "რეგისტრაციის ინფორმაცია"
180
+
181
+ #: ../commentluv.php:1091
182
+ msgid "CommentLuv 3.0 Premium is coming soon!"
183
+ msgstr "მალე გამოვა CommentLuv 3.0 Premium!"
184
+
185
+ #: ../commentluv.php:1092
186
+ msgid "I promise not to sell your details or send you spam. You will ONLY receive emails about plugin updates."
187
+ msgstr "გპირდებით, რომ არ გავყიდით თქვენს ინფორმაციას და არ გამოგიგზავნით სპამს. მხოლოდ ჩაშენებული პროგრამის განახლებების შესახებ მიიღებთ ელ.წერილებს."
188
+
189
+ #: ../commentluv.php:1095
190
+ msgid "There is a premium version of CommentLuv coming that will have much more control of how the plugin works as well as exclusive features like keyword name, inline registration and much much more!. Signup to find out as soon as it is ready"
191
+ msgstr "მალე გამოვა CommentLuv-ის პრემიუმ ვერსია, რომელსაც უფრო მეტი შესაძლებლობები ექნება ჩაშენებული პროგრამების მუშაობის მხრივ და აგრეთვე ექნება ისეთი ექსკლუზიური ფუნქციები, როგორიცაა საკვანძო სიტყვა, ონლაინ რეგისტრაცია და მრავალი სხვა. დარეგისტრირდით და შეიტყვეთ როდის გამზადდება იგი"
192
+
193
+ #: ../commentluv.php:1098
194
+ msgid "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"
195
+ msgstr "უკვე დარეგისტრირებული ხართ. თუ დადასტურების წერილს არ მიიღებთ 12 საათის განმავლობაში, გთხოვთ, დააჭიროთ ღილაკს და თავიდან გაგზავნოთ, ან გამოიყენოთ"
196
+
197
+ #: ../commentluv.php:1098
198
+ msgid "Resend Verification"
199
+ msgstr "დამოწმების თავიდან გაგზავნის ფორმა"
200
+
201
+ #: ../commentluv.php:1100
202
+ msgid "Click to register now!"
203
+ msgstr "დააწკაპუნეთ და დარეგისტრირდით ახლა!"
204
+
205
+ #: ../commentluv.php:1115
206
+ msgid "Primary Setting"
207
+ msgstr "ძირითადი პარამეტრები"
208
+
209
+ #: ../commentluv.php:1115
210
+ #: ../commentluv.php:1149
211
+ #: ../commentluv.php:1208
212
+ #: ../commentluv.php:1264
213
+ #: ../commentluv.php:1295
214
+ msgid "Help Video"
215
+ msgstr "დახმარების ვიდეო"
216
+
217
+ #: ../commentluv.php:1119
218
+ msgid "Enable CommentLuv?"
219
+ msgstr "გააქტიურდეს CommentLuv?"
220
+
221
+ #: ../commentluv.php:1120
222
+ msgid "Yes"
223
+ msgstr "დიახ"
224
+
225
+ #: ../commentluv.php:1121
226
+ msgid "No"
227
+ msgstr "არა"
228
+
229
+ #: ../commentluv.php:1126
230
+ msgid "On Posts"
231
+ msgstr "პოსტებზე"
232
+
233
+ #: ../commentluv.php:1127
234
+ msgid "On Pages"
235
+ msgstr "გვერდებზე"
236
+
237
+ #: ../commentluv.php:1128
238
+ msgid "On Both"
239
+ msgstr "ორივეზე"
240
+
241
+ #: ../commentluv.php:1133
242
+ msgid "On by default?"
243
+ msgstr "ჩართული იყოს, როგორც ნაგულისხმევია?"
244
+
245
+ #: ../commentluv.php:1137
246
+ msgid "On for admin?"
247
+ msgstr "ჩართული იყოს ადმინისტრატორისთვის?"
248
+
249
+ #: ../commentluv.php:1149
250
+ msgid "Appearance"
251
+ msgstr "იერი"
252
+
253
+ #: ../commentluv.php:1153
254
+ msgid "Badge"
255
+ msgstr "ემბლემა"
256
+
257
+ #: ../commentluv.php:1154
258
+ msgid "Custom Image URL"
259
+ msgstr "შერჩეული სურათის URL"
260
+
261
+ #: ../commentluv.php:1155
262
+ msgid "Use Text"
263
+ msgstr "ტექსტის გამოყენება"
264
+
265
+ #: ../commentluv.php:1163
266
+ msgid "Default"
267
+ msgstr "ნაგულისხმევი"
268
+
269
+ #: ../commentluv.php:1164
270
+ msgid "White"
271
+ msgstr "თეთრი"
272
+
273
+ #: ../commentluv.php:1165
274
+ msgid "Black"
275
+ msgstr "შავი"
276
+
277
+ #: ../commentluv.php:1166
278
+ msgid "None"
279
+ msgstr "არცერთი"
280
+
281
+ #: ../commentluv.php:1183
282
+ msgid "Link to Commentluv?"
283
+ msgstr "დაკავშირდეს Commentluv?"
284
+
285
+ #: ../commentluv.php:1190
286
+ msgid "Enable info panel?"
287
+ msgstr "გააქტიურდეს საინფორმაციო დაფა?"
288
+
289
+ #: ../commentluv.php:1191
290
+ msgid "Info panel background color"
291
+ msgstr "საინფორმაციო დაფის ფონის ფერი"
292
+
293
+ #: ../commentluv.php:1192
294
+ msgid "Info panel text color"
295
+ msgstr "საინფორმაციო დაფის ტექსტის ფერი"
296
+
297
+ #: ../commentluv.php:1198
298
+ msgid "Example text and background color"
299
+ msgstr "ტექსტისა და ფონის ფერის მაგალითი"
300
+
301
+ #: ../commentluv.php:1208
302
+ msgid "Messages"
303
+ msgstr "წერილები"
304
+
305
+ #: ../commentluv.php:1215
306
+ msgid "Text to be displayed in the comment"
307
+ msgstr "კომენტარის ტექსტი"
308
 
309
+ #: ../commentluv.php:1218
310
+ msgid "[name] = The users name"
311
+ msgstr "[name] = მომხმარებლის სახელი"
312
+
313
+ #: ../commentluv.php:1218
314
+ msgid "[lastpost] = The last blog post link"
315
+ msgstr "[lastpost] = ბმული ბოლო ბლოგ-პოსტზე"
316
+
317
+ #: ../commentluv.php:1225
318
+ msgid "Message for unregistered user in the drop down box"
319
+ msgstr "შეტყობინება დაურეგისტრირებელი მომხმარებლისთვის ჩამოსაშლელი სიის ბოლოს"
320
+
321
+ #: ../commentluv.php:1226
322
+ #: ../commentluv.php:1250
323
+ msgid "Message will not be shown if you do not have registrations enabled"
324
  msgstr ""
325
 
326
+ #: ../commentluv.php:1230
327
+ msgid "Your register link code"
328
+ msgstr "თქვენი სარეგისტრაციო ბმულის კოდი"
329
+
330
+ #: ../commentluv.php:1240
331
+ msgid "You have NOT set your blog to allow registrations, you can do that in Settings/General"
332
+ msgstr "თქვენს ბლოგზე არ გაქვთ მიცემული რეგისტრაციის უფლება. უფლების მისაცემად გახსენით პარამეტრები/ძირითადი"
333
+
334
+ #: ../commentluv.php:1241
335
+ msgid "here"
336
+ msgstr "აქ"
337
+
338
+ #: ../commentluv.php:1249
339
+ msgid "Message for unregistered user in the info panel"
340
+ msgstr "შეტყობინება დაურეგისტრირებელი მომხმარებლისთვის საინფორმაციო დაფაზე"
341
+
342
+ #: ../commentluv.php:1264
343
+ msgid "Operational Settings"
344
+ msgstr "სამუშაო პარამეტრები"
345
+
346
+ #: ../commentluv.php:1271
347
+ msgid "Who to give 10 last posts to choose from when they comment?"
348
+ msgstr "ვინ მიიღოს უახლესი 10 პოსტი ასარჩევად, როცა გააკეთებს კომენტარს?"
349
+
350
+ #: ../commentluv.php:1272
351
+ msgid "Only Registered Members"
352
+ msgstr "მხოლოდ დარეგისტრირებულმა წევრებმა"
353
 
354
+ #: ../commentluv.php:1273
355
+ msgid "Everybody"
356
+ msgstr "ყველამ"
357
 
358
+ #: ../commentluv.php:1274
359
+ msgid "Nobody"
360
+ msgstr "არავინ"
361
 
362
+ #: ../commentluv.php:1281
363
+ msgid "Whose links should be dofollow?"
364
+ msgstr "რომელი ბმულები იყოს dofollow?"
365
 
366
+ #: ../commentluv.php:1282
367
+ msgid "Only Registered Members Links"
368
+ msgstr "მხოლოდ დარეგისტრირებული წევრების ბმულები"
369
 
370
+ #: ../commentluv.php:1283
371
+ msgid "Everybody gets dofollow links"
372
+ msgstr "ყველამ მიიღოს dofollow ბმულები"
373
 
374
+ #: ../commentluv.php:1284
375
+ msgid "Nobody gets dofollow links"
376
+ msgstr "არავინ მიიღოს dofollow ბმულები"
377
+
378
+ #: ../commentluv.php:1295
379
  msgid "Technical Settings"
380
  msgstr "ტექნიკური პარამეტრები"
381
 
382
+ #: ../commentluv.php:1295
383
+ msgid "Click to open technical settings"
384
+ msgstr "დააწკაპუნეთ და მიიღეთ ტექნიკური პარამეტრები"
385
+
386
+ #: ../commentluv.php:1302
387
+ msgid "Please check the help video for this section before changing settings"
388
+ msgstr "გთხოვთ, ნახოთ დახმარების ვიდეო, სანამ შეცვლით ამ განყოფილების პარამეტრებს"
389
+
390
+ #: ../commentluv.php:1303
391
+ msgid "In most cases, you will NOT need to change the settings in this box unless you have a custom comment form, template or you are using minifying or caching plugins"
392
+ msgstr "უმეტეს შემთხვევებში, არ გჭირდებათ პარამეტრების შეცვლა ამ ველში, თუ არ გაქვთ საკუთარი გემოვნებით გაფორმებული ფორმა კომენტარებისთვის, შაბლონი, ან თუ არ იყენებთ შემამცირებელ ან ქეშ-მესხიერებაში შემნახველ ჩაშენებულ პროგრამებს"
393
+
394
+ #: ../commentluv.php:1308
395
+ msgid "Compatibility"
396
+ msgstr "თავსებადობა"
397
+
398
+ #: ../commentluv.php:1312
399
+ msgid "Use manual insert of badge code?"
400
+ msgstr "მექანიკურად ჩასვამთ ემბლემის კოდს?"
401
+
402
+ #: ../commentluv.php:1316
403
+ msgid "Enable minifying compatibility?"
404
+ msgstr "გააქტიურდეს შემცირების თავსებადობა?"
405
+
406
+ #: ../commentluv.php:1317
407
+ msgid "For caching plugins (places localized code in footer)"
408
+ msgstr "ქეშ-მესხიერებაში შემნახველი ჩაშენებული პროგრამებისთვის (გთხოვთ, პერსონალურად გააფორმოთ კოდი სქოლიოში)"
409
+
410
+ #: ../commentluv.php:1322
411
+ msgid "API URL"
412
+ msgstr ""
413
 
414
+ #: ../commentluv.php:1326
415
+ msgid "URL to use for API"
416
  msgstr ""
417
 
418
+ #: ../commentluv.php:1330
419
+ msgid "Comment Form Field Values"
420
+ msgstr "კომენტარის ფორმის ველების მნიშვნელობები"
421
+
422
+ #: ../commentluv.php:1333
423
  msgid "Authors Name field name"
424
+ msgstr "\"ავტორის სახელის\" ველის სახელი"
425
 
426
+ #: ../commentluv.php:1338
427
  msgid "Email field name"
428
+ msgstr "\"ელ.ფოსტის\" ველის სახელი"
429
 
430
+ #: ../commentluv.php:1343
431
  msgid "Authors URL field name"
432
+ msgstr "\"ავტორის URL-ის\" ველის სახელი"
433
 
434
+ #: ../commentluv.php:1348
435
  msgid "Comment Text Area name"
436
+ msgstr "\"კომენტარის ტექსტური ველის\" სახელი"
437
+
438
+ #: ../commentluv.php:1353
439
+ msgid "Diagnostics Info"
440
+ msgstr "დიაგნოსტიკის ინფორმაცია"
441
+
442
+ #: ../commentluv.php:1371
443
+ msgid "You can copy this information and send it to me if I request it"
444
+ msgstr "შეგიძლიათ დააკოპიროთ ეს ინფორმაცია და გამომიგზავნოთ, თუ ამას მოგთხოვთ"
445
 
446
+ #: ../commentluv.php:1378
447
+ msgid "Save Settings"
448
+ msgstr "პარამეტრების შენახვა"
449
 
450
+ #: ../commentluv.php:1380
451
+ msgid "Reset Settings"
452
+ msgstr "საწყისი პარამეტრების დაბრუნება"
453
+
454
+ #: ../commentluv.php:1383
455
  msgid "Are you sure you want to reset your settings? Press OK to continue"
456
+ msgstr "დარწმუნებული ხართ, რომ გსურთ დაბრუნდეს საწყისი პარამეტრები? დააჭირეთ OK და განაგრძეთ"
457
+
458
+ #: ../commentluv.php:1386
459
+ msgid "Reset"
460
+ msgstr "საწყისი პარამეტრების დაბრუნება"
461
 
462
+ #: ../commentluv.php:1394
463
  msgid "Plugin Info"
464
+ msgstr "ჩაშენებული პროგრამის ინფორმაცია"
465
+
466
+ #: ../commentluv.php:1397
467
+ msgid "Start Here"
468
+ msgstr "დაიწყეთ აქედან"
469
 
470
+ #: ../commentluv.php:1398
471
  msgid "Author"
472
+ msgstr "ავტორი"
473
 
474
+ #: ../commentluv.php:1399
475
  msgid "Home Page"
476
+ msgstr "საწყისი გვერდი"
477
 
478
+ #: ../commentluv.php:1399
479
+ msgid "Visit www.commentluv.com!"
480
+ msgstr "ეწვიეთ საიტს www.commentluv.com!"
481
 
482
+ #: ../commentluv.php:1400
483
  msgid "Social"
484
+ msgstr "სოციალური"
485
 
486
+ #: ../commentluv.php:1401
487
  msgid "Help"
488
+ msgstr "დახმარება"
489
 
490
+ #: ../commentluv.php:1401
491
  msgid "Help Desk"
492
+ msgstr "დახმარების ცენტრი"
493
+
494
+ #: ../commentluv.php:1402
495
+ msgid "Do you like this plugin?"
496
  msgstr ""
497
 
498
+ #: ../commentluv.php:1404
499
  msgid "News"
500
+ msgstr "სიახლეები"
501
 
502
+ #: ../commentluv.php:1410
503
  msgid "Thanks to the following for translations"
504
+ msgstr "მადლობას ვიხდით თარგმანისთვის"
505
 
506
+ #: ../commentluv.php:1411
507
  msgid "Italian"
508
+ msgstr "იტალიური"
509
+
510
+ #: ../commentluv.php:1412
511
+ msgid "Dutch"
512
+ msgstr "ჰოლანდიური"
513
 
514
+ #: ../commentluv.php:1413
515
+ msgid "Polish"
516
+ msgstr "პოლონური"
517
+
518
+ #: ../commentluv.php:1414
519
+ msgid "Georgian"
520
+ msgstr "ქართული"
521
+
522
+ #: ../commentluv.php:1415
523
+ msgid "Lithuanian"
524
+ msgstr "ლიტვური"
525
+
526
+ #: ../commentluv.php:1416
527
+ msgid "Portuguese"
528
+ msgstr "პორტუგალიური"
529
+
530
+ #: ../commentluv.php:1417
531
+ #, fuzzy
532
+ msgid "Malaysian"
533
+ msgstr "იტალიური"
534
+
535
+ #: ../commentluv.php:1418
536
  msgid "Russian"
537
+ msgstr "რუსული"
538
 
539
+ #: ../commentluv.php:1419
540
  msgid "Chinese"
541
+ msgstr "ჩინური"
542
 
543
+ #: ../commentluv.php:1420
544
  msgid "Hebrew"
545
+ msgstr "ივრითი"
546
 
547
+ #: ../commentluv.php:1421
548
  msgid "French"
549
+ msgstr "ფრანგული"
550
+
551
+ #: ../commentluv.php:1423
552
+ msgid "Romanian"
553
+ msgstr "რუმინული"
554
+
555
+ #: ../commentluv.php:1424
556
+ msgid "German"
557
+ msgstr "გერმანული"
558
+
559
+ #: ../commentluv.php:1425
560
+ msgid "Arabic"
561
+ msgstr "არაბული"
562
+
563
+ #: ../commentluv.php:1427
564
+ msgid "Want your link here?"
565
  msgstr ""
566
 
567
+ #: ../commentluv.php:1427
568
+ msgid "How To Submit A Translation"
569
  msgstr ""
570
 
571
+ #: ../commentluv.php:1428
572
+ msgid "Special thanks go to the following"
573
  msgstr ""
574
 
575
+ #: ../commentluv.php:1429
576
+ #, fuzzy
577
+ msgid "CSS Help"
578
+ msgstr "დახმარება"
579
 
580
+ #: ../commentluv.php:1430
581
+ #, fuzzy
582
+ msgid "Badge GFX"
583
+ msgstr "ემბლემა"
584
 
585
+ #~ msgid "Display Options"
586
+ #~ msgstr "Mostra opzioni"
 
587
 
588
+ #~ msgid "Text displayed in the select box"
589
+ #~ msgstr "Testo visibile nella casella di selezione"
590
+
591
+ #~ msgid "Show heart on links?"
592
+ #~ msgstr "Desideri mostrare il cuore nei link?"
593
+
594
+ #~ msgid "Display Badge"
595
+ #~ msgstr "Mostra badge"
596
+
597
+ #~ msgid ""
598
+ #~ "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for "
599
+ #~ "creating these images."
600
+ #~ msgstr ""
601
+ #~ "Un grazie sincero a <a href=\"http://byteful.com\">Byteful Traveller</a> "
602
+ #~ "per avere realizzato queste immagini."
603
+
604
+ #~ msgid "Choose badge to display"
605
+ #~ msgstr "Scegli il badge da mostrare"
606
+
607
+ #~ msgid "Show nothing"
608
+ #~ msgstr "niente"
609
+
610
+ #~ msgid "Show text"
611
+ #~ msgstr "Mostra testo"
612
+
613
+ #~ msgid "Prepend html before badge or text (optional)"
614
+ #~ msgstr "Prefisso html per il badge o testo (facoltativo)"
615
+
616
+ #~ msgid "Reset to Default Settings"
617
+ #~ msgstr "Ripristina alle impostazioni predefinite"
618
+
619
+ #~ msgid "There were errors with your chosen settings"
620
+ #~ msgstr ""
621
+ #~ "Si sono verificati alcuni errori in relazione alle impostazioni che hai "
622
+ #~ "scelto"
623
+
624
+ #~ msgid ""
625
+ #~ "This plugin takes the url from the comment form and tries to parse the "
626
+ #~ "feed of the site and display the last entry made. If you have any "
627
+ #~ "questions, comments or if you have a good idea that you would like to see "
628
+ #~ "in the next version of CommentLuv, please visit http://comluv.com and let "
629
+ #~ "me know."
630
+ #~ msgstr ""
631
+ #~ "Questo plugin ottiene l'url dal modulo dei commenti provando di "
632
+ #~ "conseguenza l'analisi del feed del sito facendo sì che sia possibile "
633
+ #~ "mostrarne i contenuti più recenti. \n"
634
+ #~ "Qualora avessi qualche domanda, commento o avessi una brillante idea da "
635
+ #~ "proporre per la prossima versione di CommentLuv, visita il FiddyP Blog "
636
+ #~ "oppure il forum di supporto e fammi sapere."
637
 
638
  #~ msgid "CommentLuv Member Area"
639
+ #~ msgstr "Area membri CommentLuv"
640
 
641
  #~ msgid ""
642
  #~ "If you register your site for free at <a href=\"http://comluv.com"
646
  #~ "the ability to send back more than just blog posts. You can even create "
647
  #~ "your own WP2.7 blog there with commentluv pre-installed!."
648
  #~ msgstr ""
649
+ #~ "Qualora registrassi gratuitamente il tuo sito a <a href=\"http://comluv."
650
+ #~ "com\">ComLuv.com</a>, avrai la possibilità di aggiungere delle ulteriori "
651
+ #~ "funzioni riservate esclusivamente ai soli membri: il tracciamento dei "
652
+ #~ "link in modo tale che tu possa vedere quali commenti effettuati sui blog "
653
+ #~ "CommentLuv abbiano generato delle visite al tuo ultimo articolo nonché la "
654
+ #~ "possibilità di rimandare non solo gli articoli. Potrai infine creare il "
655
+ #~ "tuo blog WP2.8 con commentluv pre-installato!."
lang/commentluv-he_IL.mo DELETED
Binary file
lang/commentluv-he_IL.po DELETED
@@ -1,209 +0,0 @@
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: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"
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 "פלאגין זה משתמש בשדה כתובת האתר בטופס התגובות ומנסה לבדוק את פיד הרסס של הבלוג ולהציג מתוכו את הפוסט האחרון שפורסם. אם יש לך שאלות, הערות או רעיון טוב שהיית רוצה לראות בגרסה הבאה של 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-hi_IN.mo ADDED
Binary file
lang/commentluv-hi_IN.po ADDED
@@ -0,0 +1,643 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: CommentLuv\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-06-09 14:04-0000\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Andy Bailey <andrewgbailey@gmail.com>\n"
8
+ "Language-Team: Outshine Solutions <shivangi@outshinesolutions.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: Hindi\n"
13
+ "X-Poedit-Country: INDIA\n"
14
+ "X-Poedit-SourceCharset: utf-8\n"
15
+
16
+ #: ../commentluv.php:48
17
+ msgid "CommentLuv requires Wordpress 3.0 or newer."
18
+ msgstr "CommentLuv Wordpress 3.0या नये आवश्यकता है."
19
+
20
+ #: ../commentluv.php:48
21
+ msgid "Please Update!"
22
+ msgstr "अपडेट करें!"
23
+
24
+ #: ../commentluv.php:216
25
+ #, fuzzy
26
+ msgid "Please enter a URL and then click the CommentLuv checkbox if you want to add your last blog post"
27
+ msgstr "एक URL दर्ज करें यदि आप अपने पिछले ब्लॉग पोस्ट में जोड़ना चाहते हैं"
28
+
29
+ #: ../commentluv.php:217
30
+ msgid "Please use http:// in front of your url"
31
+ msgstr "अपने URL की सामने http:// का प्रयोग करें"
32
+
33
+ #: ../commentluv.php:218
34
+ msgid "You need to visit your profile in the dashboard and update your details with your site URL"
35
+ msgstr "आपको डैशबोर्ड में अपनी प्रोफ़ाइल पर जाएँ और अपने साइट के URL के साथ अपने विवरण का अद्यतन करें"
36
+
37
+ #: ../commentluv.php:219
38
+ msgid "No info was available or an error occured"
39
+ msgstr " जानकारी उपलब्ध नहीं है या कोई त्रुटि हुई था"
40
+
41
+ #: ../commentluv.php:242
42
+ msgid "Please wait"
43
+ msgstr "कृपया प्रतीक्षा करें"
44
+
45
+ #: ../commentluv.php:242
46
+ msgid "Please check your inbox, an email will be sent to"
47
+ msgstr "कृपया अपने इनबॉक्स की जाँच, एक ईमेल के लिए भेजा जाएगा"
48
+
49
+ #: ../commentluv.php:242
50
+ msgid "in the next few minutes with a confirmation link"
51
+ msgstr "एक पुष्टिकरण लिंक के साथ अगले कुछ मिनटों में"
52
+
53
+ #: ../commentluv.php:242
54
+ msgid "An error happened with the request. Try signing up at the site"
55
+ msgstr "एक अनुरोध के साथ त्रुटि हुआ. साइट पर साइन अप करने की कोशिश करो"
56
+
57
+ #: ../commentluv.php:271
58
+ msgid "Your Wordpress install is missing the <strong>wp_commentmeta</strong> table!"
59
+ msgstr ""
60
+
61
+ #: ../commentluv.php:271
62
+ msgid " CommentLuv cannot work without this table please see this wordpress forum post to learn how to add one ->"
63
+ msgstr ""
64
+
65
+ #: ../commentluv.php:271
66
+ msgid "Missing wp_commentmeta table"
67
+ msgstr ""
68
+
69
+ #: ../commentluv.php:364
70
+ msgid "Twice Monthly"
71
+ msgstr "दो बार मासिक"
72
+
73
+ #: ../commentluv.php:391
74
+ msgid "CommentLuv is enabled"
75
+ msgstr "CommentLuv सक्रिय है"
76
+
77
+ #: ../commentluv.php:432
78
+ msgid "Show more posts"
79
+ msgstr "अधिक पोस्ट दिखाएँ"
80
+
81
+ #: ../commentluv.php:522
82
+ msgid "I have only commented on this post"
83
+ msgstr "मैंने केवल इस पोस्ट पर टिप्पणी की"
84
+
85
+ #: ../commentluv.php:525
86
+ msgid "If I had made more comments on this site, you would see more of my other posts here"
87
+ msgstr "अगर मुझे इस साइट पर अधिक टिप्पणी की थी, तुम मेरी अन्य पदों के अधिक यहाँ देखना होगा"
88
+
89
+ #: ../commentluv.php:550
90
+ msgid "User has not saved a description in their profile page"
91
+ msgstr "उपयोगकर्ता के प्रोफाइल पेज में कोई विवरण नहीं बचाया है"
92
+
93
+ #: ../commentluv.php:562
94
+ msgid "is the administrator of this site"
95
+ msgstr "इस साइट के व्यवस्थापक है"
96
+
97
+ #: ../commentluv.php:564
98
+ msgid "is a registered member of my site"
99
+ msgstr "मेरी साइट के एक पंजीकृत सदस्य है"
100
+
101
+ #: ../commentluv.php:567
102
+ #: ../commentluv.php:586
103
+ msgid "Clicks on this link on this comment"
104
+ msgstr "इस टिप्पणी के लिंक पर क्लिक करे "
105
+
106
+ #: ../commentluv.php:567
107
+ #: ../commentluv.php:587
108
+ msgid "approved comments on this site"
109
+ msgstr "इस साइट पर टिप्पणी को मंजूरी दी "
110
+
111
+ #: ../commentluv.php:567
112
+ #: ../commentluv.php:588
113
+ msgid "Some other posts I have commented on"
114
+ msgstr "कुछ अन्य पोस्ट पर मैंने टिप्पणी की है"
115
+
116
+ #: ../commentluv.php:567
117
+ msgid "Some of my other posts"
118
+ msgstr "मेरे कुछ अन्य पोस्ट "
119
+
120
+ #: ../commentluv.php:580
121
+ msgid "has not registered on this site"
122
+ msgstr "इस साइट पर पंजीकृत नहीं किया गया है"
123
+
124
+ #: ../commentluv.php:702
125
+ msgid "Could not get posts for home blog"
126
+ msgstr "होम ब्लॉग के लिए पोस्ट नहीं किया जा सका"
127
+
128
+ #: ../commentluv.php:758
129
+ msgid "If you are registered, you need to log in to get 10 posts to choose from"
130
+ msgstr "अगर आप पंजीकृत हैं, तो आप में प्रवेश करने की जरूरत करने के लिए 10 पोस्ट को पाने के लिए चुनने"
131
+
132
+ #: ../commentluv.php:782
133
+ #: ../commentluv.php:1231
134
+ msgid "Register"
135
+ msgstr "रजिस्टर"
136
+
137
+ #: ../commentluv.php:787
138
+ msgid "recently posted"
139
+ msgstr "हाल ही में पोस्ट"
140
+
141
+ #: ../commentluv.php:788
142
+ msgid "If you register as a user on my site, you can get your 10 most recent blog posts to choose from in this box."
143
+ msgstr "अगर तुम मेरी साइट पर एक उपयोगकर्ता के रूप में रजिस्टर, आप अपने 10 सबसे हाल ब्लॉग पोस्ट प्राप्त के लिए इस बॉक्स में से चुन सकते हैं."
144
+
145
+ #: ../commentluv.php:789
146
+ msgid "If this user had registered to my site then they could get 10 last posts to choose from when they comment and you would be able to see a list of their recent posts in this panel"
147
+ msgstr "यदि यह उपयोगकर्ता अपनी साइट के लिए पंजीकृत किया था तब वे 10, जब वे टिप्पणी और आप को इस पैनल में उनके हाल के पोस्ट की एक सूची देखने के लिए सक्षम हो जाएगा से पिछले करने के लिए चुनते हैं पोस्ट मिल सकता है"
148
+
149
+ #: ../commentluv.php:967
150
+ msgid "Settings"
151
+ msgstr "सेटिंग्स"
152
+
153
+ #: ../commentluv.php:1006
154
+ msgid "No Posts Were Found!"
155
+ msgstr "पोस्ट नहीं मिला रहे थे!"
156
+
157
+ #: ../commentluv.php:1046
158
+ msgid "There is a new version of Commentluv available, please upgrade by visiting this site"
159
+ msgstr "वहाँ उपलब्ध CommentLuv, का एक नया संस्करण है कृपया इस साइट पर जाकर नवीनीकरण करे"
160
+
161
+ #: ../commentluv.php:1049
162
+ msgid "Dismiss notice"
163
+ msgstr " नोटिस ख़ारिज करें"
164
+
165
+ #: ../commentluv.php:1076
166
+ msgid "CommentLuv Settings v"
167
+ msgstr "CommentLuv सेटिंग्स v"
168
+
169
+ #: ../commentluv.php:1086
170
+ msgid "Important!"
171
+ msgstr "महत्वपूर्ण!"
172
+
173
+ #: ../commentluv.php:1086
174
+ msgid "Subscription Information"
175
+ msgstr "सदस्यता सूचना"
176
+
177
+ #: ../commentluv.php:1091
178
+ msgid "CommentLuv 3.0 Premium is coming soon!"
179
+ msgstr "CommentLuv 3.0 प्रीमियम जल्द ही आ रहा है!"
180
+
181
+ #: ../commentluv.php:1092
182
+ msgid "I promise not to sell your details or send you spam. You will ONLY receive emails about plugin updates."
183
+ msgstr "मैं अपने विवरण को नहीं बेच वादा या आपको स्पैम भेजने. आप केवल प्राप्त ईमेल के बारे में अद्यतन प्लगइन होगा."
184
+
185
+ #: ../commentluv.php:1095
186
+ msgid "There is a premium version of CommentLuv coming that will have much more control of how the plugin works as well as exclusive features like keyword name, inline registration and much much more!. Signup to find out as soon as it is ready"
187
+ msgstr "वहाँ CommentLuv की एक प्रीमियम संस्करण आ रहा है कि प्लगइन का बहुत अधिक नियंत्रण करना होगा और साथ ही कीवर्ड का नाम, इनलाइन पंजीकरण और बहुत अधिक जैसे विशेष सुविधाएँ काम करता है!. पंजीकरण पता लगाने के लिए जैसे ही यह तैयार है"
188
+
189
+ #: ../commentluv.php:1098
190
+ msgid "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"
191
+ msgstr "आप पहले से ही, सदस्यता ली है अगर आपको 12 घंटे के भीतर सत्यापन प्राप्त नहीं हुआ है, बटन क्लिक करने के लिए फिर से भेजें या प्रपत्र पर प्रयास करें"
192
+
193
+ #: ../commentluv.php:1098
194
+ msgid "Resend Verification"
195
+ msgstr "पुनः भेजें पुष्टिकरण"
196
+
197
+ #: ../commentluv.php:1100
198
+ msgid "Click to register now!"
199
+ msgstr "रजिस्टर करने के लिए अब क्लिक करें!"
200
+
201
+ #: ../commentluv.php:1115
202
+ msgid "Primary Setting"
203
+ msgstr "प्राथमिक सेटिंग"
204
+
205
+ #: ../commentluv.php:1115
206
+ #: ../commentluv.php:1149
207
+ #: ../commentluv.php:1208
208
+ #: ../commentluv.php:1264
209
+ #: ../commentluv.php:1295
210
+ msgid "Help Video"
211
+ msgstr "वीडियो मदद"
212
+
213
+ #: ../commentluv.php:1119
214
+ msgid "Enable CommentLuv?"
215
+ msgstr "CommentLuv सक्रिय करें?"
216
+
217
+ #: ../commentluv.php:1120
218
+ msgid "Yes"
219
+ msgstr "हां"
220
+
221
+ #: ../commentluv.php:1121
222
+ msgid "No"
223
+ msgstr "नहीं है"
224
+
225
+ #: ../commentluv.php:1126
226
+ msgid "On Posts"
227
+ msgstr " पोस्ट पर"
228
+
229
+ #: ../commentluv.php:1127
230
+ msgid "On Pages"
231
+ msgstr "पन्नों पर"
232
+
233
+ #: ../commentluv.php:1128
234
+ msgid "On Both"
235
+ msgstr "दोनों पर"
236
+
237
+ #: ../commentluv.php:1133
238
+ msgid "On by default?"
239
+ msgstr "डिफ़ॉल्ट रूप से"
240
+
241
+ #: ../commentluv.php:1137
242
+ msgid "On for admin?"
243
+ msgstr "व्यवस्थापक के लिए?"
244
+
245
+ #: ../commentluv.php:1149
246
+ msgid "Appearance"
247
+ msgstr "आकार"
248
+
249
+ #: ../commentluv.php:1153
250
+ msgid "Badge"
251
+ msgstr "बिल्ला"
252
+
253
+ #: ../commentluv.php:1154
254
+ msgid "Custom Image URL"
255
+ msgstr "कस्टम छवि URL"
256
+
257
+ #: ../commentluv.php:1155
258
+ msgid "Use Text"
259
+ msgstr "उपयोग पाठ"
260
+
261
+ #: ../commentluv.php:1163
262
+ msgid "Default"
263
+ msgstr "डिफ़ॉल्ट"
264
+
265
+ #: ../commentluv.php:1164
266
+ msgid "White"
267
+ msgstr "सफेद"
268
+
269
+ #: ../commentluv.php:1165
270
+ msgid "Black"
271
+ msgstr "काला"
272
+
273
+ #: ../commentluv.php:1166
274
+ msgid "None"
275
+ msgstr "कोई नहीं"
276
+
277
+ #: ../commentluv.php:1183
278
+ msgid "Link to Commentluv?"
279
+ msgstr "CommentLuv करने के लिए लिंक?"
280
+
281
+ #: ../commentluv.php:1190
282
+ msgid "Enable info panel?"
283
+ msgstr "जानकारी पैनल सक्षम करें?"
284
+
285
+ #: ../commentluv.php:1191
286
+ msgid "Info panel background color"
287
+ msgstr "जानकारी पैनल पृष्ठभूमि रंग"
288
+
289
+ #: ../commentluv.php:1192
290
+ msgid "Info panel text color"
291
+ msgstr "जानकारी पैनल पाठ रंग"
292
+
293
+ #: ../commentluv.php:1198
294
+ msgid "Example text and background color"
295
+ msgstr "उदाहरण के पाठ और पृष्ठभूमि रंग"
296
+
297
+ #: ../commentluv.php:1208
298
+ msgid "Messages"
299
+ msgstr "संदेश"
300
+
301
+ #: ../commentluv.php:1215
302
+ msgid "Text to be displayed in the comment"
303
+ msgstr "उस पाठ को दर्ज करें जिसे आप टिप्पणी में प्रदर्शित करना चाहते है "
304
+
305
+ #: ../commentluv.php:1218
306
+ msgid "[name] = The users name"
307
+ msgstr "[नाम] = उपयोगकर्ताओं नाम"
308
+
309
+ #: ../commentluv.php:1218
310
+ msgid "[lastpost] = The last blog post link"
311
+ msgstr "[lastpost] = पिछले ब्लॉग पोस्ट लिंक"
312
+
313
+ #: ../commentluv.php:1225
314
+ msgid "Message for unregistered user in the drop down box"
315
+ msgstr "ड्रॉप डाउन बक्से में अपंजीकृत उपयोगकर्ता के लिए संदेश"
316
+
317
+ #: ../commentluv.php:1226
318
+ #: ../commentluv.php:1250
319
+ msgid "Message will not be shown if you do not have registrations enabled"
320
+ msgstr "अगर तुम पंजीकरण सक्षम नहीं है संदेश नहीं दिखाया जाएगा "
321
+
322
+ #: ../commentluv.php:1230
323
+ msgid "Your register link code"
324
+ msgstr "अपने रजिस्टर लिंक कोड"
325
+
326
+ #: ../commentluv.php:1240
327
+ msgid "You have NOT set your blog to allow registrations, you can do that in Settings/General"
328
+ msgstr "तुम नहीं अपने लिए पंजीकरण की अनुमति ब्लॉग की स्थापना की है, तो सेटिंग्स सामान्य / में आप ऐसा कर सकते हैं "
329
+
330
+ #: ../commentluv.php:1241
331
+ msgid "here"
332
+ msgstr "यहाँ"
333
+
334
+ #: ../commentluv.php:1249
335
+ msgid "Message for unregistered user in the info panel"
336
+ msgstr "जानकारी पैनल में अपंजीकृत उपयोगकर्ता के लिए संदेश"
337
+
338
+ #: ../commentluv.php:1264
339
+ msgid "Operational Settings"
340
+ msgstr "आपरेशनल सेटिंग्स"
341
+
342
+ #: ../commentluv.php:1271
343
+ msgid "Who to give 10 last posts to choose from when they comment?"
344
+ msgstr "10 जब वे टिप्पणी से पिछले करने के लिए चुनें पोस्ट देने के लिए है?"
345
+
346
+ #: ../commentluv.php:1272
347
+ msgid "Only Registered Members"
348
+ msgstr "केवल पंजीकृत सदस्य"
349
+
350
+ #: ../commentluv.php:1273
351
+ msgid "Everybody"
352
+ msgstr "हर"
353
+
354
+ #: ../commentluv.php:1274
355
+ msgid "Nobody"
356
+ msgstr "कोई नहीं"
357
+
358
+ #: ../commentluv.php:1281
359
+ msgid "Whose links should be dofollow?"
360
+ msgstr "जिसका लिंक dofollow होना चाहिए?"
361
+
362
+ #: ../commentluv.php:1282
363
+ msgid "Only Registered Members Links"
364
+ msgstr "केवल सदस्य पंजीकृत लिंक्स"
365
+
366
+ #: ../commentluv.php:1283
367
+ msgid "Everybody gets dofollow links"
368
+ msgstr "हर कोई dofollow लिंक हो जाता है"
369
+
370
+ #: ../commentluv.php:1284
371
+ msgid "Nobody gets dofollow links"
372
+ msgstr "कोई भी dofollow लिंक नहीं है"
373
+
374
+ #: ../commentluv.php:1295
375
+ msgid "Technical Settings"
376
+ msgstr "तकनीकी सेटिंग्स"
377
+
378
+ #: ../commentluv.php:1295
379
+ msgid "Click to open technical settings"
380
+ msgstr "तकनीकी सेटिंग खोलने के लिए क्लिक"
381
+
382
+ #: ../commentluv.php:1302
383
+ msgid "Please check the help video for this section before changing settings"
384
+ msgstr "सेटिंग्स बदलने से पहले इस अनुभाग के लिए मदद वीडियो की जाँच करें"
385
+
386
+ #: ../commentluv.php:1303
387
+ msgid "In most cases, you will NOT need to change the settings in this box unless you have a custom comment form, template or you are using minifying or caching plugins"
388
+ msgstr "ज्यादातर मामलों में, आपको नहीं करने के लिए इस बॉक्स में सेटिंग्स बदलने की जरूरत है जब तक आप एक कस्टम टिप्पणी फार्म होगा, टेम्पलेट या आपको minifying या कैशिंग plugins का उपयोग कर रहे हैं"
389
+
390
+ #: ../commentluv.php:1308
391
+ msgid "Compatibility"
392
+ msgstr "अनुकूलता"
393
+
394
+ #: ../commentluv.php:1312
395
+ msgid "Use manual insert of badge code?"
396
+ msgstr " बिल्ला कोड सम्मिलित के लिए मैनुअल का उपयोग करें ?"
397
+
398
+ #: ../commentluv.php:1316
399
+ msgid "Enable minifying compatibility?"
400
+ msgstr "Minifying अनुकूलता सक्षम करें?"
401
+
402
+ #: ../commentluv.php:1317
403
+ msgid "For caching plugins (places localized code in footer)"
404
+ msgstr "कैशिंग plugins (स्थानों पाद लेख में स्थानीयकृत कोड के लिए)"
405
+
406
+ #: ../commentluv.php:1322
407
+ msgid "API URL"
408
+ msgstr ""
409
+
410
+ #: ../commentluv.php:1326
411
+ msgid "URL to use for API"
412
+ msgstr ""
413
+
414
+ #: ../commentluv.php:1330
415
+ msgid "Comment Form Field Values"
416
+ msgstr "टिप्पणी फॉर्म फ़ील्ड मान"
417
+
418
+ #: ../commentluv.php:1333
419
+ msgid "Authors Name field name"
420
+ msgstr "लेखक का नाम फ़ील्ड नाम"
421
+
422
+ #: ../commentluv.php:1338
423
+ msgid "Email field name"
424
+ msgstr "फ़ील्ड नाम ईमेल"
425
+
426
+ #: ../commentluv.php:1343
427
+ msgid "Authors URL field name"
428
+ msgstr "लेखकों URL फ़ील्ड का नाम"
429
+
430
+ #: ../commentluv.php:1348
431
+ msgid "Comment Text Area name"
432
+ msgstr "टिप्पणी पाठ क्षेत्र का नाम"
433
+
434
+ #: ../commentluv.php:1353
435
+ msgid "Diagnostics Info"
436
+ msgstr "Diagnostics इन्फो"
437
+
438
+ #: ../commentluv.php:1371
439
+ msgid "You can copy this information and send it to me if I request it"
440
+ msgstr "आप इस जानकारी को कॉपी करें और यह मुझे भेज सकते हैं, अगर मैं यह अनुरोध करू "
441
+
442
+ #: ../commentluv.php:1378
443
+ msgid "Save Settings"
444
+ msgstr "सेटिंग्स सहेजें"
445
+
446
+ #: ../commentluv.php:1380
447
+ msgid "Reset Settings"
448
+ msgstr "रीसेट सेटिंग्स"
449
+
450
+ #: ../commentluv.php:1383
451
+ msgid "Are you sure you want to reset your settings? Press OK to continue"
452
+ msgstr "क्या आप अपनी सेटिंग्स को रीसेट करना चाहते हैं? प्रेस OK जारी रखने के लिए"
453
+
454
+ #: ../commentluv.php:1386
455
+ msgid "Reset"
456
+ msgstr "रीसेट"
457
+
458
+ #: ../commentluv.php:1394
459
+ msgid "Plugin Info"
460
+ msgstr "प्लगइन इन्फो"
461
+
462
+ #: ../commentluv.php:1397
463
+ msgid "Start Here"
464
+ msgstr " आरंभ यहां "
465
+
466
+ #: ../commentluv.php:1398
467
+ msgid "Author"
468
+ msgstr "लेखक"
469
+
470
+ #: ../commentluv.php:1399
471
+ msgid "Home Page"
472
+ msgstr "होम पेज"
473
+
474
+ #: ../commentluv.php:1399
475
+ msgid "Visit www.commentluv.com!"
476
+ msgstr "www.commentluv.com! यात्रा"
477
+
478
+ #: ../commentluv.php:1400
479
+ msgid "Social"
480
+ msgstr "सामाजिक"
481
+
482
+ #: ../commentluv.php:1401
483
+ msgid "Help"
484
+ msgstr "मदद"
485
+
486
+ #: ../commentluv.php:1401
487
+ msgid "Help Desk"
488
+ msgstr "सहायता डेस्क"
489
+
490
+ #: ../commentluv.php:1402
491
+ msgid "Do you like this plugin?"
492
+ msgstr ""
493
+
494
+ #: ../commentluv.php:1404
495
+ msgid "News"
496
+ msgstr "समाचार"
497
+
498
+ #: ../commentluv.php:1410
499
+ msgid "Thanks to the following for translations"
500
+ msgstr "अनुवाद के लिए धन्यवाद"
501
+
502
+ #: ../commentluv.php:1411
503
+ msgid "Italian"
504
+ msgstr "इटली निवासी"
505
+
506
+ #: ../commentluv.php:1412
507
+ msgid "Dutch"
508
+ msgstr "डच"
509
+
510
+ #: ../commentluv.php:1413
511
+ msgid "Polish"
512
+ msgstr "पोलिश"
513
+
514
+ #: ../commentluv.php:1414
515
+ msgid "Georgian"
516
+ msgstr "जॉर्जीयन्"
517
+
518
+ #: ../commentluv.php:1415
519
+ msgid "Lithuanian"
520
+ msgstr "लीथुनियन"
521
+
522
+ #: ../commentluv.php:1416
523
+ msgid "Portuguese"
524
+ msgstr ""
525
+
526
+ #: ../commentluv.php:1417
527
+ #, fuzzy
528
+ msgid "Malaysian"
529
+ msgstr "इटली निवासी"
530
+
531
+ #: ../commentluv.php:1418
532
+ msgid "Russian"
533
+ msgstr ""
534
+
535
+ #: ../commentluv.php:1419
536
+ msgid "Chinese"
537
+ msgstr ""
538
+
539
+ #: ../commentluv.php:1420
540
+ #, fuzzy
541
+ msgid "Hebrew"
542
+ msgstr "यहाँ"
543
+
544
+ #: ../commentluv.php:1421
545
+ msgid "French"
546
+ msgstr ""
547
+
548
+ #: ../commentluv.php:1423
549
+ msgid "Romanian"
550
+ msgstr ""
551
+
552
+ #: ../commentluv.php:1424
553
+ #, fuzzy
554
+ msgid "German"
555
+ msgstr "जॉर्जीयन्"
556
+
557
+ #: ../commentluv.php:1425
558
+ msgid "Arabic"
559
+ msgstr ""
560
+
561
+ #: ../commentluv.php:1427
562
+ msgid "Want your link here?"
563
+ msgstr "अपने लिंक यहाँ चाहते हैं?"
564
+
565
+ #: ../commentluv.php:1427
566
+ msgid "How To Submit A Translation"
567
+ msgstr "एक अनुवाद कैसे करे"
568
+
569
+ #: ../commentluv.php:1428
570
+ msgid "Special thanks go to the following"
571
+ msgstr "विशेष धन्यवाद करने के लिए निम्न"
572
+
573
+ #: ../commentluv.php:1429
574
+ msgid "CSS Help"
575
+ msgstr "मदद सीएसएस"
576
+
577
+ #: ../commentluv.php:1430
578
+ msgid "Badge GFX"
579
+ msgstr "बिल्ला GFX"
580
+
581
+ #~ msgid ""
582
+ #~ "This plugin takes the url from the comment form and tries to parse the "
583
+ #~ "feed of the site and display the last entry made. If you have any "
584
+ #~ "questions, comments or if you have a good idea that you would like to see "
585
+ #~ "in the next version of CommentLuv, please visit http://comluv.com and let "
586
+ #~ "me know."
587
+ #~ msgstr ""
588
+ #~ "यह प्लगइन टिप्पणी फार्म से यूआरएल लेता है और साइट पार्स फ़ीड की कोशिश करता है. "
589
+ #~ "और पिछले प्रवेश को प्रदर्शित करना. यदि आप के पास कोई प्रश्न, टिप्पणियाँ या कोई "
590
+ #~ "एक अच्छा विचार है कृपया तुम CommentLuv के अगले संस्करण में देखने के लिए, यात्रा "
591
+ #~ "http://comluv.com और मुझे बता दे "
592
+
593
+ #~ msgid "Display Options"
594
+ #~ msgstr "प्रदर्शन विकल्प"
595
+
596
+ #~ msgid "Text displayed in the select box"
597
+ #~ msgstr "प्रदर्शित बॉक्स में पाठ का चयन करें"
598
+
599
+ #~ msgid "Show heart on links?"
600
+ #~ msgstr "लिंक पर दिल दिखाएँ ?"
601
+
602
+ #~ msgid "Display Badge"
603
+ #~ msgstr "प्रदर्शन बिल्ला"
604
+
605
+ #~ msgid ""
606
+ #~ "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for "
607
+ #~ "creating these images."
608
+ #~ msgstr ""
609
+ #~ "बहुत धन्यवाद <a href=\"http://byteful.com\"> Byteful ट्रैवलर </a> इन चित्रों "
610
+ #~ "को बनाने के लिए"
611
+
612
+ #~ msgid "Choose badge to display"
613
+ #~ msgstr " प्रदर्शित करने के लिए बैज का चयन करे "
614
+
615
+ #~ msgid "Show nothing"
616
+ #~ msgstr "दिखाएँ कुछ नहीं"
617
+
618
+ #~ msgid "Show text"
619
+ #~ msgstr "दिखाएँ पाठ"
620
+
621
+ #~ msgid "Prepend html before badge or text (optional)"
622
+ #~ msgstr "पहले प्रीपेंड html बैज या पाठ (वैकल्पिक)"
623
+
624
+ #~ msgid ""
625
+ #~ "If you register your site for free at <a href=\"http://comluv.com"
626
+ #~ "\">ComLuv.com</a> you will be able to open up lots of features that are "
627
+ #~ "for members only like link tracking so you can see which of the comments "
628
+ #~ "you make on CommentLuv blogs are getting the last blog post clicked and "
629
+ #~ "the ability to send back more than just blog posts. You can even create "
630
+ #~ "your own WP2.7 blog there with commentluv pre-installed!."
631
+ #~ msgstr ""
632
+ #~ "यदि आप मुफ़्त में अपनी साइट के लिए रजिस्टर<a href=\"http://comluv.com\">ComLuv."
633
+ #~ "com</a> आपको को सुविधाओं है कि लिंक की तरह केवल सदस्यों के लिए कर रहे हैं ट्रैकिंग "
634
+ #~ "ताकि आप देख सकते हैं जो आपको टिप्पणी CommentLuv ब्लॉग पर बनाने की हो रही है "
635
+ #~ "पिछले ब्लॉग पोस्ट क्लिक किया और क्षमता अधिक वापस बस ब्लॉग पोस्ट से भेजने के लिए बहुत "
636
+ #~ "से खोलने में सक्षम हो जाएगा. तुम भी अपने CommentLuv के साथ अपने स्वयं WP2.7 वहाँ "
637
+ #~ "पहले से स्थापित ब्लॉग बना सकते हैं!"
638
+
639
+ #~ msgid "Reset to Default Settings"
640
+ #~ msgstr "डिफ़ॉल्ट सेटिंग्स के लिए रीसेट "
641
+
642
+ #~ msgid "There were errors with your chosen settings"
643
+ #~ msgstr "वहाँ अपने चुने हुए सेटिंग्स के साथ त्रुटियों थे"
lang/commentluv-it_IT.mo CHANGED
Binary file
lang/commentluv-it_IT.po CHANGED
@@ -1,198 +1,639 @@
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: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"
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 ""
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"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: CommentLuv in italiano\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-06-09 14:04-0000\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: Andy Bailey <andrewgbailey@gmail.com>\n"
8
+ "Language-Team: Gianni Diurno | gidibao.net\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: Italian\n"
13
+ "X-Poedit-Country: ITALY\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.php:48
20
+ msgid "CommentLuv requires Wordpress 3.0 or newer."
21
+ msgstr "CommentLuv richiede Wordpress 3.0 o superiore."
22
+
23
+ #: ../commentluv.php:48
24
+ msgid "Please Update!"
25
+ msgstr "Aggiorna!"
26
+
27
+ #: ../commentluv.php:216
28
+ #, fuzzy
29
+ msgid "Please enter a URL and then click the CommentLuv checkbox if you want to add your last blog post"
30
+ msgstr "Inserisci un URL qualora volessi aggiungere i tuoi ultimi articoli"
31
+
32
+ #: ../commentluv.php:217
33
+ msgid "Please use http:// in front of your url"
34
+ msgstr "Aggiungi http:// davanti al tuo url"
35
+
36
+ #: ../commentluv.php:218
37
+ msgid "You need to visit your profile in the dashboard and update your details with your site URL"
38
+ msgstr "Vai nella bacheca ed aggiorna i dettagli per il tuo profilo aggiungendo l'URL del tuo sito"
39
+
40
+ #: ../commentluv.php:219
41
+ msgid "No info was available or an error occured"
42
+ msgstr "Nessuna info disponibile oppure si é verificato un errore"
43
+
44
+ #: ../commentluv.php:242
45
+ msgid "Please wait"
46
+ msgstr "Attendi un attimo"
47
+
48
+ #: ../commentluv.php:242
49
+ msgid "Please check your inbox, an email will be sent to"
50
+ msgstr "Vai nella tua casella di posta... ti arriverà una email"
51
+
52
+ #: ../commentluv.php:242
53
+ msgid "in the next few minutes with a confirmation link"
54
+ msgstr "nei prossimi mminuti con il link per la conferma"
55
+
56
+ #: ../commentluv.php:242
57
+ msgid "An error happened with the request. Try signing up at the site"
58
+ msgstr "Si é verificato un errore durante la richiesta. Prova a registrarti nel sito"
59
+
60
+ #: ../commentluv.php:271
61
+ msgid "Your Wordpress install is missing the <strong>wp_commentmeta</strong> table!"
62
  msgstr ""
 
 
63
 
64
+ #: ../commentluv.php:271
65
+ msgid " CommentLuv cannot work without this table please see this wordpress forum post to learn how to add one ->"
66
+ msgstr ""
67
 
68
+ #: ../commentluv.php:271
69
+ msgid "Missing wp_commentmeta table"
70
+ msgstr ""
71
 
72
+ #: ../commentluv.php:364
73
+ msgid "Twice Monthly"
74
+ msgstr "Quindicinale"
75
 
76
+ #: ../commentluv.php:391
77
+ msgid "CommentLuv is enabled"
78
+ msgstr "CommentLuv é attivo"
79
 
80
+ #: ../commentluv.php:432
81
+ msgid "Show more posts"
82
+ msgstr "Mostra più articoli"
83
 
84
+ #: ../commentluv.php:522
85
+ msgid "I have only commented on this post"
86
+ msgstr "Ho commentato solo in questo articolo"
87
+
88
+ #: ../commentluv.php:525
89
+ msgid "If I had made more comments on this site, you would see more of my other posts here"
90
+ msgstr "Avessi fatto molti commenti su questo sito, qui puoi trovarne degli altri"
91
+
92
+ #: ../commentluv.php:550
93
+ msgid "User has not saved a description in their profile page"
94
+ msgstr "L'utente non ha salvato nessuna descrizione nella sua pagina profilo"
95
+
96
+ #: ../commentluv.php:562
97
+ msgid "is the administrator of this site"
98
+ msgstr "é l'amministratore di questo sito"
99
+
100
+ #: ../commentluv.php:564
101
+ msgid "is a registered member of my site"
102
+ msgstr "é un utente registrato nel mio sito"
103
+
104
+ #: ../commentluv.php:567
105
+ #: ../commentluv.php:586
106
+ msgid "Clicks on this link on this comment"
107
+ msgstr "Clicca il link su questo commento"
108
+
109
+ #: ../commentluv.php:567
110
+ #: ../commentluv.php:587
111
+ msgid "approved comments on this site"
112
+ msgstr "commenti approvati per questo sito"
113
+
114
+ #: ../commentluv.php:567
115
+ #: ../commentluv.php:588
116
+ msgid "Some other posts I have commented on"
117
+ msgstr "Altri commenti ai quali ho partecipato"
118
+
119
+ #: ../commentluv.php:567
120
+ msgid "Some of my other posts"
121
+ msgstr "Alcuni dei miei articoli"
122
+
123
+ #: ../commentluv.php:580
124
+ msgid "has not registered on this site"
125
+ msgstr "non é registrato nel mio sito"
126
+
127
+ #: ../commentluv.php:702
128
+ msgid "Could not get posts for home blog"
129
  msgstr ""
130
 
131
+ #: ../commentluv.php:758
132
+ #, fuzzy
133
+ msgid "If you are registered, you need to log in to get 10 posts to choose from"
134
+ msgstr "Registrandoti come utente nel mio sito, potrai avere in questa casella 10 tra i tuoi articoli recenti."
135
+
136
+ #: ../commentluv.php:782
137
+ #: ../commentluv.php:1231
138
+ msgid "Register"
139
+ msgstr "Registrati"
140
+
141
+ #: ../commentluv.php:787
142
+ msgid "recently posted"
143
+ msgstr "pubblicati di recente"
144
+
145
+ #: ../commentluv.php:788
146
+ msgid "If you register as a user on my site, you can get your 10 most recent blog posts to choose from in this box."
147
+ msgstr "Registrandoti come utente nel mio sito, potrai avere in questa casella 10 tra i tuoi articoli recenti."
148
+
149
+ #: ../commentluv.php:789
150
+ msgid "If this user had registered to my site then they could get 10 last posts to choose from when they comment and you would be able to see a list of their recent posts in this panel"
151
+ msgstr "Se questo utente si fosse registrato nel mio sito, avrebbe potuto mostrare nel commento 10 dei suoi articoli recenti e tu avresti potuto vedere in questo pannello la lista dei suoi post"
152
+
153
+ #: ../commentluv.php:967
154
+ msgid "Settings"
155
+ msgstr "Impostazioni"
156
+
157
+ #: ../commentluv.php:1006
158
+ msgid "No Posts Were Found!"
159
+ msgstr "Non é stato trovato nessun articolo!"
160
+
161
+ #: ../commentluv.php:1046
162
+ msgid "There is a new version of Commentluv available, please upgrade by visiting this site"
163
+ msgstr "E' disponibile una nuova versione di Commentluv. Aggiorna visitando questo sito"
164
+
165
+ #: ../commentluv.php:1049
166
+ msgid "Dismiss notice"
167
+ msgstr "Avviso rinuncia"
168
+
169
+ #: ../commentluv.php:1076
170
+ msgid "CommentLuv Settings v"
171
+ msgstr "Impostazioni CommentLuv v"
172
+
173
+ #: ../commentluv.php:1086
174
+ msgid "Important!"
175
+ msgstr "Importante!"
176
+
177
+ #: ../commentluv.php:1086
178
+ msgid "Subscription Information"
179
+ msgstr "Informazioni abbonamento"
180
+
181
+ #: ../commentluv.php:1091
182
+ msgid "CommentLuv 3.0 Premium is coming soon!"
183
+ msgstr "La versione premium 3.0 di CommentLuv sta per arrivare!"
184
+
185
+ #: ../commentluv.php:1092
186
+ msgid "I promise not to sell your details or send you spam. You will ONLY receive emails about plugin updates."
187
+ msgstr "I tuoi dati sono protetti. Riceverai SOLAMENTE le email di notifica per gli aggiornamenti del plugin."
188
+
189
+ #: ../commentluv.php:1095
190
+ msgid "There is a premium version of CommentLuv coming that will have much more control of how the plugin works as well as exclusive features like keyword name, inline registration and much much more!. Signup to find out as soon as it is ready"
191
+ msgstr "Verrà rilasciata a breve una versione premium di premium CommentLuv grazie alla quale potrai avere un maggiore controlo sul plugin nonché avere delle nuove opzioni esclusive quali le parole chiave, le registrazioni inline e molto altro ancora!. Registrandoti scoprirai quando sarà disponibile"
192
+
193
+ #: ../commentluv.php:1098
194
+ msgid "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"
195
+ msgstr "Se ti fossi già iscritto oppure non avessi ancora ricevuto la verifica entro le 12 ore, clicca sul pulsante per un nuovo invio o compila il modulo presso "
196
+
197
+ #: ../commentluv.php:1098
198
+ msgid "Resend Verification"
199
+ msgstr "Reinvia verifica"
200
+
201
+ #: ../commentluv.php:1100
202
+ msgid "Click to register now!"
203
+ msgstr "Clicca per registrarti adesso!"
204
+
205
+ #: ../commentluv.php:1115
206
+ msgid "Primary Setting"
207
+ msgstr "Impostazioni principali"
208
+
209
+ #: ../commentluv.php:1115
210
+ #: ../commentluv.php:1149
211
+ #: ../commentluv.php:1208
212
+ #: ../commentluv.php:1264
213
+ #: ../commentluv.php:1295
214
+ msgid "Help Video"
215
+ msgstr "Video aiuto"
216
+
217
+ #: ../commentluv.php:1119
218
+ msgid "Enable CommentLuv?"
219
+ msgstr "Attivare CommentLuv?"
220
+
221
+ #: ../commentluv.php:1120
222
+ msgid "Yes"
223
+ msgstr "Sì"
224
+
225
+ #: ../commentluv.php:1121
226
+ msgid "No"
227
+ msgstr "No"
228
+
229
+ #: ../commentluv.php:1126
230
+ msgid "On Posts"
231
+ msgstr " negli articoli"
232
+
233
+ #: ../commentluv.php:1127
234
+ msgid "On Pages"
235
+ msgstr " nelle pagine"
236
+
237
+ #: ../commentluv.php:1128
238
+ msgid "On Both"
239
+ msgstr " su entrambi"
240
+
241
+ #: ../commentluv.php:1133
242
+ msgid "On by default?"
243
+ msgstr "attivo come predefinita?"
244
+
245
+ #: ../commentluv.php:1137
246
+ msgid "On for admin?"
247
+ msgstr "attivo per l'amministratore?"
248
+
249
+ #: ../commentluv.php:1149
250
+ msgid "Appearance"
251
+ msgstr "Aspetto"
252
+
253
+ #: ../commentluv.php:1153
254
+ msgid "Badge"
255
+ msgstr "badge"
256
+
257
+ #: ../commentluv.php:1154
258
+ msgid "Custom Image URL"
259
+ msgstr "URL immagine"
260
+
261
+ #: ../commentluv.php:1155
262
+ msgid "Use Text"
263
+ msgstr "utilizza testo"
264
+
265
+ #: ../commentluv.php:1163
266
+ msgid "Default"
267
+ msgstr "Predefinito"
268
+
269
+ #: ../commentluv.php:1164
270
+ msgid "White"
271
+ msgstr "Bianco"
272
+
273
+ #: ../commentluv.php:1165
274
+ msgid "Black"
275
+ msgstr "Nero"
276
+
277
+ #: ../commentluv.php:1166
278
+ msgid "None"
279
+ msgstr "Nessuno"
280
+
281
+ #: ../commentluv.php:1183
282
+ msgid "Link to Commentluv?"
283
+ msgstr "link a Commentluv?"
284
+
285
+ #: ../commentluv.php:1190
286
+ msgid "Enable info panel?"
287
+ msgstr "pannello info?"
288
+
289
+ #: ../commentluv.php:1191
290
+ msgid "Info panel background color"
291
+ msgstr "colore sfondo pannello info"
292
+
293
+ #: ../commentluv.php:1192
294
+ msgid "Info panel text color"
295
+ msgstr "colore testo pannello info"
296
+
297
+ #: ../commentluv.php:1198
298
+ msgid "Example text and background color"
299
+ msgstr "esempio di testo e colore di sfondo"
300
+
301
+ #: ../commentluv.php:1208
302
+ msgid "Messages"
303
+ msgstr "Messaggi"
304
+
305
+ #: ../commentluv.php:1215
306
+ msgid "Text to be displayed in the comment"
307
+ msgstr "testo da mostrare nel commento"
308
 
309
+ #: ../commentluv.php:1218
310
+ msgid "[name] = The users name"
311
+ msgstr "[name] = nome utente"
312
+
313
+ #: ../commentluv.php:1218
314
+ msgid "[lastpost] = The last blog post link"
315
+ msgstr "[lastpost] = link a ultimo articolo"
316
+
317
+ #: ../commentluv.php:1225
318
+ msgid "Message for unregistered user in the drop down box"
319
+ msgstr "messaggio (casella drop down) per gli utenti non registrati"
320
+
321
+ #: ../commentluv.php:1226
322
+ #: ../commentluv.php:1250
323
+ msgid "Message will not be shown if you do not have registrations enabled"
324
  msgstr ""
325
 
326
+ #: ../commentluv.php:1230
327
+ msgid "Your register link code"
328
+ msgstr "Il tuo codice link registrazione"
329
+
330
+ #: ../commentluv.php:1240
331
+ msgid "You have NOT set your blog to allow registrations, you can do that in Settings/General"
332
+ msgstr "Il tuo blog NON é stato impostato per potere ricevere delle registrazioni (Impostazioni/Generale)"
333
+
334
+ #: ../commentluv.php:1241
335
+ msgid "here"
336
+ msgstr "qui"
337
+
338
+ #: ../commentluv.php:1249
339
+ msgid "Message for unregistered user in the info panel"
340
+ msgstr "Messaggio (pannello info) per gli utenti non registrati"
341
+
342
+ #: ../commentluv.php:1264
343
+ msgid "Operational Settings"
344
+ msgstr "Impostazioni di gestione"
345
+
346
+ #: ../commentluv.php:1271
347
+ msgid "Who to give 10 last posts to choose from when they comment?"
348
+ msgstr "chi potrà mostrare gli ultimi 10 articoli pubblicati?"
349
+
350
+ #: ../commentluv.php:1272
351
+ msgid "Only Registered Members"
352
+ msgstr "solo i membri registrati"
353
+
354
+ #: ../commentluv.php:1273
355
+ msgid "Everybody"
356
+ msgstr "chiunque"
357
 
358
+ #: ../commentluv.php:1274
359
+ msgid "Nobody"
360
+ msgstr "nessuno"
361
 
362
+ #: ../commentluv.php:1281
363
+ msgid "Whose links should be dofollow?"
364
+ msgstr "assegnazione dei link dofollow?"
365
 
366
+ #: ../commentluv.php:1282
367
+ msgid "Only Registered Members Links"
368
+ msgstr "solo per gli utenti registrati"
369
 
370
+ #: ../commentluv.php:1283
371
+ msgid "Everybody gets dofollow links"
372
+ msgstr "link dofollow per chiunque"
373
 
374
+ #: ../commentluv.php:1284
375
+ msgid "Nobody gets dofollow links"
376
+ msgstr "nessuno"
377
 
378
+ #: ../commentluv.php:1295
379
  msgid "Technical Settings"
380
  msgstr "Impostazioni tecniche"
381
 
382
+ #: ../commentluv.php:1295
383
+ msgid "Click to open technical settings"
384
+ msgstr "Clicca per aprire"
385
 
386
+ #: ../commentluv.php:1302
387
+ msgid "Please check the help video for this section before changing settings"
388
+ msgstr "Prima di modificare le impostazioni, guarda il video di aiuto per questa sezione "
389
+
390
+ #: ../commentluv.php:1303
391
+ msgid "In most cases, you will NOT need to change the settings in this box unless you have a custom comment form, template or you are using minifying or caching plugins"
392
+ msgstr "Nella maggior parte dei casi, NON dovrai modificare le impostazioni di questa sezione a meno che tu non abbia un template o modulo dei commenti personalizzato oppure stessi facendo uso di un plugin per la cache/minimizzazione"
393
+
394
+ #: ../commentluv.php:1308
395
+ msgid "Compatibility"
396
+ msgstr "Compatibilità"
397
+
398
+ #: ../commentluv.php:1312
399
+ msgid "Use manual insert of badge code?"
400
+ msgstr "inserire manualmente il codice?"
401
+
402
+ #: ../commentluv.php:1316
403
+ msgid "Enable minifying compatibility?"
404
+ msgstr "attivare compatibilità minimizzazione?"
405
+
406
+ #: ../commentluv.php:1317
407
+ msgid "For caching plugins (places localized code in footer)"
408
+ msgstr "per i plugin di cache (posiziona nel footer codice localizzazione)"
409
+
410
+ #: ../commentluv.php:1322
411
+ msgid "API URL"
412
+ msgstr ""
413
+
414
+ #: ../commentluv.php:1326
415
+ msgid "URL to use for API"
416
  msgstr ""
417
 
418
+ #: ../commentluv.php:1330
419
+ msgid "Comment Form Field Values"
420
+ msgstr "Valori campo modulo commenti"
421
+
422
+ #: ../commentluv.php:1333
423
  msgid "Authors Name field name"
424
+ msgstr "nome per il campo autore"
425
 
426
+ #: ../commentluv.php:1338
427
  msgid "Email field name"
428
+ msgstr "nome per il campo email"
429
 
430
+ #: ../commentluv.php:1343
431
  msgid "Authors URL field name"
432
+ msgstr "nome per il campo URL autore"
433
 
434
+ #: ../commentluv.php:1348
435
  msgid "Comment Text Area name"
436
+ msgstr "nome per l'area di testo dei commenti"
437
 
438
+ #: ../commentluv.php:1353
439
+ msgid "Diagnostics Info"
440
+ msgstr "Info diagnostica"
441
 
442
+ #: ../commentluv.php:1371
443
+ msgid "You can copy this information and send it to me if I request it"
444
+ msgstr "copia queste informazioni ed inviarmele (se richiesto)"
445
+
446
+ #: ../commentluv.php:1378
447
+ msgid "Save Settings"
448
+ msgstr "Salva le impostazioni"
449
+
450
+ #: ../commentluv.php:1380
451
+ msgid "Reset Settings"
452
+ msgstr "Ripristino impostazioni"
453
+
454
+ #: ../commentluv.php:1383
455
  msgid "Are you sure you want to reset your settings? Press OK to continue"
456
  msgstr "Sei certo di volere ripristinare le tue impostazioni? Premi OK per proseguire"
457
 
458
+ #: ../commentluv.php:1386
459
+ msgid "Reset"
460
+ msgstr "Azzera"
461
+
462
+ #: ../commentluv.php:1394
463
  msgid "Plugin Info"
464
+ msgstr "Info sul plugin"
465
 
466
+ #: ../commentluv.php:1397
467
+ msgid "Start Here"
468
+ msgstr "Inizia qui"
469
+
470
+ #: ../commentluv.php:1398
471
  msgid "Author"
472
+ msgstr "Autore"
473
 
474
+ #: ../commentluv.php:1399
475
  msgid "Home Page"
476
+ msgstr "Home Page"
477
 
478
+ #: ../commentluv.php:1399
479
+ msgid "Visit www.commentluv.com!"
480
+ msgstr "Visita www.commentluv.com!"
481
 
482
+ #: ../commentluv.php:1400
483
  msgid "Social"
484
+ msgstr "Social"
485
 
486
+ #: ../commentluv.php:1401
487
  msgid "Help"
488
+ msgstr "Aiuto"
489
 
490
+ #: ../commentluv.php:1401
491
  msgid "Help Desk"
492
+ msgstr "Sezione aiuto"
493
+
494
+ #: ../commentluv.php:1402
495
+ msgid "Do you like this plugin?"
496
  msgstr ""
497
 
498
+ #: ../commentluv.php:1404
499
  msgid "News"
500
+ msgstr "Notizie"
501
 
502
+ #: ../commentluv.php:1410
503
  msgid "Thanks to the following for translations"
504
+ msgstr "Un grazie ai seguenti traduttori"
505
 
506
+ #: ../commentluv.php:1411
507
  msgid "Italian"
508
+ msgstr "Italiano"
509
+
510
+ #: ../commentluv.php:1412
511
+ msgid "Dutch"
512
+ msgstr "Olandese"
513
 
514
+ #: ../commentluv.php:1413
515
+ msgid "Polish"
516
+ msgstr "Polacco"
517
+
518
+ #: ../commentluv.php:1414
519
+ msgid "Georgian"
520
+ msgstr "Georgiano"
521
+
522
+ #: ../commentluv.php:1415
523
+ msgid "Lithuanian"
524
+ msgstr "Lituano"
525
+
526
+ #: ../commentluv.php:1416
527
+ msgid "Portuguese"
528
+ msgstr "Portoghese"
529
+
530
+ #: ../commentluv.php:1417
531
+ #, fuzzy
532
+ msgid "Malaysian"
533
+ msgstr "Italiano"
534
+
535
+ #: ../commentluv.php:1418
536
  msgid "Russian"
537
+ msgstr "Russo"
538
 
539
+ #: ../commentluv.php:1419
540
  msgid "Chinese"
541
+ msgstr "Cinese"
542
 
543
+ #: ../commentluv.php:1420
544
  msgid "Hebrew"
545
+ msgstr "Ebraico"
546
 
547
+ #: ../commentluv.php:1421
548
  msgid "French"
549
+ msgstr "Francese"
550
+
551
+ #: ../commentluv.php:1423
552
+ msgid "Romanian"
553
+ msgstr "Rumeno"
554
+
555
+ #: ../commentluv.php:1424
556
+ msgid "German"
557
+ msgstr "Tedesco"
558
+
559
+ #: ../commentluv.php:1425
560
+ msgid "Arabic"
561
+ msgstr "Arabo"
562
+
563
+ #: ../commentluv.php:1427
564
+ msgid "Want your link here?"
565
  msgstr ""
566
 
567
+ #: ../commentluv.php:1427
568
+ msgid "How To Submit A Translation"
569
  msgstr ""
570
 
571
+ #: ../commentluv.php:1428
572
+ msgid "Special thanks go to the following"
573
  msgstr ""
574
 
575
+ #: ../commentluv.php:1429
576
  #, fuzzy
577
+ msgid "CSS Help"
578
+ msgstr "Aiuto"
579
 
580
+ #: ../commentluv.php:1430
581
+ #, fuzzy
582
+ msgid "Badge GFX"
583
+ msgstr "badge"
584
 
585
+ #~ msgid "Display Options"
586
+ #~ msgstr "Mostra opzioni"
 
587
 
588
+ #~ msgid "Text displayed in the select box"
589
+ #~ msgstr "Testo visibile nella casella di selezione"
590
+
591
+ #~ msgid "Show heart on links?"
592
+ #~ msgstr "Desideri mostrare il cuore nei link?"
593
+
594
+ #~ msgid "Display Badge"
595
+ #~ msgstr "Mostra badge"
596
+
597
+ #~ msgid ""
598
+ #~ "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for "
599
+ #~ "creating these images."
600
+ #~ msgstr ""
601
+ #~ "Un grazie sincero a <a href=\"http://byteful.com\">Byteful Traveller</a> "
602
+ #~ "per avere realizzato queste immagini."
603
+
604
+ #~ msgid "Choose badge to display"
605
+ #~ msgstr "Scegli il badge da mostrare"
606
+
607
+ #~ msgid "Show nothing"
608
+ #~ msgstr "niente"
609
+
610
+ #~ msgid "Show text"
611
+ #~ msgstr "Mostra testo"
612
+
613
+ #~ msgid "Prepend html before badge or text (optional)"
614
+ #~ msgstr "Prefisso html per il badge o testo (facoltativo)"
615
+
616
+ #~ msgid "Reset to Default Settings"
617
+ #~ msgstr "Ripristina alle impostazioni predefinite"
618
+
619
+ #~ msgid "There were errors with your chosen settings"
620
+ #~ msgstr ""
621
+ #~ "Si sono verificati alcuni errori in relazione alle impostazioni che hai "
622
+ #~ "scelto"
623
+
624
+ #~ msgid ""
625
+ #~ "This plugin takes the url from the comment form and tries to parse the "
626
+ #~ "feed of the site and display the last entry made. If you have any "
627
+ #~ "questions, comments or if you have a good idea that you would like to see "
628
+ #~ "in the next version of CommentLuv, please visit http://comluv.com and let "
629
+ #~ "me know."
630
+ #~ msgstr ""
631
+ #~ "Questo plugin ottiene l'url dal modulo dei commenti provando di "
632
+ #~ "conseguenza l'analisi del feed del sito facendo sì che sia possibile "
633
+ #~ "mostrarne i contenuti più recenti. \n"
634
+ #~ "Qualora avessi qualche domanda, commento o avessi una brillante idea da "
635
+ #~ "proporre per la prossima versione di CommentLuv, visita il FiddyP Blog "
636
+ #~ "oppure il forum di supporto e fammi sapere."
637
 
638
  #~ msgid "CommentLuv Member Area"
639
  #~ msgstr "Area membri CommentLuv"
lang/commentluv-lt_LT.mo CHANGED
Binary file
lang/commentluv-lt_LT.po CHANGED
@@ -2,219 +2,651 @@ 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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: Blogr.lt sulietuvinimas\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-06-09 14:04-0000\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: Andy Bailey <andrewgbailey@gmail.com>\n"
8
  "Language-Team: Mantas Malcius <kaipgis@gmail.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: \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: ..\n"
20
 
21
+ #: ../commentluv.php:48
22
+ msgid "CommentLuv requires Wordpress 3.0 or newer."
23
+ msgstr "CommentLuv būtina Wordpress 3.0 arba naujesnė versija."
24
 
25
+ #: ../commentluv.php:48
26
  msgid "Please Update!"
27
  msgstr "Atnaujinkite!"
28
 
29
+ #: ../commentluv.php:216
30
+ #, fuzzy
31
+ msgid "Please enter a URL and then click the CommentLuv checkbox if you want to add your last blog post"
32
+ msgstr "Įveskite URL, jei norite pridėti paskutinį savo tinklaraščio įrašą"
33
+
34
+ #: ../commentluv.php:217
35
+ msgid "Please use http:// in front of your url"
36
+ msgstr "Savo URL pradžioje naudokite http://"
37
+
38
+ #: ../commentluv.php:218
39
+ msgid "You need to visit your profile in the dashboard and update your details with your site URL"
40
+ msgstr "Administravimo skydelyje atsidarykite savo profilį ir įveskite savo tinklaraščio URL nuorodą"
41
+
42
+ #: ../commentluv.php:219
43
+ msgid "No info was available or an error occured"
44
+ msgstr "Informacija buvo nepasiekiama arba įvyko klaida"
45
+
46
+ #: ../commentluv.php:242
47
+ msgid "Please wait"
48
+ msgstr "Palaukite"
49
+
50
+ #: ../commentluv.php:242
51
+ msgid "Please check your inbox, an email will be sent to"
52
+ msgstr "Patikrinkite savo el. pašto dėžutę, laiškas bus nusiųstas į"
53
+
54
+ #: ../commentluv.php:242
55
+ msgid "in the next few minutes with a confirmation link"
56
+ msgstr "per kelias artimiausias minutes su patvirtinimo nuoroda"
57
+
58
+ #: ../commentluv.php:242
59
+ msgid "An error happened with the request. Try signing up at the site"
60
+ msgstr "Vykdant užklausą, įvyko klaida. Pabandykite užsiregistruoti tinklaraštyje"
61
+
62
+ #: ../commentluv.php:271
63
+ msgid "Your Wordpress install is missing the <strong>wp_commentmeta</strong> table!"
64
+ msgstr ""
65
+
66
+ #: ../commentluv.php:271
67
+ msgid " CommentLuv cannot work without this table please see this wordpress forum post to learn how to add one ->"
68
+ msgstr ""
69
+
70
+ #: ../commentluv.php:271
71
+ msgid "Missing wp_commentmeta table"
72
+ msgstr ""
73
+
74
+ #: ../commentluv.php:364
75
+ msgid "Twice Monthly"
76
+ msgstr "Dukart per mėnesį"
77
+
78
+ #: ../commentluv.php:391
79
+ msgid "CommentLuv is enabled"
80
+ msgstr "CommentLuv įjungtas"
81
+
82
+ #: ../commentluv.php:432
83
+ msgid "Show more posts"
84
+ msgstr "Rodyti daugiau įrašų"
85
+
86
+ #: ../commentluv.php:522
87
+ msgid "I have only commented on this post"
88
+ msgstr "Aš esu komentavęs tik šį įrašą"
89
+
90
+ #: ../commentluv.php:525
91
+ msgid "If I had made more comments on this site, you would see more of my other posts here"
92
+ msgstr "Jei šiame tinklaraštyje būčiau parašęs (-iusi) daugiau komentarų, čia matytumėte daugiau mano įrašų"
93
+
94
+ #: ../commentluv.php:550
95
+ msgid "User has not saved a description in their profile page"
96
+ msgstr "Vartotojas savo profilio puslapyje neišsaugojo aprašymo"
97
+
98
+ #: ../commentluv.php:562
99
+ msgid "is the administrator of this site"
100
+ msgstr "yra šio tinklaraščio administratorius (-ė)"
101
+
102
+ #: ../commentluv.php:564
103
+ msgid "is a registered member of my site"
104
+ msgstr "yra registruotas (-a) šio tinklaraščio narys (-ė)"
105
+
106
+ #: ../commentluv.php:567
107
+ #: ../commentluv.php:586
108
+ msgid "Clicks on this link on this comment"
109
+ msgstr "Paspaudimai ant šios nuorodos šiame komentare"
110
+
111
+ #: ../commentluv.php:567
112
+ #: ../commentluv.php:587
113
+ msgid "approved comments on this site"
114
+ msgstr "šiame tinklaraštyje patvirtinti komentarai"
115
+
116
+ #: ../commentluv.php:567
117
+ #: ../commentluv.php:588
118
+ msgid "Some other posts I have commented on"
119
+ msgstr "Kiti įrašai, kuriuos komentavau"
120
+
121
+ #: ../commentluv.php:567
122
+ msgid "Some of my other posts"
123
+ msgstr "Keletas kitų mano įrašų"
124
+
125
+ #: ../commentluv.php:580
126
+ msgid "has not registered on this site"
127
+ msgstr "nėra registruotas (-a) šiame tinklaraštyje"
128
+
129
+ #: ../commentluv.php:702
130
+ msgid "Could not get posts for home blog"
131
+ msgstr "Nepavyko gauti jūsų tinklaraščio įrašų"
132
+
133
+ #: ../commentluv.php:758
134
+ #, fuzzy
135
+ msgid "If you are registered, you need to log in to get 10 posts to choose from"
136
+ msgstr "Jei užsiregistruosite mano tinklaraštyje, čia galėsite pasirinkti iš 10 naujausių savo įrašų."
137
+
138
+ #: ../commentluv.php:782
139
+ #: ../commentluv.php:1231
140
+ msgid "Register"
141
+ msgstr "Registruotis"
142
+
143
+ #: ../commentluv.php:787
144
+ msgid "recently posted"
145
+ msgstr "neseniai parašė"
146
+
147
+ #: ../commentluv.php:788
148
+ msgid "If you register as a user on my site, you can get your 10 most recent blog posts to choose from in this box."
149
+ msgstr "Jei užsiregistruosite mano tinklaraštyje, čia galėsite pasirinkti iš 10 naujausių savo įrašų."
150
+
151
+ #: ../commentluv.php:789
152
+ msgid "If this user had registered to my site then they could get 10 last posts to choose from when they comment and you would be able to see a list of their recent posts in this panel"
153
+ msgstr "Jei šis (-i) narys (-ė) būtų užsiregistravęs (-usi) mano tinklaraštyje, jis (ji) galėtų pasirinkti iš 10 naujausių savo įrašų, kai komentuoja. O jūs turėtumėte galimybę čia pamatyti jo (jos“ naujausių įrašų sąrašą"
154
+
155
+ #: ../commentluv.php:967
156
  msgid "Settings"
157
  msgstr "Nuostatos"
158
 
159
+ #: ../commentluv.php:1006
160
+ msgid "No Posts Were Found!"
161
+ msgstr "Įrašų nerasta!"
162
+
163
+ #: ../commentluv.php:1046
164
+ msgid "There is a new version of Commentluv available, please upgrade by visiting this site"
165
+ msgstr "Yra nauja Commentluv versija, atnaujinkite užeidami į šį puslapį"
166
+
167
+ #: ../commentluv.php:1049
168
+ msgid "Dismiss notice"
169
+ msgstr "Paslėpti pastabą"
170
+
171
+ #: ../commentluv.php:1076
172
+ msgid "CommentLuv Settings v"
173
+ msgstr "CommentLuv nuostatos v"
174
+
175
+ #: ../commentluv.php:1086
176
+ msgid "Important!"
177
+ msgstr "Svarbu!"
178
+
179
+ #: ../commentluv.php:1086
180
+ msgid "Subscription Information"
181
+ msgstr "Prenumeratos informacija"
182
+
183
+ #: ../commentluv.php:1091
184
+ msgid "CommentLuv 3.0 Premium is coming soon!"
185
+ msgstr "Greitai bus išleista „CommentLuv 3.0 Premium“!"
186
+
187
+ #: ../commentluv.php:1092
188
+ msgid "I promise not to sell your details or send you spam. You will ONLY receive emails about plugin updates."
189
+ msgstr "Prižadu neparduoti jūsų duomenų ir nesiųsti šlamšto. Jūs tik gausite laiškus apie įskiepio atnaujinimus."
190
+
191
+ #: ../commentluv.php:1095
192
+ msgid "There is a premium version of CommentLuv coming that will have much more control of how the plugin works as well as exclusive features like keyword name, inline registration and much much more!. Signup to find out as soon as it is ready"
193
+ msgstr "Greitai pasirodys „CommentLuv Premium“ versija. Ji turės daugiau galimybių kontroliuoti įskiepio veikimą, turės papildomų ypatybių (pvz., raktažodžio pavadinimą, registraciją tame pačiame puslapyje ir daug daugiau)! Užsiregistruokite, ir būsite informuoti, kai tik ji pasirodys."
194
+
195
+ #: ../commentluv.php:1098
196
+ msgid "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"
197
+ msgstr "Jūs jau užsiprenumeravote, jei negausite patvirtinimo laiško per 12 valandų, paspauskite mygtuką, kad jis būtų išsiųstas iš naujo arba pabandykite pasinaudoti šia forma"
198
+
199
+ #: ../commentluv.php:1098
200
+ msgid "Resend Verification"
201
+ msgstr "Išsiųsti patvirtinimą dar kartą"
202
+
203
+ #: ../commentluv.php:1100
204
+ msgid "Click to register now!"
205
+ msgstr "Paspauskite ir užsiregistruokite dabar!"
206
+
207
+ #: ../commentluv.php:1115
208
+ msgid "Primary Setting"
209
+ msgstr "Svarbiausios nuostatos"
210
 
211
+ #: ../commentluv.php:1115
212
+ #: ../commentluv.php:1149
213
+ #: ../commentluv.php:1208
214
+ #: ../commentluv.php:1264
215
+ #: ../commentluv.php:1295
216
+ msgid "Help Video"
217
+ msgstr "Pagalbinis video"
218
 
219
+ #: ../commentluv.php:1119
220
+ msgid "Enable CommentLuv?"
221
+ msgstr "Įjungti CommentLuv?"
222
 
223
+ #: ../commentluv.php:1120
224
+ msgid "Yes"
225
+ msgstr "Taip"
226
 
227
+ #: ../commentluv.php:1121
228
+ msgid "No"
229
+ msgstr "Ne"
230
 
231
+ #: ../commentluv.php:1126
232
+ msgid "On Posts"
233
+ msgstr "Įrašuose"
234
 
235
+ #: ../commentluv.php:1127
236
+ msgid "On Pages"
237
+ msgstr "Puslapiuose"
238
 
239
+ #: ../commentluv.php:1128
240
+ msgid "On Both"
241
+ msgstr "Įrašuose ir puslapiuose"
242
+
243
+ #: ../commentluv.php:1133
244
+ msgid "On by default?"
245
+ msgstr "Įjungti pagal nutylėjimą?"
246
+
247
+ #: ../commentluv.php:1137
248
+ msgid "On for admin?"
249
+ msgstr "Įjungti ir administratoriams?"
250
+
251
+ #: ../commentluv.php:1149
252
+ msgid "Appearance"
253
+ msgstr "Išvaizda"
254
+
255
+ #: ../commentluv.php:1153
256
+ msgid "Badge"
257
+ msgstr "Ženklelis"
258
+
259
+ #: ../commentluv.php:1154
260
+ msgid "Custom Image URL"
261
+ msgstr "Nuosavo ženklelio URL"
262
+
263
+ #: ../commentluv.php:1155
264
+ msgid "Use Text"
265
+ msgstr "Tekstinė forma"
266
+
267
+ #: ../commentluv.php:1163
268
+ msgid "Default"
269
+ msgstr "Numatytasis"
270
+
271
+ #: ../commentluv.php:1164
272
+ msgid "White"
273
+ msgstr "Balta"
274
+
275
+ #: ../commentluv.php:1165
276
+ msgid "Black"
277
+ msgstr "Juoda"
278
+
279
+ #: ../commentluv.php:1166
280
+ msgid "None"
281
+ msgstr "Jokia"
282
+
283
+ #: ../commentluv.php:1183
284
+ msgid "Link to Commentluv?"
285
+ msgstr "Nuoroda į Commentluv?"
286
+
287
+ #: ../commentluv.php:1190
288
+ msgid "Enable info panel?"
289
+ msgstr "Įjungti inf. skydelį?"
290
+
291
+ #: ../commentluv.php:1191
292
  msgid "Info panel background color"
293
+ msgstr "Inf. skydelio fono spalva"
294
+
295
+ #: ../commentluv.php:1192
296
+ msgid "Info panel text color"
297
+ msgstr "Inf. skydelio teksto spalva"
298
 
299
+ #: ../commentluv.php:1198
300
+ msgid "Example text and background color"
301
+ msgstr "Teksto ir jo fono spalvų pavyzdys"
302
 
303
+ #: ../commentluv.php:1208
304
+ msgid "Messages"
305
+ msgstr "Žinutės"
306
 
307
+ #: ../commentluv.php:1215
308
+ msgid "Text to be displayed in the comment"
309
+ msgstr "Komentare rodomas tekstas"
310
 
311
+ #: ../commentluv.php:1218
312
+ msgid "[name] = The users name"
313
+ msgstr "[name] = Vartotojo vardas"
314
 
315
+ #: ../commentluv.php:1218
316
+ msgid "[lastpost] = The last blog post link"
317
+ msgstr "[lastpost] = Naujausias tinklaraščio įrašas"
318
 
319
+ #: ../commentluv.php:1225
320
+ msgid "Message for unregistered user in the drop down box"
321
+ msgstr "Žinutė neregistruotiems vartotojams, parodoma išsiskleidžiančiame laukelyje"
322
 
323
+ #: ../commentluv.php:1226
324
+ #: ../commentluv.php:1250
325
+ msgid "Message will not be shown if you do not have registrations enabled"
326
+ msgstr ""
327
 
328
+ #: ../commentluv.php:1230
329
+ msgid "Your register link code"
330
+ msgstr "Jūsų registracijos nuorodos kodas"
331
 
332
+ #: ../commentluv.php:1240
333
+ msgid "You have NOT set your blog to allow registrations, you can do that in Settings/General"
334
+ msgstr "Jūs esate išjungę registraciją, galite tai vėl įjungti per Nuostatos → Pagrindinės"
335
+
336
+ #: ../commentluv.php:1241
337
+ msgid "here"
338
+ msgstr "[čia]"
339
+
340
+ #: ../commentluv.php:1249
341
+ msgid "Message for unregistered user in the info panel"
342
+ msgstr "Neregistruotiems vartotojams informaciniame skydelyje rodoma žinutė"
343
+
344
+ #: ../commentluv.php:1264
345
+ msgid "Operational Settings"
346
+ msgstr "Veikimo nuostatos"
347
+
348
+ #: ../commentluv.php:1271
349
+ msgid "Who to give 10 last posts to choose from when they comment?"
350
+ msgstr "Kam komentuojant leisti pasirinkti iš naujausių 10 įrašų?"
351
+
352
+ #: ../commentluv.php:1272
353
+ msgid "Only Registered Members"
354
+ msgstr "Tik registruotiems nariams"
355
+
356
+ #: ../commentluv.php:1273
357
+ msgid "Everybody"
358
+ msgstr "Visiems"
359
+
360
+ #: ../commentluv.php:1274
361
+ msgid "Nobody"
362
+ msgstr "Niekam"
363
+
364
+ #: ../commentluv.php:1281
365
+ msgid "Whose links should be dofollow?"
366
+ msgstr "Kieno nuorodoms priskirti „dofollow“ atributą?"
367
+
368
+ #: ../commentluv.php:1282
369
+ msgid "Only Registered Members Links"
370
+ msgstr "Tik registruotų narių nuorodoms"
371
+
372
+ #: ../commentluv.php:1283
373
+ msgid "Everybody gets dofollow links"
374
+ msgstr "Visų nuorodoms"
375
+
376
+ #: ../commentluv.php:1284
377
+ msgid "Nobody gets dofollow links"
378
+ msgstr "Niekieno nuorodoms"
379
+
380
+ #: ../commentluv.php:1295
381
  msgid "Technical Settings"
382
  msgstr "Techninės nuostatos"
383
 
384
+ #: ../commentluv.php:1295
385
+ msgid "Click to open technical settings"
386
+ msgstr "Atidaryti veikimo nuostatas"
387
+
388
+ #: ../commentluv.php:1302
389
+ msgid "Please check the help video for this section before changing settings"
390
+ msgstr "Prieš keisdami nuostatas, peržiūrėkite pagalbinį video filmuką"
391
+
392
+ #: ../commentluv.php:1303
393
+ msgid "In most cases, you will NOT need to change the settings in this box unless you have a custom comment form, template or you are using minifying or caching plugins"
394
+ msgstr "Paprastai nieko keisti nereikia, nebent jūs modifikavote komentarų formą, šabloną arba naudojate specifinius įskiepius (pvz., podėlio įskiepį)"
395
+
396
+ #: ../commentluv.php:1308
397
+ msgid "Compatibility"
398
+ msgstr "Suderinamumas"
399
+
400
+ #: ../commentluv.php:1312
401
+ msgid "Use manual insert of badge code?"
402
+ msgstr "Rankiniu būdu įkelti ženklelio kodą?"
403
 
404
+ #: ../commentluv.php:1316
405
+ msgid "Enable minifying compatibility?"
406
+ msgstr "Įgalinti glaudinimo suderinamumą?"
407
 
408
+ #: ../commentluv.php:1317
409
+ msgid "For caching plugins (places localized code in footer)"
410
+ msgstr "Podėlio įskiepiams (patalpina lokalizuotą kodą poraštėje)"
411
+
412
+ #: ../commentluv.php:1322
413
+ msgid "API URL"
414
+ msgstr ""
415
+
416
+ #: ../commentluv.php:1326
417
+ msgid "URL to use for API"
418
+ msgstr ""
419
+
420
+ #: ../commentluv.php:1330
421
+ msgid "Comment Form Field Values"
422
+ msgstr "Komentarų formos laukelių reikšmės"
423
+
424
+ #: ../commentluv.php:1333
425
  msgid "Authors Name field name"
426
  msgstr "Autoriaus vardo laukelio pavadinimas"
427
 
428
+ #: ../commentluv.php:1338
429
  msgid "Email field name"
430
  msgstr "El. pašto laukelio pavadinimas"
431
 
432
+ #: ../commentluv.php:1343
433
  msgid "Authors URL field name"
434
  msgstr "Autoriaus URL laukelio pavadinimas"
435
 
436
+ #: ../commentluv.php:1348
437
  msgid "Comment Text Area name"
438
  msgstr "Komentaro teksto laukelio pavadinimas"
439
 
440
+ #: ../commentluv.php:1353
441
+ msgid "Diagnostics Info"
442
+ msgstr "Diagnostikos informacija"
443
+
444
+ #: ../commentluv.php:1371
445
+ msgid "You can copy this information and send it to me if I request it"
446
+ msgstr "Jūs galite nukopijuoti šią informaciją ir atsiųsti man, jei paprašysiu"
447
+
448
+ #: ../commentluv.php:1378
449
+ msgid "Save Settings"
450
+ msgstr "Išsaugoti nuostatas"
451
 
452
+ #: ../commentluv.php:1380
453
+ msgid "Reset Settings"
454
+ msgstr "Atkurti nuostatas"
455
 
456
+ #: ../commentluv.php:1383
457
  msgid "Are you sure you want to reset your settings? Press OK to continue"
458
  msgstr "Ar tikrai norite atkurti nuostatas? Paspauskite „Gerai“, jei norite tęsti"
459
 
460
+ #: ../commentluv.php:1386
461
+ msgid "Reset"
462
+ msgstr "Atkurti"
463
+
464
+ #: ../commentluv.php:1394
465
  msgid "Plugin Info"
466
  msgstr "Įskiepio informacija"
467
 
468
+ #: ../commentluv.php:1397
469
+ msgid "Start Here"
470
+ msgstr "Pradėkite čia"
471
+
472
+ #: ../commentluv.php:1398
473
  msgid "Author"
474
  msgstr "Autorius"
475
 
476
+ #: ../commentluv.php:1399
477
  msgid "Home Page"
478
  msgstr "Puslapis"
479
 
480
+ #: ../commentluv.php:1399
481
+ msgid "Visit www.commentluv.com!"
482
+ msgstr "Apsilankykite www.commentluv.com!"
483
 
484
+ #: ../commentluv.php:1400
485
  msgid "Social"
486
  msgstr "Soc. tinklai"
487
 
488
+ #: ../commentluv.php:1401
489
  msgid "Help"
490
  msgstr "Pagalba"
491
 
492
+ #: ../commentluv.php:1401
493
  msgid "Help Desk"
494
  msgstr "Pagalbos lenta"
495
 
496
+ #: ../commentluv.php:1402
497
+ msgid "Do you like this plugin?"
498
+ msgstr ""
499
+
500
+ #: ../commentluv.php:1404
501
  msgid "News"
502
  msgstr "Naujienos"
503
 
504
+ #: ../commentluv.php:1410
505
  msgid "Thanks to the following for translations"
506
  msgstr "Dėkoju vertėjams"
507
 
508
+ #: ../commentluv.php:1411
509
  msgid "Italian"
510
  msgstr "Italų"
511
 
512
+ #: ../commentluv.php:1412
513
+ msgid "Dutch"
514
+ msgstr "Olandų"
515
+
516
+ #: ../commentluv.php:1413
517
+ msgid "Polish"
518
+ msgstr "Lenkų"
519
+
520
+ #: ../commentluv.php:1414
521
+ msgid "Georgian"
522
+ msgstr "Gruzinų"
523
+
524
+ #: ../commentluv.php:1415
525
+ msgid "Lithuanian"
526
+ msgstr "Lietuvių"
527
+
528
+ #: ../commentluv.php:1416
529
+ msgid "Portuguese"
530
+ msgstr "Portugalų"
531
+
532
+ #: ../commentluv.php:1417
533
+ #, fuzzy
534
+ msgid "Malaysian"
535
+ msgstr "Italų"
536
+
537
+ #: ../commentluv.php:1418
538
  msgid "Russian"
539
  msgstr "Rusų"
540
 
541
+ #: ../commentluv.php:1419
542
  msgid "Chinese"
543
  msgstr "Kinų"
544
 
545
+ #: ../commentluv.php:1420
546
  msgid "Hebrew"
547
  msgstr "Hebrajų"
548
 
549
+ #: ../commentluv.php:1421
550
  msgid "French"
551
  msgstr "Prancūzų"
552
 
553
+ #: ../commentluv.php:1423
 
 
 
 
 
 
 
 
 
 
 
 
554
  msgid "Romanian"
555
  msgstr "Rumunų"
556
 
557
+ #: ../commentluv.php:1424
558
  msgid "German"
559
  msgstr "Vokiečių"
560
 
561
+ #: ../commentluv.php:1425
562
  msgid "Arabic"
563
  msgstr "Arabų"
564
 
565
+ #: ../commentluv.php:1427
566
+ msgid "Want your link here?"
567
+ msgstr ""
568
+
569
+ #: ../commentluv.php:1427
570
+ msgid "How To Submit A Translation"
571
+ msgstr ""
572
+
573
+ #: ../commentluv.php:1428
574
+ msgid "Special thanks go to the following"
575
+ msgstr ""
576
+
577
+ #: ../commentluv.php:1429
578
+ #, fuzzy
579
+ msgid "CSS Help"
580
+ msgstr "Pagalba"
581
 
582
+ #: ../commentluv.php:1430
583
+ #, fuzzy
584
+ msgid "Badge GFX"
585
+ msgstr "Ženklelis"
586
+
587
+ #~ msgid "There were errors with your chosen settings"
588
+ #~ msgstr "Kilo problemų dėl jūsų pasirinktų nuostatų"
589
+
590
+ #~ msgid ""
591
+ #~ "This plugin takes the url from the comment form and tries to parse the "
592
+ #~ "feed of the site and display the last entry made. If you have any "
593
+ #~ "questions, comments or if you have a good idea that you would like to see "
594
+ #~ "in the next version of CommentLuv, please visit http://comluv.com and let "
595
+ #~ "me know."
596
+ #~ msgstr ""
597
+ #~ "Šis įskiepis panaudoja komentarų formoje nurodytą puslapio nuorodą, "
598
+ #~ "pabando pagal ją surasti puslapio RSS srautą ir atvaizduoja paskutinį "
599
+ #~ "įrašą. Jei turite klausimų, komentarų arba gerų idėjų, kurias norėtumėte "
600
+ #~ "išvysti kitoje CommentLuv versijoje, apsilankykite http://comluv.com ir "
601
+ #~ "informuokite mane."
602
+
603
+ #~ msgid "Display Options"
604
+ #~ msgstr "Rodymo nuostatos"
605
+
606
+ #~ msgid "Text displayed in the select box"
607
+ #~ msgstr "Pasirinkimo laukelyje rodomas tekstas"
608
+
609
+ #~ msgid "Show heart on links?"
610
+ #~ msgstr "Prie nuorodų rodyti širdelę?"
611
+
612
+ #~ msgid ""
613
+ #~ "Do NOT check this unless you have manually inserted the code into your "
614
+ #~ "comments.php file "
615
+ #~ msgstr ""
616
+ #~ "Pažymėkite tik tuo atveju, jei rankiniu būdu įterpėte kodą į comments.php "
617
+ #~ "failą"
618
+
619
+ #~ msgid "Display Badge"
620
+ #~ msgstr "Rodomas ženklelis"
621
+
622
+ #~ msgid ""
623
+ #~ "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for "
624
+ #~ "creating these images."
625
+ #~ msgstr ""
626
+ #~ "Dėkoju <a href=\"http://byteful.com\">Byteful Traveller</a> už šių "
627
+ #~ "paveikslėlių sukūrimą."
628
+
629
+ #~ msgid "Choose badge to display"
630
+ #~ msgstr "Rodomas ženklelis"
631
+
632
+ #~ msgid "Show nothing"
633
+ #~ msgstr "Nerodyti"
634
+
635
+ #~ msgid "Show text"
636
+ #~ msgstr "Rodyti tekstą"
637
+
638
+ #~ msgid "Prepend html before badge or text (optional)"
639
+ #~ msgstr "Prieš ženklelį ar tekstą įterpti HTML (nebūtina)"
640
+
641
+ #~ msgid ""
642
+ #~ "These are the name=\"\" values used in the HTML source for the fields on "
643
+ #~ "your comment form."
644
+ #~ msgstr ""
645
+ #~ "Čia yra name=\"\" reikšmės, naudojamos jūsų komentarų formos laukelių "
646
+ #~ "HTML kode."
647
+
648
+ #~ msgid "Reset to Default Settings"
649
+ #~ msgstr "Atkurti numatytąsias nuostatas"
650
+
651
+ #~ msgid "Visit ComLuv to register your site for more luv!"
652
+ #~ msgstr "Aplankyti ComLuv ir užsiregistruoti!"
lang/commentluv-my_MY.mo ADDED
Binary file
lang/commentluv-my_MY.po ADDED
@@ -0,0 +1,583 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: CommentLuv 2.8.9.8\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-06-09 14:04-0000\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Andy Bailey <andrewgbailey@gmail.com>\n"
8
+ "Language-Team: <shah.ariff@gmail.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-KeywordsList: __;_e\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Malay\n"
15
+ "X-Poedit-Country: MALAYSIA\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-SearchPath-0: ..\n"
18
+
19
+ #: ../commentluv.php:48
20
+ msgid "CommentLuv requires Wordpress 3.0 or newer."
21
+ msgstr "CommentLuv memerlukan versi WordPress 3.0 atau yang lebih baru."
22
+
23
+ #: ../commentluv.php:48
24
+ msgid "Please Update!"
25
+ msgstr "Sila Kemaskini!"
26
+
27
+ #: ../commentluv.php:216
28
+ #, fuzzy
29
+ msgid "Please enter a URL and then click the CommentLuv checkbox if you want to add your last blog post"
30
+ msgstr "Sila masukkan URL jika anda ingin memasukkan entri terbaru anda."
31
+
32
+ #: ../commentluv.php:217
33
+ msgid "Please use http:// in front of your url"
34
+ msgstr "Sila gunakan http:// di hadapan url"
35
+
36
+ #: ../commentluv.php:218
37
+ msgid "You need to visit your profile in the dashboard and update your details with your site URL"
38
+ msgstr "Anda perlu mengakses profil anda di dalam paparan muka dan kemaskini butiran serta url laman web anda"
39
+
40
+ #: ../commentluv.php:219
41
+ msgid "No info was available or an error occured"
42
+ msgstr "Tiada info yang wujud atau terdapat kesalahan"
43
+
44
+ #: ../commentluv.php:242
45
+ msgid "Please wait"
46
+ msgstr "Sila tunggu"
47
+
48
+ #: ../commentluv.php:242
49
+ msgid "Please check your inbox, an email will be sent to"
50
+ msgstr "Sila periksa peti masuk anda, email akan dihantar ke"
51
+
52
+ #: ../commentluv.php:242
53
+ msgid "in the next few minutes with a confirmation link"
54
+ msgstr "dalam masa beberapa minit dengan pautan pengesahan"
55
+
56
+ #: ../commentluv.php:242
57
+ msgid "An error happened with the request. Try signing up at the site"
58
+ msgstr "Kesilapan berlaku. Cuba daftar di laman web"
59
+
60
+ #: ../commentluv.php:271
61
+ msgid "Your Wordpress install is missing the <strong>wp_commentmeta</strong> table!"
62
+ msgstr ""
63
+
64
+ #: ../commentluv.php:271
65
+ msgid " CommentLuv cannot work without this table please see this wordpress forum post to learn how to add one ->"
66
+ msgstr ""
67
+
68
+ #: ../commentluv.php:271
69
+ msgid "Missing wp_commentmeta table"
70
+ msgstr ""
71
+
72
+ #: ../commentluv.php:364
73
+ msgid "Twice Monthly"
74
+ msgstr "Dua kali sebulan"
75
+
76
+ #: ../commentluv.php:391
77
+ msgid "CommentLuv is enabled"
78
+ msgstr "CommentLuv aktif"
79
+
80
+ #: ../commentluv.php:432
81
+ msgid "Show more posts"
82
+ msgstr "Paparkan entri lain"
83
+
84
+ #: ../commentluv.php:522
85
+ msgid "I have only commented on this post"
86
+ msgstr "Saya pernah meninggalkan komen dalam entri ini sahaja"
87
+
88
+ #: ../commentluv.php:525
89
+ msgid "If I had made more comments on this site, you would see more of my other posts here"
90
+ msgstr "Jika saya pernah meninggalkan komen lain di laman ini, anda akan dapat lihat entri saya yang lain di sini"
91
+
92
+ #: ../commentluv.php:550
93
+ msgid "User has not saved a description in their profile page"
94
+ msgstr "Pengguna belum lagi meletakkan butiran peribadi dalam laman profilnya"
95
+
96
+ #: ../commentluv.php:562
97
+ msgid "is the administrator of this site"
98
+ msgstr "adalah pentadbir laman ini"
99
+
100
+ #: ../commentluv.php:564
101
+ msgid "is a registered member of my site"
102
+ msgstr "adalah ahli berdaftar laman ini"
103
+
104
+ #: ../commentluv.php:567
105
+ #: ../commentluv.php:586
106
+ msgid "Clicks on this link on this comment"
107
+ msgstr "Klik pada pautan komen ini"
108
+
109
+ #: ../commentluv.php:567
110
+ #: ../commentluv.php:587
111
+ msgid "approved comments on this site"
112
+ msgstr "komen-komen yang diluluskan di laman ini"
113
+
114
+ #: ../commentluv.php:567
115
+ #: ../commentluv.php:588
116
+ msgid "Some other posts I have commented on"
117
+ msgstr "Entri lain yang telah saya komen"
118
+
119
+ #: ../commentluv.php:567
120
+ msgid "Some of my other posts"
121
+ msgstr "Entri saya yang lain"
122
+
123
+ #: ../commentluv.php:580
124
+ msgid "has not registered on this site"
125
+ msgstr "belum lagi berdaftar dengan laman ini"
126
+
127
+ #: ../commentluv.php:702
128
+ msgid "Could not get posts for home blog"
129
+ msgstr "Gagal mendapatkan entri untuk blog utama"
130
+
131
+ #: ../commentluv.php:758
132
+ msgid "If you are registered, you need to log in to get 10 posts to choose from"
133
+ msgstr "Jika anda berdaftar, sila log masuk untuk mendapatkan 10 entri pilihan"
134
+
135
+ #: ../commentluv.php:782
136
+ #: ../commentluv.php:1231
137
+ msgid "Register"
138
+ msgstr "Daftar"
139
+
140
+ #: ../commentluv.php:787
141
+ msgid "recently posted"
142
+ msgstr "baru lagi menerbitkan entri"
143
+
144
+ #: ../commentluv.php:788
145
+ msgid "If you register as a user on my site, you can get your 10 most recent blog posts to choose from in this box."
146
+ msgstr "Jika anda mendaftarkan diri sebagai pengguna di laman saya, pilihan 10 entri terbaru di blog anda akan dipaparkan di sini"
147
+
148
+ #: ../commentluv.php:789
149
+ msgid "If this user had registered to my site then they could get 10 last posts to choose from when they comment and you would be able to see a list of their recent posts in this panel"
150
+ msgstr "Jika pengguna ini berdaftar dengan laman saya, dia boleh memilih salah satu daripada 10 entri terbaru di laman webnya untuk dipaparkan apabila meninggalkan komen dan senarai entri terbarunya akan dipaparkan di dalam panel ini"
151
+
152
+ #: ../commentluv.php:967
153
+ msgid "Settings"
154
+ msgstr "Tetapan"
155
+
156
+ #: ../commentluv.php:1006
157
+ msgid "No Posts Were Found!"
158
+ msgstr "Tiada entri ditemui!"
159
+
160
+ #: ../commentluv.php:1046
161
+ msgid "There is a new version of Commentluv available, please upgrade by visiting this site"
162
+ msgstr "Terdapat versi baru CommentLuv, sila kemaskini dengan melawati laman ini"
163
+
164
+ #: ../commentluv.php:1049
165
+ msgid "Dismiss notice"
166
+ msgstr "Lupakan notis"
167
+
168
+ #: ../commentluv.php:1076
169
+ msgid "CommentLuv Settings v"
170
+ msgstr "Tetapan CommentLuv v"
171
+
172
+ #: ../commentluv.php:1086
173
+ msgid "Important!"
174
+ msgstr "Penting!"
175
+
176
+ #: ../commentluv.php:1086
177
+ msgid "Subscription Information"
178
+ msgstr "Maklumat Langganan"
179
+
180
+ #: ../commentluv.php:1091
181
+ msgid "CommentLuv 3.0 Premium is coming soon!"
182
+ msgstr "CommentLuv 3.0 Premium akan datang!"
183
+
184
+ #: ../commentluv.php:1092
185
+ msgid "I promise not to sell your details or send you spam. You will ONLY receive emails about plugin updates."
186
+ msgstr "Saya janji tidak akan menjual butiran anda atau menghantar spam kepada anda. Anda HANYA akan menerima email berkaitan kemaskini plugin."
187
+
188
+ #: ../commentluv.php:1095
189
+ msgid "There is a premium version of CommentLuv coming that will have much more control of how the plugin works as well as exclusive features like keyword name, inline registration and much much more!. Signup to find out as soon as it is ready"
190
+ msgstr "Terdapat versi premium CommentLuv akan datang yang mempunyai lebih banyak kawalan terhadap fungsi plugin ini termasuk ciri-ciri tambahan seperti nama keyword dan macam-macam lagi! Sila daftar untuk mendapat maklumat lanjut setelah ianya siap"
191
+
192
+ #: ../commentluv.php:1098
193
+ msgid "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"
194
+ msgstr "Anda telah didaftarkan. Jika anda tidak menerima pengesahan dalam masa 12 jam, sila klik butang untuk menghantar semula pendaftaran atau cuba mengisi borang di"
195
+
196
+ #: ../commentluv.php:1098
197
+ msgid "Resend Verification"
198
+ msgstr "Hantar Semula Pengesahan"
199
+
200
+ #: ../commentluv.php:1100
201
+ msgid "Click to register now!"
202
+ msgstr "Klik untuk mendaftar sekarang!"
203
+
204
+ #: ../commentluv.php:1115
205
+ msgid "Primary Setting"
206
+ msgstr "Tetapan Utama"
207
+
208
+ #: ../commentluv.php:1115
209
+ #: ../commentluv.php:1149
210
+ #: ../commentluv.php:1208
211
+ #: ../commentluv.php:1264
212
+ #: ../commentluv.php:1295
213
+ msgid "Help Video"
214
+ msgstr "Video Tutorial"
215
+
216
+ #: ../commentluv.php:1119
217
+ msgid "Enable CommentLuv?"
218
+ msgstr "Aktifkan CommentLuv?"
219
+
220
+ #: ../commentluv.php:1120
221
+ msgid "Yes"
222
+ msgstr "Ya"
223
+
224
+ #: ../commentluv.php:1121
225
+ msgid "No"
226
+ msgstr "Tidak"
227
+
228
+ #: ../commentluv.php:1126
229
+ msgid "On Posts"
230
+ msgstr "Pada Entri"
231
+
232
+ #: ../commentluv.php:1127
233
+ msgid "On Pages"
234
+ msgstr "Pada Laman"
235
+
236
+ #: ../commentluv.php:1128
237
+ msgid "On Both"
238
+ msgstr "Kedua-duanya"
239
+
240
+ #: ../commentluv.php:1133
241
+ msgid "On by default?"
242
+ msgstr "Aktif pada asalnya?"
243
+
244
+ #: ../commentluv.php:1137
245
+ msgid "On for admin?"
246
+ msgstr "Aktif untuk pentadbir?"
247
+
248
+ #: ../commentluv.php:1149
249
+ msgid "Appearance"
250
+ msgstr "Rupa"
251
+
252
+ #: ../commentluv.php:1153
253
+ msgid "Badge"
254
+ msgstr "Lencana"
255
+
256
+ #: ../commentluv.php:1154
257
+ msgid "Custom Image URL"
258
+ msgstr "URL imej lain"
259
+
260
+ #: ../commentluv.php:1155
261
+ msgid "Use Text"
262
+ msgstr "Gunakan Teks"
263
+
264
+ #: ../commentluv.php:1163
265
+ msgid "Default"
266
+ msgstr "Asal"
267
+
268
+ #: ../commentluv.php:1164
269
+ msgid "White"
270
+ msgstr "Putih"
271
+
272
+ #: ../commentluv.php:1165
273
+ msgid "Black"
274
+ msgstr "Hitam"
275
+
276
+ #: ../commentluv.php:1166
277
+ msgid "None"
278
+ msgstr "Tiada"
279
+
280
+ #: ../commentluv.php:1183
281
+ msgid "Link to Commentluv?"
282
+ msgstr "Pautan ke CommentLuv?"
283
+
284
+ #: ../commentluv.php:1190
285
+ msgid "Enable info panel?"
286
+ msgstr "Aktifkan panel maklumat?"
287
+
288
+ #: ../commentluv.php:1191
289
+ msgid "Info panel background color"
290
+ msgstr "Warna latar belakang panel maklumat"
291
+
292
+ #: ../commentluv.php:1192
293
+ msgid "Info panel text color"
294
+ msgstr "Warna teks panel maklumat"
295
+
296
+ #: ../commentluv.php:1198
297
+ msgid "Example text and background color"
298
+ msgstr "Contoh warna teks dan latar belakang"
299
+
300
+ #: ../commentluv.php:1208
301
+ msgid "Messages"
302
+ msgstr "Mesej"
303
+
304
+ #: ../commentluv.php:1215
305
+ msgid "Text to be displayed in the comment"
306
+ msgstr "Teks yang akan dipaparkan di dalam komen"
307
+
308
+ #: ../commentluv.php:1218
309
+ msgid "[name] = The users name"
310
+ msgstr "[name] = Nama pengguna"
311
+
312
+ #: ../commentluv.php:1218
313
+ msgid "[lastpost] = The last blog post link"
314
+ msgstr "[lastpost] = Pautan entri terbaru"
315
+
316
+ #: ../commentluv.php:1225
317
+ msgid "Message for unregistered user in the drop down box"
318
+ msgstr "Mesej untuk pengguna yang tidak berdaftar "
319
+
320
+ #: ../commentluv.php:1226
321
+ #: ../commentluv.php:1250
322
+ msgid "Message will not be shown if you do not have registrations enabled"
323
+ msgstr "Mesej tidak akan dipaparkan sekiranya anda tidak membenarkan pendaftaran"
324
+
325
+ #: ../commentluv.php:1230
326
+ msgid "Your register link code"
327
+ msgstr "Pautan pendaftaran anda"
328
+
329
+ #: ../commentluv.php:1240
330
+ msgid "You have NOT set your blog to allow registrations, you can do that in Settings/General"
331
+ msgstr "Anda TIDAK membenarkan pendaftaran di laman anda. Anda boleh membenarkannya di Settings/General"
332
+
333
+ #: ../commentluv.php:1241
334
+ msgid "here"
335
+ msgstr "sini"
336
+
337
+ #: ../commentluv.php:1249
338
+ msgid "Message for unregistered user in the info panel"
339
+ msgstr "Mesej untuk pengguna yang tidak berdaftar dalam panel maklumat"
340
+
341
+ #: ../commentluv.php:1264
342
+ msgid "Operational Settings"
343
+ msgstr "Tetapan Operasi"
344
+
345
+ #: ../commentluv.php:1271
346
+ msgid "Who to give 10 last posts to choose from when they comment?"
347
+ msgstr "Siapa yang boleh memilih 10 entri terbaru mereka apabila meninggalkan komen?"
348
+
349
+ #: ../commentluv.php:1272
350
+ msgid "Only Registered Members"
351
+ msgstr "Hanya Pengguna Berdaftar"
352
+
353
+ #: ../commentluv.php:1273
354
+ msgid "Everybody"
355
+ msgstr "Semua Orang"
356
+
357
+ #: ../commentluv.php:1274
358
+ msgid "Nobody"
359
+ msgstr "Tidak Sesiapa Pun"
360
+
361
+ #: ../commentluv.php:1281
362
+ msgid "Whose links should be dofollow?"
363
+ msgstr "Link siapa patut diberi dofollow?"
364
+
365
+ #: ../commentluv.php:1282
366
+ msgid "Only Registered Members Links"
367
+ msgstr "Hanya Ahli Berdaftar"
368
+
369
+ #: ../commentluv.php:1283
370
+ msgid "Everybody gets dofollow links"
371
+ msgstr "Semua orang dapat (Yeay!)"
372
+
373
+ #: ../commentluv.php:1284
374
+ msgid "Nobody gets dofollow links"
375
+ msgstr "Tidak seorang pun dapat"
376
+
377
+ #: ../commentluv.php:1295
378
+ msgid "Technical Settings"
379
+ msgstr "Tetapan Teknikal"
380
+
381
+ #: ../commentluv.php:1295
382
+ msgid "Click to open technical settings"
383
+ msgstr "Klik untuk memaparkan tetapan teknikal"
384
+
385
+ #: ../commentluv.php:1302
386
+ msgid "Please check the help video for this section before changing settings"
387
+ msgstr "Sila tonton video tutorial untuk bahagian ini sebelum menukar tetapan"
388
+
389
+ #: ../commentluv.php:1303
390
+ msgid "In most cases, you will NOT need to change the settings in this box unless you have a custom comment form, template or you are using minifying or caching plugins"
391
+ msgstr "Biasanya, anda TIDAK perlu menukar tetapan dalam kotak ini kecuali anda mempunyai borang komen sendiri, custom template atau anda menggunakan plugin minify/cache"
392
+
393
+ #: ../commentluv.php:1308
394
+ msgid "Compatibility"
395
+ msgstr "Kesesuaian"
396
+
397
+ #: ../commentluv.php:1312
398
+ msgid "Use manual insert of badge code?"
399
+ msgstr "Masukkan kod lencana secara manual?"
400
+
401
+ #: ../commentluv.php:1316
402
+ msgid "Enable minifying compatibility?"
403
+ msgstr "Aktifkan kesesuaian untuk minify"
404
+
405
+ #: ../commentluv.php:1317
406
+ msgid "For caching plugins (places localized code in footer)"
407
+ msgstr "Untuk caching plugin (kod akan diletakkan dalam footer)"
408
+
409
+ #: ../commentluv.php:1322
410
+ msgid "API URL"
411
+ msgstr ""
412
+
413
+ #: ../commentluv.php:1326
414
+ msgid "URL to use for API"
415
+ msgstr ""
416
+
417
+ #: ../commentluv.php:1330
418
+ msgid "Comment Form Field Values"
419
+ msgstr "Butiran Petak Borang Komen"
420
+
421
+ #: ../commentluv.php:1333
422
+ msgid "Authors Name field name"
423
+ msgstr "Petak Nama Penulis"
424
+
425
+ #: ../commentluv.php:1338
426
+ msgid "Email field name"
427
+ msgstr "Petak Email"
428
+
429
+ #: ../commentluv.php:1343
430
+ msgid "Authors URL field name"
431
+ msgstr "Petak URL Penulis"
432
+
433
+ #: ../commentluv.php:1348
434
+ msgid "Comment Text Area name"
435
+ msgstr "Petak Bahagian Teks Komen"
436
+
437
+ #: ../commentluv.php:1353
438
+ msgid "Diagnostics Info"
439
+ msgstr "Maklumat Diagnostik"
440
+
441
+ #: ../commentluv.php:1371
442
+ msgid "You can copy this information and send it to me if I request it"
443
+ msgstr "Anda boleh menyalin maklumat ini dan hantarkan kepada saya jika saya memintanya"
444
+
445
+ #: ../commentluv.php:1378
446
+ msgid "Save Settings"
447
+ msgstr "Simpan Tetapan"
448
+
449
+ #: ../commentluv.php:1380
450
+ msgid "Reset Settings"
451
+ msgstr "Reset Tetapan"
452
+
453
+ #: ../commentluv.php:1383
454
+ msgid "Are you sure you want to reset your settings? Press OK to continue"
455
+ msgstr "Adakah anda pasti anda ingin reset tetapan? Klik OK untuk teruskan"
456
+
457
+ #: ../commentluv.php:1386
458
+ msgid "Reset"
459
+ msgstr "Reset"
460
+
461
+ #: ../commentluv.php:1394
462
+ msgid "Plugin Info"
463
+ msgstr "Maklumat Plugin"
464
+
465
+ #: ../commentluv.php:1397
466
+ msgid "Start Here"
467
+ msgstr "Mula Sini"
468
+
469
+ #: ../commentluv.php:1398
470
+ msgid "Author"
471
+ msgstr "Penulis"
472
+
473
+ #: ../commentluv.php:1399
474
+ msgid "Home Page"
475
+ msgstr "Halaman Utama"
476
+
477
+ #: ../commentluv.php:1399
478
+ msgid "Visit www.commentluv.com!"
479
+ msgstr "Lawati www.commentluv.com!"
480
+
481
+ #: ../commentluv.php:1400
482
+ msgid "Social"
483
+ msgstr "Social"
484
+
485
+ #: ../commentluv.php:1401
486
+ msgid "Help"
487
+ msgstr "Bantuan"
488
+
489
+ #: ../commentluv.php:1401
490
+ msgid "Help Desk"
491
+ msgstr "Help Desk"
492
+
493
+ #: ../commentluv.php:1402
494
+ msgid "Do you like this plugin?"
495
+ msgstr ""
496
+
497
+ #: ../commentluv.php:1404
498
+ msgid "News"
499
+ msgstr "Berita"
500
+
501
+ #: ../commentluv.php:1410
502
+ msgid "Thanks to the following for translations"
503
+ msgstr "Terima kasih kepada individu ini atas terjemahan"
504
+
505
+ #: ../commentluv.php:1411
506
+ msgid "Italian"
507
+ msgstr "Bahasa Itali"
508
+
509
+ #: ../commentluv.php:1412
510
+ msgid "Dutch"
511
+ msgstr "Bahasa Belanda"
512
+
513
+ #: ../commentluv.php:1413
514
+ msgid "Polish"
515
+ msgstr "Bahasa Poland"
516
+
517
+ #: ../commentluv.php:1414
518
+ msgid "Georgian"
519
+ msgstr "Bahasa Georgia"
520
+
521
+ #: ../commentluv.php:1415
522
+ msgid "Lithuanian"
523
+ msgstr "Bahasa Lithuania"
524
+
525
+ #: ../commentluv.php:1416
526
+ msgid "Portuguese"
527
+ msgstr ""
528
+
529
+ #: ../commentluv.php:1417
530
+ #, fuzzy
531
+ msgid "Malaysian"
532
+ msgstr "Bahasa Itali"
533
+
534
+ #: ../commentluv.php:1418
535
+ msgid "Russian"
536
+ msgstr ""
537
+
538
+ #: ../commentluv.php:1419
539
+ msgid "Chinese"
540
+ msgstr ""
541
+
542
+ #: ../commentluv.php:1420
543
+ #, fuzzy
544
+ msgid "Hebrew"
545
+ msgstr "sini"
546
+
547
+ #: ../commentluv.php:1421
548
+ msgid "French"
549
+ msgstr ""
550
+
551
+ #: ../commentluv.php:1423
552
+ msgid "Romanian"
553
+ msgstr ""
554
+
555
+ #: ../commentluv.php:1424
556
+ #, fuzzy
557
+ msgid "German"
558
+ msgstr "Bahasa Georgia"
559
+
560
+ #: ../commentluv.php:1425
561
+ msgid "Arabic"
562
+ msgstr ""
563
+
564
+ #: ../commentluv.php:1427
565
+ msgid "Want your link here?"
566
+ msgstr "Inginkan link anda di sini?"
567
+
568
+ #: ../commentluv.php:1427
569
+ msgid "How To Submit A Translation"
570
+ msgstr "Bagaimana Menghantar Terjemahan?"
571
+
572
+ #: ../commentluv.php:1428
573
+ msgid "Special thanks go to the following"
574
+ msgstr "Jutaan terima kasih kepada"
575
+
576
+ #: ../commentluv.php:1429
577
+ msgid "CSS Help"
578
+ msgstr "Bantuan CSS"
579
+
580
+ #: ../commentluv.php:1430
581
+ msgid "Badge GFX"
582
+ msgstr "Grafik Lencana"
583
+
lang/commentluv-nl_NL.mo CHANGED
Binary file
lang/commentluv-nl_NL.po CHANGED
@@ -1,11 +1,11 @@
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: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"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -17,182 +17,616 @@ msgstr ""
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"
@@ -211,3 +645,9 @@ msgstr "Er waren fouten met je gekozen instellingen"
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 !"
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: CommentLuv 2.8.9\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-06-09 14:04-0000\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: Andy Bailey <andrewgbailey@gmail.com>\n"
8
+ "Language-Team: <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"
17
  "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
+ #: ../commentluv.php:48
21
+ msgid "CommentLuv requires Wordpress 3.0 or newer."
22
+ msgstr "CommentLuv vereist Wordpress 3.0 of nieuwer."
23
 
24
+ #: ../commentluv.php:48
25
+ msgid "Please Update!"
26
+ msgstr "Gelieve te Updaten!"
27
+
28
+ #: ../commentluv.php:216
29
+ #, fuzzy
30
+ msgid "Please enter a URL and then click the CommentLuv checkbox if you want to add your last blog post"
31
+ msgstr "Geef een URL in als je je laatste blog bericht toe wil voegen"
32
+
33
+ #: ../commentluv.php:217
34
+ msgid "Please use http:// in front of your url"
35
+ msgstr "Gebruik http:// aan de voorkant van je URL"
36
+
37
+ #: ../commentluv.php:218
38
+ msgid "You need to visit your profile in the dashboard and update your details with your site URL"
39
+ msgstr "Je moet je profiel bezoeken in het admin paneel en je gegevens bijwerken met je website URL"
40
+
41
+ #: ../commentluv.php:219
42
+ msgid "No info was available or an error occured"
43
+ msgstr "Er was geen info beschikbaar of er is een fout opgetreden"
44
+
45
+ #: ../commentluv.php:242
46
+ msgid "Please wait"
47
+ msgstr "Wacht alstublieft"
48
+
49
+ #: ../commentluv.php:242
50
+ msgid "Please check your inbox, an email will be sent to"
51
+ msgstr "Controleer je inbox, een email zal verzonden worden naar"
52
+
53
+ #: ../commentluv.php:242
54
+ msgid "in the next few minutes with a confirmation link"
55
+ msgstr "in de volgende minuten met een bevestigingslink"
56
+
57
+ #: ../commentluv.php:242
58
+ msgid "An error happened with the request. Try signing up at the site"
59
+ msgstr "Er is een fout opgetreden met de aanvraag. Probeer te registreren op de site"
60
+
61
+ #: ../commentluv.php:271
62
+ msgid "Your Wordpress install is missing the <strong>wp_commentmeta</strong> table!"
63
+ msgstr ""
64
+
65
+ #: ../commentluv.php:271
66
+ msgid " CommentLuv cannot work without this table please see this wordpress forum post to learn how to add one ->"
67
+ msgstr ""
68
+
69
+ #: ../commentluv.php:271
70
+ msgid "Missing wp_commentmeta table"
71
+ msgstr ""
72
+
73
+ #: ../commentluv.php:364
74
+ msgid "Twice Monthly"
75
+ msgstr "Tweemaandelijks"
76
+
77
+ #: ../commentluv.php:391
78
+ msgid "CommentLuv is enabled"
79
+ msgstr "CommentLuv is ingeschakeld"
80
+
81
+ #: ../commentluv.php:432
82
+ msgid "Show more posts"
83
+ msgstr "Laat meer berichten zien"
84
+
85
+ #: ../commentluv.php:522
86
+ msgid "I have only commented on this post"
87
+ msgstr "Ik heb alleen een reactie gegeven op dit bericht"
88
+
89
+ #: ../commentluv.php:525
90
+ msgid "If I had made more comments on this site, you would see more of my other posts here"
91
+ msgstr "Als ik meer reacties gegeven had op deze site zou je meer van mijn andere berichten hier zien"
92
+
93
+ #: ../commentluv.php:550
94
+ msgid "User has not saved a description in their profile page"
95
+ msgstr "Gebruiker heeft geen omschrijving opgeslagen in zijn profiel pagina"
96
+
97
+ #: ../commentluv.php:562
98
+ msgid "is the administrator of this site"
99
+ msgstr "is de beheerder van deze site"
100
+
101
+ #: ../commentluv.php:564
102
+ msgid "is a registered member of my site"
103
+ msgstr "is een geregistreerd gebruiker van mijn site"
104
+
105
+ #: ../commentluv.php:567
106
+ #: ../commentluv.php:586
107
+ msgid "Clicks on this link on this comment"
108
+ msgstr "Kliks op deze link op deze reactie"
109
+
110
+ #: ../commentluv.php:567
111
+ #: ../commentluv.php:587
112
+ msgid "approved comments on this site"
113
+ msgstr "goedgekeurde reacties op deze site"
114
+
115
+ #: ../commentluv.php:567
116
+ #: ../commentluv.php:588
117
+ msgid "Some other posts I have commented on"
118
+ msgstr "Wat andere berichten waar ik een reactie op gegeven heb"
119
+
120
+ #: ../commentluv.php:567
121
+ msgid "Some of my other posts"
122
+ msgstr "Enkele van mijn andere berichten"
123
+
124
+ #: ../commentluv.php:580
125
+ msgid "has not registered on this site"
126
+ msgstr "is niet geregistreerd op deze site"
127
+
128
+ #: ../commentluv.php:702
129
+ msgid "Could not get posts for home blog"
130
+ msgstr ""
131
+
132
+ #: ../commentluv.php:758
133
+ #, fuzzy
134
+ msgid "If you are registered, you need to log in to get 10 posts to choose from"
135
+ msgstr "Als je registreert als een gebruiker op mijn site kun je je 10 meest recente berichten kiezen in dit venster."
136
+
137
+ #: ../commentluv.php:782
138
+ #: ../commentluv.php:1231
139
+ msgid "Register"
140
+ msgstr "Registreer"
141
+
142
+ #: ../commentluv.php:787
143
+ msgid "recently posted"
144
+ msgstr "onlangs geplaatst"
145
+
146
+ #: ../commentluv.php:788
147
+ msgid "If you register as a user on my site, you can get your 10 most recent blog posts to choose from in this box."
148
+ msgstr "Als je registreert als een gebruiker op mijn site kun je je 10 meest recente berichten kiezen in dit venster."
149
+
150
+ #: ../commentluv.php:789
151
+ msgid "If this user had registered to my site then they could get 10 last posts to choose from when they comment and you would be able to see a list of their recent posts in this panel"
152
+ msgstr "Als deze gebruiker geregistreerd was op mijn site kon hij de laatste 10 berichten kiezen waar hij/zij een reactie op gegeven had en jij zou een lijst van zijn/haar recente berichten kunnen zien in dit paneel"
153
+
154
+ #: ../commentluv.php:967
155
+ msgid "Settings"
156
+ msgstr "Instellingen"
157
+
158
+ #: ../commentluv.php:1006
159
+ msgid "No Posts Were Found!"
160
+ msgstr "Geen Berichten Zijn Gevonden!"
161
+
162
+ #: ../commentluv.php:1046
163
+ msgid "There is a new version of Commentluv available, please upgrade by visiting this site"
164
+ msgstr "Er is een nieuwe versie van CommentLuv beschikbaar, upgrade nu door deze website te bezoeken"
165
+
166
+ #: ../commentluv.php:1049
167
+ msgid "Dismiss notice"
168
+ msgstr "Negeer melding"
169
+
170
+ #: ../commentluv.php:1076
171
+ #, fuzzy
172
+ msgid "CommentLuv Settings v"
173
+ msgstr "CommentLuv is ingeschakeld"
174
+
175
+ #: ../commentluv.php:1086
176
+ msgid "Important!"
177
+ msgstr "Belangrijk!"
178
 
179
+ #: ../commentluv.php:1086
180
+ msgid "Subscription Information"
181
+ msgstr "Abonnement Informatie"
182
 
183
+ #: ../commentluv.php:1091
184
+ msgid "CommentLuv 3.0 Premium is coming soon!"
185
+ msgstr "CommentLuv 3.0 Premium komt binnenkort!"
186
 
187
+ #: ../commentluv.php:1092
188
+ msgid "I promise not to sell your details or send you spam. You will ONLY receive emails about plugin updates."
189
+ msgstr "Ik beloof je niet je gegevens te verkopen of je spam te zenden. Je zal ALLEEN email ontvangen over plugin updates."
190
 
191
+ #: ../commentluv.php:1095
192
+ msgid "There is a premium version of CommentLuv coming that will have much more control of how the plugin works as well as exclusive features like keyword name, inline registration and much much more!. Signup to find out as soon as it is ready"
193
+ msgstr "Er komt een premium versie van CommentLuv die veel meer controle heeft over de werking van de plugin, met exclusieve mogelijkheden zoals zoekwoord naam, inline registratie en nog veel meer! Schrijf in om informatie te ontvangen wanneer deze gereed is"
194
+
195
+ #: ../commentluv.php:1098
196
+ msgid "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"
197
+ msgstr "Je bent al ingeschreven, als je geen verificatie email hebt ontvangen binnen 12 uur klik op de knop of probeer het formulier op"
198
+
199
+ #: ../commentluv.php:1098
200
+ msgid "Resend Verification"
201
+ msgstr "Herzenden Verificatie"
202
+
203
+ #: ../commentluv.php:1100
204
+ msgid "Click to register now!"
205
+ msgstr "Klik om nu te registreren!"
206
+
207
+ #: ../commentluv.php:1115
208
+ msgid "Primary Setting"
209
+ msgstr "Basis Instelling"
210
+
211
+ #: ../commentluv.php:1115
212
+ #: ../commentluv.php:1149
213
+ #: ../commentluv.php:1208
214
+ #: ../commentluv.php:1264
215
+ #: ../commentluv.php:1295
216
+ msgid "Help Video"
217
+ msgstr "Help Video"
218
+
219
+ #: ../commentluv.php:1119
220
+ msgid "Enable CommentLuv?"
221
+ msgstr "CommentLuv Inschakelen?"
222
+
223
+ #: ../commentluv.php:1120
224
+ msgid "Yes"
225
+ msgstr "Ja"
226
+
227
+ #: ../commentluv.php:1121
228
+ msgid "No"
229
+ msgstr "Nee"
230
+
231
+ #: ../commentluv.php:1126
232
+ msgid "On Posts"
233
+ msgstr "Op Berichten"
234
+
235
+ #: ../commentluv.php:1127
236
+ msgid "On Pages"
237
+ msgstr "Op Pagina's"
238
+
239
+ #: ../commentluv.php:1128
240
+ msgid "On Both"
241
+ msgstr "Op Beiden"
242
+
243
+ #: ../commentluv.php:1133
244
+ msgid "On by default?"
245
+ msgstr "Standaard aan?"
246
+
247
+ #: ../commentluv.php:1137
248
+ msgid "On for admin?"
249
+ msgstr "Aan voor beheerder?"
250
+
251
+ #: ../commentluv.php:1149
252
+ msgid "Appearance"
253
+ msgstr "Weergave"
254
+
255
+ #: ../commentluv.php:1153
256
+ msgid "Badge"
257
+ msgstr "Badge"
258
+
259
+ #: ../commentluv.php:1154
260
+ msgid "Custom Image URL"
261
+ msgstr "Aangepaste afbeelding URL"
262
+
263
+ #: ../commentluv.php:1155
264
+ msgid "Use Text"
265
+ msgstr "Gebruik Tekst"
266
+
267
+ #: ../commentluv.php:1163
268
+ msgid "Default"
269
+ msgstr "Standaard"
270
+
271
+ #: ../commentluv.php:1164
272
+ msgid "White"
273
+ msgstr "Wit"
274
 
275
+ #: ../commentluv.php:1165
276
+ msgid "Black"
277
+ msgstr "Zwart"
278
+
279
+ #: ../commentluv.php:1166
280
+ msgid "None"
281
+ msgstr "Geen"
282
+
283
+ #: ../commentluv.php:1183
284
+ msgid "Link to Commentluv?"
285
+ msgstr "Link naar CommentLuv?"
286
+
287
+ #: ../commentluv.php:1190
288
+ msgid "Enable info panel?"
289
+ msgstr "Info paneel inschakelen?"
290
+
291
+ #: ../commentluv.php:1191
292
  msgid "Info panel background color"
293
+ msgstr "Achtergrondkleur info paneel"
294
+
295
+ #: ../commentluv.php:1192
296
+ msgid "Info panel text color"
297
+ msgstr "Tekstkleur info paneel"
298
+
299
+ #: ../commentluv.php:1198
300
+ msgid "Example text and background color"
301
+ msgstr "Voorbeeld tekst en achtergrondkleur"
302
+
303
+ #: ../commentluv.php:1208
304
+ msgid "Messages"
305
+ msgstr "Boodschappen"
306
+
307
+ #: ../commentluv.php:1215
308
+ msgid "Text to be displayed in the comment"
309
+ msgstr "Weer te geven tekst in het commentaar"
310
+
311
+ #: ../commentluv.php:1218
312
+ msgid "[name] = The users name"
313
+ msgstr ""
314
+
315
+ #: ../commentluv.php:1218
316
+ msgid "[lastpost] = The last blog post link"
317
  msgstr ""
318
 
319
+ #: ../commentluv.php:1225
320
+ msgid "Message for unregistered user in the drop down box"
321
+ msgstr "Boodschap voor niet geregistreerde gebruiker in het uitklapvenster"
322
 
323
+ #: ../commentluv.php:1226
324
+ #: ../commentluv.php:1250
325
+ msgid "Message will not be shown if you do not have registrations enabled"
326
  msgstr ""
327
 
328
+ #: ../commentluv.php:1230
329
+ msgid "Your register link code"
330
+ msgstr "Je registratie link code"
331
+
332
+ #: ../commentluv.php:1240
333
+ msgid "You have NOT set your blog to allow registrations, you can do that in Settings/General"
334
+ msgstr "Je hebt NIET je blog ingesteld om registraties toe te staan, je kan dit in Instellingen/Algemeen"
335
+
336
+ #: ../commentluv.php:1241
337
+ msgid "here"
338
+ msgstr "hier"
339
+
340
+ #: ../commentluv.php:1249
341
+ msgid "Message for unregistered user in the info panel"
342
+ msgstr "Boodschap voor ongeregistreerde gebruiker in het info paneel"
343
+
344
+ #: ../commentluv.php:1264
345
+ msgid "Operational Settings"
346
+ msgstr "Operationele Instellingen"
347
+
348
+ #: ../commentluv.php:1271
349
+ msgid "Who to give 10 last posts to choose from when they comment?"
350
+ msgstr "Wie de 10 laatste berichten laten kiezen wanneer zij reageren?"
351
 
352
+ #: ../commentluv.php:1272
353
+ msgid "Only Registered Members"
354
+ msgstr "Alleen Geregistreerde Leden"
355
 
356
+ #: ../commentluv.php:1273
357
+ msgid "Everybody"
358
+ msgstr "Iedereen"
359
 
360
+ #: ../commentluv.php:1274
361
+ msgid "Nobody"
362
+ msgstr "Niemand"
363
 
364
+ #: ../commentluv.php:1281
365
+ msgid "Whose links should be dofollow?"
366
+ msgstr "Welke links moeten dofollow zijn?"
367
 
368
+ #: ../commentluv.php:1282
369
+ msgid "Only Registered Members Links"
370
+ msgstr "Alleen Links van Geregistreerde Leden"
371
 
372
+ #: ../commentluv.php:1283
373
+ msgid "Everybody gets dofollow links"
374
+ msgstr "Iedereen krijgt dofollow links"
375
+
376
+ #: ../commentluv.php:1284
377
+ msgid "Nobody gets dofollow links"
378
+ msgstr "Niemand krijgt dofollow links"
379
+
380
+ #: ../commentluv.php:1295
381
  msgid "Technical Settings"
382
  msgstr "Technische Instellingen"
383
 
384
+ #: ../commentluv.php:1295
385
+ msgid "Click to open technical settings"
386
+ msgstr "Klik om de technische instellingen te openen"
387
+
388
+ #: ../commentluv.php:1302
389
+ msgid "Please check the help video for this section before changing settings"
390
+ msgstr "Controleer de help video voor deze sectie voordat je instellingen wijzigd"
391
+
392
+ #: ../commentluv.php:1303
393
+ msgid "In most cases, you will NOT need to change the settings in this box unless you have a custom comment form, template or you are using minifying or caching plugins"
394
+ msgstr "In de meeste gevallen hoef je deze instellingen NIET te wijzigen tenzij je een aangepast reactieformulier hebt, een template of wanneer je minifying of caching plugins gebruikt"
395
+
396
+ #: ../commentluv.php:1308
397
+ msgid "Compatibility"
398
+ msgstr "Compatibiliteit"
399
+
400
+ #: ../commentluv.php:1312
401
+ msgid "Use manual insert of badge code?"
402
+ msgstr "Gebruik manuele plaatsing of badge code?"
403
+
404
+ #: ../commentluv.php:1316
405
+ msgid "Enable minifying compatibility?"
406
+ msgstr "Inschakelen minifying compatibiliteit?"
407
+
408
+ #: ../commentluv.php:1317
409
+ msgid "For caching plugins (places localized code in footer)"
410
+ msgstr "Voor caching plugins (plaatst gelokaliseerde code in voettekst)"
411
 
412
+ #: ../commentluv.php:1322
413
+ msgid "API URL"
414
  msgstr ""
415
 
416
+ #: ../commentluv.php:1326
417
+ msgid "URL to use for API"
418
+ msgstr ""
419
+
420
+ #: ../commentluv.php:1330
421
+ msgid "Comment Form Field Values"
422
+ msgstr "Reactieformulier Veldwaarden"
423
+
424
+ #: ../commentluv.php:1333
425
  msgid "Authors Name field name"
426
  msgstr "Veldnaam Naam Auteur"
427
 
428
+ #: ../commentluv.php:1338
429
  msgid "Email field name"
430
  msgstr "Veldnaam Email"
431
 
432
+ #: ../commentluv.php:1343
433
  msgid "Authors URL field name"
434
  msgstr "Veldnaam URL Auteur"
435
 
436
+ #: ../commentluv.php:1348
437
  msgid "Comment Text Area name"
438
  msgstr "Reactie Tekstruimte naam"
439
 
440
+ #: ../commentluv.php:1353
441
+ msgid "Diagnostics Info"
442
+ msgstr "Diagnostische Informatie"
443
+
444
+ #: ../commentluv.php:1371
445
+ msgid "You can copy this information and send it to me if I request it"
446
+ msgstr "Je kan deze informatie kopieëren en naar mij zenden wanneer ik er om vraag"
447
 
448
+ #: ../commentluv.php:1378
449
+ msgid "Save Settings"
450
+ msgstr "Instellingen Opslaan"
451
+
452
+ #: ../commentluv.php:1380
453
+ msgid "Reset Settings"
454
+ msgstr "Instellingen Herstellen"
455
+
456
+ #: ../commentluv.php:1383
457
  msgid "Are you sure you want to reset your settings? Press OK to continue"
458
  msgstr "Weet u zeker dat je je instellingen wilt resetten? Druk op OK om verder te gaan"
459
 
460
+ #: ../commentluv.php:1386
461
+ msgid "Reset"
462
+ msgstr "Reset"
463
+
464
+ #: ../commentluv.php:1394
465
  msgid "Plugin Info"
466
+ msgstr "Plugin Informatie"
467
 
468
+ #: ../commentluv.php:1397
469
+ msgid "Start Here"
470
+ msgstr "Start Hier"
471
+
472
+ #: ../commentluv.php:1398
473
  msgid "Author"
474
+ msgstr "Auteur"
475
 
476
+ #: ../commentluv.php:1399
477
  msgid "Home Page"
478
+ msgstr "Home Page"
479
 
480
+ #: ../commentluv.php:1399
481
+ msgid "Visit www.commentluv.com!"
482
+ msgstr "Bezoek www.commentluv.com!"
483
 
484
+ #: ../commentluv.php:1400
485
  msgid "Social"
486
+ msgstr "Social"
487
 
488
+ #: ../commentluv.php:1401
489
  msgid "Help"
490
+ msgstr "Help"
491
 
492
+ #: ../commentluv.php:1401
493
  msgid "Help Desk"
494
+ msgstr "Help Desk"
495
+
496
+ #: ../commentluv.php:1402
497
+ msgid "Do you like this plugin?"
498
  msgstr ""
499
 
500
+ #: ../commentluv.php:1404
501
  msgid "News"
502
+ msgstr "Nieuws"
503
 
504
+ #: ../commentluv.php:1410
505
  msgid "Thanks to the following for translations"
506
+ msgstr "Dank aan deze personen voor vertalingen"
507
 
508
+ #: ../commentluv.php:1411
509
  msgid "Italian"
510
+ msgstr "Italiaans"
511
+
512
+ #: ../commentluv.php:1412
513
+ msgid "Dutch"
514
+ msgstr "Nederlands"
515
+
516
+ #: ../commentluv.php:1413
517
+ msgid "Polish"
518
+ msgstr "Pools"
519
+
520
+ #: ../commentluv.php:1414
521
+ msgid "Georgian"
522
+ msgstr "Georgisch"
523
+
524
+ #: ../commentluv.php:1415
525
+ msgid "Lithuanian"
526
+ msgstr "Litouws"
527
 
528
+ #: ../commentluv.php:1416
529
+ msgid "Portuguese"
530
+ msgstr "Portugees"
531
+
532
+ #: ../commentluv.php:1417
533
+ #, fuzzy
534
+ msgid "Malaysian"
535
+ msgstr "Italiaans"
536
+
537
+ #: ../commentluv.php:1418
538
  msgid "Russian"
539
+ msgstr "Russisch"
540
 
541
+ #: ../commentluv.php:1419
542
  msgid "Chinese"
543
+ msgstr "Chinees"
544
 
545
+ #: ../commentluv.php:1420
546
  msgid "Hebrew"
547
+ msgstr "Hebreeuws"
548
 
549
+ #: ../commentluv.php:1421
550
  msgid "French"
551
+ msgstr "Frans"
552
+
553
+ #: ../commentluv.php:1423
554
+ msgid "Romanian"
555
+ msgstr "Roemeens"
556
+
557
+ #: ../commentluv.php:1424
558
+ msgid "German"
559
+ msgstr "Duits"
560
+
561
+ #: ../commentluv.php:1425
562
+ msgid "Arabic"
563
+ msgstr "Arabisch"
564
+
565
+ #: ../commentluv.php:1427
566
+ msgid "Want your link here?"
567
  msgstr ""
568
 
569
+ #: ../commentluv.php:1427
570
+ msgid "How To Submit A Translation"
571
  msgstr ""
572
 
573
+ #: ../commentluv.php:1428
574
+ msgid "Special thanks go to the following"
575
  msgstr ""
576
 
577
+ #: ../commentluv.php:1429
578
  #, fuzzy
579
+ msgid "CSS Help"
580
+ msgstr "Help"
581
 
582
+ #: ../commentluv.php:1430
583
+ #, fuzzy
584
+ msgid "Badge GFX"
585
+ msgstr "Badge"
586
 
587
+ #~ msgid ""
588
+ #~ "This plugin takes the url from the comment form and tries to parse the "
589
+ #~ "feed of the site and display the last entry made. If you have any "
590
+ #~ "questions, comments or if you have a good idea that you would like to see "
591
+ #~ "in the next version of CommentLuv, please visit http://comluv.com and let "
592
+ #~ "me know."
593
+ #~ msgstr ""
594
+ #~ "Deze plugin haalt de url uit het reactieformulier, probeert de feed van "
595
+ #~ "de website te ontleden en geeft het laatste bericht weer. Als je nog "
596
+ #~ "vragen, opmerkingen of als je een goed idee hebt dat je zou willen zien "
597
+ #~ "in de volgende versie van CommentLuv bezoek dan http://comluv.com en laat "
598
+ #~ "het me weten."
599
 
600
+ #~ msgid "Display Options"
601
+ #~ msgstr "Weergave Opties"
602
+
603
+ #~ msgid "Text displayed in the select box"
604
+ #~ msgstr "Tekst weergegeven in het selectievak"
605
+
606
+ #~ msgid "Show heart on links?"
607
+ #~ msgstr "Laat een hartje zien bij links?"
608
+
609
+ #~ msgid "Display Badge"
610
+ #~ msgstr "Weergeven Badge"
611
+
612
+ #~ msgid ""
613
+ #~ "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for "
614
+ #~ "creating these images."
615
+ #~ msgstr ""
616
+ #~ "Dank aan <a href=\"http://byteful.com\">Byteful Traveller</a> voor het "
617
+ #~ "maken van deze afbeeldingen."
618
+
619
+ #~ msgid "Choose badge to display"
620
+ #~ msgstr "Kies een badge ter weergave"
621
+
622
+ #~ msgid "Show nothing"
623
+ #~ msgstr "Laat niets zien"
624
+
625
+ #~ msgid "Show text"
626
+ #~ msgstr "Laat tekst zien"
627
+
628
+ #~ msgid "Prepend html before badge or text (optional)"
629
+ #~ msgstr "Voeg de html vooraan toe voor de badge of tekst (optioneel)"
630
 
631
  #~ msgid "CommentLuv Member Area"
632
  #~ msgstr "CommentLuv Leden Omgeving"
645
  #~ "commentaren die je op CommentLuv blogs gemaakt hebt geklikt wordt en de "
646
  #~ "mogelijkheid om meer terug te sturen dan alleen blogberichten. Je kan "
647
  #~ "zelfs je eigen blog maken met WP2.7 CommentLuv vooraf geïnstalleerd !"
648
+
649
+ #~ msgid "Reset to Default Settings"
650
+ #~ msgstr "Resetten naar de standaardinstellingen"
651
+
652
+ #~ msgid "There were errors with your chosen settings"
653
+ #~ msgstr "Er waren fouten met je gekozen instellingen"
lang/commentluv-pl_PL.mo CHANGED
Binary file
lang/commentluv-pl_PL.po CHANGED
@@ -1,11 +1,11 @@
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"
@@ -15,179 +15,569 @@ msgstr ""
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 " 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
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: CommentLuv 2.7.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-06-09 14:04-0000\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: Andy Bailey <andrewgbailey@gmail.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"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../commentluv.php:48
19
+ msgid "CommentLuv requires Wordpress 3.0 or newer."
20
+ msgstr "CommentLuv wymaga Wordpress w wersji 3.0 lub nowszej."
21
 
22
+ #: ../commentluv.php:48
23
+ msgid "Please Update!"
24
+ msgstr "Zaktualizuj!"
25
+
26
+ #: ../commentluv.php:216
27
+ #, fuzzy
28
+ msgid "Please enter a URL and then click the CommentLuv checkbox if you want to add your last blog post"
29
+ msgstr "Wprowadź adres URL, jeśli chcesz dodać ostatni wpis na blogu"
30
+
31
+ #: ../commentluv.php:217
32
+ msgid "Please use http:// in front of your url"
33
+ msgstr "Dodaj http:// przed adresem URL witryny"
34
+
35
+ #: ../commentluv.php:218
36
+ msgid "You need to visit your profile in the dashboard and update your details with your site URL"
37
+ msgstr "Odwiedź swój profil i uzupełnij informacje dodając adres URL witryny"
38
+
39
+ #: ../commentluv.php:219
40
+ msgid "No info was available or an error occured"
41
+ msgstr "Brak dostępnych informacji lub wystąpił błąd"
42
+
43
+ #: ../commentluv.php:242
44
+ msgid "Please wait"
45
+ msgstr "Proszę czekać"
46
+
47
+ #: ../commentluv.php:242
48
+ msgid "Please check your inbox, an email will be sent to"
49
+ msgstr "Proszę sprawdzić swoją skrzynkę odbiorczą, e-mail zostanie przesłany do"
50
+
51
+ #: ../commentluv.php:242
52
+ msgid "in the next few minutes with a confirmation link"
53
+ msgstr "w ciągu kilku minut z linkiem do potwierdzenia"
54
+
55
+ #: ../commentluv.php:242
56
+ msgid "An error happened with the request. Try signing up at the site"
57
+ msgstr "Wystąpił błąd podczas wykonywania żądania. Spróbuj zarejestrować się na stronie"
58
+
59
+ #: ../commentluv.php:271
60
+ msgid "Your Wordpress install is missing the <strong>wp_commentmeta</strong> table!"
61
+ msgstr ""
62
+
63
+ #: ../commentluv.php:271
64
+ msgid " CommentLuv cannot work without this table please see this wordpress forum post to learn how to add one ->"
65
+ msgstr ""
66
+
67
+ #: ../commentluv.php:271
68
+ msgid "Missing wp_commentmeta table"
69
+ msgstr ""
70
+
71
+ #: ../commentluv.php:364
72
+ msgid "Twice Monthly"
73
+ msgstr "Dwa razy w miesiącu"
74
+
75
+ #: ../commentluv.php:391
76
+ msgid "CommentLuv is enabled"
77
+ msgstr "CommentLuv jest aktywny"
78
+
79
+ #: ../commentluv.php:432
80
+ msgid "Show more posts"
81
+ msgstr "Pokaż więcej artykułów"
82
+
83
+ #: ../commentluv.php:522
84
+ msgid "I have only commented on this post"
85
+ msgstr "Skomentowałem tylko ten artykuł"
86
+
87
+ #: ../commentluv.php:525
88
+ msgid "If I had made more comments on this site, you would see more of my other posts here"
89
+ msgstr "Gdybym zamieścił więcej komentarzy na tej stronie, zobaczyłbyś tutaj więcej innych moich postów"
90
+
91
+ #: ../commentluv.php:550
92
+ msgid "User has not saved a description in their profile page"
93
+ msgstr "Użytkownik nie ustawił jeszcze opisu na stronie profilu"
94
+
95
+ #: ../commentluv.php:562
96
+ msgid "is the administrator of this site"
97
+ msgstr "jest administratorem tej strony"
98
+
99
+ #: ../commentluv.php:564
100
+ msgid "is a registered member of my site"
101
+ msgstr "jest zarejestrowanym użytkownikiem na mojej stronie"
102
+
103
+ #: ../commentluv.php:567
104
+ #: ../commentluv.php:586
105
+ msgid "Clicks on this link on this comment"
106
+ msgstr "Kliknięcia na link w tym komentarzu"
107
+
108
+ #: ../commentluv.php:567
109
+ #: ../commentluv.php:587
110
+ msgid "approved comments on this site"
111
+ msgstr "zatwierdzone komentarze na tej stronie"
112
+
113
+ #: ../commentluv.php:567
114
+ #: ../commentluv.php:588
115
+ msgid "Some other posts I have commented on"
116
+ msgstr "Inne posty, które skomentowałem"
117
+
118
+ #: ../commentluv.php:567
119
+ msgid "Some of my other posts"
120
+ msgstr "Niektóre z moich innych artykułów"
121
+
122
+ #: ../commentluv.php:580
123
+ msgid "has not registered on this site"
124
+ msgstr "nie jest zarejestrowany na stronie"
125
+
126
+ #: ../commentluv.php:702
127
+ msgid "Could not get posts for home blog"
128
+ msgstr "Nie udało się pobrać artykułów ze strony domowej"
129
+
130
+ #: ../commentluv.php:758
131
+ #, fuzzy
132
+ msgid "If you are registered, you need to log in to get 10 posts to choose from"
133
+ msgstr "Rejestrując się jako użytkownik na mojej stronie, możesz dostać 10 swoich ostatnich artykułów do wyboru w tym polu."
134
+
135
+ #: ../commentluv.php:782
136
+ #: ../commentluv.php:1231
137
+ msgid "Register"
138
+ msgstr "Zarejestruj się"
139
+
140
+ #: ../commentluv.php:787
141
+ msgid "recently posted"
142
+ msgstr "ostatnio opublikował"
143
+
144
+ #: ../commentluv.php:788
145
+ msgid "If you register as a user on my site, you can get your 10 most recent blog posts to choose from in this box."
146
+ msgstr "Rejestrując się jako użytkownik na mojej stronie, możesz dostać 10 swoich ostatnich artykułów do wyboru w tym polu."
147
+
148
+ #: ../commentluv.php:789
149
+ msgid "If this user had registered to my site then they could get 10 last posts to choose from when they comment and you would be able to see a list of their recent posts in this panel"
150
+ msgstr "Jeśli użytkownik zarejestrował się na mojej stronie, w komentarzu do wyboru będzie miał 10 ostatnich artykułów i będzie mógł zobaczyć listę swoich ostatnich postów w tym panelu"
151
+
152
+ #: ../commentluv.php:967
153
+ msgid "Settings"
154
+ msgstr "Ustawienia"
155
+
156
+ #: ../commentluv.php:1006
157
+ msgid "No Posts Were Found!"
158
+ msgstr "Nie znaleziono żadnych artykułów!"
159
+
160
+ #: ../commentluv.php:1046
161
+ msgid "There is a new version of Commentluv available, please upgrade by visiting this site"
162
+ msgstr "Dostępna jest nowa wersja CommentLuv, proszę wykonać aktualizację za pośrednictwem tej strony"
163
+
164
+ #: ../commentluv.php:1049
165
+ msgid "Dismiss notice"
166
+ msgstr "Informacja o odrzuceniu"
167
+
168
+ #: ../commentluv.php:1076
169
+ msgid "CommentLuv Settings v"
170
+ msgstr "Ustawienia CommentLuv v"
171
+
172
+ #: ../commentluv.php:1086
173
+ msgid "Important!"
174
+ msgstr "Ważne!"
175
+
176
+ #: ../commentluv.php:1086
177
+ msgid "Subscription Information"
178
+ msgstr "Subskrypcja informacji"
179
+
180
+ #: ../commentluv.php:1091
181
+ msgid "CommentLuv 3.0 Premium is coming soon!"
182
+ msgstr "CommentLuv 3.0 Premium już wkrótce!"
183
+
184
+ #: ../commentluv.php:1092
185
+ msgid "I promise not to sell your details or send you spam. You will ONLY receive emails about plugin updates."
186
+ msgstr "Obiecuję, że udostępnione dane nie zostaną odsprzedane lub wykorzystane do rozsyłania spamu. Będziesz otrzymywał informacje wyłącznie o aktualizacjach wtyczki."
187
+
188
+ #: ../commentluv.php:1095
189
+ msgid "There is a premium version of CommentLuv coming that will have much more control of how the plugin works as well as exclusive features like keyword name, inline registration and much much more!. Signup to find out as soon as it is ready"
190
+ msgstr "Wkrótce ukaże się wersja premium CommentLuv, która będzie posiadała znacznie większe możliwości kontroli ustawień oraz nowe ekskluzywne funkcje jak słowa kluczowe, rejestracja inline i wiele, wiele więcej! Zarejestruj się, aby otrzymać informację o nowej wersji, gdy tylko będzie dostępna."
191
+
192
+ #: ../commentluv.php:1098
193
+ msgid "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"
194
+ msgstr "Jesteś już zarejestrowany, jeśli nie otrzymałeś weryfikacji w ciągu 12 godzin, proszę kliknąć przycisk, aby wysłać ją ponownie lub spróbować wypełnić formularz na "
195
+
196
+ #: ../commentluv.php:1098
197
+ msgid "Resend Verification"
198
+ msgstr "Ponowna weryfikacja"
199
+
200
+ #: ../commentluv.php:1100
201
+ msgid "Click to register now!"
202
+ msgstr "Kliknij tutaj, aby się zarejestrować!"
203
+
204
+ #: ../commentluv.php:1115
205
+ msgid "Primary Setting"
206
+ msgstr "Główne ustawienia"
207
+
208
+ #: ../commentluv.php:1115
209
+ #: ../commentluv.php:1149
210
+ #: ../commentluv.php:1208
211
+ #: ../commentluv.php:1264
212
+ #: ../commentluv.php:1295
213
+ msgid "Help Video"
214
+ msgstr "Film szkoleniowy"
215
+
216
+ #: ../commentluv.php:1119
217
+ msgid "Enable CommentLuv?"
218
+ msgstr "Włączyć CommentLuv?"
219
+
220
+ #: ../commentluv.php:1120
221
+ msgid "Yes"
222
+ msgstr "Tak"
223
+
224
+ #: ../commentluv.php:1121
225
+ msgid "No"
226
+ msgstr "Nie"
227
+
228
+ #: ../commentluv.php:1126
229
+ msgid "On Posts"
230
+ msgstr " Dla artykułów"
231
+
232
+ #: ../commentluv.php:1127
233
+ msgid "On Pages"
234
+ msgstr " Dla stron"
235
+
236
+ #: ../commentluv.php:1128
237
+ msgid "On Both"
238
+ msgstr " Dla artykułów i stron"
239
+
240
+ #: ../commentluv.php:1133
241
+ msgid "On by default?"
242
+ msgstr "CommentLuv domyślnie aktywny?"
243
+
244
+ #: ../commentluv.php:1137
245
+ msgid "On for admin?"
246
+ msgstr "Aktywny dla administratora?"
247
+
248
+ #: ../commentluv.php:1149
249
+ msgid "Appearance"
250
+ msgstr "Wygląd"
251
 
252
+ #: ../commentluv.php:1153
253
+ msgid "Badge"
254
+ msgstr "Odznaka"
255
 
256
+ #: ../commentluv.php:1154
257
+ msgid "Custom Image URL"
258
+ msgstr "Obrazek z adresu URL"
259
 
260
+ #: ../commentluv.php:1155
261
+ msgid "Use Text"
262
+ msgstr "Wstaw tekst"
263
 
264
+ #: ../commentluv.php:1163
265
+ msgid "Default"
266
+ msgstr "Domyślna"
267
 
268
+ #: ../commentluv.php:1164
269
+ msgid "White"
270
+ msgstr "Biała"
271
+
272
+ #: ../commentluv.php:1165
273
+ msgid "Black"
274
+ msgstr "Czarna"
275
+
276
+ #: ../commentluv.php:1166
277
+ msgid "None"
278
+ msgstr "Brak"
279
+
280
+ #: ../commentluv.php:1183
281
+ msgid "Link to Commentluv?"
282
+ msgstr "Link do Commentluv?"
283
+
284
+ #: ../commentluv.php:1190
285
+ msgid "Enable info panel?"
286
+ msgstr "Włączyć panel informacyjny?"
287
+
288
+ #: ../commentluv.php:1191
289
  msgid "Info panel background color"
290
+ msgstr "Kolor tła panelu"
291
+
292
+ #: ../commentluv.php:1192
293
+ msgid "Info panel text color"
294
+ msgstr "Kolor tekstu"
295
+
296
+ #: ../commentluv.php:1198
297
+ msgid "Example text and background color"
298
+ msgstr "Przykładowy tekst i kolor tła"
299
+
300
+ #: ../commentluv.php:1208
301
+ msgid "Messages"
302
+ msgstr "Wiadomości"
303
+
304
+ #: ../commentluv.php:1215
305
+ msgid "Text to be displayed in the comment"
306
+ msgstr "Tekst do wyświetlenia w komentarzu"
307
+
308
+ #: ../commentluv.php:1218
309
+ msgid "[name] = The users name"
310
+ msgstr "[name] = nazwa użytkownika"
311
+
312
+ #: ../commentluv.php:1218
313
+ msgid "[lastpost] = The last blog post link"
314
+ msgstr "[lastpost] = link do ostatniego artykułu"
315
+
316
+ #: ../commentluv.php:1225
317
+ msgid "Message for unregistered user in the drop down box"
318
+ msgstr "Wiadomość dla niezarejestrowanych użytkowników na liście rozwijanej"
319
+
320
+ #: ../commentluv.php:1226
321
+ #: ../commentluv.php:1250
322
+ msgid "Message will not be shown if you do not have registrations enabled"
323
+ msgstr ""
324
+
325
+ #: ../commentluv.php:1230
326
+ msgid "Your register link code"
327
+ msgstr "Twój link z kodem rejestracyjnym"
328
+
329
+ #: ../commentluv.php:1240
330
+ msgid "You have NOT set your blog to allow registrations, you can do that in Settings/General"
331
+ msgstr "Obecne ustawienia nie pozwalają na rejestrację użytkowników, możesz to zmienić w sekcji Ustawienia/Ogólne"
332
 
333
+ #: ../commentluv.php:1241
334
+ msgid "here"
335
+ msgstr "tutaj"
336
 
337
+ #: ../commentluv.php:1249
338
+ msgid "Message for unregistered user in the info panel"
339
+ msgstr "Wiadomość dla niezarejestrowanych użytkowników w panelu informacyjnym"
340
 
341
+ #: ../commentluv.php:1264
342
+ msgid "Operational Settings"
343
+ msgstr "Zarządzanie ustawieniami"
344
 
345
+ #: ../commentluv.php:1271
346
+ msgid "Who to give 10 last posts to choose from when they comment?"
347
+ msgstr "Którym użytkownikom przyznać 10 ostatnich postów do wyboru podczas komentowania?"
348
 
349
+ #: ../commentluv.php:1272
350
+ msgid "Only Registered Members"
351
+ msgstr "Tylko zarejestrowanym"
352
 
353
+ #: ../commentluv.php:1273
354
+ msgid "Everybody"
355
+ msgstr "Dla wszystkich"
356
 
357
+ #: ../commentluv.php:1274
358
+ msgid "Nobody"
359
+ msgstr "Dla żadnego"
360
 
361
+ #: ../commentluv.php:1281
362
+ msgid "Whose links should be dofollow?"
363
+ msgstr "Które linki powinny być dofollow?"
364
 
365
+ #: ../commentluv.php:1282
366
+ msgid "Only Registered Members Links"
367
+ msgstr "Tylko zarejestrowanych użytkowników"
368
+
369
+ #: ../commentluv.php:1283
370
+ msgid "Everybody gets dofollow links"
371
+ msgstr "Wszystkich użytkowników"
372
+
373
+ #: ../commentluv.php:1284
374
+ msgid "Nobody gets dofollow links"
375
+ msgstr "Nikt nie dostaje dofollow"
376
+
377
+ #: ../commentluv.php:1295
378
  msgid "Technical Settings"
379
  msgstr "Ustawienia techniczne"
380
 
381
+ #: ../commentluv.php:1295
382
+ msgid "Click to open technical settings"
383
+ msgstr "Kliknij, aby otworzyć ustawienia techniczne"
384
+
385
+ #: ../commentluv.php:1302
386
+ msgid "Please check the help video for this section before changing settings"
387
+ msgstr "Przed zmianą ustawień w tej sekcji, zapoznaj się z filmem instruktażowym"
388
+
389
+ #: ../commentluv.php:1303
390
+ msgid "In most cases, you will NOT need to change the settings in this box unless you have a custom comment form, template or you are using minifying or caching plugins"
391
+ msgstr "W większości przypadków nie trzeba zmieniać poniższych ustawień, chyba że masz niestandardowy formularz komentarzy, szablon lub wykorzystujesz funkcję minimalizacji bądź wtyczki buforujące"
392
+
393
+ #: ../commentluv.php:1308
394
+ msgid "Compatibility"
395
+ msgstr "Kompatybilność"
396
+
397
+ #: ../commentluv.php:1312
398
+ msgid "Use manual insert of badge code?"
399
+ msgstr "Czy ręcznie wstawić kod odznaki?"
400
+
401
+ #: ../commentluv.php:1316
402
+ msgid "Enable minifying compatibility?"
403
+ msgstr "Włącz wsparcie dla minimalizacji plików JS"
404
 
405
+ #: ../commentluv.php:1317
406
+ msgid "For caching plugins (places localized code in footer)"
407
+ msgstr "Dla wtyczek buforujących (kod zlokalizowany w stopce)"
408
 
409
+ #: ../commentluv.php:1322
410
+ msgid "API URL"
411
+ msgstr ""
412
+
413
+ #: ../commentluv.php:1326
414
+ msgid "URL to use for API"
415
+ msgstr ""
416
+
417
+ #: ../commentluv.php:1330
418
+ msgid "Comment Form Field Values"
419
+ msgstr "Wartości pól formularza komentarzy"
420
+
421
+ #: ../commentluv.php:1333
422
  msgid "Authors Name field name"
423
  msgstr "Nazwa pola: Imię autora"
424
 
425
+ #: ../commentluv.php:1338
426
  msgid "Email field name"
427
  msgstr "Nazwa pola: E-mail"
428
 
429
+ #: ../commentluv.php:1343
430
  msgid "Authors URL field name"
431
  msgstr "Nazwa pola: Strona autora"
432
 
433
+ #: ../commentluv.php:1348
434
  msgid "Comment Text Area name"
435
  msgstr "Nazwa pola: Tytuł komentarza"
436
 
437
+ #: ../commentluv.php:1353
438
+ msgid "Diagnostics Info"
439
+ msgstr "Informacje diagnostyczne"
440
+
441
+ #: ../commentluv.php:1371
442
+ msgid "You can copy this information and send it to me if I request it"
443
+ msgstr "Możesz skopiować te informacje i wysłać je do mnie, jeśli o to poproszę"
444
+
445
+ #: ../commentluv.php:1378
446
+ msgid "Save Settings"
447
+ msgstr "Zapisz ustawienia"
448
 
449
+ #: ../commentluv.php:1380
450
+ msgid "Reset Settings"
451
+ msgstr "Zresetuj ustawienia"
452
+
453
+ #: ../commentluv.php:1383
454
  msgid "Are you sure you want to reset your settings? Press OK to continue"
455
+ msgstr "Czy na pewno chcesz zresetować ustawienia? Naciśnij przycisk OK, aby kontynuować"
456
+
457
+ #: ../commentluv.php:1386
458
+ msgid "Reset"
459
+ msgstr "Wyczyść"
460
 
461
+ #: ../commentluv.php:1394
462
  msgid "Plugin Info"
463
+ msgstr "O wtyczce"
464
 
465
+ #: ../commentluv.php:1397
466
+ msgid "Start Here"
467
+ msgstr "Rozpocznij tutaj"
468
+
469
+ #: ../commentluv.php:1398
470
  msgid "Author"
471
  msgstr "Autor"
472
 
473
+ #: ../commentluv.php:1399
474
  msgid "Home Page"
475
  msgstr "Strona domowa"
476
 
477
+ #: ../commentluv.php:1399
478
+ msgid "Visit www.commentluv.com!"
479
+ msgstr "Odwiedź www.commentluv.com!"
480
 
481
+ #: ../commentluv.php:1400
482
  msgid "Social"
483
+ msgstr "Społeczność"
484
 
485
+ #: ../commentluv.php:1401
486
  msgid "Help"
487
  msgstr "Pomoc"
488
 
489
+ #: ../commentluv.php:1401
490
  msgid "Help Desk"
491
  msgstr "Help Desk"
492
 
493
+ #: ../commentluv.php:1402
494
+ msgid "Do you like this plugin?"
495
+ msgstr ""
496
+
497
+ #: ../commentluv.php:1404
498
  msgid "News"
499
  msgstr "Aktualności"
500
 
501
+ #: ../commentluv.php:1410
502
  msgid "Thanks to the following for translations"
503
+ msgstr "Podziękowania dla następujących tłumaczy"
504
 
505
+ #: ../commentluv.php:1411
506
  msgid "Italian"
507
  msgstr "Włoski"
508
 
509
+ #: ../commentluv.php:1412
510
+ msgid "Dutch"
511
+ msgstr "Holenderski"
512
+
513
+ #: ../commentluv.php:1413
514
+ msgid "Polish"
515
+ msgstr "Polski"
516
+
517
+ #: ../commentluv.php:1414
518
+ msgid "Georgian"
519
+ msgstr "Gruziński"
520
+
521
+ #: ../commentluv.php:1415
522
+ msgid "Lithuanian"
523
+ msgstr "Litewski"
524
+
525
+ #: ../commentluv.php:1416
526
+ msgid "Portuguese"
527
+ msgstr "Portugalski"
528
+
529
+ #: ../commentluv.php:1417
530
+ #, fuzzy
531
+ msgid "Malaysian"
532
+ msgstr "Włoski"
533
+
534
+ #: ../commentluv.php:1418
535
  msgid "Russian"
536
  msgstr "Rosyjski"
537
 
538
+ #: ../commentluv.php:1419
539
  msgid "Chinese"
540
  msgstr "Chiński"
541
 
542
+ #: ../commentluv.php:1420
543
  msgid "Hebrew"
544
  msgstr "Hebrajski"
545
 
546
+ #: ../commentluv.php:1421
547
  msgid "French"
548
  msgstr "Francuski"
549
 
550
+ #: ../commentluv.php:1423
551
+ msgid "Romanian"
552
+ msgstr "Rumuński"
553
 
554
+ #: ../commentluv.php:1424
555
+ msgid "German"
556
+ msgstr "Niemiecki"
557
 
558
+ #: ../commentluv.php:1425
559
+ msgid "Arabic"
560
+ msgstr "Arabski"
561
 
562
+ #: ../commentluv.php:1427
563
+ msgid "Want your link here?"
564
+ msgstr ""
565
 
566
+ #: ../commentluv.php:1427
567
+ msgid "How To Submit A Translation"
568
+ msgstr ""
569
 
570
+ #: ../commentluv.php:1428
571
+ msgid "Special thanks go to the following"
572
+ msgstr ""
573
+
574
+ #: ../commentluv.php:1429
575
+ #, fuzzy
576
+ msgid "CSS Help"
577
+ msgstr "Pomoc"
578
+
579
+ #: ../commentluv.php:1430
580
+ #, fuzzy
581
+ msgid "Badge GFX"
582
+ msgstr "Odznaka"
583
 
lang/commentluv-pt_BR.mo CHANGED
Binary file
lang/commentluv-pt_BR.po CHANGED
@@ -2,211 +2,585 @@ 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é !"
2
  msgstr ""
3
  "Project-Id-Version: CommentLuv 2.7.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-06-09 14:04-0000\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: Andy Bailey <andrewgbailey@gmail.com>\n"
8
+ "Language-Team: 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-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: s\n"
15
+ "X-Poedit-Language: Portuguese\n"
16
+ "X-Poedit-Country: BRAZIL\n"
17
+ "X-Poedit-SourceCharset: utf-8\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
+ #: ../commentluv.php:48
21
+ msgid "CommentLuv requires Wordpress 3.0 or newer."
22
+ msgstr "CommentLuv requer Wordpress 3.0 ou superior."
23
 
24
+ #: ../commentluv.php:48
25
+ msgid "Please Update!"
26
+ msgstr "Por favor Atualize!"
27
 
28
+ #: ../commentluv.php:216
29
+ #, fuzzy
30
+ msgid "Please enter a URL and then click the CommentLuv checkbox if you want to add your last blog post"
31
+ msgstr "Por favor digite a URL do seu website se você quiser adicionar a última postagem"
32
 
33
+ #: ../commentluv.php:217
34
+ msgid "Please use http:// in front of your url"
35
+ msgstr "Por favor, utilize http:// em frente ao seu URL"
36
 
37
+ #: ../commentluv.php:218
38
+ msgid "You need to visit your profile in the dashboard and update your details with your site URL"
39
+ msgstr "Você precisa visitar o seu perfil no painel e atualizar seus dados com o URL do site/blog"
40
 
41
+ #: ../commentluv.php:219
42
+ msgid "No info was available or an error occured"
43
+ msgstr "Nenhuma informação disponível ou ocorreu um erro"
44
 
45
+ #: ../commentluv.php:242
46
+ msgid "Please wait"
47
+ msgstr "Por favor aguarde"
48
+
49
+ #: ../commentluv.php:242
50
+ msgid "Please check your inbox, an email will be sent to"
51
+ msgstr "Por favor, verifique sua caixa de entrada, um e-mail será enviado para"
52
+
53
+ #: ../commentluv.php:242
54
+ msgid "in the next few minutes with a confirmation link"
55
+ msgstr "nos próximos minutos com um link de confirmação"
56
+
57
+ #: ../commentluv.php:242
58
+ msgid "An error happened with the request. Try signing up at the site"
59
+ msgstr "Ocorreu um erro com a solicitação. Tente se inscrever através do site"
60
+
61
+ #: ../commentluv.php:271
62
+ msgid "Your Wordpress install is missing the <strong>wp_commentmeta</strong> table!"
63
+ msgstr ""
64
+
65
+ #: ../commentluv.php:271
66
+ msgid " CommentLuv cannot work without this table please see this wordpress forum post to learn how to add one ->"
67
+ msgstr ""
68
+
69
+ #: ../commentluv.php:271
70
+ msgid "Missing wp_commentmeta table"
71
+ msgstr ""
72
+
73
+ #: ../commentluv.php:364
74
+ msgid "Twice Monthly"
75
+ msgstr ""
76
+
77
+ #: ../commentluv.php:391
78
+ msgid "CommentLuv is enabled"
79
+ msgstr "CommentLuv está habilitado"
80
+
81
+ #: ../commentluv.php:432
82
+ msgid "Show more posts"
83
+ msgstr "Mostrar mais postagens"
84
+
85
+ #: ../commentluv.php:522
86
+ msgid "I have only commented on this post"
87
+ msgstr "Eu só tenho comentários sobre esta postagem"
88
+
89
+ #: ../commentluv.php:525
90
+ msgid "If I had made more comments on this site, you would see more of my other posts here"
91
+ msgstr "Se eu tivesse feito mais comentários neste site, você iria ver mais das minhas outras postagens aqui"
92
+
93
+ #: ../commentluv.php:550
94
+ msgid "User has not saved a description in their profile page"
95
+ msgstr "Usuário não salvou uma descrição na sua página de perfil"
96
+
97
+ #: ../commentluv.php:562
98
+ msgid "is the administrator of this site"
99
+ msgstr "é o administrador deste site"
100
+
101
+ #: ../commentluv.php:564
102
+ msgid "is a registered member of my site"
103
+ msgstr "é registrado como membro deste site"
104
+
105
+ #: ../commentluv.php:567
106
+ #: ../commentluv.php:586
107
+ msgid "Clicks on this link on this comment"
108
+ msgstr "Cliques neste link neste comentário"
109
+
110
+ #: ../commentluv.php:567
111
+ #: ../commentluv.php:587
112
+ msgid "approved comments on this site"
113
+ msgstr "comentários aprovados neste site"
114
 
115
+ #: ../commentluv.php:567
116
+ #: ../commentluv.php:588
117
+ msgid "Some other posts I have commented on"
118
+ msgstr "Algumas outras postagens eu comentei sobre"
119
 
120
+ #: ../commentluv.php:567
121
+ msgid "Some of my other posts"
122
+ msgstr "Alguns dos meus outros posts"
123
 
124
+ #: ../commentluv.php:580
125
+ msgid "has not registered on this site"
126
+ msgstr "não registrado neste site"
127
 
128
+ #: ../commentluv.php:702
129
+ msgid "Could not get posts for home blog"
130
+ msgstr ""
131
+
132
+ #: ../commentluv.php:758
133
+ #, fuzzy
134
+ msgid "If you are registered, you need to log in to get 10 posts to choose from"
135
+ msgstr "Se você se registrar como um usuário no meu site, você pode escolher entre suas 10 postagens mais recentes."
136
+
137
+ #: ../commentluv.php:782
138
+ #: ../commentluv.php:1231
139
+ msgid "Register"
140
+ msgstr "Registrar"
141
+
142
+ #: ../commentluv.php:787
143
+ msgid "recently posted"
144
+ msgstr "postado recentemente"
145
+
146
+ #: ../commentluv.php:788
147
+ msgid "If you register as a user on my site, you can get your 10 most recent blog posts to choose from in this box."
148
+ msgstr "Se você se registrar como um usuário no meu site, você pode escolher entre suas 10 postagens mais recentes."
149
+
150
+ #: ../commentluv.php:789
151
+ msgid "If this user had registered to my site then they could get 10 last posts to choose from when they comment and you would be able to see a list of their recent posts in this panel"
152
+ msgstr "Se este usuário estivesse registado em meu site, então ele poderia escolher entre as 10 últimas postagens quando ele comenta e você seria capaz de ver uma lista das suas postagens recentes neste painel"
153
+
154
+ #: ../commentluv.php:967
155
+ msgid "Settings"
156
+ msgstr "Configurações"
157
+
158
+ #: ../commentluv.php:1006
159
+ msgid "No Posts Were Found!"
160
+ msgstr "Não foram encontradas postagens!"
161
+
162
+ #: ../commentluv.php:1046
163
+ msgid "There is a new version of Commentluv available, please upgrade by visiting this site"
164
+ msgstr "Existe uma nova versão do CommentLuv disponível, por favor atualize visitando este site"
165
+
166
+ #: ../commentluv.php:1049
167
+ msgid "Dismiss notice"
168
+ msgstr "Advertência"
169
+
170
+ #: ../commentluv.php:1076
171
+ #, fuzzy
172
+ msgid "CommentLuv Settings v"
173
+ msgstr "CommentLuv está habilitado"
174
+
175
+ #: ../commentluv.php:1086
176
+ msgid "Important!"
177
+ msgstr "Importante!"
178
 
179
+ #: ../commentluv.php:1086
180
+ msgid "Subscription Information"
181
+ msgstr "Informações de Inscrição"
182
+
183
+ #: ../commentluv.php:1091
184
+ msgid "CommentLuv 3.0 Premium is coming soon!"
185
+ msgstr "CommentLuv 3.0 Premium em breve!"
186
+
187
+ #: ../commentluv.php:1092
188
+ msgid "I promise not to sell your details or send you spam. You will ONLY receive emails about plugin updates."
189
+ msgstr "Prometo não vender seus detalhes ou enviar spam. Você SOMENTE receberá e-mails sobre atualizações de plugins."
190
+
191
+ #: ../commentluv.php:1095
192
+ msgid "There is a premium version of CommentLuv coming that will have much more control of how the plugin works as well as exclusive features like keyword name, inline registration and much much more!. Signup to find out as soon as it is ready"
193
+ msgstr "Existe uma versão premium do CommentLuv que em breve você terá muito mais controle do funcionamento do plugin, bem como características exclusivas, como palavras-chave, registro in-line e muito mais!. Inscreva-se para descobrir logo que estiver pronto"
194
+
195
+ #: ../commentluv.php:1098
196
+ msgid "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"
197
+ msgstr "Você já se inscreveu, se você não tiver recebido a verificação dentro de 12 horas, por favor clique no botão para reenviar ou tente o formulário em"
198
+
199
+ #: ../commentluv.php:1098
200
+ msgid "Resend Verification"
201
+ msgstr "Reenviar Verificação"
202
+
203
+ #: ../commentluv.php:1100
204
+ msgid "Click to register now!"
205
+ msgstr "Clique para registrar agora!"
206
+
207
+ #: ../commentluv.php:1115
208
+ msgid "Primary Setting"
209
+ msgstr "Configurações Primárias"
210
+
211
+ #: ../commentluv.php:1115
212
+ #: ../commentluv.php:1149
213
+ #: ../commentluv.php:1208
214
+ #: ../commentluv.php:1264
215
+ #: ../commentluv.php:1295
216
+ msgid "Help Video"
217
+ msgstr "Vídeo de ajuda"
218
+
219
+ #: ../commentluv.php:1119
220
+ msgid "Enable CommentLuv?"
221
+ msgstr "Habilitar CommentLuv?"
222
+
223
+ #: ../commentluv.php:1120
224
+ msgid "Yes"
225
+ msgstr "Sim"
226
+
227
+ #: ../commentluv.php:1121
228
+ msgid "No"
229
+ msgstr "Não"
230
+
231
+ #: ../commentluv.php:1126
232
+ msgid "On Posts"
233
+ msgstr "Em postagens"
234
+
235
+ #: ../commentluv.php:1127
236
+ msgid "On Pages"
237
+ msgstr "Em páginas"
238
+
239
+ #: ../commentluv.php:1128
240
+ msgid "On Both"
241
+ msgstr "Em ambas"
242
+
243
+ #: ../commentluv.php:1133
244
+ msgid "On by default?"
245
+ msgstr "Habilitado por padrão?"
246
+
247
+ #: ../commentluv.php:1137
248
+ msgid "On for admin?"
249
+ msgstr "Habilitado para administrador?"
250
+
251
+ #: ../commentluv.php:1149
252
+ msgid "Appearance"
253
+ msgstr "Aparência"
254
+
255
+ #: ../commentluv.php:1153
256
+ msgid "Badge"
257
+ msgstr "Ícone"
258
+
259
+ #: ../commentluv.php:1154
260
+ msgid "Custom Image URL"
261
+ msgstr "URL da imagem customizada"
262
+
263
+ #: ../commentluv.php:1155
264
+ msgid "Use Text"
265
+ msgstr "Usar o texto"
266
+
267
+ #: ../commentluv.php:1163
268
+ msgid "Default"
269
+ msgstr "Padrão"
270
+
271
+ #: ../commentluv.php:1164
272
+ msgid "White"
273
+ msgstr "Branco"
274
 
275
+ #: ../commentluv.php:1165
276
+ msgid "Black"
277
+ msgstr "Preto"
278
+
279
+ #: ../commentluv.php:1166
280
+ msgid "None"
281
  msgstr "Nenhum"
282
 
283
+ #: ../commentluv.php:1183
284
+ msgid "Link to Commentluv?"
285
+ msgstr "Link para o Commentluv?"
286
+
287
+ #: ../commentluv.php:1190
288
+ msgid "Enable info panel?"
289
+ msgstr "Habilitar painel de informações?"
290
+
291
+ #: ../commentluv.php:1191
292
+ msgid "Info panel background color"
293
+ msgstr "Cor do fundo do painel de informações"
294
+
295
+ #: ../commentluv.php:1192
296
+ msgid "Info panel text color"
297
+ msgstr "Cor do texto do painel de informações"
298
+
299
+ #: ../commentluv.php:1198
300
+ msgid "Example text and background color"
301
+ msgstr "Exemplo de cores do texto e do fundo (salve para atualizar)"
302
+
303
+ #: ../commentluv.php:1208
304
+ msgid "Messages"
305
+ msgstr "Mensagens"
306
+
307
+ #: ../commentluv.php:1215
308
+ msgid "Text to be displayed in the comment"
309
+ msgstr "Texto que será exibido no comentário"
310
+
311
+ #: ../commentluv.php:1218
312
+ msgid "[name] = The users name"
313
+ msgstr ""
314
+
315
+ #: ../commentluv.php:1218
316
+ msgid "[lastpost] = The last blog post link"
317
+ msgstr ""
318
+
319
+ #: ../commentluv.php:1225
320
+ msgid "Message for unregistered user in the drop down box"
321
+ msgstr "Mensagem para usuário não registrado na caixa drop down"
322
+
323
+ #: ../commentluv.php:1226
324
+ #: ../commentluv.php:1250
325
+ msgid "Message will not be shown if you do not have registrations enabled"
326
+ msgstr ""
327
+
328
+ #: ../commentluv.php:1230
329
+ msgid "Your register link code"
330
+ msgstr "Código do link de registro"
331
 
332
+ #: ../commentluv.php:1240
333
+ msgid "You have NOT set your blog to allow registrations, you can do that in Settings/General"
334
+ msgstr "Você ainda NÃO definiu em seu site/blog para permitir cadastros, você pode fazer isso em Configurações / Gerais"
335
 
336
+ #: ../commentluv.php:1241
337
+ msgid "here"
338
+ msgstr "aqui"
339
+
340
+ #: ../commentluv.php:1249
341
+ msgid "Message for unregistered user in the info panel"
342
+ msgstr "Mensagem para usuário não registrado no painel de informações"
343
+
344
+ #: ../commentluv.php:1264
345
+ msgid "Operational Settings"
346
+ msgstr "Configurações Operacionais"
347
+
348
+ #: ../commentluv.php:1271
349
+ msgid "Who to give 10 last posts to choose from when they comment?"
350
+ msgstr "Quem poderá escolher entre as 10 últimas postagens para agregar ao comentário?"
351
+
352
+ #: ../commentluv.php:1272
353
+ msgid "Only Registered Members"
354
+ msgstr "Somente menbros registrados"
355
+
356
+ #: ../commentluv.php:1273
357
+ msgid "Everybody"
358
+ msgstr "Todos"
359
+
360
+ #: ../commentluv.php:1274
361
+ msgid "Nobody"
362
+ msgstr "Ninguém"
363
+
364
+ #: ../commentluv.php:1281
365
+ msgid "Whose links should be dofollow?"
366
+ msgstr "O link de quem deve ser seguido (dofollow)?"
367
+
368
+ #: ../commentluv.php:1282
369
+ msgid "Only Registered Members Links"
370
+ msgstr "Somente links de membros registrados"
371
+
372
+ #: ../commentluv.php:1283
373
+ msgid "Everybody gets dofollow links"
374
+ msgstr "Todos terão os links seguidos"
375
+
376
+ #: ../commentluv.php:1284
377
+ msgid "Nobody gets dofollow links"
378
+ msgstr "Ninguém terá links seguidos"
379
+
380
+ #: ../commentluv.php:1295
381
  msgid "Technical Settings"
382
+ msgstr "Configurações técnicas"
383
+
384
+ #: ../commentluv.php:1295
385
+ msgid "Click to open technical settings"
386
+ msgstr "Clique para mostrar as configurações técnicas"
387
+
388
+ #: ../commentluv.php:1302
389
+ msgid "Please check the help video for this section before changing settings"
390
+ msgstr "Por favor, assista ao vídeo de ajuda nesta seção antes de alterar as configurações"
391
+
392
+ #: ../commentluv.php:1303
393
+ msgid "In most cases, you will NOT need to change the settings in this box unless you have a custom comment form, template or you are using minifying or caching plugins"
394
+ msgstr "Em muitos casos, você NÃO vai precisar alterar as estas configurações se você tiver um formulário de comentário personalizado, modelo ou se está usando minifying ou plugins de cache"
395
 
396
+ #: ../commentluv.php:1308
397
+ msgid "Compatibility"
398
+ msgstr "Compatibilidade"
399
 
400
+ #: ../commentluv.php:1312
401
+ msgid "Use manual insert of badge code?"
402
+ msgstr "Usar inserção manual do código do ícone?"
403
 
404
+ #: ../commentluv.php:1316
405
+ msgid "Enable minifying compatibility?"
406
+ msgstr "Habilitar compatibilidade minifying"
407
+
408
+ #: ../commentluv.php:1317
409
+ msgid "For caching plugins (places localized code in footer)"
410
+ msgstr "Para plugins de cache (Coloca o código no rodapé)"
411
+
412
+ #: ../commentluv.php:1322
413
+ msgid "API URL"
414
+ msgstr ""
415
+
416
+ #: ../commentluv.php:1326
417
+ msgid "URL to use for API"
418
+ msgstr ""
419
+
420
+ #: ../commentluv.php:1330
421
+ msgid "Comment Form Field Values"
422
+ msgstr "Valores dos Campos do Formulário de Comentário"
423
+
424
+ #: ../commentluv.php:1333
425
  msgid "Authors Name field name"
426
+ msgstr "nome do campo Authors Name"
427
 
428
+ #: ../commentluv.php:1338
429
  msgid "Email field name"
430
+ msgstr "nome do campo Email"
431
 
432
+ #: ../commentluv.php:1343
433
  msgid "Authors URL field name"
434
+ msgstr "nome do campo Authors URL"
435
 
436
+ #: ../commentluv.php:1348
437
  msgid "Comment Text Area name"
438
+ msgstr "nome da caixa de texto Comment"
439
 
440
+ #: ../commentluv.php:1353
441
+ msgid "Diagnostics Info"
442
+ msgstr "Diagnóstico de Informações"
443
 
444
+ #: ../commentluv.php:1371
445
+ msgid "You can copy this information and send it to me if I request it"
446
+ msgstr "Você pode copiar essas informações e enviá-las para mim caso eu solicitar"
447
+
448
+ #: ../commentluv.php:1378
449
+ msgid "Save Settings"
450
+ msgstr "Salvar configurações"
451
+
452
+ #: ../commentluv.php:1380
453
+ msgid "Reset Settings"
454
+ msgstr "Restaurar configurações"
455
+
456
+ #: ../commentluv.php:1383
457
  msgid "Are you sure you want to reset your settings? Press OK to continue"
458
+ msgstr "Você tem certeza que deseja restaurar suas configurações? Aperte em OK para continuar"
459
 
460
+ #: ../commentluv.php:1386
461
+ msgid "Reset"
462
+ msgstr "Restaurar"
463
+
464
+ #: ../commentluv.php:1394
465
  msgid "Plugin Info"
466
  msgstr "Informações do Plugin"
467
 
468
+ #: ../commentluv.php:1397
469
+ msgid "Start Here"
470
+ msgstr "Comece por Aqui"
471
+
472
+ #: ../commentluv.php:1398
473
  msgid "Author"
474
  msgstr "Autor"
475
 
476
+ #: ../commentluv.php:1399
477
  msgid "Home Page"
478
+ msgstr "Site"
479
 
480
+ #: ../commentluv.php:1399
481
+ msgid "Visit www.commentluv.com!"
482
+ msgstr "Visite www.commentluv.com!"
483
 
484
+ #: ../commentluv.php:1400
485
  msgid "Social"
486
  msgstr "Social"
487
 
488
+ #: ../commentluv.php:1401
489
  msgid "Help"
490
  msgstr "Ajuda"
491
 
492
+ #: ../commentluv.php:1401
493
  msgid "Help Desk"
494
  msgstr "Help Desk"
495
 
496
+ #: ../commentluv.php:1402
497
+ msgid "Do you like this plugin?"
498
+ msgstr ""
499
+
500
+ #: ../commentluv.php:1404
501
  msgid "News"
502
  msgstr "Novidades"
503
 
504
+ #: ../commentluv.php:1410
505
  msgid "Thanks to the following for translations"
506
+ msgstr "Obrigado às seguintes traduções"
507
 
508
+ #: ../commentluv.php:1411
509
  msgid "Italian"
510
  msgstr "Italiano"
511
 
512
+ #: ../commentluv.php:1412
513
+ msgid "Dutch"
514
+ msgstr "Holandês"
515
+
516
+ #: ../commentluv.php:1413
517
+ msgid "Polish"
518
+ msgstr "Polonês"
519
+
520
+ #: ../commentluv.php:1414
521
+ msgid "Georgian"
522
+ msgstr "Georgiano"
523
+
524
+ #: ../commentluv.php:1415
525
+ msgid "Lithuanian"
526
+ msgstr "Lituâno"
527
+
528
+ #: ../commentluv.php:1416
529
+ msgid "Portuguese"
530
+ msgstr "Português (BR)"
531
+
532
+ #: ../commentluv.php:1417
533
+ #, fuzzy
534
+ msgid "Malaysian"
535
+ msgstr "Italiano"
536
+
537
+ #: ../commentluv.php:1418
538
  msgid "Russian"
539
  msgstr "Russo"
540
 
541
+ #: ../commentluv.php:1419
542
  msgid "Chinese"
543
  msgstr "Chinês"
544
 
545
+ #: ../commentluv.php:1420
546
  msgid "Hebrew"
547
  msgstr "Hebraico"
548
 
549
+ #: ../commentluv.php:1421
550
  msgid "French"
551
  msgstr "Francês"
552
 
553
+ #: ../commentluv.php:1423
554
+ msgid "Romanian"
555
+ msgstr "Romênio"
556
 
557
+ #: ../commentluv.php:1424
558
+ msgid "German"
559
+ msgstr "Alemão"
560
 
561
+ #: ../commentluv.php:1425
562
+ msgid "Arabic"
563
+ msgstr "Árabe"
564
 
565
+ #: ../commentluv.php:1427
566
+ msgid "Want your link here?"
567
+ msgstr ""
568
 
569
+ #: ../commentluv.php:1427
570
+ msgid "How To Submit A Translation"
571
+ msgstr ""
572
+
573
+ #: ../commentluv.php:1428
574
+ msgid "Special thanks go to the following"
575
+ msgstr ""
576
+
577
+ #: ../commentluv.php:1429
578
+ #, fuzzy
579
+ msgid "CSS Help"
580
+ msgstr "Ajuda"
581
+
582
+ #: ../commentluv.php:1430
583
+ #, fuzzy
584
+ msgid "Badge GFX"
585
+ msgstr "Ícone"
586
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/commentluv-ru_RU.mo DELETED
Binary file
lang/commentluv-ru_RU.po DELETED
@@ -1,209 +0,0 @@
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: 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"
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 "Поле ввода имени 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-zh_CN.mo DELETED
Binary file
lang/commentluv-zh_CN.po DELETED
@@ -1,121 +0,0 @@
1
- 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: Donald <donaldz@live.com>\n"
8
- "Language-Team: Donald <donaldz@live.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: Chinese\n"
13
-
14
- #: ../commentluv-manager.php:11
15
- 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."
16
- msgstr "本插件通过获取评论表单中的URL并尝试解析站点Feed来显示评论者站点上的最新文章。 如果你有任何问题和意见,或者你有希望在下个版本的CommentLuv中出现的新功能,请访问 http://comluv.com 告诉我。"
17
-
18
- #: ../commentluv-manager.php:12
19
- msgid "Display Options"
20
- msgstr "显示设置"
21
-
22
- #: ../commentluv-manager.php:13
23
- msgid "Enter the text you want displayed in the comment"
24
- msgstr "输入你想在评论中显示的文本"
25
-
26
- #: ../commentluv-manager.php:16
27
- msgid "Text displayed in the select box"
28
- msgstr "在复选框中显示的文本"
29
-
30
- #: ../commentluv-manager.php:20
31
- msgid "CommentLuv on by default?"
32
- msgstr "默认启用CommentLuv?"
33
-
34
- #: ../commentluv-manager.php:23
35
- msgid "Show heart on links?"
36
- msgstr "在链接上显示红心标志?"
37
-
38
- #: ../commentluv-manager.php:27
39
- msgid "Use template insert to show badge and checkbox?"
40
- msgstr "通过向模版插入代码来显示徽章和复选框?"
41
-
42
- #: ../commentluv-manager.php:29
43
- msgid "Display Badge"
44
- msgstr "显示徽章"
45
-
46
- #: ../commentluv-manager.php:30
47
- msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
48
- msgstr "非常感谢 <a href=\"http://byteful.com\">Byteful Traveller</a> 为CommentLuv创作这些徽章"
49
-
50
- #: ../commentluv-manager.php:33
51
- msgid "Choose badge to display"
52
- msgstr "选择显示徽章"
53
-
54
- #: ../commentluv-manager.php:39
55
- msgid "Show nothing"
56
- msgstr "什么都不显示"
57
-
58
- #: ../commentluv-manager.php:42
59
- msgid "Show text"
60
- msgstr "显示文本"
61
-
62
- #: ../commentluv-manager.php:42
63
- msgid "Prepend html before badge or text (optional)"
64
- msgstr "在徽章或文本前置HTML代码 (可选)"
65
-
66
- #: ../commentluv-manager.php:44
67
- msgid "CommentLuv Member Area"
68
- msgstr "CommentLuv 会员区域"
69
-
70
- #: ../commentluv-manager.php:45
71
- 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!."
72
- msgstr "如果你在 <a href=\"http://comluv.com\">ComLuv.com</a> 免费注册你的站点, 你可以启用大量仅供会员使用的特性,比如链接追踪。 该功能可以让你看到你在CommentLuv博客上发表的哪些评论获得点击,并传送回除了博客文章外更多的信息。 你甚至可以建立你自己的预装Commentluv的 WP2.7 博客!"
73
-
74
- #: ../commentluv-manager.php:47
75
- msgid "Technical Settings"
76
- msgstr "技术设置"
77
-
78
- #: ../commentluv-manager.php:48
79
- msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
80
- msgstr "在绝大多数情况下无需修改这些设置,除非你有自定义的评论表单。"
81
-
82
- #: ../commentluv-manager.php:52
83
- msgid "Authors Name field name"
84
- msgstr "作者姓名区名称"
85
-
86
- #: ../commentluv-manager.php:56
87
- msgid "Email field name"
88
- msgstr "Email区名称"
89
-
90
- #: ../commentluv-manager.php:60
91
- msgid "Authors URL field name"
92
- msgstr "作者URL区名称"
93
-
94
- #: ../commentluv-manager.php:64
95
- msgid "Comment Text Area name"
96
- msgstr "评论文本区名"
97
-
98
- #: ../commentluv-manager.php:72
99
- msgid "Reset to Default Settings"
100
- msgstr "重置到缺省设置"
101
-
102
- #: ../commentluv-manager.php:77
103
- msgid "Are you sure you want to reset your settings? Press OK to continue"
104
- msgstr "你确定要重置你的设置吗? 点击OK继续"
105
-
106
- #: ../commentluv.php:44
107
- msgid "CommentLuv requires Wordpress 2.6.5 or newer."
108
- msgstr "CommentLuv需要Wordpress 2.6.5或更高版本。"
109
-
110
- #: ../commentluv.php:44
111
- msgid "Please Update!"
112
- msgstr "请更新!"
113
-
114
- #: ../commentluv.php:75
115
- msgid "Settings"
116
- msgstr "设置"
117
-
118
- #: ../commentluv.php:169
119
- msgid "There were errors with your chosen settings"
120
- msgstr "你选择的设置中有错误。"
121
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/commentluv.mo CHANGED
Binary file
lang/commentluv.po DELETED
@@ -1,14 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: CommentLuv\n"
4
- "POT-Creation-Date: \n"
5
- "PO-Revision-Date: \n"
6
- "Last-Translator: Andy Bailey <andy@teamplaylotto.com>\n"
7
- "Language-Team: \n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=utf-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "X-Poedit-KeywordsList: __;_e\n"
12
- "X-Poedit-Basepath: .\n"
13
- "X-Poedit-SearchPath-0: ..\n"
14
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/commentluv.pot CHANGED
@@ -1,10 +1,10 @@
1
  msgid ""
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"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -15,191 +15,564 @@ msgstr ""
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
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: CommentLuv 2.8.9.8\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-06-09 14:04-0000\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: Andy Bailey <andrewgbailey@gmail.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.php:48
19
+ msgid "CommentLuv requires Wordpress 3.0 or newer."
20
  msgstr ""
21
 
22
+ #: ../commentluv.php:48
23
+ msgid "Please Update!"
24
+ msgstr ""
25
+
26
+ #: ../commentluv.php:216
27
+ msgid "Please enter a URL and then click the CommentLuv checkbox if you want to add your last blog post"
28
+ msgstr ""
29
+
30
+ #: ../commentluv.php:217
31
+ msgid "Please use http:// in front of your url"
32
+ msgstr ""
33
+
34
+ #: ../commentluv.php:218
35
+ msgid "You need to visit your profile in the dashboard and update your details with your site URL"
36
+ msgstr ""
37
+
38
+ #: ../commentluv.php:219
39
+ msgid "No info was available or an error occured"
40
+ msgstr ""
41
+
42
+ #: ../commentluv.php:242
43
+ msgid "Please wait"
44
+ msgstr ""
45
+
46
+ #: ../commentluv.php:242
47
+ msgid "Please check your inbox, an email will be sent to"
48
+ msgstr ""
49
+
50
+ #: ../commentluv.php:242
51
+ msgid "in the next few minutes with a confirmation link"
52
+ msgstr ""
53
+
54
+ #: ../commentluv.php:242
55
+ msgid "An error happened with the request. Try signing up at the site"
56
+ msgstr ""
57
+
58
+ #: ../commentluv.php:271
59
+ msgid "Your Wordpress install is missing the <strong>wp_commentmeta</strong> table!"
60
+ msgstr ""
61
+
62
+ #: ../commentluv.php:271
63
+ msgid " CommentLuv cannot work without this table please see this wordpress forum post to learn how to add one ->"
64
+ msgstr ""
65
+
66
+ #: ../commentluv.php:271
67
+ msgid "Missing wp_commentmeta table"
68
+ msgstr ""
69
+
70
+ #: ../commentluv.php:364
71
+ msgid "Twice Monthly"
72
+ msgstr ""
73
+
74
+ #: ../commentluv.php:391
75
+ msgid "CommentLuv is enabled"
76
+ msgstr ""
77
+
78
+ #: ../commentluv.php:432
79
+ msgid "Show more posts"
80
+ msgstr ""
81
+
82
+ #: ../commentluv.php:522
83
+ msgid "I have only commented on this post"
84
+ msgstr ""
85
+
86
+ #: ../commentluv.php:525
87
+ msgid "If I had made more comments on this site, you would see more of my other posts here"
88
+ msgstr ""
89
+
90
+ #: ../commentluv.php:550
91
+ msgid "User has not saved a description in their profile page"
92
+ msgstr ""
93
+
94
+ #: ../commentluv.php:562
95
+ msgid "is the administrator of this site"
96
+ msgstr ""
97
+
98
+ #: ../commentluv.php:564
99
+ msgid "is a registered member of my site"
100
+ msgstr ""
101
+
102
+ #: ../commentluv.php:567
103
+ #: ../commentluv.php:586
104
+ msgid "Clicks on this link on this comment"
105
+ msgstr ""
106
+
107
+ #: ../commentluv.php:567
108
+ #: ../commentluv.php:587
109
+ msgid "approved comments on this site"
110
+ msgstr ""
111
+
112
+ #: ../commentluv.php:567
113
+ #: ../commentluv.php:588
114
+ msgid "Some other posts I have commented on"
115
+ msgstr ""
116
+
117
+ #: ../commentluv.php:567
118
+ msgid "Some of my other posts"
119
+ msgstr ""
120
+
121
+ #: ../commentluv.php:580
122
+ msgid "has not registered on this site"
123
+ msgstr ""
124
+
125
+ #: ../commentluv.php:702
126
+ msgid "Could not get posts for home blog"
127
+ msgstr ""
128
+
129
+ #: ../commentluv.php:758
130
+ msgid "If you are registered, you need to log in to get 10 posts to choose from"
131
+ msgstr ""
132
+
133
+ #: ../commentluv.php:782
134
+ #: ../commentluv.php:1231
135
+ msgid "Register"
136
+ msgstr ""
137
+
138
+ #: ../commentluv.php:787
139
+ msgid "recently posted"
140
+ msgstr ""
141
+
142
+ #: ../commentluv.php:788
143
+ msgid "If you register as a user on my site, you can get your 10 most recent blog posts to choose from in this box."
144
+ msgstr ""
145
+
146
+ #: ../commentluv.php:789
147
+ msgid "If this user had registered to my site then they could get 10 last posts to choose from when they comment and you would be able to see a list of their recent posts in this panel"
148
+ msgstr ""
149
+
150
+ #: ../commentluv.php:967
151
+ msgid "Settings"
152
+ msgstr ""
153
+
154
+ #: ../commentluv.php:1006
155
+ msgid "No Posts Were Found!"
156
+ msgstr ""
157
+
158
+ #: ../commentluv.php:1046
159
+ msgid "There is a new version of Commentluv available, please upgrade by visiting this site"
160
+ msgstr ""
161
+
162
+ #: ../commentluv.php:1049
163
+ msgid "Dismiss notice"
164
+ msgstr ""
165
+
166
+ #: ../commentluv.php:1076
167
+ msgid "CommentLuv Settings v"
168
+ msgstr ""
169
+
170
+ #: ../commentluv.php:1086
171
+ msgid "Important!"
172
+ msgstr ""
173
+
174
+ #: ../commentluv.php:1086
175
+ msgid "Subscription Information"
176
+ msgstr ""
177
+
178
+ #: ../commentluv.php:1091
179
+ msgid "CommentLuv 3.0 Premium is coming soon!"
180
+ msgstr ""
181
+
182
+ #: ../commentluv.php:1092
183
+ msgid "I promise not to sell your details or send you spam. You will ONLY receive emails about plugin updates."
184
+ msgstr ""
185
+
186
+ #: ../commentluv.php:1095
187
+ msgid "There is a premium version of CommentLuv coming that will have much more control of how the plugin works as well as exclusive features like keyword name, inline registration and much much more!. Signup to find out as soon as it is ready"
188
+ msgstr ""
189
+
190
+ #: ../commentluv.php:1098
191
+ msgid "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"
192
+ msgstr ""
193
+
194
+ #: ../commentluv.php:1098
195
+ msgid "Resend Verification"
196
+ msgstr ""
197
+
198
+ #: ../commentluv.php:1100
199
+ msgid "Click to register now!"
200
+ msgstr ""
201
+
202
+ #: ../commentluv.php:1115
203
+ msgid "Primary Setting"
204
+ msgstr ""
205
+
206
+ #: ../commentluv.php:1115
207
+ #: ../commentluv.php:1149
208
+ #: ../commentluv.php:1208
209
+ #: ../commentluv.php:1264
210
+ #: ../commentluv.php:1295
211
+ msgid "Help Video"
212
+ msgstr ""
213
+
214
+ #: ../commentluv.php:1119
215
+ msgid "Enable CommentLuv?"
216
+ msgstr ""
217
+
218
+ #: ../commentluv.php:1120
219
+ msgid "Yes"
220
+ msgstr ""
221
+
222
+ #: ../commentluv.php:1121
223
+ msgid "No"
224
+ msgstr ""
225
+
226
+ #: ../commentluv.php:1126
227
+ msgid "On Posts"
228
+ msgstr ""
229
+
230
+ #: ../commentluv.php:1127
231
+ msgid "On Pages"
232
+ msgstr ""
233
+
234
+ #: ../commentluv.php:1128
235
+ msgid "On Both"
236
+ msgstr ""
237
+
238
+ #: ../commentluv.php:1133
239
+ msgid "On by default?"
240
+ msgstr ""
241
+
242
+ #: ../commentluv.php:1137
243
+ msgid "On for admin?"
244
+ msgstr ""
245
+
246
+ #: ../commentluv.php:1149
247
+ msgid "Appearance"
248
  msgstr ""
249
 
250
+ #: ../commentluv.php:1153
251
+ msgid "Badge"
252
  msgstr ""
253
 
254
+ #: ../commentluv.php:1154
255
+ msgid "Custom Image URL"
256
  msgstr ""
257
 
258
+ #: ../commentluv.php:1155
259
+ msgid "Use Text"
260
  msgstr ""
261
 
262
+ #: ../commentluv.php:1163
263
+ msgid "Default"
264
  msgstr ""
265
 
266
+ #: ../commentluv.php:1164
267
+ msgid "White"
268
+ msgstr ""
269
+
270
+ #: ../commentluv.php:1165
271
+ msgid "Black"
272
+ msgstr ""
273
+
274
+ #: ../commentluv.php:1166
275
+ msgid "None"
276
+ msgstr ""
277
+
278
+ #: ../commentluv.php:1183
279
+ msgid "Link to Commentluv?"
280
+ msgstr ""
281
+
282
+ #: ../commentluv.php:1190
283
+ msgid "Enable info panel?"
284
+ msgstr ""
285
+
286
+ #: ../commentluv.php:1191
287
  msgid "Info panel background color"
288
  msgstr ""
289
 
290
+ #: ../commentluv.php:1192
291
+ msgid "Info panel text color"
292
+ msgstr ""
293
+
294
+ #: ../commentluv.php:1198
295
+ msgid "Example text and background color"
296
+ msgstr ""
297
+
298
+ #: ../commentluv.php:1208
299
+ msgid "Messages"
300
+ msgstr ""
301
+
302
+ #: ../commentluv.php:1215
303
+ msgid "Text to be displayed in the comment"
304
+ msgstr ""
305
+
306
+ #: ../commentluv.php:1218
307
+ msgid "[name] = The users name"
308
+ msgstr ""
309
+
310
+ #: ../commentluv.php:1218
311
+ msgid "[lastpost] = The last blog post link"
312
+ msgstr ""
313
+
314
+ #: ../commentluv.php:1225
315
+ msgid "Message for unregistered user in the drop down box"
316
+ msgstr ""
317
+
318
+ #: ../commentluv.php:1226
319
+ #: ../commentluv.php:1250
320
+ msgid "Message will not be shown if you do not have registrations enabled"
321
+ msgstr ""
322
+
323
+ #: ../commentluv.php:1230
324
+ msgid "Your register link code"
325
+ msgstr ""
326
+
327
+ #: ../commentluv.php:1240
328
+ msgid "You have NOT set your blog to allow registrations, you can do that in Settings/General"
329
+ msgstr ""
330
+
331
+ #: ../commentluv.php:1241
332
+ msgid "here"
333
+ msgstr ""
334
+
335
+ #: ../commentluv.php:1249
336
+ msgid "Message for unregistered user in the info panel"
337
+ msgstr ""
338
+
339
+ #: ../commentluv.php:1264
340
+ msgid "Operational Settings"
341
+ msgstr ""
342
+
343
+ #: ../commentluv.php:1271
344
+ msgid "Who to give 10 last posts to choose from when they comment?"
345
  msgstr ""
346
 
347
+ #: ../commentluv.php:1272
348
+ msgid "Only Registered Members"
349
  msgstr ""
350
 
351
+ #: ../commentluv.php:1273
352
+ msgid "Everybody"
353
  msgstr ""
354
 
355
+ #: ../commentluv.php:1274
356
+ msgid "Nobody"
357
  msgstr ""
358
 
359
+ #: ../commentluv.php:1281
360
+ msgid "Whose links should be dofollow?"
361
  msgstr ""
362
 
363
+ #: ../commentluv.php:1282
364
+ msgid "Only Registered Members Links"
365
  msgstr ""
366
 
367
+ #: ../commentluv.php:1283
368
+ msgid "Everybody gets dofollow links"
369
  msgstr ""
370
 
371
+ #: ../commentluv.php:1284
372
+ msgid "Nobody gets dofollow links"
373
  msgstr ""
374
 
375
+ #: ../commentluv.php:1295
376
  msgid "Technical Settings"
377
  msgstr ""
378
 
379
+ #: ../commentluv.php:1295
380
+ msgid "Click to open technical settings"
381
  msgstr ""
382
 
383
+ #: ../commentluv.php:1302
384
+ msgid "Please check the help video for this section before changing settings"
385
  msgstr ""
386
 
387
+ #: ../commentluv.php:1303
388
+ msgid "In most cases, you will NOT need to change the settings in this box unless you have a custom comment form, template or you are using minifying or caching plugins"
389
+ msgstr ""
390
+
391
+ #: ../commentluv.php:1308
392
+ msgid "Compatibility"
393
+ msgstr ""
394
+
395
+ #: ../commentluv.php:1312
396
+ msgid "Use manual insert of badge code?"
397
+ msgstr ""
398
+
399
+ #: ../commentluv.php:1316
400
+ msgid "Enable minifying compatibility?"
401
+ msgstr ""
402
+
403
+ #: ../commentluv.php:1317
404
+ msgid "For caching plugins (places localized code in footer)"
405
+ msgstr ""
406
+
407
+ #: ../commentluv.php:1322
408
+ msgid "API URL"
409
+ msgstr ""
410
+
411
+ #: ../commentluv.php:1326
412
+ msgid "URL to use for API"
413
+ msgstr ""
414
+
415
+ #: ../commentluv.php:1330
416
+ msgid "Comment Form Field Values"
417
+ msgstr ""
418
+
419
+ #: ../commentluv.php:1333
420
  msgid "Authors Name field name"
421
  msgstr ""
422
 
423
+ #: ../commentluv.php:1338
424
  msgid "Email field name"
425
  msgstr ""
426
 
427
+ #: ../commentluv.php:1343
428
  msgid "Authors URL field name"
429
  msgstr ""
430
 
431
+ #: ../commentluv.php:1348
432
  msgid "Comment Text Area name"
433
  msgstr ""
434
 
435
+ #: ../commentluv.php:1353
436
+ msgid "Diagnostics Info"
437
+ msgstr ""
438
+
439
+ #: ../commentluv.php:1371
440
+ msgid "You can copy this information and send it to me if I request it"
441
  msgstr ""
442
 
443
+ #: ../commentluv.php:1378
444
+ msgid "Save Settings"
445
  msgstr ""
446
 
447
+ #: ../commentluv.php:1380
448
+ msgid "Reset Settings"
449
+ msgstr ""
450
+
451
+ #: ../commentluv.php:1383
452
  msgid "Are you sure you want to reset your settings? Press OK to continue"
453
  msgstr ""
454
 
455
+ #: ../commentluv.php:1386
456
+ msgid "Reset"
457
+ msgstr ""
458
+
459
+ #: ../commentluv.php:1394
460
  msgid "Plugin Info"
461
  msgstr ""
462
 
463
+ #: ../commentluv.php:1397
464
+ msgid "Start Here"
465
+ msgstr ""
466
+
467
+ #: ../commentluv.php:1398
468
  msgid "Author"
469
  msgstr ""
470
 
471
+ #: ../commentluv.php:1399
472
  msgid "Home Page"
473
  msgstr ""
474
 
475
+ #: ../commentluv.php:1399
476
+ msgid "Visit www.commentluv.com!"
477
  msgstr ""
478
 
479
+ #: ../commentluv.php:1400
480
  msgid "Social"
481
  msgstr ""
482
 
483
+ #: ../commentluv.php:1401
484
  msgid "Help"
485
  msgstr ""
486
 
487
+ #: ../commentluv.php:1401
488
  msgid "Help Desk"
489
  msgstr ""
490
 
491
+ #: ../commentluv.php:1402
492
+ msgid "Do you like this plugin?"
493
+ msgstr ""
494
+
495
+ #: ../commentluv.php:1404
496
  msgid "News"
497
  msgstr ""
498
 
499
+ #: ../commentluv.php:1410
500
  msgid "Thanks to the following for translations"
501
  msgstr ""
502
 
503
+ #: ../commentluv.php:1411
504
  msgid "Italian"
505
  msgstr ""
506
 
507
+ #: ../commentluv.php:1412
508
+ msgid "Dutch"
509
+ msgstr ""
510
+
511
+ #: ../commentluv.php:1413
512
+ msgid "Polish"
513
+ msgstr ""
514
+
515
+ #: ../commentluv.php:1414
516
+ msgid "Georgian"
517
+ msgstr ""
518
+
519
+ #: ../commentluv.php:1415
520
+ msgid "Lithuanian"
521
+ msgstr ""
522
+
523
+ #: ../commentluv.php:1416
524
+ msgid "Portuguese"
525
+ msgstr ""
526
+
527
+ #: ../commentluv.php:1417
528
+ msgid "Malaysian"
529
+ msgstr ""
530
+
531
+ #: ../commentluv.php:1418
532
  msgid "Russian"
533
  msgstr ""
534
 
535
+ #: ../commentluv.php:1419
536
  msgid "Chinese"
537
  msgstr ""
538
 
539
+ #: ../commentluv.php:1420
540
  msgid "Hebrew"
541
  msgstr ""
542
 
543
+ #: ../commentluv.php:1421
544
  msgid "French"
545
  msgstr ""
546
 
547
+ #: ../commentluv.php:1423
548
+ msgid "Romanian"
549
  msgstr ""
550
 
551
+ #: ../commentluv.php:1424
552
+ msgid "German"
553
  msgstr ""
554
 
555
+ #: ../commentluv.php:1425
556
+ msgid "Arabic"
557
  msgstr ""
558
 
559
+ #: ../commentluv.php:1427
560
+ msgid "Want your link here?"
561
  msgstr ""
562
 
563
+ #: ../commentluv.php:1427
564
+ msgid "How To Submit A Translation"
565
  msgstr ""
566
 
567
+ #: ../commentluv.php:1428
568
+ msgid "Special thanks go to the following"
569
  msgstr ""
570
 
571
+ #: ../commentluv.php:1429
572
+ msgid "CSS Help"
573
  msgstr ""
574
 
575
+ #: ../commentluv.php:1430
576
+ msgid "Badge GFX"
577
  msgstr ""
578
 
readme.txt CHANGED
@@ -1,36 +1,39 @@
1
  === CommentLuv ===
2
  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.1b
7
- Stable tag: trunk
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
 
17
- The plugin requires WP or WP MS version of at least 2.92 and will work with administrators and logged on users provided they have their homepage url set in their profile page in the dashboard of the site.
18
 
19
- With a full support site where you can unlock great new features, show off your site, upgrade your urls and feed locations, view your stats for comments made and received and much more.
20
 
21
- You can visit http://comluv.com to find out more about this plugin.
22
 
23
- [youtube http://www.youtube.com/watch?v=Z3dLGqv-XJ8]
24
-
25
- Translations:
26
 
27
  Italian [Gianni Diuno](http://gidibao.net/ "Italian translation")
 
 
 
 
 
 
 
28
 
29
  == Installation ==
30
 
31
- Wordpress : Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
32
-
33
- WordpressMu : Same as above (do not place in mu-plugins)
34
 
35
  If you're upgrading from an older version, please use the 'reset to default settings' button.
36
 
@@ -40,13 +43,9 @@ If you're upgrading from an older version, please use the 'reset to default sett
40
 
41
  No. The link and associated data is saved to the comment meta table
42
 
43
- = Will this plugin work with Disqus/Intense Debate/js-kit? =
44
-
45
- Intense Debate comments have a commentluv plugin built in. Just enable from your ID dashboard
46
-
47
  = I am having a problem getting it to work =
48
 
49
- You can submit a support ticket at http://comluv.com
50
 
51
  == Screenshots ==
52
 
@@ -60,6 +59,9 @@ You can submit a support ticket at http://comluv.com
60
 
61
  == ChangeLog ==
62
 
 
 
 
63
  = 2.81.8 =
64
  * settings page notification block
65
 
@@ -190,21 +192,15 @@ Display Options : Enter the text you want displayed in the comment for the link
190
 
191
  * [name] -> replaced with comment author name
192
 
193
- * [type] -> replaced with blog, twitter or digg depending on what type of link the author chose to include.
194
-
195
  * [lastpost] -> replaced with the titled link.
196
 
197
- * Text displayed in the select box -> shows in the pull down box when a user has more than one post to choose from
198
-
199
  * CommentLuv on by default -> check this box to enable CommentLuv by default
200
 
201
- * Show heart on links -> Shows the heart icon next to links so users can find out more about the comment author
202
 
203
  * Use template insert to show badge and checkbox -> check this box if you want to place the badge and pull down box in a particular place on your page by using the template code.
204
 
205
- * display badge -> choose from 4 different badges, choose no badge or use your own specified text
206
-
207
- * CommentLuv member area -> for future use
208
 
209
  Technical Settings:
210
 
1
  === CommentLuv ===
2
  Contributors: commentluv, @hishaman (css additions)
3
  Donate link:http://comluv.com/about/donate
4
+ Tags: commentluv, comments, last blog post, linkluv, comment luv , commentlove, comment love
5
+ Requires at least: 3.0
6
+ Tested up to: 3.2
7
+ Stable tag: 2.90.1
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 their last blog posts 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 from your own blog and community. You will even be able to build your list/network/community even more by offering your readers the opportunity to register to your site to unlock advanced features of the plugin like being able to choose from any of their 10 last posts when they comment or other features like dofollow links and more.
16
 
17
+ The plugin requires WP or WP MS version of at least 3.0 and will work with administrators and logged on users provided they have their homepage url set in their profile page in the dashboard of the site.
18
 
19
+ You can get a free companion plugin at http://www.commentluv.com
20
 
21
+ [youtube http://www.youtube.com/watch?v=7wod9ZtiHaU]
22
 
23
+ Many thanks to the following who provided translations
 
 
24
 
25
  Italian [Gianni Diuno](http://gidibao.net/ "Italian translation")
26
+ Polish [Mariusz Kolacz](http://techformator.pl/ "Polish translation")
27
+ Lithuanian [Mantas Malcius](http://mantas.malcius.lt/ "Lithuanian translation")
28
+ Georgian [Kasia Ciszewski](http://www.findmyhosting.com/ "Lithuanian translation")
29
+ Dutch [Rene](http://wpwebshop.com/ "Dutch translation")
30
+ Portuguese (BR) [Diego Uczak](http://www.korvo.com.br/ "Portuguese Translation")
31
+ Malaysian [Ariff](http://ariffshah.com/ "Malaysian Translation")
32
+ Hindi [Outshine Solutions](http://outshinesolutions.com/ "Hindi Translation")
33
 
34
  == Installation ==
35
 
36
+ Wordpress : Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page or visit the plugins page in your dashboard, click 'add new' and search for 'commentluv'
 
 
37
 
38
  If you're upgrading from an older version, please use the 'reset to default settings' button.
39
 
43
 
44
  No. The link and associated data is saved to the comment meta table
45
 
 
 
 
 
46
  = I am having a problem getting it to work =
47
 
48
+ Please see the videos in the settings page for explanations of how they work.
49
 
50
  == Screenshots ==
51
 
59
 
60
  == ChangeLog ==
61
 
62
+ = 2.90.1 =
63
+ * whole new version rewritten from scratch that makes it standalone.
64
+
65
  = 2.81.8 =
66
  * settings page notification block
67
 
192
 
193
  * [name] -> replaced with comment author name
194
 
 
 
195
  * [lastpost] -> replaced with the titled link.
196
 
 
 
197
  * CommentLuv on by default -> check this box to enable CommentLuv by default
198
 
199
+ * Show info panel -> Shows the heart icon next to links so users can find out more about the comment author
200
 
201
  * Use template insert to show badge and checkbox -> check this box if you want to place the badge and pull down box in a particular place on your page by using the template code.
202
 
203
+ * display badge -> choose from 3 different badges, choose no badge or use your own or specified text
 
 
204
 
205
  Technical Settings:
206
 
screenshot-1.png CHANGED
Binary file
screenshot-2.png CHANGED
Binary file
screenshot-3.png CHANGED
Binary file
screenshot-4.png CHANGED
Binary file
videos/appearancesettings.php ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ ?>
3
+ <object width="560" height="349">
4
+ <param name="movie" value="http://ql2.me/1/start/here/youtube/video/"></param>
5
+ <param name="allowFullScreen" value="true"></param>
6
+ <param name="allowscriptaccess" value="always"></param>
7
+ <object width="560" height="349">
8
+ <param name="movie" value="http://ql2.me/1/appearance/settings/youtube/video/"></param>
9
+ <param name="allowFullScreen" value="true"></param>
10
+ <param name="allowscriptaccess" value="always"></param><embed src="http://ql2.me/1/appearance/settings/youtube/video/" width="560" height="349" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"></embed></object>
videos/messagessettings.php ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ ?>
3
+ <object width="560" height="349">
4
+ <param name="movie" value="http://ql2.me/1/start/here/youtube/video/"></param>
5
+ <param name="allowFullScreen" value="true"></param>
6
+ <param name="allowscriptaccess" value="always"></param>
7
+ <object width="560" height="349">
8
+ <param name="movie" value="http://ql2.me/1/messages/settings/youtube/video/"></param>
9
+ <param name="allowFullScreen" value="true"></param>
10
+ <param name="allowscriptaccess" value="always"></param><embed src="http://ql2.me/1/messages/settings/youtube/video/" width="560" height="349" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"></embed></object>
videos/operationalsettings.php ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ ?>
3
+ <object width="560" height="349">
4
+ <param name="movie" value="http://ql2.me/1/start/here/youtube/video/"></param>
5
+ <param name="allowFullScreen" value="true"></param>
6
+ <param name="allowscriptaccess" value="always"></param>
7
+ <object width="560" height="349">
8
+ <param name="movie" value="http://ql2.me/1/operational/settings/youtube/video/"></param>
9
+ <param name="allowFullScreen" value="true"></param>
10
+ <param name="allowscriptaccess" value="always"></param><embed src="http://ql2.me/1/operational/settings/youtube/video/" width="560" height="349" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"></embed></object>
videos/primarysettings.php ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ ?>
3
+ <object width="560" height="349">
4
+ <param name="movie" value="http://ql2.me/1/start/here/youtube/video/"></param>
5
+ <param name="allowFullScreen" value="true"></param>
6
+ <param name="allowscriptaccess" value="always"></param>
7
+ <object width="560" height="349">
8
+ <param name="movie" value="http://ql2.me/1/primary/settings/youtube/video/"></param>
9
+ <param name="allowFullScreen" value="true"></param>
10
+ <param name="allowscriptaccess" value="always"></param><embed src="http://ql2.me/1/primary/settings/youtube/video/" width="560" height="349" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"></embed></object>
videos/starthere.php ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <?php
2
+ ?>
3
+ <object width="560" height="349">
4
+ <param name="movie" value="http://ql2.me/1/start/here/youtube/video/"></param>
5
+ <param name="allowFullScreen" value="true"></param>
6
+ <param name="allowscriptaccess" value="always"></param>
7
+ <embed src="http://ql2.me/1/start/here/youtube/video/" width="560" height="349" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"></embed></object>
videos/technicalsettings.php ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ ?>
3
+ <object width="560" height="349">
4
+ <param name="movie" value="http://ql2.me/1/start/here/youtube/video/"></param>
5
+ <param name="allowFullScreen" value="true"></param>
6
+ <param name="allowscriptaccess" value="always"></param>
7
+ <object width="560" height="349">
8
+ <param name="movie" value="http://ql2.me/1/technical/settings/youtube/video/"></param>
9
+ <param name="allowFullScreen" value="true"></param>
10
+ <param name="allowscriptaccess" value="always"></param><embed src="http://ql2.me/1/technical/settings/youtube/video/" width="560" height="349" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"></embed></object>