Переглянути джерело

typo fix, by translators on transifex

tags/v7.0.0alpha2
Volkan Gezer 10 роки тому
джерело
коміт
ad1265da13
1 змінених файлів з 2 додано та 2 видалено
  1. 2
    2
      settings/templates/admin.php

+ 2
- 2
settings/templates/admin.php Переглянути файл

@@ -259,14 +259,14 @@ if (!$_['internetconnectionworking']) {
<td <?php if ($_['shareAPIEnabled'] == 'no') print_unescaped('class="hidden"');?>>
<input type="checkbox" name="shareapi_default_expire_date" id="shareapi_default_expire_date"
value="1" <?php if ($_['shareDefaultExpireDateSet'] == 'yes') print_unescaped('checked="checked"'); ?> />
<label for="shareapi_default_expire_date"><?php p($l->t('Set default expire date'));?></label><br/>
<label for="shareapi_default_expire_date"><?php p($l->t('Set default expiration date'));?></label><br/>
<?php p($l->t( 'Expire after ' )); ?>
<input type="text" name='shareapi_expire_after_n_days' id="shareapi_expire_after_n_days" placeholder="<?php p('7')?>"
value='<?php p($_['shareExpireAfterNDays']) ?>' />
<?php p($l->t( 'days' )); ?>
<input type="checkbox" name="shareapi_enforce_expire_date" id="shareapi_enforce_expire_date"
value="1" <?php if ($_['shareEnforceExpireDate'] == 'yes') print_unescaped('checked="checked"'); ?> />
<label for="shareapi_enforce_expire_date"><?php p($l->t('Enforce expire date'));?></label><br/>
<label for="shareapi_enforce_expire_date"><?php p($l->t('Enforce expiration date'));?></label><br/>
<em><?php p($l->t('Expire shares by default after N days')); ?></em>
</td>
</tr>

Завантаження…
Відмінити
Зберегти