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 CPreventVillageDestructionMission_Strings
- {
-
- final static array m_MissionObjectives = array(
- "Zachrßnit alespo≥ 50 % administrativnφch budov KolyÜeva",
- "ZniΦit vÜechny ·toΦφcφ nep°ßtelskΘ jednotky"
- );
-
- final static array m_BonusMissionObjectives = array(
- );
-
- final static string str_StatisticsTitle_1 = "PoΦet zachrßn∞n²ch administrativnφch budov: ";
- final static string str_StatisticsTitle_2 = "PoΦet zniΦen²ch nep°ßtelsk²ch jednotek: ";
-
- final static string str_WarningMessage = "VAROV┴N═: Administrativnφ budovy pod ·tokem! PoΦet zb²vajφcφch budov: ";
-
- final static array m_NavigationPoints = array(
- "KolyÜev",
- "MarÜevka",
- "Gotovtsevo",
- "Barinovo",
- "Kamovo",
- "Korzebino",
- "OveÜkino",
- "Gerasimovo",
- "Ozerino"
- );
- }
-
-