You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msgid"Counts views for any post type. Compatible with static cache plugins, with an asynchronous AJAX implementation."
25
28
msgstr""
26
29
27
-
#:views/admin/widget.php:27
28
-
msgid"Order on which field ?"
30
+
#. Author of the plugin
31
+
msgid"BE API Technical team"
29
32
msgstr""
30
33
31
-
#:views/admin/widget.php:38
32
-
msgid"If you order by views, choose time interval:"
34
+
#. Author URI of the plugin
35
+
msgid"http://www.beapi.fr"
33
36
msgstr""
34
37
35
-
#:views/admin/widget.php:49
36
-
msgid"Order by ?"
38
+
#:classes/admin/main.php:24
39
+
msgid"Counter"
37
40
msgstr""
38
41
39
-
#:views/admin/widget.php:52
40
-
msgid"Ascending"
42
+
#:classes/admin/main.php:36
43
+
#:views/client/widget.php:23
44
+
msgid" views"
41
45
msgstr""
42
46
43
-
#:views/admin/widget.php:52
44
-
msgid"Descending"
47
+
#:classes/admin/main.php:52
48
+
msgid"Counters views were imported successfully! %d lines."
45
49
msgstr""
46
50
47
-
#:views/admin/widget.php:60
48
-
msgid"Show counter ?"
51
+
#:classes/admin/main.php:54
52
+
msgid"No data has been imported. Either you have not installed these plugins, or the data has been purged."
49
53
msgstr""
50
54
51
-
#:views/admin/widget.php:63
52
-
msgid"Yes"
55
+
#:classes/admin/settings.php:27
56
+
msgid"Post Views Counter"
53
57
msgstr""
54
58
55
-
#:views/admin/widget.php:63
56
-
msgid"No"
59
+
#:classes/admin/settings.php:64
60
+
#:classes/admin/settings.php:65
61
+
msgid"General"
57
62
msgstr""
58
63
59
-
#:views/admin/widget.php:71
60
-
msgid"Number of items to show"
64
+
#:classes/admin/settings.php:82
65
+
msgid"Counter mode"
61
66
msgstr""
62
67
63
-
#:views/admin/page-settings.php:9
64
-
msgid"Post Views Counter - Settings"
68
+
#:classes/admin/settings.php:86
69
+
msgid"Inline"
65
70
msgstr""
66
71
67
-
#:views/admin/page-settings.php:18
68
-
msgid"Import counter data from another plugins"
72
+
#:classes/admin/settings.php:87
73
+
msgid"JS call with WordPress (default, best compromise)"
69
74
msgstr""
70
75
71
-
#:views/admin/page-settings.php:20
72
-
msgid"Supported plugins : <a href="http://wordpress.org/plugins/wp-postviews/">WP-Post-Views</a>, <a href="http://wordpress.org/plugins/baw-post-views-count/faq/">BAW Post Views Count</a>"
76
+
#:classes/admin/settings.php:88
77
+
msgid"JS call with pure PHP script (best performance)"
73
78
msgstr""
74
79
75
-
#:views/admin/page-settings.php:22
76
-
msgid"<strong>Caution</strong>: This process performs both data import and deletion of old data. Imported values overwrite existing data."
80
+
#:classes/admin/settings.php:90
81
+
msgid"Mode <strong>inline</strong> is the simplest, most reliable, but it is not compatible with plugins static cache.<br />The two modes \"JS Call\" add asynchronous JavaScript code in the footer of your site for compatibilizing the number of views. The difference between <strong>WordPress</strong> and <strong>PHP Pure</strong> is the mechanism used to update the counters in the database. The <strong>pure PHP</strong> mode is on average 10 times more efficient than the WP mode because it does not load WordPress!<br />However, the <strong>pure PHP</strong> mode sometimes have problems operating in some accommodation, this is the reason why this is not the default mode."
77
82
msgstr""
78
83
79
-
#:views/admin/page-settings.php:28
80
-
msgid"Start import"
84
+
#:classes/admin/settings.php:94
85
+
msgid"Include"
81
86
msgstr""
82
87
83
-
#:views/admin/page-settings.php:32
84
-
msgid"Created by <a href="http://www.herewithme.fr">Amaury Balmer</a> - Funded by <a href="http://beapi.fr">Be API</a> - Ticket, patch, bug, donation and documentation <a href="https://github.com/herewithme/bea-post-views-counter">on Github !</a> "
88
+
#:classes/admin/settings.php:98
89
+
msgid"Everyone"
85
90
msgstr""
86
91
87
-
#:views/admin/page-settings.php:33
88
-
msgid"Plugin written with poetry, no ads, no viruses, no spyware."
92
+
#:classes/admin/settings.php:99
93
+
msgid"Guests only"
89
94
msgstr""
90
95
91
-
#:views/client/widget.php:12
92
-
msgid"No items actually for this custom post type."
msgid"It is important to exclude robots counters views because they regularly browsing your site and they distort the statistics. Note that the exclusion of users logged in with the administrator role does not work with pure PHP mode."
118
+
msgstr""
119
+
120
+
#:classes/admin/settings.php:116
121
+
msgid"Exclude IPs:"
122
+
msgstr""
123
+
124
+
#:classes/admin/settings.php:117
125
+
msgid"You can exclude IP addresses of your choice, separate them with commas."
msgid"Increment only once counter per user session?"
134
+
msgstr""
135
+
136
+
#:classes/admin/settings.php:127
137
+
msgid"This setting prevents manipulation counters views. It allows only one counter increments during a browsing session of the user. This feature uses the PHP SESSION, to avoid technical limitations of cookies. Finally, it reduces the performance of your server if your site generates a lot of traffic!"
105
138
msgstr""
106
139
107
140
#:classes/plugin.php:59
@@ -140,6 +173,14 @@ msgstr ""
140
173
msgid"Total"
141
174
msgstr""
142
175
176
+
#:classes/shortcode.php:18
177
+
msgid"This content has been viewed "
178
+
msgstr""
179
+
180
+
#:classes/shortcode.php:19
181
+
msgid" times in total"
182
+
msgstr""
183
+
143
184
#:classes/widget.php:8
144
185
msgid"Most viewed content"
145
186
msgstr""
@@ -160,114 +201,87 @@ msgstr ""
160
201
msgid"ID"
161
202
msgstr""
162
203
163
-
#:classes/widget.php:104
164
-
msgid"Views"
165
-
msgstr""
166
-
167
-
#:classes/admin/main.php:24
168
-
msgid"Counter"
169
-
msgstr""
170
-
171
-
#:classes/admin/main.php:52
172
-
msgid"Counters views were imported successfully! %d lines."
173
-
msgstr""
174
-
175
-
#:classes/admin/main.php:54
176
-
msgid"No data has been imported. Either you have not installed these plugins, or the data has been purged."
msgid"JS call with WordPress (default, best compromise)"
217
+
#:views/admin/page-settings.php:18
218
+
msgid"Import counter data from another plugins"
201
219
msgstr""
202
220
203
-
#:classes/admin/settings.php:88
204
-
msgid"JS call with pure PHP script (best performance)"
221
+
#:views/admin/page-settings.php:20
222
+
msgid"Supported plugins : <a href=\"http://wordpress.org/plugins/wp-postviews/\">WP-Post-Views</a>, <a href=\"http://wordpress.org/plugins/baw-post-views-count/faq/\">BAW Post Views Count</a>"
205
223
msgstr""
206
224
207
-
#:classes/admin/settings.php:90
208
-
msgid"Mode <strong>inline</strong> is the simplest, most reliable, but it is not compatible with plugins static cache.<br />The two modes "JS Call" add asynchronous JavaScript code in the footer of your site for compatibilizing the number of views. The difference between <strong>WordPress</strong> and <strong>PHP Pure</strong> is the mechanism used to update the counters in the database. The <strong>pure PHP</strong> mode is on average 10 times more efficient than the WP mode because it does not load WordPress!<br />However, the <strong>pure PHP</strong> mode sometimes have problems operating in some accommodation, this is the reason why this is not the default mode."
225
+
#:views/admin/page-settings.php:22
226
+
msgid"<strong>Caution</strong>: This process performs both data import and deletion of old data. Imported values overwrite existing data."
209
227
msgstr""
210
228
211
-
#:classes/admin/settings.php:94
212
-
msgid"Include"
229
+
#:views/admin/page-settings.php:28
230
+
msgid"Start import"
213
231
msgstr""
214
232
215
-
#:classes/admin/settings.php:98
216
-
msgid"Everyone"
233
+
#:views/admin/page-settings.php:32
234
+
msgid"Created by <a href=\"http://www.herewithme.fr\">Amaury Balmer</a> - Funded by <a href=\"http://beapi.fr\">Be API</a> - Ticket, patch, bug, donation and documentation <a href=\"https://github.com/herewithme/bea-post-views-counter\">on Github !</a> "
217
235
msgstr""
218
236
219
-
#:classes/admin/settings.php:99
220
-
msgid"Guests only"
237
+
#:views/admin/page-settings.php:33
238
+
msgid"Plugin written with poetry, no ads, no viruses, no spyware."
221
239
msgstr""
222
240
223
-
#:classes/admin/settings.php:100
224
-
msgid"Users logged only"
241
+
#:views/admin/widget.php:12
242
+
msgid"What to show"
225
243
msgstr""
226
244
227
-
#:classes/admin/settings.php:102
228
-
msgid"Note that this setting does not work with pure PHP mode, all visitors will be recorded."
245
+
#:views/admin/widget.php:14
246
+
msgid"Any"
229
247
msgstr""
230
248
231
-
#:classes/admin/settings.php:106
232
-
msgid"Exclude"
249
+
#:views/admin/widget.php:27
250
+
msgid"Order on which field ?"
233
251
msgstr""
234
252
235
-
#:classes/admin/settings.php:108
236
-
msgid"Robots (search, etc)"
253
+
#:views/admin/widget.php:38
254
+
msgid"If you order by views, choose time interval:"
237
255
msgstr""
238
256
239
-
#:classes/admin/settings.php:109
240
-
msgid"Administrators"
257
+
#:views/admin/widget.php:49
258
+
msgid"Order by ?"
241
259
msgstr""
242
260
243
-
#:classes/admin/settings.php:112
244
-
msgid"It is important to exclude robots counters views because they regularly browsing your site and they distort the statistics. Note that the exclusion of users logged in with the administrator role does not work with pure PHP mode."
261
+
#:views/admin/widget.php:52
262
+
msgid"Ascending"
245
263
msgstr""
246
264
247
-
#:classes/admin/settings.php:116
248
-
msgid"Exclude IPs:"
265
+
#:views/admin/widget.php:52
266
+
msgid"Descending"
249
267
msgstr""
250
268
251
-
#:classes/admin/settings.php:117
252
-
msgid"You can exclude IP addresses of your choice, separate them with commas."
269
+
#:views/admin/widget.php:60
270
+
msgid"Show counter ?"
253
271
msgstr""
254
272
255
-
#:classes/admin/settings.php:123
256
-
msgid"Session"
273
+
#:views/admin/widget.php:63
274
+
msgid"Yes"
257
275
msgstr""
258
276
259
-
#:classes/admin/settings.php:124
260
-
msgid"Increment only once counter per user session?"
277
+
#:views/admin/widget.php:63
278
+
msgid"No"
261
279
msgstr""
262
280
263
-
#:classes/admin/settings.php:127
264
-
msgid"This setting prevents manipulation counters views. It allows only one counter increments during a browsing session of the user. This feature uses the PHP SESSION, to avoid technical limitations of cookies. Finally, it reduces the performance of your server if your site generates a lot of traffic!"
281
+
#:views/admin/widget.php:71
282
+
msgid"Number of items to show"
265
283
msgstr""
266
284
267
-
#:classes/shortcode.php:18
268
-
msgid"This content has been viewed "
285
+
#:views/client/widget.php:12
286
+
msgid"No items actually for this custom post type."
0 commit comments