2008-10-14 02:26:57 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
global $lang;
|
|
|
|
|
|
|
|
$lang['en_US']['MultiForm']['BACK'] = 'Back';
|
2008-10-18 00:43:02 +02:00
|
|
|
$lang['en_US']['MultiForm']['NEXT'] = 'Next';
|
|
|
|
$lang['en_US']['MultiForm']['SUBMIT'] = 'Submit';
|
2009-09-10 06:08:37 +02:00
|
|
|
$lang['en_US']['MultiFormSession']['PLURALNAME'] = array(
|
|
|
|
'Multi Form Sessions',
|
2008-10-18 00:43:02 +02:00
|
|
|
50,
|
|
|
|
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
|
|
|
|
);
|
2009-09-10 06:08:37 +02:00
|
|
|
$lang['en_US']['MultiFormSession']['SINGULARNAME'] = array(
|
|
|
|
'Multi Form Session',
|
2008-10-18 00:43:02 +02:00
|
|
|
50,
|
|
|
|
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
|
|
|
|
);
|
2009-09-10 06:08:37 +02:00
|
|
|
$lang['en_US']['MultiFormStep']['PLURALNAME'] = array(
|
|
|
|
'Multi Form Steps',
|
2008-10-18 00:43:02 +02:00
|
|
|
50,
|
|
|
|
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
|
|
|
|
);
|
2009-09-10 06:08:37 +02:00
|
|
|
$lang['en_US']['MultiFormStep']['SINGULARNAME'] = array(
|
|
|
|
'Multi Form Step',
|
2008-10-18 00:43:02 +02:00
|
|
|
50,
|
|
|
|
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
|
|
|
|
);
|
2008-10-14 02:26:57 +02:00
|
|
|
|
|
|
|
?>
|