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/hrHR.php

    r5 r19  
    3131        'none' => 'ništa',
    3232        'delete' => 'Obriši',
     33        'delete_short' => 'Del.',
    3334        'edit' => 'Izmjeni',
    3435        'yes' => 'DA',
     
    259260        'no_act_quests' => 'No active Quests Found.',
    260261        'quest_id' => 'ID',
     262        'quest_level' => 'lvl',
    261263        'quest_title' => 'Naslov Questova',
    262264        'professions' => 'Profesije',
    263265        'skills' => 'Skilovi',
     266        'skill_id' => 'ID', //TODO
     267        'skill_name' => 'Skill Name', //TODO
     268        'skill_value' => 'Value', //TODO
     269        // --- $skill_rank_array ---
     270        'apprentice' => 'Apprentice', //TODO: Translate
     271        'journeyman' => 'Journeyman', //TODO: Translate
     272        'expert' => 'Expert', //TODO: Translate
     273        'artisan' => 'artisan', //TODO: Translate
     274        'master' => 'Master', //TODO: Translate
     275        'inherent' => 'Inherent', //TODO: Translate
     276        'wise' => 'Wise', //TODO: Translate
    264277        // ---- edit_char.php ----
    265278        'update' => 'Izmjeni podatke lika',
     
    594607$lang_mail = array(
    595608        // ----- MAIL.PHP -----
    596         'mail_options_type' => 'Mail Options / Type',
     609        'mail_type' => 'Mail Type',
     610        'mail_options' => 'Mail Options',
    597611        'email' => 'Email',
    598612        'ingame_mail' => 'InGame Mail',
     
    632646$lang_run_patch = array(
    633647        // -----RUN_PATCH.PHP -----
    634         'err_in_line' => 'MySQL syntax error in query number ',
     648        'err_in_line' => 'SQL syntax error in query number ',
    635649        'run_sql_file_only' => 'You may only run .sql or .qbquery files.',
    636650        'file_not_found' => 'File Not Found!',
     
    13621376        'req_level_desc' => 'Character level required to learn this spell.',
    13631377        'check_to_delete' => '* Check checkbox next to item to remove from template.',
    1364         'search_results' => 'Search Results'
     1378        'search_results' => 'Search Results',
     1379        'RacialLeader' => 'Racial Leader',
     1380        'RacialLeader_desc' => 'Set to 1 if the creature is Racial Leader'
    13651381        );
    13661382
     
    14871503        'total_auctions' => 'Total Auctions',
    14881504        'search_results' => 'Search Results',
    1489         'auction_over' => 'Auction Over'
     1505        'auction_over' => 'Auction Over',
     1506        'all' => 'All',
     1507        'item_id' => 'Item Id',
     1508        'item_name' => 'Item Name',
     1509        'seller_name' => 'Seller Name',
     1510        'buyer_name' => 'Buyer Name',
     1511        'tot_found' => 'Total Items Found'
    14901512);
    14911513
Note: See TracChangeset for help on using the changeset viewer.