home *** CD-ROM | disk | FTP | other *** search
- //
- // This contains the weather text for the game.
- //
-
-
- //
- // Notes to translators.
- //
- // i) Only those things between
- // {""} need to be translated.
- // and the
- // {""} should be left in.
- // (Unless otherwise specified.)
- //
- //
- // ii) If an untranslated string will have
- // (!ENG!) (!FRA!) (!DEU!)
- // (!ITA!) (!ESP!) (!JAP!)
- // (!SCH!) (!TCH!) (!KOR!)
- // at the end of the string.
- // This is so we can detect untranslated stings
- // easily and can see that they have no been
- // translated when the program has been run.
- // Once the translation has been done acceptable
- // they should be removed.
-
-
-
- // iii) The data is organized as follows
- //
- // ["this is a label"]
- // {"This is the translation"}
- //
- // ["This is a another label"]
- // {"This is the another translation"}
- // etc
-
-
- //
- // Comments are ignored and will be stripped out later
- // The can be used to issue instructions or for
- // Information.
- //
-
-
-
- ["WeatherTextData"] {"Weather Text data."}
-
-
-
- // ???
- // Just rough until get proper text.
- // ????
-
- ["WeatherDesc_Default0"] {"Fine day."}
- ["WeatherDesc_Default1"] {"Fine day my Lord."}
- ["WeatherDesc_Default2"] {"Fine day my Lord, expect no changes."}
- ["WeatherDesc_Default3"] {"The day should be fine, my Lord."}
-
-
- ["WeatherDesc_FineNoChange"] {"I expect it to be fine all day."}
-
-
-
-
- //
- // ????
- // Perhaps somebody could go through these and Jazz them up.
- // ie "My Lord Blizzards, to do battle to day is unwise, perhaps?"
- // that sort of thing.
- // ????
- //
-
-
-
- ["WeatherDesc_LightSnowNoChange"] {"Light snow all day."}
- ["WeatherDesc_MediumSnowNoChange"] {"Snow all day."}
- ["WeatherDesc_HeavySnowNoChange"] {"Heavy snow all day."}
- ["WeatherDesc_VeryHeavySnowNoChange"] {"Very heavy snow all day."}
-
-
-
- ["WeatherDesc_LightRainNoChange"] {"Light rain all day."}
- ["WeatherDesc_MediumRainNoChange"] {"Rain all day."}
- ["WeatherDesc_HeavyRainNoChange"] {"Heavy rain all day."}
- ["WeatherDesc_VeryHeavyRainNoChange"] {"Very heavy rain all day."}
-
-
-
- ["WeatherDesc_LightFogNoChange"] {"Light fog all day."}
- ["WeatherDesc_MediumFogNoChange"] {"Fog all day."}
- ["WeatherDesc_HeavyFogNoChange"] {"Heavy fog all day."}
- ["WeatherDesc_VeryHeavyFogNoChange"] {"Very heavy fog all day."}
-
-
-
- ["WeatherDesc_LightWindNoChange"] {"Light wind all day, no change expected."}
- ["WeatherDesc_MediumWindNoChange"] {"Wind all day."}
- ["WeatherDesc_HeavyWindNoChange"] {"Heavy wind all day."}
- ["WeatherDesc_VeryHeavyWindNoChange"] {"Gales all day, no change expected."}
-
-
-
- ["WeatherDesc_ColdSnowNoChange"] {"Cold all day."}
- ["WeatherDesc_MediumColdNoChange"] {"Cold day, no change expected."}
- ["WeatherDesc_HeavyColdNoChange"] {"Very cold all day."}
- ["WeatherDesc_VeryHeavyColdNoChange"] {"Very cold all day, no change expected."}
-
-
-
- ["WeatherDesc_LightHotNoChange"] {"Warm all day."}
- ["WeatherDesc_MediumHotNoChange"] {"Hot all day."}
- ["WeatherDesc_HeavyHotNoChange"] {"Very hot all day."}
- ["WeatherDesc_VeryHeavyHotNoChange"] {"Very hot all day, no change expected."}
-
-