is.js 1.9 KB

12345678910111213141516171819202122232425262728
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "restored" : "endurheimt",
  5. "Deleted files" : "eyddar skrár",
  6. "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Eyddar skrár og möppur í ruslinu (gæru runnið út við útflutning ef þú átt lítið geymslupláss eftir)",
  7. "Restore" : "Endurheimta",
  8. "List of files that have been deleted." : "Listi yfir skrár sem hefur verið eytt.",
  9. "No deleted files" : "Engar eyddar skrár",
  10. "Files and folders you have deleted will show up here" : "Skrár og möppur sem þú hefur eytt birtast hér",
  11. "Deleted" : "Eytt",
  12. "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.",
  13. "Delete permanently" : "Eyða varanlega",
  14. "Error while restoring file from trash bin" : "Villa við að endurheimta skrá úr ruslinu",
  15. "Error while removing file from trash bin" : "Villa við að fjarlægja skrá úr ruslinu",
  16. "Error while restoring files from trash bin" : "Villa við að endurheimta skrár úr ruslinu",
  17. "Error while emptying trash bin" : "Villa við að tæma ruslið",
  18. "Error while removing files from trash bin" : "Villa við að fjarlægja skrár úr ruslinu",
  19. "This operation is forbidden" : "Þessi aðgerð er bönnuð",
  20. "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",
  21. "You will be able to recover deleted files from here" : "Þú getur endurheimt eyddar skrár héðan",
  22. "No entries found in this folder" : "Engar færslur fundust í þessari möppu",
  23. "Select all" : "Velja allt",
  24. "Name" : "Heiti",
  25. "Actions" : "Aðgerðir",
  26. "Delete" : "Eyða"
  27. },
  28. "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");