Commit Graph

143 Commits

Author SHA1 Message Date
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
56205c0ba4 Complete the Turkish translation for the squid module
Adds the 406 strings that squid/lang/tr was missing, so the module is now
fully translated, and removes squid/lang/tr.auto.

Squid and HTTP vocabulary stays in English where it names a protocol,
directive or file: ICP, HTCP, WCCP, NTLM, ACL, TTL, RFC931, DISKD, COSS,
the max_user_ip ACL name, cachemgr.cgi, access.log, IPtables, Calamaris
and the cache header tokens no-cache and If-Modified-Since.
2026-08-30 02:42:16 +03:00
Jamie Cameron
899c1f0d24 Check ACL on restart 2026-08-03 10:46:41 -07:00
Ilia Ross
695c78f631 Fix previously broken Farsi translations 2025-05-30 21:36:00 +03:00
Jamie Cameron
5b93fb30bd Make field names closer match the config file
https://github.com/webmin/webmin/issues/2478
2025-05-21 16:37:52 -07: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
Ilia Ross
82cca63300 Update translations 2025-02-11 13:20:57 +02:00
MacSteini
9511fc342f Updated de & fr
Updated de

Made a fundamental mistake the last time I ran an automated script and messed up quota/lang/fr
2024-12-30 01:24:20 +00: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
d913d6c6a3 Updated de 2024-11-27 10:05:06 +00:00
MacSteini
61cf8dcc73 Updated de
Corrections (UTF-8, new lines at file end), amendments, updates
2024-11-26 09:02:52 +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
leangjia
60345c4d8e Updated Chinese translations 2024-09-05 11:17:18 +08: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
Ilia Rostovtsev
017d94206a Update translations 2020-06-14 17:17:37 +03: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
9cb42113c2 Fix intentionally abused by humans translations (reported to Google) 2020-04-08 14:03:20 +03:00
Ilia Rostovtsev
cb4f274057 Fix translator errors: 1 USD -> 2020-03-27 20:46:29 +03:00
Ilia Rostovtsev
d131266cfe Fix systematic error of language-manager 2020-03-04 01:24:14 +03:00
Ilia Rostovtsev
39cd867bce Delete no longer needed ja_JP.jis 2020-03-03 22:18:35 +03:00
Ilia Rostovtsev
f03e40be3a Add transcoding/translation for squid module of 한국어 (ko) 2020-03-03 21:36:41 +03:00
Ilia Rostovtsev
bda6a41198 Add transcoding/translation for squid module of 日本語 (ja) 2020-03-03 21:34:12 +03:00
Ilia Rostovtsev
0b081d2caf Add transcoding/translation for squid module of 中文 (繁體) (zh_TW) 2020-03-03 21:32:57 +03:00
Ilia Rostovtsev
eab9309f49 Add transcoding/translation for squid module of 中文 (简体) (zh) 2020-03-03 21:29:50 +03:00
Ilia Rostovtsev
3ff3b60981 Add transcoding/translation for squid module of ไทย (th) 2020-03-03 21:27:30 +03:00
Ilia Rostovtsev
5c42f52b95 Add transcoding/translation for squid module of فارسی (fa) 2020-03-03 21:20:50 +03:00
Ilia Rostovtsev
3f0b8a70c3 Add transcoding/translation for squid module of العربية (ar) 2020-03-03 21:20:11 +03:00
Ilia Rostovtsev
e9ffd0c509 Add transcoding/translation for squid module of اردو (ur) 2020-03-03 21:14:18 +03:00
Ilia Rostovtsev
d419fb1a88 Add transcoding/translation for squid module of עברית (he) 2020-03-03 21:08:35 +03:00
Ilia Rostovtsev
f57371f60e Add transcoding/translation for squid module of українська (uk) 2020-03-03 21:02:52 +03:00
Ilia Rostovtsev
8fb5fe7817 Add transcoding/translation for squid module of русский (ru) 2020-03-03 21:00:31 +03:00
Ilia Rostovtsev
9194d71efa Add transcoding/translation for squid module of български (bg) 2020-03-03 20:58:17 +03:00
Ilia Rostovtsev
1172bea789 Add transcoding/translation for squid module of беларуская (be) 2020-03-03 20:51:45 +03:00
Ilia Rostovtsev
92ad6a8241 Add transcoding/translation for squid module of Ελληνικά (el) 2020-03-03 20:45:03 +03:00
Ilia Rostovtsev
fd10555ef6 Add transcoding/translation for squid module of čeština (cs) 2020-03-03 20:36:26 +03:00
Ilia Rostovtsev
a8d1d43843 Add transcoding/translation for squid module of svenska (sv) 2020-03-03 20:34:34 +03:00
Ilia Rostovtsev
fb802e7d5d Add transcoding/translation for squid module of suomi (fi) 2020-03-03 20:32:02 +03:00
Ilia Rostovtsev
0116d16acf Add transcoding/translation for squid module of slovenščina (sl) 2020-03-03 20:25:31 +03:00
Ilia Rostovtsev
69ed205d79 Add transcoding/translation for squid module of slovenčina (sk) 2020-03-03 20:18:58 +03:00
Ilia Rostovtsev
74aa101546 Add transcoding/translation for squid module of română (ro) 2020-03-03 20:12:35 +03:00
Ilia Rostovtsev
1b7a8516c3 Add transcoding/translation for squid module of português (Brasil) (pt_BR) 2020-03-03 20:06:05 +03:00
Ilia Rostovtsev
cefb14b229 Add transcoding/translation for squid module of português (pt) 2020-03-03 20:05:54 +03:00
Ilia Rostovtsev
9736bb8592 Add transcoding/translation for squid module of polski (pl) 2020-03-03 19:59:33 +03:00
Ilia Rostovtsev
7ed2ff608a Add transcoding/translation for squid module of norsk (no) 2020-03-03 19:57:13 +03:00