is.js 993 B

123456789101112131415161718192021
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Couldn't delete %s permanently" : "Ekki tókst að eyða %s varanlega",
  5. "Couldn't restore %s" : "Gat ekki endurheimt %s",
  6. "Deleted files" : "eyddar skrár",
  7. "Restore" : "Endurheimta",
  8. "Delete" : "Eyða",
  9. "Delete permanently" : "Eyða varanlega",
  10. "Error" : "Villa",
  11. "This operation is forbidden" : "Þessi aðgerð er bönnuð",
  12. "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",
  13. "restored" : "endurheimt",
  14. "No deleted files" : "Engar eyddar skrár",
  15. "You will be able to recover deleted files from here" : "Þú getur endurheimt eyddum skrám héðan",
  16. "No entries found in this folder" : "Engar skrár fundust í þessari möppu",
  17. "Select all" : "Velja allt",
  18. "Name" : "Heiti",
  19. "Deleted" : "Eytt"
  20. },
  21. "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");