home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.7 / 1999-01_-_Disc_4.7.bin / PATCHES / unrlb217.zip / core.int < prev    next >
INI File  |  1998-09-05  |  3KB  |  84 lines

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