Localization fix

This commit is contained in:
Dennis Eichhorn 2016-07-27 22:20:30 +02:00
parent 46a881f63a
commit 2d137cb989
6 changed files with 10 additions and 10 deletions

View File

@ -56,7 +56,7 @@ echo $this->getData('nav')->render(); ?>
<tr><td><select id="iShipment" name="shipment"> <tr><td><select id="iShipment" name="shipment">
<option> <option>
</select> </select>
<tr><td colspan="3"><input type="submit" value="<?= $this->getText('Create') ?>"> <tr><td colspan="3"><input type="submit" value="<?= $this->getText('Create', 0, 0); ?>">
</table> </table>
</form> </form>
</div> </div>

View File

@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
<caption><?= $this->getText('Invoices') ?></caption> <caption><?= $this->getText('Invoices') ?></caption>
<thead> <thead>
<tr> <tr>
<td><?= $this->getText('ID'); ?> <td><?= $this->getText('ID', 0, 0); ?>
<td><?= $this->getText('Type'); ?> <td><?= $this->getText('Type'); ?>
<td><?= $this->getText('ClientID'); ?> <td><?= $this->getText('ClientID'); ?>
<td class="wf-100"><?= $this->getText('Client'); ?> <td class="wf-100"><?= $this->getText('Client'); ?>
@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?>
<?php $count = 0; foreach([] as $key => $value) : $count++; ?> <?php $count = 0; foreach([] as $key => $value) : $count++; ?>
<?php endforeach; ?> <?php endforeach; ?>
<?php if($count === 0) : ?> <?php if($count === 0) : ?>
<tr><td colspan="8" class="empty"><?= $this->getText('Empty'); ?> <tr><td colspan="8" class="empty"><?= $this->getText('Empty', 0, 0); ?>
<?php endif; ?> <?php endif; ?>
</table> </table>
</div> </div>

View File

@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
<caption><?= $this->getText('Invoices') ?></caption> <caption><?= $this->getText('Invoices') ?></caption>
<thead> <thead>
<tr> <tr>
<td><?= $this->getText('ID'); ?> <td><?= $this->getText('ID', 0, 0); ?>
<td><?= $this->getText('Type'); ?> <td><?= $this->getText('Type'); ?>
<td><?= $this->getText('SupplierID'); ?> <td><?= $this->getText('SupplierID'); ?>
<td class="wf-100"><?= $this->getText('Supplier'); ?> <td class="wf-100"><?= $this->getText('Supplier'); ?>
@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?>
<?php $count = 0; foreach([] as $key => $value) : $count++; ?> <?php $count = 0; foreach([] as $key => $value) : $count++; ?>
<?php endforeach; ?> <?php endforeach; ?>
<?php if($count === 0) : ?> <?php if($count === 0) : ?>
<tr><td colspan="8" class="empty"><?= $this->getText('Empty'); ?> <tr><td colspan="8" class="empty"><?= $this->getText('Empty', 0, 0); ?>
<?php endif; ?> <?php endif; ?>
</table> </table>
</div> </div>

View File

@ -56,7 +56,7 @@ echo $this->getData('nav')->render(); ?>
<tr><td><select id="iShipment" name="shipment"> <tr><td><select id="iShipment" name="shipment">
<option> <option>
</select> </select>
<tr><td colspan="3"><input type="submit" value="<?= $this->getText('Create') ?>"> <tr><td colspan="3"><input type="submit" value="<?= $this->getText('Create', 0, 0); ?>">
</table> </table>
</form> </form>
</div> </div>

View File

@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
<caption><?= $this->getText('Invoices') ?></caption> <caption><?= $this->getText('Invoices') ?></caption>
<thead> <thead>
<tr> <tr>
<td><?= $this->getText('ID'); ?> <td><?= $this->getText('ID', 0, 0); ?>
<td><?= $this->getText('Type'); ?> <td><?= $this->getText('Type'); ?>
<td><?= $this->getText('ClientID'); ?> <td><?= $this->getText('ClientID'); ?>
<td class="wf-100"><?= $this->getText('Client'); ?> <td class="wf-100"><?= $this->getText('Client'); ?>
@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?>
<?php $count = 0; foreach([] as $key => $value) : $count++; ?> <?php $count = 0; foreach([] as $key => $value) : $count++; ?>
<?php endforeach; ?> <?php endforeach; ?>
<?php if($count === 0) : ?> <?php if($count === 0) : ?>
<tr><td colspan="8" class="empty"><?= $this->getText('Empty'); ?> <tr><td colspan="8" class="empty"><?= $this->getText('Empty', 0, 0); ?>
<?php endif; ?> <?php endif; ?>
</table> </table>
</div> </div>

View File

@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
<caption><?= $this->getText('Invoices') ?></caption> <caption><?= $this->getText('Invoices') ?></caption>
<thead> <thead>
<tr> <tr>
<td><?= $this->getText('ID'); ?> <td><?= $this->getText('ID', 0, 0); ?>
<td><?= $this->getText('Type'); ?> <td><?= $this->getText('Type'); ?>
<td><?= $this->getText('SupplierID'); ?> <td><?= $this->getText('SupplierID'); ?>
<td class="wf-100"><?= $this->getText('Supplier'); ?> <td class="wf-100"><?= $this->getText('Supplier'); ?>
@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?>
<?php $count = 0; foreach([] as $key => $value) : $count++; ?> <?php $count = 0; foreach([] as $key => $value) : $count++; ?>
<?php endforeach; ?> <?php endforeach; ?>
<?php if($count === 0) : ?> <?php if($count === 0) : ?>
<tr><td colspan="8" class="empty"><?= $this->getText('Empty'); ?> <tr><td colspan="8" class="empty"><?= $this->getText('Empty', 0, 0); ?>
<?php endif; ?> <?php endif; ?>
</table> </table>
</div> </div>