Version Description
- Updated German translation
- Some translation fixes
Download this release
Release Info
Developer | eskapism |
Plugin | Simple History |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
- index.php +5 -5
- languages/simple-history-de_DE.mo +0 -0
- languages/simple-history-de_DE.po +76 -87
- readme.txt +5 -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 |
|
@@ -938,9 +938,9 @@ function simple_history_print_nav() {
|
|
938 |
}
|
939 |
$link = esc_html(add_query_arg("simple_history_type_to_show", $arg));
|
940 |
$str_types .= "<a href='$link'>";
|
941 |
-
$str_types .= esc_html($one_type->object_type);
|
942 |
if ($one_type->object_subtype) {
|
943 |
-
$str_types .= "/". esc_html($one_type->object_subtype);
|
944 |
}
|
945 |
$str_types .= "</a> | ";
|
946 |
$str_types .= "</li>";
|
@@ -1038,7 +1038,7 @@ function simple_history_get_pagination() {
|
|
1038 |
</div>
|
1039 |
</div>
|
1040 |
',
|
1041 |
-
sprintf('<span>%1$d</span> items', $items_count),
|
1042 |
$page_current,
|
1043 |
$pages_count,
|
1044 |
($pages_count == 1) ? "disabled" : "",
|
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.3
|
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.3");
|
31 |
define( "SIMPLE_HISTORY_NAME", "Simple History");
|
32 |
define( "SIMPLE_HISTORY_URL", WP_PLUGIN_URL . '/simple-history/');
|
33 |
|
938 |
}
|
939 |
$link = esc_html(add_query_arg("simple_history_type_to_show", $arg));
|
940 |
$str_types .= "<a href='$link'>";
|
941 |
+
$str_types .= esc_html(__($one_type->object_type));
|
942 |
if ($one_type->object_subtype) {
|
943 |
+
$str_types .= "/". esc_html(__($one_type->object_subtype));
|
944 |
}
|
945 |
$str_types .= "</a> | ";
|
946 |
$str_types .= "</li>";
|
1038 |
</div>
|
1039 |
</div>
|
1040 |
',
|
1041 |
+
sprintf( __('<span>%1$d</span> items', "simple-history"), $items_count),
|
1042 |
$page_current,
|
1043 |
$pages_count,
|
1044 |
($pages_count == 1) ? "disabled" : "",
|
languages/simple-history-de_DE.mo
CHANGED
Binary file
|
languages/simple-history-de_DE.po
CHANGED
@@ -8,26 +8,21 @@ 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-23 11:21:09+00:00\n"
|
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-Language: German\n"
|
18 |
-
"X-Poedit-Country: GERMANY\n"
|
19 |
"X-Poedit-SourceCharset: utf-8\n"
|
|
|
|
|
20 |
|
21 |
-
#: index.php:67
|
22 |
-
#: index.php:208
|
23 |
-
#: index.php:827
|
24 |
msgid "History"
|
25 |
-
msgstr "
|
26 |
|
27 |
-
#: index.php:120
|
28 |
-
#: index.php:630
|
29 |
-
#: index.php:642
|
30 |
-
#: index.php:730
|
31 |
msgid "updated"
|
32 |
msgstr "aktualisiert"
|
33 |
|
@@ -39,8 +34,7 @@ msgstr "WordPress-Kern"
|
|
39 |
msgid "WordPress %1$s"
|
40 |
msgstr "WordPress %1$s"
|
41 |
|
42 |
-
#: index.php:133
|
43 |
-
#: index.php:222
|
44 |
msgid "Donate"
|
45 |
msgstr "Spenden Sie"
|
46 |
|
@@ -48,36 +42,29 @@ msgstr "Spenden Sie"
|
|
48 |
msgid "upgraded it's database"
|
49 |
msgstr "hat seine Datenbank aktualisiert"
|
50 |
|
51 |
-
#: index.php:178
|
52 |
-
#: index.php:494
|
53 |
-
#: index.php:498
|
54 |
-
#: index.php:887
|
55 |
msgid "Plugin"
|
56 |
-
msgstr "
|
57 |
|
58 |
-
#: index.php:194
|
59 |
-
#: index.php:215
|
60 |
msgid "Simple History Settings"
|
61 |
-
msgstr "Simple History
|
62 |
|
63 |
#: index.php:220
|
64 |
msgid "Show Simple History"
|
65 |
-
msgstr "Zeige
|
66 |
|
67 |
-
#: index.php:221
|
68 |
-
#: index.php:1512
|
69 |
msgid "RSS feed"
|
70 |
msgstr "RSS-Feed"
|
71 |
|
72 |
-
#: index.php:262
|
73 |
-
#: index.php:305
|
74 |
msgid "History for %s"
|
75 |
-
msgstr "
|
76 |
|
77 |
-
#: index.php:263
|
78 |
-
#: index.php:306
|
79 |
msgid "WordPress History for %s"
|
80 |
-
msgstr "WordPress
|
81 |
|
82 |
#: index.php:275
|
83 |
msgid "By %s"
|
@@ -85,25 +72,28 @@ msgstr "Von %s"
|
|
85 |
|
86 |
#: index.php:279
|
87 |
msgid "%d occasions"
|
88 |
-
msgstr "%d
|
89 |
|
90 |
#: index.php:310
|
91 |
msgid "Wrong RSS secret"
|
92 |
msgstr "Falsche RSS-Geheimadresse"
|
93 |
|
94 |
#: index.php:311
|
95 |
-
msgid "
|
96 |
-
|
|
|
|
|
|
|
|
|
|
|
97 |
|
98 |
-
#: index.php:328
|
99 |
-
#: index.php:921
|
100 |
msgid "All types"
|
101 |
msgstr "Alle Arten"
|
102 |
|
103 |
-
#: index.php:331
|
104 |
-
#: index.php:987
|
105 |
msgid "By all users"
|
106 |
-
msgstr "
|
107 |
|
108 |
#: index.php:417
|
109 |
msgid "on the dashboard"
|
@@ -111,13 +101,14 @@ msgstr "auf dem Armaturenbrett (Dashboard)"
|
|
111 |
|
112 |
#: index.php:422
|
113 |
msgid "as a page under the dashboard menu"
|
114 |
-
msgstr "als eine Seite
|
115 |
|
116 |
#: index.php:431
|
117 |
msgid ""
|
118 |
"\n"
|
119 |
"\t\t\tPlease\n"
|
120 |
-
"\t\t\t<a href=\"http://eskapism.se/sida/donate/?
|
|
|
121 |
"\t\t\tdonate\n"
|
122 |
"\t\t\t</a> to support the development of this plugin and to keep it free.\n"
|
123 |
"\t\t\tThanks!\n"
|
@@ -125,9 +116,11 @@ msgid ""
|
|
125 |
msgstr ""
|
126 |
"\n"
|
127 |
"\t\t\tBitte\n"
|
128 |
-
"\t\t\t<a href=\"http://eskapism.se/sida/donate/?
|
|
|
129 |
"\t\t\tspenden Sie,\n"
|
130 |
-
"\t\t\t</a> um die Weiterentwicklung dieses
|
|
|
131 |
"\t\t\tDanke!\n"
|
132 |
"\t\t\t"
|
133 |
|
@@ -136,27 +129,32 @@ msgid "Created new secret RSS adress"
|
|
136 |
msgstr "Neue geheime RSS-Adresse erstellt"
|
137 |
|
138 |
#: index.php:484
|
139 |
-
msgid "
|
140 |
-
|
|
|
|
|
|
|
|
|
141 |
|
142 |
#: index.php:487
|
143 |
-
msgid "
|
144 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
|
146 |
-
#: index.php:494
|
147 |
-
#: index.php:887
|
148 |
-
#: index.php:1434
|
149 |
msgid "activated"
|
150 |
msgstr "aktiviert"
|
151 |
|
152 |
-
#: index.php:498
|
153 |
-
#: index.php:1437
|
154 |
msgid "deactivated"
|
155 |
msgstr "deaktiviert"
|
156 |
|
157 |
-
#: index.php:510
|
158 |
-
#: index.php:526
|
159 |
-
#: index.php:558
|
160 |
msgid "From %1$s on %2$s"
|
161 |
msgstr "Von %1$s am %2$s"
|
162 |
|
@@ -164,17 +162,11 @@ msgstr "Von %1$s am %2$s"
|
|
164 |
msgid "edited"
|
165 |
msgstr "geändert"
|
166 |
|
167 |
-
#: index.php:513
|
168 |
-
#: index.php:529
|
169 |
-
#: index.php:561
|
170 |
msgid "Comment"
|
171 |
-
msgstr "
|
172 |
|
173 |
-
#: index.php:529
|
174 |
-
#: index.php:635
|
175 |
-
#: index.php:656
|
176 |
-
#: index.php:685
|
177 |
-
#: index.php:727
|
178 |
msgid "deleted"
|
179 |
msgstr "gelöscht"
|
180 |
|
@@ -202,16 +194,11 @@ msgstr "wiederhergestellt"
|
|
202 |
msgid "added"
|
203 |
msgstr "hinzugefügt"
|
204 |
|
205 |
-
#: index.php:623
|
206 |
-
#: index.php:630
|
207 |
-
#: index.php:635
|
208 |
msgid "Attachment"
|
209 |
-
msgstr "
|
210 |
|
211 |
-
#: index.php:642
|
212 |
-
#: index.php:656
|
213 |
-
#: index.php:670
|
214 |
-
#: index.php:677
|
215 |
msgid "User"
|
216 |
msgstr "Benutzer"
|
217 |
|
@@ -225,7 +212,7 @@ msgstr "abgemeldet"
|
|
225 |
|
226 |
#: index.php:685
|
227 |
msgid "Post"
|
228 |
-
msgstr "
|
229 |
|
230 |
#: index.php:722
|
231 |
msgid "created"
|
@@ -261,7 +248,7 @@ msgstr "Gehe zur letzten Seite"
|
|
261 |
|
262 |
#: index.php:1280
|
263 |
msgid "Unknown or deleted user"
|
264 |
-
msgstr "
|
265 |
|
266 |
#: index.php:1338
|
267 |
msgid "attachment"
|
@@ -285,19 +272,19 @@ msgstr "<span class=\"when\">vor %1$s</span> durch %2$s"
|
|
285 |
|
286 |
#: index.php:1460
|
287 |
msgid "%s at %s"
|
288 |
-
msgstr "%s
|
289 |
|
290 |
#: index.php:1467
|
291 |
msgid "+ 1 occasion"
|
292 |
-
msgstr "+ 1
|
293 |
|
294 |
#: index.php:1470
|
295 |
msgid "+ %d occasions"
|
296 |
-
msgstr "+ %d
|
297 |
|
298 |
#: index.php:1478
|
299 |
msgid "%s ago (%s at %s)"
|
300 |
-
msgstr "vor %s (%s
|
301 |
|
302 |
#: index.php:1503
|
303 |
msgid "Show 5 more"
|
@@ -329,15 +316,19 @@ msgstr "Zeige"
|
|
329 |
|
330 |
#: index.php:1533
|
331 |
msgid "No history items found."
|
332 |
-
msgstr "Keine
|
333 |
|
334 |
#: index.php:1534
|
335 |
-
msgid "
|
336 |
-
|
|
|
|
|
|
|
|
|
337 |
|
338 |
#: index.php:1546
|
339 |
msgid "General Settings"
|
340 |
-
msgstr "
|
341 |
|
342 |
#: index.php:1547
|
343 |
msgid "Writing Settings"
|
@@ -357,17 +348,15 @@ msgstr "Medien-Einstellungen"
|
|
357 |
|
358 |
#: index.php:1551
|
359 |
msgid "Privacy Settings"
|
360 |
-
msgstr "
|
361 |
|
362 |
-
#: index.php:1557
|
363 |
-
#: index.php:1569
|
364 |
msgid "modified"
|
365 |
msgstr "geändert"
|
366 |
|
367 |
-
#: index.php:1557
|
368 |
-
#: index.php:1569
|
369 |
msgid "Settings page"
|
370 |
-
msgstr "
|
371 |
|
372 |
#: index.php:1567
|
373 |
msgid "Permalink Settings"
|
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-23 11:21:09+00:00\n"
|
11 |
+
"PO-Revision-Date: 2012-09-25 07:18+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 |
"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:67 index.php:208 index.php:827
|
|
|
|
|
22 |
msgid "History"
|
23 |
+
msgstr "Änderungsprotokoll"
|
24 |
|
25 |
+
#: index.php:120 index.php:630 index.php:642 index.php:730
|
|
|
|
|
|
|
26 |
msgid "updated"
|
27 |
msgstr "aktualisiert"
|
28 |
|
34 |
msgid "WordPress %1$s"
|
35 |
msgstr "WordPress %1$s"
|
36 |
|
37 |
+
#: index.php:133 index.php:222
|
|
|
38 |
msgid "Donate"
|
39 |
msgstr "Spenden Sie"
|
40 |
|
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:220
|
54 |
msgid "Show Simple History"
|
55 |
+
msgstr "Zeige Änderungsprotokoll"
|
56 |
|
57 |
+
#: index.php:221 index.php:1512
|
|
|
58 |
msgid "RSS feed"
|
59 |
msgstr "RSS-Feed"
|
60 |
|
61 |
+
#: index.php:262 index.php:305
|
|
|
62 |
msgid "History for %s"
|
63 |
+
msgstr "Änderungsprotokoll für %s"
|
64 |
|
65 |
+
#: index.php:263 index.php:306
|
|
|
66 |
msgid "WordPress History for %s"
|
67 |
+
msgstr "WordPress-Änderungsprotokoll für %s"
|
68 |
|
69 |
#: index.php:275
|
70 |
msgid "By %s"
|
72 |
|
73 |
#: index.php:279
|
74 |
msgid "%d occasions"
|
75 |
+
msgstr "%d Ereignisse"
|
76 |
|
77 |
#: index.php:310
|
78 |
msgid "Wrong RSS secret"
|
79 |
msgstr "Falsche RSS-Geheimadresse"
|
80 |
|
81 |
#: index.php:311
|
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."
|
85 |
+
msgstr ""
|
86 |
+
"Ihre RSS-Geheimadresse für den Simple History RSS-Feed ist falsch. Bitte "
|
87 |
+
"überprüfen Sie die WordPress-Einstellungen hinsichtlich des momentanen Links "
|
88 |
+
"zum RSS-Feed."
|
89 |
|
90 |
+
#: index.php:328 index.php:921
|
|
|
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:417
|
99 |
msgid "on the dashboard"
|
101 |
|
102 |
#: index.php:422
|
103 |
msgid "as a page under the dashboard menu"
|
104 |
+
msgstr "als eine Seite im Dashboard-Menü"
|
105 |
|
106 |
#: index.php:431
|
107 |
msgid ""
|
108 |
"\n"
|
109 |
"\t\t\tPlease\n"
|
110 |
+
"\t\t\t<a href=\"http://eskapism.se/sida/donate/?"
|
111 |
+
"utm_source=wordpress&utm_medium=settingpage&utm_campaign=simplehistory\">\n"
|
112 |
"\t\t\tdonate\n"
|
113 |
"\t\t\t</a> to support the development of this plugin and to keep it free.\n"
|
114 |
"\t\t\tThanks!\n"
|
116 |
msgstr ""
|
117 |
"\n"
|
118 |
"\t\t\tBitte\n"
|
119 |
+
"\t\t\t<a href=\"http://eskapism.se/sida/donate/?"
|
120 |
+
"utm_source=wordpress&utm_medium=settingpage&utm_campaign=simplehistory\">\n"
|
121 |
"\t\t\tspenden Sie,\n"
|
122 |
+
"\t\t\t</a> um die Weiterentwicklung dieses Plugins zu unterstützen, und "
|
123 |
+
"damit es auch in Zukunft kostenlos bleiben kann.\n"
|
124 |
"\t\t\tDanke!\n"
|
125 |
"\t\t\t"
|
126 |
|
129 |
msgstr "Neue geheime RSS-Adresse erstellt"
|
130 |
|
131 |
#: index.php:484
|
132 |
+
msgid ""
|
133 |
+
"This is a secret RSS feed for Simple History. Only share the link with "
|
134 |
+
"people you trust"
|
135 |
+
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:487
|
140 |
+
msgid ""
|
141 |
+
"You can <a href='%s#simple-history-settings-page'>generate a new address</a> "
|
142 |
+
"for the RSS feed. This is useful if you think that the address has fallen "
|
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:494 index.php:887 index.php:1434
|
|
|
|
|
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 |
|
162 |
msgid "edited"
|
163 |
msgstr "geändert"
|
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 |
|
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 |
|
212 |
|
213 |
#: index.php:685
|
214 |
msgid "Post"
|
215 |
+
msgstr "Postings"
|
216 |
|
217 |
#: index.php:722
|
218 |
msgid "created"
|
248 |
|
249 |
#: index.php:1280
|
250 |
msgid "Unknown or deleted user"
|
251 |
+
msgstr "unbekannter oder gelöschter Benutzer"
|
252 |
|
253 |
#: index.php:1338
|
254 |
msgid "attachment"
|
272 |
|
273 |
#: index.php:1460
|
274 |
msgid "%s at %s"
|
275 |
+
msgstr "%s um %s"
|
276 |
|
277 |
#: index.php:1467
|
278 |
msgid "+ 1 occasion"
|
279 |
+
msgstr "+ 1 Ereignis"
|
280 |
|
281 |
#: index.php:1470
|
282 |
msgid "+ %d occasions"
|
283 |
+
msgstr "+ %d Ereignisse"
|
284 |
|
285 |
#: index.php:1478
|
286 |
msgid "%s ago (%s at %s)"
|
287 |
+
msgstr "vor %s (%s um %s)"
|
288 |
|
289 |
#: index.php:1503
|
290 |
msgid "Show 5 more"
|
316 |
|
317 |
#: index.php:1533
|
318 |
msgid "No history items found."
|
319 |
+
msgstr "Keine Vorgänge gefunden."
|
320 |
|
321 |
#: index.php:1534
|
322 |
+
msgid ""
|
323 |
+
"Please note that Simple History only records things that happen after this "
|
324 |
+
"plugin have been installed."
|
325 |
+
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:1546
|
330 |
msgid "General Settings"
|
331 |
+
msgstr "Allgemeine Einstellungen"
|
332 |
|
333 |
#: index.php:1547
|
334 |
msgid "Writing Settings"
|
348 |
|
349 |
#: index.php:1551
|
350 |
msgid "Privacy Settings"
|
351 |
+
msgstr "Privatsphären-Einstellungen"
|
352 |
|
353 |
+
#: index.php:1557 index.php:1569
|
|
|
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"
|
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,10 @@ 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.2 =
|
96 |
- Fixed a translation bug
|
97 |
- Added updated German translation
|
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.3
|
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.3 =
|
96 |
+
- Updated German translation
|
97 |
+
- Some translation fixes
|
98 |
+
|
99 |
= 1.0.2 =
|
100 |
- Fixed a translation bug
|
101 |
- Added updated German translation
|