/* This is the title of the inspector popup when nothing is selected */
"Nothing" = "Ingenting";
/* Edited Windows Exist */
"There are edited windows." = "Det finns fönster med ändringar";
/* does the user want to save changes first? */
"Save changes to %s?" = "Vill du spara ändringarna i %s?";
/* OK */
"OK" = "OK";
/* sure... save changes */
"Save" = "Spara";
/* This is the title of the inspector popup when there's an internal error */
"Error" = "Fel";
/* Cancel Action */
"Cancel" = "Avbryt";
/* Ignore the changes that have been made and quit anyway */
"Quit Anyway" = "Avsluta ändå";
/* Review Unsaved Changes Before Quitting */
"Review Unsaved" = "Granska osparade dokument";
/* title of alert asking if user wants to save work before closing the window */
"Close" = "Stäng";
/* NOTE - these errors should be *extremely* rare. Don't worry too much about
localizing them properly */
/* the temporary save file couldn't be written to or created */
"Couldn't save keymap because a temporary file couldn't be created.\n%s" = "Kunde inte spara tangentschemat eftersom en temporär fil inte kunde skapas.\n%s";
/* There was an error while trying to remove the original (backup) file */
"Couldn't save keymap because the original file couldn't be written to.\n%s" = "Kunde inte spara tangentschemat eftersom det inte gick att skriva till ursprungsfilen.\n%s";
/* A really bad error that should never be able to happen. If there was a problem it should happen before this one. */
"Error renaming temporary save file! Your original file was removed, and the new version saved in the filename %s. However due to the error [%s], the temporary file was unable to be renamed to your original filename: %s\n" = "Det uppstod ett fel vid namnbyte på temporär fil! Originalfilen togs bort och den nya versionen har sparats under filnamnet %s. P g a fel [%s] kunde den den temporära filen inte döpas om till namnet på den ursprungliga filen: %s\n" ;