home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2003 April / Gamestar_50_2003-04_cd2.bin / patche / ut2003_winpatch2199.exe / UT2003-Patch / System / Core.int < prev    next >
INI File  |  2002-10-24  |  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. Preferences=(Caption="Advanced",Parent="Advanced Options")
  9. Preferences=(Caption="File System",Parent="Advanced",Class=Core.System,Immediate=True)
  10.  
  11. [Errors]
  12. Unknown="Unknown Error"
  13. Aborted="Aborted"
  14. ExportOpen="Error exporting %s: couldn't open file '%s'"
  15. ExportWrite="Error exporting %s: couldn't write file '%s'"
  16. FileNotFound="Can't find file '%s'"
  17. ObjectNotFound="Failed to find object '%s %s.%s'"
  18. PackageNotFound="Can't find file for package '%s'"
  19. PackageResolveFailed="Can't resolve package name"
  20. FilenameToPackage="Can't convert filename '%s' to package name"
  21. Sandbox="Package '%s' is not accessible in this sandbox"
  22. PackageVersion="Package '%s' version mismatch"
  23. FailedLoad="Failed to load '%s': %s"
  24. ConfigNotFound="Can't find '%s' in configuration file"
  25. LoadClassMismatch="%s is not a child class of %s.%s"
  26. NotDll="'%s' is not a DLL package; can't find export '%s'"
  27. NotInDll="Can't find '%s' in '%s.dll'"
  28. FailedLoadPackage="Failed loading package: %s"
  29. FailedLoadObject="Failed to load '%s %s.%s': %s"
  30. TransientImport="Transient object imported: %s"
  31. FailedSavePrivate="Can't save %s: Graph is linked to external private object %s"
  32. FailedImportPrivate="Can't import private object %s %s"
  33. FailedCreate="%s %s not found for creation"
  34. FailedImport="Can't find %s in file '%s'"
  35. FailedSaveFile="Error saving file '%s': %s"
  36. SaveWarning="Error saving '%s'"
  37. NotPackaged="Object is not packaged: %s %s"
  38. NotWithin="Object %s %s created in %s instead of %s"
  39. Abstract="Can't create object %s: class %s is abstract"
  40. NoReplace="Can't replace %s with %s"
  41. NoFindImport="Can't find file '%s' for import"
  42. ReadFileFailed="Failed to read file '%s' for import"
  43. SeekFailed="Error seeking file"
  44. OpenFailed="Error opening file"
  45. WriteFailed="Error writing to file"
  46. ReadEof="Read beyond end of file"
  47. IniReadOnly="The file %s is write protected; settings cannot be saved"
  48. UrlFailed="Failed launching URL"
  49. Warning="Warning"
  50. Question="Question"
  51. OutOfMemory="Ran out of virtual memory. To prevent this condition, you must free up more space on your primary hard disk."
  52. History="History"
  53. Assert="Assertion failed: %s [File:%s] [Line: %i]"
  54. Debug="Debug assertion failed: %s [File:%s] [Line: %i]"
  55. LinkerExists="Linker for '%s' already exists"
  56. BinaryFormat="The file '%s' contains unrecognizable data"
  57. SerialSize="%s: Serial size mismatch: Got %i, Expected %i"
  58. ExportIndex="Bad export index %i/%i"
  59. ImportIndex="Bad import index %i/%i"
  60. Password="Password not recognized"
  61. Exec="Unrecognized command"
  62. BadProperty="'%s': Bad or missing property '%s'"
  63. MisingIni="Missing .ini file: %s"
  64.  
  65. [Query]
  66. 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?"
  67. Name="Name:"
  68. Password="Password:"
  69. PassPrompt="Enter your name and password:"
  70. PassDlg="Identity Check"
  71. Overwrite="The file '%s' needs to be updated.  Do you want to overwrite the existing version?"
  72. OverwriteReadOnly="'%s' is marked read-only.  Would you like to try to force overwriting it?"
  73. CheckoutPerforce="'%s' is marked read-only.  Should I try to check it out of Perforce?"
  74.  
  75. [Progress]
  76. Saving="Saving aadddd file %s..."
  77. Loading="Loading file %s..."
  78. Closing="Closing"
  79.  
  80. [General]
  81. Product="Unreal"
  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.