From 46a881f63a99f9eb6d21f3f761e8661f059ff7ee Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 27 Jul 2016 13:17:50 +0200 Subject: [PATCH] Translation fixes (0 still missing) --- Theme/Backend/invoice-create.tpl.php | 88 ++++++++++----------- Theme/Backend/invoice-list.tpl.php | 20 ++--- Theme/Backend/purchase-invoice-list.tpl.php | 20 ++--- 3 files changed, 64 insertions(+), 64 deletions(-) diff --git a/Theme/Backend/invoice-create.tpl.php b/Theme/Backend/invoice-create.tpl.php index 6350635..8e0f2d4 100644 --- a/Theme/Backend/invoice-create.tpl.php +++ b/Theme/Backend/invoice-create.tpl.php @@ -22,64 +22,64 @@ echo $this->getData('nav')->render(); ?>
-

l11n->getText('Billing', 'Backend', 'Invoice') ?>

+

getText('Invoice') ?>

-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-

l11n->getText('Billing', 'Backend', 'Invoice') ?>

+

getText('Invoice') ?>

-
+
-
+
-
+
-
+
-
+
-
+
@@ -87,23 +87,23 @@ echo $this->getData('nav')->render(); ?>
-

l11n->getText('Billing', 'Backend', 'Delivery') ?>

+

getText('Delivery') ?>

-
+
-
+
-
+
-
+
-
+
-
+
@@ -114,26 +114,26 @@ echo $this->getData('nav')->render(); ?>
- +
l11n->getText('Billing', 'Backend', 'Invoice') ?>getText('Invoice') ?>
- l11n->getText('Billing', 'Backend', 'Item'); ?> - l11n->getText('Billing', 'Backend', 'Variation'); ?> - l11n->getText('Billing', 'Backend', 'Name'); ?> - l11n->getText('Billing', 'Backend', 'Quantity'); ?> - l11n->getText('Billing', 'Backend', 'Discount'); ?> - l11n->getText('Billing', 'Backend', 'DiscountP'); ?> - l11n->getText('Billing', 'Backend', 'Bonus'); ?> - l11n->getText('Billing', 'Backend', 'Tax'); ?> - l11n->getText('Billing', 'Backend', 'Net'); ?> + getText('Item'); ?> + getText('Variation'); ?> + getText('Name'); ?> + getText('Quantity'); ?> + getText('Discount'); ?> + getText('DiscountP'); ?> + getText('Bonus'); ?> + getText('Tax'); ?> + getText('Net'); ?>
- l11n->getText('Billing', 'Backend', 'Freightage'); ?>: 0.00 - - l11n->getText('Billing', 'Backend', 'Net'); ?>: 0.00 - - l11n->getText('Billing', 'Backend', 'Tax'); ?>: 0.00 - - l11n->getText('Billing', 'Backend', 'Total'); ?>: 0.00 + getText('Freightage'); ?>: 0.00 - + getText('Net'); ?>: 0.00 - + getText('Tax'); ?>: 0.00 - + getText('Total'); ?>: 0.00
diff --git a/Theme/Backend/invoice-list.tpl.php b/Theme/Backend/invoice-list.tpl.php index caeeaf3..9995851 100644 --- a/Theme/Backend/invoice-list.tpl.php +++ b/Theme/Backend/invoice-list.tpl.php @@ -23,17 +23,17 @@ echo $this->getData('nav')->render(); ?>
- + -
l11n->getText('Billing', 'Backend', 'Invoices') ?>getText('Invoices') ?>
l11n->getText(0, 'Backend', 'ID'); ?> - l11n->getText('Billing', 'Backend', 'Type'); ?> - l11n->getText('Billing', 'Backend', 'ClientID'); ?> - l11n->getText('Billing', 'Backend', 'Client'); ?> - l11n->getText('Billing', 'Backend', 'Net'); ?> - l11n->getText('Billing', 'Backend', 'Gross'); ?> - l11n->getText('Billing', 'Backend', 'Created'); ?> - l11n->getText('Billing', 'Backend', 'Due'); ?> + getText('ID'); ?> + getText('Type'); ?> + getText('ClientID'); ?> + getText('Client'); ?> + getText('Net'); ?> + getText('Gross'); ?> + getText('Created'); ?> + getText('Due'); ?>
render(); ?> @@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?> $value) : $count++; ?> -
l11n->getText(0, 'Backend', 'Empty'); ?> +
getText('Empty'); ?>
diff --git a/Theme/Backend/purchase-invoice-list.tpl.php b/Theme/Backend/purchase-invoice-list.tpl.php index aba1b7e..17f60e6 100644 --- a/Theme/Backend/purchase-invoice-list.tpl.php +++ b/Theme/Backend/purchase-invoice-list.tpl.php @@ -23,17 +23,17 @@ echo $this->getData('nav')->render(); ?>
- + -
l11n->getText('Billing', 'Backend', 'Invoices') ?>getText('Invoices') ?>
l11n->getText(0, 'Backend', 'ID'); ?> - l11n->getText('Billing', 'Backend', 'Type'); ?> - l11n->getText('Billing', 'Backend', 'SupplierID'); ?> - l11n->getText('Billing', 'Backend', 'Supplier'); ?> - l11n->getText('Billing', 'Backend', 'Net'); ?> - l11n->getText('Billing', 'Backend', 'Gross'); ?> - l11n->getText('Billing', 'Backend', 'Created'); ?> - l11n->getText('Billing', 'Backend', 'Due'); ?> + getText('ID'); ?> + getText('Type'); ?> + getText('SupplierID'); ?> + getText('Supplier'); ?> + getText('Net'); ?> + getText('Gross'); ?> + getText('Created'); ?> + getText('Due'); ?>
render(); ?> @@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?> $value) : $count++; ?> -
l11n->getText(0, 'Backend', 'Empty'); ?> +
getText('Empty'); ?>