home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 February / PCWorld_2006-02_cd.bin / software / vyzkuste / klientip2p / klientip2p.exe / edonkey.exe / Skins / Default / ui.xml < prev    next >
Text File  |  2005-07-15  |  59KB  |  1,311 lines

  1. <!-- This defines the eDonkey2000 User Interface -->
  2.  
  3. <!-- General Information
  4.     
  5. ========Translators! This file MUST be in UTF-8 format!==========
  6.  
  7. Strings
  8.     If you are going to use special characters, you must use the proper escaping.
  9.     ie:
  10.     NewLine ->      
  11.     Tab ->        
  12.     & ->        &
  13.     < ->        <
  14.     > ->        >
  15.     '            &apos
  16.     "            "
  17.  
  18. Colors
  19.     Colors are represented by 6 Hex characters, representing the RGB values
  20.     #000000 is black
  21.     #FFFFFF is white
  22.  
  23. Widgets
  24.     tip is a tooltip
  25.     label is a text label. If a label is specified, images will be ignored!
  26.     image is a name of the images associated with a widget (button, icon, etc). 
  27.     There are 4 image states, up, down, hover, disabled. the name will be the base of these images in the following format
  28.         up -> name-up.png
  29.         down -> name-down.png
  30.         disabled ->name-dis.png
  31.         hover -> name->hover.png
  32.     for example
  33.         searchButton image="searchButton"
  34.     will look for buttons
  35.         searchButton-up.png
  36.         searchButton-down.png... etc
  37.     missing images are ignored, some widgets aren't ever disabled (tabs, etc)
  38.     
  39.     you can specify backgroundColor/backgroundPix or foregroundColor to color the widgets
  40.  
  41.     -->
  42.  
  43.  
  44. <UI version="6">
  45.     <!-- What to print out in the Skins Dialog Chooser Box in Options -->
  46.     <ABOUTSKIN>
  47.         <author label="Originally by Ramon Kaes"/>
  48.         <version label="YAO - inspired by Ximian and Orbit"/>
  49.         <description label="The default skin for eDonkey2000"/>
  50.     </ABOUTSKIN>
  51.  
  52.     <!-- Strings used in the program -->
  53.     <STRINGS>
  54.         <users label="Users:" />
  55.         <files label="Files:" />
  56.         <nav label="Navigating" />
  57.         <doneNav label="Done Navigating" />
  58.         <calling label="Calling" />
  59.         <wantCancel label="Are you sure you want to cancel:" />
  60.         <wantDelete label="Are you sure you want to delete:" />
  61.         <failedStatus label="Failed to create status bar" />
  62.         <cantConnectTo label="Couldn't connect to" />
  63.         <checkReg label="Checking Registration" />
  64.         <regOnline label="Can't register. Already online. (http://www.edonkey.com/documentation/clientfaq.html#online)" />
  65.         <badReg label="Invalid Registration" />
  66.         <regProb label="Problem validating registration (http://www.edonkey.com/documentation/clientfaq.html#probvalid)" />
  67.         <gotResults label="Got results." />
  68.         <connected label="Connected" />
  69.         <waiting label="Waiting" />
  70.         <unknown label="Unknown" />
  71.         <cantCon label="Can't Connect" />
  72.         <cantCon2 label="Connection couldn't be established." />
  73.         <conWait label="Making Connection. Please wait..." />
  74.         <disCon label="Disconnected" />
  75.         <quitMsg label="Quit eDonkey2000?" /> 
  76.         <low label="Low" />
  77.         <normal label="Normal" />
  78.         <high label="High" />
  79.         <notAllowViewFiles label="This user is not allowing their files to be shown" />
  80.         <noFilesYet label="Have not received files yet" />
  81.         <donkeyDisconnect label="(eDonkey not connected)" />
  82.         <dialup label="Dialup" />
  83.         <netLan label="Network or LAN" />
  84.         <dsl label="DSL" />
  85.         <other label="Other" />
  86.         <cable label="Cable" />
  87.         <available label="Available" />
  88.         <connections label="Connections" />
  89.         <downloads label = "Downloads" />
  90.         <uploads label = "Uploads" />
  91.         <queueLength label = "Queue Length" />
  92.         <transferring label= "Transferring" />
  93.         <hash label="Hash" />
  94.         <fullPath label="Full path" />
  95.         <sourceID label="Source ID" />
  96.         <sourcePort label="Source Port" />
  97.         <serverID label="Server ID" />
  98.         <serverPort label="Server Port" />
  99.         <STRINGS_DL_STATUS_QUEUED label="Queued" />
  100.         <STRINGS_DL_STATUS_LOOKING label="Looking" />
  101.         <STRINGS_DL_STATUS_DOWNLOADING label="Downloading" />
  102.         <STRINGS_DL_STATUS_PAUSED label="Paused" />
  103.         <STRINGS_DL_STATUS_DISKFULL label="Insufficient Disk Space." />
  104.         <STRINGS_DL_STATUS_NOSOURCES label="No Sources" />
  105.         <STRINGS_DL_STATUS_DONE label="Done" />
  106.         <STRINGS_DL_STATUS_HASHING label="Hashing" />
  107.         <STRINGS_DL_STATUS_ERROR_LOADING label="Error loading." />
  108.         <STRINGS_DL_STATUS_COMPLETING label="Completing" />
  109.         <STRINGS_DL_STATUS_COMPLETE label="Complete" />
  110.         <STRINGS_DL_STATUS_CORRUPTED label="Corrupted" />
  111.         <STRINGS_DL_STATUS_ERROR_HASHING label="Error hashing." />
  112.         <STRINGS_DL_STATUS_TRANSFERING label="Transferring" />
  113.         <STRINGS_ALREADY_DOWNLOADING label="You are already downloading" />
  114.         <STRINGS_DOWNLOADING label="Downloading" />
  115.         <STRINGS_ALREADY_HAVE label="You already have" />
  116.         <STRINGS_COULDNT_CREATE_TEMP_FILE label="Couldn't create temp file. Check temp directory in options." />
  117.         <STRINGS_CANT_CANCEL_HASH label="Can't cancel while hashing." />
  118.         <STRINGS_SETTINGS_NOT_SAVED label="Settings couldn't be saved" />
  119.         <STRINGS_NO_SEARCH_EXTEND label="No search to extend." />
  120.         <STRINGS_EXTENDING_TO label="Extending to:" />
  121.         <STRINGS_SENDING_SEARCH label="Sending search." />
  122.         <STRINGS_CANT_OPEN_PORT label="Can't Listen for connections. Please adjust your proxy settings in the options tab." />
  123.         <STRINGS_UNKNOWN_COMMAND label="Unrecognized command. type ? for help" />
  124.         <STRINGS_NONE label="None." />
  125.         <STRINGS_ADDED label="added" />
  126.         <STRINGS_INVALID_ARGUMENTS label="Invalid arguments" />
  127.         <STRINGS_CANT_CHANGE_TEMP label="Can't change temporary directory with pending downloads." />
  128.         <STRINGS_ASKING label="Asking" />
  129.         <STRINGS_FOR_FILE_LIST label="for file list." />
  130.         <STRINGS_WAITING_CONNECTION label="Waiting for connection." />
  131.         <STRINGS_CANT_CONNECT_USER label="Can't connect to User." />
  132.         <STRINGS_LOADING_SHARED label="Loading shared files" />
  133.         <STRINGS_COULDNT_HASH label="Couldn't hash" />
  134.         <STRINGS_DONE_LOADING_SHARED label="Done loading shared files." />
  135.         <STRINGS_PLACED_ON_Q label="Placed on connection Queue." />
  136.         <STRINGS_CORRUPTION_FOUND label="Corruption found in" />
  137.         <STRINGS_AT label="at" />
  138.         <STRINGS_CORRUPTED_DOWNLOAD label="Corrupted Download" />
  139.         <STRINGS_COULDNT_BE_MOVED label="could not be moved to" />
  140.         <STRINGS_COULDNT_LOAD_PARTS label="Couldn't load partials" />
  141.         <STRINGS_NOT_CONNECTED label="Not connected to a server." />
  142.         <STRINGS_ALREADY_TRYING_CONNECT label="Already trying to connect." />
  143.         <STRINGS_ALREADY_CONNECTED_TO label="Already connected to that server." />
  144.         <STRINGS_CANT_CONNECT_TO label="Can't connect to" />
  145.         <STRINGS_ALREADY_CONNECTED label="Already Connected." />
  146.         <STRINGS_CONNECTING_TO label="Connecting to" />
  147.         <STRINGS_ALREADY_TRYING_THIS_CONNECT label="Already trying to connect to that server." />
  148.         <STRINGS_NO_MORE_EXTEND label="No more servers to extend to." />
  149.         <STRINGS_CONNECTIONS_FULL label="Connections Full." />
  150.          <STRINGS_NAME label="Name" />
  151.         <STRINGS_SIZE label="Size" />
  152.         <STRINGS_TYPE label="Type" />
  153.         <STRINGS_FORMAT label="Format" />
  154.         <STRINGS_COLTYPE label="Collection Type" />
  155.         <STRINGS_DESC label="Description" />
  156.         <STRINGS_PORT label="Port" />
  157.         <STRINGS_IP label="IP" />
  158.         <STRINGS_VERSION label="Version" />
  159.         <STRINGS_PRIORITY label="Priority" />
  160.         <STRINGS_AVAILABILITY label="Availability" />
  161.         <STRINGS_ASSIGNED_SLOT label="Assigned Slot:" />
  162.         <STRINGS_NUM_ON_Q label="Number on Queue:" />
  163.         <STRINGS_CALLING label="Calling" />
  164.         <STRINGS_PMSG_MAKING_CON label="Making Connection. Please wait..." />
  165.         <STRINGS_PMSG_CANT_CON label="Can't connect to other user." />
  166.         <STRINGS_PMSG_STATENAME0 label="Connected" />
  167.         <STRINGS_PMSG_STATENAME1 label="Waiting" />
  168.         <STRINGS_PMSG_STATENAME2 label="Routing" />
  169.         <STRINGS_PMSG_STATENAME3 label="Can't Connect" />
  170.         <STRINGS_ENTER_USER_IP label="Enter the users' IP that you want to add." />
  171.         <STRINGS_ENTER_SERVER_IP label="Enter the server's IP that you want to add." />
  172.         <STRINGS_NO_RESULTS label="No search results found." />
  173.         <STRINGS_CANTSHARE label="You really shouldn't share that directory." />
  174.         <STRINGS_SURE_CANCEL label="Are you sure you want to cancel" />
  175.         <STRINGS_CONFIRM_CANCEL label="Confirm Cancel" />
  176.          <STRINGS_FSS_UNASKED label="Unasked" />
  177.         <STRINGS_FSS_WAITCONNECTION label="Waiting for connection" />
  178.         <STRINGS_FSS_WAIT_CHUNKS_BQ label="Waiting for connection" />
  179.         <STRINGS_FSS_ONQUEUE label="Queue Place:" />
  180.         <STRINGS_FSS_WAIT_CHUNKS label="Waiting for chunks" />
  181.         <STRINGS_FSS_TRANSFERRING label="Transferring" />
  182.         <STRINGS_FSS_BADSOURCE label="Bad Source" />
  183.         <STRINGS_FSS_GONE label="Gone" />
  184.         <STRINGS_FSS_NONEEDED label="No Needed Parts Yet" />
  185.         <STRINGS_FSS_ASKING_PARTNER label="Asking Partner" />
  186.         <STRINGS_FSS_PARTNER label="Partner" />
  187.         <STRINGS_NUMBER_SENT label="# Sent" />
  188.         <portWillChange label="Port will change when you restart." />
  189.         <anotherControl label="Another Control attempt" />
  190.         <invalidNamePass label="Invalid name and pass" />
  191.         <done label="Done" />
  192.         <ok label="OK" />
  193.         <verboseOn label="Verbose mode on" />
  194.         <verboseOff label="Verbose mode off" />
  195.         <set label="set." />
  196.         <socketSetProb label="problem with socket set. Try reducing max connections" />
  197.         <helpCommand label="Commands: (optional arguments)" />
  198.         <helpA label="a dirname Add shared directory. Example: a usr/movies" />
  199.         <helpAPlus label="a+ dirname Add shared directory include subdirectories Example: a+ c:\\program files" />
  200.         <helpAsr label="asr (-) Sets 'automatically remove dead servers' on or off(-)" />
  201.         <helpAuto label="auto (-) Sets auto connect on or off(-)" />
  202.         <helpB label="b # Remove server Example: b 2" />
  203.         <helpBoot label="boot ip port Bootstrap from the specified ip and port (UDP) Example: boot 192.168.0.4 7893" />
  204.         <helpC label="c # Connect to a server (from server list) Example: c 2" />
  205.         <helpDllink label="dllink Starts a download from an ed2k-link Example: dllink ed2k://|file|<filename>|<size in bytes>|<hash>|" />
  206.         <helpDumax label="dumax # # Sets the maximum download and upload bandwidth.(in KB/sec)" />
  207.         <helpEcho label="echo Echo a string to the console"/>
  208.         <helpFral label = "fral # Allow files to be viewed (0=yes, 1=no, 2=only friends)" />
  209.         <helpG label="g Get stats" />
  210.         <helpGlist label ="glist [url] Updates the server list from a URL" />
  211.         <helpImport label="import [dirName] Import another temporary directory" />
  212.         <helpIn label="in [dirname] Sets the incoming directory" />
  213.         <helpLine label="line # Sets the maximum possible download speed of your line.(in KB/sec)"/>
  214.         <helpLines label="lines # Sets the number of screen lines overnet thinks you have" />
  215.         <helpMcon label="mcon # Sets max. number of connections from peers allowed to your machine" />
  216.         <helpMessage label="message IP Port Message another user" />
  217.         <helpN label="n servername Add a new server" />
  218.         <helpName label="name [desired name] Change your user name"/>
  219.         <helpPass label="pass (name password) Sets the name and password to allow a remote controller of this client. If name and password are left blank then the username and password are cleared and no remote control is allowed Example: pass jed jedpass"/>
  220.         <helpPort label="port # Sets the TCP port that you listen for other clients on. Takes effect upon restart."/>
  221.         <helpPral label="pral # Allow private messages (0=yes, 1=only friends, 2=no)" />
  222.         <helpQ label="q Quit" />
  223.         <helpRecon label="recon (-) Sets auto reconnect on or off(-)" />
  224.         <helpRefresh label="refresh Refresh shared directories" />
  225.         <helpRetest label="retest Retest to see if you are firwalled" />
  226.         <helpS label="s searchstring (-searchtype[Audio, Video, Image, Pro, Doc, Col ]) search Example: s fat day -Audio" />
  227.         <helpSave label="save (-) Sets 'save corrupted complete downloads' on or off(-)" />
  228.         <helpSc label="sc Stop connecting to server" />
  229.         <helpSpace label="space Show space available and the amount of space needed by downloads" />
  230.         <helpSpass label="spass # password Set a server password" />
  231.         <helpTemp label="temp [dirname] Sets the temp directory" />
  232.         <helpU label ="u # Unshared directory" />
  233.         <helpUpnp label="upnp Run UPnP Test"/>
  234.         <helpUport label="uport # Sets the UDP port that you listen for other clients on. Takes effect upon restart" />
  235.         <helpVbud label="vbud View buddies" />
  236.         <helpVc label="vc View contacts" />
  237.         <helpVerbose label="verbose (-) Sets debugging messages on or off(-)"/>
  238.         <helpVf label="vf View shared files" />
  239.         <helpVo label="vo View options" />
  240.         <helpVp label="vp View connections to other clients"/>
  241.         <helpVpart label="vpart View Partners" />
  242.         <helpVq label="vq (summary | verbose) View Upload Queue (optional parameter) summary : show your shared files and number of users waiting verbose : show your shared files and who is waiting for them" />
  243.         <helpVs label="vs View shared directories" />
  244.         <helpVm label="vm View known servers" />
  245.         <helpVu label="vu View Uploads" />
  246.         <helpX label="x Disconnect" />
  247.         <helpXs label="xs Extend search" />
  248.         <helpHelp label="? Print help" />
  249.         <helpVr label="vr View results" />
  250.         <helpVd label="vd View downloads" />
  251.         <helpVs label="vs View shared files" />
  252.         <helpGfr label="gfr Get list of friends\ngfr # View/fetch directories of friend #\ngfr # # View/fetch files in friend #, directory #\ngfr # # # Download file, friend #, directory #, file # the 'r' flag after a friend # or dir # ignores will ignore the cache and re-request from the friend." />
  253.         <helpAfr label="afr # Add friend, # from connection list (vp)" />
  254.         <helpRfr label="rfr # Remove friend, index #" />
  255.         <helpD label="d # Download a search result. Where # is the number of the result Example: d 5" />
  256.         <helpM label="m # [option] [# is the number displayed in the download view] Modify download c -cancel the download p -pause the download r -resume the download l -change download priority to low n -change download priority to normal h -change download priority to high H -change download priority to highest v -view the details of the download" />
  257.         <helpAfri label="afri # Add friend, specify the ip and port" />
  258.         <metaInfo label="Meta Tag Information" />
  259.         <retestingFirewall label="Retesting the firewall" />
  260.         <contactList label="Contact List:" />
  261.         <indexing label="Indexing:" />
  262.         <udpPortChangedTo label="UDP port changed to" />
  263.         <errorSavingNodeList label="error saving NodeList" />
  264.         <errorLoadingNodeList label="error loading NodeList" />
  265.         <gotResults label="Got results." />
  266.         <gotFriendFiles label="got Friend Files" />
  267.         <gotFriendDirs label="got Friend Dirs" />
  268.         <showUserFileStatus label="Showing user, filename, and status for" />
  269.         <sources label="Sources" />
  270.         <fetchingDirs label="fetching requested dirs..." />
  271.         <fetchingFiles label="fetching requested files..." />
  272.         <invalidDir label="invalid directory name!" />
  273.         <noFetchNoDir label="can't fetch files without dirs! fetching requested dirs..." />
  274.         <invalidFriendIndex label="Attempting to view invalid friend index:" />
  275.         <invalidDirIndex label="Attempting to view invalid directory index:"/>
  276.         <invalidDownloadFile label="Attempting to download invalid file:" />
  277.         <addedFriend label="added friend." />
  278.         <invalidPeerIndex label="invalid peer index:" />
  279.         <importFailed label="Import failed:" />
  280.         <couldntOpen label="Couldn't be opened." />
  281.         <notFound label="not found." />
  282.         <clientOld label="Either your client or one you are connected to is out of date." />
  283.         <peerSentBadGaps label="Peer sent bad file gaps:" />
  284.         <clientDoesntGiveOutFiles label="Client does not give out files" />
  285.         <addingDirsFromAdd label="adding sharedirector from add():" />
  286.         <tempDirNow label="Temp directory is now:" />
  287.         <incomingDirNow label="Incoming directory is now:" />
  288.         <invalidDirNum label="Invalid Directory number." />
  289.         <doNotSaveCorrupted label="do not save corrupted" />
  290.         <saveCorrupted label = "save corrupted" />
  291.         <tcpPortChanged label = "TCP port changed to" />
  292.         <privMsgStatusChange label="Private Message Status changed to" />
  293.         <current label="current" />
  294.         <priMsgStatHelp label="usage   : status must be 0, 1, or 2" />
  295.         <fileNameWhoSpeed label="File Name Who Speed" />
  296.         <uploadQ label="Upload Queue" />
  297.         <usageTempDir label="usage   : enter a directory path" />
  298.         <freeTempPartition label="Space free on temp partion" />
  299.         <freeIncomingPartition label="Space free on incoming partion" />
  300.         <invalidPeer label="Invalid peer" />
  301.         <partialFile label="Partial file" />
  302.         <downloadProg label="Download progress" />
  303.         <invalidDownNum label = "Invalid Download number" />
  304.         <resetting label="Resetting" />
  305.         <adding label="Adding" />
  306.         <viewDownHeader label="File Name Status Size Transfered Speed Available Priority" />
  307.         <oldKnownMet label="Old known.met" />
  308.         <cantListenOnPort label="ERROR: can't listen on port" />
  309.         <errorCantStartDoor label="Port is probably in use. Change port by typing: 'port ####' at the prompt." />
  310.         <UQnotSaved label="Upload Queue not saved" />
  311.         <UQold label="Upload Queue old. Starting Fresh" />
  312.         <UQnotLoaded label="Upload Queue not loaded" />
  313.         <areYouSureExit label="Are you sure you want to exit"/>
  314.         <line label="Line" />
  315.         <bar label="Bar" />
  316.         <point label="Point" />
  317.         <stackedBar label="Stacked Bar" />
  318.         <low label="Low" />
  319.         <normal label="Normal" />
  320.         <high label="High" />
  321.         <highest label="Highest" />
  322.         <autoConnecting label="automatically connecting" />
  323.         <invalidEd2KHash label="Invalid hash in ed2k-link." />
  324.         <invalidEd2KSize label="Invalid ed2k-link with 0 size." />
  325.         <invalidEd2K label="This is not a valid ed2k-link." />
  326.         <helpHorde label="horde (-) Enable or disable horde" />
  327.         <hordeDisabled label="horde disabled" />
  328.         <hordeEnabled label="horde enabled" />
  329.         <help label="Help" />
  330.         <helpBanner label="banner Emails bad banner information to MetaMachine" />
  331.         <shareFoldersOnly label="Sorry, you can only drag folders to share, not files" />
  332.         <shareCompletedOnly label="Sorry, you can only drag complete files" />
  333.         <misc label="Misc" />
  334.         <uptime label="Uptime" />
  335.         <restartToChange label="You will have to restart in order for these changes to take effect" />
  336.         <restartToChangeCaption label="Please restart" />
  337.         <sorry label="Sorry" />
  338.         <sharedStillLoading label="Your shared directories aren't done loading yet, please wait." />
  339.         <regSuccess label="Validated Pro Client!" />
  340.         <SBDown label="Down" />
  341.         <SBUp label="Up" />
  342.         <SBWalled label="Firewalled" />
  343.         <SBOpen label="Open" />
  344.         <SBUnclear label="Testing Firewall" />
  345.         <SBFireTitle label="FW:" />
  346.         <SBServerTitle label="Server:" />
  347.         <helpVer label="ver View Version Number" />
  348.         
  349.         <mediaOptDlgHelpUp label="Move the Category Further Up  Higher Categories are Evaluated First" />
  350.         <mediaOptDlgHelpDown label="Move the Category Further Down  Higher Categories are Evaluated First" />
  351.         <mediaOptDlgHelpList label="Files You Are Sharing Can Be Organized Into Categories You Define" />
  352.         <mediaOptDlgHelpRemove label="Remove a Category" />
  353.         <mediaOptDlgHelpAdd label="Add a New Category" />
  354.         <mediaOptDlgHelpName label="Name of the Category" />
  355.         <mediaOptDlgHelpType label="Type of Filter to use:  Extension: File Extension  Type: File Type (Audio, Video, etc)  RegExp: A Regular Expression (advanced)" />
  356.         <mediaOptDlgHelpFilter label="Filters Used by the Category:  For Non-RegExp Filters Use Commas To Seperate Your Filters" />
  357.         <mediaOptDlgCaption label="Manage Your Media Categories" />
  358.         <mediaOptDlgName label="Name" />
  359.         <mediaOptDlgFilterBy label="Filter By" />
  360.         <mediaOptDlgFilter label="Filter" />
  361.         
  362.         <serverListName label="Name" />
  363.         <serverListIP label="IP" />
  364.         <serverListDesc label="Desc" />
  365.         <serverListPing label="Ping" />
  366.         <serverListUsers label="Users" />
  367.         <serverListFiles label="Files" />
  368.         <serverListPref label="Preference" />
  369.         <serverListRank label="Rank" />
  370.  
  371.         <downloadListName label= "Name" />
  372.         <downloadListStatus label="Status" />
  373.         <downloadListSize label="Size" />
  374.         <downloadListTrans label="Transferred" />
  375.         <downloadListSpeed label="Speed (KB/s)" />
  376.         <downloadListTime label="Time" />
  377.         <downloadListProg label="Progress" />
  378.         <downloadListPri label="Priority" />
  379.         <downloadListLSC label="Last Seen Complete" />
  380.         <downloadListSrcs label="Sources" />
  381.  
  382.         <uploadListName label="Name" />
  383.         <uploadListUser label="User" />
  384.         <uploadListSpeed label="Speed (KB/s)" />
  385.         <uploadListTrans label="Transferred" />
  386.  
  387.         <myComputerListDrives label="Drives" />
  388.  
  389.         <sharedFolders label="Shared Folders" />
  390.  
  391.         <friendsListFriends label="Friends" />
  392.         <friendsListStatus label="Status" />
  393.         <friendsListID label="ID" />
  394.         <friendsListBuddy label="Buddy" />
  395.  
  396.         <peersListPeers label="Peers" />
  397.         <peersListID label="ID" />
  398.         <peersListBuddy label="Buddy" />
  399.  
  400.         <statsListStats label="Statistic" />
  401.         <statsListNow label="Now" />
  402.         <statsListEver label="Ever" />
  403.  
  404.         <helpGUI label="gui (home | search | transfers | shared | media | catalogs | friends | stats | servers | options) Switch to a page in the gui" />
  405.  
  406.         <optionsGeneral label="General" />
  407.         <optionsAdvanced label="Advanced" />
  408.         <optionsNetwork label="Network" />
  409.         <optionsProxy label="Proxy" />
  410.         <optionsBlacklist label="Blacklist" />
  411.         <optionsFilters label="Filters" />
  412.         <optionsSkins label="Skins" />
  413.         <optionsPro label="Unlock Pro" />
  414.         <optionsFriends label="Friends" />
  415.         <optionsPlugins label="Plugins" />
  416.         <optionsKeyRing label="Key Ring" />
  417.         <optionsPublishing label="Publishing" />
  418.         <optionsServer label="Server" />
  419.         <optionsAbout label="About" />
  420.  
  421.         <graphOptionsBack label="Background" />
  422.         <graphOptionsHistoryBack label="History Background" />
  423.         <graphOptionsHistoryFore label="History Foreground" />
  424.         <graphOptionsMajor label="Major Grid" />
  425.         <graphOptionsMinor label="Minor Grid" />
  426.         <graphOptionsX label="X Labels" />
  427.         <graphOptionsY label="Y Labels" />
  428.         <reset label="Reset" />
  429.         <drawOpt label="Drawing Options" />
  430.         <colorOpt label="Colors" />
  431.         <buffLen label="Buffer Length" />
  432.         <histBar label="History Bar" />
  433.         <graphDone label="Done" />
  434.         <graphCaption label="Graph Options" />
  435.         <graphColName label="Name" />
  436.         <graphColColor label="Color" />
  437.         <graphColValue label="Cur. Value" />
  438.         <graphColScale label="Scale" />
  439.  
  440.         <username  label="Username" />
  441.         <autoLaunch label="Launch on Startup" />
  442.         <verifyCancels label="Verify Cancels and Deletes" />
  443.         <simpleProgress label="Simple Download Progress" />
  444.         <progressPercent label="Display Progress Percentage" />
  445.         <closeTray label="Close to System Tray" />
  446.         <minTray label="Minimize to System Tray" />
  447.         <flashComp label="Notify When Download Completes" />
  448.         <transOpts label="Transfer Options" />
  449.         <downDir label="Download Folder" />
  450.         <tempDir label="Temporary Folder" />
  451.         <takeLinks label= "Take ed2k Links" />
  452.         <browseBut label= "Browse..." />
  453.         
  454.         <oldParts label="Old Style Partial Files" />
  455.         <horde label="Horde" />
  456.         <mediaPlayer label="Media Player" />
  457.         <verboseMode label="Verbose Mode" />
  458.         <timeStamp label= "Time Stamp Console" />
  459.         <networks label= "Networks" />
  460.         <forceIP label="Force IP" />
  461.         <limitUploads label= "Limit Number of Concurrent Uploads" />
  462.         <limitSources label= "Limit Number of Sources Per Download" />
  463.         <freeHD label= "Minimum Free Hard Drive Space" />
  464.         <limitHalfTCP label="Limit Number of half-open TCP Connections" />
  465.         <showContactWarn label="Show Contact.dat Warning" />
  466.  
  467.         <bandwidthOpt label= "Bandwidth Options" />
  468.         <upDownWarn label= "<center>! Limiting Your Upload <b>Will</b> Automatically Limit Your Download Speed !<br>Our Network Rewards Faster Uploaders with Faster Downloads</center>" />
  469.         <limitDown label= "Limit Download Speed" />
  470.         <limitUp label="Limit Uploads Speed" />
  471.         <lineDown label= "Line Down Speed Hint" />
  472.         <lineDownHint label="(<i>Optional: Indicates to the System How Fast You Can Download</i>)" />
  473.         <conOpt label= "Connection Options" />
  474.         <maxCon label="Maximum Connections" />
  475.         <portWarn label="(<i><b>Don't</b> change this unless you have a reason to.  Too small a number will make it hard to get files and too high a number can kill your bandwidth</i>)" />
  476.         <tcpPort label="TCP Port" />
  477.         <udpPort label="UDP Port" />
  478.         <ports label="Ports" />
  479.  
  480.         <serverInfo label="Server Information" />
  481.         <server label="Server" />
  482.         <port2 label="Port" />
  483.         <proxy label= "Proxy" />
  484.         <userInfo label="User Information" />
  485.         <user label= "User" />
  486.         <pass label="Password" />
  487.  
  488.         <filterInfo label="Place each word or phrase to be filtered on a seperate line below.<Br> Search results that match the filters will be thrown out." />
  489.         <blacklistInfo label="List IPs below you wish to blacklist (One IP per line) in CIDR Format(127.0.0.0/24 which means 127.0.0.* gets blocked)" />
  490.  
  491.         <author label= "Author" />
  492.         <desc label="Description" />
  493.  
  494.         <passCase label="Username and Password Are Case Sensitive" />
  495.         <proRegInfo label="Pro Registration Information" />
  496.         <proButton label="Click here to Get eDonkey Pro" />
  497.         <forgotPass label="Forgot Your Password?" />
  498.  
  499.         <acceptGroup label="Accept Messages From..." />
  500.         <shareGroup label="Show Shared Files To..." />
  501.         <limitWindows label="Limit Number of Private Message Windows" />
  502.         <everyone label="Everyone" />
  503.         <onlyFriends label="Only Friends" />
  504.         <noone label="No One" />
  505.  
  506.         <about label="About" />
  507.         <config  label="Config" />
  508.         <refresh label="Refresh" />
  509.  
  510.         <removeDead label="Auto Remove Dead Servers" />
  511.         <reconnectServer label="Auto Reconnect" />
  512.         <stayConnected label="Always Stay Connected" />
  513.         <ignoreIncLists label="Ignore Incoming Server Lists" />
  514.  
  515.         <cancDown label = "Cancel Downloads" />
  516.         <delFile label="Delete Files" />
  517.  
  518.         <graphTip label="Drag or Mouse Wheel to Change" />
  519.  
  520.         <sharesInfo label="You are currently sharing these folders" />
  521.  
  522.         <transDownTipDown label="Downloaded" />
  523.         <transDownTipMany label="Many Sources" />
  524.         <transDownTipSome label="Some Sources" />
  525.         <transDownTipNo label="No Sources" />
  526.         <transDownTipPart label="Partnering" />
  527.  
  528.         <color label="Color" />
  529.         <meaning label="Meaning" />
  530.  
  531.         <transSrcTipHave label="They have this part" />
  532.         <transSrcTipDont label="They don't have it" />
  533.         <transSrcTipAsk label="You're asking for it" />
  534.         <transSrcTipPart label="Partnering" />
  535.  
  536.         <mouse label="Viewz Operation" />
  537.         <pan label="Pan" />
  538.         <dragCenter label="Drag center" />
  539.         <size label="Size" />
  540.         <dragEdges label="Drag edges" />
  541.         <mouseWheel label="Mouse wheel" />
  542.         <maximize label="Maximize" />
  543.         <doubleClick label="Double click" />
  544.  
  545.         <sendMessage label="&Send" />
  546.         <cantMP label="Error: Couldn't open supported media player" />
  547.  
  548.         <noPlugins label="No Plugins Installed" />
  549.         <format label="Format" />
  550.         <keywords label="Keywords" />
  551.         <noFoldersYet label="Have not received folder list yet" />
  552.         <details label="Details" />
  553.         <type label="Type" />
  554.         <graphLine label="Line" />
  555.         <graphArea label="Area" />
  556.         <graphPie label="Pie" />
  557.         <graphScatter label="Scatter" />
  558.         <graphBar label="Bar" />
  559.  
  560.         <statTreeSearch label="Search" />
  561.             <sTSSearches label="Searches" />
  562.             <sTSResults label="Results" />
  563.             <sTSAvg label="Avg Results" />
  564.             <sTSEmpty label="Empty Results" />
  565.             <sTSAvgWait label="Avg Wait Time" />
  566.  
  567.         <statTreeTransfer label="Transfer" />
  568.             <statTreeTransferTransfer label="Transferred" />
  569.             <statTreeTransferOverhead label="Overhead" />
  570.             <statTreeTransferDownloads label="Downloads" />
  571.                 <sTTDTransferred label="Transferred" />
  572.                 <sTTDDownloads label="Downloads" />
  573.                 <sTTDActive label="Active" />
  574.                 <sTTDTransferring label="Transferring" />
  575.                 <sTTDSources label="Sources" />
  576.                 <sTTDAvg label="Avg Sources" />
  577.                 <sTTDTotalR label="Total Rate"/>
  578.             <statTreeTransferUploads label="Uploads" />
  579.                 <sTTUTransferred label="Transferred" />
  580.                 <sTTUActive label="Active" />
  581.                 <sTTUQ label="In Queue" />
  582.                 <sTTUTotalR label="Total Rate" />
  583.         <statTreeShared label="Shared" />
  584.             <sTSFiles label="Files" />
  585.             <sTSTotal label="Total Shared" />
  586.             <sTSAvgFS label="Avg File Size" />
  587.         <statTreeConnections label="Connections" />
  588.             <sTCConnections label="Connections" />
  589.             <sTCMax label="Maximum" />
  590.             <sTCFriends label="Friends" />
  591.             <sTCPublishes label="Publishes" />
  592.             <sTCClient label="Client Versions" />
  593.                 <sTCCSeen label="Number Seen" />
  594.                 <sTCCUD label="Up / Down" />
  595.                 <sTCCTotal label="Total" />
  596.         <statTreeServers label="Servers" />
  597.             <sTSServers label="Servers" />
  598.             <sTSUp label="Up" />
  599.             <sTSDown label="Down" />
  600.             <sTSUsers label="Users" />
  601.             <sTSFiles label="Files" />
  602.             <sTSAvgFiles label="Avg Files" />
  603.             <sTSAvgPing label="Avg Ping" />
  604.         <statTreeMisc label="Misc" />
  605.             <sTMUptime label="Uptime" />
  606.  
  607.         <SBReachable label="Reachable" />
  608.         <SBUnreachable label="Unreachable" />
  609.         <options label="Options" />
  610.         <addToFriends label="Add to Friends" />
  611.         <ip label="IP" />
  612.         <addServer label="Add a New Server" />
  613.         <getServer label="Get Remote Server List" />
  614.         <cancel label="Cancel" />
  615.         <getServerInfo label="Type or choose the URL to a web server below" />
  616.         <add label="Add" />
  617.         <remove label="Remove" />
  618.         <apply label="Apply" />
  619.         <source label="Source" />
  620.         <addSourceDlgCaption label="Add Additional Sources" />
  621.         <addSourceDlgHash label="IP / Hash" />
  622.         <otherSource label="Other Source" />
  623.         <donkeySource label="Donkey Source" />
  624.         <addSourceDlgHelp label="Other sources <b>must</b> be in a format an installed transfer plugin can understand.<br> For example: To add an HTTP source, you would have to use the http://www.somesite.com/somefile.dat format." />
  625.         <yes label="Yes" />
  626.         <no label="No" />
  627.         <partners label="Partners" />
  628.  
  629.         <menuUndo label="Undo Ctrl+Z" />
  630.         <menuRedo label="Redo Ctrl+Y" />
  631.         <menuCut label="Cut Ctrl+X" />
  632.         <menuCopy label="Copy Ctrl+C" />
  633.         <menuPaste label="Paste Ctrl+V" />
  634.         <menuClear label="Clear" />
  635.         <menuSelectAll label="Select All Ctrl+A" />
  636.  
  637.         <open label="Open" />
  638.         <quit label="Quit" />
  639.         <addAFriend label="Add a Friend" />
  640.         <copy label="Copy" />
  641.         <name label="Name" />
  642.         <version label="Version" />
  643.         <all label="All" />
  644.         <incomplete label="Incomplete" />
  645.  
  646.         <maybeFake label="This file is <i>possibly</i> a <font color=red>fake</font> Expand this download to see what the sources think this file is" />
  647.         <music label="Music" />
  648.         <video label="Video" />
  649.         <pictures label="Pictures" />
  650.         <documents label="Documents" />
  651.         <archives label="Archives" />
  652.         <applications label="Applications" />
  653.         <unknown label="Unknown" />
  654.  
  655.         <downInfoSpeed label = "Transfer Speed" />
  656.         <downInfoBase label = "Base Part Number" />
  657.         <downInfoPath label= "Completed Path" />
  658.     
  659.         <value label="Value" />
  660.         <extension label="Extension" />
  661.         <regexp label="RegExp" />
  662.         <nextBut label="Next >" />
  663.         <backBut label="< Back" />
  664.         <finish label="Finish" />
  665.         <wizardCaption label="eDonkey Wizard" />
  666.         <upgradeCaption label="Upgrade to Pro"/>
  667.         <networkCaption label="Network Settings"/>
  668.         <welcomeCaption label="Welcome"/>
  669.         <wizardEmail label="If you wish to be informed about new versions of eDonkey enter your email address below" />
  670.         <wizardWelcome label="This wizard will help introduce you to this program and choose the best settings for your internet connection.  You can exit the wizard by clicking the finish button at any time.  If you wish to change these settings later you can find them by clicking the Options button." />
  671.         <wizardDsl label="DSL Connections sometimes have problems with their upstream reducing your download speeds.  Choose your DSL's upload speed from the list below." />
  672.         <wizardNoDsl label="I Do Not Have DSL" />
  673.         <wizardPro label="eDonkey is a shareware program.  It takes money to pay for bandwidth and to improve and update the software.  We depend on good people such as you to keep the donkey alive.  If you want to help support us and get rid of the banner ad, you can get the Pro version of this program on our web page." />
  674.         <wizardGoPro label="Click here to buy Pro" />
  675.         <wizardEmailName label="Email Address" />
  676.         <thanksReg label="Thanks for registering eDonkey!" />
  677.  
  678.         <graphFixedY label="Fixed Y Axis" />
  679.         <bufferFiles label="Memory Buffer Files" />
  680.         <helpPlayMedia label="playmedia filename Plays the file in the embedded media player" />
  681.  
  682.         <notConSearch label="Not connected to the network yet..." />
  683.         <tooLarge label="too large" />
  684.  
  685.         <NoContactDat label="Can't connect to Overnet" />
  686.         <NoContactInfo label="Wasn't able to find a list of peers to connect to the Overnet Network. Please choose an options below, or click ignore to continue without Overnet support" />
  687.         <NoContactDown label="Download from the web" />
  688.         <NoContactTryDown label="Try to Download" />
  689.         <NoContactPeer label="Connect to a Peer Directly" />
  690.         <NoContactPeerInfo label="If you know an existing eDonkey user's IP address<br>and UDP port, you can boot off of them.<p>They can find their IP by typing <b>g</b> at the console<br>They can find their UDP by typing <b>uport</b> at the console" />
  691.         <boot label="Boot" />
  692.         <dontAsk label="Don't ask me this again" />
  693.         <ignore label="Ignore" />
  694.         <detectXP2 label="Detected XPSP2, setting max halfopen connections to 9 (you can change this in options | advanced)" />
  695.  
  696.         <genNewKeys label="Generate new Keys?" />
  697.         <genKeySure label="You will lose your current key if you generate a new one! Continue?" />
  698.         <loadKeys label="Load Keys" />
  699.         <error label="Error" />
  700.         <cantOpenFile label="Can't open file!" />
  701.         <exportKeys label="Export Keys" />
  702.         <genKey label="Generating Key" />
  703.         <moveMouseRand label="<center>Move your mouse below to generate randomness...</center>" />
  704.         <takingScreenShot label="<center>Taking Screenshot to add to randomness</center>" />
  705.         <catFolder label="Catalog Folder" />
  706.         <catInfo label="Catalog Info"/>
  707.         <catalog label="Catalog" />
  708.         <catDate label="Catalog Date" />
  709.         <catName label="Catalog Name" />
  710.         <pubName label="Publisher Name"/>
  711.         <pubKey label="Public Key" />
  712.         <password label="Password" />
  713.         <enterPassword label="Enter Password" />
  714.         <enterPasswordOfFile label="Enter Password of File" />
  715.         <enterNewPassword label="Enter New Password" />
  716.         <invalidPassword label="Invalid Password" />
  717.         <invalidFile label="Invalid File" />
  718.         <cantSave label="Can't Save" />
  719.         <noKeys label="No Keys Found" />
  720.         <addKeyToRing label="Add Key to Ring" />
  721.         <addKeyWarn label="<center><b>Warning! </b></center>The publisher name is set by someone, and is not necessarily accurate. Only the public key can tell you who really published this catalog.  Be careful to only add keys of publishers who you trust." />
  722.         <cantOpenCatalog label="Can't Open Catalog" />
  723.         <keyword label="Keyword" />
  724.         <search label="Search" />
  725.         <file label="File" />
  726.         <location label="Location" />
  727.         <catalogSearch label="Catalog Search"/>
  728.         <result label="Result" />
  729.         <metalist label="Meta List" />
  730.         <results label="Results" />
  731.         <commonName label="Common Name" />
  732.         <actions label="Actions" />
  733.         <keys label="Keys" />
  734.         <keyInfo label="Click here to generate your keys. You publish your public key to everyone. Keep your private key private!" />
  735.         <generate label="Generate" />
  736.         <import label="Import" />
  737.         <export label="Export" />
  738.         <publicKey label="Public Key" />
  739.         <copyClip label="Copy to Clipboard" />
  740.         <catalog label="Catalog" />
  741.         <edit label="Edit" />
  742.         <replaceKey label="Replace Key?" />
  743.         <noKey label="No Key" />
  744.         <genCatNoKey label="You must have a key generated before creating a catalog. Click generate in the Publishing page of Options" />
  745.         <catGenInfo label="Catalogs are self contained web pages you can distribute. Place a web site into a folder with an index.html and select that folder as the source of your catalog." />
  746.         <copyLink label="Copy Link" />
  747.         <noIndexHtmlInfo label="Catalogs must have an index.html file" />
  748.         <noIndexHtml label="No index.html" />
  749.         <invalidKey label="Invalid Key" />
  750.         <invalidSalt label="Invalid Salt" />
  751.         <cantGenKey label="Can't generate key" />
  752.         <cantImport label="Can't import file" />
  753.         <cantExport label="Can't export file" />
  754.         <cantGenCat label="Can't generate catalog" />
  755.         <invalidFile label="Invalid File" />
  756.         <complete label="Complete" />
  757.         <publisher label="Publisher" />
  758.         <date label="Date" />
  759.         <artist label="Artist" />
  760.         <album label="Album" />
  761.         <title label="Title" />
  762.         <vendor label="Vendor" />
  763.         <numChannels label="Num Channels" />
  764.         <sampleRate label="Sample Rate" />
  765.         <bitsPerSample label="Bits per Sample" />
  766.         <length label="Length" />
  767.         <rawAudioMD5 label="Raw Audio MD5" />
  768.         <codec label="Codec" />
  769.         <bitrate label="Bitrate" />
  770.         <width label="Width" />
  771.         <height label="Height" />
  772.         <framerate label="Framerate" />
  773.         <createdCatalog label="Finished creating catalog" />
  774.         <success label="Success" />
  775.         <files2 label="Files" />
  776.         <info label="Info" />
  777.         <catOutputFile label="Catalog Output File" />
  778.         <catSourceFolder label="Catalog Source Folder" />
  779.         <any label="Any" />
  780.         <myCats label="My Catalogs" />
  781.         <badCats label="Bad Catalogs" />
  782.         <catDesc label="<b>Description</b>" />
  783.         <catPub label="<b>Publisher</b>" />
  784.         <currentCatalog label="Current Catalog" />
  785.         <selCatFolder label="Select Catalog Folder" />
  786.         <selPreview label="Select Preview Image" />
  787.         <verify label="Verify" />
  788.         <passwordNoMatch label="Password Doesn't Match" />
  789.         <addedFriend label="Added Friend" />
  790.         <invalidFriendEd2K label="This is not a valid ed2k-friend-link." />
  791.         <helpClearConsole label="clear Clears the console" />
  792.         <pasteLink label="Paste Link" />
  793.         <invalidSearch label="Invalid Search" />
  794.         <tryingUPNP label="Trying UPnP"/>
  795.         <upnpFowardExists label="UPnP: Forward already exists, try changing your ports if this doesn't work" />
  796.         <upnpSupport label="UPnP Support" />
  797.         <updateBlacklist label="Automatically update blacklist" />
  798.     </STRINGS>
  799.  
  800.     <!-- Main Window -->
  801.     <!-- you can set an attribute fontSize="10" in MAIN if you want to make your own font size -->
  802.     <MAIN backgroundColor="#E6E6E6">
  803.         <BACKGROUND>
  804.             <on image="background" />
  805.             <ed2k image="background"/>
  806.             <both image="background"/>
  807.             <none image="background"/>
  808.         </BACKGROUND>
  809.  
  810.         <!-- You should define where the buttons go depending on if ON / donkey is enabled / disabled
  811.         
  812.             on: if only overnet is enabled
  813.             ed2k: if only donkey is enabled
  814.             both: if both are enabled
  815.             none: if none are enabled
  816.  
  817.             If the button won't be shown, you can skip the position, i.e. for DONKEYSERVERBUTTON you don't need to define on-left, etc
  818.             You can have different image sets if you wish
  819.         -->
  820.  
  821.         <!-- for CONNECTBUTTON and DONKEYSERVERBUTTON images looks for files named on-connect.png, on-connected, on-connecting, on-disconnect, on-disconnected -->
  822.  
  823.         <ONCONNECTBUTTON>
  824.             <on images="on" left="3" top="8" tip="Overnet Connection Status / About eDonkey2000" />
  825.             <both images="on" left="3" top="8" tip="Overnet Connection Status / About eDonkey2000" />
  826.         </ONCONNECTBUTTON>
  827.         
  828.         <DONKEYSERVERBUTTON>
  829.             <ed2k images="ed2k" left="3" top="8" tipON="Use this to disconnect from the eDonkey2000 server" tipOFF="Use this to connect to the eDonkey2000 server" />
  830.             <both images="ed2k" left="72" top="8" tipON="Use this to disconnect from the eDonkey2000 server" tipOFF="Use this to connect to the eDonkey2000 server" />
  831.         </DONKEYSERVERBUTTON>
  832.         
  833.         <OPTIONSBUTTON>
  834.             <on images="main-options" left="72" top="8" tip="Configure program options" />
  835.             <ed2k images="main-options" left="76" top="8" tip="Configure program options" />
  836.             <both images="main-options" left="145" top="8" tip="Configure program options" />
  837.             <none images="main-options" left="3" top="8" tip="Configure program options" />
  838.         </OPTIONSBUTTON>
  839.         
  840.         <HELPBUTTON>
  841.             <on images="main-help" left="127" top="8" tip="Get online help" />
  842.             <ed2k images="main-help" left="131" top="8" tip="Get online help" />
  843.             <both images="main-help" left="200" top="8" tip="Get online help" />
  844.             <none images="main-help" left="58" top="8" tip="Get online help" />
  845.         </HELPBUTTON>
  846.         
  847.         <REGISTERBUTTON>
  848.             <on images="main-register" left="177" top="8" tip="Buy eDonkey2000 Pro" />
  849.             <ed2k images="main-register" left="181" top="8" tip="Buy eDonkey2000 Pro" />
  850.             <both images="main-register" left="250" top="8" tip="Buy eDonkey2000 Pro" />
  851.             <none images="main-register" left="108" top="8" tip="Buy eDonkey2000 Pro" />
  852.         </REGISTERBUTTON>
  853.  
  854.         <CONSOLE>
  855.             <ISBIGBUTTON images="console-big" tip="Hide the console" />
  856.             <ISSMALLBUTTON images="console-small" tip="Show the console" />
  857.             
  858.             <INPUT backgroundColor="#FFFFFF" />
  859.             <HISTORY backgroundColor="#C0C0C0" />
  860.         </CONSOLE>
  861.  
  862.         <!-- ============================= individual pages ===================================== -->
  863.         <HOME backgroundColor="#E6E6E6">
  864.             <on images="tab-home" left="5" top="62" tip="Get information about eDonkey2000" />
  865.             <ed2k images="tab-home" left="5" top="62" tip="Get information about eDonkey2000" />
  866.             <both images="tab-home" left="5" top="62" tip="Get information about eDonkey2000" />
  867.             <none images="tab-home" left="5" top="62" tip="Get information about eDonkey2000" />
  868.         </HOME>
  869.         
  870.         <SEARCH backgroundPix="little-back.png">
  871.             <on images="tab-search" left="85" top="62" tip="Search for files" />
  872.             <ed2k images="tab-search" left="85" top="62" tip="Search for files" />
  873.             <both images="tab-search" left="85" top="62" tip="Search for files" />
  874.             <none images="tab-search" left="85" top="62" tip="Search for files" />
  875.             
  876.             <SEARCHBUTTON images="search" tip="Search the network for files" />
  877.             <DOWNLOADBUTTON images="download" tip="Download the current selection" />
  878.             <MORERESULTSBUTTON images="moreres" tip="Get more search results" />
  879.             <CLOSETABBUTTON images="x" tip="Close the current tab" />
  880.             
  881.             <KEYWORDS backgroundColor="#FFFFFF"/>
  882.             <FORMAT backgroundColor="#FFFFFF"/>
  883.  
  884.             <TABS backgroundColor="#E6E6E6">
  885.                 <SEARCHINGANIMATION movie="searching.mng"/>
  886.                 <KEYWORD color="#0000FF" />
  887.                 <FILTERS color="#000000" />
  888.             </TABS>
  889.  
  890.             <RESULTS backgroundColor="#FFFFFF"> 
  891.                 <AVAILABILITY backgroundColor="#FFFFFF" >
  892.                     <FROM-COLOR color="#8080FF" /> 
  893.                     <TO-COLOR color="#000000" /> 
  894.                 </AVAILABILITY>
  895.                 <!-- <VERIFIED color="#FFFFCC" /> -->
  896.                 <VERIFIED color="#FF00FF" />
  897.                 <HEADER backgroundColor="#E6E6E6" />
  898.                 <!-- <HIGHLIGHT backgroundColor="#0A246A" /> -->
  899.                 <DOWNLOADING foregroundColor="#0000FF" backgroundColor="#C8C8C8" />
  900.  
  901.                 <MENU>
  902.                     <download label="Download" accel="Ctrl+D" />
  903.                     <moreInfo label="More Info..." accel="Ctrl+I" />
  904.                     <copyLink label="Copy Link"/>
  905.                         <copyHTML label="Copy HTML Link" accel="Ctrl+C" />
  906.                         <copyPlain label="Copy Plain Link" accel="Ctrl+L" />
  907.                     <closeTab label="Close This Tab" accel="Ctrl+W" />
  908.                     <setColumn label="Set Columns" accel="Ctrl+S" />
  909.                     <swapEnc label="Swap Encoding" accel="F5"/>
  910.                     <plugins label="Plugins"/>
  911.                 </MENU>
  912.             </RESULTS>
  913.  
  914.             <SEARCHFORMAT>
  915.                 <Item label="Any" col="1" row="1">
  916.                     <Soft label="Keywords"/>
  917.                 </Item>
  918.                 <Item label="Audio" col="1" row="1">
  919.                     <Hard type="STRING" tag="#TYPE" value="Audio" />
  920.                     <Soft label="Keywords"  />
  921.                 </Item>
  922.                 <Item label="Video" col="1" row="1">
  923.                     <Hard type="STRING" tag="#TYPE" value="Video" />
  924.                     <Soft label="Keywords"  />
  925.                 </Item>
  926.                 <Item label="Images" col="1" row="1">
  927.                     <Hard type="STRING" tag="#TYPE" value="Image"/>
  928.                     <Soft label="Keywords"  />
  929.                 </Item>
  930.                 <Item label="Programs" col="1" row="1">
  931.                     <Hard type="STRING" tag="#TYPE" value="Pro"/>
  932.                     <Soft label="Keywords"  />
  933.                 </Item>
  934.                 <Item label="Documents" col="1" row="1">
  935.                     <Hard type="STRING" tag="#TYPE" value="Doc"/>
  936.                     <Soft label="Keywords"  />
  937.                 </Item>
  938.                 <Item label="OR" col="2" row="2">
  939.                     <Soft label="Keywords" />
  940.                     <Soft label="Or" oper="|" type="STRING"  />
  941.                     <Soft label="Or" oper="|" type="STRING"  />
  942.                     <Soft label="Or" oper="|" type="STRING"  />
  943.                 </Item>
  944.                 <Item label="Format and Size" col="2" row="2">
  945.                     <Soft label="Keywords" />
  946.                     <Soft label="Format" type="STRING" tag="#FORMAT"  />
  947.                     <Soft label="Greater than" type="NUMBER" tag="#SIZE" comp="g" />
  948.                     <Soft label="Less than" type="NUMBER" tag="#SIZE" comp="l" />
  949.                 </Item>
  950.                 <Item label="Catalog" col="2" row="2" colStretch="0" type="catalog">
  951.                     <Hard type="STRING" tag="#TYPE" value="Catalog" />
  952.                     <Soft label="Keywords" />
  953.                     <Soft label="Publisher" type="NUMBER" tag="ýpkey" widType="keyRing" />
  954.                     <Soft label="Start Date" type="NUMBER" tag="ýdate" comp="g" widType="catdate" widOpt="min" />
  955.                     <Soft label="End Date" type="NUMBER" tag="ýdate" comp="l" widType="catdate" widOpt="max" />
  956.                 </Item>
  957.             </SEARCHFORMAT>
  958.         </SEARCH>
  959.         
  960.         <TRANSFERS backgroundPix="little-back.png">
  961.             <on images="tab-transfers" left="165" top="62" tip="Look at your transfers" />
  962.             <ed2k images="tab-transfers" left="165" top="62" tip="Look at your transfers" />
  963.             <both images="tab-transfers" left="165" top="62" tip="Look at your transfers" />
  964.             <none images="tab-transfers" left="165" top="62" tip="Look at your transfers" />
  965.  
  966.             <DOWNLOAD backgroundColor="#FFFFFF">
  967.                 <exclaim image="exclaim">
  968.                     <MENU>
  969.                         <exclaimHide label="Hide Warning" accel="Ctrl+H" />
  970.                     </MENU>
  971.                 </exclaim>
  972.                 <PROGRESSBAR>
  973.                     <ASKING color="#00A900" />
  974.                     <DOWNLOADHAVE color="#000000" />
  975.                     <DOWNLOADDONTHAVE color="#C80000" />
  976.                     <HIGHESTCOLOR color="#FFF82C" />
  977.                     <PROGRESSTEXT color="#FFFFFF" />
  978.                     <COMPLETINGCOLOR color = "#971AB6" />
  979.                     <SOURCESFROMCOLOR color="#BEBEFF" />
  980.                     <SOURCESTOCOLOR color="#2828C8" />
  981.  
  982.                     <SOURCESDONTHAVECOLOR color="#C80000" />
  983.                     <SOURCESHAVECOLOR color="#000000" />
  984.                     <SOURCESASKINGCOLOR color = "#00A900" />
  985.                 </PROGRESSBAR>
  986.  
  987.                 <HEADER backgroundColor="#E6E6E6" />
  988.                 <!-- <HIGHLIGHT backgroundColor="#0A246A" /> -->
  989.  
  990.                 <DOWNLOADS>
  991.                     <MENU>
  992.                         <moreInfo label="More Info..." accel="Ctrl+I" />
  993.  
  994.                         <pause label="Pause" accel="Ctrl+P" />
  995.                         <resume label="Resume" accel="Ctrl+R" />
  996.                         <cancel label="Cancel" accel="Backspace" />
  997.  
  998.                         <priority label="Priority"/>
  999.                             <low label="Low" />
  1000.                             <normal label="Normal" />
  1001.                             <high label="High" />
  1002.                             <highest label="Highest"/>
  1003.  
  1004.                         <copyLink label="Copy Link"/>
  1005.                             <copyHTML label="Copy HTML Link" accel="Ctrl+C" />
  1006.                             <copyPlain label="Copy Plain Link" accel="Ctrl+L" />
  1007.                         <pasteLink label="Paste eD2k Link" accel="Ctrl+V" />
  1008.  
  1009.                         <run label="Run" accel="Ctrl+U" />
  1010.                         <delete label="Delete" accel="Del" />
  1011.                         <rename label="Rename" accel="F2" />
  1012.  
  1013.                         <clearComplete label="Clear All Complete" accel="Ctrl+O" />
  1014.                         <addSources label="Add Sources..." accel="Ctrl+S" />
  1015.  
  1016.                         <plugins label="Plugins"/>
  1017.                     </MENU>
  1018.                 </DOWNLOADS>
  1019.                 <SOURCES>
  1020.                     <MENU>
  1021.                         <moreInfo label="More Info..." accel="Ctrl+I" />
  1022.                         <addFriends label="Add To Friends" accel="Ctrl+F" />
  1023.                         <sendMessage label="Send Message..." accel="Ctrl+S" />
  1024.                         <takeFilename label="Take Filename" accel="Ctrl+T" />
  1025.                     </MENU>
  1026.                 </SOURCES>
  1027.             </DOWNLOAD>
  1028.             <UPLOAD backgroundColor="#FFFFFF">
  1029.                 <HEADER backgroundColor="#E6E6E6" />
  1030.                 <HIGHESTCOLOR color="#FFF82C" />
  1031.                 <!-- <HIGHLIGHT backgroundColor="#0A246A" /> -->
  1032.                 <MENU>
  1033.                     <moreInfo label="More Info..." accel="Ctrl+I" />
  1034.                     <addFriends label="Add to Friends" accel="Ctrl++" />
  1035.                     <sendMessage label="Send Message..." accel="Ctrl+M" />
  1036.                 </MENU>
  1037.             </UPLOAD>
  1038.         </TRANSFERS>
  1039.         
  1040.         <SHARED backgroundPix="little-back.png">
  1041.             <on images="tab-shared" left="245" top="62" tip="See what you're sharing" />
  1042.             <ed2k images="tab-shared" left="245" top="62" tip="See what you're sharing" />
  1043.             <both images="tab-shared" left="245" top="62" tip="See what you're sharing" />
  1044.             <none images="tab-shared" left="245" top="62" tip="See what you're sharing" />
  1045.  
  1046.             <SHAREBUTTON images="share" tip="Share a folder" />
  1047.             <UNSHAREBUTTON images="unshare" tip="Unshare a folder" />
  1048.             <REFRESHBUTTON images="refresh" tip="Refresh folder listing" />
  1049.             
  1050.             <!-- uses folder-closed-both.png folder-closed-childshared.png folder-closed-shared.png folder-closed-unshared.png 
  1051.                 folder-open-both.png folder-open-childshared.png folder-open-shared.png folder-open-unshared.png -->
  1052.  
  1053.             <FOLDERIMAGES images="folder" />
  1054.  
  1055.             <COMPUTER backgroundColor="#FFFFFF">
  1056.                 <HEADER backgroundColor="#E6E6E6"/>
  1057.                 <!-- <HIGHLIGHT backgroundColor="#0A246A" /> -->
  1058.                 <MENU>
  1059.                     <shareRecurse label="Share Recursively" accel="Ctrl+S" />
  1060.                     <shareFolder label="Share Folder" accel="Ctrl+F" />
  1061.                     <unshareFolder label="Unshare Folder" accel="Ctrl+U" />
  1062.                 </MENU>
  1063.             </COMPUTER>
  1064.  
  1065.             <SHAREDLIST backgroundColor="#FFFFFF">
  1066.                 <HEADER backgroundColor="#E6E6E6"/>
  1067.                 <!-- <HIGHLIGHT backgroundColor="#0A246A" /> -->
  1068.                 <MENU>
  1069.                     <unshareFolder label="Unshare Folder" accel="Ctrl+U" />
  1070.                 </MENU>
  1071.             </SHAREDLIST>
  1072.  
  1073.             <FILELISTING backgroundColor="#FFFFFF">
  1074.                 <HEADER backgroundColor="#E6E6E6"/>
  1075.                 <COMBO backgroundColor="#FFFFFF" />
  1076.                 <!--  <HIGHLIGHT backgroundColor="#0A246A" /> -->
  1077.                 <MENU>
  1078.                     <moreInfo label="More Info..." accel="Ctrl+I" />
  1079.  
  1080.                     <copyLink label="Copy Link"/>
  1081.                         <copyHTML label="Copy HTML Link" accel="Ctrl+C" />
  1082.                         <copyPlain label="Copy Plain Link" accel="Ctrl+L" />
  1083.                     
  1084.                     <priority label="Priority"/>
  1085.                         <low label="Low" />
  1086.                         <normal label="Normal" />
  1087.                         <high label="High" />
  1088.  
  1089.                     <openFolder label="Open Folder" accel="Ctrl+O" />
  1090.                     <run label="Run" accel="Ctrl+R" />
  1091.                     <delete label="Delete" accel="Del" />
  1092.  
  1093.                     <setColumns label="Set Columns" accel="Ctrl+S" />
  1094.  
  1095.                     <plugins label="Plugins"/>
  1096.                 </MENU>
  1097.             </FILELISTING>
  1098.         </SHARED>
  1099.         <MEDIA backgroundPix="little-back.png">
  1100.             <on images="tab-media" left="325" top="62" tip="Organized your shared files and view them" />
  1101.             <ed2k images="tab-media" left="325" top="62" tip="Organized your shared files and view them" />
  1102.             <both images="tab-media" left="325" top="62" tip="Organized your shared files and view them" />
  1103.             <none images="tab-media" left="325" top="62" tip="Organized your shared files and view them" />
  1104.  
  1105.             <REFRESHBUTTON images="refresh" tip="Refresh shared listing" />
  1106.             <OPTIONSBUTTON images="options" tip="Manage your shared collections" />
  1107.             <UPBUTTON image="arrow-up.png" tip="Move Category up" />
  1108.             <DOWNBUTTON image="arrow-down.png" tip="Move Category down" />
  1109.             <MEDIAPLAYERPROXY image="mediaplayer.png" backgroundColor="#FFFFFF"/>
  1110.  
  1111.             <CATEGORIES backgroundColor="#FFFFFF">
  1112.                 <HEADER backgroundColor="#E6E6E6" />
  1113.                 <!--  <HIGHLIGHT backgroundColor="#0A246A" /> -->
  1114.                 <incompleteFiles color="#808080" />
  1115.                 <MENU>
  1116.                     <moreInfo label="More Info..." accel="Ctrl+I" />
  1117.  
  1118.                     <copyLink label="Copy Link"/>
  1119.                         <copyHTML label="Copy HTML Link" accel="Ctrl+C" />
  1120.                         <copyPlain label="Copy Plain Link" accel="Ctrl+L" />
  1121.                     
  1122.                     <priority label="Priority"/>
  1123.                         <low label="Low" />
  1124.                         <normal label="Normal" />
  1125.                         <high label="High" />
  1126.  
  1127.                     <openFolder label="Open Folder" accel="Ctrl+O" />
  1128.                     <run label="Run" accel="Ctrl+R" />
  1129.                     <delete label="Delete" accel="Del" />
  1130.  
  1131.                     <setColumns label="Set Columns" accel="Ctrl+S" />
  1132.  
  1133.                     <catalogs label="Catalogs" />
  1134.                         <addKey label="Add Key to Ring" />
  1135.                         <searchCat label="Search" />
  1136.  
  1137.                     <plugins label="Plugins"/>
  1138.                 </MENU>
  1139.             </CATEGORIES>
  1140.             
  1141.         </MEDIA>
  1142.  
  1143.         <CATALOGS backgroundPix="little-back.png">
  1144.             <TREE backgroundColor="#FFFFFF">
  1145.                 <!-- <HEADER backgroundColor="#FF00FF" /> -->
  1146.                 <!-- <HIGHLIGHT color="#00FF00" /> -->
  1147.             </TREE>
  1148.         
  1149.             <on images="tab-catalogs" left="405" top="62" tip="View and manage your catalogs" />
  1150.             <ed2k images="tab-catalogs" left="405" top="62" tip="View and manage your catalogs" />
  1151.             <both images="tab-catalogs" left="405" top="62" tip="View and manage your catalogs" />
  1152.             <none images="tab-catalogs" left="405" top="62" tip="View and manage your catalogs" />
  1153.  
  1154.             <SEARCHBUTTON images="search" tip="Search the Catalog" />
  1155.             <MANAGEKEYRINGBUTTON images="managekeyring" tip="Manage your keys" />
  1156.             <GENCATALOGBUTTON images="generatecatalog" tip="Generate a Catalog" />
  1157.             <ADD2KEYRINGBUTTON images="add2keyring" tip="Add This Catalog's key to your ring" />
  1158.             <REMOVEBUTTON images="remove" tip="Remove this Catalog" />
  1159.             <LAUNCHBUTTON images="launch" tip="Launch this Catalog" />
  1160.             <VERIFIEDCOL color = "#FFFFCC" />
  1161.             <UNVERIFIEDCOL color="#FFFFFF" /> 
  1162.             
  1163.             <MENU>
  1164.                 <launch label="Launch" />
  1165.                 <search label="Search" />
  1166.                 <remove label="Remove" />
  1167.                 <add2Ring label="Add to Ring" />
  1168.             </MENU>
  1169.         </CATALOGS>
  1170.  
  1171.         <FRIENDS backgroundPix="little-back.png">
  1172.             <on images="tab-friends" left="485" top="62" tip="See what your friends are doing" />
  1173.             <ed2k images="tab-friends" left="485" top="62" tip="See what your friends are doing" />
  1174.             <both images="tab-friends" left="485" top="62" tip="See what your friends are doing" />
  1175.             <none images="tab-friends" left="485" top="62" tip="See what your friends are doing" />
  1176.  
  1177.             <FRIENDLIST backgroundColor="#FFFFFF">
  1178.                 <HEADER backgroundColor="#E6E6E6"/>
  1179.                 <RECENT color="#F0F0F0" />
  1180.                 <!-- <HIGHLIGHT backgroundColor="#0A246A" /> -->
  1181.                 <MENU>
  1182.                     <viewFolders label="View Folders" accel="Enter" />
  1183.                     <moreInfo label="More Info..." accel="Ctrl+I" />
  1184.                     <sendMessage label="Send Message..." accel="Ctrl+M" />
  1185.                     <delete label="Delete" accel="Del" />
  1186.                     <addFriend label="Add a New Friend..." accel="Ctrl+A" />
  1187.                     <pasteFriend label="Paste eD2k Friend Link" />
  1188.                     <copyLink label="Copy Link"/>
  1189.                         <copyED2k label="Copy Selected" />
  1190.                         <copySelfED2k label="Copy My Link" />
  1191.                 </MENU>
  1192.             </FRIENDLIST>
  1193.  
  1194.             <PEERLIST backgroundColor="#FFFFFF">
  1195.                 <HEADER backgroundColor="#E6E6E6"/>
  1196.                 <!-- <HIGHLIGHT backgroundColor="#0A246A" /> -->
  1197.                 
  1198.                 <MENU>
  1199.                     <moreInfo label="More Info..." accel="Ctrl+I" />
  1200.                     <sendMessage label="Send Message..." accel="Ctrl+M" />
  1201.                     <addFriends label="Add to Friends" accel="Ctrl+F" />
  1202.                     <copyToFriends label="Copy Friend Link" />
  1203.                 </MENU>                
  1204.             </PEERLIST>
  1205.  
  1206.             <FILEVIEW backgroundColor="#FFFFFF">
  1207.                 <HEADER backgroundColor="#E6E6E6"/>
  1208.                 <!-- <HIGHLIGHT backgroundColor="#0A246A" /> -->
  1209.                 <COMBO backgroundColor="#FFFFFF" />
  1210.  
  1211.                 <MENU>
  1212.                     <download label="Download" accel="Ctrl+D" />
  1213.                     <moreInfo label="More Info..." accel="Ctrl+I" />
  1214.                     <copyLink label="Copy Link"/>
  1215.                         <copyHTML label="Copy HTML Link" accel="Ctrl+C" />
  1216.                         <copyPlain label="Copy Plain Link" accel="Ctrl+L" />
  1217.                     <swapEnc label="Swap Encoding" accel="F5"/>
  1218.                 </MENU>
  1219.             </FILEVIEW>
  1220.         </FRIENDS>
  1221.         <STATS backgroundPix="little-back.png">
  1222.             <on images="tab-stats" left="565" top="62" tip="Get statistics on eDonkey2000" />
  1223.             <ed2k images="tab-stats" left="565" top="62" tip="Get statistics on eDonkey2000" />
  1224.             <both images="tab-stats" left="565" top="62" tip="Get statistics on eDonkey2000" />
  1225.             <none images="tab-stats" left="565" top="62" tip="Get statistics on eDonkey2000" />
  1226.  
  1227.             <TYPE backgroundColor="#FFFFFF" />
  1228.  
  1229.             <CONNECTIONS>
  1230.                 <background color = "#5B5672" />
  1231.                 <historyBack color="#567256" />
  1232.                 <historyFore color="#FFFF00" />
  1233.                 <majorGrid color="#A0A0A4" />
  1234.                 <minorGrid color="#505050" />
  1235.                 <xLabel color="#FFFFFF" />
  1236.                 <yLabel color="#FFFFFF" />
  1237.                 
  1238.                 <connect color= "#FFFFFF" />
  1239.                 <partners color="#FF0000" />
  1240.                 
  1241.                 <OPTIONSBUTTON images="options" tip="Graph Options" />
  1242.             </CONNECTIONS>
  1243.             <UPDOWN>    
  1244.                 <background color = "#5B5672" />
  1245.                 <historyBack color="#567256" />
  1246.                 <historyFore color="#FFFF00" />
  1247.                 <majorGrid color="#A0A0A4" />
  1248.                 <minorGrid color="#505050" />
  1249.                 <xLabel color="#FFFFFF" />
  1250.                 <yLabel color="#FFFFFF" />
  1251.                 
  1252.                 <up color="#00FF00" />
  1253.                 <down color="#FFFF00" />
  1254.                 <OPTIONSBUTTON images="options" tip="Graph Options" />
  1255.             </UPDOWN>
  1256.             <TREE backgroundColor="#FFFFFF">
  1257.                 <HEADER backgroundColor="#E6E6E6" />
  1258.                 <!-- <HIGHLIGHT backgroundColor="#0A246A" /> -->
  1259.                 <MENU>
  1260.                     <clear label="Clear" accel="Del" />
  1261.                 </MENU>
  1262.             </TREE>    
  1263.         </STATS>
  1264.  
  1265.         <SERVERS backgroundPix="little-back.png">
  1266.             <ed2k images="tab-servers" left="645" top="62" tip="Connect to eDonkey2000 Servers" />
  1267.             <both images="tab-servers" left="645" top="62" tip="Connect to eDonkey2000 Servers" />
  1268.  
  1269.             <TREE backgroundColor="#FFFFFF">
  1270.                 <HEADER backgroundColor="#E6E6E6" />
  1271.                 <!-- <HIGHLIGHT backgroundColor="#0A246A" /> -->
  1272.  
  1273.                 <MENU>
  1274.                     <connect label="Connect" accel="Ctrl+O" />
  1275.                     <moreInfo label="More Info..." accel="Ctrl+I" />
  1276.                     <setPref label="Set Preference"/>
  1277.                     <low label="Low"/>
  1278.                     <normal label="Normal"/>
  1279.                     <high label="High"/>
  1280.                     <addServer label="Add Server" accel="Ctrl+S" />
  1281.                     <delServer label="Delete Server" accel="Del" />
  1282.                     <getServer label="Get Server List..." accel="Ctrl+G" />
  1283.                     <copyLink label="Copy Link"/>
  1284.                             <copyHTML label="Copy HTML Link" accel="Ctrl+C" />
  1285.                             <copyPlain label="Copy Plain Link" accel="Ctrl+L" />
  1286.                     <paste label="Paste eD2k Server Link" accel="Ctrl+V" />
  1287.                 </MENU>
  1288.             </TREE>
  1289.         </SERVERS>
  1290.     </MAIN>
  1291.  
  1292.     <!-- some common resources -->
  1293.     <COMMON> 
  1294.         <FILELISTING>
  1295.             <REFRESHBUTTON image="folder-refresh.png" />
  1296.             <UPALEVELBUTTON image="folder-go-up-level.png" />
  1297.         </FILELISTING>
  1298.     </COMMON>
  1299.  
  1300.     <PRIVATEMESSAGING>
  1301.         <COLORS>
  1302.             <disabled color="#E3E3E3" />
  1303.             <you color="#FF0000" />
  1304.             <them color="#0000FF" />
  1305.         </COLORS>
  1306.     </PRIVATEMESSAGING>
  1307. </UI>
  1308.  
  1309.  
  1310.  
  1311.