Ignore:
Timestamp:
Nov 23, 2007, 11:29:33 PM (17 years ago)
Author:
george
Message:

Minimanager 0.1.5b

File:
1 edited

Legend:

Unmodified
Added
Removed
  • minimanager/lang/enUS.php

    r19 r142  
    88 * License: GNU General Public License v2(GPL)
    99 */
    10  
     10
    1111$site_encoding = "ISO-8859-1";
    1212
     
    5555        'pass_recovery' => 'Lost Password?'
    5656        );
    57        
     57
    5858$lang_register = array(
    5959        // ----- REGISTER.PHP -----
     
    9292        'error_terms' => 'Terms of Service were Not Accepted',
    9393        '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
    9798$lang_index = array(
    9899        // ----- INDEX.PHP -----
    99100        'realm' =>'Realm',
    100101        'online' => 'Online',
    101         'offline_or_let_height' => 'Offline or Latency too Height',
     102        'offline_or_let_high' => 'Offline or Latency too High',
    102103        'add_motd' => 'Add Message of the Day',
    103104        'delete' => 'Delete',
     
    111112        'honor_kills' => 'H.K'
    112113        );
    113        
     114
    114115$lang_header = array(
    115116        // ----- HEADER.PHP -----
     
    119120        'characters' => 'Characters',
    120121        'guilds' => 'Guilds',
     122        'arena_teams' => 'Arena Teams',
    121123        'banned_list' => 'Banned List',
    122124        'cleanup' => 'Cleanup',
     
    144146        'game_object' => 'Game Objects',
    145147        'forums' => 'Forums',
     148        'honor' => 'Honor Rankings',
    146149        'auctionhouse' => 'Auction House',
    147150        );
    148        
     151
    149152$lang_footer = array(
    150153        // -----FOOTER.PHP -----
     
    168171        'repair_error' => 'Error'
    169172        );
    170        
     173
    171174$lang_backup = array(
    172175        // ----- BACKUP.PHP -----
     
    198201        'save_all_realms' => 'Save data from all Realms'
    199202        );
    200        
     203
    201204$lang_banned = array(
    202205        // ----- BANNED.PHP -----
     
    222225        'acc_not_found' => 'Account Not Found'
    223226        );
    224        
     227
    225228$lang_char = array(
    226229        // ----- CHAR.PHP -----
     
    290293        'no_tp_location' => 'No teleport location found using provided name.'
    291294        );
    292        
     295
    293296$lang_item = array(
    294297        // ----- ITEM TOOLTIP -----
     
    343346        'thrown' => 'Thrown',
    344347        'consumable' => 'Consumable',
    345         'arrows' => 'Projectile - Arrows',
    346         'bullets' => 'Projectile - Bullets',
     348        'arrows' => 'Arrows',
     349        'bullets' => 'Bullets',
    347350        'projectile' => 'Projectile',
    348351        'trade_goods' => 'Trade Goods',
     
    444447        'socket_blue' => 'Blue Socket',
    445448        'rating_by' => 'Rating by',
    446         'improves' => 'Improves', 
     449        'improves' => 'Improves',
    447450        'DEFENCE_RATING' => 'Defence',
    448451        'DODGE_RATING' => 'Dodge',
     
    511514        'by_item' => 'has Item id'
    512515        );
    513        
     516
    514517$lang_cleanup = array(
    515518        // ----- CLEANUP.PHP -----
     
    540543        'clean_db' => 'Clean Database'
    541544        );
    542        
     545
    543546$lang_edit = array(
    544547        // ----- EDIT.PHP -----
     
    570573        'tot_chars' => 'Total Characters'
    571574        );
    572        
     575
    573576$lang_guild = array(
    574577        // ----- GUILD.PHP -----
     
    601604        'browse_guilds' => 'Browse Guilds'
    602605        );
    603        
     606
    604607$lang_mail = array(
    605608        // ----- MAIL.PHP -----
     
    632635        'send_mail' => 'Send Mail'
    633636        );
    634        
     637
    635638$lang_motd = array(
    636639        // ----- MOTD.PHP -----
     
    656659        'run_patch' => 'Run SQL Patch'
    657660        );
    658        
     661
    659662$lang_ssh = array(
    660663        // ----- SSH.PHP -----
     
    662665        'config_server_properly' => 'Make sure you have configured your SSH/Telnet server properly, and it is currently online.'
    663666        );
    664        
     667
    665668$lang_realm = array(
    666669        // ----- REALM.PHP -----
     
    696699        'status' => 'Status'
    697700        );
    698        
     701
    699702$lang_ticket = array(
    700703        // ----- TICKET.PHP -----
     
    731734        'character' => 'Character'
    732735        );
    733        
     736
    734737$lang_user = array(
    735738        // ----- USER.PHP -----
     
    804807        'expansion' => 'Expansion'
    805808        );
    806        
     809
    807810$lang_stat = array(
    808811        // ----- STAT.PHP -----
     
    10921095        'max_count' => 'Max. Count',
    10931096        '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.',
    10961097        'add_item_to_loot' => 'Add item to Loot Template',
    10971098        'drop_chance' => 'Drop Chance',
    10981099        'quest_drop_chance' => 'Quest Drop Chance',
    1099         'quest_freeforall' => 'Quest free for all',
    11001100        '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'
    11021113);
    11031114
     
    12011212        'max_mana' => 'Max Mana',
    12021213        '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.',
    12051216        'family' => 'Family',
    12061217        'family_desc' => 'Creature\'s family type.',
     
    13461357        'max_count' => 'Max. Count',
    13471358        '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.',
    13501359        'add_item_to_loot' => 'Add item to Loot Template',
    13511360        'drop_chance' => 'Drop Chance',
    1352         'quest_freeforall' => 'Quest free for all',
    13531361        'add_ends_quests' => 'Add Quest ends by this NPC',
    13541362        'add_starts_quests' => 'Add Quest starts by this NPC',
     
    13761384        'search_results' => 'Search Results',
    13771385        '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'
    13791397        );
    13801398
     
    14591477        'drop_chance' => 'Drop Chance',
    14601478        'quest_drop_chance' => 'Quest Drop Chance',
    1461         'quest_freeforall' => 'Quest Free for All',
    14621479        'add_items_to_templ' => 'Add Items to Template',
    14631480        'loot_item_id' => 'Loot template ID',
     
    14711488        'max_count' => 'Max. Count',
    14721489        '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.',
    14751490        'check_to_delete' => '* Check checkbox next to item to remove from template.',
    14761491        'add_starts_quests' => 'Add Quest starts by this GO',
     
    14831498        'times' => 'times',
    14841499        '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'
    14861509);
    14871510
     
    20742097        'Set65' => 'Spider\'s Kiss',
    20752098        '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
    20772199        );
    20782200?>
Note: See TracChangeset for help on using the changeset viewer.