2016-07-29 03:44:14 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"files_accesscontrol",
|
|
|
|
{
|
2016-09-05 03:44:15 +03:00
|
|
|
"No rule given" : "Geen regel opgegeven",
|
2020-01-01 05:48:23 +03:00
|
|
|
"Block access to a file" : "Blokkeer toegang tot een bestand",
|
|
|
|
"File is accessed" : "Bestand is geopend",
|
2016-08-11 03:44:26 +03:00
|
|
|
"File access control" : "Toegangsbeveiliging bestanden",
|
2023-05-27 03:35:14 +03:00
|
|
|
"Control access to files based on conditions" : "Verleen toegang tot bestanden gebaseerd op condities"
|
2016-07-29 03:44:14 +03:00
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|