/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE 
BEGIN
    IDS_SOCKETS_INIT_FAILED "Error initiating Windows sockets."
    IDS_HTTPDOWNLOAD_FILESTATUS "%s from %s"
    IDS_HTTPDOWNLOAD_CONNECTED "Connected to %s"
    IDS_HTTPDOWNLOAD_RESOLVING_NAME "Resolving name: %s"
    IDS_HTTPDOWNLOAD_RESOLVED_NAME "Resolved name to %s"
    IDS_HTTPDOWNLOAD_CONNECTING "Connecting to %s"
    IDS_HTTPDOWNLOAD_REDIRECTING "Redirecting to %s"
END

STRINGTABLE 
BEGIN
    IDS_HTTPDOWNLOAD_GETTING_FILE_INFORMATION "Getting file information"
    IDS_HTTPDOWNLOAD_GENERIC_ERROR 
                            "An error occurred while attempting to download the file, Error: %s"
    IDS_HTTPDOWNLOAD_FAIL_CONNECT_SERVER 
                            "An error occurred connecting to the server, Error: %s"
    IDS_HTTPDOWNLOAD_INVALID_SERVER_RESPONSE 
                            "Failed to receive a valid response from the server"
    IDS_HTTPDOWNLOAD_INVALID_HTTP_RESPONSE 
                            "Failed to receive a valid HTTP response from the server"
    IDS_HTTPDOWNLOAD_ERROR_READFILE 
                            "An error occurred while downloading the file, Error: %s"
    IDS_HTTPDOWNLOAD_PERCENTAGE "Downloading: %s%% of %s completed"
    IDS_HTTPDOWNLOAD_RETREIVEING_FILE "Retrieving the file"
    IDS_HTTPDOWNLOAD_OF     "%s of %s"
    IDS_FILELINK            "File Link"
    IDS_LD_BASICOPT         "Basic Options"
    IDS_LD_ADDSOURCE        "Add yourself as source"
    IDS_LD_EMULEHASH        "Add eMule AICH Hash for advanced corruption handling"
    IDS_LD_ADVANCEDOPT      "Advanced Options"
    IDS_CANCEL              "Cancel"
    IDS_LD_ADDHTML          "Add HTML-Tags"
END

STRINGTABLE 
BEGIN
    IDS_HTTP_CAPTION        "Updating server list"
    IDS_HTTPDOWNLOAD_TIMELEFT "%s (%s copied)"
    IDS_LD_ADDHASHSET       "Add complete hashset"
    IDS_HSAV                "Hashset available"
    IDS_DL_SHOWED2KLINK     "eD2K Links..."
    IDS_FD_CORR             "Corrupted"
    IDS_HTTPDOWNLOAD_OK_TO_OVERWRITE 
                            "The file '%s' already exists.\nDo you want to replace it?"
    IDS_FD_RECOV            "Recovered"
    IDS_HTTPDOWNLOAD_FAIL_FILE_OPEN 
                            "An error occurred while opening the file to be downloaded, Error: %s"
    IDS_HTTPDOWNLOAD_ABORTING_TRANSFER "Aborting transfer"
    IDS_FD_COMPR            "Compression"
    IDS_MAIN_READY          "eMule Version %s ready"
    IDS_SEL_SKIN            "Select Skin..."
    IDS_MAIN_SOCKETERROR    "Fatal Error: Unable to create socket on port %u"
END

STRINGTABLE 
BEGIN
    IDS_MAIN_BTN_DISCONNECT "Dis&connect"
    IDS_ERR_WRONGFILEID     "Wrong file ID sent"
    IDS_ERR_BADHASHSET      "Corrupted or invalid hashset received"
    IDS_ERR_BADDATABLOCK    "Corrupted or invalid data block received"
    IDS_ERR_ILLFORMEDHASH   "Ill-formed hash"
    IDS_ERR_BADED2KLINK     "Not a well-formed eD2K link"
    IDS_ERR_NOSLLINK        "Not an eD2K server or file link"
    IDS_ERR_WRONGPACKAGESIZE "Invalid OP_REQUESTFILENAME packet size"
    IDS_ERR_WRONGHPACKAGESIZE "Invalid OP_HASHSETREQUEST packet size"
    IDS_ERR_UNKNOWNCLIENTACTION 
                            "Unknown clients sends extended protocol packet"
    IDS_ERR_OPENMET         "Error: Failed to open part.met file! (%s => %s)"
    IDS_ERR_BADMETVERSION   "Error: Invalid part.met file version! (%s => %s)"
    IDS_ERR_METCORRUPT      "Error: %s (%s) is corrupt, unable to load file"
    IDS_ERR_FILEERROR       "Unexpected file error while reading %s (%s): %s"
    IDS_ERR_FILEOPEN        "Failed to open %s (%s)"
    IDS_SEL_SKINDIR         "Select Skin Directory..."
END

STRINGTABLE 
BEGIN
    IDS_ERR_HASHERRORWARNING 
                            "Warning: Unable to hash downloaded part - hashset incomplete (%s)"
    IDS_ERR_INCOMPLETEHASH  "Error: Unable to hash downloaded part - hashset incomplete (%s). This should never happen"
    IDS_DOWNLOADING         "Downloading"
    IDS_WAITING             "Waiting"
    IDS_HASHING             "Hashing"
    IDS_COMPLETING          "Completing"
    IDS_COMPLETE            "Complete"
    IDS_PAUSED              "Paused"
    IDS_ERRORLIKE           "Erroneous"
    IDS_ASSIGNED2K          "eMule is not assigned to eD2K links. Do you want to assign eMule to eD2K links now (recommended) ?"
    IDS_ERR_EMPTYADRESSESDAT 
                            "No server list address entry in 'addresses.dat' found. Please paste a valid server list address into this file in order to auto-update your server list"
    IDS_ERR_BADSERVERMETVERSION "Invalid version tag in server.met (0x%X)!"
    IDS_SERVERSFOUND        "%u servers in server.met found"
    IDS_SERVERSADDED        "%u servers added, %u not added (already listed/invalid)"
    IDS_ERR_BADSERVERLIST   "Error: the file server.met is corrupted, unable to load server list"
    IDS_ERR_FILEERROR_SERVERMET 
                            "Unexpected file error while reading server.met: %s, unable to load server list"
END

STRINGTABLE 
BEGIN
    IDS_ERR_SAVESERVERMET   "Failed to save server.met!"
    IDS_PASSIVE             "Passive"
    IDS_MAIN_BTN_CANCEL     "&Cancel"
    IDS_AVAIL               "Parts: %u, Available: %u (%.1f%%)\n\n"
    IDS_TYPE                "Type"
    IDS_FILEID              "File ID"
    IDS_FILE                "File"
    IDS_DOWNLOAD            "Download"
    IDS_SL_SERVERNAME       "Server Name"
    IDS_IP                  "IP"
    IDS_DESCRIPTION         "Description"
    IDS_PING                "Ping"
    IDS_FILES               "Files"
    IDS_PREFERENCE          "Preference"
    IDS_PRIONOPREF          "No Pref"
    IDS_CONNECTTHIS         "Connect To"
END

STRINGTABLE 
BEGIN
    IDS_MAIN_BTN_CONNECT    "&Connect"
    IDS_ERR_SAVESERVERMET2  "Failed to save server.met! You may need to delete server.met and rename server.met.old to server.met!"
    IDS_NOTCONNECTED        "Not Connected"
    IDS_DISCONNECTED        "Disconnected"
    IDS_USERS               "User: %u"
    IDS_UPDOWN              "Up: %.1f(%.1f) | Down: %.1f(%.1f)"
    IDS_CONNECTED           "Connected"
    IDS_LINKNOTADDED        "Could not add link"
    IDS_MAIN_EXIT           "Do you really want to exit eMule?"
    IDS_MAIN_POPUP_RESTORE  "Restore"
    IDS_CONNECTTOANYSERVER  "Connect To Any Server"
    IDS_EXIT                "E&xit"
    IDS_CONNECTING          "Connecting"
    IDS_FAILED              "failed"
    IDS_ERR_BADSERVERREPLY  "Corrupt or invalid login answer from server received"
    IDS_NEWCLIENTID         "New client ID is %u"
END

STRINGTABLE 
BEGIN
    IDS_ERR_REHASH          "Warning: %s might be corrupted, performing rehash of completed parts"
    IDS_SKIN_PROF           "Skin Profiles"
    IDS_ERR_PART_FNF        "Part file not found"
    IDS_KADOPEN             "Open"
    IDS_ERR_SAVEMET         "ERROR while saving part file: %s (%s)"
    IDS_ERR_FOUNDCORRUPTION "Found corrupted part (%u) in %s"
    IDS_HASHINGDONE         "Finished rehashing %s, file seems to be ok"
    IDS_ERR_PARTCORRUPT     "Downloaded part %u is corrupt :(  (%s)"
    IDS_ICHWORKED           "I.C.H.: Recovered corrupted part %u (%s), Saved: %s"
    IDS_ERR_OUTOFSPACE      "You have insufficient diskspace to download ""%s""!"
    IDS_SE                  "Source Exchange"
    IDS_ERR_WRITEERROR      "Unexpected file error while writing %s : %s"
    IDS_ERR_COMPLETIONFAILED 
                            "Unexpected file error while completing ""%s"". File paused, restart eMule to start another completing-try"
    IDS_ERR_DELETEFAILED    "Failed to delete %s, you will need to do this by hand"
    IDS_DOWNLOADDONE        "Finished downloading %s :-)"
    IDS_ERR_DELETE          "Failed to delete %s"
END

STRINGTABLE 
BEGIN
    IDS_SHAREDFOLDERS       "Shared folders"
    IDS_VIEW1               "View "
    IDS_VIEW2               " (Not shared)"
    IDS_PRIOLOW             "Low"
    IDS_PRIONORMAL          "Normal"
    IDS_PRIOHIGH            "High"
    IDS_DOWNLOADMENUTITLE   "Downloads"
    IDS_PRIORITY            "Priority"
    IDS_NEWSERVERS          "Received %u new servers"
    IDS_DL_STOP             "&Stop"
    IDS_DL_PAUSE            "&Pause"
    IDS_DL_RESUME           "&Resume"
    IDS_DL_OPEN             "&Open File"
    IDS_DL_INFO             "&Details..."
    IDS_DL_CLEAR            "C&lear Completed"
    IDS_DL_LINK1            "Copy eD2K &Links"
END

STRINGTABLE 
BEGIN
    IDS_SUBDIRS             "Subdirs"
    IDS_SCHED_RELOAD        "Scheduler:Reload shared files"
    IDS_SCHED_WARN_APPLY    "Press Ok or Apply before selecting an other schedule"
    IDS_SCHED_WARN_APPLY_TITLE "Warning"
    IDS_SCHED_WARNENDTIME   "End time should be equal to start time for one time events"
    IDS_USSPINGDATASIZE     "ICMP data size (0=default 0..64 allowed)"
    IDS_VIEW3               " (shared with subdir)"
    IDS_OVERWRITE1          "File %s Already Exists. OverWrite It?"
    IDS_OVERWRITE2          "OverWrite?"
    IDS_NO_OBFUSCATION_KEY  "Server has no obfuscation key."
    IDS_OUTOFSERVERS_O      "Failed to connect obfuscated to  servers with obfuscation key. Making another pass."
END

STRINGTABLE 
BEGIN
    IDS_DL_LINK2            "Copy eD2K Links (&HTML)"
    IDS_SHOWDETAILS         "&Details..."
    IDS_SEND_MSG            "Send &Message"
    IDS_ASKING              "Asking"
    IDS_CONNVIASERVER       "Connecting via server"
    IDS_ONQUEUE             "On Queue"
    IDS_TRANSFERRING        "Transferring"
    IDS_RECHASHSET          "Receiving hashset"
    IDS_NONEEDEDPARTS       "No needed parts"
    IDS_NOCONNECTLOW2LOW    "Cannot connect LowID to LowID"
    IDS_UNKNOWN             "Unknown"
    IDS_ASKED4ANOTHERFILE   "Asked for another file"
    IDS_Q_CANCELDL          "Are you sure that you want to cancel and delete these files?\n"
    IDS_Q_CANCELDL2         "Are you sure that you want to cancel and delete this file?\n"
    IDS_DL_FILENAME         "File Name"
    IDS_DL_SIZE             "Size"
END

STRINGTABLE 
BEGIN
    IDS_DL_TRANSF           "Transferred"
    IDS_DL_SPEED            "Speed"
    IDS_DL_PROGRESS         "Progress"
    IDS_DL_SOURCES          "Sources"
    IDS_ERR_BADSERVERLISTRECEIVED "Invalid server list packet received"
    IDS_STATUS              "Status"
    IDS_DL_REMAINS          "Remaining"
    IDS_UPDATEFROM          "Update from URL: (filter.dat- or PeerGuardian-format)"
    IDS_QL_USERNAME         "User Name"
    IDS_DELETEAFTERALLOC    "File '%s' is currently allocating disk space and will be deleted afterwards"
    IDS_QL_RATING           "Rating"
    IDS_CONNECTINGTO        "Connecting to %s (%s:%u)..."
    IDS_CLIENTS             "Clients"
    IDS_SEARCH_ANY          "Any"
    IDS_SEARCH_AUDIO        "Audio"
END

STRINGTABLE 
BEGIN
    IDS_SEARCH_PICS         "Picture"
    IDS_SEARCH_PRG          "Program"
    IDS_SEARCH_VIDEO        "Video"
    IDS_SEARCH_CDIMG        "CD-Image"
    IDS_SEARCH_ARC          "Archive"
    IDS_ERR_INVALIDLINK     "This eD2K link is invalid (%s)"
    IDS_ERR_LINKERROR       "Invalid link: %s"
    IDS_ERR_NOTCONNECTED    "You are not connected to a server!"
    IDS_REMOVETHIS          "Remove"
    IDS_REMOVEALL           "Remove All"
    IDS_SRV_ADDR            "Please enter a server address"
    IDS_SRV_PORT            "Incomplete server port: Please enter a server port"
    IDS_SRV_NOTADDED        "Server not added!"
    IDS_SRV_NOURLAV         "No URL available."
    IDS_INVALIDURL          "Invalid URL"
    IDS_ERR_FAILEDDOWNLOADMET "Failed to download the server list from %s"
END

STRINGTABLE 
BEGIN
    IDS_PERMISSION          "Show Permission"
    IDS_SHAREDFILES         "Shared Files"
    IDS_PRIOVERYLOW         "Very Low"
    IDS_PRIORELEASE         "Release"
    IDS_TRAYDLG_SPEED       "eMule Speed"
    IDS_FSTATUS_FRIENDSONLY "Friends only"
    IDS_VIAPASSIVE          "via Passive"
    IDS_ERR_RENAMESF        "Failed to rename\r\n    ""%s""\r\nto\r\n    ""%s""\r\n\r\n%s"
    IDS_AVAILABLE           "available"
    IDS_FSTAT_TRANSFER      "Transfer"
    IDS_FSTAT_CONNECTION    "Connection"
    IDS_FSTAT_SERVERS       "Servers"
    IDS_FSTAT_WAITING       "Waiting..."
    IDS_TIME                "Time"
    IDS_STATS_DDATA         "Downloaded Data: %s"
    IDS_STATS_UDATA         "Uploaded Data: %s"
END

STRINGTABLE 
BEGIN
    IDS_CRC32_CALCULATE     "Calculate"
    IDS_CRC32_RECALCULATE   "Recalculate"
    IDS_CRC32               "CRC32"
    IDS_CRC32_TAG           "Add Release-Tag to filename..."
    IDS_CRC32_ABORT         "Abort calculation"
END

STRINGTABLE 
BEGIN
    IDS_DONTREMOVESPARETRICKLESLOT "Don't remove spare trickle slot"
    IDS_MINDATARATEFRIEND   "Global datarate (0kB/s = unlimited, 1...3kB/s = no zzRatio)"
    IDS_MINDATARATEPOWERSHARE "Global datarate (0kB/s = unlimited)"
    IDS_MAXCLIENTDATARATEFRIEND "Max client datarate (0kB/s = unlimited)"
    IDS_MAXCLIENTDATARATEPOWERSHARE "Max client datarate (0kB/s = unlimited)"
    IDS_MAXCLIENTDATARATE   "Max client datarate (0kB/s = unlimited)"
    IDS_DISPLAYFUNNYNICK    "Enable FunnyNick display"
    IDS_MAXDATARATEFRIEND   "Max Global datarate limit (% of upload speed)"
    IDS_MAXDATARATEPOWERSHARE "Max Global datarate limit (% of upload speed)"
    IDS_HIDDEN              "Hidden"
    IDS_ADVANCED            "Advanced"
END

STRINGTABLE 
BEGIN
    IDS_STATS_AVGDL         "Average Downloadrate: %s"
    IDS_STATS_AVGUL         "Average Uploadrate: %s"
    IDS_STATS_FOUNDSRC      "Found Sources: %u"
    IDS_STATS_ACTDL         "Active Downloads (chunks): %u"
    IDS_STATS_ACTUL         "Active Uploads: %u"
    IDS_STATS_WAITINGUSERS  "Waiting Uploads: %u"
    IDS_STATS_RECONNECTS    "Reconnects: %u"
    IDS_STATS_UNKNOWNCLIENT "Unknown: %u"
    IDS_STATS_TOTAL         "Total: %u"
    IDS_DISABLED            "Disabled"
    IDS_STOPPED             "Stopped"
    IDS_STATS_UPDATELABEL   "Update delay: %u sec"
    IDS_ASKEDFAF            "\nAsked for another file"
    IDS_WAITED              "Waited"
    IDS_ERR_LOADCREDITFILE  "Failed to load credit file, a new file will be created"
    IDS_ERR_CREDITFILEOLD   "Credit file is out of date and will be replaced"
END

