Simple History - Version 2.0.10

Version Description

(January 2015) =

  • Updated: Polish translation updated. Thanks https://github.com/m-czardybon!
  • Updated: German translation updated. Thanks http://klein-aber-fein.de/!
  • Updated: Swedish translation updated.
Download this release

Release Info

Developer eskapism
Plugin Icon 128x128 Simple History
Version 2.0.10
Comparing to
See all releases

Code changes from version 2.0.9 to 2.0.10

SimpleHistory.php CHANGED
@@ -6,7 +6,7 @@
6
  class SimpleHistory {
7
 
8
  const NAME = "Simple History";
9
- const VERSION = "2.0.9";
10
 
11
  /**
12
  * Capability required to view the history log
@@ -1689,7 +1689,7 @@ class SimpleHistory {
1689
  if ( $args["type"] == "single" ) {
1690
 
1691
  $more_details_html .= sprintf('<h2 class="SimpleHistoryLogitem__moreDetailsHeadline">%1$s</h2>', __("Context data", "simple-history"));
1692
- $more_details_html .= "<p>" . __("This is potentially useful meta data that a logger have saved.", "simple-history") . "</p>";
1693
  $more_details_html .= "<table class='SimpleHistoryLogitem__moreDetailsContext'>";
1694
  $more_details_html .= sprintf(
1695
  '<tr>
6
  class SimpleHistory {
7
 
8
  const NAME = "Simple History";
9
+ const VERSION = "2.0.10";
10
 
11
  /**
12
  * Capability required to view the history log
1689
  if ( $args["type"] == "single" ) {
1690
 
1691
  $more_details_html .= sprintf('<h2 class="SimpleHistoryLogitem__moreDetailsHeadline">%1$s</h2>', __("Context data", "simple-history"));
1692
+ $more_details_html .= "<p>" . __("This is potentially useful meta data that a logger has saved.", "simple-history") . "</p>";
1693
  $more_details_html .= "<table class='SimpleHistoryLogitem__moreDetailsContext'>";
1694
  $more_details_html .= sprintf(
1695
  '<tr>
index.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Simple History
4
  Plugin URI: http://simple-history.com
5
  Description: Plugin that logs various things that occur in WordPress and then presents those events in a very nice GUI.
6
- Version: 2.0.9
7
  Author: Pär Thernström
8
  Author URI: http://simple-history.com/
9
  License: GPL2
3
  Plugin Name: Simple History
4
  Plugin URI: http://simple-history.com
5
  Description: Plugin that logs various things that occur in WordPress and then presents those events in a very nice GUI.
6
+ Version: 2.0.10
7
  Author: Pär Thernström
8
  Author URI: http://simple-history.com/
9
  License: GPL2
languages/simple-history-de_DE.mo CHANGED
Binary file
languages/simple-history-de_DE.po CHANGED
@@ -1,376 +1,1329 @@
1
- # Translation of the WordPress plugin by .
2
- # Copyright (C) 2010
3
- # This file is distributed under the same license as the package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
- #
6
  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-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."
121
  msgstr ""
122
- "Ihre RSS-Geheimadresse für den Simple History RSS-Feed ist falsch. Bitte "
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"
160
- "\t\t\t<a href=\"http://eskapism.se/sida/donate/?"
161
- "utm_source=wordpress&utm_medium=settingpage&utm_campaign=simplehistory\">\n"
162
- "\t\t\tdonate\n"
163
- "\t\t\t</a> to support the development of this plugin and to keep it free.\n"
164
- "\t\t\tThanks!\n"
165
- "\t\t\t"
166
  msgstr ""
167
- "\n"
168
- "\t\t\tBitte\n"
169
- "\t\t\t<a href=\"http://eskapism.se/sida/donate/?"
170
- "utm_source=wordpress&utm_medium=settingpage&utm_campaign=simplehistory\">\n"
171
- "\t\t\tspenden Sie,\n"
172
- "\t\t\t</a> um die Weiterentwicklung dieses Plugins zu unterstützen, und "
173
- "damit es auch in Zukunft kostenlos bleiben kann.\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"
185
  msgstr ""
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."
310
  msgstr ""
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."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 Simple History
2
+ # This file is distributed under the same license as the Simple History package.
 
 
 
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Simple History 2.0.3\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/Simple-History\n"
7
+ "POT-Creation-Date: 2014-12-17 06:57:05+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: 2014-12-30 10:10+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
+ "X-Generator: Poedit 1.7.1\n"
15
+ "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
16
+ "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
17
+ "esc_html_x:1,2c\n"
18
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Poedit-Basepath: ../\n"
21
+ "X-Textdomain-Support: yes\n"
22
+ "Language: de_DE\n"
23
+ "X-Poedit-SearchPath-0: .\n"
24
+
25
+ #: SimpleHistory.php:423 SimpleHistory.php:667
26
+ msgid "Settings"
27
+ msgstr "Einstellungen"
28
+
29
+ #: SimpleHistory.php:434
30
+ msgid "Log (debug)"
31
+ msgstr "Logbuch (Fehlersuche)"
32
 
33
+ #: SimpleHistory.php:439
34
+ msgid "Styles example (debug)"
35
+ msgstr "Stil-Beispiel (Fehlersuche)"
36
+
37
+ #: SimpleHistory.php:682
38
+ msgid "History"
39
+ msgstr "Historie"
40
 
41
+ #: SimpleHistory.php:758
42
+ msgid "Remove all log items?"
43
+ msgstr "Alle Einträge im Logbuch entfernen?"
44
+
45
+ #: SimpleHistory.php:760
46
+ msgid "Go to the first page"
47
+ msgstr "Gehe zur ersten Seite"
48
 
49
+ #: SimpleHistory.php:761
50
+ msgid "Go to the previous page"
51
+ msgstr "Gehe zur vorherigen Seite"
52
 
53
+ #: SimpleHistory.php:762
54
+ msgid "Go to the next page"
55
+ msgstr "Gehe zur nächsten Seite"
56
 
57
+ #: SimpleHistory.php:763
58
+ msgid "Go to the last page"
59
+ msgstr "Gehe zur letzten Seite"
60
 
61
+ #: SimpleHistory.php:764
62
+ msgid "Current page"
63
+ msgstr "Aktuelle Seite"
64
 
65
+ #: SimpleHistory.php:766
66
+ msgid "Oups, the log could not be loaded right now."
67
+ msgstr "Hoppla, das Logbuch konnte eben nicht geladen werden."
68
 
69
+ #: SimpleHistory.php:767
70
+ msgid "Your search did not match any history events."
71
+ msgstr "Deine Suche erbrachte keine Übereinstimmungen mit Ereignissen."
72
 
73
+ #: SimpleHistory.php:1061 SimpleHistory.php:1164
74
+ msgid "Simple History Settings"
75
+ msgstr "Simple History Einstellungen"
76
 
77
+ #: SimpleHistory.php:1095
78
+ msgid "No valid callback found"
79
+ msgstr "Kein valider Rückruf gefunden"
80
 
81
+ #: SimpleHistory.php:1185
82
+ msgid "Cleared database"
83
+ msgstr "Datenbank geleert"
84
 
85
+ #: SimpleHistory.php:1212
86
+ msgid "Show history"
87
+ msgstr "Zeige Logbuch"
88
 
89
+ #: SimpleHistory.php:1225
90
+ msgid "Number of items per page"
91
+ msgstr "Zahl der Einträge pro Seite"
92
 
93
+ #: SimpleHistory.php:1237
94
+ msgid "Clear log"
95
+ msgstr "Logbuch leeren"
96
 
97
+ #: SimpleHistory.php:1457
98
+ msgid "on the dashboard"
99
+ msgstr "auf dem Dashboard"
100
+
101
+ #: SimpleHistory.php:1462
102
+ msgid "as a page under the dashboard menu"
103
+ msgstr "als eine Seite im Dashboard-Menü"
104
+
105
+ #: SimpleHistory.php:1478
106
+ msgid "Items in the database are automatically removed after %1$s days."
107
+ msgstr "Einträge in der Datenbank werden nach %1$s Tagen automatisch entfernt."
108
+
109
+ #: SimpleHistory.php:1480
110
+ msgid "Items in the database are kept forever."
111
+ msgstr "Einträge in der Datenbank werden auf ewig behalten."
112
+
113
+ #: SimpleHistory.php:1484
114
+ msgid "Clear log now"
115
+ msgstr "Logbuch jetzt leeren"
116
+
117
+ #: SimpleHistory.php:1709
118
+ msgid "+%1$s more"
119
+ msgstr "+%1$s mehr"
120
+
121
+ #: SimpleHistory.php:1716
122
+ msgid "Loading…"
123
+ msgstr "Lade..."
124
+
125
+ #: SimpleHistory.php:1723
126
+ msgid "Showing %1$s more"
127
+ msgstr "Zeige %1$s mehr"
128
+
129
+ #: SimpleHistory.php:1742
130
+ msgid "Context data"
131
+ msgstr "Kontext-Daten"
132
+
133
+ #: SimpleHistory.php:1743
134
+ msgid "This is potentially useful meta data that a logger have saved."
135
+ msgstr ""
136
+ "Dies sind potentiell nützliche Meta-Daten, die ein Logger abgespeichert hat."
137
+
138
+ #: SimpleHistory.php:2065
139
+ msgid "No events today so far."
140
+ msgstr "Heute sind noch keine Ereignisse aufgetreten."
141
+
142
+ #: SimpleHistory.php:2069
143
+ msgid "%1$d event today from one user."
144
+ msgstr "%1$d Ereignis heute von einem Benutzer."
145
+
146
+ #: SimpleHistory.php:2073
147
+ msgid "%1$d events today from %2$d users."
148
+ msgstr "%1$d Ereignisse heute von %2$d Benutzern."
149
+
150
+ #: SimpleHistory.php:2077
151
+ msgid "%1$d events today from one user."
152
+ msgstr "%1$d Ereignisse heute von einem Benutzer."
153
+
154
+ #: dropins/SimpleHistoryDonateDropin.php:36
155
  msgid "Donate"
156
+ msgstr "Spende"
157
 
158
+ #: dropins/SimpleHistoryDonateDropin.php:72
159
+ msgid ""
160
+ "If you find Simple History useful please <a href=\"%1$s\">donate</a> or <a "
161
+ "href=\"%2$s\">buy me something from my Amazon wish list</a>."
162
+ msgstr ""
163
+ "Falls Du Simple History nützlich findest, <a href=\"%1$s\">spende</a> bitte "
164
+ "oder <a href=\"%2$s\">kaufe mir etwas von meinem Amazon-Wunschzettel</a>."
165
 
166
+ #: dropins/SimpleHistoryFilterDropin.php:43
167
+ msgid "Filter history"
168
+ msgstr "Filter-Historie"
169
 
170
+ #: dropins/SimpleHistoryFilterDropin.php:50
171
+ msgid "All log levels"
172
+ msgstr "Alle Logbuch-Ebenen"
173
 
174
+ #: dropins/SimpleHistoryFilterDropin.php:64
175
+ msgid "All messages"
176
+ msgstr "Alle Nachrichten"
177
+
178
+ #: dropins/SimpleHistoryFilterDropin.php:118
179
+ msgid "All users"
180
+ msgstr "Alle Benutzer"
181
 
182
+ #: dropins/SimpleHistoryFilterDropin.php:139
183
+ msgid "All dates"
184
+ msgstr "Alle Tage"
185
+
186
+ #: dropins/SimpleHistoryFilterDropin.php:153
187
+ msgid "Filter"
188
+ msgstr "Filter"
189
+
190
+ #: dropins/SimpleHistoryNewRowsNotifier.php:80
191
+ msgid "1 new row"
192
+ msgid_plural "%d new rows"
193
+ msgstr[0] "1 neue Zeile"
194
+ msgstr[1] "%d neue Zeilen"
195
+
196
+ #: dropins/SimpleHistoryRSSDropin.php:55
197
+ msgid "Address"
198
+ msgstr "Adresse"
199
+
200
+ #: dropins/SimpleHistoryRSSDropin.php:64
201
+ msgid "Regenerate"
202
+ msgstr "Wiederherstellen"
203
+
204
+ #: dropins/SimpleHistoryRSSDropin.php:81
205
+ msgid "Created new secret RSS address"
206
+ msgstr "Neue RSS-Geheim-Adresse erzeugt"
207
+
208
+ #: dropins/SimpleHistoryRSSDropin.php:148
209
+ #: dropins/SimpleHistoryRSSDropin.php:256
210
  msgid "History for %s"
211
+ msgstr "Historie für"
212
 
213
+ #: dropins/SimpleHistoryRSSDropin.php:149
214
+ #: dropins/SimpleHistoryRSSDropin.php:257
215
  msgid "WordPress History for %s"
216
+ msgstr "WordPress Historie für %s"
 
 
 
 
217
 
218
+ #: dropins/SimpleHistoryRSSDropin.php:196
219
+ msgid "+%1$s occasion"
220
+ msgid_plural "+%1$s occasions"
221
+ msgstr[0] "+%1$s Vorkommnis"
222
+ msgstr[1] "+%1$s Vorkommnisse"
223
 
224
+ #: dropins/SimpleHistoryRSSDropin.php:260
225
  msgid "Wrong RSS secret"
226
  msgstr "Falsche RSS-Geheimadresse"
227
 
228
+ #: dropins/SimpleHistoryRSSDropin.php:261
229
  msgid ""
230
  "Your RSS secret for Simple History RSS feed is wrong. Please see WordPress "
231
  "settings for current link to the RSS feed."
232
  msgstr ""
233
+ "Deine RSS-Geheimadresse für den Simple-History-RSS-Feed ist falsch. Bitte "
234
+ "schlage in den WordPress-Einstellungen die aktuelle Verlinkung des RSS-Feeds "
235
+ "nach."
236
 
237
+ #: dropins/SimpleHistoryRSSDropin.php:312
238
+ msgid ""
239
+ "You can generate a new address for the RSS feed. This is useful if you think "
240
+ "that the address has fallen into the wrong hands."
241
+ msgstr ""
242
+ "Du kannst eine neue Adresse für den RSS-Feed erzeugen. Dies ist hilfreich "
243
+ "falls Du denkst, daß die Adresse in die falschen Hände geraten sein könnte."
244
 
245
+ #: dropins/SimpleHistoryRSSDropin.php:315
246
+ msgid "Generate new address"
247
+ msgstr "Erzeuge neue Adresse"
 
 
248
 
249
+ #: dropins/SimpleHistoryRSSDropin.php:343
250
+ msgid ""
251
+ "Simple History has a RSS feed which you can subscribe to and receive log "
252
+ "updates. Make sure you only share the feed with people you trust, since it "
253
+ "can contain sensitive or confidential information."
254
+ msgstr ""
255
+ "Simple History hat einen RSS-Feed, den Du abonnieren kannst, um Updates in "
256
+ "der Logdatei zu empfangen. Stelle sicher, daß Du den Feed nur Menschen Deines "
257
+ "Vertrauens zugänglich machst, denn er kann sensible und vertrauliche "
258
+ "Informationen enthalten."
259
 
260
+ #: dropins/SimpleHistorySettingsLogtestDropin.php:20
261
+ msgid "Test data (debug)"
262
+ msgstr "Test-Daten (Fehlersuche)"
263
 
264
+ #: dropins/SimpleHistorySettingsStatsDropin.php:27
265
+ msgid "Stats"
266
+ msgstr "Statistiken"
267
+
268
+ #: index.php:56
269
+ msgid ""
270
+ "Simple History is a great plugin, but to use it your server must have at "
271
+ "least PHP 5.3 installed (you have version %s)."
272
+ msgstr ""
273
+ "Simple History ist ein großartiges Plugin, aber zu seiner Benutzung muß Dein "
274
+ "Server mindestens PHP 5.3 installiert haben (Du hast Version %s)."
275
+
276
+ #: loggers/SimpleCommentsLogger.php:682
277
+ msgid "Spam"
278
+ msgstr "Spam"
279
+
280
+ #: loggers/SimpleCommentsLogger.php:684
281
+ msgid "Approved"
282
+ msgstr "Genehmigt"
283
+
284
+ #: loggers/SimpleCommentsLogger.php:686
285
+ msgid "Pending"
286
+ msgstr "In Bearbeitung"
287
+
288
+ #: loggers/SimpleCommentsLogger.php:700
289
+ msgid "Trackback"
290
+ msgstr "Trackback"
291
+
292
+ #: loggers/SimpleCommentsLogger.php:702
293
+ msgid "Pingback"
294
+ msgstr "Pingback"
295
+
296
+ #: loggers/SimpleCommentsLogger.php:704
297
+ msgid "Comment"
298
+ msgstr "Kommentar"
299
+
300
+ #: loggers/SimpleCoreUpdatesLogger.php:29
301
+ msgid "Updated WordPress from {prev_version} to {new_version}"
302
+ msgstr "WordPress von {prev_version} auf {new_version} aktualisiert"
303
+
304
+ #: loggers/SimpleCoreUpdatesLogger.php:30
305
+ msgid "WordPress auto-updated from {prev_version} to {new_version}"
306
+ msgstr "WordPress automatisch von {prev_version} auf {new_version} aktualisiert"
307
+
308
+ #: loggers/SimpleExportLogger.php:23
309
+ msgid "Created XML export"
310
+ msgstr "XML-Export erzeugt"
311
+
312
+ #: loggers/SimpleLegacyLogger.php:88
313
+ msgid "By %s"
314
+ msgstr "von %s"
315
+
316
+ #: loggers/SimpleLegacyLogger.php:93
317
+ msgid "%d occasions"
318
+ msgstr "%d Vorkommnisse"
319
+
320
+ #: loggers/SimpleLogger.php:205
321
+ msgid "Deleted user (had id %1$s, email %2$s, login %3$s)"
322
+ msgstr "Gelöschter Benutzer (hatte ID %1$s, E-Mail %2$s, Login %3$s)"
323
+
324
+ #: loggers/SimpleLogger.php:220
325
+ msgid "Anonymous web user"
326
+ msgstr "Anonymer Netz-Nutzer"
327
+
328
+ #: loggers/SimpleLogger.php:228
329
+ msgid "Anonymous user from %1$s"
330
+ msgstr "Anonymer Benutzer von %1$s"
331
+
332
+ #: loggers/SimpleLogger.php:299
333
+ msgid "Just now"
334
+ msgstr "Nur diesmal"
335
+
336
+ #. translators: Date format for log row header, see http:php.net/date
337
+ #: loggers/SimpleLogger.php:304
338
+ msgid "M j, Y \\a\\t G:i"
339
+ msgstr "j. M. Y \\u\\m G:i \\U\\h\\r"
340
+
341
+ #. translators: 1: last modified date and time in human time diff-format
342
+ #: loggers/SimpleLogger.php:312
343
+ msgid "%1$s ago"
344
+ msgstr "vor %1$s"
345
+
346
+ #: loggers/SimpleMediaLogger.php:23
347
+ msgid "Created {post_type} \"{attachment_title}\""
348
+ msgstr "Hat {post_type} \"{attachment_title}\" erzeugt"
349
+
350
+ #: loggers/SimpleMediaLogger.php:24
351
+ msgid "Edited {post_type} \"{attachment_title}\""
352
+ msgstr "Hat {post_type} \"{attachment_title}\" geändert"
353
+
354
+ #: loggers/SimpleMediaLogger.php:25
355
+ msgid "Deleted {post_type} \"{attachment_title}\" (\"{attachment_filename}\")"
356
+ msgstr ""
357
+ "Hat {post_type} \"{attachment_title}\" (\"{attachment_filename}\") gelöscht"
358
+
359
+ #: loggers/SimpleMediaLogger.php:81
360
+ msgid "Edited {post_type} <a href=\"{edit_link}\">\"{attachment_title}\"</a>"
361
+ msgstr ""
362
+ "Hat {post_type} <a href=\"{edit_link}\">\"{attachment_title}\"</a> geändert"
363
+
364
+ #: loggers/SimpleMediaLogger.php:85
365
+ msgid "Uploaded {post_type} <a href=\"{edit_link}\">\"{attachment_title}\"</a>"
366
+ msgstr ""
367
+ "Hat {post_type} <a href=\"{edit_link}\">\"{attachment_title}\"</a> hochgeladen"
368
+
369
+ #: loggers/SimpleMediaLogger.php:180
370
+ msgid "{attachment_thumb}"
371
+ msgstr "{attachment_thumb}"
372
+
373
+ #: loggers/SimpleMediaLogger.php:189
374
+ msgid "{attachment_size_format}"
375
+ msgstr "{attachment_size_format}"
376
+
377
+ #: loggers/SimpleMediaLogger.php:190
378
+ msgid "{attachment_filetype_extension}"
379
+ msgstr "{attachment_filetype_extension}"
380
+
381
+ #: loggers/SimpleMediaLogger.php:192
382
+ msgid "{full_image_width} × {full_image_height}"
383
+ msgstr "{full_image_width} × {full_image_height}"
384
+
385
+ #: loggers/SimpleMenuLogger.php:23
386
+ msgid "Created menu \"{menu_name}\""
387
+ msgstr "Hat Menü \"{menu_name}\" erzeugt"
388
+
389
+ #: loggers/SimpleMenuLogger.php:24
390
+ msgid "Edited menu \"{menu_name}\""
391
+ msgstr "Hat Menü \"{menu_name}\" geändert"
392
+
393
+ #: loggers/SimpleMenuLogger.php:25
394
+ msgid "Deleted menu \"{menu_name}\""
395
+ msgstr "Hat Menü \"{menu_name}\" gelöscht"
396
 
397
+ #: loggers/SimpleMenuLogger.php:26
398
+ msgid "Edited a menu item"
399
+ msgstr "Hat Menü-Eintrag geändert"
400
 
401
+ #: loggers/SimpleMenuLogger.php:27
402
+ msgid "Updated menu locations"
403
+ msgstr "Hat Menü-Positionen aktualisiert"
404
 
405
+ #: loggers/SimpleOptionsLogger.php:140
406
+ msgid "Updated option \"{option}\""
407
+ msgstr "Hat Option \"{option}\" aktualisiert"
408
+
409
+ #: loggers/SimpleOptionsLogger.php:242 loggers/SimpleThemeLogger.php:570
410
+ msgid "New value"
411
+ msgstr "Neuer Wert"
412
+
413
+ #: loggers/SimpleOptionsLogger.php:253 loggers/SimpleThemeLogger.php:582
414
+ msgid "Old value"
415
+ msgstr "Alter Wert"
416
+
417
+ #: loggers/SimpleOptionsLogger.php:268 loggers/SimpleOptionsLogger.php:285
418
+ msgid "Settings page"
419
+ msgstr "Einstellungs-Seite"
420
+
421
+ #: loggers/SimplePostLogger.php:30
422
+ msgid "Created {post_type} \"{post_title}\""
423
+ msgstr "Hat {post_type} \"{post_title}\" erzeugt"
424
+
425
+ #: loggers/SimplePostLogger.php:31
426
+ msgid "Updated {post_type} \"{post_title}\""
427
+ msgstr "Hat {post_type} \"{post_title}\" aktualisiert"
428
+
429
+ #: loggers/SimplePostLogger.php:32
430
+ msgid "Restored {post_type} \"{post_title}\" from trash"
431
+ msgstr "Hat {post_type} \"{post_title}\" aus dem Papierkorb wiederhergestellt"
432
+
433
+ #: loggers/SimplePostLogger.php:33 loggers/SimplePostLogger.php:236
434
+ msgid "Deleted {post_type} \"{post_title}\""
435
+ msgstr "Hat {post_type} \"{post_title}\" gelöscht"
436
+
437
+ #: loggers/SimplePostLogger.php:34
438
+ msgid "Moved {post_type} \"{post_title}\" to the trash"
439
+ msgstr "Hat {post_type} \"{post_title}\" in den Papierkorb verschoben"
440
+
441
+ #: loggers/SimplePostLogger.php:232
442
+ msgid "Updated {post_type} <a href=\"{edit_link}\">\"{post_title}\"</a>"
443
+ msgstr ""
444
+ "Hat {post_type} <a href=\"{edit_link}\">\"{post_title}\"</a> aktualisiert"
445
+
446
+ #: loggers/SimplePostLogger.php:240
447
+ msgid "Created {post_type} <a href=\"{edit_link}\">\"{post_title}\"</a>"
448
+ msgstr "Hat {post_type} <a href=\"{edit_link}\">\"{post_title}\"</a> erzeugt"
449
+
450
+ #: loggers/SimplePostLogger.php:245
451
  msgid ""
452
+ "Moved {post_type} <a href=\"{edit_link}\">\"{post_title}\"</a> to the trash"
453
+ msgstr ""
454
+ "Hat {post_type} <a href=\"{edit_link}\">\"{post_title}\"</a> in den "
455
+ "Papierkorb verschoben"
456
+
457
+ #: loggers/SimpleThemeLogger.php:26
458
+ msgid "Switched theme to \"{theme_name}\" from \"{prev_theme_name}\""
 
459
  msgstr ""
460
+ "Hat zum Theme \"{theme_name}\" umgeschaltet von \"{prev_theme_name}\" aus"
 
 
 
 
 
 
 
 
461
 
462
+ #: loggers/SimpleThemeLogger.php:27
463
+ msgid "Customized theme appearance \"{setting_id}\""
464
+ msgstr "Hat Theme-Erscheinungsbild \"{setting_id}\" individualisiert"
465
 
466
+ #: loggers/SimpleThemeLogger.php:28
467
+ msgid "Removed widget \"{widget_id_base}\" from sidebar \"{sidebar_id}\""
468
+ msgstr ""
469
+ "Hat Widget \"{widget_id_base}\" aus der Sidebar \"{sidebar_id}\" entfernt"
470
+
471
+ #: loggers/SimpleThemeLogger.php:29
472
+ msgid "Added widget \"{widget_id_base}\" to sidebar \"{sidebar_id}\""
473
+ msgstr ""
474
+ "Hat Widget \"{widget_id_base}\" zur Sidebar \"{sidebar_id}\" hinzugefügt"
475
+
476
+ #: loggers/SimpleThemeLogger.php:30
477
+ msgid "Changed widget order \"{widget_id_base}\" in sidebar \"{sidebar_id}\""
478
+ msgstr ""
479
+ "Hat Widget-Sortierung \"{widget_id_base}\" in der Sidebar \"{sidebar_id}\" "
480
+ "geändert"
481
+
482
+ #: loggers/SimpleThemeLogger.php:31
483
+ msgid "Changed widget \"{widget_id_base}\" in sidebar \"{sidebar_id}\""
484
+ msgstr ""
485
+ "Hat Widget \"{widget_id_base}\" in der Sidebar \"{sidebar_id}\" geändert"
486
+
487
+ #: loggers/SimpleThemeLogger.php:32
488
+ msgid "Changed settings for the theme custom background"
489
+ msgstr ""
490
+ "Hat Einstellungen für den selbstdefinierten Hintergrund des Themes geändert"
491
+
492
+ #: loggers/SimpleThemeLogger.php:532
493
+ msgid "Section"
494
+ msgstr "Abschnitt"
495
+
496
+ #: loggers/SimpleUserLogger.php:23
497
  msgid ""
498
+ "Failed to login to account with username \"{login_user_login}\" because an "
499
+ "incorrect password was entered"
500
  msgstr ""
501
+ "Anmeldung mit dem Benutzernamen \"{login_user_login}\" fehlgeschlagen, weil "
502
+ "ein falsches Paßwort eingegeben wurde"
503
 
504
+ #: loggers/SimpleUserLogger.php:24
505
  msgid ""
506
+ "Failed to login with username \"{failed_login_username}\" because no user "
507
+ "with that username exist"
508
  msgstr ""
509
+ "Anmeldung mit dem Benutzernamen \"{failed_login_username}\" fehlgeschlagen, "
510
+ "weil kein Benutzer mit diesem Namen existiert"
 
511
 
512
+ #: loggers/SimpleUserLogger.php:25
513
+ msgid "Logged in"
514
+ msgstr "meldete sich an"
515
 
516
+ #: loggers/SimpleUserLogger.php:26
517
+ msgid "Unknown user logged in"
518
+ msgstr "Unbekannter Benutzer meldete sich an"
519
 
520
+ #: loggers/SimpleUserLogger.php:27
521
+ msgid "Logged out"
522
+ msgstr "meldete sich ab"
523
 
524
+ #: loggers/SimpleUserLogger.php:28
525
+ msgid "Edited the profile for user {edited_user_login} ({edited_user_email})"
526
+ msgstr ""
527
+ "Hat das Profil des Benutzers {edited_user_login} ({edited_user_email}) "
528
+ "geändert"
529
 
530
+ #: loggers/SimpleUserLogger.php:29
531
+ msgid ""
532
+ "Created user {created_user_login} ({created_user_email}) with role "
533
+ "{created_user_role}"
534
+ msgstr ""
535
+ "Hat Benutzer {created_user_login} ({created_user_email}) mit der Rolle "
536
+ "{created_user_role} erzeugt"
537
 
538
+ #: loggers/SimpleUserLogger.php:30
539
+ msgid "Deleted user {deleted_user_login} ({deleted_user_email})"
540
+ msgstr "Hat den Benutzer {deleted_user_login} ({deleted_user_email}) gelöscht"
541
 
542
+ #: loggers/SimpleUserLogger.php:153
543
+ msgid "Edited <a href=\"{edit_profile_link}\">your profile</a>"
544
+ msgstr "Hat <a href=\"{edit_profile_link}\">Dein Profil</a> geändert"
545
 
546
+ #: loggers/SimpleUserLogger.php:157
547
+ msgid "Edited <a href=\"{edit_profile_link}\">their profile</a>"
548
+ msgstr "Hat <a href=\"{edit_profile_link}\">deren Profil</a> geändert"
549
 
550
+ #: loggers/SimpleUserLogger.php:166
551
+ msgid "Edited your profile"
552
+ msgstr "Hat Dein Profil geändert"
553
 
554
+ #: loggers/SimpleUserLogger.php:177
555
+ msgid ""
556
+ "Edited the profile for user <a href="
557
+ "\"{edit_profile_link}\">{edited_user_login} ({edited_user_email})</a>"
558
+ msgstr ""
559
+ "Hat das Profil für den Benutzer <a href="
560
+ "\"{edit_profile_link}\">{edited_user_login} ({edited_user_email})</a> geändert"
561
+
562
+ #: node_modules/grunt-wp-i18n/test/fixtures/basic-theme/exclude/file.php:3
563
+ #: node_modules/grunt-wp-i18n/test/fixtures/plugin-include/plugin-include.php:6
564
+ msgid "Exclude"
565
+ msgstr "Schließe aus"
566
+
567
+ #: node_modules/grunt-wp-i18n/test/fixtures/plugin-include/include/file.php:2
568
+ msgid "Include"
569
+ msgstr "Schließe ein"
570
+
571
+ #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/add-domain.php:2
572
+ #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-domains.php:2
573
+ #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-domains.php:3
574
+ msgid "String"
575
+ msgstr "String"
576
+
577
+ #: templates/settings-statsIntro.php:19
578
+ msgid "<b>%1$s rows</b> have been logged the last <b>%2$s days</b>"
579
+ msgstr ""
580
+ "<b>%1$s Einträge</b> sind in den letzten <b>%2$s Tagen</b> registriert worden"
581
 
582
+ #: templates/settings-statsLogLevels.php:4
583
+ msgid "Log levels"
584
+ msgstr "Logbuch-Ebenen"
585
 
586
+ #: templates/settings-statsLogLevels.php:6
587
+ msgid "Number of rows logged for each log level."
588
+ msgstr "Zahl der aufgezeichneten Zeilen pro Logbuch-Ebene"
589
 
590
+ #: templates/settings-statsLoggers.php:4
591
+ msgid "Loggers"
592
+ msgstr "Logger"
593
 
594
+ #: templates/settings-statsRowsPerDay.php:4
595
+ msgid "Rows per day"
596
+ msgstr "Zeilen pro Tag"
597
 
598
+ #: templates/settings-statsUsers.php:4
599
+ msgid "Users"
600
+ msgstr "Benutzer"
601
 
602
+ #: templates/settings-statsUsers.php:6
603
+ msgid "Number of logged items for the 5 users with most logged rows."
604
+ msgstr ""
605
+ "Zahl der aufgezeichneten Vorkommnisse für die fünf Benutzer mit den meisten "
606
+ "Aufzeichnungen."
607
 
608
+ #: templates/settings-statsUsers.php:7
609
+ msgid "Deleted users are also included."
610
+ msgstr "Gelöschte Benutzer sind auch enthalten."
611
 
612
+ #. Plugin Name of the plugin/theme
613
+ msgid "Simple History"
614
+ msgstr "Simple History"
615
 
616
+ #. Plugin URI of the plugin/theme
617
+ msgid "http://simple-history.com"
618
+ msgstr "http://simple-history.com"
619
 
620
+ #. Description of the plugin/theme
621
+ msgid ""
622
+ "Plugin that logs various things that occur in WordPress and then presents "
623
+ "those events in a very nice GUI."
624
+ msgstr ""
625
+ "Ein Plugin, welches diverse Dinge protokolliert, die in einer WordPress-"
626
+ "Installation passieren (und das diese Vorkommnisse dann über eine sehr nette "
627
+ "Bedieneroberfläche präsentiert)."
628
+
629
+ #. Author of the plugin/theme
630
+ msgid "Pär Thernström"
631
+ msgstr "Pär Thernström"
632
+
633
+ #. Author URI of the plugin/theme
634
+ msgid "http://simple-history.com/"
635
+ msgstr "http://simple-history.com/"
636
+
637
+ #: SimpleHistory.php:166
638
+ msgctxt ""
639
+ "Message visible while waiting for log to load from server the first time"
640
+ msgid "Loading history..."
641
+ msgstr "Lade Historie..."
642
+
643
+ #: SimpleHistory.php:203
644
+ msgctxt "page n of n"
645
+ msgid "of"
646
+ msgstr "von"
647
 
648
+ #: SimpleHistory.php:274
649
+ msgctxt "API: not enought arguments passed"
650
+ msgid "Not enough args specified"
651
+ msgstr "Nicht genügend Argumente angegeben"
652
 
653
+ #: SimpleHistory.php:1149
654
+ msgctxt "dashboard menu name"
655
+ msgid "Simple History"
656
+ msgstr "Simple History"
657
 
658
+ #: SimpleHistory.php:1274
659
+ msgctxt "history page headline"
660
+ msgid "Simple History"
661
+ msgstr "Simple History"
662
 
663
+ #: dropins/SimpleHistoryDonateDropin.php:51
664
+ msgctxt "donate settings headline"
665
+ msgid "Donate"
666
+ msgstr "Spende"
667
 
668
+ #: dropins/SimpleHistoryNewRowsNotifier.php:38
669
+ msgctxt "New rows notifier: error while checking for new rows"
670
+ msgid "An error occured while checking for new log rows"
671
+ msgstr ""
672
+ "Während der Suche nach neuen Logbuch-Einträgen ist ein Fehler aufgetreten"
673
 
674
+ #: dropins/SimpleHistoryRSSDropin.php:47
675
+ msgctxt "rss settings headline"
676
+ msgid "RSS feed"
677
+ msgstr "RSS-Feed"
678
 
679
+ #: loggers/SimpleCommentsLogger.php:94
680
+ msgctxt "A comment was added to the database by a non-logged in internet user"
681
+ msgid "Added a comment to {comment_post_type} \"{comment_post_title}\""
682
+ msgstr ""
683
+ "Hat einen Kommentar zu {comment_post_type} \"{comment_post_title}\" "
684
+ "hinzugefügt"
685
 
686
+ #: loggers/SimpleCommentsLogger.php:100
687
+ msgctxt "A comment was added to the database by a logged in user"
688
+ msgid "Added a comment to {comment_post_type} \"{comment_post_title}\""
689
+ msgstr ""
690
+ "Hat einen Kommentar zu {comment_post_type} \"{comment_post_title}\" "
691
+ "hinzugefügt"
692
+
693
+ #: loggers/SimpleCommentsLogger.php:106
694
+ msgctxt "A comment was approved"
695
  msgid ""
696
+ "Approved a comment to \"{comment_post_title}\" by {comment_author} "
697
+ "({comment_author_email})"
698
  msgstr ""
699
+ "Hat einen Kommentar zu \"{comment_post_title}\" by {comment_author} "
700
+ "({comment_author_email}) genehmigt"
701
 
702
+ #: loggers/SimpleCommentsLogger.php:112
703
+ msgctxt "A comment was was unapproved"
704
+ msgid ""
705
+ "Unapproved a comment to \"{comment_post_title}\" by {comment_author} "
706
+ "({comment_author_email})"
707
+ msgstr ""
708
+ "Hat einen Kommentar zu \"{comment_post_title}\" by {comment_author} "
709
+ "({comment_author_email}) verworfen"
710
 
711
+ #: loggers/SimpleCommentsLogger.php:118
712
+ msgctxt "A comment was marked as spam"
713
+ msgid "Marked a comment to post \"{comment_post_title}\" as spam"
714
+ msgstr ""
715
+ "Hat einen Kommentar zum Beitrag \"{comment_post_title}\" als Spam "
716
+ "gekennzeichnet"
717
+
718
+ #: loggers/SimpleCommentsLogger.php:124
719
+ msgctxt "A comment was marked moved to the trash"
720
+ msgid ""
721
+ "Trashed a comment to \"{comment_post_title}\" by {comment_author} "
722
+ "({comment_author_email})"
723
+ msgstr ""
724
+ "Hat einen Kommentar zu \"{comment_post_title}\" by {comment_author} "
725
+ "({comment_author_email}) in den Papierkorb verschoben"
726
 
727
+ #: loggers/SimpleCommentsLogger.php:130
728
+ msgctxt "A comment was restored from the trash"
729
+ msgid ""
730
+ "Restored a comment to \"{comment_post_title}\" by {comment_author} "
731
+ "({comment_author_email}) from the trash"
732
+ msgstr ""
733
+ "Hat einen Kommentar zu \"{comment_post_title}\" von {comment_author} "
734
+ "({comment_author_email}) aus dem Papierkorb wiederhergestellt"
735
 
736
+ #: loggers/SimpleCommentsLogger.php:136
737
+ msgctxt "A comment was deleted"
738
+ msgid ""
739
+ "Deleted a comment to \"{comment_post_title}\" by {comment_author} "
740
+ "({comment_author_email})"
741
+ msgstr ""
742
+ "Hat einen Kommentar zu \"{comment_post_title}\" by {comment_author} "
743
+ "({comment_author_email}) gelöscht"
744
 
745
+ #: loggers/SimpleCommentsLogger.php:142
746
+ msgctxt "A comment was edited"
747
+ msgid ""
748
+ "Edited a comment to \"{comment_post_title}\" by {comment_author} "
749
+ "({comment_author_email})"
750
+ msgstr ""
751
+ "Hat einen Kommentar zu \"{comment_post_title}\" by {comment_author} "
752
+ "({comment_author_email}) geändert"
753
 
754
+ #: loggers/SimpleCommentsLogger.php:149
755
+ msgctxt "A trackback was added to the database by a non-logged in internet user"
756
+ msgid "Added a trackback to {comment_post_type} \"{comment_post_title}\""
757
+ msgstr ""
758
+ "Hat einen Trackback zu {comment_post_type} \"{comment_post_title}\" "
759
+ "hinzugefügt"
760
+
761
+ #: loggers/SimpleCommentsLogger.php:204
762
+ msgctxt "A trackback was added to the database by a non-logged in internet user"
763
+ msgid "Added a pingback to {comment_post_type} \"{comment_post_title}\""
764
+ msgstr ""
765
+ "Hat ein Pingback zu {comment_post_type} \"{comment_post_title}\" hinzugefügt"
766
+
767
+ #: loggers/SimpleCommentsLogger.php:155
768
+ msgctxt "A trackback was added to the database by a logged in user"
769
+ msgid "Added a trackback to {comment_post_type} \"{comment_post_title}\""
770
+ msgstr ""
771
+ "Hat einen Trackback zu {comment_post_type} \"{comment_post_title}\" "
772
+ "hinzugefügt"
773
+
774
+ #: loggers/SimpleCommentsLogger.php:161
775
+ msgctxt "A trackback was approved"
776
+ msgid ""
777
+ "Approved a trackback to \"{comment_post_title}\" by {comment_author} "
778
+ "({comment_author_email})"
779
+ msgstr ""
780
+ "Hat einen Trackback zu \"{comment_post_title}\" by {comment_author} "
781
+ "({comment_author_email}) genehmigt"
782
+
783
+ #: loggers/SimpleCommentsLogger.php:167
784
+ msgctxt "A trackback was was unapproved"
785
+ msgid ""
786
+ "Unapproved a trackback to \"{comment_post_title}\" by {comment_author} "
787
+ "({comment_author_email})"
788
+ msgstr ""
789
+ "Hat einen Trackback zu \"{comment_post_title}\" by {comment_author} "
790
+ "({comment_author_email}) verworfen"
791
+
792
+ #: loggers/SimpleCommentsLogger.php:173
793
+ msgctxt "A trackback was marked as spam"
794
+ msgid "Marked a trackback to post \"{comment_post_title}\" as spam"
795
+ msgstr ""
796
+ "Hat einen Trackback zum Beitrag \"{comment_post_title}\" als Spam "
797
+ "gekennzeichnet"
798
 
799
+ #: loggers/SimpleCommentsLogger.php:179
800
+ msgctxt "A trackback was marked moved to the trash"
801
+ msgid ""
802
+ "Trashed a trackback to \"{comment_post_title}\" by {comment_author} "
803
+ "({comment_author_email})"
804
+ msgstr ""
805
+ "Hat einen Trackback zu \"{comment_post_title}\" by {comment_author} "
806
+ "({comment_author_email}) in den Papierkorb verschoben"
807
 
808
+ #: loggers/SimpleCommentsLogger.php:185
809
+ msgctxt "A trackback was restored from the trash"
810
+ msgid ""
811
+ "Restored a trackback to \"{comment_post_title}\" by {comment_author} "
812
+ "({comment_author_email}) from the trash"
813
+ msgstr ""
814
+ "Hat einen Trackback zu \"{comment_post_title}\" von {comment_author} "
815
+ "({comment_author_email}) aus dem Papierkorb wiederhergestellt"
816
 
817
+ #: loggers/SimpleCommentsLogger.php:191
818
+ msgctxt "A trackback was deleted"
819
+ msgid ""
820
+ "Deleted a trackback to \"{comment_post_title}\" by {comment_author} "
821
+ "({comment_author_email})"
822
+ msgstr ""
823
+ "Hat einen Trackback zu \"{comment_post_title}\" by {comment_author} "
824
+ "({comment_author_email}) gelöscht"
825
 
826
+ #: loggers/SimpleCommentsLogger.php:197
827
+ msgctxt "A trackback was edited"
828
+ msgid ""
829
+ "Edited a trackback to \"{comment_post_title}\" by {comment_author} "
830
+ "({comment_author_email})"
831
+ msgstr ""
832
+ "Hat einen Trackback zu \"{comment_post_title}\" by {comment_author} "
833
+ "({comment_author_email}) geändert"
834
 
835
+ #: loggers/SimpleCommentsLogger.php:210
836
+ msgctxt "A pingback was added to the database by a logged in user"
837
+ msgid "Added a pingback to {comment_post_type} \"{comment_post_title}\""
838
+ msgstr ""
839
+ "Hat ein Pingback zu {comment_post_type} \"{comment_post_title}\" hinzugefügt"
840
 
841
+ #: loggers/SimpleCommentsLogger.php:216
842
+ msgctxt "A pingback was approved"
843
+ msgid ""
844
+ "Approved a pingback to \"{comment_post_title}\" by "
845
+ "\"{comment_author}\"\" ({comment_author_email})"
846
+ msgstr ""
847
+ "Hat ein Pingback zu \"{comment_post_title}\" by "
848
+ "\"{comment_author}\"\" ({comment_author_email}) genehmigt"
849
 
850
+ #: loggers/SimpleCommentsLogger.php:222
851
+ msgctxt "A pingback was was unapproved"
852
+ msgid ""
853
+ "Unapproved a pingback to \"{comment_post_title}\" by "
854
+ "\"{comment_author}\" ({comment_author_email})"
855
+ msgstr ""
856
+ "Hat ein Pingback zu \"{comment_post_title}\" by "
857
+ "\"{comment_author}\" ({comment_author_email}) verworfen"
858
 
859
+ #: loggers/SimpleCommentsLogger.php:228
860
+ msgctxt "A pingback was marked as spam"
861
+ msgid "Marked a pingback to post \"{comment_post_title}\" as spam"
862
+ msgstr ""
863
+ "Hat ein Pingback zum Beitrag \"{comment_post_title}\" als Spam gekennzeichnet"
864
 
865
+ #: loggers/SimpleCommentsLogger.php:234
866
+ msgctxt "A pingback was marked moved to the trash"
867
+ msgid ""
868
+ "Trashed a pingback to \"{comment_post_title}\" by {comment_author} "
869
+ "({comment_author_email})"
870
+ msgstr ""
871
+ "Hat ein Pingback zu \"{comment_post_title}\" by {comment_author} "
872
+ "({comment_author_email}) in den Papierkorb verschoben"
873
 
874
+ #: loggers/SimpleCommentsLogger.php:240
875
+ msgctxt "A pingback was restored from the trash"
876
+ msgid ""
877
+ "Restored a pingback to \"{comment_post_title}\" by {comment_author} "
878
+ "({comment_author_email}) from the trash"
879
+ msgstr ""
880
+ "Hat ein Pingback zu \"{comment_post_title}\" von {comment_author} "
881
+ "({comment_author_email}) aus dem Papierkorb wiederhergestellt"
882
 
883
+ #: loggers/SimpleCommentsLogger.php:246
884
+ msgctxt "A pingback was deleted"
885
+ msgid ""
886
+ "Deleted a pingback to \"{comment_post_title}\" by {comment_author} "
887
+ "({comment_author_email})"
888
+ msgstr ""
889
+ "Hat ein Pingback zu \"{comment_post_title}\" by {comment_author} "
890
+ "({comment_author_email}) gelöscht"
891
 
892
+ #: loggers/SimpleCommentsLogger.php:252
893
+ msgctxt "A pingback was edited"
894
+ msgid ""
895
+ "Edited a pingback to \"{comment_post_title}\" by {comment_author} "
896
+ "({comment_author_email})"
897
+ msgstr ""
898
+ "Hat ein Pingback zu \"{comment_post_title}\" by {comment_author} "
899
+ "({comment_author_email}) geändert"
900
+
901
+ #: loggers/SimpleCommentsLogger.php:263
902
+ msgctxt "Comments logger: search"
903
+ msgid "Comments"
904
+ msgstr "Kommentare"
905
+
906
+ #: loggers/SimpleCommentsLogger.php:264
907
+ msgctxt "Comments logger: search"
908
+ msgid "All comments activity"
909
+ msgstr "Alle Kommentar-Aktivitäten"
910
+
911
+ #: loggers/SimpleCommentsLogger.php:266
912
+ msgctxt "Comments logger: search"
913
+ msgid "Added comments"
914
+ msgstr "Hat Kommentare hinzugefügt"
915
+
916
+ #: loggers/SimpleCommentsLogger.php:274
917
+ msgctxt "Comments logger: search"
918
+ msgid "Edited comments"
919
+ msgstr "Hat Kommentare geändert"
920
+
921
+ #: loggers/SimpleCommentsLogger.php:279
922
+ msgctxt "Comments logger: search"
923
+ msgid "Approved comments"
924
+ msgstr "Hat Kommentare genehmigt"
925
+
926
+ #: loggers/SimpleCommentsLogger.php:284
927
+ msgctxt "Comments logger: search"
928
+ msgid "Held comments"
929
+ msgstr "Hat Kommentare zurückgehalten"
930
+
931
+ #: loggers/SimpleCommentsLogger.php:289
932
+ msgctxt "Comments logger: search"
933
+ msgid "Comments status changed to spam"
934
+ msgstr "Hat Kommentar-Status zu Spam geändert"
935
+
936
+ #: loggers/SimpleCommentsLogger.php:294
937
+ msgctxt "Comments logger: search"
938
+ msgid "Trashed comments"
939
+ msgstr "Hat Kommentare in den Papierkorb verschoben"
940
+
941
+ #: loggers/SimpleCommentsLogger.php:299
942
+ msgctxt "Comments logger: search"
943
+ msgid "Untrashed comments"
944
+ msgstr "Hat Kommentare wiederhergestellt"
945
+
946
+ #: loggers/SimpleCommentsLogger.php:304
947
+ msgctxt "Comments logger: search"
948
+ msgid "Deleted comments"
949
+ msgstr "Hat Kommentare gelöscht"
950
+
951
+ #: loggers/SimpleCommentsLogger.php:599 loggers/SimpleCommentsLogger.php:612
952
+ #: loggers/SimpleCommentsLogger.php:626
953
+ msgctxt "comments logger - detailed output comment status"
954
+ msgid "Status"
955
+ msgstr "Status"
956
+
957
+ #: loggers/SimpleCommentsLogger.php:601 loggers/SimpleCommentsLogger.php:614
958
+ #: loggers/SimpleCommentsLogger.php:628
959
+ msgctxt "comments logger - detailed output author"
960
+ msgid "Name"
961
+ msgstr "Name"
962
+
963
+ #: loggers/SimpleCommentsLogger.php:602 loggers/SimpleCommentsLogger.php:615
964
+ #: loggers/SimpleCommentsLogger.php:629
965
+ msgctxt "comments logger - detailed output email"
966
+ msgid "Email"
967
+ msgstr "E-Mail"
968
+
969
+ #: loggers/SimpleCommentsLogger.php:603 loggers/SimpleCommentsLogger.php:616
970
+ msgctxt "comments logger - detailed output content"
971
+ msgid "Content"
972
+ msgstr "Inhalt"
973
+
974
+ #: loggers/SimpleCommentsLogger.php:630
975
+ msgctxt "comments logger - detailed output content"
976
+ msgid "Comment"
977
+ msgstr "Kommentar"
978
+
979
+ #: loggers/SimpleCommentsLogger.php:756
980
+ msgctxt "comments logger - edit comment"
981
+ msgid "View/Edit"
982
+ msgstr "Betrachte/Ändere"
983
+
984
+ #: loggers/SimpleCoreUpdatesLogger.php:34
985
+ msgctxt "User logger: search"
986
+ msgid "WordPress Core"
987
+ msgstr "WordPress-Kern"
988
+
989
+ #: loggers/SimpleCoreUpdatesLogger.php:36
990
+ msgctxt "User logger: search"
991
+ msgid "WordPress core updates"
992
+ msgstr "WordPress-Kern-Aktualisierungen"
993
+
994
+ #: loggers/SimpleUserLogger.php:35
995
+ msgctxt "User logger: search"
996
+ msgid "Users"
997
+ msgstr "Benutzer"
998
 
999
+ #: loggers/SimpleUserLogger.php:36
1000
+ msgctxt "User logger: search"
1001
+ msgid "All user activity"
1002
+ msgstr "Alle Benutzer-Aktivitäten"
1003
+
1004
+ #: loggers/SimpleUserLogger.php:38
1005
+ msgctxt "User logger: search"
1006
+ msgid "Successful user logins"
1007
+ msgstr "Erfolgreiche Benutzer-Anmeldungen"
1008
+
1009
+ #: loggers/SimpleUserLogger.php:42
1010
+ msgctxt "User logger: search"
1011
+ msgid "Failed user logins"
1012
+ msgstr "Fehlgeschlagene Benutzer-Anmeldungen"
1013
+
1014
+ #: loggers/SimpleUserLogger.php:46
1015
+ msgctxt "User logger: search"
1016
+ msgid "User logouts"
1017
+ msgstr "Benutzer-Abmeldungen"
1018
+
1019
+ #: loggers/SimpleUserLogger.php:49
1020
+ msgctxt "User logger: search"
1021
+ msgid "Created users"
1022
+ msgstr "Benutzer erzeugt"
1023
+
1024
+ #: loggers/SimpleUserLogger.php:52
1025
+ msgctxt "User logger: search"
1026
+ msgid "User profile updates"
1027
+ msgstr "Benutzerprofil-Aktualisierungen"
1028
+
1029
+ #: loggers/SimpleUserLogger.php:55
1030
+ msgctxt "User logger: search"
1031
+ msgid "User deletions"
1032
+ msgstr "Löschungen von Benutzern"
1033
+
1034
+ #: loggers/SimpleExportLogger.php:27
1035
+ msgctxt "Export logger: search"
1036
+ msgid "Export"
1037
+ msgstr "Export"
1038
+
1039
+ #: loggers/SimpleExportLogger.php:29
1040
+ msgctxt "Export logger: search"
1041
+ msgid "Created exports"
1042
+ msgstr "Erzeugte Exporte"
1043
+
1044
+ #: loggers/SimpleLogger.php:192
1045
+ msgctxt "header output when initiator is the currently logged in user"
1046
+ msgid "You"
1047
+ msgstr "Du selbst"
1048
+
1049
+ #: loggers/SimpleMediaLogger.php:29
1050
+ msgctxt "Media logger: search"
1051
+ msgid "Media"
1052
+ msgstr "Medien-Dateien"
1053
+
1054
+ #: loggers/SimpleMediaLogger.php:31
1055
+ msgctxt "Media logger: search"
1056
+ msgid "Added media"
1057
+ msgstr "Hinzugefügte Medien-Dateien"
1058
+
1059
+ #: loggers/SimpleMediaLogger.php:34
1060
+ msgctxt "Media logger: search"
1061
+ msgid "Updated media"
1062
+ msgstr "Aktualsierte Medien-Dateien"
1063
+
1064
+ #: loggers/SimpleMediaLogger.php:37
1065
+ msgctxt "Media logger: search"
1066
+ msgid "Deleted media"
1067
+ msgstr "Gelöschte Medien-Dateien"
1068
+
1069
+ #: loggers/SimpleMenuLogger.php:31
1070
+ msgctxt "Menu logger: search"
1071
+ msgid "Menus"
1072
+ msgstr "Menüs"
1073
+
1074
+ #: loggers/SimpleMenuLogger.php:33
1075
+ msgctxt "Menu updates logger: search"
1076
+ msgid "Created menus"
1077
+ msgstr "Hat Menüs erzeugt"
1078
+
1079
+ #: loggers/SimpleMenuLogger.php:36
1080
+ msgctxt "Menu updates logger: search"
1081
+ msgid "Edited menus"
1082
+ msgstr "Geänderte Menüs"
1083
+
1084
+ #: loggers/SimpleMenuLogger.php:41
1085
+ msgctxt "Menu updates logger: search"
1086
+ msgid "Deleted menus"
1087
+ msgstr "Gelöschte Menüs"
1088
+
1089
+ #: loggers/SimpleMenuLogger.php:326
1090
+ msgctxt "menu logger"
1091
+ msgid "%1$s menu item added"
1092
+ msgid_plural "%1$s menu items added"
1093
+ msgstr[0] "%1$s Menü-Eintrag hinzugefügt"
1094
+ msgstr[1] "%1$s Menü-Einträge hinzugefügt"
1095
+
1096
+ #: loggers/SimpleMenuLogger.php:333
1097
+ msgctxt "menu logger"
1098
+ msgid "%1$s menu item removed"
1099
+ msgid_plural "%1$s menu items removed"
1100
+ msgstr[0] "%1$s Menü-Eintrag entfernt"
1101
+ msgstr[1] "%1$s Menü-Einträge entfernt"
1102
+
1103
+ #: loggers/SimpleOptionsLogger.php:153
1104
+ msgctxt "Options logger: search"
1105
+ msgid "Options"
1106
+ msgstr "Optionen"
1107
+
1108
+ #: loggers/SimpleOptionsLogger.php:155
1109
+ msgctxt "Options logger: search"
1110
+ msgid "Changed options"
1111
+ msgstr "Geänderte Optionen"
1112
+
1113
+ #: loggers/SimplePluginLogger.php:51
1114
+ msgctxt "Plugin was non-silently activated by a user"
1115
+ msgid "Activated plugin \"{plugin_name}\""
1116
+ msgstr "Hat Plugin \"{plugin_name}\" aktiviert"
1117
+
1118
+ #: loggers/SimplePluginLogger.php:57
1119
+ msgctxt "Plugin was non-silently deactivated by a user"
1120
+ msgid "Deactivated plugin \"{plugin_name}\""
1121
+ msgstr "Hat Plugin \"{plugin_name}\" deaktiviert"
1122
+
1123
+ #: loggers/SimplePluginLogger.php:63
1124
+ msgctxt "Plugin was installed"
1125
+ msgid "Installed plugin \"{plugin_name}\""
1126
+ msgstr "Hat Plugin \"{plugin_name}\" installiert"
1127
+
1128
+ #: loggers/SimplePluginLogger.php:69
1129
+ msgctxt "Plugin failed to install"
1130
+ msgid "Failed to install plugin \"{plugin_name}\""
1131
+ msgstr "Hat vergeblich versucht, das Plugin \"{plugin_name}\" zu installieren"
1132
+
1133
+ #: loggers/SimplePluginLogger.php:75
1134
+ msgctxt "Plugin was updated"
1135
+ msgid ""
1136
+ "Updated plugin \"{plugin_name}\" to version {plugin_version} from "
1137
+ "{plugin_prev_version}"
1138
+ msgstr ""
1139
+ "Hat Plugin \"{plugin_name}\" auf Version {plugin_version} von "
1140
+ "{plugin_prev_version} aktualisiert"
1141
+
1142
+ #: loggers/SimplePluginLogger.php:81
1143
+ msgctxt "Plugin update failed"
1144
+ msgid "Updated plugin \"{plugin_name}\""
1145
+ msgstr "Hat Plugin \"{plugin_name}\" aktualisiert"
1146
+
1147
+ #: loggers/SimplePluginLogger.php:87
1148
+ msgctxt "Plugin file edited"
1149
+ msgid "Edited plugin file \"{plugin_edited_file}\""
1150
+ msgstr "Hat die Plugin-Datei \"{plugin_edited_file}\" geändert"
1151
+
1152
+ #: loggers/SimplePluginLogger.php:93
1153
+ msgctxt "Plugin files was deleted"
1154
+ msgid "Deleted plugin \"{plugin_name}\""
1155
+ msgstr "Hat Plugin \"{plugin_name}\" gelöscht"
1156
+
1157
+ #: loggers/SimplePluginLogger.php:100
1158
+ msgctxt "Plugin was updated in bulk"
1159
+ msgid ""
1160
+ "Updated plugin \"{plugin_name}\" to {plugin_version} from "
1161
+ "{plugin_prev_version}"
1162
+ msgstr ""
1163
+ "Hat Plugin \"{plugin_name}\" auf {plugin_version} von {plugin_prev_version} "
1164
+ "aktualisiert"
1165
+
1166
+ #: loggers/SimplePluginLogger.php:108
1167
+ msgctxt "Plugin logger: search"
1168
+ msgid "Plugins"
1169
+ msgstr "Plugins"
1170
+
1171
+ #: loggers/SimplePluginLogger.php:110
1172
+ msgctxt "Plugin logger: search"
1173
+ msgid "Activated plugins"
1174
+ msgstr "Aktivierte Plugins"
1175
+
1176
+ #: loggers/SimplePluginLogger.php:113
1177
+ msgctxt "Plugin logger: search"
1178
+ msgid "Deactivated plugins"
1179
+ msgstr "Deaktivierte Plugins"
1180
+
1181
+ #: loggers/SimplePluginLogger.php:116
1182
+ msgctxt "Plugin logger: search"
1183
+ msgid "Installed plugins"
1184
+ msgstr "Installierte Plugins"
1185
+
1186
+ #: loggers/SimplePluginLogger.php:119
1187
+ msgctxt "Plugin logger: search"
1188
+ msgid "Failed plugin installs"
1189
+ msgstr "Fehlgeschlagene Plugin-Installationen"
1190
+
1191
+ #: loggers/SimplePluginLogger.php:122
1192
+ msgctxt "Plugin logger: search"
1193
+ msgid "Updated plugins"
1194
+ msgstr "Aktualisierte Plugins"
1195
+
1196
+ #: loggers/SimplePluginLogger.php:126
1197
+ msgctxt "Plugin logger: search"
1198
+ msgid "Failed plugin updates"
1199
+ msgstr "Fehlgeschlagene Plugin-Updates"
1200
+
1201
+ #: loggers/SimplePluginLogger.php:129
1202
+ msgctxt "Plugin logger: search"
1203
+ msgid "Edited plugin files"
1204
+ msgstr "Geänderte Plugin-Dateien"
1205
+
1206
+ #: loggers/SimplePluginLogger.php:132
1207
+ msgctxt "Plugin logger: search"
1208
+ msgid "Deleted plugins"
1209
+ msgstr "Gelöschte Plugins"
1210
+
1211
+ #: loggers/SimplePluginLogger.php:863
1212
+ msgctxt "plugin logger - detailed output version"
1213
+ msgid "Version"
1214
+ msgstr "Version"
1215
+
1216
+ #: loggers/SimplePluginLogger.php:865
1217
+ msgctxt "plugin logger - detailed output author"
1218
+ msgid "Author"
1219
+ msgstr "Autor"
1220
+
1221
+ #: loggers/SimplePluginLogger.php:867
1222
+ msgctxt "plugin logger - detailed output author"
1223
+ msgid "Requires"
1224
+ msgstr "erfordert"
1225
+
1226
+ #: loggers/SimplePluginLogger.php:866
1227
+ msgctxt "plugin logger - detailed output url"
1228
+ msgid "URL"
1229
+ msgstr "URL"
1230
+
1231
+ #: loggers/SimplePluginLogger.php:868
1232
+ msgctxt "plugin logger - detailed output compatible"
1233
+ msgid "Compatible up to"
1234
+ msgstr "kompatibel bis zu"
1235
+
1236
+ #: loggers/SimplePluginLogger.php:869
1237
+ msgctxt "plugin logger - detailed output downloaded"
1238
+ msgid "Downloads"
1239
+ msgstr "Downloads"
1240
+
1241
+ #: loggers/SimplePluginLogger.php:929
1242
+ msgctxt "plugin logger: plugin info thickbox title view all info"
1243
+ msgid "View plugin info"
1244
+ msgstr "Zeige Plugin-Info"
1245
+
1246
+ #: loggers/SimplePluginLogger.php:944
1247
+ msgctxt "plugin logger: plugin info thickbox title"
1248
+ msgid "View plugin info"
1249
+ msgstr "Zeige Plugin-Info"
1250
+
1251
+ #: loggers/SimplePluginLogger.php:948
1252
+ msgctxt "plugin logger: plugin info thickbox title"
1253
+ msgid "View changelog"
1254
+ msgstr "Zeige Changelog"
1255
+
1256
+ #: loggers/SimplePostLogger.php:38
1257
+ msgctxt "Post logger: search"
1258
+ msgid "Posts & Pages"
1259
+ msgstr "Beiträge & Seiten"
1260
+
1261
+ #: loggers/SimplePostLogger.php:40
1262
+ msgctxt "Post logger: search"
1263
+ msgid "Posts created"
1264
+ msgstr "Erzeugte Beiträge"
1265
+
1266
+ #: loggers/SimplePostLogger.php:43
1267
+ msgctxt "Post logger: search"
1268
+ msgid "Posts updated"
1269
+ msgstr "Aktualisierte Beiträge"
1270
+
1271
+ #: loggers/SimplePostLogger.php:46
1272
+ msgctxt "Post logger: search"
1273
+ msgid "Posts trashed"
1274
+ msgstr "In den Papierkorb verschobene Beiträge"
1275
+
1276
+ #: loggers/SimplePostLogger.php:49
1277
+ msgctxt "Post logger: search"
1278
+ msgid "Posts deleted"
1279
+ msgstr "Gelöschte Beiträge"
1280
+
1281
+ #: loggers/SimplePostLogger.php:52
1282
+ msgctxt "Post logger: search"
1283
+ msgid "Posts restored"
1284
+ msgstr "Wiederhergestellte Beiträge"
1285
+
1286
+ #: loggers/SimpleThemeLogger.php:36
1287
+ msgctxt "Theme logger: search"
1288
+ msgid "Themes & Widgets"
1289
+ msgstr "Themes & Widgets"
1290
+
1291
+ #: loggers/SimpleThemeLogger.php:38
1292
+ msgctxt "Theme logger: search"
1293
+ msgid "Switched themes"
1294
+ msgstr "Gewechselte Themes"
1295
+
1296
+ #: loggers/SimpleThemeLogger.php:41
1297
+ msgctxt "Theme logger: search"
1298
+ msgid "Changed appearance of themes"
1299
+ msgstr "Geänderte Erscheinungsbilder von Themes"
1300
+
1301
+ #: loggers/SimpleThemeLogger.php:44
1302
+ msgctxt "Theme logger: search"
1303
+ msgid "Added widgets"
1304
+ msgstr "Hinzugefügte Widgets"
1305
+
1306
+ #: loggers/SimpleThemeLogger.php:47
1307
+ msgctxt "Theme logger: search"
1308
+ msgid "Removed widgets"
1309
+ msgstr "Entfernte Widgets"
1310
+
1311
+ #: loggers/SimpleThemeLogger.php:50
1312
+ msgctxt "Theme logger: search"
1313
+ msgid "Changed widgets order"
1314
+ msgstr "Umsortierte Widgets"
1315
+
1316
+ #: loggers/SimpleThemeLogger.php:53
1317
+ msgctxt "Theme logger: search"
1318
+ msgid "Edited widgets"
1319
+ msgstr "Geänderte Widgets"
1320
+
1321
+ #: loggers/SimpleThemeLogger.php:56
1322
+ msgctxt "Theme logger: search"
1323
+ msgid "Background of themes changed"
1324
+ msgstr "Geänderte Theme-Hintergründe"
1325
+
1326
+ #: templates/settings-statsRowsPerDay.php:36
1327
+ msgctxt "stats: date in rows per day chart"
1328
+ msgid "M j"
1329
+ msgstr "M j"
languages/simple-history-pl_PL.mo CHANGED
Binary file
languages/simple-history-pl_PL.po CHANGED
@@ -4,733 +4,1484 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Simple History\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/simple-history\n"
7
- "POT-Creation-Date: 2013-05-22 13:16:18+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: 2013-10-10 09:11+0100\n"
12
  "Last-Translator: Mateusz Czardybon <mczardybon@netizens.pl>\n"
13
  "Language-Team: Mateusz Czardybon <mczardybon@netizens.pl>\n"
14
- "X-Generator: Poedit 1.5.7\n"
15
  "Language: pl_PL\n"
 
 
 
 
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
- "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
18
- "|| n%100>=20) ? 1 : 2;\n"
19
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
20
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
21
  "esc_attr_x:1,2c\n"
 
22
  "X-Poedit-Basepath: ../\n"
23
- "X-Poedit-SearchPath-0: ..\n"
24
-
25
- #: index.php:88 index.php:105
26
- msgid "added"
27
- msgstr "dodano"
28
 
29
- #: index.php:89
30
- msgid "approved"
31
- msgstr "zatwierdzony"
 
 
32
 
33
- #: index.php:90
34
- msgid "unapproved"
35
- msgstr "niezatwierdzony"
36
-
37
- #: index.php:91 simple-history-extender/class.simple-history-extend.php:92
38
- msgid "marked as spam"
39
- msgstr "oznaczony jako spam"
40
-
41
- #: index.php:92 simple-history-extender/class.simple-history-extend.php:94
42
- msgid "trashed"
43
- msgstr "wyrzucono do kosza"
44
-
45
- #: index.php:93 simple-history-extender/class.simple-history-extend.php:95
46
- msgid "untrashed"
47
- msgstr "przywrócono z kosza"
48
-
49
- #: index.php:94 simple-history-extender/class.simple-history-extend.php:89
50
- msgid "created"
51
- msgstr "utworzono"
52
 
53
- #: index.php:95 simple-history-extender/class.simple-history-extend.php:91
54
- msgid "deleted"
55
- msgstr "usunięto"
 
56
 
57
- #: index.php:96 simple-history-extender/class.simple-history-extend.php:239
58
- msgid "updated"
59
- msgstr "zaktualizowano"
60
 
61
- #: index.php:97
62
- msgid "nav_menu_item"
63
- msgstr "element menu"
64
 
65
- #: index.php:98 index.php:1770
66
- msgid "attachment"
67
- msgstr "załącznik"
68
 
69
- #: index.php:99 index.php:1851
70
- msgid "user"
71
- msgstr "użytkownik"
72
 
73
- #: index.php:100
74
- msgid "settings page"
75
- msgstr "strona z ustawieniami"
76
 
77
- #: index.php:101 simple-history-extender/class.simple-history-extend.php:90
78
- msgid "edited"
79
- msgstr "edytowano"
80
 
81
- #: index.php:102
82
- msgid "comment"
83
- msgstr "komentarz"
84
 
85
- #: index.php:103
86
- msgid "logged in"
87
- msgstr "zalogowany"
88
 
89
- #: index.php:104
90
- msgid "logged out"
91
- msgstr "wylogowany"
92
 
93
- #: index.php:106
94
- msgid "modified"
95
- msgstr "zmienono"
96
 
97
- #: index.php:107
98
- msgid "upgraded it\\'s database"
99
- msgstr "zaktualizował swoją bazę danych"
100
 
101
- #: index.php:108
102
- msgid "plugin"
103
- msgstr "wtyczka"
104
 
105
- #: index.php:121 index.php:283 index.php:1078
106
- msgid "History"
107
- msgstr "Historia"
108
 
109
- #: index.php:181
110
- msgid "WordPress %1$s"
111
- msgstr "WordPress %1$s"
112
 
113
- #: index.php:194 index.php:299
114
- msgid "Donate"
115
- msgstr "Darowizna"
 
116
 
117
- #: index.php:269 index.php:290
118
- msgid "Simple History Settings"
119
- msgstr "Historia zdarzeń - ustawienia"
120
 
121
- #: index.php:295
122
- msgid "Show Simple History"
123
- msgstr "Pokaż historię zdarzeń"
124
 
125
- #: index.php:296
126
  msgid "Number of items per page"
127
  msgstr "Liczba elementów na stronie"
128
 
129
- #: index.php:297 index.php:2024
130
- msgid "RSS feed"
131
- msgstr "Kanał RSS"
132
-
133
- #: index.php:298
134
  msgid "Clear log"
135
  msgstr "Wyczyść historię"
136
 
137
- #: index.php:315
138
- msgid "failed to log in because they entered the wrong password"
139
- msgstr "nie umiał(-a) się zalogować, ponieważ wpisywane hasło było niepoprawne"
140
-
141
- #: index.php:391 index.php:450
142
- msgid "History for %s"
143
- msgstr "Historia dla %s"
144
-
145
- #: index.php:392 index.php:451
146
- msgid "WordPress History for %s"
147
- msgstr "Historia WordPressa dla %s"
148
-
149
- #: index.php:415
150
- msgid "By %s"
151
- msgstr "Przez %s"
152
-
153
- #: index.php:419
154
- msgid "%d occasions"
155
- msgstr "%d więcej"
156
-
157
- #: index.php:454
158
- msgid "Wrong RSS secret"
159
- msgstr "Błędny klucz kanału RSS"
160
-
161
- #: index.php:455
162
- msgid ""
163
- "Your RSS secret for Simple History RSS feed is wrong. Please see WordPress "
164
- "settings for current link to the RSS feed."
165
- msgstr ""
166
- "Twój sekretny link z dostępem do kanału RSS Historii zdarzeń jest błędny. "
167
- "Przejdź do ustawień WordPressa, żeby zobaczyć aktualny adres tego kanału."
168
-
169
- #: index.php:534 index.php:1448
170
- msgid "One item"
171
- msgid_plural "%1$d items"
172
- msgstr[0] "1 element"
173
- msgstr[1] "%1$d elementy"
174
- msgstr[2] "%1$d elementów"
175
 
176
- #: index.php:597
177
  msgid "on the dashboard"
178
  msgstr "jako widget w Kokpicie"
179
 
180
- #: index.php:602
181
  msgid "as a page under the dashboard menu"
182
  msgstr "jako podstronę w menu Kokpit"
183
 
184
- #: index.php:617
185
- msgid "Cleared database"
186
- msgstr "Wyczyść bazę danych"
 
187
 
188
- #: index.php:625
189
- msgid "Items in the database are automatically removed after 60 days."
190
- msgstr "Zdarzenia będą usuwane automatycznie z bazy danych po 60 dniach."
191
 
192
- #: index.php:627
193
- msgid "Clear it now."
194
- msgstr "Wyczyść teraz."
195
 
196
- #: index.php:641
197
- msgid ""
198
- "\n"
199
- "\t\t\tPlease\n"
200
- "\t\t\t<a href=\"http://eskapism.se/sida/donate/?"
201
- "utm_source=wordpress&utm_medium=settingpage&utm_campaign=simplehistory\">\n"
202
- "\t\t\tdonate\n"
203
- "\t\t\t</a> to support the development of this plugin and to keep it free.\n"
204
- "\t\t\tThanks!\n"
205
- "\t\t\t"
206
- msgstr ""
207
- "\n"
208
- "\t\t\tProsimy\n"
209
- "\t\t\t<a href=\"http://eskapism.se/sida/donate/?"
210
- "utm_source=wordpress&utm_medium=settingpage&utm_campaign=simplehistory\">\n"
211
- "\t\t\to wsparcie\n"
212
- "\t\t\t</a> procesu tworzenia wtyczki.\n"
213
- "\t\t\tDzięki!!\n"
214
- "\t\t\t"
215
-
216
- #: index.php:675
217
- msgid "Created new secret RSS address"
218
- msgstr "Utworzono nowy sekretny link do kanału RSS"
219
 
220
- #: index.php:686
221
- msgid ""
222
- "This is a secret RSS feed for Simple History. Only share the link with "
223
- "people you trust"
224
- msgstr ""
225
- "To jest sekretny link do kanału RSS Historii zdarzeń. Nie publikuj go "
226
- "nigdzie."
227
 
228
- #: index.php:689
229
- msgid ""
230
- "You can <a href='%s'>generate a new address</a> for the RSS feed. This is "
231
- "useful if you think that the address has fallen into the wrong hands."
232
- msgstr ""
233
- "Możesz <a href='%s'>wygenerować nowy link</a> kanału RSS. Ta opcja jest "
234
- "przydatna, jeśli poprzednii link wpadł w niepowołane ręce."
 
235
 
236
- #: index.php:740 index.php:756 index.php:788
237
- msgid "From %1$s on %2$s"
238
  msgstr ""
 
239
 
240
- #: index.php:1195
241
- msgid "All types"
242
- msgstr "Wszystkie wydarzenia"
243
 
244
- #: index.php:1356 index.php:1360
245
- msgid "By all users"
246
- msgstr "Wszyscy użytkownicy"
 
247
 
248
- #: index.php:1414
249
- msgid "Search"
250
- msgstr "Szukaj"
 
251
 
252
- #: index.php:1452
253
- msgid "Go to the first page"
254
- msgstr "Idź na pierwszą stronę"
 
255
 
256
- #: index.php:1453
257
- msgid "Go to the previous page"
258
- msgstr "Poprzednia strona"
259
 
260
- #: index.php:1454
261
- msgid "Current page"
262
- msgstr "Aktualna strona"
 
263
 
264
- #: index.php:1455
265
- msgid "of"
266
- msgstr "z"
 
 
 
 
 
 
267
 
268
- #: index.php:1456
269
- msgid "Go to the next page"
270
- msgstr "Następna strona"
271
 
272
- #: index.php:1457
273
- msgid "Go to the last page"
274
- msgstr "Ostatnia strona"
275
-
276
- #: index.php:1724
277
- msgid "Unknown or deleted user"
278
- msgstr "Nieznany lub usunięty użytkownik"
279
 
280
- #: index.php:1819
281
- msgid "File name:"
282
- msgstr "Nazwa pliku:"
283
 
284
- #: index.php:1820
285
- msgid "File size:"
286
- msgstr "Rozmiar pliku:"
287
 
288
- #: index.php:1822
289
- msgid "Dimensions:"
290
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
291
 
292
- #: index.php:1823
293
- msgid "Length:"
294
- msgstr ""
295
 
296
- #: index.php:1894 simple-history-extender/simple-history-extender.php:274
297
- msgid "activated"
298
- msgstr "aktywowano"
299
 
300
- #: index.php:1897 simple-history-extender/simple-history-extender.php:274
301
- msgid "deactivated"
302
- msgstr "deaktywowano"
303
 
304
- #: index.php:1900
305
- msgid "enabled"
306
- msgstr "włączono"
 
 
307
 
308
- #: index.php:1903
309
- msgid "disabled"
310
- msgstr "wyłączono"
 
 
311
 
312
- #: index.php:1919
313
- msgid "<span class=\"when\">%1$s ago</span> by %2$s"
314
- msgstr "<span class=\"when\">%1$s temu</span> przez %2$s"
 
 
 
 
315
 
316
- #: index.php:1921
317
- msgid "%s at %s"
318
- msgstr "%s o %s"
319
 
320
- #: index.php:1933 index.php:1981
321
- msgid "Details"
322
- msgstr "Szczegóły"
 
 
 
 
323
 
324
- #: index.php:1957
325
- msgid "+ 1 occasion"
326
- msgstr "+ 1 więcej"
 
 
 
 
327
 
328
- #: index.php:1960
329
- msgid "+ %d occasions"
330
- msgstr "+ %d więcej"
331
 
332
- #: index.php:1974
333
- msgid "%s ago (%s at %s)"
334
- msgstr "%s temu (%s o %s)"
 
 
 
 
 
 
335
 
336
- #: index.php:2017
337
- msgid "Show 5 more"
338
- msgstr "Pokaż 5 więcej"
339
 
340
- #: index.php:2018
341
- msgid "Show 15 more"
342
- msgstr "Pokaż 15 więcej"
343
 
344
- #: index.php:2019
345
- msgid "Show 50 more"
346
- msgstr "Pokaż 50 więcej"
 
 
 
 
 
347
 
348
- #: index.php:2020
349
- msgid "Show 100 more"
350
- msgstr "Pokaż 100 więcej"
 
351
 
352
- #: index.php:2023
353
- msgid "No matching items found."
354
- msgstr "Brak pasujących wyników"
 
355
 
356
- #: index.php:2026
357
- msgid "Show"
358
- msgstr "Pokaż"
 
 
 
 
 
359
 
360
- #: index.php:2032
361
- msgid "Loading..."
362
- msgstr "Ładowanie..."
 
 
 
 
 
363
 
364
- #: index.php:2051
365
- msgid "No history items found."
366
- msgstr "Nie ma elementów w historii."
 
367
 
368
- #: index.php:2052
 
369
  msgid ""
370
- "Please note that Simple History only records things that happen after this "
371
- "plugin have been installed."
372
  msgstr ""
 
 
373
 
374
- #: index.php:2065
375
- msgid "General Settings"
376
- msgstr "Ustawienia ogólne"
377
-
378
- #: index.php:2066
379
- msgid "Writing Settings"
380
- msgstr "Ustawienia pisania"
 
381
 
382
- #: index.php:2067
383
- msgid "Reading Settings"
384
- msgstr "Ustawienia czytania"
 
 
 
 
 
385
 
386
- #: index.php:2068
387
- msgid "Discussion Settings"
388
- msgstr "Ustawienia dyskusji"
 
 
 
 
 
389
 
390
- #: index.php:2069
391
- msgid "Media Settings"
392
- msgstr "Ustawienia mediów"
 
 
393
 
394
- #: index.php:2070
395
- msgid "Privacy Settings"
396
- msgstr "Ustawienia prywatności"
 
397
 
398
- #: index.php:2086
399
- msgid "Permalink Settings"
400
- msgstr "Ustawienia odnośników bezpośrednich"
 
 
 
 
 
401
 
402
- #: simple-history-extender/class.simple-history-extend.php:68
403
- msgid "Log events for the %s plugin."
404
- msgstr "Loguj zdarzenia dla wtyczki: %s."
 
 
 
 
 
405
 
406
- #: simple-history-extender/class.simple-history-extend.php:69
407
- msgid "Log events for %s."
408
- msgstr "Loguj wydarzenia dla: %s."
 
409
 
410
- #: simple-history-extender/class.simple-history-extend.php:93
411
- msgid "unmarked as spam"
 
 
 
412
  msgstr ""
 
 
413
 
414
- #: simple-history-extender/class.simple-history-extend.php:96
415
- msgid "submitted"
 
 
 
416
  msgstr ""
 
 
417
 
418
- #: simple-history-extender/class.simple-history-extend.php:150
419
- msgid "The %s module logs the following events:"
 
 
 
420
  msgstr ""
 
 
421
 
422
- #: simple-history-extender/class.simple-history-extend.php:165
423
- msgid "The %s module does not support the following events:"
 
 
 
424
  msgstr ""
 
 
425
 
426
- #: simple-history-extender/class.simple-history-extend.php:263
427
- msgid "User"
428
- msgstr "Użytkownik"
 
 
429
 
430
- #: simple-history-extender/modules/bbpress.php:28
431
- msgid "BBPress"
432
- msgstr ""
 
433
 
434
- #: simple-history-extender/modules/bbpress.php:32
435
- msgid "Creating, editing and deleting a forum, topic, reply."
 
 
 
436
  msgstr ""
 
 
437
 
438
- #: simple-history-extender/modules/bbpress.php:33
439
- msgid "Setting the type of a forum to category or forum."
 
 
 
440
  msgstr ""
 
 
441
 
442
- #: simple-history-extender/modules/bbpress.php:34
443
- msgid "Setting the status of a forum, topic to open or closed."
444
- msgstr ""
 
445
 
446
- #: simple-history-extender/modules/bbpress.php:35
447
- msgid "Setting the forum visibility to public, private or hidden."
 
 
 
448
  msgstr ""
 
 
449
 
450
- #: simple-history-extender/modules/bbpress.php:36
451
- msgid "Trashing and untrashing a forum, topic, reply."
 
 
 
452
  msgstr ""
 
 
453
 
454
- #: simple-history-extender/modules/bbpress.php:37
455
- msgid "Marking and unmarking a topic, reply as spam."
 
 
 
456
  msgstr ""
 
 
457
 
458
- #: simple-history-extender/modules/bbpress.php:38
459
- msgid "Marking and unmarking a topic as sticky."
460
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
461
 
462
- #: simple-history-extender/modules/bbpress.php:39
463
- msgid "Merging and splitting a topic."
464
- msgstr ""
 
465
 
466
- #: simple-history-extender/modules/bbpress.php:40
467
- msgid "Updating, merging and deleting a topic tag."
468
- msgstr ""
 
469
 
470
- #: simple-history-extender/modules/bbpress.php:41
471
- msgid "A user (un)favoriting and (un)subscribing to a topic."
472
- msgstr ""
 
473
 
474
- #: simple-history-extender/modules/bbpress.php:42
475
- msgid "A user saving his/her profile."
476
- msgstr ""
477
 
478
- #: simple-history-extender/modules/bbpress.php:53
479
- msgid "closed"
480
- msgstr ""
 
481
 
482
- #: simple-history-extender/modules/bbpress.php:54
483
- msgid "opened"
484
- msgstr ""
485
 
486
- #: simple-history-extender/modules/bbpress.php:55
487
- msgid "marked as sticky"
488
- msgstr ""
489
 
490
- #: simple-history-extender/modules/bbpress.php:56
491
- msgid "marked as super sticky"
492
- msgstr ""
 
493
 
494
- #: simple-history-extender/modules/bbpress.php:57
495
- msgid "unmarked as sticky"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
496
  msgstr ""
 
 
497
 
498
- #: simple-history-extender/modules/bbpress.php:58
499
- msgid "set to category type"
500
- msgstr ""
 
501
 
502
- #: simple-history-extender/modules/bbpress.php:59
503
- msgid "set to forum type"
504
- msgstr ""
 
505
 
506
- #: simple-history-extender/modules/bbpress.php:60
507
- msgid "set to public"
508
- msgstr ""
 
509
 
510
- #: simple-history-extender/modules/bbpress.php:61
511
- msgid "set to private"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
512
  msgstr ""
 
 
513
 
514
- #: simple-history-extender/modules/bbpress.php:62
515
- msgid "set to hidden"
516
- msgstr ""
517
 
518
- #: simple-history-extender/modules/bbpress.php:63
519
- msgid "in forum %s merged into %s"
520
- msgstr ""
521
 
522
- #: simple-history-extender/modules/bbpress.php:64
523
- msgid "in forum %s split from reply %s by %s into %s in forum %s"
524
  msgstr ""
 
525
 
526
- #: simple-history-extender/modules/bbpress.php:131
527
- msgid "Forum"
528
- msgstr ""
529
 
530
- #: simple-history-extender/modules/bbpress.php:141
531
- msgid "Topic"
532
  msgstr ""
 
 
533
 
534
- #: simple-history-extender/modules/bbpress.php:150
535
- msgid "Topic Tag"
536
- msgstr ""
537
 
538
- #: simple-history-extender/modules/bbpress.php:161
539
- msgid "by %s"
540
- msgstr ""
541
 
542
- #: simple-history-extender/modules/bbpress.php:162
543
- msgid "Reply"
544
- msgstr ""
 
545
 
546
- #: simple-history-extender/modules/bbpress.php:174
547
- msgid "as child of %s"
548
- msgstr ""
 
549
 
550
- #: simple-history-extender/modules/bbpress.php:235
551
- #: simple-history-extender/modules/bbpress.php:245
552
- msgid "in forum %s"
553
- msgstr ""
554
 
555
- #: simple-history-extender/modules/bbpress.php:358
556
- msgid "favorited"
557
- msgstr ""
 
558
 
559
- #: simple-history-extender/modules/bbpress.php:362
560
- msgid "unfavorited"
561
- msgstr ""
 
562
 
563
- #: simple-history-extender/modules/bbpress.php:366
564
- msgid "subscribed"
565
- msgstr ""
 
566
 
567
- #: simple-history-extender/modules/bbpress.php:370
568
- msgid "unsubscribed"
569
- msgstr ""
 
570
 
571
- #: simple-history-extender/modules/bbpress.php:374
572
- msgid "profile updated"
573
- msgstr ""
 
574
 
575
- #: simple-history-extender/modules/bbpress.php:378
576
- msgid "registered"
577
- msgstr ""
578
 
579
- #: simple-history-extender/modules/bbpress.php:390
580
- msgid "changed forum role to %s"
 
 
581
  msgstr ""
 
 
582
 
583
- #: simple-history-extender/modules/bbpress.php:390
584
- msgid "none"
 
 
585
  msgstr ""
 
 
586
 
587
- #: simple-history-extender/modules/gravityforms.php:28
588
- msgid "Gravity Forms"
589
- msgstr ""
590
 
591
- #: simple-history-extender/modules/gravityforms.php:32
592
- msgid "Creating, editing and deleting a form."
593
- msgstr ""
594
 
595
- #: simple-history-extender/modules/gravityforms.php:33
596
- msgid "Deleting a field from an existing form."
597
- msgstr ""
598
 
599
- #: simple-history-extender/modules/gravityforms.php:34
600
- msgid "Submitting, editing and deleting an entry."
601
- msgstr ""
602
 
603
- #: simple-history-extender/modules/gravityforms.php:35
604
- msgid "Changing the status of an entry, including read/unread and star/unstar."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
605
  msgstr ""
 
 
606
 
607
- #: simple-history-extender/modules/gravityforms.php:38
608
- msgid "Duplicating a form."
609
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
610
 
611
- #: simple-history-extender/modules/gravityforms.php:39
612
- msgid "Setting a form to active/inactive."
613
- msgstr ""
614
 
615
- #: simple-history-extender/modules/gravityforms.php:48
616
- msgid "starred"
617
  msgstr ""
 
618
 
619
- #: simple-history-extender/modules/gravityforms.php:49
620
- msgid "unstarred"
621
- msgstr ""
622
 
623
- #: simple-history-extender/modules/gravityforms.php:50
624
- msgid "marked as read"
625
- msgstr ""
626
 
627
- #: simple-history-extender/modules/gravityforms.php:51
628
- msgid "marked as unread"
629
- msgstr ""
630
 
631
- #: simple-history-extender/modules/gravityforms.php:110
632
- msgid "from %s"
633
- msgstr ""
634
 
635
- #: simple-history-extender/modules/gravityforms.php:112
636
- msgid "from unknown"
637
- msgstr ""
638
 
639
- #: simple-history-extender/modules/gravityforms.php:120
640
- msgid "Form"
641
- msgstr ""
642
 
643
- #: simple-history-extender/modules/gravityforms.php:129
644
- msgid "Form entry"
645
- msgstr ""
646
 
647
- #: simple-history-extender/modules/gravityforms.php:150
648
- msgid "without entries deleted"
649
- msgstr ""
650
 
651
- #: simple-history-extender/modules/gravityforms.php:151
652
- msgid "with %d entries deleted"
653
- msgstr ""
654
 
655
- #: simple-history-extender/modules/gravityforms.php:160
656
- msgid "field %s deleted"
657
- msgstr ""
658
 
659
- #: simple-history-extender/modules/gravityforms.php:201
660
- msgid "restored"
661
- msgstr ""
662
 
663
- #: simple-history-extender/modules/gravityforms.php:206
664
- msgid "changed status"
665
- msgstr ""
666
 
667
- #: simple-history-extender/modules/widgets.php:25
668
- msgid "Widgets"
669
- msgstr ""
 
 
670
 
671
- #: simple-history-extender/modules/widgets.php:27
672
- msgid "Log events for the Widgets section of your WP install."
673
- msgstr ""
674
 
675
- #: simple-history-extender/modules/widgets.php:30
676
- msgid "Adding, updating and deleting widgets in/from a sidebar."
677
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
678
 
679
- #: simple-history-extender/modules/widgets.php:33
680
- msgid "Moving widgets between sidebars."
681
- msgstr ""
 
 
 
682
 
683
- #: simple-history-extender/modules/widgets.php:34
684
- msgid "Setting a widget to active/inactive."
685
- msgstr ""
686
 
687
- #: simple-history-extender/modules/widgets.php:86
688
- msgid "removed from sidebar %s"
689
- msgstr ""
690
 
691
- #: simple-history-extender/modules/widgets.php:88
692
- msgid "updated in sidebar %s"
693
- msgstr ""
694
 
695
- #: simple-history-extender/modules/widgets.php:90
696
- msgid "added to sidebar %s"
697
- msgstr ""
698
 
699
- #: simple-history-extender/modules/widgets.php:95
700
- msgid "Widget"
701
- msgstr ""
702
 
703
- #: simple-history-extender/simple-history-extender.php:139
704
- msgid "Settings"
705
- msgstr "Ustawienia"
706
 
707
- #: simple-history-extender/simple-history-extender.php:162
708
- msgid ""
709
- "The Simple History Extender plugin was deactivated because the Simple "
710
- "History plugin was not found installed or active."
711
- msgstr ""
712
 
713
- #: simple-history-extender/simple-history-extender.php:163
714
- msgid "The Simple History Extender plugin was deactivated."
715
- msgstr ""
716
 
717
- #: simple-history-extender/simple-history-extender.php:167
718
- msgid "Return"
719
- msgstr ""
720
 
721
- #: simple-history-extender/simple-history-extender.php:226
722
- msgid "Simple History Extender Modules"
723
- msgstr "Historia zdarzeń - moduły rozszerzeń"
724
 
725
- #: simple-history-extender/simple-history-extender.php:236
726
- msgid ""
727
- "Activate or deactivate the events you want to log. Read the Help tab if you "
728
- "want to know which actions are supported and which aren't."
729
- msgstr ""
730
- "Zaznacz te zdarzenia, które mają być zapisywane w historii. Otwórz zakładnkę "
731
- "Pomoc u góry ekranu, aby dowiedzieć się jakie akcje są wspierane w ramach "
732
- "danego rozszerzenia."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
733
 
734
- #: simple-history-extender/simple-history-extender.php:275
735
- msgid "Simple History Extender Module"
736
- msgstr "Historia zdarzeń - moduł rozszerzeń"
4
  msgstr ""
5
  "Project-Id-Version: Simple History\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/simple-history\n"
7
+ "POT-Creation-Date: 2014-12-29 08:36+0100\n"
8
+ "PO-Revision-Date: 2014-12-29 08:42+0100\n"
 
 
 
9
  "Last-Translator: Mateusz Czardybon <mczardybon@netizens.pl>\n"
10
  "Language-Team: Mateusz Czardybon <mczardybon@netizens.pl>\n"
 
11
  "Language: pl_PL\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 1.7.1\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
+ "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
18
+ "|| n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
20
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
21
  "esc_attr_x:1,2c\n"
22
+ "X-Poedit-SourceCharset: UTF-8\n"
23
  "X-Poedit-Basepath: ../\n"
24
+ "X-Textdomain-Support: yes\n"
25
+ "X-Poedit-SearchPath-0: .\n"
 
 
 
26
 
27
+ #: SimpleHistory.php:177
28
+ msgctxt ""
29
+ "Message visible while waiting for log to load from server the first time"
30
+ msgid "Loading history..."
31
+ msgstr "Ładowanie zdarzeń..."
32
 
33
+ #: SimpleHistory.php:214
34
+ msgctxt "page n of n"
35
+ msgid "of"
36
+ msgstr "z"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
+ #: SimpleHistory.php:285
39
+ msgctxt "API: not enought arguments passed"
40
+ msgid "Not enough args specified"
41
+ msgstr "Brak potrzebnych argumentów"
42
 
43
+ #: SimpleHistory.php:434 SimpleHistory.php:696
44
+ msgid "Settings"
45
+ msgstr "Ustawienia"
46
 
47
+ #: SimpleHistory.php:445
48
+ msgid "Log (debug)"
49
+ msgstr "Zdarzenia (debug)"
50
 
51
+ #: SimpleHistory.php:450
52
+ msgid "Styles example (debug)"
53
+ msgstr "Przykłady styli (debug)"
54
 
55
+ #: SimpleHistory.php:711
56
+ msgid "Simple History"
57
+ msgstr "Historia zdarzeń"
58
 
59
+ #: SimpleHistory.php:787
60
+ msgid "Remove all log items?"
61
+ msgstr "Czy na pewno chcesz usunąć wszystkie zdarzenia z bazy danych?"
62
 
63
+ #: SimpleHistory.php:789
64
+ msgid "Go to the first page"
65
+ msgstr "Pierwsza strona"
66
 
67
+ #: SimpleHistory.php:790
68
+ msgid "Go to the previous page"
69
+ msgstr "Poprzednia strona"
70
 
71
+ #: SimpleHistory.php:791
72
+ msgid "Go to the next page"
73
+ msgstr "Następna strona"
74
 
75
+ #: SimpleHistory.php:792
76
+ msgid "Go to the last page"
77
+ msgstr "Ostatnia strona"
78
 
79
+ #: SimpleHistory.php:793
80
+ msgid "Current page"
81
+ msgstr "Aktualna strona"
82
 
83
+ #: SimpleHistory.php:795
84
+ msgid "Oups, the log could not be loaded right now."
85
+ msgstr "Ups, zdarzenie nie może być teraz załadowane."
86
 
87
+ #: SimpleHistory.php:796
88
+ msgid "Your search did not match any history events."
89
+ msgstr "Nie ma zdarzeń odpowiadającym Twoim kryteriom wyszukiwania."
90
 
91
+ #: SimpleHistory.php:1090 SimpleHistory.php:1193
92
+ msgid "Simple History Settings"
93
+ msgstr "Historia zdarzeń - ustawienia"
94
 
95
+ #: SimpleHistory.php:1124
96
+ msgid "No valid callback found"
97
+ msgstr "Nie znaleziono odpowiedniej funkcji"
98
 
99
+ #: SimpleHistory.php:1178
100
+ msgctxt "dashboard menu name"
101
+ msgid "Simple History"
102
+ msgstr "Historia zdarzeń"
103
 
104
+ #: SimpleHistory.php:1214
105
+ msgid "Cleared database"
106
+ msgstr "Wyczyść bazę danych"
107
 
108
+ #: SimpleHistory.php:1241
109
+ msgid "Show history"
110
+ msgstr "Pokaż zdarzenia"
111
 
112
+ #: SimpleHistory.php:1254
113
  msgid "Number of items per page"
114
  msgstr "Liczba elementów na stronie"
115
 
116
+ #: SimpleHistory.php:1266
 
 
 
 
117
  msgid "Clear log"
118
  msgstr "Wyczyść historię"
119
 
120
+ #: SimpleHistory.php:1303
121
+ msgctxt "history page headline"
122
+ msgid "Simple History"
123
+ msgstr "Historia zdarzeń"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
 
125
+ #: SimpleHistory.php:1406
126
  msgid "on the dashboard"
127
  msgstr "jako widget w Kokpicie"
128
 
129
+ #: SimpleHistory.php:1411
130
  msgid "as a page under the dashboard menu"
131
  msgstr "jako podstronę w menu Kokpit"
132
 
133
+ #: SimpleHistory.php:1427
134
+ #, php-format
135
+ msgid "Items in the database are automatically removed after %1$s days."
136
+ msgstr "Zdarzenia będą usuwane automatycznie z bazy danych po %1$s dniach."
137
 
138
+ #: SimpleHistory.php:1429
139
+ msgid "Items in the database are kept forever."
140
+ msgstr "Zdarzenia nigdy nie będą usuwane z bazy danych."
141
 
142
+ #: SimpleHistory.php:1433
143
+ msgid "Clear log now"
144
+ msgstr "Wyczyść zdarzenia"
145
 
146
+ #: SimpleHistory.php:1658
147
+ #, php-format
148
+ msgid "+%1$s more"
149
+ msgstr "+%1$s więcej"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
150
 
151
+ #: SimpleHistory.php:1665
152
+ msgid "Loading…"
153
+ msgstr "Ładuję..."
 
 
 
 
154
 
155
+ #: SimpleHistory.php:1672
156
+ #, php-format
157
+ msgid "Showing %1$s more"
158
+ msgstr "Pokazuję %1$s więcej"
159
+
160
+ #: SimpleHistory.php:1691
161
+ msgid "Context data"
162
+ msgstr "Dane kontekstowe"
163
 
164
+ #: SimpleHistory.php:1692
165
+ msgid "This is potentially useful meta data that a logger have saved."
166
  msgstr ""
167
+ "To są potencjalnie przydatne informacje dodane podczas zapisywania zdarzenia."
168
 
169
+ #: SimpleHistory.php:2029
170
+ msgid "No events today so far."
171
+ msgstr "Brak zdarzeń z dzisiejszego dnia."
172
 
173
+ #: SimpleHistory.php:2033
174
+ #, php-format
175
+ msgid "%1$d event today from one user."
176
+ msgstr "Dziś: %1$d zdarzenie od jednego użytkownika."
177
 
178
+ #: SimpleHistory.php:2037
179
+ #, php-format
180
+ msgid "%1$d events today from %2$d users."
181
+ msgstr "Dziś: %1$d zdarzeń od %2$d użytkowników."
182
 
183
+ #: SimpleHistory.php:2041
184
+ #, php-format
185
+ msgid "%1$d events today from one user."
186
+ msgstr "Dziś: %1$d zdarzeń od jednego użytkownika."
187
 
188
+ #: dropins/SimpleHistoryDonateDropin.php:36
189
+ msgid "Donate"
190
+ msgstr "Darowizna"
191
 
192
+ #: dropins/SimpleHistoryDonateDropin.php:51
193
+ msgctxt "donate settings headline"
194
+ msgid "Donate"
195
+ msgstr "Darowizna"
196
 
197
+ #: dropins/SimpleHistoryDonateDropin.php:72
198
+ #, php-format
199
+ msgid ""
200
+ "If you find Simple History useful please <a href=\"%1$s\">donate</a> or <a "
201
+ "href=\"%2$s\">buy me something from my Amazon wish list</a>."
202
+ msgstr ""
203
+ "Jeśli podoba Ci się moja wtyczka i uważasz że jest przydatna, to możesz mnie "
204
+ "wesprzeć <a href=\"%1$s\">przekazując darowiznę</a> lub <a href=\"%2$s"
205
+ "\">kupując mi coś z listy życzeń na Amazonie</a>."
206
 
207
+ #: dropins/SimpleHistoryFilterDropin.php:43
208
+ msgid "Filter history"
209
+ msgstr "Filtry zdarzeń"
210
 
211
+ #: dropins/SimpleHistoryFilterDropin.php:50
212
+ msgid "All log levels"
213
+ msgstr "Wszystkie poziomy zdarzeń"
 
 
 
 
214
 
215
+ #: dropins/SimpleHistoryFilterDropin.php:64
216
+ msgid "All messages"
217
+ msgstr "Wszystkie rodzaje zdarzeń"
218
 
219
+ #: dropins/SimpleHistoryFilterDropin.php:118
220
+ msgid "All users"
221
+ msgstr "Wszyscy użytkownicy"
222
 
223
+ #: dropins/SimpleHistoryFilterDropin.php:139
224
+ msgid "All dates"
225
+ msgstr "Wszystkie daty"
226
+
227
+ #: dropins/SimpleHistoryFilterDropin.php:153
228
+ msgid "Filter"
229
+ msgstr "Filtruj"
230
+
231
+ #: dropins/SimpleHistoryIpInfoDropin.php:66
232
+ msgctxt "IP Info Dropin"
233
+ msgid "That IP address does not seem like a public one."
234
+ msgstr "Wydaje się, że ten adres IP nie jest adresem publicznym."
235
+
236
+ #: dropins/SimpleHistoryIpInfoDropin.php:85
237
+ msgctxt "IP Info Dropin"
238
+ msgid "IP address"
239
+ msgstr "Adres IP"
240
+
241
+ #: dropins/SimpleHistoryIpInfoDropin.php:96
242
+ msgctxt "IP Info Dropin"
243
+ msgid "Hostname"
244
+ msgstr "Nazwa hosta"
245
+
246
+ #: dropins/SimpleHistoryIpInfoDropin.php:107
247
+ #: dropins/SimpleHistoryIpInfoDropin.php:118
248
+ msgctxt "IP Info Dropin"
249
+ msgid "Network"
250
+ msgstr "Sieć"
251
+
252
+ #: dropins/SimpleHistoryIpInfoDropin.php:129
253
+ msgctxt "IP Info Dropin"
254
+ msgid "City"
255
+ msgstr "Miasto"
256
+
257
+ #: dropins/SimpleHistoryIpInfoDropin.php:140
258
+ msgctxt "IP Info Dropin"
259
+ msgid "Region"
260
+ msgstr "Region"
261
+
262
+ #: dropins/SimpleHistoryIpInfoDropin.php:151
263
+ msgctxt "IP Info Dropin"
264
+ msgid "Country"
265
+ msgstr "Kraj"
266
+
267
+ #: dropins/SimpleHistoryIpInfoDropin.php:162
268
+ #, php-format
269
+ msgctxt "IP Info Dropin"
270
+ msgid "IP info provided by %1$s ipinfo.io %2$s"
271
+ msgstr "Informacje o adresie IP dostarczone przez %1$s ipinfo.io %2$s"
272
+
273
+ #: dropins/SimpleHistoryNewRowsNotifier.php:38
274
+ msgctxt "New rows notifier: error while checking for new rows"
275
+ msgid "An error occured while checking for new log rows"
276
+ msgstr "Wystąpił błąd podczas sprawdzania czy są nowe zdarzenia"
277
+
278
+ #: dropins/SimpleHistoryNewRowsNotifier.php:80
279
+ #, php-format
280
+ msgid "1 new row"
281
+ msgid_plural "%d new rows"
282
+ msgstr[0] "1 nowe zdarzenie"
283
+ msgstr[1] "%d nowe zdarzenia"
284
+ msgstr[2] "%d nowych zdarzeń"
285
+
286
+ #: dropins/SimpleHistoryRSSDropin.php:47
287
+ msgctxt "rss settings headline"
288
+ msgid "RSS feed"
289
+ msgstr "Kanał RSS"
290
 
291
+ #: dropins/SimpleHistoryRSSDropin.php:55
292
+ msgid "Address"
293
+ msgstr "Adres URL"
294
 
295
+ #: dropins/SimpleHistoryRSSDropin.php:64
296
+ msgid "Regenerate"
297
+ msgstr "Resetowanie adresu URL kanału"
298
 
299
+ #: dropins/SimpleHistoryRSSDropin.php:81
300
+ msgid "Created new secret RSS address"
301
+ msgstr "Utworzono nowy sekretny link do kanału RSS"
302
 
303
+ #: dropins/SimpleHistoryRSSDropin.php:148
304
+ #: dropins/SimpleHistoryRSSDropin.php:256
305
+ #, php-format
306
+ msgid "History for %s"
307
+ msgstr "Historia dla %s"
308
 
309
+ #: dropins/SimpleHistoryRSSDropin.php:149
310
+ #: dropins/SimpleHistoryRSSDropin.php:257
311
+ #, php-format
312
+ msgid "WordPress History for %s"
313
+ msgstr "Historia WordPressa dla %s"
314
 
315
+ #: dropins/SimpleHistoryRSSDropin.php:196
316
+ #, php-format
317
+ msgid "+%1$s occasion"
318
+ msgid_plural "+%1$s occasions"
319
+ msgstr[0] "+ 1 wystąpienie"
320
+ msgstr[1] "+ %1$s wystąpienia"
321
+ msgstr[2] "+ %1$s wystąpień"
322
 
323
+ #: dropins/SimpleHistoryRSSDropin.php:260
324
+ msgid "Wrong RSS secret"
325
+ msgstr "Błędny klucz kanału RSS"
326
 
327
+ #: dropins/SimpleHistoryRSSDropin.php:261
328
+ msgid ""
329
+ "Your RSS secret for Simple History RSS feed is wrong. Please see WordPress "
330
+ "settings for current link to the RSS feed."
331
+ msgstr ""
332
+ "Twój sekretny link z dostępem do kanału RSS Historii zdarzeń jest błędny. "
333
+ "Przejdź do ustawień WordPressa, żeby zobaczyć aktualny adres tego kanału."
334
 
335
+ #: dropins/SimpleHistoryRSSDropin.php:312
336
+ msgid ""
337
+ "You can generate a new address for the RSS feed. This is useful if you think "
338
+ "that the address has fallen into the wrong hands."
339
+ msgstr ""
340
+ "Możesz wygenerować nowy adres kanału RSS. Ta opcja jest przydatna, jeśli "
341
+ "poprzednii link wpadł w niepowołane ręce."
342
 
343
+ #: dropins/SimpleHistoryRSSDropin.php:315
344
+ msgid "Generate new address"
345
+ msgstr "Utwórz nowy adres URL"
346
 
347
+ #: dropins/SimpleHistoryRSSDropin.php:343
348
+ msgid ""
349
+ "Simple History has a RSS feed which you can subscribe to and receive log "
350
+ "updates. Make sure you only share the feed with people you trust, since it "
351
+ "can contain sensitive or confidential information."
352
+ msgstr ""
353
+ "Wtyczka Simple History udostępnia kanał RSS, który możesz zasubskrybować i w "
354
+ "ten sposób otrzymywać powiadomienia o zdarzeniach. Upewnij się, adres tego "
355
+ "kanału znają tylko zaufane osoby, ponieważ może on zawierać dane poufne."
356
 
357
+ #: dropins/SimpleHistorySettingsLogtestDropin.php:20
358
+ msgid "Test data (debug)"
359
+ msgstr "Dane testowe (debug)"
360
 
361
+ #: dropins/SimpleHistorySettingsStatsDropin.php:27
362
+ msgid "Stats"
363
+ msgstr "Statystyki"
364
 
365
+ #: index.php:55
366
+ #, php-format
367
+ msgid ""
368
+ "Simple History is a great plugin, but to use it your server must have at "
369
+ "least PHP 5.3 installed (you have version %s)."
370
+ msgstr ""
371
+ "Wtyczka Simple History do prawidłowego działania wymaga serwera z obsługą "
372
+ "PHP co najmniej 5.3 (aktualnie jest %s)."
373
 
374
+ #: loggers/SimpleCommentsLogger.php:95
375
+ msgctxt "A comment was added to the database by a non-logged in internet user"
376
+ msgid "Added a comment to {comment_post_type} \"{comment_post_title}\""
377
+ msgstr "Dodano komentarz do {comment_post_type} \"{comment_post_title}\""
378
 
379
+ #: loggers/SimpleCommentsLogger.php:101
380
+ msgctxt "A comment was added to the database by a logged in user"
381
+ msgid "Added a comment to {comment_post_type} \"{comment_post_title}\""
382
+ msgstr "Dodano komentarz do {comment_post_type} \"{comment_post_title}\""
383
 
384
+ #: loggers/SimpleCommentsLogger.php:107
385
+ msgctxt "A comment was approved"
386
+ msgid ""
387
+ "Approved a comment to \"{comment_post_title}\" by {comment_author} "
388
+ "({comment_author_email})"
389
+ msgstr ""
390
+ "Zatwierdzono komentarz dla \"{comment_post_title}\" dodany przez "
391
+ "{comment_author} ({comment_author_email})"
392
 
393
+ #: loggers/SimpleCommentsLogger.php:113
394
+ msgctxt "A comment was was unapproved"
395
+ msgid ""
396
+ "Unapproved a comment to \"{comment_post_title}\" by {comment_author} "
397
+ "({comment_author_email})"
398
+ msgstr ""
399
+ "Odrzucono komentarz \"{comment_post_title}\" dodany przez {comment_author} "
400
+ "({comment_author_email})"
401
 
402
+ #: loggers/SimpleCommentsLogger.php:119
403
+ msgctxt "A comment was marked as spam"
404
+ msgid "Marked a comment to post \"{comment_post_title}\" as spam"
405
+ msgstr "Komentarz dodany do \"{comment_post_title}\" oznaczono jako spam"
406
 
407
+ #: loggers/SimpleCommentsLogger.php:125
408
+ msgctxt "A comment was marked moved to the trash"
409
  msgid ""
410
+ "Trashed a comment to \"{comment_post_title}\" by {comment_author} "
411
+ "({comment_author_email})"
412
  msgstr ""
413
+ "Komentarz dodany do \"{comment_post_title}\" przez {comment_author} "
414
+ "({comment_author_email}) przeniesiono do Kosza"
415
 
416
+ #: loggers/SimpleCommentsLogger.php:131
417
+ msgctxt "A comment was restored from the trash"
418
+ msgid ""
419
+ "Restored a comment to \"{comment_post_title}\" by {comment_author} "
420
+ "({comment_author_email}) from the trash"
421
+ msgstr ""
422
+ "Przywrócono z Kosza komentarz dodany do \"{comment_post_title}\" przez "
423
+ "{comment_author} ({comment_author_email})"
424
 
425
+ #: loggers/SimpleCommentsLogger.php:137
426
+ msgctxt "A comment was deleted"
427
+ msgid ""
428
+ "Deleted a comment to \"{comment_post_title}\" by {comment_author} "
429
+ "({comment_author_email})"
430
+ msgstr ""
431
+ "Usunięto komentarz dodany do \"{comment_post_title}\" przez {comment_author} "
432
+ "({comment_author_email})"
433
 
434
+ #: loggers/SimpleCommentsLogger.php:143
435
+ msgctxt "A comment was edited"
436
+ msgid ""
437
+ "Edited a comment to \"{comment_post_title}\" by {comment_author} "
438
+ "({comment_author_email})"
439
+ msgstr ""
440
+ "Edytowano komentarz dodany do \"{comment_post_title}\" przez "
441
+ "{comment_author} ({comment_author_email})"
442
 
443
+ #: loggers/SimpleCommentsLogger.php:150
444
+ msgctxt ""
445
+ "A trackback was added to the database by a non-logged in internet user"
446
+ msgid "Added a trackback to {comment_post_type} \"{comment_post_title}\""
447
+ msgstr "Dodano trackback do {comment_post_type} \"{comment_post_title}\""
448
 
449
+ #: loggers/SimpleCommentsLogger.php:156
450
+ msgctxt "A trackback was added to the database by a logged in user"
451
+ msgid "Added a trackback to {comment_post_type} \"{comment_post_title}\""
452
+ msgstr "Dodano trackback do {comment_post_type} \"{comment_post_title}\""
453
 
454
+ #: loggers/SimpleCommentsLogger.php:162
455
+ msgctxt "A trackback was approved"
456
+ msgid ""
457
+ "Approved a trackback to \"{comment_post_title}\" by {comment_author} "
458
+ "({comment_author_email})"
459
+ msgstr ""
460
+ "Zatwierdzono trackback do \"{comment_post_title}\" dodany przez "
461
+ "{comment_author} ({comment_author_email})"
462
 
463
+ #: loggers/SimpleCommentsLogger.php:168
464
+ msgctxt "A trackback was was unapproved"
465
+ msgid ""
466
+ "Unapproved a trackback to \"{comment_post_title}\" by {comment_author} "
467
+ "({comment_author_email})"
468
+ msgstr ""
469
+ "Odrzucono trackback do \"{comment_post_title}\" dodany przez "
470
+ "{comment_author} ({comment_author_email})"
471
 
472
+ #: loggers/SimpleCommentsLogger.php:174
473
+ msgctxt "A trackback was marked as spam"
474
+ msgid "Marked a trackback to post \"{comment_post_title}\" as spam"
475
+ msgstr "Trackback dodany do \"{comment_post_title}\" oznaczono jako spam"
476
 
477
+ #: loggers/SimpleCommentsLogger.php:180
478
+ msgctxt "A trackback was marked moved to the trash"
479
+ msgid ""
480
+ "Trashed a trackback to \"{comment_post_title}\" by {comment_author} "
481
+ "({comment_author_email})"
482
  msgstr ""
483
+ "Przeniesiono do Kosza trackback do \"{comment_post_title}\" dodany przez "
484
+ "{comment_author} ({comment_author_email})"
485
 
486
+ #: loggers/SimpleCommentsLogger.php:186
487
+ msgctxt "A trackback was restored from the trash"
488
+ msgid ""
489
+ "Restored a trackback to \"{comment_post_title}\" by {comment_author} "
490
+ "({comment_author_email}) from the trash"
491
  msgstr ""
492
+ "Przywrócono z Kosza trackback do \"{comment_post_title}\" dodany przez "
493
+ "{comment_author} ({comment_author_email})"
494
 
495
+ #: loggers/SimpleCommentsLogger.php:192
496
+ msgctxt "A trackback was deleted"
497
+ msgid ""
498
+ "Deleted a trackback to \"{comment_post_title}\" by {comment_author} "
499
+ "({comment_author_email})"
500
  msgstr ""
501
+ "Usunięto trackback do \"{comment_post_title}\" dodany przez {comment_author} "
502
+ "({comment_author_email})"
503
 
504
+ #: loggers/SimpleCommentsLogger.php:198
505
+ msgctxt "A trackback was edited"
506
+ msgid ""
507
+ "Edited a trackback to \"{comment_post_title}\" by {comment_author} "
508
+ "({comment_author_email})"
509
  msgstr ""
510
+ "Edytowano trackback do \"{comment_post_title}\" dodany przez "
511
+ "{comment_author} ({comment_author_email})"
512
 
513
+ #: loggers/SimpleCommentsLogger.php:205
514
+ msgctxt ""
515
+ "A trackback was added to the database by a non-logged in internet user"
516
+ msgid "Added a pingback to {comment_post_type} \"{comment_post_title}\""
517
+ msgstr "Dodano pingback do {comment_post_type} \"{comment_post_title}\""
518
 
519
+ #: loggers/SimpleCommentsLogger.php:211
520
+ msgctxt "A pingback was added to the database by a logged in user"
521
+ msgid "Added a pingback to {comment_post_type} \"{comment_post_title}\""
522
+ msgstr "Dodano pingback do {comment_post_type} \"{comment_post_title}\""
523
 
524
+ #: loggers/SimpleCommentsLogger.php:217
525
+ msgctxt "A pingback was approved"
526
+ msgid ""
527
+ "Approved a pingback to \"{comment_post_title}\" by "
528
+ "\"{comment_author}\"\" ({comment_author_email})"
529
  msgstr ""
530
+ "Zatwierdzono pingback do \"{comment_post_title}\" dodany przez "
531
+ "\"{comment_author}\"\" ({comment_author_email})"
532
 
533
+ #: loggers/SimpleCommentsLogger.php:223
534
+ msgctxt "A pingback was was unapproved"
535
+ msgid ""
536
+ "Unapproved a pingback to \"{comment_post_title}\" by "
537
+ "\"{comment_author}\" ({comment_author_email})"
538
  msgstr ""
539
+ "Odrzucono pingback do \"{comment_post_title}\" dodany przez "
540
+ "\"{comment_author}\" ({comment_author_email})"
541
 
542
+ #: loggers/SimpleCommentsLogger.php:229
543
+ msgctxt "A pingback was marked as spam"
544
+ msgid "Marked a pingback to post \"{comment_post_title}\" as spam"
545
+ msgstr "Pingback do wpisu \"{comment_post_title}\" oznaczono jako spam"
546
 
547
+ #: loggers/SimpleCommentsLogger.php:235
548
+ msgctxt "A pingback was marked moved to the trash"
549
+ msgid ""
550
+ "Trashed a pingback to \"{comment_post_title}\" by {comment_author} "
551
+ "({comment_author_email})"
552
  msgstr ""
553
+ "Przeniesiono do Kosza pingback do \"{comment_post_title}\" dodany przez "
554
+ "{comment_author} ({comment_author_email})"
555
 
556
+ #: loggers/SimpleCommentsLogger.php:241
557
+ msgctxt "A pingback was restored from the trash"
558
+ msgid ""
559
+ "Restored a pingback to \"{comment_post_title}\" by {comment_author} "
560
+ "({comment_author_email}) from the trash"
561
  msgstr ""
562
+ "Przywrócono z Kosza pingback do \"{comment_post_title}\" dodany przez "
563
+ "{comment_author} ({comment_author_email})"
564
 
565
+ #: loggers/SimpleCommentsLogger.php:247
566
+ msgctxt "A pingback was deleted"
567
+ msgid ""
568
+ "Deleted a pingback to \"{comment_post_title}\" by {comment_author} "
569
+ "({comment_author_email})"
570
  msgstr ""
571
+ "Usunięto pingback do \"{comment_post_title}\" dodany przez {comment_author} "
572
+ "({comment_author_email})"
573
 
574
+ #: loggers/SimpleCommentsLogger.php:253
575
+ msgctxt "A pingback was edited"
576
+ msgid ""
577
+ "Edited a pingback to \"{comment_post_title}\" by {comment_author} "
578
+ "({comment_author_email})"
579
+ msgstr ""
580
+ "Edytowano pingback do \"{comment_post_title}\" dodany przez {comment_author} "
581
+ "({comment_author_email})"
582
+
583
+ #: loggers/SimpleCommentsLogger.php:263
584
+ msgctxt "Comments logger: search"
585
+ msgid "Comments"
586
+ msgstr "Komentarze"
587
+
588
+ #: loggers/SimpleCommentsLogger.php:264
589
+ msgctxt "Comments logger: search"
590
+ msgid "All comments activity"
591
+ msgstr "Wszystkie aktywności związane z komentarzami"
592
+
593
+ #: loggers/SimpleCommentsLogger.php:266
594
+ msgctxt "Comments logger: search"
595
+ msgid "Added comments"
596
+ msgstr "Dodanie komentarzy"
597
+
598
+ #: loggers/SimpleCommentsLogger.php:274
599
+ msgctxt "Comments logger: search"
600
+ msgid "Edited comments"
601
+ msgstr "Edytowanie komentarzy"
602
+
603
+ #: loggers/SimpleCommentsLogger.php:279
604
+ msgctxt "Comments logger: search"
605
+ msgid "Approved comments"
606
+ msgstr "Zatwierdzanie komentarzy"
607
+
608
+ #: loggers/SimpleCommentsLogger.php:284
609
+ msgctxt "Comments logger: search"
610
+ msgid "Held comments"
611
+ msgstr "Wstrzymanie komentarzy"
612
+
613
+ #: loggers/SimpleCommentsLogger.php:289
614
+ msgctxt "Comments logger: search"
615
+ msgid "Comments status changed to spam"
616
+ msgstr "Oznaczenie komentarzy jako spam"
617
+
618
+ #: loggers/SimpleCommentsLogger.php:294
619
+ msgctxt "Comments logger: search"
620
+ msgid "Trashed comments"
621
+ msgstr "Przeniesienie komentarzy do Kosza"
622
+
623
+ #: loggers/SimpleCommentsLogger.php:299
624
+ msgctxt "Comments logger: search"
625
+ msgid "Untrashed comments"
626
+ msgstr "Przywrócenie komentarzy z Kosza"
627
+
628
+ #: loggers/SimpleCommentsLogger.php:304
629
+ msgctxt "Comments logger: search"
630
+ msgid "Deleted comments"
631
+ msgstr "Usunięcie komentarzy"
632
+
633
+ #: loggers/SimpleCommentsLogger.php:599 loggers/SimpleCommentsLogger.php:612
634
+ #: loggers/SimpleCommentsLogger.php:626
635
+ msgctxt "comments logger - detailed output comment status"
636
+ msgid "Status"
637
+ msgstr "Status"
638
+
639
+ #: loggers/SimpleCommentsLogger.php:601 loggers/SimpleCommentsLogger.php:614
640
+ #: loggers/SimpleCommentsLogger.php:628
641
+ msgctxt "comments logger - detailed output author"
642
+ msgid "Name"
643
+ msgstr "Imię"
644
+
645
+ #: loggers/SimpleCommentsLogger.php:602 loggers/SimpleCommentsLogger.php:615
646
+ #: loggers/SimpleCommentsLogger.php:629
647
+ msgctxt "comments logger - detailed output email"
648
+ msgid "Email"
649
+ msgstr "E-mail"
650
+
651
+ #: loggers/SimpleCommentsLogger.php:603 loggers/SimpleCommentsLogger.php:616
652
+ msgctxt "comments logger - detailed output content"
653
+ msgid "Content"
654
+ msgstr "Treść"
655
+
656
+ #: loggers/SimpleCommentsLogger.php:630
657
+ msgctxt "comments logger - detailed output content"
658
+ msgid "Comment"
659
+ msgstr "Komentarz"
660
+
661
+ #: loggers/SimpleCommentsLogger.php:682
662
+ msgid "Spam"
663
+ msgstr "Spam"
664
+
665
+ #: loggers/SimpleCommentsLogger.php:684
666
+ msgid "Approved"
667
+ msgstr "Zatwierdzony"
668
+
669
+ #: loggers/SimpleCommentsLogger.php:686
670
+ msgid "Pending"
671
+ msgstr "Oczekujący"
672
+
673
+ #: loggers/SimpleCommentsLogger.php:700
674
+ msgid "Trackback"
675
+ msgstr "Trackback"
676
+
677
+ #: loggers/SimpleCommentsLogger.php:702
678
+ msgid "Pingback"
679
+ msgstr "Pingback"
680
+
681
+ #: loggers/SimpleCommentsLogger.php:704
682
+ msgid "Comment"
683
+ msgstr "Komentarz"
684
+
685
+ #: loggers/SimpleCommentsLogger.php:756
686
+ msgctxt "comments logger - edit comment"
687
+ msgid "View/Edit"
688
+ msgstr "Zobacz/Edytuj"
689
+
690
+ #: loggers/SimpleCoreUpdatesLogger.php:29
691
+ msgid "Updated WordPress from {prev_version} to {new_version}"
692
+ msgstr "Zaktualizowano WordPressa z wersji {prev_version} do {new_version}"
693
+
694
+ #: loggers/SimpleCoreUpdatesLogger.php:30
695
+ msgid "WordPress auto-updated from {prev_version} to {new_version}"
696
+ msgstr ""
697
+ "WordPress sam się zaktualizował z wersji {prev_version} do {new_version}"
698
+
699
+ #: loggers/SimpleCoreUpdatesLogger.php:34
700
+ msgctxt "User logger: search"
701
+ msgid "WordPress Core"
702
+ msgstr "WordPress"
703
+
704
+ #: loggers/SimpleCoreUpdatesLogger.php:36
705
+ msgctxt "User logger: search"
706
+ msgid "WordPress core updates"
707
+ msgstr "Aktualizacje WordPressa"
708
+
709
+ #: loggers/SimpleExportLogger.php:23
710
+ msgid "Created XML export"
711
+ msgstr "Utworzono plik eksportu XML"
712
+
713
+ #: loggers/SimpleExportLogger.php:27
714
+ msgctxt "Export logger: search"
715
+ msgid "Export"
716
+ msgstr "Eksport"
717
+
718
+ #: loggers/SimpleExportLogger.php:29
719
+ msgctxt "Export logger: search"
720
+ msgid "Created exports"
721
+ msgstr "Utworzenie plików eksportu"
722
+
723
+ #: loggers/SimpleLegacyLogger.php:88
724
+ #, php-format
725
+ msgid "By %s"
726
+ msgstr "Przez %s"
727
 
728
+ #: loggers/SimpleLegacyLogger.php:93
729
+ #, php-format
730
+ msgid "%d occasions"
731
+ msgstr "%d więcej"
732
 
733
+ #: loggers/SimpleLogger.php:192
734
+ msgctxt "header output when initiator is the currently logged in user"
735
+ msgid "You"
736
+ msgstr "Ty"
737
 
738
+ #: loggers/SimpleLogger.php:205
739
+ #, php-format
740
+ msgid "Deleted user (had id %1$s, email %2$s, login %3$s)"
741
+ msgstr "Usunięto użytkownika (id: %1$s, e-mail: %2$s, login: %3$s)"
742
 
743
+ #: loggers/SimpleLogger.php:220
744
+ msgid "Anonymous web user"
745
+ msgstr "Użytkownik anonimowy"
746
 
747
+ #: loggers/SimpleLogger.php:228
748
+ #, php-format
749
+ msgid "Anonymous user from %1$s"
750
+ msgstr "Nieznany użytkownik z %1$s"
751
 
752
+ #: loggers/SimpleLogger.php:299
753
+ msgid "Just now"
754
+ msgstr "Teraz"
755
 
756
+ #: loggers/SimpleLogger.php:304
757
+ msgid "M j, Y \\a\\t G:i"
758
+ msgstr "Y-m-d \\o H:i"
759
 
760
+ #: loggers/SimpleLogger.php:312
761
+ #, php-format
762
+ msgid "%1$s ago"
763
+ msgstr "%1$s temu"
764
 
765
+ #: loggers/SimpleMediaLogger.php:23
766
+ msgid "Created {post_type} \"{attachment_title}\""
767
+ msgstr "Utworzono {post_type} \"{attachment_title}\""
768
+
769
+ #: loggers/SimpleMediaLogger.php:24
770
+ msgid "Edited {post_type} \"{attachment_title}\""
771
+ msgstr "Edytowano {post_type} \"{attachment_title}\""
772
+
773
+ #: loggers/SimpleMediaLogger.php:25
774
+ msgid "Deleted {post_type} \"{attachment_title}\" (\"{attachment_filename}\")"
775
+ msgstr ""
776
+ "Usunięto {post_type} \"{attachment_title}\" (\"{attachment_filename}\")"
777
+
778
+ #: loggers/SimpleMediaLogger.php:29
779
+ msgctxt "Media logger: search"
780
+ msgid "Media"
781
+ msgstr "Media"
782
+
783
+ #: loggers/SimpleMediaLogger.php:31
784
+ msgctxt "Media logger: search"
785
+ msgid "Added media"
786
+ msgstr "Dodanie medium"
787
+
788
+ #: loggers/SimpleMediaLogger.php:34
789
+ msgctxt "Media logger: search"
790
+ msgid "Updated media"
791
+ msgstr "Zaktualizowanie medium"
792
+
793
+ #: loggers/SimpleMediaLogger.php:37
794
+ msgctxt "Media logger: search"
795
+ msgid "Deleted media"
796
+ msgstr "Usunięcie medium"
797
+
798
+ #: loggers/SimpleMediaLogger.php:81
799
+ msgid "Edited {post_type} <a href=\"{edit_link}\">\"{attachment_title}\"</a>"
800
+ msgstr ""
801
+ "Edytowano {post_type} <a href=\"{edit_link}\">\"{attachment_title}\"</a>"
802
+
803
+ #: loggers/SimpleMediaLogger.php:85
804
+ msgid "Uploaded {post_type} <a href=\"{edit_link}\">\"{attachment_title}\"</a>"
805
+ msgstr ""
806
+ "Zaktualizowano {post_type} <a href=\"{edit_link}\">\"{attachment_title}\"</a>"
807
+
808
+ #: loggers/SimpleMediaLogger.php:180
809
+ msgid "{attachment_thumb}"
810
+ msgstr "{attachment_thumb}"
811
+
812
+ #: loggers/SimpleMediaLogger.php:189
813
+ msgid "{attachment_size_format}"
814
+ msgstr "{attachment_size_format}"
815
+
816
+ #: loggers/SimpleMediaLogger.php:190
817
+ msgid "{attachment_filetype_extension}"
818
+ msgstr "{attachment_filetype_extension}"
819
+
820
+ #: loggers/SimpleMediaLogger.php:192
821
+ msgid "{full_image_width} × {full_image_height}"
822
+ msgstr "{full_image_width} × {full_image_height}"
823
+
824
+ #: loggers/SimpleMenuLogger.php:23
825
+ msgid "Created menu \"{menu_name}\""
826
+ msgstr "Utworzono menu \"{menu_name}\""
827
+
828
+ #: loggers/SimpleMenuLogger.php:24
829
+ msgid "Edited menu \"{menu_name}\""
830
+ msgstr "Edytowano menu \"{menu_name}\""
831
+
832
+ #: loggers/SimpleMenuLogger.php:25
833
+ msgid "Deleted menu \"{menu_name}\""
834
+ msgstr "Usunięto menu \"{menu_name}\""
835
+
836
+ #: loggers/SimpleMenuLogger.php:26
837
+ msgid "Edited a menu item"
838
+ msgstr "Edytowano element menu"
839
+
840
+ #: loggers/SimpleMenuLogger.php:27
841
+ msgid "Updated menu locations"
842
+ msgstr "Zaktualizowano pozycję menu"
843
+
844
+ #: loggers/SimpleMenuLogger.php:31
845
+ msgctxt "Menu logger: search"
846
+ msgid "Menus"
847
+ msgstr "Menu"
848
+
849
+ #: loggers/SimpleMenuLogger.php:33
850
+ msgctxt "Menu updates logger: search"
851
+ msgid "Created menus"
852
+ msgstr "Utworzenie menu"
853
+
854
+ #: loggers/SimpleMenuLogger.php:36
855
+ msgctxt "Menu updates logger: search"
856
+ msgid "Edited menus"
857
+ msgstr "Edytowanie menu"
858
+
859
+ #: loggers/SimpleMenuLogger.php:41
860
+ msgctxt "Menu updates logger: search"
861
+ msgid "Deleted menus"
862
+ msgstr "Usunięcie menu"
863
+
864
+ #: loggers/SimpleMenuLogger.php:326
865
+ #, php-format
866
+ msgctxt "menu logger"
867
+ msgid "%1$s menu item added"
868
+ msgid_plural "%1$s menu items added"
869
+ msgstr[0] "%1$s element menu został dodany"
870
+ msgstr[1] "%1$s elementy menu zostały dodane"
871
+ msgstr[2] "%1$s elementów menu zostało dodanych"
872
+
873
+ #: loggers/SimpleMenuLogger.php:333
874
+ #, php-format
875
+ msgctxt "menu logger"
876
+ msgid "%1$s menu item removed"
877
+ msgid_plural "%1$s menu items removed"
878
+ msgstr[0] "%1$s element menu został usunięty"
879
+ msgstr[1] "%1$s elementy menu zostały usunięte"
880
+ msgstr[2] "%1$s elementów menu zostało usuniętych"
881
+
882
+ #: loggers/SimpleOptionsLogger.php:140
883
+ msgid "Updated option \"{option}\""
884
+ msgstr "Zaktualizowano opcję \"{option}\""
885
+
886
+ #: loggers/SimpleOptionsLogger.php:153
887
+ msgctxt "Options logger: search"
888
+ msgid "Options"
889
+ msgstr "Opcje"
890
+
891
+ #: loggers/SimpleOptionsLogger.php:155
892
+ msgctxt "Options logger: search"
893
+ msgid "Changed options"
894
+ msgstr "Zmiana opcji"
895
+
896
+ #: loggers/SimpleOptionsLogger.php:242 loggers/SimpleThemeLogger.php:570
897
+ msgid "New value"
898
+ msgstr "Nowa wartość"
899
+
900
+ #: loggers/SimpleOptionsLogger.php:253 loggers/SimpleThemeLogger.php:582
901
+ msgid "Old value"
902
+ msgstr "Stara wartość"
903
+
904
+ #: loggers/SimpleOptionsLogger.php:268 loggers/SimpleOptionsLogger.php:285
905
+ msgid "Settings page"
906
+ msgstr "Strona ustawień"
907
+
908
+ #: loggers/SimplePluginLogger.php:52
909
+ msgctxt "Plugin was non-silently activated by a user"
910
+ msgid "Activated plugin \"{plugin_name}\""
911
+ msgstr "Załączono wtyczkę \"{plugin_name}\""
912
+
913
+ #: loggers/SimplePluginLogger.php:58
914
+ msgctxt "Plugin was non-silently deactivated by a user"
915
+ msgid "Deactivated plugin \"{plugin_name}\""
916
+ msgstr "Wyłączono wtyczkę \"{plugin_name}\""
917
+
918
+ #: loggers/SimplePluginLogger.php:64
919
+ msgctxt "Plugin was installed"
920
+ msgid "Installed plugin \"{plugin_name}\""
921
+ msgstr "Zainstalowano wtyczkę \"{plugin_name}\""
922
+
923
+ #: loggers/SimplePluginLogger.php:70
924
+ msgctxt "Plugin failed to install"
925
+ msgid "Failed to install plugin \"{plugin_name}\""
926
+ msgstr "Nie udało się zainstalować wtyczki \"{plugin_name}\""
927
+
928
+ #: loggers/SimplePluginLogger.php:76
929
+ msgctxt "Plugin was updated"
930
+ msgid ""
931
+ "Updated plugin \"{plugin_name}\" to version {plugin_version} from "
932
+ "{plugin_prev_version}"
933
  msgstr ""
934
+ "Zaktualizowano wtyczkę \"{plugin_name}\" z wersji {plugin_prev_version} do "
935
+ "{plugin_version}"
936
 
937
+ #: loggers/SimplePluginLogger.php:82
938
+ msgctxt "Plugin update failed"
939
+ msgid "Updated plugin \"{plugin_name}\""
940
+ msgstr "Zaktualizowano wtyczkę \"{plugin_name}\""
941
 
942
+ #: loggers/SimplePluginLogger.php:88
943
+ msgctxt "Plugin file edited"
944
+ msgid "Edited plugin file \"{plugin_edited_file}\""
945
+ msgstr "Edytowano plik wtyczki \"{plugin_edited_file}\""
946
 
947
+ #: loggers/SimplePluginLogger.php:94
948
+ msgctxt "Plugin files was deleted"
949
+ msgid "Deleted plugin \"{plugin_name}\""
950
+ msgstr "Usunięto wtyczkę \"{plugin_name}\""
951
 
952
+ #: loggers/SimplePluginLogger.php:101
953
+ msgctxt "Plugin was updated in bulk"
954
+ msgid ""
955
+ "Updated plugin \"{plugin_name}\" to {plugin_version} from "
956
+ "{plugin_prev_version}"
957
+ msgstr ""
958
+ "Zaktualizowano wtyczkę \"{plugin_name}\" z wersji {plugin_prev_version} do "
959
+ "{plugin_version}"
960
+
961
+ #: loggers/SimplePluginLogger.php:108
962
+ msgctxt "Plugin logger: search"
963
+ msgid "Plugins"
964
+ msgstr "Wtyczki"
965
+
966
+ #: loggers/SimplePluginLogger.php:110
967
+ msgctxt "Plugin logger: search"
968
+ msgid "Activated plugins"
969
+ msgstr "Załączenie wtyczek"
970
+
971
+ #: loggers/SimplePluginLogger.php:113
972
+ msgctxt "Plugin logger: search"
973
+ msgid "Deactivated plugins"
974
+ msgstr "Wyłączenie wtyczkek"
975
+
976
+ #: loggers/SimplePluginLogger.php:116
977
+ msgctxt "Plugin logger: search"
978
+ msgid "Installed plugins"
979
+ msgstr "Instalacje wtyczek"
980
+
981
+ #: loggers/SimplePluginLogger.php:119
982
+ msgctxt "Plugin logger: search"
983
+ msgid "Failed plugin installs"
984
+ msgstr "Nieudane instalacje wtyczek"
985
+
986
+ #: loggers/SimplePluginLogger.php:122
987
+ msgctxt "Plugin logger: search"
988
+ msgid "Updated plugins"
989
+ msgstr "Zaktualizowanie wtyczek"
990
+
991
+ #: loggers/SimplePluginLogger.php:126
992
+ msgctxt "Plugin logger: search"
993
+ msgid "Failed plugin updates"
994
+ msgstr "Nieudane zaktualizowanie wtyczek"
995
+
996
+ #: loggers/SimplePluginLogger.php:129
997
+ msgctxt "Plugin logger: search"
998
+ msgid "Edited plugin files"
999
+ msgstr "Edycja plików wtyczek"
1000
+
1001
+ #: loggers/SimplePluginLogger.php:132
1002
+ msgctxt "Plugin logger: search"
1003
+ msgid "Deleted plugins"
1004
+ msgstr "Usunięcie wtyczek"
1005
+
1006
+ #: loggers/SimplePluginLogger.php:858
1007
+ msgctxt "plugin logger - detailed output version"
1008
+ msgid "Version"
1009
+ msgstr "Wersja"
1010
+
1011
+ #: loggers/SimplePluginLogger.php:860
1012
+ msgctxt "plugin logger - detailed output author"
1013
+ msgid "Author"
1014
+ msgstr "Autor"
1015
+
1016
+ #: loggers/SimplePluginLogger.php:861
1017
+ msgctxt "plugin logger - detailed output url"
1018
+ msgid "URL"
1019
+ msgstr "Adres URL"
1020
+
1021
+ #: loggers/SimplePluginLogger.php:862
1022
+ msgctxt "plugin logger - detailed output author"
1023
+ msgid "Requires"
1024
+ msgstr "Wymagania"
1025
+
1026
+ #: loggers/SimplePluginLogger.php:863
1027
+ msgctxt "plugin logger - detailed output compatible"
1028
+ msgid "Compatible up to"
1029
+ msgstr "Kompatybilna do"
1030
+
1031
+ #: loggers/SimplePluginLogger.php:864
1032
+ msgctxt "plugin logger - detailed output downloaded"
1033
+ msgid "Downloads"
1034
+ msgstr "Pobrania"
1035
+
1036
+ #: loggers/SimplePostLogger.php:30
1037
+ msgid "Created {post_type} \"{post_title}\""
1038
+ msgstr "Utworzono {post_type} \"{post_title}\""
1039
+
1040
+ #: loggers/SimplePostLogger.php:31
1041
+ msgid "Updated {post_type} \"{post_title}\""
1042
+ msgstr "Zaktualizowano {post_type} \"{post_title}\""
1043
+
1044
+ #: loggers/SimplePostLogger.php:32
1045
+ msgid "Restored {post_type} \"{post_title}\" from trash"
1046
+ msgstr "Przywrócono {post_type} \"{post_title}\" z Kosza"
1047
+
1048
+ #: loggers/SimplePostLogger.php:33 loggers/SimplePostLogger.php:236
1049
+ msgid "Deleted {post_type} \"{post_title}\""
1050
+ msgstr "Usunięto {post_type} \"{post_title}\""
1051
+
1052
+ #: loggers/SimplePostLogger.php:34
1053
+ msgid "Moved {post_type} \"{post_title}\" to the trash"
1054
+ msgstr "Przeniesiono {post_type} \"{post_title}\" do Kosza"
1055
+
1056
+ #: loggers/SimplePostLogger.php:38
1057
+ msgctxt "Post logger: search"
1058
+ msgid "Posts & Pages"
1059
+ msgstr "Wpisy i Strony"
1060
+
1061
+ #: loggers/SimplePostLogger.php:40
1062
+ msgctxt "Post logger: search"
1063
+ msgid "Posts created"
1064
+ msgstr "Dodanie wpisów"
1065
+
1066
+ #: loggers/SimplePostLogger.php:43
1067
+ msgctxt "Post logger: search"
1068
+ msgid "Posts updated"
1069
+ msgstr "Aktualizacja wpisów"
1070
+
1071
+ #: loggers/SimplePostLogger.php:46
1072
+ msgctxt "Post logger: search"
1073
+ msgid "Posts trashed"
1074
+ msgstr "Przeniesienie wpisów do Kosza"
1075
+
1076
+ #: loggers/SimplePostLogger.php:49
1077
+ msgctxt "Post logger: search"
1078
+ msgid "Posts deleted"
1079
+ msgstr "Usunięcie wpisów"
1080
+
1081
+ #: loggers/SimplePostLogger.php:52
1082
+ msgctxt "Post logger: search"
1083
+ msgid "Posts restored"
1084
+ msgstr "Przywrócenie wpisów z Kosza"
1085
+
1086
+ #: loggers/SimplePostLogger.php:232
1087
+ msgid "Updated {post_type} <a href=\"{edit_link}\">\"{post_title}\"</a>"
1088
+ msgstr ""
1089
+ "Zaktualizowano {post_type} <a href=\"{edit_link}\">\"{post_title}\"</a>"
1090
+
1091
+ #: loggers/SimplePostLogger.php:240
1092
+ msgid "Created {post_type} <a href=\"{edit_link}\">\"{post_title}\"</a>"
1093
+ msgstr "Utworzono {post_type} <a href=\"{edit_link}\">\"{post_title}\"</a>"
1094
+
1095
+ #: loggers/SimplePostLogger.php:245
1096
+ msgid ""
1097
+ "Moved {post_type} <a href=\"{edit_link}\">\"{post_title}\"</a> to the trash"
1098
  msgstr ""
1099
+ "Przeniesiono {post_type} <a href=\"{edit_link}\">\"{post_title}\"</a> do "
1100
+ "Kosza"
1101
 
1102
+ #: loggers/SimpleThemeLogger.php:26
1103
+ msgid "Switched theme to \"{theme_name}\" from \"{prev_theme_name}\""
1104
+ msgstr "Przełączono motyw z \"{theme_name}\" na \"{prev_theme_name}\""
1105
 
1106
+ #: loggers/SimpleThemeLogger.php:27
1107
+ msgid "Customized theme appearance \"{setting_id}\""
1108
+ msgstr "Zmieniono ustawienia motywu \"{setting_id}\""
1109
 
1110
+ #: loggers/SimpleThemeLogger.php:28
1111
+ msgid "Removed widget \"{widget_id_base}\" from sidebar \"{sidebar_id}\""
1112
  msgstr ""
1113
+ "Usunięto widżet \"{widget_id_base}\" z panelu bocznego \"{sidebar_id}\""
1114
 
1115
+ #: loggers/SimpleThemeLogger.php:29
1116
+ msgid "Added widget \"{widget_id_base}\" to sidebar \"{sidebar_id}\""
1117
+ msgstr "Dodano widżet \"{widget_id_base}\" do panelu bocznego \"{sidebar_id}\""
1118
 
1119
+ #: loggers/SimpleThemeLogger.php:30
1120
+ msgid "Changed widget order \"{widget_id_base}\" in sidebar \"{sidebar_id}\""
1121
  msgstr ""
1122
+ "Zmienino kolejność widżetu \"{widget_id_base}\" w panelu bocznym "
1123
+ "\"{sidebar_id}\""
1124
 
1125
+ #: loggers/SimpleThemeLogger.php:31
1126
+ msgid "Changed widget \"{widget_id_base}\" in sidebar \"{sidebar_id}\""
1127
+ msgstr "Zmienono widżet \"{widget_id_base}\" w panelu bocznym \"{sidebar_id}\""
1128
 
1129
+ #: loggers/SimpleThemeLogger.php:32
1130
+ msgid "Changed settings for the theme custom background"
1131
+ msgstr "Zmieniono ustawienia dotyczące tła motywu"
1132
 
1133
+ #: loggers/SimpleThemeLogger.php:36
1134
+ msgctxt "Theme logger: search"
1135
+ msgid "Themes & Widgets"
1136
+ msgstr "Motywy i Widżety"
1137
 
1138
+ #: loggers/SimpleThemeLogger.php:38
1139
+ msgctxt "Theme logger: search"
1140
+ msgid "Switched themes"
1141
+ msgstr "Zmiany motywów"
1142
 
1143
+ #: loggers/SimpleThemeLogger.php:41
1144
+ msgctxt "Theme logger: search"
1145
+ msgid "Changed appearance of themes"
1146
+ msgstr "Zmiany wyglądu motywów"
1147
 
1148
+ #: loggers/SimpleThemeLogger.php:44
1149
+ msgctxt "Theme logger: search"
1150
+ msgid "Added widgets"
1151
+ msgstr "Dodanie widżetów"
1152
 
1153
+ #: loggers/SimpleThemeLogger.php:47
1154
+ msgctxt "Theme logger: search"
1155
+ msgid "Removed widgets"
1156
+ msgstr "Usunięcie widżetów"
1157
 
1158
+ #: loggers/SimpleThemeLogger.php:50
1159
+ msgctxt "Theme logger: search"
1160
+ msgid "Changed widgets order"
1161
+ msgstr "Zmiana kolejności widżetów"
1162
 
1163
+ #: loggers/SimpleThemeLogger.php:53
1164
+ msgctxt "Theme logger: search"
1165
+ msgid "Edited widgets"
1166
+ msgstr "Edycje widżetów"
1167
 
1168
+ #: loggers/SimpleThemeLogger.php:56
1169
+ msgctxt "Theme logger: search"
1170
+ msgid "Background of themes changed"
1171
+ msgstr "Zmiany tła motywów"
1172
 
1173
+ #: loggers/SimpleThemeLogger.php:532
1174
+ msgid "Section"
1175
+ msgstr "Sekcja"
1176
 
1177
+ #: loggers/SimpleUserLogger.php:23
1178
+ msgid ""
1179
+ "Failed to login to account with username \"{login_user_login}\" because an "
1180
+ "incorrect password was entered"
1181
  msgstr ""
1182
+ "Wystąpił błąd logowania użytkownika z loginem \"{login_user_login}\" z "
1183
+ "powodu wpisania błędnego hasła"
1184
 
1185
+ #: loggers/SimpleUserLogger.php:24
1186
+ msgid ""
1187
+ "Failed to login with username \"{failed_login_username}\" because no user "
1188
+ "with that username exist"
1189
  msgstr ""
1190
+ "Wystąpił błąd logowania z wykorzystaniem loginu \"{login_user_login}\" "
1191
+ "ponieważ taki nie istnieje"
1192
 
1193
+ #: loggers/SimpleUserLogger.php:25
1194
+ msgid "Logged in"
1195
+ msgstr "Zalogowano"
1196
 
1197
+ #: loggers/SimpleUserLogger.php:26
1198
+ msgid "Unknown user logged in"
1199
+ msgstr "Zalogował się nieznany użytkownik"
1200
 
1201
+ #: loggers/SimpleUserLogger.php:27
1202
+ msgid "Logged out"
1203
+ msgstr "Wylogowano"
1204
 
1205
+ #: loggers/SimpleUserLogger.php:28
1206
+ msgid "Edited the profile for user {edited_user_login} ({edited_user_email})"
1207
+ msgstr "Edytowano profil użytkownika {edited_user_login} ({edited_user_email})"
1208
 
1209
+ #: loggers/SimpleUserLogger.php:29
1210
+ msgid ""
1211
+ "Created user {created_user_login} ({created_user_email}) with role "
1212
+ "{created_user_role}"
1213
+ msgstr ""
1214
+ "Utworzono użytkonika {created_user_login} ({created_user_email}) z rolą "
1215
+ "{created_user_role}"
1216
+
1217
+ #: loggers/SimpleUserLogger.php:30
1218
+ msgid "Deleted user {deleted_user_login} ({deleted_user_email})"
1219
+ msgstr "Usunięto użytkonika {deleted_user_login} ({deleted_user_email})"
1220
+
1221
+ #: loggers/SimpleUserLogger.php:38
1222
+ msgctxt "User destroys other login sessions for themself"
1223
+ msgid "Logged out from all other sessions"
1224
+ msgstr "Wylogowano z pozostałych sesji"
1225
+
1226
+ #: loggers/SimpleUserLogger.php:47
1227
+ msgctxt "User destroys all login sessions for a user"
1228
+ msgid "Logged out \"{user_display_name}\" from all sessions"
1229
+ msgstr "Wylogowano użytkownika \"{user_display_name}\" z pozostałch sesji"
1230
+
1231
+ #: loggers/SimpleUserLogger.php:55
1232
+ msgctxt "User logger: search"
1233
+ msgid "Users"
1234
+ msgstr "Użytkownicy"
1235
+
1236
+ #: loggers/SimpleUserLogger.php:56
1237
+ msgctxt "User logger: search"
1238
+ msgid "All user activity"
1239
+ msgstr "Aktywność użytkowniów"
1240
+
1241
+ #: loggers/SimpleUserLogger.php:58
1242
+ msgctxt "User logger: search"
1243
+ msgid "Successful user logins"
1244
+ msgstr "Udane logowania"
1245
+
1246
+ #: loggers/SimpleUserLogger.php:62
1247
+ msgctxt "User logger: search"
1248
+ msgid "Failed user logins"
1249
+ msgstr "Nieudane logowania"
1250
+
1251
+ #: loggers/SimpleUserLogger.php:66
1252
+ msgctxt "User logger: search"
1253
+ msgid "User logouts"
1254
+ msgstr "Wylogowania"
1255
+
1256
+ #: loggers/SimpleUserLogger.php:69
1257
+ msgctxt "User logger: search"
1258
+ msgid "Created users"
1259
+ msgstr "Dodanie użytkowników"
1260
+
1261
+ #: loggers/SimpleUserLogger.php:72
1262
+ msgctxt "User logger: search"
1263
+ msgid "User profile updates"
1264
+ msgstr "Aktualizacje profilów użytkowników"
1265
+
1266
+ #: loggers/SimpleUserLogger.php:75
1267
+ msgctxt "User logger: search"
1268
+ msgid "User deletions"
1269
+ msgstr "Usunięcie użytkowników"
1270
+
1271
+ #: loggers/SimpleUserLogger.php:229
1272
+ msgid "Edited <a href=\"{edit_profile_link}\">your profile</a>"
1273
+ msgstr "Edytowano <a href=\"{edit_profile_link}\">Twój profil</a>"
1274
+
1275
+ #: loggers/SimpleUserLogger.php:233
1276
+ msgid "Edited <a href=\"{edit_profile_link}\">their profile</a>"
1277
+ msgstr "Edytowano <a href=\"{edit_profile_link}\">jego profil</a>"
1278
+
1279
+ #: loggers/SimpleUserLogger.php:242
1280
+ msgid "Edited your profile"
1281
+ msgstr "Edycja Twojego profilu"
1282
+
1283
+ #: loggers/SimpleUserLogger.php:253
1284
+ msgid ""
1285
+ "Edited the profile for user <a href="
1286
+ "\"{edit_profile_link}\">{edited_user_login} ({edited_user_email})</a>"
1287
  msgstr ""
1288
+ "Edytowano profil użytkownika <a href="
1289
+ "\"{edit_profile_link}\">{edited_user_login} ({edited_user_email})</a>"
1290
 
1291
+ #: templates/settings-statsIntro.php:19
1292
+ #, php-format
1293
+ msgid "<b>%1$s rows</b> have been logged the last <b>%2$s days</b>"
1294
+ msgstr ""
1295
+ "<b>%1$s zdarzeń</b> zostało zalogowanych w ostatnich <b>%2$s dniach</b>"
1296
+
1297
+ #: templates/settings-statsLogLevels.php:4
1298
+ msgid "Log levels"
1299
+ msgstr "Poziomy zdarzeń"
1300
+
1301
+ #: templates/settings-statsLogLevels.php:6
1302
+ msgid "Number of rows logged for each log level."
1303
+ msgstr "Liczba zdarzeń zalogowanych dla każdego poziomu logowania."
1304
+
1305
+ #: templates/settings-statsLoggers.php:4
1306
+ msgid "Loggers"
1307
+ msgstr "Moduły logowania zdarzeń"
1308
+
1309
+ #: templates/settings-statsRowsPerDay.php:4
1310
+ msgid "Rows per day"
1311
+ msgstr "Zdarzenia na dzień"
1312
+
1313
+ #: templates/settings-statsRowsPerDay.php:36
1314
+ msgctxt "stats: date in rows per day chart"
1315
+ msgid "M j"
1316
+ msgstr "d.m.Y \\o H:i"
1317
 
1318
+ #: templates/settings-statsUsers.php:4
1319
+ msgid "Users"
1320
+ msgstr "Użytkownicy"
1321
 
1322
+ #: templates/settings-statsUsers.php:6
1323
+ msgid "Number of logged items for the 5 users with most logged rows."
1324
  msgstr ""
1325
+ "Liczba zalogowanych zdarzeń dla 5 użytkowników z największą liczbą zdarzeń."
1326
 
1327
+ #: templates/settings-statsUsers.php:7
1328
+ msgid "Deleted users are also included."
1329
+ msgstr "Usunięci użytkownicy również zostali uwzględnieni."
1330
 
1331
+ #~ msgid "added"
1332
+ #~ msgstr "dodano"
 
1333
 
1334
+ #~ msgid "unapproved"
1335
+ #~ msgstr "niezatwierdzony"
 
1336
 
1337
+ #~ msgid "marked as spam"
1338
+ #~ msgstr "oznaczony jako spam"
 
1339
 
1340
+ #~ msgid "untrashed"
1341
+ #~ msgstr "przywrócono z kosza"
 
1342
 
1343
+ #~ msgid "nav_menu_item"
1344
+ #~ msgstr "element menu"
 
1345
 
1346
+ #~ msgid "user"
1347
+ #~ msgstr "użytkownik"
 
1348
 
1349
+ #~ msgid "edited"
1350
+ #~ msgstr "edytowano"
 
1351
 
1352
+ #~ msgid "modified"
1353
+ #~ msgstr "zmienono"
 
1354
 
1355
+ #~ msgid "upgraded it\\'s database"
1356
+ #~ msgstr "zaktualizował swoją bazę danych"
 
1357
 
1358
+ #~ msgid "History"
1359
+ #~ msgstr "Historia"
 
1360
 
1361
+ #~ msgid "failed to log in because they entered the wrong password"
1362
+ #~ msgstr ""
1363
+ #~ "nie umiał(-a) się zalogować, ponieważ wpisywane hasło było niepoprawne"
1364
 
1365
+ #~ msgid "One item"
1366
+ #~ msgid_plural "%1$d items"
1367
+ #~ msgstr[0] "1 element"
1368
+ #~ msgstr[1] "%1$d elementy"
1369
+ #~ msgstr[2] "%1$d elementów"
1370
 
1371
+ #~ msgid "Clear it now."
1372
+ #~ msgstr "Wyczyść teraz."
 
1373
 
1374
+ #~ msgid ""
1375
+ #~ "\n"
1376
+ #~ "\t\t\tPlease\n"
1377
+ #~ "\t\t\t<a href=\"http://eskapism.se/sida/donate/?"
1378
+ #~ "utm_source=wordpress&utm_medium=settingpage&utm_campaign=simplehistory"
1379
+ #~ "\">\n"
1380
+ #~ "\t\t\tdonate\n"
1381
+ #~ "\t\t\t</a> to support the development of this plugin and to keep it "
1382
+ #~ "free.\n"
1383
+ #~ "\t\t\tThanks!\n"
1384
+ #~ "\t\t\t"
1385
+ #~ msgstr ""
1386
+ #~ "\n"
1387
+ #~ "\t\t\tProsimy\n"
1388
+ #~ "\t\t\t<a href=\"http://eskapism.se/sida/donate/?"
1389
+ #~ "utm_source=wordpress&utm_medium=settingpage&utm_campaign=simplehistory"
1390
+ #~ "\">\n"
1391
+ #~ "\t\t\to wsparcie\n"
1392
+ #~ "\t\t\t</a> procesu tworzenia wtyczki.\n"
1393
+ #~ "\t\t\tDzięki!!\n"
1394
+ #~ "\t\t\t"
1395
 
1396
+ #~ msgid ""
1397
+ #~ "This is a secret RSS feed for Simple History. Only share the link with "
1398
+ #~ "people you trust"
1399
+ #~ msgstr ""
1400
+ #~ "To jest sekretny link do kanału RSS Historii zdarzeń. Nie publikuj go "
1401
+ #~ "nigdzie."
1402
 
1403
+ #~ msgid "Search"
1404
+ #~ msgstr "Szukaj"
 
1405
 
1406
+ #~ msgid "File name:"
1407
+ #~ msgstr "Nazwa pliku:"
 
1408
 
1409
+ #~ msgid "File size:"
1410
+ #~ msgstr "Rozmiar pliku:"
 
1411
 
1412
+ #~ msgid "enabled"
1413
+ #~ msgstr "włączono"
 
1414
 
1415
+ #~ msgid "disabled"
1416
+ #~ msgstr "wyłączono"
 
1417
 
1418
+ #~ msgid "<span class=\"when\">%1$s ago</span> by %2$s"
1419
+ #~ msgstr "<span class=\"when\">%1$s temu</span> przez %2$s"
 
1420
 
1421
+ #~ msgid "%s at %s"
1422
+ #~ msgstr "%s o %s"
 
 
 
1423
 
1424
+ #~ msgid "Details"
1425
+ #~ msgstr "Szczegóły"
 
1426
 
1427
+ #~ msgid "+ %d occasions"
1428
+ #~ msgstr "+ %d więcej"
 
1429
 
1430
+ #~ msgid "%s ago (%s at %s)"
1431
+ #~ msgstr "%s temu (%s o %s)"
 
1432
 
1433
+ #~ msgid "Show 5 more"
1434
+ #~ msgstr "Pokaż 5 więcej"
1435
+
1436
+ #~ msgid "Show 50 more"
1437
+ #~ msgstr "Pokaż 50 więcej"
1438
+
1439
+ #~ msgid "Show 100 more"
1440
+ #~ msgstr "Pokaż 100 więcej"
1441
+
1442
+ #~ msgid "No matching items found."
1443
+ #~ msgstr "Brak pasujących wyników"
1444
+
1445
+ #~ msgid "Show"
1446
+ #~ msgstr "Pokaż"
1447
+
1448
+ #~ msgid "No history items found."
1449
+ #~ msgstr "Nie ma elementów w historii."
1450
+
1451
+ #~ msgid "General Settings"
1452
+ #~ msgstr "Ustawienia ogólne"
1453
+
1454
+ #~ msgid "Writing Settings"
1455
+ #~ msgstr "Ustawienia pisania"
1456
+
1457
+ #~ msgid "Reading Settings"
1458
+ #~ msgstr "Ustawienia czytania"
1459
+
1460
+ #~ msgid "Discussion Settings"
1461
+ #~ msgstr "Ustawienia dyskusji"
1462
+
1463
+ #~ msgid "Media Settings"
1464
+ #~ msgstr "Ustawienia mediów"
1465
+
1466
+ #~ msgid "Privacy Settings"
1467
+ #~ msgstr "Ustawienia prywatności"
1468
+
1469
+ #~ msgid "Permalink Settings"
1470
+ #~ msgstr "Ustawienia odnośników bezpośrednich"
1471
+
1472
+ #~ msgid "Log events for the %s plugin."
1473
+ #~ msgstr "Loguj zdarzenia dla wtyczki: %s."
1474
+
1475
+ #~ msgid "Simple History Extender Modules"
1476
+ #~ msgstr "Historia zdarzeń - moduły rozszerzeń"
1477
+
1478
+ #~ msgid ""
1479
+ #~ "Activate or deactivate the events you want to log. Read the Help tab if "
1480
+ #~ "you want to know which actions are supported and which aren't."
1481
+ #~ msgstr ""
1482
+ #~ "Zaznacz te zdarzenia, które mają być zapisywane w historii. Otwórz "
1483
+ #~ "zakładnkę Pomoc u góry ekranu, aby dowiedzieć się jakie akcje są "
1484
+ #~ "wspierane w ramach danego rozszerzenia."
1485
 
1486
+ #~ msgid "Simple History Extender Module"
1487
+ #~ msgstr "Historia zdarzeń - moduł rozszerzeń"
 
languages/simple-history-sv_SE.mo CHANGED
Binary file
languages/simple-history-sv_SE.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Simple History 2\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/Simple-History\n"
7
- "POT-Creation-Date: 2014-12-28 20:36:33+00:00\n"
8
- "PO-Revision-Date: 2014-12-28 21:37+0100\n"
9
  "Last-Translator: Pär Thernström <par.thernstrom@gmail.com>\n"
10
  "Language-Team: \n"
11
  "Language: sv\n"
@@ -132,7 +132,7 @@ msgid "Context data"
132
  msgstr "Kontextuell data"
133
 
134
  #: SimpleHistory.php:1692
135
- msgid "This is potentially useful meta data that a logger have saved."
136
  msgstr "Detta eventuellt användbar metadata som en logger har sparat."
137
 
138
  #: SimpleHistory.php:2029
@@ -495,10 +495,10 @@ msgstr ""
495
  #: loggers/SimpleUserLogger.php:24
496
  msgid ""
497
  "Failed to login with username \"{failed_login_username}\" because no user "
498
- "with that username exist"
499
  msgstr ""
500
- "Misslyckades att logga in med användarnamn \"{failed_login_username}\" "
501
- "eftersom ingen användare med det användarnamnet finns"
502
 
503
  #: loggers/SimpleUserLogger.php:25
504
  msgid "Logged in"
@@ -684,7 +684,7 @@ msgctxt "IP Info Dropin"
684
  msgid "Country"
685
  msgstr "Land"
686
 
687
- #: dropins/SimpleHistoryIpInfoDropin.php:175
688
  msgctxt "IP Info Dropin"
689
  msgid "IP info provided by %1$s ipinfo.io %2$s"
690
  msgstr "IP-informationen kommer från %1$s ipinfo.io %2$s"
4
  msgstr ""
5
  "Project-Id-Version: Simple History 2\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/Simple-History\n"
7
+ "POT-Creation-Date: 2014-12-31 10:41:42+00:00\n"
8
+ "PO-Revision-Date: 2014-12-31 11:42+0100\n"
9
  "Last-Translator: Pär Thernström <par.thernstrom@gmail.com>\n"
10
  "Language-Team: \n"
11
  "Language: sv\n"
132
  msgstr "Kontextuell data"
133
 
134
  #: SimpleHistory.php:1692
135
+ msgid "This is potentially useful meta data that a logger has saved."
136
  msgstr "Detta eventuellt användbar metadata som en logger har sparat."
137
 
138
  #: SimpleHistory.php:2029
495
  #: loggers/SimpleUserLogger.php:24
496
  msgid ""
497
  "Failed to login with username \"{failed_login_username}\" because no user "
498
+ "with that username exists"
499
  msgstr ""
500
+ "Det gick inte att logga in med användarnamn \"{failed_login_username}\" "
501
+ "eftersom ingen användare med det användarnamnet existerar"
502
 
503
  #: loggers/SimpleUserLogger.php:25
504
  msgid "Logged in"
684
  msgid "Country"
685
  msgstr "Land"
686
 
687
+ #: dropins/SimpleHistoryIpInfoDropin.php:162
688
  msgctxt "IP Info Dropin"
689
  msgid "IP info provided by %1$s ipinfo.io %2$s"
690
  msgstr "IP-informationen kommer från %1$s ipinfo.io %2$s"
languages/simple-history.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the Simple History package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Simple History 2.0.7\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/Simple-History\n"
7
- "POT-Creation-Date: 2014-12-28 20:36:33+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -37,7 +37,7 @@ msgid "Styles example (debug)"
37
  msgstr ""
38
 
39
  #: SimpleHistory.php:711
40
- #. #-#-#-#-# Simple-History.pot (Simple History 2.0.7) #-#-#-#-#
41
  #. Plugin Name of the plugin/theme
42
  msgid "Simple History"
43
  msgstr ""
@@ -135,7 +135,7 @@ msgid "Context data"
135
  msgstr ""
136
 
137
  #: SimpleHistory.php:1692
138
- msgid "This is potentially useful meta data that a logger have saved."
139
  msgstr ""
140
 
141
  #: SimpleHistory.php:2029
@@ -478,7 +478,7 @@ msgstr ""
478
  #: loggers/SimpleUserLogger.php:24
479
  msgid ""
480
  "Failed to login with username \"{failed_login_username}\" because no user "
481
- "with that username exist"
482
  msgstr ""
483
 
484
  #: loggers/SimpleUserLogger.php:25
@@ -656,7 +656,7 @@ msgctxt "IP Info Dropin"
656
  msgid "Country"
657
  msgstr ""
658
 
659
- #: dropins/SimpleHistoryIpInfoDropin.php:175
660
  msgctxt "IP Info Dropin"
661
  msgid "IP info provided by %1$s ipinfo.io %2$s"
662
  msgstr ""
2
  # This file is distributed under the same license as the Simple History package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Simple History 2.0.9\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/Simple-History\n"
7
+ "POT-Creation-Date: 2014-12-31 10:41:42+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
37
  msgstr ""
38
 
39
  #: SimpleHistory.php:711
40
+ #. #-#-#-#-# Simple-History.pot (Simple History 2.0.9) #-#-#-#-#
41
  #. Plugin Name of the plugin/theme
42
  msgid "Simple History"
43
  msgstr ""
135
  msgstr ""
136
 
137
  #: SimpleHistory.php:1692
138
+ msgid "This is potentially useful meta data that a logger has saved."
139
  msgstr ""
140
 
141
  #: SimpleHistory.php:2029
478
  #: loggers/SimpleUserLogger.php:24
479
  msgid ""
480
  "Failed to login with username \"{failed_login_username}\" because no user "
481
+ "with that username exists"
482
  msgstr ""
483
 
484
  #: loggers/SimpleUserLogger.php:25
656
  msgid "Country"
657
  msgstr ""
658
 
659
+ #: dropins/SimpleHistoryIpInfoDropin.php:162
660
  msgctxt "IP Info Dropin"
661
  msgid "IP info provided by %1$s ipinfo.io %2$s"
662
  msgstr ""
loggers/SimpleUserLogger.php CHANGED
@@ -21,7 +21,7 @@ class SimpleUserLogger extends SimpleLogger
21
  "capability" => "edit_users",
22
  "messages" => array(
23
  'user_login_failed' => __('Failed to login to account with username "{login_user_login}" because an incorrect password was entered', "simple-history"),
24
- 'user_unknown_login_failed' => __('Failed to login with username "{failed_login_username}" because no user with that username exist', "simple-history"),
25
  'user_logged_in' => __('Logged in', "simple-history"),
26
  'user_unknown_logged_in' => __("Unknown user logged in", "simple-history"),
27
  'user_logged_out' => __("Logged out", "simple-history"),
21
  "capability" => "edit_users",
22
  "messages" => array(
23
  'user_login_failed' => __('Failed to login to account with username "{login_user_login}" because an incorrect password was entered', "simple-history"),
24
+ 'user_unknown_login_failed' => __('Failed to login with username "{failed_login_username}" because no user with that username exists', "simple-history"),
25
  'user_logged_in' => __('Logged in', "simple-history"),
26
  'user_unknown_logged_in' => __("Unknown user logged in", "simple-history"),
27
  'user_logged_out' => __("Logged out", "simple-history"),
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, syslog, feed, activity, stream
5
  Requires at least: 3.6.0
6
  Tested up to: 4.1
7
- Stable tag: 2.0.9
8
 
9
  View changes made by users within WordPress. See who created a page, uploaded an attachment or approved an comment, and more.
10
 
@@ -104,6 +104,12 @@ initiated by a specific user.
104
 
105
  == Changelog ==
106
 
 
 
 
 
 
 
107
  = 2.0.9 (December 2014) =
108
 
109
  - Actually enable IP address lookup for all users. Sorry for missing to do that! ;)
4
  Tags: history, log, changes, changelog, audit, trail, pages, attachments, users, cms, dashboard, admin, syslog, feed, activity, stream
5
  Requires at least: 3.6.0
6
  Tested up to: 4.1
7
+ Stable tag: 2.0.10
8
 
9
  View changes made by users within WordPress. See who created a page, uploaded an attachment or approved an comment, and more.
10
 
104
 
105
  == Changelog ==
106
 
107
+ = 2.0.10 (January 2015) =
108
+
109
+ - Updated: Polish translation updated. Thanks [https://github.com/m-czardybon](m-czardybon)!
110
+ - Updated: German translation updated. Thanks [http://klein-aber-fein.de/](Ralph)!
111
+ - Updated: Swedish translation updated.
112
+
113
  = 2.0.9 (December 2014) =
114
 
115
  - Actually enable IP address lookup for all users. Sorry for missing to do that! ;)