Update translations

This commit is contained in:
2022-12-25 12:40:47 +01:00
parent 67ea8478a2
commit 2085b3e0a2
6 changed files with 804 additions and 784 deletions

View File

@ -25,7 +25,7 @@ echo htmlspecialchars($_POST['real_subj'] ?? '');
<label><?php echo _('Message:'); ?> <br><textarea name="msg" rows="5" cols="30" required><?php <label><?php echo _('Message:'); ?> <br><textarea name="msg" rows="5" cols="30" required><?php
echo htmlspecialchars($_POST['msg'] ?? ''); echo htmlspecialchars($_POST['msg'] ?? '');
?></textarea></label><br> ?></textarea></label><br>
<label><input type="checkbox" name="accept_privacy" required<?php echo isset($_REQUEST['accept_privacy']) ? ' checked' : ''; ?>>I have read and agreed to the <a href="/privacy.php" target="_blank">Privacy Policy</a></label><br> <label><input type="checkbox" name="accept_privacy" required<?php echo isset($_REQUEST['accept_privacy']) ? ' checked' : ''; ?>><?php echo _('I have read and agreed to the <a href="/privacy.php" target="_blank">Privacy Policy</a>'); ?></label><br>
<input type="submit" name="action" value="Send"></form><br> <input type="submit" name="action" value="Send"></form><br>
<?php <?php
if($_SERVER['REQUEST_METHOD']==='POST'){ if($_SERVER['REQUEST_METHOD']==='POST'){

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff