Commit Graph

129 Commits

Author SHA1 Message Date
KafamaG
78b728a531 Merge branch 'master' into dev/translation_tr
#2829 landed on master and touched 173 of the same keys this branch
rewrites, which is where the conflicts came from.

Resolved by rule rather than by hand: for any key #2829 already fixed
and merged, master's value wins (54 keys); everything else keeps this
branch's version. That keeps the diff against master limited to what is
genuinely new here, and avoids re-editing work that is already upstream.

It also avoids a regression. This branch was cut before #2829, so it
still carried the old double-encoded UTF-8 in nine mailboxes strings
(confirm_warnallf, left_autoreply, left_folders, left_forward,
left_pass, left_sig, mail_fromfilter, mail_selread, mail_subfilter).
Taking master's value for those keeps them fixed. A mojibake scan over
the whole tree after the merge reports 0 remaining lines.

master also added acl/forgot_sudouser, which is translated here, so
lang/tr is still complete at 31,523 of 31,523 keys.
2026-08-31 09:51:50 +03:00
KafamaG
35069d3018 Fix placeholder, markup and encoding defects in existing Turkish files
A consistency check of every lang/tr against its lang/en turned up 58
lines that were wrong independently of the missing translations. All of
them are fixed here:

Missing or wrong $N placeholders (the value silently disappears from
the message at runtime, or the wrong value is shown):
  acl/cert_eca, acl/hide_desc, adsl-client/index_stopdesc,
  apache/reconfig_ever, apache/log_files, apache/log_files_l,
  bind8/log_manual, dhcpd/listl_lfnotcont, fdisk/mkfs_desc1,
  fdisk/fsck_desc1, fdisk/tunefs_desc, hpuxexports/save_ehost,
  inittab/log_rename, mysql/index_ever, mysql/index_version,
  mysql/log_perm_create, mysql/log_perm_delete, mysql/log_perm_modify,
  sendmail/index_epath, sendmail/index_startmsg, sendmail/asave_ematch,
  sendmail/mailers_efile, sendmail/generics_efile,
  webalizer/index_ewebalizer, webalizer/index_econf

  cron/env_ename carried a $1 that lang/en does not have, and its text
  described a different error than the key means.

  adsl-client/index_stopdesc and inittab/log_rename each repeated $1
  where $2 was meant, so both values printed the same string.

HTML markup that did not match lang/en:
  bind8/mass_desc, dhcpd/index_dhcpdnotfound, firewall/index_existing,
  inetd/index_applymsg, mysql/index_nomod, mysql/index_nomods,
  samba/esync_msg, samba/viewu_list, sendmail/trusts_desc,
  sendmail/mailers_desc2, sendmail/domains_desc, squid/clear_msgclear,
  status/proc_thresh

  Several of these were also truncated mid-sentence, dropping a whole
  sentence of the original text; those are now translated in full.

Encoding:
  mailboxes/confirm_warnf was stored as double-encoded UTF-8 and
  displayed as mojibake. It also used $1 twice instead of $1 and $2.

Trailing whitespace:
  proc/kill_term, kill_hup, kill_stop, kill_cont

Untranslated strings:
  fdisk/select_* device descriptions, mount/irix_mode0, irix_mode0cd,
  shorewall/tunnels_ipsec:noah

  bind8/mass_desc previously translated the literal configuration
  keywords master, slave, stub and forward into Turkish; they are now
  left in English, since they are values the user has to type.
2026-08-30 14:34:56 +03:00
KafamaG
eff3f503b6 Complete the Turkish translation for the sendmail module
Adds the 348 strings that sendmail/lang/tr was missing, so the module is
now fully translated, and removes sendmail/lang/tr.auto.

107 of the new strings are shared verbatim with the postfix module and
reuse its translation; 25 keys whose English differs were translated
separately.

Sendmail feature and file names stay in English, since they appear in the
M4 configuration: virtuser, mailertable, generics, domaintable,
access_db, the M4 entry types (Feature, Define, Undefine, Mailer), and the
SMTP tokens HELO, ETRN, From: and To:.
2026-08-30 12:09:16 +03:00
KafamaG
666ff552fa Fix errors in Turkish (tr) language files
Corrects verifiable defects in the shipped Turkish translations across
25 modules. No .auto (machine-translated) files are touched.

