Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.65 KB | None | 0 0
  1. "CSP_Player_Name"                                       "Player Name"
  2. "CSP_Player_SpraypaintImage"                                    "Spraypaint Image"
  3. "CSP_Player_ImportSpray"                                    "Import Spray..."
  4. "CSP_Player_SprayImport_ErrorTitle"                                 "Spray Import Error"
  5. "CSP_Player_SprayImport_ErrorReadingImage"                          "Error reading source image. Image file is possibly corrupt or improperly formated"
  6. "CSP_Player_SprayImport_ImageWrongSize"                             "Source image is not the correct size.  Valid height and width values in pixels are 256, 128, 64, 32, 16, 8, 4, 2, and 1."
  7. "CSP_Player_SprayImport_ErrorMemory"                                "Unable to allocate enough memory for conversion. Image file possibly corrupt."
  8. "CSP_Player_SprayImport_ErrorImageFileCorrupt"                          "Image file is corrupt."
  9. "CSP_Player_SprayImport_ErrorBMPFormatNotSupported"                         "This file's BMP format is not supported.  Supported BMP formats are 24-bit RGB, 8-bit 256 color, 4-bit 16 color, and monochrome black and white."
  10. "CSP_Player_SprayImport_ErrorTGAFormatNotSupported"                         "This file's TGA format is not supported.  Supported TGA formats are 24-bit RGB and 32-bit RGBA."
  11. "CSP_Player_SprayImport_ErrorWritingTemptOutput"                        "Error creating temporary file."
  12. "CSP_Player_SprayImport_ErrorCantLoadVTEXDLL"                           "Unable to load vtex.dll.  Try restarting steam to get the latest updates."
  13. "CSP_Player_SprayImport_ErrorWritingOuput"                          "Unable to write output spray file.  It's possible the current user doesn't have permission."
  14. "CSP_Player_SprayImport_Image"                                  "Import Spray Image"
  15. "CSP_Player_SprayImport_AllImages"                              "All Images (*.jpg,*.bmp,*.tga,*.vtf)"
  16. "CSP_Player_SprayImport_JPEGImages"                                 "JPEG Images (*.jpg)"
  17. "CSP_Player_SprayImport_TGAImages"                              "Targa Images (*.tga)"
  18. "CSP_Player_SprayImport_BMPImages"                              "Bitmap Images (*.bmp)"
  19. "CSP_Player_SprayImport_VTFImages"                              "VTF Images (*.vtf)"
  20. "CSP_Player_Nationality"                                    "Nationality"
  21.  
  22. "CSP_Player_CrosshairAppearance"                                "Crosshair Appearance"
  23. "CSP_Player_CrosshairColor_Red"                                 "Red"
  24. "CSP_Player_CrosshairColor_Green"                               "Green"
  25. "CSP_Player_CrosshairColor_Blue"                                "Blue"
  26. "CSP_Player_CrosshairColor_Teal"                                "Teal"
  27. "CSP_Player_CrosshairColor_Yellow"                              "Yellow"
  28. "CSP_Player_CrosshairColor_Pink"                                "Pink"
  29. "CSP_Player_CrosshairColor_Orange"                              "Orange"
  30. "CSP_Player_CrosshairColor_Lime"                                "Lime"
  31. "CSP_Player_CrosshairColor_Purple"                              "Purple"
  32. "CSP_Player_CrosshairColor_White"                               "White"
  33. "CSP_Player_CrosshairColor_Black"                               "Black"
  34. "CSP_Player_CrosshairColor_Custom"                              "Custom"
  35. "CSP_Player_CrosshairTransparency"                              "Transparency"
  36. "CSP_Player_MouseSensitivity"                                   "Mouse Sensitivity"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement