home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 September / GSSH0904CD4.iso / Patches / UT2004 / ut2004-winpatch3323.exe / UT2004-Patch / System / Core.int < prev    next >
INI File  |  2004-03-17  |  4KB  |  89 lines

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