16 lines
698 B
JavaScript
16 lines
698 B
JavaScript
OC.L10N.register(
|
|
"recommendations",
|
|
{
|
|
"Recommended files" : "Recommended files",
|
|
"No recommendations yet" : "No recommendations yet",
|
|
"Recently commented" : "Recently commented",
|
|
"Recently edited" : "Recently edited",
|
|
"Recently shared" : "Recently shared",
|
|
"Recommendations" : "Recommendations",
|
|
"Shows recommended files" : "Shows recommended files",
|
|
"Shows recommended files for quick access of files and folders with recent activity" : "Shows recommended files for quick access of files and folders with recent activity",
|
|
"Path name {path}" : "Path name {path}",
|
|
"Show recommendations" : "Show recommendations"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|