diff options
Diffstat (limited to 'lib/plugins/logviewer/lang/de-informal')
-rw-r--r-- | lib/plugins/logviewer/lang/de-informal/intro.txt | 5 | ||||
-rw-r--r-- | lib/plugins/logviewer/lang/de-informal/lang.php | 10 | ||||
-rw-r--r-- | lib/plugins/logviewer/lang/de-informal/nolog.txt | 1 |
3 files changed, 16 insertions, 0 deletions
diff --git a/lib/plugins/logviewer/lang/de-informal/intro.txt b/lib/plugins/logviewer/lang/de-informal/intro.txt new file mode 100644 index 000000000..147b84731 --- /dev/null +++ b/lib/plugins/logviewer/lang/de-informal/intro.txt @@ -0,0 +1,5 @@ +====== Protokolle anzeigen ====== + +Diese Oberfläche ermöglicht es dir, die verschiedenen Protokolle einzusehen, die von DokuWiki erstellt werden. Normalerweise sollte hier nicht viel zu sehen sein (das hängt von deinen [[doku>config:dontlog|Protokoll-Einstellungen]] ab). Wenn jedoch etwas schiefläuft, stehen die Chancen gut, dass du hier nützliche Informationen zum Problem findest. + +Bitte beachte, dass **Protokolldateien sensible Informationen** wie Passwörter, Pfade oder andere vertrauliche Daten enthalten können. Achte darauf, die Protokolle entsprechend zu schwärzen, bevor du sie im Forum oder in Fehlerberichten veröffentlichst!
\ No newline at end of file diff --git a/lib/plugins/logviewer/lang/de-informal/lang.php b/lib/plugins/logviewer/lang/de-informal/lang.php new file mode 100644 index 000000000..2bf0774b5 --- /dev/null +++ b/lib/plugins/logviewer/lang/de-informal/lang.php @@ -0,0 +1,10 @@ +<?php + +/** + * @license GPL 2 (https://www.gnu.org/licenses/gpl.html) + * + * @author andreash <aeheil@gmail.com> + */ +$lang['menu'] = 'Protokolleinträge anzeigen'; +$lang['date'] = 'Datum'; +$lang['js']['filter'] = 'Protokolleinträge filtern'; diff --git a/lib/plugins/logviewer/lang/de-informal/nolog.txt b/lib/plugins/logviewer/lang/de-informal/nolog.txt new file mode 100644 index 000000000..8692823bd --- /dev/null +++ b/lib/plugins/logviewer/lang/de-informal/nolog.txt @@ -0,0 +1 @@ +Es liegen keine Protokolleinträge für den ausgewählten Tag und das ausgewählte Modul vor.
\ No newline at end of file |