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 CSupportAerialAttackMission_Strings
- {
- final static array m_MissionObjectives = array(
- "ZneÜkodnit alespo≥ 70 % nacistick²ch protivzduÜn²ch sil v Tobruku a okolφ",
- "ZneÜkodnit alespo≥ 70 % nacistick²ch protivzduÜn²ch sil v Al-Aqalii a okolφ"
- );
-
- final static array m_BonusMissionObjectives = array(
- "ZneÜkodnit nacistick² konvoj, sm∞°ujφcφ z Tobruku do Al-Aqalie"
- );
-
- final static string str_StatisticsTitle = "PoΦet zniΦen²ch nep°ßtelsk²ch jednotek: ";
-
- final static array m_NavigationPoints = array(
- "Tobruk",
- "Al-Aqalie"
- );
-
- //
- // messages
- //
-
- final static string str_BeforeTobruqBombing = "Do bombardovßnφ Tobruku zb²vß: ";
- final static string str_BeforeAlAqaliaBombing = "Do bombardovßnφ Al-Aqalie zb²vß: ";
- final static string str_Sec = " sek.";
- final static string str_TobruqProcentel = "% protivzduÜnΘ obrany Tobruku zniΦeno";
- final static string str_AqaliaProcentel = "% protivzduÜnΘ obrany Al-Aqalie zniΦeno";
- final static string str_BeforeAlAqaliaComplete = "70% protivzduÜnΘ obrany Al-Aqalie zniΦeno";
- }
-
-