added multilang support to more strings

This commit is contained in:
HB9HIL
2024-06-07 02:35:59 +02:00
parent dc58c20c94
commit 2ea07d610a
61 changed files with 15898 additions and 4391 deletions

View File

@@ -55,7 +55,7 @@
echo ' checked' ;
}
echo '>'; ?>
<label class="form-check-label" for="qsl">QSL</label>
<label class="form-check-label" for="qsl"><?= __('QSL'); ?></label>
</div>
<div class="form-check-inline">
<?php echo '<input class="form-check-input" type="checkbox" name="lotw" id="lotw"';
@@ -63,7 +63,7 @@
echo ' checked' ;
}
echo '>'; ?>
<label class="form-check-label" for="lotw">LoTW</label>
<label class="form-check-label" for="lotw"><?= __('LoTW'); ?></label>
</div>
<div class="form-check-inline">
<?php echo '<input class="form-check-input" type="checkbox" name="eqsl" id="eqsl"';
@@ -71,7 +71,7 @@
echo ' checked' ;
}
echo '>'; ?>
<label class="form-check-label" for="eqsl">eQSL</label>
<label class="form-check-label" for="eqsl"><?= __('eQSL'); ?></label>
</div>
<div class="form-check-inline">
<?php echo '<input class="form-check-input" type="checkbox" name="qrz" id="qrz"';
@@ -79,7 +79,7 @@
echo ' checked' ;
}
echo '>'; ?>
<label class="form-check-label" for="qrz">QRZ.com</label>
<label class="form-check-label" for="qrz"><?= __('QRZ.com'); ?></label>
</div>
</div>