parent
e5cfa8752b
commit
c540707d1b
7 changed files with 9 additions and 1 deletions
|
@ -588,3 +588,6 @@ msgstr "bonos"
|
|||
|
||||
msgid "Use coupon:"
|
||||
msgstr "Utiliza el cupón:"
|
||||
|
||||
msgid "Points will be awarded upon completion of the order:"
|
||||
msgstr "Los puntos se concederán al finalizar el pedido:"
|
||||
|
|
|
@ -597,3 +597,6 @@ msgstr "бонусов"
|
|||
|
||||
msgid "Use coupon:"
|
||||
msgstr "Используйте купон:"
|
||||
|
||||
msgid "Points will be awarded upon completion of the order:"
|
||||
msgstr "По завершению заказа будет начислено баллов:"
|
||||
|
|
|
@ -526,7 +526,7 @@ if (!class_exists('WC_Retailcrm_Loyalty')) :
|
|||
|
||||
private function getHtmlCreditBonuses($creditBonuses)
|
||||
{
|
||||
return '<b style="font-size: large">По завершению заказа будет начислено баллов: <u style="color: green"><i>' . $creditBonuses . '</u></i></b>';
|
||||
return '<b style="font-size: large">' . __("Points will be awarded upon completion of the order:", 'retailcrm') . ' <u style="color: green"><i>' . $creditBonuses . '</u></i></b>';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -247,6 +247,7 @@ return [
|
|||
"It is possible to write off" => "Es posible debitar",
|
||||
"bonuses" => "bonificaciones",
|
||||
"Use coupon:" => "Utiliza el cupón:",
|
||||
"Points will be awarded upon completion of the order:" => "Los puntos se concederán al finalizar el pedido:",
|
||||
],
|
||||
"language" => "es",
|
||||
"x-generator" => "GlotPress/2.4.0-alpha",
|
||||
|
|
Binary file not shown.
|
@ -246,6 +246,7 @@ return [
|
|||
"It is possible to write off" => "Возможно списать",
|
||||
"bonuses" => "бонусов",
|
||||
"Use coupon:" => "Используйте купон:",
|
||||
"Points will be awarded upon completion of the order:" => "По завершению заказа будет начислено баллов:",
|
||||
],
|
||||
"language" => "ru",
|
||||
"x-generator" => "GlotPress/2.4.0-alpha",
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue