12345678910111213141516171819202122 |
- OC.L10N.register(
- "files_trashbin",
- {
- "Deleted files" : "Zmazané súbory",
- "restored" : "obnovené",
- "Restore" : "Obnoviť",
- "Delete permanently" : "Zmazať natrvalo",
- "This operation is forbidden" : "Táto operácia je zakázaná",
- "This directory is unavailable, please check the logs or contact the administrator" : "Priečinok je nedostupný, skontrolujte prosím logy, alebo kontaktujte správcu",
- "No deleted files" : "Žiadne zmazané súbory",
- "You will be able to recover deleted files from here" : "Tu budete mať možnosť obnoviť zmazané súbory",
- "No entries found in this folder" : "V tomto priečinku nebolo nič nájdené",
- "Select all" : "Vybrať všetko",
- "Name" : "Názov",
- "Actions" : "Akcie",
- "Deleted" : "Zmazané",
- "Delete" : "Zmazať",
- "Couldn't delete %s permanently" : "Nemožno zmazať %s navždy",
- "Couldn't restore %s" : "Nemožno obnoviť %s",
- "Error" : "Chyba"
- },
- "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
|