ENHANCEMENT Making multiform module translatable

This commit is contained in:
Ingo Schommer 2008-10-14 00:26:57 +00:00
parent a867db5fe8
commit 4da79449f8
2 changed files with 9 additions and 0 deletions

0
lang/_manifest_exclude Normal file
View File

9
lang/en_US.php Normal file
View File

@ -0,0 +1,9 @@
<?php
global $lang;
$lang['en_US']['MultiForm']['SUBMIT'] = 'Submit';
$lang['en_US']['MultiForm']['NEXT'] = 'Next';
$lang['en_US']['MultiForm']['BACK'] = 'Back';
?>