forked from hildende/smtp-mailing-queue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tmp-smtp-mailing-queue-readme.pot
282 lines (213 loc) · 7.82 KB
/
tmp-smtp-mailing-queue-readme.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
msgid ""
msgstr "MIME-Version: 1.0\n"
#. Name.
msgid "SMTP Mailing Queue"
msgstr ""
#. Short description.
msgid "Add emails to a mailing queue instead of sending immediately to speed up sending forms for the website visitor and lower server load."
msgstr ""
#. Screenshot description.
msgid "SMTP Setting"
msgstr ""
#. Screenshot description.
msgid "Advanced Settings"
msgstr ""
#. Screenshot description.
msgid "Tools"
msgstr ""
#. Found in description list item.
msgid "You can send test mails to test your setup."
msgstr ""
#. Found in description list item.
msgid "You can process the mailing queue manually instead of waiting for cronjob."
msgstr ""
#. Found in description list item.
msgid "You can display the mailing queue in the backend to see emails that will be sent with next processing."
msgstr ""
#. Found in description list item.
msgid "Logging of mails and errors."
msgstr ""
#. Found in description list item.
msgid "Archive of sent mail."
msgstr ""
#. Found in description list item.
msgid "Storing mailing data in database instead of files."
msgstr ""
#. Found in description list item.
msgid "Using plugin for SMTP mails without using mailing queue."
msgstr ""
#. Found in description paragraph.
msgid ""
"This plugin adds emails to a mailing queue instead of sending immediately. This speeds up sending forms for the website visitor and lowers the server load.\n"
"Emails are stored as files which are deleted after emails are sent."
msgstr ""
#. Found in description paragraph.
msgid "You can send all outgoing emails via an SMTP server or (the WordPress standard) PHP function <a href=\"http://php.net/manual/en/function.mail.php\">mail</a>, and either use <a href=\"https://codex.wordpress.org/Function_Reference/wp_cron\">wp_cron</a> or a cronjob (if your server/hoster supports this) to process the queue."
msgstr ""
#. Found in description paragraph.
msgid "Plugin requires PHP 5.4 or above."
msgstr ""
#. Found in description paragraph, installation paragraph.
msgid "Tools:"
msgstr ""
#. Found in description paragraph.
msgid "Coming soon:"
msgstr ""
#. Found in description paragraph.
msgid "Feel free to suggest features or send feedback in the <a href=\"https://wordpress.org/support/plugin/smtp-mailing-queue\">support section</a>, via <a href=\"mailto:[email protected]\">email</a> or by creating a pull request on <a href=\"https://github.com/hildende/smtp-mailing-queue\">github</a>."
msgstr ""
#. Found in installation header.
msgid "SMTP"
msgstr ""
#. Found in installation header.
msgid "Advanced"
msgstr ""
#. Found in installation header.
msgid "Additional"
msgstr ""
#. Found in installation header.
msgid "Usage"
msgstr ""
#. Found in installation list item.
msgid "Upload the files to the <code>/wp-content/plugins/smtp-mailing-queue/</code> directory"
msgstr ""
#. Found in installation list item.
msgid "Activate the \\\"SMTP Mailing Queue\\\" plugin through the \\\"Plugins\\\" admin page in WordPress"
msgstr ""
#. Found in installation list item.
msgid "Go to \\\"SMTP Mailing Queue\\\" settings page in WordPress admin settings section (you can simply click the \\\"Settings\\\" link for this plugin in the \\\"Plugin\\\" page"
msgstr ""
#. Found in installation list item.
msgid "Host: smtp.gmail.com"
msgstr ""
#. Found in installation list item.
msgid "Port: 465"
msgstr ""
#. Found in installation list item.
msgid "Encryption: ssl"
msgstr ""
#. Found in installation list item.
msgid "Use authentication: yes"
msgstr ""
#. Found in installation list item.
msgid "Username: your full email address"
msgstr ""
#. Found in installation list item.
msgid "Host: smtp.mail.yahoo.com"
msgstr ""
#. Found in installation list item.
msgid "Host: smtp.office365.com"
msgstr ""
#. Found in installation list item.
msgid "Port: 587"
msgstr ""
#. Found in installation list item.
msgid "Encryption: tls"
msgstr ""
#. Found in installation list item.
msgid "queue limit: Set the amount of mails sent per cronjob processing"
msgstr ""
#. Found in installation list item.
msgid "secret key: Set a key needed to start queue manually or via cronjob"
msgstr ""
#. Found in installation list item.
msgid "wp_cron interval: Choose how often wp_cron is started (in seconds)"
msgstr ""
#. Found in installation list item.
msgid "Test Mail: Test your email settings by sendig directly or adding test mail into queue."
msgstr ""
#. Found in installation list item.
msgid "Process Queue: Start queue processing manually. Your set queue limit will still be obeyed, if set."
msgstr ""
#. Found in installation list item.
msgid "List Queue: Show all mails in mailing queue."
msgstr ""
#. Found in installation paragraph.
msgid "Enter the SMTP credentials you got from your mail provider."
msgstr ""
#. Found in installation paragraph.
msgid "<strong>Common mail providers:</strong>"
msgstr ""
#. Found in installation paragraph.
msgid "<strong>gmail</strong>"
msgstr ""
#. Found in installation paragraph.
msgid "<strong>yahoo</strong>"
msgstr ""
#. Found in installation paragraph.
msgid "<strong>office365</strong>"
msgstr ""
#. Found in installation paragraph.
msgid "If you have another mail provider you will most likely get the SMTP settings on their website or by asking them."
msgstr ""
#. Found in installation paragraph.
msgid ""
"For apache a .htaccess file with <code>deny from all</code> is generated in mail storage dir.\n"
"For all systems that cannot read .htaccess you should deny access to <code>wp-content/uploads/smtp-mailing-queue/</code>."
msgstr ""
#. Found in installation paragraph.
msgid "After activation mails automatically queue to be processed by wp_cron or cronjob. SMTP will be used if settings set up."
msgstr ""
#. Found in changelog list item.
msgid "Bugfix: Emails that couldn't be sent now really don't stop the queue anymore."
msgstr ""
#. Found in changelog list item.
msgid "Feature/Bugfix: Added tools section for emails that couldn't be sent. Those emails will no longer stop the entire queue."
msgstr ""
#. Found in changelog list item.
msgid "Feature: Added advanced option to only queue mails if more than one recipient is set."
msgstr ""
#. Found in changelog list item.
msgid "<p>Feature: Added warning on install if PHP version <5.4</p>"
msgstr ""
#. Found in changelog list item.
msgid "<p>Bugfix: PHP warning for empty headers in list tool</p>"
msgstr ""
#. Found in changelog list item.
msgid "Bugfix: Wrong SMTP password stored at first save"
msgstr ""
#. Found in changelog list item.
msgid "Bugfix: timeout at slow SMTP servers"
msgstr ""
#. Found in changelog list item.
msgid "First commit of the plugin"
msgstr ""
#. Found in changelog paragraph.
msgid "Feature: Added warning on install if PHP version <5.4"
msgstr ""
#. Found in changelog paragraph.
msgid "Bugfix: Use of WordPress URL instead of host name (Thanks to <a href=\"https://github.com/mgoncharenko\">mgoncharenko</a> for this fix)"
msgstr ""
#. Found in changelog paragraph.
msgid "Bugfix: PHP warning for empty headers in list tool"
msgstr ""
#. Found in faq header.
msgid "Can this plugin be used to send emails via SMTP?"
msgstr ""
#. Found in faq header.
msgid "Do I have to use SMTP?"
msgstr ""
#. Found in faq header.
msgid "Can anyone read the mails in a browser"
msgstr ""
#. Found in faq header.
msgid "Can I just use the SMTP function and sent immediatly without queuing?"
msgstr ""
#. Found in faq header.
msgid "I like this plugin. Can I buy you a beer?"
msgstr ""
#. Found in faq paragraph.
msgid "Yes."
msgstr ""
#. Found in faq paragraph.
msgid "No (just leave SMTP settings empty)"
msgstr ""
#. Found in faq paragraph.
msgid "Not if you followed the advanced installation."
msgstr ""
#. Found in faq paragraph.
msgid "Not at the moment, but this will be added in a future release."
msgstr ""
#. Found in faq paragraph.
msgid "Sure, just <a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KRBU2JDQUMWP4\">head over here</a>"
msgstr ""