16 lines
823 B
JavaScript
16 lines
823 B
JavaScript
OC.L10N.register(
|
|
"recommendations",
|
|
{
|
|
"Recommended files" : "Archivos recomendados",
|
|
"Recommendations" : "Recomendaciones",
|
|
"Shows recommended files" : "Muestra archivos recomendados",
|
|
"Shows recommended files for quick access of files and folders with recent activity" : "Muestra archivos recomendados para acceder rápidamente a archivos y carpetas con actividad reciente.",
|
|
"No recommendations yet" : "Todavía no hay recomendaciones disponibles.",
|
|
"Path name {path}" : "Nombre de la ruta: {path}",
|
|
"Show recommendations" : "Mostrar recomendaciones",
|
|
"Recently commented" : "Recientemente comentados",
|
|
"Recently edited" : "Recientemente editados",
|
|
"Recently shared" : "Recientemente compartidos"
|
|
},
|
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|