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

  1. //
  2. // This contains the weather text for the game.
  3. //
  4.  
  5.  
  6. //
  7. // Notes to translators.
  8. //
  9. // i) Only those things between 
  10. // {""} need to be translated.
  11. // and the 
  12. // {""} should be left in.
  13. // (Unless otherwise specified.)
  14. //
  15. //
  16. // ii) If an untranslated string will have 
  17. // (!ENG!) (!FRA!) (!DEU!) 
  18. // (!ITA!) (!ESP!) (!JAP!) 
  19. // (!SCH!) (!TCH!) (!KOR!)
  20. // at the end of the string.
  21. // This is so we can detect untranslated stings
  22. // easily and can see that they have no been 
  23. // translated when the program has been run.
  24. // Once the translation has been done acceptable
  25. // they should be removed.
  26.  
  27.  
  28.  
  29. // iii) The data is organized as follows 
  30. // 
  31. // ["this is a label"]
  32. // {"This is the translation"}
  33. //
  34. // ["This is a another label"]
  35. // {"This is the another translation"}
  36. // etc
  37.  
  38.  
  39. //
  40. // Comments are ignored and will be stripped out later
  41. // The can be used to issue instructions or for 
  42. // Information.
  43. //
  44.  
  45.  
  46.  
  47. ["WeatherTextData"]  {"Weather Text data."}
  48.  
  49.  
  50.  
  51. // ???
  52. // Just rough until get proper text.
  53. // ????
  54.  
  55. ["WeatherDesc_Default0"]                    {"Fine day."}
  56. ["WeatherDesc_Default1"]                    {"Fine day my Lord."}
  57. ["WeatherDesc_Default2"]                    {"Fine day my Lord, expect no changes."}
  58. ["WeatherDesc_Default3"]                    {"The day should be fine, my Lord."}
  59.  
  60.  
  61. ["WeatherDesc_FineNoChange"]                    {"I expect it to be fine all day."}
  62.  
  63.  
  64.  
  65.  
  66. //
  67. // ???? 
  68. // Perhaps somebody could go through these and Jazz them up. 
  69. // ie "My Lord Blizzards, to do battle to day is unwise, perhaps?"
  70. // that sort of thing.
  71. // ????
  72. //
  73.  
  74.  
  75.  
  76. ["WeatherDesc_LightSnowNoChange"]                        {"Light snow all day."}
  77. ["WeatherDesc_MediumSnowNoChange"]                        {"Snow all day."}
  78. ["WeatherDesc_HeavySnowNoChange"]                        {"Heavy snow all day."}
  79. ["WeatherDesc_VeryHeavySnowNoChange"]                    {"Very heavy snow all day."}
  80.  
  81.  
  82.  
  83. ["WeatherDesc_LightRainNoChange"]                        {"Light rain all day."}
  84. ["WeatherDesc_MediumRainNoChange"]                        {"Rain all day."}
  85. ["WeatherDesc_HeavyRainNoChange"]                        {"Heavy rain all day."}
  86. ["WeatherDesc_VeryHeavyRainNoChange"]                    {"Very heavy rain all day."}
  87.  
  88.  
  89.  
  90. ["WeatherDesc_LightFogNoChange"]                        {"Light fog all day."}
  91. ["WeatherDesc_MediumFogNoChange"]                        {"Fog all day."}
  92. ["WeatherDesc_HeavyFogNoChange"]                        {"Heavy fog all day."}
  93. ["WeatherDesc_VeryHeavyFogNoChange"]                    {"Very heavy fog all day."}
  94.  
  95.  
  96.  
  97. ["WeatherDesc_LightWindNoChange"]                        {"Light wind all day, no change expected."}
  98. ["WeatherDesc_MediumWindNoChange"]                        {"Wind all day."}
  99. ["WeatherDesc_HeavyWindNoChange"]                        {"Heavy wind all day."}
  100. ["WeatherDesc_VeryHeavyWindNoChange"]                    {"Gales all day, no change expected."}
  101.  
  102.  
  103.  
  104. ["WeatherDesc_ColdSnowNoChange"]                        {"Cold all day."}
  105. ["WeatherDesc_MediumColdNoChange"]                        {"Cold day, no change expected."}
  106. ["WeatherDesc_HeavyColdNoChange"]                        {"Very cold all day."}
  107. ["WeatherDesc_VeryHeavyColdNoChange"]                    {"Very cold all day, no change expected."}
  108.  
  109.  
  110.  
  111. ["WeatherDesc_LightHotNoChange"]                        {"Warm all day."}
  112. ["WeatherDesc_MediumHotNoChange"]                        {"Hot all day."}
  113. ["WeatherDesc_HeavyHotNoChange"]                        {"Very hot all day."}
  114. ["WeatherDesc_VeryHeavyHotNoChange"]                    {"Very hot all day, no change expected."}
  115.  
  116.