Files
webmin/useradmin
KafamaG 0c4941e8aa Fix key references and a relative URL in the Turkish files
Both issues were raised in review.

webmin/upgrade_desc had <a href="webmin.com">, which a browser resolves
against the Webmin server rather than the public site. lang/en has
<a href=https://webmin.com>; the Turkish now matches. This was the only
relative href in any Turkish file.

proc uses __norefs=1, so the four $stime values were displayed
literally instead of expanding. lang/en spells the word out in all four
places rather than referencing stime, so the Turkish now does the same.

A scan for the same class of defect across every module found one more
case that had not been reported: useradmin/uedit_dothers was
$udel_dothers, and useradmin also sets __norefs=1. lang/en spells that
one out too, so it is fixed the same way.

The scan also found heartbeat/conf_auto_on and conf_auto_off, which are
${conf_enabled} and ${conf_disabled} in lang/en itself - so English is
affected as well, and conf_auto_ references ${default}, a key that does
not exist in the file. That is an upstream bug rather than a
translation one, so it is left alone here and reported on the PR.
2026-08-31 14:45:46 +03:00
..
2024-10-23 01:29:23 +03:00
2024-10-23 01:29:23 +03:00
2024-10-23 01:29:23 +03:00
2024-10-23 01:29:23 +03:00
2024-10-23 01:29:23 +03:00
2024-10-23 01:29:23 +03:00
2024-10-23 01:29:23 +03:00
2024-10-23 01:29:23 +03:00
2024-10-23 01:29:23 +03:00
2018-03-31 11:12:20 -07:00
2023-05-13 11:57:10 +03:00