123456789101112131415161718192021 |
- OC.L10N.register(
- "files_trashbin",
- {
- "Couldn't delete %s permanently" : "Ekki tókst að eyða %s varanlega",
- "Couldn't restore %s" : "Gat ekki endurheimt %s",
- "Deleted files" : "eyddar skrár",
- "Restore" : "Endurheimta",
- "Delete" : "Eyða",
- "Delete permanently" : "Eyða varanlega",
- "Error" : "Villa",
- "This operation is forbidden" : "Þessi aðgerð er bönnuð",
- "This directory is unavailable, please check the logs or contact the administrator" : "Þessi mappa er ekki tiltæk, athugaðu annálana eða hafðu samband við kerfissjóra",
- "restored" : "endurheimt",
- "No deleted files" : "Engar eyddar skrár",
- "You will be able to recover deleted files from here" : "Þú getur endurheimt eyddum skrám héðan",
- "No entries found in this folder" : "Engar skrár fundust í þessari möppu",
- "Select all" : "Velja allt",
- "Name" : "Heiti",
- "Deleted" : "Eytt"
- },
- "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|