1/* # */
2/* # This file contains all the word, phrases and sentences that are output */
3/* # to a user by MailScanner. They are all here so that you can translate */
4/* # them into your language. */
5/* # You should only edit what is on the right of each "=". */
6/* # If you set the "Language Strings" option in MailScanner.conf to be a */
7/* # ruleset (or even a function!) then you can output responses in different */
8/* # languages to different users and customers. */
9/* # */
10/* # Used in spam header */
11"Blacklisted" = "svartlistad";
12"Whitelisted" = "godkänd";
13"NotSpam" = "ej spam";
14"Spam" = "spam";
15/* # used when creating VirusWarning.txt */
16"TheEntireMessage" = "hela meddelandet";
17"NotNamed" = "inte namngivet";
18/* # used for sysadmin notifications */
19"NoticeSubject" = "Varning: farligt innehåll detekterat";
20"FullHeadersAre" = "Komplett meddelandehuvud är";
21/* # used for delivering truly disinfected attachments */
22"Disinfected" = "Desinficerat";
23/* # used for virus report in unparsable messages */
24"CantAnalyze" = "Kunde inte analysera meddelande";
25/* # used for virus report in unparsable TNEF messages */
26"BadTNEF" = "Kunde inte analysera Outlook RTF bilaga";
27/* # used for creating sysadmin notifications */
28"NoticeHeading" = "Följande meddelande hade farligt innehåll";
29/* # used when SpamAssassin has timed out too often */
30"SADisabled" = "Inaktiverat p g a %d logiska timeouter";
31/* # used when message size exceeds configured SpamAssassin max message size */
32"SATooLarge" = "Meddelande större än maximal teststorlek";
33/* # used when trying to use SpamAssassin on a bad message with no headers */
34"SANoHeaders" = "Meddelandet saknar huvud";
35/* # used when creating SpamAssassin results header */
36"score" = "resultat";
37"required" = "krav";
38"SATimedOut" = "timed out";
39/* # used when creating reports for messages with dangerous content */
40"PartialMessage" = "Fragmenterade meddelanden kan inte scannas och tas bort";
41"FoundIFrame" = "Osäker IFrame teckensträng funnen i meddelande";
42"FoundForm" = "Meddelandet innehöll ett HTML formulär";
43"FoundScript" = "Hittade ett script i HTML meddelandet";
44"FoundObject" = "Osäker Object Codebase teckensträng funnen i meddelande";
45"ExternalBody" = "Extern brödtext kan inte scannas och tas bort";
46"EudoraLongMIME" = "Eudora long-MIME-boundary attack";
47/* # used when detecting denial-of-service attacks */
48"DOSAttack" = "DOS attack i meddelande";
49/* # used when detecting+blocking (un)encrypted messages */
50"encrypted" = "Meddelandet var krypterat";
51"unencrypted" = "Meddelandet var ej krypterat";
52/* # used in spam reports */
53"SpamAssassin" = "SpamAssassin";
54/* # Used in virus reports */
55"Report" = "Rapport";
56/* # Used in virus reports */
57"TooBig" = "Meddelandet är för stort";
58"AttachmentTooLarge" = "Bilagan är för stor";
59"AttachmentTooSmall" = "Attachment is too small";
60"TooManyAttachments" = "För många bilagor i meddelandet";
61/* # Used in filename/filetype/content reports */
62"MailScanner" = "MailScanner";
63/* # Used in MCP checks */
64"MCP" = "MCP";
65"MCPSpamAssassin" = "MCP-Checker";
66"MCPnotspam" = "MCP-Clean";
67"MCPspam" = "MCP-Trapped";
68"MCPblacklisted" = "MCP-Blacklisted";
69"MCPwhitelisted" = "MCP-Whitelisted";
70"MCPsadisabled" = "MCP disabled";
71"MCPsanoheaders" = "MCP Message had no headers";
72"MCPsatimedout" = "MCP timed out";
73/* # Used in passworded-archives checks */
74"UnreadableArchive" = "Meddelandet innehöll ett arkiv som inte kunde läsas";
75"PasswordedArchive" = "Meddelandet innehöll ett lösenordsskyddat arkiv";
76"NonPasswordedArchive" = "Message contained archive which was not password-protected";
77"ArchiveTooDeep" = "Meddelandet innehöll för djupt nästade arkiv";
78/* # Used in Postmaster notices */
79"NoticeVirusInfected" = "Virus Detected";
80"NoticeFilenameInfected" = "Bad Filename Detected";
81"NoticeOtherInfected" = "Other Bad Content Detected";
82"NoticePasswordProtected" = "Password-protected Archive Detected";
83"NoticeNonPasswordProtected" = "Non-password-protected Archive Detected";
84"NoticePrefix" = "The following e-mails were found to have";
85/* # Used in Phishing Fraud attack detections. The "End" must close all the */
86/* # HTML highlighting done in the "Start". */
87"PossibleFraudStart" = "<font color=\"red\"><b>MailScanner har detekterat ett m&ouml;jligt bedr&auml;gerif&ouml;rs&ouml;k fr&aring;n";
88"PossibleFraudEnd" = "</b></font>";
89"NumericLinkWarning" = "<font color=\"red\"><b>MailScanner warning: numerical links are often malicious:</b></font>";
90/* # Used in "From:" header of many reports */
91"PostmasterName" = "MailScanner";
92"GSDisabled" = "Custom Spam Scanner disabled due to repeated failures";
93/* # Used in simple filename allow/deny rules (not filename.rules.conf) */
94"FoundBlockedFilename" = "Blocked Filename Detected";
95"FoundBlockedFiletype" = "Blocked Filetype Detected";
96/* # Used in SpamAssassin cache results headers */
97"cached" = "cached";
98"notcached" = "not cached";
99/* # Used when testing message size against Max Spam Check Size */
100"skippedastoobig" = "not spam (too large)";
101/* # Used in the watermarking spam report */
102"watermarked" = "watermarked";
103"NoticeSizeInfected" = "Attachment detected outside size limits";
104/* # Used in Phishing Fraud attack detections. The "End" must close all the */
105/* # HTML highlighting done in the "Start". */
106"DefiniteFraudStart" = "<font color=\"red\"><b>MailScanner has detected definite fraud in the website at";
107"DefiniteFraudEnd" = ". Do <i>not</i> trust this website:</b></font>";
108/* # Used in reports of attacks on HTML::Parser (used for analysing HTML messages) */
109"HTMLParserAttack" = "MailScanner was attacked by a Denial Of Service attack, and has therefore \ndeleted this part of the message. Please contact your e-mail providers \nfor more information if you need it, giving them the whole of this report.";
110/* # Used in reports of messages that have caused MailScanner to crash */
111"KilledMailScanner" = "Message attempted to kill MailScanner";
112"HiddenLinkWarningStart" = "<font color=\"red\"><b>MailScanner has detected that this item links to ";
113"HiddenLinkWarningEnd" = ". Use Caution and only open this link if it is trustworthy.</b></font>";
114/* # QP DOS Detection */
115"QPDOSFail" = "Suspected QP DOS, checks failed, could not read file"
116"QPDOSFound" = "Suspected QP DOS, found blank space line of length"