mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
MINOR: added lang folder
This commit is contained in:
parent
c8e57dd427
commit
b686cd19de
0
lang/_manifest_exclude
Normal file
0
lang/_manifest_exclude
Normal file
16
lang/en_US.php
Normal file
16
lang/en_US.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
global $lang;
|
||||
|
||||
$lang['en_US']['EditableSpamProtectionField']['PLURALNAME'] = array(
|
||||
'Spam Protection Fields',
|
||||
50,
|
||||
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
|
||||
);
|
||||
$lang['en_US']['EditableSpamProtectionField']['SINGULARNAME'] = array(
|
||||
'Spam Protection Field',
|
||||
50,
|
||||
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
|
||||
);
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user