mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-30 23:20:34 -04:00
Add language strings
This commit is contained in:
parent
0404215043
commit
09b0cafa23
@ -4320,6 +4320,8 @@ $LANG = array(
|
|||||||
'ideal' => 'iDEAL',
|
'ideal' => 'iDEAL',
|
||||||
'bank_account_holder' => 'Bank Account Holder',
|
'bank_account_holder' => 'Bank Account Holder',
|
||||||
'aio_checkout' => 'All-in-one checkout',
|
'aio_checkout' => 'All-in-one checkout',
|
||||||
|
'przelewy24' => 'Przelewy24',
|
||||||
|
'przelewy24_accept' => 'I declare that I have familiarized myself with the regulations and information obligation of the Przelewy24 service.'
|
||||||
);
|
);
|
||||||
|
|
||||||
return $LANG;
|
return $LANG;
|
||||||
|
@ -4249,6 +4249,8 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik
|
|||||||
'contact_details' => 'Contact Details',
|
'contact_details' => 'Contact Details',
|
||||||
'download_backup_subject' => 'Your company backup is ready for download',
|
'download_backup_subject' => 'Your company backup is ready for download',
|
||||||
'account_passwordless_login' => 'Account passwordless login',
|
'account_passwordless_login' => 'Account passwordless login',
|
||||||
|
'przelewy24' => 'Przelewy24',
|
||||||
|
'przelewy24_accept' => 'Oświadczam, że zapoznałem się z regulaminem i obowiązkiem informacyjnym serwisu Przelewy24.'
|
||||||
);
|
);
|
||||||
|
|
||||||
return $LANG;
|
return $LANG;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user