Subscribe To Comments Reloaded - Version 2.0

Version Description

  • StCR does not use a separate table anymore, making it fully compatible with Wordpress 'network' environments! YAY!
  • Added: option to prevent StCR from adding the subscription checkbox to the comment form (useful for those who want to display the box in different place on the page)
  • Added: you can now disable subscriptions on specific posts, by adding a custom filed stcr_disable_subscriptions set to 'yes'
  • Added: double opt-in is only required once, users with at least one active subscription will automatically get approved
  • Added: administrators can add new subscriptions on-the-fly
  • Added: if Akismet is detected, it will now be used to check those who subscribe without commenting
  • Added: new shortcode to add the management page URL to your posts/widgets (thank you Greg)
  • Added: option to enable "advanced" subscription mode, where users can choose what kind of subscription they want to activate (all, replies only)
  • Added: new localizations
  • Added: security checks when uninstalling the plugin
  • Updated: reorganized and polished the CSS classes and ID's on the management page
  • Updated: registered users are not required to confirm their subscriptions anymore (if double opt-in is enabled)
  • Fixed: a problem with Gmail addresses containing a + sign in them
  • Fixed: a bug with HTML attributes in the field "custom HTML for the checkbox" (thank you travelvice)
  • Fixed: a bug causing some themes to not display the management page
Download this release

Release Info

Developer coolmann
Plugin Icon 128x128 Subscribe To Comments Reloaded
Version 2.0
Comparing to
See all releases

Code changes from version 1.6 to 2.0

Files changed (47) hide show
  1. images/delete.png +0 -0
  2. images/edit.png +0 -0
  3. langs/subscribe-reloaded-da_DK.mo +0 -0
  4. langs/subscribe-reloaded-da_DK.po +775 -555
  5. langs/subscribe-reloaded-de_DE.mo +0 -0
  6. langs/subscribe-reloaded-de_DE.po +758 -560
  7. langs/subscribe-reloaded-es_ES.mo +0 -0
  8. langs/subscribe-reloaded-es_ES.po +773 -519
  9. langs/subscribe-reloaded-fr_FR.mo +0 -0
  10. langs/subscribe-reloaded-fr_FR.po +693 -539
  11. langs/subscribe-reloaded-it_IT.mo +0 -0
  12. langs/subscribe-reloaded-it_IT.po +756 -568
  13. langs/subscribe-reloaded-nb_NO.mo +0 -0
  14. langs/subscribe-reloaded-nb_NO.po +735 -516
  15. langs/subscribe-reloaded-nl_NL.mo +0 -0
  16. langs/subscribe-reloaded-nl_NL.po +773 -519
  17. langs/subscribe-reloaded-pl_PL.mo +0 -0
  18. langs/subscribe-reloaded-pl_PL.po +777 -554
  19. langs/subscribe-reloaded-pt_BR.mo +0 -0
  20. langs/subscribe-reloaded-pt_BR.po +799 -580
  21. langs/subscribe-reloaded-ru_RU.mo +0 -0
  22. langs/subscribe-reloaded-ru_RU.po +1568 -1341
  23. langs/subscribe-reloaded-tr_TR.mo +0 -0
  24. langs/subscribe-reloaded-tr_TR.po +774 -554
  25. langs/subscribe-reloaded.pot +531 -455
  26. options/index.php +13 -17
  27. options/panel1-business-logic.php +99 -0
  28. options/panel1-edit-subscription.php +26 -0
  29. options/panel1.php +97 -172
  30. options/panel2.php +86 -115
  31. options/panel3.php +86 -80
  32. options/panel4.php +21 -4
  33. options/panel5.php +41 -102
  34. options/panel6.php +7 -13
  35. options/swf/fcf.swf +0 -0
  36. readme.txt +56 -28
  37. screenshot-1.png +0 -0
  38. screenshot-2.png +0 -0
  39. screenshot-3.png +0 -0
  40. style.css +24 -25
  41. subscribe-to-comments-reloaded.php +683 -385
  42. templates/author.php +53 -42
  43. templates/confirm.php +7 -14
  44. templates/request-management-link.php +24 -36
  45. templates/subscribe.php +41 -35
  46. templates/user.php +46 -39
  47. uninstall.php +6 -2
images/delete.png ADDED
Binary file
images/edit.png ADDED
Binary file
langs/subscribe-reloaded-da_DK.mo CHANGED
Binary file
langs/subscribe-reloaded-da_DK.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-01-14 17:27-0500\n"
6
- "PO-Revision-Date: 2011-06-13 08:00-0500\n"
7
  "Last-Translator: due chiacchiere <info@duechiacchiere.it>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -12,66 +12,81 @@ msgstr ""
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: ../\n"
14
  "X-Poedit-SearchPath-0: .\n"
15
- "X-Poedit-SearchPath-1: ..\n"
16
 
17
- #: subscribe-to-comments-reloaded.php:34
18
- #: subscribe-to-comments-reloaded.php:197
19
- msgid "You are subscribed to this entry. <a href='[manager_link]'>Manage</a> your subscriptions."
20
- msgstr "Du abonnerer dette indlæg. <a href='[manager_link]'>Rediger</a> dine abonnementer."
21
-
22
- #: subscribe-to-comments-reloaded.php:39
23
- #: subscribe-to-comments-reloaded.php:198
24
- msgid "Your subscription to this entry needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
25
  msgstr "Dit abonnement til dette indlæg kræver bekræftelse. <a href='[manager_link]'>Rediger dine abonnementer</a>."
26
 
27
- #: subscribe-to-comments-reloaded.php:46
28
- #: subscribe-to-comments-reloaded.php:199
29
- msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this entry."
 
 
 
 
 
 
 
30
  msgstr "Du kan <a href='[manager_link]'>redigere abonnementerne</a> til dette indlæg."
31
 
32
- #: subscribe-to-comments-reloaded.php:52
33
- #: subscribe-to-comments-reloaded.php:193
34
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
35
  msgstr "Giv mig besked ved andre kommentarer via e-mail. Du kan også <a href='[subscribe_link]'>abonnere</a> uden at kommentere."
36
 
37
- #: subscribe-to-comments-reloaded.php:169
38
- #: options/index.php:44
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  msgid "Manage subscriptions"
40
  msgstr "Rediger dine abonnementer"
41
 
42
- #: subscribe-to-comments-reloaded.php:170
43
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
44
  msgstr "For at redigere dine abonnementer, så indtast venligst din e-mail adresse herunder. Vi sender dig en besked med et link til din personlige abonnement side."
45
 
46
- #: subscribe-to-comments-reloaded.php:171
47
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
48
  msgstr "Tak for at bruge vores abonnements service. Din forespørgsel er udført og du vil modtage en e-mail med et link med adgang til din personlige abonnements side."
49
 
50
- #: subscribe-to-comments-reloaded.php:172
51
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
52
  msgstr "Du kan abonnere på diskussionen på <strong>[post_title]</strong> uden at du behøver at skrive en kommentar. Bare indtast din e-mail adresse i felter nedenfor og du vil blive orienteret ved nye kommentarer."
53
 
54
- #: subscribe-to-comments-reloaded.php:173
55
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
56
  msgstr "Tak for at bruge vores abonnements service. Din forespørgsel er udført og du vil modtage en e-mail hver gang en ny kommentar bliver godkendt af administrator."
57
 
58
- #: subscribe-to-comments-reloaded.php:174
59
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
60
  msgstr "Tak for at bruge vores abonnements service. For at kunne udføre din forespørgsel, tjek din e-mail for en bekræftelses e-mail og følg instruktionerne i denne e-mail."
61
 
62
- #: subscribe-to-comments-reloaded.php:175
63
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
64
  msgstr "For at kunne annullere eller ophæve en eller flere abonnementer, vælg det korrekte korrekte indlæg og vælg hvad der skal ske via knappen nedenfor listen."
65
 
66
- #: subscribe-to-comments-reloaded.php:176
67
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
68
  msgstr "For at kunne annullere eller ophæve en eller flere abonnementer, vælg det korrekte korrekte indlæg og vælg hvad der skal ske via knappen nedenfor listen. Du abonnerer i øjeblikket på:"
69
 
70
- #: subscribe-to-comments-reloaded.php:191
71
  msgid "There is a new comment to [post_title]"
72
  msgstr "Der er en ny kommentar til [post_title]"
73
 
74
- #: subscribe-to-comments-reloaded.php:192
75
  msgid ""
76
  "There is a new comment to [post_title].\n"
77
  "Comment Link: [comment_permalink]\n"
@@ -82,11 +97,11 @@ msgid ""
82
  "Manage your subscriptions: [manager_link]"
83
  msgstr "Der er en ny kommentar til [post_title].Kommentar Link: [comment_permalink]Forfatter: [comment_author]Kommentar:[comment_content]Link til indlæg: [post_permalink]Rediger dit abonnement på kommentarer: [manager_link]"
84
 
85
- #: subscribe-to-comments-reloaded.php:200
86
  msgid "Please confirm your subscription to [post_title]"
87
  msgstr "Venligst bekræft dit abonnement på kommentarer til [post_title]"
88
 
89
- #: subscribe-to-comments-reloaded.php:201
90
  msgid ""
91
  "You have requested to be notified every time a new comment is added to:\n"
92
  "[post_permalink]\n"
@@ -95,792 +110,997 @@ msgid ""
95
  "[confirm_link]"
96
  msgstr "Du har bedt om at blive adviseret hver gang der kommer en ny kommentar til: [post_permalink]Venligst bekræft dette ved at følge dette link:[confirm_link]"
97
 
98
- #: subscribe-to-comments-reloaded.php:202
99
  msgid "Manage your subscriptions on [blog_name]"
100
  msgstr "Rediger dit abonnement på kommentarer på [blog_name]"
101
 
102
- #: subscribe-to-comments-reloaded.php:203
103
  msgid ""
104
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
105
  "[manager_link]"
106
  msgstr "Du har bedt om at redigere dit abonnement på kommentarer på [blog_name].Følg dette link for at komme til din personlige abonnements side:[manager_link]"
107
 
108
- #: subscribe-to-comments-reloaded.php:609
109
  msgid "Subscribed"
110
  msgstr "Abonneret"
111
 
112
- #: subscribe-to-comments-reloaded.php:623
113
- #: options/panel3.php:67
114
- #: options/panel3.php:89
115
- #: options/panel3.php:96
116
- #: options/panel3.php:103
117
- #: options/panel3.php:110
118
- #: options/panel3.php:117
119
- #: options/panel3.php:124
 
 
120
  msgid "Yes"
121
  msgstr "Ja"
122
 
123
- #: subscribe-to-comments-reloaded.php:625
124
- msgid "Awaiting confirmation"
125
- msgstr "Afventer bekræftelse"
126
 
127
- #: subscribe-to-comments-reloaded.php:626
128
- #: options/panel3.php:68
129
- #: options/panel3.php:90
130
- #: options/panel3.php:97
131
- #: options/panel3.php:104
132
- #: options/panel3.php:111
133
- #: options/panel3.php:118
134
- #: options/panel3.php:125
 
 
135
  msgid "No"
136
  msgstr "Nej"
137
 
138
- #: subscribe-to-comments-reloaded.php:636
139
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
140
  msgstr "Brug for hjælp til at bruge Subscribe to Comments Reloaded? Besøg den officielle"
141
 
142
- #: subscribe-to-comments-reloaded.php:636
143
  msgid "support forum"
144
  msgstr "support forum"
145
 
146
- #: subscribe-to-comments-reloaded.php:637
147
  msgid "Feeling generous?"
148
  msgstr "Føler du dig generøs?"
149
 
150
- #: subscribe-to-comments-reloaded.php:637
151
  msgid "Donate a few bucks!"
152
  msgstr "Doner et par dollar!"
153
 
154
- #: options/index.php:45
155
- msgid "Stats"
156
- msgstr "Statistik"
 
157
 
158
- #: options/index.php:46
 
 
 
 
 
 
 
 
 
 
 
 
 
159
  msgid "Options"
160
  msgstr "Indstillinger"
161
 
162
- #: options/index.php:47
163
- msgid "Mail Messages"
164
- msgstr "E-mail beskeder"
165
 
166
- #: options/index.php:48
167
- msgid "Other Messages"
168
- msgstr "Andre beskeder"
 
169
 
170
- #: options/index.php:49
171
- msgid "Support"
172
- msgstr "Support"
 
173
 
174
- #: options/panel1.php:32
175
- #: options/panel1.php:38
176
- #: options/panel1.php:45
177
- #: options/panel1.php:63
178
- msgid "The status has been successfully updated. Rows affected:"
179
- msgstr "Status er blevet opdateret. Rækker berørt:"
180
 
181
- #: options/panel1.php:68
182
- msgid "Update subscription"
183
- msgstr "Opdater abonnement"
 
 
 
184
 
185
- #: options/panel1.php:69
186
- msgid "Update the email address associated to a specific subscription (by post ID)."
187
- msgstr "Updater e-mail adresser associeret til et specifikt abonnement (pr. post ID)"
 
 
 
188
 
189
- #: options/panel1.php:71
190
- #: options/panel1.php:101
191
- #: options/panel1.php:173
192
- #: templates/author.php:39
193
- #: templates/user.php:41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
194
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
195
  msgstr "Vær opmærksom: Denne operation kan ikke fortrydes! Er du sikker på at du vil fortsætte?"
196
 
197
- #: options/panel1.php:73
198
- #: options/panel1.php:103
 
 
 
 
 
199
  msgid "From"
200
  msgstr "Fra"
201
 
202
- #: options/panel1.php:74
203
- msgid "PID"
204
- msgstr "PID"
205
-
206
- #: options/panel1.php:75
207
- #: options/panel1.php:104
208
  msgid "To"
209
  msgstr "Til"
210
 
211
- #: options/panel1.php:76
212
- #: options/panel1.php:93
213
- #: options/panel1.php:105
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
214
  msgid "Update"
215
  msgstr "Opdater"
216
 
217
- #: options/panel1.php:83
218
- msgid "Change status"
219
- msgstr "Ændre status"
 
220
 
221
- #: options/panel1.php:84
222
- msgid "Change the status of an email address or permanently delete all its subscriptions."
223
- msgstr "Ændre status på en e-mail adresse eller slette alle tilhørende abonnementer permanent."
 
 
 
224
 
225
- #: options/panel1.php:87
226
- msgid "Action"
227
- msgstr "Opgave"
 
228
 
229
- #: options/panel1.php:89
230
- #: options/panel1.php:195
231
- #: templates/author.php:60
232
- #: templates/user.php:58
233
- msgid "Suspend"
234
- msgstr "Annuller"
235
 
 
236
  #: options/panel1.php:90
237
- #: options/panel1.php:196
238
- #: templates/author.php:61
239
- #: templates/user.php:59
240
- msgid "Resume"
241
- msgstr "Genoptag"
242
-
243
- #: options/panel1.php:91
244
- #: options/panel1.php:194
245
- msgid "Delete forever"
246
- msgstr "Slet for altid"
247
 
248
- #: options/panel1.php:98
249
- msgid "Update email address"
250
- msgstr "Opdater e-mail adresse"
251
 
252
- #: options/panel1.php:99
253
- msgid "You can \"mass update\" all the occurrences of a given email address (exact matches only)."
254
- msgstr "Du kan \"masse opdatere\" alle forekomster af en given e-mail adresse (kun eksakt match)."
255
 
256
- #: options/panel1.php:150
257
- msgid "&laquo; Previous"
258
- msgstr "&laquo; Forrige"
 
259
 
260
- #: options/panel1.php:154
261
- msgid "Next &raquo;"
262
- msgstr "Næste &raquo;"
 
263
 
264
- #: options/panel1.php:157
265
- msgid "Search email address"
266
- msgstr "Søg e-mail adresse"
 
267
 
268
- #: options/panel1.php:159
269
- #, php-format
270
- msgid "You can either <a href=\"%s\">list all the subscriptions</a> or find those where the <b>email</b>"
271
- msgstr "Du kan enten <a href=\"%s\">liste alle abonnementer</a> eller finde dem hvor <b>e-mail</b>"
272
 
273
- #: options/panel1.php:162
 
 
 
 
 
274
  msgid "equals"
275
  msgstr "er lig med"
276
 
277
- #: options/panel1.php:163
278
  msgid "contains"
279
  msgstr "indeholder"
280
 
281
- #: options/panel1.php:164
282
  msgid "does not contain"
283
  msgstr "ikke indeholder"
284
 
285
- #: options/panel1.php:167
286
- msgid "Search"
287
- msgstr "Søg"
288
-
289
- #: options/panel1.php:178
290
- msgid "Subscriptions for:"
291
- msgstr "Abonnementer til:"
292
-
293
- #: options/panel1.php:178
294
- msgid "Rows:"
295
- msgstr "Rækker:"
296
 
297
- #: options/panel1.php:178
298
- msgid "of"
299
- msgstr "af"
300
 
301
- #: options/panel1.php:179
302
- #: templates/author.php:45
303
- #: templates/user.php:47
304
- msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
305
- msgstr "Beskrivelse: Y: Abonnerer, N: Annulleret, C: afventer bekræftelse"
306
 
307
- #: options/panel1.php:181
308
- #: options/panel1.php:182
309
- msgid "Reverse the order by Date/Time"
310
- msgstr "Omvend rækkefølgen til Dato/tid"
311
 
312
- #: options/panel1.php:183
313
  msgid "Reverse the order by Post ID"
314
  msgstr "Omvend rækkefølgen til indlægs ID"
315
 
316
- #: options/panel1.php:184
317
- #: templates/request-management-link.php:77
318
- #: templates/subscribe.php:82
319
- #: templates/user.php:46
320
- msgid "Email"
321
- msgstr "E-mail"
322
 
323
- #: options/panel1.php:186
324
  msgid "Post (ID)"
325
  msgstr "Indlæg (ID)"
326
 
327
- #: options/panel1.php:186
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
328
  msgid "Date and Time"
329
  msgstr "Dato og tid"
330
 
331
- #: options/panel1.php:186
332
- msgid "Status"
333
- msgstr "Status"
334
 
335
- #: options/panel1.php:194
336
- #: templates/author.php:59
337
- #: templates/user.php:57
 
 
 
 
 
 
338
  msgid "Action:"
339
  msgstr "Opgave:"
340
 
341
- #: options/panel1.php:197
342
- #: templates/author.php:62
343
- #: templates/user.php:60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
344
  msgid "Update subscriptions"
345
  msgstr "Opdater abonnementer"
346
 
347
- #: options/panel1.php:205
348
- msgid "Sorry, no subscriptions found for"
 
349
  msgstr "Beklager, der er ikke fundet nogle abonnenter til"
350
 
351
- #: options/panel2.php:10
352
- #: options/panel6.php:11
353
- msgid "StCR table has been successfully optimized."
354
- msgstr "StCR tabel er blevet optimeret."
 
355
 
356
- #: options/panel2.php:21
357
- msgid "Subscriptions"
358
- msgstr "Abonnementer"
 
359
 
360
- #: options/panel2.php:21
361
- msgid "Subscriptions for"
362
- msgstr "Abonnementer til"
 
 
363
 
364
- #: options/panel2.php:36
365
- msgid "Filter by date"
366
- msgstr "Filtrer via dato"
 
367
 
368
- #: options/panel2.php:38
369
- msgid "Month"
370
- msgstr "Måned"
 
371
 
372
- #: options/panel2.php:44
373
- msgid "Year"
374
- msgstr "År"
375
 
376
- #: options/panel2.php:53
377
- msgid "Subscriptions by day"
378
- msgstr "Abonnementer pr. dag"
 
379
 
380
- #: options/panel2.php:56
381
- #: options/panel2.php:72
382
- #: options/panel2.php:98
383
- #: options/panel2.php:112
384
- #: options/panel2.php:121
385
- msgid "No data to display"
386
- msgstr "Ingen data at vise"
387
 
388
- #: options/panel2.php:68
389
- msgid "optimize"
390
- msgstr "optimer"
 
 
 
 
 
 
 
 
391
 
392
- #: options/panel2.php:69
393
- msgid "Database"
394
- msgstr "Database"
 
 
 
395
 
396
- #: options/panel2.php:84
397
- msgid "Engine"
398
- msgstr "Engine"
399
 
400
- #: options/panel2.php:85
401
- msgid "Created on"
402
- msgstr "Lavet den"
403
 
404
- #: options/panel2.php:86
405
- msgid "Index length"
406
- msgstr "Index længde"
407
 
408
- #: options/panel2.php:87
409
- msgid "Records"
410
- msgstr "Records"
411
 
412
- #: options/panel2.php:88
413
- msgid "Average Record Length"
414
- msgstr "Gennemsnits Record længde"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
415
 
416
- #: options/panel2.php:89
417
- msgid "Approximate Overhead"
418
- msgstr "Omtrentlig Overhead"
419
 
420
- #: options/panel2.php:95
421
- msgid "Analysis for"
422
- msgstr "Analyse for"
423
 
424
- #: options/panel2.php:109
425
- msgid "Most active users"
426
- msgstr "Mest aktive brugere"
 
 
 
427
 
428
- #: options/panel2.php:118
429
- msgid "Popular posts"
430
- msgstr "Populære indlæg"
 
431
 
432
  #: options/panel3.php:11
433
  msgid "Management Page ID"
434
  msgstr "Administrer Side ID"
435
 
436
  #: options/panel3.php:12
437
- #: options/panel3.php:50
438
- msgid "Autopurge requests"
439
- msgstr "Autoslet forespørgsler"
440
-
441
- #: options/panel3.php:13
442
- #: options/panel3.php:55
443
- msgid "Sender name"
444
- msgstr "Afsender navn"
445
 
446
  #: options/panel3.php:14
447
- #: options/panel3.php:60
448
- msgid "Sender email address"
449
- msgstr "Afsender e-mail adresse"
450
 
451
  #: options/panel3.php:15
452
- #: options/panel3.php:65
453
- msgid "Checked by default"
454
- msgstr "Default afkrydset"
455
 
456
  #: options/panel3.php:16
457
- #: options/panel3.php:72
458
- msgid "Custom CSS Class"
459
- msgstr "Tilpasset CSS Class"
460
-
461
  #: options/panel3.php:17
462
- #: options/panel3.php:77
463
- msgid "Custom inline style"
464
- msgstr "Tilpasset inline style"
465
 
466
  #: options/panel3.php:18
467
- #: options/panel3.php:82
468
- msgid "Custom HTML"
469
- msgstr "Tilpasset HTML"
470
 
471
  #: options/panel3.php:19
472
- #: options/panel3.php:87
473
- msgid "Enable double check"
474
- msgstr "Slå bekræftelse til"
475
 
476
  #: options/panel3.php:20
477
- msgid "Notify authors"
478
- msgstr "Adviser forfatter"
479
-
480
- #: options/panel3.php:21
481
- #: options/panel3.php:101
482
- msgid "Enable HTML emails"
483
- msgstr "Slå HTML e-mails til"
484
-
485
- #: options/panel3.php:22
486
- #: options/panel3.php:108
487
- msgid "Send trackbacks"
488
- msgstr "Send trackbacks"
489
-
490
- #: options/panel3.php:23
491
- #: options/panel3.php:94
492
- msgid "Notify admin"
493
- msgstr "Adviser administrator"
494
-
495
- #: options/panel3.php:24
496
- #: options/panel3.php:122
497
- msgid "Let admin subscribe"
498
- msgstr "Lad administrator abonnere"
499
-
500
- #: options/panel3.php:29
501
- #: options/panel4.php:21
502
- #: options/panel5.php:28
503
- msgid "Your settings have been successfully updated."
504
- msgstr "Dine indstillinger er blevet opdateret."
505
 
506
- #: options/panel3.php:32
507
- #: options/panel4.php:24
508
- #: options/panel5.php:31
509
- msgid "There was an error updating the following fields:"
510
- msgstr "Der var en fejl i opdateringen af disse felter:"
511
 
512
- #: options/panel3.php:43
513
- #: options/panel5.php:64
514
  msgid "Management page"
515
  msgstr "Administrations side"
516
 
517
- #: options/panel3.php:45
518
  msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
519
  msgstr "Permalink til din administrations side (f.eks. som <code>/administrer-abonnement</code> eller <code>/?page_id=345</code>). Denne side <b>eksisterer ikke</b> ikke i dit system, men linket skal følge dine permalink indstillinger."
520
 
521
- #: options/panel3.php:47
522
  msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
523
  msgstr "Advarsel: Det ser ud til at der format du bruger, måske ikke er matcher dine permalink indstillinger"
524
 
525
- #: options/panel3.php:51
526
- msgid "days"
527
- msgstr "dage"
528
-
529
- #: options/panel3.php:52
530
- msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
531
- msgstr "Slet afventende abonnementer (ikke bekræftede) after X dage. 0 slår denne funktion fra."
532
 
533
- #: options/panel3.php:57
534
- msgid "Name to use for the \"from\" field when sending a new notification to the user."
535
- msgstr "Navn som afsender i \"fra\" feltet når der sendes en besked til brugeren."
 
 
536
 
537
- #: options/panel3.php:62
538
- msgid "Email address to use for the \"from\" field when sending a new notification to the user."
539
- msgstr "E-mail adresse som afsender i \"fra\" feltet når der sendes en besked til brugeren."
 
 
 
 
 
 
 
 
 
540
 
541
- #: options/panel3.php:69
542
- msgid "Decide if the checkbox should be checked by default or not."
543
- msgstr "Vælg om tjekboksen default skal være afkrydset eller ej."
 
 
 
 
 
 
 
 
 
544
 
545
- #: options/panel3.php:74
546
- msgid "Custom CSS class to associate to the checkbox, if you want to customize its style."
547
- msgstr "Tilpasset CSS class associeret til tjekboksen, hvis du ønsker at tilrette boksens udseende."
 
 
 
 
 
 
 
 
 
548
 
 
549
  #: options/panel3.php:79
550
- msgid "Custom inline CSS to add to the checkbox."
551
- msgstr "Tilpasset inline CSS til at tilføje til tjekboksen."
 
 
 
 
 
 
 
 
552
 
553
- #: options/panel3.php:84
554
- msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
555
- msgstr "Tilpasset HTML kode til brug ved visning af tjekboksen. Tilladte tags: [checkbox_field], [checkbox_label]"
556
 
557
- #: options/panel3.php:91
558
- msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
559
- msgstr "Send en bekræftelses e-mail for at bekræfte abonnement (for at undgå e-mail adresse misbrug)."
560
 
561
- #: options/panel3.php:98
562
- msgid "Notify the administrator when a new comment is posted."
563
- msgstr "Adviser administrator når der er en ny kommentar."
564
 
565
- #: options/panel3.php:105
566
- msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
567
- msgstr "Hvis slået til, vil e-mail beskeder indeholde = tekst/html i stedet for tekst/plain"
568
 
569
  #: options/panel3.php:112
570
- msgid "Notify users when a new trackback or pingback is added to the discussion."
571
- msgstr "Adviser abonnenter når en ny trackback eller pingback er tilføjet til kommentarer."
572
 
573
- #: options/panel3.php:115
574
- msgid "Track all subscriptions"
575
- msgstr "Advisering ved abonnementer"
576
 
577
- #: options/panel3.php:119
578
- msgid "Notify the administrator when users subscribe without commenting."
579
- msgstr "Adviser administrator når brugere abonnerer uden at kommentere."
580
 
581
- #: options/panel3.php:126
582
- msgid "Let the administrator subscribe to comments when logged in."
583
- msgstr "Lad administrator abonnere på kommentarer når administrator er logget ind."
 
584
 
585
- #: options/panel3.php:130
586
- #: options/panel4.php:86
587
- #: options/panel5.php:144
588
- msgid "Save Changes"
589
- msgstr "Gem ændringer"
590
 
591
- #: options/panel4.php:11
592
- #: options/panel4.php:37
593
  msgid "Notification subject"
594
  msgstr "E-mail emne"
595
 
596
- #: options/panel4.php:12
597
- #: options/panel4.php:42
598
  msgid "Notification message"
599
  msgstr "E-mail besked"
600
 
601
- #: options/panel4.php:13
602
- #: options/panel4.php:53
603
  msgid "Double check subject"
604
  msgstr "Bekræftelses e-mail emne"
605
 
606
- #: options/panel4.php:14
607
- #: options/panel4.php:58
608
  msgid "Double check message"
609
  msgstr "Bekræftelses e-mail besked"
610
 
611
- #: options/panel4.php:15
612
- #: options/panel4.php:69
613
  msgid "Management subject"
614
  msgstr "Administrations e-mail emne"
615
 
616
- #: options/panel4.php:16
617
- #: options/panel4.php:74
618
  msgid "Management message"
619
  msgstr "Administrations e-mail besked"
620
 
621
- #: options/panel4.php:39
622
- msgid "Subject of the notification email. Allowed tag: [post_title]"
623
- msgstr "Emne til adviserings e-mail. Tilladt tag: [post_title]"
624
-
625
- #: options/panel4.php:44
626
- #: options/panel4.php:60
627
- #: options/panel4.php:76
628
- #: options/panel5.php:74
629
- #: options/panel5.php:84
630
- #: options/panel5.php:94
631
- #: options/panel5.php:104
632
- #: options/panel5.php:114
633
- #: options/panel5.php:124
634
- #: options/panel5.php:134
635
- msgid "Bold"
636
- msgstr "Fed"
637
 
638
  #: options/panel4.php:45
639
- #: options/panel4.php:61
640
- #: options/panel4.php:77
641
- #: options/panel5.php:75
642
- #: options/panel5.php:85
643
- #: options/panel5.php:95
644
- #: options/panel5.php:105
645
- #: options/panel5.php:115
646
- #: options/panel5.php:125
647
- #: options/panel5.php:135
648
- msgid "Italic"
649
- msgstr "Kursiv"
650
-
651
- #: options/panel4.php:46
652
- #: options/panel4.php:62
653
- #: options/panel4.php:78
654
- #: options/panel5.php:76
655
- #: options/panel5.php:86
656
- #: options/panel5.php:96
657
- #: options/panel5.php:106
658
- #: options/panel5.php:116
659
- #: options/panel5.php:126
660
- #: options/panel5.php:136
661
- msgid "Link"
662
- msgstr "Link"
663
 
664
- #: options/panel4.php:47
665
- #: options/panel4.php:63
666
- #: options/panel4.php:79
667
- #: options/panel5.php:77
668
- #: options/panel5.php:87
669
- #: options/panel5.php:97
670
- #: options/panel5.php:107
671
- #: options/panel5.php:117
672
- #: options/panel5.php:127
673
- #: options/panel5.php:137
674
- msgid "Image"
675
- msgstr "Billede"
676
 
677
- #: options/panel4.php:50
678
  msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
679
  msgstr "Indhold af adviserings e-mailen. Tilladte tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
680
 
681
- #: options/panel4.php:55
682
  msgid "Subject of the confirmation email. Allowed tag: [post_title]"
683
  msgstr "Emnet i bekræftelses e-mailen. Tilladt tag: [post_title]"
684
 
685
- #: options/panel4.php:66
686
  msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
687
  msgstr "Indhold af bekræftelses e-mailen. Tilladte tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
688
 
689
- #: options/panel4.php:71
690
  msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
691
  msgstr "Emnet i e-mailen sendt til dem der beder om adgang til deres administrations side. Tilladt tag: [blog_name]"
692
 
693
- #: options/panel4.php:82
694
  msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
695
  msgstr "Indhold af administrations e-mailen. Tilladte tags: [blog_name], [manager_link]"
696
 
697
  #: options/panel5.php:11
698
- #: options/panel5.php:43
699
- msgid "Checkbox label"
700
- msgstr "Tjekboks besked"
701
 
702
  #: options/panel5.php:12
703
- #: options/panel5.php:48
704
- msgid "Subscribed label"
705
- msgstr "Abonnements besked"
706
 
707
  #: options/panel5.php:13
708
- #: options/panel5.php:53
709
- msgid "Awaiting label"
710
- msgstr "Afventer besked"
711
 
712
  #: options/panel5.php:14
713
- #: options/panel5.php:58
714
- msgid "Author label"
715
- msgstr "Forfatter besked"
 
 
 
 
716
 
717
  #: options/panel5.php:16
718
- #: options/panel5.php:68
719
- msgid "Page title"
720
- msgstr "Side titel"
721
 
722
  #: options/panel5.php:17
723
- #: options/panel5.php:73
724
- msgid "Request link"
725
- msgstr "Anmod om link"
726
-
727
- #: options/panel5.php:18
728
- #: options/panel5.php:83
729
- msgid "Request submitted"
730
- msgstr "Forespørgsel afsendt"
731
-
732
- #: options/panel5.php:19
733
- #: options/panel5.php:93
734
- msgid "Subscribe without commenting"
735
- msgstr "Abonner uden at kommentere"
736
-
737
- #: options/panel5.php:20
738
- #: options/panel5.php:103
739
- msgid "Subscription processed"
740
- msgstr "Abonnement udført"
741
-
742
- #: options/panel5.php:21
743
- #: options/panel5.php:113
744
- msgid "Subscription processed (DCI)"
745
- msgstr "Abonnement udført (Bekræftelse)"
746
-
747
- #: options/panel5.php:22
748
- #: options/panel5.php:123
749
- msgid "Authors"
750
- msgstr "Forfattere"
751
-
752
- #: options/panel5.php:23
753
- #: options/panel5.php:133
754
- msgid "Users"
755
- msgstr "Brugere"
756
-
757
- #: options/panel5.php:39
758
- msgid "Comment form"
759
- msgstr "Kommentar skema"
760
-
761
- #: options/panel5.php:45
762
- msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
763
- msgstr "Besked vist ved tjekboksen: Tilladt tag: [subscribe_link]"
764
-
765
- #: options/panel5.php:50
766
- msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
767
- msgstr "Besked vist til dem der allerede abonnerer på et indlæg. Tilladt tag: [manager_link]"
768
 
769
- #: options/panel5.php:55
770
- msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
771
- msgstr "Besked vist til dem der allerede abonnerer på et indlæg, men som ikke har bekræftet abonnementet endnu. Tilladt tag: [manager_link]"
772
 
773
- #: options/panel5.php:60
774
- msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
775
- msgstr "Besked vist til forfattere (og administratorer). Tilladt tag: [manager_link]"
776
 
777
- #: options/panel5.php:70
778
- msgid "Title of the page your visitors will use to manage their subscriptions."
779
- msgstr "Titel siden de besøgende bruger til at administrere deres abonnementer."
780
 
781
- #: options/panel5.php:80
782
- msgid "Text shown to those who request to manage their subscriptions."
783
- msgstr "Tekst vist til dem der forespørger om adgang til deres abonnementer."
784
 
785
- #: options/panel5.php:90
786
- msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
787
- msgstr "Kvitteringsbesked vist efter forespørgslen ovenfor er udført. Tilladte tags: [post_title], [post_permalink]"
788
 
789
- #: options/panel5.php:100
790
- msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
791
- msgstr "Tekst vist til dem der abonnerer uden at kommentere. Tilladte tags: [post_title], [post_permalink]"
 
792
 
793
- #: options/panel5.php:110
794
- msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
795
- msgstr "Kvitteringsbesked vist efter abonnements forespørgslen er udført (bekræftelse slået fra). Tilladte tags: [post_title], [post_permalink]"
796
 
797
- #: options/panel5.php:120
798
- msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
799
- msgstr "Kvitteringsbesked vist efter abonnements forespørgslen er udført (bekræftelse slået til). Tilladte tags: [post_title], [post_permalink]"
800
 
801
- #: options/panel5.php:130
802
- msgid "Introductory text for the authors' management page."
803
- msgstr "Introduktions tekst til forfatterens administrations side."
804
 
805
- #: options/panel5.php:140
806
- msgid "Introductory text for the users' management page."
807
- msgstr "Introduktions tekst til brugerens administrations side."
808
 
809
- #: options/panel6.php:15
810
  msgid "Support the author"
811
  msgstr "Støt forfatteren"
812
 
813
- #: options/panel6.php:22
814
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
815
  msgstr "Hvor værdifuld er denne feature via dette plugin for dine besøgende? Subscribe to Comments Reloaded er og vil altid være gratis, men overvej at støtte forfatteren til dette plugin som har gjort din side bedre, specielt hvis du tjener penge på siden. Enhver donation vil blive investeret i den videre udvikling af Subscribe to Comments Reloaded og til at købe mad til min sultne familie."
816
 
817
- #: options/panel6.php:24
818
  msgid "Don't want to donate? You can still help"
819
  msgstr "Vil du ikke donere? Du kan stadig hjælpe"
820
 
821
- #: options/panel6.php:25
822
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
823
  msgstr "Hvis du ikke ønsker at donere penge, så overvej venligst at blogge om mit plugin med et link til plugin siden. Lad dine læsere vide hvad der gør din side bedre. Du kan også donere din tid: Tøv ikke med at sende mig fejl rapporter, dine sprogfiler eller ideer til at forbedre Subscribe to Comments Reloaded osv. Hvad end du gør, mange tak fordi du bruger mit plugin!"
824
 
825
- #: options/panel6.php:27
826
  msgid "Vote and show your appreciation"
827
  msgstr "Stem og vis din påskønnelse"
828
 
829
- #: options/panel6.php:28
830
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
831
  msgstr "Fortæl andre hvis Subscribe to Comments Reloaded virker for dig og hvor god den er. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate den</a> på Plugin Directory siden."
832
 
833
- #: options/panel6.php:30
834
- msgid "Official Sponsors"
835
- msgstr "Officielle sponsorer"
836
 
837
- #: options/panel6.php:31
838
  msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
839
  msgstr "Hvis du vil sponsorere dette plugin, tøv ikke med at <a href='http://www.duechiacchiere.it/contatto'>kontakte mig</a>."
840
 
841
- #: templates/author.php:31
842
- msgid "Subscriptions have been successfully updated."
843
- msgstr "Abonnementer er blevet opdateret."
844
-
845
- #: templates/author.php:44
846
  msgid "Title"
847
  msgstr "Titel"
848
 
849
- #: templates/author.php:57
850
- #: templates/user.php:55
851
  msgid "Select all"
852
  msgstr "Vælg alt"
853
 
854
- #: templates/author.php:58
855
- #: templates/user.php:56
856
  msgid "Invert selection"
857
  msgstr "Vend det udvalgte"
858
 
859
- #: templates/author.php:59
860
- #: templates/user.php:57
861
- msgid "Delete"
862
- msgstr "Slet"
863
 
864
- #: templates/author.php:66
865
- #: templates/user.php:64
866
- msgid "Sorry, no subscriptions found."
867
- msgstr "Beklager, der er ikke fundet nogle abonnementer."
868
 
869
- #: templates/request-management-link.php:80
870
- #: templates/subscribe.php:84
871
  msgid "Send"
872
  msgstr "Send"
873
 
874
- #: templates/subscribe.php:30
875
- #: templates/subscribe.php:31
876
  msgid "New subscription to"
877
  msgstr "Ny abonnent til"
878
 
879
- #: templates/subscribe.php:31
880
  msgid "User:"
881
  msgstr "Bruger:"
882
 
883
- #: templates/user.php:33
884
- msgid "All the subscriptions have been successfully updated."
885
- msgstr "Alle abonnementer er blevet opdateret."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
886
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-07-20 12:37-0500\n"
6
+ "PO-Revision-Date: 2011-07-20 12:37-0500\n"
7
  "Last-Translator: due chiacchiere <info@duechiacchiere.it>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: ../\n"
14
  "X-Poedit-SearchPath-0: .\n"
 
15
 
16
+ #: subscribe-to-comments-reloaded.php:33
17
+ #: subscribe-to-comments-reloaded.php:221
18
+ #, fuzzy
19
+ msgid "Your subscription to this post needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
 
 
 
 
20
  msgstr "Dit abonnement til dette indlæg kræver bekræftelse. <a href='[manager_link]'>Rediger dine abonnementer</a>."
21
 
22
+ #: subscribe-to-comments-reloaded.php:38
23
+ #: subscribe-to-comments-reloaded.php:220
24
+ #, fuzzy
25
+ msgid "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your subscriptions."
26
+ msgstr "Du abonnerer på dette indlæg. <a href='[manager_link]'>Rediger</a> dine abonnementer."
27
+
28
+ #: subscribe-to-comments-reloaded.php:45
29
+ #: subscribe-to-comments-reloaded.php:222
30
+ #, fuzzy
31
+ msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
32
  msgstr "Du kan <a href='[manager_link]'>redigere abonnementerne</a> til dette indlæg."
33
 
34
+ #: subscribe-to-comments-reloaded.php:50
35
+ #: subscribe-to-comments-reloaded.php:217
36
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
37
  msgstr "Giv mig besked ved andre kommentarer via e-mail. Du kan også <a href='[subscribe_link]'>abonnere</a> uden at kommentere."
38
 
39
+ #: subscribe-to-comments-reloaded.php:60
40
+ msgid "All"
41
+ msgstr ""
42
+
43
+ #: subscribe-to-comments-reloaded.php:61
44
+ #: templates/user.php:66
45
+ msgid "Replies to my comments"
46
+ msgstr ""
47
+
48
+ #: subscribe-to-comments-reloaded.php:62
49
+ msgid "Daily digest"
50
+ msgstr ""
51
+
52
+ #: subscribe-to-comments-reloaded.php:194
53
+ #: options/index.php:41
54
  msgid "Manage subscriptions"
55
  msgstr "Rediger dine abonnementer"
56
 
57
+ #: subscribe-to-comments-reloaded.php:195
58
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
59
  msgstr "For at redigere dine abonnementer, så indtast venligst din e-mail adresse herunder. Vi sender dig en besked med et link til din personlige abonnement side."
60
 
61
+ #: subscribe-to-comments-reloaded.php:196
62
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
63
  msgstr "Tak for at bruge vores abonnements service. Din forespørgsel er udført og du vil modtage en e-mail med et link med adgang til din personlige abonnements side."
64
 
65
+ #: subscribe-to-comments-reloaded.php:197
66
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
67
  msgstr "Du kan abonnere på diskussionen på <strong>[post_title]</strong> uden at du behøver at skrive en kommentar. Bare indtast din e-mail adresse i felter nedenfor og du vil blive orienteret ved nye kommentarer."
68
 
69
+ #: subscribe-to-comments-reloaded.php:198
70
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
71
  msgstr "Tak for at bruge vores abonnements service. Din forespørgsel er udført og du vil modtage en e-mail hver gang en ny kommentar bliver godkendt af administrator."
72
 
73
+ #: subscribe-to-comments-reloaded.php:199
74
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
75
  msgstr "Tak for at bruge vores abonnements service. For at kunne udføre din forespørgsel, tjek din e-mail for en bekræftelses e-mail og følg instruktionerne i denne e-mail."
76
 
77
+ #: subscribe-to-comments-reloaded.php:200
78
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
79
  msgstr "For at kunne annullere eller ophæve en eller flere abonnementer, vælg det korrekte korrekte indlæg og vælg hvad der skal ske via knappen nedenfor listen."
80
 
81
+ #: subscribe-to-comments-reloaded.php:201
82
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
83
  msgstr "For at kunne annullere eller ophæve en eller flere abonnementer, vælg det korrekte korrekte indlæg og vælg hvad der skal ske via knappen nedenfor listen. Du abonnerer i øjeblikket på:"
84
 
85
+ #: subscribe-to-comments-reloaded.php:215
86
  msgid "There is a new comment to [post_title]"
87
  msgstr "Der er en ny kommentar til [post_title]"
88
 
89
+ #: subscribe-to-comments-reloaded.php:216
90
  msgid ""
91
  "There is a new comment to [post_title].\n"
92
  "Comment Link: [comment_permalink]\n"
97
  "Manage your subscriptions: [manager_link]"
98
  msgstr "Der er en ny kommentar til [post_title].Kommentar Link: [comment_permalink]Forfatter: [comment_author]Kommentar:[comment_content]Link til indlæg: [post_permalink]Rediger dit abonnement på kommentarer: [manager_link]"
99
 
100
+ #: subscribe-to-comments-reloaded.php:223
101
  msgid "Please confirm your subscription to [post_title]"
102
  msgstr "Venligst bekræft dit abonnement på kommentarer til [post_title]"
103
 
104
+ #: subscribe-to-comments-reloaded.php:224
105
  msgid ""
106
  "You have requested to be notified every time a new comment is added to:\n"
107
  "[post_permalink]\n"
110
  "[confirm_link]"
111
  msgstr "Du har bedt om at blive adviseret hver gang der kommer en ny kommentar til: [post_permalink]Venligst bekræft dette ved at følge dette link:[confirm_link]"
112
 
113
+ #: subscribe-to-comments-reloaded.php:225
114
  msgid "Manage your subscriptions on [blog_name]"
115
  msgstr "Rediger dit abonnement på kommentarer på [blog_name]"
116
 
117
+ #: subscribe-to-comments-reloaded.php:226
118
  msgid ""
119
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
120
  "[manager_link]"
121
  msgstr "Du har bedt om at redigere dit abonnement på kommentarer på [blog_name].Følg dette link for at komme til din personlige abonnements side:[manager_link]"
122
 
123
+ #: subscribe-to-comments-reloaded.php:956
124
  msgid "Subscribed"
125
  msgstr "Abonneret"
126
 
127
+ #: subscribe-to-comments-reloaded.php:970
128
+ #: options/panel2.php:41
129
+ #: options/panel2.php:48
130
+ #: options/panel2.php:55
131
+ #: options/panel5.php:42
132
+ #: options/panel5.php:49
133
+ #: options/panel5.php:56
134
+ #: options/panel5.php:63
135
+ #: options/panel5.php:70
136
+ #: options/panel5.php:77
137
  msgid "Yes"
138
  msgstr "Ja"
139
 
140
+ #: subscribe-to-comments-reloaded.php:972
141
+ msgid "Pending"
142
+ msgstr ""
143
 
144
+ #: subscribe-to-comments-reloaded.php:973
145
+ #: options/panel2.php:42
146
+ #: options/panel2.php:49
147
+ #: options/panel2.php:56
148
+ #: options/panel5.php:43
149
+ #: options/panel5.php:50
150
+ #: options/panel5.php:57
151
+ #: options/panel5.php:64
152
+ #: options/panel5.php:71
153
+ #: options/panel5.php:78
154
  msgid "No"
155
  msgstr "Nej"
156
 
157
+ #: subscribe-to-comments-reloaded.php:983
158
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
159
  msgstr "Brug for hjælp til at bruge Subscribe to Comments Reloaded? Besøg den officielle"
160
 
161
+ #: subscribe-to-comments-reloaded.php:983
162
  msgid "support forum"
163
  msgstr "support forum"
164
 
165
+ #: subscribe-to-comments-reloaded.php:984
166
  msgid "Feeling generous?"
167
  msgstr "Føler du dig generøs?"
168
 
169
+ #: subscribe-to-comments-reloaded.php:984
170
  msgid "Donate a few bucks!"
171
  msgstr "Doner et par dollar!"
172
 
173
+ #: options/index.php:42
174
+ #, fuzzy
175
+ msgid "Comment Form"
176
+ msgstr "Kommentar skema"
177
 
178
+ #: options/index.php:43
179
+ #, fuzzy
180
+ msgid "Management Page"
181
+ msgstr "Administrations side"
182
+
183
+ #: options/index.php:44
184
+ #, fuzzy
185
+ msgid "Notifications"
186
+ msgstr "E-mail emne"
187
+
188
+ #: options/index.php:45
189
+ #: options/panel2.php:35
190
+ #: options/panel3.php:38
191
+ #: options/panel4.php:34
192
  msgid "Options"
193
  msgstr "Indstillinger"
194
 
195
+ #: options/index.php:46
196
+ msgid "You can help"
197
+ msgstr ""
198
 
199
+ #: options/panel1-business-logic.php:18
200
+ #, fuzzy
201
+ msgid "Subscription added."
202
+ msgstr "Abonnementer"
203
 
204
+ #: options/panel1-business-logic.php:30
205
+ #, fuzzy
206
+ msgid "Subscriptions updated."
207
+ msgstr "Abonnementer pr. dag"
208
 
209
+ #: options/panel1-business-logic.php:39
210
+ #, fuzzy
211
+ msgid "Subscription deleted."
212
+ msgstr "Abonnement udført"
 
 
213
 
214
+ #: options/panel1-business-logic.php:54
215
+ #: templates/author.php:22
216
+ #: templates/user.php:22
217
+ #, fuzzy
218
+ msgid "Subscriptions deleted:"
219
+ msgstr "Abonnementer til:"
220
 
221
+ #: options/panel1-business-logic.php:58
222
+ #: templates/author.php:26
223
+ #: templates/user.php:26
224
+ #, fuzzy
225
+ msgid "Subscriptions suspended:"
226
+ msgstr "Abonnement udført"
227
 
228
+ #: options/panel1-business-logic.php:62
229
+ #: templates/author.php:30
230
+ #: templates/user.php:30
231
+ #, fuzzy
232
+ msgid "Subscriptions activated:"
233
+ msgstr "Abonnementer til:"
234
+
235
+ #: options/panel1-business-logic.php:66
236
+ #: options/panel1-business-logic.php:70
237
+ #: templates/author.php:34
238
+ #: templates/author.php:38
239
+ #: templates/user.php:34
240
+ #, fuzzy
241
+ msgid "Subscriptions updated:"
242
+ msgstr "Abonnementer pr. dag"
243
+
244
+ #: options/panel1-business-logic.php:94
245
+ msgid "&laquo; Previous"
246
+ msgstr "&laquo; Forrige"
247
+
248
+ #: options/panel1-business-logic.php:98
249
+ msgid "Next &raquo;"
250
+ msgstr "Næste &raquo;"
251
+
252
+ #: options/panel1-edit-subscription.php:8
253
+ #, fuzzy
254
+ msgid "Update Subscription"
255
+ msgstr "Opdater abonnement"
256
+
257
+ #: options/panel1-edit-subscription.php:10
258
+ #: options/panel1.php:19
259
+ #: options/panel1.php:81
260
+ #: options/panel1.php:113
261
+ #: templates/author.php:51
262
+ #: templates/user.php:47
263
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
264
  msgstr "Vær opmærksom: Denne operation kan ikke fortrydes! Er du sikker på at du vil fortsætte?"
265
 
266
+ #: options/panel1-edit-subscription.php:12
267
+ #, fuzzy
268
+ msgid "Post:"
269
+ msgstr "Rækker:"
270
+
271
+ #: options/panel1-edit-subscription.php:13
272
+ #: options/panel1.php:21
273
  msgid "From"
274
  msgstr "Fra"
275
 
276
+ #: options/panel1-edit-subscription.php:14
277
+ #: options/panel1.php:22
 
 
 
 
278
  msgid "To"
279
  msgstr "Til"
280
 
281
+ #: options/panel1-edit-subscription.php:15
282
+ #: options/panel1.php:26
283
+ #: options/panel1.php:45
284
+ #: options/panel1.php:103
285
+ msgid "Status"
286
+ msgstr "Status"
287
+
288
+ #: options/panel1-edit-subscription.php:17
289
+ #: options/panel1.php:28
290
+ msgid "Keep unchanged"
291
+ msgstr ""
292
+
293
+ #: options/panel1-edit-subscription.php:18
294
+ #: options/panel1.php:29
295
+ #: options/panel1.php:47
296
+ #, fuzzy
297
+ msgid "Active"
298
+ msgstr "Opgave"
299
+
300
+ #: options/panel1-edit-subscription.php:19
301
+ #: options/panel1.php:30
302
+ #: options/panel1.php:48
303
+ msgid "Replies only"
304
+ msgstr ""
305
+
306
+ #: options/panel1-edit-subscription.php:20
307
+ #: options/panel1.php:31
308
+ #, fuzzy
309
+ msgid "Suspended"
310
+ msgstr "Annuller"
311
+
312
+ #: options/panel1-edit-subscription.php:21
313
+ #: options/panel1.php:32
314
  msgid "Update"
315
  msgstr "Opdater"
316
 
317
+ #: options/panel1.php:17
318
+ #, fuzzy
319
+ msgid "Mass Update Subscriptions"
320
+ msgstr "Opdater abonnementer"
321
 
322
+ #: options/panel1.php:23
323
+ #: options/panel1.php:24
324
+ #: options/panel1.php:25
325
+ #, fuzzy
326
+ msgid "optional"
327
+ msgstr "Indstillinger"
328
 
329
+ #: options/panel1.php:39
330
+ #, fuzzy
331
+ msgid "Add New Subscription"
332
+ msgstr "Ny abonnent til"
333
 
334
+ #: options/panel1.php:43
335
+ #, fuzzy
336
+ msgid "Post ID"
337
+ msgstr "Indlæg (ID)"
 
 
338
 
339
+ #: options/panel1.php:44
340
  #: options/panel1.php:90
341
+ #: templates/request-management-link.php:65
342
+ #: templates/subscribe.php:88
343
+ #: templates/user.php:52
344
+ msgid "Email"
345
+ msgstr "E-mail"
 
 
 
 
 
346
 
347
+ #: options/panel1.php:49
348
+ msgid "Ask user to confirm"
349
+ msgstr ""
350
 
351
+ #: options/panel1.php:50
352
+ msgid "Add"
353
+ msgstr ""
354
 
355
+ #: options/panel1.php:59
356
+ #, fuzzy
357
+ msgid "Search subscriptions"
358
+ msgstr "Abonnementer"
359
 
360
+ #: options/panel1.php:61
361
+ #, fuzzy, php-format
362
+ msgid "You can either <a href=\"%s\">view all the subscriptions</a> or find those where the"
363
+ msgstr "Du kan enten <a href=\"%s\">liste alle abonnementer</a> eller finde dem hvor <b>e-mail</b>"
364
 
365
+ #: options/panel1.php:64
366
+ #, fuzzy
367
+ msgid "email"
368
+ msgstr "E-mail"
369
 
370
+ #: options/panel1.php:65
371
+ #, fuzzy
372
+ msgid "post ID"
373
+ msgstr "Indlæg (ID)"
374
 
375
+ #: options/panel1.php:66
376
+ #, fuzzy
377
+ msgid "status"
378
+ msgstr "Status"
379
+
380
+ #: options/panel1.php:69
381
  msgid "equals"
382
  msgstr "er lig med"
383
 
384
+ #: options/panel1.php:70
385
  msgid "contains"
386
  msgstr "indeholder"
387
 
388
+ #: options/panel1.php:71
389
  msgid "does not contain"
390
  msgstr "ikke indeholder"
391
 
392
+ #: options/panel1.php:72
393
+ msgid "starts with"
394
+ msgstr ""
 
 
 
 
 
 
 
 
395
 
396
+ #: options/panel1.php:73
397
+ msgid "ends with"
398
+ msgstr ""
399
 
400
+ #: options/panel1.php:76
401
+ msgid "results per page:"
402
+ msgstr ""
 
 
403
 
404
+ #: options/panel1.php:77
405
+ msgid "Search"
406
+ msgstr "Søg"
 
407
 
408
+ #: options/panel1.php:85
409
  msgid "Reverse the order by Post ID"
410
  msgstr "Omvend rækkefølgen til indlægs ID"
411
 
412
+ #: options/panel1.php:86
413
+ #: options/panel1.php:87
414
+ msgid "Reverse the order by Date/Time"
415
+ msgstr "Omvend rækkefølgen til Dato/tid"
 
 
416
 
417
+ #: options/panel1.php:89
418
  msgid "Post (ID)"
419
  msgstr "Indlæg (ID)"
420
 
421
+ #: options/panel1.php:92
422
+ #, fuzzy
423
+ msgid "Search query:"
424
+ msgstr "Søg"
425
+
426
+ #: options/panel1.php:92
427
+ msgid "Rows:"
428
+ msgstr "Rækker:"
429
+
430
+ #: options/panel1.php:92
431
+ msgid "of"
432
+ msgstr "af"
433
+
434
+ #: options/panel1.php:93
435
+ #: templates/author.php:57
436
+ #: templates/user.php:53
437
+ msgid "Legend: Y = all comments, R = replies only, C = inactive"
438
+ msgstr ""
439
+
440
+ #: options/panel1.php:102
441
  msgid "Date and Time"
442
  msgstr "Dato og tid"
443
 
444
+ #: options/panel1.php:112
445
+ msgid "Edit"
446
+ msgstr ""
447
 
448
+ #: options/panel1.php:113
449
+ #: templates/author.php:70
450
+ #: templates/user.php:64
451
+ msgid "Delete"
452
+ msgstr "Slet"
453
+
454
+ #: options/panel1.php:121
455
+ #: templates/author.php:69
456
+ #: templates/user.php:63
457
  msgid "Action:"
458
  msgstr "Opgave:"
459
 
460
+ #: options/panel1.php:122
461
+ msgid "Delete forever"
462
+ msgstr "Slet for altid"
463
+
464
+ #: options/panel1.php:123
465
+ #: templates/author.php:71
466
+ #: templates/user.php:65
467
+ msgid "Suspend"
468
+ msgstr "Annuller"
469
+
470
+ #: options/panel1.php:124
471
+ msgid "Activate and set to Y"
472
+ msgstr ""
473
+
474
+ #: options/panel1.php:125
475
+ msgid "Activate and set to R"
476
+ msgstr ""
477
+
478
+ #: options/panel1.php:126
479
+ #: templates/author.php:73
480
+ #: templates/user.php:67
481
+ msgid "Activate"
482
+ msgstr ""
483
+
484
+ #: options/panel1.php:127
485
+ #: templates/author.php:74
486
+ #: templates/user.php:68
487
  msgid "Update subscriptions"
488
  msgstr "Opdater abonnementer"
489
 
490
+ #: options/panel1.php:131
491
+ #, fuzzy
492
+ msgid "Sorry, no subscriptions match your search criteria."
493
  msgstr "Beklager, der er ikke fundet nogle abonnenter til"
494
 
495
+ #: options/panel2.php:11
496
+ #: options/panel2.php:39
497
+ #, fuzzy
498
+ msgid "Enable default checkbox"
499
+ msgstr "Slå bekræftelse til"
500
 
501
+ #: options/panel2.php:12
502
+ #: options/panel2.php:46
503
+ msgid "Checked by default"
504
+ msgstr "Default afkrydset"
505
 
506
+ #: options/panel2.php:13
507
+ #: options/panel2.php:53
508
+ #, fuzzy
509
+ msgid "Advanced subscription"
510
+ msgstr "Opdater abonnement"
511
 
512
+ #: options/panel2.php:14
513
+ #: options/panel2.php:60
514
+ msgid "Custom inline style"
515
+ msgstr "Tilpasset inline style"
516
 
517
+ #: options/panel2.php:15
518
+ #: options/panel2.php:65
519
+ msgid "Custom HTML"
520
+ msgstr "Tilpasset HTML"
521
 
522
+ #: options/panel2.php:17
523
+ msgid "Checkbox label"
524
+ msgstr "Tjekboks besked"
525
 
526
+ #: options/panel2.php:18
527
+ #: options/panel2.php:81
528
+ msgid "Subscribed label"
529
+ msgstr "Abonnements besked"
530
 
531
+ #: options/panel2.php:19
532
+ msgid "Awaiting label"
533
+ msgstr "Afventer besked"
 
 
 
 
534
 
535
+ #: options/panel2.php:20
536
+ #: options/panel2.php:91
537
+ msgid "Author label"
538
+ msgstr "Forfatter besked"
539
+
540
+ #: options/panel2.php:25
541
+ #: options/panel3.php:25
542
+ #: options/panel4.php:23
543
+ #: options/panel5.php:22
544
+ msgid "Your settings have been successfully updated."
545
+ msgstr "Dine indstillinger er blevet opdateret."
546
 
547
+ #: options/panel2.php:28
548
+ #: options/panel3.php:28
549
+ #: options/panel4.php:26
550
+ #: options/panel5.php:25
551
+ msgid "There was an error updating the following fields:"
552
+ msgstr "Der var en fejl i opdateringen af disse felter:"
553
 
554
+ #: options/panel2.php:43
555
+ msgid "Disable this option if you want to move the subscription checkbox to a different place on your page."
556
+ msgstr ""
557
 
558
+ #: options/panel2.php:50
559
+ msgid "Decide if the checkbox should be checked by default or not."
560
+ msgstr "Vælg om tjekboksen default skal være afkrydset eller ej."
561
 
562
+ #: options/panel2.php:57
563
+ msgid "Allow users to choose from different subscription types (all, replies only)."
564
+ msgstr ""
565
 
566
+ #: options/panel2.php:62
567
+ msgid "Custom inline CSS to add to the checkbox."
568
+ msgstr "Tilpasset inline CSS til at tilføje til tjekboksen."
569
 
570
+ #: options/panel2.php:67
571
+ msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
572
+ msgstr "Tilpasset HTML kode til brug ved visning af tjekboksen. Tilladte tags: [checkbox_field], [checkbox_label]"
573
+
574
+ #: options/panel2.php:72
575
+ msgid "Messages for your visitors"
576
+ msgstr ""
577
+
578
+ #: options/panel2.php:76
579
+ #, fuzzy
580
+ msgid "Default label"
581
+ msgstr "Forfatter besked"
582
+
583
+ #: options/panel2.php:78
584
+ msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
585
+ msgstr "Besked vist ved tjekboksen: Tilladt tag: [subscribe_link]"
586
+
587
+ #: options/panel2.php:83
588
+ msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
589
+ msgstr "Besked vist til dem der allerede abonnerer på et indlæg. Tilladt tag: [manager_link]"
590
+
591
+ #: options/panel2.php:86
592
+ #, fuzzy
593
+ msgid "Pending label"
594
+ msgstr "Afventer besked"
595
 
596
+ #: options/panel2.php:88
597
+ msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
598
+ msgstr "Besked vist til dem der allerede abonnerer på et indlæg, men som ikke har bekræftet abonnementet endnu. Tilladt tag: [manager_link]"
599
 
600
+ #: options/panel2.php:93
601
+ msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
602
+ msgstr "Besked vist til forfattere (og administratorer). Tilladt tag: [manager_link]"
603
 
604
+ #: options/panel2.php:97
605
+ #: options/panel3.php:136
606
+ #: options/panel4.php:103
607
+ #: options/panel5.php:83
608
+ msgid "Save Changes"
609
+ msgstr "Gem ændringer"
610
 
611
+ #: options/panel3.php:10
612
+ #: options/panel3.php:42
613
+ msgid "Page title"
614
+ msgstr "Side titel"
615
 
616
  #: options/panel3.php:11
617
  msgid "Management Page ID"
618
  msgstr "Administrer Side ID"
619
 
620
  #: options/panel3.php:12
621
+ #: options/panel3.php:54
622
+ msgid "Custom HEAD meta"
623
+ msgstr ""
 
 
 
 
 
624
 
625
  #: options/panel3.php:14
626
+ #: options/panel3.php:65
627
+ msgid "Request link"
628
+ msgstr "Anmod om link"
629
 
630
  #: options/panel3.php:15
631
+ #: options/panel3.php:75
632
+ msgid "Request submitted"
633
+ msgstr "Forespørgsel afsendt"
634
 
635
  #: options/panel3.php:16
636
+ #: options/panel3.php:85
637
+ msgid "Subscribe without commenting"
638
+ msgstr "Abonner uden at kommentere"
639
+
640
  #: options/panel3.php:17
641
+ #: options/panel3.php:95
642
+ msgid "Subscription processed"
643
+ msgstr "Abonnement udført"
644
 
645
  #: options/panel3.php:18
646
+ #: options/panel3.php:105
647
+ msgid "Subscription processed (DCI)"
648
+ msgstr "Abonnement udført (Bekræftelse)"
649
 
650
  #: options/panel3.php:19
651
+ #: options/panel3.php:115
652
+ msgid "Authors"
653
+ msgstr "Forfattere"
654
 
655
  #: options/panel3.php:20
656
+ #: options/panel3.php:125
657
+ msgid "Users"
658
+ msgstr "Brugere"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
659
 
660
+ #: options/panel3.php:44
661
+ msgid "Title of the page your visitors will use to manage their subscriptions."
662
+ msgstr "Titel på siden de besøgende bruger til at administrere deres abonnementer."
 
 
663
 
664
+ #: options/panel3.php:47
 
665
  msgid "Management page"
666
  msgstr "Administrations side"
667
 
668
+ #: options/panel3.php:49
669
  msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
670
  msgstr "Permalink til din administrations side (f.eks. som <code>/administrer-abonnement</code> eller <code>/?page_id=345</code>). Denne side <b>eksisterer ikke</b> ikke i dit system, men linket skal følge dine permalink indstillinger."
671
 
672
+ #: options/panel3.php:51
673
  msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
674
  msgstr "Advarsel: Det ser ud til at der format du bruger, måske ikke er matcher dine permalink indstillinger"
675
 
676
+ #: options/panel3.php:56
677
+ msgid "Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values."
678
+ msgstr ""
 
 
 
 
679
 
680
+ #: options/panel3.php:61
681
+ #: options/panel4.php:50
682
+ #, fuzzy
683
+ msgid "Messages"
684
+ msgstr "E-mail beskeder"
685
 
686
+ #: options/panel3.php:66
687
+ #: options/panel3.php:76
688
+ #: options/panel3.php:86
689
+ #: options/panel3.php:96
690
+ #: options/panel3.php:106
691
+ #: options/panel3.php:116
692
+ #: options/panel3.php:126
693
+ #: options/panel4.php:61
694
+ #: options/panel4.php:77
695
+ #: options/panel4.php:93
696
+ msgid "Bold"
697
+ msgstr "Fed"
698
 
699
+ #: options/panel3.php:67
700
+ #: options/panel3.php:77
701
+ #: options/panel3.php:87
702
+ #: options/panel3.php:97
703
+ #: options/panel3.php:107
704
+ #: options/panel3.php:117
705
+ #: options/panel3.php:127
706
+ #: options/panel4.php:62
707
+ #: options/panel4.php:78
708
+ #: options/panel4.php:94
709
+ msgid "Italic"
710
+ msgstr "Kursiv"
711
 
712
+ #: options/panel3.php:68
713
+ #: options/panel3.php:78
714
+ #: options/panel3.php:88
715
+ #: options/panel3.php:98
716
+ #: options/panel3.php:108
717
+ #: options/panel3.php:118
718
+ #: options/panel3.php:128
719
+ #: options/panel4.php:63
720
+ #: options/panel4.php:79
721
+ #: options/panel4.php:95
722
+ msgid "Link"
723
+ msgstr "Link"
724
 
725
+ #: options/panel3.php:69
726
  #: options/panel3.php:79
727
+ #: options/panel3.php:89
728
+ #: options/panel3.php:99
729
+ #: options/panel3.php:109
730
+ #: options/panel3.php:119
731
+ #: options/panel3.php:129
732
+ #: options/panel4.php:64
733
+ #: options/panel4.php:80
734
+ #: options/panel4.php:96
735
+ msgid "Image"
736
+ msgstr "Billede"
737
 
738
+ #: options/panel3.php:72
739
+ msgid "Text shown to those who request to manage their subscriptions."
740
+ msgstr "Tekst vist til dem der forespørger om adgang til deres abonnementer."
741
 
742
+ #: options/panel3.php:82
743
+ msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
744
+ msgstr "Kvitteringsbesked vist efter forespørgslen ovenfor er udført. Tilladte tags: [post_title], [post_permalink]"
745
 
746
+ #: options/panel3.php:92
747
+ msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
748
+ msgstr "Tekst vist til dem der abonnerer uden at kommentere. Tilladte tags: [post_title], [post_permalink]"
749
 
750
+ #: options/panel3.php:102
751
+ msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
752
+ msgstr "Kvitteringsbesked vist efter abonnements forespørgslen er udført (bekræftelse slået fra). Tilladte tags: [post_title], [post_permalink]"
753
 
754
  #: options/panel3.php:112
755
+ msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
756
+ msgstr "Kvitteringsbesked vist efter abonnements forespørgslen er udført (bekræftelse slået til). Tilladte tags: [post_title], [post_permalink]"
757
 
758
+ #: options/panel3.php:122
759
+ msgid "Introductory text for the authors' management page."
760
+ msgstr "Introduktions tekst til forfatterens administrations side."
761
 
762
+ #: options/panel3.php:132
763
+ msgid "Introductory text for the users' management page."
764
+ msgstr "Introduktions tekst til brugerens administrations side."
765
 
766
+ #: options/panel4.php:11
767
+ #: options/panel4.php:38
768
+ msgid "Sender name"
769
+ msgstr "Afsender navn"
770
 
771
+ #: options/panel4.php:12
772
+ #: options/panel4.php:43
773
+ msgid "Sender email address"
774
+ msgstr "Afsender e-mail adresse"
 
775
 
776
+ #: options/panel4.php:13
777
+ #: options/panel4.php:54
778
  msgid "Notification subject"
779
  msgstr "E-mail emne"
780
 
781
+ #: options/panel4.php:14
782
+ #: options/panel4.php:59
783
  msgid "Notification message"
784
  msgstr "E-mail besked"
785
 
786
+ #: options/panel4.php:15
787
+ #: options/panel4.php:70
788
  msgid "Double check subject"
789
  msgstr "Bekræftelses e-mail emne"
790
 
791
+ #: options/panel4.php:16
792
+ #: options/panel4.php:75
793
  msgid "Double check message"
794
  msgstr "Bekræftelses e-mail besked"
795
 
796
+ #: options/panel4.php:17
797
+ #: options/panel4.php:86
798
  msgid "Management subject"
799
  msgstr "Administrations e-mail emne"
800
 
801
+ #: options/panel4.php:18
802
+ #: options/panel4.php:91
803
  msgid "Management message"
804
  msgstr "Administrations e-mail besked"
805
 
806
+ #: options/panel4.php:40
807
+ msgid "Name to use for the \"from\" field when sending a new notification to the user."
808
+ msgstr "Navn som afsender i \"fra\" feltet når der sendes en besked til brugeren."
 
 
 
 
 
 
 
 
 
 
 
 
 
809
 
810
  #: options/panel4.php:45
811
+ msgid "Email address to use for the \"from\" field when sending a new notification to the user."
812
+ msgstr "E-mail adresse som afsender i \"fra\" feltet når der sendes en besked til brugeren."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
813
 
814
+ #: options/panel4.php:56
815
+ msgid "Subject of the notification email. Allowed tag: [post_title]"
816
+ msgstr "Emne til adviserings e-mail. Tilladt tag: [post_title]"
 
 
 
 
 
 
 
 
 
817
 
818
+ #: options/panel4.php:67
819
  msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
820
  msgstr "Indhold af adviserings e-mailen. Tilladte tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
821
 
822
+ #: options/panel4.php:72
823
  msgid "Subject of the confirmation email. Allowed tag: [post_title]"
824
  msgstr "Emnet i bekræftelses e-mailen. Tilladt tag: [post_title]"
825
 
826
+ #: options/panel4.php:83
827
  msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
828
  msgstr "Indhold af bekræftelses e-mailen. Tilladte tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
829
 
830
+ #: options/panel4.php:88
831
  msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
832
  msgstr "Emnet i e-mailen sendt til dem der beder om adgang til deres administrations side. Tilladt tag: [blog_name]"
833
 
834
+ #: options/panel4.php:99
835
  msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
836
  msgstr "Indhold af administrations e-mailen. Tilladte tags: [blog_name], [manager_link]"
837
 
838
  #: options/panel5.php:11
839
+ #: options/panel5.php:35
840
+ msgid "Autopurge requests"
841
+ msgstr "Autoslet forespørgsler"
842
 
843
  #: options/panel5.php:12
844
+ #: options/panel5.php:40
845
+ msgid "Enable double check"
846
+ msgstr "Slå bekræftelse til"
847
 
848
  #: options/panel5.php:13
849
+ msgid "Notify authors"
850
+ msgstr "Adviser forfatter"
 
851
 
852
  #: options/panel5.php:14
853
+ #: options/panel5.php:54
854
+ msgid "Enable HTML emails"
855
+ msgstr "Slå HTML e-mails til"
856
+
857
+ #: options/panel5.php:15
858
+ msgid "Send trackbacks"
859
+ msgstr "Send trackbacks"
860
 
861
  #: options/panel5.php:16
862
+ #: options/panel5.php:47
863
+ msgid "Notify admin"
864
+ msgstr "Adviser administrator"
865
 
866
  #: options/panel5.php:17
867
+ #: options/panel5.php:75
868
+ msgid "Let admin subscribe"
869
+ msgstr "Lad administrator abonnere"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
870
 
871
+ #: options/panel5.php:36
872
+ msgid "days"
873
+ msgstr "dage"
874
 
875
+ #: options/panel5.php:37
876
+ msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
877
+ msgstr "Slet afventende abonnementer (ikke bekræftede) after X dage. 0 slår denne funktion fra."
878
 
879
+ #: options/panel5.php:44
880
+ msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
881
+ msgstr "Send en bekræftelses e-mail for at bekræfte abonnement (for at undgå e-mail adresse misbrug)."
882
 
883
+ #: options/panel5.php:51
884
+ msgid "Notify the administrator when a new comment is posted."
885
+ msgstr "Adviser administrator når der er en ny kommentar."
886
 
887
+ #: options/panel5.php:58
888
+ msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
889
+ msgstr "Hvis slået til, vil e-mail beskeder indeholde = tekst/html i stedet for tekst/plain"
890
 
891
+ #: options/panel5.php:61
892
+ #, fuzzy
893
+ msgid "Process trackbacks"
894
+ msgstr "Send trackbacks"
895
 
896
+ #: options/panel5.php:65
897
+ msgid "Notify users when a new trackback or pingback is added to the discussion."
898
+ msgstr "Adviser abonnenter når en ny trackback eller pingback er tilføjet til kommentarer."
899
 
900
+ #: options/panel5.php:68
901
+ msgid "Track all subscriptions"
902
+ msgstr "Advisering ved abonnementer"
903
 
904
+ #: options/panel5.php:72
905
+ msgid "Notify the administrator when users subscribe without commenting."
906
+ msgstr "Adviser administrator når brugere abonnerer uden at kommentere."
907
 
908
+ #: options/panel5.php:79
909
+ msgid "Let the administrator subscribe to comments when logged in."
910
+ msgstr "Lad administrator abonnere kommentarer når administrator er logget ind."
911
 
912
+ #: options/panel6.php:8
913
  msgid "Support the author"
914
  msgstr "Støt forfatteren"
915
 
916
+ #: options/panel6.php:16
917
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
918
  msgstr "Hvor værdifuld er denne feature via dette plugin for dine besøgende? Subscribe to Comments Reloaded er og vil altid være gratis, men overvej at støtte forfatteren til dette plugin som har gjort din side bedre, specielt hvis du tjener penge på siden. Enhver donation vil blive investeret i den videre udvikling af Subscribe to Comments Reloaded og til at købe mad til min sultne familie."
919
 
920
+ #: options/panel6.php:18
921
  msgid "Don't want to donate? You can still help"
922
  msgstr "Vil du ikke donere? Du kan stadig hjælpe"
923
 
924
+ #: options/panel6.php:19
925
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
926
  msgstr "Hvis du ikke ønsker at donere penge, så overvej venligst at blogge om mit plugin med et link til plugin siden. Lad dine læsere vide hvad der gør din side bedre. Du kan også donere din tid: Tøv ikke med at sende mig fejl rapporter, dine sprogfiler eller ideer til at forbedre Subscribe to Comments Reloaded osv. Hvad end du gør, mange tak fordi du bruger mit plugin!"
927
 
928
+ #: options/panel6.php:21
929
  msgid "Vote and show your appreciation"
930
  msgstr "Stem og vis din påskønnelse"
931
 
932
+ #: options/panel6.php:22
933
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
934
  msgstr "Fortæl andre hvis Subscribe to Comments Reloaded virker for dig og hvor god den er. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate den</a> på Plugin Directory siden."
935
 
936
+ #: options/panel6.php:24
937
+ msgid "Sponsor's Corner"
938
+ msgstr ""
939
 
940
+ #: options/panel6.php:25
941
  msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
942
  msgstr "Hvis du vil sponsorere dette plugin, tøv ikke med at <a href='http://www.duechiacchiere.it/contatto'>kontakte mig</a>."
943
 
944
+ #: templates/author.php:56
 
 
 
 
945
  msgid "Title"
946
  msgstr "Titel"
947
 
948
+ #: templates/author.php:67
949
+ #: templates/user.php:61
950
  msgid "Select all"
951
  msgstr "Vælg alt"
952
 
953
+ #: templates/author.php:68
954
+ #: templates/user.php:62
955
  msgid "Invert selection"
956
  msgstr "Vend det udvalgte"
957
 
958
+ #: templates/author.php:72
959
+ msgid "Set to Y"
960
+ msgstr ""
 
961
 
962
+ #: templates/author.php:78
963
+ #: templates/user.php:72
964
+ msgid "No subscriptions match your search criteria."
965
+ msgstr ""
966
 
967
+ #: templates/request-management-link.php:68
968
+ #: templates/subscribe.php:90
969
  msgid "Send"
970
  msgstr "Send"
971
 
972
+ #: templates/subscribe.php:43
973
+ #: templates/subscribe.php:44
974
  msgid "New subscription to"
975
  msgstr "Ny abonnent til"
976
 
977
+ #: templates/subscribe.php:44
978
  msgid "User:"
979
  msgstr "Bruger:"
980
 
981
+ #~ msgid "Awaiting confirmation"
982
+ #~ msgstr "Afventer bekræftelse"
983
+
984
+ #~ msgid "Stats"
985
+ #~ msgstr "Statistik"
986
+
987
+ #~ msgid "Other Messages"
988
+ #~ msgstr "Andre beskeder"
989
+
990
+ #~ msgid "Support"
991
+ #~ msgstr "Support"
992
+
993
+ #~ msgid "The status has been successfully updated. Rows affected:"
994
+ #~ msgstr "Status er blevet opdateret. Rækker berørt:"
995
+
996
+ #~ msgid ""
997
+ #~ "Update the email address associated to a specific subscription (by post "
998
+ #~ "ID)."
999
+ #~ msgstr ""
1000
+ #~ "Updater e-mail adresser associeret til et specifikt abonnement (pr. post "
1001
+ #~ "ID)"
1002
+
1003
+ #~ msgid "PID"
1004
+ #~ msgstr "PID"
1005
+
1006
+ #~ msgid "Change status"
1007
+ #~ msgstr "Ændre status"
1008
+
1009
+ #~ msgid ""
1010
+ #~ "Change the status of an email address or permanently delete all its "
1011
+ #~ "subscriptions."
1012
+ #~ msgstr ""
1013
+ #~ "Ændre status på en e-mail adresse eller slette alle tilhørende "
1014
+ #~ "abonnementer permanent."
1015
+
1016
+ #~ msgid "Resume"
1017
+ #~ msgstr "Genoptag"
1018
+
1019
+ #~ msgid "Update email address"
1020
+ #~ msgstr "Opdater e-mail adresse"
1021
+
1022
+ #~ msgid ""
1023
+ #~ "You can \"mass update\" all the occurrences of a given email address "
1024
+ #~ "(exact matches only)."
1025
+ #~ msgstr ""
1026
+ #~ "Du kan \"masse opdatere\" alle forekomster af en given e-mail adresse "
1027
+ #~ "(kun eksakt match)."
1028
+
1029
+ #~ msgid "Search email address"
1030
+ #~ msgstr "Søg e-mail adresse"
1031
+
1032
+ #~ msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
1033
+ #~ msgstr "Beskrivelse: Y: Abonnerer, N: Annulleret, C: afventer bekræftelse"
1034
+
1035
+ #~ msgid "StCR table has been successfully optimized."
1036
+ #~ msgstr "StCR tabel er blevet optimeret."
1037
+
1038
+ #~ msgid "Subscriptions for"
1039
+ #~ msgstr "Abonnementer til"
1040
+
1041
+ #~ msgid "Filter by date"
1042
+ #~ msgstr "Filtrer via dato"
1043
+
1044
+ #~ msgid "Month"
1045
+ #~ msgstr "Måned"
1046
+
1047
+ #~ msgid "Year"
1048
+ #~ msgstr "År"
1049
+
1050
+ #~ msgid "No data to display"
1051
+ #~ msgstr "Ingen data at vise"
1052
+
1053
+ #~ msgid "optimize"
1054
+ #~ msgstr "optimer"
1055
+
1056
+ #~ msgid "Database"
1057
+ #~ msgstr "Database"
1058
+
1059
+ #~ msgid "Engine"
1060
+ #~ msgstr "Engine"
1061
+
1062
+ #~ msgid "Created on"
1063
+ #~ msgstr "Lavet den"
1064
+
1065
+ #~ msgid "Index length"
1066
+ #~ msgstr "Index længde"
1067
+
1068
+ #~ msgid "Records"
1069
+ #~ msgstr "Records"
1070
+
1071
+ #~ msgid "Average Record Length"
1072
+ #~ msgstr "Gennemsnits Record længde"
1073
+
1074
+ #~ msgid "Approximate Overhead"
1075
+ #~ msgstr "Omtrentlig Overhead"
1076
+
1077
+ #~ msgid "Analysis for"
1078
+ #~ msgstr "Analyse for"
1079
+
1080
+ #~ msgid "Most active users"
1081
+ #~ msgstr "Mest aktive brugere"
1082
+
1083
+ #~ msgid "Popular posts"
1084
+ #~ msgstr "Populære indlæg"
1085
+
1086
+ #~ msgid "Custom CSS Class"
1087
+ #~ msgstr "Tilpasset CSS Class"
1088
+
1089
+ #~ msgid ""
1090
+ #~ "Custom CSS class to associate to the checkbox, if you want to customize "
1091
+ #~ "its style."
1092
+ #~ msgstr ""
1093
+ #~ "Tilpasset CSS class associeret til tjekboksen, hvis du ønsker at tilrette "
1094
+ #~ "boksens udseende."
1095
+
1096
+ #~ msgid "Official Sponsors"
1097
+ #~ msgstr "Officielle sponsorer"
1098
+
1099
+ #~ msgid "Subscriptions have been successfully updated."
1100
+ #~ msgstr "Abonnementer er blevet opdateret."
1101
+
1102
+ #~ msgid "Sorry, no subscriptions found."
1103
+ #~ msgstr "Beklager, der er ikke fundet nogle abonnementer."
1104
 
1105
+ #~ msgid "All the subscriptions have been successfully updated."
1106
+ #~ msgstr "Alle abonnementer er blevet opdateret."
langs/subscribe-reloaded-de_DE.mo CHANGED
Binary file
langs/subscribe-reloaded-de_DE.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-12-28 10:31-0500\n"
6
- "PO-Revision-Date: 2010-12-28 10:31-0500\n"
7
- "Last-Translator: Camu <info@duechiacchiere.it>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,77 +19,91 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ subscribe-reloaded
22
- #: subscribe-to-comments-reloaded.php:34
23
- #: subscribe-to-comments-reloaded.php:190
24
- msgid "You are subscribed to this entry. <a href='[manager_link]'>Manage</a> your subscriptions."
25
- msgstr "Du erhältst Benachrichtigungen zu diesem Thema. <a href='[manager_link]'>Verwalte Deine Abonnements</a>."
26
-
27
- # @ subscribe-reloaded
28
- #: subscribe-to-comments-reloaded.php:39
29
- #: subscribe-to-comments-reloaded.php:191
30
- msgid "Your subscription to this entry needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
31
  msgstr "Dein Benachrichtigungswunsch muss bestätigt werden. <a href='[manager_link]'>Verwalte Deine Abonnements</a>."
32
 
33
  # @ subscribe-reloaded
34
  #: subscribe-to-comments-reloaded.php:46
35
- #: subscribe-to-comments-reloaded.php:192
36
- msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this entry."
 
 
 
 
 
 
37
  msgstr "Deine <a href='[manager_link]'>Benachrichtigungs-Einstellungen</a> zu diesem Beitrag anpassen."
38
 
39
  # @ subscribe-reloaded
40
- #: subscribe-to-comments-reloaded.php:52
41
- #: subscribe-to-comments-reloaded.php:186
42
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
43
  msgstr "eMail-Benachrichtigung bei weiteren Kommentaren.<br>Auch möglich: <a href='[subscribe_link]'>Abo ohne Kommentar</a>."
44
 
 
 
 
 
45
  # @ subscribe-reloaded
46
- #: subscribe-to-comments-reloaded.php:162
47
- #: options/index.php:44
 
 
 
 
 
 
 
 
 
 
48
  msgid "Manage subscriptions"
49
  msgstr "Verwalte Deine Abonnements"
50
 
51
  # @ subscribe-reloaded
52
- #: subscribe-to-comments-reloaded.php:163
53
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
54
  msgstr "Um Deine Abonnements zu verwalten, musst Du hier Deine eMail-Adresse eingeben. Du bekommst dann eine eMail mit einem weiterführenden Link."
55
 
56
  # @ subscribe-reloaded
57
- #: subscribe-to-comments-reloaded.php:164
58
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
59
  msgstr "Danke für das Nutzen des Benachrichtigungsdienstes. Deine Anfrage wird bearbeitet und eine eMail an Dich gleich verschickt."
60
 
61
  # @ subscribe-reloaded
62
- #: subscribe-to-comments-reloaded.php:165
63
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
64
  msgstr "Du kannst der Diskussion zum Thema <strong>[post_title]</strong> auch folgen, ohne bisher selber etwas geschrieben zu haben. Krass, was? Hierzu einfach Deine eMail-Adresse in das dafür vorgesehene Feld eintragen."
65
 
66
  # @ subscribe-reloaded
67
- #: subscribe-to-comments-reloaded.php:166
68
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
69
  msgstr "Danke für das Nutzen des Benachrichtigungsdienstes. Du wirst nun bei jedem neuen Kommentar per eMail informiert."
70
 
71
  # @ subscribe-reloaded
72
- #: subscribe-to-comments-reloaded.php:167
73
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
74
  msgstr "Danke für das Nutzen des Benachrichtigungsdienstes. Bitte bestätige Deine Anfrage durch den Link in der eMail, die Dir gerade zugestellt wird."
75
 
76
  # @ subscribe-reloaded
77
- #: subscribe-to-comments-reloaded.php:168
78
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
79
  msgstr "Um eine Benachrichtigung zu löschen oder zu deaktivieren, nutze die entsprechende Auswahlboxen."
80
 
81
  # @ subscribe-reloaded
82
- #: subscribe-to-comments-reloaded.php:169
83
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
84
  msgstr "Um eine Benachrichtigung zu löschen oder zu deaktivieren, nutze die entsprechende Auswahlboxen."
85
 
86
  # @ subscribe-reloaded
87
- #: subscribe-to-comments-reloaded.php:184
88
  msgid "There is a new comment to [post_title]"
89
  msgstr "Es gibt Neuigkeiten zum Thema [post_title]"
90
 
91
  # @ subscribe-reloaded
92
- #: subscribe-to-comments-reloaded.php:185
93
  msgid ""
94
  "There is a new comment to [post_title].\n"
95
  "Comment Link: [comment_permalink]\n"
@@ -108,12 +122,12 @@ msgstr ""
108
  "Verwalte Deine Benachrichtigungen: [manager_link]"
109
 
110
  # @ subscribe-reloaded
111
- #: subscribe-to-comments-reloaded.php:193
112
  msgid "Please confirm your subscription to [post_title]"
113
  msgstr "Bitte bestätige Deinen Benachrichtigungswunsch zum Thema [post_title]"
114
 
115
  # @ subscribe-reloaded
116
- #: subscribe-to-comments-reloaded.php:194
117
  msgid ""
118
  "You have requested to be notified every time a new comment is added to:\n"
119
  "[post_permalink]\n"
@@ -128,12 +142,12 @@ msgstr ""
128
  "[confirm_link]"
129
 
130
  # @ subscribe-reloaded
131
- #: subscribe-to-comments-reloaded.php:195
132
  msgid "Manage your subscriptions on [blog_name]"
133
  msgstr "Benachrichtigungs-Einstellungen von [blog_name]"
134
 
135
  # @ subscribe-reloaded
136
- #: subscribe-to-comments-reloaded.php:196
137
  msgid ""
138
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
139
  "[manager_link]"
@@ -142,848 +156,1042 @@ msgstr ""
142
  "[manager_link]"
143
 
144
  # @ default
145
- #: subscribe-to-comments-reloaded.php:597
146
  msgid "Subscribed"
147
  msgstr "Abonniert"
148
 
149
  # @ subscribe-reloaded
150
- #: subscribe-to-comments-reloaded.php:611
151
- #: options/panel3.php:65
152
- #: options/panel3.php:87
153
- #: options/panel3.php:94
154
- #: options/panel3.php:101
155
- #: options/panel3.php:108
156
- #: options/panel3.php:115
157
- #: options/panel3.php:122
 
 
158
  msgid "Yes"
159
  msgstr "Ja"
160
 
161
- # @ subscribe-reloaded
162
- #: subscribe-to-comments-reloaded.php:613
163
- msgid "Awaiting confirmation"
164
- msgstr "Ausstehende Betsätigung"
165
 
166
  # @ subscribe-reloaded
167
- #: subscribe-to-comments-reloaded.php:614
168
- #: options/panel3.php:66
169
- #: options/panel3.php:88
170
- #: options/panel3.php:95
171
- #: options/panel3.php:102
172
- #: options/panel3.php:109
173
- #: options/panel3.php:116
174
- #: options/panel3.php:123
 
 
175
  msgid "No"
176
  msgstr "Nein"
177
 
178
  # @ subscribe-reloaded
179
- #: subscribe-to-comments-reloaded.php:624
180
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
181
  msgstr "Benötigst Du Hilfe zum Plugin Subscribe to Comments Reloaded? Besuche das offizielle"
182
 
183
  # @ subscribe-reloaded
184
- #: subscribe-to-comments-reloaded.php:624
185
  msgid "support forum"
186
  msgstr "Support-Forum"
187
 
188
  # @ subscribe-reloaded
189
- #: subscribe-to-comments-reloaded.php:625
190
  msgid "Feeling generous?"
191
- msgstr "Feeling generous?"
192
 
193
  # @ subscribe-reloaded
194
- #: subscribe-to-comments-reloaded.php:625
195
  msgid "Donate a few bucks!"
196
- msgstr "Donate a few bucks!"
197
 
198
  # @ subscribe-reloaded
199
- #: options/index.php:45
200
- msgid "Stats"
201
- msgstr "Statistik"
202
 
203
  # @ subscribe-reloaded
204
- #: options/index.php:46
 
 
 
 
 
 
 
 
 
 
 
 
 
205
  msgid "Options"
206
  msgstr "Optionen"
207
 
 
 
 
 
208
  # @ subscribe-reloaded
209
- #: options/index.php:47
210
- msgid "Mail Messages"
211
- msgstr "eMail-Texte"
212
 
213
  # @ subscribe-reloaded
214
- #: options/index.php:48
215
- msgid "Other Messages"
216
- msgstr "weitere Texte"
217
 
218
  # @ subscribe-reloaded
219
- #: options/index.php:49
220
- msgid "Support"
221
- msgstr "Support"
222
 
223
  # @ subscribe-reloaded
224
- #: options/panel1.php:32
225
- #: options/panel1.php:38
226
- #: options/panel1.php:45
227
- #: options/panel1.php:63
228
- msgid "The status has been successfully updated. Rows affected:"
229
- msgstr "Der Status wurde erfolgreich aktualisiert. Betroffene Zeilen:"
230
 
231
  # @ subscribe-reloaded
232
- #: options/panel1.php:68
233
- msgid "Update subscription"
234
- msgstr "Aktualisieren"
 
 
235
 
236
- #: options/panel1.php:69
237
- msgid "Update the email address associated to a specific subscription (by post ID)."
238
- msgstr "Aktualisierung einer eMail-Adresse, in Abhängigkeit einer Post-ID."
 
 
 
239
 
240
  # @ subscribe-reloaded
241
- #: options/panel1.php:71
242
- #: options/panel1.php:101
243
- #: options/panel1.php:173
244
- #: templates/author.php:39
245
- #: templates/user.php:41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
246
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
247
  msgstr "Bitte beachte: Diese Aktion kann nicht widerrufen werden. Bist Du sicher, dass Du fortfahren möchtest?"
248
 
 
 
 
 
249
  # @ subscribe-reloaded
250
- #: options/panel1.php:73
251
- #: options/panel1.php:103
252
  msgid "From"
253
  msgstr "suche"
254
 
255
- #: options/panel1.php:74
256
- msgid "PID"
257
- msgstr "Post-ID"
258
-
259
  # @ subscribe-reloaded
260
- #: options/panel1.php:75
261
- #: options/panel1.php:104
262
  msgid "To"
263
  msgstr "ersetze durch"
264
 
265
  # @ subscribe-reloaded
266
- #: options/panel1.php:76
267
- #: options/panel1.php:93
268
- #: options/panel1.php:105
269
- msgid "Update"
270
- msgstr "Aktualisieren"
 
271
 
272
- #: options/panel1.php:83
273
- msgid "Change status"
274
- msgstr "Status aktualisieren"
 
275
 
276
  # @ subscribe-reloaded
277
- #: options/panel1.php:84
278
- msgid "Change the status of an email address or permanently delete all its subscriptions."
279
- msgstr "Status einer eMail-Adresse ändern oder alle Benachrichtigungen löschen."
 
 
 
 
 
 
 
 
280
 
281
  # @ subscribe-reloaded
282
- #: options/panel1.php:87
283
- msgid "Action"
284
- msgstr "Aktion"
 
285
 
286
  # @ subscribe-reloaded
287
- #: options/panel1.php:89
288
- #: options/panel1.php:195
289
- #: templates/author.php:60
290
- #: templates/user.php:58
291
- msgid "Suspend"
292
- msgstr "Deaktivieren"
293
 
294
  # @ subscribe-reloaded
295
- #: options/panel1.php:90
296
- #: options/panel1.php:196
297
- #: templates/author.php:61
298
- #: templates/user.php:59
299
- msgid "Resume"
300
- msgstr "Reaktivieren"
301
 
302
  # @ subscribe-reloaded
303
- #: options/panel1.php:91
304
- #: options/panel1.php:194
305
- msgid "Delete forever"
306
- msgstr "Endgültig löschen"
 
307
 
308
  # @ subscribe-reloaded
309
- #: options/panel1.php:98
310
- msgid "Update email address"
311
- msgstr "eMail-Adresse aktualisieren"
 
 
 
 
312
 
313
  # @ subscribe-reloaded
314
- #: options/panel1.php:99
315
- msgid "You can \"mass update\" all the occurrences of a given email address (exact matches only)."
316
- msgstr "Du kannst Massen-Aktualisierungen für alle eMail-Adressen in der Datenbank vornehmen."
 
 
 
 
317
 
318
- #: options/panel1.php:150
319
- msgid "&laquo; Previous"
320
- msgstr "&laquo; Vorherige"
321
 
322
- #: options/panel1.php:154
323
- msgid "Next &raquo;"
324
- msgstr "Nächste &raquo;"
325
 
326
  # @ subscribe-reloaded
327
- #: options/panel1.php:157
328
- msgid "Search email address"
329
- msgstr "Suche eMail-Adresse"
330
 
331
  # @ subscribe-reloaded
332
- #: options/panel1.php:159
333
  #, php-format
334
- msgid "You can either <a href=\"%s\">list all the subscriptions</a> or find those where the <b>email</b>"
335
  msgstr "Du kannst entweder <a href=\"%s\">alle Abos auflisten</a> oder die einer bestimmten <b>eMail-Adresse finden</b>"
336
 
337
  # @ subscribe-reloaded
338
- #: options/panel1.php:162
 
 
 
 
 
 
 
 
 
 
 
 
 
 
339
  msgid "equals"
340
  msgstr "entspricht"
341
 
342
  # @ subscribe-reloaded
343
- #: options/panel1.php:163
344
  msgid "contains"
345
  msgstr "enthällt"
346
 
347
  # @ subscribe-reloaded
348
- #: options/panel1.php:164
349
  msgid "does not contain"
350
  msgstr "enthällt nicht"
351
 
 
 
 
 
 
 
 
 
 
 
 
 
352
  # @ subscribe-reloaded
353
- #: options/panel1.php:167
354
  msgid "Search"
355
  msgstr "Suchen"
356
 
 
 
 
 
 
 
 
 
 
 
 
 
 
357
  # @ subscribe-reloaded
358
- #: options/panel1.php:178
359
- msgid "Subscriptions for:"
360
- msgstr "Benachrichtigungen für:"
361
 
362
- #: options/panel1.php:178
363
  msgid "Rows:"
364
  msgstr "Zeilen:"
365
 
366
- #: options/panel1.php:178
367
  msgid "of"
368
  msgstr "von"
369
 
370
- # @ subscribe-reloaded
371
- #: options/panel1.php:179
372
- #: templates/author.php:45
373
- #: templates/user.php:47
374
- msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
375
- msgstr "Legende: Y: aktiviert, N: deaktiviert, C: schwebend"
376
-
377
- #: options/panel1.php:181
378
- #: options/panel1.php:182
379
- msgid "Reverse the order by Date/Time"
380
- msgstr "Sortiert nach Datum/Uhrzeit"
381
-
382
- #: options/panel1.php:183
383
- msgid "Reverse the order by Post ID"
384
- msgstr "Sorttiert nach Post-ID"
385
-
386
- # @ subscribe-reloaded
387
- #: options/panel1.php:184
388
- #: templates/request-management-link.php:77
389
- #: templates/subscribe.php:82
390
- #: templates/user.php:46
391
- msgid "Email"
392
- msgstr "eMail"
393
-
394
- #: options/panel1.php:186
395
- msgid "Post (ID)"
396
- msgstr "Post (ID)"
397
 
398
- #: options/panel1.php:186
399
  msgid "Date and Time"
400
  msgstr "Datum und Uhrzeit"
401
 
 
 
 
 
402
  # @ subscribe-reloaded
403
- #: options/panel1.php:186
404
- msgid "Status"
405
- msgstr "Status"
 
 
406
 
407
  # @ subscribe-reloaded
408
- #: options/panel1.php:194
409
- #: templates/author.php:59
410
- #: templates/user.php:57
411
  msgid "Action:"
412
  msgstr "Aktion:"
413
 
414
  # @ subscribe-reloaded
415
- #: options/panel1.php:197
416
- #: templates/author.php:62
417
- #: templates/user.php:60
418
- msgid "Update subscriptions"
419
- msgstr "Aktualisieren"
420
 
421
  # @ subscribe-reloaded
422
- #: options/panel1.php:205
423
- msgid "Sorry, no subscriptions found for"
424
- msgstr "Ups, keine Benachrichtigungen gefunden: "
 
 
425
 
426
- # @ subscribe-reloaded
427
- #: options/panel3.php:11
428
- msgid "Management Page ID"
429
- msgstr "ID der Verwaltungs-Seite"
 
 
 
 
 
 
 
 
 
430
 
431
  # @ subscribe-reloaded
432
- #: options/panel3.php:12
433
- #: options/panel3.php:48
434
- msgid "Autopurge requests"
435
- msgstr "Anfragen automatisch löschen"
 
436
 
437
  # @ subscribe-reloaded
438
- #: options/panel3.php:13
439
- #: options/panel3.php:53
440
- msgid "Sender name"
441
- msgstr "Absender"
442
 
443
  # @ subscribe-reloaded
444
- #: options/panel3.php:14
445
- #: options/panel3.php:58
446
- msgid "Sender email address"
447
- msgstr "Absende-Adresse"
448
 
449
  # @ subscribe-reloaded
450
- #: options/panel3.php:15
451
- #: options/panel3.php:63
452
  msgid "Checked by default"
453
  msgstr "Standardmäßig ausgewählt"
454
 
455
  # @ subscribe-reloaded
456
- #: options/panel3.php:16
457
- #: options/panel3.php:70
458
- msgid "Custom CSS Class"
459
- msgstr "Eigene CSS-Styles"
460
 
461
  # @ subscribe-reloaded
462
- #: options/panel3.php:17
463
- #: options/panel3.php:75
464
  msgid "Custom inline style"
465
  msgstr "Eigene Stile"
466
 
467
  # @ subscribe-reloaded
468
- #: options/panel3.php:18
469
- #: options/panel3.php:80
470
  msgid "Custom HTML"
471
  msgstr "Eigener HTML-Code"
472
 
473
  # @ subscribe-reloaded
474
- #: options/panel3.php:19
475
- #: options/panel3.php:85
476
- msgid "Enable double check"
477
- msgstr "Bestätigung erforderlich (double check)"
478
 
479
  # @ subscribe-reloaded
480
- #: options/panel3.php:20
481
- msgid "Notify authors"
482
- msgstr "Autoren informieren"
483
-
484
- #: options/panel3.php:21
485
- #: options/panel3.php:99
486
- msgid "Enable HTML emails"
487
- msgstr "Aktiviere HTML-eMails"
488
 
489
  # @ subscribe-reloaded
490
- #: options/panel3.php:22
491
- #: options/panel3.php:106
492
- msgid "Send trackbacks"
493
- msgstr "Trackbacks senden"
494
 
495
  # @ subscribe-reloaded
496
- #: options/panel3.php:23
497
- #: options/panel3.php:92
498
- msgid "Notify admin"
499
- msgstr "Administrator informieren"
500
-
501
- #: options/panel3.php:24
502
- #: options/panel3.php:120
503
- msgid "Let admin subscribe"
504
- msgstr "Admin-Anmeldung"
505
 
506
  # @ subscribe-reloaded
507
- #: options/panel3.php:29
508
- #: options/panel4.php:21
509
- #: options/panel5.php:28
 
510
  msgid "Your settings have been successfully updated."
511
  msgstr "Deine Einstellungen wurden erfolgreich gespeichert."
512
 
513
  # @ subscribe-reloaded
514
- #: options/panel3.php:32
515
- #: options/panel4.php:24
516
- #: options/panel5.php:31
 
517
  msgid "There was an error updating the following fields:"
518
  msgstr "Bei der Aktualisierung der folgenden Felder ist ein Fehler aufgetreten:"
519
 
 
 
 
 
520
  # @ subscribe-reloaded
521
- #: options/panel3.php:43
522
- #: options/panel5.php:64
523
- msgid "Management page"
524
- msgstr "Verwaltungs-Seite"
 
 
 
525
 
526
  # @ subscribe-reloaded
527
- #: options/panel3.php:45
528
- msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its permalink must follow your Wordpress' permalink settings."
529
- msgstr "Der Permalink zur Verwaltungs-Seite (etwa <code>/comment-subscriptions</code> oder <code>/?page_id=345</code>).<br/>Diese Seite existiert <b>aktuell nicht</b> im System. Der Wordpress-Struktur muss entsprochen werden."
530
 
531
  # @ subscribe-reloaded
532
- #: options/panel3.php:49
533
- msgid "days"
534
- msgstr "Tage"
 
 
 
 
535
 
536
  # @ subscribe-reloaded
537
- #: options/panel3.php:50
538
- msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
539
- msgstr "Lösche schwebende, nicht bestätigte Anfragen nach x Tagen. Verwende die 0, um nie zu löschen."
540
 
541
  # @ subscribe-reloaded
542
- #: options/panel3.php:55
543
- msgid "Name to use for the \"from\" field when sending a new notification to the user."
544
- msgstr "Absender: Name"
545
 
546
  # @ subscribe-reloaded
547
- #: options/panel3.php:60
548
- msgid "Email address to use for the \"from\" field when sending a new notification to the user."
549
- msgstr "Absender: eMail-Adresse"
550
 
551
  # @ subscribe-reloaded
552
- #: options/panel3.php:67
553
- msgid "Decide if the checkbox should be checked by default or not."
554
- msgstr "Bestimmt, ob die Auswahlbox standardmäßig angeklickt sein soll, oder ob sie das nicht sein soll."
555
 
556
  # @ subscribe-reloaded
557
- #: options/panel3.php:72
558
- msgid "Custom CSS class to associate to the checkbox, if you want to customize its style."
559
- msgstr "Eigene CSS-Styles für die Auswahlbox."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
560
 
561
  # @ subscribe-reloaded
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
562
  #: options/panel3.php:77
563
- msgid "Custom inline CSS to add to the checkbox."
564
- msgstr "Eigene Inline-Stile für die Auswahlbox."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
565
 
566
  # @ subscribe-reloaded
567
  #: options/panel3.php:82
568
- msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
569
- msgstr "Eigener HTML-Code für die Auswahlbox. Erlaubt sind diese Tags: [checkbox_field], [checkbox_label]"
570
 
571
  # @ subscribe-reloaded
572
- #: options/panel3.php:89
573
- msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
574
- msgstr "Sende eine Bestätigungsnachricht, um die Gültigkeit der eMail-Adresse zu verifizieren."
575
 
576
  # @ subscribe-reloaded
577
- #: options/panel3.php:96
578
- msgid "Notify the administrator when a new comment is posted."
579
- msgstr "Benachrichtigung an den Administrator, wenn ein neues Abonnement erstellt wurde."
580
-
581
- #: options/panel3.php:103
582
- msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
583
- msgstr "Wenn aktiviert, wird HTML-Inhalt, statt Plain-Text verwendet"
584
 
585
  # @ subscribe-reloaded
586
- #: options/panel3.php:110
587
- msgid "Notify users when a new trackback or pingback is added to the discussion."
588
- msgstr "Benachrichtigung an die Besucher, wenn ein Trackback oder Pingback eingeht."
589
 
590
  # @ subscribe-reloaded
591
- #: options/panel3.php:113
592
- msgid "Track all subscriptions"
593
- msgstr "Verfolge alle Benachrichtigungen"
594
 
595
  # @ subscribe-reloaded
596
- #: options/panel3.php:117
597
- msgid "Notify the administrator when users subscribe without commenting."
598
- msgstr "Benachrichtigung an den Administrator, wenn ohne Kommentar ein Abo eingerichtet wurde."
599
 
600
  # @ subscribe-reloaded
601
- #: options/panel3.php:124
602
- msgid "Let the administrator subscribe to comments when logged in."
603
- msgstr "Benachrichtigung an den Administrator, wenn ohne Kommentar ein Abo eingerichtet wurde."
 
604
 
605
- # @ default
606
- #: options/panel3.php:128
607
- #: options/panel4.php:86
608
- #: options/panel5.php:144
609
- msgid "Save Changes"
610
- msgstr "Alle Änderungen speichern"
611
 
612
  # @ subscribe-reloaded
613
- #: options/panel4.php:11
614
- #: options/panel4.php:37
615
  msgid "Notification subject"
616
  msgstr "Benachrichtigung - Betreff"
617
 
618
  # @ subscribe-reloaded
619
- #: options/panel4.php:12
620
- #: options/panel4.php:42
621
  msgid "Notification message"
622
  msgstr "Benachrichtigung - Text"
623
 
624
  # @ subscribe-reloaded
625
- #: options/panel4.php:13
626
- #: options/panel4.php:53
627
  msgid "Double check subject"
628
  msgstr "Double check - Betreff"
629
 
630
  # @ subscribe-reloaded
631
- #: options/panel4.php:14
632
- #: options/panel4.php:58
633
  msgid "Double check message"
634
  msgstr "Double check - Text"
635
 
636
  # @ subscribe-reloaded
637
- #: options/panel4.php:15
638
- #: options/panel4.php:69
639
  msgid "Management subject"
640
  msgstr "Verwaltung - Betreff"
641
 
642
  # @ subscribe-reloaded
643
- #: options/panel4.php:16
644
- #: options/panel4.php:74
645
  msgid "Management message"
646
  msgstr "Verwaltung - Text"
647
 
648
  # @ subscribe-reloaded
649
- #: options/panel4.php:39
650
- msgid "Subject of the notification email. Allowed tag: [post_title]"
651
- msgstr "Betreff-Zeile einer Benachrichtigung. Erlaubte Tags: [post_title]"
652
-
653
- #: options/panel4.php:44
654
- #: options/panel4.php:60
655
- #: options/panel4.php:76
656
- #: options/panel5.php:74
657
- #: options/panel5.php:84
658
- #: options/panel5.php:94
659
- #: options/panel5.php:104
660
- #: options/panel5.php:114
661
- #: options/panel5.php:124
662
- #: options/panel5.php:134
663
- msgid "Bold"
664
- msgstr ""
665
 
 
666
  #: options/panel4.php:45
667
- #: options/panel4.php:61
668
- #: options/panel4.php:77
669
- #: options/panel5.php:75
670
- #: options/panel5.php:85
671
- #: options/panel5.php:95
672
- #: options/panel5.php:105
673
- #: options/panel5.php:115
674
- #: options/panel5.php:125
675
- #: options/panel5.php:135
676
- msgid "Italic"
677
- msgstr ""
678
-
679
- #: options/panel4.php:46
680
- #: options/panel4.php:62
681
- #: options/panel4.php:78
682
- #: options/panel5.php:76
683
- #: options/panel5.php:86
684
- #: options/panel5.php:96
685
- #: options/panel5.php:106
686
- #: options/panel5.php:116
687
- #: options/panel5.php:126
688
- #: options/panel5.php:136
689
- msgid "Link"
690
- msgstr ""
691
 
692
- #: options/panel4.php:47
693
- #: options/panel4.php:63
694
- #: options/panel4.php:79
695
- #: options/panel5.php:77
696
- #: options/panel5.php:87
697
- #: options/panel5.php:97
698
- #: options/panel5.php:107
699
- #: options/panel5.php:117
700
- #: options/panel5.php:127
701
- #: options/panel5.php:137
702
- msgid "Image"
703
- msgstr ""
704
 
705
  # @ subscribe-reloaded
706
- #: options/panel4.php:50
707
  msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
708
  msgstr "eMail-Text einer Benachrichtigung.<br/>Erlaubte Tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
709
 
710
  # @ subscribe-reloaded
711
- #: options/panel4.php:55
712
  msgid "Subject of the confirmation email. Allowed tag: [post_title]"
713
  msgstr "Betreff-Zeile einer Bestätigungs-Aufforderung. Erlaubte Tags: [post_title]"
714
 
715
  # @ subscribe-reloaded
716
- #: options/panel4.php:66
717
  msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
718
  msgstr "eMail-Text einer Bestätigungs-Aufforderung. Erlaubte Tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
719
 
720
  # @ subscribe-reloaded
721
- #: options/panel4.php:71
722
  msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
723
  msgstr "Betreff-Zeile der eMail, die den Link zur Verwaltungsseite enthält. Erlaubte Tags: [blog_name]"
724
 
725
  # @ subscribe-reloaded
726
- #: options/panel4.php:82
727
  msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
728
  msgstr "Text der eMail, die den Link zur Verwaltungsseite enthält. Erlaubte Tags: [blog_name], [manager_link]"
729
 
730
  # @ subscribe-reloaded
731
  #: options/panel5.php:11
732
- #: options/panel5.php:43
733
- msgid "Checkbox label"
734
- msgstr "Beschriftung der Auswahlbox"
735
 
736
  # @ subscribe-reloaded
737
  #: options/panel5.php:12
738
- #: options/panel5.php:48
739
- msgid "Subscribed label"
740
- msgstr "Benachrichtigung aktiviert"
741
 
742
  # @ subscribe-reloaded
743
  #: options/panel5.php:13
744
- #: options/panel5.php:53
745
- msgid "Awaiting label"
746
- msgstr "Bestätigung"
747
 
748
- # @ subscribe-reloaded
749
  #: options/panel5.php:14
750
- #: options/panel5.php:58
751
- msgid "Author label"
752
- msgstr "Autor"
753
-
754
- # @ subscribe-reloaded
755
- #: options/panel5.php:16
756
- #: options/panel5.php:68
757
- msgid "Page title"
758
- msgstr "Seiten-Titel"
759
-
760
- # @ subscribe-reloaded
761
- #: options/panel5.php:17
762
- #: options/panel5.php:73
763
- msgid "Request link"
764
- msgstr "Link-Anfrage"
765
-
766
- # @ subscribe-reloaded
767
- #: options/panel5.php:18
768
- #: options/panel5.php:83
769
- msgid "Request submitted"
770
- msgstr "Anfrage ausgeführt"
771
-
772
- # @ subscribe-reloaded
773
- #: options/panel5.php:19
774
- #: options/panel5.php:93
775
- msgid "Subscribe without commenting"
776
- msgstr "Abo ohne Kommentar"
777
-
778
- # @ subscribe-reloaded
779
- #: options/panel5.php:20
780
- #: options/panel5.php:103
781
- msgid "Subscription processed"
782
- msgstr "Abo eingetragen"
783
-
784
- # @ subscribe-reloaded
785
- #: options/panel5.php:21
786
- #: options/panel5.php:113
787
- msgid "Subscription processed (DCI)"
788
- msgstr "Abo eingetragen (DCI)"
789
-
790
- # @ subscribe-reloaded
791
- #: options/panel5.php:22
792
- #: options/panel5.php:123
793
- msgid "Authors"
794
- msgstr "Autoren"
795
-
796
- # @ subscribe-reloaded
797
- #: options/panel5.php:23
798
- #: options/panel5.php:133
799
- msgid "Users"
800
- msgstr "Besucher"
801
-
802
- # @ subscribe-reloaded
803
- #: options/panel5.php:39
804
- msgid "Comment form"
805
- msgstr "Kommentar-Formular"
806
 
807
  # @ subscribe-reloaded
808
- #: options/panel5.php:45
809
- msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
810
- msgstr "Beschriftung der Auswahlbox. Erlaubte Tags: [subscribe_link]"
811
 
812
  # @ subscribe-reloaded
813
- #: options/panel5.php:50
814
- msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
815
- msgstr "Text, der angezeigt wird, wenn die Benachrichtigung bereits aktiviert wurde. Erlaubte Tags: [manager_link]"
 
816
 
817
- # @ subscribe-reloaded
818
- #: options/panel5.php:55
819
- msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
820
- msgstr "Text, der angezeigt wird, wenn eine Bestätigung durch den Besucher noch aussteht. Erlaubte Tags: [manager_link]"
821
 
822
  # @ subscribe-reloaded
823
- #: options/panel5.php:60
824
- msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
825
- msgstr "Text, der Autoren und Administratoren angezeigt wird. Erlaubte Tags: [manager_link]"
826
 
827
  # @ subscribe-reloaded
828
- #: options/panel5.php:70
829
- msgid "Title of the page your visitors will use to manage their subscriptions."
830
- msgstr "Titel der Verwaltungs-Seite."
831
 
832
  # @ subscribe-reloaded
833
- #: options/panel5.php:80
834
- msgid "Text shown to those who request to manage their subscriptions."
835
- msgstr "Text, der angezeigt wird, wenn ein Link zur Verwaltungs-Seite angefordert wurde."
836
 
837
  # @ subscribe-reloaded
838
- #: options/panel5.php:90
839
- msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
840
- msgstr "Text, der angezeigt wird, wenn die Benachrichtigungs-Einstellungen gespeichert wurden."
841
 
842
- # @ subscribe-reloaded
843
- #: options/panel5.php:100
844
- msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
845
- msgstr "Text, der angezeigt wird, wenn ohne weiteren Kommentar die Benachrichtigungen aktiviert wurden. Erlaubte Tags: [post_title]"
846
 
847
  # @ subscribe-reloaded
848
- #: options/panel5.php:110
849
- msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
850
- msgstr "Text, der angezeigt wird, wenn die Benachrichtigungs-Einstellungen gespeichert wurden (Bestätigung nicht erforderlich)."
851
 
852
  # @ subscribe-reloaded
853
- #: options/panel5.php:120
854
- msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
855
- msgstr "Text, der angezeigt wird, wenn die Benachrichtigungs-Einstellungen gespeichert wurden (Bestätigung erforderlich)."
856
 
857
  # @ subscribe-reloaded
858
- #: options/panel5.php:130
859
- msgid "Introductory text for the authors' management page."
860
- msgstr "Einführungstext der Verwaltungs-Seite der Autoren."
861
 
862
  # @ subscribe-reloaded
863
- #: options/panel5.php:140
864
- msgid "Introductory text for the users' management page."
865
- msgstr "Einführungstext der Verwaltungs-Seite der Besucher."
866
 
867
  # @ subscribe-reloaded
868
- #: options/panel6.php:11
869
- msgid "StCR table has been successfully optimized."
870
- msgstr "Der Status wurde erfolgreich aktualisiert."
871
-
872
- #: options/panel6.php:15
873
- msgid "Database"
874
- msgstr "Datenbank"
875
-
876
- #: options/panel6.php:35
877
- msgid "Engine"
878
- msgstr "Engine"
879
-
880
- #: options/panel6.php:36
881
- msgid "Records"
882
- msgstr "Datensätze"
883
-
884
- #: options/panel6.php:37
885
- msgid "Average Record Length"
886
- msgstr "Durchschnittliche Satzlänge"
887
-
888
- #: options/panel6.php:38
889
- msgid "Created on"
890
- msgstr "Erstellt am"
891
-
892
- #: options/panel6.php:39
893
- msgid "Approximate Overhead"
894
- msgstr "Ungefährer Overhead"
895
-
896
- #: options/panel6.php:40
897
- msgid "optimize"
898
- msgstr "optimieren"
899
 
900
- #: options/panel6.php:44
901
  msgid "Support the author"
902
  msgstr "Autor unterstützen"
903
 
904
  # @ subscribe-reloaded
905
- #: options/panel6.php:45
906
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
907
  msgstr "Wie wertvoll ist diese Funktion für die Besucher Deiner Seite? Subscribe to Comments Reloaded ist kostenlos und wird es auch bleiben. Aber um den Autor zu unterstützen, speziell, wenn Du mit Deiner Seite Geld verdienst, kannst Du gerne spenden. Jede Spende wird für die Weiterentwicklung des Plugins und das Essen für meine hungrige Familie genutzt."
908
 
909
  # @ subscribe-reloaded
910
- #: options/panel6.php:48
911
  msgid "Don't want to donate? You can still help"
912
  msgstr "Möchtest Du spenden?"
913
 
914
  # @ subscribe-reloaded
915
- #: options/panel6.php:49
916
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
917
  msgstr "Wenn Du nicht spenden möchtest, überlege Dir, über das Plugin zu bloggen und einen Link zur Plugin-Seite zu setzen. Lass Deine Leser erfahren, was Deinen Blog hat besser werden lassen. Du kannst statt Geld gerne auch Zeit spenden: Zögere nicht, Fehler und Ideen zu melden und helfe dabei, das Plugin besser zu machen.Was auch immer Du tust: Danke für die Verwendung des Plugins!"
918
 
919
  # @ subscribe-reloaded
920
- #: options/panel6.php:51
921
  msgid "Vote and show your appreciation"
922
  msgstr "Bewerte und Lobe!"
923
 
924
  # @ subscribe-reloaded
925
- #: options/panel6.php:52
926
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
927
  msgstr "Sage Deinen Freunden, wie gut Subscribe to Comments Reloaded funktioniert. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Bewerte es</a> auf der Plugin-Seite."
928
 
929
- # @ subscribe-reloaded
930
- #: templates/author.php:31
931
- msgid "Subscriptions have been successfully updated."
932
- msgstr "Benachrichtigungs-Einstellungen wurden erfolgreich aktualisiert."
 
 
 
933
 
934
- #: templates/author.php:44
935
  msgid "Title"
936
  msgstr "Titel"
937
 
938
- #: templates/author.php:57
939
- #: templates/user.php:55
940
  msgid "Select all"
941
  msgstr "Alle auswählen"
942
 
943
- #: templates/author.php:58
944
- #: templates/user.php:56
945
  msgid "Invert selection"
946
  msgstr "Auswahl umkehren"
947
 
948
- # @ subscribe-reloaded
949
- #: templates/author.php:59
950
- #: templates/user.php:57
951
- msgid "Delete"
952
- msgstr "Endgültig löschen"
953
 
954
- # @ subscribe-reloaded
955
- #: templates/author.php:66
956
- #: templates/user.php:64
957
- msgid "Sorry, no subscriptions found."
958
- msgstr "Ups, keine Benachrichtigungen gefunden: "
959
 
960
  # @ subscribe-reloaded
961
- #: templates/request-management-link.php:80
962
- #: templates/subscribe.php:84
963
  msgid "Send"
964
  msgstr "Abschicken"
965
 
966
  # @ subscribe-reloaded
967
- #: templates/subscribe.php:30
968
- #: templates/subscribe.php:31
969
  msgid "New subscription to"
970
  msgstr "Neue Benachrichtigung"
971
 
972
  # @ subscribe-reloaded
973
- #: templates/subscribe.php:31
974
  msgid "User:"
975
  msgstr "Besucher:"
976
 
977
  # @ subscribe-reloaded
978
- #: templates/user.php:33
979
- msgid "All the subscriptions have been successfully updated."
980
- msgstr "Benachrichtigungs-Einstellungen wurden erfolgreich aktualisiert."
981
-
982
  # @ subscribe-reloaded
983
- #, fuzzy
984
- #~ msgid "Subscribe to Comments"
985
- #~ msgstr "Abo ohne Kommentar"
986
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
987
  # @ subscribe-reloaded
988
  #, fuzzy
989
  #~ msgid ""
@@ -1087,11 +1295,6 @@ msgstr "Benachrichtigungs-Einstellungen wurden erfolgreich aktualisiert."
1087
  #~ msgid "Search post ID"
1088
  #~ msgstr "Suchen"
1089
 
1090
- # @ subscribe-reloaded
1091
- #, fuzzy
1092
- #~ msgid "Search email"
1093
- #~ msgstr "Suche eMail-Adresse"
1094
-
1095
  # @ subscribe-reloaded
1096
  #, fuzzy
1097
  #~ msgid ""
@@ -1158,11 +1361,6 @@ msgstr "Benachrichtigungs-Einstellungen wurden erfolgreich aktualisiert."
1158
  #~ "Um eine Benachrichtigung zu löschen oder zu deaktivieren, nutze die "
1159
  #~ "entsprechende Auswahlboxen."
1160
 
1161
- # @ subscribe-reloaded
1162
- #, fuzzy
1163
- #~ msgid "Messages"
1164
- #~ msgstr "eMail-Texte"
1165
-
1166
  # @ subscribe-reloaded
1167
  #, fuzzy
1168
  #~ msgid "The status has been successfully updated."
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-07-21 09:00-0500\n"
6
+ "PO-Revision-Date: 2011-07-21 09:00-0500\n"
7
+ "Last-Translator: due chiacchiere <info@duechiacchiere.it>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ subscribe-reloaded
22
+ #: subscribe-to-comments-reloaded.php:41
23
+ #: subscribe-to-comments-reloaded.php:229
24
+ msgid "Your subscription to this post needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
 
 
 
 
 
 
25
  msgstr "Dein Benachrichtigungswunsch muss bestätigt werden. <a href='[manager_link]'>Verwalte Deine Abonnements</a>."
26
 
27
  # @ subscribe-reloaded
28
  #: subscribe-to-comments-reloaded.php:46
29
+ #: subscribe-to-comments-reloaded.php:228
30
+ msgid "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your subscriptions."
31
+ msgstr "Du erhältst Benachrichtigungen zu diesem Thema. <a href='[manager_link]'>Verwalte Deine Abonnements</a>."
32
+
33
+ # @ subscribe-reloaded
34
+ #: subscribe-to-comments-reloaded.php:53
35
+ #: subscribe-to-comments-reloaded.php:230
36
+ msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
37
  msgstr "Deine <a href='[manager_link]'>Benachrichtigungs-Einstellungen</a> zu diesem Beitrag anpassen."
38
 
39
  # @ subscribe-reloaded
40
+ #: subscribe-to-comments-reloaded.php:58
41
+ #: subscribe-to-comments-reloaded.php:225
42
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
43
  msgstr "eMail-Benachrichtigung bei weiteren Kommentaren.<br>Auch möglich: <a href='[subscribe_link]'>Abo ohne Kommentar</a>."
44
 
45
+ #: subscribe-to-comments-reloaded.php:68
46
+ msgid "All"
47
+ msgstr "Alle"
48
+
49
  # @ subscribe-reloaded
50
+ #: subscribe-to-comments-reloaded.php:69
51
+ #: templates/user.php:65
52
+ msgid "Replies to my comments"
53
+ msgstr "Abo ohne Kommentar"
54
+
55
+ #: subscribe-to-comments-reloaded.php:70
56
+ msgid "Daily digest"
57
+ msgstr "Tägliche Übersicht"
58
+
59
+ # @ subscribe-reloaded
60
+ #: subscribe-to-comments-reloaded.php:202
61
+ #: options/index.php:41
62
  msgid "Manage subscriptions"
63
  msgstr "Verwalte Deine Abonnements"
64
 
65
  # @ subscribe-reloaded
66
+ #: subscribe-to-comments-reloaded.php:203
67
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
68
  msgstr "Um Deine Abonnements zu verwalten, musst Du hier Deine eMail-Adresse eingeben. Du bekommst dann eine eMail mit einem weiterführenden Link."
69
 
70
  # @ subscribe-reloaded
71
+ #: subscribe-to-comments-reloaded.php:204
72
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
73
  msgstr "Danke für das Nutzen des Benachrichtigungsdienstes. Deine Anfrage wird bearbeitet und eine eMail an Dich gleich verschickt."
74
 
75
  # @ subscribe-reloaded
76
+ #: subscribe-to-comments-reloaded.php:205
77
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
78
  msgstr "Du kannst der Diskussion zum Thema <strong>[post_title]</strong> auch folgen, ohne bisher selber etwas geschrieben zu haben. Krass, was? Hierzu einfach Deine eMail-Adresse in das dafür vorgesehene Feld eintragen."
79
 
80
  # @ subscribe-reloaded
81
+ #: subscribe-to-comments-reloaded.php:206
82
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
83
  msgstr "Danke für das Nutzen des Benachrichtigungsdienstes. Du wirst nun bei jedem neuen Kommentar per eMail informiert."
84
 
85
  # @ subscribe-reloaded
86
+ #: subscribe-to-comments-reloaded.php:207
87
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
88
  msgstr "Danke für das Nutzen des Benachrichtigungsdienstes. Bitte bestätige Deine Anfrage durch den Link in der eMail, die Dir gerade zugestellt wird."
89
 
90
  # @ subscribe-reloaded
91
+ #: subscribe-to-comments-reloaded.php:208
92
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
93
  msgstr "Um eine Benachrichtigung zu löschen oder zu deaktivieren, nutze die entsprechende Auswahlboxen."
94
 
95
  # @ subscribe-reloaded
96
+ #: subscribe-to-comments-reloaded.php:209
97
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
98
  msgstr "Um eine Benachrichtigung zu löschen oder zu deaktivieren, nutze die entsprechende Auswahlboxen."
99
 
100
  # @ subscribe-reloaded
101
+ #: subscribe-to-comments-reloaded.php:223
102
  msgid "There is a new comment to [post_title]"
103
  msgstr "Es gibt Neuigkeiten zum Thema [post_title]"
104
 
105
  # @ subscribe-reloaded
106
+ #: subscribe-to-comments-reloaded.php:224
107
  msgid ""
108
  "There is a new comment to [post_title].\n"
109
  "Comment Link: [comment_permalink]\n"
122
  "Verwalte Deine Benachrichtigungen: [manager_link]"
123
 
124
  # @ subscribe-reloaded
125
+ #: subscribe-to-comments-reloaded.php:231
126
  msgid "Please confirm your subscription to [post_title]"
127
  msgstr "Bitte bestätige Deinen Benachrichtigungswunsch zum Thema [post_title]"
128
 
129
  # @ subscribe-reloaded
130
+ #: subscribe-to-comments-reloaded.php:232
131
  msgid ""
132
  "You have requested to be notified every time a new comment is added to:\n"
133
  "[post_permalink]\n"
142
  "[confirm_link]"
143
 
144
  # @ subscribe-reloaded
145
+ #: subscribe-to-comments-reloaded.php:233
146
  msgid "Manage your subscriptions on [blog_name]"
147
  msgstr "Benachrichtigungs-Einstellungen von [blog_name]"
148
 
149
  # @ subscribe-reloaded
150
+ #: subscribe-to-comments-reloaded.php:234
151
  msgid ""
152
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
153
  "[manager_link]"
156
  "[manager_link]"
157
 
158
  # @ default
159
+ #: subscribe-to-comments-reloaded.php:963
160
  msgid "Subscribed"
161
  msgstr "Abonniert"
162
 
163
  # @ subscribe-reloaded
164
+ #: subscribe-to-comments-reloaded.php:977
165
+ #: options/panel2.php:41
166
+ #: options/panel2.php:48
167
+ #: options/panel2.php:55
168
+ #: options/panel5.php:42
169
+ #: options/panel5.php:49
170
+ #: options/panel5.php:56
171
+ #: options/panel5.php:63
172
+ #: options/panel5.php:70
173
+ #: options/panel5.php:77
174
  msgid "Yes"
175
  msgstr "Ja"
176
 
177
+ #: subscribe-to-comments-reloaded.php:979
178
+ msgid "Pending"
179
+ msgstr "Warteschlange"
 
180
 
181
  # @ subscribe-reloaded
182
+ #: subscribe-to-comments-reloaded.php:980
183
+ #: options/panel2.php:42
184
+ #: options/panel2.php:49
185
+ #: options/panel2.php:56
186
+ #: options/panel5.php:43
187
+ #: options/panel5.php:50
188
+ #: options/panel5.php:57
189
+ #: options/panel5.php:64
190
+ #: options/panel5.php:71
191
+ #: options/panel5.php:78
192
  msgid "No"
193
  msgstr "Nein"
194
 
195
  # @ subscribe-reloaded
196
+ #: subscribe-to-comments-reloaded.php:990
197
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
198
  msgstr "Benötigst Du Hilfe zum Plugin Subscribe to Comments Reloaded? Besuche das offizielle"
199
 
200
  # @ subscribe-reloaded
201
+ #: subscribe-to-comments-reloaded.php:990
202
  msgid "support forum"
203
  msgstr "Support-Forum"
204
 
205
  # @ subscribe-reloaded
206
+ #: subscribe-to-comments-reloaded.php:991
207
  msgid "Feeling generous?"
208
+ msgstr "Fühlst Du Dich großzügig?"
209
 
210
  # @ subscribe-reloaded
211
+ #: subscribe-to-comments-reloaded.php:991
212
  msgid "Donate a few bucks!"
213
+ msgstr "Spende ein paar Mäuse!"
214
 
215
  # @ subscribe-reloaded
216
+ #: options/index.php:42
217
+ msgid "Comment Form"
218
+ msgstr "Kommentarformular"
219
 
220
  # @ subscribe-reloaded
221
+ #: options/index.php:43
222
+ msgid "Management Page"
223
+ msgstr "Verwaltungsseite"
224
+
225
+ # @ subscribe-reloaded
226
+ #: options/index.php:44
227
+ msgid "Notifications"
228
+ msgstr "Benachrichtigungen"
229
+
230
+ # @ subscribe-reloaded
231
+ #: options/index.php:45
232
+ #: options/panel2.php:35
233
+ #: options/panel3.php:38
234
+ #: options/panel4.php:34
235
  msgid "Options"
236
  msgstr "Optionen"
237
 
238
+ #: options/index.php:46
239
+ msgid "You can help"
240
+ msgstr "Du kannst helfen"
241
+
242
  # @ subscribe-reloaded
243
+ #: options/panel1-business-logic.php:18
244
+ msgid "Subscription added."
245
+ msgstr "Abo eingetragen."
246
 
247
  # @ subscribe-reloaded
248
+ #: options/panel1-business-logic.php:30
249
+ msgid "Subscriptions updated."
250
+ msgstr "Abo eingetragen."
251
 
252
  # @ subscribe-reloaded
253
+ #: options/panel1-business-logic.php:39
254
+ msgid "Subscription deleted."
255
+ msgstr "Abo eingetragen."
256
 
257
  # @ subscribe-reloaded
258
+ #: options/panel1-business-logic.php:54
259
+ #: templates/author.php:22
260
+ #: templates/user.php:22
261
+ msgid "Subscriptions deleted:"
262
+ msgstr "Benachrichtigungen für:"
 
263
 
264
  # @ subscribe-reloaded
265
+ #: options/panel1-business-logic.php:58
266
+ #: templates/author.php:26
267
+ #: templates/user.php:26
268
+ msgid "Subscriptions suspended:"
269
+ msgstr "Abo eingetragen:"
270
 
271
+ # @ subscribe-reloaded
272
+ #: options/panel1-business-logic.php:62
273
+ #: templates/author.php:30
274
+ #: templates/user.php:30
275
+ msgid "Subscriptions activated:"
276
+ msgstr "Aktivierte Benachrichtigungen:"
277
 
278
  # @ subscribe-reloaded
279
+ #: options/panel1-business-logic.php:66
280
+ #: options/panel1-business-logic.php:70
281
+ #: templates/author.php:34
282
+ #: templates/author.php:38
283
+ #: templates/user.php:34
284
+ msgid "Subscriptions updated:"
285
+ msgstr "Aktualisierte Benachrichtigungen:"
286
+
287
+ #: options/panel1-business-logic.php:94
288
+ msgid "&laquo; Previous"
289
+ msgstr "&laquo; Vorherige"
290
+
291
+ #: options/panel1-business-logic.php:98
292
+ msgid "Next &raquo;"
293
+ msgstr "Nächste &raquo;"
294
+
295
+ # @ subscribe-reloaded
296
+ #: options/panel1-edit-subscription.php:8
297
+ msgid "Update Subscription"
298
+ msgstr "Aktualisiere Abo"
299
+
300
+ # @ subscribe-reloaded
301
+ #: options/panel1-edit-subscription.php:10
302
+ #: options/panel1.php:19
303
+ #: options/panel1.php:81
304
+ #: options/panel1.php:113
305
+ #: templates/author.php:50
306
+ #: templates/user.php:46
307
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
308
  msgstr "Bitte beachte: Diese Aktion kann nicht widerrufen werden. Bist Du sicher, dass Du fortfahren möchtest?"
309
 
310
+ #: options/panel1-edit-subscription.php:12
311
+ msgid "Post:"
312
+ msgstr "Beitrag:"
313
+
314
  # @ subscribe-reloaded
315
+ #: options/panel1-edit-subscription.php:13
316
+ #: options/panel1.php:21
317
  msgid "From"
318
  msgstr "suche"
319
 
 
 
 
 
320
  # @ subscribe-reloaded
321
+ #: options/panel1-edit-subscription.php:14
322
+ #: options/panel1.php:22
323
  msgid "To"
324
  msgstr "ersetze durch"
325
 
326
  # @ subscribe-reloaded
327
+ #: options/panel1-edit-subscription.php:15
328
+ #: options/panel1.php:26
329
+ #: options/panel1.php:45
330
+ #: options/panel1.php:103
331
+ msgid "Status"
332
+ msgstr "Status"
333
 
334
+ #: options/panel1-edit-subscription.php:17
335
+ #: options/panel1.php:28
336
+ msgid "Keep unchanged"
337
+ msgstr "Unverändert belassen"
338
 
339
  # @ subscribe-reloaded
340
+ #: options/panel1-edit-subscription.php:18
341
+ #: options/panel1.php:29
342
+ #: options/panel1.php:47
343
+ msgid "Active"
344
+ msgstr "Aktiv"
345
+
346
+ #: options/panel1-edit-subscription.php:19
347
+ #: options/panel1.php:30
348
+ #: options/panel1.php:48
349
+ msgid "Replies only"
350
+ msgstr "Nur Antworten"
351
 
352
  # @ subscribe-reloaded
353
+ #: options/panel1-edit-subscription.php:20
354
+ #: options/panel1.php:31
355
+ msgid "Suspended"
356
+ msgstr "Aufgehoben"
357
 
358
  # @ subscribe-reloaded
359
+ #: options/panel1-edit-subscription.php:21
360
+ #: options/panel1.php:32
361
+ msgid "Update"
362
+ msgstr "Aktualisieren"
 
 
363
 
364
  # @ subscribe-reloaded
365
+ #: options/panel1.php:17
366
+ msgid "Mass Update Subscriptions"
367
+ msgstr "Mehrere Abos aktualisieren"
 
 
 
368
 
369
  # @ subscribe-reloaded
370
+ #: options/panel1.php:23
371
+ #: options/panel1.php:24
372
+ #: options/panel1.php:25
373
+ msgid "optional"
374
+ msgstr "optional"
375
 
376
  # @ subscribe-reloaded
377
+ #: options/panel1.php:39
378
+ msgid "Add New Subscription"
379
+ msgstr "Neues Abo hinzufügen"
380
+
381
+ #: options/panel1.php:43
382
+ msgid "Post ID"
383
+ msgstr "Beitrag (ID)"
384
 
385
  # @ subscribe-reloaded
386
+ #: options/panel1.php:44
387
+ #: options/panel1.php:90
388
+ #: templates/request-management-link.php:65
389
+ #: templates/subscribe.php:88
390
+ #: templates/user.php:51
391
+ msgid "Email"
392
+ msgstr "eMail"
393
 
394
+ #: options/panel1.php:49
395
+ msgid "Ask user to confirm"
396
+ msgstr "Benutzer nach Bestätigung fragen"
397
 
398
+ #: options/panel1.php:50
399
+ msgid "Add"
400
+ msgstr "Hinzufügen"
401
 
402
  # @ subscribe-reloaded
403
+ #: options/panel1.php:59
404
+ msgid "Search subscriptions"
405
+ msgstr "Abo suchen"
406
 
407
  # @ subscribe-reloaded
408
+ #: options/panel1.php:61
409
  #, php-format
410
+ msgid "You can either <a href=\"%s\">view all the subscriptions</a> or find those where the"
411
  msgstr "Du kannst entweder <a href=\"%s\">alle Abos auflisten</a> oder die einer bestimmten <b>eMail-Adresse finden</b>"
412
 
413
  # @ subscribe-reloaded
414
+ #: options/panel1.php:64
415
+ msgid "email"
416
+ msgstr "E-Mail"
417
+
418
+ #: options/panel1.php:65
419
+ msgid "post ID"
420
+ msgstr "Beitrag (ID)"
421
+
422
+ # @ subscribe-reloaded
423
+ #: options/panel1.php:66
424
+ msgid "status"
425
+ msgstr "Status"
426
+
427
+ # @ subscribe-reloaded
428
+ #: options/panel1.php:69
429
  msgid "equals"
430
  msgstr "entspricht"
431
 
432
  # @ subscribe-reloaded
433
+ #: options/panel1.php:70
434
  msgid "contains"
435
  msgstr "enthällt"
436
 
437
  # @ subscribe-reloaded
438
+ #: options/panel1.php:71
439
  msgid "does not contain"
440
  msgstr "enthällt nicht"
441
 
442
+ #: options/panel1.php:72
443
+ msgid "starts with"
444
+ msgstr "Beginnt mit"
445
+
446
+ #: options/panel1.php:73
447
+ msgid "ends with"
448
+ msgstr "Endet mit"
449
+
450
+ #: options/panel1.php:76
451
+ msgid "results per page:"
452
+ msgstr "Ergebnisse pro Seite:"
453
+
454
  # @ subscribe-reloaded
455
+ #: options/panel1.php:77
456
  msgid "Search"
457
  msgstr "Suchen"
458
 
459
+ #: options/panel1.php:85
460
+ msgid "Reverse the order by Post ID"
461
+ msgstr "Sorttiert nach Post-ID"
462
+
463
+ #: options/panel1.php:86
464
+ #: options/panel1.php:87
465
+ msgid "Reverse the order by Date/Time"
466
+ msgstr "Sortiert nach Datum/Uhrzeit"
467
+
468
+ #: options/panel1.php:89
469
+ msgid "Post (ID)"
470
+ msgstr "Post (ID)"
471
+
472
  # @ subscribe-reloaded
473
+ #: options/panel1.php:92
474
+ msgid "Search query:"
475
+ msgstr "Suchabfrage:"
476
 
477
+ #: options/panel1.php:92
478
  msgid "Rows:"
479
  msgstr "Zeilen:"
480
 
481
+ #: options/panel1.php:92
482
  msgid "of"
483
  msgstr "von"
484
 
485
+ #: options/panel1.php:93
486
+ #: templates/author.php:56
487
+ #: templates/user.php:52
488
+ msgid "Legend: Y = all comments, R = replies only, C = inactive"
489
+ msgstr "Legende: Y = Alle Kommentare, R = Nur Antworten, C = Inaktiv"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
490
 
491
+ #: options/panel1.php:102
492
  msgid "Date and Time"
493
  msgstr "Datum und Uhrzeit"
494
 
495
+ #: options/panel1.php:112
496
+ msgid "Edit"
497
+ msgstr "Bearbeiten"
498
+
499
  # @ subscribe-reloaded
500
+ #: options/panel1.php:113
501
+ #: templates/author.php:69
502
+ #: templates/user.php:63
503
+ msgid "Delete"
504
+ msgstr "Endgültig löschen"
505
 
506
  # @ subscribe-reloaded
507
+ #: options/panel1.php:121
508
+ #: templates/author.php:68
509
+ #: templates/user.php:62
510
  msgid "Action:"
511
  msgstr "Aktion:"
512
 
513
  # @ subscribe-reloaded
514
+ #: options/panel1.php:122
515
+ msgid "Delete forever"
516
+ msgstr "Endgültig löschen"
 
 
517
 
518
  # @ subscribe-reloaded
519
+ #: options/panel1.php:123
520
+ #: templates/author.php:70
521
+ #: templates/user.php:64
522
+ msgid "Suspend"
523
+ msgstr "Deaktivieren"
524
 
525
+ #: options/panel1.php:124
526
+ msgid "Activate and set to Y"
527
+ msgstr "Aktivieren und auf Y setzen"
528
+
529
+ #: options/panel1.php:125
530
+ msgid "Activate and set to R"
531
+ msgstr "Aktivieren und auf R setzen"
532
+
533
+ #: options/panel1.php:126
534
+ #: templates/author.php:72
535
+ #: templates/user.php:66
536
+ msgid "Activate"
537
+ msgstr "Aktivieren"
538
 
539
  # @ subscribe-reloaded
540
+ #: options/panel1.php:127
541
+ #: templates/author.php:73
542
+ #: templates/user.php:67
543
+ msgid "Update subscriptions"
544
+ msgstr "Aktualisieren"
545
 
546
  # @ subscribe-reloaded
547
+ #: options/panel1.php:131
548
+ msgid "Sorry, no subscriptions match your search criteria."
549
+ msgstr "Ups, keine Abonnements gefunden: "
 
550
 
551
  # @ subscribe-reloaded
552
+ #: options/panel2.php:11
553
+ #: options/panel2.php:39
554
+ msgid "Enable default checkbox"
555
+ msgstr "Auswahlbox standardmäßig auswählen"
556
 
557
  # @ subscribe-reloaded
558
+ #: options/panel2.php:12
559
+ #: options/panel2.php:46
560
  msgid "Checked by default"
561
  msgstr "Standardmäßig ausgewählt"
562
 
563
  # @ subscribe-reloaded
564
+ #: options/panel2.php:13
565
+ #: options/panel2.php:53
566
+ msgid "Advanced subscription"
567
+ msgstr "Erweitertes Abonnement"
568
 
569
  # @ subscribe-reloaded
570
+ #: options/panel2.php:14
571
+ #: options/panel2.php:60
572
  msgid "Custom inline style"
573
  msgstr "Eigene Stile"
574
 
575
  # @ subscribe-reloaded
576
+ #: options/panel2.php:15
577
+ #: options/panel2.php:65
578
  msgid "Custom HTML"
579
  msgstr "Eigener HTML-Code"
580
 
581
  # @ subscribe-reloaded
582
+ #: options/panel2.php:17
583
+ msgid "Checkbox label"
584
+ msgstr "Beschriftung der Auswahlbox"
 
585
 
586
  # @ subscribe-reloaded
587
+ #: options/panel2.php:18
588
+ #: options/panel2.php:81
589
+ msgid "Subscribed label"
590
+ msgstr "Benachrichtigung aktiviert"
 
 
 
 
591
 
592
  # @ subscribe-reloaded
593
+ #: options/panel2.php:19
594
+ msgid "Awaiting label"
595
+ msgstr "Bestätigung"
 
596
 
597
  # @ subscribe-reloaded
598
+ #: options/panel2.php:20
599
+ #: options/panel2.php:91
600
+ msgid "Author label"
601
+ msgstr "Autor"
 
 
 
 
 
602
 
603
  # @ subscribe-reloaded
604
+ #: options/panel2.php:25
605
+ #: options/panel3.php:25
606
+ #: options/panel4.php:23
607
+ #: options/panel5.php:22
608
  msgid "Your settings have been successfully updated."
609
  msgstr "Deine Einstellungen wurden erfolgreich gespeichert."
610
 
611
  # @ subscribe-reloaded
612
+ #: options/panel2.php:28
613
+ #: options/panel3.php:28
614
+ #: options/panel4.php:26
615
+ #: options/panel5.php:25
616
  msgid "There was an error updating the following fields:"
617
  msgstr "Bei der Aktualisierung der folgenden Felder ist ein Fehler aufgetreten:"
618
 
619
+ #: options/panel2.php:43
620
+ msgid "Disable this option if you want to move the subscription checkbox to a different place on your page."
621
+ msgstr "Deaktiviere diese Option, wenn Du die Auswahlbox für die Abonnements an anderer Stelle auf Deiner Seite platzieren möchtest."
622
+
623
  # @ subscribe-reloaded
624
+ #: options/panel2.php:50
625
+ msgid "Decide if the checkbox should be checked by default or not."
626
+ msgstr "Bestimmt, ob die Auswahlbox standardmäßig angeklickt sein soll, oder ob sie das nicht sein soll."
627
+
628
+ #: options/panel2.php:57
629
+ msgid "Allow users to choose from different subscription types (all, replies only)."
630
+ msgstr "Erlaube den Abonnenten verschiedene Abonnement-Arten (Alle, Nur Antworten)."
631
 
632
  # @ subscribe-reloaded
633
+ #: options/panel2.php:62
634
+ msgid "Custom inline CSS to add to the checkbox."
635
+ msgstr "Eigene Inline-Stile für die Auswahlbox."
636
 
637
  # @ subscribe-reloaded
638
+ #: options/panel2.php:67
639
+ msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
640
+ msgstr "Eigener HTML-Code für die Auswahlbox. Erlaubt sind diese Tags: [checkbox_field], [checkbox_label]"
641
+
642
+ #: options/panel2.php:72
643
+ msgid "Messages for your visitors"
644
+ msgstr "Nachricht an Deine Besucher"
645
 
646
  # @ subscribe-reloaded
647
+ #: options/panel2.php:76
648
+ msgid "Default label"
649
+ msgstr "Standard Mittleilung"
650
 
651
  # @ subscribe-reloaded
652
+ #: options/panel2.php:78
653
+ msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
654
+ msgstr "Beschriftung der Auswahlbox. Erlaubte Tags: [subscribe_link]"
655
 
656
  # @ subscribe-reloaded
657
+ #: options/panel2.php:83
658
+ msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
659
+ msgstr "Text, der angezeigt wird, wenn die Benachrichtigung bereits aktiviert wurde. Erlaubte Tags: [manager_link]"
660
 
661
  # @ subscribe-reloaded
662
+ #: options/panel2.php:86
663
+ msgid "Pending label"
664
+ msgstr "Warteschlange Mitteilung"
665
 
666
  # @ subscribe-reloaded
667
+ #: options/panel2.php:88
668
+ msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
669
+ msgstr "Text, der angezeigt wird, wenn eine Bestätigung durch den Besucher noch aussteht. Erlaubte Tags: [manager_link]"
670
+
671
+ # @ subscribe-reloaded
672
+ #: options/panel2.php:93
673
+ msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
674
+ msgstr "Text, der Autoren und Administratoren angezeigt wird. Erlaubte Tags: [manager_link]"
675
+
676
+ # @ default
677
+ #: options/panel2.php:97
678
+ #: options/panel3.php:136
679
+ #: options/panel4.php:103
680
+ #: options/panel5.php:83
681
+ msgid "Save Changes"
682
+ msgstr "Alle Änderungen speichern"
683
+
684
+ # @ subscribe-reloaded
685
+ #: options/panel3.php:10
686
+ #: options/panel3.php:42
687
+ msgid "Page title"
688
+ msgstr "Seiten-Titel"
689
+
690
+ # @ subscribe-reloaded
691
+ #: options/panel3.php:11
692
+ msgid "Management Page ID"
693
+ msgstr "ID der Verwaltungs-Seite"
694
+
695
+ #: options/panel3.php:12
696
+ #: options/panel3.php:54
697
+ msgid "Custom HEAD meta"
698
+ msgstr "Benutzerdefinierte HEAD Meta-Tags"
699
+
700
+ # @ subscribe-reloaded
701
+ #: options/panel3.php:14
702
+ #: options/panel3.php:65
703
+ msgid "Request link"
704
+ msgstr "Link-Anfrage"
705
 
706
  # @ subscribe-reloaded
707
+ #: options/panel3.php:15
708
+ #: options/panel3.php:75
709
+ msgid "Request submitted"
710
+ msgstr "Anfrage ausgeführt"
711
+
712
+ # @ subscribe-reloaded
713
+ #: options/panel3.php:16
714
+ #: options/panel3.php:85
715
+ msgid "Subscribe without commenting"
716
+ msgstr "Abo ohne Kommentar"
717
+
718
+ # @ subscribe-reloaded
719
+ #: options/panel3.php:17
720
+ #: options/panel3.php:95
721
+ msgid "Subscription processed"
722
+ msgstr "Abo eingetragen"
723
+
724
+ # @ subscribe-reloaded
725
+ #: options/panel3.php:18
726
+ #: options/panel3.php:105
727
+ msgid "Subscription processed (DCI)"
728
+ msgstr "Abo eingetragen (DCI)"
729
+
730
+ # @ subscribe-reloaded
731
+ #: options/panel3.php:19
732
+ #: options/panel3.php:115
733
+ msgid "Authors"
734
+ msgstr "Autoren"
735
+
736
+ # @ subscribe-reloaded
737
+ #: options/panel3.php:20
738
+ #: options/panel3.php:125
739
+ msgid "Users"
740
+ msgstr "Besucher"
741
+
742
+ # @ subscribe-reloaded
743
+ #: options/panel3.php:44
744
+ msgid "Title of the page your visitors will use to manage their subscriptions."
745
+ msgstr "Titel der Verwaltungs-Seite."
746
+
747
+ # @ subscribe-reloaded
748
+ #: options/panel3.php:47
749
+ msgid "Management page"
750
+ msgstr "Verwaltungs-Seite"
751
+
752
+ # @ subscribe-reloaded
753
+ #: options/panel3.php:49
754
+ msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
755
+ msgstr "Der Permalink zur Verwaltungs-Seite (etwa <code>/comment-subscriptions</code> oder <code>/?page_id=345</code>).<br/>Diese Seite existiert <b>aktuell nicht</b> im System. Der Wordpress-Struktur muss entsprochen werden."
756
+
757
+ #: options/panel3.php:51
758
+ msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
759
+ msgstr "Warnung: Der eingegebene Wert scheint inkompatibel zu sein mit Deiner Permalink-Struktur."
760
+
761
+ #: options/panel3.php:56
762
+ msgid "Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values."
763
+ msgstr "Gib hier einen benutzerdefinierten HTML Code ein, der in Deinem HEAD-Bereich eingefügt werden soll. Nutze <strong>einfache </strong> Anführungszeichen in den Werten."
764
+
765
+ # @ subscribe-reloaded
766
+ #: options/panel3.php:61
767
+ #: options/panel4.php:50
768
+ msgid "Messages"
769
+ msgstr "Nachrichten"
770
+
771
+ #: options/panel3.php:66
772
+ #: options/panel3.php:76
773
+ #: options/panel3.php:86
774
+ #: options/panel3.php:96
775
+ #: options/panel3.php:106
776
+ #: options/panel3.php:116
777
+ #: options/panel3.php:126
778
+ #: options/panel4.php:61
779
+ #: options/panel4.php:77
780
+ #: options/panel4.php:93
781
+ msgid "Bold"
782
+ msgstr "Fett"
783
+
784
+ #: options/panel3.php:67
785
  #: options/panel3.php:77
786
+ #: options/panel3.php:87
787
+ #: options/panel3.php:97
788
+ #: options/panel3.php:107
789
+ #: options/panel3.php:117
790
+ #: options/panel3.php:127
791
+ #: options/panel4.php:62
792
+ #: options/panel4.php:78
793
+ #: options/panel4.php:94
794
+ msgid "Italic"
795
+ msgstr "Kursiv"
796
+
797
+ #: options/panel3.php:68
798
+ #: options/panel3.php:78
799
+ #: options/panel3.php:88
800
+ #: options/panel3.php:98
801
+ #: options/panel3.php:108
802
+ #: options/panel3.php:118
803
+ #: options/panel3.php:128
804
+ #: options/panel4.php:63
805
+ #: options/panel4.php:79
806
+ #: options/panel4.php:95
807
+ msgid "Link"
808
+ msgstr "Link"
809
+
810
+ #: options/panel3.php:69
811
+ #: options/panel3.php:79
812
+ #: options/panel3.php:89
813
+ #: options/panel3.php:99
814
+ #: options/panel3.php:109
815
+ #: options/panel3.php:119
816
+ #: options/panel3.php:129
817
+ #: options/panel4.php:64
818
+ #: options/panel4.php:80
819
+ #: options/panel4.php:96
820
+ msgid "Image"
821
+ msgstr "Bild"
822
+
823
+ # @ subscribe-reloaded
824
+ #: options/panel3.php:72
825
+ msgid "Text shown to those who request to manage their subscriptions."
826
+ msgstr "Text, der angezeigt wird, wenn ein Link zur Verwaltungs-Seite angefordert wurde."
827
 
828
  # @ subscribe-reloaded
829
  #: options/panel3.php:82
830
+ msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
831
+ msgstr "Text, der angezeigt wird, wenn die Benachrichtigungs-Einstellungen gespeichert wurden."
832
 
833
  # @ subscribe-reloaded
834
+ #: options/panel3.php:92
835
+ msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
836
+ msgstr "Text, der angezeigt wird, wenn ohne weiteren Kommentar die Benachrichtigungen aktiviert wurden. Erlaubte Tags: [post_title]"
837
 
838
  # @ subscribe-reloaded
839
+ #: options/panel3.php:102
840
+ msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
841
+ msgstr "Text, der angezeigt wird, wenn die Benachrichtigungs-Einstellungen gespeichert wurden (Bestätigung nicht erforderlich)."
 
 
 
 
842
 
843
  # @ subscribe-reloaded
844
+ #: options/panel3.php:112
845
+ msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
846
+ msgstr "Text, der angezeigt wird, wenn die Benachrichtigungs-Einstellungen gespeichert wurden (Bestätigung erforderlich)."
847
 
848
  # @ subscribe-reloaded
849
+ #: options/panel3.php:122
850
+ msgid "Introductory text for the authors' management page."
851
+ msgstr "Einführungstext der Verwaltungs-Seite der Autoren."
852
 
853
  # @ subscribe-reloaded
854
+ #: options/panel3.php:132
855
+ msgid "Introductory text for the users' management page."
856
+ msgstr "Einführungstext der Verwaltungs-Seite der Besucher."
857
 
858
  # @ subscribe-reloaded
859
+ #: options/panel4.php:11
860
+ #: options/panel4.php:38
861
+ msgid "Sender name"
862
+ msgstr "Absender"
863
 
864
+ # @ subscribe-reloaded
865
+ #: options/panel4.php:12
866
+ #: options/panel4.php:43
867
+ msgid "Sender email address"
868
+ msgstr "Absende-Adresse"
 
869
 
870
  # @ subscribe-reloaded
871
+ #: options/panel4.php:13
872
+ #: options/panel4.php:54
873
  msgid "Notification subject"
874
  msgstr "Benachrichtigung - Betreff"
875
 
876
  # @ subscribe-reloaded
877
+ #: options/panel4.php:14
878
+ #: options/panel4.php:59
879
  msgid "Notification message"
880
  msgstr "Benachrichtigung - Text"
881
 
882
  # @ subscribe-reloaded
883
+ #: options/panel4.php:15
884
+ #: options/panel4.php:70
885
  msgid "Double check subject"
886
  msgstr "Double check - Betreff"
887
 
888
  # @ subscribe-reloaded
889
+ #: options/panel4.php:16
890
+ #: options/panel4.php:75
891
  msgid "Double check message"
892
  msgstr "Double check - Text"
893
 
894
  # @ subscribe-reloaded
895
+ #: options/panel4.php:17
896
+ #: options/panel4.php:86
897
  msgid "Management subject"
898
  msgstr "Verwaltung - Betreff"
899
 
900
  # @ subscribe-reloaded
901
+ #: options/panel4.php:18
902
+ #: options/panel4.php:91
903
  msgid "Management message"
904
  msgstr "Verwaltung - Text"
905
 
906
  # @ subscribe-reloaded
907
+ #: options/panel4.php:40
908
+ msgid "Name to use for the \"from\" field when sending a new notification to the user."
909
+ msgstr "Absender: Name"
 
 
 
 
 
 
 
 
 
 
 
 
 
910
 
911
+ # @ subscribe-reloaded
912
  #: options/panel4.php:45
913
+ msgid "Email address to use for the \"from\" field when sending a new notification to the user."
914
+ msgstr "Absender: eMail-Adresse"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
915
 
916
+ # @ subscribe-reloaded
917
+ #: options/panel4.php:56
918
+ msgid "Subject of the notification email. Allowed tag: [post_title]"
919
+ msgstr "Betreff-Zeile einer Benachrichtigung. Erlaubte Tags: [post_title]"
 
 
 
 
 
 
 
 
920
 
921
  # @ subscribe-reloaded
922
+ #: options/panel4.php:67
923
  msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
924
  msgstr "eMail-Text einer Benachrichtigung.<br/>Erlaubte Tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
925
 
926
  # @ subscribe-reloaded
927
+ #: options/panel4.php:72
928
  msgid "Subject of the confirmation email. Allowed tag: [post_title]"
929
  msgstr "Betreff-Zeile einer Bestätigungs-Aufforderung. Erlaubte Tags: [post_title]"
930
 
931
  # @ subscribe-reloaded
932
+ #: options/panel4.php:83
933
  msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
934
  msgstr "eMail-Text einer Bestätigungs-Aufforderung. Erlaubte Tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
935
 
936
  # @ subscribe-reloaded
937
+ #: options/panel4.php:88
938
  msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
939
  msgstr "Betreff-Zeile der eMail, die den Link zur Verwaltungsseite enthält. Erlaubte Tags: [blog_name]"
940
 
941
  # @ subscribe-reloaded
942
+ #: options/panel4.php:99
943
  msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
944
  msgstr "Text der eMail, die den Link zur Verwaltungsseite enthält. Erlaubte Tags: [blog_name], [manager_link]"
945
 
946
  # @ subscribe-reloaded
947
  #: options/panel5.php:11
948
+ #: options/panel5.php:35
949
+ msgid "Autopurge requests"
950
+ msgstr "Anfragen automatisch löschen"
951
 
952
  # @ subscribe-reloaded
953
  #: options/panel5.php:12
954
+ #: options/panel5.php:40
955
+ msgid "Enable double check"
956
+ msgstr "Bestätigung erforderlich (double check)"
957
 
958
  # @ subscribe-reloaded
959
  #: options/panel5.php:13
960
+ msgid "Notify authors"
961
+ msgstr "Autoren informieren"
 
962
 
 
963
  #: options/panel5.php:14
964
+ #: options/panel5.php:54
965
+ msgid "Enable HTML emails"
966
+ msgstr "Aktiviere HTML-eMails"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
967
 
968
  # @ subscribe-reloaded
969
+ #: options/panel5.php:15
970
+ msgid "Send trackbacks"
971
+ msgstr "Trackbacks senden"
972
 
973
  # @ subscribe-reloaded
974
+ #: options/panel5.php:16
975
+ #: options/panel5.php:47
976
+ msgid "Notify admin"
977
+ msgstr "Administrator informieren"
978
 
979
+ #: options/panel5.php:17
980
+ #: options/panel5.php:75
981
+ msgid "Let admin subscribe"
982
+ msgstr "Admin-Anmeldung"
983
 
984
  # @ subscribe-reloaded
985
+ #: options/panel5.php:36
986
+ msgid "days"
987
+ msgstr "Tage"
988
 
989
  # @ subscribe-reloaded
990
+ #: options/panel5.php:37
991
+ msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
992
+ msgstr "Lösche schwebende, nicht bestätigte Anfragen nach x Tagen. Verwende die 0, um nie zu löschen."
993
 
994
  # @ subscribe-reloaded
995
+ #: options/panel5.php:44
996
+ msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
997
+ msgstr "Sende eine Bestätigungsnachricht, um die Gültigkeit der eMail-Adresse zu verifizieren."
998
 
999
  # @ subscribe-reloaded
1000
+ #: options/panel5.php:51
1001
+ msgid "Notify the administrator when a new comment is posted."
1002
+ msgstr "Benachrichtigung an den Administrator, wenn ein neues Abonnement erstellt wurde."
1003
 
1004
+ #: options/panel5.php:58
1005
+ msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
1006
+ msgstr "Wenn aktiviert, wird HTML-Inhalt, statt Plain-Text verwendet"
 
1007
 
1008
  # @ subscribe-reloaded
1009
+ #: options/panel5.php:61
1010
+ msgid "Process trackbacks"
1011
+ msgstr "Trackbacks senden"
1012
 
1013
  # @ subscribe-reloaded
1014
+ #: options/panel5.php:65
1015
+ msgid "Notify users when a new trackback or pingback is added to the discussion."
1016
+ msgstr "Benachrichtigung an die Besucher, wenn ein Trackback oder Pingback eingeht."
1017
 
1018
  # @ subscribe-reloaded
1019
+ #: options/panel5.php:68
1020
+ msgid "Track all subscriptions"
1021
+ msgstr "Verfolge alle Benachrichtigungen"
1022
 
1023
  # @ subscribe-reloaded
1024
+ #: options/panel5.php:72
1025
+ msgid "Notify the administrator when users subscribe without commenting."
1026
+ msgstr "Benachrichtigung an den Administrator, wenn ohne Kommentar ein Abo eingerichtet wurde."
1027
 
1028
  # @ subscribe-reloaded
1029
+ #: options/panel5.php:79
1030
+ msgid "Let the administrator subscribe to comments when logged in."
1031
+ msgstr "Benachrichtigung an den Administrator, wenn ohne Kommentar ein Abo eingerichtet wurde."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1032
 
1033
+ #: options/panel6.php:8
1034
  msgid "Support the author"
1035
  msgstr "Autor unterstützen"
1036
 
1037
  # @ subscribe-reloaded
1038
+ #: options/panel6.php:16
1039
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
1040
  msgstr "Wie wertvoll ist diese Funktion für die Besucher Deiner Seite? Subscribe to Comments Reloaded ist kostenlos und wird es auch bleiben. Aber um den Autor zu unterstützen, speziell, wenn Du mit Deiner Seite Geld verdienst, kannst Du gerne spenden. Jede Spende wird für die Weiterentwicklung des Plugins und das Essen für meine hungrige Familie genutzt."
1041
 
1042
  # @ subscribe-reloaded
1043
+ #: options/panel6.php:18
1044
  msgid "Don't want to donate? You can still help"
1045
  msgstr "Möchtest Du spenden?"
1046
 
1047
  # @ subscribe-reloaded
1048
+ #: options/panel6.php:19
1049
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
1050
  msgstr "Wenn Du nicht spenden möchtest, überlege Dir, über das Plugin zu bloggen und einen Link zur Plugin-Seite zu setzen. Lass Deine Leser erfahren, was Deinen Blog hat besser werden lassen. Du kannst statt Geld gerne auch Zeit spenden: Zögere nicht, Fehler und Ideen zu melden und helfe dabei, das Plugin besser zu machen.Was auch immer Du tust: Danke für die Verwendung des Plugins!"
1051
 
1052
  # @ subscribe-reloaded
1053
+ #: options/panel6.php:21
1054
  msgid "Vote and show your appreciation"
1055
  msgstr "Bewerte und Lobe!"
1056
 
1057
  # @ subscribe-reloaded
1058
+ #: options/panel6.php:22
1059
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
1060
  msgstr "Sage Deinen Freunden, wie gut Subscribe to Comments Reloaded funktioniert. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Bewerte es</a> auf der Plugin-Seite."
1061
 
1062
+ #: options/panel6.php:24
1063
+ msgid "Sponsor's Corner"
1064
+ msgstr "Spenden-Ecke"
1065
+
1066
+ #: options/panel6.php:25
1067
+ msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
1068
+ msgstr "Wenn Du das Plugin unterstützen möchtest, dann zögere nicht und nimm mit mir <a href='http://www.duechiacchiere.it/contatto'>Kontakt </a>auf."
1069
 
1070
+ #: templates/author.php:55
1071
  msgid "Title"
1072
  msgstr "Titel"
1073
 
1074
+ #: templates/author.php:66
1075
+ #: templates/user.php:60
1076
  msgid "Select all"
1077
  msgstr "Alle auswählen"
1078
 
1079
+ #: templates/author.php:67
1080
+ #: templates/user.php:61
1081
  msgid "Invert selection"
1082
  msgstr "Auswahl umkehren"
1083
 
1084
+ #: templates/author.php:71
1085
+ msgid "Set to Y"
1086
+ msgstr "Auf Y setzen"
 
 
1087
 
1088
+ #: templates/author.php:77
1089
+ #: templates/user.php:71
1090
+ msgid "No subscriptions match your search criteria."
1091
+ msgstr "Keine passenden Abos gefunden."
 
1092
 
1093
  # @ subscribe-reloaded
1094
+ #: templates/request-management-link.php:68
1095
+ #: templates/subscribe.php:90
1096
  msgid "Send"
1097
  msgstr "Abschicken"
1098
 
1099
  # @ subscribe-reloaded
1100
+ #: templates/subscribe.php:43
1101
+ #: templates/subscribe.php:44
1102
  msgid "New subscription to"
1103
  msgstr "Neue Benachrichtigung"
1104
 
1105
  # @ subscribe-reloaded
1106
+ #: templates/subscribe.php:44
1107
  msgid "User:"
1108
  msgstr "Besucher:"
1109
 
1110
  # @ subscribe-reloaded
1111
+ #~ msgid "Awaiting confirmation"
1112
+ #~ msgstr "Ausstehende Betsätigung"
 
 
1113
  # @ subscribe-reloaded
1114
+ #~ msgid "Stats"
1115
+ #~ msgstr "Statistik"
1116
+ # @ subscribe-reloaded
1117
+ #~ msgid "Mail Messages"
1118
+ #~ msgstr "eMail-Texte"
1119
+ # @ subscribe-reloaded
1120
+ #~ msgid "Other Messages"
1121
+ #~ msgstr "weitere Texte"
1122
+ # @ subscribe-reloaded
1123
+ #~ msgid "Support"
1124
+ #~ msgstr "Support"
1125
+ # @ subscribe-reloaded
1126
+ #~ msgid "The status has been successfully updated. Rows affected:"
1127
+ #~ msgstr "Der Status wurde erfolgreich aktualisiert. Betroffene Zeilen:"
1128
+ #~ msgid ""
1129
+ #~ "Update the email address associated to a specific subscription (by post "
1130
+ #~ "ID)."
1131
+ #~ msgstr "Aktualisierung einer eMail-Adresse, in Abhängigkeit einer Post-ID."
1132
+ #~ msgid "PID"
1133
+ #~ msgstr "Post-ID"
1134
+ #~ msgid "Change status"
1135
+ #~ msgstr "Status aktualisieren"
1136
+ # @ subscribe-reloaded
1137
+ #~ msgid ""
1138
+ #~ "Change the status of an email address or permanently delete all its "
1139
+ #~ "subscriptions."
1140
+ #~ msgstr ""
1141
+ #~ "Status einer eMail-Adresse ändern oder alle Benachrichtigungen löschen."
1142
+ # @ subscribe-reloaded
1143
+ #~ msgid "Resume"
1144
+ #~ msgstr "Reaktivieren"
1145
+ # @ subscribe-reloaded
1146
+ #~ msgid "Update email address"
1147
+ #~ msgstr "eMail-Adresse aktualisieren"
1148
+ # @ subscribe-reloaded
1149
+ #~ msgid ""
1150
+ #~ "You can \"mass update\" all the occurrences of a given email address "
1151
+ #~ "(exact matches only)."
1152
+ #~ msgstr ""
1153
+ #~ "Du kannst Massen-Aktualisierungen für alle eMail-Adressen in der "
1154
+ #~ "Datenbank vornehmen."
1155
+ # @ subscribe-reloaded
1156
+ #~ msgid "Search email address"
1157
+ #~ msgstr "Suche eMail-Adresse"
1158
+ # @ subscribe-reloaded
1159
+ #~ msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
1160
+ #~ msgstr "Legende: Y: aktiviert, N: deaktiviert, C: schwebend"
1161
+ # @ subscribe-reloaded
1162
+ #~ msgid "Custom CSS Class"
1163
+ #~ msgstr "Eigene CSS-Styles"
1164
+ # @ subscribe-reloaded
1165
+ #~ msgid ""
1166
+ #~ "Custom CSS class to associate to the checkbox, if you want to customize "
1167
+ #~ "its style."
1168
+ #~ msgstr "Eigene CSS-Styles für die Auswahlbox."
1169
+ # @ subscribe-reloaded
1170
+ #~ msgid "StCR table has been successfully optimized."
1171
+ #~ msgstr "Der Status wurde erfolgreich aktualisiert."
1172
+ #~ msgid "Database"
1173
+ #~ msgstr "Datenbank"
1174
+ #~ msgid "Engine"
1175
+ #~ msgstr "Engine"
1176
+ #~ msgid "Records"
1177
+ #~ msgstr "Datensätze"
1178
+ #~ msgid "Average Record Length"
1179
+ #~ msgstr "Durchschnittliche Satzlänge"
1180
+ #~ msgid "Created on"
1181
+ #~ msgstr "Erstellt am"
1182
+ #~ msgid "Approximate Overhead"
1183
+ #~ msgstr "Ungefährer Overhead"
1184
+ #~ msgid "optimize"
1185
+ #~ msgstr "optimieren"
1186
+ # @ subscribe-reloaded
1187
+ #~ msgid "Subscriptions have been successfully updated."
1188
+ #~ msgstr "Benachrichtigungs-Einstellungen wurden erfolgreich aktualisiert."
1189
+ # @ subscribe-reloaded
1190
+ #~ msgid "Sorry, no subscriptions found."
1191
+ #~ msgstr "Ups, keine Benachrichtigungen gefunden: "
1192
+ # @ subscribe-reloaded
1193
+ #~ msgid "All the subscriptions have been successfully updated."
1194
+ #~ msgstr "Benachrichtigungs-Einstellungen wurden erfolgreich aktualisiert."
1195
  # @ subscribe-reloaded
1196
  #, fuzzy
1197
  #~ msgid ""
1295
  #~ msgid "Search post ID"
1296
  #~ msgstr "Suchen"
1297
 
 
 
 
 
 
1298
  # @ subscribe-reloaded
1299
  #, fuzzy
1300
  #~ msgid ""
1361
  #~ "Um eine Benachrichtigung zu löschen oder zu deaktivieren, nutze die "
1362
  #~ "entsprechende Auswahlboxen."
1363
 
 
 
 
 
 
1364
  # @ subscribe-reloaded
1365
  #, fuzzy
1366
  #~ msgid "The status has been successfully updated."
langs/subscribe-reloaded-es_ES.mo CHANGED
Binary file
langs/subscribe-reloaded-es_ES.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe To Comments Reloaded 1.5 en español (1.0)\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-12-28 10:13-0500\n"
6
- "PO-Revision-Date: 2010-12-28 10:13-0500\n"
7
- "Last-Translator: Camu <info@duechiacchiere.it>\n"
8
  "Language-Team: TodoWordPress <traducciones@tdwp.ws>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -17,64 +17,80 @@ msgstr ""
17
  "X-Poedit-SourceCharset: utf-8\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: subscribe-to-comments-reloaded.php:34
21
- #: subscribe-to-comments-reloaded.php:190
22
- msgid "You are subscribed to this entry. <a href='[manager_link]'>Manage</a> your subscriptions."
23
- msgstr "Te has suscrito a esta entrada. <a href='[manager_link]'>Administrar</a> tus suscripciones."
24
-
25
- #: subscribe-to-comments-reloaded.php:39
26
- #: subscribe-to-comments-reloaded.php:191
27
- msgid "Your subscription to this entry needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
28
  msgstr "Tu suscripción a esta entrada necesita confirmación. <a href='[manager_link]'>Administrar tus suscripciones</a>."
29
 
30
- #: subscribe-to-comments-reloaded.php:46
31
- #: subscribe-to-comments-reloaded.php:192
32
- msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this entry."
 
 
 
 
 
 
 
33
  msgstr "Puedes <a href='[manager_link]'>administrar las suscripciones</a> de esta entrada."
34
 
35
- #: subscribe-to-comments-reloaded.php:52
36
- #: subscribe-to-comments-reloaded.php:186
37
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
38
  msgstr "Notificarme los nuevos comentarios por correo electrónico. Tambien puedes <a href='[subscribe_link]'>suscribirte</a> sin comentar."
39
 
40
- #: subscribe-to-comments-reloaded.php:162
41
- #: options/index.php:44
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  msgid "Manage subscriptions"
43
  msgstr "Administrar suscripciones"
44
 
45
- #: subscribe-to-comments-reloaded.php:163
46
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
47
  msgstr "Para administrar tus suscripciones introduce tu correo electrónico a continuación. Te enviaremos un correo electrónico con un enlace para acceder a tu página de administración."
48
 
49
- #: subscribe-to-comments-reloaded.php:164
50
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
51
  msgstr "Gracias por usar nuestro servicio de suscripción. Tu petición se ha completado con éxito. Recibirás en unos minutos un correo electrónico con el enlace para acceder a la administración."
52
 
53
- #: subscribe-to-comments-reloaded.php:165
54
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
55
  msgstr "Puedes seguir la discusión de <strong>[post_title]</strong> sin necesidad de dejar un comentario. ¿Que como? Introduce tu correo electrónico en el formulario siguiente y listo."
56
 
57
- #: subscribe-to-comments-reloaded.php:166
58
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
59
  msgstr "Gracias por usar nuestro servicio de suscripción. Tu petición se ha completado. Cada vez que se publique un nuevo comentario en esta entrada te enviaremos un correo electrónico notificándotelo."
60
 
61
- #: subscribe-to-comments-reloaded.php:167
62
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
63
  msgstr "Gracias por usar nuestro servicio de suscripción. Para confirmar tu petición debes confirmar tu corre electrónico. Revisa tu bandeja de entrada y sigue las instrucciones."
64
 
65
- #: subscribe-to-comments-reloaded.php:168
66
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
67
  msgstr "Para cancelar o suspender una o más suscripciones, selecciona la correspondiente casilla de verificación y pulsa en el botón del final de la lista."
68
 
69
- #: subscribe-to-comments-reloaded.php:169
70
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
71
  msgstr "Para cancelar o suspender una o más suscripciones, selecciona la correspondiente casilla de verificación y pulsa en el botón del final de la lista. Actualmente estás suscrito a:"
72
 
73
- #: subscribe-to-comments-reloaded.php:184
74
  msgid "There is a new comment to [post_title]"
75
  msgstr "Hay un nuevo comentario en [post_title]"
76
 
77
- #: subscribe-to-comments-reloaded.php:185
78
  msgid ""
79
  "There is a new comment to [post_title].\n"
80
  "Comment Link: [comment_permalink]\n"
@@ -92,11 +108,11 @@ msgstr ""
92
  "Enlace permanente: [post_permalink]\n"
93
  "Administrar tus suscripciones: [manager_link]"
94
 
95
- #: subscribe-to-comments-reloaded.php:193
96
  msgid "Please confirm your subscription to [post_title]"
97
  msgstr "Por favor, confirma tu suscripción a [post_title]"
98
 
99
- #: subscribe-to-comments-reloaded.php:194
100
  msgid ""
101
  "You have requested to be notified every time a new comment is added to:\n"
102
  "[post_permalink]\n"
@@ -110,11 +126,11 @@ msgstr ""
110
  "Por favor, confirma tu petición pulsando el siguiente enlace:\n"
111
  "[confirm_link]"
112
 
113
- #: subscribe-to-comments-reloaded.php:195
114
  msgid "Manage your subscriptions on [blog_name]"
115
  msgstr "Administrar tus suscripciones en [blog_name]"
116
 
117
- #: subscribe-to-comments-reloaded.php:196
118
  msgid ""
119
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
120
  "[manager_link]"
@@ -122,723 +138,961 @@ msgstr ""
122
  "Has solicitado administrar tus suscripciones a las entradas de [blog_name]. Sigue el siguiente enlace para acceder a tu página de suscripciones:\n"
123
  "[manager_link]"
124
 
125
- #: subscribe-to-comments-reloaded.php:597
126
  msgid "Subscribed"
127
  msgstr "Suscrito"
128
 
129
- #: subscribe-to-comments-reloaded.php:611
130
- #: options/panel3.php:65
131
- #: options/panel3.php:87
132
- #: options/panel3.php:94
133
- #: options/panel3.php:101
134
- #: options/panel3.php:108
135
- #: options/panel3.php:115
136
- #: options/panel3.php:122
 
 
137
  msgid "Yes"
138
  msgstr "Si"
139
 
140
- #: subscribe-to-comments-reloaded.php:613
141
- msgid "Awaiting confirmation"
142
- msgstr "Esperando confirmación"
143
 
144
- #: subscribe-to-comments-reloaded.php:614
145
- #: options/panel3.php:66
146
- #: options/panel3.php:88
147
- #: options/panel3.php:95
148
- #: options/panel3.php:102
149
- #: options/panel3.php:109
150
- #: options/panel3.php:116
151
- #: options/panel3.php:123
 
 
152
  msgid "No"
153
  msgstr "No"
154
 
155
- #: subscribe-to-comments-reloaded.php:624
156
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
157
  msgstr "¿Necesitas ayuda sobre como usar \"Subscribe to Comments Reloaded\"? Visita el"
158
 
159
- #: subscribe-to-comments-reloaded.php:624
160
  msgid "support forum"
161
  msgstr "foro de soporte"
162
 
163
- #: subscribe-to-comments-reloaded.php:625
164
  msgid "Feeling generous?"
165
  msgstr "¿Te sientes generoso?"
166
 
167
- #: subscribe-to-comments-reloaded.php:625
168
  msgid "Donate a few bucks!"
169
  msgstr "¡Dona un poco de dinero!"
170
 
171
- #: options/index.php:45
172
- msgid "Stats"
173
- msgstr "Estadísticas"
 
174
 
175
- #: options/index.php:46
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  msgid "Options"
177
  msgstr "Opciones"
178
 
179
- #: options/index.php:47
180
- msgid "Mail Messages"
181
- msgstr "Mensajes de correo"
 
 
 
 
 
182
 
183
- #: options/index.php:48
184
- msgid "Other Messages"
185
- msgstr "Otros mensajes"
 
186
 
187
- #: options/index.php:49
188
- msgid "Support"
189
- msgstr "Soporte"
 
190
 
191
- #: options/panel1.php:32
192
- #: options/panel1.php:38
193
- #: options/panel1.php:45
194
- #: options/panel1.php:63
195
- msgid "The status has been successfully updated. Rows affected:"
196
- msgstr "El estado se ha actualizado correctamente. Registros afectados:"
197
 
198
- #: options/panel1.php:68
199
- msgid "Update subscription"
200
- msgstr "Actualizar suscripción"
 
 
 
201
 
202
- #: options/panel1.php:69
203
- msgid "Update the email address associated to a specific subscription (by post ID)."
204
- msgstr "Actualizar el correo electrónico asociado a una suscripción específica (por la ID de la entrada)."
 
 
 
205
 
206
- #: options/panel1.php:71
207
- #: options/panel1.php:101
208
- #: options/panel1.php:173
209
- #: templates/author.php:39
210
- #: templates/user.php:41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
211
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
212
  msgstr "Recuerda: esta operación no se puede deshacer. ¿Estás seguro que quieres hacerlo?"
213
 
214
- #: options/panel1.php:73
215
- #: options/panel1.php:103
 
 
 
 
 
216
  msgid "From"
217
  msgstr "Desde"
218
 
219
- #: options/panel1.php:74
220
- msgid "PID"
221
- msgstr "PID"
222
-
223
- #: options/panel1.php:75
224
- #: options/panel1.php:104
225
  msgid "To"
226
  msgstr "Para"
227
 
228
- #: options/panel1.php:76
229
- #: options/panel1.php:93
230
- #: options/panel1.php:105
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
231
  msgid "Update"
232
  msgstr "Actualizar"
233
 
234
- #: options/panel1.php:83
235
- msgid "Change status"
236
- msgstr "Cambiar estado"
 
237
 
238
- #: options/panel1.php:84
239
- msgid "Change the status of an email address or permanently delete all its subscriptions."
240
- msgstr "Cambiar el estado de una dirección de correo electrónico o eliminar permanentemente todas sus suscripciones."
 
 
 
241
 
242
- #: options/panel1.php:87
243
- msgid "Action"
244
- msgstr "Acción"
 
245
 
246
- #: options/panel1.php:89
247
- #: options/panel1.php:195
248
- #: templates/author.php:60
249
- #: templates/user.php:58
250
- msgid "Suspend"
251
- msgstr "Suspender"
252
 
 
253
  #: options/panel1.php:90
254
- #: options/panel1.php:196
255
- #: templates/author.php:61
256
- #: templates/user.php:59
257
- msgid "Resume"
258
- msgstr "Reanudar"
259
-
260
- #: options/panel1.php:91
261
- #: options/panel1.php:194
262
- msgid "Delete forever"
263
- msgstr "Eliminar para siempre"
264
 
265
- #: options/panel1.php:98
266
- msgid "Update email address"
267
- msgstr "Actualizar dirección de correo electrónico"
268
 
269
- #: options/panel1.php:99
270
- msgid "You can \"mass update\" all the occurrences of a given email address (exact matches only)."
271
- msgstr "Puedes actualizar masivamente todas las ocurrencias de una dirección de correo electrónico determinada (sólo coincidencias exactas)."
 
272
 
273
- #: options/panel1.php:150
274
- msgid "&laquo; Previous"
275
- msgstr "&laquo; Anterior"
 
276
 
277
- #: options/panel1.php:154
278
- msgid "Next &raquo;"
279
- msgstr "Siguiente &raquo;"
 
280
 
281
- #: options/panel1.php:157
282
- msgid "Search email address"
283
- msgstr "Buscar dirección de correo electrónico"
 
284
 
285
- #: options/panel1.php:159
286
- #, php-format
287
- msgid "You can either <a href=\"%s\">list all the subscriptions</a> or find those where the <b>email</b>"
288
- msgstr "Puedes <a href=\"%s\">listar todas las suscripciones</a> o buscar por <b>direcciones de correo electrónico</b>."
289
 
290
- #: options/panel1.php:162
291
  msgid "equals"
292
  msgstr "es igual a"
293
 
294
- #: options/panel1.php:163
295
  msgid "contains"
296
  msgstr "contiene"
297
 
298
- #: options/panel1.php:164
299
  msgid "does not contain"
300
  msgstr "no contiene"
301
 
302
- #: options/panel1.php:167
303
- msgid "Search"
304
- msgstr "Buscar"
305
-
306
- #: options/panel1.php:178
307
- msgid "Subscriptions for:"
308
- msgstr "Suscripciones para:"
309
-
310
- #: options/panel1.php:178
311
- msgid "Rows:"
312
- msgstr "Filas:"
313
 
314
- #: options/panel1.php:178
315
- msgid "of"
316
- msgstr "de"
317
 
318
- #: options/panel1.php:179
319
- #: templates/author.php:45
320
- #: templates/user.php:47
321
- msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
322
- msgstr "Leyenda: Y: suscrito, N: suspendido, C: esperando confirmación"
323
 
324
- #: options/panel1.php:181
325
- #: options/panel1.php:182
326
- msgid "Reverse the order by Date/Time"
327
- msgstr "Invertir el orden por Fecha/Hora"
328
 
329
- #: options/panel1.php:183
330
  msgid "Reverse the order by Post ID"
331
  msgstr "Invertir el orden por ID de la entrada"
332
 
333
- #: options/panel1.php:184
334
- #: templates/request-management-link.php:77
335
- #: templates/subscribe.php:82
336
- #: templates/user.php:46
337
- msgid "Email"
338
- msgstr "Correo electrónico"
339
 
340
- #: options/panel1.php:186
341
  msgid "Post (ID)"
342
  msgstr "Entrada (ID)"
343
 
344
- #: options/panel1.php:186
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
345
  msgid "Date and Time"
346
  msgstr "Fecha y Hora"
347
 
348
- #: options/panel1.php:186
349
- msgid "Status"
350
- msgstr "Estado"
 
 
 
 
 
 
351
 
352
- #: options/panel1.php:194
353
- #: templates/author.php:59
354
- #: templates/user.php:57
355
  msgid "Action:"
356
  msgstr "Acción:"
357
 
358
- #: options/panel1.php:197
359
- #: templates/author.php:62
360
- #: templates/user.php:60
361
- msgid "Update subscriptions"
362
- msgstr "Actualizar suscripciones"
363
 
364
- #: options/panel1.php:205
365
- msgid "Sorry, no subscriptions found for"
366
- msgstr "Disculpa, no se encontraron suscripciones para"
 
 
367
 
368
- #: options/panel3.php:11
369
- msgid "Management Page ID"
370
- msgstr "Administración de la ID de la página"
371
 
372
- #: options/panel3.php:12
373
- #: options/panel3.php:48
374
- msgid "Autopurge requests"
375
- msgstr "Limpieza automática"
376
 
377
- #: options/panel3.php:13
378
- #: options/panel3.php:53
379
- msgid "Sender name"
380
- msgstr "Nombre del remitente"
 
381
 
382
- #: options/panel3.php:14
383
- #: options/panel3.php:58
384
- msgid "Sender email address"
385
- msgstr "Dirección de correo electrónico del remitente"
 
386
 
387
- #: options/panel3.php:15
388
- #: options/panel3.php:63
 
 
 
 
 
 
 
 
 
 
 
389
  msgid "Checked by default"
390
  msgstr "Marcada por defecto"
391
 
392
- #: options/panel3.php:16
393
- #: options/panel3.php:70
394
- msgid "Custom CSS Class"
395
- msgstr "Clase CSS personalizada"
 
396
 
397
- #: options/panel3.php:17
398
- #: options/panel3.php:75
399
  msgid "Custom inline style"
400
  msgstr "Estilo en línea personalizado"
401
 
402
- #: options/panel3.php:18
403
- #: options/panel3.php:80
404
  msgid "Custom HTML"
405
  msgstr "HTML personalizado"
406
 
407
- #: options/panel3.php:19
408
- #: options/panel3.php:85
409
- msgid "Enable double check"
410
- msgstr "Habilitar doble verificación"
411
-
412
- #: options/panel3.php:20
413
- msgid "Notify authors"
414
- msgstr "Notificar a los autores"
415
-
416
- #: options/panel3.php:21
417
- #: options/panel3.php:99
418
- msgid "Enable HTML emails"
419
- msgstr ""
420
 
421
- #: options/panel3.php:22
422
- #: options/panel3.php:106
423
- msgid "Send trackbacks"
424
- msgstr "Enviar trackbacks"
425
 
426
- #: options/panel3.php:23
427
- #: options/panel3.php:92
428
- msgid "Notify admin"
429
- msgstr "Notificar al administrador"
430
 
431
- #: options/panel3.php:24
432
- #: options/panel3.php:120
433
- msgid "Let admin subscribe"
434
- msgstr "Suscripción del administrador"
435
 
436
- #: options/panel3.php:29
437
- #: options/panel4.php:21
438
- #: options/panel5.php:28
 
439
  msgid "Your settings have been successfully updated."
440
  msgstr "Tu configuración se ha actualizado correctamente."
441
 
442
- #: options/panel3.php:32
443
- #: options/panel4.php:24
444
- #: options/panel5.php:31
 
445
  msgid "There was an error updating the following fields:"
446
  msgstr "Se ha producido un error al actualizar los siguientes campos:"
447
 
448
- #: options/panel3.php:43
449
- #: options/panel5.php:64
450
- msgid "Management page"
451
- msgstr "Gestión de la página"
452
-
453
- #: options/panel3.php:45
454
- msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its permalink must follow your Wordpress' permalink settings."
455
- msgstr "El enlace permanente para la página de administración (algo como <code>/administrar-suscripciones</code> o <code>/?page_id=345</code>). Esta página <b>no tiene</b> que existir actualmente en el sistema, pero tiene que ser un enlace permanente en concordancia con la configuración de los enlaces permanentes de WordPress."
456
-
457
- #: options/panel3.php:49
458
- msgid "days"
459
- msgstr "días"
460
-
461
- #: options/panel3.php:50
462
- msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
463
- msgstr "Eliminar suscripciones pendientes (sin confirmar) después de X días. 0 (cero) desactiva la función."
464
-
465
- #: options/panel3.php:55
466
- msgid "Name to use for the \"from\" field when sending a new notification to the user."
467
- msgstr "Nombre que se usará en el campo \"de\" cuando se envia una nueva notificación a los usuarios."
468
-
469
- #: options/panel3.php:60
470
- msgid "Email address to use for the \"from\" field when sending a new notification to the user."
471
- msgstr "Dirección de correo electrónico que se usará en el campo \"para\" cuando se envia una nueva notificación a los usuarios."
472
 
473
- #: options/panel3.php:67
474
  msgid "Decide if the checkbox should be checked by default or not."
475
  msgstr "Establece si la casilla tiene que estar marcada por defecto o no."
476
 
477
- #: options/panel3.php:72
478
- msgid "Custom CSS class to associate to the checkbox, if you want to customize its style."
479
- msgstr "Clase CSS personalizada para asociar a la casilla, si deseas personalizar su estilo."
480
 
481
- #: options/panel3.php:77
482
  msgid "Custom inline CSS to add to the checkbox."
483
  msgstr "Línea del CSS personalizado para la casilla de verificación."
484
 
485
- #: options/panel3.php:82
486
  msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
487
  msgstr "Código HTML personalizado para ser utilizado cuando se muestra la casilla de verificación. Etiquetas permitidas: [checkbox_field] y [checkbox_label]"
488
 
489
- #: options/panel3.php:89
490
- msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
491
- msgstr "Enviar un correo electrónico para confirmar la suscripción (para evitar un uso fraudulento de las direcciones)."
492
 
493
- #: options/panel3.php:96
494
- msgid "Notify the administrator when a new comment is posted."
495
- msgstr "Notificar al administrador cuando se publica un comentario nuevo."
 
496
 
497
- #: options/panel3.php:103
498
- msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
499
- msgstr ""
500
 
501
- #: options/panel3.php:110
502
- msgid "Notify users when a new trackback or pingback is added to the discussion."
503
- msgstr "Notificar a los usuarios cuando hay un nuevo trackback o pingback en la entrada."
504
 
505
- #: options/panel3.php:113
506
- msgid "Track all subscriptions"
507
- msgstr "Seguir todas las suscripciones"
 
508
 
509
- #: options/panel3.php:117
510
- msgid "Notify the administrator when users subscribe without commenting."
511
- msgstr "Notificar al administrador cuando los usuarios se suscriban sin comentar."
512
 
513
- #: options/panel3.php:124
514
- msgid "Let the administrator subscribe to comments when logged in."
515
- msgstr "Permitir al administrador suscribirse a los comentarios cuando está logueado."
516
 
517
- #: options/panel3.php:128
518
- #: options/panel4.php:86
519
- #: options/panel5.php:144
 
520
  msgid "Save Changes"
521
  msgstr "Guardar cambios"
522
 
523
- #: options/panel4.php:11
524
- #: options/panel4.php:37
525
- msgid "Notification subject"
526
- msgstr "Asunto de la notificación"
527
-
528
- #: options/panel4.php:12
529
- #: options/panel4.php:42
530
- msgid "Notification message"
531
- msgstr "Mensaje de la notificación"
532
-
533
- #: options/panel4.php:13
534
- #: options/panel4.php:53
535
- msgid "Double check subject"
536
- msgstr "Asunto del mensaje de confirmación"
537
-
538
- #: options/panel4.php:14
539
- #: options/panel4.php:58
540
- msgid "Double check message"
541
- msgstr "Mensaje del mensaje de confirmación"
542
-
543
- #: options/panel4.php:15
544
- #: options/panel4.php:69
545
- msgid "Management subject"
546
- msgstr "Asunto de la administración"
547
-
548
- #: options/panel4.php:16
549
- #: options/panel4.php:74
550
- msgid "Management message"
551
- msgstr "Mensaje de la administración"
552
-
553
- #: options/panel4.php:39
554
- msgid "Subject of the notification email. Allowed tag: [post_title]"
555
- msgstr "Asunto del correo electrónico de notificación de nuevos comentarios. Etiquetas permitidas: [post_title]."
556
-
557
- #: options/panel4.php:44
558
- #: options/panel4.php:60
559
- #: options/panel4.php:76
560
- #: options/panel5.php:74
561
- #: options/panel5.php:84
562
- #: options/panel5.php:94
563
- #: options/panel5.php:104
564
- #: options/panel5.php:114
565
- #: options/panel5.php:124
566
- #: options/panel5.php:134
567
- msgid "Bold"
568
- msgstr ""
569
-
570
- #: options/panel4.php:45
571
- #: options/panel4.php:61
572
- #: options/panel4.php:77
573
- #: options/panel5.php:75
574
- #: options/panel5.php:85
575
- #: options/panel5.php:95
576
- #: options/panel5.php:105
577
- #: options/panel5.php:115
578
- #: options/panel5.php:125
579
- #: options/panel5.php:135
580
- msgid "Italic"
581
- msgstr ""
582
 
583
- #: options/panel4.php:46
584
- #: options/panel4.php:62
585
- #: options/panel4.php:78
586
- #: options/panel5.php:76
587
- #: options/panel5.php:86
588
- #: options/panel5.php:96
589
- #: options/panel5.php:106
590
- #: options/panel5.php:116
591
- #: options/panel5.php:126
592
- #: options/panel5.php:136
593
- msgid "Link"
594
- msgstr ""
595
 
596
- #: options/panel4.php:47
597
- #: options/panel4.php:63
598
- #: options/panel4.php:79
599
- #: options/panel5.php:77
600
- #: options/panel5.php:87
601
- #: options/panel5.php:97
602
- #: options/panel5.php:107
603
- #: options/panel5.php:117
604
- #: options/panel5.php:127
605
- #: options/panel5.php:137
606
- msgid "Image"
607
  msgstr ""
608
 
609
- #: options/panel4.php:50
610
- msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
611
- msgstr "Contenido del correo electrónico de notificación de nuevos comentarios. Etiquetas permitidas: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink] y [manager_link]."
612
-
613
- #: options/panel4.php:55
614
- msgid "Subject of the confirmation email. Allowed tag: [post_title]"
615
- msgstr "Asunto del correo electrónico de confirmación para suscripciones nuevas. Etiquetas permitidas: [post_title]."
616
-
617
- #: options/panel4.php:66
618
- msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
619
- msgstr "Contenido del correo electrónico de confirmación para suscripciones nuevas. Etiquetas permitidas: [post_permalink], [confirm_link], [post_title] y [manager_link]."
620
-
621
- #: options/panel4.php:71
622
- msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
623
- msgstr "Asunto del correo electrónico informando del acceso para acceder a la página de administración. Etiquetas permitidas: [blog_name]."
624
-
625
- #: options/panel4.php:82
626
- msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
627
- msgstr "Contenido del correo electrónico informando del acceso para acceder a la página de administración. Etiquetas permitidas: [blog_name] y [manager_link]."
628
-
629
- #: options/panel5.php:11
630
- #: options/panel5.php:43
631
- msgid "Checkbox label"
632
- msgstr "Casilla de verificación"
633
-
634
- #: options/panel5.php:12
635
- #: options/panel5.php:48
636
- msgid "Subscribed label"
637
- msgstr "Suscrito"
638
-
639
- #: options/panel5.php:13
640
- #: options/panel5.php:53
641
- msgid "Awaiting label"
642
- msgstr "Esperando"
643
-
644
- #: options/panel5.php:14
645
- #: options/panel5.php:58
646
- msgid "Author label"
647
- msgstr "Autor"
648
-
649
- #: options/panel5.php:16
650
- #: options/panel5.php:68
651
- msgid "Page title"
652
- msgstr "Título de la página"
653
-
654
- #: options/panel5.php:17
655
- #: options/panel5.php:73
656
  msgid "Request link"
657
  msgstr "Petición de enlace"
658
 
659
- #: options/panel5.php:18
660
- #: options/panel5.php:83
661
  msgid "Request submitted"
662
  msgstr "Solicitud enviada"
663
 
664
- #: options/panel5.php:19
665
- #: options/panel5.php:93
666
  msgid "Subscribe without commenting"
667
  msgstr "Suscripción sin comentar"
668
 
669
- #: options/panel5.php:20
670
- #: options/panel5.php:103
671
  msgid "Subscription processed"
672
  msgstr "Suscripción procesada"
673
 
674
- #: options/panel5.php:21
675
- #: options/panel5.php:113
676
  msgid "Subscription processed (DCI)"
677
  msgstr "Suscripción procesada (Pendiente de confirmación)"
678
 
679
- #: options/panel5.php:22
680
- #: options/panel5.php:123
681
  msgid "Authors"
682
  msgstr "Autores"
683
 
684
- #: options/panel5.php:23
685
- #: options/panel5.php:133
686
  msgid "Users"
687
  msgstr "Usuarios"
688
 
689
- #: options/panel5.php:39
690
- msgid "Comment form"
691
- msgstr "Formulario \"Comentar\""
692
 
693
- #: options/panel5.php:45
694
- msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
695
- msgstr "Texto asociado a la casilla para suscribirse. Etiquetas permitidas: [subscribe_link]."
696
 
697
- #: options/panel5.php:50
698
- msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
699
- msgstr "Texto que se muestra cuando alguien se suscribe a una entrada. Etiquetas permitidas: [manager_link]."
 
700
 
701
- #: options/panel5.php:55
702
- msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
703
- msgstr "Texto que se muestra cuando alguien se suscribe a una entrada, pero es necesario que confirme su suscripción. Etiquetas permitidas: [manager_link]."
704
 
705
- #: options/panel5.php:60
706
- msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
707
- msgstr "Texto que se muestra a los autores (y administradores) para administrar las suscripciones. Etiquetas permitidas: [manager_link]."
708
 
709
- #: options/panel5.php:70
710
- msgid "Title of the page your visitors will use to manage their subscriptions."
711
- msgstr "Título de la página para que tus visitantes puedan administrar tus suscripciones."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
712
 
713
- #: options/panel5.php:80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
714
  msgid "Text shown to those who request to manage their subscriptions."
715
  msgstr "Texto que se muestra cuando alguien solicita acceso a la página para administrar suscripciones."
716
 
717
- #: options/panel5.php:90
718
  msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
719
  msgstr "Nota de agradecimiento que aparece después de haber sido procesada la solicitud. Etiquetas permitidas: [post_title] y [post_permalink]."
720
 
721
- #: options/panel5.php:100
722
  msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
723
  msgstr "Texto que se muestra cualquier alguien se quiere suscribir sin comentar. Etiquetas permitidas: [post_title] y [post_permalink]."
724
 
725
- #: options/panel5.php:110
726
  msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
727
  msgstr "Nota de agradecimiento que aparece después de procesar la solicitud de suscripción (cuando la confirmación está desactivada). Etiquetas permitidas: [post_title] y [post_permalink]."
728
 
729
- #: options/panel5.php:120
730
  msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
731
  msgstr "Nota de agradecimiento que aparece después de procesar la solicitud de suscripción (cuando la confirmación está activada). Etiquetas disponibles: [post_title] y [post_permalink]."
732
 
733
- #: options/panel5.php:130
734
  msgid "Introductory text for the authors' management page."
735
  msgstr "Texto de introducción para los autores en la página de administración."
736
 
737
- #: options/panel5.php:140
738
  msgid "Introductory text for the users' management page."
739
  msgstr "Texto de introducción para los usuarios en la página de administración."
740
 
741
- #: options/panel6.php:11
742
- msgid "StCR table has been successfully optimized."
743
- msgstr "La tabla StCR ha sido optimizada correctamente."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
744
 
745
- #: options/panel6.php:15
746
- msgid "Database"
747
- msgstr "Base de datos"
748
 
749
- #: options/panel6.php:35
750
- msgid "Engine"
751
- msgstr "Motor"
752
 
753
- #: options/panel6.php:36
754
- msgid "Records"
755
- msgstr "Registros"
756
 
757
- #: options/panel6.php:37
758
- msgid "Average Record Length"
759
- msgstr "Duración media del registro"
760
 
761
- #: options/panel6.php:38
762
- msgid "Created on"
763
- msgstr "Creado el"
 
764
 
765
- #: options/panel6.php:39
766
- msgid "Approximate Overhead"
767
- msgstr "Aproximado al alza"
 
 
 
 
768
 
769
- #: options/panel6.php:40
770
- msgid "optimize"
771
- msgstr "optimizar"
772
 
773
- #: options/panel6.php:44
 
 
 
 
774
  msgid "Support the author"
775
  msgstr "Soporte del autor"
776
 
777
- #: options/panel6.php:45
778
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
779
  msgstr "¿Qué valor tiene la característica que ofrece este plugin para tus visitantes? \"Subscribe to Comments Reloaded\" es un plugin que es y siempre será gratuito, pero deberías considerar apoyar al autor del plugin con una pequeña donación, más aún si estás obteniendo dinero con él. Cualquier donación es bien recibida y será invertida en el desarrollo del plugin y para comprar algo de comida para mi familia hambrienta."
780
 
781
- #: options/panel6.php:48
782
  msgid "Don't want to donate? You can still help"
783
  msgstr "¿No quieres donar? Todavia puedes ayudarnos"
784
 
785
- #: options/panel6.php:49
786
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
787
  msgstr "Si no quieres donar dinero, considera escribir una entrada en tu sitio acerca de mi plugin con un enlace hacia la página del plugin. Por favor, deja que tus lectores sepan lo que hace tu blog mejor. Tambien puedes contribuir donando tu tiempo: informando sobre errores con el plugin, aportando ideas para mejorar el plugin, ... Hagas lo que hagas, ¡gracias por usar mi plugin!"
788
 
789
- #: options/panel6.php:51
790
  msgid "Vote and show your appreciation"
791
  msgstr "Vota y muestra tu agradecimiento"
792
 
793
- #: options/panel6.php:52
794
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
795
  msgstr "Informa a otras personas sobre lo bien que funciona \"Subscribe to Comments Reloaded\". <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Valora</a> el plugin en el repositorio de plugins de WordPress."
796
 
797
- #: templates/author.php:31
798
- msgid "Subscriptions have been successfully updated."
799
- msgstr "Las suscripciones se han actualizado correctamente."
 
 
 
 
800
 
801
- #: templates/author.php:44
802
  msgid "Title"
803
  msgstr "Título"
804
 
805
- #: templates/author.php:57
806
- #: templates/user.php:55
807
  msgid "Select all"
808
  msgstr "Seleccionar todo"
809
 
810
- #: templates/author.php:58
811
- #: templates/user.php:56
812
  msgid "Invert selection"
813
  msgstr "Invertir selección"
814
 
815
- #: templates/author.php:59
816
- #: templates/user.php:57
817
- msgid "Delete"
818
- msgstr "Eliminar"
819
 
820
- #: templates/author.php:66
821
- #: templates/user.php:64
822
- msgid "Sorry, no subscriptions found."
823
- msgstr "Disculpa, no se encontraron suscripciones."
824
 
825
- #: templates/request-management-link.php:80
826
- #: templates/subscribe.php:84
827
  msgid "Send"
828
  msgstr "Enviar"
829
 
830
- #: templates/subscribe.php:30
831
- #: templates/subscribe.php:31
832
  msgid "New subscription to"
833
  msgstr "Nueva suscripción a"
834
 
835
- #: templates/subscribe.php:31
836
  msgid "User:"
837
  msgstr "Usuario:"
838
 
839
- #: templates/user.php:33
840
- msgid "All the subscriptions have been successfully updated."
841
- msgstr "Todas las suscripciones se han actualizado correctamente."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
842
 
843
  #~ msgid "Pageviews by day - Click on a day for hourly metrics"
844
  #~ msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe To Comments Reloaded 1.5 en español (1.0)\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-07-20 12:38-0500\n"
6
+ "PO-Revision-Date: 2011-07-20 12:38-0500\n"
7
+ "Last-Translator: due chiacchiere <info@duechiacchiere.it>\n"
8
  "Language-Team: TodoWordPress <traducciones@tdwp.ws>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "X-Poedit-SourceCharset: utf-8\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: subscribe-to-comments-reloaded.php:33
21
+ #: subscribe-to-comments-reloaded.php:221
22
+ #, fuzzy
23
+ msgid "Your subscription to this post needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
 
 
 
 
24
  msgstr "Tu suscripción a esta entrada necesita confirmación. <a href='[manager_link]'>Administrar tus suscripciones</a>."
25
 
26
+ #: subscribe-to-comments-reloaded.php:38
27
+ #: subscribe-to-comments-reloaded.php:220
28
+ #, fuzzy
29
+ msgid "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your subscriptions."
30
+ msgstr "Te has suscrito a esta entrada. <a href='[manager_link]'>Administrar</a> tus suscripciones."
31
+
32
+ #: subscribe-to-comments-reloaded.php:45
33
+ #: subscribe-to-comments-reloaded.php:222
34
+ #, fuzzy
35
+ msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
36
  msgstr "Puedes <a href='[manager_link]'>administrar las suscripciones</a> de esta entrada."
37
 
38
+ #: subscribe-to-comments-reloaded.php:50
39
+ #: subscribe-to-comments-reloaded.php:217
40
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
41
  msgstr "Notificarme los nuevos comentarios por correo electrónico. Tambien puedes <a href='[subscribe_link]'>suscribirte</a> sin comentar."
42
 
43
+ #: subscribe-to-comments-reloaded.php:60
44
+ msgid "All"
45
+ msgstr ""
46
+
47
+ #: subscribe-to-comments-reloaded.php:61
48
+ #: templates/user.php:66
49
+ msgid "Replies to my comments"
50
+ msgstr ""
51
+
52
+ #: subscribe-to-comments-reloaded.php:62
53
+ msgid "Daily digest"
54
+ msgstr ""
55
+
56
+ #: subscribe-to-comments-reloaded.php:194
57
+ #: options/index.php:41
58
  msgid "Manage subscriptions"
59
  msgstr "Administrar suscripciones"
60
 
61
+ #: subscribe-to-comments-reloaded.php:195
62
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
63
  msgstr "Para administrar tus suscripciones introduce tu correo electrónico a continuación. Te enviaremos un correo electrónico con un enlace para acceder a tu página de administración."
64
 
65
+ #: subscribe-to-comments-reloaded.php:196
66
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
67
  msgstr "Gracias por usar nuestro servicio de suscripción. Tu petición se ha completado con éxito. Recibirás en unos minutos un correo electrónico con el enlace para acceder a la administración."
68
 
69
+ #: subscribe-to-comments-reloaded.php:197
70
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
71
  msgstr "Puedes seguir la discusión de <strong>[post_title]</strong> sin necesidad de dejar un comentario. ¿Que como? Introduce tu correo electrónico en el formulario siguiente y listo."
72
 
73
+ #: subscribe-to-comments-reloaded.php:198
74
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
75
  msgstr "Gracias por usar nuestro servicio de suscripción. Tu petición se ha completado. Cada vez que se publique un nuevo comentario en esta entrada te enviaremos un correo electrónico notificándotelo."
76
 
77
+ #: subscribe-to-comments-reloaded.php:199
78
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
79
  msgstr "Gracias por usar nuestro servicio de suscripción. Para confirmar tu petición debes confirmar tu corre electrónico. Revisa tu bandeja de entrada y sigue las instrucciones."
80
 
81
+ #: subscribe-to-comments-reloaded.php:200
82
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
83
  msgstr "Para cancelar o suspender una o más suscripciones, selecciona la correspondiente casilla de verificación y pulsa en el botón del final de la lista."
84
 
85
+ #: subscribe-to-comments-reloaded.php:201
86
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
87
  msgstr "Para cancelar o suspender una o más suscripciones, selecciona la correspondiente casilla de verificación y pulsa en el botón del final de la lista. Actualmente estás suscrito a:"
88
 
89
+ #: subscribe-to-comments-reloaded.php:215
90
  msgid "There is a new comment to [post_title]"
91
  msgstr "Hay un nuevo comentario en [post_title]"
92
 
93
+ #: subscribe-to-comments-reloaded.php:216
94
  msgid ""
95
  "There is a new comment to [post_title].\n"
96
  "Comment Link: [comment_permalink]\n"
108
  "Enlace permanente: [post_permalink]\n"
109
  "Administrar tus suscripciones: [manager_link]"
110
 
111
+ #: subscribe-to-comments-reloaded.php:223
112
  msgid "Please confirm your subscription to [post_title]"
113
  msgstr "Por favor, confirma tu suscripción a [post_title]"
114
 
115
+ #: subscribe-to-comments-reloaded.php:224
116
  msgid ""
117
  "You have requested to be notified every time a new comment is added to:\n"
118
  "[post_permalink]\n"
126
  "Por favor, confirma tu petición pulsando el siguiente enlace:\n"
127
  "[confirm_link]"
128
 
129
+ #: subscribe-to-comments-reloaded.php:225
130
  msgid "Manage your subscriptions on [blog_name]"
131
  msgstr "Administrar tus suscripciones en [blog_name]"
132
 
133
+ #: subscribe-to-comments-reloaded.php:226
134
  msgid ""
135
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
136
  "[manager_link]"
138
  "Has solicitado administrar tus suscripciones a las entradas de [blog_name]. Sigue el siguiente enlace para acceder a tu página de suscripciones:\n"
139
  "[manager_link]"
140
 
141
+ #: subscribe-to-comments-reloaded.php:956
142
  msgid "Subscribed"
143
  msgstr "Suscrito"
144
 
145
+ #: subscribe-to-comments-reloaded.php:970
146
+ #: options/panel2.php:41
147
+ #: options/panel2.php:48
148
+ #: options/panel2.php:55
149
+ #: options/panel5.php:42
150
+ #: options/panel5.php:49
151
+ #: options/panel5.php:56
152
+ #: options/panel5.php:63
153
+ #: options/panel5.php:70
154
+ #: options/panel5.php:77
155
  msgid "Yes"
156
  msgstr "Si"
157
 
158
+ #: subscribe-to-comments-reloaded.php:972
159
+ msgid "Pending"
160
+ msgstr ""
161
 
162
+ #: subscribe-to-comments-reloaded.php:973
163
+ #: options/panel2.php:42
164
+ #: options/panel2.php:49
165
+ #: options/panel2.php:56
166
+ #: options/panel5.php:43
167
+ #: options/panel5.php:50
168
+ #: options/panel5.php:57
169
+ #: options/panel5.php:64
170
+ #: options/panel5.php:71
171
+ #: options/panel5.php:78
172
  msgid "No"
173
  msgstr "No"
174
 
175
+ #: subscribe-to-comments-reloaded.php:983
176
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
177
  msgstr "¿Necesitas ayuda sobre como usar \"Subscribe to Comments Reloaded\"? Visita el"
178
 
179
+ #: subscribe-to-comments-reloaded.php:983
180
  msgid "support forum"
181
  msgstr "foro de soporte"
182
 
183
+ #: subscribe-to-comments-reloaded.php:984
184
  msgid "Feeling generous?"
185
  msgstr "¿Te sientes generoso?"
186
 
187
+ #: subscribe-to-comments-reloaded.php:984
188
  msgid "Donate a few bucks!"
189
  msgstr "¡Dona un poco de dinero!"
190
 
191
+ #: options/index.php:42
192
+ #, fuzzy
193
+ msgid "Comment Form"
194
+ msgstr "Formulario \"Comentar\""
195
 
196
+ #: options/index.php:43
197
+ #, fuzzy
198
+ msgid "Management Page"
199
+ msgstr "Gestión de la página"
200
+
201
+ #: options/index.php:44
202
+ #, fuzzy
203
+ msgid "Notifications"
204
+ msgstr "Asunto de la notificación"
205
+
206
+ #: options/index.php:45
207
+ #: options/panel2.php:35
208
+ #: options/panel3.php:38
209
+ #: options/panel4.php:34
210
  msgid "Options"
211
  msgstr "Opciones"
212
 
213
+ #: options/index.php:46
214
+ msgid "You can help"
215
+ msgstr ""
216
+
217
+ #: options/panel1-business-logic.php:18
218
+ #, fuzzy
219
+ msgid "Subscription added."
220
+ msgstr "Suscripción procesada"
221
 
222
+ #: options/panel1-business-logic.php:30
223
+ #, fuzzy
224
+ msgid "Subscriptions updated."
225
+ msgstr "Suscripción procesada"
226
 
227
+ #: options/panel1-business-logic.php:39
228
+ #, fuzzy
229
+ msgid "Subscription deleted."
230
+ msgstr "Suscripción procesada"
231
 
232
+ #: options/panel1-business-logic.php:54
233
+ #: templates/author.php:22
234
+ #: templates/user.php:22
235
+ #, fuzzy
236
+ msgid "Subscriptions deleted:"
237
+ msgstr "Suscripciones para:"
238
 
239
+ #: options/panel1-business-logic.php:58
240
+ #: templates/author.php:26
241
+ #: templates/user.php:26
242
+ #, fuzzy
243
+ msgid "Subscriptions suspended:"
244
+ msgstr "Suscripción procesada"
245
 
246
+ #: options/panel1-business-logic.php:62
247
+ #: templates/author.php:30
248
+ #: templates/user.php:30
249
+ #, fuzzy
250
+ msgid "Subscriptions activated:"
251
+ msgstr "Suscripciones para:"
252
 
253
+ #: options/panel1-business-logic.php:66
254
+ #: options/panel1-business-logic.php:70
255
+ #: templates/author.php:34
256
+ #: templates/author.php:38
257
+ #: templates/user.php:34
258
+ #, fuzzy
259
+ msgid "Subscriptions updated:"
260
+ msgstr "Suscripciones para:"
261
+
262
+ #: options/panel1-business-logic.php:94
263
+ msgid "&laquo; Previous"
264
+ msgstr "&laquo; Anterior"
265
+
266
+ #: options/panel1-business-logic.php:98
267
+ msgid "Next &raquo;"
268
+ msgstr "Siguiente &raquo;"
269
+
270
+ #: options/panel1-edit-subscription.php:8
271
+ #, fuzzy
272
+ msgid "Update Subscription"
273
+ msgstr "Actualizar suscripción"
274
+
275
+ #: options/panel1-edit-subscription.php:10
276
+ #: options/panel1.php:19
277
+ #: options/panel1.php:81
278
+ #: options/panel1.php:113
279
+ #: templates/author.php:51
280
+ #: templates/user.php:47
281
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
282
  msgstr "Recuerda: esta operación no se puede deshacer. ¿Estás seguro que quieres hacerlo?"
283
 
284
+ #: options/panel1-edit-subscription.php:12
285
+ #, fuzzy
286
+ msgid "Post:"
287
+ msgstr "Filas:"
288
+
289
+ #: options/panel1-edit-subscription.php:13
290
+ #: options/panel1.php:21
291
  msgid "From"
292
  msgstr "Desde"
293
 
294
+ #: options/panel1-edit-subscription.php:14
295
+ #: options/panel1.php:22
 
 
 
 
296
  msgid "To"
297
  msgstr "Para"
298
 
299
+ #: options/panel1-edit-subscription.php:15
300
+ #: options/panel1.php:26
301
+ #: options/panel1.php:45
302
+ #: options/panel1.php:103
303
+ msgid "Status"
304
+ msgstr "Estado"
305
+
306
+ #: options/panel1-edit-subscription.php:17
307
+ #: options/panel1.php:28
308
+ msgid "Keep unchanged"
309
+ msgstr ""
310
+
311
+ #: options/panel1-edit-subscription.php:18
312
+ #: options/panel1.php:29
313
+ #: options/panel1.php:47
314
+ #, fuzzy
315
+ msgid "Active"
316
+ msgstr "Acción"
317
+
318
+ #: options/panel1-edit-subscription.php:19
319
+ #: options/panel1.php:30
320
+ #: options/panel1.php:48
321
+ msgid "Replies only"
322
+ msgstr ""
323
+
324
+ #: options/panel1-edit-subscription.php:20
325
+ #: options/panel1.php:31
326
+ #, fuzzy
327
+ msgid "Suspended"
328
+ msgstr "Suspender"
329
+
330
+ #: options/panel1-edit-subscription.php:21
331
+ #: options/panel1.php:32
332
  msgid "Update"
333
  msgstr "Actualizar"
334
 
335
+ #: options/panel1.php:17
336
+ #, fuzzy
337
+ msgid "Mass Update Subscriptions"
338
+ msgstr "Actualizar suscripciones"
339
 
340
+ #: options/panel1.php:23
341
+ #: options/panel1.php:24
342
+ #: options/panel1.php:25
343
+ #, fuzzy
344
+ msgid "optional"
345
+ msgstr "Opciones"
346
 
347
+ #: options/panel1.php:39
348
+ #, fuzzy
349
+ msgid "Add New Subscription"
350
+ msgstr "Nueva suscripción a"
351
 
352
+ #: options/panel1.php:43
353
+ #, fuzzy
354
+ msgid "Post ID"
355
+ msgstr "Entrada (ID)"
 
 
356
 
357
+ #: options/panel1.php:44
358
  #: options/panel1.php:90
359
+ #: templates/request-management-link.php:65
360
+ #: templates/subscribe.php:88
361
+ #: templates/user.php:52
362
+ msgid "Email"
363
+ msgstr "Correo electrónico"
364
+
365
+ #: options/panel1.php:49
366
+ msgid "Ask user to confirm"
367
+ msgstr ""
 
368
 
369
+ #: options/panel1.php:50
370
+ msgid "Add"
371
+ msgstr ""
372
 
373
+ #: options/panel1.php:59
374
+ #, fuzzy
375
+ msgid "Search subscriptions"
376
+ msgstr "Administrar suscripciones"
377
 
378
+ #: options/panel1.php:61
379
+ #, fuzzy, php-format
380
+ msgid "You can either <a href=\"%s\">view all the subscriptions</a> or find those where the"
381
+ msgstr "Puedes <a href=\"%s\">listar todas las suscripciones</a> o buscar por <b>direcciones de correo electrónico</b>."
382
 
383
+ #: options/panel1.php:64
384
+ #, fuzzy
385
+ msgid "email"
386
+ msgstr "Correo electrónico"
387
 
388
+ #: options/panel1.php:65
389
+ #, fuzzy
390
+ msgid "post ID"
391
+ msgstr "Entrada (ID)"
392
 
393
+ #: options/panel1.php:66
394
+ #, fuzzy
395
+ msgid "status"
396
+ msgstr "Estado"
397
 
398
+ #: options/panel1.php:69
399
  msgid "equals"
400
  msgstr "es igual a"
401
 
402
+ #: options/panel1.php:70
403
  msgid "contains"
404
  msgstr "contiene"
405
 
406
+ #: options/panel1.php:71
407
  msgid "does not contain"
408
  msgstr "no contiene"
409
 
410
+ #: options/panel1.php:72
411
+ msgid "starts with"
412
+ msgstr ""
 
 
 
 
 
 
 
 
413
 
414
+ #: options/panel1.php:73
415
+ msgid "ends with"
416
+ msgstr ""
417
 
418
+ #: options/panel1.php:76
419
+ msgid "results per page:"
420
+ msgstr ""
 
 
421
 
422
+ #: options/panel1.php:77
423
+ msgid "Search"
424
+ msgstr "Buscar"
 
425
 
426
+ #: options/panel1.php:85
427
  msgid "Reverse the order by Post ID"
428
  msgstr "Invertir el orden por ID de la entrada"
429
 
430
+ #: options/panel1.php:86
431
+ #: options/panel1.php:87
432
+ msgid "Reverse the order by Date/Time"
433
+ msgstr "Invertir el orden por Fecha/Hora"
 
 
434
 
435
+ #: options/panel1.php:89
436
  msgid "Post (ID)"
437
  msgstr "Entrada (ID)"
438
 
439
+ #: options/panel1.php:92
440
+ #, fuzzy
441
+ msgid "Search query:"
442
+ msgstr "Buscar"
443
+
444
+ #: options/panel1.php:92
445
+ msgid "Rows:"
446
+ msgstr "Filas:"
447
+
448
+ #: options/panel1.php:92
449
+ msgid "of"
450
+ msgstr "de"
451
+
452
+ #: options/panel1.php:93
453
+ #: templates/author.php:57
454
+ #: templates/user.php:53
455
+ msgid "Legend: Y = all comments, R = replies only, C = inactive"
456
+ msgstr ""
457
+
458
+ #: options/panel1.php:102
459
  msgid "Date and Time"
460
  msgstr "Fecha y Hora"
461
 
462
+ #: options/panel1.php:112
463
+ msgid "Edit"
464
+ msgstr ""
465
+
466
+ #: options/panel1.php:113
467
+ #: templates/author.php:70
468
+ #: templates/user.php:64
469
+ msgid "Delete"
470
+ msgstr "Eliminar"
471
 
472
+ #: options/panel1.php:121
473
+ #: templates/author.php:69
474
+ #: templates/user.php:63
475
  msgid "Action:"
476
  msgstr "Acción:"
477
 
478
+ #: options/panel1.php:122
479
+ msgid "Delete forever"
480
+ msgstr "Eliminar para siempre"
 
 
481
 
482
+ #: options/panel1.php:123
483
+ #: templates/author.php:71
484
+ #: templates/user.php:65
485
+ msgid "Suspend"
486
+ msgstr "Suspender"
487
 
488
+ #: options/panel1.php:124
489
+ msgid "Activate and set to Y"
490
+ msgstr ""
491
 
492
+ #: options/panel1.php:125
493
+ msgid "Activate and set to R"
494
+ msgstr ""
 
495
 
496
+ #: options/panel1.php:126
497
+ #: templates/author.php:73
498
+ #: templates/user.php:67
499
+ msgid "Activate"
500
+ msgstr ""
501
 
502
+ #: options/panel1.php:127
503
+ #: templates/author.php:74
504
+ #: templates/user.php:68
505
+ msgid "Update subscriptions"
506
+ msgstr "Actualizar suscripciones"
507
 
508
+ #: options/panel1.php:131
509
+ #, fuzzy
510
+ msgid "Sorry, no subscriptions match your search criteria."
511
+ msgstr "Disculpa, no se encontraron suscripciones para"
512
+
513
+ #: options/panel2.php:11
514
+ #: options/panel2.php:39
515
+ #, fuzzy
516
+ msgid "Enable default checkbox"
517
+ msgstr "Habilitar doble verificación"
518
+
519
+ #: options/panel2.php:12
520
+ #: options/panel2.php:46
521
  msgid "Checked by default"
522
  msgstr "Marcada por defecto"
523
 
524
+ #: options/panel2.php:13
525
+ #: options/panel2.php:53
526
+ #, fuzzy
527
+ msgid "Advanced subscription"
528
+ msgstr "Actualizar suscripción"
529
 
530
+ #: options/panel2.php:14
531
+ #: options/panel2.php:60
532
  msgid "Custom inline style"
533
  msgstr "Estilo en línea personalizado"
534
 
535
+ #: options/panel2.php:15
536
+ #: options/panel2.php:65
537
  msgid "Custom HTML"
538
  msgstr "HTML personalizado"
539
 
540
+ #: options/panel2.php:17
541
+ msgid "Checkbox label"
542
+ msgstr "Casilla de verificación"
 
 
 
 
 
 
 
 
 
 
543
 
544
+ #: options/panel2.php:18
545
+ #: options/panel2.php:81
546
+ msgid "Subscribed label"
547
+ msgstr "Suscrito"
548
 
549
+ #: options/panel2.php:19
550
+ msgid "Awaiting label"
551
+ msgstr "Esperando"
 
552
 
553
+ #: options/panel2.php:20
554
+ #: options/panel2.php:91
555
+ msgid "Author label"
556
+ msgstr "Autor"
557
 
558
+ #: options/panel2.php:25
559
+ #: options/panel3.php:25
560
+ #: options/panel4.php:23
561
+ #: options/panel5.php:22
562
  msgid "Your settings have been successfully updated."
563
  msgstr "Tu configuración se ha actualizado correctamente."
564
 
565
+ #: options/panel2.php:28
566
+ #: options/panel3.php:28
567
+ #: options/panel4.php:26
568
+ #: options/panel5.php:25
569
  msgid "There was an error updating the following fields:"
570
  msgstr "Se ha producido un error al actualizar los siguientes campos:"
571
 
572
+ #: options/panel2.php:43
573
+ msgid "Disable this option if you want to move the subscription checkbox to a different place on your page."
574
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
575
 
576
+ #: options/panel2.php:50
577
  msgid "Decide if the checkbox should be checked by default or not."
578
  msgstr "Establece si la casilla tiene que estar marcada por defecto o no."
579
 
580
+ #: options/panel2.php:57
581
+ msgid "Allow users to choose from different subscription types (all, replies only)."
582
+ msgstr ""
583
 
584
+ #: options/panel2.php:62
585
  msgid "Custom inline CSS to add to the checkbox."
586
  msgstr "Línea del CSS personalizado para la casilla de verificación."
587
 
588
+ #: options/panel2.php:67
589
  msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
590
  msgstr "Código HTML personalizado para ser utilizado cuando se muestra la casilla de verificación. Etiquetas permitidas: [checkbox_field] y [checkbox_label]"
591
 
592
+ #: options/panel2.php:72
593
+ msgid "Messages for your visitors"
594
+ msgstr ""
595
 
596
+ #: options/panel2.php:76
597
+ #, fuzzy
598
+ msgid "Default label"
599
+ msgstr "Autor"
600
 
601
+ #: options/panel2.php:78
602
+ msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
603
+ msgstr "Texto asociado a la casilla para suscribirse. Etiquetas permitidas: [subscribe_link]."
604
 
605
+ #: options/panel2.php:83
606
+ msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
607
+ msgstr "Texto que se muestra cuando alguien se suscribe a una entrada. Etiquetas permitidas: [manager_link]."
608
 
609
+ #: options/panel2.php:86
610
+ #, fuzzy
611
+ msgid "Pending label"
612
+ msgstr "Esperando"
613
 
614
+ #: options/panel2.php:88
615
+ msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
616
+ msgstr "Texto que se muestra cuando alguien se suscribe a una entrada, pero es necesario que confirme su suscripción. Etiquetas permitidas: [manager_link]."
617
 
618
+ #: options/panel2.php:93
619
+ msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
620
+ msgstr "Texto que se muestra a los autores (y administradores) para administrar las suscripciones. Etiquetas permitidas: [manager_link]."
621
 
622
+ #: options/panel2.php:97
623
+ #: options/panel3.php:136
624
+ #: options/panel4.php:103
625
+ #: options/panel5.php:83
626
  msgid "Save Changes"
627
  msgstr "Guardar cambios"
628
 
629
+ #: options/panel3.php:10
630
+ #: options/panel3.php:42
631
+ msgid "Page title"
632
+ msgstr "Título de la página"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
633
 
634
+ #: options/panel3.php:11
635
+ msgid "Management Page ID"
636
+ msgstr "Administración de la ID de la página"
 
 
 
 
 
 
 
 
 
637
 
638
+ #: options/panel3.php:12
639
+ #: options/panel3.php:54
640
+ msgid "Custom HEAD meta"
 
 
 
 
 
 
 
 
641
  msgstr ""
642
 
643
+ #: options/panel3.php:14
644
+ #: options/panel3.php:65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
645
  msgid "Request link"
646
  msgstr "Petición de enlace"
647
 
648
+ #: options/panel3.php:15
649
+ #: options/panel3.php:75
650
  msgid "Request submitted"
651
  msgstr "Solicitud enviada"
652
 
653
+ #: options/panel3.php:16
654
+ #: options/panel3.php:85
655
  msgid "Subscribe without commenting"
656
  msgstr "Suscripción sin comentar"
657
 
658
+ #: options/panel3.php:17
659
+ #: options/panel3.php:95
660
  msgid "Subscription processed"
661
  msgstr "Suscripción procesada"
662
 
663
+ #: options/panel3.php:18
664
+ #: options/panel3.php:105
665
  msgid "Subscription processed (DCI)"
666
  msgstr "Suscripción procesada (Pendiente de confirmación)"
667
 
668
+ #: options/panel3.php:19
669
+ #: options/panel3.php:115
670
  msgid "Authors"
671
  msgstr "Autores"
672
 
673
+ #: options/panel3.php:20
674
+ #: options/panel3.php:125
675
  msgid "Users"
676
  msgstr "Usuarios"
677
 
678
+ #: options/panel3.php:44
679
+ msgid "Title of the page your visitors will use to manage their subscriptions."
680
+ msgstr "Título de la página para que tus visitantes puedan administrar tus suscripciones."
681
 
682
+ #: options/panel3.php:47
683
+ msgid "Management page"
684
+ msgstr "Gestión de la página"
685
 
686
+ #: options/panel3.php:49
687
+ #, fuzzy
688
+ msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
689
+ msgstr "El enlace permanente para la página de administración (algo como <code>/administrar-suscripciones</code> o <code>/?page_id=345</code>). Esta página <b>no tiene</b> que existir actualmente en el sistema, pero tiene que ser un enlace permanente en concordancia con la configuración de los enlaces permanentes de WordPress."
690
 
691
+ #: options/panel3.php:51
692
+ msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
693
+ msgstr ""
694
 
695
+ #: options/panel3.php:56
696
+ msgid "Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values."
697
+ msgstr ""
698
 
699
+ #: options/panel3.php:61
700
+ #: options/panel4.php:50
701
+ #, fuzzy
702
+ msgid "Messages"
703
+ msgstr "Mensajes de correo"
704
+
705
+ #: options/panel3.php:66
706
+ #: options/panel3.php:76
707
+ #: options/panel3.php:86
708
+ #: options/panel3.php:96
709
+ #: options/panel3.php:106
710
+ #: options/panel3.php:116
711
+ #: options/panel3.php:126
712
+ #: options/panel4.php:61
713
+ #: options/panel4.php:77
714
+ #: options/panel4.php:93
715
+ msgid "Bold"
716
+ msgstr ""
717
 
718
+ #: options/panel3.php:67
719
+ #: options/panel3.php:77
720
+ #: options/panel3.php:87
721
+ #: options/panel3.php:97
722
+ #: options/panel3.php:107
723
+ #: options/panel3.php:117
724
+ #: options/panel3.php:127
725
+ #: options/panel4.php:62
726
+ #: options/panel4.php:78
727
+ #: options/panel4.php:94
728
+ msgid "Italic"
729
+ msgstr ""
730
+
731
+ #: options/panel3.php:68
732
+ #: options/panel3.php:78
733
+ #: options/panel3.php:88
734
+ #: options/panel3.php:98
735
+ #: options/panel3.php:108
736
+ #: options/panel3.php:118
737
+ #: options/panel3.php:128
738
+ #: options/panel4.php:63
739
+ #: options/panel4.php:79
740
+ #: options/panel4.php:95
741
+ msgid "Link"
742
+ msgstr ""
743
+
744
+ #: options/panel3.php:69
745
+ #: options/panel3.php:79
746
+ #: options/panel3.php:89
747
+ #: options/panel3.php:99
748
+ #: options/panel3.php:109
749
+ #: options/panel3.php:119
750
+ #: options/panel3.php:129
751
+ #: options/panel4.php:64
752
+ #: options/panel4.php:80
753
+ #: options/panel4.php:96
754
+ msgid "Image"
755
+ msgstr ""
756
+
757
+ #: options/panel3.php:72
758
  msgid "Text shown to those who request to manage their subscriptions."
759
  msgstr "Texto que se muestra cuando alguien solicita acceso a la página para administrar suscripciones."
760
 
761
+ #: options/panel3.php:82
762
  msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
763
  msgstr "Nota de agradecimiento que aparece después de haber sido procesada la solicitud. Etiquetas permitidas: [post_title] y [post_permalink]."
764
 
765
+ #: options/panel3.php:92
766
  msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
767
  msgstr "Texto que se muestra cualquier alguien se quiere suscribir sin comentar. Etiquetas permitidas: [post_title] y [post_permalink]."
768
 
769
+ #: options/panel3.php:102
770
  msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
771
  msgstr "Nota de agradecimiento que aparece después de procesar la solicitud de suscripción (cuando la confirmación está desactivada). Etiquetas permitidas: [post_title] y [post_permalink]."
772
 
773
+ #: options/panel3.php:112
774
  msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
775
  msgstr "Nota de agradecimiento que aparece después de procesar la solicitud de suscripción (cuando la confirmación está activada). Etiquetas disponibles: [post_title] y [post_permalink]."
776
 
777
+ #: options/panel3.php:122
778
  msgid "Introductory text for the authors' management page."
779
  msgstr "Texto de introducción para los autores en la página de administración."
780
 
781
+ #: options/panel3.php:132
782
  msgid "Introductory text for the users' management page."
783
  msgstr "Texto de introducción para los usuarios en la página de administración."
784
 
785
+ #: options/panel4.php:11
786
+ #: options/panel4.php:38
787
+ msgid "Sender name"
788
+ msgstr "Nombre del remitente"
789
+
790
+ #: options/panel4.php:12
791
+ #: options/panel4.php:43
792
+ msgid "Sender email address"
793
+ msgstr "Dirección de correo electrónico del remitente"
794
+
795
+ #: options/panel4.php:13
796
+ #: options/panel4.php:54
797
+ msgid "Notification subject"
798
+ msgstr "Asunto de la notificación"
799
+
800
+ #: options/panel4.php:14
801
+ #: options/panel4.php:59
802
+ msgid "Notification message"
803
+ msgstr "Mensaje de la notificación"
804
+
805
+ #: options/panel4.php:15
806
+ #: options/panel4.php:70
807
+ msgid "Double check subject"
808
+ msgstr "Asunto del mensaje de confirmación"
809
+
810
+ #: options/panel4.php:16
811
+ #: options/panel4.php:75
812
+ msgid "Double check message"
813
+ msgstr "Mensaje del mensaje de confirmación"
814
+
815
+ #: options/panel4.php:17
816
+ #: options/panel4.php:86
817
+ msgid "Management subject"
818
+ msgstr "Asunto de la administración"
819
+
820
+ #: options/panel4.php:18
821
+ #: options/panel4.php:91
822
+ msgid "Management message"
823
+ msgstr "Mensaje de la administración"
824
+
825
+ #: options/panel4.php:40
826
+ msgid "Name to use for the \"from\" field when sending a new notification to the user."
827
+ msgstr "Nombre que se usará en el campo \"de\" cuando se envia una nueva notificación a los usuarios."
828
+
829
+ #: options/panel4.php:45
830
+ msgid "Email address to use for the \"from\" field when sending a new notification to the user."
831
+ msgstr "Dirección de correo electrónico que se usará en el campo \"para\" cuando se envia una nueva notificación a los usuarios."
832
+
833
+ #: options/panel4.php:56
834
+ msgid "Subject of the notification email. Allowed tag: [post_title]"
835
+ msgstr "Asunto del correo electrónico de notificación de nuevos comentarios. Etiquetas permitidas: [post_title]."
836
+
837
+ #: options/panel4.php:67
838
+ msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
839
+ msgstr "Contenido del correo electrónico de notificación de nuevos comentarios. Etiquetas permitidas: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink] y [manager_link]."
840
+
841
+ #: options/panel4.php:72
842
+ msgid "Subject of the confirmation email. Allowed tag: [post_title]"
843
+ msgstr "Asunto del correo electrónico de confirmación para suscripciones nuevas. Etiquetas permitidas: [post_title]."
844
+
845
+ #: options/panel4.php:83
846
+ msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
847
+ msgstr "Contenido del correo electrónico de confirmación para suscripciones nuevas. Etiquetas permitidas: [post_permalink], [confirm_link], [post_title] y [manager_link]."
848
+
849
+ #: options/panel4.php:88
850
+ msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
851
+ msgstr "Asunto del correo electrónico informando del acceso para acceder a la página de administración. Etiquetas permitidas: [blog_name]."
852
+
853
+ #: options/panel4.php:99
854
+ msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
855
+ msgstr "Contenido del correo electrónico informando del acceso para acceder a la página de administración. Etiquetas permitidas: [blog_name] y [manager_link]."
856
+
857
+ #: options/panel5.php:11
858
+ #: options/panel5.php:35
859
+ msgid "Autopurge requests"
860
+ msgstr "Limpieza automática"
861
+
862
+ #: options/panel5.php:12
863
+ #: options/panel5.php:40
864
+ msgid "Enable double check"
865
+ msgstr "Habilitar doble verificación"
866
+
867
+ #: options/panel5.php:13
868
+ msgid "Notify authors"
869
+ msgstr "Notificar a los autores"
870
+
871
+ #: options/panel5.php:14
872
+ #: options/panel5.php:54
873
+ msgid "Enable HTML emails"
874
+ msgstr ""
875
+
876
+ #: options/panel5.php:15
877
+ msgid "Send trackbacks"
878
+ msgstr "Enviar trackbacks"
879
+
880
+ #: options/panel5.php:16
881
+ #: options/panel5.php:47
882
+ msgid "Notify admin"
883
+ msgstr "Notificar al administrador"
884
+
885
+ #: options/panel5.php:17
886
+ #: options/panel5.php:75
887
+ msgid "Let admin subscribe"
888
+ msgstr "Suscripción del administrador"
889
+
890
+ #: options/panel5.php:36
891
+ msgid "days"
892
+ msgstr "días"
893
 
894
+ #: options/panel5.php:37
895
+ msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
896
+ msgstr "Eliminar suscripciones pendientes (sin confirmar) después de X días. 0 (cero) desactiva la función."
897
 
898
+ #: options/panel5.php:44
899
+ msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
900
+ msgstr "Enviar un correo electrónico para confirmar la suscripción (para evitar un uso fraudulento de las direcciones)."
901
 
902
+ #: options/panel5.php:51
903
+ msgid "Notify the administrator when a new comment is posted."
904
+ msgstr "Notificar al administrador cuando se publica un comentario nuevo."
905
 
906
+ #: options/panel5.php:58
907
+ msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
908
+ msgstr ""
909
 
910
+ #: options/panel5.php:61
911
+ #, fuzzy
912
+ msgid "Process trackbacks"
913
+ msgstr "Enviar trackbacks"
914
 
915
+ #: options/panel5.php:65
916
+ msgid "Notify users when a new trackback or pingback is added to the discussion."
917
+ msgstr "Notificar a los usuarios cuando hay un nuevo trackback o pingback en la entrada."
918
+
919
+ #: options/panel5.php:68
920
+ msgid "Track all subscriptions"
921
+ msgstr "Seguir todas las suscripciones"
922
 
923
+ #: options/panel5.php:72
924
+ msgid "Notify the administrator when users subscribe without commenting."
925
+ msgstr "Notificar al administrador cuando los usuarios se suscriban sin comentar."
926
 
927
+ #: options/panel5.php:79
928
+ msgid "Let the administrator subscribe to comments when logged in."
929
+ msgstr "Permitir al administrador suscribirse a los comentarios cuando está logueado."
930
+
931
+ #: options/panel6.php:8
932
  msgid "Support the author"
933
  msgstr "Soporte del autor"
934
 
935
+ #: options/panel6.php:16
936
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
937
  msgstr "¿Qué valor tiene la característica que ofrece este plugin para tus visitantes? \"Subscribe to Comments Reloaded\" es un plugin que es y siempre será gratuito, pero deberías considerar apoyar al autor del plugin con una pequeña donación, más aún si estás obteniendo dinero con él. Cualquier donación es bien recibida y será invertida en el desarrollo del plugin y para comprar algo de comida para mi familia hambrienta."
938
 
939
+ #: options/panel6.php:18
940
  msgid "Don't want to donate? You can still help"
941
  msgstr "¿No quieres donar? Todavia puedes ayudarnos"
942
 
943
+ #: options/panel6.php:19
944
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
945
  msgstr "Si no quieres donar dinero, considera escribir una entrada en tu sitio acerca de mi plugin con un enlace hacia la página del plugin. Por favor, deja que tus lectores sepan lo que hace tu blog mejor. Tambien puedes contribuir donando tu tiempo: informando sobre errores con el plugin, aportando ideas para mejorar el plugin, ... Hagas lo que hagas, ¡gracias por usar mi plugin!"
946
 
947
+ #: options/panel6.php:21
948
  msgid "Vote and show your appreciation"
949
  msgstr "Vota y muestra tu agradecimiento"
950
 
951
+ #: options/panel6.php:22
952
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
953
  msgstr "Informa a otras personas sobre lo bien que funciona \"Subscribe to Comments Reloaded\". <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Valora</a> el plugin en el repositorio de plugins de WordPress."
954
 
955
+ #: options/panel6.php:24
956
+ msgid "Sponsor's Corner"
957
+ msgstr ""
958
+
959
+ #: options/panel6.php:25
960
+ msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
961
+ msgstr ""
962
 
963
+ #: templates/author.php:56
964
  msgid "Title"
965
  msgstr "Título"
966
 
967
+ #: templates/author.php:67
968
+ #: templates/user.php:61
969
  msgid "Select all"
970
  msgstr "Seleccionar todo"
971
 
972
+ #: templates/author.php:68
973
+ #: templates/user.php:62
974
  msgid "Invert selection"
975
  msgstr "Invertir selección"
976
 
977
+ #: templates/author.php:72
978
+ msgid "Set to Y"
979
+ msgstr ""
 
980
 
981
+ #: templates/author.php:78
982
+ #: templates/user.php:72
983
+ msgid "No subscriptions match your search criteria."
984
+ msgstr ""
985
 
986
+ #: templates/request-management-link.php:68
987
+ #: templates/subscribe.php:90
988
  msgid "Send"
989
  msgstr "Enviar"
990
 
991
+ #: templates/subscribe.php:43
992
+ #: templates/subscribe.php:44
993
  msgid "New subscription to"
994
  msgstr "Nueva suscripción a"
995
 
996
+ #: templates/subscribe.php:44
997
  msgid "User:"
998
  msgstr "Usuario:"
999
 
1000
+ #~ msgid "Awaiting confirmation"
1001
+ #~ msgstr "Esperando confirmación"
1002
+
1003
+ #~ msgid "Stats"
1004
+ #~ msgstr "Estadísticas"
1005
+
1006
+ #~ msgid "Other Messages"
1007
+ #~ msgstr "Otros mensajes"
1008
+
1009
+ #~ msgid "Support"
1010
+ #~ msgstr "Soporte"
1011
+
1012
+ #~ msgid "The status has been successfully updated. Rows affected:"
1013
+ #~ msgstr "El estado se ha actualizado correctamente. Registros afectados:"
1014
+
1015
+ #~ msgid ""
1016
+ #~ "Update the email address associated to a specific subscription (by post "
1017
+ #~ "ID)."
1018
+ #~ msgstr ""
1019
+ #~ "Actualizar el correo electrónico asociado a una suscripción específica "
1020
+ #~ "(por la ID de la entrada)."
1021
+
1022
+ #~ msgid "PID"
1023
+ #~ msgstr "PID"
1024
+
1025
+ #~ msgid "Change status"
1026
+ #~ msgstr "Cambiar estado"
1027
+
1028
+ #~ msgid ""
1029
+ #~ "Change the status of an email address or permanently delete all its "
1030
+ #~ "subscriptions."
1031
+ #~ msgstr ""
1032
+ #~ "Cambiar el estado de una dirección de correo electrónico o eliminar "
1033
+ #~ "permanentemente todas sus suscripciones."
1034
+
1035
+ #~ msgid "Resume"
1036
+ #~ msgstr "Reanudar"
1037
+
1038
+ #~ msgid "Update email address"
1039
+ #~ msgstr "Actualizar dirección de correo electrónico"
1040
+
1041
+ #~ msgid ""
1042
+ #~ "You can \"mass update\" all the occurrences of a given email address "
1043
+ #~ "(exact matches only)."
1044
+ #~ msgstr ""
1045
+ #~ "Puedes actualizar masivamente todas las ocurrencias de una dirección de "
1046
+ #~ "correo electrónico determinada (sólo coincidencias exactas)."
1047
+
1048
+ #~ msgid "Search email address"
1049
+ #~ msgstr "Buscar dirección de correo electrónico"
1050
+
1051
+ #~ msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
1052
+ #~ msgstr "Leyenda: Y: suscrito, N: suspendido, C: esperando confirmación"
1053
+
1054
+ #~ msgid "Custom CSS Class"
1055
+ #~ msgstr "Clase CSS personalizada"
1056
+
1057
+ #~ msgid ""
1058
+ #~ "Custom CSS class to associate to the checkbox, if you want to customize "
1059
+ #~ "its style."
1060
+ #~ msgstr ""
1061
+ #~ "Clase CSS personalizada para asociar a la casilla, si deseas personalizar "
1062
+ #~ "su estilo."
1063
+
1064
+ #~ msgid "StCR table has been successfully optimized."
1065
+ #~ msgstr "La tabla StCR ha sido optimizada correctamente."
1066
+
1067
+ #~ msgid "Database"
1068
+ #~ msgstr "Base de datos"
1069
+
1070
+ #~ msgid "Engine"
1071
+ #~ msgstr "Motor"
1072
+
1073
+ #~ msgid "Records"
1074
+ #~ msgstr "Registros"
1075
+
1076
+ #~ msgid "Average Record Length"
1077
+ #~ msgstr "Duración media del registro"
1078
+
1079
+ #~ msgid "Created on"
1080
+ #~ msgstr "Creado el"
1081
+
1082
+ #~ msgid "Approximate Overhead"
1083
+ #~ msgstr "Aproximado al alza"
1084
+
1085
+ #~ msgid "optimize"
1086
+ #~ msgstr "optimizar"
1087
+
1088
+ #~ msgid "Subscriptions have been successfully updated."
1089
+ #~ msgstr "Las suscripciones se han actualizado correctamente."
1090
+
1091
+ #~ msgid "Sorry, no subscriptions found."
1092
+ #~ msgstr "Disculpa, no se encontraron suscripciones."
1093
+
1094
+ #~ msgid "All the subscriptions have been successfully updated."
1095
+ #~ msgstr "Todas las suscripciones se han actualizado correctamente."
1096
 
1097
  #~ msgid "Pageviews by day - Click on a day for hourly metrics"
1098
  #~ msgstr ""
langs/subscribe-reloaded-fr_FR.mo CHANGED
Binary file
langs/subscribe-reloaded-fr_FR.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded v1.2.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-12-28 10:38-0500\n"
6
- "PO-Revision-Date: 2010-12-28 10:38-0500\n"
7
- "Last-Translator: Camu <info@duechiacchiere.it>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,77 +19,93 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ subscribe-reloaded
22
- #: subscribe-to-comments-reloaded.php:34
23
- #: subscribe-to-comments-reloaded.php:190
24
- msgid "You are subscribed to this entry. <a href='[manager_link]'>Manage</a> your subscriptions."
25
- msgstr "Vous êtes abonné à cette entrée.<a href='[manager_link]'>Gérer vos abonnements</a>."
 
26
 
27
  # @ subscribe-reloaded
28
- #: subscribe-to-comments-reloaded.php:39
29
- #: subscribe-to-comments-reloaded.php:191
30
- msgid "Your subscription to this entry needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
31
- msgstr "Votre abonnement à cette entrée a besoin d'être confirmé. <a href='[manager_link]'>Gérer vos abonnements</a>."
 
32
 
33
  # @ subscribe-reloaded
34
- #: subscribe-to-comments-reloaded.php:46
35
- #: subscribe-to-comments-reloaded.php:192
36
- msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this entry."
 
37
  msgstr "Vous pouvez <a href='[manager_link]'>gérer les abonnements</a> de cette entrée."
38
 
39
  # @ subscribe-reloaded
40
- #: subscribe-to-comments-reloaded.php:52
41
- #: subscribe-to-comments-reloaded.php:186
42
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
43
  msgstr "Notifiez-moi des commentaires à venir via email. Vous pouvez aussi <a href='[subscribe_link]'>vous abonner</a> sans commenter."
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  # @ subscribe-reloaded
46
- #: subscribe-to-comments-reloaded.php:162
47
- #: options/index.php:44
48
  msgid "Manage subscriptions"
49
  msgstr "Gérer les abonnements"
50
 
51
  # @ subscribe-reloaded
52
- #: subscribe-to-comments-reloaded.php:163
53
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
54
  msgstr "Pour gérer vos abonnements, veuillez entrer votre adresse email ci-dessous. Nous vous enverrons un message contenant le lien pour accéder à votre page personnelle de gestion."
55
 
56
  # @ subscribe-reloaded
57
- #: subscribe-to-comments-reloaded.php:164
58
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
59
  msgstr "Merci d'utiliser notre service d'abonnement. Votre requête a été complétée et vous devriez recevoir un mail avec un lien de gestion dans quelques minutes."
60
 
61
  # @ subscribe-reloaded
62
- #: subscribe-to-comments-reloaded.php:165
63
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
64
  msgstr "Vous pouvez suivre la discussion sur <strong>[post_title]</strong> sans avoir à laisser un commentaire. Chouette, pas vrai ? Entrez simplement votre adresse mail dans le champ ci-dessous."
65
 
66
  # @ subscribe-reloaded
67
- #: subscribe-to-comments-reloaded.php:166
68
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
69
  msgstr "Merci d'utiliser notre service d'abonnement. Votre requête a abouti. Vous recevrez une notification par email à chaque fois qu'un nouveau commentaire sur cet article sera posté et approuvé par l'administrateur."
70
 
71
  # @ subscribe-reloaded
72
- #: subscribe-to-comments-reloaded.php:167
73
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
74
  msgstr "Merci d'utiliser notre service d'abonnement. Afin de confirmer votre requête, veuillez vérifier votre courrier mail pour le message de vérification et suivre les instructions."
75
 
76
  # @ subscribe-reloaded
77
- #: subscribe-to-comments-reloaded.php:168
78
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
79
  msgstr "Afin d'annuler ou suspendre une ou plusieures notifications, sélectionnez la/les case(s) à cocher correspondant et cliquez sur le bouton à la fin de la liste."
80
 
81
  # @ subscribe-reloaded
82
- #: subscribe-to-comments-reloaded.php:169
83
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
84
  msgstr "Afin d'annuler ou suspendre une ou plusieurs notifications, sélectionnez la/les case(s) à cocher correspondant et cliquez sur le bouton à la fin de la liste. Vous êtes actuellement abonné à:"
85
 
86
  # @ subscribe-reloaded
87
- #: subscribe-to-comments-reloaded.php:184
88
  msgid "There is a new comment to [post_title]"
89
  msgstr "Il y a un nouveau commentaire à [post_title]"
90
 
91
  # @ subscribe-reloaded
92
- #: subscribe-to-comments-reloaded.php:185
93
  msgid ""
94
  "There is a new comment to [post_title].\n"
95
  "Comment Link: [comment_permalink]\n"
@@ -108,12 +124,12 @@ msgstr ""
108
  "Gérer vos abonnements : [manager_link]"
109
 
110
  # @ subscribe-reloaded
111
- #: subscribe-to-comments-reloaded.php:193
112
  msgid "Please confirm your subscription to [post_title]"
113
  msgstr "Veuillez confirmer votre abonnement à [post_title]"
114
 
115
  # @ subscribe-reloaded
116
- #: subscribe-to-comments-reloaded.php:194
117
  msgid ""
118
  "You have requested to be notified every time a new comment is added to:\n"
119
  "[post_permalink]\n"
@@ -128,12 +144,12 @@ msgstr ""
128
  "[confirm_link]"
129
 
130
  # @ subscribe-reloaded
131
- #: subscribe-to-comments-reloaded.php:195
132
  msgid "Manage your subscriptions on [blog_name]"
133
  msgstr "Gestion de vos abonnements sur [blog_name]"
134
 
135
  # @ subscribe-reloaded
136
- #: subscribe-to-comments-reloaded.php:196
137
  msgid ""
138
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
139
  "[manager_link]"
@@ -142,863 +158,1001 @@ msgstr ""
142
  "[manager_link]"
143
 
144
  # @ subscribe-reloaded
145
- #: subscribe-to-comments-reloaded.php:597
146
  msgid "Subscribed"
147
  msgstr "Abonné"
148
 
149
  # @ subscribe-reloaded
150
- #: subscribe-to-comments-reloaded.php:611
151
- #: options/panel3.php:65
152
- #: options/panel3.php:87
153
- #: options/panel3.php:94
154
- #: options/panel3.php:101
155
- #: options/panel3.php:108
156
- #: options/panel3.php:115
157
- #: options/panel3.php:122
 
 
158
  msgid "Yes"
159
  msgstr "Oui"
160
 
161
- # @ subscribe-reloaded
162
- #: subscribe-to-comments-reloaded.php:613
163
- msgid "Awaiting confirmation"
164
- msgstr "En attente de confirmation"
165
 
166
  # @ subscribe-reloaded
167
- #: subscribe-to-comments-reloaded.php:614
168
- #: options/panel3.php:66
169
- #: options/panel3.php:88
170
- #: options/panel3.php:95
171
- #: options/panel3.php:102
172
- #: options/panel3.php:109
173
- #: options/panel3.php:116
174
- #: options/panel3.php:123
 
 
175
  msgid "No"
176
  msgstr "Non"
177
 
178
  # @ subscribe-reloaded
179
- #: subscribe-to-comments-reloaded.php:624
180
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
181
  msgstr "Vous avez besoin d'aide pour utiliser Subscribe to Comments Reloaded ? Visiter le "
182
 
183
  # @ subscribe-reloaded
184
- #: subscribe-to-comments-reloaded.php:624
185
  msgid "support forum"
186
  msgstr "forum de support officiel"
187
 
188
  # @ subscribe-reloaded
189
- #: subscribe-to-comments-reloaded.php:625
190
  msgid "Feeling generous?"
191
  msgstr "Vous vous sentez d'humeur généreuse ?"
192
 
193
  # @ subscribe-reloaded
194
- #: subscribe-to-comments-reloaded.php:625
195
  msgid "Donate a few bucks!"
196
  msgstr "Faîtes don de quelques euros !"
197
 
198
  # @ subscribe-reloaded
199
- #: options/index.php:45
200
- msgid "Stats"
201
- msgstr "Statistiques"
 
202
 
203
  # @ subscribe-reloaded
204
- #: options/index.php:46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
  msgid "Options"
206
  msgstr "Options"
207
 
 
 
 
 
208
  # @ subscribe-reloaded
209
- #: options/index.php:47
210
- msgid "Mail Messages"
211
- msgstr "Messages des email"
 
212
 
213
  # @ subscribe-reloaded
214
- #: options/index.php:48
215
- msgid "Other Messages"
216
- msgstr "Autres messages"
 
217
 
218
  # @ subscribe-reloaded
219
- #: options/index.php:49
220
- msgid "Support"
221
- msgstr "Supporter"
 
222
 
223
  # @ subscribe-reloaded
224
- #: options/panel1.php:32
225
- #: options/panel1.php:38
226
- #: options/panel1.php:45
227
- #: options/panel1.php:63
228
- msgid "The status has been successfully updated. Rows affected:"
229
- msgstr "Le statut a été mis à jour avec succès. Lignes affectées :"
230
 
231
  # @ subscribe-reloaded
232
- #: options/panel1.php:68
233
- msgid "Update subscription"
234
- msgstr "Mise à jour de l'abonnement"
 
 
 
235
 
236
  # @ subscribe-reloaded
237
- #: options/panel1.php:69
238
- msgid "Update the email address associated to a specific subscription (by post ID)."
239
- msgstr "Mise à jour de l'adresse email associée à un abonnement spécifique (par ID de billet)."
 
 
 
240
 
241
  # @ subscribe-reloaded
242
- #: options/panel1.php:71
243
- #: options/panel1.php:101
244
- #: options/panel1.php:173
245
- #: templates/author.php:39
246
- #: templates/user.php:41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
247
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
248
  msgstr "Rappelez-vous : cette opération ne peut pas être annulée. Êtes-vous sûr de vouloir l'effectuer ?"
249
 
250
  # @ subscribe-reloaded
251
- #: options/panel1.php:73
252
- #: options/panel1.php:103
253
- msgid "From"
254
- msgstr "De"
255
 
256
  # @ subscribe-reloaded
257
- #: options/panel1.php:74
258
- msgid "PID"
259
- msgstr "PID"
 
260
 
261
  # @ subscribe-reloaded
262
- #: options/panel1.php:75
263
- #: options/panel1.php:104
264
  msgid "To"
265
  msgstr "À"
266
 
267
  # @ subscribe-reloaded
268
- #: options/panel1.php:76
269
- #: options/panel1.php:93
270
- #: options/panel1.php:105
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
  msgid "Update"
272
  msgstr "Mise à jour"
273
 
274
  # @ subscribe-reloaded
275
- #: options/panel1.php:83
276
- msgid "Change status"
277
- msgstr "Changer le statut"
 
278
 
279
  # @ subscribe-reloaded
280
- #: options/panel1.php:84
281
- msgid "Change the status of an email address or permanently delete all its subscriptions."
282
- msgstr "Changer le statut d'une adresse email ou supprimer définitivement tout ses abonnements."
 
 
 
283
 
284
  # @ subscribe-reloaded
285
- #: options/panel1.php:87
286
- msgid "Action"
287
- msgstr "Action"
 
288
 
289
  # @ subscribe-reloaded
290
- #: options/panel1.php:89
291
- #: options/panel1.php:195
292
- #: templates/author.php:60
293
- #: templates/user.php:58
294
- msgid "Suspend"
295
- msgstr "Suspendre"
296
 
297
  # @ subscribe-reloaded
 
298
  #: options/panel1.php:90
299
- #: options/panel1.php:196
300
- #: templates/author.php:61
301
- #: templates/user.php:59
302
- msgid "Resume"
303
- msgstr "Activer"
304
 
305
- # @ subscribe-reloaded
306
- #: options/panel1.php:91
307
- #: options/panel1.php:194
308
- msgid "Delete forever"
309
- msgstr "Suppression définitive"
310
 
311
- # @ subscribe-reloaded
312
- #: options/panel1.php:98
313
- msgid "Update email address"
314
- msgstr "MAJ adresse email"
315
 
316
  # @ subscribe-reloaded
317
- #: options/panel1.php:99
318
- msgid "You can \"mass update\" all the occurrences of a given email address (exact matches only)."
319
- msgstr "Vous pouvez \"mettre à jour en masse\" toutes les occurrences d'une adresse mail donnée (correspondance parfaite uniquement)."
 
320
 
321
  # @ subscribe-reloaded
322
- #: options/panel1.php:150
323
- msgid "&laquo; Previous"
324
- msgstr "&laquo; Précédent"
 
325
 
326
  # @ subscribe-reloaded
327
- #: options/panel1.php:154
328
- msgid "Next &raquo;"
329
- msgstr "Suivant &raquo;"
 
330
 
331
  # @ subscribe-reloaded
332
- #: options/panel1.php:157
333
- msgid "Search email address"
334
- msgstr "Chercher une adresse email"
 
335
 
336
  # @ subscribe-reloaded
337
- #: options/panel1.php:159
338
- #, php-format
339
- msgid "You can either <a href=\"%s\">list all the subscriptions</a> or find those where the <b>email</b>"
340
- msgstr "Vous pouvez soit <a href=\"%s\">lister tous les abonnements</a> soit trouver ceux avec l'<b>email</b>"
341
 
342
  # @ subscribe-reloaded
343
- #: options/panel1.php:162
344
  msgid "equals"
345
  msgstr "égaux"
346
 
347
  # @ subscribe-reloaded
348
- #: options/panel1.php:163
349
  msgid "contains"
350
  msgstr "contient"
351
 
352
  # @ subscribe-reloaded
353
- #: options/panel1.php:164
354
  msgid "does not contain"
355
  msgstr "ne contient pas"
356
 
357
- # @ subscribe-reloaded
358
- #: options/panel1.php:167
359
- msgid "Search"
360
- msgstr "Recherche"
361
 
362
- # @ subscribe-reloaded
363
- #: options/panel1.php:178
364
- msgid "Subscriptions for:"
365
- msgstr "Abonnement pour :"
366
 
367
- # @ subscribe-reloaded
368
- #: options/panel1.php:178
369
- msgid "Rows:"
370
- msgstr "Lignes :"
371
 
372
  # @ subscribe-reloaded
373
- #: options/panel1.php:178
374
- msgid "of"
375
- msgstr "de"
376
 
377
  # @ subscribe-reloaded
378
- #: options/panel1.php:179
379
- #: templates/author.php:45
380
- #: templates/user.php:47
381
- msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
382
- msgstr "Légende: Y : souscrit, N : suspendu, C : en attente de confirmation"
383
 
384
  # @ subscribe-reloaded
385
- #: options/panel1.php:181
386
- #: options/panel1.php:182
387
  msgid "Reverse the order by Date/Time"
388
  msgstr "Inverser l'ordre par date/heure"
389
 
390
  # @ subscribe-reloaded
391
- #: options/panel1.php:183
392
- msgid "Reverse the order by Post ID"
393
- msgstr "Inverser l'ordre par ID de billet"
394
 
395
  # @ subscribe-reloaded
396
- #: options/panel1.php:184
397
- #: templates/request-management-link.php:77
398
- #: templates/subscribe.php:82
399
- #: templates/user.php:46
400
- msgid "Email"
401
- msgstr "Email"
402
 
403
  # @ subscribe-reloaded
404
- #: options/panel1.php:186
405
- msgid "Post (ID)"
406
- msgstr "Billet (ID)"
 
 
 
 
 
 
 
 
 
 
 
407
 
408
  # @ subscribe-reloaded
409
- #: options/panel1.php:186
410
  msgid "Date and Time"
411
  msgstr "Date et heure"
412
 
 
 
 
 
413
  # @ subscribe-reloaded
414
- #: options/panel1.php:186
415
- msgid "Status"
416
- msgstr "Statut"
 
 
417
 
418
  # @ subscribe-reloaded
419
- #: options/panel1.php:194
420
- #: templates/author.php:59
421
- #: templates/user.php:57
422
  msgid "Action:"
423
  msgstr "Action :"
424
 
425
  # @ subscribe-reloaded
426
- #: options/panel1.php:197
427
- #: templates/author.php:62
428
- #: templates/user.php:60
429
- msgid "Update subscriptions"
430
- msgstr "Mettre à jour les abonnements"
431
 
432
  # @ subscribe-reloaded
433
- #: options/panel1.php:205
434
- msgid "Sorry, no subscriptions found for"
435
- msgstr "Désolé, aucun abonnement trouvé pour"
 
 
436
 
437
- # @ subscribe-reloaded
438
- #: options/panel3.php:11
439
- msgid "Management Page ID"
440
- msgstr "ID de page de gestion"
 
 
 
 
 
 
 
 
 
441
 
442
  # @ subscribe-reloaded
443
- #: options/panel3.php:12
444
- #: options/panel3.php:48
445
- msgid "Autopurge requests"
446
- msgstr "Purger automatiquement les requêtes"
 
447
 
448
  # @ subscribe-reloaded
449
- #: options/panel3.php:13
450
- #: options/panel3.php:53
451
- msgid "Sender name"
452
- msgstr "Nom de l'expéditeur"
453
 
454
  # @ subscribe-reloaded
455
- #: options/panel3.php:14
456
- #: options/panel3.php:58
457
- msgid "Sender email address"
458
- msgstr "Adresse email de l'expéditeur"
 
459
 
460
  # @ subscribe-reloaded
461
- #: options/panel3.php:15
462
- #: options/panel3.php:63
463
  msgid "Checked by default"
464
  msgstr "Coché par défaut"
465
 
466
  # @ subscribe-reloaded
467
- #: options/panel3.php:16
468
- #: options/panel3.php:70
469
- msgid "Custom CSS Class"
470
- msgstr "Classe CSS personnalisée"
 
471
 
472
  # @ subscribe-reloaded
473
- #: options/panel3.php:17
474
- #: options/panel3.php:75
475
  msgid "Custom inline style"
476
  msgstr "Style inline personnalisé"
477
 
478
  # @ subscribe-reloaded
479
- #: options/panel3.php:18
480
- #: options/panel3.php:80
481
  msgid "Custom HTML"
482
  msgstr "HTML personnalisé"
483
 
484
  # @ subscribe-reloaded
485
- #: options/panel3.php:19
486
- #: options/panel3.php:85
487
- msgid "Enable double check"
488
- msgstr "Autoriser la vérification"
489
-
490
- # @ subscribe-reloaded
491
- #: options/panel3.php:20
492
- msgid "Notify authors"
493
- msgstr "Notifier les auteurs"
494
-
495
- #: options/panel3.php:21
496
- #: options/panel3.php:99
497
- msgid "Enable HTML emails"
498
- msgstr ""
499
 
500
  # @ subscribe-reloaded
501
- #: options/panel3.php:22
502
- #: options/panel3.php:106
503
- msgid "Send trackbacks"
504
- msgstr "Envoyer les trackbacks"
505
 
506
  # @ subscribe-reloaded
507
- #: options/panel3.php:23
508
- #: options/panel3.php:92
509
- msgid "Notify admin"
510
- msgstr "Notifier l'admin"
511
 
512
  # @ subscribe-reloaded
513
- #: options/panel3.php:24
514
- #: options/panel3.php:120
515
- msgid "Let admin subscribe"
516
- msgstr "Permettre aux admins de s'abonner"
517
 
518
  # @ subscribe-reloaded
519
- #: options/panel3.php:29
520
- #: options/panel4.php:21
521
- #: options/panel5.php:28
 
522
  msgid "Your settings have been successfully updated."
523
  msgstr "Vos réglages ont été sauvegardés avec succès."
524
 
525
  # @ subscribe-reloaded
526
- #: options/panel3.php:32
527
- #: options/panel4.php:24
528
- #: options/panel5.php:31
 
529
  msgid "There was an error updating the following fields:"
530
  msgstr "Une erreur est apparue lors de la mise à jour des champs suivants :"
531
 
532
- # @ subscribe-reloaded
533
- #: options/panel3.php:43
534
- #: options/panel5.php:64
535
- msgid "Management page"
536
- msgstr "Page de gestion"
537
 
538
  # @ subscribe-reloaded
539
- #: options/panel3.php:45
540
- msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its permalink must follow your Wordpress' permalink settings."
541
- msgstr "Le permalien pour votre page de gestion (quelque chose come<code>/comment-subscriptions</code> ou <code>/?page_id=345</code>). Cette page <b>n'existe pas</b> actuellement dans le système mais son permalien doit respecter vos réglages de permaliens de Wordpress."
542
 
543
- # @ subscribe-reloaded
544
- #: options/panel3.php:49
545
- msgid "days"
546
- msgstr "jours"
547
 
548
  # @ subscribe-reloaded
549
- #: options/panel3.php:50
550
- msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
551
- msgstr "Effacer les abonnements en attente (non confirmés) après X jours. Zéro désactivera cette fonction."
552
 
553
  # @ subscribe-reloaded
554
- #: options/panel3.php:55
555
- msgid "Name to use for the \"from\" field when sending a new notification to the user."
556
- msgstr "Nom à utiliser pour le champ \"de\" lors de l'envoi d'une nouvelle notification à l'utilisateur."
557
 
558
- # @ subscribe-reloaded
559
- #: options/panel3.php:60
560
- msgid "Email address to use for the \"from\" field when sending a new notification to the user."
561
- msgstr "Adresse email à utiliser pour le champ \"de\" lors de l'envoi d'une nouvelle notification à l'utilisateur."
562
 
563
  # @ subscribe-reloaded
564
- #: options/panel3.php:67
565
- msgid "Decide if the checkbox should be checked by default or not."
566
- msgstr "Décider si la case à cocher doit être cochée par défaut ou non."
 
567
 
568
  # @ subscribe-reloaded
569
- #: options/panel3.php:72
570
- msgid "Custom CSS class to associate to the checkbox, if you want to customize its style."
571
- msgstr "Classe CSS personnalisée à associer avec la case à cocher si vous désirez personnaliser son style."
572
 
573
  # @ subscribe-reloaded
574
- #: options/panel3.php:77
575
- msgid "Custom inline CSS to add to the checkbox."
576
- msgstr "CSS inline personnalisé à ajouter à la case à cocher."
577
 
578
  # @ subscribe-reloaded
579
- #: options/panel3.php:82
580
- msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
581
- msgstr "Code HTML personnalisé à utiliser pour l'affichage de la case à cocher. Tags autorisés: [checkbox_field], [checkbox_label]"
 
582
 
583
  # @ subscribe-reloaded
584
- #: options/panel3.php:89
585
- msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
586
- msgstr "Envoyer une notification par email pour confirmer l'abonnement (afin d'éviter les fausses adresses)."
587
 
588
  # @ subscribe-reloaded
589
- #: options/panel3.php:96
590
- msgid "Notify the administrator when a new comment is posted."
591
- msgstr "Notifier l'administrateur quand un nouveau commentaire est posté."
592
 
593
- #: options/panel3.php:103
594
- msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
595
- msgstr ""
 
 
 
 
596
 
597
  # @ subscribe-reloaded
598
- #: options/panel3.php:110
599
- msgid "Notify users when a new trackback or pingback is added to the discussion."
600
- msgstr "Notifier les utilisateurs quand un nouveau trackbak ou pingbak est ajouté à la discussion."
 
601
 
602
  # @ subscribe-reloaded
603
- #: options/panel3.php:113
604
- msgid "Track all subscriptions"
605
- msgstr "Envoyer abonnements sans commentaire"
 
 
 
 
 
606
 
607
  # @ subscribe-reloaded
608
- #: options/panel3.php:117
609
- msgid "Notify the administrator when users subscribe without commenting."
610
- msgstr "Notifier l'administrateur quand les utilisateurs souscrivent sans commenter."
 
611
 
612
  # @ subscribe-reloaded
613
- #: options/panel3.php:124
614
- msgid "Let the administrator subscribe to comments when logged in."
615
- msgstr "Permettre à l'administrateur de s'abonner aux commentaires quand il est connecté."
 
616
 
617
- # @ default
618
- #: options/panel3.php:128
619
- #: options/panel4.php:86
620
- #: options/panel5.php:144
621
- msgid "Save Changes"
622
- msgstr "Sauvegarder les modifications"
623
 
624
  # @ subscribe-reloaded
625
- #: options/panel4.php:11
626
- #: options/panel4.php:37
627
- msgid "Notification subject"
628
- msgstr "Sujet de notification"
629
 
630
  # @ subscribe-reloaded
631
- #: options/panel4.php:12
632
- #: options/panel4.php:42
633
- msgid "Notification message"
634
- msgstr "Message de notification"
635
 
636
  # @ subscribe-reloaded
637
- #: options/panel4.php:13
638
- #: options/panel4.php:53
639
- msgid "Double check subject"
640
- msgstr "Sujet de vérification"
641
 
642
  # @ subscribe-reloaded
643
- #: options/panel4.php:14
644
- #: options/panel4.php:58
645
- msgid "Double check message"
646
- msgstr "Message de vérification"
647
 
648
  # @ subscribe-reloaded
649
- #: options/panel4.php:15
650
- #: options/panel4.php:69
651
- msgid "Management subject"
652
- msgstr "Sujet de gestion"
653
 
654
  # @ subscribe-reloaded
655
- #: options/panel4.php:16
656
- #: options/panel4.php:74
657
- msgid "Management message"
658
- msgstr "Message de gestion"
659
 
660
  # @ subscribe-reloaded
661
- #: options/panel4.php:39
662
- msgid "Subject of the notification email. Allowed tag: [post_title]"
663
- msgstr "Sujet de l'email de notification. Tag autorisé : [post_title]"
 
664
 
665
- #: options/panel4.php:44
666
- #: options/panel4.php:60
667
- #: options/panel4.php:76
668
- #: options/panel5.php:74
669
- #: options/panel5.php:84
670
- #: options/panel5.php:94
671
- #: options/panel5.php:104
672
- #: options/panel5.php:114
673
- #: options/panel5.php:124
674
- #: options/panel5.php:134
675
- msgid "Bold"
676
  msgstr ""
677
 
678
- #: options/panel4.php:45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
679
  #: options/panel4.php:61
680
  #: options/panel4.php:77
681
- #: options/panel5.php:75
682
- #: options/panel5.php:85
683
- #: options/panel5.php:95
684
- #: options/panel5.php:105
685
- #: options/panel5.php:115
686
- #: options/panel5.php:125
687
- #: options/panel5.php:135
688
- msgid "Italic"
689
  msgstr ""
690
 
691
- #: options/panel4.php:46
 
 
 
 
 
 
692
  #: options/panel4.php:62
693
  #: options/panel4.php:78
694
- #: options/panel5.php:76
695
- #: options/panel5.php:86
696
- #: options/panel5.php:96
697
- #: options/panel5.php:106
698
- #: options/panel5.php:116
699
- #: options/panel5.php:126
700
- #: options/panel5.php:136
701
- msgid "Link"
702
  msgstr ""
703
 
704
- #: options/panel4.php:47
 
 
 
 
 
 
705
  #: options/panel4.php:63
706
  #: options/panel4.php:79
707
- #: options/panel5.php:77
708
- #: options/panel5.php:87
709
- #: options/panel5.php:97
710
- #: options/panel5.php:107
711
- #: options/panel5.php:117
712
- #: options/panel5.php:127
713
- #: options/panel5.php:137
 
 
 
 
 
 
 
714
  msgid "Image"
715
  msgstr ""
716
 
717
  # @ subscribe-reloaded
718
- #: options/panel4.php:50
719
- msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
720
- msgstr "Contenu de l'mail de notification. Tags autorisés : [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
721
 
722
  # @ subscribe-reloaded
723
- #: options/panel4.php:55
724
- msgid "Subject of the confirmation email. Allowed tag: [post_title]"
725
- msgstr "Sujet de l'email de confirmation. Tag autorisé: [post_title]"
726
 
727
  # @ subscribe-reloaded
728
- #: options/panel4.php:66
729
- msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
730
- msgstr "Contenu de l'email de confirmation. Tags autorisés : [post_permalink], [confirm_link], [post_title], [manager_link]"
731
 
732
  # @ subscribe-reloaded
733
- #: options/panel4.php:71
734
- msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
735
- msgstr "Sujet de l'email envoyé à ceux qui demandent à accéder à leur page de gestion. Tag autorisé : [blog_name]"
736
 
737
  # @ subscribe-reloaded
738
- #: options/panel4.php:82
739
- msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
740
- msgstr "Contenu de l'email de gestion. Tags autorisés : [blog_name], [manager_link]"
741
 
742
  # @ subscribe-reloaded
743
- #: options/panel5.php:11
744
- #: options/panel5.php:43
745
- msgid "Checkbox label"
746
- msgstr "Étiquette de la case à cocher"
747
 
748
  # @ subscribe-reloaded
749
- #: options/panel5.php:12
750
- #: options/panel5.php:48
751
- msgid "Subscribed label"
752
- msgstr "Étiquette de la souscription"
753
 
754
  # @ subscribe-reloaded
755
- #: options/panel5.php:13
756
- #: options/panel5.php:53
757
- msgid "Awaiting label"
758
- msgstr "Étiquette de la modération"
759
 
760
  # @ subscribe-reloaded
761
- #: options/panel5.php:14
762
- #: options/panel5.php:58
763
- msgid "Author label"
764
- msgstr "Étiquette de l'auteur"
765
 
766
  # @ subscribe-reloaded
767
- #: options/panel5.php:16
768
- #: options/panel5.php:68
769
- msgid "Page title"
770
- msgstr "Titre de page"
771
 
772
  # @ subscribe-reloaded
773
- #: options/panel5.php:17
774
- #: options/panel5.php:73
775
- msgid "Request link"
776
- msgstr "Demande de lien"
777
 
778
  # @ subscribe-reloaded
779
- #: options/panel5.php:18
780
- #: options/panel5.php:83
781
- msgid "Request submitted"
782
- msgstr "Demande envoyée"
783
 
784
  # @ subscribe-reloaded
785
- #: options/panel5.php:19
786
- #: options/panel5.php:93
787
- msgid "Subscribe without commenting"
788
- msgstr "S'abonner sans commenter"
789
 
790
  # @ subscribe-reloaded
791
- #: options/panel5.php:20
792
- #: options/panel5.php:103
793
- msgid "Subscription processed"
794
- msgstr "Abonnement traité"
795
 
796
  # @ subscribe-reloaded
797
- #: options/panel5.php:21
798
- #: options/panel5.php:113
799
- msgid "Subscription processed (DCI)"
800
- msgstr "Abonnement traité (DCI)"
801
 
802
  # @ subscribe-reloaded
803
- #: options/panel5.php:22
804
- #: options/panel5.php:123
805
- msgid "Authors"
806
- msgstr "Auteurs"
807
 
808
  # @ subscribe-reloaded
809
- #: options/panel5.php:23
810
- #: options/panel5.php:133
811
- msgid "Users"
812
- msgstr "Utilisateurs"
813
 
814
  # @ subscribe-reloaded
815
- #: options/panel5.php:39
816
- msgid "Comment form"
817
- msgstr "Formulaire de commentaire"
818
 
819
  # @ subscribe-reloaded
820
- #: options/panel5.php:45
821
- msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
822
- msgstr "Étiquette associée à la case à cocher. Tag autorisé : [subscribe_link]"
823
 
824
  # @ subscribe-reloaded
825
- #: options/panel5.php:50
826
- msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
827
- msgstr "Étiquette montrée à ceux qui se sont déjà abonnés à un billet. Tag autorisé : [manager_link]"
828
 
829
  # @ subscribe-reloaded
830
- #: options/panel5.php:55
831
- msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
832
- msgstr "Étiquette présentée à ceux qui sont déjà abonnés mais n'ont pas encore cliqué sur le lien de confirmation. Tag autorisé : [manager_link]"
833
 
834
  # @ subscribe-reloaded
835
- #: options/panel5.php:60
836
- msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
837
- msgstr "Étiquette présentée aux auteurs (et administrateurs). Tag autorisé: [manager_link]"
838
 
839
  # @ subscribe-reloaded
840
- #: options/panel5.php:70
841
- msgid "Title of the page your visitors will use to manage their subscriptions."
842
- msgstr "Titre de la page que vos visiteurs vont utiliser pour gérer leurs abonnements."
843
 
844
  # @ subscribe-reloaded
845
- #: options/panel5.php:80
846
- msgid "Text shown to those who request to manage their subscriptions."
847
- msgstr "Texte présenté à ceux qui demandent à gérer leurs abonnements."
 
848
 
849
  # @ subscribe-reloaded
850
- #: options/panel5.php:90
851
- msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
852
- msgstr "Note de remerciement affichée après que la requête ait été traitée. Tags autorisés : [post_title], [post_permalink]"
 
853
 
854
  # @ subscribe-reloaded
855
- #: options/panel5.php:100
856
- msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
857
- msgstr "Texte affiché à ceux qui désirent s'abonner sans commenter. Tags autorisés : [post_title], [post_permalink]"
 
 
 
 
 
858
 
859
  # @ subscribe-reloaded
860
- #: options/panel5.php:110
861
- msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
862
- msgstr "Note de remerciement affichée après que la requête d'abonnement ait été traitée (vérification désactivée). Tags autorisés : [post_title], [post_permalink]"
863
 
864
  # @ subscribe-reloaded
865
- #: options/panel5.php:120
866
- msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
867
- msgstr "Note de remerciement affichée après que la requête d'abonnement ait été traitée (vérification désactivée). Tags autorisés : [post_title], [post_permalink]"
 
868
 
869
  # @ subscribe-reloaded
870
- #: options/panel5.php:130
871
- msgid "Introductory text for the authors' management page."
872
- msgstr "Texte d'introduction pour la page de gestion des auteurs."
 
873
 
874
  # @ subscribe-reloaded
875
- #: options/panel5.php:140
876
- msgid "Introductory text for the users' management page."
877
- msgstr "Texte d'introduction pour la page de gestion des utilisateurs."
878
 
879
  # @ subscribe-reloaded
880
- #: options/panel6.php:11
881
- msgid "StCR table has been successfully optimized."
882
- msgstr "La table de StCR a été optimisée avec succès."
883
 
884
  # @ subscribe-reloaded
885
- #: options/panel6.php:15
886
- msgid "Database"
887
- msgstr "Base de données"
888
 
889
  # @ subscribe-reloaded
890
- #: options/panel6.php:35
891
- msgid "Engine"
892
- msgstr "Moteur"
 
 
 
 
893
 
894
  # @ subscribe-reloaded
895
- #: options/panel6.php:36
896
- msgid "Records"
897
- msgstr "Enregistrements"
 
898
 
899
  # @ subscribe-reloaded
900
- #: options/panel6.php:37
901
- msgid "Average Record Length"
902
- msgstr "Longueur moyenne d'enregistrement"
903
 
904
  # @ subscribe-reloaded
905
- #: options/panel6.php:38
906
- msgid "Created on"
907
- msgstr "Créé le"
908
 
909
  # @ subscribe-reloaded
910
- #: options/panel6.php:39
911
- msgid "Approximate Overhead"
912
- msgstr "Overhead approximatif"
913
 
914
  # @ subscribe-reloaded
915
- #: options/panel6.php:40
916
- msgid "optimize"
917
- msgstr "optimiser"
918
 
919
  # @ subscribe-reloaded
920
- #: options/panel6.php:44
921
  msgid "Support the author"
922
  msgstr "Soutenez l'auteur"
923
 
924
  # @ subscribe-reloaded
925
- #: options/panel6.php:45
926
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
927
  msgstr "Quelle est la valeur ajoutée de cette fonction offerte par ce plugin à vos visiteurs ? Subscribe to Comments Reloaded est et sera toujours gratuit mais vous pouvez envisager de supporter l'auteur de ce plugin si ce dernier rend votre site meilleur et particulièrement si vous en tirez de l'argent. Toutes les donations reçues seront réinvesties dans le développement de Subscribe to Comments Reloaded et serviront à acheter à manger à ma famille affamée."
928
 
929
  # @ subscribe-reloaded
930
- #: options/panel6.php:48
931
  msgid "Don't want to donate? You can still help"
932
  msgstr "Vous ne désirez pas faire de don ? Vous pouvez quand même aider"
933
 
934
  # @ subscribe-reloaded
935
- #: options/panel6.php:49
936
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
937
  msgstr "Si vous ne désirez pas donner d'argent, veuillez envisager d'écrire un billet à propos de mon plugin avec un lien vers la page du plugin. Veuillez faire en sorte que vos lecteurs sachent comment rendre leur blog meilleur. Vous pouvez aussi donner de votre temps : n'hésitez pas à rapporter des bugs, à envoyer des fichiers de traduction, des idées pour améliorer Subscribe to Comments Reloaded etc... Quoi que vous fassiez, merci d'utiliser mon plugin !"
938
 
939
  # @ subscribe-reloaded
940
- #: options/panel6.php:51
941
  msgid "Vote and show your appreciation"
942
  msgstr "Votez et montrez votre satisfaction"
943
 
944
  # @ subscribe-reloaded
945
- #: options/panel6.php:52
946
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
947
  msgstr "Dîtes aux autres si Subscribe to Comments Reloaded fonctionne pour vous et à quel point il est bon. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Notez le</a>sur sa page de répertoire de plugins."
948
 
949
- # @ subscribe-reloaded
950
- #: templates/author.php:31
951
- msgid "Subscriptions have been successfully updated."
952
- msgstr "Les abonnements ont été mis à jour avec succès."
 
 
 
953
 
954
  # @ subscribe-reloaded
955
- #: templates/author.php:44
956
  msgid "Title"
957
  msgstr "Titre"
958
 
959
  # @ subscribe-reloaded
960
- #: templates/author.php:57
961
- #: templates/user.php:55
962
  msgid "Select all"
963
  msgstr "Sélectionner tout"
964
 
965
  # @ subscribe-reloaded
966
- #: templates/author.php:58
967
- #: templates/user.php:56
968
  msgid "Invert selection"
969
  msgstr "Inverser la sélection"
970
 
971
- # @ subscribe-reloaded
972
- #: templates/author.php:59
973
- #: templates/user.php:57
974
- msgid "Delete"
975
- msgstr "Supprimer"
976
 
977
- # @ subscribe-reloaded
978
- #: templates/author.php:66
979
- #: templates/user.php:64
980
- msgid "Sorry, no subscriptions found."
981
- msgstr "Désolé, aucun abonnement trouvé."
982
 
983
  # @ subscribe-reloaded
984
- #: templates/request-management-link.php:80
985
- #: templates/subscribe.php:84
986
  msgid "Send"
987
  msgstr "Envoyer"
988
 
989
  # @ subscribe-reloaded
990
- #: templates/subscribe.php:30
991
- #: templates/subscribe.php:31
992
  msgid "New subscription to"
993
  msgstr "Nouvel abonnement à"
994
 
995
  # @ subscribe-reloaded
996
- #: templates/subscribe.php:31
997
  msgid "User:"
998
  msgstr "Utilisateur :"
999
 
1000
- # @ subscribe-reloaded
1001
- #: templates/user.php:33
1002
- msgid "All the subscriptions have been successfully updated."
1003
- msgstr "Tous les abonnements ont été mis à jour avec succès."
1004
-
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded v1.2.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-07-20 12:38-0500\n"
6
+ "PO-Revision-Date: 2011-07-20 12:38-0500\n"
7
+ "Last-Translator: due chiacchiere <info@duechiacchiere.it>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ subscribe-reloaded
22
+ #: subscribe-to-comments-reloaded.php:33
23
+ #: subscribe-to-comments-reloaded.php:221
24
+ #, fuzzy
25
+ msgid "Your subscription to this post needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
26
+ msgstr "Votre abonnement à cette entrée a besoin d'être confirmé. <a href='[manager_link]'>Gérer vos abonnements</a>."
27
 
28
  # @ subscribe-reloaded
29
+ #: subscribe-to-comments-reloaded.php:38
30
+ #: subscribe-to-comments-reloaded.php:220
31
+ #, fuzzy
32
+ msgid "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your subscriptions."
33
+ msgstr "Vous êtes abonné à cette entrée.<a href='[manager_link]'>Gérer vos abonnements</a>."
34
 
35
  # @ subscribe-reloaded
36
+ #: subscribe-to-comments-reloaded.php:45
37
+ #: subscribe-to-comments-reloaded.php:222
38
+ #, fuzzy
39
+ msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
40
  msgstr "Vous pouvez <a href='[manager_link]'>gérer les abonnements</a> de cette entrée."
41
 
42
  # @ subscribe-reloaded
43
+ #: subscribe-to-comments-reloaded.php:50
44
+ #: subscribe-to-comments-reloaded.php:217
45
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
46
  msgstr "Notifiez-moi des commentaires à venir via email. Vous pouvez aussi <a href='[subscribe_link]'>vous abonner</a> sans commenter."
47
 
48
+ #: subscribe-to-comments-reloaded.php:60
49
+ msgid "All"
50
+ msgstr ""
51
+
52
+ #: subscribe-to-comments-reloaded.php:61
53
+ #: templates/user.php:66
54
+ msgid "Replies to my comments"
55
+ msgstr ""
56
+
57
+ #: subscribe-to-comments-reloaded.php:62
58
+ msgid "Daily digest"
59
+ msgstr ""
60
+
61
  # @ subscribe-reloaded
62
+ #: subscribe-to-comments-reloaded.php:194
63
+ #: options/index.php:41
64
  msgid "Manage subscriptions"
65
  msgstr "Gérer les abonnements"
66
 
67
  # @ subscribe-reloaded
68
+ #: subscribe-to-comments-reloaded.php:195
69
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
70
  msgstr "Pour gérer vos abonnements, veuillez entrer votre adresse email ci-dessous. Nous vous enverrons un message contenant le lien pour accéder à votre page personnelle de gestion."
71
 
72
  # @ subscribe-reloaded
73
+ #: subscribe-to-comments-reloaded.php:196
74
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
75
  msgstr "Merci d'utiliser notre service d'abonnement. Votre requête a été complétée et vous devriez recevoir un mail avec un lien de gestion dans quelques minutes."
76
 
77
  # @ subscribe-reloaded
78
+ #: subscribe-to-comments-reloaded.php:197
79
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
80
  msgstr "Vous pouvez suivre la discussion sur <strong>[post_title]</strong> sans avoir à laisser un commentaire. Chouette, pas vrai ? Entrez simplement votre adresse mail dans le champ ci-dessous."
81
 
82
  # @ subscribe-reloaded
83
+ #: subscribe-to-comments-reloaded.php:198
84
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
85
  msgstr "Merci d'utiliser notre service d'abonnement. Votre requête a abouti. Vous recevrez une notification par email à chaque fois qu'un nouveau commentaire sur cet article sera posté et approuvé par l'administrateur."
86
 
87
  # @ subscribe-reloaded
88
+ #: subscribe-to-comments-reloaded.php:199
89
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
90
  msgstr "Merci d'utiliser notre service d'abonnement. Afin de confirmer votre requête, veuillez vérifier votre courrier mail pour le message de vérification et suivre les instructions."
91
 
92
  # @ subscribe-reloaded
93
+ #: subscribe-to-comments-reloaded.php:200
94
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
95
  msgstr "Afin d'annuler ou suspendre une ou plusieures notifications, sélectionnez la/les case(s) à cocher correspondant et cliquez sur le bouton à la fin de la liste."
96
 
97
  # @ subscribe-reloaded
98
+ #: subscribe-to-comments-reloaded.php:201
99
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
100
  msgstr "Afin d'annuler ou suspendre une ou plusieurs notifications, sélectionnez la/les case(s) à cocher correspondant et cliquez sur le bouton à la fin de la liste. Vous êtes actuellement abonné à:"
101
 
102
  # @ subscribe-reloaded
103
+ #: subscribe-to-comments-reloaded.php:215
104
  msgid "There is a new comment to [post_title]"
105
  msgstr "Il y a un nouveau commentaire à [post_title]"
106
 
107
  # @ subscribe-reloaded
108
+ #: subscribe-to-comments-reloaded.php:216
109
  msgid ""
110
  "There is a new comment to [post_title].\n"
111
  "Comment Link: [comment_permalink]\n"
124
  "Gérer vos abonnements : [manager_link]"
125
 
126
  # @ subscribe-reloaded
127
+ #: subscribe-to-comments-reloaded.php:223
128
  msgid "Please confirm your subscription to [post_title]"
129
  msgstr "Veuillez confirmer votre abonnement à [post_title]"
130
 
131
  # @ subscribe-reloaded
132
+ #: subscribe-to-comments-reloaded.php:224
133
  msgid ""
134
  "You have requested to be notified every time a new comment is added to:\n"
135
  "[post_permalink]\n"
144
  "[confirm_link]"
145
 
146
  # @ subscribe-reloaded
147
+ #: subscribe-to-comments-reloaded.php:225
148
  msgid "Manage your subscriptions on [blog_name]"
149
  msgstr "Gestion de vos abonnements sur [blog_name]"
150
 
151
  # @ subscribe-reloaded
152
+ #: subscribe-to-comments-reloaded.php:226
153
  msgid ""
154
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
155
  "[manager_link]"
158
  "[manager_link]"
159
 
160
  # @ subscribe-reloaded
161
+ #: subscribe-to-comments-reloaded.php:956
162
  msgid "Subscribed"
163
  msgstr "Abonné"
164
 
165
  # @ subscribe-reloaded
166
+ #: subscribe-to-comments-reloaded.php:970
167
+ #: options/panel2.php:41
168
+ #: options/panel2.php:48
169
+ #: options/panel2.php:55
170
+ #: options/panel5.php:42
171
+ #: options/panel5.php:49
172
+ #: options/panel5.php:56
173
+ #: options/panel5.php:63
174
+ #: options/panel5.php:70
175
+ #: options/panel5.php:77
176
  msgid "Yes"
177
  msgstr "Oui"
178
 
179
+ #: subscribe-to-comments-reloaded.php:972
180
+ msgid "Pending"
181
+ msgstr ""
 
182
 
183
  # @ subscribe-reloaded
184
+ #: subscribe-to-comments-reloaded.php:973
185
+ #: options/panel2.php:42
186
+ #: options/panel2.php:49
187
+ #: options/panel2.php:56
188
+ #: options/panel5.php:43
189
+ #: options/panel5.php:50
190
+ #: options/panel5.php:57
191
+ #: options/panel5.php:64
192
+ #: options/panel5.php:71
193
+ #: options/panel5.php:78
194
  msgid "No"
195
  msgstr "Non"
196
 
197
  # @ subscribe-reloaded
198
+ #: subscribe-to-comments-reloaded.php:983
199
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
200
  msgstr "Vous avez besoin d'aide pour utiliser Subscribe to Comments Reloaded ? Visiter le "
201
 
202
  # @ subscribe-reloaded
203
+ #: subscribe-to-comments-reloaded.php:983
204
  msgid "support forum"
205
  msgstr "forum de support officiel"
206
 
207
  # @ subscribe-reloaded
208
+ #: subscribe-to-comments-reloaded.php:984
209
  msgid "Feeling generous?"
210
  msgstr "Vous vous sentez d'humeur généreuse ?"
211
 
212
  # @ subscribe-reloaded
213
+ #: subscribe-to-comments-reloaded.php:984
214
  msgid "Donate a few bucks!"
215
  msgstr "Faîtes don de quelques euros !"
216
 
217
  # @ subscribe-reloaded
218
+ #: options/index.php:42
219
+ #, fuzzy
220
+ msgid "Comment Form"
221
+ msgstr "Formulaire de commentaire"
222
 
223
  # @ subscribe-reloaded
224
+ #: options/index.php:43
225
+ #, fuzzy
226
+ msgid "Management Page"
227
+ msgstr "Page de gestion"
228
+
229
+ # @ subscribe-reloaded
230
+ #: options/index.php:44
231
+ #, fuzzy
232
+ msgid "Notifications"
233
+ msgstr "Sujet de notification"
234
+
235
+ # @ subscribe-reloaded
236
+ #: options/index.php:45
237
+ #: options/panel2.php:35
238
+ #: options/panel3.php:38
239
+ #: options/panel4.php:34
240
  msgid "Options"
241
  msgstr "Options"
242
 
243
+ #: options/index.php:46
244
+ msgid "You can help"
245
+ msgstr ""
246
+
247
  # @ subscribe-reloaded
248
+ #: options/panel1-business-logic.php:18
249
+ #, fuzzy
250
+ msgid "Subscription added."
251
+ msgstr "Abonnement traité"
252
 
253
  # @ subscribe-reloaded
254
+ #: options/panel1-business-logic.php:30
255
+ #, fuzzy
256
+ msgid "Subscriptions updated."
257
+ msgstr "Abonnement traité"
258
 
259
  # @ subscribe-reloaded
260
+ #: options/panel1-business-logic.php:39
261
+ #, fuzzy
262
+ msgid "Subscription deleted."
263
+ msgstr "Abonnement traité"
264
 
265
  # @ subscribe-reloaded
266
+ #: options/panel1-business-logic.php:54
267
+ #: templates/author.php:22
268
+ #: templates/user.php:22
269
+ #, fuzzy
270
+ msgid "Subscriptions deleted:"
271
+ msgstr "Abonnement pour :"
272
 
273
  # @ subscribe-reloaded
274
+ #: options/panel1-business-logic.php:58
275
+ #: templates/author.php:26
276
+ #: templates/user.php:26
277
+ #, fuzzy
278
+ msgid "Subscriptions suspended:"
279
+ msgstr "Abonnement traité"
280
 
281
  # @ subscribe-reloaded
282
+ #: options/panel1-business-logic.php:62
283
+ #: templates/author.php:30
284
+ #: templates/user.php:30
285
+ #, fuzzy
286
+ msgid "Subscriptions activated:"
287
+ msgstr "Abonnement pour :"
288
 
289
  # @ subscribe-reloaded
290
+ #: options/panel1-business-logic.php:66
291
+ #: options/panel1-business-logic.php:70
292
+ #: templates/author.php:34
293
+ #: templates/author.php:38
294
+ #: templates/user.php:34
295
+ #, fuzzy
296
+ msgid "Subscriptions updated:"
297
+ msgstr "Abonnement pour :"
298
+
299
+ # @ subscribe-reloaded
300
+ #: options/panel1-business-logic.php:94
301
+ msgid "&laquo; Previous"
302
+ msgstr "&laquo; Précédent"
303
+
304
+ # @ subscribe-reloaded
305
+ #: options/panel1-business-logic.php:98
306
+ msgid "Next &raquo;"
307
+ msgstr "Suivant &raquo;"
308
+
309
+ # @ subscribe-reloaded
310
+ #: options/panel1-edit-subscription.php:8
311
+ #, fuzzy
312
+ msgid "Update Subscription"
313
+ msgstr "Mise à jour de l'abonnement"
314
+
315
+ # @ subscribe-reloaded
316
+ #: options/panel1-edit-subscription.php:10
317
+ #: options/panel1.php:19
318
+ #: options/panel1.php:81
319
+ #: options/panel1.php:113
320
+ #: templates/author.php:51
321
+ #: templates/user.php:47
322
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
323
  msgstr "Rappelez-vous : cette opération ne peut pas être annulée. Êtes-vous sûr de vouloir l'effectuer ?"
324
 
325
  # @ subscribe-reloaded
326
+ #: options/panel1-edit-subscription.php:12
327
+ #, fuzzy
328
+ msgid "Post:"
329
+ msgstr "Lignes :"
330
 
331
  # @ subscribe-reloaded
332
+ #: options/panel1-edit-subscription.php:13
333
+ #: options/panel1.php:21
334
+ msgid "From"
335
+ msgstr "De"
336
 
337
  # @ subscribe-reloaded
338
+ #: options/panel1-edit-subscription.php:14
339
+ #: options/panel1.php:22
340
  msgid "To"
341
  msgstr "À"
342
 
343
  # @ subscribe-reloaded
344
+ #: options/panel1-edit-subscription.php:15
345
+ #: options/panel1.php:26
346
+ #: options/panel1.php:45
347
+ #: options/panel1.php:103
348
+ msgid "Status"
349
+ msgstr "Statut"
350
+
351
+ #: options/panel1-edit-subscription.php:17
352
+ #: options/panel1.php:28
353
+ msgid "Keep unchanged"
354
+ msgstr ""
355
+
356
+ # @ subscribe-reloaded
357
+ #: options/panel1-edit-subscription.php:18
358
+ #: options/panel1.php:29
359
+ #: options/panel1.php:47
360
+ #, fuzzy
361
+ msgid "Active"
362
+ msgstr "Action"
363
+
364
+ #: options/panel1-edit-subscription.php:19
365
+ #: options/panel1.php:30
366
+ #: options/panel1.php:48
367
+ msgid "Replies only"
368
+ msgstr ""
369
+
370
+ # @ subscribe-reloaded
371
+ #: options/panel1-edit-subscription.php:20
372
+ #: options/panel1.php:31
373
+ #, fuzzy
374
+ msgid "Suspended"
375
+ msgstr "Suspendre"
376
+
377
+ # @ subscribe-reloaded
378
+ #: options/panel1-edit-subscription.php:21
379
+ #: options/panel1.php:32
380
  msgid "Update"
381
  msgstr "Mise à jour"
382
 
383
  # @ subscribe-reloaded
384
+ #: options/panel1.php:17
385
+ #, fuzzy
386
+ msgid "Mass Update Subscriptions"
387
+ msgstr "Mettre à jour les abonnements"
388
 
389
  # @ subscribe-reloaded
390
+ #: options/panel1.php:23
391
+ #: options/panel1.php:24
392
+ #: options/panel1.php:25
393
+ #, fuzzy
394
+ msgid "optional"
395
+ msgstr "Options"
396
 
397
  # @ subscribe-reloaded
398
+ #: options/panel1.php:39
399
+ #, fuzzy
400
+ msgid "Add New Subscription"
401
+ msgstr "Nouvel abonnement à"
402
 
403
  # @ subscribe-reloaded
404
+ #: options/panel1.php:43
405
+ #, fuzzy
406
+ msgid "Post ID"
407
+ msgstr "Billet (ID)"
 
 
408
 
409
  # @ subscribe-reloaded
410
+ #: options/panel1.php:44
411
  #: options/panel1.php:90
412
+ #: templates/request-management-link.php:65
413
+ #: templates/subscribe.php:88
414
+ #: templates/user.php:52
415
+ msgid "Email"
416
+ msgstr "Email"
417
 
418
+ #: options/panel1.php:49
419
+ msgid "Ask user to confirm"
420
+ msgstr ""
 
 
421
 
422
+ #: options/panel1.php:50
423
+ msgid "Add"
424
+ msgstr ""
 
425
 
426
  # @ subscribe-reloaded
427
+ #: options/panel1.php:59
428
+ #, fuzzy
429
+ msgid "Search subscriptions"
430
+ msgstr "Gérer les abonnements"
431
 
432
  # @ subscribe-reloaded
433
+ #: options/panel1.php:61
434
+ #, fuzzy, php-format
435
+ msgid "You can either <a href=\"%s\">view all the subscriptions</a> or find those where the"
436
+ msgstr "Vous pouvez soit <a href=\"%s\">lister tous les abonnements</a> soit trouver ceux avec l'<b>email</b>"
437
 
438
  # @ subscribe-reloaded
439
+ #: options/panel1.php:64
440
+ #, fuzzy
441
+ msgid "email"
442
+ msgstr "Email"
443
 
444
  # @ subscribe-reloaded
445
+ #: options/panel1.php:65
446
+ #, fuzzy
447
+ msgid "post ID"
448
+ msgstr "Billet (ID)"
449
 
450
  # @ subscribe-reloaded
451
+ #: options/panel1.php:66
452
+ #, fuzzy
453
+ msgid "status"
454
+ msgstr "Statut"
455
 
456
  # @ subscribe-reloaded
457
+ #: options/panel1.php:69
458
  msgid "equals"
459
  msgstr "égaux"
460
 
461
  # @ subscribe-reloaded
462
+ #: options/panel1.php:70
463
  msgid "contains"
464
  msgstr "contient"
465
 
466
  # @ subscribe-reloaded
467
+ #: options/panel1.php:71
468
  msgid "does not contain"
469
  msgstr "ne contient pas"
470
 
471
+ #: options/panel1.php:72
472
+ msgid "starts with"
473
+ msgstr ""
 
474
 
475
+ #: options/panel1.php:73
476
+ msgid "ends with"
477
+ msgstr ""
 
478
 
479
+ #: options/panel1.php:76
480
+ msgid "results per page:"
481
+ msgstr ""
 
482
 
483
  # @ subscribe-reloaded
484
+ #: options/panel1.php:77
485
+ msgid "Search"
486
+ msgstr "Recherche"
487
 
488
  # @ subscribe-reloaded
489
+ #: options/panel1.php:85
490
+ msgid "Reverse the order by Post ID"
491
+ msgstr "Inverser l'ordre par ID de billet"
 
 
492
 
493
  # @ subscribe-reloaded
494
+ #: options/panel1.php:86
495
+ #: options/panel1.php:87
496
  msgid "Reverse the order by Date/Time"
497
  msgstr "Inverser l'ordre par date/heure"
498
 
499
  # @ subscribe-reloaded
500
+ #: options/panel1.php:89
501
+ msgid "Post (ID)"
502
+ msgstr "Billet (ID)"
503
 
504
  # @ subscribe-reloaded
505
+ #: options/panel1.php:92
506
+ #, fuzzy
507
+ msgid "Search query:"
508
+ msgstr "Recherche"
 
 
509
 
510
  # @ subscribe-reloaded
511
+ #: options/panel1.php:92
512
+ msgid "Rows:"
513
+ msgstr "Lignes :"
514
+
515
+ # @ subscribe-reloaded
516
+ #: options/panel1.php:92
517
+ msgid "of"
518
+ msgstr "de"
519
+
520
+ #: options/panel1.php:93
521
+ #: templates/author.php:57
522
+ #: templates/user.php:53
523
+ msgid "Legend: Y = all comments, R = replies only, C = inactive"
524
+ msgstr ""
525
 
526
  # @ subscribe-reloaded
527
+ #: options/panel1.php:102
528
  msgid "Date and Time"
529
  msgstr "Date et heure"
530
 
531
+ #: options/panel1.php:112
532
+ msgid "Edit"
533
+ msgstr ""
534
+
535
  # @ subscribe-reloaded
536
+ #: options/panel1.php:113
537
+ #: templates/author.php:70
538
+ #: templates/user.php:64
539
+ msgid "Delete"
540
+ msgstr "Supprimer"
541
 
542
  # @ subscribe-reloaded
543
+ #: options/panel1.php:121
544
+ #: templates/author.php:69
545
+ #: templates/user.php:63
546
  msgid "Action:"
547
  msgstr "Action :"
548
 
549
  # @ subscribe-reloaded
550
+ #: options/panel1.php:122
551
+ msgid "Delete forever"
552
+ msgstr "Suppression définitive"
 
 
553
 
554
  # @ subscribe-reloaded
555
+ #: options/panel1.php:123
556
+ #: templates/author.php:71
557
+ #: templates/user.php:65
558
+ msgid "Suspend"
559
+ msgstr "Suspendre"
560
 
561
+ #: options/panel1.php:124
562
+ msgid "Activate and set to Y"
563
+ msgstr ""
564
+
565
+ #: options/panel1.php:125
566
+ msgid "Activate and set to R"
567
+ msgstr ""
568
+
569
+ #: options/panel1.php:126
570
+ #: templates/author.php:73
571
+ #: templates/user.php:67
572
+ msgid "Activate"
573
+ msgstr ""
574
 
575
  # @ subscribe-reloaded
576
+ #: options/panel1.php:127
577
+ #: templates/author.php:74
578
+ #: templates/user.php:68
579
+ msgid "Update subscriptions"
580
+ msgstr "Mettre à jour les abonnements"
581
 
582
  # @ subscribe-reloaded
583
+ #: options/panel1.php:131
584
+ #, fuzzy
585
+ msgid "Sorry, no subscriptions match your search criteria."
586
+ msgstr "Désolé, aucun abonnement trouvé pour"
587
 
588
  # @ subscribe-reloaded
589
+ #: options/panel2.php:11
590
+ #: options/panel2.php:39
591
+ #, fuzzy
592
+ msgid "Enable default checkbox"
593
+ msgstr "Autoriser la vérification"
594
 
595
  # @ subscribe-reloaded
596
+ #: options/panel2.php:12
597
+ #: options/panel2.php:46
598
  msgid "Checked by default"
599
  msgstr "Coché par défaut"
600
 
601
  # @ subscribe-reloaded
602
+ #: options/panel2.php:13
603
+ #: options/panel2.php:53
604
+ #, fuzzy
605
+ msgid "Advanced subscription"
606
+ msgstr "Mise à jour de l'abonnement"
607
 
608
  # @ subscribe-reloaded
609
+ #: options/panel2.php:14
610
+ #: options/panel2.php:60
611
  msgid "Custom inline style"
612
  msgstr "Style inline personnalisé"
613
 
614
  # @ subscribe-reloaded
615
+ #: options/panel2.php:15
616
+ #: options/panel2.php:65
617
  msgid "Custom HTML"
618
  msgstr "HTML personnalisé"
619
 
620
  # @ subscribe-reloaded
621
+ #: options/panel2.php:17
622
+ msgid "Checkbox label"
623
+ msgstr "Étiquette de la case à cocher"
 
 
 
 
 
 
 
 
 
 
 
624
 
625
  # @ subscribe-reloaded
626
+ #: options/panel2.php:18
627
+ #: options/panel2.php:81
628
+ msgid "Subscribed label"
629
+ msgstr "Étiquette de la souscription"
630
 
631
  # @ subscribe-reloaded
632
+ #: options/panel2.php:19
633
+ msgid "Awaiting label"
634
+ msgstr "Étiquette de la modération"
 
635
 
636
  # @ subscribe-reloaded
637
+ #: options/panel2.php:20
638
+ #: options/panel2.php:91
639
+ msgid "Author label"
640
+ msgstr "Étiquette de l'auteur"
641
 
642
  # @ subscribe-reloaded
643
+ #: options/panel2.php:25
644
+ #: options/panel3.php:25
645
+ #: options/panel4.php:23
646
+ #: options/panel5.php:22
647
  msgid "Your settings have been successfully updated."
648
  msgstr "Vos réglages ont été sauvegardés avec succès."
649
 
650
  # @ subscribe-reloaded
651
+ #: options/panel2.php:28
652
+ #: options/panel3.php:28
653
+ #: options/panel4.php:26
654
+ #: options/panel5.php:25
655
  msgid "There was an error updating the following fields:"
656
  msgstr "Une erreur est apparue lors de la mise à jour des champs suivants :"
657
 
658
+ #: options/panel2.php:43
659
+ msgid "Disable this option if you want to move the subscription checkbox to a different place on your page."
660
+ msgstr ""
 
 
661
 
662
  # @ subscribe-reloaded
663
+ #: options/panel2.php:50
664
+ msgid "Decide if the checkbox should be checked by default or not."
665
+ msgstr "Décider si la case à cocher doit être cochée par défaut ou non."
666
 
667
+ #: options/panel2.php:57
668
+ msgid "Allow users to choose from different subscription types (all, replies only)."
669
+ msgstr ""
 
670
 
671
  # @ subscribe-reloaded
672
+ #: options/panel2.php:62
673
+ msgid "Custom inline CSS to add to the checkbox."
674
+ msgstr "CSS inline personnalisé à ajouter à la case à cocher."
675
 
676
  # @ subscribe-reloaded
677
+ #: options/panel2.php:67
678
+ msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
679
+ msgstr "Code HTML personnalisé à utiliser pour l'affichage de la case à cocher. Tags autorisés: [checkbox_field], [checkbox_label]"
680
 
681
+ #: options/panel2.php:72
682
+ msgid "Messages for your visitors"
683
+ msgstr ""
 
684
 
685
  # @ subscribe-reloaded
686
+ #: options/panel2.php:76
687
+ #, fuzzy
688
+ msgid "Default label"
689
+ msgstr "Étiquette de l'auteur"
690
 
691
  # @ subscribe-reloaded
692
+ #: options/panel2.php:78
693
+ msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
694
+ msgstr "Étiquette associée à la case à cocher. Tag autorisé : [subscribe_link]"
695
 
696
  # @ subscribe-reloaded
697
+ #: options/panel2.php:83
698
+ msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
699
+ msgstr "Étiquette montrée à ceux qui se sont déjà abonnés à un billet. Tag autorisé : [manager_link]"
700
 
701
  # @ subscribe-reloaded
702
+ #: options/panel2.php:86
703
+ #, fuzzy
704
+ msgid "Pending label"
705
+ msgstr "Étiquette de la modération"
706
 
707
  # @ subscribe-reloaded
708
+ #: options/panel2.php:88
709
+ msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
710
+ msgstr "Étiquette présentée à ceux qui sont déjà abonnés mais n'ont pas encore cliqué sur le lien de confirmation. Tag autorisé : [manager_link]"
711
 
712
  # @ subscribe-reloaded
713
+ #: options/panel2.php:93
714
+ msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
715
+ msgstr "Étiquette présentée aux auteurs (et administrateurs). Tag autorisé: [manager_link]"
716
 
717
+ # @ default
718
+ #: options/panel2.php:97
719
+ #: options/panel3.php:136
720
+ #: options/panel4.php:103
721
+ #: options/panel5.php:83
722
+ msgid "Save Changes"
723
+ msgstr "Sauvegarder les modifications"
724
 
725
  # @ subscribe-reloaded
726
+ #: options/panel3.php:10
727
+ #: options/panel3.php:42
728
+ msgid "Page title"
729
+ msgstr "Titre de page"
730
 
731
  # @ subscribe-reloaded
732
+ #: options/panel3.php:11
733
+ msgid "Management Page ID"
734
+ msgstr "ID de page de gestion"
735
+
736
+ #: options/panel3.php:12
737
+ #: options/panel3.php:54
738
+ msgid "Custom HEAD meta"
739
+ msgstr ""
740
 
741
  # @ subscribe-reloaded
742
+ #: options/panel3.php:14
743
+ #: options/panel3.php:65
744
+ msgid "Request link"
745
+ msgstr "Demande de lien"
746
 
747
  # @ subscribe-reloaded
748
+ #: options/panel3.php:15
749
+ #: options/panel3.php:75
750
+ msgid "Request submitted"
751
+ msgstr "Demande envoyée"
752
 
753
+ # @ subscribe-reloaded
754
+ #: options/panel3.php:16
755
+ #: options/panel3.php:85
756
+ msgid "Subscribe without commenting"
757
+ msgstr "S'abonner sans commenter"
 
758
 
759
  # @ subscribe-reloaded
760
+ #: options/panel3.php:17
761
+ #: options/panel3.php:95
762
+ msgid "Subscription processed"
763
+ msgstr "Abonnement traité"
764
 
765
  # @ subscribe-reloaded
766
+ #: options/panel3.php:18
767
+ #: options/panel3.php:105
768
+ msgid "Subscription processed (DCI)"
769
+ msgstr "Abonnement traité (DCI)"
770
 
771
  # @ subscribe-reloaded
772
+ #: options/panel3.php:19
773
+ #: options/panel3.php:115
774
+ msgid "Authors"
775
+ msgstr "Auteurs"
776
 
777
  # @ subscribe-reloaded
778
+ #: options/panel3.php:20
779
+ #: options/panel3.php:125
780
+ msgid "Users"
781
+ msgstr "Utilisateurs"
782
 
783
  # @ subscribe-reloaded
784
+ #: options/panel3.php:44
785
+ msgid "Title of the page your visitors will use to manage their subscriptions."
786
+ msgstr "Titre de la page que vos visiteurs vont utiliser pour gérer leurs abonnements."
 
787
 
788
  # @ subscribe-reloaded
789
+ #: options/panel3.php:47
790
+ msgid "Management page"
791
+ msgstr "Page de gestion"
 
792
 
793
  # @ subscribe-reloaded
794
+ #: options/panel3.php:49
795
+ #, fuzzy
796
+ msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
797
+ msgstr "Le permalien pour votre page de gestion (quelque chose come<code>/comment-subscriptions</code> ou <code>/?page_id=345</code>). Cette page <b>n'existe pas</b> actuellement dans le système mais son permalien doit respecter vos réglages de permaliens de Wordpress."
798
 
799
+ #: options/panel3.php:51
800
+ msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
 
 
 
 
 
 
 
 
 
801
  msgstr ""
802
 
803
+ #: options/panel3.php:56
804
+ msgid "Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values."
805
+ msgstr ""
806
+
807
+ # @ subscribe-reloaded
808
+ #: options/panel3.php:61
809
+ #: options/panel4.php:50
810
+ #, fuzzy
811
+ msgid "Messages"
812
+ msgstr "Messages des email"
813
+
814
+ #: options/panel3.php:66
815
+ #: options/panel3.php:76
816
+ #: options/panel3.php:86
817
+ #: options/panel3.php:96
818
+ #: options/panel3.php:106
819
+ #: options/panel3.php:116
820
+ #: options/panel3.php:126
821
  #: options/panel4.php:61
822
  #: options/panel4.php:77
823
+ #: options/panel4.php:93
824
+ msgid "Bold"
 
 
 
 
 
 
825
  msgstr ""
826
 
827
+ #: options/panel3.php:67
828
+ #: options/panel3.php:77
829
+ #: options/panel3.php:87
830
+ #: options/panel3.php:97
831
+ #: options/panel3.php:107
832
+ #: options/panel3.php:117
833
+ #: options/panel3.php:127
834
  #: options/panel4.php:62
835
  #: options/panel4.php:78
836
+ #: options/panel4.php:94
837
+ msgid "Italic"
 
 
 
 
 
 
838
  msgstr ""
839
 
840
+ #: options/panel3.php:68
841
+ #: options/panel3.php:78
842
+ #: options/panel3.php:88
843
+ #: options/panel3.php:98
844
+ #: options/panel3.php:108
845
+ #: options/panel3.php:118
846
+ #: options/panel3.php:128
847
  #: options/panel4.php:63
848
  #: options/panel4.php:79
849
+ #: options/panel4.php:95
850
+ msgid "Link"
851
+ msgstr ""
852
+
853
+ #: options/panel3.php:69
854
+ #: options/panel3.php:79
855
+ #: options/panel3.php:89
856
+ #: options/panel3.php:99
857
+ #: options/panel3.php:109
858
+ #: options/panel3.php:119
859
+ #: options/panel3.php:129
860
+ #: options/panel4.php:64
861
+ #: options/panel4.php:80
862
+ #: options/panel4.php:96
863
  msgid "Image"
864
  msgstr ""
865
 
866
  # @ subscribe-reloaded
867
+ #: options/panel3.php:72
868
+ msgid "Text shown to those who request to manage their subscriptions."
869
+ msgstr "Texte présenté à ceux qui demandent à gérer leurs abonnements."
870
 
871
  # @ subscribe-reloaded
872
+ #: options/panel3.php:82
873
+ msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
874
+ msgstr "Note de remerciement affichée après que la requête ait été traitée. Tags autorisés : [post_title], [post_permalink]"
875
 
876
  # @ subscribe-reloaded
877
+ #: options/panel3.php:92
878
+ msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
879
+ msgstr "Texte affiché à ceux qui désirent s'abonner sans commenter. Tags autorisés : [post_title], [post_permalink]"
880
 
881
  # @ subscribe-reloaded
882
+ #: options/panel3.php:102
883
+ msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
884
+ msgstr "Note de remerciement affichée après que la requête d'abonnement ait été traitée (vérification désactivée). Tags autorisés : [post_title], [post_permalink]"
885
 
886
  # @ subscribe-reloaded
887
+ #: options/panel3.php:112
888
+ msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
889
+ msgstr "Note de remerciement affichée après que la requête d'abonnement ait été traitée (vérification désactivée). Tags autorisés : [post_title], [post_permalink]"
890
 
891
  # @ subscribe-reloaded
892
+ #: options/panel3.php:122
893
+ msgid "Introductory text for the authors' management page."
894
+ msgstr "Texte d'introduction pour la page de gestion des auteurs."
 
895
 
896
  # @ subscribe-reloaded
897
+ #: options/panel3.php:132
898
+ msgid "Introductory text for the users' management page."
899
+ msgstr "Texte d'introduction pour la page de gestion des utilisateurs."
 
900
 
901
  # @ subscribe-reloaded
902
+ #: options/panel4.php:11
903
+ #: options/panel4.php:38
904
+ msgid "Sender name"
905
+ msgstr "Nom de l'expéditeur"
906
 
907
  # @ subscribe-reloaded
908
+ #: options/panel4.php:12
909
+ #: options/panel4.php:43
910
+ msgid "Sender email address"
911
+ msgstr "Adresse email de l'expéditeur"
912
 
913
  # @ subscribe-reloaded
914
+ #: options/panel4.php:13
915
+ #: options/panel4.php:54
916
+ msgid "Notification subject"
917
+ msgstr "Sujet de notification"
918
 
919
  # @ subscribe-reloaded
920
+ #: options/panel4.php:14
921
+ #: options/panel4.php:59
922
+ msgid "Notification message"
923
+ msgstr "Message de notification"
924
 
925
  # @ subscribe-reloaded
926
+ #: options/panel4.php:15
927
+ #: options/panel4.php:70
928
+ msgid "Double check subject"
929
+ msgstr "Sujet de vérification"
930
 
931
  # @ subscribe-reloaded
932
+ #: options/panel4.php:16
933
+ #: options/panel4.php:75
934
+ msgid "Double check message"
935
+ msgstr "Message de vérification"
936
 
937
  # @ subscribe-reloaded
938
+ #: options/panel4.php:17
939
+ #: options/panel4.php:86
940
+ msgid "Management subject"
941
+ msgstr "Sujet de gestion"
942
 
943
  # @ subscribe-reloaded
944
+ #: options/panel4.php:18
945
+ #: options/panel4.php:91
946
+ msgid "Management message"
947
+ msgstr "Message de gestion"
948
 
949
  # @ subscribe-reloaded
950
+ #: options/panel4.php:40
951
+ msgid "Name to use for the \"from\" field when sending a new notification to the user."
952
+ msgstr "Nom à utiliser pour le champ \"de\" lors de l'envoi d'une nouvelle notification à l'utilisateur."
 
953
 
954
  # @ subscribe-reloaded
955
+ #: options/panel4.php:45
956
+ msgid "Email address to use for the \"from\" field when sending a new notification to the user."
957
+ msgstr "Adresse email à utiliser pour le champ \"de\" lors de l'envoi d'une nouvelle notification à l'utilisateur."
 
958
 
959
  # @ subscribe-reloaded
960
+ #: options/panel4.php:56
961
+ msgid "Subject of the notification email. Allowed tag: [post_title]"
962
+ msgstr "Sujet de l'email de notification. Tag autorisé : [post_title]"
963
 
964
  # @ subscribe-reloaded
965
+ #: options/panel4.php:67
966
+ msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
967
+ msgstr "Contenu de l'mail de notification. Tags autorisés : [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
968
 
969
  # @ subscribe-reloaded
970
+ #: options/panel4.php:72
971
+ msgid "Subject of the confirmation email. Allowed tag: [post_title]"
972
+ msgstr "Sujet de l'email de confirmation. Tag autorisé: [post_title]"
973
 
974
  # @ subscribe-reloaded
975
+ #: options/panel4.php:83
976
+ msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
977
+ msgstr "Contenu de l'email de confirmation. Tags autorisés : [post_permalink], [confirm_link], [post_title], [manager_link]"
978
 
979
  # @ subscribe-reloaded
980
+ #: options/panel4.php:88
981
+ msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
982
+ msgstr "Sujet de l'email envoyé à ceux qui demandent à accéder à leur page de gestion. Tag autorisé : [blog_name]"
983
 
984
  # @ subscribe-reloaded
985
+ #: options/panel4.php:99
986
+ msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
987
+ msgstr "Contenu de l'email de gestion. Tags autorisés : [blog_name], [manager_link]"
988
 
989
  # @ subscribe-reloaded
990
+ #: options/panel5.php:11
991
+ #: options/panel5.php:35
992
+ msgid "Autopurge requests"
993
+ msgstr "Purger automatiquement les requêtes"
994
 
995
  # @ subscribe-reloaded
996
+ #: options/panel5.php:12
997
+ #: options/panel5.php:40
998
+ msgid "Enable double check"
999
+ msgstr "Autoriser la vérification"
1000
 
1001
  # @ subscribe-reloaded
1002
+ #: options/panel5.php:13
1003
+ msgid "Notify authors"
1004
+ msgstr "Notifier les auteurs"
1005
+
1006
+ #: options/panel5.php:14
1007
+ #: options/panel5.php:54
1008
+ msgid "Enable HTML emails"
1009
+ msgstr ""
1010
 
1011
  # @ subscribe-reloaded
1012
+ #: options/panel5.php:15
1013
+ msgid "Send trackbacks"
1014
+ msgstr "Envoyer les trackbacks"
1015
 
1016
  # @ subscribe-reloaded
1017
+ #: options/panel5.php:16
1018
+ #: options/panel5.php:47
1019
+ msgid "Notify admin"
1020
+ msgstr "Notifier l'admin"
1021
 
1022
  # @ subscribe-reloaded
1023
+ #: options/panel5.php:17
1024
+ #: options/panel5.php:75
1025
+ msgid "Let admin subscribe"
1026
+ msgstr "Permettre aux admins de s'abonner"
1027
 
1028
  # @ subscribe-reloaded
1029
+ #: options/panel5.php:36
1030
+ msgid "days"
1031
+ msgstr "jours"
1032
 
1033
  # @ subscribe-reloaded
1034
+ #: options/panel5.php:37
1035
+ msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
1036
+ msgstr "Effacer les abonnements en attente (non confirmés) après X jours. Zéro désactivera cette fonction."
1037
 
1038
  # @ subscribe-reloaded
1039
+ #: options/panel5.php:44
1040
+ msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
1041
+ msgstr "Envoyer une notification par email pour confirmer l'abonnement (afin d'éviter les fausses adresses)."
1042
 
1043
  # @ subscribe-reloaded
1044
+ #: options/panel5.php:51
1045
+ msgid "Notify the administrator when a new comment is posted."
1046
+ msgstr "Notifier l'administrateur quand un nouveau commentaire est posté."
1047
+
1048
+ #: options/panel5.php:58
1049
+ msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
1050
+ msgstr ""
1051
 
1052
  # @ subscribe-reloaded
1053
+ #: options/panel5.php:61
1054
+ #, fuzzy
1055
+ msgid "Process trackbacks"
1056
+ msgstr "Envoyer les trackbacks"
1057
 
1058
  # @ subscribe-reloaded
1059
+ #: options/panel5.php:65
1060
+ msgid "Notify users when a new trackback or pingback is added to the discussion."
1061
+ msgstr "Notifier les utilisateurs quand un nouveau trackbak ou pingbak est ajouté à la discussion."
1062
 
1063
  # @ subscribe-reloaded
1064
+ #: options/panel5.php:68
1065
+ msgid "Track all subscriptions"
1066
+ msgstr "Envoyer abonnements sans commentaire"
1067
 
1068
  # @ subscribe-reloaded
1069
+ #: options/panel5.php:72
1070
+ msgid "Notify the administrator when users subscribe without commenting."
1071
+ msgstr "Notifier l'administrateur quand les utilisateurs souscrivent sans commenter."
1072
 
1073
  # @ subscribe-reloaded
1074
+ #: options/panel5.php:79
1075
+ msgid "Let the administrator subscribe to comments when logged in."
1076
+ msgstr "Permettre à l'administrateur de s'abonner aux commentaires quand il est connecté."
1077
 
1078
  # @ subscribe-reloaded
1079
+ #: options/panel6.php:8
1080
  msgid "Support the author"
1081
  msgstr "Soutenez l'auteur"
1082
 
1083
  # @ subscribe-reloaded
1084
+ #: options/panel6.php:16
1085
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
1086
  msgstr "Quelle est la valeur ajoutée de cette fonction offerte par ce plugin à vos visiteurs ? Subscribe to Comments Reloaded est et sera toujours gratuit mais vous pouvez envisager de supporter l'auteur de ce plugin si ce dernier rend votre site meilleur et particulièrement si vous en tirez de l'argent. Toutes les donations reçues seront réinvesties dans le développement de Subscribe to Comments Reloaded et serviront à acheter à manger à ma famille affamée."
1087
 
1088
  # @ subscribe-reloaded
1089
+ #: options/panel6.php:18
1090
  msgid "Don't want to donate? You can still help"
1091
  msgstr "Vous ne désirez pas faire de don ? Vous pouvez quand même aider"
1092
 
1093
  # @ subscribe-reloaded
1094
+ #: options/panel6.php:19
1095
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
1096
  msgstr "Si vous ne désirez pas donner d'argent, veuillez envisager d'écrire un billet à propos de mon plugin avec un lien vers la page du plugin. Veuillez faire en sorte que vos lecteurs sachent comment rendre leur blog meilleur. Vous pouvez aussi donner de votre temps : n'hésitez pas à rapporter des bugs, à envoyer des fichiers de traduction, des idées pour améliorer Subscribe to Comments Reloaded etc... Quoi que vous fassiez, merci d'utiliser mon plugin !"
1097
 
1098
  # @ subscribe-reloaded
1099
+ #: options/panel6.php:21
1100
  msgid "Vote and show your appreciation"
1101
  msgstr "Votez et montrez votre satisfaction"
1102
 
1103
  # @ subscribe-reloaded
1104
+ #: options/panel6.php:22
1105
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
1106
  msgstr "Dîtes aux autres si Subscribe to Comments Reloaded fonctionne pour vous et à quel point il est bon. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Notez le</a>sur sa page de répertoire de plugins."
1107
 
1108
+ #: options/panel6.php:24
1109
+ msgid "Sponsor's Corner"
1110
+ msgstr ""
1111
+
1112
+ #: options/panel6.php:25
1113
+ msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
1114
+ msgstr ""
1115
 
1116
  # @ subscribe-reloaded
1117
+ #: templates/author.php:56
1118
  msgid "Title"
1119
  msgstr "Titre"
1120
 
1121
  # @ subscribe-reloaded
1122
+ #: templates/author.php:67
1123
+ #: templates/user.php:61
1124
  msgid "Select all"
1125
  msgstr "Sélectionner tout"
1126
 
1127
  # @ subscribe-reloaded
1128
+ #: templates/author.php:68
1129
+ #: templates/user.php:62
1130
  msgid "Invert selection"
1131
  msgstr "Inverser la sélection"
1132
 
1133
+ #: templates/author.php:72
1134
+ msgid "Set to Y"
1135
+ msgstr ""
 
 
1136
 
1137
+ #: templates/author.php:78
1138
+ #: templates/user.php:72
1139
+ msgid "No subscriptions match your search criteria."
1140
+ msgstr ""
 
1141
 
1142
  # @ subscribe-reloaded
1143
+ #: templates/request-management-link.php:68
1144
+ #: templates/subscribe.php:90
1145
  msgid "Send"
1146
  msgstr "Envoyer"
1147
 
1148
  # @ subscribe-reloaded
1149
+ #: templates/subscribe.php:43
1150
+ #: templates/subscribe.php:44
1151
  msgid "New subscription to"
1152
  msgstr "Nouvel abonnement à"
1153
 
1154
  # @ subscribe-reloaded
1155
+ #: templates/subscribe.php:44
1156
  msgid "User:"
1157
  msgstr "Utilisateur :"
1158
 
 
 
 
 
 
langs/subscribe-reloaded-it_IT.mo CHANGED
Binary file
langs/subscribe-reloaded-it_IT.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-01-14 17:27-0500\n"
6
- "PO-Revision-Date: 2011-01-14 17:30-0500\n"
7
- "Last-Translator: Camu <info@duechiacchiere.it>\n"
8
  "Language-Team: due chiacchiere <info@duechiacchiere.it>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -16,64 +16,77 @@ msgstr ""
16
  "Plural-Forms: s\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: subscribe-to-comments-reloaded.php:34
20
- #: subscribe-to-comments-reloaded.php:197
21
- msgid "You are subscribed to this entry. <a href='[manager_link]'>Manage</a> your subscriptions."
22
- msgstr "Sei gi&agrave; iscritto a quest'articolo. Se vuoi, puoi <a href='[manager_link]'>gestire</a> il tuo profilo."
23
-
24
- #: subscribe-to-comments-reloaded.php:39
25
- #: subscribe-to-comments-reloaded.php:198
26
- msgid "Your subscription to this entry needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
27
  msgstr "La tua iscrizione &egrave; in attesa di conferma. Se vuoi, puoi <a href='[manager_link]'>gestire</a> il tuo profilo."
28
 
29
- #: subscribe-to-comments-reloaded.php:46
30
- #: subscribe-to-comments-reloaded.php:199
31
- msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this entry."
 
 
 
 
 
32
  msgstr "Gestisci gli utenti <a href='[manager_link]'>iscritti</a> alla discussione."
33
 
34
- #: subscribe-to-comments-reloaded.php:52
35
- #: subscribe-to-comments-reloaded.php:193
36
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
37
  msgstr "Ricevi un avviso se ci sono nuovi commenti. Oppure <a href='[subscribe_link]'>iscriviti</a> senza commentare."
38
 
39
- #: subscribe-to-comments-reloaded.php:169
40
- #: options/index.php:44
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  msgid "Manage subscriptions"
42
- msgstr "Gestisci sottoscrizioni"
43
 
44
- #: subscribe-to-comments-reloaded.php:170
45
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
46
- msgstr "Al fine di gestire le tue sottoscrizioni, inserisci il tuo indirizzo email nel campo qui di seguito. Ti sar&agrave; inviato un messaggio contenente il link per accedere alla tua area riservata."
47
 
48
- #: subscribe-to-comments-reloaded.php:171
49
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
50
  msgstr "Grazie per aver usato il servizio di notifica di questo blog. La tua richiesta &egrave; stata completata, e dovresti ricevere una mail fra pochi minuti. Al suo interno troverai il link personalizzato per accedere alla tua area di gestione."
51
 
52
- #: subscribe-to-comments-reloaded.php:172
53
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
54
  msgstr "Puoi seguire la discussione su <strong>[post_title]</strong> senza dover lasciare un commento. Bello, no? Ti basta inserire il tuo indirizzo email nel campo qui sotto e premere invio, al resto pensa il sistema."
55
 
56
- #: subscribe-to-comments-reloaded.php:173
57
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
58
  msgstr "Grazie per aver usato il servizio di notifica di questo blog. La tua richiesta &egrave; stata completata. Riceverai una notifica ogni volta che un nuovo commento a quell'articolo viene approvato e pubblicato dall'amministratore del sito."
59
 
60
- #: subscribe-to-comments-reloaded.php:174
61
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
62
  msgstr "Grazie per aver usato il servizio di notifica di questo blog. Al fine di completare la tua richiesta, ti &egrave; stata inviata una email di conferma. Segui le semplici istruzioni per verificare la tua identit&agrave;."
63
 
64
- #: subscribe-to-comments-reloaded.php:175
65
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
66
  msgstr "Se desideri disdire o sospendere le tue notifiche, spunta la casella corrispondente all'articolo e clicca sul pulsante in fondo alla lista."
67
 
68
- #: subscribe-to-comments-reloaded.php:176
69
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
70
  msgstr "Se desideri disdire o sospendere le tue notifiche, spunta la casella corrispondente all'articolo e clicca sul pulsante in fondo alla lista. Al momento, risulti iscritto a:"
71
 
72
- #: subscribe-to-comments-reloaded.php:191
73
  msgid "There is a new comment to [post_title]"
74
  msgstr "Nuovo commento per [post_title]"
75
 
76
- #: subscribe-to-comments-reloaded.php:192
77
  msgid ""
78
  "There is a new comment to [post_title].\n"
79
  "Comment Link: [comment_permalink]\n"
@@ -92,11 +105,11 @@ msgstr ""
92
  "Permalink: [post_permalink]\n"
93
  "Gestisci le tue iscrizioni: [manager_link]"
94
 
95
- #: subscribe-to-comments-reloaded.php:200
96
  msgid "Please confirm your subscription to [post_title]"
97
  msgstr "Conferma la tua iscrizione a [post_title]"
98
 
99
- #: subscribe-to-comments-reloaded.php:201
100
  msgid ""
101
  "You have requested to be notified every time a new comment is added to:\n"
102
  "[post_permalink]\n"
@@ -112,795 +125,970 @@ msgstr ""
112
  "\n"
113
  "Se credi di aver ricevuto questo messaggio per errore, ti preghiamo di rispondere all'email per contattare l'amministratore."
114
 
115
- #: subscribe-to-comments-reloaded.php:202
116
  msgid "Manage your subscriptions on [blog_name]"
117
- msgstr "Gestisci le tue sottoscrizioni su [blog_name]"
118
 
119
- #: subscribe-to-comments-reloaded.php:203
120
  msgid ""
121
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
122
  "[manager_link]"
123
  msgstr ""
124
- "Hai richiesto di poter gestire le tue sottoscrizioni agli articoli su [blog_name]. Clicca sul link qui di seguito per accedere alla tua area riservata:\n"
125
  "[manager_link]"
126
 
127
- #: subscribe-to-comments-reloaded.php:609
128
  msgid "Subscribed"
129
  msgstr "Iscritto"
130
 
131
- #: subscribe-to-comments-reloaded.php:623
132
- #: options/panel3.php:67
133
- #: options/panel3.php:89
134
- #: options/panel3.php:96
135
- #: options/panel3.php:103
136
- #: options/panel3.php:110
137
- #: options/panel3.php:117
138
- #: options/panel3.php:124
 
 
139
  msgid "Yes"
140
  msgstr "Si"
141
 
142
- #: subscribe-to-comments-reloaded.php:625
143
- msgid "Awaiting confirmation"
144
- msgstr "In attesa di conferma"
145
 
146
- #: subscribe-to-comments-reloaded.php:626
147
- #: options/panel3.php:68
148
- #: options/panel3.php:90
149
- #: options/panel3.php:97
150
- #: options/panel3.php:104
151
- #: options/panel3.php:111
152
- #: options/panel3.php:118
153
- #: options/panel3.php:125
 
 
154
  msgid "No"
155
  msgstr "No"
156
 
157
- #: subscribe-to-comments-reloaded.php:636
158
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
159
  msgstr "Serve aiuto su come usare al meglio Subscribe to Comments Reloaded? Visita il"
160
 
161
- #: subscribe-to-comments-reloaded.php:636
162
  msgid "support forum"
163
  msgstr "forum di supporto"
164
 
165
- #: subscribe-to-comments-reloaded.php:637
166
  msgid "Feeling generous?"
167
  msgstr "Ti senti generoso?"
168
 
169
- #: subscribe-to-comments-reloaded.php:637
170
  msgid "Donate a few bucks!"
171
  msgstr "Dona qualche euro!"
172
 
173
- #: options/index.php:45
174
- msgid "Stats"
175
- msgstr "Statistiche"
176
-
177
- #: options/index.php:46
178
- msgid "Options"
179
- msgstr "Opzioni"
180
 
181
- #: options/index.php:47
182
- msgid "Mail Messages"
183
- msgstr "Messaggi email"
184
 
185
- #: options/index.php:48
186
- msgid "Other Messages"
187
- msgstr "Altri messaggi"
188
 
189
- #: options/index.php:49
190
- msgid "Support"
191
- msgstr "Supporto"
 
 
 
192
 
193
- #: options/panel1.php:32
194
- #: options/panel1.php:38
195
- #: options/panel1.php:45
196
- #: options/panel1.php:63
197
- msgid "The status has been successfully updated. Rows affected:"
198
- msgstr "Stato aggiornato con successo. Righe coinvolte:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
199
 
200
- #: options/panel1.php:68
201
- msgid "Update subscription"
202
- msgstr "Aggiorna sottoscrizione"
203
 
204
- #: options/panel1.php:69
205
- msgid "Update the email address associated to a specific subscription (by post ID)."
206
- msgstr "Aggiorna l'indirizzo email associato ad una specifica iscrizione (necessita l'ID dell'articolo)."
207
 
208
- #: options/panel1.php:71
209
- #: options/panel1.php:101
210
- #: options/panel1.php:173
211
- #: templates/author.php:39
212
- #: templates/user.php:41
 
213
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
214
  msgstr "Ricorda: questa operazione non pu&ograve; essere annullata. Confermi di voler procedere?"
215
 
216
- #: options/panel1.php:73
217
- #: options/panel1.php:103
 
 
 
 
218
  msgid "From"
219
  msgstr "Da"
220
 
221
- #: options/panel1.php:74
222
- msgid "PID"
223
- msgstr "ID"
224
-
225
- #: options/panel1.php:75
226
- #: options/panel1.php:104
227
  msgid "To"
228
  msgstr "In"
229
 
230
- #: options/panel1.php:76
231
- #: options/panel1.php:93
232
- #: options/panel1.php:105
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
233
  msgid "Update"
234
  msgstr "Aggiorna"
235
 
236
- #: options/panel1.php:83
237
- msgid "Change status"
238
- msgstr "Aggiorna stato"
239
 
240
- #: options/panel1.php:84
241
- msgid "Change the status of an email address or permanently delete all its subscriptions."
242
- msgstr "Cambia lo stato o cancella tutte le sottoscrizioni associate ad un dato indirizzo email."
 
 
243
 
244
- #: options/panel1.php:87
245
- msgid "Action"
246
- msgstr "Azione"
247
 
248
- #: options/panel1.php:89
249
- #: options/panel1.php:195
250
- #: templates/author.php:60
251
- #: templates/user.php:58
252
- msgid "Suspend"
253
- msgstr "Sospendi"
254
 
 
255
  #: options/panel1.php:90
256
- #: options/panel1.php:196
257
- #: templates/author.php:61
258
- #: templates/user.php:59
259
- msgid "Resume"
260
- msgstr "Riattiva"
261
-
262
- #: options/panel1.php:91
263
- #: options/panel1.php:194
264
- msgid "Delete forever"
265
- msgstr "Cancella definitivamente"
266
 
267
- #: options/panel1.php:98
268
- msgid "Update email address"
269
- msgstr "Aggiorna indirizzo email"
270
 
271
- #: options/panel1.php:99
272
- msgid "You can \"mass update\" all the occurrences of a given email address (exact matches only)."
273
- msgstr "Puoi effettuare un aggiornamento globale di tutte le occorrenze di un indirizzo email."
274
 
275
- #: options/panel1.php:150
276
- msgid "&laquo; Previous"
277
- msgstr "&laquo; Precedenti"
278
 
279
- #: options/panel1.php:154
280
- msgid "Next &raquo;"
281
- msgstr "Successivi &raquo;"
 
282
 
283
- #: options/panel1.php:157
284
- msgid "Search email address"
285
- msgstr "Cerca indirizzo email"
286
 
287
- #: options/panel1.php:159
288
- #, php-format
289
- msgid "You can either <a href=\"%s\">list all the subscriptions</a> or find those where the <b>email</b>"
290
- msgstr "Puoi vedere l'elenco di <a href=\"%s\">tutte le sottoscrizioni</a> o trovare quelle in cui l'email"
 
 
 
291
 
292
- #: options/panel1.php:162
293
  msgid "equals"
294
  msgstr "&egrave; uguale a"
295
 
296
- #: options/panel1.php:163
297
  msgid "contains"
298
  msgstr "contiene"
299
 
300
- #: options/panel1.php:164
301
  msgid "does not contain"
302
  msgstr "non contiene"
303
 
304
- #: options/panel1.php:167
305
- msgid "Search"
306
- msgstr "Cerca"
307
-
308
- #: options/panel1.php:178
309
- msgid "Subscriptions for:"
310
- msgstr "Sottoscrizioni per:"
311
-
312
- #: options/panel1.php:178
313
- msgid "Rows:"
314
- msgstr "Righe:"
315
 
316
- #: options/panel1.php:178
317
- msgid "of"
318
- msgstr "di"
319
 
320
- #: options/panel1.php:179
321
- #: templates/author.php:45
322
- #: templates/user.php:47
323
- msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
324
- msgstr "Legenda: Y: iscritto, N: notifiche sospese, C: in attesa di conferma"
325
 
326
- #: options/panel1.php:181
327
- #: options/panel1.php:182
328
- msgid "Reverse the order by Date/Time"
329
- msgstr "Inverti l'ordine per data e ora"
330
 
331
- #: options/panel1.php:183
332
  msgid "Reverse the order by Post ID"
333
  msgstr "Inverti l'ordine per ID dell'articolo"
334
 
335
- #: options/panel1.php:184
336
- #: templates/request-management-link.php:77
337
- #: templates/subscribe.php:82
338
- #: templates/user.php:46
339
- msgid "Email"
340
- msgstr "Email"
341
 
342
- #: options/panel1.php:186
343
  msgid "Post (ID)"
344
  msgstr "Articolo (ID)"
345
 
346
- #: options/panel1.php:186
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
347
  msgid "Date and Time"
348
  msgstr "Data e ora"
349
 
350
- #: options/panel1.php:186
351
- msgid "Status"
352
- msgstr "Stato"
 
 
 
 
 
 
353
 
354
- #: options/panel1.php:194
355
- #: templates/author.php:59
356
- #: templates/user.php:57
357
  msgid "Action:"
358
  msgstr "Azione:"
359
 
360
- #: options/panel1.php:197
361
- #: templates/author.php:62
362
- #: templates/user.php:60
363
- msgid "Update subscriptions"
364
- msgstr "Aggiorna sottoscrizioni"
 
 
 
 
365
 
366
- #: options/panel1.php:205
367
- msgid "Sorry, no subscriptions found for"
368
- msgstr "Spiacente, nessuna sottoscrizione trovata per"
369
 
370
- #: options/panel2.php:10
371
- #: options/panel6.php:11
372
- msgid "StCR table has been successfully optimized."
373
- msgstr "Le tabelle sono state ottimizzate con successo."
374
 
375
- #: options/panel2.php:21
376
- msgid "Subscriptions"
377
- msgstr "Sottoscrizioni"
 
 
378
 
379
- #: options/panel2.php:21
380
- msgid "Subscriptions for"
381
- msgstr "Sottoscrizioni per"
 
 
382
 
383
- #: options/panel2.php:36
384
- msgid "Filter by date"
385
- msgstr "Filtra per data"
386
 
387
- #: options/panel2.php:38
388
- msgid "Month"
389
- msgstr "Mese"
 
390
 
391
- #: options/panel2.php:44
392
- msgid "Year"
393
- msgstr "Anno"
 
394
 
 
395
  #: options/panel2.php:53
396
- msgid "Subscriptions by day"
397
- msgstr "Sottoscrizioni giornaliere"
398
 
399
- #: options/panel2.php:56
400
- #: options/panel2.php:72
401
- #: options/panel2.php:98
402
- #: options/panel2.php:112
403
- #: options/panel2.php:121
404
- msgid "No data to display"
405
- msgstr "Nessun dato da visualizzare"
406
 
407
- #: options/panel2.php:68
408
- msgid "optimize"
409
- msgstr "ottimizza"
 
 
 
 
 
410
 
411
- #: options/panel2.php:69
412
- msgid "Database"
413
- msgstr "Database"
 
414
 
415
- #: options/panel2.php:84
416
- msgid "Engine"
417
- msgstr "Motore"
418
 
419
- #: options/panel2.php:85
420
- msgid "Created on"
421
- msgstr "Creato il"
 
422
 
423
- #: options/panel2.php:86
424
- msgid "Index length"
425
- msgstr "Lunghezza indice"
 
 
 
 
 
 
 
 
 
 
426
 
427
- #: options/panel2.php:87
428
- msgid "Records"
429
- msgstr "Righe"
430
 
431
- #: options/panel2.php:88
432
- msgid "Average Record Length"
433
- msgstr "Dimensione media"
 
 
 
 
 
 
 
 
 
 
 
 
434
 
435
- #: options/panel2.php:89
436
- msgid "Approximate Overhead"
437
- msgstr "Overhead stimato"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
438
 
439
- #: options/panel2.php:95
440
- msgid "Analysis for"
441
- msgstr "Analisi per"
442
 
443
- #: options/panel2.php:109
444
- msgid "Most active users"
445
- msgstr "Utenti pi&ugrave; attivi"
 
 
 
446
 
447
- #: options/panel2.php:118
448
- msgid "Popular posts"
449
- msgstr "Articoli popolari"
 
450
 
451
  #: options/panel3.php:11
452
  msgid "Management Page ID"
453
  msgstr "ID Pagina di gestione"
454
 
455
  #: options/panel3.php:12
456
- #: options/panel3.php:50
457
- msgid "Autopurge requests"
458
- msgstr "Pulizia DB"
459
-
460
- #: options/panel3.php:13
461
- #: options/panel3.php:55
462
- msgid "Sender name"
463
- msgstr "Nome del mittente"
464
 
465
  #: options/panel3.php:14
466
- #: options/panel3.php:60
467
- msgid "Sender email address"
468
- msgstr "Indirizzo email mittente"
469
 
470
  #: options/panel3.php:15
471
- #: options/panel3.php:65
472
- msgid "Checked by default"
473
- msgstr "Spuntato per default"
474
 
475
  #: options/panel3.php:16
476
- #: options/panel3.php:72
477
- msgid "Custom CSS Class"
478
- msgstr "Classe CSS"
479
 
480
  #: options/panel3.php:17
481
- #: options/panel3.php:77
482
- msgid "Custom inline style"
483
- msgstr "Stile inline"
484
 
485
  #: options/panel3.php:18
486
- #: options/panel3.php:82
487
- msgid "Custom HTML"
488
- msgstr "Codice HTML"
489
 
490
  #: options/panel3.php:19
491
- #: options/panel3.php:87
492
- msgid "Enable double check"
493
- msgstr "Attiva doppia conferma"
494
 
495
  #: options/panel3.php:20
496
- msgid "Notify authors"
497
- msgstr "Notifica autori"
498
-
499
- #: options/panel3.php:21
500
- #: options/panel3.php:101
501
- msgid "Enable HTML emails"
502
- msgstr "Abilita email HTML"
503
-
504
- #: options/panel3.php:22
505
- #: options/panel3.php:108
506
- msgid "Send trackbacks"
507
- msgstr "Notifica trackbacks"
508
-
509
- #: options/panel3.php:23
510
- #: options/panel3.php:94
511
- msgid "Notify admin"
512
- msgstr "Notifica amministratore"
513
-
514
- #: options/panel3.php:24
515
- #: options/panel3.php:122
516
- msgid "Let admin subscribe"
517
- msgstr "Consenti iscrizione per admin"
518
-
519
- #: options/panel3.php:29
520
- #: options/panel4.php:21
521
- #: options/panel5.php:28
522
- msgid "Your settings have been successfully updated."
523
- msgstr "La configurazione &egrave; stata aggiornata con successo."
524
 
525
- #: options/panel3.php:32
526
- #: options/panel4.php:24
527
- #: options/panel5.php:31
528
- msgid "There was an error updating the following fields:"
529
- msgstr "Si &egrave; verificato un errore nell'aggiornamento dei seguenti campi:"
530
 
531
- #: options/panel3.php:43
532
- #: options/panel5.php:64
533
  msgid "Management page"
534
  msgstr "Pagina di gestione"
535
 
536
- #: options/panel3.php:45
537
- #, fuzzy
538
  msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
539
- msgstr "Il permalink associato alla pagina di gestione (tipo <code>/manage-subscriptions</code> o <code>/?page_id=345</code>). Questa pagina non esiste fisicamente in Wordpress, ma il suo permalink deve essere consistente con la tua configurazione di Wordpress."
540
 
541
- #: options/panel3.php:47
542
  msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
543
  msgstr "Attenzione: sembra che il valore impostato sia incompatibile con la tua configurazione dei permalink"
544
 
545
- #: options/panel3.php:51
546
- msgid "days"
547
- msgstr "giorni"
548
-
549
- #: options/panel3.php:52
550
- msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
551
- msgstr "Cancella le iscrizioni non confermate dopo X giorni. Zero disabilita la funzione."
552
-
553
- #: options/panel3.php:57
554
- msgid "Name to use for the \"from\" field when sending a new notification to the user."
555
- msgstr "Nome da usare nel campo From quando il sistema invia una notifica all'utente."
556
 
557
- #: options/panel3.php:62
558
- msgid "Email address to use for the \"from\" field when sending a new notification to the user."
559
- msgstr "Indirizzo email da usare nel campo From."
 
560
 
561
- #: options/panel3.php:69
562
- msgid "Decide if the checkbox should be checked by default or not."
563
- msgstr "Scegli se il checkbox deve essere preselezionato per default o no."
 
 
 
 
 
 
 
 
 
564
 
565
- #: options/panel3.php:74
566
- msgid "Custom CSS class to associate to the checkbox, if you want to customize its style."
567
- msgstr "Puoi associare una classe CSS speciale al checkbox, per personalizzarne l'aspetto."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
568
 
 
569
  #: options/panel3.php:79
570
- msgid "Custom inline CSS to add to the checkbox."
571
- msgstr "Specifica il codice CSS da aggiungere direttamente in linea al checkbox."
 
 
 
 
 
 
 
 
572
 
573
- #: options/panel3.php:84
574
- msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
575
- msgstr "Codice HTML personalizzato da usare attorno al checkbox. Tag consentiti: [checkbox_field], [checkbox_label]"
576
 
577
- #: options/panel3.php:91
578
- msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
579
- msgstr "Invia una email per confermare l'iscrizione ad un dato articolo (per evitare l'uso scorretto di indirizzi email di terzi)."
580
 
581
- #: options/panel3.php:98
582
- msgid "Notify the administrator when a new comment is posted."
583
- msgstr "Notifica l'amministratore (oltre che l'autore) quando viene inserito un nuovo commento."
584
 
585
- #: options/panel3.php:105
586
- msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
587
- msgstr "Se abilitato, invia messaggi email con il content-type = text/html invece che text/plain"
588
 
589
  #: options/panel3.php:112
590
- msgid "Notify users when a new trackback or pingback is added to the discussion."
591
- msgstr "Invia una notifica anche per pingback e trackback aggiunti alla discussione."
592
 
593
- #: options/panel3.php:115
594
- msgid "Track all subscriptions"
595
- msgstr "Traccia iscrizioni"
596
 
597
- #: options/panel3.php:119
598
- msgid "Notify the administrator when users subscribe without commenting."
599
- msgstr "Notifica l'amministratore quando un utente si iscrive senza commentare."
600
 
601
- #: options/panel3.php:126
602
- msgid "Let the administrator subscribe to comments when logged in."
603
- msgstr "Consenti anche all'amministratore ed agli utenti registrati di iscriversi alle discussioni."
 
604
 
605
- #: options/panel3.php:130
606
- #: options/panel4.php:86
607
- #: options/panel5.php:144
608
- msgid "Save Changes"
609
- msgstr "Salva le opzioni"
610
 
611
- #: options/panel4.php:11
612
- #: options/panel4.php:37
613
  msgid "Notification subject"
614
  msgstr "Oggetto della notifica"
615
 
616
- #: options/panel4.php:12
617
- #: options/panel4.php:42
618
  msgid "Notification message"
619
  msgstr "Contenuto della notifica"
620
 
621
- #: options/panel4.php:13
622
- #: options/panel4.php:53
623
  msgid "Double check subject"
624
  msgstr "Oggetto doppia conferma"
625
 
626
- #: options/panel4.php:14
627
- #: options/panel4.php:58
628
  msgid "Double check message"
629
  msgstr "Contenuto doppia conferma"
630
 
631
- #: options/panel4.php:15
632
- #: options/panel4.php:69
633
  msgid "Management subject"
634
  msgstr "Oggetto email di gestione"
635
 
636
- #: options/panel4.php:16
637
- #: options/panel4.php:74
638
  msgid "Management message"
639
  msgstr "Contenuto email di gestione"
640
 
641
- #: options/panel4.php:39
642
- msgid "Subject of the notification email. Allowed tag: [post_title]"
643
- msgstr "Oggetto dell'email di notifica. Tag consentito: [post_title]"
644
-
645
- #: options/panel4.php:44
646
- #: options/panel4.php:60
647
- #: options/panel4.php:76
648
- #: options/panel5.php:74
649
- #: options/panel5.php:84
650
- #: options/panel5.php:94
651
- #: options/panel5.php:104
652
- #: options/panel5.php:114
653
- #: options/panel5.php:124
654
- #: options/panel5.php:134
655
- msgid "Bold"
656
- msgstr "Grassetto"
657
 
658
  #: options/panel4.php:45
659
- #: options/panel4.php:61
660
- #: options/panel4.php:77
661
- #: options/panel5.php:75
662
- #: options/panel5.php:85
663
- #: options/panel5.php:95
664
- #: options/panel5.php:105
665
- #: options/panel5.php:115
666
- #: options/panel5.php:125
667
- #: options/panel5.php:135
668
- msgid "Italic"
669
- msgstr "Corsivo"
670
-
671
- #: options/panel4.php:46
672
- #: options/panel4.php:62
673
- #: options/panel4.php:78
674
- #: options/panel5.php:76
675
- #: options/panel5.php:86
676
- #: options/panel5.php:96
677
- #: options/panel5.php:106
678
- #: options/panel5.php:116
679
- #: options/panel5.php:126
680
- #: options/panel5.php:136
681
- msgid "Link"
682
- msgstr "Link"
683
 
684
- #: options/panel4.php:47
685
- #: options/panel4.php:63
686
- #: options/panel4.php:79
687
- #: options/panel5.php:77
688
- #: options/panel5.php:87
689
- #: options/panel5.php:97
690
- #: options/panel5.php:107
691
- #: options/panel5.php:117
692
- #: options/panel5.php:127
693
- #: options/panel5.php:137
694
- msgid "Image"
695
- msgstr "Immagine"
696
 
697
- #: options/panel4.php:50
698
  msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
699
  msgstr "Contenuto del messaggio di notifica. Tag consentiti: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
700
 
701
- #: options/panel4.php:55
702
  msgid "Subject of the confirmation email. Allowed tag: [post_title]"
703
  msgstr "Oggetto dell'email di notifica. Tag consentito: [post_title]"
704
 
705
- #: options/panel4.php:66
706
  msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
707
  msgstr "Contenuto dell'email di conferma. Tag consentiti: [post_permalink], [confirm_link], [post_title], [manager_link]"
708
 
709
- #: options/panel4.php:71
710
  msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
711
- msgstr "Oggetto della mail inviata a coloro che richiedono di poter gestire le proprie sottoscrizioni. Tag consentito: [blog_name]"
712
 
713
- #: options/panel4.php:82
714
  msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
715
  msgstr "Contenuto dell'email di gestione. Tag consentiti: [blog_name],[manager_link]"
716
 
717
  #: options/panel5.php:11
718
- #: options/panel5.php:43
719
- msgid "Checkbox label"
720
- msgstr "Descrizione del checkbox"
721
 
722
  #: options/panel5.php:12
723
- #: options/panel5.php:48
724
- msgid "Subscribed label"
725
- msgstr "Descrizione per gli iscritti"
726
 
727
  #: options/panel5.php:13
728
- #: options/panel5.php:53
729
- msgid "Awaiting label"
730
- msgstr "Notifiche in attesa"
731
 
732
  #: options/panel5.php:14
733
- #: options/panel5.php:58
734
- msgid "Author label"
735
- msgstr "Descrizione per l'autore"
 
 
 
 
736
 
737
  #: options/panel5.php:16
738
- #: options/panel5.php:68
739
- msgid "Page title"
740
- msgstr "Titolo pagina"
741
 
742
  #: options/panel5.php:17
743
- #: options/panel5.php:73
744
- msgid "Request link"
745
- msgstr "Richiesta link"
746
-
747
- #: options/panel5.php:18
748
- #: options/panel5.php:83
749
- msgid "Request submitted"
750
- msgstr "Richiesta inviata"
751
-
752
- #: options/panel5.php:19
753
- #: options/panel5.php:93
754
- msgid "Subscribe without commenting"
755
- msgstr "Sottoscrivi senza commentare"
756
-
757
- #: options/panel5.php:20
758
- #: options/panel5.php:103
759
- msgid "Subscription processed"
760
- msgstr "Sottoscrizione avvenuta"
761
-
762
- #: options/panel5.php:21
763
- #: options/panel5.php:113
764
- msgid "Subscription processed (DCI)"
765
- msgstr "Sottoscrizioni avvenuta (DCI)"
766
-
767
- #: options/panel5.php:22
768
- #: options/panel5.php:123
769
- msgid "Authors"
770
- msgstr "Autori"
771
-
772
- #: options/panel5.php:23
773
- #: options/panel5.php:133
774
- msgid "Users"
775
- msgstr "Utenti"
776
-
777
- #: options/panel5.php:39
778
- msgid "Comment form"
779
- msgstr "Modulo per inviare commenti"
780
-
781
- #: options/panel5.php:45
782
- msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
783
- msgstr "Testo da mostrare accanto al checkbox. Tag consentito: [subscribe_link]"
784
-
785
- #: options/panel5.php:50
786
- msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
787
- msgstr "Testo da mostrare agli utenti gi&agrave; iscritti ad una discussione. Tag consentito: [manager_link]"
788
 
789
- #: options/panel5.php:55
790
- msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
791
- msgstr "Testo da mostrare agli utenti gi&agrave; iscritti ad una discussione, ma che non hanno ancora cliccato sul link di conferma. Tag consentito: [manager_link]"
792
 
793
- #: options/panel5.php:60
794
- msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
795
- msgstr "Testo da mostrare ad autori ed amministratori. Tag consentito: [manager_link]"
796
 
797
- #: options/panel5.php:70
798
- msgid "Title of the page your visitors will use to manage their subscriptions."
799
- msgstr "Titolo della pagina che i visitatori useranno per gestire le sottoscrizioni."
800
 
801
- #: options/panel5.php:80
802
- msgid "Text shown to those who request to manage their subscriptions."
803
- msgstr "Testo mostrato a coloro che richiedono il link per gestire le sottoscrizioni."
804
 
805
- #: options/panel5.php:90
806
- msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
807
- msgstr "Nota di conferma mostrata dopo che la richiesta qui sopra &egrave; stata gestita dal sistema. Tag consentiti: [post_title], [post_permalink]"
808
 
809
- #: options/panel5.php:100
810
- msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
811
- msgstr "Testo da mostrare agli utenti che vogliono iscriversi senza commentare. Tag consentiti: [post_title], [post_permalink]"
812
 
813
- #: options/panel5.php:110
814
- msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
815
- msgstr "Nota di conferma mostrata dopo che la richiesta d'iscrizione qui sopra &egrave; stata gestita dal sistema (con double check-in disabilitato). Tag consentiti: [post_title], [post_permalink]"
816
 
817
- #: options/panel5.php:120
818
- msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
819
- msgstr "Nota di conferma mostrata dopo che la richiesta &egrave; stata gestita dal sistema (con double check-in abilitato). Tag consentiti: [post_title], [post_permalink]"
820
 
821
- #: options/panel5.php:130
822
- msgid "Introductory text for the authors' management page."
823
- msgstr "Testo introduttivo per la pagina di gestione riservata agli autori."
824
 
825
- #: options/panel5.php:140
826
- msgid "Introductory text for the users' management page."
827
- msgstr "Testo introduttivo per la pagina di gestione riservata ai visitatori."
828
 
829
- #: options/panel6.php:15
830
  msgid "Support the author"
831
  msgstr "Supporta l'autore"
832
 
833
- #: options/panel6.php:22
834
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
835
  msgstr "Quanto è importante il valore aggiunto offerto dal mio plugin ai tuoi visitatori? Subscribe to Comments Reloaded &egrave; e sar&agrave; sempre gratuito, ma se vuoi puoi supportare l'autore con un piccolo contributo. Specialmente se stai usando questo plugin su un sito commerciale e se ritieni che questo plugin abbia contribuito a rendere il tuo lavoro migliore. Il denaro ricevuto sarà reinvestito nello sviluppo di Subscribe to Comments reloaded (hosting, programmi, ecc) e per comprare un po' di cibo per la mia famiglia affamata."
836
 
837
- #: options/panel6.php:24
838
  msgid "Don't want to donate? You can still help"
839
  msgstr "Non ti va di donare soldi?"
840
 
841
- #: options/panel6.php:25
842
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
843
  msgstr "Se non ritieni opportuno donare una cifra in denaro, puoi sempre scrivere un post sul tuo blog che parli di Subscribe to Comments Reloaded, ed aggiungere un link alla pagina sul mio blog. Farai un favore sia ai tuoi visitatori che a me, se deciderai di parlarne. Volendo, puoi anche donare un po' del tuo tempo: mandami un messaggio sul forum se trovi un errore, la localizzazione dell'interfaccia, o semplicemente un'idea per rendere il plugin sempre migliore. Qualsiasi cosa tu decida di fare, grazie per star usando il mio plugin!"
844
 
845
- #: options/panel6.php:27
846
  msgid "Vote and show your appreciation"
847
  msgstr "Vota e condividi"
848
 
849
- #: options/panel6.php:28
850
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
851
  msgstr "Fai sapere agli altri se Subscribe to Comments Reloaded funziona bene e quanto ti piace. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Votalo</a> sulla pagina apposita di Wordpress."
852
 
853
- #: options/panel6.php:30
854
- msgid "Official Sponsors"
855
- msgstr "Sponsor"
856
 
857
- #: options/panel6.php:31
858
  msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
859
  msgstr "Se vuoi sponsorizzare questo plugin, non esitare a <a href='http://www.duechiacchiere.it/contatto'>contattarmi</a>."
860
 
861
- #: templates/author.php:31
862
- msgid "Subscriptions have been successfully updated."
863
- msgstr "Sottoscrizioni aggiornate con successo."
864
-
865
- #: templates/author.php:44
866
  msgid "Title"
867
  msgstr "Titolo"
868
 
869
- #: templates/author.php:57
870
- #: templates/user.php:55
871
  msgid "Select all"
872
  msgstr "Seleziona tutti"
873
 
874
- #: templates/author.php:58
875
- #: templates/user.php:56
876
  msgid "Invert selection"
877
  msgstr "Inverti la selezione"
878
 
879
- #: templates/author.php:59
880
- #: templates/user.php:57
881
- msgid "Delete"
882
- msgstr "Rimuovi"
883
 
884
- #: templates/author.php:66
885
- #: templates/user.php:64
886
- msgid "Sorry, no subscriptions found."
887
- msgstr "Spiacente, nessuna sottoscrizione trovata."
888
 
889
- #: templates/request-management-link.php:80
890
- #: templates/subscribe.php:84
891
  msgid "Send"
892
  msgstr "Invia"
893
 
894
- #: templates/subscribe.php:30
895
- #: templates/subscribe.php:31
896
  msgid "New subscription to"
897
- msgstr "Nuova sottoscrizione per"
898
 
899
- #: templates/subscribe.php:31
900
  msgid "User:"
901
  msgstr "Utente:"
902
 
903
- #: templates/user.php:33
904
- msgid "All the subscriptions have been successfully updated."
905
- msgstr "Tutte le sottoscrizioni sono state aggiornate con successo."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
906
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-07-20 12:38-0500\n"
6
+ "PO-Revision-Date: 2011-07-20 12:38-0500\n"
7
+ "Last-Translator: due chiacchiere <info@duechiacchiere.it>\n"
8
  "Language-Team: due chiacchiere <info@duechiacchiere.it>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Plural-Forms: s\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: subscribe-to-comments-reloaded.php:33
20
+ #: subscribe-to-comments-reloaded.php:221
21
+ msgid "Your subscription to this post needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
 
 
 
 
 
22
  msgstr "La tua iscrizione &egrave; in attesa di conferma. Se vuoi, puoi <a href='[manager_link]'>gestire</a> il tuo profilo."
23
 
24
+ #: subscribe-to-comments-reloaded.php:38
25
+ #: subscribe-to-comments-reloaded.php:220
26
+ msgid "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your subscriptions."
27
+ msgstr "Sei gi&agrave; iscritto a quest'articolo. Se vuoi, puoi <a href='[manager_link]'>gestire</a> il tuo profilo."
28
+
29
+ #: subscribe-to-comments-reloaded.php:45
30
+ #: subscribe-to-comments-reloaded.php:222
31
+ msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
32
  msgstr "Gestisci gli utenti <a href='[manager_link]'>iscritti</a> alla discussione."
33
 
34
+ #: subscribe-to-comments-reloaded.php:50
35
+ #: subscribe-to-comments-reloaded.php:217
36
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
37
  msgstr "Ricevi un avviso se ci sono nuovi commenti. Oppure <a href='[subscribe_link]'>iscriviti</a> senza commentare."
38
 
39
+ #: subscribe-to-comments-reloaded.php:60
40
+ msgid "All"
41
+ msgstr "Tutti"
42
+
43
+ #: subscribe-to-comments-reloaded.php:61
44
+ #: templates/user.php:66
45
+ msgid "Replies to my comments"
46
+ msgstr "Risposte ai miei commenti"
47
+
48
+ #: subscribe-to-comments-reloaded.php:62
49
+ msgid "Daily digest"
50
+ msgstr "Riassunto giornaliero"
51
+
52
+ #: subscribe-to-comments-reloaded.php:194
53
+ #: options/index.php:41
54
  msgid "Manage subscriptions"
55
+ msgstr "Gestisci iscrizioni"
56
 
57
+ #: subscribe-to-comments-reloaded.php:195
58
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
59
+ msgstr "Al fine di gestire le tue iscrizioni, inserisci il tuo indirizzo email nel campo qui di seguito. Ti sar&agrave; inviato un messaggio contenente il link per accedere alla tua area riservata."
60
 
61
+ #: subscribe-to-comments-reloaded.php:196
62
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
63
  msgstr "Grazie per aver usato il servizio di notifica di questo blog. La tua richiesta &egrave; stata completata, e dovresti ricevere una mail fra pochi minuti. Al suo interno troverai il link personalizzato per accedere alla tua area di gestione."
64
 
65
+ #: subscribe-to-comments-reloaded.php:197
66
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
67
  msgstr "Puoi seguire la discussione su <strong>[post_title]</strong> senza dover lasciare un commento. Bello, no? Ti basta inserire il tuo indirizzo email nel campo qui sotto e premere invio, al resto pensa il sistema."
68
 
69
+ #: subscribe-to-comments-reloaded.php:198
70
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
71
  msgstr "Grazie per aver usato il servizio di notifica di questo blog. La tua richiesta &egrave; stata completata. Riceverai una notifica ogni volta che un nuovo commento a quell'articolo viene approvato e pubblicato dall'amministratore del sito."
72
 
73
+ #: subscribe-to-comments-reloaded.php:199
74
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
75
  msgstr "Grazie per aver usato il servizio di notifica di questo blog. Al fine di completare la tua richiesta, ti &egrave; stata inviata una email di conferma. Segui le semplici istruzioni per verificare la tua identit&agrave;."
76
 
77
+ #: subscribe-to-comments-reloaded.php:200
78
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
79
  msgstr "Se desideri disdire o sospendere le tue notifiche, spunta la casella corrispondente all'articolo e clicca sul pulsante in fondo alla lista."
80
 
81
+ #: subscribe-to-comments-reloaded.php:201
82
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
83
  msgstr "Se desideri disdire o sospendere le tue notifiche, spunta la casella corrispondente all'articolo e clicca sul pulsante in fondo alla lista. Al momento, risulti iscritto a:"
84
 
85
+ #: subscribe-to-comments-reloaded.php:215
86
  msgid "There is a new comment to [post_title]"
87
  msgstr "Nuovo commento per [post_title]"
88
 
89
+ #: subscribe-to-comments-reloaded.php:216
90
  msgid ""
91
  "There is a new comment to [post_title].\n"
92
  "Comment Link: [comment_permalink]\n"
105
  "Permalink: [post_permalink]\n"
106
  "Gestisci le tue iscrizioni: [manager_link]"
107
 
108
+ #: subscribe-to-comments-reloaded.php:223
109
  msgid "Please confirm your subscription to [post_title]"
110
  msgstr "Conferma la tua iscrizione a [post_title]"
111
 
112
+ #: subscribe-to-comments-reloaded.php:224
113
  msgid ""
114
  "You have requested to be notified every time a new comment is added to:\n"
115
  "[post_permalink]\n"
125
  "\n"
126
  "Se credi di aver ricevuto questo messaggio per errore, ti preghiamo di rispondere all'email per contattare l'amministratore."
127
 
128
+ #: subscribe-to-comments-reloaded.php:225
129
  msgid "Manage your subscriptions on [blog_name]"
130
+ msgstr "Gestisci le tue iscrizioni su [blog_name]"
131
 
132
+ #: subscribe-to-comments-reloaded.php:226
133
  msgid ""
134
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
135
  "[manager_link]"
136
  msgstr ""
137
+ "Hai richiesto di poter gestire le tue iscrizioni agli articoli su [blog_name]. Clicca sul link qui di seguito per accedere alla tua area riservata:\n"
138
  "[manager_link]"
139
 
140
+ #: subscribe-to-comments-reloaded.php:956
141
  msgid "Subscribed"
142
  msgstr "Iscritto"
143
 
144
+ #: subscribe-to-comments-reloaded.php:970
145
+ #: options/panel2.php:41
146
+ #: options/panel2.php:48
147
+ #: options/panel2.php:55
148
+ #: options/panel5.php:42
149
+ #: options/panel5.php:49
150
+ #: options/panel5.php:56
151
+ #: options/panel5.php:63
152
+ #: options/panel5.php:70
153
+ #: options/panel5.php:77
154
  msgid "Yes"
155
  msgstr "Si"
156
 
157
+ #: subscribe-to-comments-reloaded.php:972
158
+ msgid "Pending"
159
+ msgstr "In sospeso"
160
 
161
+ #: subscribe-to-comments-reloaded.php:973
162
+ #: options/panel2.php:42
163
+ #: options/panel2.php:49
164
+ #: options/panel2.php:56
165
+ #: options/panel5.php:43
166
+ #: options/panel5.php:50
167
+ #: options/panel5.php:57
168
+ #: options/panel5.php:64
169
+ #: options/panel5.php:71
170
+ #: options/panel5.php:78
171
  msgid "No"
172
  msgstr "No"
173
 
174
+ #: subscribe-to-comments-reloaded.php:983
175
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
176
  msgstr "Serve aiuto su come usare al meglio Subscribe to Comments Reloaded? Visita il"
177
 
178
+ #: subscribe-to-comments-reloaded.php:983
179
  msgid "support forum"
180
  msgstr "forum di supporto"
181
 
182
+ #: subscribe-to-comments-reloaded.php:984
183
  msgid "Feeling generous?"
184
  msgstr "Ti senti generoso?"
185
 
186
+ #: subscribe-to-comments-reloaded.php:984
187
  msgid "Donate a few bucks!"
188
  msgstr "Dona qualche euro!"
189
 
190
+ #: options/index.php:42
191
+ msgid "Comment Form"
192
+ msgstr "Modulo per inviare commenti"
 
 
 
 
193
 
194
+ #: options/index.php:43
195
+ msgid "Management Page"
196
+ msgstr "Pagina di gestione"
197
 
198
+ #: options/index.php:44
199
+ msgid "Notifications"
200
+ msgstr "Notifiche"
201
 
202
+ #: options/index.php:45
203
+ #: options/panel2.php:35
204
+ #: options/panel3.php:38
205
+ #: options/panel4.php:34
206
+ msgid "Options"
207
+ msgstr "Opzioni"
208
 
209
+ #: options/index.php:46
210
+ msgid "You can help"
211
+ msgstr "Aiuto"
212
+
213
+ #: options/panel1-business-logic.php:18
214
+ msgid "Subscription added."
215
+ msgstr "Iscrizione aggiunta."
216
+
217
+ #: options/panel1-business-logic.php:30
218
+ msgid "Subscriptions updated."
219
+ msgstr "Iscrizioni aggiornate con successo."
220
+
221
+ #: options/panel1-business-logic.php:39
222
+ msgid "Subscription deleted."
223
+ msgstr "Iscrizioni rimosse."
224
+
225
+ #: options/panel1-business-logic.php:54
226
+ #: templates/author.php:22
227
+ #: templates/user.php:22
228
+ msgid "Subscriptions deleted:"
229
+ msgstr "Iscrizioni rimosse:"
230
+
231
+ #: options/panel1-business-logic.php:58
232
+ #: templates/author.php:26
233
+ #: templates/user.php:26
234
+ msgid "Subscriptions suspended:"
235
+ msgstr "Iscrizioni sospese:"
236
+
237
+ #: options/panel1-business-logic.php:62
238
+ #: templates/author.php:30
239
+ #: templates/user.php:30
240
+ msgid "Subscriptions activated:"
241
+ msgstr "Iscrizioni attivate:"
242
+
243
+ #: options/panel1-business-logic.php:66
244
+ #: options/panel1-business-logic.php:70
245
+ #: templates/author.php:34
246
+ #: templates/author.php:38
247
+ #: templates/user.php:34
248
+ msgid "Subscriptions updated:"
249
+ msgstr "Iscrizioni aggiornate:"
250
+
251
+ #: options/panel1-business-logic.php:94
252
+ msgid "&laquo; Previous"
253
+ msgstr "&laquo; Precedenti"
254
 
255
+ #: options/panel1-business-logic.php:98
256
+ msgid "Next &raquo;"
257
+ msgstr "Successivi &raquo;"
258
 
259
+ #: options/panel1-edit-subscription.php:8
260
+ msgid "Update Subscription"
261
+ msgstr "Aggiorna iscrizione"
262
 
263
+ #: options/panel1-edit-subscription.php:10
264
+ #: options/panel1.php:19
265
+ #: options/panel1.php:81
266
+ #: options/panel1.php:113
267
+ #: templates/author.php:51
268
+ #: templates/user.php:47
269
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
270
  msgstr "Ricorda: questa operazione non pu&ograve; essere annullata. Confermi di voler procedere?"
271
 
272
+ #: options/panel1-edit-subscription.php:12
273
+ msgid "Post:"
274
+ msgstr "Articolo:"
275
+
276
+ #: options/panel1-edit-subscription.php:13
277
+ #: options/panel1.php:21
278
  msgid "From"
279
  msgstr "Da"
280
 
281
+ #: options/panel1-edit-subscription.php:14
282
+ #: options/panel1.php:22
 
 
 
 
283
  msgid "To"
284
  msgstr "In"
285
 
286
+ #: options/panel1-edit-subscription.php:15
287
+ #: options/panel1.php:26
288
+ #: options/panel1.php:45
289
+ #: options/panel1.php:103
290
+ msgid "Status"
291
+ msgstr "Stato"
292
+
293
+ #: options/panel1-edit-subscription.php:17
294
+ #: options/panel1.php:28
295
+ msgid "Keep unchanged"
296
+ msgstr "Non cambiare"
297
+
298
+ #: options/panel1-edit-subscription.php:18
299
+ #: options/panel1.php:29
300
+ #: options/panel1.php:47
301
+ msgid "Active"
302
+ msgstr "Attiva"
303
+
304
+ #: options/panel1-edit-subscription.php:19
305
+ #: options/panel1.php:30
306
+ #: options/panel1.php:48
307
+ msgid "Replies only"
308
+ msgstr "Solo risposte"
309
+
310
+ #: options/panel1-edit-subscription.php:20
311
+ #: options/panel1.php:31
312
+ msgid "Suspended"
313
+ msgstr "Sospesa"
314
+
315
+ #: options/panel1-edit-subscription.php:21
316
+ #: options/panel1.php:32
317
  msgid "Update"
318
  msgstr "Aggiorna"
319
 
320
+ #: options/panel1.php:17
321
+ msgid "Mass Update Subscriptions"
322
+ msgstr "Aggiorna iscrizioni"
323
 
324
+ #: options/panel1.php:23
325
+ #: options/panel1.php:24
326
+ #: options/panel1.php:25
327
+ msgid "optional"
328
+ msgstr "facoltativo"
329
 
330
+ #: options/panel1.php:39
331
+ msgid "Add New Subscription"
332
+ msgstr "Nuova iscrizione"
333
 
334
+ #: options/panel1.php:43
335
+ msgid "Post ID"
336
+ msgstr "ID Articolo"
 
 
 
337
 
338
+ #: options/panel1.php:44
339
  #: options/panel1.php:90
340
+ #: templates/request-management-link.php:65
341
+ #: templates/subscribe.php:88
342
+ #: templates/user.php:52
343
+ msgid "Email"
344
+ msgstr "Email"
 
 
 
 
 
345
 
346
+ #: options/panel1.php:49
347
+ msgid "Ask user to confirm"
348
+ msgstr "Richiedi conferma"
349
 
350
+ #: options/panel1.php:50
351
+ msgid "Add"
352
+ msgstr "Aggiungi"
353
 
354
+ #: options/panel1.php:59
355
+ msgid "Search subscriptions"
356
+ msgstr "Cerca tra le iscrizioni"
357
 
358
+ #: options/panel1.php:61
359
+ #, php-format
360
+ msgid "You can either <a href=\"%s\">view all the subscriptions</a> or find those where the"
361
+ msgstr "Puoi vedere l'elenco di <a href=\"%s\">tutte le iscrizioni</a> o trovare quelle in cui"
362
 
363
+ #: options/panel1.php:64
364
+ msgid "email"
365
+ msgstr "email"
366
 
367
+ #: options/panel1.php:65
368
+ msgid "post ID"
369
+ msgstr "id articolo"
370
+
371
+ #: options/panel1.php:66
372
+ msgid "status"
373
+ msgstr "stato"
374
 
375
+ #: options/panel1.php:69
376
  msgid "equals"
377
  msgstr "&egrave; uguale a"
378
 
379
+ #: options/panel1.php:70
380
  msgid "contains"
381
  msgstr "contiene"
382
 
383
+ #: options/panel1.php:71
384
  msgid "does not contain"
385
  msgstr "non contiene"
386
 
387
+ #: options/panel1.php:72
388
+ msgid "starts with"
389
+ msgstr "inizia per"
 
 
 
 
 
 
 
 
390
 
391
+ #: options/panel1.php:73
392
+ msgid "ends with"
393
+ msgstr "finisce con"
394
 
395
+ #: options/panel1.php:76
396
+ msgid "results per page:"
397
+ msgstr "risultati per pagina:"
 
 
398
 
399
+ #: options/panel1.php:77
400
+ msgid "Search"
401
+ msgstr "Cerca"
 
402
 
403
+ #: options/panel1.php:85
404
  msgid "Reverse the order by Post ID"
405
  msgstr "Inverti l'ordine per ID dell'articolo"
406
 
407
+ #: options/panel1.php:86
408
+ #: options/panel1.php:87
409
+ msgid "Reverse the order by Date/Time"
410
+ msgstr "Inverti l'ordine per data e ora"
 
 
411
 
412
+ #: options/panel1.php:89
413
  msgid "Post (ID)"
414
  msgstr "Articolo (ID)"
415
 
416
+ #: options/panel1.php:92
417
+ msgid "Search query:"
418
+ msgstr "Chiave di ricerca:"
419
+
420
+ #: options/panel1.php:92
421
+ msgid "Rows:"
422
+ msgstr "Righe:"
423
+
424
+ #: options/panel1.php:92
425
+ msgid "of"
426
+ msgstr "di"
427
+
428
+ #: options/panel1.php:93
429
+ #: templates/author.php:57
430
+ #: templates/user.php:53
431
+ msgid "Legend: Y = all comments, R = replies only, C = inactive"
432
+ msgstr "Legenda: Y = tutti i commenti, R = solo risposte, C = sospesa"
433
+
434
+ #: options/panel1.php:102
435
  msgid "Date and Time"
436
  msgstr "Data e ora"
437
 
438
+ #: options/panel1.php:112
439
+ msgid "Edit"
440
+ msgstr "Modifica"
441
+
442
+ #: options/panel1.php:113
443
+ #: templates/author.php:70
444
+ #: templates/user.php:64
445
+ msgid "Delete"
446
+ msgstr "Rimuovi"
447
 
448
+ #: options/panel1.php:121
449
+ #: templates/author.php:69
450
+ #: templates/user.php:63
451
  msgid "Action:"
452
  msgstr "Azione:"
453
 
454
+ #: options/panel1.php:122
455
+ msgid "Delete forever"
456
+ msgstr "Cancella definitivamente"
457
+
458
+ #: options/panel1.php:123
459
+ #: templates/author.php:71
460
+ #: templates/user.php:65
461
+ msgid "Suspend"
462
+ msgstr "Sospendi"
463
 
464
+ #: options/panel1.php:124
465
+ msgid "Activate and set to Y"
466
+ msgstr "Attiva ed imposta ad Y"
467
 
468
+ #: options/panel1.php:125
469
+ msgid "Activate and set to R"
470
+ msgstr "Attiva ed imposta ad R"
 
471
 
472
+ #: options/panel1.php:126
473
+ #: templates/author.php:73
474
+ #: templates/user.php:67
475
+ msgid "Activate"
476
+ msgstr "Attiva"
477
 
478
+ #: options/panel1.php:127
479
+ #: templates/author.php:74
480
+ #: templates/user.php:68
481
+ msgid "Update subscriptions"
482
+ msgstr "Aggiorna iscrizioni"
483
 
484
+ #: options/panel1.php:131
485
+ msgid "Sorry, no subscriptions match your search criteria."
486
+ msgstr "Spiacente, nessuna iscrizione soddisfa i tuoi parametri di ricerca."
487
 
488
+ #: options/panel2.php:11
489
+ #: options/panel2.php:39
490
+ msgid "Enable default checkbox"
491
+ msgstr "Mostra checkbox"
492
 
493
+ #: options/panel2.php:12
494
+ #: options/panel2.php:46
495
+ msgid "Checked by default"
496
+ msgstr "Spuntato per default"
497
 
498
+ #: options/panel2.php:13
499
  #: options/panel2.php:53
500
+ msgid "Advanced subscription"
501
+ msgstr "Iscrizione avanzata"
502
 
503
+ #: options/panel2.php:14
504
+ #: options/panel2.php:60
505
+ msgid "Custom inline style"
506
+ msgstr "Stile inline"
 
 
 
507
 
508
+ #: options/panel2.php:15
509
+ #: options/panel2.php:65
510
+ msgid "Custom HTML"
511
+ msgstr "Codice HTML"
512
+
513
+ #: options/panel2.php:17
514
+ msgid "Checkbox label"
515
+ msgstr "Descrizione del checkbox"
516
 
517
+ #: options/panel2.php:18
518
+ #: options/panel2.php:81
519
+ msgid "Subscribed label"
520
+ msgstr "Descrizione per gli iscritti"
521
 
522
+ #: options/panel2.php:19
523
+ msgid "Awaiting label"
524
+ msgstr "Notifiche in attesa"
525
 
526
+ #: options/panel2.php:20
527
+ #: options/panel2.php:91
528
+ msgid "Author label"
529
+ msgstr "Descrizione per l'autore"
530
 
531
+ #: options/panel2.php:25
532
+ #: options/panel3.php:25
533
+ #: options/panel4.php:23
534
+ #: options/panel5.php:22
535
+ msgid "Your settings have been successfully updated."
536
+ msgstr "La configurazione &egrave; stata aggiornata con successo."
537
+
538
+ #: options/panel2.php:28
539
+ #: options/panel3.php:28
540
+ #: options/panel4.php:26
541
+ #: options/panel5.php:25
542
+ msgid "There was an error updating the following fields:"
543
+ msgstr "Si &egrave; verificato un errore nell'aggiornamento dei seguenti campi:"
544
 
545
+ #: options/panel2.php:43
546
+ msgid "Disable this option if you want to move the subscription checkbox to a different place on your page."
547
+ msgstr "Disattiva questa opzione se vuoi personalizzare la posizione del checkbon nel tuo template."
548
 
549
+ #: options/panel2.php:50
550
+ msgid "Decide if the checkbox should be checked by default or not."
551
+ msgstr "Scegli se il checkbox deve essere preselezionato per default o no."
552
+
553
+ #: options/panel2.php:57
554
+ msgid "Allow users to choose from different subscription types (all, replies only)."
555
+ msgstr "Consenti agli utenti di decidere che tipo d'iscrizione vogliono usare (tutti i commenti, solo risposte ai loro commenti)."
556
+
557
+ #: options/panel2.php:62
558
+ msgid "Custom inline CSS to add to the checkbox."
559
+ msgstr "Specifica il codice CSS da aggiungere direttamente in linea al checkbox."
560
+
561
+ #: options/panel2.php:67
562
+ msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
563
+ msgstr "Codice HTML personalizzato da usare attorno al checkbox. Tag consentiti: [checkbox_field], [checkbox_label]"
564
 
565
+ #: options/panel2.php:72
566
+ msgid "Messages for your visitors"
567
+ msgstr "Messaggi per i visitatori"
568
+
569
+ #: options/panel2.php:76
570
+ msgid "Default label"
571
+ msgstr "Descrizione del checkbox"
572
+
573
+ #: options/panel2.php:78
574
+ msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
575
+ msgstr "Testo da mostrare accanto al checkbox. Tag consentito: [subscribe_link]"
576
+
577
+ #: options/panel2.php:83
578
+ msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
579
+ msgstr "Testo da mostrare agli utenti gi&agrave; iscritti ad una discussione. Tag consentito: [manager_link]"
580
+
581
+ #: options/panel2.php:86
582
+ msgid "Pending label"
583
+ msgstr "Notifiche in attesa"
584
+
585
+ #: options/panel2.php:88
586
+ msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
587
+ msgstr "Testo da mostrare agli utenti gi&agrave; iscritti ad una discussione, ma che non hanno ancora cliccato sul link di conferma. Tag consentito: [manager_link]"
588
 
589
+ #: options/panel2.php:93
590
+ msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
591
+ msgstr "Testo da mostrare ad autori ed amministratori. Tag consentito: [manager_link]"
592
 
593
+ #: options/panel2.php:97
594
+ #: options/panel3.php:136
595
+ #: options/panel4.php:103
596
+ #: options/panel5.php:83
597
+ msgid "Save Changes"
598
+ msgstr "Salva le opzioni"
599
 
600
+ #: options/panel3.php:10
601
+ #: options/panel3.php:42
602
+ msgid "Page title"
603
+ msgstr "Titolo pagina"
604
 
605
  #: options/panel3.php:11
606
  msgid "Management Page ID"
607
  msgstr "ID Pagina di gestione"
608
 
609
  #: options/panel3.php:12
610
+ #: options/panel3.php:54
611
+ msgid "Custom HEAD meta"
612
+ msgstr "Meta HEAD personalizzato"
 
 
 
 
 
613
 
614
  #: options/panel3.php:14
615
+ #: options/panel3.php:65
616
+ msgid "Request link"
617
+ msgstr "Richiesta link"
618
 
619
  #: options/panel3.php:15
620
+ #: options/panel3.php:75
621
+ msgid "Request submitted"
622
+ msgstr "Richiesta inviata"
623
 
624
  #: options/panel3.php:16
625
+ #: options/panel3.php:85
626
+ msgid "Subscribe without commenting"
627
+ msgstr "Iscriviti senza commentare"
628
 
629
  #: options/panel3.php:17
630
+ #: options/panel3.php:95
631
+ msgid "Subscription processed"
632
+ msgstr "Iscrizione avvenuta"
633
 
634
  #: options/panel3.php:18
635
+ #: options/panel3.php:105
636
+ msgid "Subscription processed (DCI)"
637
+ msgstr "Iscrizione avvenuta (DCI)"
638
 
639
  #: options/panel3.php:19
640
+ #: options/panel3.php:115
641
+ msgid "Authors"
642
+ msgstr "Autori"
643
 
644
  #: options/panel3.php:20
645
+ #: options/panel3.php:125
646
+ msgid "Users"
647
+ msgstr "Utenti"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
648
 
649
+ #: options/panel3.php:44
650
+ msgid "Title of the page your visitors will use to manage their subscriptions."
651
+ msgstr "Titolo della pagina che i visitatori useranno per gestire le iscrizioni."
 
 
652
 
653
+ #: options/panel3.php:47
 
654
  msgid "Management page"
655
  msgstr "Pagina di gestione"
656
 
657
+ #: options/panel3.php:49
 
658
  msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
659
+ msgstr "Il permalink associato alla pagina di gestione (tipo <code>/manage-subscriptions</code> o <code>/?page_id=345</code>). Questa pagina <b>non esiste fisicamente</b> in Wordpress, ma il suo permalink deve essere consistente con la tua configurazione di Wordpress."
660
 
661
+ #: options/panel3.php:51
662
  msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
663
  msgstr "Attenzione: sembra che il valore impostato sia incompatibile con la tua configurazione dei permalink"
664
 
665
+ #: options/panel3.php:56
666
+ msgid "Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values."
667
+ msgstr "Specifica il codice HTML che vuoi inserire nella parte HEAD della pagina di gestione. Usa <strong>singoli</strong> aplici per i valori."
 
 
 
 
 
 
 
 
668
 
669
+ #: options/panel3.php:61
670
+ #: options/panel4.php:50
671
+ msgid "Messages"
672
+ msgstr "Messaggi"
673
 
674
+ #: options/panel3.php:66
675
+ #: options/panel3.php:76
676
+ #: options/panel3.php:86
677
+ #: options/panel3.php:96
678
+ #: options/panel3.php:106
679
+ #: options/panel3.php:116
680
+ #: options/panel3.php:126
681
+ #: options/panel4.php:61
682
+ #: options/panel4.php:77
683
+ #: options/panel4.php:93
684
+ msgid "Bold"
685
+ msgstr "Grassetto"
686
 
687
+ #: options/panel3.php:67
688
+ #: options/panel3.php:77
689
+ #: options/panel3.php:87
690
+ #: options/panel3.php:97
691
+ #: options/panel3.php:107
692
+ #: options/panel3.php:117
693
+ #: options/panel3.php:127
694
+ #: options/panel4.php:62
695
+ #: options/panel4.php:78
696
+ #: options/panel4.php:94
697
+ msgid "Italic"
698
+ msgstr "Corsivo"
699
+
700
+ #: options/panel3.php:68
701
+ #: options/panel3.php:78
702
+ #: options/panel3.php:88
703
+ #: options/panel3.php:98
704
+ #: options/panel3.php:108
705
+ #: options/panel3.php:118
706
+ #: options/panel3.php:128
707
+ #: options/panel4.php:63
708
+ #: options/panel4.php:79
709
+ #: options/panel4.php:95
710
+ msgid "Link"
711
+ msgstr "Link"
712
 
713
+ #: options/panel3.php:69
714
  #: options/panel3.php:79
715
+ #: options/panel3.php:89
716
+ #: options/panel3.php:99
717
+ #: options/panel3.php:109
718
+ #: options/panel3.php:119
719
+ #: options/panel3.php:129
720
+ #: options/panel4.php:64
721
+ #: options/panel4.php:80
722
+ #: options/panel4.php:96
723
+ msgid "Image"
724
+ msgstr "Immagine"
725
 
726
+ #: options/panel3.php:72
727
+ msgid "Text shown to those who request to manage their subscriptions."
728
+ msgstr "Testo mostrato a coloro che richiedono il link per gestire le iscrizioni."
729
 
730
+ #: options/panel3.php:82
731
+ msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
732
+ msgstr "Nota di conferma mostrata dopo che la richiesta qui sopra &egrave; stata gestita dal sistema. Tag consentiti: [post_title], [post_permalink]"
733
 
734
+ #: options/panel3.php:92
735
+ msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
736
+ msgstr "Testo da mostrare agli utenti che vogliono iscriversi senza commentare. Tag consentiti: [post_title], [post_permalink]"
737
 
738
+ #: options/panel3.php:102
739
+ msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
740
+ msgstr "Nota di conferma mostrata dopo che la richiesta d'iscrizione qui sopra &egrave; stata gestita dal sistema (con double check-in disabilitato). Tag consentiti: [post_title], [post_permalink]"
741
 
742
  #: options/panel3.php:112
743
+ msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
744
+ msgstr "Nota di conferma mostrata dopo che la richiesta &egrave; stata gestita dal sistema (con double check-in abilitato). Tag consentiti: [post_title], [post_permalink]"
745
 
746
+ #: options/panel3.php:122
747
+ msgid "Introductory text for the authors' management page."
748
+ msgstr "Testo introduttivo per la pagina di gestione riservata agli autori."
749
 
750
+ #: options/panel3.php:132
751
+ msgid "Introductory text for the users' management page."
752
+ msgstr "Testo introduttivo per la pagina di gestione riservata ai visitatori."
753
 
754
+ #: options/panel4.php:11
755
+ #: options/panel4.php:38
756
+ msgid "Sender name"
757
+ msgstr "Nome del mittente"
758
 
759
+ #: options/panel4.php:12
760
+ #: options/panel4.php:43
761
+ msgid "Sender email address"
762
+ msgstr "Indirizzo email mittente"
 
763
 
764
+ #: options/panel4.php:13
765
+ #: options/panel4.php:54
766
  msgid "Notification subject"
767
  msgstr "Oggetto della notifica"
768
 
769
+ #: options/panel4.php:14
770
+ #: options/panel4.php:59
771
  msgid "Notification message"
772
  msgstr "Contenuto della notifica"
773
 
774
+ #: options/panel4.php:15
775
+ #: options/panel4.php:70
776
  msgid "Double check subject"
777
  msgstr "Oggetto doppia conferma"
778
 
779
+ #: options/panel4.php:16
780
+ #: options/panel4.php:75
781
  msgid "Double check message"
782
  msgstr "Contenuto doppia conferma"
783
 
784
+ #: options/panel4.php:17
785
+ #: options/panel4.php:86
786
  msgid "Management subject"
787
  msgstr "Oggetto email di gestione"
788
 
789
+ #: options/panel4.php:18
790
+ #: options/panel4.php:91
791
  msgid "Management message"
792
  msgstr "Contenuto email di gestione"
793
 
794
+ #: options/panel4.php:40
795
+ msgid "Name to use for the \"from\" field when sending a new notification to the user."
796
+ msgstr "Nome da usare nel campo From quando il sistema invia una notifica all'utente."
 
 
 
 
 
 
 
 
 
 
 
 
 
797
 
798
  #: options/panel4.php:45
799
+ msgid "Email address to use for the \"from\" field when sending a new notification to the user."
800
+ msgstr "Indirizzo email da usare nel campo From."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
801
 
802
+ #: options/panel4.php:56
803
+ msgid "Subject of the notification email. Allowed tag: [post_title]"
804
+ msgstr "Oggetto dell'email di notifica. Tag consentito: [post_title]"
 
 
 
 
 
 
 
 
 
805
 
806
+ #: options/panel4.php:67
807
  msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
808
  msgstr "Contenuto del messaggio di notifica. Tag consentiti: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
809
 
810
+ #: options/panel4.php:72
811
  msgid "Subject of the confirmation email. Allowed tag: [post_title]"
812
  msgstr "Oggetto dell'email di notifica. Tag consentito: [post_title]"
813
 
814
+ #: options/panel4.php:83
815
  msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
816
  msgstr "Contenuto dell'email di conferma. Tag consentiti: [post_permalink], [confirm_link], [post_title], [manager_link]"
817
 
818
+ #: options/panel4.php:88
819
  msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
820
+ msgstr "Oggetto della mail inviata a coloro che richiedono di poter gestire le proprie iscrizioni. Tag consentito: [blog_name]"
821
 
822
+ #: options/panel4.php:99
823
  msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
824
  msgstr "Contenuto dell'email di gestione. Tag consentiti: [blog_name],[manager_link]"
825
 
826
  #: options/panel5.php:11
827
+ #: options/panel5.php:35
828
+ msgid "Autopurge requests"
829
+ msgstr "Pulizia DB"
830
 
831
  #: options/panel5.php:12
832
+ #: options/panel5.php:40
833
+ msgid "Enable double check"
834
+ msgstr "Attiva doppia conferma"
835
 
836
  #: options/panel5.php:13
837
+ msgid "Notify authors"
838
+ msgstr "Notifica autori"
 
839
 
840
  #: options/panel5.php:14
841
+ #: options/panel5.php:54
842
+ msgid "Enable HTML emails"
843
+ msgstr "Abilita email HTML"
844
+
845
+ #: options/panel5.php:15
846
+ msgid "Send trackbacks"
847
+ msgstr "Notifica trackbacks"
848
 
849
  #: options/panel5.php:16
850
+ #: options/panel5.php:47
851
+ msgid "Notify admin"
852
+ msgstr "Notifica amministratore"
853
 
854
  #: options/panel5.php:17
855
+ #: options/panel5.php:75
856
+ msgid "Let admin subscribe"
857
+ msgstr "Consenti iscrizione per admin"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
858
 
859
+ #: options/panel5.php:36
860
+ msgid "days"
861
+ msgstr "giorni"
862
 
863
+ #: options/panel5.php:37
864
+ msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
865
+ msgstr "Cancella le iscrizioni non confermate dopo X giorni. Zero disabilita la funzione."
866
 
867
+ #: options/panel5.php:44
868
+ msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
869
+ msgstr "Invia una email per confermare l'iscrizione ad un dato articolo (per evitare l'uso scorretto di indirizzi email di terzi)."
870
 
871
+ #: options/panel5.php:51
872
+ msgid "Notify the administrator when a new comment is posted."
873
+ msgstr "Notifica l'amministratore (oltre che l'autore) quando viene inserito un nuovo commento."
874
 
875
+ #: options/panel5.php:58
876
+ msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
877
+ msgstr "Se abilitato, invia messaggi email con il content-type = text/html invece che text/plain"
878
 
879
+ #: options/panel5.php:61
880
+ msgid "Process trackbacks"
881
+ msgstr "Notifica trackback"
882
 
883
+ #: options/panel5.php:65
884
+ msgid "Notify users when a new trackback or pingback is added to the discussion."
885
+ msgstr "Invia una notifica anche per pingback e trackback aggiunti alla discussione."
886
 
887
+ #: options/panel5.php:68
888
+ msgid "Track all subscriptions"
889
+ msgstr "Traccia iscrizioni"
890
 
891
+ #: options/panel5.php:72
892
+ msgid "Notify the administrator when users subscribe without commenting."
893
+ msgstr "Notifica l'amministratore quando un utente si iscrive senza commentare."
894
 
895
+ #: options/panel5.php:79
896
+ msgid "Let the administrator subscribe to comments when logged in."
897
+ msgstr "Consenti anche all'amministratore ed agli utenti registrati di iscriversi alle discussioni."
898
 
899
+ #: options/panel6.php:8
900
  msgid "Support the author"
901
  msgstr "Supporta l'autore"
902
 
903
+ #: options/panel6.php:16
904
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
905
  msgstr "Quanto è importante il valore aggiunto offerto dal mio plugin ai tuoi visitatori? Subscribe to Comments Reloaded &egrave; e sar&agrave; sempre gratuito, ma se vuoi puoi supportare l'autore con un piccolo contributo. Specialmente se stai usando questo plugin su un sito commerciale e se ritieni che questo plugin abbia contribuito a rendere il tuo lavoro migliore. Il denaro ricevuto sarà reinvestito nello sviluppo di Subscribe to Comments reloaded (hosting, programmi, ecc) e per comprare un po' di cibo per la mia famiglia affamata."
906
 
907
+ #: options/panel6.php:18
908
  msgid "Don't want to donate? You can still help"
909
  msgstr "Non ti va di donare soldi?"
910
 
911
+ #: options/panel6.php:19
912
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
913
  msgstr "Se non ritieni opportuno donare una cifra in denaro, puoi sempre scrivere un post sul tuo blog che parli di Subscribe to Comments Reloaded, ed aggiungere un link alla pagina sul mio blog. Farai un favore sia ai tuoi visitatori che a me, se deciderai di parlarne. Volendo, puoi anche donare un po' del tuo tempo: mandami un messaggio sul forum se trovi un errore, la localizzazione dell'interfaccia, o semplicemente un'idea per rendere il plugin sempre migliore. Qualsiasi cosa tu decida di fare, grazie per star usando il mio plugin!"
914
 
915
+ #: options/panel6.php:21
916
  msgid "Vote and show your appreciation"
917
  msgstr "Vota e condividi"
918
 
919
+ #: options/panel6.php:22
920
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
921
  msgstr "Fai sapere agli altri se Subscribe to Comments Reloaded funziona bene e quanto ti piace. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Votalo</a> sulla pagina apposita di Wordpress."
922
 
923
+ #: options/panel6.php:24
924
+ msgid "Sponsor's Corner"
925
+ msgstr "Angolo dello sponsor"
926
 
927
+ #: options/panel6.php:25
928
  msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
929
  msgstr "Se vuoi sponsorizzare questo plugin, non esitare a <a href='http://www.duechiacchiere.it/contatto'>contattarmi</a>."
930
 
931
+ #: templates/author.php:56
 
 
 
 
932
  msgid "Title"
933
  msgstr "Titolo"
934
 
935
+ #: templates/author.php:67
936
+ #: templates/user.php:61
937
  msgid "Select all"
938
  msgstr "Seleziona tutti"
939
 
940
+ #: templates/author.php:68
941
+ #: templates/user.php:62
942
  msgid "Invert selection"
943
  msgstr "Inverti la selezione"
944
 
945
+ #: templates/author.php:72
946
+ msgid "Set to Y"
947
+ msgstr "Imposta ad Y"
 
948
 
949
+ #: templates/author.php:78
950
+ #: templates/user.php:72
951
+ msgid "No subscriptions match your search criteria."
952
+ msgstr "Nessuna iscrizione corrispondente ai parametri di ricerca."
953
 
954
+ #: templates/request-management-link.php:68
955
+ #: templates/subscribe.php:90
956
  msgid "Send"
957
  msgstr "Invia"
958
 
959
+ #: templates/subscribe.php:43
960
+ #: templates/subscribe.php:44
961
  msgid "New subscription to"
962
+ msgstr "Nuova iscrizione per"
963
 
964
+ #: templates/subscribe.php:44
965
  msgid "User:"
966
  msgstr "Utente:"
967
 
968
+ #~ msgid "Awaiting confirmation"
969
+ #~ msgstr "In attesa di conferma"
970
+
971
+ #~ msgid "Stats"
972
+ #~ msgstr "Statistiche"
973
+
974
+ #~ msgid "Other Messages"
975
+ #~ msgstr "Altri messaggi"
976
+
977
+ #~ msgid "Support"
978
+ #~ msgstr "Supporto"
979
+
980
+ #~ msgid "The status has been successfully updated. Rows affected:"
981
+ #~ msgstr "Stato aggiornato con successo. Righe coinvolte:"
982
+
983
+ #~ msgid ""
984
+ #~ "Update the email address associated to a specific subscription (by post "
985
+ #~ "ID)."
986
+ #~ msgstr ""
987
+ #~ "Aggiorna l'indirizzo email associato ad una specifica iscrizione "
988
+ #~ "(necessita l'ID dell'articolo)."
989
+
990
+ #~ msgid "PID"
991
+ #~ msgstr "ID"
992
+
993
+ #~ msgid "Change status"
994
+ #~ msgstr "Aggiorna stato"
995
+
996
+ #~ msgid ""
997
+ #~ "Change the status of an email address or permanently delete all its "
998
+ #~ "subscriptions."
999
+ #~ msgstr ""
1000
+ #~ "Cambia lo stato o cancella tutte le sottoscrizioni associate ad un dato "
1001
+ #~ "indirizzo email."
1002
+
1003
+ #~ msgid "Resume"
1004
+ #~ msgstr "Riattiva"
1005
+
1006
+ #~ msgid "Update email address"
1007
+ #~ msgstr "Aggiorna indirizzo email"
1008
+
1009
+ #~ msgid ""
1010
+ #~ "You can \"mass update\" all the occurrences of a given email address "
1011
+ #~ "(exact matches only)."
1012
+ #~ msgstr ""
1013
+ #~ "Puoi effettuare un aggiornamento globale di tutte le occorrenze di un "
1014
+ #~ "indirizzo email."
1015
+
1016
+ #~ msgid "Search email address"
1017
+ #~ msgstr "Cerca indirizzo email"
1018
+
1019
+ #~ msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
1020
+ #~ msgstr ""
1021
+ #~ "Legenda: Y: iscritto, N: notifiche sospese, C: in attesa di conferma"
1022
+
1023
+ #~ msgid "StCR table has been successfully optimized."
1024
+ #~ msgstr "Le tabelle sono state ottimizzate con successo."
1025
+
1026
+ #~ msgid "Subscriptions for"
1027
+ #~ msgstr "Sottoscrizioni per"
1028
+
1029
+ #~ msgid "Filter by date"
1030
+ #~ msgstr "Filtra per data"
1031
+
1032
+ #~ msgid "Month"
1033
+ #~ msgstr "Mese"
1034
+
1035
+ #~ msgid "Year"
1036
+ #~ msgstr "Anno"
1037
+
1038
+ #~ msgid "No data to display"
1039
+ #~ msgstr "Nessun dato da visualizzare"
1040
+
1041
+ #~ msgid "optimize"
1042
+ #~ msgstr "ottimizza"
1043
+
1044
+ #~ msgid "Database"
1045
+ #~ msgstr "Database"
1046
+
1047
+ #~ msgid "Engine"
1048
+ #~ msgstr "Motore"
1049
+
1050
+ #~ msgid "Created on"
1051
+ #~ msgstr "Creato il"
1052
+
1053
+ #~ msgid "Index length"
1054
+ #~ msgstr "Lunghezza indice"
1055
+
1056
+ #~ msgid "Records"
1057
+ #~ msgstr "Righe"
1058
+
1059
+ #~ msgid "Average Record Length"
1060
+ #~ msgstr "Dimensione media"
1061
+
1062
+ #~ msgid "Approximate Overhead"
1063
+ #~ msgstr "Overhead stimato"
1064
+
1065
+ #~ msgid "Analysis for"
1066
+ #~ msgstr "Analisi per"
1067
+
1068
+ #~ msgid "Most active users"
1069
+ #~ msgstr "Utenti pi&ugrave; attivi"
1070
+
1071
+ #~ msgid "Popular posts"
1072
+ #~ msgstr "Articoli popolari"
1073
+
1074
+ #~ msgid "Custom CSS Class"
1075
+ #~ msgstr "Classe CSS"
1076
+
1077
+ #~ msgid ""
1078
+ #~ "Custom CSS class to associate to the checkbox, if you want to customize "
1079
+ #~ "its style."
1080
+ #~ msgstr ""
1081
+ #~ "Puoi associare una classe CSS speciale al checkbox, per personalizzarne "
1082
+ #~ "l'aspetto."
1083
+
1084
+ #~ msgid "Official Sponsors"
1085
+ #~ msgstr "Sponsor"
1086
+
1087
+ #~ msgid "Subscriptions have been successfully updated."
1088
+ #~ msgstr "Sottoscrizioni aggiornate con successo."
1089
+
1090
+ #~ msgid "Sorry, no subscriptions found."
1091
+ #~ msgstr "Spiacente, nessuna sottoscrizione trovata."
1092
 
1093
+ #~ msgid "All the subscriptions have been successfully updated."
1094
+ #~ msgstr "Tutte le sottoscrizioni sono state aggiornate con successo."
langs/subscribe-reloaded-nb_NO.mo CHANGED
Binary file
langs/subscribe-reloaded-nb_NO.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-12-28 10:14-0500\n"
6
- "PO-Revision-Date: 2010-12-28 10:14-0500\n"
7
- "Last-Translator: Camu <info@duechiacchiere.it>\n"
8
  "Language-Team: Odd Henriksen <odd@henriksen.cx>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -16,64 +16,80 @@ msgstr ""
16
  "Plural-Forms: er\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: subscribe-to-comments-reloaded.php:34
20
- #: subscribe-to-comments-reloaded.php:190
21
- msgid "You are subscribed to this entry. <a href='[manager_link]'>Manage</a> your subscriptions."
22
- msgstr "Du abonnerer dette innlegget. <a href='[manager_link]'>Klikk her</a> for å administrere dine abonnement."
23
-
24
- #: subscribe-to-comments-reloaded.php:39
25
- #: subscribe-to-comments-reloaded.php:191
26
- msgid "Your subscription to this entry needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
27
  msgstr "Ditt abonnement på dette innlegget må bekreftes. <a href='[manager_link]'>Klikk her</a> for å administrere dine abonnement."
28
 
29
- #: subscribe-to-comments-reloaded.php:46
30
- #: subscribe-to-comments-reloaded.php:192
31
- msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this entry."
 
 
 
 
 
 
 
32
  msgstr "<a href='[manager_link]'>Klikk her</a> for å administrere varslingsabonnementene for dette innlegget."
33
 
34
- #: subscribe-to-comments-reloaded.php:52
35
- #: subscribe-to-comments-reloaded.php:186
36
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
37
  msgstr "Varsle meg om nye kommentarer via e-post. Du kan også <a href='[subscribe_link]'>abonnere</a> uten å legge inn en kommentar selv."
38
 
39
- #: subscribe-to-comments-reloaded.php:162
40
- #: options/index.php:44
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  msgid "Manage subscriptions"
42
  msgstr "Administrere abonnement"
43
 
44
- #: subscribe-to-comments-reloaded.php:163
45
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
46
  msgstr "For å administrere dine abonnement, vennligst skriv inn e-postadressen din nedenfor. Du vil så bli tilsendt en e-postmelding med en link til en side hvor du kan administrere abonnementene dine."
47
 
48
- #: subscribe-to-comments-reloaded.php:164
49
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
50
  msgstr "Takk for at du bruker abonnementstjenesten. Din forespørsel er effektuert. Innen få minutter skal du motta en e-postmelding med linken til administrasjonssiden."
51
 
52
- #: subscribe-to-comments-reloaded.php:165
53
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
54
  msgstr "Du kan følge diskusjonen om innlegget <strong>[post_title]</strong> uten å måtte legge igjen en kommentar selv. Snedig, ikke sant? Bare skriv inn e-postadressen din nedenfor."
55
 
56
- #: subscribe-to-comments-reloaded.php:166
57
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
58
  msgstr "Takk for at du bruker abonnementstjenesten. Din forespørsel er effektuert. Du vil motta en varsel per e-post hver gang en ny kommentar til dette innlegget blir godkjent av administratoren for nettstedet."
59
 
60
- #: subscribe-to-comments-reloaded.php:167
61
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
62
  msgstr "Takk for at du bruker abonnementstjenesten. Du må bekrefte din forespørsel ved å følge instruksjonene i bekreftelsesmeldingen du nettopp er blitt tilsendt. Det kan ta et par minutter før meldingen kommer frem."
63
 
64
- #: subscribe-to-comments-reloaded.php:168
65
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
66
  msgstr "For å avslutte eller midlertidig deaktivere et varslingsabonnement, sett kryss i korresponderende avkrysningsboks, velg handling og klikk på knappen for å lagre endringene i dine abonnement."
67
 
68
- #: subscribe-to-comments-reloaded.php:169
69
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
70
  msgstr "For å avslutte eller midlertidig deaktivere et varslingsabonnement, sett krys i korresponderende avkrysningsboks, velg handling og klikk på knappen for å lagre endringene i dine abonnement. For øyeblikket abonnerer du på følgende:"
71
 
72
- #: subscribe-to-comments-reloaded.php:184
73
  msgid "There is a new comment to [post_title]"
74
  msgstr "Det er kommet en ny kommentar til [post_title]"
75
 
76
- #: subscribe-to-comments-reloaded.php:185
77
  #, fuzzy
78
  msgid ""
79
  "There is a new comment to [post_title].\n"
@@ -94,12 +110,12 @@ msgstr ""
94
  "\n"
95
  "For å administrere hvilke varslinger du mottar: [manager_link]"
96
 
97
- #: subscribe-to-comments-reloaded.php:193
98
  #, fuzzy
99
  msgid "Please confirm your subscription to [post_title]"
100
  msgstr "Vennligst bekreft ditt abonnement på [post_title]"
101
 
102
- #: subscribe-to-comments-reloaded.php:194
103
  msgid ""
104
  "You have requested to be notified every time a new comment is added to:\n"
105
  "[post_permalink]\n"
@@ -115,11 +131,11 @@ msgstr ""
115
  "\n"
116
  "Dersom adressen ovenfor ikke kan klikkes på, vennligst kopier den og lim den inn i adresselinjen i nettleseren din."
117
 
118
- #: subscribe-to-comments-reloaded.php:195
119
  msgid "Manage your subscriptions on [blog_name]"
120
  msgstr "Administrer dine abonnement på [blog_name]"
121
 
122
- #: subscribe-to-comments-reloaded.php:196
123
  msgid ""
124
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
125
  "[manager_link]"
@@ -127,731 +143,934 @@ msgstr ""
127
  "Du har forespurt å administrere dine varslingsabonnement på [blog_name]. Følg denne linken for å komme til din personlige administrasjonsside:\n"
128
  "[manager_link]"
129
 
130
- #: subscribe-to-comments-reloaded.php:597
131
  msgid "Subscribed"
132
  msgstr "Abonnert"
133
 
134
- #: subscribe-to-comments-reloaded.php:611
135
- #: options/panel3.php:65
136
- #: options/panel3.php:87
137
- #: options/panel3.php:94
138
- #: options/panel3.php:101
139
- #: options/panel3.php:108
140
- #: options/panel3.php:115
141
- #: options/panel3.php:122
 
 
142
  msgid "Yes"
143
  msgstr "Ja"
144
 
145
- #: subscribe-to-comments-reloaded.php:613
146
- msgid "Awaiting confirmation"
147
- msgstr "Venter på bekreftelse"
148
 
149
- #: subscribe-to-comments-reloaded.php:614
150
- #: options/panel3.php:66
151
- #: options/panel3.php:88
152
- #: options/panel3.php:95
153
- #: options/panel3.php:102
154
- #: options/panel3.php:109
155
- #: options/panel3.php:116
156
- #: options/panel3.php:123
 
 
157
  msgid "No"
158
  msgstr "Nei"
159
 
160
- #: subscribe-to-comments-reloaded.php:624
161
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
162
  msgstr "Trenger du hjelp med bruk av Subscribe to Comments Reloaded? Besøk det offisielle"
163
 
164
- #: subscribe-to-comments-reloaded.php:624
165
  msgid "support forum"
166
  msgstr "supportforumet"
167
 
168
- #: subscribe-to-comments-reloaded.php:625
169
  msgid "Feeling generous?"
170
  msgstr "Føler du deg generøs?"
171
 
172
- #: subscribe-to-comments-reloaded.php:625
173
  msgid "Donate a few bucks!"
174
  msgstr "Doner noen dollar!"
175
 
176
- #: options/index.php:45
177
- msgid "Stats"
178
- msgstr "Statistikk"
 
179
 
180
- #: options/index.php:46
 
 
 
 
 
 
 
 
 
 
 
 
 
181
  msgid "Options"
182
  msgstr "Alternativer"
183
 
184
- #: options/index.php:47
185
- msgid "Mail Messages"
186
- msgstr "E-postmeldinger"
187
 
188
- #: options/index.php:48
189
- msgid "Other Messages"
190
- msgstr "Andre meldinger"
 
191
 
192
- #: options/index.php:49
193
- msgid "Support"
194
- msgstr "Support"
 
195
 
196
- #: options/panel1.php:32
197
- #: options/panel1.php:38
198
- #: options/panel1.php:45
199
- #: options/panel1.php:63
200
- msgid "The status has been successfully updated. Rows affected:"
201
- msgstr "Statusen har blitt vellykket oppdatert. Rader affisert:"
202
 
203
- #: options/panel1.php:68
 
 
204
  #, fuzzy
205
- msgid "Update subscription"
206
- msgstr "Oppdater abonnement"
207
 
208
- #: options/panel1.php:69
209
- msgid "Update the email address associated to a specific subscription (by post ID)."
210
- msgstr ""
 
 
 
211
 
212
- #: options/panel1.php:71
213
- #: options/panel1.php:101
214
- #: options/panel1.php:173
215
- #: templates/author.php:39
216
- #: templates/user.php:41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
218
  msgstr "Merk! Denne operasjonen kan ikke angres senere. Er du sikker på at du vil fortsette?"
219
 
220
- #: options/panel1.php:73
221
- #: options/panel1.php:103
 
 
 
 
 
222
  msgid "From"
223
  msgstr "Fra"
224
 
225
- #: options/panel1.php:74
226
- msgid "PID"
227
- msgstr ""
228
-
229
- #: options/panel1.php:75
230
- #: options/panel1.php:104
231
  msgid "To"
232
  msgstr "Til"
233
 
234
- #: options/panel1.php:76
235
- #: options/panel1.php:93
236
- #: options/panel1.php:105
237
- msgid "Update"
238
- msgstr "Oppdater"
 
 
239
 
240
- #: options/panel1.php:83
241
- msgid "Change status"
 
242
  msgstr ""
243
 
244
- #: options/panel1.php:84
245
- msgid "Change the status of an email address or permanently delete all its subscriptions."
246
- msgstr "Endre statusen til en e-postadresse eller permanent slette alle tilknyttede abonnement."
247
-
248
- #: options/panel1.php:87
249
- msgid "Action"
250
  msgstr "Handling"
251
 
252
- #: options/panel1.php:89
253
- #: options/panel1.php:195
254
- #: templates/author.php:60
255
- #: templates/user.php:58
256
- msgid "Suspend"
 
 
 
 
 
257
  msgstr "Deaktiver"
258
 
259
- #: options/panel1.php:90
260
- #: options/panel1.php:196
261
- #: templates/author.php:61
262
- #: templates/user.php:59
263
- msgid "Resume"
264
- msgstr "Reaktiver"
265
-
266
- #: options/panel1.php:91
267
- #: options/panel1.php:194
268
- msgid "Delete forever"
269
- msgstr "Slett permanent"
270
 
271
- #: options/panel1.php:98
272
- msgid "Update email address"
273
- msgstr "Oppdater e-postadresse"
 
274
 
275
- #: options/panel1.php:99
276
- msgid "You can \"mass update\" all the occurrences of a given email address (exact matches only)."
277
- msgstr "Du kan \"masseoppdatere\" alle forekomstene av en gitt e-postadresse (kun eksakte treff)."
 
 
 
278
 
279
- #: options/panel1.php:150
280
- msgid "&laquo; Previous"
281
- msgstr "&laquo; Forrige"
 
282
 
283
- #: options/panel1.php:154
284
- msgid "Next &raquo;"
285
- msgstr "Neste &raquo;"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
286
 
287
- #: options/panel1.php:157
288
- msgid "Search email address"
289
- msgstr "Søk etter e-postadresse"
 
290
 
291
- #: options/panel1.php:159
292
- #, php-format
293
- msgid "You can either <a href=\"%s\">list all the subscriptions</a> or find those where the <b>email</b>"
294
  msgstr "Du kan enten <a href=\"%s\">liste opp alle abonnement</a> eller søke frem abonnement der <b>e-postadresse</b>"
295
 
296
- #: options/panel1.php:162
 
 
 
 
 
 
 
 
 
 
 
 
 
 
297
  msgid "equals"
298
  msgstr "er lik"
299
 
300
- #: options/panel1.php:163
301
  msgid "contains"
302
  msgstr "inneholder"
303
 
304
- #: options/panel1.php:164
305
  msgid "does not contain"
306
  msgstr "ikke inneholder"
307
 
308
- #: options/panel1.php:167
 
 
 
 
 
 
 
 
 
 
 
 
309
  msgid "Search"
310
  msgstr "Søk"
311
 
312
- #: options/panel1.php:178
313
- msgid "Subscriptions for:"
314
- msgstr "Abonnement for:"
 
 
 
 
 
315
 
316
- #: options/panel1.php:178
 
 
 
 
 
 
 
 
 
317
  msgid "Rows:"
318
  msgstr "Rader:"
319
 
320
- #: options/panel1.php:178
321
  msgid "of"
322
  msgstr "av"
323
 
324
- #: options/panel1.php:179
325
- #: templates/author.php:45
326
- #: templates/user.php:47
327
- msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
328
- msgstr "Forklaring: Y = aktivt abonnement, N = deaktivert, C = venter på bekreftelse"
329
 
330
- #: options/panel1.php:181
331
- #: options/panel1.php:182
332
- msgid "Reverse the order by Date/Time"
333
  msgstr ""
334
 
335
- #: options/panel1.php:183
336
- msgid "Reverse the order by Post ID"
337
  msgstr ""
338
 
339
- #: options/panel1.php:184
340
- #: templates/request-management-link.php:77
341
- #: templates/subscribe.php:82
342
- #: templates/user.php:46
343
- msgid "Email"
344
- msgstr "E-post"
345
 
346
- #: options/panel1.php:186
347
- msgid "Post (ID)"
348
- msgstr ""
 
 
349
 
350
- #: options/panel1.php:186
351
- msgid "Date and Time"
 
 
 
 
 
 
 
 
 
 
352
  msgstr ""
353
 
354
- #: options/panel1.php:186
355
- #, fuzzy
356
- msgid "Status"
357
- msgstr "Statistikk"
358
 
359
- #: options/panel1.php:194
360
- #: templates/author.php:59
361
- #: templates/user.php:57
362
- msgid "Action:"
363
- msgstr "Handling:"
364
 
365
- #: options/panel1.php:197
366
- #: templates/author.php:62
367
- #: templates/user.php:60
368
  msgid "Update subscriptions"
369
  msgstr "Oppdater abonnement"
370
 
371
- #: options/panel1.php:205
372
- msgid "Sorry, no subscriptions found for"
 
373
  msgstr "Beklager, ingen abonnement funnet for"
374
 
375
- #: options/panel3.php:11
376
- msgid "Management Page ID"
377
- msgstr "ID for administrasjonsside"
378
-
379
- #: options/panel3.php:12
380
- #: options/panel3.php:48
381
- msgid "Autopurge requests"
382
- msgstr "Automatisk utløp av forespørsler"
383
-
384
- #: options/panel3.php:13
385
- #: options/panel3.php:53
386
- msgid "Sender name"
387
- msgstr "Avsendernavn"
388
-
389
- #: options/panel3.php:14
390
- #: options/panel3.php:58
391
- msgid "Sender email address"
392
- msgstr "Avsenderadresse"
393
 
394
- #: options/panel3.php:15
395
- #: options/panel3.php:63
396
  msgid "Checked by default"
397
  msgstr "Valgt som standard"
398
 
399
- #: options/panel3.php:16
400
- #: options/panel3.php:70
401
- msgid "Custom CSS Class"
402
- msgstr "Egendefinert CSS-klasse"
 
403
 
404
- #: options/panel3.php:17
405
- #: options/panel3.php:75
406
  msgid "Custom inline style"
407
  msgstr "Stile inline"
408
 
409
- #: options/panel3.php:18
410
- #: options/panel3.php:80
411
  msgid "Custom HTML"
412
  msgstr "Egendefinert HTML"
413
 
414
- #: options/panel3.php:19
415
- #: options/panel3.php:85
416
- msgid "Enable double check"
417
- msgstr "Aktiver bekreftelse per e-post"
418
-
419
- #: options/panel3.php:20
420
- msgid "Notify authors"
421
- msgstr "Varsle forfattere"
422
-
423
- #: options/panel3.php:21
424
- #: options/panel3.php:99
425
- msgid "Enable HTML emails"
426
- msgstr ""
427
 
428
- #: options/panel3.php:22
429
- #: options/panel3.php:106
430
- msgid "Send trackbacks"
431
- msgstr "Send for tilbakesporinger"
432
 
433
- #: options/panel3.php:23
434
- #: options/panel3.php:92
435
- msgid "Notify admin"
436
- msgstr "Varsle administratorer"
437
 
438
- #: options/panel3.php:24
439
- #: options/panel3.php:120
440
- msgid "Let admin subscribe"
441
- msgstr "La administrator abonnere"
442
 
443
- #: options/panel3.php:29
444
- #: options/panel4.php:21
445
- #: options/panel5.php:28
 
446
  msgid "Your settings have been successfully updated."
447
  msgstr "Dine innstillinger har blitt vellykket oppdatert."
448
 
449
- #: options/panel3.php:32
450
- #: options/panel4.php:24
451
- #: options/panel5.php:31
 
452
  msgid "There was an error updating the following fields:"
453
  msgstr "Det oppsto en feil ved oppdatering av følgende felter:"
454
 
455
- #: options/panel3.php:43
456
- #: options/panel5.php:64
457
- msgid "Management page"
458
- msgstr "Administrasjonsside"
459
-
460
- #: options/panel3.php:45
461
- msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its permalink must follow your Wordpress' permalink settings."
462
- msgstr "Permalenken for administrasjonssiden (som f.eks. <code>/manage-subscriptions</code> eller <code>/?page_id=345</code>). Denne siden eksisterer egentlig <b>ikke</b>, men permalenken må følge permalenkeinnstillingene for din Wordpress-installasjon."
463
 
464
- #: options/panel3.php:49
465
- msgid "days"
466
- msgstr "dager"
467
-
468
- #: options/panel3.php:50
469
- msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
470
- msgstr "Slett ventende forespørsler (ubekreftede) etter X dager. Bruk null for å deaktivere denne funksjonen."
471
-
472
- #: options/panel3.php:55
473
- msgid "Name to use for the \"from\" field when sending a new notification to the user."
474
- msgstr "Navn å bruke i \"Fra\"-feltet når nye varsler sendes ut."
475
-
476
- #: options/panel3.php:60
477
- msgid "Email address to use for the \"from\" field when sending a new notification to the user."
478
- msgstr "E-postadresse å bruke i \"Fra\"-feltet når nye varsler sendes ut."
479
-
480
- #: options/panel3.php:67
481
  msgid "Decide if the checkbox should be checked by default or not."
482
  msgstr "Angir om avkrysningsboksen skal være avkrysset som standard eller ikke."
483
 
484
- #: options/panel3.php:72
485
- msgid "Custom CSS class to associate to the checkbox, if you want to customize its style."
486
- msgstr "Egendefinert CSS-klasse å bruke på avkrysningsboksen, dersom du ønsker å egendefinere dens utseende."
487
 
488
- #: options/panel3.php:77
489
  msgid "Custom inline CSS to add to the checkbox."
490
  msgstr "Egendefinert CSS for avkrysningsboksen."
491
 
492
- #: options/panel3.php:82
493
  msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
494
  msgstr "Egendefinert HTML-kode å bruke ved visning av avkrysningsboksen: Tillatte elementer: [checkbox_field], [checkbox_label]"
495
 
496
- #: options/panel3.php:89
497
- msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
498
- msgstr "Send bekreftelsesmelding per e-post for å bekrefte abonnement (for å bekjempe uautorisert registrering av e-postadresser)."
499
 
500
- #: options/panel3.php:96
501
- msgid "Notify the administrator when a new comment is posted."
502
- msgstr "Varsle administrator hver gang en ny kommentar legges inn."
 
503
 
504
- #: options/panel3.php:103
505
- msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
506
- msgstr ""
507
 
508
- #: options/panel3.php:110
509
- msgid "Notify users when a new trackback or pingback is added to the discussion."
510
- msgstr "Varsle abonnenter også når en tilbakesporing eller et tilbakeping registreres."
511
 
512
- #: options/panel3.php:113
513
- msgid "Track all subscriptions"
514
- msgstr "Spor alle abonnementspåmeldinger"
 
515
 
516
- #: options/panel3.php:117
517
- msgid "Notify the administrator when users subscribe without commenting."
518
- msgstr "Varsle administrator når brukere abonnerer uten å kommentere."
519
 
520
- #: options/panel3.php:124
521
- msgid "Let the administrator subscribe to comments when logged in."
522
- msgstr "La også innlogget administrator abonnere kommentarer."
523
 
524
- #: options/panel3.php:128
525
- #: options/panel4.php:86
526
- #: options/panel5.php:144
 
527
  msgid "Save Changes"
528
  msgstr "Lagre endringer"
529
 
530
- #: options/panel4.php:11
531
- #: options/panel4.php:37
532
- msgid "Notification subject"
533
- msgstr "Emnefelt i varselmelding"
534
-
535
- #: options/panel4.php:12
536
- #: options/panel4.php:42
537
- msgid "Notification message"
538
- msgstr "Varselmelding"
539
-
540
- #: options/panel4.php:13
541
- #: options/panel4.php:53
542
- msgid "Double check subject"
543
- msgstr "Dobbeltsjekk emne"
544
-
545
- #: options/panel4.php:14
546
- #: options/panel4.php:58
547
- msgid "Double check message"
548
- msgstr "Dobbeltsjekk melding"
549
-
550
- #: options/panel4.php:15
551
- #: options/panel4.php:69
552
- msgid "Management subject"
553
- msgstr "Emnefelt i melding om administrasjon"
554
-
555
- #: options/panel4.php:16
556
- #: options/panel4.php:74
557
- msgid "Management message"
558
- msgstr "Melding om administrasjon"
559
-
560
- #: options/panel4.php:39
561
- msgid "Subject of the notification email. Allowed tag: [post_title]"
562
- msgstr "Emnefelt i varselmeldingen. Tillatte elementer: [post_title]"
563
-
564
- #: options/panel4.php:44
565
- #: options/panel4.php:60
566
- #: options/panel4.php:76
567
- #: options/panel5.php:74
568
- #: options/panel5.php:84
569
- #: options/panel5.php:94
570
- #: options/panel5.php:104
571
- #: options/panel5.php:114
572
- #: options/panel5.php:124
573
- #: options/panel5.php:134
574
- msgid "Bold"
575
- msgstr ""
576
-
577
- #: options/panel4.php:45
578
- #: options/panel4.php:61
579
- #: options/panel4.php:77
580
- #: options/panel5.php:75
581
- #: options/panel5.php:85
582
- #: options/panel5.php:95
583
- #: options/panel5.php:105
584
- #: options/panel5.php:115
585
- #: options/panel5.php:125
586
- #: options/panel5.php:135
587
- msgid "Italic"
588
- msgstr ""
589
 
590
- #: options/panel4.php:46
591
- #: options/panel4.php:62
592
- #: options/panel4.php:78
593
- #: options/panel5.php:76
594
- #: options/panel5.php:86
595
- #: options/panel5.php:96
596
- #: options/panel5.php:106
597
- #: options/panel5.php:116
598
- #: options/panel5.php:126
599
- #: options/panel5.php:136
600
- msgid "Link"
601
- msgstr ""
602
 
603
- #: options/panel4.php:47
604
- #: options/panel4.php:63
605
- #: options/panel4.php:79
606
- #: options/panel5.php:77
607
- #: options/panel5.php:87
608
- #: options/panel5.php:97
609
- #: options/panel5.php:107
610
- #: options/panel5.php:117
611
- #: options/panel5.php:127
612
- #: options/panel5.php:137
613
- msgid "Image"
614
  msgstr ""
615
 
616
- #: options/panel4.php:50
617
- msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
618
- msgstr "Innhold i varselmeldingen. Tillatte elementer: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
619
-
620
- #: options/panel4.php:55
621
- msgid "Subject of the confirmation email. Allowed tag: [post_title]"
622
- msgstr "Emnefelt i bekreftelsesmeldingen. Tillatte elementer: [post_title]"
623
-
624
- #: options/panel4.php:66
625
- msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
626
- msgstr "Innhold i bekreftelsesmeldingen. Tillatte elementer: [post_permalink], [confirm_link], [post_title], [manager_link]"
627
-
628
- #: options/panel4.php:71
629
- msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
630
- msgstr "Emnefelt i e-postmelding som sendes til brukere som forespør adgang til administrasjon av abonnement. Tillatte elementer: [blog_name]"
631
-
632
- #: options/panel4.php:82
633
- msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
634
- msgstr "Innhold i meldingen om administrasjon: Tillatte elementer: [blog_name], [manager_link]"
635
-
636
- #: options/panel5.php:11
637
- #: options/panel5.php:43
638
- msgid "Checkbox label"
639
- msgstr "Etikett for avkrysningsboks"
640
-
641
- #: options/panel5.php:12
642
- #: options/panel5.php:48
643
- msgid "Subscribed label"
644
- msgstr "Etikett abonnert"
645
-
646
- #: options/panel5.php:13
647
- #: options/panel5.php:53
648
- msgid "Awaiting label"
649
- msgstr "Etikett ubekreftet"
650
-
651
- #: options/panel5.php:14
652
- #: options/panel5.php:58
653
- msgid "Author label"
654
- msgstr "Etikett forfatter"
655
-
656
- #: options/panel5.php:16
657
- #: options/panel5.php:68
658
- msgid "Page title"
659
- msgstr "Sidetittel"
660
-
661
- #: options/panel5.php:17
662
- #: options/panel5.php:73
663
  msgid "Request link"
664
  msgstr "Forespørsel om administrasjonslenke"
665
 
666
- #: options/panel5.php:18
667
- #: options/panel5.php:83
668
  msgid "Request submitted"
669
  msgstr "Forespørsel sendt"
670
 
671
- #: options/panel5.php:19
672
- #: options/panel5.php:93
673
  msgid "Subscribe without commenting"
674
  msgstr "Abonnere uten å kommentere"
675
 
676
- #: options/panel5.php:20
677
- #: options/panel5.php:103
678
  msgid "Subscription processed"
679
  msgstr "Abonnementsforespørsel behandlet"
680
 
681
- #: options/panel5.php:21
682
- #: options/panel5.php:113
683
  msgid "Subscription processed (DCI)"
684
  msgstr "Abonnementsforespørsel behandlet (DCI)"
685
 
686
- #: options/panel5.php:22
687
- #: options/panel5.php:123
688
  msgid "Authors"
689
  msgstr "Forfattere"
690
 
691
- #: options/panel5.php:23
692
- #: options/panel5.php:133
693
  msgid "Users"
694
  msgstr "Brukere"
695
 
696
- #: options/panel5.php:39
697
- msgid "Comment form"
698
- msgstr "Kommentarfelt"
699
 
700
- #: options/panel5.php:45
701
- msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
702
- msgstr "Etikett forbundet med avkrysningsboksen. Tillatte elementer: [subscribe_link]"
703
 
704
- #: options/panel5.php:50
705
- msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
706
- msgstr "Etikett vist til dem som allerede abonnerer et innlegg. Tillatte elementer: [manager_link]"
 
707
 
708
- #: options/panel5.php:55
709
- msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
710
- msgstr "Etikett vist til dem som allerede abonnerer, men som ikke har klikket på linken i bekreftelsesmeldingen ennå. Tillatte elementer: [manager_link]"
711
 
712
- #: options/panel5.php:60
713
- msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
714
- msgstr "Etikett vist til forfattere (og administratorer). Tillatte elementer: [manager_link]"
715
 
716
- #: options/panel5.php:70
717
- msgid "Title of the page your visitors will use to manage their subscriptions."
718
- msgstr "Tittel på siden der brukerne kan administrere sine abonnement."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
719
 
720
- #: options/panel5.php:80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
721
  msgid "Text shown to those who request to manage their subscriptions."
722
  msgstr "Tekst vist til dem som ber om å få administrere sine abonnement."
723
 
724
- #: options/panel5.php:90
725
  #, fuzzy
726
  msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
727
  msgstr "Takkemerknad vist etter at forespørselen over har blitt behandlet."
728
 
729
- #: options/panel5.php:100
730
  #, fuzzy
731
  msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
732
  msgstr "Tekst vist til dem som ønsker å abonnere uten å legge igjen kommentar. Tillatte elementer: [post_title]"
733
 
734
- #: options/panel5.php:110
735
  #, fuzzy
736
  msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
737
  msgstr "Takkemerknad vist etter at abonneringsforespørselen har blitt behandlet (bekreftelse via e-post ikke aktivert)."
738
 
739
- #: options/panel5.php:120
740
  #, fuzzy
741
  msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
742
  msgstr "Takkemerknad vist etter at abonneringsforespørselen har blitt behandlet (bekreftelse via e-post aktivert)."
743
 
744
- #: options/panel5.php:130
745
  msgid "Introductory text for the authors' management page."
746
  msgstr "Innledende tekst på administrasjonssiden forfatterne ser."
747
 
748
- #: options/panel5.php:140
749
  msgid "Introductory text for the users' management page."
750
  msgstr "Innledende tekst på administrasjonssiden brukerne ser."
751
 
752
- #: options/panel6.php:11
753
- #, fuzzy
754
- msgid "StCR table has been successfully optimized."
755
- msgstr "Statusen har blitt vellykket oppdatert."
756
 
757
- #: options/panel6.php:15
758
- msgid "Database"
759
- msgstr ""
 
760
 
761
- #: options/panel6.php:35
762
- msgid "Engine"
763
- msgstr ""
 
764
 
765
- #: options/panel6.php:36
766
- msgid "Records"
767
- msgstr ""
 
768
 
769
- #: options/panel6.php:37
770
- msgid "Average Record Length"
771
- msgstr ""
 
772
 
773
- #: options/panel6.php:38
774
- msgid "Created on"
775
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
776
 
777
- #: options/panel6.php:39
778
- msgid "Approximate Overhead"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
779
  msgstr ""
780
 
781
- #: options/panel6.php:40
782
- msgid "optimize"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
783
  msgstr ""
784
 
785
- #: options/panel6.php:44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
786
  msgid "Support the author"
787
  msgstr ""
788
 
789
- #: options/panel6.php:45
790
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
791
  msgstr "Hvor verdifull er funksjonaliteten i dette innstikket for dine besøkende? Subscribe to Comments Reloaded er og vil alltid være gratis, men vurder å støtte utvikleren hvis dette innstikket har gjort ditt nettsted bedre, i særdeleshet dersom du tjener penger på den. Enhver donasjon mottatt vil bli investert i utviklingen av Subscribe to Comments Reloaded, og i mat til utviklerens sultne familie."
792
 
793
- #: options/panel6.php:48
794
  msgid "Don't want to donate? You can still help"
795
  msgstr "Ønsker du ikke å donere? Du kan hjelpe likevel"
796
 
797
- #: options/panel6.php:49
798
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
799
  msgstr "Dersom du ikke ønsker å donere penger, vennligst vurder å \"blogge\" om dette innstikket med en link til innstikkets hjemmeside. Vennligst la dine lesere vite hva som gjør din blogg bedre. Du kan også bidra ved å donere litt av din tid: Ikke nøl med å sende meg feilrapporter, oversettelser, forbedringsforslag, og så videre. Uansett hva du velger, takk for at du bruker dette innstikket!"
800
 
801
- #: options/panel6.php:51
802
  msgid "Vote and show your appreciation"
803
  msgstr "Stem og vis din tilfredshet"
804
 
805
- #: options/panel6.php:52
806
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
807
  msgstr "Fortell andre om det hvis Subscribe to Comments Reloaded virker godt for deg. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Stem</a> på dette innstikket på Wordpress.org."
808
 
809
- #: templates/author.php:31
810
- msgid "Subscriptions have been successfully updated."
811
- msgstr "Abonnementene er blitt vellykket oppdatert."
812
 
813
- #: templates/author.php:44
 
 
 
 
814
  msgid "Title"
815
  msgstr "Tittel"
816
 
817
- #: templates/author.php:57
818
- #: templates/user.php:55
819
  msgid "Select all"
820
  msgstr "Velg alle"
821
 
822
- #: templates/author.php:58
823
- #: templates/user.php:56
824
  msgid "Invert selection"
825
  msgstr "Inverter utvalg"
826
 
827
- #: templates/author.php:59
828
- #: templates/user.php:57
829
- msgid "Delete"
830
- msgstr "Fjern"
831
 
832
- #: templates/author.php:66
833
- #: templates/user.php:64
834
- msgid "Sorry, no subscriptions found."
835
- msgstr "Beklager, ingen abonnement funnet."
836
 
837
- #: templates/request-management-link.php:80
838
- #: templates/subscribe.php:84
839
  msgid "Send"
840
  msgstr "Send"
841
 
842
- #: templates/subscribe.php:30
843
- #: templates/subscribe.php:31
844
  msgid "New subscription to"
845
  msgstr "Nytt abonnement på"
846
 
847
- #: templates/subscribe.php:31
848
  msgid "User:"
849
  msgstr "Bruker:"
850
 
851
- #: templates/user.php:33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
852
  #, fuzzy
853
- msgid "All the subscriptions have been successfully updated."
854
- msgstr "Abonnementene er blitt vellykket oppdatert."
855
 
856
  #~ msgid "Remove or suspend email address"
857
  #~ msgstr "Fjerne eller midlertidig deaktivere varsling til en e-postadresse"
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-07-20 12:39-0500\n"
6
+ "PO-Revision-Date: 2011-07-20 12:39-0500\n"
7
+ "Last-Translator: due chiacchiere <info@duechiacchiere.it>\n"
8
  "Language-Team: Odd Henriksen <odd@henriksen.cx>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Plural-Forms: er\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: subscribe-to-comments-reloaded.php:33
20
+ #: subscribe-to-comments-reloaded.php:221
21
+ #, fuzzy
22
+ msgid "Your subscription to this post needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
 
 
 
 
23
  msgstr "Ditt abonnement på dette innlegget må bekreftes. <a href='[manager_link]'>Klikk her</a> for å administrere dine abonnement."
24
 
25
+ #: subscribe-to-comments-reloaded.php:38
26
+ #: subscribe-to-comments-reloaded.php:220
27
+ #, fuzzy
28
+ msgid "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your subscriptions."
29
+ msgstr "Du abonnerer på dette innlegget. <a href='[manager_link]'>Klikk her</a> for å administrere dine abonnement."
30
+
31
+ #: subscribe-to-comments-reloaded.php:45
32
+ #: subscribe-to-comments-reloaded.php:222
33
+ #, fuzzy
34
+ msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
35
  msgstr "<a href='[manager_link]'>Klikk her</a> for å administrere varslingsabonnementene for dette innlegget."
36
 
37
+ #: subscribe-to-comments-reloaded.php:50
38
+ #: subscribe-to-comments-reloaded.php:217
39
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
40
  msgstr "Varsle meg om nye kommentarer via e-post. Du kan også <a href='[subscribe_link]'>abonnere</a> uten å legge inn en kommentar selv."
41
 
42
+ #: subscribe-to-comments-reloaded.php:60
43
+ msgid "All"
44
+ msgstr ""
45
+
46
+ #: subscribe-to-comments-reloaded.php:61
47
+ #: templates/user.php:66
48
+ msgid "Replies to my comments"
49
+ msgstr ""
50
+
51
+ #: subscribe-to-comments-reloaded.php:62
52
+ msgid "Daily digest"
53
+ msgstr ""
54
+
55
+ #: subscribe-to-comments-reloaded.php:194
56
+ #: options/index.php:41
57
  msgid "Manage subscriptions"
58
  msgstr "Administrere abonnement"
59
 
60
+ #: subscribe-to-comments-reloaded.php:195
61
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
62
  msgstr "For å administrere dine abonnement, vennligst skriv inn e-postadressen din nedenfor. Du vil så bli tilsendt en e-postmelding med en link til en side hvor du kan administrere abonnementene dine."
63
 
64
+ #: subscribe-to-comments-reloaded.php:196
65
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
66
  msgstr "Takk for at du bruker abonnementstjenesten. Din forespørsel er effektuert. Innen få minutter skal du motta en e-postmelding med linken til administrasjonssiden."
67
 
68
+ #: subscribe-to-comments-reloaded.php:197
69
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
70
  msgstr "Du kan følge diskusjonen om innlegget <strong>[post_title]</strong> uten å måtte legge igjen en kommentar selv. Snedig, ikke sant? Bare skriv inn e-postadressen din nedenfor."
71
 
72
+ #: subscribe-to-comments-reloaded.php:198
73
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
74
  msgstr "Takk for at du bruker abonnementstjenesten. Din forespørsel er effektuert. Du vil motta en varsel per e-post hver gang en ny kommentar til dette innlegget blir godkjent av administratoren for nettstedet."
75
 
76
+ #: subscribe-to-comments-reloaded.php:199
77
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
78
  msgstr "Takk for at du bruker abonnementstjenesten. Du må bekrefte din forespørsel ved å følge instruksjonene i bekreftelsesmeldingen du nettopp er blitt tilsendt. Det kan ta et par minutter før meldingen kommer frem."
79
 
80
+ #: subscribe-to-comments-reloaded.php:200
81
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
82
  msgstr "For å avslutte eller midlertidig deaktivere et varslingsabonnement, sett kryss i korresponderende avkrysningsboks, velg handling og klikk på knappen for å lagre endringene i dine abonnement."
83
 
84
+ #: subscribe-to-comments-reloaded.php:201
85
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
86
  msgstr "For å avslutte eller midlertidig deaktivere et varslingsabonnement, sett krys i korresponderende avkrysningsboks, velg handling og klikk på knappen for å lagre endringene i dine abonnement. For øyeblikket abonnerer du på følgende:"
87
 
88
+ #: subscribe-to-comments-reloaded.php:215
89
  msgid "There is a new comment to [post_title]"
90
  msgstr "Det er kommet en ny kommentar til [post_title]"
91
 
92
+ #: subscribe-to-comments-reloaded.php:216
93
  #, fuzzy
94
  msgid ""
95
  "There is a new comment to [post_title].\n"
110
  "\n"
111
  "For å administrere hvilke varslinger du mottar: [manager_link]"
112
 
113
+ #: subscribe-to-comments-reloaded.php:223
114
  #, fuzzy
115
  msgid "Please confirm your subscription to [post_title]"
116
  msgstr "Vennligst bekreft ditt abonnement på [post_title]"
117
 
118
+ #: subscribe-to-comments-reloaded.php:224
119
  msgid ""
120
  "You have requested to be notified every time a new comment is added to:\n"
121
  "[post_permalink]\n"
131
  "\n"
132
  "Dersom adressen ovenfor ikke kan klikkes på, vennligst kopier den og lim den inn i adresselinjen i nettleseren din."
133
 
134
+ #: subscribe-to-comments-reloaded.php:225
135
  msgid "Manage your subscriptions on [blog_name]"
136
  msgstr "Administrer dine abonnement på [blog_name]"
137
 
138
+ #: subscribe-to-comments-reloaded.php:226
139
  msgid ""
140
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
141
  "[manager_link]"
143
  "Du har forespurt å administrere dine varslingsabonnement på [blog_name]. Følg denne linken for å komme til din personlige administrasjonsside:\n"
144
  "[manager_link]"
145
 
146
+ #: subscribe-to-comments-reloaded.php:956
147
  msgid "Subscribed"
148
  msgstr "Abonnert"
149
 
150
+ #: subscribe-to-comments-reloaded.php:970
151
+ #: options/panel2.php:41
152
+ #: options/panel2.php:48
153
+ #: options/panel2.php:55
154
+ #: options/panel5.php:42
155
+ #: options/panel5.php:49
156
+ #: options/panel5.php:56
157
+ #: options/panel5.php:63
158
+ #: options/panel5.php:70
159
+ #: options/panel5.php:77
160
  msgid "Yes"
161
  msgstr "Ja"
162
 
163
+ #: subscribe-to-comments-reloaded.php:972
164
+ msgid "Pending"
165
+ msgstr ""
166
 
167
+ #: subscribe-to-comments-reloaded.php:973
168
+ #: options/panel2.php:42
169
+ #: options/panel2.php:49
170
+ #: options/panel2.php:56
171
+ #: options/panel5.php:43
172
+ #: options/panel5.php:50
173
+ #: options/panel5.php:57
174
+ #: options/panel5.php:64
175
+ #: options/panel5.php:71
176
+ #: options/panel5.php:78
177
  msgid "No"
178
  msgstr "Nei"
179
 
180
+ #: subscribe-to-comments-reloaded.php:983
181
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
182
  msgstr "Trenger du hjelp med bruk av Subscribe to Comments Reloaded? Besøk det offisielle"
183
 
184
+ #: subscribe-to-comments-reloaded.php:983
185
  msgid "support forum"
186
  msgstr "supportforumet"
187
 
188
+ #: subscribe-to-comments-reloaded.php:984
189
  msgid "Feeling generous?"
190
  msgstr "Føler du deg generøs?"
191
 
192
+ #: subscribe-to-comments-reloaded.php:984
193
  msgid "Donate a few bucks!"
194
  msgstr "Doner noen dollar!"
195
 
196
+ #: options/index.php:42
197
+ #, fuzzy
198
+ msgid "Comment Form"
199
+ msgstr "Kommentarfelt"
200
 
201
+ #: options/index.php:43
202
+ #, fuzzy
203
+ msgid "Management Page"
204
+ msgstr "Administrasjonsside"
205
+
206
+ #: options/index.php:44
207
+ #, fuzzy
208
+ msgid "Notifications"
209
+ msgstr "Emnefelt i varselmelding"
210
+
211
+ #: options/index.php:45
212
+ #: options/panel2.php:35
213
+ #: options/panel3.php:38
214
+ #: options/panel4.php:34
215
  msgid "Options"
216
  msgstr "Alternativer"
217
 
218
+ #: options/index.php:46
219
+ msgid "You can help"
220
+ msgstr ""
221
 
222
+ #: options/panel1-business-logic.php:18
223
+ #, fuzzy
224
+ msgid "Subscription added."
225
+ msgstr "Abonnementsforespørsel behandlet"
226
 
227
+ #: options/panel1-business-logic.php:30
228
+ #, fuzzy
229
+ msgid "Subscriptions updated."
230
+ msgstr "Abonnementsforespørsel behandlet"
231
 
232
+ #: options/panel1-business-logic.php:39
233
+ #, fuzzy
234
+ msgid "Subscription deleted."
235
+ msgstr "Abonnementsforespørsel behandlet"
 
 
236
 
237
+ #: options/panel1-business-logic.php:54
238
+ #: templates/author.php:22
239
+ #: templates/user.php:22
240
  #, fuzzy
241
+ msgid "Subscriptions deleted:"
242
+ msgstr "Abonnement for:"
243
 
244
+ #: options/panel1-business-logic.php:58
245
+ #: templates/author.php:26
246
+ #: templates/user.php:26
247
+ #, fuzzy
248
+ msgid "Subscriptions suspended:"
249
+ msgstr "Abonnementsforespørsel behandlet"
250
 
251
+ #: options/panel1-business-logic.php:62
252
+ #: templates/author.php:30
253
+ #: templates/user.php:30
254
+ #, fuzzy
255
+ msgid "Subscriptions activated:"
256
+ msgstr "Abonnement for:"
257
+
258
+ #: options/panel1-business-logic.php:66
259
+ #: options/panel1-business-logic.php:70
260
+ #: templates/author.php:34
261
+ #: templates/author.php:38
262
+ #: templates/user.php:34
263
+ #, fuzzy
264
+ msgid "Subscriptions updated:"
265
+ msgstr "Abonnement for:"
266
+
267
+ #: options/panel1-business-logic.php:94
268
+ msgid "&laquo; Previous"
269
+ msgstr "&laquo; Forrige"
270
+
271
+ #: options/panel1-business-logic.php:98
272
+ msgid "Next &raquo;"
273
+ msgstr "Neste &raquo;"
274
+
275
+ #: options/panel1-edit-subscription.php:8
276
+ #, fuzzy
277
+ msgid "Update Subscription"
278
+ msgstr "Oppdater abonnement"
279
+
280
+ #: options/panel1-edit-subscription.php:10
281
+ #: options/panel1.php:19
282
+ #: options/panel1.php:81
283
+ #: options/panel1.php:113
284
+ #: templates/author.php:51
285
+ #: templates/user.php:47
286
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
287
  msgstr "Merk! Denne operasjonen kan ikke angres senere. Er du sikker på at du vil fortsette?"
288
 
289
+ #: options/panel1-edit-subscription.php:12
290
+ #, fuzzy
291
+ msgid "Post:"
292
+ msgstr "Rader:"
293
+
294
+ #: options/panel1-edit-subscription.php:13
295
+ #: options/panel1.php:21
296
  msgid "From"
297
  msgstr "Fra"
298
 
299
+ #: options/panel1-edit-subscription.php:14
300
+ #: options/panel1.php:22
 
 
 
 
301
  msgid "To"
302
  msgstr "Til"
303
 
304
+ #: options/panel1-edit-subscription.php:15
305
+ #: options/panel1.php:26
306
+ #: options/panel1.php:45
307
+ #: options/panel1.php:103
308
+ #, fuzzy
309
+ msgid "Status"
310
+ msgstr "Statistikk"
311
 
312
+ #: options/panel1-edit-subscription.php:17
313
+ #: options/panel1.php:28
314
+ msgid "Keep unchanged"
315
  msgstr ""
316
 
317
+ #: options/panel1-edit-subscription.php:18
318
+ #: options/panel1.php:29
319
+ #: options/panel1.php:47
320
+ #, fuzzy
321
+ msgid "Active"
 
322
  msgstr "Handling"
323
 
324
+ #: options/panel1-edit-subscription.php:19
325
+ #: options/panel1.php:30
326
+ #: options/panel1.php:48
327
+ msgid "Replies only"
328
+ msgstr ""
329
+
330
+ #: options/panel1-edit-subscription.php:20
331
+ #: options/panel1.php:31
332
+ #, fuzzy
333
+ msgid "Suspended"
334
  msgstr "Deaktiver"
335
 
336
+ #: options/panel1-edit-subscription.php:21
337
+ #: options/panel1.php:32
338
+ msgid "Update"
339
+ msgstr "Oppdater"
 
 
 
 
 
 
 
340
 
341
+ #: options/panel1.php:17
342
+ #, fuzzy
343
+ msgid "Mass Update Subscriptions"
344
+ msgstr "Oppdater abonnement"
345
 
346
+ #: options/panel1.php:23
347
+ #: options/panel1.php:24
348
+ #: options/panel1.php:25
349
+ #, fuzzy
350
+ msgid "optional"
351
+ msgstr "Alternativer"
352
 
353
+ #: options/panel1.php:39
354
+ #, fuzzy
355
+ msgid "Add New Subscription"
356
+ msgstr "Nytt abonnement på"
357
 
358
+ #: options/panel1.php:43
359
+ msgid "Post ID"
360
+ msgstr ""
361
+
362
+ #: options/panel1.php:44
363
+ #: options/panel1.php:90
364
+ #: templates/request-management-link.php:65
365
+ #: templates/subscribe.php:88
366
+ #: templates/user.php:52
367
+ msgid "Email"
368
+ msgstr "E-post"
369
+
370
+ #: options/panel1.php:49
371
+ msgid "Ask user to confirm"
372
+ msgstr ""
373
+
374
+ #: options/panel1.php:50
375
+ msgid "Add"
376
+ msgstr ""
377
 
378
+ #: options/panel1.php:59
379
+ #, fuzzy
380
+ msgid "Search subscriptions"
381
+ msgstr "Administrere abonnement"
382
 
383
+ #: options/panel1.php:61
384
+ #, fuzzy, php-format
385
+ msgid "You can either <a href=\"%s\">view all the subscriptions</a> or find those where the"
386
  msgstr "Du kan enten <a href=\"%s\">liste opp alle abonnement</a> eller søke frem abonnement der <b>e-postadresse</b>"
387
 
388
+ #: options/panel1.php:64
389
+ #, fuzzy
390
+ msgid "email"
391
+ msgstr "E-post"
392
+
393
+ #: options/panel1.php:65
394
+ msgid "post ID"
395
+ msgstr ""
396
+
397
+ #: options/panel1.php:66
398
+ #, fuzzy
399
+ msgid "status"
400
+ msgstr "Statistikk"
401
+
402
+ #: options/panel1.php:69
403
  msgid "equals"
404
  msgstr "er lik"
405
 
406
+ #: options/panel1.php:70
407
  msgid "contains"
408
  msgstr "inneholder"
409
 
410
+ #: options/panel1.php:71
411
  msgid "does not contain"
412
  msgstr "ikke inneholder"
413
 
414
+ #: options/panel1.php:72
415
+ msgid "starts with"
416
+ msgstr ""
417
+
418
+ #: options/panel1.php:73
419
+ msgid "ends with"
420
+ msgstr ""
421
+
422
+ #: options/panel1.php:76
423
+ msgid "results per page:"
424
+ msgstr ""
425
+
426
+ #: options/panel1.php:77
427
  msgid "Search"
428
  msgstr "Søk"
429
 
430
+ #: options/panel1.php:85
431
+ msgid "Reverse the order by Post ID"
432
+ msgstr ""
433
+
434
+ #: options/panel1.php:86
435
+ #: options/panel1.php:87
436
+ msgid "Reverse the order by Date/Time"
437
+ msgstr ""
438
 
439
+ #: options/panel1.php:89
440
+ msgid "Post (ID)"
441
+ msgstr ""
442
+
443
+ #: options/panel1.php:92
444
+ #, fuzzy
445
+ msgid "Search query:"
446
+ msgstr "Søk"
447
+
448
+ #: options/panel1.php:92
449
  msgid "Rows:"
450
  msgstr "Rader:"
451
 
452
+ #: options/panel1.php:92
453
  msgid "of"
454
  msgstr "av"
455
 
456
+ #: options/panel1.php:93
457
+ #: templates/author.php:57
458
+ #: templates/user.php:53
459
+ msgid "Legend: Y = all comments, R = replies only, C = inactive"
460
+ msgstr ""
461
 
462
+ #: options/panel1.php:102
463
+ msgid "Date and Time"
 
464
  msgstr ""
465
 
466
+ #: options/panel1.php:112
467
+ msgid "Edit"
468
  msgstr ""
469
 
470
+ #: options/panel1.php:113
471
+ #: templates/author.php:70
472
+ #: templates/user.php:64
473
+ msgid "Delete"
474
+ msgstr "Fjern"
 
475
 
476
+ #: options/panel1.php:121
477
+ #: templates/author.php:69
478
+ #: templates/user.php:63
479
+ msgid "Action:"
480
+ msgstr "Handling:"
481
 
482
+ #: options/panel1.php:122
483
+ msgid "Delete forever"
484
+ msgstr "Slett permanent"
485
+
486
+ #: options/panel1.php:123
487
+ #: templates/author.php:71
488
+ #: templates/user.php:65
489
+ msgid "Suspend"
490
+ msgstr "Deaktiver"
491
+
492
+ #: options/panel1.php:124
493
+ msgid "Activate and set to Y"
494
  msgstr ""
495
 
496
+ #: options/panel1.php:125
497
+ msgid "Activate and set to R"
498
+ msgstr ""
 
499
 
500
+ #: options/panel1.php:126
501
+ #: templates/author.php:73
502
+ #: templates/user.php:67
503
+ msgid "Activate"
504
+ msgstr ""
505
 
506
+ #: options/panel1.php:127
507
+ #: templates/author.php:74
508
+ #: templates/user.php:68
509
  msgid "Update subscriptions"
510
  msgstr "Oppdater abonnement"
511
 
512
+ #: options/panel1.php:131
513
+ #, fuzzy
514
+ msgid "Sorry, no subscriptions match your search criteria."
515
  msgstr "Beklager, ingen abonnement funnet for"
516
 
517
+ #: options/panel2.php:11
518
+ #: options/panel2.php:39
519
+ #, fuzzy
520
+ msgid "Enable default checkbox"
521
+ msgstr "Aktiver bekreftelse per e-post"
 
 
 
 
 
 
 
 
 
 
 
 
 
522
 
523
+ #: options/panel2.php:12
524
+ #: options/panel2.php:46
525
  msgid "Checked by default"
526
  msgstr "Valgt som standard"
527
 
528
+ #: options/panel2.php:13
529
+ #: options/panel2.php:53
530
+ #, fuzzy
531
+ msgid "Advanced subscription"
532
+ msgstr "Oppdater abonnement"
533
 
534
+ #: options/panel2.php:14
535
+ #: options/panel2.php:60
536
  msgid "Custom inline style"
537
  msgstr "Stile inline"
538
 
539
+ #: options/panel2.php:15
540
+ #: options/panel2.php:65
541
  msgid "Custom HTML"
542
  msgstr "Egendefinert HTML"
543
 
544
+ #: options/panel2.php:17
545
+ msgid "Checkbox label"
546
+ msgstr "Etikett for avkrysningsboks"
 
 
 
 
 
 
 
 
 
 
547
 
548
+ #: options/panel2.php:18
549
+ #: options/panel2.php:81
550
+ msgid "Subscribed label"
551
+ msgstr "Etikett abonnert"
552
 
553
+ #: options/panel2.php:19
554
+ msgid "Awaiting label"
555
+ msgstr "Etikett ubekreftet"
 
556
 
557
+ #: options/panel2.php:20
558
+ #: options/panel2.php:91
559
+ msgid "Author label"
560
+ msgstr "Etikett forfatter"
561
 
562
+ #: options/panel2.php:25
563
+ #: options/panel3.php:25
564
+ #: options/panel4.php:23
565
+ #: options/panel5.php:22
566
  msgid "Your settings have been successfully updated."
567
  msgstr "Dine innstillinger har blitt vellykket oppdatert."
568
 
569
+ #: options/panel2.php:28
570
+ #: options/panel3.php:28
571
+ #: options/panel4.php:26
572
+ #: options/panel5.php:25
573
  msgid "There was an error updating the following fields:"
574
  msgstr "Det oppsto en feil ved oppdatering av følgende felter:"
575
 
576
+ #: options/panel2.php:43
577
+ msgid "Disable this option if you want to move the subscription checkbox to a different place on your page."
578
+ msgstr ""
 
 
 
 
 
579
 
580
+ #: options/panel2.php:50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
581
  msgid "Decide if the checkbox should be checked by default or not."
582
  msgstr "Angir om avkrysningsboksen skal være avkrysset som standard eller ikke."
583
 
584
+ #: options/panel2.php:57
585
+ msgid "Allow users to choose from different subscription types (all, replies only)."
586
+ msgstr ""
587
 
588
+ #: options/panel2.php:62
589
  msgid "Custom inline CSS to add to the checkbox."
590
  msgstr "Egendefinert CSS for avkrysningsboksen."
591
 
592
+ #: options/panel2.php:67
593
  msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
594
  msgstr "Egendefinert HTML-kode å bruke ved visning av avkrysningsboksen: Tillatte elementer: [checkbox_field], [checkbox_label]"
595
 
596
+ #: options/panel2.php:72
597
+ msgid "Messages for your visitors"
598
+ msgstr ""
599
 
600
+ #: options/panel2.php:76
601
+ #, fuzzy
602
+ msgid "Default label"
603
+ msgstr "Etikett forfatter"
604
 
605
+ #: options/panel2.php:78
606
+ msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
607
+ msgstr "Etikett forbundet med avkrysningsboksen. Tillatte elementer: [subscribe_link]"
608
 
609
+ #: options/panel2.php:83
610
+ msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
611
+ msgstr "Etikett vist til dem som allerede abonnerer et innlegg. Tillatte elementer: [manager_link]"
612
 
613
+ #: options/panel2.php:86
614
+ #, fuzzy
615
+ msgid "Pending label"
616
+ msgstr "Etikett ubekreftet"
617
 
618
+ #: options/panel2.php:88
619
+ msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
620
+ msgstr "Etikett vist til dem som allerede abonnerer, men som ikke har klikket på linken i bekreftelsesmeldingen ennå. Tillatte elementer: [manager_link]"
621
 
622
+ #: options/panel2.php:93
623
+ msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
624
+ msgstr "Etikett vist til forfattere (og administratorer). Tillatte elementer: [manager_link]"
625
 
626
+ #: options/panel2.php:97
627
+ #: options/panel3.php:136
628
+ #: options/panel4.php:103
629
+ #: options/panel5.php:83
630
  msgid "Save Changes"
631
  msgstr "Lagre endringer"
632
 
633
+ #: options/panel3.php:10
634
+ #: options/panel3.php:42
635
+ msgid "Page title"
636
+ msgstr "Sidetittel"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
637
 
638
+ #: options/panel3.php:11
639
+ msgid "Management Page ID"
640
+ msgstr "ID for administrasjonsside"
 
 
 
 
 
 
 
 
 
641
 
642
+ #: options/panel3.php:12
643
+ #: options/panel3.php:54
644
+ msgid "Custom HEAD meta"
 
 
 
 
 
 
 
 
645
  msgstr ""
646
 
647
+ #: options/panel3.php:14
648
+ #: options/panel3.php:65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
649
  msgid "Request link"
650
  msgstr "Forespørsel om administrasjonslenke"
651
 
652
+ #: options/panel3.php:15
653
+ #: options/panel3.php:75
654
  msgid "Request submitted"
655
  msgstr "Forespørsel sendt"
656
 
657
+ #: options/panel3.php:16
658
+ #: options/panel3.php:85
659
  msgid "Subscribe without commenting"
660
  msgstr "Abonnere uten å kommentere"
661
 
662
+ #: options/panel3.php:17
663
+ #: options/panel3.php:95
664
  msgid "Subscription processed"
665
  msgstr "Abonnementsforespørsel behandlet"
666
 
667
+ #: options/panel3.php:18
668
+ #: options/panel3.php:105
669
  msgid "Subscription processed (DCI)"
670
  msgstr "Abonnementsforespørsel behandlet (DCI)"
671
 
672
+ #: options/panel3.php:19
673
+ #: options/panel3.php:115
674
  msgid "Authors"
675
  msgstr "Forfattere"
676
 
677
+ #: options/panel3.php:20
678
+ #: options/panel3.php:125
679
  msgid "Users"
680
  msgstr "Brukere"
681
 
682
+ #: options/panel3.php:44
683
+ msgid "Title of the page your visitors will use to manage their subscriptions."
684
+ msgstr "Tittel på siden der brukerne kan administrere sine abonnement."
685
 
686
+ #: options/panel3.php:47
687
+ msgid "Management page"
688
+ msgstr "Administrasjonsside"
689
 
690
+ #: options/panel3.php:49
691
+ #, fuzzy
692
+ msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
693
+ msgstr "Permalenken for administrasjonssiden (som f.eks. <code>/manage-subscriptions</code> eller <code>/?page_id=345</code>). Denne siden eksisterer egentlig <b>ikke</b>, men permalenken må følge permalenkeinnstillingene for din Wordpress-installasjon."
694
 
695
+ #: options/panel3.php:51
696
+ msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
697
+ msgstr ""
698
 
699
+ #: options/panel3.php:56
700
+ msgid "Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values."
701
+ msgstr ""
702
 
703
+ #: options/panel3.php:61
704
+ #: options/panel4.php:50
705
+ #, fuzzy
706
+ msgid "Messages"
707
+ msgstr "E-postmeldinger"
708
+
709
+ #: options/panel3.php:66
710
+ #: options/panel3.php:76
711
+ #: options/panel3.php:86
712
+ #: options/panel3.php:96
713
+ #: options/panel3.php:106
714
+ #: options/panel3.php:116
715
+ #: options/panel3.php:126
716
+ #: options/panel4.php:61
717
+ #: options/panel4.php:77
718
+ #: options/panel4.php:93
719
+ msgid "Bold"
720
+ msgstr ""
721
 
722
+ #: options/panel3.php:67
723
+ #: options/panel3.php:77
724
+ #: options/panel3.php:87
725
+ #: options/panel3.php:97
726
+ #: options/panel3.php:107
727
+ #: options/panel3.php:117
728
+ #: options/panel3.php:127
729
+ #: options/panel4.php:62
730
+ #: options/panel4.php:78
731
+ #: options/panel4.php:94
732
+ msgid "Italic"
733
+ msgstr ""
734
+
735
+ #: options/panel3.php:68
736
+ #: options/panel3.php:78
737
+ #: options/panel3.php:88
738
+ #: options/panel3.php:98
739
+ #: options/panel3.php:108
740
+ #: options/panel3.php:118
741
+ #: options/panel3.php:128
742
+ #: options/panel4.php:63
743
+ #: options/panel4.php:79
744
+ #: options/panel4.php:95
745
+ msgid "Link"
746
+ msgstr ""
747
+
748
+ #: options/panel3.php:69
749
+ #: options/panel3.php:79
750
+ #: options/panel3.php:89
751
+ #: options/panel3.php:99
752
+ #: options/panel3.php:109
753
+ #: options/panel3.php:119
754
+ #: options/panel3.php:129
755
+ #: options/panel4.php:64
756
+ #: options/panel4.php:80
757
+ #: options/panel4.php:96
758
+ msgid "Image"
759
+ msgstr ""
760
+
761
+ #: options/panel3.php:72
762
  msgid "Text shown to those who request to manage their subscriptions."
763
  msgstr "Tekst vist til dem som ber om å få administrere sine abonnement."
764
 
765
+ #: options/panel3.php:82
766
  #, fuzzy
767
  msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
768
  msgstr "Takkemerknad vist etter at forespørselen over har blitt behandlet."
769
 
770
+ #: options/panel3.php:92
771
  #, fuzzy
772
  msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
773
  msgstr "Tekst vist til dem som ønsker å abonnere uten å legge igjen kommentar. Tillatte elementer: [post_title]"
774
 
775
+ #: options/panel3.php:102
776
  #, fuzzy
777
  msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
778
  msgstr "Takkemerknad vist etter at abonneringsforespørselen har blitt behandlet (bekreftelse via e-post ikke aktivert)."
779
 
780
+ #: options/panel3.php:112
781
  #, fuzzy
782
  msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
783
  msgstr "Takkemerknad vist etter at abonneringsforespørselen har blitt behandlet (bekreftelse via e-post aktivert)."
784
 
785
+ #: options/panel3.php:122
786
  msgid "Introductory text for the authors' management page."
787
  msgstr "Innledende tekst på administrasjonssiden forfatterne ser."
788
 
789
+ #: options/panel3.php:132
790
  msgid "Introductory text for the users' management page."
791
  msgstr "Innledende tekst på administrasjonssiden brukerne ser."
792
 
793
+ #: options/panel4.php:11
794
+ #: options/panel4.php:38
795
+ msgid "Sender name"
796
+ msgstr "Avsendernavn"
797
 
798
+ #: options/panel4.php:12
799
+ #: options/panel4.php:43
800
+ msgid "Sender email address"
801
+ msgstr "Avsenderadresse"
802
 
803
+ #: options/panel4.php:13
804
+ #: options/panel4.php:54
805
+ msgid "Notification subject"
806
+ msgstr "Emnefelt i varselmelding"
807
 
808
+ #: options/panel4.php:14
809
+ #: options/panel4.php:59
810
+ msgid "Notification message"
811
+ msgstr "Varselmelding"
812
 
813
+ #: options/panel4.php:15
814
+ #: options/panel4.php:70
815
+ msgid "Double check subject"
816
+ msgstr "Dobbeltsjekk emne"
817
 
818
+ #: options/panel4.php:16
819
+ #: options/panel4.php:75
820
+ msgid "Double check message"
821
+ msgstr "Dobbeltsjekk melding"
822
+
823
+ #: options/panel4.php:17
824
+ #: options/panel4.php:86
825
+ msgid "Management subject"
826
+ msgstr "Emnefelt i melding om administrasjon"
827
+
828
+ #: options/panel4.php:18
829
+ #: options/panel4.php:91
830
+ msgid "Management message"
831
+ msgstr "Melding om administrasjon"
832
+
833
+ #: options/panel4.php:40
834
+ msgid "Name to use for the \"from\" field when sending a new notification to the user."
835
+ msgstr "Navn å bruke i \"Fra\"-feltet når nye varsler sendes ut."
836
+
837
+ #: options/panel4.php:45
838
+ msgid "Email address to use for the \"from\" field when sending a new notification to the user."
839
+ msgstr "E-postadresse å bruke i \"Fra\"-feltet når nye varsler sendes ut."
840
+
841
+ #: options/panel4.php:56
842
+ msgid "Subject of the notification email. Allowed tag: [post_title]"
843
+ msgstr "Emnefelt i varselmeldingen. Tillatte elementer: [post_title]"
844
+
845
+ #: options/panel4.php:67
846
+ msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
847
+ msgstr "Innhold i varselmeldingen. Tillatte elementer: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
848
+
849
+ #: options/panel4.php:72
850
+ msgid "Subject of the confirmation email. Allowed tag: [post_title]"
851
+ msgstr "Emnefelt i bekreftelsesmeldingen. Tillatte elementer: [post_title]"
852
+
853
+ #: options/panel4.php:83
854
+ msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
855
+ msgstr "Innhold i bekreftelsesmeldingen. Tillatte elementer: [post_permalink], [confirm_link], [post_title], [manager_link]"
856
 
857
+ #: options/panel4.php:88
858
+ msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
859
+ msgstr "Emnefelt i e-postmelding som sendes til brukere som forespør adgang til administrasjon av abonnement. Tillatte elementer: [blog_name]"
860
+
861
+ #: options/panel4.php:99
862
+ msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
863
+ msgstr "Innhold i meldingen om administrasjon: Tillatte elementer: [blog_name], [manager_link]"
864
+
865
+ #: options/panel5.php:11
866
+ #: options/panel5.php:35
867
+ msgid "Autopurge requests"
868
+ msgstr "Automatisk utløp av forespørsler"
869
+
870
+ #: options/panel5.php:12
871
+ #: options/panel5.php:40
872
+ msgid "Enable double check"
873
+ msgstr "Aktiver bekreftelse per e-post"
874
+
875
+ #: options/panel5.php:13
876
+ msgid "Notify authors"
877
+ msgstr "Varsle forfattere"
878
+
879
+ #: options/panel5.php:14
880
+ #: options/panel5.php:54
881
+ msgid "Enable HTML emails"
882
  msgstr ""
883
 
884
+ #: options/panel5.php:15
885
+ msgid "Send trackbacks"
886
+ msgstr "Send for tilbakesporinger"
887
+
888
+ #: options/panel5.php:16
889
+ #: options/panel5.php:47
890
+ msgid "Notify admin"
891
+ msgstr "Varsle administratorer"
892
+
893
+ #: options/panel5.php:17
894
+ #: options/panel5.php:75
895
+ msgid "Let admin subscribe"
896
+ msgstr "La administrator abonnere"
897
+
898
+ #: options/panel5.php:36
899
+ msgid "days"
900
+ msgstr "dager"
901
+
902
+ #: options/panel5.php:37
903
+ msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
904
+ msgstr "Slett ventende forespørsler (ubekreftede) etter X dager. Bruk null for å deaktivere denne funksjonen."
905
+
906
+ #: options/panel5.php:44
907
+ msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
908
+ msgstr "Send bekreftelsesmelding per e-post for å bekrefte abonnement (for å bekjempe uautorisert registrering av e-postadresser)."
909
+
910
+ #: options/panel5.php:51
911
+ msgid "Notify the administrator when a new comment is posted."
912
+ msgstr "Varsle administrator hver gang en ny kommentar legges inn."
913
+
914
+ #: options/panel5.php:58
915
+ msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
916
  msgstr ""
917
 
918
+ #: options/panel5.php:61
919
+ #, fuzzy
920
+ msgid "Process trackbacks"
921
+ msgstr "Send for tilbakesporinger"
922
+
923
+ #: options/panel5.php:65
924
+ msgid "Notify users when a new trackback or pingback is added to the discussion."
925
+ msgstr "Varsle abonnenter også når en tilbakesporing eller et tilbakeping registreres."
926
+
927
+ #: options/panel5.php:68
928
+ msgid "Track all subscriptions"
929
+ msgstr "Spor alle abonnementspåmeldinger"
930
+
931
+ #: options/panel5.php:72
932
+ msgid "Notify the administrator when users subscribe without commenting."
933
+ msgstr "Varsle administrator når brukere abonnerer uten å kommentere."
934
+
935
+ #: options/panel5.php:79
936
+ msgid "Let the administrator subscribe to comments when logged in."
937
+ msgstr "La også innlogget administrator abonnere på kommentarer."
938
+
939
+ #: options/panel6.php:8
940
  msgid "Support the author"
941
  msgstr ""
942
 
943
+ #: options/panel6.php:16
944
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
945
  msgstr "Hvor verdifull er funksjonaliteten i dette innstikket for dine besøkende? Subscribe to Comments Reloaded er og vil alltid være gratis, men vurder å støtte utvikleren hvis dette innstikket har gjort ditt nettsted bedre, i særdeleshet dersom du tjener penger på den. Enhver donasjon mottatt vil bli investert i utviklingen av Subscribe to Comments Reloaded, og i mat til utviklerens sultne familie."
946
 
947
+ #: options/panel6.php:18
948
  msgid "Don't want to donate? You can still help"
949
  msgstr "Ønsker du ikke å donere? Du kan hjelpe likevel"
950
 
951
+ #: options/panel6.php:19
952
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
953
  msgstr "Dersom du ikke ønsker å donere penger, vennligst vurder å \"blogge\" om dette innstikket med en link til innstikkets hjemmeside. Vennligst la dine lesere vite hva som gjør din blogg bedre. Du kan også bidra ved å donere litt av din tid: Ikke nøl med å sende meg feilrapporter, oversettelser, forbedringsforslag, og så videre. Uansett hva du velger, takk for at du bruker dette innstikket!"
954
 
955
+ #: options/panel6.php:21
956
  msgid "Vote and show your appreciation"
957
  msgstr "Stem og vis din tilfredshet"
958
 
959
+ #: options/panel6.php:22
960
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
961
  msgstr "Fortell andre om det hvis Subscribe to Comments Reloaded virker godt for deg. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Stem</a> på dette innstikket på Wordpress.org."
962
 
963
+ #: options/panel6.php:24
964
+ msgid "Sponsor's Corner"
965
+ msgstr ""
966
 
967
+ #: options/panel6.php:25
968
+ msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
969
+ msgstr ""
970
+
971
+ #: templates/author.php:56
972
  msgid "Title"
973
  msgstr "Tittel"
974
 
975
+ #: templates/author.php:67
976
+ #: templates/user.php:61
977
  msgid "Select all"
978
  msgstr "Velg alle"
979
 
980
+ #: templates/author.php:68
981
+ #: templates/user.php:62
982
  msgid "Invert selection"
983
  msgstr "Inverter utvalg"
984
 
985
+ #: templates/author.php:72
986
+ msgid "Set to Y"
987
+ msgstr ""
 
988
 
989
+ #: templates/author.php:78
990
+ #: templates/user.php:72
991
+ msgid "No subscriptions match your search criteria."
992
+ msgstr ""
993
 
994
+ #: templates/request-management-link.php:68
995
+ #: templates/subscribe.php:90
996
  msgid "Send"
997
  msgstr "Send"
998
 
999
+ #: templates/subscribe.php:43
1000
+ #: templates/subscribe.php:44
1001
  msgid "New subscription to"
1002
  msgstr "Nytt abonnement på"
1003
 
1004
+ #: templates/subscribe.php:44
1005
  msgid "User:"
1006
  msgstr "Bruker:"
1007
 
1008
+ #~ msgid "Awaiting confirmation"
1009
+ #~ msgstr "Venter på bekreftelse"
1010
+
1011
+ #~ msgid "Stats"
1012
+ #~ msgstr "Statistikk"
1013
+
1014
+ #~ msgid "Other Messages"
1015
+ #~ msgstr "Andre meldinger"
1016
+
1017
+ #~ msgid "Support"
1018
+ #~ msgstr "Support"
1019
+
1020
+ #~ msgid "The status has been successfully updated. Rows affected:"
1021
+ #~ msgstr "Statusen har blitt vellykket oppdatert. Rader affisert:"
1022
+
1023
+ #~ msgid ""
1024
+ #~ "Change the status of an email address or permanently delete all its "
1025
+ #~ "subscriptions."
1026
+ #~ msgstr ""
1027
+ #~ "Endre statusen til en e-postadresse eller permanent slette alle "
1028
+ #~ "tilknyttede abonnement."
1029
+
1030
+ #~ msgid "Resume"
1031
+ #~ msgstr "Reaktiver"
1032
+
1033
+ #~ msgid "Update email address"
1034
+ #~ msgstr "Oppdater e-postadresse"
1035
+
1036
+ #~ msgid ""
1037
+ #~ "You can \"mass update\" all the occurrences of a given email address "
1038
+ #~ "(exact matches only)."
1039
+ #~ msgstr ""
1040
+ #~ "Du kan \"masseoppdatere\" alle forekomstene av en gitt e-postadresse (kun "
1041
+ #~ "eksakte treff)."
1042
+
1043
+ #~ msgid "Search email address"
1044
+ #~ msgstr "Søk etter e-postadresse"
1045
+
1046
+ #~ msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
1047
+ #~ msgstr ""
1048
+ #~ "Forklaring: Y = aktivt abonnement, N = deaktivert, C = venter på "
1049
+ #~ "bekreftelse"
1050
+
1051
+ #~ msgid "Custom CSS Class"
1052
+ #~ msgstr "Egendefinert CSS-klasse"
1053
+
1054
+ #~ msgid ""
1055
+ #~ "Custom CSS class to associate to the checkbox, if you want to customize "
1056
+ #~ "its style."
1057
+ #~ msgstr ""
1058
+ #~ "Egendefinert CSS-klasse å bruke på avkrysningsboksen, dersom du ønsker å "
1059
+ #~ "egendefinere dens utseende."
1060
+
1061
+ #, fuzzy
1062
+ #~ msgid "StCR table has been successfully optimized."
1063
+ #~ msgstr "Statusen har blitt vellykket oppdatert."
1064
+
1065
+ #~ msgid "Subscriptions have been successfully updated."
1066
+ #~ msgstr "Abonnementene er blitt vellykket oppdatert."
1067
+
1068
+ #~ msgid "Sorry, no subscriptions found."
1069
+ #~ msgstr "Beklager, ingen abonnement funnet."
1070
+
1071
  #, fuzzy
1072
+ #~ msgid "All the subscriptions have been successfully updated."
1073
+ #~ msgstr "Abonnementene er blitt vellykket oppdatert."
1074
 
1075
  #~ msgid "Remove or suspend email address"
1076
  #~ msgstr "Fjerne eller midlertidig deaktivere varsling til en e-postadresse"
langs/subscribe-reloaded-nl_NL.mo CHANGED
Binary file
langs/subscribe-reloaded-nl_NL.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-01-10 10:09-0500\n"
6
- "PO-Revision-Date: 2011-01-10 10:09-0500\n"
7
- "Last-Translator: Camu <info@duechiacchiere.it>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -16,64 +16,80 @@ msgstr ""
16
  "X-Poedit-Country: NETHERLANDS\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: subscribe-to-comments-reloaded.php:34
20
- #: subscribe-to-comments-reloaded.php:190
21
- msgid "You are subscribed to this entry. <a href='[manager_link]'>Manage</a> your subscriptions."
22
- msgstr "Je hebt een abonnement op dit bericht. Beheer je abonnementen <a href='[manager_link]'>op deze pagina</a>. "
23
-
24
- #: subscribe-to-comments-reloaded.php:39
25
- #: subscribe-to-comments-reloaded.php:191
26
- msgid "Your subscription to this entry needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
27
  msgstr "Je abonnement op dit bericht moet eerst worden bevestigd. <a href='[manager_link]'>Beheer je abonnementen</a>."
28
 
29
- #: subscribe-to-comments-reloaded.php:46
30
- #: subscribe-to-comments-reloaded.php:192
31
- msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this entry."
 
 
 
 
 
 
 
32
  msgstr "Op <a href='[manager_link]'>deze pagina</a> kun je de abonnementen van dit bericht beheren."
33
 
34
- #: subscribe-to-comments-reloaded.php:52
35
- #: subscribe-to-comments-reloaded.php:186
36
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
37
  msgstr "Houd mij op de hoogte van nieuwe reacties. Of <a href='[subscribe_link]'>abonneer jezelf</a> op deze discussie zonder te reageren."
38
 
39
- #: subscribe-to-comments-reloaded.php:162
40
- #: options/index.php:44
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  msgid "Manage subscriptions"
42
  msgstr "Beheer Abonnementen"
43
 
44
- #: subscribe-to-comments-reloaded.php:163
45
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
46
  msgstr "Om je abonnementen te beheren moet je hieronder je e-mail adres invullen. We sturen je dan een persoonlijk link waar je je abonnementen aan kunt passen."
47
 
48
- #: subscribe-to-comments-reloaded.php:164
49
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
50
  msgstr "Bedankt voor het gebruikmaken van onze abonnementen service. Je aanvraag is voltooid en je ontvangt binnen enkele ogenblikken een e-mail met een link naar je persoonlijk beheerpagina."
51
 
52
- #: subscribe-to-comments-reloaded.php:165
53
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
54
  msgstr "Je wilt je abonneren op de discussie <strong>[post_title]</strong> zonder zelf te reageren? Vul je e-mail adres hieronder in en de rest gaat vanzelf."
55
 
56
- #: subscribe-to-comments-reloaded.php:166
57
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
58
  msgstr "Bedankt voor het gebruikmaken van onze abonnementen service. Je aanvraag is voltooid. Je ontvangt iedere keer een e-mail als er een nieuwe reactie is geplaatst."
59
 
60
- #: subscribe-to-comments-reloaded.php:167
61
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
62
  msgstr "Bedankt voor het gebruikmaken van onze abonnementen service. Om je aanvraag te voltooien moet je deze eerst bevestigen. Je ontvangt hierover binnen enkele ogenblikken een e-mail bericht."
63
 
64
- #: subscribe-to-comments-reloaded.php:168
65
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
66
  msgstr "Om je abonnementenen aan te passen vink je het gewenste abonnement aan en klik je op de desgewenste actie."
67
 
68
- #: subscribe-to-comments-reloaded.php:169
69
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
70
  msgstr "Om je abonnementenen aan te passen vink je het gewenste abonnement aan en klik je op de desgewenste actie. Momenteel ben je geabonneerd op de volgende berichten:"
71
 
72
- #: subscribe-to-comments-reloaded.php:184
73
  msgid "There is a new comment to [post_title]"
74
  msgstr "Er is een nieuwe reactie geplaatst bij [post_title]"
75
 
76
- #: subscribe-to-comments-reloaded.php:185
77
  msgid ""
78
  "There is a new comment to [post_title].\n"
79
  "Comment Link: [comment_permalink]\n"
@@ -91,11 +107,11 @@ msgstr ""
91
  "Permalink: [post_permalink]\n"
92
  "Beheer je abonnementen: [manager_link]"
93
 
94
- #: subscribe-to-comments-reloaded.php:193
95
  msgid "Please confirm your subscription to [post_title]"
96
  msgstr "Bevestig je abonnement op [post_title]"
97
 
98
- #: subscribe-to-comments-reloaded.php:194
99
  msgid ""
100
  "You have requested to be notified every time a new comment is added to:\n"
101
  "[post_permalink]\n"
@@ -104,11 +120,11 @@ msgid ""
104
  "[confirm_link]"
105
  msgstr "Op <a href='[manager_link]'>deze pagina</a> kun je de abonnementen van dit bericht beheren."
106
 
107
- #: subscribe-to-comments-reloaded.php:195
108
  msgid "Manage your subscriptions on [blog_name]"
109
  msgstr "Beheer je abonnementen op [blog_name]"
110
 
111
- #: subscribe-to-comments-reloaded.php:196
112
  msgid ""
113
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
114
  "[manager_link]"
@@ -116,723 +132,961 @@ msgstr ""
116
  "Je hebt gevraagd om de link naar je abonnementen beheer pagina voor de website [blog_name]. Volg de volgende link om naar je persoonlijke beheer pagina te gaan:\n"
117
  "[manager_link]"
118
 
119
- #: subscribe-to-comments-reloaded.php:597
120
  msgid "Subscribed"
121
  msgstr "Geabonneerd"
122
 
123
- #: subscribe-to-comments-reloaded.php:611
124
- #: options/panel3.php:65
125
- #: options/panel3.php:87
126
- #: options/panel3.php:94
127
- #: options/panel3.php:101
128
- #: options/panel3.php:108
129
- #: options/panel3.php:115
130
- #: options/panel3.php:122
 
 
131
  msgid "Yes"
132
  msgstr "Ja"
133
 
134
- #: subscribe-to-comments-reloaded.php:613
135
- msgid "Awaiting confirmation"
136
- msgstr "Wachten op bevestiging"
137
 
138
- #: subscribe-to-comments-reloaded.php:614
139
- #: options/panel3.php:66
140
- #: options/panel3.php:88
141
- #: options/panel3.php:95
142
- #: options/panel3.php:102
143
- #: options/panel3.php:109
144
- #: options/panel3.php:116
145
- #: options/panel3.php:123
 
 
146
  msgid "No"
147
  msgstr "Nee"
148
 
149
- #: subscribe-to-comments-reloaded.php:624
150
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
151
  msgstr "Hulp nodig bij het gebruik van de Subscribe to Comments Reloaded plugin? Bezoek de officiele"
152
 
153
- #: subscribe-to-comments-reloaded.php:624
154
  msgid "support forum"
155
  msgstr "support forum"
156
 
157
- #: subscribe-to-comments-reloaded.php:625
158
  msgid "Feeling generous?"
159
  msgstr "Wees eens gul!"
160
 
161
- #: subscribe-to-comments-reloaded.php:625
162
  msgid "Donate a few bucks!"
163
  msgstr "Doneer een paar centen!"
164
 
165
- #: options/index.php:45
166
- msgid "Stats"
167
- msgstr "Statistieken"
 
168
 
169
- #: options/index.php:46
 
 
 
 
 
 
 
 
 
 
 
 
 
170
  msgid "Options"
171
  msgstr "Opties"
172
 
173
- #: options/index.php:47
174
- msgid "Mail Messages"
175
- msgstr "E-mail Berichten"
 
 
 
 
 
176
 
177
- #: options/index.php:48
178
- msgid "Other Messages"
179
- msgstr "Andere Berichten"
 
180
 
181
- #: options/index.php:49
182
- msgid "Support"
183
- msgstr "Ondersteuning"
 
184
 
185
- #: options/panel1.php:32
186
- #: options/panel1.php:38
187
- #: options/panel1.php:45
188
- #: options/panel1.php:63
189
- msgid "The status has been successfully updated. Rows affected:"
190
- msgstr "De status is succesvol bijgewerkt. Aangepaste rijen:"
191
 
192
- #: options/panel1.php:68
193
- msgid "Update subscription"
194
- msgstr "Abonnement bijwerken"
 
 
 
195
 
196
- #: options/panel1.php:69
197
- msgid "Update the email address associated to a specific subscription (by post ID)."
198
- msgstr "E-mail adres aanpassen die bij een specifiek abonnement hoort (door middel van Post ID)"
 
 
 
199
 
200
- #: options/panel1.php:71
201
- #: options/panel1.php:101
202
- #: options/panel1.php:173
203
- #: templates/author.php:39
204
- #: templates/user.php:41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
206
  msgstr "Let op! Deze handeling kan niet ongedaan worden gemaakt. Weet je zeker dat je door wilt gaan?"
207
 
208
- #: options/panel1.php:73
209
- #: options/panel1.php:103
 
 
 
 
 
210
  msgid "From"
211
  msgstr "Van"
212
 
213
- #: options/panel1.php:74
214
- msgid "PID"
215
- msgstr "PID"
216
-
217
- #: options/panel1.php:75
218
- #: options/panel1.php:104
219
  msgid "To"
220
  msgstr "Naar"
221
 
222
- #: options/panel1.php:76
223
- #: options/panel1.php:93
224
- #: options/panel1.php:105
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
225
  msgid "Update"
226
  msgstr "Bijwerken"
227
 
228
- #: options/panel1.php:83
229
- msgid "Change status"
230
- msgstr "Status aanpassen"
 
231
 
232
- #: options/panel1.php:84
233
- msgid "Change the status of an email address or permanently delete all its subscriptions."
234
- msgstr "Verander de status van een e-mail adres of verwijder alle bijbehorende abonnementen."
 
 
 
235
 
236
- #: options/panel1.php:87
237
- msgid "Action"
238
- msgstr "Actie"
 
239
 
240
- #: options/panel1.php:89
241
- #: options/panel1.php:195
242
- #: templates/author.php:60
243
- #: templates/user.php:58
244
- msgid "Suspend"
245
- msgstr "Pauzeren"
246
 
 
247
  #: options/panel1.php:90
248
- #: options/panel1.php:196
249
- #: templates/author.php:61
250
- #: templates/user.php:59
251
- msgid "Resume"
252
- msgstr "Hervatten"
253
-
254
- #: options/panel1.php:91
255
- #: options/panel1.php:194
256
- msgid "Delete forever"
257
- msgstr "Verwijderen"
258
 
259
- #: options/panel1.php:98
260
- msgid "Update email address"
261
- msgstr "E-mail adres bijwerken"
262
 
263
- #: options/panel1.php:99
264
- msgid "You can \"mass update\" all the occurrences of a given email address (exact matches only)."
265
- msgstr "Hieronder kun je een geabonneerd e-mail adres veranderen (Let goed op schrijffouten)."
 
266
 
267
- #: options/panel1.php:150
268
- msgid "&laquo; Previous"
269
- msgstr "&laquo; Vorige"
 
270
 
271
- #: options/panel1.php:154
272
- msgid "Next &raquo;"
273
- msgstr "Volgende &raquo;"
 
274
 
275
- #: options/panel1.php:157
276
- msgid "Search email address"
277
- msgstr "Zoek e-mail adres"
 
278
 
279
- #: options/panel1.php:159
280
- #, php-format
281
- msgid "You can either <a href=\"%s\">list all the subscriptions</a> or find those where the <b>email</b>"
282
- msgstr "Je kunt <a href=\"%s\">hier alle abonnementen bekijken</a> of filter hier op <b>e-mail</b>"
283
 
284
- #: options/panel1.php:162
285
  msgid "equals"
286
  msgstr "is exact"
287
 
288
- #: options/panel1.php:163
289
  msgid "contains"
290
  msgstr "bevat"
291
 
292
- #: options/panel1.php:164
293
  msgid "does not contain"
294
  msgstr "bevat niet"
295
 
296
- #: options/panel1.php:167
297
- msgid "Search"
298
- msgstr "Zoeken"
299
-
300
- #: options/panel1.php:178
301
- msgid "Subscriptions for:"
302
- msgstr "Abonnementen voor:"
303
-
304
- #: options/panel1.php:178
305
- msgid "Rows:"
306
- msgstr "Rijen:"
307
 
308
- #: options/panel1.php:178
309
- msgid "of"
310
- msgstr "van"
311
 
312
- #: options/panel1.php:179
313
- #: templates/author.php:45
314
- #: templates/user.php:47
315
- msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
316
- msgstr "Legenda: Y: geabonneerd, N: gepauzeerd, C: wachten op bevestiging"
317
 
318
- #: options/panel1.php:181
319
- #: options/panel1.php:182
320
- msgid "Reverse the order by Date/Time"
321
- msgstr "Keer sortering om op Datum/Tijd"
322
 
323
- #: options/panel1.php:183
324
  msgid "Reverse the order by Post ID"
325
  msgstr "Keer sortering om op Post ID"
326
 
327
- #: options/panel1.php:184
328
- #: templates/request-management-link.php:77
329
- #: templates/subscribe.php:82
330
- #: templates/user.php:46
331
- msgid "Email"
332
- msgstr "E-mail"
333
 
334
- #: options/panel1.php:186
335
  msgid "Post (ID)"
336
  msgstr "Post (ID)"
337
 
338
- #: options/panel1.php:186
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
339
  msgid "Date and Time"
340
  msgstr "Datum en Tijd"
341
 
342
- #: options/panel1.php:186
343
- msgid "Status"
344
- msgstr "Status"
 
 
 
 
 
 
345
 
346
- #: options/panel1.php:194
347
- #: templates/author.php:59
348
- #: templates/user.php:57
349
  msgid "Action:"
350
  msgstr "Actie:"
351
 
352
- #: options/panel1.php:197
353
- #: templates/author.php:62
354
- #: templates/user.php:60
355
- msgid "Update subscriptions"
356
- msgstr "Abonnementen bijwerken"
357
 
358
- #: options/panel1.php:205
359
- msgid "Sorry, no subscriptions found for"
360
- msgstr "Sorry, er zijn geen abonnementen gevonden voor"
 
 
361
 
362
- #: options/panel3.php:11
363
- msgid "Management Page ID"
364
- msgstr "Abonnenementen Beheerpagina ID"
365
 
366
- #: options/panel3.php:12
367
- #: options/panel3.php:48
368
- msgid "Autopurge requests"
369
- msgstr "Automatisch verwerpen van aanvragen"
370
 
371
- #: options/panel3.php:13
372
- #: options/panel3.php:53
373
- msgid "Sender name"
374
- msgstr "Zender"
 
375
 
376
- #: options/panel3.php:14
377
- #: options/panel3.php:58
378
- msgid "Sender email address"
379
- msgstr "E-mail adres van zender"
 
380
 
381
- #: options/panel3.php:15
382
- #: options/panel3.php:63
 
 
 
 
 
 
 
 
 
 
 
383
  msgid "Checked by default"
384
  msgstr "Standaard aangevinkt"
385
 
386
- #: options/panel3.php:16
387
- #: options/panel3.php:70
388
- msgid "Custom CSS Class"
389
- msgstr "Aangepaste CSS Class"
 
390
 
391
- #: options/panel3.php:17
392
- #: options/panel3.php:75
393
  msgid "Custom inline style"
394
  msgstr "Aangepaste stijl direct in code"
395
 
396
- #: options/panel3.php:18
397
- #: options/panel3.php:80
398
  msgid "Custom HTML"
399
  msgstr "Aangepaste HTML"
400
 
401
- #: options/panel3.php:19
402
- #: options/panel3.php:85
403
- msgid "Enable double check"
404
- msgstr "Dubbele check activeren"
405
-
406
- #: options/panel3.php:20
407
- msgid "Notify authors"
408
- msgstr "Auteurs notificatie"
409
-
410
- #: options/panel3.php:21
411
- #: options/panel3.php:99
412
- msgid "Enable HTML emails"
413
- msgstr "Activeer HTML in e-mails"
414
 
415
- #: options/panel3.php:22
416
- #: options/panel3.php:106
417
- msgid "Send trackbacks"
418
- msgstr "Verstuur trackbacks"
419
 
420
- #: options/panel3.php:23
421
- #: options/panel3.php:92
422
- msgid "Notify admin"
423
- msgstr "Notificeer beheerder"
424
 
425
- #: options/panel3.php:24
426
- #: options/panel3.php:120
427
- msgid "Let admin subscribe"
428
- msgstr "Laat beheerder abonneren"
429
 
430
- #: options/panel3.php:29
431
- #: options/panel4.php:21
432
- #: options/panel5.php:28
 
433
  msgid "Your settings have been successfully updated."
434
  msgstr "De instellingen zijn succesvol bijgwerkt."
435
 
436
- #: options/panel3.php:32
437
- #: options/panel4.php:24
438
- #: options/panel5.php:31
 
439
  msgid "There was an error updating the following fields:"
440
  msgstr "Er deed zich een probleem voor tijdens het bijwerken van de volgende velden:"
441
 
442
- #: options/panel3.php:43
443
- #: options/panel5.php:64
444
- msgid "Management page"
445
- msgstr "Beheerpagina"
446
-
447
- #: options/panel3.php:45
448
- msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its permalink must follow your Wordpress' permalink settings."
449
- msgstr "De permalink voor je abonnementen beheer pagina (zoiets als <code>/manage-subscriptions</code> of <code>/?page_id=345</code>). Deze pagina <b>bestaat niet</b> daadwerkelijk in het systeem, maar de permalink moet wel voldoen aan je Wordpress permalink instellingen."
450
-
451
- #: options/panel3.php:49
452
- msgid "days"
453
- msgstr "dagen"
454
-
455
- #: options/panel3.php:50
456
- msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
457
- msgstr "Op <a href='[manager_link]'>deze pagina</a> kun je de abonnementen van dit bericht beheren."
458
-
459
- #: options/panel3.php:55
460
- msgid "Name to use for the \"from\" field when sending a new notification to the user."
461
- msgstr "Naam die voor het \"from\" veld gebruikt moet worden bij het versturen van notificaties naar de gebruiker."
462
-
463
- #: options/panel3.php:60
464
- msgid "Email address to use for the \"from\" field when sending a new notification to the user."
465
- msgstr "E-mail adres dat gebruikt moet worden voor het \"from\" veld tijdens het versturen van notificaties naar de gebruiker."
466
 
467
- #: options/panel3.php:67
468
  msgid "Decide if the checkbox should be checked by default or not."
469
  msgstr "Denk erover na of het vinkje standaard aangevinkt moet staan of niet."
470
 
471
- #: options/panel3.php:72
472
- msgid "Custom CSS class to associate to the checkbox, if you want to customize its style."
473
- msgstr "Aangepaste CSS stijlen die op de checkbox slaan, vink aan als je de stijl zelf wilt aanpassen."
474
 
475
- #: options/panel3.php:77
476
  msgid "Custom inline CSS to add to the checkbox."
477
  msgstr "Aangepaste CSS code die je direct hier kunt invoeren."
478
 
479
- #: options/panel3.php:82
480
  msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
481
  msgstr "Aangepaste HTML code die gebruikt wordt tijdens het aanroepen van de checkbox. Tags die zijn toegestaan: [checkbox_field], [checkbox_label]"
482
 
483
- #: options/panel3.php:89
484
- msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
485
- msgstr "Op <a href='[manager_link]'>deze pagina</a> kun je de abonnementen van dit bericht beheren."
486
 
487
- #: options/panel3.php:96
488
- msgid "Notify the administrator when a new comment is posted."
489
- msgstr "Stel de beheerder op de hoogte als er nieuwe reacties worden geplaatst."
 
490
 
491
- #: options/panel3.php:103
492
- msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
493
- msgstr "Als dit aan staat dan zullen emails verstuurd worden met content-type text/html in plaats van text/plain."
494
 
495
- #: options/panel3.php:110
496
- msgid "Notify users when a new trackback or pingback is added to the discussion."
497
- msgstr "Stel de gebruikers op de hoogte als er nieuwe trackbacks of pingbacks bij een bericht geplaatst worden."
498
 
499
- #: options/panel3.php:113
500
- msgid "Track all subscriptions"
501
- msgstr "Bekijk alle abonnementen"
 
502
 
503
- #: options/panel3.php:117
504
- msgid "Notify the administrator when users subscribe without commenting."
505
- msgstr "Stel beheerders op de hoogte als iemand een abonnement neemt zonder eerst zelf te reageren."
506
 
507
- #: options/panel3.php:124
508
- msgid "Let the administrator subscribe to comments when logged in."
509
- msgstr "Moet de beheerder zich kunnen abonneren op berichten als deze is ingelogd?"
510
 
511
- #: options/panel3.php:128
512
- #: options/panel4.php:86
513
- #: options/panel5.php:144
 
514
  msgid "Save Changes"
515
  msgstr "Opslaan"
516
 
517
- #: options/panel4.php:11
518
- #: options/panel4.php:37
519
- msgid "Notification subject"
520
- msgstr "Notificatie onderwerp"
521
-
522
- #: options/panel4.php:12
523
- #: options/panel4.php:42
524
- msgid "Notification message"
525
- msgstr "Notificatie bericht"
526
-
527
- #: options/panel4.php:13
528
- #: options/panel4.php:53
529
- msgid "Double check subject"
530
- msgstr "Onderwerp dubbel checken"
531
-
532
- #: options/panel4.php:14
533
- #: options/panel4.php:58
534
- msgid "Double check message"
535
- msgstr "Bericht dubbel checken"
536
-
537
- #: options/panel4.php:15
538
- #: options/panel4.php:69
539
- msgid "Management subject"
540
- msgstr "Beheer onderwerp"
541
-
542
- #: options/panel4.php:16
543
- #: options/panel4.php:74
544
- msgid "Management message"
545
- msgstr "Beheer bericht"
546
-
547
- #: options/panel4.php:39
548
- msgid "Subject of the notification email. Allowed tag: [post_title]"
549
- msgstr "Onderwerp van de notificatie e-mail. Beschikbare tags: [post_title]"
550
-
551
- #: options/panel4.php:44
552
- #: options/panel4.php:60
553
- #: options/panel4.php:76
554
- #: options/panel5.php:74
555
- #: options/panel5.php:84
556
- #: options/panel5.php:94
557
- #: options/panel5.php:104
558
- #: options/panel5.php:114
559
- #: options/panel5.php:124
560
- #: options/panel5.php:134
561
- msgid "Bold"
562
- msgstr ""
563
-
564
- #: options/panel4.php:45
565
- #: options/panel4.php:61
566
- #: options/panel4.php:77
567
- #: options/panel5.php:75
568
- #: options/panel5.php:85
569
- #: options/panel5.php:95
570
- #: options/panel5.php:105
571
- #: options/panel5.php:115
572
- #: options/panel5.php:125
573
- #: options/panel5.php:135
574
- msgid "Italic"
575
- msgstr ""
576
 
577
- #: options/panel4.php:46
578
- #: options/panel4.php:62
579
- #: options/panel4.php:78
580
- #: options/panel5.php:76
581
- #: options/panel5.php:86
582
- #: options/panel5.php:96
583
- #: options/panel5.php:106
584
- #: options/panel5.php:116
585
- #: options/panel5.php:126
586
- #: options/panel5.php:136
587
- msgid "Link"
588
- msgstr ""
589
 
590
- #: options/panel4.php:47
591
- #: options/panel4.php:63
592
- #: options/panel4.php:79
593
- #: options/panel5.php:77
594
- #: options/panel5.php:87
595
- #: options/panel5.php:97
596
- #: options/panel5.php:107
597
- #: options/panel5.php:117
598
- #: options/panel5.php:127
599
- #: options/panel5.php:137
600
- msgid "Image"
601
  msgstr ""
602
 
603
- #: options/panel4.php:50
604
- msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
605
- msgstr "Inhoud van de notificatie e-mail. Beschikbare tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
606
-
607
- #: options/panel4.php:55
608
- msgid "Subject of the confirmation email. Allowed tag: [post_title]"
609
- msgstr "Onderwerp van bevestigings e-mail. Beschikbare tag: [post_title]"
610
-
611
- #: options/panel4.php:66
612
- msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
613
- msgstr "Inhoud van bevestigings e-mail. Beschikbare tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
614
-
615
- #: options/panel4.php:71
616
- msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
617
- msgstr "Onderwerp van de e-mail die gebruikers ontvangen met de persoonlijk link naar hun beheerpagina. Beschikbare tags: [blog_name]"
618
-
619
- #: options/panel4.php:82
620
- msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
621
- msgstr "Inhoud van de beheer e-mail. Beschikbare tags: [blog_name], [manager_link]"
622
-
623
- #: options/panel5.php:11
624
- #: options/panel5.php:43
625
- msgid "Checkbox label"
626
- msgstr "Checkbox label"
627
-
628
- #: options/panel5.php:12
629
- #: options/panel5.php:48
630
- msgid "Subscribed label"
631
- msgstr "Geabonneerd label"
632
-
633
- #: options/panel5.php:13
634
- #: options/panel5.php:53
635
- msgid "Awaiting label"
636
- msgstr "Confirmatie label"
637
-
638
- #: options/panel5.php:14
639
- #: options/panel5.php:58
640
- msgid "Author label"
641
- msgstr "Auteur label"
642
-
643
- #: options/panel5.php:16
644
- #: options/panel5.php:68
645
- msgid "Page title"
646
- msgstr "Pagina titel"
647
-
648
- #: options/panel5.php:17
649
- #: options/panel5.php:73
650
  msgid "Request link"
651
  msgstr "Aanvraag link"
652
 
653
- #: options/panel5.php:18
654
- #: options/panel5.php:83
655
  msgid "Request submitted"
656
  msgstr "Aanvraag verzonden"
657
 
658
- #: options/panel5.php:19
659
- #: options/panel5.php:93
660
  msgid "Subscribe without commenting"
661
  msgstr "Abonneer zonder te reageren"
662
 
663
- #: options/panel5.php:20
664
- #: options/panel5.php:103
665
  msgid "Subscription processed"
666
  msgstr "Aanvraag verwerkt"
667
 
668
- #: options/panel5.php:21
669
- #: options/panel5.php:113
670
  msgid "Subscription processed (DCI)"
671
  msgstr "Aanvraag verwerkt (DCI)"
672
 
673
- #: options/panel5.php:22
674
- #: options/panel5.php:123
675
  msgid "Authors"
676
  msgstr "Auteurs"
677
 
678
- #: options/panel5.php:23
679
- #: options/panel5.php:133
680
  msgid "Users"
681
  msgstr "Gebruikers"
682
 
683
- #: options/panel5.php:39
684
- msgid "Comment form"
685
- msgstr "Reactie formulier"
686
 
687
- #: options/panel5.php:45
688
- msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
689
- msgstr "Label dat bij de checkbox hoort. Beschikbare tag: [subscribe_link]"
690
 
691
- #: options/panel5.php:50
692
- msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
693
- msgstr "Label dat getoond wordt aan gebruikers die al geabonneerd zijn op een bericht. Beschikbare tag: [manager_link]"
 
694
 
695
- #: options/panel5.php:55
696
- msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
697
- msgstr "Label dat wordt getoond aan gebruikers die al geabonneerd zijn, maar dit nog niet hebben bevestigd via hun e-mail. Beschikbare tag: [manager_link]"
698
 
699
- #: options/panel5.php:60
700
- msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
701
- msgstr "Label dat wordt getoond aan auteurs (en beheerders). Beschikbare tag: [manager_link]"
702
 
703
- #: options/panel5.php:70
704
- msgid "Title of the page your visitors will use to manage their subscriptions."
705
- msgstr "Titel van de pagina waar gebruikers hun abonnementen aan kunnen passen."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
706
 
707
- #: options/panel5.php:80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
708
  msgid "Text shown to those who request to manage their subscriptions."
709
  msgstr "Tekst dat op het scherm verschijnt bij gebruikers die hun abonnementen willen aanpassen."
710
 
711
- #: options/panel5.php:90
712
  msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
713
  msgstr "Het bedanktberichtje dat wordt getoond als bovenstaande aanvragen zijn doorgevoerd. Beschikbare tags: [post_title], [post_permalink]"
714
 
715
- #: options/panel5.php:100
716
  msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
717
  msgstr "Tekst die wordt getoond aan gebruikers die willen abonneren zonder eerst zelf te reageren. Beschikbare tags: [post_title], [post_permalink]"
718
 
719
- #: options/panel5.php:110
720
  msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
721
  msgstr "Het bedankberichtje dat wordt getoond nadat de aanvragen zijn doorgevoerd (als double check-in uit staat). Beschikbare tags: [post_title], [post_permalink]"
722
 
723
- #: options/panel5.php:120
724
  msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
725
  msgstr "Een bedankberichtje dat wordt getoond als een gebruiker een abonnement heeft aangevraagd. Double check-in moet aan staan). Beschikbare tags: [post_title], [post_permalink]"
726
 
727
- #: options/panel5.php:130
728
  msgid "Introductory text for the authors' management page."
729
  msgstr "Intoductie tekst voor de beheerpagina van auteurs."
730
 
731
- #: options/panel5.php:140
732
  msgid "Introductory text for the users' management page."
733
  msgstr "Intoductie tekst voor de beheerpagina van de gebruikers."
734
 
735
- #: options/panel6.php:11
736
- msgid "StCR table has been successfully optimized."
737
- msgstr "StCR tabel is succesvol geoptimaliseerd."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
738
 
739
- #: options/panel6.php:15
740
- msgid "Database"
741
- msgstr "Database"
742
 
743
- #: options/panel6.php:35
744
- msgid "Engine"
745
- msgstr "Structuur"
 
746
 
747
- #: options/panel6.php:36
748
- msgid "Records"
749
- msgstr "Records"
750
 
751
- #: options/panel6.php:37
752
- msgid "Average Record Length"
753
- msgstr "Gemiddelde Record Lengte"
 
 
 
 
 
 
754
 
755
- #: options/panel6.php:38
756
- msgid "Created on"
757
- msgstr "Aangemaakt op"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
758
 
759
- #: options/panel6.php:39
760
- msgid "Approximate Overhead"
761
- msgstr "Gemiddelde Overhead"
762
 
763
- #: options/panel6.php:40
764
- msgid "optimize"
765
- msgstr "optimaliseren"
766
 
767
- #: options/panel6.php:44
768
  msgid "Support the author"
769
  msgstr "Help de auteur"
770
 
771
- #: options/panel6.php:45
772
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
773
  msgstr "Hoe belangrijk is deze plugin voor jou en je gebruikers? Subscribe to Comments Reloaded is gratis en zal altijd gratis blijven, maar denk er eens over na om de auteur van deze plugin te helpen als deze plugin je echt bevalt en het jou website beter maakt, of als je er geld mee verdiend. Elke donatie zal in de plugin geïnvesteerd worden, in de ontwikkeling ervan en om er eten van te kopen voor mijn hongerige gezin."
774
 
775
- #: options/panel6.php:48
776
  msgid "Don't want to donate? You can still help"
777
  msgstr "Wil je niet doneren? Je kunt toch helpen"
778
 
779
- #: options/panel6.php:49
780
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
781
  msgstr "Wil je geen geld doneren maar toch helpen? Denk er dan eens over om over mijn plugin te bloggen. Laat de lezers van je blog weten waarom deze plugin je blog beter maakt. Je kunt mij ook helpen door middel van het melden van bugs, het helpen van vertalen of door middel van het toesturen van ideeen om Subscribe to Commentes Reloaded nog beter te maken. Wat je ook doet, in ieder geval bedankt voor het gebruiken van mijn plugin!"
782
 
783
- #: options/panel6.php:51
784
  msgid "Vote and show your appreciation"
785
  msgstr "Ondersteun ons door te stemmen"
786
 
787
- #: options/panel6.php:52
788
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
789
  msgstr "Vertel anderen dat jij Subscribe to Comments Reloaded gebruikt en hoe goed jij het vindt. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Stem hier</a> op onze plugin in de WordPress Plugin Directory."
790
 
791
- #: templates/author.php:31
792
- msgid "Subscriptions have been successfully updated."
793
- msgstr "Abonnementen zijn succesvol bijgewerkt."
 
 
 
 
794
 
795
- #: templates/author.php:44
796
  msgid "Title"
797
  msgstr "Titel"
798
 
799
- #: templates/author.php:57
800
- #: templates/user.php:55
801
  msgid "Select all"
802
  msgstr "Selecteer alles"
803
 
804
- #: templates/author.php:58
805
- #: templates/user.php:56
806
  msgid "Invert selection"
807
  msgstr "Selectie omkeren"
808
 
809
- #: templates/author.php:59
810
- #: templates/user.php:57
811
- msgid "Delete"
812
- msgstr "Verwijderen"
813
 
814
- #: templates/author.php:66
815
- #: templates/user.php:64
816
- msgid "Sorry, no subscriptions found."
817
- msgstr "Sorry, er zijn geen abonnementen gevonden."
818
 
819
- #: templates/request-management-link.php:80
820
- #: templates/subscribe.php:84
821
  msgid "Send"
822
  msgstr "Verstuur"
823
 
824
- #: templates/subscribe.php:30
825
- #: templates/subscribe.php:31
826
  msgid "New subscription to"
827
  msgstr "Nieuw abonnement voor"
828
 
829
- #: templates/subscribe.php:31
830
  msgid "User:"
831
  msgstr "Gebruiker:"
832
 
833
- #: templates/user.php:33
834
- msgid "All the subscriptions have been successfully updated."
835
- msgstr "Alle abonnementen zijn succesvol bijgewerkt."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
836
 
837
  #~ msgid "Remove or suspend email address"
838
  #~ msgstr "Verwijder of pauzeer e-mail adres"
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-07-20 12:39-0500\n"
6
+ "PO-Revision-Date: 2011-07-20 12:39-0500\n"
7
+ "Last-Translator: due chiacchiere <info@duechiacchiere.it>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "X-Poedit-Country: NETHERLANDS\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: subscribe-to-comments-reloaded.php:33
20
+ #: subscribe-to-comments-reloaded.php:221
21
+ #, fuzzy
22
+ msgid "Your subscription to this post needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
 
 
 
 
23
  msgstr "Je abonnement op dit bericht moet eerst worden bevestigd. <a href='[manager_link]'>Beheer je abonnementen</a>."
24
 
25
+ #: subscribe-to-comments-reloaded.php:38
26
+ #: subscribe-to-comments-reloaded.php:220
27
+ #, fuzzy
28
+ msgid "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your subscriptions."
29
+ msgstr "Je hebt een abonnement op dit bericht. Beheer je abonnementen <a href='[manager_link]'>op deze pagina</a>. "
30
+
31
+ #: subscribe-to-comments-reloaded.php:45
32
+ #: subscribe-to-comments-reloaded.php:222
33
+ #, fuzzy
34
+ msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
35
  msgstr "Op <a href='[manager_link]'>deze pagina</a> kun je de abonnementen van dit bericht beheren."
36
 
37
+ #: subscribe-to-comments-reloaded.php:50
38
+ #: subscribe-to-comments-reloaded.php:217
39
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
40
  msgstr "Houd mij op de hoogte van nieuwe reacties. Of <a href='[subscribe_link]'>abonneer jezelf</a> op deze discussie zonder te reageren."
41
 
42
+ #: subscribe-to-comments-reloaded.php:60
43
+ msgid "All"
44
+ msgstr ""
45
+
46
+ #: subscribe-to-comments-reloaded.php:61
47
+ #: templates/user.php:66
48
+ msgid "Replies to my comments"
49
+ msgstr ""
50
+
51
+ #: subscribe-to-comments-reloaded.php:62
52
+ msgid "Daily digest"
53
+ msgstr ""
54
+
55
+ #: subscribe-to-comments-reloaded.php:194
56
+ #: options/index.php:41
57
  msgid "Manage subscriptions"
58
  msgstr "Beheer Abonnementen"
59
 
60
+ #: subscribe-to-comments-reloaded.php:195
61
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
62
  msgstr "Om je abonnementen te beheren moet je hieronder je e-mail adres invullen. We sturen je dan een persoonlijk link waar je je abonnementen aan kunt passen."
63
 
64
+ #: subscribe-to-comments-reloaded.php:196
65
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
66
  msgstr "Bedankt voor het gebruikmaken van onze abonnementen service. Je aanvraag is voltooid en je ontvangt binnen enkele ogenblikken een e-mail met een link naar je persoonlijk beheerpagina."
67
 
68
+ #: subscribe-to-comments-reloaded.php:197
69
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
70
  msgstr "Je wilt je abonneren op de discussie <strong>[post_title]</strong> zonder zelf te reageren? Vul je e-mail adres hieronder in en de rest gaat vanzelf."
71
 
72
+ #: subscribe-to-comments-reloaded.php:198
73
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
74
  msgstr "Bedankt voor het gebruikmaken van onze abonnementen service. Je aanvraag is voltooid. Je ontvangt iedere keer een e-mail als er een nieuwe reactie is geplaatst."
75
 
76
+ #: subscribe-to-comments-reloaded.php:199
77
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
78
  msgstr "Bedankt voor het gebruikmaken van onze abonnementen service. Om je aanvraag te voltooien moet je deze eerst bevestigen. Je ontvangt hierover binnen enkele ogenblikken een e-mail bericht."
79
 
80
+ #: subscribe-to-comments-reloaded.php:200
81
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
82
  msgstr "Om je abonnementenen aan te passen vink je het gewenste abonnement aan en klik je op de desgewenste actie."
83
 
84
+ #: subscribe-to-comments-reloaded.php:201
85
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
86
  msgstr "Om je abonnementenen aan te passen vink je het gewenste abonnement aan en klik je op de desgewenste actie. Momenteel ben je geabonneerd op de volgende berichten:"
87
 
88
+ #: subscribe-to-comments-reloaded.php:215
89
  msgid "There is a new comment to [post_title]"
90
  msgstr "Er is een nieuwe reactie geplaatst bij [post_title]"
91
 
92
+ #: subscribe-to-comments-reloaded.php:216
93
  msgid ""
94
  "There is a new comment to [post_title].\n"
95
  "Comment Link: [comment_permalink]\n"
107
  "Permalink: [post_permalink]\n"
108
  "Beheer je abonnementen: [manager_link]"
109
 
110
+ #: subscribe-to-comments-reloaded.php:223
111
  msgid "Please confirm your subscription to [post_title]"
112
  msgstr "Bevestig je abonnement op [post_title]"
113
 
114
+ #: subscribe-to-comments-reloaded.php:224
115
  msgid ""
116
  "You have requested to be notified every time a new comment is added to:\n"
117
  "[post_permalink]\n"
120
  "[confirm_link]"
121
  msgstr "Op <a href='[manager_link]'>deze pagina</a> kun je de abonnementen van dit bericht beheren."
122
 
123
+ #: subscribe-to-comments-reloaded.php:225
124
  msgid "Manage your subscriptions on [blog_name]"
125
  msgstr "Beheer je abonnementen op [blog_name]"
126
 
127
+ #: subscribe-to-comments-reloaded.php:226
128
  msgid ""
129
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
130
  "[manager_link]"
132
  "Je hebt gevraagd om de link naar je abonnementen beheer pagina voor de website [blog_name]. Volg de volgende link om naar je persoonlijke beheer pagina te gaan:\n"
133
  "[manager_link]"
134
 
135
+ #: subscribe-to-comments-reloaded.php:956
136
  msgid "Subscribed"
137
  msgstr "Geabonneerd"
138
 
139
+ #: subscribe-to-comments-reloaded.php:970
140
+ #: options/panel2.php:41
141
+ #: options/panel2.php:48
142
+ #: options/panel2.php:55
143
+ #: options/panel5.php:42
144
+ #: options/panel5.php:49
145
+ #: options/panel5.php:56
146
+ #: options/panel5.php:63
147
+ #: options/panel5.php:70
148
+ #: options/panel5.php:77
149
  msgid "Yes"
150
  msgstr "Ja"
151
 
152
+ #: subscribe-to-comments-reloaded.php:972
153
+ msgid "Pending"
154
+ msgstr ""
155
 
156
+ #: subscribe-to-comments-reloaded.php:973
157
+ #: options/panel2.php:42
158
+ #: options/panel2.php:49
159
+ #: options/panel2.php:56
160
+ #: options/panel5.php:43
161
+ #: options/panel5.php:50
162
+ #: options/panel5.php:57
163
+ #: options/panel5.php:64
164
+ #: options/panel5.php:71
165
+ #: options/panel5.php:78
166
  msgid "No"
167
  msgstr "Nee"
168
 
169
+ #: subscribe-to-comments-reloaded.php:983
170
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
171
  msgstr "Hulp nodig bij het gebruik van de Subscribe to Comments Reloaded plugin? Bezoek de officiele"
172
 
173
+ #: subscribe-to-comments-reloaded.php:983
174
  msgid "support forum"
175
  msgstr "support forum"
176
 
177
+ #: subscribe-to-comments-reloaded.php:984
178
  msgid "Feeling generous?"
179
  msgstr "Wees eens gul!"
180
 
181
+ #: subscribe-to-comments-reloaded.php:984
182
  msgid "Donate a few bucks!"
183
  msgstr "Doneer een paar centen!"
184
 
185
+ #: options/index.php:42
186
+ #, fuzzy
187
+ msgid "Comment Form"
188
+ msgstr "Reactie formulier"
189
 
190
+ #: options/index.php:43
191
+ #, fuzzy
192
+ msgid "Management Page"
193
+ msgstr "Beheerpagina"
194
+
195
+ #: options/index.php:44
196
+ #, fuzzy
197
+ msgid "Notifications"
198
+ msgstr "Notificatie onderwerp"
199
+
200
+ #: options/index.php:45
201
+ #: options/panel2.php:35
202
+ #: options/panel3.php:38
203
+ #: options/panel4.php:34
204
  msgid "Options"
205
  msgstr "Opties"
206
 
207
+ #: options/index.php:46
208
+ msgid "You can help"
209
+ msgstr ""
210
+
211
+ #: options/panel1-business-logic.php:18
212
+ #, fuzzy
213
+ msgid "Subscription added."
214
+ msgstr "Aanvraag verwerkt"
215
 
216
+ #: options/panel1-business-logic.php:30
217
+ #, fuzzy
218
+ msgid "Subscriptions updated."
219
+ msgstr "Aanvraag verwerkt"
220
 
221
+ #: options/panel1-business-logic.php:39
222
+ #, fuzzy
223
+ msgid "Subscription deleted."
224
+ msgstr "Aanvraag verwerkt"
225
 
226
+ #: options/panel1-business-logic.php:54
227
+ #: templates/author.php:22
228
+ #: templates/user.php:22
229
+ #, fuzzy
230
+ msgid "Subscriptions deleted:"
231
+ msgstr "Abonnementen voor:"
232
 
233
+ #: options/panel1-business-logic.php:58
234
+ #: templates/author.php:26
235
+ #: templates/user.php:26
236
+ #, fuzzy
237
+ msgid "Subscriptions suspended:"
238
+ msgstr "Aanvraag verwerkt"
239
 
240
+ #: options/panel1-business-logic.php:62
241
+ #: templates/author.php:30
242
+ #: templates/user.php:30
243
+ #, fuzzy
244
+ msgid "Subscriptions activated:"
245
+ msgstr "Abonnementen voor:"
246
 
247
+ #: options/panel1-business-logic.php:66
248
+ #: options/panel1-business-logic.php:70
249
+ #: templates/author.php:34
250
+ #: templates/author.php:38
251
+ #: templates/user.php:34
252
+ #, fuzzy
253
+ msgid "Subscriptions updated:"
254
+ msgstr "Abonnementen voor:"
255
+
256
+ #: options/panel1-business-logic.php:94
257
+ msgid "&laquo; Previous"
258
+ msgstr "&laquo; Vorige"
259
+
260
+ #: options/panel1-business-logic.php:98
261
+ msgid "Next &raquo;"
262
+ msgstr "Volgende &raquo;"
263
+
264
+ #: options/panel1-edit-subscription.php:8
265
+ #, fuzzy
266
+ msgid "Update Subscription"
267
+ msgstr "Abonnement bijwerken"
268
+
269
+ #: options/panel1-edit-subscription.php:10
270
+ #: options/panel1.php:19
271
+ #: options/panel1.php:81
272
+ #: options/panel1.php:113
273
+ #: templates/author.php:51
274
+ #: templates/user.php:47
275
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
276
  msgstr "Let op! Deze handeling kan niet ongedaan worden gemaakt. Weet je zeker dat je door wilt gaan?"
277
 
278
+ #: options/panel1-edit-subscription.php:12
279
+ #, fuzzy
280
+ msgid "Post:"
281
+ msgstr "Rijen:"
282
+
283
+ #: options/panel1-edit-subscription.php:13
284
+ #: options/panel1.php:21
285
  msgid "From"
286
  msgstr "Van"
287
 
288
+ #: options/panel1-edit-subscription.php:14
289
+ #: options/panel1.php:22
 
 
 
 
290
  msgid "To"
291
  msgstr "Naar"
292
 
293
+ #: options/panel1-edit-subscription.php:15
294
+ #: options/panel1.php:26
295
+ #: options/panel1.php:45
296
+ #: options/panel1.php:103
297
+ msgid "Status"
298
+ msgstr "Status"
299
+
300
+ #: options/panel1-edit-subscription.php:17
301
+ #: options/panel1.php:28
302
+ msgid "Keep unchanged"
303
+ msgstr ""
304
+
305
+ #: options/panel1-edit-subscription.php:18
306
+ #: options/panel1.php:29
307
+ #: options/panel1.php:47
308
+ #, fuzzy
309
+ msgid "Active"
310
+ msgstr "Actie"
311
+
312
+ #: options/panel1-edit-subscription.php:19
313
+ #: options/panel1.php:30
314
+ #: options/panel1.php:48
315
+ msgid "Replies only"
316
+ msgstr ""
317
+
318
+ #: options/panel1-edit-subscription.php:20
319
+ #: options/panel1.php:31
320
+ #, fuzzy
321
+ msgid "Suspended"
322
+ msgstr "Pauzeren"
323
+
324
+ #: options/panel1-edit-subscription.php:21
325
+ #: options/panel1.php:32
326
  msgid "Update"
327
  msgstr "Bijwerken"
328
 
329
+ #: options/panel1.php:17
330
+ #, fuzzy
331
+ msgid "Mass Update Subscriptions"
332
+ msgstr "Abonnementen bijwerken"
333
 
334
+ #: options/panel1.php:23
335
+ #: options/panel1.php:24
336
+ #: options/panel1.php:25
337
+ #, fuzzy
338
+ msgid "optional"
339
+ msgstr "Opties"
340
 
341
+ #: options/panel1.php:39
342
+ #, fuzzy
343
+ msgid "Add New Subscription"
344
+ msgstr "Nieuw abonnement voor"
345
 
346
+ #: options/panel1.php:43
347
+ #, fuzzy
348
+ msgid "Post ID"
349
+ msgstr "Post (ID)"
 
 
350
 
351
+ #: options/panel1.php:44
352
  #: options/panel1.php:90
353
+ #: templates/request-management-link.php:65
354
+ #: templates/subscribe.php:88
355
+ #: templates/user.php:52
356
+ msgid "Email"
357
+ msgstr "E-mail"
358
+
359
+ #: options/panel1.php:49
360
+ msgid "Ask user to confirm"
361
+ msgstr ""
 
362
 
363
+ #: options/panel1.php:50
364
+ msgid "Add"
365
+ msgstr ""
366
 
367
+ #: options/panel1.php:59
368
+ #, fuzzy
369
+ msgid "Search subscriptions"
370
+ msgstr "Beheer Abonnementen"
371
 
372
+ #: options/panel1.php:61
373
+ #, fuzzy, php-format
374
+ msgid "You can either <a href=\"%s\">view all the subscriptions</a> or find those where the"
375
+ msgstr "Je kunt <a href=\"%s\">hier alle abonnementen bekijken</a> of filter hier op <b>e-mail</b>"
376
 
377
+ #: options/panel1.php:64
378
+ #, fuzzy
379
+ msgid "email"
380
+ msgstr "E-mail"
381
 
382
+ #: options/panel1.php:65
383
+ #, fuzzy
384
+ msgid "post ID"
385
+ msgstr "Post (ID)"
386
 
387
+ #: options/panel1.php:66
388
+ #, fuzzy
389
+ msgid "status"
390
+ msgstr "Status"
391
 
392
+ #: options/panel1.php:69
393
  msgid "equals"
394
  msgstr "is exact"
395
 
396
+ #: options/panel1.php:70
397
  msgid "contains"
398
  msgstr "bevat"
399
 
400
+ #: options/panel1.php:71
401
  msgid "does not contain"
402
  msgstr "bevat niet"
403
 
404
+ #: options/panel1.php:72
405
+ msgid "starts with"
406
+ msgstr ""
 
 
 
 
 
 
 
 
407
 
408
+ #: options/panel1.php:73
409
+ msgid "ends with"
410
+ msgstr ""
411
 
412
+ #: options/panel1.php:76
413
+ msgid "results per page:"
414
+ msgstr ""
 
 
415
 
416
+ #: options/panel1.php:77
417
+ msgid "Search"
418
+ msgstr "Zoeken"
 
419
 
420
+ #: options/panel1.php:85
421
  msgid "Reverse the order by Post ID"
422
  msgstr "Keer sortering om op Post ID"
423
 
424
+ #: options/panel1.php:86
425
+ #: options/panel1.php:87
426
+ msgid "Reverse the order by Date/Time"
427
+ msgstr "Keer sortering om op Datum/Tijd"
 
 
428
 
429
+ #: options/panel1.php:89
430
  msgid "Post (ID)"
431
  msgstr "Post (ID)"
432
 
433
+ #: options/panel1.php:92
434
+ #, fuzzy
435
+ msgid "Search query:"
436
+ msgstr "Zoeken"
437
+
438
+ #: options/panel1.php:92
439
+ msgid "Rows:"
440
+ msgstr "Rijen:"
441
+
442
+ #: options/panel1.php:92
443
+ msgid "of"
444
+ msgstr "van"
445
+
446
+ #: options/panel1.php:93
447
+ #: templates/author.php:57
448
+ #: templates/user.php:53
449
+ msgid "Legend: Y = all comments, R = replies only, C = inactive"
450
+ msgstr ""
451
+
452
+ #: options/panel1.php:102
453
  msgid "Date and Time"
454
  msgstr "Datum en Tijd"
455
 
456
+ #: options/panel1.php:112
457
+ msgid "Edit"
458
+ msgstr ""
459
+
460
+ #: options/panel1.php:113
461
+ #: templates/author.php:70
462
+ #: templates/user.php:64
463
+ msgid "Delete"
464
+ msgstr "Verwijderen"
465
 
466
+ #: options/panel1.php:121
467
+ #: templates/author.php:69
468
+ #: templates/user.php:63
469
  msgid "Action:"
470
  msgstr "Actie:"
471
 
472
+ #: options/panel1.php:122
473
+ msgid "Delete forever"
474
+ msgstr "Verwijderen"
 
 
475
 
476
+ #: options/panel1.php:123
477
+ #: templates/author.php:71
478
+ #: templates/user.php:65
479
+ msgid "Suspend"
480
+ msgstr "Pauzeren"
481
 
482
+ #: options/panel1.php:124
483
+ msgid "Activate and set to Y"
484
+ msgstr ""
485
 
486
+ #: options/panel1.php:125
487
+ msgid "Activate and set to R"
488
+ msgstr ""
 
489
 
490
+ #: options/panel1.php:126
491
+ #: templates/author.php:73
492
+ #: templates/user.php:67
493
+ msgid "Activate"
494
+ msgstr ""
495
 
496
+ #: options/panel1.php:127
497
+ #: templates/author.php:74
498
+ #: templates/user.php:68
499
+ msgid "Update subscriptions"
500
+ msgstr "Abonnementen bijwerken"
501
 
502
+ #: options/panel1.php:131
503
+ #, fuzzy
504
+ msgid "Sorry, no subscriptions match your search criteria."
505
+ msgstr "Sorry, er zijn geen abonnementen gevonden voor"
506
+
507
+ #: options/panel2.php:11
508
+ #: options/panel2.php:39
509
+ #, fuzzy
510
+ msgid "Enable default checkbox"
511
+ msgstr "Dubbele check activeren"
512
+
513
+ #: options/panel2.php:12
514
+ #: options/panel2.php:46
515
  msgid "Checked by default"
516
  msgstr "Standaard aangevinkt"
517
 
518
+ #: options/panel2.php:13
519
+ #: options/panel2.php:53
520
+ #, fuzzy
521
+ msgid "Advanced subscription"
522
+ msgstr "Abonnement bijwerken"
523
 
524
+ #: options/panel2.php:14
525
+ #: options/panel2.php:60
526
  msgid "Custom inline style"
527
  msgstr "Aangepaste stijl direct in code"
528
 
529
+ #: options/panel2.php:15
530
+ #: options/panel2.php:65
531
  msgid "Custom HTML"
532
  msgstr "Aangepaste HTML"
533
 
534
+ #: options/panel2.php:17
535
+ msgid "Checkbox label"
536
+ msgstr "Checkbox label"
 
 
 
 
 
 
 
 
 
 
537
 
538
+ #: options/panel2.php:18
539
+ #: options/panel2.php:81
540
+ msgid "Subscribed label"
541
+ msgstr "Geabonneerd label"
542
 
543
+ #: options/panel2.php:19
544
+ msgid "Awaiting label"
545
+ msgstr "Confirmatie label"
 
546
 
547
+ #: options/panel2.php:20
548
+ #: options/panel2.php:91
549
+ msgid "Author label"
550
+ msgstr "Auteur label"
551
 
552
+ #: options/panel2.php:25
553
+ #: options/panel3.php:25
554
+ #: options/panel4.php:23
555
+ #: options/panel5.php:22
556
  msgid "Your settings have been successfully updated."
557
  msgstr "De instellingen zijn succesvol bijgwerkt."
558
 
559
+ #: options/panel2.php:28
560
+ #: options/panel3.php:28
561
+ #: options/panel4.php:26
562
+ #: options/panel5.php:25
563
  msgid "There was an error updating the following fields:"
564
  msgstr "Er deed zich een probleem voor tijdens het bijwerken van de volgende velden:"
565
 
566
+ #: options/panel2.php:43
567
+ msgid "Disable this option if you want to move the subscription checkbox to a different place on your page."
568
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
569
 
570
+ #: options/panel2.php:50
571
  msgid "Decide if the checkbox should be checked by default or not."
572
  msgstr "Denk erover na of het vinkje standaard aangevinkt moet staan of niet."
573
 
574
+ #: options/panel2.php:57
575
+ msgid "Allow users to choose from different subscription types (all, replies only)."
576
+ msgstr ""
577
 
578
+ #: options/panel2.php:62
579
  msgid "Custom inline CSS to add to the checkbox."
580
  msgstr "Aangepaste CSS code die je direct hier kunt invoeren."
581
 
582
+ #: options/panel2.php:67
583
  msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
584
  msgstr "Aangepaste HTML code die gebruikt wordt tijdens het aanroepen van de checkbox. Tags die zijn toegestaan: [checkbox_field], [checkbox_label]"
585
 
586
+ #: options/panel2.php:72
587
+ msgid "Messages for your visitors"
588
+ msgstr ""
589
 
590
+ #: options/panel2.php:76
591
+ #, fuzzy
592
+ msgid "Default label"
593
+ msgstr "Auteur label"
594
 
595
+ #: options/panel2.php:78
596
+ msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
597
+ msgstr "Label dat bij de checkbox hoort. Beschikbare tag: [subscribe_link]"
598
 
599
+ #: options/panel2.php:83
600
+ msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
601
+ msgstr "Label dat getoond wordt aan gebruikers die al geabonneerd zijn op een bericht. Beschikbare tag: [manager_link]"
602
 
603
+ #: options/panel2.php:86
604
+ #, fuzzy
605
+ msgid "Pending label"
606
+ msgstr "Confirmatie label"
607
 
608
+ #: options/panel2.php:88
609
+ msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
610
+ msgstr "Label dat wordt getoond aan gebruikers die al geabonneerd zijn, maar dit nog niet hebben bevestigd via hun e-mail. Beschikbare tag: [manager_link]"
611
 
612
+ #: options/panel2.php:93
613
+ msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
614
+ msgstr "Label dat wordt getoond aan auteurs (en beheerders). Beschikbare tag: [manager_link]"
615
 
616
+ #: options/panel2.php:97
617
+ #: options/panel3.php:136
618
+ #: options/panel4.php:103
619
+ #: options/panel5.php:83
620
  msgid "Save Changes"
621
  msgstr "Opslaan"
622
 
623
+ #: options/panel3.php:10
624
+ #: options/panel3.php:42
625
+ msgid "Page title"
626
+ msgstr "Pagina titel"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
627
 
628
+ #: options/panel3.php:11
629
+ msgid "Management Page ID"
630
+ msgstr "Abonnenementen Beheerpagina ID"
 
 
 
 
 
 
 
 
 
631
 
632
+ #: options/panel3.php:12
633
+ #: options/panel3.php:54
634
+ msgid "Custom HEAD meta"
 
 
 
 
 
 
 
 
635
  msgstr ""
636
 
637
+ #: options/panel3.php:14
638
+ #: options/panel3.php:65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
639
  msgid "Request link"
640
  msgstr "Aanvraag link"
641
 
642
+ #: options/panel3.php:15
643
+ #: options/panel3.php:75
644
  msgid "Request submitted"
645
  msgstr "Aanvraag verzonden"
646
 
647
+ #: options/panel3.php:16
648
+ #: options/panel3.php:85
649
  msgid "Subscribe without commenting"
650
  msgstr "Abonneer zonder te reageren"
651
 
652
+ #: options/panel3.php:17
653
+ #: options/panel3.php:95
654
  msgid "Subscription processed"
655
  msgstr "Aanvraag verwerkt"
656
 
657
+ #: options/panel3.php:18
658
+ #: options/panel3.php:105
659
  msgid "Subscription processed (DCI)"
660
  msgstr "Aanvraag verwerkt (DCI)"
661
 
662
+ #: options/panel3.php:19
663
+ #: options/panel3.php:115
664
  msgid "Authors"
665
  msgstr "Auteurs"
666
 
667
+ #: options/panel3.php:20
668
+ #: options/panel3.php:125
669
  msgid "Users"
670
  msgstr "Gebruikers"
671
 
672
+ #: options/panel3.php:44
673
+ msgid "Title of the page your visitors will use to manage their subscriptions."
674
+ msgstr "Titel van de pagina waar gebruikers hun abonnementen aan kunnen passen."
675
 
676
+ #: options/panel3.php:47
677
+ msgid "Management page"
678
+ msgstr "Beheerpagina"
679
 
680
+ #: options/panel3.php:49
681
+ #, fuzzy
682
+ msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
683
+ msgstr "De permalink voor je abonnementen beheer pagina (zoiets als <code>/manage-subscriptions</code> of <code>/?page_id=345</code>). Deze pagina <b>bestaat niet</b> daadwerkelijk in het systeem, maar de permalink moet wel voldoen aan je Wordpress permalink instellingen."
684
 
685
+ #: options/panel3.php:51
686
+ msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
687
+ msgstr ""
688
 
689
+ #: options/panel3.php:56
690
+ msgid "Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values."
691
+ msgstr ""
692
 
693
+ #: options/panel3.php:61
694
+ #: options/panel4.php:50
695
+ #, fuzzy
696
+ msgid "Messages"
697
+ msgstr "E-mail Berichten"
698
+
699
+ #: options/panel3.php:66
700
+ #: options/panel3.php:76
701
+ #: options/panel3.php:86
702
+ #: options/panel3.php:96
703
+ #: options/panel3.php:106
704
+ #: options/panel3.php:116
705
+ #: options/panel3.php:126
706
+ #: options/panel4.php:61
707
+ #: options/panel4.php:77
708
+ #: options/panel4.php:93
709
+ msgid "Bold"
710
+ msgstr ""
711
 
712
+ #: options/panel3.php:67
713
+ #: options/panel3.php:77
714
+ #: options/panel3.php:87
715
+ #: options/panel3.php:97
716
+ #: options/panel3.php:107
717
+ #: options/panel3.php:117
718
+ #: options/panel3.php:127
719
+ #: options/panel4.php:62
720
+ #: options/panel4.php:78
721
+ #: options/panel4.php:94
722
+ msgid "Italic"
723
+ msgstr ""
724
+
725
+ #: options/panel3.php:68
726
+ #: options/panel3.php:78
727
+ #: options/panel3.php:88
728
+ #: options/panel3.php:98
729
+ #: options/panel3.php:108
730
+ #: options/panel3.php:118
731
+ #: options/panel3.php:128
732
+ #: options/panel4.php:63
733
+ #: options/panel4.php:79
734
+ #: options/panel4.php:95
735
+ msgid "Link"
736
+ msgstr ""
737
+
738
+ #: options/panel3.php:69
739
+ #: options/panel3.php:79
740
+ #: options/panel3.php:89
741
+ #: options/panel3.php:99
742
+ #: options/panel3.php:109
743
+ #: options/panel3.php:119
744
+ #: options/panel3.php:129
745
+ #: options/panel4.php:64
746
+ #: options/panel4.php:80
747
+ #: options/panel4.php:96
748
+ msgid "Image"
749
+ msgstr ""
750
+
751
+ #: options/panel3.php:72
752
  msgid "Text shown to those who request to manage their subscriptions."
753
  msgstr "Tekst dat op het scherm verschijnt bij gebruikers die hun abonnementen willen aanpassen."
754
 
755
+ #: options/panel3.php:82
756
  msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
757
  msgstr "Het bedanktberichtje dat wordt getoond als bovenstaande aanvragen zijn doorgevoerd. Beschikbare tags: [post_title], [post_permalink]"
758
 
759
+ #: options/panel3.php:92
760
  msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
761
  msgstr "Tekst die wordt getoond aan gebruikers die willen abonneren zonder eerst zelf te reageren. Beschikbare tags: [post_title], [post_permalink]"
762
 
763
+ #: options/panel3.php:102
764
  msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
765
  msgstr "Het bedankberichtje dat wordt getoond nadat de aanvragen zijn doorgevoerd (als double check-in uit staat). Beschikbare tags: [post_title], [post_permalink]"
766
 
767
+ #: options/panel3.php:112
768
  msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
769
  msgstr "Een bedankberichtje dat wordt getoond als een gebruiker een abonnement heeft aangevraagd. Double check-in moet aan staan). Beschikbare tags: [post_title], [post_permalink]"
770
 
771
+ #: options/panel3.php:122
772
  msgid "Introductory text for the authors' management page."
773
  msgstr "Intoductie tekst voor de beheerpagina van auteurs."
774
 
775
+ #: options/panel3.php:132
776
  msgid "Introductory text for the users' management page."
777
  msgstr "Intoductie tekst voor de beheerpagina van de gebruikers."
778
 
779
+ #: options/panel4.php:11
780
+ #: options/panel4.php:38
781
+ msgid "Sender name"
782
+ msgstr "Zender"
783
+
784
+ #: options/panel4.php:12
785
+ #: options/panel4.php:43
786
+ msgid "Sender email address"
787
+ msgstr "E-mail adres van zender"
788
+
789
+ #: options/panel4.php:13
790
+ #: options/panel4.php:54
791
+ msgid "Notification subject"
792
+ msgstr "Notificatie onderwerp"
793
+
794
+ #: options/panel4.php:14
795
+ #: options/panel4.php:59
796
+ msgid "Notification message"
797
+ msgstr "Notificatie bericht"
798
+
799
+ #: options/panel4.php:15
800
+ #: options/panel4.php:70
801
+ msgid "Double check subject"
802
+ msgstr "Onderwerp dubbel checken"
803
+
804
+ #: options/panel4.php:16
805
+ #: options/panel4.php:75
806
+ msgid "Double check message"
807
+ msgstr "Bericht dubbel checken"
808
+
809
+ #: options/panel4.php:17
810
+ #: options/panel4.php:86
811
+ msgid "Management subject"
812
+ msgstr "Beheer onderwerp"
813
+
814
+ #: options/panel4.php:18
815
+ #: options/panel4.php:91
816
+ msgid "Management message"
817
+ msgstr "Beheer bericht"
818
+
819
+ #: options/panel4.php:40
820
+ msgid "Name to use for the \"from\" field when sending a new notification to the user."
821
+ msgstr "Naam die voor het \"from\" veld gebruikt moet worden bij het versturen van notificaties naar de gebruiker."
822
+
823
+ #: options/panel4.php:45
824
+ msgid "Email address to use for the \"from\" field when sending a new notification to the user."
825
+ msgstr "E-mail adres dat gebruikt moet worden voor het \"from\" veld tijdens het versturen van notificaties naar de gebruiker."
826
+
827
+ #: options/panel4.php:56
828
+ msgid "Subject of the notification email. Allowed tag: [post_title]"
829
+ msgstr "Onderwerp van de notificatie e-mail. Beschikbare tags: [post_title]"
830
+
831
+ #: options/panel4.php:67
832
+ msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
833
+ msgstr "Inhoud van de notificatie e-mail. Beschikbare tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
834
+
835
+ #: options/panel4.php:72
836
+ msgid "Subject of the confirmation email. Allowed tag: [post_title]"
837
+ msgstr "Onderwerp van bevestigings e-mail. Beschikbare tag: [post_title]"
838
+
839
+ #: options/panel4.php:83
840
+ msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
841
+ msgstr "Inhoud van bevestigings e-mail. Beschikbare tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
842
+
843
+ #: options/panel4.php:88
844
+ msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
845
+ msgstr "Onderwerp van de e-mail die gebruikers ontvangen met de persoonlijk link naar hun beheerpagina. Beschikbare tags: [blog_name]"
846
+
847
+ #: options/panel4.php:99
848
+ msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
849
+ msgstr "Inhoud van de beheer e-mail. Beschikbare tags: [blog_name], [manager_link]"
850
+
851
+ #: options/panel5.php:11
852
+ #: options/panel5.php:35
853
+ msgid "Autopurge requests"
854
+ msgstr "Automatisch verwerpen van aanvragen"
855
+
856
+ #: options/panel5.php:12
857
+ #: options/panel5.php:40
858
+ msgid "Enable double check"
859
+ msgstr "Dubbele check activeren"
860
 
861
+ #: options/panel5.php:13
862
+ msgid "Notify authors"
863
+ msgstr "Auteurs notificatie"
864
 
865
+ #: options/panel5.php:14
866
+ #: options/panel5.php:54
867
+ msgid "Enable HTML emails"
868
+ msgstr "Activeer HTML in e-mails"
869
 
870
+ #: options/panel5.php:15
871
+ msgid "Send trackbacks"
872
+ msgstr "Verstuur trackbacks"
873
 
874
+ #: options/panel5.php:16
875
+ #: options/panel5.php:47
876
+ msgid "Notify admin"
877
+ msgstr "Notificeer beheerder"
878
+
879
+ #: options/panel5.php:17
880
+ #: options/panel5.php:75
881
+ msgid "Let admin subscribe"
882
+ msgstr "Laat beheerder abonneren"
883
 
884
+ #: options/panel5.php:36
885
+ msgid "days"
886
+ msgstr "dagen"
887
+
888
+ #: options/panel5.php:37
889
+ msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
890
+ msgstr "Op <a href='[manager_link]'>deze pagina</a> kun je de abonnementen van dit bericht beheren."
891
+
892
+ #: options/panel5.php:44
893
+ msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
894
+ msgstr "Op <a href='[manager_link]'>deze pagina</a> kun je de abonnementen van dit bericht beheren."
895
+
896
+ #: options/panel5.php:51
897
+ msgid "Notify the administrator when a new comment is posted."
898
+ msgstr "Stel de beheerder op de hoogte als er nieuwe reacties worden geplaatst."
899
+
900
+ #: options/panel5.php:58
901
+ msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
902
+ msgstr "Als dit aan staat dan zullen emails verstuurd worden met content-type text/html in plaats van text/plain."
903
+
904
+ #: options/panel5.php:61
905
+ #, fuzzy
906
+ msgid "Process trackbacks"
907
+ msgstr "Verstuur trackbacks"
908
+
909
+ #: options/panel5.php:65
910
+ msgid "Notify users when a new trackback or pingback is added to the discussion."
911
+ msgstr "Stel de gebruikers op de hoogte als er nieuwe trackbacks of pingbacks bij een bericht geplaatst worden."
912
+
913
+ #: options/panel5.php:68
914
+ msgid "Track all subscriptions"
915
+ msgstr "Bekijk alle abonnementen"
916
 
917
+ #: options/panel5.php:72
918
+ msgid "Notify the administrator when users subscribe without commenting."
919
+ msgstr "Stel beheerders op de hoogte als iemand een abonnement neemt zonder eerst zelf te reageren."
920
 
921
+ #: options/panel5.php:79
922
+ msgid "Let the administrator subscribe to comments when logged in."
923
+ msgstr "Moet de beheerder zich kunnen abonneren op berichten als deze is ingelogd?"
924
 
925
+ #: options/panel6.php:8
926
  msgid "Support the author"
927
  msgstr "Help de auteur"
928
 
929
+ #: options/panel6.php:16
930
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
931
  msgstr "Hoe belangrijk is deze plugin voor jou en je gebruikers? Subscribe to Comments Reloaded is gratis en zal altijd gratis blijven, maar denk er eens over na om de auteur van deze plugin te helpen als deze plugin je echt bevalt en het jou website beter maakt, of als je er geld mee verdiend. Elke donatie zal in de plugin geïnvesteerd worden, in de ontwikkeling ervan en om er eten van te kopen voor mijn hongerige gezin."
932
 
933
+ #: options/panel6.php:18
934
  msgid "Don't want to donate? You can still help"
935
  msgstr "Wil je niet doneren? Je kunt toch helpen"
936
 
937
+ #: options/panel6.php:19
938
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
939
  msgstr "Wil je geen geld doneren maar toch helpen? Denk er dan eens over om over mijn plugin te bloggen. Laat de lezers van je blog weten waarom deze plugin je blog beter maakt. Je kunt mij ook helpen door middel van het melden van bugs, het helpen van vertalen of door middel van het toesturen van ideeen om Subscribe to Commentes Reloaded nog beter te maken. Wat je ook doet, in ieder geval bedankt voor het gebruiken van mijn plugin!"
940
 
941
+ #: options/panel6.php:21
942
  msgid "Vote and show your appreciation"
943
  msgstr "Ondersteun ons door te stemmen"
944
 
945
+ #: options/panel6.php:22
946
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
947
  msgstr "Vertel anderen dat jij Subscribe to Comments Reloaded gebruikt en hoe goed jij het vindt. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Stem hier</a> op onze plugin in de WordPress Plugin Directory."
948
 
949
+ #: options/panel6.php:24
950
+ msgid "Sponsor's Corner"
951
+ msgstr ""
952
+
953
+ #: options/panel6.php:25
954
+ msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
955
+ msgstr ""
956
 
957
+ #: templates/author.php:56
958
  msgid "Title"
959
  msgstr "Titel"
960
 
961
+ #: templates/author.php:67
962
+ #: templates/user.php:61
963
  msgid "Select all"
964
  msgstr "Selecteer alles"
965
 
966
+ #: templates/author.php:68
967
+ #: templates/user.php:62
968
  msgid "Invert selection"
969
  msgstr "Selectie omkeren"
970
 
971
+ #: templates/author.php:72
972
+ msgid "Set to Y"
973
+ msgstr ""
 
974
 
975
+ #: templates/author.php:78
976
+ #: templates/user.php:72
977
+ msgid "No subscriptions match your search criteria."
978
+ msgstr ""
979
 
980
+ #: templates/request-management-link.php:68
981
+ #: templates/subscribe.php:90
982
  msgid "Send"
983
  msgstr "Verstuur"
984
 
985
+ #: templates/subscribe.php:43
986
+ #: templates/subscribe.php:44
987
  msgid "New subscription to"
988
  msgstr "Nieuw abonnement voor"
989
 
990
+ #: templates/subscribe.php:44
991
  msgid "User:"
992
  msgstr "Gebruiker:"
993
 
994
+ #~ msgid "Awaiting confirmation"
995
+ #~ msgstr "Wachten op bevestiging"
996
+
997
+ #~ msgid "Stats"
998
+ #~ msgstr "Statistieken"
999
+
1000
+ #~ msgid "Other Messages"
1001
+ #~ msgstr "Andere Berichten"
1002
+
1003
+ #~ msgid "Support"
1004
+ #~ msgstr "Ondersteuning"
1005
+
1006
+ #~ msgid "The status has been successfully updated. Rows affected:"
1007
+ #~ msgstr "De status is succesvol bijgewerkt. Aangepaste rijen:"
1008
+
1009
+ #~ msgid ""
1010
+ #~ "Update the email address associated to a specific subscription (by post "
1011
+ #~ "ID)."
1012
+ #~ msgstr ""
1013
+ #~ "E-mail adres aanpassen die bij een specifiek abonnement hoort (door "
1014
+ #~ "middel van Post ID)"
1015
+
1016
+ #~ msgid "PID"
1017
+ #~ msgstr "PID"
1018
+
1019
+ #~ msgid "Change status"
1020
+ #~ msgstr "Status aanpassen"
1021
+
1022
+ #~ msgid ""
1023
+ #~ "Change the status of an email address or permanently delete all its "
1024
+ #~ "subscriptions."
1025
+ #~ msgstr ""
1026
+ #~ "Verander de status van een e-mail adres of verwijder alle bijbehorende "
1027
+ #~ "abonnementen."
1028
+
1029
+ #~ msgid "Resume"
1030
+ #~ msgstr "Hervatten"
1031
+
1032
+ #~ msgid "Update email address"
1033
+ #~ msgstr "E-mail adres bijwerken"
1034
+
1035
+ #~ msgid ""
1036
+ #~ "You can \"mass update\" all the occurrences of a given email address "
1037
+ #~ "(exact matches only)."
1038
+ #~ msgstr ""
1039
+ #~ "Hieronder kun je een geabonneerd e-mail adres veranderen (Let goed op "
1040
+ #~ "schrijffouten)."
1041
+
1042
+ #~ msgid "Search email address"
1043
+ #~ msgstr "Zoek e-mail adres"
1044
+
1045
+ #~ msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
1046
+ #~ msgstr "Legenda: Y: geabonneerd, N: gepauzeerd, C: wachten op bevestiging"
1047
+
1048
+ #~ msgid "Custom CSS Class"
1049
+ #~ msgstr "Aangepaste CSS Class"
1050
+
1051
+ #~ msgid ""
1052
+ #~ "Custom CSS class to associate to the checkbox, if you want to customize "
1053
+ #~ "its style."
1054
+ #~ msgstr ""
1055
+ #~ "Aangepaste CSS stijlen die op de checkbox slaan, vink aan als je de stijl "
1056
+ #~ "zelf wilt aanpassen."
1057
+
1058
+ #~ msgid "StCR table has been successfully optimized."
1059
+ #~ msgstr "StCR tabel is succesvol geoptimaliseerd."
1060
+
1061
+ #~ msgid "Database"
1062
+ #~ msgstr "Database"
1063
+
1064
+ #~ msgid "Engine"
1065
+ #~ msgstr "Structuur"
1066
+
1067
+ #~ msgid "Records"
1068
+ #~ msgstr "Records"
1069
+
1070
+ #~ msgid "Average Record Length"
1071
+ #~ msgstr "Gemiddelde Record Lengte"
1072
+
1073
+ #~ msgid "Created on"
1074
+ #~ msgstr "Aangemaakt op"
1075
+
1076
+ #~ msgid "Approximate Overhead"
1077
+ #~ msgstr "Gemiddelde Overhead"
1078
+
1079
+ #~ msgid "optimize"
1080
+ #~ msgstr "optimaliseren"
1081
+
1082
+ #~ msgid "Subscriptions have been successfully updated."
1083
+ #~ msgstr "Abonnementen zijn succesvol bijgewerkt."
1084
+
1085
+ #~ msgid "Sorry, no subscriptions found."
1086
+ #~ msgstr "Sorry, er zijn geen abonnementen gevonden."
1087
+
1088
+ #~ msgid "All the subscriptions have been successfully updated."
1089
+ #~ msgstr "Alle abonnementen zijn succesvol bijgewerkt."
1090
 
1091
  #~ msgid "Remove or suspend email address"
1092
  #~ msgstr "Verwijder of pauzeer e-mail adres"
langs/subscribe-reloaded-pl_PL.mo CHANGED
Binary file
langs/subscribe-reloaded-pl_PL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-03-16 15:08-0500\n"
6
- "PO-Revision-Date: 2011-03-16 15:08-0500\n"
7
  "Last-Translator: due chiacchiere <info@duechiacchiere.it>\n"
8
  "Language-Team: tłumaczył Robert Koeseling\n"
9
  "MIME-Version: 1.0\n"
@@ -16,64 +16,80 @@ msgstr ""
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: subscribe-to-comments-reloaded.php:34
20
- #: subscribe-to-comments-reloaded.php:197
21
- msgid "You are subscribed to this entry. <a href='[manager_link]'>Manage</a> your subscriptions."
22
- msgstr "Już subskrybujesz ten wpis. <a href='[manager_link]'>ZARZĄDZAJ</a> swoimi subskrypcjami."
23
-
24
- #: subscribe-to-comments-reloaded.php:39
25
- #: subscribe-to-comments-reloaded.php:198
26
- msgid "Your subscription to this entry needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
27
  msgstr "Twoja subskrybcja do tego wpisu musi zostać potwierdzona. <a href='[manager_link]'>Zarządzaj swoimi subskrypcjami</a>."
28
 
29
- #: subscribe-to-comments-reloaded.php:46
30
- #: subscribe-to-comments-reloaded.php:199
31
- msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this entry."
 
 
 
 
 
 
 
32
  msgstr "Jako autor możesz <a href='[manager_link]'>zarzadzać SUBSKRYBENTAMI</a> do tego wpisu."
33
 
34
- #: subscribe-to-comments-reloaded.php:52
35
- #: subscribe-to-comments-reloaded.php:193
36
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
37
  msgstr "Poinformuj mnie o nowych komentarzach na e-mail. Możesz także <a href='[subscribe_link]'>SUBSKRYBOWAĆ</a> ten wpis bez komentowania."
38
 
39
- #: subscribe-to-comments-reloaded.php:169
40
- #: options/index.php:44
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  msgid "Manage subscriptions"
42
  msgstr "Zarządzaj subskrybcjami"
43
 
44
- #: subscribe-to-comments-reloaded.php:170
45
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
46
  msgstr "Aby zarządzać swoimi subskrypcjami, proszę podać swój adres e-mail. Wyslemi ci na niego wiadomość z linkiem dodostępu do zarządzania subskrypcjami."
47
 
48
- #: subscribe-to-comments-reloaded.php:171
49
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
50
  msgstr "Miło nam, że się zapisujesz. Proces zgłoszenia subskrypcji został zakończony. Niedługo na twoją skrzynkę przyjdzie od nas e-mail potwierdzający subskrypcje."
51
 
52
- #: subscribe-to-comments-reloaded.php:172
53
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
54
  msgstr "Możesz sledzić dyskusję do <strong>[post_title]</strong> nawet bez zostawiania komentarza. Super, co? Po prostu podaj swój e-mail na który bedą wysyłane nowe komentarze."
55
 
56
- #: subscribe-to-comments-reloaded.php:173
57
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
58
  msgstr "Miło nam, że się zapisujesz. Proces zgłoszenia subskrypcji został zakończony. Od tej pory będziesz otrzymywać e-maile za kazdym razem, kiedy pojawi się komentarz na stronie."
59
 
60
- #: subscribe-to-comments-reloaded.php:174
61
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
62
  msgstr "Dziękujemy za zgłoszenie. Proces zgłoszenia subskrypcji został zakończony. Proszę sprawdzić swoją skrzynkę e-mail i zastosować się do instrukcji zawartych w e-mailu."
63
 
64
- #: subscribe-to-comments-reloaded.php:175
65
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
66
  msgstr "Aby anulować lub zawiesić czasowo wybrane subskrypcje, wybierz je z listy i kliknij na przycisk u dołu listy."
67
 
68
- #: subscribe-to-comments-reloaded.php:176
69
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
70
  msgstr "Aby anulować lub zawiesić czasowo wybrane subskrypcje, wybierz je z listy i kliknij na przycisk u dołu listy. Aktualnie subskrybujesz:"
71
 
72
- #: subscribe-to-comments-reloaded.php:191
73
  msgid "There is a new comment to [post_title]"
74
  msgstr "Pojawił się nowy komentarz do [post_title]"
75
 
76
- #: subscribe-to-comments-reloaded.php:192
77
  msgid ""
78
  "There is a new comment to [post_title].\n"
79
  "Comment Link: [comment_permalink]\n"
@@ -91,11 +107,11 @@ msgstr ""
91
  "Link bezpośredni: [post_permalink]\n"
92
  "Zarządzanie subskrypcjami: [manager_link]"
93
 
94
- #: subscribe-to-comments-reloaded.php:200
95
  msgid "Please confirm your subscription to [post_title]"
96
  msgstr "Proszę potwierdzić swoją subskrypcję do [post_title]"
97
 
98
- #: subscribe-to-comments-reloaded.php:201
99
  msgid ""
100
  "You have requested to be notified every time a new comment is added to:\n"
101
  "[post_permalink]\n"
@@ -109,11 +125,11 @@ msgstr ""
109
  "Proszę potwierdzić zgłoszenie przez kliknięcie na link:\n"
110
  "[confirm_link]"
111
 
112
- #: subscribe-to-comments-reloaded.php:202
113
  msgid "Manage your subscriptions on [blog_name]"
114
  msgstr "Zarządzaj swoimi subskrybcjami do [blog_name]"
115
 
116
- #: subscribe-to-comments-reloaded.php:203
117
  msgid ""
118
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
119
  "[manager_link]"
@@ -121,782 +137,989 @@ msgstr ""
121
  "Zgłoszono chęć subskrybowania komentarzy do [blog_name]. Oto link dostepu do osobistych ustawień:\n"
122
  "[manager_link]"
123
 
124
- #: subscribe-to-comments-reloaded.php:609
125
  msgid "Subscribed"
126
  msgstr "Subskrybowane"
127
 
128
- #: subscribe-to-comments-reloaded.php:623
129
- #: options/panel3.php:67
130
- #: options/panel3.php:89
131
- #: options/panel3.php:96
132
- #: options/panel3.php:103
133
- #: options/panel3.php:110
134
- #: options/panel3.php:117
135
- #: options/panel3.php:124
 
 
136
  msgid "Yes"
137
  msgstr "Tak"
138
 
139
- #: subscribe-to-comments-reloaded.php:625
140
- msgid "Awaiting confirmation"
141
- msgstr "Oczekiwanie na potwierdzenie"
142
 
143
- #: subscribe-to-comments-reloaded.php:626
144
- #: options/panel3.php:68
145
- #: options/panel3.php:90
146
- #: options/panel3.php:97
147
- #: options/panel3.php:104
148
- #: options/panel3.php:111
149
- #: options/panel3.php:118
150
- #: options/panel3.php:125
 
 
151
  msgid "No"
152
  msgstr "Nie"
153
 
154
- #: subscribe-to-comments-reloaded.php:636
155
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
156
  msgstr "Potrzebna pomoc do korzystania z wtyczki Comments Reloaded? Odwiedź oficjalną "
157
 
158
- #: subscribe-to-comments-reloaded.php:636
159
  msgid "support forum"
160
  msgstr "pomoc forum"
161
 
162
- #: subscribe-to-comments-reloaded.php:637
163
  msgid "Feeling generous?"
164
  msgstr "Jestes hojny?"
165
 
166
- #: subscribe-to-comments-reloaded.php:637
167
  msgid "Donate a few bucks!"
168
  msgstr "Wspomóż paroma grosikami!"
169
 
170
- #: options/index.php:45
171
- msgid "Stats"
172
- msgstr "Statystyki"
 
173
 
174
- #: options/index.php:46
 
 
 
 
 
 
 
 
 
 
 
 
 
175
  msgid "Options"
176
  msgstr "Opcje"
177
 
178
- #: options/index.php:47
179
- msgid "Mail Messages"
180
- msgstr "Wiadomosci E-mailowe"
181
 
182
- #: options/index.php:48
183
- msgid "Other Messages"
184
- msgstr "Inne wiadomości"
 
185
 
186
- #: options/index.php:49
187
- msgid "Support"
188
- msgstr "Pomoc"
 
189
 
190
- #: options/panel1.php:32
191
- #: options/panel1.php:38
192
- #: options/panel1.php:45
193
- #: options/panel1.php:63
194
- msgid "The status has been successfully updated. Rows affected:"
195
- msgstr "Zmiany zostałe zaktualizowane. Lista zmian:"
196
 
197
- #: options/panel1.php:68
198
- msgid "Update subscription"
199
- msgstr "Aktualizacja subskrybcji"
 
 
 
200
 
201
- #: options/panel1.php:69
202
- msgid "Update the email address associated to a specific subscription (by post ID)."
203
- msgstr "Aktualizowanie adresu e-mail przypisanego do konkretnej subskrybcji (wg ID wpisu)."
 
 
 
204
 
205
- #: options/panel1.php:71
206
- #: options/panel1.php:101
207
- #: options/panel1.php:173
208
- #: templates/author.php:39
209
- #: templates/user.php:41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
210
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
211
  msgstr "Proszę pamiętać: ta operacja nie może być cofnieta. Jesteś pewien aby kontynuować?"
212
 
213
- #: options/panel1.php:73
214
- #: options/panel1.php:103
 
 
 
 
 
215
  msgid "From"
216
  msgstr "od"
217
 
218
- #: options/panel1.php:74
219
- msgid "PID"
220
- msgstr "PID"
221
-
222
- #: options/panel1.php:75
223
- #: options/panel1.php:104
224
  msgid "To"
225
  msgstr "Do"
226
 
227
- #: options/panel1.php:76
228
- #: options/panel1.php:93
229
- #: options/panel1.php:105
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
230
  msgid "Update"
231
  msgstr "Aktualizuj"
232
 
233
- #: options/panel1.php:83
234
- msgid "Change status"
235
- msgstr "Zmiana statusu"
 
236
 
237
- #: options/panel1.php:84
238
- msgid "Change the status of an email address or permanently delete all its subscriptions."
239
- msgstr "Zmiana statusu e-maila lub kompletnego wykasowania subskrybcji do niego przypisanych."
 
 
 
240
 
241
- #: options/panel1.php:87
242
- msgid "Action"
243
- msgstr "Akcja"
 
244
 
245
- #: options/panel1.php:89
246
- #: options/panel1.php:195
247
- #: templates/author.php:60
248
- #: templates/user.php:58
249
- msgid "Suspend"
250
- msgstr "Zawieszenie"
251
 
 
252
  #: options/panel1.php:90
253
- #: options/panel1.php:196
254
- #: templates/author.php:61
255
- #: templates/user.php:59
256
- msgid "Resume"
257
- msgstr "Wznowienie"
258
-
259
- #: options/panel1.php:91
260
- #: options/panel1.php:194
261
- msgid "Delete forever"
262
- msgstr "Skasuj całkowicie"
263
 
264
- #: options/panel1.php:98
265
- msgid "Update email address"
266
- msgstr "Aktualizuj adres e-mail"
267
 
268
- #: options/panel1.php:99
269
- msgid "You can \"mass update\" all the occurrences of a given email address (exact matches only)."
270
- msgstr "Możesz \"masowo podmienić\" wszystkie wystąpienia danego e-maila (jednego na raz)."
271
 
272
- #: options/panel1.php:150
273
- msgid "&laquo; Previous"
274
- msgstr "&laquo; Poprzedni"
 
275
 
276
- #: options/panel1.php:154
277
- msgid "Next &raquo;"
278
- msgstr "Następny &raquo;"
 
279
 
280
- #: options/panel1.php:157
281
- msgid "Search email address"
282
- msgstr "Wyszukaj adres e-mail"
 
283
 
284
- #: options/panel1.php:159
285
- #, php-format
286
- msgid "You can either <a href=\"%s\">list all the subscriptions</a> or find those where the <b>email</b>"
287
- msgstr "Możesz wybrać z <a href=\"%s\">listy wszystkich subskrybcji</a> albo wyszukać <b>e-mail</b>"
288
 
289
- #: options/panel1.php:162
 
 
 
 
 
290
  msgid "equals"
291
  msgstr "identyczne"
292
 
293
- #: options/panel1.php:163
294
  msgid "contains"
295
  msgstr "zawiera"
296
 
297
- #: options/panel1.php:164
298
  msgid "does not contain"
299
  msgstr "nie zawiera"
300
 
301
- #: options/panel1.php:167
302
- msgid "Search"
303
- msgstr "Szukaj"
304
-
305
- #: options/panel1.php:178
306
- msgid "Subscriptions for:"
307
- msgstr "Subskrybcje do:"
308
-
309
- #: options/panel1.php:178
310
- msgid "Rows:"
311
- msgstr "Rzędy:"
312
 
313
- #: options/panel1.php:178
314
- msgid "of"
315
- msgstr "z"
316
 
317
- #: options/panel1.php:179
318
- #: templates/author.php:45
319
- #: templates/user.php:47
320
- msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
321
- msgstr "Opcje: Y-subskrybujesz, N-nie masz na liście, C-oczekuje na potwierdzenie e-mailem"
322
 
323
- #: options/panel1.php:181
324
- #: options/panel1.php:182
325
- msgid "Reverse the order by Date/Time"
326
- msgstr "Sortuj kolejność wg Dnia/Czasu"
327
 
328
- #: options/panel1.php:183
329
  msgid "Reverse the order by Post ID"
330
  msgstr "Sortuj kolejność wg ID wpisu"
331
 
332
- #: options/panel1.php:184
333
- #: templates/request-management-link.php:77
334
- #: templates/subscribe.php:82
335
- #: templates/user.php:46
336
- msgid "Email"
337
- msgstr "E-mail"
338
 
339
- #: options/panel1.php:186
340
  msgid "Post (ID)"
341
  msgstr "Wpis (ID)"
342
 
343
- #: options/panel1.php:186
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
344
  msgid "Date and Time"
345
  msgstr "Data i Czas"
346
 
347
- #: options/panel1.php:186
348
- msgid "Status"
349
- msgstr "Status"
350
 
351
- #: options/panel1.php:194
352
- #: templates/author.php:59
353
- #: templates/user.php:57
 
 
 
 
 
 
354
  msgid "Action:"
355
  msgstr "Akcja:"
356
 
357
- #: options/panel1.php:197
358
- #: templates/author.php:62
359
- #: templates/user.php:60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
360
  msgid "Update subscriptions"
361
  msgstr "Aktualizacja subskrybcji"
362
 
363
- #: options/panel1.php:205
364
- msgid "Sorry, no subscriptions found for"
 
365
  msgstr "Przepraszamy, nie znaleziono subskrybcji do "
366
 
367
- #: options/panel2.php:10
368
- #: options/panel6.php:11
369
- msgid "StCR table has been successfully optimized."
370
- msgstr "tablica StCR została zoptymalizowana pomyślnie."
 
371
 
372
- #: options/panel2.php:21
373
- msgid "Subscriptions"
374
- msgstr "Subskrybcje"
 
375
 
376
- #: options/panel2.php:21
377
- msgid "Subscriptions for"
378
- msgstr "Subskrybcje dla"
 
 
379
 
380
- #: options/panel2.php:36
381
- msgid "Filter by date"
382
- msgstr "Filtrowanie datami"
 
383
 
384
- #: options/panel2.php:38
385
- msgid "Month"
386
- msgstr "Miesiąc"
 
387
 
388
- #: options/panel2.php:44
389
- msgid "Year"
390
- msgstr "Rok"
391
 
392
- #: options/panel2.php:53
393
- msgid "Subscriptions by day"
394
- msgstr "Subskrybcje wg dnia"
 
395
 
396
- #: options/panel2.php:56
397
- #: options/panel2.php:72
398
- #: options/panel2.php:99
399
- #: options/panel2.php:113
400
- #: options/panel2.php:122
401
- msgid "No data to display"
402
- msgstr "Nie ma danych"
403
 
404
- #: options/panel2.php:68
405
- msgid "optimize"
406
- msgstr "optymalizacja"
 
 
 
 
 
 
 
 
407
 
408
- #: options/panel2.php:69
409
- msgid "Database"
410
- msgstr "Baza danych"
 
 
 
411
 
412
- #: options/panel2.php:84
413
- msgid "Engine"
414
- msgstr "Silnik"
415
 
416
- #: options/panel2.php:85
417
- msgid "Created on"
418
- msgstr "Stworzono dnia"
419
 
420
- #: options/panel2.php:86
421
- msgid "Index length"
422
- msgstr "Długość indeksu"
423
 
424
- #: options/panel2.php:87
425
- msgid "Records"
426
- msgstr "Wpisy"
427
 
428
- #: options/panel2.php:88
429
- msgid "Average Record Length"
430
- msgstr "Średnia długość wpisu"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
431
 
432
- #: options/panel2.php:89
433
- msgid "Approximate Overhead"
434
- msgstr "Średnia nadrozmiarowa"
435
 
436
- #: options/panel2.php:96
437
- msgid "Analysis for"
438
- msgstr "Analiza do"
439
 
440
- #: options/panel2.php:110
441
- msgid "Most active users"
442
- msgstr "Najbardziej aktywni uzytkownicy"
 
 
 
443
 
444
- #: options/panel2.php:119
445
- msgid "Popular posts"
446
- msgstr "Popularne wpisy"
 
447
 
448
  #: options/panel3.php:11
449
  msgid "Management Page ID"
450
  msgstr "Zarządzanie numerem ID stron"
451
 
452
  #: options/panel3.php:12
453
- #: options/panel3.php:50
454
- msgid "Autopurge requests"
455
- msgstr "Automatyczne czyszczenie"
456
-
457
- #: options/panel3.php:13
458
- #: options/panel3.php:55
459
- msgid "Sender name"
460
- msgstr "Nazwa wysyłającego"
461
 
462
  #: options/panel3.php:14
463
- #: options/panel3.php:60
464
- msgid "Sender email address"
465
- msgstr "E-mail wysyłającego"
466
 
467
  #: options/panel3.php:15
468
- #: options/panel3.php:65
469
- msgid "Checked by default"
470
- msgstr "Standardowe sprawdzenie"
471
 
472
  #: options/panel3.php:16
473
- #: options/panel3.php:72
474
- msgid "Custom CSS Class"
475
- msgstr "Indywidualne CSS Class"
476
-
477
  #: options/panel3.php:17
478
- #: options/panel3.php:77
479
- msgid "Custom inline style"
480
- msgstr "Indywidualny styl"
481
 
482
  #: options/panel3.php:18
483
- #: options/panel3.php:82
484
- msgid "Custom HTML"
485
- msgstr "Indywidualny HTML"
486
 
487
  #: options/panel3.php:19
488
- #: options/panel3.php:87
489
- msgid "Enable double check"
490
- msgstr "Włącz uwiarygodnienie"
491
 
492
  #: options/panel3.php:20
493
- msgid "Notify authors"
494
- msgstr "Informuj autorów"
495
-
496
- #: options/panel3.php:21
497
- #: options/panel3.php:101
498
- msgid "Enable HTML emails"
499
- msgstr "Włącz email HTML"
500
-
501
- #: options/panel3.php:22
502
- #: options/panel3.php:108
503
- msgid "Send trackbacks"
504
- msgstr "Wyślij trackbacks"
505
-
506
- #: options/panel3.php:23
507
- #: options/panel3.php:94
508
- msgid "Notify admin"
509
- msgstr "Informuj admina"
510
-
511
- #: options/panel3.php:24
512
- #: options/panel3.php:122
513
- msgid "Let admin subscribe"
514
- msgstr "Pozwól subskrybować adminowi"
515
-
516
- #: options/panel3.php:29
517
- #: options/panel4.php:21
518
- #: options/panel5.php:28
519
- msgid "Your settings have been successfully updated."
520
- msgstr "Twoje ustawienia zostały pomyślnie zaktualizowane"
521
 
522
- #: options/panel3.php:32
523
- #: options/panel4.php:24
524
- #: options/panel5.php:31
525
- msgid "There was an error updating the following fields:"
526
- msgstr "Pojawił się błąd przy aktualizowaniu pola:"
527
 
528
- #: options/panel3.php:43
529
- #: options/panel5.php:64
530
  msgid "Management page"
531
  msgstr "Zarządzanie stroną"
532
 
533
- #: options/panel3.php:45
534
  msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
535
  msgstr "Twój link bezpośredni do zarządzania ztroną (coś jak <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). Ta strona aktualnie <b>nie</b> istnieje w bazie, ale link musi zgadzać się ze strukturą linków bezpośrednich."
536
 
537
- #: options/panel3.php:47
538
  msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
539
  msgstr "Uwaga: wyglada na to, że twoje ustawienia nie są kompatybilne ze strukturą linków bezpośrednich."
540
 
541
- #: options/panel3.php:51
542
- msgid "days"
543
- msgstr "dni"
544
-
545
- #: options/panel3.php:52
546
- msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
547
- msgstr "Skasuj oczekujące subskrybcje (nie potwierdzone) po X dniach. \"zero\" wyłącza usuwanie."
548
 
549
- #: options/panel3.php:57
550
- msgid "Name to use for the \"from\" field when sending a new notification to the user."
551
- msgstr "Nazwa użyta w polu \"od\" podczas wysyłania nowych informacji do uzytkownika."
 
 
552
 
553
- #: options/panel3.php:62
554
- msgid "Email address to use for the \"from\" field when sending a new notification to the user."
555
- msgstr "Adres e-mail do użycia w polu \"from\" podczas wysyłania nowej informacji do użytkownika."
 
 
 
 
 
 
 
 
 
556
 
557
- #: options/panel3.php:69
558
- msgid "Decide if the checkbox should be checked by default or not."
559
- msgstr "Zdecyduj czy pole 'checkbox' powinno być standardowo zaznaczone czy nie."
 
 
 
 
 
 
 
 
 
560
 
561
- #: options/panel3.php:74
562
- msgid "Custom CSS class to associate to the checkbox, if you want to customize its style."
563
- msgstr "Indywidualne ustawienia formatowania CSS, jeśli chcesz ręcznie pozmieniać styl wygladu."
 
 
 
 
 
 
 
 
 
564
 
 
565
  #: options/panel3.php:79
566
- msgid "Custom inline CSS to add to the checkbox."
567
- msgstr "Indywidualne ustawienia CSS dla 'checkbox'."
 
 
 
 
 
 
 
 
568
 
569
- #: options/panel3.php:84
570
- msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
571
- msgstr "Indywidualny kod HTML dla wyswietlenia 'checkbox'. Dostępne tagi: [checkbox_field], [checkbox_label]"
572
 
573
- #: options/panel3.php:91
574
- msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
575
- msgstr "Wyslij e-maila potwierdzajacego subskrybcję (zabezpieczenie przed botami)"
576
 
577
- #: options/panel3.php:98
578
- msgid "Notify the administrator when a new comment is posted."
579
- msgstr "Poinformuj administratora o nowych komentarzach."
580
 
581
- #: options/panel3.php:105
582
- msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
583
- msgstr "Jesli włączysz, emaile bedą formatowane HTML zamiast stylu zwykłego tekstu."
584
 
585
  #: options/panel3.php:112
586
- msgid "Notify users when a new trackback or pingback is added to the discussion."
587
- msgstr "Poinformuj uzytkowników o nowych trackbakach i pingach dodanych do dyskusji."
588
 
589
- #: options/panel3.php:115
590
- msgid "Track all subscriptions"
591
- msgstr "Śledź wszystkie dyskusje"
592
 
593
- #: options/panel3.php:119
594
- msgid "Notify the administrator when users subscribe without commenting."
595
- msgstr "Poinformuj administratora o subskrybentach, którzy nie zostawili komentarza."
596
 
597
- #: options/panel3.php:126
598
- msgid "Let the administrator subscribe to comments when logged in."
599
- msgstr "Pozwól administartorowi na subskrybcje, kiedy jest zalogowany."
 
600
 
601
- #: options/panel3.php:130
602
- #: options/panel4.php:86
603
- #: options/panel5.php:144
604
- msgid "Save Changes"
605
- msgstr "Zapisz Zmiany"
606
 
607
- #: options/panel4.php:11
608
- #: options/panel4.php:37
609
  msgid "Notification subject"
610
  msgstr "Temat zawiadomienia"
611
 
612
- #: options/panel4.php:12
613
- #: options/panel4.php:42
614
  msgid "Notification message"
615
  msgstr "Treść zawiadomienia"
616
 
617
- #: options/panel4.php:13
618
- #: options/panel4.php:53
619
  msgid "Double check subject"
620
  msgstr "Nagłówek zabezpieczenia"
621
 
622
- #: options/panel4.php:14
623
- #: options/panel4.php:58
624
  msgid "Double check message"
625
  msgstr "Treść zabezpieczenia"
626
 
627
- #: options/panel4.php:15
628
- #: options/panel4.php:69
629
  msgid "Management subject"
630
  msgstr "Nagłówek zarządzania"
631
 
632
- #: options/panel4.php:16
633
- #: options/panel4.php:74
634
  msgid "Management message"
635
  msgstr "Zarządzanie wiadomością"
636
 
637
- #: options/panel4.php:39
638
- msgid "Subject of the notification email. Allowed tag: [post_title]"
639
- msgstr "Nagłówek informacji e-mail. Dostepny tag: [post_title]"
640
-
641
- #: options/panel4.php:44
642
- #: options/panel4.php:60
643
- #: options/panel4.php:76
644
- #: options/panel5.php:74
645
- #: options/panel5.php:84
646
- #: options/panel5.php:94
647
- #: options/panel5.php:104
648
- #: options/panel5.php:114
649
- #: options/panel5.php:124
650
- #: options/panel5.php:134
651
- msgid "Bold"
652
- msgstr "Pogrubienie"
653
 
654
  #: options/panel4.php:45
655
- #: options/panel4.php:61
656
- #: options/panel4.php:77
657
- #: options/panel5.php:75
658
- #: options/panel5.php:85
659
- #: options/panel5.php:95
660
- #: options/panel5.php:105
661
- #: options/panel5.php:115
662
- #: options/panel5.php:125
663
- #: options/panel5.php:135
664
- msgid "Italic"
665
- msgstr "Pochylenie"
666
-
667
- #: options/panel4.php:46
668
- #: options/panel4.php:62
669
- #: options/panel4.php:78
670
- #: options/panel5.php:76
671
- #: options/panel5.php:86
672
- #: options/panel5.php:96
673
- #: options/panel5.php:106
674
- #: options/panel5.php:116
675
- #: options/panel5.php:126
676
- #: options/panel5.php:136
677
- msgid "Link"
678
- msgstr "Link"
679
 
680
- #: options/panel4.php:47
681
- #: options/panel4.php:63
682
- #: options/panel4.php:79
683
- #: options/panel5.php:77
684
- #: options/panel5.php:87
685
- #: options/panel5.php:97
686
- #: options/panel5.php:107
687
- #: options/panel5.php:117
688
- #: options/panel5.php:127
689
- #: options/panel5.php:137
690
- msgid "Image"
691
- msgstr "Obrazek"
692
 
693
- #: options/panel4.php:50
694
  msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
695
  msgstr "Treść powiadomienia e-mail. Dostępne tagi: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
696
 
697
- #: options/panel4.php:55
698
  msgid "Subject of the confirmation email. Allowed tag: [post_title]"
699
  msgstr "Nagłówek potwierdzającego e-maila. Dostępny tag: [post_title]"
700
 
701
- #: options/panel4.php:66
702
  msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
703
  msgstr "Treść e-maila potwierdzającego.. Dostępne tagi: [post_permalink], [confirm_link], [post_title], [manager_link]"
704
 
705
- #: options/panel4.php:71
706
  msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
707
  msgstr "Nagłówek e-maila wysyłanego do osób proszących o dostęp do zarządzania subskrybcjami. Dostępny tag: [blog_name]"
708
 
709
- #: options/panel4.php:82
710
  msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
711
  msgstr "Treść emaila zarządzającego. Dostępne tagi: [blog_name], [manager_link]"
712
 
713
  #: options/panel5.php:11
714
- #: options/panel5.php:43
715
- msgid "Checkbox label"
716
- msgstr "Nagłówek checkbox"
717
 
718
  #: options/panel5.php:12
719
- #: options/panel5.php:48
720
- msgid "Subscribed label"
721
- msgstr "Nagłówek subskrybcji"
722
 
723
  #: options/panel5.php:13
724
- #: options/panel5.php:53
725
- msgid "Awaiting label"
726
- msgstr "Nagłówek oczekiwania"
727
 
728
  #: options/panel5.php:14
729
- #: options/panel5.php:58
730
- msgid "Author label"
731
- msgstr "Nagłówek Autora"
 
 
 
 
732
 
733
  #: options/panel5.php:16
734
- #: options/panel5.php:68
735
- msgid "Page title"
736
- msgstr "Tytuł strony"
737
 
738
  #: options/panel5.php:17
739
- #: options/panel5.php:73
740
- msgid "Request link"
741
- msgstr "Oczekujący link"
742
-
743
- #: options/panel5.php:18
744
- #: options/panel5.php:83
745
- msgid "Request submitted"
746
- msgstr "Potwierdzenie potwierdzone"
747
-
748
- #: options/panel5.php:19
749
- #: options/panel5.php:93
750
- msgid "Subscribe without commenting"
751
- msgstr "Subskrypcja bez komentowania"
752
-
753
- #: options/panel5.php:20
754
- #: options/panel5.php:103
755
- msgid "Subscription processed"
756
- msgstr "Subskrybcja wykonana"
757
-
758
- #: options/panel5.php:21
759
- #: options/panel5.php:113
760
- msgid "Subscription processed (DCI)"
761
- msgstr "Subskrybcja wykonana (DCI)"
762
-
763
- #: options/panel5.php:22
764
- #: options/panel5.php:123
765
- msgid "Authors"
766
- msgstr "Autorzy"
767
-
768
- #: options/panel5.php:23
769
- #: options/panel5.php:133
770
- msgid "Users"
771
- msgstr "Użytkownicy"
772
-
773
- #: options/panel5.php:39
774
- msgid "Comment form"
775
- msgstr "Formularz Komentarza"
776
-
777
- #: options/panel5.php:45
778
- msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
779
- msgstr "Nagłówek przypisany do 'checkbox'. Dostępny tag: [subscribe_link]"
780
-
781
- #: options/panel5.php:50
782
- msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
783
- msgstr "Nagłówek wyświetlany do osób już subskrybujacych dany wpis. Dostępny tag: [manager_link]"
784
 
785
- #: options/panel5.php:55
786
- msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
787
- msgstr "Nagłówek wyswietlany tym osobom, które poprosiły o subskrybcję, ale nie potwierdziły jeszcze e-maila. Dostepny tag: [manager_link]"
788
 
789
- #: options/panel5.php:60
790
- msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
791
- msgstr "Nagłówek wyświetlany administratorom i autorom. Dostępny tag: [manager_link]"
792
 
793
- #: options/panel5.php:70
794
- msgid "Title of the page your visitors will use to manage their subscriptions."
795
- msgstr "Tytuł strony gdzie użytkownicy zarządzają subskrybcjami."
796
 
797
- #: options/panel5.php:80
798
- msgid "Text shown to those who request to manage their subscriptions."
799
- msgstr "Tekst wyswietlany osobom proszącym o zarządzanie subskrybcjami."
800
 
801
- #: options/panel5.php:90
802
- msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
803
- msgstr "Podziekowanie wyswietlane po dokonaniu powyższej subskrybcji. Dostepne tagi: [post_title], [post_permalink]"
804
 
805
- #: options/panel5.php:100
806
- msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
807
- msgstr "Tekst wyświetlany tym osobom, które chcą subskrybować komentarze bez komentowania. Dostępne tagi: [post_title], [post_permalink]"
 
808
 
809
- #: options/panel5.php:110
810
- msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
811
- msgstr "Podziękowanie wyświetlane po dokonaniu subskrybcji, kiedy zabezpieczenie jest wyłączone. Dostepne tagi: [post_title], [post_permalink]"
812
 
813
- #: options/panel5.php:120
814
- msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
815
- msgstr "Podziekowanie wyświetlane po dokonaniu subskrybcji kiedy zabezpieczenie jest włączone. Dostępne tagi: [post_title], [post_permalink]"
816
 
817
- #: options/panel5.php:130
818
- msgid "Introductory text for the authors' management page."
819
- msgstr "Tekst wprowadzający w zarzadzaniu stroną (dla autorów)."
820
 
821
- #: options/panel5.php:140
822
- msgid "Introductory text for the users' management page."
823
- msgstr "Tekst wprowadzający do zarządzania stroną (dla użytkowników)."
824
 
825
- #: options/panel6.php:15
826
  msgid "Support the author"
827
  msgstr "Wspomaganie autora"
828
 
829
- #: options/panel6.php:22
830
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
831
  msgstr "Jak cenna jest funkcja oferowana przez ten plugin dla użytkowników? Wtyczka 'Subskribe to Comments Reloaded' jest i pozostanie darmowa, ale wsparcie autora pozwoli poprawić kolejne wersje. Szczególnie istotne są zarabiane pieniądze. Wszelkie otrzymane darowizny zostaną zainwestowane w rozwój 'Subskribe to Comments Reloaded' oraz na kupienie czegoś do jedzenia dla mojej głodnej rodziny."
832
 
833
- #: options/panel6.php:24
834
  msgid "Don't want to donate? You can still help"
835
  msgstr "Nie masz własnych pieniedzy? Wciąż możesz pomóc"
836
 
837
- #: options/panel6.php:25
838
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
839
  msgstr "Jeśli nie chcesz wspomóc autora darowizną, proszę chociaż o informowanie znajomych o mojej wtyczce. Daj znać znajomym i odwiedzającym stronę jak poprawiła się funkcjonalność twojej strony po uzyciu tej wtyczki. Możesz także wspomóc autora poswięcając swój czas i na przykład informować o błedach, przesyłać tłumaczenia, czy sugerować zmiany we wtyczce. Cokolwiek zrobisz, dziękuję za uzywanie mojej wtyczki!"
840
 
841
- #: options/panel6.php:27
842
  msgid "Vote and show your appreciation"
843
  msgstr "Zagłosuj i zostaw swój głos uznania ;)"
844
 
845
- #: options/panel6.php:28
846
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
847
  msgstr "Powiedz innym osobom, ze korzystasz z wtyczki 'Subscribe to Comments Reloaded' i jak jest ona dobra. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Oceń to</a> na stronie tej wtyczki."
848
 
849
- #: options/panel6.php:30
850
- msgid "Official Sponsors"
851
- msgstr "Oficjalni Sponsorzy"
852
 
853
- #: options/panel6.php:31
854
  msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
855
  msgstr "Jeśli chcesz wspomóc autora, wyslij dowolną kwote do <a href='http://www.duechiacchiere.it/contatto'>Autor Wtyczki</a><br>Polskie tłumaczenie wtyczki:<a href='http://5oclock.org/autor/'>Robert Koeseling</a><br> "
856
 
857
- #: templates/author.php:31
858
- msgid "Subscriptions have been successfully updated."
859
- msgstr "Subskrypcje zostały pomyślnie zaktualizowane."
860
-
861
- #: templates/author.php:44
862
  msgid "Title"
863
  msgstr "Tytuł"
864
 
865
- #: templates/author.php:57
866
- #: templates/user.php:55
867
  msgid "Select all"
868
  msgstr "Wybierz wszystko"
869
 
870
- #: templates/author.php:58
871
- #: templates/user.php:56
872
  msgid "Invert selection"
873
  msgstr "Odwróć zaznaczenie"
874
 
875
- #: templates/author.php:59
876
- #: templates/user.php:57
877
- msgid "Delete"
878
- msgstr "Kasuj"
879
 
880
- #: templates/author.php:66
881
- #: templates/user.php:64
882
- msgid "Sorry, no subscriptions found."
883
- msgstr "Oj, nie znaleziono żadnych subskrybcji."
884
 
885
- #: templates/request-management-link.php:80
886
- #: templates/subscribe.php:84
887
  msgid "Send"
888
  msgstr "Wyślij"
889
 
890
- #: templates/subscribe.php:30
891
- #: templates/subscribe.php:31
892
  msgid "New subscription to"
893
  msgstr "Nowa subskrybcja do"
894
 
895
- #: templates/subscribe.php:31
896
  msgid "User:"
897
  msgstr "Użytkownik:"
898
 
899
- #: templates/user.php:33
900
- msgid "All the subscriptions have been successfully updated."
901
- msgstr "Wszystkie subskrybcje zostały pomyslnie zaktualizowane."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
902
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-07-20 12:39-0500\n"
6
+ "PO-Revision-Date: 2011-07-20 12:39-0500\n"
7
  "Last-Translator: due chiacchiere <info@duechiacchiere.it>\n"
8
  "Language-Team: tłumaczył Robert Koeseling\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: subscribe-to-comments-reloaded.php:33
20
+ #: subscribe-to-comments-reloaded.php:221
21
+ #, fuzzy
22
+ msgid "Your subscription to this post needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
 
 
 
 
23
  msgstr "Twoja subskrybcja do tego wpisu musi zostać potwierdzona. <a href='[manager_link]'>Zarządzaj swoimi subskrypcjami</a>."
24
 
25
+ #: subscribe-to-comments-reloaded.php:38
26
+ #: subscribe-to-comments-reloaded.php:220
27
+ #, fuzzy
28
+ msgid "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your subscriptions."
29
+ msgstr "Już subskrybujesz ten wpis. <a href='[manager_link]'>ZARZĄDZAJ</a> swoimi subskrypcjami."
30
+
31
+ #: subscribe-to-comments-reloaded.php:45
32
+ #: subscribe-to-comments-reloaded.php:222
33
+ #, fuzzy
34
+ msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
35
  msgstr "Jako autor możesz <a href='[manager_link]'>zarzadzać SUBSKRYBENTAMI</a> do tego wpisu."
36
 
37
+ #: subscribe-to-comments-reloaded.php:50
38
+ #: subscribe-to-comments-reloaded.php:217
39
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
40
  msgstr "Poinformuj mnie o nowych komentarzach na e-mail. Możesz także <a href='[subscribe_link]'>SUBSKRYBOWAĆ</a> ten wpis bez komentowania."
41
 
42
+ #: subscribe-to-comments-reloaded.php:60
43
+ msgid "All"
44
+ msgstr ""
45
+
46
+ #: subscribe-to-comments-reloaded.php:61
47
+ #: templates/user.php:66
48
+ msgid "Replies to my comments"
49
+ msgstr ""
50
+
51
+ #: subscribe-to-comments-reloaded.php:62
52
+ msgid "Daily digest"
53
+ msgstr ""
54
+
55
+ #: subscribe-to-comments-reloaded.php:194
56
+ #: options/index.php:41
57
  msgid "Manage subscriptions"
58
  msgstr "Zarządzaj subskrybcjami"
59
 
60
+ #: subscribe-to-comments-reloaded.php:195
61
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
62
  msgstr "Aby zarządzać swoimi subskrypcjami, proszę podać swój adres e-mail. Wyslemi ci na niego wiadomość z linkiem dodostępu do zarządzania subskrypcjami."
63
 
64
+ #: subscribe-to-comments-reloaded.php:196
65
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
66
  msgstr "Miło nam, że się zapisujesz. Proces zgłoszenia subskrypcji został zakończony. Niedługo na twoją skrzynkę przyjdzie od nas e-mail potwierdzający subskrypcje."
67
 
68
+ #: subscribe-to-comments-reloaded.php:197
69
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
70
  msgstr "Możesz sledzić dyskusję do <strong>[post_title]</strong> nawet bez zostawiania komentarza. Super, co? Po prostu podaj swój e-mail na który bedą wysyłane nowe komentarze."
71
 
72
+ #: subscribe-to-comments-reloaded.php:198
73
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
74
  msgstr "Miło nam, że się zapisujesz. Proces zgłoszenia subskrypcji został zakończony. Od tej pory będziesz otrzymywać e-maile za kazdym razem, kiedy pojawi się komentarz na stronie."
75
 
76
+ #: subscribe-to-comments-reloaded.php:199
77
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
78
  msgstr "Dziękujemy za zgłoszenie. Proces zgłoszenia subskrypcji został zakończony. Proszę sprawdzić swoją skrzynkę e-mail i zastosować się do instrukcji zawartych w e-mailu."
79
 
80
+ #: subscribe-to-comments-reloaded.php:200
81
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
82
  msgstr "Aby anulować lub zawiesić czasowo wybrane subskrypcje, wybierz je z listy i kliknij na przycisk u dołu listy."
83
 
84
+ #: subscribe-to-comments-reloaded.php:201
85
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
86
  msgstr "Aby anulować lub zawiesić czasowo wybrane subskrypcje, wybierz je z listy i kliknij na przycisk u dołu listy. Aktualnie subskrybujesz:"
87
 
88
+ #: subscribe-to-comments-reloaded.php:215
89
  msgid "There is a new comment to [post_title]"
90
  msgstr "Pojawił się nowy komentarz do [post_title]"
91
 
92
+ #: subscribe-to-comments-reloaded.php:216
93
  msgid ""
94
  "There is a new comment to [post_title].\n"
95
  "Comment Link: [comment_permalink]\n"
107
  "Link bezpośredni: [post_permalink]\n"
108
  "Zarządzanie subskrypcjami: [manager_link]"
109
 
110
+ #: subscribe-to-comments-reloaded.php:223
111
  msgid "Please confirm your subscription to [post_title]"
112
  msgstr "Proszę potwierdzić swoją subskrypcję do [post_title]"
113
 
114
+ #: subscribe-to-comments-reloaded.php:224
115
  msgid ""
116
  "You have requested to be notified every time a new comment is added to:\n"
117
  "[post_permalink]\n"
125
  "Proszę potwierdzić zgłoszenie przez kliknięcie na link:\n"
126
  "[confirm_link]"
127
 
128
+ #: subscribe-to-comments-reloaded.php:225
129
  msgid "Manage your subscriptions on [blog_name]"
130
  msgstr "Zarządzaj swoimi subskrybcjami do [blog_name]"
131
 
132
+ #: subscribe-to-comments-reloaded.php:226
133
  msgid ""
134
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
135
  "[manager_link]"
137
  "Zgłoszono chęć subskrybowania komentarzy do [blog_name]. Oto link dostepu do osobistych ustawień:\n"
138
  "[manager_link]"
139
 
140
+ #: subscribe-to-comments-reloaded.php:956
141
  msgid "Subscribed"
142
  msgstr "Subskrybowane"
143
 
144
+ #: subscribe-to-comments-reloaded.php:970
145
+ #: options/panel2.php:41
146
+ #: options/panel2.php:48
147
+ #: options/panel2.php:55
148
+ #: options/panel5.php:42
149
+ #: options/panel5.php:49
150
+ #: options/panel5.php:56
151
+ #: options/panel5.php:63
152
+ #: options/panel5.php:70
153
+ #: options/panel5.php:77
154
  msgid "Yes"
155
  msgstr "Tak"
156
 
157
+ #: subscribe-to-comments-reloaded.php:972
158
+ msgid "Pending"
159
+ msgstr ""
160
 
161
+ #: subscribe-to-comments-reloaded.php:973
162
+ #: options/panel2.php:42
163
+ #: options/panel2.php:49
164
+ #: options/panel2.php:56
165
+ #: options/panel5.php:43
166
+ #: options/panel5.php:50
167
+ #: options/panel5.php:57
168
+ #: options/panel5.php:64
169
+ #: options/panel5.php:71
170
+ #: options/panel5.php:78
171
  msgid "No"
172
  msgstr "Nie"
173
 
174
+ #: subscribe-to-comments-reloaded.php:983
175
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
176
  msgstr "Potrzebna pomoc do korzystania z wtyczki Comments Reloaded? Odwiedź oficjalną "
177
 
178
+ #: subscribe-to-comments-reloaded.php:983
179
  msgid "support forum"
180
  msgstr "pomoc forum"
181
 
182
+ #: subscribe-to-comments-reloaded.php:984
183
  msgid "Feeling generous?"
184
  msgstr "Jestes hojny?"
185
 
186
+ #: subscribe-to-comments-reloaded.php:984
187
  msgid "Donate a few bucks!"
188
  msgstr "Wspomóż paroma grosikami!"
189
 
190
+ #: options/index.php:42
191
+ #, fuzzy
192
+ msgid "Comment Form"
193
+ msgstr "Formularz Komentarza"
194
 
195
+ #: options/index.php:43
196
+ #, fuzzy
197
+ msgid "Management Page"
198
+ msgstr "Zarządzanie stroną"
199
+
200
+ #: options/index.php:44
201
+ #, fuzzy
202
+ msgid "Notifications"
203
+ msgstr "Temat zawiadomienia"
204
+
205
+ #: options/index.php:45
206
+ #: options/panel2.php:35
207
+ #: options/panel3.php:38
208
+ #: options/panel4.php:34
209
  msgid "Options"
210
  msgstr "Opcje"
211
 
212
+ #: options/index.php:46
213
+ msgid "You can help"
214
+ msgstr ""
215
 
216
+ #: options/panel1-business-logic.php:18
217
+ #, fuzzy
218
+ msgid "Subscription added."
219
+ msgstr "Subskrybcje"
220
 
221
+ #: options/panel1-business-logic.php:30
222
+ #, fuzzy
223
+ msgid "Subscriptions updated."
224
+ msgstr "Subskrybcje wg dnia"
225
 
226
+ #: options/panel1-business-logic.php:39
227
+ #, fuzzy
228
+ msgid "Subscription deleted."
229
+ msgstr "Subskrybcja wykonana"
 
 
230
 
231
+ #: options/panel1-business-logic.php:54
232
+ #: templates/author.php:22
233
+ #: templates/user.php:22
234
+ #, fuzzy
235
+ msgid "Subscriptions deleted:"
236
+ msgstr "Subskrybcje do:"
237
 
238
+ #: options/panel1-business-logic.php:58
239
+ #: templates/author.php:26
240
+ #: templates/user.php:26
241
+ #, fuzzy
242
+ msgid "Subscriptions suspended:"
243
+ msgstr "Subskrybcja wykonana"
244
 
245
+ #: options/panel1-business-logic.php:62
246
+ #: templates/author.php:30
247
+ #: templates/user.php:30
248
+ #, fuzzy
249
+ msgid "Subscriptions activated:"
250
+ msgstr "Subskrybcje do:"
251
+
252
+ #: options/panel1-business-logic.php:66
253
+ #: options/panel1-business-logic.php:70
254
+ #: templates/author.php:34
255
+ #: templates/author.php:38
256
+ #: templates/user.php:34
257
+ #, fuzzy
258
+ msgid "Subscriptions updated:"
259
+ msgstr "Subskrybcje wg dnia"
260
+
261
+ #: options/panel1-business-logic.php:94
262
+ msgid "&laquo; Previous"
263
+ msgstr "&laquo; Poprzedni"
264
+
265
+ #: options/panel1-business-logic.php:98
266
+ msgid "Next &raquo;"
267
+ msgstr "Następny &raquo;"
268
+
269
+ #: options/panel1-edit-subscription.php:8
270
+ #, fuzzy
271
+ msgid "Update Subscription"
272
+ msgstr "Aktualizacja subskrybcji"
273
+
274
+ #: options/panel1-edit-subscription.php:10
275
+ #: options/panel1.php:19
276
+ #: options/panel1.php:81
277
+ #: options/panel1.php:113
278
+ #: templates/author.php:51
279
+ #: templates/user.php:47
280
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
281
  msgstr "Proszę pamiętać: ta operacja nie może być cofnieta. Jesteś pewien aby kontynuować?"
282
 
283
+ #: options/panel1-edit-subscription.php:12
284
+ #, fuzzy
285
+ msgid "Post:"
286
+ msgstr "Rzędy:"
287
+
288
+ #: options/panel1-edit-subscription.php:13
289
+ #: options/panel1.php:21
290
  msgid "From"
291
  msgstr "od"
292
 
293
+ #: options/panel1-edit-subscription.php:14
294
+ #: options/panel1.php:22
 
 
 
 
295
  msgid "To"
296
  msgstr "Do"
297
 
298
+ #: options/panel1-edit-subscription.php:15
299
+ #: options/panel1.php:26
300
+ #: options/panel1.php:45
301
+ #: options/panel1.php:103
302
+ msgid "Status"
303
+ msgstr "Status"
304
+
305
+ #: options/panel1-edit-subscription.php:17
306
+ #: options/panel1.php:28
307
+ msgid "Keep unchanged"
308
+ msgstr ""
309
+
310
+ #: options/panel1-edit-subscription.php:18
311
+ #: options/panel1.php:29
312
+ #: options/panel1.php:47
313
+ #, fuzzy
314
+ msgid "Active"
315
+ msgstr "Akcja"
316
+
317
+ #: options/panel1-edit-subscription.php:19
318
+ #: options/panel1.php:30
319
+ #: options/panel1.php:48
320
+ msgid "Replies only"
321
+ msgstr ""
322
+
323
+ #: options/panel1-edit-subscription.php:20
324
+ #: options/panel1.php:31
325
+ #, fuzzy
326
+ msgid "Suspended"
327
+ msgstr "Zawieszenie"
328
+
329
+ #: options/panel1-edit-subscription.php:21
330
+ #: options/panel1.php:32
331
  msgid "Update"
332
  msgstr "Aktualizuj"
333
 
334
+ #: options/panel1.php:17
335
+ #, fuzzy
336
+ msgid "Mass Update Subscriptions"
337
+ msgstr "Aktualizacja subskrybcji"
338
 
339
+ #: options/panel1.php:23
340
+ #: options/panel1.php:24
341
+ #: options/panel1.php:25
342
+ #, fuzzy
343
+ msgid "optional"
344
+ msgstr "Opcje"
345
 
346
+ #: options/panel1.php:39
347
+ #, fuzzy
348
+ msgid "Add New Subscription"
349
+ msgstr "Nowa subskrybcja do"
350
 
351
+ #: options/panel1.php:43
352
+ #, fuzzy
353
+ msgid "Post ID"
354
+ msgstr "Wpis (ID)"
 
 
355
 
356
+ #: options/panel1.php:44
357
  #: options/panel1.php:90
358
+ #: templates/request-management-link.php:65
359
+ #: templates/subscribe.php:88
360
+ #: templates/user.php:52
361
+ msgid "Email"
362
+ msgstr "E-mail"
 
 
 
 
 
363
 
364
+ #: options/panel1.php:49
365
+ msgid "Ask user to confirm"
366
+ msgstr ""
367
 
368
+ #: options/panel1.php:50
369
+ msgid "Add"
370
+ msgstr ""
371
 
372
+ #: options/panel1.php:59
373
+ #, fuzzy
374
+ msgid "Search subscriptions"
375
+ msgstr "Subskrybcje"
376
 
377
+ #: options/panel1.php:61
378
+ #, fuzzy, php-format
379
+ msgid "You can either <a href=\"%s\">view all the subscriptions</a> or find those where the"
380
+ msgstr "Możesz wybrać z <a href=\"%s\">listy wszystkich subskrybcji</a> albo wyszukać <b>e-mail</b>"
381
 
382
+ #: options/panel1.php:64
383
+ #, fuzzy
384
+ msgid "email"
385
+ msgstr "E-mail"
386
 
387
+ #: options/panel1.php:65
388
+ #, fuzzy
389
+ msgid "post ID"
390
+ msgstr "Wpis (ID)"
391
 
392
+ #: options/panel1.php:66
393
+ #, fuzzy
394
+ msgid "status"
395
+ msgstr "Status"
396
+
397
+ #: options/panel1.php:69
398
  msgid "equals"
399
  msgstr "identyczne"
400
 
401
+ #: options/panel1.php:70
402
  msgid "contains"
403
  msgstr "zawiera"
404
 
405
+ #: options/panel1.php:71
406
  msgid "does not contain"
407
  msgstr "nie zawiera"
408
 
409
+ #: options/panel1.php:72
410
+ msgid "starts with"
411
+ msgstr ""
 
 
 
 
 
 
 
 
412
 
413
+ #: options/panel1.php:73
414
+ msgid "ends with"
415
+ msgstr ""
416
 
417
+ #: options/panel1.php:76
418
+ msgid "results per page:"
419
+ msgstr ""
 
 
420
 
421
+ #: options/panel1.php:77
422
+ msgid "Search"
423
+ msgstr "Szukaj"
 
424
 
425
+ #: options/panel1.php:85
426
  msgid "Reverse the order by Post ID"
427
  msgstr "Sortuj kolejność wg ID wpisu"
428
 
429
+ #: options/panel1.php:86
430
+ #: options/panel1.php:87
431
+ msgid "Reverse the order by Date/Time"
432
+ msgstr "Sortuj kolejność wg Dnia/Czasu"
 
 
433
 
434
+ #: options/panel1.php:89
435
  msgid "Post (ID)"
436
  msgstr "Wpis (ID)"
437
 
438
+ #: options/panel1.php:92
439
+ #, fuzzy
440
+ msgid "Search query:"
441
+ msgstr "Szukaj"
442
+
443
+ #: options/panel1.php:92
444
+ msgid "Rows:"
445
+ msgstr "Rzędy:"
446
+
447
+ #: options/panel1.php:92
448
+ msgid "of"
449
+ msgstr "z"
450
+
451
+ #: options/panel1.php:93
452
+ #: templates/author.php:57
453
+ #: templates/user.php:53
454
+ msgid "Legend: Y = all comments, R = replies only, C = inactive"
455
+ msgstr ""
456
+
457
+ #: options/panel1.php:102
458
  msgid "Date and Time"
459
  msgstr "Data i Czas"
460
 
461
+ #: options/panel1.php:112
462
+ msgid "Edit"
463
+ msgstr ""
464
 
465
+ #: options/panel1.php:113
466
+ #: templates/author.php:70
467
+ #: templates/user.php:64
468
+ msgid "Delete"
469
+ msgstr "Kasuj"
470
+
471
+ #: options/panel1.php:121
472
+ #: templates/author.php:69
473
+ #: templates/user.php:63
474
  msgid "Action:"
475
  msgstr "Akcja:"
476
 
477
+ #: options/panel1.php:122
478
+ msgid "Delete forever"
479
+ msgstr "Skasuj całkowicie"
480
+
481
+ #: options/panel1.php:123
482
+ #: templates/author.php:71
483
+ #: templates/user.php:65
484
+ msgid "Suspend"
485
+ msgstr "Zawieszenie"
486
+
487
+ #: options/panel1.php:124
488
+ msgid "Activate and set to Y"
489
+ msgstr ""
490
+
491
+ #: options/panel1.php:125
492
+ msgid "Activate and set to R"
493
+ msgstr ""
494
+
495
+ #: options/panel1.php:126
496
+ #: templates/author.php:73
497
+ #: templates/user.php:67
498
+ msgid "Activate"
499
+ msgstr ""
500
+
501
+ #: options/panel1.php:127
502
+ #: templates/author.php:74
503
+ #: templates/user.php:68
504
  msgid "Update subscriptions"
505
  msgstr "Aktualizacja subskrybcji"
506
 
507
+ #: options/panel1.php:131
508
+ #, fuzzy
509
+ msgid "Sorry, no subscriptions match your search criteria."
510
  msgstr "Przepraszamy, nie znaleziono subskrybcji do "
511
 
512
+ #: options/panel2.php:11
513
+ #: options/panel2.php:39
514
+ #, fuzzy
515
+ msgid "Enable default checkbox"
516
+ msgstr "Włącz uwiarygodnienie"
517
 
518
+ #: options/panel2.php:12
519
+ #: options/panel2.php:46
520
+ msgid "Checked by default"
521
+ msgstr "Standardowe sprawdzenie"
522
 
523
+ #: options/panel2.php:13
524
+ #: options/panel2.php:53
525
+ #, fuzzy
526
+ msgid "Advanced subscription"
527
+ msgstr "Aktualizacja subskrybcji"
528
 
529
+ #: options/panel2.php:14
530
+ #: options/panel2.php:60
531
+ msgid "Custom inline style"
532
+ msgstr "Indywidualny styl"
533
 
534
+ #: options/panel2.php:15
535
+ #: options/panel2.php:65
536
+ msgid "Custom HTML"
537
+ msgstr "Indywidualny HTML"
538
 
539
+ #: options/panel2.php:17
540
+ msgid "Checkbox label"
541
+ msgstr "Nagłówek checkbox"
542
 
543
+ #: options/panel2.php:18
544
+ #: options/panel2.php:81
545
+ msgid "Subscribed label"
546
+ msgstr "Nagłówek subskrybcji"
547
 
548
+ #: options/panel2.php:19
549
+ msgid "Awaiting label"
550
+ msgstr "Nagłówek oczekiwania"
 
 
 
 
551
 
552
+ #: options/panel2.php:20
553
+ #: options/panel2.php:91
554
+ msgid "Author label"
555
+ msgstr "Nagłówek Autora"
556
+
557
+ #: options/panel2.php:25
558
+ #: options/panel3.php:25
559
+ #: options/panel4.php:23
560
+ #: options/panel5.php:22
561
+ msgid "Your settings have been successfully updated."
562
+ msgstr "Twoje ustawienia zostały pomyślnie zaktualizowane"
563
 
564
+ #: options/panel2.php:28
565
+ #: options/panel3.php:28
566
+ #: options/panel4.php:26
567
+ #: options/panel5.php:25
568
+ msgid "There was an error updating the following fields:"
569
+ msgstr "Pojawił się błąd przy aktualizowaniu pola:"
570
 
571
+ #: options/panel2.php:43
572
+ msgid "Disable this option if you want to move the subscription checkbox to a different place on your page."
573
+ msgstr ""
574
 
575
+ #: options/panel2.php:50
576
+ msgid "Decide if the checkbox should be checked by default or not."
577
+ msgstr "Zdecyduj czy pole 'checkbox' powinno być standardowo zaznaczone czy nie."
578
 
579
+ #: options/panel2.php:57
580
+ msgid "Allow users to choose from different subscription types (all, replies only)."
581
+ msgstr ""
582
 
583
+ #: options/panel2.php:62
584
+ msgid "Custom inline CSS to add to the checkbox."
585
+ msgstr "Indywidualne ustawienia CSS dla 'checkbox'."
586
 
587
+ #: options/panel2.php:67
588
+ msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
589
+ msgstr "Indywidualny kod HTML dla wyswietlenia 'checkbox'. Dostępne tagi: [checkbox_field], [checkbox_label]"
590
+
591
+ #: options/panel2.php:72
592
+ msgid "Messages for your visitors"
593
+ msgstr ""
594
+
595
+ #: options/panel2.php:76
596
+ #, fuzzy
597
+ msgid "Default label"
598
+ msgstr "Nagłówek Autora"
599
+
600
+ #: options/panel2.php:78
601
+ msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
602
+ msgstr "Nagłówek przypisany do 'checkbox'. Dostępny tag: [subscribe_link]"
603
+
604
+ #: options/panel2.php:83
605
+ msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
606
+ msgstr "Nagłówek wyświetlany do osób już subskrybujacych dany wpis. Dostępny tag: [manager_link]"
607
+
608
+ #: options/panel2.php:86
609
+ #, fuzzy
610
+ msgid "Pending label"
611
+ msgstr "Nagłówek oczekiwania"
612
 
613
+ #: options/panel2.php:88
614
+ msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
615
+ msgstr "Nagłówek wyswietlany tym osobom, które poprosiły o subskrybcję, ale nie potwierdziły jeszcze e-maila. Dostepny tag: [manager_link]"
616
 
617
+ #: options/panel2.php:93
618
+ msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
619
+ msgstr "Nagłówek wyświetlany administratorom i autorom. Dostępny tag: [manager_link]"
620
 
621
+ #: options/panel2.php:97
622
+ #: options/panel3.php:136
623
+ #: options/panel4.php:103
624
+ #: options/panel5.php:83
625
+ msgid "Save Changes"
626
+ msgstr "Zapisz Zmiany"
627
 
628
+ #: options/panel3.php:10
629
+ #: options/panel3.php:42
630
+ msgid "Page title"
631
+ msgstr "Tytuł strony"
632
 
633
  #: options/panel3.php:11
634
  msgid "Management Page ID"
635
  msgstr "Zarządzanie numerem ID stron"
636
 
637
  #: options/panel3.php:12
638
+ #: options/panel3.php:54
639
+ msgid "Custom HEAD meta"
640
+ msgstr ""
 
 
 
 
 
641
 
642
  #: options/panel3.php:14
643
+ #: options/panel3.php:65
644
+ msgid "Request link"
645
+ msgstr "Oczekujący link"
646
 
647
  #: options/panel3.php:15
648
+ #: options/panel3.php:75
649
+ msgid "Request submitted"
650
+ msgstr "Potwierdzenie potwierdzone"
651
 
652
  #: options/panel3.php:16
653
+ #: options/panel3.php:85
654
+ msgid "Subscribe without commenting"
655
+ msgstr "Subskrypcja bez komentowania"
656
+
657
  #: options/panel3.php:17
658
+ #: options/panel3.php:95
659
+ msgid "Subscription processed"
660
+ msgstr "Subskrybcja wykonana"
661
 
662
  #: options/panel3.php:18
663
+ #: options/panel3.php:105
664
+ msgid "Subscription processed (DCI)"
665
+ msgstr "Subskrybcja wykonana (DCI)"
666
 
667
  #: options/panel3.php:19
668
+ #: options/panel3.php:115
669
+ msgid "Authors"
670
+ msgstr "Autorzy"
671
 
672
  #: options/panel3.php:20
673
+ #: options/panel3.php:125
674
+ msgid "Users"
675
+ msgstr "Użytkownicy"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
676
 
677
+ #: options/panel3.php:44
678
+ msgid "Title of the page your visitors will use to manage their subscriptions."
679
+ msgstr "Tytuł strony gdzie użytkownicy zarządzają subskrybcjami."
 
 
680
 
681
+ #: options/panel3.php:47
 
682
  msgid "Management page"
683
  msgstr "Zarządzanie stroną"
684
 
685
+ #: options/panel3.php:49
686
  msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
687
  msgstr "Twój link bezpośredni do zarządzania ztroną (coś jak <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). Ta strona aktualnie <b>nie</b> istnieje w bazie, ale link musi zgadzać się ze strukturą linków bezpośrednich."
688
 
689
+ #: options/panel3.php:51
690
  msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
691
  msgstr "Uwaga: wyglada na to, że twoje ustawienia nie są kompatybilne ze strukturą linków bezpośrednich."
692
 
693
+ #: options/panel3.php:56
694
+ msgid "Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values."
695
+ msgstr ""
 
 
 
 
696
 
697
+ #: options/panel3.php:61
698
+ #: options/panel4.php:50
699
+ #, fuzzy
700
+ msgid "Messages"
701
+ msgstr "Wiadomosci E-mailowe"
702
 
703
+ #: options/panel3.php:66
704
+ #: options/panel3.php:76
705
+ #: options/panel3.php:86
706
+ #: options/panel3.php:96
707
+ #: options/panel3.php:106
708
+ #: options/panel3.php:116
709
+ #: options/panel3.php:126
710
+ #: options/panel4.php:61
711
+ #: options/panel4.php:77
712
+ #: options/panel4.php:93
713
+ msgid "Bold"
714
+ msgstr "Pogrubienie"
715
 
716
+ #: options/panel3.php:67
717
+ #: options/panel3.php:77
718
+ #: options/panel3.php:87
719
+ #: options/panel3.php:97
720
+ #: options/panel3.php:107
721
+ #: options/panel3.php:117
722
+ #: options/panel3.php:127
723
+ #: options/panel4.php:62
724
+ #: options/panel4.php:78
725
+ #: options/panel4.php:94
726
+ msgid "Italic"
727
+ msgstr "Pochylenie"
728
 
729
+ #: options/panel3.php:68
730
+ #: options/panel3.php:78
731
+ #: options/panel3.php:88
732
+ #: options/panel3.php:98
733
+ #: options/panel3.php:108
734
+ #: options/panel3.php:118
735
+ #: options/panel3.php:128
736
+ #: options/panel4.php:63
737
+ #: options/panel4.php:79
738
+ #: options/panel4.php:95
739
+ msgid "Link"
740
+ msgstr "Link"
741
 
742
+ #: options/panel3.php:69
743
  #: options/panel3.php:79
744
+ #: options/panel3.php:89
745
+ #: options/panel3.php:99
746
+ #: options/panel3.php:109
747
+ #: options/panel3.php:119
748
+ #: options/panel3.php:129
749
+ #: options/panel4.php:64
750
+ #: options/panel4.php:80
751
+ #: options/panel4.php:96
752
+ msgid "Image"
753
+ msgstr "Obrazek"
754
 
755
+ #: options/panel3.php:72
756
+ msgid "Text shown to those who request to manage their subscriptions."
757
+ msgstr "Tekst wyswietlany osobom proszącym o zarządzanie subskrybcjami."
758
 
759
+ #: options/panel3.php:82
760
+ msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
761
+ msgstr "Podziekowanie wyswietlane po dokonaniu powyższej subskrybcji. Dostepne tagi: [post_title], [post_permalink]"
762
 
763
+ #: options/panel3.php:92
764
+ msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
765
+ msgstr "Tekst wyświetlany tym osobom, które chcą subskrybować komentarze bez komentowania. Dostępne tagi: [post_title], [post_permalink]"
766
 
767
+ #: options/panel3.php:102
768
+ msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
769
+ msgstr "Podziękowanie wyświetlane po dokonaniu subskrybcji, kiedy zabezpieczenie jest wyłączone. Dostepne tagi: [post_title], [post_permalink]"
770
 
771
  #: options/panel3.php:112
772
+ msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
773
+ msgstr "Podziekowanie wyświetlane po dokonaniu subskrybcji kiedy zabezpieczenie jest włączone. Dostępne tagi: [post_title], [post_permalink]"
774
 
775
+ #: options/panel3.php:122
776
+ msgid "Introductory text for the authors' management page."
777
+ msgstr "Tekst wprowadzający w zarzadzaniu stroną (dla autorów)."
778
 
779
+ #: options/panel3.php:132
780
+ msgid "Introductory text for the users' management page."
781
+ msgstr "Tekst wprowadzający do zarządzania stroną (dla użytkowników)."
782
 
783
+ #: options/panel4.php:11
784
+ #: options/panel4.php:38
785
+ msgid "Sender name"
786
+ msgstr "Nazwa wysyłającego"
787
 
788
+ #: options/panel4.php:12
789
+ #: options/panel4.php:43
790
+ msgid "Sender email address"
791
+ msgstr "E-mail wysyłającego"
 
792
 
793
+ #: options/panel4.php:13
794
+ #: options/panel4.php:54
795
  msgid "Notification subject"
796
  msgstr "Temat zawiadomienia"
797
 
798
+ #: options/panel4.php:14
799
+ #: options/panel4.php:59
800
  msgid "Notification message"
801
  msgstr "Treść zawiadomienia"
802
 
803
+ #: options/panel4.php:15
804
+ #: options/panel4.php:70
805
  msgid "Double check subject"
806
  msgstr "Nagłówek zabezpieczenia"
807
 
808
+ #: options/panel4.php:16
809
+ #: options/panel4.php:75
810
  msgid "Double check message"
811
  msgstr "Treść zabezpieczenia"
812
 
813
+ #: options/panel4.php:17
814
+ #: options/panel4.php:86
815
  msgid "Management subject"
816
  msgstr "Nagłówek zarządzania"
817
 
818
+ #: options/panel4.php:18
819
+ #: options/panel4.php:91
820
  msgid "Management message"
821
  msgstr "Zarządzanie wiadomością"
822
 
823
+ #: options/panel4.php:40
824
+ msgid "Name to use for the \"from\" field when sending a new notification to the user."
825
+ msgstr "Nazwa użyta w polu \"od\" podczas wysyłania nowych informacji do uzytkownika."
 
 
 
 
 
 
 
 
 
 
 
 
 
826
 
827
  #: options/panel4.php:45
828
+ msgid "Email address to use for the \"from\" field when sending a new notification to the user."
829
+ msgstr "Adres e-mail do użycia w polu \"from\" podczas wysyłania nowej informacji do użytkownika."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
830
 
831
+ #: options/panel4.php:56
832
+ msgid "Subject of the notification email. Allowed tag: [post_title]"
833
+ msgstr "Nagłówek informacji e-mail. Dostepny tag: [post_title]"
 
 
 
 
 
 
 
 
 
834
 
835
+ #: options/panel4.php:67
836
  msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
837
  msgstr "Treść powiadomienia e-mail. Dostępne tagi: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
838
 
839
+ #: options/panel4.php:72
840
  msgid "Subject of the confirmation email. Allowed tag: [post_title]"
841
  msgstr "Nagłówek potwierdzającego e-maila. Dostępny tag: [post_title]"
842
 
843
+ #: options/panel4.php:83
844
  msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
845
  msgstr "Treść e-maila potwierdzającego.. Dostępne tagi: [post_permalink], [confirm_link], [post_title], [manager_link]"
846
 
847
+ #: options/panel4.php:88
848
  msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
849
  msgstr "Nagłówek e-maila wysyłanego do osób proszących o dostęp do zarządzania subskrybcjami. Dostępny tag: [blog_name]"
850
 
851
+ #: options/panel4.php:99
852
  msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
853
  msgstr "Treść emaila zarządzającego. Dostępne tagi: [blog_name], [manager_link]"
854
 
855
  #: options/panel5.php:11
856
+ #: options/panel5.php:35
857
+ msgid "Autopurge requests"
858
+ msgstr "Automatyczne czyszczenie"
859
 
860
  #: options/panel5.php:12
861
+ #: options/panel5.php:40
862
+ msgid "Enable double check"
863
+ msgstr "Włącz uwiarygodnienie"
864
 
865
  #: options/panel5.php:13
866
+ msgid "Notify authors"
867
+ msgstr "Informuj autorów"
 
868
 
869
  #: options/panel5.php:14
870
+ #: options/panel5.php:54
871
+ msgid "Enable HTML emails"
872
+ msgstr "Włącz email HTML"
873
+
874
+ #: options/panel5.php:15
875
+ msgid "Send trackbacks"
876
+ msgstr "Wyślij trackbacks"
877
 
878
  #: options/panel5.php:16
879
+ #: options/panel5.php:47
880
+ msgid "Notify admin"
881
+ msgstr "Informuj admina"
882
 
883
  #: options/panel5.php:17
884
+ #: options/panel5.php:75
885
+ msgid "Let admin subscribe"
886
+ msgstr "Pozwól subskrybować adminowi"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
887
 
888
+ #: options/panel5.php:36
889
+ msgid "days"
890
+ msgstr "dni"
891
 
892
+ #: options/panel5.php:37
893
+ msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
894
+ msgstr "Skasuj oczekujące subskrybcje (nie potwierdzone) po X dniach. \"zero\" wyłącza usuwanie."
895
 
896
+ #: options/panel5.php:44
897
+ msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
898
+ msgstr "Wyslij e-maila potwierdzajacego subskrybcję (zabezpieczenie przed botami)"
899
 
900
+ #: options/panel5.php:51
901
+ msgid "Notify the administrator when a new comment is posted."
902
+ msgstr "Poinformuj administratora o nowych komentarzach."
903
 
904
+ #: options/panel5.php:58
905
+ msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
906
+ msgstr "Jesli włączysz, emaile bedą formatowane HTML zamiast stylu zwykłego tekstu."
907
 
908
+ #: options/panel5.php:61
909
+ #, fuzzy
910
+ msgid "Process trackbacks"
911
+ msgstr "Wyślij trackbacks"
912
 
913
+ #: options/panel5.php:65
914
+ msgid "Notify users when a new trackback or pingback is added to the discussion."
915
+ msgstr "Poinformuj uzytkowników o nowych trackbakach i pingach dodanych do dyskusji."
916
 
917
+ #: options/panel5.php:68
918
+ msgid "Track all subscriptions"
919
+ msgstr "Śledź wszystkie dyskusje"
920
 
921
+ #: options/panel5.php:72
922
+ msgid "Notify the administrator when users subscribe without commenting."
923
+ msgstr "Poinformuj administratora o subskrybentach, którzy nie zostawili komentarza."
924
 
925
+ #: options/panel5.php:79
926
+ msgid "Let the administrator subscribe to comments when logged in."
927
+ msgstr "Pozwól administartorowi na subskrybcje, kiedy jest zalogowany."
928
 
929
+ #: options/panel6.php:8
930
  msgid "Support the author"
931
  msgstr "Wspomaganie autora"
932
 
933
+ #: options/panel6.php:16
934
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
935
  msgstr "Jak cenna jest funkcja oferowana przez ten plugin dla użytkowników? Wtyczka 'Subskribe to Comments Reloaded' jest i pozostanie darmowa, ale wsparcie autora pozwoli poprawić kolejne wersje. Szczególnie istotne są zarabiane pieniądze. Wszelkie otrzymane darowizny zostaną zainwestowane w rozwój 'Subskribe to Comments Reloaded' oraz na kupienie czegoś do jedzenia dla mojej głodnej rodziny."
936
 
937
+ #: options/panel6.php:18
938
  msgid "Don't want to donate? You can still help"
939
  msgstr "Nie masz własnych pieniedzy? Wciąż możesz pomóc"
940
 
941
+ #: options/panel6.php:19
942
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
943
  msgstr "Jeśli nie chcesz wspomóc autora darowizną, proszę chociaż o informowanie znajomych o mojej wtyczce. Daj znać znajomym i odwiedzającym stronę jak poprawiła się funkcjonalność twojej strony po uzyciu tej wtyczki. Możesz także wspomóc autora poswięcając swój czas i na przykład informować o błedach, przesyłać tłumaczenia, czy sugerować zmiany we wtyczce. Cokolwiek zrobisz, dziękuję za uzywanie mojej wtyczki!"
944
 
945
+ #: options/panel6.php:21
946
  msgid "Vote and show your appreciation"
947
  msgstr "Zagłosuj i zostaw swój głos uznania ;)"
948
 
949
+ #: options/panel6.php:22
950
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
951
  msgstr "Powiedz innym osobom, ze korzystasz z wtyczki 'Subscribe to Comments Reloaded' i jak jest ona dobra. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Oceń to</a> na stronie tej wtyczki."
952
 
953
+ #: options/panel6.php:24
954
+ msgid "Sponsor's Corner"
955
+ msgstr ""
956
 
957
+ #: options/panel6.php:25
958
  msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
959
  msgstr "Jeśli chcesz wspomóc autora, wyslij dowolną kwote do <a href='http://www.duechiacchiere.it/contatto'>Autor Wtyczki</a><br>Polskie tłumaczenie wtyczki:<a href='http://5oclock.org/autor/'>Robert Koeseling</a><br> "
960
 
961
+ #: templates/author.php:56
 
 
 
 
962
  msgid "Title"
963
  msgstr "Tytuł"
964
 
965
+ #: templates/author.php:67
966
+ #: templates/user.php:61
967
  msgid "Select all"
968
  msgstr "Wybierz wszystko"
969
 
970
+ #: templates/author.php:68
971
+ #: templates/user.php:62
972
  msgid "Invert selection"
973
  msgstr "Odwróć zaznaczenie"
974
 
975
+ #: templates/author.php:72
976
+ msgid "Set to Y"
977
+ msgstr ""
 
978
 
979
+ #: templates/author.php:78
980
+ #: templates/user.php:72
981
+ msgid "No subscriptions match your search criteria."
982
+ msgstr ""
983
 
984
+ #: templates/request-management-link.php:68
985
+ #: templates/subscribe.php:90
986
  msgid "Send"
987
  msgstr "Wyślij"
988
 
989
+ #: templates/subscribe.php:43
990
+ #: templates/subscribe.php:44
991
  msgid "New subscription to"
992
  msgstr "Nowa subskrybcja do"
993
 
994
+ #: templates/subscribe.php:44
995
  msgid "User:"
996
  msgstr "Użytkownik:"
997
 
998
+ #~ msgid "Awaiting confirmation"
999
+ #~ msgstr "Oczekiwanie na potwierdzenie"
1000
+
1001
+ #~ msgid "Stats"
1002
+ #~ msgstr "Statystyki"
1003
+
1004
+ #~ msgid "Other Messages"
1005
+ #~ msgstr "Inne wiadomości"
1006
+
1007
+ #~ msgid "Support"
1008
+ #~ msgstr "Pomoc"
1009
+
1010
+ #~ msgid "The status has been successfully updated. Rows affected:"
1011
+ #~ msgstr "Zmiany zostałe zaktualizowane. Lista zmian:"
1012
+
1013
+ #~ msgid ""
1014
+ #~ "Update the email address associated to a specific subscription (by post "
1015
+ #~ "ID)."
1016
+ #~ msgstr ""
1017
+ #~ "Aktualizowanie adresu e-mail przypisanego do konkretnej subskrybcji (wg "
1018
+ #~ "ID wpisu)."
1019
+
1020
+ #~ msgid "PID"
1021
+ #~ msgstr "PID"
1022
+
1023
+ #~ msgid "Change status"
1024
+ #~ msgstr "Zmiana statusu"
1025
+
1026
+ #~ msgid ""
1027
+ #~ "Change the status of an email address or permanently delete all its "
1028
+ #~ "subscriptions."
1029
+ #~ msgstr ""
1030
+ #~ "Zmiana statusu e-maila lub kompletnego wykasowania subskrybcji do niego "
1031
+ #~ "przypisanych."
1032
+
1033
+ #~ msgid "Resume"
1034
+ #~ msgstr "Wznowienie"
1035
+
1036
+ #~ msgid "Update email address"
1037
+ #~ msgstr "Aktualizuj adres e-mail"
1038
+
1039
+ #~ msgid ""
1040
+ #~ "You can \"mass update\" all the occurrences of a given email address "
1041
+ #~ "(exact matches only)."
1042
+ #~ msgstr ""
1043
+ #~ "Możesz \"masowo podmienić\" wszystkie wystąpienia danego e-maila (jednego "
1044
+ #~ "na raz)."
1045
+
1046
+ #~ msgid "Search email address"
1047
+ #~ msgstr "Wyszukaj adres e-mail"
1048
+
1049
+ #~ msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
1050
+ #~ msgstr ""
1051
+ #~ "Opcje: Y-subskrybujesz, N-nie masz na liście, C-oczekuje na potwierdzenie "
1052
+ #~ "e-mailem"
1053
+
1054
+ #~ msgid "StCR table has been successfully optimized."
1055
+ #~ msgstr "tablica StCR została zoptymalizowana pomyślnie."
1056
+
1057
+ #~ msgid "Subscriptions for"
1058
+ #~ msgstr "Subskrybcje dla"
1059
+
1060
+ #~ msgid "Filter by date"
1061
+ #~ msgstr "Filtrowanie datami"
1062
+
1063
+ #~ msgid "Month"
1064
+ #~ msgstr "Miesiąc"
1065
+
1066
+ #~ msgid "Year"
1067
+ #~ msgstr "Rok"
1068
+
1069
+ #~ msgid "No data to display"
1070
+ #~ msgstr "Nie ma danych"
1071
+
1072
+ #~ msgid "optimize"
1073
+ #~ msgstr "optymalizacja"
1074
+
1075
+ #~ msgid "Database"
1076
+ #~ msgstr "Baza danych"
1077
+
1078
+ #~ msgid "Engine"
1079
+ #~ msgstr "Silnik"
1080
+
1081
+ #~ msgid "Created on"
1082
+ #~ msgstr "Stworzono dnia"
1083
+
1084
+ #~ msgid "Index length"
1085
+ #~ msgstr "Długość indeksu"
1086
+
1087
+ #~ msgid "Records"
1088
+ #~ msgstr "Wpisy"
1089
+
1090
+ #~ msgid "Average Record Length"
1091
+ #~ msgstr "Średnia długość wpisu"
1092
+
1093
+ #~ msgid "Approximate Overhead"
1094
+ #~ msgstr "Średnia nadrozmiarowa"
1095
+
1096
+ #~ msgid "Analysis for"
1097
+ #~ msgstr "Analiza do"
1098
+
1099
+ #~ msgid "Most active users"
1100
+ #~ msgstr "Najbardziej aktywni uzytkownicy"
1101
+
1102
+ #~ msgid "Popular posts"
1103
+ #~ msgstr "Popularne wpisy"
1104
+
1105
+ #~ msgid "Custom CSS Class"
1106
+ #~ msgstr "Indywidualne CSS Class"
1107
+
1108
+ #~ msgid ""
1109
+ #~ "Custom CSS class to associate to the checkbox, if you want to customize "
1110
+ #~ "its style."
1111
+ #~ msgstr ""
1112
+ #~ "Indywidualne ustawienia formatowania CSS, jeśli chcesz ręcznie pozmieniać "
1113
+ #~ "styl wygladu."
1114
+
1115
+ #~ msgid "Official Sponsors"
1116
+ #~ msgstr "Oficjalni Sponsorzy"
1117
+
1118
+ #~ msgid "Subscriptions have been successfully updated."
1119
+ #~ msgstr "Subskrypcje zostały pomyślnie zaktualizowane."
1120
+
1121
+ #~ msgid "Sorry, no subscriptions found."
1122
+ #~ msgstr "Oj, nie znaleziono żadnych subskrybcji."
1123
 
1124
+ #~ msgid "All the subscriptions have been successfully updated."
1125
+ #~ msgstr "Wszystkie subskrybcje zostały pomyslnie zaktualizowane."
langs/subscribe-reloaded-pt_BR.mo CHANGED
Binary file
langs/subscribe-reloaded-pt_BR.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-01-04 12:55-0500\n"
6
- "PO-Revision-Date: 2011-01-04 12:55-0500\n"
7
- "Last-Translator: Camu <info@duechiacchiere.it>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,77 +19,95 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ subscribe-reloaded
22
- #: subscribe-to-comments-reloaded.php:34
23
- #: subscribe-to-comments-reloaded.php:190
24
- msgid "You are subscribed to this entry. <a href='[manager_link]'>Manage</a> your subscriptions."
25
- msgstr "Você está inscrito para esta entrada. <a href='[manager_link]'>Gerencie</a> suas inscrições."
26
 
27
  # @ subscribe-reloaded
28
- #: subscribe-to-comments-reloaded.php:39
29
- #: subscribe-to-comments-reloaded.php:191
30
- msgid "Your subscription to this entry needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
31
- msgstr "A sua assinatura para esta entrada deve ser confirmada. <a href='[manager_link]'>Gerencie as suas inscrições</a> ."
32
 
33
  # @ subscribe-reloaded
34
- #: subscribe-to-comments-reloaded.php:46
35
- #: subscribe-to-comments-reloaded.php:192
36
- msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this entry."
37
- msgstr "Você pode <a href='[manager_link]'>gerenciar as assinaturas</a> desta entrada."
38
 
39
  # @ subscribe-reloaded
40
- #: subscribe-to-comments-reloaded.php:52
41
- #: subscribe-to-comments-reloaded.php:186
42
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
43
  msgstr "Notifique-me de novos comentários via e-mail. Você também pode <a href='[subscribe_link]'>se inscrever</a> sem comentar."
44
 
 
 
 
 
 
 
 
 
45
  # @ subscribe-reloaded
46
- #: subscribe-to-comments-reloaded.php:162
47
- #: options/index.php:44
 
 
 
 
 
 
 
 
 
 
48
  msgid "Manage subscriptions"
49
- msgstr "Gerenciar assinaturas"
50
 
51
  # @ subscribe-reloaded
52
- #: subscribe-to-comments-reloaded.php:163
53
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
54
- msgstr "Para gerir as suas inscrições, digite o seu endereço de e-mail aqui em baixo. Nós lhe enviaremos uma mensagem contendo o link para acessar sua página pessoal de gestão."
55
 
56
  # @ subscribe-reloaded
57
- #: subscribe-to-comments-reloaded.php:164
58
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
59
- msgstr "Obrigado por usar nosso serviço de assinatura. Seu pedido foi concluído, e você deverá receber um email com o link de gestão, em poucos minutos."
60
 
61
  # @ subscribe-reloaded
62
- #: subscribe-to-comments-reloaded.php:165
63
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
64
  msgstr "Você pode acompanhar a discussão sobre <strong>[post_title]</strong> sem ter que deixar um comentário. Legal, não? Basta digitar seu endereço de e-mail no formulário abaixo."
65
 
66
  # @ subscribe-reloaded
67
- #: subscribe-to-comments-reloaded.php:166
68
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
69
- msgstr "Obrigado por usar nosso serviço de assinatura. Seu pedido foi concluído. Você receberá um e-mail de notificação toda vez que um novo comentário a este artigo for aprovado e publicado pelo administrador."
70
 
71
  # @ subscribe-reloaded
72
- #: subscribe-to-comments-reloaded.php:167
73
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
74
- msgstr "Obrigado por usar nosso serviço de assinatura. Para confirmar o seu pedido, verifique seu e-mail para a mensagem de confirmação e siga as instruções."
75
 
76
  # @ subscribe-reloaded
77
- #: subscribe-to-comments-reloaded.php:168
78
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
79
  msgstr "A fim de cancelar ou suspender uma ou mais notificações, selecione a opção correspondente (s) e clique no botão no final da lista."
80
 
81
  # @ subscribe-reloaded
82
- #: subscribe-to-comments-reloaded.php:169
83
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
84
  msgstr "A fim de cancelar ou suspender uma ou mais notificações, selecione a opção correspondente (s) e clique no botão no final da lista. Você está inscrito em:"
85
 
86
  # @ subscribe-reloaded
87
- #: subscribe-to-comments-reloaded.php:184
88
  msgid "There is a new comment to [post_title]"
89
  msgstr "Há um novo comentário para [post_title]"
90
 
91
  # @ subscribe-reloaded
92
- #: subscribe-to-comments-reloaded.php:185
93
  msgid ""
94
  "There is a new comment to [post_title].\n"
95
  "Comment Link: [comment_permalink]\n"
@@ -105,15 +123,15 @@ msgstr ""
105
  "Comentário:\n"
106
  "[comment_content]\n"
107
  "Permalink: [post_permalink]\n"
108
- "Gerencie suas assinaturas: [manager_link]"
109
 
110
  # @ subscribe-reloaded
111
- #: subscribe-to-comments-reloaded.php:193
112
  msgid "Please confirm your subscription to [post_title]"
113
- msgstr "Por favor, confirme sua assinatura [post_title]"
114
 
115
  # @ subscribe-reloaded
116
- #: subscribe-to-comments-reloaded.php:194
117
  msgid ""
118
  "You have requested to be notified every time a new comment is added to:\n"
119
  "[post_permalink]\n"
@@ -128,12 +146,12 @@ msgstr ""
128
  "[confirm_link]"
129
 
130
  # @ subscribe-reloaded
131
- #: subscribe-to-comments-reloaded.php:195
132
  msgid "Manage your subscriptions on [blog_name]"
133
- msgstr "Gerir as suas inscrições em [blog_name]"
134
 
135
  # @ subscribe-reloaded
136
- #: subscribe-to-comments-reloaded.php:196
137
  msgid ""
138
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
139
  "[manager_link]"
@@ -142,843 +160,1054 @@ msgstr ""
142
  "[manager_link]"
143
 
144
  # @ subscribe-reloaded
145
- #: subscribe-to-comments-reloaded.php:597
146
  msgid "Subscribed"
147
- msgstr "Assinaturas"
148
 
149
  # @ subscribe-reloaded
150
- #: subscribe-to-comments-reloaded.php:611
151
- #: options/panel3.php:65
152
- #: options/panel3.php:87
153
- #: options/panel3.php:94
154
- #: options/panel3.php:101
155
- #: options/panel3.php:108
156
- #: options/panel3.php:115
157
- #: options/panel3.php:122
 
 
158
  msgid "Yes"
159
  msgstr "Sim"
160
 
161
- #: subscribe-to-comments-reloaded.php:613
162
- msgid "Awaiting confirmation"
163
- msgstr "Aguardando a confirmação"
 
 
 
 
 
 
 
 
164
 
165
  # @ subscribe-reloaded
166
- #: subscribe-to-comments-reloaded.php:614
167
- #: options/panel3.php:66
168
- #: options/panel3.php:88
169
- #: options/panel3.php:95
170
- #: options/panel3.php:102
171
- #: options/panel3.php:109
172
- #: options/panel3.php:116
173
- #: options/panel3.php:123
 
 
174
  msgid "No"
175
  msgstr "Não"
176
 
177
- #: subscribe-to-comments-reloaded.php:624
178
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
179
  msgstr "Precisa de ajuda sobre como usar Subscribe to Comments Reloaded? Visite o oficial"
180
 
181
  # @ subscribe-reloaded
182
- #: subscribe-to-comments-reloaded.php:624
183
  msgid "support forum"
184
- msgstr "Suporte"
185
 
186
- #: subscribe-to-comments-reloaded.php:625
187
  msgid "Feeling generous?"
188
  msgstr "Sentindo-se generoso(a)?"
189
 
190
- #: subscribe-to-comments-reloaded.php:625
191
  msgid "Donate a few bucks!"
192
  msgstr "Doe alguns trocados!"
193
 
194
  # @ subscribe-reloaded
195
- #: options/index.php:45
196
- msgid "Stats"
197
- msgstr "Estatísticas"
198
 
199
  # @ subscribe-reloaded
200
- #: options/index.php:46
 
 
 
 
 
 
 
 
 
 
 
 
 
201
  msgid "Options"
202
  msgstr "Opções"
203
 
 
 
 
 
204
  # @ subscribe-reloaded
205
- #: options/index.php:47
206
- msgid "Mail Messages"
207
- msgstr "Mail Mensagens"
208
 
209
  # @ subscribe-reloaded
210
- #: options/index.php:48
211
- msgid "Other Messages"
212
- msgstr "Outras mensagens"
213
 
214
  # @ subscribe-reloaded
215
- #: options/index.php:49
216
- msgid "Support"
217
- msgstr "Suporte"
218
 
219
  # @ subscribe-reloaded
220
- #: options/panel1.php:32
221
- #: options/panel1.php:38
222
- #: options/panel1.php:45
223
- #: options/panel1.php:63
224
- msgid "The status has been successfully updated. Rows affected:"
225
- msgstr "O status foi atualizado com sucesso. Linhas afetadas:"
226
 
227
  # @ subscribe-reloaded
228
- #: options/panel1.php:68
229
- msgid "Update subscription"
230
- msgstr "Atualizar Assinaturas"
 
 
231
 
232
- #: options/panel1.php:69
233
- msgid "Update the email address associated to a specific subscription (by post ID)."
234
- msgstr "Atualizar o endereço de e-mail associado a uma assinatura específica (por ID post)."
 
 
 
235
 
236
  # @ subscribe-reloaded
237
- #: options/panel1.php:71
238
- #: options/panel1.php:101
239
- #: options/panel1.php:173
240
- #: templates/author.php:39
241
- #: templates/user.php:41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
242
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
243
  msgstr "Lembre-se: esta operação não pode ser desfeita. Tem certeza de que deseja continuar?"
244
 
 
 
 
 
245
  # @ subscribe-reloaded
246
- #: options/panel1.php:73
247
- #: options/panel1.php:103
248
  msgid "From"
249
  msgstr "De"
250
 
251
- #: options/panel1.php:74
252
- msgid "PID"
253
- msgstr "PID"
254
-
255
  # @ subscribe-reloaded
256
- #: options/panel1.php:75
257
- #: options/panel1.php:104
258
  msgid "To"
259
  msgstr "Para"
260
 
261
  # @ subscribe-reloaded
262
- #: options/panel1.php:76
263
- #: options/panel1.php:93
264
- #: options/panel1.php:105
265
- msgid "Update"
266
- msgstr "Atualizar"
 
267
 
268
- #: options/panel1.php:83
269
- msgid "Change status"
270
- msgstr "Alterar status"
 
271
 
272
  # @ subscribe-reloaded
273
- #: options/panel1.php:84
274
- msgid "Change the status of an email address or permanently delete all its subscriptions."
275
- msgstr "Alterar o status de um endereço de e-mail ou excluir permanentemente todas as suas assinaturas."
 
 
 
 
 
 
 
 
276
 
277
  # @ subscribe-reloaded
278
- #: options/panel1.php:87
279
- msgid "Action"
280
- msgstr "Ação"
 
281
 
282
  # @ subscribe-reloaded
283
- #: options/panel1.php:89
284
- #: options/panel1.php:195
285
- #: templates/author.php:60
286
- #: templates/user.php:58
287
- msgid "Suspend"
288
- msgstr "Suspender"
289
 
290
  # @ subscribe-reloaded
291
- #: options/panel1.php:90
292
- #: options/panel1.php:196
293
- #: templates/author.php:61
294
- #: templates/user.php:59
295
- msgid "Resume"
296
- msgstr "Resumir"
297
 
298
  # @ subscribe-reloaded
299
- #: options/panel1.php:91
300
- #: options/panel1.php:194
301
- msgid "Delete forever"
302
- msgstr "Remover para sempre"
 
303
 
304
  # @ subscribe-reloaded
305
- #: options/panel1.php:98
306
- msgid "Update email address"
307
- msgstr "Atualização de endereço de e-mail"
 
 
 
 
308
 
309
  # @ subscribe-reloaded
310
- #: options/panel1.php:99
311
- msgid "You can \"mass update\" all the occurrences of a given email address (exact matches only)."
312
- msgstr "Você pode atualizar &quot;em massa&quot; todas as ocorrências de um endereço de e-mail indicado na base de dados com um novo."
 
 
 
 
313
 
314
- #: options/panel1.php:150
315
- msgid "&laquo; Previous"
316
- msgstr "&laquo; Anterior"
317
 
318
- #: options/panel1.php:154
319
- msgid "Next &raquo;"
320
- msgstr "Seguinte &raquo;"
321
 
322
  # @ subscribe-reloaded
323
- #: options/panel1.php:157
324
- msgid "Search email address"
325
- msgstr "Procurar endereço de email"
326
 
327
  # @ subscribe-reloaded
328
- #: options/panel1.php:159
329
  #, php-format
330
- msgid "You can either <a href=\"%s\">list all the subscriptions</a> or find those where the <b>email</b>"
331
- msgstr "Você pode listar todas as assinaturas <a href=\"%s\"> </ a> ou encontrar pelo <b>e-mail </ b>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
332
 
333
  # @ subscribe-reloaded
334
- #: options/panel1.php:162
335
  msgid "equals"
336
  msgstr "for igual"
337
 
338
  # @ subscribe-reloaded
339
- #: options/panel1.php:163
340
  msgid "contains"
341
  msgstr "contém"
342
 
343
  # @ subscribe-reloaded
344
- #: options/panel1.php:164
345
  msgid "does not contain"
346
  msgstr "não contém"
347
 
 
 
 
 
 
 
 
 
 
 
 
 
348
  # @ subscribe-reloaded
349
- #: options/panel1.php:167
350
  msgid "Search"
351
  msgstr "Procurar"
352
 
 
 
 
 
 
 
 
 
 
 
 
 
 
353
  # @ subscribe-reloaded
354
- #: options/panel1.php:178
355
- msgid "Subscriptions for:"
356
- msgstr "Inscrições para:"
357
 
358
- #: options/panel1.php:178
359
  msgid "Rows:"
360
  msgstr "Linhas:"
361
 
362
- #: options/panel1.php:178
363
  msgid "of"
364
  msgstr "de"
365
 
366
- # @ subscribe-reloaded
367
- #: options/panel1.php:179
368
- #: templates/author.php:45
369
- #: templates/user.php:47
370
- msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
371
- msgstr "Legenda: Y: inscrito, N: suspenso, C: aguardando confirmação"
372
-
373
- #: options/panel1.php:181
374
- #: options/panel1.php:182
375
- msgid "Reverse the order by Date/Time"
376
- msgstr "Inverter a ordem de Data/Hora"
377
-
378
- #: options/panel1.php:183
379
- msgid "Reverse the order by Post ID"
380
- msgstr "Inverter a ordem de Post ID"
381
-
382
- # @ subscribe-reloaded
383
- #: options/panel1.php:184
384
- #: templates/request-management-link.php:77
385
- #: templates/subscribe.php:82
386
- #: templates/user.php:46
387
- msgid "Email"
388
- msgstr "E-mail"
389
-
390
- #: options/panel1.php:186
391
- msgid "Post (ID)"
392
- msgstr "Post (ID)"
393
 
394
- #: options/panel1.php:186
395
  msgid "Date and Time"
396
  msgstr "Data e Hora"
397
 
 
 
 
 
398
  # @ subscribe-reloaded
399
- #: options/panel1.php:186
400
- msgid "Status"
401
- msgstr "Status"
 
 
402
 
403
  # @ subscribe-reloaded
404
- #: options/panel1.php:194
405
- #: templates/author.php:59
406
- #: templates/user.php:57
407
  msgid "Action:"
408
  msgstr "Ação:"
409
 
410
  # @ subscribe-reloaded
411
- #: options/panel1.php:197
412
- #: templates/author.php:62
413
- #: templates/user.php:60
414
- msgid "Update subscriptions"
415
- msgstr "Atualizar assinaturas"
416
 
417
  # @ subscribe-reloaded
418
- #: options/panel1.php:205
419
- msgid "Sorry, no subscriptions found for"
420
- msgstr "Desculpe, nenhuma inscrição encontrada para"
 
 
421
 
422
- # @ subscribe-reloaded
423
- #: options/panel3.php:11
424
- msgid "Management Page ID"
425
- msgstr "ID da Página de Gerenciamento"
 
 
 
 
 
 
 
 
 
426
 
427
  # @ subscribe-reloaded
428
- #: options/panel3.php:12
429
- #: options/panel3.php:48
430
- msgid "Autopurge requests"
431
- msgstr "Pedidos de auto remoção"
 
432
 
433
  # @ subscribe-reloaded
434
- #: options/panel3.php:13
435
- #: options/panel3.php:53
436
- msgid "Sender name"
437
- msgstr "Nome do remetente"
438
 
439
  # @ subscribe-reloaded
440
- #: options/panel3.php:14
441
- #: options/panel3.php:58
442
- msgid "Sender email address"
443
- msgstr "Email do remetente"
444
 
445
  # @ subscribe-reloaded
446
- #: options/panel3.php:15
447
- #: options/panel3.php:63
448
  msgid "Checked by default"
449
  msgstr "Marcado por padrão"
450
 
451
- #: options/panel3.php:16
452
- #: options/panel3.php:70
453
- msgid "Custom CSS Class"
454
- msgstr "Personalizar CSS Class"
 
455
 
456
- #: options/panel3.php:17
457
- #: options/panel3.php:75
458
  msgid "Custom inline style"
459
  msgstr "Personalizar estilo inline"
460
 
461
- #: options/panel3.php:18
462
- #: options/panel3.php:80
463
  msgid "Custom HTML"
464
  msgstr "Personalizar HTML"
465
 
466
  # @ subscribe-reloaded
467
- #: options/panel3.php:19
468
- #: options/panel3.php:85
469
- msgid "Enable double check"
470
- msgstr "Habilitar confirmação"
471
 
472
  # @ subscribe-reloaded
473
- #: options/panel3.php:20
474
- msgid "Notify authors"
475
- msgstr "Notificar autores"
476
-
477
- #: options/panel3.php:21
478
- #: options/panel3.php:99
479
- msgid "Enable HTML emails"
480
- msgstr "Habilitar e-mails HTML"
481
 
482
  # @ subscribe-reloaded
483
- #: options/panel3.php:22
484
- #: options/panel3.php:106
485
- msgid "Send trackbacks"
486
- msgstr "Enviar trackbacks"
487
 
488
  # @ subscribe-reloaded
489
- #: options/panel3.php:23
490
- #: options/panel3.php:92
491
- msgid "Notify admin"
492
- msgstr "Notificar Administrador"
493
-
494
- #: options/panel3.php:24
495
- #: options/panel3.php:120
496
- msgid "Let admin subscribe"
497
- msgstr "Permitir inscrições do Admin"
498
 
499
  # @ subscribe-reloaded
500
- #: options/panel3.php:29
501
- #: options/panel4.php:21
502
- #: options/panel5.php:28
 
503
  msgid "Your settings have been successfully updated."
504
  msgstr "Suas configurações foram atualizadas"
505
 
506
  # @ subscribe-reloaded
507
- #: options/panel3.php:32
508
- #: options/panel4.php:24
509
- #: options/panel5.php:31
 
510
  msgid "There was an error updating the following fields:"
511
  msgstr "Houve um erro ao atualizar os seguintes campos:"
512
 
 
 
 
 
513
  # @ subscribe-reloaded
514
- #: options/panel3.php:43
515
- #: options/panel5.php:64
516
- msgid "Management page"
517
- msgstr "Página de gestão"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
518
 
519
  # @ subscribe-reloaded
520
- #: options/panel3.php:45
521
- msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its permalink must follow your Wordpress' permalink settings."
522
- msgstr "O permalink para a sua página de gestão (algo como <code>/manage-subscriptions</code> ou <code>/?page_id=345</code> ). Esta página realmente <b>não</b> existe no sistema, mas deve seguir o as configurações de permalink de seu Wordpress."
523
 
524
- #: options/panel3.php:49
525
- msgid "days"
526
- msgstr "dias"
 
527
 
528
  # @ subscribe-reloaded
529
- #: options/panel3.php:50
530
- msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
531
- msgstr "Excluir assinaturas pendentes (não confirmada) após X dias. Zero desativa esse recurso."
532
 
533
  # @ subscribe-reloaded
534
- #: options/panel3.php:55
535
- msgid "Name to use for the \"from\" field when sending a new notification to the user."
536
- msgstr "Nome a ser usado para o campo \"De\" ao enviar uma nova notificação ao usuário."
537
 
538
  # @ subscribe-reloaded
539
- #: options/panel3.php:60
540
- msgid "Email address to use for the \"from\" field when sending a new notification to the user."
541
- msgstr "Endereço de email para usar o campo \"De\" ao enviar uma nova notificação ao usuário."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
542
 
543
  # @ subscribe-reloaded
544
- #: options/panel3.php:67
545
- msgid "Decide if the checkbox should be checked by default or not."
546
- msgstr "Escolha se o checkbox deve ficar marcado por padrão ou não."
547
-
548
  #: options/panel3.php:72
549
- msgid "Custom CSS class to associate to the checkbox, if you want to customize its style."
550
- msgstr "Personalizar CSS classe para associar-se para a caixa de seleção, se você quiser personalizar seu estilo."
551
-
552
- #: options/panel3.php:77
553
- msgid "Custom inline CSS to add to the checkbox."
554
- msgstr "Personalizar CSS inline para adicionar à seleção."
555
 
 
556
  #: options/panel3.php:82
557
- msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
558
- msgstr "Personalizar código HTML para ser usado ao exibir a caixa de seleção. Tags permitidas: [checkbox_field], [checkbox_label]"
559
 
560
  # @ subscribe-reloaded
561
- #: options/panel3.php:89
562
- msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
563
- msgstr "Enviar um e-mail de notificação para confirmar a inscrição (para evitar abusos de endereços)."
564
 
565
  # @ subscribe-reloaded
566
- #: options/panel3.php:96
567
- msgid "Notify the administrator when a new comment is posted."
568
- msgstr "Notificar o administrador quando um novo comentário for publicado."
569
-
570
- #: options/panel3.php:103
571
- msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
572
- msgstr "Se ativado envia mensagens de e-mail com o content-type = text/html, em vez de text/plain"
573
 
574
  # @ subscribe-reloaded
575
- #: options/panel3.php:110
576
- msgid "Notify users when a new trackback or pingback is added to the discussion."
577
- msgstr "Notifique os usuários quando um trackback ou pingback novo é acrescentado à discussão."
578
 
579
  # @ subscribe-reloaded
580
- #: options/panel3.php:113
581
- msgid "Track all subscriptions"
582
- msgstr "Acompanhe assinaturas"
583
 
584
  # @ subscribe-reloaded
585
- #: options/panel3.php:117
586
- msgid "Notify the administrator when users subscribe without commenting."
587
- msgstr "Notificar o administrador quando os usuários se inscrever sem comentar."
588
 
589
  # @ subscribe-reloaded
590
- #: options/panel3.php:124
591
- msgid "Let the administrator subscribe to comments when logged in."
592
- msgstr "Deixe o administrador inscrever-se em comentários, quando estiver logado."
 
593
 
594
- # @ default
595
- #: options/panel3.php:128
596
- #: options/panel4.php:86
597
- #: options/panel5.php:144
598
- msgid "Save Changes"
599
- msgstr "Salvar Alterações"
600
 
601
  # @ subscribe-reloaded
602
- #: options/panel4.php:11
603
- #: options/panel4.php:37
604
  msgid "Notification subject"
605
  msgstr "Assunto da notificação"
606
 
607
  # @ subscribe-reloaded
608
- #: options/panel4.php:12
609
- #: options/panel4.php:42
610
  msgid "Notification message"
611
  msgstr "Mensagem de notificação"
612
 
613
  # @ subscribe-reloaded
614
- #: options/panel4.php:13
615
- #: options/panel4.php:53
616
  msgid "Double check subject"
617
  msgstr "Assunto do email de Verificação"
618
 
619
  # @ subscribe-reloaded
620
- #: options/panel4.php:14
621
- #: options/panel4.php:58
622
  msgid "Double check message"
623
  msgstr "Mensagem do email de verificação"
624
 
625
  # @ subscribe-reloaded
626
- #: options/panel4.php:15
627
- #: options/panel4.php:69
628
  msgid "Management subject"
629
- msgstr "Assunto do email de Gestão das inscrições"
630
 
631
  # @ subscribe-reloaded
632
- #: options/panel4.php:16
633
- #: options/panel4.php:74
634
  msgid "Management message"
635
- msgstr "Mensagem do email de Gestão das inscrições"
636
 
637
  # @ subscribe-reloaded
638
- #: options/panel4.php:39
639
- msgid "Subject of the notification email. Allowed tag: [post_title]"
640
- msgstr "Assunto do e-mail de notificação. Tags permitidas: [post_title]"
641
-
642
- #: options/panel4.php:44
643
- #: options/panel4.php:60
644
- #: options/panel4.php:76
645
- #: options/panel5.php:74
646
- #: options/panel5.php:84
647
- #: options/panel5.php:94
648
- #: options/panel5.php:104
649
- #: options/panel5.php:114
650
- #: options/panel5.php:124
651
- #: options/panel5.php:134
652
- msgid "Bold"
653
- msgstr "Bold"
654
 
 
655
  #: options/panel4.php:45
656
- #: options/panel4.php:61
657
- #: options/panel4.php:77
658
- #: options/panel5.php:75
659
- #: options/panel5.php:85
660
- #: options/panel5.php:95
661
- #: options/panel5.php:105
662
- #: options/panel5.php:115
663
- #: options/panel5.php:125
664
- #: options/panel5.php:135
665
- msgid "Italic"
666
- msgstr "Italic"
667
-
668
- #: options/panel4.php:46
669
- #: options/panel4.php:62
670
- #: options/panel4.php:78
671
- #: options/panel5.php:76
672
- #: options/panel5.php:86
673
- #: options/panel5.php:96
674
- #: options/panel5.php:106
675
- #: options/panel5.php:116
676
- #: options/panel5.php:126
677
- #: options/panel5.php:136
678
- msgid "Link"
679
- msgstr "Link"
680
 
681
- #: options/panel4.php:47
682
- #: options/panel4.php:63
683
- #: options/panel4.php:79
684
- #: options/panel5.php:77
685
- #: options/panel5.php:87
686
- #: options/panel5.php:97
687
- #: options/panel5.php:107
688
- #: options/panel5.php:117
689
- #: options/panel5.php:127
690
- #: options/panel5.php:137
691
- msgid "Image"
692
- msgstr "Imagem"
693
 
694
  # @ subscribe-reloaded
695
- #: options/panel4.php:50
696
  msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
697
  msgstr "Conteúdo do e-mail de notificação. Tags permitidas: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
698
 
699
  # @ subscribe-reloaded
700
- #: options/panel4.php:55
701
  msgid "Subject of the confirmation email. Allowed tag: [post_title]"
702
  msgstr "Assunto do e-mail de confirmação. Tags permitidas: [post_title]"
703
 
704
  # @ subscribe-reloaded
705
- #: options/panel4.php:66
706
  msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
707
  msgstr "Conteúdo do e-mail de confirmação. Tags permitidas: [post_permalink], [confirm_link], [post_title], [manager_link]"
708
 
709
  # @ subscribe-reloaded
710
- #: options/panel4.php:71
711
  msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
712
- msgstr "Assunto do e-mail enviado a quem pedir para ter acesso à página de gestão de inscrições. Tags permitidas: [blog_name]"
713
 
714
  # @ subscribe-reloaded
715
- #: options/panel4.php:82
716
  msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
717
- msgstr "Conteúdo do e-mail de gestão. Tags permitidas: [blog_name], [manager_link]"
718
 
719
  # @ subscribe-reloaded
720
  #: options/panel5.php:11
721
- #: options/panel5.php:43
722
- msgid "Checkbox label"
723
- msgstr "Descrição do Checkbox"
724
 
725
  # @ subscribe-reloaded
726
  #: options/panel5.php:12
727
- #: options/panel5.php:48
728
- msgid "Subscribed label"
729
- msgstr "Descrição para os inscritos"
730
 
731
  # @ subscribe-reloaded
732
  #: options/panel5.php:13
733
- #: options/panel5.php:53
734
- msgid "Awaiting label"
735
- msgstr "Descrição para &quot;Aguardando&quot;"
736
 
737
- # @ subscribe-reloaded
738
  #: options/panel5.php:14
739
- #: options/panel5.php:58
740
- msgid "Author label"
741
- msgstr "Descrição para &quot;Autor&quot;"
742
-
743
- # @ subscribe-reloaded
744
- #: options/panel5.php:16
745
- #: options/panel5.php:68
746
- msgid "Page title"
747
- msgstr "Título da página"
748
-
749
- # @ subscribe-reloaded
750
- #: options/panel5.php:17
751
- #: options/panel5.php:73
752
- msgid "Request link"
753
- msgstr "Link de pedido"
754
-
755
- # @ subscribe-reloaded
756
- #: options/panel5.php:18
757
- #: options/panel5.php:83
758
- msgid "Request submitted"
759
- msgstr "Requisição enviada"
760
-
761
- # @ subscribe-reloaded
762
- #: options/panel5.php:19
763
- #: options/panel5.php:93
764
- msgid "Subscribe without commenting"
765
- msgstr "Subscrever sem comentar"
766
-
767
- # @ subscribe-reloaded
768
- #: options/panel5.php:20
769
- #: options/panel5.php:103
770
- msgid "Subscription processed"
771
- msgstr "Assinatura processada"
772
-
773
- # @ subscribe-reloaded
774
- #: options/panel5.php:21
775
- #: options/panel5.php:113
776
- msgid "Subscription processed (DCI)"
777
- msgstr "Assinatura processada (DCI)"
778
-
779
- # @ subscribe-reloaded
780
- #: options/panel5.php:22
781
- #: options/panel5.php:123
782
- msgid "Authors"
783
- msgstr "Autores"
784
-
785
- # @ subscribe-reloaded
786
- #: options/panel5.php:23
787
- #: options/panel5.php:133
788
- msgid "Users"
789
- msgstr "Usuários"
790
-
791
- # @ subscribe-reloaded
792
- #: options/panel5.php:39
793
- msgid "Comment form"
794
- msgstr "Formulário de resposta"
795
 
796
  # @ subscribe-reloaded
797
- #: options/panel5.php:45
798
- msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
799
- msgstr "Rótulo associado ao checkbox. Tags permitidas: [subscribe_link]"
800
 
801
  # @ subscribe-reloaded
802
- #: options/panel5.php:50
803
- msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
804
- msgstr "Rótulo mostrado para aqueles que já estão inscritos em um post. Tags permitidas: [manager_link]"
 
805
 
806
- # @ subscribe-reloaded
807
- #: options/panel5.php:55
808
- msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
809
- msgstr "Rótulo mostrado a quem já está inscrito, mas não clicou no link de confirmação ainda. Tags permitidas: [manager_link]"
810
 
811
- # @ subscribe-reloaded
812
- #: options/panel5.php:60
813
- msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
814
- msgstr "Rótulo aos autores (e administradores). Tags permitidas: [manager_link]"
815
 
816
  # @ subscribe-reloaded
817
- #: options/panel5.php:70
818
- msgid "Title of the page your visitors will use to manage their subscriptions."
819
- msgstr "Título da página onde seus assinantes vão gerenciar as inscrições deles."
820
 
821
  # @ subscribe-reloaded
822
- #: options/panel5.php:80
823
- msgid "Text shown to those who request to manage their subscriptions."
824
- msgstr "O texto mostrado para aqueles que o solicitarem gerir as suas assinaturas."
825
 
826
  # @ subscribe-reloaded
827
- #: options/panel5.php:90
828
- msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
829
- msgstr "Nota de agradecimento exibida depois que a requisição foi processada. Tags permitidas: [post_title], [post_permalink]"
830
 
831
- # @ subscribe-reloaded
832
- #: options/panel5.php:100
833
- msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
834
- msgstr "O texto mostrado para aqueles que querem se inscrever sem comentar. Tags permitidas: [post_title]"
835
 
836
  # @ subscribe-reloaded
837
- #: options/panel5.php:110
838
- msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
839
- msgstr "Mensagem de agradecimento exibida após a requisição de assinatura ter sido processada (confirmação desabilitada). Tags permitidas: [post_title], [post_permalink]"
840
 
841
  # @ subscribe-reloaded
842
- #: options/panel5.php:120
843
- msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
844
- msgstr "Mensagem de agradecimento exibida após a requisição de assinatura ter sido processada (confirmação habilitada). Tags permitidas: [post_title], [post_permalink]"
845
 
846
  # @ subscribe-reloaded
847
- #: options/panel5.php:130
848
- msgid "Introductory text for the authors' management page."
849
- msgstr "Texto introdutório para a página de gestão dos autores."
850
 
851
  # @ subscribe-reloaded
852
- #: options/panel5.php:140
853
- msgid "Introductory text for the users' management page."
854
- msgstr "Texto introdutório para a página de gestão dos usuários."
855
 
856
  # @ subscribe-reloaded
857
- #: options/panel6.php:11
858
- msgid "StCR table has been successfully optimized."
859
- msgstr "Tabela STCR foi otimizado com sucesso."
860
-
861
- #: options/panel6.php:15
862
- msgid "Database"
863
- msgstr "Banco de Dados"
864
-
865
- #: options/panel6.php:35
866
- msgid "Engine"
867
- msgstr "Mecanismo"
868
-
869
- #: options/panel6.php:36
870
- msgid "Records"
871
- msgstr "Registros"
872
-
873
- #: options/panel6.php:37
874
- msgid "Average Record Length"
875
- msgstr "Média Duração Record"
876
-
877
- #: options/panel6.php:38
878
- msgid "Created on"
879
- msgstr "Criado em"
880
-
881
- #: options/panel6.php:39
882
- msgid "Approximate Overhead"
883
- msgstr "Overhead aproximado"
884
-
885
- #: options/panel6.php:40
886
- msgid "optimize"
887
- msgstr "otimizar"
888
 
889
- #: options/panel6.php:44
890
  msgid "Support the author"
891
- msgstr "Suporte do autor"
892
 
893
  # @ subscribe-reloaded
894
- #: options/panel6.php:45
895
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
896
- msgstr "Quão valioso é o recurso oferecido por este plugin para seus visitantes? Subscribe to COmments Reloaded é e sempre será gratuito, mas considerar o apoio do autor, se este plugin feito o seu site melhor, especialmente se você está ganhando dinheiro com isso. Qualquer donativo recebido será reinvestido no desenvolvimento do plugin e para comprar comida para minha família com fome."
897
 
898
  # @ subscribe-reloaded
899
- #: options/panel6.php:48
900
  msgid "Don't want to donate? You can still help"
901
  msgstr "Não quer doar? Você ainda pode ajudar"
902
 
903
  # @ subscribe-reloaded
904
- #: options/panel6.php:49
905
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
906
  msgstr "Se você não quiser doar dinheiro, por favor, considere blogar sobre o meu plugin com um link para o plugin da página. Por favor, deixe seus leitores saibam o que faz um blog melhor. Você também pode contribuir doando seu tempo: não hesite em me enviar relatórios de bugs, seus arquivos de localização, as idéias sobre como melhora-lo e assim por diante. Faça o que fizer, obrigado por usar o meu plugin!"
907
 
908
  # @ subscribe-reloaded
909
- #: options/panel6.php:51
910
  msgid "Vote and show your appreciation"
911
  msgstr "Vote e mostre o seu apreço"
912
 
913
  # @ subscribe-reloaded
914
- #: options/panel6.php:52
915
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
916
- msgstr "Informe outras pessoas se Subscribe to Comments Reloaded funciona para você e como é bom. <a href=\\\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\\\">Classifique-o</a> em sua página do \\\"Plugin Directory\\\"."
917
 
918
- # @ subscribe-reloaded
919
- #: templates/author.php:31
920
- msgid "Subscriptions have been successfully updated."
921
- msgstr "As inscrições foram atualizadas com sucesso."
 
 
 
922
 
923
  # @ subscribe-reloaded
924
- #: templates/author.php:44
925
  msgid "Title"
926
  msgstr "Título"
927
 
928
  # @ subscribe-reloaded
929
- #: templates/author.php:57
930
- #: templates/user.php:55
931
  msgid "Select all"
932
  msgstr "Selecionar tudo"
933
 
934
  # @ subscribe-reloaded
935
- #: templates/author.php:58
936
- #: templates/user.php:56
937
  msgid "Invert selection"
938
  msgstr "Inverter seleção"
939
 
940
- # @ subscribe-reloaded
941
- #: templates/author.php:59
942
- #: templates/user.php:57
943
- msgid "Delete"
944
- msgstr "Remover"
945
 
946
- # @ subscribe-reloaded
947
- #: templates/author.php:66
948
- #: templates/user.php:64
949
- msgid "Sorry, no subscriptions found."
950
- msgstr "Desculpe, nenhuma inscrição encontrada."
951
 
952
  # @ subscribe-reloaded
953
- #: templates/request-management-link.php:80
954
- #: templates/subscribe.php:84
955
  msgid "Send"
956
  msgstr "Enviar"
957
 
958
  # @ subscribe-reloaded
959
- #: templates/subscribe.php:30
960
- #: templates/subscribe.php:31
961
  msgid "New subscription to"
962
  msgstr "Nova inscrição para"
963
 
964
  # @ subscribe-reloaded
965
- #: templates/subscribe.php:31
966
  msgid "User:"
967
  msgstr "Usuário:"
968
 
969
- # @ subscribe-reloaded
970
- #: templates/user.php:33
971
- msgid "All the subscriptions have been successfully updated."
972
- msgstr "As inscrições foram atualizadas com sucesso."
973
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
974
  # @ subscribe-reloaded
975
  #~ msgid "Remove or suspend email address"
976
  #~ msgstr "Remover ou suspender endereço de email"
977
- # @ subscribe-reloaded
978
- #, fuzzy
979
- #~ msgid "Subscribe to Comments"
980
- #~ msgstr "Subscrever sem comentar"
981
-
982
  # @ subscribe-reloaded
983
  #, fuzzy
984
  #~ msgid ""
@@ -1056,11 +1285,6 @@ msgstr "As inscrições foram atualizadas com sucesso."
1056
  #~ msgid "Search post ID"
1057
  #~ msgstr "Procurar"
1058
 
1059
- # @ subscribe-reloaded
1060
- #, fuzzy
1061
- #~ msgid "Search email"
1062
- #~ msgstr "Procurar endereço de email"
1063
-
1064
  # @ subscribe-reloaded
1065
  #, fuzzy
1066
  #~ msgid ""
@@ -1131,11 +1355,6 @@ msgstr "As inscrições foram atualizadas com sucesso."
1131
  #~ "opção correspondente (s) e clique no botão no final da lista. Você está "
1132
  #~ "inscrito em:"
1133
 
1134
- # @ subscribe-reloaded
1135
- #, fuzzy
1136
- #~ msgid "Messages"
1137
- #~ msgstr "Mail Mensagens"
1138
-
1139
  # @ subscribe-reloaded
1140
  #, fuzzy
1141
  #~ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-07-21 16:00-0500\n"
6
+ "PO-Revision-Date: 2011-07-21 16:01-0500\n"
7
+ "Last-Translator: due chiacchiere <info@duechiacchiere.it>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ subscribe-reloaded
22
+ #: subscribe-to-comments-reloaded.php:41
23
+ #: subscribe-to-comments-reloaded.php:229
24
+ msgid "Your subscription to this post needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
25
+ msgstr "A sua inscrição para este post deve ser confirmada. <a href='[manager_link]'>Gerencie as suas inscrições</a>."
26
 
27
  # @ subscribe-reloaded
28
+ #: subscribe-to-comments-reloaded.php:46
29
+ #: subscribe-to-comments-reloaded.php:228
30
+ msgid "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your subscriptions."
31
+ msgstr "Você está inscrito neste post. <a href='[manager_link]'>Gerencie</a> suas inscrições."
32
 
33
  # @ subscribe-reloaded
34
+ #: subscribe-to-comments-reloaded.php:53
35
+ #: subscribe-to-comments-reloaded.php:230
36
+ msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
37
+ msgstr "Você pode <a href='[manager_link]'>gerenciar as inscrições</a> deste post."
38
 
39
  # @ subscribe-reloaded
40
+ #: subscribe-to-comments-reloaded.php:58
41
+ #: subscribe-to-comments-reloaded.php:225
42
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
43
  msgstr "Notifique-me de novos comentários via e-mail. Você também pode <a href='[subscribe_link]'>se inscrever</a> sem comentar."
44
 
45
+ #: subscribe-to-comments-reloaded.php:67
46
+ msgid "Don't subscribe"
47
+ msgstr ""
48
+
49
+ #: subscribe-to-comments-reloaded.php:68
50
+ msgid "All"
51
+ msgstr "Todos os comentários"
52
+
53
  # @ subscribe-reloaded
54
+ #: subscribe-to-comments-reloaded.php:69
55
+ #: templates/user.php:65
56
+ msgid "Replies to my comments"
57
+ msgstr "Apenas respostas a meus comentários"
58
+
59
+ #: subscribe-to-comments-reloaded.php:70
60
+ msgid "Daily digest"
61
+ msgstr "Resumo diário"
62
+
63
+ # @ subscribe-reloaded
64
+ #: subscribe-to-comments-reloaded.php:202
65
+ #: options/index.php:41
66
  msgid "Manage subscriptions"
67
+ msgstr "Gerenciar inscrições"
68
 
69
  # @ subscribe-reloaded
70
+ #: subscribe-to-comments-reloaded.php:203
71
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
72
+ msgstr "Para gerenciar suas inscrições, digite o seu endereço de e-mail aqui em baixo. Nós lhe enviaremos uma mensagem contendo o link para acessar sua página pessoal de gerenciamento."
73
 
74
  # @ subscribe-reloaded
75
+ #: subscribe-to-comments-reloaded.php:204
76
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
77
+ msgstr "Obrigado por usar nosso serviço de inscrições. Seu pedido foi concluído, e você deverá receber um email com o link de gerenciamento em poucos minutos."
78
 
79
  # @ subscribe-reloaded
80
+ #: subscribe-to-comments-reloaded.php:205
81
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
82
  msgstr "Você pode acompanhar a discussão sobre <strong>[post_title]</strong> sem ter que deixar um comentário. Legal, não? Basta digitar seu endereço de e-mail no formulário abaixo."
83
 
84
  # @ subscribe-reloaded
85
+ #: subscribe-to-comments-reloaded.php:206
86
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
87
+ msgstr "Obrigado por usar nosso serviço de inscrições. Seu pedido foi concluído. Você receberá um e-mail de notificação toda vez que um novo comentário a este artigo for aprovado e publicado pelo administrador."
88
 
89
  # @ subscribe-reloaded
90
+ #: subscribe-to-comments-reloaded.php:207
91
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
92
+ msgstr "Obrigado por usar nosso serviço de inscrições. Para confirmar o seu pedido, verifique seu e-mail para a mensagem de confirmação e siga as instruções."
93
 
94
  # @ subscribe-reloaded
95
+ #: subscribe-to-comments-reloaded.php:208
96
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
97
  msgstr "A fim de cancelar ou suspender uma ou mais notificações, selecione a opção correspondente (s) e clique no botão no final da lista."
98
 
99
  # @ subscribe-reloaded
100
+ #: subscribe-to-comments-reloaded.php:209
101
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
102
  msgstr "A fim de cancelar ou suspender uma ou mais notificações, selecione a opção correspondente (s) e clique no botão no final da lista. Você está inscrito em:"
103
 
104
  # @ subscribe-reloaded
105
+ #: subscribe-to-comments-reloaded.php:223
106
  msgid "There is a new comment to [post_title]"
107
  msgstr "Há um novo comentário para [post_title]"
108
 
109
  # @ subscribe-reloaded
110
+ #: subscribe-to-comments-reloaded.php:224
111
  msgid ""
112
  "There is a new comment to [post_title].\n"
113
  "Comment Link: [comment_permalink]\n"
123
  "Comentário:\n"
124
  "[comment_content]\n"
125
  "Permalink: [post_permalink]\n"
126
+ "Gerencie suas inscrições: [manager_link]"
127
 
128
  # @ subscribe-reloaded
129
+ #: subscribe-to-comments-reloaded.php:231
130
  msgid "Please confirm your subscription to [post_title]"
131
+ msgstr "Por favor, confirme sua inscrição para [post_title]"
132
 
133
  # @ subscribe-reloaded
134
+ #: subscribe-to-comments-reloaded.php:232
135
  msgid ""
136
  "You have requested to be notified every time a new comment is added to:\n"
137
  "[post_permalink]\n"
146
  "[confirm_link]"
147
 
148
  # @ subscribe-reloaded
149
+ #: subscribe-to-comments-reloaded.php:233
150
  msgid "Manage your subscriptions on [blog_name]"
151
+ msgstr "Gerenciar as suas inscrições em [blog_name]"
152
 
153
  # @ subscribe-reloaded
154
+ #: subscribe-to-comments-reloaded.php:234
155
  msgid ""
156
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
157
  "[manager_link]"
160
  "[manager_link]"
161
 
162
  # @ subscribe-reloaded
163
+ #: subscribe-to-comments-reloaded.php:969
164
  msgid "Subscribed"
165
+ msgstr "Inscrito"
166
 
167
  # @ subscribe-reloaded
168
+ #: subscribe-to-comments-reloaded.php:983
169
+ #: options/panel2.php:41
170
+ #: options/panel2.php:48
171
+ #: options/panel2.php:55
172
+ #: options/panel5.php:42
173
+ #: options/panel5.php:49
174
+ #: options/panel5.php:56
175
+ #: options/panel5.php:63
176
+ #: options/panel5.php:70
177
+ #: options/panel5.php:77
178
  msgid "Yes"
179
  msgstr "Sim"
180
 
181
+ #: subscribe-to-comments-reloaded.php:985
182
+ msgid "Replies"
183
+ msgstr "Respostas"
184
+
185
+ #: subscribe-to-comments-reloaded.php:987
186
+ msgid "Digest"
187
+ msgstr "Resumo diário"
188
+
189
+ #: subscribe-to-comments-reloaded.php:989
190
+ msgid "Pending"
191
+ msgstr "Pendente"
192
 
193
  # @ subscribe-reloaded
194
+ #: subscribe-to-comments-reloaded.php:990
195
+ #: options/panel2.php:42
196
+ #: options/panel2.php:49
197
+ #: options/panel2.php:56
198
+ #: options/panel5.php:43
199
+ #: options/panel5.php:50
200
+ #: options/panel5.php:57
201
+ #: options/panel5.php:64
202
+ #: options/panel5.php:71
203
+ #: options/panel5.php:78
204
  msgid "No"
205
  msgstr "Não"
206
 
207
+ #: subscribe-to-comments-reloaded.php:1000
208
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
209
  msgstr "Precisa de ajuda sobre como usar Subscribe to Comments Reloaded? Visite o oficial"
210
 
211
  # @ subscribe-reloaded
212
+ #: subscribe-to-comments-reloaded.php:1000
213
  msgid "support forum"
214
+ msgstr "fórum de suporte"
215
 
216
+ #: subscribe-to-comments-reloaded.php:1001
217
  msgid "Feeling generous?"
218
  msgstr "Sentindo-se generoso(a)?"
219
 
220
+ #: subscribe-to-comments-reloaded.php:1001
221
  msgid "Donate a few bucks!"
222
  msgstr "Doe alguns trocados!"
223
 
224
  # @ subscribe-reloaded
225
+ #: options/index.php:42
226
+ msgid "Comment Form"
227
+ msgstr "Formulário de resposta"
228
 
229
  # @ subscribe-reloaded
230
+ #: options/index.php:43
231
+ msgid "Management Page"
232
+ msgstr "Página de Gerenciamento"
233
+
234
+ # @ subscribe-reloaded
235
+ #: options/index.php:44
236
+ msgid "Notifications"
237
+ msgstr "Notificações"
238
+
239
+ # @ subscribe-reloaded
240
+ #: options/index.php:45
241
+ #: options/panel2.php:35
242
+ #: options/panel3.php:38
243
+ #: options/panel4.php:34
244
  msgid "Options"
245
  msgstr "Opções"
246
 
247
+ #: options/index.php:46
248
+ msgid "You can help"
249
+ msgstr "Você pode ajudar"
250
+
251
  # @ subscribe-reloaded
252
+ #: options/panel1-business-logic.php:18
253
+ msgid "Subscription added."
254
+ msgstr "Inscrições adicionadas."
255
 
256
  # @ subscribe-reloaded
257
+ #: options/panel1-business-logic.php:30
258
+ msgid "Subscriptions updated."
259
+ msgstr "Inscrições atualizadas."
260
 
261
  # @ subscribe-reloaded
262
+ #: options/panel1-business-logic.php:39
263
+ msgid "Subscription deleted."
264
+ msgstr "Inscrição excluída."
265
 
266
  # @ subscribe-reloaded
267
+ #: options/panel1-business-logic.php:54
268
+ #: templates/author.php:22
269
+ #: templates/user.php:22
270
+ msgid "Subscriptions deleted:"
271
+ msgstr "Inscrições excluídas:"
 
272
 
273
  # @ subscribe-reloaded
274
+ #: options/panel1-business-logic.php:58
275
+ #: templates/author.php:26
276
+ #: templates/user.php:26
277
+ msgid "Subscriptions suspended:"
278
+ msgstr "Inscrições suspensas:"
279
 
280
+ # @ subscribe-reloaded
281
+ #: options/panel1-business-logic.php:62
282
+ #: templates/author.php:30
283
+ #: templates/user.php:30
284
+ msgid "Subscriptions activated:"
285
+ msgstr "Inscrições ativadas:"
286
 
287
  # @ subscribe-reloaded
288
+ #: options/panel1-business-logic.php:66
289
+ #: options/panel1-business-logic.php:70
290
+ #: templates/author.php:34
291
+ #: templates/author.php:38
292
+ #: templates/user.php:34
293
+ msgid "Subscriptions updated:"
294
+ msgstr "Inscrições atualizadas:"
295
+
296
+ #: options/panel1-business-logic.php:94
297
+ msgid "&laquo; Previous"
298
+ msgstr "&laquo; Anterior"
299
+
300
+ #: options/panel1-business-logic.php:98
301
+ msgid "Next &raquo;"
302
+ msgstr "Seguinte &raquo;"
303
+
304
+ # @ subscribe-reloaded
305
+ #: options/panel1-edit-subscription.php:8
306
+ msgid "Update Subscription"
307
+ msgstr "Atualizar Inscrição"
308
+
309
+ # @ subscribe-reloaded
310
+ #: options/panel1-edit-subscription.php:10
311
+ #: options/panel1.php:19
312
+ #: options/panel1.php:81
313
+ #: options/panel1.php:113
314
+ #: templates/author.php:50
315
+ #: templates/user.php:46
316
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
317
  msgstr "Lembre-se: esta operação não pode ser desfeita. Tem certeza de que deseja continuar?"
318
 
319
+ #: options/panel1-edit-subscription.php:12
320
+ msgid "Post:"
321
+ msgstr "Post:"
322
+
323
  # @ subscribe-reloaded
324
+ #: options/panel1-edit-subscription.php:13
325
+ #: options/panel1.php:21
326
  msgid "From"
327
  msgstr "De"
328
 
 
 
 
 
329
  # @ subscribe-reloaded
330
+ #: options/panel1-edit-subscription.php:14
331
+ #: options/panel1.php:22
332
  msgid "To"
333
  msgstr "Para"
334
 
335
  # @ subscribe-reloaded
336
+ #: options/panel1-edit-subscription.php:15
337
+ #: options/panel1.php:26
338
+ #: options/panel1.php:45
339
+ #: options/panel1.php:103
340
+ msgid "Status"
341
+ msgstr "Status"
342
 
343
+ #: options/panel1-edit-subscription.php:17
344
+ #: options/panel1.php:28
345
+ msgid "Keep unchanged"
346
+ msgstr "Manter inalterado"
347
 
348
  # @ subscribe-reloaded
349
+ #: options/panel1-edit-subscription.php:18
350
+ #: options/panel1.php:29
351
+ #: options/panel1.php:47
352
+ msgid "Active"
353
+ msgstr "Ativo"
354
+
355
+ #: options/panel1-edit-subscription.php:19
356
+ #: options/panel1.php:30
357
+ #: options/panel1.php:48
358
+ msgid "Replies only"
359
+ msgstr "Respostas apenas"
360
 
361
  # @ subscribe-reloaded
362
+ #: options/panel1-edit-subscription.php:20
363
+ #: options/panel1.php:31
364
+ msgid "Suspended"
365
+ msgstr "Suspenso"
366
 
367
  # @ subscribe-reloaded
368
+ #: options/panel1-edit-subscription.php:21
369
+ #: options/panel1.php:32
370
+ msgid "Update"
371
+ msgstr "Atualizar"
 
 
372
 
373
  # @ subscribe-reloaded
374
+ #: options/panel1.php:17
375
+ msgid "Mass Update Subscriptions"
376
+ msgstr "Atualização de Inscrições em Lote"
 
 
 
377
 
378
  # @ subscribe-reloaded
379
+ #: options/panel1.php:23
380
+ #: options/panel1.php:24
381
+ #: options/panel1.php:25
382
+ msgid "optional"
383
+ msgstr "opcional"
384
 
385
  # @ subscribe-reloaded
386
+ #: options/panel1.php:39
387
+ msgid "Add New Subscription"
388
+ msgstr "Adicionar Nova Inscrição"
389
+
390
+ #: options/panel1.php:43
391
+ msgid "Post ID"
392
+ msgstr "ID Post"
393
 
394
  # @ subscribe-reloaded
395
+ #: options/panel1.php:44
396
+ #: options/panel1.php:90
397
+ #: templates/request-management-link.php:65
398
+ #: templates/subscribe.php:88
399
+ #: templates/user.php:51
400
+ msgid "Email"
401
+ msgstr "E-mail"
402
 
403
+ #: options/panel1.php:49
404
+ msgid "Ask user to confirm"
405
+ msgstr "Pedir confirmação do usuário"
406
 
407
+ #: options/panel1.php:50
408
+ msgid "Add"
409
+ msgstr "Adicionar"
410
 
411
  # @ subscribe-reloaded
412
+ #: options/panel1.php:59
413
+ msgid "Search subscriptions"
414
+ msgstr "Procurar inscrições"
415
 
416
  # @ subscribe-reloaded
417
+ #: options/panel1.php:61
418
  #, php-format
419
+ msgid "You can either <a href=\"%s\">view all the subscriptions</a> or find those where the"
420
+ msgstr "Você pode <a href=\"%s\">ver todas as inscrições</a> ou encontrar aquelas onde"
421
+
422
+ # @ subscribe-reloaded
423
+ #: options/panel1.php:64
424
+ msgid "email"
425
+ msgstr "email"
426
+
427
+ #: options/panel1.php:65
428
+ msgid "post ID"
429
+ msgstr "ID Post"
430
+
431
+ # @ subscribe-reloaded
432
+ #: options/panel1.php:66
433
+ msgid "status"
434
+ msgstr "status"
435
 
436
  # @ subscribe-reloaded
437
+ #: options/panel1.php:69
438
  msgid "equals"
439
  msgstr "for igual"
440
 
441
  # @ subscribe-reloaded
442
+ #: options/panel1.php:70
443
  msgid "contains"
444
  msgstr "contém"
445
 
446
  # @ subscribe-reloaded
447
+ #: options/panel1.php:71
448
  msgid "does not contain"
449
  msgstr "não contém"
450
 
451
+ #: options/panel1.php:72
452
+ msgid "starts with"
453
+ msgstr "inicia com"
454
+
455
+ #: options/panel1.php:73
456
+ msgid "ends with"
457
+ msgstr "termina com"
458
+
459
+ #: options/panel1.php:76
460
+ msgid "results per page:"
461
+ msgstr "resultados por página:"
462
+
463
  # @ subscribe-reloaded
464
+ #: options/panel1.php:77
465
  msgid "Search"
466
  msgstr "Procurar"
467
 
468
+ #: options/panel1.php:85
469
+ msgid "Reverse the order by Post ID"
470
+ msgstr "Inverter a ordem de Post ID"
471
+
472
+ #: options/panel1.php:86
473
+ #: options/panel1.php:87
474
+ msgid "Reverse the order by Date/Time"
475
+ msgstr "Inverter a ordem de Data/Hora"
476
+
477
+ #: options/panel1.php:89
478
+ msgid "Post (ID)"
479
+ msgstr "ID Post"
480
+
481
  # @ subscribe-reloaded
482
+ #: options/panel1.php:92
483
+ msgid "Search query:"
484
+ msgstr "Critérios de busca:"
485
 
486
+ #: options/panel1.php:92
487
  msgid "Rows:"
488
  msgstr "Linhas:"
489
 
490
+ #: options/panel1.php:92
491
  msgid "of"
492
  msgstr "de"
493
 
494
+ #: options/panel1.php:93
495
+ #: templates/author.php:56
496
+ #: templates/user.php:52
497
+ msgid "Legend: Y = all comments, R = replies only, C = inactive"
498
+ msgstr "Legenda: Y = todos os comentários, R = respostas apenas, C = inativos"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
499
 
500
+ #: options/panel1.php:102
501
  msgid "Date and Time"
502
  msgstr "Data e Hora"
503
 
504
+ #: options/panel1.php:112
505
+ msgid "Edit"
506
+ msgstr "Editar"
507
+
508
  # @ subscribe-reloaded
509
+ #: options/panel1.php:113
510
+ #: templates/author.php:69
511
+ #: templates/user.php:63
512
+ msgid "Delete"
513
+ msgstr "Remover"
514
 
515
  # @ subscribe-reloaded
516
+ #: options/panel1.php:121
517
+ #: templates/author.php:68
518
+ #: templates/user.php:62
519
  msgid "Action:"
520
  msgstr "Ação:"
521
 
522
  # @ subscribe-reloaded
523
+ #: options/panel1.php:122
524
+ msgid "Delete forever"
525
+ msgstr "Remover para sempre"
 
 
526
 
527
  # @ subscribe-reloaded
528
+ #: options/panel1.php:123
529
+ #: templates/author.php:70
530
+ #: templates/user.php:64
531
+ msgid "Suspend"
532
+ msgstr "Suspender"
533
 
534
+ #: options/panel1.php:124
535
+ msgid "Activate and set to Y"
536
+ msgstr "Ativar e marcar como Y"
537
+
538
+ #: options/panel1.php:125
539
+ msgid "Activate and set to R"
540
+ msgstr "Ativar e marcar como R"
541
+
542
+ #: options/panel1.php:126
543
+ #: templates/author.php:72
544
+ #: templates/user.php:66
545
+ msgid "Activate"
546
+ msgstr "Ativar"
547
 
548
  # @ subscribe-reloaded
549
+ #: options/panel1.php:127
550
+ #: templates/author.php:73
551
+ #: templates/user.php:67
552
+ msgid "Update subscriptions"
553
+ msgstr "Atualizar inscrições"
554
 
555
  # @ subscribe-reloaded
556
+ #: options/panel1.php:131
557
+ msgid "Sorry, no subscriptions match your search criteria."
558
+ msgstr "Desculpe, nenhuma inscrição encontrada para sua busca."
 
559
 
560
  # @ subscribe-reloaded
561
+ #: options/panel2.php:11
562
+ #: options/panel2.php:39
563
+ msgid "Enable default checkbox"
564
+ msgstr "Habilitar checkbox de confirmação padrão"
565
 
566
  # @ subscribe-reloaded
567
+ #: options/panel2.php:12
568
+ #: options/panel2.php:46
569
  msgid "Checked by default"
570
  msgstr "Marcado por padrão"
571
 
572
+ # @ subscribe-reloaded
573
+ #: options/panel2.php:13
574
+ #: options/panel2.php:53
575
+ msgid "Advanced subscription"
576
+ msgstr "Inscrição avançada"
577
 
578
+ #: options/panel2.php:14
579
+ #: options/panel2.php:60
580
  msgid "Custom inline style"
581
  msgstr "Personalizar estilo inline"
582
 
583
+ #: options/panel2.php:15
584
+ #: options/panel2.php:65
585
  msgid "Custom HTML"
586
  msgstr "Personalizar HTML"
587
 
588
  # @ subscribe-reloaded
589
+ #: options/panel2.php:17
590
+ msgid "Checkbox label"
591
+ msgstr "Descrição do Checkbox"
 
592
 
593
  # @ subscribe-reloaded
594
+ #: options/panel2.php:18
595
+ #: options/panel2.php:81
596
+ msgid "Subscribed label"
597
+ msgstr "Descrição para os inscritos"
 
 
 
 
598
 
599
  # @ subscribe-reloaded
600
+ #: options/panel2.php:19
601
+ msgid "Awaiting label"
602
+ msgstr "Descrição para &quot;Aguardando&quot;"
 
603
 
604
  # @ subscribe-reloaded
605
+ #: options/panel2.php:20
606
+ #: options/panel2.php:91
607
+ msgid "Author label"
608
+ msgstr "Descrição para &quot;Autor&quot;"
 
 
 
 
 
609
 
610
  # @ subscribe-reloaded
611
+ #: options/panel2.php:25
612
+ #: options/panel3.php:25
613
+ #: options/panel4.php:23
614
+ #: options/panel5.php:22
615
  msgid "Your settings have been successfully updated."
616
  msgstr "Suas configurações foram atualizadas"
617
 
618
  # @ subscribe-reloaded
619
+ #: options/panel2.php:28
620
+ #: options/panel3.php:28
621
+ #: options/panel4.php:26
622
+ #: options/panel5.php:25
623
  msgid "There was an error updating the following fields:"
624
  msgstr "Houve um erro ao atualizar os seguintes campos:"
625
 
626
+ #: options/panel2.php:43
627
+ msgid "Disable this option if you want to move the subscription checkbox to a different place on your page."
628
+ msgstr "Desabilite essa opção se você quer mover a checkbox de inscrição para um local diferente em sua página."
629
+
630
  # @ subscribe-reloaded
631
+ #: options/panel2.php:50
632
+ msgid "Decide if the checkbox should be checked by default or not."
633
+ msgstr "Escolha se o checkbox deve ficar marcado por padrão ou não."
634
+
635
+ #: options/panel2.php:57
636
+ msgid "Allow users to choose from different subscription types (all, replies only)."
637
+ msgstr "Permite que usuários escolham entre diferentes tipos de inscrição (todos os comentários, respostas apenas)"
638
+
639
+ #: options/panel2.php:62
640
+ msgid "Custom inline CSS to add to the checkbox."
641
+ msgstr "Personalizar CSS inline para adicionar à seleção."
642
+
643
+ #: options/panel2.php:67
644
+ msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
645
+ msgstr "Personalizar código HTML para ser usado ao exibir a caixa de seleção. Tags permitidas: [checkbox_field], [checkbox_label]"
646
+
647
+ #: options/panel2.php:72
648
+ msgid "Messages for your visitors"
649
+ msgstr "Mensagem para seus visitantes"
650
 
651
  # @ subscribe-reloaded
652
+ #: options/panel2.php:76
653
+ msgid "Default label"
654
+ msgstr "Descrição padrão"
655
 
656
+ # @ subscribe-reloaded
657
+ #: options/panel2.php:78
658
+ msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
659
+ msgstr "Rótulo associado ao checkbox. Tags permitidas: [subscribe_link]"
660
 
661
  # @ subscribe-reloaded
662
+ #: options/panel2.php:83
663
+ msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
664
+ msgstr "Rótulo mostrado para aqueles que estão inscritos em um post. Tags permitidas: [manager_link]"
665
 
666
  # @ subscribe-reloaded
667
+ #: options/panel2.php:86
668
+ msgid "Pending label"
669
+ msgstr "Descrição para &quot;Aguardando&quot;"
670
 
671
  # @ subscribe-reloaded
672
+ #: options/panel2.php:88
673
+ msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
674
+ msgstr "Rótulo mostrado a quem está inscrito, mas não clicou no link de confirmação ainda. Tags permitidas: [manager_link]"
675
+
676
+ # @ subscribe-reloaded
677
+ #: options/panel2.php:93
678
+ msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
679
+ msgstr "Rótulo aos autores (e administradores). Tags permitidas: [manager_link]"
680
+
681
+ # @ default
682
+ #: options/panel2.php:97
683
+ #: options/panel3.php:136
684
+ #: options/panel4.php:103
685
+ #: options/panel5.php:83
686
+ msgid "Save Changes"
687
+ msgstr "Salvar Alterações"
688
+
689
+ # @ subscribe-reloaded
690
+ #: options/panel3.php:10
691
+ #: options/panel3.php:42
692
+ msgid "Page title"
693
+ msgstr "Título da página"
694
+
695
+ # @ subscribe-reloaded
696
+ #: options/panel3.php:11
697
+ msgid "Management Page ID"
698
+ msgstr "ID da Página de Gerenciamento"
699
+
700
+ #: options/panel3.php:12
701
+ #: options/panel3.php:54
702
+ msgid "Custom HEAD meta"
703
+ msgstr "HEAD meta customizado"
704
+
705
+ # @ subscribe-reloaded
706
+ #: options/panel3.php:14
707
+ #: options/panel3.php:65
708
+ msgid "Request link"
709
+ msgstr "Link de pedido"
710
+
711
+ # @ subscribe-reloaded
712
+ #: options/panel3.php:15
713
+ #: options/panel3.php:75
714
+ msgid "Request submitted"
715
+ msgstr "Requisição enviada"
716
+
717
+ # @ subscribe-reloaded
718
+ #: options/panel3.php:16
719
+ #: options/panel3.php:85
720
+ msgid "Subscribe without commenting"
721
+ msgstr "Subscrever sem comentar"
722
+
723
+ # @ subscribe-reloaded
724
+ #: options/panel3.php:17
725
+ #: options/panel3.php:95
726
+ msgid "Subscription processed"
727
+ msgstr "Inscrição processada"
728
+
729
+ # @ subscribe-reloaded
730
+ #: options/panel3.php:18
731
+ #: options/panel3.php:105
732
+ msgid "Subscription processed (DCI)"
733
+ msgstr "Inscrição processada (DCI)"
734
+
735
+ # @ subscribe-reloaded
736
+ #: options/panel3.php:19
737
+ #: options/panel3.php:115
738
+ msgid "Authors"
739
+ msgstr "Autores"
740
+
741
+ # @ subscribe-reloaded
742
+ #: options/panel3.php:20
743
+ #: options/panel3.php:125
744
+ msgid "Users"
745
+ msgstr "Usuários"
746
+
747
+ # @ subscribe-reloaded
748
+ #: options/panel3.php:44
749
+ msgid "Title of the page your visitors will use to manage their subscriptions."
750
+ msgstr "Título da página onde seus assinantes vão gerenciar as inscrições deles."
751
+
752
+ # @ subscribe-reloaded
753
+ #: options/panel3.php:47
754
+ msgid "Management page"
755
+ msgstr "Página de gerenciamento"
756
+
757
+ # @ subscribe-reloaded
758
+ #: options/panel3.php:49
759
+ msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
760
+ msgstr "O permalink para a sua página de gerenciamento (algo como <code>/gerenciar-inscricoes</code> ou <code>/?page_id=345</code> ). Esta página realmente <b>não</b> existe no sistema, mas deve seguir o as configurações de links permanentes de seu WordPress."
761
+
762
+ #: options/panel3.php:51
763
+ msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
764
+ msgstr "Aviso: parece que o valor que você está usando pode ser incompatível com sua estrutura de links permanentes"
765
+
766
+ #: options/panel3.php:56
767
+ msgid "Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values."
768
+ msgstr "Especifique HTML customizado a ser adicionado na seção HEAD de sua página. Use <strong>aspas simples</strong> para valores."
769
+
770
+ # @ subscribe-reloaded
771
+ #: options/panel3.php:61
772
+ #: options/panel4.php:50
773
+ msgid "Messages"
774
+ msgstr "Mensagens"
775
+
776
+ #: options/panel3.php:66
777
+ #: options/panel3.php:76
778
+ #: options/panel3.php:86
779
+ #: options/panel3.php:96
780
+ #: options/panel3.php:106
781
+ #: options/panel3.php:116
782
+ #: options/panel3.php:126
783
+ #: options/panel4.php:61
784
+ #: options/panel4.php:77
785
+ #: options/panel4.php:93
786
+ msgid "Bold"
787
+ msgstr "Negrito"
788
+
789
+ #: options/panel3.php:67
790
+ #: options/panel3.php:77
791
+ #: options/panel3.php:87
792
+ #: options/panel3.php:97
793
+ #: options/panel3.php:107
794
+ #: options/panel3.php:117
795
+ #: options/panel3.php:127
796
+ #: options/panel4.php:62
797
+ #: options/panel4.php:78
798
+ #: options/panel4.php:94
799
+ msgid "Italic"
800
+ msgstr "Itálico"
801
+
802
+ #: options/panel3.php:68
803
+ #: options/panel3.php:78
804
+ #: options/panel3.php:88
805
+ #: options/panel3.php:98
806
+ #: options/panel3.php:108
807
+ #: options/panel3.php:118
808
+ #: options/panel3.php:128
809
+ #: options/panel4.php:63
810
+ #: options/panel4.php:79
811
+ #: options/panel4.php:95
812
+ msgid "Link"
813
+ msgstr "Link"
814
+
815
+ #: options/panel3.php:69
816
+ #: options/panel3.php:79
817
+ #: options/panel3.php:89
818
+ #: options/panel3.php:99
819
+ #: options/panel3.php:109
820
+ #: options/panel3.php:119
821
+ #: options/panel3.php:129
822
+ #: options/panel4.php:64
823
+ #: options/panel4.php:80
824
+ #: options/panel4.php:96
825
+ msgid "Image"
826
+ msgstr "Imagem"
827
 
828
  # @ subscribe-reloaded
 
 
 
 
829
  #: options/panel3.php:72
830
+ msgid "Text shown to those who request to manage their subscriptions."
831
+ msgstr "O texto mostrado para aqueles que o solicitarem gerenciar suas inscrições."
 
 
 
 
832
 
833
+ # @ subscribe-reloaded
834
  #: options/panel3.php:82
835
+ msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
836
+ msgstr "Nota de agradecimento exibida depois que a requisição foi processada. Tags permitidas: [post_title], [post_permalink]"
837
 
838
  # @ subscribe-reloaded
839
+ #: options/panel3.php:92
840
+ msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
841
+ msgstr "O texto mostrado para aqueles que querem se inscrever sem comentar. Tags permitidas: [post_title]"
842
 
843
  # @ subscribe-reloaded
844
+ #: options/panel3.php:102
845
+ msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
846
+ msgstr "Mensagem de agradecimento exibida após a requisição de inscrição ter sido processada (confirmação desabilitada). Tags permitidas: [post_title], [post_permalink]"
 
 
 
 
847
 
848
  # @ subscribe-reloaded
849
+ #: options/panel3.php:112
850
+ msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
851
+ msgstr "Mensagem de agradecimento exibida após a requisição de inscrição ter sido processada (confirmação habilitada). Tags permitidas: [post_title], [post_permalink]"
852
 
853
  # @ subscribe-reloaded
854
+ #: options/panel3.php:122
855
+ msgid "Introductory text for the authors' management page."
856
+ msgstr "Texto introdutório para a página de gerenciamento dos autores."
857
 
858
  # @ subscribe-reloaded
859
+ #: options/panel3.php:132
860
+ msgid "Introductory text for the users' management page."
861
+ msgstr "Texto introdutório para a página de gerenciamento dos usuários."
862
 
863
  # @ subscribe-reloaded
864
+ #: options/panel4.php:11
865
+ #: options/panel4.php:38
866
+ msgid "Sender name"
867
+ msgstr "Nome do remetente"
868
 
869
+ # @ subscribe-reloaded
870
+ #: options/panel4.php:12
871
+ #: options/panel4.php:43
872
+ msgid "Sender email address"
873
+ msgstr "Email do remetente"
 
874
 
875
  # @ subscribe-reloaded
876
+ #: options/panel4.php:13
877
+ #: options/panel4.php:54
878
  msgid "Notification subject"
879
  msgstr "Assunto da notificação"
880
 
881
  # @ subscribe-reloaded
882
+ #: options/panel4.php:14
883
+ #: options/panel4.php:59
884
  msgid "Notification message"
885
  msgstr "Mensagem de notificação"
886
 
887
  # @ subscribe-reloaded
888
+ #: options/panel4.php:15
889
+ #: options/panel4.php:70
890
  msgid "Double check subject"
891
  msgstr "Assunto do email de Verificação"
892
 
893
  # @ subscribe-reloaded
894
+ #: options/panel4.php:16
895
+ #: options/panel4.php:75
896
  msgid "Double check message"
897
  msgstr "Mensagem do email de verificação"
898
 
899
  # @ subscribe-reloaded
900
+ #: options/panel4.php:17
901
+ #: options/panel4.php:86
902
  msgid "Management subject"
903
+ msgstr "Assunto do email de gerenciamento de inscrições"
904
 
905
  # @ subscribe-reloaded
906
+ #: options/panel4.php:18
907
+ #: options/panel4.php:91
908
  msgid "Management message"
909
+ msgstr "Mensagem do email de gerenciamento de inscrições"
910
 
911
  # @ subscribe-reloaded
912
+ #: options/panel4.php:40
913
+ msgid "Name to use for the \"from\" field when sending a new notification to the user."
914
+ msgstr "Nome a ser usado para o campo \"De\" ao enviar uma nova notificação ao usuário."
 
 
 
 
 
 
 
 
 
 
 
 
 
915
 
916
+ # @ subscribe-reloaded
917
  #: options/panel4.php:45
918
+ msgid "Email address to use for the \"from\" field when sending a new notification to the user."
919
+ msgstr "Endereço de email para usar o campo \"De\" ao enviar uma nova notificação ao usuário."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
920
 
921
+ # @ subscribe-reloaded
922
+ #: options/panel4.php:56
923
+ msgid "Subject of the notification email. Allowed tag: [post_title]"
924
+ msgstr "Assunto do e-mail de notificação. Tags permitidas: [post_title]"
 
 
 
 
 
 
 
 
925
 
926
  # @ subscribe-reloaded
927
+ #: options/panel4.php:67
928
  msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
929
  msgstr "Conteúdo do e-mail de notificação. Tags permitidas: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
930
 
931
  # @ subscribe-reloaded
932
+ #: options/panel4.php:72
933
  msgid "Subject of the confirmation email. Allowed tag: [post_title]"
934
  msgstr "Assunto do e-mail de confirmação. Tags permitidas: [post_title]"
935
 
936
  # @ subscribe-reloaded
937
+ #: options/panel4.php:83
938
  msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
939
  msgstr "Conteúdo do e-mail de confirmação. Tags permitidas: [post_permalink], [confirm_link], [post_title], [manager_link]"
940
 
941
  # @ subscribe-reloaded
942
+ #: options/panel4.php:88
943
  msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
944
+ msgstr "Assunto do e-mail enviado a quem pedir para ter acesso à página de gerenciamento de inscrições. Tags permitidas: [blog_name]"
945
 
946
  # @ subscribe-reloaded
947
+ #: options/panel4.php:99
948
  msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
949
+ msgstr "Conteúdo do e-mail de gerenciamento. Tags permitidas: [blog_name], [manager_link]"
950
 
951
  # @ subscribe-reloaded
952
  #: options/panel5.php:11
953
+ #: options/panel5.php:35
954
+ msgid "Autopurge requests"
955
+ msgstr "Pedidos de auto remoção"
956
 
957
  # @ subscribe-reloaded
958
  #: options/panel5.php:12
959
+ #: options/panel5.php:40
960
+ msgid "Enable double check"
961
+ msgstr "Habilitar confirmação"
962
 
963
  # @ subscribe-reloaded
964
  #: options/panel5.php:13
965
+ msgid "Notify authors"
966
+ msgstr "Notificar autores"
 
967
 
 
968
  #: options/panel5.php:14
969
+ #: options/panel5.php:54
970
+ msgid "Enable HTML emails"
971
+ msgstr "Habilitar e-mails HTML"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
972
 
973
  # @ subscribe-reloaded
974
+ #: options/panel5.php:15
975
+ msgid "Send trackbacks"
976
+ msgstr "Enviar trackbacks"
977
 
978
  # @ subscribe-reloaded
979
+ #: options/panel5.php:16
980
+ #: options/panel5.php:47
981
+ msgid "Notify admin"
982
+ msgstr "Notificar Administrador"
983
 
984
+ #: options/panel5.php:17
985
+ #: options/panel5.php:75
986
+ msgid "Let admin subscribe"
987
+ msgstr "Permitir inscrições do Admin"
988
 
989
+ #: options/panel5.php:36
990
+ msgid "days"
991
+ msgstr "dias"
 
992
 
993
  # @ subscribe-reloaded
994
+ #: options/panel5.php:37
995
+ msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
996
+ msgstr "Excluir inscrições pendentes (não-confirmadas) após X dias. Zero desativa esse recurso."
997
 
998
  # @ subscribe-reloaded
999
+ #: options/panel5.php:44
1000
+ msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
1001
+ msgstr "Enviar um e-mail de notificação para confirmar a inscrição (para evitar abusos de endereços)."
1002
 
1003
  # @ subscribe-reloaded
1004
+ #: options/panel5.php:51
1005
+ msgid "Notify the administrator when a new comment is posted."
1006
+ msgstr "Notificar o administrador quando um novo comentário for publicado."
1007
 
1008
+ #: options/panel5.php:58
1009
+ msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
1010
+ msgstr "Se ativado envia mensagens de e-mail com o content-type = text/html, em vez de text/plain"
 
1011
 
1012
  # @ subscribe-reloaded
1013
+ #: options/panel5.php:61
1014
+ msgid "Process trackbacks"
1015
+ msgstr "Enviar trackbacks"
1016
 
1017
  # @ subscribe-reloaded
1018
+ #: options/panel5.php:65
1019
+ msgid "Notify users when a new trackback or pingback is added to the discussion."
1020
+ msgstr "Notifique os usuários quando um trackback ou pingback novo é acrescentado à discussão."
1021
 
1022
  # @ subscribe-reloaded
1023
+ #: options/panel5.php:68
1024
+ msgid "Track all subscriptions"
1025
+ msgstr "Acompanhe todas as inscrições"
1026
 
1027
  # @ subscribe-reloaded
1028
+ #: options/panel5.php:72
1029
+ msgid "Notify the administrator when users subscribe without commenting."
1030
+ msgstr "Notificar o administrador quando os usuários se inscrever sem comentar."
1031
 
1032
  # @ subscribe-reloaded
1033
+ #: options/panel5.php:79
1034
+ msgid "Let the administrator subscribe to comments when logged in."
1035
+ msgstr "Deixe o administrador inscrever-se em comentários, quando estiver logado."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1036
 
1037
+ #: options/panel6.php:8
1038
  msgid "Support the author"
1039
+ msgstr "Suporte o autor"
1040
 
1041
  # @ subscribe-reloaded
1042
+ #: options/panel6.php:16
1043
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
1044
+ msgstr "Quão valioso é o recurso oferecido por este plugin para seus visitantes? Subscribe to Comments Reloaded é e sempre será gratuito, mas considerar o apoio do autor, se este plugin feito o seu site melhor, especialmente se você está ganhando dinheiro com isso. Qualquer donativo recebido será reinvestido no desenvolvimento do plugin e para comprar comida para minha família com fome."
1045
 
1046
  # @ subscribe-reloaded
1047
+ #: options/panel6.php:18
1048
  msgid "Don't want to donate? You can still help"
1049
  msgstr "Não quer doar? Você ainda pode ajudar"
1050
 
1051
  # @ subscribe-reloaded
1052
+ #: options/panel6.php:19
1053
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
1054
  msgstr "Se você não quiser doar dinheiro, por favor, considere blogar sobre o meu plugin com um link para o plugin da página. Por favor, deixe seus leitores saibam o que faz um blog melhor. Você também pode contribuir doando seu tempo: não hesite em me enviar relatórios de bugs, seus arquivos de localização, as idéias sobre como melhora-lo e assim por diante. Faça o que fizer, obrigado por usar o meu plugin!"
1055
 
1056
  # @ subscribe-reloaded
1057
+ #: options/panel6.php:21
1058
  msgid "Vote and show your appreciation"
1059
  msgstr "Vote e mostre o seu apreço"
1060
 
1061
  # @ subscribe-reloaded
1062
+ #: options/panel6.php:22
1063
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
1064
+ msgstr "Informe outras pessoas se Subscribe to Comments Reloaded funciona para você e como é bom. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Classifique-o</a> em sua página do \"Plugin Directory\"."
1065
 
1066
+ #: options/panel6.php:24
1067
+ msgid "Sponsor's Corner"
1068
+ msgstr "Cantinho dos Patrocinadores"
1069
+
1070
+ #: options/panel6.php:25
1071
+ msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
1072
+ msgstr "Se você quiser patrocinar esse plugin, não hesite em <a href='http://www.duechiacchiere.it/contatto'>entrar em contato</a>."
1073
 
1074
  # @ subscribe-reloaded
1075
+ #: templates/author.php:55
1076
  msgid "Title"
1077
  msgstr "Título"
1078
 
1079
  # @ subscribe-reloaded
1080
+ #: templates/author.php:66
1081
+ #: templates/user.php:60
1082
  msgid "Select all"
1083
  msgstr "Selecionar tudo"
1084
 
1085
  # @ subscribe-reloaded
1086
+ #: templates/author.php:67
1087
+ #: templates/user.php:61
1088
  msgid "Invert selection"
1089
  msgstr "Inverter seleção"
1090
 
1091
+ #: templates/author.php:71
1092
+ msgid "Set to Y"
1093
+ msgstr "Marcar como Y"
 
 
1094
 
1095
+ #: templates/author.php:77
1096
+ #: templates/user.php:71
1097
+ msgid "No subscriptions match your search criteria."
1098
+ msgstr "Nenhuma inscrição atende a seus critérios de busca."
 
1099
 
1100
  # @ subscribe-reloaded
1101
+ #: templates/request-management-link.php:68
1102
+ #: templates/subscribe.php:90
1103
  msgid "Send"
1104
  msgstr "Enviar"
1105
 
1106
  # @ subscribe-reloaded
1107
+ #: templates/subscribe.php:43
1108
+ #: templates/subscribe.php:44
1109
  msgid "New subscription to"
1110
  msgstr "Nova inscrição para"
1111
 
1112
  # @ subscribe-reloaded
1113
+ #: templates/subscribe.php:44
1114
  msgid "User:"
1115
  msgstr "Usuário:"
1116
 
1117
+ #~ msgid "Awaiting confirmation"
1118
+ #~ msgstr "Aguardando a confirmação"
 
 
1119
 
1120
+ # @ subscribe-reloaded
1121
+ #~ msgid "Stats"
1122
+ #~ msgstr "Estatísticas"
1123
+ # @ subscribe-reloaded
1124
+ #~ msgid "Mail Messages"
1125
+ #~ msgstr "Mensagens de Email"
1126
+ # @ subscribe-reloaded
1127
+ #~ msgid "Other Messages"
1128
+ #~ msgstr "Outras mensagens"
1129
+ # @ subscribe-reloaded
1130
+ #~ msgid "Support"
1131
+ #~ msgstr "Suporte"
1132
+ # @ subscribe-reloaded
1133
+ #~ msgid "The status has been successfully updated. Rows affected:"
1134
+ #~ msgstr "O status foi atualizado com sucesso. Linhas afetadas:"
1135
+ #~ msgid ""
1136
+ #~ "Update the email address associated to a specific subscription (by post "
1137
+ #~ "ID)."
1138
+ #~ msgstr ""
1139
+ #~ "Atualizar o endereço de e-mail associado a uma assinatura específica (por "
1140
+ #~ "ID post)."
1141
+ #~ msgid "PID"
1142
+ #~ msgstr "PID"
1143
+ #~ msgid "Change status"
1144
+ #~ msgstr "Alterar status"
1145
+ # @ subscribe-reloaded
1146
+ #~ msgid ""
1147
+ #~ "Change the status of an email address or permanently delete all its "
1148
+ #~ "subscriptions."
1149
+ #~ msgstr ""
1150
+ #~ "Alterar o status de um endereço de e-mail ou excluir permanentemente "
1151
+ #~ "todas as suas assinaturas."
1152
+ # @ subscribe-reloaded
1153
+ #~ msgid "Resume"
1154
+ #~ msgstr "Voltar a receber"
1155
+ # @ subscribe-reloaded
1156
+ #~ msgid "Update email address"
1157
+ #~ msgstr "Atualização de endereço de e-mail"
1158
+ # @ subscribe-reloaded
1159
+ #~ msgid ""
1160
+ #~ "You can \"mass update\" all the occurrences of a given email address "
1161
+ #~ "(exact matches only)."
1162
+ #~ msgstr ""
1163
+ #~ "Você pode atualizar &quot;em massa&quot; todas as ocorrências de um "
1164
+ #~ "endereço de e-mail indicado na base de dados com um novo."
1165
+ # @ subscribe-reloaded
1166
+ #~ msgid "Search email address"
1167
+ #~ msgstr "Procurar endereço de email"
1168
+ # @ subscribe-reloaded
1169
+ #~ msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
1170
+ #~ msgstr "Legenda: Y: inscrito, N: suspenso, C: aguardando confirmação"
1171
+ # @ subscribe-reloaded
1172
+ #~ msgid "StCR table has been successfully optimized."
1173
+ #~ msgstr "Tabela STCR foi otimizada com sucesso."
1174
+ # @ subscribe-reloaded
1175
+ #~ msgid "Subscriptions for"
1176
+ #~ msgstr "Inscrições para"
1177
+ #~ msgid "optimize"
1178
+ #~ msgstr "otimizar"
1179
+ #~ msgid "Database"
1180
+ #~ msgstr "Banco de Dados"
1181
+ #~ msgid "Engine"
1182
+ #~ msgstr "Mecanismo"
1183
+ #~ msgid "Created on"
1184
+ #~ msgstr "Criado em"
1185
+ #~ msgid "Records"
1186
+ #~ msgstr "Registros"
1187
+ #~ msgid "Average Record Length"
1188
+ #~ msgstr "Comprimento Médio de Registro"
1189
+ #~ msgid "Approximate Overhead"
1190
+ #~ msgstr "Overhead aproximado"
1191
+ #~ msgid "Custom CSS Class"
1192
+ #~ msgstr "Personalizar CSS Class"
1193
+ #~ msgid ""
1194
+ #~ "Custom CSS class to associate to the checkbox, if you want to customize "
1195
+ #~ "its style."
1196
+ #~ msgstr ""
1197
+ #~ "Personalizar CSS classe para associar-se para a caixa de seleção, se você "
1198
+ #~ "quiser personalizar seu estilo."
1199
+ # @ subscribe-reloaded
1200
+ #~ msgid "Subscriptions have been successfully updated."
1201
+ #~ msgstr "As inscrições foram atualizadas com sucesso."
1202
+ # @ subscribe-reloaded
1203
+ #~ msgid "Sorry, no subscriptions found."
1204
+ #~ msgstr "Desculpe, nenhuma inscrição encontrada."
1205
+ # @ subscribe-reloaded
1206
+ #~ msgid "All the subscriptions have been successfully updated."
1207
+ #~ msgstr "As inscrições foram atualizadas com sucesso."
1208
  # @ subscribe-reloaded
1209
  #~ msgid "Remove or suspend email address"
1210
  #~ msgstr "Remover ou suspender endereço de email"
 
 
 
 
 
1211
  # @ subscribe-reloaded
1212
  #, fuzzy
1213
  #~ msgid ""
1285
  #~ msgid "Search post ID"
1286
  #~ msgstr "Procurar"
1287
 
 
 
 
 
 
1288
  # @ subscribe-reloaded
1289
  #, fuzzy
1290
  #~ msgid ""
1355
  #~ "opção correspondente (s) e clique no botão no final da lista. Você está "
1356
  #~ "inscrito em:"
1357
 
 
 
 
 
 
1358
  # @ subscribe-reloaded
1359
  #, fuzzy
1360
  #~ msgid ""
langs/subscribe-reloaded-ru_RU.mo CHANGED
Binary file
langs/subscribe-reloaded-ru_RU.po CHANGED
@@ -1,1341 +1,1568 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-12-28 10:14-0500\n"
6
- "PO-Revision-Date: 2010-12-28 10:14-0500\n"
7
- "Last-Translator: Camu <info@duechiacchiere.it>\n"
8
- "Language-Team: due chiacchiere <info@duechiacchiere.it>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: Russian\n"
13
- "X-Poedit-Country: RUSSIAN FEDERATION\n"
14
- "X-Poedit-KeywordsList: __;_e\n"
15
- "X-Poedit-Basepath: ../\n"
16
- "Plural-Forms: s\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
-
19
- #: subscribe-to-comments-reloaded.php:34
20
- #: subscribe-to-comments-reloaded.php:190
21
- msgid "You are subscribed to this entry. <a href='[manager_link]'>Manage</a> your subscriptions."
22
- msgstr "Вы подписаны на эту статью. <a href='[manager_link]'>Редактировать</a> свои подписки."
23
-
24
- #: subscribe-to-comments-reloaded.php:39
25
- #: subscribe-to-comments-reloaded.php:191
26
- msgid "Your subscription to this entry needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
27
- msgstr "Ваша подписка на эту статью нуждается в подтверждении. <a href='[manager_link]'>Редактировать</a> свои подписки."
28
-
29
- #: subscribe-to-comments-reloaded.php:46
30
- #: subscribe-to-comments-reloaded.php:192
31
- msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this entry."
32
- msgstr "Вы можете <a href='[manager_link]'>управлять подписками</a> на эту запись."
33
-
34
- #: subscribe-to-comments-reloaded.php:52
35
- #: subscribe-to-comments-reloaded.php:186
36
- msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
37
- msgstr "Получать новые комментарии по электронной почте. Вы можете <a href='[subscribe_link]'>подписатьсяi</a> без комментирования."
38
-
39
- #: subscribe-to-comments-reloaded.php:162
40
- #: options/index.php:44
41
- msgid "Manage subscriptions"
42
- msgstr "Редактирование подписки"
43
-
44
- #: subscribe-to-comments-reloaded.php:163
45
- msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
46
- msgstr "Для управления своими подписками, пожалуйста, введите свой электронный адрес в форму ниже. Мы отправим вам сообщение со ссылкой на вашу персональную страницу управления."
47
-
48
- #: subscribe-to-comments-reloaded.php:164
49
- msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
50
- msgstr "Спасибо, что пользуетесь нашим сервисом подписок. Ваш запрос выполнен. В течение нескольких минут вы должны получить письмо со ссылкой на страницу управления подписками."
51
-
52
- #: subscribe-to-comments-reloaded.php:165
53
- msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
54
- msgstr "Вы можете следить за обсуждением статьи <strong>[post_title]</strong>, не оставляя своего комментария. Здорово, не правда ли? Просто введите свой электронный адрес в форму ниже, и готово!"
55
-
56
- #: subscribe-to-comments-reloaded.php:166
57
- msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
58
- msgstr "Спасибо, что пользуетесь нашим сервисом подписок. Ваш запрос выполнен. Вы будете получать уведомления каждый раз, как новый комментарий к этот статье будет одобрен и опубликован администратором сайта."
59
-
60
- #: subscribe-to-comments-reloaded.php:167
61
- msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
62
- msgstr "Спасибо, что пользуетесь нашим сервисом подписок. Чтобы подтвердить свой запрос, пожалуйста, проверьте свою почту и следуйте инструкциям в письме о подтверждении."
63
-
64
- #: subscribe-to-comments-reloaded.php:168
65
- msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
66
- msgstr "Чтобы отменить или приостановить одно или более уведомлений, щелкните в соответствующем окошке выбора и нажмите на кнопку в конце списка."
67
-
68
- #: subscribe-to-comments-reloaded.php:169
69
- msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
70
- msgstr "Чтобы отменить или приостановить одно или более уведомлений, щелкните в соответствующем окошке выбора и нажмите на кнопку в конце списка. На данный момент вы подписаны на:"
71
-
72
- #: subscribe-to-comments-reloaded.php:184
73
- msgid "There is a new comment to [post_title]"
74
- msgstr "Появился новый комментарий к статье [post_title]"
75
-
76
- #: subscribe-to-comments-reloaded.php:185
77
- #, fuzzy
78
- msgid ""
79
- "There is a new comment to [post_title].\n"
80
- "Comment Link: [comment_permalink]\n"
81
- "Author: [comment_author]\n"
82
- "Comment:\n"
83
- "[comment_content]\n"
84
- "Permalink: [post_permalink]\n"
85
- "Manage your subscriptions: [manager_link]"
86
- msgstr ""
87
- "Появился новый комментарий к статье [post_title].\n"
88
- "Ссылка на комментарий: [comment_permalink]\n"
89
- "Автор: [comment_author]\n"
90
- "Комментарий:\n"
91
- "[comment_content]\n"
92
- "\n"
93
- "Ссылка на статью: [post_permalink]\n"
94
- "Управление подписками: [manager_link]"
95
-
96
- #: subscribe-to-comments-reloaded.php:193
97
- #, fuzzy
98
- msgid "Please confirm your subscription to [post_title]"
99
- msgstr "Пожалуйста, подтвердите свою подписку на статью [post_title]"
100
-
101
- #: subscribe-to-comments-reloaded.php:194
102
- msgid ""
103
- "You have requested to be notified every time a new comment is added to:\n"
104
- "[post_permalink]\n"
105
- "\n"
106
- "Please confirm your request by clicking on this link:\n"
107
- "[confirm_link]"
108
- msgstr ""
109
- "Вы сделали запрос на получение новых комментариев к статье:\n"
110
- "[post_permalink]\n"
111
- "\n"
112
- "Пожалуйста, перейдите по следующей ссылке, чтобы подтвердить подписку:\n"
113
- "[confirm_link]"
114
-
115
- #: subscribe-to-comments-reloaded.php:195
116
- msgid "Manage your subscriptions on [blog_name]"
117
- msgstr "Редактировать свои подписки на сайте [blog_name]"
118
-
119
- #: subscribe-to-comments-reloaded.php:196
120
- msgid ""
121
- "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
122
- "[manager_link]"
123
- msgstr ""
124
- "Вы сделали запрос на редактирование своих подписок на комментарии к статьям на сайте [blog_name]. Вот ссылка на вашу личную страницу управления подписками:\n"
125
- "[manager_link]"
126
-
127
- #: subscribe-to-comments-reloaded.php:597
128
- msgid "Subscribed"
129
- msgstr "Подписано"
130
-
131
- #: subscribe-to-comments-reloaded.php:611
132
- #: options/panel3.php:65
133
- #: options/panel3.php:87
134
- #: options/panel3.php:94
135
- #: options/panel3.php:101
136
- #: options/panel3.php:108
137
- #: options/panel3.php:115
138
- #: options/panel3.php:122
139
- msgid "Yes"
140
- msgstr "Да"
141
-
142
- #: subscribe-to-comments-reloaded.php:613
143
- msgid "Awaiting confirmation"
144
- msgstr "Ожидает подтверждения"
145
-
146
- #: subscribe-to-comments-reloaded.php:614
147
- #: options/panel3.php:66
148
- #: options/panel3.php:88
149
- #: options/panel3.php:95
150
- #: options/panel3.php:102
151
- #: options/panel3.php:109
152
- #: options/panel3.php:116
153
- #: options/panel3.php:123
154
- msgid "No"
155
- msgstr "Нет"
156
-
157
- #: subscribe-to-comments-reloaded.php:624
158
- msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
159
- msgstr ""
160
-
161
- #: subscribe-to-comments-reloaded.php:624
162
- #, fuzzy
163
- msgid "support forum"
164
- msgstr "Поддержка"
165
-
166
- #: subscribe-to-comments-reloaded.php:625
167
- msgid "Feeling generous?"
168
- msgstr ""
169
-
170
- #: subscribe-to-comments-reloaded.php:625
171
- msgid "Donate a few bucks!"
172
- msgstr ""
173
-
174
- #: options/index.php:45
175
- msgid "Stats"
176
- msgstr "Статистика"
177
-
178
- #: options/index.php:46
179
- msgid "Options"
180
- msgstr "Параметры"
181
-
182
- #: options/index.php:47
183
- msgid "Mail Messages"
184
- msgstr "Почтовые сообщения"
185
-
186
- #: options/index.php:48
187
- msgid "Other Messages"
188
- msgstr "Другие сообщения"
189
-
190
- #: options/index.php:49
191
- msgid "Support"
192
- msgstr "Поддержка"
193
-
194
- #: options/panel1.php:32
195
- #: options/panel1.php:38
196
- #: options/panel1.php:45
197
- #: options/panel1.php:63
198
- msgid "The status has been successfully updated. Rows affected:"
199
- msgstr "Статус успешно обновлен. Изменены строки:"
200
-
201
- #: options/panel1.php:68
202
- #, fuzzy
203
- msgid "Update subscription"
204
- msgstr "Обновить подписки"
205
-
206
- #: options/panel1.php:69
207
- msgid "Update the email address associated to a specific subscription (by post ID)."
208
- msgstr ""
209
-
210
- #: options/panel1.php:71
211
- #: options/panel1.php:101
212
- #: options/panel1.php:173
213
- #: templates/author.php:39
214
- #: templates/user.php:41
215
- msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
216
- msgstr "Внимание: эту операцию нельзя отменить. Вы уверены, что хотите продолжить?"
217
-
218
- #: options/panel1.php:73
219
- #: options/panel1.php:103
220
- msgid "From"
221
- msgstr "С"
222
-
223
- #: options/panel1.php:74
224
- msgid "PID"
225
- msgstr ""
226
-
227
- #: options/panel1.php:75
228
- #: options/panel1.php:104
229
- msgid "To"
230
- msgstr "на"
231
-
232
- #: options/panel1.php:76
233
- #: options/panel1.php:93
234
- #: options/panel1.php:105
235
- msgid "Update"
236
- msgstr "Обновить"
237
-
238
- #: options/panel1.php:83
239
- #, fuzzy
240
- msgid "Change status"
241
- msgstr "Gestisci articoli"
242
-
243
- #: options/panel1.php:84
244
- msgid "Change the status of an email address or permanently delete all its subscriptions."
245
- msgstr "Изменить статус электронного адреса или полностью удалить все его подписки."
246
-
247
- #: options/panel1.php:87
248
- #, fuzzy
249
- msgid "Action"
250
- msgstr "Действие:"
251
-
252
- #: options/panel1.php:89
253
- #: options/panel1.php:195
254
- #: templates/author.php:60
255
- #: templates/user.php:58
256
- msgid "Suspend"
257
- msgstr "Приостановить"
258
-
259
- #: options/panel1.php:90
260
- #: options/panel1.php:196
261
- #: templates/author.php:61
262
- #: templates/user.php:59
263
- msgid "Resume"
264
- msgstr "Восстановить"
265
-
266
- #: options/panel1.php:91
267
- #: options/panel1.php:194
268
- msgid "Delete forever"
269
- msgstr "Удалить навсегда"
270
-
271
- #: options/panel1.php:98
272
- msgid "Update email address"
273
- msgstr "Обновить электронный адрес"
274
-
275
- #: options/panel1.php:99
276
- #, fuzzy
277
- msgid "You can \"mass update\" all the occurrences of a given email address (exact matches only)."
278
- msgstr "Вы можете изменить все использования определенного электронного адреса в базе данных на новый."
279
-
280
- #: options/panel1.php:150
281
- msgid "&laquo; Previous"
282
- msgstr "&laquo; Precedenti"
283
-
284
- #: options/panel1.php:154
285
- msgid "Next &raquo;"
286
- msgstr "Successivi &raquo;"
287
-
288
- #: options/panel1.php:157
289
- msgid "Search email address"
290
- msgstr "Искать электронный адрес"
291
-
292
- #: options/panel1.php:159
293
- #, fuzzy, php-format
294
- msgid "You can either <a href=\"%s\">list all the subscriptions</a> or find those where the <b>email</b>"
295
- msgstr "Найти все подписки с <b>электронным адресом</b>"
296
-
297
- #: options/panel1.php:162
298
- msgid "equals"
299
- msgstr "равнозначно"
300
-
301
- #: options/panel1.php:163
302
- msgid "contains"
303
- msgstr "содержит"
304
-
305
- #: options/panel1.php:164
306
- msgid "does not contain"
307
- msgstr "не содержит"
308
-
309
- #: options/panel1.php:167
310
- msgid "Search"
311
- msgstr "Искать"
312
-
313
- #: options/panel1.php:178
314
- msgid "Subscriptions for:"
315
- msgstr "Подписки для:"
316
-
317
- #: options/panel1.php:178
318
- msgid "Rows:"
319
- msgstr ""
320
-
321
- #: options/panel1.php:178
322
- msgid "of"
323
- msgstr ""
324
-
325
- #: options/panel1.php:179
326
- #: templates/author.php:45
327
- #: templates/user.php:47
328
- msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
329
- msgstr "(Расшифровка: Y: подписано, N: приостановлено, C: ожидает подтверждения)"
330
-
331
- #: options/panel1.php:181
332
- #: options/panel1.php:182
333
- msgid "Reverse the order by Date/Time"
334
- msgstr ""
335
-
336
- #: options/panel1.php:183
337
- msgid "Reverse the order by Post ID"
338
- msgstr ""
339
-
340
- #: options/panel1.php:184
341
- #: templates/request-management-link.php:77
342
- #: templates/subscribe.php:82
343
- #: templates/user.php:46
344
- msgid "Email"
345
- msgstr "Эл. адрес"
346
-
347
- #: options/panel1.php:186
348
- msgid "Post (ID)"
349
- msgstr ""
350
-
351
- #: options/panel1.php:186
352
- #, fuzzy
353
- msgid "Date and Time"
354
- msgstr "Data e ora"
355
-
356
- #: options/panel1.php:186
357
- #, fuzzy
358
- msgid "Status"
359
- msgstr "Статистика"
360
-
361
- #: options/panel1.php:194
362
- #: templates/author.php:59
363
- #: templates/user.php:57
364
- msgid "Action:"
365
- msgstr "Действие:"
366
-
367
- #: options/panel1.php:197
368
- #: templates/author.php:62
369
- #: templates/user.php:60
370
- msgid "Update subscriptions"
371
- msgstr "Обновить подписки"
372
-
373
- #: options/panel1.php:205
374
- msgid "Sorry, no subscriptions found for"
375
- msgstr "Извините, не найдено подписок для"
376
-
377
- #: options/panel3.php:11
378
- msgid "Management Page ID"
379
- msgstr "ID страницы управления"
380
-
381
- #: options/panel3.php:12
382
- #: options/panel3.php:48
383
- msgid "Autopurge requests"
384
- msgstr "Автоматически удалять запросы"
385
-
386
- #: options/panel3.php:13
387
- #: options/panel3.php:53
388
- msgid "Sender name"
389
- msgstr "Имя отправителя"
390
-
391
- #: options/panel3.php:14
392
- #: options/panel3.php:58
393
- msgid "Sender email address"
394
- msgstr "Эл. адрес отправителя"
395
-
396
- #: options/panel3.php:15
397
- #: options/panel3.php:63
398
- msgid "Checked by default"
399
- msgstr "Выбор по умолчанию"
400
-
401
- #: options/panel3.php:16
402
- #: options/panel3.php:70
403
- msgid "Custom CSS Class"
404
- msgstr "Класс изменяемого CSS"
405
-
406
- #: options/panel3.php:17
407
- #: options/panel3.php:75
408
- msgid "Custom inline style"
409
- msgstr "Изменяемый стиль inline"
410
-
411
- #: options/panel3.php:18
412
- #: options/panel3.php:80
413
- msgid "Custom HTML"
414
- msgstr "Изменяемый HTML"
415
-
416
- #: options/panel3.php:19
417
- #: options/panel3.php:85
418
- msgid "Enable double check"
419
- msgstr "Включить двойное подтверждение"
420
-
421
- #: options/panel3.php:20
422
- msgid "Notify authors"
423
- msgstr "Уведомлять авторов"
424
-
425
- #: options/panel3.php:21
426
- #: options/panel3.php:99
427
- msgid "Enable HTML emails"
428
- msgstr ""
429
-
430
- #: options/panel3.php:22
431
- #: options/panel3.php:106
432
- msgid "Send trackbacks"
433
- msgstr "Отправлять трэкбеки"
434
-
435
- #: options/panel3.php:23
436
- #: options/panel3.php:92
437
- msgid "Notify admin"
438
- msgstr "Уведомить админа"
439
-
440
- #: options/panel3.php:24
441
- #: options/panel3.php:120
442
- msgid "Let admin subscribe"
443
- msgstr ""
444
-
445
- #: options/panel3.php:29
446
- #: options/panel4.php:21
447
- #: options/panel5.php:28
448
- msgid "Your settings have been successfully updated."
449
- msgstr "Ваши настройки успешно обновлены."
450
-
451
- #: options/panel3.php:32
452
- #: options/panel4.php:24
453
- #: options/panel5.php:31
454
- msgid "There was an error updating the following fields:"
455
- msgstr "Произошла ошибка в обновлении следующих полей:"
456
-
457
- #: options/panel3.php:43
458
- #: options/panel5.php:64
459
- msgid "Management page"
460
- msgstr "Страница управления"
461
-
462
- #: options/panel3.php:45
463
- msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its permalink must follow your Wordpress' permalink settings."
464
- msgstr "Постоянная ссылка на вашу страницу управления (<code>/manage-subscriptions</code> или <code>/page_id=345</code>). Эта страница фактически <b>не существует</b> в системе, но постоянная ссылка на нее должна соответствовать вашим установкам постоянных ссылок в Wordpress."
465
-
466
- #: options/panel3.php:49
467
- msgid "days"
468
- msgstr "giorni"
469
-
470
- #: options/panel3.php:50
471
- msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
472
- msgstr "Удалять ожидающие подтверждения (не подтвержденные) подписки через Х дней. Ноль отключает эту функцию."
473
-
474
- #: options/panel3.php:55
475
- msgid "Name to use for the \"from\" field when sending a new notification to the user."
476
- msgstr "Имя в поле \"От кого\" в новом уведомлении пользователю."
477
-
478
- #: options/panel3.php:60
479
- msgid "Email address to use for the \"from\" field when sending a new notification to the user."
480
- msgstr "Эл. адрес в поле \"От кого\" в новом уведомлении пользователю."
481
-
482
- #: options/panel3.php:67
483
- msgid "Decide if the checkbox should be checked by default or not."
484
- msgstr "Определите, должно ли окошко выбора быть выбранным по умолчанию."
485
-
486
- #: options/panel3.php:72
487
- msgid "Custom CSS class to associate to the checkbox, if you want to customize its style."
488
- msgstr "Класс изменяемого CSS для окошка выбора, если вы хотите изменить его стиль"
489
-
490
- #: options/panel3.php:77
491
- msgid "Custom inline CSS to add to the checkbox."
492
- msgstr "Изменяемый Inline CSS для добавления к окошку выбора"
493
-
494
- #: options/panel3.php:82
495
- msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
496
- msgstr "Собственный код HTML для использования при отображении окошка выбора. Разрешенные теги: [checkbox_field], [checkbox_label]"
497
-
498
- #: options/panel3.php:89
499
- msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
500
- msgstr "Отправлять письмо с просьбой подтвердить подписку (чтобы избежать использования эл. адреса без ведома владельца)"
501
-
502
- #: options/panel3.php:96
503
- msgid "Notify the administrator when a new comment is posted."
504
- msgstr "Уведомлять администратора о новом комментарии."
505
-
506
- #: options/panel3.php:103
507
- msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
508
- msgstr ""
509
-
510
- #: options/panel3.php:110
511
- msgid "Notify users when a new trackback or pingback is added to the discussion."
512
- msgstr "Уведомлять подписчиков о новых трэкбеках или пингбэках к обсуждению"
513
-
514
- #: options/panel3.php:113
515
- msgid "Track all subscriptions"
516
- msgstr "Отследить все подписки"
517
-
518
- #: options/panel3.php:117
519
- msgid "Notify the administrator when users subscribe without commenting."
520
- msgstr "Уведомлять администратора, когда пользователи подписываются без комментария."
521
-
522
- #: options/panel3.php:124
523
- #, fuzzy
524
- msgid "Let the administrator subscribe to comments when logged in."
525
- msgstr "Уведомлять администратора, когда пользователи подписываются без комментария."
526
-
527
- #: options/panel3.php:128
528
- #: options/panel4.php:86
529
- #: options/panel5.php:144
530
- msgid "Save Changes"
531
- msgstr "Сохранить изменения"
532
-
533
- #: options/panel4.php:11
534
- #: options/panel4.php:37
535
- msgid "Notification subject"
536
- msgstr "Тема письма с уведомлением"
537
-
538
- #: options/panel4.php:12
539
- #: options/panel4.php:42
540
- msgid "Notification message"
541
- msgstr "Текст уведомления"
542
-
543
- #: options/panel4.php:13
544
- #: options/panel4.php:53
545
- msgid "Double check subject"
546
- msgstr "Тема письма о подтверждении подписки"
547
-
548
- #: options/panel4.php:14
549
- #: options/panel4.php:58
550
- msgid "Double check message"
551
- msgstr "Текст письма о подтверждении подписки"
552
-
553
- #: options/panel4.php:15
554
- #: options/panel4.php:69
555
- msgid "Management subject"
556
- msgstr "Тема письма об управлении подписками"
557
-
558
- #: options/panel4.php:16
559
- #: options/panel4.php:74
560
- msgid "Management message"
561
- msgstr "Текст письма об управлении подписками"
562
-
563
- #: options/panel4.php:39
564
- msgid "Subject of the notification email. Allowed tag: [post_title]"
565
- msgstr "Тема письма с уведомлением. Разрешенный тег: [post_title]"
566
-
567
- #: options/panel4.php:44
568
- #: options/panel4.php:60
569
- #: options/panel4.php:76
570
- #: options/panel5.php:74
571
- #: options/panel5.php:84
572
- #: options/panel5.php:94
573
- #: options/panel5.php:104
574
- #: options/panel5.php:114
575
- #: options/panel5.php:124
576
- #: options/panel5.php:134
577
- msgid "Bold"
578
- msgstr ""
579
-
580
- #: options/panel4.php:45
581
- #: options/panel4.php:61
582
- #: options/panel4.php:77
583
- #: options/panel5.php:75
584
- #: options/panel5.php:85
585
- #: options/panel5.php:95
586
- #: options/panel5.php:105
587
- #: options/panel5.php:115
588
- #: options/panel5.php:125
589
- #: options/panel5.php:135
590
- msgid "Italic"
591
- msgstr ""
592
-
593
- #: options/panel4.php:46
594
- #: options/panel4.php:62
595
- #: options/panel4.php:78
596
- #: options/panel5.php:76
597
- #: options/panel5.php:86
598
- #: options/panel5.php:96
599
- #: options/panel5.php:106
600
- #: options/panel5.php:116
601
- #: options/panel5.php:126
602
- #: options/panel5.php:136
603
- msgid "Link"
604
- msgstr ""
605
-
606
- #: options/panel4.php:47
607
- #: options/panel4.php:63
608
- #: options/panel4.php:79
609
- #: options/panel5.php:77
610
- #: options/panel5.php:87
611
- #: options/panel5.php:97
612
- #: options/panel5.php:107
613
- #: options/panel5.php:117
614
- #: options/panel5.php:127
615
- #: options/panel5.php:137
616
- msgid "Image"
617
- msgstr ""
618
-
619
- #: options/panel4.php:50
620
- msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
621
- msgstr "Текст уведомления. Разрешенные теги: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
622
-
623
- #: options/panel4.php:55
624
- msgid "Subject of the confirmation email. Allowed tag: [post_title]"
625
- msgstr "Тема письма о подтверждении. Разрешенный тег: [post_title]"
626
-
627
- #: options/panel4.php:66
628
- msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
629
- msgstr "Текст письма о подтвеждении. Разрешенные теги: [post_permalink], [confirm_link], [post_title], [manager_link]"
630
-
631
- #: options/panel4.php:71
632
- msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
633
- msgstr "Тема письма подписчику, сделавшему запрос на доступ к странице управления подписками. Разрешенный тег: [blog_name]"
634
-
635
- #: options/panel4.php:82
636
- msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
637
- msgstr "Текст письма об управлении подписками. Разрешенные теги: [blog_name],[manager_link]"
638
-
639
- #: options/panel5.php:11
640
- #: options/panel5.php:43
641
- msgid "Checkbox label"
642
- msgstr "Ярлык окошка выбора"
643
-
644
- #: options/panel5.php:12
645
- #: options/panel5.php:48
646
- msgid "Subscribed label"
647
- msgstr "Ярлык оформленной подписки"
648
-
649
- #: options/panel5.php:13
650
- #: options/panel5.php:53
651
- msgid "Awaiting label"
652
- msgstr "Ярлык не подтвержденной подписки"
653
-
654
- #: options/panel5.php:14
655
- #: options/panel5.php:58
656
- msgid "Author label"
657
- msgstr "Ярлык автора"
658
-
659
- #: options/panel5.php:16
660
- #: options/panel5.php:68
661
- msgid "Page title"
662
- msgstr "Заголовок страницы"
663
-
664
- #: options/panel5.php:17
665
- #: options/panel5.php:73
666
- msgid "Request link"
667
- msgstr "Ссылка на запрос"
668
-
669
- #: options/panel5.php:18
670
- #: options/panel5.php:83
671
- msgid "Request submitted"
672
- msgstr "Запрос отправлен"
673
-
674
- #: options/panel5.php:19
675
- #: options/panel5.php:93
676
- msgid "Subscribe without commenting"
677
- msgstr "Подписка без комментирования"
678
-
679
- #: options/panel5.php:20
680
- #: options/panel5.php:103
681
- msgid "Subscription processed"
682
- msgstr "Подписка оформлена"
683
-
684
- #: options/panel5.php:21
685
- #: options/panel5.php:113
686
- msgid "Subscription processed (DCI)"
687
- msgstr "Подписка оформлена (DCI)"
688
-
689
- #: options/panel5.php:22
690
- #: options/panel5.php:123
691
- msgid "Authors"
692
- msgstr "Авторы"
693
-
694
- #: options/panel5.php:23
695
- #: options/panel5.php:133
696
- msgid "Users"
697
- msgstr "Пользователи"
698
-
699
- #: options/panel5.php:39
700
- msgid "Comment form"
701
- msgstr "Форма комментария"
702
-
703
- #: options/panel5.php:45
704
- msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
705
- msgstr "Текст рядом с окошком выбора. Разрешенный тег: [subscribe_link]"
706
-
707
- #: options/panel5.php:50
708
- msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
709
- msgstr "Текст, видимый подписавшимся читателям. Разрешенный тег: [manager_link]"
710
-
711
- #: options/panel5.php:55
712
- msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
713
- msgstr "Текст, видимый читателям, еще не подтвердившим свою подписку. Разрешенный тег: [manager_link]"
714
-
715
- #: options/panel5.php:60
716
- msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
717
- msgstr "Тест, видимый авторам и администраторам. Разрешенный тег: [manager_link]"
718
-
719
- #: options/panel5.php:70
720
- msgid "Title of the page your visitors will use to manage their subscriptions."
721
- msgstr "Заголовок страницы, на которой пользователи будут редактировать свои подписки."
722
-
723
- #: options/panel5.php:80
724
- msgid "Text shown to those who request to manage their subscriptions."
725
- msgstr "Текст, видимый сделавшим запрос на управление подписками."
726
-
727
- #: options/panel5.php:90
728
- #, fuzzy
729
- msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
730
- msgstr "Текст благодарности, выводимый после обработки сделанного запроса."
731
-
732
- #: options/panel5.php:100
733
- #, fuzzy
734
- msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
735
- msgstr "Текст для желающих подписаться без комментирования. Разрешенный тег: [manager_link]"
736
-
737
- #: options/panel5.php:110
738
- #, fuzzy
739
- msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
740
- msgstr "Текст благодарности, выводимый после обработки запроса на подписку (двойное подтверждение отключено)"
741
-
742
- #: options/panel5.php:120
743
- #, fuzzy
744
- msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
745
- msgstr "Текст благодарности, выводимый после обработки запроса на подписку (двойное подтверждение включено)."
746
-
747
- #: options/panel5.php:130
748
- msgid "Introductory text for the authors' management page."
749
- msgstr "Вводный текст на странице управления подписками для авторов."
750
-
751
- #: options/panel5.php:140
752
- msgid "Introductory text for the users' management page."
753
- msgstr "Вводный текст на странице управления подписками для подписчиков."
754
-
755
- #: options/panel6.php:11
756
- #, fuzzy
757
- msgid "StCR table has been successfully optimized."
758
- msgstr "Статус успешно обновлен."
759
-
760
- #: options/panel6.php:15
761
- msgid "Database"
762
- msgstr ""
763
-
764
- #: options/panel6.php:35
765
- msgid "Engine"
766
- msgstr ""
767
-
768
- #: options/panel6.php:36
769
- #, fuzzy
770
- msgid "Records"
771
- msgstr "Parola chiave"
772
-
773
- #: options/panel6.php:37
774
- msgid "Average Record Length"
775
- msgstr ""
776
-
777
- #: options/panel6.php:38
778
- msgid "Created on"
779
- msgstr ""
780
-
781
- #: options/panel6.php:39
782
- msgid "Approximate Overhead"
783
- msgstr ""
784
-
785
- #: options/panel6.php:40
786
- msgid "optimize"
787
- msgstr ""
788
-
789
- #: options/panel6.php:44
790
- msgid "Support the author"
791
- msgstr ""
792
-
793
- #: options/panel6.php:45
794
- msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
795
- msgstr "Насколько важна функция, которую предоставляет этот плагин для ваших посетителей? Плагин <b>Subscribe to Comments Reloaded</b> есть и всегда будет бесплатным, но подумайте над тем, чтобы поддержать автора, если этот плагин сделал ваш сайт немного лучше, особенно если вы зарабатываете деньги с помощью своего сайта. Все пожертвования будут использованы для развития плагина <b>Subscribe to Comments Reloaded</b> и на то, чтобы купить немного еды моей голодной семье."
796
-
797
- #: options/panel6.php:48
798
- msgid "Don't want to donate? You can still help"
799
- msgstr "Не хотите делать пожертвование? Вы все равно можете помочь"
800
-
801
- #: options/panel6.php:49
802
- msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
803
- msgstr "Если вы не хотите помочь деньгами, пожалуйста, рассмотрите возможность написать о моем плагине в своем блоге и оставить ссылку на страницу плагина. Пожалуйста, расскажите своим читателям, что делает ваш блог лучше. Вы можете также пожертвовать свое время: не стесняйтесь отправлять мне отчеты об ошибках, свои файлы локализации, идеи по улучшению плагина <b>Subscribe to Comments Reloaded</b> и так далее. Что бы вы ни выбрали, спасибо, что пользуетесь моим плагином!"
804
-
805
- #: options/panel6.php:51
806
- msgid "Vote and show your appreciation"
807
- msgstr "Проголосуйте и покажите свою признательность"
808
-
809
- #: options/panel6.php:52
810
- msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
811
- msgstr "Расскажите другим, подходит ли вам плагин <b>Subscribe to Comments Reloaded</b>, и насколько он хорош. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Оцените</a> его в разделе плагинов на сайте Wordpress."
812
-
813
- #: templates/author.php:31
814
- msgid "Subscriptions have been successfully updated."
815
- msgstr "Подписки успешно обновлены."
816
-
817
- #: templates/author.php:44
818
- msgid "Title"
819
- msgstr "Заголовок"
820
-
821
- #: templates/author.php:57
822
- #: templates/user.php:55
823
- msgid "Select all"
824
- msgstr "Выбрать все"
825
-
826
- #: templates/author.php:58
827
- #: templates/user.php:56
828
- msgid "Invert selection"
829
- msgstr "Выбрать обратное"
830
-
831
- #: templates/author.php:59
832
- #: templates/user.php:57
833
- msgid "Delete"
834
- msgstr "Удалить"
835
-
836
- #: templates/author.php:66
837
- #: templates/user.php:64
838
- msgid "Sorry, no subscriptions found."
839
- msgstr "Извините, подписки не найдены."
840
-
841
- #: templates/request-management-link.php:80
842
- #: templates/subscribe.php:84
843
- msgid "Send"
844
- msgstr "Отправить"
845
-
846
- #: templates/subscribe.php:30
847
- #: templates/subscribe.php:31
848
- msgid "New subscription to"
849
- msgstr "Новая подписка на"
850
-
851
- #: templates/subscribe.php:31
852
- msgid "User:"
853
- msgstr "Пользователь:"
854
-
855
- #: templates/user.php:33
856
- #, fuzzy
857
- msgid "All the subscriptions have been successfully updated."
858
- msgstr "Подписки успешно обновлены."
859
-
860
- #~ msgid "Remove or suspend email address"
861
- #~ msgstr "Удалить или приостановить электронный адрес"
862
-
863
- #~ msgid ""
864
- #~ "Your subscription has been successfully confirmed. Thank you for using "
865
- #~ "our notification service. Now you will receive a message every time "
866
- #~ "someone posts a new comment to"
867
- #~ msgstr ""
868
- #~ "La tua iscrizione &egrave; stata confermata con successo. Grazie per aver "
869
- #~ "usato il nostro servizio di notifica. Da ora in poi riceverai un "
870
- #~ "messaggio ogni volta che qualcuno lascia un commento per:"
871
-
872
- #~ msgid ""
873
- #~ "The permalink for your management page. This page <b>does not</b> "
874
- #~ "actually exist in the system, is generated on-the-fly. It should start "
875
- #~ "with a / (i.e. <code>/manage-subscriptions</code>)"
876
- #~ msgstr ""
877
- #~ "Il <b>permalink</b> per la pagina di gestione. Questa pagina non esiste "
878
- #~ "in Wordpress, viene generata al volo dal plugin. Dovrebbe iniziare con "
879
- #~ "uno / (ad es. <code>/gestisci-sottoscrizioni</code)"
880
-
881
- #~ msgid ""
882
- #~ "The ID (<strong>not the permalink!</strong>) of the management page you "
883
- #~ "created."
884
- #~ msgstr ""
885
- #~ "L'ID (<strong>non il permalink!</strong>) della pagina di gestione che "
886
- #~ "hai creato."
887
-
888
- #~ msgid ""
889
- #~ "Send a notification email to confirm the subscription (to avoid addresses "
890
- #~ "misuse)"
891
- #~ msgstr ""
892
- #~ "Invia una email per confermare l'iscrizione ad un dato articolo (per "
893
- #~ "evitare l'uso scorretto di indirizzi email di terzi)"
894
-
895
- #~ msgid ""
896
- #~ "Oops, Huston we have a problem! Please contact the administrator of this "
897
- #~ "blog for further details."
898
- #~ msgstr ""
899
- #~ "Ouch, Huston abbiamo un problema! Per favore contatta l'amministratore di "
900
- #~ "questo blog per maggiori informazioni."
901
-
902
- #~ msgid ""
903
- #~ "You can manage the subscriptions to your articles on this page. In order "
904
- #~ "to cancel or suspend one or more notifications, select the corresponding "
905
- #~ "checkbox(es) and click on the button at the end of the list."
906
- #~ msgstr ""
907
- #~ "Tramite questa pagina puoi gestire le tue sottoscrizioni al mio blog. Se "
908
- #~ "desideri disdire o sospendere una o pi&ugrave; notifiche, spunta le "
909
- #~ "caselle corrispondenti agli articoli e clicca sul pusante in fondo alla "
910
- #~ "lista."
911
-
912
- #~ msgid ""
913
- #~ "You can manage your subscriptions to the article of this blog on this "
914
- #~ "page. In order to cancel or suspend one or more notifications, select the "
915
- #~ "corresponding checkbox(es) and click on the button at the end of the "
916
- #~ "list. You are currently subscribed to:"
917
- #~ msgstr ""
918
- #~ "Tramite questa pagina puoi gestire le tue sottoscrizioni al mio blog. Se "
919
- #~ "desideri disdire o sospendere una o pi&ugrave; notifiche, spunta le "
920
- #~ "caselle corrispondenti agli articoli e clicca sul pusante in fondo alla "
921
- #~ "lista. Al momento, risulti iscritto a:"
922
-
923
- #~ msgid ""
924
- #~ "If you know the ID of a post you want to manage, enter it in the field "
925
- #~ "here below to see a list of email addresses subscribed to it"
926
- #~ msgstr ""
927
- #~ "Se conosci l'ID dell'articolo che vuoi gestire, inseriscilo nel campo qui "
928
- #~ "di seguito per accedere alla relativa lista di indirizzi email iscritti "
929
- #~ "alla discussione"
930
-
931
- #~ msgid "Search post ID"
932
- #~ msgstr "Cerca ID"
933
-
934
- #~ msgid ""
935
- #~ "If you know the email address you want to manage, enter it in the field "
936
- #~ "here below to see a list of articles this reader is currently watching"
937
- #~ msgstr ""
938
- #~ "Se conosci l'indirizzo email che vuoi gestire, inseriscilo nel campo qui "
939
- #~ "di seguito per accedere alla relativa lista di articoli che sta "
940
- #~ "attualmente seguendo"
941
-
942
- #~ msgid "Search email"
943
- #~ msgstr "Cerca email"
944
-
945
- #~ msgid "Search by email address"
946
- #~ msgstr "Cerca per indirizzo email"
947
-
948
- #~ msgid ""
949
- #~ "You are the author of this entry. <a href='[manager_link]'>Manage</a> its "
950
- #~ "subscriptions."
951
- #~ msgstr ""
952
- #~ "Sei l'autore di quest'articolo. Gestisci gli utenti <a "
953
- #~ "href='[manager_link]'>iscritti</a> alla discussione."
954
-
955
- #~ msgid "Filters"
956
- #~ msgstr "Filtri"
957
-
958
- #~ msgid "Search by post ID"
959
- #~ msgstr "Cerca per ID dell'articolo"
960
-
961
- #~ msgid "Thank you"
962
- #~ msgstr "Grazie"
963
-
964
- #~ msgid "\"From\" name"
965
- #~ msgstr "Nome del mittente"
966
-
967
- #~ msgid "Dashboard"
968
- #~ msgstr "Bacheca"
969
-
970
- #~ msgid "Visitors"
971
- #~ msgstr "Visitatori"
972
-
973
- #~ msgid "Traffic Sources"
974
- #~ msgstr "Sorgenti di traffico"
975
-
976
- #~ msgid "Content"
977
- #~ msgstr "Contenuto"
978
-
979
- #~ msgid "Raw Data"
980
- #~ msgstr "Dati grezzi"
981
-
982
- #~ msgid "World Map"
983
- #~ msgstr "Mappa"
984
-
985
- #~ msgid "Custom Reports"
986
- #~ msgstr "Rapporti personali"
987
-
988
- #~ msgid "Current filters:"
989
- #~ msgstr "Filtri attivi:"
990
-
991
- #~ msgid "Filter pageviews where"
992
- #~ msgstr "Filtra accessi in cui:"
993
-
994
- #~ msgid "Browser"
995
- #~ msgstr "Browser"
996
-
997
- #~ msgid "Browser version"
998
- #~ msgstr "Versione Browser"
999
-
1000
- #~ msgid "CSS version"
1001
- #~ msgstr "Versione CSS"
1002
-
1003
- #~ msgid "Country Code"
1004
- #~ msgstr "Codice Paese"
1005
-
1006
- #~ msgid "Domain"
1007
- #~ msgstr "Dominio"
1008
-
1009
- #~ msgid "IP"
1010
- #~ msgstr "IP"
1011
-
1012
- #~ msgid "Language Code"
1013
- #~ msgstr "Codice Lingua"
1014
-
1015
- #~ msgid "Operating System"
1016
- #~ msgstr "Sistema operativo"
1017
-
1018
- #~ msgid "Permalink"
1019
- #~ msgstr "Permalink"
1020
-
1021
- #~ msgid "Referer"
1022
- #~ msgstr "Riferimento"
1023
-
1024
- #~ msgid "Screen Resolution"
1025
- #~ msgstr "Risoluzione schermo"
1026
-
1027
- #~ msgid "Is equal to"
1028
- #~ msgstr "Uguale a"
1029
-
1030
- #~ msgid "Ends with"
1031
- #~ msgstr "Finisce per"
1032
-
1033
- #~ msgid "Filter by date"
1034
- #~ msgstr "Filtra per data"
1035
-
1036
- #~ msgid "Day"
1037
- #~ msgstr "Giorno"
1038
-
1039
- #~ msgid "Month"
1040
- #~ msgstr "Mese"
1041
-
1042
- #~ msgid "Year"
1043
- #~ msgstr "Anno"
1044
-
1045
- #~ msgid "Go"
1046
- #~ msgstr "Vai"
1047
-
1048
- #~ msgid "reset"
1049
- #~ msgstr "annulla"
1050
-
1051
- #~ msgid "Pageviews by day - Click on a day for hourly metrics"
1052
- #~ msgstr ""
1053
- #~ "Pagine al giorno - Clicca su un giorno per vedere il dettaglio orario"
1054
-
1055
- #~ msgid "Pageviews by hour"
1056
- #~ msgstr "Accessi orari"
1057
-
1058
- #~ msgid "No data to display"
1059
- #~ msgstr "Nessun dato da visualizzare"
1060
-
1061
- #~ msgid "About WP-SlimStat"
1062
- #~ msgstr "Informazioni su WP-SlimStat"
1063
-
1064
- #~ msgid "Total Hits"
1065
- #~ msgstr "Totale accessi"
1066
-
1067
- #~ msgid "Data Size"
1068
- #~ msgstr "Dimensione DB"
1069
-
1070
- #~ msgid "Tracking Active"
1071
- #~ msgstr "Tracciamento attivo"
1072
-
1073
- #~ msgid "Summary for"
1074
- #~ msgstr "Panoramica del"
1075
-
1076
- #~ msgid "this period"
1077
- #~ msgstr "periodo"
1078
-
1079
- #~ msgid "Unique IPs"
1080
- #~ msgstr "IP unici"
1081
-
1082
- #~ msgid "Avg Pageviews"
1083
- #~ msgstr "Media accessi"
1084
-
1085
- #~ msgid "On"
1086
- #~ msgstr "Il"
1087
-
1088
- #~ msgid "Last Month"
1089
- #~ msgstr "Mese scorso"
1090
-
1091
- #~ msgid "User agents"
1092
- #~ msgstr "User agents"
1093
-
1094
- #~ msgid "Popular pages of all time"
1095
- #~ msgstr "Pagine in assoluto pi&ugrave; popolari"
1096
-
1097
- #~ msgid "Open %s in a new window"
1098
- #~ msgstr "Apri %s in una nuova finestra"
1099
-
1100
- #~ msgid "More"
1101
- #~ msgstr "Dettagli"
1102
-
1103
- #~ msgid "Recent Keywords"
1104
- #~ msgstr "Parole chiave recenti"
1105
-
1106
- #~ msgid "Recent Countries"
1107
- #~ msgstr "Paesi recenti"
1108
-
1109
- #~ msgid "c-"
1110
- #~ msgstr "c-"
1111
-
1112
- #~ msgid "Traffic Sources Overview"
1113
- #~ msgstr "Panoramica sorgenti di traffico"
1114
-
1115
- #~ msgid "Human Visits by day - Click on a day for hourly metrics"
1116
- #~ msgstr ""
1117
- #~ "Visite umane al giorno - Clicca su un giorno per vedere il dettaglio "
1118
- #~ "orario"
1119
-
1120
- #~ msgid "Human Visits by hour"
1121
- #~ msgstr "Visite umane per ogni ora"
1122
-
1123
- #~ msgid "Human visits"
1124
- #~ msgstr "Visitatori umani"
1125
-
1126
- #~ msgid "One time visitors"
1127
- #~ msgstr "Una sola visita"
1128
-
1129
- #~ msgid "Bounce rate"
1130
- #~ msgstr "Tasso di rimbalzo"
1131
-
1132
- #~ msgid "Bots"
1133
- #~ msgstr "Bot"
1134
-
1135
- #~ msgid "Pages per visit"
1136
- #~ msgstr "Pagine per visita"
1137
-
1138
- #~ msgid "Longest visit"
1139
- #~ msgstr "Visita pi&ugrave; lunga"
1140
-
1141
- #~ msgid "Languages"
1142
- #~ msgstr "Lingue"
1143
-
1144
- #~ msgid "l-"
1145
- #~ msgstr "l-"
1146
-
1147
- #~ msgid "Languages - Just Visitors"
1148
- #~ msgstr "Lingue - Solo visitatori"
1149
-
1150
- #~ msgid "IP Addresses and Domains"
1151
- #~ msgstr "Indirizzi IP e Domini"
1152
-
1153
- #~ msgid "Recent Browsers"
1154
- #~ msgstr "Browser recenti"
1155
-
1156
- #~ msgid "Operating Systems"
1157
- #~ msgstr "Sistemi operativi"
1158
-
1159
- #~ msgid "Browsers and Operating Systems"
1160
- #~ msgstr "Browser e Sistemi operativi"
1161
-
1162
- #~ msgid "Screen Resolutions"
1163
- #~ msgstr "Risoluzioni schermo"
1164
-
1165
- #~ msgid "Screen Resolutions with colordepth"
1166
- #~ msgstr "Risoluzioni schermo e colori"
1167
-
1168
- #~ msgid "Plugins"
1169
- #~ msgstr "Plugin"
1170
-
1171
- #~ msgid "Flash"
1172
- #~ msgstr "Flash"
1173
-
1174
- #~ msgid "Silverlight"
1175
- #~ msgstr "Silverlight"
1176
-
1177
- #~ msgid "Acrobat"
1178
- #~ msgstr "Acrobat"
1179
-
1180
- #~ msgid "Java"
1181
- #~ msgstr "Java"
1182
-
1183
- #~ msgid "Media Player"
1184
- #~ msgstr "Media Player"
1185
-
1186
- #~ msgid "Real Player"
1187
- #~ msgstr "Real Player"
1188
-
1189
- #~ msgid "Top Countries"
1190
- #~ msgstr "Panoramica dei Paesi"
1191
-
1192
- #~ msgid "Details about Recent Visits"
1193
- #~ msgstr "Dettagli sulle visite recenti"
1194
-
1195
- #~ msgid "Direct visit to"
1196
- #~ msgstr "Visita diretta a"
1197
-
1198
- #~ msgid "Traffic Sources by day - Click on a day for hourly metrics"
1199
- #~ msgstr ""
1200
- #~ "Sorgenti di traffico al giorno - Clicca su un giorno per vedere il "
1201
- #~ "dettaglio orario"
1202
-
1203
- #~ msgid "Traffic Sources by hour"
1204
- #~ msgstr "Sorgenti di traffico orarie"
1205
-
1206
- #~ msgid "Unique Referers"
1207
- #~ msgstr "Sorgenti uniche"
1208
-
1209
- #~ msgid "Direct Visits"
1210
- #~ msgstr "Visite dirette"
1211
-
1212
- #~ msgid "Unique Pages Referred"
1213
- #~ msgstr "Pagine uniche riferite"
1214
-
1215
- #~ msgid "Recent bouncing pages"
1216
- #~ msgstr "Pagine di rimbalzo"
1217
-
1218
- #~ msgid "Unique Internal"
1219
- #~ msgstr "Ricerche interne"
1220
-
1221
- #~ msgid "Top Keywords"
1222
- #~ msgstr "Parole chiave principali"
1223
-
1224
- #~ msgid "Traffic Sources for"
1225
- #~ msgstr "Sorgenti di traffico del"
1226
-
1227
- #~ msgid "Sites for"
1228
- #~ msgstr "Siti del"
1229
-
1230
- #~ msgid "Recent Keywords &raquo; Pages"
1231
- #~ msgstr "Parole chiave &raquo; Pagine"
1232
-
1233
- #~ msgid "Open referer in a new window"
1234
- #~ msgstr "Apri il riferimento in una nuova finestra"
1235
-
1236
- #~ msgid ""
1237
- #~ "Average pageviews per visit by day - Click on a day for hourly metrics"
1238
- #~ msgstr ""
1239
- #~ "Pagine al giorno - Clicca su un giorno per vedere il dettaglio orario"
1240
-
1241
- #~ msgid "Average pageviews per visit by hour"
1242
- #~ msgstr "Media oraria delle pagine per visita"
1243
-
1244
- #~ msgid "Recent Contents"
1245
- #~ msgstr "Contenuti recenti"
1246
-
1247
- #~ msgid "Recent Feeds"
1248
- #~ msgstr "Feed recenti"
1249
-
1250
- #~ msgid "Popular pages for"
1251
- #~ msgstr "Pagine popolari del"
1252
-
1253
- #~ msgid "Recent 404 pages"
1254
- #~ msgstr "Pagine 404 recenti"
1255
-
1256
- #~ msgid "Recent Internal Searches"
1257
- #~ msgstr "Ricerche interne"
1258
-
1259
- #~ msgid "Top Exit Pages for"
1260
- #~ msgstr "Pagine d'uscita del"
1261
-
1262
- #~ msgid "Recent Outbound Links"
1263
- #~ msgstr "Link in uscita"
1264
-
1265
- #~ msgid "Recent Downloads"
1266
- #~ msgstr "Download recenti"
1267
-
1268
- #~ msgid "Order by"
1269
- #~ msgstr "Ordina per"
1270
-
1271
- #~ msgid "Country"
1272
- #~ msgstr "Paese"
1273
-
1274
- #~ msgid "Date/Time"
1275
- #~ msgstr "Data/Ora"
1276
-
1277
- #~ msgid "Language"
1278
- #~ msgstr "Lingua"
1279
-
1280
- #~ msgid "Select sorting"
1281
- #~ msgstr "Scegli ordine"
1282
-
1283
- #~ msgid "Ascending"
1284
- #~ msgstr "Crescente"
1285
-
1286
- #~ msgid "Descending"
1287
- #~ msgstr "Decrescente"
1288
-
1289
- #~ msgid "Starting from record #"
1290
- #~ msgstr "A partire dalla riga n."
1291
-
1292
- #~ msgid "No records found"
1293
- #~ msgstr "Nessun record trovato"
1294
-
1295
- #~ msgid "Records: %d - %d. Order by: %s %s"
1296
- #~ msgstr "Righe: %d - %d. Ordinamento: %s %s"
1297
-
1298
- #~ msgid "N/A"
1299
- #~ msgstr "N/D"
1300
-
1301
- #~ msgid "Direct visit"
1302
- #~ msgstr "Visita diretta"
1303
-
1304
- #~ msgid ""
1305
- #~ "World Map - Values represent the percentage of hits coming from that "
1306
- #~ "Country"
1307
- #~ msgstr ""
1308
- #~ "Mappa del mondo - I valori rappresentano le visite in percentuale "
1309
- #~ "provenienti da ogni Paese"
1310
-
1311
- #~ msgid "Pluggable custom reports"
1312
- #~ msgstr "Rapporti personalizzati"
1313
-
1314
- #~ msgid ""
1315
- #~ "Yes, you can! Create and view your personalized analytics for WP "
1316
- #~ "SlimStat. In order to do this, just write a new plugin that fetches the "
1317
- #~ "desired information from the database and then hook it to the action "
1318
- #~ "<code>wp_slimstat_custom_report</code>. A demo plugin comes with the "
1319
- #~ "package. It shows how to write custom reports in 5 minutes. You can find "
1320
- #~ "it inside the plugin&apos;s folder: <code>wp-slimstat-custom-report-demo."
1321
- #~ "php</code>. For more information, visit my <a href=\"http://lab."
1322
- #~ "duechiacchiere.it/\" target=\"_blank\">support forum</a>."
1323
- #~ msgstr ""
1324
- #~ "Si, si pu&ograve;! Creare e vedere le proprie statistiche personalizzate "
1325
- #~ "per WP SlimStat. Per far questo, ti basta scrivere un nuovo plugin che "
1326
- #~ "preleva le informazioni desiderate dal database, per poi agganciarlo al "
1327
- #~ "codice <code>wp_slimstat_custom_report</code>. Un esempio &egrave; "
1328
- #~ "incluso con la distribuzione. Mostra come scrivere rapporti "
1329
- #~ "personalizzati in 5 minuti. Lo trovi nella cartella del plugin: <code>wp-"
1330
- #~ "slimstat-custom-report-demo.php</code>. Per ulteriori informazioni, "
1331
- #~ "visita il mio <a href=\"http://lab.duechiacchiere.it/\" target=\"_blank"
1332
- #~ "\">forum di supporto</a>."
1333
-
1334
- #~ msgid "Domains"
1335
- #~ msgstr "Domini"
1336
-
1337
- #~ msgid "Visits"
1338
- #~ msgstr "Visite"
1339
-
1340
- #~ msgid "Unique Visits"
1341
- #~ msgstr "Visite uniche"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-07-20 12:40-0500\n"
6
+ "PO-Revision-Date: 2011-07-20 12:40-0500\n"
7
+ "Last-Translator: due chiacchiere <info@duechiacchiere.it>\n"
8
+ "Language-Team: due chiacchiere <info@duechiacchiere.it>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: Russian\n"
13
+ "X-Poedit-Country: RUSSIAN FEDERATION\n"
14
+ "X-Poedit-KeywordsList: __;_e\n"
15
+ "X-Poedit-Basepath: ../\n"
16
+ "Plural-Forms: s\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: subscribe-to-comments-reloaded.php:33
20
+ #: subscribe-to-comments-reloaded.php:221
21
+ #, fuzzy
22
+ msgid "Your subscription to this post needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
23
+ msgstr "Ваша подписка на эту статью нуждается в подтверждении. <a href='[manager_link]'>Редактировать</a> свои подписки."
24
+
25
+ #: subscribe-to-comments-reloaded.php:38
26
+ #: subscribe-to-comments-reloaded.php:220
27
+ #, fuzzy
28
+ msgid "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your subscriptions."
29
+ msgstr "Вы подписаны на эту статью. <a href='[manager_link]'>Редактировать</a> свои подписки."
30
+
31
+ #: subscribe-to-comments-reloaded.php:45
32
+ #: subscribe-to-comments-reloaded.php:222
33
+ #, fuzzy
34
+ msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
35
+ msgstr "Вы можете <a href='[manager_link]'>управлять подписками</a> на эту запись."
36
+
37
+ #: subscribe-to-comments-reloaded.php:50
38
+ #: subscribe-to-comments-reloaded.php:217
39
+ msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
40
+ msgstr "Получать новые комментарии по электронной почте. Вы можете <a href='[subscribe_link]'>подписатьсяi</a> без комментирования."
41
+
42
+ #: subscribe-to-comments-reloaded.php:60
43
+ msgid "All"
44
+ msgstr ""
45
+
46
+ #: subscribe-to-comments-reloaded.php:61
47
+ #: templates/user.php:66
48
+ msgid "Replies to my comments"
49
+ msgstr ""
50
+
51
+ #: subscribe-to-comments-reloaded.php:62
52
+ msgid "Daily digest"
53
+ msgstr ""
54
+
55
+ #: subscribe-to-comments-reloaded.php:194
56
+ #: options/index.php:41
57
+ msgid "Manage subscriptions"
58
+ msgstr "Редактирование подписки"
59
+
60
+ #: subscribe-to-comments-reloaded.php:195
61
+ msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
62
+ msgstr "Для управления своими подписками, пожалуйста, введите свой электронный адрес в форму ниже. Мы отправим вам сообщение со ссылкой на вашу персональную страницу управления."
63
+
64
+ #: subscribe-to-comments-reloaded.php:196
65
+ msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
66
+ msgstr "Спасибо, что пользуетесь нашим сервисом подписок. Ваш запрос выполнен. В течение нескольких минут вы должны получить письмо со ссылкой на страницу управления подписками."
67
+
68
+ #: subscribe-to-comments-reloaded.php:197
69
+ msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
70
+ msgstr "Вы можете следить за обсуждением статьи <strong>[post_title]</strong>, не оставляя своего комментария. Здорово, не правда ли? Просто введите свой электронный адрес в форму ниже, и готово!"
71
+
72
+ #: subscribe-to-comments-reloaded.php:198
73
+ msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
74
+ msgstr "Спасибо, что пользуетесь нашим сервисом подписок. Ваш запрос выполнен. Вы будете получать уведомления каждый раз, как новый комментарий к этот статье будет одобрен и опубликован администратором сайта."
75
+
76
+ #: subscribe-to-comments-reloaded.php:199
77
+ msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
78
+ msgstr "Спасибо, что пользуетесь нашим сервисом подписок. Чтобы подтвердить свой запрос, пожалуйста, проверьте свою почту и следуйте инструкциям в письме о подтверждении."
79
+
80
+ #: subscribe-to-comments-reloaded.php:200
81
+ msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
82
+ msgstr "Чтобы отменить или приостановить одно или более уведомлений, щелкните в соответствующем окошке выбора и нажмите на кнопку в конце списка."
83
+
84
+ #: subscribe-to-comments-reloaded.php:201
85
+ msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
86
+ msgstr "Чтобы отменить или приостановить одно или более уведомлений, щелкните в соответствующем окошке выбора и нажмите на кнопку в конце списка. На данный момент вы подписаны на:"
87
+
88
+ #: subscribe-to-comments-reloaded.php:215
89
+ msgid "There is a new comment to [post_title]"
90
+ msgstr "Появился новый комментарий к статье [post_title]"
91
+
92
+ #: subscribe-to-comments-reloaded.php:216
93
+ msgid ""
94
+ "There is a new comment to [post_title].\n"
95
+ "Comment Link: [comment_permalink]\n"
96
+ "Author: [comment_author]\n"
97
+ "Comment:\n"
98
+ "[comment_content]\n"
99
+ "Permalink: [post_permalink]\n"
100
+ "Manage your subscriptions: [manager_link]"
101
+ msgstr ""
102
+ "Появился новый комментарий к статье [post_title].\n"
103
+ "Ссылка на комментарий: [comment_permalink]\n"
104
+ "Автор: [comment_author]\n"
105
+ "Комментарий:\n"
106
+ "[comment_content]\n"
107
+ "\n"
108
+ "Ссылка на статью: [post_permalink]\n"
109
+ "Управление подписками: [manager_link]"
110
+
111
+ #: subscribe-to-comments-reloaded.php:223
112
+ msgid "Please confirm your subscription to [post_title]"
113
+ msgstr "Пожалуйста, подтвердите свою подписку на статью [post_title]"
114
+
115
+ #: subscribe-to-comments-reloaded.php:224
116
+ msgid ""
117
+ "You have requested to be notified every time a new comment is added to:\n"
118
+ "[post_permalink]\n"
119
+ "\n"
120
+ "Please confirm your request by clicking on this link:\n"
121
+ "[confirm_link]"
122
+ msgstr ""
123
+ "Вы сделали запрос на получение новых комментариев к статье:\n"
124
+ "[post_permalink]\n"
125
+ "\n"
126
+ "Пожалуйста, перейдите по следующей ссылке, чтобы подтвердить подписку:\n"
127
+ "[confirm_link]"
128
+
129
+ #: subscribe-to-comments-reloaded.php:225
130
+ msgid "Manage your subscriptions on [blog_name]"
131
+ msgstr "Редактировать свои подписки на сайте [blog_name]"
132
+
133
+ #: subscribe-to-comments-reloaded.php:226
134
+ msgid ""
135
+ "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
136
+ "[manager_link]"
137
+ msgstr ""
138
+ "Вы сделали запрос на редактирование своих подписок на комментарии к статьям на сайте [blog_name]. Вот ссылка на вашу личную страницу управления подписками:\n"
139
+ "[manager_link]"
140
+
141
+ #: subscribe-to-comments-reloaded.php:956
142
+ msgid "Subscribed"
143
+ msgstr "Подписано"
144
+
145
+ #: subscribe-to-comments-reloaded.php:970
146
+ #: options/panel2.php:41
147
+ #: options/panel2.php:48
148
+ #: options/panel2.php:55
149
+ #: options/panel5.php:42
150
+ #: options/panel5.php:49
151
+ #: options/panel5.php:56
152
+ #: options/panel5.php:63
153
+ #: options/panel5.php:70
154
+ #: options/panel5.php:77
155
+ msgid "Yes"
156
+ msgstr "Да"
157
+
158
+ #: subscribe-to-comments-reloaded.php:972
159
+ #, fuzzy
160
+ msgid "Pending"
161
+ msgstr "Crescente"
162
+
163
+ #: subscribe-to-comments-reloaded.php:973
164
+ #: options/panel2.php:42
165
+ #: options/panel2.php:49
166
+ #: options/panel2.php:56
167
+ #: options/panel5.php:43
168
+ #: options/panel5.php:50
169
+ #: options/panel5.php:57
170
+ #: options/panel5.php:64
171
+ #: options/panel5.php:71
172
+ #: options/panel5.php:78
173
+ msgid "No"
174
+ msgstr "Нет"
175
+
176
+ #: subscribe-to-comments-reloaded.php:983
177
+ msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
178
+ msgstr "Нужна помощь в использовани плагина Subscribe to Comments Reloaded? Посетите наш официальный"
179
+
180
+ #: subscribe-to-comments-reloaded.php:983
181
+ msgid "support forum"
182
+ msgstr "форум поддержки"
183
+
184
+ #: subscribe-to-comments-reloaded.php:984
185
+ msgid "Feeling generous?"
186
+ msgstr "Хотите проявить щедрость?"
187
+
188
+ #: subscribe-to-comments-reloaded.php:984
189
+ msgid "Donate a few bucks!"
190
+ msgstr "Пожертвуйте пару баксов!"
191
+
192
+ #: options/index.php:42
193
+ #, fuzzy
194
+ msgid "Comment Form"
195
+ msgstr "Форма комментария"
196
+
197
+ #: options/index.php:43
198
+ #, fuzzy
199
+ msgid "Management Page"
200
+ msgstr "Страница управления"
201
+
202
+ #: options/index.php:44
203
+ #, fuzzy
204
+ msgid "Notifications"
205
+ msgstr "Тема письма с уведомлением"
206
+
207
+ #: options/index.php:45
208
+ #: options/panel2.php:35
209
+ #: options/panel3.php:38
210
+ #: options/panel4.php:34
211
+ msgid "Options"
212
+ msgstr "Параметры"
213
+
214
+ #: options/index.php:46
215
+ msgid "You can help"
216
+ msgstr ""
217
+
218
+ #: options/panel1-business-logic.php:18
219
+ #, fuzzy
220
+ msgid "Subscription added."
221
+ msgstr "Подписки"
222
+
223
+ #: options/panel1-business-logic.php:30
224
+ #, fuzzy
225
+ msgid "Subscriptions updated."
226
+ msgstr "Подписки"
227
+
228
+ #: options/panel1-business-logic.php:39
229
+ #, fuzzy
230
+ msgid "Subscription deleted."
231
+ msgstr "Подписка оформлена"
232
+
233
+ #: options/panel1-business-logic.php:54
234
+ #: templates/author.php:22
235
+ #: templates/user.php:22
236
+ #, fuzzy
237
+ msgid "Subscriptions deleted:"
238
+ msgstr "Подписки для:"
239
+
240
+ #: options/panel1-business-logic.php:58
241
+ #: templates/author.php:26
242
+ #: templates/user.php:26
243
+ #, fuzzy
244
+ msgid "Subscriptions suspended:"
245
+ msgstr "Подписка оформлена"
246
+
247
+ #: options/panel1-business-logic.php:62
248
+ #: templates/author.php:30
249
+ #: templates/user.php:30
250
+ #, fuzzy
251
+ msgid "Subscriptions activated:"
252
+ msgstr "Подписки для:"
253
+
254
+ #: options/panel1-business-logic.php:66
255
+ #: options/panel1-business-logic.php:70
256
+ #: templates/author.php:34
257
+ #: templates/author.php:38
258
+ #: templates/user.php:34
259
+ #, fuzzy
260
+ msgid "Subscriptions updated:"
261
+ msgstr "Подписки для:"
262
+
263
+ #: options/panel1-business-logic.php:94
264
+ msgid "&laquo; Previous"
265
+ msgstr "&laquo; Precedenti"
266
+
267
+ #: options/panel1-business-logic.php:98
268
+ msgid "Next &raquo;"
269
+ msgstr "Successivi &raquo;"
270
+
271
+ #: options/panel1-edit-subscription.php:8
272
+ #, fuzzy
273
+ msgid "Update Subscription"
274
+ msgstr "Обновить подписку"
275
+
276
+ #: options/panel1-edit-subscription.php:10
277
+ #: options/panel1.php:19
278
+ #: options/panel1.php:81
279
+ #: options/panel1.php:113
280
+ #: templates/author.php:51
281
+ #: templates/user.php:47
282
+ msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
283
+ msgstr "Внимание: эту операцию нельзя отменить. Вы уверены, что хотите продолжить?"
284
+
285
+ #: options/panel1-edit-subscription.php:12
286
+ #, fuzzy
287
+ msgid "Post:"
288
+ msgstr "Ряды:"
289
+
290
+ #: options/panel1-edit-subscription.php:13
291
+ #: options/panel1.php:21
292
+ msgid "From"
293
+ msgstr "С"
294
+
295
+ #: options/panel1-edit-subscription.php:14
296
+ #: options/panel1.php:22
297
+ msgid "To"
298
+ msgstr "на"
299
+
300
+ #: options/panel1-edit-subscription.php:15
301
+ #: options/panel1.php:26
302
+ #: options/panel1.php:45
303
+ #: options/panel1.php:103
304
+ msgid "Status"
305
+ msgstr "Статус"
306
+
307
+ #: options/panel1-edit-subscription.php:17
308
+ #: options/panel1.php:28
309
+ msgid "Keep unchanged"
310
+ msgstr ""
311
+
312
+ #: options/panel1-edit-subscription.php:18
313
+ #: options/panel1.php:29
314
+ #: options/panel1.php:47
315
+ #, fuzzy
316
+ msgid "Active"
317
+ msgstr "Действие"
318
+
319
+ #: options/panel1-edit-subscription.php:19
320
+ #: options/panel1.php:30
321
+ #: options/panel1.php:48
322
+ msgid "Replies only"
323
+ msgstr ""
324
+
325
+ #: options/panel1-edit-subscription.php:20
326
+ #: options/panel1.php:31
327
+ #, fuzzy
328
+ msgid "Suspended"
329
+ msgstr "Приостановить"
330
+
331
+ #: options/panel1-edit-subscription.php:21
332
+ #: options/panel1.php:32
333
+ msgid "Update"
334
+ msgstr "Обновить"
335
+
336
+ #: options/panel1.php:17
337
+ #, fuzzy
338
+ msgid "Mass Update Subscriptions"
339
+ msgstr "Обновить подписки"
340
+
341
+ #: options/panel1.php:23
342
+ #: options/panel1.php:24
343
+ #: options/panel1.php:25
344
+ #, fuzzy
345
+ msgid "optional"
346
+ msgstr "Параметры"
347
+
348
+ #: options/panel1.php:39
349
+ #, fuzzy
350
+ msgid "Add New Subscription"
351
+ msgstr "Новая подписка на"
352
+
353
+ #: options/panel1.php:43
354
+ #, fuzzy
355
+ msgid "Post ID"
356
+ msgstr "Запись (ID)"
357
+
358
+ #: options/panel1.php:44
359
+ #: options/panel1.php:90
360
+ #: templates/request-management-link.php:65
361
+ #: templates/subscribe.php:88
362
+ #: templates/user.php:52
363
+ msgid "Email"
364
+ msgstr "Эл. адрес"
365
+
366
+ #: options/panel1.php:49
367
+ msgid "Ask user to confirm"
368
+ msgstr ""
369
+
370
+ #: options/panel1.php:50
371
+ msgid "Add"
372
+ msgstr ""
373
+
374
+ #: options/panel1.php:59
375
+ #, fuzzy
376
+ msgid "Search subscriptions"
377
+ msgstr "Подписки"
378
+
379
+ #: options/panel1.php:61
380
+ #, fuzzy, php-format
381
+ msgid "You can either <a href=\"%s\">view all the subscriptions</a> or find those where the"
382
+ msgstr "Вы можете <a href=\"%s\">вывести все подписки</a> или те, где значение <b>эл. адрес</b>"
383
+
384
+ #: options/panel1.php:64
385
+ #, fuzzy
386
+ msgid "email"
387
+ msgstr "Эл. адрес"
388
+
389
+ #: options/panel1.php:65
390
+ #, fuzzy
391
+ msgid "post ID"
392
+ msgstr "Запись (ID)"
393
+
394
+ #: options/panel1.php:66
395
+ #, fuzzy
396
+ msgid "status"
397
+ msgstr "Статус"
398
+
399
+ #: options/panel1.php:69
400
+ msgid "equals"
401
+ msgstr "равнозначно"
402
+
403
+ #: options/panel1.php:70
404
+ msgid "contains"
405
+ msgstr "содержит"
406
+
407
+ #: options/panel1.php:71
408
+ msgid "does not contain"
409
+ msgstr "не содержит"
410
+
411
+ #: options/panel1.php:72
412
+ #, fuzzy
413
+ msgid "starts with"
414
+ msgstr "Finisce per"
415
+
416
+ #: options/panel1.php:73
417
+ #, fuzzy
418
+ msgid "ends with"
419
+ msgstr "Finisce per"
420
+
421
+ #: options/panel1.php:76
422
+ msgid "results per page:"
423
+ msgstr ""
424
+
425
+ #: options/panel1.php:77
426
+ msgid "Search"
427
+ msgstr "Искать"
428
+
429
+ #: options/panel1.php:85
430
+ msgid "Reverse the order by Post ID"
431
+ msgstr "Изменить порядок по ID записи"
432
+
433
+ #: options/panel1.php:86
434
+ #: options/panel1.php:87
435
+ msgid "Reverse the order by Date/Time"
436
+ msgstr "Изменить порядок по дате/времени"
437
+
438
+ #: options/panel1.php:89
439
+ msgid "Post (ID)"
440
+ msgstr "Запись (ID)"
441
+
442
+ #: options/panel1.php:92
443
+ #, fuzzy
444
+ msgid "Search query:"
445
+ msgstr "Cerca email"
446
+
447
+ #: options/panel1.php:92
448
+ msgid "Rows:"
449
+ msgstr "Ряды:"
450
+
451
+ #: options/panel1.php:92
452
+ msgid "of"
453
+ msgstr " "
454
+
455
+ #: options/panel1.php:93
456
+ #: templates/author.php:57
457
+ #: templates/user.php:53
458
+ msgid "Legend: Y = all comments, R = replies only, C = inactive"
459
+ msgstr ""
460
+
461
+ #: options/panel1.php:102
462
+ msgid "Date and Time"
463
+ msgstr "Дата и время"
464
+
465
+ #: options/panel1.php:112
466
+ #, fuzzy
467
+ msgid "Edit"
468
+ msgstr "Finisce per"
469
+
470
+ #: options/panel1.php:113
471
+ #: templates/author.php:70
472
+ #: templates/user.php:64
473
+ msgid "Delete"
474
+ msgstr "Удалить"
475
+
476
+ #: options/panel1.php:121
477
+ #: templates/author.php:69
478
+ #: templates/user.php:63
479
+ msgid "Action:"
480
+ msgstr "Действие:"
481
+
482
+ #: options/panel1.php:122
483
+ msgid "Delete forever"
484
+ msgstr "Удалить навсегда"
485
+
486
+ #: options/panel1.php:123
487
+ #: templates/author.php:71
488
+ #: templates/user.php:65
489
+ msgid "Suspend"
490
+ msgstr "Приостановить"
491
+
492
+ #: options/panel1.php:124
493
+ msgid "Activate and set to Y"
494
+ msgstr ""
495
+
496
+ #: options/panel1.php:125
497
+ msgid "Activate and set to R"
498
+ msgstr ""
499
+
500
+ #: options/panel1.php:126
501
+ #: templates/author.php:73
502
+ #: templates/user.php:67
503
+ msgid "Activate"
504
+ msgstr ""
505
+
506
+ #: options/panel1.php:127
507
+ #: templates/author.php:74
508
+ #: templates/user.php:68
509
+ msgid "Update subscriptions"
510
+ msgstr "Обновить подписки"
511
+
512
+ #: options/panel1.php:131
513
+ #, fuzzy
514
+ msgid "Sorry, no subscriptions match your search criteria."
515
+ msgstr "Извините, не найдено подписок для"
516
+
517
+ #: options/panel2.php:11
518
+ #: options/panel2.php:39
519
+ #, fuzzy
520
+ msgid "Enable default checkbox"
521
+ msgstr "Включить двойное подтверждение"
522
+
523
+ #: options/panel2.php:12
524
+ #: options/panel2.php:46
525
+ msgid "Checked by default"
526
+ msgstr "Выбор по умолчанию"
527
+
528
+ #: options/panel2.php:13
529
+ #: options/panel2.php:53
530
+ #, fuzzy
531
+ msgid "Advanced subscription"
532
+ msgstr "Обновить подписку"
533
+
534
+ #: options/panel2.php:14
535
+ #: options/panel2.php:60
536
+ msgid "Custom inline style"
537
+ msgstr "Изменяемый стиль inline"
538
+
539
+ #: options/panel2.php:15
540
+ #: options/panel2.php:65
541
+ msgid "Custom HTML"
542
+ msgstr "Изменяемый HTML"
543
+
544
+ #: options/panel2.php:17
545
+ msgid "Checkbox label"
546
+ msgstr "Ярлык окошка выбора"
547
+
548
+ #: options/panel2.php:18
549
+ #: options/panel2.php:81
550
+ msgid "Subscribed label"
551
+ msgstr "Ярлык оформленной подписки"
552
+
553
+ #: options/panel2.php:19
554
+ msgid "Awaiting label"
555
+ msgstr "Ярлык неподтвержденной подписки"
556
+
557
+ #: options/panel2.php:20
558
+ #: options/panel2.php:91
559
+ msgid "Author label"
560
+ msgstr "Ярлык автора"
561
+
562
+ #: options/panel2.php:25
563
+ #: options/panel3.php:25
564
+ #: options/panel4.php:23
565
+ #: options/panel5.php:22
566
+ msgid "Your settings have been successfully updated."
567
+ msgstr "Ваши настройки успешно обновлены."
568
+
569
+ #: options/panel2.php:28
570
+ #: options/panel3.php:28
571
+ #: options/panel4.php:26
572
+ #: options/panel5.php:25
573
+ msgid "There was an error updating the following fields:"
574
+ msgstr "Произошла ошибка в обновлении следующих полей:"
575
+
576
+ #: options/panel2.php:43
577
+ msgid "Disable this option if you want to move the subscription checkbox to a different place on your page."
578
+ msgstr ""
579
+
580
+ #: options/panel2.php:50
581
+ msgid "Decide if the checkbox should be checked by default or not."
582
+ msgstr "Определите, должно ли окошко выбора быть выбранным по умолчанию."
583
+
584
+ #: options/panel2.php:57
585
+ msgid "Allow users to choose from different subscription types (all, replies only)."
586
+ msgstr ""
587
+
588
+ #: options/panel2.php:62
589
+ msgid "Custom inline CSS to add to the checkbox."
590
+ msgstr "Изменяемый Inline CSS для добавления к окошку выбора"
591
+
592
+ #: options/panel2.php:67
593
+ msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
594
+ msgstr "Собственный код HTML для использования при отображении окошка выбора. Разрешенные теги: [checkbox_field], [checkbox_label]"
595
+
596
+ #: options/panel2.php:72
597
+ msgid "Messages for your visitors"
598
+ msgstr ""
599
+
600
+ #: options/panel2.php:76
601
+ #, fuzzy
602
+ msgid "Default label"
603
+ msgstr "Ярлык автора"
604
+
605
+ #: options/panel2.php:78
606
+ msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
607
+ msgstr "Текст рядом с окошком выбора. Разрешенный тег: [subscribe_link]"
608
+
609
+ #: options/panel2.php:83
610
+ msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
611
+ msgstr "Текст, видимый подписавшимся читателям. Разрешенный тег: [manager_link]"
612
+
613
+ #: options/panel2.php:86
614
+ #, fuzzy
615
+ msgid "Pending label"
616
+ msgstr "Ярлык неподтвержденной подписки"
617
+
618
+ #: options/panel2.php:88
619
+ msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
620
+ msgstr "Текст, видимый читателям, еще не подтвердившим свою подписку. Разрешенный тег: [manager_link]"
621
+
622
+ #: options/panel2.php:93
623
+ msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
624
+ msgstr "Тест, видимый авторам и администраторам. Разрешенный тег: [manager_link]"
625
+
626
+ #: options/panel2.php:97
627
+ #: options/panel3.php:136
628
+ #: options/panel4.php:103
629
+ #: options/panel5.php:83
630
+ msgid "Save Changes"
631
+ msgstr "Сохранить изменения"
632
+
633
+ #: options/panel3.php:10
634
+ #: options/panel3.php:42
635
+ msgid "Page title"
636
+ msgstr "Заголовок страницы"
637
+
638
+ #: options/panel3.php:11
639
+ msgid "Management Page ID"
640
+ msgstr "ID страницы управления"
641
+
642
+ #: options/panel3.php:12
643
+ #: options/panel3.php:54
644
+ #, fuzzy
645
+ msgid "Custom HEAD meta"
646
+ msgstr "Rapporti personali"
647
+
648
+ #: options/panel3.php:14
649
+ #: options/panel3.php:65
650
+ msgid "Request link"
651
+ msgstr "Ссылка на запрос"
652
+
653
+ #: options/panel3.php:15
654
+ #: options/panel3.php:75
655
+ msgid "Request submitted"
656
+ msgstr "Запрос отправлен"
657
+
658
+ #: options/panel3.php:16
659
+ #: options/panel3.php:85
660
+ msgid "Subscribe without commenting"
661
+ msgstr "Подписка без комментирования"
662
+
663
+ #: options/panel3.php:17
664
+ #: options/panel3.php:95
665
+ msgid "Subscription processed"
666
+ msgstr "Подписка оформлена"
667
+
668
+ #: options/panel3.php:18
669
+ #: options/panel3.php:105
670
+ msgid "Subscription processed (DCI)"
671
+ msgstr "Подписка оформлена (DCI)"
672
+
673
+ #: options/panel3.php:19
674
+ #: options/panel3.php:115
675
+ msgid "Authors"
676
+ msgstr "Авторы"
677
+
678
+ #: options/panel3.php:20
679
+ #: options/panel3.php:125
680
+ msgid "Users"
681
+ msgstr "Пользователи"
682
+
683
+ #: options/panel3.php:44
684
+ msgid "Title of the page your visitors will use to manage their subscriptions."
685
+ msgstr "Заголовок страницы, на которой пользователи будут редактировать свои подписки."
686
+
687
+ #: options/panel3.php:47
688
+ msgid "Management page"
689
+ msgstr "Страница управления"
690
+
691
+ #: options/panel3.php:49
692
+ msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
693
+ msgstr "Постоянная ссылка на вашу страницу управления (<code>/manage-subscriptions</code> или <code>/page_id=345</code>). Эта страница фактически <b>не существует</b> в системе, но постоянная ссылка на нее должна соответствовать вашим установкам постоянных ссылок в Wordpress."
694
+
695
+ #: options/panel3.php:51
696
+ msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
697
+ msgstr ""
698
+
699
+ #: options/panel3.php:56
700
+ msgid "Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values."
701
+ msgstr ""
702
+
703
+ #: options/panel3.php:61
704
+ #: options/panel4.php:50
705
+ #, fuzzy
706
+ msgid "Messages"
707
+ msgstr "Почтовые сообщения"
708
+
709
+ #: options/panel3.php:66
710
+ #: options/panel3.php:76
711
+ #: options/panel3.php:86
712
+ #: options/panel3.php:96
713
+ #: options/panel3.php:106
714
+ #: options/panel3.php:116
715
+ #: options/panel3.php:126
716
+ #: options/panel4.php:61
717
+ #: options/panel4.php:77
718
+ #: options/panel4.php:93
719
+ msgid "Bold"
720
+ msgstr "Жирный"
721
+
722
+ #: options/panel3.php:67
723
+ #: options/panel3.php:77
724
+ #: options/panel3.php:87
725
+ #: options/panel3.php:97
726
+ #: options/panel3.php:107
727
+ #: options/panel3.php:117
728
+ #: options/panel3.php:127
729
+ #: options/panel4.php:62
730
+ #: options/panel4.php:78
731
+ #: options/panel4.php:94
732
+ msgid "Italic"
733
+ msgstr "С наклоном"
734
+
735
+ #: options/panel3.php:68
736
+ #: options/panel3.php:78
737
+ #: options/panel3.php:88
738
+ #: options/panel3.php:98
739
+ #: options/panel3.php:108
740
+ #: options/panel3.php:118
741
+ #: options/panel3.php:128
742
+ #: options/panel4.php:63
743
+ #: options/panel4.php:79
744
+ #: options/panel4.php:95
745
+ msgid "Link"
746
+ msgstr "Ссылка"
747
+
748
+ #: options/panel3.php:69
749
+ #: options/panel3.php:79
750
+ #: options/panel3.php:89
751
+ #: options/panel3.php:99
752
+ #: options/panel3.php:109
753
+ #: options/panel3.php:119
754
+ #: options/panel3.php:129
755
+ #: options/panel4.php:64
756
+ #: options/panel4.php:80
757
+ #: options/panel4.php:96
758
+ msgid "Image"
759
+ msgstr "Изображение"
760
+
761
+ #: options/panel3.php:72
762
+ msgid "Text shown to those who request to manage their subscriptions."
763
+ msgstr "Текст, видимый сделавшим запрос на управление подписками."
764
+
765
+ #: options/panel3.php:82
766
+ msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
767
+ msgstr "Текст благодарности, выводимый после обработки сделанного запроса. Разрешены теги: [post_title], [post_permalink]"
768
+
769
+ #: options/panel3.php:92
770
+ msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
771
+ msgstr "Текст для желающих подписаться без комментирования. Разрешены теги: [post_title], [post_permalink]"
772
+
773
+ #: options/panel3.php:102
774
+ msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
775
+ msgstr "Текст благодарности, выводимый после обработки запроса на подписку (двойное подтверждение отключено). Разрешены теги: [post_title], [post_permalink]"
776
+
777
+ #: options/panel3.php:112
778
+ msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
779
+ msgstr "Текст благодарности, выводимый после обработки запроса на подписку (двойное подтверждение включено). Разрешены теги: [post_title], [post_permalink]"
780
+
781
+ #: options/panel3.php:122
782
+ msgid "Introductory text for the authors' management page."
783
+ msgstr "Вводный текст на странице управления подписками для авторов."
784
+
785
+ #: options/panel3.php:132
786
+ msgid "Introductory text for the users' management page."
787
+ msgstr "Вводный текст на странице управления подписками для подписчиков."
788
+
789
+ #: options/panel4.php:11
790
+ #: options/panel4.php:38
791
+ msgid "Sender name"
792
+ msgstr "Имя отправителя"
793
+
794
+ #: options/panel4.php:12
795
+ #: options/panel4.php:43
796
+ msgid "Sender email address"
797
+ msgstr "Эл. адрес отправителя"
798
+
799
+ #: options/panel4.php:13
800
+ #: options/panel4.php:54
801
+ msgid "Notification subject"
802
+ msgstr "Тема письма с уведомлением"
803
+
804
+ #: options/panel4.php:14
805
+ #: options/panel4.php:59
806
+ msgid "Notification message"
807
+ msgstr "Текст уведомления"
808
+
809
+ #: options/panel4.php:15
810
+ #: options/panel4.php:70
811
+ msgid "Double check subject"
812
+ msgstr "Тема письма о подтверждении подписки"
813
+
814
+ #: options/panel4.php:16
815
+ #: options/panel4.php:75
816
+ msgid "Double check message"
817
+ msgstr "Текст письма о подтверждении подписки"
818
+
819
+ #: options/panel4.php:17
820
+ #: options/panel4.php:86
821
+ msgid "Management subject"
822
+ msgstr "Тема письма об управлении подписками"
823
+
824
+ #: options/panel4.php:18
825
+ #: options/panel4.php:91
826
+ msgid "Management message"
827
+ msgstr "Текст письма об управлении подписками"
828
+
829
+ #: options/panel4.php:40
830
+ msgid "Name to use for the \"from\" field when sending a new notification to the user."
831
+ msgstr "Имя в поле \"От кого\" в новом уведомлении пользователю."
832
+
833
+ #: options/panel4.php:45
834
+ msgid "Email address to use for the \"from\" field when sending a new notification to the user."
835
+ msgstr "Эл. адрес в поле \"От кого\" в новом уведомлении пользователю."
836
+
837
+ #: options/panel4.php:56
838
+ msgid "Subject of the notification email. Allowed tag: [post_title]"
839
+ msgstr "Тема письма с уведомлением. Разрешенный тег: [post_title]"
840
+
841
+ #: options/panel4.php:67
842
+ msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
843
+ msgstr "Текст уведомления. Разрешенные теги: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
844
+
845
+ #: options/panel4.php:72
846
+ msgid "Subject of the confirmation email. Allowed tag: [post_title]"
847
+ msgstr "Тема письма о подтверждении. Разрешенный тег: [post_title]"
848
+
849
+ #: options/panel4.php:83
850
+ msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
851
+ msgstr "Текст письма о подтвеждении. Разрешенные теги: [post_permalink], [confirm_link], [post_title], [manager_link]"
852
+
853
+ #: options/panel4.php:88
854
+ msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
855
+ msgstr "Тема письма подписчику, сделавшему запрос на доступ к странице управления подписками. Разрешенный тег: [blog_name]"
856
+
857
+ #: options/panel4.php:99
858
+ msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
859
+ msgstr "Текст письма об управлении подписками. Разрешенные теги: [blog_name],[manager_link]"
860
+
861
+ #: options/panel5.php:11
862
+ #: options/panel5.php:35
863
+ msgid "Autopurge requests"
864
+ msgstr "Автоматически удалять запросы"
865
+
866
+ #: options/panel5.php:12
867
+ #: options/panel5.php:40
868
+ msgid "Enable double check"
869
+ msgstr "Включить двойное подтверждение"
870
+
871
+ #: options/panel5.php:13
872
+ msgid "Notify authors"
873
+ msgstr "Уведомлять авторов"
874
+
875
+ #: options/panel5.php:14
876
+ #: options/panel5.php:54
877
+ msgid "Enable HTML emails"
878
+ msgstr "Использовать HTML письма"
879
+
880
+ #: options/panel5.php:15
881
+ msgid "Send trackbacks"
882
+ msgstr "Отправлять трэкбеки"
883
+
884
+ #: options/panel5.php:16
885
+ #: options/panel5.php:47
886
+ msgid "Notify admin"
887
+ msgstr "Уведомить админа"
888
+
889
+ #: options/panel5.php:17
890
+ #: options/panel5.php:75
891
+ msgid "Let admin subscribe"
892
+ msgstr "Позволить админу подписываться"
893
+
894
+ #: options/panel5.php:36
895
+ msgid "days"
896
+ msgstr "giorni"
897
+
898
+ #: options/panel5.php:37
899
+ msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
900
+ msgstr "Удалять ожидающие подтверждения (не подтвержденные) подписки через Х дней. Ноль отключает эту функцию."
901
+
902
+ #: options/panel5.php:44
903
+ msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
904
+ msgstr "Отправлять письмо с просьбой подтвердить подписку (чтобы избежать использования эл. адреса без ведома владельца)"
905
+
906
+ #: options/panel5.php:51
907
+ msgid "Notify the administrator when a new comment is posted."
908
+ msgstr "Уведомлять администратора о новом комментарии."
909
+
910
+ #: options/panel5.php:58
911
+ msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
912
+ msgstr "При выборе этой функции сообщения будут отправляться в формате текст/html вместо обычного текста"
913
+
914
+ #: options/panel5.php:61
915
+ #, fuzzy
916
+ msgid "Process trackbacks"
917
+ msgstr "Отправлять трэкбеки"
918
+
919
+ #: options/panel5.php:65
920
+ msgid "Notify users when a new trackback or pingback is added to the discussion."
921
+ msgstr "Уведомлять подписчиков о новых трэкбеках или пингбэках к обсуждению"
922
+
923
+ #: options/panel5.php:68
924
+ msgid "Track all subscriptions"
925
+ msgstr "Отследить все подписки"
926
+
927
+ #: options/panel5.php:72
928
+ msgid "Notify the administrator when users subscribe without commenting."
929
+ msgstr "Уведомлять администратора, когда пользователи подписываются без комментария."
930
+
931
+ #: options/panel5.php:79
932
+ msgid "Let the administrator subscribe to comments when logged in."
933
+ msgstr "Позволить админу подписываться, когда он авторизован."
934
+
935
+ #: options/panel6.php:8
936
+ msgid "Support the author"
937
+ msgstr "Поддержать автора"
938
+
939
+ #: options/panel6.php:16
940
+ msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
941
+ msgstr "Насколько важна функция, которую предоставляет этот плагин для ваших посетителей? Плагин <b>Subscribe to Comments Reloaded</b> есть и всегда будет бесплатным, но подумайте над тем, чтобы поддержать автора, если этот плагин сделал ваш сайт немного лучше, особенно если вы зарабатываете деньги с помощью своего сайта. Все пожертвования будут использованы для развития плагина <b>Subscribe to Comments Reloaded</b> и на то, чтобы купить немного еды моей голодной семье."
942
+
943
+ #: options/panel6.php:18
944
+ msgid "Don't want to donate? You can still help"
945
+ msgstr "Не хотите делать пожертвование? Вы все равно можете помочь"
946
+
947
+ #: options/panel6.php:19
948
+ msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
949
+ msgstr "Если вы не хотите помочь деньгами, пожалуйста, рассмотрите возможность написать о моем плагине в своем блоге и оставить ссылку на страницу плагина. Пожалуйста, расскажите своим читателям, что делает ваш блог лучше. Вы можете также пожертвовать свое время: не стесняйтесь отправлять мне отчеты об ошибках, свои файлы локализации, идеи по улучшению плагина <b>Subscribe to Comments Reloaded</b> и так далее. Что бы вы ни выбрали, спасибо, что пользуетесь моим плагином!"
950
+
951
+ #: options/panel6.php:21
952
+ msgid "Vote and show your appreciation"
953
+ msgstr "Проголосуйте и покажите свою признательность"
954
+
955
+ #: options/panel6.php:22
956
+ msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
957
+ msgstr "Расскажите другим, подходит ли вам плагин <b>Subscribe to Comments Reloaded</b>, и насколько он хорош. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Оцените</a> его в разделе плагинов на сайте Wordpress."
958
+
959
+ #: options/panel6.php:24
960
+ msgid "Sponsor's Corner"
961
+ msgstr ""
962
+
963
+ #: options/panel6.php:25
964
+ msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
965
+ msgstr ""
966
+
967
+ #: templates/author.php:56
968
+ msgid "Title"
969
+ msgstr "Заголовок"
970
+
971
+ #: templates/author.php:67
972
+ #: templates/user.php:61
973
+ msgid "Select all"
974
+ msgstr "Выбрать все"
975
+
976
+ #: templates/author.php:68
977
+ #: templates/user.php:62
978
+ msgid "Invert selection"
979
+ msgstr "Выбрать обратное"
980
+
981
+ #: templates/author.php:72
982
+ msgid "Set to Y"
983
+ msgstr ""
984
+
985
+ #: templates/author.php:78
986
+ #: templates/user.php:72
987
+ msgid "No subscriptions match your search criteria."
988
+ msgstr ""
989
+
990
+ #: templates/request-management-link.php:68
991
+ #: templates/subscribe.php:90
992
+ msgid "Send"
993
+ msgstr "Отправить"
994
+
995
+ #: templates/subscribe.php:43
996
+ #: templates/subscribe.php:44
997
+ msgid "New subscription to"
998
+ msgstr "Новая подписка на"
999
+
1000
+ #: templates/subscribe.php:44
1001
+ msgid "User:"
1002
+ msgstr "Пользователь:"
1003
+
1004
+ #~ msgid "Awaiting confirmation"
1005
+ #~ msgstr "Ожидает подтверждения"
1006
+
1007
+ #~ msgid "Stats"
1008
+ #~ msgstr "Статистика"
1009
+
1010
+ #~ msgid "Other Messages"
1011
+ #~ msgstr "Другие сообщения"
1012
+
1013
+ #~ msgid "Support"
1014
+ #~ msgstr "Поддержка"
1015
+
1016
+ #~ msgid "The status has been successfully updated. Rows affected:"
1017
+ #~ msgstr "Статус успешно обновлен. Изменены строки:"
1018
+
1019
+ #~ msgid ""
1020
+ #~ "Update the email address associated to a specific subscription (by post "
1021
+ #~ "ID)."
1022
+ #~ msgstr "Обновить эл. адрес определенной подписки (по ID записи)."
1023
+
1024
+ #~ msgid "PID"
1025
+ #~ msgstr "ID записи"
1026
+
1027
+ #~ msgid "Change status"
1028
+ #~ msgstr "Изменить статус"
1029
+
1030
+ #~ msgid ""
1031
+ #~ "Change the status of an email address or permanently delete all its "
1032
+ #~ "subscriptions."
1033
+ #~ msgstr ""
1034
+ #~ "Изменить статус электронного адреса или полностью удалить все его "
1035
+ #~ "подписки."
1036
+
1037
+ #~ msgid "Resume"
1038
+ #~ msgstr "Восстановить"
1039
+
1040
+ #~ msgid "Update email address"
1041
+ #~ msgstr "Обновить электронный адрес"
1042
+
1043
+ #~ msgid ""
1044
+ #~ "You can \"mass update\" all the occurrences of a given email address "
1045
+ #~ "(exact matches only)."
1046
+ #~ msgstr ""
1047
+ #~ "Вы можете изменить все использования определенного электронного адреса в "
1048
+ #~ "базе данных на новый (только для точных совпадений)."
1049
+
1050
+ #~ msgid "Search email address"
1051
+ #~ msgstr "Искать электронный адрес"
1052
+
1053
+ #~ msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
1054
+ #~ msgstr ""
1055
+ #~ "(Расшифровка: Y: подписано, N: приостановлено, C: ожидает подтверждения)"
1056
+
1057
+ #~ msgid "StCR table has been successfully optimized."
1058
+ #~ msgstr "Таблица StCR успешно обновлена."
1059
+
1060
+ #~ msgid "Subscriptions for"
1061
+ #~ msgstr "Подписки для"
1062
+
1063
+ #~ msgid "Filter by date"
1064
+ #~ msgstr "Filtra per data"
1065
+
1066
+ #~ msgid "Month"
1067
+ #~ msgstr "Mese"
1068
+
1069
+ #~ msgid "Year"
1070
+ #~ msgstr "Anno"
1071
+
1072
+ #~ msgid "No data to display"
1073
+ #~ msgstr "Nessun dato da visualizzare"
1074
+
1075
+ #~ msgid "optimize"
1076
+ #~ msgstr "оптимизировать"
1077
+
1078
+ #~ msgid "Database"
1079
+ #~ msgstr "База данных"
1080
+
1081
+ #~ msgid "Engine"
1082
+ #~ msgstr "Устройство"
1083
+
1084
+ #~ msgid "Created on"
1085
+ #~ msgstr "Создано"
1086
+
1087
+ #~ msgid "Records"
1088
+ #~ msgstr "Записи"
1089
+
1090
+ #~ msgid "Average Record Length"
1091
+ #~ msgstr "Средняя длина записи"
1092
+
1093
+ #~ msgid "Approximate Overhead"
1094
+ #~ msgstr "Прибл. объем пользовательских данных"
1095
+
1096
+ #~ msgid "Custom CSS Class"
1097
+ #~ msgstr "Класс изменяемого CSS"
1098
+
1099
+ #~ msgid ""
1100
+ #~ "Custom CSS class to associate to the checkbox, if you want to customize "
1101
+ #~ "its style."
1102
+ #~ msgstr ""
1103
+ #~ "Класс изменяемого CSS для окошка выбора, если вы хотите изменить его стиль"
1104
+
1105
+ #~ msgid "Subscriptions have been successfully updated."
1106
+ #~ msgstr "Подписки успешно обновлены."
1107
+
1108
+ #~ msgid "Sorry, no subscriptions found."
1109
+ #~ msgstr "Извините, подписки не найдены."
1110
+
1111
+ #~ msgid "All the subscriptions have been successfully updated."
1112
+ #~ msgstr "Все подписки успешно обновлены."
1113
+
1114
+ #~ msgid "Remove or suspend email address"
1115
+ #~ msgstr "Удалить или приостановить электронный адрес"
1116
+
1117
+ #~ msgid ""
1118
+ #~ "Your subscription has been successfully confirmed. Thank you for using "
1119
+ #~ "our notification service. Now you will receive a message every time "
1120
+ #~ "someone posts a new comment to"
1121
+ #~ msgstr ""
1122
+ #~ "La tua iscrizione &egrave; stata confermata con successo. Grazie per aver "
1123
+ #~ "usato il nostro servizio di notifica. Da ora in poi riceverai un "
1124
+ #~ "messaggio ogni volta che qualcuno lascia un commento per:"
1125
+
1126
+ #~ msgid ""
1127
+ #~ "The permalink for your management page. This page <b>does not</b> "
1128
+ #~ "actually exist in the system, is generated on-the-fly. It should start "
1129
+ #~ "with a / (i.e. <code>/manage-subscriptions</code>)"
1130
+ #~ msgstr ""
1131
+ #~ "Il <b>permalink</b> per la pagina di gestione. Questa pagina non esiste "
1132
+ #~ "in Wordpress, viene generata al volo dal plugin. Dovrebbe iniziare con "
1133
+ #~ "uno / (ad es. <code>/gestisci-sottoscrizioni</code)"
1134
+
1135
+ #~ msgid ""
1136
+ #~ "The ID (<strong>not the permalink!</strong>) of the management page you "
1137
+ #~ "created."
1138
+ #~ msgstr ""
1139
+ #~ "L'ID (<strong>non il permalink!</strong>) della pagina di gestione che "
1140
+ #~ "hai creato."
1141
+
1142
+ #~ msgid ""
1143
+ #~ "Send a notification email to confirm the subscription (to avoid addresses "
1144
+ #~ "misuse)"
1145
+ #~ msgstr ""
1146
+ #~ "Invia una email per confermare l'iscrizione ad un dato articolo (per "
1147
+ #~ "evitare l'uso scorretto di indirizzi email di terzi)"
1148
+
1149
+ #~ msgid ""
1150
+ #~ "Oops, Huston we have a problem! Please contact the administrator of this "
1151
+ #~ "blog for further details."
1152
+ #~ msgstr ""
1153
+ #~ "Ouch, Huston abbiamo un problema! Per favore contatta l'amministratore di "
1154
+ #~ "questo blog per maggiori informazioni."
1155
+
1156
+ #~ msgid ""
1157
+ #~ "You can manage the subscriptions to your articles on this page. In order "
1158
+ #~ "to cancel or suspend one or more notifications, select the corresponding "
1159
+ #~ "checkbox(es) and click on the button at the end of the list."
1160
+ #~ msgstr ""
1161
+ #~ "Tramite questa pagina puoi gestire le tue sottoscrizioni al mio blog. Se "
1162
+ #~ "desideri disdire o sospendere una o pi&ugrave; notifiche, spunta le "
1163
+ #~ "caselle corrispondenti agli articoli e clicca sul pusante in fondo alla "
1164
+ #~ "lista."
1165
+
1166
+ #~ msgid ""
1167
+ #~ "You can manage your subscriptions to the article of this blog on this "
1168
+ #~ "page. In order to cancel or suspend one or more notifications, select the "
1169
+ #~ "corresponding checkbox(es) and click on the button at the end of the "
1170
+ #~ "list. You are currently subscribed to:"
1171
+ #~ msgstr ""
1172
+ #~ "Tramite questa pagina puoi gestire le tue sottoscrizioni al mio blog. Se "
1173
+ #~ "desideri disdire o sospendere una o pi&ugrave; notifiche, spunta le "
1174
+ #~ "caselle corrispondenti agli articoli e clicca sul pusante in fondo alla "
1175
+ #~ "lista. Al momento, risulti iscritto a:"
1176
+
1177
+ #~ msgid ""
1178
+ #~ "If you know the ID of a post you want to manage, enter it in the field "
1179
+ #~ "here below to see a list of email addresses subscribed to it"
1180
+ #~ msgstr ""
1181
+ #~ "Se conosci l'ID dell'articolo che vuoi gestire, inseriscilo nel campo qui "
1182
+ #~ "di seguito per accedere alla relativa lista di indirizzi email iscritti "
1183
+ #~ "alla discussione"
1184
+
1185
+ #~ msgid "Search post ID"
1186
+ #~ msgstr "Cerca ID"
1187
+
1188
+ #~ msgid ""
1189
+ #~ "If you know the email address you want to manage, enter it in the field "
1190
+ #~ "here below to see a list of articles this reader is currently watching"
1191
+ #~ msgstr ""
1192
+ #~ "Se conosci l'indirizzo email che vuoi gestire, inseriscilo nel campo qui "
1193
+ #~ "di seguito per accedere alla relativa lista di articoli che sta "
1194
+ #~ "attualmente seguendo"
1195
+
1196
+ #~ msgid "Search by email address"
1197
+ #~ msgstr "Cerca per indirizzo email"
1198
+
1199
+ #~ msgid ""
1200
+ #~ "You are the author of this entry. <a href='[manager_link]'>Manage</a> its "
1201
+ #~ "subscriptions."
1202
+ #~ msgstr ""
1203
+ #~ "Sei l'autore di quest'articolo. Gestisci gli utenti <a "
1204
+ #~ "href='[manager_link]'>iscritti</a> alla discussione."
1205
+
1206
+ #~ msgid "Filters"
1207
+ #~ msgstr "Filtri"
1208
+
1209
+ #~ msgid "Search by post ID"
1210
+ #~ msgstr "Cerca per ID dell'articolo"
1211
+
1212
+ #~ msgid "Thank you"
1213
+ #~ msgstr "Grazie"
1214
+
1215
+ #~ msgid "\"From\" name"
1216
+ #~ msgstr "Nome del mittente"
1217
+
1218
+ #~ msgid "Dashboard"
1219
+ #~ msgstr "Bacheca"
1220
+
1221
+ #~ msgid "Visitors"
1222
+ #~ msgstr "Visitatori"
1223
+
1224
+ #~ msgid "Traffic Sources"
1225
+ #~ msgstr "Sorgenti di traffico"
1226
+
1227
+ #~ msgid "Content"
1228
+ #~ msgstr "Contenuto"
1229
+
1230
+ #~ msgid "Raw Data"
1231
+ #~ msgstr "Dati grezzi"
1232
+
1233
+ #~ msgid "World Map"
1234
+ #~ msgstr "Mappa"
1235
+
1236
+ #~ msgid "Current filters:"
1237
+ #~ msgstr "Filtri attivi:"
1238
+
1239
+ #~ msgid "Filter pageviews where"
1240
+ #~ msgstr "Filtra accessi in cui:"
1241
+
1242
+ #~ msgid "Browser"
1243
+ #~ msgstr "Browser"
1244
+
1245
+ #~ msgid "Browser version"
1246
+ #~ msgstr "Versione Browser"
1247
+
1248
+ #~ msgid "CSS version"
1249
+ #~ msgstr "Versione CSS"
1250
+
1251
+ #~ msgid "Country Code"
1252
+ #~ msgstr "Codice Paese"
1253
+
1254
+ #~ msgid "Domain"
1255
+ #~ msgstr "Dominio"
1256
+
1257
+ #~ msgid "IP"
1258
+ #~ msgstr "IP"
1259
+
1260
+ #~ msgid "Language Code"
1261
+ #~ msgstr "Codice Lingua"
1262
+
1263
+ #~ msgid "Operating System"
1264
+ #~ msgstr "Sistema operativo"
1265
+
1266
+ #~ msgid "Permalink"
1267
+ #~ msgstr "Permalink"
1268
+
1269
+ #~ msgid "Referer"
1270
+ #~ msgstr "Riferimento"
1271
+
1272
+ #~ msgid "Screen Resolution"
1273
+ #~ msgstr "Risoluzione schermo"
1274
+
1275
+ #~ msgid "Is equal to"
1276
+ #~ msgstr "Uguale a"
1277
+
1278
+ #~ msgid "Day"
1279
+ #~ msgstr "Giorno"
1280
+
1281
+ #~ msgid "Go"
1282
+ #~ msgstr "Vai"
1283
+
1284
+ #~ msgid "reset"
1285
+ #~ msgstr "annulla"
1286
+
1287
+ #~ msgid "Pageviews by day - Click on a day for hourly metrics"
1288
+ #~ msgstr ""
1289
+ #~ "Pagine al giorno - Clicca su un giorno per vedere il dettaglio orario"
1290
+
1291
+ #~ msgid "Pageviews by hour"
1292
+ #~ msgstr "Accessi orari"
1293
+
1294
+ #~ msgid "About WP-SlimStat"
1295
+ #~ msgstr "Informazioni su WP-SlimStat"
1296
+
1297
+ #~ msgid "Total Hits"
1298
+ #~ msgstr "Totale accessi"
1299
+
1300
+ #~ msgid "Data Size"
1301
+ #~ msgstr "Dimensione DB"
1302
+
1303
+ #~ msgid "Tracking Active"
1304
+ #~ msgstr "Tracciamento attivo"
1305
+
1306
+ #~ msgid "Summary for"
1307
+ #~ msgstr "Panoramica del"
1308
+
1309
+ #~ msgid "this period"
1310
+ #~ msgstr "periodo"
1311
+
1312
+ #~ msgid "Unique IPs"
1313
+ #~ msgstr "IP unici"
1314
+
1315
+ #~ msgid "Avg Pageviews"
1316
+ #~ msgstr "Media accessi"
1317
+
1318
+ #~ msgid "On"
1319
+ #~ msgstr "Il"
1320
+
1321
+ #~ msgid "Last Month"
1322
+ #~ msgstr "Mese scorso"
1323
+
1324
+ #~ msgid "User agents"
1325
+ #~ msgstr "User agents"
1326
+
1327
+ #~ msgid "Popular pages of all time"
1328
+ #~ msgstr "Pagine in assoluto pi&ugrave; popolari"
1329
+
1330
+ #~ msgid "Open %s in a new window"
1331
+ #~ msgstr "Apri %s in una nuova finestra"
1332
+
1333
+ #~ msgid "More"
1334
+ #~ msgstr "Dettagli"
1335
+
1336
+ #~ msgid "Recent Keywords"
1337
+ #~ msgstr "Parole chiave recenti"
1338
+
1339
+ #~ msgid "Recent Countries"
1340
+ #~ msgstr "Paesi recenti"
1341
+
1342
+ #~ msgid "c-"
1343
+ #~ msgstr "c-"
1344
+
1345
+ #~ msgid "Traffic Sources Overview"
1346
+ #~ msgstr "Panoramica sorgenti di traffico"
1347
+
1348
+ #~ msgid "Human Visits by day - Click on a day for hourly metrics"
1349
+ #~ msgstr ""
1350
+ #~ "Visite umane al giorno - Clicca su un giorno per vedere il dettaglio "
1351
+ #~ "orario"
1352
+
1353
+ #~ msgid "Human Visits by hour"
1354
+ #~ msgstr "Visite umane per ogni ora"
1355
+
1356
+ #~ msgid "Human visits"
1357
+ #~ msgstr "Visitatori umani"
1358
+
1359
+ #~ msgid "One time visitors"
1360
+ #~ msgstr "Una sola visita"
1361
+
1362
+ #~ msgid "Bounce rate"
1363
+ #~ msgstr "Tasso di rimbalzo"
1364
+
1365
+ #~ msgid "Bots"
1366
+ #~ msgstr "Bot"
1367
+
1368
+ #~ msgid "Pages per visit"
1369
+ #~ msgstr "Pagine per visita"
1370
+
1371
+ #~ msgid "Longest visit"
1372
+ #~ msgstr "Visita pi&ugrave; lunga"
1373
+
1374
+ #~ msgid "Languages"
1375
+ #~ msgstr "Lingue"
1376
+
1377
+ #~ msgid "l-"
1378
+ #~ msgstr "l-"
1379
+
1380
+ #~ msgid "Languages - Just Visitors"
1381
+ #~ msgstr "Lingue - Solo visitatori"
1382
+
1383
+ #~ msgid "IP Addresses and Domains"
1384
+ #~ msgstr "Indirizzi IP e Domini"
1385
+
1386
+ #~ msgid "Recent Browsers"
1387
+ #~ msgstr "Browser recenti"
1388
+
1389
+ #~ msgid "Operating Systems"
1390
+ #~ msgstr "Sistemi operativi"
1391
+
1392
+ #~ msgid "Browsers and Operating Systems"
1393
+ #~ msgstr "Browser e Sistemi operativi"
1394
+
1395
+ #~ msgid "Screen Resolutions"
1396
+ #~ msgstr "Risoluzioni schermo"
1397
+
1398
+ #~ msgid "Screen Resolutions with colordepth"
1399
+ #~ msgstr "Risoluzioni schermo e colori"
1400
+
1401
+ #~ msgid "Plugins"
1402
+ #~ msgstr "Plugin"
1403
+
1404
+ #~ msgid "Flash"
1405
+ #~ msgstr "Flash"
1406
+
1407
+ #~ msgid "Silverlight"
1408
+ #~ msgstr "Silverlight"
1409
+
1410
+ #~ msgid "Acrobat"
1411
+ #~ msgstr "Acrobat"
1412
+
1413
+ #~ msgid "Java"
1414
+ #~ msgstr "Java"
1415
+
1416
+ #~ msgid "Media Player"
1417
+ #~ msgstr "Media Player"
1418
+
1419
+ #~ msgid "Real Player"
1420
+ #~ msgstr "Real Player"
1421
+
1422
+ #~ msgid "Top Countries"
1423
+ #~ msgstr "Panoramica dei Paesi"
1424
+
1425
+ #~ msgid "Details about Recent Visits"
1426
+ #~ msgstr "Dettagli sulle visite recenti"
1427
+
1428
+ #~ msgid "Direct visit to"
1429
+ #~ msgstr "Visita diretta a"
1430
+
1431
+ #~ msgid "Traffic Sources by day - Click on a day for hourly metrics"
1432
+ #~ msgstr ""
1433
+ #~ "Sorgenti di traffico al giorno - Clicca su un giorno per vedere il "
1434
+ #~ "dettaglio orario"
1435
+
1436
+ #~ msgid "Traffic Sources by hour"
1437
+ #~ msgstr "Sorgenti di traffico orarie"
1438
+
1439
+ #~ msgid "Unique Referers"
1440
+ #~ msgstr "Sorgenti uniche"
1441
+
1442
+ #~ msgid "Direct Visits"
1443
+ #~ msgstr "Visite dirette"
1444
+
1445
+ #~ msgid "Unique Pages Referred"
1446
+ #~ msgstr "Pagine uniche riferite"
1447
+
1448
+ #~ msgid "Recent bouncing pages"
1449
+ #~ msgstr "Pagine di rimbalzo"
1450
+
1451
+ #~ msgid "Unique Internal"
1452
+ #~ msgstr "Ricerche interne"
1453
+
1454
+ #~ msgid "Top Keywords"
1455
+ #~ msgstr "Parole chiave principali"
1456
+
1457
+ #~ msgid "Traffic Sources for"
1458
+ #~ msgstr "Sorgenti di traffico del"
1459
+
1460
+ #~ msgid "Sites for"
1461
+ #~ msgstr "Siti del"
1462
+
1463
+ #~ msgid "Recent Keywords &raquo; Pages"
1464
+ #~ msgstr "Parole chiave &raquo; Pagine"
1465
+
1466
+ #~ msgid "Open referer in a new window"
1467
+ #~ msgstr "Apri il riferimento in una nuova finestra"
1468
+
1469
+ #~ msgid ""
1470
+ #~ "Average pageviews per visit by day - Click on a day for hourly metrics"
1471
+ #~ msgstr ""
1472
+ #~ "Pagine al giorno - Clicca su un giorno per vedere il dettaglio orario"
1473
+
1474
+ #~ msgid "Average pageviews per visit by hour"
1475
+ #~ msgstr "Media oraria delle pagine per visita"
1476
+
1477
+ #~ msgid "Recent Contents"
1478
+ #~ msgstr "Contenuti recenti"
1479
+
1480
+ #~ msgid "Recent Feeds"
1481
+ #~ msgstr "Feed recenti"
1482
+
1483
+ #~ msgid "Recent 404 pages"
1484
+ #~ msgstr "Pagine 404 recenti"
1485
+
1486
+ #~ msgid "Recent Internal Searches"
1487
+ #~ msgstr "Ricerche interne"
1488
+
1489
+ #~ msgid "Top Exit Pages for"
1490
+ #~ msgstr "Pagine d'uscita del"
1491
+
1492
+ #~ msgid "Recent Outbound Links"
1493
+ #~ msgstr "Link in uscita"
1494
+
1495
+ #~ msgid "Recent Downloads"
1496
+ #~ msgstr "Download recenti"
1497
+
1498
+ #~ msgid "Order by"
1499
+ #~ msgstr "Ordina per"
1500
+
1501
+ #~ msgid "Country"
1502
+ #~ msgstr "Paese"
1503
+
1504
+ #~ msgid "Date/Time"
1505
+ #~ msgstr "Data/Ora"
1506
+
1507
+ #~ msgid "Language"
1508
+ #~ msgstr "Lingua"
1509
+
1510
+ #~ msgid "Select sorting"
1511
+ #~ msgstr "Scegli ordine"
1512
+
1513
+ #~ msgid "Descending"
1514
+ #~ msgstr "Decrescente"
1515
+
1516
+ #~ msgid "Starting from record #"
1517
+ #~ msgstr "A partire dalla riga n."
1518
+
1519
+ #~ msgid "No records found"
1520
+ #~ msgstr "Nessun record trovato"
1521
+
1522
+ #~ msgid "Records: %d - %d. Order by: %s %s"
1523
+ #~ msgstr "Righe: %d - %d. Ordinamento: %s %s"
1524
+
1525
+ #~ msgid "N/A"
1526
+ #~ msgstr "N/D"
1527
+
1528
+ #~ msgid "Direct visit"
1529
+ #~ msgstr "Visita diretta"
1530
+
1531
+ #~ msgid ""
1532
+ #~ "World Map - Values represent the percentage of hits coming from that "
1533
+ #~ "Country"
1534
+ #~ msgstr ""
1535
+ #~ "Mappa del mondo - I valori rappresentano le visite in percentuale "
1536
+ #~ "provenienti da ogni Paese"
1537
+
1538
+ #~ msgid "Pluggable custom reports"
1539
+ #~ msgstr "Rapporti personalizzati"
1540
+
1541
+ #~ msgid ""
1542
+ #~ "Yes, you can! Create and view your personalized analytics for WP "
1543
+ #~ "SlimStat. In order to do this, just write a new plugin that fetches the "
1544
+ #~ "desired information from the database and then hook it to the action "
1545
+ #~ "<code>wp_slimstat_custom_report</code>. A demo plugin comes with the "
1546
+ #~ "package. It shows how to write custom reports in 5 minutes. You can find "
1547
+ #~ "it inside the plugin&apos;s folder: <code>wp-slimstat-custom-report-demo."
1548
+ #~ "php</code>. For more information, visit my <a href=\"http://lab."
1549
+ #~ "duechiacchiere.it/\" target=\"_blank\">support forum</a>."
1550
+ #~ msgstr ""
1551
+ #~ "Si, si pu&ograve;! Creare e vedere le proprie statistiche personalizzate "
1552
+ #~ "per WP SlimStat. Per far questo, ti basta scrivere un nuovo plugin che "
1553
+ #~ "preleva le informazioni desiderate dal database, per poi agganciarlo al "
1554
+ #~ "codice <code>wp_slimstat_custom_report</code>. Un esempio &egrave; "
1555
+ #~ "incluso con la distribuzione. Mostra come scrivere rapporti "
1556
+ #~ "personalizzati in 5 minuti. Lo trovi nella cartella del plugin: <code>wp-"
1557
+ #~ "slimstat-custom-report-demo.php</code>. Per ulteriori informazioni, "
1558
+ #~ "visita il mio <a href=\"http://lab.duechiacchiere.it/\" target=\"_blank"
1559
+ #~ "\">forum di supporto</a>."
1560
+
1561
+ #~ msgid "Domains"
1562
+ #~ msgstr "Domini"
1563
+
1564
+ #~ msgid "Visits"
1565
+ #~ msgstr "Visite"
1566
+
1567
+ #~ msgid "Unique Visits"
1568
+ #~ msgstr "Visite uniche"
langs/subscribe-reloaded-tr_TR.mo CHANGED
Binary file
langs/subscribe-reloaded-tr_TR.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-01-14 17:27-0500\n"
6
- "PO-Revision-Date: 2011-05-21 10:59+0200\n"
7
- "Last-Translator: Furkan Yeşilyurt <sspawnn@gmail.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -15,64 +15,80 @@ msgstr ""
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: subscribe-to-comments-reloaded.php:34
19
- #: subscribe-to-comments-reloaded.php:197
20
- msgid "You are subscribed to this entry. <a href='[manager_link]'>Manage</a> your subscriptions."
21
- msgstr "Bu yazıya abone oldunuz. Aboneliklerinizi incelemek için <a href='[manager_link]'>tıklayınız</a>."
22
-
23
- #: subscribe-to-comments-reloaded.php:39
24
- #: subscribe-to-comments-reloaded.php:198
25
- msgid "Your subscription to this entry needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
26
  msgstr "Bu yazıya olan aboneliğinizin doğrulanması gerekiyor. Aboneliklerinizi incelemek için <a href='[manager_link]'>tıklayın</a>."
27
 
28
- #: subscribe-to-comments-reloaded.php:46
29
- #: subscribe-to-comments-reloaded.php:199
30
- msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this entry."
 
 
 
 
 
 
 
31
  msgstr "Bu yazıya olan aboneliklerinizi <a href='[manager_link]'>buradan</a> inceleyebilirsiniz."
32
 
33
- #: subscribe-to-comments-reloaded.php:52
34
- #: subscribe-to-comments-reloaded.php:193
35
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
36
  msgstr "Yeni yorumları e-posta aracılığıyla bana bildir. Ayrıca yorum yapmadan da <a href='[subscribe_link]'>abone</a> olabilirsiniz."
37
 
38
- #: subscribe-to-comments-reloaded.php:169
39
- #: options/index.php:44
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  msgid "Manage subscriptions"
41
  msgstr "Abonelikler"
42
 
43
- #: subscribe-to-comments-reloaded.php:170
44
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
45
  msgstr "Aboneliklerinizi incelemek için aşağıya e-posta adresinizi girin. Biz de size aboneliklerinizi listeyebileceğiniz bir link gönderelim."
46
 
47
- #: subscribe-to-comments-reloaded.php:171
48
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
49
  msgstr "Abonelik servisini kullandığınız için teşekkür ederim. İsteğiniz tamamlandı ve aboneliğinizi yönetebileceğiniz bir link bir kaç dakika içerisinde e-posta adresinize gelmek üzere yola çıktı :) . "
50
 
51
- #: subscribe-to-comments-reloaded.php:172
52
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
53
  msgstr "<strong>[post_title]</strong> yazısındaki tartışmaları yorum bırakmadan da takip edebilirsiniz. Havalı değil mi? Aşağıdaki kutuya e-posta adresinizi girmeniz yeterli."
54
 
55
- #: subscribe-to-comments-reloaded.php:173
56
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
57
  msgstr "Abonelik servisini kullandığınız için teşekkür ederim. İsteğiniz tamamlandı. Bu yazıya yapılan, yöneticilerin onaylayıp yayınladığı her yorum için e-posta alıcaksınız."
58
 
59
- #: subscribe-to-comments-reloaded.php:174
60
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
61
  msgstr "Abonelik servsini kullandığınız için teşekkür ederim. İsteğinizi tamamlamak için lütfen e-posta adresinize gelen doğrulama mesajına bakın ve talimatları izleyin."
62
 
63
- #: subscribe-to-comments-reloaded.php:175
64
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
65
  msgstr "Bir ya da daha fazla aboneliğinizi iptal etmek ya da dondurmak için ilgili kutucukları düzenleyin ve listenin sonundaki düğmeye basın."
66
 
67
- #: subscribe-to-comments-reloaded.php:176
68
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
69
  msgstr "Bir ya da daha fazla aboneliğinizi iptal etmek ya da dondurmak için ilgili kutucukları düzenleyin ve listenin sonundaki düğmeye basın. Şu an ki abonelikleriniz:"
70
 
71
- #: subscribe-to-comments-reloaded.php:191
72
  msgid "There is a new comment to [post_title]"
73
  msgstr "[post_title] yazısı için yeni yorum yapıldı."
74
 
75
- #: subscribe-to-comments-reloaded.php:192
76
  msgid ""
77
  "There is a new comment to [post_title].\n"
78
  "Comment Link: [comment_permalink]\n"
@@ -83,11 +99,11 @@ msgid ""
83
  "Manage your subscriptions: [manager_link]"
84
  msgstr "[post_title] yazısına yeni yorum gönderildi.Yorum Linki: [comment_permalink]Yazar: [comment_author]Yorum:[comment_content]Kalıcı Bağlantı: [post_permalink]Aboneliklerinizi İnceleme: [manager_link]"
85
 
86
- #: subscribe-to-comments-reloaded.php:200
87
  msgid "Please confirm your subscription to [post_title]"
88
  msgstr "Lütfen [post_title] yazısı için başvurduğunuz aboneliğinizi doğrulayın."
89
 
90
- #: subscribe-to-comments-reloaded.php:201
91
  msgid ""
92
  "You have requested to be notified every time a new comment is added to:\n"
93
  "[post_permalink]\n"
@@ -96,792 +112,996 @@ msgid ""
96
  "[confirm_link]"
97
  msgstr "Aşağıdaki linke her yorum yapıldığında bilgilendirilmeyi istediniz:[post_permalink]Aşağıdaki linke tıklayarak isteğinizi doğrulayın.[confirm_link]"
98
 
99
- #: subscribe-to-comments-reloaded.php:202
100
  msgid "Manage your subscriptions on [blog_name]"
101
  msgstr "[blog_name] üzerindeki aboneliklerinizi inceleyin"
102
 
103
- #: subscribe-to-comments-reloaded.php:203
104
  msgid ""
105
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
106
  "[manager_link]"
107
  msgstr "[blog_name] üzerindeki aboneliklerinizi incelemek istediniz. Kişisel sayfanıza ulaşmak için aşağıdaki linke tıklayın: [manager_link]"
108
 
109
- #: subscribe-to-comments-reloaded.php:609
110
  msgid "Subscribed"
111
  msgstr "Abone olundu"
112
 
113
- #: subscribe-to-comments-reloaded.php:623
114
- #: options/panel3.php:67
115
- #: options/panel3.php:89
116
- #: options/panel3.php:96
117
- #: options/panel3.php:103
118
- #: options/panel3.php:110
119
- #: options/panel3.php:117
120
- #: options/panel3.php:124
 
 
121
  msgid "Yes"
122
  msgstr "Evet"
123
 
124
- #: subscribe-to-comments-reloaded.php:625
125
- msgid "Awaiting confirmation"
126
- msgstr "Doğrulama bekleniyor"
127
 
128
- #: subscribe-to-comments-reloaded.php:626
129
- #: options/panel3.php:68
130
- #: options/panel3.php:90
131
- #: options/panel3.php:97
132
- #: options/panel3.php:104
133
- #: options/panel3.php:111
134
- #: options/panel3.php:118
135
- #: options/panel3.php:125
 
 
136
  msgid "No"
137
  msgstr "Hayır"
138
 
139
- #: subscribe-to-comments-reloaded.php:636
140
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
141
  msgstr "Subscribe to Comments Reloaded 'ı nasıl kullanacağınızı bilmiyor musunuz? Şurayı ziyaret edin"
142
 
143
- #: subscribe-to-comments-reloaded.php:636
144
  msgid "support forum"
145
  msgstr "destek forumları"
146
 
147
- #: subscribe-to-comments-reloaded.php:637
148
  msgid "Feeling generous?"
149
  msgstr "Cömert mi hissediyorsunuz?"
150
 
151
- #: subscribe-to-comments-reloaded.php:637
152
  msgid "Donate a few bucks!"
153
  msgstr "Bir kaç dolar bağışlayın!"
154
 
155
- #: options/index.php:45
156
- msgid "Stats"
157
- msgstr "İstatistikler"
 
158
 
159
- #: options/index.php:46
 
 
 
 
 
 
 
 
 
 
 
 
 
160
  msgid "Options"
161
  msgstr "Ayarlar"
162
 
163
- #: options/index.php:47
164
- msgid "Mail Messages"
165
- msgstr "Eposta Mesajları"
166
 
167
- #: options/index.php:48
168
- msgid "Other Messages"
169
- msgstr "Diğer Mesajlar"
 
170
 
171
- #: options/index.php:49
172
- msgid "Support"
173
- msgstr "Destek"
 
174
 
175
- #: options/panel1.php:32
176
- #: options/panel1.php:38
177
- #: options/panel1.php:45
178
- #: options/panel1.php:63
179
- msgid "The status has been successfully updated. Rows affected:"
180
- msgstr "Yaptığınız değişiklikler güncellendi. Etkilenenler:"
181
 
182
- #: options/panel1.php:68
183
- msgid "Update subscription"
184
- msgstr "Aboneliği güncelle"
 
 
 
185
 
186
- #: options/panel1.php:69
187
- msgid "Update the email address associated to a specific subscription (by post ID)."
188
- msgstr "Yazıya ait bir aboneliğin eposta adresini güncelle. (Yazı ID'si ile)"
 
 
 
189
 
190
- #: options/panel1.php:71
191
- #: options/panel1.php:101
192
- #: options/panel1.php:173
193
- #: templates/author.php:39
194
- #: templates/user.php:41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
195
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
196
  msgstr "Lütfen unutmayın: bu işlem geri alınamaz. Devam etmek istediğinizden emin misiniz?"
197
 
198
- #: options/panel1.php:73
199
- #: options/panel1.php:103
 
 
 
 
 
200
  msgid "From"
201
  msgstr "Kimden"
202
 
203
- #: options/panel1.php:74
204
- msgid "PID"
205
- msgstr "Yazı ID"
206
-
207
- #: options/panel1.php:75
208
- #: options/panel1.php:104
209
  msgid "To"
210
  msgstr "Kime"
211
 
212
- #: options/panel1.php:76
213
- #: options/panel1.php:93
214
- #: options/panel1.php:105
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
215
  msgid "Update"
216
  msgstr "Güncelle"
217
 
218
- #: options/panel1.php:83
219
- msgid "Change status"
220
- msgstr "Durum değiştir"
 
221
 
222
- #: options/panel1.php:84
223
- msgid "Change the status of an email address or permanently delete all its subscriptions."
224
- msgstr "Eposta adresinin durumunu değiştir ya da tüm aboneliklerini kalıcı olarak iptal et."
 
 
 
225
 
226
- #: options/panel1.php:87
227
- msgid "Action"
228
- msgstr "Eylem"
 
229
 
230
- #: options/panel1.php:89
231
- #: options/panel1.php:195
232
- #: templates/author.php:60
233
- #: templates/user.php:58
234
- msgid "Suspend"
235
- msgstr "Dondur"
236
 
 
237
  #: options/panel1.php:90
238
- #: options/panel1.php:196
239
- #: templates/author.php:61
240
- #: templates/user.php:59
241
- msgid "Resume"
242
- msgstr "Etkinleştir"
243
-
244
- #: options/panel1.php:91
245
- #: options/panel1.php:194
246
- msgid "Delete forever"
247
- msgstr "Tamamen sil"
248
 
249
- #: options/panel1.php:98
250
- msgid "Update email address"
251
- msgstr "Eposta adresini güncelle"
252
 
253
- #: options/panel1.php:99
254
- msgid "You can \"mass update\" all the occurrences of a given email address (exact matches only)."
255
- msgstr "Bir epostanın tüm aboneliklerini başka bir epostayla güncelle. (sadece tam eşleşmeler)"
256
 
257
- #: options/panel1.php:150
258
- msgid "&laquo; Previous"
259
- msgstr "&laquo; Önceki"
 
260
 
261
- #: options/panel1.php:154
262
- msgid "Next &raquo;"
263
- msgstr "Sonraki &raquo;"
 
264
 
265
- #: options/panel1.php:157
266
- msgid "Search email address"
267
- msgstr "Eposta adreslerini ara"
 
268
 
269
- #: options/panel1.php:159
270
- #, php-format
271
- msgid "You can either <a href=\"%s\">list all the subscriptions</a> or find those where the <b>email</b>"
272
- msgstr "<a href=\"%s\">Abonelikleri listeleyebilir</a> ya da şu şekilde aratabilirsiniz: <b>eposta</>"
273
 
274
- #: options/panel1.php:162
 
 
 
 
 
275
  msgid "equals"
276
  msgstr "eşittir"
277
 
278
- #: options/panel1.php:163
279
  msgid "contains"
280
  msgstr "içerir"
281
 
282
- #: options/panel1.php:164
283
  msgid "does not contain"
284
  msgstr "içermez"
285
 
286
- #: options/panel1.php:167
287
- msgid "Search"
288
- msgstr "Ara"
289
-
290
- #: options/panel1.php:178
291
- msgid "Subscriptions for:"
292
- msgstr "Abonelikler: "
293
-
294
- #: options/panel1.php:178
295
- msgid "Rows:"
296
- msgstr "Sonuçlar:"
297
 
298
- #: options/panel1.php:178
299
- msgid "of"
300
- msgstr "Toplam Sonuç:"
301
 
302
- #: options/panel1.php:179
303
- #: templates/author.php:45
304
- #: templates/user.php:47
305
- msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
306
- msgstr "Kısaltmalar: Y: abone olunmuş, N: dondurulmuş, C: doğrulama bekliyor"
307
 
308
- #: options/panel1.php:181
309
- #: options/panel1.php:182
310
- msgid "Reverse the order by Date/Time"
311
- msgstr "Tarih/Zamana göre sırala"
312
 
313
- #: options/panel1.php:183
314
  msgid "Reverse the order by Post ID"
315
  msgstr "Yazı IDsine göre sırala"
316
 
317
- #: options/panel1.php:184
318
- #: templates/request-management-link.php:77
319
- #: templates/subscribe.php:82
320
- #: templates/user.php:46
321
- msgid "Email"
322
- msgstr "Eposta"
323
 
324
- #: options/panel1.php:186
325
  msgid "Post (ID)"
326
  msgstr "Yazı (ID)"
327
 
328
- #: options/panel1.php:186
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
329
  msgid "Date and Time"
330
  msgstr "Tarih ve Saat"
331
 
332
- #: options/panel1.php:186
333
- msgid "Status"
334
- msgstr "Durum"
335
 
336
- #: options/panel1.php:194
337
- #: templates/author.php:59
338
- #: templates/user.php:57
 
 
 
 
 
 
339
  msgid "Action:"
340
  msgstr "Eylem:"
341
 
342
- #: options/panel1.php:197
343
- #: templates/author.php:62
344
- #: templates/user.php:60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
345
  msgid "Update subscriptions"
346
  msgstr "Abonelikleri güncelle"
347
 
348
- #: options/panel1.php:205
349
- msgid "Sorry, no subscriptions found for"
 
350
  msgstr "Üzgünüm, abonelikler bulunamadı"
351
 
352
- #: options/panel2.php:10
353
- #: options/panel6.php:11
354
- msgid "StCR table has been successfully optimized."
355
- msgstr "StCR tablosu başarıyla optimize edildi."
 
356
 
357
- #: options/panel2.php:21
358
- msgid "Subscriptions"
359
- msgstr "Abonelikler"
 
360
 
361
- #: options/panel2.php:21
362
- msgid "Subscriptions for"
363
- msgstr "Abonelikler"
 
 
364
 
365
- #: options/panel2.php:36
366
- msgid "Filter by date"
367
- msgstr "Tarihe göre filtrele"
 
368
 
369
- #: options/panel2.php:38
370
- msgid "Month"
371
- msgstr "Ay"
 
372
 
373
- #: options/panel2.php:44
374
- msgid "Year"
375
- msgstr "Yıl"
376
 
377
- #: options/panel2.php:53
378
- msgid "Subscriptions by day"
379
- msgstr "Güne göre abonelikler"
 
380
 
381
- #: options/panel2.php:56
382
- #: options/panel2.php:72
383
- #: options/panel2.php:98
384
- #: options/panel2.php:112
385
- #: options/panel2.php:121
386
- msgid "No data to display"
387
- msgstr "Gösterecek veri yok"
388
 
389
- #: options/panel2.php:68
390
- msgid "optimize"
391
- msgstr "optimize et"
 
392
 
393
- #: options/panel2.php:69
394
- msgid "Database"
395
- msgstr "Veritabanı"
 
 
 
396
 
397
- #: options/panel2.php:84
398
- msgid "Engine"
399
- msgstr "Motor"
 
 
 
400
 
401
- #: options/panel2.php:85
402
- msgid "Created on"
403
- msgstr "Oluşturulma tarihi"
404
 
405
- #: options/panel2.php:86
406
- msgid "Index length"
407
- msgstr "Index uzunluğu"
408
 
409
- #: options/panel2.php:87
410
- msgid "Records"
411
- msgstr "Kayıtlar"
412
 
413
- #: options/panel2.php:88
414
- msgid "Average Record Length"
415
- msgstr "Ortalama Kayıt Uzunluğu"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
416
 
417
- #: options/panel2.php:89
418
- msgid "Approximate Overhead"
419
- msgstr "Genel Bakış"
420
 
421
- #: options/panel2.php:95
422
- msgid "Analysis for"
423
- msgstr "Analizler"
424
 
425
- #: options/panel2.php:109
426
- msgid "Most active users"
427
- msgstr "En aktif kullanıcılar"
 
 
 
428
 
429
- #: options/panel2.php:118
430
- msgid "Popular posts"
431
- msgstr "Popüler yazılar"
 
432
 
433
  #: options/panel3.php:11
434
  msgid "Management Page ID"
435
  msgstr "Abonelik Sayfası ID"
436
 
437
  #: options/panel3.php:12
438
- #: options/panel3.php:50
439
- msgid "Autopurge requests"
440
- msgstr "İstekleri ayrıştır"
441
-
442
- #: options/panel3.php:13
443
- #: options/panel3.php:55
444
- msgid "Sender name"
445
- msgstr "Gönderici adı"
446
 
447
  #: options/panel3.php:14
448
- #: options/panel3.php:60
449
- msgid "Sender email address"
450
- msgstr "Gönderici eposta adresi"
451
 
452
  #: options/panel3.php:15
453
- #: options/panel3.php:65
454
- msgid "Checked by default"
455
- msgstr "Varsayılan olarak işaretli"
456
 
457
  #: options/panel3.php:16
458
- #: options/panel3.php:72
459
- msgid "Custom CSS Class"
460
- msgstr "Özel Css Sınıfı"
461
 
462
  #: options/panel3.php:17
463
- #: options/panel3.php:77
464
- msgid "Custom inline style"
465
- msgstr "Özel yerel biçim (inline style)"
466
 
467
  #: options/panel3.php:18
468
- #: options/panel3.php:82
469
- msgid "Custom HTML"
470
- msgstr "Özel HTML"
471
 
472
  #: options/panel3.php:19
473
- #: options/panel3.php:87
474
- msgid "Enable double check"
475
- msgstr "Doğrulama"
476
 
477
  #: options/panel3.php:20
478
- msgid "Notify authors"
479
- msgstr "Yazarı haberdar et"
480
-
481
- #: options/panel3.php:21
482
- #: options/panel3.php:101
483
- msgid "Enable HTML emails"
484
- msgstr "HTML epostalarına izin ver"
485
-
486
- #: options/panel3.php:22
487
- #: options/panel3.php:108
488
- msgid "Send trackbacks"
489
- msgstr "Trackback'leri gönder"
490
-
491
- #: options/panel3.php:23
492
- #: options/panel3.php:94
493
- msgid "Notify admin"
494
- msgstr "Admini haberdar et"
495
-
496
- #: options/panel3.php:24
497
- #: options/panel3.php:122
498
- msgid "Let admin subscribe"
499
- msgstr "Adminin abone olmasına izin ver"
500
-
501
- #: options/panel3.php:29
502
- #: options/panel4.php:21
503
- #: options/panel5.php:28
504
- msgid "Your settings have been successfully updated."
505
- msgstr "Ayarlarınız başarıyla kaydedildi."
506
 
507
- #: options/panel3.php:32
508
- #: options/panel4.php:24
509
- #: options/panel5.php:31
510
- msgid "There was an error updating the following fields:"
511
- msgstr "Ayarlarınız kaydedilirken şu hatalara rastlandı:"
512
 
513
- #: options/panel3.php:43
514
- #: options/panel5.php:64
515
  msgid "Management page"
516
  msgstr "Abonelik sayfası"
517
 
518
- #: options/panel3.php:45
519
  msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
520
  msgstr "Abonelik sayfanız için kalıcı bağlantı (<code>/abonelikleri-yonetin</code> ya da <code>/?page_id=345</code> gibi bişe.) Bu sayfa aslında sisteminizde var olmayacak ama yazdığınız link çalışacaktır."
521
 
522
- #: options/panel3.php:47
523
  msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
524
  msgstr "Uyarı: girdiğiniz değer kalıcı bağlantı yapınızla uyumlu olmayabilir."
525
 
526
- #: options/panel3.php:51
527
- msgid "days"
528
- msgstr "günler"
529
-
530
- #: options/panel3.php:52
531
- msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
532
- msgstr "Doğrulama gerçekleşmeyen abonelikleri x gün sonra sil. Sıfır değeri devre dışı bırakır."
533
 
534
- #: options/panel3.php:57
535
- msgid "Name to use for the \"from\" field when sending a new notification to the user."
536
- msgstr "Yeni yorumların bildirisinde gönderenin adı."
 
 
537
 
538
- #: options/panel3.php:62
539
- msgid "Email address to use for the \"from\" field when sending a new notification to the user."
540
- msgstr "Yeni yorumların bildirisinde gönderenin eposta adresi."
 
 
 
 
 
 
 
 
 
541
 
542
- #: options/panel3.php:69
543
- msgid "Decide if the checkbox should be checked by default or not."
544
- msgstr "Abonelik kutusunun varsayılan olarak işaretli olup olmayacağını belirler."
 
 
 
 
 
 
 
 
 
545
 
546
- #: options/panel3.php:74
547
- msgid "Custom CSS class to associate to the checkbox, if you want to customize its style."
548
- msgstr "İsterseniz abone ol kutusunun CSS sınıfını buradan değiştirebilirsiniz."
 
 
 
 
 
 
 
 
 
549
 
 
550
  #: options/panel3.php:79
551
- msgid "Custom inline CSS to add to the checkbox."
552
- msgstr "Buradan abone ol kutusuna yerel biçim -inline style- ekleyebilirsiniz."
 
 
 
 
 
 
 
 
553
 
554
- #: options/panel3.php:84
555
- msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
556
- msgstr "Abone ol kutusunu gösterirken kullanılacak olan özel HTML kodu. İzin verilen etiketler: [checkbox_field], [checkbox_label]"
557
 
558
- #: options/panel3.php:91
559
- msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
560
- msgstr "Aboneliği doğrulamak için eposta gönderir. Eposta adreslerinin doğruluğunu tespit için kullanılabilir."
561
 
562
- #: options/panel3.php:98
563
- msgid "Notify the administrator when a new comment is posted."
564
- msgstr "Yeni yorum yapıldığında admine bildir."
565
 
566
- #: options/panel3.php:105
567
- msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
568
- msgstr "Etkinleştirilmişse, gönderilen epostalar text/plain yerine text/html olarak gönderilecektir."
569
 
570
  #: options/panel3.php:112
571
- msgid "Notify users when a new trackback or pingback is added to the discussion."
572
- msgstr "Yeni bir trackback ya da pingback olduğunda kullanıcılara bildirir."
573
 
574
- #: options/panel3.php:115
575
- msgid "Track all subscriptions"
576
- msgstr "Tüm abonelikleri takip et"
577
 
578
- #: options/panel3.php:119
579
- msgid "Notify the administrator when users subscribe without commenting."
580
- msgstr "Kullanıcılar yorum bırakmadan abone olduğunda admine bildir."
581
 
582
- #: options/panel3.php:126
583
- msgid "Let the administrator subscribe to comments when logged in."
584
- msgstr "Adminler giriş yaptığında yorumlara abone olmalarına izin ver."
 
585
 
586
- #: options/panel3.php:130
587
- #: options/panel4.php:86
588
- #: options/panel5.php:144
589
- msgid "Save Changes"
590
- msgstr "Ayarları Kaydet"
591
 
592
- #: options/panel4.php:11
593
- #: options/panel4.php:37
594
  msgid "Notification subject"
595
  msgstr "Bildiri Konusu"
596
 
597
- #: options/panel4.php:12
598
- #: options/panel4.php:42
599
  msgid "Notification message"
600
  msgstr "Bildiri mesajı"
601
 
602
- #: options/panel4.php:13
603
- #: options/panel4.php:53
604
  msgid "Double check subject"
605
  msgstr "Doğrulama konusu"
606
 
607
- #: options/panel4.php:14
608
- #: options/panel4.php:58
609
  msgid "Double check message"
610
  msgstr "Doğrulama mesajı"
611
 
612
- #: options/panel4.php:15
613
- #: options/panel4.php:69
614
  msgid "Management subject"
615
  msgstr "Abonelikler konusu"
616
 
617
- #: options/panel4.php:16
618
- #: options/panel4.php:74
619
  msgid "Management message"
620
  msgstr "Abonelikler mesajı"
621
 
622
- #: options/panel4.php:39
623
- msgid "Subject of the notification email. Allowed tag: [post_title]"
624
- msgstr "Bildiri epostasının konusu. İzin verilen etiketler: [post_title]"
625
-
626
- #: options/panel4.php:44
627
- #: options/panel4.php:60
628
- #: options/panel4.php:76
629
- #: options/panel5.php:74
630
- #: options/panel5.php:84
631
- #: options/panel5.php:94
632
- #: options/panel5.php:104
633
- #: options/panel5.php:114
634
- #: options/panel5.php:124
635
- #: options/panel5.php:134
636
- msgid "Bold"
637
- msgstr "Kalın"
638
 
639
  #: options/panel4.php:45
640
- #: options/panel4.php:61
641
- #: options/panel4.php:77
642
- #: options/panel5.php:75
643
- #: options/panel5.php:85
644
- #: options/panel5.php:95
645
- #: options/panel5.php:105
646
- #: options/panel5.php:115
647
- #: options/panel5.php:125
648
- #: options/panel5.php:135
649
- msgid "Italic"
650
- msgstr "İtalik"
651
-
652
- #: options/panel4.php:46
653
- #: options/panel4.php:62
654
- #: options/panel4.php:78
655
- #: options/panel5.php:76
656
- #: options/panel5.php:86
657
- #: options/panel5.php:96
658
- #: options/panel5.php:106
659
- #: options/panel5.php:116
660
- #: options/panel5.php:126
661
- #: options/panel5.php:136
662
- msgid "Link"
663
- msgstr "Link"
664
 
665
- #: options/panel4.php:47
666
- #: options/panel4.php:63
667
- #: options/panel4.php:79
668
- #: options/panel5.php:77
669
- #: options/panel5.php:87
670
- #: options/panel5.php:97
671
- #: options/panel5.php:107
672
- #: options/panel5.php:117
673
- #: options/panel5.php:127
674
- #: options/panel5.php:137
675
- msgid "Image"
676
- msgstr "Resim"
677
 
678
- #: options/panel4.php:50
679
  msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
680
  msgstr "Bildiri epostasının içeriği. İzin verilen etiketler: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
681
 
682
- #: options/panel4.php:55
683
  msgid "Subject of the confirmation email. Allowed tag: [post_title]"
684
  msgstr "Doğrulama epostasının konusu. İzin verilen etiketler: [post_title]"
685
 
686
- #: options/panel4.php:66
687
  msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
688
  msgstr "Doğrulama epostasının içeriği. İzin verilen etiketler: [post_permalink], [confirm_link], [post_title], [manager_link]"
689
 
690
- #: options/panel4.php:71
691
  msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
692
  msgstr "Aboneliklerini incelemek isteyenlere gönderilen mailin konusu. İzin verilen etiketler: [blog_name]"
693
 
694
- #: options/panel4.php:82
695
  msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
696
  msgstr "Abonelik inceleme mailinin içeriği. İzin verilen etiketler: [blog_name], [manager_link]"
697
 
698
  #: options/panel5.php:11
699
- #: options/panel5.php:43
700
- msgid "Checkbox label"
701
- msgstr "Abone ol etiketi"
702
 
703
  #: options/panel5.php:12
704
- #: options/panel5.php:48
705
- msgid "Subscribed label"
706
- msgstr "Abone olundu etiketi"
707
 
708
  #: options/panel5.php:13
709
- #: options/panel5.php:53
710
- msgid "Awaiting label"
711
- msgstr "Bekleniyor etiketi"
712
 
713
  #: options/panel5.php:14
714
- #: options/panel5.php:58
715
- msgid "Author label"
716
- msgstr "Yazar etiketi"
 
 
 
 
717
 
718
  #: options/panel5.php:16
719
- #: options/panel5.php:68
720
- msgid "Page title"
721
- msgstr "Sayfa başlığı"
722
 
723
  #: options/panel5.php:17
724
- #: options/panel5.php:73
725
- msgid "Request link"
726
- msgstr "Link isteme"
727
-
728
- #: options/panel5.php:18
729
- #: options/panel5.php:83
730
- msgid "Request submitted"
731
- msgstr "İstek gönderildi"
732
-
733
- #: options/panel5.php:19
734
- #: options/panel5.php:93
735
- msgid "Subscribe without commenting"
736
- msgstr "Yorum yapmadan abone ol"
737
-
738
- #: options/panel5.php:20
739
- #: options/panel5.php:103
740
- msgid "Subscription processed"
741
- msgstr "Abonelik işleme alındı"
742
-
743
- #: options/panel5.php:21
744
- #: options/panel5.php:113
745
- msgid "Subscription processed (DCI)"
746
- msgstr "Abonelik işleme alındı (DCI)"
747
-
748
- #: options/panel5.php:22
749
- #: options/panel5.php:123
750
- msgid "Authors"
751
- msgstr "Yazarlar"
752
-
753
- #: options/panel5.php:23
754
- #: options/panel5.php:133
755
- msgid "Users"
756
- msgstr "Kullanıcılar"
757
-
758
- #: options/panel5.php:39
759
- msgid "Comment form"
760
- msgstr "Yorum formu"
761
-
762
- #: options/panel5.php:45
763
- msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
764
- msgstr "Abone ol kutusuyla ilişkilendirilmiş metin. İzin verilen etiketler: [Subscribe_link]"
765
-
766
- #: options/panel5.php:50
767
- msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
768
- msgstr "Daha önce bir yazıya abone olmuş olanlara gösterilen metin. İzin verilen etiketler: [manager_link]"
769
 
770
- #: options/panel5.php:55
771
- msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
772
- msgstr "Daha önce abone olmuş ama doğrulama işlemini gerçekleştirmemiş olanlara gözüken metin. İzin verilen etiketler: [manager_link]"
773
 
774
- #: options/panel5.php:60
775
- msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
776
- msgstr "Yazar ve administratörlere gösterilen metin. İzin verilen etiketler: [manager_link]"
777
 
778
- #: options/panel5.php:70
779
- msgid "Title of the page your visitors will use to manage their subscriptions."
780
- msgstr "Kullanıcıların aboneliklerini inceleyeceği sayfanın başlığı."
781
 
782
- #: options/panel5.php:80
783
- msgid "Text shown to those who request to manage their subscriptions."
784
- msgstr "Aboneliklerini incelemek isteyenlere gözükecek yazı."
785
 
786
- #: options/panel5.php:90
787
- msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
788
- msgstr "Abonelik isteği gerçekleştiğinde gözüken teşekkür notu. İzin verilen eitketler: [post_title], [post_permalink]"
789
 
790
- #: options/panel5.php:100
791
- msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
792
- msgstr "Yorum yapmadan abone olmak isteyenlere gözüken yazı. İzin verilen etiketler: [post_title], [post_permalink]"
 
793
 
794
- #: options/panel5.php:110
795
- msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
796
- msgstr "Abonelik isteği gerçekleştiğinde gözüken teşekkür notu (doğrulama açık değilken). İzin verilen etiketler: [post_title], [post_permalink]"
797
 
798
- #: options/panel5.php:120
799
- msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
800
- msgstr "Abonelik isteği gerçekleştiğinde gözüken teşekkür notu (doğrulama açıkken). İzin verilen etiketler: [post_title], [post_permalink]"
801
 
802
- #: options/panel5.php:130
803
- msgid "Introductory text for the authors' management page."
804
- msgstr "Yazarların aboneliklerini yönettiği sayfadaki giriş mesajı."
805
 
806
- #: options/panel5.php:140
807
- msgid "Introductory text for the users' management page."
808
- msgstr "Kullanıcıların aboneliklerini yönettiği sayfadaki giriş mesajı."
809
 
810
- #: options/panel6.php:15
811
  msgid "Support the author"
812
  msgstr "Yazarı destekle"
813
 
814
- #: options/panel6.php:22
815
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
816
  msgstr "Bu eklenti tarafından ziyaretçilerinize sunulan özellik ne kadar değerli sizce? Subscribe to Comments Reloaded ücretsizdir ve hep ücretsiz kalacaktır. Bu eklenti sitenizi daha iyi hale getirdiyse ve siteniz üzerinden para kazanıyorsanız eklenti yazarını desteklemeyi düşünmez misiniz? Yapılan her bağış Subscribe to Comments Reloaded'a yatırım olarak geri dönecek ve aç aileme yemek olacaktır."
817
 
818
- #: options/panel6.php:24
819
  msgid "Don't want to donate? You can still help"
820
  msgstr "Para bağışlamak istemiyor musunuz? Yine de yardım edebilirsiniz"
821
 
822
- #: options/panel6.php:25
823
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
824
  msgstr "Eğer para bağışlamak istemiyorsanız, eklentime link veren bir blog girmeyi düşünebilirsiniz. Lütfen okuyucularınıza blogunuzu nasıl daha iyi yaptığınızı anlatın. Ya da biraz zamanınızı ayırarak hata raporlarını, lokalizasyon dosyalarınızı, Subscribe to Comments Reloaded'i nasıl geliştirebileceğimiz hakkındaki fikirlerinizi gönderebilirsiniz. Bu arada, eklentimi kullandığınız için teşekkür ederim!"
825
 
826
- #: options/panel6.php:27
827
  msgid "Vote and show your appreciation"
828
  msgstr "Oylayın ve bizi memnun edin :)"
829
 
830
- #: options/panel6.php:28
831
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
832
  msgstr "Subscribe to Comments Reloaded 'den memnunsanız arkadaşlarınıza da bahsedin. Ya da eklentiler sayfasında <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">puan verin</a>."
833
 
834
- #: options/panel6.php:30
835
- msgid "Official Sponsors"
836
- msgstr "Resmî Sponsorlar"
837
 
838
- #: options/panel6.php:31
839
  msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
840
  msgstr "Bu eklentiye sponsor olmak istiyorsanız, benimle <a href='http://www.duechiacchiere.it/contatto'>iletişime</a> geçmeye tereddüt etmeyin."
841
 
842
- #: templates/author.php:31
843
- msgid "Subscriptions have been successfully updated."
844
- msgstr "Abonelikler başarıyla güncellendi."
845
-
846
- #: templates/author.php:44
847
  msgid "Title"
848
  msgstr "Başlık"
849
 
850
- #: templates/author.php:57
851
- #: templates/user.php:55
852
  msgid "Select all"
853
  msgstr "Hepsini seç"
854
 
855
- #: templates/author.php:58
856
- #: templates/user.php:56
857
  msgid "Invert selection"
858
  msgstr "Seçimi ters çevir"
859
 
860
- #: templates/author.php:59
861
- #: templates/user.php:57
862
- msgid "Delete"
863
- msgstr "Sil"
864
 
865
- #: templates/author.php:66
866
- #: templates/user.php:64
867
- msgid "Sorry, no subscriptions found."
868
- msgstr "Üzgünüm, abonelikler bulunamadı."
869
 
870
- #: templates/request-management-link.php:80
871
- #: templates/subscribe.php:84
872
  msgid "Send"
873
  msgstr "Gönder"
874
 
875
- #: templates/subscribe.php:30
876
- #: templates/subscribe.php:31
877
  msgid "New subscription to"
878
  msgstr "Yeni abonelikler"
879
 
880
- #: templates/subscribe.php:31
881
  msgid "User:"
882
  msgstr "Kullanıcı:"
883
 
884
- #: templates/user.php:33
885
- msgid "All the subscriptions have been successfully updated."
886
- msgstr "Tüm abonelikler başarıyla güncelleştirildi."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
887
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-07-20 12:40-0500\n"
6
+ "PO-Revision-Date: 2011-07-20 12:40-0500\n"
7
+ "Last-Translator: due chiacchiere <info@duechiacchiere.it>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: subscribe-to-comments-reloaded.php:33
19
+ #: subscribe-to-comments-reloaded.php:221
20
+ #, fuzzy
21
+ msgid "Your subscription to this post needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
 
 
 
 
22
  msgstr "Bu yazıya olan aboneliğinizin doğrulanması gerekiyor. Aboneliklerinizi incelemek için <a href='[manager_link]'>tıklayın</a>."
23
 
24
+ #: subscribe-to-comments-reloaded.php:38
25
+ #: subscribe-to-comments-reloaded.php:220
26
+ #, fuzzy
27
+ msgid "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your subscriptions."
28
+ msgstr "Bu yazıya abone oldunuz. Aboneliklerinizi incelemek için <a href='[manager_link]'>tıklayınız</a>."
29
+
30
+ #: subscribe-to-comments-reloaded.php:45
31
+ #: subscribe-to-comments-reloaded.php:222
32
+ #, fuzzy
33
+ msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
34
  msgstr "Bu yazıya olan aboneliklerinizi <a href='[manager_link]'>buradan</a> inceleyebilirsiniz."
35
 
36
+ #: subscribe-to-comments-reloaded.php:50
37
+ #: subscribe-to-comments-reloaded.php:217
38
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
39
  msgstr "Yeni yorumları e-posta aracılığıyla bana bildir. Ayrıca yorum yapmadan da <a href='[subscribe_link]'>abone</a> olabilirsiniz."
40
 
41
+ #: subscribe-to-comments-reloaded.php:60
42
+ msgid "All"
43
+ msgstr ""
44
+
45
+ #: subscribe-to-comments-reloaded.php:61
46
+ #: templates/user.php:66
47
+ msgid "Replies to my comments"
48
+ msgstr ""
49
+
50
+ #: subscribe-to-comments-reloaded.php:62
51
+ msgid "Daily digest"
52
+ msgstr ""
53
+
54
+ #: subscribe-to-comments-reloaded.php:194
55
+ #: options/index.php:41
56
  msgid "Manage subscriptions"
57
  msgstr "Abonelikler"
58
 
59
+ #: subscribe-to-comments-reloaded.php:195
60
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
61
  msgstr "Aboneliklerinizi incelemek için aşağıya e-posta adresinizi girin. Biz de size aboneliklerinizi listeyebileceğiniz bir link gönderelim."
62
 
63
+ #: subscribe-to-comments-reloaded.php:196
64
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
65
  msgstr "Abonelik servisini kullandığınız için teşekkür ederim. İsteğiniz tamamlandı ve aboneliğinizi yönetebileceğiniz bir link bir kaç dakika içerisinde e-posta adresinize gelmek üzere yola çıktı :) . "
66
 
67
+ #: subscribe-to-comments-reloaded.php:197
68
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
69
  msgstr "<strong>[post_title]</strong> yazısındaki tartışmaları yorum bırakmadan da takip edebilirsiniz. Havalı değil mi? Aşağıdaki kutuya e-posta adresinizi girmeniz yeterli."
70
 
71
+ #: subscribe-to-comments-reloaded.php:198
72
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
73
  msgstr "Abonelik servisini kullandığınız için teşekkür ederim. İsteğiniz tamamlandı. Bu yazıya yapılan, yöneticilerin onaylayıp yayınladığı her yorum için e-posta alıcaksınız."
74
 
75
+ #: subscribe-to-comments-reloaded.php:199
76
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
77
  msgstr "Abonelik servsini kullandığınız için teşekkür ederim. İsteğinizi tamamlamak için lütfen e-posta adresinize gelen doğrulama mesajına bakın ve talimatları izleyin."
78
 
79
+ #: subscribe-to-comments-reloaded.php:200
80
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
81
  msgstr "Bir ya da daha fazla aboneliğinizi iptal etmek ya da dondurmak için ilgili kutucukları düzenleyin ve listenin sonundaki düğmeye basın."
82
 
83
+ #: subscribe-to-comments-reloaded.php:201
84
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
85
  msgstr "Bir ya da daha fazla aboneliğinizi iptal etmek ya da dondurmak için ilgili kutucukları düzenleyin ve listenin sonundaki düğmeye basın. Şu an ki abonelikleriniz:"
86
 
87
+ #: subscribe-to-comments-reloaded.php:215
88
  msgid "There is a new comment to [post_title]"
89
  msgstr "[post_title] yazısı için yeni yorum yapıldı."
90
 
91
+ #: subscribe-to-comments-reloaded.php:216
92
  msgid ""
93
  "There is a new comment to [post_title].\n"
94
  "Comment Link: [comment_permalink]\n"
99
  "Manage your subscriptions: [manager_link]"
100
  msgstr "[post_title] yazısına yeni yorum gönderildi.Yorum Linki: [comment_permalink]Yazar: [comment_author]Yorum:[comment_content]Kalıcı Bağlantı: [post_permalink]Aboneliklerinizi İnceleme: [manager_link]"
101
 
102
+ #: subscribe-to-comments-reloaded.php:223
103
  msgid "Please confirm your subscription to [post_title]"
104
  msgstr "Lütfen [post_title] yazısı için başvurduğunuz aboneliğinizi doğrulayın."
105
 
106
+ #: subscribe-to-comments-reloaded.php:224
107
  msgid ""
108
  "You have requested to be notified every time a new comment is added to:\n"
109
  "[post_permalink]\n"
112
  "[confirm_link]"
113
  msgstr "Aşağıdaki linke her yorum yapıldığında bilgilendirilmeyi istediniz:[post_permalink]Aşağıdaki linke tıklayarak isteğinizi doğrulayın.[confirm_link]"
114
 
115
+ #: subscribe-to-comments-reloaded.php:225
116
  msgid "Manage your subscriptions on [blog_name]"
117
  msgstr "[blog_name] üzerindeki aboneliklerinizi inceleyin"
118
 
119
+ #: subscribe-to-comments-reloaded.php:226
120
  msgid ""
121
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
122
  "[manager_link]"
123
  msgstr "[blog_name] üzerindeki aboneliklerinizi incelemek istediniz. Kişisel sayfanıza ulaşmak için aşağıdaki linke tıklayın: [manager_link]"
124
 
125
+ #: subscribe-to-comments-reloaded.php:956
126
  msgid "Subscribed"
127
  msgstr "Abone olundu"
128
 
129
+ #: subscribe-to-comments-reloaded.php:970
130
+ #: options/panel2.php:41
131
+ #: options/panel2.php:48
132
+ #: options/panel2.php:55
133
+ #: options/panel5.php:42
134
+ #: options/panel5.php:49
135
+ #: options/panel5.php:56
136
+ #: options/panel5.php:63
137
+ #: options/panel5.php:70
138
+ #: options/panel5.php:77
139
  msgid "Yes"
140
  msgstr "Evet"
141
 
142
+ #: subscribe-to-comments-reloaded.php:972
143
+ msgid "Pending"
144
+ msgstr ""
145
 
146
+ #: subscribe-to-comments-reloaded.php:973
147
+ #: options/panel2.php:42
148
+ #: options/panel2.php:49
149
+ #: options/panel2.php:56
150
+ #: options/panel5.php:43
151
+ #: options/panel5.php:50
152
+ #: options/panel5.php:57
153
+ #: options/panel5.php:64
154
+ #: options/panel5.php:71
155
+ #: options/panel5.php:78
156
  msgid "No"
157
  msgstr "Hayır"
158
 
159
+ #: subscribe-to-comments-reloaded.php:983
160
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
161
  msgstr "Subscribe to Comments Reloaded 'ı nasıl kullanacağınızı bilmiyor musunuz? Şurayı ziyaret edin"
162
 
163
+ #: subscribe-to-comments-reloaded.php:983
164
  msgid "support forum"
165
  msgstr "destek forumları"
166
 
167
+ #: subscribe-to-comments-reloaded.php:984
168
  msgid "Feeling generous?"
169
  msgstr "Cömert mi hissediyorsunuz?"
170
 
171
+ #: subscribe-to-comments-reloaded.php:984
172
  msgid "Donate a few bucks!"
173
  msgstr "Bir kaç dolar bağışlayın!"
174
 
175
+ #: options/index.php:42
176
+ #, fuzzy
177
+ msgid "Comment Form"
178
+ msgstr "Yorum formu"
179
 
180
+ #: options/index.php:43
181
+ #, fuzzy
182
+ msgid "Management Page"
183
+ msgstr "Abonelik sayfası"
184
+
185
+ #: options/index.php:44
186
+ #, fuzzy
187
+ msgid "Notifications"
188
+ msgstr "Bildiri Konusu"
189
+
190
+ #: options/index.php:45
191
+ #: options/panel2.php:35
192
+ #: options/panel3.php:38
193
+ #: options/panel4.php:34
194
  msgid "Options"
195
  msgstr "Ayarlar"
196
 
197
+ #: options/index.php:46
198
+ msgid "You can help"
199
+ msgstr ""
200
 
201
+ #: options/panel1-business-logic.php:18
202
+ #, fuzzy
203
+ msgid "Subscription added."
204
+ msgstr "Abonelikler"
205
 
206
+ #: options/panel1-business-logic.php:30
207
+ #, fuzzy
208
+ msgid "Subscriptions updated."
209
+ msgstr "Güne göre abonelikler"
210
 
211
+ #: options/panel1-business-logic.php:39
212
+ #, fuzzy
213
+ msgid "Subscription deleted."
214
+ msgstr "Abonelik işleme alındı"
 
 
215
 
216
+ #: options/panel1-business-logic.php:54
217
+ #: templates/author.php:22
218
+ #: templates/user.php:22
219
+ #, fuzzy
220
+ msgid "Subscriptions deleted:"
221
+ msgstr "Abonelikler: "
222
 
223
+ #: options/panel1-business-logic.php:58
224
+ #: templates/author.php:26
225
+ #: templates/user.php:26
226
+ #, fuzzy
227
+ msgid "Subscriptions suspended:"
228
+ msgstr "Abonelik işleme alındı"
229
 
230
+ #: options/panel1-business-logic.php:62
231
+ #: templates/author.php:30
232
+ #: templates/user.php:30
233
+ #, fuzzy
234
+ msgid "Subscriptions activated:"
235
+ msgstr "Abonelikler: "
236
+
237
+ #: options/panel1-business-logic.php:66
238
+ #: options/panel1-business-logic.php:70
239
+ #: templates/author.php:34
240
+ #: templates/author.php:38
241
+ #: templates/user.php:34
242
+ #, fuzzy
243
+ msgid "Subscriptions updated:"
244
+ msgstr "Güne göre abonelikler"
245
+
246
+ #: options/panel1-business-logic.php:94
247
+ msgid "&laquo; Previous"
248
+ msgstr "&laquo; Önceki"
249
+
250
+ #: options/panel1-business-logic.php:98
251
+ msgid "Next &raquo;"
252
+ msgstr "Sonraki &raquo;"
253
+
254
+ #: options/panel1-edit-subscription.php:8
255
+ #, fuzzy
256
+ msgid "Update Subscription"
257
+ msgstr "Aboneliği güncelle"
258
+
259
+ #: options/panel1-edit-subscription.php:10
260
+ #: options/panel1.php:19
261
+ #: options/panel1.php:81
262
+ #: options/panel1.php:113
263
+ #: templates/author.php:51
264
+ #: templates/user.php:47
265
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
266
  msgstr "Lütfen unutmayın: bu işlem geri alınamaz. Devam etmek istediğinizden emin misiniz?"
267
 
268
+ #: options/panel1-edit-subscription.php:12
269
+ #, fuzzy
270
+ msgid "Post:"
271
+ msgstr "Sonuçlar:"
272
+
273
+ #: options/panel1-edit-subscription.php:13
274
+ #: options/panel1.php:21
275
  msgid "From"
276
  msgstr "Kimden"
277
 
278
+ #: options/panel1-edit-subscription.php:14
279
+ #: options/panel1.php:22
 
 
 
 
280
  msgid "To"
281
  msgstr "Kime"
282
 
283
+ #: options/panel1-edit-subscription.php:15
284
+ #: options/panel1.php:26
285
+ #: options/panel1.php:45
286
+ #: options/panel1.php:103
287
+ msgid "Status"
288
+ msgstr "Durum"
289
+
290
+ #: options/panel1-edit-subscription.php:17
291
+ #: options/panel1.php:28
292
+ msgid "Keep unchanged"
293
+ msgstr ""
294
+
295
+ #: options/panel1-edit-subscription.php:18
296
+ #: options/panel1.php:29
297
+ #: options/panel1.php:47
298
+ #, fuzzy
299
+ msgid "Active"
300
+ msgstr "Eylem"
301
+
302
+ #: options/panel1-edit-subscription.php:19
303
+ #: options/panel1.php:30
304
+ #: options/panel1.php:48
305
+ msgid "Replies only"
306
+ msgstr ""
307
+
308
+ #: options/panel1-edit-subscription.php:20
309
+ #: options/panel1.php:31
310
+ #, fuzzy
311
+ msgid "Suspended"
312
+ msgstr "Dondur"
313
+
314
+ #: options/panel1-edit-subscription.php:21
315
+ #: options/panel1.php:32
316
  msgid "Update"
317
  msgstr "Güncelle"
318
 
319
+ #: options/panel1.php:17
320
+ #, fuzzy
321
+ msgid "Mass Update Subscriptions"
322
+ msgstr "Abonelikleri güncelle"
323
 
324
+ #: options/panel1.php:23
325
+ #: options/panel1.php:24
326
+ #: options/panel1.php:25
327
+ #, fuzzy
328
+ msgid "optional"
329
+ msgstr "Ayarlar"
330
 
331
+ #: options/panel1.php:39
332
+ #, fuzzy
333
+ msgid "Add New Subscription"
334
+ msgstr "Yeni abonelikler"
335
 
336
+ #: options/panel1.php:43
337
+ #, fuzzy
338
+ msgid "Post ID"
339
+ msgstr "Yazı (ID)"
 
 
340
 
341
+ #: options/panel1.php:44
342
  #: options/panel1.php:90
343
+ #: templates/request-management-link.php:65
344
+ #: templates/subscribe.php:88
345
+ #: templates/user.php:52
346
+ msgid "Email"
347
+ msgstr "Eposta"
 
 
 
 
 
348
 
349
+ #: options/panel1.php:49
350
+ msgid "Ask user to confirm"
351
+ msgstr ""
352
 
353
+ #: options/panel1.php:50
354
+ msgid "Add"
355
+ msgstr ""
356
 
357
+ #: options/panel1.php:59
358
+ #, fuzzy
359
+ msgid "Search subscriptions"
360
+ msgstr "Abonelikler"
361
 
362
+ #: options/panel1.php:61
363
+ #, fuzzy, php-format
364
+ msgid "You can either <a href=\"%s\">view all the subscriptions</a> or find those where the"
365
+ msgstr "<a href=\"%s\">Abonelikleri listeleyebilir</a> ya da şu şekilde aratabilirsiniz: <b>eposta</>"
366
 
367
+ #: options/panel1.php:64
368
+ #, fuzzy
369
+ msgid "email"
370
+ msgstr "Eposta"
371
 
372
+ #: options/panel1.php:65
373
+ #, fuzzy
374
+ msgid "post ID"
375
+ msgstr "Yazı (ID)"
376
 
377
+ #: options/panel1.php:66
378
+ #, fuzzy
379
+ msgid "status"
380
+ msgstr "Durum"
381
+
382
+ #: options/panel1.php:69
383
  msgid "equals"
384
  msgstr "eşittir"
385
 
386
+ #: options/panel1.php:70
387
  msgid "contains"
388
  msgstr "içerir"
389
 
390
+ #: options/panel1.php:71
391
  msgid "does not contain"
392
  msgstr "içermez"
393
 
394
+ #: options/panel1.php:72
395
+ msgid "starts with"
396
+ msgstr ""
 
 
 
 
 
 
 
 
397
 
398
+ #: options/panel1.php:73
399
+ msgid "ends with"
400
+ msgstr ""
401
 
402
+ #: options/panel1.php:76
403
+ msgid "results per page:"
404
+ msgstr ""
 
 
405
 
406
+ #: options/panel1.php:77
407
+ msgid "Search"
408
+ msgstr "Ara"
 
409
 
410
+ #: options/panel1.php:85
411
  msgid "Reverse the order by Post ID"
412
  msgstr "Yazı IDsine göre sırala"
413
 
414
+ #: options/panel1.php:86
415
+ #: options/panel1.php:87
416
+ msgid "Reverse the order by Date/Time"
417
+ msgstr "Tarih/Zamana göre sırala"
 
 
418
 
419
+ #: options/panel1.php:89
420
  msgid "Post (ID)"
421
  msgstr "Yazı (ID)"
422
 
423
+ #: options/panel1.php:92
424
+ #, fuzzy
425
+ msgid "Search query:"
426
+ msgstr "Ara"
427
+
428
+ #: options/panel1.php:92
429
+ msgid "Rows:"
430
+ msgstr "Sonuçlar:"
431
+
432
+ #: options/panel1.php:92
433
+ msgid "of"
434
+ msgstr "Toplam Sonuç:"
435
+
436
+ #: options/panel1.php:93
437
+ #: templates/author.php:57
438
+ #: templates/user.php:53
439
+ msgid "Legend: Y = all comments, R = replies only, C = inactive"
440
+ msgstr ""
441
+
442
+ #: options/panel1.php:102
443
  msgid "Date and Time"
444
  msgstr "Tarih ve Saat"
445
 
446
+ #: options/panel1.php:112
447
+ msgid "Edit"
448
+ msgstr ""
449
 
450
+ #: options/panel1.php:113
451
+ #: templates/author.php:70
452
+ #: templates/user.php:64
453
+ msgid "Delete"
454
+ msgstr "Sil"
455
+
456
+ #: options/panel1.php:121
457
+ #: templates/author.php:69
458
+ #: templates/user.php:63
459
  msgid "Action:"
460
  msgstr "Eylem:"
461
 
462
+ #: options/panel1.php:122
463
+ msgid "Delete forever"
464
+ msgstr "Tamamen sil"
465
+
466
+ #: options/panel1.php:123
467
+ #: templates/author.php:71
468
+ #: templates/user.php:65
469
+ msgid "Suspend"
470
+ msgstr "Dondur"
471
+
472
+ #: options/panel1.php:124
473
+ msgid "Activate and set to Y"
474
+ msgstr ""
475
+
476
+ #: options/panel1.php:125
477
+ msgid "Activate and set to R"
478
+ msgstr ""
479
+
480
+ #: options/panel1.php:126
481
+ #: templates/author.php:73
482
+ #: templates/user.php:67
483
+ msgid "Activate"
484
+ msgstr ""
485
+
486
+ #: options/panel1.php:127
487
+ #: templates/author.php:74
488
+ #: templates/user.php:68
489
  msgid "Update subscriptions"
490
  msgstr "Abonelikleri güncelle"
491
 
492
+ #: options/panel1.php:131
493
+ #, fuzzy
494
+ msgid "Sorry, no subscriptions match your search criteria."
495
  msgstr "Üzgünüm, abonelikler bulunamadı"
496
 
497
+ #: options/panel2.php:11
498
+ #: options/panel2.php:39
499
+ #, fuzzy
500
+ msgid "Enable default checkbox"
501
+ msgstr "Doğrulama"
502
 
503
+ #: options/panel2.php:12
504
+ #: options/panel2.php:46
505
+ msgid "Checked by default"
506
+ msgstr "Varsayılan olarak işaretli"
507
 
508
+ #: options/panel2.php:13
509
+ #: options/panel2.php:53
510
+ #, fuzzy
511
+ msgid "Advanced subscription"
512
+ msgstr "Aboneliği güncelle"
513
 
514
+ #: options/panel2.php:14
515
+ #: options/panel2.php:60
516
+ msgid "Custom inline style"
517
+ msgstr "Özel yerel biçim (inline style)"
518
 
519
+ #: options/panel2.php:15
520
+ #: options/panel2.php:65
521
+ msgid "Custom HTML"
522
+ msgstr "Özel HTML"
523
 
524
+ #: options/panel2.php:17
525
+ msgid "Checkbox label"
526
+ msgstr "Abone ol etiketi"
527
 
528
+ #: options/panel2.php:18
529
+ #: options/panel2.php:81
530
+ msgid "Subscribed label"
531
+ msgstr "Abone olundu etiketi"
532
 
533
+ #: options/panel2.php:19
534
+ msgid "Awaiting label"
535
+ msgstr "Bekleniyor etiketi"
 
 
 
 
536
 
537
+ #: options/panel2.php:20
538
+ #: options/panel2.php:91
539
+ msgid "Author label"
540
+ msgstr "Yazar etiketi"
541
 
542
+ #: options/panel2.php:25
543
+ #: options/panel3.php:25
544
+ #: options/panel4.php:23
545
+ #: options/panel5.php:22
546
+ msgid "Your settings have been successfully updated."
547
+ msgstr "Ayarlarınız başarıyla kaydedildi."
548
 
549
+ #: options/panel2.php:28
550
+ #: options/panel3.php:28
551
+ #: options/panel4.php:26
552
+ #: options/panel5.php:25
553
+ msgid "There was an error updating the following fields:"
554
+ msgstr "Ayarlarınız kaydedilirken şu hatalara rastlandı:"
555
 
556
+ #: options/panel2.php:43
557
+ msgid "Disable this option if you want to move the subscription checkbox to a different place on your page."
558
+ msgstr ""
559
 
560
+ #: options/panel2.php:50
561
+ msgid "Decide if the checkbox should be checked by default or not."
562
+ msgstr "Abonelik kutusunun varsayılan olarak işaretli olup olmayacağını belirler."
563
 
564
+ #: options/panel2.php:57
565
+ msgid "Allow users to choose from different subscription types (all, replies only)."
566
+ msgstr ""
567
 
568
+ #: options/panel2.php:62
569
+ msgid "Custom inline CSS to add to the checkbox."
570
+ msgstr "Buradan abone ol kutusuna yerel biçim -inline style- ekleyebilirsiniz."
571
+
572
+ #: options/panel2.php:67
573
+ msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
574
+ msgstr "Abone ol kutusunu gösterirken kullanılacak olan özel HTML kodu. İzin verilen etiketler: [checkbox_field], [checkbox_label]"
575
+
576
+ #: options/panel2.php:72
577
+ msgid "Messages for your visitors"
578
+ msgstr ""
579
+
580
+ #: options/panel2.php:76
581
+ #, fuzzy
582
+ msgid "Default label"
583
+ msgstr "Yazar etiketi"
584
+
585
+ #: options/panel2.php:78
586
+ msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
587
+ msgstr "Abone ol kutusuyla ilişkilendirilmiş metin. İzin verilen etiketler: [Subscribe_link]"
588
+
589
+ #: options/panel2.php:83
590
+ msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
591
+ msgstr "Daha önce bir yazıya abone olmuş olanlara gösterilen metin. İzin verilen etiketler: [manager_link]"
592
+
593
+ #: options/panel2.php:86
594
+ #, fuzzy
595
+ msgid "Pending label"
596
+ msgstr "Bekleniyor etiketi"
597
 
598
+ #: options/panel2.php:88
599
+ msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
600
+ msgstr "Daha önce abone olmuş ama doğrulama işlemini gerçekleştirmemiş olanlara gözüken metin. İzin verilen etiketler: [manager_link]"
601
 
602
+ #: options/panel2.php:93
603
+ msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
604
+ msgstr "Yazar ve administratörlere gösterilen metin. İzin verilen etiketler: [manager_link]"
605
 
606
+ #: options/panel2.php:97
607
+ #: options/panel3.php:136
608
+ #: options/panel4.php:103
609
+ #: options/panel5.php:83
610
+ msgid "Save Changes"
611
+ msgstr "Ayarları Kaydet"
612
 
613
+ #: options/panel3.php:10
614
+ #: options/panel3.php:42
615
+ msgid "Page title"
616
+ msgstr "Sayfa başlığı"
617
 
618
  #: options/panel3.php:11
619
  msgid "Management Page ID"
620
  msgstr "Abonelik Sayfası ID"
621
 
622
  #: options/panel3.php:12
623
+ #: options/panel3.php:54
624
+ msgid "Custom HEAD meta"
625
+ msgstr ""
 
 
 
 
 
626
 
627
  #: options/panel3.php:14
628
+ #: options/panel3.php:65
629
+ msgid "Request link"
630
+ msgstr "Link isteme"
631
 
632
  #: options/panel3.php:15
633
+ #: options/panel3.php:75
634
+ msgid "Request submitted"
635
+ msgstr "İstek gönderildi"
636
 
637
  #: options/panel3.php:16
638
+ #: options/panel3.php:85
639
+ msgid "Subscribe without commenting"
640
+ msgstr "Yorum yapmadan abone ol"
641
 
642
  #: options/panel3.php:17
643
+ #: options/panel3.php:95
644
+ msgid "Subscription processed"
645
+ msgstr "Abonelik işleme alındı"
646
 
647
  #: options/panel3.php:18
648
+ #: options/panel3.php:105
649
+ msgid "Subscription processed (DCI)"
650
+ msgstr "Abonelik işleme alındı (DCI)"
651
 
652
  #: options/panel3.php:19
653
+ #: options/panel3.php:115
654
+ msgid "Authors"
655
+ msgstr "Yazarlar"
656
 
657
  #: options/panel3.php:20
658
+ #: options/panel3.php:125
659
+ msgid "Users"
660
+ msgstr "Kullanıcılar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
661
 
662
+ #: options/panel3.php:44
663
+ msgid "Title of the page your visitors will use to manage their subscriptions."
664
+ msgstr "Kullanıcıların aboneliklerini inceleyeceği sayfanın başlığı."
 
 
665
 
666
+ #: options/panel3.php:47
 
667
  msgid "Management page"
668
  msgstr "Abonelik sayfası"
669
 
670
+ #: options/panel3.php:49
671
  msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
672
  msgstr "Abonelik sayfanız için kalıcı bağlantı (<code>/abonelikleri-yonetin</code> ya da <code>/?page_id=345</code> gibi bişe.) Bu sayfa aslında sisteminizde var olmayacak ama yazdığınız link çalışacaktır."
673
 
674
+ #: options/panel3.php:51
675
  msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
676
  msgstr "Uyarı: girdiğiniz değer kalıcı bağlantı yapınızla uyumlu olmayabilir."
677
 
678
+ #: options/panel3.php:56
679
+ msgid "Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values."
680
+ msgstr ""
 
 
 
 
681
 
682
+ #: options/panel3.php:61
683
+ #: options/panel4.php:50
684
+ #, fuzzy
685
+ msgid "Messages"
686
+ msgstr "Eposta Mesajları"
687
 
688
+ #: options/panel3.php:66
689
+ #: options/panel3.php:76
690
+ #: options/panel3.php:86
691
+ #: options/panel3.php:96
692
+ #: options/panel3.php:106
693
+ #: options/panel3.php:116
694
+ #: options/panel3.php:126
695
+ #: options/panel4.php:61
696
+ #: options/panel4.php:77
697
+ #: options/panel4.php:93
698
+ msgid "Bold"
699
+ msgstr "Kalın"
700
 
701
+ #: options/panel3.php:67
702
+ #: options/panel3.php:77
703
+ #: options/panel3.php:87
704
+ #: options/panel3.php:97
705
+ #: options/panel3.php:107
706
+ #: options/panel3.php:117
707
+ #: options/panel3.php:127
708
+ #: options/panel4.php:62
709
+ #: options/panel4.php:78
710
+ #: options/panel4.php:94
711
+ msgid "Italic"
712
+ msgstr "İtalik"
713
 
714
+ #: options/panel3.php:68
715
+ #: options/panel3.php:78
716
+ #: options/panel3.php:88
717
+ #: options/panel3.php:98
718
+ #: options/panel3.php:108
719
+ #: options/panel3.php:118
720
+ #: options/panel3.php:128
721
+ #: options/panel4.php:63
722
+ #: options/panel4.php:79
723
+ #: options/panel4.php:95
724
+ msgid "Link"
725
+ msgstr "Link"
726
 
727
+ #: options/panel3.php:69
728
  #: options/panel3.php:79
729
+ #: options/panel3.php:89
730
+ #: options/panel3.php:99
731
+ #: options/panel3.php:109
732
+ #: options/panel3.php:119
733
+ #: options/panel3.php:129
734
+ #: options/panel4.php:64
735
+ #: options/panel4.php:80
736
+ #: options/panel4.php:96
737
+ msgid "Image"
738
+ msgstr "Resim"
739
 
740
+ #: options/panel3.php:72
741
+ msgid "Text shown to those who request to manage their subscriptions."
742
+ msgstr "Aboneliklerini incelemek isteyenlere gözükecek yazı."
743
 
744
+ #: options/panel3.php:82
745
+ msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
746
+ msgstr "Abonelik isteği gerçekleştiğinde gözüken teşekkür notu. İzin verilen eitketler: [post_title], [post_permalink]"
747
 
748
+ #: options/panel3.php:92
749
+ msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
750
+ msgstr "Yorum yapmadan abone olmak isteyenlere gözüken yazı. İzin verilen etiketler: [post_title], [post_permalink]"
751
 
752
+ #: options/panel3.php:102
753
+ msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
754
+ msgstr "Abonelik isteği gerçekleştiğinde gözüken teşekkür notu (doğrulama açık değilken). İzin verilen etiketler: [post_title], [post_permalink]"
755
 
756
  #: options/panel3.php:112
757
+ msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
758
+ msgstr "Abonelik isteği gerçekleştiğinde gözüken teşekkür notu (doğrulama açıkken). İzin verilen etiketler: [post_title], [post_permalink]"
759
 
760
+ #: options/panel3.php:122
761
+ msgid "Introductory text for the authors' management page."
762
+ msgstr "Yazarların aboneliklerini yönettiği sayfadaki giriş mesajı."
763
 
764
+ #: options/panel3.php:132
765
+ msgid "Introductory text for the users' management page."
766
+ msgstr "Kullanıcıların aboneliklerini yönettiği sayfadaki giriş mesajı."
767
 
768
+ #: options/panel4.php:11
769
+ #: options/panel4.php:38
770
+ msgid "Sender name"
771
+ msgstr "Gönderici adı"
772
 
773
+ #: options/panel4.php:12
774
+ #: options/panel4.php:43
775
+ msgid "Sender email address"
776
+ msgstr "Gönderici eposta adresi"
 
777
 
778
+ #: options/panel4.php:13
779
+ #: options/panel4.php:54
780
  msgid "Notification subject"
781
  msgstr "Bildiri Konusu"
782
 
783
+ #: options/panel4.php:14
784
+ #: options/panel4.php:59
785
  msgid "Notification message"
786
  msgstr "Bildiri mesajı"
787
 
788
+ #: options/panel4.php:15
789
+ #: options/panel4.php:70
790
  msgid "Double check subject"
791
  msgstr "Doğrulama konusu"
792
 
793
+ #: options/panel4.php:16
794
+ #: options/panel4.php:75
795
  msgid "Double check message"
796
  msgstr "Doğrulama mesajı"
797
 
798
+ #: options/panel4.php:17
799
+ #: options/panel4.php:86
800
  msgid "Management subject"
801
  msgstr "Abonelikler konusu"
802
 
803
+ #: options/panel4.php:18
804
+ #: options/panel4.php:91
805
  msgid "Management message"
806
  msgstr "Abonelikler mesajı"
807
 
808
+ #: options/panel4.php:40
809
+ msgid "Name to use for the \"from\" field when sending a new notification to the user."
810
+ msgstr "Yeni yorumların bildirisinde gönderenin adı."
 
 
 
 
 
 
 
 
 
 
 
 
 
811
 
812
  #: options/panel4.php:45
813
+ msgid "Email address to use for the \"from\" field when sending a new notification to the user."
814
+ msgstr "Yeni yorumların bildirisinde gönderenin eposta adresi."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
815
 
816
+ #: options/panel4.php:56
817
+ msgid "Subject of the notification email. Allowed tag: [post_title]"
818
+ msgstr "Bildiri epostasının konusu. İzin verilen etiketler: [post_title]"
 
 
 
 
 
 
 
 
 
819
 
820
+ #: options/panel4.php:67
821
  msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
822
  msgstr "Bildiri epostasının içeriği. İzin verilen etiketler: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
823
 
824
+ #: options/panel4.php:72
825
  msgid "Subject of the confirmation email. Allowed tag: [post_title]"
826
  msgstr "Doğrulama epostasının konusu. İzin verilen etiketler: [post_title]"
827
 
828
+ #: options/panel4.php:83
829
  msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
830
  msgstr "Doğrulama epostasının içeriği. İzin verilen etiketler: [post_permalink], [confirm_link], [post_title], [manager_link]"
831
 
832
+ #: options/panel4.php:88
833
  msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
834
  msgstr "Aboneliklerini incelemek isteyenlere gönderilen mailin konusu. İzin verilen etiketler: [blog_name]"
835
 
836
+ #: options/panel4.php:99
837
  msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
838
  msgstr "Abonelik inceleme mailinin içeriği. İzin verilen etiketler: [blog_name], [manager_link]"
839
 
840
  #: options/panel5.php:11
841
+ #: options/panel5.php:35
842
+ msgid "Autopurge requests"
843
+ msgstr "İstekleri ayrıştır"
844
 
845
  #: options/panel5.php:12
846
+ #: options/panel5.php:40
847
+ msgid "Enable double check"
848
+ msgstr "Doğrulama"
849
 
850
  #: options/panel5.php:13
851
+ msgid "Notify authors"
852
+ msgstr "Yazarı haberdar et"
 
853
 
854
  #: options/panel5.php:14
855
+ #: options/panel5.php:54
856
+ msgid "Enable HTML emails"
857
+ msgstr "HTML epostalarına izin ver"
858
+
859
+ #: options/panel5.php:15
860
+ msgid "Send trackbacks"
861
+ msgstr "Trackback'leri gönder"
862
 
863
  #: options/panel5.php:16
864
+ #: options/panel5.php:47
865
+ msgid "Notify admin"
866
+ msgstr "Admini haberdar et"
867
 
868
  #: options/panel5.php:17
869
+ #: options/panel5.php:75
870
+ msgid "Let admin subscribe"
871
+ msgstr "Adminin abone olmasına izin ver"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
872
 
873
+ #: options/panel5.php:36
874
+ msgid "days"
875
+ msgstr "günler"
876
 
877
+ #: options/panel5.php:37
878
+ msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
879
+ msgstr "Doğrulama gerçekleşmeyen abonelikleri x gün sonra sil. Sıfır değeri devre dışı bırakır."
880
 
881
+ #: options/panel5.php:44
882
+ msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
883
+ msgstr "Aboneliği doğrulamak için eposta gönderir. Eposta adreslerinin doğruluğunu tespit için kullanılabilir."
884
 
885
+ #: options/panel5.php:51
886
+ msgid "Notify the administrator when a new comment is posted."
887
+ msgstr "Yeni yorum yapıldığında admine bildir."
888
 
889
+ #: options/panel5.php:58
890
+ msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
891
+ msgstr "Etkinleştirilmişse, gönderilen epostalar text/plain yerine text/html olarak gönderilecektir."
892
 
893
+ #: options/panel5.php:61
894
+ #, fuzzy
895
+ msgid "Process trackbacks"
896
+ msgstr "Trackback'leri gönder"
897
 
898
+ #: options/panel5.php:65
899
+ msgid "Notify users when a new trackback or pingback is added to the discussion."
900
+ msgstr "Yeni bir trackback ya da pingback olduğunda kullanıcılara bildirir."
901
 
902
+ #: options/panel5.php:68
903
+ msgid "Track all subscriptions"
904
+ msgstr "Tüm abonelikleri takip et"
905
 
906
+ #: options/panel5.php:72
907
+ msgid "Notify the administrator when users subscribe without commenting."
908
+ msgstr "Kullanıcılar yorum bırakmadan abone olduğunda admine bildir."
909
 
910
+ #: options/panel5.php:79
911
+ msgid "Let the administrator subscribe to comments when logged in."
912
+ msgstr "Adminler giriş yaptığında yorumlara abone olmalarına izin ver."
913
 
914
+ #: options/panel6.php:8
915
  msgid "Support the author"
916
  msgstr "Yazarı destekle"
917
 
918
+ #: options/panel6.php:16
919
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
920
  msgstr "Bu eklenti tarafından ziyaretçilerinize sunulan özellik ne kadar değerli sizce? Subscribe to Comments Reloaded ücretsizdir ve hep ücretsiz kalacaktır. Bu eklenti sitenizi daha iyi hale getirdiyse ve siteniz üzerinden para kazanıyorsanız eklenti yazarını desteklemeyi düşünmez misiniz? Yapılan her bağış Subscribe to Comments Reloaded'a yatırım olarak geri dönecek ve aç aileme yemek olacaktır."
921
 
922
+ #: options/panel6.php:18
923
  msgid "Don't want to donate? You can still help"
924
  msgstr "Para bağışlamak istemiyor musunuz? Yine de yardım edebilirsiniz"
925
 
926
+ #: options/panel6.php:19
927
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
928
  msgstr "Eğer para bağışlamak istemiyorsanız, eklentime link veren bir blog girmeyi düşünebilirsiniz. Lütfen okuyucularınıza blogunuzu nasıl daha iyi yaptığınızı anlatın. Ya da biraz zamanınızı ayırarak hata raporlarını, lokalizasyon dosyalarınızı, Subscribe to Comments Reloaded'i nasıl geliştirebileceğimiz hakkındaki fikirlerinizi gönderebilirsiniz. Bu arada, eklentimi kullandığınız için teşekkür ederim!"
929
 
930
+ #: options/panel6.php:21
931
  msgid "Vote and show your appreciation"
932
  msgstr "Oylayın ve bizi memnun edin :)"
933
 
934
+ #: options/panel6.php:22
935
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
936
  msgstr "Subscribe to Comments Reloaded 'den memnunsanız arkadaşlarınıza da bahsedin. Ya da eklentiler sayfasında <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">puan verin</a>."
937
 
938
+ #: options/panel6.php:24
939
+ msgid "Sponsor's Corner"
940
+ msgstr ""
941
 
942
+ #: options/panel6.php:25
943
  msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
944
  msgstr "Bu eklentiye sponsor olmak istiyorsanız, benimle <a href='http://www.duechiacchiere.it/contatto'>iletişime</a> geçmeye tereddüt etmeyin."
945
 
946
+ #: templates/author.php:56
 
 
 
 
947
  msgid "Title"
948
  msgstr "Başlık"
949
 
950
+ #: templates/author.php:67
951
+ #: templates/user.php:61
952
  msgid "Select all"
953
  msgstr "Hepsini seç"
954
 
955
+ #: templates/author.php:68
956
+ #: templates/user.php:62
957
  msgid "Invert selection"
958
  msgstr "Seçimi ters çevir"
959
 
960
+ #: templates/author.php:72
961
+ msgid "Set to Y"
962
+ msgstr ""
 
963
 
964
+ #: templates/author.php:78
965
+ #: templates/user.php:72
966
+ msgid "No subscriptions match your search criteria."
967
+ msgstr ""
968
 
969
+ #: templates/request-management-link.php:68
970
+ #: templates/subscribe.php:90
971
  msgid "Send"
972
  msgstr "Gönder"
973
 
974
+ #: templates/subscribe.php:43
975
+ #: templates/subscribe.php:44
976
  msgid "New subscription to"
977
  msgstr "Yeni abonelikler"
978
 
979
+ #: templates/subscribe.php:44
980
  msgid "User:"
981
  msgstr "Kullanıcı:"
982
 
983
+ #~ msgid "Awaiting confirmation"
984
+ #~ msgstr "Doğrulama bekleniyor"
985
+
986
+ #~ msgid "Stats"
987
+ #~ msgstr "İstatistikler"
988
+
989
+ #~ msgid "Other Messages"
990
+ #~ msgstr "Diğer Mesajlar"
991
+
992
+ #~ msgid "Support"
993
+ #~ msgstr "Destek"
994
+
995
+ #~ msgid "The status has been successfully updated. Rows affected:"
996
+ #~ msgstr "Yaptığınız değişiklikler güncellendi. Etkilenenler:"
997
+
998
+ #~ msgid ""
999
+ #~ "Update the email address associated to a specific subscription (by post "
1000
+ #~ "ID)."
1001
+ #~ msgstr ""
1002
+ #~ "Yazıya ait bir aboneliğin eposta adresini güncelle. (Yazı ID'si ile)"
1003
+
1004
+ #~ msgid "PID"
1005
+ #~ msgstr "Yazı ID"
1006
+
1007
+ #~ msgid "Change status"
1008
+ #~ msgstr "Durum değiştir"
1009
+
1010
+ #~ msgid ""
1011
+ #~ "Change the status of an email address or permanently delete all its "
1012
+ #~ "subscriptions."
1013
+ #~ msgstr ""
1014
+ #~ "Eposta adresinin durumunu değiştir ya da tüm aboneliklerini kalıcı olarak "
1015
+ #~ "iptal et."
1016
+
1017
+ #~ msgid "Resume"
1018
+ #~ msgstr "Etkinleştir"
1019
+
1020
+ #~ msgid "Update email address"
1021
+ #~ msgstr "Eposta adresini güncelle"
1022
+
1023
+ #~ msgid ""
1024
+ #~ "You can \"mass update\" all the occurrences of a given email address "
1025
+ #~ "(exact matches only)."
1026
+ #~ msgstr ""
1027
+ #~ "Bir epostanın tüm aboneliklerini başka bir epostayla güncelle. (sadece "
1028
+ #~ "tam eşleşmeler)"
1029
+
1030
+ #~ msgid "Search email address"
1031
+ #~ msgstr "Eposta adreslerini ara"
1032
+
1033
+ #~ msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
1034
+ #~ msgstr ""
1035
+ #~ "Kısaltmalar: Y: abone olunmuş, N: dondurulmuş, C: doğrulama bekliyor"
1036
+
1037
+ #~ msgid "StCR table has been successfully optimized."
1038
+ #~ msgstr "StCR tablosu başarıyla optimize edildi."
1039
+
1040
+ #~ msgid "Subscriptions for"
1041
+ #~ msgstr "Abonelikler"
1042
+
1043
+ #~ msgid "Filter by date"
1044
+ #~ msgstr "Tarihe göre filtrele"
1045
+
1046
+ #~ msgid "Month"
1047
+ #~ msgstr "Ay"
1048
+
1049
+ #~ msgid "Year"
1050
+ #~ msgstr "Yıl"
1051
+
1052
+ #~ msgid "No data to display"
1053
+ #~ msgstr "Gösterecek veri yok"
1054
+
1055
+ #~ msgid "optimize"
1056
+ #~ msgstr "optimize et"
1057
+
1058
+ #~ msgid "Database"
1059
+ #~ msgstr "Veritabanı"
1060
+
1061
+ #~ msgid "Engine"
1062
+ #~ msgstr "Motor"
1063
+
1064
+ #~ msgid "Created on"
1065
+ #~ msgstr "Oluşturulma tarihi"
1066
+
1067
+ #~ msgid "Index length"
1068
+ #~ msgstr "Index uzunluğu"
1069
+
1070
+ #~ msgid "Records"
1071
+ #~ msgstr "Kayıtlar"
1072
+
1073
+ #~ msgid "Average Record Length"
1074
+ #~ msgstr "Ortalama Kayıt Uzunluğu"
1075
+
1076
+ #~ msgid "Approximate Overhead"
1077
+ #~ msgstr "Genel Bakış"
1078
+
1079
+ #~ msgid "Analysis for"
1080
+ #~ msgstr "Analizler"
1081
+
1082
+ #~ msgid "Most active users"
1083
+ #~ msgstr "En aktif kullanıcılar"
1084
+
1085
+ #~ msgid "Popular posts"
1086
+ #~ msgstr "Popüler yazılar"
1087
+
1088
+ #~ msgid "Custom CSS Class"
1089
+ #~ msgstr "Özel Css Sınıfı"
1090
+
1091
+ #~ msgid ""
1092
+ #~ "Custom CSS class to associate to the checkbox, if you want to customize "
1093
+ #~ "its style."
1094
+ #~ msgstr ""
1095
+ #~ "İsterseniz abone ol kutusunun CSS sınıfını buradan değiştirebilirsiniz."
1096
+
1097
+ #~ msgid "Official Sponsors"
1098
+ #~ msgstr "Resmî Sponsorlar"
1099
+
1100
+ #~ msgid "Subscriptions have been successfully updated."
1101
+ #~ msgstr "Abonelikler başarıyla güncellendi."
1102
+
1103
+ #~ msgid "Sorry, no subscriptions found."
1104
+ #~ msgstr "Üzgünüm, abonelikler bulunamadı."
1105
 
1106
+ #~ msgid "All the subscriptions have been successfully updated."
1107
+ #~ msgstr "Tüm abonelikler başarıyla güncelleştirildi."
langs/subscribe-reloaded.pot CHANGED
@@ -2,75 +2,86 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-01-14 17:27-0500\n"
6
- "PO-Revision-Date: 2011-01-14 17:27-0500\n"
7
- "Last-Translator: Camu <info@duechiacchiere.it>\n"
8
- "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: ../\n"
 
14
  "X-Poedit-SearchPath-0: .\n"
15
 
16
- #: subscribe-to-comments-reloaded.php:34
17
- #: subscribe-to-comments-reloaded.php:197
18
- msgid "You are subscribed to this entry. <a href='[manager_link]'>Manage</a> your subscriptions."
19
  msgstr ""
20
 
21
- #: subscribe-to-comments-reloaded.php:39
22
- #: subscribe-to-comments-reloaded.php:198
23
- msgid "Your subscription to this entry needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
24
  msgstr ""
25
 
26
- #: subscribe-to-comments-reloaded.php:46
27
- #: subscribe-to-comments-reloaded.php:199
28
- msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this entry."
29
  msgstr ""
30
 
31
- #: subscribe-to-comments-reloaded.php:52
32
- #: subscribe-to-comments-reloaded.php:193
33
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
34
  msgstr ""
35
 
36
- #: subscribe-to-comments-reloaded.php:169
37
- #: options/index.php:44
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  msgid "Manage subscriptions"
39
  msgstr ""
40
 
41
- #: subscribe-to-comments-reloaded.php:170
42
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
43
  msgstr ""
44
 
45
- #: subscribe-to-comments-reloaded.php:171
46
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
47
  msgstr ""
48
 
49
- #: subscribe-to-comments-reloaded.php:172
50
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
51
  msgstr ""
52
 
53
- #: subscribe-to-comments-reloaded.php:173
54
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
55
  msgstr ""
56
 
57
- #: subscribe-to-comments-reloaded.php:174
58
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
59
  msgstr ""
60
 
61
- #: subscribe-to-comments-reloaded.php:175
62
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
63
  msgstr ""
64
 
65
- #: subscribe-to-comments-reloaded.php:176
66
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
67
  msgstr ""
68
 
69
- #: subscribe-to-comments-reloaded.php:191
70
  msgid "There is a new comment to [post_title]"
71
  msgstr ""
72
 
73
- #: subscribe-to-comments-reloaded.php:192
74
  msgid ""
75
  "There is a new comment to [post_title].\n"
76
  "Comment Link: [comment_permalink]\n"
@@ -80,12 +91,20 @@ msgid ""
80
  "Permalink: [post_permalink]\n"
81
  "Manage your subscriptions: [manager_link]"
82
  msgstr ""
 
 
 
 
 
 
 
 
83
 
84
- #: subscribe-to-comments-reloaded.php:200
85
  msgid "Please confirm your subscription to [post_title]"
86
  msgstr ""
87
 
88
- #: subscribe-to-comments-reloaded.php:201
89
  msgid ""
90
  "You have requested to be notified every time a new comment is added to:\n"
91
  "[post_permalink]\n"
@@ -93,793 +112,850 @@ msgid ""
93
  "Please confirm your request by clicking on this link:\n"
94
  "[confirm_link]"
95
  msgstr ""
 
 
 
 
 
 
 
96
 
97
- #: subscribe-to-comments-reloaded.php:202
98
  msgid "Manage your subscriptions on [blog_name]"
99
  msgstr ""
100
 
101
- #: subscribe-to-comments-reloaded.php:203
102
  msgid ""
103
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
104
  "[manager_link]"
105
  msgstr ""
 
 
106
 
107
- #: subscribe-to-comments-reloaded.php:609
108
  msgid "Subscribed"
109
  msgstr ""
110
 
111
- #: subscribe-to-comments-reloaded.php:623
112
- #: options/panel3.php:67
113
- #: options/panel3.php:89
114
- #: options/panel3.php:96
115
- #: options/panel3.php:103
116
- #: options/panel3.php:110
117
- #: options/panel3.php:117
118
- #: options/panel3.php:124
 
 
119
  msgid "Yes"
120
  msgstr ""
121
 
122
- #: subscribe-to-comments-reloaded.php:625
123
- msgid "Awaiting confirmation"
124
  msgstr ""
125
 
126
- #: subscribe-to-comments-reloaded.php:626
127
- #: options/panel3.php:68
128
- #: options/panel3.php:90
129
- #: options/panel3.php:97
130
- #: options/panel3.php:104
131
- #: options/panel3.php:111
132
- #: options/panel3.php:118
133
- #: options/panel3.php:125
 
 
134
  msgid "No"
135
  msgstr ""
136
 
137
- #: subscribe-to-comments-reloaded.php:636
138
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
139
  msgstr ""
140
 
141
- #: subscribe-to-comments-reloaded.php:636
142
  msgid "support forum"
143
  msgstr ""
144
 
145
- #: subscribe-to-comments-reloaded.php:637
146
  msgid "Feeling generous?"
147
  msgstr ""
148
 
149
- #: subscribe-to-comments-reloaded.php:637
150
  msgid "Donate a few bucks!"
151
  msgstr ""
152
 
 
 
 
 
 
 
 
 
 
 
 
 
153
  #: options/index.php:45
154
- msgid "Stats"
 
 
 
155
  msgstr ""
156
 
157
  #: options/index.php:46
158
- msgid "Options"
159
  msgstr ""
160
 
161
- #: options/index.php:47
162
- msgid "Mail Messages"
163
  msgstr ""
164
 
165
- #: options/index.php:48
166
- msgid "Other Messages"
167
  msgstr ""
168
 
169
- #: options/index.php:49
170
- msgid "Support"
171
  msgstr ""
172
 
173
- #: options/panel1.php:32
174
- #: options/panel1.php:38
175
- #: options/panel1.php:45
176
- #: options/panel1.php:63
177
- msgid "The status has been successfully updated. Rows affected:"
178
  msgstr ""
179
 
180
- #: options/panel1.php:68
181
- msgid "Update subscription"
 
 
182
  msgstr ""
183
 
184
- #: options/panel1.php:69
185
- msgid "Update the email address associated to a specific subscription (by post ID)."
 
 
186
  msgstr ""
187
 
188
- #: options/panel1.php:71
189
- #: options/panel1.php:101
190
- #: options/panel1.php:173
191
- #: templates/author.php:39
192
- #: templates/user.php:41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
193
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
194
  msgstr ""
195
 
196
- #: options/panel1.php:73
197
- #: options/panel1.php:103
198
- msgid "From"
199
  msgstr ""
200
 
201
- #: options/panel1.php:74
202
- msgid "PID"
 
203
  msgstr ""
204
 
205
- #: options/panel1.php:75
206
- #: options/panel1.php:104
207
  msgid "To"
208
  msgstr ""
209
 
210
- #: options/panel1.php:76
211
- #: options/panel1.php:93
212
- #: options/panel1.php:105
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
213
  msgid "Update"
214
  msgstr ""
215
 
216
- #: options/panel1.php:83
217
- msgid "Change status"
218
  msgstr ""
219
 
220
- #: options/panel1.php:84
221
- msgid "Change the status of an email address or permanently delete all its subscriptions."
 
 
222
  msgstr ""
223
 
224
- #: options/panel1.php:87
225
- msgid "Action"
226
  msgstr ""
227
 
228
- #: options/panel1.php:89
229
- #: options/panel1.php:195
230
- #: templates/author.php:60
231
- #: templates/user.php:58
232
- msgid "Suspend"
233
  msgstr ""
234
 
 
235
  #: options/panel1.php:90
236
- #: options/panel1.php:196
237
- #: templates/author.php:61
238
- #: templates/user.php:59
239
- msgid "Resume"
240
  msgstr ""
241
 
242
- #: options/panel1.php:91
243
- #: options/panel1.php:194
244
- msgid "Delete forever"
245
  msgstr ""
246
 
247
- #: options/panel1.php:98
248
- msgid "Update email address"
249
  msgstr ""
250
 
251
- #: options/panel1.php:99
252
- msgid "You can \"mass update\" all the occurrences of a given email address (exact matches only)."
253
  msgstr ""
254
 
255
- #: options/panel1.php:150
256
- msgid "&laquo; Previous"
 
257
  msgstr ""
258
 
259
- #: options/panel1.php:154
260
- msgid "Next &raquo;"
261
  msgstr ""
262
 
263
- #: options/panel1.php:157
264
- msgid "Search email address"
265
  msgstr ""
266
 
267
- #: options/panel1.php:159
268
- #, php-format
269
- msgid "You can either <a href=\"%s\">list all the subscriptions</a> or find those where the <b>email</b>"
270
  msgstr ""
271
 
272
- #: options/panel1.php:162
273
  msgid "equals"
274
  msgstr ""
275
 
276
- #: options/panel1.php:163
277
  msgid "contains"
278
  msgstr ""
279
 
280
- #: options/panel1.php:164
281
  msgid "does not contain"
282
  msgstr ""
283
 
284
- #: options/panel1.php:167
285
- msgid "Search"
286
  msgstr ""
287
 
288
- #: options/panel1.php:178
289
- msgid "Subscriptions for:"
290
  msgstr ""
291
 
292
- #: options/panel1.php:178
293
- msgid "Rows:"
294
  msgstr ""
295
 
296
- #: options/panel1.php:178
297
- msgid "of"
298
  msgstr ""
299
 
300
- #: options/panel1.php:179
301
- #: templates/author.php:45
302
- #: templates/user.php:47
303
- msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
304
  msgstr ""
305
 
306
- #: options/panel1.php:181
307
- #: options/panel1.php:182
308
  msgid "Reverse the order by Date/Time"
309
  msgstr ""
310
 
311
- #: options/panel1.php:183
312
- msgid "Reverse the order by Post ID"
313
  msgstr ""
314
 
315
- #: options/panel1.php:184
316
- #: templates/request-management-link.php:77
317
- #: templates/subscribe.php:82
318
- #: templates/user.php:46
319
- msgid "Email"
320
  msgstr ""
321
 
322
- #: options/panel1.php:186
323
- msgid "Post (ID)"
 
 
 
 
324
  msgstr ""
325
 
326
- #: options/panel1.php:186
 
 
 
 
 
 
327
  msgid "Date and Time"
328
  msgstr ""
329
 
330
- #: options/panel1.php:186
331
- msgid "Status"
 
 
 
 
 
 
332
  msgstr ""
333
 
334
- #: options/panel1.php:194
335
- #: templates/author.php:59
336
- #: templates/user.php:57
337
  msgid "Action:"
338
  msgstr ""
339
 
340
- #: options/panel1.php:197
341
- #: templates/author.php:62
342
- #: templates/user.php:60
343
- msgid "Update subscriptions"
 
 
 
 
344
  msgstr ""
345
 
346
- #: options/panel1.php:205
347
- msgid "Sorry, no subscriptions found for"
348
  msgstr ""
349
 
350
- #: options/panel2.php:10
351
- #: options/panel6.php:11
352
- msgid "StCR table has been successfully optimized."
353
  msgstr ""
354
 
355
- #: options/panel2.php:21
356
- msgid "Subscriptions"
 
 
357
  msgstr ""
358
 
359
- #: options/panel2.php:21
360
- msgid "Subscriptions for"
 
 
361
  msgstr ""
362
 
363
- #: options/panel2.php:36
364
- msgid "Filter by date"
365
  msgstr ""
366
 
367
- #: options/panel2.php:38
368
- msgid "Month"
 
369
  msgstr ""
370
 
371
- #: options/panel2.php:44
372
- msgid "Year"
 
373
  msgstr ""
374
 
 
375
  #: options/panel2.php:53
376
- msgid "Subscriptions by day"
377
  msgstr ""
378
 
379
- #: options/panel2.php:56
380
- #: options/panel2.php:72
381
- #: options/panel2.php:98
382
- #: options/panel2.php:112
383
- #: options/panel2.php:121
384
- msgid "No data to display"
385
  msgstr ""
386
 
387
- #: options/panel2.php:68
388
- msgid "optimize"
 
389
  msgstr ""
390
 
391
- #: options/panel2.php:69
392
- msgid "Database"
393
  msgstr ""
394
 
395
- #: options/panel2.php:84
396
- msgid "Engine"
 
397
  msgstr ""
398
 
399
- #: options/panel2.php:85
400
- msgid "Created on"
401
  msgstr ""
402
 
403
- #: options/panel2.php:86
404
- msgid "Index length"
 
405
  msgstr ""
406
 
407
- #: options/panel2.php:87
408
- msgid "Records"
 
 
 
409
  msgstr ""
410
 
411
- #: options/panel2.php:88
412
- msgid "Average Record Length"
 
 
 
413
  msgstr ""
414
 
415
- #: options/panel2.php:89
416
- msgid "Approximate Overhead"
417
  msgstr ""
418
 
419
- #: options/panel2.php:95
420
- msgid "Analysis for"
421
  msgstr ""
422
 
423
- #: options/panel2.php:109
424
- msgid "Most active users"
425
  msgstr ""
426
 
427
- #: options/panel2.php:118
428
- msgid "Popular posts"
429
  msgstr ""
430
 
431
- #: options/panel3.php:11
432
- msgid "Management Page ID"
433
  msgstr ""
434
 
435
- #: options/panel3.php:12
436
- #: options/panel3.php:50
437
- msgid "Autopurge requests"
438
  msgstr ""
439
 
440
- #: options/panel3.php:13
441
- #: options/panel3.php:55
442
- msgid "Sender name"
443
  msgstr ""
444
 
445
- #: options/panel3.php:14
446
- #: options/panel3.php:60
447
- msgid "Sender email address"
448
  msgstr ""
449
 
450
- #: options/panel3.php:15
451
- #: options/panel3.php:65
452
- msgid "Checked by default"
453
  msgstr ""
454
 
455
- #: options/panel3.php:16
456
- #: options/panel3.php:72
457
- msgid "Custom CSS Class"
458
  msgstr ""
459
 
460
- #: options/panel3.php:17
461
- #: options/panel3.php:77
462
- msgid "Custom inline style"
463
  msgstr ""
464
 
465
- #: options/panel3.php:18
466
- #: options/panel3.php:82
467
- msgid "Custom HTML"
468
  msgstr ""
469
 
470
- #: options/panel3.php:19
471
- #: options/panel3.php:87
472
- msgid "Enable double check"
 
 
473
  msgstr ""
474
 
475
- #: options/panel3.php:20
476
- msgid "Notify authors"
 
477
  msgstr ""
478
 
479
- #: options/panel3.php:21
480
- #: options/panel3.php:101
481
- msgid "Enable HTML emails"
482
  msgstr ""
483
 
484
- #: options/panel3.php:22
485
- #: options/panel3.php:108
486
- msgid "Send trackbacks"
487
  msgstr ""
488
 
489
- #: options/panel3.php:23
490
- #: options/panel3.php:94
491
- msgid "Notify admin"
492
  msgstr ""
493
 
494
- #: options/panel3.php:24
495
- #: options/panel3.php:122
496
- msgid "Let admin subscribe"
497
  msgstr ""
498
 
499
- #: options/panel3.php:29
500
- #: options/panel4.php:21
501
- #: options/panel5.php:28
502
- msgid "Your settings have been successfully updated."
503
  msgstr ""
504
 
505
- #: options/panel3.php:32
506
- #: options/panel4.php:24
507
- #: options/panel5.php:31
508
- msgid "There was an error updating the following fields:"
509
  msgstr ""
510
 
511
- #: options/panel3.php:43
512
- #: options/panel5.php:64
513
- msgid "Management page"
514
  msgstr ""
515
 
516
- #: options/panel3.php:45
517
- msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
 
 
 
 
 
 
 
 
 
 
518
  msgstr ""
519
 
520
  #: options/panel3.php:47
521
- msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
 
 
 
 
522
  msgstr ""
523
 
524
  #: options/panel3.php:51
525
- msgid "days"
526
  msgstr ""
527
 
528
- #: options/panel3.php:52
529
- msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
530
  msgstr ""
531
 
532
- #: options/panel3.php:57
533
- msgid "Name to use for the \"from\" field when sending a new notification to the user."
 
534
  msgstr ""
535
 
536
- #: options/panel3.php:62
537
- msgid "Email address to use for the \"from\" field when sending a new notification to the user."
 
 
 
 
 
 
 
 
 
538
  msgstr ""
539
 
540
- #: options/panel3.php:69
541
- msgid "Decide if the checkbox should be checked by default or not."
 
 
 
 
 
 
 
 
 
542
  msgstr ""
543
 
544
- #: options/panel3.php:74
545
- msgid "Custom CSS class to associate to the checkbox, if you want to customize its style."
 
 
 
 
 
 
 
 
 
546
  msgstr ""
547
 
 
548
  #: options/panel3.php:79
549
- msgid "Custom inline CSS to add to the checkbox."
 
 
 
 
 
 
 
 
550
  msgstr ""
551
 
552
- #: options/panel3.php:84
553
- msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
554
  msgstr ""
555
 
556
- #: options/panel3.php:91
557
- msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
558
  msgstr ""
559
 
560
- #: options/panel3.php:98
561
- msgid "Notify the administrator when a new comment is posted."
562
  msgstr ""
563
 
564
- #: options/panel3.php:105
565
- msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
566
  msgstr ""
567
 
568
  #: options/panel3.php:112
569
- msgid "Notify users when a new trackback or pingback is added to the discussion."
570
  msgstr ""
571
 
572
- #: options/panel3.php:115
573
- msgid "Track all subscriptions"
574
  msgstr ""
575
 
576
- #: options/panel3.php:119
577
- msgid "Notify the administrator when users subscribe without commenting."
578
  msgstr ""
579
 
580
- #: options/panel3.php:126
581
- msgid "Let the administrator subscribe to comments when logged in."
 
582
  msgstr ""
583
 
584
- #: options/panel3.php:130
585
- #: options/panel4.php:86
586
- #: options/panel5.php:144
587
- msgid "Save Changes"
588
  msgstr ""
589
 
590
- #: options/panel4.php:11
591
- #: options/panel4.php:37
592
  msgid "Notification subject"
593
  msgstr ""
594
 
595
- #: options/panel4.php:12
596
- #: options/panel4.php:42
597
  msgid "Notification message"
598
  msgstr ""
599
 
600
- #: options/panel4.php:13
601
- #: options/panel4.php:53
602
  msgid "Double check subject"
603
  msgstr ""
604
 
605
- #: options/panel4.php:14
606
- #: options/panel4.php:58
607
  msgid "Double check message"
608
  msgstr ""
609
 
610
- #: options/panel4.php:15
611
- #: options/panel4.php:69
612
  msgid "Management subject"
613
  msgstr ""
614
 
615
- #: options/panel4.php:16
616
- #: options/panel4.php:74
617
  msgid "Management message"
618
  msgstr ""
619
 
620
- #: options/panel4.php:39
621
- msgid "Subject of the notification email. Allowed tag: [post_title]"
622
- msgstr ""
623
-
624
- #: options/panel4.php:44
625
- #: options/panel4.php:60
626
- #: options/panel4.php:76
627
- #: options/panel5.php:74
628
- #: options/panel5.php:84
629
- #: options/panel5.php:94
630
- #: options/panel5.php:104
631
- #: options/panel5.php:114
632
- #: options/panel5.php:124
633
- #: options/panel5.php:134
634
- msgid "Bold"
635
  msgstr ""
636
 
637
  #: options/panel4.php:45
638
- #: options/panel4.php:61
639
- #: options/panel4.php:77
640
- #: options/panel5.php:75
641
- #: options/panel5.php:85
642
- #: options/panel5.php:95
643
- #: options/panel5.php:105
644
- #: options/panel5.php:115
645
- #: options/panel5.php:125
646
- #: options/panel5.php:135
647
- msgid "Italic"
648
- msgstr ""
649
-
650
- #: options/panel4.php:46
651
- #: options/panel4.php:62
652
- #: options/panel4.php:78
653
- #: options/panel5.php:76
654
- #: options/panel5.php:86
655
- #: options/panel5.php:96
656
- #: options/panel5.php:106
657
- #: options/panel5.php:116
658
- #: options/panel5.php:126
659
- #: options/panel5.php:136
660
- msgid "Link"
661
  msgstr ""
662
 
663
- #: options/panel4.php:47
664
- #: options/panel4.php:63
665
- #: options/panel4.php:79
666
- #: options/panel5.php:77
667
- #: options/panel5.php:87
668
- #: options/panel5.php:97
669
- #: options/panel5.php:107
670
- #: options/panel5.php:117
671
- #: options/panel5.php:127
672
- #: options/panel5.php:137
673
- msgid "Image"
674
  msgstr ""
675
 
676
- #: options/panel4.php:50
677
  msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
678
  msgstr ""
679
 
680
- #: options/panel4.php:55
681
  msgid "Subject of the confirmation email. Allowed tag: [post_title]"
682
  msgstr ""
683
 
684
- #: options/panel4.php:66
685
  msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
686
  msgstr ""
687
 
688
- #: options/panel4.php:71
689
  msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
690
  msgstr ""
691
 
692
- #: options/panel4.php:82
693
  msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
694
  msgstr ""
695
 
696
  #: options/panel5.php:11
697
- #: options/panel5.php:43
698
- msgid "Checkbox label"
699
  msgstr ""
700
 
701
  #: options/panel5.php:12
702
- #: options/panel5.php:48
703
- msgid "Subscribed label"
704
  msgstr ""
705
 
706
  #: options/panel5.php:13
707
- #: options/panel5.php:53
708
- msgid "Awaiting label"
709
  msgstr ""
710
 
711
  #: options/panel5.php:14
712
- #: options/panel5.php:58
713
- msgid "Author label"
714
- msgstr ""
715
-
716
- #: options/panel5.php:16
717
- #: options/panel5.php:68
718
- msgid "Page title"
719
- msgstr ""
720
-
721
- #: options/panel5.php:17
722
- #: options/panel5.php:73
723
- msgid "Request link"
724
- msgstr ""
725
-
726
- #: options/panel5.php:18
727
- #: options/panel5.php:83
728
- msgid "Request submitted"
729
- msgstr ""
730
-
731
- #: options/panel5.php:19
732
- #: options/panel5.php:93
733
- msgid "Subscribe without commenting"
734
- msgstr ""
735
-
736
- #: options/panel5.php:20
737
- #: options/panel5.php:103
738
- msgid "Subscription processed"
739
- msgstr ""
740
-
741
- #: options/panel5.php:21
742
- #: options/panel5.php:113
743
- msgid "Subscription processed (DCI)"
744
- msgstr ""
745
-
746
- #: options/panel5.php:22
747
- #: options/panel5.php:123
748
- msgid "Authors"
749
  msgstr ""
750
 
751
- #: options/panel5.php:23
752
- #: options/panel5.php:133
753
- msgid "Users"
754
  msgstr ""
755
 
756
- #: options/panel5.php:39
757
- msgid "Comment form"
 
758
  msgstr ""
759
 
760
- #: options/panel5.php:45
761
- msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
 
762
  msgstr ""
763
 
764
- #: options/panel5.php:50
765
- msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
766
  msgstr ""
767
 
768
- #: options/panel5.php:55
769
- msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
770
  msgstr ""
771
 
772
- #: options/panel5.php:60
773
- msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
774
  msgstr ""
775
 
776
- #: options/panel5.php:70
777
- msgid "Title of the page your visitors will use to manage their subscriptions."
778
  msgstr ""
779
 
780
- #: options/panel5.php:80
781
- msgid "Text shown to those who request to manage their subscriptions."
782
  msgstr ""
783
 
784
- #: options/panel5.php:90
785
- msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
786
  msgstr ""
787
 
788
- #: options/panel5.php:100
789
- msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
790
- msgstr ""
791
-
792
- #: options/panel5.php:110
793
- msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
794
  msgstr ""
795
 
796
- #: options/panel5.php:120
797
- msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
798
  msgstr ""
799
 
800
- #: options/panel5.php:130
801
- msgid "Introductory text for the authors' management page."
802
  msgstr ""
803
 
804
- #: options/panel5.php:140
805
- msgid "Introductory text for the users' management page."
806
  msgstr ""
807
 
808
- #: options/panel6.php:15
809
  msgid "Support the author"
810
  msgstr ""
811
 
812
- #: options/panel6.php:22
813
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
814
  msgstr ""
815
 
816
- #: options/panel6.php:24
817
  msgid "Don't want to donate? You can still help"
818
  msgstr ""
819
 
820
- #: options/panel6.php:25
821
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
822
  msgstr ""
823
 
824
- #: options/panel6.php:27
825
  msgid "Vote and show your appreciation"
826
  msgstr ""
827
 
828
- #: options/panel6.php:28
829
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
830
  msgstr ""
831
 
832
- #: options/panel6.php:30
833
- msgid "Official Sponsors"
834
  msgstr ""
835
 
836
- #: options/panel6.php:31
837
  msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
838
  msgstr ""
839
 
840
- #: templates/author.php:31
841
- msgid "Subscriptions have been successfully updated."
842
- msgstr ""
843
-
844
- #: templates/author.php:44
845
  msgid "Title"
846
  msgstr ""
847
 
848
- #: templates/author.php:57
849
- #: templates/user.php:55
850
  msgid "Select all"
851
  msgstr ""
852
 
853
- #: templates/author.php:58
854
- #: templates/user.php:56
855
  msgid "Invert selection"
856
  msgstr ""
857
 
858
- #: templates/author.php:59
859
- #: templates/user.php:57
860
- msgid "Delete"
861
  msgstr ""
862
 
863
- #: templates/author.php:66
864
- #: templates/user.php:64
865
- msgid "Sorry, no subscriptions found."
866
  msgstr ""
867
 
868
- #: templates/request-management-link.php:80
869
- #: templates/subscribe.php:84
870
  msgid "Send"
871
  msgstr ""
872
 
873
- #: templates/subscribe.php:30
874
- #: templates/subscribe.php:31
875
  msgid "New subscription to"
876
  msgstr ""
877
 
878
- #: templates/subscribe.php:31
879
  msgid "User:"
880
  msgstr ""
881
-
882
- #: templates/user.php:33
883
- msgid "All the subscriptions have been successfully updated."
884
- msgstr ""
885
-
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-07-20 12:38-0500\n"
 
 
 
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "X-Poedit-KeywordsList: __;_e\n"
10
  "X-Poedit-Basepath: ../\n"
11
+ "Plural-Forms: s\n"
12
  "X-Poedit-SearchPath-0: .\n"
13
 
14
+ #: subscribe-to-comments-reloaded.php:33
15
+ #: subscribe-to-comments-reloaded.php:221
16
+ msgid "Your subscription to this post needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
17
  msgstr ""
18
 
19
+ #: subscribe-to-comments-reloaded.php:38
20
+ #: subscribe-to-comments-reloaded.php:220
21
+ msgid "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your subscriptions."
22
  msgstr ""
23
 
24
+ #: subscribe-to-comments-reloaded.php:45
25
+ #: subscribe-to-comments-reloaded.php:222
26
+ msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
27
  msgstr ""
28
 
29
+ #: subscribe-to-comments-reloaded.php:50
30
+ #: subscribe-to-comments-reloaded.php:217
31
  msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
32
  msgstr ""
33
 
34
+ #: subscribe-to-comments-reloaded.php:60
35
+ msgid "All"
36
+ msgstr ""
37
+
38
+ #: subscribe-to-comments-reloaded.php:61
39
+ #: templates/user.php:66
40
+ msgid "Replies to my comments"
41
+ msgstr ""
42
+
43
+ #: subscribe-to-comments-reloaded.php:62
44
+ msgid "Daily digest"
45
+ msgstr ""
46
+
47
+ #: subscribe-to-comments-reloaded.php:194
48
+ #: options/index.php:41
49
  msgid "Manage subscriptions"
50
  msgstr ""
51
 
52
+ #: subscribe-to-comments-reloaded.php:195
53
  msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
54
  msgstr ""
55
 
56
+ #: subscribe-to-comments-reloaded.php:196
57
  msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
58
  msgstr ""
59
 
60
+ #: subscribe-to-comments-reloaded.php:197
61
  msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
62
  msgstr ""
63
 
64
+ #: subscribe-to-comments-reloaded.php:198
65
  msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
66
  msgstr ""
67
 
68
+ #: subscribe-to-comments-reloaded.php:199
69
  msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
70
  msgstr ""
71
 
72
+ #: subscribe-to-comments-reloaded.php:200
73
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
74
  msgstr ""
75
 
76
+ #: subscribe-to-comments-reloaded.php:201
77
  msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
78
  msgstr ""
79
 
80
+ #: subscribe-to-comments-reloaded.php:215
81
  msgid "There is a new comment to [post_title]"
82
  msgstr ""
83
 
84
+ #: subscribe-to-comments-reloaded.php:216
85
  msgid ""
86
  "There is a new comment to [post_title].\n"
87
  "Comment Link: [comment_permalink]\n"
91
  "Permalink: [post_permalink]\n"
92
  "Manage your subscriptions: [manager_link]"
93
  msgstr ""
94
+ "L'utente [comment_author] ha lasciato un nuovo commento a '[post_title]':\n"
95
+ "[comment_permalink]\n"
96
+ "\n"
97
+ "Commento:\n"
98
+ "[comment_content]\n"
99
+ "\n"
100
+ "Permalink: [post_permalink]\n"
101
+ "Gestisci le tue iscrizioni: [manager_link]"
102
 
103
+ #: subscribe-to-comments-reloaded.php:223
104
  msgid "Please confirm your subscription to [post_title]"
105
  msgstr ""
106
 
107
+ #: subscribe-to-comments-reloaded.php:224
108
  msgid ""
109
  "You have requested to be notified every time a new comment is added to:\n"
110
  "[post_permalink]\n"
112
  "Please confirm your request by clicking on this link:\n"
113
  "[confirm_link]"
114
  msgstr ""
115
+ "Abbiamo ricevuto una richiesta di iscrizione al nostro servizio automatizzato di notifiche, per l'articolo:\n"
116
+ "[post_permalink]\n"
117
+ "\n"
118
+ "Per confermare, clicca sul collegamento qui di seguito:\n"
119
+ "[confirm_link]\n"
120
+ "\n"
121
+ "Se credi di aver ricevuto questo messaggio per errore, ti preghiamo di rispondere all'email per contattare l'amministratore."
122
 
123
+ #: subscribe-to-comments-reloaded.php:225
124
  msgid "Manage your subscriptions on [blog_name]"
125
  msgstr ""
126
 
127
+ #: subscribe-to-comments-reloaded.php:226
128
  msgid ""
129
  "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
130
  "[manager_link]"
131
  msgstr ""
132
+ "Hai richiesto di poter gestire le tue iscrizioni agli articoli su [blog_name]. Clicca sul link qui di seguito per accedere alla tua area riservata:\n"
133
+ "[manager_link]"
134
 
135
+ #: subscribe-to-comments-reloaded.php:956
136
  msgid "Subscribed"
137
  msgstr ""
138
 
139
+ #: subscribe-to-comments-reloaded.php:970
140
+ #: options/panel2.php:41
141
+ #: options/panel2.php:48
142
+ #: options/panel2.php:55
143
+ #: options/panel5.php:42
144
+ #: options/panel5.php:49
145
+ #: options/panel5.php:56
146
+ #: options/panel5.php:63
147
+ #: options/panel5.php:70
148
+ #: options/panel5.php:77
149
  msgid "Yes"
150
  msgstr ""
151
 
152
+ #: subscribe-to-comments-reloaded.php:972
153
+ msgid "Pending"
154
  msgstr ""
155
 
156
+ #: subscribe-to-comments-reloaded.php:973
157
+ #: options/panel2.php:42
158
+ #: options/panel2.php:49
159
+ #: options/panel2.php:56
160
+ #: options/panel5.php:43
161
+ #: options/panel5.php:50
162
+ #: options/panel5.php:57
163
+ #: options/panel5.php:64
164
+ #: options/panel5.php:71
165
+ #: options/panel5.php:78
166
  msgid "No"
167
  msgstr ""
168
 
169
+ #: subscribe-to-comments-reloaded.php:983
170
  msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
171
  msgstr ""
172
 
173
+ #: subscribe-to-comments-reloaded.php:983
174
  msgid "support forum"
175
  msgstr ""
176
 
177
+ #: subscribe-to-comments-reloaded.php:984
178
  msgid "Feeling generous?"
179
  msgstr ""
180
 
181
+ #: subscribe-to-comments-reloaded.php:984
182
  msgid "Donate a few bucks!"
183
  msgstr ""
184
 
185
+ #: options/index.php:42
186
+ msgid "Comment Form"
187
+ msgstr ""
188
+
189
+ #: options/index.php:43
190
+ msgid "Management Page"
191
+ msgstr ""
192
+
193
+ #: options/index.php:44
194
+ msgid "Notifications"
195
+ msgstr ""
196
+
197
  #: options/index.php:45
198
+ #: options/panel2.php:35
199
+ #: options/panel3.php:38
200
+ #: options/panel4.php:34
201
+ msgid "Options"
202
  msgstr ""
203
 
204
  #: options/index.php:46
205
+ msgid "You can help"
206
  msgstr ""
207
 
208
+ #: options/panel1-business-logic.php:18
209
+ msgid "Subscription added."
210
  msgstr ""
211
 
212
+ #: options/panel1-business-logic.php:30
213
+ msgid "Subscriptions updated."
214
  msgstr ""
215
 
216
+ #: options/panel1-business-logic.php:39
217
+ msgid "Subscription deleted."
218
  msgstr ""
219
 
220
+ #: options/panel1-business-logic.php:54
221
+ #: templates/author.php:22
222
+ #: templates/user.php:22
223
+ msgid "Subscriptions deleted:"
 
224
  msgstr ""
225
 
226
+ #: options/panel1-business-logic.php:58
227
+ #: templates/author.php:26
228
+ #: templates/user.php:26
229
+ msgid "Subscriptions suspended:"
230
  msgstr ""
231
 
232
+ #: options/panel1-business-logic.php:62
233
+ #: templates/author.php:30
234
+ #: templates/user.php:30
235
+ msgid "Subscriptions activated:"
236
  msgstr ""
237
 
238
+ #: options/panel1-business-logic.php:66
239
+ #: options/panel1-business-logic.php:70
240
+ #: templates/author.php:34
241
+ #: templates/author.php:38
242
+ #: templates/user.php:34
243
+ msgid "Subscriptions updated:"
244
+ msgstr ""
245
+
246
+ #: options/panel1-business-logic.php:94
247
+ msgid "&laquo; Previous"
248
+ msgstr ""
249
+
250
+ #: options/panel1-business-logic.php:98
251
+ msgid "Next &raquo;"
252
+ msgstr ""
253
+
254
+ #: options/panel1-edit-subscription.php:8
255
+ msgid "Update Subscription"
256
+ msgstr ""
257
+
258
+ #: options/panel1-edit-subscription.php:10
259
+ #: options/panel1.php:19
260
+ #: options/panel1.php:81
261
+ #: options/panel1.php:113
262
+ #: templates/author.php:51
263
+ #: templates/user.php:47
264
  msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
265
  msgstr ""
266
 
267
+ #: options/panel1-edit-subscription.php:12
268
+ msgid "Post:"
 
269
  msgstr ""
270
 
271
+ #: options/panel1-edit-subscription.php:13
272
+ #: options/panel1.php:21
273
+ msgid "From"
274
  msgstr ""
275
 
276
+ #: options/panel1-edit-subscription.php:14
277
+ #: options/panel1.php:22
278
  msgid "To"
279
  msgstr ""
280
 
281
+ #: options/panel1-edit-subscription.php:15
282
+ #: options/panel1.php:26
283
+ #: options/panel1.php:45
284
+ #: options/panel1.php:103
285
+ msgid "Status"
286
+ msgstr ""
287
+
288
+ #: options/panel1-edit-subscription.php:17
289
+ #: options/panel1.php:28
290
+ msgid "Keep unchanged"
291
+ msgstr ""
292
+
293
+ #: options/panel1-edit-subscription.php:18
294
+ #: options/panel1.php:29
295
+ #: options/panel1.php:47
296
+ msgid "Active"
297
+ msgstr ""
298
+
299
+ #: options/panel1-edit-subscription.php:19
300
+ #: options/panel1.php:30
301
+ #: options/panel1.php:48
302
+ msgid "Replies only"
303
+ msgstr ""
304
+
305
+ #: options/panel1-edit-subscription.php:20
306
+ #: options/panel1.php:31
307
+ msgid "Suspended"
308
+ msgstr ""
309
+
310
+ #: options/panel1-edit-subscription.php:21
311
+ #: options/panel1.php:32
312
  msgid "Update"
313
  msgstr ""
314
 
315
+ #: options/panel1.php:17
316
+ msgid "Mass Update Subscriptions"
317
  msgstr ""
318
 
319
+ #: options/panel1.php:23
320
+ #: options/panel1.php:24
321
+ #: options/panel1.php:25
322
+ msgid "optional"
323
  msgstr ""
324
 
325
+ #: options/panel1.php:39
326
+ msgid "Add New Subscription"
327
  msgstr ""
328
 
329
+ #: options/panel1.php:43
330
+ msgid "Post ID"
 
 
 
331
  msgstr ""
332
 
333
+ #: options/panel1.php:44
334
  #: options/panel1.php:90
335
+ #: templates/request-management-link.php:65
336
+ #: templates/subscribe.php:88
337
+ #: templates/user.php:52
338
+ msgid "Email"
339
  msgstr ""
340
 
341
+ #: options/panel1.php:49
342
+ msgid "Ask user to confirm"
 
343
  msgstr ""
344
 
345
+ #: options/panel1.php:50
346
+ msgid "Add"
347
  msgstr ""
348
 
349
+ #: options/panel1.php:59
350
+ msgid "Search subscriptions"
351
  msgstr ""
352
 
353
+ #: options/panel1.php:61
354
+ #, php-format
355
+ msgid "You can either <a href=\"%s\">view all the subscriptions</a> or find those where the"
356
  msgstr ""
357
 
358
+ #: options/panel1.php:64
359
+ msgid "email"
360
  msgstr ""
361
 
362
+ #: options/panel1.php:65
363
+ msgid "post ID"
364
  msgstr ""
365
 
366
+ #: options/panel1.php:66
367
+ msgid "status"
 
368
  msgstr ""
369
 
370
+ #: options/panel1.php:69
371
  msgid "equals"
372
  msgstr ""
373
 
374
+ #: options/panel1.php:70
375
  msgid "contains"
376
  msgstr ""
377
 
378
+ #: options/panel1.php:71
379
  msgid "does not contain"
380
  msgstr ""
381
 
382
+ #: options/panel1.php:72
383
+ msgid "starts with"
384
  msgstr ""
385
 
386
+ #: options/panel1.php:73
387
+ msgid "ends with"
388
  msgstr ""
389
 
390
+ #: options/panel1.php:76
391
+ msgid "results per page:"
392
  msgstr ""
393
 
394
+ #: options/panel1.php:77
395
+ msgid "Search"
396
  msgstr ""
397
 
398
+ #: options/panel1.php:85
399
+ msgid "Reverse the order by Post ID"
 
 
400
  msgstr ""
401
 
402
+ #: options/panel1.php:86
403
+ #: options/panel1.php:87
404
  msgid "Reverse the order by Date/Time"
405
  msgstr ""
406
 
407
+ #: options/panel1.php:89
408
+ msgid "Post (ID)"
409
  msgstr ""
410
 
411
+ #: options/panel1.php:92
412
+ msgid "Search query:"
 
 
 
413
  msgstr ""
414
 
415
+ #: options/panel1.php:92
416
+ msgid "Rows:"
417
+ msgstr ""
418
+
419
+ #: options/panel1.php:92
420
+ msgid "of"
421
  msgstr ""
422
 
423
+ #: options/panel1.php:93
424
+ #: templates/author.php:57
425
+ #: templates/user.php:53
426
+ msgid "Legend: Y = all comments, R = replies only, C = inactive"
427
+ msgstr ""
428
+
429
+ #: options/panel1.php:102
430
  msgid "Date and Time"
431
  msgstr ""
432
 
433
+ #: options/panel1.php:112
434
+ msgid "Edit"
435
+ msgstr ""
436
+
437
+ #: options/panel1.php:113
438
+ #: templates/author.php:70
439
+ #: templates/user.php:64
440
+ msgid "Delete"
441
  msgstr ""
442
 
443
+ #: options/panel1.php:121
444
+ #: templates/author.php:69
445
+ #: templates/user.php:63
446
  msgid "Action:"
447
  msgstr ""
448
 
449
+ #: options/panel1.php:122
450
+ msgid "Delete forever"
451
+ msgstr ""
452
+
453
+ #: options/panel1.php:123
454
+ #: templates/author.php:71
455
+ #: templates/user.php:65
456
+ msgid "Suspend"
457
  msgstr ""
458
 
459
+ #: options/panel1.php:124
460
+ msgid "Activate and set to Y"
461
  msgstr ""
462
 
463
+ #: options/panel1.php:125
464
+ msgid "Activate and set to R"
 
465
  msgstr ""
466
 
467
+ #: options/panel1.php:126
468
+ #: templates/author.php:73
469
+ #: templates/user.php:67
470
+ msgid "Activate"
471
  msgstr ""
472
 
473
+ #: options/panel1.php:127
474
+ #: templates/author.php:74
475
+ #: templates/user.php:68
476
+ msgid "Update subscriptions"
477
  msgstr ""
478
 
479
+ #: options/panel1.php:131
480
+ msgid "Sorry, no subscriptions match your search criteria."
481
  msgstr ""
482
 
483
+ #: options/panel2.php:11
484
+ #: options/panel2.php:39
485
+ msgid "Enable default checkbox"
486
  msgstr ""
487
 
488
+ #: options/panel2.php:12
489
+ #: options/panel2.php:46
490
+ msgid "Checked by default"
491
  msgstr ""
492
 
493
+ #: options/panel2.php:13
494
  #: options/panel2.php:53
495
+ msgid "Advanced subscription"
496
  msgstr ""
497
 
498
+ #: options/panel2.php:14
499
+ #: options/panel2.php:60
500
+ msgid "Custom inline style"
 
 
 
501
  msgstr ""
502
 
503
+ #: options/panel2.php:15
504
+ #: options/panel2.php:65
505
+ msgid "Custom HTML"
506
  msgstr ""
507
 
508
+ #: options/panel2.php:17
509
+ msgid "Checkbox label"
510
  msgstr ""
511
 
512
+ #: options/panel2.php:18
513
+ #: options/panel2.php:81
514
+ msgid "Subscribed label"
515
  msgstr ""
516
 
517
+ #: options/panel2.php:19
518
+ msgid "Awaiting label"
519
  msgstr ""
520
 
521
+ #: options/panel2.php:20
522
+ #: options/panel2.php:91
523
+ msgid "Author label"
524
  msgstr ""
525
 
526
+ #: options/panel2.php:25
527
+ #: options/panel3.php:25
528
+ #: options/panel4.php:23
529
+ #: options/panel5.php:22
530
+ msgid "Your settings have been successfully updated."
531
  msgstr ""
532
 
533
+ #: options/panel2.php:28
534
+ #: options/panel3.php:28
535
+ #: options/panel4.php:26
536
+ #: options/panel5.php:25
537
+ msgid "There was an error updating the following fields:"
538
  msgstr ""
539
 
540
+ #: options/panel2.php:43
541
+ msgid "Disable this option if you want to move the subscription checkbox to a different place on your page."
542
  msgstr ""
543
 
544
+ #: options/panel2.php:50
545
+ msgid "Decide if the checkbox should be checked by default or not."
546
  msgstr ""
547
 
548
+ #: options/panel2.php:57
549
+ msgid "Allow users to choose from different subscription types (all, replies only)."
550
  msgstr ""
551
 
552
+ #: options/panel2.php:62
553
+ msgid "Custom inline CSS to add to the checkbox."
554
  msgstr ""
555
 
556
+ #: options/panel2.php:67
557
+ msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
558
  msgstr ""
559
 
560
+ #: options/panel2.php:72
561
+ msgid "Messages for your visitors"
 
562
  msgstr ""
563
 
564
+ #: options/panel2.php:76
565
+ msgid "Default label"
 
566
  msgstr ""
567
 
568
+ #: options/panel2.php:78
569
+ msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
 
570
  msgstr ""
571
 
572
+ #: options/panel2.php:83
573
+ msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
 
574
  msgstr ""
575
 
576
+ #: options/panel2.php:86
577
+ msgid "Pending label"
 
578
  msgstr ""
579
 
580
+ #: options/panel2.php:88
581
+ msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
 
582
  msgstr ""
583
 
584
+ #: options/panel2.php:93
585
+ msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
 
586
  msgstr ""
587
 
588
+ #: options/panel2.php:97
589
+ #: options/panel3.php:136
590
+ #: options/panel4.php:103
591
+ #: options/panel5.php:83
592
+ msgid "Save Changes"
593
  msgstr ""
594
 
595
+ #: options/panel3.php:10
596
+ #: options/panel3.php:42
597
+ msgid "Page title"
598
  msgstr ""
599
 
600
+ #: options/panel3.php:11
601
+ msgid "Management Page ID"
 
602
  msgstr ""
603
 
604
+ #: options/panel3.php:12
605
+ #: options/panel3.php:54
606
+ msgid "Custom HEAD meta"
607
  msgstr ""
608
 
609
+ #: options/panel3.php:14
610
+ #: options/panel3.php:65
611
+ msgid "Request link"
612
  msgstr ""
613
 
614
+ #: options/panel3.php:15
615
+ #: options/panel3.php:75
616
+ msgid "Request submitted"
617
  msgstr ""
618
 
619
+ #: options/panel3.php:16
620
+ #: options/panel3.php:85
621
+ msgid "Subscribe without commenting"
 
622
  msgstr ""
623
 
624
+ #: options/panel3.php:17
625
+ #: options/panel3.php:95
626
+ msgid "Subscription processed"
 
627
  msgstr ""
628
 
629
+ #: options/panel3.php:18
630
+ #: options/panel3.php:105
631
+ msgid "Subscription processed (DCI)"
632
  msgstr ""
633
 
634
+ #: options/panel3.php:19
635
+ #: options/panel3.php:115
636
+ msgid "Authors"
637
+ msgstr ""
638
+
639
+ #: options/panel3.php:20
640
+ #: options/panel3.php:125
641
+ msgid "Users"
642
+ msgstr ""
643
+
644
+ #: options/panel3.php:44
645
+ msgid "Title of the page your visitors will use to manage their subscriptions."
646
  msgstr ""
647
 
648
  #: options/panel3.php:47
649
+ msgid "Management page"
650
+ msgstr ""
651
+
652
+ #: options/panel3.php:49
653
+ msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
654
  msgstr ""
655
 
656
  #: options/panel3.php:51
657
+ msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
658
  msgstr ""
659
 
660
+ #: options/panel3.php:56
661
+ msgid "Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values."
662
  msgstr ""
663
 
664
+ #: options/panel3.php:61
665
+ #: options/panel4.php:50
666
+ msgid "Messages"
667
  msgstr ""
668
 
669
+ #: options/panel3.php:66
670
+ #: options/panel3.php:76
671
+ #: options/panel3.php:86
672
+ #: options/panel3.php:96
673
+ #: options/panel3.php:106
674
+ #: options/panel3.php:116
675
+ #: options/panel3.php:126
676
+ #: options/panel4.php:61
677
+ #: options/panel4.php:77
678
+ #: options/panel4.php:93
679
+ msgid "Bold"
680
  msgstr ""
681
 
682
+ #: options/panel3.php:67
683
+ #: options/panel3.php:77
684
+ #: options/panel3.php:87
685
+ #: options/panel3.php:97
686
+ #: options/panel3.php:107
687
+ #: options/panel3.php:117
688
+ #: options/panel3.php:127
689
+ #: options/panel4.php:62
690
+ #: options/panel4.php:78
691
+ #: options/panel4.php:94
692
+ msgid "Italic"
693
  msgstr ""
694
 
695
+ #: options/panel3.php:68
696
+ #: options/panel3.php:78
697
+ #: options/panel3.php:88
698
+ #: options/panel3.php:98
699
+ #: options/panel3.php:108
700
+ #: options/panel3.php:118
701
+ #: options/panel3.php:128
702
+ #: options/panel4.php:63
703
+ #: options/panel4.php:79
704
+ #: options/panel4.php:95
705
+ msgid "Link"
706
  msgstr ""
707
 
708
+ #: options/panel3.php:69
709
  #: options/panel3.php:79
710
+ #: options/panel3.php:89
711
+ #: options/panel3.php:99
712
+ #: options/panel3.php:109
713
+ #: options/panel3.php:119
714
+ #: options/panel3.php:129
715
+ #: options/panel4.php:64
716
+ #: options/panel4.php:80
717
+ #: options/panel4.php:96
718
+ msgid "Image"
719
  msgstr ""
720
 
721
+ #: options/panel3.php:72
722
+ msgid "Text shown to those who request to manage their subscriptions."
723
  msgstr ""
724
 
725
+ #: options/panel3.php:82
726
+ msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
727
  msgstr ""
728
 
729
+ #: options/panel3.php:92
730
+ msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
731
  msgstr ""
732
 
733
+ #: options/panel3.php:102
734
+ msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
735
  msgstr ""
736
 
737
  #: options/panel3.php:112
738
+ msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
739
  msgstr ""
740
 
741
+ #: options/panel3.php:122
742
+ msgid "Introductory text for the authors' management page."
743
  msgstr ""
744
 
745
+ #: options/panel3.php:132
746
+ msgid "Introductory text for the users' management page."
747
  msgstr ""
748
 
749
+ #: options/panel4.php:11
750
+ #: options/panel4.php:38
751
+ msgid "Sender name"
752
  msgstr ""
753
 
754
+ #: options/panel4.php:12
755
+ #: options/panel4.php:43
756
+ msgid "Sender email address"
 
757
  msgstr ""
758
 
759
+ #: options/panel4.php:13
760
+ #: options/panel4.php:54
761
  msgid "Notification subject"
762
  msgstr ""
763
 
764
+ #: options/panel4.php:14
765
+ #: options/panel4.php:59
766
  msgid "Notification message"
767
  msgstr ""
768
 
769
+ #: options/panel4.php:15
770
+ #: options/panel4.php:70
771
  msgid "Double check subject"
772
  msgstr ""
773
 
774
+ #: options/panel4.php:16
775
+ #: options/panel4.php:75
776
  msgid "Double check message"
777
  msgstr ""
778
 
779
+ #: options/panel4.php:17
780
+ #: options/panel4.php:86
781
  msgid "Management subject"
782
  msgstr ""
783
 
784
+ #: options/panel4.php:18
785
+ #: options/panel4.php:91
786
  msgid "Management message"
787
  msgstr ""
788
 
789
+ #: options/panel4.php:40
790
+ msgid "Name to use for the \"from\" field when sending a new notification to the user."
 
 
 
 
 
 
 
 
 
 
 
 
 
791
  msgstr ""
792
 
793
  #: options/panel4.php:45
794
+ msgid "Email address to use for the \"from\" field when sending a new notification to the user."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
795
  msgstr ""
796
 
797
+ #: options/panel4.php:56
798
+ msgid "Subject of the notification email. Allowed tag: [post_title]"
 
 
 
 
 
 
 
 
 
799
  msgstr ""
800
 
801
+ #: options/panel4.php:67
802
  msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
803
  msgstr ""
804
 
805
+ #: options/panel4.php:72
806
  msgid "Subject of the confirmation email. Allowed tag: [post_title]"
807
  msgstr ""
808
 
809
+ #: options/panel4.php:83
810
  msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
811
  msgstr ""
812
 
813
+ #: options/panel4.php:88
814
  msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
815
  msgstr ""
816
 
817
+ #: options/panel4.php:99
818
  msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
819
  msgstr ""
820
 
821
  #: options/panel5.php:11
822
+ #: options/panel5.php:35
823
+ msgid "Autopurge requests"
824
  msgstr ""
825
 
826
  #: options/panel5.php:12
827
+ #: options/panel5.php:40
828
+ msgid "Enable double check"
829
  msgstr ""
830
 
831
  #: options/panel5.php:13
832
+ msgid "Notify authors"
 
833
  msgstr ""
834
 
835
  #: options/panel5.php:14
836
+ #: options/panel5.php:54
837
+ msgid "Enable HTML emails"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
838
  msgstr ""
839
 
840
+ #: options/panel5.php:15
841
+ msgid "Send trackbacks"
 
842
  msgstr ""
843
 
844
+ #: options/panel5.php:16
845
+ #: options/panel5.php:47
846
+ msgid "Notify admin"
847
  msgstr ""
848
 
849
+ #: options/panel5.php:17
850
+ #: options/panel5.php:75
851
+ msgid "Let admin subscribe"
852
  msgstr ""
853
 
854
+ #: options/panel5.php:36
855
+ msgid "days"
856
  msgstr ""
857
 
858
+ #: options/panel5.php:37
859
+ msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
860
  msgstr ""
861
 
862
+ #: options/panel5.php:44
863
+ msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
864
  msgstr ""
865
 
866
+ #: options/panel5.php:51
867
+ msgid "Notify the administrator when a new comment is posted."
868
  msgstr ""
869
 
870
+ #: options/panel5.php:58
871
+ msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
872
  msgstr ""
873
 
874
+ #: options/panel5.php:61
875
+ msgid "Process trackbacks"
876
  msgstr ""
877
 
878
+ #: options/panel5.php:65
879
+ msgid "Notify users when a new trackback or pingback is added to the discussion."
 
 
 
 
880
  msgstr ""
881
 
882
+ #: options/panel5.php:68
883
+ msgid "Track all subscriptions"
884
  msgstr ""
885
 
886
+ #: options/panel5.php:72
887
+ msgid "Notify the administrator when users subscribe without commenting."
888
  msgstr ""
889
 
890
+ #: options/panel5.php:79
891
+ msgid "Let the administrator subscribe to comments when logged in."
892
  msgstr ""
893
 
894
+ #: options/panel6.php:8
895
  msgid "Support the author"
896
  msgstr ""
897
 
898
+ #: options/panel6.php:16
899
  msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
900
  msgstr ""
901
 
902
+ #: options/panel6.php:18
903
  msgid "Don't want to donate? You can still help"
904
  msgstr ""
905
 
906
+ #: options/panel6.php:19
907
  msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
908
  msgstr ""
909
 
910
+ #: options/panel6.php:21
911
  msgid "Vote and show your appreciation"
912
  msgstr ""
913
 
914
+ #: options/panel6.php:22
915
  msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
916
  msgstr ""
917
 
918
+ #: options/panel6.php:24
919
+ msgid "Sponsor's Corner"
920
  msgstr ""
921
 
922
+ #: options/panel6.php:25
923
  msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
924
  msgstr ""
925
 
926
+ #: templates/author.php:56
 
 
 
 
927
  msgid "Title"
928
  msgstr ""
929
 
930
+ #: templates/author.php:67
931
+ #: templates/user.php:61
932
  msgid "Select all"
933
  msgstr ""
934
 
935
+ #: templates/author.php:68
936
+ #: templates/user.php:62
937
  msgid "Invert selection"
938
  msgstr ""
939
 
940
+ #: templates/author.php:72
941
+ msgid "Set to Y"
 
942
  msgstr ""
943
 
944
+ #: templates/author.php:78
945
+ #: templates/user.php:72
946
+ msgid "No subscriptions match your search criteria."
947
  msgstr ""
948
 
949
+ #: templates/request-management-link.php:68
950
+ #: templates/subscribe.php:90
951
  msgid "Send"
952
  msgstr ""
953
 
954
+ #: templates/subscribe.php:43
955
+ #: templates/subscribe.php:44
956
  msgid "New subscription to"
957
  msgstr ""
958
 
959
+ #: templates/subscribe.php:44
960
  msgid "User:"
961
  msgstr ""
 
 
 
 
 
options/index.php CHANGED
@@ -1,9 +1,8 @@
1
- <?php
2
-
3
  // Avoid direct access to this piece of code
4
- if (__FILE__ == $_SERVER['SCRIPT_FILENAME'] ) {
5
- header('Location: /');
6
- exit;
7
  }
8
 
9
  function subscribe_reloaded_update_option( $_option = '', $_value = '', $_type = ''){
@@ -14,20 +13,18 @@ function subscribe_reloaded_update_option( $_option = '', $_value = '', $_type =
14
  update_option('subscribe_reloaded_'.$_option, $_value);
15
  return true;
16
  }
17
-
18
  break;
 
19
  case 'integer':
20
  update_option('subscribe_reloaded_'.$_option, abs(intval($_value)));
21
-
22
  return true;
23
  break;
24
-
25
  default:
26
  update_option('subscribe_reloaded_'.$_option, str_replace('"', "'", $_value));
27
  return true;
28
  break;
29
  }
30
-
31
  return false;
32
  }
33
 
@@ -42,18 +39,19 @@ load_plugin_textdomain('subscribe-reloaded', WP_PLUGIN_DIR .'/subscribe-to-comme
42
  // Define the panels
43
  $array_panels = array(
44
  __('Manage subscriptions','subscribe-reloaded'),
45
- __('Stats','subscribe-reloaded'),
 
 
46
  __('Options','subscribe-reloaded'),
47
- __('Mail Messages','subscribe-reloaded'),
48
- __('Other Messages','subscribe-reloaded'),
49
- __('Support','subscribe-reloaded')
50
  );
51
 
52
  // What panel to display
53
  $current_panel = empty($_GET['subscribepanel'])?1:intval($_GET['subscribepanel']);
54
 
55
  // Text direction
56
- if ($wp_locale->text_direction != 'ltr') $array_panels = array_reverse($array_panels, true);
 
57
 
58
  ?>
59
  <div class="wrap">
@@ -68,7 +66,5 @@ if ($wp_locale->text_direction != 'ltr') $array_panels = array_reverse($array_pa
68
  ?>
69
  </h2>
70
 
71
-
72
  <?php if (is_readable(WP_PLUGIN_DIR."/subscribe-to-comments-reloaded/options/panel$current_panel.php")) require_once(WP_PLUGIN_DIR."/subscribe-to-comments-reloaded/options/panel$current_panel.php"); ?>
73
-
74
- </div>
1
+ <?php
 
2
  // Avoid direct access to this piece of code
3
+ if (!function_exists('is_admin') || !is_admin()){
4
+ header('Location: /');
5
+ exit;
6
  }
7
 
8
  function subscribe_reloaded_update_option( $_option = '', $_value = '', $_type = ''){
13
  update_option('subscribe_reloaded_'.$_option, $_value);
14
  return true;
15
  }
 
16
  break;
17
+
18
  case 'integer':
19
  update_option('subscribe_reloaded_'.$_option, abs(intval($_value)));
 
20
  return true;
21
  break;
22
+
23
  default:
24
  update_option('subscribe_reloaded_'.$_option, str_replace('"', "'", $_value));
25
  return true;
26
  break;
27
  }
 
28
  return false;
29
  }
30
 
39
  // Define the panels
40
  $array_panels = array(
41
  __('Manage subscriptions','subscribe-reloaded'),
42
+ __('Comment Form','subscribe-reloaded'),
43
+ __('Management Page','subscribe-reloaded'),
44
+ __('Notifications','subscribe-reloaded'),
45
  __('Options','subscribe-reloaded'),
46
+ __('You can help','subscribe-reloaded')
 
 
47
  );
48
 
49
  // What panel to display
50
  $current_panel = empty($_GET['subscribepanel'])?1:intval($_GET['subscribepanel']);
51
 
52
  // Text direction
53
+ if ($wp_locale->text_direction != 'ltr')
54
+ $array_panels = array_reverse($array_panels, true);
55
 
56
  ?>
57
  <div class="wrap">
66
  ?>
67
  </h2>
68
 
 
69
  <?php if (is_readable(WP_PLUGIN_DIR."/subscribe-to-comments-reloaded/options/panel$current_panel.php")) require_once(WP_PLUGIN_DIR."/subscribe-to-comments-reloaded/options/panel$current_panel.php"); ?>
70
+ </div>
 
options/panel1-business-logic.php ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // Avoid direct access to this piece of code
3
+ if (!function_exists('is_admin') || !is_admin()){
4
+ header('Location: /');
5
+ exit;
6
+ }
7
+
8
+ switch ($action){
9
+ case 'add':
10
+ $post_id = !empty($_POST['srp'])?$_POST['srp']:(!empty($_GET['srp'])?$_GET['srp']:0);
11
+ $email = !empty($_POST['sre'])?$_POST['sre']:(!empty($_GET['sre'])?$_GET['sre']:'');
12
+ $status = !empty($_POST['srs'])?$_POST['srs']:(!empty($_GET['srs'])?$_GET['srs']:'');
13
+
14
+ $wp_subscribe_reloaded->add_subscription($post_id, $email, $status);
15
+ if ($status == 'YC')
16
+ $wp_subscribe_reloaded->confirmation_email($post_id, $email);
17
+
18
+ echo '<div class="updated"><p>'.__('Subscription added.', 'subscribe-reloaded').'</p></div>';
19
+ break;
20
+
21
+ case 'edit':
22
+ $post_id = !empty($_POST['srp'])?$_POST['srp']:(!empty($_GET['srp'])?$_GET['srp']:0);
23
+ $old_email = !empty($_POST['oldsre'])?$_POST['oldsre']:(!empty($_GET['oldsre'])?$_GET['oldsre']:'');
24
+ $new_email = !empty($_POST['sre'])?$_POST['sre']:(!empty($_GET['sre'])?$_GET['sre']:'');
25
+ $status = !empty($_POST['srs'])?$_POST['srs']:(!empty($_GET['srs'])?$_GET['srs']:'');
26
+
27
+ $wp_subscribe_reloaded->update_subscription_status($post_id, $old_email, $status);
28
+ $wp_subscribe_reloaded->update_subscription_email($post_id, $old_email, $new_email);
29
+
30
+ echo '<div class="updated"><p>'.__('Subscriptions updated.', 'subscribe-reloaded').'</p></div>';
31
+ break;
32
+
33
+ case 'delete-subscription':
34
+ $post_id = !empty($_POST['srp'])?$_POST['srp']:(!empty($_GET['srp'])?$_GET['srp']:0);
35
+ $email = !empty($_POST['sre'])?$_POST['sre']:(!empty($_GET['sre'])?$_GET['sre']:'');
36
+
37
+ $wp_subscribe_reloaded->delete_subscriptions($post_id, $email);
38
+
39
+ echo '<div class="updated"><p>'.__('Subscription deleted.', 'subscribe-reloaded').'</p></div>';
40
+ break;
41
+
42
+ default:
43
+ if (!empty($_POST['subscriptions_list'])){
44
+ $post_list = $email_list = array();
45
+ foreach($_POST['subscriptions_list'] as $a_subscription){
46
+ list($a_post,$a_email) = explode(',', $a_subscription);
47
+ if (!in_array($a_post, $post_list)) $post_list[] = $a_post;
48
+ if (!in_array($a_email, $email_list)) $email_list[] = urldecode($a_email);
49
+ }
50
+
51
+ switch($action){
52
+ case 'delete':
53
+ $rows_affected = $wp_subscribe_reloaded->delete_subscriptions($post_list, $email_list);
54
+ echo '<div class="updated"><p>'.__('Subscriptions deleted:', 'subscribe-reloaded')." $rows_affected</p></div>";
55
+ break;
56
+ case 'suspend':
57
+ $rows_affected = $wp_subscribe_reloaded->update_subscription_status($post_list, $email_list, 'C');
58
+ echo '<div class="updated"><p>'.__('Subscriptions suspended:', 'subscribe-reloaded')." $rows_affected</p></div>";
59
+ break;
60
+ case 'activate':
61
+ $rows_affected = $wp_subscribe_reloaded->update_subscription_status($post_list, $email_list, '-C');
62
+ echo '<div class="updated"><p>'.__('Subscriptions activated:', 'subscribe-reloaded')." $rows_affected</p></div>";
63
+ break;
64
+ case 'force_y':
65
+ $rows_affected = $wp_subscribe_reloaded->update_subscription_status($post_list, $email_list, 'Y');
66
+ echo '<div class="updated"><p>'.__('Subscriptions updated:', 'subscribe-reloaded')." $rows_affected</p></div>";
67
+ break;
68
+ case 'force_r':
69
+ $rows_affected = $wp_subscribe_reloaded->update_subscription_status($post_list, $email_list, 'R');
70
+ echo '<div class="updated"><p>'.__('Subscriptions updated:', 'subscribe-reloaded')." $rows_affected</p></div>";
71
+ break;
72
+ default:
73
+ break;
74
+ }
75
+ }
76
+ }
77
+
78
+ $search_field = !empty($_POST['srf'])?$_POST['srf']:(!empty($_GET['srf'])?$_GET['srf']:'email');
79
+ $operator = !empty($_POST['srt'])?$_POST['srt']:(!empty($_GET['srt'])?$_GET['srt']:'contains');
80
+ $search_value = !empty($_POST['srv'])?$_POST['srv']:(!empty($_GET['srv'])?$_GET['srv']:'@');
81
+ $order_by = !empty($_POST['srob'])?$_POST['srob']:(!empty($_GET['srob'])?$_GET['srob']:'dt');
82
+ $order = !empty($_POST['sro'])?$_POST['sro']:(!empty($_GET['sro'])?$_GET['sro']:'DESC');
83
+ $offset = !empty($_POST['srsf'])?intval($_POST['srsf']):(!empty($_GET['srsf'])?intval($_GET['srsf']):0);
84
+ $limit_results = !empty($_POST['srrp'])?intval($_POST['srrp']):(!empty($_GET['srrp'])?intval($_GET['srrp']):25);
85
+
86
+ $subscriptions = $wp_subscribe_reloaded->get_subscriptions($search_field, $operator, $search_value, $order_by, $order, $offset, $limit_results);
87
+ $count_total = count($wp_subscribe_reloaded->get_subscriptions($search_field, $operator, $search_value));
88
+
89
+ $count_results = count($subscriptions); // 0 if $results is null
90
+ $ending_to = min($count_total, $offset+$limit_results);
91
+ $previous_link = $next_link = '';
92
+ if ($offset > 0){
93
+ $new_starting = ($offset > $limit_results)?$offset-$limit_results:0;
94
+ $previous_link = "<a href='options-general.php?page=subscribe-to-comments-reloaded/options/index.php&amp;subscribepanel=1&amp;srsf=$new_starting&amp;srrp=$limit_results&amp;srv=$search_value&amp;srt=".urlencode($search_type)."&amp;srob=$order_by&amp;sro=$order'>".__('&laquo; Previous','subscribe-reloaded')."</a> ";
95
+ }
96
+ if (($ending_to < $count_total) && ($count_results > 0)){
97
+ $new_starting = $offset+$limit_results;
98
+ $next_link = "<a href='options-general.php?page=subscribe-to-comments-reloaded/options/index.php&amp;subscribepanel=1&amp;srsf=$new_starting&amp;srrp=$limit_results&amp;srv=$search_value&amp;srt=".urlencode($search_type)."&amp;srob=$order_by&amp;sro=$order'>".__('Next &raquo;','subscribe-reloaded')."</a> ";
99
+ }
options/panel1-edit-subscription.php ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if (!function_exists('is_admin') || !is_admin()){
3
+ header('Location: /');
4
+ exit;
5
+ }
6
+ ?>
7
+ <div class="postbox">
8
+ <h3><?php _e('Update Subscription','subscribe-reloaded') ?></h3>
9
+ <form action="options-general.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=1" method="post" id="update_address_form"
10
+ onsubmit="if (this.sre.value == '') return false; return confirm('<?php _e('Please remember: this operation cannot be undone. Are you sure you want to proceed?', 'subscribe-reloaded') ?>')">
11
+ <fieldset style="border:0">
12
+ <p><?php _e('Post:','subscribe-reloaded'); echo ' <strong>'.get_the_title(intval($_GET['srp'])); ?></strong></p>
13
+ <p class="liquid"><label for='oldsre'><?php _e('From','subscribe-reloaded') ?></label> <input readonly='readonly' type='text' size='30' name='oldsre' id='oldsre' value='<?php echo $_GET['sre'] ?>' /></p>
14
+ <p class="liquid"><label for='sre'><?php _e('To','subscribe-reloaded') ?></label> <input type='text' size='30' name='sre' id='sre' value='' /></p>
15
+ <p class="liquid"><label for='srs'><?php _e('Status','subscribe-reloaded') ?></label>
16
+ <select name="srs" id="srs">
17
+ <option value=''><?php _e('Keep unchanged','subscribe-reloaded') ?></option>
18
+ <option value='Y'><?php _e('Active','subscribe-reloaded') ?></option>
19
+ <option value='R'><?php _e('Replies only','subscribe-reloaded') ?></option>
20
+ <option value='C'><?php _e('Suspended','subscribe-reloaded') ?></option>
21
+ </select> <input type='submit' class='subscribe-form-button' value='<?php _e('Update','subscribe-reloaded') ?>' /></p>
22
+ <input type='hidden' name='sra' value='edit'/>
23
+ <input type='hidden' name='srp' value='<?php echo intval($_GET['srp']) ?>'/>
24
+ </fieldset>
25
+ </form>
26
+ </div>
options/panel1.php CHANGED
@@ -1,209 +1,134 @@
1
  <?php
2
  // Avoid direct access to this piece of code
3
- if (strpos($_SERVER['SCRIPT_FILENAME'], basename(__FILE__))){
4
  header('Location: /');
5
  exit;
6
  }
7
- $manager_link = get_bloginfo('url').get_option('subscribe_reloaded_manager_page', '');
8
- $manager_link = (strpos($manager_link, '?') !== false)?"$manager_link&amp;srp=":"$manager_link?srp=";
9
- $clean_email = !empty($_POST['sre'])?$wp_subscribe_reloaded->clean_email($_POST['sre']):(!empty($_GET['sre'])?$wp_subscribe_reloaded->clean_email($_GET['sre']):'');
10
-
11
- // Update the information
12
- if (!empty($_POST['subscription_list']) && !empty($_POST['action_type'])){
13
- foreach($_POST['subscription_list'] as $a_subscription){
14
- list($post_list_array[],$email_list_array[]) = explode(',', $a_subscription);
15
- }
16
- $post_list = implode("','", $post_list_array);
17
- $email_list = implode("','", $email_list_array);
18
- $rows_affected = 0;
19
- switch($_POST['action_type']){
20
- case 'd':
21
- $rows_affected = $wpdb->query("DELETE FROM $wp_subscribe_reloaded->table_subscriptions WHERE `post_ID` IN ('$post_list') AND `email` IN ('$email_list')");
22
- break;
23
- case 's':
24
- $rows_affected = $wpdb->query("UPDATE $wp_subscribe_reloaded->table_subscriptions SET `status` = 'N' WHERE `post_ID` IN ('$post_list') AND `email` IN ('$email_list')");
25
- break;
26
- case 'a':
27
- $rows_affected = $wpdb->query("UPDATE $wp_subscribe_reloaded->table_subscriptions SET `status` = 'Y' WHERE `post_ID` IN ('$post_list') AND `email` IN ('$email_list')");
28
- break;
29
- default:
30
- break;
31
- }
32
- echo '<div class="updated fade"><p>'.__('The status has been successfully updated. Rows affected:', 'subscribe-reloaded')." $rows_affected</p></div>";
33
- }
34
- elseif (!empty($_POST['old_sre']) && !empty($_POST['action_type']) && !empty($_POST['post_ID']) && $_POST['action_type'] == 'u'){
35
- $clean_old_email = !empty($_POST['old_sre'])?$wp_subscribe_reloaded->clean_email($_POST['old_sre']):(!empty($_GET['old_sre'])?$wp_subscribe_reloaded->clean_email($_GET['old_sre']):'');
36
- $post_ID = !empty($_POST['post_ID'])?intval($_POST['post_ID']):(!empty($_GET['post_ID'])?intval($_GET['srt']):0);
37
- $rows_affected = $wpdb->query("UPDATE $wp_subscribe_reloaded->table_subscriptions SET `email` = '$clean_email' WHERE `email` = '$clean_old_email' AND `post_ID` = '$post_ID'");
38
- echo '<div class="updated fade"><p>'.__('The status has been successfully updated. Rows affected:', 'subscribe-reloaded')." $rows_affected</p></div>";
39
- }
40
-
41
- // Mass-update an email address
42
- elseif (!empty($_POST['old_sre']) && !empty($_POST['action_type']) && $_POST['action_type'] == 'u'){
43
- $clean_old_email = !empty($_POST['old_sre'])?$wp_subscribe_reloaded->clean_email($_POST['old_sre']):(!empty($_GET['old_sre'])?$wp_subscribe_reloaded->clean_email($_GET['old_sre']):'');
44
- $rows_affected = $wpdb->query("UPDATE $wp_subscribe_reloaded->table_subscriptions SET `email` = '$clean_email' WHERE `email` = '$clean_old_email'");
45
- echo '<div class="updated fade"><p>'.__('The status has been successfully updated. Rows affected:', 'subscribe-reloaded')." $rows_affected</p></div>";
46
- }
47
-
48
- // Mass-update the status of a subscriber
49
- elseif (!empty($clean_email) && !empty($_POST['action_type'])){
50
- switch($_POST['action_type']){
51
- case 'd':
52
- $rows_affected = $wpdb->query("DELETE FROM $wp_subscribe_reloaded->table_subscriptions WHERE `email` = '$clean_email'");
53
- break;
54
- case 's':
55
- $rows_affected = $wpdb->query("UPDATE $wp_subscribe_reloaded->table_subscriptions SET `status` = 'N' WHERE `email` = '$clean_email'");
56
- break;
57
- case 'a':
58
- $rows_affected = $wpdb->query("UPDATE $wp_subscribe_reloaded->table_subscriptions SET `status` = 'Y' WHERE `email` = '$clean_email'");
59
- break;
60
- default:
61
- break;
62
- }
63
- echo '<div class="updated fade"><p>'.__('The status has been successfully updated. Rows affected:', 'subscribe-reloaded')." $rows_affected</p></div>";
64
  }
 
 
65
  ?>
66
 
67
- <div class="postbox one-third">
68
- <h3 class='hndle'><?php _e('Update subscription','subscribe-reloaded') ?></h3>
69
- <p><?php _e('Update the email address associated to a specific subscription (by post ID).','subscribe-reloaded') ?></p>
70
  <form action="options-general.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=1" method="post" id="update_address_form"
71
- onsubmit="return confirm('<?php _e('Please remember: this operation cannot be undone. Are you sure you want to proceed?', 'subscribe-reloaded') ?>')">
72
  <fieldset style="border:0">
73
- <p style="float:left"><?php _e('From','subscribe-reloaded') ?> &nbsp;<input type='text' size='15' name='old_sre' value='' /></p>
74
- <p style="float:left;padding-left:0"><?php _e('PID','subscribe-reloaded') ?> &nbsp;<input type='text' size='6' name='post_ID' value='' /></p>
75
- <p style="float:left"><?php _e('To','subscribe-reloaded') ?> &nbsp; <input type='text' size='20' name='sre' value='' /></p>
76
- <p style="float:left"><input type='submit' class='subscribe-form-button' value='<?php _e('Update','subscribe-reloaded') ?>' /></p>
77
- <input type='hidden' name='action_type' value='u'/>
 
 
 
 
 
 
 
 
78
  </fieldset>
79
  </form>
80
  </div>
81
 
82
- <div class="postbox one-third">
83
- <h3><?php _e('Change status','subscribe-reloaded') ?></h3>
84
- <p><?php _e('Change the status of an email address or permanently delete all its subscriptions.','subscribe-reloaded') ?></p>
85
- <form action="options-general.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=1" method="post">
86
- <p style="float:left"><input type="text" size="35" name="sre" value="" /></p>
87
- <p style="float:left"><?php _e('Action','subscribe-reloaded') ?>: <select name="action_type" style="width:10em">
88
- <option value=''>-------------</option>
89
- <option value='s'><?php _e('Suspend','subscribe-reloaded') ?></option>
90
- <option value='a'><?php _e('Resume','subscribe-reloaded') ?></option>
91
- <option value='d'><?php _e('Delete forever','subscribe-reloaded') ?></option>
92
- </select></p>
93
- <p style="float:left"><input type="submit" class="subscribe-form-button" value="<?php _e('Update','subscribe-reloaded') ?>" /></p>
94
- </form>
95
- </div>
96
-
97
- <div class="postbox one-third">
98
- <h3 class='hndle'><?php _e('Update email address','subscribe-reloaded') ?></h3>
99
- <p><?php _e('You can "mass update" all the occurrences of a given email address (exact matches only).','subscribe-reloaded') ?></p>
100
  <form action="options-general.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=1" method="post" id="update_address_form"
101
- onsubmit="return confirm('<?php _e('Please remember: this operation cannot be undone. Are you sure you want to proceed?', 'subscribe-reloaded') ?>')">
102
  <fieldset style="border:0">
103
- <p style="float:left"><?php _e('From','subscribe-reloaded') ?> &nbsp;<input type='text' size='20' name='old_sre' value='' /></p>
104
- <p style="float:left"><?php _e('To','subscribe-reloaded') ?> &nbsp; <input type='text' size='20' name='sre' value='' /></p>
105
- <p style="float:left"><input type='submit' class='subscribe-form-button' value='<?php _e('Update','subscribe-reloaded') ?>' /></p>
106
- <input type='hidden' name='action_type' value='u'/>
 
 
 
 
 
107
  </fieldset>
108
  </form>
109
  </div>
110
 
111
- <div class="postbox" style="min-height:0">
112
- <p class="subscribe-list-navigation"><?php
113
- if (!empty($clean_email)){
114
- $search_type = !empty($_POST['srt'])?$_POST['srt']:(!empty($_GET['srt'])?$_GET['srt']:'');
115
- $starting_from = !empty($_POST['starting'])?intval($_POST['starting']):(!empty($_GET['starting'])?intval($_GET['starting']):0);
116
- $order = !empty($_POST['sro'])?$_POST['sro']:(!empty($_GET['sro'])?$_GET['sro']:'DESC');
117
- if ($order != 'ASC' && $order != 'DESC') $order = 'DESC';
118
- $order_by = !empty($_POST['srob'])?$_POST['srob']:(!empty($_GET['srob'])?$_GET['srob']:'dt');
119
- if ($order_by != 'dt' && $order_by != 'status' && $order_by != 'post_ID') $order_by = 'dt';
120
-
121
- switch($search_type){
122
- case 'c':
123
- $where_clause = "`email` LIKE '%$clean_email%'";
124
- break;
125
- case 'n':
126
- $where_clause = "`email` NOT LIKE '%$clean_email%'";
127
- break;
128
- default:
129
- $where_clause = "`email` = '$clean_email'";
130
- break;
131
- }
132
- $sql = "
133
- SELECT `email`, `status`, `post_ID`, `dt`
134
- FROM $wp_subscribe_reloaded->table_subscriptions
135
- WHERE $where_clause
136
- ORDER BY `$order_by` $order
137
- LIMIT $starting_from,25";
138
- $sql_total = "
139
- SELECT COUNT(*)
140
- FROM $wp_subscribe_reloaded->table_subscriptions
141
- WHERE $where_clause";
142
-
143
- $subscriptions = $wpdb->get_results($sql, OBJECT);
144
- $count_total = $wpdb->get_var($sql_total);
145
-
146
- $count_results = count($subscriptions); // 0 if $results is null
147
- $ending_to = min($count_total, $starting_from+25);
148
- if ($starting_from > 0){
149
- $new_starting = ($starting_from > 25)?$starting_from-25:0;
150
- echo "<a href='options-general.php?page=subscribe-to-comments-reloaded/options/index.php&amp;subscribepanel=1&amp;starting=$new_starting&amp;sre=$clean_email&amp;srt=$search_type'>".__('&laquo; Previous','subscribe-reloaded')."</a> ";
151
- }
152
- if (($ending_to < $count_total) && ($count_results > 0)){
153
- $new_starting = $starting_from+25;
154
- echo "<a href='options-general.php?page=subscribe-to-comments-reloaded/options/index.php&amp;subscribepanel=1&amp;starting=$new_starting&amp;sre=$clean_email&amp;srt=$search_type'>".__('Next &raquo;','subscribe-reloaded')."</a> ";
155
- }
156
- } ?></p>
157
- <h3><?php _e('Search email address','subscribe-reloaded') ?></h3>
158
  <form action="options-general.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=1" method="post">
159
- <p><?php printf(__('You can either <a href="%s">list all the subscriptions</a> or find those where the <b>email</b>','subscribe-reloaded'),
160
- 'options-general.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=1&sre=@&srt=c') ?>&nbsp;
 
 
 
 
 
161
  <select name="srt">
162
- <option value='e'><?php _e('equals','subscribe-reloaded') ?></option>
163
- <option value='c'><?php _e('contains','subscribe-reloaded') ?></option>
164
- <option value='n'><?php _e('does not contain','subscribe-reloaded') ?></option>
 
 
165
  </select>
166
- <input type="text" size="20" name="sre" value="" />
 
167
  <input type="submit" class="subscribe-form-button" value="<?php _e('Search','subscribe-reloaded') ?>" />
168
  </form>
169
 
170
- <?php if (empty($clean_email) && empty($_POST['post_list']) && empty($_POST['action_type'])) return; ?>
171
-
172
- <form action="options-general.php?page=subscribe-to-comments-reloaded/options/index.php<?php if(!empty($current_panel)) echo '&subscribepanel='.$current_panel; ?>" method="post" id="post_list_form"
173
- onsubmit="return confirm('<?php _e('Please remember: this operation cannot be undone. Are you sure you want to proceed?', 'subscribe-reloaded') ?>')">
174
  <fieldset style="border:0">
175
  <?php
176
-
177
- if (is_array($subscriptions) && !empty($subscriptions)){
178
- echo '<p>'.__('Subscriptions for:','subscribe-reloaded')." <b>$clean_email</b> &raquo; ".__('Rows:','subscribe-reloaded').' '.($starting_from+1)." - $ending_to ".__('of','subscribe-reloaded')." $count_total [$order_by $order]</p>";
179
- echo '<p>'.__('Legend: Y: subscribed, N: suspended, C: awaiting confirmation','subscribe-reloaded').'</p>';
 
 
 
 
 
 
180
  echo '<ul>';
181
- $order_dt = "<a style='text-decoration:none' title='".__('Reverse the order by Date/Time','subscribe-reloaded')."' href='options-general.php?page=subscribe-to-comments-reloaded/options/index.php&amp;subscribepanel=1&amp;sre=$clean_email&amp;srt=$search_type&amp;srob=dt&amp;sro=".(($order=='ASC')?"DESC'>&or;":"ASC'>&and;")."</a>";
182
- $order_status = "<a style='text-decoration:none' title='".__('Reverse the order by Date/Time','subscribe-reloaded')."' href='options-general.php?page=subscribe-to-comments-reloaded/options/index.php&amp;subscribepanel=1&amp;sre=$clean_email&amp;srt=$search_type&amp;srob=status&amp;sro=".(($order=='ASC')?"DESC'>&or;":"ASC'>&and;")."</a>";
183
- $order_post_id = "<a style='text-decoration:none' title='".__('Reverse the order by Post ID','subscribe-reloaded')."' href='options-general.php?page=subscribe-to-comments-reloaded/options/index.php&amp;subscribepanel=1&amp;sre=$clean_email&amp;srt=$search_type&amp;srob=post_ID&amp;sro=".(($order=='ASC')?"DESC'>&or;":"ASC'>&and;")."</a>";
184
- $show_email_column = (($search_type == 'c') || ($search_type == 'n'))?"<span class='subscribe-column subscribe-column-2'>".__('Email','subscribe-reloaded')."</span>":'';
185
- $first_column_width = empty($show_email_column)?' style="width:50%"':'';
186
- echo "<li class='subscribe-list-header'><input class='checkbox' type='checkbox' name='subscription_list_select_all' id='stcr_select_all' onchange='t=document.getElementById(\"post_list_form\").elements;for(i in t)if(i>0){if(t[i].checked==1){t[i].checked=0} else{t[i].checked=1}}'/> <span$first_column_width class='subscribe-column subscribe-column-1'>".__('Post (ID)','subscribe-reloaded')." &nbsp;&nbsp;$order_post_id</span> $show_email_column <span class='subscribe-column subscribe-column-3'>".__('Date and Time','subscribe-reloaded')." &nbsp;&nbsp;$order_dt</span> <span class='subscribe-column subscribe-column-4'>".__('Status','subscribe-reloaded')." &nbsp;&nbsp;$order_status</span></li>\n";
 
 
 
187
  foreach($subscriptions as $a_subscription){
188
- $title = get_the_title($a_subscription->post_ID);
189
- $specific_email = (($search_type == 'c') || ($search_type == 'n'))?"<a href='options-general.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=1&sre=$a_subscription->email&srt=e'>$a_subscription->email</a> ":'';
190
- $alternate = empty($alternate)?' class="alternate"':'';
191
- echo "<li$alternate><input class='checkbox' type='checkbox' name='subscription_list[]' value='$a_subscription->post_ID,$a_subscription->email' id='sub_{$a_subscription->dt}'/> <label$first_column_width class='subscribe-column subscribe-column-1' for='sub_{$a_subscription->dt}'><a href='$manager_link$a_subscription->post_ID'>$title</a> ($a_subscription->post_ID)</label> <span class='subscribe-column subscribe-column-2'>$specific_email</span> <span class='subscribe-column subscribe-column-3'>$a_subscription->dt</span> <span class='subscribe-column subscribe-column-4'>$a_subscription->status</span></li>\n";
 
 
 
 
 
 
 
 
 
 
192
  }
193
  echo '</ul>';
194
- echo '<p>'.__('Action:','subscribe-reloaded').' <input type="radio" name="action_type" value="d" id="action_type_delete" /> <label for="action_type_delete">'.__('Delete forever','subscribe-reloaded').'</label> &nbsp;&nbsp;&nbsp;&nbsp; ';
195
- echo '<input type="radio" name="action_type" value="s" id="action_type_suspend" checked="checked" /> <label for="action_type_suspend">'.__('Suspend','subscribe-reloaded').'</label> &nbsp;&nbsp;&nbsp;&nbsp; ';
196
- echo '<input type="radio" name="action_type" value="a" id="action_type_activate" /> <label for="action_type_activate">'.__('Resume','subscribe-reloaded').'</label></p>';
 
 
 
197
  echo '<p><input type="submit" class="subscribe-form-button" value="'.__('Update subscriptions','subscribe-reloaded').'" /></p>';
198
- if (!empty($clean_email)) echo "<input type='hidden' name='sre' value='$clean_email'/>";
199
- if (!empty($search_type)) echo "<input type='hidden' name='srt' value='$search_type'/>";
200
- if (!empty($starting_from)) echo "<input type='hidden' name='starting' value='$starting_from'/>";
201
- if (!empty($order)) echo "<input type='hidden' name='sro' value='$order'/>";
202
- if (!empty($order_by)) echo "<input type='hidden' name='srob' value='$order_by'/>";
203
- }
204
- else{
205
- echo '<p>'.__('Sorry, no subscriptions found for','subscribe-reloaded')." <b>$clean_email</b></p>";
206
  }
 
 
207
  ?>
208
  </fieldset>
209
  </form>
1
  <?php
2
  // Avoid direct access to this piece of code
3
+ if (!function_exists('is_admin') || !is_admin()){
4
  header('Location: /');
5
  exit;
6
  }
7
+ $action = !empty($_POST['sra'])?$_POST['sra']:(!empty($_GET['sra'])?$_GET['sra']:'');
8
+ if ($action == 'edit-subscription'){
9
+ require_once(WP_PLUGIN_DIR.'/subscribe-to-comments-reloaded/options/panel1-edit-subscription.php');
10
+ return;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  }
12
+ if (is_readable(WP_PLUGIN_DIR."/subscribe-to-comments-reloaded/options/panel1-business-logic.php"))
13
+ require_once(WP_PLUGIN_DIR.'/subscribe-to-comments-reloaded/options/panel1-business-logic.php');
14
  ?>
15
 
16
+ <div class="postbox small">
17
+ <h3><?php _e('Mass Update Subscriptions','subscribe-reloaded') ?></h3>
 
18
  <form action="options-general.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=1" method="post" id="update_address_form"
19
+ onsubmit="if (this.oldsre.value == '') return false;return confirm('<?php _e('Please remember: this operation cannot be undone. Are you sure you want to proceed?', 'subscribe-reloaded') ?>')">
20
  <fieldset style="border:0">
21
+ <p class="liquid"><label for='oldsre'><?php _e('From','subscribe-reloaded') ?></label> <input type='text' size='30' name='oldsre' id='oldsre' value=''/></p>
22
+ <p class="liquid"><label for='sre'><?php _e('To','subscribe-reloaded') ?></label>
23
+ <input type='text' size='30' name='sre' id='sre' value='<?php _e('optional','subscribe-reloaded') ?>' style="color:#ccc"
24
+ onfocus='if (this.value == "<?php _e('optional','subscribe-reloaded') ?>") this.value="";this.style.color="#000"'
25
+ onblur='if (this.value == ""){this.value="<?php _e('optional','subscribe-reloaded') ?>";this.style.color="#ccc"}'/></p>
26
+ <p class="liquid"><label for='srs'><?php _e('Status','subscribe-reloaded') ?></label>
27
+ <select name="srs" id="srs">
28
+ <option value=''><?php _e('Keep unchanged','subscribe-reloaded') ?></option>
29
+ <option value='Y'><?php _e('Active','subscribe-reloaded') ?></option>
30
+ <option value='R'><?php _e('Replies only','subscribe-reloaded') ?></option>
31
+ <option value='C'><?php _e('Suspended','subscribe-reloaded') ?></option>
32
+ </select> <input type='submit' class='subscribe-form-button' value='<?php _e('Update','subscribe-reloaded') ?>' /></p>
33
+ <input type='hidden' name='sra' value='edit'/>
34
  </fieldset>
35
  </form>
36
  </div>
37
 
38
+ <div class="postbox small">
39
+ <h3><?php _e('Add New Subscription','subscribe-reloaded') ?></h3>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  <form action="options-general.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=1" method="post" id="update_address_form"
41
+ onsubmit="if (this.srp.value == '' || this.sre.value == '') return false;">
42
  <fieldset style="border:0">
43
+ <p class="liquid"><?php _e('Post ID','subscribe-reloaded') ?> <input type='text' size='30' name='srp' value='' /></p>
44
+ <p class="liquid"><?php _e('Email','subscribe-reloaded') ?> <input type='text' size='30' name='sre' value='' /></p>
45
+ <p class="liquid"><?php _e('Status','subscribe-reloaded') ?>
46
+ <select name="srs">
47
+ <option value='Y'><?php _e('Active','subscribe-reloaded') ?></option>
48
+ <option value='R'><?php _e('Replies only','subscribe-reloaded') ?></option>
49
+ <option value='YC'><?php _e('Ask user to confirm','subscribe-reloaded') ?></option>
50
+ </select> <input type='submit' class='subscribe-form-button' value='<?php _e('Add','subscribe-reloaded') ?>' /></p>
51
+ <input type='hidden' name='sra' value='add'/>
52
  </fieldset>
53
  </form>
54
  </div>
55
 
56
+ <div class="postbox">
57
+ <p class="subscribe-list-navigation"><?php echo "$previous_link $next_link" ?>
58
+ </p>
59
+ <h3><?php _e('Search subscriptions','subscribe-reloaded') ?></h3>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  <form action="options-general.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=1" method="post">
61
+ <p><?php printf(__('You can either <a href="%s">view all the subscriptions</a> or find those where the','subscribe-reloaded'),
62
+ 'options-general.php?page=subscribe-to-comments-reloaded/options/index.php&amp;subscribepanel=1&amp;srv=@&amp;srt=contains') ?>&nbsp;
63
+ <select name="srf">
64
+ <option value='email'><?php _e('email','subscribe-reloaded') ?></option>
65
+ <option value='post_id'><?php _e('post ID','subscribe-reloaded') ?></option>
66
+ <option value='status'><?php _e('status','subscribe-reloaded') ?></option>
67
+ </select>
68
  <select name="srt">
69
+ <option value='equals'><?php _e('equals','subscribe-reloaded') ?></option>
70
+ <option value='contains'><?php _e('contains','subscribe-reloaded') ?></option>
71
+ <option value='does not contain'><?php _e('does not contain','subscribe-reloaded') ?></option>
72
+ <option value='starts with'><?php _e('starts with','subscribe-reloaded') ?></option>
73
+ <option value='ends with'><?php _e('ends with','subscribe-reloaded') ?></option>
74
  </select>
75
+ <input type="text" size="20" name="srv" value="" />,
76
+ <?php _e('results per page:','subscribe-reloaded') ?><input type="text" size="2" name="srrp" value="25" />
77
  <input type="submit" class="subscribe-form-button" value="<?php _e('Search','subscribe-reloaded') ?>" />
78
  </form>
79
 
80
+ <form action="options-general.php?page=subscribe-to-comments-reloaded/options/index.php&amp;subscribepanel=1" method="post" id="subscription_form" name="subscription_form"
81
+ onsubmit="if(this.sra[0].checked) return confirm('<?php _e('Please remember: this operation cannot be undone. Are you sure you want to proceed?', 'subscribe-reloaded') ?>')">
 
 
82
  <fieldset style="border:0">
83
  <?php
84
+ if (!empty($subscriptions) && is_array($subscriptions)){
85
+ $order_post_id = "<a style='text-decoration:none' title='".__('Reverse the order by Post ID','subscribe-reloaded')."' href='options-general.php?page=subscribe-to-comments-reloaded/options/index.php&amp;subscribepanel=1&amp;srv=".urlencode($search_value)."&amp;srt=".urlencode($operator)."&amp;srob=post_id&amp;sro=".(($order=='ASC')?"DESC'>&or;":"ASC'>&and;")."</a>";
86
+ $order_dt = "<a style='text-decoration:none' title='".__('Reverse the order by Date/Time','subscribe-reloaded')."' href='options-general.php?page=subscribe-to-comments-reloaded/options/index.php&amp;subscribepanel=1&amp;srv=".urlencode($search_value)."&amp;srt=".urlencode($operator)."&amp;srob=dt&amp;sro=".(($order=='ASC')?"DESC'>&or;":"ASC'>&and;")."</a>";
87
+ $order_status = "<a style='text-decoration:none' title='".__('Reverse the order by Date/Time','subscribe-reloaded')."' href='options-general.php?page=subscribe-to-comments-reloaded/options/index.php&amp;subscribepanel=1&amp;srv=".urlencode($search_value)."&amp;srt=".urlencode($operator)."&amp;srob=status&amp;sro=".(($order=='ASC')?"DESC'>&or;":"ASC'>&and;")."</a>";
88
+
89
+ $show_post_column = ($operator != 'equals' || $search_field != 'post_id')?"<span class='subscribe-column subscribe-column-1'>".__('Post (ID)','subscribe-reloaded')."&nbsp;&nbsp;$order_post_id</span>":'';
90
+ $show_email_column = ($operator != 'equals' || $search_field != 'email')?"<span class='subscribe-column subscribe-column-2'>".__('Email','subscribe-reloaded')."</span>":'';
91
+
92
+ echo '<p>'.__('Search query:','subscribe-reloaded')." <code>$search_field $operator <strong>$search_value</strong> ORDER BY $order_by $order</code>. ".__('Rows:','subscribe-reloaded').' '.($offset+1)." - $ending_to ".__('of','subscribe-reloaded')." $count_total</p>";
93
+ echo '<p>'.__('Legend: Y = all comments, R = replies only, C = inactive','subscribe-reloaded').'</p>';
94
  echo '<ul>';
95
+
96
+ echo "<li class='subscribe-list-header'>
97
+ <input class='checkbox' type='checkbox' name='subscription_list_select_all' id='stcr_select_all'
98
+ onchange='t=document.forms[\"subscription_form\"].elements[\"subscriptions_list[]\"];c=t.length;if(!c){t.checked=this.checked}else{for(var i=0;i<c;i++){t[i].checked=!t[i].checked}}'/>
99
+ <span class='subscribe-column' style='width:52px'>&nbsp;</span>
100
+ $show_post_column
101
+ $show_email_column
102
+ <span class='subscribe-column subscribe-column-3'>".__('Date and Time','subscribe-reloaded')." &nbsp;&nbsp;$order_dt</span>
103
+ <span class='subscribe-column subscribe-column-4'>".__('Status','subscribe-reloaded')." &nbsp;&nbsp;$order_status</span></li>\n";
104
  foreach($subscriptions as $a_subscription){
105
+ $title = get_the_title($a_subscription->post_id);
106
+ $row_post = ($operator != 'equals' || $search_field != 'post_id')?"<a class='subscribe-column subscribe-column-1' href='options-general.php?page=subscribe-to-comments-reloaded/options/index.php&amp;subscribepanel=1&amp;srf=post_id&amp;srt=equals&amp;srv=$a_subscription->post_id'>$title ($a_subscription->post_id)</a> ":'';
107
+ $row_email = ($operator != 'equals' || $search_field != 'email')?"<span class='subscribe-column subscribe-column-2'><a href='options-general.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=1&amp;srf=email&amp;srt=equals&amp;srv=".urlencode($a_subscription->email)."'>$a_subscription->email</a></span> ":'';
108
+ $alternate = empty($alternate)?' class="row alternate"':' class="row"';
109
+ echo "<li$alternate>
110
+ <label for='sub_{$a_subscription->meta_id}' class='hidden'>Blah</label>
111
+ <input class='checkbox' type='checkbox' name='subscriptions_list[]' value='$a_subscription->post_id,".urlencode($a_subscription->email)."' id='sub_{$a_subscription->meta_id}' />
112
+ <a class='subscribe-column' href='options-general.php?page=subscribe-to-comments-reloaded/options/index.php&amp;subscribepanel=1&amp;sra=edit-subscription&amp;srp=".$a_subscription->post_id."&amp;sre=".urlencode($a_subscription->email)."'><img src='".WP_PLUGIN_URL."/subscribe-to-comments-reloaded/images/edit.png' alt='".__('Edit','subscribe-reloaded')."' width='16' height='16' /></a>
113
+ <a class='subscribe-column' href='options-general.php?page=subscribe-to-comments-reloaded/options/index.php&amp;subscribepanel=1&amp;sra=delete-subscription&amp;srp=".$a_subscription->post_id."&amp;sre=".urlencode($a_subscription->email)."' onclick='return confirm(\"".__('Please remember: this operation cannot be undone. Are you sure you want to proceed?', 'subscribe-reloaded')."\");'><img src='".WP_PLUGIN_URL."/subscribe-to-comments-reloaded/images/delete.png' alt='".__('Delete','subscribe-reloaded')."' width='16' height='16' /></a>
114
+ $row_post
115
+ $row_email
116
+ <span class='subscribe-column subscribe-column-3'>$a_subscription->dt</span>
117
+ <span class='subscribe-column subscribe-column-4'>$a_subscription->status</span>
118
+ </li>\n";
119
  }
120
  echo '</ul>';
121
+ echo '<p>'.__('Action:','subscribe-reloaded').'
122
+ <input type="radio" name="sra" value="delete" id="action_type_delete" /> <label for="action_type_delete">'.__('Delete forever','subscribe-reloaded').'</label> &nbsp;&nbsp;&nbsp;&nbsp;
123
+ <input type="radio" name="sra" value="suspend" id="action_type_suspend" checked="checked" /> <label for="action_type_suspend">'.__('Suspend','subscribe-reloaded').'</label> &nbsp;&nbsp;&nbsp;&nbsp;
124
+ <input type="radio" name="sra" value="force_y" id="action_type_force_y" /> <label for="action_type_force_y">'.__('Activate and set to Y','subscribe-reloaded').'</label> &nbsp;&nbsp;&nbsp;&nbsp;
125
+ <input type="radio" name="sra" value="force_r" id="action_type_force_r" /> <label for="action_type_force_r">'.__('Activate and set to R','subscribe-reloaded').'</label> &nbsp;&nbsp;&nbsp;&nbsp;
126
+ <input type="radio" name="sra" value="activate" id="action_type_activate" /> <label for="action_type_activate">'.__('Activate','subscribe-reloaded').'</label></p>';
127
  echo '<p><input type="submit" class="subscribe-form-button" value="'.__('Update subscriptions','subscribe-reloaded').'" /></p>';
128
+ echo "<input type='hidden' name='srf' value='$search_field'/><input type='hidden' name='srt' value='$operator'/><input type='hidden' name='srv' value='$search_value'/><input type='hidden' name='srsf' value='$starting_from'/><input type='hidden' name='srrp' value='$limit_results'/><input type='hidden' name='srob' value='$order_by'/><input type='hidden' name='sro' value='$order'/>";
 
 
 
 
 
 
 
129
  }
130
+ elseif ($action == 'search')
131
+ echo '<p>'.__('Sorry, no subscriptions match your search criteria.','subscribe-reloaded')."</p>";
132
  ?>
133
  </fieldset>
134
  </form>
options/panel2.php CHANGED
@@ -1,127 +1,98 @@
1
  <?php
2
  // Avoid direct access to this piece of code
3
- if (strpos($_SERVER['SCRIPT_FILENAME'], basename(__FILE__))){
4
  header('Location: /');
5
  exit;
6
  }
7
- if (isset($_GET['ot']) && $_GET['ot']=='yes'){
8
- $wpdb->query("OPTIMIZE TABLE `$wp_subscribe_reloaded->table_subscriptions`");
9
- echo '<div class="updated fade"><p>';
10
- _e('StCR table has been successfully optimized.','subscribe-reloaded');
11
- echo '</p></div>';
12
- }
13
 
14
- $subscribe_plugin_url = is_ssl()?str_replace('http://', 'https://', WP_PLUGIN_URL):WP_PLUGIN_URL;
15
- $sql = "SELECT DATE_FORMAT(`dt`,'%e') s_day, COUNT(*) s_count
16
- FROM $wp_subscribe_reloaded->table_subscriptions
17
- WHERE `dt` > '".date_i18n('Y').'-'.date_i18n('m')."-01'
18
- GROUP BY s_day ASC";
 
 
 
19
 
20
- $subscribe_result_set = $wpdb->get_results($sql, ARRAY_A);
21
- $subscribe_xml = "<graph canvasBorderThickness='0' yaxisminvalue='1' canvasBorderColor='ffffff' decimalPrecision='0' divLineAlpha='20' formatNumberScale='0' lineThickness='2' showNames='1' showShadow='0' showValues='0' yAxisName='".__('Subscriptions','subscribe-reloaded')."'><categories><category name='1'/><category name='2'/><category name='3'/><category name='4'/><category name='5'/><category name='6'/><category name='7'/><category name='8'/><category name='9'/><category name='10'/><category name='11'/><category name='12'/><category name='13'/><category name='14'/><category name='15'/><category name='16'/><category name='17'/><category name='18'/><category name='19'/><category name='20'/><category name='21'/><category name='22'/><category name='23'/><category name='24'/><category name='25'/><category name='26'/><category name='27'/><category name='28'/><category name='29'/><category name='30'/><category name='31'/></categories><dataset seriesname='".__('Subscriptions for','subscribe-reloaded').' '.date_i18n('F').' '.date_i18n('Y')."' color='00aaff' showValue='1'>";
22
- $subscribe_reorganized_set = array();
23
- foreach($subscribe_result_set as $a_day){
24
- $subscribe_reorganized_set[$a_day['s_day']] = $a_day['s_count'];
25
- }
26
- for($i=1;$i<=31;$i++)
27
- if (isset($subscribe_reorganized_set[$i])){
28
- $subscribe_xml .= "<set value='{$subscribe_reorganized_set[$i]}'/>";
29
  }
30
  else{
31
- $subscribe_xml .= "<set/>";
 
32
  }
33
- $subscribe_xml .= '</dataset></graph>';
34
- $details_subscribe_reloaded = $wpdb->get_results("SHOW TABLE STATUS LIKE '$wp_subscribe_reloaded->table_subscriptions'", ARRAY_A);
35
  ?>
36
- <!-- p><?php _e('Filter by date','subscribe-reloaded') ?>:
37
- <select name="month" style="width:6em">
38
- <option value=""><?php _e('Month','wp-slimstat-view') ?></option>
39
- <option>01</option><option>02</option><option>03</option><option>04</option><option>05</option>
40
- <option>06</option><option>07</option><option>08</option><option>09</option><option>10</option>
41
- <option>11</option><option>12</option>
42
- </select>
43
- <select name="year" style="width:6em">
44
- <option value=""><?php _e('Year','wp-slimstat-view') ?></option>
45
- <?php
46
- $current_year = date_i18n('Y');
47
- for($i=$current_year;$i>$current_year-3;$i--)
48
- echo "<option>$i</option>";
49
- ?>
50
- </select>
51
- </p -->
52
- <div class="postbox wide">
53
- <h3><?php _e( 'Subscriptions by day', 'subscribe-reloaded' ) ?></h3>
54
- <?php
55
- if (empty($subscribe_xml)){ ?>
56
- <p class="nodata"><?php _e('No data to display','subscribe-reloaded') ?></p>
57
- <?php } else { ?>
58
- <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="775" height="175">
59
- <param name="movie" value="<?php echo $subscribe_plugin_url ?>/subscribe-to-comments-reloaded/options/swf/fcf.swf" />
60
- <param name="FlashVars" value="&dataXML=<?php echo $subscribe_xml ?>&chartWidth=765&chartHeight=170">
61
- <param name="quality" value="high" />
62
- <embed src="<?php echo $subscribe_plugin_url ?>/subscribe-to-comments-reloaded/options/swf/fcf.swf" flashVars="&dataXML=<?php echo $subscribe_xml ?>&chartWidth=775&chartHeight=175" quality="high" width="765" height="170" name="line" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
63
- </object>
64
- <?php } ?>
65
- </div>
 
 
 
 
 
 
 
66
 
67
- <div class="postbox small">
68
- <span class="note"><?php if (!empty($details_subscribe_reloaded[0]['Data_free'])) echo '[<a href="options-general.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=6&ot=yes">'.__('optimize','subscribe-reloaded').'</a>]'; ?></span>
69
- <h3><?php _e( 'Database', 'subscribe-reloaded' ) ?></h3>
70
- <?php
71
- if (empty($subscribe_xml)){ ?>
72
- <p class="nodata"><?php _e('No data to display','subscribe-reloaded') ?></p>
73
- <?php } else {
74
- if (count($details_subscribe_reloaded) == 1) {
75
- $overhead_suffix = 'bytes';
76
- if ($details_subscribe_reloaded[0]['Data_free'] > 1024){
77
- $details_subscribe_reloaded[0]['Data_free'] = intval($details_subscribe_reloaded[0]['Data_free']/1024);
78
- $overhead_suffix = 'KB';
79
- }
80
- if ($details_subscribe_reloaded[0]['Data_free'] > 1024){
81
- $details_subscribe_reloaded[0]['Data_free'] = intval($details_subscribe_reloaded[0]['Data_free']/1024);
82
- $overhead_suffix = 'MB';
83
- }
84
- echo '<p class="boxline">'.__('Engine','subscribe-reloaded')." <span class='right'>{$details_subscribe_reloaded[0]['Engine']}</span></p>";
85
- echo '<p class="boxline">'.__('Created on','subscribe-reloaded')." <span class='right'>{$details_subscribe_reloaded[0]['Create_time']}</span></p>";
86
- echo '<p class="boxline">'.__('Index length','subscribe-reloaded')." <span class='right'>{$details_subscribe_reloaded[0]['Index_length']}</span></p>";
87
- echo '<p class="boxline">'.__('Records','subscribe-reloaded')." <span class='right'>{$details_subscribe_reloaded[0]['Rows']}</span></p>";
88
- echo '<p class="boxline">'.__('Average Record Length','subscribe-reloaded')." <span class='right'>{$details_subscribe_reloaded[0]['Avg_row_length']} bytes</span></p>";
89
- echo '<p>'.__('Approximate Overhead','subscribe-reloaded')." <span class='right'>{$details_subscribe_reloaded[0]['Data_free']} $overhead_suffix</span></p>";
90
- }
91
- } ?>
92
- </div>
93
- <p>More stats coming soon...</p>
94
- <!--
95
- <div class="postbox small">
96
- <h3><?php _e( 'Analysis for', 'subscribe-reloaded' ) ?> MM/YYYY</h3>
97
- <?php
98
- if (empty($subscribe_xml)){ ?>
99
- <p class="nodata"><?php _e('No data to display','subscribe-reloaded') ?></p>
100
- <?php } else { ?>
101
- <p class="boxline">Active subscriptions</p>
102
- <p class="boxline">Average per post</p>
103
- <p class="boxline">Average per category</p>
104
- <p class="boxline">Total [month name]</p>
105
- <p class="boxline">Total [previous month name]</p>
106
- <p>Total [this year]</p>
107
- <?php } ?>
108
- </div>
109
- <div class="postbox small">
110
- <h3><?php _e( 'Most active users', 'subscribe-reloaded' ) ?></h3>
111
- <?php
112
- if (empty($subscribe_xml)){ ?>
113
- <p class="nodata"><?php _e('No data to display','subscribe-reloaded') ?></p>
114
- <?php } else { ?>
115
- <p class="boxline small">email1 (link to filter)</p>
116
- <?php } ?>
117
- </div>
118
- <div class="postbox medium">
119
- <h3><?php _e( 'Popular posts', 'subscribe-reloaded' ) ?></h3>
120
- <?php
121
- if (empty($subscribe_xml)){ ?>
122
- <p class="nodata"><?php _e('No data to display','subscribe-reloaded') ?></p>
123
- <?php } else { ?>
124
- <p class="boxline small">post title (link to management)</p>
125
- <?php } ?>
126
- </div>
127
- -->
1
  <?php
2
  // Avoid direct access to this piece of code
3
+ if (!function_exists('is_admin') || !is_admin()){
4
  header('Location: /');
5
  exit;
6
  }
 
 
 
 
 
 
7
 
8
+ // Update options
9
+ if (isset($_POST['options'])){
10
+ $faulty_fields = '';
11
+ if (isset($_POST['options']['show_subscription_box']) && !subscribe_reloaded_update_option('show_subscription_box', $_POST['options']['show_subscription_box'], 'yesno')) $faulty_fields = __('Enable default checkbox','subscribe-reloaded').', ';
12
+ if (isset($_POST['options']['checked_by_default']) && !subscribe_reloaded_update_option('checked_by_default', $_POST['options']['checked_by_default'], 'yesno')) $faulty_fields = __('Checked by default','subscribe-reloaded').', ';
13
+ if (isset($_POST['options']['enable_advanced_subscriptions']) && !subscribe_reloaded_update_option('enable_advanced_subscriptions', $_POST['options']['enable_advanced_subscriptions'], 'yesno')) $faulty_fields = __('Advanced subscription','subscribe-reloaded').', ';
14
+ if (isset($_POST['options']['checkbox_inline_style']) && !subscribe_reloaded_update_option('checkbox_inline_style', $_POST['options']['checkbox_inline_style'], 'text')) $faulty_fields = __('Custom inline style','subscribe-reloaded').', ';
15
+ if (isset($_POST['options']['checkbox_html']) && !subscribe_reloaded_update_option('checkbox_html', $_POST['options']['checkbox_html'], 'text')) $faulty_fields = __('Custom HTML','subscribe-reloaded').', ';
16
 
17
+ if (isset($_POST['options']['checkbox_label']) && !subscribe_reloaded_update_option('checkbox_label', $_POST['options']['checkbox_label'], 'text')) $faulty_fields = __('Checkbox label','subscribe-reloaded').', ';
18
+ if (isset($_POST['options']['subscribed_label']) && !subscribe_reloaded_update_option('subscribed_label', $_POST['options']['subscribed_label'], 'text')) $faulty_fields = __('Subscribed label','subscribe-reloaded').', ';
19
+ if (isset($_POST['options']['subscribed_waiting_label']) && !subscribe_reloaded_update_option('subscribed_waiting_label', $_POST['options']['subscribed_waiting_label'], 'text')) $faulty_fields = __('Awaiting label','subscribe-reloaded').', ';
20
+ if (isset($_POST['options']['author_label']) && !subscribe_reloaded_update_option('author_label', $_POST['options']['author_label'], 'text')) $faulty_fields = __('Author label','subscribe-reloaded').', ';
21
+
22
+ // Display an alert in the admin interface if something went wrong
23
+ echo '<div class="updated fade"><p>';
24
+ if (empty($faulty_fields)){
25
+ _e('Your settings have been successfully updated.','subscribe-reloaded');
26
  }
27
  else{
28
+ _e('There was an error updating the following fields:','subscribe-reloaded');
29
+ echo ' <strong>'.substr($faulty_fields,0,-2).'</strong>';
30
  }
31
+ echo "</p></div>\n";
32
+ }
33
  ?>
34
+ <form action="admin.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=<?php echo $current_panel ?>" method="post">
35
+ <h3><?php _e('Options','subscribe-reloaded') ?></h3>
36
+ <table class="form-table <?php echo $wp_locale->text_direction ?>">
37
+ <tbody>
38
+ <tr>
39
+ <th scope="row"><label for="show_subscription_box"><?php _e('Enable default checkbox','subscribe-reloaded') ?></label></th>
40
+ <td>
41
+ <input type="radio" name="options[show_subscription_box]" id="show_subscription_box" value="yes"<?php echo (subscribe_reloaded_get_option('show_subscription_box') == 'yes')?' checked="checked"':''; ?>> <?php _e('Yes','subscribe-reloaded') ?> &nbsp; &nbsp; &nbsp;
42
+ <input type="radio" name="options[show_subscription_box]" value="no" <?php echo (subscribe_reloaded_get_option('show_subscription_box') == 'no')?' checked="checked"':''; ?>> <?php _e('No','subscribe-reloaded') ?>
43
+ <div class="description"><?php _e('Disable this option if you want to move the subscription checkbox to a different place on your page.','subscribe-reloaded'); ?></div></td>
44
+ </tr>
45
+ <tr>
46
+ <th scope="row"><label for="checked_by_default"><?php _e('Checked by default','subscribe-reloaded') ?></label></th>
47
+ <td>
48
+ <input type="radio" name="options[checked_by_default]" id="checked_by_default" value="yes"<?php echo (subscribe_reloaded_get_option('checked_by_default') == 'yes')?' checked="checked"':''; ?>> <?php _e('Yes','subscribe-reloaded') ?> &nbsp; &nbsp; &nbsp;
49
+ <input type="radio" name="options[checked_by_default]" value="no" <?php echo (subscribe_reloaded_get_option('checked_by_default') == 'no')?' checked="checked"':''; ?>> <?php _e('No','subscribe-reloaded') ?>
50
+ <div class="description"><?php _e('Decide if the checkbox should be checked by default or not.','subscribe-reloaded'); ?></div></td>
51
+ </tr>
52
+ <tr>
53
+ <th scope="row"><label for="enable_advanced_subscriptions"><?php _e('Advanced subscription','subscribe-reloaded') ?></label></th>
54
+ <td>
55
+ <input type="radio" name="options[enable_advanced_subscriptions]" id="enable_advanced_subscriptions" value="yes"<?php echo (subscribe_reloaded_get_option('enable_advanced_subscriptions') == 'yes')?' checked="checked"':''; ?>> <?php _e('Yes','subscribe-reloaded') ?> &nbsp; &nbsp; &nbsp;
56
+ <input type="radio" name="options[enable_advanced_subscriptions]" value="no" <?php echo (subscribe_reloaded_get_option('enable_advanced_subscriptions') == 'no')?' checked="checked"':''; ?>> <?php _e('No','subscribe-reloaded') ?>
57
+ <div class="description"><?php _e('Allow users to choose from different subscription types (all, replies only).','subscribe-reloaded'); ?></div></td>
58
+ </tr>
59
+ <tr>
60
+ <th scope="row"><label for="checkbox_inline_style"><?php _e('Custom inline style','subscribe-reloaded') ?></label></th>
61
+ <td><input type="text" name="options[checkbox_inline_style]" id="checkbox_inline_style" value="<?php echo subscribe_reloaded_get_option('checkbox_inline_style'); ?>" size="20">
62
+ <div class="description"><?php _e('Custom inline CSS to add to the checkbox.','subscribe-reloaded'); ?></div></td>
63
+ </tr>
64
+ <tr>
65
+ <th scope="row"><label for="checkbox_html"><?php _e('Custom HTML','subscribe-reloaded') ?></label></th>
66
+ <td><input type="text" name="options[checkbox_html]" id="checkbox_html" value="<?php echo subscribe_reloaded_get_option('checkbox_html'); ?>" size="50">
67
+ <div class="description"><?php _e('Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]','subscribe-reloaded'); ?></div></td>
68
+ </tr>
69
+ </tbody>
70
+ </table>
71
 
72
+ <h3><?php _e('Messages for your visitors','subscribe-reloaded') ?></h3>
73
+ <table class="form-table <?php echo $wp_locale->text_direction ?>">
74
+ <tbody>
75
+ <tr>
76
+ <th scope="row"><label for="checkbox_label"><?php _e('Default label','subscribe-reloaded') ?></label></th>
77
+ <td><input type="text" name="options[checkbox_label]" id="checkbox_label" value="<?php echo subscribe_reloaded_get_option('checkbox_label'); ?>" size="70">
78
+ <div class="description"><?php _e('Label associated to the checkbox. Allowed tag: [subscribe_link]','subscribe-reloaded'); ?></div></td>
79
+ </tr>
80
+ <tr>
81
+ <th scope="row"><label for="subscribed_label"><?php _e('Subscribed label','subscribe-reloaded') ?></label></th>
82
+ <td><input type="text" name="options[subscribed_label]" id="subscribed_label" value="<?php echo subscribe_reloaded_get_option('subscribed_label'); ?>" size="70">
83
+ <div class="description"><?php _e('Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]','subscribe-reloaded'); ?></div></td>
84
+ </tr>
85
+ <tr>
86
+ <th scope="row"><label for="subscribed_waiting_label"><?php _e('Pending label','subscribe-reloaded') ?></label></th>
87
+ <td><input type="text" name="options[subscribed_waiting_label]" id="subscribed_waiting_label" value="<?php echo subscribe_reloaded_get_option('subscribed_waiting_label'); ?>" size="70">
88
+ <div class="description"><?php _e("Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]",'subscribe-reloaded'); ?></div></td>
89
+ </tr>
90
+ <tr>
91
+ <th scope="row"><label for="author_label"><?php _e('Author label','subscribe-reloaded') ?></label></th>
92
+ <td><input type="text" name="options[author_label]" id="author_label" value="<?php echo subscribe_reloaded_get_option('author_label'); ?>" size="70">
93
+ <div class="description"><?php _e('Label shown to authors (and administrators). Allowed tag: [manager_link]','subscribe-reloaded'); ?></div></td>
94
+ </tr>
95
+ </tbody>
96
+ </table>
97
+ <p class="submit"><input type="submit" value="<?php _e('Save Changes') ?>" class="button-primary" name="Submit"></p>
98
+ </form>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
options/panel3.php CHANGED
@@ -1,27 +1,23 @@
1
  <?php
2
  // Avoid direct access to this piece of code
3
- if (strpos($_SERVER['SCRIPT_FILENAME'], basename(__FILE__))){
4
  header('Location: /');
5
  exit;
6
  }
7
-
8
  // Update options
9
  if (isset($_POST['options'])){
10
  $faulty_fields = '';
 
11
  if (isset($_POST['options']['manager_page']) && !subscribe_reloaded_update_option('manager_page', $_POST['options']['manager_page'], 'text')) $faulty_fields = __('Management Page ID','subscribe-reloaded').', ';
12
- if (isset($_POST['options']['purge_days']) && !subscribe_reloaded_update_option('purge_days', $_POST['options']['purge_days'], 'integer')) $faulty_fields = __('Autopurge requests','subscribe-reloaded').', ';
13
- if (isset($_POST['options']['from_name']) && !subscribe_reloaded_update_option('from_name', $_POST['options']['from_name'], 'text')) $faulty_fields = __('Sender name','subscribe-reloaded').', ';
14
- if (isset($_POST['options']['from_email']) && !subscribe_reloaded_update_option('from_email', $_POST['options']['from_email'], 'text')) $faulty_fields = __('Sender email address','subscribe-reloaded').', ';
15
- if (isset($_POST['options']['checked_by_default']) && !subscribe_reloaded_update_option('checked_by_default', $_POST['options']['checked_by_default'], 'yesno')) $faulty_fields = __('Checked by default','subscribe-reloaded').', ';
16
- if (isset($_POST['options']['checkbox_class']) && !subscribe_reloaded_update_option('checkbox_class', $_POST['options']['checkbox_class'], 'text')) $faulty_fields = __('Custom CSS Class','subscribe-reloaded').', ';
17
- if (isset($_POST['options']['checkbox_inline_style']) && !subscribe_reloaded_update_option('checkbox_inline_style', $_POST['options']['checkbox_inline_style'], 'text')) $faulty_fields = __('Custom inline style','subscribe-reloaded').', ';
18
- if (isset($_POST['options']['checkbox_html']) && !subscribe_reloaded_update_option('checkbox_html', $_POST['options']['checkbox_html'], 'text')) $faulty_fields = __('Custom HTML','subscribe-reloaded').', ';
19
- if (isset($_POST['options']['enable_double_check']) && !subscribe_reloaded_update_option('enable_double_check', $_POST['options']['enable_double_check'], 'yesno')) $faulty_fields = __('Enable double check','subscribe-reloaded').', ';
20
- if (isset($_POST['options']['notify_authors']) && !subscribe_reloaded_update_option('notify_authors', $_POST['options']['notify_authors'], 'yesno')) $faulty_fields = __('Notify authors','subscribe-reloaded').', ';
21
- if (isset($_POST['options']['enable_html_emails']) && !subscribe_reloaded_update_option('enable_html_emails', $_POST['options']['enable_html_emails'], 'yesno')) $faulty_fields = __('Enable HTML emails','subscribe-reloaded').', ';
22
- if (isset($_POST['options']['process_trackbacks']) && !subscribe_reloaded_update_option('process_trackbacks', $_POST['options']['process_trackbacks'], 'yesno')) $faulty_fields = __('Send trackbacks','subscribe-reloaded').', ';
23
- if (isset($_POST['options']['enable_admin_messages']) && !subscribe_reloaded_update_option('enable_admin_messages', $_POST['options']['enable_admin_messages'], 'yesno')) $faulty_fields = __('Notify admin','subscribe-reloaded').', ';
24
- if (isset($_POST['options']['admin_subscribe']) && !subscribe_reloaded_update_option('admin_subscribe', $_POST['options']['admin_subscribe'], 'yesno')) $faulty_fields = __('Let admin subscribe','subscribe-reloaded').', ';
25
 
26
  // Display an alert in the admin interface if something went wrong
27
  echo '<div class="updated fade"><p>';
@@ -34,11 +30,19 @@ if (isset($_POST['options'])){
34
  }
35
  echo "</p></div>\n";
36
  }
37
-
 
38
  ?>
 
39
  <form action="admin.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=<?php echo $current_panel ?>" method="post">
 
40
  <table class="form-table <?php echo $wp_locale->text_direction ?>">
41
  <tbody>
 
 
 
 
 
42
  <tr>
43
  <th scope="row"><label for="manager_page"><?php _e('Management page','subscribe-reloaded') ?></label></th>
44
  <td><?php echo get_bloginfo('url') ?> <input type="text" name="options[manager_page]" id="manager_page" value="<?php echo subscribe_reloaded_get_option('manager_page'); ?>" size="30">
@@ -47,83 +51,85 @@ if (isset($_POST['options'])){
47
  echo '<br/><strong>'.__("Warning: it looks like the value you are using may be incompatible with your permalink structure",'subscribe-reloaded').'</strong>'; ?></div></td>
48
  </tr>
49
  <tr>
50
- <th scope="row"><label for="purge_days"><?php _e('Autopurge requests','subscribe-reloaded') ?></label></th>
51
- <td><input type="text" name="options[purge_days]" id="purge_days" value="<?php echo subscribe_reloaded_get_option('purge_days'); ?>" size="10"> <?php _e('days','subscribe-reloaded') ?>
52
- <div class="description"><?php _e("Delete pending subscriptions (not confirmed) after X days. Zero disables this feature.",'subscribe-reloaded'); ?></div></td>
53
- </tr>
54
- <tr>
55
- <th scope="row"><label for="from_name"><?php _e('Sender name','subscribe-reloaded') ?></label></th>
56
- <td><input type="text" name="options[from_name]" id="from_name" value="<?php echo subscribe_reloaded_get_option('from_name'); ?>" size="50">
57
- <div class="description"><?php _e('Name to use for the "from" field when sending a new notification to the user.','subscribe-reloaded'); ?></div></td>
58
- </tr>
59
- <tr>
60
- <th scope="row"><label for="from_email"><?php _e('Sender email address','subscribe-reloaded') ?></label></th>
61
- <td><input type="text" name="options[from_email]" id="from_email" value="<?php echo subscribe_reloaded_get_option('from_email'); ?>" size="50">
62
- <div class="description"><?php _e('Email address to use for the "from" field when sending a new notification to the user.','subscribe-reloaded'); ?></div></td>
63
- </tr>
64
- <tr>
65
- <th scope="row"><label for="checked_by_default"><?php _e('Checked by default','subscribe-reloaded') ?></label></th>
66
- <td>
67
- <input type="radio" name="options[checked_by_default]" id="checked_by_default" value="yes"<?php echo (subscribe_reloaded_get_option('checked_by_default') == 'yes')?' checked="checked"':''; ?>> <?php _e('Yes','subscribe-reloaded') ?> &nbsp; &nbsp; &nbsp;
68
- <input type="radio" name="options[checked_by_default]" value="no" <?php echo (subscribe_reloaded_get_option('checked_by_default') == 'no')?' checked="checked"':''; ?>> <?php _e('No','subscribe-reloaded') ?>
69
- <div class="description"><?php _e('Decide if the checkbox should be checked by default or not.','subscribe-reloaded'); ?></div></td>
70
- </tr>
71
- <tr>
72
- <th scope="row"><label for="checkbox_class"><?php _e('Custom CSS Class','subscribe-reloaded') ?></label></th>
73
- <td><input type="text" name="options[checkbox_class]" id="checkbox_class" value="<?php echo subscribe_reloaded_get_option('checkbox_class'); ?>" size="20">
74
- <div class="description"><?php _e('Custom CSS class to associate to the checkbox, if you want to customize its style.','subscribe-reloaded'); ?></div></td>
75
- </tr>
76
- <tr>
77
- <th scope="row"><label for="checkbox_inline_style"><?php _e('Custom inline style','subscribe-reloaded') ?></label></th>
78
- <td><input type="text" name="options[checkbox_inline_style]" id="checkbox_inline_style" value="<?php echo subscribe_reloaded_get_option('checkbox_inline_style'); ?>" size="20">
79
- <div class="description"><?php _e('Custom inline CSS to add to the checkbox.','subscribe-reloaded'); ?></div></td>
80
  </tr>
 
 
 
 
 
 
81
  <tr>
82
- <th scope="row"><label for="checkbox_html"><?php _e('Custom HTML','subscribe-reloaded') ?></label></th>
83
- <td><input type="text" name="options[checkbox_html]" id="checkbox_html" value="<?php echo subscribe_reloaded_get_option('checkbox_html'); ?>" size="50">
84
- <div class="description"><?php _e('Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]','subscribe-reloaded'); ?></div></td>
 
 
 
 
 
85
  </tr>
86
  <tr>
87
- <th scope="row"><label for="enable_double_check"><?php _e('Enable double check','subscribe-reloaded') ?></label></th>
88
- <td>
89
- <input type="radio" name="options[enable_double_check]" id="enable_double_check" value="yes"<?php echo (subscribe_reloaded_get_option('enable_double_check') == 'yes')?' checked="checked"':''; ?>> <?php _e('Yes','subscribe-reloaded') ?> &nbsp; &nbsp; &nbsp;
90
- <input type="radio" name="options[enable_double_check]" value="no" <?php echo (subscribe_reloaded_get_option('enable_double_check') == 'no')?' checked="checked"':''; ?>> <?php _e('No','subscribe-reloaded') ?>
91
- <div class="description"><?php _e('Send a notification email to confirm the subscription (to avoid addresses misuse).','subscribe-reloaded'); ?></div></td>
 
 
 
92
  </tr>
93
  <tr>
94
- <th scope="row"><label for="notify_authors"><?php _e('Notify admin','subscribe-reloaded') ?></label></th>
95
- <td>
96
- <input type="radio" name="options[notify_authors]" id="notify_authors" value="yes"<?php echo (subscribe_reloaded_get_option('notify_authors') == 'yes')?' checked="checked"':''; ?>> <?php _e('Yes','subscribe-reloaded') ?> &nbsp; &nbsp; &nbsp;
97
- <input type="radio" name="options[notify_authors]" value="no" <?php echo (subscribe_reloaded_get_option('notify_authors') == 'no')?' checked="checked"':''; ?>> <?php _e('No','subscribe-reloaded') ?>
98
- <div class="description"><?php _e('Notify the administrator when a new comment is posted.','subscribe-reloaded'); ?></div></td>
 
 
 
99
  </tr>
100
  <tr>
101
- <th scope="row"><label for="enable_html_emails"><?php _e('Enable HTML emails','subscribe-reloaded') ?></label></th>
102
- <td>
103
- <input type="radio" name="options[enable_html_emails]" id="enable_html_emails" value="yes"<?php echo (subscribe_reloaded_get_option('enable_html_emails') == 'yes')?' checked="checked"':''; ?>> <?php _e('Yes','subscribe-reloaded') ?> &nbsp; &nbsp; &nbsp;
104
- <input type="radio" name="options[enable_html_emails]" value="no" <?php echo (subscribe_reloaded_get_option('enable_html_emails') == 'no')?' checked="checked"':''; ?>> <?php _e('No','subscribe-reloaded') ?>
105
- <div class="description"><?php _e('If enabled, will send email messages with content-type = text/html instead of text/plain','subscribe-reloaded'); ?></div></td>
 
 
 
106
  </tr>
107
  <tr>
108
- <th scope="row"><label for="process_trackbacks"><?php _e('Send trackbacks','subscribe-reloaded') ?></label></th>
109
- <td>
110
- <input type="radio" name="options[process_trackbacks]" id="process_trackbacks" value="yes"<?php echo (subscribe_reloaded_get_option('process_trackbacks') == 'yes')?' checked="checked"':''; ?>> <?php _e('Yes','subscribe-reloaded') ?> &nbsp; &nbsp; &nbsp;
111
- <input type="radio" name="options[process_trackbacks]" value="no" <?php echo (subscribe_reloaded_get_option('process_trackbacks') == 'no')?' checked="checked"':''; ?>> <?php _e('No','subscribe-reloaded') ?>
112
- <div class="description"><?php _e('Notify users when a new trackback or pingback is added to the discussion.','subscribe-reloaded'); ?></div></td>
 
 
 
113
  </tr>
114
  <tr>
115
- <th scope="row"><label for="enable_admin_messages"><?php _e('Track all subscriptions','subscribe-reloaded') ?></label></th>
116
- <td>
117
- <input type="radio" name="options[enable_admin_messages]" id="enable_admin_messages" value="yes"<?php echo (subscribe_reloaded_get_option('enable_admin_messages') == 'yes')?' checked="checked"':''; ?>> <?php _e('Yes','subscribe-reloaded') ?> &nbsp; &nbsp; &nbsp;
118
- <input type="radio" name="options[enable_admin_messages]" value="no" <?php echo (subscribe_reloaded_get_option('enable_admin_messages') == 'no')?' checked="checked"':''; ?>> <?php _e('No','subscribe-reloaded') ?>
119
- <div class="description"><?php _e('Notify the administrator when users subscribe without commenting.','subscribe-reloaded'); ?></div></td>
 
 
 
120
  </tr>
121
- <tr>
122
- <th scope="row"><label for="admin_subscribe"><?php _e('Let admin subscribe','subscribe-reloaded') ?></label></th>
123
- <td>
124
- <input type="radio" name="options[admin_subscribe]" id="admin_subscribe" value="yes"<?php echo (subscribe_reloaded_get_option('admin_subscribe') == 'yes')?' checked="checked"':''; ?>> <?php _e('Yes','subscribe-reloaded') ?> &nbsp; &nbsp; &nbsp;
125
- <input type="radio" name="options[admin_subscribe]" value="no" <?php echo (subscribe_reloaded_get_option('admin_subscribe') == 'no')?' checked="checked"':''; ?>> <?php _e('No','subscribe-reloaded') ?>
126
- <div class="description"><?php _e('Let the administrator subscribe to comments when logged in.','subscribe-reloaded'); ?></div></td>
 
 
 
127
  </tr>
128
  </tbody>
129
  </table>
1
  <?php
2
  // Avoid direct access to this piece of code
3
+ if (!function_exists('is_admin') || !is_admin()){
4
  header('Location: /');
5
  exit;
6
  }
 
7
  // Update options
8
  if (isset($_POST['options'])){
9
  $faulty_fields = '';
10
+ if (isset($_POST['options']['manager_page_title']) && !subscribe_reloaded_update_option('manager_page_title', $_POST['options']['manager_page_title'], 'text')) $faulty_fields = __('Page title','subscribe-reloaded').', ';
11
  if (isset($_POST['options']['manager_page']) && !subscribe_reloaded_update_option('manager_page', $_POST['options']['manager_page'], 'text')) $faulty_fields = __('Management Page ID','subscribe-reloaded').', ';
12
+ if (isset($_POST['options']['custom_header_meta']) && !subscribe_reloaded_update_option('custom_header_meta', $_POST['options']['custom_header_meta'], 'text')) $faulty_fields = __('Custom HEAD meta','subscribe-reloaded').', ';
13
+
14
+ if (isset($_POST['options']['request_mgmt_link']) && !subscribe_reloaded_update_option('request_mgmt_link', $_POST['options']['request_mgmt_link'], 'text')) $faulty_fields = __('Request link','subscribe-reloaded').', ';
15
+ if (isset($_POST['options']['request_mgmt_link_thankyou']) && !subscribe_reloaded_update_option('request_mgmt_link_thankyou', $_POST['options']['request_mgmt_link_thankyou'], 'text')) $faulty_fields = __('Request submitted','subscribe-reloaded').', ';
16
+ if (isset($_POST['options']['subscribe_without_commenting']) && !subscribe_reloaded_update_option('subscribe_without_commenting', $_POST['options']['subscribe_without_commenting'], 'text')) $faulty_fields = __('Subscribe without commenting','subscribe-reloaded').', ';
17
+ if (isset($_POST['options']['subscription_confirmed']) && !subscribe_reloaded_update_option('subscription_confirmed', $_POST['options']['subscription_confirmed'], 'text')) $faulty_fields = __('Subscription processed','subscribe-reloaded').', ';
18
+ if (isset($_POST['options']['subscription_confirmed_dci']) && !subscribe_reloaded_update_option('subscription_confirmed_dci', $_POST['options']['subscription_confirmed_dci'], 'text')) $faulty_fields = __('Subscription processed (DCI)','subscribe-reloaded').', ';
19
+ if (isset($_POST['options']['author_text']) && !subscribe_reloaded_update_option('author_text', $_POST['options']['author_text'], 'text')) $faulty_fields = __('Authors','subscribe-reloaded').', ';
20
+ if (isset($_POST['options']['user_text']) && !subscribe_reloaded_update_option('user_text', $_POST['options']['user_text'], 'text')) $faulty_fields = __('Users','subscribe-reloaded').', ';
 
 
 
 
21
 
22
  // Display an alert in the admin interface if something went wrong
23
  echo '<div class="updated fade"><p>';
30
  }
31
  echo "</p></div>\n";
32
  }
33
+ wp_print_scripts( 'quicktags' );
34
+ $is_html_enabled = (get_option('subscribe_reloaded_enable_html_emails', 'no') == 'yes');
35
  ?>
36
+
37
  <form action="admin.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=<?php echo $current_panel ?>" method="post">
38
+ <h3><?php _e('Options','subscribe-reloaded') ?></h3>
39
  <table class="form-table <?php echo $wp_locale->text_direction ?>">
40
  <tbody>
41
+ <tr>
42
+ <th scope="row"><label for="manager_page_title"><?php _e('Page title','subscribe-reloaded') ?></label></th>
43
+ <td><input type="text" name="options[manager_page_title]" id="manager_page_title" value="<?php echo subscribe_reloaded_get_option('manager_page_title'); ?>" size="70">
44
+ <div class="description"><?php _e('Title of the page your visitors will use to manage their subscriptions.','subscribe-reloaded'); ?></div></td>
45
+ </tr>
46
  <tr>
47
  <th scope="row"><label for="manager_page"><?php _e('Management page','subscribe-reloaded') ?></label></th>
48
  <td><?php echo get_bloginfo('url') ?> <input type="text" name="options[manager_page]" id="manager_page" value="<?php echo subscribe_reloaded_get_option('manager_page'); ?>" size="30">
51
  echo '<br/><strong>'.__("Warning: it looks like the value you are using may be incompatible with your permalink structure",'subscribe-reloaded').'</strong>'; ?></div></td>
52
  </tr>
53
  <tr>
54
+ <th scope="row"><label for="custom_header_meta"><?php _e('Custom HEAD meta','subscribe-reloaded') ?></label></th>
55
+ <td><input type="text" name="options[custom_header_meta]" id="custom_header_meta" value="<?php echo subscribe_reloaded_get_option('custom_header_meta'); ?>" size="70">
56
+ <div class="description"><?php _e('Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values.','subscribe-reloaded'); ?></div></td>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  </tr>
58
+ </tbody>
59
+ </table>
60
+
61
+ <h3><?php _e('Messages','subscribe-reloaded') ?></h3>
62
+ <table class="form-table <?php echo $wp_locale->text_direction ?>">
63
+ <tbody>
64
  <tr>
65
+ <th scope="row"><label for="request_mgmt_link"><?php _e('Request link','subscribe-reloaded') ?></label></th>
66
+ <td><input type="button" id="qtbold1" class="button-secondary" onclick="edInsertTag(document.getElementById('request_mgmt_link'), 0);" value="<?php _e('Bold') ?>" />
67
+ <input type="button" id="qtitalics1" class="button-secondary" onclick="edInsertTag(document.getElementById('request_mgmt_link'), 1);" value="<?php _e('Italic') ?>" />
68
+ <input type="button" id="qtlink1" class="button-secondary" onclick="edInsertLink(document.getElementById('request_mgmt_link'), 2);" value="<?php _e('Link') ?>" />
69
+ <input type="button" id="qtimg1" class="button-secondary" onclick="edInsertImage(document.getElementById('request_mgmt_link'));" value="<?php _e('Image') ?>" />
70
+ <br/>
71
+ <textarea name="options[request_mgmt_link]" id="request_mgmt_link" rows="3" cols="70"><?php echo subscribe_reloaded_get_option('request_mgmt_link'); ?></textarea>
72
+ <div class="description"><?php _e('Text shown to those who request to manage their subscriptions.','subscribe-reloaded'); ?></div></td>
73
  </tr>
74
  <tr>
75
+ <th scope="row"><label for="request_mgmt_link_thankyou"><?php _e('Request submitted','subscribe-reloaded') ?></label></th>
76
+ <td><input type="button" id="qtbold2" class="button-secondary" onclick="edInsertTag(document.getElementById('request_mgmt_link_thankyou'), 0);" value="<?php _e('Bold') ?>" />
77
+ <input type="button" id="qtitalics2" class="button-secondary" onclick="edInsertTag(document.getElementById('request_mgmt_link_thankyou'), 1);" value="<?php _e('Italic') ?>" />
78
+ <input type="button" id="qtlink2" class="button-secondary" onclick="edInsertLink(document.getElementById('request_mgmt_link_thankyou'), 2);" value="<?php _e('Link') ?>" />
79
+ <input type="button" id="qtimg2" class="button-secondary" onclick="edInsertImage(document.getElementById('request_mgmt_link_thankyou'));" value="<?php _e('Image') ?>" />
80
+ <br/>
81
+ <textarea name="options[request_mgmt_link_thankyou]" id="request_mgmt_link_thankyou" rows="3" cols="70"><?php echo subscribe_reloaded_get_option('request_mgmt_link_thankyou'); ?></textarea>
82
+ <div class="description"><?php _e('Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]','subscribe-reloaded'); ?></div></td>
83
  </tr>
84
  <tr>
85
+ <th scope="row"><label for="subscribe_without_commenting"><?php _e('Subscribe without commenting','subscribe-reloaded') ?></label></th>
86
+ <td><input type="button" id="qtbold3" class="button-secondary" onclick="edInsertTag(document.getElementById('subscribe_without_commenting'), 0);" value="<?php _e('Bold') ?>" />
87
+ <input type="button" id="qtitalics3" class="button-secondary" onclick="edInsertTag(document.getElementById('subscribe_without_commenting'), 1);" value="<?php _e('Italic') ?>" />
88
+ <input type="button" id="qtlink3" class="button-secondary" onclick="edInsertLink(document.getElementById('subscribe_without_commenting'), 2);" value="<?php _e('Link') ?>" />
89
+ <input type="button" id="qtimg3" class="button-secondary" onclick="edInsertImage(document.getElementById('subscribe_without_commenting'));" value="<?php _e('Image') ?>" />
90
+ <br/>
91
+ <textarea name="options[subscribe_without_commenting]" id="subscribe_without_commenting" rows="3" cols="70"><?php echo subscribe_reloaded_get_option('subscribe_without_commenting'); ?></textarea>
92
+ <div class="description"><?php _e('Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]','subscribe-reloaded'); ?></div></td>
93
  </tr>
94
  <tr>
95
+ <th scope="row"><label for="subscription_confirmed"><?php _e('Subscription processed','subscribe-reloaded') ?></label></th>
96
+ <td><input type="button" id="qtbold4" class="button-secondary" onclick="edInsertTag(document.getElementById('subscription_confirmed'), 0);" value="<?php _e('Bold') ?>" />
97
+ <input type="button" id="qtitalics4" class="button-secondary" onclick="edInsertTag(document.getElementById('subscription_confirmed'), 1);" value="<?php _e('Italic') ?>" />
98
+ <input type="button" id="qtlink4" class="button-secondary" onclick="edInsertLink(document.getElementById('subscription_confirmed'), 2);" value="<?php _e('Link') ?>" />
99
+ <input type="button" id="qtimg4" class="button-secondary" onclick="edInsertImage(document.getElementById('subscription_confirmed'));" value="<?php _e('Image') ?>" />
100
+ <br/>
101
+ <textarea name="options[subscription_confirmed]" id="subscription_confirmed" rows="3" cols="70"><?php echo subscribe_reloaded_get_option('subscription_confirmed'); ?></textarea>
102
+ <div class="description"><?php _e('Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]','subscribe-reloaded'); ?></div></td>
103
  </tr>
104
  <tr>
105
+ <th scope="row"><label for="subscription_confirmed_dci"><?php _e('Subscription processed (DCI)','subscribe-reloaded') ?></label></th>
106
+ <td><input type="button" id="qtbold5" class="button-secondary" onclick="edInsertTag(document.getElementById('subscription_confirmed_dci'), 0);" value="<?php _e('Bold') ?>" />
107
+ <input type="button" id="qtitalics5" class="button-secondary" onclick="edInsertTag(document.getElementById('subscription_confirmed_dci'), 1);" value="<?php _e('Italic') ?>" />
108
+ <input type="button" id="qtlink5" class="button-secondary" onclick="edInsertLink(document.getElementById('subscription_confirmed_dci'), 2);" value="<?php _e('Link') ?>" />
109
+ <input type="button" id="qtimg5" class="button-secondary" onclick="edInsertImage(document.getElementById('subscription_confirmed_dci'));" value="<?php _e('Image') ?>" />
110
+ <br/>
111
+ <textarea name="options[subscription_confirmed_dci]" id="subscription_confirmed_dci" rows="3" cols="70"><?php echo subscribe_reloaded_get_option('subscription_confirmed_dci'); ?></textarea>
112
+ <div class="description"><?php _e('Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]','subscribe-reloaded'); ?></div></td>
113
  </tr>
114
  <tr>
115
+ <th scope="row"><label for="author_text"><?php _e('Authors','subscribe-reloaded') ?></label></th>
116
+ <td><input type="button" id="qtbold6" class="button-secondary" onclick="edInsertTag(document.getElementById('author_text'), 0);" value="<?php _e('Bold') ?>" />
117
+ <input type="button" id="qtitalics6" class="button-secondary" onclick="edInsertTag(document.getElementById('author_text'), 1);" value="<?php _e('Italic') ?>" />
118
+ <input type="button" id="qtlink6" class="button-secondary" onclick="edInsertLink(document.getElementById('author_text'), 2);" value="<?php _e('Link') ?>" />
119
+ <input type="button" id="qtimg6" class="button-secondary" onclick="edInsertImage(document.getElementById('author_text'));" value="<?php _e('Image') ?>" />
120
+ <br/>
121
+ <textarea name="options[author_text]" id="author_text" rows="3" cols="70"><?php echo subscribe_reloaded_get_option('author_text'); ?></textarea>
122
+ <div class="description"><?php _e("Introductory text for the authors' management page.",'subscribe-reloaded'); ?></div></td>
123
  </tr>
124
+ <tr>
125
+ <th scope="row"><label for="user_text"><?php _e('Users','subscribe-reloaded') ?></label></th>
126
+ <td><input type="button" id="qtbold7" class="button-secondary" onclick="edInsertTag(document.getElementById('user_text'), 0);" value="<?php _e('Bold') ?>" />
127
+ <input type="button" id="qtitalics7" class="button-secondary" onclick="edInsertTag(document.getElementById('user_text'), 1);" value="<?php _e('Italic') ?>" />
128
+ <input type="button" id="qtlink7" class="button-secondary" onclick="edInsertLink(document.getElementById('user_text'), 2);" value="<?php _e('Link') ?>" />
129
+ <input type="button" id="qtimg7" class="button-secondary" onclick="edInsertImage(document.getElementById('user_text'));" value="<?php _e('Image') ?>" />
130
+ <br/>
131
+ <textarea name="options[user_text]" id="user_text" rows="3" cols="70"><?php echo subscribe_reloaded_get_option('user_text'); ?></textarea>
132
+ <div class="description"><?php _e("Introductory text for the users' management page.",'subscribe-reloaded'); ?></div></td>
133
  </tr>
134
  </tbody>
135
  </table>
options/panel4.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  // Avoid direct access to this piece of code
3
- if (strpos($_SERVER['SCRIPT_FILENAME'], basename(__FILE__))){
4
  header('Location: /');
5
  exit;
6
  }
@@ -8,6 +8,8 @@ if (strpos($_SERVER['SCRIPT_FILENAME'], basename(__FILE__))){
8
  // Update options
9
  if (isset($_POST['options'])){
10
  $faulty_fields = '';
 
 
11
  if (isset($_POST['options']['notification_subject']) && !subscribe_reloaded_update_option('notification_subject', $_POST['options']['notification_subject'], 'text')) $faulty_fields = __('Notification subject','subscribe-reloaded').', ';
12
  if (isset($_POST['options']['notification_content']) && !subscribe_reloaded_update_option('notification_content', $_POST['options']['notification_content'], 'text')) $faulty_fields = __('Notification message','subscribe-reloaded').', ';
13
  if (isset($_POST['options']['double_check_subject']) && !subscribe_reloaded_update_option('double_check_subject', $_POST['options']['double_check_subject'], 'text')) $faulty_fields = __('Double check subject','subscribe-reloaded').', ';
@@ -27,10 +29,25 @@ if (isset($_POST['options'])){
27
  echo "</p></div>\n";
28
  }
29
  wp_print_scripts( 'quicktags' );
30
- $is_html_enabled = (get_option('subscribe_reloaded_enable_html_emails', 'no') == 'yes');
31
  ?>
32
-
33
  <form action="admin.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=<?php echo $current_panel ?>" method="post">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  <table class="form-table <?php echo $wp_locale->text_direction ?>">
35
  <tbody>
36
  <tr>
@@ -84,4 +101,4 @@ $is_html_enabled = (get_option('subscribe_reloaded_enable_html_emails', 'no') ==
84
  </tbody>
85
  </table>
86
  <p class="submit"><input type="submit" value="<?php _e('Save Changes') ?>" class="button-primary" name="Submit"></p>
87
- </form>
1
  <?php
2
  // Avoid direct access to this piece of code
3
+ if (!function_exists('is_admin') || !is_admin()){
4
  header('Location: /');
5
  exit;
6
  }
8
  // Update options
9
  if (isset($_POST['options'])){
10
  $faulty_fields = '';
11
+ if (isset($_POST['options']['from_name']) && !subscribe_reloaded_update_option('from_name', $_POST['options']['from_name'], 'text')) $faulty_fields = __('Sender name','subscribe-reloaded').', ';
12
+ if (isset($_POST['options']['from_email']) && !subscribe_reloaded_update_option('from_email', $_POST['options']['from_email'], 'text')) $faulty_fields = __('Sender email address','subscribe-reloaded').', ';
13
  if (isset($_POST['options']['notification_subject']) && !subscribe_reloaded_update_option('notification_subject', $_POST['options']['notification_subject'], 'text')) $faulty_fields = __('Notification subject','subscribe-reloaded').', ';
14
  if (isset($_POST['options']['notification_content']) && !subscribe_reloaded_update_option('notification_content', $_POST['options']['notification_content'], 'text')) $faulty_fields = __('Notification message','subscribe-reloaded').', ';
15
  if (isset($_POST['options']['double_check_subject']) && !subscribe_reloaded_update_option('double_check_subject', $_POST['options']['double_check_subject'], 'text')) $faulty_fields = __('Double check subject','subscribe-reloaded').', ';
29
  echo "</p></div>\n";
30
  }
31
  wp_print_scripts( 'quicktags' );
 
32
  ?>
 
33
  <form action="admin.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=<?php echo $current_panel ?>" method="post">
34
+ <h3><?php _e('Options','subscribe-reloaded') ?></h3>
35
+ <table class="form-table <?php echo $wp_locale->text_direction ?>">
36
+ <tbody>
37
+ <tr>
38
+ <th scope="row"><label for="from_name"><?php _e('Sender name','subscribe-reloaded') ?></label></th>
39
+ <td><input type="text" name="options[from_name]" id="from_name" value="<?php echo subscribe_reloaded_get_option('from_name'); ?>" size="50">
40
+ <div class="description"><?php _e('Name to use for the "from" field when sending a new notification to the user.','subscribe-reloaded'); ?></div></td>
41
+ </tr>
42
+ <tr>
43
+ <th scope="row"><label for="from_email"><?php _e('Sender email address','subscribe-reloaded') ?></label></th>
44
+ <td><input type="text" name="options[from_email]" id="from_email" value="<?php echo subscribe_reloaded_get_option('from_email'); ?>" size="50">
45
+ <div class="description"><?php _e('Email address to use for the "from" field when sending a new notification to the user.','subscribe-reloaded'); ?></div></td>
46
+ </tr>
47
+ </tbody>
48
+ </table>
49
+
50
+ <h3><?php _e('Messages','subscribe-reloaded') ?></h3>
51
  <table class="form-table <?php echo $wp_locale->text_direction ?>">
52
  <tbody>
53
  <tr>
101
  </tbody>
102
  </table>
103
  <p class="submit"><input type="submit" value="<?php _e('Save Changes') ?>" class="button-primary" name="Submit"></p>
104
+ </form>
options/panel5.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  // Avoid direct access to this piece of code
3
- if (strpos($_SERVER['SCRIPT_FILENAME'], basename(__FILE__))){
4
  header('Location: /');
5
  exit;
6
  }
@@ -8,19 +8,13 @@ if (strpos($_SERVER['SCRIPT_FILENAME'], basename(__FILE__))){
8
  // Update options
9
  if (isset($_POST['options'])){
10
  $faulty_fields = '';
11
- if (isset($_POST['options']['checkbox_label']) && !subscribe_reloaded_update_option('checkbox_label', $_POST['options']['checkbox_label'], 'text')) $faulty_fields = __('Checkbox label','subscribe-reloaded').', ';
12
- if (isset($_POST['options']['subscribed_label']) && !subscribe_reloaded_update_option('subscribed_label', $_POST['options']['subscribed_label'], 'text')) $faulty_fields = __('Subscribed label','subscribe-reloaded').', ';
13
- if (isset($_POST['options']['subscribed_waiting_label']) && !subscribe_reloaded_update_option('subscribed_waiting_label', $_POST['options']['subscribed_waiting_label'], 'text')) $faulty_fields = __('Awaiting label','subscribe-reloaded').', ';
14
- if (isset($_POST['options']['author_label']) && !subscribe_reloaded_update_option('author_label', $_POST['options']['author_label'], 'text')) $faulty_fields = __('Author label','subscribe-reloaded').', ';
15
-
16
- if (isset($_POST['options']['manager_page_title']) && !subscribe_reloaded_update_option('manager_page_title', $_POST['options']['manager_page_title'], 'text')) $faulty_fields = __('Page title','subscribe-reloaded').', ';
17
- if (isset($_POST['options']['request_mgmt_link']) && !subscribe_reloaded_update_option('request_mgmt_link', $_POST['options']['request_mgmt_link'], 'text')) $faulty_fields = __('Request link','subscribe-reloaded').', ';
18
- if (isset($_POST['options']['request_mgmt_link_thankyou']) && !subscribe_reloaded_update_option('request_mgmt_link_thankyou', $_POST['options']['request_mgmt_link_thankyou'], 'text')) $faulty_fields = __('Request submitted','subscribe-reloaded').', ';
19
- if (isset($_POST['options']['subscribe_without_commenting']) && !subscribe_reloaded_update_option('subscribe_without_commenting', $_POST['options']['subscribe_without_commenting'], 'text')) $faulty_fields = __('Subscribe without commenting','subscribe-reloaded').', ';
20
- if (isset($_POST['options']['subscription_confirmed']) && !subscribe_reloaded_update_option('subscription_confirmed', $_POST['options']['subscription_confirmed'], 'text')) $faulty_fields = __('Subscription processed','subscribe-reloaded').', ';
21
- if (isset($_POST['options']['subscription_confirmed_dci']) && !subscribe_reloaded_update_option('subscription_confirmed_dci', $_POST['options']['subscription_confirmed_dci'], 'text')) $faulty_fields = __('Subscription processed (DCI)','subscribe-reloaded').', ';
22
- if (isset($_POST['options']['author_text']) && !subscribe_reloaded_update_option('author_text', $_POST['options']['author_text'], 'text')) $faulty_fields = __('Authors','subscribe-reloaded').', ';
23
- if (isset($_POST['options']['user_text']) && !subscribe_reloaded_update_option('user_text', $_POST['options']['user_text'], 'text')) $faulty_fields = __('Users','subscribe-reloaded').', ';
24
 
25
  // Display an alert in the admin interface if something went wrong
26
  echo '<div class="updated fade"><p>';
@@ -36,108 +30,53 @@ if (isset($_POST['options'])){
36
  wp_print_scripts( 'quicktags' );
37
  ?>
38
  <form action="admin.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=<?php echo $current_panel ?>" method="post">
39
- <h3><?php _e('Comment form','subscribe-reloaded') ?></h3>
40
  <table class="form-table <?php echo $wp_locale->text_direction ?>">
41
- <tbody>
42
  <tr>
43
- <th scope="row"><label for="checkbox_label"><?php _e('Checkbox label','subscribe-reloaded') ?></label></th>
44
- <td><input type="text" name="options[checkbox_label]" id="checkbox_label" value="<?php echo subscribe_reloaded_get_option('checkbox_label'); ?>" size="70">
45
- <div class="description"><?php _e('Label associated to the checkbox. Allowed tag: [subscribe_link]','subscribe-reloaded'); ?></div></td>
46
  </tr>
47
  <tr>
48
- <th scope="row"><label for="subscribed_label"><?php _e('Subscribed label','subscribe-reloaded') ?></label></th>
49
- <td><input type="text" name="options[subscribed_label]" id="subscribed_label" value="<?php echo subscribe_reloaded_get_option('subscribed_label'); ?>" size="70">
50
- <div class="description"><?php _e('Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]','subscribe-reloaded'); ?></div></td>
 
 
51
  </tr>
52
  <tr>
53
- <th scope="row"><label for="subscribed_waiting_label"><?php _e('Awaiting label','subscribe-reloaded') ?></label></th>
54
- <td><input type="text" name="options[subscribed_waiting_label]" id="subscribed_waiting_label" value="<?php echo subscribe_reloaded_get_option('subscribed_waiting_label'); ?>" size="70">
55
- <div class="description"><?php _e("Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]",'subscribe-reloaded'); ?></div></td>
 
 
56
  </tr>
57
  <tr>
58
- <th scope="row"><label for="author_label"><?php _e('Author label','subscribe-reloaded') ?></label></th>
59
- <td><input type="text" name="options[author_label]" id="author_label" value="<?php echo subscribe_reloaded_get_option('author_label'); ?>" size="70">
60
- <div class="description"><?php _e('Label shown to authors (and administrators). Allowed tag: [manager_link]','subscribe-reloaded'); ?></div></td>
61
- </tr>
62
- </tbody>
63
- </table>
64
- <h3><?php _e('Management page','subscribe-reloaded') ?></h3>
65
- <table class="form-table <?php echo $wp_locale->text_direction ?>">
66
- <tbody>
67
- <tr>
68
- <th scope="row"><label for="manager_page_title"><?php _e('Page title','subscribe-reloaded') ?></label></th>
69
- <td><input type="text" name="options[manager_page_title]" id="manager_page_title" value="<?php echo subscribe_reloaded_get_option('manager_page_title'); ?>" size="70">
70
- <div class="description"><?php _e('Title of the page your visitors will use to manage their subscriptions.','subscribe-reloaded'); ?></div></td>
71
- </tr>
72
- <tr>
73
- <th scope="row"><label for="request_mgmt_link"><?php _e('Request link','subscribe-reloaded') ?></label></th>
74
- <td><input type="button" id="qtbold1" class="button-secondary" onclick="edInsertTag(document.getElementById('request_mgmt_link'), 0);" value="<?php _e('Bold') ?>" />
75
- <input type="button" id="qtitalics1" class="button-secondary" onclick="edInsertTag(document.getElementById('request_mgmt_link'), 1);" value="<?php _e('Italic') ?>" />
76
- <input type="button" id="qtlink1" class="button-secondary" onclick="edInsertLink(document.getElementById('request_mgmt_link'), 2);" value="<?php _e('Link') ?>" />
77
- <input type="button" id="qtimg1" class="button-secondary" onclick="edInsertImage(document.getElementById('request_mgmt_link'));" value="<?php _e('Image') ?>" />
78
- <br/>
79
- <textarea name="options[request_mgmt_link]" id="request_mgmt_link" rows="3" cols="70"><?php echo subscribe_reloaded_get_option('request_mgmt_link'); ?></textarea>
80
- <div class="description"><?php _e('Text shown to those who request to manage their subscriptions.','subscribe-reloaded'); ?></div></td>
81
- </tr>
82
- <tr>
83
- <th scope="row"><label for="request_mgmt_link_thankyou"><?php _e('Request submitted','subscribe-reloaded') ?></label></th>
84
- <td><input type="button" id="qtbold2" class="button-secondary" onclick="edInsertTag(document.getElementById('request_mgmt_link_thankyou'), 0);" value="<?php _e('Bold') ?>" />
85
- <input type="button" id="qtitalics2" class="button-secondary" onclick="edInsertTag(document.getElementById('request_mgmt_link_thankyou'), 1);" value="<?php _e('Italic') ?>" />
86
- <input type="button" id="qtlink2" class="button-secondary" onclick="edInsertLink(document.getElementById('request_mgmt_link_thankyou'), 2);" value="<?php _e('Link') ?>" />
87
- <input type="button" id="qtimg2" class="button-secondary" onclick="edInsertImage(document.getElementById('request_mgmt_link_thankyou'));" value="<?php _e('Image') ?>" />
88
- <br/>
89
- <textarea name="options[request_mgmt_link_thankyou]" id="request_mgmt_link_thankyou" rows="3" cols="70"><?php echo subscribe_reloaded_get_option('request_mgmt_link_thankyou'); ?></textarea>
90
- <div class="description"><?php _e('Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]','subscribe-reloaded'); ?></div></td>
91
  </tr>
92
  <tr>
93
- <th scope="row"><label for="subscribe_without_commenting"><?php _e('Subscribe without commenting','subscribe-reloaded') ?></label></th>
94
- <td><input type="button" id="qtbold3" class="button-secondary" onclick="edInsertTag(document.getElementById('subscribe_without_commenting'), 0);" value="<?php _e('Bold') ?>" />
95
- <input type="button" id="qtitalics3" class="button-secondary" onclick="edInsertTag(document.getElementById('subscribe_without_commenting'), 1);" value="<?php _e('Italic') ?>" />
96
- <input type="button" id="qtlink3" class="button-secondary" onclick="edInsertLink(document.getElementById('subscribe_without_commenting'), 2);" value="<?php _e('Link') ?>" />
97
- <input type="button" id="qtimg3" class="button-secondary" onclick="edInsertImage(document.getElementById('subscribe_without_commenting'));" value="<?php _e('Image') ?>" />
98
- <br/>
99
- <textarea name="options[subscribe_without_commenting]" id="subscribe_without_commenting" rows="3" cols="70"><?php echo subscribe_reloaded_get_option('subscribe_without_commenting'); ?></textarea>
100
- <div class="description"><?php _e('Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]','subscribe-reloaded'); ?></div></td>
101
  </tr>
102
  <tr>
103
- <th scope="row"><label for="subscription_confirmed"><?php _e('Subscription processed','subscribe-reloaded') ?></label></th>
104
- <td><input type="button" id="qtbold4" class="button-secondary" onclick="edInsertTag(document.getElementById('subscription_confirmed'), 0);" value="<?php _e('Bold') ?>" />
105
- <input type="button" id="qtitalics4" class="button-secondary" onclick="edInsertTag(document.getElementById('subscription_confirmed'), 1);" value="<?php _e('Italic') ?>" />
106
- <input type="button" id="qtlink4" class="button-secondary" onclick="edInsertLink(document.getElementById('subscription_confirmed'), 2);" value="<?php _e('Link') ?>" />
107
- <input type="button" id="qtimg4" class="button-secondary" onclick="edInsertImage(document.getElementById('subscription_confirmed'));" value="<?php _e('Image') ?>" />
108
- <br/>
109
- <textarea name="options[subscription_confirmed]" id="subscription_confirmed" rows="3" cols="70"><?php echo subscribe_reloaded_get_option('subscription_confirmed'); ?></textarea>
110
- <div class="description"><?php _e('Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]','subscribe-reloaded'); ?></div></td>
111
  </tr>
112
  <tr>
113
- <th scope="row"><label for="subscription_confirmed_dci"><?php _e('Subscription processed (DCI)','subscribe-reloaded') ?></label></th>
114
- <td><input type="button" id="qtbold5" class="button-secondary" onclick="edInsertTag(document.getElementById('subscription_confirmed_dci'), 0);" value="<?php _e('Bold') ?>" />
115
- <input type="button" id="qtitalics5" class="button-secondary" onclick="edInsertTag(document.getElementById('subscription_confirmed_dci'), 1);" value="<?php _e('Italic') ?>" />
116
- <input type="button" id="qtlink5" class="button-secondary" onclick="edInsertLink(document.getElementById('subscription_confirmed_dci'), 2);" value="<?php _e('Link') ?>" />
117
- <input type="button" id="qtimg5" class="button-secondary" onclick="edInsertImage(document.getElementById('subscription_confirmed_dci'));" value="<?php _e('Image') ?>" />
118
- <br/>
119
- <textarea name="options[subscription_confirmed_dci]" id="subscription_confirmed_dci" rows="3" cols="70"><?php echo subscribe_reloaded_get_option('subscription_confirmed_dci'); ?></textarea>
120
- <div class="description"><?php _e('Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]','subscribe-reloaded'); ?></div></td>
121
- </tr>
122
- <tr>
123
- <th scope="row"><label for="author_text"><?php _e('Authors','subscribe-reloaded') ?></label></th>
124
- <td><input type="button" id="qtbold6" class="button-secondary" onclick="edInsertTag(document.getElementById('author_text'), 0);" value="<?php _e('Bold') ?>" />
125
- <input type="button" id="qtitalics6" class="button-secondary" onclick="edInsertTag(document.getElementById('author_text'), 1);" value="<?php _e('Italic') ?>" />
126
- <input type="button" id="qtlink6" class="button-secondary" onclick="edInsertLink(document.getElementById('author_text'), 2);" value="<?php _e('Link') ?>" />
127
- <input type="button" id="qtimg6" class="button-secondary" onclick="edInsertImage(document.getElementById('author_text'));" value="<?php _e('Image') ?>" />
128
- <br/>
129
- <textarea name="options[author_text]" id="author_text" rows="3" cols="70"><?php echo subscribe_reloaded_get_option('author_text'); ?></textarea>
130
- <div class="description"><?php _e("Introductory text for the authors' management page.",'subscribe-reloaded'); ?></div></td>
131
- </tr>
132
- <tr>
133
- <th scope="row"><label for="user_text"><?php _e('Users','subscribe-reloaded') ?></label></th>
134
- <td><input type="button" id="qtbold7" class="button-secondary" onclick="edInsertTag(document.getElementById('user_text'), 0);" value="<?php _e('Bold') ?>" />
135
- <input type="button" id="qtitalics7" class="button-secondary" onclick="edInsertTag(document.getElementById('user_text'), 1);" value="<?php _e('Italic') ?>" />
136
- <input type="button" id="qtlink7" class="button-secondary" onclick="edInsertLink(document.getElementById('user_text'), 2);" value="<?php _e('Link') ?>" />
137
- <input type="button" id="qtimg7" class="button-secondary" onclick="edInsertImage(document.getElementById('user_text'));" value="<?php _e('Image') ?>" />
138
- <br/>
139
- <textarea name="options[user_text]" id="user_text" rows="3" cols="70"><?php echo subscribe_reloaded_get_option('user_text'); ?></textarea>
140
- <div class="description"><?php _e("Introductory text for the users' management page.",'subscribe-reloaded'); ?></div></td>
141
  </tr>
142
  </tbody>
143
  </table>
1
  <?php
2
  // Avoid direct access to this piece of code
3
+ if (!function_exists('is_admin') || !is_admin()){
4
  header('Location: /');
5
  exit;
6
  }
8
  // Update options
9
  if (isset($_POST['options'])){
10
  $faulty_fields = '';
11
+ if (isset($_POST['options']['purge_days']) && !subscribe_reloaded_update_option('purge_days', $_POST['options']['purge_days'], 'integer')) $faulty_fields = __('Autopurge requests','subscribe-reloaded').', ';
12
+ if (isset($_POST['options']['enable_double_check']) && !subscribe_reloaded_update_option('enable_double_check', $_POST['options']['enable_double_check'], 'yesno')) $faulty_fields = __('Enable double check','subscribe-reloaded').', ';
13
+ if (isset($_POST['options']['notify_authors']) && !subscribe_reloaded_update_option('notify_authors', $_POST['options']['notify_authors'], 'yesno')) $faulty_fields = __('Notify authors','subscribe-reloaded').', ';
14
+ if (isset($_POST['options']['enable_html_emails']) && !subscribe_reloaded_update_option('enable_html_emails', $_POST['options']['enable_html_emails'], 'yesno')) $faulty_fields = __('Enable HTML emails','subscribe-reloaded').', ';
15
+ if (isset($_POST['options']['process_trackbacks']) && !subscribe_reloaded_update_option('process_trackbacks', $_POST['options']['process_trackbacks'], 'yesno')) $faulty_fields = __('Send trackbacks','subscribe-reloaded').', ';
16
+ if (isset($_POST['options']['enable_admin_messages']) && !subscribe_reloaded_update_option('enable_admin_messages', $_POST['options']['enable_admin_messages'], 'yesno')) $faulty_fields = __('Notify admin','subscribe-reloaded').', ';
17
+ if (isset($_POST['options']['admin_subscribe']) && !subscribe_reloaded_update_option('admin_subscribe', $_POST['options']['admin_subscribe'], 'yesno')) $faulty_fields = __('Let admin subscribe','subscribe-reloaded').', ';
 
 
 
 
 
 
18
 
19
  // Display an alert in the admin interface if something went wrong
20
  echo '<div class="updated fade"><p>';
30
  wp_print_scripts( 'quicktags' );
31
  ?>
32
  <form action="admin.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=<?php echo $current_panel ?>" method="post">
 
33
  <table class="form-table <?php echo $wp_locale->text_direction ?>">
 
34
  <tr>
35
+ <th scope="row"><label for="purge_days"><?php _e('Autopurge requests','subscribe-reloaded') ?></label></th>
36
+ <td><input type="text" name="options[purge_days]" id="purge_days" value="<?php echo subscribe_reloaded_get_option('purge_days'); ?>" size="10"> <?php _e('days','subscribe-reloaded') ?>
37
+ <div class="description"><?php _e("Delete pending subscriptions (not confirmed) after X days. Zero disables this feature.",'subscribe-reloaded'); ?></div></td>
38
  </tr>
39
  <tr>
40
+ <th scope="row"><label for="enable_double_check"><?php _e('Enable double check','subscribe-reloaded') ?></label></th>
41
+ <td>
42
+ <input type="radio" name="options[enable_double_check]" id="enable_double_check" value="yes"<?php echo (subscribe_reloaded_get_option('enable_double_check') == 'yes')?' checked="checked"':''; ?>> <?php _e('Yes','subscribe-reloaded') ?> &nbsp; &nbsp; &nbsp;
43
+ <input type="radio" name="options[enable_double_check]" value="no" <?php echo (subscribe_reloaded_get_option('enable_double_check') == 'no')?' checked="checked"':''; ?>> <?php _e('No','subscribe-reloaded') ?>
44
+ <div class="description"><?php _e('Send a notification email to confirm the subscription (to avoid addresses misuse).','subscribe-reloaded'); ?></div></td>
45
  </tr>
46
  <tr>
47
+ <th scope="row"><label for="notify_authors"><?php _e('Notify admin','subscribe-reloaded') ?></label></th>
48
+ <td>
49
+ <input type="radio" name="options[notify_authors]" id="notify_authors" value="yes"<?php echo (subscribe_reloaded_get_option('notify_authors') == 'yes')?' checked="checked"':''; ?>> <?php _e('Yes','subscribe-reloaded') ?> &nbsp; &nbsp; &nbsp;
50
+ <input type="radio" name="options[notify_authors]" value="no" <?php echo (subscribe_reloaded_get_option('notify_authors') == 'no')?' checked="checked"':''; ?>> <?php _e('No','subscribe-reloaded') ?>
51
+ <div class="description"><?php _e('Notify the administrator when a new comment is posted.','subscribe-reloaded'); ?></div></td>
52
  </tr>
53
  <tr>
54
+ <th scope="row"><label for="enable_html_emails"><?php _e('Enable HTML emails','subscribe-reloaded') ?></label></th>
55
+ <td>
56
+ <input type="radio" name="options[enable_html_emails]" id="enable_html_emails" value="yes"<?php echo (subscribe_reloaded_get_option('enable_html_emails') == 'yes')?' checked="checked"':''; ?>> <?php _e('Yes','subscribe-reloaded') ?> &nbsp; &nbsp; &nbsp;
57
+ <input type="radio" name="options[enable_html_emails]" value="no" <?php echo (subscribe_reloaded_get_option('enable_html_emails') == 'no')?' checked="checked"':''; ?>> <?php _e('No','subscribe-reloaded') ?>
58
+ <div class="description"><?php _e('If enabled, will send email messages with content-type = text/html instead of text/plain','subscribe-reloaded'); ?></div></td>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  </tr>
60
  <tr>
61
+ <th scope="row"><label for="process_trackbacks"><?php _e('Process trackbacks','subscribe-reloaded') ?></label></th>
62
+ <td>
63
+ <input type="radio" name="options[process_trackbacks]" id="process_trackbacks" value="yes"<?php echo (subscribe_reloaded_get_option('process_trackbacks') == 'yes')?' checked="checked"':''; ?>> <?php _e('Yes','subscribe-reloaded') ?> &nbsp; &nbsp; &nbsp;
64
+ <input type="radio" name="options[process_trackbacks]" value="no" <?php echo (subscribe_reloaded_get_option('process_trackbacks') == 'no')?' checked="checked"':''; ?>> <?php _e('No','subscribe-reloaded') ?>
65
+ <div class="description"><?php _e('Notify users when a new trackback or pingback is added to the discussion.','subscribe-reloaded'); ?></div></td>
 
 
 
66
  </tr>
67
  <tr>
68
+ <th scope="row"><label for="enable_admin_messages"><?php _e('Track all subscriptions','subscribe-reloaded') ?></label></th>
69
+ <td>
70
+ <input type="radio" name="options[enable_admin_messages]" id="enable_admin_messages" value="yes"<?php echo (subscribe_reloaded_get_option('enable_admin_messages') == 'yes')?' checked="checked"':''; ?>> <?php _e('Yes','subscribe-reloaded') ?> &nbsp; &nbsp; &nbsp;
71
+ <input type="radio" name="options[enable_admin_messages]" value="no" <?php echo (subscribe_reloaded_get_option('enable_admin_messages') == 'no')?' checked="checked"':''; ?>> <?php _e('No','subscribe-reloaded') ?>
72
+ <div class="description"><?php _e('Notify the administrator when users subscribe without commenting.','subscribe-reloaded'); ?></div></td>
 
 
 
73
  </tr>
74
  <tr>
75
+ <th scope="row"><label for="admin_subscribe"><?php _e('Let admin subscribe','subscribe-reloaded') ?></label></th>
76
+ <td>
77
+ <input type="radio" name="options[admin_subscribe]" id="admin_subscribe" value="yes"<?php echo (subscribe_reloaded_get_option('admin_subscribe') == 'yes')?' checked="checked"':''; ?>> <?php _e('Yes','subscribe-reloaded') ?> &nbsp; &nbsp; &nbsp;
78
+ <input type="radio" name="options[admin_subscribe]" value="no" <?php echo (subscribe_reloaded_get_option('admin_subscribe') == 'no')?' checked="checked"':''; ?>> <?php _e('No','subscribe-reloaded') ?>
79
+ <div class="description"><?php _e('Let the administrator subscribe to comments when logged in.','subscribe-reloaded'); ?></div></td>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  </tr>
81
  </tbody>
82
  </table>
options/panel6.php CHANGED
@@ -1,24 +1,18 @@
1
  <?php
2
  // Avoid direct access to this piece of code
3
- if (strpos($_SERVER['SCRIPT_FILENAME'], basename(__FILE__))){
4
  header('Location: /');
5
  exit;
6
  }
7
-
8
- if (isset($_GET['ot']) && $_GET['ot']=='yes'){
9
- $wpdb->query("OPTIMIZE TABLE `$wp_subscribe_reloaded->table_subscriptions`");
10
- echo '<div class="updated fade"><p>';
11
- _e('StCR table has been successfully optimized.','subscribe-reloaded');
12
- echo '</p></div>';
13
- }
14
  ?>
15
  <h3><?php _e('Support the author','subscribe-reloaded') ?></h3>
16
- <form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="float:right">
17
  <input type="hidden" name="cmd" value="_s-xclick">
18
- <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----MIIHLwYJKoZIhvcNAQcEoIIHIDCCBxwCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJKoZIhvcNAQEBBQAEgYBngge5NiTQd7ePyOWNY6kjSyj/Q74nE0K3TTdGFoCbMdW6Ld1K7ifjcuPubEWZretwChUBBSruL3EI+XRK16SIblLbJGVMBoEaPMY8pEWCKbM9C0frSLWkmHX4jKAwT1bW2fi4jzf4nFxHXyiHd/ieqGcz1/nfKSffkvigmCIz8DELMAkGBSsOAwIaBQAwgawGCSqGSIb3DQEHATAUBggqhkiG9w0DBwQIs4aMz1tHajWAgYim4zSsL96VbGijTiV+GDHKFPi14KLFmyFAJU5orefIC77/Ijj/vEG7tVAV/RzvKQISpSss2gynFxsUccCrA3umK9h8RTBQnWboOrawh9LlerJgeTdjMznG8rPa1BztYT2QYvlfBiICgQViIqXBpZ03ig+sdwZnq9CXOdW+WpMKfyaEq6U5pm1woIIDhzCCA4MwggLsoAMCAQICAQAwDQYJKoZIhvcNAQEFBQAwgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tMB4XDTA0MDIxMzEwMTMxNVoXDTM1MDIxMzEwMTMxNVowgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBR07d/ETMS1ycjtkpkvjXZe9k+6CieLuLsPumsJ7QC1odNz3sJiCbs2wC0nLE0uLGaEtXynIgRqIddYCHx88pb5HTXv4SZeuv0Rqq4+axW9PLAAATU8w04qqjaSXgbGLP3NmohqM6bV9kZZwZLR/klDaQGo1u9uDb9lr4Yn+rBQIDAQABo4HuMIHrMB0GA1UdDgQWBBSWn3y7xm8XvVk/UtcKG+wQ1mSUazCBuwYDVR0jBIGzMIGwgBSWn3y7xm8XvVk/UtcKG+wQ1mSUa6GBlKSBkTCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb22CAQAwDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOBgQCBXzpWmoBa5e9fo6ujionW1hUhPkOBakTr3YCDjbYfvJEiv/2P+IobhOGJr85+XHhN0v4gUkEDI8r2/rNk1m0GA8HKddvTjyGw/XqXa+LSTlDYkqI8OwR8GEYj4efEtcRpRYBxV8KxAW93YDWzFGvruKnnLbDAF6VR5w/cCMn5hzGCAZowggGWAgEBMIGUMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbQIBADAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMTAwNDE0MTYyNTU2WjAjBgkqhkiG9w0BCQQxFgQU09GMwy7SPhAXAMsygoSa9ybOqHcwDQYJKoZIhvcNAQEBBQAEgYAeNN2U8by1ew6vdBe0we+yhDjy6ihGhGsd6S7hOsR6esdlisOzUkvYM3p1dE+f2J4+0yQFm7uqKZQ4PbjLw41/PsKrqAo/UACpymR2NhNY2sfMnFfFADJGVTo67+wwC33i0wx+GtrTEeqUlTy9vXyaW0WiKw9HoUxN+AfhyyMS9g==-----END PKCS7-----">
19
- <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
20
- <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
21
  </form>
 
22
  <p><?php _e('How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family.','subscribe-reloaded') ?></p>
23
 
24
  <h3><?php _e("Don't want to donate? You can still help",'subscribe-reloaded') ?></h3>
@@ -27,7 +21,7 @@ if (isset($_GET['ot']) && $_GET['ot']=='yes'){
27
  <h3><?php _e("Vote and show your appreciation",'subscribe-reloaded') ?></h3>
28
  <p><?php _e('Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href="http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/">Rate it</a> on its Plugin Directory page.','subscribe-reloaded') ?></p>
29
 
30
- <h3><?php _e("Official Sponsors",'subscribe-reloaded') ?></h3>
31
  <p style="display:block"><?php _e("If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>.",'subscribe-reloaded') ?></p>
32
  <p>
33
  <a href="https://www.e-junkie.com/ecom/gb.php?cl=136641&c=ib&aff=152344" target="ejejcsingle" title="ThemeFuse"><img src="http://themefuse.com/banners/125x125.jpg" alt="ThemeFuse" width="85" height="85"/></a>
1
  <?php
2
  // Avoid direct access to this piece of code
3
+ if (!function_exists('is_admin') || !is_admin()){
4
  header('Location: /');
5
  exit;
6
  }
 
 
 
 
 
 
 
7
  ?>
8
  <h3><?php _e('Support the author','subscribe-reloaded') ?></h3>
9
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
10
  <input type="hidden" name="cmd" value="_s-xclick">
11
+ <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----MIIHPwYJKoZIhvcNAQcEoIIHMDCCBywCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJKoZIhvcNAQEBBQAEgYBV57cgX5M1OI0f2aMUSsRGzNTj0AhMJfttXlh4WiWQTc6MILG32uDEbKVCclKwb6IZdfNo3DV3RYSbpMIMAt9duxjzZzhDXnKmlfeHQxQCaXEp3q/SF+b7C95LaSuNTcNBEGXzxRAreSOoyh0hPICs+d4j67w1Ix+/PSig0QildjELMAkGBSsOAwIaBQAwgbwGCSqGSIb3DQEHATAUBggqhkiG9w0DBwQI+jTO+kUKO5aAgZgiyQo8ruk0ydUvVWjpzIgXQvYIhjGMSDS31E26niKWlpNchfHicmBQkEhOR1UE7FikHAGdUUVB4zkxlKKHYM+cqZqd7uUIS9pkBmquTW49vW0Rgn+ERNg84+3PRiN4jpbuX9rMleqw/XlYZas9XxedvLsNhHoP+uvaHyXO2FHzjWxJ8tOTGEhi2QIEiOVhTogywBIVdawseKCCA4cwggODMIIC7KADAgECAgEAMA0GCSqGSIb3DQEBBQUAMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbTAeFw0wNDAyMTMxMDEzMTVaFw0zNTAyMTMxMDEzMTVaMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAwUdO3fxEzEtcnI7ZKZL412XvZPugoni7i7D7prCe0AtaHTc97CYgm7NsAtJyxNLixmhLV8pyIEaiHXWAh8fPKW+R017+EmXrr9EaquPmsVvTywAAE1PMNOKqo2kl4Gxiz9zZqIajOm1fZGWcGS0f5JQ2kBqNbvbg2/Za+GJ/qwUCAwEAAaOB7jCB6zAdBgNVHQ4EFgQUlp98u8ZvF71ZP1LXChvsENZklGswgbsGA1UdIwSBszCBsIAUlp98u8ZvF71ZP1LXChvsENZklGuhgZSkgZEwgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADgYEAgV86VpqAWuXvX6Oro4qJ1tYVIT5DgWpE692Ag422H7yRIr/9j/iKG4Thia/Oflx4TdL+IFJBAyPK9v6zZNZtBgPBynXb048hsP16l2vi0k5Q2JKiPDsEfBhGI+HnxLXEaUWAcVfCsQFvd2A1sxRr67ip5y2wwBelUecP3AjJ+YcxggGaMIIBlgIBATCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwCQYFKw4DAhoFAKBdMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTExMDYzMDEyMTUxNVowIwYJKoZIhvcNAQkEMRYEFINgei5uxtnpeD/rwdW7Pbxd9BSnMA0GCSqGSIb3DQEBAQUABIGAC4ywf/BYDLUwth35QyT8LxF4Hq9I9J759/jqy24s4/76q7HQetY5jCgiHsK2swNHUnrSJMGvBM63soNMntUfSOOnT3XtrFHQDrr55THVVAnOWWuSic1Cqh9vUI4zvyJeqs5zPAGvXuF9GgAgnFk0TOUo2E6bE6f3+Ud1kmiU72g=-----END PKCS7-----">
12
+ <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
13
+ <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
14
  </form>
15
+
16
  <p><?php _e('How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family.','subscribe-reloaded') ?></p>
17
 
18
  <h3><?php _e("Don't want to donate? You can still help",'subscribe-reloaded') ?></h3>
21
  <h3><?php _e("Vote and show your appreciation",'subscribe-reloaded') ?></h3>
22
  <p><?php _e('Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href="http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/">Rate it</a> on its Plugin Directory page.','subscribe-reloaded') ?></p>
23
 
24
+ <h3><?php _e("Sponsor's Corner",'subscribe-reloaded') ?></h3>
25
  <p style="display:block"><?php _e("If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>.",'subscribe-reloaded') ?></p>
26
  <p>
27
  <a href="https://www.e-junkie.com/ecom/gb.php?cl=136641&c=ib&aff=152344" target="ejejcsingle" title="ThemeFuse"><img src="http://themefuse.com/banners/125x125.jpg" alt="ThemeFuse" width="85" height="85"/></a>
options/swf/fcf.swf DELETED
Binary file
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: coolmann
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=Z732JS7KQ6RRL&lc=US&item_name=Subscribe%20To%20Comments%20Reloaded&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
4
  Tags: subscribe, comments, notification, subscription, manage, double check-in, follow, commenting
5
  Requires at least: 2.9.2
6
- Tested up to: 3.1
7
- Stable tag: 1.6
8
 
9
  Subscribe to Comments Reloaded allows commenters to sign up for e-mail notifications of subsequent replies.
10
 
@@ -12,20 +12,18 @@ Subscribe to Comments Reloaded allows commenters to sign up for e-mail notificat
12
  Subscribe to Comments Reloaded is a robust plugin that enables commenters to sign up for e-mail notification of subsequent entries. The plugin includes a full-featured subscription manager that your commenters can use to unsubscribe to certain posts or suspend all notifications. It solves most of the issues that affect Mark Jaquith's version, using the latest Wordpress features and functionality. Plus, allows administrators to enable a double opt-in mechanism, requiring users to confirm their subscription clicking on a link they will receive via email.
13
 
14
  ## Requirements
15
- * Wordpress 2.9 or higher
16
- * [Proper Network Activation](http://wordpress.org/extend/plugins/proper-network-activation/), if you're planning to use it in a multiblog environment
17
  * PHP 5.1 or higher
18
  * MySQL 5.x or higher
19
 
20
  ## Main Features
21
- * It does not modify Wordpress system tables
22
- * You can manage all the subscription with its handy admin panel
23
- * It imports Mark Jaquith's Subscribe To Comments data (**copies but does not delete** the old data)
24
- * All the messages are fully customizable, no poEdit required (and you can use HTML!)
25
- * Available in multiple languages
26
- * It ignores Spam comments
27
  * It's compatible with [Fluency Admin](http://deanjrobinson.com/projects/fluency-admin/) and [QTranslate](http://wordpress.org/extend/plugins/qtranslate/)
28
- * It has a truckload of options to customize its behavior
29
 
30
  == Installation ==
31
 
@@ -33,10 +31,32 @@ Subscribe to Comments Reloaded is a robust plugin that enables commenters to sig
33
  2. Upload the entire folder and all the subfolders to your Wordpress plugins' folder
34
  3. Activate it
35
  5. Customize the Permalink value under Settings > Subscribe to Comments > Options (first field). It **must** reflect your permalinks' structure
36
- 5. If you don't see the checkbox to subscribe, you will have to manually edit your template, and add `<?php if (function_exists('subscribe_reloaded_show')) subscribe_reloaded_show(); ?>` somewhere to your `comments.php`
37
  6. If you're upgrading from a previous version, please make sure to deactivate/activate the plugin
38
  7. Optional: customize all the messages under Settings > Subscribe to Comments > Messages
39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  == Screenshots ==
41
 
42
  1. Manage your subscriptions
@@ -45,8 +65,25 @@ Subscribe to Comments Reloaded is a robust plugin that enables commenters to sig
45
 
46
  == Changelog ==
47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  = 1.6 =
49
- * Completed the new tab to access some useful stats about your subscribers. This will be expanded with filters and other features in the future.
50
  * Management links sent via email are now more secure and are valid only for the day in which they have been generated. Administrators are not affected.
51
  * StCR tries to detect if nice permalinks are enabled or not, and sets the corresponding option accordingly
52
  * Added a new custom header to the emails generated by StCR to keep track of its version
@@ -92,7 +129,7 @@ localization is ready. Currently, we support the following languages:
92
  * Danish - [Torben Bendixen](http://www.freelancekonsulenten.dk/)
93
  * Dutch - [Muratje](http://www.muromedia.nl/)
94
  * French - [Li-An](http://www.li-an.fr/wpplugins/mes-traductions-de-plugins/#subscribe) and [Anthony](http://imnotgeek.com/)
95
- * German - [derhenry](http://www.derhenry.net/2010/subscribe-to-comments-reloaded/)
96
  * Italian - myself
97
  * Norwegian - [Odd Henriksen](http://www.oddhenriksen.net/)
98
  * Polish - [Robert Koeseling](http://www.katalogpodkastow.pl)
@@ -100,22 +137,13 @@ localization is ready. Currently, we support the following languages:
100
  * Portuguese, Portugal
101
  * Russian - [Marika Bukvonka](http://violetnotes.com)
102
  * Spanish - [TodoWordPress team](http://www.todowp.org/)
103
- * Turkish
104
 
105
  == List of donors ==
106
 
107
  Please send a donation of at least $5 in order to be included in this list. Thank you.
108
 
109
- * [R. Eberle](http://www.gopusa.com)
110
- * F. Fratellini
111
- * [T. Jordan](http://www.teresajordan.com)
112
- * [T. de Haan](http://www.tomdehaan.nl)
113
- * [Life as a Human, Inc](http://lifeasahuman.com/)
114
- * [Olivier](http://www.stocker-partager.fr)
115
- * L. Passuello
116
- * [Pausaxn](http://pausaxn.it)
117
- * J. Pelletier
118
- * [R. Schilt](http://www.trupela.com)
119
- * M. Temporale
120
- * [Vendiva](http://www.vendiva.com)
121
- * Welcome Changes
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=Z732JS7KQ6RRL&lc=US&item_name=Subscribe%20To%20Comments%20Reloaded&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
4
  Tags: subscribe, comments, notification, subscription, manage, double check-in, follow, commenting
5
  Requires at least: 2.9.2
6
+ Tested up to: 3.2
7
+ Stable tag: 2.0
8
 
9
  Subscribe to Comments Reloaded allows commenters to sign up for e-mail notifications of subsequent replies.
10
 
12
  Subscribe to Comments Reloaded is a robust plugin that enables commenters to sign up for e-mail notification of subsequent entries. The plugin includes a full-featured subscription manager that your commenters can use to unsubscribe to certain posts or suspend all notifications. It solves most of the issues that affect Mark Jaquith's version, using the latest Wordpress features and functionality. Plus, allows administrators to enable a double opt-in mechanism, requiring users to confirm their subscription clicking on a link they will receive via email.
13
 
14
  ## Requirements
15
+ * Wordpress 2.9.2 or higher
 
16
  * PHP 5.1 or higher
17
  * MySQL 5.x or higher
18
 
19
  ## Main Features
20
+ * It does not modify Wordpress' database structure
21
+ * You can manage your subscriptions with its handy admin panel
22
+ * It imports Mark Jaquith's Subscribe To Comments (and its clones) data
23
+ * Messages are fully customizable, no poEdit required (and you can use HTML!)
24
+ * You can disable subscriptions for specific posts
25
+ * It ignores spam comments
26
  * It's compatible with [Fluency Admin](http://deanjrobinson.com/projects/fluency-admin/) and [QTranslate](http://wordpress.org/extend/plugins/qtranslate/)
 
27
 
28
  == Installation ==
29
 
31
  2. Upload the entire folder and all the subfolders to your Wordpress plugins' folder
32
  3. Activate it
33
  5. Customize the Permalink value under Settings > Subscribe to Comments > Options (first field). It **must** reflect your permalinks' structure
34
+ 5. If you don't see the checkbox to subscribe, you will have to manually edit your template, and add `<?php if (function_exists('subscribe_reloaded_show')) subscribe_reloaded_show(); ?>` somewhere in your `comments.php`
35
  6. If you're upgrading from a previous version, please make sure to deactivate/activate the plugin
36
  7. Optional: customize all the messages under Settings > Subscribe to Comments > Messages
37
 
38
+ == Frequently Asked Questions ==
39
+
40
+ = Aaargh! Were did all my subscriptions go? =
41
+ No panic. If you upgraded from 1.6 or earlier to 2.0+, you need to deactivate/activate StCR, in order to update the DB structure
42
+
43
+ = How do I disable subscriptions for a given post? =
44
+ Add a custom field called `stcr_disable_subscriptions` to it, with value 'yes'
45
+
46
+ = Can I customize the layout of the management page? =
47
+ Yes, each HTML tag has a CSS class or ID that you can use to change its position or look-and-feel
48
+
49
+ = How do I create a 'real' management page? =
50
+ Please refer to [this page](http://lab.duechiacchiere.it/index.php?topic=71.0) for a detailed step-by-step description on how to do that
51
+
52
+ = How do I add the management page URL to my posts? =
53
+ Use the shortcode `[subscribe-url]`, or use the following code in your theme:
54
+ if(function_exists('subscribe_reloaded_show')) echo '<a href="'.do_shortcode('[subscribe-url]').'">Subscribe</a>";
55
+
56
+ = Can I move the subscription checkbox to another position? =
57
+ Yes! Just disable the corresponding option under Settings > Comment Form and then add the following code where you want to display the checkbox:
58
+ `<?php if (function_exists('subscribe_reloaded_show')) subscribe_reloaded_show(); ?>`
59
+
60
  == Screenshots ==
61
 
62
  1. Manage your subscriptions
65
 
66
  == Changelog ==
67
 
68
+ = 2.0 =
69
+ * StCR does not use a separate table anymore, making it fully compatible with Wordpress 'network' environments! YAY!
70
+ * Added: option to prevent StCR from adding the subscription checkbox to the comment form (useful for those who want to display the box in different place on the page)
71
+ * Added: you can now disable subscriptions on specific posts, by adding a custom filed `stcr_disable_subscriptions` set to 'yes'
72
+ * Added: double opt-in is only required once, users with at least one active subscription will automatically get approved
73
+ * Added: administrators can add new subscriptions on-the-fly
74
+ * Added: if Akismet is detected, it will now be used to check those who subscribe without commenting
75
+ * Added: new shortcode to add the management page URL to your posts/widgets (thank you [Greg](http://wordpress.org/support/topic/plugin-subscribe-to-comments-reloaded-plugin-does-not-create-table))
76
+ * Added: option to enable "advanced" subscription mode, where users can choose what kind of subscription they want to activate (all, replies only)
77
+ * Added: new localizations
78
+ * Added: security checks when uninstalling the plugin
79
+ * Updated: reorganized and polished the CSS classes and ID's on the management page
80
+ * Updated: registered users are not required to confirm their subscriptions anymore (if double opt-in is enabled)
81
+ * Fixed: a problem with Gmail addresses containing a + sign in them
82
+ * Fixed: a bug with HTML attributes in the field "custom HTML for the checkbox" (thank you [travelvice](http://wordpress.org/support/topic/custom-html-quotes-problem-php-ecape-characters))
83
+ * Fixed: a bug causing some themes to not display the management page
84
+
85
  = 1.6 =
86
+ * Added the new tab to access some useful stats about your subscribers.
87
  * Management links sent via email are now more secure and are valid only for the day in which they have been generated. Administrators are not affected.
88
  * StCR tries to detect if nice permalinks are enabled or not, and sets the corresponding option accordingly
89
  * Added a new custom header to the emails generated by StCR to keep track of its version
129
  * Danish - [Torben Bendixen](http://www.freelancekonsulenten.dk/)
130
  * Dutch - [Muratje](http://www.muromedia.nl/)
131
  * French - [Li-An](http://www.li-an.fr/wpplugins/mes-traductions-de-plugins/#subscribe) and [Anthony](http://imnotgeek.com/)
132
+ * German - [derhenry](http://www.derhenry.net/2010/subscribe-to-comments-reloaded/), [Stefan](http://www.beedy.de/)
133
  * Italian - myself
134
  * Norwegian - [Odd Henriksen](http://www.oddhenriksen.net/)
135
  * Polish - [Robert Koeseling](http://www.katalogpodkastow.pl)
137
  * Portuguese, Portugal
138
  * Russian - [Marika Bukvonka](http://violetnotes.com)
139
  * Spanish - [TodoWordPress team](http://www.todowp.org/)
140
+ * Turkish - [MaD, Kali](http://www.dusunsel.com/)
141
 
142
  == List of donors ==
143
 
144
  Please send a donation of at least $5 in order to be included in this list. Thank you.
145
 
146
+ [R. Eberle](http://www.gopusa.com), [T. Cerulli](http://www.tovarcerulli.com/), F. Fratellini, [T. Jordan](http://www.teresajordan.com), [T. de Haan](http://www.tomdehaan.nl),
147
+ [Life as a Human, Inc](http://lifeasahuman.com/), [Olivier](http://www.stocker-partager.fr), L. Passuello, [Pausaxn](http://pausaxn.it),
148
+ J. Pelletier, [R. Schilt](http://www.trupela.com), M. Temporale, [Vendiva](http://www.vendiva.com), [S. Watson](http://www.swearingdad.com/),
149
+ Welcome Changes
 
 
 
 
 
 
 
 
 
screenshot-1.png CHANGED
Binary file
screenshot-2.png CHANGED
Binary file
screenshot-3.png CHANGED
Binary file
style.css CHANGED
@@ -2,7 +2,7 @@
2
  background-image:url(images/subscribe-to-comments.png);
3
  background-position:center;
4
  background-repeat:no-repeat;
5
- margin-top:11px;
6
  }
7
  #subscribe-to-comments-icon.rtl{
8
  float:right;
@@ -10,7 +10,6 @@
10
  .wrap h2.medium{
11
  border-bottom:1px solid #CCCCCC;
12
  font-size:.9em;
13
- margin-bottom:15px;
14
  padding-bottom:0;
15
  }
16
  .wrap .nav-tab{
@@ -30,30 +29,27 @@
30
  font-weight:700;
31
  position:relative;
32
  }
 
 
 
33
  .postbox{
34
  float:left;
35
  margin-right:5px;
36
- min-height:200px;
 
37
  }
38
  .postbox.small{
39
- width:255px;
40
- }
41
- .postbox.medium{
42
- width:517px
43
- }
44
- .postbox.wide{
45
- width:780px
46
- }
47
- .postbox.one-third{
48
- width:32%;
49
  }
50
  .postbox h3,.postbox p,.postbox ul{
51
  cursor:default;
 
52
  margin:0;
53
- padding:4px 8px 8px;
54
  }
55
- .postbox .boxline{
56
- border-bottom:1px solid #dfdfdf;
57
  }
58
  .postbox span.right{
59
  float:right;
@@ -64,37 +60,40 @@
64
  .postbox .subscribe-list-navigation{
65
  float:right;
66
  font-size:.8em;
67
- margin:2px 3px 0 0;
 
 
68
  }
69
  .postbox .subscribe-list-header{
70
  background-color:#dfdfdf;
71
  }
72
  .postbox .subscribe-column{
73
- display:block;
74
  float:left;
75
  }
76
  .postbox .subscribe-column-1{
77
- width:30%;
78
  }
79
  .postbox .subscribe-column-2{
80
- width:30%;
81
  }
82
  .postbox .subscribe-column-3{
83
- width:20%;
84
  }
85
  .postbox .subscribe-column-4{
86
- width:15%;
87
  text-align:center;
88
  }
 
 
 
89
  .postbox ul li{
90
- line-height:100%;
91
  margin-bottom:0;
92
  overflow:auto;
93
  padding:3px 0;
94
  }
95
- #post_list_form input.checkbox{
96
  float:left;
97
- margin:2px 10px 0 5px;
98
  }
99
 
100
  .form-table th,
2
  background-image:url(images/subscribe-to-comments.png);
3
  background-position:center;
4
  background-repeat:no-repeat;
5
+ margin-top:8px;
6
  }
7
  #subscribe-to-comments-icon.rtl{
8
  float:right;
10
  .wrap h2.medium{
11
  border-bottom:1px solid #CCCCCC;
12
  font-size:.9em;
 
13
  padding-bottom:0;
14
  }
15
  .wrap .nav-tab{
29
  font-weight:700;
30
  position:relative;
31
  }
32
+ .wrap div.updated{
33
+ width:97.2%;
34
+ }
35
  .postbox{
36
  float:left;
37
  margin-right:5px;
38
+ overflow:auto;
39
+ width:98.6%;
40
  }
41
  .postbox.small{
42
+ margin-top:10px;
43
+ width:49%;
 
 
 
 
 
 
 
 
44
  }
45
  .postbox h3,.postbox p,.postbox ul{
46
  cursor:default;
47
+ font-size:.9em;
48
  margin:0;
49
+ padding:4px;
50
  }
51
+ .postbox p.liquid{
52
+ float:left;
53
  }
54
  .postbox span.right{
55
  float:right;
60
  .postbox .subscribe-list-navigation{
61
  float:right;
62
  font-size:.8em;
63
+ }
64
+ .postbox .subscribe-list-navigation a{
65
+ margin-right:10px;
66
  }
67
  .postbox .subscribe-list-header{
68
  background-color:#dfdfdf;
69
  }
70
  .postbox .subscribe-column{
 
71
  float:left;
72
  }
73
  .postbox .subscribe-column-1{
74
+ min-width:30%;
75
  }
76
  .postbox .subscribe-column-2{
77
+ min-width:25%;
78
  }
79
  .postbox .subscribe-column-3{
80
+ min-width:20%;
81
  }
82
  .postbox .subscribe-column-4{
83
+ min-width:5%;
84
  text-align:center;
85
  }
86
+ .postbox .subscribe-column img{
87
+ margin-right:10px;
88
+ }
89
  .postbox ul li{
 
90
  margin-bottom:0;
91
  overflow:auto;
92
  padding:3px 0;
93
  }
94
+ input.checkbox{
95
  float:left;
96
+ margin:2px 12px 0 5px;
97
  }
98
 
99
  .form-table th,
subscribe-to-comments-reloaded.php CHANGED
@@ -1,77 +1,92 @@
1
  <?php
2
  /*
3
  Plugin Name: Subscribe to Comments Reloaded
4
- Version: 1.6
5
- Plugin URI: http://lab.duechiacchiere.it/index.php?board=5.0
6
  Description: Subscribe to Comments Reloaded is a robust plugin that enables commenters to sign up for e-mail notifications. It includes a full-featured subscription manager that your commenters can use to unsubscribe to certain posts or suspend all notifications.
7
  Author: camu
8
  Author URI: http://www.duechiacchiere.it/
9
  */
10
 
11
  // Avoid direct access to this piece of code
12
- if (strpos($_SERVER['SCRIPT_FILENAME'], basename(__FILE__))){
13
  header('Location: /');
14
  exit;
15
  }
 
16
  /**
17
  * Displays the checkbox to allow visitors to subscribe
18
- */
19
  function subscribe_reloaded_show(){
20
- global $post;
 
 
 
 
 
21
  $show_subscription_box = true;
22
  $html_to_show = '';
23
  $user_link = get_bloginfo('url').get_option('subscribe_reloaded_manager_page', '');
24
- if (function_exists('qtrans_convertURL')) $user_link = qtrans_convertURL($user_link);
25
- if (strpos($user_link, '?') !== false)
26
- $manager_link = "$user_link&amp;srp=$post->ID";
27
- else
28
- $manager_link = "$user_link?srp=$post->ID";
29
-
30
- $wp_subscribe_reloaded = new wp_subscribe_reloaded();
31
-
32
- if($wp_subscribe_reloaded->is_user_subscribed($post->ID, '', 'Y')){
 
33
  $html_to_show = str_replace('[manager_link]', $user_link,
34
- stripslashes(get_option('subscribe_reloaded_subscribed_label', __("You are subscribed to this entry. <a href='[manager_link]'>Manage</a> your subscriptions.",'subscribe-reloaded'))));
35
  $show_subscription_box = false;
36
  }
37
- elseif($wp_subscribe_reloaded->is_user_subscribed($post->ID, '', 'C')){
38
  $html_to_show = str_replace('[manager_link]', $user_link,
39
- stripslashes(get_option('subscribe_reloaded_subscribed_waiting_label', __("Your subscription to this entry needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>.",'subscribe-reloaded'))));
40
  $show_subscription_box = false;
41
  }
42
-
43
  if ($wp_subscribe_reloaded->is_author($post->post_author)){ // when the second parameter is empty, cookie value will be used
44
  if (get_option('subscribe_reloaded_admin_subscribe', 'no') == 'no') $show_subscription_box = false;
45
  $html_to_show .= str_replace('[manager_link]', $manager_link,
46
- stripslashes(get_option('subscribe_reloaded_author_label', __("You can <a href='[manager_link]'>manage the subscriptions</a> of this entry.",'subscribe-reloaded'))));
47
  }
48
-
49
  if ($show_subscription_box){
50
- $checked_by_default = get_option('subscribe_reloaded_checked_by_default', 'no');
51
- $checkbox_label = str_replace('[subscribe_link]', "$manager_link&amp;sra=s",
52
  stripslashes(get_option('subscribe_reloaded_checkbox_label', __("Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting.",'subscribe-reloaded'))));
53
- if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')) $checkbox_label = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($checkbox_label);
54
- $checkbox_class = get_option('subscribe_reloaded_checkbox_class', '');
55
  $checkbox_inline_style = get_option('subscribe_reloaded_checkbox_inline_style', 'width:30px');
56
- if (!empty($checkbox_class)) $checkbox_class = " class='$checkbox_class'";
57
  if (!empty($checkbox_inline_style)) $checkbox_inline_style = " style='$checkbox_inline_style'";
58
- $checkbox_html_wrap = get_option('subscribe_reloaded_checkbox_html', '');
59
- $checkbox_field = "<input$checkbox_class$checkbox_inline_style type='checkbox' name='subscribe-reloaded' id='subscribe-reloaded' value='yes'".(($checked_by_default == 'yes')?" checked='checked'":'')." />";
 
 
 
 
 
 
 
 
 
 
60
  if (empty($checkbox_html_wrap)){
61
- $html_to_show = "$checkbox_field $checkbox_label" . $html_to_show;
62
  }
63
  else{
64
  $checkbox_html_wrap = str_replace('[checkbox_field]', $checkbox_field, $checkbox_html_wrap);
65
  $html_to_show = str_replace('[checkbox_label]', $checkbox_label, $checkbox_html_wrap) . $html_to_show;
66
  }
67
  }
 
68
  echo "<!-- BEGIN: subscribe to comments reloaded -->$html_to_show<!-- END: subscribe to comments reloaded -->";
69
  }
70
 
71
  // Show the checkbox - You can manually override this by adding the corresponding function in your template
72
- add_action('comment_form', 'subscribe_reloaded_show');
 
73
 
74
- class wp_subscribe_reloaded {
75
 
76
  /**
77
  * Constructor -- Sets things up.
@@ -79,88 +94,106 @@ class wp_subscribe_reloaded {
79
  public function __construct(){
80
  global $wpdb;
81
 
82
- $this->subscribe_version = '1.6';
83
-
84
- // We use a table to store the information about our subscribers
85
- $this->table_subscriptions = $wpdb->prefix . 'subscribe_reloaded';
86
  $this->salt = defined('NONCE_KEY')?NONCE_KEY:'please create a unique key in your wp-config.php';
87
-
88
- // Initialization routines that should be executed on activation/deactivation
89
- register_activation_hook( __FILE__, array( &$this, 'activate' ) );
90
- register_deactivation_hook( __FILE__, array( &$this, 'deactivate' ) );
91
-
92
- // Add appropriate entries in the admin menu
93
- add_action('admin_menu', array( &$this, 'add_config_menu' ) );
94
- add_action('admin_print_styles-subscribe-to-comments-reloaded/options/index.php', array( &$this, 'add_options_stylesheet') );
95
- add_action('admin_print_styles-edit-comments.php', array( &$this, 'add_post_comments_stylesheet') );
96
- add_action('admin_print_styles-post.php', array( &$this, 'add_post_comments_stylesheet') );
97
 
98
  // What to do when a new comment is posted
99
- add_action('comment_post', array( &$this, 'new_comment_posted' ) );
100
-
101
- // Monitor actions on existing comments
102
- add_action('delete_comment', array( &$this, 'comment_deleted' ) );
103
- add_action('wp_set_comment_status', array( &$this, 'comment_status' ) );
104
-
105
- // Remove subscriptions attached to a post that is being deleted
106
- add_action('delete_post', array( &$this, 'delete_subscription' ) );
107
 
108
  // Provide content for the management page using WP filters
109
- $manager_page_permalink = get_option('subscribe_reloaded_manager_page', '/comment-subscriptions');
110
- if (function_exists('qtrans_convertURL')) $manager_page_permalink = qtrans_convertURL($manager_page_permalink);
111
- if (empty($manager_page_permalink)) $manager_page_permalink = get_option('subscribe_reloaded_manager_page', '/comment-subscriptions');
112
- if (strpos($_SERVER["REQUEST_URI"], $manager_page_permalink) !== false){
113
- add_filter('the_posts', array(&$this, 'subscribe_reloaded_manage'),9,2);
 
 
 
 
 
114
  }
 
 
 
 
 
 
 
 
115
 
116
- // Create a hook to use with the daily cron job
117
- add_action('subscribe_reloaded_purge', array( &$this,'subscribe_reloaded_purge') );
118
 
119
- // Add a new column to the Edit Comments panel
120
- add_filter('manage_edit-comments_columns', array( &$this,'add_column_header') );
121
- add_action('manage_comments_custom_column', array( &$this,'add_column') );
122
 
123
- // Contextual help
124
- add_action('contextual_help', array(&$this,'contextual_help'),10,3);
 
 
 
 
 
 
 
 
 
 
125
  }
126
  // end __construct
127
 
128
  /**
129
- * Creates the table, adds the options to the database and imports the data from other plugins
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
130
  */
131
- public function activate(){
132
  global $wpdb;
133
 
134
  // Load localization files
135
  load_plugin_textdomain('subscribe-reloaded', WP_PLUGIN_DIR .'/subscribe-to-comments-reloaded/langs', '/subscribe-to-comments-reloaded/langs');
136
 
137
- // Table that stores the actual data about subscribers
138
- $subscriptions_table_sql = "
139
- CREATE TABLE IF NOT EXISTS `$this->table_subscriptions` (
140
- `email` VARCHAR(255) NOT NULL DEFAULT '',
141
- `status` enum('Y','C','N') NOT NULL DEFAULT 'N',
142
- `post_ID` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
143
- `dt` TIMESTAMP(10) NOT NULL DEFAULT CURRENT_TIMESTAMP,
144
- PRIMARY KEY `subscription` (`email`,`post_ID`),
145
- INDEX (`email`)
146
- )";
147
- $is_table_created = $this->_create_table($subscriptions_table_sql, $this->table_subscriptions);
148
-
149
- // Import the information collected by the OLD plugin, if needed
150
  $result = $wpdb->get_row("DESC $wpdb->comments comment_subscribe", ARRAY_A);
151
- if (is_array($result) && $is_table_created){
152
- $import_sql = "
153
- INSERT INTO `$this->table_subscriptions` (`email`,`status`,`post_ID`,`dt`)
154
- SELECT `comment_author_email`, `comment_subscribe`, `comment_post_ID`, `comment_date`
155
  FROM $wpdb->comments
156
- WHERE `comment_author_email` LIKE '%@%.%'
157
- GROUP BY `comment_post_ID`, `comment_author_email`
158
- ";
159
- $wpdb->query($import_sql);
160
  }
161
 
 
 
 
162
  // Messages related to the management page
163
- if (get_option('permalink_structure','') == ''){
 
 
164
  add_option('subscribe_reloaded_manager_page', '/?page_id=99999', '', 'no');
165
  }
166
  else{
@@ -174,8 +207,8 @@ class wp_subscribe_reloaded {
174
  add_option('subscribe_reloaded_subscription_confirmed_dci', __("Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions.", 'subscribe-reloaded'), '', 'no');
175
  add_option('subscribe_reloaded_author_text', __("In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list.", 'subscribe-reloaded'), '', 'no');
176
  add_option('subscribe_reloaded_user_text', __("In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:", 'subscribe-reloaded'), '', 'no');
177
-
178
- // Options
179
  add_option('subscribe_reloaded_purge_days', '30', '', 'no');
180
  add_option('subscribe_reloaded_from_name', 'admin', '', 'no');
181
  add_option('subscribe_reloaded_from_email', get_bloginfo('admin_email'), '', 'no');
@@ -183,20 +216,18 @@ class wp_subscribe_reloaded {
183
  add_option('subscribe_reloaded_enable_double_check', 'no', '', 'no');
184
  add_option('subscribe_reloaded_notify_authors', 'no', '', 'no');
185
  add_option('subscribe_reloaded_enable_html_emails', 'no', '', 'no');
186
- add_option('subscribe_reloaded_process_trackbacks', 'no', '', 'no');
187
  add_option('subscribe_reloaded_enable_admin_messages', 'no', '', 'no');
188
  add_option('subscribe_reloaded_admin_subscribe', 'no', '', 'no');
189
-
190
- // Messages related to the emails generated by StCR
191
  add_option('subscribe_reloaded_notification_subject', __('There is a new comment to [post_title]','subscribe-reloaded'), '', 'no');
192
  add_option('subscribe_reloaded_notification_content', __("There is a new comment to [post_title].\nComment Link: [comment_permalink]\nAuthor: [comment_author]\nComment:\n[comment_content]\nPermalink: [post_permalink]\nManage your subscriptions: [manager_link]",'subscribe-reloaded'), '', 'no');
193
  add_option('subscribe_reloaded_checkbox_label', __("Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting.",'subscribe-reloaded'), '', 'no');
194
- add_option('subscribe_reloaded_checkbox_class', '', '', 'no');
195
  add_option('subscribe_reloaded_checkbox_inline_style', 'width:30px', '', 'no');
196
- add_option('subscribe_reloaded_checkbox_html', '<p>[checkbox_field] [checkbox_label]</p>', '', 'no');
197
- add_option('subscribe_reloaded_subscribed_label', __("You are subscribed to this entry. <a href='[manager_link]'>Manage</a> your subscriptions.",'subscribe-reloaded'), '', 'no');
198
- add_option('subscribe_reloaded_subscribed_waiting_label', __("Your subscription to this entry needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>.",'subscribe-reloaded'), '', 'no');
199
- add_option('subscribe_reloaded_author_label', __("You can <a href='[manager_link]'>manage the subscriptions</a> of this entry.",'subscribe-reloaded'), '', 'no');
200
  add_option('subscribe_reloaded_double_check_subject', __('Please confirm your subscription to [post_title]','subscribe-reloaded'), '', 'no');
201
  add_option('subscribe_reloaded_double_check_content', __("You have requested to be notified every time a new comment is added to:\n[post_permalink]\n\nPlease confirm your request by clicking on this link:\n[confirm_link]",'subscribe-reloaded'), '', 'no');
202
  add_option('subscribe_reloaded_management_subject', __('Manage your subscriptions on [blog_name]','subscribe-reloaded'));
@@ -206,135 +237,104 @@ class wp_subscribe_reloaded {
206
  if (!wp_next_scheduled('subscribe_reloaded_purge'))
207
  wp_schedule_event(time(), 'daily', 'subscribe_reloaded_purge');
208
  }
209
- // end activate
210
 
211
  /**
212
  * Performs some clean-up maintenance (disable cron job).
213
  */
214
  public function deactivate() {
215
- // Unschedule the autopurge hook
216
- if (wp_next_scheduled('subscribe_reloaded_purge') > 0)
217
- wp_clear_scheduled_hook('subscribe_reloaded_purge');
218
- }
219
- // end deactivate
220
-
221
- /**
222
- * Removes old entries from the database
223
- */
224
- public function subscribe_reloaded_purge() {
225
  global $wpdb;
226
-
227
- if (($autopurge_interval = intval(get_option('subscribe_reloaded_purge_days', 0))) <= 0) return;
228
-
229
- // Delete old entries
230
- $delete_sql = "DELETE FROM `$this->table_subscriptions` WHERE `dt` <= DATE_SUB(NOW(), INTERVAL $autopurge_interval DAY) AND `status` = 'C'";
231
- $wpdb->query($delete_sql);
232
- }
233
- // end subscribe_reloaded_purge
234
-
235
- /**
236
- * Sends the confirmation message to a given user
237
- */
238
- public function confirmation_email($_email = '', $_post_ID = 0){
239
- // Retrieve the options from the database
240
- $from_name = stripslashes(get_option('subscribe_reloaded_from_name', 'admin'));
241
- $from_email = get_option('subscribe_reloaded_from_email', get_bloginfo('admin_email'));
242
- $subject = stripslashes(get_option('subscribe_reloaded_double_check_subject', 'Please confirm your subscribtion to [post_title]'));
243
- $message = stripslashes(get_option('subscribe_reloaded_double_check_content', ''));
244
- $manager_link = get_bloginfo('url').get_option('subscribe_reloaded_manager_page', '/comment-subscriptions');
245
- if (function_exists('qtrans_convertURL')) $manager_link = qtrans_convertURL($manager_link);
246
-
247
- $clean_email = $this->clean_email($_email);
248
- $subscriber_salt = $this->generate_key($clean_email);
249
-
250
- if (strpos($manager_link, '?') !== false){
251
- $confirm_link = "$manager_link&sre=".urlencode($clean_email)."&srk=$subscriber_salt&srp=$_post_ID&sra=c";
252
- $manager_link = "$manager_link&sre=".urlencode($clean_email)."&srk=$subscriber_salt";
253
- }
254
- else{
255
- $confirm_link = "$manager_link?sre=".urlencode($clean_email)."&srk=$subscriber_salt&srp=$_post_ID&sra=c";
256
- $manager_link = "$manager_link?sre=".urlencode($clean_email)."&srk=$subscriber_salt";
257
- }
258
-
259
- $headers = "MIME-Version: 1.0\n";
260
- $headers .= "From: $from_name <$from_email>\n";
261
- $content_type = (get_option('subscribe_reloaded_enable_html_emails', 'no') == 'yes')?'text/html':'text/plain';
262
- $headers .= "Content-Type: $content_type; charset=".get_bloginfo('charset')."\nX-Subscribe-to-Comments-Version: $this->subscribe_version\n";
263
-
264
- $post = get_post($_post_ID);
265
- $post_permalink = get_permalink($_post_ID);
266
-
267
- // Replace tags with their actual values
268
- $subject = str_replace('[post_title]', $post->post_title, $subject);
269
-
270
- $message = str_replace('[post_permalink]', $post_permalink, $message);
271
- $message = str_replace('[confirm_link]', $confirm_link, $message);
272
- $message = str_replace('[manager_link]', $manager_link, $message);
273
-
274
- // QTranslate support
275
- if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')){
276
- $subject = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($subject);
277
- $message = str_replace('[post_title]', qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($post->post_title), $message);
278
- $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($message);
279
  }
280
  else{
281
- $message = str_replace('[post_title]', $post->post_title, $message);
282
  }
283
- if($content_type == 'text/html') $message = $this->wrap_html_message($message, $subject);
284
- wp_mail($clean_email, $subject, $message, $headers);
285
  }
286
- // end confirmation_email
287
 
288
  /**
289
- * Adds a new row in the subscriptions' table, when a new comment is posted
290
  */
291
  public function new_comment_posted($_comment_ID = 0, $_comment_status = 0){
292
  global $wpdb;
293
 
 
 
 
 
 
294
  // Retrieve the information about the new comment
295
- $info = $wpdb->get_row("SELECT `comment_post_ID`, `comment_author_email`, `comment_approved`, `comment_type` FROM $wpdb->comments WHERE `comment_ID` = '$_comment_ID' LIMIT 1", OBJECT);
296
- if (empty($info) || $info->comment_approved == 'spam') return $_comment_ID;
297
-
 
298
  // Process trackbacks and pingbacks?
299
- if ((get_option('subscribe_reloaded_process_trackbacks', 'no') == 'no') &&
300
- ($info->comment_type == 'trackback' || $info->comment_type == 'pingback')) return $_comment_ID;
301
-
302
- $subscribed_emails = array();
303
 
304
  // Did this visitor request to be subscribed to the discussion? (and s/he is not subscribed)
305
- if (!empty($_POST['subscribe-reloaded']) && $_POST['subscribe-reloaded'] == 'yes'){
306
-
307
- // Comment has been held in the moderation queue
308
- if ($info->comment_approved == '0'){
309
- $this->add_subscription($info->comment_author_email, 'C', $info->comment_post_ID);
310
  return $_comment_ID;
311
- }
312
 
313
- // Are we using double check-in?
314
- $enable_double_check = get_option('subscribe_reloaded_enable_double_check', 'no');
315
- if ($enable_double_check == 'yes' && !$this->is_user_subscribed($info->comment_post_ID, $info->comment_author_email)){
316
- $this->add_subscription($info->comment_author_email, 'C', $info->comment_post_ID);
317
- $this->confirmation_email($info->comment_author_email, $info->comment_post_ID);
 
 
 
 
 
318
  }
319
- elseif(!$this->is_user_subscribed($info->comment_post_ID, $info->comment_author_email)){
320
- $this->add_subscription($info->comment_author_email, 'Y', $info->comment_post_ID);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
321
  }
322
  }
323
 
324
  // Send a notification to all the users subscribed to this post
325
- if (!empty($info) && $info->comment_approved == '1'){
326
- $subscribed_emails = $this->_get_subscriptions($info->comment_post_ID, 'Y');
327
- foreach($subscribed_emails as $a_email){
 
 
 
328
  // Skip the user who posted this new comment
329
- if ($a_email != $info->comment_author_email) $this->_notify_user($a_email, $info->comment_post_ID, $_comment_ID);
 
330
  }
331
  }
332
 
333
- // Notify administrator, if the case
334
- $notify_admin = get_option('subscribe_reloaded_notify_authors', 'no');
335
- if ($notify_admin == 'yes'){
336
- $admin_email = get_bloginfo('admin_email');
337
- $this->_notify_user($admin_email, $info->comment_post_ID, $_comment_ID);
338
  }
339
 
340
  return $_comment_ID;
@@ -342,35 +342,32 @@ class wp_subscribe_reloaded {
342
  // end new_comment_posted
343
 
344
  /**
345
- * Performs the appropriate action when a comment is edited
346
  */
347
- public function comment_status($_comment_ID = 0, $_comment_status = 0){
348
  global $wpdb;
349
 
350
  // Retrieve the information about the comment
351
- $info = $wpdb->get_row("SELECT `comment_post_ID`, `comment_author_email`, `comment_approved` FROM $wpdb->comments WHERE `comment_ID` = '$_comment_ID' LIMIT 1", OBJECT);
352
- if (empty($info)) return $_comment_ID;
 
353
 
354
  switch($info->comment_approved){
355
- case '0': // Unapproved
356
- case 'trash':
357
- $wpdb->query("UPDATE $this->table_subscriptions set `status` = 'C' WHERE `email` = '$info->comment_author_email' AND `post_ID` = '$info->comment_post_ID'");
358
  break;
359
 
360
  case '1': // Approved
361
- // Are we using double check-in?
362
- $enable_double_check = get_option('subscribe_reloaded_enable_double_check', 'no');
363
- if (($enable_double_check == 'yes') && $this->is_user_subscribed($info->comment_post_ID, $info->comment_author_email, 'C')){
364
- $this->confirmation_email($info->comment_author_email, $info->comment_post_ID);
365
- }
366
- else{
367
- $wpdb->query("UPDATE $this->table_subscriptions set `status` = 'Y' WHERE `email` = '$info->comment_author_email' AND `post_ID` = '$info->comment_post_ID'");
368
- $subscribed_emails = $this->_get_subscriptions($info->comment_post_ID, 'Y');
369
- foreach($subscribed_emails as $a_email){
370
- // Skip the user who posted this new comment
371
- if ($a_email != $info->comment_author_email) $this->_notify_user($a_email, $info->comment_post_ID, $_comment_ID);
372
- }
373
- }
374
  break;
375
 
376
  default:
@@ -385,15 +382,19 @@ class wp_subscribe_reloaded {
385
  */
386
  public function comment_deleted($_comment_ID){
387
  global $wpdb;
388
-
389
- $info = $wpdb->get_row("SELECT `comment_post_ID`, `comment_author_email`, `comment_approved` FROM $wpdb->comments WHERE `comment_ID` = '$_comment_ID' LIMIT 1", OBJECT);
390
- if (empty($info)) return $_comment_ID;
 
391
 
392
  // Are there any other approved comments sent by this user?
393
- $count_approved_comments = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->comments WHERE `comment_post_ID` = '$info->comment_post_ID' AND `comment_author_email` = '$info->comment_author_email' AND `comment_approved` = 1");
394
- if (intval($count_approved_comments) == 0){
395
- $this->delete_subscription($info->comment_post_ID, $info->comment_author_email);
396
- }
 
 
 
397
  return $_comment_ID;
398
  }
399
  // end comment_deleted
@@ -403,21 +404,26 @@ class wp_subscribe_reloaded {
403
  */
404
  public function subscribe_reloaded_manage($_posts = '', $_query = ''){
405
  global $current_user;
406
-
407
- if (!empty($_posts)) return $_posts;
 
 
408
  $post_ID = !empty($_POST['srp'])?intval($_POST['srp']):(!empty($_GET['srp'])?intval($_GET['srp']):0);
409
 
410
  // Is the post_id passed in the query string valid?
411
  $target_post = get_post($post_ID);
412
- if (($post_ID > 0) && !is_object($target_post)) return $_posts;
413
-
 
 
 
 
414
  $action = !empty($_POST['sra'])?$_POST['sra']:(!empty($_GET['sra'])?$_GET['sra']:0);
415
  $key = !empty($_POST['srk'])?$_POST['srk']:(!empty($_GET['srk'])?$_GET['srk']:0);
416
-
417
- if (!empty($current_user->user_email))
418
- $email = $current_user->user_email;
419
- else
420
- $email = !empty($_POST['sre'])?urldecode($_POST['sre']):(!empty($_GET['sre'])?urldecode($_GET['sre']):0);
421
 
422
  // Subscribe without commenting
423
  if (!empty($action) && ($action == 's') && ($post_ID > 0)){
@@ -446,16 +452,16 @@ class wp_subscribe_reloaded {
446
  $include_post_content = include(WP_PLUGIN_DIR.'/subscribe-to-comments-reloaded/templates/request-management-link.php');
447
 
448
  global $wp_query;
449
-
450
  $manager_page_title = get_option('subscribe_reloaded_manager_page_title', 'Manage subscriptions');
451
  if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')) $manager_page_title = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($manager_page_title);
452
-
453
- $posts[] =
454
  (object)array(
455
  'ID' => '9999999',
456
  'post_author' => '1',
457
- 'post_date' => '2010-10-27 11:38:56',
458
- 'post_date_gmt' => '2010-10-27 00:38:56',
459
  'post_content' => $include_post_content,
460
  'post_title' => $manager_page_title,
461
  'post_excerpt' => '',
@@ -463,21 +469,22 @@ class wp_subscribe_reloaded {
463
  'comment_status' => 'closed',
464
  'ping_status' => 'closed',
465
  'post_password' => '',
466
- 'post_name' => $manager_page_permalink,
467
  'to_ping' => '',
468
  'pinged' => '',
469
- 'post_modified' => '2010-10-27 11:00:01',
470
- 'post_modified_gmt' => '2010-10-27 00:00:01',
471
  'post_content_filtered' => '',
472
  'post_parent' => '0',
473
  'menu_order' => '0',
474
- 'post_type' => 'post',
475
  'post_mime_type' => '',
476
  'post_category' => '0',
477
  'comment_count' => '0',
478
- 'filter' => 'raw'
 
 
479
  );
480
-
481
  // Make WP believe this is a real page, with no comments attached
482
  $wp_query->is_page = true;
483
  $wp_query->is_single = false;
@@ -488,38 +495,41 @@ class wp_subscribe_reloaded {
488
  unset($wp_query->query["error"]);
489
  $wp_query->query_vars["error"]="";
490
  $wp_query->is_404=false;
491
-
492
  // Seems like WP adds its own HTML formatting code to the content, we don't need that here
493
  remove_filter('the_content','wpautop');
494
-
 
495
  return $posts;
496
  }
497
  // end subscribe_reloaded_manage
498
 
499
  /**
500
- * Adds a new row to the table
501
  */
502
- public function add_subscription($_email, $_status, $_post_ID){
503
  global $wpdb;
504
 
505
- // Using Wordpress local time
506
- $dt = date_i18n('Y-m-d H:i:s');
507
 
508
- $clean_email = $this->clean_email($_email);
509
- $wpdb->query("INSERT IGNORE INTO $this->table_subscriptions (`email`, `status`, `post_ID`, `dt`) VALUES ('$clean_email', '$_status', '$_post_ID', '$dt')");
 
 
 
510
  }
511
- // end add_subscription
512
 
513
  /**
514
- * Deletes a row in the subscriptions' table
515
  */
516
- public function delete_subscription($_post_ID = '', $_email = ''){
517
- global $wpdb;
518
 
519
- $sql = "DELETE FROM $this->table_subscriptions WHERE `post_ID` = '$_post_ID'".(!empty($_email)?" AND `email` = '$_email'":'');
520
- $wpdb->query( $sql );
521
  }
522
- // end delete_subscription
523
 
524
  /**
525
  * Checks if a given email address is subscribed to a post
@@ -527,27 +537,370 @@ class wp_subscribe_reloaded {
527
  public function is_user_subscribed($_post_ID = 0, $_email = '', $_status = ''){
528
  global $current_user;
529
 
530
- if ((empty($current_user->user_email) && empty($_COOKIE['comment_author_email_'. COOKIEHASH]) && empty($_email)) || empty($_post_ID)) return false;
 
 
 
 
531
 
532
- $subscribed_emails = $this->_get_subscriptions($_post_ID, $_status);
533
  if(empty($_email))
534
- $user_email = !empty($current_user->user_email)?$current_user->user_email:(!empty($_COOKIE['comment_author_email_'. COOKIEHASH])?urldecode($_COOKIE['comment_author_email_'. COOKIEHASH]):'#undefined#');
535
  else
536
  $user_email = $_email;
537
 
538
- if (in_array($user_email, $subscribed_emails)) return true;
 
 
 
539
  return false;
540
  }
541
  // end is_user_subscribed
542
 
543
  /**
544
- * Checks if current logged in user is the author of this post
545
  */
546
- public function is_author($_post_author){
547
- global $current_user;
548
- return (!empty($current_user) && (($_post_author == $current_user->ID) || current_user_can('manage_options')));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
549
  }
550
- // end is_author
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
551
 
552
  /**
553
  * Returns an email address where some possible 'offending' strings have been removed
@@ -560,17 +913,12 @@ class wp_subscribe_reloaded {
560
  "/cc\:/i",
561
  "/content\-transfer\-encoding\:/i",
562
  "/content\-type\:/i",
563
- "/mime\-version\:/i"
564
- );
565
- return htmlspecialchars(stripslashes(strip_tags(preg_replace($offending_strings, '', $_email))));
566
  }
567
  // end clean_email
568
 
569
- public function generate_key($_clean_email){
570
- $day = date_i18n('Ymd');
571
- return md5($day.$this->salt.$_clean_email);
572
- }
573
-
574
  /**
575
  * Adds a new entry in the admin menu, to manage this plugin's options
576
  */
@@ -578,7 +926,7 @@ class wp_subscribe_reloaded {
578
  global $current_user;
579
 
580
  if (current_user_can('manage_options')){
581
- add_options_page( 'Subscribe to Comments', 'Subscribe to Comments', 'manage_options', WP_PLUGIN_DIR.'/subscribe-to-comments-reloaded/options/index.php' );
582
  }
583
  return $_s;
584
  }
@@ -587,50 +935,58 @@ class wp_subscribe_reloaded {
587
  /**
588
  * Adds a custom stylesheet file to the admin interface
589
  */
590
- public function add_options_stylesheet() {
591
  // It looks like WP_PLUGIN_URL doesn't honor the HTTPS setting in wp-config.php
592
  $stylesheet_url = (is_ssl()?str_replace('http://', 'https://', WP_PLUGIN_URL):WP_PLUGIN_URL).'/subscribe-to-comments-reloaded/style.css';
593
  wp_register_style('subscribe-to-comments', $stylesheet_url);
594
  wp_enqueue_style('subscribe-to-comments');
595
  }
596
- public function add_post_comments_stylesheet() {
597
  // It looks like WP_PLUGIN_URL doesn't honor the HTTPS setting in wp-config.php
598
  $stylesheet_url = (is_ssl()?str_replace('http://', 'https://', WP_PLUGIN_URL):WP_PLUGIN_URL).'/subscribe-to-comments-reloaded/post-and-comments.css';
599
  wp_register_style('subscribe-to-comments', $stylesheet_url);
600
  wp_enqueue_style('subscribe-to-comments');
601
  }
602
  // end add_stylesheet
603
-
 
 
 
 
 
 
 
 
604
  /**
605
  * Adds a new column header to the Edit Comments panel
606
  */
607
- public function add_column_header($_columns) {
608
  load_plugin_textdomain('subscribe-reloaded', WP_PLUGIN_DIR .'/subscribe-to-comments-reloaded/langs', '/subscribe-to-comments-reloaded/langs');
609
  $_columns['subscribe-reloaded'] = __('Subscribed','subscribe-reloaded');
610
  return $_columns;
611
  }
612
  // end add_column_header
613
-
614
  /**
615
  * Adds a new column to the Edit Comments panel
616
- */
617
  public function add_column($_column_name){
618
  if ('subscribe-reloaded' != $_column_name) return;
619
-
620
  global $comment;
621
  load_plugin_textdomain('subscribe-reloaded', WP_PLUGIN_DIR .'/subscribe-to-comments-reloaded/langs', '/subscribe-to-comments-reloaded/langs');
622
  if ($this->is_user_subscribed($comment->comment_post_ID, $comment->comment_author_email, 'Y'))
623
- echo '<a href="admin.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=1&sre='.urlencode($comment->comment_author_email).'">'.__('Yes','subscribe-reloaded').'</a>';
624
  elseif ($this->is_user_subscribed($comment->comment_post_ID, $comment->comment_author_email, 'C'))
625
- _e('Awaiting confirmation','subscribe-reloaded');
626
- else _e('No','subscribe-reloaded');
627
  }
628
  // end add_column
629
-
630
  /**
631
  * Contextual help (link to the support forum)
632
  */
633
- public function contextual_help($contextual_help, $screen_id, $screen) {
634
  if ($screen_id == 'subscribe-to-comments-reloaded/options/index'){
635
  load_plugin_textdomain('subscribe-reloaded', WP_PLUGIN_DIR .'/subscribe-to-comments-reloaded/langs', '/subscribe-to-comments-reloaded/langs');
636
  $contextual_help = __('Need help on how to use Subscribe to Comments Reloaded? Visit the official','subscribe-reloaded').' <a href="http://lab.duechiacchiere.it/index.php?board=5.0" target="_blank">'.__('support forum','subscribe-reloaded').'</a>. ';
@@ -639,39 +995,55 @@ class wp_subscribe_reloaded {
639
  return $contextual_help;
640
  }
641
  // end contextual_help
642
-
643
  /**
644
- * Creates the HTML structure to properly handle HTML messages
645
  */
646
- public function wrap_html_message($_message = '', $_subject = ''){
647
- return "<html><head><title>$_subject</title></head><body>$_message</body></html>";
 
 
 
 
 
 
 
648
  }
649
- // end _wrap_html_message
650
 
651
  /**
652
- * Creates a table in the database
653
  */
654
- private function _create_table($_sql = '', $_tablename = ''){
655
- global $wpdb;
656
-
657
- // If the table is already there, abort
658
- foreach ( $wpdb->get_col("SHOW TABLES", 0) as $a_table ){
659
- if ( $a_table == $_tablename ) {
660
- return false;
661
- }
 
 
 
 
 
 
662
  }
 
 
663
 
664
- $wpdb->query( $_sql );
 
 
 
 
665
 
666
- // Let's make sure this table was actually created
667
- foreach ( $wpdb->get_col("SHOW TABLES", 0) as $a_table ){
668
- if ( $a_table == $_tablename ) {
669
- return true;
670
- }
671
- }
672
- return false;
673
  }
674
- // end _create_table
675
 
676
  /**
677
  * Checks if a key is valid for a given email address
@@ -680,80 +1052,6 @@ class wp_subscribe_reloaded {
680
  return ($this->generate_key($_email) == $_key);
681
  }
682
  // end _is_valid_key
683
-
684
- /**
685
- * Sends the notification message to a given user
686
- */
687
- private function _notify_user($_email = '', $_post_ID = 0, $_comment_ID = 0){
688
- // Retrieve the options from the database
689
- $from_name = stripslashes(get_option('subscribe_reloaded_from_name', 'admin'));
690
- $from_email = get_option('subscribe_reloaded_from_email', get_bloginfo('admin_email'));
691
- $subject = stripslashes(get_option('subscribe_reloaded_notification_subject', 'There is a new comment on the post [post_title]'));
692
- $message = stripslashes(get_option('subscribe_reloaded_notification_content', ''));
693
- $manager_link = get_bloginfo('url').get_option('subscribe_reloaded_manager_page', '/comment-subscriptions');
694
- if (function_exists('qtrans_convertURL')) $manager_link = qtrans_convertURL($manager_link);
695
-
696
- $clean_email = $this->clean_email($_email);
697
- $subscriber_salt = $this->generate_key($clean_email);
698
- if (strpos($manager_link, '?') !== false){
699
- $manager_link = "$manager_link&sre=".urlencode($clean_email)."&srk=$subscriber_salt";
700
- }
701
- else{
702
- $manager_link = "$manager_link?sre=".urlencode($clean_email)."&srk=$subscriber_salt";
703
- }
704
-
705
- $headers = "MIME-Version: 1.0\n";
706
- $headers .= "From: $from_name <$from_email>\n";
707
- $content_type = (get_option('subscribe_reloaded_enable_html_emails', 'no') == 'yes')?'text/html':'text/plain';
708
- $headers .= "Content-Type: $content_type; charset=".get_bloginfo('charset')."\nX-Subscribe-to-Comments-Version: $this->subscribe_version\n";
709
-
710
- $post = get_post($_post_ID);
711
- $comment = get_comment($_comment_ID);
712
- $post_permalink = get_permalink( $_post_ID );
713
- $comment_permalink = get_comment_link($_comment_ID);
714
-
715
- // Replace tags with their actual values
716
- $subject = str_replace('[post_title]', $post->post_title, $subject);
717
-
718
- $message = str_replace('[post_permalink]', $post_permalink, $message);
719
- $message = str_replace('[comment_permalink]', $comment_permalink, $message);
720
- $message = str_replace('[comment_author]', $comment->comment_author, $message);
721
- $message = str_replace('[comment_content]', $comment->comment_content, $message);
722
- $message = str_replace('[manager_link]', $manager_link, $message);
723
-
724
- // QTranslate support
725
- if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')){
726
- $subject = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($subject);
727
- $message = str_replace('[post_title]', qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($post->post_title), $message);
728
- $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($message);
729
- }
730
- else{
731
- $message = str_replace('[post_title]', $post->post_title, $message);
732
- }
733
- if($content_type == 'text/html') $message = $this->wrap_html_message($message, $subject);
734
- wp_mail($clean_email, $subject, $message, $headers);
735
- }
736
- // end _notify_user
737
-
738
- /**
739
- * Retrieves a list of emails subscribed to this post
740
- */
741
- private function _get_subscriptions($_post_ID = 0, $_status = ''){
742
- global $wpdb;
743
- $flat_result = array();
744
-
745
- $filter_status = (!empty($_status))?" AND `status` = '$_status'":'';
746
-
747
- $result = $wpdb->get_results("SELECT DISTINCT `email` FROM $this->table_subscriptions WHERE `post_ID` = '$_post_ID'$filter_status", ARRAY_N);
748
- if (is_array($result)){
749
- foreach($result as $a_result){
750
- $flat_result[] = $a_result[0];
751
- }
752
- }
753
-
754
- return $flat_result;
755
- }
756
- // end _get_subscriptions
757
  }
758
  // end of class declaration
759
 
1
  <?php
2
  /*
3
  Plugin Name: Subscribe to Comments Reloaded
4
+ Version: 2.0
5
+ Plugin URI: http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/
6
  Description: Subscribe to Comments Reloaded is a robust plugin that enables commenters to sign up for e-mail notifications. It includes a full-featured subscription manager that your commenters can use to unsubscribe to certain posts or suspend all notifications.
7
  Author: camu
8
  Author URI: http://www.duechiacchiere.it/
9
  */
10
 
11
  // Avoid direct access to this piece of code
12
+ if (!function_exists('add_action')){
13
  header('Location: /');
14
  exit;
15
  }
16
+
17
  /**
18
  * Displays the checkbox to allow visitors to subscribe
19
+ */
20
  function subscribe_reloaded_show(){
21
+ global $post, $wp_subscribe_reloaded;
22
+
23
+ $is_disabled = get_post_meta($post->ID, 'stcr_disable_subscriptions', true);
24
+ if (!empty($is_disabled))
25
+ return $_comment_ID;
26
+
27
  $show_subscription_box = true;
28
  $html_to_show = '';
29
  $user_link = get_bloginfo('url').get_option('subscribe_reloaded_manager_page', '');
30
+
31
+ if (function_exists('qtrans_convertURL'))
32
+ $user_link = qtrans_convertURL($user_link);
33
+
34
+ $manager_link = (strpos($user_link, '?') !== false)?"$user_link&amp;srp=$post->ID":"$user_link?srp=$post->ID";
35
+
36
+ // Load localization files
37
+ load_plugin_textdomain('subscribe-reloaded', WP_PLUGIN_DIR .'/subscribe-to-comments-reloaded/langs', '/subscribe-to-comments-reloaded/langs');
38
+
39
+ if($wp_subscribe_reloaded->is_user_subscribed($post->ID, '', 'C')){
40
  $html_to_show = str_replace('[manager_link]', $user_link,
41
+ stripslashes(get_option('subscribe_reloaded_subscribed_waiting_label', __("Your subscription to this post needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>.",'subscribe-reloaded'))));
42
  $show_subscription_box = false;
43
  }
44
+ elseif($wp_subscribe_reloaded->is_user_subscribed($post->ID, '')){
45
  $html_to_show = str_replace('[manager_link]', $user_link,
46
+ stripslashes(get_option('subscribe_reloaded_subscribed_label', __("You are subscribed to this post. <a href='[manager_link]'>Manage</a> your subscriptions.",'subscribe-reloaded'))));
47
  $show_subscription_box = false;
48
  }
49
+
50
  if ($wp_subscribe_reloaded->is_author($post->post_author)){ // when the second parameter is empty, cookie value will be used
51
  if (get_option('subscribe_reloaded_admin_subscribe', 'no') == 'no') $show_subscription_box = false;
52
  $html_to_show .= str_replace('[manager_link]', $manager_link,
53
+ stripslashes(get_option('subscribe_reloaded_author_label', __("You can <a href='[manager_link]'>manage the subscriptions</a> of this post.",'subscribe-reloaded'))));
54
  }
55
+
56
  if ($show_subscription_box){
57
+ $checkbox_label = str_replace('[subscribe_link]', "$manager_link&amp;sra=s",
 
58
  stripslashes(get_option('subscribe_reloaded_checkbox_label', __("Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting.",'subscribe-reloaded'))));
 
 
59
  $checkbox_inline_style = get_option('subscribe_reloaded_checkbox_inline_style', 'width:30px');
 
60
  if (!empty($checkbox_inline_style)) $checkbox_inline_style = " style='$checkbox_inline_style'";
61
+ $checkbox_html_wrap = stripslashes(get_option('subscribe_reloaded_checkbox_html', ''));
62
+ if (get_option('subscribe_reloaded_enable_advanced_subscriptions', 'no') == 'no'){
63
+ $checkbox_field = "<input$checkbox_inline_style type='checkbox' name='subscribe-reloaded' id='subscribe-reloaded' value='yes'".((get_option('subscribe_reloaded_checked_by_default', 'no') == 'yes')?" checked='checked'":'')." />";
64
+ }
65
+ else{
66
+ $checkbox_field = "<select name='subscribe-reloaded' id='subscribe-reloaded'>
67
+ <option value='none'>".__("Don't subscribe",'subscribe-reloaded')."</option>
68
+ <option value='yes'".((get_option('subscribe_reloaded_checked_by_default', 'no') == 'yes')?" selected='selected'":'').">".__('All','subscribe-reloaded')."</option>
69
+ <option value='replies'>".__('Replies to my comments','subscribe-reloaded')."</option>
70
+ <!-- option value='digest'>".__('Daily digest','subscribe-reloaded')."</option -->
71
+ </select>";
72
+ }
73
  if (empty($checkbox_html_wrap)){
74
+ $html_to_show = "$checkbox_field <label for='subscribe-reloaded'>$checkbox_label</label>" . $html_to_show;
75
  }
76
  else{
77
  $checkbox_html_wrap = str_replace('[checkbox_field]', $checkbox_field, $checkbox_html_wrap);
78
  $html_to_show = str_replace('[checkbox_label]', $checkbox_label, $checkbox_html_wrap) . $html_to_show;
79
  }
80
  }
81
+ if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')) $html_to_show = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($html_to_show);
82
  echo "<!-- BEGIN: subscribe to comments reloaded -->$html_to_show<!-- END: subscribe to comments reloaded -->";
83
  }
84
 
85
  // Show the checkbox - You can manually override this by adding the corresponding function in your template
86
+ if (get_option('subscribe_reloaded_show_subscription_box', 'yes') == 'yes')
87
+ add_action('comment_form', 'subscribe_reloaded_show');
88
 
89
+ class wp_subscribe_reloaded{
90
 
91
  /**
92
  * Constructor -- Sets things up.
94
  public function __construct(){
95
  global $wpdb;
96
 
 
 
 
 
97
  $this->salt = defined('NONCE_KEY')?NONCE_KEY:'please create a unique key in your wp-config.php';
 
 
 
 
 
 
 
 
 
 
98
 
99
  // What to do when a new comment is posted
100
+ add_action('comment_post', array(&$this, 'new_comment_posted'), 12, 2);
 
 
 
 
 
 
 
101
 
102
  // Provide content for the management page using WP filters
103
+ if (!is_admin()){
104
+ $manager_page_permalink = get_option('subscribe_reloaded_manager_page', '/comment-subscriptions');
105
+ if (function_exists('qtrans_convertURL')) $manager_page_permalink = qtrans_convertURL($manager_page_permalink);
106
+ if (empty($manager_page_permalink)) $manager_page_permalink = get_option('subscribe_reloaded_manager_page', '/comment-subscriptions');
107
+ if (strpos($_SERVER["REQUEST_URI"], $manager_page_permalink) !== false){
108
+ add_filter('the_posts', array(&$this, 'subscribe_reloaded_manage'), 10, 2);
109
+ }
110
+
111
+ // Create a hook to use with the daily cron job
112
+ add_action('subscribe_reloaded_purge', array(&$this,'subscribe_reloaded_purge'));
113
  }
114
+ else{
115
+ // Initialization routines that should be executed on activation/deactivation
116
+ register_activation_hook(__FILE__, array(&$this, 'activate'));
117
+ register_deactivation_hook(__FILE__, array(&$this, 'deactivate'));
118
+
119
+ // Add a new column to the Edit Comments panel
120
+ add_filter('manage_edit-comments_columns', array(&$this,'add_column_header'));
121
+ add_action('manage_comments_custom_column', array(&$this,'add_column'));
122
 
123
+ // Remove subscriptions attached to a post that is being deleted
124
+ add_action('delete_post', array(&$this, 'delete_subscriptions'), 10, 2);
125
 
126
+ // Monitor actions on existing comments
127
+ add_action('delete_comment', array(&$this, 'comment_deleted'));
128
+ add_action('wp_set_comment_status', array(&$this, 'comment_status_changed'));
129
 
130
+ // Add appropriate entries in the admin menu
131
+ add_action('admin_menu', array(&$this, 'add_config_menu'));
132
+ add_action('admin_print_styles-subscribe-to-comments-reloaded/options/index.php', array(&$this, 'add_options_stylesheet'));
133
+ add_action('admin_print_styles-edit-comments.php', array(&$this, 'add_post_comments_stylesheet'));
134
+ add_action('admin_print_styles-post.php', array(&$this, 'add_post_comments_stylesheet'));
135
+
136
+ // Contextual help
137
+ add_action('contextual_help', array(&$this,'contextual_help'), 10, 3);
138
+
139
+ // Shortcodes to use the management URL sitewide
140
+ add_shortcode('subscribe-url', array(&$this,'subscribe_url_shortcode'));
141
+ }
142
  }
143
  // end __construct
144
 
145
  /**
146
+ * Support for WP MU network activations (experimental)
147
+ */
148
+ public function activate(){
149
+ global $wpdb;
150
+
151
+ if (function_exists('is_multisite') && is_multisite()){
152
+ $blogids = $wpdb->get_col($wpdb->prepare("
153
+ SELECT blog_id
154
+ FROM $wpdb->blogs
155
+ WHERE site_id = %d
156
+ AND deleted = 0
157
+ AND spam = 0", $wpdb->siteid));
158
+
159
+ foreach ($blogids as $blog_id) {
160
+ switch_to_blog($blog_id);
161
+ $this->_activate();
162
+ }
163
+ restore_current_blog();
164
+ }
165
+ else{
166
+ $this->_activate();
167
+ }
168
+ }
169
+
170
+ /**
171
+ * Adds the options to the database and imports the data from other plugins
172
  */
173
+ private function _activate(){
174
  global $wpdb;
175
 
176
  // Load localization files
177
  load_plugin_textdomain('subscribe-reloaded', WP_PLUGIN_DIR .'/subscribe-to-comments-reloaded/langs', '/subscribe-to-comments-reloaded/langs');
178
 
179
+ // Import the information collected by Subscribe to Comments & Co., if needed
 
 
 
 
 
 
 
 
 
 
 
 
180
  $result = $wpdb->get_row("DESC $wpdb->comments comment_subscribe", ARRAY_A);
181
+ if (is_array($result)){
182
+ $wpdb->query("
183
+ INSERT INTO $wpdb->postmeta (post_ID, meta_key, meta_value)
184
+ SELECT comment_post_ID, CONCAT('_stcr@_', comment_author_email), CONCAT(comment_date, '|Y')
185
  FROM $wpdb->comments
186
+ WHERE comment_author_email LIKE '%@%.%' AND comment_subscribe = 'Y'
187
+ GROUP BY comment_post_ID, comment_author_email");
 
 
188
  }
189
 
190
+ // Starting from version 2.0 StCR uses Wordpress' tables to store the information about subscriptions
191
+ $this->_update_db();
192
+
193
  // Messages related to the management page
194
+ global $wp_rewrite;
195
+
196
+ if (empty($wp_rewrite->permalink_structure)){
197
  add_option('subscribe_reloaded_manager_page', '/?page_id=99999', '', 'no');
198
  }
199
  else{
207
  add_option('subscribe_reloaded_subscription_confirmed_dci', __("Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions.", 'subscribe-reloaded'), '', 'no');
208
  add_option('subscribe_reloaded_author_text', __("In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list.", 'subscribe-reloaded'), '', 'no');
209
  add_option('subscribe_reloaded_user_text', __("In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:", 'subscribe-reloaded'), '', 'no');
210
+ add_option('subscribe_reloaded_show_subscription_box', 'yes', '', 'no');
211
+ add_option('subscribe_reloaded_enable_advanced_subscriptions', 'no', '', 'no');
212
  add_option('subscribe_reloaded_purge_days', '30', '', 'no');
213
  add_option('subscribe_reloaded_from_name', 'admin', '', 'no');
214
  add_option('subscribe_reloaded_from_email', get_bloginfo('admin_email'), '', 'no');
216
  add_option('subscribe_reloaded_enable_double_check', 'no', '', 'no');
217
  add_option('subscribe_reloaded_notify_authors', 'no', '', 'no');
218
  add_option('subscribe_reloaded_enable_html_emails', 'no', '', 'no');
219
+ add_option('subscribe_reloaded_process_trackbacks', 'no', '', 'no');
220
  add_option('subscribe_reloaded_enable_admin_messages', 'no', '', 'no');
221
  add_option('subscribe_reloaded_admin_subscribe', 'no', '', 'no');
222
+ add_option('subscribe_reloaded_custom_header_meta', "<meta name='robots' content='noindex,nofollow'>", '', 'no');
 
223
  add_option('subscribe_reloaded_notification_subject', __('There is a new comment to [post_title]','subscribe-reloaded'), '', 'no');
224
  add_option('subscribe_reloaded_notification_content', __("There is a new comment to [post_title].\nComment Link: [comment_permalink]\nAuthor: [comment_author]\nComment:\n[comment_content]\nPermalink: [post_permalink]\nManage your subscriptions: [manager_link]",'subscribe-reloaded'), '', 'no');
225
  add_option('subscribe_reloaded_checkbox_label', __("Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting.",'subscribe-reloaded'), '', 'no');
 
226
  add_option('subscribe_reloaded_checkbox_inline_style', 'width:30px', '', 'no');
227
+ add_option('subscribe_reloaded_checkbox_html', '<p><label for="subscribe-reloaded">[checkbox_field] [checkbox_label]</label></p>', '', 'no');
228
+ add_option('subscribe_reloaded_subscribed_label', __("You are subscribed to this post. <a href='[manager_link]'>Manage</a> your subscriptions.",'subscribe-reloaded'), '', 'no');
229
+ add_option('subscribe_reloaded_subscribed_waiting_label', __("Your subscription to this post needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>.",'subscribe-reloaded'), '', 'no');
230
+ add_option('subscribe_reloaded_author_label', __("You can <a href='[manager_link]'>manage the subscriptions</a> of this post.",'subscribe-reloaded'), '', 'no');
231
  add_option('subscribe_reloaded_double_check_subject', __('Please confirm your subscription to [post_title]','subscribe-reloaded'), '', 'no');
232
  add_option('subscribe_reloaded_double_check_content', __("You have requested to be notified every time a new comment is added to:\n[post_permalink]\n\nPlease confirm your request by clicking on this link:\n[confirm_link]",'subscribe-reloaded'), '', 'no');
233
  add_option('subscribe_reloaded_management_subject', __('Manage your subscriptions on [blog_name]','subscribe-reloaded'));
237
  if (!wp_next_scheduled('subscribe_reloaded_purge'))
238
  wp_schedule_event(time(), 'daily', 'subscribe_reloaded_purge');
239
  }
240
+ // end _activate
241
 
242
  /**
243
  * Performs some clean-up maintenance (disable cron job).
244
  */
245
  public function deactivate() {
 
 
 
 
 
 
 
 
 
 
246
  global $wpdb;
247
+ if (function_exists('is_multisite') && is_multisite()){
248
+ $blogids = $wpdb->get_col($wpdb->prepare("
249
+ SELECT blog_id
250
+ FROM $wpdb->blogs
251
+ WHERE site_id = %d
252
+ AND deleted = 0
253
+ AND spam = 0", $wpdb->siteid));
254
+
255
+ foreach ($blogids as $blog_id) {
256
+ switch_to_blog($blog_id);
257
+ wp_clear_scheduled_hook('subscribe_reloaded_purge');
258
+ }
259
+ restore_current_blog();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
260
  }
261
  else{
262
+ wp_clear_scheduled_hook('subscribe_reloaded_purge');
263
  }
 
 
264
  }
265
+ // end deactivate
266
 
267
  /**
268
+ * Takes the appropriate action, when a new comment is posted
269
  */
270
  public function new_comment_posted($_comment_ID = 0, $_comment_status = 0){
271
  global $wpdb;
272
 
273
+ // Are subscriptions allowed for this post?
274
+ $is_disabled = get_post_meta($info->comment_post_ID, 'stcr_disable_subscriptions', true);
275
+ if (!empty($is_disabled))
276
+ return $_comment_ID;
277
+
278
  // Retrieve the information about the new comment
279
+ $info = $this->_get_comment_object($_comment_ID);
280
+ if (empty($info) || $info->comment_approved == 'spam')
281
+ return $_comment_ID;
282
+
283
  // Process trackbacks and pingbacks?
284
+ if ((get_option('subscribe_reloaded_process_trackbacks', 'no') == 'no') && ($info->comment_type == 'trackback' || $info->comment_type == 'pingback'))
285
+ return $_comment_ID;
 
 
286
 
287
  // Did this visitor request to be subscribed to the discussion? (and s/he is not subscribed)
288
+ if (!empty($_POST['subscribe-reloaded']) && !empty($info->comment_author_email)){
289
+ if (!in_array($_POST['subscribe-reloaded'], array('replies','digest','yes')))
 
 
 
290
  return $_comment_ID;
 
291
 
292
+ switch ($_POST['subscribe-reloaded']){
293
+ case 'replies':
294
+ $status = 'R';
295
+ break;
296
+ case 'digest':
297
+ $status = 'D';
298
+ break;
299
+ default:
300
+ $status = 'Y';
301
+ break;
302
  }
303
+
304
+ if (!$this->is_user_subscribed($info->comment_post_ID, $info->comment_author_email)){
305
+
306
+ // Comment has been held in the moderation queue
307
+ if ($info->comment_approved == 0){
308
+ $this->add_subscription($info->comment_post_ID, $info->comment_author_email, "{$status}C");
309
+ return $_comment_ID;
310
+ }
311
+
312
+ // Are we using double check-in?
313
+ $approved_subscriptions = $this->get_subscriptions(array('status', 'email'), array('equals', 'equals'), array('Y', $info->comment_author_email));
314
+ if ((get_option('subscribe_reloaded_enable_double_check', 'no') == 'yes') && !is_user_logged_in() && empty($approved_subscriptions)){
315
+ $status = "{$status}C";
316
+ $this->confirmation_email($info->comment_post_ID, $info->comment_author_email);
317
+ }
318
+ $this->add_subscription($info->comment_post_ID, $info->comment_author_email, $status);
319
  }
320
  }
321
 
322
  // Send a notification to all the users subscribed to this post
323
+ if ($info->comment_approved == 1){
324
+ $subscriptions = $this->get_subscriptions(array('post_id', 'status'), array('equals', 'equals'), array($info->comment_post_ID, 'Y'));
325
+ if (!empty($info->comment_parent))
326
+ $subscriptions = array_merge($subscriptions, $this->get_subscriptions('parent', 'equals', $info->comment_parent));
327
+
328
+ foreach($subscriptions as $a_subscription){
329
  // Skip the user who posted this new comment
330
+ if ($a_subscription->email != $info->comment_author_email)
331
+ $this->notify_user($a_subscription->email, $info->comment_post_ID, $_comment_ID);
332
  }
333
  }
334
 
335
+ // If the case, notify the administrator,
336
+ if (get_option('subscribe_reloaded_notify_authors', 'no') == 'yes'){
337
+ $this->notify_user(get_bloginfo('admin_email'), $info->comment_post_ID, $_comment_ID);
 
 
338
  }
339
 
340
  return $_comment_ID;
342
  // end new_comment_posted
343
 
344
  /**
345
+ * Performs the appropriate action when the status of a given comment changes
346
  */
347
+ public function comment_status_changed($_comment_ID = 0, $_comment_status = 0){
348
  global $wpdb;
349
 
350
  // Retrieve the information about the comment
351
+ $info = $this->_get_comment_object($_comment_ID);
352
+ if (empty($info))
353
+ return $_comment_ID;
354
 
355
  switch($info->comment_approved){
356
+ case '0': // Unapproved: change the status of the corresponding subscription (if exists) to 'pending'
357
+ $this->update_subscription_status($info->comment_post_ID, $info->comment_author_email, 'C');
 
358
  break;
359
 
360
  case '1': // Approved
361
+ $this->update_subscription_status($info->comment_post_ID, $info->comment_author_email, '-C');
362
+ $subscriptions = $this->get_subscriptions(array('post_id', 'status'), array('equals', 'equals'), array($info->comment_post_ID, 'Y'));
363
+ foreach($subscriptions as $a_subscription)
364
+ if ($a_subscription->email != $info->comment_author_email) // Skip the user who posted this new comment
365
+ $this->notify_user($a_subscription->email, $info->comment_post_ID, $_comment_ID);
366
+ break;
367
+
368
+ case 'trash':
369
+ case 'spam':
370
+ $this->comment_deleted($_comment_ID);
 
 
 
371
  break;
372
 
373
  default:
382
  */
383
  public function comment_deleted($_comment_ID){
384
  global $wpdb;
385
+
386
+ $info = $this->_get_comment_object($_comment_ID);
387
+ if (empty($info))
388
+ return $_comment_ID;
389
 
390
  // Are there any other approved comments sent by this user?
391
+ $count_approved_comments = $wpdb->get_var("
392
+ SELECT COUNT(*)
393
+ FROM $wpdb->comments
394
+ WHERE comment_post_ID = '$info->comment_post_ID' AND comment_author_email = '$info->comment_author_email' AND comment_approved = 1");
395
+ if (intval($count_approved_comments) == 0)
396
+ $this->delete_subscriptions($info->comment_post_ID, $info->comment_author_email);
397
+
398
  return $_comment_ID;
399
  }
400
  // end comment_deleted
404
  */
405
  public function subscribe_reloaded_manage($_posts = '', $_query = ''){
406
  global $current_user;
407
+
408
+ if (!empty($_posts))
409
+ return $_posts;
410
+
411
  $post_ID = !empty($_POST['srp'])?intval($_POST['srp']):(!empty($_GET['srp'])?intval($_GET['srp']):0);
412
 
413
  // Is the post_id passed in the query string valid?
414
  $target_post = get_post($post_ID);
415
+ if (($post_ID > 0) && !is_object($target_post))
416
+ return $_posts;
417
+
418
+ // Load localization files
419
+ load_plugin_textdomain('subscribe-reloaded', WP_PLUGIN_DIR .'/subscribe-to-comments-reloaded/langs', '/subscribe-to-comments-reloaded/langs');
420
+
421
  $action = !empty($_POST['sra'])?$_POST['sra']:(!empty($_GET['sra'])?$_GET['sra']:0);
422
  $key = !empty($_POST['srk'])?$_POST['srk']:(!empty($_GET['srk'])?$_GET['srk']:0);
423
+
424
+ $email = $this->clean_email(!empty($_POST['sre'])?urldecode($_POST['sre']):(!empty($_GET['sre'])?$_GET['sre']:''));
425
+ if (empty($email) && !empty($current_user->user_email))
426
+ $email = $this->clean_email($current_user->user_email);
 
427
 
428
  // Subscribe without commenting
429
  if (!empty($action) && ($action == 's') && ($post_ID > 0)){
452
  $include_post_content = include(WP_PLUGIN_DIR.'/subscribe-to-comments-reloaded/templates/request-management-link.php');
453
 
454
  global $wp_query;
455
+
456
  $manager_page_title = get_option('subscribe_reloaded_manager_page_title', 'Manage subscriptions');
457
  if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')) $manager_page_title = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($manager_page_title);
458
+
459
+ $posts[] =
460
  (object)array(
461
  'ID' => '9999999',
462
  'post_author' => '1',
463
+ 'post_date' => '2001-01-01 11:38:56',
464
+ 'post_date_gmt' => '2001-01-01 00:38:56',
465
  'post_content' => $include_post_content,
466
  'post_title' => $manager_page_title,
467
  'post_excerpt' => '',
469
  'comment_status' => 'closed',
470
  'ping_status' => 'closed',
471
  'post_password' => '',
 
472
  'to_ping' => '',
473
  'pinged' => '',
474
+ 'post_modified' => '2001-01-01 11:00:01',
475
+ 'post_modified_gmt' => '2001-01-01 00:00:01',
476
  'post_content_filtered' => '',
477
  'post_parent' => '0',
478
  'menu_order' => '0',
479
+ 'post_type' => 'page',
480
  'post_mime_type' => '',
481
  'post_category' => '0',
482
  'comment_count' => '0',
483
+ 'filter' => 'raw',
484
+ 'guid' => get_bloginfo('url').'/?page_id=9999999',
485
+ 'ancestors' => array()
486
  );
487
+
488
  // Make WP believe this is a real page, with no comments attached
489
  $wp_query->is_page = true;
490
  $wp_query->is_single = false;
495
  unset($wp_query->query["error"]);
496
  $wp_query->query_vars["error"]="";
497
  $wp_query->is_404=false;
498
+
499
  // Seems like WP adds its own HTML formatting code to the content, we don't need that here
500
  remove_filter('the_content','wpautop');
501
+ add_action('wp_head', array(&$this, 'add_custom_header_meta'));
502
+
503
  return $posts;
504
  }
505
  // end subscribe_reloaded_manage
506
 
507
  /**
508
+ * Removes old entries from the database
509
  */
510
+ public function subscribe_reloaded_purge() {
511
  global $wpdb;
512
 
513
+ if (($autopurge_interval = intval(get_option('subscribe_reloaded_purge_days', 0))) <= 0)
514
+ return true;
515
 
516
+ // Delete old entries
517
+ $wpdb->query("
518
+ DELETE FROM $wpdb->postmeta
519
+ WHERE meta_key LIKE '\_stcr@\_%'
520
+ AND STR_TO_DATE(meta_value) <= DATE_SUB(NOW(), INTERVAL $autopurge_interval DAY) AND meta_value LIKE '%C'");
521
  }
522
+ // end subscribe_reloaded_purge
523
 
524
  /**
525
+ * Checks if current logged in user is the author of this post
526
  */
527
+ public function is_author($_post_author){
528
+ global $current_user;
529
 
530
+ return (!empty($current_user) && (($_post_author == $current_user->ID) || current_user_can('manage_options')));
 
531
  }
532
+ // end is_author
533
 
534
  /**
535
  * Checks if a given email address is subscribed to a post
537
  public function is_user_subscribed($_post_ID = 0, $_email = '', $_status = ''){
538
  global $current_user;
539
 
540
+ if ((empty($current_user->user_email) && empty($_COOKIE['comment_author_email_'. COOKIEHASH]) && empty($_email)) || empty($_post_ID))
541
+ return false;
542
+
543
+ $operator = ($_status != '')?'equals':'contains';
544
+ $subscriptions = $this->get_subscriptions(array('post_id', 'status'), array('equals', $operator), array($_post_ID, $_status));
545
 
 
546
  if(empty($_email))
547
+ $user_email = !empty($current_user->user_email)?$current_user->user_email:(!empty($_COOKIE['comment_author_email_'. COOKIEHASH])?stripslashes(esc_attr($_COOKIE['comment_author_email_'. COOKIEHASH])):'#undefined#');
548
  else
549
  $user_email = $_email;
550
 
551
+ foreach($subscriptions as $a_subscription)
552
+ if ($user_email == $a_subscription->email)
553
+ return true;
554
+
555
  return false;
556
  }
557
  // end is_user_subscribed
558
 
559
  /**
560
+ * Adds a new subscription
561
  */
562
+ public function add_subscription($_post_id, $_email, $_status){
563
+ global $wpdb;
564
+
565
+ // Does the post exist?
566
+ $target_post = get_post($post_id);
567
+ if (($post_id > 0) && !is_object($target_post))
568
+ return;
569
+
570
+ // Filter unwanted statuses
571
+ if (!in_array($_status, array('Y', 'YC', 'R', 'C', '-C')) || empty($_status))
572
+ return;
573
+
574
+ // Using Wordpress local time
575
+ $dt = date_i18n('Y-m-d H:i:s');
576
+
577
+ $clean_email = $this->clean_email($_email);
578
+ $wpdb->query($wpdb->prepare("
579
+ INSERT IGNORE INTO $wpdb->postmeta (post_id, meta_key, meta_value)
580
+ SELECT %d, %s, %s
581
+ FROM DUAL
582
+ WHERE NOT EXISTS (
583
+ SELECT post_id
584
+ FROM $wpdb->postmeta
585
+ WHERE post_id = %d
586
+ AND meta_key = %s
587
+ LIMIT 0,1
588
+ )", $_post_id, "_stcr@_$clean_email", "$dt|$_status", $_post_id, "_stcr@_$clean_email"));
589
  }
590
+ // end add_subscription
591
+
592
+ /**
593
+ * Deletes one or more subscriptions from the database
594
+ */
595
+ public function delete_subscriptions($_post_id = array(0), $_email = array('')){
596
+ global $wpdb;
597
+
598
+ $posts_where = '';
599
+ if (!is_array($_post_id)){
600
+ $posts_where = "post_id = ".intval($_post_id);
601
+ }
602
+ else{
603
+ foreach ($_post_id as $a_post_id)
604
+ $posts_where .= "post_id = '".intval($a_post_id)."' OR ";
605
+
606
+ $posts_where = substr($posts_where, 0, -4);
607
+ }
608
+
609
+ if (!empty($_email)){
610
+ $emails_where = '';
611
+ if (!is_array($_email)){
612
+ $emails_where = "meta_key = '_stcr@_".$this->clean_email($_email)."'";
613
+ }
614
+ else{
615
+ foreach ($_email as $a_email)
616
+ $emails_where .= "meta_key = '_stcr@_".$this->clean_email($a_email)."' OR ";
617
+
618
+ $emails_where = substr($emails_where, 0, -4);
619
+ }
620
+ return $wpdb->query("DELETE FROM $wpdb->postmeta WHERE ($posts_where) AND ($emails_where)");
621
+ }
622
+ else
623
+ return $wpdb->query("DELETE FROM $wpdb->postmeta WHERE ($posts_where)");
624
+ }
625
+ // end delete_subscriptions
626
+
627
+ /**
628
+ * Updates the status of an existing subscription
629
+ */
630
+ public function update_subscription_status($_post_id = array(0), $_email = array(''), $_new_status = 'C'){
631
+ global $wpdb;
632
+
633
+ // Filter unwanted statuses
634
+ if (empty($_new_status) || !in_array($_new_status, array('Y', 'R', 'C', '-C')))
635
+ return;
636
+
637
+ if (!empty($_post_id)){
638
+ $posts_where = '';
639
+ if (!is_array($_post_id)){
640
+ $posts_where = "post_id = ".intval($_post_id);
641
+ }
642
+ else{
643
+ foreach ($_post_id as $a_post_id)
644
+ $posts_where .= "post_id = '".intval($a_post_id)."' OR ";
645
+
646
+ $posts_where = substr($posts_where, 0, -4);
647
+ }
648
+ }
649
+ else{ // Mass update subscriptions
650
+ $posts_where = '1=1';
651
+ }
652
+
653
+ $emails_where = '';
654
+ if (!is_array($_email)){
655
+ $emails_where = "meta_key = '_stcr@_".$this->clean_email($_email)."'";
656
+ }
657
+ else{
658
+ foreach ($_email as $a_email)
659
+ $emails_where .= "meta_key = '_stcr@_".$this->clean_email($a_email)."' OR ";
660
+
661
+ $emails_where = substr($emails_where, 0, -4);
662
+ }
663
+
664
+ $meta_length = (strpos($_new_status,'C')!==false)?21:20;
665
+ $new_status = ($_new_status == '-C')?'':$_new_status;
666
+
667
+ return $wpdb->query("
668
+ UPDATE $wpdb->postmeta
669
+ SET meta_value = CONCAT(SUBSTRING(meta_value, 1, $meta_length), '$new_status')
670
+ WHERE ($posts_where) AND ($emails_where)");
671
+ }
672
+ // end update_subscription_status
673
+
674
+ /**
675
+ * Updates the email address of an existing subscription
676
+ */
677
+ public function update_subscription_email($_post_id = 0, $_email = '', $_new_email = ''){
678
+ global $wpdb;
679
+
680
+ // Nothing to do if the new email hasn't been specified
681
+ if (empty($_new_email) || strpos($_new_email, '@') == 0)
682
+ return;
683
+
684
+ $clean_values[] = "_stcr@_".$this->clean_email($_new_email);
685
+ $clean_values[] = "_stcr@_".$this->clean_email($_email);
686
+ $post_where = '';
687
+ if (!empty($_post_id)){
688
+ $post_where = ' AND post_id = %d';
689
+ $clean_values[] = $_post_id;
690
+ }
691
+
692
+ return $wpdb->query($wpdb->prepare("
693
+ UPDATE $wpdb->postmeta
694
+ SET meta_key = %s
695
+ WHERE meta_key = %s $post_where", $clean_values));
696
+ }
697
+ // end update_subscription_email
698
+
699
+ /**
700
+ * Retrieves a list of emails subscribed to this post
701
+ */
702
+ public function get_subscriptions($_search_field = array('email'), $_operator = array('equals'), $_search_value = array(''), $_order_by = 'dt', $_order = 'ASC', $_offset = 0, $_limit_results = 0){
703
+ global $wpdb;
704
+
705
+ // Type adjustments
706
+ $search_fields = (!is_array($_search_field))?array($_search_field):$_search_field;
707
+ $operators = (!is_array($_operator))?array($_operator):$_operator;
708
+ $search_values = (!is_array($_search_value))?array($_search_value):$_search_value;
709
+
710
+ // Find if exists a 'replies only' subscription for the parent comment
711
+ if ($_search_field[0] == 'parent'){
712
+ $result = $wpdb->get_results($wpdb->prepare("
713
+ SELECT REPLACE(pm.meta_key, '_stcr@_', '')
714
+ FROM $wpdb->postmeta pm INNER JOIN $wpdb->comments c ON pm.post_id = c.comment_post_ID
715
+ WHERE pm.meta_key LIKE '\_stcr@\_%%'
716
+ AND pm.meta_value LIKE '%%R'
717
+ AND c.comment_ID = %d", $search_values[0]), ARRAY_N);
718
+ }
719
+ else{
720
+ foreach($search_fields as $a_idx => $a_field){
721
+ $where_clause .= ' AND';
722
+ $offset_status = ($a_field == 'status' && $search_values[$a_idx] == 'C')?22:21;
723
+ switch ($a_field){
724
+ case 'status':
725
+ $where_clause .= " SUBSTRING(meta_value, $offset_status)";
726
+ break;
727
+ case 'post_id':
728
+ $where_clause .= ' post_id';
729
+ break;
730
+ default:
731
+ $where_clause .= ' SUBSTRING(meta_key, 8)';
732
+ }
733
+ switch ($operators[$a_idx]){
734
+ case 'equals':
735
+ $where_clause .= " = %s";
736
+ $where_values[] = $search_values[$a_idx];
737
+ break;
738
+ case 'does not contain':
739
+ $where_clause .= " NOT LIKE %s";
740
+ $where_values[] = "%{$search_values[$a_idx]}%";
741
+ break;
742
+ case 'starts with':
743
+ $where_clause .= " LIKE %s";
744
+ $where_values[] = "${$search_values[$a_idx]}%";
745
+ break;
746
+ case 'ends with':
747
+ $where_clause .= " LIKE %s";
748
+ $where_values[] = "%{$search_values[$a_idx]}";
749
+ break;
750
+ default: // contains
751
+ $where_clause .= " LIKE %s";
752
+ $where_values[] = "%{$search_values[$a_idx]}%";
753
+ }
754
+ }
755
+ switch ($_order_by){
756
+ case 'status':
757
+ $order_by = "status";
758
+ break;
759
+ case 'email':
760
+ $order_by = 'meta_key';
761
+ break;
762
+ case 'dt':
763
+ $order_by = 'dt';
764
+ break;
765
+ default:
766
+ $order_by = 'post_id';
767
+ }
768
+ $order = ($_order != 'ASC' && $_order != 'DESC')?'DESC':$_order;
769
+
770
+ // This is the 'official' way to have an offset without a limit
771
+ $row_count = ($_limit_results <= 0)?'18446744073709551610':$_limit_results;
772
+
773
+ return $wpdb->get_results($wpdb->prepare("
774
+ SELECT meta_id, REPLACE(meta_key, '_stcr@_', '') AS email, post_id, SUBSTRING(meta_value, 1, 19) AS dt, SUBSTRING(meta_value, 21) AS status
775
+ FROM $wpdb->postmeta
776
+ WHERE meta_key LIKE '\_stcr@\_%%' $where_clause
777
+ ORDER BY $order_by $order
778
+ LIMIT $_offset,$row_count", $where_values), OBJECT);
779
+ }
780
+ }
781
+ // end get_subscriptions
782
+
783
+ /**
784
+ * Sends a message to confirm a subscription
785
+ */
786
+ public function confirmation_email($_post_ID = 0, $_email = ''){
787
+ // Retrieve the options from the database
788
+ $from_name = stripslashes(get_option('subscribe_reloaded_from_name', 'admin'));
789
+ $from_email = get_option('subscribe_reloaded_from_email', get_bloginfo('admin_email'));
790
+ $subject = stripslashes(get_option('subscribe_reloaded_double_check_subject', 'Please confirm your subscribtion to [post_title]'));
791
+ $message = stripslashes(get_option('subscribe_reloaded_double_check_content', ''));
792
+ $manager_link = get_bloginfo('url').get_option('subscribe_reloaded_manager_page', '/comment-subscriptions');
793
+ if (function_exists('qtrans_convertURL')) $manager_link = qtrans_convertURL($manager_link);
794
+
795
+ $clean_email = urlencode($this->clean_email($_email));
796
+ $subscriber_salt = $this->generate_key($clean_email);
797
+
798
+ $manager_link .= ((strpos($manager_link, '?') !== false)?'&':'?')."sre=$clean_email&srk=$subscriber_salt";
799
+ $confirm_link = "$manager_link&srp=$_post_ID&sra=c";
800
+
801
+ $headers = "MIME-Version: 1.0\n";
802
+ $headers .= "From: $from_name <$from_email>\n";
803
+ $content_type = (get_option('subscribe_reloaded_enable_html_emails', 'no') == 'yes')?'text/html':'text/plain';
804
+ $headers .= "Content-Type: $content_type; charset=".get_bloginfo('charset')."\n";
805
+
806
+ $post = get_post($_post_ID);
807
+ $post_permalink = get_permalink($_post_ID);
808
+
809
+ // Replace tags with their actual values
810
+ $subject = str_replace('[post_title]', $post->post_title, $subject);
811
+
812
+ $message = str_replace('[post_permalink]', $post_permalink, $message);
813
+ $message = str_replace('[confirm_link]', $confirm_link, $message);
814
+ $message = str_replace('[manager_link]', $manager_link, $message);
815
+
816
+ // QTranslate support
817
+ if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')){
818
+ $subject = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($subject);
819
+ $message = str_replace('[post_title]', qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($post->post_title), $message);
820
+ $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($message);
821
+ }
822
+ else{
823
+ $message = str_replace('[post_title]', $post->post_title, $message);
824
+ }
825
+ if($content_type == 'text/html') $message = $this->wrap_html_message($message, $subject);
826
+
827
+ wp_mail($clean_email, $subject, $message, $headers);
828
+ }
829
+ // end confirmation_email
830
+
831
+ /**
832
+ * Sends the notification message to a given user
833
+ */
834
+ public function notify_user($_email = '', $_post_ID = 0, $_comment_ID = 0){
835
+ // Retrieve the options from the database
836
+ $from_name = stripslashes(get_option('subscribe_reloaded_from_name', 'admin'));
837
+ $from_email = get_option('subscribe_reloaded_from_email', get_bloginfo('admin_email'));
838
+ $subject = stripslashes(get_option('subscribe_reloaded_notification_subject', 'There is a new comment on the post [post_title]'));
839
+ $message = stripslashes(get_option('subscribe_reloaded_notification_content', ''));
840
+ $manager_link = get_bloginfo('url').get_option('subscribe_reloaded_manager_page', '/comment-subscriptions');
841
+ if (function_exists('qtrans_convertURL'))
842
+ $manager_link = qtrans_convertURL($manager_link);
843
+
844
+ $clean_email = $this->clean_email($_email);
845
+ $subscriber_salt = $this->generate_key($clean_email);
846
+ if (strpos($manager_link, '?') !== false){
847
+ $manager_link = "$manager_link&sre=".urlencode($clean_email)."&srk=$subscriber_salt";
848
+ }
849
+ else{
850
+ $manager_link = "$manager_link?sre=".urlencode($clean_email)."&srk=$subscriber_salt";
851
+ }
852
+
853
+ $headers = "MIME-Version: 1.0\n";
854
+ $headers .= "From: $from_name <$from_email>\n";
855
+ $content_type = (get_option('subscribe_reloaded_enable_html_emails', 'no') == 'yes')?'text/html':'text/plain';
856
+ $headers .= "Content-Type: $content_type; charset=".get_bloginfo('charset')."\n";
857
+
858
+ $post = get_post($_post_ID);
859
+ $comment = get_comment($_comment_ID);
860
+ $post_permalink = get_permalink( $_post_ID );
861
+ $comment_permalink = get_comment_link($_comment_ID);
862
+
863
+ // Replace tags with their actual values
864
+ $subject = str_replace('[post_title]', $post->post_title, $subject);
865
+
866
+ $message = str_replace('[post_permalink]', $post_permalink, $message);
867
+ $message = str_replace('[comment_permalink]', $comment_permalink, $message);
868
+ $message = str_replace('[comment_author]', $comment->comment_author, $message);
869
+ $message = str_replace('[comment_content]', $comment->comment_content, $message);
870
+ $message = str_replace('[manager_link]', $manager_link, $message);
871
+
872
+ // QTranslate support
873
+ if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')){
874
+ $subject = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($subject);
875
+ $message = str_replace('[post_title]', qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($post->post_title), $message);
876
+ $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($message);
877
+ }
878
+ else{
879
+ $message = str_replace('[post_title]', $post->post_title, $message);
880
+ }
881
+ if($content_type == 'text/html') $message = $this->wrap_html_message($message, $subject);
882
+
883
+ wp_mail($clean_email, $subject, $message, $headers);
884
+ }
885
+ // end notify_user
886
+
887
+ /**
888
+ * Generate a unique key to allow users to manage their subscriptions
889
+ */
890
+ public function generate_key($_email){
891
+ $day = date_i18n('Ymd');
892
+
893
+ return md5($day.$this->salt.$_email);
894
+ }
895
+ // end generate_key
896
+
897
+ /**
898
+ * Creates the HTML structure to properly handle HTML messages
899
+ */
900
+ public function wrap_html_message($_message = '', $_subject = ''){
901
+ return "<html><head><title>$_subject</title></head><body>$_message</body></html>";
902
+ }
903
+ // end _wrap_html_message
904
 
905
  /**
906
  * Returns an email address where some possible 'offending' strings have been removed
913
  "/cc\:/i",
914
  "/content\-transfer\-encoding\:/i",
915
  "/content\-type\:/i",
916
+ "/mime\-version\:/i"
917
+ );
918
+ return esc_attr(stripslashes(strip_tags(preg_replace($offending_strings, '', $_email))));
919
  }
920
  // end clean_email
921
 
 
 
 
 
 
922
  /**
923
  * Adds a new entry in the admin menu, to manage this plugin's options
924
  */
926
  global $current_user;
927
 
928
  if (current_user_can('manage_options')){
929
+ add_options_page('Subscribe to Comments', 'Subscribe to Comments', 'manage_options', WP_PLUGIN_DIR.'/subscribe-to-comments-reloaded/options/index.php');
930
  }
931
  return $_s;
932
  }
935
  /**
936
  * Adds a custom stylesheet file to the admin interface
937
  */
938
+ public function add_options_stylesheet(){
939
  // It looks like WP_PLUGIN_URL doesn't honor the HTTPS setting in wp-config.php
940
  $stylesheet_url = (is_ssl()?str_replace('http://', 'https://', WP_PLUGIN_URL):WP_PLUGIN_URL).'/subscribe-to-comments-reloaded/style.css';
941
  wp_register_style('subscribe-to-comments', $stylesheet_url);
942
  wp_enqueue_style('subscribe-to-comments');
943
  }
944
+ public function add_post_comments_stylesheet(){
945
  // It looks like WP_PLUGIN_URL doesn't honor the HTTPS setting in wp-config.php
946
  $stylesheet_url = (is_ssl()?str_replace('http://', 'https://', WP_PLUGIN_URL):WP_PLUGIN_URL).'/subscribe-to-comments-reloaded/post-and-comments.css';
947
  wp_register_style('subscribe-to-comments', $stylesheet_url);
948
  wp_enqueue_style('subscribe-to-comments');
949
  }
950
  // end add_stylesheet
951
+
952
+ /**
953
+ * Adds custom HTML code to the HEAD section of the management page
954
+ */
955
+ public function add_custom_header_meta(){
956
+ echo stripslashes(get_option('subscribe_reloaded_custom_header_meta', ''));
957
+ }
958
+ // end add_custom_header_meta
959
+
960
  /**
961
  * Adds a new column header to the Edit Comments panel
962
  */
963
+ public function add_column_header($_columns){
964
  load_plugin_textdomain('subscribe-reloaded', WP_PLUGIN_DIR .'/subscribe-to-comments-reloaded/langs', '/subscribe-to-comments-reloaded/langs');
965
  $_columns['subscribe-reloaded'] = __('Subscribed','subscribe-reloaded');
966
  return $_columns;
967
  }
968
  // end add_column_header
969
+
970
  /**
971
  * Adds a new column to the Edit Comments panel
972
+ */
973
  public function add_column($_column_name){
974
  if ('subscribe-reloaded' != $_column_name) return;
975
+
976
  global $comment;
977
  load_plugin_textdomain('subscribe-reloaded', WP_PLUGIN_DIR .'/subscribe-to-comments-reloaded/langs', '/subscribe-to-comments-reloaded/langs');
978
  if ($this->is_user_subscribed($comment->comment_post_ID, $comment->comment_author_email, 'Y'))
979
+ echo '<a href="options-general.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=1&amp;srf=email&amp;srt=equals&amp;srv='.urlencode($comment->comment_author_email).'">'.__('Yes','subscribe-reloaded').'</a>';
980
  elseif ($this->is_user_subscribed($comment->comment_post_ID, $comment->comment_author_email, 'C'))
981
+ _e('Pending','subscribe-reloaded');
982
+ else _e('No','subscribe-reloaded');
983
  }
984
  // end add_column
985
+
986
  /**
987
  * Contextual help (link to the support forum)
988
  */
989
+ public function contextual_help($contextual_help, $screen_id, $screen){
990
  if ($screen_id == 'subscribe-to-comments-reloaded/options/index'){
991
  load_plugin_textdomain('subscribe-reloaded', WP_PLUGIN_DIR .'/subscribe-to-comments-reloaded/langs', '/subscribe-to-comments-reloaded/langs');
992
  $contextual_help = __('Need help on how to use Subscribe to Comments Reloaded? Visit the official','subscribe-reloaded').' <a href="http://lab.duechiacchiere.it/index.php?board=5.0" target="_blank">'.__('support forum','subscribe-reloaded').'</a>. ';
995
  return $contextual_help;
996
  }
997
  // end contextual_help
998
+
999
  /**
1000
+ * Returns the URL of the management page as a shortcode
1001
  */
1002
+ public function subscribe_url_shortcode(){
1003
+ global $post;
1004
+ $user_link = get_bloginfo('url').get_option('subscribe_reloaded_manager_page', '');
1005
+ if (function_exists('qtrans_convertURL'))
1006
+ $user_link = qtrans_convertURL($user_link);
1007
+ if (strpos($user_link, '?') !== false)
1008
+ return "$user_link&amp;srp=$post->ID&amp;sra=s";
1009
+ else
1010
+ return "$user_link?srp=$post->ID&amp;sra=s";
1011
  }
1012
+ // end subscribe_url_shortcode
1013
 
1014
  /**
1015
+ * Copies the information from the stand-alone table to WP's core table
1016
  */
1017
+ private function _update_db(){
1018
+ global $wpdb;
1019
+ $stcr_table = $wpdb->get_col("SHOW TABLES LIKE '{$wpdb->prefix}subscribe_reloaded'");
1020
+
1021
+ // Perform the import only if the target table does not contain any subscriptions
1022
+ $count_postmeta_rows = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->postmeta WHERE meta_key LIKE '\_stcr@\_%'");
1023
+ if (!empty($stcr_table) && empty($count_postmeta_rows)){
1024
+ $wpdb->query("
1025
+ INSERT INTO $wpdb->postmeta (post_ID, meta_key, meta_value)
1026
+ SELECT sr.post_ID, CONCAT('_stcr@_', sr.email), CONCAT(sr.dt, '|Y')
1027
+ FROM {$wpdb->prefix}subscribe_reloaded sr LEFT JOIN $wpdb->comments c
1028
+ ON ( ( sr.post_ID = c.comment_post_ID AND sr.email = c.comment_author_email ) OR ( c.comment_post_ID IS NULL) )
1029
+ WHERE sr.email LIKE '%@%.%' AND sr.status = 'Y'
1030
+ GROUP BY sr.email, sr.post_ID");
1031
  }
1032
+ }
1033
+ // end _update_db
1034
 
1035
+ /**
1036
+ * Retrieves the comment information from the databse
1037
+ */
1038
+ private function _get_comment_object($_comment_ID){
1039
+ global $wpdb;
1040
 
1041
+ return $wpdb->get_row($wpdb->prepare("
1042
+ SELECT comment_post_ID, comment_author_email, comment_approved, comment_type, comment_parent
1043
+ FROM $wpdb->comments
1044
+ WHERE comment_ID = %d LIMIT 1", $_comment_ID), OBJECT);
 
 
 
1045
  }
1046
+ // end _get_comment_object
1047
 
1048
  /**
1049
  * Checks if a key is valid for a given email address
1052
  return ($this->generate_key($_email) == $_key);
1053
  }
1054
  // end _is_valid_key
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1055
  }
1056
  // end of class declaration
1057
 
templates/author.php CHANGED
@@ -1,69 +1,80 @@
1
  <?php
2
  // Avoid direct access to this piece of code
3
- if (strpos($_SERVER['SCRIPT_FILENAME'], basename(__FILE__))){
4
- header('Location: /');
5
- exit;
6
  }
7
- global $wpdb;
8
 
9
- ob_start();
10
- // Load localization files
11
- load_plugin_textdomain('subscribe-reloaded', WP_PLUGIN_DIR .'/subscribe-to-comments-reloaded/langs', '/subscribe-to-comments-reloaded/langs');
12
- $wp_subscribe_reloaded = new wp_subscribe_reloaded();
13
 
14
- $clean_post_id = !empty($_POST['srp'])?intval($_POST['srp']):(!empty($_GET['srp'])?intval($_GET['srp']):0);
 
 
 
 
 
 
15
 
16
- if (!empty($_POST['email_list']) && !empty($_POST['action_type'])){
17
- $email_list = implode("','", $_POST['email_list']);
18
- switch($_POST['action_type']){
19
- case 'd':
20
- $wpdb->query("DELETE FROM $wp_subscribe_reloaded->table_subscriptions WHERE `email` IN ('$email_list') AND `post_ID` = '$clean_post_id'");
 
 
 
 
 
 
 
 
21
  break;
22
- case 's':
23
- $wpdb->query("UPDATE $wp_subscribe_reloaded->table_subscriptions SET `status` = 'N' WHERE `email` IN ('$email_list') AND `post_ID` = '$clean_post_id'");
 
24
  break;
25
- case 'a':
26
- $wpdb->query("UPDATE $wp_subscribe_reloaded->table_subscriptions SET `status` = 'Y' WHERE `email` IN ('$email_list') AND `post_ID` = '$clean_post_id'");
 
27
  break;
28
  default:
29
  break;
30
  }
31
- echo '<p><b>'.__('Subscriptions have been successfully updated.','subscribe-reloaded').'</b></p>';
32
  }
33
  $message = stripslashes(get_option('subscribe_reloaded_author_text'));
34
- if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')) $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($message);
 
35
  echo "<p>$message</p>";
36
  ?>
37
 
38
- <form action="<?php echo htmlspecialchars($_SERVER['REQUEST_URI']) ?>" method="post" id="email_list_form"
39
- onsubmit="return confirm('<?php _e('Please remember: this operation cannot be undone. Are you sure you want to proceed?', 'subscribe-reloaded') ?>')">
40
  <fieldset style="border:0">
41
  <?php
42
- $subscriptions = $wpdb->get_results("SELECT `email`, `status`, `dt` FROM $wp_subscribe_reloaded->table_subscriptions WHERE `post_ID` = '$clean_post_id' ORDER BY `dt` ASC, `email` ASC", OBJECT);
43
  if (is_array($subscriptions) && !empty($subscriptions)){
44
- echo '<p>'.__('Title','subscribe-reloaded').': <strong>'.get_the_title($clean_post_id).'</strong></p>';
45
- echo '<p>'.__('Legend: Y: subscribed, N: suspended, C: awaiting confirmation','subscribe-reloaded').'</p>';
46
- echo '<ul class="subscribe-reloaded-list">';
47
- foreach($subscriptions as $i => $a_subscription){
48
- $subscriber_salt = $wp_subscribe_reloaded->generate_key($a_subscription->email);
49
- $manager_link = get_bloginfo('url').get_option('subscribe_reloaded_manager_page', '/comment-subscriptions');
50
- if (strpos($manager_link, '?') !== false)
51
- $manager_link = "$manager_link&sre=".urlencode($a_subscription->email)."&srk=$subscriber_salt";
52
- else
53
- $manager_link = "$manager_link?sre=".urlencode($a_subscription->email)."&srk=$subscriber_salt";
54
- echo "<li><input type='checkbox' name='email_list[]' value='{$a_subscription->email}' id='e_$i'/> <label for='e_$i'><a class='subscribe-column-1' href='$manager_link'>$a_subscription->email</a></label> <span class='subscribe-separator subscribe-separator-1'>&mdash;</span> <span class='subscribe-column-2'>$a_subscription->dt</span> <span class='subscribe-separator subscribe-separator-2'>&mdash;</span> <span class='subscribe-column-3'>$a_subscription->status</span></li>\n";
55
- }
56
  echo '</ul>';
57
- echo '<p><a class="small-text" href="#" onclick="t=document.getElementById(\'email_list_form\').elements;for(i in t) t[i].checked=1">'.__('Select all','subscribe-reloaded').'</a> - ';
58
- echo '<a class="small-text" href="#" onclick="t=document.getElementById(\'email_list_form\').elements;for(i in t)if(t[i].checked==1){t[i].checked=0} else{t[i].checked=1}">'.__('Invert selection','subscribe-reloaded').'</a></p>';
59
- echo '<p>'.__('Action:','subscribe-reloaded').' <input type="radio" name="action_type" value="d" id="action_type_delete" /> <label for="action_type_delete">'.__('Delete','subscribe-reloaded').'</label> &nbsp;&nbsp;&nbsp;&nbsp; ';
60
- echo '<input type="radio" name="action_type" value="s" id="action_type_suspend" checked="checked" /> <label for="action_type_suspend">'.__('Suspend','subscribe-reloaded').'</label> &nbsp;&nbsp;&nbsp;&nbsp; ';
61
- echo '<input type="radio" name="action_type" value="a" id="action_type_activate" /> <label for="action_type_activate">'.__('Resume','subscribe-reloaded').'</label></p>';
62
- echo '<p><input type="submit" class="subscribe-form-button" value="'.__('Update subscriptions','subscribe-reloaded').'" /><input type="hidden" name="srp" value="'.$clean_post_id.'"/></p>';
 
 
63
 
64
  }
65
  else{
66
- echo '<p>'.__('Sorry, no subscriptions found.','subscribe-reloaded').'</p>';
67
  }
68
  ?>
69
  </fieldset>
1
  <?php
2
  // Avoid direct access to this piece of code
3
+ if (!function_exists('add_action')){
4
+ header('Location: /');
5
+ exit;
6
  }
 
7
 
8
+ global $wp_subscribe_reloaded;
 
 
 
9
 
10
+ ob_start();
11
+ if (!empty($_POST['email_list'])){
12
+ $email_list = array();
13
+ foreach($_POST['email_list'] as $a_email){
14
+ if (!in_array($a_email, $email_list))
15
+ $email_list[] = urldecode($a_email);
16
+ }
17
 
18
+ $action = !empty($_POST['sra'])?$_POST['sra']:(!empty($_GET['sra'])?$_GET['sra']:'');
19
+ switch($action){
20
+ case 'delete':
21
+ $rows_affected = $wp_subscribe_reloaded->delete_subscriptions($post_ID, $email_list);
22
+ echo '<p class="updated">'.__('Subscriptions deleted:', 'subscribe-reloaded')." $rows_affected</p>";
23
+ break;
24
+ case 'suspend':
25
+ $rows_affected = $wp_subscribe_reloaded->update_subscription_status($post_ID, $email_list, 'C');
26
+ echo '<p class="updated">'.__('Subscriptions suspended:', 'subscribe-reloaded')." $rows_affected</p>";
27
+ break;
28
+ case 'activate':
29
+ $rows_affected = $wp_subscribe_reloaded->update_subscription_status($post_ID, $email_list, '-C');
30
+ echo '<p class="updated">'.__('Subscriptions activated:', 'subscribe-reloaded')." $rows_affected</p>";
31
  break;
32
+ case 'force_y':
33
+ $rows_affected = $wp_subscribe_reloaded->update_subscription_status($post_ID, $email_list, 'Y');
34
+ echo '<p class="updated">'.__('Subscriptions updated:', 'subscribe-reloaded')." $rows_affected</p>";
35
  break;
36
+ case 'force_r':
37
+ $rows_affected = $wp_subscribe_reloaded->update_subscription_status($post_ID, $email_list, 'R');
38
+ echo '<p class="updated">'.__('Subscriptions updated:', 'subscribe-reloaded')." $rows_affected</p>";
39
  break;
40
  default:
41
  break;
42
  }
 
43
  }
44
  $message = stripslashes(get_option('subscribe_reloaded_author_text'));
45
+ if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage'))
46
+ $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($message);
47
  echo "<p>$message</p>";
48
  ?>
49
 
50
+ <form action="<?php echo htmlspecialchars($_SERVER['REQUEST_URI']) ?>" method="post" id="email_list_form" name="email_list_form" onsubmit="if(this.sra[0].checked) return confirm('<?php _e('Please remember: this operation cannot be undone. Are you sure you want to proceed?', 'subscribe-reloaded') ?>')">
 
51
  <fieldset style="border:0">
52
  <?php
53
+ $subscriptions = $wp_subscribe_reloaded->get_subscriptions('post_id', 'equals', $post_ID, 'dt', 'ASC');
54
  if (is_array($subscriptions) && !empty($subscriptions)){
55
+ echo '<p id="subscribe-reloaded-title-p">'.__('Title','subscribe-reloaded').': <strong>'.$target_post->post_title.'</strong></p>';
56
+ echo '<p id="subscribe-reloaded-legend-p">'.__('Legend: Y = all comments, R = replies only, C = inactive', 'subscribe-reloaded').'</p>';
57
+ echo '<ul id="subscribe-reloaded-list">';
58
+ foreach($subscriptions as $i => $a_subscription)
59
+ echo "<li><input type='checkbox' name='email_list[]' value='".urlencode($a_subscription->email)."' id='e_$i'/>
60
+ <label for='e_$i'><span class='subscribe-column-1'>$a_subscription->dt</span>
61
+ <span class='subscribe-separator subscribe-separator-1'>&mdash;</span>
62
+ <span class='subscribe-column-2'>$a_subscription->status</span>
63
+ <span class='subscribe-separator subscribe-separator-2'>&mdash;</span>
64
+ <span class='subscribe-column-3'>$a_subscription->email</span></label></li>\n";
 
 
65
  echo '</ul>';
66
+ echo '<p id="subscribe-reloaded-select-all-p"><a class="subscribe-reloaded-small-button" href="#" onclick="t=document.forms[\'email_list_form\'].elements[\'email_list[]\'];c=t.length;if(!c){t.checked=true}else{for(var i=0;i<c;i++){t[i].checked=true}};return false;">'.__('Select all','subscribe-reloaded').'</a> ';
67
+ echo '<a class="subscribe-reloaded-small-button" href="#" onclick="t=document.forms[\'email_list_form\'].elements[\'email_list[]\'];c=t.length;if(!c){t.checked=!t.checked}else{for(var i=0;i<c;i++){t[i].checked=false}};return false;">'.__('Invert selection','subscribe-reloaded').'</a></p>';
68
+ echo '<p id="subscribe-reloaded-action-p">'.__('Action:','subscribe-reloaded').'
69
+ <input type="radio" name="sra" value="delete" id="action_type_delete" /> <label for="action_type_delete">'.__('Delete','subscribe-reloaded').'</label> &nbsp;&nbsp;&nbsp;&nbsp;
70
+ <input type="radio" name="sra" value="suspend" id="action_type_suspend" checked="checked" /> <label for="action_type_suspend">'.__('Suspend','subscribe-reloaded').'</label> &nbsp;&nbsp;&nbsp;&nbsp;
71
+ <input type="radio" name="sra" value="force_y" id="action_type_force_y" /> <label for="action_type_force_y">'.__('Set to Y','subscribe-reloaded').'</label> &nbsp;&nbsp;&nbsp;&nbsp;
72
+ <input type="radio" name="sra" value="activate" id="action_type_activate" /> <label for="action_type_activate">'.__('Activate','subscribe-reloaded').'</label></p>';
73
+ echo '<p id="subscribe-reloaded-update-p"><input type="submit" class="subscribe-form-button" value="'.__('Update subscriptions','subscribe-reloaded').'" /><input type="hidden" name="srp" value="'.intval($post_ID).'"/></p>';
74
 
75
  }
76
  else{
77
+ echo '<p>'.__('No subscriptions match your search criteria.', 'subscribe-reloaded').'</p>';
78
  }
79
  ?>
80
  </fieldset>
templates/confirm.php CHANGED
@@ -1,21 +1,14 @@
1
  <?php
2
  // Avoid direct access to this piece of code
3
- if (strpos($_SERVER['SCRIPT_FILENAME'], basename(__FILE__))){
4
- header('Location: /');
5
- exit;
6
  }
7
 
8
- // Load localization files
9
- global $wpdb;
10
- load_plugin_textdomain('subscribe-reloaded', WP_PLUGIN_DIR .'/subscribe-to-comments-reloaded/langs', '/subscribe-to-comments-reloaded/langs');
11
- $wp_subscribe_reloaded = new wp_subscribe_reloaded();
12
- $clean_post_id = intval($_GET['srp']);
13
- $clean_email = urldecode($wp_subscribe_reloaded->clean_email($_GET['sre']));
14
- $post = get_post($clean_post_id);
15
 
16
- $wpdb->query("UPDATE $wp_subscribe_reloaded->table_subscriptions SET `status` = 'Y' WHERE `email` = '$clean_email' AND `post_ID` = '$clean_post_id'");
17
  $message = stripslashes(get_option('subscribe_reloaded_subscription_confirmed'));
18
- if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')) $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($message);
 
19
  return "<p>$message</p>";
20
-
21
- ?>
1
  <?php
2
  // Avoid direct access to this piece of code
3
+ if (!function_exists('add_action')){
4
+ header('Location: /');
5
+ exit;
6
  }
7
 
8
+ global $wp_subscribe_reloaded;
 
 
 
 
 
 
9
 
10
+ $wp_subscribe_reloaded->update_subscription_status($post_ID, $email, '-C');
11
  $message = stripslashes(get_option('subscribe_reloaded_subscription_confirmed'));
12
+ if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage'))
13
+ $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($message);
14
  return "<p>$message</p>";
 
 
templates/request-management-link.php CHANGED
@@ -1,24 +1,13 @@
1
  <?php
2
  // Avoid direct access to this piece of code
3
- if (strpos($_SERVER['SCRIPT_FILENAME'], basename(__FILE__))){
4
- header('Location: /');
5
- exit;
6
  }
7
 
8
  ob_start();
9
-
10
- // Load localization files
11
- load_plugin_textdomain('subscribe-reloaded', WP_PLUGIN_DIR .'/subscribe-to-comments-reloaded/langs', '/subscribe-to-comments-reloaded/langs');
12
-
13
- // Is the post_id passed in the query string valid?
14
- $post_ID = !empty($_POST['srp'])?intval($_POST['srp']):(!empty($_GET['srp'])?intval($_GET['srp']):0);
15
- $post = get_post($post_ID);
16
- if (($post_ID > 0) && !is_object($post)){
17
- return '';
18
- }
19
- $post_permalink = get_permalink($post_ID);
20
- if (!empty($_POST['sre'])){
21
- $wp_subscribe_reloaded = new wp_subscribe_reloaded();
22
 
23
  // Send management link
24
  $from_name = stripslashes(get_option('subscribe_reloaded_from_name', 'admin'));
@@ -26,32 +15,34 @@ if (!empty($_POST['sre'])){
26
  $subject = stripslashes(get_option('subscribe_reloaded_management_subject', 'Manage your subscriptions on [blog_name]'));
27
  $message = stripslashes(get_option('subscribe_reloaded_management_content', ''));
28
  $manager_link = get_bloginfo('url').get_option('subscribe_reloaded_manager_page', '/comment-subscriptions');
29
- if (function_exists('qtrans_convertURL')) $manager_link = qtrans_convertURL($manager_link);
30
-
31
- $clean_email = $wp_subscribe_reloaded->clean_email($_POST['sre']);
 
32
  $subscriber_salt = $wp_subscribe_reloaded->generate_key($clean_email);
 
33
 
34
  $headers = "MIME-Version: 1.0\n";
35
  $headers .= "From: $from_name <$from_email>\n";
36
  $content_type = (get_option('subscribe_reloaded_enable_html_emails', 'no') == 'yes')?'text/html':'text/plain';
37
- $headers .= "Content-Type: $content_type; charset=".get_bloginfo('charset')."\nX-Subscribe-to-Comments-Version: $wp_subscribe_reloaded->subscribe_version\n";
38
 
39
- if (strpos($manager_link, '?') !== false)
40
- $manager_link = "$manager_link&sre=".urlencode($clean_email)."&srk=$subscriber_salt";
41
- else
42
- $manager_link = "$manager_link?sre=".urlencode($clean_email)."&srk=$subscriber_salt";
43
 
44
  // Replace tags with their actual values
45
  $subject = str_replace('[blog_name]', get_bloginfo('name'), $subject);
46
  $message = str_replace('[blog_name]', get_bloginfo('name'), $message);
47
  $message = str_replace('[manager_link]', $manager_link, $message);
48
-
49
  // QTranslate support
50
  if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')){
51
  $subject = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($subject);
52
  $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($message);
53
  }
54
- if($content_type == 'text/html') $message = $wp_subscribe_reloaded->wrap_html_message($message, $subject);
 
 
55
  wp_mail($clean_email, $subject, $message, $headers);
56
 
57
  $message = str_replace('[post_permalink]', $post_permalink, stripslashes(get_option('subscribe_reloaded_request_mgmt_link_thankyou')));
@@ -59,24 +50,21 @@ if (!empty($_POST['sre'])){
59
  $message = str_replace('[post_title]', qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($post->post_title), $message);
60
  $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($message);
61
  }
62
- else{
63
  $message = str_replace('[post_title]', $post->post_title, $message);
64
- }
65
-
66
  echo $message;
67
  } else {
 
 
 
68
  ?>
69
-
70
- <p><?php
71
- $message = stripslashes(get_option('subscribe_reloaded_request_mgmt_link'));
72
- if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')) $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($message);
73
- echo $message;
74
- ?></p>
75
  <form action="<?php echo $_SERVER['REQUEST_URI'] ?>" method="post" onsubmit="if(this.subscribe_reloaded_email.value=='' || this.subscribe_reloaded_email.value.indexOf('@')==0) return false">
76
  <fieldset style="border:0">
77
  <p><label for="subscribe_reloaded_email"><?php _e('Email','subscribe-reloaded') ?></label>
78
  <input type="text" class="subscribe-form-field" name="sre" value="<?php echo isset($_COOKIE['comment_author_email_'.COOKIEHASH])?$_COOKIE['comment_author_email_'.COOKIEHASH]:'email'; ?>" size="22"
79
- onfocus="if(this.value==this.defaultValue)this.value=''" onblur="if(this.value=='')this.value=this.defaultValue" />
80
  <input name="submit" type="submit" class="subscribe-form-button" value="<?php _e('Send','subscribe-reloaded') ?>" /></p>
81
  </fieldset>
82
  </form>
1
  <?php
2
  // Avoid direct access to this piece of code
3
+ if (!function_exists('add_action')){
4
+ header('Location: /');
5
+ exit;
6
  }
7
 
8
  ob_start();
9
+ if (!empty($email)){
10
+ global $wp_subscribe_reloaded;
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  // Send management link
13
  $from_name = stripslashes(get_option('subscribe_reloaded_from_name', 'admin'));
15
  $subject = stripslashes(get_option('subscribe_reloaded_management_subject', 'Manage your subscriptions on [blog_name]'));
16
  $message = stripslashes(get_option('subscribe_reloaded_management_content', ''));
17
  $manager_link = get_bloginfo('url').get_option('subscribe_reloaded_manager_page', '/comment-subscriptions');
18
+ if (function_exists('qtrans_convertURL'))
19
+ $manager_link = qtrans_convertURL($manager_link);
20
+
21
+ $clean_email = $wp_subscribe_reloaded->clean_email($email);
22
  $subscriber_salt = $wp_subscribe_reloaded->generate_key($clean_email);
23
+ $post_permalink = get_permalink($post_ID);
24
 
25
  $headers = "MIME-Version: 1.0\n";
26
  $headers .= "From: $from_name <$from_email>\n";
27
  $content_type = (get_option('subscribe_reloaded_enable_html_emails', 'no') == 'yes')?'text/html':'text/plain';
28
+ $headers .= "Content-Type: $content_type; charset=".get_bloginfo('charset');
29
 
30
+ $manager_link .= (strpos($manager_link, '?') !== false)?'&':'?';
31
+ $manager_link .= "sre=".urlencode($clean_email)."&srk=$subscriber_salt";
 
 
32
 
33
  // Replace tags with their actual values
34
  $subject = str_replace('[blog_name]', get_bloginfo('name'), $subject);
35
  $message = str_replace('[blog_name]', get_bloginfo('name'), $message);
36
  $message = str_replace('[manager_link]', $manager_link, $message);
37
+
38
  // QTranslate support
39
  if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')){
40
  $subject = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($subject);
41
  $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($message);
42
  }
43
+ if($content_type == 'text/html')
44
+ $message = $wp_subscribe_reloaded->wrap_html_message($message, $subject);
45
+
46
  wp_mail($clean_email, $subject, $message, $headers);
47
 
48
  $message = str_replace('[post_permalink]', $post_permalink, stripslashes(get_option('subscribe_reloaded_request_mgmt_link_thankyou')));
50
  $message = str_replace('[post_title]', qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($post->post_title), $message);
51
  $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($message);
52
  }
53
+ else
54
  $message = str_replace('[post_title]', $post->post_title, $message);
55
+
 
56
  echo $message;
57
  } else {
58
+ $message = stripslashes(get_option('subscribe_reloaded_request_mgmt_link'));
59
+ if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage'))
60
+ $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($message);
61
  ?>
62
+ <p><?php echo $message ?></p>
 
 
 
 
 
63
  <form action="<?php echo $_SERVER['REQUEST_URI'] ?>" method="post" onsubmit="if(this.subscribe_reloaded_email.value=='' || this.subscribe_reloaded_email.value.indexOf('@')==0) return false">
64
  <fieldset style="border:0">
65
  <p><label for="subscribe_reloaded_email"><?php _e('Email','subscribe-reloaded') ?></label>
66
  <input type="text" class="subscribe-form-field" name="sre" value="<?php echo isset($_COOKIE['comment_author_email_'.COOKIEHASH])?$_COOKIE['comment_author_email_'.COOKIEHASH]:'email'; ?>" size="22"
67
+ onfocus="if(this.value==this.defaultValue)this.value=''" onblur="if(this.value=='')this.value=this.defaultValue" />
68
  <input name="submit" type="submit" class="subscribe-form-button" value="<?php _e('Send','subscribe-reloaded') ?>" /></p>
69
  </fieldset>
70
  </form>
templates/subscribe.php CHANGED
@@ -1,69 +1,75 @@
1
  <?php
2
  // Avoid direct access to this piece of code
3
- if (strpos($_SERVER['SCRIPT_FILENAME'], basename(__FILE__))){
4
- header('Location: /');
5
- exit;
6
  }
7
 
8
- ob_start();
9
 
10
- // Load localization files
11
- load_plugin_textdomain('subscribe-reloaded', WP_PLUGIN_DIR .'/subscribe-to-comments-reloaded/langs', '/subscribe-to-comments-reloaded/langs');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
- // Is the post_id passed in the query string valid?
14
- $post_ID = !empty($_GET['srp'])?intval($_GET['srp']):0;
15
- $post = get_post($post_ID);
16
- if (($post_ID > 0) && !is_object($post)){
17
- return '';
18
- }
19
- $post_permalink = get_permalink($post_ID);
20
- if (!empty($_POST['subscribe_reloaded_email'])){
21
- $wp_subscribe_reloaded = new wp_subscribe_reloaded();
22
  $enable_double_check = get_option('subscribe_reloaded_enable_double_check', 'no');
23
 
24
  // If the case, send a message to the administrator
25
  if (get_option('subscribe_reloaded_enable_admin_messages', 'no') == 'yes'){
26
  $from_name = stripslashes(get_option('subscribe_reloaded_from_name', 'admin'));
27
  $from_email = get_option('subscribe_reloaded_from_email', get_bloginfo('admin_email'));
28
- $clean_email = $wp_subscribe_reloaded->clean_email($_POST['subscribe_reloaded_email']);
29
 
30
- $subject = __('New subscription to','subscribe-reloaded')." $post->post_title";
31
- $message = __('New subscription to','subscribe-reloaded')." $post->post_title\n".__('User:','subscribe-reloaded')." $clean_email";
32
 
33
  $headers = "MIME-Version: 1.0\n";
34
  $headers .= "From: $from_name <$from_email>\n";
35
  $headers .= "Content-Type: text/plain; charset=".get_bloginfo('charset')."\n";
36
  wp_mail(get_bloginfo('admin_email'), $subject, $message, $headers);
37
- }
38
- if ($enable_double_check == 'yes' && !$wp_subscribe_reloaded->is_user_subscribed($post_ID, $_POST['subscribe_reloaded_email'], 'C')){
39
- $wp_subscribe_reloaded->add_subscription($_POST['subscribe_reloaded_email'], 'C', $post_ID);
40
- $wp_subscribe_reloaded->confirmation_email($_POST['subscribe_reloaded_email'], $post_ID);
41
  $message = stripslashes(get_option('subscribe_reloaded_subscription_confirmed_dci'));
42
  }
43
  else{
44
- if(!$wp_subscribe_reloaded->is_user_subscribed($post_ID, $_POST['subscribe_reloaded_email'], 'Y')){
45
- $this->add_subscription($_POST['subscribe_reloaded_email'], 'Y', $post_ID);
46
- }
47
  $message = stripslashes(get_option('subscribe_reloaded_subscription_confirmed'));
48
  }
49
 
50
  $message = str_replace('[post_permalink]', $post_permalink, $message);
51
  if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')){
52
- $message = str_replace('[post_title]', qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($post->post_title), $message);
53
  $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($message);
54
  }
55
  else{
56
- $message = str_replace('[post_title]', $post->post_title, $message);
57
  }
58
 
59
  echo "<p>$message</p>";
60
  } else {
61
- global $current_user;
62
-
63
- if (!empty($current_user->user_email))
64
- $user_email = $current_user->user_email;
65
- else
66
- $user_email = isset($_COOKIE['comment_author_email_'.COOKIEHASH])?$_COOKIE['comment_author_email_'.COOKIEHASH]:'email'
67
  ?>
68
 
69
  <p><?php
@@ -77,9 +83,9 @@ else{
77
  }
78
  echo $message;
79
  ?></p>
80
- <form action="<?php echo $_SERVER['REQUEST_URI'] ?>" method="post" onsubmit="if(this.subscribe_reloaded_email.value=='' || this.subscribe_reloaded_email.value.indexOf('@')==0) return false">
81
  <fieldset style="border:0">
82
- <p><label for="subscribe_reloaded_email"><?php _e('Email','subscribe-reloaded') ?></label> <input type="text" class="subscribe-form-field" name="subscribe_reloaded_email" value="<?php echo $user_email ?>" size="22"
83
  onfocus="if(this.value==this.defaultValue)this.value=''" onblur="if(this.value=='')this.value=this.defaultValue"/>
84
  <input name="submit" type="submit" class="subscribe-form-button" value="<?php _e('Send','subscribe-reloaded') ?>" /></p>
85
  </fieldset>
1
  <?php
2
  // Avoid direct access to this piece of code
3
+ if (!function_exists('add_action')){
4
+ header('Location: /');
5
+ exit;
6
  }
7
 
8
+ global $wp_subscribe_reloaded;
9
 
10
+ ob_start();
11
+ if (!empty($email)){
12
+ $post_permalink = get_permalink($post_ID);
13
+
14
+ // Use Akismet, if available, to check this user is legit
15
+ if(function_exists('akismet_http_post')){
16
+ global $akismet_api_host, $akismet_api_port;
17
+
18
+ $akismet_query_string = "user_ip={$_SERVER['REMOTE_ADDR']}";
19
+ $akismet_query_string .= "&user_agent=".urlencode(stripslashes($_SERVER['HTTP_USER_AGENT']));
20
+ $akismet_query_string .= "&blog=".urlencode(get_option('home'));
21
+ $akismet_query_string .= "&blog_lang=".get_locale();
22
+ $akismet_query_string .= "&blog_charset=".get_option('blog_charset');
23
+ $akismet_query_string .= "&permalink=$post_permalink";
24
+ $akismet_query_string .= "&comment_author_email=".urlencode(stripslashes($email));
25
+
26
+ $akismet_response = akismet_http_post($akismet_query_string, $akismet_api_host, '/1.1/comment-check', $akismet_api_port);
27
+
28
+ // If this is considered SPAM, we stop here
29
+ if ($akismet_response[1] == 'true'){
30
+ ob_end_clean();
31
+ return '';
32
+ }
33
+ }
34
 
35
+ $clean_email = $wp_subscribe_reloaded->clean_email($email);
 
 
 
 
 
 
 
 
36
  $enable_double_check = get_option('subscribe_reloaded_enable_double_check', 'no');
37
 
38
  // If the case, send a message to the administrator
39
  if (get_option('subscribe_reloaded_enable_admin_messages', 'no') == 'yes'){
40
  $from_name = stripslashes(get_option('subscribe_reloaded_from_name', 'admin'));
41
  $from_email = get_option('subscribe_reloaded_from_email', get_bloginfo('admin_email'));
 
42
 
43
+ $subject = __('New subscription to','subscribe-reloaded')." $target_post->post_title";
44
+ $message = __('New subscription to','subscribe-reloaded')." $target_post->post_title\n".__('User:','subscribe-reloaded')." $clean_email";
45
 
46
  $headers = "MIME-Version: 1.0\n";
47
  $headers .= "From: $from_name <$from_email>\n";
48
  $headers .= "Content-Type: text/plain; charset=".get_bloginfo('charset')."\n";
49
  wp_mail(get_bloginfo('admin_email'), $subject, $message, $headers);
50
+ }
51
+ if ($enable_double_check == 'yes' && !$wp_subscribe_reloaded->is_user_subscribed($post_ID, $clean_email, 'C')){
52
+ $wp_subscribe_reloaded->add_subscription($post_ID, $clean_email, 'YC');
53
+ $wp_subscribe_reloaded->confirmation_email($post_ID, $clean_email);
54
  $message = stripslashes(get_option('subscribe_reloaded_subscription_confirmed_dci'));
55
  }
56
  else{
57
+ $this->add_subscription($post_ID, $clean_email, 'Y');
 
 
58
  $message = stripslashes(get_option('subscribe_reloaded_subscription_confirmed'));
59
  }
60
 
61
  $message = str_replace('[post_permalink]', $post_permalink, $message);
62
  if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')){
63
+ $message = str_replace('[post_title]', qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($target_post->post_title), $message);
64
  $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($message);
65
  }
66
  else{
67
+ $message = str_replace('[post_title]', $target_post->post_title, $message);
68
  }
69
 
70
  echo "<p>$message</p>";
71
  } else {
72
+ $email = isset($_COOKIE['comment_author_email_'.COOKIEHASH])?$_COOKIE['comment_author_email_'.COOKIEHASH]:'email';
 
 
 
 
 
73
  ?>
74
 
75
  <p><?php
83
  }
84
  echo $message;
85
  ?></p>
86
+ <form action="<?php echo $_SERVER['REQUEST_URI'] ?>" method="post" onsubmit="if(this.sre.value=='' || this.sre.indexOf('@')==0) return false">
87
  <fieldset style="border:0">
88
+ <p><label for="sre"><?php _e('Email','subscribe-reloaded') ?></label> <input type="text" class="subscribe-form-field" name="sre" value="<?php echo $email ?>" size="22"
89
  onfocus="if(this.value==this.defaultValue)this.value=''" onblur="if(this.value=='')this.value=this.defaultValue"/>
90
  <input name="submit" type="submit" class="subscribe-form-button" value="<?php _e('Send','subscribe-reloaded') ?>" /></p>
91
  </fieldset>
templates/user.php CHANGED
@@ -1,67 +1,74 @@
1
  <?php
2
  // Avoid direct access to this piece of code
3
- if (strpos($_SERVER['SCRIPT_FILENAME'], basename(__FILE__))){
4
- header('Location: /');
5
- exit;
6
  }
7
- global $wpdb;
8
- ob_start();
9
 
10
- // Load localization files
11
- load_plugin_textdomain('subscribe-reloaded', WP_PLUGIN_DIR .'/subscribe-to-comments-reloaded/langs', '/subscribe-to-comments-reloaded/langs');
12
- $wp_subscribe_reloaded = new wp_subscribe_reloaded();
13
- if (!empty($current_user->user_email))
14
- $clean_email = $current_user->user_email;
15
- else
16
- $clean_email = !empty($_POST['sre'])?$wp_subscribe_reloaded->clean_email($_POST['sre']):(!empty($_GET['sre'])?$wp_subscribe_reloaded->clean_email($_GET['sre']):'undefined');
17
 
18
- if (!empty($_POST['post_list']) && !empty($_POST['action_type'])){
19
- $post_list = implode("','", $_POST['post_list']);
20
- switch($_POST['action_type']){
21
- case 'd':
22
- $wpdb->query("DELETE FROM $wp_subscribe_reloaded->table_subscriptions WHERE `post_ID` IN ('$post_list') AND `email` = '$clean_email'");
 
 
 
 
 
 
 
 
 
 
 
 
23
  break;
24
- case 's':
25
- $wpdb->query("UPDATE $wp_subscribe_reloaded->table_subscriptions SET `status` = 'N' WHERE `post_ID` IN ('$post_list') AND `email` = '$clean_email'");
 
26
  break;
27
- case 'a':
28
- $wpdb->query("UPDATE $wp_subscribe_reloaded->table_subscriptions SET `status` = 'Y' WHERE `post_ID` IN ('$post_list') AND `email` = '$clean_email'");
 
29
  break;
30
  default:
31
  break;
32
  }
33
- echo '<p><b>'.__('All the subscriptions have been successfully updated.','subscribe-reloaded').'</b></p>';
34
  }
35
  $message = stripslashes(get_option('subscribe_reloaded_user_text'));
36
- if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')) $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($message);
 
37
  echo "<p>$message</p>";
38
  ?>
39
 
40
- <form action="<?php echo htmlspecialchars($_SERVER['REQUEST_URI']) ?>" method="post" id="post_list_form"
41
- onsubmit="return confirm('<?php _e('Please remember: this operation cannot be undone. Are you sure you want to proceed?', 'subscribe-reloaded') ?>')">
42
  <fieldset style="border:0">
43
  <?php
44
- $subscriptions = $wpdb->get_results("SELECT `status`, `post_ID`, `dt` FROM $wp_subscribe_reloaded->table_subscriptions WHERE `email` = '$clean_email' ORDER BY `status` ASC, `post_ID` ASC", OBJECT);
45
  if (is_array($subscriptions) && !empty($subscriptions)){
46
- echo '<p>'.__('Email','subscribe-reloaded').': <strong>'.$clean_email.'</strong></p>';
47
- echo '<p>'.__('Legend: Y: subscribed, N: suspended, C: awaiting confirmation','subscribe-reloaded').'</p>';
48
- echo '<ul class="subscribe-reloaded-list">';
49
  foreach($subscriptions as $a_subscription){
50
- $permalink = get_permalink($a_subscription->post_ID);
51
- $title = get_the_title($a_subscription->post_ID);
52
- echo "<li><input type='checkbox' name='post_list[]' value='{$a_subscription->post_ID}' id='post_{$a_subscription->post_ID}'/> <label for='post_{$a_subscription->post_ID}'><a class='subscribe-column-1' href='$permalink'>$title</a></label> <span class='subscribe-separator subscribe-separator-1'>&mdash;</span> <span class='subscribe-column-2'>$a_subscription->dt</span> <span class='subscribe-separator subscribe-separator-2'>&mdash;</span> <span class='subscribe-column-3'>{$a_subscription->status}</span></li>\n";
53
  }
54
  echo '</ul>';
55
- echo '<p><a class="subscribe-small-text" href="#" onclick="t=document.getElementById(\'post_list_form\').elements;for(i in t) t[i].checked=1">'.__('Select all','subscribe-reloaded').'</a> - ';
56
- echo '<a class="small-text" href="#" onclick="t=document.getElementById(\'post_list_form\').elements;for(i in t)if(t[i].checked==1){t[i].checked=0} else{t[i].checked=1}">'.__('Invert selection','subscribe-reloaded').'</a></p>';
57
- echo '<p>'.__('Action:','subscribe-reloaded').' <input type="radio" name="action_type" value="d" id="action_type_delete" /> <label for="action_type_delete">'.__('Delete','subscribe-reloaded').'</label> &nbsp;&nbsp;&nbsp;&nbsp; ';
58
- echo '<input type="radio" name="action_type" value="s" id="action_type_suspend" checked="checked" /> <label for="action_type_suspend">'.__('Suspend','subscribe-reloaded').'</label> &nbsp;&nbsp;&nbsp;&nbsp; ';
59
- echo '<input type="radio" name="action_type" value="a" id="action_type_activate" /> <label for="action_type_activate">'.__('Resume','subscribe-reloaded').'</label></p>';
60
- echo '<p><input type="submit" class="subscribe-form-button" value="'.__('Update subscriptions','subscribe-reloaded').'" /></p>';
 
 
61
 
62
  }
63
  else{
64
- echo '<p>'.__('Sorry, no subscriptions found.','subscribe-reloaded').'</p>';
65
  }
66
  ?>
67
  </fieldset>
1
  <?php
2
  // Avoid direct access to this piece of code
3
+ if (!function_exists('add_action')){
4
+ header('Location: /');
5
+ exit;
6
  }
 
 
7
 
8
+ global $wp_subscribe_reloaded;
 
 
 
 
 
 
9
 
10
+ ob_start();
11
+ if (!empty($_POST['post_list'])){
12
+ $post_list = array();
13
+ foreach($_POST['post_list'] as $a_post_id){
14
+ if (!in_array($a_post_id, $post_list))
15
+ $post_list[] = intval($a_post_id);
16
+ }
17
+
18
+ $action = !empty($_POST['sra'])?$_POST['sra']:(!empty($_GET['sra'])?$_GET['sra']:'');
19
+ switch($action){
20
+ case 'delete':
21
+ $rows_affected = $wp_subscribe_reloaded->delete_subscriptions($post_list, $email);
22
+ echo '<p class="updated">'.__('Subscriptions deleted:', 'subscribe-reloaded')." $rows_affected</p>";
23
+ break;
24
+ case 'suspend':
25
+ $rows_affected = $wp_subscribe_reloaded->update_subscription_status($post_list, $email, 'C');
26
+ echo '<p class="updated">'.__('Subscriptions suspended:', 'subscribe-reloaded')." $rows_affected</p>";
27
  break;
28
+ case 'activate':
29
+ $rows_affected = $wp_subscribe_reloaded->update_subscription_status($post_list, $email, '-C');
30
+ echo '<p class="updated">'.__('Subscriptions activated:', 'subscribe-reloaded')." $rows_affected</p>";
31
  break;
32
+ case 'force_r':
33
+ $rows_affected = $wp_subscribe_reloaded->update_subscription_status($post_list, $email, 'R');
34
+ echo '<p class="updated">'.__('Subscriptions updated:', 'subscribe-reloaded')." $rows_affected</p>";
35
  break;
36
  default:
37
  break;
38
  }
 
39
  }
40
  $message = stripslashes(get_option('subscribe_reloaded_user_text'));
41
+ if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage'))
42
+ $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($message);
43
  echo "<p>$message</p>";
44
  ?>
45
 
46
+ <form action="<?php echo htmlspecialchars($_SERVER['REQUEST_URI']) ?>" method="post" id="post_list_form" name="post_list_form" onsubmit="if(this.sra[0].checked) return confirm('<?php _e('Please remember: this operation cannot be undone. Are you sure you want to proceed?', 'subscribe-reloaded') ?>')">
 
47
  <fieldset style="border:0">
48
  <?php
49
+ $subscriptions = $subscriptions = $wp_subscribe_reloaded->get_subscriptions('email', 'equals', $email, 'dt', 'DESC');
50
  if (is_array($subscriptions) && !empty($subscriptions)){
51
+ echo '<p id="subscribe-reloaded-email-p">'.__('Email','subscribe-reloaded').': <strong>'.$email.'</strong></p>';
52
+ echo '<p id="subscribe-reloaded-legend-p">'.__('Legend: Y = all comments, R = replies only, C = inactive', 'subscribe-reloaded').'</p>';
53
+ echo '<ul id="subscribe-reloaded-list">';
54
  foreach($subscriptions as $a_subscription){
55
+ $permalink = get_permalink($a_subscription->post_id);
56
+ $title = get_the_title($a_subscription->post_id);
57
+ echo "<li><label for='post_{$a_subscription->post_id}'><input type='checkbox' name='post_list[]' value='{$a_subscription->post_id}' id='post_{$a_subscription->post_id}'/> <span class='subscribe-column-1'>$a_subscription->dt</span> <span class='subscribe-separator subscribe-separator-1'>&mdash;</span> <span class='subscribe-column-2'>{$a_subscription->status}</span> <span class='subscribe-separator subscribe-separator-2'>&mdash;</span> <a class='subscribe-column-3' href='$permalink'>$title</a></label></li>\n";
58
  }
59
  echo '</ul>';
60
+ echo '<p id="subscribe-reloaded-select-all-p"><a class="subscribe-reloaded-small-button" href="#" onclick="t=document.forms[\'post_list_form\'].elements[\'post_list[]\'];c=t.length;if(!c){t.checked=true}else{for(var i=0;i<c;i++){t[i].checked=true}};return false;">'.__('Select all','subscribe-reloaded').'</a> ';
61
+ echo '<a class="subscribe-reloaded-small-button" href="#" onclick="t=document.forms[\'post_list_form\'].elements[\'post_list[]\'];c=t.length;if(!c){t.checked=!t.checked}else{for(var i=0;i<c;i++){t[i].checked=false}};return false;">'.__('Invert selection','subscribe-reloaded').'</a></p>';
62
+ echo '<p id="subscribe-reloaded-action-p">'.__('Action:','subscribe-reloaded').'
63
+ <input type="radio" name="sra" value="delete" id="action_type_delete" /> <label for="action_type_delete">'.__('Delete','subscribe-reloaded').'</label> &nbsp;&nbsp;&nbsp;&nbsp;
64
+ <input type="radio" name="sra" value="suspend" id="action_type_suspend" checked="checked" /> <label for="action_type_suspend">'.__('Suspend','subscribe-reloaded').'</label> &nbsp;&nbsp;&nbsp;&nbsp;
65
+ <input type="radio" name="sra" value="force_r" id="action_type_force_y" /> <label for="action_type_force_y">'.__('Replies to my comments','subscribe-reloaded').'</label> &nbsp;&nbsp;&nbsp;&nbsp;
66
+ <input type="radio" name="sra" value="activate" id="action_type_activate" /> <label for="action_type_activate">'.__('Activate','subscribe-reloaded').'</label></p>';
67
+ echo '<p id="subscribe-reloaded-update-p"><input type="submit" class="subscribe-form-button" value="'.__('Update subscriptions','subscribe-reloaded').'" /><input type="hidden" name="sre" value="'.urlencode($email).'"/></p>';
68
 
69
  }
70
  else{
71
+ echo '<p>'.__('No subscriptions match your search criteria.', 'subscribe-reloaded').'</p>';
72
  }
73
  ?>
74
  </fieldset>
uninstall.php CHANGED
@@ -6,7 +6,8 @@ if (!defined('WP_UNINSTALL_PLUGIN')) exit;
6
  global $wpdb;
7
 
8
  // Goodbye data...
9
- $wpdb->query("DROP TABLE IF EXISTS `{$wpdb->prefix}subscribe_reloaded`");
 
10
 
11
  // Goodbye options...
12
  delete_option('subscribe_reloaded_manager_page');
@@ -19,6 +20,8 @@ delete_option('subscribe_reloaded_subscription_confirmed_dci');
19
  delete_option('subscribe_reloaded_author_text');
20
  delete_option('subscribe_reloaded_user_text');
21
 
 
 
22
  delete_option('subscribe_reloaded_purge_days');
23
  delete_option('subscribe_reloaded_from_name');
24
  delete_option('subscribe_reloaded_from_email');
@@ -29,11 +32,12 @@ delete_option('subscribe_reloaded_enable_html_emails');
29
  delete_option('subscribe_reloaded_process_trackbacks');
30
  delete_option('subscribe_reloaded_enable_admin_messages');
31
  delete_option('subscribe_reloaded_admin_subscribe');
 
32
 
33
  delete_option('subscribe_reloaded_notification_subject');
34
  delete_option('subscribe_reloaded_notification_content');
35
  delete_option('subscribe_reloaded_checkbox_label');
36
- delete_option('subscribe_reloaded_checkbox_class');
37
  delete_option('subscribe_reloaded_checkbox_inline_style');
38
  delete_option('subscribe_reloaded_checkbox_html');
39
  delete_option('subscribe_reloaded_subscribed_label');
6
  global $wpdb;
7
 
8
  // Goodbye data...
9
+ $wpdb->query("DROP TABLE IF EXISTS {$wpdb->prefix}subscribe_reloaded"); // Compatibility with versions prior to 1.7
10
+ $wpdb->query("DELETE FROM $wpdb->postmeta WHERE meta_key LIKE '\_stcr@\_%'");
11
 
12
  // Goodbye options...
13
  delete_option('subscribe_reloaded_manager_page');
20
  delete_option('subscribe_reloaded_author_text');
21
  delete_option('subscribe_reloaded_user_text');
22
 
23
+ delete_option('subscribe_reloaded_show_subscription_box');
24
+ delete_option('subscribe_reloaded_enable_advanced_subscriptions');
25
  delete_option('subscribe_reloaded_purge_days');
26
  delete_option('subscribe_reloaded_from_name');
27
  delete_option('subscribe_reloaded_from_email');
32
  delete_option('subscribe_reloaded_process_trackbacks');
33
  delete_option('subscribe_reloaded_enable_admin_messages');
34
  delete_option('subscribe_reloaded_admin_subscribe');
35
+ delete_option('subscribe_reloaded_custom_header_meta');
36
 
37
  delete_option('subscribe_reloaded_notification_subject');
38
  delete_option('subscribe_reloaded_notification_content');
39
  delete_option('subscribe_reloaded_checkbox_label');
40
+ delete_option('subscribe_reloaded_checkbox_class'); // Not used in StCR >= 2.0, but left for backward compatibility
41
  delete_option('subscribe_reloaded_checkbox_inline_style');
42
  delete_option('subscribe_reloaded_checkbox_html');
43
  delete_option('subscribe_reloaded_subscribed_label');