Plugin Directory

source: https-redirection/trunk/languages/https-redirection.pot

Last change on this file was 3277637, checked in by mra13, 11 months ago
  • The plugin has gone through significant updates and improvements in this version.
  • If you have any issues after you upgrade to this version, please roll back to the previous version and contact us for support.
  • Here is the download link for the previous version: https://downloads.wordpress.org/plugin/https-redirection.1.9.2.zip
  • The plugin now has it's own admin menu labeled "Easy HTTPS & SSL".
  • Added a new option to send SSL expiry notifications to a specific email address.
  • Added a new option to specify how many days in advance the notification should be sent.
  • Added debug logging feature.
  • Updated the translation POT file.
File size: 14.5 KB
Line 
1"Project-Id-Version: Easy HTTPS (SSL) Redirection\n"
2"POT-Creation-Date: 2025-04-20 17:40+0600\n"
3"PO-Revision-Date: 2025-04-20 17:39+0600\n"
4"Last-Translator: \n"
5"Language-Team: \n"
6"MIME-Version: 1.0\n"
7"Content-Type: text/plain; charset=UTF-8\n"
8"Content-Transfer-Encoding: 8bit\n"
9"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
10"X-Generator: Poedit 3.4\n"
11"X-Poedit-Basepath: ..\n"
12"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
13"X-Poedit-WPHeader: easy-https-ssl.php\n"
14"X-Poedit-SourceCharset: UTF-8\n"
15"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
16"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
17"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
18"X-Poedit-SearchPath-0: .\n"
19"X-Poedit-SearchPathExcluded-0: *.min.js\n"
20"X-Poedit-SearchPathExcluded-1: vendor\n"
21
22#: admin/ehssl-admin-init.php:63
23msgid "Easy HTTPS & SSL"
24msgstr ""
25
26#: admin/ehssl-admin-init.php:64 admin/ehssl-dashboard-menu.php:44
27msgid "Dashboard"
28msgstr ""
29
30#: admin/ehssl-admin-init.php:65 admin/ehssl-settings-menu.php:42
31#: easy-https-ssl.php:47 easy-https-ssl.php:61
32msgid "Settings"
33msgstr ""
34
35#: admin/ehssl-admin-init.php:66 admin/ehssl-certificate-expiry-menu.php:41
36msgid "Certificate Expiry"
37msgstr ""
38
39#: admin/ehssl-admin-init.php:72 admin/ehssl-settings-menu.php:133
40msgid "HTTPS Redirection"
41msgstr ""
42
43#: admin/ehssl-admin-init.php:242
44msgid "NOTE:"
45msgstr ""
46
47#: admin/ehssl-admin-init.php:243
48msgid ""
49"The following php extensions are missing which is required by this plugin to "
50"work properly. Contact you hosting provider enable this."
51msgstr ""
52
53#: admin/ehssl-certificate-expiry-menu.php:72
54msgid "SSL certificate scan completed successfully."
55msgstr ""
56
57#: admin/ehssl-certificate-expiry-menu.php:84
58msgid "SSL certificate info was deleted successfully."
59msgstr ""
60
61#: admin/ehssl-certificate-expiry-menu.php:86
62msgid "No saved SSL certificate info was detected for deletion."
63msgstr ""
64
65#: admin/ehssl-certificate-expiry-menu.php:94
66msgid "Certificates"
67msgstr ""
68
69#: admin/ehssl-certificate-expiry-menu.php:101
70msgid "ID"
71msgstr ""
72
73#: admin/ehssl-certificate-expiry-menu.php:102
74msgid "Label"
75msgstr ""
76
77#: admin/ehssl-certificate-expiry-menu.php:103
78msgid "Issuer"
79msgstr ""
80
81#: admin/ehssl-certificate-expiry-menu.php:104
82msgid "Issued on"
83msgstr ""
84
85#: admin/ehssl-certificate-expiry-menu.php:105
86msgid "Expires on"
87msgstr ""
88
89#: admin/ehssl-certificate-expiry-menu.php:106
90msgid "Status"
91msgstr ""
92
93#: admin/ehssl-certificate-expiry-menu.php:126
94msgid ""
95"No SSL certificate information found. Click the Scan button to search for "
96"installed certificates."
97msgstr ""
98
99#: admin/ehssl-certificate-expiry-menu.php:134
100msgid "Certificate Actions"
101msgstr ""
102
103#: admin/ehssl-certificate-expiry-menu.php:139
104msgid "Click the Scan button to manually scan for available SSL certificates."
105msgstr ""
106
107#: admin/ehssl-certificate-expiry-menu.php:144
108msgid "Scan Now"
109msgstr ""
110
111#: admin/ehssl-certificate-expiry-menu.php:153
112msgid "Do you really want to delete all saved SSL info?"
113msgstr ""
114
115#: admin/ehssl-certificate-expiry-menu.php:154
116msgid "Delete all SSL certificate records from the table."
117msgstr ""
118
119#: admin/ehssl-certificate-expiry-menu.php:160
120msgid "Delete All SSL Info"
121msgstr ""
122
123#: admin/ehssl-certificate-expiry-menu.php:187 admin/ehssl-settings-menu.php:89
124#: admin/ehssl-settings-menu.php:115 admin/ehssl-settings-menu.php:316
125msgid "Settings Saved."
126msgstr ""
127
128#: admin/ehssl-certificate-expiry-menu.php:225
129msgid "Notification Email Settings"
130msgstr ""
131
132#: admin/ehssl-certificate-expiry-menu.php:233
133msgid "Enable Certificate Expiry Notification"
134msgstr ""
135
136#: admin/ehssl-certificate-expiry-menu.php:243
137msgid "Enable this option to send SSL certificate expiry notifications."
138msgstr ""
139
140#: admin/ehssl-certificate-expiry-menu.php:249
141msgid "Email Content Type"
142msgstr ""
143
144#: admin/ehssl-certificate-expiry-menu.php:254
145msgid "Plain Text"
146msgstr ""
147
148#: admin/ehssl-certificate-expiry-menu.php:255
149msgid "HTML"
150msgstr ""
151
152#: admin/ehssl-certificate-expiry-menu.php:258
153msgid ""
154"Choose whether the SSL expiry notification email should be sent in plain "
155"text or HTML format."
156msgstr ""
157
158#: admin/ehssl-certificate-expiry-menu.php:264
159msgid "Notification Email Before Days"
160msgstr ""
161
162#: admin/ehssl-certificate-expiry-menu.php:275
163msgid ""
164"Set how many days in advance the expiry email should be sent. Default is 7 "
165"days."
166msgstr ""
167
168#: admin/ehssl-certificate-expiry-menu.php:281
169msgid "Notification Email From"
170msgstr ""
171
172#: admin/ehssl-certificate-expiry-menu.php:291
173msgid "The email address used as the 'From' address in the notification email."
174msgstr ""
175
176#: admin/ehssl-certificate-expiry-menu.php:297
177msgid "Notification Email To"
178msgstr ""
179
180#: admin/ehssl-certificate-expiry-menu.php:308
181msgid "Email address where expiry notifications will be sent."
182msgstr ""
183
184#: admin/ehssl-certificate-expiry-menu.php:314
185msgid "Notification Email Subject"
186msgstr ""
187
188#: admin/ehssl-certificate-expiry-menu.php:325
189msgid "Certificate expiry notification email subject."
190msgstr ""
191
192#: admin/ehssl-certificate-expiry-menu.php:331
193msgid "Notification Email Body"
194msgstr ""
195
196#: admin/ehssl-certificate-expiry-menu.php:363
197msgid "Certificate expiry notification email body."
198msgstr ""
199
200#: admin/ehssl-certificate-expiry-menu.php:372
201#: admin/ehssl-settings-menu.php:193 admin/ehssl-settings-menu.php:275
202#: admin/ehssl-settings-menu.php:344
203msgid "Save Changes"
204msgstr ""
205
206#: admin/ehssl-dashboard-menu.php:105
207msgid "SSL Status"
208msgstr ""
209
210#: admin/ehssl-dashboard-menu.php:115
211msgid "Your site is protected!"
212msgstr ""
213
214#: admin/ehssl-dashboard-menu.php:122
215msgid "No SSL found!"
216msgstr ""
217
218#: admin/ehssl-dashboard-menu.php:137
219msgid "SSL Information"
220msgstr ""
221
222#: admin/ehssl-settings-menu-old.php:16
223msgid "HTTPS Redirection Settings"
224msgstr ""
225
226#: admin/ehssl-settings-menu-old.php:19
227msgid ""
228"The HTTPS Redirection settings have been upgraded and relocated to a new "
229"menu page titled <strong>Easy HTTPS & SSL</strong>. We have also added new "
230"features to enhance the plugin. Click the link below to access the new "
231"settings page."
232msgstr ""
233
234#: admin/ehssl-settings-menu-old.php:22
235msgid "Go to the New Settings Page"
236msgstr ""
237
238#: admin/ehssl-settings-menu.php:125
239#, php-format
240msgid ""
241"When you enable the HTTPS redirection, the plugin will force redirect the "
242"URL to the HTTPS version of the URL. So before enabling this plugin's "
243"feature, visit your site's HTTPS URL %s to make sure the page loads "
244"correctly. Otherwise you may get locked out if your SSL certificate is not "
245"installed correctly on your site or the HTTPS URL is not working and this "
246"plugin is auto redirecting to the HTTPS URL."
247msgstr ""
248
249#: admin/ehssl-settings-menu.php:128
250msgid "Important!"
251msgstr ""
252
253#: admin/ehssl-settings-menu.php:129
254msgid ""
255"If you're using caching plugins similar to W3 Total Cache or WP Super Cache, "
256"you need to clear their cache after you enable or disable automatic "
257"redirection option. Failing to do so may result in mixed content warning "
258"from browser."
259msgstr ""
260
261#: admin/ehssl-settings-menu.php:142 admin/ehssl-settings-menu.php:219
262msgid "Notice:"
263msgstr ""
264
265#: admin/ehssl-settings-menu.php:142
266msgid ""
267"The plugin's settings have been changed. In order to save them please don't "
268"forget to click the 'Save Changes' button."
269msgstr ""
270
271#: admin/ehssl-settings-menu.php:150
272msgid "Enable Automatic Redirection to HTTPS"
273msgstr ""
274
275#: admin/ehssl-settings-menu.php:156
276msgid ""
277"Use this option to make your webpage(s) load in HTTPS version only. If "
278"someone enters a non-https URL in the browser's address bar then the plugin "
279"will automatically redirect to the HTTPS version of that URL."
280msgstr ""
281
282#: admin/ehssl-settings-menu.php:167
283msgid "Apply HTTPS Redirection To:"
284msgstr ""
285
286#: admin/ehssl-settings-menu.php:170
287msgid "The whole domain"
288msgstr ""
289
290#: admin/ehssl-settings-menu.php:173
291msgid "A few pages"
292msgstr ""
293
294#: admin/ehssl-settings-menu.php:177 admin/ehssl-settings-menu.php:181
295msgid "Please enter a page slug value in the field before adding it."
296msgstr ""
297
298#: admin/ehssl-settings-menu.php:181
299msgid "Enter the page slug"
300msgstr ""
301
302#: admin/ehssl-settings-menu.php:219
303msgid ""
304"It is very important to be extremely attentive when making changes to ."
305"htaccess file."
306msgstr ""
307
308#: admin/ehssl-settings-menu.php:220
309msgid "If after making changes your site stops functioning, do the following:"
310msgstr ""
311
312#: admin/ehssl-settings-menu.php:221
313msgid ""
314"Step #1: Open .htaccess file in the root directory of the WordPress install "
315"and delete everything between the following two lines"
316msgstr ""
317
318#: admin/ehssl-settings-menu.php:226
319msgid ""
320"Step #2: Save the htaccess file (this will erase any change this plugin made "
321"to that file)."
322msgstr ""
323
324#: admin/ehssl-settings-menu.php:227
325msgid ""
326"Step #3: Deactivate the plugin or rename this plugin's folder (which will "
327"deactivate the plugin)."
328msgstr ""
329
330#: admin/ehssl-settings-menu.php:229
331msgid ""
332"The changes will be applied immediately after saving the changes, if you are "
333"not sure - do not click the \"Save changes\" button."
334msgstr ""
335
336#: admin/ehssl-settings-menu.php:235
337msgid "HTTPS redirection only works if you have pretty permalinks enabled."
338msgstr ""
339
340#: admin/ehssl-settings-menu.php:236
341msgid ""
342"To enable pretty permalinks go to <em>Settings > Permalinks</em> and select "
343"any option other than \"default\"."
344msgstr ""
345
346#: admin/ehssl-settings-menu.php:237
347msgid "Enable Permalinks"
348msgstr ""
349
350#: admin/ehssl-settings-menu.php:243
351msgid "Debug Logging"
352msgstr ""
353
354#: admin/ehssl-settings-menu.php:246
355msgid ""
356"Debug logging can be useful to troubleshoot issues on your site. keep it "
357"disabled unless you are troubleshooting."
358msgstr ""
359
360#: admin/ehssl-settings-menu.php:253
361msgid "Enable Debug Logging"
362msgstr ""
363
364#: admin/ehssl-settings-menu.php:259
365msgid "Check this option to enable debug logging."
366msgstr ""
367
368#: admin/ehssl-settings-menu.php:262 admin/ehssl-settings-menu.php:267
369msgid "Click here"
370msgstr ""
371
372#: admin/ehssl-settings-menu.php:264
373msgid " to view log file."
374msgstr ""
375
376#: admin/ehssl-settings-menu.php:269
377msgid " to reset log file."
378msgstr ""
379
380#: admin/ehssl-settings-menu.php:293
381msgid "Log file has been reset."
382msgstr ""
383
384#: admin/ehssl-settings-menu.php:295
385msgid "Error trying to reset log: "
386msgstr ""
387
388#: admin/ehssl-settings-menu.php:322
389msgid "Static Resources"
390msgstr ""
391
392#: admin/ehssl-settings-menu.php:327
393msgid ""
394"HTTPS redirection is turned off. Turn it on first to change these settings "
395"below!"
396msgstr ""
397
398#: admin/ehssl-settings-menu.php:334
399msgid "Force Resources to Use HTTPS URL"
400msgstr ""
401
402#: admin/ehssl-settings-menu.php:340
403msgid ""
404"When checked, the plugin will force load HTTPS URL for any static resources "
405"in your content. Example: if you have have an image embedded in a post with "
406"a NON-HTTPS URL, this option will change that to a HTTPS URL."
407msgstr ""
408
409#: admin/ehssl-ssl-management-menu.php:41
410msgid "SSL Management"
411msgstr ""
412
413#: admin/ehssl-ssl-management-menu.php:68
414msgid ""
415"The SSL Certificates required for HTTPS cannot be issued for WordPress sites "
416"that are based on 'localhost' or use an IP address. To effectively utilize "
417"SSL certificates, and hence to make the most from our plugin, you should "
418"operate your WordPress site on a standard domain. This limitation is not "
419"specific from our plugin but is a general rule in the issuance of SSL "
420"certificates."
421msgstr ""
422
423#: admin/ehssl-ssl-management-menu.php:93
424msgid "Error getting SSL:"
425msgstr ""
426
427#: admin/ehssl-ssl-management-menu.php:139
428msgid "SSL certificate mode:"
429msgstr ""
430
431#: admin/ehssl-ssl-management-menu.php:142
432msgid "Staging"
433msgstr ""
434
435#: admin/ehssl-ssl-management-menu.php:143
436msgid "Live"
437msgstr ""
438
439#: admin/ehssl-ssl-management-menu.php:149
440msgid "Email Address:"
441msgstr ""
442
443#: admin/ehssl-ssl-management-menu.php:158
444msgid "Generate SSL Certificate"
445msgstr ""
446
447#: admin/ehssl-ssl-management-menu.php:187
448msgid "Get Certificate Files"
449msgstr ""
450
451#: admin/ehssl-ssl-management-menu.php:188
452#: admin/ehssl-ssl-management-menu.php:206
453#: admin/ehssl-ssl-management-menu.php:210
454msgid "Some documentation goes here..."
455msgstr ""
456
457#: admin/ehssl-ssl-management-menu.php:194
458msgid "Copy File Path"
459msgstr ""
460
461#: admin/ehssl-ssl-management-menu.php:197
462msgid "Download File"
463msgstr ""
464
465#: admin/ehssl-ssl-management-menu.php:198
466msgid "Copy File Content"
467msgstr ""
468
469#: admin/ehssl-ssl-management-menu.php:205
470msgid "Add the certificate file paths"
471msgstr ""
472
473#: admin/ehssl-ssl-management-menu.php:209
474msgid "Restart the server"
475msgstr ""
476
477#: classes/ehssl-email-handler.php:74
478msgid "Click here to toggle email merge tag hints"
479msgstr ""
480
481#: classes/ehssl-email-handler.php:80
482msgid "The SSL certificate label"
483msgstr ""
484
485#: classes/ehssl-email-handler.php:84
486msgid "The issuer of SSL certificate"
487msgstr ""
488
489#: classes/ehssl-email-handler.php:88
490msgid "The issuing date of SSL certificate."
491msgstr ""
492
493#: classes/ehssl-email-handler.php:92
494msgid "The issuing time of SSL certificate."
495msgstr ""
496
497#: classes/ehssl-email-handler.php:96
498msgid "The issuing datetime of SSL certificate."
499msgstr ""
500
501#: classes/ehssl-email-handler.php:100
502msgid "The expiry date of SSL certificate."
503msgstr ""
504
505#: classes/ehssl-email-handler.php:104
506msgid "The expiry time of SSL certificate."
507msgstr ""
508
509#: classes/ehssl-email-handler.php:108
510msgid "The expiry datetime of SSL certificate."
511msgstr ""
512
513#: classes/ehssl-email-handler.php:112
514msgid "The current status of SSL certificate."
515msgstr ""
516
517#: classes/ehssl-ssl-certificate.php:73
518msgid "Could not verify ownership via HTTP"
519msgstr ""
520
521#: classes/ehssl-ssl-certificate.php:104
522msgid "SSL Certificate installation failed. Check the logs for details."
523msgstr ""
524
525#: classes/ehssl-ssl-certificate.php:124
526msgid ""
527"Certificate or private key file not found. Please generate a certificate "
528"first!"
529msgstr ""
530
531#: classes/ehssl-ssl-certificate.php:155
532msgid "Failed to create the acme-challenge directory"
533msgstr ""
534
535#: classes/ehssl-ssl-certificate.php:162
536msgid "Failed to create the certificate directory"
537msgstr ""
538
539#: classes/utilities/ehssl-utils.php:34
540msgid ""
541"Error! The URL value is empty. Please specify a correct URL value to "
542"redirect to!"
543msgstr ""
544
545#. Plugin Name of the plugin/theme
546msgid "Easy HTTPS (SSL) Redirection"
547msgstr ""
548
549#. Plugin URI of the plugin/theme
550msgid ""
551"https://www.tipsandtricks-hq.com/wordpress-easy-https-redirection-plugin"
552msgstr ""
553
554#. Description of the plugin/theme
555msgid ""
556"The plugin HTTPS Redirection allows an automatic redirection to the "
557"\"HTTPS\" version/URL of the site."
558msgstr ""
559
560#. Author of the plugin/theme
561msgid "Tips and Tricks HQ"
562msgstr ""
563
564#. Author URI of the plugin/theme
565msgid "https://www.tipsandtricks-hq.com/"
566msgstr ""
Note: See TracBrowser for help on using the repository browser.