summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-04-29 03:01:11 +0000
committerNorbert Preining <norbert@preining.info>2021-04-29 03:01:11 +0000
commiteb12ba26e2796aad14025f9c36434d5b84097eab (patch)
tree31d038b8c37ccc96d1d6b0c33ec5dcb77384fc10 /systems/texlive/tlnet/tlpkg
parentd929e40413ebfcbeaadd7e5469ed1eb0d867ba97 (diff)
CTAN sync 202104290301
Diffstat (limited to 'systems/texlive/tlnet/tlpkg')
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl21
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb479
-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.xzbin2299272 -> 2302652 bytes
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/da.po1942
7 files changed, 2302 insertions, 158 deletions
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index ee8297e047..cffb1ab101 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -13,6 +13,7 @@ $mirrors = {
},
'Asia' => {
'China' => {
+ 'https://mirror.bjtu.edu.cn/CTAN/' => 1,
'https://mirrors.aliyun.com/CTAN/' => 1,
'https://mirrors.bfsu.edu.cn/CTAN/' => 1,
'https://mirrors.cqu.edu.cn/CTAN/' => 1,
@@ -22,17 +23,21 @@ $mirrors = {
'https://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1,
'https://mirrors.sustech.edu.cn/CTAN/' => 1,
'https://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1,
- 'https://mirrors.ustc.edu.cn/CTAN/' => 1,
},
'Hong Kong' => {
'https://mirror-hk.koddos.net/CTAN/' => 1,
},
+ 'India' => {
+ 'http://ctan.imsc.res.in/' => 1,
+ 'https://mirror.jit.ac.in/tex-archive/' => 1,
+ },
'Indonesia' => {
'https://mirror.unpad.ac.id/ctan/' => 1,
},
'Iran' => {
'http://ctan.yazd.ac.ir/' => 1,
'https://ctan.asis.ai/' => 1,
+ 'https://ctan.um.ac.ir/' => 1,
},
'Japan' => {
'https://ftp.jaist.ac.jp/pub/CTAN/' => 1,
@@ -42,7 +47,6 @@ $mirrors = {
'Korea' => {
'http://ftp.ktug.org/tex-archive/' => 1,
'http://mirror.kakao.com/CTAN/' => 1,
- 'https://ftp.harukasan.org/CTAN/' => 1,
'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1,
'https://mirror.navercorp.com/CTAN/' => 1,
'https://mirror.yongbok.net/ctan/' => 1,
@@ -137,7 +141,7 @@ $mirrors = {
'https://ctan.altspu.ru/' => 1,
'https://mirror.macomnet.net/pub/CTAN/' => 1,
'https://mirror.truenetwork.ru/CTAN/' => 1,
- 'https://mirrors.mi.ras.ru/CTAN/' => 1,
+ 'https://mirrors.mi-ras.ru/CTAN/' => 1,
},
'Serbia' => {
'http://ctan.mirror.ftn.uns.ac.rs/' => 1,
@@ -146,7 +150,6 @@ $mirrors = {
'https://ctan.ijs.si/tex-archive/' => 1,
},
'Spain' => {
- 'https://ctan.javinator9889.com/' => 1,
'https://osl.ugr.es/CTAN/' => 1,
},
'Sweden' => {
@@ -162,9 +165,9 @@ $mirrors = {
},
'North America' => {
'Canada' => {
- 'http://ctan.mirror.colo-serv.net/' => 1,
- 'http://ctan.mirror.globo.tech/' => 1,
'https://ctan.math.ca/tex-archive/' => 1,
+ 'https://ctan.mirror.colo-serv.net/' => 1,
+ 'https://ctan.mirror.globo.tech/' => 1,
'https://ctan.mirror.rafal.ca/' => 1,
'https://mirror.its.dal.ca/ctan/' => 1,
'https://muug.ca/mirror/ctan/' => 1,
@@ -173,11 +176,10 @@ $mirrors = {
'https://mirrors.ucr.ac.cr/CTAN/' => 1,
},
'USA' => {
- 'http://ctan.math.utah.edu/ctan/tex-archive/' => 1,
- 'http://ctan.mirrors.hoobly.com/' => 1,
'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1,
'https://ctan.math.illinois.edu/' => 1,
'https://ctan.math.washington.edu/tex-archive/' => 1,
+ 'https://ctan.mirrors.hoobly.com/' => 1,
'https://mirror.las.iastate.edu/tex-archive/' => 1,
'https://mirrors.concertpass.com/tex-archive/' => 1,
'https://mirrors.rit.edu/CTAN/' => 1,
@@ -187,9 +189,6 @@ $mirrors = {
'Australia' => {
'https://mirror.aarnet.edu.au/pub/CTAN/' => 1,
},
- 'New Zealand' => {
- 'http://mirror.aut.ac.nz/CTAN/' => 1,
- },
},
'South America' => {
'Brazil' => {
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index af0c791199..f5d282a62b 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/2021
-depend revision/58992
+depend revision/59018
name 00texlive.image
category TLCore
-revision 58977
+revision 59013
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
@@ -687,6 +687,7 @@ runfiles size=13859
tlpkg/tlpsrc/beamertheme-phnompenh.tlpsrc
tlpkg/tlpsrc/beamertheme-pure-minimalistic.tlpsrc
tlpkg/tlpsrc/beamertheme-saintpetersburg.tlpsrc
+ tlpkg/tlpsrc/beamertheme-trigon.tlpsrc
tlpkg/tlpsrc/beamertheme-upenn-bc.tlpsrc
tlpkg/tlpsrc/beamerthemejltree.tlpsrc
tlpkg/tlpsrc/beamerthemelalic.tlpsrc
@@ -868,6 +869,7 @@ runfiles size=13859
tlpkg/tlpsrc/bropd.tlpsrc
tlpkg/tlpsrc/brushscr.tlpsrc
tlpkg/tlpsrc/bubblesort.tlpsrc
+ tlpkg/tlpsrc/buctthesis.tlpsrc
tlpkg/tlpsrc/bullcntr.tlpsrc
tlpkg/tlpsrc/bundledoc.tlpsrc
tlpkg/tlpsrc/burmese.tlpsrc
@@ -3946,6 +3948,7 @@ runfiles size=13859
tlpkg/tlpsrc/tinos.tlpsrc
tlpkg/tlpsrc/tipa-de.tlpsrc
tlpkg/tlpsrc/tipa.tlpsrc
+ tlpkg/tlpsrc/tipauni.tlpsrc
tlpkg/tlpsrc/tipfr.tlpsrc
tlpkg/tlpsrc/titlecaps.tlpsrc
tlpkg/tlpsrc/titlefoot.tlpsrc
@@ -4257,6 +4260,7 @@ runfiles size=13859
tlpkg/tlpsrc/xii-lat.tlpsrc
tlpkg/tlpsrc/xii.tlpsrc
tlpkg/tlpsrc/xindex.tlpsrc
+ tlpkg/tlpsrc/xindy-persian.tlpsrc
tlpkg/tlpsrc/xindy.tlpsrc
tlpkg/tlpsrc/xint.tlpsrc
tlpkg/tlpsrc/xintsession.tlpsrc
@@ -4378,7 +4382,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 58990
+revision 59015
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
@@ -27690,7 +27694,7 @@ catalogue-version 1.0
name babel
category Package
-revision 58797
+revision 58999
shortdesc Multilingual support for Plain TeX or LaTeX
relocated 1
longdesc This package manages culturally-determined typographical (and
@@ -27703,22 +27707,22 @@ longdesc has to be done for each language. Included is also a set of ini
longdesc files for about 250 languages. Many language styles work with
longdesc pdfLaTeX, as well as with XeLaTeX and LuaLaTeX, out of the box.
longdesc A few even work with plain formats.
-containersize 176868
-containerchecksum a548741250ad9448761ebeecef36889fe58e77c7240a584ff68b9a0e7b8d09e9fae522320a53406142f459d7e891fbd62d75e6c660c7fa49870798f30663a7cc
-doccontainersize 813832
-doccontainerchecksum e7df412ab9b1ef2467ec3c61feadef6559baf523fc5f26ca48f85075c1cc9023121a5de5125affb3fc0b34ece75157be18e4c667f3fc9fe4eba188b82bf5eeae
-docfiles size=203
+containersize 178608
+containerchecksum 2f94846e43f525509ee98b790066c5fdc7cb507c1b98c5935e50cb5b3e1ce30af5b35c17a1423a85a2109267b452781bc1855a98fb3d94de9c2f0e2202fed36d
+doccontainersize 819808
+doccontainerchecksum 8cf82f6dd7b9fc6e6cb8f5da7f3e4bdbd226ddf29730cec34eb83ba728521aae4e83b64012fe8c4ffb1c6f5c4ff1a88fa861981f3f713fd08ddc0f15495d3262
+docfiles size=205
RELOC/doc/latex/babel/README.md details="Readme"
RELOC/doc/latex/babel/babel.pdf details="Package documentation"
-srccontainersize 678128
-srccontainerchecksum 1c23db39bf91fdd5ff796fada1da87f2eea9a35d392a8660bf38f4ad1c13af67422289c1d7d455f1f62ebf784c794457a1ba6c4f6b25bb74adeeaf912bfef863
-srcfiles size=370
+srccontainersize 684676
+srccontainerchecksum a0770e5193793e87658a701344ba0ab44773d2be04f204e1992a5f75a69b68ace13c2b73499215e5e441f2c228e9833742c542d43ec14ab36bfa5f06d66fbcea
+srcfiles size=372
RELOC/source/latex/babel/babel.dtx
RELOC/source/latex/babel/babel.ins
RELOC/source/latex/babel/bbcompat.dtx
RELOC/source/latex/babel/bbidxglo.dtx
RELOC/source/latex/babel/locale.zip
-runfiles size=936
+runfiles size=938
RELOC/makeindex/babel/bbglo.ist
RELOC/makeindex/babel/bbind.ist
RELOC/tex/generic/babel/UKenglish.sty
@@ -28421,7 +28425,7 @@ catalogue-contact-repository https://github.com/latex3/babel
catalogue-ctan /macros/latex/required/babel/base
catalogue-license lppl1.3
catalogue-topics multilingual
-catalogue-version 3.57
+catalogue-version 3.58
name babel-albanian
category Package
@@ -33737,6 +33741,60 @@ catalogue-ctan /macros/latex/contrib/beamer-contrib/themes/beamertheme-saintpete
catalogue-license lppl1.3c
catalogue-topics presentation
+name beamertheme-trigon
+category Package
+revision 59004
+shortdesc A modern, elegant, and versatile theme for Beamer
+relocated 1
+longdesc This package provides a modern, elegant and versatile theme for
+longdesc Beamer, with a high degree of customization. Trigon found its
+longdesc origin and inspiration in the graphical guidelines resulting
+longdesc from the visual identity overhaul of the University of Liege.
+longdesc Although directly inspired from these guidelines, the theme was
+longdesc stripped out of any mention or specificities related to the
+longdesc University and its faculties. This makes the Trigon theme
+longdesc perfectly suitable for many different contexts. The final
+longdesc product provides a modern, elegant and versatile theme with a
+longdesc high degree of customization. The main design focuses on
+longdesc triangular shapes for major layout elements and noise
+longdesc minimization for the main body of the work. The theme's
+longdesc implementation is heavily inspired from the Metropolis theme.
+longdesc Most options from Metropolis have been ported to Trigon in
+longdesc order to improve customization and ease-of-use. Trigon also
+longdesc includes different styles and layouts for the main title page,
+longdesc the section page and the default slide background.
+containersize 5468
+containerchecksum e0fa7ff98a34ef416275502a1fc6522578749ae91de9ec416819cbd418fc212bcdd44798d42073a665afcef5d6e4c2b198667b922932297f563db89450ba3b2f
+doccontainersize 562496
+doccontainerchecksum 910c3aabde13e8efd7d2cc96ac5695047b35c94e6ef6d1e7997e004b1e68edd3fb4a1bf1acecbee8a75028737dfb6cf750295510d0fc0939f95f4f03f1d76b05
+docfiles size=192
+ RELOC/doc/latex/beamertheme-trigon/README.md details="Readme"
+ RELOC/doc/latex/beamertheme-trigon/trigon_demo.pdf details="Example of use"
+ RELOC/doc/latex/beamertheme-trigon/trigon_demo.tex
+ RELOC/doc/latex/beamertheme-trigon/trigontheme.pdf details="Package documentation"
+srccontainersize 12000
+srccontainerchecksum 70804d3e135d27b9ba84f50c80c151996a1bcaae050bd8314be854192855935d2920cdcf06107c168c893a7066f5e1af0da5fe07bcf32a3e9808e02ebbfaa48a
+srcfiles size=19
+ RELOC/source/latex/beamertheme-trigon/beamercolorthemetrigon.dtx
+ RELOC/source/latex/beamertheme-trigon/beamerfontthemetrigon.dtx
+ RELOC/source/latex/beamertheme-trigon/beamerinnerthemetrigon.dtx
+ RELOC/source/latex/beamertheme-trigon/beamerouterthemetrigon.dtx
+ RELOC/source/latex/beamertheme-trigon/beamerthemetrigon.dtx
+ RELOC/source/latex/beamertheme-trigon/beamerthemetrigon.ins
+ RELOC/source/latex/beamertheme-trigon/trigontheme.dtx
+runfiles size=10
+ RELOC/tex/latex/beamertheme-trigon/beamercolorthemetrigon.sty
+ RELOC/tex/latex/beamertheme-trigon/beamerfontthemetrigon.sty
+ RELOC/tex/latex/beamertheme-trigon/beamerinnerthemetrigon.sty
+ RELOC/tex/latex/beamertheme-trigon/beamerouterthemetrigon.sty
+ RELOC/tex/latex/beamertheme-trigon/beamerthemetrigon.sty
+catalogue-contact-bugs https://gitlab.com/thlamb/beamertheme-trigon/-/issues
+catalogue-contact-repository https://gitlab.com/thlamb/beamertheme-trigon
+catalogue-ctan /macros/latex/contrib/beamer-contrib/themes/beamertheme-trigon
+catalogue-license cc-by-sa-4
+catalogue-topics presentation
+catalogue-version 0.5.0
+
name beamertheme-upenn-bc
category Package
revision 29937
@@ -43119,6 +43177,66 @@ catalogue-license lppl1.3c
catalogue-topics macro-sort list
catalogue-version 1.0
+name buctthesis
+category Package
+revision 59002
+shortdesc Beijing University of Chemical Technology Thesis Template
+relocated 1
+longdesc This package provides a LaTeX class and template for Beijing
+longdesc University of Chemical Technology, supporting bachelor, master,
+longdesc and doctor theses.
+containersize 8936
+containerchecksum a79c86c1a87d591889b8d6df85b9a770a88418d0184460bfc1a9e23a263e8ae6ae48718298381db6f1ba083d2c137ead540ceb469ce80a605d6834a9c11e2fca
+doccontainersize 878084
+doccontainerchecksum 393b24ab33f05581cd1346b3219b2d9bb8e411c17f653e334a0a23bd62a2c2ee7aef6d449ec4f506c7e0156116e6bcee2404c4315647b306266b346ceeb1fc62
+docfiles size=251
+ RELOC/doc/latex/buctthesis/AddBib.png
+ RELOC/doc/latex/buctthesis/BUCT-badge.pdf
+ RELOC/doc/latex/buctthesis/ChangeLog.md
+ RELOC/doc/latex/buctthesis/LICENSE
+ RELOC/doc/latex/buctthesis/README.md details="Readme"
+ RELOC/doc/latex/buctthesis/acknowledgement.tex
+ RELOC/doc/latex/buctthesis/app1.tex
+ RELOC/doc/latex/buctthesis/buctcover.tex
+ RELOC/doc/latex/buctthesis/buctthesis.pdf details="Package documentation"
+ RELOC/doc/latex/buctthesis/chapter1.tex
+ RELOC/doc/latex/buctthesis/chapter2.tex
+ RELOC/doc/latex/buctthesis/chapter3.tex
+ RELOC/doc/latex/buctthesis/conclusion.tex
+ RELOC/doc/latex/buctthesis/declare-bachelor.png
+ RELOC/doc/latex/buctthesis/declare-master.png
+ RELOC/doc/latex/buctthesis/denotation.tex
+ RELOC/doc/latex/buctthesis/foreword.tex
+ RELOC/doc/latex/buctthesis/frontmatter.tex
+ RELOC/doc/latex/buctthesis/helloworld.cpp
+ RELOC/doc/latex/buctthesis/image-a.pdf
+ RELOC/doc/latex/buctthesis/image-c.pdf
+ RELOC/doc/latex/buctthesis/image-plain.pdf
+ RELOC/doc/latex/buctthesis/latexmkrc
+ RELOC/doc/latex/buctthesis/main.tex
+ RELOC/doc/latex/buctthesis/manual.sty
+ RELOC/doc/latex/buctthesis/mycfg.sty
+ RELOC/doc/latex/buctthesis/resume.tex
+ RELOC/doc/latex/buctthesis/thesisbib.bib
+ RELOC/doc/latex/buctthesis/translation.tex
+ RELOC/doc/latex/buctthesis/worm-gear.pdf
+srccontainersize 24404
+srccontainerchecksum 67128489bd185d74cf76c77afe8edf547dc835e1a32e6e77ee9aa6e5bd56e98403d3df3b9ccd34841d50e59c6572138a22331cc52de4e1d3c2d6536cbe7156e1
+srcfiles size=23
+ RELOC/source/latex/buctthesis/buctthesis.dtx
+ RELOC/source/latex/buctthesis/buctthesis.ins
+runfiles size=10
+ RELOC/tex/latex/buctthesis/buctcover.cls
+ RELOC/tex/latex/buctthesis/buctthesis.cls
+catalogue-contact-announce https://github.com/Miracle0565/BUCTthesis/releases
+catalogue-contact-bugs https://github.com/Miracle0565/BUCTthesis/issues
+catalogue-contact-home https://github.com/Miracle0565/BUCTthesis
+catalogue-contact-repository https://github.com/Miracle0565/BUCTthesis/tree/master
+catalogue-ctan /macros/latex/contrib/buctthesis
+catalogue-license lppl1.3c
+catalogue-topics class doc-templ dissertation chinese
+catalogue-version 1.1
+
name bullcntr
category Package
revision 15878
@@ -66075,7 +66193,7 @@ containerchecksum 8239a85051576d691f7a367b2858dbc191e0545d88e0f193107cf68ccc527c
name collection-langarabic
category Collection
-revision 56215
+revision 59003
shortdesc Arabic
relocated 1
longdesc Support for Arabic and Persian.
@@ -66107,8 +66225,9 @@ depend texnegar
depend tram
depend xepersian
depend xepersian-hm
-containersize 444
-containerchecksum 3c9a530b444eb34dd9c5a1a0b49e662edda54868820633e281c0501146a59b0d0671a61ac6407049913640320d28d4c6e2afbf6907b152176de55d865da5fafb
+depend xindy-persian
+containersize 448
+containerchecksum fea2044669380d81e34c45f19deeefeeeb42ea5c7b6afd0376eff49193c82903b09e061343a39677283002bd05089b6b6822132507fc4ff8fc13bffcd275cbbd
name collection-langchinese
category Collection
@@ -66880,7 +66999,7 @@ containerchecksum 0568a3251d71fb3106fbb3961427200419ae1df22d39b5e72c608e2d94fc35
name collection-latexextra
category Collection
-revision 58907
+revision 59009
shortdesc LaTeX additional packages
relocated 1
longdesc A very large collection of add-on packages for LaTeX.
@@ -66968,6 +67087,7 @@ depend beamertheme-npbt
depend beamertheme-phnompenh
depend beamertheme-pure-minimalistic
depend beamertheme-saintpetersburg
+depend beamertheme-trigon
depend beamertheme-upenn-bc
depend beamerthemejltree
depend beamerthemelalic
@@ -68111,6 +68231,7 @@ depend thumb
depend thumbs
depend thumby
depend ticket
+depend tipauni
depend titlecaps
depend titlefoot
depend titlepic
@@ -68251,7 +68372,7 @@ depend zref
depend zwgetfdate
depend zwpagelayout
containersize 6332
-containerchecksum 63a15145bdaa1e5302d066b36330c0842f0291d8d4f68798414fec91032bce64ea38b473cf1f69a5f991fffda077eafd6d1fc3dc8e61f53485f0d30a72c3e17a
+containerchecksum ea36c500bf0b7e1012ac178a67bfd5257b98de8c1a2d2df6290cf89c25bb5b2c9d4807f41158b1658dd8722b2766216b7b6ef3ac2dfd4edec992abd92b4d9f36
name collection-latexrecommended
category Collection
@@ -69190,7 +69311,7 @@ containerchecksum 653143f95761352dc349c66f618b01a77650b20bf8b2cf45137e72b2f05ba3
name collection-publishers
category Collection
-revision 58910
+revision 59002
shortdesc Publisher styles, theses, etc.
relocated 1
depend IEEEconf
@@ -69232,6 +69353,7 @@ depend br-lex
depend brandeis-dissertation
depend brandeis-problemset
depend brandeis-thesis
+depend buctthesis
depend cascadilla
depend cesenaexam
depend chem-journal
@@ -69434,8 +69556,8 @@ depend xmuthesis
depend yathesis
depend yazd-thesis
depend york-thesis
-containersize 1544
-containerchecksum 76446566ffd13ea030a5d44aa37afa6e21b1dc201ccbb6f1461b6561c46c94d3c098cdfc60112e08098bbee136162cc7f3be7f3d576498a8de0f9cb865c1340a
+containersize 1548
+containerchecksum 431f3c14b442940da7bc1cbc9c50afe2ca72120a90987890b4eb441faf8342b6658b6a8bf176fc6ac4f4d0483fa7d5f2268a6aa5d4b491b03536c1f5031c377f
name collection-texworks
category Collection
@@ -98461,16 +98583,16 @@ catalogue-topics notes editorial
name easybook
category Package
-revision 58976
+revision 59008
shortdesc Typeset Chinese books or notes
relocated 1
longdesc Easybook is a minimalist style template based on the ctexbook
longdesc book document class.
-containersize 12068
-containerchecksum df59322106a2b95029cb332ac2dbde38943d3763835f6593d4356a74731aa8e55b4187ad137005e2cda79465fd1bb45bea78bd7d962a70bf32a2cf086a591f5d
-doccontainersize 729948
-doccontainerchecksum 98a6ef797113338d7aea1ba21d08b5e08b2549a26f2d53a90e56b15b5e531fe239aba54e4a93d48d376a96ccdcac006a26fdcd6aa14f138337f83a69c6411013
-docfiles size=186
+containersize 12032
+containerchecksum 6e2885b88bda5ddea6697917039f53a5a2cca1fda82bc39fd2aba6c77e9cbc1edc6967c6302298f5318b2083259027749ee351a48c4d02d8d8e40f5891a63310
+doccontainersize 733000
+doccontainerchecksum 4dafaed0db18e0f78421afbd144724f408b1a593ee5266499a8ddd87f9e58a96a2c652b0d0f5680ca6da8d489e860f26e2e7c7e9cd189473f04a487272b7b5c7
+docfiles size=187
RELOC/doc/latex/easybook/README.md details="Readme"
RELOC/doc/latex/easybook/appendix.tex
RELOC/doc/latex/easybook/chapter1.tex
@@ -98480,8 +98602,8 @@ docfiles size=186
RELOC/doc/latex/easybook/easybook-demo.tex
RELOC/doc/latex/easybook/easybook.pdf details="Package documentation" language="zh"
RELOC/doc/latex/easybook/refs.bib
-srccontainersize 25792
-srccontainerchecksum 8cabacc8dc9326c70ea0abfa762043e225b04b4b3acb44dbdbdf05f87769731e28b3599e0d4b876ef701b4b8ae46f6f9f2252d2ff36521d1c606993fb3e8525e
+srccontainersize 26032
+srccontainerchecksum 9ebde70da3d2cda69b0629b8701bc17b65b951b631ba29a2ebd14165af6249dd32d40bee010bbaef1abe21b9991c85f7215da531ff2c378d7cb7f2b45f0f2c7e
srcfiles size=27
RELOC/source/latex/easybook/easybook.dtx
runfiles size=14
@@ -98491,7 +98613,7 @@ catalogue-contact-repository https://gitee.com/texl3/easybook
catalogue-ctan /macros/latex/contrib/easybook
catalogue-license cc-by-4
catalogue-topics book-pub class chinese expl3
-catalogue-version 1.24s
+catalogue-version 1.24u
name easyfig
category Package
@@ -132590,21 +132712,21 @@ catalogue-topics font font-sans font-type1
name grundgesetze
category Package
-revision 34439
+revision 58997
shortdesc Typeset Frege's Grundgesetze der Arithmetik
relocated 1
longdesc The package defines maths mode commands for typesetting Gottlob
longdesc Frege's concept-script in the style of his "Grundgesetze der
longdesc Arithmetik" (Basic Laws of Arithmetic).
-containersize 2360
-containerchecksum 2fb5c03a405e29d27c929fd3970af300df8134efc584a52dd088adb6e0678979af7c6302cffc590b2471a66e13399f628d257f298f1ffb9689d8aa1d268b9438
-doccontainersize 225144
-doccontainerchecksum cdf228d38f34810d543b0e5135acb75a8ab12de7b706bda79f2abe9b6cdcf1e7c7ccd3f0ddb7cc4cc2560f5fb06c06eacdebcf06af89500953812f2e7a0c8285
-docfiles size=56
+containersize 2340
+containerchecksum f9912e5daab42e6aaec946ea34f420acc194ce88ef75135ebedcdddd5f70fbebc81c250f3368bc8f65cf3952d0229fc450ab40b58bd02473ae4eecee783f3f09
+doccontainersize 226836
+doccontainerchecksum 7dfacbd4686f5296cc1f677b99f42946f6ba1e761454308568ecb013df3eb0a505273e1cc357d11780f7d4762d03007ab44b87343062c50666bc8e89e1512ed6
+docfiles size=57
RELOC/doc/latex/grundgesetze/README details="Readme"
RELOC/doc/latex/grundgesetze/grundgesetze.pdf details="Package documentation"
-srccontainersize 8100
-srccontainerchecksum 7cd35484acde51219cff50fa78fc202c03ddc761fc2151bca789454e0aa0a2ea4a8088a5c6b9cbe468707f9efcde661c2d4c5357efc161d8454b4749870358e3
+srccontainersize 8156
+srccontainerchecksum dfa00982121cd247149768a95ac8555a2061ebfa1bcc154ff944d07843d213ab7c7bf0931cad3dac118cd995abf0fcfe03f12285e2e7fc3e808223939d4c1d58
srcfiles size=10
RELOC/source/latex/grundgesetze/grundgesetze.dtx
RELOC/source/latex/grundgesetze/grundgesetze.ins
@@ -132614,7 +132736,7 @@ catalogue-also begriff frege bguq
catalogue-ctan /macros/latex/contrib/grundgesetze
catalogue-license gpl2
catalogue-topics maths logic
-catalogue-version 1.02
+catalogue-version 1.03
name gsemthesis
category Package
@@ -163559,7 +163681,7 @@ docfiles size=32
name latex-bin-dev
category TLCore
-revision 57981
+revision 59005
shortdesc LaTeX pre-release executables and formats
longdesc See the latex-base-dev package for information.
depend atbegshi
@@ -163589,13 +163711,13 @@ depend pdftex
depend tex-ini-files
depend unicode-data
execute AddFormat name=dvilualatex-dev engine=luatex patterns=language.dat,language.dat.lua options="dvilualatex.ini" fmttriggers=atbegshi,atveryend,babel,cm,everyshi,firstaid,hyphen-base,l3backend,l3kernel,l3packages,latex,latex-fonts,tex-ini-files,unicode-data,latex-base-dev,latex-firstaid-dev,lm,luaotfload
-execute AddFormat name=latex-dev engine=pdftex patterns=language.dat options="-translate-file=cp227.tcx *latex.ini" fmttriggers=atbegshi,atveryend,babel,cm,everyshi,firstaid,hyphen-base,l3backend,l3kernel,l3packages,latex,latex-fonts,tex-ini-files,unicode-data,latex-base-dev,latex-firstaid-dev,dehyph,hyph-utf8,latexconfig
+execute AddFormat name=latex-dev engine=pdftex patterns=language.dat options="-translate-file=cp227.tcx *latex.ini" fmttriggers=atbegshi,atveryend,babel,cm,everyshi,firstaid,hyphen-base,l3backend,l3kernel,l3packages,latex,latex-fonts,tex-ini-files,unicode-data,latex-base-dev,latex-firstaid-dev,dehyph,hyph-utf8,latexconfig,pdftex
execute AddFormat name=lualatex-dev engine=luahbtex patterns=language.dat,language.dat.lua options="lualatex.ini" fmttriggers=atbegshi,atveryend,babel,cm,everyshi,firstaid,hyphen-base,l3backend,l3kernel,l3packages,latex,latex-fonts,tex-ini-files,unicode-data,latex-base-dev,latex-firstaid-dev,lm,luaotfload
-execute AddFormat name=pdflatex-dev engine=pdftex patterns=language.dat options="-translate-file=cp227.tcx *pdflatex.ini" fmttriggers=atbegshi,atveryend,babel,cm,everyshi,firstaid,hyphen-base,l3backend,l3kernel,l3packages,latex,latex-fonts,tex-ini-files,unicode-data,latex-base-dev,latex-firstaid-dev,dehyph,hyph-utf8,latexconfig
+execute AddFormat name=pdflatex-dev engine=pdftex patterns=language.dat options="-translate-file=cp227.tcx *pdflatex.ini" fmttriggers=atbegshi,atveryend,babel,cm,everyshi,firstaid,hyphen-base,l3backend,l3kernel,l3packages,latex,latex-fonts,tex-ini-files,unicode-data,latex-base-dev,latex-firstaid-dev,dehyph,hyph-utf8,latexconfig,pdftex
containersize 676
-containerchecksum 31c364be709db593c1a1d4e5250a7d8899fe0f5eb534c61c5f67d1a032b4afca9a91c5d2d1a541e96045d294c87d7ca1758a6a59bce8a3e94bf5511e20cf8854
+containerchecksum 5d44e0274f584509e2d600f0c27f6bb395d5c9a9d18cef9df67199a8ebb30b00d32a6a944ad7e195a47ac7bd87e0bd2d8f116cd513678a0cdf2a7d45db8c065a
doccontainersize 13972
-doccontainerchecksum 94474a52fb6a2bb801405c83562d6dd69038cca8d73705f382c2acc6c63d57e057a6b6c1b93556e41f5d0d9f9adfa269f0857c35e6523108eb230985752c3261
+doccontainerchecksum f7ac33d09631c9054f8ccb0ffd91a6ab83bedfee96a299ec5727be9ffeae226d2844a08633cf19e5ed45a17fce9c15707e02aeb53778d06281aba0b612c90a60
docfiles size=35
texmf-dist/doc/man/man1/dvilualatex-dev.1
texmf-dist/doc/man/man1/dvilualatex-dev.man1.pdf
@@ -230839,7 +230961,7 @@ binfiles arch=x86_64-solaris size=310
name onedown
category Package
-revision 52525
+revision 59010
shortdesc Typeset Bridge Diagrams
relocated 1
longdesc This is a comprehensive package to draw all sorts of bridge
@@ -230852,15 +230974,19 @@ longdesc Annotations to card and bidding diagrams. Automated check on
longdesc consistency of suit and hands. Multilingual output of bridge
longdesc terms. Extensive documentation: User manual, Reference manual,
longdesc and Examples.
-containersize 17868
-containerchecksum e7e1ef415ac2e311be871031c008d13773b4a16de491123f46c9511a98fb868624505fa602607a0d48337a19641487ab4ca49332660677c0e956b61544ef8fa4
-doccontainersize 2099876
-doccontainerchecksum cab3a78d993daab2e5c8143d15293dffd0c67abc872c6538342c023843fa94985b6e03f9219c45356d3901829fe7be5cb2be6179189ff600a50ba4d5d62d0b2e
-docfiles size=546
+containersize 17956
+containerchecksum 67110331d1df4b6f454ab23e6af1fa9904689e9a90f3a62652fd81db9fc990aeb527fdf7d4c5bb04064ddc93181f45334a06214c8acf9930497994e2ad0e8002
+doccontainersize 2700112
+doccontainerchecksum 06f00f302cb363411756ba0dd17d9a431aa4736bca2c61b2237b466e12a4fe8bd8cf9494ad5626766ca2112ce629aa8fb8409fc19c2ff3f83e4aee088390031c
+docfiles size=715
RELOC/doc/latex/onedown/README details="Readme"
RELOC/doc/latex/onedown/examples/Bidding.tex
+ RELOC/doc/latex/onedown/examples/CardSymbols.tex
+ RELOC/doc/latex/onedown/examples/Compass.pdf
RELOC/doc/latex/onedown/examples/Compass.tex
RELOC/doc/latex/onedown/examples/ExpertQuiz.tex
+ RELOC/doc/latex/onedown/examples/Fontsizes.pdf
+ RELOC/doc/latex/onedown/examples/Fontsizes.tex
RELOC/doc/latex/onedown/examples/Hands.tex
RELOC/doc/latex/onedown/examples/Languages.tex
RELOC/doc/latex/onedown/examples/Legends.tex
@@ -230882,27 +231008,26 @@ docfiles size=546
RELOC/doc/latex/onedown/examples/showNS-warn-I.tex
RELOC/doc/latex/onedown/examples/showNS-warn-II.tex
RELOC/doc/latex/onedown/onedown.pdf details="Package documentation"
-srccontainersize 48912
-srccontainerchecksum 607b06a08b704dadb2669274e50e363c86e037e4b3de1ecfde5a5f9d6c9e3f22bd0240b727ab1646c81bca4b9c5b86feaae7914daf051e457e5f0bee6259b7b5
-srcfiles size=54
+srccontainersize 49552
+srccontainerchecksum d7b3eb5dd5192af22735acf5af450ad0d714dddd434d66bff3a40151953ae1098cf8c27dc620f167bed2c3fbba13f86f62724312161bc321b71fb4f14d605fc1
+srcfiles size=55
RELOC/source/latex/onedown/onedown.dtx
RELOC/source/latex/onedown/onedown.ins
-runfiles size=37
- RELOC/tex/latex/onedown/ODw-danish.trsl
- RELOC/tex/latex/onedown/ODw-dutch.trsl
- RELOC/tex/latex/onedown/ODw-english.trsl
- RELOC/tex/latex/onedown/ODw-fallback.trsl
- RELOC/tex/latex/onedown/ODw-french.trsl
- RELOC/tex/latex/onedown/ODw-german.trsl
- RELOC/tex/latex/onedown/ODw-norwegian.trsl
- RELOC/tex/latex/onedown/ODw-spanish.trsl
- RELOC/tex/latex/onedown/ODw-swedish.trsl
- RELOC/tex/latex/onedown/ODw-turkish.trsl
+runfiles size=35
+ RELOC/tex/latex/onedown/ODw-Danish.dict
+ RELOC/tex/latex/onedown/ODw-Dutch.dict
+ RELOC/tex/latex/onedown/ODw-English.dict
+ RELOC/tex/latex/onedown/ODw-French.dict
+ RELOC/tex/latex/onedown/ODw-German.dict
+ RELOC/tex/latex/onedown/ODw-Norsk.dict
+ RELOC/tex/latex/onedown/ODw-Spanish.dict
+ RELOC/tex/latex/onedown/ODw-Swedish.dict
+ RELOC/tex/latex/onedown/ODw-Turkish.dict
RELOC/tex/latex/onedown/onedown.sty
catalogue-ctan /macros/latex/contrib/onedown
catalogue-license lppl1.3
catalogue-topics games
-catalogue-version 1.4
+catalogue-version 1.6
name onlyamsmath
category Package
@@ -232415,7 +232540,7 @@ catalogue-version 1.0
name optex
category Package
-revision 58920
+revision 59000
shortdesc LuaTeX format based on Plain TeX and OPmac
longdesc OpTeX is a LuaTeX format based on Plain TeX macros with power
longdesc from OPmac (fonts selection system, colors, external graphics,
@@ -232429,11 +232554,11 @@ depend luatex
depend optex.ARCH
depend rsfs
execute AddFormat name=optex engine=luatex patterns=hyphen-lan.opm options="optex.ini" fmttriggers=amsfonts,cm,ec,hyphen-base,lm,rsfs
-containersize 782232
-containerchecksum 1f2ec8097cc7380073c29fd6d32b6067f7f0cd6266350bb64f895dbe23c6a4b3799baa8a2b429b6f8c774f9ff3901bfd815f97c87159229bd580721d72f3267f
-doccontainersize 1413120
-doccontainerchecksum 8689af19039fc6ad341755c747211bd69ba5b9a0121ff1776b83136a18ed4fcb18feef89fb4d65191adbda830fd53fb036f16c25076ff25573c6b42c1003e87e
-docfiles size=394
+containersize 787860
+containerchecksum f1264201b4c2c61f1db488675ab5afcf8eaba3db5c564ee9a7dbf5f237f7d6e521e8420bde955eb41c9e9fa376d62e0bdb509a8174cc3af15a24c81ee0c277d2
+doccontainersize 1438720
+doccontainerchecksum 6b4a2fec0927f3897ac13005bda8e9ad25acc736e6b2b8ab4701b481563cee036645c1e4da6ad6eae0088cc07332a69c955aa23991f14d26885ec62f41276cb7
+docfiles size=402
texmf-dist/doc/man/man1/optex.1
texmf-dist/doc/man/man1/optex.man1.pdf
texmf-dist/doc/optex/README details="Readme"
@@ -232443,7 +232568,7 @@ docfiles size=394
texmf-dist/doc/optex/optex-math.tex
texmf-dist/doc/optex/optex-techdoc.tex
texmf-dist/doc/optex/optex-userdoc.tex
-runfiles size=474
+runfiles size=482
texmf-dist/tex/optex/base/alloc.opm
texmf-dist/tex/optex/base/basic-macros.opm
texmf-dist/tex/optex/base/bib-iso690.opm
@@ -232471,6 +232596,7 @@ runfiles size=474
texmf-dist/tex/optex/base/f-lido.opm
texmf-dist/tex/optex/base/f-lmfonts.opm
texmf-dist/tex/optex/base/f-merriweather.opm
+ texmf-dist/tex/optex/base/f-newcm.opm
texmf-dist/tex/optex/base/f-pagella.opm
texmf-dist/tex/optex/base/f-poltawski.opm
texmf-dist/tex/optex/base/f-roboto.opm
@@ -232534,6 +232660,7 @@ runfiles size=474
texmf-dist/tex/optex/demo/op-demo.tex
texmf-dist/tex/optex/demo/op-letter-cs.tex
texmf-dist/tex/optex/demo/op-letter-en.tex
+ texmf-dist/tex/optex/demo/op-mathalign.tex
texmf-dist/tex/optex/demo/op-ring.png
texmf-dist/tex/optex/demo/op-slides-bg.png
texmf-dist/tex/optex/demo/op-slides.tex
@@ -232546,7 +232673,7 @@ catalogue-contact-home http://petr.olsak.net/optex
catalogue-ctan /macros/optex
catalogue-license pd
catalogue-topics format luatex plain-ext
-catalogue-version 1.01
+catalogue-version 1.02
name optex.aarch64-linux
category Package
@@ -238627,7 +238754,7 @@ catalogue-version 1.6.3
name pdfxup
category Package
-revision 57166
+revision 59001
shortdesc Create n-up PDF pages with minimal margins
longdesc pdfxup is a Unix/Linux shell script that creates a PDF document
longdesc where each page is obtained by combining several pages of a PDF
@@ -238636,11 +238763,11 @@ longdesc maximal bounding box of (some of) the pages of the document,
longdesc and then uses pdflatex (with the graphicx package) in order to
longdesc produce the new document.
depend pdfxup.ARCH
-containersize 13960
-containerchecksum c000299a0f21b6fbc60e23ac163c55414e939f5542006a1508e8f5e143fb64cd40b8b57e986c07d99e4bec8e9f1d0d325955b4d34af08ba73a58f77c1a0d442a
-doccontainersize 115296
-doccontainerchecksum 9ffaa67a311531694f67a88cf41266858ba1d92a6d390fec2885a30a734922a48f4afe390eb6b3ea980c7ac79ff67f0d393927f7bdf3ad0bd3d30e64fd098d96
-docfiles size=33
+containersize 14804
+containerchecksum f5b7623c1ecd132bb3646af5953245bc7378901bd5ded2e910487770cd79bb3d248cad426aafd18dd12a28bdd46be0f89b81dc95959f06688fb6a7a8f96dd11b
+doccontainersize 119780
+doccontainerchecksum 23db38fd8ebbd04bf6fed3b2814360cb6d0b736db1540d0298e9ab6edd449894c420078adae11d97998fa1fceb8e7083adacc0048337afbf4b6fbb253c8ed21f
+docfiles size=36
texmf-dist/doc/man/man1/pdfxup.1
texmf-dist/doc/man/man1/pdfxup.man1.pdf
texmf-dist/doc/support/pdfxup/README details="Readme"
@@ -238654,7 +238781,7 @@ runfiles size=17
catalogue-ctan /support/pdfxup
catalogue-license lppl1.3
catalogue-topics pdfprocess
-catalogue-version 2.00
+catalogue-version 2.10
name pdfxup.aarch64-linux
category Package
@@ -249499,7 +249626,7 @@ catalogue-version 1.1
name profcollege
category Package
-revision 58973
+revision 58995
shortdesc A LaTeX package for French maths teachers in college
relocated 1
longdesc This package provides some commands to help French mathematics
@@ -249509,21 +249636,15 @@ longdesc \Pythagore{ABC}{5}{7} to write the entire calculation of AC
longdesc with the Pythagorean theorem, \Trigo[Cosinus]{ABC}{3}{}{60} to
longdesc write the entire calculation of AC with cosine, ... and some
longdesc others.
-containersize 79044
-containerchecksum 525848a236068fe342e994b9c122099a8f6ec5686bd8cca2f472715dca535457c6a0266f6e4907f9e73addc2b660bfc0bf131a151d4127a6d79a27ab3bfdda06
-doccontainersize 3913604
-doccontainerchecksum c2f78ea410f090a801ba7d59c8faf58b59e8bb45b345467813064caed7a77e4f79f17c1a651724f538560a4da5f97c25829e8187bdc721786f75308c74be2329
-docfiles size=1122
- RELOC/doc/latex/profcollege/PfCEquationComposition2.tex
- RELOC/doc/latex/profcollege/PfCEquationLaurent1.tex
- RELOC/doc/latex/profcollege/PfCEquationPose1.tex
- RELOC/doc/latex/profcollege/PfCEquationSoustraction2.tex
- RELOC/doc/latex/profcollege/PfCEquationSymbole1.tex
- RELOC/doc/latex/profcollege/PfCEquationTerme1.tex
+containersize 83556
+containerchecksum 7989dc75980da4250b76e6faf34ebeead2f853611eb327b128474c247761aece883f1e771d38f701d0fc4394bedd17843cf889c972171103b90c3297a2527724
+doccontainersize 3908208
+doccontainerchecksum 605d547b06744fbbeeb29cefa53fee5cd33e23a4c95c6f4ae0ff3396e43c3b51d68508dfd3ee8c3e875061e18c3264110e9f48c93a909fa9321bdab25d189847
+docfiles size=1089
RELOC/doc/latex/profcollege/ProfCollege-doc.pdf details="Package documentation" language="fr"
RELOC/doc/latex/profcollege/ProfCollege-doc.zip
RELOC/doc/latex/profcollege/README details="Readme"
-runfiles size=197
+runfiles size=230
RELOC/metapost/profcollege/PfCAfficheur.mp
RELOC/metapost/profcollege/PfCCalculatrice.mp
RELOC/metapost/profcollege/PfCConstantes.mp
@@ -249532,6 +249653,12 @@ runfiles size=197
RELOC/metapost/profcollege/PfCScratch.mp
RELOC/metapost/profcollege/PfCScratchpdf.mp
RELOC/metapost/profcollege/PfCSvgnames.mp
+ RELOC/tex/latex/profcollege/PfCEquationComposition2.tex
+ RELOC/tex/latex/profcollege/PfCEquationLaurent1.tex
+ RELOC/tex/latex/profcollege/PfCEquationPose1.tex
+ RELOC/tex/latex/profcollege/PfCEquationSoustraction2.tex
+ RELOC/tex/latex/profcollege/PfCEquationSymbole1.tex
+ RELOC/tex/latex/profcollege/PfCEquationTerme1.tex
RELOC/tex/latex/profcollege/ProfCollege.sty
catalogue-ctan /macros/latex/contrib/profcollege
catalogue-license lppl1.3c
@@ -251675,7 +251802,7 @@ catalogue-version 1.06a
name pst-circ
category Package
-revision 55289
+revision 59017
shortdesc PSTricks package for drawing electric circuits
relocated 1
longdesc The package is built using PSTricks and in particular pst-node.
@@ -251685,24 +251812,28 @@ longdesc package's macros are designed with a view to 'logical'
longdesc representation of circuits, as far as possible, so as to
longdesc relieve the user of purely graphical considerations when
longdesc expressing a circuit.
-containersize 24300
-containerchecksum ff5ea04128d8d7646484849fb0539af8cbd8638442de65f9cfebfc874a71f85b534488ef516129346984d31a01e44521c29d7c5293c30ea315a986fde6a953bb
-doccontainersize 499776
-doccontainerchecksum a3991c3c7fb781f6735de799c325bc19ef82cdc4ef31f2d4b5ec22ab3961e2bc450084285176172bf583869ebc2d7d35800ac75caf0caa99ed3c050c48f49960
-docfiles size=249
+containersize 24864
+containerchecksum c82c98023fea4d24aa91f17a31e51a80b706274f40fe6494aa03e3e3f329c0a9c615720d6a30abb93fac1b63112196eb88bdc31138f49a6543c7d3771ca054ba
+doccontainersize 508896
+doccontainerchecksum a2e119d4a75345784d0789f64d8e6bb0ef27578b00bfe043b755d2b435a6e6efe0c099bd1e7d528744c9a17f86f94c55c3f34c4e5806671608d5e327d3ff4c87
+docfiles size=257
RELOC/doc/generic/pst-circ/Changes
RELOC/doc/generic/pst-circ/README details="Readme"
RELOC/doc/generic/pst-circ/pst-circ-doc.bib
RELOC/doc/generic/pst-circ/pst-circ-doc.pdf details="Package documentation"
RELOC/doc/generic/pst-circ/pst-circ-doc.tex
-runfiles size=56
+srccontainersize 948
+srccontainerchecksum c778d38f1937decb0cbbed7973b25abf5c06c5aeff7415f3e066f41dc2442d98b4ff7e3b7afe83f041307ad785d6ddb5799b4a42921b37fc05091d306e48a839
+srcfiles size=1
+ RELOC/source/generic/pst-circ/Makefile
+runfiles size=57
RELOC/dvips/pst-circ/pst-circ.pro
RELOC/tex/generic/pst-circ/pst-circ.tex
RELOC/tex/latex/pst-circ/pst-circ.sty
catalogue-ctan /graphics/pstricks/contrib/pst-circ
catalogue-license lppl
catalogue-topics diagram-circ pstricks
-catalogue-version 2.17
+catalogue-version 2.18
name pst-coil
category Package
@@ -289718,7 +289849,7 @@ binfiles arch=x86_64-solaris size=1
name tex4ht
category Package
-revision 58992
+revision 59007
shortdesc Convert (La)TeX to HTML/XML
longdesc A converter from TeX and LaTeX to SGML-based formats such as
longdesc (X)HTML, MathML, OpenDocument, and DocBook, providing a
@@ -289733,10 +289864,10 @@ longdesc restricted-syntax systems such as hyperlatex and gellmu. Note
longdesc that CTAN no longer holds the definitive sources of the
longdesc package: see the 'Readme' file.
depend tex4ht.ARCH
-containersize 906152
-containerchecksum 968c641cd707ae530c88aed8a68b5068ca0a2f63e96de0c47227b7c0dcdcc5731a40bc9ee430cdf0b362364190cb6a42eac44728e0b699a20935146632eac6d4
+containersize 906228
+containerchecksum 89a13dc4fccbc893a113d2cc43d9cd70b20b65b5f4f642bcf9d14994b61667aabbdcdbb9a91ef05631e02e88fcf10b0e1de3739c741f5975770e4b93166766ba
doccontainersize 136156
-doccontainerchecksum 644b242e9b1825ca8c21fb3a281d8e071c9c5db7839f6b3b06f1250644e5fd82bc1ac278772443c73f48865ebc531c555989f11980bb5f7738098e88da79f104
+doccontainerchecksum 1f674179ba4e6ab355bf478778c7a1498e4dfb61da0cf7cf9f4a663396ad9c6bac592f5cb1b32d972288fbc201541927a5e5edde18caf73a298b0b8a618a25c5
docfiles size=259
texmf-dist/doc/generic/tex4ht/Makefile
texmf-dist/doc/generic/tex4ht/TeX4ht-doc.tex
@@ -289807,7 +289938,7 @@ docfiles size=259
texmf-dist/doc/generic/tex4ht/mn56.html
texmf-dist/doc/generic/tex4ht/mn5x.png
texmf-dist/doc/generic/tex4ht/mn6x.png
-runfiles size=9793
+runfiles size=9795
texmf-dist/scripts/tex4ht/ht.sh
texmf-dist/scripts/tex4ht/htcontext.sh
texmf-dist/scripts/tex4ht/htcopy.pl
@@ -289830,6 +289961,7 @@ runfiles size=9793
texmf-dist/tex/generic/tex4ht/TextBook.4ht
texmf-dist/tex/generic/tex4ht/aa.4ht
texmf-dist/tex/generic/tex4ht/abidir.4ht
+ texmf-dist/tex/generic/tex4ht/abstract.4ht
texmf-dist/tex/generic/tex4ht/accents.4ht
texmf-dist/tex/generic/tex4ht/acm_proc_article-sp.4ht
texmf-dist/tex/generic/tex4ht/adjustbox.4ht
@@ -290124,6 +290256,7 @@ runfiles size=9793
texmf-dist/tex/generic/tex4ht/overcite.4ht
texmf-dist/tex/generic/tex4ht/overpic.4ht
texmf-dist/tex/generic/tex4ht/paralist.4ht
+ texmf-dist/tex/generic/tex4ht/parallel.4ht
texmf-dist/tex/generic/tex4ht/path.4ht
texmf-dist/tex/generic/tex4ht/pb-diagram.4ht
texmf-dist/tex/generic/tex4ht/pctable.4ht
@@ -298611,16 +298744,16 @@ docfiles size=619
name texlive-docindex
category TLCore
-revision 58990
+revision 59012
shortdesc top-level TeX Live doc.html, etc.
longdesc These files are regenerated as needed, which is often, so we
longdesc make them a separate package. See the tl-update-auto script for
longdesc the process.
-containersize 392
-containerchecksum 77a81f47b3928742d7beba4245edb086fee83e323b2584e59eb471342d4f226632e6257016a5253da7a745e2549f1a3490b4b3fefdce89b4a7a7e18ea41eba0a
-doccontainersize 174660
-doccontainerchecksum 95b84e8d7407a94a955006dff52cfe6d6bc05b809ab30837fe2227e0d817b9ffecaae18175d7857b9d7f006cdb5edb94c9283fbfbe330ccdc5e5059da54f1885
-docfiles size=347
+containersize 388
+containerchecksum 11d9e34ddbcd13152203b459b6c2491ddc699c7c4dec93fb1f0e721dd11aff168dad119d4320169b47d33444295b570f3326486465fe0eaa679a2cb123a422e2
+doccontainersize 174972
+doccontainerchecksum 31e29ba16057aae0f485c5c50023afe64a25f9f2a26d7bdde2a4f76601fbec71a0f794fa910e3f53df82d66c747e769fef7869c0b6d7b915c90c780f1d1a7f18
+docfiles size=348
doc.html
name texlive-en
@@ -298778,17 +298911,18 @@ docfiles size=539
name texlive-msg-translations
category TLCore
-revision 58991
+revision 59016
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 141472
-containerchecksum 4803290405517ab6abdb4992fed10c8fbbb26990f1c38f67a1887fc1ad1a52b394f39e3cd0f5274087df4777bfeb1eaf4c8df6c4b1c69453a402f139b08955b7
-runfiles size=350
+containersize 146252
+containerchecksum 6c62198c188571797f07142258bf795ce923a781a5ebe719e884a61781c84acf02f9604b5e52a94dea0015b5e9b1635cd64066210cc5f7ca6ee4122d1f707666
+runfiles size=364
tlpkg/translations/README
tlpkg/translations/cs.po
+ tlpkg/translations/da.po
tlpkg/translations/de.po
tlpkg/translations/es.po
tlpkg/translations/fr.po
@@ -298846,7 +298980,7 @@ docfiles size=376
name texlive-scripts
category TLCore
-revision 58990
+revision 59015
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.
@@ -298854,10 +298988,10 @@ depend texlive-scripts.ARCH
depend texlive.infra
execute addMap mathpple.map
postaction shortcut type=menu name="TeX Live command-line" cmd=TEXDIR/tlpkg/installer/tl-cmd.bat
-containersize 107088
-containerchecksum 7e081a8dd1f80a9399f44d00ad784e3453cff046463045df93555bd33c8f60dc0cabd1a984fe2015a4a8d8438882228a2e9621fc60149c1676440c9997610292
+containersize 107064
+containerchecksum e1fc0e0db9ec951dbd566015fef64265cd015e557646a2796644cc31465aec74bae6ac6e63101bac98dd93d7f8065f320fc5d57a26e49f0a7d7d64ab749461c7
doccontainersize 212828
-doccontainerchecksum 2711f5bfa5cc0b4e17930687bd783bf59ef41d2bb00074625d5b5cd07845d9510a7a5d6d2856e418e083762736efc8c772ed27dbc21a0218c565bf5a822de43e
+doccontainerchecksum f847b266e4b8a74032846e687c608e226405a58e34b2ce448a9b47e10918b6f29aa841d30dfb65971e555007060701e178a81b6f4451ff2eab66e00b397caa3c
docfiles size=133
texmf-dist/doc/man/man1/fmtutil-sys.1
texmf-dist/doc/man/man1/fmtutil-sys.man1.pdf
@@ -306401,6 +306535,51 @@ catalogue-license lppl
catalogue-topics translation german-doc font-doc
catalogue-version 1.3
+name tipauni
+category Package
+revision 59009
+shortdesc Producing Unicode characters with TIPA commands
+relocated 1
+longdesc Package TIPA uses the T3 encoding for producing IPA characters.
+longdesc The package is widely used in the field of linguistics, but
+longdesc because of the old encoding, the output documents are less
+longdesc productive than Unicode-based documents. This package redefines
+longdesc most of the TIPA-commands for outputting Unicode characters.
+longdesc Users can now use their beloved TIPA shortcuts with the
+longdesc benefits of Unicode, i.e. searchability, copy-pasting, changing
+longdesc the font and many more. As this package needs the fontspec
+longdesc package for loading an IPA font, it needs to be compiled with
+longdesc XeLaTeX or LuaLaTeX. This package can also be viewed as an
+longdesc ASCII-based input method for producing IPA characters in
+longdesc Unicode. It needs the Charis SIL font for printing IPA
+longdesc characters.
+containersize 5032
+containerchecksum d4101c7c254f974c304eb051418e60fdf7efdb6b70221ac78c7e72073a6083dd1857991999fa5e4b8c32e577881e5005e60c909703a9e8753010c2c622db5c63
+doccontainersize 439696
+doccontainerchecksum 53d66f313364995d28420c1b9b15678cd7850b74e6b9525c2b6a34384893c426925392c3bb65e622f7f20b7fafcf0a831f510a41b49c96d87b26bb3cd3701241
+docfiles size=130
+ RELOC/doc/latex/tipauni/COPYING
+ RELOC/doc/latex/tipauni/README.txt details="Readme"
+ RELOC/doc/latex/tipauni/gfdl-tex.tex
+ RELOC/doc/latex/tipauni/tipauni-commands.pdf details="Sample file"
+ RELOC/doc/latex/tipauni/tipauni-commands.tex
+ RELOC/doc/latex/tipauni/tipauni-example.pdf details="Example of use"
+ RELOC/doc/latex/tipauni/tipauni-example.tex
+ RELOC/doc/latex/tipauni/tipauni.pdf details="Package documentation"
+srccontainersize 10100
+srccontainerchecksum 1eb29971351aafa3989d96b18c045a817584aab45c3754f2cc494b4099c7ce5991c059cafe00c0f97148097620286ee69e47c37c12796c85a749ea00b0ef50b1
+srcfiles size=11
+ RELOC/source/latex/tipauni/tipauni.dtx
+ RELOC/source/latex/tipauni/tipauni.ins
+runfiles size=5
+ RELOC/tex/latex/tipauni/tipauni.sty
+catalogue-contact-bugs https://gitlab.com/niruvt/tipauni/-/issues
+catalogue-contact-repository https://gitlab.com/niruvt/tipauni
+catalogue-ctan /macros/unicodetex/latex/tipauni
+catalogue-license gpl3+ fdl
+catalogue-topics phonetic linguistic unicode
+catalogue-version 0.1
+
name tipfr
category Package
revision 38646
@@ -312175,7 +312354,7 @@ catalogue-version 2.142
name todonotes
category Package
-revision 56166
+revision 58998
shortdesc Marking things to do in a LaTeX document
relocated 1
longdesc The package lets the user mark things to do later, in a simple
@@ -312185,10 +312364,10 @@ depend pgf
depend tools
depend xcolor
depend xkeyval
-containersize 4660
-containerchecksum a58ea15caf11a535b1d01114160f28a5df0c81677939355caef22b1639053b2dd4ec716a2a67a6342565e50ad7681d660a84b391fdb8c34278ef0dac3cfcda99
-doccontainersize 431424
-doccontainerchecksum 89308d95e71809a7ccdbf0f425b536e975fd1f86b04ec5cce041f3f61420a37ddd0863df9ebab2f714e8411649a848d59bfaa2951a62bb47ec875382b31145ff
+containersize 4760
+containerchecksum 949090dd8738c5a36e2040e25304d423847e94c1bdd7a45f51978bf085c1bd1dc9e274d53b8f671866e9a35d518193579a2c40fd66d3480ac25c9b17232451ee
+doccontainersize 431988
+doccontainerchecksum 8df01894218cd935bc0fb9b454caf041643bb716650379a11178dd2db6e3c0b20ddc534a06b4546fa8d12694122bc419c8417e98218940019a74ecfe42a51b77
docfiles size=113
RELOC/doc/latex/todonotes/README details="Readme"
RELOC/doc/latex/todonotes/examples/alterAppearenceOfListOfTodos.pdf
@@ -312198,12 +312377,12 @@ docfiles size=113
RELOC/doc/latex/todonotes/examples/saveColorByUsingLayers.pdf
RELOC/doc/latex/todonotes/examples/saveColorByUsingLayers.tex
RELOC/doc/latex/todonotes/todonotes.pdf details="Package documentation"
-srccontainersize 18244
-srccontainerchecksum d4241c1f94390d8c2d4a166b5bbafda1e93338a4da82c72581ef2d488b41699040255d775b26289183a7848081d5fbcf27233e735a5fcc1c29a35feedf70ebb4
+srccontainersize 18416
+srccontainerchecksum e46e9a2f7ec6fad3b455664e37ca2111b965255f7a81274834b4aadf9c930d116c20347b5b750adc0c5ef67b9928051ed5cb2182eeea131632acf54192a157ca
srcfiles size=20
RELOC/source/latex/todonotes/todonotes.dtx
RELOC/source/latex/todonotes/todonotes.ins
-runfiles size=5
+runfiles size=6
RELOC/tex/latex/todonotes/todonotes.sty
catalogue-also todo
catalogue-contact-bugs https://github.com/henrikmidtiby/todonotes/issues
@@ -312211,7 +312390,7 @@ catalogue-contact-repository https://github.com/henrikmidtiby/todonotes
catalogue-ctan /macros/latex/contrib/todonotes
catalogue-license lppl1.3
catalogue-topics notes editorial
-catalogue-version 1.1.3
+catalogue-version 1.1.4
name tokcycle
category Package
@@ -335800,7 +335979,7 @@ binfiles arch=x86_64-solaris size=1
name xindy
category TLCore
-revision 55330
+revision 59003
shortdesc A general-purpose index processor
longdesc Xindy was developed after an impasse had been encountered in
longdesc the attempt to complete internationalisation of makeindex.
@@ -335809,10 +335988,10 @@ longdesc using (La)TeX, Nroff family and SGML-based languages. Xindy is
longdesc highly configurable, both in markup terms and in terms of the
longdesc collating order of the text being processed.
depend xindy.ARCH
-containersize 140664
-containerchecksum 8a2db7333ee39936892ad83eed0d31de25cdc48533dbbcb297e3a8714fefa6d7973b9e9eb7767a50f11be89afa7eb944bb56064a14b71d23bf8161f7fddf8d7c
+containersize 143100
+containerchecksum a76915adcdabe35c67c1176e0e89505f45faed119e787020c2e9fdb3c405d7dd2deb8b49324589ac11ccfbba50323f52530c99a02e386c3067ed824974c46185
doccontainersize 461176
-doccontainerchecksum 4404d43c524b2d13a431ca5691031bd06ffee316025a6521d08f8ecc18d7e6703aed8a714fc498e7dfe8bb7f1971562adea96c637530e612b486ca015c3b1e23
+doccontainerchecksum 9811baa00a26895231bb18e2e77fd481763a268af6335e1fa195b62f71b29fc0780cc806ab844d91d309e08bfc1b5063f84c01b40035d62fcd01c2fdf07eb7c8
docfiles size=188
texmf-dist/doc/man/man1/tex2xindy.1
texmf-dist/doc/man/man1/tex2xindy.man1.pdf
@@ -335857,7 +336036,7 @@ docfiles size=188
texmf-dist/doc/xindy/texindy.pdf
texmf-dist/doc/xindy/toc.gif
texmf-dist/doc/xindy/xindy.pdf
-runfiles size=914
+runfiles size=920
texmf-dist/scripts/xindy/texindy.pl
texmf-dist/scripts/xindy/xindy.pl
texmf-dist/xindy/VERSION
@@ -336136,17 +336315,19 @@ runfiles size=914
texmf-dist/xindy/modules/lang/norwegian/utf8-test.xdy
texmf-dist/xindy/modules/lang/norwegian/utf8.xdy
texmf-dist/xindy/modules/lang/persian/README
+ texmf-dist/xindy/modules/lang/persian/source/make-rules.pl
+ texmf-dist/xindy/modules/lang/persian/source/test.xdy
+ texmf-dist/xindy/modules/lang/persian/source/variant1-utf8.pl.in
+ texmf-dist/xindy/modules/lang/persian/source/variant2-utf8.pl.in
+ texmf-dist/xindy/modules/lang/persian/source/variant3-utf8.pl.in
texmf-dist/xindy/modules/lang/persian/variant1-utf8-lang.xdy
texmf-dist/xindy/modules/lang/persian/variant1-utf8-test.xdy
- texmf-dist/xindy/modules/lang/persian/variant1-utf8.pl.in
texmf-dist/xindy/modules/lang/persian/variant1-utf8.xdy
texmf-dist/xindy/modules/lang/persian/variant2-utf8-lang.xdy
texmf-dist/xindy/modules/lang/persian/variant2-utf8-test.xdy
- texmf-dist/xindy/modules/lang/persian/variant2-utf8.pl.in
texmf-dist/xindy/modules/lang/persian/variant2-utf8.xdy
texmf-dist/xindy/modules/lang/persian/variant3-utf8-lang.xdy
texmf-dist/xindy/modules/lang/persian/variant3-utf8-test.xdy
- texmf-dist/xindy/modules/lang/persian/variant3-utf8.pl.in
texmf-dist/xindy/modules/lang/persian/variant3-utf8.xdy
texmf-dist/xindy/modules/lang/polish/cp1250-lang.xdy
texmf-dist/xindy/modules/lang/polish/cp1250-test.xdy
@@ -336303,6 +336484,28 @@ catalogue-license gpl
catalogue-topics index
catalogue-version 2.5.1
+name xindy-persian
+category Package
+revision 59013
+shortdesc Support for the Persian language in xindy
+relocated 1
+longdesc The package offers Persian language support for indexing using
+longdesc xindy.
+containersize 432
+containerchecksum 07313253d80b5ed6494e1189088908e03590424c7d24038a437dcbe83637db9e426fa0989fa202f25f62e112cc77df3c4acef111bda6c8b44dc2b2660af959da
+doccontainersize 924
+doccontainerchecksum 3868c7f2c20e22cfb3b1ffc61c830581d774ca909c4fc450586ed0bc82a091546efc46540a883e667ac5ac7d292a4786019384afa741599634a2fc05975c36e7
+docfiles size=3
+ RELOC/doc/support/xindy-persian/variant1-utf8-doc.tex
+ RELOC/doc/support/xindy-persian/variant2-utf8-doc.tex
+ RELOC/doc/support/xindy-persian/variant3-utf8-doc.tex
+catalogue-contact-bugs https://github.com/persiantex/xindy-persian/issues
+catalogue-contact-repository https://github.com/persiantex/xindy-persian
+catalogue-ctan /indexing/xindy/contrib/xindy-persian
+catalogue-license lppl1.3
+catalogue-topics persian index
+catalogue-version 0.8
+
name xindy.aarch64-linux
category TLCore
revision 57930
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index 9bdd8e59e1..675ac029a6 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-ed7b74e6bd5051b7a73eb978679f5343 texlive.tlpdb
+49c18baa2b22b1e6df42d34a0b26ee96 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index e40b8fbf44..3125f99f84 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-8e7045c64333d6738af433d0a4208453efa299de8cacf51346ba3b1674851498403c5dc38525d735cc4ee048541f887fec98f16e8185f0cc8c5adc8e7fe11b73 texlive.tlpdb
+d91a7629b039d4bf16c9e5800f7ecfa4b5f80bbf75a91e34ea0b258d9ae9d2f5cbae733cfee3187b3d29e616e0e8a69e1b68dba6c1089bdb068a973aa0f8d655 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index eb798c02ea..63e5b881ae 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-----
-iQEcBAEBCgAGBQJgh1I1AAoJEEzhh34ZQ4xweJoIAI1iR2AgCwOcXoUjn2/AOypK
-JFKguhq3ZjUmXcQTQinL0iBZZh0YksIZhKpnLzeqx28Jb/dBrUcwoIUZwP3uxRkp
-0lIpt/pCfIVSAwdeeExPdss8Lfhy5PoxmKUsfUbLWGEFxXl5eSF8C5CTf2JFa5vI
-HK79OSD4EztOpM0BNHOcs+RfkYmwFsPkLasQvgRhxc/cN4wpaZhuSJD0KKIa9qrn
-zMejjY2X2bjG/VV0CM61kDd7xsEXLJ4n7JTHnteBUwauAwm7ZVWZ/aMCNZjbPt3m
-RYKcdYHbmGUqCN+jGR4GhHvG/buLlMofAzqb6+mrhFfgOArXGifNZQ7mAQKdOBk=
-=Yw0l
+iQEcBAEBCgAGBQJgifUJAAoJEEzhh34ZQ4xwMSMH/3/ohITKc1RKwZVidWnxwz3s
+xRaupYYB0gCIerrIE+DhRpxSsQJ96K0QLXlxT47BY+Vt/d/GmRvQvkPpceO9aAnb
+KE4HHtHtb9Y5jM/YuOd+mKDmvYPqMjkSYQEZKd3fePOosB56iDGFRurs0p9q5Tfx
+cLDV7T42dfNxlolhMBv/MJ7xJNXl/TymynGWvA/bkcSw36sjbRAzN8l531equP96
+NjrfvCQS3kB9g32BICTVYAhsLn51y7UDX0RUCGvBOrbVEyDuSzN3avtT0Ci9luVV
+htsZPrbrjfjnAJwHBrq9/M3RLQ02qWCN9jAj21INCHX+KjdId3R9WqBE4F7l5x8=
+=cH3J
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index 56e4f05f74..15fc0658cd 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/translations/da.po b/systems/texlive/tlnet/tlpkg/translations/da.po
new file mode 100644
index 0000000000..a94180e387
--- /dev/null
+++ b/systems/texlive/tlnet/tlpkg/translations/da.po
@@ -0,0 +1,1942 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR TeX Live Team
+# This file is distributed under the same license as the TeX Live package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: TeX Live 2021\n"
+"Report-Msgid-Bugs-To: tex-live@tug.org\n"
+"POT-Creation-Date: 2021-04-26 01:49+0200\n"
+"PO-Revision-Date: 2021-04-28 08:30+0200\n"
+"Language: da\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"X-Generator: Poedit 2.3\n"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:137
+#: tlpkg/installer/install-menu-text.pl:37
+#: tlpkg/installer/install-menu-text.pl:41
+#: tlpkg/installer/install-tl-gui.tcl:820
+#: tlpkg/installer/install-tl-gui.tcl:1045
+#: tlpkg/installer/install-tl-gui.tcl:1674
+msgid "None"
+msgstr "Ingen"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:138
+#: tlpkg/installer/install-menu-text.pl:38
+#: tlpkg/installer/install-tl-gui.tcl:1674
+msgid "Only new"
+msgstr "Kun nye"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:139
+#: tlpkg/installer/install-menu-text.pl:39
+#: tlpkg/installer/install-tl-gui.tcl:1042
+#: tlpkg/installer/install-tl-gui.tcl:1674
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1642
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2547
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2565
+msgid "All"
+msgstr "Alle"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:163
+msgid "Loading local TeX Live database"
+msgstr "Indlæser lokal TeX Live-database"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:165
+msgid "This may take some time, please be patient ..."
+msgstr "Dette kan tage noget tid. Din tålmodighed værdsættes..."
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:222
+msgid "... done loading"
+msgstr "... færdig med at indlæse"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:227
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1056
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1654
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1883
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1945
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2264
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2326
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2663
+#: tlpkg/installer/install-tl-gui.tcl:511
+msgid "Warning"
+msgstr "Advarsel"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:228
+#, perl-format
+msgid ""
+"You don't have permissions to change the installation in any way;\n"
+"specifically, the directory %s is not writable.\n"
+"Please run this program as administrator, or contact your local admin.\n"
+"\n"
+"Most buttons will be disabled."
+msgstr ""
+"Du har ikke de fornødne rettigheder til at foretage ændringer i "
+"installationen.\n"
+"Mere specifik kan du ikke skrive i biblioteket %s.\n"
+"Kør programmet som administrator, eller kontakt din lokale "
+"systemadministrator.\n"
+"\n"
+"De fleste knapper vil være deaktiverede."
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:229
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:623
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:627
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:629
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:647
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:826
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1058
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1430
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1460
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1461
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1520
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1645
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1655
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1775
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1802
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1837
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1886
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1947
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2264
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2326
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2352
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2460
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2498
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2663
+#: tlpkg/installer/install-tl-gui.tcl:486
+#: tlpkg/installer/install-tl-gui.tcl:616
+#: tlpkg/installer/install-tl-gui.tcl:701
+#: tlpkg/installer/install-tl-gui.tcl:888
+#: tlpkg/installer/install-tl-gui.tcl:938
+#: tlpkg/installer/install-tl-gui.tcl:1026
+#: tlpkg/installer/install-tl-gui.tcl:1249 tlpkg/tltcl/tltcl.tcl:690
+#: texmf-dist/scripts/tlshell/tlshell.tcl:226
+msgid "Ok"
+msgstr "Ok"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:287
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1188
+msgid "Repository"
+msgstr "Lager"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:288
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2610
+msgid "Loaded:"
+msgstr "Indlæst:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:288
+msgid "none"
+msgstr "ingen"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:291
+msgid "Load default"
+msgstr "Indlæs standard"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:299
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:522
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1110
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1277
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1699
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2606
+msgid "multiple repositories"
+msgstr "flere lagre"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:304
+msgid "Default:"
+msgstr "Standard:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:310
+msgid "Display configuration"
+msgstr "Vis konfiguration"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:315
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2539
+msgid "Status"
+msgstr "Status"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:318
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:370
+msgid "all"
+msgstr "alle"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:320
+msgid "installed"
+msgstr "installeret"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:322
+msgid "not installed"
+msgstr "ikke installeret"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:324
+msgid "updates"
+msgstr "opdateringer"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:327
+msgid "Category"
+msgstr "Kategori"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:329
+msgid "packages"
+msgstr "pakker"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:331
+msgid "collections"
+msgstr "samlinger"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:333
+msgid "schemes"
+msgstr "plan"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:336
+msgid "Match"
+msgstr "Match"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:341
+msgid "descriptions"
+msgstr "beskrivelser"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:344
+msgid "filenames"
+msgstr "filnavne"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:368
+msgid "Selection"
+msgstr "Udvalg"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:372
+msgid "selected"
+msgstr "udvalgte"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:375
+msgid "not selected"
+msgstr "ikke valgte"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:383
+msgid "Select all"
+msgstr "Vælg alle"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:385
+msgid "Select none"
+msgstr "Vælg ingen"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:389
+msgid "Reset filters"
+msgstr "Nulstil filtre"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:410
+msgid "Package name"
+msgstr "Pakkenavn"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:411
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2634
+msgid "Local rev. (ver.)"
+msgstr "Lokal rev. (ver.)"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:412
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2635
+msgid "Remote rev. (ver.)"
+msgstr "Fjernrev. (ver.)"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:413
+msgid "Short description"
+msgstr "Kort beskrivelse"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:428
+msgid "Update all installed"
+msgstr "Opdater alle installerede"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:432
+msgid "Reinstall previously removed packages"
+msgstr "Geninstaller tidligere fjernede pakker"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:445
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2198
+msgid "Update"
+msgstr "Opdater"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:450
+#: tlpkg/installer/install-tl-gui.tcl:1387
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2193
+msgid "Install"
+msgstr "Installer"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:454
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2008
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2203
+msgid "Remove"
+msgstr "Afinstaller"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:459
+msgid "Backup"
+msgstr "Backup"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:507
+#: tlpkg/installer/install-tl-gui.tcl:1597
+#: texmf-dist/scripts/tlshell/tlshell.tcl:876
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2317
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2378
+msgid "Options"
+msgstr "Valgmuligheder"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:509
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2366
+msgid "Actions"
+msgstr "Handlinger"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:513
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2688
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2442
+msgid "Help"
+msgstr "Hjælp"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:525
+msgid "Load default (from tlpdb) repository:"
+msgstr "Indlæs standardfjernfjernlager (from tlpdb):"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:528
+msgid "Load cmd line repository:"
+msgstr "Kommandolinjefjernlager:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:531
+msgid "Load standard net repository:"
+msgstr "Indlæs standardfjernlager fra nettet:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:534
+msgid "Load other repository ..."
+msgstr "Indlæs andet fjernlager..."
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:538
+#: tlpkg/installer/install-tl-gui.tcl:1389
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2463
+msgid "Quit"
+msgstr "Afslut"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:544
+msgid "General ..."
+msgstr "Almen..."
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:546
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2387
+msgid "Paper ..."
+msgstr "Papir..."
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:549
+msgid "Platforms ..."
+msgstr "Platforme..."
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:553
+msgid "GUI language ..."
+msgstr "GUI-sprog..."
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:557
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1458
+msgid "Expert options"
+msgstr "Expertindstillinger"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:561
+msgid "Enable debugging output"
+msgstr "Tillad debugging-output"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:565
+msgid "Disable auto-install of new packages"
+msgstr "Deaktiver automatisk installering af nye pakker"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:568
+msgid "Disable auto-removal of server-deleted packages"
+msgstr "Deaktiver automatisk fjernelse af pakker fjernet af server"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:575
+msgid "Update filename database"
+msgstr "Opdater filnavnsdatabase"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:583
+msgid "Rebuild all formats"
+msgstr "Gendan alle formater"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:594
+msgid "Update font map database"
+msgstr "Opdater fontafbildningsdatabase"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:607
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2336
+msgid "Restore packages from backup"
+msgstr "Gendan pakker fra backup"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:613
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2418
+msgid "Handle symlinks in system dirs"
+msgstr "Håndter symbolske længer i systembiblioteker"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:619
+#, perl-format
+msgid "Remove TeX Live %s ..."
+msgstr "Afinstaller TeX Live %s..."
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:622
+#, perl-format
+msgid "Remove TeX Live %s"
+msgstr "Afinstaller TeX Live %s"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:623
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:624
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1046
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1258
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1380
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1450
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1460
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1523
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1711
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1776
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1813
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1846
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2463
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2500
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2581
+#: tlpkg/installer/install-tl-gui.tcl:496
+#: tlpkg/installer/install-tl-gui.tcl:618
+#: tlpkg/installer/install-tl-gui.tcl:703
+#: tlpkg/installer/install-tl-gui.tcl:891
+#: tlpkg/installer/install-tl-gui.tcl:955
+#: tlpkg/installer/install-tl-gui.tcl:1029
+#: tlpkg/installer/install-tl-gui.tcl:1251 tlpkg/tltcl/tltcl.tcl:692
+#: texmf-dist/scripts/tlshell/tlshell.tcl:236
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1375
+msgid "Cancel"
+msgstr "Afbryd"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:629
+msgid "Complete removal finished"
+msgstr "Fuldstændig fjernelse er afsluttet"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:634
+#, perl-format
+msgid ""
+"Really remove (uninstall) the COMPLETE TeX Live %s installation?\n"
+"Your last chance to change your mind!"
+msgstr ""
+"Vil du virkelig fjerne (afinstallere) den SAMLEDE TeX Live %s-installation?\n"
+"Sidste mulighed for at ændre mening!"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:643
+msgid "Manual"
+msgstr "Manuelt"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:644
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:646
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2444
+msgid "About"
+msgstr "Angående"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:668
+msgid "Details on:"
+msgstr "Uddybende om:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:678
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2360
+msgid "Package:"
+msgstr "Pakke:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:680
+msgid "Category:"
+msgstr "Kategori:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:682
+msgid "Short description:"
+msgstr "Kort beskrivelse:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:690
+msgid "Long description:"
+msgstr "Længere beskrivelse:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:693
+msgid "Installed:"
+msgstr "Installerede:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:694
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1103
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1724 tlpkg/tltcl/tltcl.tcl:373
+#: texmf-dist/scripts/tlshell/tlshell.tcl:230
+msgid "Yes"
+msgstr "Ja"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:694
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1103
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1724 tlpkg/tltcl/tltcl.tcl:375
+#: texmf-dist/scripts/tlshell/tlshell.tcl:232
+msgid "No"
+msgstr "Nej"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:696
+msgid "Local revision:"
+msgstr "Lokal revision:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:700
+msgid "Local Catalogue version:"
+msgstr "Udgave i lokalkatalog:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:704
+msgid "Remote revision:"
+msgstr "Fjernrevision:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:708
+msgid "Remote Catalogue version:"
+msgstr "Udgave i fjernkatalog:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:713
+msgid "Keywords:"
+msgstr "Nøgleord:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:718
+msgid "Functionality:"
+msgstr "Funktion:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:723
+msgid "Primary characterization:"
+msgstr "Primær karakteristik:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:728
+msgid "Secondary characterization:"
+msgstr "Sekundær karakteristik:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:739
+msgid "Collection:"
+msgstr "Samling:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:743
+msgid "Warning: Catalogue versions might be lagging behind or be simply wrong."
+msgstr "Advarsel: Udgaver i kataloget kan hænge efter eller være forkerte."
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:781
+msgid "Depends:"
+msgstr "Afhænger af:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:785
+msgid "Binaries' dependencies:"
+msgstr "Afhængigheder for binære filer:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:787
+msgid "Runfiles:"
+msgstr "Kørbare filer:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:788
+msgid "Docfiles:"
+msgstr "Dokumentationsfiler:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:789
+msgid "Srcfiles:"
+msgstr "Kildefiler:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:801
+msgid "Binfiles:"
+msgstr "Binære filer:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:806
+msgid "Further information"
+msgstr "Yderligere information"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:860
+msgid "Update the TeX Live Manager"
+msgstr "Opdater TeX Live Manager"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1027
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1032
+msgid "Select platforms to support"
+msgstr "Vælg platforme, der skal understøttes"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1043
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1255
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1377
+msgid "Apply changes"
+msgstr "Anvend ændringer"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1057
+msgid "Removals of the main platform not possible!"
+msgstr "Det er ikke muligt at fjerne den primære platform!"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1122
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1131
+msgid "General options"
+msgstr "Overordnede valgmuligheder"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1136
+msgid "Default package repository"
+msgstr "Standardpakkefjernlager"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1144
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1182
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1190
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1199
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1207
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1215
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1243
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1367
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1596
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2427
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2432
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2437
+#: tlpkg/installer/install-tl-gui.tcl:600
+#: tlpkg/installer/install-tl-gui.tcl:1437
+#: tlpkg/installer/install-tl-gui.tcl:1453
+#: tlpkg/installer/install-tl-gui.tcl:1461
+#: tlpkg/installer/install-tl-gui.tcl:1471
+#: tlpkg/installer/install-tl-gui.tcl:1480
+#: tlpkg/installer/install-tl-gui.tcl:1488
+#: tlpkg/installer/install-tl-gui.tcl:1495
+#: tlpkg/installer/install-tl-gui.tcl:1541
+#: tlpkg/installer/install-tl-gui.tcl:1560
+msgid "Change"
+msgstr "Ændring"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1157
+msgid "Create formats on installation"
+msgstr "Dan formater ved installation"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1161
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1168
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1175
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1225
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1234
+#: tlpkg/installer/install-tl-gui.tcl:1514
+msgid "Toggle"
+msgstr "Skift"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1164
+msgid "Install macro/font sources"
+msgstr "Installer kilde til makroer og skrifttyper"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1171
+msgid "Install macro/font docs"
+msgstr "Installer dokumentation til makroer og skrifttyper"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1178
+msgid "Default backup directory"
+msgstr "Standard-backup-bibliotek"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1186
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1784
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1789
+msgid "Auto backup setting"
+msgstr "Indstillinger for automatisk backup"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1195
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2425
+msgid "Link destination for programs"
+msgstr "Skab lænke for placeringen af programmer"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1203
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2430
+msgid "Link destination for info docs"
+msgstr "Skab lænke for placeringen af informationsdokumenter"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1211
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2435
+msgid "Link destination for man pages"
+msgstr "Skab lænke for placeringen af manualsider"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1221
+msgid "Create shortcuts on the desktop"
+msgstr "Tilføj genvej på skrivebordet"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1230
+#: tlpkg/installer/install-tl-gui.tcl:1687
+msgid "Install for all users"
+msgstr "Installer for alle brugere"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1239
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1822
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1826
+msgid "Change file associations"
+msgstr "Skift filtilknytninger"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1277
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1279
+msgid "Load default repository:"
+msgstr "Indlæs standardfjernlager:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1336
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1345
+msgid "Paper options"
+msgstr "Valgmuligheder for papir"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1349
+msgid "Default paper for all"
+msgstr "Vælg standardpapirstørrelse for alle"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1350
+msgid "A4"
+msgstr "A4"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1352
+msgid "Letter"
+msgstr "Letter"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1364
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1769
+#, perl-format
+msgid "Default paper for %s"
+msgstr "Standardpapirstørrelse for %s"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1385
+msgid "GUI Language"
+msgstr "Sprog i GUI"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1409
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1414
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1432
+msgid "System default"
+msgstr "Systemets standard"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1413
+msgid "Default language for GUI:"
+msgstr "Standardsprog for GUI:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1428
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1457
+msgid "Changes will take effect after restart"
+msgstr "Ændringer vil træde i kraft efter genstart"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1478
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1510
+msgid "Default remote repository"
+msgstr "Standardfjernlager"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1502
+msgid "Choose directory"
+msgstr "Vælg bibliotek"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1568
+msgid "Edit default package repositories"
+msgstr "Rediger standardpakkefjernlagre"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1571
+msgid "Specify set of repositories to be used"
+msgstr "Angiv et sæt af lagre, der skal bruges"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1587
+msgid "Delete"
+msgstr "Fjern"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1601
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1604
+msgid "Change main package repository"
+msgstr "Skift hovedpakkefjernlager"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1602
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1605
+msgid "Change subsidiary package repository"
+msgstr "Skift yderligere pakkefjernlager"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1626
+msgid "Add repository"
+msgstr "Tilføj fjernlager"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1628
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1629
+msgid "Add package repository"
+msgstr "Tilføj pakkefjernlager"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1655
+#, perl-format
+msgid "Repository tag name already used: %s"
+msgstr "Mærkat for fjernlager er allerede i brug: %s"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1713
+msgid "Revert"
+msgstr "Genindlæs"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1765
+#, perl-format
+msgid "Select paper format for %s"
+msgstr "Vælg papirstørrelse for %s"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1792
+msgid "keep arbitrarily many"
+msgstr "bibehold vilkårligt mange"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1793
+msgid "disable"
+msgstr "deaktiver"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1884
+msgid "Loading of remote database failed."
+msgstr "Indlæsning af fjerndatabase fejlede."
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1885
+msgid "Error message:"
+msgstr "Fejlmeddelelse:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1925
+msgid "Installation"
+msgstr "Installation"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:1946
+msgid ""
+"Critical updates have been installed.\n"
+"Program will terminate now.\n"
+"Please restart if necessary."
+msgstr ""
+"Kritiske opdateringer er blevet installeret.\n"
+"Programmet afsluttes nu.\n"
+"Genstart om nødvendigt."
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2265
+msgid ""
+"The TeX Live manager (the software you're currently running)\n"
+"needs to be updated before any other updates can be done.\n"
+"\n"
+"Please do this by clicking the \"Update the TeX Live Manager\" button,\n"
+"after dismissing this dialogue.\n"
+"\n"
+"After the update, the TeX Live manager will terminate.\n"
+"You can then restart it to proceed with further updates."
+msgstr ""
+"TeX Live manager (det program, som du pt. kører)\n"
+"skal opdateres, før yderligere opdateringer kan foretages.\n"
+"\n"
+"Tryk på knappen \"Opdater TeX Live Manager\",\n"
+"efter denne dialog er afsluttet.\n"
+"\n"
+"Efter opdateringen, vil TeX Live manager afsluttes.\n"
+"Yderligere opdateringer kan installeres ved genstart af programmet."
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2275
+msgid "(Further updates will be available after tlmgr has been updated.)"
+msgstr ""
+"(Yderligere opdateringer vil være tilgængelig, når tlmgr er blever "
+"opdateret.)"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2277
+msgid ""
+"Please wait a bit after the program has terminated so that the update can be "
+"completed."
+msgstr ""
+"Vent venligst et øjeblik efter programmet afsluttes, således at opdateringen "
+"kan afsluttes."
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2351
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2353
+msgid "Restore completed"
+msgstr "Gendannelse afsluttet"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2358
+msgid "Select the package to restore, or restore all packages"
+msgstr "Vælg pakke, der skal gendannes, eller gendan alle pakker"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2374
+msgid "Revision:"
+msgstr "Revision:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2379
+msgid "Restore selected package"
+msgstr "Gendan valgte pakke"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2395
+msgid "Restore all packages to latest version"
+msgstr "Gendan alle pakker til nyeste version"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2411
+#: tlpkg/installer/install-tl-gui.tcl:396
+#: texmf-dist/scripts/tlshell/tlshell.tcl:888
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1013
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1475
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1671
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1858
+msgid "Close"
+msgstr "Luk"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2443
+msgid "Update symbolic links"
+msgstr "Opdater symbolske lænker"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2450
+msgid "Remove symbolic links"
+msgstr "Fjern symbolske lænker"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2483
+msgid "Edit directory"
+msgstr "Rediger bibliotek"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2486
+#, perl-format
+msgid "New value for %s:"
+msgstr "Ny værdi for %s:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2489
+msgid "Choose Directory"
+msgstr "Vælg bibliotek"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2519
+msgid "Load package repository"
+msgstr "Indlæs pakkefjernlager"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2522
+msgid "Load this package repository:"
+msgstr "Indlæs dette pakkefjernlager:"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2548
+msgid "Choose local directory"
+msgstr "Vælg andet lokalt bibliotek"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2556
+msgid "Use standard net repository"
+msgstr "Brug standardnetfjernlager"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2563
+msgid "Load"
+msgstr "Indlæs"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2572
+msgid ""
+"Loading remote repository - this may take some time, please be patient ..."
+msgstr "Indlæser fjernlager - dette kan tage lang tid. Udvis tålmod..."
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2598
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2602
+msgid "verified"
+msgstr "verificeret"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2598
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2602
+msgid "not verified"
+msgstr "ikke verificeret"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2657
+msgid "Completed"
+msgstr "Afsluttet"
+
+#: texmf-dist/scripts/texlive/tlmgrgui.pl:2664
+#, perl-format
+msgid ""
+"Running %s failed.\n"
+"Please consult the log window for details."
+msgstr ""
+"Det lykkedes ikke at køre %s.\n"
+"Se i log-vinduet for detaljer."
+
+#: tlpkg/installer/install-menu-text.pl:42
+msgid "Menu shortcuts"
+msgstr "Genveje i menu"
+
+#: tlpkg/installer/install-menu-text.pl:43
+msgid "Launcher"
+msgstr "Starter"
+
+#: tlpkg/installer/install-tl-gui.tcl:107
+#, tcl-format
+msgid ""
+"Target directory %s non-empty;\n"
+"may cause trouble!"
+msgstr ""
+"Valgte bibliotek %s er ikke tomt;\n"
+"det kan giver problemer!"
+
+#: tlpkg/installer/install-tl-gui.tcl:113
+#, tcl-format
+msgid ""
+"Target directory %s non-empty;\n"
+"are you sure?"
+msgstr ""
+"Valgte bibliotek %s er ikke tmot;\n"
+"er du sikker?"
+
+#: tlpkg/installer/install-tl-gui.tcl:224
+msgid "Really abort?"
+msgstr "Afbryd virkelig?"
+
+#: tlpkg/installer/install-tl-gui.tcl:312
+msgid "Local repository"
+msgstr "Lokalt lager"
+
+#: tlpkg/installer/install-tl-gui.tcl:348
+#: tlpkg/installer/install-tl-gui.tcl:365
+#: tlpkg/installer/install-tl-gui.tcl:399
+#: tlpkg/installer/install-tl-gui.tcl:1334
+#: texmf-dist/scripts/tlshell/tlshell.tcl:891
+msgid "Abort"
+msgstr "Afbryd"
+
+#: tlpkg/installer/install-tl-gui.tcl:370
+#: tlpkg/installer/install-tl-gui.tcl:1325
+msgid "TeX Live Installer"
+msgstr "TeX Live-installationsprogram"
+
+#: tlpkg/installer/install-tl-gui.tcl:373
+#: tlpkg/installer/install-tl-gui.tcl:2020
+#, tcl-format
+msgid ""
+"Trying to load %s.\n"
+"\n"
+"If this takes too long, press Abort or choose another repository."
+msgstr ""
+"Prøver at indlæse %s.\n"
+"\n"
+"Hvis dette tager for lang tid, tryk Abryd eller vælg et andet fjernlager."
+
+#: tlpkg/installer/install-tl-gui.tcl:458
+msgid "Cannot be created or cannot be written to"
+msgstr "Kan ikke dannes eller skrives til"
+
+#: tlpkg/installer/install-tl-gui.tcl:470
+msgid "Directory name..."
+msgstr "Biblioteksnavn..."
+
+#: tlpkg/installer/install-tl-gui.tcl:477
+msgid "Change name (slashes not allowed)"
+msgstr "Skift navn (skråstreger er ikke tilladt)"
+
+#: tlpkg/installer/install-tl-gui.tcl:488
+msgid "No slashes allowed"
+msgstr "Ingen skråstreger tilladt"
+
+#: tlpkg/installer/install-tl-gui.tcl:510
+msgid ""
+"TL release component highly recommended!\n"
+"Are you sure?"
+msgstr ""
+"TL-udgivelseskomponent anbefales på det kraftigste!\n"
+"Er du sikker?"
+
+#: tlpkg/installer/install-tl-gui.tcl:519
+msgid "Add year"
+msgstr "Tilføj år"
+
+#: tlpkg/installer/install-tl-gui.tcl:523
+#: tlpkg/installer/install-tl-gui.tcl:602
+msgid "Remove year"
+msgstr "Fjern år"
+
+#: tlpkg/installer/install-tl-gui.tcl:569
+#: tlpkg/installer/install-tl-gui.tcl:1421
+#: tlpkg/installer/install-tl-gui.tcl:1429
+msgid "Installation root"
+msgstr "Installationsrod"
+
+#: tlpkg/installer/install-tl-gui.tcl:597
+#: tlpkg/installer/install-tl-gui.tcl:1229 tlpkg/tltcl/tltcl.tcl:682
+msgid "Browse..."
+msgstr "Gennemse..."
+
+#: tlpkg/installer/install-tl-gui.tcl:610
+msgid "Localized directory names will be replaced by their real names"
+msgstr ""
+"Lokaliserede biblioteksnavne vil blive erstattet af deres egentlige navne"
+
+#: tlpkg/installer/install-tl-gui.tcl:691
+#, tcl-format
+msgid "'~' equals %s, e.g. %s"
+msgstr "'~' gælder for %s; fx %s"
+
+#: tlpkg/installer/install-tl-gui.tcl:846
+msgid "Cannot deselect own platform"
+msgstr "Egen platform kan ikke fravælges"
+
+#: tlpkg/installer/install-tl-gui.tcl:881
+#: tlpkg/installer/install-tl-gui.tcl:1233
+msgid "Binaries"
+msgstr "Binære filer"
+
+#: tlpkg/installer/install-tl-gui.tcl:931
+msgid "Schemes"
+msgstr "Planer"
+
+#: tlpkg/installer/install-tl-gui.tcl:1019
+msgid "Collections"
+msgstr "Samlinger"
+
+#: tlpkg/installer/install-tl-gui.tcl:1041
+msgid "Select"
+msgstr "Vælg"
+
+#: tlpkg/installer/install-tl-gui.tcl:1057
+msgid "Languages"
+msgstr "Sprog"
+
+#: tlpkg/installer/install-tl-gui.tcl:1059
+msgid "Other collections"
+msgstr "Øvrige samlinger"
+
+#: tlpkg/installer/install-tl-gui.tcl:1186
+msgid "Warning. Not all configured directories are writable!"
+msgstr "Advarsel. Ikke alle konfigurerede biblioteker er skrivbare!"
+
+#: tlpkg/installer/install-tl-gui.tcl:1206
+msgid "Symlinks"
+msgstr "Symbolske lænker"
+
+#: tlpkg/installer/install-tl-gui.tcl:1234
+msgid "Man pages"
+msgstr "Manualsider"
+
+#: tlpkg/installer/install-tl-gui.tcl:1235
+msgid "Info pages"
+msgstr "Informationssider"
+
+#: tlpkg/installer/install-tl-gui.tcl:1339
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2405
+msgid "GUI language"
+msgstr "Sprog i GUI"
+
+#: tlpkg/installer/install-tl-gui.tcl:1351
+msgid "Font scaling"
+msgstr "Skalering af skrifttyper"
+
+#: tlpkg/installer/install-tl-gui.tcl:1353
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1316
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2423
+msgid "Current:"
+msgstr "Aktuel:"
+
+#: tlpkg/installer/install-tl-gui.tcl:1376
+#, tcl-format
+msgid "TeX Live %s Installer"
+msgstr "TeX Live %s-installationsprogram"
+
+#: tlpkg/installer/install-tl-gui.tcl:1394
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2394
+msgid "Advanced"
+msgstr "Avanceret"
+
+#: tlpkg/installer/install-tl-gui.tcl:1424
+msgid "Directories"
+msgstr "Biblioteker"
+
+#: tlpkg/installer/install-tl-gui.tcl:1443
+msgid "Main tree"
+msgstr "Hovedtræ"
+
+#: tlpkg/installer/install-tl-gui.tcl:1466
+msgid "Local additions"
+msgstr "Lokale tilføjelser"
+
+#: tlpkg/installer/install-tl-gui.tcl:1475
+msgid "Per-user additions"
+msgstr "Tilføjelser for enkelte brugere"
+
+#: tlpkg/installer/install-tl-gui.tcl:1502
+msgid "More ..."
+msgstr "Mere..."
+
+#: tlpkg/installer/install-tl-gui.tcl:1511
+msgid ""
+"Portable setup:\n"
+"May reset TEXMFLOCAL\n"
+"and TEXMFHOME"
+msgstr ""
+"Portabel opsætning:\n"
+"Kan evt. indstille TEXMFLOCAL\n"
+"og TEXMFHOME"
+
+#: tlpkg/installer/install-tl-gui.tcl:1525
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1462
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2401
+msgid "Platforms"
+msgstr "Platforme"
+
+#: tlpkg/installer/install-tl-gui.tcl:1531
+msgid "Current platform:"
+msgstr "Aktuel platform:"
+
+#: tlpkg/installer/install-tl-gui.tcl:1538
+msgid "N. of additional platform(s):"
+msgstr "Antal yderligere platforme:"
+
+#: tlpkg/installer/install-tl-gui.tcl:1551
+msgid "Selections"
+msgstr "Udvalg"
+
+#: tlpkg/installer/install-tl-gui.tcl:1556
+msgid "Scheme:"
+msgstr "Plan:"
+
+#: tlpkg/installer/install-tl-gui.tcl:1565
+msgid "N. of collections:"
+msgstr "Antal af samlinger:"
+
+#: tlpkg/installer/install-tl-gui.tcl:1568
+msgid "Customize"
+msgstr "Tilpas"
+
+#: tlpkg/installer/install-tl-gui.tcl:1577
+msgid "Disk space required (in MB):"
+msgstr "Nødvendig plads på disk (i MB):"
+
+#: tlpkg/installer/install-tl-gui.tcl:1606
+msgid "Default paper size"
+msgstr "Standardpapirstørrelse"
+
+#: tlpkg/installer/install-tl-gui.tcl:1617
+msgid "Allow execution of restricted list of programs via \\write18"
+msgstr "Tillad udførelse af en begrænset liste af programmer vha. \\write18"
+
+#: tlpkg/installer/install-tl-gui.tcl:1624
+msgid "Create all format files"
+msgstr "Skab alle formatfiler"
+
+#: tlpkg/installer/install-tl-gui.tcl:1632
+msgid "Install font/macro doc tree"
+msgstr "Installer træ til dokumentation af skrifttyper og makroer"
+
+#: tlpkg/installer/install-tl-gui.tcl:1642
+msgid "Install font/macro source tree"
+msgstr "Installer træ til kildetekst af skrifttyper og makroer"
+
+#: tlpkg/installer/install-tl-gui.tcl:1655
+msgid "Adjust searchpath"
+msgstr "Tilpas søgesti"
+
+#: tlpkg/installer/install-tl-gui.tcl:1662
+msgid "No shortcuts"
+msgstr "Ingen genveje"
+
+#: tlpkg/installer/install-tl-gui.tcl:1662
+msgid "TeX Live menu"
+msgstr "TeX Live-menu"
+
+#: tlpkg/installer/install-tl-gui.tcl:1662
+msgid "Launcher entry"
+msgstr "Starter-indgang"
+
+#: tlpkg/installer/install-tl-gui.tcl:1664
+msgid "Desktop integration"
+msgstr "Integration med skrivebord"
+
+#: tlpkg/installer/install-tl-gui.tcl:1676
+msgid "File associations"
+msgstr "Filtilknytninger"
+
+#: tlpkg/installer/install-tl-gui.tcl:1698
+msgid "Install TeXworks front end"
+msgstr "Installer TeXworks frontend"
+
+#: tlpkg/installer/install-tl-gui.tcl:1710
+msgid "Create symlinks in standard directories"
+msgstr "Skab symbolske lænker i standardbiblioteker"
+
+#: tlpkg/installer/install-tl-gui.tcl:1716
+msgid "Specify directories"
+msgstr "Specifikke biblioteker"
+
+#: tlpkg/installer/install-tl-gui.tcl:1730
+msgid "After install, set CTAN as source for package updates"
+msgstr "Sæt CTAN som kilde for pakkeopdateringer efter installationen"
+
+#: tlpkg/installer/install-tl-gui.tcl:1781
+msgid "Custom scheme"
+msgstr "Tilpasset plan"
+
+#: tlpkg/installer/install-tl-gui.tcl:1958
+#, tcl-format
+msgid "%s not a local or remote repository"
+msgstr "%s er ikke et lokalt eller fjernlager"
+
+#: tlpkg/installer/install-tl-gui.tcl:1962
+#, tcl-format
+msgid "%s requires an argument"
+msgstr "%s kræver et argument"
+
+#: tlpkg/tltcl/tltcl.tcl:135
+msgid "Specific mirror..."
+msgstr "Specifik afspejling..."
+
+#: tlpkg/tltcl/tltcl.tcl:152
+msgid "No mirror list available"
+msgstr "Ingen liste af afspejlinger tilængelig"
+
+#: tlpkg/tltcl/tltcl.tcl:765
+msgid "Select or type"
+msgstr "Vælg eller indtast"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:368
+#: texmf-dist/scripts/tlshell/tlshell.tcl:391
+#: texmf-dist/scripts/tlshell/tlshell.tcl:524
+#: texmf-dist/scripts/tlshell/tlshell.tcl:560
+msgid "Running"
+msgstr "Kører"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:383
+#: texmf-dist/scripts/tlshell/tlshell.tcl:544
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2688
+msgid "Idle"
+msgstr "Inaktiv"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:650
+msgid "Needs updating"
+msgstr "Kræver opdatering"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:652
+msgid "Up to date"
+msgstr "Opdaterede"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:654
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2493
+msgid "Unknown"
+msgstr "Ukendt"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:869
+msgid "Loading"
+msgstr "Indlæser"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:875
+msgid "If loading takes too long, press Abort and choose another repository."
+msgstr ""
+"Såfremt indlæsningen tager for lang til, tryk Afslut og vælg et andet "
+"fjernlager."
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:876
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2317
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2383
+msgid "Repositories"
+msgstr "Lagre"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:914
+msgid "Done loading"
+msgstr "Færdig med indlæsning"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:940
+msgid "A configured repository is unavailable."
+msgstr "Et konfigureret fjernlager er ikke tilgængeligt."
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1068
+msgid "Output"
+msgstr "Output"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1069
+msgid "Other"
+msgstr "Øvrige"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1095
+#, tcl-format
+msgid "%s not a repository"
+msgstr "%s er ikke et fjernfjernlager"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1185
+msgid "No repositories"
+msgstr "Ingen lagre"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1190
+msgid "Multiple repositories"
+msgstr "Flere lagre"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1193
+msgid "Not loaded"
+msgstr "Ikke indlæst"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1220
+msgid "Actual repository"
+msgstr "Aktuelt fjernfjernlager"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1305
+msgid "Main Repository"
+msgstr "Hovedfjernfjernlager"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1322
+msgid "New"
+msgstr "Nye"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1332
+msgid "Any CTAN mirror"
+msgstr "Vilkårlig CTAN-afspejling"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1342
+msgid "Local directory..."
+msgstr "Lokalt bibliotek.."
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1347
+msgid "tlcontrib additional repository"
+msgstr "yderligere tlcontrib-lager"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1363
+msgid "tlcontrib repository is included"
+msgstr "tlcontrib-lager er includeret"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1364
+msgid "Remove tlcontrib repository"
+msgstr "Fjern tlcontrib-lager"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1366
+msgid "tlcontrib repository is not included"
+msgstr "tlcontrib-lager er ikke inkluderet"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1367
+msgid "Add tlcontrib repository"
+msgstr "Tilføj tlcontrib-lager"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1372
+msgid "Save and Load"
+msgstr "Gem og indlæs"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1404
+#, tcl-format
+msgid "Cannot remove own platform %s"
+msgstr "Egen platform kan ikke fjernes %s"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1470
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1666
+msgid "Apply and close"
+msgstr "Anvend og afslut"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1481
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1678
+msgid "Changed entries are bold"
+msgstr "Ændrede indgange er fremhævet"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1494
+msgid "platform"
+msgstr "platform"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1613
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2318
+msgid "Error"
+msgstr "Fejl"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1613
+msgid "No paper sizes available"
+msgstr "Ingen papirstørrelser tilgængelige"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1627
+msgid "Paper sizes"
+msgstr "Papirstørrelser"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1727
+#, tcl-format
+msgid "Restore %s to revision %s?"
+msgstr "Gendan %s til revision %s?"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1750
+msgid "No backups configured"
+msgstr "Ingen backup er konfigureret"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1760
+msgid "No backup directory defined"
+msgstr "Der er ikke defineret noget backup-bibliotek"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1765
+#, tcl-format
+msgid "Backup directory %s does not exist"
+msgstr "Backup-biblioteket %s eksisterer ikke"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1788
+#, tcl-format
+msgid "No packages in backup directory %s"
+msgstr "Ingen pakker i backup-biblioteket %s"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1798
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2606
+msgid "Restore from backup"
+msgstr "Gendan fra backup"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1814
+msgid "Package"
+msgstr "Palle"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1815
+msgid "Revision"
+msgstr "Revision"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1856
+msgid "Restore all"
+msgstr "Gendan alle"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1886
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1918
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1958
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2008
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2083
+msgid "Nothing to do!"
+msgstr "Intet at foretage!"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1973
+#, tcl-format
+msgid ""
+"Also installing dependencies\n"
+"\n"
+"%s"
+msgstr ""
+"Installerer tillige æfhængighederne\n"
+"\n"
+"%s"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:1980
+#, tcl-format
+msgid "Already installed: %s"
+msgstr "Allerede installeret: %s"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2021
+#, tcl-format
+msgid ""
+"Also updating dependencies\n"
+"\n"
+"%s?"
+msgstr ""
+"Opdater tillige afhængighederne\n"
+"\n"
+"%s?"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2036
+#, tcl-format
+msgid "Updating some dependencies %s anyway. Continue?"
+msgstr "Opdaterer nogle afhængigheder %s alligevel. Fortsæt?"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2048
+#, tcl-format
+msgid "Skipped because not installed: %s"
+msgstr "Springes over, da der ikke er installeret: %s"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2051
+#, tcl-format
+msgid "Skipped because already up to date: %s"
+msgstr "Springes over, da den er opdateret: %s"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2087
+#, tcl-format
+msgid ""
+"Also remove dependencies\n"
+"\n"
+"%s?"
+msgstr ""
+"Afinstaller tillige afhængighederne\n"
+"\n"
+"%s?"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2102
+#, tcl-format
+msgid "Removing some dependencies %s anyway. Continue?"
+msgstr "Fjerner nogle afhængigheder %s alligevel. Fortsæt?"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2189
+msgid "Info"
+msgstr "Info"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2275
+msgid ""
+"GUI interface for TeX Live Manager\n"
+"Implemented in Tcl/Tk"
+msgstr ""
+"GUI-grænseflade for TeX Live Manager\n"
+"Implementeret i Tcl/Tk"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2281
+msgid ""
+"This TeX Live Manager front-end should be pretty self-explanatory.\n"
+"Note that it does not cover the full functionality of tlmgr. Notably, it "
+"does not cover user mode or backup and restore.\n"
+"Consult the 'Tlmgr Help' menu for full documentation on tlmgr itself."
+msgstr ""
+"Denne forside til TeX Live Manager burde være selv-forklarende.\n"
+"Bemærk, at denne ikke dækker den fulde funktionalitet af tlmgr. Dette gælder "
+"i særdeleshed brugertilstand, backup og gendannelse.\n"
+"Tilgå menuen 'Hjælp til tlmgr' for den fulde dokumentation af selve tlmgr."
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2315
+#, tcl-format
+msgid ""
+"%s is not a local or remote repository.\n"
+"Please configure a valid repository"
+msgstr ""
+"%s er ikke et lokalt eller fjernlager.\n"
+"Konfigurer et gyldigt lager"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2334
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2360
+msgid "File"
+msgstr "Fil"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2362
+msgid "Load repository"
+msgstr "Indlæs fjernfjernlager"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2364
+msgid "Exit"
+msgstr "Afslut"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2370
+msgid "Regenerate filename database"
+msgstr "Gendan filnavnsdatabase"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2371
+msgid "Regenerating filename database..."
+msgstr "Gendan filnavnsdatabase..."
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2372
+msgid "Regenerate formats"
+msgstr "Gendan formater"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2373
+msgid "Rebuilding formats..."
+msgstr "Gendan formater..."
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2374
+msgid "Regenerate fontmaps"
+msgstr "Gendan Gendanner skrifttypeafbildninger"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2375
+msgid "Rebuilding fontmap files..."
+msgstr "Gendanner skrifttypeafbildningsfiler..."
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2419
+msgid "GUI font scaling"
+msgstr "Skalering af skrifttyper i GUI"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2445
+msgid "TLShell Help"
+msgstr "Hjælp til TLShell"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2446
+msgid "Tlmgr Help"
+msgstr "Hjælp til tlmgr"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2465
+msgid "Restart self"
+msgstr "Genstart sig selv"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2467
+msgid "Restart tlmgr"
+msgstr "Genstart tlmgr"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2470
+msgid "Show logs"
+msgstr "Vis log-filer"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2491
+msgid "TL Manager up to date?"
+msgstr "Er TL Manager opdateret?"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2496
+msgid "Last tlmgr command:"
+msgstr "Seneste tlmgr-kommando:"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2509
+#, tcl-format
+msgid "Root at %s"
+msgstr "Rod ved %s"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2522
+msgid "Package list"
+msgstr "Pakkeliste"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2540
+msgid "Installed"
+msgstr "Installeret"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2542
+msgid "Not installed"
+msgstr "Ikke installeret"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2552
+msgid "Updatable"
+msgstr "Kan opdateres"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2564
+msgid "Detail >> Global"
+msgstr "Detaljeret>>Globalt"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2567
+msgid "Collections and schemes"
+msgstr "Samlinger og planer"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2569
+msgid "Only schemes"
+msgstr "Kun planer"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2577
+msgid "Search"
+msgstr "Søg"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2580
+msgid "By name"
+msgstr "Efter navn"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2582
+msgid "By name and description"
+msgstr "Efter navn og beskrivelse"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2596
+msgid "Install marked"
+msgstr "Installer markerede"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2599
+msgid "Update marked"
+msgstr "Opdater markerede"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2602
+msgid "Remove marked"
+msgstr "Fjern markerede"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2610
+msgid "Update tlmgr"
+msgstr "Opdater tlmgr"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2612
+msgid "Update all"
+msgstr "Opdater alt"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2618
+msgid "Mark all displayed"
+msgstr "Markér alle viste"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2620
+msgid "Mark none"
+msgstr "Markér ingen"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2623
+msgid "Only packages for installed platforms are displayed"
+msgstr "Kun pakker til installerede platforme vises"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2633
+msgid "Name"
+msgstr "Navn"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2636
+msgid "Description"
+msgstr "Beskrivelse"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2671
+msgid "Multi-user"
+msgstr "Mangebruger"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2671
+msgid "Single-user"
+msgstr "Enkeltbruger"
+
+#: texmf-dist/scripts/tlshell/tlshell.tcl:2756
+#, tcl-format
+msgid ""
+"%s is not writable. You can probably not do much.\n"
+" Are you sure you want to continue?"
+msgstr ""
+"Der kan ikke skrives i %s. Du kan formentlig ikke fortage dig særligt "
+"meget.\n"
+"Er du sikker på, at du vil fortsætte?"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:1
+msgid "basic scheme (plain and latex)"
+msgstr "basal plan (plain og latex)"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2
+msgid "ConTeXt scheme"
+msgstr "ConTeXt-plan"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:3
+msgid "full scheme (everything)"
+msgstr "fuld plan (alt)"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:4
+msgid "GUST TeX Live scheme"
+msgstr "GUST's TeX Live plan"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:5
+msgid "infrastructure-only scheme (no TeX at all)"
+msgstr "plan kun med infrastruktur (ingen TeX overhovedet)"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:6
+msgid "medium scheme (small + more packages and languages)"
+msgstr "medium plan (lille plan samt ekstra pakker og sprog)"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:7
+msgid "minimal scheme (plain only)"
+msgstr "minimal plan (kun plain)"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:8
+msgid "small scheme (basic + xetex, metapost, a few languages)"
+msgstr "lille plan (basal + xetes, metapost samt nogle få sprog)"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:9
+msgid "teTeX scheme (more than medium, but nowhere near full)"
+msgstr "teTeX plan (mere end medium, men ingenlunde fuld plan)"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:10
+msgid "Essential programs and files"
+msgstr "Essentielle programmer og filer"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:11
+msgid "BibTeX additional styles"
+msgstr "Yderligere stilarter til BiBTeX"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:12
+msgid "TeX auxiliary programs"
+msgstr "Hjælpeprogrammer til TeX"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:13
+msgid "ConTeXt and packages"
+msgstr "ConTeXt med pakker"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:14
+msgid "Additional fonts"
+msgstr "Yderligere skrifttyper"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:15
+msgid "Recommended fonts"
+msgstr "Anbefalede skrifttyper"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:16
+msgid "Graphics and font utilities"
+msgstr "Værktøjer til grafik og skrifttyper"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:17
+msgid "Additional formats"
+msgstr "Yderligere formater"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:18
+msgid "Games typesetting"
+msgstr "Typesetting af spil"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:19
+msgid "Humanities packages"
+msgstr "Pakker til humaniora"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:20
+msgid "Arabic"
+msgstr "Arabisk"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:21
+msgid "Chinese"
+msgstr "Kinesisk"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:22
+msgid "Chinese/Japanese/Korean (base)"
+msgstr "Kinesisk/Japansk/Koreansk (basis)"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:23
+msgid "Cyrillic"
+msgstr "Kyrillisk"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:24
+msgid "Czech/Slovak"
+msgstr "Tjekkisk/Slovakisk"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:25
+msgid "US and UK English"
+msgstr "Amerikansk og Britisk Engelsk"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:26
+msgid "Other European languages"
+msgstr "Øvrige Europæiske sprog"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:27
+msgid "French"
+msgstr "Fransk"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:28
+msgid "German"
+msgstr "Tysk"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:29
+msgid "Greek"
+msgstr "Græsk"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:30
+msgid "Italian"
+msgstr "Italiensk"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:31
+msgid "Japanese"
+msgstr "Japansk"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:32
+msgid "Korean"
+msgstr "Koreansk"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:33
+msgid "Other languages"
+msgstr "Øvrige sprog"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:34
+msgid "Polish"
+msgstr "Polsk"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:35
+msgid "Portuguese"
+msgstr "Portugisisk"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:36
+msgid "Spanish"
+msgstr "Spansk"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:37
+msgid "LaTeX fundamental packages"
+msgstr "Grundlæggende LaTeX-pakker"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:38
+msgid "LaTeX additional packages"
+msgstr "Yderligere LaTeX-pakker"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:39
+msgid "LaTeX recommended packages"
+msgstr "Anbefalede LaTeX-pakker"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:40
+msgid "LuaTeX packages"
+msgstr "LuaTeX-pakker"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:41
+msgid "Mathematics, natural sciences, computer science packages"
+msgstr "Pakker til matematik, naturvidenskab og datalogi"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:42
+msgid "MetaPost and Metafont packages"
+msgstr "Pakker til MetaPost og Metafont"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:43
+msgid "Music packages"
+msgstr "Pakker til musik"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:44
+msgid "Graphics, pictures, diagrams"
+msgstr "Grafik, billeder og diagrammer"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:45
+msgid "Plain (La)TeX packages"
+msgstr "Simple (La)TeX-pakker"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:46
+msgid "PSTricks"
+msgstr "PSTricks"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:47
+msgid "Publisher styles, theses, etc."
+msgstr "Udgiver-pakker, afhandlinger mv."
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:48
+msgid "TeXworks editor; TL includes only the Windows binary"
+msgstr ""
+"Redigeringsværktøjet TeXworks; TL includerer kun de binære filer til Windows"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:49
+msgid "Windows-only support programs"
+msgstr "Programmer, der kun understøttes på Windows"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:50
+msgid "XeTeX and packages"
+msgstr "XeTeX med pakker"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2621
+msgid "Welcome to TeX Live!"
+msgstr "Velkommen til TeX Live!"
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2624
+#, perl-format
+msgid ""
+"See %s/index.html for links to documentation.\n"
+"The TeX Live web site (https://tug.org/texlive/) contains any updates and "
+"corrections. TeX Live is a joint project of the TeX user groups around the "
+"world; please consider supporting it by joining the group best for you. The "
+"list of groups is available on the web at https://tug.org/usergroups.html."
+msgstr ""
+
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2634
+#, perl-format
+msgid ""
+"Add %s/texmf-dist/doc/man to MANPATH.\n"
+"Add %s/texmf-dist/doc/info to INFOPATH.\n"
+"Most importantly, add %s/bin/%s\n"
+"to your PATH for current and future sessions."
+msgstr ""
+"Tilføj %s/texmf-dist/doc/man til MANPATH.\n"
+"Tilføj %s/texmf-dist/doc/info til INFOPATH.\n"
+"Allervigtigst, tilføj %s/bin/%s\n"
+"til din PATH for denne og fremtidige sessioner."