home *** CD-ROM | disk | FTP | other *** search
/ How Computers Work (Alt) / HowComputersWork.iso / Walkthrough / Client / UnrealtyClient-v101.exe / System / Core.int < prev    next >
Encoding:
INI File  |  2000-03-24  |  3.3 KB  |  88 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. DemoSaveWarning=Error saving '%s': The demo version of UnrealtyEd cannot save packages larger than 500KB
  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.  
  74. [Progress]
  75. Saving=Saving file %s...
  76. Loading=Loading file %s...
  77. Closing=Closing
  78.  
  79. [General]
  80. Product=Unrealty
  81. Engine=Unreal Engine
  82. Copyright=Copyright 1999 Epic Games, Inc.
  83. True=True
  84. False=False
  85. None=None
  86. Yes=Yes
  87. No=No
  88.