Clicky by Yoast - Version 1.0.5

Version Description

  • Minor copy changes.
  • Added comment tracking through Clicky's Incoming API. Comments are tracked as a "click", but you can also set it as a goal, to learn how and for more details read this post: Comment Tracking in Clicky.
Download this release

Release Info

Developer joostdevalk
Plugin Icon 128x128 Clicky by Yoast
Version 1.0.5
Comparing to
See all releases

Code changes from version 1.0.4 to 1.0.5

clicky.php CHANGED
@@ -1,14 +1,14 @@
1
  <?php
2
  /*
3
  Plugin Name: Clicky for WordPress
4
- Version: 1.0.4
5
  Plugin URI: http://getclicky.com/goodies/#wordpress
6
  Description: Integrates Clicky on your blog!
7
  Author: Joost de Valk
8
  Author URI: http://yoast.com/
9
  */
10
 
11
- load_plugin_textdomain('clicky');
12
 
13
  if ( ! class_exists( 'Clicky_Admin' ) ) {
14
 
@@ -34,7 +34,7 @@ if ( ! class_exists( 'Clicky_Admin' ) ) {
34
  if ( (!$options['site_id'] || empty($options['site_id']) || !$options['site_key'] || empty($options['site_key']) || !$options['admin_site_key'] || empty($options['admin_site_key'])) && !$_POST ) {
35
  function clicky_warning() {
36
  echo "<div id='clickywarning' class='updated fade'><p><strong>";
37
- _e('Clicky is almost ready', 'clicky');
38
  echo "</strong>";
39
  printf (__('You must %1$s enter your Clicky Site ID, Site Key and Admin Site Key%2$s for it to work.', 'clicky'), "<a href='options-general.php?page=clicky'>", "</a>");
40
  echo "</p></div>";
@@ -42,7 +42,7 @@ if ( ! class_exists( 'Clicky_Admin' ) ) {
42
  }
43
  add_action('admin_notices', 'clicky_warning');
44
  return;
45
- }
46
  }
47
 
48
  function clicky_meta_box() {
@@ -175,7 +175,7 @@ if ( ! class_exists( 'Clicky_Admin' ) ) {
175
  <?php
176
  wp_nonce_field('clicky-config');
177
 
178
- $content = '<p style="text-align:left; margin: 0 10px; font-size: 13px; line-height: 150%;">'.sprintf(__("Go to your %1$suser homepage on Clicky%2$s and click 'Preferences' under the name of the domain, you will find the Site ID, Site Key and Admin Site Key under Site information."),'<a href="http://getclicky.com/user/">','</a>').'</p>';
179
 
180
  $rows = array ();
181
  $rows[] = array(
@@ -202,7 +202,7 @@ if ( ! class_exists( 'Clicky_Admin' ) ) {
202
  $content .= ' '.$this->form_table($rows);
203
  $this->postbox('clicky_settings',__('Clicky Settings', 'clicky'), $content);
204
 
205
- $content = '<p style="text-align:left; margin: 0 10px; font-size: 13px; line-height: 150%;">'.sprintf(__('This plugin allows you to automatically create short URLs through the %1$sClicky.me service%2$s'),'<a href="http://clicky.me">','</a>,').' '.__('and tweet your post immediately when you publish it. To do that, this plugin will need your Twitter username and pass.', 'clicky').'</p>';
206
 
207
  $rows = array();
208
  $rows[] = array(
@@ -399,7 +399,7 @@ function clicky_script() {
399
  if (is_singular()) {
400
  global $post;
401
  $clicky_goal = get_post_meta($post->ID,'_clicky_goal',true);
402
- if (isset($clicky_goal)) {
403
  echo '<script type="text/javascript">';
404
  echo 'var clicky_goal = { id: "'.trim($clicky_goal['id']).'"';
405
  if (isset($clicky_goal['value']) && !empty($clicky_goal['value']))
@@ -419,4 +419,92 @@ function clicky_script() {
419
  }
420
  add_action('wp_footer','clicky_script',90);
421
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
422
  ?>
1
  <?php
2
  /*
3
  Plugin Name: Clicky for WordPress
4
+ Version: 1.0.5
5
  Plugin URI: http://getclicky.com/goodies/#wordpress
6
  Description: Integrates Clicky on your blog!
7
  Author: Joost de Valk
8
  Author URI: http://yoast.com/
9
  */
10
 
11
+ load_plugin_textdomain('clicky','','/clicky/lang/');
12
 
13
  if ( ! class_exists( 'Clicky_Admin' ) ) {
14
 
34
  if ( (!$options['site_id'] || empty($options['site_id']) || !$options['site_key'] || empty($options['site_key']) || !$options['admin_site_key'] || empty($options['admin_site_key'])) && !$_POST ) {
35
  function clicky_warning() {
36
  echo "<div id='clickywarning' class='updated fade'><p><strong>";
37
+ _e('Clicky is almost ready. ', 'clicky');
38
  echo "</strong>";
39
  printf (__('You must %1$s enter your Clicky Site ID, Site Key and Admin Site Key%2$s for it to work.', 'clicky'), "<a href='options-general.php?page=clicky'>", "</a>");
40
  echo "</p></div>";
42
  }
43
  add_action('admin_notices', 'clicky_warning');
44
  return;
45
+ }
46
  }
47
 
48
  function clicky_meta_box() {
175
  <?php
176
  wp_nonce_field('clicky-config');
177
 
178
+ $content = '<p style="text-align:left; margin: 0 10px; font-size: 13px; line-height: 150%;">'.sprintf(__('Go to your %1$suser homepage on Clicky%2$s and click &quot;Preferences&quot; under the name of the domain, you will find the Site ID, Site Key, Admin Site Key and Database Server under Site information.', 'clicky'),'<a href="http://getclicky.com/user/">','</a>').'</p>';
179
 
180
  $rows = array ();
181
  $rows[] = array(
202
  $content .= ' '.$this->form_table($rows);
203
  $this->postbox('clicky_settings',__('Clicky Settings', 'clicky'), $content);
204
 
205
+ $content = '<p style="text-align:left; margin: 0 10px; font-size: 13px; line-height: 150%;">'.sprintf(__('This plugin allows you to automatically create short URLs through the %1$sClicky.me service%2$s', 'clicky'),'<a href="http://clicky.me">','</a>,').' '.__('and tweet your post immediately when you publish it. To do that, this plugin will need your Twitter username and pass.', 'clicky').'</p>';
206
 
207
  $rows = array();
208
  $rows[] = array(
399
  if (is_singular()) {
400
  global $post;
401
  $clicky_goal = get_post_meta($post->ID,'_clicky_goal',true);
402
+ if (is_array($clicky_goal) && !empty($clicky_goal['id'])) {
403
  echo '<script type="text/javascript">';
404
  echo 'var clicky_goal = { id: "'.trim($clicky_goal['id']).'"';
405
  if (isset($clicky_goal['value']) && !empty($clicky_goal['value']))
419
  }
420
  add_action('wp_footer','clicky_script',90);
421
 
422
+ function clicky_log( $a ) {
423
+ $options = get_option('clicky');
424
+
425
+ if (!isset($options['site_id']) || empty($options['site_id']) || !isset($options['admin_site_key']) || empty($options['admin_site_key']))
426
+ return;
427
+
428
+ $type = $a['type'];
429
+ if( !in_array( $type, array( "pageview", "download", "outbound", "click", "custom", "goal" )))
430
+ $type = "pageview";
431
+
432
+ $file = "http://static.getclicky.com/in.php?site_id=".$options['site_id']."&sitekey_admin=".$options['admin_site_key']."&type=".$type;
433
+
434
+ # referrer and user agent - will only be logged if this is the very first action of this session
435
+ if( $a['ref'] )
436
+ $file .= "&ref=".urlencode( $a['ref'] );
437
+
438
+ if( $a['ua'] )
439
+ $file .= "&ua=". urlencode( $a['ua'] );
440
+
441
+ # we need either a session_id or an ip_address...
442
+ if( is_numeric( $a['session_id'] )) {
443
+ $file .= "&session_id=".$a['session_id'];
444
+ } else {
445
+ if( !$a['ip_address'] )
446
+ $a['ip_address'] = $_SERVER['REMOTE_ADDR']; # automatically grab IP that PHP gives us.
447
+ if( !preg_match( "#^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$#", $a['ip_address'] ))
448
+ return false;
449
+ $file .= "&ip_address=".$a['ip_address'];
450
+ }
451
+
452
+ # goals can come in as integer or array, for convenience
453
+ if( $a['goal'] ) {
454
+ if( is_numeric( $a['goal'] )) {
455
+ $file .= "&goal[id]=".$a['goal'];
456
+ } else {
457
+ if( !is_numeric( $a['goal']['id'] ))
458
+ return false;
459
+ foreach( $a['goal'] as $key => $value )
460
+ $file .= "&goal[".urlencode( $key )."]=".urlencode( $value );
461
+ }
462
+ }
463
+
464
+ # custom data, must come in as array of key=>values
465
+ foreach( $a['custom'] as $key => $value )
466
+ $file .= "&custom[".urlencode( $key )."]=".urlencode( $value );
467
+
468
+ if( $type == "goal" || $type == "custom" ) {
469
+ # dont do anything, data has already been cat'd
470
+ } else {
471
+ if( $type == "outbound" ) {
472
+ if( !preg_match( "#^(https?|telnet|ftp)#", $a['href'] ))
473
+ return false;
474
+ } else {
475
+ # all other action types must start with either a / or a #
476
+ if( !preg_match( "#^(/|\#)#", $a['href'] ))
477
+ $a['href'] = "/" . $a['href'];
478
+ }
479
+ $file .= "&href=".urlencode( $a['href'] );
480
+ if( $a['title'] )
481
+ $file .= "&title=".urlencode( $a['title'] );
482
+ }
483
+ return wp_remote_get( $file ) ? true:false;
484
+ }
485
+
486
+ function clicky_track_comment($commentID, $comment_status) {
487
+ // Make sure to only track the comment if it's not spam (but do it for moderated comments).
488
+ if ($comment_status != 'spam') {
489
+ $comment = get_comment($commentID);
490
+ // Only do this for normal comments, not for pingbacks or trackbacks
491
+ if ($comment->comment_type != 'pingback' && $comment->comment_type != 'trackback') {
492
+ clicky_log(
493
+ array(
494
+ "type" => "click",
495
+ "href" => "/wp-comments-post.php",
496
+ "title" => __("Posted a comment",'clicky'),
497
+ "ua" => $comment->comment_agent,
498
+ "ip_address" => $comment->comment_author_IP,
499
+ "custom" => array(
500
+ "username" => $comment->comment_author,
501
+ "email" => $comment->comment_author_email,
502
+ )
503
+ )
504
+ );
505
+ }
506
+ }
507
+ }
508
+ add_action('comment_post','clicky_track_comment',10,2);
509
+
510
  ?>
lang/clicky-fr_FR.mo ADDED
Binary file
lang/clicky-fr_FR.po ADDED
@@ -0,0 +1,232 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Clicky WordPress Plugin 1.0.4\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/clicky\n"
5
+ "POT-Creation-Date: 2009-11-03 10:13+0000\n"
6
+ "PO-Revision-Date: 2009-11-05 11:23-0000\n"
7
+ "Last-Translator: Léo Ludwig <blog@referenceurfreelance.com>\n"
8
+ "Language-Team: Léo Ludwig <blog@referenceurfreelance.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: Français\n"
13
+ "X-Poedit-Country: FRANCE\n"
14
+
15
+ #: clicky.php:37
16
+ msgid "Clicky is almost ready. "
17
+ msgstr "Clicky est presque prêt. "
18
+
19
+ #: clicky.php:39
20
+ #, php-format
21
+ msgid "You must %1$s enter your Clicky Site ID, Site Key and Admin Site Key%2$s for it to work."
22
+ msgstr "Veuillez saisir votre %1$s Site ID, Site Key and Admin Site Key%2$s pour compléter l'installation."
23
+
24
+ #: clicky.php:60
25
+ #: clicky.php:68
26
+ msgid "Twitter"
27
+ msgstr "Twitter"
28
+
29
+ #: clicky.php:62
30
+ msgid "The Clicky.me short URL for this post is"
31
+ msgstr "L'URL raccourcie Clicky.me pour ce billet est "
32
+
33
+ #: clicky.php:64
34
+ msgid "Tweet this post"
35
+ msgstr "Twittez ce billet"
36
+
37
+ #: clicky.php:70
38
+ msgid "This post is not published yet, a short URL will be created for it once the post is published. Do you want it to be tweeted automatically too?"
39
+ msgstr "Ce billet n'est pas encore publié, une URL raccourcie sera créé après sa publication. Souhaitez-vous également qu'il soit Twitté automatiquement ?"
40
+
41
+ #: clicky.php:72
42
+ msgid "Tweet post on publish"
43
+ msgstr "Twitter ce billet lors de sa publication"
44
+
45
+ #: clicky.php:77
46
+ msgid "Goal Tracking"
47
+ msgstr "Suivi d'Objectif / Goal Tracking"
48
+
49
+ #: clicky.php:79
50
+ #, php-format
51
+ msgid "Clicky can track Goals for you too, %1$sread the documentation here%2$s. To be able to track a goal on this post, you need to specify the goal ID here. Optionally, you can also provide the goal revenue."
52
+ msgstr "Clicky peut suivre des objectifs (goals) pour vous, %1$slire la documentation ici%2$s. Pour pouvoir suivre les objectifs sur ce billet, veuillez préciser l'ID de cet objectif (Goal ID) ici. Vous pouvez aussi renseigner la valeur de l'objectif (Goal Revenue)."
53
+
54
+ #: clicky.php:82
55
+ msgid "Goal ID"
56
+ msgstr "ID de l'Objectif / Goal ID"
57
+
58
+ #: clicky.php:83
59
+ msgid "Goal Revenue"
60
+ msgstr "Valeur de l'Objectif / Goal Revenue"
61
+
62
+ #: clicky.php:123
63
+ msgid "Stats"
64
+ msgstr "Statistiques"
65
+
66
+ #: clicky.php:138
67
+ msgid "You cannot edit the Clicky settings."
68
+ msgstr "Vous ne pouvez pas éditer les paramètres de Clicky."
69
+
70
+ #: clicky.php:157
71
+ msgid "Clicky settings have been updated."
72
+ msgstr "Les paramètres de Clicky ont été mis à jour."
73
+
74
+ #: clicky.php:170
75
+ msgid "Configuration"
76
+ msgstr "Configuration"
77
+
78
+ #: clicky.php:183
79
+ msgid "Site ID"
80
+ msgstr "ID du Site / Site ID"
81
+
82
+ #: clicky.php:184
83
+ #, php-format
84
+ msgid "Go to your %1$suser homepage on Clicky%2$s and click &quot;Preferences&quot; under the name of the domain, you will find the Site ID, Site Key and Admin Site Key under Site information."
85
+ msgstr "Rendez-vous sur %1$svotre profil utilisateur Clicky%2$s et cliquez sur &quot;Preferences&quot; sous l'adresse de votre site. C'est là que vous trouverez les informations relatives au Site ID, Site Key and Admin Site Key."
86
+
87
+ #: clicky.php:190
88
+ msgid "Site Key"
89
+ msgstr "Clé du Site / Site Key"
90
+
91
+ #: clicky.php:197
92
+ msgid "Admin Site Key"
93
+ msgstr "Clé Admin du Site / Admin Site Key"
94
+
95
+ #: clicky.php:203
96
+ msgid "Clicky Settings"
97
+ msgstr "Paramètres Clicky"
98
+
99
+ #: clicky.php:205
100
+ #, php-format
101
+ msgid "This plugin allows you to automatically create short URLs through the %1$sClicky.me service%2$s"
102
+ msgstr "Ce plug-in permet de créer automatiquement des URL raccourcies grâce au %1$sservice Clicky.me%2$s"
103
+
104
+ #: clicky.php:205
105
+ msgid "and tweet your post immediately when you publish it. To do that, this plugin will need your Twitter username and pass."
106
+ msgstr "et tweet votre billet immédiatement après sa publication. Mais pour cela, il a besoin des détails de connexion de votre compte Twitter."
107
+
108
+ #: clicky.php:210
109
+ msgid "Ignore Admin users"
110
+ msgstr "Ignorer les Administrateurs"
111
+
112
+ #: clicky.php:211
113
+ msgid "If you are using a caching plugin, such as WP-Supercache, please ensure that you have it configured to NOT use the cache for logged in users. Otherwise, admin users <em>will still</em> be tracked."
114
+ msgstr "Si vous utilisez un plug-in de cache, par exemple WP-Supercache, veuillez vous assurer qu'il soit configuré pour NE PAS utiliser le cache pour les utilisateurs connectés. Sinon, les administrateurs <em>seront comptabilisés</em> dans les statistiques."
115
+
116
+ #: clicky.php:217
117
+ msgid "Track names of commenters"
118
+ msgstr "Suivre les noms des commentateurs"
119
+
120
+ #: clicky.php:222
121
+ msgid "Advanced Settings"
122
+ msgstr "Paramètres Avancés"
123
+
124
+ #: clicky.php:227
125
+ msgid "Allow Clicky.me integration"
126
+ msgstr "Activer l'intégration avec Clicky.me"
127
+
128
+ #: clicky.php:234
129
+ msgid "Auto Tweet"
130
+ msgstr "Tweet Automatique"
131
+
132
+ #: clicky.php:235
133
+ msgid "No need to check the box on each post, by checking this box, each post get's tweeted automatically."
134
+ msgstr "Il n'est pas nécessaire de cocher la case sur tous les billets, en cochant celle-ci, chaque billet sera automatiquement twitté."
135
+
136
+ #: clicky.php:241
137
+ msgid "Twitter username"
138
+ msgstr "Twitter : nom du compte"
139
+
140
+ #: clicky.php:248
141
+ msgid "Twitter password"
142
+ msgstr "Twitter : mot de passe"
143
+
144
+ #: clicky.php:255
145
+ msgid "Prefix for Tweets"
146
+ msgstr "Faire précéder mes Tweets de "
147
+
148
+ #: clicky.php:256
149
+ msgid "This text will be put in front of Tweets that are published when a blog post is published"
150
+ msgstr "Ce texte précédera les Tweets envoyés lorsque votre billet sera publié"
151
+
152
+ #: clicky.php:260
153
+ msgid "Clicky.me &amp; Twitter Integration"
154
+ msgstr "Integration Clicky.me &amp; Twitter"
155
+
156
+ #: clicky.php:265
157
+ msgid "Update Clicky Settings"
158
+ msgstr "Enregistrer les paramètres Clicky"
159
+
160
+ #: clicky.php:373
161
+ msgid "Clicky tracking not shown because you're an administrator and you've configured Clicky to ignore administrators."
162
+ msgstr "Le code de suivi Clicky n'apparaît pas parce que vous êtes un administrateur et que vous avez configuré Clicky pour qu'il n'enregistre pas les visites des administrateurs"
163
+
164
+ #: yst_plugin_tools.php:64
165
+ msgid "Settings"
166
+ msgstr "Paramètres"
167
+
168
+ #: yst_plugin_tools.php:138
169
+ msgid "Why not do any or all of the following:"
170
+ msgstr "Choisissez de faire une ou toutes des actions suivantes :"
171
+
172
+ #: yst_plugin_tools.php:140
173
+ msgid "Link to it so other folks can find out about it."
174
+ msgstr "Créer un lien pour informer vos visiteurs."
175
+
176
+ #: yst_plugin_tools.php:141
177
+ msgid "Give it a good rating on WordPress.org."
178
+ msgstr "Donner une bonne note sur WordPress.org."
179
+
180
+ #: yst_plugin_tools.php:142
181
+ msgid "Donate a token of your appreciation."
182
+ msgstr "Montrer un signe de votre appréciation."
183
+
184
+ #: yst_plugin_tools.php:144
185
+ msgid "Like this plugin?"
186
+ msgstr "Vous aimez ce plug-in ?"
187
+
188
+ #: yst_plugin_tools.php:151
189
+ msgid "If you have any problems with this plugin or good ideas for improvements or new features, please talk about them in the"
190
+ msgstr "Si vous avez le moindre problème avec ce plug-in, ou si vous avez des idées d'améliorations ou de nouvelles fonctionnalités, faites-nous en part sur le "
191
+
192
+ #: yst_plugin_tools.php:151
193
+ msgid "Support forums"
194
+ msgstr "Forum de Support"
195
+
196
+ #: yst_plugin_tools.php:152
197
+ msgid "Need support?"
198
+ msgstr "Vous avez besoin de d'aide ?"
199
+
200
+ #: yst_plugin_tools.php:168
201
+ msgid "Subscribe"
202
+ msgstr "Vous abonnez"
203
+
204
+ #: yst_plugin_tools.php:169
205
+ #: yst_plugin_tools.php:171
206
+ msgid "Latest news from Clicky"
207
+ msgstr "Les dernières nouvelles de Clicky"
208
+
209
+ #: yst_plugin_tools.php:171
210
+ msgid "Nothing to say..."
211
+ msgstr "Rien à dire..."
212
+
213
+ #. Plugin Name of an extension
214
+ msgid "Clicky for WordPress"
215
+ msgstr "Clicky pour WordPress"
216
+
217
+ #. Plugin URI of an extension
218
+ msgid "http://getclicky.com/goodies/#wordpress"
219
+ msgstr "http://getclicky.com/goodies/#wordpress"
220
+
221
+ #. Description of an extension
222
+ msgid "Integrates Clicky on your blog!"
223
+ msgstr "Intégrer Clicky à votre blog !"
224
+
225
+ #. Author of an extension
226
+ msgid "Joost de Valk"
227
+ msgstr "Joost de Valk"
228
+
229
+ #. Author URI of an extension
230
+ msgid "http://yoast.com/"
231
+ msgstr "http://yoast.com/"
232
+
lang/clicky-nl_NL.mo ADDED
Binary file
nl_NL.po → lang/clicky-nl_NL.po RENAMED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Clicky WordPress Plugin 1.0.3\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/clicky\n"
5
- "POT-Creation-Date: 2009-11-03 10:13+0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Joost de Valk <joost@yoast.com>\n"
8
  "Language-Team: Joost de Valk <joost@yoast.com>\n"
@@ -13,149 +13,171 @@ msgstr ""
13
  "X-Poedit-Country: NETHERLANDS\n"
14
 
15
  #: clicky.php:37
16
- msgid "Clicky is almost ready"
17
- msgstr "Clicky is bijna klaar"
18
 
19
  #: clicky.php:39
20
  #, php-format
21
  msgid "You must %1$s enter your Clicky Site ID, Site Key and Admin Site Key%2$s for it to work."
22
  msgstr "Je moet %1$s je Clicky Site ID, Site Key en Admin Site Key invullen%2$s voor het werkt."
23
 
24
- #: clicky.php:60
25
- #: clicky.php:68
 
 
 
 
 
 
 
 
 
26
  msgid "Twitter"
27
  msgstr "Twitter"
28
 
29
- #: clicky.php:62
30
  msgid "The Clicky.me short URL for this post is"
31
  msgstr "De Clicky.me short URL voor deze post is"
32
 
33
- #: clicky.php:64
34
  msgid "Tweet this post"
35
  msgstr "Tweet deze post"
36
 
37
- #: clicky.php:70
38
  msgid "This post is not published yet, a short URL will be created for it once the post is published. Do you want it to be tweeted automatically too?"
39
  msgstr "Deze post is nog niet gepubliceerd, zodra hij gepubliceerd is wordt er een short URL gemaakt. Wil je dat de post ook automatisch getweet wordt?"
40
 
41
- #: clicky.php:72
42
  msgid "Tweet post on publish"
43
  msgstr "Tweet deze post na publicatie"
44
 
45
- #: clicky.php:77
46
  msgid "Goal Tracking"
47
  msgstr "Doel tracking"
48
 
49
- #: clicky.php:79
50
  #, php-format
51
  msgid "Clicky can track Goals for you too, %1$sread the documentation here%2$s. To be able to track a goal on this post, you need to specify the goal ID here. Optionally, you can also provide the goal revenue."
52
  msgstr "Clicky kan ook Doelen voor je tracken, %1$slees de documentatie hier%2$s. Om in deze post Doelen te kunnen tracken moet je hier een Doel ID specificeren. Eventueel kun je ook de doel waarde opgeven."
53
 
54
- #: clicky.php:82
55
  msgid "Goal ID"
56
  msgstr "Doel ID"
57
 
58
- #: clicky.php:83
59
  msgid "Goal Revenue"
60
  msgstr "Doel Opbrengst"
61
 
62
- #: clicky.php:123
63
  msgid "Stats"
64
  msgstr "Stats"
65
 
66
- #: clicky.php:138
67
  msgid "You cannot edit the Clicky settings."
68
  msgstr "Je kunt de Clicky instellingen niet editen."
69
 
70
- #: clicky.php:157
71
  msgid "Clicky settings have been updated."
72
  msgstr "De instellingen van Clicky zijn ge&uuml;pdatet."
73
 
74
- #: clicky.php:170
75
  msgid "Configuration"
76
  msgstr "Configuratie"
77
 
78
- #: clicky.php:183
 
 
 
 
 
79
  msgid "Site ID"
80
  msgstr "Site ID"
81
 
82
- #: clicky.php:190
83
  msgid "Site Key"
84
  msgstr "Site Key"
85
 
86
- #: clicky.php:197
87
  msgid "Admin Site Key"
88
  msgstr "Admin Site Key"
89
 
90
- #: clicky.php:203
 
 
 
 
91
  msgid "Clicky Settings"
92
  msgstr "Clicky Instellingen"
93
 
94
- #: clicky.php:205
95
  #, php-format
96
  msgid "This plugin allows you to automatically create short URLs through the %1$sClicky.me service%2$s"
97
  msgstr "Deze plugin staat je toe om automatisch Short URL's te cre&euml;ren door de %1$sClicky.me service%2$s"
98
 
99
- #: clicky.php:205
100
  msgid "and tweet your post immediately when you publish it. To do that, this plugin will need your Twitter username and pass."
101
  msgstr "en tweet je post onmiddellijk na het publiceren. Om dat te doen heeft deze plugin je Twitter gebruikersnaam en wachtwoord nodig."
102
 
103
- #: clicky.php:210
104
  msgid "Ignore Admin users"
105
  msgstr "Negeer Site beheerders"
106
 
107
- #: clicky.php:211
108
  msgid "If you are using a caching plugin, such as WP-Supercache, please ensure that you have it configured to NOT use the cache for logged in users. Otherwise, admin users <em>will still</em> be tracked."
109
  msgstr "Als je een caching plugin gebruikt, zoals WP-Supercache, verifieer dan aub of deze geconfigureerd is om pagina's NIET te cachen for gebruikers die ingelogd zijn. Anders worden beheerders nog steeds getracked."
110
 
111
- #: clicky.php:217
112
  msgid "Track names of commenters"
113
  msgstr "Track namen van commenters"
114
 
115
- #: clicky.php:222
116
  msgid "Advanced Settings"
117
  msgstr "Geavanceerde Instellingen"
118
 
119
- #: clicky.php:227
120
  msgid "Allow Clicky.me integration"
121
  msgstr "Integreer Clicky.me"
122
 
123
- #: clicky.php:234
124
  msgid "Auto Tweet"
125
  msgstr "Automatisch Tweeten"
126
 
127
- #: clicky.php:235
128
  msgid "No need to check the box on each post, by checking this box, each post get's tweeted automatically."
129
  msgstr "Het is niet meer nodig om bij elke post de checkbox aan te vinken. Als je deze box aan vinkt wordt iedere post automatisch getweet."
130
 
131
- #: clicky.php:241
132
  msgid "Twitter username"
133
  msgstr "Twitter gebruikersnaam"
134
 
135
- #: clicky.php:248
136
  msgid "Twitter password"
137
  msgstr "Twitter wachtwoord"
138
 
139
- #: clicky.php:255
140
  msgid "Prefix for Tweets"
141
  msgstr "Voorvoegsel voor Tweets"
142
 
143
- #: clicky.php:256
144
  msgid "This text will be put in front of Tweets that are published when a blog post is published"
145
  msgstr "Deze tekst wordt voor Tweets geplaatst die worden gepubliceerd als u een nieuwe blog post publiceert"
146
 
147
- #: clicky.php:260
148
  msgid "Clicky.me &amp; Twitter Integration"
149
  msgstr "Clicky.me &amp; Twitter Integratie"
150
 
151
- #: clicky.php:265
152
  msgid "Update Clicky Settings"
153
  msgstr "Update Clicky Instellingen"
154
 
155
- #: clicky.php:373
156
  msgid "Clicky tracking not shown because you're an administrator and you've configured Clicky to ignore administrators."
157
  msgstr "Clicky tracking niet getoond omdat je een beheerder bent en je Clicky ingesteld hebt om beheerders niet te tracken."
158
 
 
 
 
 
159
  #: yst_plugin_tools.php:64
160
  msgid "Settings"
161
  msgstr "Instellingen"
2
  msgstr ""
3
  "Project-Id-Version: Clicky WordPress Plugin 1.0.3\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/clicky\n"
5
+ "POT-Creation-Date: 2009-11-14 21:50+0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Joost de Valk <joost@yoast.com>\n"
8
  "Language-Team: Joost de Valk <joost@yoast.com>\n"
13
  "X-Poedit-Country: NETHERLANDS\n"
14
 
15
  #: clicky.php:37
16
+ msgid "Clicky is almost ready. "
17
+ msgstr "Clicky is bijna klaar."
18
 
19
  #: clicky.php:39
20
  #, php-format
21
  msgid "You must %1$s enter your Clicky Site ID, Site Key and Admin Site Key%2$s for it to work."
22
  msgstr "Je moet %1$s je Clicky Site ID, Site Key en Admin Site Key invullen%2$s voor het werkt."
23
 
24
+ #: clicky.php:48
25
+ msgid "Clicky needs a bit more info. "
26
+ msgstr "Clicky heeft nog een beetje info nodig."
27
+
28
+ #: clicky.php:50
29
+ #, php-format
30
+ msgid "You must %1$s enter your Clicky Database server%2$s for this plugin to be able to track comments."
31
+ msgstr "Je moet %1$s je Clicky Database Server invullen%2$s voor de plugin comments als actie kan tracken."
32
+
33
+ #: clicky.php:71
34
+ #: clicky.php:79
35
  msgid "Twitter"
36
  msgstr "Twitter"
37
 
38
+ #: clicky.php:73
39
  msgid "The Clicky.me short URL for this post is"
40
  msgstr "De Clicky.me short URL voor deze post is"
41
 
42
+ #: clicky.php:75
43
  msgid "Tweet this post"
44
  msgstr "Tweet deze post"
45
 
46
+ #: clicky.php:81
47
  msgid "This post is not published yet, a short URL will be created for it once the post is published. Do you want it to be tweeted automatically too?"
48
  msgstr "Deze post is nog niet gepubliceerd, zodra hij gepubliceerd is wordt er een short URL gemaakt. Wil je dat de post ook automatisch getweet wordt?"
49
 
50
+ #: clicky.php:83
51
  msgid "Tweet post on publish"
52
  msgstr "Tweet deze post na publicatie"
53
 
54
+ #: clicky.php:88
55
  msgid "Goal Tracking"
56
  msgstr "Doel tracking"
57
 
58
+ #: clicky.php:90
59
  #, php-format
60
  msgid "Clicky can track Goals for you too, %1$sread the documentation here%2$s. To be able to track a goal on this post, you need to specify the goal ID here. Optionally, you can also provide the goal revenue."
61
  msgstr "Clicky kan ook Doelen voor je tracken, %1$slees de documentatie hier%2$s. Om in deze post Doelen te kunnen tracken moet je hier een Doel ID specificeren. Eventueel kun je ook de doel waarde opgeven."
62
 
63
+ #: clicky.php:93
64
  msgid "Goal ID"
65
  msgstr "Doel ID"
66
 
67
+ #: clicky.php:94
68
  msgid "Goal Revenue"
69
  msgstr "Doel Opbrengst"
70
 
71
+ #: clicky.php:134
72
  msgid "Stats"
73
  msgstr "Stats"
74
 
75
+ #: clicky.php:149
76
  msgid "You cannot edit the Clicky settings."
77
  msgstr "Je kunt de Clicky instellingen niet editen."
78
 
79
+ #: clicky.php:168
80
  msgid "Clicky settings have been updated."
81
  msgstr "De instellingen van Clicky zijn ge&uuml;pdatet."
82
 
83
+ #: clicky.php:181
84
  msgid "Configuration"
85
  msgstr "Configuratie"
86
 
87
+ #: clicky.php:189
88
+ #, php-format
89
+ msgid "Go to your %1$suser homepage on Clicky%2$s and click &quot;Preferences&quot; under the name of the domain, you will find the Site ID, Site Key, Admin Site Key and Database Server under Site information."
90
+ msgstr "Ga naar je %1$suser homepage bij Clicky%2$s en click &quot;Preferences&quot; onder de naam van het domein. Daar vind je je Site ID, Site Key, Admin Site Key en Database Server terug onder Site Informatie."
91
+
92
+ #: clicky.php:194
93
  msgid "Site ID"
94
  msgstr "Site ID"
95
 
96
+ #: clicky.php:201
97
  msgid "Site Key"
98
  msgstr "Site Key"
99
 
100
+ #: clicky.php:208
101
  msgid "Admin Site Key"
102
  msgstr "Admin Site Key"
103
 
104
+ #: clicky.php:215
105
+ msgid "Database Server"
106
+ msgstr "Database Server"
107
+
108
+ #: clicky.php:221
109
  msgid "Clicky Settings"
110
  msgstr "Clicky Instellingen"
111
 
112
+ #: clicky.php:223
113
  #, php-format
114
  msgid "This plugin allows you to automatically create short URLs through the %1$sClicky.me service%2$s"
115
  msgstr "Deze plugin staat je toe om automatisch Short URL's te cre&euml;ren door de %1$sClicky.me service%2$s"
116
 
117
+ #: clicky.php:223
118
  msgid "and tweet your post immediately when you publish it. To do that, this plugin will need your Twitter username and pass."
119
  msgstr "en tweet je post onmiddellijk na het publiceren. Om dat te doen heeft deze plugin je Twitter gebruikersnaam en wachtwoord nodig."
120
 
121
+ #: clicky.php:228
122
  msgid "Ignore Admin users"
123
  msgstr "Negeer Site beheerders"
124
 
125
+ #: clicky.php:229
126
  msgid "If you are using a caching plugin, such as WP-Supercache, please ensure that you have it configured to NOT use the cache for logged in users. Otherwise, admin users <em>will still</em> be tracked."
127
  msgstr "Als je een caching plugin gebruikt, zoals WP-Supercache, verifieer dan aub of deze geconfigureerd is om pagina's NIET te cachen for gebruikers die ingelogd zijn. Anders worden beheerders nog steeds getracked."
128
 
129
+ #: clicky.php:235
130
  msgid "Track names of commenters"
131
  msgstr "Track namen van commenters"
132
 
133
+ #: clicky.php:240
134
  msgid "Advanced Settings"
135
  msgstr "Geavanceerde Instellingen"
136
 
137
+ #: clicky.php:245
138
  msgid "Allow Clicky.me integration"
139
  msgstr "Integreer Clicky.me"
140
 
141
+ #: clicky.php:252
142
  msgid "Auto Tweet"
143
  msgstr "Automatisch Tweeten"
144
 
145
+ #: clicky.php:253
146
  msgid "No need to check the box on each post, by checking this box, each post get's tweeted automatically."
147
  msgstr "Het is niet meer nodig om bij elke post de checkbox aan te vinken. Als je deze box aan vinkt wordt iedere post automatisch getweet."
148
 
149
+ #: clicky.php:259
150
  msgid "Twitter username"
151
  msgstr "Twitter gebruikersnaam"
152
 
153
+ #: clicky.php:266
154
  msgid "Twitter password"
155
  msgstr "Twitter wachtwoord"
156
 
157
+ #: clicky.php:273
158
  msgid "Prefix for Tweets"
159
  msgstr "Voorvoegsel voor Tweets"
160
 
161
+ #: clicky.php:274
162
  msgid "This text will be put in front of Tweets that are published when a blog post is published"
163
  msgstr "Deze tekst wordt voor Tweets geplaatst die worden gepubliceerd als u een nieuwe blog post publiceert"
164
 
165
+ #: clicky.php:278
166
  msgid "Clicky.me &amp; Twitter Integration"
167
  msgstr "Clicky.me &amp; Twitter Integratie"
168
 
169
+ #: clicky.php:283
170
  msgid "Update Clicky Settings"
171
  msgstr "Update Clicky Instellingen"
172
 
173
+ #: clicky.php:392
174
  msgid "Clicky tracking not shown because you're an administrator and you've configured Clicky to ignore administrators."
175
  msgstr "Clicky tracking niet getoond omdat je een beheerder bent en je Clicky ingesteld hebt om beheerders niet te tracken."
176
 
177
+ #: clicky.php:513
178
+ msgid "Posted a comment"
179
+ msgstr "Heeft een reactie geplaatst"
180
+
181
  #: yst_plugin_tools.php:64
182
  msgid "Settings"
183
  msgstr "Instellingen"
clicky.pot → lang/clicky.pot RENAMED
@@ -8,7 +8,7 @@ msgid ""
8
  msgstr ""
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/clicky\n"
11
- "POT-Creation-Date: 2009-11-03 10:13+0000\n"
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "Content-Transfer-Encoding: 8bit\n"
18
 
19
  #: clicky.php:37
20
- msgid "Clicky is almost ready"
21
  msgstr ""
22
 
23
  #: clicky.php:39
@@ -27,33 +27,44 @@ msgid ""
27
  "it to work."
28
  msgstr ""
29
 
30
- #: clicky.php:60 clicky.php:68
 
 
 
 
 
 
 
 
 
 
 
31
  msgid "Twitter"
32
  msgstr ""
33
 
34
- #: clicky.php:62
35
  msgid "The Clicky.me short URL for this post is"
36
  msgstr ""
37
 
38
- #: clicky.php:64
39
  msgid "Tweet this post"
40
  msgstr ""
41
 
42
- #: clicky.php:70
43
  msgid ""
44
  "This post is not published yet, a short URL will be created for it once the "
45
  "post is published. Do you want it to be tweeted automatically too?"
46
  msgstr ""
47
 
48
- #: clicky.php:72
49
  msgid "Tweet post on publish"
50
  msgstr ""
51
 
52
- #: clicky.php:77
53
  msgid "Goal Tracking"
54
  msgstr ""
55
 
56
- #: clicky.php:79
57
  #, php-format
58
  msgid ""
59
  "Clicky can track Goals for you too, %1$sread the documentation here%2$s. To "
@@ -61,124 +72,140 @@ msgid ""
61
  "Optionally, you can also provide the goal revenue."
62
  msgstr ""
63
 
64
- #: clicky.php:82
65
  msgid "Goal ID"
66
  msgstr ""
67
 
68
- #: clicky.php:83
69
  msgid "Goal Revenue"
70
  msgstr ""
71
 
72
- #: clicky.php:123
73
  msgid "Stats"
74
  msgstr ""
75
 
76
- #: clicky.php:138
77
  msgid "You cannot edit the Clicky settings."
78
  msgstr ""
79
 
80
- #: clicky.php:157
81
  msgid "Clicky settings have been updated."
82
  msgstr ""
83
 
84
- #: clicky.php:170
85
  msgid "Configuration"
86
  msgstr ""
87
 
88
- #: clicky.php:183
 
 
 
 
 
 
 
 
89
  msgid "Site ID"
90
  msgstr ""
91
 
92
- #: clicky.php:190
93
  msgid "Site Key"
94
  msgstr ""
95
 
96
- #: clicky.php:197
97
  msgid "Admin Site Key"
98
  msgstr ""
99
 
100
- #: clicky.php:203
 
 
 
 
101
  msgid "Clicky Settings"
102
  msgstr ""
103
 
104
- #: clicky.php:205
105
  #, php-format
106
  msgid ""
107
  "This plugin allows you to automatically create short URLs through the %1"
108
  "$sClicky.me service%2$s"
109
  msgstr ""
110
 
111
- #: clicky.php:205
112
  msgid ""
113
  "and tweet your post immediately when you publish it. To do that, this plugin "
114
  "will need your Twitter username and pass."
115
  msgstr ""
116
 
117
- #: clicky.php:210
118
  msgid "Ignore Admin users"
119
  msgstr ""
120
 
121
- #: clicky.php:211
122
  msgid ""
123
  "If you are using a caching plugin, such as WP-Supercache, please ensure that "
124
  "you have it configured to NOT use the cache for logged in users. Otherwise, "
125
  "admin users <em>will still</em> be tracked."
126
  msgstr ""
127
 
128
- #: clicky.php:217
129
  msgid "Track names of commenters"
130
  msgstr ""
131
 
132
- #: clicky.php:222
133
  msgid "Advanced Settings"
134
  msgstr ""
135
 
136
- #: clicky.php:227
137
  msgid "Allow Clicky.me integration"
138
  msgstr ""
139
 
140
- #: clicky.php:234
141
  msgid "Auto Tweet"
142
  msgstr ""
143
 
144
- #: clicky.php:235
145
  msgid ""
146
  "No need to check the box on each post, by checking this box, each post get's "
147
  "tweeted automatically."
148
  msgstr ""
149
 
150
- #: clicky.php:241
151
  msgid "Twitter username"
152
  msgstr ""
153
 
154
- #: clicky.php:248
155
  msgid "Twitter password"
156
  msgstr ""
157
 
158
- #: clicky.php:255
159
  msgid "Prefix for Tweets"
160
  msgstr ""
161
 
162
- #: clicky.php:256
163
  msgid ""
164
  "This text will be put in front of Tweets that are published when a blog post "
165
  "is published"
166
  msgstr ""
167
 
168
- #: clicky.php:260
169
  msgid "Clicky.me &amp; Twitter Integration"
170
  msgstr ""
171
 
172
- #: clicky.php:265
173
  msgid "Update Clicky Settings"
174
  msgstr ""
175
 
176
- #: clicky.php:373
177
  msgid ""
178
  "Clicky tracking not shown because you're an administrator and you've "
179
  "configured Clicky to ignore administrators."
180
  msgstr ""
181
 
 
 
 
 
182
  #: yst_plugin_tools.php:64
183
  msgid "Settings"
184
  msgstr ""
8
  msgstr ""
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/clicky\n"
11
+ "POT-Creation-Date: 2009-11-14 21:50+0000\n"
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
 
19
  #: clicky.php:37
20
+ msgid "Clicky is almost ready. "
21
  msgstr ""
22
 
23
  #: clicky.php:39
27
  "it to work."
28
  msgstr ""
29
 
30
+ #: clicky.php:48
31
+ msgid "Clicky needs a bit more info. "
32
+ msgstr ""
33
+
34
+ #: clicky.php:50
35
+ #, php-format
36
+ msgid ""
37
+ "You must %1$s enter your Clicky Database server%2$s for this plugin to be "
38
+ "able to track comments."
39
+ msgstr ""
40
+
41
+ #: clicky.php:71 clicky.php:79
42
  msgid "Twitter"
43
  msgstr ""
44
 
45
+ #: clicky.php:73
46
  msgid "The Clicky.me short URL for this post is"
47
  msgstr ""
48
 
49
+ #: clicky.php:75
50
  msgid "Tweet this post"
51
  msgstr ""
52
 
53
+ #: clicky.php:81
54
  msgid ""
55
  "This post is not published yet, a short URL will be created for it once the "
56
  "post is published. Do you want it to be tweeted automatically too?"
57
  msgstr ""
58
 
59
+ #: clicky.php:83
60
  msgid "Tweet post on publish"
61
  msgstr ""
62
 
63
+ #: clicky.php:88
64
  msgid "Goal Tracking"
65
  msgstr ""
66
 
67
+ #: clicky.php:90
68
  #, php-format
69
  msgid ""
70
  "Clicky can track Goals for you too, %1$sread the documentation here%2$s. To "
72
  "Optionally, you can also provide the goal revenue."
73
  msgstr ""
74
 
75
+ #: clicky.php:93
76
  msgid "Goal ID"
77
  msgstr ""
78
 
79
+ #: clicky.php:94
80
  msgid "Goal Revenue"
81
  msgstr ""
82
 
83
+ #: clicky.php:134
84
  msgid "Stats"
85
  msgstr ""
86
 
87
+ #: clicky.php:149
88
  msgid "You cannot edit the Clicky settings."
89
  msgstr ""
90
 
91
+ #: clicky.php:168
92
  msgid "Clicky settings have been updated."
93
  msgstr ""
94
 
95
+ #: clicky.php:181
96
  msgid "Configuration"
97
  msgstr ""
98
 
99
+ #: clicky.php:189
100
+ #, php-format
101
+ msgid ""
102
+ "Go to your %1$suser homepage on Clicky%2$s and click &quot;Preferences&quot; "
103
+ "under the name of the domain, you will find the Site ID, Site Key, Admin "
104
+ "Site Key and Database Server under Site information."
105
+ msgstr ""
106
+
107
+ #: clicky.php:194
108
  msgid "Site ID"
109
  msgstr ""
110
 
111
+ #: clicky.php:201
112
  msgid "Site Key"
113
  msgstr ""
114
 
115
+ #: clicky.php:208
116
  msgid "Admin Site Key"
117
  msgstr ""
118
 
119
+ #: clicky.php:215
120
+ msgid "Database Server"
121
+ msgstr ""
122
+
123
+ #: clicky.php:221
124
  msgid "Clicky Settings"
125
  msgstr ""
126
 
127
+ #: clicky.php:223
128
  #, php-format
129
  msgid ""
130
  "This plugin allows you to automatically create short URLs through the %1"
131
  "$sClicky.me service%2$s"
132
  msgstr ""
133
 
134
+ #: clicky.php:223
135
  msgid ""
136
  "and tweet your post immediately when you publish it. To do that, this plugin "
137
  "will need your Twitter username and pass."
138
  msgstr ""
139
 
140
+ #: clicky.php:228
141
  msgid "Ignore Admin users"
142
  msgstr ""
143
 
144
+ #: clicky.php:229
145
  msgid ""
146
  "If you are using a caching plugin, such as WP-Supercache, please ensure that "
147
  "you have it configured to NOT use the cache for logged in users. Otherwise, "
148
  "admin users <em>will still</em> be tracked."
149
  msgstr ""
150
 
151
+ #: clicky.php:235
152
  msgid "Track names of commenters"
153
  msgstr ""
154
 
155
+ #: clicky.php:240
156
  msgid "Advanced Settings"
157
  msgstr ""
158
 
159
+ #: clicky.php:245
160
  msgid "Allow Clicky.me integration"
161
  msgstr ""
162
 
163
+ #: clicky.php:252
164
  msgid "Auto Tweet"
165
  msgstr ""
166
 
167
+ #: clicky.php:253
168
  msgid ""
169
  "No need to check the box on each post, by checking this box, each post get's "
170
  "tweeted automatically."
171
  msgstr ""
172
 
173
+ #: clicky.php:259
174
  msgid "Twitter username"
175
  msgstr ""
176
 
177
+ #: clicky.php:266
178
  msgid "Twitter password"
179
  msgstr ""
180
 
181
+ #: clicky.php:273
182
  msgid "Prefix for Tweets"
183
  msgstr ""
184
 
185
+ #: clicky.php:274
186
  msgid ""
187
  "This text will be put in front of Tweets that are published when a blog post "
188
  "is published"
189
  msgstr ""
190
 
191
+ #: clicky.php:278
192
  msgid "Clicky.me &amp; Twitter Integration"
193
  msgstr ""
194
 
195
+ #: clicky.php:283
196
  msgid "Update Clicky Settings"
197
  msgstr ""
198
 
199
+ #: clicky.php:392
200
  msgid ""
201
  "Clicky tracking not shown because you're an administrator and you've "
202
  "configured Clicky to ignore administrators."
203
  msgstr ""
204
 
205
+ #: clicky.php:513
206
+ msgid "Posted a comment"
207
+ msgstr ""
208
+
209
  #: yst_plugin_tools.php:64
210
  msgid "Settings"
211
  msgstr ""
nl_NL.mo DELETED
Binary file
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://yoast.com/
4
  Tags: analytics, statistics, clicky
5
  Requires at least: 2.8
6
  Tested up to: 2.9
7
- Stable tag: 1.0.4
8
 
9
  Integrates the Clicky web analytics service and optionally the Clicky.me short URL service into your blog.
10
 
@@ -14,7 +14,7 @@ Integrates the Clicky web analytics service and optionally the Clicky.me short U
14
 
15
  * Automatically adding your Clicky tracking code everywhere.
16
  * Option to ignore admins.
17
- * Option to store names of commenters.
18
  * Option to track posts & pages as goals and assign a revenue to that page or post.
19
  * An overview of your site's statistics on your dashboard.
20
  * Integration with the [Clicky.me Short URL service](http://clicky.me/).
@@ -33,6 +33,10 @@ Integrates the Clicky web analytics service and optionally the Clicky.me short U
33
 
34
  == Changelog ==
35
 
 
 
 
 
36
  = 1.0.4 =
37
  * Made sure there's no spaces in the Site ID when displaying it, should solve blank Dashboard Stats Page issue.
38
 
@@ -48,4 +52,4 @@ Integrates the Clicky web analytics service and optionally the Clicky.me short U
48
  * Added prefix option for Tweets that are sent out on publish.
49
 
50
  = 1.0 =
51
- * Initial release.
4
  Tags: analytics, statistics, clicky
5
  Requires at least: 2.8
6
  Tested up to: 2.9
7
+ Stable tag: 1.0.5
8
 
9
  Integrates the Clicky web analytics service and optionally the Clicky.me short URL service into your blog.
10
 
14
 
15
  * Automatically adding your Clicky tracking code everywhere.
16
  * Option to ignore admins.
17
+ * Option to store names & email addresses of commenters, and register comments as an action.
18
  * Option to track posts & pages as goals and assign a revenue to that page or post.
19
  * An overview of your site's statistics on your dashboard.
20
  * Integration with the [Clicky.me Short URL service](http://clicky.me/).
33
 
34
  == Changelog ==
35
 
36
+ = 1.0.5 =
37
+ * Minor copy changes.
38
+ * Added comment tracking through Clicky's Incoming API. Comments are tracked as a "click", but you can also set it as a goal, to learn how and for more details read this post: [Comment Tracking in Clicky](http://yoast.com/clicky-comment-tracking/).
39
+
40
  = 1.0.4 =
41
  * Made sure there's no spaces in the Site ID when displaying it, should solve blank Dashboard Stats Page issue.
42
 
52
  * Added prefix option for Tweets that are sent out on publish.
53
 
54
  = 1.0 =
55
+ * Initial release.