Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nl.js « l10n « admin_audit « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6902c164f065c041d4947e8f6fc62498f906e207 (plain)
1
2
3
4
5
6
7
OC.L10N.register(
    "admin_audit",
    {
    "Auditing / Logging" : "Audit / Logging",
    "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Biedt loggingfuncties voor Nextcloud, zoals het loggen van bestandstoegang of anderszins gevoelige acties."
},
"nplurals=2; plural=(n != 1);");