Version Description
Download this release
Release Info
Developer | sudar |
Plugin | Email Log |
Version | 2.4.2 |
Comparing to | |
See all releases |
Code changes from version 2.4.1 to 2.4.2
- assets/css/admin/addon-list.css +1 -1
- assets/vendor/insertion-query/insQ.min.js +4 -0
- email-log.php +1 -1
- include/Addon/Addon.php +1 -1
- include/Addon/License/BundleLicense.php +15 -0
- include/Addon/License/Licenser.php +14 -8
- include/Core/EmailLog.php +1 -1
- languages/email-log.pot +101 -424
- readme.txt +6 -2
assets/css/admin/addon-list.css
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
margin-bottom: 3%;
|
25 |
}
|
26 |
|
27 |
-
.bundle-license .notice
|
28 |
padding-top: 10px;
|
29 |
padding-bottom: 10px;
|
30 |
}
|
24 |
margin-bottom: 3%;
|
25 |
}
|
26 |
|
27 |
+
.bundle-license .notice {
|
28 |
padding-top: 10px;
|
29 |
padding-bottom: 10px;
|
30 |
}
|
assets/vendor/insertion-query/insQ.min.js
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
// insertion-query v1.0.3 (2016-01-20)
|
2 |
+
// license:MIT
|
3 |
+
// Zbyszek Tenerowicz <naugtur@gmail.com> (http://naugtur.pl/)
|
4 |
+
var insertionQ=function(){"use strict";function a(a,b){var d,e="insQ_"+g++,f=function(a){(a.animationName===e||a[i]===e)&&(c(a.target)||b(a.target))};d=document.createElement("style"),d.innerHTML="@"+j+"keyframes "+e+" { from { outline: 1px solid transparent } to { outline: 0px solid transparent } }\n"+a+" { animation-duration: 0.001s; animation-name: "+e+"; "+j+"animation-duration: 0.001s; "+j+"animation-name: "+e+"; } ",document.head.appendChild(d);var h=setTimeout(function(){document.addEventListener("animationstart",f,!1),document.addEventListener("MSAnimationStart",f,!1),document.addEventListener("webkitAnimationStart",f,!1)},n.timeout);return{destroy:function(){clearTimeout(h),d&&(document.head.removeChild(d),d=null),document.removeEventListener("animationstart",f),document.removeEventListener("MSAnimationStart",f),document.removeEventListener("webkitAnimationStart",f)}}}function b(a){a.QinsQ=!0}function c(a){return n.strictlyNew&&a.QinsQ===!0}function d(a){return c(a.parentNode)?a:d(a.parentNode)}function e(a){for(b(a),a=a.firstChild;a;a=a.nextSibling)void 0!==a&&1===a.nodeType&&e(a)}function f(f,g){var h=[],i=function(){var a;return function(){clearTimeout(a),a=setTimeout(function(){h.forEach(e),g(h),h=[]},10)}}();return a(f,function(a){if(!c(a)){b(a);var e=d(a);h.indexOf(e)<0&&h.push(e),i()}})}var g=100,h=!1,i="animationName",j="",k="Webkit Moz O ms Khtml".split(" "),l="",m=document.createElement("div"),n={strictlyNew:!0,timeout:20};if(m.style.animationName&&(h=!0),h===!1)for(var o=0;o<k.length;o++)if(void 0!==m.style[k[o]+"AnimationName"]){l=k[o],i=l+"AnimationName",j="-"+l.toLowerCase()+"-",h=!0;break}var p=function(b){return h&&b.match(/[^{}]/)?(n.strictlyNew&&e(document.body),{every:function(c){return a(b,c)},summary:function(a){return f(b,a)}}):!1};return p.config=function(a){for(var b in a)a.hasOwnProperty(b)&&(n[b]=a[b])},p}();"undefined"!=typeof module&&"undefined"!=typeof module.exports&&(module.exports=insertionQ);
|
email-log.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Logs every email sent through WordPress
|
6 |
* Donate Link: http://sudarmuthu.com/if-you-wanna-thank-me
|
7 |
* Author: Sudar
|
8 |
-
* Version: 2.4.
|
9 |
* Author URI: http://sudarmuthu.com/
|
10 |
* Text Domain: email-log
|
11 |
* Domain Path: languages/
|
5 |
* Description: Logs every email sent through WordPress
|
6 |
* Donate Link: http://sudarmuthu.com/if-you-wanna-thank-me
|
7 |
* Author: Sudar
|
8 |
+
* Version: 2.4.2
|
9 |
* Author URI: http://sudarmuthu.com/
|
10 |
* Text Domain: email-log
|
11 |
* Domain Path: languages/
|
include/Addon/Addon.php
CHANGED
@@ -155,7 +155,7 @@ class Addon {
|
|
155 |
protected function get_download_button_js() {
|
156 |
ob_start();
|
157 |
?>
|
158 |
-
javascript:alert(
|
159 |
<?php
|
160 |
return ob_get_clean();
|
161 |
}
|
155 |
protected function get_download_button_js() {
|
156 |
ob_start();
|
157 |
?>
|
158 |
+
javascript:alert( "The zip file download will start now. Once the zip file is downloaded, upload it from the plugin page to install the add-on. WordPress plugin repo guidelines prevent us from automatically installing the add-on and that's why you have to do this manual step once." );
|
159 |
<?php
|
160 |
return ob_get_clean();
|
161 |
}
|
include/Addon/License/BundleLicense.php
CHANGED
@@ -63,4 +63,19 @@ class BundleLicense extends BaseLicense {
|
|
63 |
|
64 |
return $this->license_data->bundled_licenses->{$addon_name}->license_key;
|
65 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
}
|
63 |
|
64 |
return $this->license_data->bundled_licenses->{$addon_name}->license_key;
|
65 |
}
|
66 |
+
|
67 |
+
/**
|
68 |
+
* Is the bundle license a lifetime license.
|
69 |
+
*
|
70 |
+
* @since 2.4.1
|
71 |
+
*
|
72 |
+
* @return bool True if it is a lifetime license, False otherwise.
|
73 |
+
*/
|
74 |
+
public function is_lifetime_license() {
|
75 |
+
if ( empty( $this->license_data ) || ! isset( $this->license_data->expires ) ) {
|
76 |
+
return false;
|
77 |
+
}
|
78 |
+
|
79 |
+
return ( false === $this->license_data->expires );
|
80 |
+
}
|
81 |
}
|
include/Addon/License/Licenser.php
CHANGED
@@ -110,16 +110,22 @@ final class Licenser implements Loadie {
|
|
110 |
$action = 'el_bundle_license_deactivate';
|
111 |
$action_text = __( 'Deactivate', 'email-log' );
|
112 |
$button_class = '';
|
113 |
-
$expiry_date = date( 'F d, Y', strtotime( $this->get_bundle_license_expiry_date() ) );
|
114 |
|
115 |
-
if ( $this->bundle_license->
|
116 |
-
|
117 |
-
$
|
118 |
-
$expiry_details_class = 'notice notice-warning';
|
119 |
} else {
|
120 |
-
|
121 |
-
|
122 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
}
|
124 |
}
|
125 |
?>
|
110 |
$action = 'el_bundle_license_deactivate';
|
111 |
$action_text = __( 'Deactivate', 'email-log' );
|
112 |
$button_class = '';
|
|
|
113 |
|
114 |
+
if ( $this->bundle_license->is_lifetime_license() ) {
|
115 |
+
$expiry_details = __( 'You have a lifetime license, which will never expire!', 'email-log' );
|
116 |
+
$expiry_details_class = 'notice notice-success';
|
|
|
117 |
} else {
|
118 |
+
$expiry_date = date( 'F d, Y', strtotime( $this->get_bundle_license_expiry_date() ) );
|
119 |
+
|
120 |
+
if ( $this->bundle_license->has_expired() ) {
|
121 |
+
/* translators: 1 License expiry date, 2 License Renewal link */
|
122 |
+
$expiry_details = sprintf( __( 'Your license has expired on %1$s. Please <a href="%2$s">renew it</a> to receive automatic updates and support.', 'email-log' ), $expiry_date, esc_url( $this->bundle_license->get_renewal_link() ) );
|
123 |
+
$expiry_details_class = 'notice notice-warning';
|
124 |
+
} else {
|
125 |
+
/* translators: 1 License expiry date */
|
126 |
+
$expiry_details = sprintf( __( 'Your license is valid till %s', 'email-log' ), $expiry_date );
|
127 |
+
$expiry_details_class = 'expires';
|
128 |
+
}
|
129 |
}
|
130 |
}
|
131 |
?>
|
include/Core/EmailLog.php
CHANGED
@@ -17,7 +17,7 @@ class EmailLog {
|
|
17 |
*
|
18 |
* @var string
|
19 |
*/
|
20 |
-
const VERSION = '2.4.
|
21 |
|
22 |
/**
|
23 |
* Email Log Store URL.
|
17 |
*
|
18 |
* @var string
|
19 |
*/
|
20 |
+
const VERSION = '2.4.2';
|
21 |
|
22 |
/**
|
23 |
* Email Log Store URL.
|
languages/email-log.pot
CHANGED
@@ -1,625 +1,496 @@
|
|
1 |
-
# Copyright (C) 2020
|
2 |
# This file is distributed under the same license as the Email Log package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Email Log 2.4.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/email-log\n"
|
7 |
-
"POT-Creation-Date: 2020-07-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
-
"Content-Type: text/plain; charset=
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
|
14 |
|
15 |
-
#:
|
16 |
msgid ""
|
17 |
-
"Email Log requires at least PHP 5.6 to function properly. Please upgrade
|
18 |
-
"or use <a href=\"%s\" target=\"_blank\" rel=\"noopener\">v1.9.1 of
|
19 |
-
"Log</a>."
|
20 |
msgstr ""
|
21 |
|
22 |
-
#:
|
23 |
msgid ""
|
24 |
"Unknown error occurred while trying to contact Email Log store. Please try "
|
25 |
"again after sometime. If the problem persists contact support."
|
26 |
msgstr ""
|
27 |
|
28 |
-
#:
|
29 |
msgid ""
|
30 |
"Unable to parse the response Email Log store response. Please try again "
|
31 |
"after sometime. If the problem persists contact support."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#:
|
35 |
-
msgctxt "Installed on website but not activated"
|
36 |
-
msgid "Installed"
|
37 |
-
msgstr ""
|
38 |
-
|
39 |
-
#: dist/include/Addon/Addon.php:132 include/Addon/Addon.php:132
|
40 |
-
msgctxt "Installed and activated on website"
|
41 |
-
msgid "Activated"
|
42 |
-
msgstr ""
|
43 |
-
|
44 |
-
#: dist/include/Addon/Addon.php:134 include/Addon/Addon.php:134
|
45 |
-
msgctxt "Enable addon so it may be used"
|
46 |
-
msgid "Activate"
|
47 |
-
msgstr ""
|
48 |
-
|
49 |
-
#: dist/include/Addon/Addon.php:142 include/Addon/Addon.php:142
|
50 |
-
msgctxt "Download to your computer"
|
51 |
-
msgid "Download"
|
52 |
-
msgstr ""
|
53 |
-
|
54 |
-
#: dist/include/Addon/Addon.php:167 include/Addon/Addon.php:167
|
55 |
-
msgctxt "Download add-on"
|
56 |
-
msgid "Activate License to Download"
|
57 |
-
msgstr ""
|
58 |
-
|
59 |
-
#: dist/include/Addon/Addon.php:170 include/Addon/Addon.php:170
|
60 |
-
msgctxt "Download and activate addon"
|
61 |
-
msgid "Activate License to Use"
|
62 |
-
msgstr ""
|
63 |
-
|
64 |
-
#: dist/include/Addon/Addon.php:175 include/Addon/Addon.php:175
|
65 |
msgid "You need an active license to use the add-on"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#:
|
69 |
msgid "Activate License"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#:
|
73 |
msgid "Deactivate License"
|
74 |
msgstr ""
|
75 |
|
|
|
76 |
#. translators: 1 License expiry date, 2 License Renewal link
|
77 |
-
#: dist/include/Addon/Addon.php:202 dist/include/Addon/License/Licenser.php:117
|
78 |
-
#: include/Addon/Addon.php:202 include/Addon/License/Licenser.php:117
|
79 |
msgid ""
|
80 |
"Your license has expired on %1$s. Please <a href=\"%2$s\">renew it</a> to "
|
81 |
"receive automatic updates and support."
|
82 |
msgstr ""
|
83 |
|
|
|
84 |
#. translators: 1 License expiry date
|
85 |
-
#: dist/include/Addon/Addon.php:205 dist/include/Addon/License/Licenser.php:121
|
86 |
-
#: include/Addon/Addon.php:205 include/Addon/License/Licenser.php:121
|
87 |
msgid "Your license is valid till %s"
|
88 |
msgstr ""
|
89 |
|
90 |
-
#:
|
91 |
msgid "Individual add-on license"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#:
|
95 |
msgid "Email Log License Key"
|
96 |
msgstr ""
|
97 |
|
98 |
-
#:
|
99 |
msgid "%s Add-on License Key"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#:
|
103 |
msgid ""
|
104 |
-
"We are not able to retrieve the add-on list now. Please visit the <a
|
105 |
-
"
|
|
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: dist/include/Addon/DependencyEnforcer.php:46
|
109 |
#: include/Addon/DependencyEnforcer.php:46
|
110 |
msgid ""
|
111 |
-
"The following add-ons are not compatible with the installed version of
|
112 |
-
"Log and have been deactivated."
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: dist/include/Addon/DependencyEnforcer.php:54
|
116 |
#: include/Addon/DependencyEnforcer.php:54
|
117 |
msgid "Please get the latest version of these add-ons from add-on store."
|
118 |
msgstr ""
|
119 |
|
120 |
-
#. translators: 1 License expiry date, 2 License Renewal link
|
121 |
-
#: dist/include/Addon/License/BaseLicense.php:173
|
122 |
#: include/Addon/License/BaseLicense.php:173
|
|
|
123 |
msgid ""
|
124 |
"Your license key expired on %1$s. Please <a href=\"%2$s\">renew it</a> to "
|
125 |
"receive automatic updates and support."
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: dist/include/Addon/License/BaseLicense.php:180
|
129 |
#: include/Addon/License/BaseLicense.php:180
|
130 |
msgid "Your license key has been disabled."
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: dist/include/Addon/License/BaseLicense.php:184
|
134 |
#: include/Addon/License/BaseLicense.php:184
|
135 |
msgid "Your license key is invalid."
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: dist/include/Addon/License/BaseLicense.php:189
|
139 |
#: include/Addon/License/BaseLicense.php:189
|
140 |
msgid "Your license is not active for this URL."
|
141 |
msgstr ""
|
142 |
|
143 |
-
#. translators: 1 Add-on name
|
144 |
-
#: dist/include/Addon/License/BaseLicense.php:194
|
145 |
#: include/Addon/License/BaseLicense.php:194
|
|
|
146 |
msgid "Your license key is not valid for %s."
|
147 |
msgstr ""
|
148 |
|
149 |
-
#. translators: 1 License Upgrade link
|
150 |
-
#: dist/include/Addon/License/BaseLicense.php:200
|
151 |
#: include/Addon/License/BaseLicense.php:200
|
|
|
152 |
msgid ""
|
153 |
-
"Your license key has reached its activation limit. Please <a
|
154 |
-
"\">upgrade</a> your license."
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: dist/include/Addon/License/BaseLicense.php:206
|
158 |
-
#: dist/include/Addon/License/BaseLicense.php:237
|
159 |
#: include/Addon/License/BaseLicense.php:206
|
160 |
#: include/Addon/License/BaseLicense.php:237
|
161 |
msgid "An error occurred, please try again."
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: dist/include/Addon/License/BaseLicense.php:261
|
165 |
#: include/Addon/License/BaseLicense.php:261
|
166 |
msgid "An error occurred, please try again"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: dist/include/Addon/License/Licenser.php:103
|
170 |
#: include/Addon/License/Licenser.php:103
|
171 |
msgid "Activate"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: dist/include/Addon/License/Licenser.php:111
|
175 |
#: include/Addon/License/Licenser.php:111
|
176 |
msgid "Deactivate"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#:
|
180 |
-
|
|
|
|
|
|
|
181 |
msgid ""
|
182 |
"Enter your license key to activate add-ons. If you don't have a license, "
|
183 |
"then you can <a href='%s' target='_blank'>buy it</a>"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#:
|
187 |
-
#:
|
188 |
-
#: include/Addon/License/Licenser.php:141
|
189 |
-
#: include/Addon/License/Licenser.php:142
|
190 |
msgid "Email Log Bundle License Key"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#:
|
194 |
-
#: include/Addon/License/Licenser.php:174
|
195 |
msgid ""
|
196 |
"Your license has been activated. You can now install add-ons, will receive "
|
197 |
"automatic updates and access to email support."
|
198 |
msgstr ""
|
199 |
|
200 |
-
#:
|
201 |
-
|
202 |
-
msgid ""
|
203 |
-
"Your license has been deactivated. You will not receive automatic updates."
|
204 |
msgstr ""
|
205 |
|
206 |
-
#:
|
207 |
-
#: include/Addon/License/Licenser.php:233
|
208 |
msgid ""
|
209 |
"Your license for %s has been activated. You will receive automatic updates "
|
210 |
"and access to email support."
|
211 |
msgstr ""
|
212 |
|
213 |
-
#:
|
214 |
-
#: include/Addon/License/Licenser.php:260
|
215 |
msgid ""
|
216 |
"Your license for %s has been deactivated. You will not receive automatic "
|
217 |
"updates."
|
218 |
msgstr ""
|
219 |
|
220 |
-
#:
|
221 |
msgid "Additional fields are available through More Fields add-on. "
|
222 |
msgstr ""
|
223 |
|
224 |
-
#:
|
225 |
msgid "Install it"
|
226 |
msgstr ""
|
227 |
|
228 |
-
#:
|
229 |
msgid "Buy Now"
|
230 |
msgstr ""
|
231 |
|
|
|
232 |
#. translators: 1 Auto Delete Logs add-on name.
|
233 |
-
#: dist/include/Addon/Upseller.php:72 include/Addon/Upseller.php:74
|
234 |
msgid ""
|
235 |
-
"You have more than 5000 email logs in the database. You can use our %1s
|
236 |
-
"on to automatically delete logs as the DB size grows."
|
237 |
msgstr ""
|
238 |
|
239 |
-
#:
|
240 |
msgid ""
|
241 |
"You can also automatically delete logs if the database size increases using "
|
242 |
"our %1s add-on."
|
243 |
msgstr ""
|
244 |
|
245 |
-
#:
|
246 |
-
#: dist/include/Util/helper.php:323 include/Core/Request/LogListAction.php:64
|
247 |
-
#: include/Util/helper.php:323
|
248 |
msgid "Sent at"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#:
|
252 |
-
#: dist/include/Util/helper.php:319 include/Core/Request/LogListAction.php:68
|
253 |
-
#: include/Util/helper.php:319
|
254 |
msgid "To"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#:
|
258 |
-
#: dist/include/Util/helper.php:320 include/Core/Request/LogListAction.php:72
|
259 |
-
#: include/Util/helper.php:320
|
260 |
msgid "Subject"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: dist/include/Core/Request/LogListAction.php:92
|
264 |
#: include/Core/Request/LogListAction.php:92
|
265 |
msgid "Raw Email Content"
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: dist/include/Core/Request/LogListAction.php:93
|
269 |
#: include/Core/Request/LogListAction.php:93
|
270 |
msgid "Preview Content as HTML"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: dist/include/Core/Request/LogListAction.php:106
|
274 |
#: include/Core/Request/LogListAction.php:106
|
275 |
msgid "Close"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: dist/include/Core/Request/LogListAction.php:181
|
279 |
#: include/Core/Request/LogListAction.php:181
|
280 |
msgid "There was some problem in deleting the email logs"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: dist/include/Core/Request/LogListAction.php:185
|
284 |
#: include/Core/Request/LogListAction.php:185
|
285 |
msgid "1 email log deleted."
|
286 |
msgid_plural "%s email logs deleted"
|
287 |
msgstr[0] ""
|
288 |
msgstr[1] ""
|
289 |
|
290 |
-
#: dist/include/Core/UI/Component/AdminUIEnhancer.php:69
|
291 |
#: include/Core/UI/Component/AdminUIEnhancer.php:69
|
292 |
msgid "Buy Addons"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: dist/include/Core/UI/Component/AdminUIEnhancer.php:85
|
296 |
-
#: dist/include/Core/UI/Page/LogListPage.php:68
|
297 |
-
#: dist/include/Core/UI/Page/LogListPage.php:69
|
298 |
#: include/Core/UI/Component/AdminUIEnhancer.php:85
|
299 |
#: include/Core/UI/Page/LogListPage.php:68
|
300 |
#: include/Core/UI/Page/LogListPage.php:69
|
301 |
msgid "View Logs"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: dist/include/Core/UI/Component/AdminUIEnhancer.php:86
|
305 |
-
#: dist/include/Core/UI/Page/SettingsPage.php:94
|
306 |
-
#: dist/include/Core/UI/Page/SettingsPage.php:95
|
307 |
#: include/Core/UI/Component/AdminUIEnhancer.php:86
|
308 |
#: include/Core/UI/Page/SettingsPage.php:94
|
309 |
#: include/Core/UI/Page/SettingsPage.php:95
|
310 |
msgid "Settings"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: dist/include/Core/UI/Component/AdminUIEnhancer.php:109
|
314 |
#: include/Core/UI/Component/AdminUIEnhancer.php:109
|
315 |
msgid "plugin"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: dist/include/Core/UI/Component/AdminUIEnhancer.php:109
|
319 |
#: include/Core/UI/Component/AdminUIEnhancer.php:109
|
320 |
msgid "Version"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: dist/include/Core/UI/Component/AdminUIEnhancer.php:109
|
324 |
#: include/Core/UI/Component/AdminUIEnhancer.php:109
|
325 |
msgid "by"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: dist/include/Core/UI/Component/DashboardWidget.php:29
|
329 |
#: include/Core/UI/Component/DashboardWidget.php:29
|
330 |
msgid "Email Logs Summary"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: dist/include/Core/UI/Component/DashboardWidget.php:43
|
334 |
#: include/Core/UI/Component/DashboardWidget.php:43
|
335 |
msgid "Total number of emails logged"
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: dist/include/Core/UI/Component/DashboardWidget.php:57
|
339 |
#: include/Core/UI/Component/DashboardWidget.php:57
|
340 |
msgid "<a href=\"%s\">Email Logs</a>"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: dist/include/Core/UI/Component/DashboardWidget.php:58
|
344 |
#: include/Core/UI/Component/DashboardWidget.php:58
|
345 |
msgid "<a href=\"%s\">Settings</a>"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: dist/include/Core/UI/Component/DashboardWidget.php:59
|
349 |
#: include/Core/UI/Component/DashboardWidget.php:59
|
350 |
msgid "<a href=\"%s\">Addons</a>"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: dist/include/Core/UI/ListTable/LogListTable.php:144
|
354 |
#: include/Core/UI/ListTable/LogListTable.php:144
|
355 |
msgid "%s @ %s"
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: dist/include/Core/UI/ListTable/LogListTable.php:162
|
359 |
#: include/Core/UI/ListTable/LogListTable.php:162
|
360 |
msgid "Email Content"
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: dist/include/Core/UI/ListTable/LogListTable.php:163
|
364 |
#: include/Core/UI/ListTable/LogListTable.php:163
|
365 |
msgid "View Content"
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: dist/include/Core/UI/ListTable/LogListTable.php:177
|
369 |
-
#: dist/include/Core/UI/ListTable/LogListTable.php:292
|
370 |
#: include/Core/UI/ListTable/LogListTable.php:177
|
371 |
#: include/Core/UI/ListTable/LogListTable.php:292
|
372 |
msgid "Delete"
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: dist/include/Core/UI/ListTable/LogListTable.php:293
|
376 |
#: include/Core/UI/ListTable/LogListTable.php:293
|
377 |
msgid "Delete All Logs"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: dist/include/Core/UI/ListTable/LogListTable.php:326
|
381 |
#: include/Core/UI/ListTable/LogListTable.php:326
|
382 |
msgid "Your email log is empty"
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: dist/include/Core/UI/ListTable/LogListTable.php:353
|
386 |
#: include/Core/UI/ListTable/LogListTable.php:353
|
387 |
msgid "Search by date"
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: dist/include/Core/UI/ListTable/LogListTable.php:354
|
391 |
#: include/Core/UI/ListTable/LogListTable.php:354
|
392 |
msgid "Search by term"
|
393 |
msgstr ""
|
394 |
|
395 |
-
#: dist/include/Core/UI/Page/AddonListPage.php:23
|
396 |
-
#: dist/include/Core/UI/Page/AddonListPage.php:24
|
397 |
-
#: dist/include/Core/UI/Page/BasePage.php:78
|
398 |
#: include/Core/UI/Page/AddonListPage.php:23
|
399 |
#: include/Core/UI/Page/AddonListPage.php:24
|
400 |
#: include/Core/UI/Page/BasePage.php:78
|
401 |
msgid "Add-ons"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: dist/include/Core/UI/Page/AddonListPage.php:40
|
405 |
#: include/Core/UI/Page/AddonListPage.php:40
|
406 |
msgid "Email Log Add-ons"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: dist/include/Core/UI/Page/AddonListPage.php:44
|
410 |
#: include/Core/UI/Page/AddonListPage.php:44
|
411 |
msgid ""
|
412 |
"These add-ons provide additional functionality to Email Log plugin and are "
|
413 |
"available for purchase."
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: dist/include/Core/UI/Page/AddonListPage.php:45
|
417 |
#: include/Core/UI/Page/AddonListPage.php:45
|
418 |
msgid ""
|
419 |
-
"If your license includes the add-ons below, you will be able to install
|
420 |
-
"from here with one-click."
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: dist/include/Core/UI/Page/BasePage.php:49
|
424 |
#: include/Core/UI/Page/BasePage.php:49
|
425 |
msgid ""
|
426 |
"Email Log is a WordPress plugin that allows you to easily log and view all "
|
427 |
"emails sent from WordPress."
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: dist/include/Core/UI/Page/BasePage.php:52
|
431 |
#: include/Core/UI/Page/BasePage.php:52
|
432 |
msgid "You can view the logged emails from the View Logs screen. "
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: dist/include/Core/UI/Page/BasePage.php:54
|
436 |
#: include/Core/UI/Page/BasePage.php:54
|
437 |
msgid ""
|
438 |
"Check the <a target=\"_blank\" rel=\"noopener\" href=\"%s\">documentation "
|
439 |
"about the View Logs screen</a> for more details."
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: dist/include/Core/UI/Page/BasePage.php:60
|
443 |
#: include/Core/UI/Page/BasePage.php:60
|
444 |
msgid ""
|
445 |
"You can perform advanced actions like re-sending email, automatically "
|
446 |
-
"forwarding emails or export logs with our <a target=\"_blank\"
|
447 |
-
"\" href=\"%s\">premium plugins</a>."
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: dist/include/Core/UI/Page/BasePage.php:67
|
451 |
#: include/Core/UI/Page/BasePage.php:67
|
452 |
msgid "About Plugin"
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: dist/include/Core/UI/Page/BasePage.php:75
|
456 |
#: include/Core/UI/Page/BasePage.php:75
|
457 |
msgid "More information"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: dist/include/Core/UI/Page/BasePage.php:76
|
461 |
#: include/Core/UI/Page/BasePage.php:76
|
462 |
msgid "Documentation"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: dist/include/Core/UI/Page/BasePage.php:77
|
466 |
#: include/Core/UI/Page/BasePage.php:77
|
467 |
msgid "Support"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#. #-#-#-#-# email-log.pot (Email Log 2.4.1) #-#-#-#-#
|
471 |
#. Plugin Name of the plugin/theme
|
472 |
-
#: dist/include/Core/UI/Page/LogListPage.php:57
|
473 |
-
#: dist/include/Core/UI/Page/LogListPage.php:58
|
474 |
-
#: include/Core/UI/Page/LogListPage.php:57
|
475 |
-
#: include/Core/UI/Page/LogListPage.php:58
|
476 |
msgid "Email Log"
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: dist/include/Core/UI/Page/LogListPage.php:100
|
480 |
#: include/Core/UI/Page/LogListPage.php:100
|
481 |
msgid "Email Logs"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: dist/include/Core/UI/Page/LogListPage.php:105
|
485 |
#: include/Core/UI/Page/LogListPage.php:105
|
486 |
msgid "Search Logs"
|
487 |
msgstr ""
|
488 |
|
489 |
-
#: dist/include/Core/UI/Page/LogListPage.php:128
|
490 |
#: include/Core/UI/Page/LogListPage.php:128
|
491 |
msgid "Entries per page"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: dist/include/Core/UI/Page/SettingsPage.php:111
|
495 |
#: include/Core/UI/Page/SettingsPage.php:111
|
496 |
msgid "Email Log Settings"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: dist/include/Core/UI/Page/SettingsPage.php:119
|
500 |
#: include/Core/UI/Page/SettingsPage.php:119
|
501 |
msgid "Save"
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: dist/include/Core/UI/Page/SystemInfoPage.php:41
|
505 |
-
#: dist/include/Core/UI/Page/SystemInfoPage.php:42
|
506 |
#: include/Core/UI/Page/SystemInfoPage.php:41
|
507 |
#: include/Core/UI/Page/SystemInfoPage.php:42
|
508 |
msgid "System Info"
|
509 |
msgstr ""
|
510 |
|
511 |
-
#: dist/include/Core/UI/Page/SystemInfoPage.php:70
|
512 |
#: include/Core/UI/Page/SystemInfoPage.php:70
|
513 |
msgid "Please include this information when posting support requests."
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: dist/include/Core/UI/Page/SystemInfoPage.php:78
|
517 |
#: include/Core/UI/Page/SystemInfoPage.php:78
|
518 |
msgid ""
|
519 |
-
"DISABLE_WP_CRON is <a href=\"%s\" rel=\"noopener\"
|
520 |
-
"\">enabled</a>. This prevents scheduler from running."
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: dist/include/Core/UI/Page/SystemInfoPage.php:84
|
524 |
#: include/Core/UI/Page/SystemInfoPage.php:84
|
525 |
msgid "Email Log - System Info"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: dist/include/Core/UI/Page/SystemInfoPage.php:94
|
529 |
#: include/Core/UI/Page/SystemInfoPage.php:94
|
530 |
msgid "Download System Info File"
|
531 |
msgstr ""
|
532 |
|
533 |
-
#: dist/include/Core/UI/Setting/CoreSetting.php:16
|
534 |
#: include/Core/UI/Setting/CoreSetting.php:16
|
535 |
msgid "Core Email Log Settings"
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: dist/include/Core/UI/Setting/CoreSetting.php:20
|
539 |
#: include/Core/UI/Setting/CoreSetting.php:20
|
540 |
msgid "Allowed User Roles"
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: dist/include/Core/UI/Setting/CoreSetting.php:21
|
544 |
#: include/Core/UI/Setting/CoreSetting.php:21
|
545 |
msgid "Remove Data on Uninstall?"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: dist/include/Core/UI/Setting/CoreSetting.php:22
|
549 |
#: include/Core/UI/Setting/CoreSetting.php:22
|
550 |
msgid "Disable Dashboard Widget"
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: dist/include/Core/UI/Setting/CoreSetting.php:23
|
554 |
#: include/Core/UI/Setting/CoreSetting.php:23
|
555 |
msgid "Database Size Notification"
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: dist/include/Core/UI/Setting/CoreSetting.php:73
|
559 |
#: include/Core/UI/Setting/CoreSetting.php:73
|
560 |
msgid "Administrator"
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: dist/include/Core/UI/Setting/CoreSetting.php:87
|
564 |
#: include/Core/UI/Setting/CoreSetting.php:87
|
565 |
-
msgid ""
|
566 |
-
"<strong>Note:</strong> Users with the above User Roles can view Email Logs."
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: dist/include/Core/UI/Setting/CoreSetting.php:88
|
570 |
#: include/Core/UI/Setting/CoreSetting.php:88
|
571 |
msgid "Administrator role always has access and cannot be disabled."
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: dist/include/Core/UI/Setting/CoreSetting.php:123
|
575 |
#: include/Core/UI/Setting/CoreSetting.php:123
|
576 |
msgid ""
|
577 |
"Check this box if you would like to completely remove all of its data when "
|
578 |
"the plugin is deleted."
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: dist/include/Core/UI/Setting/CoreSetting.php:128
|
582 |
#: include/Core/UI/Setting/CoreSetting.php:128
|
583 |
msgid ""
|
584 |
-
"<strong>Note:</strong> You can also export the Email Logs using our <a
|
585 |
-
"
|
|
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: dist/include/Core/UI/Setting/CoreSetting.php:216
|
589 |
#: include/Core/UI/Setting/CoreSetting.php:216
|
590 |
msgid "Check this box if you would like to disable dashboard widget."
|
591 |
msgstr ""
|
592 |
|
593 |
-
#: dist/include/Core/UI/Setting/CoreSetting.php:221
|
594 |
#: include/Core/UI/Setting/CoreSetting.php:221
|
595 |
msgid ""
|
596 |
"<strong>Note:</strong> Each users can also disable dashboard widget using "
|
597 |
"screen options"
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: dist/include/Core/UI/Setting/CoreSetting.php:262
|
601 |
#: include/Core/UI/Setting/CoreSetting.php:262
|
602 |
msgid "Notify %1$s if there are more than %2$s logs."
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: dist/include/Core/UI/Setting/CoreSetting.php:270
|
606 |
#: include/Core/UI/Setting/CoreSetting.php:270
|
607 |
msgid "%1$s There are %2$s email logs currently logged in the database."
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: dist/include/Core/UI/Setting/CoreSetting.php:279
|
611 |
#: include/Core/UI/Setting/CoreSetting.php:279
|
612 |
msgid ""
|
613 |
-
"Last notification email was sent on %1$s. Click %2$s button to reset
|
614 |
-
"the notification."
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: dist/include/Core/UI/Setting/CoreSetting.php:440
|
618 |
#: include/Core/UI/Setting/CoreSetting.php:440
|
619 |
msgid "Email Log Plugin: Your log threshold of %s has been met"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: dist/include/Core/UI/Setting/CoreSetting.php:492
|
623 |
#: include/Core/UI/Setting/CoreSetting.php:492
|
624 |
msgid ""
|
625 |
"Currently there are %1$s logged, which is more than the threshold that is "
|
@@ -627,302 +498,108 @@ msgid ""
|
|
627 |
"You can also use our %3$s add-on to automatically delete logs"
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: dist/include/Core/UI/Setting/CoreSetting.php:493
|
631 |
#: include/Core/UI/Setting/CoreSetting.php:493
|
632 |
msgid " email log"
|
633 |
msgid_plural " email logs"
|
634 |
msgstr[0] ""
|
635 |
msgstr[1] ""
|
636 |
|
637 |
-
#:
|
638 |
msgid "ID"
|
639 |
msgstr ""
|
640 |
|
641 |
-
#:
|
642 |
msgid "Message"
|
643 |
msgstr ""
|
644 |
|
645 |
-
#:
|
646 |
msgid "Attachment"
|
647 |
msgstr ""
|
648 |
|
649 |
-
#:
|
650 |
msgid "From"
|
651 |
msgstr ""
|
652 |
|
653 |
-
#:
|
654 |
msgid "CC"
|
655 |
msgstr ""
|
656 |
|
657 |
-
#:
|
658 |
msgid "BCC"
|
659 |
msgstr ""
|
660 |
|
661 |
-
#:
|
662 |
msgid "Reply To"
|
663 |
msgstr ""
|
664 |
|
665 |
-
#:
|
666 |
msgid "IP Address"
|
667 |
msgstr ""
|
668 |
|
669 |
-
#:
|
670 |
msgid "Sent Status"
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: dist/include/libraries/EDD_SL_Plugin_Updater.php:201
|
674 |
#: include/libraries/EDD_SL_Plugin_Updater.php:201
|
675 |
-
msgid ""
|
676 |
-
"There is a new version of %1$s available. %2$sView version %3$s details%4$s."
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: dist/include/libraries/EDD_SL_Plugin_Updater.php:209
|
680 |
#: include/libraries/EDD_SL_Plugin_Updater.php:209
|
681 |
msgid ""
|
682 |
"There is a new version of %1$s available. %2$sView version %3$s details%4$s "
|
683 |
"or %5$supdate now%6$s."
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: dist/include/libraries/EDD_SL_Plugin_Updater.php:399
|
687 |
#: include/libraries/EDD_SL_Plugin_Updater.php:399
|
688 |
msgid "You do not have permission to install plugin updates"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: dist/include/libraries/EDD_SL_Plugin_Updater.php:399
|
692 |
#: include/libraries/EDD_SL_Plugin_Updater.php:399
|
693 |
msgid "Error"
|
694 |
msgstr ""
|
695 |
|
696 |
-
|
697 |
-
|
698 |
-
msgid ""
|
699 |
-
"To copy the system info, click below then press Ctrl + C (PC) or Cmd + C "
|
700 |
-
"(Mac)."
|
701 |
-
msgstr ""
|
702 |
-
|
703 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:42
|
704 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:72
|
705 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:80
|
706 |
-
msgid "There was an error when reading this WXR file"
|
707 |
-
msgstr ""
|
708 |
-
|
709 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:43
|
710 |
-
msgid ""
|
711 |
-
"Details are shown above. The importer will now try again with a different "
|
712 |
-
"parser..."
|
713 |
-
msgstr ""
|
714 |
-
|
715 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:84
|
716 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:89
|
717 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:279
|
718 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/parsers.php:468
|
719 |
-
msgid ""
|
720 |
-
"This does not appear to be a WXR file, missing/invalid WXR version number"
|
721 |
-
msgstr ""
|
722 |
-
|
723 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:134
|
724 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:143
|
725 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:194
|
726 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:198
|
727 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:207
|
728 |
-
msgid "Sorry, there has been an error."
|
729 |
-
msgstr ""
|
730 |
-
|
731 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:135
|
732 |
-
msgid "The file does not exist, please try again."
|
733 |
-
msgstr ""
|
734 |
-
|
735 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:178
|
736 |
-
msgid "All done."
|
737 |
-
msgstr ""
|
738 |
-
|
739 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:178
|
740 |
-
msgid "Have fun!"
|
741 |
-
msgstr ""
|
742 |
-
|
743 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:179
|
744 |
-
msgid "Remember to update the passwords and roles of imported users."
|
745 |
-
msgstr ""
|
746 |
-
|
747 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:199
|
748 |
-
msgid ""
|
749 |
-
"The export file could not be found at <code>%s</code>. It is likely that "
|
750 |
-
"this was caused by a permissions problem."
|
751 |
-
msgstr ""
|
752 |
-
|
753 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:215
|
754 |
-
msgid ""
|
755 |
-
"This WXR file (version %s) may not be supported by this version of the "
|
756 |
-
"importer. Please consider updating."
|
757 |
-
msgstr ""
|
758 |
-
|
759 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:240
|
760 |
-
msgid ""
|
761 |
-
"Failed to import author %s. Their posts will be attributed to the current "
|
762 |
-
"user."
|
763 |
-
msgstr ""
|
764 |
-
|
765 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:266
|
766 |
-
msgid "Assign Authors"
|
767 |
-
msgstr ""
|
768 |
-
|
769 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:267
|
770 |
-
msgid ""
|
771 |
-
"To make it easier for you to edit and save the imported content, you may "
|
772 |
-
"want to reassign the author of the imported item to an existing user of this "
|
773 |
-
"site. For example, you may want to import all the entries as <code>admin</"
|
774 |
-
"code>s entries."
|
775 |
-
msgstr ""
|
776 |
-
|
777 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:269
|
778 |
-
msgid ""
|
779 |
-
"If a new user is created by WordPress, a new password will be randomly "
|
780 |
-
"generated and the new user’s role will be set as %s. Manually changing "
|
781 |
-
"the new user’s details will be necessary."
|
782 |
-
msgstr ""
|
783 |
-
|
784 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:279
|
785 |
-
msgid "Import Attachments"
|
786 |
-
msgstr ""
|
787 |
-
|
788 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:282
|
789 |
-
msgid "Download and import file attachments"
|
790 |
-
msgstr ""
|
791 |
-
|
792 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:286
|
793 |
-
msgid "Submit"
|
794 |
-
msgstr ""
|
795 |
-
|
796 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:299
|
797 |
-
msgid "Import author:"
|
798 |
-
msgstr ""
|
799 |
-
|
800 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:310
|
801 |
-
msgid "or create new user with login name:"
|
802 |
-
msgstr ""
|
803 |
-
|
804 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:313
|
805 |
-
msgid "as a new user:"
|
806 |
-
msgstr ""
|
807 |
-
|
808 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:321
|
809 |
-
msgid "assign posts to an existing user:"
|
810 |
-
msgstr ""
|
811 |
-
|
812 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:323
|
813 |
-
msgid "or assign posts to an existing user:"
|
814 |
-
msgstr ""
|
815 |
-
|
816 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:324
|
817 |
-
msgid "- Select -"
|
818 |
-
msgstr ""
|
819 |
-
|
820 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:374
|
821 |
-
msgid ""
|
822 |
-
"Failed to create new user for %s. Their posts will be attributed to the "
|
823 |
-
"current user."
|
824 |
-
msgstr ""
|
825 |
-
|
826 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:425
|
827 |
-
msgid "Failed to import category %s"
|
828 |
-
msgstr ""
|
829 |
-
|
830 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:465
|
831 |
-
msgid "Failed to import post tag %s"
|
832 |
-
msgstr ""
|
833 |
-
|
834 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:511
|
835 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:652
|
836 |
-
msgid "Failed to import %s %s"
|
837 |
-
msgstr ""
|
838 |
-
|
839 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:537
|
840 |
-
msgid "Failed to import “%s”: Invalid post type %s"
|
841 |
-
msgstr ""
|
842 |
-
|
843 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:559
|
844 |
-
msgid "%s “%s” already exists."
|
845 |
-
msgstr ""
|
846 |
-
|
847 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:618
|
848 |
-
msgid "Failed to import %s “%s”"
|
849 |
-
msgstr ""
|
850 |
-
|
851 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:783
|
852 |
-
msgid "Menu item skipped due to missing menu slug"
|
853 |
-
msgstr ""
|
854 |
-
|
855 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:790
|
856 |
-
msgid "Menu item skipped due to invalid menu slug: %s"
|
857 |
-
msgstr ""
|
858 |
-
|
859 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:853
|
860 |
-
msgid "Fetching attachments is not enabled"
|
861 |
-
msgstr ""
|
862 |
-
|
863 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:866
|
864 |
-
msgid "Invalid file type"
|
865 |
-
msgstr ""
|
866 |
-
|
867 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:910
|
868 |
-
msgid "Remote server did not respond"
|
869 |
-
msgstr ""
|
870 |
-
|
871 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:916
|
872 |
-
msgid "Remote server returned error response %1$d %2$s"
|
873 |
-
msgstr ""
|
874 |
-
|
875 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:923
|
876 |
-
msgid "Remote file is incorrect size"
|
877 |
-
msgstr ""
|
878 |
-
|
879 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:928
|
880 |
-
msgid "Zero size file downloaded"
|
881 |
-
msgstr ""
|
882 |
-
|
883 |
-
#: vendor/lucatume/wp-browser/src/data/plugins/wordpress-importer/wordpress-importer.php:934
|
884 |
-
msgid "Remote file is too large, limit is %s"
|
885 |
msgstr ""
|
886 |
|
887 |
-
|
888 |
-
msgid "
|
889 |
msgstr ""
|
890 |
|
891 |
-
|
892 |
-
msgid ""
|
893 |
-
"A new version of this importer is available. Please update to version %s to "
|
894 |
-
"ensure compatibility with newer export files."
|
895 |
msgstr ""
|
896 |
|
897 |
-
|
898 |
-
msgid ""
|
899 |
-
"Howdy! Upload your WordPress eXtended RSS (WXR) file and we’ll import "
|
900 |
-
"the posts, pages, comments, custom fields, categories, and tags into this "
|
901 |
-
"site."
|
902 |
msgstr ""
|
903 |
|
904 |
-
#:
|
905 |
-
|
|
|
906 |
msgstr ""
|
907 |
|
908 |
-
#:
|
909 |
-
|
910 |
-
|
911 |
-
"strong> from a WordPress export file."
|
912 |
msgstr ""
|
913 |
|
914 |
-
|
915 |
-
|
|
|
916 |
msgstr ""
|
917 |
|
918 |
-
|
919 |
-
|
|
|
920 |
msgstr ""
|
921 |
|
922 |
-
|
923 |
-
|
|
|
924 |
msgstr ""
|
925 |
|
926 |
-
|
927 |
-
|
928 |
-
|
|
1 |
+
# Copyright (C) 2020 Sudar
|
2 |
# This file is distributed under the same license as the Email Log package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Email Log 2.4.2\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/email-log\n"
|
7 |
+
"POT-Creation-Date: 2020-07-07 13:45:01+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
+
"X-Generator: grunt-wp-i18n 1.0.3\n"
|
15 |
|
16 |
+
#: email-log.php:51
|
17 |
msgid ""
|
18 |
+
"Email Log requires at least PHP 5.6 to function properly. Please upgrade "
|
19 |
+
"PHP or use <a href=\"%s\" target=\"_blank\" rel=\"noopener\">v1.9.1 of "
|
20 |
+
"Email Log</a>."
|
21 |
msgstr ""
|
22 |
|
23 |
+
#: include/Addon/API/EDDAPI.php:115
|
24 |
msgid ""
|
25 |
"Unknown error occurred while trying to contact Email Log store. Please try "
|
26 |
"again after sometime. If the problem persists contact support."
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: include/Addon/API/EDDAPI.php:122
|
30 |
msgid ""
|
31 |
"Unable to parse the response Email Log store response. Please try again "
|
32 |
"after sometime. If the problem persists contact support."
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: include/Addon/Addon.php:175
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
msgid "You need an active license to use the add-on"
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: include/Addon/Addon.php:185
|
40 |
msgid "Activate License"
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: include/Addon/Addon.php:193
|
44 |
msgid "Deactivate License"
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: include/Addon/Addon.php:202 include/Addon/License/Licenser.php:122
|
48 |
#. translators: 1 License expiry date, 2 License Renewal link
|
|
|
|
|
49 |
msgid ""
|
50 |
"Your license has expired on %1$s. Please <a href=\"%2$s\">renew it</a> to "
|
51 |
"receive automatic updates and support."
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: include/Addon/Addon.php:205 include/Addon/License/Licenser.php:126
|
55 |
#. translators: 1 License expiry date
|
|
|
|
|
56 |
msgid "Your license is valid till %s"
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: include/Addon/Addon.php:211
|
60 |
msgid "Individual add-on license"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: include/Addon/Addon.php:216
|
64 |
msgid "Email Log License Key"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: include/Addon/Addon.php:217
|
68 |
msgid "%s Add-on License Key"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: include/Addon/AddonList.php:214
|
72 |
msgid ""
|
73 |
+
"We are not able to retrieve the add-on list now. Please visit the <a "
|
74 |
+
"target=\"_blank\" rel=\"noopener\" href=\"%s\">add-on page</a> to view the "
|
75 |
+
"add-ons."
|
76 |
msgstr ""
|
77 |
|
|
|
78 |
#: include/Addon/DependencyEnforcer.php:46
|
79 |
msgid ""
|
80 |
+
"The following add-ons are not compatible with the installed version of "
|
81 |
+
"Email Log and have been deactivated."
|
82 |
msgstr ""
|
83 |
|
|
|
84 |
#: include/Addon/DependencyEnforcer.php:54
|
85 |
msgid "Please get the latest version of these add-ons from add-on store."
|
86 |
msgstr ""
|
87 |
|
|
|
|
|
88 |
#: include/Addon/License/BaseLicense.php:173
|
89 |
+
#. translators: 1 License expiry date, 2 License Renewal link
|
90 |
msgid ""
|
91 |
"Your license key expired on %1$s. Please <a href=\"%2$s\">renew it</a> to "
|
92 |
"receive automatic updates and support."
|
93 |
msgstr ""
|
94 |
|
|
|
95 |
#: include/Addon/License/BaseLicense.php:180
|
96 |
msgid "Your license key has been disabled."
|
97 |
msgstr ""
|
98 |
|
|
|
99 |
#: include/Addon/License/BaseLicense.php:184
|
100 |
msgid "Your license key is invalid."
|
101 |
msgstr ""
|
102 |
|
|
|
103 |
#: include/Addon/License/BaseLicense.php:189
|
104 |
msgid "Your license is not active for this URL."
|
105 |
msgstr ""
|
106 |
|
|
|
|
|
107 |
#: include/Addon/License/BaseLicense.php:194
|
108 |
+
#. translators: 1 Add-on name
|
109 |
msgid "Your license key is not valid for %s."
|
110 |
msgstr ""
|
111 |
|
|
|
|
|
112 |
#: include/Addon/License/BaseLicense.php:200
|
113 |
+
#. translators: 1 License Upgrade link
|
114 |
msgid ""
|
115 |
+
"Your license key has reached its activation limit. Please <a "
|
116 |
+
"href=\"%s\">upgrade</a> your license."
|
117 |
msgstr ""
|
118 |
|
|
|
|
|
119 |
#: include/Addon/License/BaseLicense.php:206
|
120 |
#: include/Addon/License/BaseLicense.php:237
|
121 |
msgid "An error occurred, please try again."
|
122 |
msgstr ""
|
123 |
|
|
|
124 |
#: include/Addon/License/BaseLicense.php:261
|
125 |
msgid "An error occurred, please try again"
|
126 |
msgstr ""
|
127 |
|
|
|
128 |
#: include/Addon/License/Licenser.php:103
|
129 |
msgid "Activate"
|
130 |
msgstr ""
|
131 |
|
|
|
132 |
#: include/Addon/License/Licenser.php:111
|
133 |
msgid "Deactivate"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: include/Addon/License/Licenser.php:115
|
137 |
+
msgid "You have a lifetime license, which will never expire!"
|
138 |
+
msgstr ""
|
139 |
+
|
140 |
+
#: include/Addon/License/Licenser.php:138
|
141 |
msgid ""
|
142 |
"Enter your license key to activate add-ons. If you don't have a license, "
|
143 |
"then you can <a href='%s' target='_blank'>buy it</a>"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: include/Addon/License/Licenser.php:147
|
147 |
+
#: include/Addon/License/Licenser.php:148
|
|
|
|
|
148 |
msgid "Email Log Bundle License Key"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: include/Addon/License/Licenser.php:180
|
|
|
152 |
msgid ""
|
153 |
"Your license has been activated. You can now install add-ons, will receive "
|
154 |
"automatic updates and access to email support."
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: include/Addon/License/Licenser.php:196
|
158 |
+
msgid "Your license has been deactivated. You will not receive automatic updates."
|
|
|
|
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: include/Addon/License/Licenser.php:239
|
|
|
162 |
msgid ""
|
163 |
"Your license for %s has been activated. You will receive automatic updates "
|
164 |
"and access to email support."
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: include/Addon/License/Licenser.php:266
|
|
|
168 |
msgid ""
|
169 |
"Your license for %s has been deactivated. You will not receive automatic "
|
170 |
"updates."
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: include/Addon/Upseller.php:33
|
174 |
msgid "Additional fields are available through More Fields add-on. "
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: include/Addon/Upseller.php:37
|
178 |
msgid "Install it"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: include/Addon/Upseller.php:41
|
182 |
msgid "Buy Now"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: include/Addon/Upseller.php:74
|
186 |
#. translators: 1 Auto Delete Logs add-on name.
|
|
|
187 |
msgid ""
|
188 |
+
"You have more than 5000 email logs in the database. You can use our %1s "
|
189 |
+
"add-on to automatically delete logs as the DB size grows."
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: include/Addon/Upseller.php:97
|
193 |
msgid ""
|
194 |
"You can also automatically delete logs if the database size increases using "
|
195 |
"our %1s add-on."
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: include/Core/Request/LogListAction.php:64 include/Util/helper.php:323
|
|
|
|
|
199 |
msgid "Sent at"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: include/Core/Request/LogListAction.php:68 include/Util/helper.php:319
|
|
|
|
|
203 |
msgid "To"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: include/Core/Request/LogListAction.php:72 include/Util/helper.php:320
|
|
|
|
|
207 |
msgid "Subject"
|
208 |
msgstr ""
|
209 |
|
|
|
210 |
#: include/Core/Request/LogListAction.php:92
|
211 |
msgid "Raw Email Content"
|
212 |
msgstr ""
|
213 |
|
|
|
214 |
#: include/Core/Request/LogListAction.php:93
|
215 |
msgid "Preview Content as HTML"
|
216 |
msgstr ""
|
217 |
|
|
|
218 |
#: include/Core/Request/LogListAction.php:106
|
219 |
msgid "Close"
|
220 |
msgstr ""
|
221 |
|
|
|
222 |
#: include/Core/Request/LogListAction.php:181
|
223 |
msgid "There was some problem in deleting the email logs"
|
224 |
msgstr ""
|
225 |
|
|
|
226 |
#: include/Core/Request/LogListAction.php:185
|
227 |
msgid "1 email log deleted."
|
228 |
msgid_plural "%s email logs deleted"
|
229 |
msgstr[0] ""
|
230 |
msgstr[1] ""
|
231 |
|
|
|
232 |
#: include/Core/UI/Component/AdminUIEnhancer.php:69
|
233 |
msgid "Buy Addons"
|
234 |
msgstr ""
|
235 |
|
|
|
|
|
|
|
236 |
#: include/Core/UI/Component/AdminUIEnhancer.php:85
|
237 |
#: include/Core/UI/Page/LogListPage.php:68
|
238 |
#: include/Core/UI/Page/LogListPage.php:69
|
239 |
msgid "View Logs"
|
240 |
msgstr ""
|
241 |
|
|
|
|
|
|
|
242 |
#: include/Core/UI/Component/AdminUIEnhancer.php:86
|
243 |
#: include/Core/UI/Page/SettingsPage.php:94
|
244 |
#: include/Core/UI/Page/SettingsPage.php:95
|
245 |
msgid "Settings"
|
246 |
msgstr ""
|
247 |
|
|
|
248 |
#: include/Core/UI/Component/AdminUIEnhancer.php:109
|
249 |
msgid "plugin"
|
250 |
msgstr ""
|
251 |
|
|
|
252 |
#: include/Core/UI/Component/AdminUIEnhancer.php:109
|
253 |
msgid "Version"
|
254 |
msgstr ""
|
255 |
|
|
|
256 |
#: include/Core/UI/Component/AdminUIEnhancer.php:109
|
257 |
msgid "by"
|
258 |
msgstr ""
|
259 |
|
|
|
260 |
#: include/Core/UI/Component/DashboardWidget.php:29
|
261 |
msgid "Email Logs Summary"
|
262 |
msgstr ""
|
263 |
|
|
|
264 |
#: include/Core/UI/Component/DashboardWidget.php:43
|
265 |
msgid "Total number of emails logged"
|
266 |
msgstr ""
|
267 |
|
|
|
268 |
#: include/Core/UI/Component/DashboardWidget.php:57
|
269 |
msgid "<a href=\"%s\">Email Logs</a>"
|
270 |
msgstr ""
|
271 |
|
|
|
272 |
#: include/Core/UI/Component/DashboardWidget.php:58
|
273 |
msgid "<a href=\"%s\">Settings</a>"
|
274 |
msgstr ""
|
275 |
|
|
|
276 |
#: include/Core/UI/Component/DashboardWidget.php:59
|
277 |
msgid "<a href=\"%s\">Addons</a>"
|
278 |
msgstr ""
|
279 |
|
|
|
280 |
#: include/Core/UI/ListTable/LogListTable.php:144
|
281 |
msgid "%s @ %s"
|
282 |
msgstr ""
|
283 |
|
|
|
284 |
#: include/Core/UI/ListTable/LogListTable.php:162
|
285 |
msgid "Email Content"
|
286 |
msgstr ""
|
287 |
|
|
|
288 |
#: include/Core/UI/ListTable/LogListTable.php:163
|
289 |
msgid "View Content"
|
290 |
msgstr ""
|
291 |
|
|
|
|
|
292 |
#: include/Core/UI/ListTable/LogListTable.php:177
|
293 |
#: include/Core/UI/ListTable/LogListTable.php:292
|
294 |
msgid "Delete"
|
295 |
msgstr ""
|
296 |
|
|
|
297 |
#: include/Core/UI/ListTable/LogListTable.php:293
|
298 |
msgid "Delete All Logs"
|
299 |
msgstr ""
|
300 |
|
|
|
301 |
#: include/Core/UI/ListTable/LogListTable.php:326
|
302 |
msgid "Your email log is empty"
|
303 |
msgstr ""
|
304 |
|
|
|
305 |
#: include/Core/UI/ListTable/LogListTable.php:353
|
306 |
msgid "Search by date"
|
307 |
msgstr ""
|
308 |
|
|
|
309 |
#: include/Core/UI/ListTable/LogListTable.php:354
|
310 |
msgid "Search by term"
|
311 |
msgstr ""
|
312 |
|
|
|
|
|
|
|
313 |
#: include/Core/UI/Page/AddonListPage.php:23
|
314 |
#: include/Core/UI/Page/AddonListPage.php:24
|
315 |
#: include/Core/UI/Page/BasePage.php:78
|
316 |
msgid "Add-ons"
|
317 |
msgstr ""
|
318 |
|
|
|
319 |
#: include/Core/UI/Page/AddonListPage.php:40
|
320 |
msgid "Email Log Add-ons"
|
321 |
msgstr ""
|
322 |
|
|
|
323 |
#: include/Core/UI/Page/AddonListPage.php:44
|
324 |
msgid ""
|
325 |
"These add-ons provide additional functionality to Email Log plugin and are "
|
326 |
"available for purchase."
|
327 |
msgstr ""
|
328 |
|
|
|
329 |
#: include/Core/UI/Page/AddonListPage.php:45
|
330 |
msgid ""
|
331 |
+
"If your license includes the add-ons below, you will be able to install "
|
332 |
+
"them from here with one-click."
|
333 |
msgstr ""
|
334 |
|
|
|
335 |
#: include/Core/UI/Page/BasePage.php:49
|
336 |
msgid ""
|
337 |
"Email Log is a WordPress plugin that allows you to easily log and view all "
|
338 |
"emails sent from WordPress."
|
339 |
msgstr ""
|
340 |
|
|
|
341 |
#: include/Core/UI/Page/BasePage.php:52
|
342 |
msgid "You can view the logged emails from the View Logs screen. "
|
343 |
msgstr ""
|
344 |
|
|
|
345 |
#: include/Core/UI/Page/BasePage.php:54
|
346 |
msgid ""
|
347 |
"Check the <a target=\"_blank\" rel=\"noopener\" href=\"%s\">documentation "
|
348 |
"about the View Logs screen</a> for more details."
|
349 |
msgstr ""
|
350 |
|
|
|
351 |
#: include/Core/UI/Page/BasePage.php:60
|
352 |
msgid ""
|
353 |
"You can perform advanced actions like re-sending email, automatically "
|
354 |
+
"forwarding emails or export logs with our <a target=\"_blank\" "
|
355 |
+
"rel=\"noopener\" href=\"%s\">premium plugins</a>."
|
356 |
msgstr ""
|
357 |
|
|
|
358 |
#: include/Core/UI/Page/BasePage.php:67
|
359 |
msgid "About Plugin"
|
360 |
msgstr ""
|
361 |
|
|
|
362 |
#: include/Core/UI/Page/BasePage.php:75
|
363 |
msgid "More information"
|
364 |
msgstr ""
|
365 |
|
|
|
366 |
#: include/Core/UI/Page/BasePage.php:76
|
367 |
msgid "Documentation"
|
368 |
msgstr ""
|
369 |
|
|
|
370 |
#: include/Core/UI/Page/BasePage.php:77
|
371 |
msgid "Support"
|
372 |
msgstr ""
|
373 |
|
|
|
374 |
#. Plugin Name of the plugin/theme
|
|
|
|
|
|
|
|
|
375 |
msgid "Email Log"
|
376 |
msgstr ""
|
377 |
|
|
|
378 |
#: include/Core/UI/Page/LogListPage.php:100
|
379 |
msgid "Email Logs"
|
380 |
msgstr ""
|
381 |
|
|
|
382 |
#: include/Core/UI/Page/LogListPage.php:105
|
383 |
msgid "Search Logs"
|
384 |
msgstr ""
|
385 |
|
|
|
386 |
#: include/Core/UI/Page/LogListPage.php:128
|
387 |
msgid "Entries per page"
|
388 |
msgstr ""
|
389 |
|
|
|
390 |
#: include/Core/UI/Page/SettingsPage.php:111
|
391 |
msgid "Email Log Settings"
|
392 |
msgstr ""
|
393 |
|
|
|
394 |
#: include/Core/UI/Page/SettingsPage.php:119
|
395 |
msgid "Save"
|
396 |
msgstr ""
|
397 |
|
|
|
|
|
398 |
#: include/Core/UI/Page/SystemInfoPage.php:41
|
399 |
#: include/Core/UI/Page/SystemInfoPage.php:42
|
400 |
msgid "System Info"
|
401 |
msgstr ""
|
402 |
|
|
|
403 |
#: include/Core/UI/Page/SystemInfoPage.php:70
|
404 |
msgid "Please include this information when posting support requests."
|
405 |
msgstr ""
|
406 |
|
|
|
407 |
#: include/Core/UI/Page/SystemInfoPage.php:78
|
408 |
msgid ""
|
409 |
+
"DISABLE_WP_CRON is <a href=\"%s\" rel=\"noopener\" "
|
410 |
+
"target=\"_blank\">enabled</a>. This prevents scheduler from running."
|
411 |
msgstr ""
|
412 |
|
|
|
413 |
#: include/Core/UI/Page/SystemInfoPage.php:84
|
414 |
msgid "Email Log - System Info"
|
415 |
msgstr ""
|
416 |
|
|
|
417 |
#: include/Core/UI/Page/SystemInfoPage.php:94
|
418 |
msgid "Download System Info File"
|
419 |
msgstr ""
|
420 |
|
|
|
421 |
#: include/Core/UI/Setting/CoreSetting.php:16
|
422 |
msgid "Core Email Log Settings"
|
423 |
msgstr ""
|
424 |
|
|
|
425 |
#: include/Core/UI/Setting/CoreSetting.php:20
|
426 |
msgid "Allowed User Roles"
|
427 |
msgstr ""
|
428 |
|
|
|
429 |
#: include/Core/UI/Setting/CoreSetting.php:21
|
430 |
msgid "Remove Data on Uninstall?"
|
431 |
msgstr ""
|
432 |
|
|
|
433 |
#: include/Core/UI/Setting/CoreSetting.php:22
|
434 |
msgid "Disable Dashboard Widget"
|
435 |
msgstr ""
|
436 |
|
|
|
437 |
#: include/Core/UI/Setting/CoreSetting.php:23
|
438 |
msgid "Database Size Notification"
|
439 |
msgstr ""
|
440 |
|
|
|
441 |
#: include/Core/UI/Setting/CoreSetting.php:73
|
442 |
msgid "Administrator"
|
443 |
msgstr ""
|
444 |
|
|
|
445 |
#: include/Core/UI/Setting/CoreSetting.php:87
|
446 |
+
msgid "<strong>Note:</strong> Users with the above User Roles can view Email Logs."
|
|
|
447 |
msgstr ""
|
448 |
|
|
|
449 |
#: include/Core/UI/Setting/CoreSetting.php:88
|
450 |
msgid "Administrator role always has access and cannot be disabled."
|
451 |
msgstr ""
|
452 |
|
|
|
453 |
#: include/Core/UI/Setting/CoreSetting.php:123
|
454 |
msgid ""
|
455 |
"Check this box if you would like to completely remove all of its data when "
|
456 |
"the plugin is deleted."
|
457 |
msgstr ""
|
458 |
|
|
|
459 |
#: include/Core/UI/Setting/CoreSetting.php:128
|
460 |
msgid ""
|
461 |
+
"<strong>Note:</strong> You can also export the Email Logs using our <a "
|
462 |
+
"href=\"%s\" rel=\"noopener noreferrer\" target=\"_blank\">Export Logs</a> "
|
463 |
+
"add-on."
|
464 |
msgstr ""
|
465 |
|
|
|
466 |
#: include/Core/UI/Setting/CoreSetting.php:216
|
467 |
msgid "Check this box if you would like to disable dashboard widget."
|
468 |
msgstr ""
|
469 |
|
|
|
470 |
#: include/Core/UI/Setting/CoreSetting.php:221
|
471 |
msgid ""
|
472 |
"<strong>Note:</strong> Each users can also disable dashboard widget using "
|
473 |
"screen options"
|
474 |
msgstr ""
|
475 |
|
|
|
476 |
#: include/Core/UI/Setting/CoreSetting.php:262
|
477 |
msgid "Notify %1$s if there are more than %2$s logs."
|
478 |
msgstr ""
|
479 |
|
|
|
480 |
#: include/Core/UI/Setting/CoreSetting.php:270
|
481 |
msgid "%1$s There are %2$s email logs currently logged in the database."
|
482 |
msgstr ""
|
483 |
|
|
|
484 |
#: include/Core/UI/Setting/CoreSetting.php:279
|
485 |
msgid ""
|
486 |
+
"Last notification email was sent on %1$s. Click %2$s button to reset "
|
487 |
+
"sending the notification."
|
488 |
msgstr ""
|
489 |
|
|
|
490 |
#: include/Core/UI/Setting/CoreSetting.php:440
|
491 |
msgid "Email Log Plugin: Your log threshold of %s has been met"
|
492 |
msgstr ""
|
493 |
|
|
|
494 |
#: include/Core/UI/Setting/CoreSetting.php:492
|
495 |
msgid ""
|
496 |
"Currently there are %1$s logged, which is more than the threshold that is "
|
498 |
"You can also use our %3$s add-on to automatically delete logs"
|
499 |
msgstr ""
|
500 |
|
|
|
501 |
#: include/Core/UI/Setting/CoreSetting.php:493
|
502 |
msgid " email log"
|
503 |
msgid_plural " email logs"
|
504 |
msgstr[0] ""
|
505 |
msgstr[1] ""
|
506 |
|
507 |
+
#: include/Util/helper.php:318
|
508 |
msgid "ID"
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: include/Util/helper.php:321
|
512 |
msgid "Message"
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: include/Util/helper.php:322
|
516 |
msgid "Attachment"
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: include/Util/helper.php:324
|
520 |
msgid "From"
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: include/Util/helper.php:325
|
524 |
msgid "CC"
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: include/Util/helper.php:326
|
528 |
msgid "BCC"
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: include/Util/helper.php:327
|
532 |
msgid "Reply To"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: include/Util/helper.php:328
|
536 |
msgid "IP Address"
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: include/Util/helper.php:329
|
540 |
msgid "Sent Status"
|
541 |
msgstr ""
|
542 |
|
|
|
543 |
#: include/libraries/EDD_SL_Plugin_Updater.php:201
|
544 |
+
msgid "There is a new version of %1$s available. %2$sView version %3$s details%4$s."
|
|
|
545 |
msgstr ""
|
546 |
|
|
|
547 |
#: include/libraries/EDD_SL_Plugin_Updater.php:209
|
548 |
msgid ""
|
549 |
"There is a new version of %1$s available. %2$sView version %3$s details%4$s "
|
550 |
"or %5$supdate now%6$s."
|
551 |
msgstr ""
|
552 |
|
|
|
553 |
#: include/libraries/EDD_SL_Plugin_Updater.php:399
|
554 |
msgid "You do not have permission to install plugin updates"
|
555 |
msgstr ""
|
556 |
|
|
|
557 |
#: include/libraries/EDD_SL_Plugin_Updater.php:399
|
558 |
msgid "Error"
|
559 |
msgstr ""
|
560 |
|
561 |
+
#. Plugin URI of the plugin/theme
|
562 |
+
msgid "https://wpemaillog.com"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
563 |
msgstr ""
|
564 |
|
565 |
+
#. Description of the plugin/theme
|
566 |
+
msgid "Logs every email sent through WordPress"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#. Author of the plugin/theme
|
570 |
+
msgid "Sudar"
|
|
|
|
|
571 |
msgstr ""
|
572 |
|
573 |
+
#. Author URI of the plugin/theme
|
574 |
+
msgid "http://sudarmuthu.com/"
|
|
|
|
|
|
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: include/Addon/Addon.php:129
|
578 |
+
msgctxt "Installed on website but not activated"
|
579 |
+
msgid "Installed"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: include/Addon/Addon.php:132
|
583 |
+
msgctxt "Installed and activated on website"
|
584 |
+
msgid "Activated"
|
|
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: include/Addon/Addon.php:134
|
588 |
+
msgctxt "Enable addon so it may be used"
|
589 |
+
msgid "Activate"
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: include/Addon/Addon.php:142
|
593 |
+
msgctxt "Download to your computer"
|
594 |
+
msgid "Download"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: include/Addon/Addon.php:167
|
598 |
+
msgctxt "Download add-on"
|
599 |
+
msgid "Activate License to Download"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: include/Addon/Addon.php:170
|
603 |
+
msgctxt "Download and activate addon"
|
604 |
+
msgid "Activate License to Use"
|
605 |
+
msgstr ""
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: sudar
|
|
3 |
Tags: email, log, log email, resend email, multisite
|
4 |
Requires PHP: 5.6
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 2.4.
|
8 |
|
9 |
Log and view all outgoing emails from WordPress. Works with WordPress Multisite as well.
|
10 |
|
@@ -132,6 +132,10 @@ Meanwhile, I have added a hack to handle this condition in v1.7.3 of my plugin.
|
|
132 |
This Readme file was generated using <a href = 'http://sudarmuthu.com/wordpress/wp-readme'>wp-readme</a>, which generates readme files for WordPress Plugins.
|
133 |
== Changelog ==
|
134 |
|
|
|
|
|
|
|
|
|
135 |
= v2.4.1 – (2020-07-06) =
|
136 |
- Fix: Added a missing file that broke v2.4.0 release for some installations.
|
137 |
|
3 |
Tags: email, log, log email, resend email, multisite
|
4 |
Requires PHP: 5.6
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 5.5
|
7 |
+
Stable tag: 2.4.2
|
8 |
|
9 |
Log and view all outgoing emails from WordPress. Works with WordPress Multisite as well.
|
10 |
|
132 |
This Readme file was generated using <a href = 'http://sudarmuthu.com/wordpress/wp-readme'>wp-readme</a>, which generates readme files for WordPress Plugins.
|
133 |
== Changelog ==
|
134 |
|
135 |
+
= v2.4.2 – (2020-07-07) =
|
136 |
+
- Fix: Fixed issues with email preview tab switcher that occurred in some installations.
|
137 |
+
- Tweak: Enhanced the UI for lifetime license activation.
|
138 |
+
|
139 |
= v2.4.1 – (2020-07-06) =
|
140 |
- Fix: Added a missing file that broke v2.4.0 release for some installations.
|
141 |
|