Changeset 142 for minimanager/lang/enUS.php
- Timestamp:
- Nov 23, 2007, 11:29:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
minimanager/lang/enUS.php
r19 r142 8 8 * License: GNU General Public License v2(GPL) 9 9 */ 10 10 11 11 $site_encoding = "ISO-8859-1"; 12 12 … … 55 55 'pass_recovery' => 'Lost Password?' 56 56 ); 57 57 58 58 $lang_register = array( 59 59 // ----- REGISTER.PHP ----- … … 92 92 'error_terms' => 'Terms of Service were Not Accepted', 93 93 'i_agree' => 'I Agree', 94 'i_dont_agree' => 'I Do Not Agree' 95 ); 96 94 'i_dont_agree' => 'I Do Not Agree', 95 'pass_too_long' => 'The password you have entered exceeds the maximum allowed length' 96 ); 97 97 98 $lang_index = array( 98 99 // ----- INDEX.PHP ----- 99 100 'realm' =>'Realm', 100 101 'online' => 'Online', 101 'offline_or_let_h eight' => 'Offline or Latency too Height',102 'offline_or_let_high' => 'Offline or Latency too High', 102 103 'add_motd' => 'Add Message of the Day', 103 104 'delete' => 'Delete', … … 111 112 'honor_kills' => 'H.K' 112 113 ); 113 114 114 115 $lang_header = array( 115 116 // ----- HEADER.PHP ----- … … 119 120 'characters' => 'Characters', 120 121 'guilds' => 'Guilds', 122 'arena_teams' => 'Arena Teams', 121 123 'banned_list' => 'Banned List', 122 124 'cleanup' => 'Cleanup', … … 144 146 'game_object' => 'Game Objects', 145 147 'forums' => 'Forums', 148 'honor' => 'Honor Rankings', 146 149 'auctionhouse' => 'Auction House', 147 150 ); 148 151 149 152 $lang_footer = array( 150 153 // -----FOOTER.PHP ----- … … 168 171 'repair_error' => 'Error' 169 172 ); 170 173 171 174 $lang_backup = array( 172 175 // ----- BACKUP.PHP ----- … … 198 201 'save_all_realms' => 'Save data from all Realms' 199 202 ); 200 203 201 204 $lang_banned = array( 202 205 // ----- BANNED.PHP ----- … … 222 225 'acc_not_found' => 'Account Not Found' 223 226 ); 224 227 225 228 $lang_char = array( 226 229 // ----- CHAR.PHP ----- … … 290 293 'no_tp_location' => 'No teleport location found using provided name.' 291 294 ); 292 295 293 296 $lang_item = array( 294 297 // ----- ITEM TOOLTIP ----- … … 343 346 'thrown' => 'Thrown', 344 347 'consumable' => 'Consumable', 345 'arrows' => ' Projectile -Arrows',346 'bullets' => ' Projectile -Bullets',348 'arrows' => 'Arrows', 349 'bullets' => 'Bullets', 347 350 'projectile' => 'Projectile', 348 351 'trade_goods' => 'Trade Goods', … … 444 447 'socket_blue' => 'Blue Socket', 445 448 'rating_by' => 'Rating by', 446 'improves' => 'Improves', 449 'improves' => 'Improves', 447 450 'DEFENCE_RATING' => 'Defence', 448 451 'DODGE_RATING' => 'Dodge', … … 511 514 'by_item' => 'has Item id' 512 515 ); 513 516 514 517 $lang_cleanup = array( 515 518 // ----- CLEANUP.PHP ----- … … 540 543 'clean_db' => 'Clean Database' 541 544 ); 542 545 543 546 $lang_edit = array( 544 547 // ----- EDIT.PHP ----- … … 570 573 'tot_chars' => 'Total Characters' 571 574 ); 572 575 573 576 $lang_guild = array( 574 577 // ----- GUILD.PHP ----- … … 601 604 'browse_guilds' => 'Browse Guilds' 602 605 ); 603 606 604 607 $lang_mail = array( 605 608 // ----- MAIL.PHP ----- … … 632 635 'send_mail' => 'Send Mail' 633 636 ); 634 637 635 638 $lang_motd = array( 636 639 // ----- MOTD.PHP ----- … … 656 659 'run_patch' => 'Run SQL Patch' 657 660 ); 658 661 659 662 $lang_ssh = array( 660 663 // ----- SSH.PHP ----- … … 662 665 'config_server_properly' => 'Make sure you have configured your SSH/Telnet server properly, and it is currently online.' 663 666 ); 664 667 665 668 $lang_realm = array( 666 669 // ----- REALM.PHP ----- … … 696 699 'status' => 'Status' 697 700 ); 698 701 699 702 $lang_ticket = array( 700 703 // ----- TICKET.PHP ----- … … 731 734 'character' => 'Character' 732 735 ); 733 736 734 737 $lang_user = array( 735 738 // ----- USER.PHP ----- … … 804 807 'expansion' => 'Expansion' 805 808 ); 806 809 807 810 $lang_stat = array( 808 811 // ----- STAT.PHP ----- … … 1092 1095 'max_count' => 'Max. Count', 1093 1096 'max_count_desc' => 'Maximum number of stack size on drop.', 1094 'quest_loot' => 'Quest Loot Flag',1095 'quest_loot_desc' => 'Quest Free for all loot flag.',1096 1097 'add_item_to_loot' => 'Add item to Loot Template', 1097 1098 'drop_chance' => 'Drop Chance', 1098 1099 'quest_drop_chance' => 'Quest Drop Chance', 1099 'quest_freeforall' => 'Quest free for all',1100 1100 'armor_dmg_mod' => 'Armor Damage Modifier', 1101 'armor_dmg_mod_desc' => 'TODO:' 1101 'armor_dmg_mod_desc' => 'TODO:', 1102 'ppm_rate' => 'ppmRate', 1103 'ppm_rate_desc' => 'Number of proc per minute', 1104 'item_spell' => 'Item Spell', 1105 'freeforall' => 'Free for all', 1106 'freeforall_desc' => 'Free for all loot flag.', 1107 'lootcondition' => 'Loot condition', 1108 'lootcondition_desc' => 'Loot condition flag', 1109 'condition_value1' => 'Condition Value 1', 1110 'condition_value1_desc' => 'Condition Value 1 flag', 1111 'condition_value2' => 'Condition Value 2', 1112 'condition_value2_desc' => 'Condition Value 2 flag' 1102 1113 ); 1103 1114 … … 1201 1212 'max_mana' => 'Max Mana', 1202 1213 '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.', 1203 'faction ' => 'Faction',1204 'faction_ desc' => 'Creature\'s faction.',1214 'faction_A' => 'Faction', 1215 'faction_A_desc' => 'Creature\'s faction.', 1205 1216 'family' => 'Family', 1206 1217 'family_desc' => 'Creature\'s family type.', … … 1346 1357 'max_count' => 'Max. Count', 1347 1358 'max_count_desc' => 'Maximum number of stack size on drop.', 1348 'quest_loot' => 'Quest Loot Flag',1349 'quest_loot_desc' => 'Quest Free for all loot flag.',1350 1359 'add_item_to_loot' => 'Add item to Loot Template', 1351 1360 'drop_chance' => 'Drop Chance', 1352 'quest_freeforall' => 'Quest free for all',1353 1361 'add_ends_quests' => 'Add Quest ends by this NPC', 1354 1362 'add_starts_quests' => 'Add Quest starts by this NPC', … … 1376 1384 'search_results' => 'Search Results', 1377 1385 'RacialLeader' => 'Racial Leader', 1378 'RacialLeader_desc' => 'Set to 1 if the creature is Racial Leader' 1386 'RacialLeader_desc' => 'Set to 1 if the creature is Racial Leader', 1387 'dmgschool' => 'Damage School', 1388 'dmgschool_desc' => 'The school of damage will be used by this mob', 1389 'freeforall' => 'Free for all', 1390 'freeforall_desc' => 'Free for all loot flag.', 1391 'lootcondition' => 'Loot condition', 1392 'lootcondition_desc' => 'Loot condition flag', 1393 'condition_value1' => 'Condition Value 1', 1394 'condition_value1_desc' => 'Condition Value 1 flag', 1395 'condition_value2' => 'Condition Value 2', 1396 'condition_value2_desc' => 'Condition Value 2 flag' 1379 1397 ); 1380 1398 … … 1459 1477 'drop_chance' => 'Drop Chance', 1460 1478 'quest_drop_chance' => 'Quest Drop Chance', 1461 'quest_freeforall' => 'Quest Free for All',1462 1479 'add_items_to_templ' => 'Add Items to Template', 1463 1480 'loot_item_id' => 'Loot template ID', … … 1471 1488 'max_count' => 'Max. Count', 1472 1489 'max_count_desc' => 'Maximum number of stack size on drop.', 1473 'quest_loot' => 'Quest Loot Flag',1474 'quest_loot_desc' => 'Quest Free for all loot flag.',1475 1490 'check_to_delete' => '* Check checkbox next to item to remove from template.', 1476 1491 'add_starts_quests' => 'Add Quest starts by this GO', … … 1483 1498 'times' => 'times', 1484 1499 'go_template' => 'Game Object Template', 1485 'all_related_data' => 'Along with all related data.' 1500 'all_related_data' => 'Along with all related data.', 1501 'freeforall' => 'Free for all', 1502 'freeforall_desc' => 'Free for all loot flag.', 1503 'lootcondition' => 'Loot condition', 1504 'lootcondition_desc' => 'Loot condition flag', 1505 'condition_value1' => 'Condition Value 1', 1506 'condition_value1_desc' => 'Condition Value 1 flag', 1507 'condition_value2' => 'Condition Value 2', 1508 'condition_value2_desc' => 'Condition Value 2 flag' 1486 1509 ); 1487 1510 … … 2074 2097 'Set65' => 'Spider\'s Kiss', 2075 2098 'Set41' => 'Dal\'Rend\'s Arms', 2076 'Set1' => 'The Gladiator' 2099 'Set1' => 'The Gladiator', 2100 //------user levels------ 2101 'Player' => 'Player', 2102 'Moderator' => 'Moderator', 2103 'Game_Master' => 'Game Master', 2104 'Administrator' => 'Administrator', 2105 //------factions------ 2106 'Alliance' => 'Alliance', 2107 'Horde' => 'Horde', 2108 //------char rankings------ 2109 'None'=> 'None', 2110 'Private' => 'Private', 2111 'Corporal' => 'Corporal', 2112 'Sergeant' => 'Sergeant', 2113 'Master_Sergeant' => 'Master Sergeant', 2114 'Sergeant_Major' => 'Sergeant Major', 2115 'Knight' => 'Knight', 2116 'Knight-Lieutenant' => 'Knight-Lieutenant', 2117 'Knight-Captain' => 'Knight-Captain', 2118 'Knight-Champion' => 'Knight-Champion', 2119 'Lieutenant_Commander' => 'Lieutenant Commander', 2120 'Commander' => 'Commander', 2121 'Marshal' => 'Marshal', 2122 'Field_Marshal' => 'Field Marshal', 2123 'Grand_Marshal' => 'Grand Marshal', 2124 'Scout' => 'Scout', 2125 'Grunt' => 'Grunt', 2126 'Senior_Sergeant' => 'Senior Sergeant', 2127 'First_Sergeant' => 'First Sergeant', 2128 'Stone_Guard' => 'Stone Guard', 2129 'Blood_Guard' => 'Blood Guard', 2130 'Legionnare' => 'Legionnare', 2131 'Centurion' => 'Centurion', 2132 'Champion' => 'Champion', 2133 'Lieutenant_General' => 'Lieutenant General', 2134 'General' => 'General', 2135 'Warlord' => 'Warlord', 2136 'High_Warlord' => 'High Warlord' 2137 ); 2138 2139 2140 $lang_arenateam = array( 2141 // ----- ARENATEAM.PHP ----- 2142 'by_name' =>'by Name', 2143 'by_team_leader' => 'by Arena Team Leader', 2144 'by_id' => 'by Arena Team Id', 2145 'id' => 'Id', 2146 'arenateam_id' => 'Arena Team Id', 2147 'arenateam_name' => 'Arena Team Name', 2148 'captain' => 'Captain', 2149 'type' => 'Type', 2150 'arenateam_online' => 'Members online', 2151 'create_date' => '...', 2152 '2' => '2 VS 2', 2153 '3' => '3 VS 3', 2154 '5' => '5 VS 5', 2155 'err_no_members_found' => 'No Members Found!', 2156 'err_no_team_found' => 'No Arena Teams Found!', 2157 'del_team' => 'Delete Arena Team', 2158 'team_search_result' => 'Arena Teams Search Results', 2159 'browse_teams' => 'Browse Arena Teams', 2160 'tot_teams' => 'Total Arena Teams', 2161 'members' => 'Members', 2162 'tot_members' => 'Total Members', 2163 'games' => 'Games played', 2164 'rating' => 'Rating', 2165 'wins' => 'Games won', 2166 'remove' => 'Remove', 2167 'name' => 'Name', 2168 'level' => 'Level', 2169 'played_week' => 'Games played this week', 2170 'wons_week' => 'Games won this week', 2171 'played_season' => 'Games played this season', 2172 'wons_season' => 'Games won this season', 2173 'arenateams' => 'Arena Teams', 2174 'del_team' => 'Delete Arena Team', 2175 'games_played'=> 'Played', 2176 'games_won'=> 'Won', 2177 'games_lost'=> 'Lost', 2178 'ratio'=> 'Win Percentage', 2179 'this_week' => 'This week', 2180 'this_season' => 'This season', 2181 'standings' => 'Standing :', 2182 'tot_found' => 'Total Found', 2183 'arenateam' => 'Arena Team' 2184 ); 2185 2186 $lang_honor = array( 2187 // ----- HONOR.PHP ----- 2188 'allied' => 'Alliance', 2189 'horde' => 'Horde', 2190 'browse_honor' => 'Honor Overview', 2191 'guid' => 'Character Name', 2192 'race' => 'Race', 2193 'class' => 'Class', 2194 'level' => 'Level', 2195 'honor points' => 'Honor Points', 2196 'honor' => 'Rank', 2197 'guild' => 'Guild' 2198 2077 2199 ); 2078 2200 ?>
Note:
See TracChangeset
for help on using the changeset viewer.