MINOR Added language master table

This commit is contained in:
Ingo Schommer 2008-11-01 15:31:08 +00:00
parent 64c15d68dc
commit 56589dd426
2 changed files with 51 additions and 0 deletions

0
lang/_manifest_exclude Normal file
View File

51
lang/en_US.php Normal file
View File

@ -0,0 +1,51 @@
<?php
global $lang;
$lang['en_US']['Subsite']['PLURALNAME'] = array(
'Subsits',
50,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang['en_US']['Subsite']['SINGULARNAME'] = array(
'Subsite',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang['en_US']['Subsite']['db_DefaultSite'] = array(
'DefaultSite',
50,
'Name of the object property, mainly used for automatically generating forms'
);
$lang['en_US']['Subsite']['db_Domain'] = array(
'Domain',
50,
'Name of the object property, mainly used for automatically generating forms'
);
$lang['en_US']['Subsite']['db_IsPublic'] = array(
'IsPublic',
50,
'Name of the object property, mainly used for automatically generating forms'
);
$lang['en_US']['Subsite']['db_RedirectURL'] = array(
'RedirectURL',
50,
'Name of the object property, mainly used for automatically generating forms'
);
$lang['en_US']['Subsite']['db_Subdomain'] = array(
'Subdomain',
50,
'Name of the object property, mainly used for automatically generating forms'
);
$lang['en_US']['Subsite']['db_Theme'] = array(
'Theme',
50,
'Name of the object property, mainly used for automatically generating forms'
);
$lang['en_US']['Subsite']['db_Title'] = array(
'Title',
50,
'Name of the object property, mainly used for automatically generating forms'
);
?>