/**** 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" = "Copiando ficheros";
/**** Prefix for New Directory ****/
"NewDirectory" = "CarpetaNueva";
"NewDirectory_Short" = "Carpeta";
/***** Titles in ListingView *****/
"slot_name" = "Nombre";
"slot_size" = "Tamaño";
"slot_date" = "Cambiado por última vez";
"slot_access" = "Tipos de autorización";
"slot_owner" = "Propietario";
"slot_group" = "Grupo";
/***** 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" = "autoinstalación";
/***** Menu commands *******/
"Compress" = "Comprimir";
"Decompress" = "Descomprimir";
"Encrypt..." = "Codificar";
"Decrypt..." = "Descodificar";
/***** Dates in ListingView (cf strftime documentation) *******/
"OLD_DATE_FORMAT" = "%b %d %Y";
"RECENT_DATE_FORMAT" = "%b %d %H:%M";
/***** Strings for Sizing/Chmoding *******/
"Sizing ..." = "Ajustando el tamaño";
"Computing size of %@" = "Calculando el tamaño de %@";
"Changing Protections ..." = "Protegiendo...";
"Changing Protections of %@" = "Cambiando el tipo de autorización de %@";