Localization fix

This commit is contained in:
Dennis Eichhorn 2016-07-27 22:20:30 +02:00
parent ec3790642f
commit 856f7512b1
4 changed files with 6 additions and 6 deletions

View File

@ -22,13 +22,13 @@ echo $this->getData('nav')->render(); ?>
<table class="table">
<caption><?= $this->getText('Tickets'); ?></caption>
<thead>
<tr><td><?= $this->getText('ID'); ?>
<tr><td><?= $this->getText('ID', 0, 0); ?>
<td><?= $this->getText('Status'); ?>
<td><?= $this->getText('Priority'); ?>
<td class="full"><?= $this->getText('Title'); ?>
<td><?= $this->getText('Responsible'); ?>
<tfoot>
<tbody>
<tr><td colspan="5" class="empty"><?= $this->getText('Empty'); ?>
<tr><td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?>
</table>
</div>

View File

@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>
<tr><td><textarea required></textarea>
<tr><td><label for="iFile"><?= $this->getText('Files') ?></label>
<tr><td><input id="iFile" name="fileVisual" type="file" multiple><input id="iFileHidden" name="files" type="hidden">
<tr><td><input type="submit" value="<?= $this->getText('Create') ?>">
<tr><td><input type="submit" value="<?= $this->getText('Create', 0, 0); ?>">
</table>
</form>
</div>

View File

@ -22,13 +22,13 @@ echo $this->getData('nav')->render(); ?>
<table class="table">
<caption><?= $this->getText('Tickets'); ?></caption>
<thead>
<tr><td><?= $this->getText('ID'); ?>
<tr><td><?= $this->getText('ID', 0, 0); ?>
<td><?= $this->getText('Status'); ?>
<td><?= $this->getText('Priority'); ?>
<td class="full"><?= $this->getText('Title'); ?>
<td><?= $this->getText('Responsible'); ?>
<tfoot>
<tbody>
<tr><td colspan="5" class="empty"><?= $this->getText('Empty'); ?>
<tr><td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?>
</table>
</div>

View File

@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>
<tr><td><textarea required></textarea>
<tr><td><label for="iFile"><?= $this->getText('Files') ?></label>
<tr><td><input id="iFile" name="fileVisual" type="file" multiple><input id="iFileHidden" name="files" type="hidden">
<tr><td><input type="submit" value="<?= $this->getText('Create') ?>">
<tr><td><input type="submit" value="<?= $this->getText('Create', 0, 0); ?>">
</table>
</form>
</div>