mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add translation for hosted pages
This commit is contained in:
parent
3fa811f679
commit
a3126f80d4
@ -67,6 +67,8 @@ class GatewayType extends StaticModel
|
||||
return ctrans('texts.bancontact');
|
||||
case self::IDEAL:
|
||||
return ctrans('texts.ideal');
|
||||
case self::HOSTED_PAGE:
|
||||
return ctrans('texts.aio_checkout');
|
||||
default:
|
||||
return 'Undefined.';
|
||||
break;
|
||||
|
@ -4317,6 +4317,7 @@ $LANG = array(
|
||||
'kbc_cbc' => 'KBC/CBC',
|
||||
'bancontact' => 'Bancontact',
|
||||
'ideal' => 'iDEAL',
|
||||
'aio_checkout' => 'All-in-one checkout',
|
||||
);
|
||||
|
||||
return $LANG;
|
||||
|
Loading…
x
Reference in New Issue
Block a user