Skip to content

Commit c7aeb41

Browse files
Merge pull request #10 from BeAPI/evol/french-mo-pot
Generate .mo & .pot files
2 parents 630ad80 + f1e7458 commit c7aeb41

File tree

2 files changed

+142
-128
lines changed

2 files changed

+142
-128
lines changed
-307 Bytes
Binary file not shown.

languages/bea-post-views-counter.pot

Lines changed: 142 additions & 128 deletions
Original file line numberDiff line numberDiff line change
@@ -1,107 +1,140 @@
1-
# Copyright (C) 2010 {package-name}
2-
# This file is distributed under the same license as the {package-name} package.
1+
# Copyright (C) 2023 BE API Technical team
2+
# This file is distributed under the same license as the BEA Post Views Counter plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: n"
6-
"Report-Msgid-Bugs-To: [email protected]"
7-
"POT-Creation-Date: 2015-06-29 11:54:35+00:00n"
8-
"MIME-Version: 1.0n"
9-
"Content-Type: text/plain; charset=UTF-8n"
10-
"Content-Transfer-Encoding: 8bitn"
11-
"PO-Revision-Date: 2010-MO-DA HO:MI+ZONEn"
12-
"Last-Translator: Beapi <[email protected]>n"
13-
"Language-Team: LANGUAGE <[email protected]>n"
14-
15-
#: views/admin/widget.php:7 classes/widget.php:103
16-
msgid "Title"
5+
"Project-Id-Version: BEA Post Views Counter 0.6.6\n"
6+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/bea-post-views-counter\n"
7+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8+
"Language-Team: LANGUAGE <[email protected]>\n"
9+
"MIME-Version: 1.0\n"
10+
"Content-Type: text/plain; charset=UTF-8\n"
11+
"Content-Transfer-Encoding: 8bit\n"
12+
"POT-Creation-Date: 2023-04-04T13:07:25+00:00\n"
13+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14+
"X-Generator: WP-CLI 2.7.1\n"
15+
"X-Domain: bea-post-views-counter\n"
16+
17+
#. Plugin Name of the plugin
18+
#: classes/admin/settings.php:27
19+
msgid "BEA Post Views Counter"
1720
msgstr ""
1821

19-
#: views/admin/widget.php:12
20-
msgid "What to show"
22+
#. Plugin URI of the plugin
23+
msgid "https://github.com/beapi/bea-post-views-counter"
2124
msgstr ""
2225

23-
#: views/admin/widget.php:14
24-
msgid "Any"
26+
#. Description of the plugin
27+
msgid "Counts views for any post type. Compatible with static cache plugins, with an asynchronous AJAX implementation."
2528
msgstr ""
2629

27-
#: views/admin/widget.php:27
28-
msgid "Order on which field ?"
30+
#. Author of the plugin
31+
msgid "BE API Technical team"
2932
msgstr ""
3033

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"
3336
msgstr ""
3437

35-
#: views/admin/widget.php:49
36-
msgid "Order by ?"
38+
#: classes/admin/main.php:24
39+
msgid "Counter"
3740
msgstr ""
3841

39-
#: views/admin/widget.php:52
40-
msgid "Ascending"
42+
#: classes/admin/main.php:36
43+
#: views/client/widget.php:23
44+
msgid " views"
4145
msgstr ""
4246

43-
#: views/admin/widget.php:52
44-
msgid "Descending"
47+
#: classes/admin/main.php:52
48+
msgid "Counters views were imported successfully! %d lines."
4549
msgstr ""
4650

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."
4953
msgstr ""
5054

51-
#: views/admin/widget.php:63
52-
msgid "Yes"
55+
#: classes/admin/settings.php:27
56+
msgid "Post Views Counter"
5357
msgstr ""
5458

55-
#: views/admin/widget.php:63
56-
msgid "No"
59+
#: classes/admin/settings.php:64
60+
#: classes/admin/settings.php:65
61+
msgid "General"
5762
msgstr ""
5863

59-
#: views/admin/widget.php:71
60-
msgid "Number of items to show"
64+
#: classes/admin/settings.php:82
65+
msgid "Counter mode"
6166
msgstr ""
6267

63-
#: views/admin/page-settings.php:9
64-
msgid "Post Views Counter - Settings"
68+
#: classes/admin/settings.php:86
69+
msgid "Inline"
6570
msgstr ""
6671

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)"
6974
msgstr ""
7075

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)"
7378
msgstr ""
7479

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."
7782
msgstr ""
7883

79-
#: views/admin/page-settings.php:28
80-
msgid "Start import"
84+
#: classes/admin/settings.php:94
85+
msgid "Include"
8186
msgstr ""
8287

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"
8590
msgstr ""
8691

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"
8994
msgstr ""
9095

