nextcloud/apps/admin_audit/l10n/de_DE.js

8 lines
367 B
JavaScript
Raw Normal View History

2020-09-25 05:18:49 +03:00
OC.L10N.register(
"admin_audit",
{
2020-09-26 05:17:48 +03:00
"Auditing / Logging" : "Auditieren / Protokollieren",
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Stellt Protokollierungsfunktionen für Nextcloud zur Verfügung wie Dateizugriffe oder andere vertrauliche Aktionen."
2020-09-25 05:18:49 +03:00
},
"nplurals=2; plural=(n != 1);");