summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-02-18 03:02:28 +0000
committerNorbert Preining <norbert@preining.info>2020-02-18 03:02:28 +0000
commitbb5325dae4202b519b7210a338651301e048998d (patch)
tree4caa8d8c62275cb193df85d10f8f0e10bab587b3 /systems
parent67394fd2cfa6167f7e2316237629bec93851c1fb (diff)
CTAN sync 202002180302
Diffstat (limited to 'systems')
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm8
-rwxr-xr-xsystems/texlive/tlnet/tlpkg/installer/install-tl-gui.tcl5
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb468
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.md52
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha5122
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc14
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.xzbin2165528 -> 2170332 bytes
-rw-r--r--systems/texlive/tlnet/tlpkg/tltcl/tltcl.tcl24
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/cs.po134
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/de.po134
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/es.po134
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/fr.po134
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/it.po134
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/ja.po134
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/messages.pot134
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/nl.po134
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/pl.po134
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/pt_BR.po134
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/ru.po134
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/sk.po134
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/sl.po134
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/sr.po134
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/uk.po134
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/vi.po134
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/zh_CN.po134
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/zh_TW.po134
-rw-r--r--systems/win32/miktex/tm/packages/files.csv.lzmabin524627 -> 524554 bytes
-rw-r--r--systems/win32/miktex/tm/packages/next/files.csv.lzmabin524965 -> 525043 bytes
-rw-r--r--systems/win32/miktex/tm/packages/next/pr.ini8
-rw-r--r--systems/win32/miktex/tm/packages/pr.ini10
-rw-r--r--systems/win32/w32tex/ChangeLog10
31 files changed, 1621 insertions, 1342 deletions
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm
index e27f70b6e0..6572f00bb3 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm
@@ -1,12 +1,12 @@
-# $Id: TLConfig.pm 53076 2019-12-10 06:20:44Z preining $
+# $Id: TLConfig.pm 53803 2020-02-16 17:17:22Z karl $
# TeXLive::TLConfig.pm - module exporting configuration values
-# Copyright 2007-2019 Norbert Preining
+# Copyright 2007-2020 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
package TeXLive::TLConfig;
-my $svnrev = '$Revision: 53076 $';
+my $svnrev = '$Revision: 53803 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -190,7 +190,7 @@ our %TLPDBOptions = (
"Directory for backups" ],
"create_formats" =>
[ "b", 1, "formats",
- "Create formats on installation" ],
+ "Generate formats at installation or update" ],
"desktop_integration" =>
[ "b", 1, "desktop_integration",
"Create Start menu shortcuts (w32)" ],
diff --git a/systems/texlive/tlnet/tlpkg/installer/install-tl-gui.tcl b/systems/texlive/tlnet/tlpkg/installer/install-tl-gui.tcl
index 4234f18312..cd9001ea83 100755
--- a/systems/texlive/tlnet/tlpkg/installer/install-tl-gui.tcl
+++ b/systems/texlive/tlnet/tlpkg/installer/install-tl-gui.tcl
@@ -1,6 +1,6 @@
#!/usr/bin/env wish
-# Copyright 2018, 2019 Siep Kroonenberg
+# Copyright 2018-2020 Siep Kroonenberg
# This file is licensed under the GNU General Public License version 2
# or any later version.
@@ -1177,6 +1177,7 @@ if {$::tcl_platform(platform) ne "windows"} {
### symlinks into standard directories ###
# 'file writable' is only a check of unix permissions
+ # use proc dir_writable instead
proc dest_ok {d} {
if {$d eq ""} {return 0}
set its 1
@@ -1184,7 +1185,7 @@ if {$::tcl_platform(platform) ne "windows"} {
if [file exists $d] {
if {! [file isdirectory $d]} {
return 0
- } elseif {! [file writable $d]} {
+ } elseif {! [dir_writable $d]} {
return 0
} else {
return 1
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index 01e7d46534..98a5adcb33 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
@@ -26,11 +26,11 @@ depend container_split_src_files/1
depend frozen/0
depend minrelease/2016
depend release/2019
-depend revision/53796
+depend revision/53817
name 00texlive.image
category TLCore
-revision 53795
+revision 53815
shortdesc TeX Live files only in the source repository
longdesc The files here are not copied by the installer and containers
longdesc are not built for them; they exist only in the source
@@ -1909,6 +1909,8 @@ runfiles size=4994
tlpkg/tlpsrc/hanoi.tlpsrc
tlpkg/tlpsrc/happy4th.tlpsrc
tlpkg/tlpsrc/har2nat.tlpsrc
+ tlpkg/tlpsrc/haranoaji-extra.tlpsrc
+ tlpkg/tlpsrc/haranoaji.tlpsrc
tlpkg/tlpsrc/hardwrap.tlpsrc
tlpkg/tlpsrc/harmony.tlpsrc
tlpkg/tlpsrc/harnon-cv.tlpsrc
@@ -3321,6 +3323,7 @@ runfiles size=4994
tlpkg/tlpsrc/scheme-tetex.tlpsrc
tlpkg/tlpsrc/scholax.tlpsrc
tlpkg/tlpsrc/schule.tlpsrc
+ tlpkg/tlpsrc/schulmathematik.tlpsrc
tlpkg/tlpsrc/schulschriften.tlpsrc
tlpkg/tlpsrc/schwalbe-chess.tlpsrc
tlpkg/tlpsrc/scientific-thesis-cover.tlpsrc
@@ -4156,7 +4159,7 @@ depend opt_w32_multi_user:1
name 00texlive.installer
category TLCore
-revision 53497
+revision 53801
shortdesc TeX Live standalone installer package
longdesc This package defines the files to go into the installer
longdesc archives (install-tl-unx.tar.gz, install-tl.zip) built by the
@@ -19314,22 +19317,22 @@ binfiles arch=x86_64-solaris size=1
name archaeologie
category Package
-revision 53011
+revision 53813
shortdesc A citation-style which covers rules of the German Archaeological Institute
relocated 1
longdesc This citation-style covers the citation and bibliography rules
longdesc of the German Archaeological Institute (DAI). Various options
longdesc are available to change and adjust the outcome according to
longdesc one's own preferences.
-containersize 72704
-containerchecksum d4da1a75a9f0ab7845e9b1d5d88d34a27c866d8682d49c4cb502350a8d0ff61029eb17d9dac85fd52bb546f9212ee4f68cdf05bc020bbb176894c00b1f1ce997
-doccontainersize 948944
-doccontainerchecksum 72fa90e5a8cbaec21173f4682ffa27899a274b32a9f1baba7e734950c87f4919b3b19db0a37ec996998f5b1ae350f43156cfebd89cc85129964cf7d6b56d7c82
-docfiles size=263
+containersize 72684
+containerchecksum 3bb26b77a812a285d5a6fffe4906efaef3a972a6078e6150531f756d39f1287af8746a776cdaec58ec1d3973da740c20f0352c322858f2631772532588d429e6
+doccontainersize 903636
+doccontainerchecksum fd3bf3deb244ee05b4ce1eb9ca81ae0c7268447a974e87d41e1cb29468129f7366702d271b1fdda2f5e3ac561a2cea82525877b2f5b077ca80f9bd6158a17608
+docfiles size=251
RELOC/doc/latex/archaeologie/README.md details="Readme"
RELOC/doc/latex/archaeologie/archaeologie.pdf details="Package documentation"
-srccontainersize 134268
-srccontainerchecksum 07798de918b4e28159526652bb9d4d6515600ecc6f2f6a2c4edc7011cc113370e5ffe3d0b5be515c3d3dfe4cca410c317288997b846a5420cf7b0f9920344683
+srccontainersize 134276
+srccontainerchecksum 2f91bb17dcc8b650a379fb1c39ab1b52361b01eb5fa8e77bcc53344c777c32ed5471472540359f9a6ba1053628f823e1e12838ca08e9ae8df0359a13948057f2
srcfiles size=189
RELOC/source/latex/archaeologie/Makefile
RELOC/source/latex/archaeologie/archaeologie.dtx
@@ -19356,7 +19359,7 @@ catalogue-contact-repository https://github.com/LukasCBossert/biblatex-archaeolo
catalogue-ctan /macros/latex/contrib/biblatex-contrib/archaeologie
catalogue-license lppl1.3
catalogue-topics humanities biblatex
-catalogue-version 2.4.3
+catalogue-version 2.4.4
name archaic
category Package
@@ -40160,7 +40163,7 @@ catalogue-version 1.0
name breqn
category Package
-revision 52397
+revision 53814
shortdesc Automatic line breaking of displayed equations
relocated 1
longdesc The package provides solutions to a number of common
@@ -40177,18 +40180,18 @@ longdesc formulae are processed; the code must be watched carefully,
longdesc keeping an eye on possible glitches. The bundle also contains
longdesc the flexisym and mathstyle packages, which are both designated
longdesc as support for breqn.
-containersize 24432
-containerchecksum 0b0c40a54bebca784f8057c4f3b0595777bff39c016d6c3c97ea8b4e3d2b357045eb65ae8e24a98fc1777ea523bc372ec164ebe3b92e749704f156af0733148f
-doccontainersize 1047960
-doccontainerchecksum fd38471bc060a853d853326870aaed0770ad8d7826168a9539ffbc074debe7d054f351f9ee34380ffd78aaefd55f1fa5aa16fa7da823d4d7b981296c67d435a3
-docfiles size=276
+containersize 24276
+containerchecksum f3970f1d35d123c5568e12e8436ee899f24e653b56aa6109c3369aedfe0c40ab2adf17588ff0394314375844ce7133cb5994b3c9b627bca1a5aaa7bc7726d7a2
+doccontainersize 1059680
+doccontainerchecksum 992b9acbdc7af8c17778fed023cb7b98109eef19270b079ba7185437bdf1533044e262ea45914b217d9fbd6f23d51bde6a6a40c577422efa8445f5ba652fd935
+docfiles size=280
RELOC/doc/latex/breqn/CHANGES.md
RELOC/doc/latex/breqn/README.md details="Readme"
RELOC/doc/latex/breqn/breqn.pdf details="Package documentation"
RELOC/doc/latex/breqn/flexisym.pdf
RELOC/doc/latex/breqn/mathstyle.pdf
-srccontainersize 80048
-srccontainerchecksum 16c62790776452a5aba32f48389299fa9b6c9193bc12168f75057ade14761e09902adb95436e064e0d84729e6421781f05943cea9ea914d2b23b7f179bc7fba3
+srccontainersize 79868
+srccontainerchecksum 4a1f198de92995a61515f054b7150fe79696646e1ee7628a92db27b029aaa5c961b609ee5cc69043e652a6acc9774d730a3d9c353ff1efcb1a726d87c1aacbe8
srcfiles size=82
RELOC/source/latex/breqn/breqn.dtx
RELOC/source/latex/breqn/breqnbundle.ins
@@ -40207,7 +40210,7 @@ catalogue-contact-repository https://github.com/wspr/breqn
catalogue-ctan /macros/latex/contrib/breqn
catalogue-license lppl1.3
catalogue-topics maths
-catalogue-version 0.98f
+catalogue-version 0.98h
name bropd
category Package
@@ -40982,7 +40985,7 @@ catalogue-version 0.2
name bxjscls
category Package
-revision 53684
+revision 53812
shortdesc Japanese document class collection for all major engines
relocated 1
longdesc This package provides an extended version of the Japanese
@@ -40991,19 +40994,19 @@ longdesc original version supports only pLaTeX and upLaTeX, the extended
longdesc version also supports pdfLaTeX, XeLaTeX and LuaLaTeX, with the
longdesc aid of suitable packages that provide capability of Japanese
longdesc typesetting.
-containersize 31388
-containerchecksum 0bbc4f6acd1e2848bc483bd8c2c18237754542a34e1b603133e4adf01d1ac3177c0afb30cf6a92dfb87d432df30780e532796b0c33a2c5a21783a57e72e8eef4
-doccontainersize 1790400
-doccontainerchecksum ecdf8554f1ccd44262017049ce7ebad530aad4174dd3ff918cd17ecc5b83892c923be46aaadafb209f3e5506101b722ce75ee45fd654515d99962500c8cd0cba
-docfiles size=486
+containersize 31412
+containerchecksum 4b100e52663c714296d18b487ad5c21fcedfb154bb517ddf399646fc27795da77cf156de18e1119bbe3563dda13cf504e9ef7132bfe427ec48cf4d8a21a9c1bf
+doccontainersize 1825324
+doccontainerchecksum 5f7ddec0451a01d2994d532088754b7135e8dee2d915f94b268e0c07dbdffda4a294c8d9012d0b4a524049fd82b3d3029180ab16d33b68d34700beeb9e0ff973
+docfiles size=487
RELOC/doc/latex/bxjscls/LICENSE
RELOC/doc/latex/bxjscls/README-ja.md details="Readme (Japanese)" language="ja"
RELOC/doc/latex/bxjscls/README.md details="Readme"
RELOC/doc/latex/bxjscls/bxjscls-manual.pdf details="User guide (Japanese)" language="ja"
RELOC/doc/latex/bxjscls/bxjscls-manual.tex
RELOC/doc/latex/bxjscls/bxjscls.pdf details="Package documentation (Japanese)" language="ja"
-srccontainersize 78872
-srccontainerchecksum bfaaf9b8e192ac93f1f116ea17003fe5a945a4a75c410750ca9a829ff0e05fe3c4914f0e77eddea381bd25cd189ba42a0b02ac2e015bfa9ff79e593726327bdb
+srccontainersize 78928
+srccontainerchecksum efb5fa10b47a48746dea5453979ed80a4ab8ff723d3a4c30ce8b27746b83b6d05f1de6e80b48d6a3ae925d5e1e321d659aed36aa5b0d8f523be6530403a83bc9
srcfiles size=96
RELOC/source/latex/bxjscls/bxjscls.dtx
RELOC/source/latex/bxjscls/bxjscls.ins
@@ -41024,7 +41027,7 @@ catalogue-contact-repository https://github.com/zr-tex8r
catalogue-ctan /language/japanese/BX/bxjscls
catalogue-license bsd2
catalogue-topics japanese class
-catalogue-version 1.9j
+catalogue-version 1.9k
name bxnewfont
category Package
@@ -63001,7 +63004,7 @@ containerchecksum be5230f2fec255b9bf7220a9ad33930032ef617de8665d2c35c4360852f77d
name collection-langgerman
category Collection
-revision 53300
+revision 53815
shortdesc German
relocated 1
longdesc Support for German.
@@ -63038,6 +63041,7 @@ depend microtype-de
depend milog
depend presentations
depend r_und_s
+depend schulmathematik
depend templates-fenn
depend templates-sommer
depend termcal-de
@@ -63055,8 +63059,8 @@ depend udesoftec
depend uhrzeit
depend umlaute
depend voss-mathcol
-containersize 640
-containerchecksum 600c29a97d1de9feea51b6c5ed2a6b09ff00291a578fc368d1ff98f777081cb72529c5aa87d5e69bfb5e07e246b67341af8ffe60b5ae9da274c05b63c885c49b
+containersize 652
+containerchecksum a73e281ccb849825e3a1996273cbd34ef7337fcf5368f556c2909a029fbedb10672a18b984444574cde3a2b39d11a6f23f17bedd382268a2b6aa2226c5a26d61
name collection-langgreek
category Collection
@@ -63121,10 +63125,10 @@ containerchecksum 2b172a37bd15ab85cdfa52f25c1b7310c23af5f9f4925cd678ee7a6f7731e4
name collection-langjapanese
category Collection
-revision 52509
+revision 53811
shortdesc Japanese
relocated 1
-longdesc Support for Japanese; additional packages in
+longdesc Support for Japanese; additional packages are in
longdesc collection-langcjk.
depend collection-langcjk
depend ascmac
@@ -63142,6 +63146,8 @@ depend bxwareki
depend convbkmk
depend endnotesj
depend gentombow
+depend haranoaji
+depend haranoaji-extra
depend ifptex
depend ifxptex
depend ipaex
@@ -63179,8 +63185,8 @@ depend uptex-fonts
depend wadalab
depend zxjafbfont
depend zxjatype
-containersize 600
-containerchecksum 1d2d8862cbbc57626bc023e0deab3aa2abf3ee92038737583b9babbdd0df33cacf564fce74f03f8618c0f7e707e1ad5dd184bbe7224cf570af5c14799f530300
+containersize 616
+containerchecksum 3d9cc9c20a4ef6dbacae6fda18e625fc3828b4f899460d8e920217b79e19aab5601bd7146e6adaa6d599c81a7424390a98c3b8a26dd5ac759caa57fa74fcb5c4
name collection-langkorean
category Collection
@@ -127858,6 +127864,70 @@ catalogue-license lppl
catalogue-topics bibtex-supp
catalogue-version 1.0
+name haranoaji
+category Package
+revision 53810
+shortdesc Harano Aji Fonts
+relocated 1
+longdesc Harano Aji Fonts (Harano Aji Mincho and Harano Aji Gothic) are
+longdesc fonts obtained by replacing Adobe-Identity-0 (AI0) CIDs of
+longdesc Source Han fonts (Source Han Serif and Source Han Sans) with
+longdesc Adobe-Japan1 (AJ1) CIDs. There are 14 fonts, 7 weights each for
+longdesc Mincho and Gothic.
+containersize 26211208
+containerchecksum 4c137f99d91640c805bfbe9555de08ad1d5e8a2c9aad32d90a3061b8408c8f5cd05ea41150fc09813f02ffe401f517e6cbabf4b5eab4d793b9324e3d00dc2b44
+doccontainersize 3048
+doccontainerchecksum 5b3edc1a1db549a596cbfd383fc5b8e27d7d523e7276e2a79a7aa81f87314d0586b9f4277bfcf79a4c44e2202c80dfec31266384f9f15cdccd14a251fd6e207b
+docfiles size=3
+ RELOC/doc/fonts/haranoaji/LICENSE
+ RELOC/doc/fonts/haranoaji/README details="Readme"
+runfiles size=10098
+ RELOC/fonts/opentype/public/haranoaji/HaranoAjiGothic-Bold.otf
+ RELOC/fonts/opentype/public/haranoaji/HaranoAjiGothic-Heavy.otf
+ RELOC/fonts/opentype/public/haranoaji/HaranoAjiGothic-Medium.otf
+ RELOC/fonts/opentype/public/haranoaji/HaranoAjiGothic-Regular.otf
+ RELOC/fonts/opentype/public/haranoaji/HaranoAjiMincho-Bold.otf
+ RELOC/fonts/opentype/public/haranoaji/HaranoAjiMincho-Light.otf
+ RELOC/fonts/opentype/public/haranoaji/HaranoAjiMincho-Regular.otf
+catalogue-also haranoaji-extra
+catalogue-contact-home https://github.com/trueroad/HaranoAjiFonts
+catalogue-ctan /fonts/haranoaji
+catalogue-license ofl
+catalogue-topics font-cjk japanese
+catalogue-version 20200215
+
+name haranoaji-extra
+category Package
+revision 53811
+shortdesc Harano Aji Fonts
+relocated 1
+longdesc Harano Aji Fonts (Harano Aji Mincho and Harano Aji Gothic) are
+longdesc fonts obtained by replacing Adobe-Identity-0 (AI0) CIDs of
+longdesc Source Han fonts (Source Han Serif and Source Han Sans) with
+longdesc Adobe-Japan1 (AJ1) CIDs. There are 14 fonts, 7 weights each for
+longdesc Mincho and Gothic.
+containersize 25950260
+containerchecksum 0f5997b425e157a5b6ea8a4202150c4ee1d696d6ea956c990f249df8db2a5ecb82f4ca25228905ef2b2ded38f13a9a1c35ae444ae9f2f60f189e293947349ec8
+doccontainersize 3052
+doccontainerchecksum d3eee236a541e1b20572d8f3386ea9d9dd630f6c1cce638e5afde8291f8cea16cb9e3ae790f09d71733405f8ebbb2de0e7a251b5b09fa48bcde9acdd988126e2
+docfiles size=3
+ RELOC/doc/fonts/haranoaji-extra/LICENSE
+ RELOC/doc/fonts/haranoaji-extra/README details="Readme"
+runfiles size=10177
+ RELOC/fonts/opentype/public/haranoaji-extra/HaranoAjiGothic-ExtraLight.otf
+ RELOC/fonts/opentype/public/haranoaji-extra/HaranoAjiGothic-Light.otf
+ RELOC/fonts/opentype/public/haranoaji-extra/HaranoAjiGothic-Normal.otf
+ RELOC/fonts/opentype/public/haranoaji-extra/HaranoAjiMincho-ExtraLight.otf
+ RELOC/fonts/opentype/public/haranoaji-extra/HaranoAjiMincho-Heavy.otf
+ RELOC/fonts/opentype/public/haranoaji-extra/HaranoAjiMincho-Medium.otf
+ RELOC/fonts/opentype/public/haranoaji-extra/HaranoAjiMincho-SemiBold.otf
+catalogue-also haranoaji
+catalogue-contact-home https://github.com/trueroad/HaranoAjiFonts
+catalogue-ctan /fonts/haranoaji-extra
+catalogue-license ofl
+catalogue-topics font-cjk japanese
+catalogue-version 20200215
+
name hardwrap
category Package
revision 21396
@@ -147401,7 +147471,7 @@ binfiles arch=x86_64-solaris size=3
name kpathsea
category TLCore
-revision 53569
+revision 53807
shortdesc Path searching library for TeX-related files
longdesc Kpathsea is a library and utility programs which provide path
longdesc searching facilities for TeX file types, including the
@@ -147410,10 +147480,10 @@ longdesc layered on top of a general search mechanism. It is not
longdesc distributed separately, but rather is released and maintained
longdesc as part of the TeX live sources.
depend kpathsea.ARCH
-containersize 32164
-containerchecksum aa67df2d689dc939043a645370c236b1de4919610894a9a79aae220f801087ebd34ab68765ab5b8c2c663017c2e6b801cfd4a39ca5f173949c5ee501c3fbe698
-doccontainersize 968120
-doccontainerchecksum 03771da32feab4d9f07b2e2b126a44852a711f91f9e4964f97511c619f55a2185c4a0a2227950d383a9526cb3609809b39f70f1ebc6e55e7af220421beea8a76
+containersize 32296
+containerchecksum f8367cca4e62a83a34357019c7e7d8422e7857a2b8fa13dfa73b375d1c981989dd222c2b52e584cfed34faf92c073468033b569bc1854094f7eb97d51609f09c
+doccontainersize 968124
+doccontainerchecksum fd73e652b76eca8730a717c08abea429f284ef836997d9c8189d1be97b9671ad4caa08709ebf1d594349279855a1def9b2b350ad75bb4dee7e3cfa05a72c6650
docfiles size=522
texmf-dist/doc/info/dir
texmf-dist/doc/info/kpathsea.info
@@ -200959,7 +201029,7 @@ catalogue-version 1.051
name newtxtt
category Package
-revision 44510
+revision 53809
shortdesc Enhancement of typewriter fonts from newtx
relocated 1
longdesc The package provides enhanced fonts with LaTeX support files
@@ -200967,11 +201037,11 @@ longdesc providing access to the typewriter fonts from newtx. Regular
longdesc and bold weights, slanted variants and a choice of four
longdesc different styles for zero.
execute addMap newtxtt.map
-containersize 116900
-containerchecksum 95c25791796b56eb6e54be98c522861d3704e76c3d2a88c871fb88c9dfca616867a8cb839d8ba9f5b42e03eddf6d27f37cf91bfbdaae5aa13c4ce9fa681be9c9
-doccontainersize 80548
-doccontainerchecksum c4f9e344d0060b569e7503d12b1021bfd68bc58842778d2d9c4014b9f70c10a9a23ebca6495f2acac358a4d6d5710e8db48dcf445b3be5d278cc9818a57bb999
-docfiles size=22
+containersize 116976
+containerchecksum cba0af119d5c1dab0e62046c2d1deba626885be3df5a79b9ae129a143221f1062b33eb91af146e351ee1969157c915e39b96a5ff85116b87e16d5498101fd2f3
+doccontainersize 171356
+doccontainerchecksum 2e96ac40334c855a12da28024aa05df5139c40b99a86e5dd5a94998453c187139eb73c927fccd653e4e99199b894620620dab4705064f99def6565f7501dca3a
+docfiles size=45
RELOC/doc/fonts/newtxtt/README details="Readme"
RELOC/doc/fonts/newtxtt/newtxtt-doc.pdf details="Package documentation"
RELOC/doc/fonts/newtxtt/newtxtt-doc.tex
@@ -201122,8 +201192,8 @@ runfiles size=204
RELOC/tex/latex/newtxtt/ts1newtxttz.fd
catalogue-ctan /fonts/newtxtt
catalogue-license gpl3lppl
-catalogue-topics font font-type1 font-mono font-t1enc
-catalogue-version 1.055
+catalogue-topics font font-type1 font-mono font-supp font-t1enc
+catalogue-version 1.056
name newunicodechar
category Package
@@ -219558,64 +219628,66 @@ catalogue-version 1.0
name optex
category Package
-revision 53764
+revision 53804
shortdesc LuaTeX format based on Plain TeX and OPmac
-relocated 1
longdesc OpTeX is a LuaTeX format based on Plain TeX macros with power
longdesc from OPmac (fonts selection system, colors, external graphics,
longdesc references, hyperlinks, ...) with unicode fonts.
depend luatex
-containersize 67540
-containerchecksum 5d0d23d9afa4aa113de21a4b51157ec3b887738b23d4e5ec3c453f325ef1f1eb0b001cfaab200d99d50563bbd5a6b1baa07c064e5e5dcdf831db8d4d18b31b55
+depend hyphen-base
+depend optex.ARCH
+execute AddFormat name=optex engine=luatex patterns=hyphen-lan.opm options="optex.ini" fmttriggers=hyphen-base
+containersize 67588
+containerchecksum 467d10b4f9f21369cc3abd33a5f44a2810016460a4bd8b0f6ef5ba2b48f850ff5761c91164a86df90ef676ede9c7703bbae7855c8b8359b846adb42c28be98b8
doccontainersize 1290232
-doccontainerchecksum 3b09e4a23aac3844b25e706ae1c3da48a73d7b1db587f6774fc9bba76fa12e9c02db622f1604afd0187faadadaef4f2e93b4c50e8c048a593313ceca079742bf
+doccontainerchecksum 215deebdf62449d67c3c2f11bba5f5531327ed3504635fe62da2d0ca9ce10a2cbdbd0f7f1cf2a869032633cb08b04f74cd720499a82514cdc1f63f354e7ecfde
docfiles size=318
- RELOC/doc/latex/optex/README details="Readme"
- RELOC/doc/latex/optex/demo.tex
- RELOC/doc/latex/optex/ring.png
+ texmf-dist/doc/latex/optex/README details="Readme"
+ texmf-dist/doc/latex/optex/demo.tex
+ texmf-dist/doc/latex/optex/ring.png
runfiles size=111
- RELOC/tex/luatex/optex/alloc.opm
- RELOC/tex/luatex/optex/basics-a.opm
- RELOC/tex/luatex/optex/basics-macros.opm
- RELOC/tex/luatex/optex/catcodes.opm
- RELOC/tex/luatex/optex/csplain-params.opm
- RELOC/tex/luatex/optex/f-adventor.opm
- RELOC/tex/luatex/optex/f-antt.opm
- RELOC/tex/luatex/optex/f-baskerville.opm
- RELOC/tex/luatex/optex/f-bonum.opm
- RELOC/tex/luatex/optex/f-cursor.opm
- RELOC/tex/luatex/optex/f-gfsbodoni.opm
- RELOC/tex/luatex/optex/f-heros.opm
- RELOC/tex/luatex/optex/f-libertine-s.opm
- RELOC/tex/luatex/optex/f-libertine.opm
- RELOC/tex/luatex/optex/f-lmfonts.opm
- RELOC/tex/luatex/optex/f-pagella.opm
- RELOC/tex/luatex/optex/f-schola.opm
- RELOC/tex/luatex/optex/f-technika.opm
- RELOC/tex/luatex/optex/f-termes.opm
- RELOC/tex/luatex/optex/f-xcharter.opm
- RELOC/tex/luatex/optex/fams-ini.opm
- RELOC/tex/luatex/optex/fonts-catalog.opm
- RELOC/tex/luatex/optex/fonts-opmac.opm
- RELOC/tex/luatex/optex/fonts-preload.opm
- RELOC/tex/luatex/optex/fonts-resize.opm
- RELOC/tex/luatex/optex/fonts-select.opm
- RELOC/tex/luatex/optex/hyphen-lan.opm
- RELOC/tex/luatex/optex/if-macros.opm
- RELOC/tex/luatex/optex/logos.opm
- RELOC/tex/luatex/optex/luatex-ini.opm
- RELOC/tex/luatex/optex/margins.opm
- RELOC/tex/luatex/optex/math-macros.opm
- RELOC/tex/luatex/optex/math-preload.opm
- RELOC/tex/luatex/optex/opmac-rest.opm
- RELOC/tex/luatex/optex/optex.ini
- RELOC/tex/luatex/optex/outlines.opm
- RELOC/tex/luatex/optex/output.opm
- RELOC/tex/luatex/optex/parameters.opm
- RELOC/tex/luatex/optex/pdfuni-string.opm
- RELOC/tex/luatex/optex/plain-macros.opm
- RELOC/tex/luatex/optex/prefixed.opm
- RELOC/tex/luatex/optex/uni-lcuc.opm
+ texmf-dist/tex/luatex/optex/alloc.opm
+ texmf-dist/tex/luatex/optex/basics-a.opm
+ texmf-dist/tex/luatex/optex/basics-macros.opm
+ texmf-dist/tex/luatex/optex/catcodes.opm
+ texmf-dist/tex/luatex/optex/csplain-params.opm
+ texmf-dist/tex/luatex/optex/f-adventor.opm
+ texmf-dist/tex/luatex/optex/f-antt.opm
+ texmf-dist/tex/luatex/optex/f-baskerville.opm
+ texmf-dist/tex/luatex/optex/f-bonum.opm
+ texmf-dist/tex/luatex/optex/f-cursor.opm
+ texmf-dist/tex/luatex/optex/f-gfsbodoni.opm
+ texmf-dist/tex/luatex/optex/f-heros.opm
+ texmf-dist/tex/luatex/optex/f-libertine-s.opm
+ texmf-dist/tex/luatex/optex/f-libertine.opm
+ texmf-dist/tex/luatex/optex/f-lmfonts.opm
+ texmf-dist/tex/luatex/optex/f-pagella.opm
+ texmf-dist/tex/luatex/optex/f-schola.opm
+ texmf-dist/tex/luatex/optex/f-technika.opm
+ texmf-dist/tex/luatex/optex/f-termes.opm
+ texmf-dist/tex/luatex/optex/f-xcharter.opm
+ texmf-dist/tex/luatex/optex/fams-ini.opm
+ texmf-dist/tex/luatex/optex/fonts-catalog.opm
+ texmf-dist/tex/luatex/optex/fonts-opmac.opm
+ texmf-dist/tex/luatex/optex/fonts-preload.opm
+ texmf-dist/tex/luatex/optex/fonts-resize.opm
+ texmf-dist/tex/luatex/optex/fonts-select.opm
+ texmf-dist/tex/luatex/optex/hyphen-lan.opm
+ texmf-dist/tex/luatex/optex/if-macros.opm
+ texmf-dist/tex/luatex/optex/logos.opm
+ texmf-dist/tex/luatex/optex/luatex-ini.opm
+ texmf-dist/tex/luatex/optex/margins.opm
+ texmf-dist/tex/luatex/optex/math-macros.opm
+ texmf-dist/tex/luatex/optex/math-preload.opm
+ texmf-dist/tex/luatex/optex/opmac-rest.opm
+ texmf-dist/tex/luatex/optex/optex.ini
+ texmf-dist/tex/luatex/optex/outlines.opm
+ texmf-dist/tex/luatex/optex/output.opm
+ texmf-dist/tex/luatex/optex/parameters.opm
+ texmf-dist/tex/luatex/optex/pdfuni-string.opm
+ texmf-dist/tex/luatex/optex/plain-macros.opm
+ texmf-dist/tex/luatex/optex/prefixed.opm
+ texmf-dist/tex/luatex/optex/uni-lcuc.opm
catalogue-also csplain
catalogue-contact-home http://petr.olsak.net/optex
catalogue-ctan /macros/luatex/optex
@@ -219623,6 +219695,150 @@ catalogue-license pd
catalogue-topics format luatex
catalogue-version 0.02
+name optex.aarch64-linux
+category Package
+revision 53804
+shortdesc aarch64-linux files of optex
+containersize 320
+containerchecksum 2584daad5de802bf339a3bc784257fb7e59763d2cae8410c195a17b8eb012ed8f5585928d732501a6af1d5b800b832034acb0e319d47a21e4591ddefbd178176
+binfiles arch=aarch64-linux size=1
+ bin/aarch64-linux/optex
+
+name optex.amd64-freebsd
+category Package
+revision 53804
+shortdesc amd64-freebsd files of optex
+containersize 320
+containerchecksum 02c7d0197b429e7ef5c7f531cbe65453379d449ab5d4521527fbdfcf198cc0486097922021468d341f59c95aca5e144f713714ca92d12b9c375ff8e796f02ba1
+binfiles arch=amd64-freebsd size=1
+ bin/amd64-freebsd/optex
+
+name optex.amd64-netbsd
+category Package
+revision 53804
+shortdesc amd64-netbsd files of optex
+containersize 316
+containerchecksum 8aa34b1f293328882c3ed55e7a25ce4c5f80f42f1b23432fc01ff4251793d8e0abfae586e3332863ab5a171717bb9ec57eca7863dd762ab4c83e5d869e4eb844
+binfiles arch=amd64-netbsd size=1
+ bin/amd64-netbsd/optex
+
+name optex.armhf-linux
+category Package
+revision 53804
+shortdesc armhf-linux files of optex
+containersize 316
+containerchecksum c21f109755791fe8dd4cb3645d6bdd62b46bffb7668ab027dc795e9099d919852023e0934b48f5076f9624aa0ff63320e62b5ec49dd7a77bb0d95ad91e09bb6e
+binfiles arch=armhf-linux size=1
+ bin/armhf-linux/optex
+
+name optex.i386-cygwin
+category Package
+revision 53804
+shortdesc i386-cygwin files of optex
+containersize 320
+containerchecksum 6f889f6881321e4b19f9b41b98a437fa55c29c84a34638c6c0289cad6c68221b47d54cfcca1236a03d180e08831e1a52a6a66fabcba9c7646b1cd0382e540529
+binfiles arch=i386-cygwin size=1
+ bin/i386-cygwin/optex
+
+name optex.i386-freebsd
+category Package
+revision 53804
+shortdesc i386-freebsd files of optex
+containersize 316
+containerchecksum 4782b3a2468635a4d6e5fbc5f63f7f59e73e3f5c8b36fd4459af5e1da97d8c1ee6ba0435e1d0c404988472e9af955f8d165877e79023e0af3dd5180010e6362d
+binfiles arch=i386-freebsd size=1
+ bin/i386-freebsd/optex
+
+name optex.i386-linux
+category Package
+revision 53804
+shortdesc i386-linux files of optex
+containersize 316
+containerchecksum ee997b8d7fc5df62c66c8b0003f7e812ec19af114f7b283095ead4c20d6b321d80050663aae8b5827b8af4791db58a268c058198acb4f6316a543caa0b12ae60
+binfiles arch=i386-linux size=1
+ bin/i386-linux/optex
+
+name optex.i386-netbsd
+category Package
+revision 53804
+shortdesc i386-netbsd files of optex
+containersize 316
+containerchecksum e183c5331b4313418f78811ae60b5ea0394de8781a4695c2ad7962d4df84a646cc2cff11486c3b2e5f459f3d87c2728a163d995c946174f4c8b2faeab0fea1e0
+binfiles arch=i386-netbsd size=1
+ bin/i386-netbsd/optex
+
+name optex.i386-solaris
+category Package
+revision 53804
+shortdesc i386-solaris files of optex
+containersize 316
+containerchecksum 57e8cf9acbc5f7b2ebb7aa6155403a9ac59928064f0d8a03e6c976ea14788e576561974212957acecf6102308818fb95044dc18677fe1982db9c86f2febb9bc3
+binfiles arch=i386-solaris size=1
+ bin/i386-solaris/optex
+
+name optex.win32
+category Package
+revision 53816
+shortdesc win32 files of optex
+containersize 864
+containerchecksum 1070c5367a20f138cca85e9a3b35aac705365440e5c3b6bcb295a14ba5afd6fb7b159e514a3caa08a186ef9d3392127a949de427b50073e767c0d740a16544fc
+binfiles arch=win32 size=1
+ bin/win32/optex.exe
+
+name optex.x86_64-cygwin
+category Package
+revision 53804
+shortdesc x86_64-cygwin files of optex
+containersize 324
+containerchecksum ccadff1947363965fc9e66a34b6b30bbe848b13ac78c14a6999c8327125912892d1ada19c85c0b25c0d4fd20cfacc45b610a12b644be8c28c521b6341262b3bd
+binfiles arch=x86_64-cygwin size=1
+ bin/x86_64-cygwin/optex
+
+name optex.x86_64-darwin
+category Package
+revision 53804
+shortdesc x86_64-darwin files of optex
+containersize 320
+containerchecksum 597d9283fe7da652b82f7830c970b7ca803223faa7ce03381de4c770ec769fc66b0fe526bf14b07c5073f0febb6e0bcf6ad7f63d940768618375c536e3048563
+binfiles arch=x86_64-darwin size=1
+ bin/x86_64-darwin/optex
+
+name optex.x86_64-darwinlegacy
+category Package
+revision 53804
+shortdesc x86_64-darwinlegacy files of optex
+containersize 324
+containerchecksum b534f49009709c4da02b3fba4515bd84e2fc0cbef60ad989734e3db496f549a75fe38585b2ad79ce68e500c5d8690ec3e3f13c2c7d3bfd1cbf84d6a64100ad6c
+binfiles arch=x86_64-darwinlegacy size=1
+ bin/x86_64-darwinlegacy/optex
+
+name optex.x86_64-linux
+category Package
+revision 53804
+shortdesc x86_64-linux files of optex
+containersize 320
+containerchecksum 812cb0d91471940e0d5d20c01d5f686a601e31be2cb7bc003b9e9c733083a90c25508d3f311b5b22fba7e488a94a2628dde2e2dcbaf14b1ed60be1db486f0af9
+binfiles arch=x86_64-linux size=1
+ bin/x86_64-linux/optex
+
+name optex.x86_64-linuxmusl
+category Package
+revision 53804
+shortdesc x86_64-linuxmusl files of optex
+containersize 320
+containerchecksum 8b8f003b8b2fe07c08911ddfc21f33aa407671a3a997dce291ebf1d8f35fc53e5940c3374522b23d696d7f07f3292adafeef5e639fd18ec6b7c5382b24315f8a
+binfiles arch=x86_64-linuxmusl size=1
+ bin/x86_64-linuxmusl/optex
+
+name optex.x86_64-solaris
+category Package
+revision 53804
+shortdesc x86_64-solaris files of optex
+containersize 316
+containerchecksum 3df28de006e8f855b40188ad9c06e8715a351b3ef3db8c12b251cd74bdbb2e1b560b59b70a31d23c4428aa29eebfbde536fc9caaeb7165ec6e32df4e58ebf690
+binfiles arch=x86_64-solaris size=1
+ bin/x86_64-solaris/optex
+
name optidef
category Package
revision 50941
@@ -257369,6 +257585,36 @@ catalogue-license lppl1.3
catalogue-topics teaching
catalogue-version 0.8.1
+name schulmathematik
+category Package
+revision 53815
+shortdesc Commands and document classes for German-speaking teachers of mathematics and physics
+relocated 1
+longdesc The schulmathematik bundle provides two LaTeX packages and six
+longdesc document classes for German-speaking teachers of mathematics
+longdesc and physics.
+containersize 9932
+containerchecksum ed2db79bc6762f123fcdb452d483c8857c7ae20ad89152c3db9655ed90fe4743f00297a35e82e03d357ad733931aaceff49e0aa7eef2c9d66b2ac673d732629f
+doccontainersize 189272
+doccontainerchecksum 13264b961f25e77c101478b0907896f99bc68814bc62659a16fa5d8567a6b3819398f4cbd91e2d53e252892b9f1313fc5b7431d439a8c3780b6ea140f2270348
+docfiles size=59
+ RELOC/doc/latex/schulmathematik/README details="Readme"
+ RELOC/doc/latex/schulmathematik/schulmathematik.pdf details="Package documentation"
+ RELOC/doc/latex/schulmathematik/schulmathematik.tex
+runfiles size=17
+ RELOC/tex/latex/schulmathematik/schulma-ab.cls
+ RELOC/tex/latex/schulmathematik/schulma-gutachten.cls
+ RELOC/tex/latex/schulmathematik/schulma-klausur.cls
+ RELOC/tex/latex/schulmathematik/schulma-komp.cls
+ RELOC/tex/latex/schulmathematik/schulma-mdlprf.cls
+ RELOC/tex/latex/schulmathematik/schulma-physik.sty
+ RELOC/tex/latex/schulmathematik/schulma-praes.cls
+ RELOC/tex/latex/schulmathematik/schulma.sty
+catalogue-ctan /macros/latex/contrib/schulmathematik
+catalogue-license lppl1.3
+catalogue-topics maths physics teaching
+catalogue-version 1.0
+
name schulschriften
category Package
revision 35730
@@ -284167,14 +284413,14 @@ docfiles size=430
name texlive-msg-translations
category TLCore
-revision 53715
+revision 53808
shortdesc translations of the TeX Live installer and TeX Live Manager
longdesc This package contains the translated messages of the TeX Live
longdesc installer and TeX Live Manager. For information on creating or
longdesc updating translations, see
longdesc http://tug.org/texlive/doc.html#install-tl-xlate.
-containersize 139868
-containerchecksum 422d1cc095439b9e6ca54f38f5cf50ca887185db590642a665d31821ecfac2cff187a605db850b7b6cf0d5b6c0f19432cfb4788b4d8c92bab12fffec4cab2517
+containersize 139888
+containerchecksum 58fa20ff18af74beff995b90ca375cf8309216b7001b17538f5781dfcad3378d21e7f8f4cb3a50ad8f5de4a6a47e5353b9455b6ad14f2976b32cb853501efd86
runfiles size=388
tlpkg/translations/README
tlpkg/translations/cs.po
@@ -284235,7 +284481,7 @@ docfiles size=503
name texlive-scripts
category TLCore
-revision 53602
+revision 53801
shortdesc TeX Live infrastructure programs
longdesc Includes install-tl, tl-portable, rungs, etc.; not needed for
longdesc tlmgr to run but still ours. Not included in tlcritical.
@@ -284243,10 +284489,10 @@ depend texlive.infra
depend texlive-scripts.ARCH
execute addMap mathpple.map
postaction shortcut type=menu name="TeX Live command-line" cmd=TEXDIR/tlpkg/installer/tl-cmd.bat
-containersize 131956
-containerchecksum adb404c2b40a3da467e4b52435d812395a5ebf2cace14d63b03372f5301fe43442cefa115b6b40d6e356756cb02328d4d6e3a2631c9f824b37779f65f85d6764
+containersize 131976
+containerchecksum 698200b6fdc0e76a2d9a72b2ff8f8ab16be09af986c2739a3d4f05ae1c6699b7a0a269dd3581bc5ed09c85cbb3a56779ba52cd9ea8cc393fda2a9f2e3c3efb2b
doccontainersize 207788
-doccontainerchecksum 0adef60023b6fe4769972171a37f83c64702f2855d7ef28a8092eac286761a50e945d30aac56509e980f0b7664d7192c9e312056c1b535ec13177e526ace35a8
+doccontainerchecksum d4a3c86d30ed07f9b8b933ecd4ec34724a9a9b1fce3fce963db4515042180f6ea9b142975517e6cf6a9673e46949e02f07d42db3d942df2713d7ed510cf1f203
docfiles size=133
texmf-dist/doc/man/man1/fmtutil-sys.1
texmf-dist/doc/man/man1/fmtutil-sys.man1.pdf
@@ -295817,14 +296063,14 @@ binfiles arch=win32 size=5
name tlshell
category TLCore
-revision 53707
+revision 53801
shortdesc GUI frontend (tcl/tk-based) for tlmgr
depend tlshell.ARCH
postaction shortcut type=menu name="TeX Live Manager" cmd=TEXDIR/bin/win32/tlshell.exe
-containersize 25392
-containerchecksum e8e7ccce498e9dda4e2f491cc54269477198e4c9409e0adffee5f62638d258628f39833de38eb96348e6ea814fbac466818da3fa31ecef3ed8c67338aca80014
+containersize 25508
+containerchecksum 1b8c40f2b6c4fb0a106c28f217dee218069942750c8302b936b89c2e1fd28030370e0d6a2ffe91789f9fee8175fac3384aa4b48a581d9edf1480db3b509fe441
doccontainersize 440
-doccontainerchecksum c8f367b54f01e07b54f68b48e27f30aeb1751035a42b1660079b17a728950b7eadd88050a175704ed7bdfb32c415630a4fe1b5c3df9f820890dab0604ff7f551
+doccontainerchecksum 73d2770e5d28040995db376495938224e8fc4b9b986171f4d39df3557e0d1b99982436bbb6f687f329b533da30534240c8a892580bdfe13fcd22b3058f7b9e6b
docfiles size=1
texmf-dist/doc/support/tlshell/README
runfiles size=25
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index f927e167df..0b461247f3 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-fb518043cd49fcb430f3eb7d74a2bb90 texlive.tlpdb
+95f042f8d86c1ed1e14885130ceebd51 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index 68067b6905..21317b1e4d 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-4b075c6f9974eec757eac4f38f2db75c66bce41492a21664098e84202a91610deba8c76517107b6f90dd5f64aecebb7f5c812b6be2c1194c5d1767b0f819f7bd texlive.tlpdb
+8732611666762e2755221d6eaf540c8f84246225c473462c8810309ad0e354e3b5c6ca193ce85803824d31cb4f080ba71bca50c25a0e4b29a247df4e346f8805 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index e6ecb259c5..de38d044ce 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
@@ -1,10 +1,10 @@
-----BEGIN PGP SIGNATURE-----
-iQEcBAEBCgAGBQJeSJLPAAoJEEzhh34ZQ4xwsOIH/RL+1NsPVZu9uUDgi99jTBQ0
-+KGVrTATIHImjzJ/EkgwiCQFetswGwM6u6Q6fwHSaQ6K2nmT06x+d/2158B+HZ2A
-K0ZEupBvlcQ88Uisdo5LrtiLtXv2GvrJbfavrMj42rIkkGC7A+kX+jCnaODfbT/S
-6bLwW7/Z+UmJ7ceVKFwyShhJBwXXKPaEyyoYLLJlIOmwdp8PywrWp9cefHS9Zoum
-XZS9M+/MYhgMvZsOIqQeJy1NAR8BJsse7Sfc7XPwNUAizK2Xjtxs2qoSOpJdFfrC
-WvSpomCTPs0LhWJnB4BMsk9irdXsmMJIJF2U5Ug+9GqnpJxwAGvBZoPNHqXGJBY=
-=wvEY
+iQEcBAEBCgAGBQJeSeShAAoJEEzhh34ZQ4xw/fkH/2C3xtFZGJ3rEqL3YNU8d86s
+Gjd41JpXh6pgtBfDqDOUMsyZRDSzevIZ5sqi7dg/bpcnS+jEwRUWLuqkgoScT9yC
+P67jj5zvHkc3+9LlzQJnG8ipe/GKLiK45vtTfuUQ9wWgU2clEPafJ7M8ssE4EQLm
+JZzKzDlRZu1oLdWem7q8AoN40JH/N44f5f69nkw/ks/ZPGsW/6e8o8z/8cjxq+e5
+esgE8NXirOsOTalwMtpnn6CHuQdQo/1roMHQoPBwExACJ3nNUNNDANU8V3Wc4/vN
+b0X0xrSlc8IrSWbZhzo/q1sNCML3+DclRYAGbXNNSd1RkQqMMbb/GRE/FWF09y4=
+=Fh0D
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index a44d49e285..b513d6a34f 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
Binary files differ
diff --git a/systems/texlive/tlnet/tlpkg/tltcl/tltcl.tcl b/systems/texlive/tlnet/tlpkg/tltcl/tltcl.tcl
index b0b8d1c19d..11f237b18c 100644
--- a/systems/texlive/tlnet/tlpkg/tltcl/tltcl.tcl
+++ b/systems/texlive/tlnet/tlpkg/tltcl/tltcl.tcl
@@ -1,6 +1,6 @@
#!/usr/bin/env wish
-# Copyright 2018 Siep Kroonenberg
+# Copyright 2018-2020 Siep Kroonenberg
# This file is licensed under the GNU General Public License version 2
# or any later version.
@@ -543,6 +543,28 @@ proc native_slashify {s} {
return $r
}
+# test whether a directory is writable.
+# 'file writable' merely tests permissions, which may not be good enough
+proc dir_writable {d} {
+ for {set x 0} {$x<100} {incr x} {
+ set y [expr {int(10000*rand())}]
+ set newfile [file join $::instroot $y]
+ if [file exists $newfile] {
+ continue
+ } else {
+ set fid [open $newfile w]
+ chan close $fid
+ if [file exists $newfile] {
+ file delete $newfile
+ return 1
+ } else {
+ return 0
+ }
+ }
+ }
+ return 0
+}
+
# unix: choose_dir replacing native directory browser
if {$::tcl_platform(platform) eq "unix"} {
diff --git a/systems/texlive/tlnet/tlpkg/translations/cs.po b/systems/texlive/tlnet/tlpkg/translations/cs.po
index 1152b83843..d246d25cf1 100644
--- a/systems/texlive/tlnet/tlpkg/translations/cs.po
+++ b/systems/texlive/tlnet/tlpkg/translations/cs.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2020-02-08 01:55+0100\n"
+"POT-Creation-Date: 2020-02-16 19:07+0100\n"
"PO-Revision-Date: 2019-03-26 17:30+0200\n"
"Last-Translator: Petr Sojka <sojka@fi.muni.cz>\n"
"Language-Team: Czech <>\n"
@@ -50,7 +50,7 @@ msgstr "Instalační proces"
#: tlpkg/installer/install-tl-gui.tcl:933
#: tlpkg/installer/install-tl-gui.tcl:1003
#: tlpkg/installer/install-tl-gui.tcl:1083
-#: tlpkg/installer/install-tl-gui.tcl:1302 tlpkg/tltcl/tltcl.tcl:588
+#: tlpkg/installer/install-tl-gui.tcl:1303 tlpkg/tltcl/tltcl.tcl:610
#: texmf-dist/scripts/tlshell/tlshell.tcl:168
#: texmf-dist/scripts/tlshell/tlshell.tcl:1261
msgid "Cancel"
@@ -66,7 +66,7 @@ msgstr "Dokončit"
#: tlpkg/installer/install-menu-wizard.pl:41
#: tlpkg/installer/install-menu-perltk.pl:445
-#: tlpkg/installer/install-tl-gui.tcl:1570
+#: tlpkg/installer/install-tl-gui.tcl:1571
msgid "Default paper size"
msgstr "Výchozí formát papíru"
@@ -95,7 +95,7 @@ msgstr "Instalace pro všechny uživatele"
#: tlpkg/installer/install-menu-wizard.pl:46
#: tlpkg/installer/install-menu-perltk.pl:569
-#: tlpkg/installer/install-tl-gui.tcl:1662
+#: tlpkg/installer/install-tl-gui.tcl:1663
msgid "Install TeXworks front end"
msgstr "Nainstaluj pomocníka TeXworks"
@@ -110,7 +110,7 @@ msgstr "Instalace TeX Live %s"
#: tlpkg/installer/install-menu-perltk.pl:630
#: tlpkg/installer/install-menu-perltk.pl:676
#: texmf-dist/scripts/texlive/tlmgrgui.pl:544
-#: tlpkg/installer/install-tl-gui.tcl:1353
+#: tlpkg/installer/install-tl-gui.tcl:1354
#: texmf-dist/scripts/tlshell/tlshell.tcl:2153
msgid "Quit"
msgstr "Ukončit"
@@ -277,15 +277,15 @@ msgstr "Cílová složka:"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2438
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2443
#: tlpkg/installer/install-tl-gui.tcl:642
-#: tlpkg/installer/install-tl-gui.tcl:1401
-#: tlpkg/installer/install-tl-gui.tcl:1417
-#: tlpkg/installer/install-tl-gui.tcl:1425
-#: tlpkg/installer/install-tl-gui.tcl:1435
-#: tlpkg/installer/install-tl-gui.tcl:1444
-#: tlpkg/installer/install-tl-gui.tcl:1452
-#: tlpkg/installer/install-tl-gui.tcl:1459
-#: tlpkg/installer/install-tl-gui.tcl:1505
-#: tlpkg/installer/install-tl-gui.tcl:1524
+#: tlpkg/installer/install-tl-gui.tcl:1402
+#: tlpkg/installer/install-tl-gui.tcl:1418
+#: tlpkg/installer/install-tl-gui.tcl:1426
+#: tlpkg/installer/install-tl-gui.tcl:1436
+#: tlpkg/installer/install-tl-gui.tcl:1445
+#: tlpkg/installer/install-tl-gui.tcl:1453
+#: tlpkg/installer/install-tl-gui.tcl:1460
+#: tlpkg/installer/install-tl-gui.tcl:1506
+#: tlpkg/installer/install-tl-gui.tcl:1525
msgid "Change"
msgstr "Změnit"
@@ -359,7 +359,7 @@ msgstr "Ne"
#: tlpkg/installer/install-menu-wizard.pl:604
#: texmf-dist/scripts/texlive/tlmgrgui.pl:456
-#: tlpkg/installer/install-tl-gui.tcl:1351
+#: tlpkg/installer/install-tl-gui.tcl:1352
#: texmf-dist/scripts/tlshell/tlshell.tcl:1899
msgid "Install"
msgstr "Nainstaluj"
@@ -369,20 +369,20 @@ msgstr "Nainstaluj"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:143
#: tlpkg/installer/install-tl-gui.tcl:862
#: tlpkg/installer/install-tl-gui.tcl:1099
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "None"
msgstr "Žádné"
#: tlpkg/installer/install-menu-perltk.pl:49
#: texmf-dist/scripts/texlive/tlmgrgui.pl:144
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "Only new"
msgstr "Jen nové"
#: tlpkg/installer/install-menu-perltk.pl:50
#: texmf-dist/scripts/texlive/tlmgrgui.pl:145
#: tlpkg/installer/install-tl-gui.tcl:1096
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
#: texmf-dist/scripts/tlshell/tlshell.tcl:2212
#: texmf-dist/scripts/tlshell/tlshell.tcl:2229
msgid "All"
@@ -398,17 +398,17 @@ msgid "letter"
msgstr "letter"
#: tlpkg/installer/install-menu-perltk.pl:55
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "No shortcuts"
msgstr "Žádné zkratky"
#: tlpkg/installer/install-menu-perltk.pl:56
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "TeX Live menu"
msgstr "TeX Live menu"
#: tlpkg/installer/install-menu-perltk.pl:57
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "Launcher entry"
msgstr "Položka k spuštění"
@@ -477,7 +477,7 @@ msgstr "Prosím, vyberte jiné zrcadlo."
#: tlpkg/installer/install-tl-gui.tcl:930
#: tlpkg/installer/install-tl-gui.tcl:986
#: tlpkg/installer/install-tl-gui.tcl:1080
-#: tlpkg/installer/install-tl-gui.tcl:1300 tlpkg/tltcl/tltcl.tcl:586
+#: tlpkg/installer/install-tl-gui.tcl:1301 tlpkg/tltcl/tltcl.tcl:608
#: texmf-dist/scripts/tlshell/tlshell.tcl:158
msgid "Ok"
msgstr "OK"
@@ -543,7 +543,7 @@ msgstr "Portabilní nastavení"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1181
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1231
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1240
-#: tlpkg/installer/install-tl-gui.tcl:1478
+#: tlpkg/installer/install-tl-gui.tcl:1479
msgid "Toggle"
msgstr "Přepnout"
@@ -569,7 +569,7 @@ msgstr "TEXMFHOME (adresář pro uživatelské soubory)"
#: tlpkg/installer/install-menu-perltk.pl:440
#: texmf-dist/scripts/texlive/tlmgrgui.pl:513
-#: tlpkg/installer/install-tl-gui.tcl:1561
+#: tlpkg/installer/install-tl-gui.tcl:1562
#: texmf-dist/scripts/tlshell/tlshell.tcl:771
#: texmf-dist/scripts/tlshell/tlshell.tcl:2029
#: texmf-dist/scripts/tlshell/tlshell.tcl:2093
@@ -577,22 +577,22 @@ msgid "Options"
msgstr "Volby"
#: tlpkg/installer/install-menu-perltk.pl:458
-#: tlpkg/installer/install-tl-gui.tcl:1581
+#: tlpkg/installer/install-tl-gui.tcl:1582
msgid "Allow execution of restricted list of programs via \\write18"
msgstr "Povolení spouštění omezeného seznamu programů pomocí \\write18"
#: tlpkg/installer/install-menu-perltk.pl:473
-#: tlpkg/installer/install-tl-gui.tcl:1588
+#: tlpkg/installer/install-tl-gui.tcl:1589
msgid "Create all format files"
msgstr "Vytvořit všechny formáty"
#: tlpkg/installer/install-menu-perltk.pl:485
-#: tlpkg/installer/install-tl-gui.tcl:1596
+#: tlpkg/installer/install-tl-gui.tcl:1597
msgid "Install font/macro doc tree"
msgstr "Instalovat dokumentaci fontů/maker"
#: tlpkg/installer/install-menu-perltk.pl:498
-#: tlpkg/installer/install-tl-gui.tcl:1606
+#: tlpkg/installer/install-tl-gui.tcl:1607
msgid "Install font/macro source tree"
msgstr "Instalovat zdrojové soubory fontů/maker"
@@ -602,7 +602,7 @@ msgid "Create symlinks in system directories"
msgstr "Vytvořit symbolické linky v systémových adresářích"
#: tlpkg/installer/install-menu-perltk.pl:585
-#: tlpkg/installer/install-tl-gui.tcl:1699
+#: tlpkg/installer/install-tl-gui.tcl:1700
msgid "After install, set CTAN as source for package updates"
msgstr "Po instalaci nastavte CTAN jako zdroj aktualizace balíků"
@@ -1172,7 +1172,7 @@ msgid "Create shortcuts on the desktop"
msgstr "Vytvořit zkratky na ploše"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1236
-#: tlpkg/installer/install-tl-gui.tcl:1651
+#: tlpkg/installer/install-tl-gui.tcl:1652
msgid "Install for all users"
msgstr "Nainstaluj pro všechny uživatele"
@@ -1496,12 +1496,12 @@ msgid "Abort"
msgstr "Zruš"
#: tlpkg/installer/install-tl-gui.tcl:410
-#: tlpkg/installer/install-tl-gui.tcl:1910
+#: tlpkg/installer/install-tl-gui.tcl:1911
msgid "TeX Live Installer"
msgstr "Instalátor TeX Live"
#: tlpkg/installer/install-tl-gui.tcl:413
-#: tlpkg/installer/install-tl-gui.tcl:2009
+#: tlpkg/installer/install-tl-gui.tcl:2010
#, tcl-format
msgid ""
"Trying to load %s.\n"
@@ -1543,13 +1543,13 @@ msgid "Remove year"
msgstr "Odstraň rok"
#: tlpkg/installer/install-tl-gui.tcl:611
-#: tlpkg/installer/install-tl-gui.tcl:1385
-#: tlpkg/installer/install-tl-gui.tcl:1393
+#: tlpkg/installer/install-tl-gui.tcl:1386
+#: tlpkg/installer/install-tl-gui.tcl:1394
msgid "Installation root"
msgstr "Kořenový instalační adresář"
#: tlpkg/installer/install-tl-gui.tcl:639
-#: tlpkg/installer/install-tl-gui.tcl:1280 tlpkg/tltcl/tltcl.tcl:578
+#: tlpkg/installer/install-tl-gui.tcl:1281 tlpkg/tltcl/tltcl.tcl:600
msgid "Browse..."
msgstr "Procházej..."
@@ -1567,7 +1567,7 @@ msgid "Cannot deselect own platform"
msgstr "Nemohu odvybrat vlastní platformu"
#: tlpkg/installer/install-tl-gui.tcl:923
-#: tlpkg/installer/install-tl-gui.tcl:1284
+#: tlpkg/installer/install-tl-gui.tcl:1285
msgid "Binaries"
msgstr "Binárky"
@@ -1591,52 +1591,52 @@ msgstr "Jazyky"
msgid "Other collections"
msgstr "Ostatní kolekce"
-#: tlpkg/installer/install-tl-gui.tcl:1237
+#: tlpkg/installer/install-tl-gui.tcl:1238
msgid "Warning. Not all configured directories are writable!"
msgstr "Varování. Ne všechny konfigurovatelné adresáře jsou zapisovatelné!"
-#: tlpkg/installer/install-tl-gui.tcl:1257
+#: tlpkg/installer/install-tl-gui.tcl:1258
msgid "Symlinks"
msgstr "Symbolické odkazy"
-#: tlpkg/installer/install-tl-gui.tcl:1285
+#: tlpkg/installer/install-tl-gui.tcl:1286
msgid "Man pages"
msgstr "Manové stránky"
-#: tlpkg/installer/install-tl-gui.tcl:1286
+#: tlpkg/installer/install-tl-gui.tcl:1287
msgid "Info pages"
msgstr "Informační stránky"
-#: tlpkg/installer/install-tl-gui.tcl:1340
+#: tlpkg/installer/install-tl-gui.tcl:1341
#, tcl-format
msgid "TeX Live %s Installer"
msgstr "Instalační program TeX Live %s"
-#: tlpkg/installer/install-tl-gui.tcl:1358
+#: tlpkg/installer/install-tl-gui.tcl:1359
msgid "Advanced"
msgstr "Pokročilý"
-#: tlpkg/installer/install-tl-gui.tcl:1388
+#: tlpkg/installer/install-tl-gui.tcl:1389
msgid "Directories"
msgstr "Adresáře"
-#: tlpkg/installer/install-tl-gui.tcl:1407
+#: tlpkg/installer/install-tl-gui.tcl:1408
msgid "Main tree"
msgstr "Hlavní strom"
-#: tlpkg/installer/install-tl-gui.tcl:1430
+#: tlpkg/installer/install-tl-gui.tcl:1431
msgid "Local additions"
msgstr "Lokální přídavky"
-#: tlpkg/installer/install-tl-gui.tcl:1439
+#: tlpkg/installer/install-tl-gui.tcl:1440
msgid "Per-user additions"
msgstr "Přídavky jednotlivých uživatelů"
-#: tlpkg/installer/install-tl-gui.tcl:1466
+#: tlpkg/installer/install-tl-gui.tcl:1467
msgid "More ..."
msgstr "Více ..."
-#: tlpkg/installer/install-tl-gui.tcl:1475
+#: tlpkg/installer/install-tl-gui.tcl:1476
msgid ""
"Portable setup:\n"
"May reset TEXMFLOCAL\n"
@@ -1646,76 +1646,76 @@ msgstr ""
"Může zrušit nastavení TEXMFLOCAL\n"
"a TEXMFHOME"
-#: tlpkg/installer/install-tl-gui.tcl:1489
+#: tlpkg/installer/install-tl-gui.tcl:1490
#: texmf-dist/scripts/tlshell/tlshell.tcl:1338
#: texmf-dist/scripts/tlshell/tlshell.tcl:2127
msgid "Platforms"
msgstr "Platformy"
-#: tlpkg/installer/install-tl-gui.tcl:1495
+#: tlpkg/installer/install-tl-gui.tcl:1496
msgid "Current platform:"
msgstr "Aktuální platforma"
-#: tlpkg/installer/install-tl-gui.tcl:1502
+#: tlpkg/installer/install-tl-gui.tcl:1503
msgid "N. of additional platform(s):"
msgstr "Počet dalších platforem:"
-#: tlpkg/installer/install-tl-gui.tcl:1515
+#: tlpkg/installer/install-tl-gui.tcl:1516
msgid "Selections"
msgstr "Výběry"
-#: tlpkg/installer/install-tl-gui.tcl:1520
+#: tlpkg/installer/install-tl-gui.tcl:1521
msgid "Scheme:"
msgstr "Schéma:"
-#: tlpkg/installer/install-tl-gui.tcl:1529
+#: tlpkg/installer/install-tl-gui.tcl:1530
msgid "N. of collections:"
msgstr "Počet kolekcí:"
-#: tlpkg/installer/install-tl-gui.tcl:1532
+#: tlpkg/installer/install-tl-gui.tcl:1533
msgid "Customize"
msgstr "Přizpůsobení"
-#: tlpkg/installer/install-tl-gui.tcl:1541
+#: tlpkg/installer/install-tl-gui.tcl:1542
msgid "Disk space required (in MB):"
msgstr "Požadovaná disková kapacita (v MB):"
-#: tlpkg/installer/install-tl-gui.tcl:1619
+#: tlpkg/installer/install-tl-gui.tcl:1620
msgid "Adjust searchpath"
msgstr "Přizpůsob vyhledávací cestu"
-#: tlpkg/installer/install-tl-gui.tcl:1628
+#: tlpkg/installer/install-tl-gui.tcl:1629
msgid "Desktop integration"
msgstr "Integrace desktopu"
-#: tlpkg/installer/install-tl-gui.tcl:1640
+#: tlpkg/installer/install-tl-gui.tcl:1641
msgid "File associations"
msgstr "Asociace typů souborů"
-#: tlpkg/installer/install-tl-gui.tcl:1679
+#: tlpkg/installer/install-tl-gui.tcl:1680
msgid "Create symlinks in standard directories"
msgstr "Vytvářet symbolické linky ve standardní adresářích"
-#: tlpkg/installer/install-tl-gui.tcl:1685
+#: tlpkg/installer/install-tl-gui.tcl:1686
msgid "Specify directories"
msgstr "Specifikovat adresáře"
-#: tlpkg/installer/install-tl-gui.tcl:1750
+#: tlpkg/installer/install-tl-gui.tcl:1751
msgid "Custom scheme"
msgstr "Přizpůsobení schématu"
-#: tlpkg/installer/install-tl-gui.tcl:1935
+#: tlpkg/installer/install-tl-gui.tcl:1936
#, tcl-format
msgid "%s not a local or remote repository"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1936
-#: tlpkg/installer/install-tl-gui.tcl:1942
+#: tlpkg/installer/install-tl-gui.tcl:1937
+#: tlpkg/installer/install-tl-gui.tcl:1943
#: texmf-dist/scripts/tlshell/tlshell.tcl:2030
msgid "Error"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1941
+#: tlpkg/installer/install-tl-gui.tcl:1942
#, tcl-format
msgid "%s requires an argument"
msgstr ""
@@ -1728,7 +1728,7 @@ msgstr "Specifické zrcadlo..."
msgid "No mirror list available"
msgstr ""
-#: tlpkg/tltcl/tltcl.tcl:661
+#: tlpkg/tltcl/tltcl.tcl:683
msgid "Select or type"
msgstr "Vyberte nebo napište"
diff --git a/systems/texlive/tlnet/tlpkg/translations/de.po b/systems/texlive/tlnet/tlpkg/translations/de.po
index c5e91b8800..3206b8dd2c 100644
--- a/systems/texlive/tlnet/tlpkg/translations/de.po
+++ b/systems/texlive/tlnet/tlpkg/translations/de.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2020-02-08 01:55+0100\n"
+"POT-Creation-Date: 2020-02-16 19:07+0100\n"
"PO-Revision-Date: 2019-03-26 06:10+0100\n"
"Last-Translator: Uwe Ziegenhagen <ziegenhagen@gmail.com>\n"
"Language-Team: TL German Translation Team <tex-live@tug.org>\n"
@@ -46,7 +46,7 @@ msgstr "Installation"
#: tlpkg/installer/install-tl-gui.tcl:933
#: tlpkg/installer/install-tl-gui.tcl:1003
#: tlpkg/installer/install-tl-gui.tcl:1083
-#: tlpkg/installer/install-tl-gui.tcl:1302 tlpkg/tltcl/tltcl.tcl:588
+#: tlpkg/installer/install-tl-gui.tcl:1303 tlpkg/tltcl/tltcl.tcl:610
#: texmf-dist/scripts/tlshell/tlshell.tcl:168
#: texmf-dist/scripts/tlshell/tlshell.tcl:1261
msgid "Cancel"
@@ -62,7 +62,7 @@ msgstr "Beenden"
#: tlpkg/installer/install-menu-wizard.pl:41
#: tlpkg/installer/install-menu-perltk.pl:445
-#: tlpkg/installer/install-tl-gui.tcl:1570
+#: tlpkg/installer/install-tl-gui.tcl:1571
msgid "Default paper size"
msgstr "Standard-Papierformat"
@@ -91,7 +91,7 @@ msgstr "Installation für alle Benutzer"
#: tlpkg/installer/install-menu-wizard.pl:46
#: tlpkg/installer/install-menu-perltk.pl:569
-#: tlpkg/installer/install-tl-gui.tcl:1662
+#: tlpkg/installer/install-tl-gui.tcl:1663
msgid "Install TeXworks front end"
msgstr "Installiere TeXworks als Frontend"
@@ -106,7 +106,7 @@ msgstr "TeX Live %s Installation"
#: tlpkg/installer/install-menu-perltk.pl:630
#: tlpkg/installer/install-menu-perltk.pl:676
#: texmf-dist/scripts/texlive/tlmgrgui.pl:544
-#: tlpkg/installer/install-tl-gui.tcl:1353
+#: tlpkg/installer/install-tl-gui.tcl:1354
#: texmf-dist/scripts/tlshell/tlshell.tcl:2153
msgid "Quit"
msgstr "Beenden"
@@ -276,15 +276,15 @@ msgstr "Zielverzeichnis:"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2438
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2443
#: tlpkg/installer/install-tl-gui.tcl:642
-#: tlpkg/installer/install-tl-gui.tcl:1401
-#: tlpkg/installer/install-tl-gui.tcl:1417
-#: tlpkg/installer/install-tl-gui.tcl:1425
-#: tlpkg/installer/install-tl-gui.tcl:1435
-#: tlpkg/installer/install-tl-gui.tcl:1444
-#: tlpkg/installer/install-tl-gui.tcl:1452
-#: tlpkg/installer/install-tl-gui.tcl:1459
-#: tlpkg/installer/install-tl-gui.tcl:1505
-#: tlpkg/installer/install-tl-gui.tcl:1524
+#: tlpkg/installer/install-tl-gui.tcl:1402
+#: tlpkg/installer/install-tl-gui.tcl:1418
+#: tlpkg/installer/install-tl-gui.tcl:1426
+#: tlpkg/installer/install-tl-gui.tcl:1436
+#: tlpkg/installer/install-tl-gui.tcl:1445
+#: tlpkg/installer/install-tl-gui.tcl:1453
+#: tlpkg/installer/install-tl-gui.tcl:1460
+#: tlpkg/installer/install-tl-gui.tcl:1506
+#: tlpkg/installer/install-tl-gui.tcl:1525
msgid "Change"
msgstr "Ändern"
@@ -359,7 +359,7 @@ msgstr "Nein"
#: tlpkg/installer/install-menu-wizard.pl:604
#: texmf-dist/scripts/texlive/tlmgrgui.pl:456
-#: tlpkg/installer/install-tl-gui.tcl:1351
+#: tlpkg/installer/install-tl-gui.tcl:1352
#: texmf-dist/scripts/tlshell/tlshell.tcl:1899
msgid "Install"
msgstr "Installation"
@@ -369,20 +369,20 @@ msgstr "Installation"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:143
#: tlpkg/installer/install-tl-gui.tcl:862
#: tlpkg/installer/install-tl-gui.tcl:1099
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "None"
msgstr "Keine(n)"
#: tlpkg/installer/install-menu-perltk.pl:49
#: texmf-dist/scripts/texlive/tlmgrgui.pl:144
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "Only new"
msgstr "Nur neue"
#: tlpkg/installer/install-menu-perltk.pl:50
#: texmf-dist/scripts/texlive/tlmgrgui.pl:145
#: tlpkg/installer/install-tl-gui.tcl:1096
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
#: texmf-dist/scripts/tlshell/tlshell.tcl:2212
#: texmf-dist/scripts/tlshell/tlshell.tcl:2229
msgid "All"
@@ -398,17 +398,17 @@ msgid "letter"
msgstr "Letter"
#: tlpkg/installer/install-menu-perltk.pl:55
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "No shortcuts"
msgstr "Keine Menülinks"
#: tlpkg/installer/install-menu-perltk.pl:56
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "TeX Live menu"
msgstr "TeX Live Menü"
#: tlpkg/installer/install-menu-perltk.pl:57
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "Launcher entry"
msgstr "Eintrag im Startmenü"
@@ -477,7 +477,7 @@ msgstr "Bitte einen anderen Spiegelserver wählen."
#: tlpkg/installer/install-tl-gui.tcl:930
#: tlpkg/installer/install-tl-gui.tcl:986
#: tlpkg/installer/install-tl-gui.tcl:1080
-#: tlpkg/installer/install-tl-gui.tcl:1300 tlpkg/tltcl/tltcl.tcl:586
+#: tlpkg/installer/install-tl-gui.tcl:1301 tlpkg/tltcl/tltcl.tcl:608
#: texmf-dist/scripts/tlshell/tlshell.tcl:158
msgid "Ok"
msgstr "Ok"
@@ -544,7 +544,7 @@ msgstr "Portable Installation"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1181
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1231
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1240
-#: tlpkg/installer/install-tl-gui.tcl:1478
+#: tlpkg/installer/install-tl-gui.tcl:1479
msgid "Toggle"
msgstr "Ändern"
@@ -570,7 +570,7 @@ msgstr "TEXMFHOME (Eigene Makro-Pakete)"
#: tlpkg/installer/install-menu-perltk.pl:440
#: texmf-dist/scripts/texlive/tlmgrgui.pl:513
-#: tlpkg/installer/install-tl-gui.tcl:1561
+#: tlpkg/installer/install-tl-gui.tcl:1562
#: texmf-dist/scripts/tlshell/tlshell.tcl:771
#: texmf-dist/scripts/tlshell/tlshell.tcl:2029
#: texmf-dist/scripts/tlshell/tlshell.tcl:2093
@@ -578,22 +578,22 @@ msgid "Options"
msgstr "Optionen"
#: tlpkg/installer/install-menu-perltk.pl:458
-#: tlpkg/installer/install-tl-gui.tcl:1581
+#: tlpkg/installer/install-tl-gui.tcl:1582
msgid "Allow execution of restricted list of programs via \\write18"
msgstr "Ausführen einer eingeschränkten Liste von Programmen via \\write18"
#: tlpkg/installer/install-menu-perltk.pl:473
-#: tlpkg/installer/install-tl-gui.tcl:1588
+#: tlpkg/installer/install-tl-gui.tcl:1589
msgid "Create all format files"
msgstr "Alle Formatdateien erstellen"
#: tlpkg/installer/install-menu-perltk.pl:485
-#: tlpkg/installer/install-tl-gui.tcl:1596
+#: tlpkg/installer/install-tl-gui.tcl:1597
msgid "Install font/macro doc tree"
msgstr "Installation der Font/Macro-Dokumentation"
#: tlpkg/installer/install-menu-perltk.pl:498
-#: tlpkg/installer/install-tl-gui.tcl:1606
+#: tlpkg/installer/install-tl-gui.tcl:1607
msgid "Install font/macro source tree"
msgstr "Installation der Font/Macro-Quellen"
@@ -603,7 +603,7 @@ msgid "Create symlinks in system directories"
msgstr "Symbolische Links in Systemverzeichnissen"
#: tlpkg/installer/install-menu-perltk.pl:585
-#: tlpkg/installer/install-tl-gui.tcl:1699
+#: tlpkg/installer/install-tl-gui.tcl:1700
msgid "After install, set CTAN as source for package updates"
msgstr "Setze nach der Installation CTAN als Paketquelle"
@@ -1174,7 +1174,7 @@ msgid "Create shortcuts on the desktop"
msgstr "Erstelle Verknüpfungen auf dem Desktop"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1236
-#: tlpkg/installer/install-tl-gui.tcl:1651
+#: tlpkg/installer/install-tl-gui.tcl:1652
msgid "Install for all users"
msgstr "Installiere für alle Nutzer"
@@ -1498,12 +1498,12 @@ msgid "Abort"
msgstr "Breche ab"
#: tlpkg/installer/install-tl-gui.tcl:410
-#: tlpkg/installer/install-tl-gui.tcl:1910
+#: tlpkg/installer/install-tl-gui.tcl:1911
msgid "TeX Live Installer"
msgstr "TeX Live Installationsprogramm"
#: tlpkg/installer/install-tl-gui.tcl:413
-#: tlpkg/installer/install-tl-gui.tcl:2009
+#: tlpkg/installer/install-tl-gui.tcl:2010
#, tcl-format
msgid ""
"Trying to load %s.\n"
@@ -1545,13 +1545,13 @@ msgid "Remove year"
msgstr "Entferne Jahr"
#: tlpkg/installer/install-tl-gui.tcl:611
-#: tlpkg/installer/install-tl-gui.tcl:1385
-#: tlpkg/installer/install-tl-gui.tcl:1393
+#: tlpkg/installer/install-tl-gui.tcl:1386
+#: tlpkg/installer/install-tl-gui.tcl:1394
msgid "Installation root"
msgstr "Stammverzeichnis für die Installation"
#: tlpkg/installer/install-tl-gui.tcl:639
-#: tlpkg/installer/install-tl-gui.tcl:1280 tlpkg/tltcl/tltcl.tcl:578
+#: tlpkg/installer/install-tl-gui.tcl:1281 tlpkg/tltcl/tltcl.tcl:600
msgid "Browse..."
msgstr "Browse..."
@@ -1570,7 +1570,7 @@ msgid "Cannot deselect own platform"
msgstr "Die eigene Plattform kann nicht abgewählt werden"
#: tlpkg/installer/install-tl-gui.tcl:923
-#: tlpkg/installer/install-tl-gui.tcl:1284
+#: tlpkg/installer/install-tl-gui.tcl:1285
msgid "Binaries"
msgstr "Binärdateien"
@@ -1594,52 +1594,52 @@ msgstr "Sprachen"
msgid "Other collections"
msgstr "Andere Sammlungen"
-#: tlpkg/installer/install-tl-gui.tcl:1237
+#: tlpkg/installer/install-tl-gui.tcl:1238
msgid "Warning. Not all configured directories are writable!"
msgstr "Warnung: Nicht alle konfigurierten Verzeichnisse sind beschreibbar!"
-#: tlpkg/installer/install-tl-gui.tcl:1257
+#: tlpkg/installer/install-tl-gui.tcl:1258
msgid "Symlinks"
msgstr "Symbolische Links"
-#: tlpkg/installer/install-tl-gui.tcl:1285
+#: tlpkg/installer/install-tl-gui.tcl:1286
msgid "Man pages"
msgstr "Man pages"
-#: tlpkg/installer/install-tl-gui.tcl:1286
+#: tlpkg/installer/install-tl-gui.tcl:1287
msgid "Info pages"
msgstr "Info pages"
-#: tlpkg/installer/install-tl-gui.tcl:1340
+#: tlpkg/installer/install-tl-gui.tcl:1341
#, tcl-format
msgid "TeX Live %s Installer"
msgstr "TeX Live %s Installationsprogramm"
-#: tlpkg/installer/install-tl-gui.tcl:1358
+#: tlpkg/installer/install-tl-gui.tcl:1359
msgid "Advanced"
msgstr "Fortgeschritten"
-#: tlpkg/installer/install-tl-gui.tcl:1388
+#: tlpkg/installer/install-tl-gui.tcl:1389
msgid "Directories"
msgstr "Verzeichnisse"
-#: tlpkg/installer/install-tl-gui.tcl:1407
+#: tlpkg/installer/install-tl-gui.tcl:1408
msgid "Main tree"
msgstr "Support Ast"
-#: tlpkg/installer/install-tl-gui.tcl:1430
+#: tlpkg/installer/install-tl-gui.tcl:1431
msgid "Local additions"
msgstr "Lokale Ergänzungen"
-#: tlpkg/installer/install-tl-gui.tcl:1439
+#: tlpkg/installer/install-tl-gui.tcl:1440
msgid "Per-user additions"
msgstr "Ergänzungen pro Nutzer"
-#: tlpkg/installer/install-tl-gui.tcl:1466
+#: tlpkg/installer/install-tl-gui.tcl:1467
msgid "More ..."
msgstr "Mehr ..."
-#: tlpkg/installer/install-tl-gui.tcl:1475
+#: tlpkg/installer/install-tl-gui.tcl:1476
msgid ""
"Portable setup:\n"
"May reset TEXMFLOCAL\n"
@@ -1649,76 +1649,76 @@ msgstr ""
"Kann TEXMFLOCAL\n"
"und TEXMFHOME resetten"
-#: tlpkg/installer/install-tl-gui.tcl:1489
+#: tlpkg/installer/install-tl-gui.tcl:1490
#: texmf-dist/scripts/tlshell/tlshell.tcl:1338
#: texmf-dist/scripts/tlshell/tlshell.tcl:2127
msgid "Platforms"
msgstr "Plattformen"
-#: tlpkg/installer/install-tl-gui.tcl:1495
+#: tlpkg/installer/install-tl-gui.tcl:1496
msgid "Current platform:"
msgstr "Aktuelle Plattform:"
-#: tlpkg/installer/install-tl-gui.tcl:1502
+#: tlpkg/installer/install-tl-gui.tcl:1503
msgid "N. of additional platform(s):"
msgstr "Anzahl der zusätzlichen Plattformen:"
-#: tlpkg/installer/install-tl-gui.tcl:1515
+#: tlpkg/installer/install-tl-gui.tcl:1516
msgid "Selections"
msgstr "Selektionen"
-#: tlpkg/installer/install-tl-gui.tcl:1520
+#: tlpkg/installer/install-tl-gui.tcl:1521
msgid "Scheme:"
msgstr "Schema:"
-#: tlpkg/installer/install-tl-gui.tcl:1529
+#: tlpkg/installer/install-tl-gui.tcl:1530
msgid "N. of collections:"
msgstr "Anzahl der Sammlungen:"
-#: tlpkg/installer/install-tl-gui.tcl:1532
+#: tlpkg/installer/install-tl-gui.tcl:1533
msgid "Customize"
msgstr "Anpassen"
-#: tlpkg/installer/install-tl-gui.tcl:1541
+#: tlpkg/installer/install-tl-gui.tcl:1542
msgid "Disk space required (in MB):"
msgstr "Benötigter Speicherplatz (in MB):"
-#: tlpkg/installer/install-tl-gui.tcl:1619
+#: tlpkg/installer/install-tl-gui.tcl:1620
msgid "Adjust searchpath"
msgstr "Passe Suchpfad an"
-#: tlpkg/installer/install-tl-gui.tcl:1628
+#: tlpkg/installer/install-tl-gui.tcl:1629
msgid "Desktop integration"
msgstr "Desktop Integration"
-#: tlpkg/installer/install-tl-gui.tcl:1640
+#: tlpkg/installer/install-tl-gui.tcl:1641
msgid "File associations"
msgstr "Dateiverknüpfungen"
-#: tlpkg/installer/install-tl-gui.tcl:1679
+#: tlpkg/installer/install-tl-gui.tcl:1680
msgid "Create symlinks in standard directories"
msgstr "Erstelle Symlinks in Standardverzeichnissen"
-#: tlpkg/installer/install-tl-gui.tcl:1685
+#: tlpkg/installer/install-tl-gui.tcl:1686
msgid "Specify directories"
msgstr "Wähle Verzeichnisse"
-#: tlpkg/installer/install-tl-gui.tcl:1750
+#: tlpkg/installer/install-tl-gui.tcl:1751
msgid "Custom scheme"
msgstr "Angepasstes Schema"
-#: tlpkg/installer/install-tl-gui.tcl:1935
+#: tlpkg/installer/install-tl-gui.tcl:1936
#, tcl-format
msgid "%s not a local or remote repository"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1936
-#: tlpkg/installer/install-tl-gui.tcl:1942
+#: tlpkg/installer/install-tl-gui.tcl:1937
+#: tlpkg/installer/install-tl-gui.tcl:1943
#: texmf-dist/scripts/tlshell/tlshell.tcl:2030
msgid "Error"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1941
+#: tlpkg/installer/install-tl-gui.tcl:1942
#, tcl-format
msgid "%s requires an argument"
msgstr ""
@@ -1731,7 +1731,7 @@ msgstr "Spezifischer CTAN-Mirror..."
msgid "No mirror list available"
msgstr ""
-#: tlpkg/tltcl/tltcl.tcl:661
+#: tlpkg/tltcl/tltcl.tcl:683
msgid "Select or type"
msgstr "Wähle aus oder tippe ein"
diff --git a/systems/texlive/tlnet/tlpkg/translations/es.po b/systems/texlive/tlnet/tlpkg/translations/es.po
index e0e3df6888..1504e009fb 100644
--- a/systems/texlive/tlnet/tlpkg/translations/es.po
+++ b/systems/texlive/tlnet/tlpkg/translations/es.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2020-02-08 01:55+0100\n"
+"POT-Creation-Date: 2020-02-16 19:07+0100\n"
"PO-Revision-Date: 2019-03-30 17:58-0400\n"
"Last-Translator: linguafalsa <linguafalsa@gmail.com>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -48,7 +48,7 @@ msgstr "Proceso de instalación"
#: tlpkg/installer/install-tl-gui.tcl:933
#: tlpkg/installer/install-tl-gui.tcl:1003
#: tlpkg/installer/install-tl-gui.tcl:1083
-#: tlpkg/installer/install-tl-gui.tcl:1302 tlpkg/tltcl/tltcl.tcl:588
+#: tlpkg/installer/install-tl-gui.tcl:1303 tlpkg/tltcl/tltcl.tcl:610
#: texmf-dist/scripts/tlshell/tlshell.tcl:168
#: texmf-dist/scripts/tlshell/tlshell.tcl:1261
msgid "Cancel"
@@ -64,7 +64,7 @@ msgstr "Terminar"
#: tlpkg/installer/install-menu-wizard.pl:41
#: tlpkg/installer/install-menu-perltk.pl:445
-#: tlpkg/installer/install-tl-gui.tcl:1570
+#: tlpkg/installer/install-tl-gui.tcl:1571
msgid "Default paper size"
msgstr "Tamaño de papel estándar"
@@ -93,7 +93,7 @@ msgstr "Instalación para todos los usuarios"
#: tlpkg/installer/install-menu-wizard.pl:46
#: tlpkg/installer/install-menu-perltk.pl:569
-#: tlpkg/installer/install-tl-gui.tcl:1662
+#: tlpkg/installer/install-tl-gui.tcl:1663
msgid "Install TeXworks front end"
msgstr "Instalar el editor gráfico TeXworks"
@@ -108,7 +108,7 @@ msgstr "Instalación de TeX Live %s"
#: tlpkg/installer/install-menu-perltk.pl:630
#: tlpkg/installer/install-menu-perltk.pl:676
#: texmf-dist/scripts/texlive/tlmgrgui.pl:544
-#: tlpkg/installer/install-tl-gui.tcl:1353
+#: tlpkg/installer/install-tl-gui.tcl:1354
#: texmf-dist/scripts/tlshell/tlshell.tcl:2153
msgid "Quit"
msgstr "Salir"
@@ -278,15 +278,15 @@ msgstr "Carpeta de instalación:"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2438
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2443
#: tlpkg/installer/install-tl-gui.tcl:642
-#: tlpkg/installer/install-tl-gui.tcl:1401
-#: tlpkg/installer/install-tl-gui.tcl:1417
-#: tlpkg/installer/install-tl-gui.tcl:1425
-#: tlpkg/installer/install-tl-gui.tcl:1435
-#: tlpkg/installer/install-tl-gui.tcl:1444
-#: tlpkg/installer/install-tl-gui.tcl:1452
-#: tlpkg/installer/install-tl-gui.tcl:1459
-#: tlpkg/installer/install-tl-gui.tcl:1505
-#: tlpkg/installer/install-tl-gui.tcl:1524
+#: tlpkg/installer/install-tl-gui.tcl:1402
+#: tlpkg/installer/install-tl-gui.tcl:1418
+#: tlpkg/installer/install-tl-gui.tcl:1426
+#: tlpkg/installer/install-tl-gui.tcl:1436
+#: tlpkg/installer/install-tl-gui.tcl:1445
+#: tlpkg/installer/install-tl-gui.tcl:1453
+#: tlpkg/installer/install-tl-gui.tcl:1460
+#: tlpkg/installer/install-tl-gui.tcl:1506
+#: tlpkg/installer/install-tl-gui.tcl:1525
msgid "Change"
msgstr "Cambiar"
@@ -363,7 +363,7 @@ msgstr "No"
#: tlpkg/installer/install-menu-wizard.pl:604
#: texmf-dist/scripts/texlive/tlmgrgui.pl:456
-#: tlpkg/installer/install-tl-gui.tcl:1351
+#: tlpkg/installer/install-tl-gui.tcl:1352
#: texmf-dist/scripts/tlshell/tlshell.tcl:1899
msgid "Install"
msgstr "Instalar"
@@ -373,20 +373,20 @@ msgstr "Instalar"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:143
#: tlpkg/installer/install-tl-gui.tcl:862
#: tlpkg/installer/install-tl-gui.tcl:1099
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "None"
msgstr "Ninguna"
#: tlpkg/installer/install-menu-perltk.pl:49
#: texmf-dist/scripts/texlive/tlmgrgui.pl:144
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "Only new"
msgstr "Sólo nuevas"
#: tlpkg/installer/install-menu-perltk.pl:50
#: texmf-dist/scripts/texlive/tlmgrgui.pl:145
#: tlpkg/installer/install-tl-gui.tcl:1096
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
#: texmf-dist/scripts/tlshell/tlshell.tcl:2212
#: texmf-dist/scripts/tlshell/tlshell.tcl:2229
msgid "All"
@@ -402,17 +402,17 @@ msgid "letter"
msgstr "carta"
#: tlpkg/installer/install-menu-perltk.pl:55
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "No shortcuts"
msgstr "No accesos rápidos"
#: tlpkg/installer/install-menu-perltk.pl:56
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "TeX Live menu"
msgstr "Menú de TeX Live"
#: tlpkg/installer/install-menu-perltk.pl:57
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "Launcher entry"
msgstr "Ingreso del lanzador"
@@ -481,7 +481,7 @@ msgstr "Por favor seleccione un espejo diferente."
#: tlpkg/installer/install-tl-gui.tcl:930
#: tlpkg/installer/install-tl-gui.tcl:986
#: tlpkg/installer/install-tl-gui.tcl:1080
-#: tlpkg/installer/install-tl-gui.tcl:1300 tlpkg/tltcl/tltcl.tcl:586
+#: tlpkg/installer/install-tl-gui.tcl:1301 tlpkg/tltcl/tltcl.tcl:608
#: texmf-dist/scripts/tlshell/tlshell.tcl:158
msgid "Ok"
msgstr "Aceptar"
@@ -548,7 +548,7 @@ msgstr "Preferencias portables"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1181
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1231
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1240
-#: tlpkg/installer/install-tl-gui.tcl:1478
+#: tlpkg/installer/install-tl-gui.tcl:1479
msgid "Toggle"
msgstr "Cambiar (sí/no)"
@@ -574,7 +574,7 @@ msgstr "TEXMFHOME (directorio de ficheros personales del usuario)"
#: tlpkg/installer/install-menu-perltk.pl:440
#: texmf-dist/scripts/texlive/tlmgrgui.pl:513
-#: tlpkg/installer/install-tl-gui.tcl:1561
+#: tlpkg/installer/install-tl-gui.tcl:1562
#: texmf-dist/scripts/tlshell/tlshell.tcl:771
#: texmf-dist/scripts/tlshell/tlshell.tcl:2029
#: texmf-dist/scripts/tlshell/tlshell.tcl:2093
@@ -582,24 +582,24 @@ msgid "Options"
msgstr "Opciones"
#: tlpkg/installer/install-menu-perltk.pl:458
-#: tlpkg/installer/install-tl-gui.tcl:1581
+#: tlpkg/installer/install-tl-gui.tcl:1582
msgid "Allow execution of restricted list of programs via \\write18"
msgstr ""
"Permita la ejecución de programas de la lista restricta\n"
"a través de \\write18"
#: tlpkg/installer/install-menu-perltk.pl:473
-#: tlpkg/installer/install-tl-gui.tcl:1588
+#: tlpkg/installer/install-tl-gui.tcl:1589
msgid "Create all format files"
msgstr "Crear todos los archivos de formato"
#: tlpkg/installer/install-menu-perltk.pl:485
-#: tlpkg/installer/install-tl-gui.tcl:1596
+#: tlpkg/installer/install-tl-gui.tcl:1597
msgid "Install font/macro doc tree"
msgstr "Instalar la documentación de tipos de letra y macros"
#: tlpkg/installer/install-menu-perltk.pl:498
-#: tlpkg/installer/install-tl-gui.tcl:1606
+#: tlpkg/installer/install-tl-gui.tcl:1607
msgid "Install font/macro source tree"
msgstr "Instalar el árbol de origen de fuentes/macros"
@@ -609,7 +609,7 @@ msgid "Create symlinks in system directories"
msgstr "Crear enlaces simbólicos en los directorios del sistema"
#: tlpkg/installer/install-menu-perltk.pl:585
-#: tlpkg/installer/install-tl-gui.tcl:1699
+#: tlpkg/installer/install-tl-gui.tcl:1700
msgid "After install, set CTAN as source for package updates"
msgstr ""
"Después de instalar, seleccione a CTAN para actualizar todos los paquetes"
@@ -1184,7 +1184,7 @@ msgid "Create shortcuts on the desktop"
msgstr "Crea enlaces de acceso rápido en el escritorio"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1236
-#: tlpkg/installer/install-tl-gui.tcl:1651
+#: tlpkg/installer/install-tl-gui.tcl:1652
msgid "Install for all users"
msgstr "Instalar para todos los usuarios"
@@ -1515,12 +1515,12 @@ msgid "Abort"
msgstr "Abortar"
#: tlpkg/installer/install-tl-gui.tcl:410
-#: tlpkg/installer/install-tl-gui.tcl:1910
+#: tlpkg/installer/install-tl-gui.tcl:1911
msgid "TeX Live Installer"
msgstr "Instalador de TeX Live"
#: tlpkg/installer/install-tl-gui.tcl:413
-#: tlpkg/installer/install-tl-gui.tcl:2009
+#: tlpkg/installer/install-tl-gui.tcl:2010
#, tcl-format
msgid ""
"Trying to load %s.\n"
@@ -1562,13 +1562,13 @@ msgid "Remove year"
msgstr "Remover año"
#: tlpkg/installer/install-tl-gui.tcl:611
-#: tlpkg/installer/install-tl-gui.tcl:1385
-#: tlpkg/installer/install-tl-gui.tcl:1393
+#: tlpkg/installer/install-tl-gui.tcl:1386
+#: tlpkg/installer/install-tl-gui.tcl:1394
msgid "Installation root"
msgstr "Raíz de instalación"
#: tlpkg/installer/install-tl-gui.tcl:639
-#: tlpkg/installer/install-tl-gui.tcl:1280 tlpkg/tltcl/tltcl.tcl:578
+#: tlpkg/installer/install-tl-gui.tcl:1281 tlpkg/tltcl/tltcl.tcl:600
msgid "Browse..."
msgstr "Ojear..."
@@ -1587,7 +1587,7 @@ msgid "Cannot deselect own platform"
msgstr "No se puede desactivar la propia plataforma"
#: tlpkg/installer/install-tl-gui.tcl:923
-#: tlpkg/installer/install-tl-gui.tcl:1284
+#: tlpkg/installer/install-tl-gui.tcl:1285
msgid "Binaries"
msgstr "Binarios"
@@ -1611,53 +1611,53 @@ msgstr "Lenguajes"
msgid "Other collections"
msgstr "Otras colecciones"
-#: tlpkg/installer/install-tl-gui.tcl:1237
+#: tlpkg/installer/install-tl-gui.tcl:1238
msgid "Warning. Not all configured directories are writable!"
msgstr ""
"Advertencia: ¡No todos los directorios configurados se pueden escribir!"
-#: tlpkg/installer/install-tl-gui.tcl:1257
+#: tlpkg/installer/install-tl-gui.tcl:1258
msgid "Symlinks"
msgstr "Enlaces simbólicos"
-#: tlpkg/installer/install-tl-gui.tcl:1285
+#: tlpkg/installer/install-tl-gui.tcl:1286
msgid "Man pages"
msgstr "Páginas del manual"
-#: tlpkg/installer/install-tl-gui.tcl:1286
+#: tlpkg/installer/install-tl-gui.tcl:1287
msgid "Info pages"
msgstr "Páginas de información"
-#: tlpkg/installer/install-tl-gui.tcl:1340
+#: tlpkg/installer/install-tl-gui.tcl:1341
#, tcl-format
msgid "TeX Live %s Installer"
msgstr "Instalador de TeX Live %s"
-#: tlpkg/installer/install-tl-gui.tcl:1358
+#: tlpkg/installer/install-tl-gui.tcl:1359
msgid "Advanced"
msgstr "Avanzado"
-#: tlpkg/installer/install-tl-gui.tcl:1388
+#: tlpkg/installer/install-tl-gui.tcl:1389
msgid "Directories"
msgstr "Directorios"
-#: tlpkg/installer/install-tl-gui.tcl:1407
+#: tlpkg/installer/install-tl-gui.tcl:1408
msgid "Main tree"
msgstr "Árbol principal"
-#: tlpkg/installer/install-tl-gui.tcl:1430
+#: tlpkg/installer/install-tl-gui.tcl:1431
msgid "Local additions"
msgstr "Adiciones locales"
-#: tlpkg/installer/install-tl-gui.tcl:1439
+#: tlpkg/installer/install-tl-gui.tcl:1440
msgid "Per-user additions"
msgstr "Adiciones por-usuario"
-#: tlpkg/installer/install-tl-gui.tcl:1466
+#: tlpkg/installer/install-tl-gui.tcl:1467
msgid "More ..."
msgstr "Más ..."
-#: tlpkg/installer/install-tl-gui.tcl:1475
+#: tlpkg/installer/install-tl-gui.tcl:1476
msgid ""
"Portable setup:\n"
"May reset TEXMFLOCAL\n"
@@ -1667,76 +1667,76 @@ msgstr ""
"Puede restablecer TEXMFLOCAL\n"
"y TEXMFHOME"
-#: tlpkg/installer/install-tl-gui.tcl:1489
+#: tlpkg/installer/install-tl-gui.tcl:1490
#: texmf-dist/scripts/tlshell/tlshell.tcl:1338
#: texmf-dist/scripts/tlshell/tlshell.tcl:2127
msgid "Platforms"
msgstr "Plataformas"
-#: tlpkg/installer/install-tl-gui.tcl:1495
+#: tlpkg/installer/install-tl-gui.tcl:1496
msgid "Current platform:"
msgstr "Plataforma actual:"
-#: tlpkg/installer/install-tl-gui.tcl:1502
+#: tlpkg/installer/install-tl-gui.tcl:1503
msgid "N. of additional platform(s):"
msgstr "N. de plataforma(s) adicional(es):"
-#: tlpkg/installer/install-tl-gui.tcl:1515
+#: tlpkg/installer/install-tl-gui.tcl:1516
msgid "Selections"
msgstr "Selecciones"
-#: tlpkg/installer/install-tl-gui.tcl:1520
+#: tlpkg/installer/install-tl-gui.tcl:1521
msgid "Scheme:"
msgstr "Esquema:"
-#: tlpkg/installer/install-tl-gui.tcl:1529
+#: tlpkg/installer/install-tl-gui.tcl:1530
msgid "N. of collections:"
msgstr "N. de colecciones:"
-#: tlpkg/installer/install-tl-gui.tcl:1532
+#: tlpkg/installer/install-tl-gui.tcl:1533
msgid "Customize"
msgstr "Personalizar"
-#: tlpkg/installer/install-tl-gui.tcl:1541
+#: tlpkg/installer/install-tl-gui.tcl:1542
msgid "Disk space required (in MB):"
msgstr "Espacio requerido (en MB):"
-#: tlpkg/installer/install-tl-gui.tcl:1619
+#: tlpkg/installer/install-tl-gui.tcl:1620
msgid "Adjust searchpath"
msgstr "Ajustar la ruta de búsqueda"
-#: tlpkg/installer/install-tl-gui.tcl:1628
+#: tlpkg/installer/install-tl-gui.tcl:1629
msgid "Desktop integration"
msgstr "Integración del escritorio"
-#: tlpkg/installer/install-tl-gui.tcl:1640
+#: tlpkg/installer/install-tl-gui.tcl:1641
msgid "File associations"
msgstr "Asociaciones del archivo"
-#: tlpkg/installer/install-tl-gui.tcl:1679
+#: tlpkg/installer/install-tl-gui.tcl:1680
msgid "Create symlinks in standard directories"
msgstr "Crea enlaces simbólicos en los directorios estándar"
-#: tlpkg/installer/install-tl-gui.tcl:1685
+#: tlpkg/installer/install-tl-gui.tcl:1686
msgid "Specify directories"
msgstr "Especifica directorios"
-#: tlpkg/installer/install-tl-gui.tcl:1750
+#: tlpkg/installer/install-tl-gui.tcl:1751
msgid "Custom scheme"
msgstr "Esquema personalizado"
-#: tlpkg/installer/install-tl-gui.tcl:1935
+#: tlpkg/installer/install-tl-gui.tcl:1936
#, tcl-format
msgid "%s not a local or remote repository"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1936
-#: tlpkg/installer/install-tl-gui.tcl:1942
+#: tlpkg/installer/install-tl-gui.tcl:1937
+#: tlpkg/installer/install-tl-gui.tcl:1943
#: texmf-dist/scripts/tlshell/tlshell.tcl:2030
msgid "Error"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1941
+#: tlpkg/installer/install-tl-gui.tcl:1942
#, tcl-format
msgid "%s requires an argument"
msgstr ""
@@ -1749,7 +1749,7 @@ msgstr "Espejo específico..."
msgid "No mirror list available"
msgstr ""
-#: tlpkg/tltcl/tltcl.tcl:661
+#: tlpkg/tltcl/tltcl.tcl:683
msgid "Select or type"
msgstr "Seleccionar o ingresar"
diff --git a/systems/texlive/tlnet/tlpkg/translations/fr.po b/systems/texlive/tlnet/tlpkg/translations/fr.po
index 7c509242d2..232556053b 100644
--- a/systems/texlive/tlnet/tlpkg/translations/fr.po
+++ b/systems/texlive/tlnet/tlpkg/translations/fr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2020-02-08 01:55+0100\n"
+"POT-Creation-Date: 2020-02-16 19:07+0100\n"
"PO-Revision-Date: 2019-05-12 10:49+0100\n"
"Last-Translator: Denis Bitouzé <denis.bitouze@univ-littoral.fr>\n"
"Language-Team: French <kde-i18n-doc@kde.org>\n"
@@ -52,7 +52,7 @@ msgstr "Processus d'installation"
#: tlpkg/installer/install-tl-gui.tcl:933
#: tlpkg/installer/install-tl-gui.tcl:1003
#: tlpkg/installer/install-tl-gui.tcl:1083
-#: tlpkg/installer/install-tl-gui.tcl:1302 tlpkg/tltcl/tltcl.tcl:588
+#: tlpkg/installer/install-tl-gui.tcl:1303 tlpkg/tltcl/tltcl.tcl:610
#: texmf-dist/scripts/tlshell/tlshell.tcl:168
#: texmf-dist/scripts/tlshell/tlshell.tcl:1261
msgid "Cancel"
@@ -68,7 +68,7 @@ msgstr "Terminer"
#: tlpkg/installer/install-menu-wizard.pl:41
#: tlpkg/installer/install-menu-perltk.pl:445
-#: tlpkg/installer/install-tl-gui.tcl:1570
+#: tlpkg/installer/install-tl-gui.tcl:1571
msgid "Default paper size"
msgstr "Taille de papier par défaut"
@@ -97,7 +97,7 @@ msgstr "Installer pour tous les utilisateurs"
#: tlpkg/installer/install-menu-wizard.pl:46
#: tlpkg/installer/install-menu-perltk.pl:569
-#: tlpkg/installer/install-tl-gui.tcl:1662
+#: tlpkg/installer/install-tl-gui.tcl:1663
msgid "Install TeXworks front end"
msgstr "Installer l'éditeur intégré TeXworks"
@@ -112,7 +112,7 @@ msgstr "Installation de la TeX Live %s"
#: tlpkg/installer/install-menu-perltk.pl:630
#: tlpkg/installer/install-menu-perltk.pl:676
#: texmf-dist/scripts/texlive/tlmgrgui.pl:544
-#: tlpkg/installer/install-tl-gui.tcl:1353
+#: tlpkg/installer/install-tl-gui.tcl:1354
#: texmf-dist/scripts/tlshell/tlshell.tcl:2153
msgid "Quit"
msgstr "Quitter"
@@ -283,15 +283,15 @@ msgstr "Répertoire de destination :"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2438
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2443
#: tlpkg/installer/install-tl-gui.tcl:642
-#: tlpkg/installer/install-tl-gui.tcl:1401
-#: tlpkg/installer/install-tl-gui.tcl:1417
-#: tlpkg/installer/install-tl-gui.tcl:1425
-#: tlpkg/installer/install-tl-gui.tcl:1435
-#: tlpkg/installer/install-tl-gui.tcl:1444
-#: tlpkg/installer/install-tl-gui.tcl:1452
-#: tlpkg/installer/install-tl-gui.tcl:1459
-#: tlpkg/installer/install-tl-gui.tcl:1505
-#: tlpkg/installer/install-tl-gui.tcl:1524
+#: tlpkg/installer/install-tl-gui.tcl:1402
+#: tlpkg/installer/install-tl-gui.tcl:1418
+#: tlpkg/installer/install-tl-gui.tcl:1426
+#: tlpkg/installer/install-tl-gui.tcl:1436
+#: tlpkg/installer/install-tl-gui.tcl:1445
+#: tlpkg/installer/install-tl-gui.tcl:1453
+#: tlpkg/installer/install-tl-gui.tcl:1460
+#: tlpkg/installer/install-tl-gui.tcl:1506
+#: tlpkg/installer/install-tl-gui.tcl:1525
msgid "Change"
msgstr "Modifier"
@@ -365,7 +365,7 @@ msgstr "Non"
#: tlpkg/installer/install-menu-wizard.pl:604
#: texmf-dist/scripts/texlive/tlmgrgui.pl:456
-#: tlpkg/installer/install-tl-gui.tcl:1351
+#: tlpkg/installer/install-tl-gui.tcl:1352
#: texmf-dist/scripts/tlshell/tlshell.tcl:1899
msgid "Install"
msgstr "Installer"
@@ -375,20 +375,20 @@ msgstr "Installer"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:143
#: tlpkg/installer/install-tl-gui.tcl:862
#: tlpkg/installer/install-tl-gui.tcl:1099
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "None"
msgstr "Aucun"
#: tlpkg/installer/install-menu-perltk.pl:49
#: texmf-dist/scripts/texlive/tlmgrgui.pl:144
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "Only new"
msgstr "Seulement les nouveaux"
#: tlpkg/installer/install-menu-perltk.pl:50
#: texmf-dist/scripts/texlive/tlmgrgui.pl:145
#: tlpkg/installer/install-tl-gui.tcl:1096
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
#: texmf-dist/scripts/tlshell/tlshell.tcl:2212
#: texmf-dist/scripts/tlshell/tlshell.tcl:2229
msgid "All"
@@ -404,17 +404,17 @@ msgid "letter"
msgstr "letter"
#: tlpkg/installer/install-menu-perltk.pl:55
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "No shortcuts"
msgstr "Pas de raccourcis"
#: tlpkg/installer/install-menu-perltk.pl:56
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "TeX Live menu"
msgstr "Menu TeX Live"
#: tlpkg/installer/install-menu-perltk.pl:57
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "Launcher entry"
msgstr "Entrée de lanceur"
@@ -483,7 +483,7 @@ msgstr "Veuillez choisir un autre miroir."
#: tlpkg/installer/install-tl-gui.tcl:930
#: tlpkg/installer/install-tl-gui.tcl:986
#: tlpkg/installer/install-tl-gui.tcl:1080
-#: tlpkg/installer/install-tl-gui.tcl:1300 tlpkg/tltcl/tltcl.tcl:586
+#: tlpkg/installer/install-tl-gui.tcl:1301 tlpkg/tltcl/tltcl.tcl:608
#: texmf-dist/scripts/tlshell/tlshell.tcl:158
msgid "Ok"
msgstr "Ok"
@@ -550,7 +550,7 @@ msgstr "Options de portabilité"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1181
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1231
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1240
-#: tlpkg/installer/install-tl-gui.tcl:1478
+#: tlpkg/installer/install-tl-gui.tcl:1479
msgid "Toggle"
msgstr "Basculer"
@@ -576,7 +576,7 @@ msgstr "TEXMFHOME (répertoire des fichiers personnels)"
#: tlpkg/installer/install-menu-perltk.pl:440
#: texmf-dist/scripts/texlive/tlmgrgui.pl:513
-#: tlpkg/installer/install-tl-gui.tcl:1561
+#: tlpkg/installer/install-tl-gui.tcl:1562
#: texmf-dist/scripts/tlshell/tlshell.tcl:771
#: texmf-dist/scripts/tlshell/tlshell.tcl:2029
#: texmf-dist/scripts/tlshell/tlshell.tcl:2093
@@ -584,22 +584,22 @@ msgid "Options"
msgstr "Options"
#: tlpkg/installer/install-menu-perltk.pl:458
-#: tlpkg/installer/install-tl-gui.tcl:1581
+#: tlpkg/installer/install-tl-gui.tcl:1582
msgid "Allow execution of restricted list of programs via \\write18"
msgstr "Autoriser par défaut l'exécution de certains programmes par \\write18"
#: tlpkg/installer/install-menu-perltk.pl:473
-#: tlpkg/installer/install-tl-gui.tcl:1588
+#: tlpkg/installer/install-tl-gui.tcl:1589
msgid "Create all format files"
msgstr "Générer tous les formats"
#: tlpkg/installer/install-menu-perltk.pl:485
-#: tlpkg/installer/install-tl-gui.tcl:1596
+#: tlpkg/installer/install-tl-gui.tcl:1597
msgid "Install font/macro doc tree"
msgstr "Installer la documentation des macros et polices"
#: tlpkg/installer/install-menu-perltk.pl:498
-#: tlpkg/installer/install-tl-gui.tcl:1606
+#: tlpkg/installer/install-tl-gui.tcl:1607
msgid "Install font/macro source tree"
msgstr "Installer les sources des macros et polices"
@@ -609,7 +609,7 @@ msgid "Create symlinks in system directories"
msgstr "Créer les liens symboliques dans les répertoires-système"
#: tlpkg/installer/install-menu-perltk.pl:585
-#: tlpkg/installer/install-tl-gui.tcl:1699
+#: tlpkg/installer/install-tl-gui.tcl:1700
msgid "After install, set CTAN as source for package updates"
msgstr ""
"Après l'installation, la source des mises à jour des packages sera CTAN "
@@ -1181,7 +1181,7 @@ msgid "Create shortcuts on the desktop"
msgstr "Ajouter des raccourcis sur le bureau"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1236
-#: tlpkg/installer/install-tl-gui.tcl:1651
+#: tlpkg/installer/install-tl-gui.tcl:1652
msgid "Install for all users"
msgstr "Installer pour tous les utilisateurs"
@@ -1512,12 +1512,12 @@ msgid "Abort"
msgstr "Annuler"
#: tlpkg/installer/install-tl-gui.tcl:410
-#: tlpkg/installer/install-tl-gui.tcl:1910
+#: tlpkg/installer/install-tl-gui.tcl:1911
msgid "TeX Live Installer"
msgstr "Installateur de la TeX Live"
#: tlpkg/installer/install-tl-gui.tcl:413
-#: tlpkg/installer/install-tl-gui.tcl:2009
+#: tlpkg/installer/install-tl-gui.tcl:2010
#, tcl-format
msgid ""
"Trying to load %s.\n"
@@ -1559,13 +1559,13 @@ msgid "Remove year"
msgstr "Supprimer l'année"
#: tlpkg/installer/install-tl-gui.tcl:611
-#: tlpkg/installer/install-tl-gui.tcl:1385
-#: tlpkg/installer/install-tl-gui.tcl:1393
+#: tlpkg/installer/install-tl-gui.tcl:1386
+#: tlpkg/installer/install-tl-gui.tcl:1394
msgid "Installation root"
msgstr "Racine de l'installation"
#: tlpkg/installer/install-tl-gui.tcl:639
-#: tlpkg/installer/install-tl-gui.tcl:1280 tlpkg/tltcl/tltcl.tcl:578
+#: tlpkg/installer/install-tl-gui.tcl:1281 tlpkg/tltcl/tltcl.tcl:600
msgid "Browse..."
msgstr "Parcourir..."
@@ -1583,7 +1583,7 @@ msgid "Cannot deselect own platform"
msgstr "Impossible de désélectionner sa propre plate-forme"
#: tlpkg/installer/install-tl-gui.tcl:923
-#: tlpkg/installer/install-tl-gui.tcl:1284
+#: tlpkg/installer/install-tl-gui.tcl:1285
msgid "Binaries"
msgstr "Binaires"
@@ -1607,54 +1607,54 @@ msgstr "Langues"
msgid "Other collections"
msgstr "Autres collections"
-#: tlpkg/installer/install-tl-gui.tcl:1237
+#: tlpkg/installer/install-tl-gui.tcl:1238
msgid "Warning. Not all configured directories are writable!"
msgstr ""
"Attention ! Vous n'avez pas de droit en écriture sur certains des "
"répertoires configurés."
-#: tlpkg/installer/install-tl-gui.tcl:1257
+#: tlpkg/installer/install-tl-gui.tcl:1258
msgid "Symlinks"
msgstr "Liens symboliques"
-#: tlpkg/installer/install-tl-gui.tcl:1285
+#: tlpkg/installer/install-tl-gui.tcl:1286
msgid "Man pages"
msgstr "Pages de man(uels)"
-#: tlpkg/installer/install-tl-gui.tcl:1286
+#: tlpkg/installer/install-tl-gui.tcl:1287
msgid "Info pages"
msgstr "Pages d'info(rmations)"
-#: tlpkg/installer/install-tl-gui.tcl:1340
+#: tlpkg/installer/install-tl-gui.tcl:1341
#, tcl-format
msgid "TeX Live %s Installer"
msgstr "Installateur de la TeX Live %s"
-#: tlpkg/installer/install-tl-gui.tcl:1358
+#: tlpkg/installer/install-tl-gui.tcl:1359
msgid "Advanced"
msgstr "Avancé"
-#: tlpkg/installer/install-tl-gui.tcl:1388
+#: tlpkg/installer/install-tl-gui.tcl:1389
msgid "Directories"
msgstr "Répertoires"
-#: tlpkg/installer/install-tl-gui.tcl:1407
+#: tlpkg/installer/install-tl-gui.tcl:1408
msgid "Main tree"
msgstr "Arborescence principale"
-#: tlpkg/installer/install-tl-gui.tcl:1430
+#: tlpkg/installer/install-tl-gui.tcl:1431
msgid "Local additions"
msgstr "Additions locales"
-#: tlpkg/installer/install-tl-gui.tcl:1439
+#: tlpkg/installer/install-tl-gui.tcl:1440
msgid "Per-user additions"
msgstr "Additions par utilisateur"
-#: tlpkg/installer/install-tl-gui.tcl:1466
+#: tlpkg/installer/install-tl-gui.tcl:1467
msgid "More ..."
msgstr "Plus..."
-#: tlpkg/installer/install-tl-gui.tcl:1475
+#: tlpkg/installer/install-tl-gui.tcl:1476
msgid ""
"Portable setup:\n"
"May reset TEXMFLOCAL\n"
@@ -1664,76 +1664,76 @@ msgstr ""
"peut réinitialiser TEXMFLOCAL\n"
"et TEXMFHOME"
-#: tlpkg/installer/install-tl-gui.tcl:1489
+#: tlpkg/installer/install-tl-gui.tcl:1490
#: texmf-dist/scripts/tlshell/tlshell.tcl:1338
#: texmf-dist/scripts/tlshell/tlshell.tcl:2127
msgid "Platforms"
msgstr "Plates-formes"
-#: tlpkg/installer/install-tl-gui.tcl:1495
+#: tlpkg/installer/install-tl-gui.tcl:1496
msgid "Current platform:"
msgstr "Plate-forme en cours :"
-#: tlpkg/installer/install-tl-gui.tcl:1502
+#: tlpkg/installer/install-tl-gui.tcl:1503
msgid "N. of additional platform(s):"
msgstr "Nombre de plates-formes additionnelles :"
-#: tlpkg/installer/install-tl-gui.tcl:1515
+#: tlpkg/installer/install-tl-gui.tcl:1516
msgid "Selections"
msgstr "Sélections"
-#: tlpkg/installer/install-tl-gui.tcl:1520
+#: tlpkg/installer/install-tl-gui.tcl:1521
msgid "Scheme:"
msgstr "Schéma :"
-#: tlpkg/installer/install-tl-gui.tcl:1529
+#: tlpkg/installer/install-tl-gui.tcl:1530
msgid "N. of collections:"
msgstr "Nombre de collections :"
-#: tlpkg/installer/install-tl-gui.tcl:1532
+#: tlpkg/installer/install-tl-gui.tcl:1533
msgid "Customize"
msgstr "Personnaliser"
-#: tlpkg/installer/install-tl-gui.tcl:1541
+#: tlpkg/installer/install-tl-gui.tcl:1542
msgid "Disk space required (in MB):"
msgstr "Espace disque requis (en MB) :"
-#: tlpkg/installer/install-tl-gui.tcl:1619
+#: tlpkg/installer/install-tl-gui.tcl:1620
msgid "Adjust searchpath"
msgstr "Ajuster le chemin de recherche"
-#: tlpkg/installer/install-tl-gui.tcl:1628
+#: tlpkg/installer/install-tl-gui.tcl:1629
msgid "Desktop integration"
msgstr "Intégration au poste de travail"
-#: tlpkg/installer/install-tl-gui.tcl:1640
+#: tlpkg/installer/install-tl-gui.tcl:1641
msgid "File associations"
msgstr "Associations de fichiers"
-#: tlpkg/installer/install-tl-gui.tcl:1679
+#: tlpkg/installer/install-tl-gui.tcl:1680
msgid "Create symlinks in standard directories"
msgstr "Créer les liens symboliques dans les répertoires standards"
-#: tlpkg/installer/install-tl-gui.tcl:1685
+#: tlpkg/installer/install-tl-gui.tcl:1686
msgid "Specify directories"
msgstr "Spécifier les répertoires"
-#: tlpkg/installer/install-tl-gui.tcl:1750
+#: tlpkg/installer/install-tl-gui.tcl:1751
msgid "Custom scheme"
msgstr "Schéma personnalisé"
-#: tlpkg/installer/install-tl-gui.tcl:1935
+#: tlpkg/installer/install-tl-gui.tcl:1936
#, tcl-format
msgid "%s not a local or remote repository"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1936
-#: tlpkg/installer/install-tl-gui.tcl:1942
+#: tlpkg/installer/install-tl-gui.tcl:1937
+#: tlpkg/installer/install-tl-gui.tcl:1943
#: texmf-dist/scripts/tlshell/tlshell.tcl:2030
msgid "Error"
msgstr "Erreur"
-#: tlpkg/installer/install-tl-gui.tcl:1941
+#: tlpkg/installer/install-tl-gui.tcl:1942
#, tcl-format
msgid "%s requires an argument"
msgstr ""
@@ -1746,7 +1746,7 @@ msgstr "Miroir spécifique..."
msgid "No mirror list available"
msgstr ""
-#: tlpkg/tltcl/tltcl.tcl:661
+#: tlpkg/tltcl/tltcl.tcl:683
msgid "Select or type"
msgstr "Sélectionner ou saisir"
diff --git a/systems/texlive/tlnet/tlpkg/translations/it.po b/systems/texlive/tlnet/tlpkg/translations/it.po
index 2fbd4fa940..2f764f61d3 100644
--- a/systems/texlive/tlnet/tlpkg/translations/it.po
+++ b/systems/texlive/tlnet/tlpkg/translations/it.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tex Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2020-02-08 01:55+0100\n"
+"POT-Creation-Date: 2020-02-16 19:07+0100\n"
"PO-Revision-Date: 2019-04-02 15:06+0200\n"
"Last-Translator: Marco Pallante <marco.pallante@gmail.com>\n"
"Language-Team: <>\n"
@@ -45,7 +45,7 @@ msgstr "Installazione"
#: tlpkg/installer/install-tl-gui.tcl:933
#: tlpkg/installer/install-tl-gui.tcl:1003
#: tlpkg/installer/install-tl-gui.tcl:1083
-#: tlpkg/installer/install-tl-gui.tcl:1302 tlpkg/tltcl/tltcl.tcl:588
+#: tlpkg/installer/install-tl-gui.tcl:1303 tlpkg/tltcl/tltcl.tcl:610
#: texmf-dist/scripts/tlshell/tlshell.tcl:168
#: texmf-dist/scripts/tlshell/tlshell.tcl:1261
msgid "Cancel"
@@ -61,7 +61,7 @@ msgstr "Fine"
#: tlpkg/installer/install-menu-wizard.pl:41
#: tlpkg/installer/install-menu-perltk.pl:445
-#: tlpkg/installer/install-tl-gui.tcl:1570
+#: tlpkg/installer/install-tl-gui.tcl:1571
msgid "Default paper size"
msgstr "Formato pagina predefinito"
@@ -90,7 +90,7 @@ msgstr "Installazione per tutti gli utenti"
#: tlpkg/installer/install-menu-wizard.pl:46
#: tlpkg/installer/install-menu-perltk.pl:569
-#: tlpkg/installer/install-tl-gui.tcl:1662
+#: tlpkg/installer/install-tl-gui.tcl:1663
msgid "Install TeXworks front end"
msgstr "Installa il programma TeXworks"
@@ -105,7 +105,7 @@ msgstr "Installazione di TeX Live %s"
#: tlpkg/installer/install-menu-perltk.pl:630
#: tlpkg/installer/install-menu-perltk.pl:676
#: texmf-dist/scripts/texlive/tlmgrgui.pl:544
-#: tlpkg/installer/install-tl-gui.tcl:1353
+#: tlpkg/installer/install-tl-gui.tcl:1354
#: texmf-dist/scripts/tlshell/tlshell.tcl:2153
msgid "Quit"
msgstr "Esci"
@@ -274,15 +274,15 @@ msgstr "Percorso di destinazione:"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2438
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2443
#: tlpkg/installer/install-tl-gui.tcl:642
-#: tlpkg/installer/install-tl-gui.tcl:1401
-#: tlpkg/installer/install-tl-gui.tcl:1417
-#: tlpkg/installer/install-tl-gui.tcl:1425
-#: tlpkg/installer/install-tl-gui.tcl:1435
-#: tlpkg/installer/install-tl-gui.tcl:1444
-#: tlpkg/installer/install-tl-gui.tcl:1452
-#: tlpkg/installer/install-tl-gui.tcl:1459
-#: tlpkg/installer/install-tl-gui.tcl:1505
-#: tlpkg/installer/install-tl-gui.tcl:1524
+#: tlpkg/installer/install-tl-gui.tcl:1402
+#: tlpkg/installer/install-tl-gui.tcl:1418
+#: tlpkg/installer/install-tl-gui.tcl:1426
+#: tlpkg/installer/install-tl-gui.tcl:1436
+#: tlpkg/installer/install-tl-gui.tcl:1445
+#: tlpkg/installer/install-tl-gui.tcl:1453
+#: tlpkg/installer/install-tl-gui.tcl:1460
+#: tlpkg/installer/install-tl-gui.tcl:1506
+#: tlpkg/installer/install-tl-gui.tcl:1525
msgid "Change"
msgstr "Cambia"
@@ -357,7 +357,7 @@ msgstr "No"
#: tlpkg/installer/install-menu-wizard.pl:604
#: texmf-dist/scripts/texlive/tlmgrgui.pl:456
-#: tlpkg/installer/install-tl-gui.tcl:1351
+#: tlpkg/installer/install-tl-gui.tcl:1352
#: texmf-dist/scripts/tlshell/tlshell.tcl:1899
msgid "Install"
msgstr "Installa"
@@ -367,20 +367,20 @@ msgstr "Installa"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:143
#: tlpkg/installer/install-tl-gui.tcl:862
#: tlpkg/installer/install-tl-gui.tcl:1099
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "None"
msgstr "Nessuno"
#: tlpkg/installer/install-menu-perltk.pl:49
#: texmf-dist/scripts/texlive/tlmgrgui.pl:144
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "Only new"
msgstr "Solo nuovi"
#: tlpkg/installer/install-menu-perltk.pl:50
#: texmf-dist/scripts/texlive/tlmgrgui.pl:145
#: tlpkg/installer/install-tl-gui.tcl:1096
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
#: texmf-dist/scripts/tlshell/tlshell.tcl:2212
#: texmf-dist/scripts/tlshell/tlshell.tcl:2229
msgid "All"
@@ -396,17 +396,17 @@ msgid "letter"
msgstr "lettera USA"
#: tlpkg/installer/install-menu-perltk.pl:55
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "No shortcuts"
msgstr "Nessuna scorciatoia"
#: tlpkg/installer/install-menu-perltk.pl:56
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "TeX Live menu"
msgstr "Menu di TeX Live"
#: tlpkg/installer/install-menu-perltk.pl:57
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "Launcher entry"
msgstr "Voce di avvio"
@@ -475,7 +475,7 @@ msgstr "Scegli un mirror differente."
#: tlpkg/installer/install-tl-gui.tcl:930
#: tlpkg/installer/install-tl-gui.tcl:986
#: tlpkg/installer/install-tl-gui.tcl:1080
-#: tlpkg/installer/install-tl-gui.tcl:1300 tlpkg/tltcl/tltcl.tcl:586
+#: tlpkg/installer/install-tl-gui.tcl:1301 tlpkg/tltcl/tltcl.tcl:608
#: texmf-dist/scripts/tlshell/tlshell.tcl:158
msgid "Ok"
msgstr "Ok"
@@ -542,7 +542,7 @@ msgstr "Allestimento portabile"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1181
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1231
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1240
-#: tlpkg/installer/install-tl-gui.tcl:1478
+#: tlpkg/installer/install-tl-gui.tcl:1479
msgid "Toggle"
msgstr "Inverti"
@@ -568,7 +568,7 @@ msgstr "TEXMFHOME (cartella dei file specifici per ciascun utente)"
#: tlpkg/installer/install-menu-perltk.pl:440
#: texmf-dist/scripts/texlive/tlmgrgui.pl:513
-#: tlpkg/installer/install-tl-gui.tcl:1561
+#: tlpkg/installer/install-tl-gui.tcl:1562
#: texmf-dist/scripts/tlshell/tlshell.tcl:771
#: texmf-dist/scripts/tlshell/tlshell.tcl:2029
#: texmf-dist/scripts/tlshell/tlshell.tcl:2093
@@ -576,23 +576,23 @@ msgid "Options"
msgstr "Opzioni"
#: tlpkg/installer/install-menu-perltk.pl:458
-#: tlpkg/installer/install-tl-gui.tcl:1581
+#: tlpkg/installer/install-tl-gui.tcl:1582
msgid "Allow execution of restricted list of programs via \\write18"
msgstr ""
"Consenti l'esecuzione di una ristretta lista di programmi tramite \\write18"
#: tlpkg/installer/install-menu-perltk.pl:473
-#: tlpkg/installer/install-tl-gui.tcl:1588
+#: tlpkg/installer/install-tl-gui.tcl:1589
msgid "Create all format files"
msgstr "Crea tutti i file di formato"
#: tlpkg/installer/install-menu-perltk.pl:485
-#: tlpkg/installer/install-tl-gui.tcl:1596
+#: tlpkg/installer/install-tl-gui.tcl:1597
msgid "Install font/macro doc tree"
msgstr "Installa la documentazione per font e macro"
#: tlpkg/installer/install-menu-perltk.pl:498
-#: tlpkg/installer/install-tl-gui.tcl:1606
+#: tlpkg/installer/install-tl-gui.tcl:1607
msgid "Install font/macro source tree"
msgstr "Installa i sorgenti per font e macro"
@@ -602,7 +602,7 @@ msgid "Create symlinks in system directories"
msgstr "Crea i collegamenti simbolici nelle cartelle di sistema"
#: tlpkg/installer/install-menu-perltk.pl:585
-#: tlpkg/installer/install-tl-gui.tcl:1699
+#: tlpkg/installer/install-tl-gui.tcl:1700
msgid "After install, set CTAN as source for package updates"
msgstr ""
"Dopo l’installazione, imposta CTAN come sorgente per gli aggiornamenti dei "
@@ -1176,7 +1176,7 @@ msgid "Create shortcuts on the desktop"
msgstr "Crea collegamenti sul desktop"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1236
-#: tlpkg/installer/install-tl-gui.tcl:1651
+#: tlpkg/installer/install-tl-gui.tcl:1652
msgid "Install for all users"
msgstr "Installazione per tutti gli utenti"
@@ -1503,12 +1503,12 @@ msgid "Abort"
msgstr "Interrompi"
#: tlpkg/installer/install-tl-gui.tcl:410
-#: tlpkg/installer/install-tl-gui.tcl:1910
+#: tlpkg/installer/install-tl-gui.tcl:1911
msgid "TeX Live Installer"
msgstr "Installazione di TeX Live"
#: tlpkg/installer/install-tl-gui.tcl:413
-#: tlpkg/installer/install-tl-gui.tcl:2009
+#: tlpkg/installer/install-tl-gui.tcl:2010
#, tcl-format
msgid ""
"Trying to load %s.\n"
@@ -1550,13 +1550,13 @@ msgid "Remove year"
msgstr "Rimuovi l’anno"
#: tlpkg/installer/install-tl-gui.tcl:611
-#: tlpkg/installer/install-tl-gui.tcl:1385
-#: tlpkg/installer/install-tl-gui.tcl:1393
+#: tlpkg/installer/install-tl-gui.tcl:1386
+#: tlpkg/installer/install-tl-gui.tcl:1394
msgid "Installation root"
msgstr "Posizione dell’installazione"
#: tlpkg/installer/install-tl-gui.tcl:639
-#: tlpkg/installer/install-tl-gui.tcl:1280 tlpkg/tltcl/tltcl.tcl:578
+#: tlpkg/installer/install-tl-gui.tcl:1281 tlpkg/tltcl/tltcl.tcl:600
msgid "Browse..."
msgstr "Sfoglia…"
@@ -1574,7 +1574,7 @@ msgid "Cannot deselect own platform"
msgstr "Non puoi disabilitare la tua stessa piattaforma"
#: tlpkg/installer/install-tl-gui.tcl:923
-#: tlpkg/installer/install-tl-gui.tcl:1284
+#: tlpkg/installer/install-tl-gui.tcl:1285
msgid "Binaries"
msgstr "Eseguibili"
@@ -1598,52 +1598,52 @@ msgstr "Lingue"
msgid "Other collections"
msgstr "Altre collezioni"
-#: tlpkg/installer/install-tl-gui.tcl:1237
+#: tlpkg/installer/install-tl-gui.tcl:1238
msgid "Warning. Not all configured directories are writable!"
msgstr "Attenzione. Non è possibile scrivere in tutte le cartelle configurate!"
-#: tlpkg/installer/install-tl-gui.tcl:1257
+#: tlpkg/installer/install-tl-gui.tcl:1258
msgid "Symlinks"
msgstr "Collegamenti simbolici"
-#: tlpkg/installer/install-tl-gui.tcl:1285
+#: tlpkg/installer/install-tl-gui.tcl:1286
msgid "Man pages"
msgstr "Pagine di manuale"
-#: tlpkg/installer/install-tl-gui.tcl:1286
+#: tlpkg/installer/install-tl-gui.tcl:1287
msgid "Info pages"
msgstr "Pagine Info"
-#: tlpkg/installer/install-tl-gui.tcl:1340
+#: tlpkg/installer/install-tl-gui.tcl:1341
#, tcl-format
msgid "TeX Live %s Installer"
msgstr "Installazione di TeX Live %s"
-#: tlpkg/installer/install-tl-gui.tcl:1358
+#: tlpkg/installer/install-tl-gui.tcl:1359
msgid "Advanced"
msgstr "Avanzate"
-#: tlpkg/installer/install-tl-gui.tcl:1388
+#: tlpkg/installer/install-tl-gui.tcl:1389
msgid "Directories"
msgstr "Cartelle"
-#: tlpkg/installer/install-tl-gui.tcl:1407
+#: tlpkg/installer/install-tl-gui.tcl:1408
msgid "Main tree"
msgstr "Albero principale"
-#: tlpkg/installer/install-tl-gui.tcl:1430
+#: tlpkg/installer/install-tl-gui.tcl:1431
msgid "Local additions"
msgstr "Aggiunte locali"
-#: tlpkg/installer/install-tl-gui.tcl:1439
+#: tlpkg/installer/install-tl-gui.tcl:1440
msgid "Per-user additions"
msgstr "Aggiunte per utente"
-#: tlpkg/installer/install-tl-gui.tcl:1466
+#: tlpkg/installer/install-tl-gui.tcl:1467
msgid "More ..."
msgstr "Di più …"
-#: tlpkg/installer/install-tl-gui.tcl:1475
+#: tlpkg/installer/install-tl-gui.tcl:1476
msgid ""
"Portable setup:\n"
"May reset TEXMFLOCAL\n"
@@ -1653,76 +1653,76 @@ msgstr ""
"Puoi reimpostare TEXMFLOCAL\n"
"e TEXMFHOME"
-#: tlpkg/installer/install-tl-gui.tcl:1489
+#: tlpkg/installer/install-tl-gui.tcl:1490
#: texmf-dist/scripts/tlshell/tlshell.tcl:1338
#: texmf-dist/scripts/tlshell/tlshell.tcl:2127
msgid "Platforms"
msgstr "Piattaforme"
-#: tlpkg/installer/install-tl-gui.tcl:1495
+#: tlpkg/installer/install-tl-gui.tcl:1496
msgid "Current platform:"
msgstr "Piattaforma attuale:"
-#: tlpkg/installer/install-tl-gui.tcl:1502
+#: tlpkg/installer/install-tl-gui.tcl:1503
msgid "N. of additional platform(s):"
msgstr "N. di piattaforme aggiuntive:"
-#: tlpkg/installer/install-tl-gui.tcl:1515
+#: tlpkg/installer/install-tl-gui.tcl:1516
msgid "Selections"
msgstr "Selezioni"
-#: tlpkg/installer/install-tl-gui.tcl:1520
+#: tlpkg/installer/install-tl-gui.tcl:1521
msgid "Scheme:"
msgstr "Schema:"
-#: tlpkg/installer/install-tl-gui.tcl:1529
+#: tlpkg/installer/install-tl-gui.tcl:1530
msgid "N. of collections:"
msgstr "N. di collezioni:"
-#: tlpkg/installer/install-tl-gui.tcl:1532
+#: tlpkg/installer/install-tl-gui.tcl:1533
msgid "Customize"
msgstr "Personalizza"
-#: tlpkg/installer/install-tl-gui.tcl:1541
+#: tlpkg/installer/install-tl-gui.tcl:1542
msgid "Disk space required (in MB):"
msgstr "Spazio richiesto su disco (in MB):"
-#: tlpkg/installer/install-tl-gui.tcl:1619
+#: tlpkg/installer/install-tl-gui.tcl:1620
msgid "Adjust searchpath"
msgstr "Regola il percorso di ricerca"
-#: tlpkg/installer/install-tl-gui.tcl:1628
+#: tlpkg/installer/install-tl-gui.tcl:1629
msgid "Desktop integration"
msgstr "Integrazione con il desktop"
-#: tlpkg/installer/install-tl-gui.tcl:1640
+#: tlpkg/installer/install-tl-gui.tcl:1641
msgid "File associations"
msgstr "Associazioni dei file"
-#: tlpkg/installer/install-tl-gui.tcl:1679
+#: tlpkg/installer/install-tl-gui.tcl:1680
msgid "Create symlinks in standard directories"
msgstr "Crea i collegamenti simbolici nelle cartelle di sistema"
-#: tlpkg/installer/install-tl-gui.tcl:1685
+#: tlpkg/installer/install-tl-gui.tcl:1686
msgid "Specify directories"
msgstr "Specifica le cartelle"
-#: tlpkg/installer/install-tl-gui.tcl:1750
+#: tlpkg/installer/install-tl-gui.tcl:1751
msgid "Custom scheme"
msgstr "Schema personalizzato"
-#: tlpkg/installer/install-tl-gui.tcl:1935
+#: tlpkg/installer/install-tl-gui.tcl:1936
#, tcl-format
msgid "%s not a local or remote repository"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1936
-#: tlpkg/installer/install-tl-gui.tcl:1942
+#: tlpkg/installer/install-tl-gui.tcl:1937
+#: tlpkg/installer/install-tl-gui.tcl:1943
#: texmf-dist/scripts/tlshell/tlshell.tcl:2030
msgid "Error"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1941
+#: tlpkg/installer/install-tl-gui.tcl:1942
#, tcl-format
msgid "%s requires an argument"
msgstr ""
@@ -1735,7 +1735,7 @@ msgstr "Mirror specifico..."
msgid "No mirror list available"
msgstr ""
-#: tlpkg/tltcl/tltcl.tcl:661
+#: tlpkg/tltcl/tltcl.tcl:683
msgid "Select or type"
msgstr "Seleziona o digita"
diff --git a/systems/texlive/tlnet/tlpkg/translations/ja.po b/systems/texlive/tlnet/tlpkg/translations/ja.po
index c5b1e0365a..70bc813758 100644
--- a/systems/texlive/tlnet/tlpkg/translations/ja.po
+++ b/systems/texlive/tlnet/tlpkg/translations/ja.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2020-02-08 01:55+0100\n"
+"POT-Creation-Date: 2020-02-16 19:07+0100\n"
"PO-Revision-Date: 2019-08-28 12:20+0900\n"
"Last-Translator: Takuto Asakura <tkt.asakura@gmail.com>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -50,7 +50,7 @@ msgstr "インストール処理"
#: tlpkg/installer/install-tl-gui.tcl:933
#: tlpkg/installer/install-tl-gui.tcl:1003
#: tlpkg/installer/install-tl-gui.tcl:1083
-#: tlpkg/installer/install-tl-gui.tcl:1302 tlpkg/tltcl/tltcl.tcl:588
+#: tlpkg/installer/install-tl-gui.tcl:1303 tlpkg/tltcl/tltcl.tcl:610
#: texmf-dist/scripts/tlshell/tlshell.tcl:168
#: texmf-dist/scripts/tlshell/tlshell.tcl:1261
msgid "Cancel"
@@ -66,7 +66,7 @@ msgstr "終了"
#: tlpkg/installer/install-menu-wizard.pl:41
#: tlpkg/installer/install-menu-perltk.pl:445
-#: tlpkg/installer/install-tl-gui.tcl:1570
+#: tlpkg/installer/install-tl-gui.tcl:1571
msgid "Default paper size"
msgstr "デフォルト用紙サイズ"
@@ -95,7 +95,7 @@ msgstr "すべてのユーザ用にインストール"
#: tlpkg/installer/install-menu-wizard.pl:46
#: tlpkg/installer/install-menu-perltk.pl:569
-#: tlpkg/installer/install-tl-gui.tcl:1662
+#: tlpkg/installer/install-tl-gui.tcl:1663
msgid "Install TeXworks front end"
msgstr "TeXworks をインストール"
@@ -110,7 +110,7 @@ msgstr "TeX Live %s のインストール"
#: tlpkg/installer/install-menu-perltk.pl:630
#: tlpkg/installer/install-menu-perltk.pl:676
#: texmf-dist/scripts/texlive/tlmgrgui.pl:544
-#: tlpkg/installer/install-tl-gui.tcl:1353
+#: tlpkg/installer/install-tl-gui.tcl:1354
#: texmf-dist/scripts/tlshell/tlshell.tcl:2153
msgid "Quit"
msgstr "終了"
@@ -277,15 +277,15 @@ msgstr "インストール先のフォルダ:"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2438
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2443
#: tlpkg/installer/install-tl-gui.tcl:642
-#: tlpkg/installer/install-tl-gui.tcl:1401
-#: tlpkg/installer/install-tl-gui.tcl:1417
-#: tlpkg/installer/install-tl-gui.tcl:1425
-#: tlpkg/installer/install-tl-gui.tcl:1435
-#: tlpkg/installer/install-tl-gui.tcl:1444
-#: tlpkg/installer/install-tl-gui.tcl:1452
-#: tlpkg/installer/install-tl-gui.tcl:1459
-#: tlpkg/installer/install-tl-gui.tcl:1505
-#: tlpkg/installer/install-tl-gui.tcl:1524
+#: tlpkg/installer/install-tl-gui.tcl:1402
+#: tlpkg/installer/install-tl-gui.tcl:1418
+#: tlpkg/installer/install-tl-gui.tcl:1426
+#: tlpkg/installer/install-tl-gui.tcl:1436
+#: tlpkg/installer/install-tl-gui.tcl:1445
+#: tlpkg/installer/install-tl-gui.tcl:1453
+#: tlpkg/installer/install-tl-gui.tcl:1460
+#: tlpkg/installer/install-tl-gui.tcl:1506
+#: tlpkg/installer/install-tl-gui.tcl:1525
msgid "Change"
msgstr "変更"
@@ -359,7 +359,7 @@ msgstr "いいえ"
#: tlpkg/installer/install-menu-wizard.pl:604
#: texmf-dist/scripts/texlive/tlmgrgui.pl:456
-#: tlpkg/installer/install-tl-gui.tcl:1351
+#: tlpkg/installer/install-tl-gui.tcl:1352
#: texmf-dist/scripts/tlshell/tlshell.tcl:1899
msgid "Install"
msgstr "インストール"
@@ -369,20 +369,20 @@ msgstr "インストール"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:143
#: tlpkg/installer/install-tl-gui.tcl:862
#: tlpkg/installer/install-tl-gui.tcl:1099
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "None"
msgstr "なし"
#: tlpkg/installer/install-menu-perltk.pl:49
#: texmf-dist/scripts/texlive/tlmgrgui.pl:144
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "Only new"
msgstr "新規のみ"
#: tlpkg/installer/install-menu-perltk.pl:50
#: texmf-dist/scripts/texlive/tlmgrgui.pl:145
#: tlpkg/installer/install-tl-gui.tcl:1096
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
#: texmf-dist/scripts/tlshell/tlshell.tcl:2212
#: texmf-dist/scripts/tlshell/tlshell.tcl:2229
msgid "All"
@@ -398,17 +398,17 @@ msgid "letter"
msgstr "レター"
#: tlpkg/installer/install-menu-perltk.pl:55
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "No shortcuts"
msgstr "ショートカットなし"
#: tlpkg/installer/install-menu-perltk.pl:56
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "TeX Live menu"
msgstr "TeX Live メニュー"
#: tlpkg/installer/install-menu-perltk.pl:57
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "Launcher entry"
msgstr "ランチャ項目"
@@ -477,7 +477,7 @@ msgstr "別のミラーを選択してください."
#: tlpkg/installer/install-tl-gui.tcl:930
#: tlpkg/installer/install-tl-gui.tcl:986
#: tlpkg/installer/install-tl-gui.tcl:1080
-#: tlpkg/installer/install-tl-gui.tcl:1300 tlpkg/tltcl/tltcl.tcl:586
+#: tlpkg/installer/install-tl-gui.tcl:1301 tlpkg/tltcl/tltcl.tcl:608
#: texmf-dist/scripts/tlshell/tlshell.tcl:158
msgid "Ok"
msgstr "OK"
@@ -544,7 +544,7 @@ msgstr "ポータブル設定"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1181
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1231
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1240
-#: tlpkg/installer/install-tl-gui.tcl:1478
+#: tlpkg/installer/install-tl-gui.tcl:1479
msgid "Toggle"
msgstr "切替"
@@ -570,7 +570,7 @@ msgstr "TEXMFHOME(ユーザ用ファイルをおくディレクトリ)"
#: tlpkg/installer/install-menu-perltk.pl:440
#: texmf-dist/scripts/texlive/tlmgrgui.pl:513
-#: tlpkg/installer/install-tl-gui.tcl:1561
+#: tlpkg/installer/install-tl-gui.tcl:1562
#: texmf-dist/scripts/tlshell/tlshell.tcl:771
#: texmf-dist/scripts/tlshell/tlshell.tcl:2029
#: texmf-dist/scripts/tlshell/tlshell.tcl:2093
@@ -578,22 +578,22 @@ msgid "Options"
msgstr "オプション"
#: tlpkg/installer/install-menu-perltk.pl:458
-#: tlpkg/installer/install-tl-gui.tcl:1581
+#: tlpkg/installer/install-tl-gui.tcl:1582
msgid "Allow execution of restricted list of programs via \\write18"
msgstr "\\write18 を用いて制限リストにあるプログラムの実行を許可"
#: tlpkg/installer/install-menu-perltk.pl:473
-#: tlpkg/installer/install-tl-gui.tcl:1588
+#: tlpkg/installer/install-tl-gui.tcl:1589
msgid "Create all format files"
msgstr "フォーマットファイルをすべて生成"
#: tlpkg/installer/install-menu-perltk.pl:485
-#: tlpkg/installer/install-tl-gui.tcl:1596
+#: tlpkg/installer/install-tl-gui.tcl:1597
msgid "Install font/macro doc tree"
msgstr "font/macro のドキュメントツリーをインストール"
#: tlpkg/installer/install-menu-perltk.pl:498
-#: tlpkg/installer/install-tl-gui.tcl:1606
+#: tlpkg/installer/install-tl-gui.tcl:1607
msgid "Install font/macro source tree"
msgstr "font/macro のソースツリーをインストール"
@@ -603,7 +603,7 @@ msgid "Create symlinks in system directories"
msgstr "システムディレクトリにシンボリックリンクを作成する"
#: tlpkg/installer/install-menu-perltk.pl:585
-#: tlpkg/installer/install-tl-gui.tcl:1699
+#: tlpkg/installer/install-tl-gui.tcl:1700
msgid "After install, set CTAN as source for package updates"
msgstr "インストール後に CTAN をパッケージのアップデート元に設定"
@@ -1171,7 +1171,7 @@ msgid "Create shortcuts on the desktop"
msgstr "ショートカットをデスクトップに作成"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1236
-#: tlpkg/installer/install-tl-gui.tcl:1651
+#: tlpkg/installer/install-tl-gui.tcl:1652
msgid "Install for all users"
msgstr "すべてのユーザ向けにインストールする"
@@ -1495,12 +1495,12 @@ msgid "Abort"
msgstr "中止"
#: tlpkg/installer/install-tl-gui.tcl:410
-#: tlpkg/installer/install-tl-gui.tcl:1910
+#: tlpkg/installer/install-tl-gui.tcl:1911
msgid "TeX Live Installer"
msgstr "TeX Live インストーラ"
#: tlpkg/installer/install-tl-gui.tcl:413
-#: tlpkg/installer/install-tl-gui.tcl:2009
+#: tlpkg/installer/install-tl-gui.tcl:2010
#, tcl-format
msgid ""
"Trying to load %s.\n"
@@ -1546,13 +1546,13 @@ msgid "Remove year"
msgstr "年を除去"
#: tlpkg/installer/install-tl-gui.tcl:611
-#: tlpkg/installer/install-tl-gui.tcl:1385
-#: tlpkg/installer/install-tl-gui.tcl:1393
+#: tlpkg/installer/install-tl-gui.tcl:1386
+#: tlpkg/installer/install-tl-gui.tcl:1394
msgid "Installation root"
msgstr "インストール先"
#: tlpkg/installer/install-tl-gui.tcl:639
-#: tlpkg/installer/install-tl-gui.tcl:1280 tlpkg/tltcl/tltcl.tcl:578
+#: tlpkg/installer/install-tl-gui.tcl:1281 tlpkg/tltcl/tltcl.tcl:600
msgid "Browse..."
msgstr "開く…"
@@ -1570,7 +1570,7 @@ msgid "Cannot deselect own platform"
msgstr "現在のプラットフォームの選択を外すことはできません"
#: tlpkg/installer/install-tl-gui.tcl:923
-#: tlpkg/installer/install-tl-gui.tcl:1284
+#: tlpkg/installer/install-tl-gui.tcl:1285
msgid "Binaries"
msgstr "バイナリ"
@@ -1594,52 +1594,52 @@ msgstr "言語"
msgid "Other collections"
msgstr "ほかのコレクション"
-#: tlpkg/installer/install-tl-gui.tcl:1237
+#: tlpkg/installer/install-tl-gui.tcl:1238
msgid "Warning. Not all configured directories are writable!"
msgstr "警告.指定したディレクトリの一部が書き込み不能です!"
-#: tlpkg/installer/install-tl-gui.tcl:1257
+#: tlpkg/installer/install-tl-gui.tcl:1258
msgid "Symlinks"
msgstr "シンボリックリンク"
-#: tlpkg/installer/install-tl-gui.tcl:1285
+#: tlpkg/installer/install-tl-gui.tcl:1286
msgid "Man pages"
msgstr "man ページ"
-#: tlpkg/installer/install-tl-gui.tcl:1286
+#: tlpkg/installer/install-tl-gui.tcl:1287
msgid "Info pages"
msgstr "info ページ"
-#: tlpkg/installer/install-tl-gui.tcl:1340
+#: tlpkg/installer/install-tl-gui.tcl:1341
#, tcl-format
msgid "TeX Live %s Installer"
msgstr "TeX Live %s インストーラ"
-#: tlpkg/installer/install-tl-gui.tcl:1358
+#: tlpkg/installer/install-tl-gui.tcl:1359
msgid "Advanced"
msgstr "高度な設定"
-#: tlpkg/installer/install-tl-gui.tcl:1388
+#: tlpkg/installer/install-tl-gui.tcl:1389
msgid "Directories"
msgstr "ディレクトリ"
-#: tlpkg/installer/install-tl-gui.tcl:1407
+#: tlpkg/installer/install-tl-gui.tcl:1408
msgid "Main tree"
msgstr "メインツリー"
-#: tlpkg/installer/install-tl-gui.tcl:1430
+#: tlpkg/installer/install-tl-gui.tcl:1431
msgid "Local additions"
msgstr "ローカルに追加"
-#: tlpkg/installer/install-tl-gui.tcl:1439
+#: tlpkg/installer/install-tl-gui.tcl:1440
msgid "Per-user additions"
msgstr "ユーザごとに追加"
-#: tlpkg/installer/install-tl-gui.tcl:1466
+#: tlpkg/installer/install-tl-gui.tcl:1467
msgid "More ..."
msgstr "さらに表示…"
-#: tlpkg/installer/install-tl-gui.tcl:1475
+#: tlpkg/installer/install-tl-gui.tcl:1476
msgid ""
"Portable setup:\n"
"May reset TEXMFLOCAL\n"
@@ -1649,76 +1649,76 @@ msgstr ""
"TEXMFLOCAL と TEXMFHOME は\n"
"リセットされます"
-#: tlpkg/installer/install-tl-gui.tcl:1489
+#: tlpkg/installer/install-tl-gui.tcl:1490
#: texmf-dist/scripts/tlshell/tlshell.tcl:1338
#: texmf-dist/scripts/tlshell/tlshell.tcl:2127
msgid "Platforms"
msgstr "プラットフォーム"
-#: tlpkg/installer/install-tl-gui.tcl:1495
+#: tlpkg/installer/install-tl-gui.tcl:1496
msgid "Current platform:"
msgstr "現在のプラットフォーム:"
-#: tlpkg/installer/install-tl-gui.tcl:1502
+#: tlpkg/installer/install-tl-gui.tcl:1503
msgid "N. of additional platform(s):"
msgstr "追加プラットフォームの数:"
-#: tlpkg/installer/install-tl-gui.tcl:1515
+#: tlpkg/installer/install-tl-gui.tcl:1516
msgid "Selections"
msgstr "選択したもの"
-#: tlpkg/installer/install-tl-gui.tcl:1520
+#: tlpkg/installer/install-tl-gui.tcl:1521
msgid "Scheme:"
msgstr "スキーム:"
-#: tlpkg/installer/install-tl-gui.tcl:1529
+#: tlpkg/installer/install-tl-gui.tcl:1530
msgid "N. of collections:"
msgstr "追加コレクションの数:"
-#: tlpkg/installer/install-tl-gui.tcl:1532
+#: tlpkg/installer/install-tl-gui.tcl:1533
msgid "Customize"
msgstr "カスタマイズ"
-#: tlpkg/installer/install-tl-gui.tcl:1541
+#: tlpkg/installer/install-tl-gui.tcl:1542
msgid "Disk space required (in MB):"
msgstr "必要なディスク容量 (MB):"
-#: tlpkg/installer/install-tl-gui.tcl:1619
+#: tlpkg/installer/install-tl-gui.tcl:1620
msgid "Adjust searchpath"
msgstr "検索パスを調整"
-#: tlpkg/installer/install-tl-gui.tcl:1628
+#: tlpkg/installer/install-tl-gui.tcl:1629
msgid "Desktop integration"
msgstr "スタートメニューにショートカットを作成"
-#: tlpkg/installer/install-tl-gui.tcl:1640
+#: tlpkg/installer/install-tl-gui.tcl:1641
msgid "File associations"
msgstr "ファイルの関連付けを変更"
-#: tlpkg/installer/install-tl-gui.tcl:1679
+#: tlpkg/installer/install-tl-gui.tcl:1680
msgid "Create symlinks in standard directories"
msgstr "シンボリックリンクを標準ディレクトリに作成"
-#: tlpkg/installer/install-tl-gui.tcl:1685
+#: tlpkg/installer/install-tl-gui.tcl:1686
msgid "Specify directories"
msgstr "ディレクトリを指定"
-#: tlpkg/installer/install-tl-gui.tcl:1750
+#: tlpkg/installer/install-tl-gui.tcl:1751
msgid "Custom scheme"
msgstr "カスタムスキーム"
-#: tlpkg/installer/install-tl-gui.tcl:1935
+#: tlpkg/installer/install-tl-gui.tcl:1936
#, tcl-format
msgid "%s not a local or remote repository"
msgstr "%s はローカルリポジトリでもリモートリポジトリでもありません"
-#: tlpkg/installer/install-tl-gui.tcl:1936
-#: tlpkg/installer/install-tl-gui.tcl:1942
+#: tlpkg/installer/install-tl-gui.tcl:1937
+#: tlpkg/installer/install-tl-gui.tcl:1943
#: texmf-dist/scripts/tlshell/tlshell.tcl:2030
msgid "Error"
msgstr "エラー"
-#: tlpkg/installer/install-tl-gui.tcl:1941
+#: tlpkg/installer/install-tl-gui.tcl:1942
#, tcl-format
msgid "%s requires an argument"
msgstr "%s には引数が必要です"
@@ -1731,7 +1731,7 @@ msgstr "特定のミラーを選択…"
msgid "No mirror list available"
msgstr "利用可能なミラーリストがありません"
-#: tlpkg/tltcl/tltcl.tcl:661
+#: tlpkg/tltcl/tltcl.tcl:683
msgid "Select or type"
msgstr "選択または入力"
diff --git a/systems/texlive/tlnet/tlpkg/translations/messages.pot b/systems/texlive/tlnet/tlpkg/translations/messages.pot
index 5141449e9a..954e1bde55 100644
--- a/systems/texlive/tlnet/tlpkg/translations/messages.pot
+++ b/systems/texlive/tlnet/tlpkg/translations/messages.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live 2019\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2020-02-08 01:55+0100\n"
+"POT-Creation-Date: 2020-02-16 19:07+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -50,7 +50,7 @@ msgstr ""
#: tlpkg/installer/install-tl-gui.tcl:933
#: tlpkg/installer/install-tl-gui.tcl:1003
#: tlpkg/installer/install-tl-gui.tcl:1083
-#: tlpkg/installer/install-tl-gui.tcl:1302 tlpkg/tltcl/tltcl.tcl:588
+#: tlpkg/installer/install-tl-gui.tcl:1303 tlpkg/tltcl/tltcl.tcl:610
#: texmf-dist/scripts/tlshell/tlshell.tcl:168
#: texmf-dist/scripts/tlshell/tlshell.tcl:1261
msgid "Cancel"
@@ -66,7 +66,7 @@ msgstr ""
#: tlpkg/installer/install-menu-wizard.pl:41
#: tlpkg/installer/install-menu-perltk.pl:445
-#: tlpkg/installer/install-tl-gui.tcl:1570
+#: tlpkg/installer/install-tl-gui.tcl:1571
msgid "Default paper size"
msgstr ""
@@ -95,7 +95,7 @@ msgstr ""
#: tlpkg/installer/install-menu-wizard.pl:46
#: tlpkg/installer/install-menu-perltk.pl:569
-#: tlpkg/installer/install-tl-gui.tcl:1662
+#: tlpkg/installer/install-tl-gui.tcl:1663
msgid "Install TeXworks front end"
msgstr ""
@@ -110,7 +110,7 @@ msgstr ""
#: tlpkg/installer/install-menu-perltk.pl:630
#: tlpkg/installer/install-menu-perltk.pl:676
#: texmf-dist/scripts/texlive/tlmgrgui.pl:544
-#: tlpkg/installer/install-tl-gui.tcl:1353
+#: tlpkg/installer/install-tl-gui.tcl:1354
#: texmf-dist/scripts/tlshell/tlshell.tcl:2153
msgid "Quit"
msgstr ""
@@ -267,15 +267,15 @@ msgstr ""
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2438
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2443
#: tlpkg/installer/install-tl-gui.tcl:642
-#: tlpkg/installer/install-tl-gui.tcl:1401
-#: tlpkg/installer/install-tl-gui.tcl:1417
-#: tlpkg/installer/install-tl-gui.tcl:1425
-#: tlpkg/installer/install-tl-gui.tcl:1435
-#: tlpkg/installer/install-tl-gui.tcl:1444
-#: tlpkg/installer/install-tl-gui.tcl:1452
-#: tlpkg/installer/install-tl-gui.tcl:1459
-#: tlpkg/installer/install-tl-gui.tcl:1505
-#: tlpkg/installer/install-tl-gui.tcl:1524
+#: tlpkg/installer/install-tl-gui.tcl:1402
+#: tlpkg/installer/install-tl-gui.tcl:1418
+#: tlpkg/installer/install-tl-gui.tcl:1426
+#: tlpkg/installer/install-tl-gui.tcl:1436
+#: tlpkg/installer/install-tl-gui.tcl:1445
+#: tlpkg/installer/install-tl-gui.tcl:1453
+#: tlpkg/installer/install-tl-gui.tcl:1460
+#: tlpkg/installer/install-tl-gui.tcl:1506
+#: tlpkg/installer/install-tl-gui.tcl:1525
msgid "Change"
msgstr ""
@@ -343,7 +343,7 @@ msgstr ""
#: tlpkg/installer/install-menu-wizard.pl:604
#: texmf-dist/scripts/texlive/tlmgrgui.pl:456
-#: tlpkg/installer/install-tl-gui.tcl:1351
+#: tlpkg/installer/install-tl-gui.tcl:1352
#: texmf-dist/scripts/tlshell/tlshell.tcl:1899
msgid "Install"
msgstr ""
@@ -353,20 +353,20 @@ msgstr ""
#: texmf-dist/scripts/texlive/tlmgrgui.pl:143
#: tlpkg/installer/install-tl-gui.tcl:862
#: tlpkg/installer/install-tl-gui.tcl:1099
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "None"
msgstr ""
#: tlpkg/installer/install-menu-perltk.pl:49
#: texmf-dist/scripts/texlive/tlmgrgui.pl:144
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "Only new"
msgstr ""
#: tlpkg/installer/install-menu-perltk.pl:50
#: texmf-dist/scripts/texlive/tlmgrgui.pl:145
#: tlpkg/installer/install-tl-gui.tcl:1096
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
#: texmf-dist/scripts/tlshell/tlshell.tcl:2212
#: texmf-dist/scripts/tlshell/tlshell.tcl:2229
msgid "All"
@@ -382,17 +382,17 @@ msgid "letter"
msgstr ""
#: tlpkg/installer/install-menu-perltk.pl:55
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "No shortcuts"
msgstr ""
#: tlpkg/installer/install-menu-perltk.pl:56
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "TeX Live menu"
msgstr ""
#: tlpkg/installer/install-menu-perltk.pl:57
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "Launcher entry"
msgstr ""
@@ -461,7 +461,7 @@ msgstr ""
#: tlpkg/installer/install-tl-gui.tcl:930
#: tlpkg/installer/install-tl-gui.tcl:986
#: tlpkg/installer/install-tl-gui.tcl:1080
-#: tlpkg/installer/install-tl-gui.tcl:1300 tlpkg/tltcl/tltcl.tcl:586
+#: tlpkg/installer/install-tl-gui.tcl:1301 tlpkg/tltcl/tltcl.tcl:608
#: texmf-dist/scripts/tlshell/tlshell.tcl:158
msgid "Ok"
msgstr ""
@@ -523,7 +523,7 @@ msgstr ""
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1181
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1231
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1240
-#: tlpkg/installer/install-tl-gui.tcl:1478
+#: tlpkg/installer/install-tl-gui.tcl:1479
msgid "Toggle"
msgstr ""
@@ -549,7 +549,7 @@ msgstr ""
#: tlpkg/installer/install-menu-perltk.pl:440
#: texmf-dist/scripts/texlive/tlmgrgui.pl:513
-#: tlpkg/installer/install-tl-gui.tcl:1561
+#: tlpkg/installer/install-tl-gui.tcl:1562
#: texmf-dist/scripts/tlshell/tlshell.tcl:771
#: texmf-dist/scripts/tlshell/tlshell.tcl:2029
#: texmf-dist/scripts/tlshell/tlshell.tcl:2093
@@ -557,22 +557,22 @@ msgid "Options"
msgstr ""
#: tlpkg/installer/install-menu-perltk.pl:458
-#: tlpkg/installer/install-tl-gui.tcl:1581
+#: tlpkg/installer/install-tl-gui.tcl:1582
msgid "Allow execution of restricted list of programs via \\write18"
msgstr ""
#: tlpkg/installer/install-menu-perltk.pl:473
-#: tlpkg/installer/install-tl-gui.tcl:1588
+#: tlpkg/installer/install-tl-gui.tcl:1589
msgid "Create all format files"
msgstr ""
#: tlpkg/installer/install-menu-perltk.pl:485
-#: tlpkg/installer/install-tl-gui.tcl:1596
+#: tlpkg/installer/install-tl-gui.tcl:1597
msgid "Install font/macro doc tree"
msgstr ""
#: tlpkg/installer/install-menu-perltk.pl:498
-#: tlpkg/installer/install-tl-gui.tcl:1606
+#: tlpkg/installer/install-tl-gui.tcl:1607
msgid "Install font/macro source tree"
msgstr ""
@@ -582,7 +582,7 @@ msgid "Create symlinks in system directories"
msgstr ""
#: tlpkg/installer/install-menu-perltk.pl:585
-#: tlpkg/installer/install-tl-gui.tcl:1699
+#: tlpkg/installer/install-tl-gui.tcl:1700
msgid "After install, set CTAN as source for package updates"
msgstr ""
@@ -1136,7 +1136,7 @@ msgid "Create shortcuts on the desktop"
msgstr ""
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1236
-#: tlpkg/installer/install-tl-gui.tcl:1651
+#: tlpkg/installer/install-tl-gui.tcl:1652
msgid "Install for all users"
msgstr ""
@@ -1430,12 +1430,12 @@ msgid "Abort"
msgstr ""
#: tlpkg/installer/install-tl-gui.tcl:410
-#: tlpkg/installer/install-tl-gui.tcl:1910
+#: tlpkg/installer/install-tl-gui.tcl:1911
msgid "TeX Live Installer"
msgstr ""
#: tlpkg/installer/install-tl-gui.tcl:413
-#: tlpkg/installer/install-tl-gui.tcl:2009
+#: tlpkg/installer/install-tl-gui.tcl:2010
#, tcl-format
msgid ""
"Trying to load %s.\n"
@@ -1475,13 +1475,13 @@ msgid "Remove year"
msgstr ""
#: tlpkg/installer/install-tl-gui.tcl:611
-#: tlpkg/installer/install-tl-gui.tcl:1385
-#: tlpkg/installer/install-tl-gui.tcl:1393
+#: tlpkg/installer/install-tl-gui.tcl:1386
+#: tlpkg/installer/install-tl-gui.tcl:1394
msgid "Installation root"
msgstr ""
#: tlpkg/installer/install-tl-gui.tcl:639
-#: tlpkg/installer/install-tl-gui.tcl:1280 tlpkg/tltcl/tltcl.tcl:578
+#: tlpkg/installer/install-tl-gui.tcl:1281 tlpkg/tltcl/tltcl.tcl:600
msgid "Browse..."
msgstr ""
@@ -1499,7 +1499,7 @@ msgid "Cannot deselect own platform"
msgstr ""
#: tlpkg/installer/install-tl-gui.tcl:923
-#: tlpkg/installer/install-tl-gui.tcl:1284
+#: tlpkg/installer/install-tl-gui.tcl:1285
msgid "Binaries"
msgstr ""
@@ -1523,128 +1523,128 @@ msgstr ""
msgid "Other collections"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1237
+#: tlpkg/installer/install-tl-gui.tcl:1238
msgid "Warning. Not all configured directories are writable!"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1257
+#: tlpkg/installer/install-tl-gui.tcl:1258
msgid "Symlinks"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1285
+#: tlpkg/installer/install-tl-gui.tcl:1286
msgid "Man pages"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1286
+#: tlpkg/installer/install-tl-gui.tcl:1287
msgid "Info pages"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1340
+#: tlpkg/installer/install-tl-gui.tcl:1341
#, tcl-format
msgid "TeX Live %s Installer"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1358
+#: tlpkg/installer/install-tl-gui.tcl:1359
msgid "Advanced"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1388
+#: tlpkg/installer/install-tl-gui.tcl:1389
msgid "Directories"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1407
+#: tlpkg/installer/install-tl-gui.tcl:1408
msgid "Main tree"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1430
+#: tlpkg/installer/install-tl-gui.tcl:1431
msgid "Local additions"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1439
+#: tlpkg/installer/install-tl-gui.tcl:1440
msgid "Per-user additions"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1466
+#: tlpkg/installer/install-tl-gui.tcl:1467
msgid "More ..."
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1475
+#: tlpkg/installer/install-tl-gui.tcl:1476
msgid ""
"Portable setup:\n"
"May reset TEXMFLOCAL\n"
"and TEXMFHOME"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1489
+#: tlpkg/installer/install-tl-gui.tcl:1490
#: texmf-dist/scripts/tlshell/tlshell.tcl:1338
#: texmf-dist/scripts/tlshell/tlshell.tcl:2127
msgid "Platforms"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1495
+#: tlpkg/installer/install-tl-gui.tcl:1496
msgid "Current platform:"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1502
+#: tlpkg/installer/install-tl-gui.tcl:1503
msgid "N. of additional platform(s):"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1515
+#: tlpkg/installer/install-tl-gui.tcl:1516
msgid "Selections"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1520
+#: tlpkg/installer/install-tl-gui.tcl:1521
msgid "Scheme:"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1529
+#: tlpkg/installer/install-tl-gui.tcl:1530
msgid "N. of collections:"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1532
+#: tlpkg/installer/install-tl-gui.tcl:1533
msgid "Customize"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1541
+#: tlpkg/installer/install-tl-gui.tcl:1542
msgid "Disk space required (in MB):"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1619
+#: tlpkg/installer/install-tl-gui.tcl:1620
msgid "Adjust searchpath"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1628
+#: tlpkg/installer/install-tl-gui.tcl:1629
msgid "Desktop integration"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1640
+#: tlpkg/installer/install-tl-gui.tcl:1641
msgid "File associations"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1679
+#: tlpkg/installer/install-tl-gui.tcl:1680
msgid "Create symlinks in standard directories"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1685
+#: tlpkg/installer/install-tl-gui.tcl:1686
msgid "Specify directories"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1750
+#: tlpkg/installer/install-tl-gui.tcl:1751
msgid "Custom scheme"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1935
+#: tlpkg/installer/install-tl-gui.tcl:1936
#, tcl-format
msgid "%s not a local or remote repository"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1936
-#: tlpkg/installer/install-tl-gui.tcl:1942
+#: tlpkg/installer/install-tl-gui.tcl:1937
+#: tlpkg/installer/install-tl-gui.tcl:1943
#: texmf-dist/scripts/tlshell/tlshell.tcl:2030
msgid "Error"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1941
+#: tlpkg/installer/install-tl-gui.tcl:1942
#, tcl-format
msgid "%s requires an argument"
msgstr ""
@@ -1657,7 +1657,7 @@ msgstr ""
msgid "No mirror list available"
msgstr ""
-#: tlpkg/tltcl/tltcl.tcl:661
+#: tlpkg/tltcl/tltcl.tcl:683
msgid "Select or type"
msgstr ""
diff --git a/systems/texlive/tlnet/tlpkg/translations/nl.po b/systems/texlive/tlnet/tlpkg/translations/nl.po
index 290effe52d..f273512459 100644
--- a/systems/texlive/tlnet/tlpkg/translations/nl.po
+++ b/systems/texlive/tlnet/tlpkg/translations/nl.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2020-02-08 01:55+0100\n"
+"POT-Creation-Date: 2020-02-16 19:07+0100\n"
"PO-Revision-Date: 2019-08-30 13:52+0200\n"
"Last-Translator: Siep Kroonenberg <siepo@bitmuis.nl>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -46,7 +46,7 @@ msgstr "Installatie-proces"
#: tlpkg/installer/install-tl-gui.tcl:933
#: tlpkg/installer/install-tl-gui.tcl:1003
#: tlpkg/installer/install-tl-gui.tcl:1083
-#: tlpkg/installer/install-tl-gui.tcl:1302 tlpkg/tltcl/tltcl.tcl:588
+#: tlpkg/installer/install-tl-gui.tcl:1303 tlpkg/tltcl/tltcl.tcl:610
#: texmf-dist/scripts/tlshell/tlshell.tcl:168
#: texmf-dist/scripts/tlshell/tlshell.tcl:1261
msgid "Cancel"
@@ -62,7 +62,7 @@ msgstr "Sluit af"
#: tlpkg/installer/install-menu-wizard.pl:41
#: tlpkg/installer/install-menu-perltk.pl:445
-#: tlpkg/installer/install-tl-gui.tcl:1570
+#: tlpkg/installer/install-tl-gui.tcl:1571
msgid "Default paper size"
msgstr "Standaard papier-formaat"
@@ -91,7 +91,7 @@ msgstr "Installeer voor alle gebruikers"
#: tlpkg/installer/install-menu-wizard.pl:46
#: tlpkg/installer/install-menu-perltk.pl:569
-#: tlpkg/installer/install-tl-gui.tcl:1662
+#: tlpkg/installer/install-tl-gui.tcl:1663
msgid "Install TeXworks front end"
msgstr "Installeer TeXworks front-end"
@@ -106,7 +106,7 @@ msgstr "TeX Live %s Installatie"
#: tlpkg/installer/install-menu-perltk.pl:630
#: tlpkg/installer/install-menu-perltk.pl:676
#: texmf-dist/scripts/texlive/tlmgrgui.pl:544
-#: tlpkg/installer/install-tl-gui.tcl:1353
+#: tlpkg/installer/install-tl-gui.tcl:1354
#: texmf-dist/scripts/tlshell/tlshell.tcl:2153
msgid "Quit"
msgstr "Stoppen"
@@ -275,15 +275,15 @@ msgstr "Bestemmings-folder:"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2438
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2443
#: tlpkg/installer/install-tl-gui.tcl:642
-#: tlpkg/installer/install-tl-gui.tcl:1401
-#: tlpkg/installer/install-tl-gui.tcl:1417
-#: tlpkg/installer/install-tl-gui.tcl:1425
-#: tlpkg/installer/install-tl-gui.tcl:1435
-#: tlpkg/installer/install-tl-gui.tcl:1444
-#: tlpkg/installer/install-tl-gui.tcl:1452
-#: tlpkg/installer/install-tl-gui.tcl:1459
-#: tlpkg/installer/install-tl-gui.tcl:1505
-#: tlpkg/installer/install-tl-gui.tcl:1524
+#: tlpkg/installer/install-tl-gui.tcl:1402
+#: tlpkg/installer/install-tl-gui.tcl:1418
+#: tlpkg/installer/install-tl-gui.tcl:1426
+#: tlpkg/installer/install-tl-gui.tcl:1436
+#: tlpkg/installer/install-tl-gui.tcl:1445
+#: tlpkg/installer/install-tl-gui.tcl:1453
+#: tlpkg/installer/install-tl-gui.tcl:1460
+#: tlpkg/installer/install-tl-gui.tcl:1506
+#: tlpkg/installer/install-tl-gui.tcl:1525
msgid "Change"
msgstr "Wijzig"
@@ -357,7 +357,7 @@ msgstr "Nee"
#: tlpkg/installer/install-menu-wizard.pl:604
#: texmf-dist/scripts/texlive/tlmgrgui.pl:456
-#: tlpkg/installer/install-tl-gui.tcl:1351
+#: tlpkg/installer/install-tl-gui.tcl:1352
#: texmf-dist/scripts/tlshell/tlshell.tcl:1899
msgid "Install"
msgstr "Installeren"
@@ -367,20 +367,20 @@ msgstr "Installeren"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:143
#: tlpkg/installer/install-tl-gui.tcl:862
#: tlpkg/installer/install-tl-gui.tcl:1099
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "None"
msgstr "Geen"
#: tlpkg/installer/install-menu-perltk.pl:49
#: texmf-dist/scripts/texlive/tlmgrgui.pl:144
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "Only new"
msgstr "Alleen nieuw"
#: tlpkg/installer/install-menu-perltk.pl:50
#: texmf-dist/scripts/texlive/tlmgrgui.pl:145
#: tlpkg/installer/install-tl-gui.tcl:1096
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
#: texmf-dist/scripts/tlshell/tlshell.tcl:2212
#: texmf-dist/scripts/tlshell/tlshell.tcl:2229
msgid "All"
@@ -396,17 +396,17 @@ msgid "letter"
msgstr "letter"
#: tlpkg/installer/install-menu-perltk.pl:55
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "No shortcuts"
msgstr "Geen TeX Live menu"
#: tlpkg/installer/install-menu-perltk.pl:56
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "TeX Live menu"
msgstr "TeX Live menu"
#: tlpkg/installer/install-menu-perltk.pl:57
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "Launcher entry"
msgstr "Launcher item"
@@ -475,7 +475,7 @@ msgstr "Kies een andere mirror."
#: tlpkg/installer/install-tl-gui.tcl:930
#: tlpkg/installer/install-tl-gui.tcl:986
#: tlpkg/installer/install-tl-gui.tcl:1080
-#: tlpkg/installer/install-tl-gui.tcl:1300 tlpkg/tltcl/tltcl.tcl:586
+#: tlpkg/installer/install-tl-gui.tcl:1301 tlpkg/tltcl/tltcl.tcl:608
#: texmf-dist/scripts/tlshell/tlshell.tcl:158
msgid "Ok"
msgstr "Ok"
@@ -542,7 +542,7 @@ msgstr "Portable setup"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1181
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1231
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1240
-#: tlpkg/installer/install-tl-gui.tcl:1478
+#: tlpkg/installer/install-tl-gui.tcl:1479
msgid "Toggle"
msgstr "Wijzig"
@@ -568,7 +568,7 @@ msgstr "TEXMFHOME (voor eigen macros etc.)"
#: tlpkg/installer/install-menu-perltk.pl:440
#: texmf-dist/scripts/texlive/tlmgrgui.pl:513
-#: tlpkg/installer/install-tl-gui.tcl:1561
+#: tlpkg/installer/install-tl-gui.tcl:1562
#: texmf-dist/scripts/tlshell/tlshell.tcl:771
#: texmf-dist/scripts/tlshell/tlshell.tcl:2029
#: texmf-dist/scripts/tlshell/tlshell.tcl:2093
@@ -576,22 +576,22 @@ msgid "Options"
msgstr "Opties"
#: tlpkg/installer/install-menu-perltk.pl:458
-#: tlpkg/installer/install-tl-gui.tcl:1581
+#: tlpkg/installer/install-tl-gui.tcl:1582
msgid "Allow execution of restricted list of programs via \\write18"
msgstr "Sta uitvoering van een beperkte lijst programmas toe via \\write18"
#: tlpkg/installer/install-menu-perltk.pl:473
-#: tlpkg/installer/install-tl-gui.tcl:1588
+#: tlpkg/installer/install-tl-gui.tcl:1589
msgid "Create all format files"
msgstr "Genereer alle format bestanden"
#: tlpkg/installer/install-menu-perltk.pl:485
-#: tlpkg/installer/install-tl-gui.tcl:1596
+#: tlpkg/installer/install-tl-gui.tcl:1597
msgid "Install font/macro doc tree"
msgstr "Installeer font/macro doc folder"
#: tlpkg/installer/install-menu-perltk.pl:498
-#: tlpkg/installer/install-tl-gui.tcl:1606
+#: tlpkg/installer/install-tl-gui.tcl:1607
msgid "Install font/macro source tree"
msgstr "Installeer font/macro bron folder"
@@ -601,7 +601,7 @@ msgid "Create symlinks in system directories"
msgstr "Maak symlinks naar standaard-folders"
#: tlpkg/installer/install-menu-perltk.pl:585
-#: tlpkg/installer/install-tl-gui.tcl:1699
+#: tlpkg/installer/install-tl-gui.tcl:1700
msgid "After install, set CTAN as source for package updates"
msgstr "Kies na installatie CTAN als bron voor nieuwe versies van pakketten"
@@ -1174,7 +1174,7 @@ msgid "Create shortcuts on the desktop"
msgstr "Maak snelkoppelingen op het bureaublad"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1236
-#: tlpkg/installer/install-tl-gui.tcl:1651
+#: tlpkg/installer/install-tl-gui.tcl:1652
msgid "Install for all users"
msgstr "Installeer voor alle gebruikers"
@@ -1497,12 +1497,12 @@ msgid "Abort"
msgstr "Afbreken"
#: tlpkg/installer/install-tl-gui.tcl:410
-#: tlpkg/installer/install-tl-gui.tcl:1910
+#: tlpkg/installer/install-tl-gui.tcl:1911
msgid "TeX Live Installer"
msgstr "TeX Live Installatie"
#: tlpkg/installer/install-tl-gui.tcl:413
-#: tlpkg/installer/install-tl-gui.tcl:2009
+#: tlpkg/installer/install-tl-gui.tcl:2010
#, tcl-format
msgid ""
"Trying to load %s.\n"
@@ -1548,13 +1548,13 @@ msgid "Remove year"
msgstr "Jaar verwijderen"
#: tlpkg/installer/install-tl-gui.tcl:611
-#: tlpkg/installer/install-tl-gui.tcl:1385
-#: tlpkg/installer/install-tl-gui.tcl:1393
+#: tlpkg/installer/install-tl-gui.tcl:1386
+#: tlpkg/installer/install-tl-gui.tcl:1394
msgid "Installation root"
msgstr "Hoofd TeX-folder"
#: tlpkg/installer/install-tl-gui.tcl:639
-#: tlpkg/installer/install-tl-gui.tcl:1280 tlpkg/tltcl/tltcl.tcl:578
+#: tlpkg/installer/install-tl-gui.tcl:1281 tlpkg/tltcl/tltcl.tcl:600
msgid "Browse..."
msgstr "Bladeren..."
@@ -1572,7 +1572,7 @@ msgid "Cannot deselect own platform"
msgstr "Eigen platform is altijd geselecteerd"
#: tlpkg/installer/install-tl-gui.tcl:923
-#: tlpkg/installer/install-tl-gui.tcl:1284
+#: tlpkg/installer/install-tl-gui.tcl:1285
msgid "Binaries"
msgstr "Binaries"
@@ -1596,52 +1596,52 @@ msgstr "Talen"
msgid "Other collections"
msgstr "Andere collecties"
-#: tlpkg/installer/install-tl-gui.tcl:1237
+#: tlpkg/installer/install-tl-gui.tcl:1238
msgid "Warning. Not all configured directories are writable!"
msgstr "Waarschuwing. Niet alle geconfigureerde folders zijn schrijfbaar!"
-#: tlpkg/installer/install-tl-gui.tcl:1257
+#: tlpkg/installer/install-tl-gui.tcl:1258
msgid "Symlinks"
msgstr "Symlinks"
-#: tlpkg/installer/install-tl-gui.tcl:1285
+#: tlpkg/installer/install-tl-gui.tcl:1286
msgid "Man pages"
msgstr "Man pagina's"
-#: tlpkg/installer/install-tl-gui.tcl:1286
+#: tlpkg/installer/install-tl-gui.tcl:1287
msgid "Info pages"
msgstr "Info pagina's"
-#: tlpkg/installer/install-tl-gui.tcl:1340
+#: tlpkg/installer/install-tl-gui.tcl:1341
#, tcl-format
msgid "TeX Live %s Installer"
msgstr "TeX Live %s Installatie"
-#: tlpkg/installer/install-tl-gui.tcl:1358
+#: tlpkg/installer/install-tl-gui.tcl:1359
msgid "Advanced"
msgstr "Geavanceerd"
-#: tlpkg/installer/install-tl-gui.tcl:1388
+#: tlpkg/installer/install-tl-gui.tcl:1389
msgid "Directories"
msgstr "Folders"
-#: tlpkg/installer/install-tl-gui.tcl:1407
+#: tlpkg/installer/install-tl-gui.tcl:1408
msgid "Main tree"
msgstr "Hoofd data-folder"
-#: tlpkg/installer/install-tl-gui.tcl:1430
+#: tlpkg/installer/install-tl-gui.tcl:1431
msgid "Local additions"
msgstr "Lokale toevoegingen"
-#: tlpkg/installer/install-tl-gui.tcl:1439
+#: tlpkg/installer/install-tl-gui.tcl:1440
msgid "Per-user additions"
msgstr "Toevoegingen per gebruiker"
-#: tlpkg/installer/install-tl-gui.tcl:1466
+#: tlpkg/installer/install-tl-gui.tcl:1467
msgid "More ..."
msgstr "Meer ..."
-#: tlpkg/installer/install-tl-gui.tcl:1475
+#: tlpkg/installer/install-tl-gui.tcl:1476
msgid ""
"Portable setup:\n"
"May reset TEXMFLOCAL\n"
@@ -1651,76 +1651,76 @@ msgstr ""
"Kan TEXMFLOCAL en\n"
"TEXMFHOME terugzetten"
-#: tlpkg/installer/install-tl-gui.tcl:1489
+#: tlpkg/installer/install-tl-gui.tcl:1490
#: texmf-dist/scripts/tlshell/tlshell.tcl:1338
#: texmf-dist/scripts/tlshell/tlshell.tcl:2127
msgid "Platforms"
msgstr "Platforms"
-#: tlpkg/installer/install-tl-gui.tcl:1495
+#: tlpkg/installer/install-tl-gui.tcl:1496
msgid "Current platform:"
msgstr "Huidig platform:"
-#: tlpkg/installer/install-tl-gui.tcl:1502
+#: tlpkg/installer/install-tl-gui.tcl:1503
msgid "N. of additional platform(s):"
msgstr "Aantal extra platforms:"
-#: tlpkg/installer/install-tl-gui.tcl:1515
+#: tlpkg/installer/install-tl-gui.tcl:1516
msgid "Selections"
msgstr "Selekties"
-#: tlpkg/installer/install-tl-gui.tcl:1520
+#: tlpkg/installer/install-tl-gui.tcl:1521
msgid "Scheme:"
msgstr "Schema:"
-#: tlpkg/installer/install-tl-gui.tcl:1529
+#: tlpkg/installer/install-tl-gui.tcl:1530
msgid "N. of collections:"
msgstr "Aantal collecties:"
-#: tlpkg/installer/install-tl-gui.tcl:1532
+#: tlpkg/installer/install-tl-gui.tcl:1533
msgid "Customize"
msgstr "Aanpassen"
-#: tlpkg/installer/install-tl-gui.tcl:1541
+#: tlpkg/installer/install-tl-gui.tcl:1542
msgid "Disk space required (in MB):"
msgstr "Vereiste schijfruimte (in MB):"
-#: tlpkg/installer/install-tl-gui.tcl:1619
+#: tlpkg/installer/install-tl-gui.tcl:1620
msgid "Adjust searchpath"
msgstr "Zoekpad aanpassen"
-#: tlpkg/installer/install-tl-gui.tcl:1628
+#: tlpkg/installer/install-tl-gui.tcl:1629
msgid "Desktop integration"
msgstr "Bureaublad-integratie"
-#: tlpkg/installer/install-tl-gui.tcl:1640
+#: tlpkg/installer/install-tl-gui.tcl:1641
msgid "File associations"
msgstr "Koppeling bestandsformaten"
-#: tlpkg/installer/install-tl-gui.tcl:1679
+#: tlpkg/installer/install-tl-gui.tcl:1680
msgid "Create symlinks in standard directories"
msgstr "Maak symlinks in standaard folders"
-#: tlpkg/installer/install-tl-gui.tcl:1685
+#: tlpkg/installer/install-tl-gui.tcl:1686
msgid "Specify directories"
msgstr "Specificeer folders"
-#: tlpkg/installer/install-tl-gui.tcl:1750
+#: tlpkg/installer/install-tl-gui.tcl:1751
msgid "Custom scheme"
msgstr "Eigen schema"
-#: tlpkg/installer/install-tl-gui.tcl:1935
+#: tlpkg/installer/install-tl-gui.tcl:1936
#, tcl-format
msgid "%s not a local or remote repository"
msgstr "%s is niet een lokale of online installatie-bron"
-#: tlpkg/installer/install-tl-gui.tcl:1936
-#: tlpkg/installer/install-tl-gui.tcl:1942
+#: tlpkg/installer/install-tl-gui.tcl:1937
+#: tlpkg/installer/install-tl-gui.tcl:1943
#: texmf-dist/scripts/tlshell/tlshell.tcl:2030
msgid "Error"
msgstr "Fout"
-#: tlpkg/installer/install-tl-gui.tcl:1941
+#: tlpkg/installer/install-tl-gui.tcl:1942
#, tcl-format
msgid "%s requires an argument"
msgstr "%s vereist een argument"
@@ -1733,7 +1733,7 @@ msgstr "Specifieke CTAN mirror..."
msgid "No mirror list available"
msgstr "Geen lijst van mirrors beschikbaar"
-#: tlpkg/tltcl/tltcl.tcl:661
+#: tlpkg/tltcl/tltcl.tcl:683
msgid "Select or type"
msgstr "Kies of type"
diff --git a/systems/texlive/tlnet/tlpkg/translations/pl.po b/systems/texlive/tlnet/tlpkg/translations/pl.po
index 124530c55a..34e0f7e643 100644
--- a/systems/texlive/tlnet/tlpkg/translations/pl.po
+++ b/systems/texlive/tlnet/tlpkg/translations/pl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live 2019\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2020-02-08 01:55+0100\n"
+"POT-Creation-Date: 2020-02-16 19:07+0100\n"
"PO-Revision-Date: 2019-03-27 19:54+0100\n"
"Last-Translator: Zofia Walczak <pelagia48@gmail.com>\n"
"Language-Team: \n"
@@ -51,7 +51,7 @@ msgstr "Instalacja w toku"
#: tlpkg/installer/install-tl-gui.tcl:933
#: tlpkg/installer/install-tl-gui.tcl:1003
#: tlpkg/installer/install-tl-gui.tcl:1083
-#: tlpkg/installer/install-tl-gui.tcl:1302 tlpkg/tltcl/tltcl.tcl:588
+#: tlpkg/installer/install-tl-gui.tcl:1303 tlpkg/tltcl/tltcl.tcl:610
#: texmf-dist/scripts/tlshell/tlshell.tcl:168
#: texmf-dist/scripts/tlshell/tlshell.tcl:1261
msgid "Cancel"
@@ -67,7 +67,7 @@ msgstr "Zakończ"
#: tlpkg/installer/install-menu-wizard.pl:41
#: tlpkg/installer/install-menu-perltk.pl:445
-#: tlpkg/installer/install-tl-gui.tcl:1570
+#: tlpkg/installer/install-tl-gui.tcl:1571
msgid "Default paper size"
msgstr "Domyślny rozmiar papieru"
@@ -96,7 +96,7 @@ msgstr "Instalacja dla wszystkich użytkowników"
#: tlpkg/installer/install-menu-wizard.pl:46
#: tlpkg/installer/install-menu-perltk.pl:569
-#: tlpkg/installer/install-tl-gui.tcl:1662
+#: tlpkg/installer/install-tl-gui.tcl:1663
msgid "Install TeXworks front end"
msgstr "Zainstaluj edytor TeXworks"
@@ -111,7 +111,7 @@ msgstr "Instalowanie TeX Live %s"
#: tlpkg/installer/install-menu-perltk.pl:630
#: tlpkg/installer/install-menu-perltk.pl:676
#: texmf-dist/scripts/texlive/tlmgrgui.pl:544
-#: tlpkg/installer/install-tl-gui.tcl:1353
+#: tlpkg/installer/install-tl-gui.tcl:1354
#: texmf-dist/scripts/tlshell/tlshell.tcl:2153
msgid "Quit"
msgstr "Zakończ"
@@ -279,15 +279,15 @@ msgstr "Folder docelowy:"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2438
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2443
#: tlpkg/installer/install-tl-gui.tcl:642
-#: tlpkg/installer/install-tl-gui.tcl:1401
-#: tlpkg/installer/install-tl-gui.tcl:1417
-#: tlpkg/installer/install-tl-gui.tcl:1425
-#: tlpkg/installer/install-tl-gui.tcl:1435
-#: tlpkg/installer/install-tl-gui.tcl:1444
-#: tlpkg/installer/install-tl-gui.tcl:1452
-#: tlpkg/installer/install-tl-gui.tcl:1459
-#: tlpkg/installer/install-tl-gui.tcl:1505
-#: tlpkg/installer/install-tl-gui.tcl:1524
+#: tlpkg/installer/install-tl-gui.tcl:1402
+#: tlpkg/installer/install-tl-gui.tcl:1418
+#: tlpkg/installer/install-tl-gui.tcl:1426
+#: tlpkg/installer/install-tl-gui.tcl:1436
+#: tlpkg/installer/install-tl-gui.tcl:1445
+#: tlpkg/installer/install-tl-gui.tcl:1453
+#: tlpkg/installer/install-tl-gui.tcl:1460
+#: tlpkg/installer/install-tl-gui.tcl:1506
+#: tlpkg/installer/install-tl-gui.tcl:1525
msgid "Change"
msgstr "Zmień"
@@ -361,7 +361,7 @@ msgstr "Nie"
#: tlpkg/installer/install-menu-wizard.pl:604
#: texmf-dist/scripts/texlive/tlmgrgui.pl:456
-#: tlpkg/installer/install-tl-gui.tcl:1351
+#: tlpkg/installer/install-tl-gui.tcl:1352
#: texmf-dist/scripts/tlshell/tlshell.tcl:1899
msgid "Install"
msgstr "Instaluj"
@@ -371,20 +371,20 @@ msgstr "Instaluj"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:143
#: tlpkg/installer/install-tl-gui.tcl:862
#: tlpkg/installer/install-tl-gui.tcl:1099
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "None"
msgstr "Żaden"
#: tlpkg/installer/install-menu-perltk.pl:49
#: texmf-dist/scripts/texlive/tlmgrgui.pl:144
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "Only new"
msgstr "Tylko nowe"
#: tlpkg/installer/install-menu-perltk.pl:50
#: texmf-dist/scripts/texlive/tlmgrgui.pl:145
#: tlpkg/installer/install-tl-gui.tcl:1096
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
#: texmf-dist/scripts/tlshell/tlshell.tcl:2212
#: texmf-dist/scripts/tlshell/tlshell.tcl:2229
msgid "All"
@@ -400,17 +400,17 @@ msgid "letter"
msgstr "letter"
#: tlpkg/installer/install-menu-perltk.pl:55
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "No shortcuts"
msgstr "Brak skrótów"
#: tlpkg/installer/install-menu-perltk.pl:56
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "TeX Live menu"
msgstr "Menu TeX Live"
#: tlpkg/installer/install-menu-perltk.pl:57
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "Launcher entry"
msgstr "Pozycja programu uruchomieniowego"
@@ -479,7 +479,7 @@ msgstr "Proszę wybrać inną kopię zasobów (mirror)."
#: tlpkg/installer/install-tl-gui.tcl:930
#: tlpkg/installer/install-tl-gui.tcl:986
#: tlpkg/installer/install-tl-gui.tcl:1080
-#: tlpkg/installer/install-tl-gui.tcl:1300 tlpkg/tltcl/tltcl.tcl:586
+#: tlpkg/installer/install-tl-gui.tcl:1301 tlpkg/tltcl/tltcl.tcl:608
#: texmf-dist/scripts/tlshell/tlshell.tcl:158
msgid "Ok"
msgstr "Ok"
@@ -545,7 +545,7 @@ msgstr "Ustawienia instalacji przenośnej"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1181
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1231
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1240
-#: tlpkg/installer/install-tl-gui.tcl:1478
+#: tlpkg/installer/install-tl-gui.tcl:1479
msgid "Toggle"
msgstr "Przełącz"
@@ -571,7 +571,7 @@ msgstr "TEXMFHOME (katalog dla prywatnych plików użytkownika)"
#: tlpkg/installer/install-menu-perltk.pl:440
#: texmf-dist/scripts/texlive/tlmgrgui.pl:513
-#: tlpkg/installer/install-tl-gui.tcl:1561
+#: tlpkg/installer/install-tl-gui.tcl:1562
#: texmf-dist/scripts/tlshell/tlshell.tcl:771
#: texmf-dist/scripts/tlshell/tlshell.tcl:2029
#: texmf-dist/scripts/tlshell/tlshell.tcl:2093
@@ -579,22 +579,22 @@ msgid "Options"
msgstr "Opcje"
#: tlpkg/installer/install-menu-perltk.pl:458
-#: tlpkg/installer/install-tl-gui.tcl:1581
+#: tlpkg/installer/install-tl-gui.tcl:1582
msgid "Allow execution of restricted list of programs via \\write18"
msgstr "Zezwalaj na uruchomienie wybranych programów via \\write18"
#: tlpkg/installer/install-menu-perltk.pl:473
-#: tlpkg/installer/install-tl-gui.tcl:1588
+#: tlpkg/installer/install-tl-gui.tcl:1589
msgid "Create all format files"
msgstr "Generowanie wszystkich plików formatów"
#: tlpkg/installer/install-menu-perltk.pl:485
-#: tlpkg/installer/install-tl-gui.tcl:1596
+#: tlpkg/installer/install-tl-gui.tcl:1597
msgid "Install font/macro doc tree"
msgstr "Instalowanie dokumentacji fontów i makr"
#: tlpkg/installer/install-menu-perltk.pl:498
-#: tlpkg/installer/install-tl-gui.tcl:1606
+#: tlpkg/installer/install-tl-gui.tcl:1607
msgid "Install font/macro source tree"
msgstr "Instalowanie plików źródłowych fontów i makr"
@@ -604,7 +604,7 @@ msgid "Create symlinks in system directories"
msgstr "Utwórz dowiązania symboliczne w katalogach systemowych"
#: tlpkg/installer/install-menu-perltk.pl:585
-#: tlpkg/installer/install-tl-gui.tcl:1699
+#: tlpkg/installer/install-tl-gui.tcl:1700
msgid "After install, set CTAN as source for package updates"
msgstr "Po instalacji pobierz aktualizacje pakietów z CTAN"
@@ -1176,7 +1176,7 @@ msgid "Create shortcuts on the desktop"
msgstr "Utwórz skróty na pulpicie"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1236
-#: tlpkg/installer/install-tl-gui.tcl:1651
+#: tlpkg/installer/install-tl-gui.tcl:1652
msgid "Install for all users"
msgstr "Instaluj dla wszystkich użytkowników"
@@ -1498,12 +1498,12 @@ msgid "Abort"
msgstr "Anuluj"
#: tlpkg/installer/install-tl-gui.tcl:410
-#: tlpkg/installer/install-tl-gui.tcl:1910
+#: tlpkg/installer/install-tl-gui.tcl:1911
msgid "TeX Live Installer"
msgstr "Instalator TeX Live"
#: tlpkg/installer/install-tl-gui.tcl:413
-#: tlpkg/installer/install-tl-gui.tcl:2009
+#: tlpkg/installer/install-tl-gui.tcl:2010
#, tcl-format
msgid ""
"Trying to load %s.\n"
@@ -1545,13 +1545,13 @@ msgid "Remove year"
msgstr "Usuń rok"
#: tlpkg/installer/install-tl-gui.tcl:611
-#: tlpkg/installer/install-tl-gui.tcl:1385
-#: tlpkg/installer/install-tl-gui.tcl:1393
+#: tlpkg/installer/install-tl-gui.tcl:1386
+#: tlpkg/installer/install-tl-gui.tcl:1394
msgid "Installation root"
msgstr "Korzeń instalacji"
#: tlpkg/installer/install-tl-gui.tcl:639
-#: tlpkg/installer/install-tl-gui.tcl:1280 tlpkg/tltcl/tltcl.tcl:578
+#: tlpkg/installer/install-tl-gui.tcl:1281 tlpkg/tltcl/tltcl.tcl:600
msgid "Browse..."
msgstr "Przeglądaj..."
@@ -1569,7 +1569,7 @@ msgid "Cannot deselect own platform"
msgstr "Nie można odznaczyć własnego systemu"
#: tlpkg/installer/install-tl-gui.tcl:923
-#: tlpkg/installer/install-tl-gui.tcl:1284
+#: tlpkg/installer/install-tl-gui.tcl:1285
msgid "Binaries"
msgstr "Binaria"
@@ -1593,52 +1593,52 @@ msgstr "Języki"
msgid "Other collections"
msgstr "Inne kolekcje"
-#: tlpkg/installer/install-tl-gui.tcl:1237
+#: tlpkg/installer/install-tl-gui.tcl:1238
msgid "Warning. Not all configured directories are writable!"
msgstr "Uwaga. Nie wszystkie skonfigurowane katalogi są zapisywalne!"
-#: tlpkg/installer/install-tl-gui.tcl:1257
+#: tlpkg/installer/install-tl-gui.tcl:1258
msgid "Symlinks"
msgstr "Dowiązania symboliczne"
-#: tlpkg/installer/install-tl-gui.tcl:1285
+#: tlpkg/installer/install-tl-gui.tcl:1286
msgid "Man pages"
msgstr "Strony man"
-#: tlpkg/installer/install-tl-gui.tcl:1286
+#: tlpkg/installer/install-tl-gui.tcl:1287
msgid "Info pages"
msgstr "Dokumentacje info"
-#: tlpkg/installer/install-tl-gui.tcl:1340
+#: tlpkg/installer/install-tl-gui.tcl:1341
#, tcl-format
msgid "TeX Live %s Installer"
msgstr "Instalator TeX Live %s"
-#: tlpkg/installer/install-tl-gui.tcl:1358
+#: tlpkg/installer/install-tl-gui.tcl:1359
msgid "Advanced"
msgstr "Zaawansowane"
-#: tlpkg/installer/install-tl-gui.tcl:1388
+#: tlpkg/installer/install-tl-gui.tcl:1389
msgid "Directories"
msgstr "Katalogi"
-#: tlpkg/installer/install-tl-gui.tcl:1407
+#: tlpkg/installer/install-tl-gui.tcl:1408
msgid "Main tree"
msgstr "Główne drzewo"
-#: tlpkg/installer/install-tl-gui.tcl:1430
+#: tlpkg/installer/install-tl-gui.tcl:1431
msgid "Local additions"
msgstr "Dodatki lokalne"
-#: tlpkg/installer/install-tl-gui.tcl:1439
+#: tlpkg/installer/install-tl-gui.tcl:1440
msgid "Per-user additions"
msgstr "Dodatki użytkowników"
-#: tlpkg/installer/install-tl-gui.tcl:1466
+#: tlpkg/installer/install-tl-gui.tcl:1467
msgid "More ..."
msgstr "Więcej ..."
-#: tlpkg/installer/install-tl-gui.tcl:1475
+#: tlpkg/installer/install-tl-gui.tcl:1476
msgid ""
"Portable setup:\n"
"May reset TEXMFLOCAL\n"
@@ -1648,76 +1648,76 @@ msgstr ""
"Mogą zmienić TEXMFLOCAL\n"
"i TEXMFHOME"
-#: tlpkg/installer/install-tl-gui.tcl:1489
+#: tlpkg/installer/install-tl-gui.tcl:1490
#: texmf-dist/scripts/tlshell/tlshell.tcl:1338
#: texmf-dist/scripts/tlshell/tlshell.tcl:2127
msgid "Platforms"
msgstr "Systemy operacyjne"
-#: tlpkg/installer/install-tl-gui.tcl:1495
+#: tlpkg/installer/install-tl-gui.tcl:1496
msgid "Current platform:"
msgstr "Aktualny system:"
-#: tlpkg/installer/install-tl-gui.tcl:1502
+#: tlpkg/installer/install-tl-gui.tcl:1503
msgid "N. of additional platform(s):"
msgstr "Ilość dodatkowych systemów:"
-#: tlpkg/installer/install-tl-gui.tcl:1515
+#: tlpkg/installer/install-tl-gui.tcl:1516
msgid "Selections"
msgstr "Wybór"
-#: tlpkg/installer/install-tl-gui.tcl:1520
+#: tlpkg/installer/install-tl-gui.tcl:1521
msgid "Scheme:"
msgstr "Schemat:"
-#: tlpkg/installer/install-tl-gui.tcl:1529
+#: tlpkg/installer/install-tl-gui.tcl:1530
msgid "N. of collections:"
msgstr "Ilość kolekcji:"
-#: tlpkg/installer/install-tl-gui.tcl:1532
+#: tlpkg/installer/install-tl-gui.tcl:1533
msgid "Customize"
msgstr "Dostosuj"
-#: tlpkg/installer/install-tl-gui.tcl:1541
+#: tlpkg/installer/install-tl-gui.tcl:1542
msgid "Disk space required (in MB):"
msgstr "Wymagana przestrzeń na dysku (w MB)"
-#: tlpkg/installer/install-tl-gui.tcl:1619
+#: tlpkg/installer/install-tl-gui.tcl:1620
msgid "Adjust searchpath"
msgstr "Dostosuj ścieżkę wyszukiwania"
-#: tlpkg/installer/install-tl-gui.tcl:1628
+#: tlpkg/installer/install-tl-gui.tcl:1629
msgid "Desktop integration"
msgstr "Integracja pulpitu"
-#: tlpkg/installer/install-tl-gui.tcl:1640
+#: tlpkg/installer/install-tl-gui.tcl:1641
msgid "File associations"
msgstr "Skojarzenia plików"
-#: tlpkg/installer/install-tl-gui.tcl:1679
+#: tlpkg/installer/install-tl-gui.tcl:1680
msgid "Create symlinks in standard directories"
msgstr "Utwórz dowiązania symboliczne do standardowych katalogów"
-#: tlpkg/installer/install-tl-gui.tcl:1685
+#: tlpkg/installer/install-tl-gui.tcl:1686
msgid "Specify directories"
msgstr "Określ katalogi"
-#: tlpkg/installer/install-tl-gui.tcl:1750
+#: tlpkg/installer/install-tl-gui.tcl:1751
msgid "Custom scheme"
msgstr "Schemat indywidualny"
-#: tlpkg/installer/install-tl-gui.tcl:1935
+#: tlpkg/installer/install-tl-gui.tcl:1936
#, tcl-format
msgid "%s not a local or remote repository"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1936
-#: tlpkg/installer/install-tl-gui.tcl:1942
+#: tlpkg/installer/install-tl-gui.tcl:1937
+#: tlpkg/installer/install-tl-gui.tcl:1943
#: texmf-dist/scripts/tlshell/tlshell.tcl:2030
msgid "Error"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1941
+#: tlpkg/installer/install-tl-gui.tcl:1942
#, tcl-format
msgid "%s requires an argument"
msgstr ""
@@ -1730,7 +1730,7 @@ msgstr "Konkretna kopia (mirror)..."
msgid "No mirror list available"
msgstr ""
-#: tlpkg/tltcl/tltcl.tcl:661
+#: tlpkg/tltcl/tltcl.tcl:683
msgid "Select or type"
msgstr "Wybierz lub wpisz"
diff --git a/systems/texlive/tlnet/tlpkg/translations/pt_BR.po b/systems/texlive/tlnet/tlpkg/translations/pt_BR.po
index 1a489129e4..faa977aaf3 100644
--- a/systems/texlive/tlnet/tlpkg/translations/pt_BR.po
+++ b/systems/texlive/tlnet/tlpkg/translations/pt_BR.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2020-02-08 01:55+0100\n"
+"POT-Creation-Date: 2020-02-16 19:07+0100\n"
"PO-Revision-Date: 2020-01-20 10:03-0300\n"
"Last-Translator: Paulo Roberto Massa Cereda <cereda.paulo@gmail.com>\n"
"Language-Team: Paulo Roberto Massa Cereda <cereda.paulo@gmail.com>\n"
@@ -47,7 +47,7 @@ msgstr "Processo de instalação"
#: tlpkg/installer/install-tl-gui.tcl:933
#: tlpkg/installer/install-tl-gui.tcl:1003
#: tlpkg/installer/install-tl-gui.tcl:1083
-#: tlpkg/installer/install-tl-gui.tcl:1302 tlpkg/tltcl/tltcl.tcl:588
+#: tlpkg/installer/install-tl-gui.tcl:1303 tlpkg/tltcl/tltcl.tcl:610
#: texmf-dist/scripts/tlshell/tlshell.tcl:168
#: texmf-dist/scripts/tlshell/tlshell.tcl:1261
msgid "Cancel"
@@ -63,7 +63,7 @@ msgstr "Finalizar"
#: tlpkg/installer/install-menu-wizard.pl:41
#: tlpkg/installer/install-menu-perltk.pl:445
-#: tlpkg/installer/install-tl-gui.tcl:1570
+#: tlpkg/installer/install-tl-gui.tcl:1571
msgid "Default paper size"
msgstr "Tamanho padrão do papel"
@@ -92,7 +92,7 @@ msgstr "Instalação para todos os usuários"
#: tlpkg/installer/install-menu-wizard.pl:46
#: tlpkg/installer/install-menu-perltk.pl:569
-#: tlpkg/installer/install-tl-gui.tcl:1662
+#: tlpkg/installer/install-tl-gui.tcl:1663
msgid "Install TeXworks front end"
msgstr "Instalar o editor TeXworks"
@@ -107,7 +107,7 @@ msgstr "Instalação do TeX Live %s"
#: tlpkg/installer/install-menu-perltk.pl:630
#: tlpkg/installer/install-menu-perltk.pl:676
#: texmf-dist/scripts/texlive/tlmgrgui.pl:544
-#: tlpkg/installer/install-tl-gui.tcl:1353
+#: tlpkg/installer/install-tl-gui.tcl:1354
#: texmf-dist/scripts/tlshell/tlshell.tcl:2153
msgid "Quit"
msgstr "Sair"
@@ -277,15 +277,15 @@ msgstr "Diretório de destino:"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2438
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2443
#: tlpkg/installer/install-tl-gui.tcl:642
-#: tlpkg/installer/install-tl-gui.tcl:1401
-#: tlpkg/installer/install-tl-gui.tcl:1417
-#: tlpkg/installer/install-tl-gui.tcl:1425
-#: tlpkg/installer/install-tl-gui.tcl:1435
-#: tlpkg/installer/install-tl-gui.tcl:1444
-#: tlpkg/installer/install-tl-gui.tcl:1452
-#: tlpkg/installer/install-tl-gui.tcl:1459
-#: tlpkg/installer/install-tl-gui.tcl:1505
-#: tlpkg/installer/install-tl-gui.tcl:1524
+#: tlpkg/installer/install-tl-gui.tcl:1402
+#: tlpkg/installer/install-tl-gui.tcl:1418
+#: tlpkg/installer/install-tl-gui.tcl:1426
+#: tlpkg/installer/install-tl-gui.tcl:1436
+#: tlpkg/installer/install-tl-gui.tcl:1445
+#: tlpkg/installer/install-tl-gui.tcl:1453
+#: tlpkg/installer/install-tl-gui.tcl:1460
+#: tlpkg/installer/install-tl-gui.tcl:1506
+#: tlpkg/installer/install-tl-gui.tcl:1525
msgid "Change"
msgstr "Alterar"
@@ -361,7 +361,7 @@ msgstr "Não"
#: tlpkg/installer/install-menu-wizard.pl:604
#: texmf-dist/scripts/texlive/tlmgrgui.pl:456
-#: tlpkg/installer/install-tl-gui.tcl:1351
+#: tlpkg/installer/install-tl-gui.tcl:1352
#: texmf-dist/scripts/tlshell/tlshell.tcl:1899
msgid "Install"
msgstr "Instalar"
@@ -371,20 +371,20 @@ msgstr "Instalar"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:143
#: tlpkg/installer/install-tl-gui.tcl:862
#: tlpkg/installer/install-tl-gui.tcl:1099
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "None"
msgstr "Nenhum"
#: tlpkg/installer/install-menu-perltk.pl:49
#: texmf-dist/scripts/texlive/tlmgrgui.pl:144
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "Only new"
msgstr "Apenas novos"
#: tlpkg/installer/install-menu-perltk.pl:50
#: texmf-dist/scripts/texlive/tlmgrgui.pl:145
#: tlpkg/installer/install-tl-gui.tcl:1096
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
#: texmf-dist/scripts/tlshell/tlshell.tcl:2212
#: texmf-dist/scripts/tlshell/tlshell.tcl:2229
msgid "All"
@@ -400,17 +400,17 @@ msgid "letter"
msgstr "carta"
#: tlpkg/installer/install-menu-perltk.pl:55
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "No shortcuts"
msgstr "Sem atalhos"
#: tlpkg/installer/install-menu-perltk.pl:56
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "TeX Live menu"
msgstr "Menu TeX Live"
#: tlpkg/installer/install-menu-perltk.pl:57
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "Launcher entry"
msgstr "Entrada do lançador"
@@ -479,7 +479,7 @@ msgstr "Por favor, selecione um espelho diferente."
#: tlpkg/installer/install-tl-gui.tcl:930
#: tlpkg/installer/install-tl-gui.tcl:986
#: tlpkg/installer/install-tl-gui.tcl:1080
-#: tlpkg/installer/install-tl-gui.tcl:1300 tlpkg/tltcl/tltcl.tcl:586
+#: tlpkg/installer/install-tl-gui.tcl:1301 tlpkg/tltcl/tltcl.tcl:608
#: texmf-dist/scripts/tlshell/tlshell.tcl:158
msgid "Ok"
msgstr "Ok"
@@ -546,7 +546,7 @@ msgstr "Configuração portátil"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1181
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1231
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1240
-#: tlpkg/installer/install-tl-gui.tcl:1478
+#: tlpkg/installer/install-tl-gui.tcl:1479
msgid "Toggle"
msgstr "Alternar"
@@ -572,7 +572,7 @@ msgstr "TEXMFHOME (diretório para arquivos específicos do usuário)"
#: tlpkg/installer/install-menu-perltk.pl:440
#: texmf-dist/scripts/texlive/tlmgrgui.pl:513
-#: tlpkg/installer/install-tl-gui.tcl:1561
+#: tlpkg/installer/install-tl-gui.tcl:1562
#: texmf-dist/scripts/tlshell/tlshell.tcl:771
#: texmf-dist/scripts/tlshell/tlshell.tcl:2029
#: texmf-dist/scripts/tlshell/tlshell.tcl:2093
@@ -580,22 +580,22 @@ msgid "Options"
msgstr "Opções"
#: tlpkg/installer/install-menu-perltk.pl:458
-#: tlpkg/installer/install-tl-gui.tcl:1581
+#: tlpkg/installer/install-tl-gui.tcl:1582
msgid "Allow execution of restricted list of programs via \\write18"
msgstr "Permitir execução de lista restrita de programas através de \\write18"
#: tlpkg/installer/install-menu-perltk.pl:473
-#: tlpkg/installer/install-tl-gui.tcl:1588
+#: tlpkg/installer/install-tl-gui.tcl:1589
msgid "Create all format files"
msgstr "Criar todos os formatos de arquivos"
#: tlpkg/installer/install-menu-perltk.pl:485
-#: tlpkg/installer/install-tl-gui.tcl:1596
+#: tlpkg/installer/install-tl-gui.tcl:1597
msgid "Install font/macro doc tree"
msgstr "Instalar árvore de documentação de fontes/macros"
#: tlpkg/installer/install-menu-perltk.pl:498
-#: tlpkg/installer/install-tl-gui.tcl:1606
+#: tlpkg/installer/install-tl-gui.tcl:1607
msgid "Install font/macro source tree"
msgstr "Instalar a árvore de código-fonte de fontes/macros"
@@ -605,7 +605,7 @@ msgid "Create symlinks in system directories"
msgstr "Criar links simbólicos nos diretórios do sistema"
#: tlpkg/installer/install-menu-perltk.pl:585
-#: tlpkg/installer/install-tl-gui.tcl:1699
+#: tlpkg/installer/install-tl-gui.tcl:1700
msgid "After install, set CTAN as source for package updates"
msgstr "Após a instalação, definir CTAN como fonte para atualização de pacotes"
@@ -1179,7 +1179,7 @@ msgid "Create shortcuts on the desktop"
msgstr "Criar atalhos na área de trabalho"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1236
-#: tlpkg/installer/install-tl-gui.tcl:1651
+#: tlpkg/installer/install-tl-gui.tcl:1652
msgid "Install for all users"
msgstr "Instalar para todos os usuários"
@@ -1506,12 +1506,12 @@ msgid "Abort"
msgstr "Abortar"
#: tlpkg/installer/install-tl-gui.tcl:410
-#: tlpkg/installer/install-tl-gui.tcl:1910
+#: tlpkg/installer/install-tl-gui.tcl:1911
msgid "TeX Live Installer"
msgstr "Instalador TeX Live"
#: tlpkg/installer/install-tl-gui.tcl:413
-#: tlpkg/installer/install-tl-gui.tcl:2009
+#: tlpkg/installer/install-tl-gui.tcl:2010
#, tcl-format
msgid ""
"Trying to load %s.\n"
@@ -1557,13 +1557,13 @@ msgid "Remove year"
msgstr "Remover ano"
#: tlpkg/installer/install-tl-gui.tcl:611
-#: tlpkg/installer/install-tl-gui.tcl:1385
-#: tlpkg/installer/install-tl-gui.tcl:1393
+#: tlpkg/installer/install-tl-gui.tcl:1386
+#: tlpkg/installer/install-tl-gui.tcl:1394
msgid "Installation root"
msgstr "Raiz da instalação"
#: tlpkg/installer/install-tl-gui.tcl:639
-#: tlpkg/installer/install-tl-gui.tcl:1280 tlpkg/tltcl/tltcl.tcl:578
+#: tlpkg/installer/install-tl-gui.tcl:1281 tlpkg/tltcl/tltcl.tcl:600
msgid "Browse..."
msgstr "Procurar..."
@@ -1582,7 +1582,7 @@ msgid "Cannot deselect own platform"
msgstr "Não é possível desmarcar a própria plataforma"
#: tlpkg/installer/install-tl-gui.tcl:923
-#: tlpkg/installer/install-tl-gui.tcl:1284
+#: tlpkg/installer/install-tl-gui.tcl:1285
msgid "Binaries"
msgstr "Binários"
@@ -1606,52 +1606,52 @@ msgstr "Idiomas"
msgid "Other collections"
msgstr "Outras coleções"
-#: tlpkg/installer/install-tl-gui.tcl:1237
+#: tlpkg/installer/install-tl-gui.tcl:1238
msgid "Warning. Not all configured directories are writable!"
msgstr "Aviso. Nem todos os diretórios configurados têm permissão de escrita!"
-#: tlpkg/installer/install-tl-gui.tcl:1257
+#: tlpkg/installer/install-tl-gui.tcl:1258
msgid "Symlinks"
msgstr "Ligações simbólicas"
-#: tlpkg/installer/install-tl-gui.tcl:1285
+#: tlpkg/installer/install-tl-gui.tcl:1286
msgid "Man pages"
msgstr "Páginas de manual"
-#: tlpkg/installer/install-tl-gui.tcl:1286
+#: tlpkg/installer/install-tl-gui.tcl:1287
msgid "Info pages"
msgstr "Páginas de informações"
-#: tlpkg/installer/install-tl-gui.tcl:1340
+#: tlpkg/installer/install-tl-gui.tcl:1341
#, tcl-format
msgid "TeX Live %s Installer"
msgstr "Instalador TeX Live %s"
-#: tlpkg/installer/install-tl-gui.tcl:1358
+#: tlpkg/installer/install-tl-gui.tcl:1359
msgid "Advanced"
msgstr "Avançado"
-#: tlpkg/installer/install-tl-gui.tcl:1388
+#: tlpkg/installer/install-tl-gui.tcl:1389
msgid "Directories"
msgstr "Diretórios"
-#: tlpkg/installer/install-tl-gui.tcl:1407
+#: tlpkg/installer/install-tl-gui.tcl:1408
msgid "Main tree"
msgstr "Árvore principal"
-#: tlpkg/installer/install-tl-gui.tcl:1430
+#: tlpkg/installer/install-tl-gui.tcl:1431
msgid "Local additions"
msgstr "Adições locais"
-#: tlpkg/installer/install-tl-gui.tcl:1439
+#: tlpkg/installer/install-tl-gui.tcl:1440
msgid "Per-user additions"
msgstr "Adições por usuário"
-#: tlpkg/installer/install-tl-gui.tcl:1466
+#: tlpkg/installer/install-tl-gui.tcl:1467
msgid "More ..."
msgstr "Mais ..."
-#: tlpkg/installer/install-tl-gui.tcl:1475
+#: tlpkg/installer/install-tl-gui.tcl:1476
msgid ""
"Portable setup:\n"
"May reset TEXMFLOCAL\n"
@@ -1661,76 +1661,76 @@ msgstr ""
"Pode restabelecer TEXMFLOCAL\n"
"e TEXMFHOME"
-#: tlpkg/installer/install-tl-gui.tcl:1489
+#: tlpkg/installer/install-tl-gui.tcl:1490
#: texmf-dist/scripts/tlshell/tlshell.tcl:1338
#: texmf-dist/scripts/tlshell/tlshell.tcl:2127
msgid "Platforms"
msgstr "Plataformas"
-#: tlpkg/installer/install-tl-gui.tcl:1495
+#: tlpkg/installer/install-tl-gui.tcl:1496
msgid "Current platform:"
msgstr "Plataforma corrente:"
-#: tlpkg/installer/install-tl-gui.tcl:1502
+#: tlpkg/installer/install-tl-gui.tcl:1503
msgid "N. of additional platform(s):"
msgstr "Número de plataformas adicionais:"
-#: tlpkg/installer/install-tl-gui.tcl:1515
+#: tlpkg/installer/install-tl-gui.tcl:1516
msgid "Selections"
msgstr "Seleções"
-#: tlpkg/installer/install-tl-gui.tcl:1520
+#: tlpkg/installer/install-tl-gui.tcl:1521
msgid "Scheme:"
msgstr "Esquema:"
-#: tlpkg/installer/install-tl-gui.tcl:1529
+#: tlpkg/installer/install-tl-gui.tcl:1530
msgid "N. of collections:"
msgstr "Número de coleções:"
-#: tlpkg/installer/install-tl-gui.tcl:1532
+#: tlpkg/installer/install-tl-gui.tcl:1533
msgid "Customize"
msgstr "Personalizar"
-#: tlpkg/installer/install-tl-gui.tcl:1541
+#: tlpkg/installer/install-tl-gui.tcl:1542
msgid "Disk space required (in MB):"
msgstr "Espaço em disco requerido (em MB):"
-#: tlpkg/installer/install-tl-gui.tcl:1619
+#: tlpkg/installer/install-tl-gui.tcl:1620
msgid "Adjust searchpath"
msgstr "Ajustar o caminho de busca"
-#: tlpkg/installer/install-tl-gui.tcl:1628
+#: tlpkg/installer/install-tl-gui.tcl:1629
msgid "Desktop integration"
msgstr "Integração com área de trabalho"
-#: tlpkg/installer/install-tl-gui.tcl:1640
+#: tlpkg/installer/install-tl-gui.tcl:1641
msgid "File associations"
msgstr "Associações de arquivos"
-#: tlpkg/installer/install-tl-gui.tcl:1679
+#: tlpkg/installer/install-tl-gui.tcl:1680
msgid "Create symlinks in standard directories"
msgstr "Criar links simbólicos nos diretórios convencionais"
-#: tlpkg/installer/install-tl-gui.tcl:1685
+#: tlpkg/installer/install-tl-gui.tcl:1686
msgid "Specify directories"
msgstr "Especificar diretórios"
-#: tlpkg/installer/install-tl-gui.tcl:1750
+#: tlpkg/installer/install-tl-gui.tcl:1751
msgid "Custom scheme"
msgstr "Esquema personalizado"
-#: tlpkg/installer/install-tl-gui.tcl:1935
+#: tlpkg/installer/install-tl-gui.tcl:1936
#, tcl-format
msgid "%s not a local or remote repository"
msgstr "%s não é um repositório local ou remoto"
-#: tlpkg/installer/install-tl-gui.tcl:1936
-#: tlpkg/installer/install-tl-gui.tcl:1942
+#: tlpkg/installer/install-tl-gui.tcl:1937
+#: tlpkg/installer/install-tl-gui.tcl:1943
#: texmf-dist/scripts/tlshell/tlshell.tcl:2030
msgid "Error"
msgstr "Erro"
-#: tlpkg/installer/install-tl-gui.tcl:1941
+#: tlpkg/installer/install-tl-gui.tcl:1942
#, tcl-format
msgid "%s requires an argument"
msgstr "%s requer um argumento"
@@ -1743,7 +1743,7 @@ msgstr "Especificar espelho..."
msgid "No mirror list available"
msgstr "A lista de espelhos não está disponível"
-#: tlpkg/tltcl/tltcl.tcl:661
+#: tlpkg/tltcl/tltcl.tcl:683
msgid "Select or type"
msgstr "Selecione ou digite"
diff --git a/systems/texlive/tlnet/tlpkg/translations/ru.po b/systems/texlive/tlnet/tlpkg/translations/ru.po
index 50dade8035..2627061e2d 100644
--- a/systems/texlive/tlnet/tlpkg/translations/ru.po
+++ b/systems/texlive/tlnet/tlpkg/translations/ru.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2020-02-08 01:55+0100\n"
+"POT-Creation-Date: 2020-02-16 19:07+0100\n"
"PO-Revision-Date: 2019-03-26 09:17+0800\n"
"Last-Translator: Vladimir Lomov <irk.translator@yandex.ru>\n"
"Language-Team: Russian <tldoc@tug.org>\n"
@@ -52,7 +52,7 @@ msgstr "Процесс установки"
#: tlpkg/installer/install-tl-gui.tcl:933
#: tlpkg/installer/install-tl-gui.tcl:1003
#: tlpkg/installer/install-tl-gui.tcl:1083
-#: tlpkg/installer/install-tl-gui.tcl:1302 tlpkg/tltcl/tltcl.tcl:588
+#: tlpkg/installer/install-tl-gui.tcl:1303 tlpkg/tltcl/tltcl.tcl:610
#: texmf-dist/scripts/tlshell/tlshell.tcl:168
#: texmf-dist/scripts/tlshell/tlshell.tcl:1261
msgid "Cancel"
@@ -68,7 +68,7 @@ msgstr "Закончить"
#: tlpkg/installer/install-menu-wizard.pl:41
#: tlpkg/installer/install-menu-perltk.pl:445
-#: tlpkg/installer/install-tl-gui.tcl:1570
+#: tlpkg/installer/install-tl-gui.tcl:1571
msgid "Default paper size"
msgstr "Размер листа по умолчанию"
@@ -97,7 +97,7 @@ msgstr "Доступно для всех пользователей"
#: tlpkg/installer/install-menu-wizard.pl:46
#: tlpkg/installer/install-menu-perltk.pl:569
-#: tlpkg/installer/install-tl-gui.tcl:1662
+#: tlpkg/installer/install-tl-gui.tcl:1663
msgid "Install TeXworks front end"
msgstr "Установить редактор TeXworks"
@@ -112,7 +112,7 @@ msgstr "Установка TeX Live %s"
#: tlpkg/installer/install-menu-perltk.pl:630
#: tlpkg/installer/install-menu-perltk.pl:676
#: texmf-dist/scripts/texlive/tlmgrgui.pl:544
-#: tlpkg/installer/install-tl-gui.tcl:1353
+#: tlpkg/installer/install-tl-gui.tcl:1354
#: texmf-dist/scripts/tlshell/tlshell.tcl:2153
msgid "Quit"
msgstr "Выход"
@@ -279,15 +279,15 @@ msgstr "Целевой каталог:"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2438
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2443
#: tlpkg/installer/install-tl-gui.tcl:642
-#: tlpkg/installer/install-tl-gui.tcl:1401
-#: tlpkg/installer/install-tl-gui.tcl:1417
-#: tlpkg/installer/install-tl-gui.tcl:1425
-#: tlpkg/installer/install-tl-gui.tcl:1435
-#: tlpkg/installer/install-tl-gui.tcl:1444
-#: tlpkg/installer/install-tl-gui.tcl:1452
-#: tlpkg/installer/install-tl-gui.tcl:1459
-#: tlpkg/installer/install-tl-gui.tcl:1505
-#: tlpkg/installer/install-tl-gui.tcl:1524
+#: tlpkg/installer/install-tl-gui.tcl:1402
+#: tlpkg/installer/install-tl-gui.tcl:1418
+#: tlpkg/installer/install-tl-gui.tcl:1426
+#: tlpkg/installer/install-tl-gui.tcl:1436
+#: tlpkg/installer/install-tl-gui.tcl:1445
+#: tlpkg/installer/install-tl-gui.tcl:1453
+#: tlpkg/installer/install-tl-gui.tcl:1460
+#: tlpkg/installer/install-tl-gui.tcl:1506
+#: tlpkg/installer/install-tl-gui.tcl:1525
msgid "Change"
msgstr "Изменить"
@@ -363,7 +363,7 @@ msgstr "Нет"
#: tlpkg/installer/install-menu-wizard.pl:604
#: texmf-dist/scripts/texlive/tlmgrgui.pl:456
-#: tlpkg/installer/install-tl-gui.tcl:1351
+#: tlpkg/installer/install-tl-gui.tcl:1352
#: texmf-dist/scripts/tlshell/tlshell.tcl:1899
msgid "Install"
msgstr "Установить"
@@ -373,20 +373,20 @@ msgstr "Установить"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:143
#: tlpkg/installer/install-tl-gui.tcl:862
#: tlpkg/installer/install-tl-gui.tcl:1099
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "None"
msgstr "Нет"
#: tlpkg/installer/install-menu-perltk.pl:49
#: texmf-dist/scripts/texlive/tlmgrgui.pl:144
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "Only new"
msgstr "Только новые"
#: tlpkg/installer/install-menu-perltk.pl:50
#: texmf-dist/scripts/texlive/tlmgrgui.pl:145
#: tlpkg/installer/install-tl-gui.tcl:1096
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
#: texmf-dist/scripts/tlshell/tlshell.tcl:2212
#: texmf-dist/scripts/tlshell/tlshell.tcl:2229
msgid "All"
@@ -402,17 +402,17 @@ msgid "letter"
msgstr "Letter"
#: tlpkg/installer/install-menu-perltk.pl:55
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "No shortcuts"
msgstr "Не создавать ярлыки"
#: tlpkg/installer/install-menu-perltk.pl:56
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "TeX Live menu"
msgstr "Меню TeX Live"
#: tlpkg/installer/install-menu-perltk.pl:57
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "Launcher entry"
msgstr "Только ярлыки"
@@ -481,7 +481,7 @@ msgstr "Выберите другое зеркало."
#: tlpkg/installer/install-tl-gui.tcl:930
#: tlpkg/installer/install-tl-gui.tcl:986
#: tlpkg/installer/install-tl-gui.tcl:1080
-#: tlpkg/installer/install-tl-gui.tcl:1300 tlpkg/tltcl/tltcl.tcl:586
+#: tlpkg/installer/install-tl-gui.tcl:1301 tlpkg/tltcl/tltcl.tcl:608
#: texmf-dist/scripts/tlshell/tlshell.tcl:158
msgid "Ok"
msgstr "Ок"
@@ -548,7 +548,7 @@ msgstr "Настройка для мобильного использовани
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1181
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1231
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1240
-#: tlpkg/installer/install-tl-gui.tcl:1478
+#: tlpkg/installer/install-tl-gui.tcl:1479
msgid "Toggle"
msgstr "Переключить"
@@ -574,7 +574,7 @@ msgstr "TEXMFHOME (каталог для личных файлов пользо
#: tlpkg/installer/install-menu-perltk.pl:440
#: texmf-dist/scripts/texlive/tlmgrgui.pl:513
-#: tlpkg/installer/install-tl-gui.tcl:1561
+#: tlpkg/installer/install-tl-gui.tcl:1562
#: texmf-dist/scripts/tlshell/tlshell.tcl:771
#: texmf-dist/scripts/tlshell/tlshell.tcl:2029
#: texmf-dist/scripts/tlshell/tlshell.tcl:2093
@@ -582,22 +582,22 @@ msgid "Options"
msgstr "Параметры"
#: tlpkg/installer/install-menu-perltk.pl:458
-#: tlpkg/installer/install-tl-gui.tcl:1581
+#: tlpkg/installer/install-tl-gui.tcl:1582
msgid "Allow execution of restricted list of programs via \\write18"
msgstr "Разрешить выполнение ограниченного набора программ через \\write18"
#: tlpkg/installer/install-menu-perltk.pl:473
-#: tlpkg/installer/install-tl-gui.tcl:1588
+#: tlpkg/installer/install-tl-gui.tcl:1589
msgid "Create all format files"
msgstr "Создать все форматные файлы"
#: tlpkg/installer/install-menu-perltk.pl:485
-#: tlpkg/installer/install-tl-gui.tcl:1596
+#: tlpkg/installer/install-tl-gui.tcl:1597
msgid "Install font/macro doc tree"
msgstr "Установить дерево с документацией font/macro"
#: tlpkg/installer/install-menu-perltk.pl:498
-#: tlpkg/installer/install-tl-gui.tcl:1606
+#: tlpkg/installer/install-tl-gui.tcl:1607
msgid "Install font/macro source tree"
msgstr "Установить дерево исходных файлов font/macro"
@@ -607,7 +607,7 @@ msgid "Create symlinks in system directories"
msgstr "Создать символьные ссылки в системных каталогах"
#: tlpkg/installer/install-menu-perltk.pl:585
-#: tlpkg/installer/install-tl-gui.tcl:1699
+#: tlpkg/installer/install-tl-gui.tcl:1700
msgid "After install, set CTAN as source for package updates"
msgstr "После установки задать CTAN источником обновлений пакетов"
@@ -1178,7 +1178,7 @@ msgid "Create shortcuts on the desktop"
msgstr "Создать ярлыки на рабочем столе"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1236
-#: tlpkg/installer/install-tl-gui.tcl:1651
+#: tlpkg/installer/install-tl-gui.tcl:1652
msgid "Install for all users"
msgstr "Установить для всех пользователей"
@@ -1501,12 +1501,12 @@ msgid "Abort"
msgstr "Отмена"
#: tlpkg/installer/install-tl-gui.tcl:410
-#: tlpkg/installer/install-tl-gui.tcl:1910
+#: tlpkg/installer/install-tl-gui.tcl:1911
msgid "TeX Live Installer"
msgstr "Программа установки TeX Live"
#: tlpkg/installer/install-tl-gui.tcl:413
-#: tlpkg/installer/install-tl-gui.tcl:2009
+#: tlpkg/installer/install-tl-gui.tcl:2010
#, tcl-format
msgid ""
"Trying to load %s.\n"
@@ -1548,13 +1548,13 @@ msgid "Remove year"
msgstr "Убрать год"
#: tlpkg/installer/install-tl-gui.tcl:611
-#: tlpkg/installer/install-tl-gui.tcl:1385
-#: tlpkg/installer/install-tl-gui.tcl:1393
+#: tlpkg/installer/install-tl-gui.tcl:1386
+#: tlpkg/installer/install-tl-gui.tcl:1394
msgid "Installation root"
msgstr "Корневой каталог установки"
#: tlpkg/installer/install-tl-gui.tcl:639
-#: tlpkg/installer/install-tl-gui.tcl:1280 tlpkg/tltcl/tltcl.tcl:578
+#: tlpkg/installer/install-tl-gui.tcl:1281 tlpkg/tltcl/tltcl.tcl:600
msgid "Browse..."
msgstr "Обзор..."
@@ -1572,7 +1572,7 @@ msgid "Cannot deselect own platform"
msgstr "Невозможно снять выделение текущей платформы"
#: tlpkg/installer/install-tl-gui.tcl:923
-#: tlpkg/installer/install-tl-gui.tcl:1284
+#: tlpkg/installer/install-tl-gui.tcl:1285
msgid "Binaries"
msgstr "Программы"
@@ -1596,52 +1596,52 @@ msgstr "Языки"
msgid "Other collections"
msgstr "Другие коллекции"
-#: tlpkg/installer/install-tl-gui.tcl:1237
+#: tlpkg/installer/install-tl-gui.tcl:1238
msgid "Warning. Not all configured directories are writable!"
msgstr "Предупреждение. Не все каталоги доступны на запись!"
-#: tlpkg/installer/install-tl-gui.tcl:1257
+#: tlpkg/installer/install-tl-gui.tcl:1258
msgid "Symlinks"
msgstr "Символьные ссылки"
-#: tlpkg/installer/install-tl-gui.tcl:1285
+#: tlpkg/installer/install-tl-gui.tcl:1286
msgid "Man pages"
msgstr "Документация в man"
-#: tlpkg/installer/install-tl-gui.tcl:1286
+#: tlpkg/installer/install-tl-gui.tcl:1287
msgid "Info pages"
msgstr "Документация в Info"
-#: tlpkg/installer/install-tl-gui.tcl:1340
+#: tlpkg/installer/install-tl-gui.tcl:1341
#, tcl-format
msgid "TeX Live %s Installer"
msgstr "Программа установки TeX Live %s"
-#: tlpkg/installer/install-tl-gui.tcl:1358
+#: tlpkg/installer/install-tl-gui.tcl:1359
msgid "Advanced"
msgstr "Дополнительно"
-#: tlpkg/installer/install-tl-gui.tcl:1388
+#: tlpkg/installer/install-tl-gui.tcl:1389
msgid "Directories"
msgstr "Каталоги"
-#: tlpkg/installer/install-tl-gui.tcl:1407
+#: tlpkg/installer/install-tl-gui.tcl:1408
msgid "Main tree"
msgstr "Основное дерево"
-#: tlpkg/installer/install-tl-gui.tcl:1430
+#: tlpkg/installer/install-tl-gui.tcl:1431
msgid "Local additions"
msgstr "Локальные дополнения"
-#: tlpkg/installer/install-tl-gui.tcl:1439
+#: tlpkg/installer/install-tl-gui.tcl:1440
msgid "Per-user additions"
msgstr "Пользовательские дополнения"
-#: tlpkg/installer/install-tl-gui.tcl:1466
+#: tlpkg/installer/install-tl-gui.tcl:1467
msgid "More ..."
msgstr "Больше ..."
-#: tlpkg/installer/install-tl-gui.tcl:1475
+#: tlpkg/installer/install-tl-gui.tcl:1476
msgid ""
"Portable setup:\n"
"May reset TEXMFLOCAL\n"
@@ -1651,76 +1651,76 @@ msgstr ""
"Возможна переустановка переменных TEXMFLOCAL\n"
"и TEXMFHOME"
-#: tlpkg/installer/install-tl-gui.tcl:1489
+#: tlpkg/installer/install-tl-gui.tcl:1490
#: texmf-dist/scripts/tlshell/tlshell.tcl:1338
#: texmf-dist/scripts/tlshell/tlshell.tcl:2127
msgid "Platforms"
msgstr "Платформы"
-#: tlpkg/installer/install-tl-gui.tcl:1495
+#: tlpkg/installer/install-tl-gui.tcl:1496
msgid "Current platform:"
msgstr "Текущая платформа"
-#: tlpkg/installer/install-tl-gui.tcl:1502
+#: tlpkg/installer/install-tl-gui.tcl:1503
msgid "N. of additional platform(s):"
msgstr "Количество дополнительных платформ:"
-#: tlpkg/installer/install-tl-gui.tcl:1515
+#: tlpkg/installer/install-tl-gui.tcl:1516
msgid "Selections"
msgstr "Подборки"
-#: tlpkg/installer/install-tl-gui.tcl:1520
+#: tlpkg/installer/install-tl-gui.tcl:1521
msgid "Scheme:"
msgstr "Схема:"
-#: tlpkg/installer/install-tl-gui.tcl:1529
+#: tlpkg/installer/install-tl-gui.tcl:1530
msgid "N. of collections:"
msgstr "Количество коллекций:"
-#: tlpkg/installer/install-tl-gui.tcl:1532
+#: tlpkg/installer/install-tl-gui.tcl:1533
msgid "Customize"
msgstr "Настроить"
-#: tlpkg/installer/install-tl-gui.tcl:1541
+#: tlpkg/installer/install-tl-gui.tcl:1542
msgid "Disk space required (in MB):"
msgstr "Требуется места на диске (в МБ):"
-#: tlpkg/installer/install-tl-gui.tcl:1619
+#: tlpkg/installer/install-tl-gui.tcl:1620
msgid "Adjust searchpath"
msgstr "Настроить пути поиска"
-#: tlpkg/installer/install-tl-gui.tcl:1628
+#: tlpkg/installer/install-tl-gui.tcl:1629
msgid "Desktop integration"
msgstr "Интеграция с рабочим столом"
-#: tlpkg/installer/install-tl-gui.tcl:1640
+#: tlpkg/installer/install-tl-gui.tcl:1641
msgid "File associations"
msgstr "Ассоциации файлов"
-#: tlpkg/installer/install-tl-gui.tcl:1679
+#: tlpkg/installer/install-tl-gui.tcl:1680
msgid "Create symlinks in standard directories"
msgstr "Создать символьные ссылки в стандартных каталогах"
-#: tlpkg/installer/install-tl-gui.tcl:1685
+#: tlpkg/installer/install-tl-gui.tcl:1686
msgid "Specify directories"
msgstr "Укажите каталоги"
-#: tlpkg/installer/install-tl-gui.tcl:1750
+#: tlpkg/installer/install-tl-gui.tcl:1751
msgid "Custom scheme"
msgstr "Собственная схема"
-#: tlpkg/installer/install-tl-gui.tcl:1935
+#: tlpkg/installer/install-tl-gui.tcl:1936
#, tcl-format
msgid "%s not a local or remote repository"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1936
-#: tlpkg/installer/install-tl-gui.tcl:1942
+#: tlpkg/installer/install-tl-gui.tcl:1937
+#: tlpkg/installer/install-tl-gui.tcl:1943
#: texmf-dist/scripts/tlshell/tlshell.tcl:2030
msgid "Error"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1941
+#: tlpkg/installer/install-tl-gui.tcl:1942
#, tcl-format
msgid "%s requires an argument"
msgstr ""
@@ -1733,7 +1733,7 @@ msgstr "Определённое зеркало..."
msgid "No mirror list available"
msgstr ""
-#: tlpkg/tltcl/tltcl.tcl:661
+#: tlpkg/tltcl/tltcl.tcl:683
msgid "Select or type"
msgstr "Выберите или введите"
diff --git a/systems/texlive/tlnet/tlpkg/translations/sk.po b/systems/texlive/tlnet/tlpkg/translations/sk.po
index e365d78bc4..535b32f600 100644
--- a/systems/texlive/tlnet/tlpkg/translations/sk.po
+++ b/systems/texlive/tlnet/tlpkg/translations/sk.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2020-02-08 01:55+0100\n"
+"POT-Creation-Date: 2020-02-16 19:07+0100\n"
"PO-Revision-Date: 2019-03-22 00:57+0300\n"
"Last-Translator: Ján Buša <jan.busa@tuke.sk>\n"
"Language-Team: tex-live@tug.org\n"
@@ -46,7 +46,7 @@ msgstr "Proces inštalácie"
#: tlpkg/installer/install-tl-gui.tcl:933
#: tlpkg/installer/install-tl-gui.tcl:1003
#: tlpkg/installer/install-tl-gui.tcl:1083
-#: tlpkg/installer/install-tl-gui.tcl:1302 tlpkg/tltcl/tltcl.tcl:588
+#: tlpkg/installer/install-tl-gui.tcl:1303 tlpkg/tltcl/tltcl.tcl:610
#: texmf-dist/scripts/tlshell/tlshell.tcl:168
#: texmf-dist/scripts/tlshell/tlshell.tcl:1261
msgid "Cancel"
@@ -63,7 +63,7 @@ msgstr "Dokončiť"
# Slovak translation update - Jan Busa 02/05/15.
#: tlpkg/installer/install-menu-wizard.pl:41
#: tlpkg/installer/install-menu-perltk.pl:445
-#: tlpkg/installer/install-tl-gui.tcl:1570
+#: tlpkg/installer/install-tl-gui.tcl:1571
msgid "Default paper size"
msgstr "Predvolený rozmer papiera"
@@ -92,7 +92,7 @@ msgstr "Inštalácia pre všetkých použí­vateľov"
#: tlpkg/installer/install-menu-wizard.pl:46
#: tlpkg/installer/install-menu-perltk.pl:569
-#: tlpkg/installer/install-tl-gui.tcl:1662
+#: tlpkg/installer/install-tl-gui.tcl:1663
msgid "Install TeXworks front end"
msgstr "Nainštalovať pomocný program TeXworks"
@@ -107,7 +107,7 @@ msgstr "Inštalácia TeX Live %s"
#: tlpkg/installer/install-menu-perltk.pl:630
#: tlpkg/installer/install-menu-perltk.pl:676
#: texmf-dist/scripts/texlive/tlmgrgui.pl:544
-#: tlpkg/installer/install-tl-gui.tcl:1353
+#: tlpkg/installer/install-tl-gui.tcl:1354
#: texmf-dist/scripts/tlshell/tlshell.tcl:2153
msgid "Quit"
msgstr "Ukončiť"
@@ -275,15 +275,15 @@ msgstr "Cieľový adresár:"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2438
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2443
#: tlpkg/installer/install-tl-gui.tcl:642
-#: tlpkg/installer/install-tl-gui.tcl:1401
-#: tlpkg/installer/install-tl-gui.tcl:1417
-#: tlpkg/installer/install-tl-gui.tcl:1425
-#: tlpkg/installer/install-tl-gui.tcl:1435
-#: tlpkg/installer/install-tl-gui.tcl:1444
-#: tlpkg/installer/install-tl-gui.tcl:1452
-#: tlpkg/installer/install-tl-gui.tcl:1459
-#: tlpkg/installer/install-tl-gui.tcl:1505
-#: tlpkg/installer/install-tl-gui.tcl:1524
+#: tlpkg/installer/install-tl-gui.tcl:1402
+#: tlpkg/installer/install-tl-gui.tcl:1418
+#: tlpkg/installer/install-tl-gui.tcl:1426
+#: tlpkg/installer/install-tl-gui.tcl:1436
+#: tlpkg/installer/install-tl-gui.tcl:1445
+#: tlpkg/installer/install-tl-gui.tcl:1453
+#: tlpkg/installer/install-tl-gui.tcl:1460
+#: tlpkg/installer/install-tl-gui.tcl:1506
+#: tlpkg/installer/install-tl-gui.tcl:1525
msgid "Change"
msgstr "Zmeniť"
@@ -359,7 +359,7 @@ msgstr "Nie"
#: tlpkg/installer/install-menu-wizard.pl:604
#: texmf-dist/scripts/texlive/tlmgrgui.pl:456
-#: tlpkg/installer/install-tl-gui.tcl:1351
+#: tlpkg/installer/install-tl-gui.tcl:1352
#: texmf-dist/scripts/tlshell/tlshell.tcl:1899
msgid "Install"
msgstr "Nainštalovať"
@@ -369,20 +369,20 @@ msgstr "Nainštalovať"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:143
#: tlpkg/installer/install-tl-gui.tcl:862
#: tlpkg/installer/install-tl-gui.tcl:1099
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "None"
msgstr "Žiaden"
#: tlpkg/installer/install-menu-perltk.pl:49
#: texmf-dist/scripts/texlive/tlmgrgui.pl:144
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "Only new"
msgstr "Len nové"
#: tlpkg/installer/install-menu-perltk.pl:50
#: texmf-dist/scripts/texlive/tlmgrgui.pl:145
#: tlpkg/installer/install-tl-gui.tcl:1096
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
#: texmf-dist/scripts/tlshell/tlshell.tcl:2212
#: texmf-dist/scripts/tlshell/tlshell.tcl:2229
msgid "All"
@@ -398,17 +398,17 @@ msgid "letter"
msgstr "letter"
#: tlpkg/installer/install-menu-perltk.pl:55
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "No shortcuts"
msgstr "Žiadne skratky"
#: tlpkg/installer/install-menu-perltk.pl:56
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "TeX Live menu"
msgstr "Menu TeX Live"
#: tlpkg/installer/install-menu-perltk.pl:57
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "Launcher entry"
msgstr "Položka zavádzača"
@@ -477,7 +477,7 @@ msgstr "Zvoľte, prosí­m, iné zrkadlo."
#: tlpkg/installer/install-tl-gui.tcl:930
#: tlpkg/installer/install-tl-gui.tcl:986
#: tlpkg/installer/install-tl-gui.tcl:1080
-#: tlpkg/installer/install-tl-gui.tcl:1300 tlpkg/tltcl/tltcl.tcl:586
+#: tlpkg/installer/install-tl-gui.tcl:1301 tlpkg/tltcl/tltcl.tcl:608
#: texmf-dist/scripts/tlshell/tlshell.tcl:158
msgid "Ok"
msgstr "OK"
@@ -544,7 +544,7 @@ msgstr "Prenosné nastavenie"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1181
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1231
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1240
-#: tlpkg/installer/install-tl-gui.tcl:1478
+#: tlpkg/installer/install-tl-gui.tcl:1479
msgid "Toggle"
msgstr "Prepnúť"
@@ -570,7 +570,7 @@ msgstr "TEXMFHOME (adresár uží­vateľských súborov)"
#: tlpkg/installer/install-menu-perltk.pl:440
#: texmf-dist/scripts/texlive/tlmgrgui.pl:513
-#: tlpkg/installer/install-tl-gui.tcl:1561
+#: tlpkg/installer/install-tl-gui.tcl:1562
#: texmf-dist/scripts/tlshell/tlshell.tcl:771
#: texmf-dist/scripts/tlshell/tlshell.tcl:2029
#: texmf-dist/scripts/tlshell/tlshell.tcl:2093
@@ -578,24 +578,24 @@ msgid "Options"
msgstr "Voľby"
#: tlpkg/installer/install-menu-perltk.pl:458
-#: tlpkg/installer/install-tl-gui.tcl:1581
+#: tlpkg/installer/install-tl-gui.tcl:1582
msgid "Allow execution of restricted list of programs via \\write18"
msgstr ""
"Umožniť vykonanie všeobecne neprí­stupných zoznamov programov prostrední­ctvom "
"\\write 18"
#: tlpkg/installer/install-menu-perltk.pl:473
-#: tlpkg/installer/install-tl-gui.tcl:1588
+#: tlpkg/installer/install-tl-gui.tcl:1589
msgid "Create all format files"
msgstr "Vytvoriť všetky formátové súbory"
#: tlpkg/installer/install-menu-perltk.pl:485
-#: tlpkg/installer/install-tl-gui.tcl:1596
+#: tlpkg/installer/install-tl-gui.tcl:1597
msgid "Install font/macro doc tree"
msgstr "Nainštalovať strom dokumentácie fontov/makier"
#: tlpkg/installer/install-menu-perltk.pl:498
-#: tlpkg/installer/install-tl-gui.tcl:1606
+#: tlpkg/installer/install-tl-gui.tcl:1607
msgid "Install font/macro source tree"
msgstr "Nainštalovať strom zdrojových súborov fontov/makier"
@@ -605,7 +605,7 @@ msgid "Create symlinks in system directories"
msgstr "Vytvoriť symbolické odkazy v systémových adresároch"
#: tlpkg/installer/install-menu-perltk.pl:585
-#: tlpkg/installer/install-tl-gui.tcl:1699
+#: tlpkg/installer/install-tl-gui.tcl:1700
msgid "After install, set CTAN as source for package updates"
msgstr "Po inštalácii nastavte CTAN ako zdroj aktualizácií balíkov"
@@ -1177,7 +1177,7 @@ msgid "Create shortcuts on the desktop"
msgstr "Vytvoriť odkazy na pracovnej ploche"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1236
-#: tlpkg/installer/install-tl-gui.tcl:1651
+#: tlpkg/installer/install-tl-gui.tcl:1652
msgid "Install for all users"
msgstr "Nainštalovať pre všetkých použí­vateľov"
@@ -1501,12 +1501,12 @@ msgid "Abort"
msgstr "Prerušiť"
#: tlpkg/installer/install-tl-gui.tcl:410
-#: tlpkg/installer/install-tl-gui.tcl:1910
+#: tlpkg/installer/install-tl-gui.tcl:1911
msgid "TeX Live Installer"
msgstr "Inštalátor TeX Live"
#: tlpkg/installer/install-tl-gui.tcl:413
-#: tlpkg/installer/install-tl-gui.tcl:2009
+#: tlpkg/installer/install-tl-gui.tcl:2010
#, tcl-format
msgid ""
"Trying to load %s.\n"
@@ -1548,13 +1548,13 @@ msgid "Remove year"
msgstr "Odstrániť rok"
#: tlpkg/installer/install-tl-gui.tcl:611
-#: tlpkg/installer/install-tl-gui.tcl:1385
-#: tlpkg/installer/install-tl-gui.tcl:1393
+#: tlpkg/installer/install-tl-gui.tcl:1386
+#: tlpkg/installer/install-tl-gui.tcl:1394
msgid "Installation root"
msgstr "Root inštalácie"
#: tlpkg/installer/install-tl-gui.tcl:639
-#: tlpkg/installer/install-tl-gui.tcl:1280 tlpkg/tltcl/tltcl.tcl:578
+#: tlpkg/installer/install-tl-gui.tcl:1281 tlpkg/tltcl/tltcl.tcl:600
msgid "Browse..."
msgstr "Prezerať ..."
@@ -1572,7 +1572,7 @@ msgid "Cannot deselect own platform"
msgstr "Nie je možné odznačiť vlastnú platformu"
#: tlpkg/installer/install-tl-gui.tcl:923
-#: tlpkg/installer/install-tl-gui.tcl:1284
+#: tlpkg/installer/install-tl-gui.tcl:1285
msgid "Binaries"
msgstr "Binárky"
@@ -1596,52 +1596,52 @@ msgstr "Jazyky"
msgid "Other collections"
msgstr "Iné zbierky"
-#: tlpkg/installer/install-tl-gui.tcl:1237
+#: tlpkg/installer/install-tl-gui.tcl:1238
msgid "Warning. Not all configured directories are writable!"
msgstr "Varovanie. Nie všetky nakonfigurované adresáre sú zapisovateľné!"
-#: tlpkg/installer/install-tl-gui.tcl:1257
+#: tlpkg/installer/install-tl-gui.tcl:1258
msgid "Symlinks"
msgstr "Symbolické odkazy"
-#: tlpkg/installer/install-tl-gui.tcl:1285
+#: tlpkg/installer/install-tl-gui.tcl:1286
msgid "Man pages"
msgstr "Strany príručiek"
-#: tlpkg/installer/install-tl-gui.tcl:1286
+#: tlpkg/installer/install-tl-gui.tcl:1287
msgid "Info pages"
msgstr "Informačné strany"
-#: tlpkg/installer/install-tl-gui.tcl:1340
+#: tlpkg/installer/install-tl-gui.tcl:1341
#, tcl-format
msgid "TeX Live %s Installer"
msgstr "Inštalátor TeX Live %s"
-#: tlpkg/installer/install-tl-gui.tcl:1358
+#: tlpkg/installer/install-tl-gui.tcl:1359
msgid "Advanced"
msgstr "Pokročilé"
-#: tlpkg/installer/install-tl-gui.tcl:1388
+#: tlpkg/installer/install-tl-gui.tcl:1389
msgid "Directories"
msgstr "Adresáre"
-#: tlpkg/installer/install-tl-gui.tcl:1407
+#: tlpkg/installer/install-tl-gui.tcl:1408
msgid "Main tree"
msgstr "Hlavný strom"
-#: tlpkg/installer/install-tl-gui.tcl:1430
+#: tlpkg/installer/install-tl-gui.tcl:1431
msgid "Local additions"
msgstr "Miestne doplnky"
-#: tlpkg/installer/install-tl-gui.tcl:1439
+#: tlpkg/installer/install-tl-gui.tcl:1440
msgid "Per-user additions"
msgstr "Doplnky pre používateľa"
-#: tlpkg/installer/install-tl-gui.tcl:1466
+#: tlpkg/installer/install-tl-gui.tcl:1467
msgid "More ..."
msgstr "Viac ..."
-#: tlpkg/installer/install-tl-gui.tcl:1475
+#: tlpkg/installer/install-tl-gui.tcl:1476
msgid ""
"Portable setup:\n"
"May reset TEXMFLOCAL\n"
@@ -1651,76 +1651,76 @@ msgstr ""
"Môže vymazať TEXMFLOCAL\n"
"a TEXMFHOME"
-#: tlpkg/installer/install-tl-gui.tcl:1489
+#: tlpkg/installer/install-tl-gui.tcl:1490
#: texmf-dist/scripts/tlshell/tlshell.tcl:1338
#: texmf-dist/scripts/tlshell/tlshell.tcl:2127
msgid "Platforms"
msgstr "Platformy"
-#: tlpkg/installer/install-tl-gui.tcl:1495
+#: tlpkg/installer/install-tl-gui.tcl:1496
msgid "Current platform:"
msgstr "Aktuálna platforma:"
-#: tlpkg/installer/install-tl-gui.tcl:1502
+#: tlpkg/installer/install-tl-gui.tcl:1503
msgid "N. of additional platform(s):"
msgstr "Počet dodatočných platforiem:"
-#: tlpkg/installer/install-tl-gui.tcl:1515
+#: tlpkg/installer/install-tl-gui.tcl:1516
msgid "Selections"
msgstr "Výbery"
-#: tlpkg/installer/install-tl-gui.tcl:1520
+#: tlpkg/installer/install-tl-gui.tcl:1521
msgid "Scheme:"
msgstr "Schéma:"
-#: tlpkg/installer/install-tl-gui.tcl:1529
+#: tlpkg/installer/install-tl-gui.tcl:1530
msgid "N. of collections:"
msgstr "Počet zbierok:"
-#: tlpkg/installer/install-tl-gui.tcl:1532
+#: tlpkg/installer/install-tl-gui.tcl:1533
msgid "Customize"
msgstr "Prispôsobiť"
-#: tlpkg/installer/install-tl-gui.tcl:1541
+#: tlpkg/installer/install-tl-gui.tcl:1542
msgid "Disk space required (in MB):"
msgstr "Požadovaný diskový priestor (v MB)"
-#: tlpkg/installer/install-tl-gui.tcl:1619
+#: tlpkg/installer/install-tl-gui.tcl:1620
msgid "Adjust searchpath"
msgstr "Upraviť cestu vyhľadávania"
-#: tlpkg/installer/install-tl-gui.tcl:1628
+#: tlpkg/installer/install-tl-gui.tcl:1629
msgid "Desktop integration"
msgstr "Integrácia pracovnej plochy"
-#: tlpkg/installer/install-tl-gui.tcl:1640
+#: tlpkg/installer/install-tl-gui.tcl:1641
msgid "File associations"
msgstr "Súborové asociácie"
-#: tlpkg/installer/install-tl-gui.tcl:1679
+#: tlpkg/installer/install-tl-gui.tcl:1680
msgid "Create symlinks in standard directories"
msgstr "Vytvoriť symbolické odkazy v štandardných adresároch"
-#: tlpkg/installer/install-tl-gui.tcl:1685
+#: tlpkg/installer/install-tl-gui.tcl:1686
msgid "Specify directories"
msgstr "Špecifikujte adresáre"
-#: tlpkg/installer/install-tl-gui.tcl:1750
+#: tlpkg/installer/install-tl-gui.tcl:1751
msgid "Custom scheme"
msgstr "Prispôsobenie schémy"
-#: tlpkg/installer/install-tl-gui.tcl:1935
+#: tlpkg/installer/install-tl-gui.tcl:1936
#, tcl-format
msgid "%s not a local or remote repository"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1936
-#: tlpkg/installer/install-tl-gui.tcl:1942
+#: tlpkg/installer/install-tl-gui.tcl:1937
+#: tlpkg/installer/install-tl-gui.tcl:1943
#: texmf-dist/scripts/tlshell/tlshell.tcl:2030
msgid "Error"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1941
+#: tlpkg/installer/install-tl-gui.tcl:1942
#, tcl-format
msgid "%s requires an argument"
msgstr ""
@@ -1733,7 +1733,7 @@ msgstr "Konkrétne zrkadlo ..."
msgid "No mirror list available"
msgstr ""
-#: tlpkg/tltcl/tltcl.tcl:661
+#: tlpkg/tltcl/tltcl.tcl:683
msgid "Select or type"
msgstr "Zvoliť alebo napísať"
diff --git a/systems/texlive/tlnet/tlpkg/translations/sl.po b/systems/texlive/tlnet/tlpkg/translations/sl.po
index 5cec5dd98c..387914c893 100644
--- a/systems/texlive/tlnet/tlpkg/translations/sl.po
+++ b/systems/texlive/tlnet/tlpkg/translations/sl.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2020-02-08 01:55+0100\n"
+"POT-Creation-Date: 2020-02-16 19:07+0100\n"
"PO-Revision-Date: 2019-04-08 23:05+0200\n"
"Last-Translator: Mojca Miklavec <mojca.miklavec.lists@gmail.com>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -49,7 +49,7 @@ msgstr "Potek namestitve"
#: tlpkg/installer/install-tl-gui.tcl:933
#: tlpkg/installer/install-tl-gui.tcl:1003
#: tlpkg/installer/install-tl-gui.tcl:1083
-#: tlpkg/installer/install-tl-gui.tcl:1302 tlpkg/tltcl/tltcl.tcl:588
+#: tlpkg/installer/install-tl-gui.tcl:1303 tlpkg/tltcl/tltcl.tcl:610
#: texmf-dist/scripts/tlshell/tlshell.tcl:168
#: texmf-dist/scripts/tlshell/tlshell.tcl:1261
msgid "Cancel"
@@ -66,7 +66,7 @@ msgstr "Konec"
#: tlpkg/installer/install-menu-wizard.pl:41
#: tlpkg/installer/install-menu-perltk.pl:445
-#: tlpkg/installer/install-tl-gui.tcl:1570
+#: tlpkg/installer/install-tl-gui.tcl:1571
msgid "Default paper size"
msgstr "Privzet format papirja"
@@ -97,7 +97,7 @@ msgstr "Namestitev za vse uporabnike"
#: tlpkg/installer/install-menu-wizard.pl:46
#: tlpkg/installer/install-menu-perltk.pl:569
-#: tlpkg/installer/install-tl-gui.tcl:1662
+#: tlpkg/installer/install-tl-gui.tcl:1663
msgid "Install TeXworks front end"
msgstr "Namesti urejevalnik TeXworks"
@@ -112,7 +112,7 @@ msgstr "Namestitev TeX Live %s"
#: tlpkg/installer/install-menu-perltk.pl:630
#: tlpkg/installer/install-menu-perltk.pl:676
#: texmf-dist/scripts/texlive/tlmgrgui.pl:544
-#: tlpkg/installer/install-tl-gui.tcl:1353
+#: tlpkg/installer/install-tl-gui.tcl:1354
#: texmf-dist/scripts/tlshell/tlshell.tcl:2153
msgid "Quit"
msgstr "Izhod"
@@ -285,15 +285,15 @@ msgstr "Ciljni imenik:"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2438
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2443
#: tlpkg/installer/install-tl-gui.tcl:642
-#: tlpkg/installer/install-tl-gui.tcl:1401
-#: tlpkg/installer/install-tl-gui.tcl:1417
-#: tlpkg/installer/install-tl-gui.tcl:1425
-#: tlpkg/installer/install-tl-gui.tcl:1435
-#: tlpkg/installer/install-tl-gui.tcl:1444
-#: tlpkg/installer/install-tl-gui.tcl:1452
-#: tlpkg/installer/install-tl-gui.tcl:1459
-#: tlpkg/installer/install-tl-gui.tcl:1505
-#: tlpkg/installer/install-tl-gui.tcl:1524
+#: tlpkg/installer/install-tl-gui.tcl:1402
+#: tlpkg/installer/install-tl-gui.tcl:1418
+#: tlpkg/installer/install-tl-gui.tcl:1426
+#: tlpkg/installer/install-tl-gui.tcl:1436
+#: tlpkg/installer/install-tl-gui.tcl:1445
+#: tlpkg/installer/install-tl-gui.tcl:1453
+#: tlpkg/installer/install-tl-gui.tcl:1460
+#: tlpkg/installer/install-tl-gui.tcl:1506
+#: tlpkg/installer/install-tl-gui.tcl:1525
msgid "Change"
msgstr "Spremeni"
@@ -369,7 +369,7 @@ msgstr "Ne"
#: tlpkg/installer/install-menu-wizard.pl:604
#: texmf-dist/scripts/texlive/tlmgrgui.pl:456
-#: tlpkg/installer/install-tl-gui.tcl:1351
+#: tlpkg/installer/install-tl-gui.tcl:1352
#: texmf-dist/scripts/tlshell/tlshell.tcl:1899
msgid "Install"
msgstr "Namesti"
@@ -379,21 +379,21 @@ msgstr "Namesti"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:143
#: tlpkg/installer/install-tl-gui.tcl:862
#: tlpkg/installer/install-tl-gui.tcl:1099
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
#, fuzzy
msgid "None"
msgstr "Brez"
#: tlpkg/installer/install-menu-perltk.pl:49
#: texmf-dist/scripts/texlive/tlmgrgui.pl:144
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "Only new"
msgstr "Samo nove"
#: tlpkg/installer/install-menu-perltk.pl:50
#: texmf-dist/scripts/texlive/tlmgrgui.pl:145
#: tlpkg/installer/install-tl-gui.tcl:1096
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
#: texmf-dist/scripts/tlshell/tlshell.tcl:2212
#: texmf-dist/scripts/tlshell/tlshell.tcl:2229
msgid "All"
@@ -409,17 +409,17 @@ msgid "letter"
msgstr "letter"
#: tlpkg/installer/install-menu-perltk.pl:55
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "No shortcuts"
msgstr "Ni bližnjic"
#: tlpkg/installer/install-menu-perltk.pl:56
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "TeX Live menu"
msgstr "Menu za TeX Live"
#: tlpkg/installer/install-menu-perltk.pl:57
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
#, fuzzy
msgid "Launcher entry"
msgstr "Ikona v hitri zagonski vrstici"
@@ -490,7 +490,7 @@ msgstr "Prosimo izberite drugi zrcalni strežnik."
#: tlpkg/installer/install-tl-gui.tcl:930
#: tlpkg/installer/install-tl-gui.tcl:986
#: tlpkg/installer/install-tl-gui.tcl:1080
-#: tlpkg/installer/install-tl-gui.tcl:1300 tlpkg/tltcl/tltcl.tcl:586
+#: tlpkg/installer/install-tl-gui.tcl:1301 tlpkg/tltcl/tltcl.tcl:608
#: texmf-dist/scripts/tlshell/tlshell.tcl:158
msgid "Ok"
msgstr "V redu"
@@ -556,7 +556,7 @@ msgstr "Prenosljiva namestitev"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1181
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1231
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1240
-#: tlpkg/installer/install-tl-gui.tcl:1478
+#: tlpkg/installer/install-tl-gui.tcl:1479
msgid "Toggle"
msgstr "Vključi/Izključi"
@@ -582,7 +582,7 @@ msgstr "TEXMFHOME (uporabnikove datoteke)"
#: tlpkg/installer/install-menu-perltk.pl:440
#: texmf-dist/scripts/texlive/tlmgrgui.pl:513
-#: tlpkg/installer/install-tl-gui.tcl:1561
+#: tlpkg/installer/install-tl-gui.tcl:1562
#: texmf-dist/scripts/tlshell/tlshell.tcl:771
#: texmf-dist/scripts/tlshell/tlshell.tcl:2029
#: texmf-dist/scripts/tlshell/tlshell.tcl:2093
@@ -590,22 +590,22 @@ msgid "Options"
msgstr "Možnosti"
#: tlpkg/installer/install-menu-perltk.pl:458
-#: tlpkg/installer/install-tl-gui.tcl:1581
+#: tlpkg/installer/install-tl-gui.tcl:1582
msgid "Allow execution of restricted list of programs via \\write18"
msgstr "Dovoli izvajanje omejenega števila programov z \\write18"
#: tlpkg/installer/install-menu-perltk.pl:473
-#: tlpkg/installer/install-tl-gui.tcl:1588
+#: tlpkg/installer/install-tl-gui.tcl:1589
msgid "Create all format files"
msgstr "Generiraj vse formate"
#: tlpkg/installer/install-menu-perltk.pl:485
-#: tlpkg/installer/install-tl-gui.tcl:1596
+#: tlpkg/installer/install-tl-gui.tcl:1597
msgid "Install font/macro doc tree"
msgstr "Namesti dokumentacijo"
#: tlpkg/installer/install-menu-perltk.pl:498
-#: tlpkg/installer/install-tl-gui.tcl:1606
+#: tlpkg/installer/install-tl-gui.tcl:1607
msgid "Install font/macro source tree"
msgstr "Namesti izvorno kodo"
@@ -615,7 +615,7 @@ msgid "Create symlinks in system directories"
msgstr "Namesti simbolne povezave v sistemske mape"
#: tlpkg/installer/install-menu-perltk.pl:585
-#: tlpkg/installer/install-tl-gui.tcl:1699
+#: tlpkg/installer/install-tl-gui.tcl:1700
msgid "After install, set CTAN as source for package updates"
msgstr "Po namestitvi nastavi CTAN za vir posodobitev paketov"
@@ -1227,7 +1227,7 @@ msgid "Create shortcuts on the desktop"
msgstr "Ustvari bližnjice na namizju"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1236
-#: tlpkg/installer/install-tl-gui.tcl:1651
+#: tlpkg/installer/install-tl-gui.tcl:1652
msgid "Install for all users"
msgstr "Namesti za vse uporabnike"
@@ -1565,12 +1565,12 @@ msgid "Abort"
msgstr "Prekini"
#: tlpkg/installer/install-tl-gui.tcl:410
-#: tlpkg/installer/install-tl-gui.tcl:1910
+#: tlpkg/installer/install-tl-gui.tcl:1911
msgid "TeX Live Installer"
msgstr "Namestitev TeX Live-a"
#: tlpkg/installer/install-tl-gui.tcl:413
-#: tlpkg/installer/install-tl-gui.tcl:2009
+#: tlpkg/installer/install-tl-gui.tcl:2010
#, tcl-format
msgid ""
"Trying to load %s.\n"
@@ -1612,13 +1612,13 @@ msgid "Remove year"
msgstr "Odstrani letnico"
#: tlpkg/installer/install-tl-gui.tcl:611
-#: tlpkg/installer/install-tl-gui.tcl:1385
-#: tlpkg/installer/install-tl-gui.tcl:1393
+#: tlpkg/installer/install-tl-gui.tcl:1386
+#: tlpkg/installer/install-tl-gui.tcl:1394
msgid "Installation root"
msgstr "Korenska mapa za namestitev"
#: tlpkg/installer/install-tl-gui.tcl:639
-#: tlpkg/installer/install-tl-gui.tcl:1280 tlpkg/tltcl/tltcl.tcl:578
+#: tlpkg/installer/install-tl-gui.tcl:1281 tlpkg/tltcl/tltcl.tcl:600
#, fuzzy
msgid "Browse..."
msgstr "Brskaj …"
@@ -1638,7 +1638,7 @@ msgid "Cannot deselect own platform"
msgstr "Trenutne platforme ni moč odstraniti"
#: tlpkg/installer/install-tl-gui.tcl:923
-#: tlpkg/installer/install-tl-gui.tcl:1284
+#: tlpkg/installer/install-tl-gui.tcl:1285
msgid "Binaries"
msgstr "Programi"
@@ -1662,53 +1662,53 @@ msgstr "Jeziki"
msgid "Other collections"
msgstr "Ostale zbirke"
-#: tlpkg/installer/install-tl-gui.tcl:1237
+#: tlpkg/installer/install-tl-gui.tcl:1238
msgid "Warning. Not all configured directories are writable!"
msgstr "Opozorilo: V nekatere od map ni moč pisati!"
-#: tlpkg/installer/install-tl-gui.tcl:1257
+#: tlpkg/installer/install-tl-gui.tcl:1258
msgid "Symlinks"
msgstr "Simbolne povezave"
-#: tlpkg/installer/install-tl-gui.tcl:1285
+#: tlpkg/installer/install-tl-gui.tcl:1286
msgid "Man pages"
msgstr "Pomoč 'man'"
-#: tlpkg/installer/install-tl-gui.tcl:1286
+#: tlpkg/installer/install-tl-gui.tcl:1287
msgid "Info pages"
msgstr "Pomoč 'info'"
-#: tlpkg/installer/install-tl-gui.tcl:1340
+#: tlpkg/installer/install-tl-gui.tcl:1341
#, tcl-format
msgid "TeX Live %s Installer"
msgstr "Namestitev za TeX Live %s"
-#: tlpkg/installer/install-tl-gui.tcl:1358
+#: tlpkg/installer/install-tl-gui.tcl:1359
msgid "Advanced"
msgstr "Napredno"
-#: tlpkg/installer/install-tl-gui.tcl:1388
+#: tlpkg/installer/install-tl-gui.tcl:1389
msgid "Directories"
msgstr "Mape"
-#: tlpkg/installer/install-tl-gui.tcl:1407
+#: tlpkg/installer/install-tl-gui.tcl:1408
#, fuzzy
msgid "Main tree"
msgstr "Glavna mapa"
-#: tlpkg/installer/install-tl-gui.tcl:1430
+#: tlpkg/installer/install-tl-gui.tcl:1431
msgid "Local additions"
msgstr "Lokalni dodatki (za vse uporabnike računalnika)"
-#: tlpkg/installer/install-tl-gui.tcl:1439
+#: tlpkg/installer/install-tl-gui.tcl:1440
msgid "Per-user additions"
msgstr "Lokalni dodatki (za posamezne uporabnike)"
-#: tlpkg/installer/install-tl-gui.tcl:1466
+#: tlpkg/installer/install-tl-gui.tcl:1467
msgid "More ..."
msgstr "Več …"
-#: tlpkg/installer/install-tl-gui.tcl:1475
+#: tlpkg/installer/install-tl-gui.tcl:1476
msgid ""
"Portable setup:\n"
"May reset TEXMFLOCAL\n"
@@ -1718,80 +1718,80 @@ msgstr ""
"lahko ponastavi TEXMFLOCAL\n"
"in TEXMFHOME"
-#: tlpkg/installer/install-tl-gui.tcl:1489
+#: tlpkg/installer/install-tl-gui.tcl:1490
#: texmf-dist/scripts/tlshell/tlshell.tcl:1338
#: texmf-dist/scripts/tlshell/tlshell.tcl:2127
msgid "Platforms"
msgstr "Platforme"
-#: tlpkg/installer/install-tl-gui.tcl:1495
+#: tlpkg/installer/install-tl-gui.tcl:1496
msgid "Current platform:"
msgstr "Trenutna platforma:"
-#: tlpkg/installer/install-tl-gui.tcl:1502
+#: tlpkg/installer/install-tl-gui.tcl:1503
msgid "N. of additional platform(s):"
msgstr "Št. dodatnih platform:"
-#: tlpkg/installer/install-tl-gui.tcl:1515
+#: tlpkg/installer/install-tl-gui.tcl:1516
#, fuzzy
msgid "Selections"
msgstr "Izbire"
-#: tlpkg/installer/install-tl-gui.tcl:1520
+#: tlpkg/installer/install-tl-gui.tcl:1521
msgid "Scheme:"
msgstr "Sheme:"
-#: tlpkg/installer/install-tl-gui.tcl:1529
+#: tlpkg/installer/install-tl-gui.tcl:1530
msgid "N. of collections:"
msgstr "Št. zbirk:"
-#: tlpkg/installer/install-tl-gui.tcl:1532
+#: tlpkg/installer/install-tl-gui.tcl:1533
msgid "Customize"
msgstr "Prilagodi"
-#: tlpkg/installer/install-tl-gui.tcl:1541
+#: tlpkg/installer/install-tl-gui.tcl:1542
msgid "Disk space required (in MB):"
msgstr "Potreben prostor na disku (v MB):"
-#: tlpkg/installer/install-tl-gui.tcl:1619
+#: tlpkg/installer/install-tl-gui.tcl:1620
#, fuzzy
msgid "Adjust searchpath"
msgstr "Prilagodi pot iskanja"
-#: tlpkg/installer/install-tl-gui.tcl:1628
+#: tlpkg/installer/install-tl-gui.tcl:1629
#, fuzzy
msgid "Desktop integration"
msgstr "Integracija z namizjem"
-#: tlpkg/installer/install-tl-gui.tcl:1640
+#: tlpkg/installer/install-tl-gui.tcl:1641
msgid "File associations"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1679
+#: tlpkg/installer/install-tl-gui.tcl:1680
#, fuzzy
msgid "Create symlinks in standard directories"
msgstr "Ustvari simbolne povezave v standardnih mapah"
-#: tlpkg/installer/install-tl-gui.tcl:1685
+#: tlpkg/installer/install-tl-gui.tcl:1686
msgid "Specify directories"
msgstr "Določi mape"
-#: tlpkg/installer/install-tl-gui.tcl:1750
+#: tlpkg/installer/install-tl-gui.tcl:1751
msgid "Custom scheme"
msgstr "Shema po meri"
-#: tlpkg/installer/install-tl-gui.tcl:1935
+#: tlpkg/installer/install-tl-gui.tcl:1936
#, tcl-format
msgid "%s not a local or remote repository"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1936
-#: tlpkg/installer/install-tl-gui.tcl:1942
+#: tlpkg/installer/install-tl-gui.tcl:1937
+#: tlpkg/installer/install-tl-gui.tcl:1943
#: texmf-dist/scripts/tlshell/tlshell.tcl:2030
msgid "Error"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1941
+#: tlpkg/installer/install-tl-gui.tcl:1942
#, tcl-format
msgid "%s requires an argument"
msgstr ""
@@ -1804,7 +1804,7 @@ msgstr "Specifičen zrcalni strežnik …"
msgid "No mirror list available"
msgstr ""
-#: tlpkg/tltcl/tltcl.tcl:661
+#: tlpkg/tltcl/tltcl.tcl:683
#, fuzzy
msgid "Select or type"
msgstr "Izberi ali napiši"
diff --git a/systems/texlive/tlnet/tlpkg/translations/sr.po b/systems/texlive/tlnet/tlpkg/translations/sr.po
index 779782e4f0..2825028d4f 100644
--- a/systems/texlive/tlnet/tlpkg/translations/sr.po
+++ b/systems/texlive/tlnet/tlpkg/translations/sr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2020-02-08 01:55+0100\n"
+"POT-Creation-Date: 2020-02-16 19:07+0100\n"
"PO-Revision-Date: 2019-10-23 02:13+0300\n"
"Last-Translator: Nikola Lečić <nikola.lecic@anthesphoria.net>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -51,7 +51,7 @@ msgstr "Процес инсталације"
#: tlpkg/installer/install-tl-gui.tcl:933
#: tlpkg/installer/install-tl-gui.tcl:1003
#: tlpkg/installer/install-tl-gui.tcl:1083
-#: tlpkg/installer/install-tl-gui.tcl:1302 tlpkg/tltcl/tltcl.tcl:588
+#: tlpkg/installer/install-tl-gui.tcl:1303 tlpkg/tltcl/tltcl.tcl:610
#: texmf-dist/scripts/tlshell/tlshell.tcl:168
#: texmf-dist/scripts/tlshell/tlshell.tcl:1261
msgid "Cancel"
@@ -67,7 +67,7 @@ msgstr "Заврши"
#: tlpkg/installer/install-menu-wizard.pl:41
#: tlpkg/installer/install-menu-perltk.pl:445
-#: tlpkg/installer/install-tl-gui.tcl:1570
+#: tlpkg/installer/install-tl-gui.tcl:1571
msgid "Default paper size"
msgstr "Подразумевана величина папира"
@@ -96,7 +96,7 @@ msgstr "Инсталација за све кориснике"
#: tlpkg/installer/install-menu-wizard.pl:46
#: tlpkg/installer/install-menu-perltk.pl:569
-#: tlpkg/installer/install-tl-gui.tcl:1662
+#: tlpkg/installer/install-tl-gui.tcl:1663
msgid "Install TeXworks front end"
msgstr "Инсталирај специјализовани едитор TeXworks"
@@ -111,7 +111,7 @@ msgstr "TeX Live %s: инсталација"
#: tlpkg/installer/install-menu-perltk.pl:630
#: tlpkg/installer/install-menu-perltk.pl:676
#: texmf-dist/scripts/texlive/tlmgrgui.pl:544
-#: tlpkg/installer/install-tl-gui.tcl:1353
+#: tlpkg/installer/install-tl-gui.tcl:1354
#: texmf-dist/scripts/tlshell/tlshell.tcl:2153
msgid "Quit"
msgstr "Напусти програм"
@@ -280,15 +280,15 @@ msgstr "Циљни директоријум:"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2438
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2443
#: tlpkg/installer/install-tl-gui.tcl:642
-#: tlpkg/installer/install-tl-gui.tcl:1401
-#: tlpkg/installer/install-tl-gui.tcl:1417
-#: tlpkg/installer/install-tl-gui.tcl:1425
-#: tlpkg/installer/install-tl-gui.tcl:1435
-#: tlpkg/installer/install-tl-gui.tcl:1444
-#: tlpkg/installer/install-tl-gui.tcl:1452
-#: tlpkg/installer/install-tl-gui.tcl:1459
-#: tlpkg/installer/install-tl-gui.tcl:1505
-#: tlpkg/installer/install-tl-gui.tcl:1524
+#: tlpkg/installer/install-tl-gui.tcl:1402
+#: tlpkg/installer/install-tl-gui.tcl:1418
+#: tlpkg/installer/install-tl-gui.tcl:1426
+#: tlpkg/installer/install-tl-gui.tcl:1436
+#: tlpkg/installer/install-tl-gui.tcl:1445
+#: tlpkg/installer/install-tl-gui.tcl:1453
+#: tlpkg/installer/install-tl-gui.tcl:1460
+#: tlpkg/installer/install-tl-gui.tcl:1506
+#: tlpkg/installer/install-tl-gui.tcl:1525
msgid "Change"
msgstr "Промени"
@@ -362,7 +362,7 @@ msgstr "не"
#: tlpkg/installer/install-menu-wizard.pl:604
#: texmf-dist/scripts/texlive/tlmgrgui.pl:456
-#: tlpkg/installer/install-tl-gui.tcl:1351
+#: tlpkg/installer/install-tl-gui.tcl:1352
#: texmf-dist/scripts/tlshell/tlshell.tcl:1899
msgid "Install"
msgstr "Инсталирај"
@@ -372,20 +372,20 @@ msgstr "Инсталирај"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:143
#: tlpkg/installer/install-tl-gui.tcl:862
#: tlpkg/installer/install-tl-gui.tcl:1099
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "None"
msgstr "ниједан"
#: tlpkg/installer/install-menu-perltk.pl:49
#: texmf-dist/scripts/texlive/tlmgrgui.pl:144
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "Only new"
msgstr "само нови"
#: tlpkg/installer/install-menu-perltk.pl:50
#: texmf-dist/scripts/texlive/tlmgrgui.pl:145
#: tlpkg/installer/install-tl-gui.tcl:1096
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
#: texmf-dist/scripts/tlshell/tlshell.tcl:2212
#: texmf-dist/scripts/tlshell/tlshell.tcl:2229
msgid "All"
@@ -401,17 +401,17 @@ msgid "letter"
msgstr "letter"
#: tlpkg/installer/install-menu-perltk.pl:55
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "No shortcuts"
msgstr "Без пречица"
#: tlpkg/installer/install-menu-perltk.pl:56
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "TeX Live menu"
msgstr "TeX Live у Start менију"
#: tlpkg/installer/install-menu-perltk.pl:57
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "Launcher entry"
msgstr "Покретач (launcher)"
@@ -480,7 +480,7 @@ msgstr "Изаберите друго огледало (mirror)."
#: tlpkg/installer/install-tl-gui.tcl:930
#: tlpkg/installer/install-tl-gui.tcl:986
#: tlpkg/installer/install-tl-gui.tcl:1080
-#: tlpkg/installer/install-tl-gui.tcl:1300 tlpkg/tltcl/tltcl.tcl:586
+#: tlpkg/installer/install-tl-gui.tcl:1301 tlpkg/tltcl/tltcl.tcl:608
#: texmf-dist/scripts/tlshell/tlshell.tcl:158
msgid "Ok"
msgstr "У реду"
@@ -547,7 +547,7 @@ msgstr "Преносива инсталација"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1181
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1231
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1240
-#: tlpkg/installer/install-tl-gui.tcl:1478
+#: tlpkg/installer/install-tl-gui.tcl:1479
msgid "Toggle"
msgstr "Обрни"
@@ -573,7 +573,7 @@ msgstr "TEXMFHOME (директоријум за корисникове фајл
#: tlpkg/installer/install-menu-perltk.pl:440
#: texmf-dist/scripts/texlive/tlmgrgui.pl:513
-#: tlpkg/installer/install-tl-gui.tcl:1561
+#: tlpkg/installer/install-tl-gui.tcl:1562
#: texmf-dist/scripts/tlshell/tlshell.tcl:771
#: texmf-dist/scripts/tlshell/tlshell.tcl:2029
#: texmf-dist/scripts/tlshell/tlshell.tcl:2093
@@ -581,22 +581,22 @@ msgid "Options"
msgstr "Подешавања"
#: tlpkg/installer/install-menu-perltk.pl:458
-#: tlpkg/installer/install-tl-gui.tcl:1581
+#: tlpkg/installer/install-tl-gui.tcl:1582
msgid "Allow execution of restricted list of programs via \\write18"
msgstr "Дозволи покретање ограничене листе програма путем \\write18"
#: tlpkg/installer/install-menu-perltk.pl:473
-#: tlpkg/installer/install-tl-gui.tcl:1588
+#: tlpkg/installer/install-tl-gui.tcl:1589
msgid "Create all format files"
msgstr "Направи све фајлове са форматима"
#: tlpkg/installer/install-menu-perltk.pl:485
-#: tlpkg/installer/install-tl-gui.tcl:1596
+#: tlpkg/installer/install-tl-gui.tcl:1597
msgid "Install font/macro doc tree"
msgstr "Инсталирај документацију за фонтове и макрое"
#: tlpkg/installer/install-menu-perltk.pl:498
-#: tlpkg/installer/install-tl-gui.tcl:1606
+#: tlpkg/installer/install-tl-gui.tcl:1607
msgid "Install font/macro source tree"
msgstr "Инсталирај изворни код фонтова и макроа"
@@ -606,7 +606,7 @@ msgid "Create symlinks in system directories"
msgstr "Направи симболичке линкове у системским директоријумима"
#: tlpkg/installer/install-menu-perltk.pl:585
-#: tlpkg/installer/install-tl-gui.tcl:1699
+#: tlpkg/installer/install-tl-gui.tcl:1700
msgid "After install, set CTAN as source for package updates"
msgstr "После инсталације подеси CTAN као извор за надоградње пакета"
@@ -1183,7 +1183,7 @@ msgid "Create shortcuts on the desktop"
msgstr "Направити пречице на десктопу"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1236
-#: tlpkg/installer/install-tl-gui.tcl:1651
+#: tlpkg/installer/install-tl-gui.tcl:1652
msgid "Install for all users"
msgstr "Инсталирај за све кориснике"
@@ -1508,12 +1508,12 @@ msgid "Abort"
msgstr "Прекинути"
#: tlpkg/installer/install-tl-gui.tcl:410
-#: tlpkg/installer/install-tl-gui.tcl:1910
+#: tlpkg/installer/install-tl-gui.tcl:1911
msgid "TeX Live Installer"
msgstr "TeX Live инсталер"
#: tlpkg/installer/install-tl-gui.tcl:413
-#: tlpkg/installer/install-tl-gui.tcl:2009
+#: tlpkg/installer/install-tl-gui.tcl:2010
#, tcl-format
msgid ""
"Trying to load %s.\n"
@@ -1559,13 +1559,13 @@ msgid "Remove year"
msgstr "Брисање године"
#: tlpkg/installer/install-tl-gui.tcl:611
-#: tlpkg/installer/install-tl-gui.tcl:1385
-#: tlpkg/installer/install-tl-gui.tcl:1393
+#: tlpkg/installer/install-tl-gui.tcl:1386
+#: tlpkg/installer/install-tl-gui.tcl:1394
msgid "Installation root"
msgstr "Корен инсталације"
#: tlpkg/installer/install-tl-gui.tcl:639
-#: tlpkg/installer/install-tl-gui.tcl:1280 tlpkg/tltcl/tltcl.tcl:578
+#: tlpkg/installer/install-tl-gui.tcl:1281 tlpkg/tltcl/tltcl.tcl:600
msgid "Browse..."
msgstr "Изабрати директоријум..."
@@ -1583,7 +1583,7 @@ msgid "Cannot deselect own platform"
msgstr "Не можете удаљити сопствену платформу"
#: tlpkg/installer/install-tl-gui.tcl:923
-#: tlpkg/installer/install-tl-gui.tcl:1284
+#: tlpkg/installer/install-tl-gui.tcl:1285
msgid "Binaries"
msgstr "Програми"
@@ -1607,52 +1607,52 @@ msgstr "Језици"
msgid "Other collections"
msgstr "Друге колекције"
-#: tlpkg/installer/install-tl-gui.tcl:1237
+#: tlpkg/installer/install-tl-gui.tcl:1238
msgid "Warning. Not all configured directories are writable!"
msgstr "Упозорење: у неке од изабраних директоријума није могуће уписивање!"
-#: tlpkg/installer/install-tl-gui.tcl:1257
+#: tlpkg/installer/install-tl-gui.tcl:1258
msgid "Symlinks"
msgstr "Симболички линкови"
-#: tlpkg/installer/install-tl-gui.tcl:1285
+#: tlpkg/installer/install-tl-gui.tcl:1286
msgid "Man pages"
msgstr "Man странице"
-#: tlpkg/installer/install-tl-gui.tcl:1286
+#: tlpkg/installer/install-tl-gui.tcl:1287
msgid "Info pages"
msgstr "Info странице"
-#: tlpkg/installer/install-tl-gui.tcl:1340
+#: tlpkg/installer/install-tl-gui.tcl:1341
#, tcl-format
msgid "TeX Live %s Installer"
msgstr "TeX Live %s инсталер"
-#: tlpkg/installer/install-tl-gui.tcl:1358
+#: tlpkg/installer/install-tl-gui.tcl:1359
msgid "Advanced"
msgstr "Напредно"
-#: tlpkg/installer/install-tl-gui.tcl:1388
+#: tlpkg/installer/install-tl-gui.tcl:1389
msgid "Directories"
msgstr "Директоријуми"
-#: tlpkg/installer/install-tl-gui.tcl:1407
+#: tlpkg/installer/install-tl-gui.tcl:1408
msgid "Main tree"
msgstr "Главно дрво"
-#: tlpkg/installer/install-tl-gui.tcl:1430
+#: tlpkg/installer/install-tl-gui.tcl:1431
msgid "Local additions"
msgstr "Локални додаци"
-#: tlpkg/installer/install-tl-gui.tcl:1439
+#: tlpkg/installer/install-tl-gui.tcl:1440
msgid "Per-user additions"
msgstr "Додаци корисника"
-#: tlpkg/installer/install-tl-gui.tcl:1466
+#: tlpkg/installer/install-tl-gui.tcl:1467
msgid "More ..."
msgstr "Више опција..."
-#: tlpkg/installer/install-tl-gui.tcl:1475
+#: tlpkg/installer/install-tl-gui.tcl:1476
msgid ""
"Portable setup:\n"
"May reset TEXMFLOCAL\n"
@@ -1662,76 +1662,76 @@ msgstr ""
"(могуће је ресетовање\n"
"TEXMFLOCAL и TEXMFHOME)"
-#: tlpkg/installer/install-tl-gui.tcl:1489
+#: tlpkg/installer/install-tl-gui.tcl:1490
#: texmf-dist/scripts/tlshell/tlshell.tcl:1338
#: texmf-dist/scripts/tlshell/tlshell.tcl:2127
msgid "Platforms"
msgstr "Платформе"
-#: tlpkg/installer/install-tl-gui.tcl:1495
+#: tlpkg/installer/install-tl-gui.tcl:1496
msgid "Current platform:"
msgstr "Тренутна платформа:"
-#: tlpkg/installer/install-tl-gui.tcl:1502
+#: tlpkg/installer/install-tl-gui.tcl:1503
msgid "N. of additional platform(s):"
msgstr "Број допунских платформи:"
-#: tlpkg/installer/install-tl-gui.tcl:1515
+#: tlpkg/installer/install-tl-gui.tcl:1516
msgid "Selections"
msgstr "Изабрано"
-#: tlpkg/installer/install-tl-gui.tcl:1520
+#: tlpkg/installer/install-tl-gui.tcl:1521
msgid "Scheme:"
msgstr "Шема:"
-#: tlpkg/installer/install-tl-gui.tcl:1529
+#: tlpkg/installer/install-tl-gui.tcl:1530
msgid "N. of collections:"
msgstr "Број колекција:"
-#: tlpkg/installer/install-tl-gui.tcl:1532
+#: tlpkg/installer/install-tl-gui.tcl:1533
msgid "Customize"
msgstr "Подешавања"
-#: tlpkg/installer/install-tl-gui.tcl:1541
+#: tlpkg/installer/install-tl-gui.tcl:1542
msgid "Disk space required (in MB):"
msgstr "Неопходно место на диску (MB):"
-#: tlpkg/installer/install-tl-gui.tcl:1619
+#: tlpkg/installer/install-tl-gui.tcl:1620
msgid "Adjust searchpath"
msgstr "Подешавање путање за претрагу"
-#: tlpkg/installer/install-tl-gui.tcl:1628
+#: tlpkg/installer/install-tl-gui.tcl:1629
msgid "Desktop integration"
msgstr "Интеграција са десктопом"
-#: tlpkg/installer/install-tl-gui.tcl:1640
+#: tlpkg/installer/install-tl-gui.tcl:1641
msgid "File associations"
msgstr "Тип фајла - програм"
-#: tlpkg/installer/install-tl-gui.tcl:1679
+#: tlpkg/installer/install-tl-gui.tcl:1680
msgid "Create symlinks in standard directories"
msgstr "Направи симболичке линкове у стандардним директоријумима"
-#: tlpkg/installer/install-tl-gui.tcl:1685
+#: tlpkg/installer/install-tl-gui.tcl:1686
msgid "Specify directories"
msgstr "Подешавање директоријума"
-#: tlpkg/installer/install-tl-gui.tcl:1750
+#: tlpkg/installer/install-tl-gui.tcl:1751
msgid "Custom scheme"
msgstr "Сопствена шема"
-#: tlpkg/installer/install-tl-gui.tcl:1935
+#: tlpkg/installer/install-tl-gui.tcl:1936
#, tcl-format
msgid "%s not a local or remote repository"
msgstr "%s није ни локални и удаљени репозиторијум"
-#: tlpkg/installer/install-tl-gui.tcl:1936
-#: tlpkg/installer/install-tl-gui.tcl:1942
+#: tlpkg/installer/install-tl-gui.tcl:1937
+#: tlpkg/installer/install-tl-gui.tcl:1943
#: texmf-dist/scripts/tlshell/tlshell.tcl:2030
msgid "Error"
msgstr "Грешка"
-#: tlpkg/installer/install-tl-gui.tcl:1941
+#: tlpkg/installer/install-tl-gui.tcl:1942
#, tcl-format
msgid "%s requires an argument"
msgstr "Уз %s је потребан аргумент"
@@ -1744,7 +1744,7 @@ msgstr "Специјални сајт-огледало (mirror)"
msgid "No mirror list available"
msgstr "Недоступан списак сајтова-огледала (mirror)"
-#: tlpkg/tltcl/tltcl.tcl:661
+#: tlpkg/tltcl/tltcl.tcl:683
msgid "Select or type"
msgstr "Изаберите или откуцајте"
diff --git a/systems/texlive/tlnet/tlpkg/translations/uk.po b/systems/texlive/tlnet/tlpkg/translations/uk.po
index f79f96f823..65956f7863 100644
--- a/systems/texlive/tlnet/tlpkg/translations/uk.po
+++ b/systems/texlive/tlnet/tlpkg/translations/uk.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live 2010\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2020-02-08 01:55+0100\n"
+"POT-Creation-Date: 2020-02-16 19:07+0100\n"
"PO-Revision-Date: 2019-03-23 09:02+0200\n"
"Last-Translator: Andriy Bandura <andriykopanytsia@gmail.com>\n"
"Language-Team: Ukrainian <andriykopanytsia@gmail.com>\n"
@@ -51,7 +51,7 @@ msgstr "Процес установки"
#: tlpkg/installer/install-tl-gui.tcl:933
#: tlpkg/installer/install-tl-gui.tcl:1003
#: tlpkg/installer/install-tl-gui.tcl:1083
-#: tlpkg/installer/install-tl-gui.tcl:1302 tlpkg/tltcl/tltcl.tcl:588
+#: tlpkg/installer/install-tl-gui.tcl:1303 tlpkg/tltcl/tltcl.tcl:610
#: texmf-dist/scripts/tlshell/tlshell.tcl:168
#: texmf-dist/scripts/tlshell/tlshell.tcl:1261
msgid "Cancel"
@@ -67,7 +67,7 @@ msgstr "Завершити"
#: tlpkg/installer/install-menu-wizard.pl:41
#: tlpkg/installer/install-menu-perltk.pl:445
-#: tlpkg/installer/install-tl-gui.tcl:1570
+#: tlpkg/installer/install-tl-gui.tcl:1571
msgid "Default paper size"
msgstr "Типовий розмір паперу"
@@ -96,7 +96,7 @@ msgstr "Встановити для усіх користувачів"
#: tlpkg/installer/install-menu-wizard.pl:46
#: tlpkg/installer/install-menu-perltk.pl:569
-#: tlpkg/installer/install-tl-gui.tcl:1662
+#: tlpkg/installer/install-tl-gui.tcl:1663
msgid "Install TeXworks front end"
msgstr "Установити редактор TeXworks"
@@ -111,7 +111,7 @@ msgstr "Встановлення TeX Live %s"
#: tlpkg/installer/install-menu-perltk.pl:630
#: tlpkg/installer/install-menu-perltk.pl:676
#: texmf-dist/scripts/texlive/tlmgrgui.pl:544
-#: tlpkg/installer/install-tl-gui.tcl:1353
+#: tlpkg/installer/install-tl-gui.tcl:1354
#: texmf-dist/scripts/tlshell/tlshell.tcl:2153
msgid "Quit"
msgstr "Вийти"
@@ -279,15 +279,15 @@ msgstr "Цільовий каталог:"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2438
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2443
#: tlpkg/installer/install-tl-gui.tcl:642
-#: tlpkg/installer/install-tl-gui.tcl:1401
-#: tlpkg/installer/install-tl-gui.tcl:1417
-#: tlpkg/installer/install-tl-gui.tcl:1425
-#: tlpkg/installer/install-tl-gui.tcl:1435
-#: tlpkg/installer/install-tl-gui.tcl:1444
-#: tlpkg/installer/install-tl-gui.tcl:1452
-#: tlpkg/installer/install-tl-gui.tcl:1459
-#: tlpkg/installer/install-tl-gui.tcl:1505
-#: tlpkg/installer/install-tl-gui.tcl:1524
+#: tlpkg/installer/install-tl-gui.tcl:1402
+#: tlpkg/installer/install-tl-gui.tcl:1418
+#: tlpkg/installer/install-tl-gui.tcl:1426
+#: tlpkg/installer/install-tl-gui.tcl:1436
+#: tlpkg/installer/install-tl-gui.tcl:1445
+#: tlpkg/installer/install-tl-gui.tcl:1453
+#: tlpkg/installer/install-tl-gui.tcl:1460
+#: tlpkg/installer/install-tl-gui.tcl:1506
+#: tlpkg/installer/install-tl-gui.tcl:1525
msgid "Change"
msgstr "Змінити"
@@ -362,7 +362,7 @@ msgstr "Ні"
#: tlpkg/installer/install-menu-wizard.pl:604
#: texmf-dist/scripts/texlive/tlmgrgui.pl:456
-#: tlpkg/installer/install-tl-gui.tcl:1351
+#: tlpkg/installer/install-tl-gui.tcl:1352
#: texmf-dist/scripts/tlshell/tlshell.tcl:1899
msgid "Install"
msgstr "Встановити"
@@ -372,20 +372,20 @@ msgstr "Встановити"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:143
#: tlpkg/installer/install-tl-gui.tcl:862
#: tlpkg/installer/install-tl-gui.tcl:1099
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "None"
msgstr "Нічого"
#: tlpkg/installer/install-menu-perltk.pl:49
#: texmf-dist/scripts/texlive/tlmgrgui.pl:144
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "Only new"
msgstr "Тільки нові"
#: tlpkg/installer/install-menu-perltk.pl:50
#: texmf-dist/scripts/texlive/tlmgrgui.pl:145
#: tlpkg/installer/install-tl-gui.tcl:1096
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
#: texmf-dist/scripts/tlshell/tlshell.tcl:2212
#: texmf-dist/scripts/tlshell/tlshell.tcl:2229
msgid "All"
@@ -401,17 +401,17 @@ msgid "letter"
msgstr "letter"
#: tlpkg/installer/install-menu-perltk.pl:55
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "No shortcuts"
msgstr "Без ярликів"
#: tlpkg/installer/install-menu-perltk.pl:56
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "TeX Live menu"
msgstr "Меню TeX Live"
#: tlpkg/installer/install-menu-perltk.pl:57
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "Launcher entry"
msgstr "Елемент запуску"
@@ -480,7 +480,7 @@ msgstr "Будь ласка, виберіть інше дзеркало."
#: tlpkg/installer/install-tl-gui.tcl:930
#: tlpkg/installer/install-tl-gui.tcl:986
#: tlpkg/installer/install-tl-gui.tcl:1080
-#: tlpkg/installer/install-tl-gui.tcl:1300 tlpkg/tltcl/tltcl.tcl:586
+#: tlpkg/installer/install-tl-gui.tcl:1301 tlpkg/tltcl/tltcl.tcl:608
#: texmf-dist/scripts/tlshell/tlshell.tcl:158
msgid "Ok"
msgstr "Гаразд"
@@ -547,7 +547,7 @@ msgstr "Портована версія"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1181
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1231
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1240
-#: tlpkg/installer/install-tl-gui.tcl:1478
+#: tlpkg/installer/install-tl-gui.tcl:1479
msgid "Toggle"
msgstr "Перемкнути"
@@ -573,7 +573,7 @@ msgstr "TEXMFHOME (каталог для власних файлів корис
#: tlpkg/installer/install-menu-perltk.pl:440
#: texmf-dist/scripts/texlive/tlmgrgui.pl:513
-#: tlpkg/installer/install-tl-gui.tcl:1561
+#: tlpkg/installer/install-tl-gui.tcl:1562
#: texmf-dist/scripts/tlshell/tlshell.tcl:771
#: texmf-dist/scripts/tlshell/tlshell.tcl:2029
#: texmf-dist/scripts/tlshell/tlshell.tcl:2093
@@ -581,22 +581,22 @@ msgid "Options"
msgstr "Параметри"
#: tlpkg/installer/install-menu-perltk.pl:458
-#: tlpkg/installer/install-tl-gui.tcl:1581
+#: tlpkg/installer/install-tl-gui.tcl:1582
msgid "Allow execution of restricted list of programs via \\write18"
msgstr "Дозволити виконання обмеженого списку програм через \\write18"
#: tlpkg/installer/install-menu-perltk.pl:473
-#: tlpkg/installer/install-tl-gui.tcl:1588
+#: tlpkg/installer/install-tl-gui.tcl:1589
msgid "Create all format files"
msgstr "Створити усі форматні файли"
#: tlpkg/installer/install-menu-perltk.pl:485
-#: tlpkg/installer/install-tl-gui.tcl:1596
+#: tlpkg/installer/install-tl-gui.tcl:1597
msgid "Install font/macro doc tree"
msgstr "Установити дерево документації шрифтів і макросів"
#: tlpkg/installer/install-menu-perltk.pl:498
-#: tlpkg/installer/install-tl-gui.tcl:1606
+#: tlpkg/installer/install-tl-gui.tcl:1607
msgid "Install font/macro source tree"
msgstr "Установити дерево вихідних кодів шрифтів і макросів"
@@ -606,7 +606,7 @@ msgid "Create symlinks in system directories"
msgstr "Створити символічні посилання у системних каталогах"
#: tlpkg/installer/install-menu-perltk.pl:585
-#: tlpkg/installer/install-tl-gui.tcl:1699
+#: tlpkg/installer/install-tl-gui.tcl:1700
msgid "After install, set CTAN as source for package updates"
msgstr "Після встановлення задати CTAN як джерело оновлень пакунків"
@@ -1178,7 +1178,7 @@ msgid "Create shortcuts on the desktop"
msgstr "Створити ярлики на робочому столі"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1236
-#: tlpkg/installer/install-tl-gui.tcl:1651
+#: tlpkg/installer/install-tl-gui.tcl:1652
msgid "Install for all users"
msgstr "Встановити для усіх користувачів"
@@ -1498,12 +1498,12 @@ msgid "Abort"
msgstr "Перервати"
#: tlpkg/installer/install-tl-gui.tcl:410
-#: tlpkg/installer/install-tl-gui.tcl:1910
+#: tlpkg/installer/install-tl-gui.tcl:1911
msgid "TeX Live Installer"
msgstr "Встановлювач Tex Live"
#: tlpkg/installer/install-tl-gui.tcl:413
-#: tlpkg/installer/install-tl-gui.tcl:2009
+#: tlpkg/installer/install-tl-gui.tcl:2010
#, tcl-format
msgid ""
"Trying to load %s.\n"
@@ -1545,13 +1545,13 @@ msgid "Remove year"
msgstr "Вилучити рік"
#: tlpkg/installer/install-tl-gui.tcl:611
-#: tlpkg/installer/install-tl-gui.tcl:1385
-#: tlpkg/installer/install-tl-gui.tcl:1393
+#: tlpkg/installer/install-tl-gui.tcl:1386
+#: tlpkg/installer/install-tl-gui.tcl:1394
msgid "Installation root"
msgstr "Корінь встановлення"
#: tlpkg/installer/install-tl-gui.tcl:639
-#: tlpkg/installer/install-tl-gui.tcl:1280 tlpkg/tltcl/tltcl.tcl:578
+#: tlpkg/installer/install-tl-gui.tcl:1281 tlpkg/tltcl/tltcl.tcl:600
msgid "Browse..."
msgstr "Огляд..."
@@ -1569,7 +1569,7 @@ msgid "Cannot deselect own platform"
msgstr "Не можна зняти виділення з власної платформи"
#: tlpkg/installer/install-tl-gui.tcl:923
-#: tlpkg/installer/install-tl-gui.tcl:1284
+#: tlpkg/installer/install-tl-gui.tcl:1285
msgid "Binaries"
msgstr "Програми"
@@ -1593,52 +1593,52 @@ msgstr "Мови"
msgid "Other collections"
msgstr "Інші збірки"
-#: tlpkg/installer/install-tl-gui.tcl:1237
+#: tlpkg/installer/install-tl-gui.tcl:1238
msgid "Warning. Not all configured directories are writable!"
msgstr "Попередження. Не всі налаштовані каталоги доступні для запису!"
-#: tlpkg/installer/install-tl-gui.tcl:1257
+#: tlpkg/installer/install-tl-gui.tcl:1258
msgid "Symlinks"
msgstr "Символьні посилання"
-#: tlpkg/installer/install-tl-gui.tcl:1285
+#: tlpkg/installer/install-tl-gui.tcl:1286
msgid "Man pages"
msgstr "Сторінки man"
-#: tlpkg/installer/install-tl-gui.tcl:1286
+#: tlpkg/installer/install-tl-gui.tcl:1287
msgid "Info pages"
msgstr "Сторінки info"
-#: tlpkg/installer/install-tl-gui.tcl:1340
+#: tlpkg/installer/install-tl-gui.tcl:1341
#, tcl-format
msgid "TeX Live %s Installer"
msgstr "Встановлювач TeX Live %s"
-#: tlpkg/installer/install-tl-gui.tcl:1358
+#: tlpkg/installer/install-tl-gui.tcl:1359
msgid "Advanced"
msgstr "Додатково"
-#: tlpkg/installer/install-tl-gui.tcl:1388
+#: tlpkg/installer/install-tl-gui.tcl:1389
msgid "Directories"
msgstr "Каталоги"
-#: tlpkg/installer/install-tl-gui.tcl:1407
+#: tlpkg/installer/install-tl-gui.tcl:1408
msgid "Main tree"
msgstr "Головне дерево"
-#: tlpkg/installer/install-tl-gui.tcl:1430
+#: tlpkg/installer/install-tl-gui.tcl:1431
msgid "Local additions"
msgstr "Локальні доповнення"
-#: tlpkg/installer/install-tl-gui.tcl:1439
+#: tlpkg/installer/install-tl-gui.tcl:1440
msgid "Per-user additions"
msgstr "Користувацькі доповнення"
-#: tlpkg/installer/install-tl-gui.tcl:1466
+#: tlpkg/installer/install-tl-gui.tcl:1467
msgid "More ..."
msgstr "Більше ..."
-#: tlpkg/installer/install-tl-gui.tcl:1475
+#: tlpkg/installer/install-tl-gui.tcl:1476
msgid ""
"Portable setup:\n"
"May reset TEXMFLOCAL\n"
@@ -1648,76 +1648,76 @@ msgstr ""
"Можливе перезадання TEXMFLOCAL\n"
"та TEXMFHOME"
-#: tlpkg/installer/install-tl-gui.tcl:1489
+#: tlpkg/installer/install-tl-gui.tcl:1490
#: texmf-dist/scripts/tlshell/tlshell.tcl:1338
#: texmf-dist/scripts/tlshell/tlshell.tcl:2127
msgid "Platforms"
msgstr "Платформи"
-#: tlpkg/installer/install-tl-gui.tcl:1495
+#: tlpkg/installer/install-tl-gui.tcl:1496
msgid "Current platform:"
msgstr "Поточна платформа:"
-#: tlpkg/installer/install-tl-gui.tcl:1502
+#: tlpkg/installer/install-tl-gui.tcl:1503
msgid "N. of additional platform(s):"
msgstr "Число додаткових платформ:"
-#: tlpkg/installer/install-tl-gui.tcl:1515
+#: tlpkg/installer/install-tl-gui.tcl:1516
msgid "Selections"
msgstr "Вибірки"
-#: tlpkg/installer/install-tl-gui.tcl:1520
+#: tlpkg/installer/install-tl-gui.tcl:1521
msgid "Scheme:"
msgstr "Схема:"
-#: tlpkg/installer/install-tl-gui.tcl:1529
+#: tlpkg/installer/install-tl-gui.tcl:1530
msgid "N. of collections:"
msgstr "Число збірок:"
-#: tlpkg/installer/install-tl-gui.tcl:1532
+#: tlpkg/installer/install-tl-gui.tcl:1533
msgid "Customize"
msgstr "Налаштувати"
-#: tlpkg/installer/install-tl-gui.tcl:1541
+#: tlpkg/installer/install-tl-gui.tcl:1542
msgid "Disk space required (in MB):"
msgstr "Потрібний простір (у МБ):"
-#: tlpkg/installer/install-tl-gui.tcl:1619
+#: tlpkg/installer/install-tl-gui.tcl:1620
msgid "Adjust searchpath"
msgstr "Змінити шляхи пошуку"
-#: tlpkg/installer/install-tl-gui.tcl:1628
+#: tlpkg/installer/install-tl-gui.tcl:1629
msgid "Desktop integration"
msgstr "Інтеграція зі стільницею"
-#: tlpkg/installer/install-tl-gui.tcl:1640
+#: tlpkg/installer/install-tl-gui.tcl:1641
msgid "File associations"
msgstr "Прив'язки файлів"
-#: tlpkg/installer/install-tl-gui.tcl:1679
+#: tlpkg/installer/install-tl-gui.tcl:1680
msgid "Create symlinks in standard directories"
msgstr "Створити символьні посилання у типових каталогах"
-#: tlpkg/installer/install-tl-gui.tcl:1685
+#: tlpkg/installer/install-tl-gui.tcl:1686
msgid "Specify directories"
msgstr "Вказати каталоги"
-#: tlpkg/installer/install-tl-gui.tcl:1750
+#: tlpkg/installer/install-tl-gui.tcl:1751
msgid "Custom scheme"
msgstr "Власна схема"
-#: tlpkg/installer/install-tl-gui.tcl:1935
+#: tlpkg/installer/install-tl-gui.tcl:1936
#, tcl-format
msgid "%s not a local or remote repository"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1936
-#: tlpkg/installer/install-tl-gui.tcl:1942
+#: tlpkg/installer/install-tl-gui.tcl:1937
+#: tlpkg/installer/install-tl-gui.tcl:1943
#: texmf-dist/scripts/tlshell/tlshell.tcl:2030
msgid "Error"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1941
+#: tlpkg/installer/install-tl-gui.tcl:1942
#, tcl-format
msgid "%s requires an argument"
msgstr ""
@@ -1730,7 +1730,7 @@ msgstr "Особливе дзеркало"
msgid "No mirror list available"
msgstr ""
-#: tlpkg/tltcl/tltcl.tcl:661
+#: tlpkg/tltcl/tltcl.tcl:683
msgid "Select or type"
msgstr "Виберіть або введіть"
diff --git a/systems/texlive/tlnet/tlpkg/translations/vi.po b/systems/texlive/tlnet/tlpkg/translations/vi.po
index f5a12f9c0f..e96f018d26 100644
--- a/systems/texlive/tlnet/tlpkg/translations/vi.po
+++ b/systems/texlive/tlnet/tlpkg/translations/vi.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2020-02-08 01:55+0100\n"
+"POT-Creation-Date: 2020-02-16 19:07+0100\n"
"PO-Revision-Date: 2019-03-28 03:38+0700\n"
"Last-Translator: Anh K. Huỳnh <kyanh@viettug.org>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -49,7 +49,7 @@ msgstr "Tiến trình cài đặt"
#: tlpkg/installer/install-tl-gui.tcl:933
#: tlpkg/installer/install-tl-gui.tcl:1003
#: tlpkg/installer/install-tl-gui.tcl:1083
-#: tlpkg/installer/install-tl-gui.tcl:1302 tlpkg/tltcl/tltcl.tcl:588
+#: tlpkg/installer/install-tl-gui.tcl:1303 tlpkg/tltcl/tltcl.tcl:610
#: texmf-dist/scripts/tlshell/tlshell.tcl:168
#: texmf-dist/scripts/tlshell/tlshell.tcl:1261
msgid "Cancel"
@@ -65,7 +65,7 @@ msgstr "Kết thúc"
#: tlpkg/installer/install-menu-wizard.pl:41
#: tlpkg/installer/install-menu-perltk.pl:445
-#: tlpkg/installer/install-tl-gui.tcl:1570
+#: tlpkg/installer/install-tl-gui.tcl:1571
msgid "Default paper size"
msgstr "Cỡ giấy mặc định"
@@ -94,7 +94,7 @@ msgstr "Cài đặt cho mọi người dùng trên máy"
#: tlpkg/installer/install-menu-wizard.pl:46
#: tlpkg/installer/install-menu-perltk.pl:569
-#: tlpkg/installer/install-tl-gui.tcl:1662
+#: tlpkg/installer/install-tl-gui.tcl:1663
msgid "Install TeXworks front end"
msgstr "Cài đặt trình soạn thảo TeXworks"
@@ -109,7 +109,7 @@ msgstr "Cài đặt TeX Live %s"
#: tlpkg/installer/install-menu-perltk.pl:630
#: tlpkg/installer/install-menu-perltk.pl:676
#: texmf-dist/scripts/texlive/tlmgrgui.pl:544
-#: tlpkg/installer/install-tl-gui.tcl:1353
+#: tlpkg/installer/install-tl-gui.tcl:1354
#: texmf-dist/scripts/tlshell/tlshell.tcl:2153
msgid "Quit"
msgstr "Thoát"
@@ -278,15 +278,15 @@ msgstr "Cài đặt vào thư mục:"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2438
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2443
#: tlpkg/installer/install-tl-gui.tcl:642
-#: tlpkg/installer/install-tl-gui.tcl:1401
-#: tlpkg/installer/install-tl-gui.tcl:1417
-#: tlpkg/installer/install-tl-gui.tcl:1425
-#: tlpkg/installer/install-tl-gui.tcl:1435
-#: tlpkg/installer/install-tl-gui.tcl:1444
-#: tlpkg/installer/install-tl-gui.tcl:1452
-#: tlpkg/installer/install-tl-gui.tcl:1459
-#: tlpkg/installer/install-tl-gui.tcl:1505
-#: tlpkg/installer/install-tl-gui.tcl:1524
+#: tlpkg/installer/install-tl-gui.tcl:1402
+#: tlpkg/installer/install-tl-gui.tcl:1418
+#: tlpkg/installer/install-tl-gui.tcl:1426
+#: tlpkg/installer/install-tl-gui.tcl:1436
+#: tlpkg/installer/install-tl-gui.tcl:1445
+#: tlpkg/installer/install-tl-gui.tcl:1453
+#: tlpkg/installer/install-tl-gui.tcl:1460
+#: tlpkg/installer/install-tl-gui.tcl:1506
+#: tlpkg/installer/install-tl-gui.tcl:1525
msgid "Change"
msgstr "Thay đổi"
@@ -361,7 +361,7 @@ msgstr "Không"
#: tlpkg/installer/install-menu-wizard.pl:604
#: texmf-dist/scripts/texlive/tlmgrgui.pl:456
-#: tlpkg/installer/install-tl-gui.tcl:1351
+#: tlpkg/installer/install-tl-gui.tcl:1352
#: texmf-dist/scripts/tlshell/tlshell.tcl:1899
msgid "Install"
msgstr "Cài đặt"
@@ -371,20 +371,20 @@ msgstr "Cài đặt"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:143
#: tlpkg/installer/install-tl-gui.tcl:862
#: tlpkg/installer/install-tl-gui.tcl:1099
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "None"
msgstr "Không"
#: tlpkg/installer/install-menu-perltk.pl:49
#: texmf-dist/scripts/texlive/tlmgrgui.pl:144
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "Only new"
msgstr "Chỉ cái mới"
#: tlpkg/installer/install-menu-perltk.pl:50
#: texmf-dist/scripts/texlive/tlmgrgui.pl:145
#: tlpkg/installer/install-tl-gui.tcl:1096
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
#: texmf-dist/scripts/tlshell/tlshell.tcl:2212
#: texmf-dist/scripts/tlshell/tlshell.tcl:2229
msgid "All"
@@ -400,17 +400,17 @@ msgid "letter"
msgstr "thư tín (letter)"
#: tlpkg/installer/install-menu-perltk.pl:55
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "No shortcuts"
msgstr "Không tạo liên kết nhanh"
#: tlpkg/installer/install-menu-perltk.pl:56
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "TeX Live menu"
msgstr "Menu TeXLive"
#: tlpkg/installer/install-menu-perltk.pl:57
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "Launcher entry"
msgstr "Nơi khởi động chương trình"
@@ -479,7 +479,7 @@ msgstr "Vui lòng chọn mirror khác."
#: tlpkg/installer/install-tl-gui.tcl:930
#: tlpkg/installer/install-tl-gui.tcl:986
#: tlpkg/installer/install-tl-gui.tcl:1080
-#: tlpkg/installer/install-tl-gui.tcl:1300 tlpkg/tltcl/tltcl.tcl:586
+#: tlpkg/installer/install-tl-gui.tcl:1301 tlpkg/tltcl/tltcl.tcl:608
#: texmf-dist/scripts/tlshell/tlshell.tcl:158
msgid "Ok"
msgstr "Đồng ý"
@@ -545,7 +545,7 @@ msgstr "Cài đặt linh hoạt để dùng trên máy khác"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1181
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1231
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1240
-#: tlpkg/installer/install-tl-gui.tcl:1478
+#: tlpkg/installer/install-tl-gui.tcl:1479
msgid "Toggle"
msgstr "Hoán đổi"
@@ -571,7 +571,7 @@ msgstr "TEXMFHOME (thư mục người dùng chứa các gói bổ sung)"
#: tlpkg/installer/install-menu-perltk.pl:440
#: texmf-dist/scripts/texlive/tlmgrgui.pl:513
-#: tlpkg/installer/install-tl-gui.tcl:1561
+#: tlpkg/installer/install-tl-gui.tcl:1562
#: texmf-dist/scripts/tlshell/tlshell.tcl:771
#: texmf-dist/scripts/tlshell/tlshell.tcl:2029
#: texmf-dist/scripts/tlshell/tlshell.tcl:2093
@@ -579,22 +579,22 @@ msgid "Options"
msgstr "Tùy chọn"
#: tlpkg/installer/install-menu-perltk.pl:458
-#: tlpkg/installer/install-tl-gui.tcl:1581
+#: tlpkg/installer/install-tl-gui.tcl:1582
msgid "Allow execution of restricted list of programs via \\write18"
msgstr "Cho phép (La)TeX chạy chương trình hệ thống bằng \\write18"
#: tlpkg/installer/install-menu-perltk.pl:473
-#: tlpkg/installer/install-tl-gui.tcl:1588
+#: tlpkg/installer/install-tl-gui.tcl:1589
msgid "Create all format files"
msgstr "Tạo mọi tập tin định dạng cho TeX"
#: tlpkg/installer/install-menu-perltk.pl:485
-#: tlpkg/installer/install-tl-gui.tcl:1596
+#: tlpkg/installer/install-tl-gui.tcl:1597
msgid "Install font/macro doc tree"
msgstr "Cài đặt tài liệu cho font/macro"
#: tlpkg/installer/install-menu-perltk.pl:498
-#: tlpkg/installer/install-tl-gui.tcl:1606
+#: tlpkg/installer/install-tl-gui.tcl:1607
msgid "Install font/macro source tree"
msgstr "Cài đặt mã nguồn của font/macro"
@@ -604,7 +604,7 @@ msgid "Create symlinks in system directories"
msgstr "Tạo liên kết vào các thư mục hệ thống"
#: tlpkg/installer/install-menu-perltk.pl:585
-#: tlpkg/installer/install-tl-gui.tcl:1699
+#: tlpkg/installer/install-tl-gui.tcl:1700
msgid "After install, set CTAN as source for package updates"
msgstr "Sau khi cài xong, đặt CTAN làm nguồn để cập nhật các gói"
@@ -1174,7 +1174,7 @@ msgid "Create shortcuts on the desktop"
msgstr "Tạo liên kết nhanh trên Desktop"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1236
-#: tlpkg/installer/install-tl-gui.tcl:1651
+#: tlpkg/installer/install-tl-gui.tcl:1652
msgid "Install for all users"
msgstr "Cài đặt cho mọi người trên máy"
@@ -1499,12 +1499,12 @@ msgid "Abort"
msgstr "Bỏ ngang"
#: tlpkg/installer/install-tl-gui.tcl:410
-#: tlpkg/installer/install-tl-gui.tcl:1910
+#: tlpkg/installer/install-tl-gui.tcl:1911
msgid "TeX Live Installer"
msgstr "Chương trình cài đặt TeX Live"
#: tlpkg/installer/install-tl-gui.tcl:413
-#: tlpkg/installer/install-tl-gui.tcl:2009
+#: tlpkg/installer/install-tl-gui.tcl:2010
#, tcl-format
msgid ""
"Trying to load %s.\n"
@@ -1546,13 +1546,13 @@ msgid "Remove year"
msgstr "Bỏ năm"
#: tlpkg/installer/install-tl-gui.tcl:611
-#: tlpkg/installer/install-tl-gui.tcl:1385
-#: tlpkg/installer/install-tl-gui.tcl:1393
+#: tlpkg/installer/install-tl-gui.tcl:1386
+#: tlpkg/installer/install-tl-gui.tcl:1394
msgid "Installation root"
msgstr "Thư mục gốc của bộ cài đặt"
#: tlpkg/installer/install-tl-gui.tcl:639
-#: tlpkg/installer/install-tl-gui.tcl:1280 tlpkg/tltcl/tltcl.tcl:578
+#: tlpkg/installer/install-tl-gui.tcl:1281 tlpkg/tltcl/tltcl.tcl:600
msgid "Browse..."
msgstr "Duyệt tìm..."
@@ -1572,7 +1572,7 @@ msgid "Cannot deselect own platform"
msgstr "Không thể bỏ chọn kiến trúc của chính máy đang chạy"
#: tlpkg/installer/install-tl-gui.tcl:923
-#: tlpkg/installer/install-tl-gui.tcl:1284
+#: tlpkg/installer/install-tl-gui.tcl:1285
msgid "Binaries"
msgstr "Tập tin thi hành"
@@ -1596,52 +1596,52 @@ msgstr "Ngôn ngữ"
msgid "Other collections"
msgstr "Các nhóm khác"
-#: tlpkg/installer/install-tl-gui.tcl:1237
+#: tlpkg/installer/install-tl-gui.tcl:1238
msgid "Warning. Not all configured directories are writable!"
msgstr "Cảnh báo: Không thể ghi vào một số thư mục!"
-#: tlpkg/installer/install-tl-gui.tcl:1257
+#: tlpkg/installer/install-tl-gui.tcl:1258
msgid "Symlinks"
msgstr "Liên kết mềm"
-#: tlpkg/installer/install-tl-gui.tcl:1285
+#: tlpkg/installer/install-tl-gui.tcl:1286
msgid "Man pages"
msgstr "Tài liệu man"
-#: tlpkg/installer/install-tl-gui.tcl:1286
+#: tlpkg/installer/install-tl-gui.tcl:1287
msgid "Info pages"
msgstr "Tài liệu info"
-#: tlpkg/installer/install-tl-gui.tcl:1340
+#: tlpkg/installer/install-tl-gui.tcl:1341
#, tcl-format
msgid "TeX Live %s Installer"
msgstr "Chương trình cài đặt TeX Live %s"
-#: tlpkg/installer/install-tl-gui.tcl:1358
+#: tlpkg/installer/install-tl-gui.tcl:1359
msgid "Advanced"
msgstr "Nâng cao"
-#: tlpkg/installer/install-tl-gui.tcl:1388
+#: tlpkg/installer/install-tl-gui.tcl:1389
msgid "Directories"
msgstr "Thư mục"
-#: tlpkg/installer/install-tl-gui.tcl:1407
+#: tlpkg/installer/install-tl-gui.tcl:1408
msgid "Main tree"
msgstr "Cây cấu trúc chính"
-#: tlpkg/installer/install-tl-gui.tcl:1430
+#: tlpkg/installer/install-tl-gui.tcl:1431
msgid "Local additions"
msgstr "Phần bổ sung trên máy"
-#: tlpkg/installer/install-tl-gui.tcl:1439
+#: tlpkg/installer/install-tl-gui.tcl:1440
msgid "Per-user additions"
msgstr "Phần bổ sung cho mỗi người dùng trên máy"
-#: tlpkg/installer/install-tl-gui.tcl:1466
+#: tlpkg/installer/install-tl-gui.tcl:1467
msgid "More ..."
msgstr "Tiếp tục..."
-#: tlpkg/installer/install-tl-gui.tcl:1475
+#: tlpkg/installer/install-tl-gui.tcl:1476
msgid ""
"Portable setup:\n"
"May reset TEXMFLOCAL\n"
@@ -1651,76 +1651,76 @@ msgstr ""
"Có thể thay đổi TEXMFLOCAL\n"
"và TEXMFHOME"
-#: tlpkg/installer/install-tl-gui.tcl:1489
+#: tlpkg/installer/install-tl-gui.tcl:1490
#: texmf-dist/scripts/tlshell/tlshell.tcl:1338
#: texmf-dist/scripts/tlshell/tlshell.tcl:2127
msgid "Platforms"
msgstr "Kiến trúc"
-#: tlpkg/installer/install-tl-gui.tcl:1495
+#: tlpkg/installer/install-tl-gui.tcl:1496
msgid "Current platform:"
msgstr "Kiến trúc đang chọn:"
-#: tlpkg/installer/install-tl-gui.tcl:1502
+#: tlpkg/installer/install-tl-gui.tcl:1503
msgid "N. of additional platform(s):"
msgstr "Số kiến trúc bổ sung:"
-#: tlpkg/installer/install-tl-gui.tcl:1515
+#: tlpkg/installer/install-tl-gui.tcl:1516
msgid "Selections"
msgstr "Các lựa chọn"
-#: tlpkg/installer/install-tl-gui.tcl:1520
+#: tlpkg/installer/install-tl-gui.tcl:1521
msgid "Scheme:"
msgstr "Mẫu:"
-#: tlpkg/installer/install-tl-gui.tcl:1529
+#: tlpkg/installer/install-tl-gui.tcl:1530
msgid "N. of collections:"
msgstr "Số nhóm:"
-#: tlpkg/installer/install-tl-gui.tcl:1532
+#: tlpkg/installer/install-tl-gui.tcl:1533
msgid "Customize"
msgstr "Tùy chọn"
-#: tlpkg/installer/install-tl-gui.tcl:1541
+#: tlpkg/installer/install-tl-gui.tcl:1542
msgid "Disk space required (in MB):"
msgstr "Lượng đĩa cần thiết (MB):"
-#: tlpkg/installer/install-tl-gui.tcl:1619
+#: tlpkg/installer/install-tl-gui.tcl:1620
msgid "Adjust searchpath"
msgstr "Chỉnh đường dẫn tìm kiếm tập tin thi hành"
-#: tlpkg/installer/install-tl-gui.tcl:1628
+#: tlpkg/installer/install-tl-gui.tcl:1629
msgid "Desktop integration"
msgstr "Tích hợp với Desktop"
-#: tlpkg/installer/install-tl-gui.tcl:1640
+#: tlpkg/installer/install-tl-gui.tcl:1641
msgid "File associations"
msgstr "Thay đổi cách mở tập tin"
-#: tlpkg/installer/install-tl-gui.tcl:1679
+#: tlpkg/installer/install-tl-gui.tcl:1680
msgid "Create symlinks in standard directories"
msgstr "Tạo liên kết mềm trong các thư mục tiêu chuẩn"
-#: tlpkg/installer/install-tl-gui.tcl:1685
+#: tlpkg/installer/install-tl-gui.tcl:1686
msgid "Specify directories"
msgstr "Chọn thư mục"
-#: tlpkg/installer/install-tl-gui.tcl:1750
+#: tlpkg/installer/install-tl-gui.tcl:1751
msgid "Custom scheme"
msgstr "Chọn mẫu"
-#: tlpkg/installer/install-tl-gui.tcl:1935
+#: tlpkg/installer/install-tl-gui.tcl:1936
#, tcl-format
msgid "%s not a local or remote repository"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1936
-#: tlpkg/installer/install-tl-gui.tcl:1942
+#: tlpkg/installer/install-tl-gui.tcl:1937
+#: tlpkg/installer/install-tl-gui.tcl:1943
#: texmf-dist/scripts/tlshell/tlshell.tcl:2030
msgid "Error"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1941
+#: tlpkg/installer/install-tl-gui.tcl:1942
#, tcl-format
msgid "%s requires an argument"
msgstr ""
@@ -1733,7 +1733,7 @@ msgstr "Chọn kho đệm..."
msgid "No mirror list available"
msgstr ""
-#: tlpkg/tltcl/tltcl.tcl:661
+#: tlpkg/tltcl/tltcl.tcl:683
msgid "Select or type"
msgstr "Chọn hoặc nhập vào"
diff --git a/systems/texlive/tlnet/tlpkg/translations/zh_CN.po b/systems/texlive/tlnet/tlpkg/translations/zh_CN.po
index db67d77b26..eadda98bca 100644
--- a/systems/texlive/tlnet/tlpkg/translations/zh_CN.po
+++ b/systems/texlive/tlnet/tlpkg/translations/zh_CN.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2020-02-08 01:55+0100\n"
+"POT-Creation-Date: 2020-02-16 19:07+0100\n"
"PO-Revision-Date: 2009-09-22 12:54+0800\n"
"Last-Translator: Jiang Jiang <gzjjgod@gmail.com>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -45,7 +45,7 @@ msgstr "安装过程"
#: tlpkg/installer/install-tl-gui.tcl:933
#: tlpkg/installer/install-tl-gui.tcl:1003
#: tlpkg/installer/install-tl-gui.tcl:1083
-#: tlpkg/installer/install-tl-gui.tcl:1302 tlpkg/tltcl/tltcl.tcl:588
+#: tlpkg/installer/install-tl-gui.tcl:1303 tlpkg/tltcl/tltcl.tcl:610
#: texmf-dist/scripts/tlshell/tlshell.tcl:168
#: texmf-dist/scripts/tlshell/tlshell.tcl:1261
msgid "Cancel"
@@ -61,7 +61,7 @@ msgstr "完成"
#: tlpkg/installer/install-menu-wizard.pl:41
#: tlpkg/installer/install-menu-perltk.pl:445
-#: tlpkg/installer/install-tl-gui.tcl:1570
+#: tlpkg/installer/install-tl-gui.tcl:1571
#, fuzzy
msgid "Default paper size"
msgstr "缺省的纸张给"
@@ -91,7 +91,7 @@ msgstr "为所有用户安装"
#: tlpkg/installer/install-menu-wizard.pl:46
#: tlpkg/installer/install-menu-perltk.pl:569
-#: tlpkg/installer/install-tl-gui.tcl:1662
+#: tlpkg/installer/install-tl-gui.tcl:1663
msgid "Install TeXworks front end"
msgstr "安装 TeXworks 前端"
@@ -106,7 +106,7 @@ msgstr "TeX Live %s 安装"
#: tlpkg/installer/install-menu-perltk.pl:630
#: tlpkg/installer/install-menu-perltk.pl:676
#: texmf-dist/scripts/texlive/tlmgrgui.pl:544
-#: tlpkg/installer/install-tl-gui.tcl:1353
+#: tlpkg/installer/install-tl-gui.tcl:1354
#: texmf-dist/scripts/tlshell/tlshell.tcl:2153
msgid "Quit"
msgstr "退出"
@@ -263,15 +263,15 @@ msgstr "目的文件夹:"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2438
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2443
#: tlpkg/installer/install-tl-gui.tcl:642
-#: tlpkg/installer/install-tl-gui.tcl:1401
-#: tlpkg/installer/install-tl-gui.tcl:1417
-#: tlpkg/installer/install-tl-gui.tcl:1425
-#: tlpkg/installer/install-tl-gui.tcl:1435
-#: tlpkg/installer/install-tl-gui.tcl:1444
-#: tlpkg/installer/install-tl-gui.tcl:1452
-#: tlpkg/installer/install-tl-gui.tcl:1459
-#: tlpkg/installer/install-tl-gui.tcl:1505
-#: tlpkg/installer/install-tl-gui.tcl:1524
+#: tlpkg/installer/install-tl-gui.tcl:1402
+#: tlpkg/installer/install-tl-gui.tcl:1418
+#: tlpkg/installer/install-tl-gui.tcl:1426
+#: tlpkg/installer/install-tl-gui.tcl:1436
+#: tlpkg/installer/install-tl-gui.tcl:1445
+#: tlpkg/installer/install-tl-gui.tcl:1453
+#: tlpkg/installer/install-tl-gui.tcl:1460
+#: tlpkg/installer/install-tl-gui.tcl:1506
+#: tlpkg/installer/install-tl-gui.tcl:1525
msgid "Change"
msgstr "修改"
@@ -345,7 +345,7 @@ msgstr "否"
#: tlpkg/installer/install-menu-wizard.pl:604
#: texmf-dist/scripts/texlive/tlmgrgui.pl:456
-#: tlpkg/installer/install-tl-gui.tcl:1351
+#: tlpkg/installer/install-tl-gui.tcl:1352
#: texmf-dist/scripts/tlshell/tlshell.tcl:1899
msgid "Install"
msgstr "安装"
@@ -355,20 +355,20 @@ msgstr "安装"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:143
#: tlpkg/installer/install-tl-gui.tcl:862
#: tlpkg/installer/install-tl-gui.tcl:1099
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "None"
msgstr "无"
#: tlpkg/installer/install-menu-perltk.pl:49
#: texmf-dist/scripts/texlive/tlmgrgui.pl:144
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "Only new"
msgstr "只有新的"
#: tlpkg/installer/install-menu-perltk.pl:50
#: texmf-dist/scripts/texlive/tlmgrgui.pl:145
#: tlpkg/installer/install-tl-gui.tcl:1096
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
#: texmf-dist/scripts/tlshell/tlshell.tcl:2212
#: texmf-dist/scripts/tlshell/tlshell.tcl:2229
msgid "All"
@@ -384,17 +384,17 @@ msgid "letter"
msgstr "letter"
#: tlpkg/installer/install-menu-perltk.pl:55
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "No shortcuts"
msgstr ""
#: tlpkg/installer/install-menu-perltk.pl:56
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "TeX Live menu"
msgstr ""
#: tlpkg/installer/install-menu-perltk.pl:57
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "Launcher entry"
msgstr ""
@@ -463,7 +463,7 @@ msgstr ""
#: tlpkg/installer/install-tl-gui.tcl:930
#: tlpkg/installer/install-tl-gui.tcl:986
#: tlpkg/installer/install-tl-gui.tcl:1080
-#: tlpkg/installer/install-tl-gui.tcl:1300 tlpkg/tltcl/tltcl.tcl:586
+#: tlpkg/installer/install-tl-gui.tcl:1301 tlpkg/tltcl/tltcl.tcl:608
#: texmf-dist/scripts/tlshell/tlshell.tcl:158
msgid "Ok"
msgstr "确定"
@@ -525,7 +525,7 @@ msgstr ""
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1181
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1231
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1240
-#: tlpkg/installer/install-tl-gui.tcl:1478
+#: tlpkg/installer/install-tl-gui.tcl:1479
msgid "Toggle"
msgstr "切换"
@@ -551,7 +551,7 @@ msgstr "TEXMFHOME (用户专有文件的目录)"
#: tlpkg/installer/install-menu-perltk.pl:440
#: texmf-dist/scripts/texlive/tlmgrgui.pl:513
-#: tlpkg/installer/install-tl-gui.tcl:1561
+#: tlpkg/installer/install-tl-gui.tcl:1562
#: texmf-dist/scripts/tlshell/tlshell.tcl:771
#: texmf-dist/scripts/tlshell/tlshell.tcl:2029
#: texmf-dist/scripts/tlshell/tlshell.tcl:2093
@@ -559,22 +559,22 @@ msgid "Options"
msgstr "选项"
#: tlpkg/installer/install-menu-perltk.pl:458
-#: tlpkg/installer/install-tl-gui.tcl:1581
+#: tlpkg/installer/install-tl-gui.tcl:1582
msgid "Allow execution of restricted list of programs via \\write18"
msgstr "允许用 \\write18 执行一部分在限制列表内的程序"
#: tlpkg/installer/install-menu-perltk.pl:473
-#: tlpkg/installer/install-tl-gui.tcl:1588
+#: tlpkg/installer/install-tl-gui.tcl:1589
msgid "Create all format files"
msgstr "创建所有格式文件"
#: tlpkg/installer/install-menu-perltk.pl:485
-#: tlpkg/installer/install-tl-gui.tcl:1596
+#: tlpkg/installer/install-tl-gui.tcl:1597
msgid "Install font/macro doc tree"
msgstr "安装字体/宏包文档目录树"
#: tlpkg/installer/install-menu-perltk.pl:498
-#: tlpkg/installer/install-tl-gui.tcl:1606
+#: tlpkg/installer/install-tl-gui.tcl:1607
msgid "Install font/macro source tree"
msgstr "安装字体/宏包源码目录树"
@@ -584,7 +584,7 @@ msgid "Create symlinks in system directories"
msgstr "创建指向系统目录的符号链接"
#: tlpkg/installer/install-menu-perltk.pl:585
-#: tlpkg/installer/install-tl-gui.tcl:1699
+#: tlpkg/installer/install-tl-gui.tcl:1700
msgid "After install, set CTAN as source for package updates"
msgstr ""
@@ -1144,7 +1144,7 @@ msgid "Create shortcuts on the desktop"
msgstr ""
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1236
-#: tlpkg/installer/install-tl-gui.tcl:1651
+#: tlpkg/installer/install-tl-gui.tcl:1652
msgid "Install for all users"
msgstr "给所有用户安装"
@@ -1440,12 +1440,12 @@ msgid "Abort"
msgstr ""
#: tlpkg/installer/install-tl-gui.tcl:410
-#: tlpkg/installer/install-tl-gui.tcl:1910
+#: tlpkg/installer/install-tl-gui.tcl:1911
msgid "TeX Live Installer"
msgstr ""
#: tlpkg/installer/install-tl-gui.tcl:413
-#: tlpkg/installer/install-tl-gui.tcl:2009
+#: tlpkg/installer/install-tl-gui.tcl:2010
#, tcl-format
msgid ""
"Trying to load %s.\n"
@@ -1485,13 +1485,13 @@ msgid "Remove year"
msgstr ""
#: tlpkg/installer/install-tl-gui.tcl:611
-#: tlpkg/installer/install-tl-gui.tcl:1385
-#: tlpkg/installer/install-tl-gui.tcl:1393
+#: tlpkg/installer/install-tl-gui.tcl:1386
+#: tlpkg/installer/install-tl-gui.tcl:1394
msgid "Installation root"
msgstr ""
#: tlpkg/installer/install-tl-gui.tcl:639
-#: tlpkg/installer/install-tl-gui.tcl:1280 tlpkg/tltcl/tltcl.tcl:578
+#: tlpkg/installer/install-tl-gui.tcl:1281 tlpkg/tltcl/tltcl.tcl:600
msgid "Browse..."
msgstr ""
@@ -1509,7 +1509,7 @@ msgid "Cannot deselect own platform"
msgstr ""
#: tlpkg/installer/install-tl-gui.tcl:923
-#: tlpkg/installer/install-tl-gui.tcl:1284
+#: tlpkg/installer/install-tl-gui.tcl:1285
msgid "Binaries"
msgstr ""
@@ -1533,128 +1533,128 @@ msgstr ""
msgid "Other collections"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1237
+#: tlpkg/installer/install-tl-gui.tcl:1238
msgid "Warning. Not all configured directories are writable!"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1257
+#: tlpkg/installer/install-tl-gui.tcl:1258
msgid "Symlinks"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1285
+#: tlpkg/installer/install-tl-gui.tcl:1286
msgid "Man pages"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1286
+#: tlpkg/installer/install-tl-gui.tcl:1287
msgid "Info pages"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1340
+#: tlpkg/installer/install-tl-gui.tcl:1341
#, tcl-format
msgid "TeX Live %s Installer"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1358
+#: tlpkg/installer/install-tl-gui.tcl:1359
msgid "Advanced"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1388
+#: tlpkg/installer/install-tl-gui.tcl:1389
msgid "Directories"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1407
+#: tlpkg/installer/install-tl-gui.tcl:1408
msgid "Main tree"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1430
+#: tlpkg/installer/install-tl-gui.tcl:1431
msgid "Local additions"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1439
+#: tlpkg/installer/install-tl-gui.tcl:1440
msgid "Per-user additions"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1466
+#: tlpkg/installer/install-tl-gui.tcl:1467
msgid "More ..."
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1475
+#: tlpkg/installer/install-tl-gui.tcl:1476
msgid ""
"Portable setup:\n"
"May reset TEXMFLOCAL\n"
"and TEXMFHOME"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1489
+#: tlpkg/installer/install-tl-gui.tcl:1490
#: texmf-dist/scripts/tlshell/tlshell.tcl:1338
#: texmf-dist/scripts/tlshell/tlshell.tcl:2127
msgid "Platforms"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1495
+#: tlpkg/installer/install-tl-gui.tcl:1496
msgid "Current platform:"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1502
+#: tlpkg/installer/install-tl-gui.tcl:1503
msgid "N. of additional platform(s):"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1515
+#: tlpkg/installer/install-tl-gui.tcl:1516
msgid "Selections"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1520
+#: tlpkg/installer/install-tl-gui.tcl:1521
msgid "Scheme:"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1529
+#: tlpkg/installer/install-tl-gui.tcl:1530
msgid "N. of collections:"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1532
+#: tlpkg/installer/install-tl-gui.tcl:1533
msgid "Customize"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1541
+#: tlpkg/installer/install-tl-gui.tcl:1542
msgid "Disk space required (in MB):"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1619
+#: tlpkg/installer/install-tl-gui.tcl:1620
msgid "Adjust searchpath"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1628
+#: tlpkg/installer/install-tl-gui.tcl:1629
msgid "Desktop integration"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1640
+#: tlpkg/installer/install-tl-gui.tcl:1641
msgid "File associations"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1679
+#: tlpkg/installer/install-tl-gui.tcl:1680
msgid "Create symlinks in standard directories"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1685
+#: tlpkg/installer/install-tl-gui.tcl:1686
msgid "Specify directories"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1750
+#: tlpkg/installer/install-tl-gui.tcl:1751
msgid "Custom scheme"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1935
+#: tlpkg/installer/install-tl-gui.tcl:1936
#, tcl-format
msgid "%s not a local or remote repository"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1936
-#: tlpkg/installer/install-tl-gui.tcl:1942
+#: tlpkg/installer/install-tl-gui.tcl:1937
+#: tlpkg/installer/install-tl-gui.tcl:1943
#: texmf-dist/scripts/tlshell/tlshell.tcl:2030
msgid "Error"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1941
+#: tlpkg/installer/install-tl-gui.tcl:1942
#, tcl-format
msgid "%s requires an argument"
msgstr ""
@@ -1667,7 +1667,7 @@ msgstr ""
msgid "No mirror list available"
msgstr ""
-#: tlpkg/tltcl/tltcl.tcl:661
+#: tlpkg/tltcl/tltcl.tcl:683
msgid "Select or type"
msgstr ""
diff --git a/systems/texlive/tlnet/tlpkg/translations/zh_TW.po b/systems/texlive/tlnet/tlpkg/translations/zh_TW.po
index 7a46bfe113..95fd18c4de 100644
--- a/systems/texlive/tlnet/tlpkg/translations/zh_TW.po
+++ b/systems/texlive/tlnet/tlpkg/translations/zh_TW.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2020-02-08 01:55+0100\n"
+"POT-Creation-Date: 2020-02-16 19:07+0100\n"
"PO-Revision-Date: 2009-09-03 12:34+0200\n"
"Last-Translator: Norbert Preining <preining@logic.at>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -46,7 +46,7 @@ msgstr "安裝 TeX Live"
#: tlpkg/installer/install-tl-gui.tcl:933
#: tlpkg/installer/install-tl-gui.tcl:1003
#: tlpkg/installer/install-tl-gui.tcl:1083
-#: tlpkg/installer/install-tl-gui.tcl:1302 tlpkg/tltcl/tltcl.tcl:588
+#: tlpkg/installer/install-tl-gui.tcl:1303 tlpkg/tltcl/tltcl.tcl:610
#: texmf-dist/scripts/tlshell/tlshell.tcl:168
#: texmf-dist/scripts/tlshell/tlshell.tcl:1261
msgid "Cancel"
@@ -62,7 +62,7 @@ msgstr "完成"
#: tlpkg/installer/install-menu-wizard.pl:41
#: tlpkg/installer/install-menu-perltk.pl:445
-#: tlpkg/installer/install-tl-gui.tcl:1570
+#: tlpkg/installer/install-tl-gui.tcl:1571
msgid "Default paper size"
msgstr ""
@@ -92,7 +92,7 @@ msgstr "安裝 TeX Live"
#: tlpkg/installer/install-menu-wizard.pl:46
#: tlpkg/installer/install-menu-perltk.pl:569
-#: tlpkg/installer/install-tl-gui.tcl:1662
+#: tlpkg/installer/install-tl-gui.tcl:1663
#, fuzzy
msgid "Install TeXworks front end"
msgstr "安裝字體/巨集包文檔目錄樹"
@@ -108,7 +108,7 @@ msgstr "TeX Live %s 安裝"
#: tlpkg/installer/install-menu-perltk.pl:630
#: tlpkg/installer/install-menu-perltk.pl:676
#: texmf-dist/scripts/texlive/tlmgrgui.pl:544
-#: tlpkg/installer/install-tl-gui.tcl:1353
+#: tlpkg/installer/install-tl-gui.tcl:1354
#: texmf-dist/scripts/tlshell/tlshell.tcl:2153
msgid "Quit"
msgstr "退出"
@@ -265,15 +265,15 @@ msgstr ""
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2438
#: texmf-dist/scripts/texlive/tlmgrgui.pl:2443
#: tlpkg/installer/install-tl-gui.tcl:642
-#: tlpkg/installer/install-tl-gui.tcl:1401
-#: tlpkg/installer/install-tl-gui.tcl:1417
-#: tlpkg/installer/install-tl-gui.tcl:1425
-#: tlpkg/installer/install-tl-gui.tcl:1435
-#: tlpkg/installer/install-tl-gui.tcl:1444
-#: tlpkg/installer/install-tl-gui.tcl:1452
-#: tlpkg/installer/install-tl-gui.tcl:1459
-#: tlpkg/installer/install-tl-gui.tcl:1505
-#: tlpkg/installer/install-tl-gui.tcl:1524
+#: tlpkg/installer/install-tl-gui.tcl:1402
+#: tlpkg/installer/install-tl-gui.tcl:1418
+#: tlpkg/installer/install-tl-gui.tcl:1426
+#: tlpkg/installer/install-tl-gui.tcl:1436
+#: tlpkg/installer/install-tl-gui.tcl:1445
+#: tlpkg/installer/install-tl-gui.tcl:1453
+#: tlpkg/installer/install-tl-gui.tcl:1460
+#: tlpkg/installer/install-tl-gui.tcl:1506
+#: tlpkg/installer/install-tl-gui.tcl:1525
msgid "Change"
msgstr "改變"
@@ -342,7 +342,7 @@ msgstr "否"
#: tlpkg/installer/install-menu-wizard.pl:604
#: texmf-dist/scripts/texlive/tlmgrgui.pl:456
-#: tlpkg/installer/install-tl-gui.tcl:1351
+#: tlpkg/installer/install-tl-gui.tcl:1352
#: texmf-dist/scripts/tlshell/tlshell.tcl:1899
#, fuzzy
msgid "Install"
@@ -353,21 +353,21 @@ msgstr "安裝 TeX Live"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:143
#: tlpkg/installer/install-tl-gui.tcl:862
#: tlpkg/installer/install-tl-gui.tcl:1099
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
#, fuzzy
msgid "None"
msgstr "否"
#: tlpkg/installer/install-menu-perltk.pl:49
#: texmf-dist/scripts/texlive/tlmgrgui.pl:144
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
msgid "Only new"
msgstr ""
#: tlpkg/installer/install-menu-perltk.pl:50
#: texmf-dist/scripts/texlive/tlmgrgui.pl:145
#: tlpkg/installer/install-tl-gui.tcl:1096
-#: tlpkg/installer/install-tl-gui.tcl:1638
+#: tlpkg/installer/install-tl-gui.tcl:1639
#: texmf-dist/scripts/tlshell/tlshell.tcl:2212
#: texmf-dist/scripts/tlshell/tlshell.tcl:2229
msgid "All"
@@ -383,17 +383,17 @@ msgid "letter"
msgstr ""
#: tlpkg/installer/install-menu-perltk.pl:55
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "No shortcuts"
msgstr ""
#: tlpkg/installer/install-menu-perltk.pl:56
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "TeX Live menu"
msgstr ""
#: tlpkg/installer/install-menu-perltk.pl:57
-#: tlpkg/installer/install-tl-gui.tcl:1626
+#: tlpkg/installer/install-tl-gui.tcl:1627
msgid "Launcher entry"
msgstr ""
@@ -462,7 +462,7 @@ msgstr ""
#: tlpkg/installer/install-tl-gui.tcl:930
#: tlpkg/installer/install-tl-gui.tcl:986
#: tlpkg/installer/install-tl-gui.tcl:1080
-#: tlpkg/installer/install-tl-gui.tcl:1300 tlpkg/tltcl/tltcl.tcl:586
+#: tlpkg/installer/install-tl-gui.tcl:1301 tlpkg/tltcl/tltcl.tcl:608
#: texmf-dist/scripts/tlshell/tlshell.tcl:158
msgid "Ok"
msgstr "確定"
@@ -524,7 +524,7 @@ msgstr ""
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1181
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1231
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1240
-#: tlpkg/installer/install-tl-gui.tcl:1478
+#: tlpkg/installer/install-tl-gui.tcl:1479
msgid "Toggle"
msgstr "切換"
@@ -551,7 +551,7 @@ msgstr "TEXMFLOCAL (存放本地格式檔等)"
#: tlpkg/installer/install-menu-perltk.pl:440
#: texmf-dist/scripts/texlive/tlmgrgui.pl:513
-#: tlpkg/installer/install-tl-gui.tcl:1561
+#: tlpkg/installer/install-tl-gui.tcl:1562
#: texmf-dist/scripts/tlshell/tlshell.tcl:771
#: texmf-dist/scripts/tlshell/tlshell.tcl:2029
#: texmf-dist/scripts/tlshell/tlshell.tcl:2093
@@ -559,22 +559,22 @@ msgid "Options"
msgstr "選項"
#: tlpkg/installer/install-menu-perltk.pl:458
-#: tlpkg/installer/install-tl-gui.tcl:1581
+#: tlpkg/installer/install-tl-gui.tcl:1582
msgid "Allow execution of restricted list of programs via \\write18"
msgstr ""
#: tlpkg/installer/install-menu-perltk.pl:473
-#: tlpkg/installer/install-tl-gui.tcl:1588
+#: tlpkg/installer/install-tl-gui.tcl:1589
msgid "Create all format files"
msgstr "創建所有格式檔"
#: tlpkg/installer/install-menu-perltk.pl:485
-#: tlpkg/installer/install-tl-gui.tcl:1596
+#: tlpkg/installer/install-tl-gui.tcl:1597
msgid "Install font/macro doc tree"
msgstr "安裝字體/巨集包文檔目錄樹"
#: tlpkg/installer/install-menu-perltk.pl:498
-#: tlpkg/installer/install-tl-gui.tcl:1606
+#: tlpkg/installer/install-tl-gui.tcl:1607
msgid "Install font/macro source tree"
msgstr "安裝字體/巨集包源碼目錄樹"
@@ -584,7 +584,7 @@ msgid "Create symlinks in system directories"
msgstr "創建指向系統目錄的符號鏈結"
#: tlpkg/installer/install-menu-perltk.pl:585
-#: tlpkg/installer/install-tl-gui.tcl:1699
+#: tlpkg/installer/install-tl-gui.tcl:1700
msgid "After install, set CTAN as source for package updates"
msgstr ""
@@ -1165,7 +1165,7 @@ msgid "Create shortcuts on the desktop"
msgstr ""
#: texmf-dist/scripts/texlive/tlmgrgui.pl:1236
-#: tlpkg/installer/install-tl-gui.tcl:1651
+#: tlpkg/installer/install-tl-gui.tcl:1652
msgid "Install for all users"
msgstr ""
@@ -1463,12 +1463,12 @@ msgid "Abort"
msgstr ""
#: tlpkg/installer/install-tl-gui.tcl:410
-#: tlpkg/installer/install-tl-gui.tcl:1910
+#: tlpkg/installer/install-tl-gui.tcl:1911
msgid "TeX Live Installer"
msgstr ""
#: tlpkg/installer/install-tl-gui.tcl:413
-#: tlpkg/installer/install-tl-gui.tcl:2009
+#: tlpkg/installer/install-tl-gui.tcl:2010
#, tcl-format
msgid ""
"Trying to load %s.\n"
@@ -1508,13 +1508,13 @@ msgid "Remove year"
msgstr ""
#: tlpkg/installer/install-tl-gui.tcl:611
-#: tlpkg/installer/install-tl-gui.tcl:1385
-#: tlpkg/installer/install-tl-gui.tcl:1393
+#: tlpkg/installer/install-tl-gui.tcl:1386
+#: tlpkg/installer/install-tl-gui.tcl:1394
msgid "Installation root"
msgstr ""
#: tlpkg/installer/install-tl-gui.tcl:639
-#: tlpkg/installer/install-tl-gui.tcl:1280 tlpkg/tltcl/tltcl.tcl:578
+#: tlpkg/installer/install-tl-gui.tcl:1281 tlpkg/tltcl/tltcl.tcl:600
msgid "Browse..."
msgstr ""
@@ -1532,7 +1532,7 @@ msgid "Cannot deselect own platform"
msgstr ""
#: tlpkg/installer/install-tl-gui.tcl:923
-#: tlpkg/installer/install-tl-gui.tcl:1284
+#: tlpkg/installer/install-tl-gui.tcl:1285
msgid "Binaries"
msgstr ""
@@ -1556,128 +1556,128 @@ msgstr ""
msgid "Other collections"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1237
+#: tlpkg/installer/install-tl-gui.tcl:1238
msgid "Warning. Not all configured directories are writable!"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1257
+#: tlpkg/installer/install-tl-gui.tcl:1258
msgid "Symlinks"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1285
+#: tlpkg/installer/install-tl-gui.tcl:1286
msgid "Man pages"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1286
+#: tlpkg/installer/install-tl-gui.tcl:1287
msgid "Info pages"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1340
+#: tlpkg/installer/install-tl-gui.tcl:1341
#, tcl-format
msgid "TeX Live %s Installer"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1358
+#: tlpkg/installer/install-tl-gui.tcl:1359
msgid "Advanced"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1388
+#: tlpkg/installer/install-tl-gui.tcl:1389
msgid "Directories"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1407
+#: tlpkg/installer/install-tl-gui.tcl:1408
msgid "Main tree"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1430
+#: tlpkg/installer/install-tl-gui.tcl:1431
msgid "Local additions"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1439
+#: tlpkg/installer/install-tl-gui.tcl:1440
msgid "Per-user additions"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1466
+#: tlpkg/installer/install-tl-gui.tcl:1467
msgid "More ..."
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1475
+#: tlpkg/installer/install-tl-gui.tcl:1476
msgid ""
"Portable setup:\n"
"May reset TEXMFLOCAL\n"
"and TEXMFHOME"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1489
+#: tlpkg/installer/install-tl-gui.tcl:1490
#: texmf-dist/scripts/tlshell/tlshell.tcl:1338
#: texmf-dist/scripts/tlshell/tlshell.tcl:2127
msgid "Platforms"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1495
+#: tlpkg/installer/install-tl-gui.tcl:1496
msgid "Current platform:"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1502
+#: tlpkg/installer/install-tl-gui.tcl:1503
msgid "N. of additional platform(s):"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1515
+#: tlpkg/installer/install-tl-gui.tcl:1516
msgid "Selections"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1520
+#: tlpkg/installer/install-tl-gui.tcl:1521
msgid "Scheme:"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1529
+#: tlpkg/installer/install-tl-gui.tcl:1530
msgid "N. of collections:"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1532
+#: tlpkg/installer/install-tl-gui.tcl:1533
msgid "Customize"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1541
+#: tlpkg/installer/install-tl-gui.tcl:1542
msgid "Disk space required (in MB):"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1619
+#: tlpkg/installer/install-tl-gui.tcl:1620
msgid "Adjust searchpath"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1628
+#: tlpkg/installer/install-tl-gui.tcl:1629
msgid "Desktop integration"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1640
+#: tlpkg/installer/install-tl-gui.tcl:1641
msgid "File associations"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1679
+#: tlpkg/installer/install-tl-gui.tcl:1680
msgid "Create symlinks in standard directories"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1685
+#: tlpkg/installer/install-tl-gui.tcl:1686
msgid "Specify directories"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1750
+#: tlpkg/installer/install-tl-gui.tcl:1751
msgid "Custom scheme"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1935
+#: tlpkg/installer/install-tl-gui.tcl:1936
#, tcl-format
msgid "%s not a local or remote repository"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1936
-#: tlpkg/installer/install-tl-gui.tcl:1942
+#: tlpkg/installer/install-tl-gui.tcl:1937
+#: tlpkg/installer/install-tl-gui.tcl:1943
#: texmf-dist/scripts/tlshell/tlshell.tcl:2030
msgid "Error"
msgstr ""
-#: tlpkg/installer/install-tl-gui.tcl:1941
+#: tlpkg/installer/install-tl-gui.tcl:1942
#, tcl-format
msgid "%s requires an argument"
msgstr ""
@@ -1690,7 +1690,7 @@ msgstr ""
msgid "No mirror list available"
msgstr ""
-#: tlpkg/tltcl/tltcl.tcl:661
+#: tlpkg/tltcl/tltcl.tcl:683
msgid "Select or type"
msgstr ""
diff --git a/systems/win32/miktex/tm/packages/files.csv.lzma b/systems/win32/miktex/tm/packages/files.csv.lzma
index 9f95402e40..6a54d4a787 100644
--- a/systems/win32/miktex/tm/packages/files.csv.lzma
+++ b/systems/win32/miktex/tm/packages/files.csv.lzma
Binary files differ
diff --git a/systems/win32/miktex/tm/packages/next/files.csv.lzma b/systems/win32/miktex/tm/packages/next/files.csv.lzma
index 0ad7e97c62..9b59b21f0f 100644
--- a/systems/win32/miktex/tm/packages/next/files.csv.lzma
+++ b/systems/win32/miktex/tm/packages/next/files.csv.lzma
Binary files differ
diff --git a/systems/win32/miktex/tm/packages/next/pr.ini b/systems/win32/miktex/tm/packages/next/pr.ini
index bb67d6eb9a..4522200f7d 100644
--- a/systems/win32/miktex/tm/packages/next/pr.ini
+++ b/systems/win32/miktex/tm/packages/next/pr.ini
@@ -2,9 +2,9 @@
[repository]
-date=1581887714
+date=1581974288
lastupd=miktex-arctrl-bin-2.9 miktex-arctrl-bin-x64-2.9 miktex-asymptote-bin-2.9 miktex-asymptote-bin-x64-2.9 miktex-autosp-bin-2.9 miktex-autosp-bin-x64-2.9 miktex-axohelp-bin-2.9 miktex-axohelp-bin-x64-2.9 miktex-bibarts-bin-2.9 miktex-bibarts-bin-x64-2.9 miktex-bibtex-bin-2.9 miktex-bibtex-bin-x64-2.9 miktex-bibtex8bit-bin-2.9 miktex-bibtex8bit-bin-x64-2.9 miktex-bzip2-bin-2.9 miktex-bzip2-bin-x64-2.9 miktex-cairo-bin-2.9 miktex-cairo-bin-x64-2.9 miktex-chktex-bin-2.9 miktex-chktex-bin-x64-2.9
-lstdigest=ec1f39c06b1d5af88a926607a5240a23
-numpkg=3859
+lstdigest=3e8b18c18764658c91f683d8adeee6ef
+numpkg=3862
relstate=next
-version=7351
+version=7352
diff --git a/systems/win32/miktex/tm/packages/pr.ini b/systems/win32/miktex/tm/packages/pr.ini
index 8b1428de1d..5e4a4e10b6 100644
--- a/systems/win32/miktex/tm/packages/pr.ini
+++ b/systems/win32/miktex/tm/packages/pr.ini
@@ -2,9 +2,9 @@
[repository]
-date=1581887479
-lastupd=euclideangeometry hitszthesis miktex-bibtex-bin-2.9 miktex-bibtex-bin-x64-2.9 miktex-dvicopy-bin-2.9 miktex-dvicopy-bin-x64-2.9 miktex-luatex-bin-2.9 miktex-luatex-bin-x64-2.9 newpx sdaps miktex-runtime-bin-2.9 miktex-runtime-bin-x64-2.9 miktex-arctrl-bin-2.9 miktex-arctrl-bin-x64-2.9 miktex-asymptote-bin-2.9 miktex-asymptote-bin-x64-2.9 miktex-axohelp-bin-2.9 miktex-axohelp-bin-x64-2.9 miktex-bibarts-bin-2.9 miktex-bibarts-bin-x64-2.9
-lstdigest=2f1706a89c61511dc507a50f4d12066b
-numpkg=3859
+date=1581973870
+lastupd=archaeologie breqn bxjscls haranoaji haranoaji-extra luatexko newtxtt schulmathematik xetexko euclideangeometry hitszthesis miktex-bibtex-bin-2.9 miktex-bibtex-bin-x64-2.9 miktex-dvicopy-bin-2.9 miktex-dvicopy-bin-x64-2.9 miktex-luatex-bin-2.9 miktex-luatex-bin-x64-2.9 newpx sdaps miktex-runtime-bin-2.9
+lstdigest=66e2e2de8af392a94697e0728ca935f3
+numpkg=3862
relstate=stable
-version=7351
+version=7352
diff --git a/systems/win32/w32tex/ChangeLog b/systems/win32/w32tex/ChangeLog
index b714e6574c..ccfbd3ebaf 100644
--- a/systems/win32/w32tex/ChangeLog
+++ b/systems/win32/w32tex/ChangeLog
@@ -1,5 +1,15 @@
W32TeX (x86 & x64) ChangeLog
+[2020/02/16]
+(01) ltxpkgdocs.tar.xz
+ Update documents for packages.
+(02) newtxpx-boondoxfonts.tar.xz
+ Update newpx fonts.
+(03) ptex-w32.tar.xz
+ Update makejvf.exe.
+(04) win64/ptex-w64.tar.xz
+ Update makejvf.exe.
+
[2020/02/15]
(01) aleph-w32.tar.xz
Update format files.