From fc0da0a56c8c2bb8d8dea8453403cb99057d62a3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 27 Jul 2016 13:15:05 +0200 Subject: [PATCH] Translation fixes (0 still missing) --- Theme/backend/event-create.tpl.php | 12 ++++++------ Theme/backend/event-list.tpl.php | 22 +++++++++++----------- Theme/backend/promotion-create.tpl.php | 16 ++++++++-------- Theme/backend/promotion-list.tpl.php | 18 +++++++++--------- 4 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Theme/backend/event-create.tpl.php b/Theme/backend/event-create.tpl.php index 7ef09eb..4d627ec 100644 --- a/Theme/backend/event-create.tpl.php +++ b/Theme/backend/event-create.tpl.php @@ -20,20 +20,20 @@ echo $this->getData('nav')->render(); ?>
-

l11n->getText('Marketing', 'Backend', 'Event') ?>

+

getText('Event') ?>

-
+
-
+
-
+
-
+
-
+
diff --git a/Theme/backend/event-list.tpl.php b/Theme/backend/event-list.tpl.php index 16bdd13..fe14d03 100644 --- a/Theme/backend/event-list.tpl.php +++ b/Theme/backend/event-list.tpl.php @@ -23,18 +23,18 @@ echo $this->getData('nav')->render(); ?>
- + -
l11n->getText('Marketing', 'Backend', 'Events') ?>getText('Events') ?>
l11n->getText('Marketing', 'Backend', 'Status'); ?> - l11n->getText('Marketing', 'Backend', 'Type'); ?> - l11n->getText('Marketing', 'Backend', 'Title'); ?> - l11n->getText('Marketing', 'Backend', 'Start'); ?> - l11n->getText('Marketing', 'Backend', 'End'); ?> - l11n->getText('Marketing', 'Backend', 'Location'); ?> - l11n->getText('Marketing', 'Backend', 'Expenses'); ?> - l11n->getText('Marketing', 'Backend', 'Sales'); ?> - l11n->getText('Marketing', 'Backend', 'Budget'); ?> + getText('Status'); ?> + getText('Type'); ?> + getText('Title'); ?> + getText('Start'); ?> + getText('End'); ?> + getText('Location'); ?> + getText('Expenses'); ?> + getText('Sales'); ?> + getText('Budget'); ?>
render(); ?> @@ -42,7 +42,7 @@ echo $this->getData('nav')->render(); ?> $value) : $count++; ?> -
l11n->getText(0, 'Backend', 'Empty'); ?> +
getText('Empty'); ?>
diff --git a/Theme/backend/promotion-create.tpl.php b/Theme/backend/promotion-create.tpl.php index 8574b1b..f3a76bf 100644 --- a/Theme/backend/promotion-create.tpl.php +++ b/Theme/backend/promotion-create.tpl.php @@ -20,24 +20,24 @@ echo $this->getData('nav')->render(); ?>
-

l11n->getText('Marketing', 'Backend', 'Promotion') ?>

+

getText('Promotion') ?>

-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/Theme/backend/promotion-list.tpl.php b/Theme/backend/promotion-list.tpl.php index 78998e8..4e603de 100644 --- a/Theme/backend/promotion-list.tpl.php +++ b/Theme/backend/promotion-list.tpl.php @@ -23,16 +23,16 @@ echo $this->getData('nav')->render(); ?>
- + -
l11n->getText('Marketing', 'Backend', 'Events') ?>getText('Events') ?>
l11n->getText('Marketing', 'Backend', 'Status'); ?> - l11n->getText('Marketing', 'Backend', 'Title'); ?> - l11n->getText('Marketing', 'Backend', 'Start'); ?> - l11n->getText('Marketing', 'Backend', 'End'); ?> - l11n->getText('Marketing', 'Backend', 'Expenses'); ?> - l11n->getText('Marketing', 'Backend', 'Sales'); ?> - l11n->getText('Marketing', 'Backend', 'Budget'); ?> + getText('Status'); ?> + getText('Title'); ?> + getText('Start'); ?> + getText('End'); ?> + getText('Expenses'); ?> + getText('Sales'); ?> + getText('Budget'); ?>
render(); ?> @@ -40,7 +40,7 @@ echo $this->getData('nav')->render(); ?> $value) : $count++; ?> -
l11n->getText(0, 'Backend', 'Empty'); ?> +
getText('Empty'); ?>