some returned string by ago function of Date need to be translated. newly created lang file.

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@44428 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Normann Lou 2007-11-07 03:36:38 +00:00
parent 5aa5fbf5b2
commit 8b7d117a92
1 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,8 @@ $lang['en_US']['SiteTree']['MODIFIEDONDRAFT'] = 'Modified on draft site';
$lang['en_US']['VirtualPage']['CHOOSE'] = 'Choose a page to link to';
$lang['en_US']['VirtualPage']['HEADER'] = 'This is a virtual page';
$lang['en_US']['VirtualPage']['EDITCONTENT'] = 'click here to edit the content';
$lang['en_US']['DateClass']['MONTHS'] = 'months';
$lang['en_US']['DateClass']['MONTH'] = 'month';
$lang['en_US']['Date']['MONTHS'] = 'months';
$lang['en_US']['Date']['MONTH'] = 'month';
$lang['en_US']['Form']['VALIDATIONNOTUNIQUE'] = 'The value entered is not unique';
$lang['en_US']['Form']['VALIDATIONBANKACC'] = 'Please enter a valid bank number';
$lang['en_US']['Form']['VALIDATIONALLDATEVALUES'] = 'Please ensure you have set all date values';