Sync locales

This commit is contained in:
Frederic Guillot
2017-01-08 22:03:18 -05:00
parent 5bd19ee64d
commit f18707c69a
26 changed files with 401 additions and 425 deletions

View File

@@ -51,6 +51,7 @@
<?= $this->form->label(t('Highest priority'), 'priority_end') ?>
<?= $this->form->number('priority_end', $values, $errors, array('tabindex="10"')) ?>
<p class="form-help"><?= t('If you put zero to the low and high priority, this feature will be disabled.') ?></p>
</fieldset>
<?= $this->modal->submitButtons(array('tabindex' => 11)) ?>