/**** the two following indicate where to put the number - it's more complicated due the various formats we chose internally for floating point numbers ****/
"10-100kB" = "%.1f KB";
"less-1MB" = "%.3f MB";
"1-10MB" = "%.2f MB";
"10-100MB" = "%.1f MB";
"xxxMB" = "%d MB";
"less-1GB" = "%d MB";
"1-10GB" = "%.2f GB";
"10-100GB" = "%.1f GB";
"xxxGB" = "%d GB";
/**** Title for moving files ****/
"Incoming Files" = "Inkommande filer";
/**** Prefix for New Directory ****/
"NewDirectory" = "NyMapp";
"NewDirectory_Short" = "Mapp";
/***** Titles in ListingView *****/
"slot_name" = "Namn";
"slot_size" = "Storlek";
"slot_date" = "Senast ändrad";
"slot_access" = "Behörighet";
"slot_owner" = "Ägare";
"slot_group" = "Grupp";
/***** Filler (determine min size of the field) in ListingView *****/
"slot_size_filler" = "444444444";
"slot_date_filler" = "MMM 44 44:44";
"slot_access_filler" = "wwwwwwwwww";
"slot_owner_filler" = "MmmmMmmm";
"slot_group_filler" = "MmmmMmmm";
/***** special type in ListingView *******/
"ExpertView_automount" = "autoinstallation";
/***** Menu commands *******/
"Compress" = "Komprimera";
"Decompress" = "Dekomprimera";
"Encrypt..." = "Kryptera...";
"Decrypt..." = "Dekryptera...";
/***** Dates in ListingView (cf strftime documentation) *******/
"OLD_DATE_FORMAT" = "%d %b %Y";
"RECENT_DATE_FORMAT" = "%d %b %T:%M";
/***** Strings for Sizing/Chmoding *******/
"Sizing ..." = "Beräknar storlek...";
"Computing size of %@" = "Beräknar storleken på %@";
"Changing Protections ..." = "Ändrar skydd ...";
"Changing Protections of %@" = "Ändrar skydd för %@";