mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
9 lines
167 B
PHP
9 lines
167 B
PHP
<?php
|
|
|
|
global $lang;
|
|
|
|
$lang['en_US']['MultiForm']['SUBMIT'] = 'Submit';
|
|
$lang['en_US']['MultiForm']['NEXT'] = 'Next';
|
|
$lang['en_US']['MultiForm']['BACK'] = 'Back';
|
|
|
|
?>
|