MINOR Update en_US with SiteConfig.THEME and SiteConfig.DEFAULTTHEME translatable entities

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@98128 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2010-02-04 03:15:10 +00:00 committed by Sam Minnee
parent 3e66a0093c
commit e81bb4d8e4
1 changed files with 2 additions and 0 deletions

View File

@ -641,6 +641,8 @@ $lang['en_US']['SiteConfig']['SINGULARNAME'] = array(
);
$lang['en_US']['SiteConfig']['SITENAMEDEFAULT'] = 'Your Site Name';
$lang['en_US']['SiteConfig']['SITETAGLINE'] = 'Site Tagline/Slogan';
$lang['en_US']['SiteConfig']['THEME'] = 'Theme';
$lang['en_US']['SiteConfig']['DEFAULTTHEME'] = '(Use default theme)';
$lang['en_US']['SiteConfig']['SITETITLE'] = 'Site title';
$lang['en_US']['SiteConfig']['TAGLINEDEFAULT'] = 'your tagline here';
$lang['en_US']['SiteConfig']['TOPLEVELCREATE'] = 'Who can create pages in the root of the site?';