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 CSurvivalMission_Strings
- {
- final static array m_MissionObjectives = array(
- "Zastavit nebo zneÜkodnit nacistickΘ sφly v mφst∞ k°i₧ovatky v oblasti Benghazi",
- "ZniΦit zßsobu munice v Zillahu"
- );
-
- final static array m_BonusMissionObjectives = array(
- "ZniΦit vÜechny nacistickΘ jednotky v okolφ silnice Tobruk-Zillah."
- );
-
- final static string str_StatisticsTitle = "PoΦet zniΦen²ch nep°ßtelsk²ch jednotek: ";
-
- final static array m_NavigationPoints = array(
- "K°i₧ovatka v Benghazi",
- "K°i₧ovatka v Al-Bwairat",
- "Zillah",
- "Tobrug"
- );
-
- final static string str_TobruqPatrol = "NacistΘ vstoupili do Tobrugu";
- final static string str_AqaliaPatrol = "NacistΘ vstoupili do Al-Aqalie";
- final static string str_BenghaziPatrol = "NacistΘ vstoupili do Benghazi";
- final static string str_GermanConvoyRichThePoint = "Mise byla ne·sp∞Ünß: NacistΘ postoupili.";
- }
-
-