11 lines
509 B
JavaScript
11 lines
509 B
JavaScript
OC.L10N.register(
|
|
"files_downloadlimit",
|
|
{
|
|
"Files download limit" : "Limitas de telecargament de fichièrs",
|
|
"File link share download limit" : "Limitat de telecargament dels ligams de partatge",
|
|
"Limit downloads" : "Limitar los telecargaments",
|
|
"_1 remaining download allowed_::_{count} remaining downloads allowed_" : ["1 telecargament permés restant","{count} telecargaments permeses restants"],
|
|
"Download limit" : "Limita de telecargaments"
|
|
},
|
|
"nplurals=2; plural=(n > 1);");
|