home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Cestiny / postal2-aw_sk.exe / Core.int < prev    next >
INI File  |  2004-03-16  |  4KB  |  106 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. HasExpired=This evaluation version of Postal 2 has expired.
  65. WillExpire=This evaluation version of Postal 2 will expire on %s.
  66.  
  67. [Query]
  68. 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?
  69. Name=Name:
  70. Password=Password:
  71. PassPrompt=Enter your name and password:
  72. PassDlg=Identity Check
  73. Overwrite=The file '%s' needs to be updated.  Do you want to overwrite the existing version?
  74. OverwriteReadOnly='%s' is marked read-only.  Would you like to try to force overwriting it?
  75.  
  76. [Progress]
  77. Saving=Saving file %s...
  78. Loading=Loading file %s...
  79. Closing=Closing
  80.  
  81. [General]
  82. Product=Postal 2
  83. ProductCopyright=Copyright 2003 Running With Scissors, Inc.
  84. Engine=Unreal Engine
  85. Copyright=Copyright 2001 Epic Games, Inc.
  86. True=True
  87. False=False
  88. None=None
  89. Yes=Yes
  90. No=No
  91.  
  92. [SimpleCommandlet]
  93. HelpCmd=Simple
  94. HelpOneLiner=Simple test commandlet
  95. HelpUsage=Simple (no parameters)
  96.  
  97. [HelloWorldCommandlet]
  98. HelpCmd=HelloWorld
  99. HelpOneLiner=Sample 'hello world' commandlet
  100. HelpUsage=HelloWorld (no parameters)
  101. HelpParm[0]=IntParm
  102. HelpParm[1]=StrParm
  103. HelpDesc[0]=An integer parameter
  104. HelpDesc[1]=A string parameter
  105.  
  106.