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