is.js 1.0 KB

1234567891011121314151617181920
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Deleted files" : "eyddar skrár",
  5. "restored" : "endurheimt",
  6. "This application enables users to restore files that were deleted from the system." : "Þetta forrit gerir notendum kleift að endurheimta skrár sem eytt hefur verið af kerfinu.",
  7. "Restore" : "Endurheimta",
  8. "Delete permanently" : "Eyða varanlega",
  9. "This operation is forbidden" : "Þessi aðgerð er bönnuð",
  10. "This directory is unavailable, please check the logs or contact the administrator" : "Þessi mappa er ekki tiltæk, athugaðu atvikaskrár eða hafðu samband við kerfissjóra",
  11. "No deleted files" : "Engar eyddar skrár",
  12. "You will be able to recover deleted files from here" : "Þú getur endurheimt eyddar skrár héðan",
  13. "No entries found in this folder" : "Engar skrár fundust í þessari möppu",
  14. "Select all" : "Velja allt",
  15. "Name" : "Heiti",
  16. "Actions" : "Aðgerðir",
  17. "Deleted" : "Eytt",
  18. "Delete" : "Eyða"
  19. },
  20. "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");