16 lines
747 B
JavaScript
16 lines
747 B
JavaScript
OC.L10N.register(
|
|
"recommendations",
|
|
{
|
|
"Recommended files" : "Ficheros recomendaos",
|
|
"Recommendations" : "Recomendaciones",
|
|
"Shows recommended files" : "Amuesa ficheros recomendaos",
|
|
"Shows recommended files for quick access of files and folders with recent activity" : "Amuesa ficheros recomendaos p'acceder aína a les carpetes y los ficheros con actividá recién",
|
|
"No recommendations yet" : "Nun hai nenguna recomendación",
|
|
"Path name {path}" : "Nome del camín {path}",
|
|
"Show recommendations" : "Amosar les recomendaciones",
|
|
"Recently commented" : "Comentóse apocayá",
|
|
"Recently edited" : "Editóse apocayá",
|
|
"Recently shared" : "Compartióse apocayá"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|