Changeset 178 for minimanager/lang/deDE.php
- Timestamp:
- Dec 23, 2007, 2:55:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
minimanager/lang/deDE.php
r142 r178 148 148 'honor' => 'Honor Rankings', //TODO 149 149 'auctionhouse' => 'Auktionshaus', 150 'events' => 'Events' 150 151 ); 151 152 … … 827 828 'avg_uptime' => 'Average Server Uptime', 828 829 'max_uptime' => 'Maximum Server Uptime', 829 'uptime_prec' => ' Uptime percentage since first run' 830 'uptime_prec' => ' Uptime percentage since first run', 831 'unique_ip' => 'Unique IPs last 24 Hour' //TODO 830 832 ); 831 833 … … 1212 1214 'max_mana' => 'Max Mana', 1213 1215 'max_mana_desc' => 'Maximum creature\'s mana points for creature level equal minlevel. Spawned creature have mana in linear proportion to level position in range minlevel - maxlevel.', 1214 'faction_A' => 'Faction',1215 'faction_A_desc' => 'Creature\'s faction.',1216 1216 'family' => 'Family', 1217 1217 'family_desc' => 'Creature\'s family type.', … … 1278 1278 'resis_arcane_desc' => 'Arcane Resitance.', 1279 1279 'models' => 'Models', 1280 'modelid_male' => 'Modelid Male',1281 'modelid_male_desc' => 'Graphical model that client must apply on this male creature.',1282 'modelid_female' => 'Modelid Female',1283 'modelid_female_desc' => 'Graphical model that client must apply on this Female creature.',1284 'equip_slot' => 'Equip Slot',1285 'equip_slot_desc' => 'TODO:',1286 'equip_model' => 'Equip Model',1287 'equip_model_desc' => 'Equipement\'s model of the first item weared by the creature.',1288 'equip_info' => 'Equip Info',1289 'equip_info_desc' => 'TODO:',1290 1280 'scripts' => 'Scripts', 1291 1281 'ai_name' => 'AIName', … … 1394 1384 'condition_value1_desc' => 'Condition Value 1 flag', 1395 1385 'condition_value2' => 'Condition Value 2', 1396 'condition_value2_desc' => 'Condition Value 2 flag' 1386 'condition_value2_desc' => 'Condition Value 2 flag', 1387 'modelid_A' => 'Model ID Allied', 1388 'modelid_A_desc' => 'Model ID Allied', 1389 'modelid_A2' => 'Model ID Allied 2', 1390 'modelid_A2_desc' => 'Model ID Allied 2', 1391 'modelid_H' => 'Model ID Horde', 1392 'modelid_H_desc' => 'Model ID Horde', 1393 'modelid_H2' => 'Model ID Horde 2', 1394 'modelid_H2_desc' => 'Model ID Horde 2', 1395 'faction_A' => 'Faction (Alliance)', 1396 'faction_A_desc' => 'The faction if the creature is on the alliance side.', 1397 'faction_H' => 'Faction (Horde)', 1398 'faction_H_desc' => 'The faction if the creature is on the horde side.', 1399 'RegenHealth' => 'Regenerate Health', 1400 'equipment' => 'Equipment', 1401 'equip_slot' => 'Equip Slot', 1402 'equip_slot1_desc' => 'Offset to the real slot used', 1403 'equip_slot2_desc' => 'Offset to the real slot used', 1404 'equip_slot3_desc' => 'Offset to the real slot used', 1405 'equip_model' => 'Equip Model', 1406 'equip_model1_desc' => 'This is the model of the equipment used in right hand.', 1407 'equip_model2_desc' => 'This is the model of the equipment used in right hand.', 1408 'equip_model3_desc' => 'This is the model of the equipment used in distance slot.', 1409 'equip_info' => 'Equip Info', 1410 'equip_info1_desc' => 'This field controls both the animation, the way the equiped item hits and the sound it makes.', 1411 'equip_info2_desc' => 'This field controls both the animation, the way the equiped item hits and the sound it makes', 1412 'equip_info3_desc' => 'This field controls both the animation, the way the equiped item hits and the sound it makes' 1397 1413 ); 1398 1414 … … 1414 1430 'search_go' => 'Search Game Objects', 1415 1431 'general' => 'General', 1416 'sounds' => 'Additional Sounds', 1417 'save_to_db' => 'Save to DB', 1432 'save_to_db' => 'Save to DB', 1418 1433 'save_to_script' => 'Save to Script', 1419 1434 'lookup_go' => 'Lookup GO', … … 1467 1482 'size' => 'Size', 1468 1483 'size_desc' => 'Object\'s size must be set because graphic models can be resample.', 1469 'sound' => 'Sound',1470 'sound_desc' => 'Data fields specific for different type field values. Each type has unique fields.<br />For more informaton visit https://svn.mangosproject.org/trac /MaNGOS/wiki/Database /gameobject_template',1471 1484 'tmpl_not_found' => 'Template not Found', 1472 1485 'del_go' => 'Delete GO', … … 1506 1519 'condition_value1_desc' => 'Condition Value 1 flag', 1507 1520 'condition_value2' => 'Condition Value 2', 1508 'condition_value2_desc' => 'Condition Value 2 flag' 1521 'condition_value2_desc' => 'Condition Value 2 flag', 1522 'datas' => 'Additional Datas', 1523 'data' => 'Data', 1524 'data_desc' => 'Data fields specific for different type field values. Each type has unique fields.<br />For more informaton visit https://svn.mangosproject.org/trac /MaNGOS/wiki/Database /gameobject_template' 1525 1509 1526 ); 1510 1527 … … 2102 2119 'Moderator' => 'Moderator', 2103 2120 'Game_Master' => 'Game Master', 2121 'BugTracker' => 'Bug Tracker', 2104 2122 'Administrator' => 'Administrator', 2123 'SysOP' => 'Sys OP', 2105 2124 //------factions------ 2106 2125 'Alliance' => 'Alliance', … … 2198 2217 2199 2218 ); 2219 2220 $lang_events = array( 2221 'total' => 'Total', 2222 'descr' => 'Event name', 2223 'start' => 'First Starting Time', 2224 'occur' => 'Occurance<br><small>days/hours', 2225 'length' => 'Length<br><small>days/hours', 2226 'events' => 'Events' 2227 ); 2200 2228 ?>
Note:
See TracChangeset
for help on using the changeset viewer.