Version Description
- Fixed: Do not try to load the Translation Install API. Fixes https://github.com/bonny/WordPress-Simple-History/issues/67.
- Updated: German translation updated.
Download this release
Release Info
Developer | eskapism |
Plugin | Simple History |
Version | 2.0.28 |
Comparing to | |
See all releases |
Code changes from version 2.0.27 to 2.0.28
- dropins/SimpleHistorySidebarDropin.php +8 -4
- inc/SimpleHistory.php +1 -1
- index.php +2 -2
- languages/simple-history-de_DE.mo +0 -0
- languages/simple-history-de_DE.po +77 -71
- readme.txt +7 -2
dropins/SimpleHistorySidebarDropin.php
CHANGED
@@ -127,10 +127,13 @@ class SimpleHistorySidebarDropin {
|
|
127 |
|
128 |
// Box to encourage people translate plugin
|
129 |
$current_locale = get_locale();
|
130 |
-
if ("en_US" != $current_locale) {
|
131 |
|
132 |
-
|
133 |
-
|
|
|
|
|
|
|
|
|
134 |
|
135 |
$translations = wp_get_available_translations();
|
136 |
|
@@ -167,7 +170,8 @@ class SimpleHistorySidebarDropin {
|
|
167 |
}
|
168 |
|
169 |
}
|
170 |
-
|
|
|
171 |
|
172 |
}
|
173 |
|
127 |
|
128 |
// Box to encourage people translate plugin
|
129 |
$current_locale = get_locale();
|
|
|
130 |
|
131 |
+
/** WordPress Translation Install API. This file exists only since 4.0. */
|
132 |
+
$translation_install_file = ABSPATH . 'wp-admin/includes/translation-install.php';
|
133 |
+
|
134 |
+
if ( "en_US" != $current_locale && file_exists( $translation_install_file ) ) {
|
135 |
+
|
136 |
+
require_once $translation_install_file;
|
137 |
|
138 |
$translations = wp_get_available_translations();
|
139 |
|
170 |
}
|
171 |
|
172 |
}
|
173 |
+
|
174 |
+
} // if not en_US + translation install file exists
|
175 |
|
176 |
}
|
177 |
|
inc/SimpleHistory.php
CHANGED
@@ -10,7 +10,7 @@ class SimpleHistory {
|
|
10 |
const NAME = "Simple History";
|
11 |
|
12 |
// Dont use this any more! Will be removed in future versions. Use global SIMPLE_HISTORY_VERSION instead.
|
13 |
-
const VERSION = "2.0.
|
14 |
|
15 |
/**
|
16 |
* For singleton
|
10 |
const NAME = "Simple History";
|
11 |
|
12 |
// Dont use this any more! Will be removed in future versions. Use global SIMPLE_HISTORY_VERSION instead.
|
13 |
+
const VERSION = "2.0.28";
|
14 |
|
15 |
/**
|
16 |
* For singleton
|
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.
|
7 |
Author: Pär Thernström
|
8 |
Author URI: http://simple-history.com/
|
9 |
License: GPL2
|
@@ -42,7 +42,7 @@ if ( version_compare( phpversion(), "5.3", ">=") ) {
|
|
42 |
*/
|
43 |
// register_activation_hook( trailingslashit(WP_PLUGIN_DIR) . trailingslashit( plugin_basename(__DIR__) ) . "index.php" , array("SimpleHistory", "on_plugin_activate" ) );
|
44 |
|
45 |
-
define( 'SIMPLE_HISTORY_VERSION', '2.0.
|
46 |
|
47 |
define( 'SIMPLE_HISTORY_FILE', __FILE__ );
|
48 |
define( 'SIMPLE_HISTORY_PATH', plugin_dir_path( SIMPLE_HISTORY_FILE ) );
|
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.28
|
7 |
Author: Pär Thernström
|
8 |
Author URI: http://simple-history.com/
|
9 |
License: GPL2
|
42 |
*/
|
43 |
// register_activation_hook( trailingslashit(WP_PLUGIN_DIR) . trailingslashit( plugin_basename(__DIR__) ) . "index.php" , array("SimpleHistory", "on_plugin_activate" ) );
|
44 |
|
45 |
+
define( 'SIMPLE_HISTORY_VERSION', '2.0.28' );
|
46 |
|
47 |
define( 'SIMPLE_HISTORY_FILE', __FILE__ );
|
48 |
define( 'SIMPLE_HISTORY_PATH', plugin_dir_path( SIMPLE_HISTORY_FILE ) );
|
languages/simple-history-de_DE.mo
CHANGED
Binary file
|
languages/simple-history-de_DE.po
CHANGED
@@ -4,15 +4,15 @@ 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: 2015-
|
8 |
-
"PO-Revision-Date: 2015-
|
9 |
"Last-Translator: Ralph Stenzel <ralph@klein-aber-fein.de>\n"
|
10 |
"Language-Team: Ralph Stenzel <ralph@klein-aber-fein.de>\n"
|
11 |
"Language: de_DE\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.
|
16 |
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
|
17 |
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
|
18 |
"esc_html_x:1,2c\n"
|
@@ -157,7 +157,7 @@ msgstr "Statistiken"
|
|
157 |
msgid "Just now"
|
158 |
msgstr "gerade eben"
|
159 |
|
160 |
-
#: inc/SimpleHistory.php:538 inc/SimpleHistory.php:
|
161 |
msgid "Settings"
|
162 |
msgstr "Einstellungen"
|
163 |
|
@@ -170,144 +170,144 @@ msgid "Styles example (debug)"
|
|
170 |
msgstr "Stil-Beispiel (Fehlersuche)"
|
171 |
|
172 |
#. Plugin Name of the plugin/theme
|
173 |
-
#: inc/SimpleHistory.php:
|
174 |
msgid "Simple History"
|
175 |
msgstr "Simple History"
|
176 |
|
177 |
-
#: inc/SimpleHistory.php:
|
178 |
msgid "Remove all log items?"
|
179 |
msgstr "Alle Einträge im Logbuch entfernen?"
|
180 |
|
181 |
-
#: inc/SimpleHistory.php:
|
182 |
msgid "Go to the first page"
|
183 |
msgstr "Gehe zur ersten Seite"
|
184 |
|
185 |
-
#: inc/SimpleHistory.php:
|
186 |
msgid "Go to the previous page"
|
187 |
msgstr "Gehe zur vorherigen Seite"
|
188 |
|
189 |
-
#: inc/SimpleHistory.php:
|
190 |
msgid "Go to the next page"
|
191 |
msgstr "Gehe zur nächsten Seite"
|
192 |
|
193 |
-
#: inc/SimpleHistory.php:
|
194 |
msgid "Go to the last page"
|
195 |
msgstr "Gehe zur letzten Seite"
|
196 |
|
197 |
-
#: inc/SimpleHistory.php:
|
198 |
msgid "Current page"
|
199 |
msgstr "Aktuelle Seite"
|
200 |
|
201 |
-
#: inc/SimpleHistory.php:
|
202 |
msgid "Oups, the log could not be loaded right now."
|
203 |
msgstr "Hoppla, das Logbuch konnte eben nicht geladen werden."
|
204 |
|
205 |
-
#: inc/SimpleHistory.php:
|
206 |
msgid "Your search did not match any history events."
|
207 |
msgstr "Deine Suche erbrachte keine Übereinstimmungen mit Ereignissen."
|
208 |
|
209 |
-
#: inc/SimpleHistory.php:
|
210 |
msgid "Simple History Settings"
|
211 |
msgstr "Simple History Einstellungen"
|
212 |
|
213 |
-
#: inc/SimpleHistory.php:
|
214 |
msgid "No valid callback found"
|
215 |
msgstr "Kein valider Rückruf gefunden"
|
216 |
|
217 |
-
#: inc/SimpleHistory.php:
|
218 |
msgid "Cleared database"
|
219 |
msgstr "Datenbank geleert"
|
220 |
|
221 |
-
#: inc/SimpleHistory.php:
|
222 |
msgid "Show history"
|
223 |
msgstr "Zeige Logbuch"
|
224 |
|
225 |
-
#: inc/SimpleHistory.php:
|
226 |
msgid "Number of items per page"
|
227 |
msgstr "Zahl der Einträge pro Seite"
|
228 |
|
229 |
-
#: inc/SimpleHistory.php:
|
230 |
msgid "Clear log"
|
231 |
msgstr "Logbuch leeren"
|
232 |
|
233 |
-
#: inc/SimpleHistory.php:
|
234 |
msgid "on the dashboard"
|
235 |
msgstr "auf dem Dashboard"
|
236 |
|
237 |
-
#: inc/SimpleHistory.php:
|
238 |
msgid "as a page under the dashboard menu"
|
239 |
msgstr "als eine Seite im Dashboard-Menü"
|
240 |
|
241 |
-
#: inc/SimpleHistory.php:
|
242 |
msgid "Items in the database are automatically removed after %1$s days."
|
243 |
msgstr "Einträge in der Datenbank werden nach %1$s Tagen automatisch entfernt."
|
244 |
|
245 |
-
#: inc/SimpleHistory.php:
|
246 |
msgid "Items in the database are kept forever."
|
247 |
msgstr "Einträge in der Datenbank werden auf ewig behalten."
|
248 |
|
249 |
-
#: inc/SimpleHistory.php:
|
250 |
msgid "Clear log now"
|
251 |
msgstr "Logbuch jetzt leeren"
|
252 |
|
253 |
-
#: inc/SimpleHistory.php:
|
254 |
msgid "The log for Simple History was cleared ({num_rows} rows were removed)."
|
255 |
msgstr ""
|
256 |
"Das Logbuch von Simple History wurde geleert ({num_rows} Zeilen wurden "
|
257 |
"entfernt)."
|
258 |
|
259 |
-
#: inc/SimpleHistory.php:
|
260 |
msgid "+%1$s similar event"
|
261 |
msgid_plural "+%1$s similar events"
|
262 |
msgstr[0] "+%1$s gleichartiges Ereignis"
|
263 |
msgstr[1] "+%1$s gleichartige Ereignisse"
|
264 |
|
265 |
-
#: inc/SimpleHistory.php:
|
266 |
msgid "Loading…"
|
267 |
msgstr "Lade..."
|
268 |
|
269 |
-
#: inc/SimpleHistory.php:
|
270 |
msgid "Showing %1$s more"
|
271 |
msgstr "Zeige %1$s mehr"
|
272 |
|
273 |
-
#: inc/SimpleHistory.php:
|
274 |
msgid "Context data"
|
275 |
msgstr "Kontext-Daten"
|
276 |
|
277 |
-
#: inc/SimpleHistory.php:
|
278 |
msgid "This is potentially useful meta data that a logger has saved."
|
279 |
msgstr ""
|
280 |
"Dies sind potentiell nützliche Meta-Daten, die ein Logger abgespeichert hat."
|
281 |
|
282 |
-
#: inc/SimpleHistory.php:
|
283 |
msgid "No events today so far."
|
284 |
msgstr "Heute sind noch keine Ereignisse aufgetreten."
|
285 |
|
286 |
-
#: inc/SimpleHistory.php:
|
287 |
msgid "One event today from one user."
|
288 |
msgstr "Ein Ereignis heute von einem Benutzer."
|
289 |
|
290 |
-
#: inc/SimpleHistory.php:
|
291 |
msgid "One event today from one source."
|
292 |
msgstr "Ein Ereignis heute aus einer Quelle."
|
293 |
|
294 |
-
#: inc/SimpleHistory.php:
|
295 |
msgid "%1$d events today from one user."
|
296 |
msgstr "%1$d Ereignisse heute von einem Benutzer."
|
297 |
|
298 |
-
#: inc/SimpleHistory.php:
|
299 |
msgid "%1$d events today from %2$d users."
|
300 |
msgstr "%1$d Ereignisse heute von %2$d Benutzern."
|
301 |
|
302 |
-
#: inc/SimpleHistory.php:
|
303 |
msgid "%1$d events today from one user and one other source."
|
304 |
msgstr "%1$d Ereignisse heute von einem Benutzer und einer anderen Quelle."
|
305 |
|
306 |
-
#: inc/SimpleHistory.php:
|
307 |
msgid "%1$d events today from one user and %3$d other sources."
|
308 |
msgstr "%1$d Ereignisse heute von einem Benutzer und %3$d anderen Quellen."
|
309 |
|
310 |
-
#: inc/SimpleHistory.php:
|
311 |
msgid "%1$s events today from %2$d users and %3$d other sources."
|
312 |
msgstr "%1$s Ereignisse heute von %2$d Benutzern und %3$d anderen Quellen."
|
313 |
|
@@ -461,15 +461,15 @@ msgstr "alter Wert"
|
|
461 |
msgid "Settings page"
|
462 |
msgstr "Einstellungs-Seite"
|
463 |
|
464 |
-
#: loggers/SimplePluginLogger.php:
|
465 |
msgid "You don't have access to this page."
|
466 |
msgstr "Du hast keine Zugangsberechtigung zu dieser Seite."
|
467 |
|
468 |
-
#: loggers/SimplePluginLogger.php:
|
469 |
msgid "Could not find GitHub repository."
|
470 |
msgstr "Konnte das GitHub Repository nicht finden."
|
471 |
|
472 |
-
#: loggers/SimplePluginLogger.php:
|
473 |
msgid ""
|
474 |
"<p>Viewing <code>readme</code> from repository <code><a target=\"_blank\" "
|
475 |
"href=\"%1$s\">%2$s</a></code>.</p>"
|
@@ -477,16 +477,16 @@ msgstr ""
|
|
477 |
"<p>Betrachte <code>Readme</code> aus dem Repository <code><a target=\"_blank"
|
478 |
"\" href=\"%1$s\">%2$s</a></code>.</p>"
|
479 |
|
480 |
-
#: loggers/SimplePluginLogger.php:
|
481 |
msgid "You do not have sufficient permissions to delete plugins for this site."
|
482 |
msgstr ""
|
483 |
"Du hast keine ausreichenden Rechte, um Plugins von dieser Website zu löschen."
|
484 |
|
485 |
-
#: loggers/SimplePluginLogger.php:
|
486 |
msgid "WordPress Plugin Repository"
|
487 |
msgstr "WordPress Plugin Repository"
|
488 |
|
489 |
-
#: loggers/SimplePluginLogger.php:
|
490 |
msgid "Uploaded ZIP archive"
|
491 |
msgstr "ZIP-Archiv hochgeladen"
|
492 |
|
@@ -835,17 +835,17 @@ msgctxt "API: not enought arguments passed"
|
|
835 |
msgid "Not enough args specified"
|
836 |
msgstr "Nicht genügend Argumente angegeben"
|
837 |
|
838 |
-
#: inc/SimpleHistory.php:
|
839 |
msgctxt "dashboard menu name"
|
840 |
msgid "Simple History"
|
841 |
msgstr "Simple History"
|
842 |
|
843 |
-
#: inc/SimpleHistory.php:
|
844 |
msgctxt "history page headline"
|
845 |
msgid "Simple History"
|
846 |
msgstr "Simple History"
|
847 |
|
848 |
-
#: inc/SimpleHistory.php:
|
849 |
msgctxt "simple-history"
|
850 |
msgid "Simple History removed one event that were older than {days} days"
|
851 |
msgid_plural ""
|
@@ -856,82 +856,82 @@ msgstr[1] ""
|
|
856 |
"Simple History hat {num_rows} Ereignisse entfernt welche älter als {days} "
|
857 |
"Tage waren"
|
858 |
|
859 |
-
#: inc/SimpleHistory.php:
|
860 |
msgctxt "Log level in gui"
|
861 |
msgid "emergency"
|
862 |
msgstr "Notfall"
|
863 |
|
864 |
-
#: inc/SimpleHistory.php:
|
865 |
msgctxt "Log level in gui"
|
866 |
msgid "alert"
|
867 |
msgstr "Alarm"
|
868 |
|
869 |
-
#: inc/SimpleHistory.php:
|
870 |
msgctxt "Log level in gui"
|
871 |
msgid "critical"
|
872 |
msgstr "Kritisch"
|
873 |
|
874 |
-
#: inc/SimpleHistory.php:
|
875 |
msgctxt "Log level in gui"
|
876 |
msgid "error"
|
877 |
msgstr "Fehler"
|
878 |
|
879 |
-
#: inc/SimpleHistory.php:
|
880 |
msgctxt "Log level in gui"
|
881 |
msgid "warning"
|
882 |
msgstr "Warnung"
|
883 |
|
884 |
-
#: inc/SimpleHistory.php:
|
885 |
msgctxt "Log level in gui"
|
886 |
msgid "notice"
|
887 |
msgstr "Hinweis"
|
888 |
|
889 |
-
#: inc/SimpleHistory.php:
|
890 |
msgctxt "Log level in gui"
|
891 |
msgid "info"
|
892 |
msgstr "Information"
|
893 |
|
894 |
-
#: inc/SimpleHistory.php:
|
895 |
msgctxt "Log level in gui"
|
896 |
msgid "debug"
|
897 |
msgstr "Fehlersuche"
|
898 |
|
899 |
-
#: inc/SimpleHistory.php:
|
900 |
msgctxt "Log level in gui"
|
901 |
msgid "Emergency"
|
902 |
msgstr "Notfall"
|
903 |
|
904 |
-
#: inc/SimpleHistory.php:
|
905 |
msgctxt "Log level in gui"
|
906 |
msgid "Alert"
|
907 |
msgstr "Alarm"
|
908 |
|
909 |
-
#: inc/SimpleHistory.php:
|
910 |
msgctxt "Log level in gui"
|
911 |
msgid "Critical"
|
912 |
msgstr "Kritisch"
|
913 |
|
914 |
-
#: inc/SimpleHistory.php:
|
915 |
msgctxt "Log level in gui"
|
916 |
msgid "Error"
|
917 |
msgstr "Fehler"
|
918 |
|
919 |
-
#: inc/SimpleHistory.php:
|
920 |
msgctxt "Log level in gui"
|
921 |
msgid "Warning"
|
922 |
msgstr "Warnung"
|
923 |
|
924 |
-
#: inc/SimpleHistory.php:
|
925 |
msgctxt "Log level in gui"
|
926 |
msgid "Notice"
|
927 |
msgstr "Hinweis"
|
928 |
|
929 |
-
#: inc/SimpleHistory.php:
|
930 |
msgctxt "Log level in gui"
|
931 |
msgid "Info"
|
932 |
msgstr "Information"
|
933 |
|
934 |
-
#: inc/SimpleHistory.php:
|
935 |
msgctxt "Log level in gui"
|
936 |
msgid "Debug"
|
937 |
msgstr "Fehlersuche"
|
@@ -1468,42 +1468,48 @@ msgctxt "Plugin logger: search"
|
|
1468 |
msgid "Deleted plugins"
|
1469 |
msgstr "gelöschte Plugins"
|
1470 |
|
1471 |
-
#: loggers/SimplePluginLogger.php:
|
|
|
|
|
|
|
|
|
|
|
1472 |
msgctxt "plugin logger - detailed output install source"
|
1473 |
msgid "Source"
|
1474 |
msgstr "Quelle"
|
1475 |
|
1476 |
-
#: loggers/SimplePluginLogger.php:
|
1477 |
msgctxt "plugin logger - detailed output install source"
|
1478 |
msgid "Source file name"
|
1479 |
msgstr "Name der Quell-Datei"
|
1480 |
|
1481 |
-
#: loggers/SimplePluginLogger.php:
|
1482 |
msgctxt "plugin logger - detailed output version"
|
1483 |
msgid "Version"
|
1484 |
msgstr "Version"
|
1485 |
|
1486 |
-
#: loggers/SimplePluginLogger.php:
|
1487 |
msgctxt "plugin logger - detailed output author"
|
1488 |
msgid "Author"
|
1489 |
msgstr "Autor"
|
1490 |
|
1491 |
-
#: loggers/SimplePluginLogger.php:
|
1492 |
msgctxt "plugin logger - detailed output url"
|
1493 |
msgid "URL"
|
1494 |
msgstr "URL"
|
1495 |
|
1496 |
-
#: loggers/SimplePluginLogger.php:
|
|
|
1497 |
msgctxt "plugin logger: plugin info thickbox title view all info"
|
1498 |
msgid "View plugin info"
|
1499 |
msgstr "Zeige Plugin-Info"
|
1500 |
|
1501 |
-
#: loggers/SimplePluginLogger.php:
|
1502 |
msgctxt "plugin logger: plugin info thickbox title"
|
1503 |
msgid "View plugin info"
|
1504 |
msgstr "Zeige Plugin-Info"
|
1505 |
|
1506 |
-
#: loggers/SimplePluginLogger.php:
|
1507 |
msgctxt "plugin logger: plugin info thickbox title"
|
1508 |
msgid "View changelog"
|
1509 |
msgstr "Zeige Changelog"
|
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: 2015-04-01 14:16:45+00:00\n"
|
8 |
+
"PO-Revision-Date: 2015-04-01 16:59+0100\n"
|
9 |
"Last-Translator: Ralph Stenzel <ralph@klein-aber-fein.de>\n"
|
10 |
"Language-Team: Ralph Stenzel <ralph@klein-aber-fein.de>\n"
|
11 |
"Language: de_DE\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.5\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
|
17 |
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
|
18 |
"esc_html_x:1,2c\n"
|
157 |
msgid "Just now"
|
158 |
msgstr "gerade eben"
|
159 |
|
160 |
+
#: inc/SimpleHistory.php:538 inc/SimpleHistory.php:821
|
161 |
msgid "Settings"
|
162 |
msgstr "Einstellungen"
|
163 |
|
170 |
msgstr "Stil-Beispiel (Fehlersuche)"
|
171 |
|
172 |
#. Plugin Name of the plugin/theme
|
173 |
+
#: inc/SimpleHistory.php:846
|
174 |
msgid "Simple History"
|
175 |
msgstr "Simple History"
|
176 |
|
177 |
+
#: inc/SimpleHistory.php:924
|
178 |
msgid "Remove all log items?"
|
179 |
msgstr "Alle Einträge im Logbuch entfernen?"
|
180 |
|
181 |
+
#: inc/SimpleHistory.php:926
|
182 |
msgid "Go to the first page"
|
183 |
msgstr "Gehe zur ersten Seite"
|
184 |
|
185 |
+
#: inc/SimpleHistory.php:927
|
186 |
msgid "Go to the previous page"
|
187 |
msgstr "Gehe zur vorherigen Seite"
|
188 |
|
189 |
+
#: inc/SimpleHistory.php:928
|
190 |
msgid "Go to the next page"
|
191 |
msgstr "Gehe zur nächsten Seite"
|
192 |
|
193 |
+
#: inc/SimpleHistory.php:929
|
194 |
msgid "Go to the last page"
|
195 |
msgstr "Gehe zur letzten Seite"
|
196 |
|
197 |
+
#: inc/SimpleHistory.php:930
|
198 |
msgid "Current page"
|
199 |
msgstr "Aktuelle Seite"
|
200 |
|
201 |
+
#: inc/SimpleHistory.php:932
|
202 |
msgid "Oups, the log could not be loaded right now."
|
203 |
msgstr "Hoppla, das Logbuch konnte eben nicht geladen werden."
|
204 |
|
205 |
+
#: inc/SimpleHistory.php:933
|
206 |
msgid "Your search did not match any history events."
|
207 |
msgstr "Deine Suche erbrachte keine Übereinstimmungen mit Ereignissen."
|
208 |
|
209 |
+
#: inc/SimpleHistory.php:1217 inc/SimpleHistory.php:1332
|
210 |
msgid "Simple History Settings"
|
211 |
msgstr "Simple History Einstellungen"
|
212 |
|
213 |
+
#: inc/SimpleHistory.php:1251
|
214 |
msgid "No valid callback found"
|
215 |
msgstr "Kein valider Rückruf gefunden"
|
216 |
|
217 |
+
#: inc/SimpleHistory.php:1353
|
218 |
msgid "Cleared database"
|
219 |
msgstr "Datenbank geleert"
|
220 |
|
221 |
+
#: inc/SimpleHistory.php:1380
|
222 |
msgid "Show history"
|
223 |
msgstr "Zeige Logbuch"
|
224 |
|
225 |
+
#: inc/SimpleHistory.php:1393
|
226 |
msgid "Number of items per page"
|
227 |
msgstr "Zahl der Einträge pro Seite"
|
228 |
|
229 |
+
#: inc/SimpleHistory.php:1405
|
230 |
msgid "Clear log"
|
231 |
msgstr "Logbuch leeren"
|
232 |
|
233 |
+
#: inc/SimpleHistory.php:1544
|
234 |
msgid "on the dashboard"
|
235 |
msgstr "auf dem Dashboard"
|
236 |
|
237 |
+
#: inc/SimpleHistory.php:1549
|
238 |
msgid "as a page under the dashboard menu"
|
239 |
msgstr "als eine Seite im Dashboard-Menü"
|
240 |
|
241 |
+
#: inc/SimpleHistory.php:1565
|
242 |
msgid "Items in the database are automatically removed after %1$s days."
|
243 |
msgstr "Einträge in der Datenbank werden nach %1$s Tagen automatisch entfernt."
|
244 |
|
245 |
+
#: inc/SimpleHistory.php:1567
|
246 |
msgid "Items in the database are kept forever."
|
247 |
msgstr "Einträge in der Datenbank werden auf ewig behalten."
|
248 |
|
249 |
+
#: inc/SimpleHistory.php:1571
|
250 |
msgid "Clear log now"
|
251 |
msgstr "Logbuch jetzt leeren"
|
252 |
|
253 |
+
#: inc/SimpleHistory.php:1621
|
254 |
msgid "The log for Simple History was cleared ({num_rows} rows were removed)."
|
255 |
msgstr ""
|
256 |
"Das Logbuch von Simple History wurde geleert ({num_rows} Zeilen wurden "
|
257 |
"entfernt)."
|
258 |
|
259 |
+
#: inc/SimpleHistory.php:1885
|
260 |
msgid "+%1$s similar event"
|
261 |
msgid_plural "+%1$s similar events"
|
262 |
msgstr[0] "+%1$s gleichartiges Ereignis"
|
263 |
msgstr[1] "+%1$s gleichartige Ereignisse"
|
264 |
|
265 |
+
#: inc/SimpleHistory.php:1892
|
266 |
msgid "Loading…"
|
267 |
msgstr "Lade..."
|
268 |
|
269 |
+
#: inc/SimpleHistory.php:1899
|
270 |
msgid "Showing %1$s more"
|
271 |
msgstr "Zeige %1$s mehr"
|
272 |
|
273 |
+
#: inc/SimpleHistory.php:1927
|
274 |
msgid "Context data"
|
275 |
msgstr "Kontext-Daten"
|
276 |
|
277 |
+
#: inc/SimpleHistory.php:1928
|
278 |
msgid "This is potentially useful meta data that a logger has saved."
|
279 |
msgstr ""
|
280 |
"Dies sind potentiell nützliche Meta-Daten, die ein Logger abgespeichert hat."
|
281 |
|
282 |
+
#: inc/SimpleHistory.php:2448
|
283 |
msgid "No events today so far."
|
284 |
msgstr "Heute sind noch keine Ereignisse aufgetreten."
|
285 |
|
286 |
+
#: inc/SimpleHistory.php:2467
|
287 |
msgid "One event today from one user."
|
288 |
msgstr "Ein Ereignis heute von einem Benutzer."
|
289 |
|
290 |
+
#: inc/SimpleHistory.php:2473
|
291 |
msgid "One event today from one source."
|
292 |
msgstr "Ein Ereignis heute aus einer Quelle."
|
293 |
|
294 |
+
#: inc/SimpleHistory.php:2479
|
295 |
msgid "%1$d events today from one user."
|
296 |
msgstr "%1$d Ereignisse heute von einem Benutzer."
|
297 |
|
298 |
+
#: inc/SimpleHistory.php:2485
|
299 |
msgid "%1$d events today from %2$d users."
|
300 |
msgstr "%1$d Ereignisse heute von %2$d Benutzern."
|
301 |
|
302 |
+
#: inc/SimpleHistory.php:2491 inc/SimpleHistory.php:2497
|
303 |
msgid "%1$d events today from one user and one other source."
|
304 |
msgstr "%1$d Ereignisse heute von einem Benutzer und einer anderen Quelle."
|
305 |
|
306 |
+
#: inc/SimpleHistory.php:2503
|
307 |
msgid "%1$d events today from one user and %3$d other sources."
|
308 |
msgstr "%1$d Ereignisse heute von einem Benutzer und %3$d anderen Quellen."
|
309 |
|
310 |
+
#: inc/SimpleHistory.php:2509
|
311 |
msgid "%1$s events today from %2$d users and %3$d other sources."
|
312 |
msgstr "%1$s Ereignisse heute von %2$d Benutzern und %3$d anderen Quellen."
|
313 |
|
461 |
msgid "Settings page"
|
462 |
msgstr "Einstellungs-Seite"
|
463 |
|
464 |
+
#: loggers/SimplePluginLogger.php:177
|
465 |
msgid "You don't have access to this page."
|
466 |
msgstr "Du hast keine Zugangsberechtigung zu dieser Seite."
|
467 |
|
468 |
+
#: loggers/SimplePluginLogger.php:183 loggers/SimplePluginLogger.php:188
|
469 |
msgid "Could not find GitHub repository."
|
470 |
msgstr "Konnte das GitHub Repository nicht finden."
|
471 |
|
472 |
+
#: loggers/SimplePluginLogger.php:208
|
473 |
msgid ""
|
474 |
"<p>Viewing <code>readme</code> from repository <code><a target=\"_blank\" "
|
475 |
"href=\"%1$s\">%2$s</a></code>.</p>"
|
477 |
"<p>Betrachte <code>Readme</code> aus dem Repository <code><a target=\"_blank"
|
478 |
"\" href=\"%1$s\">%2$s</a></code>.</p>"
|
479 |
|
480 |
+
#: loggers/SimplePluginLogger.php:281
|
481 |
msgid "You do not have sufficient permissions to delete plugins for this site."
|
482 |
msgstr ""
|
483 |
"Du hast keine ausreichenden Rechte, um Plugins von dieser Website zu löschen."
|
484 |
|
485 |
+
#: loggers/SimplePluginLogger.php:1129
|
486 |
msgid "WordPress Plugin Repository"
|
487 |
msgstr "WordPress Plugin Repository"
|
488 |
|
489 |
+
#: loggers/SimplePluginLogger.php:1132
|
490 |
msgid "Uploaded ZIP archive"
|
491 |
msgstr "ZIP-Archiv hochgeladen"
|
492 |
|
835 |
msgid "Not enough args specified"
|
836 |
msgstr "Nicht genügend Argumente angegeben"
|
837 |
|
838 |
+
#: inc/SimpleHistory.php:1314
|
839 |
msgctxt "dashboard menu name"
|
840 |
msgid "Simple History"
|
841 |
msgstr "Simple History"
|
842 |
|
843 |
+
#: inc/SimpleHistory.php:1441
|
844 |
msgctxt "history page headline"
|
845 |
msgid "Simple History"
|
846 |
msgstr "Simple History"
|
847 |
|
848 |
+
#: inc/SimpleHistory.php:1709
|
849 |
msgctxt "simple-history"
|
850 |
msgid "Simple History removed one event that were older than {days} days"
|
851 |
msgid_plural ""
|
856 |
"Simple History hat {num_rows} Ereignisse entfernt welche älter als {days} "
|
857 |
"Tage waren"
|
858 |
|
859 |
+
#: inc/SimpleHistory.php:2064
|
860 |
msgctxt "Log level in gui"
|
861 |
msgid "emergency"
|
862 |
msgstr "Notfall"
|
863 |
|
864 |
+
#: inc/SimpleHistory.php:2068
|
865 |
msgctxt "Log level in gui"
|
866 |
msgid "alert"
|
867 |
msgstr "Alarm"
|
868 |
|
869 |
+
#: inc/SimpleHistory.php:2072
|
870 |
msgctxt "Log level in gui"
|
871 |
msgid "critical"
|
872 |
msgstr "Kritisch"
|
873 |
|
874 |
+
#: inc/SimpleHistory.php:2076
|
875 |
msgctxt "Log level in gui"
|
876 |
msgid "error"
|
877 |
msgstr "Fehler"
|
878 |
|
879 |
+
#: inc/SimpleHistory.php:2080
|
880 |
msgctxt "Log level in gui"
|
881 |
msgid "warning"
|
882 |
msgstr "Warnung"
|
883 |
|
884 |
+
#: inc/SimpleHistory.php:2084
|
885 |
msgctxt "Log level in gui"
|
886 |
msgid "notice"
|
887 |
msgstr "Hinweis"
|
888 |
|
889 |
+
#: inc/SimpleHistory.php:2088
|
890 |
msgctxt "Log level in gui"
|
891 |
msgid "info"
|
892 |
msgstr "Information"
|
893 |
|
894 |
+
#: inc/SimpleHistory.php:2092
|
895 |
msgctxt "Log level in gui"
|
896 |
msgid "debug"
|
897 |
msgstr "Fehlersuche"
|
898 |
|
899 |
+
#: inc/SimpleHistory.php:2097
|
900 |
msgctxt "Log level in gui"
|
901 |
msgid "Emergency"
|
902 |
msgstr "Notfall"
|
903 |
|
904 |
+
#: inc/SimpleHistory.php:2101
|
905 |
msgctxt "Log level in gui"
|
906 |
msgid "Alert"
|
907 |
msgstr "Alarm"
|
908 |
|
909 |
+
#: inc/SimpleHistory.php:2105
|
910 |
msgctxt "Log level in gui"
|
911 |
msgid "Critical"
|
912 |
msgstr "Kritisch"
|
913 |
|
914 |
+
#: inc/SimpleHistory.php:2109
|
915 |
msgctxt "Log level in gui"
|
916 |
msgid "Error"
|
917 |
msgstr "Fehler"
|
918 |
|
919 |
+
#: inc/SimpleHistory.php:2113
|
920 |
msgctxt "Log level in gui"
|
921 |
msgid "Warning"
|
922 |
msgstr "Warnung"
|
923 |
|
924 |
+
#: inc/SimpleHistory.php:2117
|
925 |
msgctxt "Log level in gui"
|
926 |
msgid "Notice"
|
927 |
msgstr "Hinweis"
|
928 |
|
929 |
+
#: inc/SimpleHistory.php:2121
|
930 |
msgctxt "Log level in gui"
|
931 |
msgid "Info"
|
932 |
msgstr "Information"
|
933 |
|
934 |
+
#: inc/SimpleHistory.php:2125
|
935 |
msgctxt "Log level in gui"
|
936 |
msgid "Debug"
|
937 |
msgstr "Fehlersuche"
|
1468 |
msgid "Deleted plugins"
|
1469 |
msgstr "gelöschte Plugins"
|
1470 |
|
1471 |
+
#: loggers/SimplePluginLogger.php:1081
|
1472 |
+
msgctxt "plugin logger - detailed output"
|
1473 |
+
msgid "Description"
|
1474 |
+
msgstr "Beschreibung"
|
1475 |
+
|
1476 |
+
#: loggers/SimplePluginLogger.php:1082
|
1477 |
msgctxt "plugin logger - detailed output install source"
|
1478 |
msgid "Source"
|
1479 |
msgstr "Quelle"
|
1480 |
|
1481 |
+
#: loggers/SimplePluginLogger.php:1083
|
1482 |
msgctxt "plugin logger - detailed output install source"
|
1483 |
msgid "Source file name"
|
1484 |
msgstr "Name der Quell-Datei"
|
1485 |
|
1486 |
+
#: loggers/SimplePluginLogger.php:1084
|
1487 |
msgctxt "plugin logger - detailed output version"
|
1488 |
msgid "Version"
|
1489 |
msgstr "Version"
|
1490 |
|
1491 |
+
#: loggers/SimplePluginLogger.php:1085
|
1492 |
msgctxt "plugin logger - detailed output author"
|
1493 |
msgid "Author"
|
1494 |
msgstr "Autor"
|
1495 |
|
1496 |
+
#: loggers/SimplePluginLogger.php:1086
|
1497 |
msgctxt "plugin logger - detailed output url"
|
1498 |
msgid "URL"
|
1499 |
msgstr "URL"
|
1500 |
|
1501 |
+
#: loggers/SimplePluginLogger.php:1194 loggers/SimplePluginLogger.php:1213
|
1502 |
+
#: loggers/SimplePluginLogger.php:1252
|
1503 |
msgctxt "plugin logger: plugin info thickbox title view all info"
|
1504 |
msgid "View plugin info"
|
1505 |
msgstr "Zeige Plugin-Info"
|
1506 |
|
1507 |
+
#: loggers/SimplePluginLogger.php:1228
|
1508 |
msgctxt "plugin logger: plugin info thickbox title"
|
1509 |
msgid "View plugin info"
|
1510 |
msgstr "Zeige Plugin-Info"
|
1511 |
|
1512 |
+
#: loggers/SimplePluginLogger.php:1232
|
1513 |
msgctxt "plugin logger: plugin info thickbox title"
|
1514 |
msgid "View changelog"
|
1515 |
msgstr "Zeige Changelog"
|
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.
|
8 |
|
9 |
View changes made by users within WordPress. See who created a page, uploaded an attachment or approved an comment, and more.
|
10 |
|
@@ -115,6 +115,11 @@ initiated by a specific user.
|
|
115 |
|
116 |
## Changelog
|
117 |
|
|
|
|
|
|
|
|
|
|
|
118 |
= 2.0.27 (April 2015) =
|
119 |
|
120 |
- Fixed: Even better support for plugins from GitHub with the `GitHub Plugin URI` header. Plugin install, deactivations, and activations should have correct view-info-links now.
|
@@ -145,7 +150,7 @@ initiated by a specific user.
|
|
145 |
- Changed: Loading of loggers, dropins, and so one are moved from action `plugins_loaded` to `after_setup_theme` so themes can actually use for example the load_dropin_*-filters...
|
146 |
- Changed: Misc small design fixes.
|
147 |
|
148 |
-
= 2.0.23 (March 2015) =
|
149 |
|
150 |
- Added: Filter `simple_history/rss_item_link`, so plugins can modify the link used in the RSS feed.
|
151 |
- Added: Links for changed posts and attachments in RSS feed now links directly to WordPress admin, making is easier to follow things from your RSS reeder.
|
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.28
|
8 |
|
9 |
View changes made by users within WordPress. See who created a page, uploaded an attachment or approved an comment, and more.
|
10 |
|
115 |
|
116 |
## Changelog
|
117 |
|
118 |
+
= 2.0.28 =
|
119 |
+
|
120 |
+
- Fixed: Do not try to load the Translation Install API. Fixes https://github.com/bonny/WordPress-Simple-History/issues/67.
|
121 |
+
- Updated: German translation updated.
|
122 |
+
|
123 |
= 2.0.27 (April 2015) =
|
124 |
|
125 |
- Fixed: Even better support for plugins from GitHub with the `GitHub Plugin URI` header. Plugin install, deactivations, and activations should have correct view-info-links now.
|
150 |
- Changed: Loading of loggers, dropins, and so one are moved from action `plugins_loaded` to `after_setup_theme` so themes can actually use for example the load_dropin_*-filters...
|
151 |
- Changed: Misc small design fixes.
|
152 |
|
153 |
+
= 2.0.23 (March 2015) =
|
154 |
|
155 |
- Added: Filter `simple_history/rss_item_link`, so plugins can modify the link used in the RSS feed.
|
156 |
- Added: Links for changed posts and attachments in RSS feed now links directly to WordPress admin, making is easier to follow things from your RSS reeder.
|