mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 06:41:59 +01:00
accounting i18n fix
This commit is contained in:
parent
5c9c95d5a9
commit
9ae839760d
@ -184,6 +184,8 @@ $_['text_monthly_report'] = "Monthly report";
|
|||||||
|
|
||||||
$_['text_new_users'] = "new";
|
$_['text_new_users'] = "new";
|
||||||
$_['text_next'] = "Next";
|
$_['text_next'] = "Next";
|
||||||
|
$_['text_no_domain_found'] = 'No domain found';
|
||||||
|
$_['text_no_email_found'] = 'No email found';
|
||||||
$_['text_no_message_in_the_quarantine'] = "No message in the quarantine matching the search criteria";
|
$_['text_no_message_in_the_quarantine'] = "No message in the quarantine matching the search criteria";
|
||||||
$_['text_no_records'] = "No records";
|
$_['text_no_records'] = "No records";
|
||||||
$_['text_no_sender'] = "no sender";
|
$_['text_no_sender'] = "no sender";
|
||||||
|
@ -185,6 +185,8 @@ $_['text_monthly_report'] = "Havi jelent
|
|||||||
|
|
||||||
$_['text_new_users'] = "új";
|
$_['text_new_users'] = "új";
|
||||||
$_['text_next'] = "Következő";
|
$_['text_next'] = "Következő";
|
||||||
|
$_['text_no_domain_found'] = 'Nem találtam domaineket';
|
||||||
|
$_['text_no_email_found'] = 'Nem találtam emaileket';
|
||||||
$_['text_no_message_in_the_quarantine'] = "Nincs a keresési feltételnek megfelelő üzenet a karanténban";
|
$_['text_no_message_in_the_quarantine'] = "Nincs a keresési feltételnek megfelelő üzenet a karanténban";
|
||||||
$_['text_no_records'] = "nincs találat";
|
$_['text_no_records'] = "nincs találat";
|
||||||
$_['text_no_sender'] = "nincs feladó";
|
$_['text_no_sender'] = "nincs feladó";
|
||||||
|
@ -185,6 +185,8 @@ $_['text_monthly_report'] = "Havi jelentés";
|
|||||||
|
|
||||||
$_['text_new_users'] = "új";
|
$_['text_new_users'] = "új";
|
||||||
$_['text_next'] = "Következő";
|
$_['text_next'] = "Következő";
|
||||||
|
$_['text_no_domain_found'] = 'Nem találtam domaineket';
|
||||||
|
$_['text_no_email_found'] = 'Nem találtam emaileket';
|
||||||
$_['text_no_message_in_the_quarantine'] = "Nincs a keresési feltételnek megfelelő üzenet a karanténban";
|
$_['text_no_message_in_the_quarantine'] = "Nincs a keresési feltételnek megfelelő üzenet a karanténban";
|
||||||
$_['text_no_records'] = "nincs találat";
|
$_['text_no_records'] = "nincs találat";
|
||||||
$_['text_no_sender'] = "nincs feladó";
|
$_['text_no_sender'] = "nincs feladó";
|
||||||
|
@ -184,6 +184,8 @@ $_['text_monthly_report'] = "Relatório mensal";
|
|||||||
|
|
||||||
$_['text_new_users'] = "novo";
|
$_['text_new_users'] = "novo";
|
||||||
$_['text_next'] = "Próximo";
|
$_['text_next'] = "Próximo";
|
||||||
|
$_['text_no_domain_found'] = 'No domain found';
|
||||||
|
$_['text_no_email_found'] = 'No email found';
|
||||||
$_['text_no_message_in_the_quarantine'] = "Nenhuma mensagem na quarentena combinando com os critérios da pesquisa";
|
$_['text_no_message_in_the_quarantine'] = "Nenhuma mensagem na quarentena combinando com os critérios da pesquisa";
|
||||||
$_['text_no_records'] = "Sem registros";
|
$_['text_no_records'] = "Sem registros";
|
||||||
$_['text_no_sender'] = "sem remetente";
|
$_['text_no_sender'] = "sem remetente";
|
||||||
|
@ -75,5 +75,5 @@
|
|||||||
<?php if($page < $total_pages){ ?><a href="index.php?route=accounting/accounting&page=<?php print $total_pages; ?>&view=<?php echo $view; ?>&sort=<?php print $sort; ?>&order=<?php print $order; ?>" class="navlink"><?php } ?> » <?php if($page < $total_pages){ ?></a><?php } ?>
|
<?php if($page < $total_pages){ ?><a href="index.php?route=accounting/accounting&page=<?php print $total_pages; ?>&view=<?php echo $view; ?>&sort=<?php print $sort; ?>&order=<?php print $order; ?>" class="navlink"><?php } ?> » <?php if($page < $total_pages){ ?></a><?php } ?>
|
||||||
</div>
|
</div>
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<p>No <?php echo $viewname; ?> Found</p>
|
<p><?php $s = 'text_no_' . $view . '_found'; print $$s; ?></p>
|
||||||
<?php } ?>
|
<?php } ?>
|
Loading…
Reference in New Issue
Block a user