Skip to content

Commit

Permalink
MINOR: added lang folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Rossiter committed Jul 16, 2009
1 parent c8e57dd commit b686cd1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Empty file added lang/_manifest_exclude
Empty file.
16 changes: 16 additions & 0 deletions lang/en_US.php
@@ -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'
);

?>

0 comments on commit b686cd1

Please sign in to comment.