I Recommend This - Version 2.5.3

Version Description

Download this release

Release Info

Developer hchouhan
Plugin Icon 128x128 I Recommend This
Version 2.5.3
Comparing to
See all releases

Code changes from version 2.5.2 to 2.5.3

dot-irecommendthis.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: I Recommend This
4
  * Plugin URI: http://www.harishchouhan.com/personal-projects/i-recommend-this/
5
  * Description: This plugin allows your visitors to simply recommend or like your posts instead of commment it.
6
- * Version: 2.5.2
7
  * Author: Harish Chouhan
8
  * Author URI: http://www.harishchouhan.com
9
  * Author Email: me@harishchouhan.com
@@ -38,7 +38,7 @@ if ( ! class_exists( 'DOT_IRecommendThis' ) )
38
 
39
  class DOT_IRecommendThis {
40
 
41
- public $version = '2.5.1';
42
 
43
  /*--------------------------------------------*
44
  * Constructor
@@ -110,8 +110,10 @@ if ( ! class_exists( 'DOT_IRecommendThis' ) )
110
 
111
  public function load_localisation ()
112
  {
 
113
  load_plugin_textdomain( 'dot', false, dirname( plugin_basename( $this->file ) ) . '/languages/' );
114
 
 
115
  } // End load_localisation()
116
 
117
 
@@ -204,7 +206,8 @@ if ( ! class_exists( 'DOT_IRecommendThis' ) )
204
  ?>
205
 
206
  <p><?php _e('<a href="https://twitter.com/harishchouhan" class="twitter-follow-button" data-show-count="false">Follow @harishchouhan</a>
207
- <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> or Check out our other themes & plugins at <a href="http://www.dreamsonline.net">Dreams Online Themes</a>.', 'dot'); ?></p>
 
208
  <p><?php _e('This plugin allows your visitors to simply recommend or like your posts instead of commment it.', 'dot'); ?></p>
209
  <?php
210
  }
@@ -229,8 +232,8 @@ if ( ! class_exists( 'DOT_IRecommendThis' ) )
229
  if( !isset($options['hide_zero']) ) $options['hide_zero'] = '0';
230
 
231
  echo '<input type="hidden" name="dot_irecommendthis_settings[hide_zero]" value="0" />
232
- <label><input type="checkbox" name="dot_irecommendthis_settings[hide_zero]" value="1"'. (($options['hide_zero']) ? ' checked="checked"' : '') .' />
233
- Hide count if count is zero</label>';
234
  }
235
 
236
  function setting_disable_unique_ip()
@@ -239,8 +242,8 @@ if ( ! class_exists( 'DOT_IRecommendThis' ) )
239
  if( !isset($options['disable_unique_ip']) ) $options['disable_unique_ip'] = '0';
240
 
241
  echo '<input type="hidden" name="dot_irecommendthis_settings[disable_unique_ip]" value="0" />
242
- <label><input type="checkbox" name="dot_irecommendthis_settings[disable_unique_ip]" value="1"'. (($options['disable_unique_ip']) ? ' checked="checked"' : '') .' />
243
- Disable saving of IP Address. Will only save cookies to track user votes.</label>';
244
  }
245
 
246
  function setting_disable_css()
@@ -249,8 +252,8 @@ if ( ! class_exists( 'DOT_IRecommendThis' ) )
249
  if( !isset($options['disable_css']) ) $options['disable_css'] = '0';
250
 
251
  echo '<input type="hidden" name="dot_irecommendthis_settings[disable_css]" value="0" />
252
- <label><input type="checkbox" name="dot_irecommendthis_settings[disable_css]" value="1"'. (($options['disable_css']) ? ' checked="checked"' : '') .' />
253
- I want to use my own CSS styles</label>';
254
  }
255
 
256
  function setting_text_zero_suffix()
3
  * Plugin Name: I Recommend This
4
  * Plugin URI: http://www.harishchouhan.com/personal-projects/i-recommend-this/
5
  * Description: This plugin allows your visitors to simply recommend or like your posts instead of commment it.
6
+ * Version: 2.5.3
7
  * Author: Harish Chouhan
8
  * Author URI: http://www.harishchouhan.com
9
  * Author Email: me@harishchouhan.com
38
 
39
  class DOT_IRecommendThis {
40
 
41
+ public $version = '2.5.3';
42
 
43
  /*--------------------------------------------*
44
  * Constructor
110
 
111
  public function load_localisation ()
112
  {
113
+
114
  load_plugin_textdomain( 'dot', false, dirname( plugin_basename( $this->file ) ) . '/languages/' );
115
 
116
+
117
  } // End load_localisation()
118
 
119
 
206
  ?>
207
 
208
  <p><?php _e('<a href="https://twitter.com/harishchouhan" class="twitter-follow-button" data-show-count="false">Follow @harishchouhan</a>
209
+ <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>', 'dot'); ?><br />
210
+ <?php _e('or Check out our other themes & plugins at <a href="http://www.dreamsonline.net">Dreams Online Themes</a>.', 'dot'); ?></p>
211
  <p><?php _e('This plugin allows your visitors to simply recommend or like your posts instead of commment it.', 'dot'); ?></p>
212
  <?php
213
  }
232
  if( !isset($options['hide_zero']) ) $options['hide_zero'] = '0';
233
 
234
  echo '<input type="hidden" name="dot_irecommendthis_settings[hide_zero]" value="0" />
235
+ <label><input type="checkbox" name="dot_irecommendthis_settings[hide_zero]" value="1"'. (($options['hide_zero']) ? ' checked="checked"' : '') .' />' .
236
+ __('Hide count if count is zero', 'dot') . '</label>';
237
  }
238
 
239
  function setting_disable_unique_ip()
242
  if( !isset($options['disable_unique_ip']) ) $options['disable_unique_ip'] = '0';
243
 
244
  echo '<input type="hidden" name="dot_irecommendthis_settings[disable_unique_ip]" value="0" />
245
+ <label><input type="checkbox" name="dot_irecommendthis_settings[disable_unique_ip]" value="1"'. (($options['disable_unique_ip']) ? ' checked="checked"' : '') .' />' .
246
+ __('Disable saving of IP Address. Will only save cookies to track user votes.', 'dot') . '</label>';
247
  }
248
 
249
  function setting_disable_css()
252
  if( !isset($options['disable_css']) ) $options['disable_css'] = '0';
253
 
254
  echo '<input type="hidden" name="dot_irecommendthis_settings[disable_css]" value="0" />
255
+ <label><input type="checkbox" name="dot_irecommendthis_settings[disable_css]" value="1"'. (($options['disable_css']) ? ' checked="checked"' : '') .' />' .
256
+ __('I want to use my own CSS styles', 'dot') . '</label>';
257
  }
258
 
259
  function setting_text_zero_suffix()
languages/{dot-irecommendthis-en.mo → dot-en.mo} RENAMED
Binary file
languages/{dot-irecommendthis-en.po → dot-en.po} RENAMED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: I Recommend This 2.2.0\n"
4
- "POT-Creation-Date: 2013-09-28 08:10+0530\n"
5
- "PO-Revision-Date: 2013-09-28 08:10+0530\n"
6
  "Last-Translator: DOT <hello@dreamsmedia.in>\n"
7
  "Language-Team: \n"
8
  "MIME-Version: 1.0\n"
@@ -16,186 +16,208 @@ msgstr ""
16
  "\\trunk\n"
17
 
18
  #: D:\Projects\Plugin
19
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:124
20
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:125
21
  msgid "I Recommend This"
22
  msgstr ""
23
 
24
  #: D:\Projects\Plugin
25
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:144
26
  msgid "Automatically display on"
27
  msgstr ""
28
 
29
  #: D:\Projects\Plugin
30
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:146
31
  msgid "Text after 0 Count"
32
  msgstr ""
33
 
34
  #: D:\Projects\Plugin
35
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:148
36
  msgid "Text after 1 Count"
37
  msgstr ""
38
 
39
  #: D:\Projects\Plugin
40
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:150
41
  msgid "Text after more than 1 Count"
42
  msgstr ""
43
 
44
  #: D:\Projects\Plugin
45
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:152
46
  msgid "Title for New posts"
47
  msgstr ""
48
 
49
  #: D:\Projects\Plugin
50
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:154
51
  msgid "Title for already voted posts"
52
  msgstr ""
53
 
54
  #: D:\Projects\Plugin
55
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:156
56
  msgid "Disable CSS"
57
  msgstr ""
58
 
59
  #: D:\Projects\Plugin
60
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:158
61
  msgid "Hide Zero Count"
62
  msgstr ""
63
 
64
  #: D:\Projects\Plugin
65
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:160
66
  msgid "Disable IP saving"
67
  msgstr ""
68
 
69
  #: D:\Projects\Plugin
70
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:162
71
  msgid "Choose a style"
72
  msgstr ""
73
 
74
  #: D:\Projects\Plugin
75
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:164
76
  msgid "Shortcode and Template Tag"
77
  msgstr ""
78
 
79
  #: D:\Projects\Plugin
80
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:192
81
  msgid "Save Changes"
82
  msgstr ""
83
 
84
  #: D:\Projects\Plugin
85
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:206
86
  msgid ""
87
  "<a href=\"https://twitter.com/harishchouhan\" class=\"twitter-follow-button"
88
  "\" data-show-count=\"false\">Follow @harishchouhan</a>\n"
89
  "<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d."
90
  "getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"//platform."
91
  "twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,"
92
- "\"script\",\"twitter-wjs\");</script> or Check out our other themes & "
93
- "plugins at <a href=\"http://www.dreamsonline.net\">Dreams Online Themes</a>."
94
  msgstr ""
95
 
96
  #: D:\Projects\Plugin
97
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:208
 
 
 
 
 
 
 
98
  msgid ""
99
  "This plugin allows your visitors to simply recommend or like your posts "
100
  "instead of commment it."
101
  msgstr ""
102
 
103
  #: D:\Projects\Plugin
104
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:220
105
  msgid "Posts"
106
  msgstr ""
107
 
108
  #: D:\Projects\Plugin
109
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:223
110
  msgid "All other pages like Index, Archive, etc."
111
  msgstr ""
112
 
113
  #: D:\Projects\Plugin
114
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:262
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  msgid ""
116
  "Text to display after zero count. Leave blank for no text after the count."
117
  msgstr ""
118
 
119
  #: D:\Projects\Plugin
120
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:270
121
  msgid ""
122
  "Text to display after 1 person has recommended. Leave blank for no text "
123
  "after the count."
124
  msgstr ""
125
 
126
  #: D:\Projects\Plugin
127
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:279
128
  msgid ""
129
  "Text to display after more than 1 person have recommended. Leave blank for "
130
  "no text after the count."
131
  msgstr ""
132
 
133
  #: D:\Projects\Plugin
134
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:288
135
  msgid "Link Title element for posts not yet voted by a user."
136
  msgstr ""
137
 
138
  #: D:\Projects\Plugin
139
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:297
140
  msgid "Link Title element for posts already voted by a user."
141
  msgstr ""
142
 
143
  #: D:\Projects\Plugin
144
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:306
145
  msgid "Default style - Thumb"
146
  msgstr ""
147
 
148
  #: D:\Projects\Plugin
149
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:309
150
  msgid "Heart"
151
  msgstr ""
152
 
153
  #: D:\Projects\Plugin
154
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:314
155
  msgid ""
156
  "To use I Recomment This in your posts and pages you can use the shortcode:"
157
  msgstr ""
158
 
159
  #: D:\Projects\Plugin
160
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:316
161
  msgid ""
162
  "To use I Recomment This manually in your theme template use the following "
163
  "PHP code:"
164
  msgstr ""
165
 
166
  #: D:\Projects\Plugin
167
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:318
168
  msgid "To show top recommended post from a particular date use below shortcode"
169
  msgstr ""
170
 
171
  #: D:\Projects\Plugin
172
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:593
173
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:626
174
  msgid "Recommend this"
175
  msgstr ""
176
 
177
  #: D:\Projects\Plugin
178
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:608
179
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:641
180
  msgid "You already recommended this"
181
  msgstr ""
182
 
183
  #: D:\Projects\Plugin
184
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:794
185
  msgid "Title:"
186
  msgstr ""
187
 
188
  #: D:\Projects\Plugin
189
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:797
190
  msgid "Number of posts to show:"
191
  msgstr ""
192
 
193
  #: D:\Projects\Plugin
194
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:800
195
  msgid "Show post count"
196
  msgstr ""
197
 
198
  #: D:\Projects\Plugin
199
- #: Development\i-recommend-this\trunk/dot-irecommendthis.php:838
200
  msgid "Settings"
201
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: I Recommend This 2.5.3\n"
4
+ "POT-Creation-Date: 2013-09-28 11:55+0530\n"
5
+ "PO-Revision-Date: 2013-09-28 12:10+0530\n"
6
  "Last-Translator: DOT <hello@dreamsmedia.in>\n"
7
  "Language-Team: \n"
8
  "MIME-Version: 1.0\n"
16
  "\\trunk\n"
17
 
18
  #: D:\Projects\Plugin
19
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:126
20
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:127
21
  msgid "I Recommend This"
22
  msgstr ""
23
 
24
  #: D:\Projects\Plugin
25
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:146
26
  msgid "Automatically display on"
27
  msgstr ""
28
 
29
  #: D:\Projects\Plugin
30
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:148
31
  msgid "Text after 0 Count"
32
  msgstr ""
33
 
34
  #: D:\Projects\Plugin
35
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:150
36
  msgid "Text after 1 Count"
37
  msgstr ""
38
 
39
  #: D:\Projects\Plugin
40
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:152
41
  msgid "Text after more than 1 Count"
42
  msgstr ""
43
 
44
  #: D:\Projects\Plugin
45
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:154
46
  msgid "Title for New posts"
47
  msgstr ""
48
 
49
  #: D:\Projects\Plugin
50
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:156
51
  msgid "Title for already voted posts"
52
  msgstr ""
53
 
54
  #: D:\Projects\Plugin
55
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:158
56
  msgid "Disable CSS"
57
  msgstr ""
58
 
59
  #: D:\Projects\Plugin
60
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:160
61
  msgid "Hide Zero Count"
62
  msgstr ""
63
 
64
  #: D:\Projects\Plugin
65
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:162
66
  msgid "Disable IP saving"
67
  msgstr ""
68
 
69
  #: D:\Projects\Plugin
70
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:164
71
  msgid "Choose a style"
72
  msgstr ""
73
 
74
  #: D:\Projects\Plugin
75
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:166
76
  msgid "Shortcode and Template Tag"
77
  msgstr ""
78
 
79
  #: D:\Projects\Plugin
80
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:194
81
  msgid "Save Changes"
82
  msgstr ""
83
 
84
  #: D:\Projects\Plugin
85
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:208
86
  msgid ""
87
  "<a href=\"https://twitter.com/harishchouhan\" class=\"twitter-follow-button"
88
  "\" data-show-count=\"false\">Follow @harishchouhan</a>\n"
89
  "<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d."
90
  "getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"//platform."
91
  "twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,"
92
+ "\"script\",\"twitter-wjs\");</script>"
 
93
  msgstr ""
94
 
95
  #: D:\Projects\Plugin
96
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:210
97
+ msgid ""
98
+ "or Check out our other themes & plugins at <a href=\"http://www.dreamsonline."
99
+ "net\">Dreams Online Themes</a>."
100
+ msgstr ""
101
+
102
+ #: D:\Projects\Plugin
103
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:211
104
  msgid ""
105
  "This plugin allows your visitors to simply recommend or like your posts "
106
  "instead of commment it."
107
  msgstr ""
108
 
109
  #: D:\Projects\Plugin
110
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:223
111
  msgid "Posts"
112
  msgstr ""
113
 
114
  #: D:\Projects\Plugin
115
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:226
116
  msgid "All other pages like Index, Archive, etc."
117
  msgstr ""
118
 
119
  #: D:\Projects\Plugin
120
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:236
121
+ msgid "Hide count if count is zero"
122
+ msgstr ""
123
+
124
+ #: D:\Projects\Plugin
125
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:246
126
+ msgid ""
127
+ "Disable saving of IP Address. Will only save cookies to track user votes."
128
+ msgstr ""
129
+
130
+ #: D:\Projects\Plugin
131
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:256
132
+ msgid "I want to use my own CSS styles"
133
+ msgstr ""
134
+
135
+ #: D:\Projects\Plugin
136
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:265
137
  msgid ""
138
  "Text to display after zero count. Leave blank for no text after the count."
139
  msgstr ""
140
 
141
  #: D:\Projects\Plugin
142
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:273
143
  msgid ""
144
  "Text to display after 1 person has recommended. Leave blank for no text "
145
  "after the count."
146
  msgstr ""
147
 
148
  #: D:\Projects\Plugin
149
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:282
150
  msgid ""
151
  "Text to display after more than 1 person have recommended. Leave blank for "
152
  "no text after the count."
153
  msgstr ""
154
 
155
  #: D:\Projects\Plugin
156
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:291
157
  msgid "Link Title element for posts not yet voted by a user."
158
  msgstr ""
159
 
160
  #: D:\Projects\Plugin
161
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:300
162
  msgid "Link Title element for posts already voted by a user."
163
  msgstr ""
164
 
165
  #: D:\Projects\Plugin
166
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:309
167
  msgid "Default style - Thumb"
168
  msgstr ""
169
 
170
  #: D:\Projects\Plugin
171
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:312
172
  msgid "Heart"
173
  msgstr ""
174
 
175
  #: D:\Projects\Plugin
176
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:317
177
  msgid ""
178
  "To use I Recomment This in your posts and pages you can use the shortcode:"
179
  msgstr ""
180
 
181
  #: D:\Projects\Plugin
182
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:319
183
  msgid ""
184
  "To use I Recomment This manually in your theme template use the following "
185
  "PHP code:"
186
  msgstr ""
187
 
188
  #: D:\Projects\Plugin
189
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:321
190
  msgid "To show top recommended post from a particular date use below shortcode"
191
  msgstr ""
192
 
193
  #: D:\Projects\Plugin
194
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:596
195
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:629
196
  msgid "Recommend this"
197
  msgstr ""
198
 
199
  #: D:\Projects\Plugin
200
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:611
201
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:644
202
  msgid "You already recommended this"
203
  msgstr ""
204
 
205
  #: D:\Projects\Plugin
206
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:798
207
  msgid "Title:"
208
  msgstr ""
209
 
210
  #: D:\Projects\Plugin
211
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:801
212
  msgid "Number of posts to show:"
213
  msgstr ""
214
 
215
  #: D:\Projects\Plugin
216
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:804
217
  msgid "Show post count"
218
  msgstr ""
219
 
220
  #: D:\Projects\Plugin
221
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:842
222
  msgid "Settings"
223
  msgstr ""
languages/dot-pt_BR.mo ADDED
Binary file
languages/dot-pt_BR.po ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: I Recommend This 2.5.3\n"
4
+ "POT-Creation-Date: 2013-09-28 11:55+0530\n"
5
+ "PO-Revision-Date: 2013-09-28 03:46-0300\n"
6
+ "Last-Translator: Darlan ten Caten <darlantc@i9solucoesdigitais.com.br>\n"
7
+ "Language-Team: Darlan ten Caten <darlan@i9solucoesdigitais.com.br>\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.7\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;__\n"
13
+ "X-Poedit-Basepath: D:\\Projects\\Plugin Development\\i-recommend-this"
14
+ "\\trunk\n"
15
+ "Language: pt_BR\n"
16
+ "X-Poedit-SearchPath-0: D:\\Projects\\Plugin Development\\i-recommend-this"
17
+ "\\trunk\n"
18
+
19
+ #: D:\Projects\Plugin
20
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:126
21
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:127
22
+ msgid "I Recommend This"
23
+ msgstr "Eu Recomendo Isso"
24
+
25
+ #: D:\Projects\Plugin
26
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:146
27
+ msgid "Automatically display on"
28
+ msgstr "Mostrar automaticamente"
29
+
30
+ #: D:\Projects\Plugin
31
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:148
32
+ msgid "Text after 0 Count"
33
+ msgstr "Texto exibido para contador Zerado"
34
+
35
+ #: D:\Projects\Plugin
36
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:150
37
+ msgid "Text after 1 Count"
38
+ msgstr "Texto exibido para contador em 1"
39
+
40
+ #: D:\Projects\Plugin
41
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:152
42
+ msgid "Text after more than 1 Count"
43
+ msgstr "Texto exibido para contador maior que 1"
44
+
45
+ #: D:\Projects\Plugin
46
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:154
47
+ msgid "Title for New posts"
48
+ msgstr "Título para Novos posts"
49
+
50
+ #: D:\Projects\Plugin
51
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:156
52
+ msgid "Title for already voted posts"
53
+ msgstr "Título para post já votado"
54
+
55
+ #: D:\Projects\Plugin
56
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:158
57
+ msgid "Disable CSS"
58
+ msgstr "Desabilitar CSS"
59
+
60
+ #: D:\Projects\Plugin
61
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:160
62
+ msgid "Hide Zero Count"
63
+ msgstr "Esconder contador Zerado"
64
+
65
+ #: D:\Projects\Plugin
66
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:162
67
+ msgid "Disable IP saving"
68
+ msgstr "Desabilitar salvamento de IP"
69
+
70
+ #: D:\Projects\Plugin
71
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:164
72
+ msgid "Choose a style"
73
+ msgstr "Escolha um estilo"
74
+
75
+ #: D:\Projects\Plugin
76
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:166
77
+ msgid "Shortcode and Template Tag"
78
+ msgstr "Shortcode e Template Tag"
79
+
80
+ #: D:\Projects\Plugin
81
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:194
82
+ msgid "Save Changes"
83
+ msgstr "Salvar Alterações"
84
+
85
+ #: D:\Projects\Plugin
86
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:208
87
+ msgid ""
88
+ "<a href=\"https://twitter.com/harishchouhan\" class=\"twitter-follow-button"
89
+ "\" data-show-count=\"false\">Follow @harishchouhan</a>\n"
90
+ "<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d."
91
+ "getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"//platform."
92
+ "twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,"
93
+ "\"script\",\"twitter-wjs\");</script>"
94
+ msgstr ""
95
+ "<a href=\"https://twitter.com/harishchouhan\" class=\"twitter-follow-button"
96
+ "\" data-show-count=\"false\">Siga @harishchouhan</a>\n"
97
+ "<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d."
98
+ "getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"//platform."
99
+ "twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,"
100
+ "\"script\",\"twitter-wjs\");</script>"
101
+
102
+ #: D:\Projects\Plugin
103
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:210
104
+ msgid ""
105
+ "or Check out our other themes & plugins at <a href=\"http://www.dreamsonline."
106
+ "net\">Dreams Online Themes</a>."
107
+ msgstr ""
108
+ "ou conheça nossos Temas & Plugins em <a href=\"http://www.dreamsonline.net"
109
+ "\">Dreams Online Themes</a>."
110
+
111
+ #: D:\Projects\Plugin
112
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:211
113
+ msgid ""
114
+ "This plugin allows your visitors to simply recommend or like your posts "
115
+ "instead of commment it."
116
+ msgstr ""
117
+ "Este plugin permite que seus visitantes simplesmente curtam seus posts ao "
118
+ "invés de comenta-los."
119
+
120
+ #: D:\Projects\Plugin
121
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:223
122
+ msgid "Posts"
123
+ msgstr ""
124
+
125
+ #: D:\Projects\Plugin
126
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:226
127
+ msgid "All other pages like Index, Archive, etc."
128
+ msgstr "Todas as outras páginas como Inicial, Arquivo, etc."
129
+
130
+ #: D:\Projects\Plugin
131
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:236
132
+ msgid "Hide count if count is zero"
133
+ msgstr "Esconder contador se está zerado"
134
+
135
+ #: D:\Projects\Plugin
136
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:246
137
+ msgid ""
138
+ "Disable saving of IP Address. Will only save cookies to track user votes."
139
+ msgstr ""
140
+ "Desativar o salvamento de Endereço de IP. Somente os cookies serão salvos "
141
+ "para seguir os votos de usuários."
142
+
143
+ #: D:\Projects\Plugin
144
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:256
145
+ msgid "I want to use my own CSS styles"
146
+ msgstr "Eu quero usar meu próprio estilo CSS"
147
+
148
+ #: D:\Projects\Plugin
149
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:265
150
+ msgid ""
151
+ "Text to display after zero count. Leave blank for no text after the count."
152
+ msgstr ""
153
+ "Texto para exibir depois do contador Zerado. Deixe em branco para não exibir "
154
+ "texto depois do contador."
155
+
156
+ #: D:\Projects\Plugin
157
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:273
158
+ msgid ""
159
+ "Text to display after 1 person has recommended. Leave blank for no text "
160
+ "after the count."
161
+ msgstr ""
162
+ "Texto para exibir depois que 1 pessoa curtiu. Deixe em branco para não "
163
+ "exibir texto depois do contador."
164
+
165
+ #: D:\Projects\Plugin
166
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:282
167
+ msgid ""
168
+ "Text to display after more than 1 person have recommended. Leave blank for "
169
+ "no text after the count."
170
+ msgstr ""
171
+ "Texto para exibir depois que mais de 1 pessoa curtiu. Deixe em branco para "
172
+ "não exibir texto depois do contador."
173
+
174
+ #: D:\Projects\Plugin
175
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:291
176
+ msgid "Link Title element for posts not yet voted by a user."
177
+ msgstr "Título de Link para posts ainda não votados pelo usuário."
178
+
179
+ #: D:\Projects\Plugin
180
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:300
181
+ msgid "Link Title element for posts already voted by a user."
182
+ msgstr "Título de Link para posts que o usuário já votou."
183
+
184
+ #: D:\Projects\Plugin
185
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:309
186
+ msgid "Default style - Thumb"
187
+ msgstr "Estilo Padrão - Thumb"
188
+
189
+ #: D:\Projects\Plugin
190
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:312
191
+ msgid "Heart"
192
+ msgstr "Coração"
193
+
194
+ #: D:\Projects\Plugin
195
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:317
196
+ msgid ""
197
+ "To use I Recomment This in your posts and pages you can use the shortcode:"
198
+ msgstr "Para usar o I Recomment This em seus posts e páginas use o shortcode:"
199
+
200
+ #: D:\Projects\Plugin
201
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:319
202
+ msgid ""
203
+ "To use I Recomment This manually in your theme template use the following "
204
+ "PHP code:"
205
+ msgstr ""
206
+ "Para usar o I Recomment This manualmente em seu tema use o seguinte código "
207
+ "PHP:"
208
+
209
+ #: D:\Projects\Plugin
210
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:321
211
+ msgid "To show top recommended post from a particular date use below shortcode"
212
+ msgstr ""
213
+ "Para mostrar os posts mais recomendados de uma data particular use o "
214
+ "shortcode abaixo"
215
+
216
+ #: D:\Projects\Plugin
217
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:596
218
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:629
219
+ msgid "Recommend this"
220
+ msgstr "Recomendo Isso"
221
+
222
+ #: D:\Projects\Plugin
223
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:611
224
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:644
225
+ msgid "You already recommended this"
226
+ msgstr "Você já recomendou isso"
227
+
228
+ #: D:\Projects\Plugin
229
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:798
230
+ msgid "Title:"
231
+ msgstr "Título:"
232
+
233
+ #: D:\Projects\Plugin
234
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:801
235
+ msgid "Number of posts to show:"
236
+ msgstr "Número de posts para mostrar:"
237
+
238
+ #: D:\Projects\Plugin
239
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:804
240
+ msgid "Show post count"
241
+ msgstr "Mostrar contador de post"
242
+
243
+ #: D:\Projects\Plugin
244
+ #: Development\i-recommend-this\trunk/dot-irecommendthis.php:842
245
+ msgid "Settings"
246
+ msgstr "Configurações"
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Plugin Name ===
2
  Contributors: hchouhan, dreamsonline, dreamsmedia, Benoit "LeBen" Burgener
3
  Donate link: http://www.dreamsonline.net
4
- Tags: recommend, like, love, post, rate, rating, heart, dribbble like, tumblr like
5
  Requires at least: 3.3
6
  Tested up to: 3.6.1
7
- Stable tag: 2.5.2
8
  Last Updated: 2013-September-28
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -35,14 +35,16 @@ This plugin allows your visitors to simply like/recommend your posts instead of
35
  * You can add the voting link to any page using shortcodes
36
  * Now using shortcode display a specific number of most recommended posts of all time or from a specific time period with support to chose the post type.
37
 
 
 
 
38
  This plugin is based exactly on Benoit "LeBen" Burgener's "I Like This" Plugin and has been modified after getting requests for the changes I had made on my website.
39
 
40
- Please report any bugs you find via http://www.dreamsonline.net/wordpress-plugins/i-recommend-this/
41
 
42
  = Examples of how the plugin has been used =
43
 
44
  * [Flat UI Design Gallery](http://flattrendz.com) - Example usage in website Design Gallery
45
-
46
  * [Harish's blog](http://www.harishchouhan.com/blog/) -
47
 
48
 
@@ -83,6 +85,9 @@ You can also visit the [support center](http://www.dreamsonline.net/wordpress-pl
83
 
84
  == Changelog ==
85
 
 
 
 
86
  = 2.5.2
87
  * Replaced 'before' & 'after' attributes in shortocde 'dot_recommended_posts' with a single attribute 'container'
88
 
1
  === Plugin Name ===
2
  Contributors: hchouhan, dreamsonline, dreamsmedia, Benoit "LeBen" Burgener
3
  Donate link: http://www.dreamsonline.net
4
+ Tags: recommend, like, love, post, rate, rating, post rating, heart, dribbble like, tumblr like
5
  Requires at least: 3.3
6
  Tested up to: 3.6.1
7
+ Stable tag: 2.5.3
8
  Last Updated: 2013-September-28
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
35
  * You can add the voting link to any page using shortcodes
36
  * Now using shortcode display a specific number of most recommended posts of all time or from a specific time period with support to chose the post type.
37
 
38
+ = Translations =
39
+ * Portuguese translation added. Thanks to Darlan ten Caten - http://i9solucoesdigitais.com.br/
40
+
41
  This plugin is based exactly on Benoit "LeBen" Burgener's "I Like This" Plugin and has been modified after getting requests for the changes I had made on my website.
42
 
43
+ Please report any bugs you find via http://www.dreamsonline.net/wordpress-plugins/i-recommend-this/ or via WordPress forums.
44
 
45
  = Examples of how the plugin has been used =
46
 
47
  * [Flat UI Design Gallery](http://flattrendz.com) - Example usage in website Design Gallery
 
48
  * [Harish's blog](http://www.harishchouhan.com/blog/) -
49
 
50
 
85
 
86
  == Changelog ==
87
 
88
+ = 2.5.3
89
+ * Fixed textdomain problem. Added portuguese translation. Thanks to @Darlan ten Caten.
90
+
91
  = 2.5.2
92
  * Replaced 'before' & 'after' attributes in shortocde 'dot_recommended_posts' with a single attribute 'container'
93