STRINGTABLE 
BEGIN
    IDS_CREDITFILELOADED    "Credit file loaded, %u clients are known"
    IDS_CREDITFILECORRUPT   "Error: Credit file is corrupted and will be replaced!"
    IDS_ERR_CREDITFILEREAD  "Unexpected file error while reading credit file: %s"
    IDS_ERR_FAILED_CREDITSAVE "Failed to save credit file"
    IDS_NOPARTSFOUND        "No part files found"
    IDS_FOUNDPARTS          "Found %u part files"
    IDS_NEWDOWNLOAD         "Downloading %s"
    IDS_ERR_ALREADY_DOWNLOADING 
                            "You are already trying to download the file %s"
    IDS_ERR_ALREADY_DOWNLOADED "You already have the file %s"
    IDS_ERR_SERVERMET_BAD   "Error: the file known.met is corrupted, unable to load known files"
    IDS_ERR_SERVERMET_UNKNOWN 
                            "Unexpected file error while reading known.met: %s, unable to load known files"
    IDS_ERR_CONNECTIONERROR "Error while connecting to %s (%s:%u): %s"
    IDS_ERR_SOCKET          "Error in server socket: %s (%s:%u): %s"
    IDS_SHAREDFOUND         "Found %u known shared files"
    IDS_SHAREDFOUNDHASHING  "Found %u known shared files, going to hash %u new files"
    IDS_ERR_INCOMPLETEBLOCK "Asked for incomplete block "
END

STRINGTABLE 
BEGIN
    IDS_PW_VIDEOPLAYER      "Video Player"
    IDS_VIDEOBACKUP         "Create backup to preview"
    IDS_MYINFO              "My Info"
    IDS_ID                  "ID"
    IDS_IDLOW               "Low ID"
    IDS_IDHIGH              "High ID"
    IDS_UPSTATUS            "Obtained Parts"
    IDS_TOVERHEAD           "Total Overhead (Packets): %s (%s)"
    IDS_FROVERHEAD          "File Request Overhead (Packets): %s (%s)"
    IDS_SSOVERHEAD          "Source Exchange Overhead (Packets): %s (%s)"
    IDS_SOVERHEAD           "Server Overhead (Packets): %s (%s)"
    IDS_ERR_FILECOMPLETIONTHREAD "Creating file completion thread failed"
    IDS_FILEBUFFERSIZE      "File buffer size"
    IDS_QUEUESIZE           "Queue size"
END

STRINGTABLE 
BEGIN
    IDS_DAYS2               "Days"
    IDS_ERR_MAKEBAKCREDITFILE "Failed to make backup of credit file"
    IDS_COMMENT             "Comments"
    IDS_IPFILTERED          "Filtered IP: %s (%s)"
    IDS_DL_TRANSFCOMPL      "Completed"
    IDS_DL_ACTIVE_TIME      "Download time"
    IDS_STATS_FILTEREDCLIENTS "Filtered: %u"
    IDS_FILTERLABEL         "Filter messages containing: (Separator | )"
    IDS_ERR_LARGEREQBLOCK   "Client requested too large of a block."
    IDS_SHOWRATEONTITLE     "Show transfer rates on title"
    IDS_TBN_NOMESSAGEHISTORY "No history message!"
    IDS_PW_DAP              "Add new downloads with auto priority"
    IDS_FD_LASTCHANGE       "Last reception:"
    IDS_STATS_RUNTIME       "Runtime"
    IDS_ALL                 "All"
    IDS_CAT_ADD             "Add Category..."
END

STRINGTABLE 
BEGIN
    IDS_CAT_EDIT            "Edit Category..."
    IDS_CAT_REMOVE          "Remove Category"
    IDS_CAT                 "Category"
    IDS_TITLE               "Title"
    IDS_COLOR               "Color"
    IDS_DEFAULT             "Default"
    IDS_PW_DISPLAY          "Display"
    IDS_INDICATERATINGS     "Indicate downloads with comments/rating by icon"
    IDS_ALLOTHERS           "Uncategorized"
    IDS_TOCAT               "Assign To Category"
    IDS_CAT_UNASSIGN        "(Unassign)"
    IDS_ADDDOWNLOADSFROMCB  "Add these eD2K file links to download?\n"
    IDS_PF_WATCHCB          "Watch clipboard for eD2K file links"
    IDS_SECURITY            "Security"
    IDS_IPFILTERLOADED      "%u IP filters loaded"
    IDS_IPFILTER            "IP Filter"
END

STRINGTABLE 
BEGIN
    IDS_ERR_OPEN            "Failed to open requested file"
    IDS_ERR_CLIENTERRORED   "Client '%s' caused error while creating package (%s) - disconnecting client"
    IDS_ERR_REQ_FNF         "Requested file not found"
    IDS_DESC                "Description: %s"
    IDS_PORT                "Port"
    IDS_ERR_NOVALIDSERVERSFOUND 
                            "No valid servers to connect in server list found"
    IDS_CONNECTEDTOREQ      "Connected to %s (%s:%u), sending login request"
    IDS_ERR_FATAL           "Fatal Error while trying to connect. Internet connection might be down"
    IDS_ERR_LOSTC           "Lost connection to %s (%s:%u)"
    IDS_ERR_DEAD            "%s (%s:%u) appears to be dead."
    IDS_ERR_FULL            "%s (%s:%u) appears to be full"
    IDS_CONNECTEDTO         "Connection established on: %s"
    IDS_DL_PREVIEW          "Pre&view"
    IDS_VIEWQUEUE           "Show Queue"
    IDS_TW_UPLOADS          "Uploads"
    IDS_TW_DOWNLOADS        "Downloads"
END

STRINGTABLE 
BEGIN
    IDS_TW_QUEUE            "Clients on queue:"
    IDS_SW_SEARCHBOX        "Search"
    IDS_SW_NAME             "Name"
    IDS_SW_GLOBAL           "Search &global"
    IDS_SW_DIRECTDOWNLOAD   "Paste eD2K Links"
    IDS_SW_LINK             "eD2K Links"
    IDS_SW_START            "Start"
    IDS_SCHEDULER           "Scheduler"
    IDS_SW_RESULT           "Search Results"
    IDS_SW_DOWNLOAD         "Download"
    IDS_SV_SERVERLIST       "Servers"
    IDS_SV_SERVERINFO       "Server Info"
    IDS_SV_LOG              "Log"
    IDS_SV_NEWSERVER        "New Server"
    IDS_SV_ADDRESS          "IP or Address"
END

STRINGTABLE 
BEGIN
    IDS_SV_PORT             "Port"
    IDS_SV_ADD              "Add to list"
    IDS_SV_MET              "Update server.met from URL"
    IDS_SV_UPDATE           "Update"
    IDS_SF_FILES            "Shared Files"
    IDS_SF_STATISTICS       "Statistics"
    IDS_SF_RELOAD           "Reload"
    IDS_SF_CURRENT          "Current Session"
    IDS_SF_TOTAL            "Total"
    IDS_SF_TRANS            "Transferred:"
    IDS_SF_ACCEPTED         "Accepted Uploads:"
    IDS_SF_REQUESTED        "Requested:"
    IDS_ST_DOWNLOAD         "Download-Speed"
    IDS_ST_UPLOAD           "Upload-Speed"
    IDS_ST_CURRENT          "Current"
    IDS_ST_SESSION          "Session average"
END

STRINGTABLE 
BEGIN
    IDS_WS_PASS             "Password"
    IDS_WS_ERR_LOADTEMPLATE "Can't load templates: replace file %s with a newer version!"
    IDS_WEB_CONLIMITS       "Connection Limits"
    IDS_INFLST_USER_TOTALDOWNLOAD "Downloaded total"
    IDS_INFLST_USER_TOTALUPLOAD "Uploaded total"
    IDS_SPEED_LIMITS        "Speed Limits"
    IDS_CAPACITY_LIMITS     "Bandwidth Limits"
    IDS_ADMIN               "Administrator"
    IDS_ACCESSDENIED        "Access denied!"
    IDS_WEB_LOWUSER         "Guest"
    IDS_WEB_ERR_CANTLOAD    "Can't load templates: Can't open file %s"
    IDS_GLOBALSEARCH        "Global (Servers)"
    IDS_METHOD              "Method"
    IDS_UNDO                "Undo"
    IDS_DAYLY               "Daily"
    IDS_DAY_MO_FR           "Mon-Fri"
END

STRINGTABLE 
BEGIN
    IDS_DAY_SA_SO           "Sat-Sun"
    IDS_MO                  "Monday"
    IDS_DI                  "Tuesday"
    IDS_MI                  "Wednesday"
    IDS_DO                  "Thursday"
    IDS_FR                  "Friday"
    IDS_SA                  "Saturday"
    IDS_SO                  "Sunday"
    IDS_WEB_ADMINLOGIN      "Web Interface: Admin-Login"
    IDS_WEB_GUESTLOGIN      "Web Interface: Guest-Login"
    IDS_WEB_SESSIONEND      "Web Interface: Logout"
    IDS_DETAILS             "Details"
    IDS_ACTION              "Action"
    IDS_REMOVE              "Remove"
    IDS_NEW                 "New"
    IDS_WEB_BADLOGINATTEMPT "Web interface: Failed login attempt"
END

STRINGTABLE 
BEGIN
    IDS_ST_ACTIVED          "Active downloads"
    IDS_ST_ACTIVEU          "Active uploads"
    IDS_CW_MESSAGES         "Messages"
    IDS_CW_FRIENDS          "Friends"
    IDS_CW_SEND             "Send"
    IDS_CW_CLOSE            "Close"
    IDS_PW_GENERAL          "General"
    IDS_PW_DIR              "Directories"
    IDS_PW_NICK             "Nick"
    IDS_PW_INCOMING         "Incoming Files"
    IDS_PW_TEMP             "Temporary Files"
    IDS_PW_BROWSE           "Browse..."
    IDS_PW_SHARED           "Shared Directories (Ctrl-Click includes subdirectories)"
    IDS_PW_CONNECTION       "Connection"
    IDS_PW_DOWNL            "Download limit"
    IDS_PW_UPL              "Upload limit"
END

STRINGTABLE 
BEGIN
    IDS_PW_MAXC             "Max. connections"
    IDS_PW_CLIENTPORT       "Client Port"
    IDS_PW_AUTOCON          "Autoconnect on startup"
    IDS_PW_RECON            "Reconnect on loss"
    IDS_PW_SERVER           "Server"
    IDS_PW_RDEAD            "Remove dead servers after"
    IDS_PW_RETRIES          "retries"
    IDS_PW_SCORE            "Use priority system"
    IDS_PW_FILTER           "Filter server and client LAN IPs"
    IDS_PW_USS              "Auto-update server list at startup"
    IDS_PW_MISC             "Miscellaneous"
    IDS_PW_TRAY             "Minimize to system tray"
    IDS_LANMODE             "LAN Mode"
    IDS_PW_PROMPT           "Prompt on exit"
END

STRINGTABLE 
BEGIN
    IDS_PW_SPLASH           "Show splash screen"
    IDS_PW_DBLCLICK         "Download list double-click to expand"
    IDS_PW_TOOL             "Tooltip delay time [sec.]"
    IDS_PW_FRONT            "Bring to front on link click"
    IDS_PW_LANG             "Language"
    IDS_PW_FILES            "Files"
    IDS_PW_SHARE            "See My Shared Files/Directories"
    IDS_PW_EVER             "Everybody"
    IDS_PW_FRIENDS          "Friends"
    IDS_PW_NOONE            "Nobody"
    IDS_PW_RESET            "Reset"
    IDS_PW_APPLY            "Apply"
    IDS_EM_TRANS            "&Transfers"
    IDS_EM_SERVER           "Ser&vers"
    IDS_EM_SEARCH           "&Search"
    IDS_EM_FILES            "Shared &Files"
END

STRINGTABLE 
BEGIN
    IDS_EM_MESSAGES         "&Messages"
    IDS_EM_STATISTIC        "St&atistics"
    IDS_EM_PREFS            "&Options"
    IDS_MB_LANGUAGEINFO     "The language was set to 'English'.\r\n\r\nYou can use the 'Options' dialog at any time to select a different language."
    IDS_FD_GENERAL          "General"
    IDS_FD_MET              "part.met file:"
    IDS_FD_HASH             "Hash:"
    IDS_FD_SIZE             "Size:"
    IDS_FD_TRANSFER         "Transfer"
    IDS_FD_PARTS            "Parts"
    IDS_FD_TRANS            "Transferred:"
    IDS_FD_DATARATE         "Datarate:"
    IDS_FD_COMPSIZE         "Completed:"
    IDS_FD_CLOSE            "Close"
    IDS_FD_TITLE            "File Details"
    IDS_CD_GENERAL          "General"
END

STRINGTABLE 
BEGIN
    IDS_CD_UNAME            "Name:"
    IDS_CD_UHASH            "Hash:"
    IDS_CD_CSOFT            "Software"
    IDS_CD_UIP              "IP Address:"
    IDS_CD_SIP              "Server IP:"
    IDS_CD_VERSION          "Client Version:"
    IDS_CD_SNAME            "Server Name:"
    IDS_CD_CDOWN            "Currently downloading:"
    IDS_CD_DOWN             "Downloaded (this session):"
    IDS_CD_ADOWN            "Average Downloadrate:"
    IDS_CD_TDOWN            "Downloaded total:"
    IDS_CD_UP               "Uploaded (this session):"
    IDS_CD_AUP              "Average Uploadrate:"
    IDS_CD_TUP              "Uploaded total:"
    IDS_CD_TRANS            "Transfer"
    IDS_CD_SCORES           "Scores"
END

STRINGTABLE 
BEGIN
    IDS_CD_MOD              "DL/UP Modifier:"
    IDS_CD_RATING           "Rating (total):"
    IDS_CD_USCORE           "Uploadqueue Score:"
    IDS_CD_TITLE            "Client Details"
    IDS_EMULEW              "Click"
    IDS_EMULEW2             "to check if a new version is available"
    IDS_EMULEW3             "here"
    IDS_PW_MAXSOURCES       "Max. Sources/File"
    IDS_SHAREDFILESCOUNT    "Number of Shared Files: %u"
    IDS_SF_SIZE             "Total size of Shared Files: %s"
    IDS_ERR_BADPORT         "bad port number"
    IDS_ERR_NOHELLO         "Asks for something without saying hello"
    IDS_ERR_INVALIDPACKAGE  "Invalid or corrupted packet received"
    IDS_ERR_CLIENTERROR     "Client '%s' (IP:%s) caused an error: %s. Disconnecting client!"
    IDS_ERR_BADSIZE         "invalid size (OP_QUEUERANKING)"
    IDS_ERR_NOTAFILELINK    "Not a file link"
END

STRINGTABLE 
BEGIN
    IDS_ERR_CREATEPARTFILE  "ERROR: Failed to create part file"
    IDS_CHAT_START          "*** Chat session Start : "
    IDS_FILEPRIO            "File Priority"
    IDS_SCORE               "Score"
    IDS_ASKED               "Asked"
    IDS_LASTSEEN            "Last Seen"
    IDS_BANNED              "Banned"
    IDS_UUSERS              "Users"
    IDS_UFAILED             "Failed"
    IDS_OPENFILE            "&Open File"
    IDS_DATE                "Date"
    IDS_PARTINFOS           "Part file name:"
    IDS_PARTINFOS2          "Downloading (from %u sources)"
    IDS_USERID              "User ID"
    IDS_CLIENT              "Client"
    IDS_SERVER              "Server"
END

STRINGTABLE 
BEGIN
    IDS_SOURCEINFO          "Asked: %u times; Available parts: %u"
    IDS_CLIENTSOURCENAME    "\nClient's file name: "
    IDS_USERINFO            "User Name: %s\n"
    IDS_FILESTATS_SESSION   "File statistics for this session: Accepted %u of %u requests, %s transferred\n"
    IDS_FILESTATS_TOTAL     "File statistics for all sessions: Accepted %u of %u requests, %s transferred"
    IDS_REQ_UNKNOWNFILE     "Requested unknown file"
    IDS_SF_AVERAGESIZE      "Average file size: %s"
    IDS_SF_REQUESTS         "Requests"
    IDS_SF_ACCEPTS          "Accepted Requests"
    IDS_SF_TRANSFERRED      "Transferred Data"
    IDS_REMOVESEARCHSTRING  "Close Search Results"
    IDS_REMOVESELECTED      "Remove"
    IDS_REMOVEALLSEARCH     "Close All Search Results"
    IDS_ENTERQUEUE          "Entered Queue"
    IDS_SF_FAIL             "Failed Servers"
    IDS_SF_WUSER            "Users on Working Servers"
END

STRINGTABLE 
BEGIN
    IDS_SF_WFILE            "Files on Working Servers"
    IDS_SF_USER             "Total Users"
    IDS_SF_FILE             "Total Files"
    IDS_UPLOADTIME          "Upload Time"
    IDS_LASTSEENCOMPL       "Seen complete:"
    IDS_YES                 "Yes"
    IDS_NO                  "No"
    IDS_UNBAN               "Unban"
    IDS_SF_WORKING          "Working Servers"
    IDS_ADDTOSTATIC         "Add To Static List"
    IDS_ADDED2SSF           "Added to static list"
    IDS_STATICSERVER        "Static"
    IDS_ERROR_SSF           "Failed to open 'staticservers.dat' file"
    IDS_SF_ACTIVECON        "Active Connections (estimate)"
    IDS_SF_MAXCONLIMITREACHED "Max Connection Limit Reached"
    IDS_SF_AVGCON           "Average Connections (estimate)"
END

STRINGTABLE 
BEGIN
    IDS_SF_PEAKCON          "Peak Connections (estimate)"
    IDS_ST_ACTIVEC          "Active connections"
    IDS_NETWORK             "Network"
    IDS_SF_DELCOUNT         "Deleted Servers"
    IDS_QUEUEFULL           "Queue Full"
    IDS_AVG                 "Average"
    IDS_BYTES               "Bytes"
    IDS_KBYTES              "KB"
    IDS_MBYTES              "MB"
    IDS_GBYTES              "GB"
    IDS_TBYTES              "TB"
    IDS_SECS                "secs"
    IDS_MINS                "mins"
    IDS_HOURS               "h"
    IDS_DAYS                "d"
    IDS_ED2KLINKFIX         "Handle eD2K Links"
