Changeset 26 for trunk/www/form_classes.php
- Timestamp:
- Jun 13, 2009, 1:49:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/form_classes.php
r24 r26 126 126 'Items' => array( 127 127 'Version' => array('Type' => 'String', 'Caption' => 'Verze', 'Default' => ''), 128 'BuildNumber' => array('Type' => 'Integer', 'Caption' => 'Č islo sestavení', 'Default' => ''),128 'BuildNumber' => array('Type' => 'Integer', 'Caption' => 'Číslo sestavení', 'Default' => ''), 129 129 'ReleaseDate' => array('Type' => 'Date', 'Caption' => 'Datum vydání', 'Default' => ''), 130 'Title' => array('Type' => 'String', 'Caption' => 'Titulek', 'Default' => ''), 130 131 ), 131 132 ), … … 152 153 ), 153 154 ), 155 'GameAccountNew' => array( 156 'Title' => 'Vytvoření nového herního účtu', 157 'Table' => '', 158 'Items' => array( 159 'Name' => array('Type' => 'String', 'Caption' => 'Přihlašovací jméno', 'Default' => ''), 160 'Password' => array('Type' => 'Password', 'Caption' => 'Heslo', 'Default' => ''), 161 'Password2' => array('Type' => 'Password', 'Caption' => 'Potvrzení hesla', 'Default' => ''), 162 'Email' => array('Type' => 'String', 'Caption' => 'E-mail', 'Default' => ''), 163 'Expansion' => array('Type' => 'ServerExpansion', 'Caption' => 'Rozšíření', 'Default' => 2), 164 'ServerId' => array('Type' => 'Hidden', 'Caption' => 'Id', 'Default' => 0), 165 ), 166 ), 154 167 ); 155 168 169 RegisterType('ServerExpansion', 'Enumeration', array('Classic', 'The Burning Crusade', 'Wrath of The Lich King')); 156 170 RegisterType('ServerType', 'Enumeration', array('Normální', 'PvP', 'RP', 'RPPvP')); 157 171 RegisterType('OnlineState', 'Enumeration', array('Neaktivní', 'Aktivní'));
Note:
See TracChangeset
for help on using the changeset viewer.