Easy Plugin for AdSense - Version 5.09

Version Description

Updating a few translations, consolidating image resources and trimming auxiliary files. New option to suppress invitations to upgrade the plugin.

=

Download this release

Release Info

Developer manojtd
Plugin Icon 128x128 Easy Plugin for AdSense
Version 5.09
Comparing to
See all releases

Code changes from version 5.08 to 5.09

admin.php CHANGED
@@ -33,10 +33,11 @@ else {
33
  ?>
34
 
35
  <div class="wrap" id="wrapper" style="width:900px">
36
- <h2 title="<?php echo $this->info(false) ?>">Easy AdSense Lite Setup <a href="http://validator.w3.org/" target="_blank"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" title="Easy AdSense Lite Admin Page is certified Valid XHTML 1.0 Transitional" height="31" width="88" class="alignright"/></a>
37
  </h2>
 
38
  <?php
39
- renderInvite($myPlugins[$plgName], $plgName) ;
40
  ?>
41
  <table class="form-table">
42
  <tr><th scope="row"><h3><?php _e('Instructions', 'easy-adsenser') ; ?></h3></th></tr>
@@ -70,7 +71,6 @@ printf(__('A few easy steps to setup %s', 'easy-adsenser'),'<em>Easy AdSense Lit
70
  </tr>
71
  </table>
72
 
73
- <form method="post" action="<?php echo $_SERVER["REQUEST_URI"]; ?>">
74
  <br />
75
 
76
  <table class="form-table">
@@ -449,9 +449,13 @@ no', 'easy-adsenser') ;?>
449
  <font color="red"><?php printf(__('The <b>Uninstall</b> button really kills %s after cleaning up all the options it wrote in your database. This is your only warning! Please be careful with all database operations -- keep a backup.', 'easy-adsenser'), '<em>Easy AdSense Lite</em>') ; ?></font><br />
450
  <b><?php _e('Kill this plugin. (Are you quite sure?)', 'easy-adsenser') ?></b></span>
451
 
452
- <div style="background-color:#cff;padding:5px;border: solid 1px;margin:5px;">
453
- <?php @include (dirname (__FILE__).'/why-pro.php'); ?>
454
- </div>
 
 
 
 
455
 
456
  <div style="background-color:#fcf;padding:5px;border: solid 1px;margin:5px;">
457
  <?php @include (dirname (__FILE__).'/support.php'); ?>
33
  ?>
34
 
35
  <div class="wrap" id="wrapper" style="width:900px">
36
+ <h2 title="<?php echo $this->info(false) ?>">Easy AdSense Lite Setup
37
  </h2>
38
+ <form method="post" action="<?php echo $_SERVER["REQUEST_URI"]; ?>">
39
  <?php
40
+ if (!$ezAdOptions['kill_invites']) renderInvite($myPlugins[$plgName], $plgName) ;
41
  ?>
42
  <table class="form-table">
43
  <tr><th scope="row"><h3><?php _e('Instructions', 'easy-adsenser') ; ?></h3></th></tr>
71
  </tr>
72
  </table>
73
 
 
74
  <br />
75
 
76
  <table class="form-table">
449
  <font color="red"><?php printf(__('The <b>Uninstall</b> button really kills %s after cleaning up all the options it wrote in your database. This is your only warning! Please be careful with all database operations -- keep a backup.', 'easy-adsenser'), '<em>Easy AdSense Lite</em>') ; ?></font><br />
450
  <b><?php _e('Kill this plugin. (Are you quite sure?)', 'easy-adsenser') ?></b></span>
451
 
452
+ <?php
453
+ if (!$ezAdOptions['kill_invites']) {
454
+ echo '<div style="background-color:#cff;padding:5px;border: solid 1px;margin:5px;">' ;
455
+ @include (dirname (__FILE__).'/why-pro.php');
456
+ echo '</div>' ;
457
+ }
458
+ ?>
459
 
460
  <div style="background-color:#fcf;padding:5px;border: solid 1px;margin:5px;">
461
  <?php @include (dirname (__FILE__).'/support.php'); ?>
easy-adsense-lite.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Easy AdSense Lite
4
  Plugin URI: http://www.thulasidas.com/adsense
5
  Description: Easiest way to show AdSense and make money from your blog. Configure it at <a href="options-general.php?page=easy-adsense-lite.php">Settings &rarr; Easy AdSense Lite</a>.
6
- Version: 5.08
7
  Author: Manoj Thulasidas
8
  Author URI: http://www.thulasidas.com
9
  */
@@ -99,7 +99,6 @@ if (!class_exists("ezAdSense")) {
99
 
100
  $ezAdSenseAdminOptions =
101
  array('info' => "<!-- Easy AdSense V4.00 -->\n",
102
- 'policy' => 'unknown',
103
  'show_leadin' => 'float:right',
104
  'wc_leadin' => 0,
105
  'margin_leadin' => 12,
@@ -136,6 +135,7 @@ if (!class_exists("ezAdSense")) {
136
  'border_widget' => false,
137
  'border_lu' => false,
138
  'limit_lu' => 1,
 
139
  'kill_attach' => false,
140
  'kill_home' => false,
141
  'kill_front' => false,
@@ -194,8 +194,6 @@ if (!class_exists("ezAdSense")) {
194
  $ezAdOptions = $this->getAdminOptions();
195
 
196
  if (isset($_POST['update_ezAdSenseSettings'])) {
197
- if (isset($_POST['ezAdSensePolicy']))
198
- $ezAdOptions['policy'] = $_POST['ezAdSensePolicy'];
199
  if (isset($_POST['ezAdSenseShowLeadin']))
200
  $ezAdOptions['show_leadin'] = $_POST['ezAdSenseShowLeadin'];
201
  if (isset($_POST['ezAdSenseTextLeadin']))
@@ -253,6 +251,8 @@ if (!class_exists("ezAdSense")) {
253
  $title = $_POST['ezAdSearchTitle'];
254
  $ezAdOptions['title_gsearch'] = $title;
255
  }
 
 
256
  $ezAdOptions['kill_gsearch_title'] = isset($_POST['ezAdKillSearchTitle']);
257
  if (isset($_POST['ezAdSenseTextGSearch']))
258
  $ezAdOptions['text_gsearch'] = $_POST['ezAdSenseTextGSearch'];
3
  Plugin Name: Easy AdSense Lite
4
  Plugin URI: http://www.thulasidas.com/adsense
5
  Description: Easiest way to show AdSense and make money from your blog. Configure it at <a href="options-general.php?page=easy-adsense-lite.php">Settings &rarr; Easy AdSense Lite</a>.
6
+ Version: 5.09
7
  Author: Manoj Thulasidas
8
  Author URI: http://www.thulasidas.com
9
  */
99
 
100
  $ezAdSenseAdminOptions =
101
  array('info' => "<!-- Easy AdSense V4.00 -->\n",
 
102
  'show_leadin' => 'float:right',
103
  'wc_leadin' => 0,
104
  'margin_leadin' => 12,
135
  'border_widget' => false,
136
  'border_lu' => false,
137
  'limit_lu' => 1,
138
+ 'kill_invites' => false,
139
  'kill_attach' => false,
140
  'kill_home' => false,
141
  'kill_front' => false,
194
  $ezAdOptions = $this->getAdminOptions();
195
 
196
  if (isset($_POST['update_ezAdSenseSettings'])) {
 
 
197
  if (isset($_POST['ezAdSenseShowLeadin']))
198
  $ezAdOptions['show_leadin'] = $_POST['ezAdSenseShowLeadin'];
199
  if (isset($_POST['ezAdSenseTextLeadin']))
251
  $title = $_POST['ezAdSearchTitle'];
252
  $ezAdOptions['title_gsearch'] = $title;
253
  }
254
+ if (isset($_POST['killInvites']))
255
+ $ezAdOptions['kill_invites'] = $_POST['killInvites'];
256
  $ezAdOptions['kill_gsearch_title'] = isset($_POST['ezAdKillSearchTitle']);
257
  if (isset($_POST['ezAdSenseTextGSearch']))
258
  $ezAdOptions['text_gsearch'] = $_POST['ezAdSenseTextGSearch'];
ezpaypal.png ADDED
Binary file
head-text.php CHANGED
@@ -19,7 +19,8 @@ You should have received a copy of the GNU General Public License
19
  along with the programs. If not, see <http://www.gnu.org/licenses/>.
20
  */
21
 
22
- function renderHeadText($name, $plg, $isPro) {
 
23
  $value = '<em><strong>'.$plg['value'].'</strong></em>';
24
  $desc = $plg['desc'] ;
25
  $toolTip = $plg['title'] ;
@@ -28,22 +29,20 @@ function renderHeadText($name, $plg, $isPro) {
28
  $text = $link . $desc ;
29
  $price = $plg['price'] ;
30
  $moreInfo =
31
- "&nbsp; <a href='http://buy.ads-ez.com/$name/$name.zip' title='Download the Lite version of $value'>Lite Version </a>" .
32
- "&nbsp; <a href='http://buy.ads-ez.com/$name' title='Buy the Pro version of $value for \$$price. Instant download link.'>Pro Version</a>" ;
33
  $toolTip .= addslashes('<br />' . $moreInfo) ;
34
  $why = addslashes($plg['pro']) ;
35
- if ($isPro) $version = 'Pro' ;
36
- else $version = 'Lite' ;
37
  echo "<b>Get Pro Version!</b>
38
- <a href='http://buy.ads-ez.com/$name' title='Pro version of the $name plugin. Instant download link.'><img src='https://www.paypalobjects.com/en_GB/SG/i/btn/btn_buynowCC_LG.gif' border='0' alt='PayPal The safer, easier way to pay online.' class='alignright'/></a>
39
  <br />
40
- You are using the $version version of $value, which is available in two versions:
41
  <ul><li>
42
  $moreInfo
43
  <li>$why And it costs only \$$price!</li>
44
  </ul>" ;
45
  }
46
- function renderProText($name, $plg, $isPro) {
47
  $value = '<em><strong>'.$plg['value'].'</strong></em>';
48
  $filter = '' ;
49
  if (strpos($name,'adsense')!== FALSE) $filter = " (e.g., a filter to ensure AdSense policy compliance) " ;
@@ -51,8 +50,8 @@ function renderProText($name, $plg, $isPro) {
51
  $toolTip = $plg['title'] ;
52
  $price = $plg['price'] ;
53
  $moreInfo =
54
- "&nbsp; <a href='http://buy.ads-ez.com/$name/$name.zip' title='Download the Lite version of $value'>Lite Version </a>" .
55
- "&nbsp; <a href='http://buy.ads-ez.com/$name' title='Buy the Pro version of $value for \$$price'>Pro Version</a>" ;
56
  $toolTip .= addslashes('<br />' . $moreInfo) ;
57
  $why = addslashes($plg['pro']) ;
58
  echo '<div style="background-color:#ffcccc;padding:5px;border: solid 1px">
@@ -60,44 +59,35 @@ function renderProText($name, $plg, $isPro) {
60
  <big style="color:#a48;font-variant: small-caps;text-decoration:underline" onmouseover="TagToTip(\'pro\', WIDTH, 300, TITLE, \'Buy the Pro Version\',STICKY, 1, CLOSEBTN, true, CLICKCLOSE, true, FIX, [this, 5, 5])"><b>The Pro Version</b></big>
61
  </center>' ;
62
 
63
- if ($isPro){
64
- $value .= '<b><i> Pro</i></b>' ;
65
- echo "You are enjoying $value with \"Pro\" features. Please consider <a href='http://buy.ads-ez.com/$name' title='Pro version of this plugin. Instant download link.'>buying it</a>, if you haven't already paid for it. It costs only \$$price." ;
66
- }
67
- else {
68
- $value .= '<b><i> Lite</i></b>' ;
69
- echo "Thank you for using $value. The \"Pro\" version gives you more options$filter. Consider <a href='http://buy.ads-ez.com/$name' title='Pro version of this plugin. Instant download link.'>buying it</a>. It costs only \$$price." ;
70
- }
71
  echo "<div id='pro'>" ;
72
- renderHeadText($name, $plg, $isPro) ;
73
  echo "</div>" ;
74
  }
75
 
76
- function renderSupportText($name, $plg, $isPro, $long=true) {
77
  $value = '<em><strong>'.$plg['value'].'</strong></em>';
78
- if (!$isPro) $supportText = "<div style=\"background-color:#cff;padding:5px;border: solid 1px\" id=\"support\"><b>Support $value. <a href=\"http://buy.ads-ez.com/$name\" title=\"Pro version of this plugin. Instant download link.\">Go Pro!</a></b>" ;
79
- else $supportText .= "<div style=\"background-color:#cff;padding:5px;border: solid 1px\" id=\"support\"><b>Thank you for going Pro!</b>";
80
  if ($long) $longText = "How about " ;
81
  else $longText= '' ;
82
  $supportText .= "<br />$longText<span onmouseover=\"TagToTip('dropbox', WIDTH, 440, TITLE, 'What is DropBox?',STICKY, 1, CLOSEBTN, true, FIX, [this, -150, 2])\"><a href='http://db.tt/qsogWB1' title='Sign up for Dropbox -- free 2GB online storage on the cloud!' target='_blank'>2GB of <em>free</em> online storage</a></span>?" ;
83
  if ($long) $longText = "WordPress Hosting for " ;
84
  else $longText= 'Hosting for ' ;
85
- $supportText .= "<br />$longText<span onmouseover=\"TagToTip('arvixe', WIDTH, 600, TITLE, 'Arvixe - My favorite provider!',STICKY, 1, CLOSEBTN, true, FIX, [this, -200, 2])\"><a href='http://www.arvixe.com/1933.html' target='_blank'>just $4/month</a></span>. " ;
86
  if ($long) $longText = "My books on " ;
87
  else $longText= 'Books: ' ;
88
  $supportText .= "<br />$longText<span style=\"text-decoration:underline\" onmouseover=\"TagToTip('unreal', WIDTH, 205, TITLE, 'Buy &lt;em&gt;The Unreal Universe&lt;/em&gt;',STICKY, 1, CLOSEBTN, true, FIX, [this, 5, 2])\"><b><a href='http://www.amazon.com/exec/obidos/ASIN/9810575947/unrblo-20' target='_blank'>Physics</a></b></span> or " ;
89
  $supportText .= "<span style=\"text-decoration:underline\" onmouseover=\"TagToTip('pqd', WIDTH, 205, TITLE, '&lt;em&gt;Principles of Quant. Devel.&lt;/em&gt;',STICKY, 1, CLOSEBTN, true, FIX, [this, 5, 2])\"><b><a href='http://www.amazon.com/exec/obidos/ASIN/0470745703/unrblo-20' target='_blank'>Money</a></b></span>." ;
90
- if ($plg['share'])
91
- $supportText .= "<br /><span style='text-decoration:underline' onmouseover=\"TagToTip('share', WIDTH, 230, TITLE, 'Ad Space Sharing',STICKY, 1, CLOSEBTN, true, CLICKCLOSE, true, FIX, [this, 5, 2])\" onmouseout=\"UnTip()\">Share a small fraction of your ad space.</span></div> " ;
92
- else
93
- $supportText .= "<br /><span style='text-decoration:underline' onmouseover=\"TagToTip('share', WIDTH, 230, TITLE, 'Ad Space Sharing',STICKY, 1, CLOSEBTN, true, CLICKCLOSE, true, FIX, [this, 5, 2])\" onmouseout=\"UnTip()\">Please link back to the author's blog.</span></div> " ;
94
  echo $supportText ;
95
  }
96
 
97
- function renderTipDivs($name, $share) {
 
98
  echo <<<ENDDIVS
99
  <div id="arvixe">
100
- <a href="http://www.arvixe.com/1933-27-1-310.html" target="_blank"><img border="0" src="https://affiliates.arvixe.com/banners/600.77.WordPress.gif" width="600" height="77" alt=""></a>
101
  </div>
102
 
103
  <span id="dropbox">
@@ -107,7 +97,7 @@ echo <<<ENDDIVS
107
  <div id="unreal" style="margin-left:auto;margin-right:auto;width:200px;display:block;">
108
  <div style="text-align:center;width:200px;padding:1px;background:#aad;margin:2px;">
109
  <div style="text-align:center;width:192px;height:180px;padding:2px;border:solid 1px #000;background:#ccf;margin:1px;">
110
- <a style="text-decoration:none;" href="http://buy.ads-ez.com/unreal-universe" title="Find out more about The Unreal Universe and buy it ($1.49 for eBook, $15.95 for paperback). It will change the way you view life and reality!">
111
  <big style="font-size:14px;font-family:arial;color:#a48;font-variant: small-caps;"><b>The Unreal Universe</b></big><br />
112
  <small style="font-size:12px;font-family:arial;color:#000;">
113
  A Book on Physics and Philosophy
@@ -116,7 +106,7 @@ A Book on Physics and Philosophy
116
  <hr />
117
  <table border="0" cellpadding="0" cellspacing="0" summary="" width="100%" align="center">
118
  <tr><td width="65%">
119
- <a style="text-decoration:none;" href="http://buy.ads-ez.com/unreal-universe" title="Find out more about The Unreal Universe and buy it ($1.49 for eBook or Kindle, $15.95 for paperback). It will change the way you view life and reality!">
120
  <small style="font-size:10px;font-family:arial;color:#000;">
121
  Pages: 292<br />
122
  (282 in eBook)<br />
@@ -132,8 +122,8 @@ ISBN:<br />9789810575946&nbsp;<br />
132
  </a>
133
  </td>
134
  <td>
135
- <a style="text-decoration:none;" href="http://buy.ads-ez.com/unreal-universe" title="Find out more about The Unreal Universe and buy it ($1.49 for eBook or Kindle, $15.95 for paperback). It will change the way you view life and reality!">
136
- <img class="alignright" src="http://dl.dropbox.com/u/15050446/unreal.gif" border="0px" alt="TheUnrealUniverse" title="Read more about The Unreal Universe" />
137
  </a>
138
  </td>
139
  </tr>
@@ -153,7 +143,7 @@ ISBN:<br />9789810575946&nbsp;<br />
153
  <tr><td style="padding:0px">
154
  <div style="border:solid 1px #faa;height:126px;width:82px;">
155
  <a style="text-decoration:none;" href="http://www.amazon.com/exec/obidos/ASIN/0470745703/unrblo-20" title="Find out more about Principles of Quantitative Development and buy it from Amazon.com">
156
- <img src="http://dl.dropbox.com/u/15050446/pqd-82x126.gif" border="0px" alt="PQD" title="Principles of Quantitative Development from Amazon.com" />
157
  </a>
158
  </div>
159
  </td>
@@ -173,27 +163,17 @@ Want to break into the lucrative world of trading and quantitative finance? You
173
  </div>
174
  </div>
175
  ENDDIVS;
176
-
177
- if ($share)
178
- echo "<div id='share' style='padding:5px'>
179
- $name has an ad space sharing option, if you would like to support its future development. It gives you an option to share a small fraction of your ad slots (suggested value is 5%) to show the author's ads. Use the option (in 'Support $name by Donating Ad Space') below to change the value from the default 0% to turn it on. You could also enable an unobtrusive, powered-by sort of link under an ad block by clicking on the right radio box. Don't worry, the defaults are: 0% sharing, and no powered-by links.
180
- </div>" ;
181
- else
182
- echo "<div id='share' style='padding:5px'>
183
- $name a small back-link to the author's blog at the bottom of your pages or invisible ones under the first two LaTeX equations (if any) on your page. Please consider turning it on by the appropriate Pro opbion (higlighted in blue) below.
184
- </div>" ;
185
-
186
  }
187
 
188
  echo '<td width="30%">' ;
189
 
190
- renderSupportText($plgName, $myPlugins[$plgName], $ezIsPro, $myPlugins[$plgName]['long']) ;
191
 
192
  echo '</td>' ;
193
  echo '<td width="30%">' ;
194
 
195
- renderProText($plgName, $myPlugins[$plgName], $ezIsPro) ;
196
- renderTipDivs($myPlugins[$plgName]['value'], $myPlugins[$plgName]['share']) ;
197
 
198
  echo '</td>' ;
199
 
19
  along with the programs. If not, see <http://www.gnu.org/licenses/>.
20
  */
21
 
22
+ function renderHeadText($name, $plg) {
23
+ $plugindir = get_option('siteurl') . '/' . PLUGINDIR . '/' . basename(dirname(__FILE__)) ;
24
  $value = '<em><strong>'.$plg['value'].'</strong></em>';
25
  $desc = $plg['desc'] ;
26
  $toolTip = $plg['title'] ;
29
  $text = $link . $desc ;
30
  $price = $plg['price'] ;
31
  $moreInfo =
32
+ "<b><a href='http://buy.thulasidas.com/$name' title='Buy the Pro version of $value for \$$price. Instant download link.'>Pro Version</a></b>" ;
 
33
  $toolTip .= addslashes('<br />' . $moreInfo) ;
34
  $why = addslashes($plg['pro']) ;
35
+ $version = 'Lite' ;
 
36
  echo "<b>Get Pro Version!</b>
37
+ <a href='http://buy.thulasidas.com/$name' title='Buy the Pro version of the $name plugin. Instant download link.'><img src='$plugindir/ezpaypal.png' border='0' alt='ezPayPal -- Instant PayPal Shop.' class='alignright'/></a>
38
  <br />
39
+ You are using the $version version of $value, which is also available as in a Pro version.
40
  <ul><li>
41
  $moreInfo
42
  <li>$why And it costs only \$$price!</li>
43
  </ul>" ;
44
  }
45
+ function renderProText($name, $plg) {
46
  $value = '<em><strong>'.$plg['value'].'</strong></em>';
47
  $filter = '' ;
48
  if (strpos($name,'adsense')!== FALSE) $filter = " (e.g., a filter to ensure AdSense policy compliance) " ;
50
  $toolTip = $plg['title'] ;
51
  $price = $plg['price'] ;
52
  $moreInfo =
53
+ "&nbsp; <a href='http://buy.thulasidas.com/$name/$name.zip' title='Download the Lite version of $value'>Lite Version </a>" .
54
+ "&nbsp; <a href='http://buy.thulasidas.com/$name' title='Buy the Pro version of $value for \$$price'>Pro Version</a>" ;
55
  $toolTip .= addslashes('<br />' . $moreInfo) ;
56
  $why = addslashes($plg['pro']) ;
57
  echo '<div style="background-color:#ffcccc;padding:5px;border: solid 1px">
59
  <big style="color:#a48;font-variant: small-caps;text-decoration:underline" onmouseover="TagToTip(\'pro\', WIDTH, 300, TITLE, \'Buy the Pro Version\',STICKY, 1, CLOSEBTN, true, CLICKCLOSE, true, FIX, [this, 5, 5])"><b>The Pro Version</b></big>
60
  </center>' ;
61
 
62
+ $value .= '<b><i> Lite</i></b>' ;
63
+ echo "Thank you for using $value. The \"Pro\" version gives you more options$filter. Consider <a href='http://buy.thulasidas.com/$name' title='Pro version of this plugin. Instant download link.'>buying it</a>. It costs only \$$price." ;
64
+
 
 
 
 
 
65
  echo "<div id='pro'>" ;
66
+ renderHeadText($name, $plg) ;
67
  echo "</div>" ;
68
  }
69
 
70
+ function renderSupportText($name, $plg, $long=true) {
71
  $value = '<em><strong>'.$plg['value'].'</strong></em>';
72
+ $supportText = "<div style=\"background-color:#cff;padding:5px;border: solid 1px\" id=\"support\"><b>Support $value. <a href=\"http://buy.thulasidas.com/$name\" title=\"Pro version of this plugin. Instant download link.\">Go Pro!</a></b>" ;
 
73
  if ($long) $longText = "How about " ;
74
  else $longText= '' ;
75
  $supportText .= "<br />$longText<span onmouseover=\"TagToTip('dropbox', WIDTH, 440, TITLE, 'What is DropBox?',STICKY, 1, CLOSEBTN, true, FIX, [this, -150, 2])\"><a href='http://db.tt/qsogWB1' title='Sign up for Dropbox -- free 2GB online storage on the cloud!' target='_blank'>2GB of <em>free</em> online storage</a></span>?" ;
76
  if ($long) $longText = "WordPress Hosting for " ;
77
  else $longText= 'Hosting for ' ;
78
+ $supportText .= "<br />$longText<span onmouseover=\"TagToTip('arvixe', WIDTH, 300, TITLE, 'Arvixe - My favorite provider!',STICKY, 1, CLOSEBTN, true, FIX, [this, -200, 2])\"><a href='http://www.arvixe.com/1933.html' target='_blank'>just $4/month</a></span>. " ;
79
  if ($long) $longText = "My books on " ;
80
  else $longText= 'Books: ' ;
81
  $supportText .= "<br />$longText<span style=\"text-decoration:underline\" onmouseover=\"TagToTip('unreal', WIDTH, 205, TITLE, 'Buy &lt;em&gt;The Unreal Universe&lt;/em&gt;',STICKY, 1, CLOSEBTN, true, FIX, [this, 5, 2])\"><b><a href='http://www.amazon.com/exec/obidos/ASIN/9810575947/unrblo-20' target='_blank'>Physics</a></b></span> or " ;
82
  $supportText .= "<span style=\"text-decoration:underline\" onmouseover=\"TagToTip('pqd', WIDTH, 205, TITLE, '&lt;em&gt;Principles of Quant. Devel.&lt;/em&gt;',STICKY, 1, CLOSEBTN, true, FIX, [this, 5, 2])\"><b><a href='http://www.amazon.com/exec/obidos/ASIN/0470745703/unrblo-20' target='_blank'>Money</a></b></span>." ;
 
 
 
 
83
  echo $supportText ;
84
  }
85
 
86
+ function renderTipDivs($name) {
87
+ $plugindir = get_option('siteurl') . '/' . PLUGINDIR . '/' . basename(dirname(__FILE__)) ;
88
  echo <<<ENDDIVS
89
  <div id="arvixe">
90
+ <a href="http://www.arvixe.com/1933-27-1-310.html" target="_blank">Arvixe</a> is my favorite hosting provider. Friendly service, extremely competitive rates, and of course a great affiliate program.
91
  </div>
92
 
93
  <span id="dropbox">
97
  <div id="unreal" style="margin-left:auto;margin-right:auto;width:200px;display:block;">
98
  <div style="text-align:center;width:200px;padding:1px;background:#aad;margin:2px;">
99
  <div style="text-align:center;width:192px;height:180px;padding:2px;border:solid 1px #000;background:#ccf;margin:1px;">
100
+ <a style="text-decoration:none;" href="http://buy.thulasidas.com/unreal-universe" title="Find out more about The Unreal Universe and buy it ($1.49 for eBook, $15.95 for paperback). It will change the way you view life and reality!">
101
  <big style="font-size:14px;font-family:arial;color:#a48;font-variant: small-caps;"><b>The Unreal Universe</b></big><br />
102
  <small style="font-size:12px;font-family:arial;color:#000;">
103
  A Book on Physics and Philosophy
106
  <hr />
107
  <table border="0" cellpadding="0" cellspacing="0" summary="" width="100%" align="center">
108
  <tr><td width="65%">
109
+ <a style="text-decoration:none;" href="http://buy.thulasidas.com/unreal-universe" title="Find out more about The Unreal Universe and buy it ($1.49 for eBook or Kindle, $15.95 for paperback). It will change the way you view life and reality!">
110
  <small style="font-size:10px;font-family:arial;color:#000;">
111
  Pages: 292<br />
112
  (282 in eBook)<br />
122
  </a>
123
  </td>
124
  <td>
125
+ <a style="text-decoration:none;" href="http://buy.thulasidas.com/unreal-universe" title="Find out more about The Unreal Universe and buy it ($1.49 for eBook or Kindle, $15.95 for paperback). It will change the way you view life and reality!">
126
+ <img class="alignright" src="$plugindir/unreal.gif" border="0px" alt="TheUnrealUniverse" title="Read more about The Unreal Universe" />
127
  </a>
128
  </td>
129
  </tr>
143
  <tr><td style="padding:0px">
144
  <div style="border:solid 1px #faa;height:126px;width:82px;">
145
  <a style="text-decoration:none;" href="http://www.amazon.com/exec/obidos/ASIN/0470745703/unrblo-20" title="Find out more about Principles of Quantitative Development and buy it from Amazon.com">
146
+ <img src="$plugindir/pqd-82x126.gif" border="0px" alt="PQD" title="Principles of Quantitative Development from Amazon.com" />
147
  </a>
148
  </div>
149
  </td>
163
  </div>
164
  </div>
165
  ENDDIVS;
 
 
 
 
 
 
 
 
 
 
166
  }
167
 
168
  echo '<td width="30%">' ;
169
 
170
+ renderSupportText($plgName, $myPlugins[$plgName], $myPlugins[$plgName]['long']) ;
171
 
172
  echo '</td>' ;
173
  echo '<td width="30%">' ;
174
 
175
+ renderProText($plgName, $myPlugins[$plgName]) ;
176
+ renderTipDivs($name) ;
177
 
178
  echo '</td>' ;
179
 
lang/fr_FR/easy-adsenser.mo CHANGED
Binary file
lang/fr_FR/easy-adsenser.po CHANGED
@@ -1,431 +1,416 @@
1
- # This file was generated by Easy Translator -- a WordPress plugin translator
2
- # Your Name: Pierric DOMMEC
3
- # Your Email: pierric.dommec@nos-comportements.fr
4
- # Your Website: Nos Comportements
5
- # Your URL: http://www.nos-comportements.fr
6
- # Your Locale: fr_FR
7
- # Your Language: fr-FR
8
- #, fuzzy
9
- msgid ""
10
- msgstr ""
11
- "Project-Id-Version: Easy AdSenser\n"
12
- "PO-Revision-Date: 2009-08-19 17:36:58\n"
13
- "Last-Translator: Pierric DOMMEC <pierric.dommec@nos-comportements.fr>\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
-
18
- msgid "Instructions"
19
- msgstr "Instructions"
20
-
21
- msgid "How to Set it up"
22
- msgstr "Comment configurer cette extension"
23
-
24
- msgid "A few easy steps to setup %s"
25
- msgstr "Configurer %s en quelques pas"
26
-
27
- msgid "How to Control AdSense on Each Post"
28
- msgstr "Comment contrôler AdSense sur chaque article"
29
-
30
- msgid "Need to control ad blocks on each post?"
31
- msgstr "Vous avez besoin de contrôler des blocs publicitaires sur chaque article ?"
32
-
33
- msgid "Click for help"
34
- msgstr "Cliquer ici pour de l'aide"
35
-
36
- msgid "Check out the FAQ and rate this plugin."
37
- msgstr "Regardez les questions fréquentes (FAQ) et notez cette extension"
38
-
39
- msgid "Options (for the %s theme)"
40
- msgstr "Options (pour le thème %s)"
41
-
42
- msgid "Ad Blocks in Your Posts"
43
- msgstr "Les blocs publicitaires dans vos articles"
44
-
45
- msgid "[Appears in your posts and pages]"
46
- msgstr "[Apparaitra dans vos articles et vos pages]"
47
-
48
- msgid "Ad Alignment"
49
- msgstr "Alignement de la publicité"
50
-
51
- msgid "(Where to show?)"
52
- msgstr "(Où le positionner ?)"
53
-
54
- msgid "Suppress"
55
- msgstr "Supprimer"
56
-
57
- msgid "Top"
58
- msgstr "Haut"
59
-
60
- msgid "Middle"
61
- msgstr "Milieu"
62
-
63
- msgid "Bottom"
64
- msgstr "Bas"
65
-
66
- msgid "Support %s by Donating Ad Space"
67
- msgstr "Supporter %s en donnant de l'espace publicitaire"
68
-
69
- msgid "Percentage of ad slots to share [Default: 5%]:"
70
- msgstr "Pourcentage d'emplacements publicitaires à partager [Par défaut : 5%] :"
71
-
72
- msgid "Suppress AdSense Ad Blocks on:"
73
- msgstr "Supprimer les blocs AdSense sur :"
74
-
75
- msgid "Pages (Ads only on Posts)"
76
- msgstr "Pages (Publicités uniquement dans les articles)Pages (Publicités uniquement dans les articles)"
77
-
78
- msgid "Pages that show attachments"
79
- msgstr "Pages avec des pièces jointes"
80
-
81
- msgid "Attachment Page"
82
- msgstr "Page de pièces jointes"
83
-
84
- msgid "Home Page and Front Page are the same for most blogs"
85
- msgstr "Page d'accueil et page de garde sont les mêmes pour la plupart des blogs"
86
-
87
- msgid "Home Page"
88
- msgstr "Page d'accueil"
89
-
90
- msgid "Front Page"
91
- msgstr "Page de garde"
92
-
93
- msgid "Pages that come up when you click on category names"
94
- msgstr "Pages qui apparaissent après avoir cliquer sur une catégorie"
95
-
96
- msgid "Category Pages"
97
- msgstr "Pages de catégorie"
98
-
99
- msgid "Pages that come up when you click on tag names"
100
- msgstr "Pages qui apparaissent après avoir cliquer sur un tag"
101
-
102
- msgid "Tag Pages"
103
- msgstr "Pages de tag"
104
-
105
- msgid "Pages that come up when you click on year/month archives"
106
- msgstr "Pages qui apparaissent après avoir cliqué sur les archives annuelles/mensuelles"
107
-
108
- msgid "Archive Pages"
109
- msgstr "Pages d'archive"
110
-
111
- msgid "Save the changes as specified above"
112
- msgstr "Enregistrer les changements apportés ci-dessus"
113
-
114
- msgid "Reset Options"
115
- msgstr "Restaurer les paramètres par défaut"
116
-
117
- msgid "Clean Database"
118
- msgstr "Purger la base de données"
119
-
120
- msgid "Uninstall"
121
- msgstr "Désinstaller"
122
-
123
- msgid "Generate AdSense code (from http://adsense.google.com &rarr; AdSense Setup &rarr; Get Ads)."
124
- msgstr "Générer le code d'AdSense (depuis http://adsense.google.com &rarr; Configuration AdSense &rarr; Obtenir des annonces)."
125
-
126
- msgid "Cut and paste the AdSense code into the boxes below, deleting the existing text."
127
- msgstr "Couper/Coller le code d'AdSense dans les champs ci-dessous en remplaçant le texte actuel."
128
-
129
- msgid "Decide how to align and show the code in your blog posts."
130
- msgstr "Préciser comment aligner et faire voir le code dans votre blog."
131
-
132
- msgid "Save the options, and you are done!"
133
- msgstr "Sauvegarder vos paramètres, et c'est terminé !Sauvegarder vos paramètres, et c'est terminé !"
134
-
135
- msgid "This <b>Reset Options</b> button discards all your changes and loads the default options. This is your only warning!"
136
- msgstr "Ce bouton <b>Restaurer les paramètres par défaut</b> annule tous les changements que vous avez apportés et recharge les paramètres par défaut. Ceci est votre dernier avertissement !"
137
-
138
- msgid "Discard all your changes and load defaults. (Are you quite sure?)"
139
- msgstr "Annuler tous les changements et restaure les paramètres par défaut. (Etes-vous vraiment sûr ?)"
140
-
141
- msgid "The <b>Database Cleanup</b> button discards all your AdSense settings you have saved so far for <b>all</b> the themes, including the current one. Use it only if you know that you won't be using these themes. Please be careful with all database operations -- keep a backup."
142
- msgstr "Le bouton <b>Purger la base de données</b> annule toute la configuration AdSense que vous avez sauvegardée jusqu'à maintenant pour <b>tous</b> les thèmes, y compris le thème courant. N'utilisez ce dernier que si vous êtes certain que vous n'utiliserez plus ces thèmes. Soyez prudent pour toutes les opérations concernant la base de données -- faites une sauvegarde."
143
-
144
- msgid "The <b>Uninstall</b> button really kills %s after cleaning up all the options it wrote in your database. This is your only warning! Please be careful with all database operations -- keep a backup."
145
- msgstr "Le bouton <b>Désinstaller</b> retire réellement %s après avoir nettoyer tous les paramètres écrits en base de données. Ceci est le dernier avertissement ! Soyez prudent pour toutes les opérations concernant la base de données -- faites une sauvegarde."
146
-
147
- msgid "Kill this plugin. (Are you quite sure?)"
148
- msgstr "Retire cette extension. (Etes-vous vraiment sûr ?)"
149
-
150
- msgid "Credits"
151
- msgstr "Crédits"
152
-
153
- msgid "%s uses the excellent Javascript/DHTML tooltips by %s"
154
- msgstr "%s utilise l'excellente boîte à outil Javascript/DHTML de %s"
155
-
156
- msgid "Settings Updated."
157
- msgstr "Paramètres mis à jour."
158
-
159
- msgid "Ok, all your settings have been discarded!"
160
- msgstr "Ok, tous vos paramètres ont été annulés !"
161
-
162
- msgid "Database has been cleaned. All your options for this plugin (for all themes) have been removed."
163
- msgstr "La base de donnée a été purgée. Tous les paramètres de cette extension (pour tous les thèmes) ont été retirés."
164
-
165
- msgid "This plugin has been deactivated."
166
- msgstr "Cette extension a été désactivée."
167
-
168
- msgid "Refresh"
169
- msgstr "Rafraîchir"
170
-
171
- msgid "Error locating the admin page!nEnsure admin.php exists, or reinstall the plugin."
172
- msgstr "Erreur de chargement de la page d'administration ! Assurez-vous que admin.php existe, ou réinstallez l'extension."
173
-
174
- msgid "Settings"
175
- msgstr "Paramètres"
176
-
177
- msgid "All-in-One AdSense Control"
178
- msgstr "Contrôle AdSense tout-en-un"
179
-
180
- msgid "Sidebar Widgets, Link Units or Google Search"
181
- msgstr "Widgets de colonne latérale, Ensemble Thématiques ou Recherche Google"
182
-
183
- msgid "Widgets for Your Sidebars"
184
- msgstr "Les Widgets pour vos colonnes latérales"
185
-
186
- msgid "[See <a href=\"widgets.php\"> Appearance (or Design) &rarr; Widgets</a>]"
187
- msgstr "[Voir <a href=\"widgets.php\"> Apparence (ou Design) &rarr; Widgets</a>]"
188
-
189
- msgid "Lead-in AdSense Text"
190
- msgstr "Code AdSense en introduction"
191
-
192
- msgid "(Appears near the beginning of the post)"
193
- msgstr "(Apparaitra au début de l'article)"
194
-
195
- msgid "Position:"
196
- msgstr "Position :"
197
-
198
- msgid "Above Header"
199
- msgstr "Au-dessus de l'en-tête"
200
-
201
- msgid "Below Header"
202
- msgstr "En-dessous de l'en-tête"
203
-
204
- msgid "Beginning of Post"
205
- msgstr "Au début de l'article"
206
-
207
- msgid "Margin:"
208
- msgstr "Marge :"
209
-
210
- msgid "Align Left"
211
- msgstr "Aligner à gauche"
212
-
213
- msgid "Center"
214
- msgstr "Centrer"
215
-
216
- msgid "Align Right"
217
- msgstr "Aligner à droite"
218
-
219
- msgid "Suppress Lead-in Ad"
220
- msgstr "Supprimer la publicité en introduction"
221
-
222
- msgid "Mid-Post AdSense Text"
223
- msgstr "Code AdSense en milieu d'article"
224
-
225
- msgid "(Appears near the middle of the post)"
226
- msgstr "(Apparaitra environ au milieu de l'article)"
227
-
228
- msgid "Suppress Mid-post Ad"
229
- msgstr "Supprimer la publicité au milieu de l'article"
230
-
231
- msgid "Post Lead-out AdSense Text"
232
- msgstr "Code AdSense en pied d'article"
233
-
234
- msgid "(Appears near the end of the post)"
235
- msgstr "(Apparaitra près de la fin de l'article)"
236
-
237
- msgid "End of Post"
238
- msgstr "Fin de l'article"
239
-
240
- msgid "End of Page"
241
- msgstr "Fin de page"
242
-
243
- msgid "Above Footer"
244
- msgstr "Au-dessus du pied de page"
245
-
246
- msgid "Below Footer"
247
- msgstr "En-dessous du pied de page"
248
-
249
- msgid "Suppress Lead-out Ad"
250
- msgstr "Supprimer la publicité de pied d'article"
251
-
252
- msgid "Option on Google Policy"
253
- msgstr "Option concernant le règlement de Google"
254
-
255
- msgid "(Google policy allows no more than three ad blocks and three link units per page)"
256
- msgstr "(Le règlement de Google n'autorise pas plus de trois blocs publicitaires et trois ensembles thématiques par page)"
257
-
258
- msgid "Three ad blocks (including the side bar widget, if enabled)."
259
- msgstr "Trois blocs publicitaires (Widget de colonne latérale inclus, si activé)."
260
-
261
- msgid "Two ad blocks."
262
- msgstr "Deux blocs publicitaires."
263
-
264
- msgid "One ad block."
265
- msgstr "Un bloc publicitaire."
266
-
267
- msgid "No ad blocks in posts."
268
- msgstr "Aucun bloc publicitaire dans les articles"
269
-
270
- msgid "Any number of ad blocks (At your own risk!)"
271
- msgstr "N'importe quel nombre de blocs publicitaires (A vos risques et périls !)"
272
-
273
- msgid "Number of Link Units widgets (&le; 3) [Google serves only three]:"
274
- msgstr "Nombre de Widgets d'ensembles thématiques (&le; 3) [Google n'en fournit que trois] :"
275
-
276
- msgid "AdSense Widget Text"
277
- msgstr "Code AdSense pour le Widget"
278
-
279
- msgid "(Appears in the Sidebar as a Widget)"
280
- msgstr "(Apparaitra dans la colonne latérale comme un Widget)"
281
-
282
- msgid "Suppress Widget"
283
- msgstr "Supprimer le Widget"
284
-
285
- msgid "Widget Title:"
286
- msgstr "Titre du Widget :"
287
-
288
- msgid "Hide Title"
289
- msgstr "Masquer le titre"
290
-
291
- msgid "AdSense Link-Units Text"
292
- msgstr "Code AdSense pour les ensembles thématiques"
293
-
294
- msgid "(Appears in the Sidebar as Widgets)"
295
- msgstr "(Apparaitra dans la colonne latérale comme un Widget)"
296
-
297
- msgid "Suppress Link Units"
298
- msgstr "Supprimer les ensembles thématiques"
299
-
300
- msgid "Link Unit Title:"
301
- msgstr "Titre de l'ensemble thématique :"
302
-
303
- msgid "Google Search Widget"
304
- msgstr "Widget de recherche Google"
305
-
306
- msgid "(Adds a Google Search Box to your sidebar)"
307
- msgstr "(Ajoute un champ de recherche Google à votre colonne latérale)"
308
-
309
- msgid "Search Title"
310
- msgstr "Titre du champ de recherche"
311
-
312
- msgid "(Title of the Google Search Widget)"
313
- msgstr "(Titre du Widget de recherche Google)"
314
-
315
- msgid "Suppress Search Box"
316
- msgstr "Supprimer le champ de recherche"
317
-
318
- msgid "Custom Title:"
319
- msgstr "Titre personnalisé :"
320
-
321
- msgid "Other Options"
322
- msgstr "Autres paramètres"
323
-
324
- msgid "Allow ad blocks in feeds. [Please report any problems with this option.]"
325
- msgstr "Autoriser les blocs publicitaires dans les fils. [Merci de remonter tout problème rencontré avec ce paramètre.]"
326
-
327
- msgid "Prioritize sidebar widget. (Always shows the widget, if enabled.)"
328
- msgstr "Mettre en priorité le Widget de colonne latérale. (Affiche toujours le Widget, si activé.)"
329
-
330
- msgid "Force mid-text ad (if enabled) even in short posts."
331
- msgstr "Forcer le texte en milieu d'article (si activé) même dans les articles courts."
332
-
333
- msgid "Google Policy says that you may not direct user attention to the ads via arrows or other graphical gimmicks. Please convince yourself that showing a mouseover decoration does not violate this Google statement before enabling this option."
334
- msgstr "Le règlement Google spécifie que vous ne devez pas diriger l'attention de l'utilisateur vers les publicités à l'aide de flèches ou tout autre objet graphique. Essayez de vous convaincre que montrer un motif sous le passage de la souris ne viole pas cette règle avant d'activer cette option."
335
-
336
- msgid "Show a border around the ads?"
337
- msgstr "Mettre un contour autour des publicités ?"
338
-
339
- msgid "Show the same border on the sidebar widget as well?"
340
- msgstr "Mettre le même contour sur le Widget de colonne latérale ?"
341
-
342
- msgid "Widget?"
343
- msgstr "Widget ?"
344
-
345
- msgid "Show the same border on the link units too?"
346
- msgstr "Mettre le même contour sur les ensembles thématiques ?"
347
-
348
- msgid "Link Units?"
349
- msgstr "Ensembles Thématiques ?"
350
-
351
- msgid "Link-backs to"
352
- msgstr "Rétro-liens vers"
353
-
354
- msgid "(Consider showing at least one link.)"
355
- msgstr "(Choisissez d'afficher au moins un lien.)"
356
-
357
- msgid "Show a link under every ad block."
358
- msgstr "Afficher un lien sous chaque bloc publicitaire."
359
-
360
- msgid "Show the link only under the first ad block."
361
- msgstr "Afficher un lien seulement sous le premier bloc publicitaire."
362
-
363
- msgid "Show the link at the bottom of your blog page."
364
- msgstr "Afficher un lien en bas de votre page de blog."
365
-
366
- msgid "Show no links to my blog anywhere (Are you sure?!)"
367
- msgstr "N'afficher aucun lien sur mon blog (Etes-vous sûr ?!)"
368
-
369
- msgid "Save Changes"
370
- msgstr "Enregistrer les modifications"
371
-
372
- msgid "Take a look at the Google policy option, and other options. The defaults should work."
373
- msgstr "Jetez un œil sur les paramètres du règlement de Google, et les autres paramètres. Ceux par défaut devraient suffire."
374
-
375
- msgid "If you want to use the widgets, drag and drop them at %s Appearance (or Design) &rarr; Widgets %s"
376
- msgstr "Si vous voulez vous servir des Widgets, glissez et déposez les dans %s Apparence (ou Design) &rarr; Widgets %s"
377
-
378
- msgid "Sponsored Links"
379
- msgstr "Liens commerciaux"
380
-
381
- msgid "Show a Google AdSense block in your sidebar as a widget"
382
- msgstr "Afficher un bloc Google AdSense dans votre colonne latérale comme un Widget"
383
-
384
- msgid "Show a Google Search Box in your sidebar as a widget"
385
- msgstr "Afficher un champ de recherche Google dans votre colonne latérale comme un Widget"
386
-
387
- msgid "Show a Google Links Unit in your sidebar as a widget"
388
- msgstr "Afficher un ensemble thématique Google dans votre colonne latérale comme un Widget"
389
-
390
- msgid "Support this Plugin!"
391
- msgstr "Supportez cette extension !"
392
-
393
- msgid "Share a small fraction of your ad space"
394
- msgstr "Partagez une petite fraction de votre espace publicitaire"
395
-
396
- msgid "Buy a book, <b>The Unreal Universe</b>"
397
- msgstr "Achetez un livre, <b>The Unreal Universe</b>"
398
-
399
- msgid "Make a donation"
400
- msgstr "Faire un don"
401
-
402
- msgid "Starting version %3.1f, <em>%s</em> has an ad space sharing option, if you would like to support its future development. It gives you an option to share a small fraction of your ad slots (default is 5%%) to show the author's ads. Use the option (in \"Support %s by Donating Ad Space\") below to change the value, or turn it off (by entering 0%%)."
403
- msgstr "A partir de la version %3.1f, <em>%s</em> dispose d'une option de partage de l'espace publicitaire, si vous souhaitez participer à son futur développement. Cela vous laisse la possibilité de partager une petite fraction de vos espaces publicitaires (par défaut 5%%) pour afficher une publicité de son auteur. Utilisez le paramètre (dans \"Supporter %s en donnant de l'espace publicitaire\") ci-dessous pour modifier cette valeur, ou le désactiver (en entrant 0%%)."
404
-
405
- msgid "Due to the large number of support questions (most of which are answered by cutting and pasting the FAQ) I cannot offer free support any more."
406
- msgstr "En raison du grand nombre de questions (dont la plupart trouvent réponse par copier/coller dans les questions fréquentes), je me trouve dans l'incapacité à fournir du support."
407
-
408
- msgid "or pay $3.95 per support question."
409
- msgstr "ou payez $3.95 par question relative au support."
410
-
411
- msgid "[Email Author]"
412
- msgstr "[E-mail de l'auteur]"
413
-
414
- msgid "Check out my other plugin efforts:"
415
- msgstr "Venez voir mes autres extensions :"
416
-
417
- msgid "It puts ads like this into your <em>existing</em> posts."
418
- msgstr "Positionne des publicités comme ceci dans vos articles <em>existants</em>."
419
-
420
- msgid "To translate any plugin (with internationalized strings) to your language."
421
- msgstr "Pour traduire n'importe quelle extension (avec des caractères internationaux) dans votre langue."
422
-
423
- msgid "To modify the color scheme of your themes with no CSS/Stylesheet editing."
424
- msgstr "Pour modifier les couleurs de vos thèmes sans éditer une feuille de style CSS."
425
-
426
- msgid "To translate LaTeX formulas like this [math](a+b)^2 = a^2 + b^2 + 2ab[/math] into this:"
427
- msgstr "Pour transformer les formules LaTeX comme ceci [math](a+b)^2 = a^2 + b^2 + 2ab[/math] en ceci :"
428
-
429
- msgid "My lean and mean AdSense plugin. No mess, no fuss."
430
- msgstr "Mon extension AdSense tout en muscle ! Pas de chichi."
431
-
1
+ # This file was generated by Easy Translator -- a WordPress plugin translator
2
+ # Your Name: Pierre Tassel
3
+ # Your Email: flyfire1996@gmail.com
4
+ # Your Website: No comment!
5
+ # Your URL: http://flyfire06.legtux.org
6
+ # Your Locale: fr_FR
7
+ # Your Language: fr-FR
8
+ #, fuzzy
9
+ msgid ""
10
+ msgstr ""
11
+ "Project-Id-Version: Easy AdSenser\n"
12
+ "PO-Revision-Date: 2012-01-13 19:52:07\n"
13
+ "Last-Translator: Pierre Tassel <flyfire1996@gmail.com>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+
18
+ msgid "Instructions"
19
+ msgstr "Instructions"
20
+
21
+ msgid "How to Set it up"
22
+ msgstr "Comment configurer cette extension"
23
+
24
+ msgid "A few easy steps to setup %s"
25
+ msgstr "Configurer %s en quelques pas"
26
+
27
+ msgid "How to Control AdSense on Each Post"
28
+ msgstr "Comment contrôler AdSense sur chaque article"
29
+
30
+ msgid "Need to control ad blocks on each post?"
31
+ msgstr "Vous avez besoin de contrôler des blocs publicitaires sur chaque article ?"
32
+
33
+ msgid "All-in-One AdSense Control"
34
+ msgstr "Contrôle AdSense tout-en-un"
35
+
36
+ msgid "Sidebar Widgets, Link Units or Google Search"
37
+ msgstr "Widgets de colonne latérale, Ensemble Thématiques ou Recherche Google"
38
+
39
+ msgid "Click for help"
40
+ msgstr "Cliquer ici pour de l'aide"
41
+
42
+ msgid "Check out the FAQ and rate this plugin."
43
+ msgstr "Regardez les questions fréquentes (FAQ) et notez cette extension"
44
+
45
+ msgid "Options (for the %s theme)"
46
+ msgstr "Options (pour le thème %s)"
47
+
48
+ msgid "Ad Blocks in Your Posts"
49
+ msgstr "Les blocs publicitaires dans vos articles"
50
+
51
+ msgid "[Appears in your posts and pages]"
52
+ msgstr "[Apparaitra dans vos articles et vos pages]"
53
+
54
+ msgid "Widgets for Your Sidebars"
55
+ msgstr "Les Widgets pour vos colonnes latérales"
56
+
57
+ msgid "[See <a href=\"widgets.php\"> Appearance (or Design) &rarr; Widgets</a>]"
58
+ msgstr "[Voir <a href=\"widgets.php\"> Apparence (ou Design) &rarr; Widgets</a>]"
59
+
60
+ msgid "Lead-in AdSense Text"
61
+ msgstr "Code AdSense en introduction"
62
+
63
+ msgid "(Appears near the beginning of the post)"
64
+ msgstr "(Apparaitra au début de l'article)"
65
+
66
+ msgid "Ad Alignment"
67
+ msgstr "Alignement de la publicité"
68
+
69
+ msgid "Min. Word Count"
70
+ msgstr ""
71
+
72
+ msgid "Margin:"
73
+ msgstr "Marge :"
74
+
75
+ msgid "(Where to show?)"
76
+ msgstr "( le positionner ?)"
77
+
78
+ msgid "Position:"
79
+ msgstr "Position :"
80
+
81
+ msgid "Above Header"
82
+ msgstr "Au-dessus de l'en-tête"
83
+
84
+ msgid "Below Header"
85
+ msgstr "En-dessous de l'en-tête"
86
+
87
+ msgid "Beginning of Post"
88
+ msgstr "Au début de l'article"
89
+
90
+ msgid "Show:"
91
+ msgstr "Montrer:"
92
+
93
+ msgid "Suppress Lead-in Ad"
94
+ msgstr "Supprimer la publicité en introduction"
95
+
96
+ msgid "Text-wrapped"
97
+ msgstr ""
98
+
99
+ msgid "No wrap"
100
+ msgstr ""
101
+
102
+ msgid "Center"
103
+ msgstr "Centrer"
104
+
105
+ msgid "Mid-Post AdSense Text"
106
+ msgstr "Code AdSense en milieu d'article"
107
+
108
+ msgid "(Appears near the middle of the post)"
109
+ msgstr "(Apparaitra environ au milieu de l'article)"
110
+
111
+ msgid "Force Mid-post Ad"
112
+ msgstr ""
113
+
114
+ msgid "Suppress Mid-post Ad"
115
+ msgstr "Supprimer la publicité au milieu de l'article"
116
+
117
+ msgid "Post Lead-out AdSense Text"
118
+ msgstr "Code AdSense en pied d'article"
119
+
120
+ msgid "(Appears near the end of the post)"
121
+ msgstr "(Apparaitra près de la fin de l'article)"
122
+
123
+ msgid "End of Post"
124
+ msgstr "Fin de l'article"
125
+
126
+ msgid "End of Page"
127
+ msgstr "Fin de page"
128
+
129
+ msgid "Above Footer"
130
+ msgstr "Au-dessus du pied de page"
131
+
132
+ msgid "Below Footer"
133
+ msgstr "En-dessous du pied de page"
134
+
135
+ msgid "Suppress Lead-out Ad"
136
+ msgstr "Supprimer la publicité de pied d'article"
137
+
138
+ msgid "Option on Google Policy"
139
+ msgstr "Option concernant le règlement de Google"
140
+
141
+ msgid "Three ad blocks (including the side bar widget, if enabled)."
142
+ msgstr "Trois blocs publicitaires (Widget de colonne latérale inclus, si activé)."
143
+
144
+ msgid "Two ad blocks."
145
+ msgstr "Deux blocs publicitaires."
146
+
147
+ msgid "One ad block."
148
+ msgstr "Un bloc publicitaire."
149
+
150
+ msgid "No ad blocks in posts."
151
+ msgstr "Aucun bloc publicitaire dans les articles"
152
+
153
+ msgid "Any number of ad blocks (At your own risk!)"
154
+ msgstr "N'importe quel nombre de blocs publicitaires (A vos risques et périls !)"
155
+
156
+ msgid "Number of Link Units widgets (&le; 3) [Google serves only three]:"
157
+ msgstr "Nombre de Widgets d'ensembles thématiques (&le; 3) [Google n'en fournit que trois] :"
158
+
159
+ msgid "Suppress AdSense Ad Blocks on:"
160
+ msgstr "Supprimer les blocs AdSense sur :"
161
+
162
+ msgid "Pages (Ads only on Posts)"
163
+ msgstr "Pages (Publicités uniquement dans les articles)Pages (Publicités uniquement dans les articles)"
164
+
165
+ msgid "Pages that show attachments"
166
+ msgstr "Pages avec des pièces jointes"
167
+
168
+ msgid "Attachment Page"
169
+ msgstr "Page de pièces jointes"
170
+
171
+ msgid "Home Page and Front Page are the same for most blogs"
172
+ msgstr "Page d'accueil et page de garde sont les mêmes pour la plupart des blogs"
173
+
174
+ msgid "Home Page"
175
+ msgstr "Page d'accueil"
176
+
177
+ msgid "Front Page"
178
+ msgstr "Page de garde"
179
+
180
+ msgid "Pages that come up when you click on category names"
181
+ msgstr "Pages qui apparaissent après avoir cliquer sur une catégorie"
182
+
183
+ msgid "Category Pages"
184
+ msgstr "Pages de catégorie"
185
+
186
+ msgid "Pages that come up when you click on tag names"
187
+ msgstr "Pages qui apparaissent après avoir cliquer sur un tag"
188
+
189
+ msgid "Tag Pages"
190
+ msgstr "Pages de tag"
191
+
192
+ msgid "Pages that come up when you click on year/month archives"
193
+ msgstr "Pages qui apparaissent après avoir cliqué sur les archives annuelles/mensuelles"
194
+
195
+ msgid "Archive Pages"
196
+ msgstr "Pages d'archive"
197
+
198
+ msgid "Other Options"
199
+ msgstr "Autres paramètres"
200
+
201
+ msgid "Allow ad blocks in feeds. [Please report any problems with this option.]"
202
+ msgstr "Autoriser les blocs publicitaires dans les fils. [Merci de remonter tout problème rencontré avec ce paramètre.]"
203
+
204
+ msgid "Prioritize sidebar widget. (Always shows the widget, if enabled.)"
205
+ msgstr "Mettre en priorité le Widget de colonne latérale. (Affiche toujours le Widget, si activé.)"
206
+
207
+ msgid "Google Policy says that you may not direct user attention to the ads via arrows or other graphical gimmicks. Please convince yourself that showing a mouseover decoration does not violate this Google statement before enabling this option."
208
+ msgstr "Le règlement Google spécifie que vous ne devez pas diriger l'attention de l'utilisateur vers les publicités à l'aide de flèches ou tout autre objet graphique. Essayez de vous convaincre que montrer un motif sous le passage de la souris ne viole pas cette règle avant d'activer cette option."
209
+
210
+ msgid "Show a border around the ads?"
211
+ msgstr "Mettre un contour autour des publicités ?"
212
+
213
+ msgid "Show the same border on the sidebar widget as well?"
214
+ msgstr "Mettre le même contour sur le Widget de colonne latérale ?"
215
+
216
+ msgid "Widget?"
217
+ msgstr "Widget ?"
218
+
219
+ msgid "Show the same border on the link units too?"
220
+ msgstr "Mettre le même contour sur les ensembles thématiques ?"
221
+
222
+ msgid "Link Units?"
223
+ msgstr "Ensembles Thématiques ?"
224
+
225
+ msgid "All &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt;s that &lt;em&gt;Easy AdSense&lt;/em&gt; creates have the class attribute &lt;code&gt;adsense&lt;/code&gt;. Furthermore, they have class attributes like &lt;code&gt;adsense-leadin&lt;/code&gt;, &lt;code&gt;adsense-midtext&lt;/code&gt;, &lt;code&gt;adsense-leadout&lt;/code&gt;, &lt;code&gt;adsense-widget&lt;/code&gt; and &lt;code&gt;adsense-lu&lt;/code&gt; depending on the type. You can set the style for these classes in your theme &lt;code&gt;style.css&lt;/code&gt; to control their appearance.&lt;br /&gt;If this is all Greek to you, please leave the option unchecked."
226
+ msgstr ""
227
+
228
+ msgid "Suppress in-line styles (Control ad-blocks using style.css)"
229
+ msgstr ""
230
+
231
+ msgid "AdSense Widget Text"
232
+ msgstr "Code AdSense pour le Widget"
233
+
234
+ msgid "(Appears in the Sidebar as a Widget)"
235
+ msgstr "(Apparaitra dans la colonne latérale comme un Widget)"
236
+
237
+ msgid "Align Left"
238
+ msgstr "Aligner à gauche"
239
+
240
+ msgid "Align Right"
241
+ msgstr "Aligner à droite"
242
+
243
+ msgid "Suppress Widget"
244
+ msgstr "Supprimer le Widget"
245
+
246
+ msgid "Widget Title:"
247
+ msgstr "Titre du Widget :"
248
+
249
+ msgid "Hide Title"
250
+ msgstr "Masquer le titre"
251
+
252
+ msgid "AdSense Link-Units Text"
253
+ msgstr "Code AdSense pour les ensembles thématiques"
254
+
255
+ msgid "(Appears in the Sidebar as Widgets)"
256
+ msgstr "(Apparaitra dans la colonne latérale comme un Widget)"
257
+
258
+ msgid "Suppress Link Units"
259
+ msgstr "Supprimer les ensembles thématiques"
260
+
261
+ msgid "Link Unit Title:"
262
+ msgstr "Titre de l'ensemble thématique :"
263
+
264
+ msgid "Google Search Widget"
265
+ msgstr "Widget de recherche Google"
266
+
267
+ msgid "(Adds a Google Search Box to your sidebar)"
268
+ msgstr "(Ajoute un champ de recherche Google à votre colonne latérale)"
269
+
270
+ msgid "Search Title"
271
+ msgstr "Titre du champ de recherche"
272
+
273
+ msgid "(Title of the Google Search Widget)"
274
+ msgstr "(Titre du Widget de recherche Google)"
275
+
276
+ msgid "Suppress Search Box"
277
+ msgstr "Supprimer le champ de recherche"
278
+
279
+ msgid "Custom Title:"
280
+ msgstr "Titre personnalisé :"
281
+
282
+ msgid "Link-backs to"
283
+ msgstr "Rétro-liens vers"
284
+
285
+ msgid "(Consider showing at least one link.)"
286
+ msgstr "(Choisissez d'afficher au moins un lien.)"
287
+
288
+ msgid "Show a link under every ad block."
289
+ msgstr "Afficher un lien sous chaque bloc publicitaire."
290
+
291
+ msgid "Show the link only under the first ad block."
292
+ msgstr "Afficher un lien seulement sous le premier bloc publicitaire."
293
+
294
+ msgid "Show the link at the bottom of your blog page."
295
+ msgstr "Afficher un lien en bas de votre page de blog."
296
+
297
+ msgid "Show no links to my blog anywhere (Are you sure?!)"
298
+ msgstr "N'afficher aucun lien sur mon blog (Etes-vous sûr ?!)"
299
+
300
+ msgid "Save Changes"
301
+ msgstr "Enregistrer les modifications"
302
+
303
+ msgid "Discard all your changes and load defaults. (Are you quite sure?)"
304
+ msgstr "Annuler tous les changements et restaure les paramètres par défaut. (Etes-vous vraiment sûr ?)"
305
+
306
+ msgid "Clean Database"
307
+ msgstr "Purger la base de données"
308
+
309
+ msgid "Uninstall"
310
+ msgstr "Désinstaller"
311
+
312
+ msgid "Generate AdSense code (from http://adsense.google.com &rarr; AdSense Setup &rarr; Get Ads)."
313
+ msgstr "Générer le code d'AdSense (depuis http://adsense.google.com &rarr; Configuration AdSense &rarr; Obtenir des annonces)."
314
+
315
+ msgid "Cut and paste the AdSense code into the boxes below, deleting the existing text."
316
+ msgstr "Couper/Coller le code d'AdSense dans les champs ci-dessous en remplaçant le texte actuel."
317
+
318
+ msgid "Decide how to align and show the code in your blog posts."
319
+ msgstr "Préciser comment aligner et faire voir le code dans votre blog."
320
+
321
+ msgid "Take a look at the Google policy option, and other options. The defaults should work."
322
+ msgstr "Jetez un œil sur les paramètres du règlement de Google, et les autres paramètres. Ceux par défaut devraient suffire."
323
+
324
+ msgid "If you want to use the widgets, drag and drop them at %s Appearance (or Design) &rarr; Widgets %s"
325
+ msgstr "Si vous voulez vous servir des Widgets, glissez et déposez les dans %s Apparence (ou Design) &rarr; Widgets %s"
326
+
327
+ msgid "Save the options, and you are done!"
328
+ msgstr "Sauvegarder vos paramètres, et c'est terminé !Sauvegarder vos paramètres, et c'est terminé !"
329
+
330
+ msgid "This <b>Reset Options</b> button discards all your changes and loads the default options. This is your only warning!"
331
+ msgstr "Ce bouton <b>Restaurer les paramètres par défaut</b> annule tous les changements que vous avez apportés et recharge les paramètres par défaut. Ceci est votre dernier avertissement !"
332
+
333
+ msgid "The <b>Database Cleanup</b> button discards all your AdSense settings you have saved so far for <b>all</b> the themes, including the current one. Use it only if you know that you won't be using these themes. Please be careful with all database operations -- keep a backup."
334
+ msgstr "Le bouton <b>Purger la base de données</b> annule toute la configuration AdSense que vous avez sauvegardée jusqu'à maintenant pour <b>tous</b> les thèmes, y compris le thème courant. N'utilisez ce dernier que si vous êtes certain que vous n'utiliserez plus ces thèmes. Soyez prudent pour toutes les opérations concernant la base de données -- faites une sauvegarde."
335
+
336
+ msgid "The <b>Uninstall</b> button really kills %s after cleaning up all the options it wrote in your database. This is your only warning! Please be careful with all database operations -- keep a backup."
337
+ msgstr "Le bouton <b>Désinstaller</b> retire réellement %s après avoir nettoyer tous les paramètres écrits en base de données. Ceci est le dernier avertissement ! Soyez prudent pour toutes les opérations concernant la base de données -- faites une sauvegarde."
338
+
339
+ msgid "Kill this plugin. (Are you quite sure?)"
340
+ msgstr "Retire cette extension. (Etes-vous vraiment sûr ?)"
341
+
342
+ msgid "Credits"
343
+ msgstr "Crédits"
344
+
345
+ msgid "%s uses the excellent Javascript/DHTML tooltips by %s"
346
+ msgstr "%s utilise l'excellente boîte à outil Javascript/DHTML de %s"
347
+
348
+ msgid "Settings Updated."
349
+ msgstr "Paramètres mis à jour."
350
+
351
+ msgid "Ok, all your settings have been discarded!"
352
+ msgstr "Ok, tous vos paramètres ont été annulés !"
353
+
354
+ msgid "Database has been cleaned. All your options for this plugin (for all themes) have been removed."
355
+ msgstr "La base de donnée a été purgée. Tous les paramètres de cette extension (pour tous les thèmes) ont été retirés."
356
+
357
+ msgid "This plugin has been deactivated."
358
+ msgstr "Cette extension a été désactivée."
359
+
360
+ msgid "Refresh"
361
+ msgstr "Rafraîchir"
362
+
363
+ msgid "Error locating the admin page!nEnsure admin.php exists, or reinstall the plugin."
364
+ msgstr "Erreur de chargement de la page d'administration ! rnAssurez-vous que admin.php existe, ou réinstallez l'extension."
365
+
366
+ msgid "Settings"
367
+ msgstr "Paramètres"
368
+
369
+ msgid "Sponsored Links"
370
+ msgstr "Liens commerciaux"
371
+
372
+ msgid "Show a Google AdSense block in your sidebar as a widget"
373
+ msgstr "Afficher un bloc Google AdSense dans votre colonne latérale comme un Widget"
374
+
375
+ msgid "Show a Google Search Box in your sidebar as a widget"
376
+ msgstr "Afficher un champ de recherche Google dans votre colonne latérale comme un Widget"
377
+
378
+ msgid "Show a Google Links Unit in your sidebar as a widget"
379
+ msgstr "Afficher un ensemble thématique Google dans votre colonne latérale comme un Widget"
380
+
381
+ msgid "Buy %s Pro for $%s. Instant download."
382
+ msgstr ""
383
+
384
+ msgid "Get the Pro version now!"
385
+ msgstr "Acheter la version Pro maintenant!"
386
+
387
+ msgid "Continue using the Lite version, and hide this message for now."
388
+ msgstr "Continuer à utiliser la version de démonstration, et cacher ce message pour maintenant."
389
+
390
+ msgid "Stay Lite"
391
+ msgstr ""
392
+
393
+ msgid "If you still need help, "
394
+ msgstr "Si vous cherchez de l'aide,"
395
+
396
+ msgid "Ask a support question via PayPal @ $0.95"
397
+ msgstr "Demander une question au support via PayPal @ $0.95"
398
+
399
+ msgid "request Paid Support."
400
+ msgstr "Demander un support payant."
401
+
402
+ msgid "[WordPress Forum]"
403
+ msgstr ""
404
+
405
+ msgid "Go to the plugin description page"
406
+ msgstr ""
407
+
408
+ msgid "[Request Paid Support]"
409
+ msgstr ""
410
+
411
+ msgid "Check out my other plugin efforts:"
412
+ msgstr "Venez voir mes autres extensions :"
413
+
414
+ msgid "My Books -- on Physics, Philosophy, making Money etc:"
415
+ msgstr ""
416
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/pl_PL/easy-adsenser.mo CHANGED
Binary file
lang/pl_PL/easy-adsenser.po CHANGED
@@ -1,438 +1,416 @@
1
- # This file was generated by Easy Translator -- a WordPress plugin translator
2
- # Your Name:
3
- # Your Email: daniel@poradnik-webmastera.com
4
- # Your Website: Testowy blog 2.8
5
- # Your URL: http://wordpress28.local
6
- # Your Locale: pl_PL
7
- # Your Language: pl-PL
8
- msgid ""
9
- msgstr ""
10
- "Project-Id-Version: Easy AdSenser\n"
11
- "PO-Revision-Date: 2009-08-24 17:01+0100\n"
12
- "Last-Translator: Daniel Frużyński <daniel [A-T] poradnik-webmastera.com>\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "POT-Creation-Date: \n"
17
- "Language-Team: Daniel Fruzynski <daniel [A-T] poradnik-webmastera.com>\n"
18
- "X-Poedit-Country: POLAND\n"
19
- "X-Poedit-SourceCharset: utf-8\n"
20
-
21
- msgid "Instructions"
22
- msgstr "Instrukcje"
23
-
24
- msgid "How to Set it up"
25
- msgstr "Jak skonfigurować plugin"
26
-
27
- msgid "A few easy steps to setup %s"
28
- msgstr "Kilka prostych kroków aby skonfigurować %s"
29
-
30
- msgid "How to Control AdSense on Each Post"
31
- msgstr "Jak wstawić AdSense w każdym wpisie"
32
-
33
- msgid "Need to control ad blocks on each post?"
34
- msgstr "Potrzebujesz wstawić bloki reklam w każdym poście?"
35
-
36
- msgid "Click for help"
37
- msgstr "Kliknij aby uzyskać pomoc"
38
-
39
- msgid "Check out the FAQ and rate this plugin."
40
- msgstr "Sprawdź FAQ i oceń ten plugin."
41
-
42
- msgid "Options (for the %s theme)"
43
- msgstr "Opcje (dla motywu %s)"
44
-
45
- msgid "Ad Blocks in Your Posts"
46
- msgstr "Bloki reklam w Twoich wpisach"
47
-
48
- msgid "[Appears in your posts and pages]"
49
- msgstr "[Pojawią się w Twoich wpisach i stronach]"
50
-
51
- msgid "Ad Alignment"
52
- msgstr "Wyrównanie"
53
-
54
- msgid "(Where to show?)"
55
- msgstr "(Gdzie pokazywać?)"
56
-
57
- msgid "Suppress"
58
- msgstr "Ukryj"
59
-
60
- msgid "Top"
61
- msgstr "Do góry"
62
-
63
- msgid "Middle"
64
- msgstr "Do środka"
65
-
66
- msgid "Bottom"
67
- msgstr "Do dołu"
68
-
69
- msgid "Support %s by Donating Ad Space"
70
- msgstr "Wesprzyj %s poprzez udostępnienie przestrzeni reklamowej"
71
-
72
- msgid "Percentage of ad slots to share [Default: 5%]:"
73
- msgstr "Procent wyświetleń reklam do współdzielenia [Domyślnie: 5%]:"
74
-
75
- msgid "Suppress AdSense Ad Blocks on:"
76
- msgstr "Ukryj bloki reklam AdSense na:"
77
-
78
- msgid "Pages (Ads only on Posts)"
79
- msgstr "Strony (Reklamy tylko we wpisach)"
80
-
81
- msgid "Pages that show attachments"
82
- msgstr "Stronach które pokazują załączniki"
83
-
84
- msgid "Attachment Page"
85
- msgstr "Strony załączników"
86
-
87
- msgid "Home Page and Front Page are the same for most blogs"
88
- msgstr "Strona domowa i strona główna są tą samą stroną na większości blogów"
89
-
90
- msgid "Home Page"
91
- msgstr "Strona domowa"
92
-
93
- msgid "Front Page"
94
- msgstr "Strona główna"
95
-
96
- msgid "Pages that come up when you click on category names"
97
- msgstr "Strony które pokazują się gdy klikniesz na nazwę kategorii"
98
-
99
- msgid "Category Pages"
100
- msgstr "Strony kategorii"
101
-
102
- msgid "Pages that come up when you click on tag names"
103
- msgstr "Strony które pokazują się gdy klikniesz na nazwę tagu"
104
-
105
- msgid "Tag Pages"
106
- msgstr "Strony tagów"
107
-
108
- msgid "Pages that come up when you click on year/month archives"
109
- msgstr "Strony które pokazują się gdy klikniesz na archiwum roku/miesiąca"
110
-
111
- msgid "Archive Pages"
112
- msgstr "Strony archiwów"
113
-
114
- msgid "Save the changes as specified above"
115
- msgstr "Zapisz zmiany dokonane powyżej"
116
-
117
- msgid "Reset Options"
118
- msgstr "Zresetuj opcje"
119
-
120
- msgid "Clean Database"
121
- msgstr "Wyczyść bazę danych"
122
-
123
- msgid "Uninstall"
124
- msgstr "Odinstaluj"
125
-
126
- msgid "Generate AdSense code (from http://adsense.google.com &rarr; AdSense Setup &rarr; Get Ads)."
127
- msgstr "Wygeneruj kod AdSense (z http://adsense.google.com &rarr; Instalator AdSense &rarr; Pobierz reklamy)."
128
-
129
- msgid "Cut and paste the AdSense code into the boxes below, deleting the existing text."
130
- msgstr "Wytnij i wklej kod AdSense do pól poniżej, usuwając istniejący tekst."
131
-
132
- msgid "Decide how to align and show the code in your blog posts."
133
- msgstr "Określ jak wyrównywać i pokazywać kod w Twoich wpisach na blogu."
134
-
135
- msgid "Save the options, and you are done!"
136
- msgstr "Zapisz opcje, i to wszystko!"
137
-
138
- msgid "This <b>Reset Options</b> button discards all your changes and loads the default options. This is your only warning!"
139
- msgstr "Przycisk <b>Zresetuj opcje</b> usuwa wszystkie dokonane zmiany i ładuje domyślne usyawienia. To jest Twoje jedyne ostrzeżenie!"
140
-
141
- msgid "Discard all your changes and load defaults. (Are you quite sure?)"
142
- msgstr "Usuń wszystkie Twoje zmiany i załaduj wartości domyślne. (Czy jesteś tego pewien?)"
143
-
144
- msgid "The <b>Database Cleanup</b> button discards all your AdSense settings you have saved so far for <b>all</b> the themes, including the current one. Use it only if you know that you won't be using these themes. Please be careful with all database operations -- keep a backup."
145
- msgstr "Przycisk <b>Czyszczenie bazy danych</b> usuwa wszystkie Twoje zapisane do tej pory ustawienia AdSense dla <b>wszystkich</b> tematów, włączając bieżący. Użuj go tylko jeżeli wiesz że nie będziesz więcej używał(a) tych tematów. Zachowaj ostrożność przy wszystkich operacjach na bazie danych -- pamiętaj o kopii zapasowej."
146
-
147
- msgid "The <b>Uninstall</b> button really kills %s after cleaning up all the options it wrote in your database. This is your only warning! Please be careful with all database operations -- keep a backup."
148
- msgstr "Przycisk <b>Odinstaluj</b> naprawdę usuwa %s po wyczyszczeniu wszystkich opcji które on zapisał do bazy danych. To jest Twoje jedyne ostrzeżenie! Zachowaj ostrożność przy wszystkich operacjach na bazie danych -- pamiętaj o kopii zapasowej."
149
-
150
- msgid "Kill this plugin. (Are you quite sure?)"
151
- msgstr "Usuń ten plugin. (Czy jesteś tego pewien?)"
152
-
153
- msgid "Credits"
154
- msgstr "Podziękowania"
155
-
156
- msgid "%s uses the excellent Javascript/DHTML tooltips by %s"
157
- msgstr "%s używa doskonałych tooltipów Javascript/DHTML napisanych przez %s"
158
-
159
- msgid "Settings Updated."
160
- msgstr "Ustawienia zapisane."
161
-
162
- msgid "Ok, all your settings have been discarded!"
163
- msgstr "OK, wszystkie Twoje ustawienia zostały usunięte!"
164
-
165
- msgid "Database has been cleaned. All your options for this plugin (for all themes) have been removed."
166
- msgstr "Baza danych została wyczyszczona. Wszystkie opcje dla tego pluginu (dla wszystkich motywów) zostały usunięte."
167
-
168
- msgid "This plugin has been deactivated."
169
- msgstr "Plugin został wyłączony."
170
-
171
- msgid "Refresh"
172
- msgstr "Odśwież"
173
-
174
- msgid ""
175
- "Error locating the admin page!\n"
176
- "Ensure admin.php exists, or reinstall the plugin."
177
- msgstr ""
178
- "Błąd podczas lokalizacji strony admina!\n"
179
- "Upewnij się że admin.php istnieje, lub przeinstaluj ten plugin."
180
-
181
- msgid "Settings"
182
- msgstr "Ustawienia"
183
-
184
- msgid "All-in-One AdSense Control"
185
- msgstr "Ustawienia All-in-One AdSense"
186
-
187
- msgid "Sidebar Widgets, Link Units or Google Search"
188
- msgstr "Boczne widgety, jednostki linków lub Google Search"
189
-
190
- msgid "Widgets for Your Sidebars"
191
- msgstr "Wydgety dla Twoich paneli bocznych"
192
-
193
- msgid "[See <a href=\"widgets.php\"> Appearance (or Design) &rarr; Widgets</a>]"
194
- msgstr "[Zobacz <a href=\"widgets.php\"> Wygląd &rarr; Widgety</a>]"
195
-
196
- msgid "Lead-in AdSense Text"
197
- msgstr "AdSense w tekście wprowadzającym"
198
-
199
- msgid "(Appears near the beginning of the post)"
200
- msgstr "(Pojawi się w pobliżu początku posta)"
201
-
202
- msgid "Position:"
203
- msgstr "Pozycja:"
204
-
205
- msgid "Above Header"
206
- msgstr "Powyżej nagłówka"
207
-
208
- msgid "Below Header"
209
- msgstr "Poniżej nagłówka"
210
-
211
- msgid "Beginning of Post"
212
- msgstr "Na początku wpisu"
213
-
214
- msgid "Margin:"
215
- msgstr "Margines:"
216
-
217
- msgid "Align Left"
218
- msgstr "Do lewej"
219
-
220
- msgid "Center"
221
- msgstr "Wycentruj"
222
-
223
- msgid "Align Right"
224
- msgstr "Do prawej"
225
-
226
- msgid "Suppress Lead-in Ad"
227
- msgstr "Ukryj tą reklamę"
228
-
229
- msgid "Mid-Post AdSense Text"
230
- msgstr "AdSense w środku tekstu"
231
-
232
- msgid "(Appears near the middle of the post)"
233
- msgstr "(Pojawi się w pobliżu środka wpisu)"
234
-
235
- msgid "Suppress Mid-post Ad"
236
- msgstr "Ukryj tą reklamę"
237
-
238
- msgid "Post Lead-out AdSense Text"
239
- msgstr "AdSense w tekscie kończącym"
240
-
241
- msgid "(Appears near the end of the post)"
242
- msgstr "(Pojawi się w pobliżu końca wpisu)"
243
-
244
- msgid "End of Post"
245
- msgstr "Koniec wpisu"
246
-
247
- msgid "End of Page"
248
- msgstr "Koniec strony"
249
-
250
- msgid "Above Footer"
251
- msgstr "Powyżej nagłówka"
252
-
253
- msgid "Below Footer"
254
- msgstr "Poniżej nagłówka"
255
-
256
- msgid "Suppress Lead-out Ad"
257
- msgstr "Ukryj tą reklamę"
258
-
259
- msgid "Option on Google Policy"
260
- msgstr "Opcje polityki programowej Google"
261
-
262
- msgid "(Google policy allows no more than three ad blocks and three link units per page)"
263
- msgstr "(Polityka programowa Google pozwana na nie więcej niż trzy bloki reklam i trzy jednostki linków na stronę)"
264
-
265
- msgid "Three ad blocks (including the side bar widget, if enabled)."
266
- msgstr "Trzy bloki reklam (włączając boczny widget, jeżeli jest włączony)."
267
-
268
- msgid "Two ad blocks."
269
- msgstr "Dwa bloki reklam."
270
-
271
- msgid "One ad block."
272
- msgstr "Jeden blok reklam."
273
-
274
- msgid "No ad blocks in posts."
275
- msgstr "Brak bloków reklam we wpisach."
276
-
277
- msgid "Any number of ad blocks (At your own risk!)"
278
- msgstr "Dowolna ilość bloków reklam (używasz na własną odpowiedzialność!)"
279
-
280
- msgid "Number of Link Units widgets (&le; 3) [Google serves only three]:"
281
- msgstr "Ilość widgetów z jednostami linków (&le; 3) [Google wyświetla tylko trzy]:"
282
-
283
- msgid "AdSense Widget Text"
284
- msgstr "Tekst widgetu AdSense"
285
-
286
- msgid "(Appears in the Sidebar as a Widget)"
287
- msgstr "(Pojawi się w panelu bocznym jako widget)"
288
-
289
- msgid "Suppress Widget"
290
- msgstr "Ukryj widget"
291
-
292
- msgid "Widget Title:"
293
- msgstr "Tytuł Widgeta:"
294
-
295
- msgid "Hide Title"
296
- msgstr "Ukryj tytuł"
297
-
298
- msgid "AdSense Link-Units Text"
299
- msgstr "Tekst jednostek linków AdSense"
300
-
301
- msgid "(Appears in the Sidebar as Widgets)"
302
- msgstr "(Pojawią się w panelu bocznym jako widgety)"
303
-
304
- msgid "Suppress Link Units"
305
- msgstr "Ukryj jednostki linków"
306
-
307
- msgid "Link Unit Title:"
308
- msgstr "Tytuł jednostki linków:"
309
-
310
- msgid "Google Search Widget"
311
- msgstr "Widget wyszukiwarki Google"
312
-
313
- msgid "(Adds a Google Search Box to your sidebar)"
314
- msgstr "(Dodaje pole wyszukiwarki Google do panelu bocznego)"
315
-
316
- msgid "Search Title"
317
- msgstr "Tytuł pola wyszukiwania"
318
-
319
- msgid "(Title of the Google Search Widget)"
320
- msgstr "(Tytuł widgetu wyszukiwania Google)"
321
-
322
- msgid "Suppress Search Box"
323
- msgstr "Ukryj pole wyszukiwania"
324
-
325
- msgid "Custom Title:"
326
- msgstr "Własny tytuł:"
327
-
328
- msgid "Other Options"
329
- msgstr "Inne opcje"
330
-
331
- msgid "Allow ad blocks in feeds. [Please report any problems with this option.]"
332
- msgstr "Wyświetlaj bloki reklam w kanałach (RSS, Atom, itp). [Proszę zgłaszać problemy z tą opcją.]"
333
-
334
- msgid "Prioritize sidebar widget. (Always shows the widget, if enabled.)"
335
- msgstr "Priorytet dla bocznego widgetu (Zawsze pokazuje widget, jeżeli jest włączony.)"
336
-
337
- msgid "Force mid-text ad (if enabled) even in short posts."
338
- msgstr "Wymuś pokazywanie reklamy w środku tekstu (jeżeli jest włączona) nawet w krótkich postach."
339
-
340
- msgid "Google Policy says that you may not direct user attention to the ads via arrows or other graphical gimmicks. Please convince yourself that showing a mouseover decoration does not violate this Google statement before enabling this option."
341
- msgstr "Polityka programowa Google mówi że nie możesz kierować uwagi użytkownika na reklamu za pomocą strzałek lub innych metod. Proszę upewnij się że zmiana wyglądu po najechaniu myszką (mouseover) nie naruszy polityki programowej Google zanim włączysz tą opcję."
342
-
343
- msgid "Show a border around the ads?"
344
- msgstr "Pokazuj ramkę dookoła reklam?"
345
-
346
- msgid "Show the same border on the sidebar widget as well?"
347
- msgstr "Pokazuj taką samą ramkę również dookoła bocznych widgetów?"
348
-
349
- msgid "Widget?"
350
- msgstr "Widget?"
351
-
352
- msgid "Show the same border on the link units too?"
353
- msgstr "Pokazuj taką samą ramkę również dookoła jednostek linków?"
354
-
355
- msgid "Link Units?"
356
- msgstr "Jednostki linków?"
357
-
358
- msgid "Link-backs to"
359
- msgstr "Linki zwrotne do"
360
-
361
- msgid "(Consider showing at least one link.)"
362
- msgstr "(Rozważ pokazywanie przynajmniej jednego linku.)"
363
-
364
- msgid "Show a link under every ad block."
365
- msgstr "Pokazuj link poniżej każdego bloku reklam."
366
-
367
- msgid "Show the link only under the first ad block."
368
- msgstr "Pokazuj link tylko poniżej pierwszego bloku reklam"
369
-
370
- msgid "Show the link at the bottom of your blog page."
371
- msgstr "Pokazuj link na dole strony bloga."
372
-
373
- msgid "Show no links to my blog anywhere (Are you sure?!)"
374
- msgstr "Nie pokazuj żadnych linków na moim blogu (Czy jesteś pewien?!)"
375
-
376
- msgid "Save Changes"
377
- msgstr "Zapisz ustawienia"
378
-
379
- msgid "Take a look at the Google policy option, and other options. The defaults should work."
380
- msgstr "Zwróć uwagę na opcję polityki programowej Google, i na inne opcje. Wartości domyślne powinny być odpowiednie."
381
-
382
- msgid "If you want to use the widgets, drag and drop them at %s Appearance (or Design) &rarr; Widgets %s"
383
- msgstr "Jeżeli chcesz używać widgetów, przenieś je i upuść na zakładce %s Wygląd &rarr; Widgety %s"
384
-
385
- msgid "Sponsored Links"
386
- msgstr "Linki sponsorowane"
387
-
388
- msgid "Show a Google AdSense block in your sidebar as a widget"
389
- msgstr "Wyświetla blok reklam Google AdSense w panelu bocznym jako widget"
390
-
391
- msgid "Show a Google Search Box in your sidebar as a widget"
392
- msgstr "Wyświetla pole wyszukiwania Google w panelu bocznym jako widget"
393
-
394
- msgid "Show a Google Links Unit in your sidebar as a widget"
395
- msgstr "Wyświetla jednostki linków Google w panelu bocznym jako widget"
396
-
397
- msgid "Support this Plugin!"
398
- msgstr "Wesprzyj ten plugin!"
399
-
400
- msgid "Share a small fraction of your ad space"
401
- msgstr "Udostępnij mały ułamek Twojej przestrzeni reklamowej"
402
-
403
- msgid "Buy a book, <b>The Unreal Universe</b>"
404
- msgstr "Kup książkę, <b>The Unreal Universe</b>"
405
-
406
- msgid "Make a donation"
407
- msgstr "Wykonaj dotację"
408
-
409
- msgid "Starting version %3.1f, <em>%s</em> has an ad space sharing option, if you would like to support its future development. It gives you an option to share a small fraction of your ad slots (default is 5%%) to show the author's ads. Use the option (in \"Support %s by Donating Ad Space\") below to change the value, or turn it off (by entering 0%%)."
410
- msgstr "Od wersji %3.1f <em>%s</em> posiada opcję współdzielenia przestrzeni reklamowej, jeżeli chcesz wesprzeć jego rozwój. Dzięki niej możesz przeznaczyć małą część czasu wyświetlania reklam (domyślnie 5%%) aby pokazywać reklamy autora. Użyj opcji poniżej (w \"Wesprzyj %s poprzez udostępnienie przestrzeni reklamowej\") aby zmienić wartość, albo wyłącz ją (poprzez wprowadzenie 0%%)."
411
-
412
- msgid "Due to the large number of support questions (most of which are answered by cutting and pasting the FAQ) I cannot offer free support any more."
413
- msgstr "Ze względu na dużą ilość pytań wsparcia (odpowiedź na większość z nich kopiowana z FAQ) nie mogę w dalszym ciągu oferować darmowego wsparcia."
414
-
415
- msgid "or pay $3.95 per support question."
416
- msgstr "lub zapłać 3,95$ za każde pytanie."
417
-
418
- msgid "[Email Author]"
419
- msgstr "[Email do autora]"
420
-
421
- msgid "Check out my other plugin efforts:"
422
- msgstr "Sprawdź moje inne pluginy:"
423
-
424
- msgid "It puts ads like this into your <em>existing</em> posts."
425
- msgstr "Wstawia reklamy takie jak ta do Twoich <em>istniejących</em> wpisów."
426
-
427
- msgid "To translate any plugin (with internationalized strings) to your language."
428
- msgstr "Pozwala przetłumaczyć dowolny plugin (zawierający umiędzynarodowione napisy) na Twój język."
429
-
430
- msgid "To modify the color scheme of your themes with no CSS/Stylesheet editing."
431
- msgstr "Pozwala modyfikować schemat kolorów Twojego motuwy bez edytowania stylów CSS."
432
-
433
- msgid "To translate LaTeX formulas like this [math](a+b)^2 = a^2 + b^2 + 2ab[/math] into this:"
434
- msgstr "Pozwala przetłumaczyć formuły LaTeX takie jak ta: [math](a+b)^2 = a^2 + b^2 + 2ab[/math] na taką postać:"
435
-
436
- msgid "My lean and mean AdSense plugin. No mess, no fuss."
437
- msgstr "Mój prosty w obsłudze plugin AdSense."
438
-
1
+ # This file was generated by Easy Translator -- a WordPress plugin translator
2
+ # Your Name: Łukasz Jasiński
3
+ # Your Email: webmaster@trepinski.tk
4
+ # Your Website: Z malarstwem na Ty
5
+ # Your URL: http://malowane.cba.pl
6
+ # Your Locale: pl_PL
7
+ # Your Language: pl-PL
8
+ #, fuzzy
9
+ msgid ""
10
+ msgstr ""
11
+ "Project-Id-Version: Easy AdSenser\n"
12
+ "PO-Revision-Date: 2012-03-01 21:10:36\n"
13
+ "Last-Translator: Łukasz Jasiński <webmaster@trepinski.tk>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+
18
+ msgid "Instructions"
19
+ msgstr "Instrukcje"
20
+
21
+ msgid "How to Set it up"
22
+ msgstr "Jak skonfigurować plugin"
23
+
24
+ msgid "A few easy steps to setup %s"
25
+ msgstr "Kilka prostych kroków aby skonfigurować %s"
26
+
27
+ msgid "How to Control AdSense on Each Post"
28
+ msgstr "Jak wstawić AdSense w każdym wpisie"
29
+
30
+ msgid "Need to control ad blocks on each post?"
31
+ msgstr "Potrzebujesz wstawić bloki reklam w każdym poście?"
32
+
33
+ msgid "All-in-One AdSense Control"
34
+ msgstr "Ustawienia All-in-One AdSense"
35
+
36
+ msgid "Sidebar Widgets, Link Units or Google Search"
37
+ msgstr "Boczne widgety, jednostki linków lub Google Search"
38
+
39
+ msgid "Click for help"
40
+ msgstr "Kliknij aby uzyskać pomoc"
41
+
42
+ msgid "Check out the FAQ and rate this plugin."
43
+ msgstr "Sprawdź FAQ i oceń ten plugin."
44
+
45
+ msgid "Options (for the %s theme)"
46
+ msgstr "Opcje (dla motywu %s)"
47
+
48
+ msgid "Ad Blocks in Your Posts"
49
+ msgstr "Bloki reklam w Twoich wpisach"
50
+
51
+ msgid "[Appears in your posts and pages]"
52
+ msgstr "[Pojawią się w Twoich wpisach i stronach]"
53
+
54
+ msgid "Widgets for Your Sidebars"
55
+ msgstr "Wydgety dla Twoich paneli bocznych"
56
+
57
+ msgid "[See <a href=\"widgets.php\"> Appearance (or Design) &rarr; Widgets</a>]"
58
+ msgstr "[Zobacz <a href=\"widgets.php\"> Wygląd &rarr; Widgety</a>]"
59
+
60
+ msgid "Lead-in AdSense Text"
61
+ msgstr "AdSense w tekście wprowadzającym"
62
+
63
+ msgid "(Appears near the beginning of the post)"
64
+ msgstr "(Pojawi się w pobliżu początku posta)"
65
+
66
+ msgid "Ad Alignment"
67
+ msgstr "Wyrównanie"
68
+
69
+ msgid "Min. Word Count"
70
+ msgstr "Minimalna liczba słów"
71
+
72
+ msgid "Margin:"
73
+ msgstr "Margines:"
74
+
75
+ msgid "(Where to show?)"
76
+ msgstr "(Gdzie pokazywać?)"
77
+
78
+ msgid "Position:"
79
+ msgstr "Pozycja:"
80
+
81
+ msgid "Above Header"
82
+ msgstr "Powyżej nagłówka"
83
+
84
+ msgid "Below Header"
85
+ msgstr "Poniżej nagłówka"
86
+
87
+ msgid "Beginning of Post"
88
+ msgstr "Na początku wpisu"
89
+
90
+ msgid "Show:"
91
+ msgstr "Pokaż"
92
+
93
+ msgid "Suppress Lead-in Ad"
94
+ msgstr "Ukryj tą reklamę"
95
+
96
+ msgid "Text-wrapped"
97
+ msgstr "Zawijaj tekst"
98
+
99
+ msgid "No wrap"
100
+ msgstr "Bez zawijania"
101
+
102
+ msgid "Center"
103
+ msgstr "Wycentruj"
104
+
105
+ msgid "Mid-Post AdSense Text"
106
+ msgstr "AdSense w środku tekstu"
107
+
108
+ msgid "(Appears near the middle of the post)"
109
+ msgstr "(Pojawi się w pobliżu środka wpisu)"
110
+
111
+ msgid "Force Mid-post Ad"
112
+ msgstr "Wymuś reklamę w środku postu"
113
+
114
+ msgid "Suppress Mid-post Ad"
115
+ msgstr "Ukryj reklamę"
116
+
117
+ msgid "Post Lead-out AdSense Text"
118
+ msgstr "AdSense w tekscie kończącym"
119
+
120
+ msgid "(Appears near the end of the post)"
121
+ msgstr "(Pojawi się w pobliżu końca wpisu)"
122
+
123
+ msgid "End of Post"
124
+ msgstr "Koniec wpisu"
125
+
126
+ msgid "End of Page"
127
+ msgstr "Koniec strony"
128
+
129
+ msgid "Above Footer"
130
+ msgstr "Powyżej nagłówka"
131
+
132
+ msgid "Below Footer"
133
+ msgstr "Poniżej nagłówka"
134
+
135
+ msgid "Suppress Lead-out Ad"
136
+ msgstr "Ukryj reklamę"
137
+
138
+ msgid "Option on Google Policy"
139
+ msgstr "Opcje polityki programowej Google"
140
+
141
+ msgid "Three ad blocks (including the side bar widget, if enabled)."
142
+ msgstr "Trzy bloki reklam (włączając boczny widget, jeżeli jest włączony)."
143
+
144
+ msgid "Two ad blocks."
145
+ msgstr "Dwa bloki reklam."
146
+
147
+ msgid "One ad block."
148
+ msgstr "Jeden blok reklam."
149
+
150
+ msgid "No ad blocks in posts."
151
+ msgstr "Brak bloków reklam we wpisach."
152
+
153
+ msgid "Any number of ad blocks (At your own risk!)"
154
+ msgstr "Dowolna ilość bloków reklam (używasz na własną odpowiedzialność!)"
155
+
156
+ msgid "Number of Link Units widgets (&le; 3) [Google serves only three]:"
157
+ msgstr "Ilość widgetów z jednostami linków (&le; 3) [Google wyświetla tylko trzy]:"
158
+
159
+ msgid "Suppress AdSense Ad Blocks on:"
160
+ msgstr "Ukryj bloki reklam AdSense na:"
161
+
162
+ msgid "Pages (Ads only on Posts)"
163
+ msgstr "Strony (Reklamy tylko we wpisach)"
164
+
165
+ msgid "Pages that show attachments"
166
+ msgstr "Stronach które pokazują załączniki"
167
+
168
+ msgid "Attachment Page"
169
+ msgstr "Strony załączników"
170
+
171
+ msgid "Home Page and Front Page are the same for most blogs"
172
+ msgstr "Strona domowa i strona główna są tą samą stroną na większości blogów"
173
+
174
+ msgid "Home Page"
175
+ msgstr "Strona domowa"
176
+
177
+ msgid "Front Page"
178
+ msgstr "Strona główna"
179
+
180
+ msgid "Pages that come up when you click on category names"
181
+ msgstr "Strony które pokazują się gdy klikniesz na nazwę kategorii"
182
+
183
+ msgid "Category Pages"
184
+ msgstr "Strony kategorii"
185
+
186
+ msgid "Pages that come up when you click on tag names"
187
+ msgstr "Strony które pokazują się gdy klikniesz na nazwę tagu"
188
+
189
+ msgid "Tag Pages"
190
+ msgstr "Strony tagów"
191
+
192
+ msgid "Pages that come up when you click on year/month archives"
193
+ msgstr "Strony które pokazują się gdy klikniesz na archiwum roku/miesiąca"
194
+
195
+ msgid "Archive Pages"
196
+ msgstr "Strony archiwów"
197
+
198
+ msgid "Other Options"
199
+ msgstr "Inne opcje"
200
+
201
+ msgid "Allow ad blocks in feeds. [Please report any problems with this option.]"
202
+ msgstr "Wyświetlaj bloki reklam w kanałach (RSS, Atom, itp). [Proszę zgłaszać problemy z tą opcją.]"
203
+
204
+ msgid "Prioritize sidebar widget. (Always shows the widget, if enabled.)"
205
+ msgstr "Priorytet dla bocznego widgetu (Zawsze pokazuje widget, jeżeli jest włączony.)"
206
+
207
+ msgid "Google Policy says that you may not direct user attention to the ads via arrows or other graphical gimmicks. Please convince yourself that showing a mouseover decoration does not violate this Google statement before enabling this option."
208
+ msgstr "Polityka programowa Google mówi że nie możesz kierować uwagi użytkownika na reklamu za pomocą strzałek lub innych metod. Proszę upewnij się że zmiana wyglądu po najechaniu myszką (mouseover) nie naruszy polityki programowej Google zanim włączysz tą opcję."
209
+
210
+ msgid "Show a border around the ads?"
211
+ msgstr "Pokazuj ramkę dookoła reklam?"
212
+
213
+ msgid "Show the same border on the sidebar widget as well?"
214
+ msgstr "Pokazuj taką samą ramkę również dookoła bocznych widgetów?"
215
+
216
+ msgid "Widget?"
217
+ msgstr "Widget?"
218
+
219
+ msgid "Show the same border on the link units too?"
220
+ msgstr "Pokazuj taką samą ramkę również dookoła jednostek linków?"
221
+
222
+ msgid "Link Units?"
223
+ msgstr "Jednostki linków?"
224
+
225
+ msgid "All &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt;s that &lt;em&gt;Easy AdSense&lt;/em&gt; creates have the class attribute &lt;code&gt;adsense&lt;/code&gt;. Furthermore, they have class attributes like &lt;code&gt;adsense-leadin&lt;/code&gt;, &lt;code&gt;adsense-midtext&lt;/code&gt;, &lt;code&gt;adsense-leadout&lt;/code&gt;, &lt;code&gt;adsense-widget&lt;/code&gt; and &lt;code&gt;adsense-lu&lt;/code&gt; depending on the type. You can set the style for these classes in your theme &lt;code&gt;style.css&lt;/code&gt; to control their appearance.&lt;br /&gt;If this is all Greek to you, please leave the option unchecked."
226
+ msgstr ""
227
+
228
+ msgid "Suppress in-line styles (Control ad-blocks using style.css)"
229
+ msgstr "Zastąp style in-line (kontroluj bloki reklam przez css)"
230
+
231
+ msgid "AdSense Widget Text"
232
+ msgstr "Tekst widgetu AdSense"
233
+
234
+ msgid "(Appears in the Sidebar as a Widget)"
235
+ msgstr "(Pojawi się w panelu bocznym jako widget)"
236
+
237
+ msgid "Align Left"
238
+ msgstr "Do lewej"
239
+
240
+ msgid "Align Right"
241
+ msgstr "Do prawej"
242
+
243
+ msgid "Suppress Widget"
244
+ msgstr "Ukryj widget"
245
+
246
+ msgid "Widget Title:"
247
+ msgstr "Tytuł Widgeta:"
248
+
249
+ msgid "Hide Title"
250
+ msgstr "Ukryj tytuł"
251
+
252
+ msgid "AdSense Link-Units Text"
253
+ msgstr "Tekst jednostek linków AdSense"
254
+
255
+ msgid "(Appears in the Sidebar as Widgets)"
256
+ msgstr "(Pojawią się w panelu bocznym jako widgety)"
257
+
258
+ msgid "Suppress Link Units"
259
+ msgstr "Ukryj jednostki linków"
260
+
261
+ msgid "Link Unit Title:"
262
+ msgstr "Tytuł jednostki linków:"
263
+
264
+ msgid "Google Search Widget"
265
+ msgstr "Widget wyszukiwarki Google"
266
+
267
+ msgid "(Adds a Google Search Box to your sidebar)"
268
+ msgstr "(Dodaje pole wyszukiwarki Google do panelu bocznego)"
269
+
270
+ msgid "Search Title"
271
+ msgstr "Tytuł pola wyszukiwania"
272
+
273
+ msgid "(Title of the Google Search Widget)"
274
+ msgstr "(Tytuł widgetu wyszukiwania Google)"
275
+
276
+ msgid "Suppress Search Box"
277
+ msgstr "Ukryj pole wyszukiwania"
278
+
279
+ msgid "Custom Title:"
280
+ msgstr "Własny tytuł:"
281
+
282
+ msgid "Link-backs to"
283
+ msgstr "Linki zwrotne do"
284
+
285
+ msgid "(Consider showing at least one link.)"
286
+ msgstr "(Rozważ pokazywanie przynajmniej jednego linku.)"
287
+
288
+ msgid "Show a link under every ad block."
289
+ msgstr "Pokazuj link poniżej każdego bloku reklam."
290
+
291
+ msgid "Show the link only under the first ad block."
292
+ msgstr "Pokazuj link tylko poniżej pierwszego bloku reklam"
293
+
294
+ msgid "Show the link at the bottom of your blog page."
295
+ msgstr "Pokazuj link na dole strony bloga."
296
+
297
+ msgid "Show no links to my blog anywhere (Are you sure?!)"
298
+ msgstr "Nie pokazuj żadnych linków na moim blogu (Czy jesteś pewien?!)"
299
+
300
+ msgid "Save Changes"
301
+ msgstr "Zapisz ustawienia"
302
+
303
+ msgid "Discard all your changes and load defaults. (Are you quite sure?)"
304
+ msgstr "Usuń wszystkie Twoje zmiany i załaduj wartości domyślne. (Czy jesteś tego pewien?)"
305
+
306
+ msgid "Clean Database"
307
+ msgstr "Wyczyść bazę danych"
308
+
309
+ msgid "Uninstall"
310
+ msgstr "Odinstaluj"
311
+
312
+ msgid "Generate AdSense code (from http://adsense.google.com &rarr; AdSense Setup &rarr; Get Ads)."
313
+ msgstr "Wygeneruj kod AdSense (z http://adsense.google.com &rarr; Instalator AdSense &rarr; Pobierz reklamy)."
314
+
315
+ msgid "Cut and paste the AdSense code into the boxes below, deleting the existing text."
316
+ msgstr "Wytnij i wklej kod AdSense do pól poniżej, usuwając istniejący tekst."
317
+
318
+ msgid "Decide how to align and show the code in your blog posts."
319
+ msgstr "Określ jak wyrównywać i pokazywać kod w Twoich wpisach na blogu."
320
+
321
+ msgid "Take a look at the Google policy option, and other options. The defaults should work."
322
+ msgstr "Zwróć uwagę na opcję polityki programowej Google, i na inne opcje. Wartości domyślne powinny być odpowiednie."
323
+
324
+ msgid "If you want to use the widgets, drag and drop them at %s Appearance (or Design) &rarr; Widgets %s"
325
+ msgstr "Jeżeli chcesz używać widgetów, przenieś je i upuść na zakładce %s Wygląd &rarr; Widgety %s"
326
+
327
+ msgid "Save the options, and you are done!"
328
+ msgstr "Zapisz opcje, i to wszystko!"
329
+
330
+ msgid "This <b>Reset Options</b> button discards all your changes and loads the default options. This is your only warning!"
331
+ msgstr "Przycisk <b>Zresetuj opcje</b> usuwa wszystkie dokonane zmiany i ładuje domyślne usyawienia. To jest Twoje jedyne ostrzeżenie!"
332
+
333
+ msgid "The <b>Database Cleanup</b> button discards all your AdSense settings you have saved so far for <b>all</b> the themes, including the current one. Use it only if you know that you won't be using these themes. Please be careful with all database operations -- keep a backup."
334
+ msgstr "Przycisk <b>Czyszczenie bazy danych</b> usuwa wszystkie Twoje zapisane do tej pory ustawienia AdSense dla <b>wszystkich</b> tematów, włączając bieżący. Użuj go tylko jeżeli wiesz że nie będziesz więcej używał(a) tych tematów. Zachowaj ostrożność przy wszystkich operacjach na bazie danych -- pamiętaj o kopii zapasowej."
335
+
336
+ msgid "The <b>Uninstall</b> button really kills %s after cleaning up all the options it wrote in your database. This is your only warning! Please be careful with all database operations -- keep a backup."
337
+ msgstr "Przycisk <b>Odinstaluj</b> naprawdę usuwa %s po wyczyszczeniu wszystkich opcji które on zapisał do bazy danych. To jest Twoje jedyne ostrzeżenie! Zachowaj ostrożność przy wszystkich operacjach na bazie danych -- pamiętaj o kopii zapasowej."
338
+
339
+ msgid "Kill this plugin. (Are you quite sure?)"
340
+ msgstr "Usuń ten plugin. (Czy jesteś tego pewien?)"
341
+
342
+ msgid "Credits"
343
+ msgstr "Podziękowania"
344
+
345
+ msgid "%s uses the excellent Javascript/DHTML tooltips by %s"
346
+ msgstr "%s używa doskonałych tooltipów Javascript/DHTML napisanych przez %s"
347
+
348
+ msgid "Settings Updated."
349
+ msgstr "Ustawienia zapisane."
350
+
351
+ msgid "Ok, all your settings have been discarded!"
352
+ msgstr "OK, wszystkie Twoje ustawienia zostały usunięte!"
353
+
354
+ msgid "Database has been cleaned. All your options for this plugin (for all themes) have been removed."
355
+ msgstr "Baza danych została wyczyszczona. Wszystkie opcje dla tego pluginu (dla wszystkich motywów) zostały usunięte."
356
+
357
+ msgid "This plugin has been deactivated."
358
+ msgstr "Plugin został wyłączony."
359
+
360
+ msgid "Refresh"
361
+ msgstr "Odśwież"
362
+
363
+ msgid "Error locating the admin page!\nEnsure admin.php exists, or reinstall the plugin."
364
+ msgstr "Błąd podczas lokalizacji strony admina!\r\nUpewnij się że admin.php istnieje, lub przeinstaluj ten plugin."
365
+
366
+ msgid "Settings"
367
+ msgstr "Ustawienia"
368
+
369
+ msgid "Sponsored Links"
370
+ msgstr "Linki sponsorowane"
371
+
372
+ msgid "Show a Google AdSense block in your sidebar as a widget"
373
+ msgstr "Wyświetla blok reklam Google AdSense w panelu bocznym jako widget"
374
+
375
+ msgid "Show a Google Search Box in your sidebar as a widget"
376
+ msgstr "Wyświetla pole wyszukiwania Google w panelu bocznym jako widget"
377
+
378
+ msgid "Show a Google Links Unit in your sidebar as a widget"
379
+ msgstr "Wyświetla jednostki linków Google w panelu bocznym jako widget"
380
+
381
+ msgid "Buy %s Pro for $%s. Instant download."
382
+ msgstr ""
383
+
384
+ msgid "Get the Pro version now!"
385
+ msgstr "Zdobądź teraz wersję PRO"
386
+
387
+ msgid "Continue using the Lite version, and hide this message for now."
388
+ msgstr ""
389
+
390
+ msgid "Stay Lite"
391
+ msgstr ""
392
+
393
+ msgid "If you still need help, "
394
+ msgstr "Jeśli wciąż potrzebujesz pomocy"
395
+
396
+ msgid "Ask a support question via PayPal @ $0.95"
397
+ msgstr ""
398
+
399
+ msgid "request Paid Support."
400
+ msgstr ""
401
+
402
+ msgid "[WordPress Forum]"
403
+ msgstr ""
404
+
405
+ msgid "Go to the plugin description page"
406
+ msgstr ""
407
+
408
+ msgid "[Request Paid Support]"
409
+ msgstr ""
410
+
411
+ msgid "Check out my other plugin efforts:"
412
+ msgstr "Sprawdź moje inne pluginy:"
413
+
414
+ msgid "My Books -- on Physics, Philosophy, making Money etc:"
415
+ msgstr ""
416
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/zh_CN/easy-adsenser.mo CHANGED
Binary file
lang/zh_CN/easy-adsenser.po CHANGED
@@ -1,16 +1,16 @@
1
  # This file was generated by Easy Translator -- a WordPress plugin translator
2
- # Your Name:
3
- # Your Email: 158100302@qq.com
4
- # Your Website: 小酷的心情地带
5
- # Your URL: http://imxiaoku.co.cc
6
  # Your Locale: zh_CN
7
  # Your Language: zh-CN
8
  #, fuzzy
9
  msgid ""
10
  msgstr ""
11
  "Project-Id-Version: Easy AdSenser\n"
12
- "PO-Revision-Date: 2011-01-21 22:03:31\n"
13
- "Last-Translator: <158100302@qq.com>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
@@ -22,13 +22,19 @@ msgid "How to Set it up"
22
  msgstr "如何设置"
23
 
24
  msgid "A few easy steps to setup %s"
25
- msgstr "几个简单的步骤来安装 %s"
26
 
27
  msgid "How to Control AdSense on Each Post"
28
  msgstr "如何控制adsense在每一篇日志中"
29
 
30
  msgid "Need to control ad blocks on each post?"
31
- msgstr "需要在循环日志中控制每个广告区块?"
 
 
 
 
 
 
32
 
33
  msgid "Click for help"
34
  msgstr "点击此处获得帮助"
@@ -45,144 +51,6 @@ msgstr "在您日志中的广告区块"
45
  msgid "[Appears in your posts and pages]"
46
  msgstr "[出现在你的日志和页面]"
47
 
48
- msgid "Ad Alignment"
49
- msgstr "广告对齐"
50
-
51
- msgid "(Where to show?)"
52
- msgstr "(在哪里显示? )"
53
-
54
- msgid "Suppress"
55
- msgstr "禁止"
56
-
57
- msgid "Top"
58
- msgstr "上"
59
-
60
- msgid "Middle"
61
- msgstr "中"
62
-
63
- msgid "Bottom"
64
- msgstr "下"
65
-
66
- msgid "Support %s by Donating Ad Space"
67
- msgstr "支持 %s 通过广告空间"
68
-
69
- msgid "Percentage of ad slots to share [Default: 5%]:"
70
- msgstr "广告的百分比来分享(默认:5%)。"
71
-
72
- msgid "Suppress AdSense Ad Blocks on:"
73
- msgstr "禁止 AdSense 广告块在:"
74
-
75
- msgid "Pages (Ads only on Posts)"
76
- msgstr "网页(广告只出现在日志页)"
77
-
78
- msgid "Pages that show attachments"
79
- msgstr "查看附件页面"
80
-
81
- msgid "Attachment Page"
82
- msgstr "附件页面"
83
-
84
- msgid "Home Page and Front Page are the same for most blogs"
85
- msgstr "大多数的博客,主页和首页是相同的"
86
-
87
- msgid "Home Page"
88
- msgstr "主页"
89
-
90
- msgid "Front Page"
91
- msgstr "首页"
92
-
93
- msgid "Pages that come up when you click on category names"
94
- msgstr "当你点击分类名称来到页面时"
95
-
96
- msgid "Category Pages"
97
- msgstr "分类页"
98
-
99
- msgid "Pages that come up when you click on tag names"
100
- msgstr "当你点击标签名称来到页面时"
101
-
102
- msgid "Tag Pages"
103
- msgstr "标签页"
104
-
105
- msgid "Pages that come up when you click on year/month archives"
106
- msgstr "当你点击归档来到页面时"
107
-
108
- msgid "Archive Pages"
109
- msgstr "归档页"
110
-
111
- msgid "Save the changes as specified above"
112
- msgstr "保存上述的相关内容"
113
-
114
- msgid "Reset Options"
115
- msgstr "重置选项"
116
-
117
- msgid "Clean Database"
118
- msgstr "清除数据库"
119
-
120
- msgid "Uninstall"
121
- msgstr "卸载"
122
-
123
- msgid "Generate AdSense code (from http://adsense.google.com &rarr; AdSense Setup &rarr; Get Ads)."
124
- msgstr "生成 AdSense 代码 (from http://adsense.google.com &rarr; AdSense Setup &rarr; Get Ads)."
125
-
126
- msgid "Cut and paste the AdSense code into the boxes below, deleting the existing text."
127
- msgstr "复制并粘贴AdSense代码到下面的文本框内,删除现有的文本。"
128
-
129
- msgid "Decide how to align and show the code in your blog posts."
130
- msgstr "决定在您的博客日志中如何调整和显示代码。"
131
-
132
- msgid "Save the options, and you are done!"
133
- msgstr "保存选项,您将完成设置!"
134
-
135
- msgid "This <b>Reset Options</b> button discards all your changes and loads the default options. This is your only warning!"
136
- msgstr "这的<b>重置选项</b>按钮将抛弃所有更改并加载默认选项。这是唯一对您的警告!"
137
-
138
- msgid "Discard all your changes and load defaults. (Are you quite sure?)"
139
- msgstr "这将放弃所有的修改并且装入初始设置。 (您肯定吗? )"
140
-
141
- msgid "The <b>Database Cleanup</b> button discards all your AdSense settings you have saved so far for <b>all</b> the themes, including the current one. Use it only if you know that you won't be using these themes. Please be careful with all database operations -- keep a backup."
142
- msgstr "在<b>数据库清理</b> 按钮,抛弃所有的AdSense设置您储存迄今为<b>全部</b>的主题,包括在目前的。使用它,只有你知道你不会使用这些主题。请注意所有数据库操作-保存备份。"
143
-
144
- msgid "The <b>Uninstall</b> button really kills %s after cleaning up all the options it wrote in your database. This is your only warning! Please be careful with all database operations -- keep a backup."
145
- msgstr "这个<b>卸载</b> 按钮将中止 %s 并且清理所有的选项在你的数据库。这是您唯一的警告!请注意所有数据库操作-保存备份。"
146
-
147
- msgid "Kill this plugin. (Are you quite sure?)"
148
- msgstr "中止这个插件。(你肯定吗?)"
149
-
150
- msgid "Credits"
151
- msgstr "呜谢"
152
-
153
- msgid "%s uses the excellent Javascript/DHTML tooltips by %s"
154
- msgstr "%s 采用优秀Javascript / DHTML提示 %s"
155
-
156
- msgid "Settings Updated."
157
- msgstr "设置更新。"
158
-
159
- msgid "Ok, all your settings have been discarded!"
160
- msgstr "好了,你所有的设置已经丢弃!"
161
-
162
- msgid "Database has been cleaned. All your options for this plugin (for all themes) have been removed."
163
- msgstr "数据库已被清除。你所有的选项都为这个插件(主题)已经被移除。"
164
-
165
- msgid "This plugin has been deactivated."
166
- msgstr "这个插件已经停止。"
167
-
168
- msgid "Refresh"
169
- msgstr "刷新"
170
-
171
- msgid "Error locating the admin page!\nEnsure admin.php exists, or reinstall the plugin."
172
- msgstr "定位管理员页错误! \r\n 确保admin.php存在,或重新安装插件。"
173
-
174
- msgid "Settings"
175
- msgstr "设置"
176
-
177
- msgid "All-in-One AdSense Control"
178
- msgstr "All-in-One AdSense 面板"
179
-
180
- msgid "Sidebar Widgets, Link Units or Google Search"
181
- msgstr "栏边栏小工具, 链接单元或 Google 搜索"
182
-
183
- msgid "Policy Compliance"
184
- msgstr ""
185
-
186
  msgid "Widgets for Your Sidebars"
187
  msgstr "边栏小工具"
188
 
@@ -190,22 +58,28 @@ msgid "[See <a href=\"widgets.php\"> Appearance (or Design) &rarr; Widgets</a>]"
190
  msgstr "[查看 <a href=\"widgets.php\"> 外观(或 设计) -> 小工具</a>]"
191
 
192
  msgid "Lead-in AdSense Text"
193
- msgstr "Lead-in AdSense文本"
194
 
195
  msgid "(Appears near the beginning of the post)"
196
  msgstr "(显示在日志开始的位置)"
197
 
 
 
 
198
  msgid "Min. Word Count"
199
- msgstr ""
200
 
201
  msgid "Margin:"
202
  msgstr "边缘:"
203
 
 
 
 
204
  msgid "Position:"
205
  msgstr "位置:"
206
 
207
  msgid "Above Header"
208
- msgstr "标题上不"
209
 
210
  msgid "Below Header"
211
  msgstr "标题下部"
@@ -223,7 +97,7 @@ msgid "Text-wrapped"
223
  msgstr "融合内容"
224
 
225
  msgid "No wrap"
226
- msgstr "换行"
227
 
228
  msgid "Center"
229
  msgstr "居中"
@@ -282,6 +156,45 @@ msgstr "任何数量的广告区块(自己承担风险!)"
282
  msgid "Number of Link Units widgets (&le; 3) [Google serves only three]:"
283
  msgstr "链接单元数量 (&le; 3) [Google 服务只有三个]:"
284
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
285
  msgid "Other Options"
286
  msgstr "其它选项"
287
 
@@ -366,12 +279,6 @@ msgstr "禁止搜索框"
366
  msgid "Custom Title:"
367
  msgstr "自定义标题:"
368
 
369
- msgid "Allow popunders once a day to support the plugin development."
370
- msgstr ""
371
-
372
- msgid "[Not implemented yet.] Allow ExitJunction to donate your search engine bounce traffic. [Not implemented yet.]"
373
- msgstr ""
374
-
375
  msgid "Link-backs to"
376
  msgstr "链接区块到"
377
 
@@ -393,12 +300,72 @@ msgstr "不显示任何链接在我的博客。(你确定吗? !)"
393
  msgid "Save Changes"
394
  msgstr "保存"
395
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
396
  msgid "Take a look at the Google policy option, and other options. The defaults should work."
397
  msgstr "看看谷歌的政策选择,和其他选项。默认应工作。"
398
 
399
  msgid "If you want to use the widgets, drag and drop them at %s Appearance (or Design) &rarr; Widgets %s"
400
  msgstr "如果您要使用小工具,请在外观设置中拖放它们在 %s 主题(或设计)&rarr; 小工具 %s"
401
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
402
  msgid "Sponsored Links"
403
  msgstr "赞助商链接"
404
 
@@ -411,48 +378,39 @@ msgstr "E在您的边栏以小工具形式显示一个Google 搜索框"
411
  msgid "Show a Google Links Unit in your sidebar as a widget"
412
  msgstr "在边栏以小工具形式显示Google 链接单元"
413
 
414
- msgid "Support this Plugin!"
415
- msgstr "支持这个插件!"
416
-
417
- msgid "Share a small fraction of your ad space"
418
- msgstr "分享的一小部分你的广告空间"
419
-
420
- msgid "Buy a book, <b>The Unreal Universe</b>"
421
- msgstr "购买一本书, <b>The Unreal Universe</b>"
422
-
423
- msgid "Make a donation"
424
- msgstr "捐助"
425
 
426
- msgid "Starting version %3.1f, <em>%s</em> has an ad space sharing option, if you would like to support its future development. It gives you an option to share a small fraction of your ad slots (default is 5%%) to show the author's ads. Use the option (in \"Support %s by Donating Ad Space\") below to change the value, or turn it off (by entering 0%%)."
427
- msgstr "起始版本 %3.1f, <em>%s</em> 有一个广告空间共享选项,如果你愿意支持它的未来发展。它给你一个选项,可以分享的一小部分,你的广告时段 (默认 5%%) 显示作者的广告。使用这个选项 (在“支持 %s 通过广告空间”),下面来改变它值,或者把它关掉 (通过设置 0%%)."
428
 
429
- msgid "Due to the large number of support questions (most of which are answered by cutting and pasting the FAQ) I cannot offer free support any more."
430
- msgstr "由于大量的支持方面的问题(大多数已经被问过了并且在FAQ上)我不再提供免费支持。"
431
 
432
- msgid "or pay $3.95 per support question."
433
- msgstr "或者每个问题支付$3.95 。"
434
 
435
- msgid "[Email Author]"
436
- msgstr "[给作者发Email]"
437
 
438
- msgid "Check out my other plugin efforts:"
439
- msgstr "看看我的其他插件。"
440
 
441
- msgid "It puts ads like this into your <em>existing</em> posts."
442
- msgstr "像这样把您的广告嵌入你的日志:<em>existing<em>"
443
 
444
- msgid "To translate any plugin (with internationalized strings) to your language."
445
- msgstr "用您的语言(国际化字符)翻译任何一个插件。"
446
 
447
- msgid "To modify the color scheme of your themes with no CSS/Stylesheet editing."
448
- msgstr "修改你的主题的配色方案如果没有CSS样式表/样式编辑。"
449
 
450
- msgid "To translate LaTeX formulas like this [math](a+b)^2 = a^2 + b^2 + 2ab[/math] into this:"
451
- msgstr "翻译这样的公式 [math](a+b)^2 = a^2 + b^2 + 2ab[/math] 到这个:"
452
 
453
- msgid "My lean and mean AdSense plugin. No mess, no fuss."
454
- msgstr "我精简的另一个AdSense插件。"
455
 
456
- msgid "More options to monetize from your websites using ad providers other than AdSense. AdSense dumped you? Don't be heartbroken; there are other fish in the sea. You may find happiness with <a href=\"http://www.clicksor.com/pub/index.php?ref=105268\" title=\"Careful, don't double-date with AdSense and Clicksor, they get very jealous of each other!\">Clicksor</a>, <a href=\"http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref_publisher.dbm?Ref_Option=pub&amp;Ref_PID=229404\" title=\"Another fine ad provider\">BidVertiser</a> or <a href=\"http://chitika.com/publishers.php?refid=manojt\" title=\"Compatible with AdSense\">Chitika</a>. Use <a href=\"http://wordpress.org/extend/plugins/easy-ads/\" title=\"A new plugin to handle AdSense and its alternatives\">Easy Ads</a>, and you may get lucky!"
457
  msgstr ""
458
 
1
  # This file was generated by Easy Translator -- a WordPress plugin translator
2
+ # Your Name: Xuejun Liu
3
+ # Your Email: tigerdad@tigerdad.cn
4
+ # Your Website: 虎爸的个人空间
5
+ # Your URL: http://www.tigerdad.cn
6
  # Your Locale: zh_CN
7
  # Your Language: zh-CN
8
  #, fuzzy
9
  msgid ""
10
  msgstr ""
11
  "Project-Id-Version: Easy AdSenser\n"
12
+ "PO-Revision-Date: 2012-01-10 14:40:10\n"
13
+ "Last-Translator: Xuejun Liu <tigerdad@tigerdad.cn>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
22
  msgstr "如何设置"
23
 
24
  msgid "A few easy steps to setup %s"
25
+ msgstr "只需几个简单的步骤设置 %s"
26
 
27
  msgid "How to Control AdSense on Each Post"
28
  msgstr "如何控制adsense在每一篇日志中"
29
 
30
  msgid "Need to control ad blocks on each post?"
31
+ msgstr "需要在每个日志中控制广告区块?"
32
+
33
+ msgid "All-in-One AdSense Control"
34
+ msgstr "All-in-One AdSense 面板"
35
+
36
+ msgid "Sidebar Widgets, Link Units or Google Search"
37
+ msgstr "栏边栏小工具, 链接单元或 Google 搜索"
38
 
39
  msgid "Click for help"
40
  msgstr "点击此处获得帮助"
51
  msgid "[Appears in your posts and pages]"
52
  msgstr "[出现在你的日志和页面]"
53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  msgid "Widgets for Your Sidebars"
55
  msgstr "边栏小工具"
56
 
58
  msgstr "[查看 <a href=\"widgets.php\"> 外观(或 设计) -> 小工具</a>]"
59
 
60
  msgid "Lead-in AdSense Text"
61
+ msgstr "AdSense文本开头"
62
 
63
  msgid "(Appears near the beginning of the post)"
64
  msgstr "(显示在日志开始的位置)"
65
 
66
+ msgid "Ad Alignment"
67
+ msgstr "广告对齐"
68
+
69
  msgid "Min. Word Count"
70
+ msgstr "最小字数"
71
 
72
  msgid "Margin:"
73
  msgstr "边缘:"
74
 
75
+ msgid "(Where to show?)"
76
+ msgstr "(在哪里显示? )"
77
+
78
  msgid "Position:"
79
  msgstr "位置:"
80
 
81
  msgid "Above Header"
82
+ msgstr "标题上部"
83
 
84
  msgid "Below Header"
85
  msgstr "标题下部"
97
  msgstr "融合内容"
98
 
99
  msgid "No wrap"
100
+ msgstr "不换行"
101
 
102
  msgid "Center"
103
  msgstr "居中"
156
  msgid "Number of Link Units widgets (&le; 3) [Google serves only three]:"
157
  msgstr "链接单元数量 (&le; 3) [Google 服务只有三个]:"
158
 
159
+ msgid "Suppress AdSense Ad Blocks on:"
160
+ msgstr "禁止 AdSense 广告块在:"
161
+
162
+ msgid "Pages (Ads only on Posts)"
163
+ msgstr "网页(广告只出现在日志页)"
164
+
165
+ msgid "Pages that show attachments"
166
+ msgstr "查看附件页面"
167
+
168
+ msgid "Attachment Page"
169
+ msgstr "附件页面"
170
+
171
+ msgid "Home Page and Front Page are the same for most blogs"
172
+ msgstr "大多数的博客,主页和首页是相同的"
173
+
174
+ msgid "Home Page"
175
+ msgstr "主页"
176
+
177
+ msgid "Front Page"
178
+ msgstr "首页"
179
+
180
+ msgid "Pages that come up when you click on category names"
181
+ msgstr "当你点击分类名称来到页面时"
182
+
183
+ msgid "Category Pages"
184
+ msgstr "分类页"
185
+
186
+ msgid "Pages that come up when you click on tag names"
187
+ msgstr "当你点击标签名称来到页面时"
188
+
189
+ msgid "Tag Pages"
190
+ msgstr "标签页"
191
+
192
+ msgid "Pages that come up when you click on year/month archives"
193
+ msgstr "当你点击归档来到页面时"
194
+
195
+ msgid "Archive Pages"
196
+ msgstr "归档页"
197
+
198
  msgid "Other Options"
199
  msgstr "其它选项"
200
 
279
  msgid "Custom Title:"
280
  msgstr "自定义标题:"
281
 
 
 
 
 
 
 
282
  msgid "Link-backs to"
283
  msgstr "链接区块到"
284
 
300
  msgid "Save Changes"
301
  msgstr "保存"
302
 
303
+ msgid "Discard all your changes and load defaults. (Are you quite sure?)"
304
+ msgstr "这将放弃所有的修改并且装入初始设置。 (您肯定吗? )"
305
+
306
+ msgid "Clean Database"
307
+ msgstr "清除数据库"
308
+
309
+ msgid "Uninstall"
310
+ msgstr "卸载"
311
+
312
+ msgid "Generate AdSense code (from http://adsense.google.com &rarr; AdSense Setup &rarr; Get Ads)."
313
+ msgstr "生成 AdSense 代码 (from http://adsense.google.com &rarr; AdSense Setup &rarr; Get Ads)."
314
+
315
+ msgid "Cut and paste the AdSense code into the boxes below, deleting the existing text."
316
+ msgstr "复制并粘贴AdSense代码到下面的文本框内,删除现有的文本。"
317
+
318
+ msgid "Decide how to align and show the code in your blog posts."
319
+ msgstr "决定在您的博客日志中如何调整和显示代码。"
320
+
321
  msgid "Take a look at the Google policy option, and other options. The defaults should work."
322
  msgstr "看看谷歌的政策选择,和其他选项。默认应工作。"
323
 
324
  msgid "If you want to use the widgets, drag and drop them at %s Appearance (or Design) &rarr; Widgets %s"
325
  msgstr "如果您要使用小工具,请在外观设置中拖放它们在 %s 主题(或设计)&rarr; 小工具 %s"
326
 
327
+ msgid "Save the options, and you are done!"
328
+ msgstr "保存选项,您将完成设置!"
329
+
330
+ msgid "This <b>Reset Options</b> button discards all your changes and loads the default options. This is your only warning!"
331
+ msgstr "这的<b>重置选项</b>按钮将抛弃所有更改并加载默认选项。这是唯一对您的警告!"
332
+
333
+ msgid "The <b>Database Cleanup</b> button discards all your AdSense settings you have saved so far for <b>all</b> the themes, including the current one. Use it only if you know that you won't be using these themes. Please be careful with all database operations -- keep a backup."
334
+ msgstr "在<b>数据库清理</b> 按钮,抛弃所有的AdSense设置您储存迄今为<b>全部</b>的主题,包括在目前的。使用它,只有你知道你不会使用这些主题。请注意所有数据库操作-保存备份。"
335
+
336
+ msgid "The <b>Uninstall</b> button really kills %s after cleaning up all the options it wrote in your database. This is your only warning! Please be careful with all database operations -- keep a backup."
337
+ msgstr "这个<b>卸载</b> 按钮将中止 %s 并且清理所有的选项在你的数据库。这是您唯一的警告!请注意所有数据库操作-保存备份。"
338
+
339
+ msgid "Kill this plugin. (Are you quite sure?)"
340
+ msgstr "中止这个插件。(你肯定吗?)"
341
+
342
+ msgid "Credits"
343
+ msgstr "呜谢"
344
+
345
+ msgid "%s uses the excellent Javascript/DHTML tooltips by %s"
346
+ msgstr "%s 采用优秀Javascript / DHTML提示 %s"
347
+
348
+ msgid "Settings Updated."
349
+ msgstr "设置更新。"
350
+
351
+ msgid "Ok, all your settings have been discarded!"
352
+ msgstr "好了,你所有的设置已经丢弃!"
353
+
354
+ msgid "Database has been cleaned. All your options for this plugin (for all themes) have been removed."
355
+ msgstr "数据库已被清除。你所有的选项都为这个插件(主题)已经被移除。"
356
+
357
+ msgid "This plugin has been deactivated."
358
+ msgstr "这个插件已经停止。"
359
+
360
+ msgid "Refresh"
361
+ msgstr "刷新"
362
+
363
+ msgid "Error locating the admin page!\nEnsure admin.php exists, or reinstall the plugin."
364
+ msgstr "定位管理员页错误! \r\n 确保admin.php存在,或重新安装插件。"
365
+
366
+ msgid "Settings"
367
+ msgstr "设置"
368
+
369
  msgid "Sponsored Links"
370
  msgstr "赞助商链接"
371
 
378
  msgid "Show a Google Links Unit in your sidebar as a widget"
379
  msgstr "在边栏以小工具形式显示Google 链接单元"
380
 
381
+ msgid "Buy %s Pro for $%s. Instant download."
382
+ msgstr ""
 
 
 
 
 
 
 
 
 
383
 
384
+ msgid "Get the Pro version now!"
385
+ msgstr ""
386
 
387
+ msgid "Continue using the Lite version, and hide this message for now."
388
+ msgstr ""
389
 
390
+ msgid "Stay Lite"
391
+ msgstr ""
392
 
393
+ msgid "If you still need help, "
394
+ msgstr ""
395
 
396
+ msgid "Ask a support question via PayPal @ $0.95"
397
+ msgstr ""
398
 
399
+ msgid "request Paid Support."
400
+ msgstr ""
401
 
402
+ msgid "[WordPress Forum]"
403
+ msgstr ""
404
 
405
+ msgid "Go to the plugin description page"
406
+ msgstr ""
407
 
408
+ msgid "[Request Paid Support]"
409
+ msgstr ""
410
 
411
+ msgid "Check out my other plugin efforts:"
412
+ msgstr "看看我的其他插件。"
413
 
414
+ msgid "My Books -- on Physics, Philosophy, making Money etc:"
415
  msgstr ""
416
 
myPlugins.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  $myPlugins = array() ;
4
 
5
- $needPHP53 = ' <p> <font color="#c00">Note that this plugin requires PHPv5.3+. Please use the Lite version first to ensure that it works before buying the Pro version. If it does not work on your web host, consider the amazing <a href="http://buy.ads-ez.com/easy-adsense/" title=The most popular plugin to insert AdSense on your blog"><em><strong>Easy AdSense Pro</strong></em></a> for all your advertising needs. It can insert non-AdSense blocks as well.</font></p>' ;
6
 
7
  $myPlugins['easy-adsense'] =
8
  array('value' => 'Easy AdSense',
@@ -45,29 +45,6 @@ $myPlugins['easy-ads'] =
45
  'desc' => 'showcases AdSense and its alternatives on your blog',
46
  'title' => '<em><strong>Easy Ads</strong></em> provides a unified and intuitive interface to manage multiple ad providers on your blog. It lets you insert ads provided by <a href="http://www.clicksor.com/pub/index.php?ref=105268" title="Careful, do not double-date with AdSense and Clicksor, they get very jealous of each other!">Clicksor</a>, <a href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref_publisher.dbm?Ref_Option=pub&amp;Ref_PID=229404" title="Another fine ad provider">BidVertiser</a> or <a href="http://chitika.com/publishers.php?refid=manojt" title="Compatible with AdSense">Chitika</a> into your existing and future blog posts and pages.',
47
  'pro' => 'The Lite version of <em><strong>Easy Ads</strong></em> is fully functional. In the Pro version, you get a filter to minimize the chance of your AdSense and other accounts getting banned. It uses a fast and effective keyword matching algorithm to examine the contents of each page on the fly and determines whether the page content could look offensive to Google and others. If so, it prevents your ads from appearing on those pages. And you can tweak the strength of the algorithm (for each provider). The Pro version also gives you control over other global options like activating and deactivating various ad providers, resetting all options etc. The Pro version also lets you specify a list of computers where your ads will not be shown, in order to prevent accidental clicks on your own ads -- one of the main reasons the ad providers may ban you.' . $needPHP53) ;
48
-
49
- $myPlugins['easy-chitika'] =
50
- array('value' => 'Easy Chitika',
51
- 'support' => 'K2XN646VT5LVQ',
52
- 'price' => '4.95',
53
- 'share' => true,
54
- 'long' => false,
55
- 'blurb' => '<em><strong>Easy Chitika</strong></em> is an specialized, single-provider version of <em><strong>Easy Ads</strong></em>. If you are planning to use more than two providers, it may be easier and more economical to use <em><strong>Easy Ads</strong></em>. <em><strong>Easy Chitika</strong></em> ',
56
- 'desc' => 'provides you with a fully streamlined interface to manage Chitika ads on your blog.',
57
- 'title' => '<a href="http://chitika.com/publishers.php?refid=manojt" title="Compatible with AdSense">Chitika</a> is a good option if you want to supplement your AdSense income. <a href="http://buy.ads-ez.com/plugins/easy-chitika/" title="A new plugin to handle Chitika"><em><strong>Easy Chitika</strong></em></a> provides you with a specialized and intuitive interface to manage all aspects of Chitika ads on your blog, with size selectors, widget options, color-picker to customize your colors, etc.',
58
- 'pro' => 'The Lite version of <em><strong>Easy Chitika</strong></em> is fully functional. But the Pro version gives you more features and control. In the Pro version, you get a filter to minimize the chance of your account getting banned. It uses a fast and effective keyword matching algorithm to examine the contents of each page on the fly and determines whether the page content could look offensive to the provider. If so, it prevents your ads from appearing on those pages. And you can tweak the strength of the algorithm. The Pro version also lets you specify a list of computers where your ads will not be shown, in order to prevent accidental clicks on your own ads -- one of the main reasons the ad providers may ban you.' . $needPHP53) ;
59
-
60
- $myPlugins['easy-bidvertiser'] =
61
- array('value' => 'Easy BidVertiser',
62
- 'support' => '4W6E6JVP5RYQU',
63
- 'price' => '4.95',
64
- 'share' => true,
65
- 'long' => false,
66
- 'blurb' => '<em><strong>Easy BidVertiser</strong></em> is an specialized, single-provider version of <em><strong>Easy Ads</strong></em>. If you are planning to use more than two providers, it may be easier and more economical to use <em><strong>Easy Ads</strong></em>. <em><strong>Easy BidVertiser</strong></em> ',
67
- 'desc' => 'provides you with a fully streamlined interface to manage BidVertiser ads on your blog.',
68
- 'title' => '<a href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref_publisher.dbm?Ref_Option=pub&amp;Ref_PID=229404" title="Another fine ad provider">BidVertiser</a> is another fine ad provider. <a href="http://buy.ads-ez.com/plugins/easy-bidvertiser/" title="A new plugin to handle BidVertiser"><em><strong>Easy BidVertiser</strong></em></a> gives you a good interface to manage BidVertiser ads on your blog, with sidebar widget options.',
69
- 'pro' => 'The Lite version of <em><strong>Easy BidVertiser</strong></em> is fully functional. But the Pro version gives you more features and control. In the Pro version, you get a filter to minimize the chance of your account getting banned. It uses a fast and effective keyword matching algorithm to examine the contents of each page on the fly and determines whether the page content could look offensive to the provider. If so, it prevents your ads from appearing on those pages. And you can tweak the strength of the algorithm. The Pro version also lets you specify a list of computers where your ads will not be shown, in order to prevent accidental clicks on your own ads -- one of the main reasons the ad providers may ban you.' . $needPHP53) ;
70
-
71
  $myPlugins['easy-google'] =
72
  array('value' => 'Easy Google',
73
  'support' => '6M4A94KQMA9UL',
@@ -76,7 +53,7 @@ $myPlugins['easy-google'] =
76
  'long' => false,
77
  'blurb' => '<em><strong>Easy Google</strong></em> is a single-provider version of <em><strong>Easy Ads</strong></em> specialized for Google AdSense serving. If you are planning to use more than two providers, it may be easier and more economical to use <em><strong>Easy Ads</strong></em>. <em><strong>Easy Google</strong></em> ',
78
  'desc' => 'provides you with a fully streamlined interface to manage Google AdSense on your blog.',
79
- 'title' => '<a href="http://buy.ads-ez.com/plugins/easy-google/" title="A new plugin to handle Google"><em><strong>Easy Google</strong></em></a> gives you a specialized and intuitive interface to manage AdSense ads on your blog, with size selectors, widget options, color-picker to customize your colors, etc. It is a new generation plugin with a fancy, tabbed interface.',
80
  'pro' => 'The Lite version of <em><strong>Easy Google</strong></em> is fully functional. But the Pro version gives you more features and control. In the Pro version, you get a filter to minimize the chance of your AdSense account getting banned. It uses a fast and effective keyword matching algorithm to examine the contents of each page on the fly and determines whether the page content could look offensive to Google. If so, it prevents your ads from appearing on those pages. And you can tweak the strength of the algorithm. The Pro version also lets you specify a list of computers where your ads will not be shown, in order to prevent accidental clicks on your own ads -- one of the main reasons AdSense bans you.' . $needPHP53) ;
81
 
82
  $myPlugins['theme-tweaker'] =
@@ -127,15 +104,51 @@ $myPlugins['unreal-universe'] =
127
  'desc' => 'will change the way you look at reality and understand the universe around you. Ever wonder why nothing can faster than light? And the Earth was void until God said "Let there be light"? Here are some of the answers.',
128
  'title' => '<em><strong>The Unreal Universe</strong></em> is a remarkable book on physics, philosophy and surprising interconnections among seemingly disconnected silos of human knowledge.',
129
  'pro' => '',
130
- 'kind' => 'book') ;
131
 
132
- function renderInvite($plg, $plgName) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
  $plgLongName = $plg['value'] ;
134
  $plgPrice = $plg['price'] ;
135
  $benefits = $plg['benefits'] ;
136
  $yesTip = sprintf(__('Buy %s Pro for $%s. Instant download.', 'easy-adsenser'),$plgLongName, $plgPrice) ;
137
  $yesTitle = __('Get the Pro version now!', 'easy-adsenser') ;
138
- $noTip = __('Continue using the Lite version, and hide this message for now.', 'easy-adsenser') ;
139
  $noTitle = __('Stay Lite', 'easy-adsenser') ;
140
  if (empty($benefits)) return ;
141
  echo <<<ENDINVITE
@@ -148,7 +161,7 @@ $benefits
148
  And much more. New features and bug fixes will first appear in the Pro version before being ported to this freely distributed Lite edition. </p>
149
  <input onmouseover="Tip('$yesTip', WIDTH, 200, CLICKCLOSE, true, TITLE, '$yesTitle')" onmouseout="UnTip()" type = "button" id = "ybutton" value = "Go Pro!" onclick = "buttonwhich('Yes')">
150
  <input onmouseover="Tip('$noTip', WIDTH, 200, CLICKCLOSE, true, TITLE, '$noTitle')" onmouseout="UnTip()" type = "button" id = "nbutton" value = "No thanks" onclick = "buttonwhich('No')">
151
-
152
  <script type = "text/javascript">
153
  function hideInvite() {
154
  document.getElementById("tnc").style.display = 'none';
@@ -156,12 +169,14 @@ function hideInvite() {
156
  function buttonwhich(message) {
157
  document.getElementById("ybutton").style.display = 'none';
158
  document.getElementById("nbutton").disabled = 'true';
159
- document.getElementById("nbutton").value = 'Thank you for using $plgLongName Lite!';
160
- setTimeout('hideInvite()', 2000);
161
- if (message == 'Yes') window.open('http://buy.ads-ez.com/$plgName') ;
 
162
  }
163
  </script>
164
  </div>
165
  ENDINVITE;
166
  }
 
167
  ?>
2
 
3
  $myPlugins = array() ;
4
 
5
+ $needPHP53 = ' <p> <font color="#c00">Note that this plugin requires PHPv5.3+. Please use the Lite version first to ensure that it works before buying the Pro version. If it does not work on your web host, consider the amazing <a href="http://buy.thulasidas.com/easy-adsense/" title="The most popular plugin to insert AdSense on your blog"><em><strong>Easy AdSense Pro</strong></em></a> for all your advertising needs. It can insert non-AdSense blocks as well.</font></p>' ;
6
 
7
  $myPlugins['easy-adsense'] =
8
  array('value' => 'Easy AdSense',
45
  'desc' => 'showcases AdSense and its alternatives on your blog',
46
  'title' => '<em><strong>Easy Ads</strong></em> provides a unified and intuitive interface to manage multiple ad providers on your blog. It lets you insert ads provided by <a href="http://www.clicksor.com/pub/index.php?ref=105268" title="Careful, do not double-date with AdSense and Clicksor, they get very jealous of each other!">Clicksor</a>, <a href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref_publisher.dbm?Ref_Option=pub&amp;Ref_PID=229404" title="Another fine ad provider">BidVertiser</a> or <a href="http://chitika.com/publishers.php?refid=manojt" title="Compatible with AdSense">Chitika</a> into your existing and future blog posts and pages.',
47
  'pro' => 'The Lite version of <em><strong>Easy Ads</strong></em> is fully functional. In the Pro version, you get a filter to minimize the chance of your AdSense and other accounts getting banned. It uses a fast and effective keyword matching algorithm to examine the contents of each page on the fly and determines whether the page content could look offensive to Google and others. If so, it prevents your ads from appearing on those pages. And you can tweak the strength of the algorithm (for each provider). The Pro version also gives you control over other global options like activating and deactivating various ad providers, resetting all options etc. The Pro version also lets you specify a list of computers where your ads will not be shown, in order to prevent accidental clicks on your own ads -- one of the main reasons the ad providers may ban you.' . $needPHP53) ;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  $myPlugins['easy-google'] =
49
  array('value' => 'Easy Google',
50
  'support' => '6M4A94KQMA9UL',
53
  'long' => false,
54
  'blurb' => '<em><strong>Easy Google</strong></em> is a single-provider version of <em><strong>Easy Ads</strong></em> specialized for Google AdSense serving. If you are planning to use more than two providers, it may be easier and more economical to use <em><strong>Easy Ads</strong></em>. <em><strong>Easy Google</strong></em> ',
55
  'desc' => 'provides you with a fully streamlined interface to manage Google AdSense on your blog.',
56
+ 'title' => '<a href="http://buy.thulasidas.com/plugins/easy-google/" title="A new plugin to handle Google"><em><strong>Easy Google</strong></em></a> gives you a specialized and intuitive interface to manage AdSense ads on your blog, with size selectors, widget options, color-picker to customize your colors, etc. It is a new generation plugin with a fancy, tabbed interface.',
57
  'pro' => 'The Lite version of <em><strong>Easy Google</strong></em> is fully functional. But the Pro version gives you more features and control. In the Pro version, you get a filter to minimize the chance of your AdSense account getting banned. It uses a fast and effective keyword matching algorithm to examine the contents of each page on the fly and determines whether the page content could look offensive to Google. If so, it prevents your ads from appearing on those pages. And you can tweak the strength of the algorithm. The Pro version also lets you specify a list of computers where your ads will not be shown, in order to prevent accidental clicks on your own ads -- one of the main reasons AdSense bans you.' . $needPHP53) ;
58
 
59
  $myPlugins['theme-tweaker'] =
104
  'desc' => 'will change the way you look at reality and understand the universe around you. Ever wonder why nothing can faster than light? And the Earth was void until God said "Let there be light"? Here are some of the answers.',
105
  'title' => '<em><strong>The Unreal Universe</strong></em> is a remarkable book on physics, philosophy and surprising interconnections among seemingly disconnected silos of human knowledge.',
106
  'pro' => '',
107
+ 'kind' =>'book') ;
108
 
109
+ $myPlugins['iphoto-tagger'] =
110
+ array('value' => 'iPhoto Tagger -- Helper for iPhoto imports',
111
+ 'support' => '',
112
+ 'price' => '1.99',
113
+ 'share' => false,
114
+ 'long' => true,
115
+ 'blurb' => '<em><strong>iPhotoTagger</strong></em> is for the budding photographer in you. This Mac program ',
116
+ 'desc' => 'will make your life a lot easier if you have to import your existing pohtos into your iPhoto Library. It highlights the import status of your photos using an easy-to-follow color scheme.',
117
+ 'title' => '<em><strong>iPhoto Tagger</strong></em> is a native Mac Application to locate and tag your existing photos depending on whether they have been imported into your iPhoto Library. It first goes through your iPhoto library and catalogs what you have there. It then scans the folder you specify and compares the photos in there with those in your library. If a photo is found exactly once, it will get a Green label, so that it stands out when you browse to it in your Finder (which is Mac-talk for Windows Explorer). Similarly, if the photo appears more than once in your iPhoto library, it will be tagged in Yellow. And, going the extra-mile, iPhotoTagger will color your folder Green if all the photos within have been imported into your iPhoto library. Those folders that have been partially imported will be tagged Yellow.',
118
+ 'pro' => 'The Lite version of <em><strong>iPhoto Tagger</strong></em> is fully functional and makes the lists of the photos to be tagged. The Pro version adds the ability to automatically label those photos using Spotlight colors so that they stand out while browsing in Finder.',
119
+ 'kind' => 'app') ;
120
+
121
+ $myPlugins['ezpaypal'] =
122
+ array('value' => 'ezPayPal',
123
+ 'price' => '4.95',
124
+ 'share' => false,
125
+ 'long' => true,
126
+ 'blurb' => '<em><strong>ezPayPal</strong></em> is the simplest possible way to sell your digital goods online. Do you have an application, PHP package, photograph, PDF book (or any other downloadable item) to sell? Find the set up of a shopping cart system too overwhelming? <em>ezPayPal</em> may be the right solution for you. It ',
127
+ 'desc' => 'gets you started with your online business. Easy and simple!',
128
+ 'title' => '<em><strong>ezPayPal</strong></em> helps you quickly set up an online store to sell any downloadable item, where your buyers can pay for it and get an automatic, expiring download link. The whole flow is fully automated and designed to run unattended.',
129
+ 'pro' => 'The Lite version of <em><strong>ezPayPal</strong></em> is fully functional. But the Pro version gives you more features and control. The Pro version has improved data security, sandbox mode, database backup and restore, security audit, data migration tools, template editor, email facilities, upgradeable products and so on. Please follow the more info link for details.',
130
+ 'benefits' => '<li><em>Data Security</em>: The <em>Pro</em> version takes special measures to set up data verification links to ensure your sales data is safe and not susceptible to corruption. In technical terms, it checks for the existence of InnoDB in your MySQL installation, and uses it if found, setting up foreign keys to ensure referential integrity, and indices to guarantee performance. The Lite version uses the default MyISAM engine, fast and simple, but not exactly secure.</li>
131
+ <li><em>Sandbox Mode</em>: In the <em>Pro</em> version, you have the option to choose PayPal sandbox mode so that you can check your setup before going live.</li>
132
+ <li><em>DB Backup</em>: The <em>Pro</em> version has an option to generate a backup of your sales info to download to a safe location.</li>
133
+ <li><em>DB Restore</em>: It also provides a means to restore (of course) a previously backed up data file, overwriting (or appending to, as you wish) the existing sales info.</li>
134
+ <li><em>Security Audit</em>: The <em>Pro</em> version provides you with a tool to check your settings and installation for possible security issues.</li>
135
+ <li><em>Data Migration</em>: Using this <em>Pro</em> tool, your database tables can be automatically upgraded to the later version without losing your sales info and other settings. You will also get sample PHP files that can be used to migrate your data from text files into the database.</li>
136
+ <li><em>Template Editor</em>: The email body, thank you page and download display are all editable in the <em>Pro</em> version.</li>
137
+ <li><em>Uninstall Support</em>: In the unlikely event that you want to stop using ezPayPal, this <em>Pro</em> tool can help you clean up your database by deleting all the tables created during ezPayPal installation.</li>
138
+ <li><em>Additional Tools</em>: The <em>Pro</em> version also gives you a bunch of tools (php example files) that can help you migrate your existing sales data or product definitions.</li>
139
+ <li><em>Email facilities</em>: You can select a number of your buyers to notify, for example, of a critical update of your products, or of a free upgrade opportunity.</li>
140
+ <li><em>Upgradeable Products</em>: You can define products that are upgradeable. For instance, you can sell a short eBook at an introductory price. If your buyer likes it, he has the option of buying the full book by paying the difference.</li>
141
+ ',
142
+ 'kind' => 'app') ;
143
+
144
+ if (!function_exists('renderInvite')) {
145
+ function renderInvite($plg, $plgName) {
146
  $plgLongName = $plg['value'] ;
147
  $plgPrice = $plg['price'] ;
148
  $benefits = $plg['benefits'] ;
149
  $yesTip = sprintf(__('Buy %s Pro for $%s. Instant download.', 'easy-adsenser'),$plgLongName, $plgPrice) ;
150
  $yesTitle = __('Get the Pro version now!', 'easy-adsenser') ;
151
+ $noTip = __('Continue using the Lite version, and hide this message forever. After clicking this button, please remember to save your options to hide this box for good.', 'easy-adsenser') ;
152
  $noTitle = __('Stay Lite', 'easy-adsenser') ;
153
  if (empty($benefits)) return ;
154
  echo <<<ENDINVITE
161
  And much more. New features and bug fixes will first appear in the Pro version before being ported to this freely distributed Lite edition. </p>
162
  <input onmouseover="Tip('$yesTip', WIDTH, 200, CLICKCLOSE, true, TITLE, '$yesTitle')" onmouseout="UnTip()" type = "button" id = "ybutton" value = "Go Pro!" onclick = "buttonwhich('Yes')">
163
  <input onmouseover="Tip('$noTip', WIDTH, 200, CLICKCLOSE, true, TITLE, '$noTitle')" onmouseout="UnTip()" type = "button" id = "nbutton" value = "No thanks" onclick = "buttonwhich('No')">
164
+ <input type="hidden" id="killInvites" name="killInvites" value="" />
165
  <script type = "text/javascript">
166
  function hideInvite() {
167
  document.getElementById("tnc").style.display = 'none';
169
  function buttonwhich(message) {
170
  document.getElementById("ybutton").style.display = 'none';
171
  document.getElementById("nbutton").disabled = 'true';
172
+ document.getElementById("killInvites").value = 'true' ;
173
+ document.getElementById("nbutton").value = 'Thank you for using $plgLongName Lite! Please save options to hide this box forever.';
174
+ setTimeout('hideInvite()', 3000);
175
+ if (message == 'Yes') window.open('http://buy.thulasidas.com/$plgName') ;
176
  }
177
  </script>
178
  </div>
179
  ENDINVITE;
180
  }
181
+ }
182
  ?>
pqd-82x126.gif ADDED
Binary file
readme.txt CHANGED
@@ -1,12 +1,12 @@
1
  === Easy AdSense Lite ===
2
  Contributors: manojtd
3
- Donate link: http://buy.ads-ez.com/easy-adsense
4
- Tags: adsense, ad, ads, advertising, google
5
  Requires at least: 2.6
6
- Tested up to: 3.2
7
- Stable tag: 5.08
8
 
9
- Easy AdSense manages all aspects of Google AdSense for your blog: insert ads into posts and sidebar, and add a Google Search box. Easy and complete!
10
 
11
  == Description ==
12
 
@@ -32,13 +32,13 @@ Easy AdSense Lite is the freely distributed version of a premium plugin. The [Pr
32
 
33
  = New in this Release =
34
 
35
- Fixing a bug in enforcing the limit on the number of ad blocks. Updating translations.
36
 
37
  == Upgrade Notice ==
38
 
39
- = 5.08 =
40
 
41
- Fixing a bug in enforcing the limit on the number of ad blocks. Updating translations.
42
 
43
  == Screenshots ==
44
 
@@ -118,31 +118,11 @@ Easy AdSense now uses a paid support model. Each [support question](https://www.
118
 
119
  == Translations ==
120
 
121
- * Korean: [Jong-In Kim](iNNiS.KR "http://innis.kr/wordpress")
122
- * Turkish: [Omer Faruk](http://ramerta.com "Easy AdSense in Turkish (Turkce Ceviri)"), [Nurullah DEMIR](http://ndemir.com "Nurullah DEMIR"), [Murat Umutlu](http://www.simavlilar.com "Simav Sitesi Simav Bilgileri Simav Hakkõnda"), [Murat Kolukırık](http://www.sachkuafor.com "Sach ® Kuaför Saç Kaynak Merkezi").
123
- * Spanish: [Joaquin R. Rizer](http://www.shanky.com.ar "Joaquin R. Rizer"), [Maikel Frias](http://www.maikeladas.es "Maikel Frias"), [Argelio D&Atilde;&shy;az](http://www.goymad.com "El Ca&Atilde;&plusmn;izo"), [MaLk Gopher](http://malk-gopher.com/blog "MaLk Gopher & Friends"), [Pablog Pabloixx](http://rockstarunder.com.ar "RockStar Under"), [Navarra-Tu poblacion](http://navarra.tupoblacion.com "Navarra-Tu poblacion"), [Federico](http://www.posadasgalipan.com "Posadas Galipan"), [J. Marcos Troncoso](http://www.yanotesigue.com "@YaNoTeSigue"), [Jesús Ángel del Pozo Domínguez](http://masters.abloque.com "Ciclismo máster"), [Alberto Montoya](http://www.twittplaya.com "Twitt Playa")
124
- * Portuguese: `pt_BR`: [Maicon Vieira](http://maiconvieira.com "Maicon Vieira"), [Blog da Associação Atlética Portuguesa MK](http://portuguesamk.com "Blog da Associação Atlética Portuguesa MK"), [Ivan Carlos](http://www.icarlos.net "Ivan Carlos"), [Carlos Henrique](http://www.nuncapare.com "NuncaPare"), [Murillo Ferrari](http://www.cparadiso.com.br "Cinema Paradiso"), [Eduardo Dantas Correia](http://eduardo.dantascorreia.com.br "Eduardo Dantas Correia"), [Leandro Vilela](http://www.vilela.pro.br "Leandro Vilela ._."), [Rubens Souza](http://www.panguo.com.br "Panguo"). `pt_PT`: [Rui Macdonald](http://ruimacdonald.com/wordpress "Rui Macdonald"), [jatefoste](http://jatefoste.com "Notícias sobre as últimas novidades tecnológicas"), [Tiago Alves](http://www.ptbyte.net/home ":::PTBYTE:::")
125
- * Italian: [Angelo D Agostino](http://www.console-war.com "Angelo D Agostino"), [NokiaSymbian](http://www.nokiasymbian.it/wp "NokiaSymbian"), Saverio Tonno, [Fabio Napoleoni](http://techblog.zenit.org "Fabio's Tech Blog"), [Miglioriamo Velletri](http://www.miglioriamovelletri.it "Miglioriamo Velletri"), [Guadagno Col Web](http://www.guadagnoiocolweb.com "Guadagno Col Web"), [Federico](http://www.vitadapapa.it "Vita da Papà"),[Mondodecal](http://www.mondodecal.com "Mondodecal").
126
- * Bahasa Indonesia: [Hendry](http://debuk.com/ "Hendry"), [Percikan Info](http://gemparuang.com/new "Percikan Info").
127
- * Belarusian: [Marcis Gasuns](http://www.fatcow.com/ "Marcis Gasuns").
128
- * German: [Ole Emken](http://www.ganz-einfach.com "GANZ EINFACH"), [Andre Foltys](http://www.kindergarten-tip.de "Kindergarten-Tip.de"), [Mathias Roth](http://trade-service.eu "Service Center Weserstrasse"), [Albrecht Boucher](http://albrechtboucher.harth-server.de "Albrecht Boucher Blog"), Vincent Kollin.
129
- * Chinese: `zh_CN`: [Akii Snow](http://www.akii.org "Akii Snow"), [ShenMeng](http://shenmeng.org "ShenMeng"), [Joojen](http://www.keege.com "Joojen"), [http://imxiaoku.co.cc](http://imxiaoku.co.cc "http://imxiaoku.co.cc"). `zh_TW`: [AKiRA](http://akr.tw/ "AKiRA"), [人已散。曲未终。](http://leots.me "人已散。曲未终。")
130
- * Russian: ["ARCHIPOD"](http://archipod.ru "Vitaliy Alt"), [VN STUDIA](http://vlad.arvixe.ru, "VN-STUDIA") [be-os.ru](http://www.be-os.ru "be-os.ru"), [Алексей Ермаков](http://niagarin.ru "NiagariN.ru")
131
- * Arabic: [Aadil Ennia](http://www.darfx.com "Forex Home"), [Ahmed Ashraf](http://www.aatkcoblog.com "Aatkco Blog")
132
- * French: [Pierric DOMMEC](http://www.nos-comportements.fr "Nos Comportements")
133
- * Polish: [Daniel Fruzynski](http://www.poradnik-webmastera.com/ "Sir Zooro")
134
- * Ukrainian: [Vitalij](http://wpp.pp.ua "WordPress Plugins Ukraine")
135
- * Norwegian: [Terje Storsanden](http://www.storsanden.com/blog "Terje Storsanden")
136
- * Thai: [Poonyapat Wichuma](http://www.newbiesbiz.com/ "Guide to success in your e-commerce business."), [Viruscom2](http://Viruscom2.com "Viruscom2")
137
- * Danish: [Georg S. Adamsen](http://wordpress.blogos.dk/2009/10/27/google-adsense-plugins-pa-dansk/ "Georg S. Adamsen"), [Morten Beutelmann](http://www.team-devo.dk "Devotion").
138
- * Iranean: [Soheil](http://sabzclick.com/blog "soheil")
139
- * Romanian: `ro_RO` [Bican Valeriu Marian](http://3d-paradise.co.cc "3D-Paradise"), [Anunturi Jibo](http://www.jibo.ro "jIBO.ro")
140
- PS: Plugin author does not endorse any of the translators' websites, nor is he responsible for the contents therein.
141
-
142
  A big "Thank You" to all my translators. Easy AdSense V2.6+ sports an *Easy Translator* interface that will make the maintenance of translations a breeze. Please take a look (by following the link on the plugin admin page inviting you to improve the existing translation) and update your translations, when you get a chance. This translation interface works only on WP2.8+; please report any issues you encounter so that I can improve it. Thanks!
143
 
144
  == Change Log ==
145
 
 
146
  * V5.08: Fixing a bug in enforcing the limit on the number of ad blocks. Updating translations. [Jan 8, 2012]
147
  * V5.07: Minor fixes. [Nov 16, 2011]
148
  * V5.06: Code clean up -- removing unused functions, indenting the code. [Nov 15, 2011]
1
  === Easy AdSense Lite ===
2
  Contributors: manojtd
3
+ Donate link: http://buy.thulasidas.com/easy-adsense
4
+ Tags: adsense, ad, ads, advertising, easy adsense, google, adsense plugin
5
  Requires at least: 2.6
6
+ Tested up to: 3.3
7
+ Stable tag: 5.09
8
 
9
+ Easy AdSense manages all aspects of Google AdSense for your blog: insert ads into posts and sidebar, and add a Google Search box. Easiest and most complete AdSense Plugin!
10
 
11
  == Description ==
12
 
32
 
33
  = New in this Release =
34
 
35
+ Updating a few translations, consolidating image resources and trimming auxiliary files. New option to suppress invitations to upgrade the plugin.
36
 
37
  == Upgrade Notice ==
38
 
39
+ = 5.09 =
40
 
41
+ Updating a few translations, consolidating image resources and trimming auxiliary files. New option to suppress invitations to upgrade the plugin.
42
 
43
  == Screenshots ==
44
 
118
 
119
  == Translations ==
120
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
  A big "Thank You" to all my translators. Easy AdSense V2.6+ sports an *Easy Translator* interface that will make the maintenance of translations a breeze. Please take a look (by following the link on the plugin admin page inviting you to improve the existing translation) and update your translations, when you get a chance. This translation interface works only on WP2.8+; please report any issues you encounter so that I can improve it. Thanks!
122
 
123
  == Change Log ==
124
 
125
+ * V5.09: Updating a few translations, consolidating image resources and trimming auxiliary files. New option to suppress invitations to upgrade the plugin. [Mar 20, 2012]
126
  * V5.08: Fixing a bug in enforcing the limit on the number of ad blocks. Updating translations. [Jan 8, 2012]
127
  * V5.07: Minor fixes. [Nov 16, 2011]
128
  * V5.06: Code clean up -- removing unused functions, indenting the code. [Nov 15, 2011]
tail-text.php CHANGED
@@ -45,6 +45,7 @@ function makeTextWithTooltipTag($plg, $text, $tip, $title='', $width='')
45
  return $return ;
46
  }
47
  function renderPlg($name, $plg) {
 
48
  if ($plg['kind'] != '' && $plg['kind'] != 'plugin') return ;
49
  $value = '<em><strong>'.$plg['value'].'</strong></em>';
50
  $desc = $plg['desc'] ;
@@ -54,9 +55,9 @@ function renderPlg($name, $plg) {
54
  $text = $link . $desc ;
55
  $price = $plg['price'] ;
56
  $moreInfo = "&nbsp;&nbsp;<a href='http://www.thulasidas.com/plugins/$name' title='More info about $value at Unreal Blog'>More Info</a> " ;
57
- $liteVersion = "&nbsp;&nbsp; <a href='http://buy.ads-ez.com/$name/$name.zip' title='Download the Lite version of $value'>Get Lite Version</a> " ;
58
- $proVersion = "&nbsp;&nbsp; <a href='http://buy.ads-ez.com/$name' title='Buy the Pro version of $value for \$$price'>Get Pro Version</a><br />" ;
59
- $why = "<a href='http://buy.ads-ez.com/$name' title='Pro version of the $name plugin'><img src='https://www.paypalobjects.com/en_GB/SG/i/btn/btn_buynowCC_LG.gif' border='0' alt='PayPal The safer, easier way to pay online.' class='alignright' /></a>
60
  <br />".$plg['pro'] ;
61
  echo "<li>" . makeTextWithTooltip($text, $title, $value, 350) .
62
  "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" .
@@ -66,6 +67,7 @@ function renderPlg($name, $plg) {
66
  "</li>\n" ;
67
  }
68
  function renderBook($name, $plg) {
 
69
  if ($plg['kind'] != 'book') return ;
70
  $value = '<em><strong>'.$plg['value'].'</strong></em>';
71
  $desc = $plg['desc'] ;
@@ -77,8 +79,8 @@ function renderBook($name, $plg) {
77
  $moreInfo = "&nbsp;&nbsp; <a href='$url' title='More info about $value at Unreal Blog'>More Info</a> " ;
78
  $amazon = $plg['amazon'] ;
79
  if (!empty($amazon)) $buyAmazon = "&nbsp;&nbsp; <a href='$amazon' title='Get $value from Amazon.com'>Get it at Amazon</a> " ;
80
- $buyNow = "&nbsp;&nbsp; <a href='http://buy.ads-ez.com/$name' title='Buy and download $value for \$$price'>Buy and Download now!</a><br />" ;
81
- $why = "<a href='http://buy.ads-ez.com/$name' title='$name'><img src='https://www.paypalobjects.com/en_GB/SG/i/btn/btn_buynowCC_LG.gif' border='0' alt='PayPal The safer, easier way to pay online.' class='alignright' /></a>
82
  <br />".$title.$desc." $value costs only \$$price -- direct from the author." ;
83
  echo "<li>" . makeTextWithTooltip($text, $title, $value, 350) .
84
  "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" .
45
  return $return ;
46
  }
47
  function renderPlg($name, $plg) {
48
+ $plugindir = get_option('siteurl') . '/' . PLUGINDIR . '/' . basename(dirname(__FILE__)) ;
49
  if ($plg['kind'] != '' && $plg['kind'] != 'plugin') return ;
50
  $value = '<em><strong>'.$plg['value'].'</strong></em>';
51
  $desc = $plg['desc'] ;
55
  $text = $link . $desc ;
56
  $price = $plg['price'] ;
57
  $moreInfo = "&nbsp;&nbsp;<a href='http://www.thulasidas.com/plugins/$name' title='More info about $value at Unreal Blog'>More Info</a> " ;
58
+ $liteVersion = "&nbsp;&nbsp; <a href='http://buy.thulasidas.com/$name/$name.zip' title='Download the Lite version of $value'>Get Lite Version</a> " ;
59
+ $proVersion = "&nbsp;&nbsp; <a href='http://buy.thulasidas.com/$name' title='Buy the Pro version of $value for \$$price'>Get Pro Version</a><br />" ;
60
+ $why = "<a href='http://buy.thulasidas.com/$name' title='Buy the Pro version of the $name plugin'><img src='$plugindir/ezpaypal.png' border='0' alt='ezPayPal -- Instant PayPal Shop.' class='alignright' /></a>
61
  <br />".$plg['pro'] ;
62
  echo "<li>" . makeTextWithTooltip($text, $title, $value, 350) .
63
  "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" .
67
  "</li>\n" ;
68
  }
69
  function renderBook($name, $plg) {
70
+ $plugindir = get_option('siteurl') . '/' . PLUGINDIR . '/' . basename(dirname(__FILE__)) ;
71
  if ($plg['kind'] != 'book') return ;
72
  $value = '<em><strong>'.$plg['value'].'</strong></em>';
73
  $desc = $plg['desc'] ;
79
  $moreInfo = "&nbsp;&nbsp; <a href='$url' title='More info about $value at Unreal Blog'>More Info</a> " ;
80
  $amazon = $plg['amazon'] ;
81
  if (!empty($amazon)) $buyAmazon = "&nbsp;&nbsp; <a href='$amazon' title='Get $value from Amazon.com'>Get it at Amazon</a> " ;
82
+ $buyNow = "&nbsp;&nbsp; <a href='http://buy.thulasidas.com/$name' title='Buy and download $value for \$$price'>Buy and Download now!</a><br />" ;
83
+ $why = "<a href='http://buy.thulasidas.com/$name' title='$name'><img src='$plugindir/ezpaypal.png' border='0' alt='ezPayPal -- Instant PayPal Shop.' class='alignright' /></a>
84
  <br />".$title.$desc." $value costs only \$$price -- direct from the author." ;
85
  echo "<li>" . makeTextWithTooltip($text, $title, $value, 350) .
86
  "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" .
unreal.gif ADDED
Binary file
why-pro.php CHANGED
@@ -1,6 +1,7 @@
1
  <?php
2
 
3
  function renderWhyPro($name, $plg) {
 
4
  $value = $plg['value'];
5
  $desc = $plg['desc'] ;
6
  $toolTip = $plg['title'] ;
@@ -9,14 +10,13 @@ function renderWhyPro($name, $plg) {
9
  $text = $link . $desc ;
10
  $price = $plg['price'] ;
11
  $moreInfo = " &nbsp; &nbsp; <a href='http://www.thulasidas.com/plugins/$name' title='More info about $value'> More Info </a>" .
12
- "&nbsp; <a href='http://buy.ads-ez.com/$name/$name.zip' title='Download the Lite version of $value'>Get Lite Version </a>" .
13
- "&nbsp; <a href='http://buy.ads-ez.com/$name' title='Buy the Pro Lite version of $value for \$$price'>Get Pro Version</a>" ;
14
  $toolTip .= addslashes('<br />' . $moreInfo) ;
15
  $why = addslashes($plg['pro']) ;
16
  echo "<b>Get Pro Version!</b>
17
- <a href='http://buy.ads-ez.com/$name' title='Pro version of the $value plugin for \$$price'><img src='https://www.paypalobjects.com/en_GB/SG/i/btn/btn_buynowCC_LG.gif' border='0' alt='PayPal The safer, easier way to pay online.' class='alignright'/></a>
18
  <br />
19
- You are using the Lite version of $value, which is available in two versions: <b>Lite</b> and <b>pro</b>.
20
  <ul><li>
21
  $moreInfo
22
  <li>$why</li>
1
  <?php
2
 
3
  function renderWhyPro($name, $plg) {
4
+ $plugindir = get_option('siteurl') . '/' . PLUGINDIR . '/' . basename(dirname(__FILE__)) ;
5
  $value = $plg['value'];
6
  $desc = $plg['desc'] ;
7
  $toolTip = $plg['title'] ;
10
  $text = $link . $desc ;
11
  $price = $plg['price'] ;
12
  $moreInfo = " &nbsp; &nbsp; <a href='http://www.thulasidas.com/plugins/$name' title='More info about $value'> More Info </a>" .
13
+ "&nbsp; <a href='http://buy.thulasidas.com/$name' title='Buy the Pro version of $value for \$$price'>Get Pro Version</a>" ;
 
14
  $toolTip .= addslashes('<br />' . $moreInfo) ;
15
  $why = addslashes($plg['pro']) ;
16
  echo "<b>Get Pro Version!</b>
17
+ <a href='http://buy.thulasidas.com/$name' title='Buy the Pro version of the $value plugin for \$$price'><img src='$plugindir/ezpaypal.png' border='0' alt='ezPayPal -- Your Instant PayPal Shop.' class='alignright'/></a>
18
  <br />
19
+ You are using the Lite version of $value, which is available in two versions: <b>Lite</b> and <b>Pro</b>.
20
  <ul><li>
21
  $moreInfo
22
  <li>$why</li>