END

STRINGTABLE 
BEGIN
    IDS_RECONNECT           "Automatic connection to server will retry in %u seconds"
    IDS_SERVERADDED         "Server added: %s"
    IDS_STATS_SUCCUPCOUNT   "Total successful upload sessions: %u (%.2f%%)"
    IDS_STATS_FAILUPCOUNT   "Total failed upload sessions: %u (%.2f%%)"
    IDS_STATS_AVEUPTIME     "Average upload time: %s"
    IDS_SEARCHMINSIZE       "Min. Size [MB]"
    IDS_SEARCHMAXSIZE       "Max. Size [MB]"
    IDS_PREF_ONLINESIG      "Enable online signature"
    IDS_ERROR_SAVEFILE      "Failed to save"
    IDS_REQ_SHAREDFILES     "User %s (%u) requested your shared files list -> %s"
    IDS_ACCEPTED            "accepted"
    IDS_DENIED              "denied"
    IDS_PW_CON_DOWNLBL      "Download"
    IDS_PW_CON_UPLBL        "Upload"
END

STRINGTABLE 
BEGIN
    IDS_PW_AUTOCONNECTSTATICONLY "Autoconnect to servers in static list only"
    IDS_PW_CON_LIMITFRM     "Limits"
    IDS_STATS_AVGLABEL      "Time for average graph: %u mins"
    IDS_GRAPHS              "Graphs"
    IDS_STREE               "Statistics Tree"
    IDS_STATSSETUPINFO      "Statistics"
    IDS_HARDLIMIT           "Hard limit"
    IDS_COL_MORECOLORS      "more..."
    IDS_TOOMANYCONNS        "Too many connections"
    IDS_DOWNLOADRENAMED     "A file with that name already exists, the file has been saved as %s"
    IDS_TBN_DOWNLOADDONE    "Downloaded:"
    IDS_PW_TBN_USESOUND     "Play sound"
    IDS_PW_TBN_ONLOG        "Log entry added"
    IDS_PW_TBN_ONCHAT       "Chat session started"
END

STRINGTABLE 
BEGIN
    IDS_LOG_FILE_SAVING     "Log file save actions"
    IDS_DELETEIPFILTERS     "Do you really want to delete the selected IP filters?"
    IDS_TOTAL_IPFILTER_LABEL "Total IP filters:"
    IDS_TOTAL_IPS_LABEL     "Total IPs:"
    IDS_RAU_WARNING         "This setting will give eMule additional security against attacks and exploits and we encourage the usage of this option.\nHowever it is strongly recommended to read the manual before activating it!\n\nChanges will take effect after restarting eMule."
    IDS_APPEND              "Append..."
    IDS_SAVE                "Save"
    IDS_IP_START            "Start"
    IDS_IP_END              "End"
    IDS_IP_LEVEL            "Level"
    IDS_IP_DESC             "Description"
    IDS_IP_HITS             "Hits"
    IDS_IP_RULES            "IP Filters:"
    IDS_ERR_NOTCONNECTEDKAD "You are not connected to the Kad network!"
    IDS_RESETLABEL          "Auto completion (history function)"
END

STRINGTABLE 
BEGIN
    IDS_KNOWN               "Known"
    IDS_RAU_RUNNING         "eMule running as unprivileged user ""%s"""
    IDS_RAU_FAILED          "Failed to start eMule as unprivileged user ""eMule_Secure"". Keeping the privileges of the current user (""%s"")."
    IDS_KADCONTACTSREAD     "Read %u contacts from file."
    IDS_ERR_KADCONTACTS     "No contacts found, please bootstrap, or download a nodes.dat file."
    IDS_METATAGS            "Meta tag count:"
    IDS_FILEFORMAT          "Format"
    IDS_UDPREASKS           "UDP File Reasks"
    IDS_DYNUP_PINGTOLERANCE_MS "Ping tolerance (ms)"
    IDS_DYNUP_RADIO_PINGTOLERANCE_HEADER "Method for ping tolerance"
    IDS_DYNUP_RADIO_PINGTOLERANCE_MS "Milliseconds (ms)"
    IDS_DYNUP_RADIO_PINGTOLERANCE_PERCENT "Percent (%)"
    IDS_LOG_A4AF            "Log A4AF actions"
    IDS_A4AF_SAVE_CPU       "Disable A4AF checks to save CPU"
    IDS_SEARCH_DOC          "Document"
END

STRINGTABLE 
BEGIN
    IDS_CMT_POOR            "Poor"
    IDS_CMT_GOOD            "Good"
    IDS_CMT_FAIR            "Fair"
    IDS_CMT_EXCELLENT       "Excellent"
    IDS_CMT_NOTRATED        "Not rated"
    IDS_KILO                "k"
    IDS_MEGA                "M"
    IDS_GIGA                "G"
    IDS_TERRA               "T"
    IDS_SMARTLOWIDCHECK     "Use smart LowID check on connect"
    IDS_SF_SRVOCC           "Server Occupation: %.2f%%"
    IDS_3DDEP               "Progressbar style"
    IDS_AUTOTAKEED2KLINKS   "Autotake eD2K links only during runtime"
    IDS_ADDNEWFILESPAUSED   "Add files to download in paused mode"
    IDS_DOWNLOADMOVIECHUNKS "Try to download preview chunks first"
END

STRINGTABLE 
BEGIN
    IDS_OPENPREFINI         "Open preferences.ini"
    IDS_RECOVER_SINGLE      "Archive recovery: 1 file recovered."
    IDS_RECOVER_MULTIPLE    "Archive recovery: %u files recovered."
    IDS_ATTEMPTING_RECOVERY "Archive recovery: Started"
    IDS_RECOVERY_SUCCESSFUL "Archive recovery: Successful"
    IDS_RECOVERY_FAILED     "Archive recovery: Failed"
    IDS_STARTNEXTFILE       "Start next paused file when a file completes"
    IDS_FULLCHUNKTRANS      "Try to transfer full chunks to all uploads"
    IDS_MANUALSERVERHIGHPRIO "Set manually added servers to high priority"
    IDS_VERBOSE             "Verbose (additional program feedback)"
    IDS_FLAT                "flat"
    IDS_ROUND               "round"
    IDS_SAMEUSERHASH        "Client '%s' and '%s' have the same hash or IP - removed '%s'"
    IDS_SEARCHEXTENTION     "Extension"
    IDS_SEARCHAVAIL         "Availability"
    IDS_ERR_NOHELP          "Please visit our homepage's download section to get a copy of the newest help file!\n\nDo you want to browse the online help now instead?"
END

STRINGTABLE 
BEGIN
    IDS_PW_TBN_POP_ALWAYS   "Chat message received"
    IDS_PW_TBN_ONDOWNLOAD   "Download finished"
    IDS_PW_EKDEV_OPTIONS    "Notifications"
    IDS_PW_TASKBARNOTIFIER  "Pop-up Message"
    IDS_PW_TBN_OPTIONS      "Pop-up when"
    IDS_TBN_NEWCHATMSG      "Message from"
    IDS_PW_CON_CAPFRM       "Capacities"
    IDS_WEB_REMOTE_LINK_ADDED "Link added: "
    IDS_WEB_REMOTE_LINK_NOT_ADDED "Link not added. Wrong password."
    IDS_DL_TRY_TO_GET_PREVIEW_PARTS "Download parts needed for preview first"
END

STRINGTABLE 
BEGIN
    IDS_IRC_CONNECT         "Connect"
    IDS_IRC_DISCONNECT      "Disconnect"
    IDS_DOWNLOAD_ALPHABETICAL "Download In Alphabetical Order"
END

STRINGTABLE 
BEGIN
    IDS_INSTALL_SKIN        "Install eMule Skin"
    IDS_INSTALL_SKIN_NODIR  "No eMule Skin profile directory selected or directory is not accessible!"
    IDS_INSTALL_SKIN_DIR_ERROR 
                            "Failed to create directory ""%s"" for eMule Skin - %s"
    IDS_INSTALL_SKIN_FILE_ERROR 
                            "Failed to extract file ""%s"" from eMule Skin to local file ""%s"" - %s"
    IDS_INSTALL_SKIN_PKG_ERROR "This is not a valid eMule Skin package file."
    IDS_NEXT_REASK          "Next reask"
    IDS_A4AF_FILES          "A4AF files"
    IDS_FO_TEMPTCP_S        "Opened port %u (TCP) on internal WinXP firewall for this eMule session"
    IDS_FO_TEMPTCP_F        "Failed to open port %u (TCP) on internal WinXP firewall for this eMule session"
    IDS_FO_TEMPUDP_S        "Opened port %u (UDP) on internal WinXP firewall for this eMule session"
    IDS_FO_TEMPUDP_F        "Failed to open port %u (UDP) on internal WinXP firewall for this eMule session"
    IDS_FO_PREFBUTTON       "Open these ports on internal WinXP firewall"
    IDS_FO_PREF_SUCCCEEDED  "Succeeded to open selected ports on the internal WinXP firewall.\nPlease note that third-party desktop firewalls and routers are not affected by this!"
    IDS_FO_PREF_EXISTED     "eMule detected existing rules for the selected ports, which were not overwritten or replaced. Missing rules have been added successfully.\nPlease note that third-party desktop firewalls and routers are not affected by this!"
    IDS_FO_PREF_FAILED      "Failed to configure the internal WinXP firewall for the selected ports!"
    IDS_FO_PREF_STARTUP     "Open/close ports on WinXP firewall when starting/exiting eMule"
END

STRINGTABLE 
BEGIN
    IDS_LOG_LEVEL           "Log level"
    IDS_NEWMSG              "New Message from '%s' (IP:%s)"
    IDS_PREF_STARTNEXTFILECATONLY "Only in same category"
    IDS_LOG_ULDL_EVENTS     "Log upload/download events"
    IDS_PEERCACHE_ENABLED   "Your ISP supports the PeerCache technology, enabling cache downloads!"
    IDS_SOURCESWAPBLOCKED   "Swap blocked"
    IDS_TRICKLING           "Standby"
    IDS_A4AF_CHECK_THIS_NOW "Check this source now (debug)"
    IDS_STATS_FRATIO        "Session UL:DL Ratio (Friends UL excluded):"
    IDS_STATS_UDATA_FRIENDS "Uploaded Data to Friend Slots (Session): %s"
    IDS_IMP_ERR_BADFORMAT   "Unknown or bad format of temporary file."
    IDS_SEARCH_INVALIDCHAR  "Search expression contains invalid characters. You either entered a '?' character or entered characters which can not be used in this network."
    IDS_PORTSCON            "Ports and Connection"
    IDS_PORTINFO            "eMule uses two ports for communication with servers and clients. These ports must be free and available for remote clients. The TCP port must be available to ensure the main functionality of eMule. The UDP port is used for Kad (serverless network) and to reduce network usage (Overhead).\n\nYou can change the ports here while no network activities have started."
END

STRINGTABLE 
BEGIN
    IDS_IRC_ADDTOFRIENDLIST "Add to friends list"
    IDS_PW_WARNING          "The number you have selected for ""%s"" is larger than your OS supports:  %u\nThis may cause your system to become unstable.\n\nAre you sure you want to do this?"
    IDS_TAKEOVER            "Take over"
    IDS_CLEANUP             "Cleanup"
    IDS_RENAME              "Rename"
    IDS_SHARED              "Shared"
END

STRINGTABLE 
BEGIN
    IDS_DOWNLOADED          "Downloaded"
    IDS_SOURCENAMES         "Source Names"
    IDS_PREF_STARTMIN       "Start minimized"
    IDS_PS_TBN_IMPORTANT    "Urgent: out of diskspace, server connection lost"
    IDS_COLORS              "Colors"
    IDS_SP_BACKGROUND       "Background"
    IDS_SP_GRID             "Grid"
    IDS_SP_DL1              "Download current"
    IDS_SP_DL2              "Download average"
    IDS_SP_DL3              "Download session average"
    IDS_SP_UL1              "Upload current"
    IDS_SP_UL2              "Upload average"
    IDS_SP_UL3              "Upload session average"
    IDS_SP_ACTCON           "Active connections"
    IDS_SP_ACTDL            "Active downloads"
    IDS_SP_ACTUL            "Active uploads"
END

STRINGTABLE 
BEGIN
    IDS_PW_UNLIMITED        "Unlimited"
    IDS_PW_MINREC           "Minimum Recommended\t%u "
    IDS_PW_UA               "Set Full Up/Down-Speed"
    IDS_PW_PA               "Throttle Up/Down-Speed"
    IDS_CONNECTIONLOST      "Connection lost"
    IDS_HASHINGFILE         "Hashing file:"
    IDS_FRIENDLIST          "Friends"
    IDS_CHATDISCONNECTED    "*** Disconnected"
    IDS_ADDFRIEND           "&Add To Friends"
    IDS_REMOVEFRIEND        "Remove"
    IDS_REMOVEFROMSTATIC    "Remove From Static List"
END

STRINGTABLE 
BEGIN
    IDS_LENGTH              "Length"
    IDS_VIDEO               "Video"
    IDS_AUDIO               "Audio"
    IDS_FILEINFO            "Media Info"
    IDS_CODEC               "Codec"
    IDS_BITRATE             "Bitrate"
    IDS_WIDTH               "Width"
    IDS_FPS                 "Frames/s"
    IDS_CHANNELS            "Channels"
    IDS_SAMPLERATE          "Samplerate"
    IDS_HEIGHT              "Height"
    IDS_SHAREDFILES_FAILED  "Unable to retrieve shared files from '%s'"
    IDS_SHAREDFILES_REQUEST "Requesting shared files from '%s'"
    IDS_VIEWFILES           "&View Shared Files"
    IDS_FRIENDSLOT          "Establish Friend Slot"
    IDS_FRIENDDETAIL        "(Friend Slot)"
END

STRINGTABLE 
BEGIN
    IDS_UDPDISABLED         "Disable"
    IDS_CONCURDWL           "Concurrent Downloads"
    IDS_STATS_MAXAVGDL      "Max Downloadrate Average: %s"
    IDS_STATS_MAXDL         "max. Downloadrate: %s"
    IDS_PW_FASTSRVCON       "Safe Connect"
    IDS_SOURCELINKFAILED    "You need a HighID to create a valid source link"
    IDS_ERR_LOADSERVERMET   "Failed to load server.met!"
    IDS_ERR_CORRUPTCOMPRPKG "Corrupted compressed packet for %s received (error %u)"
    IDS_ERR_EMFRIENDSINVALID 
                            "The file 'emfriends.met' is invalid or corrupted!"
    IDS_ERR_READEMFRIENDS   "Unknown error while reading emfriends.met: %s"
    IDS_ERR_KNOWNSERVERINFOREC "Unknown server info received!"
END

STRINGTABLE 
BEGIN
    IDS_SELECT_INCOMINGDIR  "Choose a folder for incoming files"
    IDS_SELECT_TEMPDIR      "Choose a folder for temp files"
    IDS_PRIOAUTO            "Auto"
    IDS_PRIOAUTONORMAL      "Auto [No]"
    IDS_PRIOAUTOHIGH        "Auto [Hi]"
    IDS_PRIOAUTORELEASE     "Auto [Re]"
    IDS_PRIOAUTOLOW         "Auto [Lo]"
    IDS_ERR_CONTIMEOUT      "Connection attempt to ""%s"" (%s:%u) timed out"
    IDS_OUTOFSERVERS        "Failed to connect to all servers listed. Making another pass."
    IDS_PW_CONLIMITS        "Connection Limits"
    IDS_MAXCON5SECLABEL     "Max. new connections / 5 secs."
    IDS_PW_UAP              "Add new shared files with auto priority"
    IDS_MAXCLIENT           "Max Users"
    IDS_PW_TWEAK            "Extended"
END

STRINGTABLE 
BEGIN
    IDS_ADDAFRIEND          "Add..."
    IDS_PAF_REQINFO         "Required Information"
    IDS_PAF_MOREINFO        "Additional Information"
    IDS_ERR_NOVALIDFRIENDINFO "You have to enter a valid IP and port!"
    IDS_ADD                 "Add"
    IDS_RECOVERED_PARTMET   "Recovered part.met file for: %s"
    IDS_CMT_QUEST           "Comment This File! (This text will be shown to all users.)"
    IDS_CMT_AIDE            "For a film, you can say its length, its story, the language... And if it is a fake, you can inform other eMule users..."
    IDS_CMT_ADD             "Comm&ents..."
    IDS_CMT_NONE            "No comments"
    IDS_CMT_READ            "File comment:"
    IDS_CMT_SHOWALL         "Comme&nts..."
    IDS_CMT_READALL         "Comments"
    IDS_CMT_RATEQUEST       "File Quality"
    IDS_CMT_RATEHELP        "Choose the file rating or advice users if the file is invalid!"
    IDS_CMT_FAKE            "Invalid / Corrupt / Fake"
END

STRINGTABLE 
BEGIN
    IDS_SHOWOVERHEAD        "Show overhead bandwidth"
    IDS_UPDOWNSMALL         "Up: %.1f | Down: %.1f"
    IDS_EDITLIST            "List..."
    IDS_SP_ICONBAR          "System tray icon speed bar"
    IDS_RATINGRECV          "Rating for file '%s' received: %u"
    IDS_DESCRIPTIONRECV     "Description for file '%s' received: %s"
    IDS_WEBSERVICES         "&Web Services"
    IDS_WEBSVEDIT           "Edit Web Services..."
    IDS_CHECK4UPDATE        "Check for new version"
    IDS_STARTUP             "Startup"
    IDS_NEWVERSIONAVL       "A new version of eMule is available! Check the project-homepage for more information."
    IDS_NEWVERSIONAVLPOPUP  "A new version of eMule is available. Click here to read about the new version!"
    IDS_NEWVERSIONFAILED    "Unable to check for new version."
    IDS_CB_TBN_ONNEWVERSION "New eMule version detected"
    IDS_NONEWERVERSION      "No new eMule version detected."
