diff options
Diffstat (limited to 'log/l10n/de.php')
-rw-r--r-- | log/l10n/de.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/log/l10n/de.php b/log/l10n/de.php new file mode 100644 index 00000000000..5cfc3486aff --- /dev/null +++ b/log/l10n/de.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"Show:" => "Zeige", +"Uploads" => "Uploads", +"Filter:" => "Filter:", +"Logouts" => "Abmeldungen", +"Logins" => "Anmeldungen", +"When" => "Wann", +"Downloads" => "Downloads", +"Clear log entries before" => "Lösche Einträge vor dem", +"What" => "Was", +"entries per page." => "Einträge pro Seite", +"Creations" => "Erstellungen", +"Deletions" => "Löschungen" +); |