You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
625 B

OC.L10N.register(
"recommendations",
{
"Recently commented" : "Nedávno okomentováno",
"Recently edited" : "Nedávno upravováno",
"Recently shared" : "Nedávno sdíleno",
"Recommendations" : "Doporučení",
"Shows recommended files" : "Zobrazit doporučené soubory",
"Shows recommended files for quick access of files and folders with recent activity" : "Zobrazuje doporučené soubory pro rychlý přístup k souborům a složkám, se kterými jste nedávno něco dělali"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");