END

STRINGTABLE 
BEGIN
    IDS_EDIT                "Edit..."
    IDS_FILTERLEVEL         "Filter level"
    IDS_FILTERSERVERBYIPFILTER "Filter servers too"
    IDS_FILTERCOMMENTSLABEL "Ignore comments containing: (Separator | )"
    IDS_CLIENTLIST          "Known Clients"
    IDS_FOLDER              "Folder"
    IDS_CL_UPLOADSTATUS     "Upload Status"
    IDS_CL_TRANSFUP         "Transferred Up"
    IDS_CL_DOWNLSTATUS      "Download Status"
    IDS_CL_TRANSFDOWN       "Transferred Down"
    IDS_CL_PENDING          "Pending"
    IDS_CL_LOW2LOW          "Low To Low IP"
    IDS_ERROR               "Error"
    IDS_OPENINC             "&Open Incoming Folder"
    IDS_HOTMENU             "Hotmenu"
    IDS_DISABLEKNOWNLIST    "Disable Known Clients list"
END

STRINGTABLE 
BEGIN
    IDS_DISABLEQUEUELIST    "Disable Queue list"
    IDS_USECREDITSYSTEM     "Use credit system (reward uploaders)"
    IDS_AUTOMATIC           "Automatic"
    IDS_ENTERUSERNAME       "Please enter your user name:"
    IDS_STATIC_CPUMEM       "Save CPU && Memory Usage"
    IDS_KAD_SEARCH_KEYWORD_TOO_SHORT 
                            "Keyword too short.\r\n\r\nThe keyword(s) used in a Kad search expression must have a minimum length of 3 characters."
    IDS_LOG2DISK            "Save log to disk"
    IDS_KAD_SEARCH_KEYWORD_ALREADY_SEARCHING 
                            "There is already a Kad search ongoing for the keyword ""%s"".\r\n\r\nTo search again for that keyword, either wait until this keyword search is finished or close the according search results pane."
    IDS_KAD_SEARCH_KEYWORD_INVALID 
                            "Invalid Kad keyword.\r\n\r\nA Kad search expression has the following format:\r\n\r\n\t<kad-keyword> [ <ed2k-search-expression> ]\r\n\r\nThe <kad-keyword> must not contain any of the following characters:\r\n\r\n\t%s"
    IDS_EDITCAT             "Edit Category-Properties"
    IDS_PW_WS               "Web Interface"
END

STRINGTABLE 
BEGIN
    IDS_ENABLED             "Enabled"
    IDS_WEB_LOGIN           "Login"
    IDS_WEB_ENTER_PASSWORD  "Enter your password here"
    IDS_WEB_LOGIN_NOW       "Login Now"
    IDS_WEB_CONFIRM_REMOVE_SERVER 
                            "Are you sure to remove this server from list?"
    IDS_WEB_CONTROL         "Web Interface"
    IDS_WEB_LOGOUT          "Logout"
    IDS_WEB_ACTIONS         "Actions"
    IDS_WEB_SHOW_UPLOAD_QUEUE "Show Queue"
    IDS_WEB_GZIP_COMPRESSION "Gzip compression"
    IDS_WEB_GZIP_COMMENT    "Save traffic, especially in graphs."
    IDS_WEB_REFRESH_TIME    "Refresh-Time of Pages"
    IDS_WEB_REFRESH_COMMENT "Time in seconds (zero=disabled):"
    IDS_SV_URL              "URL"
    IDS_WS_RELOAD_TMPL      "Template"
    IDS_SV_DEBUGLOG         "Debug Log"
END

STRINGTABLE 
BEGIN
    IDS_ERR_TOOLARGEFILE    "File larger than the supported size of the edonkey protocol (>=256GB)"
    IDS_MSGONLYFRIENDS      "Accept from friends only"
    IDS_DAY_MO_SA           "Mon-Sat"
    IDS_LIMITSOURCES        "Limit sources"
    IDS_LIMITCONS5SEC       "Limit connections/5secs"
    IDS_SCHED_CATSTOP       "Cat:Stop Downloads"
    IDS_SCHED_CATRESUME     "Cat:Resume Downloads"
    IDS_S_DAYS              "Days"
    IDS_STARTTIME           "Start Time"
    IDS_VALUE               "Value"
    IDS_SCHED_ENTERDATARATELIMIT "Enter the datarate limit:"
    IDS_SCHED_ENTERVAL      "Please enter the new value:"
    IDS_SCHED_ACTCONFIG     "Configure Action"
    IDS_SELECTCAT           "Select category"
    IDS_ALLUNASSIGNED       "All uncategorized"
END

STRINGTABLE 
BEGIN
    IDS_ACTSESSIONS         "Active session(s)"
    IDS_WEBSRV              "Web Interface"
    IDS_SW_REFETCHRES       "Refetch Results"
    IDS_FILEHASH            "File Hash"
    IDS_PW_PROXY            "Proxy"
    IDS_PROXY_ENABLE        "Enable proxy"
    IDS_PROXY_TYPE          "Proxy type:"
    IDS_PROXY_HOST          "Proxy host:"
    IDS_PROXY_PORT          "Proxy port:"
    IDS_PROXY_AUTH          "Enable authentication"
    IDS_AUTH                "Authentication"
    IDS_SHOWCATINFO         "Show download info on category tabs"
    IDS_SW_SEARCHINGINFO    "Search in progress. Refetch results in a moment!"
    IDS_LOGENTRY            "Log Entry"
    IDS_COPY                "Copy"
    IDS_SELECTALL           "Select All"
END

STRINGTABLE 
BEGIN
    IDS_AUTOSCROLL          "Autoscroll"
    IDS_DL_RESUMENEXT       "Resume Next Paused"
    IDS_STARTPRIO           "Priority for this category"
    IDS_PREF_STARTNEXTFILECAT "Prefer same category"
    IDS_SOFTFILES           "Soft File Limit"
    IDS_HARDFILES           "Hard File Limit"
    IDS_FILTER              "Filter"
    IDS_LINKS               "Links"
END

STRINGTABLE 
BEGIN
    IDS_HM_SCHED_ON         "Switch Scheduler On"
    IDS_HM_SCHED_OFF        "Switch Scheduler Off"
    IDS_HM_LINKHP           "eMule Homepage"
    IDS_HM_LINKFAQ          "eMule FAQ"
    IDS_HM_LINKVC           "eMule Versioncheck"
    IDS_DEBUG_SOURCE_EXCHANGE 
                            "Log client source exchange and server source queries/answers"
    IDS_SHAREDREQ1          "User %s (%u) requested your list of shared directories -> %s"
    IDS_SHAREDREQ2          "User %s (%u) requested your list of shared files for directory '%s' -> %s"
    IDS_SHAREDANSW          "User %s (%u) shares directory '%s'"
    IDS_SHAREDANSW2         "User %s (%u) sent not requested list of shared directories - ignored"
    IDS_SHAREDINFO1         "User %s (%u) sent list of shared files for directory '%s'"
    IDS_SHAREDINFO2         "User %s (%u) finished sending lists of shared files"
    IDS_SHAREDANSW3         "User %s (%u) sent not requested list of shared files for directory '%s' - ignored"
    IDS_SHAREDREQDENIED     "User %s (%u) denied access to list of shared directories/files"
    IDS_AUTOCLEANUPFN       "Auto cleanup file names of new downloads"
    IDS_ONNEWDOWNLOAD       "Initializations"
END

STRINGTABLE 
BEGIN
    IDS_FILTERFILENAMEWORD  "Enter words to filter, separated by |"
    IDS_FNFILTERTITLE       "Edit file name word filter for name cleanup"
    IDS_CHANGECATVIEW       "Select View Filter"
    IDS_STATUS_NOTCOMPLETED "Incomplete"
    IDS_STATS_CUMULATIVE    "Cumulative"
    IDS_STATS_OVRHD         "Overhead"
    IDS_STATS_RECORDS       "Records"
    IDS_STATS_COMPDL        "Completed Downloads"
    IDS_STATS_SVRECWORKING  "Max. Working Servers"
    IDS_STATS_SVRECUSERS    "Max. Users Online"
    IDS_SEARCH_TEXT         "Search for"
    IDS_STATS_SVRECFILES    "Max. Files Available"
    IDS_STATS_SHRECNUM      "Max. Files Ever Shared"
    IDS_SEARCH_COLUMN       "Search in column"
    IDS_STATS_SHRECSIZE     "Largest Share Size"
    IDS_STATS_SHRECASIZE    "Largest Average File Size"
END

STRINGTABLE 
BEGIN
    IDS_STATS_SESSION       "Session"
    IDS_STATS_SRATIO        "Session UL:DL Ratio:"
    IDS_STATS_CRATIO        "Cumulative UL:DL Ratio:"
    IDS_SEARCH_NORESULT     "No matching entry found."
    IDS_STATS_CURRSRVDUR    "Current Server Duration"
    IDS_LONGSECS            "Seconds"
    IDS_STATS_DLSES         "Download Sessions"
    IDS_LONGMINS            "Minutes"
    IDS_STATS_SDLSES        "Successful Download Sessions"
    IDS_STATS_FDLSES        "Failed Download Sessions"
    IDS_STATS_AVGDATADLSES  "Average Downloaded Per Session"
    IDS_STATS_ULSES         "Upload Sessions"
    IDS_STATS_GAINCOMP      "Gained Due To Compression: %s"
    IDS_STATS_LOSTCORRUPT   "Lost Due To Corruption: %s"
    IDS_STATS_AVGDATAULSES  "Average Uploaded Per Session"
    IDS_STATS_ICHSAVED      "Parts Saved Due To I.C.H: %u"
END

STRINGTABLE 
BEGIN
    IDS_STATS_MBRESET_TXT   "Are you sure you wish to reset your cumulative statistics?\n\nIf you change your mind, you can reverse this action by clicking the 'Restore Stats' button."
    IDS_STATS_MBRESTORE_TXT "Are you sure you wish to restore your cumulative statistics from the backup file?\n\nClicking 'Restore Stats' again will reload your current statistics."
    IDS_ERR_NOSTATBKUP      "ERROR: The backup statistics file was not found..."
    IDS_STATS_NFOLOADEDBKUP "Loaded backed up statistical data..."
    IDS_STATS_NFORESET      "Statistics have been reset!"
    IDS_STATS_BNRESET       "Reset Statistics"
    IDS_STATS_BNRESTORE     "Restore Statistics"
    IDS_PPGSTATS_YSCALE     "Connections statistics Y-axis scale:"
    IDS_PPGSTATS_ACRATIO    "Active connections ratio:"
    IDS_STATS_PROBLEMATIC   "Problematic"
    IDS_LONGHRS             "Hours"
    IDS_STATS_LARGESTFILE   "Largest Shared File"
    IDS_SPLIT_WINDOW        "Split Window"
    IDS_STATS_DSPF          "Part File"
    IDS_STATS_DATASOURCE    "Data Source"
    IDS_STATS_DSFILE        "Complete File"
END

STRINGTABLE 
BEGIN
    IDS_STATS_GENERAL       "General"
    IDS_STATS_TRANSTIME     "Transfer Time"
    IDS_STATS_DOWNTIME      "Download Time"
    IDS_STATS_UPTIME        "Upload Time"
    IDS_STATS_TOTALSRVDUR   "Total Server Duration"
    IDS_STATS_MAXAVGUL      "Max Average Upload Rate"
    IDS_STATS_MAXUL         "Max Upload Rate"
    IDS_STATS_AVGDLTIME     "Average Download Time"
    IDS_STATS_PRTDEF        "Default"
    IDS_STATS_PRTOTHER      "Other"
    IDS_STATS_MNUTREETITLE  "Statistics Tree"
    IDS_STATS_MNUTREECPYSEL "Copy Branch"
    IDS_STATS_MNUTREECPYALL "Copy All Statistics"
    IDS_STATS_MNUTREEHTML   "HTML Features"
    IDS_STATS_EXPORT2HTML   "Export Statistics..."
    IDS_CONDTCPACCEPT       "Fast connection reject"
END

STRINGTABLE 
BEGIN
    IDS_STATS_MNUTREECPYVIS "Copy All Visible"
    IDS_STATS_MNUTREEEXPANDALL "Expand All Sections"
    IDS_STATS_MNUTREECOLLAPSEALL "Collapse All Sections"
    IDS_STATS_MNUTREEEXPANDMAIN "Expand Main Sections"
    IDS_STATS_LASTRESETSTATIC "Statistics last reset: %s"
    IDS_STATS_MONTHLY       "Monthly"
    IDS_STATS_YEARLY        "Yearly"
    IDS_STATS_TIMESTATS     "Time Statistics"
    IDS_STATS_AVGANDPROJ    "Projected Averages"
    IDS_STATS_TIMESINCERESET "Time Since Last Reset: %s"
    IDS_CRYPT_INITFAILED    "Failed to initialize cryptokeys - secure ident disabled\nCheck directory permission on config dir."
    IDS_CD_IDENT            "Identification:"
    IDS_IDENTOK             "Successful"
    IDS_IDENTFAILED         "Invalid"
    IDS_IDENTNOSUPPORT      "Not supported or disabled"
    IDS_COMMITFILES         "Safe .met/.dat file writing"
END

STRINGTABLE 
BEGIN
    IDS_DWL_IPFILTERFILE    "Downloading IP filter file"
    IDS_DWLIPFILTERFAILED   "IP filter download failed"
    IDS_FINDBUDDY           "Find Buddy"
    IDS_ERR_IPFILTERZIPEXTR "Failed to extract IP filter file from downloaded IP filter ZIP file ""%s""."
    IDS_ERR_IPFILTERCONTENTERR 
                            "Downloaded IP filter file ""%s"" is a ZIP file with unexpected content."
    IDS_STORENOTES          "Store Notes"
    IDS_NOTES               "Notes"
    IDS_KADSEARCHALREADY    "Another search is already in progress. Please try again later!"
    IDS_WEB_SHUTDOWN        "Shutdown eMule"
    IDS_WEB_REBOOT          "Reboot system"
    IDS_WEB_SHUTDOWNSYSTEM  "Shutdown system"
    IDS_WEB_ADMINMENU       "Admin Menu"
    IDS_WEB_MAIN_CLOSE      "Do you really want to exit eMule?"
    IDS_WEB_MAIN_REBOOT     "Do you really want the system to reboot?"
    IDS_WEB_MAIN_SHUTDOWN   "Do you really want the system to shutdown?"
    IDS_WEB_SHOW_UPLOAD_QUEUE_BANNED "Show banned clients on queue"
END

STRINGTABLE 
BEGIN
    IDS_WEB_SHOW_UPLOAD_QUEUE_FRIEND "Show friends on queue"
    IDS_WEB_SESSIONTIMEOUT  "Session Timeout"
    IDS_WEB_ALLOWHILEVFUNC  "Allow exit eMule, reboot and shutdown"
    IDS_SETPFSLIMIT         "Source Limit..."
    IDS_SETPFSLIMITEXPLAINED 
                            "Please enter the new source limit for the selected file(s)!\n(set to 0 to use global setting)"
    IDS_UPDATECATINCOMINGDIRS 
                            "Do you want incoming folders of categories which are included in the old incoming folder to be updated to the new location?"
    IDS_ERR_FAILEDTOLOAD    "Failed to load %s: %s "
    IDS_TCPIP_CONNS         "TCP/IP connections"
    IDS_MANUAL_FILENAMECLEANUP 
                            "Do you want to cleanup the file names of the selected files?"
    IDS_ERR_DELFILE         "Failed to delete file ""%s"""
    IDS_ERR_CONFIGCORRUPT   "%s seems to be corrupted and will be replaced"
    IDS_UPLOADING           "Uploading"
    IDS_CANCELLED           "Cancelled"
    IDS_PW_REMEMBERDOWNLOADED "Remember downloaded files"
    IDS_PW_REMEMBERCANCELLED "Remember cancelled files"
END

STRINGTABLE 
BEGIN
    IDS_ERR_BADUNC          "invalid UNC-name"
    IDS_NEVER               "Never"
    IDS_ALWAYS              "Always"
    IDS_ONSHUTDOWN          "On shutdown"
    IDS_UNCFOLDERS          "UNC Paths"
    IDS_USESECIDENT         "Use secure identification"
    IDS_ADVSPAMFILTER       "Advanced spam filter"
    IDS_CUT                 "Cut"
    IDS_STATS_SECUREIDENT   "Secure Ident (OK : Failed )"
    IDS_ONDISK              "Size on disk: "
    IDS_CLIENTCOL           "Warning: Found matching client, to a currently connected client: %s (%s) and %s (%s)"
    IDS_SEARCH_UNTERMSTRING "Unterminated string"
    IDS_SEARCH_GENERALERROR "General error"
    IDS_SEARCH_MISSINGORRIGHT "Missing right side for OR operator"
    IDS_SEARCH_MISSINGNOTRIGHT "Missing right side for NOT operator"
    IDS_SEARCH_MISSINGEXPRPARANT "Missing expression for '(' ')'"
END

STRINGTABLE 
BEGIN
    IDS_SEARCH_MISSINGCLOSINGPARANT "Missing closing ')'"
    IDS_SEARCH_EXPRERROR    "Failed to parse search expression"
    IDS_SEARCH_TOOCOMPLEX   "Expression too complex"
    IDS_VERSION             "Version"
    IDS_OPTIONS             "Options"
    IDS_PASTE               "Paste"
    IDS_SEARCHAUTHORCOLLECTION "Search Author's Collections..."
    IDS_ERR_DUPL_FILES      "Duplicate shared files: ""%s"" and ""%s"""
    IDS_USS_TRACEROUTEOFTENFAILED 
                            "UploadSpeedSense: Trace routing failed too many times. Disabling Upload SpeedSense."
    IDS_USS_STARTING        "UploadSpeedSense: Done with preparations. Starting control of upload speed. (First 60 seconds will be in fast reaction mode)"
    IDS_A4AF                "Source Handling"
    IDS_AUTOCAT_LABEL       "Auto cat-assignment (pattern, separated by |)"
    IDS_SHOWEXTSETTINGS     "Show more controls (advanced mode controls)"
    IDS_TREEOPTIONS_TRUE    "True"
