blob: 441f194006990d333b48f4539569d06a52fdd578 (
plain)
1
2
3
4
5
6
7
|
OC.L10N.register(
"admin_audit",
{
"Auditing / Logging" : "Pemeriksaan / Pencatatan",
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Menyediakan kemampuan pencatatan untuk Nextcloud seperti pencatatan akses berkas atau tindakan sensitif lainnya."
},
"nplurals=1; plural=0;");
|