str0.example.ini 537 B

12345678910
  1. # patches strings in-binary
  2. # section name is the file base name; has one key 'strings' with a python list of strings as value
  3. [steamclient.so]
  4. strings = [
  5. "RecordSteamInterfaceCreation (PID %d): %s / %s",
  6. "Warning: failed to init SDL thread priority manager: SDL not found",
  7. "CAppInfoCacheReadFromDiskThread took %lld milliseconds to initialize",
  8. "CApplicationManagerPopulateThread took %lld milliseconds to initialize (will have waited on CAppInfoCacheReadFromDiskThread)",
  9. ]