home *** CD-ROM | disk | FTP | other *** search
/ PC Player 2000 April / PCP_4_2000A.iso / demos / Shogun / data1.cab / Program_Executable_Files / loc / eng / global.txt < prev    next >
Encoding:
Text File  |  2000-01-13  |  2.2 KB  |  88 lines

  1. //
  2. // This contains the global text for the game.
  3. //
  4.  
  5. // Will contain error codes, menu text, and other text that you expect
  6. // to be available at any point.
  7.  
  8.  
  9. //
  10. // Notes to translators.
  11. //
  12. // i) Only those things between 
  13. // {""} need to be translated.
  14. // and the 
  15. // {""} should be left in.
  16. // (Unless otherwise specified.)
  17. //
  18. //
  19. // ii) If an untranslated string will have 
  20. // (!ENG!) (!FRA!) (!DEU!) 
  21. // (!ITA!) (!ESP!) (!JAP!) 
  22. // (!SCH!) (!TCH!) (!KOR!)
  23. // at the end of the string.
  24. // This is so we can detect untranslated stings
  25. // easily and can see that they have no been 
  26. // translated when the program has been run.
  27. // Once the translation has been done acceptable
  28. // they should be removed.
  29.  
  30.  
  31.  
  32. // iii) The data is organized as follows 
  33. // 
  34. // ["this is a label"]
  35. // {"This is the translation"}
  36. //
  37. // ["This is a another label"]
  38. // {"This is the another translation"}
  39. // etc
  40.  
  41.  
  42. //
  43. // Comments are ignored and will be stripped out later
  44. // The can be used to issue instructions or for 
  45. // Information.
  46. //
  47.  
  48.  
  49.  
  50. ["GlobalTextData"]  {"Text for the entire game."}
  51.  
  52.  
  53.  
  54. // John's fault
  55.  
  56. ["Army"]    {"Army"}
  57. ["Yes"]    {"Yes"}
  58. ["No"]    {"No"}
  59. ["Continue"] {"Continue"}
  60. ["OK"] {"OK"}
  61. ["Cancel"] {"Cancel"}
  62.  
  63.  
  64. ["UnitPluralSamuraiArchers"]    {"Light Samurai"}
  65. ["UnitPluralYariSamurai"]        {"Samurai Spearmen"}
  66. ["UnitPluralNaginata"]            {"Naginata"}
  67. ["UnitPluralNodachi"]            {"Nodachi"}
  68. ["UnitPluralCavalryArchers"]    {"Cavalry Archers"}
  69. ["UnitPluralHeavyCavalry"]        {"Heavy Cavalry"}
  70. ["UnitPluralYariCavalry"]        {"Yari Cavalry"}
  71. ["UnitPluralYariAshigaru"]        {"Yari Ashigaru"}
  72. ["UnitPluralArquebusiers"]        {"Arquebusiers"}
  73. ["UnitPluralMusketeers"]        {"Musketeers"}
  74. ["UnitPluralWarriorMonks"]        {"Warrior Monks"}
  75.  
  76. ["UnitSingularSamuraiArchers"]    {"Light Samurai"}
  77. ["UnitSingularYariSamurai"]        {"Samurai Spearman"}
  78. ["UnitSingularNaginata"]        {"Naginata"}
  79. ["UnitSingularNodachi"]            {"Nodachi"}
  80. ["UnitSingularCavalryArchers"]    {"Cavalry Archer"}
  81. ["UnitSingularHeavyCavalry"]    {"Heavy Cavalry"}
  82. ["UnitSingularYariCavalry"]        {"Yari Cavalry"}
  83. ["UnitSingularYariAshiguru"]    {"Yari Ashigaru"}
  84. ["UnitSingularArquebusier"]    {"Arquebusier"}
  85. ["UnitSingularMusketeer"]        {"Musketeer"}
  86. ["UnitSingularWarriorMonk"]    {"Warrior Monk"}
  87.  
  88.