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

    r19 r142  
    22/*
    33 * Project Name: MiniManager for Mangos Server
    4  * Date: 17.10.2006 inital version (0.0.1a)
    5  * Author: konqi (German Translation)
    6  * Copyright: konqi (German Translation)
     4 * Date: 11.11.2007 updated version (0.0.1b)
     5 * Author: konqi (updated by mordor) (only German Translation)
     6 * Copyright: konqi (updated by mordor) (only German Translation)
    77 * Email: *****
    88 * License: GNU General Public License v2(GPL)
    99 */
    10  
     10
    1111$site_encoding = "ISO-8859-1";
    1212
     
    3636        'are_you_sure' => 'BIST DU SICHER?',
    3737        'will_be_erased' => 'Wird unwiederrufbar von der Datenbank gelöscht!',
    38         'unlinked' => 'Unlinked'
     38        'unlinked' => 'Unverlinked'
    3939);
    4040
     
    4848        'missing_pass_user' => 'Fehlender Benutzername und/oder Passwort!',
    4949        'banned_acc' => 'Konto gebannt, Bitte Serveradministrator kontaktieren',
    50         'locked_acc' => 'Konto eingefrohren, Bitte Serveradministrator kontaktieren',
     50        'locked_acc' => 'Konto eingefroren, Bitte Serveradministrator kontaktieren',
    5151        'no_permision' => 'Du hast KEINE Berechtigung auf die angeforderten Daten zuzugreifen',
    5252        'enter_valid_logon' => 'Bitte gütigen Benutzername und Passwort eingeben:',
    5353        'select_realm' => 'Wähle Realm',
    54         'remember_me' => 'Remember Me', //TODO
    55         'pass_recovery' => 'Lost Password?' //TODO
    56         );
    57        
     54        'remember_me' => 'Eingeloggt bleiben',
     55        'pass_recovery' => 'Passwort vergessen?'
     56        );
     57
    5858$lang_register = array(
    5959        // ----- REGISTER.PHP -----
     
    6767        'use_valid_mail' => 'Bitte versichere dich, dass du eine gültige E-mail-Adresse benutzt.',
    6868        'create_acc_button' => 'Konto erstellen',
    69         'diff_pass_entered' => 'Die Passwörter müssen übereinstimmen.',
     69        'diff_pass_entered' => 'Die Passwörter müssen übereinstimmen.', //Popup-Fenster mit "noramlen" Umlauten!
    7070        'already_exist' => 'Existiert bereits',
    7171        'acc_reg_closed' => 'Pech gehabt, die Kontoregistrierung ist zur Zeit deaktiviert.',
     
    7878        'cannot_create_acc' => 'können keine Kontos erstellen.',
    7979        'fill_all_fields' => 'Bitte alle Felder ausfüllen.',
    80         'acc_type' => 'Account Type', //TODO
    81         'acc_type_desc' => 'The type of Client will be used.', //TODO
     80        'acc_type' => 'Accounttyp',
     81        'acc_type_desc' => 'Der Typ des Clients der gebraucht wird.',
    8282        'classic' => 'Classic',
    83         'expansion' => 'Expansion',
    84         'recover_acc_password' => 'Recover Account\'s Password', //TODO
    85         'user_pass_rec_desc' => 'Please enter username you registered with.', //TODO
    86         'mail_pass_rec_desc' => 'Please make sure to use same email address as in initial registration.', //TODO
    87         'recover_pass' => 'Recover Password', //TODO
    88         'user_mail_not_found' => 'Provided Username/email combination not found.', //TODO
    89         'recovery_mail_sent' => 'Recovery mail sent',
     83        'expansion' => 'Erweiterung',
     84        'recover_acc_password' => 'Passwortwiederherstellung für einen Account',
     85        'user_pass_rec_desc' => 'Bitte gebe den Benutzernamen an mit dem du dich registriert hast.',
     86        'mail_pass_rec_desc' => 'Bitte gehe sicher, dass du die selbe Emailadresse verwendest, wie bei deiner Anmeldung.',
     87        'recover_pass' => 'Passwort wiederherstellen',
     88        'user_mail_not_found' => 'Die angegebene Kombination aus Accountname und Emailadresse wurde nicht gefunden.',
     89        'recovery_mail_sent' => 'Email zur Wiederherstellung des Passwortes wurde versandt',
    9090        'read_terms' => 'Please make sure to read, understand and accept the terms of usage under which this account will be created',
    9191        'terms' => 'Terms of Service',
    9292        'error_terms' => 'Terms of Service were Not Accepted',
    93         'i_agree' => 'I Agree',
    94         'i_dont_agree' => 'I Do Not Agree'
    95         );
    96        
     93        'i_agree' => 'Ich bin einverstanden',
     94        'i_dont_agree' => 'Ich bin nicht einverstanden',
     95        'pass_too_long' => 'Das angegebene Passwort überschreitet die maximal erlaube Länge'
     96        );
     97
    9798$lang_index = array(
    9899        // ----- INDEX.PHP -----
    99100        'realm' =>'Realm',
    100101        'online' => 'Online',
    101         'offline_or_let_height' => 'Offline oder Latenz zu hoch',
     102        'offline_or_let_high' => 'Offline oder Latenz zu hoch',
    102103        'add_motd' => 'Nachricht des Tages hinzufügen',
    103104        'delete' => 'Löschen',
     
    111112        'honor_kills' => 'E.R'
    112113        );
    113        
     114
    114115$lang_header = array(
    115116        // ----- HEADER.PHP -----
     
    119120        'characters' => 'Character',
    120121        'guilds' => 'Gilden',
     122        'arena_teams' => 'Arena Teams',
    121123        'banned_list' => 'Bannliste',
    122124        'cleanup' => 'Aufrämen',
     
    137139        'statistics' => 'Statistics', //TODO: Translate
    138140        'teleports' => 'Teleports', //TODO: Translate
    139         'command' => 'Commands', //TODO: Translate
    140         'creatures' => 'Creatures', //TODO: Translate
     141        'command' => 'Befehle',
     142        'creatures' => 'Kreaturen',
    141143        'player_map' => 'Player Map', //TODO
    142144        'irc' => 'IRC Applet',  //TODO
    143145        'repair' => 'Repair/Optimize',  //TODO
    144         'game_object' => 'Game Object',
     146        'game_object' => 'Game Object',  //TODO
    145147        'forums' => 'Forums',
    146         'auctionhouse' => 'Auction House', //TODO
    147         );
    148        
     148        'honor' => 'Honor Rankings', //TODO
     149        'auctionhouse' => 'Auktionshaus',
     150        );
     151
    149152$lang_footer = array(
    150153        // -----FOOTER.PHP -----
     
    153156        );
    154157
    155 $lang_repair = array(
     158$lang_repair = array( //TODO
    156159        // ----- REPAIR.PHP -----
    157160        'repair_optimize' => 'Repair / Optimize Tables',
     
    178181        'web_backup' => 'den Webserver',
    179182        'local_file' => 'eine lokale Datei',
    180         'acc_on_file' => 'account on a file',
     183        'acc_on_file' => 'account on a file',  //TODO
    181184        'enter_acc_name' => 'Zu ladende ID von Benutzerkonto eingeben',
    182185        'backup_acc' => 'Sichere Benutzerkonten',
     
    198201        'save_all_realms' => 'Speichere Daten von allen Realms'
    199202        );
    200        
     203
    201204$lang_banned = array( //TODO
    202205        // ----- BANNED.PHP -----
     
    222225        'acc_not_found' => 'Account Not Found'
    223226        );
    224        
     227
    225228$lang_char = array(
    226229        // ----- CHAR.PHP -----
     
    257260        'no_act_quests' => 'No active Quests Found.', //TODO: Translate
    258261        'quest_id' => 'ID', //TODO: Translate
    259         'quest_level' => 'lvl',
     262        'quest_level' => 'Lvl',
    260263        'quest_title' => 'Quest Title', //TODO: Translate
    261         'professions' => 'Professions', //TODO
     264        'professions' => 'Berufe',
    262265        'skills' => 'Skills', //TODO
    263         'skill_id' => 'ID', //TODO
     266        'skill_id' => 'ID',
    264267        'skill_name' => 'Skill Name', //TODO
    265         'skill_value' => 'Value', //TODO
     268        'skill_value' => 'Wert',
    266269        // --- $skill_rank_array ---
    267270        'apprentice' => 'Apprentice', //TODO: Translate
     
    290293        'no_tp_location' => 'No teleport location found using provided name.' //TODO
    291294        );
    292        
     295
    293296$lang_item = array(
    294297        // ----- ITEM TOOLTIP -----
     
    338341        'rod' => 'Enchanter\'s Rod', // <---- TODO
    339342        'robe' => 'Robe',
    340         'tome' => 'Tome',
     343        'tome' => 'Tome',  // <----- TODO
    341344        'two_hand' => 'Zweih&auml;ndig',
    342345        'off_misc' => 'Freie Hand',
     
    361364        'ench_formula' => 'Verzauberungsformel',
    362365        'JC_formula' => 'Jewelcrafting Formula', // <---- TODO
    363         'quiver' => 'Quiver',
    364         'ammo_pouch' => 'Ammo Pouch',
     366        'quiver' => 'Quiver', // <---- TODO
     367        'ammo_pouch' => 'Ammo Pouch', // <---- TODO
    365368        'soul_shards' => 'Soul Shards', // <---- TODO
    366369        'herbs' => 'Herbs', // <---- TODO
     
    427430        'slots' => 'Slots',   // <---- TODO
    428431        'charges' => 'Charge(s)',   // <---- TODO
    429         //TODO: Translate All below
    430         'socket_bonus' => 'Socket Bonus',
    431         'potion' => 'Potion',
    432         'scroll' => 'Scroll',
    433         'bandage' => 'Bandage',
    434         'healthstone' => 'HealthStone',
    435         'combat_effect' => 'CombatEffect',
    436         'libram' => 'Libram',
    437         'idol' => 'Idol',
    438         'totem' => 'Totem',
    439         'fishing_manual' => 'Fishing Manual',
    440         'soul_stone' => 'Soul Stone',
    441         'no_bind' => 'Not Binding',
    442         'socket_meta' => 'Meta Socket',
    443         'socket_red' => 'Red Socket',
    444         'socket_yellow' => 'Yellow Socket',
    445         'socket_blue' => 'Blue Socket',
    446         'rating_by' => 'Rating by',
    447         'improves' => 'Improves',
    448         'DEFENCE_RATING' => 'Defence',
    449         'DODGE_RATING' => 'Dodge',
    450         'PARRY_RATING' => 'Parry',
    451         'SHIELD_BLOCK_RATING' => 'Shield Block',
    452         'MELEE_HIT_RATING' => 'Melee Hit',
    453         'RANGED_HIT_RATING' => 'Ranged Hit',
    454         'SPELL_HIT_RATING' => 'Spell Hit',
    455         'MELEE_CS_RATING' => 'Melee Crit',
    456         'RANGED_CS_RATING' => 'Ranged Crit',
    457         'SPELL_CS_RATING' => 'Spell Crit',
    458         'MELEE_HA_RATING' => 'Melee Hit Avoid',
    459         'RANGED_HA_RATING' => 'Ranged Hit Avoid',
    460         'SPELL_HA_RATING' => 'Spell Hit Avoid',
    461         'MELEE_CA_RATING' => 'Melee Crit Avoid',
    462         'RANGED_CA_RATING' => 'Ranged Crit Avoid',
    463         'SPELL_CA_RATING' => 'Spell Crit Avoid',
    464         'MELEE_HASTE_RATING' => 'Melee Haste',
    465         'RANGED_HASTE_RATING' => 'Ranged Haste',
    466         'SPELL_HASTE_RATING' => 'Spell Haste',
    467         'HIT_RATING' => 'Hit',
    468         'CS_RATING' => 'Critical Strike',
    469         'HA_RATING' => 'Hit Avoid',
    470         'CA_RATING' => 'Crit Avoid',
    471         'RESILIENCE_RATING' => 'Resistance',
    472         'HASTE_RATING' => 'Haste'
     432        'socket_bonus' => 'Socket Bonus', // <---- TODO
     433        'potion' => 'Potion', // <---- TODO
     434        'scroll' => 'Scroll', // <---- TODO
     435        'bandage' => 'Bandage', // <---- TODO
     436        'healthstone' => 'HealthStone', // <---- TODO
     437        'combat_effect' => 'CombatEffect', // <---- TODO
     438        'libram' => 'Libram', // <---- TODO
     439        'idol' => 'Idol', // <---- TODO
     440        'totem' => 'Totem', // <---- TODO
     441        'fishing_manual' => 'Fishing Manual', // <---- TODO
     442        'soul_stone' => 'Soul Stone', // <---- TODO
     443        'no_bind' => 'Not Binding', // <---- TODO
     444        'socket_meta' => 'Meta Socket', // <---- TODO
     445        'socket_red' => 'Red Socket', // <---- TODO
     446        'socket_yellow' => 'Yellow Socket', // <---- TODO
     447        'socket_blue' => 'Blue Socket', // <---- TODO
     448        'rating_by' => 'Rating by', // <---- TODO
     449        'improves' => 'Improves', // <---- TODO
     450        'DEFENCE_RATING' => 'Defence', // <---- TODO
     451        'DODGE_RATING' => 'Dodge', // <---- TODO
     452        'PARRY_RATING' => 'Parry', // <---- TODO
     453        'SHIELD_BLOCK_RATING' => 'Shield Block', // <---- TODO
     454        'MELEE_HIT_RATING' => 'Melee Hit', // <---- TODO
     455        'RANGED_HIT_RATING' => 'Ranged Hit', // <---- TODO
     456        'SPELL_HIT_RATING' => 'Spell Hit', // <---- TODO
     457        'MELEE_CS_RATING' => 'Melee Crit', // <---- TODO
     458        'RANGED_CS_RATING' => 'Ranged Crit', // <---- TODO
     459        'SPELL_CS_RATING' => 'Spell Crit', // <---- TODO
     460        'MELEE_HA_RATING' => 'Melee Hit Avoid', // <---- TODO
     461        'RANGED_HA_RATING' => 'Ranged Hit Avoid', // <---- TODO
     462        'SPELL_HA_RATING' => 'Spell Hit Avoid', // <---- TODO
     463        'MELEE_CA_RATING' => 'Melee Crit Avoid', // <---- TODO
     464        'RANGED_CA_RATING' => 'Ranged Crit Avoid', // <---- TODO
     465        'SPELL_CA_RATING' => 'Spell Crit Avoid', // <---- TODO
     466        'MELEE_HASTE_RATING' => 'Melee Haste', // <---- TODO
     467        'RANGED_HASTE_RATING' => 'Ranged Haste', // <---- TODO
     468        'SPELL_HASTE_RATING' => 'Spell Haste', // <---- TODO
     469        'HIT_RATING' => 'Hit', // <---- TODO
     470        'CS_RATING' => 'Critical Strike', // <---- TODO
     471        'HA_RATING' => 'Hit Avoid', // <---- TODO
     472        'CA_RATING' => 'Crit Avoid', // <---- TODO
     473        'RESILIENCE_RATING' => 'Resistance', // <---- TODO
     474        'HASTE_RATING' => 'Haste' // <---- TODO
    473475);
    474476
     
    512514        'by_item' => 'Gegenstands-ID'
    513515        );
    514        
     516
    515517$lang_cleanup = array(
    516518        // ----- CLEANUP.PHP -----
     
    541543        'clean_db' => 'Datenbank aufr&auml;umen'
    542544        );
    543        
     545
    544546$lang_edit = array(
    545547        // ----- EDIT.PHP -----
     
    561563        'edit_your_acc' => 'Benutzerkonto bearbeiten',
    562564        'cms_options' => 'CMS Options', //TODO
    563         'select_cms_template' => 'Select CMS Template',  //TODO
    564         'template' => 'Template',  //TODO
     565        'select_cms_template' => 'Select CMS Template', //TODO
     566        'template' => 'Template', //TODO
    565567        'select_cms_layout_lang' => 'W&auml;hle die CMS Anzeigesprache',
    566568        'language' => 'Sprache',
    567569        'save' => 'Speichern',
    568           //TODO
    569         'client_type' => 'Client Type',
     570        'client_type' => 'Client Type', //TODO
    570571        'classic' => 'Classic',
    571         'expansion' => 'Expansion',
    572         'tot_chars' => 'Total Characters'
    573         );
    574        
     572        'expansion' => 'Erweiterung',
     573        'tot_chars' => 'Gesamtanzahl der Charactere'
     574        );
     575
    575576$lang_guild = array(
    576577        // ----- GUILD.PHP -----
     
    592593        'info' => 'Info',
    593594        'motd' => 'MOTD',
    594         'level' => 'level',
    595         'name' => 'Name',       //TODO: Translate
    596         'remove' => 'Rem.',     //TODO: Translate
    597         'rank' => 'Rank',       //TODO: Translate
     595        'level' => 'Level',
     596        'name' => 'Name',
     597        'remove' => 'Rem.', //TODO: Translate
     598        'rank' => 'Rang',
    598599        'tot_members' => 'Mitglieder gesamt',
    599600        'err_no_members_found' => 'Keine Mitglieder gefunden!',
     
    603604        'browse_guilds' => 'Gilden durchsuchen'
    604605        );
    605        
     606
    606607$lang_mail = array(
    607608        // ----- MAIL.PHP -----
    608         'mail_type' => 'Mail Type',
    609         'mail_options' => 'Mail Options',
     609        'mail_type' => 'Mail Type', //TODO
     610        'mail_options' => 'Mail Options', //TODO
    610611        'email' => 'Email',
    611612        'ingame_mail' => 'WoW-Post',
     
    621622        'online' => 'Online',
    622623        'attachments' => 'Attachments (ingame only)', //TODO
    623         'money' => 'Money', //TODO
    624         'item' => 'Item (id)', //TODO
     624        'money' => 'Geld',
     625        'item' => 'Item (id)',
    625626        'stack' => 'Stack', //TODO
    626627        'mail_body' => 'Nachricht',
     
    634635        'send_mail' => 'Sende Mail'
    635636        );
    636        
     637
    637638$lang_motd = array(
    638639        // ----- MOTD.PHP -----
     
    658659        'run_patch' => 'SQL Patch einspielen'
    659660        );
    660        
     661
    661662$lang_ssh = array(
    662663        // ----- SSH.PHP -----
     
    664665        'config_server_properly' => 'Versichere dich, dass dein SSH/Telnet Server richtig eingerichtet und online ist.'
    665666        );
    666        
     667
    667668$lang_realm = array(
    668669        // ----- REALM.PHP -----
     
    672673        'address' => 'Addresse',
    673674        'port' => 'Port',
    674         'icon' => 'Icon',
     675        'icon' => 'Icon', //TODO
    675676        'color' => 'Farbe',
    676677        'timezone' => 'Zeitzone',
     
    685686        'online' => 'Status',
    686687        'tot_char' => 'Charakter gesamt',
    687         'delete' => 'Delete Realm',     //TODO: Translate
    688         'normal' => 'Normal',   //TODO: Translate
    689         'pvp' => 'PVP', //TODO: Translate
    690         'rp' => 'RP',   //TODO: Translate
    691         'rppvp' => 'RPPVP',     //TODO: Translate
    692         'english' => 'English', //TODO: Translate
    693         'deutsch' => 'Deutsch', //TODO: Translate
    694         'french' => 'French',   //TODO: Translate
    695         'others' => 'Others',
    696         'conf_from_file' => '** This realm appear not to have proper configuration in config.php file.<br />Make sure to properly configure it before using under CMS.',
     688        'delete' => 'Entferne Realm',
     689        'normal' => 'Normal',
     690        'pvp' => 'PVP',
     691        'rp' => 'RP',
     692        'rppvp' => 'RPPVP',
     693        'english' => 'Englisch',
     694        'deutsch' => 'Deutsch',
     695        'french' => 'Franz&ouml;sisch',
     696        'others' => 'Andere',
     697        'conf_from_file' => '** This realm appear not to have proper configuration in config.php file.<br />Make sure to properly configure it before using under CMS.', //TODO
    697698        'offline' => 'Offline',
    698699        'status' => 'Status'
    699700        );
    700        
     701
    701702$lang_ticket = array(
    702703        // ----- TICKET.PHP -----
     
    721722        'ticket_update_err' => 'Fehler beim Aktualisieren des Tickets',
    722723        'browse_tickets' => 'Tickets durchsuchen',
    723         'other' => 'Other', //TODO: Translate
     724        'other' => 'Andere',
    724725        'stuck' => 'Stuck', //TODO: Translate
    725726        'behavior' => 'Behavior / Harassment', //TODO: Translate
     
    733734        'character' => 'Character' //TODO: Translate
    734735        );
    735        
     736
    736737$lang_user = array(
    737738        // ----- USER.PHP -----
     
    740741        'backup' => 'Backup',
    741742        'by_name' => 'nach Name',
    742         'by_tbc' => 'by TBC Acc.', //TODO
     743        'by_tbc' => 'nach TBC Acc.',
    743744        'by_id' => 'nach ID',
    744745        'by_gm_level' => '= GM Level',
     
    770771        'tot_found' => 'Funde Gesamt',
    771772        'acc_ids' => 'Benutzerkonto id(s)',
    772         'back_browsing' => 'Back Browsing Users',
     773        'back_browsing' => 'Back Browsing Users',  //TODO
    773774        'no_acc_deleted' => 'Keine Kontos gel&ouml;scht!<br />Fehlende Berechtigung?',
    774775        'total' => 'Gesamt',
     
    801802        'browse_acc' => 'Kontos durchsuchen',
    802803        'you_have_no_permission_to_set_gmlvl' => 'Du hast keine Berechtigung um diese GM-Level zu setzen',
    803         //TODO
    804804        'tbc_account' => 'TBC Account',
    805         'client_type' => 'Client Type',
     805        'client_type' => 'Clienttyp',
    806806        'classic' => 'Classic',
    807         'expansion' => 'Expansion'
    808         );
    809        
    810 $lang_stat = array( //TODO :Translate entire array
     807        'expansion' => 'Erweiterung'
     808        );
     809
     810$lang_stat = array( //TODO
    811811        // ----- STAT.PHP -----
    812812        'srv_statistics' => 'Server Statistics',
     
    830830);
    831831
    832 $lang_tele = array( //TODO :Translate entire array
     832$lang_tele = array( //TODO
    833833        // ----- TELE.PHP -----
    834834        'loc_name' => 'Location Name',
     
    858858);
    859859
    860 $lang_command = array( //TODO :Translate entire array
     860$lang_command = array( //TODO
    861861        // ----- COMMAND.PHP -----
    862862        'command_list' => 'Available Commands',
     
    868868        'syntax' => 'Syntax',
    869869        'description' => 'Description',
    870         'change_level' => 'Change Checked Commands Level',
     870        'change_level' => 'Change Checked Command(s) Level',
    871871        'save' => 'Save'
    872872        );
    873873
    874 $lang_item_edit = array( //TODO :Translate entire array
     874$lang_item_edit = array( //TODO
    875875        // ----- ITEM.PHP -----
    876876        'search_item' => 'Search for Item(s)',
     
    931931        'start_quest' => 'Start Quest',
    932932        'start_quest_desc' => 'ID of a quest that this item starts.',
    933         'short_rules_desc' => '* Moving your mouse over the field name will show you short field description.<br />
    934 * Make sure you properly filled all the fields and you are not trying to insert new item using existing entry.',
     933        'short_rules_desc' => '* Moving your mouse over the field name will show you short field description.<br />* Make sure you properly filled all the fields and you are not trying to insert new item using existing entry.',
    935934        'vendor' => 'Vendor',
    936935        'buy_count' => 'BuyCount',
     
    10521051        'reverted' => 'Reverted',
    10531052        'exalted' => 'Exalted',
    1054         'sock_tab' => 'Sockets', //TODO
    1055         'req_skill_disenchant' => 'Req. Disenchant Skill', //TODO
    1056         'req_skill_disenchant_desc' => 'Disenchant Skill Required in order to disenchant this item.', //TODO
     1053        'sock_tab' => 'Sockets',
     1054        'req_skill_disenchant' => 'Req. Disenchant Skill',
     1055        'req_skill_disenchant_desc' => 'Disenchant Skill Required in order to disenchant this item.',
    10571056        'RandomSuffix' => 'Random Suffix',
    10581057        'RandomSuffix_desc' => 'Random enchantment suffix entry.',
    1059         'unk0' => 'unk0', //TODO
    1060         'unk0_desc' => 'TODO:', //TODO
    1061         'extended_cost' => 'Extended Cost', //TODO
    1062         'extended_cost_desc' => 'Honor point required to buy', //TODO
    1063         'totem_category' => 'Totem Type', //TODO
    1064         'totem_category_desc' => 'Type of the totem', //TODO
    1065         'socket_color' => 'Socket Color', //TODO
    1066         'socket_color_desc' => 'Color of this Socket.', //TODO
    1067         'socket_content' => 'Socket Content', //TODO
    1068         'socket_content_desc' => 'Jem socketed into this socket', //TODO
    1069         'socket_bonus' => 'Socket Bonus', //TODO
    1070         'socket_bonus_desc' => 'Bonus upon socketting.', //TODO
    1071         'gem_properties' => 'Gem Poperties', //TODO
    1072         'gem_properties_desc' => 'TODO', //TODO
    1073         'custom_search' => 'Custom Filter', //TODO
     1058        'unk0' => 'unk0',
     1059        'unk0_desc' => 'TODO:',
     1060        'extended_cost' => 'Extended Cost',
     1061        'extended_cost_desc' => 'Honor point required to buy',
     1062        'totem_category' => 'Totem Type',
     1063        'totem_category_desc' => 'Type of the totem',
     1064        'socket_color' => 'Socket Color',
     1065        'socket_color_desc' => 'Color of this Socket.',
     1066        'socket_content' => 'Socket Content',
     1067        'socket_content_desc' => 'Jem socketed into this socket',
     1068        'socket_bonus' => 'Socket Bonus',
     1069        'socket_bonus_desc' => 'Bonus upon socketting.',
     1070        'gem_properties' => 'Gem Poperties',
     1071        'gem_properties_desc' => 'TODO',
     1072        'custom_search' => 'Custom Filter',
    10741073        'info' => 'Info.',
    10751074        'dropped_by' => 'Item Dropped by',
     
    10961095        'max_count' => 'Max. Count',
    10971096        'max_count_desc' => 'Maximum number of stack size on drop.',
    1098         'quest_loot' => 'Quest Loot Flag',
    1099         'quest_loot_desc' => 'Quest Free for all loot flag.',
    11001097        'add_item_to_loot' => 'Add item to Loot Template',
    11011098        'drop_chance' => 'Drop Chance',
    11021099        'quest_drop_chance' => 'Quest Drop Chance',
    1103         'quest_freeforall' => 'Quest free for all',
    11041100        'armor_dmg_mod' => 'Armor Damage Modifier',
    1105         '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'
    11061113);
    11071114
    1108 $lang_creature = array( //TODO :Translate entire array
     1115$lang_creature = array( //TODO
    11091116        // ----- CREATURE.PHP -----
    11101117        'none' => 'None',
     
    12051212        'max_mana' => 'Max Mana',
    12061213        '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.',
    1207         'faction' => 'Faction',
    1208         'faction_desc' => 'Creature\'s faction.',
     1214        'faction_A' => 'Faction',
     1215        'faction_A_desc' => 'Creature\'s faction.',
    12091216        'family' => 'Family',
    12101217        'family_desc' => 'Creature\'s family type.',
     
    13041311        'dynamic_flags_desc' => 'TODO:',
    13051312        'flag_1' => 'Flag 1',
    1306         'flag_1_desc' => 'TODO:',
     1313        'flag_1_desc' => 'Mobgroup: If you attack one of this group each mob in the group will aggro you.',
    13071314        'save_to_db' => 'Save to Database',
    13081315        'save_to_script' => 'Save as SQL Script',
     
    13501357        'max_count' => 'Max. Count',
    13511358        'max_count_desc' => 'Maximum number of stack size on drop.',
    1352         'quest_loot' => 'Quest Loot Flag',
    1353         'quest_loot_desc' => 'Quest Free for all loot flag.',
    13541359        'add_item_to_loot' => 'Add item to Loot Template',
    13551360        'drop_chance' => 'Drop Chance',
    1356         'quest_freeforall' => 'Quest free for all',
    13571361        'add_ends_quests' => 'Add Quest ends by this NPC',
    13581362        'add_starts_quests' => 'Add Quest starts by this NPC',
     
    13801384        'search_results' => 'Search Results',
    13811385        'RacialLeader' => 'Racial Leader',
    1382         'RacialLeader_desc' => 'Set to 1 if the creature is Racial Leader'
    1383         );
    1384 
    1385 $lang_game_object = array( //TODO:
     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'
     1397        );
     1398
     1399$lang_game_object = array( //TODO
    13861400        // ----- GAME_OBJECT.PHP -----
    13871401        'unknown' => 'Unknown',
     
    14541468        'size_desc' => 'Object\'s size must be set because graphic models can be resample.',
    14551469        'sound' => 'Sound',
    1456         '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',
     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',
    14571471        'tmpl_not_found' => 'Template not Found',
    14581472        'del_go' => 'Delete GO',
     
    14631477        'drop_chance' => 'Drop Chance',
    14641478        'quest_drop_chance' => 'Quest Drop Chance',
    1465         'quest_freeforall' => 'Quest Free for All',
    14661479        'add_items_to_templ' => 'Add Items to Template',
    14671480        'loot_item_id' => 'Loot template ID',
     
    14751488        'max_count' => 'Max. Count',
    14761489        'max_count_desc' => 'Maximum number of stack size on drop.',
    1477         'quest_loot' => 'Quest Loot Flag',
    1478         'quest_loot_desc' => 'Quest Free for all loot flag.',
    14791490        'check_to_delete' => '* Check checkbox next to item to remove from template.',
    14801491        'add_starts_quests' => 'Add Quest starts by this GO',
     
    14871498        'times' => 'times',
    14881499        'go_template' => 'Game Object Template',
    1489         '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'
    14901509);
    14911510
    14921511$lang_auctionhouse = array( //TODO
    14931512        // ----- AHSTATS.PHP -----
    1494     'auctionhouse' => 'Auction House',
    1495     'seller' => 'Seller',
    1496     'item' => 'Item',
    1497     'buyoutprice' => 'Buyout price',
    1498     'timeleft' => 'Time Left',
    1499     'buyer' => 'Buyer',
    1500     'lastbid' => 'Last Bid',
    1501     'firstbid' => 'First Bid',
    1502     'dayshortcut' => 'D',
    1503     'hourshortcut' => 'H',
    1504     'mnshortcut' => 'mn',
     1513        'auctionhouse' => 'Auction House',
     1514        'seller' => 'Seller',
     1515        'item' => 'Item',
     1516        'buyoutprice' => 'Buyout price',
     1517        'timeleft' => 'Time Left',
     1518        'buyer' => 'Buyer',
     1519        'lastbid' => 'Last Bid',
     1520        'firstbid' => 'First Bid',
     1521        'dayshortcut' => 'D',
     1522        'hourshortcut' => 'H',
     1523        'mnshortcut' => 'mn',
    15051524        'total_auctions' => 'Total Auctions',
    15061525        'search_results' => 'Search Results',
     
    15141533);
    15151534
    1516 $lang_id_tab = array(
     1535$lang_id_tab = array( //TODO
    15171536        // ----- ID_TAB.PHP -----
    15181537        //---maps---
     
    20782097        'Set65' => 'Spider\'s Kiss',
    20792098        'Set41' => 'Dal\'Rend\'s Arms',
    2080         '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( //TODO
     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( //TODO
     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
    20812199        );
    20822200?>
Note: See TracChangeset for help on using the changeset viewer.