From 721d5aab056021d7b3116473b63c72b74788b3ee 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/profile-list.tpl.php | 10 ++++----- Theme/Backend/profile-single.tpl.php | 32 ++++++++++++++-------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Theme/Backend/profile-list.tpl.php b/Theme/Backend/profile-list.tpl.php index b8cab2f..cb1991b 100644 --- a/Theme/Backend/profile-list.tpl.php +++ b/Theme/Backend/profile-list.tpl.php @@ -27,12 +27,12 @@ $accounts = $this->getData('accounts');
- + -
l11n->getText('Profile', 'Backend', 'Profiles'); ?>getText('Profiles'); ?>
l11n->getText(0, 'Backend', 'ID'); ?> - l11n->getText('Profile', 'Backend', 'Name'); ?> - l11n->getText('Profile', 'Backend', 'Activity'); ?> + getText('ID'); ?> + getText('Name'); ?> + getText('Activity'); ?>
render(); ?> @@ -45,7 +45,7 @@ $accounts = $this->getData('accounts'); getLastActive()->format('Y-m-d'); ?> -
l11n->getText(0, 'Backend', 'Empty'); ?> +
getText('Empty'); ?>
diff --git a/Theme/Backend/profile-single.tpl.php b/Theme/Backend/profile-single.tpl.php index 070a8ed..a1278c7 100644 --- a/Theme/Backend/profile-single.tpl.php +++ b/Theme/Backend/profile-single.tpl.php @@ -29,24 +29,24 @@ $footerView->setResults(1); echo $this->getData('nav')->render(); ?>
-

l11n->getText('Profile', 'Backend', 'Profile'); ?>

+

getText('Profile'); ?>

- - - - - - - - -
l11n->getText('Profile', 'Backend', 'Name'); ?> + getText('Name'); ?> getName3(); ?>, getName1(); ?>
l11n->getText('Profile', 'Backend', 'Occupation'); ?> + getText('Occupation'); ?> Sailor
l11n->getText('Profile', 'Backend', 'Birthday'); ?> + getText('Birthday'); ?> 06.09.1934
l11n->getText('Profile', 'Backend', 'Ranks'); ?> + getText('Ranks'); ?> Gosling
l11n->getText('Profile', 'Backend', 'Email'); ?> + getText('Email'); ?> getEmail(); ?>
Address @@ -58,7 +58,7 @@ echo $this->getData('nav')->render(); Work SMALLSYS INC
795 E DRAGRAM
TUCSON AZ 85705
USA
l11n->getText('Profile', 'Backend', 'Phone'); ?> + getText('Phone'); ?>
Private @@ -70,13 +70,13 @@ echo $this->getData('nav')->render(); Work +01 12345-4567
l11n->getText('Profile', 'Backend', 'Registered'); ?> + getText('Registered'); ?> getCreatedAt()->format('Y-m-d'); ?>
l11n->getText('Profile', 'Backend', 'LastLogin'); ?> + getText('LastLogin'); ?> getLastActive()->format('Y-m-d'); ?>
l11n->getText('Profile', 'Backend', 'Status'); ?> + getText('Status'); ?> getStatus(); ?>
@@ -85,13 +85,13 @@ echo $this->getData('nav')->render();
- + - @@ -104,7 +104,7 @@ echo $this->getData('nav')->render();
l11n->getText('Profile', 'Backend', 'Media'); ?>getText('Media'); ?>
l11n->getText(0, 'Backend', 'ID'); ?> - l11n->getText('Profile', 'Backend', 'Title'); ?> - l11n->getText('Profile', 'Backend', 'Type'); ?> - l11n->getText('Profile', 'Backend', 'Created'); ?> + getText('ID'); ?> + getText('Title'); ?> + getText('Type'); ?> + getText('Created'); ?>
render(); ?>
getNewestStatus()->getStatus(); ?> -
l11n->getText(0, 'Backend', 'Empty'); ?> +
getText('Empty'); ?>