mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixeS
This commit is contained in:
parent
00ad4bf864
commit
20899e2bea
@ -53,7 +53,6 @@ class ContactComponent extends Component
|
||||
|
||||
public function render()
|
||||
{
|
||||
\Debugbar::debug($this->attributes->getAttributes() + $this->defaults);
|
||||
return render('gateways.rotessa.components.contact', $this->attributes->getAttributes() + $this->defaults );
|
||||
}
|
||||
}
|
||||
|
@ -20,12 +20,18 @@ class PDF extends FPDI
|
||||
public function Footer()
|
||||
{
|
||||
$this->SetXY(0, -6);
|
||||
|
||||
$this->SetFont('Arial', 'I', 9);
|
||||
|
||||
$this->SetTextColor(135, 135, 135);
|
||||
|
||||
$trans = ctrans('texts.pdf_page_info', ['current' => $this->PageNo(), 'total' => '{nb}']);
|
||||
// $trans = iconv('UTF-8', 'ISO-8859-7', $trans);
|
||||
|
||||
try {
|
||||
$trans = mb_convert_encoding($trans, 'ISO-8859-1', 'UTF-8');
|
||||
}
|
||||
catch(\Exception $e){}
|
||||
|
||||
$this->Cell(0, 5, $trans, 0, 0, $this->text_alignment);
|
||||
}
|
||||
|
||||
|
@ -3428,7 +3428,7 @@ adva :date',
|
||||
'reminder2_sent' => 'Emlékeztető 2 elküldve',
|
||||
'reminder3_sent' => 'Emlékeztető 3 elküldve',
|
||||
'reminder_last_sent' => 'Utolsó emlékeztető elküldve',
|
||||
'pdf_page_info' => 'PDF oldal információ',
|
||||
'pdf_page_info' => 'PDF oldal :current / :total',
|
||||
'emailed_credits' => 'E-mailezett jóváírások',
|
||||
'view_in_stripe' => 'Megtekintés a Stripe-ban',
|
||||
'rows_per_page' => 'Sorok száma oldalanként',
|
||||
|
@ -3441,7 +3441,7 @@ Quando tiver as quantias, volte a esta página de formas de pagamento e clique "
|
||||
'reminder2_sent' => 'Lembrete 2 Enviado',
|
||||
'reminder3_sent' => 'Lembrete 3 Enviado',
|
||||
'reminder_last_sent' => 'Último Lembrete Enviado',
|
||||
'pdf_page_info' => 'Página: atual de: total',
|
||||
'pdf_page_info' => 'Página: :current de: :total',
|
||||
'emailed_credits' => 'Créditos enviados por e-mail com sucesso',
|
||||
'view_in_stripe' => 'Ver em Listra',
|
||||
'rows_per_page' => 'Linhas por Página',
|
||||
|
@ -3443,7 +3443,7 @@ debitar da sua conta de acordo com essas instruções. Está elegível a um reem
|
||||
'reminder2_sent' => 'Lembrete 2 Enviado',
|
||||
'reminder3_sent' => 'Lembrete 3 Enviado',
|
||||
'reminder_last_sent' => 'Último Lembrete Enviado',
|
||||
'pdf_page_info' => 'Página: atual de: total',
|
||||
'pdf_page_info' => 'Página: :current de: :total',
|
||||
'emailed_credits' => 'Créditos enviados por e-mail com sucesso',
|
||||
'view_in_stripe' => 'Ver em Formato Lista',
|
||||
'rows_per_page' => 'Colunas por Página',
|
||||
|
Loading…
x
Reference in New Issue
Block a user