home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 April / Gamestar_83_2006-04_dvd.iso / Dema / warpathpcdemo.exe / System / Core.int < prev    next >
INI File  |  2005-12-21  |  4KB  |  89 lines

  1. [Language]
  2. Language="English (International)"
  3. LangId=9
  4. SubLangId=1
  5.  
  6. [Public]
  7. Object=(Name=Core.HelloWorldCommandlet,Class=Class,MetaClass=Core.Commandlet)
  8. Object=(Name=MasterServer.MasterServerCommandlet,Class=Class,MetaClass=Core.Commandlet)
  9. Preferences=(Caption="Advanced",Parent="Advanced Options")
  10. Preferences=(Caption="File System",Parent="Advanced",Class=Core.System,Immediate=True)
  11.  
  12. [Errors]
  13. Unknown="Unknown Error"
  14. Aborted="Aborted"
  15. ExportOpen="Error exporting %s: couldn't open file '%s'"
  16. ExportWrite="Error exporting %s: couldn't write file '%s'"
  17. FileNotFound="Can't find file '%s'"
  18. ObjectNotFound="Failed to find object '%s %s.%s'"
  19. PackageNotFound="Can't find file for package '%s'"
  20. PackageResolveFailed="Can't resolve package name"
  21. FilenameToPackage="Can't convert filename '%s' to package name"
  22. Sandbox="Package '%s' is not accessible in this sandbox"
  23. PackageVersion="You can not play on this server because it is using an incompatible version of Warpath (%s was mismatched).\n\nThis might be because the server is hosting custom content that is out of sync with yours."
  24. FailedLoad="Failed to load '%s': %s"
  25. ConfigNotFound="Can't find '%s' in configuration file"
  26. LoadClassMismatch="%s is not a child class of %s.%s"
  27. NotDll="'%s' is not a DLL package; can't find export '%s'"
  28. NotInDll="Can't find '%s' in '%s.dll'"
  29. FailedLoadPackage="Failed loading package: %s"
  30. FailedLoadObject="Failed to load '%s %s.%s': %s"
  31. TransientImport="Transient object imported: %s"
  32. FailedSavePrivate="Can't save %s: Graph is linked to external private object %s"
  33. FailedImportPrivate="Can't import private object %s %s"
  34. FailedCreate="%s %s not found for creation"
  35. FailedImport="Can't find %s in file '%s'"
  36. FailedSaveFile="Error saving file '%s': %s"
  37. SaveWarning="Error saving '%s'"
  38. NotPackaged="Object is not packaged: %s %s"
  39. NotWithin="Object %s %s created in %s instead of %s"
  40. Abstract="Can't create object %s: class %s is abstract"
  41. NoReplace="Can't replace %s with %s"
  42. NoFindImport="Can't find file '%s' for import"
  43. ReadFileFailed="Failed to read file '%s' for import"
  44. SeekFailed="Error seeking file"
  45. OpenFailed="Error opening file"
  46. WriteFailed="Error writing to file"
  47. ReadEof="Read beyond end of file"
  48. IniReadOnly="The file %s is write protected; settings cannot be saved"
  49. UrlFailed="Failed launching URL"
  50. Warning="Warning"
  51. Question="Question"
  52. OutOfMemory="Ran out of virtual memory. To prevent this condition, you must free up more space on your primary hard disk."
  53. History="History"
  54. Assert="Assertion failed: %s [File:%s] [Line: %i]"
  55. Debug="Debug assertion failed: %s [File:%s] [Line: %i]"
  56. LinkerExists="Linker for '%s' already exists"
  57. BinaryFormat="The file '%s' contains unrecognizable data"
  58. SerialSize="%s: Serial size mismatch: Got %i, Expected %i"
  59. ExportIndex="Bad export index %i/%i"
  60. ImportIndex="Bad import index %i/%i"
  61. Password="Password not recognized"
  62. Exec="Unrecognized command"
  63. BadProperty="'%s': Bad or missing property '%s'"
  64. MisingIni="Missing .ini file: %s"
  65.  
  66. [Query]
  67. OldVersion="The file %s was saved by a previous version which is not backwards compatible with this one.  Reading it will likely fail, and may cause a crash. Do you want to try anyway?"
  68. Name="Name:"
  69. Password="Password:"
  70. PassPrompt="Enter your name and password:"
  71. PassDlg="Identity Check"
  72. Overwrite="The file '%s' needs to be updated.  Do you want to overwrite the existing version?"
  73. OverwriteReadOnly="'%s' is marked read-only.  Would you like to try to force overwriting it?"
  74.  
  75. [Progress]
  76. Saving="Saving file %s..."
  77. Loading="Loading file %s..."
  78. Closing="Closing"
  79.  
  80. [General]
  81. Product="Warpath"
  82. Engine="Unreal Engine"
  83. Copyright="Copyright 2001 Epic Games, Inc."
  84. True="True"
  85. False="False"
  86. None="None"
  87. Yes="Yes"
  88. No="No"
  89.