#ifdef WIN32 #include "winuser.h" #ifdef WINNT #include "winver.h" #endif #else #include "windows.h" #endif #include "ids.h" #include "shlwapi.rcv" // WARNING // this file should contain localizable resources only // non-localizable resources should go in shlwapi.rc STRINGTABLE DISCARDABLE BEGIN IDS_HOUR " %s hr" IDS_MIN " %s min" IDS_SEC " %s sec" END STRINGTABLE DISCARDABLE BEGIN IDS_BYTES "%s bytes" IDS_ORDERKB "%s KB" IDS_ORDERMB "%s MB" IDS_ORDERGB "%s GB" IDS_ORDERTB "%s TB" IDS_ORDERPB "%s PB" // Peta (10^15) IDS_ORDEREB "%s EB" // Exa (10^18) END STRINGTABLE DISCARDABLE BEGIN IDS_LONGDATE_SEP ", " // ",