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" = "a la llista negre";
12"Whitelisted" = "a la llista blanca";
13"NotSpam" = "no és spam";
14"Spam" = "spam";
15/* # used when creating VirusWarning.txt */
16"TheEntireMessage" = "el missatge complet";
17"NotNamed" = "sense nom";
18/* # used for sysadmin notifications */
19"NoticeSubject" = "Atenció: S'ha detectat un virus en el missatge";
20"FullHeadersAre" = "Els encapçalaments complets són";
21/* # used for delivering truly disinfected attachments */
22"Disinfected" = "Desinfectat";
23/* # used for virus report in unparsable messages */
24"CantAnalyze" = "El missatge no s'ha pogut analitzar";
25/* # used for virus report in unparsable TNEF messages */
26"BadTNEF" = "No s'ha pogut processar el missatge TNEF";
27/* # used for creating sysadmin notifications */
28"NoticeHeading" = "S'han trobat virus en el següent missatge";
29/* # used when SpamAssassin has timed out too often */
30"SADisabled" = "Inhabilitat degut a %d timeouts consecutius";
31/* # used when message size exceeds configured SpamAssassin max message size */
32"SATooLarge" = "El missatge sobrepassa la mida màxima establerta per ser analitzat";
33/* # used when trying to use SpamAssassin on a bad message with no headers */
34"SANoHeaders" = "El missatge no té encapçalaments";
35/* # used when creating SpamAssassin results header */
36"score" = "puntuació";
37"required" = "necessari";
38"SATimedOut" = "timed out";
39/* # used when creating reports for messages with dangerous content */
40"PartialMessage" = "Els missatges fragmentats no es poden analitzar i són suprimits";
41"FoundIFrame" = "S'ha trobat un marcador IFrame perillós en un missatge HTML";
42"FoundForm" = "S'ha trobat un formulari en un missatge HTML";
43"FoundScript" = "S'ha trobat un script en un missatge HTML";
44"FoundObject" = "S'ha trobat un objecte amb codi perillós en un missatge HTML";
45"ExternalBody" = "Els missatges amb cossos externs no es poden analitzar i són suprimits";
46"EudoraLongMIME" = "Atac long-MIME-boundary per Eudora";
47/* # used when detecting denial-of-service attacks */
48"DOSAttack" = "Atac de denegació de servei (DoS) en el missatge!";
49/* # used when detecting+blocking (un)encrypted messages */
50"encrypted" = "El missatge estava xifrat";
51"unencrypted" = "El missatge no estava xifrat";
52/* # used in spam reports */
53"SpamAssassin" = "SpamAssassin";
54/* # Used in virus reports */
55"Report" = "Informe";
56/* # Used in virus reports */
57"TooBig" = "El missatge és massa gran";
58"AttachmentTooLarge" = "El fitxer adjunt és massa gran";
59"AttachmentTooSmall" = "El fitxer adjunt és massa petit";
60"TooManyAttachments" = "Hi ha masses fitxers adjunts al missatge";
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" = "El missatge conté un annex comprimit que no es pot llegir";
75"PasswordedArchive" = "El missatge conté un annex comprimit protegit amb contrassenya";
76"NonPasswordedArchive" = "Message contained archive which was not password-protected";
77"ArchiveTooDeep" = "El missatge conté un fitxer aniuat massa profund";
78/* # Used in Postmaster notices */
79"NoticeVirusInfected" = "Virus detectat";
80"NoticeFilenameInfected" = "Detectat fitxer incorrecte";
81"NoticeOtherInfected" = "Un altre contingut perillós detectat";
82"NoticePasswordProtected" = "Detectat fitxer protegit amb contrassenya";
83"NoticeNonPasswordProtected" = "Non-password-protected Archive Detected";
84"NoticePrefix" = "S'ha detectat que els següents missatges tenien";
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 ha detectat un possible intent de frau des de";
88"PossibleFraudEnd" = "</b></font>";
89"NumericLinkWarning" = "<font color=\"red\"><b>Avís de MailScanner: els enllaços numèrics sovint són perillosos:</b></font>";
90/* # Used in "From:" header of many reports */
91"PostmasterName" = "MailScanner";
92"GSDisabled" = "Custom Spam Scanner desactivat per repetides fallades";
93/* # Used in simple filename allow/deny rules (not filename.rules.conf) */
94"FoundBlockedFilename" = "S'ha detectat un nom de fitxer blocat";
95"FoundBlockedFiletype" = "S'ha detectat un tipu de fitxer blocat";
96/* # Used in SpamAssassin cache results headers */
97"cached" = "en memòria cau";
98"notcached" = "no en memòria cau";
99/* # Used when testing message size against Max Spam Check Size */
100"skippedastoobig" = "no és spam (massa llarg)";
101/* # Used in the watermarking spam report */
102"watermarked" = "watermarked";
103"NoticeSizeInfected" = "S'ha detectat que el fitxer adjunt sobrepassa els límits de grandària";
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 ha detectat un frau definitiu al web";
107"DefiniteFraudEnd" = ". <i>No</i> us en refieu pas d'aquest web:</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"