blob: d93378d5c69affa9b619547899499aa0ffd9e363 (
plain)
1
2
3
4
5
6
7
|
OC.L10N.register(
"admin_audit",
{
"Auditing / Logging" : "Granskning / Loggning",
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Tillhandahåller loggningsmöjligheter för Nextcloud, så som filåtkomster eller andra känsliga händelser"
},
"nplurals=2; plural=(n != 1);");
|