Version Description
- Fixed: some translation issues, including updated POT-file for translators.
Download this release
Release Info
Developer | eskapism |
Plugin | Simple History |
Version | 1.0.5 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.5
- index.php +7 -3
- languages/simple-history-de_DE.mo +0 -0
- languages/simple-history-de_DE.po +168 -158
- languages/simple-history.pot +78 -62
- readme.txt +4 -1
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Simple History
|
4 |
Plugin URI: http://eskapism.se/code-playground/simple-history/
|
5 |
Description: Get a log/history/audit log/version history of the changes made by users in WordPress.
|
6 |
-
Version: 1.0.
|
7 |
Author: Pär Thernström
|
8 |
Author URI: http://eskapism.se/
|
9 |
License: GPL2
|
@@ -27,7 +27,7 @@ License: GPL2
|
|
27 |
|
28 |
load_plugin_textdomain('simple-history', false, "/simple-history/languages");
|
29 |
|
30 |
-
define( "SIMPLE_HISTORY_VERSION", "1.0.
|
31 |
define( "SIMPLE_HISTORY_NAME", "Simple History");
|
32 |
define( "SIMPLE_HISTORY_URL", WP_PLUGIN_URL . '/simple-history/');
|
33 |
|
@@ -75,6 +75,10 @@ define( "SIMPLE_HISTORY_URL", WP_PLUGIN_URL . '/simple-history/');
|
|
75 |
$dummy = __("attachment", "simple-history");
|
76 |
$dummy = __("user", "simple-history");
|
77 |
$dummy = __("settings page", "simple-history");
|
|
|
|
|
|
|
|
|
78 |
}
|
79 |
|
80 |
function plugin_action_links($actions, $b, $c, $d) {
|
@@ -1490,7 +1494,7 @@ function simple_history_print_history($args = null) {
|
|
1490 |
} elseif ("comment" == $object_type_lcase) {
|
1491 |
|
1492 |
$comment_link = get_edit_comment_link($object_id);
|
1493 |
-
$output .= ucwords(esc_html__(ucfirst($object_type)
|
1494 |
|
1495 |
} else {
|
1496 |
|
3 |
Plugin Name: Simple History
|
4 |
Plugin URI: http://eskapism.se/code-playground/simple-history/
|
5 |
Description: Get a log/history/audit log/version history of the changes made by users in WordPress.
|
6 |
+
Version: 1.0.5
|
7 |
Author: Pär Thernström
|
8 |
Author URI: http://eskapism.se/
|
9 |
License: GPL2
|
27 |
|
28 |
load_plugin_textdomain('simple-history', false, "/simple-history/languages");
|
29 |
|
30 |
+
define( "SIMPLE_HISTORY_VERSION", "1.0.5");
|
31 |
define( "SIMPLE_HISTORY_NAME", "Simple History");
|
32 |
define( "SIMPLE_HISTORY_URL", WP_PLUGIN_URL . '/simple-history/');
|
33 |
|
75 |
$dummy = __("attachment", "simple-history");
|
76 |
$dummy = __("user", "simple-history");
|
77 |
$dummy = __("settings page", "simple-history");
|
78 |
+
$dummy = __("edited", "simple-history");
|
79 |
+
$dummy = __("comment", "simple-history");
|
80 |
+
$dummy = __("logged in", "simple-history");
|
81 |
+
$dummy = __("logged out", "simple-history");
|
82 |
}
|
83 |
|
84 |
function plugin_action_links($actions, $b, $c, $d) {
|
1494 |
} elseif ("comment" == $object_type_lcase) {
|
1495 |
|
1496 |
$comment_link = get_edit_comment_link($object_id);
|
1497 |
+
$output .= ucwords(esc_html__(ucfirst($object_type))) . " " . esc_html($object_subtype) . " <a href='$comment_link'><span class='simple-history-title'>" . esc_html($object_name) . "\"</span></a> " . esc_html__($action, "simple-history");
|
1498 |
|
1499 |
} else {
|
1500 |
|
languages/simple-history-de_DE.mo
CHANGED
Binary file
|
languages/simple-history-de_DE.po
CHANGED
@@ -7,78 +7,114 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: Simple History 0.4\n"
|
9 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/simple-history\n"
|
10 |
-
"POT-Creation-Date: 2012-09-
|
11 |
-
"PO-Revision-Date: 2012-09-
|
12 |
"Last-Translator: Ralph Stenzel <ralph@klein-aber-fein.de>\n"
|
13 |
"Language-Team: Ralph Stenzel <ralph@klein-aber-fein.de>\n"
|
|
|
14 |
"MIME-Version: 1.0\n"
|
15 |
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
"Content-Transfer-Encoding: 8bit\n"
|
17 |
"X-Poedit-SourceCharset: utf-8\n"
|
18 |
-
"Language: de_DE\n"
|
19 |
"X-Generator: Poedit 1.5.3\n"
|
20 |
|
21 |
-
#: index.php:
|
22 |
-
msgid "
|
23 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
-
#: index.php:
|
|
|
|
|
|
|
|
|
26 |
msgid "updated"
|
27 |
msgstr "aktualisiert"
|
28 |
|
29 |
-
#: index.php:
|
30 |
-
msgid "
|
31 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
-
#: index.php:
|
34 |
msgid "WordPress %1$s"
|
35 |
msgstr "WordPress %1$s"
|
36 |
|
37 |
-
#: index.php:
|
38 |
msgid "Donate"
|
39 |
msgstr "Spenden Sie"
|
40 |
|
41 |
-
#: index.php:
|
42 |
-
msgid "upgraded it's database"
|
43 |
-
msgstr "hat seine Datenbank aktualisiert"
|
44 |
-
|
45 |
-
#: index.php:178 index.php:494 index.php:498 index.php:887
|
46 |
-
msgid "Plugin"
|
47 |
-
msgstr "Plugins"
|
48 |
-
|
49 |
-
#: index.php:194 index.php:215
|
50 |
msgid "Simple History Settings"
|
51 |
msgstr "Simple History-Einstellungen"
|
52 |
|
53 |
-
#: index.php:
|
54 |
msgid "Show Simple History"
|
55 |
msgstr "Zeige Änderungsprotokoll"
|
56 |
|
57 |
-
#: index.php:
|
58 |
msgid "RSS feed"
|
59 |
msgstr "RSS-Feed"
|
60 |
|
61 |
-
#: index.php:
|
|
|
|
|
|
|
|
|
62 |
msgid "History for %s"
|
63 |
msgstr "Änderungsprotokoll für %s"
|
64 |
|
65 |
-
#: index.php:
|
66 |
msgid "WordPress History for %s"
|
67 |
msgstr "WordPress-Änderungsprotokoll für %s"
|
68 |
|
69 |
-
#: index.php:
|
70 |
msgid "By %s"
|
71 |
msgstr "Von %s"
|
72 |
|
73 |
-
#: index.php:
|
74 |
msgid "%d occasions"
|
75 |
msgstr "%d Ereignisse"
|
76 |
|
77 |
-
#: index.php:
|
78 |
msgid "Wrong RSS secret"
|
79 |
msgstr "Falsche RSS-Geheimadresse"
|
80 |
|
81 |
-
#: index.php:
|
82 |
msgid ""
|
83 |
"Your RSS secret for Simple History RSS feed is wrong. Please see WordPress "
|
84 |
"settings for current link to the RSS feed."
|
@@ -87,23 +123,37 @@ msgstr ""
|
|
87 |
"überprüfen Sie die WordPress-Einstellungen hinsichtlich des momentanen Links "
|
88 |
"zum RSS-Feed."
|
89 |
|
90 |
-
#: index.php:
|
91 |
-
msgid "All types"
|
92 |
-
msgstr "Alle Arten"
|
93 |
-
|
94 |
-
#: index.php:331 index.php:987
|
95 |
msgid "By all users"
|
96 |
msgstr "Alle Benutzer"
|
97 |
|
98 |
-
#: index.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
msgid "on the dashboard"
|
100 |
msgstr "auf dem Armaturenbrett (Dashboard)"
|
101 |
|
102 |
-
#: index.php:
|
103 |
msgid "as a page under the dashboard menu"
|
104 |
msgstr "als eine Seite im Dashboard-Menü"
|
105 |
|
106 |
-
#: index.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
msgid ""
|
108 |
"\n"
|
109 |
"\t\t\tPlease\n"
|
@@ -124,11 +174,11 @@ msgstr ""
|
|
124 |
"\t\t\tDanke!\n"
|
125 |
"\t\t\t"
|
126 |
|
127 |
-
#: index.php:
|
128 |
msgid "Created new secret RSS adress"
|
129 |
msgstr "Neue geheime RSS-Adresse erstellt"
|
130 |
|
131 |
-
#: index.php:
|
132 |
msgid ""
|
133 |
"This is a secret RSS feed for Simple History. Only share the link with "
|
134 |
"people you trust"
|
@@ -136,189 +186,124 @@ msgstr ""
|
|
136 |
"Dies ist ein geheimer RSS-Feed für Simple History. Teilen Sie das Link nur "
|
137 |
"mit Menschen Ihres Vertrauens!"
|
138 |
|
139 |
-
#: index.php:
|
140 |
msgid ""
|
141 |
-
"You can <a href='%s
|
142 |
-
"
|
143 |
-
"into the wrong hands."
|
144 |
msgstr ""
|
145 |
"Sie können für den RSS-Feed <a href='%s'>eine neue Adresse erstellen</a> "
|
146 |
"lassen. Dies ist hilfreich, wenn Sie den Verdacht haben, daß die bisherige "
|
147 |
"Adresse in falsche Hände gekommen sein könnte."
|
148 |
|
149 |
-
#: index.php:
|
150 |
-
msgid "activated"
|
151 |
-
msgstr "aktiviert"
|
152 |
-
|
153 |
-
#: index.php:498 index.php:1437
|
154 |
-
msgid "deactivated"
|
155 |
-
msgstr "deaktiviert"
|
156 |
-
|
157 |
-
#: index.php:510 index.php:526 index.php:558
|
158 |
msgid "From %1$s on %2$s"
|
159 |
msgstr "Von %1$s am %2$s"
|
160 |
|
161 |
-
#: index.php:
|
162 |
-
msgid "
|
163 |
-
msgstr "
|
164 |
-
|
165 |
-
#: index.php:513 index.php:529 index.php:561
|
166 |
-
msgid "Comment"
|
167 |
-
msgstr "Kommentare"
|
168 |
-
|
169 |
-
#: index.php:529 index.php:635 index.php:656 index.php:685 index.php:727
|
170 |
-
msgid "deleted"
|
171 |
-
msgstr "gelöscht"
|
172 |
-
|
173 |
-
#: index.php:545
|
174 |
-
msgid "approved"
|
175 |
-
msgstr "genehmigt"
|
176 |
-
|
177 |
-
#: index.php:547
|
178 |
-
msgid "unapproved"
|
179 |
-
msgstr "nicht genehmigt"
|
180 |
-
|
181 |
-
#: index.php:549
|
182 |
-
msgid "marked as spam"
|
183 |
-
msgstr "als Spam gekennzeichnet"
|
184 |
-
|
185 |
-
#: index.php:551
|
186 |
-
msgid "trashed"
|
187 |
-
msgstr "verworfen"
|
188 |
-
|
189 |
-
#: index.php:553
|
190 |
-
msgid "untrashed"
|
191 |
-
msgstr "wiederhergestellt"
|
192 |
-
|
193 |
-
#: index.php:623
|
194 |
-
msgid "added"
|
195 |
-
msgstr "hinzugefügt"
|
196 |
-
|
197 |
-
#: index.php:623 index.php:630 index.php:635
|
198 |
-
msgid "Attachment"
|
199 |
-
msgstr "Anhänge"
|
200 |
-
|
201 |
-
#: index.php:642 index.php:656 index.php:670 index.php:677
|
202 |
-
msgid "User"
|
203 |
-
msgstr "Benutzer"
|
204 |
-
|
205 |
-
#: index.php:670
|
206 |
-
msgid "logged in"
|
207 |
-
msgstr "angemeldet"
|
208 |
-
|
209 |
-
#: index.php:677
|
210 |
-
msgid "logged out"
|
211 |
-
msgstr "abgemeldet"
|
212 |
-
|
213 |
-
#: index.php:685
|
214 |
-
msgid "Post"
|
215 |
-
msgstr "Postings"
|
216 |
-
|
217 |
-
#: index.php:722
|
218 |
-
msgid "created"
|
219 |
-
msgstr "erzeugt"
|
220 |
|
221 |
-
#: index.php:
|
222 |
msgid "Search"
|
223 |
msgstr "Suche"
|
224 |
|
225 |
-
#: index.php:
|
226 |
msgid "Go to the first page"
|
227 |
msgstr "Gehe zur ersten Seite"
|
228 |
|
229 |
-
#: index.php:
|
230 |
msgid "Go to the previous page"
|
231 |
msgstr "Gehe zur vorherigen Seite"
|
232 |
|
233 |
-
#: index.php:
|
234 |
msgid "Current page"
|
235 |
msgstr "Aktuelle Seite"
|
236 |
|
237 |
-
#: index.php:
|
238 |
msgid "of"
|
239 |
msgstr "von"
|
240 |
|
241 |
-
#: index.php:
|
242 |
msgid "Go to the next page"
|
243 |
msgstr "Gehe zur nächsten Seite"
|
244 |
|
245 |
-
#: index.php:
|
246 |
msgid "Go to the last page"
|
247 |
msgstr "Gehe zur letzten Seite"
|
248 |
|
249 |
-
#: index.php:
|
250 |
msgid "Unknown or deleted user"
|
251 |
msgstr "unbekannter oder gelöschter Benutzer"
|
252 |
|
253 |
-
#: index.php:
|
254 |
-
msgid "
|
255 |
-
msgstr "
|
256 |
|
257 |
-
#: index.php:
|
258 |
-
msgid "
|
259 |
-
msgstr "
|
260 |
|
261 |
-
#: index.php:
|
262 |
msgid "enabled"
|
263 |
msgstr "aktiviert"
|
264 |
|
265 |
-
#: index.php:
|
266 |
msgid "disabled"
|
267 |
msgstr "deaktiviert"
|
268 |
|
269 |
-
#: index.php:
|
270 |
msgid "<span class=\"when\">%1$s ago</span> by %2$s"
|
271 |
msgstr "<span class=\"when\">vor %1$s</span> durch %2$s"
|
272 |
|
273 |
-
#: index.php:
|
274 |
msgid "%s at %s"
|
275 |
msgstr "%s um %s"
|
276 |
|
277 |
-
#: index.php:
|
278 |
msgid "+ 1 occasion"
|
279 |
msgstr "+ 1 Ereignis"
|
280 |
|
281 |
-
#: index.php:
|
282 |
msgid "+ %d occasions"
|
283 |
msgstr "+ %d Ereignisse"
|
284 |
|
285 |
-
#: index.php:
|
286 |
msgid "%s ago (%s at %s)"
|
287 |
msgstr "vor %s (%s um %s)"
|
288 |
|
289 |
-
#: index.php:
|
290 |
msgid "Show 5 more"
|
291 |
msgstr "Zeige 5 weitere"
|
292 |
|
293 |
-
#: index.php:
|
294 |
msgid "Show 15 more"
|
295 |
msgstr "Zeige 15 weitere"
|
296 |
|
297 |
-
#: index.php:
|
298 |
msgid "Show 50 more"
|
299 |
msgstr "Zeige 50 weitere"
|
300 |
|
301 |
-
#: index.php:
|
302 |
msgid "Show 100 more"
|
303 |
msgstr "Zeige 100 weitere"
|
304 |
|
305 |
-
#: index.php:
|
306 |
msgid "Loading..."
|
307 |
msgstr "Lade..."
|
308 |
|
309 |
-
#: index.php:
|
310 |
-
msgid "No
|
311 |
msgstr "Keine passenden Einträge gefunden."
|
312 |
|
313 |
-
#: index.php:
|
314 |
msgid "Show"
|
315 |
msgstr "Zeige"
|
316 |
|
317 |
-
#: index.php:
|
318 |
msgid "No history items found."
|
319 |
-
msgstr "Keine
|
320 |
|
321 |
-
#: index.php:
|
322 |
msgid ""
|
323 |
"Please note that Simple History only records things that happen after this "
|
324 |
"plugin have been installed."
|
@@ -326,41 +311,66 @@ msgstr ""
|
|
326 |
"Bitte beachten Sie, daß Simple History nur Vorgänge aufzeichnet, die nach "
|
327 |
"der Installation des Plugins stattgefunden haben."
|
328 |
|
329 |
-
#: index.php:
|
330 |
msgid "General Settings"
|
331 |
msgstr "Allgemeine Einstellungen"
|
332 |
|
333 |
-
#: index.php:
|
334 |
msgid "Writing Settings"
|
335 |
msgstr "Schreib-Einstellungen"
|
336 |
|
337 |
-
#: index.php:
|
338 |
msgid "Reading Settings"
|
339 |
msgstr "Lese-Einstellungen"
|
340 |
|
341 |
-
#: index.php:
|
342 |
msgid "Discussion Settings"
|
343 |
msgstr "Diskussions-Einstellungen"
|
344 |
|
345 |
-
#: index.php:
|
346 |
msgid "Media Settings"
|
347 |
msgstr "Medien-Einstellungen"
|
348 |
|
349 |
-
#: index.php:
|
350 |
msgid "Privacy Settings"
|
351 |
msgstr "Privatsphären-Einstellungen"
|
352 |
|
353 |
-
#: index.php:
|
354 |
-
msgid "modified"
|
355 |
-
msgstr "geändert"
|
356 |
-
|
357 |
-
#: index.php:1557 index.php:1569
|
358 |
-
msgid "Settings page"
|
359 |
-
msgstr "Einstellungen"
|
360 |
-
|
361 |
-
#: index.php:1567
|
362 |
msgid "Permalink Settings"
|
363 |
msgstr "Permalink-Einstellungen"
|
364 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
365 |
#~ msgid "No more history items found."
|
366 |
#~ msgstr "Keine weiteren Vorfälle gefunden."
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: Simple History 0.4\n"
|
9 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/simple-history\n"
|
10 |
+
"POT-Creation-Date: 2012-09-29 16:38:52+00:00\n"
|
11 |
+
"PO-Revision-Date: 2012-09-29 22:58+0100\n"
|
12 |
"Last-Translator: Ralph Stenzel <ralph@klein-aber-fein.de>\n"
|
13 |
"Language-Team: Ralph Stenzel <ralph@klein-aber-fein.de>\n"
|
14 |
+
"Language: de_DE\n"
|
15 |
"MIME-Version: 1.0\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
18 |
"X-Poedit-SourceCharset: utf-8\n"
|
|
|
19 |
"X-Generator: Poedit 1.5.3\n"
|
20 |
|
21 |
+
#: index.php:66
|
22 |
+
msgid "approved"
|
23 |
+
msgstr "genehmigt"
|
24 |
+
|
25 |
+
#: index.php:67
|
26 |
+
msgid "unapproved"
|
27 |
+
msgstr "nicht genehmigt"
|
28 |
+
|
29 |
+
#: index.php:68
|
30 |
+
msgid "marked as spam"
|
31 |
+
msgstr "als Spam gekennzeichnet"
|
32 |
+
|
33 |
+
#: index.php:69
|
34 |
+
msgid "trashed"
|
35 |
+
msgstr "verworfen"
|
36 |
+
|
37 |
+
#: index.php:70
|
38 |
+
msgid "untrashed"
|
39 |
+
msgstr "wiederhergestellt"
|
40 |
+
|
41 |
+
#: index.php:71
|
42 |
+
msgid "created"
|
43 |
+
msgstr "erzeugt"
|
44 |
|
45 |
+
#: index.php:72
|
46 |
+
msgid "deleted"
|
47 |
+
msgstr "gelöscht"
|
48 |
+
|
49 |
+
#: index.php:73
|
50 |
msgid "updated"
|
51 |
msgstr "aktualisiert"
|
52 |
|
53 |
+
#: index.php:74
|
54 |
+
msgid "nav_menu_item"
|
55 |
+
msgstr "nav_menu_item"
|
56 |
+
|
57 |
+
#: index.php:75 index.php:1419
|
58 |
+
msgid "attachment"
|
59 |
+
msgstr "Anhang"
|
60 |
+
|
61 |
+
#: index.php:76 index.php:1452
|
62 |
+
msgid "user"
|
63 |
+
msgstr "Benutzer"
|
64 |
+
|
65 |
+
#: index.php:77
|
66 |
+
msgid "settings page"
|
67 |
+
msgstr "Einstellungen"
|
68 |
+
|
69 |
+
#: index.php:90 index.php:238 index.php:878
|
70 |
+
msgid "History"
|
71 |
+
msgstr "Änderungsprotokoll"
|
72 |
|
73 |
+
#: index.php:150
|
74 |
msgid "WordPress %1$s"
|
75 |
msgstr "WordPress %1$s"
|
76 |
|
77 |
+
#: index.php:163 index.php:253
|
78 |
msgid "Donate"
|
79 |
msgstr "Spenden Sie"
|
80 |
|
81 |
+
#: index.php:224 index.php:245
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
msgid "Simple History Settings"
|
83 |
msgstr "Simple History-Einstellungen"
|
84 |
|
85 |
+
#: index.php:250
|
86 |
msgid "Show Simple History"
|
87 |
msgstr "Zeige Änderungsprotokoll"
|
88 |
|
89 |
+
#: index.php:251 index.php:1580
|
90 |
msgid "RSS feed"
|
91 |
msgstr "RSS-Feed"
|
92 |
|
93 |
+
#: index.php:252
|
94 |
+
msgid "Clear log"
|
95 |
+
msgstr "Protokoll zurücksetzen"
|
96 |
+
|
97 |
+
#: index.php:293 index.php:336
|
98 |
msgid "History for %s"
|
99 |
msgstr "Änderungsprotokoll für %s"
|
100 |
|
101 |
+
#: index.php:294 index.php:337
|
102 |
msgid "WordPress History for %s"
|
103 |
msgstr "WordPress-Änderungsprotokoll für %s"
|
104 |
|
105 |
+
#: index.php:306
|
106 |
msgid "By %s"
|
107 |
msgstr "Von %s"
|
108 |
|
109 |
+
#: index.php:310
|
110 |
msgid "%d occasions"
|
111 |
msgstr "%d Ereignisse"
|
112 |
|
113 |
+
#: index.php:341
|
114 |
msgid "Wrong RSS secret"
|
115 |
msgstr "Falsche RSS-Geheimadresse"
|
116 |
|
117 |
+
#: index.php:342
|
118 |
msgid ""
|
119 |
"Your RSS secret for Simple History RSS feed is wrong. Please see WordPress "
|
120 |
"settings for current link to the RSS feed."
|
123 |
"überprüfen Sie die WordPress-Einstellungen hinsichtlich des momentanen Links "
|
124 |
"zum RSS-Feed."
|
125 |
|
126 |
+
#: index.php:362 index.php:1060
|
|
|
|
|
|
|
|
|
127 |
msgid "By all users"
|
128 |
msgstr "Alle Benutzer"
|
129 |
|
130 |
+
#: index.php:411 index.php:1112
|
131 |
+
msgid "One item"
|
132 |
+
msgid_plural "%1$d items"
|
133 |
+
msgstr[0] ""
|
134 |
+
msgstr[1] ""
|
135 |
+
|
136 |
+
#: index.php:452
|
137 |
msgid "on the dashboard"
|
138 |
msgstr "auf dem Armaturenbrett (Dashboard)"
|
139 |
|
140 |
+
#: index.php:457
|
141 |
msgid "as a page under the dashboard menu"
|
142 |
msgstr "als eine Seite im Dashboard-Menü"
|
143 |
|
144 |
+
#: index.php:472
|
145 |
+
msgid "Cleared database"
|
146 |
+
msgstr "Datenbank geleert!"
|
147 |
+
|
148 |
+
#: index.php:480
|
149 |
+
msgid "Items in the database are automatically removed after 60 days."
|
150 |
+
msgstr "Einträge in der Datenbank werden nach 60 Tagen automatisch entfernt."
|
151 |
+
|
152 |
+
#: index.php:482
|
153 |
+
msgid "Clear it now."
|
154 |
+
msgstr "Datenbank jetzt leeren."
|
155 |
+
|
156 |
+
#: index.php:496
|
157 |
msgid ""
|
158 |
"\n"
|
159 |
"\t\t\tPlease\n"
|
174 |
"\t\t\tDanke!\n"
|
175 |
"\t\t\t"
|
176 |
|
177 |
+
#: index.php:532
|
178 |
msgid "Created new secret RSS adress"
|
179 |
msgstr "Neue geheime RSS-Adresse erstellt"
|
180 |
|
181 |
+
#: index.php:543
|
182 |
msgid ""
|
183 |
"This is a secret RSS feed for Simple History. Only share the link with "
|
184 |
"people you trust"
|
186 |
"Dies ist ein geheimer RSS-Feed für Simple History. Teilen Sie das Link nur "
|
187 |
"mit Menschen Ihres Vertrauens!"
|
188 |
|
189 |
+
#: index.php:546
|
190 |
msgid ""
|
191 |
+
"You can <a href='%s'>generate a new address</a> for the RSS feed. This is "
|
192 |
+
"useful if you think that the address has fallen into the wrong hands."
|
|
|
193 |
msgstr ""
|
194 |
"Sie können für den RSS-Feed <a href='%s'>eine neue Adresse erstellen</a> "
|
195 |
"lassen. Dies ist hilfreich, wenn Sie den Verdacht haben, daß die bisherige "
|
196 |
"Adresse in falsche Hände gekommen sein könnte."
|
197 |
|
198 |
+
#: index.php:569 index.php:585 index.php:617
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
msgid "From %1$s on %2$s"
|
200 |
msgstr "Von %1$s am %2$s"
|
201 |
|
202 |
+
#: index.php:971
|
203 |
+
msgid "All types"
|
204 |
+
msgstr "Alle Arten"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
205 |
|
206 |
+
#: index.php:1079
|
207 |
msgid "Search"
|
208 |
msgstr "Suche"
|
209 |
|
210 |
+
#: index.php:1116
|
211 |
msgid "Go to the first page"
|
212 |
msgstr "Gehe zur ersten Seite"
|
213 |
|
214 |
+
#: index.php:1117
|
215 |
msgid "Go to the previous page"
|
216 |
msgstr "Gehe zur vorherigen Seite"
|
217 |
|
218 |
+
#: index.php:1118
|
219 |
msgid "Current page"
|
220 |
msgstr "Aktuelle Seite"
|
221 |
|
222 |
+
#: index.php:1119
|
223 |
msgid "of"
|
224 |
msgstr "von"
|
225 |
|
226 |
+
#: index.php:1120
|
227 |
msgid "Go to the next page"
|
228 |
msgstr "Gehe zur nächsten Seite"
|
229 |
|
230 |
+
#: index.php:1121
|
231 |
msgid "Go to the last page"
|
232 |
msgstr "Gehe zur letzten Seite"
|
233 |
|
234 |
+
#: index.php:1381
|
235 |
msgid "Unknown or deleted user"
|
236 |
msgstr "unbekannter oder gelöschter Benutzer"
|
237 |
|
238 |
+
#: index.php:1502
|
239 |
+
msgid "activated"
|
240 |
+
msgstr "aktiviert"
|
241 |
|
242 |
+
#: index.php:1505
|
243 |
+
msgid "deactivated"
|
244 |
+
msgstr "deaktiviert"
|
245 |
|
246 |
+
#: index.php:1508
|
247 |
msgid "enabled"
|
248 |
msgstr "aktiviert"
|
249 |
|
250 |
+
#: index.php:1511
|
251 |
msgid "disabled"
|
252 |
msgstr "deaktiviert"
|
253 |
|
254 |
+
#: index.php:1526
|
255 |
msgid "<span class=\"when\">%1$s ago</span> by %2$s"
|
256 |
msgstr "<span class=\"when\">vor %1$s</span> durch %2$s"
|
257 |
|
258 |
+
#: index.php:1528
|
259 |
msgid "%s at %s"
|
260 |
msgstr "%s um %s"
|
261 |
|
262 |
+
#: index.php:1535
|
263 |
msgid "+ 1 occasion"
|
264 |
msgstr "+ 1 Ereignis"
|
265 |
|
266 |
+
#: index.php:1538
|
267 |
msgid "+ %d occasions"
|
268 |
msgstr "+ %d Ereignisse"
|
269 |
|
270 |
+
#: index.php:1546
|
271 |
msgid "%s ago (%s at %s)"
|
272 |
msgstr "vor %s (%s um %s)"
|
273 |
|
274 |
+
#: index.php:1571
|
275 |
msgid "Show 5 more"
|
276 |
msgstr "Zeige 5 weitere"
|
277 |
|
278 |
+
#: index.php:1572
|
279 |
msgid "Show 15 more"
|
280 |
msgstr "Zeige 15 weitere"
|
281 |
|
282 |
+
#: index.php:1573
|
283 |
msgid "Show 50 more"
|
284 |
msgstr "Zeige 50 weitere"
|
285 |
|
286 |
+
#: index.php:1574
|
287 |
msgid "Show 100 more"
|
288 |
msgstr "Zeige 100 weitere"
|
289 |
|
290 |
+
#: index.php:1577
|
291 |
msgid "Loading..."
|
292 |
msgstr "Lade..."
|
293 |
|
294 |
+
#: index.php:1579
|
295 |
+
msgid "No matching items found."
|
296 |
msgstr "Keine passenden Einträge gefunden."
|
297 |
|
298 |
+
#: index.php:1582
|
299 |
msgid "Show"
|
300 |
msgstr "Zeige"
|
301 |
|
302 |
+
#: index.php:1601
|
303 |
msgid "No history items found."
|
304 |
+
msgstr "Keine Einträge gefunden."
|
305 |
|
306 |
+
#: index.php:1602
|
307 |
msgid ""
|
308 |
"Please note that Simple History only records things that happen after this "
|
309 |
"plugin have been installed."
|
311 |
"Bitte beachten Sie, daß Simple History nur Vorgänge aufzeichnet, die nach "
|
312 |
"der Installation des Plugins stattgefunden haben."
|
313 |
|
314 |
+
#: index.php:1615
|
315 |
msgid "General Settings"
|
316 |
msgstr "Allgemeine Einstellungen"
|
317 |
|
318 |
+
#: index.php:1616
|
319 |
msgid "Writing Settings"
|
320 |
msgstr "Schreib-Einstellungen"
|
321 |
|
322 |
+
#: index.php:1617
|
323 |
msgid "Reading Settings"
|
324 |
msgstr "Lese-Einstellungen"
|
325 |
|
326 |
+
#: index.php:1618
|
327 |
msgid "Discussion Settings"
|
328 |
msgstr "Diskussions-Einstellungen"
|
329 |
|
330 |
+
#: index.php:1619
|
331 |
msgid "Media Settings"
|
332 |
msgstr "Medien-Einstellungen"
|
333 |
|
334 |
+
#: index.php:1620
|
335 |
msgid "Privacy Settings"
|
336 |
msgstr "Privatsphären-Einstellungen"
|
337 |
|
338 |
+
#: index.php:1636
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
339 |
msgid "Permalink Settings"
|
340 |
msgstr "Permalink-Einstellungen"
|
341 |
|
342 |
+
#~ msgid "WordPress Core"
|
343 |
+
#~ msgstr "WordPress-Kern"
|
344 |
+
|
345 |
+
#~ msgid "Plugin"
|
346 |
+
#~ msgstr "Plugins"
|
347 |
+
|
348 |
+
#~ msgid "edited"
|
349 |
+
#~ msgstr "geändert"
|
350 |
+
|
351 |
+
#~ msgid "Comment"
|
352 |
+
#~ msgstr "Kommentare"
|
353 |
+
|
354 |
+
#~ msgid "added"
|
355 |
+
#~ msgstr "hinzugefügt"
|
356 |
+
|
357 |
+
#~ msgid "Attachment"
|
358 |
+
#~ msgstr "Anhänge"
|
359 |
+
|
360 |
+
#~ msgid "User"
|
361 |
+
#~ msgstr "Benutzer"
|
362 |
+
|
363 |
+
#~ msgid "logged in"
|
364 |
+
#~ msgstr "angemeldet"
|
365 |
+
|
366 |
+
#~ msgid "logged out"
|
367 |
+
#~ msgstr "abgemeldet"
|
368 |
+
|
369 |
+
#~ msgid "Post"
|
370 |
+
#~ msgstr "Postings"
|
371 |
+
|
372 |
+
#~ msgid "modified"
|
373 |
+
#~ msgstr "geändert"
|
374 |
+
|
375 |
#~ msgid "No more history items found."
|
376 |
#~ msgstr "Keine weiteren Vorfälle gefunden."
|
languages/simple-history.pot
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: \n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/simple-history\n"
|
7 |
-
"POT-Creation-Date: 2012-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -48,11 +48,11 @@ msgstr ""
|
|
48 |
msgid "nav_menu_item"
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: index.php:75 index.php:
|
52 |
msgid "attachment"
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: index.php:76 index.php:
|
56 |
msgid "user"
|
57 |
msgstr ""
|
58 |
|
@@ -60,91 +60,107 @@ msgstr ""
|
|
60 |
msgid "settings page"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: index.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
msgid "History"
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: index.php:
|
68 |
msgid "WordPress %1$s"
|
69 |
msgstr ""
|
70 |
|
71 |
-
#: index.php:
|
72 |
msgid "Donate"
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: index.php:
|
76 |
msgid "Simple History Settings"
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: index.php:
|
80 |
msgid "Show Simple History"
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: index.php:
|
84 |
msgid "RSS feed"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: index.php:
|
88 |
msgid "Clear log"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: index.php:
|
92 |
msgid "History for %s"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: index.php:
|
96 |
msgid "WordPress History for %s"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: index.php:
|
100 |
msgid "By %s"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: index.php:
|
104 |
msgid "%d occasions"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: index.php:
|
108 |
msgid "Wrong RSS secret"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: index.php:
|
112 |
msgid ""
|
113 |
"Your RSS secret for Simple History RSS feed is wrong. Please see WordPress "
|
114 |
"settings for current link to the RSS feed."
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: index.php:
|
118 |
msgid "By all users"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: index.php:
|
122 |
msgid "One item"
|
123 |
msgid_plural "%1$d items"
|
124 |
msgstr[0] ""
|
125 |
msgstr[1] ""
|
126 |
|
127 |
-
#: index.php:
|
128 |
msgid "on the dashboard"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: index.php:
|
132 |
msgid "as a page under the dashboard menu"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: index.php:
|
136 |
msgid "Cleared database"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: index.php:
|
140 |
msgid "Items in the database are automatically removed after 60 days."
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: index.php:
|
144 |
msgid "Clear it now."
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: index.php:
|
148 |
msgid ""
|
149 |
"\n"
|
150 |
"\t\t\tPlease\n"
|
@@ -156,160 +172,160 @@ msgid ""
|
|
156 |
"\t\t\t"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: index.php:
|
160 |
msgid "Created new secret RSS adress"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: index.php:
|
164 |
msgid ""
|
165 |
"This is a secret RSS feed for Simple History. Only share the link with "
|
166 |
"people you trust"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: index.php:
|
170 |
msgid ""
|
171 |
"You can <a href='%s'>generate a new address</a> for the RSS feed. This is "
|
172 |
"useful if you think that the address has fallen into the wrong hands."
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: index.php:
|
176 |
msgid "From %1$s on %2$s"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: index.php:
|
180 |
msgid "All types"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: index.php:
|
184 |
msgid "Search"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: index.php:
|
188 |
msgid "Go to the first page"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: index.php:
|
192 |
msgid "Go to the previous page"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: index.php:
|
196 |
msgid "Current page"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: index.php:
|
200 |
msgid "of"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: index.php:
|
204 |
msgid "Go to the next page"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: index.php:
|
208 |
msgid "Go to the last page"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: index.php:
|
212 |
msgid "Unknown or deleted user"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: index.php:
|
216 |
msgid "activated"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: index.php:
|
220 |
msgid "deactivated"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: index.php:
|
224 |
msgid "enabled"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: index.php:
|
228 |
msgid "disabled"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: index.php:
|
232 |
msgid "<span class=\"when\">%1$s ago</span> by %2$s"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: index.php:
|
236 |
msgid "%s at %s"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: index.php:
|
240 |
msgid "+ 1 occasion"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: index.php:
|
244 |
msgid "+ %d occasions"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: index.php:
|
248 |
msgid "%s ago (%s at %s)"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: index.php:
|
252 |
msgid "Show 5 more"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: index.php:
|
256 |
msgid "Show 15 more"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: index.php:
|
260 |
msgid "Show 50 more"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: index.php:
|
264 |
msgid "Show 100 more"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: index.php:
|
268 |
msgid "Loading..."
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: index.php:
|
272 |
msgid "No matching items found."
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: index.php:
|
276 |
msgid "Show"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: index.php:
|
280 |
msgid "No history items found."
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: index.php:
|
284 |
msgid ""
|
285 |
"Please note that Simple History only records things that happen after this "
|
286 |
"plugin have been installed."
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: index.php:
|
290 |
msgid "General Settings"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: index.php:
|
294 |
msgid "Writing Settings"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: index.php:
|
298 |
msgid "Reading Settings"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: index.php:
|
302 |
msgid "Discussion Settings"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: index.php:
|
306 |
msgid "Media Settings"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: index.php:
|
310 |
msgid "Privacy Settings"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: index.php:
|
314 |
msgid "Permalink Settings"
|
315 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: \n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/simple-history\n"
|
7 |
+
"POT-Creation-Date: 2012-10-03 19:20:16+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
48 |
msgid "nav_menu_item"
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: index.php:75 index.php:1423
|
52 |
msgid "attachment"
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: index.php:76 index.php:1456
|
56 |
msgid "user"
|
57 |
msgstr ""
|
58 |
|
60 |
msgid "settings page"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: index.php:78
|
64 |
+
msgid "edited"
|
65 |
+
msgstr ""
|
66 |
+
|
67 |
+
#: index.php:79
|
68 |
+
msgid "comment"
|
69 |
+
msgstr ""
|
70 |
+
|
71 |
+
#: index.php:80
|
72 |
+
msgid "logged in"
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: index.php:81
|
76 |
+
msgid "logged out"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: index.php:94 index.php:242 index.php:882
|
80 |
msgid "History"
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: index.php:154
|
84 |
msgid "WordPress %1$s"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: index.php:167 index.php:257
|
88 |
msgid "Donate"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: index.php:228 index.php:249
|
92 |
msgid "Simple History Settings"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: index.php:254
|
96 |
msgid "Show Simple History"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: index.php:255 index.php:1584
|
100 |
msgid "RSS feed"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: index.php:256
|
104 |
msgid "Clear log"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: index.php:297 index.php:340
|
108 |
msgid "History for %s"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: index.php:298 index.php:341
|
112 |
msgid "WordPress History for %s"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: index.php:310
|
116 |
msgid "By %s"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: index.php:314
|
120 |
msgid "%d occasions"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: index.php:345
|
124 |
msgid "Wrong RSS secret"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: index.php:346
|
128 |
msgid ""
|
129 |
"Your RSS secret for Simple History RSS feed is wrong. Please see WordPress "
|
130 |
"settings for current link to the RSS feed."
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: index.php:366 index.php:1064
|
134 |
msgid "By all users"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: index.php:415 index.php:1116
|
138 |
msgid "One item"
|
139 |
msgid_plural "%1$d items"
|
140 |
msgstr[0] ""
|
141 |
msgstr[1] ""
|
142 |
|
143 |
+
#: index.php:456
|
144 |
msgid "on the dashboard"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: index.php:461
|
148 |
msgid "as a page under the dashboard menu"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: index.php:476
|
152 |
msgid "Cleared database"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: index.php:484
|
156 |
msgid "Items in the database are automatically removed after 60 days."
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: index.php:486
|
160 |
msgid "Clear it now."
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: index.php:500
|
164 |
msgid ""
|
165 |
"\n"
|
166 |
"\t\t\tPlease\n"
|
172 |
"\t\t\t"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: index.php:536
|
176 |
msgid "Created new secret RSS adress"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: index.php:547
|
180 |
msgid ""
|
181 |
"This is a secret RSS feed for Simple History. Only share the link with "
|
182 |
"people you trust"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: index.php:550
|
186 |
msgid ""
|
187 |
"You can <a href='%s'>generate a new address</a> for the RSS feed. This is "
|
188 |
"useful if you think that the address has fallen into the wrong hands."
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: index.php:573 index.php:589 index.php:621
|
192 |
msgid "From %1$s on %2$s"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: index.php:975
|
196 |
msgid "All types"
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: index.php:1083
|
200 |
msgid "Search"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: index.php:1120
|
204 |
msgid "Go to the first page"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: index.php:1121
|
208 |
msgid "Go to the previous page"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: index.php:1122
|
212 |
msgid "Current page"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: index.php:1123
|
216 |
msgid "of"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: index.php:1124
|
220 |
msgid "Go to the next page"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: index.php:1125
|
224 |
msgid "Go to the last page"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: index.php:1385
|
228 |
msgid "Unknown or deleted user"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: index.php:1506
|
232 |
msgid "activated"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: index.php:1509
|
236 |
msgid "deactivated"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: index.php:1512
|
240 |
msgid "enabled"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: index.php:1515
|
244 |
msgid "disabled"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: index.php:1530
|
248 |
msgid "<span class=\"when\">%1$s ago</span> by %2$s"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: index.php:1532
|
252 |
msgid "%s at %s"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: index.php:1539
|
256 |
msgid "+ 1 occasion"
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: index.php:1542
|
260 |
msgid "+ %d occasions"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: index.php:1550
|
264 |
msgid "%s ago (%s at %s)"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: index.php:1575
|
268 |
msgid "Show 5 more"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: index.php:1576
|
272 |
msgid "Show 15 more"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: index.php:1577
|
276 |
msgid "Show 50 more"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: index.php:1578
|
280 |
msgid "Show 100 more"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: index.php:1581
|
284 |
msgid "Loading..."
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: index.php:1583
|
288 |
msgid "No matching items found."
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: index.php:1586
|
292 |
msgid "Show"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: index.php:1605
|
296 |
msgid "No history items found."
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: index.php:1606
|
300 |
msgid ""
|
301 |
"Please note that Simple History only records things that happen after this "
|
302 |
"plugin have been installed."
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: index.php:1619
|
306 |
msgid "General Settings"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: index.php:1620
|
310 |
msgid "Writing Settings"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: index.php:1621
|
314 |
msgid "Reading Settings"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: index.php:1622
|
318 |
msgid "Discussion Settings"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: index.php:1623
|
322 |
msgid "Media Settings"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: index.php:1624
|
326 |
msgid "Privacy Settings"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: index.php:1640
|
330 |
msgid "Permalink Settings"
|
331 |
msgstr ""
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://eskapism.se/sida/donate/
|
|
4 |
Tags: history, log, changes, changelog, audit, trail, pages, attachments, users, cms, dashboard, admin
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.4.2
|
7 |
-
Stable tag: 1.0.
|
8 |
|
9 |
View changes made by users within WordPress. See who created a page, uploaded an attachment or approved an comment, and more.
|
10 |
|
@@ -92,6 +92,9 @@ to only use the secret RSS feed to keep track of the changes on you web site/Wor
|
|
92 |
|
93 |
== Changelog ==
|
94 |
|
|
|
|
|
|
|
95 |
= 1.0.4 =
|
96 |
- You may want to clear the history database after this update because the items in the log will have mixed translate/untranslated status and it may look/work a bit strange.
|
97 |
- Added: Option to clear the database of log items.
|
4 |
Tags: history, log, changes, changelog, audit, trail, pages, attachments, users, cms, dashboard, admin
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.4.2
|
7 |
+
Stable tag: 1.0.5
|
8 |
|
9 |
View changes made by users within WordPress. See who created a page, uploaded an attachment or approved an comment, and more.
|
10 |
|
92 |
|
93 |
== Changelog ==
|
94 |
|
95 |
+
= 1.0.5 =
|
96 |
+
- Fixed: some translation issues, including updated POT-file for translators.
|
97 |
+
|
98 |
= 1.0.4 =
|
99 |
- You may want to clear the history database after this update because the items in the log will have mixed translate/untranslated status and it may look/work a bit strange.
|
100 |
- Added: Option to clear the database of log items.
|