END

STRINGTABLE 
BEGIN
    IDS_TREEOPTIONS_FALSE   "False"
    IDS_TREEOPTIONS_OK      "OK"
    IDS_HYPERTEXT_FONT_HINT "Font for Server/Message Window"
    IDS_SELECT_FONT         "Select Font"
    IDS_SERVER_LIMITS       "Soft- / Hard-File Limit"
    IDS_KBITSSEC            "kBit/s"
    IDS_KBYTESSEC           "kByte/s"
    IDS_ERR_CREATE_DIR      "Failed to create %s directory ""%s"" - %s"
    IDS_WRN_INCFILE_RESERVED 
                            "The incoming directory must not be set to an eMule installation directory."
    IDS_WRN_TEMPFILES_RESERVED 
                            "The temporary directory must not be set to an eMule installation directory."
    IDS_WRN_INCTEMP_SAME    "Incoming directory and temporary directory must not be the same."
    IDS_SHOWDWLPERCENTAGE   "Show percentage of download completion in progressbar"
    IDS_TBN_ONNEWDOWNLOAD   "Download added"
    IDS_ARTIST              "Artist"
END

STRINGTABLE 
BEGIN
    IDS_ALBUM               "Album"
    IDS_CD_UPLOADREQ        "Requested to upload:"
    IDS_SETTINGCHANGED_RESTART 
                            "For the changed settings to take effect, please restart eMule!"
    IDS_CREDITSEXPIRED      ", %u clients deleted (not seen within 5 month)"
    IDS_SOURCESINFO         "%u  (Useful: %u, NNP: %u);  A4AF: %u"
    IDS_META_DATA           "Meta Data"
    IDS_TIMEBEFORE          "(%s ago)"
    IDS_FD_TIMEDATE         "Dates"
    IDS_FILEINFORMATION     "File Information"
    IDS_STATS_FREESPACE     "Free Space"
    IDS_COMPLSOURCES        "Complete Sources"
    IDS_CHECKNOENDTIME      "No end time"
END

STRINGTABLE 
BEGIN
    IDS_FD_DOWNLOADSTARTED  "Download added:"
    IDS_FAILEDREOPEN        "Fatal Error: Failed to reopen part file '%s' (%s)!"
    IDS_ERR_PREVIEWALREADY  "There is already a preview request pending from this client"
    IDS_ERR_PREVIEWFAILED   "Preview from User '%s' failed"
    IDS_DWTOT               "Disk Space"
    IDS_DWTOT_NR            "Number of Downloads: %u"
    IDS_DWTOT_TSD           "Total Size of Downloads: %s"
    IDS_DWTOT_TCS           "Total Completed Size: %s (%.0f%%)"
    IDS_DWTOT_TSL           "Total Size Left to Transfer: %s"
    IDS_DWTOT_TSN           "Additional Space Needed for Downloads: %s"
    IDS_DWTOT_FS            "Free Space on Tempdrive: %s"
    IDS_NEEDFREEDISKSPACE   "%s (you need to free %s!)"
    IDS_SERVERKEEPALIVETIMEOUT "Server connection refresh interval [min.]"
    IDS_MORE                "&More"
    IDS_TOOLS               "Tools"
    IDS_SEARCHPARAMS        "Search Parameters"
END

STRINGTABLE 
BEGIN
    IDS_HASHINGFILESCOUNT   " (%u hashing)"
    IDS_CHECKDISKSPACE      "Check diskspace"
    IDS_YOURHOSTNAME        "Host name for own eD2K links"
    IDS_INSUFFICIENT        "Insufficient Diskspace"
    IDS_MINFREEDISKSPACE    "Min. free diskspace [MB]"
    IDS_WARNING             "Warning"
    IDS_IMPORTSPLPF         "Import Downloads (eM,eD,ON)"
    IDS_IMP_STEPREADPF      "Reading temp folder"
    IDS_IMP_STEPBASICINF    "Retrieving basic information from download info file"
    IDS_IMP_STEPCRDESTFILE  "Creating destination file"
    IDS_IMP_LOADDATA        "Loading data from old download file (%u of %u)"
    IDS_IMP_SAVEDATA        "Saving data block into new single download file(%u of %u)"
    IDS_IMP_IOERROR         "File error while converting download"
    IDS_IMP_GETPFINFO       "Retrieving source download file information"
    IDS_IMP_ADDDWL          "Adding download and save new part file"
    IDS_IMP_FETCHSTATUS     "Fetching status..."
END

STRINGTABLE 
BEGIN
    IDS_IMP_INPROGR         "in progress"
    IDS_IMP_ERR_DISKSP      "Error: Out of diskspace"
    IDS_IMP_ERR_PARTMETIO   "Error: part.met file not found"
    IDS_IMP_ERR_IO          "Error: IO Error!"
    IDS_IMP_ERR_FAILED      "Error: Failed!"
    IDS_IMP_STATUSQUEUED    "Queued"
    IDS_IMP_ALRDWL          "Already downloading"
    IDS_IMP_ADDBTN          "&Add Imports..."
    IDS_IMP_RETRYBTN        "&Retry Selected"
    IDS_IMP_REMOVEBTN       "Re&move Selected"
    IDS_IMP_SELFOLDER       "Please choose a folder to search for temporary downloads! (subfolders will be included)"
    IDS_IMP_DELSRC          "Do you want the source files of successfully imported downloads be deleted?"
    IDS_IMP_SIZE            "%s (Disk:%s)"
    IDS_IMP_STATUS          "Importing %s: %s"
    IDS_DYNUPENABLED        "Find best upload limit automatically"
    IDS_DYNUP_PINGTOLERANCE "Ping tolerance (% of lowest ping)"
END

STRINGTABLE 
BEGIN
    IDS_DYNUP_GOINGUPDIVIDER "Going up slowness"
    IDS_DYNUP_GOINGDOWNDIVIDER "Going down slowness"
    IDS_DYNUP_NUMBEROFPINGS "Max number of pings for average"
    IDS_DYNUP_MINUPLOAD     "Lowest allowed upload speed"
    IDS_ESTTIMELEFT         "Estimated time left:"
    IDS_TRANSFER_RATE_LABEL "Transfer rate:"
    IDS_SAVELOG             "Save Log"
    IDS_CMT_COPYCLIPBOARD   "Copy comment"
    IDS_ASKDOWNLOADLANG     "The language you selected is not installed on your system. Do you want eMule to download it from http://emule-project.net?"
    IDS_ASKDOWNLOADLANGCAP  "Download language files"
    IDS_DELETESELECTED      "Delete"
    IDS_ERR_FAILEDDOWNLOADLANG 
                            "Failed to download and install selected language library from %s!"
    IDS_ERR_BADFOLDER       "Invalid folder.\nFolder can not be created. Please check name and location."
    IDS_AUTOREMOVEFD        "Auto clear completed downloads"
END

STRINGTABLE 
BEGIN
    IDS_TEXTLABELS          "Text Label Options"
    IDS_ENABLETEXTLABELS    "Show Text Labels"
    IDS_CUSTOMIZETOOLBAR    "Customize Toolbar..."
    IDS_MINBITRATE          "Min. Bitrate [kBit/s]"
    IDS_KAD_RECHECKFW       "Recheck Firewall"
    IDS_SHAREDTITLE         "Shared eD2K|Kad"
    IDS_FIREWALLED          "Firewalled"
    IDS_KADEMLIA            "Kad"
    IDS_KADCONTACTLAB       "Contacts"
    IDS_KADDISTANCE         "Distance"
    IDS_KEY                 "Key"
    IDS_NUMBER              "Number"
    IDS_KAD_SEARCHSRC       "Search Sources"
    IDS_KAD_SEARCHKW        "Search Keywords"
    IDS_KAD_NODE            "Node Lookup"
    IDS_KAD_STOREFILE       "Store File"
END

STRINGTABLE 
BEGIN
    IDS_KAD_STOREKW         "Store Keyword"
    IDS_KAD_UNKNOWN         "Unknown"
    IDS_SRV_TCPCOMPR        "TCP compression"
    IDS_KADSEARCHLAB        "Current Searches"
    IDS_SRV_UDPSR           "Extended UDP protocol for source requests"
    IDS_SRV_UDPFR           "Extended UDP protocol for file requests"
    IDS_MINLENGTH           "Min. Length [hh:mm:ss]"
    IDS_WRN_FRIENDDUPLIPPORT 
                            "Friend not added.\r\n\r\nThere is already a friend with same IP address and port available."
    IDS_DYNUP               "Upload SpeedSense"
    IDS_KADOVERHEAD         "Kad Overhead (Packets): %s (%s)"
    IDS_FIND                "Find..."
    IDS_LOG_BANNED_CLIENTS  "Log banned clients"
    IDS_LOG_RATING_RECV     "Log received file descriptions and ratings"
    IDS_LOG_SECURE_IDENT    "Log secure ident"
    IDS_LOG_FILTERED_IPS    "Log filtered and/or ignored IPs"
END

STRINGTABLE 
BEGIN
    IDS_RADCLIENTS          "From known clients"
    IDS_KADUDPPORTERR       "Kad's UDP port conflicts with either eMule's Ext UDP port or eMule's Server UDP port. The port has been changed to %u."
    IDS_CONFIRM_FILEDELETE  "Do you really want to delete all selected files?"
    IDS_OPENFOLDER          "Open Folder"
    IDS_RUNASUSER           "Run eMule as unprivileged user"
    IDS_DELETE              "Delete From Disk"
    IDS_BOOTSTRAP           "Bootstrap"
    IDS_VIAED2KSQ           "via eD2K Server"
    IDS_EM_KADEMLIA         "&Kad"
    IDS_VIAKAD              "via Kad"
    IDS_VIASE               "via Source Exchange"
    IDS_SELECTTOOLBARBITMAP "Select Toolbar Bitmap..."
    IDS_SELECTTOOLBARBITMAPDIR "Select Toolbar Bitmap Directory..."
    IDS_TOOLBARSKINS        "Toolbar Skins"
    IDS_NOTEXTLABELS        "No Text Labels"
    IDS_TEXTLABELSONRIGHT   "Text Labels on Right"
END

STRINGTABLE 
BEGIN
    IDS_STARTTEST           "Test Ports"
    IDS_TESTINFO            "Here you can test, if your TCP and UDP port can be connected to from remote. This success of this test is required for servers and clients to connect you. The TCP port have to succeed!"
    IDS_CONNECTIONTEST      "Connection Test"
    IDS_NOPORTCHANGEPOSSIBLE 
                            "The change of ports is not possible after you connected with clients or while connected to a server/Kad!\n\nPlease restart eMule with the changed port settings."
    IDS_NETWORK_INFO        "Network Information"
    IDS_SP_TOTALUL          "Total uploads"
    IDS_SP_ULFRIENDS        "Upload friend slots"
    IDS_SP_ULSLOTSNOOVERHEAD "Upload current (excl. overhead)"
    IDS_ST_ACTIVEU_ZZ       "Active uploads"
    IDS_ST_ULCURRENT        "Current"
    IDS_ST_ULSLOTSNOOVERHEAD "Current (excl. overhead)"
    IDS_ST_ULFRIEND         "Friend upload"
    IDS_STATS_ACTUL_ZZ      "Active Uploads/Needed to fill Bandwidth: %u"
    IDS_STATS_TOTALUL       "Total Uploads: %u"
    IDS_CHAT_DOWNLOADED     "Downloaded:"
    IDS_CHAT_UPLOADED       "Uploaded:"
END

STRINGTABLE 
BEGIN
    IDS_CHAT_IDENT          "Identification:"
    IDS_MAXHALFOPENCONS     "Max. half open connections"
    IDS_KAD_WAITCBK         "Wait Callback Kad"
    IDS_KAD_TOOMANDYKADLKPS "Too Many Kad Lookups"
    IDS_PCDS_CLIENTWAIT     "ClientWait"
    IDS_PCDS_CACHEWAIT      "CacheWait"
    IDS_CACHE               "Cache"
    IDS_INDEXED             "Indexed"
    IDS_KADINFO_SRC         "\tSource: %u\r\n"
    IDS_KADINFO_KEYW        "\tKeyword: %u\r\n"
    IDS_STARTWITHWINDOWS    "Start with Windows"
    IDS_ADDSRCMANUALLY      "Add Sources..."
    IDS_BUDDY               "Buddy"
    IDS_BUDDYNONE           "None"
    IDS_INFO                "Info"
END

STRINGTABLE 
BEGIN
    IDS_HALF                "Half"
    IDS_CONCOMPL            "Compl"
    IDS_KADSTATUS_STOPPING  "Stopping"
    IDS_KADSTATUS_ACTIVE    "Active"
    IDS_FORMAT              "Format"
    IDS_META_COLLECTION     "Collection"
    IDS_META_PARTPATH       "Part path"
    IDS_META_PARTHASH       "Part hash"
    IDS_META_GAPSTART       "Gap start"
    IDS_META_GAPEND         "Gap end"
    IDS_FAIL                "Fail"
    IDS_META_PREFERENCES    "Preferences"
    IDS_META_VERSION        "Version"
    IDS_META_TEMPFILE       "Temporary file"
    IDS_META_SERVERPORT     "Server port"
    IDS_META_SERVERIP       "Server IP"
END

STRINGTABLE 
BEGIN
    IDS_META_SRCUDPPORT     "Source UDP port"
    IDS_META_SRCTCPPORT     "Source TCP port"
    IDS_META_SRCIP          "Source IP"
    IDS_META_SRCTYPE        "Source Type"
    IDS_SEARCH_UNICODE      "Search with Unicode"
    IDS_PF_ADVANCEDCALC     "Use advanced calculation method for remaining time"
    IDS_LD_ED2KLINK         "eD2K Link"
    IDS_LD_COPYCLIPBOARD    "Copy"
    IDS_LD_HOSTNAME         "Use host name (from Options) instead of IP when creating a source link"
    IDS_SAVEACFAILED        "Failed to save AICH Hashset!"
    IDS_AICHHASH            "AICH Hash"
    IDS_BYTESPERSEC         "B/s"
    IDS_KBYTESPERSEC        "KB/s"
    IDS_MBYTESPERSEC        "MB/s"
    IDS_GBYTESPERSEC        "GB/s"
    IDS_TBYTESPERSEC        "TB/s"
END

STRINGTABLE 
BEGIN
    IDS_STATS_MINORCLIENTS  "Minor"
    IDS_AICH_SYNCTOTAL      "Found %u files without valid AICH Hashset, going to rehash those files now"
    IDS_AICH_CALCFILE       "Calculating AICH Hash for file %s"
    IDS_AICH_WARNUSER       "Since version 0.44a eMule uses an additional file hash which helps to greatly reduce the data loss when a corruption is detected. Because your are updating from an earlier version, eMule needs to rehash all your shared files to calculate the new hash. This may take a while but is an one-time action.  "
    IDS_AICH_WORKED         "AICH successfully recovered %s of %s from part %u for %s"
    IDS_SOURCECLIENT        "Source Client"
    IDS_USERSIP             "Users IP"
    IDS_FEATURES            "Features"
    IDS_SPARSEPARTFILES     "Create new part files as 'sparse' (NTFS only)"
    IDS_ASPECTRATIO         "Aspect Ratio"
    IDS_NEGATEFILTER        "Negate Filter"
    IDS_SEENCOMPL           "Ever Seen Complete"
    IDS_SELSKINPROFILEDIR   "Select skin profile directory"
    IDS_ASKDLINCOMPLETE     "Potentially incomplete file:\r\n\r\n%s\r\n\r\nThis file is supposed to be incomplete in the network and can therefore most likely not downloaded successfully! Do you really want to download this file?"
END

STRINGTABLE 
BEGIN
    IDS_DEADSOURCES         "Dead Sources"
    IDS_LARGEICONS          "Large Icons"
    IDS_SMALLICONS          "Small Icons"
    IDS_SHORTTAGS           "Short tags"
    IDS_THELOAD             "Load"
    IDS_PACKSENT            "Packets Sent"
    IDS_RESPONSES           "Responses"
    IDS_EXTRACT_META_DATA   "Extract meta data"
    IDS_META_DATA_MEDIADET  "DirectShow (for all other audio/video files)"
    IDS_META_DATA_ID3LIB    "ID3 Library (only for MPEG audio files)"
    IDS_COMCTRL32_DLL_TOOOLD 
                            "Windows Common Controls library (COMCTL32.DLL) is too old!\r\n\r\neMule detected a version of the ""Windows Common Controls library (COMCTL32.DLL)"" which is too old to be properly used by eMule. To ensure full and flawless functionality of eMule we strongly recommend to update the ""Windows Common Controls library (COMCTL32.DLL)"" to at least version 5.8.\r\n\r\nDownload and install an update of the ""Windows Common Controls library (COMCTL32.DLL)"" at Microsoft (R) Download Center. Do you want to visit the corresponding URL?"
    IDS_ASREGEXPR           "As Regular Expression"
    IDS_STATIC_REGEXP       "Regular expression for view filter:"
    IDS_CARE4ALL            "Evaluate All Files"
    IDS_REGEXPRESSION       "Regular Expression"
    IDS_SEARCHKAD           "Search Kad"
END

STRINGTABLE 
BEGIN
    IDS_AVAILABLEPARTS      "Available Parts"
    IDS_NOSOUND             "No sound"
    IDS_PW_SHOWTRANSTOOLBAR "Show additional toolbar on Transfers window"
    IDS_SHARED_STATUS       "Shared parts"
    IDS_SEARCH_EMULECOLLECTION "Collection"
    IDS_INCOMING_FILES      "Incoming Files"
    IDS_INCOMPLETE_FILES    "Incomplete Files"
    IDS_SHARED_DIRECTORIES  "Shared Directories"
    IDS_COLLECTIONLIST      "Collection List"
    IDS_SHAREDIR            "Share Directory"