Placeholder bugs (33 keys) - substitution variables were missing,
duplicated or renumbered relative to lang/en:

* fdisk/mkfs_desc1 used $1 twice, so the "all data will be permanently
  erased" confirmation named the filesystem type instead of the target
  device.
* apache/reconfig_ever linked to <a href='$1'> instead of $2, pointing
  the "module configuration" link at the version string.
* useradmin/export_eopen contained the Perl special variable $! rather
  than $1.
* adsl-client/index_stopdesc, inittab/log_rename, hpuxexports/save_ehost,
  mysql/log_perm_* and others repeated $1 where $2/$3 was intended.
* cron/env_ename referenced $1, which lang/en does not provide.

HTML markup bugs (19 keys) - tags were dropped or swapped, breaking
rendering or links:

* useradmin/batch_desc6 and batch_desc3 contained the literal strings
  "$batch_desc1" and "$batch_desc0" and rendered as plain text.
* bind8/mass_desc translated the literal named.conf keywords master,
  slave, stub and forward, which would lead users to enter invalid
  configuration values. These are now left untranslated.
* mysql/index_nomod, samba/esync_msg, squid/clear_msgclear and others
  lost <tt>/<b> pairs present in lang/en.

Encoding (10 keys) - mailboxes/lang/tr contained double-encoded UTF-8
(mojibake), e.g. "klasöründen" instead of "klasöründen".

Untranslated strings (96 keys) - htaccess-htpasswd/lang/tr was a verbatim
copy of lang/en and is now fully translated. Remaining English strings in
fdisk, mount, shorewall, webalizer, xinetd and firewall are translated.
Technical identifiers (LVM VG/LV, IPsec AH) are deliberately kept in
English.

