MINOR Updated master language tables

This commit is contained in:
Ingo Schommer 2009-09-10 04:08:37 +00:00
parent b415cd5053
commit 501ad9d952

View File

@ -5,43 +5,23 @@ global $lang;
$lang['en_US']['MultiForm']['BACK'] = 'Back';
$lang['en_US']['MultiForm']['NEXT'] = 'Next';
$lang['en_US']['MultiForm']['SUBMIT'] = 'Submit';
$lang['en_US']['MultiFormSession']['db_Hash'] = array(
'Hash',
50,
'Name of the object property, e.g. used for automatically generating forms'
);
$lang['en_US']['MultiFormSession']['db_IsComplete'] = array(
'IsComplete',
50,
'Name of the object property, e.g. used for automatically generating forms'
);
$lang['en_US']['MultiFormSession']['has_many_FormSteps'] = array(
'FormSteps',
50,
'Name of an object relation, e.g. used for automatically generating forms'
);
$lang['en_US']['MultiFormSession']['plural_name'] = array(
'',
$lang['en_US']['MultiFormSession']['PLURALNAME'] = array(
'Multi Form Sessions',
50,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang['en_US']['MultiFormSession']['singular_name'] = array(
'',
$lang['en_US']['MultiFormSession']['SINGULARNAME'] = array(
'Multi Form Session',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang['en_US']['MultiFormStep']['db_Data'] = array(
'Data',
50,
'Name of the object property, e.g. used for automatically generating forms'
);
$lang['en_US']['MultiFormStep']['plural_name'] = array(
'',
$lang['en_US']['MultiFormStep']['PLURALNAME'] = array(
'Multi Form Steps',
50,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang['en_US']['MultiFormStep']['singular_name'] = array(
'',
$lang['en_US']['MultiFormStep']['SINGULARNAME'] = array(
'Multi Form Step',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);