mirror of
https://github.com/Karaka-Management/oms-SalesAnalysis.git
synced 2026-01-11 19:38:39 +00:00
Translation fixes (0 still missing)
This commit is contained in:
parent
15c2f3966c
commit
83c184dea4
|
|
@ -22,61 +22,61 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="box w-100">
|
||||
<div class="tabular-2">
|
||||
<ul class="tab-links">
|
||||
<li><label for="c-tab2-1"><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Overview'); ?></label>
|
||||
<li><label for="c-tab2-2"><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Month'); ?></label>
|
||||
<li><label for="c-tab2-3"><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Year'); ?></label>
|
||||
<li><label for="c-tab2-4"><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Top10'); ?></label>
|
||||
<li><label for="c-tab2-5"><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Charts'); ?></label>
|
||||
<li><label for="c-tab2-1"><?= $this->getText('Overview'); ?></label>
|
||||
<li><label for="c-tab2-2"><?= $this->getText('Month'); ?></label>
|
||||
<li><label for="c-tab2-3"><?= $this->getText('Year'); ?></label>
|
||||
<li><label for="c-tab2-4"><?= $this->getText('Top10'); ?></label>
|
||||
<li><label for="c-tab2-5"><?= $this->getText('Charts'); ?></label>
|
||||
</ul>
|
||||
<div class="tab-content">
|
||||
<input type="radio" id="c-tab2-1" name="tabular-2" checked>
|
||||
<div class="tab">
|
||||
<section class="box wf-100 floatLeft">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Overview') ?></caption>
|
||||
<caption><?= $this->getText('Overview') ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Type'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'LastMonth'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'CurrentMonth'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Change'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'LastYear'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'CurrentYear'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Change'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'LastYearAcc'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'CurrentYearAcc'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Change'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'LastYear'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Forecast'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Change'); ?>
|
||||
<td><?= $this->getText('Type'); ?>
|
||||
<td><?= $this->getText('LastMonth'); ?>
|
||||
<td><?= $this->getText('CurrentMonth'); ?>
|
||||
<td><?= $this->getText('Change'); ?>
|
||||
<td><?= $this->getText('LastYear'); ?>
|
||||
<td><?= $this->getText('CurrentYear'); ?>
|
||||
<td><?= $this->getText('Change'); ?>
|
||||
<td><?= $this->getText('LastYearAcc'); ?>
|
||||
<td><?= $this->getText('CurrentYearAcc'); ?>
|
||||
<td><?= $this->getText('Change'); ?>
|
||||
<td><?= $this->getText('LastYear'); ?>
|
||||
<td><?= $this->getText('Forecast'); ?>
|
||||
<td><?= $this->getText('Change'); ?>
|
||||
<tbody>
|
||||
<tr><th><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Domestic'); ?><td><td><td><td><td><td><td><td><td><td><td><td>
|
||||
<tr><th><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Export'); ?><td><td><td><td><td><td><td><td><td><td><td><td>
|
||||
<tr><th><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Developed'); ?><td><td><td><td><td><td><td><td><td><td><td><td>
|
||||
<tr><th><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Undeveloped'); ?><td><td><td><td><td><td><td><td><td><td><td><td>
|
||||
<tr><th><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Europe'); ?><td><td><td><td><td><td><td><td><td><td><td><td>
|
||||
<tr><th><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'America'); ?><td><td><td><td><td><td><td><td><td><td><td><td>
|
||||
<tr><th><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Asia'); ?><td><td><td><td><td><td><td><td><td><td><td><td>
|
||||
<tr><th><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Africa'); ?><td><td><td><td><td><td><td><td><td><td><td><td>
|
||||
<tr><th><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Total'); ?><td><td><td><td><td><td><td><td><td><td><td><td>
|
||||
<tr><th><?= $this->getText('Domestic'); ?><td><td><td><td><td><td><td><td><td><td><td><td>
|
||||
<tr><th><?= $this->getText('Export'); ?><td><td><td><td><td><td><td><td><td><td><td><td>
|
||||
<tr><th><?= $this->getText('Developed'); ?><td><td><td><td><td><td><td><td><td><td><td><td>
|
||||
<tr><th><?= $this->getText('Undeveloped'); ?><td><td><td><td><td><td><td><td><td><td><td><td>
|
||||
<tr><th><?= $this->getText('Europe'); ?><td><td><td><td><td><td><td><td><td><td><td><td>
|
||||
<tr><th><?= $this->getText('America'); ?><td><td><td><td><td><td><td><td><td><td><td><td>
|
||||
<tr><th><?= $this->getText('Asia'); ?><td><td><td><td><td><td><td><td><td><td><td><td>
|
||||
<tr><th><?= $this->getText('Africa'); ?><td><td><td><td><td><td><td><td><td><td><td><td>
|
||||
<tr><th><?= $this->getText('Total'); ?><td><td><td><td><td><td><td><td><td><td><td><td>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section class="box wf-100 floatLeft">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Misc') ?></caption>
|
||||
<caption><?= $this->getText('Misc') ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Type'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'LastYear'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'CurrentYear'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'LastMonth'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'CurrentMonth'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Yesterday'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Today'); ?>
|
||||
<td><?= $this->getText('Type'); ?>
|
||||
<td><?= $this->getText('LastYear'); ?>
|
||||
<td><?= $this->getText('CurrentYear'); ?>
|
||||
<td><?= $this->getText('LastMonth'); ?>
|
||||
<td><?= $this->getText('CurrentMonth'); ?>
|
||||
<td><?= $this->getText('Yesterday'); ?>
|
||||
<td><?= $this->getText('Today'); ?>
|
||||
<tbody>
|
||||
<tr><th><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Customers'); ?><td><td><td><td><td><td>
|
||||
<tr><th><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Invoices'); ?><td><td><td><td><td><td>
|
||||
<tr><th><?= $this->getText('Customers'); ?><td><td><td><td><td><td>
|
||||
<tr><th><?= $this->getText('Invoices'); ?><td><td><td><td><td><td>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
|
@ -84,15 +84,15 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="tab tab-2">
|
||||
<section class="box wf-100 floatLeft">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Month') ?></caption>
|
||||
<caption><?= $this->getText('Month') ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Day'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Day'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'LastMonth'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'CurrentMonth'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Change'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'ChangeAcc'); ?>
|
||||
<td><?= $this->getText('Day'); ?>
|
||||
<td><?= $this->getText('Day'); ?>
|
||||
<td><?= $this->getText('LastMonth'); ?>
|
||||
<td><?= $this->getText('CurrentMonth'); ?>
|
||||
<td><?= $this->getText('Change'); ?>
|
||||
<td><?= $this->getText('ChangeAcc'); ?>
|
||||
<tbody>
|
||||
<tr><td><td><td><td><td><td>
|
||||
</table>
|
||||
|
|
@ -102,22 +102,22 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="tab tab-3">
|
||||
<section class="box wf-100 floatLeft">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Year') ?></caption>
|
||||
<caption><?= $this->getText('Year') ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Year'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'January'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'February'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'March'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'April'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'May'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'June'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'July'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'August'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'September'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'October'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'November'); ?>
|
||||
<td><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'December'); ?>
|
||||
<td><?= $this->getText('Year'); ?>
|
||||
<td><?= $this->getText('January'); ?>
|
||||
<td><?= $this->getText('February'); ?>
|
||||
<td><?= $this->getText('March'); ?>
|
||||
<td><?= $this->getText('April'); ?>
|
||||
<td><?= $this->getText('May'); ?>
|
||||
<td><?= $this->getText('June'); ?>
|
||||
<td><?= $this->getText('July'); ?>
|
||||
<td><?= $this->getText('August'); ?>
|
||||
<td><?= $this->getText('September'); ?>
|
||||
<td><?= $this->getText('October'); ?>
|
||||
<td><?= $this->getText('November'); ?>
|
||||
<td><?= $this->getText('December'); ?>
|
||||
<tbody>
|
||||
<tr><th>2013<td><td><td><td><td><td><td><td><td><td><td><td>
|
||||
<tr><th>2014<td><td><td><td><td><td><td><td><td><td><td><td>
|
||||
|
|
@ -135,21 +135,21 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="tab tab-4">
|
||||
<section class="box w-33 floatLeft">
|
||||
<header>
|
||||
<h1><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Customers'); ?></h1>
|
||||
<h1><?= $this->getText('Customers'); ?></h1>
|
||||
</header>
|
||||
<div class="inner">
|
||||
</div>
|
||||
</section>
|
||||
<section class="box w-33 floatLeft">
|
||||
<header>
|
||||
<h1><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Products'); ?></h1>
|
||||
<h1><?= $this->getText('Products'); ?></h1>
|
||||
</header>
|
||||
<div class="inner">
|
||||
</div>
|
||||
</section>
|
||||
<section class="box w-33 floatLeft">
|
||||
<header>
|
||||
<h1><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Employees'); ?></h1>
|
||||
<h1><?= $this->getText('Employees'); ?></h1>
|
||||
</header>
|
||||
<div class="inner">
|
||||
</div>
|
||||
|
|
@ -159,28 +159,28 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="tab tab-5">
|
||||
<section class="box w-33 floatLeft">
|
||||
<header>
|
||||
<h1><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Domestic/Export'); ?></h1>
|
||||
<h1><?= $this->getText('Domestic/Export'); ?></h1>
|
||||
</header>
|
||||
<div class="inner">
|
||||
</div>
|
||||
</section>
|
||||
<section class="box w-33 floatLeft">
|
||||
<header>
|
||||
<h1><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Developed/Undeveloped'); ?></h1>
|
||||
<h1><?= $this->getText('Developed/Undeveloped'); ?></h1>
|
||||
</header>
|
||||
<div class="inner">
|
||||
</div>
|
||||
</section>
|
||||
<section class="box w-33 floatLeft">
|
||||
<header>
|
||||
<h1><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Continents'); ?></h1>
|
||||
<h1><?= $this->getText('Continents'); ?></h1>
|
||||
</header>
|
||||
<div class="inner">
|
||||
</div>
|
||||
</section>
|
||||
<section class="box w-100 floatLeft">
|
||||
<header>
|
||||
<h1><?= $this->l11n->getText('SalesAnalysis', 'Backend', 'Development'); ?></h1>
|
||||
<h1><?= $this->getText('Development'); ?></h1>
|
||||
</header>
|
||||
<div class="inner">
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user