<?php /* * Language file * ENGLISH * */ // GUI $gui_error = "<b>No page selected or page error. Try again.<br />If problem persists, contact administrator.</b>"; $menu_phome = "Overview"; $menu_pcudoviste = "My Creature"; $menu_inventory = "My Inventory"; $menu_pshop = "Buy Items"; $menu_praid = "Raid Villages"; $menu_pduel = "Duel opponents"; $menu_pmsg = "My Messages"; // Info $info_msg = "Messages"; $no_msg = "No new messages..."; $new_msg = " new message(s)..."; $info_raid = "Raids"; $no_raid = "No raids active..."; $new_raid = "Raiding village...<br />seconds left..."; $done_raid = "Raid done...<br />Click to see details..."; $info_duel = "Duels"; $no_duel = "No creature duel(s)..."; $new_duel = "Duel in progress...<br />seconds left..."; $att_duel = "Attack alert!!!<br />Another creature is<br />approaching..."; $done_duel = "Duel finished...<br />Click to see details..."; ?>