END

STRINGTABLE 
BEGIN
    IDS_SHAREDIRSUB         "Share with Subdirectories"
    IDS_UNSHAREDIR          "Unshare Directory"
    IDS_UNSHAREDIRSUB       "Unshare with Subdirectories"
    IDS_ALLSHAREDFILES      "All Shared Files"
    IDS_ALLDIRECTORIES      "All Directories"
    IDS_SEARCHRELATED       "Search Related Files"
    IDS_RELATED             "Related"
    IDS_COLL_REPLACEEXISTING "Do you want to replace existing file?"
    IDS_COLL_ERR_DELETING   "Some Unknown error in deleting old file. Exit without saving?"
    IDS_CREATECOLLECTION    "Create Collection..."
    IDS_MODIFYCOLLECTION    "Modify Collection..."
    IDS_COLL_SIGN           "Sign collection with name and key"
    IDS_AUTHOR              "Author"
    IDS_AUTHORKEY           "Author Key"
    IDS_COLL_ADDINCAT       "Add new downloads in a collection category"
    IDS_VIEWCOLLECTION      "View Collection..."
END

STRINGTABLE 
BEGIN
    IDS_COLL_TEXTFORMAT     "Save collection in a simple text format"
    IDS_RUNNINGRESTRICTED   "eMule is running with reduced privileges"
    IDS_USS_MANUALUPLOADLIMITDETECTED 
                            "UploadSpeedSense: Raised upload limit in Options detected. Going into fast reaction mode for 60 seconds."
    IDS_USS_STATE_PREPARING "Preparing..."
    IDS_USS_STATE_WAITING   "Waiting..."
    IDS_USS_STATE_ERROR     "Error!"
    IDS_SHAREWARNING        "(Folder will be shared!)"
    IDS_REMOVEALLSERVERS    "Do you really want to remove all servers?"
    IDS_SEARCH_UNKATTR      "Unknown search attribute '%s'"
    IDS_SEARCH_ATTRERR      "Syntax error in '%s' search attribute"
    IDS_SEARCH_MISSINGANDRIGHT "Missing right side for AND operator"
    IDS_SEARCH_OPRERR       "Syntax error in comparison operator '%s'"
    IDS_DOWNLOAD_LANGFILE   "Downloading language file"
    IDS_DOWNLOADING_SERVERMET_FROM "Downloading server.met from %s"
    IDS_DOWNLOADING_SERVERMET "Downloading server.met..."
    IDS_FULLALLOC           "Allocate full file size for non-sparse part files"
END

STRINGTABLE 
BEGIN
    IDS_X_SHAREAZA_IMPORT_NO_HASH "Hash not found."
    IDS_X_SHAREAZA_IMPORT_GAP_LIST_CORRUPT "Gap list corrupt."
    IDS_X_SHAREAZA_IMPORT_NO_GAP_LIST "Gap list not found."
    IDS_X_SHAREAZA_IMPORT_HASH_SET_CORRUPT "Hash set corrupt."
    IDS_X_SHAREAZA_IMPORT_NO_HASH_SET "Hash set not found."
    IDS_CONVERTINGKNOWN2MET "Converting %s to %s to support large files..."
    IDS_CONVERTINGKNOWN2FAILED 
                            "...failed to convert known2.met, ignoring old records"
    IDS_CONVERTINGKNOWN2DONE "... done, finished converting"
    IDS_ERR_MET_BAD         "Error: the file %s is corrupted, unable to load known files"
    IDS_SRV_LARGEFILES      "Support for large files"
    IDS_ERR_FSCANTHANDLEFILE 
                            "You cannot download this file because your filesystem doesn't supports files which are larger than 4GB, consider converting it to NTFS"
    IDS_BOLD                "Toggles bold text"
    IDS_UNDERLINE           "Toggles underlined text"
    IDS_COLOUR              "Selects foreground text color (optional background color)"
    IDS_RESETFORMAT         "Resets all previous formatting (sends a reset tag)"
END

STRINGTABLE 
BEGIN
    IDS_RESTORESEARCHPARAMS "Restore Search Parameters"
    IDS_COMMAND             "Command"
    IDS_ARGUMENTS           "Arguments"
    IDS_ARCPREV_PLEASEWAIT  "Scanning archive..."
    IDS_AP_CREATEPREVCOPY   "Create preview file"
    IDS_ARCHIVEDETAILS      "Archive-Details"
    IDS_ARCHTYPE            "Archive type"
    IDS_ATTRIBUTES          "Attributes"
    IDS_LASTMODIFIED        "Last Modified"
    IDS_RARFULLENCR         "Headers encrypted - unable to read archive."
    IDS_ARCPARSED           "Archive scanned."
    IDS_ARCPREV_LISTMAYBEINCOMPL "File list may be incomplete."
    IDS_ARCPREV_DIRNOTFOUND "Table of contents not found."
    IDS_ARCPREV_INSUFFDATA  "Insufficient data available."
    IDS_PASSWPROT           "Password protection"
    IDS_ARCPREV_DIRSUCCREAD "Table of contents successfully read."
END

STRINGTABLE 
BEGIN
    IDS_ARCPREV_UNKNOWNFORMAT "(unknown/unsupported)"
    IDS_KADSEARCHACTIVE     "(Kad search in progress...)"
    IDS_OBFUSCATION         "Obfuscation"
    IDS_SUPPORTED           "Supported"
    IDS_ESTIMATED           "estimated"
    IDS_MEDIAINFO_DLLMISSING 
                            "There is no MediaInfo library installed. If you want to get more information about audio/video files in this dialog,\r\ndownload the MediaInfo library from http://sourceforge.net/projects/mediainfo/ and copy the MediaInfo.dll file into\r\neMule's installation folder ""%s"".\r\n"
    IDS_WARNING_WRONGFILEEXTENTION 
                            "Warning: The file extension of ""%s"" does not match the file extension\r\ntypically used for that file format. You may want to rename the file to\r\nuse one of those file extensions ""%s""\r\nfor properly using or viewing that file format.\r\n"
    IDS_MEDIAINFO_DRMWARNING 
                            "Warning: The file ""%s"" seems to be protected with Digital Rights Management.\r\nYou will most likely not be able to use that file without a license from the originator of that file.\r\n"
    IDS_ARCHPREV_ATTRIBINFO "File attributes can contain:\r\n\r\nP\tfile is password protected\r\nD\tis a directory\r\nC\tComment\r\nLx\tCompression level x\r\nM\tcompressed data not completely downloaded yet\r\n<\tfile continued from previous volume\r\n>\tfile continues in next volume\r\n"
    IDS_LOADFILTER_EMTOOLBAR "eMule Toolbar Bitmap Files"
    IDS_LOADFILTER_EMSKINFILES "eMule Skin Files"
    IDS_CONTENT_INFO        "Content"
    IDS_MESSAGESCOMMENTS    "Messages and Comments"
    IDS_PROTOCOLOBFUSCATION "Protocol Obfuscation"
    IDS_ONLYOBFUSCATED      "Allow obfuscated connections only (not recommended)"
    IDS_DISABLEOBFUSCATION  "Disable support for obfuscated connections"
END

STRINGTABLE 
BEGIN
    IDS_ENABLEOBFUSCATION   "Enable protocol obfuscation"
    IDS_CONNECTINGTOOBFUSCATED 
                            "Connecting to %s (%s:%u - using Protocol Obfuscation) ..."
    IDS_CONNECTEDTOOBFUSCATED "Obfuscated connection established on: %s"
    IDS_VERIFIED            "Verified"
    IDS_OBFUSCATED          "Obfuscated"
    IDS_UNVERIFIED          "Unverified"
    IDS_INVALIDFILEEXT      "Invalid file extension"
    IDS_UNKNOWNFILEEXT      "Unknown file extension"
    IDS_ENABLEMINIMULE      "Enable MiniMule"
    IDS_DISABLE_AUTOARCHPREV 
                            "Disable automatic archive preview start in file details"
    IDS_US_STALLEDW4BR      "Stalled! Waiting for block request."
    IDS_US_STALLEDREADINGFDISK "Stalled! Reading from disk."
    IDS_SERVERFEATURE_INTTYPETAGS "Integer type tags"
    IDS_FILLGRAPHS          "Draw filled graphs"
    IDS_PARAMETER           "Parameter"
    IDS_TEST                "Test"
END

STRINGTABLE 
BEGIN
    IDS_UPNPSTART           "Use UPnP to Setup Ports"
    IDS_UPNPSETUP           "Trying to setup port forwardings with UPnP..."
    IDS_UPNPFAILED          "UPnP failed to setup port forwardings, please foward those ports manually if necessary!"
    IDS_UPNPSUCCESS         "UPnP successfully set up forwardings for ports %u (TCP) and %u (UDP)"
    IDS_FO_PREFBUTTON_NEW   "Open ports on WinXP SP1 firewall"
    IDS_UPNP_NOSERVICE      "UPnP Device Host service is not running, skipping UPnP setup"
    IDS_DELAYEDBYUPNP       "Connecting to the network is delayed, because UPnP is still busy configuring the port forwardings."
    IDS_DELAYEDBYUPNP2      "Please wait some seconds, eMule will connect as soon as UPnP finished."
    IDS_UPNP                "UPnP"
    IDS_UPNPCLOSEONEXIT     "Remove UPnP port forwardings on exit"
    IDS_UPNPSKIPWANIP       "Skip WAN IP setup"
    IDS_UPNPSKIPWANPPP      "Skip WAN PPP setup"
    IDS_SHAREEMULELABEL     "Sharing eMule with other computer users"
    IDS_SHAREEMULEMULTI     "Each user has its own configuration and downloads"
    IDS_SHAREEMULEPUBLIC    "Everyone has the same configuration and downloads"
    IDS_SHAREEMULEOLD       "Store config and downloads in the program directory"
END

STRINGTABLE 
BEGIN
    IDS_SHAREEMULEWARNING   "Changing this option will let eMule use another configuration. Your current settings will be ignored and already started downloads might not be visible anymore. You can switch back to your current configuration by changing this option again anytime.\n\nYou need to restart eMule for this change to take effect."
    IDS_SPAM                "Spam"
    IDS_MARKSPAM            "Mark as Spam"
    IDS_MARKNOTSPAM         "Mark as not Spam"
    IDS_SEARCHSPAMFILTER    "Enable spam filter for search results"
    IDS_SHOWSMILEYS         "Show smileys"
    IDS_CAPTCHAREQUEST      "In order to avoid spam messages, this user requires you to solve a captcha before you can send him a message. Please enter the letters you see on this image as response:"
    IDS_CAPTCHAFAILED       "Your response to the captcha was wrong and your message has been ignored. You can request a new captcha by sending a new message."
    IDS_CAPTCHASOLVED       "You have passed the captcha check and the user has received your message."
    IDS_USECAPTCHAS         "Require captcha authentication"
    IDS_BOOTSRAPNODESDAT    "Nodes.dat from URL:"
    IDS_DOWNLOADING_NODESDAT_FROM "Downloading nodes.dat from %s"
    IDS_DOWNLOADING_NODESDAT "Downloading nodes.dat..."
    IDS_ERR_FAILEDDOWNLOADNODES "Failed to download nodes.dat from %s"
    IDS_PREVENTSTANDBY      "Prevent Standby mode while eMule is running"
    IDS_KADID               "KadID"
END

STRINGTABLE 
BEGIN
    IDS_SEARCHINGFRIENDKAD  "Searching in Kad Network for friend"
    IDS_FOUND               "found"
    IDS_EXTERNUDPPORT       "Extern UDP Port"
    IDS_STORESEARCHES       "Remember open searches between restarts"
    IDS_WRN_INCFILE_EXISTS  "You have selected a new directory for your incoming files which is not empty. All existing files in this directory will be automatically shared by eMule."
    IDS_EDITSPAMFILTER      "Edit spam filter..."
    IDS_EDITSPAMFILTERCOMMENTS "Edit spam filter for comments"
    IDS_CONFIRMNODESDOWNLOAD 
                            "Do you want to download and use Kad contacts (nodes.dat) from this address:\n%s ?"
    IDS_NOTCONNECTEDANY     "You are not connected to a server or the Kad network!"
    IDS_ERR_SHARED_DIR      "Failed to read shared directory ""%s"" - %s"
    IDS_FILE_WARNING_DRM    "The file ""%s"" seems to be protected with Digital Rights Management.\r\n\r\nYou will most likely not be able to use that file without a license from the originator. You should be aware that opening this file will most likely cause your media player to open a web browser which will transfer you automatically to the site of the originator of that file where you will get asked to acquire a license.\r\n\r\nDo you really want to continue opening the file?"
    IDS_CHECK_FILE_OPEN     "Warn when opening untrusted files"
    IDS_BOOTABLE            "bootable"
    IDS_UNSUPPORTEDIMAGE    "unsupported image"
END

STRINGTABLE 
BEGIN
    IDS_UNSHARE             "Unshare"
    IDS_WEBUPNPINCLUDE      "Include port into UPnP setup"
    IDS_ADDEDON             "Added On"
    IDS_RESOLVELINKS        "Resolve shell links in shared directories"
    IDS_PAUSEONPREVIEW      "Pause when preview possible"
    IDS_PREVIEWWITH         "Preview with"
    IDS_DOWNLOADCOMMANDS    "Download Commands"
    IDS_CLOSETOOLBAR        "Close Toolbar"
    IDS_SHOWTOOLBAR         "Show Toolbar"
    IDS_SEARCH_BADOPERATORCOMBINATION 
                            "You cannot use the first keyword with an OR operator when searching on Kad!\n\nFor example ""Keyword1 OR Keyword2"" is not possible. Try ""Keyword1 AND (Keyword2 OR Keyword3)"" or do multiple searches instead."
    IDS_DISCOVEREDBY        "Discovered by"
    IDS_NODES               "Node(s)"
    IDS_ROUTINGTABLE        "Routing Table"
    IDS_PROTOCOLVERSION     "Protocol Version"
    IDS_FOUNDNODESUSEFUL    "Found Nodes (useful)"
    IDS_NORESPONSE          "No Response"
END

STRINGTABLE 
BEGIN
    IDS_NOTASKED            "Not Asked"
    IDS_LOOKUPGRAPH         "Search Details"
    IDS_AUTOKADLOOKUPGRAPH  "Automatically show active searches"
    IDS_CLOSEEMULE          "Close eMule"
    IDS_DONOTASKAGAIN       "Don't ask me again"
    IDS_POPULARITY          "Popularity Rank"
    IDS_SHOWWIN7TASKBARGOODIES "Enable Windows 7 taskbar effects"
END

STRINGTABLE 
BEGIN
    IDS_CS_NONE             "Do not reward uploaders"
    IDS_CS_OFFI             "Use official rewarding (exploitable)"
    IDS_CS_ANALYZER         "Use ClientAnalyzer rewarding/punishing (recommended)"
    IDS_ANTILEECH_LABEL     "AntiLeech-Info:"
END

STRINGTABLE 
BEGIN
    IDS_LOG_ANALYZER_EVENTS "Log ClientAnalyzer actions"
    IDS_TOGGLESPEEDGRAPH    "Show/Hide SpeedGraph"
    IDS_OPENLOG             "Open Log Folder"
END

STRINGTABLE 
BEGIN
    IDS_RESET               "Reset"
    IDS_SPREADBAR           "Spreadbar"
    IDS_SPREADBAR_DEFAULT_CHECKBOX "Enable SpreadBar by default"
    IDS_CRASHRPT_DONE       "Crash report has been generated."
    IDS_CRASHRPT_AV         "CrashReporter is available and running."
    IDS_CRASHRPT_NOTAV      "CrashReporter not found in emule's directory. If you want to help us debug our mod, please download the CrashRpt.dll"
    IDS_UPLOAD_COMPLETED    "Completing"
    IDS_UPLOAD_PREEMPTED    "Pre-empted by higher prio upload"
    IDS_UPLOAD_TOO_MANY_SLOTS "Too many slots"
    IDS_LD_ADDPHPBB         "Using phpBB URL-Tags style"
    IDS_POWERSHARE_INTERPRIO "Enable PS internal file priority"
END

STRINGTABLE 
BEGIN
    IDS_SR13_IMPORTPARTS_ERR_ALREADYCOMPLETE 
                            "Import aborted: Can't import to a complete file."
    IDS_SR13_IMPORTPARTS_ERR_HASHSETINCOMPLETE 
                            "Import aborted: hashset incomplete for %s (%i hashes for %i parts)."
    IDS_SR13_IMPORTPARTS_ERR_CANTOPENFILE "Import aborted: Couldn't open %s."
    IDS_SR13_IMPORTPARTS_IMPORTSTART "Importing %i parts to %s."
    IDS_SR13_IMPORTPARTS_PARTIMPORTEDGOOD "Part %i: imported."
    IDS_SR13_IMPORTPARTS_PARTIMPORTEDBAD "Part %i: imported for ICH handling."
    IDS_SR13_IMPORTPARTS_PARTSKIPPEDDONTMATCH 
                            "Part %i: skipped, doesn't match partially completed block."
END

STRINGTABLE 
BEGIN
    IDS_SR13_IMPORTPARTS_BADPARTSREHASH 
                            "%i bad parts were imported for A/ICH. Initiating rehash."
    IDS_SR13_IMPORTPARTS_ERR_FILETOOSMALL 
                            "File is smaller than minimal recovery block for AICH - there's no use in importing data to it."
    IDS_SR13_IMPORTPARTS_IMPORTFINISH 
                            "Import finished. %i parts were imported to %s."
END

STRINGTABLE 
BEGIN
    IDS_ONLY_DOWNLOAD_COMPLETE_FILES 
                            "Check file availability before starting download"
    IDS_DL_FORCE            "Force Download"
