home *** CD-ROM | disk | FTP | other *** search
- //
- // This contains the global text for the game.
- //
-
- // Will contain error codes, menu text, and other text that you expect
- // to be available at any point.
-
-
- //
- // 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.
- //
-
-
-
- ["GlobalTextData"] {"Text for the entire game."}
-
-
-
- // John's fault
-
- ["Army"] {"Army"}
- ["Yes"] {"Yes"}
- ["No"] {"No"}
- ["Continue"] {"Continue"}
- ["OK"] {"OK"}
- ["Cancel"] {"Cancel"}
-
-
- ["UnitPluralSamuraiArchers"] {"Light Samurai"}
- ["UnitPluralYariSamurai"] {"Samurai Spearmen"}
- ["UnitPluralNaginata"] {"Naginata"}
- ["UnitPluralNodachi"] {"Nodachi"}
- ["UnitPluralCavalryArchers"] {"Cavalry Archers"}
- ["UnitPluralHeavyCavalry"] {"Heavy Cavalry"}
- ["UnitPluralYariCavalry"] {"Yari Cavalry"}
- ["UnitPluralYariAshigaru"] {"Yari Ashigaru"}
- ["UnitPluralArquebusiers"] {"Arquebusiers"}
- ["UnitPluralMusketeers"] {"Musketeers"}
- ["UnitPluralWarriorMonks"] {"Warrior Monks"}
-
- ["UnitSingularSamuraiArchers"] {"Light Samurai"}
- ["UnitSingularYariSamurai"] {"Samurai Spearman"}
- ["UnitSingularNaginata"] {"Naginata"}
- ["UnitSingularNodachi"] {"Nodachi"}
- ["UnitSingularCavalryArchers"] {"Cavalry Archer"}
- ["UnitSingularHeavyCavalry"] {"Heavy Cavalry"}
- ["UnitSingularYariCavalry"] {"Yari Cavalry"}
- ["UnitSingularYariAshiguru"] {"Yari Ashigaru"}
- ["UnitSingularArquebusier"] {"Arquebusier"}
- ["UnitSingularMusketeer"] {"Musketeer"}
- ["UnitSingularWarriorMonk"] {"Warrior Monk"}
-
-