-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
54 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,20 @@ | |
"name": "silverstripe/spamprotection", | ||
"description": "Spam protection module for SilverStripe.", | ||
"type": "silverstripe-vendormodule", | ||
"keywords": ["silverstripe", "spamprotection"], | ||
"authors": [{ | ||
"name": "Saophalkun Ponlu", | ||
"email": "[email protected]" | ||
}, { | ||
"name": "Will Rossiter", | ||
"email": "[email protected]" | ||
}], | ||
"keywords": [ | ||
"silverstripe", | ||
"spamprotection" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Saophalkun Ponlu", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Will Rossiter", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"silverstripe/framework": "^4.0" | ||
}, | ||
|
@@ -21,18 +27,15 @@ | |
"extra": { | ||
"expose": [ | ||
"images" | ||
], | ||
"branch-alias": { | ||
"dev-master": "3.x-dev" | ||
} | ||
] | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"SilverStripe\\SpamProtection\\": "code/", | ||
"SilverStripe\\SpamProtection\\Tests\\": "tests/" | ||
} | ||
}, | ||
"license": "BSD-3-Clause", | ||
"license": "BSD-3-Clause", | ||
"minimum-stability": "dev", | ||
"prefer-stable": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
da: | ||
SilverStripe\SpamProtection\EditableSpamProtectionField: | ||
PLURALNAME: 'Spam beskyttelsefelter' | ||
PLURALS: | ||
one: 'Et spam beskyttelsefelt' | ||
other: '{count} Spambeskyttelsefelter' | ||
SINGULARNAME: 'Spam beskyttelsesfelt' | ||
SPAMFIELDMAPPING: 'Spam felt mapping' | ||
SPAMFIELDMAPPINGDESCRIPTION: 'Vælg de formfelter der matcher relevante spam beskyttelses identifikatorer' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
de: | ||
SilverStripe\SpamProtection\EditableSpamProtectionField: | ||
PLURALNAME: Spamschutzfelder | ||
PLURALS: | ||
one: 'Ein Spamschutzfeld' | ||
other: '{count} Spamschutzfelder' | ||
SINGULARNAME: Spamschutzfeld | ||
SPAMFIELDMAPPING: 'Spamschutzfeld Zuordnung' | ||
SPAMFIELDMAPPINGDESCRIPTION: 'Wähle die Formularfelder, die mit Spamschutz verbunden sind' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
eo: | ||
SilverStripe\SpamProtection\EditableSpamProtectionField: | ||
PLURALNAME: 'Spamprotektaj kampoj' | ||
PLURALS: | ||
one: 'Unu spamprotekta kampo' | ||
other: '{count} spamprotektaj kampoj' | ||
SINGULARNAME: 'Spamprotekta kampo' | ||
SPAMFIELDMAPPING: 'Spamkampa mapigo' | ||
SPAMFIELDMAPPINGDESCRIPTION: 'Elektu la kampojn kiuj rilatas al eventualaj rilataj spamprotektaj identigiloj' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
fi: | ||
SilverStripe\SpamProtection\EditableSpamProtectionField: | ||
PLURALNAME: 'Roskapostisuojauksen kentät' | ||
PLURALS: | ||
one: 'Roskapostin suodatuskenttä' | ||
other: '{count} Roskapostin suodatuskenttää' | ||
SINGULARNAME: 'Roskapostisuojauksen kenttä' | ||
SPAMFIELDMAPPING: 'Roskapostikentän kuvaus' | ||
SPAMFIELDMAPPINGDESCRIPTION: 'Valitse lomakekenttä, joka vastaa mitä tahansa oleellista roskapostisuodatuksen tunnistetta' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
fi_FI: | ||
SilverStripe\SpamProtection\EditableSpamProtectionField: | ||
PLURALNAME: 'Roskapostisuotimen kentät' | ||
SINGULARNAME: 'Roskapostisuotimen kenttä' | ||
PLURALNAME: 'Roskapostisuojauksen kentät' | ||
PLURALS: | ||
one: 'Roskapostin suodatuskenttä' | ||
other: '{count} Roskapostin suodatuskenttää' | ||
SINGULARNAME: 'Roskapostisuojauksen kenttä' | ||
SPAMFIELDMAPPING: 'Roskapostikentän kuvaus' | ||
SPAMFIELDMAPPINGDESCRIPTION: 'Valitse lomakekentät, jotka vastaavat mitä tahansa oleellista roskapostisuotimen tunnistetta' | ||
SPAMFIELDMAPPINGDESCRIPTION: 'Valitse lomakekenttä, joka vastaa mitä tahansa oleellista roskapostisuodatuksen tunnistetta' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
nl: | ||
SilverStripe\SpamProtection\EditableSpamProtectionField: | ||
PLURALNAME: 'Anti-spam velden' | ||
PLURALS: | ||
one: 'Een anti-spam veld' | ||
other: '{count} Anti-spam velden' | ||
SINGULARNAME: 'Anti-spam veld' | ||
SPAMFIELDMAPPING: 'Spam-velden koppelen' | ||
SPAMFIELDMAPPINGDESCRIPTION: 'Kies de velden die overeenkomen met de anti-spam identifiers' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
sl: | ||
SilverStripe\SpamProtection\EditableSpamProtectionField: | ||
PLURALNAME: 'Polja za zaščito pred neželeno pošto' | ||
SINGULARNAME: 'Polje za zaščito pred neželeno pošto' |