home *** CD-ROM | disk | FTP | other *** search
- //-------------------------------------------------------------------
- //
- // This code is copyright 2001 by G5 Software.
- // Any unauthorized usage, either in part or in whole of this code
- // is strictly prohibited. Violators WILL be prosecuted to the
- // maximum extent allowed by law.
- //
- //-------------------------------------------------------------------
-
- //
- // Mission strings
- //
-
- class CConvoyMission_Strings
- {
-
- final static array m_MissionObjectives = array(
- "Zajistit, aby se 50 % voz∙ z konvoje dostalo na zßkladnu K140"
- );
-
- final static array m_BonusMissionObjectives = array(
- );
-
- final static string str_StatisticsTitle_1 = "Vozidel konvoje zniΦeno: ";
- final static string str_StatisticsTitle_2 = "%";
-
- final static string str_WarningMessage_1 = "VAROV┴N═: Konvoj mß problΘmy, ";
- final static string str_WarningMessage_2 = "% jednotek zb²vß";
-
- final static array m_NavigationPoints = array(
- "ErmoÜino",
- "Vasilievka",
- "Laptevka",
- "Zßkladna K140",
- "Zßkladna A35"
- );
- }
-
-