Ignore:
Timestamp:
Aug 13, 2007, 9:05:34 PM (17 years ago)
Author:
george
Message:

Aktualizace MaNGOS Minimanageru na verzi 0.1.4a.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • minimanager/lang/enUS.php

    r5 r19  
    2727        'home' => 'Home',
    2828        'none' => 'none',
    29         'delete' => 'Del.',
     29        'delete' => 'Delete',
     30        'delete_short' => 'Del.',
    3031        'edit' => 'Edit',
    3132        'yes' => 'YES',
     
    256257        'no_act_quests' => 'No active Quests Found.',
    257258        'quest_id' => 'ID',
     259        'quest_level' => 'lvl',
    258260        'quest_title' => 'Quest Title',
    259261        'professions' => 'Professions',
    260262        'skills' => 'Skills',
     263        'skill_id' => 'ID',
     264        'skill_name' => 'Skill Name',
     265        'skill_value' => 'Value',
     266        // --- $skill_rank_array ---
     267        'apprentice' => 'Apprentice',
     268        'journeyman' => 'Journeyman',
     269        'expert' => 'Expert',
     270        'artisan' => 'artisan',
     271        'master' => 'Master',
     272        'inherent' => 'Inherent',
     273        'wise' => 'Wise',
    261274        // ---- edit_char.php ----
    262275        'update' => 'Update Character\'s Data',
     
    591604$lang_mail = array(
    592605        // ----- MAIL.PHP -----
    593         'mail_options_type' => 'Mail Options / Type',
     606        'mail_type' => 'Mail Type',
     607        'mail_options' => 'Mail Options',
    594608        'email' => 'Email',
    595609        'ingame_mail' => 'InGame Mail',
     
    629643$lang_run_patch = array(
    630644        // -----RUN_PATCH.PHP -----
    631         'err_in_line' => 'MySQL syntax error in query number ',
     645        'err_in_line' => 'SQL syntax error in query number ',
    632646        'run_sql_file_only' => 'You may only run .sql or .qbquery files.',
    633647        'file_not_found' => 'File Not Found!',
     
    13601374        'req_level_desc' => 'Character level required to learn this spell.',
    13611375        'check_to_delete' => '* Check checkbox next to item to remove from template.',
    1362         'search_results' => 'Search Results'
     1376        'search_results' => 'Search Results',
     1377        'RacialLeader' => 'Racial Leader',
     1378        'RacialLeader_desc' => 'Set to 1 if the creature is Racial Leader'
    13631379        );
    13641380
     
    14851501        'total_auctions' => 'Total Auctions',
    14861502        'search_results' => 'Search Results',
    1487         'auction_over' => 'Auction Over'
     1503        'auction_over' => 'Auction Over',
     1504        'all' => 'All',
     1505        'item_id' => 'Item Id',
     1506        'item_name' => 'Item Name',
     1507        'seller_name' => 'Seller Name',
     1508        'buyer_name' => 'Buyer Name',
     1509        'tot_found' => 'Total Items Found'
    14881510);
    14891511
Note: See TracChangeset for help on using the changeset viewer.