home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2001 #9 / K-CD_2001-09.iso / Pinball / System / Core.int < prev    next >
INI File  |  2001-03-01  |  4KB  |  102 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.  
  73. [Progress]
  74. Saving=Saving file %s...
  75. Loading=Loading file %s...
  76. Closing=Closing
  77.  
  78. [General]
  79. Product=Adventure Pinball
  80. Engine=Unreal Engine
  81. Copyright=(c) 2001 Digital Extremes  All Rights Reserved
  82. True=True
  83. False=False
  84. None=None
  85. Yes=Yes
  86. No=No
  87.  
  88. [SimpleCommandlet]
  89. HelpCmd=Simple
  90. HelpOneLiner=Simple
  91. HelpUsage=Simple
  92.  
  93. [HelloWorldCommandlet]
  94. HelpCmd=HelloWorld
  95. HelpOneLiner=Sample
  96. HelpUsage=HelloWorld
  97. HelpParm[0]=IntParm
  98. HelpParm[1]=StrParm
  99. HelpDesc[0]=An integer parameter
  100. HelpDesc[1]=A string parameter
  101.  
  102.