Translation updated

This commit is contained in:
2026-07-18 09:17:52 +02:00
parent 90bfdbc569
commit a01329fdab
3 changed files with 372 additions and 359 deletions
+2 -2
View File
@@ -97,7 +97,7 @@ $maximgy = $pdo->query("SELECT valint FROM settings WHERE userid=0 AND sno=21")-
?>
<form method="post" action="<?=$g_scriptname?>">
<h2>for current user</h2>
<h2><?=_('for current user')?></h2>
<?php
form_create_select('datefmt', _('Date format'), $opt_datefmt, $datefmt);
?>
@@ -109,7 +109,7 @@ form_create_select('datefmt', _('Date format'), $opt_datefmt, $datefmt);
// limit global settings for captain only
if ($user->role == 'captain'):
?>
<h2>global for all users</h2>
<h2><?=_('global for all users')?></h2>
<div class="mb-3">
<label for="maximgx" class="form-label"><?=_('Maximal image width')?></label>
<input type="text" class="form-control" id="maximgx" name="maximgx" maxlength="4" value=<?=$maximgx?>>