91-
#: views/client/widget.php:12
92-
msgid "No items actually for this custom post type."
96+
#: classes/admin/settings.php:100
97+
msgid "Users logged only"
9398
msgstr ""
9499

95-
#: views/client/widget.php:23 classes/admin/main.php:36
96-
msgid " views"
100+
#: classes/admin/settings.php:102
101+
msgid "Note that this setting does not work with pure PHP mode, all visitors will be recorded."
102+
msgstr ""
103+
104+
#: classes/admin/settings.php:106
105+
msgid "Exclude"
106+
msgstr ""
107+
108+
#: classes/admin/settings.php:108
109+
msgid "Robots (search, etc)"
110+
msgstr ""
111+
112+
#: classes/admin/settings.php:109
113+
msgid "Administrators"
97114
msgstr ""
98115

99-
#: librairies/wordpress-settings-api-class/class.settings-api.php:348
100-
msgid "Browse"
116+
#: classes/admin/settings.php:112
117+
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."
101126
msgstr ""
102127

103-
#: librairies/wordpress-settings-api-class/class.settings-api.php:507
104-
msgid "No section available"
128+
#: classes/admin/settings.php:123
129+
msgid "Session"
130+
msgstr ""
131+
132+
#: classes/admin/settings.php:124
133+
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!"
105138
msgstr ""
106139

107140
#: classes/plugin.php:59
@@ -140,6 +173,14 @@ msgstr ""
140173
msgid "Total"
141174
msgstr ""
142175

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+
143184
#: classes/widget.php:8
144185
msgid "Most viewed content"
145186
msgstr ""
@@ -160,114 +201,87 @@ msgstr ""
160201
msgid "ID"
161202
msgstr ""
162203

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."
177-
msgstr ""
178-
179-
#: classes/admin/settings.php:27
180-
msgid "BEA Post Views Counter"
181-
msgstr ""
182-
183-
#: classes/admin/settings.php:27
184-
msgid "Post Views Counter"
185-
msgstr ""
186-
187-
#: classes/admin/settings.php:64 classes/admin/settings.php:65
188-
msgid "General"
204+
#: classes/widget.php:103
205+
#: views/admin/widget.php:7
206+
msgid "Title"
189207
msgstr ""
190208

191-
#: classes/admin/settings.php:82
192-
msgid "Counter mode"
209+
#: classes/widget.php:104
210+
msgid "Views"
193211
msgstr ""
194212

195-
#: classes/admin/settings.php:86
196-
msgid "Inline"
213+
#: views/admin/page-settings.php:9
214+
msgid "Post Views Counter - Settings"
197215
msgstr ""
198216

199-
#: classes/admin/settings.php:87
200-
msgid "JS call with WordPress (default, best compromise)"
217+
#: views/admin/page-settings.php:18
218+
msgid "Import counter data from another plugins"
201219
msgstr ""
202220

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>"
205223
msgstr ""
206224

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."
209227
msgstr ""
210228

211-
#: classes/admin/settings.php:94
212-
msgid "Include"
229+
#: views/admin/page-settings.php:28
230+
msgid "Start import"
213231
msgstr ""
214232

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> "
217235
msgstr ""
218236

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."
221239
msgstr ""
222240

223-
#: classes/admin/settings.php:100
224-
msgid "Users logged only"
241+
#: views/admin/widget.php:12
242+
msgid "What to show"
225243
msgstr ""
226244

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"
229247
msgstr ""
230248

231-
#: classes/admin/settings.php:106
232-
msgid "Exclude"
249+
#: views/admin/widget.php:27
250+
msgid "Order on which field ?"
233251
msgstr ""
234252

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:"
237255
msgstr ""
238256

239-
#: classes/admin/settings.php:109
240-
msgid "Administrators"
257+
#: views/admin/widget.php:49
258+
msgid "Order by ?"
241259
msgstr ""
242260

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"
245263
msgstr ""
246264

247-
#: classes/admin/settings.php:116
248-
msgid "Exclude IPs:"
265+
#: views/admin/widget.php:52
266+
msgid "Descending"
249267
msgstr ""
250268

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 ?"
253271
msgstr ""
254272

255-
#: classes/admin/settings.php:123
256-
msgid "Session"
273+
#: views/admin/widget.php:63
274+
msgid "Yes"
257275
msgstr ""
258276

259-
#: classes/admin/settings.php:124
260-
msgid "Increment only once counter per user session?"
277+
#: views/admin/widget.php:63
278+
msgid "No"
261279
msgstr ""
262280

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"
265283
msgstr ""
266284

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."
269287
msgstr ""
270-
271-
#: classes/shortcode.php:19
272-
msgid " times in total"
273-
msgstr ""

0 commit comments

Comments
 (0)