16 lines
741 B
JavaScript
16 lines
741 B
JavaScript
OC.L10N.register(
|
|
"recommendations",
|
|
{
|
|
"Recommended files" : "Fitxers recomanats",
|
|
"Recommendations" : "Recomanacions",
|
|
"Shows recommended files" : "Mostra fitxers recomanats",
|
|
"Shows recommended files for quick access of files and folders with recent activity" : "Mostra fitxers recomanats per a accedir ràpidament a les carpetes i els fitxers amb activitat recent",
|
|
"No recommendations yet" : "Encara no hi ha recomanacions",
|
|
"Path name {path}" : "Nom del camí {path}",
|
|
"Show recommendations" : "Mostra les recomanacions",
|
|
"Recently commented" : "Comentat recentment",
|
|
"Recently edited" : "Editat recentment",
|
|
"Recently shared" : "Compartit recentment"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|