summaryrefslogtreecommitdiffstats
path: root/apps/admin_audit/l10n/sk.js
blob: f1ce1c3b098187005e2d163263c8eea1c523d304 (plain)
1
2
3
4
5
6
7
OC.L10N.register(
    "admin_audit",
    {
    "Auditing / Logging" : "Auditovanie / zaznamenávanie udalostí",
    "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Poskytuje možnosť zaznamenávania udalostí pre Nextcloud, ako je napríklad prístup k súborom alebo iných citlivých akcií."
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");