Localization fix

This commit is contained in:
Dennis Eichhorn 2016-07-27 22:20:30 +02:00
parent 70b6a4a84b
commit a63d3a460d
4 changed files with 10 additions and 10 deletions

View File

@ -31,8 +31,8 @@ echo $this->getData('nav')->render(); ?>
<tr><td><select id="iResponsibility" name="responsibility">
<option value=""><?= $this->getText('Questionee') ?>
<option value=""><?= $this->getText('Manager') ?>
</select><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="text" id="iPerm" name="permission"></span><td><button><?= $this->getText('Add') ?></button>
<tr><td colspan="3"><input type="submit" value="<?= $this->getText('Create') ?>">
</select><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="text" id="iPerm" name="permission"></span><td><button><?= $this->getText('Add', 0, 0) ?></button>
<tr><td colspan="3"><input type="submit" value="<?= $this->getText('Create', 0, 0); ?>">
</table>
</form>
</div>
@ -51,7 +51,7 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="2"><select id="iSType" name="stype">
<option>
</select>
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Add') ?>">
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Add', 0, 0) ?>">
</table>
</form>
</div>
@ -71,7 +71,7 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="2"><select id="iQSection" name="iqsection">
<option>
</select>
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Add') ?>">
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Add', 0, 0) ?>">
</table>
</form>
</div>

View File

@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
<?php $count = 0; foreach([] as $key => $value) : $count++; ?>
<?php endforeach; ?>
<?php if($count === 0) : ?>
<tr><td colspan="4" class="empty"><?= $this->getText('Empty'); ?>
<tr><td colspan="4" class="empty"><?= $this->getText('Empty', 0, 0); ?>
<?php endif; ?>
</table>
</div>

View File

@ -31,8 +31,8 @@ echo $this->getData('nav')->render(); ?>
<tr><td><select id="iResponsibility" name="responsibility">
<option value=""><?= $this->getText('Questionee') ?>
<option value=""><?= $this->getText('Manager') ?>
</select><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="text" id="iPerm" name="permission"></span><td><button><?= $this->getText('Add') ?></button>
<tr><td colspan="3"><input type="submit" value="<?= $this->getText('Create') ?>">
</select><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="text" id="iPerm" name="permission"></span><td><button><?= $this->getText('Add', 0, 0) ?></button>
<tr><td colspan="3"><input type="submit" value="<?= $this->getText('Create', 0, 0); ?>">
</table>
</form>
</div>
@ -51,7 +51,7 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="2"><select id="iSType" name="stype">
<option>
</select>
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Add') ?>">
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Add', 0, 0) ?>">
</table>
</form>
</div>
@ -71,7 +71,7 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="2"><select id="iQSection" name="iqsection">
<option>
</select>
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Add') ?>">
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Add', 0, 0) ?>">
</table>
</form>
</div>

View File

@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
<?php $count = 0; foreach([] as $key => $value) : $count++; ?>
<?php endforeach; ?>
<?php if($count === 0) : ?>
<tr><td colspan="4" class="empty"><?= $this->getText('Empty'); ?>
<tr><td colspan="4" class="empty"><?= $this->getText('Empty', 0, 0); ?>
<?php endif; ?>
</table>
</div>