MINOR: added lang folder

This commit is contained in:
Will Rossiter 2009-07-16 04:01:43 +00:00
parent c8e57dd427
commit b686cd19de
2 changed files with 16 additions and 0 deletions

0
lang/_manifest_exclude Normal file
View File

16
lang/en_US.php Normal file
View 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'
);
?>