16 lines
705 B
JavaScript
16 lines
705 B
JavaScript
OC.L10N.register(
|
|
"recommendations",
|
|
{
|
|
"Recommended files" : "Soovitatud failid",
|
|
"No recommendations yet" : "Soovitusi veel ei ole",
|
|
"Recently commented" : "Hiljuti kommenteeritud",
|
|
"Recently edited" : "Hiljuti muudetud",
|
|
"Recently shared" : "Hiljuti jagatud",
|
|
"Recommendations" : "Soovitused",
|
|
"Shows recommended files" : "Näitab soovitatud faile",
|
|
"Shows recommended files for quick access of files and folders with recent activity" : "Näitab soovitatud faile, hiljutiste tegevustega failidele ja kaustadele kiireks ligipääsuks",
|
|
"Path name {path}" : "Tee nimi {path}",
|
|
"Show recommendations" : "Näita soovitusi"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|