All modified files are valid UTF-8, keep their original key order and
line count, and their placeholders now match lang/en exactly.
2026-08-30 01:20:42 +03:00
Ilia Ross
695c78f631 Fix previously broken Farsi translations 2025-05-30 21:36:00 +03:00
Ilia Ross
f880192526 Remove languages with 0% coverage
https://github.com/webmin/webmin/issues/2403#issuecomment-2652613588
2025-02-12 13:19:49 +02:00
MacSteini
162206949f Consecutive Spaces Replacement
Replaced multiple consecutive spaces with a single space
2024-12-16 16:57:09 +00:00
MacSteini
5ea0cc6b42 Trailing Spaces Removal
Removed trailing spaces
2024-12-16 15:16:55 +00:00
MacSteini
64598e5f39 Blanks Removal
Removed blanks before or after the equal sign
2024-12-16 12:59:19 +00:00
MacSteini
477982776c Updated de
Corrections (UTF-8, new lines at file end), amendments, updates
2024-11-26 01:43:34 +00:00
MacSteini
54793b4596 Update de 2024-09-07 16:32:17 +01:00
luz paz
3e6142f098 Fix user and non-user facing typos 2022-06-29 07:17:11 -04:00
Ilia
d941cbf5c0 Update translations 2022-04-01 16:09:57 +03:00
Ilia
1dcc0f164e Fix possibly missing attachment name in mail queues 2022-03-31 23:44:22 +03:00
Ilia Rostovtsev
0462945632 Update translations 3/3 2021-11-18 22:13:17 +03:00
Ilia Rostovtsev
4c4b647096 Fix to add extra line breaks (sections) to language files 2020-12-27 21:15:36 +03:00
Jamie Cameron
c6345ec1e9 Norwegian translation update from Stein-Askel Basma 2020-12-06 11:00:27 -08:00
Ilia Rostovtsev
ab6dae9ea5 Fix ubiquity of "dollars" strings produced by greedy translator 2020-05-31 16:00:07 +03:00
Ilia Rostovtsev
ee56777e6d Drop useless empty files 2020-04-29 23:17:45 +03:00
Ilia Rostovtsev
8b40bed018 Fix to escape HTML entities as designed on template language (en)
Note: Large diff for most files is due to sorting lines as in template languge file (English)
2020-04-14 01:34:18 +03:00
Ilia Rostovtsev
e83d2910ca Fix post-translation bugs 2020-04-07 20:39:18 +03:00
Ilia Rostovtsev
cb4f274057 Fix translator errors: 1 USD -> 2020-03-27 20:46:29 +03:00
Ilia Rostovtsev
9a593e912b Fix post-translation bugs /8 2020-03-13 13:48:45 +03:00
Ilia Rostovtsev
9c8486fb65 Fix post-translation bugs /3 2020-03-13 12:46:30 +03:00
Ilia Rostovtsev
5953f57385 Fix post-translation bugs /2 2020-03-13 00:14:45 +03:00
Ilia Rostovtsev
aaf210f47c Fix post-translation bugs /1 2020-03-12 00:53:55 +03:00
Ilia Rostovtsev
8cee441c42 Add transcoding/translation for sendmail module of 한국어 (ko) 2020-03-10 16:11:33 +03:00
Ilia Rostovtsev
51492adf8f Add transcoding/translation for sendmail module of 日本語 (ja) 2020-03-10 16:09:27 +03:00
Ilia Rostovtsev
5d1b53a4ed Add transcoding/translation for sendmail module of 中文 (繁體) (zh_TW) 2020-03-10 16:07:20 +03:00
Ilia Rostovtsev
9408717801 Add transcoding/translation for sendmail module of 中文 (简体) (zh) 2020-03-10 16:04:35 +03:00
Ilia Rostovtsev
27161109ae Add transcoding/translation for sendmail module of ไทย (th) 2020-03-10 16:03:23 +03:00
Ilia Rostovtsev
1e7ef27043 Add transcoding/translation for sendmail module of فارسی (fa) 2020-03-10 15:58:15 +03:00
Ilia Rostovtsev
4b1a3a506f Add transcoding/translation for sendmail module of العربية (ar) 2020-03-10 15:53:04 +03:00
Ilia Rostovtsev
7065baef2c Add transcoding/translation for sendmail module of اردو (ur) 2020-03-10 15:47:53 +03:00
Ilia Rostovtsev
f70f863bff Add transcoding/translation for sendmail module of עברית (he) 2020-03-10 15:42:56 +03:00
Ilia Rostovtsev
7b3edffa8d Add transcoding/translation for sendmail module of українська (uk) 2020-03-10 15:37:43 +03:00
Ilia Rostovtsev
8dd19c784c Add transcoding/translation for sendmail module of русский (ru) 2020-03-10 15:36:36 +03:00
Ilia Rostovtsev
bc21ec0929 Add transcoding/translation for sendmail module of български (bg) 2020-03-10 15:35:32 +03:00
Ilia Rostovtsev
6deac18670 Add transcoding/translation for sendmail module of беларуская (be) 2020-03-10 15:30:16 +03:00
Ilia Rostovtsev
e1fd7b84ca Add transcoding/translation for sendmail module of Ελληνικά (el) 2020-03-10 15:24:57 +03:00
Ilia Rostovtsev
1a68e30c13 Add transcoding/translation for sendmail module of čeština (cs) 2020-03-10 15:18:28 +03:00
Ilia Rostovtsev
9bcad1d0a8 Add transcoding/translation for sendmail module of svenska (sv) 2020-03-10 15:18:23 +03:00
Ilia Rostovtsev
21f0c98e67 Add transcoding/translation for sendmail module of suomi (fi) 2020-03-10 15:16:15 +03:00
Ilia Rostovtsev
2737e28f2c Add transcoding/translation for sendmail module of slovenščina (sl) 2020-03-10 15:10:58 +03:00
Ilia Rostovtsev
760aa91551 Add transcoding/translation for sendmail module of slovenčina (sk) 2020-03-10 15:05:38 +03:00
Ilia Rostovtsev
49b55260f5 Add transcoding/translation for sendmail module of română (ro) 2020-03-10 15:00:27 +03:00
Ilia Rostovtsev
3a09354a33 Add transcoding/translation for sendmail module of português (Brasil) (pt_BR) 2020-03-10 14:55:14 +03:00
Ilia Rostovtsev
240349786b Add transcoding/translation for sendmail module of português (pt) 2020-03-10 14:55:11 +03:00
Ilia Rostovtsev
0f8602741d Add transcoding/translation for sendmail module of polski (pl) 2020-03-10 14:52:13 +03:00
Ilia Rostovtsev
047fc24965 Add transcoding/translation for sendmail module of norsk (no) 2020-03-10 14:50:22 +03:00