mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Translation
This commit is contained in:
parent
93d66d8213
commit
cb497cb08e
|
|
@ -1763,7 +1763,7 @@ else
|
|||
|
||||
|
||||
/*
|
||||
* Hotbar
|
||||
* Action bar
|
||||
*/
|
||||
|
||||
print '<div class="tabsAction">';
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ function showOnlinePaymentUrl($type, $ref)
|
|||
global $langs;
|
||||
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array('payment', 'paybox'));
|
||||
$langs->loadLangs(array('payment', 'stripe'));
|
||||
|
||||
$servicename = $langs->transnoentitiesnoconv('Online');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user