This commit is contained in:
Igor 2017-01-31 12:09:53 +00:00 committed by GitHub
commit c69853a2cb
4 changed files with 30 additions and 27 deletions

View File

@ -8,4 +8,4 @@
*
* @package spamprotection
*/
Deprecation::notification_version('1.1', 'spamprotection');
Deprecation::notification_version('1.1', 'spamprotection');

View File

@ -1,25 +1,27 @@
{
"name": "silverstripe/spamprotection",
"description": "Spam protection module for SilverStripe.",
"type": "silverstripe-module",
"keywords": ["silverstripe", "spamprotection"],
"authors": [{
"name": "Saophalkun Ponlu",
"email": "phalkunz@silverstripe.com"
}, {
"name": "Will Rossiter",
"email": "will@fullscreen.io"
}],
"require": {
"silverstripe/framework": "~3.1"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7@stable"
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"license": "BSD-3-Clause"
}
"name": "silverstripe/spamprotection",
"description": "Spam protection module for SilverStripe.",
"type": "silverstripe-module",
"keywords": [
"silverstripe",
"spamprotection"
],
"authors": [
{
"name": "Saophalkun Ponlu",
"email": "phalkunz@silverstripe.com"
},
{
"name": "Will Rossiter",
"email": "will@fullscreen.io"
}
],
"require": {
"silverstripe/framework": "~3.1"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7@stable"
},
"extra": [],
"license": "BSD-3-Clause"
}

View File

@ -1,6 +1,6 @@
de:
EditableSpamProtectionField:
PLURALNAME: 'Spamschutzfelder'
SINGULARNAME: 'Spamschutzfeld'
PLURALNAME: Spamschutzfelder
SINGULARNAME: Spamschutzfeld
SPAMFIELDMAPPING: 'Spamschutzfeld Zuordnung'
SPAMFIELDMAPPINGDESCRIPTION: 'Wähle die Formularfelder, die mit Spamschutz verbunden sind'

View File

@ -3,3 +3,4 @@ ru:
PLURALNAME: 'Поля защиты от спама'
SINGULARNAME: 'Поле защиты от спама'
SPAMFIELDMAPPING: 'Привязка полей для защиты от спама'
SPAMFIELDMAPPINGDESCRIPTION: 'Выберите поля формы, которые соответствуют любому индентификатору защиты от спама'