2017-03-02 19:51:36 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"files_accesscontrol",
|
|
|
|
{
|
|
|
|
"No rule given" : "Sääntö puuttuu",
|
2020-03-15 05:32:35 +03:00
|
|
|
"Block access to a file" : "Estä pääsy tiedostoon",
|
|
|
|
"File is accessed" : "Tiedostoa käytetään",
|
2022-06-28 05:44:36 +03:00
|
|
|
"File access control" : "Tiedostojen pääsynhallinta",
|
2020-10-14 05:33:05 +03:00
|
|
|
"Control access to files based on conditions" : "Hallitse pääsyä tiedostoihin ehtoihin pohjautuen"
|
2017-03-02 19:51:36 +03:00
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|