accounting i18n fix

This commit is contained in:
SJ 2013-03-21 18:54:32 +01:00
parent 5c9c95d5a9
commit 9ae839760d
5 changed files with 10 additions and 2 deletions

View File

@ -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";

View File

@ -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ó";

View File

@ -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ó";

View File

@ -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";

View File

@ -75,5 +75,5 @@
<?php if($page < $total_pages){ ?><a href="index.php?route=accounting/accounting&amp;page=<?php print $total_pages; ?>&amp;view=<?php echo $view; ?>&amp;sort=<?php print $sort; ?>&amp;order=<?php print $order; ?>" class="navlink"><?php } ?> &raquo; <?php if($page < $total_pages){ ?></a><?php } ?> <?php if($page < $total_pages){ ?><a href="index.php?route=accounting/accounting&amp;page=<?php print $total_pages; ?>&amp;view=<?php echo $view; ?>&amp;sort=<?php print $sort; ?>&amp;order=<?php print $order; ?>" class="navlink"><?php } ?> &raquo; <?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 } ?>