generated from Jaysyn/ModuleTemplate
15 lines
663 B
Plaintext
15 lines
663 B
Plaintext
// hc_text_track
|
|
// This file contains many of the text strings used throughout HCR for those
|
|
// wishing to convert HCR to a foreign language.
|
|
// Best Wishes, Archaegeo
|
|
|
|
const string STOPTRACKING = "You stop tracking your target.";
|
|
const string NOFOOTPRINTS = "You detect no footprints to track.";
|
|
const string STARTTRACK = "You begin tracking: ";
|
|
const string CONTTRACK = "You continue tracking: ";
|
|
const string NOTPOSSIBLE = "It is impossible to sort out tracks here.";
|
|
const string DCFAIL = "You are unable to single out a track to follow.";
|
|
const string DCCONTFAIL = "You lose the track.";
|
|
const string TRAILGONE = "The trail seems to have stopped here...";
|
|
|