19 lines
885 B
JavaScript
19 lines
885 B
JavaScript
OC.L10N.register(
|
|
"recommendations",
|
|
{
|
|
"Recommended files" : "Recommended files",
|
|
"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",
|
|
"No recommendations yet" : "No recommendations yet",
|
|
"Last updated {timeAgo}" : "Last updated {timeAgo}",
|
|
"Shared with you {timeAgo}" : "Shared with you {timeAgo}",
|
|
"Last commented on {timeAgo}" : "Last commented on {timeAgo}",
|
|
"Path name {path}" : "Path name {path}",
|
|
"Show recommendations" : "Show recommendations",
|
|
"Recently commented" : "Recently commented",
|
|
"Recently edited" : "Recently edited",
|
|
"Recently shared" : "Recently shared"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|