/**** 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" = "¿•¦‹¥à¥’¥º¥¹";
"NewDirectory_Short" = "folder";
/***** Titles in ListingView *****/
"slot_name" = "³¬ˋ®";
"slot_size" = "¥¦¥⁄¥”";
"slot_date" = "˚±„„˘þ»";
"slot_access" = "¥±¡…¥ë¥ˆ¥•¥ñ¥ú";
"slot_owner" = "¥“¡…¥˚¡…";
"slot_group" = "¥®¥º¡…¥â";
/***** Filler (determine min size of the field) in ListingView *****/
"slot_size_filler" = "444444444";
"slot_date_filler" = "44•ô44˘þ 44:44";
"slot_access_filler" = "wwwwwwwwww";
"slot_owner_filler" = "MmmmMmmm";
"slot_group_filler" = "MmmmMmmm";
/***** special type in ListingView *******/
"ExpertView_automount" = "…«˘®¥ê¥ƒ¥ú¥¨";
/***** Menu commands *******/
"Compress" = "®¦‰³";
"Decompress" = "¯‚‡«";
"Encrypt..." = "®¯„ð†‰...";
"Decrypt..." = "²þ„ð...";
/***** Dates in ListingView (cf strftime documentation) *******/
"OLD_DATE_FORMAT" = "%Y˙fl%B•ô%d˘þ";
"RECENT_DATE_FORMAT" = "%B•ô%d˘þ %H:%M";
/***** Strings for Sizing/Chmoding *******/
"Sizing ..." = "¥¦¥⁄¥”•â»»ˆð...";
"Computing size of %@" = "%@⁄˛¥¦¥⁄¥”⁄ù•â»»ˆð";
"Changing Protections ..." = "¥â¥ó¥˘¥fl¥¨ˆð...";
"Changing Protections of %@" = "%@⁄˛¥±¡…¥ë¥ˆ¥•¥ñ¥ú⁄ù˚±„„ˆð";