From 756757fd8f62834047b1931e28c9c47e24e1ddca Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 5 Jul 2016 19:00:30 +0200 Subject: [PATCH] Dynamic language loading --- Theme/Backend/production-list.tpl.php | 20 ++++++++++---------- Theme/backend/production-list.tpl.php | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Theme/Backend/production-list.tpl.php b/Theme/Backend/production-list.tpl.php index bc55597..a776ddc 100644 --- a/Theme/Backend/production-list.tpl.php +++ b/Theme/Backend/production-list.tpl.php @@ -28,17 +28,17 @@ echo $this->getData('nav')->render(); ?>
- + - @@ -52,7 +52,7 @@ echo $this->getData('nav')->render(); ?> -
l11n->getText('Production', 'Productions'); ?>l11n->getText('Production', 'Backend', 'Productions'); ?>
l11n->getText('Production', 'Status'); ?> - l11n->getText(0, 'ID'); ?> - l11n->getText(0, 'ID'); ?> - l11n->getText('Production', 'Article'); ?> - l11n->getText('Production', 'Quantity'); ?> - l11n->getText('Production', 'Start'); ?> - l11n->getText('Production', 'Due'); ?> - l11n->getText('Production', 'Done'); ?> + l11n->getText('Production', 'Backend', 'Status'); ?> + l11n->getText(0, 'Backend', 'ID'); ?> + l11n->getText(0, 'Backend', 'ID'); ?> + l11n->getText('Production', 'Backend', 'Article'); ?> + l11n->getText('Production', 'Backend', 'Quantity'); ?> + l11n->getText('Production', 'Backend', 'Start'); ?> + l11n->getText('Production', 'Backend', 'Due'); ?> + l11n->getText('Production', 'Backend', 'Done'); ?>
render(); ?>
l11n->getText(0, 'Empty'); ?> + l11n->getText(0, 'Backend', 'Empty'); ?>
diff --git a/Theme/backend/production-list.tpl.php b/Theme/backend/production-list.tpl.php index bc55597..a776ddc 100644 --- a/Theme/backend/production-list.tpl.php +++ b/Theme/backend/production-list.tpl.php @@ -28,17 +28,17 @@ echo $this->getData('nav')->render(); ?>
- + - @@ -52,7 +52,7 @@ echo $this->getData('nav')->render(); ?> -
l11n->getText('Production', 'Productions'); ?>l11n->getText('Production', 'Backend', 'Productions'); ?>
l11n->getText('Production', 'Status'); ?> - l11n->getText(0, 'ID'); ?> - l11n->getText(0, 'ID'); ?> - l11n->getText('Production', 'Article'); ?> - l11n->getText('Production', 'Quantity'); ?> - l11n->getText('Production', 'Start'); ?> - l11n->getText('Production', 'Due'); ?> - l11n->getText('Production', 'Done'); ?> + l11n->getText('Production', 'Backend', 'Status'); ?> + l11n->getText(0, 'Backend', 'ID'); ?> + l11n->getText(0, 'Backend', 'ID'); ?> + l11n->getText('Production', 'Backend', 'Article'); ?> + l11n->getText('Production', 'Backend', 'Quantity'); ?> + l11n->getText('Production', 'Backend', 'Start'); ?> + l11n->getText('Production', 'Backend', 'Due'); ?> + l11n->getText('Production', 'Backend', 'Done'); ?>
render(); ?>
l11n->getText(0, 'Empty'); ?> + l11n->getText(0, 'Backend', 'Empty'); ?>