END

STRINGTABLE 
BEGIN
    IDS_X_QUICK_START_MAXPER5 "Max connections per 5 seconds"
    IDS_X_QUICK_START_MAXHALF "Max half open connections"
    IDS_X_QUICK_START_MAXCON "Max open connections"
    IDS_X_QUICK_START_STOP  "Stop quick start"
    IDS_X_QUICK_START_START "Start quick start"
    IDS_X_QUICK_START_BEGIN "Activating quick start, procedure will end in %.2f minutes"
    IDS_X_QUICK_START_END   "Quick start has finished"
    IDS_LASTREQUEST         "Last Request"
    IDS_SHOW_DROPPED_SRC    "Dropped"
END

STRINGTABLE 
BEGIN
    IDS_SAVE_UPLOAD_QUEUE_WAIT_TIME "Save Upload Queue Wait Time"
    IDS_DATEFILENAMELOG     "date as part of File Name of log file. "
    IDS_ECFEF               "Equal Chance For Each File"
    IDS_ALL_TIME            "All Time"
    IDS_COPYFEEDBACK        "Copy feedback to clipboard"
    IDS_DOWNLOAD_IN_RED     "Show downloading files in red"
    IDS_UPSLOTNUMBER        "Slot #"
    IDS_DM                  "Download Management"
END

STRINGTABLE 
BEGIN
    IDS_SCC                 "Smart Category Control (SCC)"
    IDS_SAC                 "Smart A4AF Control (SAC)"
END

STRINGTABLE 
BEGIN
    IDS_CHUNK               "Chunk Detail"
    IDS_POWERSHARE_ACTIVATED "Activated"
    IDS_POWERSHARE_DISABLED "Disabled"
    IDS_POWERSHARE_ON_LABEL "On"
    IDS_POWERSHARE_OFF_LABEL "Off"
    IDS_POWERSHARE_COLUMN_LABEL "Powershare"
    IDS_POWERSHARE_PREFIX   "PS"
    IDS_POWERSHARE          "Powershare"
    IDS_SF_UPLOADED_PARTS   "Spread bar (UL part history)"
    IDS_SF_TURN_PART        "File UL (part)"
    IDS_SF_TURN_SIMPLE      "File UL (simple)"
    IDS_SF_FULLUPLOAD       "File UL (full)"
    IDS_UM                  "Upload Management"
END

STRINGTABLE 
BEGIN
    IDS_X_QUICK_START       "Quick Start"
    IDS_X_QUICK_START_ENABLE "Perform quickstart at startup"
    IDS_X_QUICK_START_TIME  "Maximum quick start time"
    IDS_X_QUICK_START_TIME_PER_FILE "Time per file"
END

STRINGTABLE 
BEGIN
    IDS_PROGRESS_PERCENT    "Show percentage in progress bar"
    IDS_DOWNLOAD_IN_BOLD    "Show downloading files in bold"
    IDS_CAT_RESUMENEXT      "Resume next"
    IDS_CAT_PAUSELAST       "Pause last"
    IDS_CAT_STOPLAST        "Stop last"
    IDS_CAT_SHOWPAUSED      "Show paused"
    IDS_CAT_HIDEPAUSED      "Hide paused"
    IDS_CAT_SELDLGTXT       "Select a category from the list or enter a title for a new category:"
END

STRINGTABLE 
BEGIN
    IDS_RECONNECTONLOWID    "Reconnect on LowID retries"
    IDS_POWERSHARE_DENIED_LABEL "Denied"
    IDS_POWERSHARE_ADVISED_LABEL "Advised"
    IDS_POWERSHARE_AUTHORIZED_LABEL "Authorized"
    IDS_POWERSHARE_ACTIVATED_LABEL "Activated"
    IDS_POWERSHARE_DISABLED_LABEL "Disabled"
    IDS_POWERSHARE_AUTO_LABEL "Auto"
    IDS_POWERSHARE_AUTO     "Auto"
    IDS_ST_ULPOWERSHARE     "Powershare"
    IDS_HIDEOVERSHARES      "Overshares before hiding chunks (0 = Disabled)"
    IDS_SELECTIVESHARE      "Selective chunk sharing"
    IDS_ERR_HIDDENBLOCK     "Asked for hidden block "
    IDS_SP_ULPOWERSHARE     "Upload powershare slots"
END

STRINGTABLE 
BEGIN
    IDS_ERR_HIDDENSOURCE    "Asked Block without telling us what he need"
    IDS_SCHED_UPDATE_IPCONFIG "Update IPFILTER.DAT-file"
    IDS_SCHED_UPDATE_IPCONFIG_LOG "Scheduled IPFILTER.DAT-update initiated."
    IDS_SCHED_UPDATE_WARNING 
                            "Don't schedule automatic update-events too often to keep network traffic low!\r\nOnce per week should be enough!"
    IDS_PAYBACKFIRST        "Pay Back First"
END

STRINGTABLE 
BEGIN
    IDS_COMPRESSIONGAIN     "Compressed"
    IDS_CAT_MINIMUM         "Minimum"
    IDS_CAT_MAXIMUM         "Maximum"
    IDS_CAT_DLGHELP         "The check boxes indicate whether the criteria should be used when selecting a category for new files."
    IDS_CAT_FILTERS         "Category filters"
    IDS_CAT_RS              "Remaining size (MB)"
    IDS_CAT_FS              "     File size (MB)"
    IDS_CAT_RT              "Remaining time (M)"
    IDS_CAT_SC              "Source count"
    IDS_CAT_ASC             "Available source count"
    IDS_CAT_THISCAT         "This category"
    IDS_CAT_SUSPENDFILTERS  "Suspend view filters"
    IDS_CAT_FROMCATSINFO    "You assign all of the files in this category to other categories before you can set this category to view All or All Unassigned!"
    IDS_CAT_FROMCATSCAP     "Unassign files"
    IDS_CAT_ADVA4AF         "Advanced A4AF"
    IDS_CAT_FILTERSACTIVE   "Filters active"
END

STRINGTABLE 
BEGIN
    IDS_CAT_FILTERSSUSP     "Filters suspended"
    IDS_BOTH                "Both"
    IDS_REALTIME            "Real-time"
END

STRINGTABLE 
BEGIN
    IDS_CAT_SETORDER        "Set linear priority"
    IDS_CAT_ORDER           "Enter an integer greater than zero, or zero.  Lower values resume first."
    IDS_CAT_PAUSEDSHOWN     " | Paused shown"
    IDS_CAT_PAUSEDHIDDEN    " | Paused hidden"
    IDS_CAT_COLCATEGORY     "Cat"
END

STRINGTABLE 
BEGIN
    IDS_CAT_COLORDER        "LP"
    IDS_CAT_MNUAUTOINC      "Auto-increment selected"
    IDS_CAT_MNUSTEPTHRU     "Step through each selected"
    IDS_CAT_MNUALLSAME      "Set all to one value"
    IDS_CAT_EXPAUTOINC      "Enter a non-negative starting number:"
    IDS_CAT_EXPSTEPTHRU     "Enter a non-negative number, lower values resume first.\nFile:"
    IDS_CAT_EXPALLSAME      "Enter a non-negative number, which will be applied to all selected files:"
END

STRINGTABLE 
BEGIN
    IDS_CAT_ABORTSTEPTHRU   "Do you wish to abort the linear priority step through?"
    IDS_ABORT               "Abort?"
    IDS_SUC_ENABLED         "Enable"
    IDS_A4AF_SHOWDEBUG      "Show activities in debug log"
END

STRINGTABLE 
BEGIN
    IDS_CAT_SELDLGCAP       "Select category"
    IDS_CAT_SHOWCATNAME     "Show full category name in 'Cat' column"
    IDS_CAT_SHOWSELCATDLG   "Show the 'Select category' dialog"
    IDS_CAT_USEACTIVE       "Default to the active category for new downloads"
    IDS_CAT_AUTORESUMEORD   "Automatically increment and assign linear priority"
    IDS_CAT_SMALLFILEDLPUSH "Download small files first (< 150KB)"
    IDS_A4AF_SMARTSWAP      "Enable smart A4AF swapping"
    IDS_A4AF_BALANCE        "Balance sources"
    IDS_A4AF_STACK          "Stack sources"
    IDS_A4AF_DISABLED       "Disabled"
    IDS_A4AF_ADVMODE        "Advanced A4AF handling"
    IDS_CAT_STARTFILESONADD "Start # files when added to a new category"
    IDS_CAT_AUTOCAT         "Advanced filter mask (separator: | )"
END

STRINGTABLE 
BEGIN
    IDS_CAT_USEAUTOCAT      "Add new downloads to categories using view filters"
    IDS_SLS_USESLS          "Enable saving and loading of sources"
    IDS_CAT_MERGE           "Merge category"
    IDS_CAT_GROUP           "Group"
    IDS_CAT_RESUMEFILEONLYINSAMECAT 
                            "Resume paused file only in the same category"
    IDS_A4AF_FORCEALL       "Get all A4AF"
    IDS_A4AF_FLAGS          "Advanced A4AF flags"
    IDS_A4AF_ONFLAG         "Keep clients as A4AF"
    IDS_A4AF_OFFFLAG        "Keep clients as source"
    IDS_INVERT              "Invert"
END

STRINGTABLE 
BEGIN
    IDS_PREFER_SHARE_ALL    "Prefer Share All"
    IDS_DELETEFILE          "Delete File"
    IDS_UPDATEIPFILTER      "Update"
    IDS_UPDATEIPFILTERONSTART "Update IPFilter.dat on startup"
    IDS_UPDATEIPFILTERERROR "Error updating IPFilter.dat"
    IDS_HTTP_IPFILTERCAPTION "Updating IPFilter.dat"
    IDS_IPFILTER_PERCENTAGE "Updating IPFilter.dat: %s%% of %s completed"
    IDS_REMTIMEAVRREAL      "Remaining time display"
    IDS_UPL_DL              "Upload/Download"
    IDS_LISTREQUESTED       "List requested files"
    IDS_LISTREQDL           "List of downloading files:"
END

STRINGTABLE 
BEGIN
    IDS_LISTREQUL           "List of uploading files:"
    IDS_LISTREQNODL         "This user is not in download queue!!!"
    IDS_LISTREQNOUL         "This user is not in waiting queue!!!"
    IDS_LEECHERDETREM       "Leecher detected and removed from the uploadqueue."
    IDS_LEECHERPUTBACK      "Leecher put back in the waiting queue."
    IDS_TRIEDDLOTHERFILE    "%s: Upload session not allowed to start. Client tried to download another file than it was in queue for. FileID: (expected=%s, asked=%s)"
    IDS_CLIENTPUTBACK       "Put client back on queue, with waiting time intact."
    IDS_COMPLETESOURCES     "Complete sources"
    IDS_FEEDBACK_TRANSFERRED "Transferred: %s (%s)"
    IDS_FEEDBACK_REQUESTED  "Requested: %i (%i)"
END

STRINGTABLE 
BEGIN
    IDS_FEEDBACK_ACCEPTED   "Accepted Requests: %i (%i)"
    IDS_FEEDBACK_FROM       "Feedback from %s on [%s]"
    IDS_FEEDBACK_FILENAME   "File name: %s"
    IDS_FEEDBACK_FILETYPE   "File type: %s"
    IDS_FEEDBACK_FILESIZE   "Size: %s"
    IDS_FEEDBACK_DOWNLOADED "Downloaded: %s"
    IDS_FEEDBACK_TOTAL      "Total sources: %i"
    IDS_FEEDBACK_AVAILABLE  "Available sources : %i"
    IDS_FEEDBACK_NONEEDPART "No Needed Part sources: %i"
    IDS_FEEDBACK_COMPLETE   "Complete sources: %i (%i)"
    IDS_COPYFEEDBACK_US     "Copy feedback to clipboard (US)"
END

STRINGTABLE 
BEGIN
    IDS_REMAININGSIZE       "Remaining size"
END

STRINGTABLE 
BEGIN
    IDS_IPSTOPPEDOTHFILE    "Upload session not allowed to start. Client tried to download another file than it was in queue for."
END

STRINGTABLE 
BEGIN
    IDS_NEWMSGFROM          "New Message from '%s' (IP:%s)"
    IDS_FILTEREDFROM        "Filtered Message from '%s' (IP:%s)"
    IDS_ERRORPROCESSING     "Error when processing packet."
    IDS_RECEIVEDSRCEXREQ    "RCV:Source Request User '%s' File '%s'"
    IDS_DWLSESSIONENDED     "Download session ended. User: %s Reason: %s"
    IDS_LOWIDRETRYING       "LowID -- Trying Again (%i more attempts)"
    IDS_IPFILTEREDSRV       "IPfiltered source IP=%s (%s) received from server"
    IDS_IPIGNOREDSRV        "Ignored source (IP=%s) received from server"
    IDS_IPFILTEREDSE        "IPfiltered source IP=%s (%s) received via source exchange"
    IDS_IPIGNOREDSE         "Ignored source (IP=%s) received via source exchange"
    IDS_SERVERFILTERED      "IPfiltered server with IP=%s (%s)"
END

STRINGTABLE 
BEGIN
    IDS_SERVERIGNORED       "Ignored server with IP=%s"
    IDS_URL_FOR_UPDATING    "URL for updating"
    IDS_HIDEOS              "Hide Over Share"
    IDS_SHAREONLYTHENEED    "Share Only The Need"
    IDS_SFM                 "Shared File Management"
END

STRINGTABLE 
BEGIN
    IDS_IP2COUNTRY          "IP2Country"
    IDS_COUNTRYNAME_SHORT   "Display 2 letters"
END

STRINGTABLE 
BEGIN
    IDS_UPPOWERSHARE        "Total upload via Powershare:"
    IDS_COMPLETEPOWERSHARE  "Upload on complete files:"
    IDS_INCOMPLETEPOWERSHARE "Upload on incomplete files:"
    IDS_POWERSHARESTAT      "Powershare"
    IDS_SW_REMOVEALLBANNEDCLIENTS "Remove All Banned Clients"
END

STRINGTABLE 
BEGIN
    IDC_URL_FOR_UPDATING_IP2COUNTRY "File-URL for updating"
    IDS_URL_FOR_UPDATING_IP2COUNTRY "File-URL for updating"
    IDS_IMPORTPARTS         "Import parts to file..."
    IDS_IMPORTPARTS_STOP    "Stop Import parts to file"
    IDS_ZZRATIO             "zzRatio"
    IDS_ZZRATIO_ENABLED     "is activated"
    IDS_ZZRATIO_DISABLED    "isn't activated"
    IDS_ZZRATIO_CHECK1      "1/3 Ratio reached"
    IDS_ZZRATIO_CHECK2      "PowerSharing incomplet file"
    IDS_ZZRATIO_CHECK3      "Using friend slot and globaldatarate>3KB/s"
    IDS_ZZRATIO_CHECK4      "Upload limit under 10KB/s"
    IDS_ZZRATIO_CHECK5      "Average upload under 10KB/s"
END

STRINGTABLE 
BEGIN
    IDS_COUNTRYNAME_MID     "Display 3 letters"
    IDS_COUNTRYNAME_LONG    "Display full name"
    IDS_COUNTRYNAME_SHOWFLAG "ShowFlag"
    IDS_REMOVEALLFRIENDSLOT "Remove All Friend Slot"
    IDS_INFINITEQUEUE       "Infinite Queue"
    IDS_PAYBACKFIRSTLIMIT   "Amount before triggering (Default 10MB)"
    IDS_ENABLE_CHUNKDOTS    "Enable ChunkDots in progress bar"
    IDS_COMMUNITY           "Community"
    IDS_COMMUNITYTAG        "Community Tags (separated by '|')"
END

STRINGTABLE 
BEGIN
    IDS_INVISIBLEMODE       "Invisible Mode"
    IDS_ICS_USEICS          "Use Intelligent Chunk Selection (ICS)"
    IDS_AUXPORTS            "Aux Ports"
    IDS_SOLIDGRAPH          "Show solid graph"
    IDS_POWERSHARE_LIMITED  "Limited"
    IDS_POWERSHARE_LIMIT    "Limit of complete source"
    IDS_CLIENTPERCENTAGE    "Show Client Percentage"
END

STRINGTABLE 
BEGIN
    IDS_MORPH_RFHA          "Report file hashing activities"
    IDS_MORPH_RAIF          "Report activities in friendlist"
    IDS_MORPH_KSSERV        "Don't remove static servers from serverlist in runtime"
END

STRINGTABLE 
BEGIN
    IDS_COUNTRY             "Country"
END

STRINGTABLE 
BEGIN
    IDS_CTRLKEY             "CTRL"
    IDS_ALTKEY              "ALT"
    IDS_SHIFTKEY            "SHIFT"
    IDS_INVMODE_GROUP       "Invisible Mode"
    IDS_DATARATEAVERAGETIME "Datarate average time (Default 30s)"
END

STRINGTABLE 
BEGIN
    IDS_FRIENDNAME_CHANGED1 "Friend changed his name: '%s'->'%s', ip %i.%i.%i.%i:%i, hash %s"
    IDS_FRIENDNAME_CHANGED2 "Friend changed his name: '%s'->'%s', hash %s"
    IDS_FAILEDTOLOAD        "Failed to load"
    IDS_DL_ULDL             "Download/Upload"
    IDS_LAST_ASKED          "Last Asked"
    IDS_DOWNL_TIME          "Downloading Time"
    IDS_KNOWN_SINCE         "Known Since"
    IDS_OK                  "OK"
    IDS_IGNORE              "&Ignore"
    IDS_RETRY               "&Retry"
    IDS_CONTINUE            "&Continue"
    IDS_DONOTTELLAGAIN      "Don't tell me again"
    IDS_DONOTSHOWAGAIN      "Don't show again"
    IDS_YESTOALL            "Y&es to All"
END

STRINGTABLE 
BEGIN
    IDS_AUTOUPIP2COUNTRY    "Update Ip-to-country.csv on startup"
    IDS_UPDATEIPCURL        "Update"
