/**** 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" = "%.1fKB";
"less-1MB" = "%.3fMB";
"1-10MB" = "%.2fMB";
"10-100MB" = "%.1fMB";
"less-1GB" = "%dMB";
"1-10GB" = "%.2fGB";
"10-100GB" = "%.1fGB";
"xxxGB" = "%dGB";
/**** Title for moving files ****/
"Incoming Files";
/**** Prefix for New Directory ****/
"NewDirectory" = "NewFolder";
"NewDirectory_Short" = "folder";
/***** Titles in ListingView *****/
"slot_name" = "Name";
"slot_size" = "Size";
"slot_date" = "Last Changed";
"slot_access" = "Permissions";
"slot_owner" = "Owner";
"slot_group" = "Group";
/***** 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" = "automount";
/***** Menu commands *******/
"Compress";
"Decompress";
"Encrypt...";
"Decrypt...";
/***** Dates in ListingView (cf strftime documentation) *******/
"OLD_DATE_FORMAT" = "%b %d %Y";
"RECENT_DATE_FORMAT" = "%b %d %H:%M";
/***** Strings for Sizing/Chmoding *******/
"Sizing ...";
"Computing size of %@";
"Changing Protections ..." = "Protecting ...";
"Changing Protections of %@" = "Changing permissions of %@";