Version Description
Download this release
Release Info
Developer | sudar |
Plugin | Email Log |
Version | 0.4 |
Comparing to | |
See all releases |
Code changes from version 0.3 to 0.4
- email-log.php +5 -4
- languages/email-log-de_DE.mo +0 -0
- languages/email-log-de_DE.po +262 -0
- readme.txt +9 -3
email-log.php
CHANGED
@@ -4,14 +4,15 @@ Plugin Name: Email Log
|
|
4 |
Plugin URI: http://sudarmuthu.com/wordpress/email-log
|
5 |
Description: Logs every email sent through WordPress. Compatiable with WPMU too.
|
6 |
Author: Sudar
|
7 |
-
Version: 0.
|
8 |
Author URI: http://sudarmuthu.com/
|
9 |
Text Domain: email-log
|
10 |
|
11 |
=== RELEASE NOTES ===
|
12 |
-
2009-10-08
|
13 |
-
2009-10-15
|
14 |
-
2009-10-19
|
|
|
15 |
*/
|
16 |
|
17 |
global $wpdb;
|
4 |
Plugin URI: http://sudarmuthu.com/wordpress/email-log
|
5 |
Description: Logs every email sent through WordPress. Compatiable with WPMU too.
|
6 |
Author: Sudar
|
7 |
+
Version: 0.4
|
8 |
Author URI: http://sudarmuthu.com/
|
9 |
Text Domain: email-log
|
10 |
|
11 |
=== RELEASE NOTES ===
|
12 |
+
2009-10-08 - v0.1 - Initial Release
|
13 |
+
2009-10-15 - v0.2 - Added compatability for MySQL 4
|
14 |
+
2009-10-19 - v0.3 - Added compatability for MySQL 4 (Thanks Frank)
|
15 |
+
2010-01-02 - v0.4 - Added german translation (Thanks Frank)
|
16 |
*/
|
17 |
|
18 |
global $wpdb;
|
languages/email-log-de_DE.mo
ADDED
Binary file
|
languages/email-log-de_DE.po
ADDED
@@ -0,0 +1,262 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Email Log WordPress Plugin 0.2\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/email-log\n"
|
5 |
+
"POT-Creation-Date: 2009-10-08 17:51+0000\n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Frank Weichbrodt\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: German\n"
|
13 |
+
"X-Poedit-Country: GERMANY\n"
|
14 |
+
|
15 |
+
#. #-#-#-#-# email-log.pot (Email Log 0.1) #-#-#-#-#
|
16 |
+
#. Plugin Name of an extension
|
17 |
+
#: email-log.php:58
|
18 |
+
msgid "Email Log"
|
19 |
+
msgstr "E-Mail Log"
|
20 |
+
|
21 |
+
#: email-log.php:69
|
22 |
+
msgid "Settings"
|
23 |
+
msgstr "Einstellungen"
|
24 |
+
|
25 |
+
#: email-log.php:79
|
26 |
+
msgid "plugin"
|
27 |
+
msgstr "Plugin"
|
28 |
+
|
29 |
+
#: email-log.php:79
|
30 |
+
msgid "Version"
|
31 |
+
msgstr "Version"
|
32 |
+
|
33 |
+
#: email-log.php:79
|
34 |
+
msgid "by"
|
35 |
+
msgstr "von"
|
36 |
+
|
37 |
+
#: email-log.php:109
|
38 |
+
#: email-log.php:463
|
39 |
+
#: email-log.php:487
|
40 |
+
msgid "Delete Logs"
|
41 |
+
msgstr "Logs löschen"
|
42 |
+
|
43 |
+
#: email-log.php:118
|
44 |
+
#, php-format
|
45 |
+
msgid "All Email Logs For email id %s Have Been Deleted."
|
46 |
+
msgstr "Alle E-Mail Logs mit ID %s wurden gelöscht."
|
47 |
+
|
48 |
+
#: email-log.php:120
|
49 |
+
#, php-format
|
50 |
+
msgid "An Error Has Occured while deleting All Email Logs For email id %s."
|
51 |
+
msgstr "Beim Löschen der E-Mail Logs mit der ID %s ist ein Fehler aufgetreten."
|
52 |
+
|
53 |
+
#: email-log.php:128
|
54 |
+
#, php-format
|
55 |
+
msgid "All Email Logs With Subject %s Have Been Deleted."
|
56 |
+
msgstr "Alle E-Mail Logs mit dem Betreff %s wurden gelöscht."
|
57 |
+
|
58 |
+
#: email-log.php:130
|
59 |
+
#, php-format
|
60 |
+
msgid "An Error Has Occured While Deleting All Email Logs With Subject %s."
|
61 |
+
msgstr "Beim Löschen der E-Mail Logs mit dem Betreff %s ist ein Fehler aufgetreten."
|
62 |
+
|
63 |
+
#: email-log.php:138
|
64 |
+
msgid "All Email log Has Been Deleted."
|
65 |
+
msgstr "Alle E-Mail Logs wurden gelöscht."
|
66 |
+
|
67 |
+
#: email-log.php:140
|
68 |
+
msgid "An Error Has Occured While Deleting All Email Logs"
|
69 |
+
msgstr "Beim Löschen aller E-Mail Logs ist ein Fehler aufgetreten."
|
70 |
+
|
71 |
+
#: email-log.php:174
|
72 |
+
#: email-log.php:311
|
73 |
+
#: email-log.php:346
|
74 |
+
#: email-log.php:430
|
75 |
+
msgid "ID"
|
76 |
+
msgstr "ID"
|
77 |
+
|
78 |
+
#: email-log.php:178
|
79 |
+
#: email-log.php:431
|
80 |
+
#: email-log.php:480
|
81 |
+
msgid "To Email"
|
82 |
+
msgstr "Empfänger"
|
83 |
+
|
84 |
+
#: email-log.php:182
|
85 |
+
#: email-log.php:314
|
86 |
+
#: email-log.php:349
|
87 |
+
#: email-log.php:432
|
88 |
+
#: email-log.php:482
|
89 |
+
msgid "Subject"
|
90 |
+
msgstr "Betreff"
|
91 |
+
|
92 |
+
#: email-log.php:187
|
93 |
+
#: email-log.php:433
|
94 |
+
msgid "Date"
|
95 |
+
msgstr "Datum"
|
96 |
+
|
97 |
+
#: email-log.php:194
|
98 |
+
#: email-log.php:437
|
99 |
+
msgid "Ascending"
|
100 |
+
msgstr "aufsteigend"
|
101 |
+
|
102 |
+
#: email-log.php:199
|
103 |
+
#: email-log.php:438
|
104 |
+
msgid "Descending"
|
105 |
+
msgstr "absteigend"
|
106 |
+
|
107 |
+
#: email-log.php:248
|
108 |
+
msgid "Email Log Settings"
|
109 |
+
msgstr "E-Mail Log - Einstellungen"
|
110 |
+
|
111 |
+
#: email-log.php:249
|
112 |
+
#, php-format
|
113 |
+
msgid "Displaying <strong>%s</strong> to <strong>%s</strong> of <strong>%s</strong> Email log entries."
|
114 |
+
msgstr "Anzeige: <strong>%s</strong> bis <strong>%s</strong> von <strong>%s</strong> Einträgen."
|
115 |
+
|
116 |
+
#: email-log.php:250
|
117 |
+
#, php-format
|
118 |
+
msgid "Sorted by <strong>%s</strong> in <strong>%s</strong> order."
|
119 |
+
msgstr "Sortiert nach <strong>%s</strong> in <strong>%ser</strong> Reihenfolge."
|
120 |
+
|
121 |
+
#: email-log.php:261
|
122 |
+
#: email-log.php:361
|
123 |
+
msgid "Previous Page"
|
124 |
+
msgstr "Vorherige Seite"
|
125 |
+
|
126 |
+
#: email-log.php:268
|
127 |
+
#: email-log.php:368
|
128 |
+
#, php-format
|
129 |
+
msgid "Pages (%s): "
|
130 |
+
msgstr "Seiten (%s): "
|
131 |
+
|
132 |
+
#: email-log.php:271
|
133 |
+
#: email-log.php:371
|
134 |
+
msgid "Go to First Page"
|
135 |
+
msgstr "Gehe zur ersten Seite"
|
136 |
+
|
137 |
+
#: email-log.php:271
|
138 |
+
#: email-log.php:371
|
139 |
+
msgid "First"
|
140 |
+
msgstr "Erste"
|
141 |
+
|
142 |
+
#: email-log.php:274
|
143 |
+
#: email-log.php:286
|
144 |
+
#: email-log.php:374
|
145 |
+
#: email-log.php:386
|
146 |
+
msgid "Go to Page"
|
147 |
+
msgstr "Gehe zu Seite"
|
148 |
+
|
149 |
+
#: email-log.php:281
|
150 |
+
#: email-log.php:381
|
151 |
+
msgid "Page"
|
152 |
+
msgstr "Seite"
|
153 |
+
|
154 |
+
#: email-log.php:289
|
155 |
+
#: email-log.php:389
|
156 |
+
msgid "Go to Last Page"
|
157 |
+
msgstr "Gehe zur letzten Seite"
|
158 |
+
|
159 |
+
#: email-log.php:289
|
160 |
+
#: email-log.php:389
|
161 |
+
msgid "Last"
|
162 |
+
msgstr "Letzte"
|
163 |
+
|
164 |
+
#: email-log.php:296
|
165 |
+
#: email-log.php:396
|
166 |
+
msgid "Next Page"
|
167 |
+
msgstr "Nächste Seite"
|
168 |
+
|
169 |
+
#: email-log.php:312
|
170 |
+
#: email-log.php:347
|
171 |
+
msgid "Date / Time"
|
172 |
+
msgstr "Datum / Zeit"
|
173 |
+
|
174 |
+
#: email-log.php:313
|
175 |
+
#: email-log.php:348
|
176 |
+
msgid "To"
|
177 |
+
msgstr "An"
|
178 |
+
|
179 |
+
#: email-log.php:328
|
180 |
+
#, php-format
|
181 |
+
msgid "%s @ %s"
|
182 |
+
msgstr "%s @ %s"
|
183 |
+
|
184 |
+
#: email-log.php:340
|
185 |
+
msgid "No email Logs Found"
|
186 |
+
msgstr "Keine E-Mail Logs gefunden."
|
187 |
+
|
188 |
+
#: email-log.php:416
|
189 |
+
msgid "Filter Options:"
|
190 |
+
msgstr "Filter Optionen:"
|
191 |
+
|
192 |
+
#: email-log.php:418
|
193 |
+
msgid "ID:"
|
194 |
+
msgstr "ID:"
|
195 |
+
|
196 |
+
#: email-log.php:420
|
197 |
+
msgid "To Email:"
|
198 |
+
msgstr "Empfänger:"
|
199 |
+
|
200 |
+
#: email-log.php:422
|
201 |
+
msgid "Subject:"
|
202 |
+
msgstr "Betreff:"
|
203 |
+
|
204 |
+
#: email-log.php:427
|
205 |
+
msgid "Sort Options:"
|
206 |
+
msgstr "Sortierung:"
|
207 |
+
|
208 |
+
#: email-log.php:445
|
209 |
+
#: email-log.php:447
|
210 |
+
msgid "Per Page"
|
211 |
+
msgstr "je Seite"
|
212 |
+
|
213 |
+
#: email-log.php:455
|
214 |
+
msgid "Go"
|
215 |
+
msgstr "Los"
|
216 |
+
|
217 |
+
#: email-log.php:469
|
218 |
+
msgid "Delete Type : "
|
219 |
+
msgstr "Löschen:"
|
220 |
+
|
221 |
+
#: email-log.php:472
|
222 |
+
msgid "Based on"
|
223 |
+
msgstr "wenn Bedingung zutrifft"
|
224 |
+
|
225 |
+
#: email-log.php:473
|
226 |
+
msgid "All Logs"
|
227 |
+
msgstr "alle Einträge"
|
228 |
+
|
229 |
+
#: email-log.php:478
|
230 |
+
msgid "Condition:"
|
231 |
+
msgstr "Bedingung:"
|
232 |
+
|
233 |
+
#: email-log.php:481
|
234 |
+
msgid "or"
|
235 |
+
msgstr "oder"
|
236 |
+
|
237 |
+
#: email-log.php:487
|
238 |
+
msgid ""
|
239 |
+
"You Are About To Delete Email Logs.\\n"
|
240 |
+
"This Action Is Not Reversible.\\n"
|
241 |
+
"\\n"
|
242 |
+
" Choose \\'Cancel\\' to stop, \\'OK\\' to delete."
|
243 |
+
msgstr ""
|
244 |
+
"Du willst die E-Mail Logs löschen.\\n"
|
245 |
+
"Diese Aktion lässt sich nicht rückgängig machen."
|
246 |
+
|
247 |
+
#. Plugin URI of an extension
|
248 |
+
msgid "http://sudarmuthu.com/wordpress/email-log"
|
249 |
+
msgstr "http://sudarmuthu.com/wordpress/email-log"
|
250 |
+
|
251 |
+
#. Description of an extension
|
252 |
+
msgid "Logs every email sent through WordPress. Compatiable with WPMU too."
|
253 |
+
msgstr "Logt jede von WordPress gesendete E-Mail. Kompatibel mit WPMU."
|
254 |
+
|
255 |
+
#. Author of an extension
|
256 |
+
msgid "Sudar"
|
257 |
+
msgstr "Sudar"
|
258 |
+
|
259 |
+
#. Author URI of an extension
|
260 |
+
msgid "http://sudarmuthu.com/"
|
261 |
+
msgstr "http://sudarmuthu.com/"
|
262 |
+
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: sudar
|
3 |
Tags: email, wpmu, wordpress-mu, log
|
4 |
Requires at least: 2.8
|
5 |
-
Tested up to: 2.
|
6 |
-
Stable tag: 0.
|
7 |
|
8 |
Logs every email sent through WordPress. Compatiable with WPMU too.
|
9 |
|
@@ -27,6 +27,8 @@ As [recommended by Ozh][1], the Plugin has uninstall hook which will clean up th
|
|
27 |
|
28 |
### Translation
|
29 |
|
|
|
|
|
30 |
The pot file is available with the Plugin. If you are willing to do translation for the Plugin, use the pot file to create the .po files for your language and let me know. I will add it to the Plugin after giving credit to you.
|
31 |
|
32 |
### Support
|
@@ -47,7 +49,7 @@ Extract the zip file and drop the contents in the wp-content/plugins/ directory
|
|
47 |
== Screenshots ==
|
48 |
1. The following screenshot shows how the logged emails will be displayed
|
49 |
|
50 |
-
2
|
51 |
|
52 |
3. This one shows how the email logs could be deleted
|
53 |
|
@@ -65,6 +67,10 @@ Extract the zip file and drop the contents in the wp-content/plugins/ directory
|
|
65 |
|
66 |
* Added compatability for MySQL 4 (Thanks Frank)
|
67 |
|
|
|
|
|
|
|
|
|
68 |
==Readme Generator==
|
69 |
|
70 |
This Readme file was generated using <a href = 'http://sudarmuthu.com/wordpress/wp-readme'>wp-readme</a>, which generates readme files for WordPress Plugins.
|
2 |
Contributors: sudar
|
3 |
Tags: email, wpmu, wordpress-mu, log
|
4 |
Requires at least: 2.8
|
5 |
+
Tested up to: 2.9
|
6 |
+
Stable tag: 0.4
|
7 |
|
8 |
Logs every email sent through WordPress. Compatiable with WPMU too.
|
9 |
|
27 |
|
28 |
### Translation
|
29 |
|
30 |
+
* German (Thanks Frank)
|
31 |
+
|
32 |
The pot file is available with the Plugin. If you are willing to do translation for the Plugin, use the pot file to create the .po files for your language and let me know. I will add it to the Plugin after giving credit to you.
|
33 |
|
34 |
### Support
|
49 |
== Screenshots ==
|
50 |
1. The following screenshot shows how the logged emails will be displayed
|
51 |
|
52 |
+
2.�This screenshot shows how the email logs could be filtered or sorted.
|
53 |
|
54 |
3. This one shows how the email logs could be deleted
|
55 |
|
67 |
|
68 |
* Added compatability for MySQL 4 (Thanks Frank)
|
69 |
|
70 |
+
###v0.4 (2010-01-02)
|
71 |
+
|
72 |
+
* Added german translation (Thanks Frank)
|
73 |
+
|
74 |
==Readme Generator==
|
75 |
|
76 |
This Readme file was generated using <a href = 'http://sudarmuthu.com/wordpress/wp-readme'>wp-readme</a>, which generates readme files for WordPress Plugins.
|