14 lines
504 B
JavaScript
14 lines
504 B
JavaScript
OC.L10N.register(
|
|
"recommendations",
|
|
{
|
|
"Recommended files" : "Fichièrs recomandats",
|
|
"Recommendations" : "Recomandacions",
|
|
"Shows recommended files" : "Mostrar los fichièrs recomandats",
|
|
"No recommendations yet" : "Cap de recomandacion pel moment",
|
|
"Show recommendations" : "Mostrar las recomandacions",
|
|
"Recently commented" : "Comentats fa res",
|
|
"Recently edited" : "Modificats fa res",
|
|
"Recently shared" : "Partejats fa res"
|
|
},
|
|
"nplurals=2; plural=(n > 1);");
|