END

STRINGTABLE 
BEGIN
    IDS_DOWNHISTORY         "Downloaded history"
    IDS_DOWNHISTORY_CHECK1  "eMule has found a file already downloaded with the same file ID:\n"
    IDS_DOWNHISTORY_CHECK2  "eMule has found %i files already downloaded with the same file name (%s):\n"
    IDS_DOWNHISTORY_CHECK3  "Do you want to download the file anyway?"
    IDS_DOWNHISTORY_CHECK4  "eMule has found a file already cancelled with the same file ID:\n"
    IDS_USER_ALREADY_FRIEND "User ""%s"" is already in your friend list"
END

STRINGTABLE 
BEGIN
    IDS_GRAPHOPTIONS        "Graph options"
    IDS_CRC_CALCULATED      "calculated CRC32"
END

STRINGTABLE 
BEGIN
    IDS_LOG_IACH            "Log IACH Events"
    IDS_DIR_WATCHER         "Reload shared directories automatically"
END

STRINGTABLE 
BEGIN
    IDS_ASFU_DELAY          "ASFU: Detected a file in completing status, delaying reload..."
    IDS_ASFU_RELOAD         "Detected change on shared folders. Reloading shared files..."
    IDS_ASFU_RELOADING      "ASFU: Reloading..."
    IDS_ASFU_RELOADTIME     "ASFU: Detected change on shared folders, reload of shared files in %d seconds..."
END

STRINGTABLE 
BEGIN
    IDS_CRC_CHECKOK         "CRC32-check ok"
    IDS_CRC_FORCEADDING     "Add CRC32/Tag to filename even if the filename already contains a valid CRC32"
    IDS_CRC_FORCEUPPERCASE  "If filename already contains a valid CRC32, convert it to uppercase."
    IDS_CRC_DONTADDCRC      "Don't add CRC32/Suffix to filename, only add prefix as static text."
    IDS_CRC_PREFIX          "Prefix to add at the end of the filename before the CRC32:"
    IDS_CRC_SUFFIX          "Suffix to add at the end of the filename after the CRC32:"
END

STRINGTABLE 
BEGIN
    IDS_CRC32_TITLE         "CRC32 to filename"
    IDS_LOG_IPFILTER_LOADED "Loaded IP filters from ""%s"" in %ums"
    IDS_LOG_IPFILTER_INFO   "Parsed lines:%u  Found IP ranges:%u  Duplicate:%u  Merged:%u"
    IDS_IPFILTER_SAVERR     "Failed to save IP filter to file ""%s"" - %hs"
    IDS_IPFILTER_NOTAVAIL   "Not available"
    IDS_LOG_ERRDWN          "Error downloading %s"
END

STRINGTABLE 
BEGIN
    IDS_LOG_CRC32_WRN1      "Warning: A file for which the CRC32 should be calculated is not shared anymore. Calculation skipped."
    IDS_LOG_CRC32_WRN2      "Warning: File '%s' is not shared anymore. CRC32 calculation skipped."
    IDS_LOG_CRC32_WRN3      "Warning: Can't open file '%s' for CRC32 calculation. File skipped."
    IDS_LOG_CRC32_SKIP1     "CRC32-calculation of file '%s' skipped - already calculated."
    IDS_LOG_CRC32_SKIP2     "Can't calculate CRC32 of file '%s'; file is a part file and not complete !"
    IDS_LOG_CRC32_CALC      "Calculating CRC32 of file '%s'..."
    IDS_LOG_CRC32_ADORT     "CRC32 calculation aborted."
    IDS_LOG_CRC32_COMPLETED "Calculation of CRC32 for file '%s' completed. File CRC: %s"
    IDS_IP2COUNTRY_LOADED   "IP2Country loaded"
    IDS_IP2COUNTRY_UNLOADED "IP2Country unloaded"
END

STRINGTABLE 
BEGIN
    IDS_IP2COUNTRY_ERROR1   "error line number : %i"
    IDS_IP2COUNTRY_ERROR3   "Failed to load in"
    IDS_IP2COUNTRY_ERROR4   "CountryFlag Disabled, failed to load"
    IDS_IP2COUNTRY_ERROR5   "Invalid resID, maybe you need to upgrade your flag icon Dll,"
    IDS_IP2COUNTRY_ERROR6   "IP to Country file download failed"
    IDS_IP2COUNTRY_ERROR7   "Failed to extract IP to Country file from downloaded IP to Country ZIP file ""%s""."
    IDS_IP2COUNTRY_ERROR8   "Downloaded IP to Country file ""%s"" is a ZIP file with unexpected content."
    IDS_IP2COUNTRY_LOADED2  "Loaded IP2Country from ""%s"" in %ums"
    IDS_IP2COUNTRY_INFO     "Parsed lines:%u  Found IPCountry ranges:%u  Duplicate:%u  Merged:%u"
    IDS_IP2COUNTRY_FLAGLOAD "Country Flags have been loaded"
    IDS_IP2COUNTRY_FILELOAD "IP2Countryfile has been unloaded"
    IDS_IP2COUNTRY_FLAGUNLD "Country Flags have been unloaded"
    IDS_IP2COUNTRY_DWNFILE  "Downloading IP2Country file"
    IDS_IP2COUNTRY_UPUNLOAD "IP2Country.csv unloaded due to update in progress"
END

STRINGTABLE 
BEGIN
    IDS_IP2COUNTRY_UPLOAD   "IP2Country.csv loaded after successful update"
    IDS_HASHING_COMPLETED   "Completed hashing of file '%s'."
    IDS_HASHING_COMPLETED2  "Hashing of new files completed."
    IDS_HASHING_NEWFILE     "New file: '%s'"
    IDS_SUQWT_LOAD          "Load %s"
    IDS_VERBOSE_TITLE       "Verbose"
    IDS_UP_LOWID            "%s LowID"
    IDS_UP_LOWID_DELAYED    "%s LowID delayed %s"
    IDS_UP_LOWID2           "%i LowID"
    IDS_UP_LOWID_AWAITED    "%i **** Awaited reconnect %s"
    IDS_IP2COUNTRY_NALONG   "Not Applicable"
    IDS_IP2COUNTRY_NASHORT  "N/A"
    IDS_SOURCE_LOADER_SAVER "SLS"
    IDS_NEWFRIEND           "New friend:"
    IDS_REMOVEDFRIEND       "Removed friend:"
END

STRINGTABLE 
BEGIN
    IDS_NOTOALL             "N&o to All"
    IDS_TRYAGAIN            "&Try Again"
    IDS_REPORT              "Re&port"
    IDS_IGNOREALL           "I&gnore All"
    IDS_SKIP                "&Skip"
    IDS_SKIPALL             "S&kip All"
END

STRINGTABLE 
BEGIN
    IDS_GLOBAL_HL           "Global HL"
    IDS_GLOBAL_HL_LIMIT     "Global Hardlimit"
END

STRINGTABLE 
BEGIN
    IDS_DOWNHISTORY_REMOVE  "Remove from history"
    IDS_DOWNHISTORY_REMOVE_QUESTION 
                            "Do you really want to remove ""%s"" from downloaded history?"
    IDS_DOWNHISTORY_REMOVE_QUESTION_MULTIPLE 
                            "Do you really want to remove selected files from downloaded history?"
    IDS_DOWNHISTORY_SHARED  "Shared"
    IDS_DOWNHISTORY_CLEAR   "Clear downloaded history"
    IDS_DOWNHISTORY_SHOWSHARED "Show shared files"
    IDS_DOWNHISTORY_CLEAR_QUESTION 
                            "Are you sure you want to clear download history?"
    IDS_AUTOUPIPFILTERWEEK  "Update weekly"
    IDS_SCHEDTEXT           "Added by autoupdate"
END

STRINGTABLE 
BEGIN
    IDS_HTTP_SRC            "Add HTTP sources"
    IDS_CLEAR               "Clear"
    IDS_INVALID_HTTP_SRC    "Invalid HTTP source. Make sure the URL starts with ""http://"""
    IDS_HTTP_LIST_CLEAR     "This will remove all http sources. Are you sure?"
    IDS_MINIMULEAUTOCLOSE   "MiniMuleAutoClose"
    IDS_MINIMULETRANSPARENCY "MiniMuleTransparency"
    IDS_CREATECRASHDUMP     "CreateCrashDump"
    IDS_CHECKCOMCTL32       "CheckComctl32 "
    IDS_CHECKSHELL32        "CheckShell32"
    IDS_IGNOREINSTANCES     "IgnoreInstances"
    IDS_NOTIFIERMAILENCRYPTCERTNAME "NotifierMailEncryptCertName"
    IDS_MEDIAINFO_MEDIAINFODLLPATH "MediaInfo_MediaInfoDllPath"
END

STRINGTABLE 
BEGIN
    IDS_NOMINIMIZE          "No, To tray"
    IDS_DISABLECATCOLORS    "Disable category colors"
END

STRINGTABLE 
BEGIN
    IDS_ADVANCEDPREFS       "Advanced Preferences"
    IDS_TRUSTEVERYHASH      "aichTrustEveryHash(current session)"
    IDS_INSPECTALLFILETYPES "InspectAllFileTypes"
END

STRINGTABLE 
BEGIN
    IDS_MEDIAINFO_RIFF      "MediaInfo_RIFF"
    IDS_MEDIAINFO_ID3LIB    "MediaInfo_ID3LIB"
    IDS_MAXLOGBUFF          "MaxLogBuff"
    IDS_MAXCHATHISTORY      "MaxChatHistory"
    IDS_PREVIEWSMALLBLOCKS  "PreviewSmallBlocks"
    IDS_RESTORELASTMAINWNDDLG "RestoreLastMainWndDlg"
    IDS_RESTORELASTLOGPANE  "RestoreLastLogPane"
    IDS_PREVIEWCOPIEDARCHIVES "PreviewCopiedArchives"
    IDS_STRAIGHTWINDOWSTYLES "StraightWindowStyles"
    IDS_LOGFILEFORMAT       "LogFileFormat"
    IDS_RTLWINDOWSLAYOUT    "RTLWindowsLayout"
    IDS_PREVIEWONICONDBLCLK "PreviewOnIconDblClk"
    IDS_INTERNETSECURITYZONE "InternetSecurityZone"
    IDS_TXTEDITOR           "TxtEditor"
    IDS_SERVERUDPPORT       "ServerUDPPort"
END

STRINGTABLE 
BEGIN
    IDS_MAXMSGSESSIONS      "maxmsgsessions(Chat sessions)"
    IDS_PREFERRESTRICTEDOVERUSER "PreferRestrictedOverUser"
    IDS_WEBFILEUPLOADSIZELIMITMB "WebFileUploadSizeLimitMB(default 5,0=all)"
    IDS_HIGHRESTIMER        "HighresTimer"
    IDS_ALLOWEDIPS          "AllowedIPs webserver (seperated by ;)"
    IDS_STATIC_ICON         "Always display Tray Icon"
END

STRINGTABLE 
BEGIN
    IDS_REMOVEFILESTOBIN    "RemoveFilesToBin"
END

STRINGTABLE 
BEGIN
    IDS_USECOMPRESS         "UseCompression (session)"
    IDS_SERVER_REQUIREOBFUSCATION "Require obfuscated connection to servers"
    IDS_USEUSERSORTEDSERVERLIST "UserSortedServerList"
END

STRINGTABLE 
BEGIN
    IDS_CLIPSTAT_GHL        "Global Hardlimit"
    IDS_CLIPSTAT_GHLSOURCES "Source Limit"
    IDS_CLIPSTAT_CONCHECKER "Connectioncheck"
    IDS_CLIPSTAT_INTELLIFLUSH "IntelliFlush"
    IDS_CLIPSTAT_SLS        "Save/Load Sources"
    IDS_CLIPSTAT_PORTS      "Ports"
    IDS_CLIPSTAT_REBINDUPNP "Refresh UPnP-Binding"
    IDS_CLIPSTAT_COPY       "Copy ClipStat"
    IDS_CLIPSTAT_ASL        "Auto Soft Lock"
    IDS_CLIPSTAT_ACC        "Active Connection Control"
    IDS_CLIPSTAT_ULSLOTS    "Max. Slots"
    IDS_CLIPSTAT_ULOPENMORE "Open more Slots if needed"
    IDS_CLIPSTAT_ICS        "Intelligent Chunk Selection"
    IDS_CLIPSTAT_RASAIPC    "Reask Sources after IP Change"
END

STRINGTABLE 
BEGIN
    IDS_ERR_NOVALIDSTATICSERVERSFOUND 
                            "No valid static servers to connect in serverlist found"
    IDS_ERR_NOVALIDOBFUSCATEDSERVERSFOUND 
                            "No valid obfuscated servers with key to connect in serverlist found(refresh serverlist or enable udp)"
    IDS_DEBUGSEARCHDETAILLEVEL "DebugSearchDetailLevel"
    IDS_CRYPTTCPPADDINGLENGTH "CryptTCPPaddingLength=[1-254]"
    IDS_X_ADJUSTNTFSDAYLIGHTFILETIME "Adjust NTFS daylight file time"
    IDS_X_PEERCACHESHOW     "Show PeerCache informations"
    IDS_X_DATETIMEFORMAT    "Date&Time format"
    IDS_X_DATETIMEFORMAT4LOG "Date&Time format for log"
    IDS_X_LOGERROR          "Log error color"
    IDS_X_ICH               "Intelligent Corruption Handing (ICH)"
END

STRINGTABLE 
BEGIN
    IDS_ADDSHAREDIR         "Add share or UNC manually"
    IDS_TEXTSHRETOADD       "Share to add"
    IDS_SHAREWITHSUBDIR     "Share with subdirectories"
    IDS_UNCLIST_INACTIVE    "Inactive shares"
END

STRINGTABLE 
BEGIN
    IDS_X_DONTCOMPRESSAVI   "Don't compress avi"
    IDS_X_SHOWCOPYED2KLINK  "Show 'copy ed2k link' command"
    IDS_X_ICON_FLASH_ON_NEW_MESSAGE "Flash tray icon on new message"
    IDS_X_SHOWVERTICALHOURMARKERS "Stats- Show vertical hour markers"
    IDS_X_LOGWARNING        "Log warning color"
    IDS_X_LOGSUCCESS        "Log success color"
    IDS_X_REBARTOOLBAR      "disable some Toolbar options"
END

STRINGTABLE 
BEGIN
    IDS_USS_INITIAL_TTL     "Initial TTL"
    IDS_USEDOWNLOADOVERHEAD "Use download overhead"
    IDS_APPLY_SETTINGS      "Should the necessary settings be applied now?"
    IDS_PURGE_DONT          "Don't purge entries"
    IDS_PURGE_PARTIALLY     "Partially purge entries (Original)"
    IDS_PURGE_COMPLETLY     "Completely purge entries (MorphCA)"
    IDS_REMOVE_AICH_IMMEDIATLY "Remove unused AICH hashes immediately"
END

STRINGTABLE 
BEGIN
    IDS_AUTOIPFILTERFAILED  "Failed to check IPFilter version."
    IDS_DL_NONE             "None"
    IDS_X_FILE_BUFFER_TIME_LIMIT "File Buffer Time Limit (in sec)"
    IDS_X_DATETIMEFORMAT4LIST "Date&Time format for lists"
    IDS_X_REARRANGEKADSEARCH "Rearrange KAD search keywords"
END

STRINGTABLE 
BEGIN
    IDS_TCP_CONS            "TCP-connections"
    IDS_UPDATEQUEUE         "Don't update Queue list in real time"
    IDS_REPAINTGRAPHS       "Don't recreate statistic graphs on resize"
    IDS_PW_BEEP             "Beep on errors"
    IDS_MSGONLYSEC          "Accept messages from valid clients only"
    IDS_DISABLEPEERACHE     "Disable downloading from PeerCache"
    IDS_WS_FAILED_LOGIN     "You have been banned for 15 min due to failed login attempts!"
END

STRINGTABLE 
BEGIN
    IDS_KEEPCATINCSHARED    "Should incoming directory of removed category be added as share?"
    IDS_KEEPCATINCSHARED_TITLE "Category removed"
    IDS_ADD_REMOVED_INC     "Ask if incoming dir of removed cat should be added as share"
END

STRINGTABLE 
BEGIN
    IDS_EXTRAPREVIEWWITHMENU "Display Preview With menu in root context menu"
    IDS_SHOWUPDOWNICONINTASKBAR "Use overlay to indicate up/down in taskbar"
    IDS_KEEPUNAVAILABLEFIXEDSHAREDDIRS 
                            "Keep unavailable directories on fixed drives"
    IDS_FORCESPEEDSTOKB     "Display all speed values in KB/s"
    IDS_MM_OPEN             "Open Mini-Mule on minimize to tray"
END

STRINGTABLE 
BEGIN
    IDS_PS_AMOUNT_LIMIT     "Limit by data amount uploaded"
    IDS_PS_AMOUNT_LIMIT_LABEL "Limit by data amount uploaded (max. 10000%)"
    IDS_PS_AMOUNT_LIMIT_WRONG "Invalid value entered."
    IDS_BROKEN_URLS         "Don't send user-agents URLs (separated by '|')"
END

STRINGTABLE 
BEGIN
    IDS_SHOW_MINQR       "Show MinQR"            
    IDS_SHOW_BLOCKRATIO     "Show Blockratio"         
    IDS_SHOW_RUNTIME       "Show Usernick - Runtime on title"          
    IDS_SHOW_STATUSICON   "Show File Status Icons"          
    IDS_SHOW_CPU_USAGE       "Show CPU/RAM usage"        
    IDS_SHOW_SESSION_DOWNLOAD     "Show Session Download"  
    IDS_AUTO_DROP           "Enable Auto Drop System"         
    IDS_DROP_BLOCKING      "Drop blocking clients" 
    IDS_DISCONNECT_CHECK   "Disconnect server automatically after (min.)"
    IDS_AVGQR              "AvgQR"
END

