From 36f406d8d1fc994af516d837e6a87c68839cdb2d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 30 Sep 2020 03:03:53 +0000 Subject: CTAN sync 202009300303 --- .../texlive/tlnet/tlpkg/installer/ctan-mirrors.pl | 13 +- systems/texlive/tlnet/tlpkg/texlive.tlpdb | 637 +- systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 | 2 +- systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 | 2 +- .../texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc | 14 +- systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz | Bin 2236512 -> 2234640 bytes systems/texlive/tlnet/tlpkg/translations/cs.po | 234 +- systems/texlive/tlnet/tlpkg/translations/de.po | 234 +- systems/texlive/tlnet/tlpkg/translations/es.po | 234 +- systems/texlive/tlnet/tlpkg/translations/fr.po | 234 +- systems/texlive/tlnet/tlpkg/translations/it.po | 234 +- systems/texlive/tlnet/tlpkg/translations/ja.po | 234 +- .../texlive/tlnet/tlpkg/translations/messages.pot | 234 +- systems/texlive/tlnet/tlpkg/translations/nl.po | 234 +- systems/texlive/tlnet/tlpkg/translations/pl.po | 234 +- systems/texlive/tlnet/tlpkg/translations/pt_BR.po | 234 +- systems/texlive/tlnet/tlpkg/translations/ru.po | 234 +- systems/texlive/tlnet/tlpkg/translations/sk.po | 234 +- systems/texlive/tlnet/tlpkg/translations/sl.po | 234 +- systems/texlive/tlnet/tlpkg/translations/sr.po | 234 +- systems/texlive/tlnet/tlpkg/translations/uk.po | 234 +- systems/texlive/tlnet/tlpkg/translations/vi.po | 234 +- systems/texlive/tlnet/tlpkg/translations/zh_CN.po | 234 +- systems/texlive/tlnet/tlpkg/translations/zh_TW.po | 234 +- systems/texlive/tlnet/update-tlmgr-latest.sh | 2 +- .../texlive/tlnet/update-tlmgr-latest.sh.sha512 | 2 +- .../tlnet/update-tlmgr-latest.sh.sha512.asc | 2 +- systems/texlive/tlnet/update-tlmgr-r56399.sh | 29681 ------------------- .../texlive/tlnet/update-tlmgr-r56399.sh.sha512 | 1 - .../tlnet/update-tlmgr-r56399.sh.sha512.asc | 10 - systems/texlive/tlnet/update-tlmgr-r56460.sh | 29149 ++++++++++++++++++ .../texlive/tlnet/update-tlmgr-r56460.sh.sha512 | 1 + .../tlnet/update-tlmgr-r56460.sh.sha512.asc | 10 + 33 files changed, 31633 insertions(+), 32105 deletions(-) delete mode 100755 systems/texlive/tlnet/update-tlmgr-r56399.sh delete mode 100644 systems/texlive/tlnet/update-tlmgr-r56399.sh.sha512 delete mode 100644 systems/texlive/tlnet/update-tlmgr-r56399.sh.sha512.asc create mode 100755 systems/texlive/tlnet/update-tlmgr-r56460.sh create mode 100644 systems/texlive/tlnet/update-tlmgr-r56460.sh.sha512 create mode 100644 systems/texlive/tlnet/update-tlmgr-r56460.sh.sha512.asc (limited to 'systems/texlive') diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl index b3c329eb93..12bf2b50c5 100644 --- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl +++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl @@ -1,5 +1,8 @@ $mirrors = { 'Africa' => { + 'Algeria' => { + 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1, + }, 'Morocco' => { 'https://mirror.marwan.ma/ctan/' => 1, }, @@ -44,7 +47,6 @@ $mirrors = { }, 'Korea' => { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, - 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.kakao.com/CTAN/' => 1, 'https://cran.asia/tex/' => 1, 'https://ftp.harukasan.org/CTAN/' => 1, @@ -107,16 +109,12 @@ $mirrors = { 'http://ftp.ntua.gr/mirror/ctan/' => 1, 'https://ftp.cc.uoc.gr/mirrors/CTAN/' => 1, }, - 'Hungary' => { - 'https://mirror.szerverem.hu/ctan/' => 1, - }, 'Italy' => { 'https://ctan.mirror.garr.it/mirrors/ctan/' => 1, }, 'Netherlands' => { 'http://ctan.cs.uu.nl/' => 1, 'https://ftp.snt.utwente.nl/pub/software/tex/' => 1, - 'https://mirror.koddos.net/CTAN/' => 1, 'https://mirror.lyrahosting.com/CTAN/' => 1, }, 'Norway' => { @@ -171,11 +169,9 @@ $mirrors = { 'USA' => { 'http://ctan.math.utah.edu/ctan/tex-archive/' => 1, 'http://ctan.math.washington.edu/tex-archive/' => 1, - 'http://ctan.mirrors.hoobly.com/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'https://ctan.math.illinois.edu/' => 1, 'https://mirror.las.iastate.edu/tex-archive/' => 1, - 'https://mirrors.concertpass.com/tex-archive/' => 1, 'https://mirrors.rit.edu/CTAN/' => 1, }, }, @@ -191,8 +187,5 @@ $mirrors = { 'Brazil' => { 'http://linorg.usp.br/CTAN/' => 1, }, - 'Chile' => { - 'https://ctan.dcc.uchile.cl/' => 1, - }, }, }; diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb index 412ee6db5f..d7a431f346 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/2020 -depend revision/56468 +depend revision/56481 name 00texlive.image category TLCore -revision 56458 +revision 56473 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 @@ -4260,7 +4260,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd name 00texlive.installer category TLCore -revision 56448 +revision 56470 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 @@ -15264,7 +15264,7 @@ catalogue-version 1.3 name algolrevived category Package -revision 55265 +revision 56472 shortdesc A revival of Frutiger's Algol alphabet relocated 1 longdesc The package revives Frutiger's Algol alphabet, designed in 1963 @@ -15274,42 +15274,52 @@ longdesc monospaced, but good for listings if you don't need code to be longdesc aligned with specific columns. It also makes a passable but longdesc limited text font. execute addMap AlgolRevived.map -containersize 746476 -containerchecksum 5efa69372e251a586c24d438be66b7258b12cc8353d1fa12ad6de4c7868de09f79f2b03bdc4c92f92a87d60ee2b125487984ab980f5ff002f85e25f44867ecf0 -doccontainersize 132508 -doccontainerchecksum 84942f19745a436fad863de084f7a0f4212780ab854cd2d07c9eb0b231da7b19529f5fcd228c76a38d88e9771469973ad8f797058f8d51eac8a4843833ae76a7 -docfiles size=47 +containersize 810628 +containerchecksum 98db2033f2fd2871c6b60543951819e5609ace0b9cb7b8f789768d1f946cb2d3ec7d45d1141474e63fb9257b30d8e6d1f4224cee005fb85cf0516bbe4c3bb763 +doccontainersize 153108 +doccontainerchecksum a27c2f189a06c602aafcbedccd0db8920ff86a497ed9515ee5225507463ef25b1cf9d7387f1a1f4aed4b443c12d3edfb9f862c7cabb1a465e30de83244cef0cb +docfiles size=54 RELOC/doc/fonts/algolrevived/OFL-FAQ.txt RELOC/doc/fonts/algolrevived/OFL.txt RELOC/doc/fonts/algolrevived/README details="Readme" RELOC/doc/fonts/algolrevived/algolrevived-doc.pdf details="Package documentation" RELOC/doc/fonts/algolrevived/algolrevived-doc.tex -runfiles size=400 +runfiles size=492 + RELOC/fonts/enc/dvips/algolrevived/zal0-LY1TT.enc + RELOC/fonts/enc/dvips/algolrevived/zal0-OT1TT.enc + RELOC/fonts/enc/dvips/algolrevived/zal0-T1TT.enc + RELOC/fonts/enc/dvips/algolrevived/zal1-LY1TT.enc + RELOC/fonts/enc/dvips/algolrevived/zal1-OT1TT.enc + RELOC/fonts/enc/dvips/algolrevived/zal1-T1TT.enc RELOC/fonts/enc/dvips/algolrevived/zal_2jqefy.enc RELOC/fonts/enc/dvips/algolrevived/zal_2mszih.enc - RELOC/fonts/enc/dvips/algolrevived/zal_57w4vb.enc + RELOC/fonts/enc/dvips/algolrevived/zal_2vzrvx.enc + RELOC/fonts/enc/dvips/algolrevived/zal_4nnq6y.enc + RELOC/fonts/enc/dvips/algolrevived/zal_4rrrqj.enc + RELOC/fonts/enc/dvips/algolrevived/zal_5ziufx.enc RELOC/fonts/enc/dvips/algolrevived/zal_72x6h3.enc RELOC/fonts/enc/dvips/algolrevived/zal_7ov2yu.enc + RELOC/fonts/enc/dvips/algolrevived/zal_ajioas.enc RELOC/fonts/enc/dvips/algolrevived/zal_bfgpej.enc - RELOC/fonts/enc/dvips/algolrevived/zal_d42lnn.enc RELOC/fonts/enc/dvips/algolrevived/zal_ekxevm.enc - RELOC/fonts/enc/dvips/algolrevived/zal_guukkf.enc RELOC/fonts/enc/dvips/algolrevived/zal_hqfuhr.enc - RELOC/fonts/enc/dvips/algolrevived/zal_inb5zw.enc + RELOC/fonts/enc/dvips/algolrevived/zal_iky7rf.enc RELOC/fonts/enc/dvips/algolrevived/zal_jmq5jf.enc RELOC/fonts/enc/dvips/algolrevived/zal_lxmhqh.enc - RELOC/fonts/enc/dvips/algolrevived/zal_mcsceh.enc RELOC/fonts/enc/dvips/algolrevived/zal_mdij5b.enc - RELOC/fonts/enc/dvips/algolrevived/zal_pm6juk.enc - RELOC/fonts/enc/dvips/algolrevived/zal_pnud6o.enc + RELOC/fonts/enc/dvips/algolrevived/zal_pasij5.enc + RELOC/fonts/enc/dvips/algolrevived/zal_psjebe.enc + RELOC/fonts/enc/dvips/algolrevived/zal_q4jbw7.enc RELOC/fonts/enc/dvips/algolrevived/zal_qtlmay.enc - RELOC/fonts/enc/dvips/algolrevived/zal_r4wefe.enc - RELOC/fonts/enc/dvips/algolrevived/zal_u3v7sl.enc + RELOC/fonts/enc/dvips/algolrevived/zal_rj5tka.enc + RELOC/fonts/enc/dvips/algolrevived/zal_ts1.enc + RELOC/fonts/enc/dvips/algolrevived/zal_v4trah.enc RELOC/fonts/enc/dvips/algolrevived/zal_vawbng.enc + RELOC/fonts/enc/dvips/algolrevived/zal_wqyrc5.enc + RELOC/fonts/enc/dvips/algolrevived/zal_wzkcbe.enc RELOC/fonts/enc/dvips/algolrevived/zal_yz65wh.enc RELOC/fonts/enc/dvips/algolrevived/zal_ziib6p.enc RELOC/fonts/enc/dvips/algolrevived/zal_zqbwat.enc - RELOC/fonts/enc/dvips/algolrevived/zalts1.enc RELOC/fonts/map/dvips/algolrevived/AlgolRevived.map RELOC/fonts/opentype/public/algolrevived/AlgolRevived-Medium.otf RELOC/fonts/opentype/public/algolrevived/AlgolRevived-MediumSlanted.otf @@ -15327,7 +15337,18 @@ runfiles size=400 RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Medium-tlf-ot1.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Medium-tlf-t1--base.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Medium-tlf-t1.tfm - RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Medium-tlf-ts1.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Medium-tosf-ly1.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Medium-tosf-ot1.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Medium-tosf-t1--base.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Medium-tosf-t1.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Medium-ts1--base.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Medium-ts1.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Medium0-ly1tt.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Medium0-ot1tt.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Medium0-t1tt.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Medium1-ly1tt.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Medium1-ot1tt.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Medium1-t1tt.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-MediumSlanted-inf-ly1.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-MediumSlanted-inf-ot1.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-MediumSlanted-inf-t1--base.tfm @@ -15340,23 +15361,41 @@ runfiles size=400 RELOC/fonts/tfm/public/algolrevived/AlgolRevived-MediumSlanted-tlf-ot1.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-MediumSlanted-tlf-t1--base.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-MediumSlanted-tlf-t1.tfm - RELOC/fonts/tfm/public/algolrevived/AlgolRevived-MediumSlanted-tlf-ts1.tfm - RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-inf-ly1--base.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-MediumSlanted-tosf-ly1.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-MediumSlanted-tosf-ot1.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-MediumSlanted-tosf-t1--base.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-MediumSlanted-ts1--base.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-MediumSlanted-ts1.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-MediumSlanted0-ly1tt.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-MediumSlanted0-ot1tt.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-MediumSlanted0-t1tt.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-MediumSlanted1-ly1tt.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-MediumSlanted1-ot1tt.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-MediumSlanted1-t1tt.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-inf-ly1.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-inf-ot1.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-inf-t1--base.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-inf-t1.tfm - RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-sup-ly1--base.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-sup-ly1.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-sup-ot1.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-sup-t1--base.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-sup-t1.tfm - RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-tlf-ly1--base.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-tlf-ly1.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-tlf-ot1.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-tlf-t1--base.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-tlf-t1.tfm - RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-tlf-ts1.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-tosf-ly1.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-tosf-ot1.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-tosf-t1--base.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-tosf-t1.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-ts1--base.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted-ts1.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted0-ly1tt.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted0-ot1tt.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted0-t1tt.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted1-ly1tt.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted1-ot1tt.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-Slanted1-t1tt.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-inf-ly1.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-inf-ot1.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-inf-t1--base.tfm @@ -15369,7 +15408,18 @@ runfiles size=400 RELOC/fonts/tfm/public/algolrevived/AlgolRevived-tlf-ot1.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-tlf-t1--base.tfm RELOC/fonts/tfm/public/algolrevived/AlgolRevived-tlf-t1.tfm - RELOC/fonts/tfm/public/algolrevived/AlgolRevived-tlf-ts1.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-tosf-ly1.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-tosf-ot1.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-tosf-t1--base.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-tosf-t1.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-ts1--base.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived-ts1.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived0-ly1tt.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived0-ot1tt.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived0-t1tt.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived1-ly1tt.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived1-ot1tt.tfm + RELOC/fonts/tfm/public/algolrevived/AlgolRevived1-t1tt.tfm RELOC/fonts/type1/public/algolrevived/AlgolRevived-Medium.pfb RELOC/fonts/type1/public/algolrevived/AlgolRevived-MediumSlanted.pfb RELOC/fonts/type1/public/algolrevived/AlgolRevived-Slanted.pfb @@ -15377,34 +15427,49 @@ runfiles size=400 RELOC/fonts/vf/public/algolrevived/AlgolRevived-Medium-inf-t1.vf RELOC/fonts/vf/public/algolrevived/AlgolRevived-Medium-sup-t1.vf RELOC/fonts/vf/public/algolrevived/AlgolRevived-Medium-tlf-t1.vf + RELOC/fonts/vf/public/algolrevived/AlgolRevived-Medium-tosf-t1.vf + RELOC/fonts/vf/public/algolrevived/AlgolRevived-Medium-ts1.vf RELOC/fonts/vf/public/algolrevived/AlgolRevived-MediumSlanted-inf-t1.vf RELOC/fonts/vf/public/algolrevived/AlgolRevived-MediumSlanted-sup-t1.vf RELOC/fonts/vf/public/algolrevived/AlgolRevived-MediumSlanted-tlf-t1.vf - RELOC/fonts/vf/public/algolrevived/AlgolRevived-Slanted-inf-ly1.vf + RELOC/fonts/vf/public/algolrevived/AlgolRevived-MediumSlanted-tosf-t1.vf + RELOC/fonts/vf/public/algolrevived/AlgolRevived-MediumSlanted-ts1.vf RELOC/fonts/vf/public/algolrevived/AlgolRevived-Slanted-inf-t1.vf - RELOC/fonts/vf/public/algolrevived/AlgolRevived-Slanted-sup-ly1.vf RELOC/fonts/vf/public/algolrevived/AlgolRevived-Slanted-sup-t1.vf - RELOC/fonts/vf/public/algolrevived/AlgolRevived-Slanted-tlf-ly1.vf RELOC/fonts/vf/public/algolrevived/AlgolRevived-Slanted-tlf-t1.vf + RELOC/fonts/vf/public/algolrevived/AlgolRevived-Slanted-tosf-t1.vf + RELOC/fonts/vf/public/algolrevived/AlgolRevived-Slanted-ts1.vf RELOC/fonts/vf/public/algolrevived/AlgolRevived-inf-t1.vf RELOC/fonts/vf/public/algolrevived/AlgolRevived-sup-t1.vf RELOC/fonts/vf/public/algolrevived/AlgolRevived-tlf-t1.vf + RELOC/fonts/vf/public/algolrevived/AlgolRevived-tosf-t1.vf + RELOC/fonts/vf/public/algolrevived/AlgolRevived-ts1.vf RELOC/tex/latex/algolrevived/LY1AlgolRevived-Inf.fd + RELOC/tex/latex/algolrevived/LY1AlgolRevived-OsF-TT.fd + RELOC/tex/latex/algolrevived/LY1AlgolRevived-OsF.fd RELOC/tex/latex/algolrevived/LY1AlgolRevived-Sup.fd + RELOC/tex/latex/algolrevived/LY1AlgolRevived-TLF-TT.fd RELOC/tex/latex/algolrevived/LY1AlgolRevived-TLF.fd RELOC/tex/latex/algolrevived/OT1AlgolRevived-Inf.fd + RELOC/tex/latex/algolrevived/OT1AlgolRevived-OsF-TT.fd + RELOC/tex/latex/algolrevived/OT1AlgolRevived-OsF.fd RELOC/tex/latex/algolrevived/OT1AlgolRevived-Sup.fd + RELOC/tex/latex/algolrevived/OT1AlgolRevived-TLF-TT.fd RELOC/tex/latex/algolrevived/OT1AlgolRevived-TLF.fd RELOC/tex/latex/algolrevived/T1AlgolRevived-Inf.fd + RELOC/tex/latex/algolrevived/T1AlgolRevived-OsF-TT.fd + RELOC/tex/latex/algolrevived/T1AlgolRevived-OsF.fd RELOC/tex/latex/algolrevived/T1AlgolRevived-Sup.fd + RELOC/tex/latex/algolrevived/T1AlgolRevived-TLF-TT.fd RELOC/tex/latex/algolrevived/T1AlgolRevived-TLF.fd + RELOC/tex/latex/algolrevived/TS1AlgolRevived-OsF.fd RELOC/tex/latex/algolrevived/TS1AlgolRevived-TLF.fd RELOC/tex/latex/algolrevived/algolrevived.fontspec RELOC/tex/latex/algolrevived/algolrevived.sty catalogue-ctan /fonts/algolrevived catalogue-license ofl lppl1.3c catalogue-topics font font-ttf font-t1enc -catalogue-version 1.041 +catalogue-version 1.05 name algorithm2e category Package @@ -17820,7 +17885,7 @@ docfiles size=32 name animate category Package -revision 56207 +revision 56477 shortdesc Create PDF and SVG animations from graphics files and inline graphics relocated 1 longdesc The package provides an interface to create portable, @@ -17828,16 +17893,16 @@ longdesc JavaScript driven PDF and SVG animations from sets of graphics longdesc files or from inline graphics, such as LaTeX picture longdesc environment, PSTricks or pgf/TikZ generated pictures, or just longdesc from typeset text. -containersize 23368 -containerchecksum 6c8e62070ee63d89907691d06bb782171e9cf9f05846dc9aba34d0321386f75c65b624ef26ee92ff987de4afe8ab763b898c6160b1c58e971c1ff63757001a3b -doccontainersize 3145696 -doccontainerchecksum d497d6065d7067e5cb4d01197671e50a28719e7472eb03a49bb51abd04b267e7a74511696cb02b60b8291513911cdef477a335f0e658d59ef464a8d54ad97dce -docfiles size=954 +containersize 23360 +containerchecksum e70aea07b429a4e7306136ec0d72aa06609fb2d692af8f2d2f90a34e4f9a82ac0ba416d6c7dc340a9e0e4dd85aaebd2103a1e3dd16b1205ef148807fe516a944 +doccontainersize 3147676 +doccontainerchecksum c812169ed5c990140b8b5a1aa2b8ccdc503200f46b19e80d1e5e3cc2db893834144e17346fa01e192b61b8084d9a06607b8a3664e00c59ef2c4de2522255d7b6 +docfiles size=958 RELOC/doc/latex/animate/ChangeLog RELOC/doc/latex/animate/README.txt RELOC/doc/latex/animate/animate.pdf details="Package documentation" srccontainersize 30292 -srccontainerchecksum c0fa9f4f5cb06f4797261cb6fdf2bb95d049d5a8a749648257bb71c3ba0c93d1c97476039e1ad63e0b63b4171036b68b07f17a8a5728d40c6f8c65a3af9efaae +srccontainerchecksum e0d1f0f92531808a49612fffa783a7364a33291786e4eeaf39ba60aaf75a8bc1dd7f037cee5336f35de44c9cc369c5b714c04a4d4b62b39eceee899dfea507ab srcfiles size=36 RELOC/source/latex/animate/animate.tex RELOC/source/latex/animate/files/bye_0.eps @@ -42107,7 +42172,7 @@ catalogue-version 0.2 name bxjscls category Package -revision 56420 +revision 56476 shortdesc Japanese document class collection for all major engines relocated 1 longdesc This package provides an extended version of the Japanese @@ -42116,10 +42181,10 @@ longdesc original version supports only pLaTeX and upLaTeX, the extended longdesc version also supports pdfLaTeX, XeLaTeX and LuaLaTeX, with the longdesc aid of suitable packages that provide capability of Japanese longdesc typesetting. -containersize 32100 -containerchecksum 11dd7de66373296dde267d47c2bad7ca2c250147473a3c3a33bb793f50d442207826725f40685207a6eb2002d6b9de29b11a3ef9681657985e6c616ecb532cb1 -doccontainersize 1540652 -doccontainerchecksum 6aa6a8de18dfe656d6e687d1eb054d6fe7f60e5eaa8a38d71a4be918318d91c5daa5ec66a567c344054220ab83464666d68acc36729d4247c9440791737f20a1 +containersize 32176 +containerchecksum 93cf325d4645dc909ae1a1571dbe966e0ab740a5ef26b85294a835bbbc2dc697b82797d6e1158bfd16b9d6af6f2c15c15d08ab6cf0280828c5b2f9c2bb0fd746 +doccontainersize 1521004 +doccontainerchecksum ddf7142989cfe66a96a2dc972d3ad51705631db863c3d88e4245aa4aa782bc8c0cac3273098ad62761e7bfb4806a3de16fa3a1d3dcdf11e82ec90e472ee7f88e docfiles size=405 RELOC/doc/latex/bxjscls/LICENSE RELOC/doc/latex/bxjscls/README-ja.md details="Readme (Japanese)" language="ja" @@ -42127,12 +42192,12 @@ docfiles size=405 RELOC/doc/latex/bxjscls/bxjscls-manual.pdf details="User guide (Japanese)" language="ja" RELOC/doc/latex/bxjscls/bxjscls-manual.tex RELOC/doc/latex/bxjscls/bxjscls.pdf details="Package documentation (Japanese)" language="ja" -srccontainersize 80220 -srccontainerchecksum a79200f48184262f1e0794475f2e38152f1f9a641cf6e6ee977ebbd887b38d9b1cd43712b4aec9bfc260a16a193f3062e9b781647be395cdfd3fa8f66fc15bd4 -srcfiles size=97 +srccontainersize 80432 +srccontainerchecksum 12593242a1b275f257388bb9a86c181251e6ef1d4ab7529427edaa5d1c327568655eab2d125bb011d16297ac6a7160e2f40bfc29115cf3b68ebb3ab0ac734e55 +srcfiles size=98 RELOC/source/latex/bxjscls/bxjscls.dtx RELOC/source/latex/bxjscls/bxjscls.ins -runfiles size=99 +runfiles size=100 RELOC/tex/latex/bxjscls/bxjsarticle.cls RELOC/tex/latex/bxjscls/bxjsbook.cls RELOC/tex/latex/bxjscls/bxjscjkcat.sty @@ -42149,7 +42214,7 @@ catalogue-contact-repository https://github.com/zr-tex8r catalogue-ctan /language/japanese/BX/bxjscls catalogue-license bsd2 catalogue-topics japanese class -catalogue-version 2.2a +catalogue-version 2.2b name bxnewfont category Package @@ -81116,7 +81181,7 @@ catalogue-version 0.4 name currfile category Package -revision 56291 +revision 56478 shortdesc Provide file name and path of input files relocated 1 longdesc The package provides macros holding file name information @@ -81130,15 +81195,15 @@ longdesc of such a file. The depth of inclusion is made available, longdesc together with the "parent" (including file) and "parents" (all longdesc including files to the root of the tree). The package longdesc supersedes FiNK. -containersize 3752 -containerchecksum 60a788ef024134314159ce48cf3feb1fc76a15e70b91b91b436bfa84fd958d9506440f1cb3e61113545eae8689d8c1c1111e9c8e1e41383b8b2793f2352b022b -doccontainersize 170640 -doccontainerchecksum b39deca360f560602eb52ebdea7734ae00e6b0031ca3fef9c2ad2cc434039a331e98fd3dc5f1f146570df0adb2107a79d740c77afa7eabc86696f50e827e437c -docfiles size=43 +containersize 3740 +containerchecksum 8305bee1b1375f3157a938714b0803d976818dce716d0587ae3aac2020c38fdd987ca45d55aa8605c497b3bd0cb5ac909f5c8347f30836dd5ec2b36d18d06a64 +doccontainersize 173380 +doccontainerchecksum 7efdf77590627c00ebf0741cc7c77f7813f64fa7a9596c7b35c48e0b0364328a9166fdae5d93f0426ce2b8878c42e1c8f2e7d36823a08ddc7e5fcbba4bebc2d9 +docfiles size=44 RELOC/doc/latex/currfile/README details="Readme" RELOC/doc/latex/currfile/currfile.pdf details="Package documentation" -srccontainersize 11424 -srccontainerchecksum 950ded145ac33dd02c214908ec7349125d3b399562f8ed952d728dd8fdccc2a4642b5e1b3896cbd4353f55dce1fc43afdd3c7f567f77c6f5f8463be83d023361 +srccontainersize 11704 +srccontainerchecksum 34db7dc10bc9573093242480a7e9a2b1138458dfdf3e71bc5a7a8fa3642a9e2545f1fbd308e27096213f031c55638f778594a9844ce96c6921e3f2290c9d0fc1 srcfiles size=13 RELOC/source/latex/currfile/currfile.dtx RELOC/source/latex/currfile/currfile.ins @@ -81147,11 +81212,11 @@ runfiles size=5 RELOC/tex/latex/currfile/currfile.sty catalogue-contact-bugs https://sourceforge.net/p/currfile/tickets/ catalogue-contact-home https://sourceforge.net/p/currfile/ -catalogue-contact-repository https://sourceforge.net/p/currfile/code/ci/default/tree/ +catalogue-contact-repository https://sourceforge.net/p/currfile/code/ catalogue-ctan /macros/latex/contrib/currfile catalogue-license lppl1.3 catalogue-topics doc-tool -catalogue-version 0.7c +catalogue-version 0.7d name currvita category Package @@ -113064,7 +113129,7 @@ catalogue-topics file-mgmt date-time name filehook category Package -revision 56464 +revision 56479 shortdesc Hooks for input files relocated 1 longdesc The package provides several file hooks (AtBegin, AtEnd, ...) @@ -113073,16 +113138,16 @@ longdesc General hooks for all such files (e.g. all \included ones) and longdesc file specific hooks only used for named files are provided; two longdesc hooks are provided for the end of \included files -- one longdesc before, and one after the final \clearpage. -containersize 4904 -containerchecksum 4652d0fca4a312ff67ee4046f778cd0b13e3e074453fa20904fb2b9c400ab219d2999f2439c32ed7c517d546755b343662299f9d34e68a03395c959a79cc3436 -doccontainersize 295948 -doccontainerchecksum 9456dfb0bb45b879aa63f9811e85846ae2be2dff81bad495772a9930e19c50f534783dce5b2964ef83957ec9acb107f5ccb5b08e01441a6c89a06be253c6e375 -docfiles size=75 +containersize 4964 +containerchecksum 4591384d78ddb17648bc3bbbbad2b0e7f693a250e36b8cfb110233d909151352c337ff15ac0f53803a01ca2b59b85c7fcf4405cb67e04df1a0bd3bbcf18a6f07 +doccontainersize 298772 +doccontainerchecksum 98e77091e4b46fe53276621f17dd015d88254e94340a33d7591c97ed031865fd85cab22cbd1e2ad6cf388362899b88cd529f8b8cfba13dcafd5a1790e815340e +docfiles size=76 RELOC/doc/latex/filehook/README details="Readme" RELOC/doc/latex/filehook/filehook.pdf details="Package documentation" -srccontainersize 13840 -srccontainerchecksum 6371613d8cbc89e9a3bf4fbe4fc6a9eff5b982390b8c54fa69bc77a57a2b650983d35f5be44d508598f5fbbc82f4a733fc61ee0c0729365630d070fe281bdd84 -srcfiles size=21 +srccontainersize 14300 +srccontainerchecksum ffb2ecd14c42307450179b1cf83244754f42b805afd37ac4003fb758bb5c975b0166b81540ec1fa3a34df42795af152b7325cd29208e8db3dc287fde1b70774f +srcfiles size=22 RELOC/source/latex/filehook/filehook.dtx RELOC/source/latex/filehook/filehook.ins runfiles size=14 @@ -113100,7 +113165,7 @@ catalogue-contact-repository https://sourceforge.net/p/filehook/code/ci/default/ catalogue-ctan /macros/latex/contrib/filehook catalogue-license lppl1.3 catalogue-topics macro-supp -catalogue-version 0.8 +catalogue-version 0.8a name fileinfo category Package @@ -171908,119 +171973,121 @@ binfiles arch=x86_64-solaris size=1 name lilyglyphs category Package -revision 33164 +revision 56473 shortdesc Access lilypond fragments and glyphs, in LaTeX longdesc The package provides the means to include arbitrary elements of longdesc Lilypond notation, including symbols from Lilypond's Emmentaler longdesc font, in a LaTeX document. The package uses OpenType fonts, and longdesc as a result must be compiled with LuaLaTeX or XeLaTeX. depend lilyglyphs.ARCH -containersize 370220 -containerchecksum 8d0d8b994628731e23b1a579a141cee66043838bf254306af91f9edfe2848379492baddddd1018b7a8b7c5fc7de33f4895884412b21d1b6825856f19b7da4a57 -doccontainersize 1160956 -doccontainerchecksum 8c834cb3ca5bff9538218112523537417bc41b05e34f6f6a1670c3f6eb573cc223ec8be121c7df79ebc746afe427520eef6d1ab0f4e569339b542ee67a6549fa -docfiles size=463 - texmf-dist/doc/lualatex/lilyglyphs/CHANGES.md - texmf-dist/doc/lualatex/lilyglyphs/INSTALL - texmf-dist/doc/lualatex/lilyglyphs/README details="Readme" - texmf-dist/doc/lualatex/lilyglyphs/README-scripts - texmf-dist/doc/lualatex/lilyglyphs/VERSION - texmf-dist/doc/lualatex/lilyglyphs/documentation/lilyglyphs-example-400.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/lilyglyphs-example-600.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/lilyglyphs-example-de.pdf - texmf-dist/doc/lualatex/lilyglyphs/documentation/lilyglyphs-example-de.tex - texmf-dist/doc/lualatex/lilyglyphs/documentation/lilyglyphs-example.pdf - texmf-dist/doc/lualatex/lilyglyphs/documentation/lilyglyphs-example.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/lilyglyphs-example.tex - texmf-dist/doc/lualatex/lilyglyphs/documentation/lilyglyphs.pdf details="Package documentation" - texmf-dist/doc/lualatex/lilyglyphs/documentation/lilyglyphs.tex - texmf-dist/doc/lualatex/lilyglyphs/documentation/lilyglyphs_logo/lilyglyphs_logo.pdf - texmf-dist/doc/lualatex/lilyglyphs/documentation/lilyglyphs_logo/lilyglyphs_logo.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/lilyglyphs_logo/lilyglyphs_logo.tex - texmf-dist/doc/lualatex/lilyglyphs/documentation/lilyglyphs_private.zip - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-088c978c.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-1981c3c7.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-20e8632d.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-2abb8a04.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-2be182be.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-3b47d3fe.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-3f4afecc.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-40869867.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-5b13ce04.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-5c91a201.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-707477b7.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-76dbcd67.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-7fd84ff8.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-8155deab.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-8b332c94.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-8d82df0c.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-8d8bb8a3.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-907bc72d.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-a2bf82dd.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-ae3fd948.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-b3dc0958.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-b69af986.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-d9988a2c.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-dffaecd2.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lily-f4d0afc9.png - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lilyglyphsManualFonts.sty - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lilyglyphsStyle.sty - texmf-dist/doc/lualatex/lilyglyphs/documentation/resources/lilypond-manuals.css - texmf-dist/doc/lualatex/lilyglyphs/documentation/the-feta-font-2-18-0.html - texmf-dist/doc/lualatex/lilyglyphs/license/COPYING.LPPL - texmf-dist/doc/lualatex/lilyglyphs/license/MANIFEST - texmf-dist/doc/lualatex/lilyglyphs/license/license-preamble.inp -srccontainersize 158028 -srccontainerchecksum 810c33637a1a8484e28b4a3b60c4a5ec281928d049024c2e24aa0200738a9d07eb9d63f2d5f2263c90376ab071dd8b4d8ed40db6d5ebefd8f49ac2aadee869df -srcfiles size=91 - texmf-dist/source/luatex/lilyglyphs/fonts/README-emmentaler - texmf-dist/source/luatex/lilyglyphs/fonts/emmentaler-2-18-0.zip - texmf-dist/source/luatex/lilyglyphs/glyphimages/definitions/_template.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/definitions/beamednotes.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/definitions/dynamicsigns.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/definitions/fancyexamples.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/definitions/score.ily - texmf-dist/source/luatex/lilyglyphs/glyphimages/definitions/singlenotes.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/definitions/singlenotes.pdf - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-crescHairpin.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-crotchet.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-crotchetDotted.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-crotchetDottedDouble.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-crotchetDottedDoubleDown.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-crotchetDottedDown.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-crotchetDown.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-decrescHairpin.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-demisemiquaver.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-demisemiquaverDotted.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-demisemiquaverDottedDouble.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-demisemiquaverDottedDoubleDown.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-demisemiquaverDottedDown.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-demisemiquaverDown.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-fancyExample.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-halfNote.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-halfNoteDotted.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-halfNoteDottedDouble.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-halfNoteDottedDoubleDown.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-halfNoteDottedDown.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-halfNoteDown.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-quaver.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-quaverDotted.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-quaverDottedDouble.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-quaverDottedDoubleDdown.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-quaverDottedDoubleDown.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-quaverDottedDown.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-quaverDown.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-semiquaver.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-semiquaverDotted.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-semiquaverDottedDouble.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-semiquaverDottedDoubleDown.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-semiquaverDottedDown.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-semiquaverDown.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-threeBeamedQuavers.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-threeBeamedQuaversI.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-threeBeamedQuaversII.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-threeBeamedQuaversIII.ly - texmf-dist/source/luatex/lilyglyphs/glyphimages/generated_src/lily-twoBeamedQuavers.ly +containersize 370160 +containerchecksum 2616757691d289e859fb2bc161c2a5b5312bb1cd824aa15854520e004a639e597f42515756b3cad383e4e33b3057a1579ff5c2ea7c39d8f9bf9d36e9c9b58b70 +doccontainersize 1152316 +doccontainerchecksum 4d9ac765c6a4b2b736d08569eeb6d0d8b168fe96563526264f2485d3d27a944a3e81c6144cd8f1d8cb5162d425b436fc688172db18b09610b3088df4ce868a27 +docfiles size=430 + texmf-dist/doc/latex/lilyglyphs/CHANGES.md + texmf-dist/doc/latex/lilyglyphs/INSTALL + texmf-dist/doc/latex/lilyglyphs/README details="Readme" + texmf-dist/doc/latex/lilyglyphs/README-scripts + texmf-dist/doc/latex/lilyglyphs/VERSION + texmf-dist/doc/latex/lilyglyphs/documentation/lilyglyphs-example-400.png + texmf-dist/doc/latex/lilyglyphs/documentation/lilyglyphs-example-600.png + texmf-dist/doc/latex/lilyglyphs/documentation/lilyglyphs-example-de.pdf + texmf-dist/doc/latex/lilyglyphs/documentation/lilyglyphs-example-de.tex + texmf-dist/doc/latex/lilyglyphs/documentation/lilyglyphs-example.pdf + texmf-dist/doc/latex/lilyglyphs/documentation/lilyglyphs-example.png + texmf-dist/doc/latex/lilyglyphs/documentation/lilyglyphs-example.tex + texmf-dist/doc/latex/lilyglyphs/documentation/lilyglyphs.pdf details="Package documentation" + texmf-dist/doc/latex/lilyglyphs/documentation/lilyglyphs.tex + texmf-dist/doc/latex/lilyglyphs/documentation/lilyglyphs_logo/lilyglyphs_logo.pdf + texmf-dist/doc/latex/lilyglyphs/documentation/lilyglyphs_logo/lilyglyphs_logo.png + texmf-dist/doc/latex/lilyglyphs/documentation/lilyglyphs_logo/lilyglyphs_logo.tex + texmf-dist/doc/latex/lilyglyphs/documentation/lilyglyphs_private.zip + texmf-dist/doc/latex/lilyglyphs/documentation/resources/kerning-pairs.pdf + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-088c978c.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-1981c3c7.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-20e8632d.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-2abb8a04.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-2be182be.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-3b47d3fe.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-3f4afecc.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-40869867.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-5b13ce04.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-5c91a201.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-707477b7.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-76dbcd67.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-7fd84ff8.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-8155deab.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-8b332c94.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-8d82df0c.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-8d8bb8a3.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-907bc72d.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-a2bf82dd.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-ae3fd948.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-b3dc0958.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-b69af986.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-d9988a2c.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-dffaecd2.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lily-f4d0afc9.png + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lilyglyphsManualFonts.sty + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lilyglyphsStyle.sty + texmf-dist/doc/latex/lilyglyphs/documentation/resources/lilypond-manuals.css + texmf-dist/doc/latex/lilyglyphs/documentation/resources/scripts.pdf + texmf-dist/doc/latex/lilyglyphs/documentation/resources/test.pdf + texmf-dist/doc/latex/lilyglyphs/documentation/the-feta-font-2-18-0.html + texmf-dist/doc/latex/lilyglyphs/license/COPYING.LPPL + texmf-dist/doc/latex/lilyglyphs/license/MANIFEST + texmf-dist/doc/latex/lilyglyphs/license/license-preamble.inp +srccontainersize 139436 +srccontainerchecksum e0a1db8b5c4e57374ea19a7f8da3f4a89a2947869eba3f57411a9e815d645f4cb4200832276e3d3c869e2b3a8e3018e8e0f20f942f2396395b7739d7e9b23951 +srcfiles size=84 + texmf-dist/source/latex/lilyglyphs/fonts/README-emmentaler + texmf-dist/source/latex/lilyglyphs/fonts/emmentaler-2-18-0.zip + texmf-dist/source/latex/lilyglyphs/glyphimages/definitions/_template.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/definitions/beamednotes.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/definitions/dynamicsigns.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/definitions/fancyexamples.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/definitions/score.ily + texmf-dist/source/latex/lilyglyphs/glyphimages/definitions/singlenotes.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-crescHairpin.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-crotchet.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-crotchetDotted.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-crotchetDottedDouble.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-crotchetDottedDoubleDown.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-crotchetDottedDown.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-crotchetDown.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-decrescHairpin.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-demisemiquaver.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-demisemiquaverDotted.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-demisemiquaverDottedDouble.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-demisemiquaverDottedDoubleDown.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-demisemiquaverDottedDown.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-demisemiquaverDown.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-fancyExample.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-halfNote.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-halfNoteDotted.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-halfNoteDottedDouble.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-halfNoteDottedDoubleDown.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-halfNoteDottedDown.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-halfNoteDown.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-quaver.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-quaverDotted.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-quaverDottedDouble.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-quaverDottedDoubleDdown.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-quaverDottedDoubleDown.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-quaverDottedDown.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-quaverDown.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-semiquaver.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-semiquaverDotted.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-semiquaverDottedDouble.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-semiquaverDottedDoubleDown.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-semiquaverDottedDown.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-semiquaverDown.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-threeBeamedQuavers.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-threeBeamedQuaversI.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-threeBeamedQuaversII.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-threeBeamedQuaversIII.ly + texmf-dist/source/latex/lilyglyphs/glyphimages/generated_src/lily-twoBeamedQuavers.ly runfiles size=526 texmf-dist/fonts/opentype/public/lilyglyphs/FONTLOG texmf-dist/fonts/opentype/public/lilyglyphs/LICENSE.OFL @@ -172037,71 +172104,71 @@ runfiles size=526 texmf-dist/scripts/lilyglyphs/lily-image-commands.py texmf-dist/scripts/lilyglyphs/lily-rebuild-pdfs.py texmf-dist/scripts/lilyglyphs/lilyglyphs_common.py - texmf-dist/tex/lualatex/lilyglyphs/README-tex - texmf-dist/tex/lualatex/lilyglyphs/commands/README-commands - texmf-dist/tex/lualatex/lilyglyphs/commands/accidentals.inp - texmf-dist/tex/lualatex/lilyglyphs/commands/accordion.inp - texmf-dist/tex/lualatex/lilyglyphs/commands/beamednotes.inp - texmf-dist/tex/lualatex/lilyglyphs/commands/clefs.inp - texmf-dist/tex/lualatex/lilyglyphs/commands/dynamics.inp - texmf-dist/tex/lualatex/lilyglyphs/commands/fancyexamples.inp - texmf-dist/tex/lualatex/lilyglyphs/commands/noteheads.inp - texmf-dist/tex/lualatex/lilyglyphs/commands/numbers.inp - texmf-dist/tex/lualatex/lilyglyphs/commands/rests.inp - texmf-dist/tex/lualatex/lilyglyphs/commands/scripts.inp - texmf-dist/tex/lualatex/lilyglyphs/commands/singlenotes.inp - texmf-dist/tex/lualatex/lilyglyphs/commands/timesignatures.inp - texmf-dist/tex/lualatex/lilyglyphs/core/README-core - texmf-dist/tex/lualatex/lilyglyphs/core/dotted.inp - texmf-dist/tex/lualatex/lilyglyphs/core/genericAccess.inp - texmf-dist/tex/lualatex/lilyglyphs/core/keyval.inp - texmf-dist/tex/lualatex/lilyglyphs/core/opticals.inp - texmf-dist/tex/lualatex/lilyglyphs/lilyglyphs.sty - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-crescHairpin.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-crotchet.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-crotchetDotted.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-crotchetDottedDouble.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-crotchetDottedDoubleDown.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-crotchetDottedDown.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-crotchetDown.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-decrescHairpin.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaver.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaverDotted.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaverDottedDouble.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaverDottedDoubleDown.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaverDottedDown.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaverDown.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-fancyExample.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-halfNote.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-halfNoteDotted.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-halfNoteDottedDouble.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-halfNoteDottedDoubleDown.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-halfNoteDottedDown.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-halfNoteDown.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-quaver.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-quaverDotted.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-quaverDottedDouble.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-quaverDottedDoubleDdown.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-quaverDottedDoubleDown.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-quaverDottedDown.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-quaverDown.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-semiquaver.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-semiquaverDotted.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-semiquaverDottedDouble.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-semiquaverDottedDoubleDown.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-semiquaverDottedDown.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-semiquaverDown.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-threeBeamedQuavers.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-threeBeamedQuaversI.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-threeBeamedQuaversII.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-threeBeamedQuaversIII.pdf - texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-twoBeamedQuavers.pdf + texmf-dist/tex/latex/lilyglyphs/README-tex + texmf-dist/tex/latex/lilyglyphs/commands/README-commands + texmf-dist/tex/latex/lilyglyphs/commands/accidentals.inp + texmf-dist/tex/latex/lilyglyphs/commands/accordion.inp + texmf-dist/tex/latex/lilyglyphs/commands/beamednotes.inp + texmf-dist/tex/latex/lilyglyphs/commands/clefs.inp + texmf-dist/tex/latex/lilyglyphs/commands/dynamics.inp + texmf-dist/tex/latex/lilyglyphs/commands/fancyexamples.inp + texmf-dist/tex/latex/lilyglyphs/commands/noteheads.inp + texmf-dist/tex/latex/lilyglyphs/commands/numbers.inp + texmf-dist/tex/latex/lilyglyphs/commands/rests.inp + texmf-dist/tex/latex/lilyglyphs/commands/scripts.inp + texmf-dist/tex/latex/lilyglyphs/commands/singlenotes.inp + texmf-dist/tex/latex/lilyglyphs/commands/timesignatures.inp + texmf-dist/tex/latex/lilyglyphs/core/README-core + texmf-dist/tex/latex/lilyglyphs/core/dotted.inp + texmf-dist/tex/latex/lilyglyphs/core/genericAccess.inp + texmf-dist/tex/latex/lilyglyphs/core/keyval.inp + texmf-dist/tex/latex/lilyglyphs/core/opticals.inp + texmf-dist/tex/latex/lilyglyphs/lilyglyphs.sty + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-crescHairpin.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-crotchet.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-crotchetDotted.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-crotchetDottedDouble.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-crotchetDottedDoubleDown.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-crotchetDottedDown.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-crotchetDown.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-decrescHairpin.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-demisemiquaver.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-demisemiquaverDotted.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-demisemiquaverDottedDouble.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-demisemiquaverDottedDoubleDown.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-demisemiquaverDottedDown.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-demisemiquaverDown.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-fancyExample.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-halfNote.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-halfNoteDotted.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-halfNoteDottedDouble.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-halfNoteDottedDoubleDown.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-halfNoteDottedDown.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-halfNoteDown.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-quaver.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-quaverDotted.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-quaverDottedDouble.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-quaverDottedDoubleDdown.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-quaverDottedDoubleDown.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-quaverDottedDown.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-quaverDown.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-semiquaver.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-semiquaverDotted.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-semiquaverDottedDouble.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-semiquaverDottedDoubleDown.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-semiquaverDottedDown.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-semiquaverDown.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-threeBeamedQuavers.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-threeBeamedQuaversI.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-threeBeamedQuaversII.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-threeBeamedQuaversIII.pdf + texmf-dist/tex/latex/lilyglyphs/pdfs/lily-twoBeamedQuavers.pdf catalogue-also context-lilypond catalogue-contact-repository https://github.com/uliska/lilyglyphs -catalogue-ctan /macros/luatex/latex/lilyglyphs -catalogue-license lppl1.3 +catalogue-ctan /macros/unicodetex/latex/lilyglyphs +catalogue-license lppl1.3c catalogue-topics font font-otf font-music music -catalogue-version 0.2.3 +catalogue-version 0.2.4 name lilyglyphs.aarch64-linux category Package @@ -243409,7 +243476,7 @@ catalogue-version 1.0 name pst-eucl category Package -revision 55844 +revision 56474 shortdesc Euclidian geometry with PSTricks relocated 1 longdesc The package allows the drawing of Euclidean geometric figures @@ -243417,17 +243484,17 @@ longdesc using TeX pstricks macros for specifying mathematical longdesc constraints. It is thus possible to build point using common longdesc transformations or intersections. The use of coordinates is longdesc limited to points which controlled the figure. -containersize 46608 -containerchecksum 92f6fb6af0f4667f05671674e55955780f58403baec62720d9e4ce0d25c228bdd9b10401459e6db86f4c7bdc6d5eefebc0a37319fc771b553879f6c42669572d -doccontainersize 1204140 -doccontainerchecksum 63ea31ca8fbeede9926ce875b7fcd886914a44b904acb7aa659799eec42c52599a1b0579e6912be6c873d748676d1c11de93fcc4d818845c6320933854df0947 -docfiles size=448 +containersize 53280 +containerchecksum a076efb338fbdff19719156e32cfdbf74500de253ee358dbf64207b762333ff2d3d167cea84ef4ba906d247d96adab9705091c5dc7003400097356b1f54f9305 +doccontainersize 1244548 +doccontainerchecksum 24df2d92c6879f20f4515196d5390fd9b0d97476b662a8e7302664be5afd08a3127dece9a530df5cb972feff6552321749b38a682a58d7924393304ea1c75a9f +docfiles size=503 RELOC/doc/generic/pst-eucl/Changes RELOC/doc/generic/pst-eucl/README details="Readme" RELOC/doc/generic/pst-eucl/pst-eucl-doc.bib RELOC/doc/generic/pst-eucl/pst-eucl-doc.pdf details="Package documentation (English)" language="en" RELOC/doc/generic/pst-eucl/pst-eucl-doc.tex -runfiles size=120 +runfiles size=139 RELOC/dvips/pst-eucl/pst-eucl.pro RELOC/tex/generic/pst-eucl/pst-eucl.tex RELOC/tex/latex/pst-eucl/pst-eucl.sty @@ -243438,7 +243505,7 @@ catalogue-contact-support https://tug.org/mailman/listinfo/pstricks catalogue-ctan /graphics/pstricks/contrib/pst-eucl catalogue-license lppl catalogue-topics maths graphics-use pstricks -catalogue-version 1.74 +catalogue-version 1.75 name pst-eucl-translation-bg category Package @@ -276531,7 +276598,7 @@ catalogue-topics shortcut physics name svg category Package -revision 55643 +revision 56475 shortdesc Include and extract SVG pictures in LaTeX documents relocated 1 longdesc This bundle contains the two packages svg and svg-extract. The @@ -276546,10 +276613,10 @@ longdesc of the graphicx package. In addition, the package svg-extract longdesc allows the extraction of these graphics into independent files longdesc in different graphic formats, exactly as it is rendered within longdesc the LaTeX document, using either ImageMagick or Ghostscript. -containersize 14056 -containerchecksum 97af4c9c717ff8e9a6c0449db7565872d6b34de427895dab51dcf2984833c8c98498ad109d0f93be303b3db28f77d76ad199913a3509633679546ae1089c2db3 -doccontainersize 1074848 -doccontainerchecksum b8eab62250f4d2de1b97245a2364db33e47b842c7f938f6fc6e9bd2c0441b8ca1f313166d3667be2540fdac868d39432fdd50e42b6cd9fb3cad80d6c12ee2d69 +containersize 14052 +containerchecksum d004a25b7b836ab9ac3011c3160fad8d7b35fca5a3748800ab10d2ab6c7a08833461b72346e80329add288759fc468914c4f3133a1e30314e5e60a74e26db3bd +doccontainersize 1075096 +doccontainerchecksum a03754d3f939c595ab65af88999c2fd37cde6c317f019ebb5d1191d505126b03f9e9aa4b305d76c47bcb73cde8e98c238c8b43160293b9532353604e6f8700b4 docfiles size=438 RELOC/doc/latex/svg/LICENSE.md RELOC/doc/latex/svg/README.md details="Readme" @@ -276558,8 +276625,8 @@ docfiles size=438 RELOC/doc/latex/svg/svg-example.svg RELOC/doc/latex/svg/svg-preamble.tex RELOC/doc/latex/svg/svg.pdf details="Package documentation" -srccontainersize 44620 -srccontainerchecksum 1c54920607582fc2be62297395fba2ae4e245afc3e9cba5f7d837eaefceb3ddbf585801fadc7f3f07ca12446c857fabd74191447d0ea62ffc835871e7f8cd3eb +srccontainersize 44644 +srccontainerchecksum d0b7b0783c30beae687f984de3a7453b29e4ff589c97acda1105e98f9e2581cecba5ee34e75b245c043a5ac7112af854b419f91b1abe361a11128ae0416d6192 srcfiles size=57 RELOC/source/latex/svg/svg.dtx runfiles size=21 @@ -276571,7 +276638,7 @@ catalogue-contact-repository https://github.com/mrpiggi/svg catalogue-ctan /graphics/svg catalogue-license lppl1.3c catalogue-topics graphics graphics-incl graphics-import -catalogue-version 2.02h +catalogue-version 2.02i name svg-inkscape category Package @@ -278900,7 +278967,7 @@ catalogue-version 2.40 name tcolorbox category Package -revision 56446 +revision 56480 shortdesc Coloured boxes, for LaTeX examples and theorems, etc relocated 1 longdesc This package provides an environment for coloured and framed @@ -278912,10 +278979,10 @@ longdesc output. Another common use case is the setting of theorems. The longdesc package supports saving and reuse of source code and text longdesc parts. The package depends on the pgf, verbatim, environ, and longdesc etoolbox packages. -containersize 230304 -containerchecksum 69e82c3c76225d166951d8ebcc43f76f4e4be564444ed574a5a74b52a53909599e6dd1ac116b6ccbcb76108dbcc672fa9879867414040b1343a8f55a66de0281 -doccontainersize 4713584 -doccontainerchecksum 3f0fe3c5cf177c69df629c35a4bfd98b47c32bd99eb174e5b0f7c2edba691ff084bd9bb72e3e4023b186318739dfbdf5370b1a1a16bbf398b0bf6629eaafb924 +containersize 230352 +containerchecksum 316879b98b72f6de49a754eb06e45811d543f2a666d97710d67cdd7b5e700b3994651ddd486d0f661ba6b6851569421c7d75295ce04717f59980096f8f69a4dd +doccontainersize 4713776 +doccontainerchecksum b52d85403473020b20ff44d5ade3c2325f629ff0fd947082dc93c796e1deff82449532c059583d6f5444ffba98e809cd6d452ce22e6e7db61702798428dfd483 docfiles size=2325 RELOC/doc/latex/tcolorbox/Basilica_5.png RELOC/doc/latex/tcolorbox/CHANGES @@ -278989,7 +279056,7 @@ catalogue-contact-bugs https://github.com/T-F-S/tcolorbox/issues catalogue-ctan /macros/latex/contrib/tcolorbox catalogue-license lppl1.3 catalogue-topics boxing colour verbatim listing macro-demo -catalogue-version 4.40 +catalogue-version 4.41 name tdclock category Package @@ -290520,15 +290587,15 @@ docfiles size=592 name texlive-docindex category TLCore -revision 56460 +revision 56470 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 83d74566fb7c02d77aefb9e1df7ee1e582f15e593aab711a410bacc2e654cc8c8b67860492b29ace4c50d8ba7d4a6939465d565200ca453906e109583dabcfdd -doccontainersize 169132 -doccontainerchecksum 593fd28b6b509a0fce7219212d5204455e5c3ded439625a6bf3446892f88f2557374ebb4a133742f672c226c1d73308d554c1df5fda29141e633df07f2696b6e +containersize 388 +containerchecksum eeedf5d9a07246d95e21ae46347e4631332a71dd402c4fbd164ee2d3a154be9bc9856a326dd6900970798912c49eb70e6cf0d6edba101378df2b49a6fff712ee +doccontainersize 169172 +doccontainerchecksum 3e20874bb2c3e79f6833bbc791b078d40b6f7a251a55dd9df701fe360fcba212a182fca0f0f3607cdc9d567ac609642ddb5ecbcba35f22881482d5147b7cc960 docfiles size=335 doc.html @@ -290682,14 +290749,14 @@ docfiles size=435 name texlive-msg-translations category TLCore -revision 55755 +revision 56471 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 141248 -containerchecksum 32febff6e6f1915353ce06e3a3fb3f1eed5b5487220615c6e3d60cf150f75b5f1c3e9bd568f88abf78e87f1e1a361a4231572a2d2d71d0af7245a4d0bb959810 +containersize 141240 +containerchecksum 7b7571932366f6cede88d2b4091cdb8f2ad9037b889e9efae591d9603c700fc11a82e495a14690d33687a5ba7cfd658e86a45c4adcf4141bd680f4095deeb9ef runfiles size=389 tlpkg/translations/README tlpkg/translations/cs.po @@ -290750,7 +290817,7 @@ docfiles size=368 name texlive-scripts category TLCore -revision 56448 +revision 56470 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. @@ -290758,10 +290825,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 132024 -containerchecksum 5c55e25e228739dbd27a7af4043b3bcc3a8ecb062925b44afe21e76238102291095a41930c1cb01ae53df8ee8c221a2296b6a5915bcd9e3a90192d986ae051fa +containersize 131972 +containerchecksum 51c33bd55e5d41546a5da16279d41e38ed978455cf64ebb3837dda07048a8bc1bab0bd3651f46ed99b91ed6105a736b2b4e14f2000aaa255994152d3bc5fe528 doccontainersize 218656 -doccontainerchecksum 986cf70affb4b1843975b325109ed37cd775ee9081aea4c89aa825151e329fb16a573d3cf8bf3758ec132e8bd3c5724966146fcacc88798596b032d6a1c69f25 +doccontainerchecksum d98faa61c99620fc70fc27850bddcf382364774d6196ebbecb1ab8affc402ad9faded5de1213ef1a60ea1082011eef29b594c9ec74a0030026cd6083c877c16f docfiles size=141 texmf-dist/doc/man/man1/fmtutil-sys.1 texmf-dist/doc/man/man1/fmtutil-sys.man1.pdf @@ -291692,7 +291759,7 @@ docfiles size=302 name texlive.infra category TLCore -revision 56399 +revision 56460 shortdesc basic TeX Live infrastructure longdesc This package contains the files needed to get tlmgr running: longdesc perl modules, xz binaries, plus (sometimes) tar, wget, lz4, and @@ -291700,10 +291767,10 @@ longdesc various other support files. This package also represents the longdesc tlcritical recovery scripts. The standalone installer is close, longdesc but not the same; it's defined in 00texlive.installer. depend texlive.infra.ARCH -containersize 227032 -containerchecksum 8fe05396d0b69ee4761e6cf3e7ad19a241b673e4f6fc4add9cfd59a7b35ce251e257a70a9cf9ff279f0d2ce0aceb1eb48898ba4d5d6ac7a51c062ec622f48e2a -doccontainersize 204032 -doccontainerchecksum 104be008d00326ac45edf0919230053b755253a9ade013bda3c9a6222273680999544254976e49e20fb596813c994a5dd702a3179737b6bf62e767d117125efb +containersize 227228 +containerchecksum d6015174f43a1e1196e78fbbb1b73433354e8b85e6817cbcebf6f509a5ee4f44e29895f4fcb9a72c55907033dc5248d269401f0220fb96832ec3cde464d380bb +doccontainersize 204504 +doccontainerchecksum fbefa778a1c9afa196dfb9ac49a1c5e9e999b2fba8735518bda51904adf87bd6124d4b084cbbf3f01ed62d760f8ecd34750162f46ddc1596debcfb3f4f0acb57 docfiles size=138 README README.usergroups @@ -305651,7 +305718,7 @@ catalogue-version 3.03 name tudscr category Package -revision 55968 +revision 56481 shortdesc Corporate Design of Technische Universitat Dresden relocated 1 longdesc The TUD-Script bundle provides both classes and packages in @@ -305692,11 +305759,11 @@ depend opensans depend trimspaces depend xcolor depend xpatch -containersize 160248 -containerchecksum 866a46ba913115bcdfeebed0a6c996c50b99c26860453087ebf53061cb70d3317fce23fff41259af40706ce43559006e48735f930883a3b242a6e9a381fd08cb -doccontainersize 3752560 -doccontainerchecksum a9ef17e200f5cfdeaa75256599143112b7a515e43a6f80a1740e483a51bdd7d8608661f80b42fd929c2fb36e3ce6f9ccbc4b293715ddf9494c26d43139bd8f6e -docfiles size=1071 +containersize 160268 +containerchecksum bb58cf1988e3660e3bf684f6f9025e87abc4c1c95dcfe88cc1540381362c4d0ea5eea70971d1937a0257afee850ec9ce6b7b52518ac0f3aaa14c1e04e03b81c7 +doccontainersize 3743324 +doccontainerchecksum b587fe479e1efce354398bf723cffabbcc8c07bc24106bf720186fcc66a091b2ba318a0d21c6755437b0e949621805f6b53f536a5e1fb4cf21bd4d3fb983138e +docfiles size=1070 RELOC/doc/latex/tudscr/LICENSE.md RELOC/doc/latex/tudscr/README.md details="Readme" RELOC/doc/latex/tudscr/tudscr.pdf details="User manual" language="de" @@ -305705,8 +305772,8 @@ docfiles size=1071 RELOC/doc/latex/tudscr/tutorials/mathswap.pdf RELOC/doc/latex/tudscr/tutorials/mathtype.pdf RELOC/doc/latex/tudscr/tutorials/treatise.pdf -srccontainersize 316940 -srccontainerchecksum fb798e8638a0ebd196b27502626fe9c357e04ccf395dc40e22a6a15e7504a4f20a27e21f5a0d5a08f2d404058ccd205a441dd35255396f05667b500089f1f166 +srccontainersize 316968 +srccontainerchecksum cfb0a8a6dc094989149386b545ebd1d52303aca0a7ab71c21775d288362321adc08662ba0c06b0da683b67ec667d73ffc3fc1bf473196ef03d6f380ea83201eb srcfiles size=461 RELOC/source/latex/tudscr/doc/examples/dissertation.tex RELOC/source/latex/tudscr/doc/examples/document.tex @@ -305812,7 +305879,7 @@ catalogue-contact-support https://latex.wcms-file3.tu-dresden.de/phpBB3/index.ph catalogue-ctan /macros/latex/contrib/tudscr catalogue-license lppl1.3c catalogue-topics dissertation class -catalogue-version 2.06i +catalogue-version 2.06j name tufte-latex category Package diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 index 38ab6440c7..f58cfe10b8 100644 --- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 +++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 @@ -1 +1 @@ -8963debcb5c1dfa7940e680b65955636 texlive.tlpdb +461a7e299d7f37c1fd6352b72b5454dd texlive.tlpdb diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 index 74a1e07191..b4ba980879 100644 --- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 +++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 @@ -1 +1 @@ -bbbd8691ad8f8125f2ecc55a777b9dd3c527bb0b309d5af17a9b10bc49be14da788686862d096901fe308d31f751c24c8375c0e3e2aae7936172cc6798ff528f texlive.tlpdb +e1b03531318fbf97140e114933b9f883cbc81022f58c2fe12542155a6452af34c726b0a187f5293178a37fb779b70c42f0d7f18aff1c3b3cb364fe9353bc442d texlive.tlpdb diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc index 16d1b6729e..1491547067 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----- -iQEcBAEBCgAGBQJfcnhqAAoJEEzhh34ZQ4xwF30H/08digQuzU2kxk7CwqTotKqA -r95oq5S8XvOnzksXzx1ju2tGIoG8ysiDKmHpFaOQkq4Hp0a8vMNJnsT8N2GCjU1i -zqB67m9oPzYd5R6tlfZQ2Wm/nBQQb2LiL9iXX761LwRCmpA3KCzdNbv+WEhccEO9 -sVS5dILGWK4JKin57miBn+Zl2zhcWuIEa5AcuOetyaiG1uMlLtkOShUeJhVjBmvy -UNipTHeTXHqYY/xmBcEnvEyNQR87rUKf6zyc21Ab1O0YvxxGHtxKfBGoygzbky+A -rxQu189w07xWPsDDBbTh6denoGA2btSiEZzJWCwUDMkG+4HGbXMnTstqSz7Atvw= -=f42z +iQEcBAEBCgAGBQJfc8mvAAoJEEzhh34ZQ4xwXloH/3/jNQHYx9ZmrA8rRA9vDUDj +uTBSMBexnsxmqrCRNh/EfJaPtWcflKXPCb1avyhVFXUP9/bZt6t/Ikg0ZK0g6+y5 +3HodoSGbiyPwK9LJGeLrPus+Huvgrme1r1zsTrGZ4HGP1VDedgoEC9NSzDD0XgiV +pPnqYno0E6lrCVVcCEQJokXYpMt0auSj0WVIruqIt/4GvK8VoUShKb0KhJg520N1 +tWdyKdaGfMr89BAiP9zWt4Ew1x+Oiu4wgDFhEfUGGioFdIc28RIC/AX1G/6RYJNV +j3ArfT9+7w6ZMJU4F+dtgffErvnZQmaHyn5ykMlXSk79kwXmo8dkGOIdbU4EfGQ= +=HJxn -----END PGP SIGNATURE----- diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz index 1c597cc4a0..a23675e7ea 100644 Binary files a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz and b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz differ diff --git a/systems/texlive/tlnet/tlpkg/translations/cs.po b/systems/texlive/tlnet/tlpkg/translations/cs.po index 669cd4d0c3..40f4ebf6c8 100644 --- a/systems/texlive/tlnet/tlpkg/translations/cs.po +++ b/systems/texlive/tlnet/tlpkg/translations/cs.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: TeX Live translation\n" "Report-Msgid-Bugs-To: tex-live@tug.org\n" -"POT-Creation-Date: 2020-07-05 01:53+0200\n" +"POT-Creation-Date: 2020-09-29 01:53+0200\n" "PO-Revision-Date: 2019-03-26 17:30+0200\n" "Last-Translator: Petr Sojka \n" "Language-Team: Czech <>\n" @@ -52,7 +52,7 @@ msgstr "Instalační proces" #: tlpkg/installer/install-tl-gui.tcl:1078 #: tlpkg/installer/install-tl-gui.tcl:1298 tlpkg/tltcl/tltcl.tcl:674 #: texmf-dist/scripts/tlshell/tlshell.tcl:232 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1342 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1347 msgid "Cancel" msgstr "Zrušit" @@ -111,7 +111,7 @@ msgstr "Instalace TeX Live %s" #: tlpkg/installer/install-menu-perltk.pl:676 #: texmf-dist/scripts/texlive/tlmgrgui.pl:544 #: tlpkg/installer/install-tl-gui.tcl:1438 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2234 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2239 msgid "Quit" msgstr "Ukončit" @@ -360,7 +360,7 @@ msgstr "Ne" #: tlpkg/installer/install-menu-wizard.pl:604 #: texmf-dist/scripts/texlive/tlmgrgui.pl:456 #: tlpkg/installer/install-tl-gui.tcl:1436 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1969 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 msgid "Install" msgstr "Nainstaluj" @@ -383,8 +383,8 @@ msgstr "Jen nové" #: texmf-dist/scripts/texlive/tlmgrgui.pl:145 #: tlpkg/installer/install-tl-gui.tcl:1091 #: tlpkg/installer/install-tl-gui.tcl:1723 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2300 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2317 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2322 msgid "All" msgstr "Všechny" @@ -571,8 +571,8 @@ msgstr "TEXMFHOME (adresář pro uživatelské soubory)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:513 #: tlpkg/installer/install-tl-gui.tcl:1646 #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 msgid "Options" msgstr "Volby" @@ -610,7 +610,7 @@ msgstr "Po instalaci nastavte CTAN jako zdroj aktualizace balíků" #: tlpkg/installer/install-menu-perltk.pl:609 #: texmf-dist/scripts/texlive/tlmgrgui.pl:650 #: texmf-dist/scripts/texlive/tlmgrgui.pl:652 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2221 msgid "About" msgstr "O programu" @@ -752,7 +752,7 @@ msgstr "" "Většina tlačítek bude zakázána." #: texmf-dist/scripts/texlive/tlmgrgui.pl:293 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1154 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 msgid "Repository" msgstr "Repozitář" @@ -787,7 +787,7 @@ msgid "Display configuration" msgstr "Zobrazit konfiguraci" #: texmf-dist/scripts/texlive/tlmgrgui.pl:321 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2297 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2302 msgid "Status" msgstr "Stav" @@ -865,12 +865,12 @@ msgid "Package name" msgstr "Název balíku" #: texmf-dist/scripts/texlive/tlmgrgui.pl:417 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2383 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2388 msgid "Local rev. (ver.)" msgstr "Lokální revize (verze)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:418 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2384 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2389 msgid "Remote rev. (ver.)" msgstr "Vzdálená revize (verze)" @@ -887,13 +887,13 @@ msgid "Reinstall previously removed packages" msgstr "Reinstalovat dříve smazané balíky" #: texmf-dist/scripts/texlive/tlmgrgui.pl:451 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 msgid "Update" msgstr "Aktualizovat" #: texmf-dist/scripts/texlive/tlmgrgui.pl:460 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2014 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1984 msgid "Remove" msgstr "Odstranit" @@ -902,13 +902,13 @@ msgid "Backup" msgstr "Zálohuj" #: texmf-dist/scripts/texlive/tlmgrgui.pl:515 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2138 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 msgid "Actions" msgstr "Akce" #: texmf-dist/scripts/texlive/tlmgrgui.pl:519 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2694 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2214 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2219 msgid "Help" msgstr "Pomoc" @@ -933,7 +933,7 @@ msgid "General ..." msgstr "Obecné ..." #: texmf-dist/scripts/texlive/tlmgrgui.pl:552 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2164 msgid "Paper ..." msgstr "Papír ..." @@ -1354,9 +1354,9 @@ msgstr "Obnov všechny balíky na nejnovější verzi" #: texmf-dist/scripts/texlive/tlmgrgui.pl:2417 #: tlpkg/installer/install-tl-gui.tcl:442 #: texmf-dist/scripts/tlshell/tlshell.tcl:861 -#: texmf-dist/scripts/tlshell/tlshell.tcl:983 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1644 +#: texmf-dist/scripts/tlshell/tlshell.tcl:988 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1437 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1649 msgid "Close" msgstr "Zavřít" @@ -1609,8 +1609,8 @@ msgid "Info pages" msgstr "Informační stránky" #: tlpkg/installer/install-tl-gui.tcl:1379 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2106 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2132 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2111 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2137 msgid "File" msgstr "Soubor" @@ -1666,8 +1666,8 @@ msgstr "" "a TEXMFHOME" #: tlpkg/installer/install-tl-gui.tcl:1574 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1419 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2211 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1424 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 msgid "Platforms" msgstr "Platformy" @@ -1754,7 +1754,7 @@ msgstr "Běžící" #: texmf-dist/scripts/tlshell/tlshell.tcl:379 #: texmf-dist/scripts/tlshell/tlshell.tcl:540 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2436 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2441 msgid "Idle" msgstr "Čekající" @@ -1767,7 +1767,7 @@ msgid "Up to date" msgstr "Je aktuální" #: texmf-dist/scripts/tlshell/tlshell.tcl:650 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2264 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2269 msgid "Unknown" msgstr "Neznámý" @@ -1780,8 +1780,8 @@ msgid "If loading takes too long, press Abort and choose another repository." msgstr "" #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2160 msgid "Repositories" msgstr "Zdroje" @@ -1789,145 +1789,145 @@ msgstr "Zdroje" msgid "Done loading" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:911 +#: texmf-dist/scripts/tlshell/tlshell.tcl:913 msgid "A configured repository is unavailable." msgstr "Konfigurovaný adresář není dostupný." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1038 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1043 msgid "Output" msgstr "Výstup" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1039 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1044 msgid "Other" msgstr "Ostatní" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1065 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1070 #, tcl-format msgid "%s not a repository" msgstr "%s není zdroj" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1151 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 msgid "No repositories" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1161 msgid "Multiple repositories" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1164 msgid "Not loaded" msgstr "Nenahráno" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1187 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1192 msgid "Actual repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1272 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1277 msgid "Main Repository" msgstr "Hlavní zdroj" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1283 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1288 msgid "Current:" msgstr "Aktuální:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1289 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1294 msgid "New" msgstr "Nový" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1299 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1304 msgid "Any CTAN mirror" msgstr "Jakékoliv zrcadlo CTAN" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1309 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 msgid "Local directory..." msgstr "Lokální adresář..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1319 msgid "tlcontrib additional repository" msgstr "další zdroj tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1330 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1335 msgid "tlcontrib repository is included" msgstr "zdroj tlcontrib je vložen" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1336 msgid "Remove tlcontrib repository" msgstr "Smazat zdroj tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1333 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1338 msgid "tlcontrib repository is not included" msgstr "zdroj tlcontrib není vložen" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1334 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 msgid "Add tlcontrib repository" msgstr "Přidej tlcontrib zdroj" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1344 msgid "Save and Load" msgstr "Ulož a načti" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1363 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1368 #, tcl-format msgid "Cannot remove own platform %s" msgstr "Nemohu smazat vlastní platformu %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1427 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 msgid "Apply and close" msgstr "Aplikuj a zavři" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1449 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1454 msgid "platform" msgstr "platforma" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1513 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1518 #, tcl-format msgid "Restore %s to revision %s?" msgstr "Obnovit %s na revizi %s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1536 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1541 msgid "No backups configured" msgstr "Nejsou konfigurovány žádné zálohy" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1546 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 msgid "No backup directory defined" msgstr "žádné zálohy nejsou definovány" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1556 #, tcl-format msgid "Backup directory %s does not exist" msgstr "Záložní adresář %s není definován" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1574 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1579 #, tcl-format msgid "No packages in backup directory %s" msgstr "Žádný balík v záložním adresáři %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1584 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1589 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 msgid "Restore from backup" msgstr "Obnov ze zálohy" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1600 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1605 msgid "Package" msgstr "Balík" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1601 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1606 msgid "Revision" msgstr "Revize" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1642 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1647 msgid "Restore all" msgstr "Obnov vše" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1672 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1704 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1744 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1794 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1869 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1677 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1709 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1749 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1799 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1874 msgid "Nothing to do!" msgstr "Není co udělat!" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1759 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1764 #, tcl-format msgid "" "Also installing dependencies\n" @@ -1938,12 +1938,12 @@ msgstr "" "\n" "%s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1766 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1771 #, tcl-format msgid "Already installed: %s" msgstr "Již instalováno: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1807 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1812 #, tcl-format msgid "" "Also updating dependencies\n" @@ -1954,22 +1954,22 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1822 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1827 #, tcl-format msgid "Updating some dependencies %s anyway. Continue?" msgstr "Aktualizuji závislosti %s. Pokračovat?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1834 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1839 #, tcl-format msgid "Skipped because not installed: %s" msgstr "Přeskočit protože neinstalováno: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1837 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1842 #, tcl-format msgid "Skipped because already up to date: %s" msgstr "Přeskočit protože již aktuální: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1873 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1878 #, tcl-format msgid "" "Also remove dependencies\n" @@ -1980,16 +1980,16 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1888 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1893 #, tcl-format msgid "Removing some dependencies %s anyway. Continue?" msgstr "Smazání některých závislosti %s. Pokračovat?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1965 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1970 msgid "Info" msgstr "Informace" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2055 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2060 msgid "" "GUI interface for TeX Live Manager\n" "Implemented in Tcl/Tk" @@ -1997,171 +1997,171 @@ msgstr "" "GUI rozhraní pro TeX Live Manager\n" "Implementované v Tcl/Tk" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2087 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2092 #, tcl-format msgid "" "%s is not a local or remote repository.\n" "Please configure a valid repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2090 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2095 msgid "Error" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2134 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2139 msgid "Load repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2136 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2141 msgid "Exit" msgstr "Konec" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2142 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 msgid "Regenerate filename database" msgstr "Přegeneruj databázi souborů" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2148 msgid "Regenerating filename database..." msgstr "Přegenerovávám databázi souborů..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2144 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2149 msgid "Regenerate formats" msgstr "Přegeneruj formáty" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2145 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 msgid "Rebuilding formats..." msgstr "Přegenerování formátů..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2146 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2151 msgid "Regenerate fontmaps" msgstr "Přegeneruj soubory fontmaps" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2152 msgid "Rebuilding fontmap files..." msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2169 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2174 msgid "GUI language" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2184 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2189 msgid "GUI font scaling" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2188 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2193 msgid "Current" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2217 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2222 msgid "tlmgr help" msgstr "tlmgr help" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2236 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 msgid "Restart self" msgstr "Restartuj se" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2238 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2243 msgid "Restart tlmgr" msgstr "Restart tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2246 msgid "Show logs" msgstr "Ukaž logovací soubory" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2262 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 msgid "TL Manager up to date?" msgstr "TL Manager aktualizovat?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2272 msgid "Last tlmgr command:" msgstr "Poslední tlmgr příkaz:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2280 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2285 #, tcl-format msgid "Root at %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2288 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2293 msgid "Package list" msgstr "Seznam balíků" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2298 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2303 msgid "Installed" msgstr "Instalováno" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2310 msgid "Updatable" msgstr "Aktualizovatelné" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2316 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 msgid "Detail >> Global" msgstr "Detailní >> Globální" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2319 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2324 msgid "Collections and schemes" msgstr "Kolekce a schémata" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2326 msgid "Only schemes" msgstr "Pouze schémata" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2329 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2334 msgid "Mark all" msgstr "Označit vše" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2336 msgid "Mark none" msgstr "Odznačit vše" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2337 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2342 msgid "Install marked" msgstr "Instalace označeného" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2341 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2346 msgid "Update marked" msgstr "Aktualizovat označené" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2345 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 msgid "Remove marked" msgstr "Odstranit označené" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2360 msgid "Update tlmgr" msgstr "Aktualizovat tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2358 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2363 msgid "Update all" msgstr "Aktualizovat vše" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2365 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 msgid "Search" msgstr "Hledat" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2368 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2373 msgid "By name" msgstr "Podle jména" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2375 msgid "By name and description" msgstr "Podle jména a popisu" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2382 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2387 msgid "Name" msgstr "Jméno" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2385 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2390 msgid "Description" msgstr "Popis" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Multi-user" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Single-user" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2504 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2509 #, tcl-format msgid "" "%s is not writable. You can probably not do much.\n" diff --git a/systems/texlive/tlnet/tlpkg/translations/de.po b/systems/texlive/tlnet/tlpkg/translations/de.po index 67bf6f1433..781fef962a 100644 --- a/systems/texlive/tlnet/tlpkg/translations/de.po +++ b/systems/texlive/tlnet/tlpkg/translations/de.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: TeX Live translation\n" "Report-Msgid-Bugs-To: tex-live@tug.org\n" -"POT-Creation-Date: 2020-07-05 01:53+0200\n" +"POT-Creation-Date: 2020-09-29 01:53+0200\n" "PO-Revision-Date: 2020-03-22 06:40+0100\n" "Last-Translator: Uwe Ziegenhagen \n" "Language-Team: TL German Translation Team \n" @@ -48,7 +48,7 @@ msgstr "Installation" #: tlpkg/installer/install-tl-gui.tcl:1078 #: tlpkg/installer/install-tl-gui.tcl:1298 tlpkg/tltcl/tltcl.tcl:674 #: texmf-dist/scripts/tlshell/tlshell.tcl:232 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1342 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1347 msgid "Cancel" msgstr "Abbruch" @@ -107,7 +107,7 @@ msgstr "TeX Live %s Installation" #: tlpkg/installer/install-menu-perltk.pl:676 #: texmf-dist/scripts/texlive/tlmgrgui.pl:544 #: tlpkg/installer/install-tl-gui.tcl:1438 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2234 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2239 msgid "Quit" msgstr "Beenden" @@ -360,7 +360,7 @@ msgstr "Nein" #: tlpkg/installer/install-menu-wizard.pl:604 #: texmf-dist/scripts/texlive/tlmgrgui.pl:456 #: tlpkg/installer/install-tl-gui.tcl:1436 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1969 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 msgid "Install" msgstr "Installation" @@ -383,8 +383,8 @@ msgstr "Nur neue" #: texmf-dist/scripts/texlive/tlmgrgui.pl:145 #: tlpkg/installer/install-tl-gui.tcl:1091 #: tlpkg/installer/install-tl-gui.tcl:1723 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2300 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2317 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2322 msgid "All" msgstr "Alle" @@ -572,8 +572,8 @@ msgstr "TEXMFHOME (Eigene Makro-Pakete)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:513 #: tlpkg/installer/install-tl-gui.tcl:1646 #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 msgid "Options" msgstr "Optionen" @@ -611,7 +611,7 @@ msgstr "Setze nach der Installation CTAN als Paketquelle" #: tlpkg/installer/install-menu-perltk.pl:609 #: texmf-dist/scripts/texlive/tlmgrgui.pl:650 #: texmf-dist/scripts/texlive/tlmgrgui.pl:652 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2221 msgid "About" msgstr "Über TeX Live Manager (tlmgr)" @@ -755,7 +755,7 @@ msgstr "" "Die meistens Buttons sind ausgegraut." #: texmf-dist/scripts/texlive/tlmgrgui.pl:293 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1154 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 msgid "Repository" msgstr "Repository" @@ -790,7 +790,7 @@ msgid "Display configuration" msgstr "Zeige Konfiguration" #: texmf-dist/scripts/texlive/tlmgrgui.pl:321 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2297 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2302 msgid "Status" msgstr "Status" @@ -868,12 +868,12 @@ msgid "Package name" msgstr "Paketname" #: texmf-dist/scripts/texlive/tlmgrgui.pl:417 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2383 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2388 msgid "Local rev. (ver.)" msgstr "Lokale rev. (vers.)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:418 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2384 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2389 msgid "Remote rev. (ver.)" msgstr "Server rev. (vers.)" @@ -890,13 +890,13 @@ msgid "Reinstall previously removed packages" msgstr "Neuinstallation von vormals entfernten Paketen" #: texmf-dist/scripts/texlive/tlmgrgui.pl:451 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 msgid "Update" msgstr "Aktualisieren" #: texmf-dist/scripts/texlive/tlmgrgui.pl:460 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2014 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1984 msgid "Remove" msgstr "Entfernen" @@ -905,13 +905,13 @@ msgid "Backup" msgstr "Backup" #: texmf-dist/scripts/texlive/tlmgrgui.pl:515 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2138 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 msgid "Actions" msgstr "Aktionen" #: texmf-dist/scripts/texlive/tlmgrgui.pl:519 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2694 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2214 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2219 msgid "Help" msgstr "Hilfe" @@ -936,7 +936,7 @@ msgid "General ..." msgstr "Allgemein ..." #: texmf-dist/scripts/texlive/tlmgrgui.pl:552 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2164 msgid "Paper ..." msgstr "Papierformat ..." @@ -1358,9 +1358,9 @@ msgstr "Aktualisiere alle Pakete auf die neueste Version" #: texmf-dist/scripts/texlive/tlmgrgui.pl:2417 #: tlpkg/installer/install-tl-gui.tcl:442 #: texmf-dist/scripts/tlshell/tlshell.tcl:861 -#: texmf-dist/scripts/tlshell/tlshell.tcl:983 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1644 +#: texmf-dist/scripts/tlshell/tlshell.tcl:988 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1437 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1649 msgid "Close" msgstr "Schließen" @@ -1614,8 +1614,8 @@ msgid "Info pages" msgstr "Info pages" #: tlpkg/installer/install-tl-gui.tcl:1379 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2106 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2132 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2111 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2137 msgid "File" msgstr "Datei" @@ -1671,8 +1671,8 @@ msgstr "" "und TEXMFHOME resetten" #: tlpkg/installer/install-tl-gui.tcl:1574 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1419 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2211 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1424 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 msgid "Platforms" msgstr "Plattformen" @@ -1759,7 +1759,7 @@ msgstr "Läuft" #: texmf-dist/scripts/tlshell/tlshell.tcl:379 #: texmf-dist/scripts/tlshell/tlshell.tcl:540 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2436 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2441 msgid "Idle" msgstr "Bereit" @@ -1772,7 +1772,7 @@ msgid "Up to date" msgstr "Aktuell" #: texmf-dist/scripts/tlshell/tlshell.tcl:650 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2264 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2269 msgid "Unknown" msgstr "Unbekannt" @@ -1787,8 +1787,8 @@ msgstr "" "Repository." #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2160 msgid "Repositories" msgstr "Repositories" @@ -1796,145 +1796,145 @@ msgstr "Repositories" msgid "Done loading" msgstr "Fertig mit dem Laden" -#: texmf-dist/scripts/tlshell/tlshell.tcl:911 +#: texmf-dist/scripts/tlshell/tlshell.tcl:913 msgid "A configured repository is unavailable." msgstr "Ein konfiguriertes Repository ist nicht verfügbar." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1038 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1043 msgid "Output" msgstr "Ausgabe" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1039 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1044 msgid "Other" msgstr "Andere" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1065 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1070 #, tcl-format msgid "%s not a repository" msgstr "%s ist kein Repository" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1151 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 msgid "No repositories" msgstr "Keine Repositories" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1161 msgid "Multiple repositories" msgstr "Multiple Repositories" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1164 msgid "Not loaded" msgstr "Nicht geladen" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1187 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1192 msgid "Actual repository" msgstr "Tatsächliches Repository" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1272 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1277 msgid "Main Repository" msgstr "Haupt-Repository" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1283 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1288 msgid "Current:" msgstr "Aktuell:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1289 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1294 msgid "New" msgstr "New" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1299 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1304 msgid "Any CTAN mirror" msgstr "Irgendein CTAN Mirror-Server" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1309 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 msgid "Local directory..." msgstr "Lokales Verzeichnis..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1319 msgid "tlcontrib additional repository" msgstr "tlcontrib zusätzliches Repository" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1330 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1335 msgid "tlcontrib repository is included" msgstr "tlcontrib Repository ist enthalten" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1336 msgid "Remove tlcontrib repository" msgstr "Entfern tlcontrib Repository" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1333 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1338 msgid "tlcontrib repository is not included" msgstr "tlcontrib Repository ist nicht enthalten" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1334 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 msgid "Add tlcontrib repository" msgstr "Füge tlcontrib Repository hinzu" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1344 msgid "Save and Load" msgstr "Speichern und Laden" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1363 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1368 #, tcl-format msgid "Cannot remove own platform %s" msgstr "Kann eigene Plattform nicht entfernen %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1427 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 msgid "Apply and close" msgstr "Anwenden und Schließen" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1449 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1454 msgid "platform" msgstr "Plattform" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1513 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1518 #, tcl-format msgid "Restore %s to revision %s?" msgstr "%s auf Revision %s bringen?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1536 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1541 msgid "No backups configured" msgstr "Keine Backups konfiguriert" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1546 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 msgid "No backup directory defined" msgstr "Kein Backup-Verzeichnis konfiguriert" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1556 #, tcl-format msgid "Backup directory %s does not exist" msgstr "Backup-Verzeichnis %s existiert nicht" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1574 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1579 #, tcl-format msgid "No packages in backup directory %s" msgstr "Keine Pakete im Backup-Verzeichnis %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1584 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1589 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 msgid "Restore from backup" msgstr "Restore aus Backup" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1600 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1605 msgid "Package" msgstr "Paket" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1601 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1606 msgid "Revision" msgstr "Revision" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1642 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1647 msgid "Restore all" msgstr "Restore alle" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1672 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1704 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1744 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1794 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1869 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1677 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1709 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1749 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1799 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1874 msgid "Nothing to do!" msgstr "Nix zu machen hier!" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1759 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1764 #, tcl-format msgid "" "Also installing dependencies\n" @@ -1945,12 +1945,12 @@ msgstr "" "\n" "%s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1766 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1771 #, tcl-format msgid "Already installed: %s" msgstr "Bereits installiert: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1807 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1812 #, tcl-format msgid "" "Also updating dependencies\n" @@ -1961,22 +1961,22 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1822 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1827 #, tcl-format msgid "Updating some dependencies %s anyway. Continue?" msgstr "Aktualisiere sowieso einige Abhängigkeiten %s. Weitermachen?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1834 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1839 #, tcl-format msgid "Skipped because not installed: %s" msgstr "Übersprungen da nicht installiert: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1837 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1842 #, tcl-format msgid "Skipped because already up to date: %s" msgstr "Übersprungen da schon aktuell: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1873 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1878 #, tcl-format msgid "" "Also remove dependencies\n" @@ -1987,16 +1987,16 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1888 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1893 #, tcl-format msgid "Removing some dependencies %s anyway. Continue?" msgstr "Entferne sowieso einige Abhängigkeiten %s. Weitermachen?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1965 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1970 msgid "Info" msgstr "Info" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2055 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2060 msgid "" "GUI interface for TeX Live Manager\n" "Implemented in Tcl/Tk" @@ -2004,7 +2004,7 @@ msgstr "" "Grafische Nutzeroberflöche für TeX Live Manager\n" "Implementiert in Tcl/Tk" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2087 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2092 #, tcl-format msgid "" "%s is not a local or remote repository.\n" @@ -2013,164 +2013,164 @@ msgstr "" "%s ist kein lokales oder remote Repository.\n" "Bitte wählen Sie ein valides Repository." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2090 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2095 msgid "Error" msgstr "Fehler" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2134 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2139 msgid "Load repository" msgstr "Lade das Repository" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2136 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2141 msgid "Exit" msgstr "Beenden" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2142 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 msgid "Regenerate filename database" msgstr "Aktualisiere Dateinamen-Datenbank" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2148 msgid "Regenerating filename database..." msgstr "Aktualisiere Dateinamen-Datenbank..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2144 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2149 msgid "Regenerate formats" msgstr "Erzeuge Formate neu" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2145 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 msgid "Rebuilding formats..." msgstr "Erzeuge Formate neu..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2146 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2151 msgid "Regenerate fontmaps" msgstr "Erzeuge Font-Maps" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2152 msgid "Rebuilding fontmap files..." msgstr "Erzeuge Fontmap-Dateien..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2169 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2174 msgid "GUI language" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2184 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2189 msgid "GUI font scaling" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2188 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2193 msgid "Current" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2217 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2222 msgid "tlmgr help" msgstr "tlmgr help" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2236 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 msgid "Restart self" msgstr "Starte neu" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2238 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2243 msgid "Restart tlmgr" msgstr "Starte tlmgr neu" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2246 msgid "Show logs" msgstr "Zeige Logs" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2262 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 msgid "TL Manager up to date?" msgstr "TL Manager aktuell?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2272 msgid "Last tlmgr command:" msgstr "Letzter tlmgr Befehl:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2280 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2285 #, tcl-format msgid "Root at %s" msgstr "Wurzel bei %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2288 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2293 msgid "Package list" msgstr "Paketliste" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2298 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2303 msgid "Installed" msgstr "Installiert" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2310 msgid "Updatable" msgstr "Aktualisierbar" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2316 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 msgid "Detail >> Global" msgstr "Detail >> Global" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2319 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2324 msgid "Collections and schemes" msgstr "Sammlungen und Schemata" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2326 msgid "Only schemes" msgstr "Nur Schemata" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2329 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2334 msgid "Mark all" msgstr "Alle markieren" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2336 msgid "Mark none" msgstr "Keine markieren" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2337 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2342 msgid "Install marked" msgstr "Installiere markierte" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2341 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2346 msgid "Update marked" msgstr "Aktualisiere markierte" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2345 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 msgid "Remove marked" msgstr "Entferne markierte" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2360 msgid "Update tlmgr" msgstr "Aktualisiere tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2358 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2363 msgid "Update all" msgstr "Aktualisieren aller Pakete" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2365 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 msgid "Search" msgstr "Suche" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2368 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2373 msgid "By name" msgstr "Nach Namen" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2375 msgid "By name and description" msgstr "Nach Name und Beschreibung" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2382 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2387 msgid "Name" msgstr "Name" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2385 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2390 msgid "Description" msgstr "Beschreibung" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Multi-user" msgstr "Multi-User" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Single-user" msgstr "Single-User" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2504 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2509 #, tcl-format msgid "" "%s is not writable. You can probably not do much.\n" diff --git a/systems/texlive/tlnet/tlpkg/translations/es.po b/systems/texlive/tlnet/tlpkg/translations/es.po index 3eb10a18b0..ee0fdb4a83 100644 --- a/systems/texlive/tlnet/tlpkg/translations/es.po +++ b/systems/texlive/tlnet/tlpkg/translations/es.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: TeX Live translation\n" "Report-Msgid-Bugs-To: tex-live@tug.org\n" -"POT-Creation-Date: 2020-07-05 01:53+0200\n" +"POT-Creation-Date: 2020-09-29 01:53+0200\n" "PO-Revision-Date: 2019-03-30 17:58-0400\n" "Last-Translator: linguafalsa \n" "Language-Team: TL Translation Team \n" @@ -50,7 +50,7 @@ msgstr "Proceso de instalación" #: tlpkg/installer/install-tl-gui.tcl:1078 #: tlpkg/installer/install-tl-gui.tcl:1298 tlpkg/tltcl/tltcl.tcl:674 #: texmf-dist/scripts/tlshell/tlshell.tcl:232 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1342 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1347 msgid "Cancel" msgstr "Cancelar" @@ -109,7 +109,7 @@ msgstr "Instalación de TeX Live %s" #: tlpkg/installer/install-menu-perltk.pl:676 #: texmf-dist/scripts/texlive/tlmgrgui.pl:544 #: tlpkg/installer/install-tl-gui.tcl:1438 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2234 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2239 msgid "Quit" msgstr "Salir" @@ -364,7 +364,7 @@ msgstr "No" #: tlpkg/installer/install-menu-wizard.pl:604 #: texmf-dist/scripts/texlive/tlmgrgui.pl:456 #: tlpkg/installer/install-tl-gui.tcl:1436 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1969 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 msgid "Install" msgstr "Instalar" @@ -387,8 +387,8 @@ msgstr "Sólo nuevas" #: texmf-dist/scripts/texlive/tlmgrgui.pl:145 #: tlpkg/installer/install-tl-gui.tcl:1091 #: tlpkg/installer/install-tl-gui.tcl:1723 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2300 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2317 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2322 msgid "All" msgstr "Todas" @@ -576,8 +576,8 @@ msgstr "TEXMFHOME (directorio de ficheros personales del usuario)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:513 #: tlpkg/installer/install-tl-gui.tcl:1646 #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 msgid "Options" msgstr "Opciones" @@ -618,7 +618,7 @@ msgstr "" #: tlpkg/installer/install-menu-perltk.pl:609 #: texmf-dist/scripts/texlive/tlmgrgui.pl:650 #: texmf-dist/scripts/texlive/tlmgrgui.pl:652 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2221 msgid "About" msgstr "Acerca de" @@ -765,7 +765,7 @@ msgstr "" "La mayoría de los botones serán desactivados." #: texmf-dist/scripts/texlive/tlmgrgui.pl:293 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1154 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 msgid "Repository" msgstr "Repositorio" @@ -800,7 +800,7 @@ msgid "Display configuration" msgstr "Mostrar configuración" #: texmf-dist/scripts/texlive/tlmgrgui.pl:321 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2297 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2302 msgid "Status" msgstr "Estatus" @@ -878,12 +878,12 @@ msgid "Package name" msgstr "Nombre del paquete" #: texmf-dist/scripts/texlive/tlmgrgui.pl:417 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2383 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2388 msgid "Local rev. (ver.)" msgstr "Rev. local (ver.)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:418 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2384 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2389 msgid "Remote rev. (ver.)" msgstr "Rev. remota (ver.)" @@ -900,13 +900,13 @@ msgid "Reinstall previously removed packages" msgstr "Reinstalar paquetes previamente eliminados" #: texmf-dist/scripts/texlive/tlmgrgui.pl:451 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 msgid "Update" msgstr "Actualizar" #: texmf-dist/scripts/texlive/tlmgrgui.pl:460 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2014 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1984 msgid "Remove" msgstr "Remover" @@ -915,13 +915,13 @@ msgid "Backup" msgstr "Copia de reserva" #: texmf-dist/scripts/texlive/tlmgrgui.pl:515 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2138 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 msgid "Actions" msgstr "Acciones" #: texmf-dist/scripts/texlive/tlmgrgui.pl:519 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2694 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2214 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2219 msgid "Help" msgstr "Ayuda" @@ -946,7 +946,7 @@ msgid "General ..." msgstr "General..." #: texmf-dist/scripts/texlive/tlmgrgui.pl:552 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2164 msgid "Paper ..." msgstr "Papel ..." @@ -1373,9 +1373,9 @@ msgstr "Restaurar todos los paquetes a la última versión" #: texmf-dist/scripts/texlive/tlmgrgui.pl:2417 #: tlpkg/installer/install-tl-gui.tcl:442 #: texmf-dist/scripts/tlshell/tlshell.tcl:861 -#: texmf-dist/scripts/tlshell/tlshell.tcl:983 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1644 +#: texmf-dist/scripts/tlshell/tlshell.tcl:988 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1437 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1649 msgid "Close" msgstr "Cerrar" @@ -1630,8 +1630,8 @@ msgid "Info pages" msgstr "Páginas de información" #: tlpkg/installer/install-tl-gui.tcl:1379 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2106 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2132 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2111 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2137 msgid "File" msgstr "Archivo" @@ -1687,8 +1687,8 @@ msgstr "" "y TEXMFHOME" #: tlpkg/installer/install-tl-gui.tcl:1574 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1419 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2211 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1424 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 msgid "Platforms" msgstr "Plataformas" @@ -1775,7 +1775,7 @@ msgstr "Operando" #: texmf-dist/scripts/tlshell/tlshell.tcl:379 #: texmf-dist/scripts/tlshell/tlshell.tcl:540 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2436 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2441 msgid "Idle" msgstr "Reposando" @@ -1788,7 +1788,7 @@ msgid "Up to date" msgstr "Actualizado" #: texmf-dist/scripts/tlshell/tlshell.tcl:650 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2264 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2269 msgid "Unknown" msgstr "Desconocido" @@ -1801,8 +1801,8 @@ msgid "If loading takes too long, press Abort and choose another repository." msgstr "" #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2160 msgid "Repositories" msgstr "Repositorios" @@ -1810,145 +1810,145 @@ msgstr "Repositorios" msgid "Done loading" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:911 +#: texmf-dist/scripts/tlshell/tlshell.tcl:913 msgid "A configured repository is unavailable." msgstr "Repositorio configurado no está disponible." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1038 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1043 msgid "Output" msgstr "Salida" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1039 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1044 msgid "Other" msgstr "Otro(s)" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1065 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1070 #, tcl-format msgid "%s not a repository" msgstr "%s no es un repositorio" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1151 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 msgid "No repositories" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1161 msgid "Multiple repositories" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1164 msgid "Not loaded" msgstr "No está cargado" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1187 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1192 msgid "Actual repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1272 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1277 msgid "Main Repository" msgstr "Repositorio principal" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1283 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1288 msgid "Current:" msgstr "Actual:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1289 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1294 msgid "New" msgstr "Nuevo" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1299 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1304 msgid "Any CTAN mirror" msgstr "Cualquier espejo de CTAN" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1309 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 msgid "Local directory..." msgstr "Directorio local..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1319 msgid "tlcontrib additional repository" msgstr "repositorio adicional de tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1330 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1335 msgid "tlcontrib repository is included" msgstr "repositorio de tlcontrib está incluido" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1336 msgid "Remove tlcontrib repository" msgstr "Remover repositorio de tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1333 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1338 msgid "tlcontrib repository is not included" msgstr "repositorio de tlcontrib no está incluido" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1334 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 msgid "Add tlcontrib repository" msgstr "Añadir repositorio de tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1344 msgid "Save and Load" msgstr "Guardar y cargar" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1363 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1368 #, tcl-format msgid "Cannot remove own platform %s" msgstr "No se puede remover la propia plataforma %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1427 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 msgid "Apply and close" msgstr "Aplicar y cerrar" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1449 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1454 msgid "platform" msgstr "plataforma" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1513 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1518 #, tcl-format msgid "Restore %s to revision %s?" msgstr "Restaurar %s a la revisión %s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1536 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1541 msgid "No backups configured" msgstr "No hay reservas configuradas" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1546 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 msgid "No backup directory defined" msgstr "No hay directorio de reserva definido" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1556 #, tcl-format msgid "Backup directory %s does not exist" msgstr "Directorio de reserva %s no existe" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1574 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1579 #, tcl-format msgid "No packages in backup directory %s" msgstr "No hay paquetes en el directorio de reserva %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1584 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1589 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 msgid "Restore from backup" msgstr "Restaurar mediante la copia de reserva" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1600 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1605 msgid "Package" msgstr "Paquete" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1601 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1606 msgid "Revision" msgstr "Revisión" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1642 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1647 msgid "Restore all" msgstr "Restaurar todo" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1672 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1704 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1744 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1794 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1869 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1677 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1709 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1749 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1799 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1874 msgid "Nothing to do!" msgstr "¡No hay nada que hacer!" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1759 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1764 #, tcl-format msgid "" "Also installing dependencies\n" @@ -1959,12 +1959,12 @@ msgstr "" "\n" "%s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1766 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1771 #, tcl-format msgid "Already installed: %s" msgstr "Ya está instalado: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1807 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1812 #, tcl-format msgid "" "Also updating dependencies\n" @@ -1972,22 +1972,22 @@ msgid "" "%s?" msgstr "¿También actualizando dependencias %s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1822 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1827 #, tcl-format msgid "Updating some dependencies %s anyway. Continue?" msgstr "Actualizando algunas dependencias %s de todas formas. ¿Continuar?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1834 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1839 #, tcl-format msgid "Skipped because not installed: %s" msgstr "Omitiéndose porque no está instalado: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1837 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1842 #, tcl-format msgid "Skipped because already up to date: %s" msgstr "Omitiéndose porque está actualizado: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1873 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1878 #, tcl-format msgid "" "Also remove dependencies\n" @@ -1998,16 +1998,16 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1888 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1893 #, tcl-format msgid "Removing some dependencies %s anyway. Continue?" msgstr "Removiendo algunas dependencias %s de todas formas. ¿Continuar?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1965 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1970 msgid "Info" msgstr "Información" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2055 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2060 msgid "" "GUI interface for TeX Live Manager\n" "Implemented in Tcl/Tk" @@ -2015,171 +2015,171 @@ msgstr "" "Interfaz Gráfica GUI para TeX Live Manager\n" "Implementado en Tcl/Tk" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2087 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2092 #, tcl-format msgid "" "%s is not a local or remote repository.\n" "Please configure a valid repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2090 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2095 msgid "Error" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2134 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2139 msgid "Load repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2136 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2141 msgid "Exit" msgstr "Salida" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2142 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 msgid "Regenerate filename database" msgstr "Regenerar la base de datos de nombres de archivos" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2148 msgid "Regenerating filename database..." msgstr "Regenerando la base de datos de nombres de archivos..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2144 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2149 msgid "Regenerate formats" msgstr "Regenerar formatos" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2145 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 msgid "Rebuilding formats..." msgstr "Reedificando formatos..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2146 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2151 msgid "Regenerate fontmaps" msgstr "Regenerar mapas de las fuentes" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2152 msgid "Rebuilding fontmap files..." msgstr "Reedificando archivos de los mapas de las fuentes..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2169 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2174 msgid "GUI language" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2184 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2189 msgid "GUI font scaling" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2188 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2193 msgid "Current" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2217 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2222 msgid "tlmgr help" msgstr "ayuda tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2236 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 msgid "Restart self" msgstr "Reiniciar por si mismo" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2238 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2243 msgid "Restart tlmgr" msgstr "Reiniciar tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2246 msgid "Show logs" msgstr "Mostrar archivo de registro" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2262 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 msgid "TL Manager up to date?" msgstr "¿TL Manager está actualizado?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2272 msgid "Last tlmgr command:" msgstr "Último comando de tlmgr:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2280 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2285 #, tcl-format msgid "Root at %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2288 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2293 msgid "Package list" msgstr "Lista de paquetes" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2298 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2303 msgid "Installed" msgstr "Instalado" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2310 msgid "Updatable" msgstr "Actualizable" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2316 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 msgid "Detail >> Global" msgstr "Detalle >> Global" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2319 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2324 msgid "Collections and schemes" msgstr "Colecciones y esquemas" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2326 msgid "Only schemes" msgstr "Solamente esquemas" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2329 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2334 msgid "Mark all" msgstr "Marcar todos" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2336 msgid "Mark none" msgstr "Marcar ninguno" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2337 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2342 msgid "Install marked" msgstr "Instalación marcada" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2341 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2346 msgid "Update marked" msgstr "Actualización marcada" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2345 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 msgid "Remove marked" msgstr "Remover marcado" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2360 msgid "Update tlmgr" msgstr "Actualizar tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2358 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2363 msgid "Update all" msgstr "Actualizar todo" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2365 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 msgid "Search" msgstr "Buscar" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2368 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2373 msgid "By name" msgstr "Por nombre" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2375 msgid "By name and description" msgstr "Por nombre y descripción" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2382 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2387 msgid "Name" msgstr "Nombre" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2385 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2390 msgid "Description" msgstr "Descripción" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Multi-user" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Single-user" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2504 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2509 #, tcl-format msgid "" "%s is not writable. You can probably not do much.\n" diff --git a/systems/texlive/tlnet/tlpkg/translations/fr.po b/systems/texlive/tlnet/tlpkg/translations/fr.po index adc660a6c6..95fa92a5fb 100644 --- a/systems/texlive/tlnet/tlpkg/translations/fr.po +++ b/systems/texlive/tlnet/tlpkg/translations/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: TeX Live translation\n" "Report-Msgid-Bugs-To: tex-live@tug.org\n" -"POT-Creation-Date: 2020-07-05 01:53+0200\n" +"POT-Creation-Date: 2020-09-29 01:53+0200\n" "PO-Revision-Date: 2019-05-12 10:49+0100\n" "Last-Translator: Denis Bitouzé \n" "Language-Team: French \n" @@ -54,7 +54,7 @@ msgstr "Processus d'installation" #: tlpkg/installer/install-tl-gui.tcl:1078 #: tlpkg/installer/install-tl-gui.tcl:1298 tlpkg/tltcl/tltcl.tcl:674 #: texmf-dist/scripts/tlshell/tlshell.tcl:232 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1342 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1347 msgid "Cancel" msgstr "Annuler" @@ -113,7 +113,7 @@ msgstr "Installation de la TeX Live %s" #: tlpkg/installer/install-menu-perltk.pl:676 #: texmf-dist/scripts/texlive/tlmgrgui.pl:544 #: tlpkg/installer/install-tl-gui.tcl:1438 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2234 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2239 msgid "Quit" msgstr "Quitter" @@ -366,7 +366,7 @@ msgstr "Non" #: tlpkg/installer/install-menu-wizard.pl:604 #: texmf-dist/scripts/texlive/tlmgrgui.pl:456 #: tlpkg/installer/install-tl-gui.tcl:1436 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1969 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 msgid "Install" msgstr "Installer" @@ -389,8 +389,8 @@ msgstr "Seulement les nouveaux" #: texmf-dist/scripts/texlive/tlmgrgui.pl:145 #: tlpkg/installer/install-tl-gui.tcl:1091 #: tlpkg/installer/install-tl-gui.tcl:1723 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2300 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2317 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2322 msgid "All" msgstr "Tous" @@ -578,8 +578,8 @@ msgstr "TEXMFHOME (répertoire des fichiers personnels)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:513 #: tlpkg/installer/install-tl-gui.tcl:1646 #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 msgid "Options" msgstr "Options" @@ -618,7 +618,7 @@ msgstr "" #: tlpkg/installer/install-menu-perltk.pl:609 #: texmf-dist/scripts/texlive/tlmgrgui.pl:650 #: texmf-dist/scripts/texlive/tlmgrgui.pl:652 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2221 msgid "About" msgstr "À propos" @@ -762,7 +762,7 @@ msgstr "" "La plupart des boutons seront désactivés." #: texmf-dist/scripts/texlive/tlmgrgui.pl:293 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1154 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 msgid "Repository" msgstr "Dépôt" @@ -797,7 +797,7 @@ msgid "Display configuration" msgstr "Afficher la configuration" #: texmf-dist/scripts/texlive/tlmgrgui.pl:321 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2297 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2302 msgid "Status" msgstr "Statut" @@ -875,12 +875,12 @@ msgid "Package name" msgstr "Nom du package" #: texmf-dist/scripts/texlive/tlmgrgui.pl:417 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2383 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2388 msgid "Local rev. (ver.)" msgstr "Version locale" #: texmf-dist/scripts/texlive/tlmgrgui.pl:418 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2384 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2389 msgid "Remote rev. (ver.)" msgstr "Version distante" @@ -897,13 +897,13 @@ msgid "Reinstall previously removed packages" msgstr "Réinstaller les packages précédemment supprimés" #: texmf-dist/scripts/texlive/tlmgrgui.pl:451 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 msgid "Update" msgstr "Mettre à jour" #: texmf-dist/scripts/texlive/tlmgrgui.pl:460 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2014 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1984 msgid "Remove" msgstr "Supprimer" @@ -912,13 +912,13 @@ msgid "Backup" msgstr "Sauvegarde" #: texmf-dist/scripts/texlive/tlmgrgui.pl:515 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2138 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 msgid "Actions" msgstr "Actions" #: texmf-dist/scripts/texlive/tlmgrgui.pl:519 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2694 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2214 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2219 msgid "Help" msgstr "Aide" @@ -943,7 +943,7 @@ msgid "General ..." msgstr "Options générales..." #: texmf-dist/scripts/texlive/tlmgrgui.pl:552 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2164 msgid "Paper ..." msgstr "Papier..." @@ -1368,9 +1368,9 @@ msgstr "Restaurer tous les packages à partir de la dernière sauvegarde" #: texmf-dist/scripts/texlive/tlmgrgui.pl:2417 #: tlpkg/installer/install-tl-gui.tcl:442 #: texmf-dist/scripts/tlshell/tlshell.tcl:861 -#: texmf-dist/scripts/tlshell/tlshell.tcl:983 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1644 +#: texmf-dist/scripts/tlshell/tlshell.tcl:988 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1437 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1649 msgid "Close" msgstr "Fermer" @@ -1630,8 +1630,8 @@ msgid "Info pages" msgstr "Pages d'info(rmations)" #: tlpkg/installer/install-tl-gui.tcl:1379 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2106 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2132 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2111 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2137 msgid "File" msgstr "Fichier" @@ -1687,8 +1687,8 @@ msgstr "" "et TEXMFHOME" #: tlpkg/installer/install-tl-gui.tcl:1574 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1419 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2211 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1424 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 msgid "Platforms" msgstr "Plates-formes" @@ -1775,7 +1775,7 @@ msgstr "En cours d'exécution" #: texmf-dist/scripts/tlshell/tlshell.tcl:379 #: texmf-dist/scripts/tlshell/tlshell.tcl:540 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2436 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2441 msgid "Idle" msgstr "Inactif" @@ -1788,7 +1788,7 @@ msgid "Up to date" msgstr "À jour" #: texmf-dist/scripts/tlshell/tlshell.tcl:650 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2264 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2269 msgid "Unknown" msgstr "Inconnu" @@ -1802,8 +1802,8 @@ msgstr "" "Si c'est trop long, cliquez sur « Annuler » et choisissez un autre dépôt." #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2160 msgid "Repositories" msgstr "Dépôts" @@ -1811,145 +1811,145 @@ msgstr "Dépôts" msgid "Done loading" msgstr "Chargement terminé" -#: texmf-dist/scripts/tlshell/tlshell.tcl:911 +#: texmf-dist/scripts/tlshell/tlshell.tcl:913 msgid "A configured repository is unavailable." msgstr "Un dépôt configuré est indisponible." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1038 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1043 msgid "Output" msgstr "Sortie" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1039 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1044 msgid "Other" msgstr "Autre" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1065 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1070 #, tcl-format msgid "%s not a repository" msgstr "%s n'est pas un dépôt" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1151 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 msgid "No repositories" msgstr "Pas de dépôt" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1161 msgid "Multiple repositories" msgstr "Dépôts multiples" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1164 msgid "Not loaded" msgstr "Non chargé" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1187 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1192 msgid "Actual repository" msgstr "Dépôt effectif" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1272 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1277 msgid "Main Repository" msgstr "Dépôt principal" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1283 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1288 msgid "Current:" msgstr "Courant :" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1289 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1294 msgid "New" msgstr "Nouveau" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1299 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1304 msgid "Any CTAN mirror" msgstr "N'importe quel miroir CTAN" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1309 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 msgid "Local directory..." msgstr "Répertoire local" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1319 msgid "tlcontrib additional repository" msgstr "Dépôt tlcontrib additionnel" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1330 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1335 msgid "tlcontrib repository is included" msgstr "Le dépôt tlcontrib est inclus" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1336 msgid "Remove tlcontrib repository" msgstr "Supprimer le dépôt tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1333 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1338 msgid "tlcontrib repository is not included" msgstr "Le dépôt tlcontrib n'est pas inclus" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1334 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 msgid "Add tlcontrib repository" msgstr "Ajouter le dépôt tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1344 msgid "Save and Load" msgstr "Enregistrer et charger" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1363 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1368 #, tcl-format msgid "Cannot remove own platform %s" msgstr "Impossible de supprimer la plate-forme propre %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1427 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 msgid "Apply and close" msgstr "Appliquer et fermer" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1449 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1454 msgid "platform" msgstr "plates-forme" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1513 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1518 #, tcl-format msgid "Restore %s to revision %s?" msgstr "Restaurer %s à la version %s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1536 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1541 msgid "No backups configured" msgstr "Aucune sauvegarde configurée" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1546 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 msgid "No backup directory defined" msgstr "Aucun répertoire de sauvegarde défini" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1556 #, tcl-format msgid "Backup directory %s does not exist" msgstr "Le répertoire de sauvegarde %s n'existe pas" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1574 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1579 #, tcl-format msgid "No packages in backup directory %s" msgstr "Aucun package dans le répertoire de sauvegarde %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1584 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1589 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 msgid "Restore from backup" msgstr "Restaurer depuis la sauvegarde" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1600 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1605 msgid "Package" msgstr "Package" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1601 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1606 msgid "Revision" msgstr "Révision" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1642 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1647 msgid "Restore all" msgstr "Tout restaurer" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1672 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1704 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1744 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1794 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1869 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1677 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1709 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1749 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1799 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1874 msgid "Nothing to do!" msgstr "Rien à faire !" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1759 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1764 #, tcl-format msgid "" "Also installing dependencies\n" @@ -1960,12 +1960,12 @@ msgstr "" "\n" "%s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1766 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1771 #, tcl-format msgid "Already installed: %s" msgstr "Déjà installé : %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1807 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1812 #, tcl-format msgid "" "Also updating dependencies\n" @@ -1976,22 +1976,22 @@ msgstr "" "\n" "%s ?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1822 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1827 #, tcl-format msgid "Updating some dependencies %s anyway. Continue?" msgstr "Mise à jour de dépendances %s malgré tout. Continuer ?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1834 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1839 #, tcl-format msgid "Skipped because not installed: %s" msgstr "Ignoré parce que non installé : %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1837 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1842 #, tcl-format msgid "Skipped because already up to date: %s" msgstr "Ignoré parce que déjà mis à jour : %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1873 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1878 #, tcl-format msgid "" "Also remove dependencies\n" @@ -2002,16 +2002,16 @@ msgstr "" "\n" "%s ?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1888 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1893 #, tcl-format msgid "Removing some dependencies %s anyway. Continue?" msgstr "Suppression de dépendances %s malgré tout. Continuer ?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1965 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1970 msgid "Info" msgstr "Information" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2055 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2060 msgid "" "GUI interface for TeX Live Manager\n" "Implemented in Tcl/Tk" @@ -2019,7 +2019,7 @@ msgstr "" "Interface graphique pour le TeX Live Manager\n" "Implémenté en Tcl/Tk" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2087 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2092 #, tcl-format msgid "" "%s is not a local or remote repository.\n" @@ -2028,164 +2028,164 @@ msgstr "" "%s n'est pas un dépôt local ou distant.\n" "Veuillez configurer un dépôt valide" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2090 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2095 msgid "Error" msgstr "Erreur" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2134 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2139 msgid "Load repository" msgstr "Chargement le dépôt" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2136 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2141 msgid "Exit" msgstr "Quitter" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2142 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 msgid "Regenerate filename database" msgstr "Régénération de la base de noms de fichiers" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2148 msgid "Regenerating filename database..." msgstr "Régénération de la base de noms de fichiers en cours..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2144 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2149 msgid "Regenerate formats" msgstr "Régénération des formats" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2145 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 msgid "Rebuilding formats..." msgstr "Reconstruction des formats" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2146 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2151 msgid "Regenerate fontmaps" msgstr "Régénération du mappage des polices" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2152 msgid "Rebuilding fontmap files..." msgstr "Reconstruction du mappage des polices" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2169 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2174 msgid "GUI language" msgstr "Langue de l'interface graphique" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2184 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2189 msgid "GUI font scaling" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2188 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2193 msgid "Current" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2217 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2222 msgid "tlmgr help" msgstr "Aide du tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2236 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 msgid "Restart self" msgstr "Auto redémarrage" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2238 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2243 msgid "Restart tlmgr" msgstr "Redémarrage du tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2246 msgid "Show logs" msgstr "Afficher les logs" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2262 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 msgid "TL Manager up to date?" msgstr "TL manager (tlmgr) à jour ?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2272 msgid "Last tlmgr command:" msgstr "Dernière commande tlmgr :" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2280 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2285 #, tcl-format msgid "Root at %s" msgstr "Répertoire racine en %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2288 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2293 msgid "Package list" msgstr "Liste des packages" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2298 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2303 msgid "Installed" msgstr "Installé" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2310 msgid "Updatable" msgstr "Mise à jour possible" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2316 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 msgid "Detail >> Global" msgstr "Détail >> Global" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2319 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2324 msgid "Collections and schemes" msgstr "Collections et schémas" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2326 msgid "Only schemes" msgstr "Schémas seulement" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2329 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2334 msgid "Mark all" msgstr "Tout sélectionner" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2336 msgid "Mark none" msgstr "Ne rien sélectionner" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2337 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2342 msgid "Install marked" msgstr "Installer ce qui est sélectionné" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2341 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2346 msgid "Update marked" msgstr "Mettre à jour ce qui est sélectionné" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2345 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 msgid "Remove marked" msgstr "Supprimer ce qui est sélectionné" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2360 msgid "Update tlmgr" msgstr "Mise à jour du tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2358 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2363 msgid "Update all" msgstr "Tout mettre à jour" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2365 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 msgid "Search" msgstr "Rechercher" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2368 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2373 msgid "By name" msgstr "Par nom" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2375 msgid "By name and description" msgstr "Par nom et description" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2382 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2387 msgid "Name" msgstr "Nom" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2385 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2390 msgid "Description" msgstr "Description" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Multi-user" msgstr "Utilisateurs multiples" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Single-user" msgstr "Utilisateur unique" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2504 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2509 #, tcl-format msgid "" "%s is not writable. You can probably not do much.\n" diff --git a/systems/texlive/tlnet/tlpkg/translations/it.po b/systems/texlive/tlnet/tlpkg/translations/it.po index 944ee742c2..ac32f5d694 100644 --- a/systems/texlive/tlnet/tlpkg/translations/it.po +++ b/systems/texlive/tlnet/tlpkg/translations/it.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Tex Live translation\n" "Report-Msgid-Bugs-To: tex-live@tug.org\n" -"POT-Creation-Date: 2020-07-05 01:53+0200\n" +"POT-Creation-Date: 2020-09-29 01:53+0200\n" "PO-Revision-Date: 2020-03-24 08:19+0100\n" "Last-Translator: Marco Pallante\n" "Language-Team: <>\n" @@ -47,7 +47,7 @@ msgstr "Installazione" #: tlpkg/installer/install-tl-gui.tcl:1078 #: tlpkg/installer/install-tl-gui.tcl:1298 tlpkg/tltcl/tltcl.tcl:674 #: texmf-dist/scripts/tlshell/tlshell.tcl:232 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1342 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1347 msgid "Cancel" msgstr "Annulla" @@ -106,7 +106,7 @@ msgstr "Installazione di TeX Live %s" #: tlpkg/installer/install-menu-perltk.pl:676 #: texmf-dist/scripts/texlive/tlmgrgui.pl:544 #: tlpkg/installer/install-tl-gui.tcl:1438 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2234 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2239 msgid "Quit" msgstr "Esci" @@ -358,7 +358,7 @@ msgstr "No" #: tlpkg/installer/install-menu-wizard.pl:604 #: texmf-dist/scripts/texlive/tlmgrgui.pl:456 #: tlpkg/installer/install-tl-gui.tcl:1436 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1969 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 msgid "Install" msgstr "Installa" @@ -381,8 +381,8 @@ msgstr "Solo nuovi" #: texmf-dist/scripts/texlive/tlmgrgui.pl:145 #: tlpkg/installer/install-tl-gui.tcl:1091 #: tlpkg/installer/install-tl-gui.tcl:1723 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2300 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2317 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2322 msgid "All" msgstr "Tutti" @@ -570,8 +570,8 @@ msgstr "TEXMFHOME (cartella dei file specifici per ciascun utente)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:513 #: tlpkg/installer/install-tl-gui.tcl:1646 #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 msgid "Options" msgstr "Opzioni" @@ -612,7 +612,7 @@ msgstr "" #: tlpkg/installer/install-menu-perltk.pl:609 #: texmf-dist/scripts/texlive/tlmgrgui.pl:650 #: texmf-dist/scripts/texlive/tlmgrgui.pl:652 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2221 msgid "About" msgstr "Informazioni" @@ -757,7 +757,7 @@ msgstr "" "La maggior parte dei pulsanti saranno disabilitati." #: texmf-dist/scripts/texlive/tlmgrgui.pl:293 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1154 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 msgid "Repository" msgstr "Archivio" @@ -792,7 +792,7 @@ msgid "Display configuration" msgstr "Impostazioni di visualizzazione" #: texmf-dist/scripts/texlive/tlmgrgui.pl:321 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2297 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2302 msgid "Status" msgstr "Stato" @@ -870,12 +870,12 @@ msgid "Package name" msgstr "Nome pacchetto" #: texmf-dist/scripts/texlive/tlmgrgui.pl:417 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2383 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2388 msgid "Local rev. (ver.)" msgstr "Rev. locale (ver.)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:418 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2384 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2389 msgid "Remote rev. (ver.)" msgstr "Rev. remota (ver.)" @@ -892,13 +892,13 @@ msgid "Reinstall previously removed packages" msgstr "Installa nuovamente i pacchetti rimossi in precedenza" #: texmf-dist/scripts/texlive/tlmgrgui.pl:451 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 msgid "Update" msgstr "Aggiorna" #: texmf-dist/scripts/texlive/tlmgrgui.pl:460 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2014 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1984 msgid "Remove" msgstr "Rimuovi" @@ -907,13 +907,13 @@ msgid "Backup" msgstr "Backup" #: texmf-dist/scripts/texlive/tlmgrgui.pl:515 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2138 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 msgid "Actions" msgstr "Azioni" #: texmf-dist/scripts/texlive/tlmgrgui.pl:519 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2694 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2214 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2219 msgid "Help" msgstr "Aiuto" @@ -938,7 +938,7 @@ msgid "General ..." msgstr "Generale ..." #: texmf-dist/scripts/texlive/tlmgrgui.pl:552 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2164 msgid "Paper ..." msgstr "Carta ..." @@ -1360,9 +1360,9 @@ msgstr "Ripristina tutti i pacchetti all'ultima versione" #: texmf-dist/scripts/texlive/tlmgrgui.pl:2417 #: tlpkg/installer/install-tl-gui.tcl:442 #: texmf-dist/scripts/tlshell/tlshell.tcl:861 -#: texmf-dist/scripts/tlshell/tlshell.tcl:983 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1644 +#: texmf-dist/scripts/tlshell/tlshell.tcl:988 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1437 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1649 msgid "Close" msgstr "Chiudi" @@ -1616,8 +1616,8 @@ msgid "Info pages" msgstr "Pagine Info" #: tlpkg/installer/install-tl-gui.tcl:1379 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2106 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2132 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2111 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2137 msgid "File" msgstr "File" @@ -1673,8 +1673,8 @@ msgstr "" "e TEXMFHOME" #: tlpkg/installer/install-tl-gui.tcl:1574 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1419 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2211 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1424 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 msgid "Platforms" msgstr "Piattaforme" @@ -1761,7 +1761,7 @@ msgstr "In esecuzione" #: texmf-dist/scripts/tlshell/tlshell.tcl:379 #: texmf-dist/scripts/tlshell/tlshell.tcl:540 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2436 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2441 msgid "Idle" msgstr "In attesa" @@ -1774,7 +1774,7 @@ msgid "Up to date" msgstr "Aggiornato" #: texmf-dist/scripts/tlshell/tlshell.tcl:650 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2264 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2269 msgid "Unknown" msgstr "Sconosciuto" @@ -1787,8 +1787,8 @@ msgid "If loading takes too long, press Abort and choose another repository." msgstr "" #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2160 msgid "Repositories" msgstr "Repository" @@ -1796,145 +1796,145 @@ msgstr "Repository" msgid "Done loading" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:911 +#: texmf-dist/scripts/tlshell/tlshell.tcl:913 msgid "A configured repository is unavailable." msgstr "Non è disponibile alcun repository configurato." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1038 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1043 msgid "Output" msgstr "Output" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1039 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1044 msgid "Other" msgstr "Altro" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1065 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1070 #, tcl-format msgid "%s not a repository" msgstr "%s non è un archivio" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1151 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 msgid "No repositories" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1161 msgid "Multiple repositories" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1164 msgid "Not loaded" msgstr "Non caricato" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1187 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1192 msgid "Actual repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1272 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1277 msgid "Main Repository" msgstr "Repository principale" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1283 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1288 msgid "Current:" msgstr "Attuale:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1289 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1294 msgid "New" msgstr "Nuovo" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1299 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1304 msgid "Any CTAN mirror" msgstr "Qualsiasi mirror di CTAN" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1309 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 msgid "Local directory..." msgstr "Cartella locale..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1319 msgid "tlcontrib additional repository" msgstr "Archivio aggiuntivo di tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1330 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1335 msgid "tlcontrib repository is included" msgstr "L'archivio di tlcontrib è incluso" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1336 msgid "Remove tlcontrib repository" msgstr "Rimuovi il repository di tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1333 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1338 msgid "tlcontrib repository is not included" msgstr "L'archivio di tlcontrib non è incluso" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1334 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 msgid "Add tlcontrib repository" msgstr "Aggiungi un repository di tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1344 msgid "Save and Load" msgstr "Salva e carica" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1363 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1368 #, tcl-format msgid "Cannot remove own platform %s" msgstr "Non posso rimuovere la piattaforma principale %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1427 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 msgid "Apply and close" msgstr "Applica e chiudi" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1449 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1454 msgid "platform" msgstr "piattaforma" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1513 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1518 #, tcl-format msgid "Restore %s to revision %s?" msgstr "Ripristina %s alla revisione %s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1536 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1541 msgid "No backups configured" msgstr "Nessun backup configurato" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1546 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 msgid "No backup directory defined" msgstr "Nessuna cartella di backup è definita" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1556 #, tcl-format msgid "Backup directory %s does not exist" msgstr "La cartella di backup %s non esiste" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1574 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1579 #, tcl-format msgid "No packages in backup directory %s" msgstr "Nessun pacchetto nella cartelle di backup %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1584 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1589 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 msgid "Restore from backup" msgstr "Ripristina dal backup" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1600 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1605 msgid "Package" msgstr "Pacchetto" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1601 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1606 msgid "Revision" msgstr "Revisione" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1642 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1647 msgid "Restore all" msgstr "Ripristina tutti" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1672 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1704 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1744 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1794 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1869 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1677 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1709 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1749 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1799 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1874 msgid "Nothing to do!" msgstr "Non c'è nulla da fare!" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1759 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1764 #, tcl-format msgid "" "Also installing dependencies\n" @@ -1945,12 +1945,12 @@ msgstr "" "\n" "%s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1766 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1771 #, tcl-format msgid "Already installed: %s" msgstr "Già installato: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1807 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1812 #, tcl-format msgid "" "Also updating dependencies\n" @@ -1961,22 +1961,22 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1822 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1827 #, tcl-format msgid "Updating some dependencies %s anyway. Continue?" msgstr "Aggiorno comunque alcune dipendenze %s. Continuo?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1834 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1839 #, tcl-format msgid "Skipped because not installed: %s" msgstr "Saltato perché non installato: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1837 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1842 #, tcl-format msgid "Skipped because already up to date: %s" msgstr "Saltato perché già aggiornato: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1873 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1878 #, tcl-format msgid "" "Also remove dependencies\n" @@ -1987,16 +1987,16 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1888 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1893 #, tcl-format msgid "Removing some dependencies %s anyway. Continue?" msgstr "Rimuovo comunque alcune dipendenze %s. Continuo?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1965 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1970 msgid "Info" msgstr "Informazioni" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2055 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2060 msgid "" "GUI interface for TeX Live Manager\n" "Implemented in Tcl/Tk" @@ -2004,171 +2004,171 @@ msgstr "" "Interfaccia GUI per TeX Live Manager\n" "Implementata in Tcl/Tk" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2087 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2092 #, tcl-format msgid "" "%s is not a local or remote repository.\n" "Please configure a valid repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2090 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2095 msgid "Error" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2134 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2139 msgid "Load repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2136 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2141 msgid "Exit" msgstr "Esci" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2142 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 msgid "Regenerate filename database" msgstr "Sto rigenerando il database dei nomi di file" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2148 msgid "Regenerating filename database..." msgstr "Sto rigenerando il database dei nomi di file…" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2144 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2149 msgid "Regenerate formats" msgstr "Rigenera i formati" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2145 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 msgid "Rebuilding formats..." msgstr "Sto ricostruendo i formati…" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2146 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2151 msgid "Regenerate fontmaps" msgstr "Rigenera le mappe dei font" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2152 msgid "Rebuilding fontmap files..." msgstr "Sto ricostruendo le mappe dei font…" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2169 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2174 msgid "GUI language" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2184 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2189 msgid "GUI font scaling" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2188 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2193 msgid "Current" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2217 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2222 msgid "tlmgr help" msgstr "Aiuto per tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2236 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 msgid "Restart self" msgstr "Riavvia per l'autoaggiornamento" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2238 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2243 msgid "Restart tlmgr" msgstr "Riavvia tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2246 msgid "Show logs" msgstr "Mostra i log" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2262 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 msgid "TL Manager up to date?" msgstr "Il gestore di TL è aggiornato?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2272 msgid "Last tlmgr command:" msgstr "Ultimo comando di tlmgr:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2280 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2285 #, tcl-format msgid "Root at %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2288 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2293 msgid "Package list" msgstr "Elenco dei pacchetti" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2298 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2303 msgid "Installed" msgstr "Installato" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2310 msgid "Updatable" msgstr "Aggiornabile" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2316 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 msgid "Detail >> Global" msgstr "Dettagli >> Globali" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2319 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2324 msgid "Collections and schemes" msgstr "Collezioni e schemi" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2326 msgid "Only schemes" msgstr "Solo schemi" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2329 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2334 msgid "Mark all" msgstr "Segna tutti" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2336 msgid "Mark none" msgstr "Segna nessuno" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2337 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2342 msgid "Install marked" msgstr "Installa i segnati" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2341 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2346 msgid "Update marked" msgstr "Aggiorna i segnati" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2345 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 msgid "Remove marked" msgstr "Rimuovi i segnati" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2360 msgid "Update tlmgr" msgstr "Aggiorna tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2358 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2363 msgid "Update all" msgstr "Aggiorna tutti" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2365 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 msgid "Search" msgstr "Cerca" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2368 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2373 msgid "By name" msgstr "Per nome" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2375 msgid "By name and description" msgstr "Per nome e descrizione" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2382 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2387 msgid "Name" msgstr "Nome" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2385 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2390 msgid "Description" msgstr "Descrizione" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Multi-user" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Single-user" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2504 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2509 #, tcl-format msgid "" "%s is not writable. You can probably not do much.\n" diff --git a/systems/texlive/tlnet/tlpkg/translations/ja.po b/systems/texlive/tlnet/tlpkg/translations/ja.po index c161bf88ad..0a3f5f5f25 100644 --- a/systems/texlive/tlnet/tlpkg/translations/ja.po +++ b/systems/texlive/tlnet/tlpkg/translations/ja.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: TeX Live translation\n" "Report-Msgid-Bugs-To: tex-live@tug.org\n" -"POT-Creation-Date: 2020-07-05 01:53+0200\n" +"POT-Creation-Date: 2020-09-29 01:53+0200\n" "PO-Revision-Date: 2020-03-14 05:48+0900\n" "Last-Translator: Takuto Asakura \n" "Language-Team: TL Translation Team \n" @@ -52,7 +52,7 @@ msgstr "インストール処理" #: tlpkg/installer/install-tl-gui.tcl:1078 #: tlpkg/installer/install-tl-gui.tcl:1298 tlpkg/tltcl/tltcl.tcl:674 #: texmf-dist/scripts/tlshell/tlshell.tcl:232 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1342 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1347 msgid "Cancel" msgstr "キャンセル" @@ -111,7 +111,7 @@ msgstr "TeX Live %s のインストール" #: tlpkg/installer/install-menu-perltk.pl:676 #: texmf-dist/scripts/texlive/tlmgrgui.pl:544 #: tlpkg/installer/install-tl-gui.tcl:1438 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2234 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2239 msgid "Quit" msgstr "終了" @@ -360,7 +360,7 @@ msgstr "いいえ" #: tlpkg/installer/install-menu-wizard.pl:604 #: texmf-dist/scripts/texlive/tlmgrgui.pl:456 #: tlpkg/installer/install-tl-gui.tcl:1436 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1969 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 msgid "Install" msgstr "インストール" @@ -383,8 +383,8 @@ msgstr "新規のみ" #: texmf-dist/scripts/texlive/tlmgrgui.pl:145 #: tlpkg/installer/install-tl-gui.tcl:1091 #: tlpkg/installer/install-tl-gui.tcl:1723 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2300 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2317 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2322 msgid "All" msgstr "すべて" @@ -572,8 +572,8 @@ msgstr "TEXMFHOME(ユーザ用ファイルをおくディレクトリ)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:513 #: tlpkg/installer/install-tl-gui.tcl:1646 #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 msgid "Options" msgstr "オプション" @@ -611,7 +611,7 @@ msgstr "インストール後に CTAN をパッケージのアップデート元 #: tlpkg/installer/install-menu-perltk.pl:609 #: texmf-dist/scripts/texlive/tlmgrgui.pl:650 #: texmf-dist/scripts/texlive/tlmgrgui.pl:652 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2221 msgid "About" msgstr "このプログラムについて" @@ -753,7 +753,7 @@ msgstr "" "ほとんどのボタンは利用できなくなります." #: texmf-dist/scripts/texlive/tlmgrgui.pl:293 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1154 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 msgid "Repository" msgstr "リポジトリ" @@ -788,7 +788,7 @@ msgid "Display configuration" msgstr "表示設定" #: texmf-dist/scripts/texlive/tlmgrgui.pl:321 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2297 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2302 msgid "Status" msgstr "状態" @@ -866,12 +866,12 @@ msgid "Package name" msgstr "パッケージ名" #: texmf-dist/scripts/texlive/tlmgrgui.pl:417 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2383 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2388 msgid "Local rev. (ver.)" msgstr "ローカルのリビジョン" #: texmf-dist/scripts/texlive/tlmgrgui.pl:418 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2384 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2389 msgid "Remote rev. (ver.)" msgstr "リモートのリビジョン" @@ -888,13 +888,13 @@ msgid "Reinstall previously removed packages" msgstr "以前アンインストールしたパッケージを再インストール" #: texmf-dist/scripts/texlive/tlmgrgui.pl:451 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 msgid "Update" msgstr "アップデート" #: texmf-dist/scripts/texlive/tlmgrgui.pl:460 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2014 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1984 msgid "Remove" msgstr "アンインストール" @@ -903,13 +903,13 @@ msgid "Backup" msgstr "バックアップ" #: texmf-dist/scripts/texlive/tlmgrgui.pl:515 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2138 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 msgid "Actions" msgstr "アクション" #: texmf-dist/scripts/texlive/tlmgrgui.pl:519 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2694 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2214 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2219 msgid "Help" msgstr "ヘルプ" @@ -934,7 +934,7 @@ msgid "General ..." msgstr "一般…" #: texmf-dist/scripts/texlive/tlmgrgui.pl:552 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2164 msgid "Paper ..." msgstr "用紙…" @@ -1352,9 +1352,9 @@ msgstr "すべてのパッケージを最新バージョンに戻す" #: texmf-dist/scripts/texlive/tlmgrgui.pl:2417 #: tlpkg/installer/install-tl-gui.tcl:442 #: texmf-dist/scripts/tlshell/tlshell.tcl:861 -#: texmf-dist/scripts/tlshell/tlshell.tcl:983 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1644 +#: texmf-dist/scripts/tlshell/tlshell.tcl:988 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1437 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1649 msgid "Close" msgstr "閉じる" @@ -1612,8 +1612,8 @@ msgid "Info pages" msgstr "info ページ" #: tlpkg/installer/install-tl-gui.tcl:1379 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2106 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2132 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2111 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2137 msgid "File" msgstr "ファイル" @@ -1669,8 +1669,8 @@ msgstr "" "リセットされます" #: tlpkg/installer/install-tl-gui.tcl:1574 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1419 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2211 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1424 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 msgid "Platforms" msgstr "プラットフォーム" @@ -1757,7 +1757,7 @@ msgstr "実行中" #: texmf-dist/scripts/tlshell/tlshell.tcl:379 #: texmf-dist/scripts/tlshell/tlshell.tcl:540 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2436 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2441 msgid "Idle" msgstr "待機中" @@ -1770,7 +1770,7 @@ msgid "Up to date" msgstr "最新の状態です" #: texmf-dist/scripts/tlshell/tlshell.tcl:650 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2264 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2269 msgid "Unknown" msgstr "不明" @@ -1785,8 +1785,8 @@ msgstr "" "い." #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2160 msgid "Repositories" msgstr "リポジトリ" @@ -1794,145 +1794,145 @@ msgstr "リポジトリ" msgid "Done loading" msgstr "読み込み完了" -#: texmf-dist/scripts/tlshell/tlshell.tcl:911 +#: texmf-dist/scripts/tlshell/tlshell.tcl:913 msgid "A configured repository is unavailable." msgstr "設定されたリポジトリの1つが利用不能です." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1038 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1043 msgid "Output" msgstr "出力" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1039 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1044 msgid "Other" msgstr "その他" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1065 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1070 #, tcl-format msgid "%s not a repository" msgstr "%s はリポジトリではありません" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1151 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 msgid "No repositories" msgstr "リポジトリがありません" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1161 msgid "Multiple repositories" msgstr "複数のリポジトリ" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1164 msgid "Not loaded" msgstr "未読み込み" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1187 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1192 msgid "Actual repository" msgstr "実際のリポジトリ" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1272 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1277 msgid "Main Repository" msgstr "メインリポジトリ" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1283 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1288 msgid "Current:" msgstr "現在:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1289 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1294 msgid "New" msgstr "新規:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1299 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1304 msgid "Any CTAN mirror" msgstr "ミラーを自動選択" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1309 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 msgid "Local directory..." msgstr "ローカルディレクトリ…" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1319 msgid "tlcontrib additional repository" msgstr "追加リポジトリ (tlcontrib)" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1330 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1335 msgid "tlcontrib repository is included" msgstr "tlcontrib リポジトリを含みます" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1336 msgid "Remove tlcontrib repository" msgstr "tlcontrib リポジトリを削除" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1333 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1338 msgid "tlcontrib repository is not included" msgstr "tlcontrib リポジトリは含まれていません" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1334 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 msgid "Add tlcontrib repository" msgstr "tlcontrib リポジトリを追加する" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1344 msgid "Save and Load" msgstr "保存して読み込み" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1363 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1368 #, tcl-format msgid "Cannot remove own platform %s" msgstr "現在のプラットフォーム (%s) を削除することはできません" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1427 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 msgid "Apply and close" msgstr "適用して閉じる" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1449 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1454 msgid "platform" msgstr "プラットフォーム" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1513 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1518 #, tcl-format msgid "Restore %s to revision %s?" msgstr "%s パッケージをリビジョン %s へ復元しますか?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1536 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1541 msgid "No backups configured" msgstr "バックアップが設定されていません" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1546 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 msgid "No backup directory defined" msgstr "バックアップディレクトリが指定されていません" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1556 #, tcl-format msgid "Backup directory %s does not exist" msgstr "バックアップディレクトリ %s が存在しません" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1574 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1579 #, tcl-format msgid "No packages in backup directory %s" msgstr "バックアップディレクトリ %s にパッケージがありません" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1584 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1589 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 msgid "Restore from backup" msgstr "バックアップから復元" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1600 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1605 msgid "Package" msgstr "パッケージ" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1601 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1606 msgid "Revision" msgstr "リビジョン" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1642 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1647 msgid "Restore all" msgstr "すべて復元" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1672 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1704 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1744 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1794 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1869 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1677 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1709 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1749 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1799 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1874 msgid "Nothing to do!" msgstr "何もすることがありません!" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1759 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1764 #, tcl-format msgid "" "Also installing dependencies\n" @@ -1943,12 +1943,12 @@ msgstr "" "\n" "%s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1766 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1771 #, tcl-format msgid "Already installed: %s" msgstr "%s はインストール済み" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1807 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1812 #, tcl-format msgid "" "Also updating dependencies\n" @@ -1959,22 +1959,22 @@ msgstr "" "\n" "%s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1822 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1827 #, tcl-format msgid "Updating some dependencies %s anyway. Continue?" msgstr "依存パッケージ %s をアップデートします.続行しますか?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1834 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1839 #, tcl-format msgid "Skipped because not installed: %s" msgstr "%s は未インストールなのでスキップします" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1837 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1842 #, tcl-format msgid "Skipped because already up to date: %s" msgstr "%s は既に最新版なのでスキップします" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1873 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1878 #, tcl-format msgid "" "Also remove dependencies\n" @@ -1985,22 +1985,22 @@ msgstr "" "\n" "%s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1888 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1893 #, tcl-format msgid "Removing some dependencies %s anyway. Continue?" msgstr "依存パッケージ %s をアンインストールします.続行しますか?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1965 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1970 msgid "Info" msgstr "情報" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2055 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2060 msgid "" "GUI interface for TeX Live Manager\n" "Implemented in Tcl/Tk" msgstr "GUI 版 TeX Live マネージャTcl/Tk 実装" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2087 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2092 #, tcl-format msgid "" "%s is not a local or remote repository.\n" @@ -2009,164 +2009,164 @@ msgstr "" "%s はローカルリポジトリでもリモートリポジトリでもありません.\n" "有効なリポジトリを設定してください" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2090 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2095 msgid "Error" msgstr "エラー" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2134 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2139 msgid "Load repository" msgstr "リポジトリを読み込む" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2136 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2141 msgid "Exit" msgstr "終了" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2142 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 msgid "Regenerate filename database" msgstr "ファイル名データベースを再生成" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2148 msgid "Regenerating filename database..." msgstr "ファイル名データベースを再生成中……" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2144 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2149 msgid "Regenerate formats" msgstr "フォーマットを再生成" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2145 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 msgid "Rebuilding formats..." msgstr "フォーマットを再生成中……" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2146 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2151 msgid "Regenerate fontmaps" msgstr "フォントマップを再生成" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2152 msgid "Rebuilding fontmap files..." msgstr "フォントマップを再生成中……" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2169 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2174 msgid "GUI language" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2184 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2189 msgid "GUI font scaling" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2188 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2193 msgid "Current" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2217 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2222 msgid "tlmgr help" msgstr "tlmgr ヘルプ" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2236 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 msgid "Restart self" msgstr "tlshell を再起動" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2238 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2243 msgid "Restart tlmgr" msgstr "tlmgr を再起動" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2246 msgid "Show logs" msgstr "ログを表示" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2262 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 msgid "TL Manager up to date?" msgstr "tlmgr は最新版?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2272 msgid "Last tlmgr command:" msgstr "tlmgr コマンド:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2280 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2285 #, tcl-format msgid "Root at %s" msgstr "ルートは %s です" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2288 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2293 msgid "Package list" msgstr "パッケージリスト" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2298 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2303 msgid "Installed" msgstr "インストール済み" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2310 msgid "Updatable" msgstr "アップデート可能" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2316 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 msgid "Detail >> Global" msgstr "カテゴリ" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2319 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2324 msgid "Collections and schemes" msgstr "コレクションとスキーム" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2326 msgid "Only schemes" msgstr "スキームのみ" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2329 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2334 msgid "Mark all" msgstr "すべて選択" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2336 msgid "Mark none" msgstr "すべて選択解除" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2337 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2342 msgid "Install marked" msgstr "選択項目をインストール" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2341 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2346 msgid "Update marked" msgstr "選択項目をアップデート" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2345 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 msgid "Remove marked" msgstr "選択項目をアンインストール" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2360 msgid "Update tlmgr" msgstr "tlmgr をアップデート" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2358 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2363 msgid "Update all" msgstr "すべてアップデート" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2365 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 msgid "Search" msgstr "検索" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2368 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2373 msgid "By name" msgstr "名称でソート" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2375 msgid "By name and description" msgstr "名称と説明でソート" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2382 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2387 msgid "Name" msgstr "名称" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2385 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2390 msgid "Description" msgstr "説明" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Multi-user" msgstr "マルチユーザ" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Single-user" msgstr "シングルユーザ" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2504 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2509 #, tcl-format msgid "" "%s is not writable. You can probably not do much.\n" diff --git a/systems/texlive/tlnet/tlpkg/translations/messages.pot b/systems/texlive/tlnet/tlpkg/translations/messages.pot index 9f4b0077f6..a04fce0fa8 100644 --- a/systems/texlive/tlnet/tlpkg/translations/messages.pot +++ b/systems/texlive/tlnet/tlpkg/translations/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: TeX Live 2020\n" "Report-Msgid-Bugs-To: tex-live@tug.org\n" -"POT-Creation-Date: 2020-07-05 01:53+0200\n" +"POT-Creation-Date: 2020-09-29 01:53+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -52,7 +52,7 @@ msgstr "" #: tlpkg/installer/install-tl-gui.tcl:1078 #: tlpkg/installer/install-tl-gui.tcl:1298 tlpkg/tltcl/tltcl.tcl:674 #: texmf-dist/scripts/tlshell/tlshell.tcl:232 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1342 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1347 msgid "Cancel" msgstr "" @@ -111,7 +111,7 @@ msgstr "" #: tlpkg/installer/install-menu-perltk.pl:676 #: texmf-dist/scripts/texlive/tlmgrgui.pl:544 #: tlpkg/installer/install-tl-gui.tcl:1438 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2234 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2239 msgid "Quit" msgstr "" @@ -344,7 +344,7 @@ msgstr "" #: tlpkg/installer/install-menu-wizard.pl:604 #: texmf-dist/scripts/texlive/tlmgrgui.pl:456 #: tlpkg/installer/install-tl-gui.tcl:1436 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1969 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 msgid "Install" msgstr "" @@ -367,8 +367,8 @@ msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:145 #: tlpkg/installer/install-tl-gui.tcl:1091 #: tlpkg/installer/install-tl-gui.tcl:1723 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2300 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2317 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2322 msgid "All" msgstr "" @@ -551,8 +551,8 @@ msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:513 #: tlpkg/installer/install-tl-gui.tcl:1646 #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 msgid "Options" msgstr "" @@ -590,7 +590,7 @@ msgstr "" #: tlpkg/installer/install-menu-perltk.pl:609 #: texmf-dist/scripts/texlive/tlmgrgui.pl:650 #: texmf-dist/scripts/texlive/tlmgrgui.pl:652 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2221 msgid "About" msgstr "" @@ -720,7 +720,7 @@ msgid "" msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:293 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1154 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 msgid "Repository" msgstr "" @@ -755,7 +755,7 @@ msgid "Display configuration" msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:321 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2297 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2302 msgid "Status" msgstr "" @@ -833,12 +833,12 @@ msgid "Package name" msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:417 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2383 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2388 msgid "Local rev. (ver.)" msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:418 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2384 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2389 msgid "Remote rev. (ver.)" msgstr "" @@ -855,13 +855,13 @@ msgid "Reinstall previously removed packages" msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:451 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 msgid "Update" msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:460 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2014 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1984 msgid "Remove" msgstr "" @@ -870,13 +870,13 @@ msgid "Backup" msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:515 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2138 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 msgid "Actions" msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:519 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2694 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2214 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2219 msgid "Help" msgstr "" @@ -901,7 +901,7 @@ msgid "General ..." msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:552 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2164 msgid "Paper ..." msgstr "" @@ -1305,9 +1305,9 @@ msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:2417 #: tlpkg/installer/install-tl-gui.tcl:442 #: texmf-dist/scripts/tlshell/tlshell.tcl:861 -#: texmf-dist/scripts/tlshell/tlshell.tcl:983 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1644 +#: texmf-dist/scripts/tlshell/tlshell.tcl:988 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1437 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1649 msgid "Close" msgstr "" @@ -1541,8 +1541,8 @@ msgid "Info pages" msgstr "" #: tlpkg/installer/install-tl-gui.tcl:1379 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2106 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2132 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2111 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2137 msgid "File" msgstr "" @@ -1595,8 +1595,8 @@ msgid "" msgstr "" #: tlpkg/installer/install-tl-gui.tcl:1574 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1419 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2211 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1424 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 msgid "Platforms" msgstr "" @@ -1683,7 +1683,7 @@ msgstr "" #: texmf-dist/scripts/tlshell/tlshell.tcl:379 #: texmf-dist/scripts/tlshell/tlshell.tcl:540 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2436 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2441 msgid "Idle" msgstr "" @@ -1696,7 +1696,7 @@ msgid "Up to date" msgstr "" #: texmf-dist/scripts/tlshell/tlshell.tcl:650 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2264 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2269 msgid "Unknown" msgstr "" @@ -1709,8 +1709,8 @@ msgid "If loading takes too long, press Abort and choose another repository." msgstr "" #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2160 msgid "Repositories" msgstr "" @@ -1718,145 +1718,145 @@ msgstr "" msgid "Done loading" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:911 +#: texmf-dist/scripts/tlshell/tlshell.tcl:913 msgid "A configured repository is unavailable." msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1038 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1043 msgid "Output" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1039 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1044 msgid "Other" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1065 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1070 #, tcl-format msgid "%s not a repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1151 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 msgid "No repositories" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1161 msgid "Multiple repositories" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1164 msgid "Not loaded" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1187 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1192 msgid "Actual repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1272 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1277 msgid "Main Repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1283 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1288 msgid "Current:" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1289 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1294 msgid "New" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1299 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1304 msgid "Any CTAN mirror" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1309 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 msgid "Local directory..." msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1319 msgid "tlcontrib additional repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1330 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1335 msgid "tlcontrib repository is included" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1336 msgid "Remove tlcontrib repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1333 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1338 msgid "tlcontrib repository is not included" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1334 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 msgid "Add tlcontrib repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1344 msgid "Save and Load" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1363 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1368 #, tcl-format msgid "Cannot remove own platform %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1427 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 msgid "Apply and close" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1449 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1454 msgid "platform" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1513 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1518 #, tcl-format msgid "Restore %s to revision %s?" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1536 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1541 msgid "No backups configured" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1546 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 msgid "No backup directory defined" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1556 #, tcl-format msgid "Backup directory %s does not exist" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1574 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1579 #, tcl-format msgid "No packages in backup directory %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1584 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1589 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 msgid "Restore from backup" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1600 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1605 msgid "Package" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1601 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1606 msgid "Revision" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1642 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1647 msgid "Restore all" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1672 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1704 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1744 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1794 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1869 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1677 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1709 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1749 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1799 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1874 msgid "Nothing to do!" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1759 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1764 #, tcl-format msgid "" "Also installing dependencies\n" @@ -1864,12 +1864,12 @@ msgid "" "%s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1766 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1771 #, tcl-format msgid "Already installed: %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1807 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1812 #, tcl-format msgid "" "Also updating dependencies\n" @@ -1877,22 +1877,22 @@ msgid "" "%s?" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1822 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1827 #, tcl-format msgid "Updating some dependencies %s anyway. Continue?" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1834 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1839 #, tcl-format msgid "Skipped because not installed: %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1837 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1842 #, tcl-format msgid "Skipped because already up to date: %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1873 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1878 #, tcl-format msgid "" "Also remove dependencies\n" @@ -1900,186 +1900,186 @@ msgid "" "%s?" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1888 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1893 #, tcl-format msgid "Removing some dependencies %s anyway. Continue?" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1965 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1970 msgid "Info" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2055 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2060 msgid "" "GUI interface for TeX Live Manager\n" "Implemented in Tcl/Tk" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2087 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2092 #, tcl-format msgid "" "%s is not a local or remote repository.\n" "Please configure a valid repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2090 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2095 msgid "Error" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2134 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2139 msgid "Load repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2136 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2141 msgid "Exit" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2142 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 msgid "Regenerate filename database" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2148 msgid "Regenerating filename database..." msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2144 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2149 msgid "Regenerate formats" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2145 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 msgid "Rebuilding formats..." msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2146 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2151 msgid "Regenerate fontmaps" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2152 msgid "Rebuilding fontmap files..." msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2169 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2174 msgid "GUI language" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2184 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2189 msgid "GUI font scaling" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2188 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2193 msgid "Current" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2217 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2222 msgid "tlmgr help" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2236 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 msgid "Restart self" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2238 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2243 msgid "Restart tlmgr" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2246 msgid "Show logs" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2262 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 msgid "TL Manager up to date?" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2272 msgid "Last tlmgr command:" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2280 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2285 #, tcl-format msgid "Root at %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2288 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2293 msgid "Package list" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2298 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2303 msgid "Installed" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2310 msgid "Updatable" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2316 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 msgid "Detail >> Global" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2319 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2324 msgid "Collections and schemes" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2326 msgid "Only schemes" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2329 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2334 msgid "Mark all" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2336 msgid "Mark none" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2337 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2342 msgid "Install marked" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2341 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2346 msgid "Update marked" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2345 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 msgid "Remove marked" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2360 msgid "Update tlmgr" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2358 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2363 msgid "Update all" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2365 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 msgid "Search" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2368 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2373 msgid "By name" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2375 msgid "By name and description" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2382 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2387 msgid "Name" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2385 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2390 msgid "Description" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Multi-user" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Single-user" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2504 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2509 #, tcl-format msgid "" "%s is not writable. You can probably not do much.\n" diff --git a/systems/texlive/tlnet/tlpkg/translations/nl.po b/systems/texlive/tlnet/tlpkg/translations/nl.po index bfa8815b50..374273fa0e 100644 --- a/systems/texlive/tlnet/tlpkg/translations/nl.po +++ b/systems/texlive/tlnet/tlpkg/translations/nl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: TeX Live translation\n" "Report-Msgid-Bugs-To: tex-live@tug.org\n" -"POT-Creation-Date: 2020-07-05 01:53+0200\n" +"POT-Creation-Date: 2020-09-29 01:53+0200\n" "PO-Revision-Date: 2020-03-18 12:05+0100\n" "Last-Translator: Siep Kroonenberg \n" "Language-Team: TL Translation Team \n" @@ -48,7 +48,7 @@ msgstr "Installatie-proces" #: tlpkg/installer/install-tl-gui.tcl:1078 #: tlpkg/installer/install-tl-gui.tcl:1298 tlpkg/tltcl/tltcl.tcl:674 #: texmf-dist/scripts/tlshell/tlshell.tcl:232 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1342 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1347 msgid "Cancel" msgstr "Afbreken" @@ -107,7 +107,7 @@ msgstr "TeX Live %s Installatie" #: tlpkg/installer/install-menu-perltk.pl:676 #: texmf-dist/scripts/texlive/tlmgrgui.pl:544 #: tlpkg/installer/install-tl-gui.tcl:1438 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2234 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2239 msgid "Quit" msgstr "Stoppen" @@ -358,7 +358,7 @@ msgstr "Nee" #: tlpkg/installer/install-menu-wizard.pl:604 #: texmf-dist/scripts/texlive/tlmgrgui.pl:456 #: tlpkg/installer/install-tl-gui.tcl:1436 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1969 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 msgid "Install" msgstr "Installeren" @@ -381,8 +381,8 @@ msgstr "Alleen nieuw" #: texmf-dist/scripts/texlive/tlmgrgui.pl:145 #: tlpkg/installer/install-tl-gui.tcl:1091 #: tlpkg/installer/install-tl-gui.tcl:1723 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2300 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2317 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2322 msgid "All" msgstr "Alle" @@ -570,8 +570,8 @@ msgstr "TEXMFHOME (voor eigen macros etc.)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:513 #: tlpkg/installer/install-tl-gui.tcl:1646 #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 msgid "Options" msgstr "Opties" @@ -609,7 +609,7 @@ msgstr "Kies na installatie CTAN als bron voor nieuwe versies van pakketten" #: tlpkg/installer/install-menu-perltk.pl:609 #: texmf-dist/scripts/texlive/tlmgrgui.pl:650 #: texmf-dist/scripts/texlive/tlmgrgui.pl:652 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2221 msgid "About" msgstr "Info" @@ -754,7 +754,7 @@ msgstr "" "De meeste knoppen zijn gedeactiveerd." #: texmf-dist/scripts/texlive/tlmgrgui.pl:293 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1154 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 msgid "Repository" msgstr "Installatie-bron" @@ -789,7 +789,7 @@ msgid "Display configuration" msgstr "Laat instellingen zien" #: texmf-dist/scripts/texlive/tlmgrgui.pl:321 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2297 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2302 msgid "Status" msgstr "Status" @@ -867,12 +867,12 @@ msgid "Package name" msgstr "Naam van pakket" #: texmf-dist/scripts/texlive/tlmgrgui.pl:417 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2383 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2388 msgid "Local rev. (ver.)" msgstr "Lokale rev. (ver.)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:418 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2384 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2389 msgid "Remote rev. (ver.)" msgstr "Online rev. (ver.)" @@ -889,13 +889,13 @@ msgid "Reinstall previously removed packages" msgstr "Herinstalleer eerder verwijderde pakketten" #: texmf-dist/scripts/texlive/tlmgrgui.pl:451 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 msgid "Update" msgstr "Werk bij" #: texmf-dist/scripts/texlive/tlmgrgui.pl:460 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2014 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1984 msgid "Remove" msgstr "Verwijder" @@ -904,13 +904,13 @@ msgid "Backup" msgstr "Maak reserve-kopie" #: texmf-dist/scripts/texlive/tlmgrgui.pl:515 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2138 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 msgid "Actions" msgstr "Akties" #: texmf-dist/scripts/texlive/tlmgrgui.pl:519 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2694 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2214 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2219 msgid "Help" msgstr "Help" @@ -935,7 +935,7 @@ msgid "General ..." msgstr "Algemeen ..." #: texmf-dist/scripts/texlive/tlmgrgui.pl:552 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2164 msgid "Paper ..." msgstr "Papier ..." @@ -1356,9 +1356,9 @@ msgstr "Herstel alle pakketten naar de laatste versie" #: texmf-dist/scripts/texlive/tlmgrgui.pl:2417 #: tlpkg/installer/install-tl-gui.tcl:442 #: texmf-dist/scripts/tlshell/tlshell.tcl:861 -#: texmf-dist/scripts/tlshell/tlshell.tcl:983 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1644 +#: texmf-dist/scripts/tlshell/tlshell.tcl:988 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1437 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1649 msgid "Close" msgstr "Afsluiten" @@ -1614,8 +1614,8 @@ msgid "Info pages" msgstr "Info pagina's" #: tlpkg/installer/install-tl-gui.tcl:1379 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2106 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2132 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2111 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2137 msgid "File" msgstr "Archief" @@ -1671,8 +1671,8 @@ msgstr "" "TEXMFHOME terugzetten" #: tlpkg/installer/install-tl-gui.tcl:1574 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1419 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2211 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1424 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 msgid "Platforms" msgstr "Platforms" @@ -1759,7 +1759,7 @@ msgstr "Bezig" #: texmf-dist/scripts/tlshell/tlshell.tcl:379 #: texmf-dist/scripts/tlshell/tlshell.tcl:540 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2436 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2441 msgid "Idle" msgstr "Inactief" @@ -1772,7 +1772,7 @@ msgid "Up to date" msgstr "Up to date" #: texmf-dist/scripts/tlshell/tlshell.tcl:650 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2264 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2269 msgid "Unknown" msgstr "Onbekend" @@ -1787,8 +1787,8 @@ msgstr "" "bron" #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2160 msgid "Repositories" msgstr "Installatie-bronnen" @@ -1796,145 +1796,145 @@ msgstr "Installatie-bronnen" msgid "Done loading" msgstr "Klaar met laden" -#: texmf-dist/scripts/tlshell/tlshell.tcl:911 +#: texmf-dist/scripts/tlshell/tlshell.tcl:913 msgid "A configured repository is unavailable." msgstr "Een ingestelde installatie-bron is niet beschikbaar." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1038 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1043 msgid "Output" msgstr "Uitvoer" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1039 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1044 msgid "Other" msgstr "Andere" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1065 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1070 #, tcl-format msgid "%s not a repository" msgstr "%s is geen installatie-bron" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1151 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 msgid "No repositories" msgstr "Geen installatie-bron" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1161 msgid "Multiple repositories" msgstr "Meerdere installatie-bronnen" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1164 msgid "Not loaded" msgstr "Niet geladen" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1187 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1192 msgid "Actual repository" msgstr "Feitelijk gebruikte installatie-bron" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1272 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1277 msgid "Main Repository" msgstr "Primaire installatie-bron" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1283 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1288 msgid "Current:" msgstr "Huidig:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1289 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1294 msgid "New" msgstr "Nieuw" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1299 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1304 msgid "Any CTAN mirror" msgstr "Willekeurige CTAN mirror" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1309 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 msgid "Local directory..." msgstr "Lokale folder..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1319 msgid "tlcontrib additional repository" msgstr "tlcontrib extra installatie-bron" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1330 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1335 msgid "tlcontrib repository is included" msgstr "tlcontrib installatie-bron is toegevoegd" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1336 msgid "Remove tlcontrib repository" msgstr "Verwijder tlcontrib installatie-bron" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1333 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1338 msgid "tlcontrib repository is not included" msgstr "tlcontrib installatie-bron is niet toegevoegd" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1334 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 msgid "Add tlcontrib repository" msgstr "Voeg tlcontrib installatie-bron toe" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1344 msgid "Save and Load" msgstr "Opslaan en laden" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1363 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1368 #, tcl-format msgid "Cannot remove own platform %s" msgstr "Eigen platform %s is altijd geselecteerd" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1427 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 msgid "Apply and close" msgstr "Toepassen en sluiten" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1449 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1454 msgid "platform" msgstr "platform" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1513 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1518 #, tcl-format msgid "Restore %s to revision %s?" msgstr "%s terugdraaien naar %s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1536 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1541 msgid "No backups configured" msgstr "Geen reserve-kopieën geconfigureerd" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1546 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 msgid "No backup directory defined" msgstr "Geen folder voor reserve-kopieën gedefinieerd" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1556 #, tcl-format msgid "Backup directory %s does not exist" msgstr "Folder %s voor reserve-kopieën bestaat niet" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1574 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1579 #, tcl-format msgid "No packages in backup directory %s" msgstr "Geen pakketten in folder %s voor reserve-kopieën" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1584 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1589 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 msgid "Restore from backup" msgstr "Herinstalleer vanaf reserve-kopie" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1600 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1605 msgid "Package" msgstr "Pakket" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1601 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1606 msgid "Revision" msgstr "Revisie" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1642 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1647 msgid "Restore all" msgstr "Herstel alle" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1672 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1704 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1744 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1794 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1869 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1677 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1709 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1749 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1799 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1874 msgid "Nothing to do!" msgstr "Niets te doen!" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1759 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1764 #, tcl-format msgid "" "Also installing dependencies\n" @@ -1945,12 +1945,12 @@ msgstr "" "\n" "%s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1766 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1771 #, tcl-format msgid "Already installed: %s" msgstr "Al geïnstalleerd: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1807 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1812 #, tcl-format msgid "" "Also updating dependencies\n" @@ -1961,24 +1961,24 @@ msgstr "" "%s\n" "bijwerken?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1822 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1827 #, tcl-format msgid "Updating some dependencies %s anyway. Continue?" msgstr "Werk enkele afhankelijkheden: %s toch bij. Doorgaan?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1834 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1839 #, tcl-format msgid "Skipped because not installed: %s" msgstr "" "Niet gïnstalleerd: %s\n" "overgeslagen" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1837 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1842 #, tcl-format msgid "Skipped because already up to date: %s" msgstr "Overgeslagen: %s; al up to date" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1873 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1878 #, tcl-format msgid "" "Also remove dependencies\n" @@ -1988,16 +1988,16 @@ msgstr "" "Verwijder ook afhankelijkheden\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1888 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1893 #, tcl-format msgid "Removing some dependencies %s anyway. Continue?" msgstr "Verwijder toch enkele afhankelijkheden: %s. Doorgaan?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1965 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1970 msgid "Info" msgstr "Info" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2055 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2060 msgid "" "GUI interface for TeX Live Manager\n" "Implemented in Tcl/Tk" @@ -2005,7 +2005,7 @@ msgstr "" "GUI interface voor TeX Live Manager\n" "Geschreven in Tcl/Tk" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2087 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2092 #, tcl-format msgid "" "%s is not a local or remote repository.\n" @@ -2014,164 +2014,164 @@ msgstr "" "%s is niet een lokale of online installatie-bron.\n" "Configureer a.u.b een geldige installatie-bron" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2090 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2095 msgid "Error" msgstr "Fout" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2134 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2139 msgid "Load repository" msgstr "Laad installatie-bron" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2136 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2141 msgid "Exit" msgstr "Einde" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2142 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 msgid "Regenerate filename database" msgstr "Ververs database van bestandsnamen" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2148 msgid "Regenerating filename database..." msgstr "Bezig met verversen database..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2144 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2149 msgid "Regenerate formats" msgstr "Ververs formaten" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2145 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 msgid "Rebuilding formats..." msgstr "Bezig formaten te verversen..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2146 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2151 msgid "Regenerate fontmaps" msgstr "Ververs fontmaps" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2152 msgid "Rebuilding fontmap files..." msgstr "Bezig fontmaps te verversen.." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2169 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2174 msgid "GUI language" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2184 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2189 msgid "GUI font scaling" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2188 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2193 msgid "Current" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2217 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2222 msgid "tlmgr help" msgstr "tlmgr help" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2236 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 msgid "Restart self" msgstr "Herstart zelf" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2238 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2243 msgid "Restart tlmgr" msgstr "Herstart tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2246 msgid "Show logs" msgstr "Toon logs" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2262 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 msgid "TL Manager up to date?" msgstr "TL Manager up to date?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2272 msgid "Last tlmgr command:" msgstr "Laatste tlmgr opdracht:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2280 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2285 #, tcl-format msgid "Root at %s" msgstr "Root: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2288 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2293 msgid "Package list" msgstr "Lijst van pakketten" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2298 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2303 msgid "Installed" msgstr "Geïnstalleerd" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2310 msgid "Updatable" msgstr "Nieuwe versie" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2316 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 msgid "Detail >> Global" msgstr "Detail >> Globaal" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2319 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2324 msgid "Collections and schemes" msgstr "Collecties en schemas" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2326 msgid "Only schemes" msgstr "Alleen schemas" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2329 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2334 msgid "Mark all" msgstr "Kies alles" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2336 msgid "Mark none" msgstr "Kies niets" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2337 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2342 msgid "Install marked" msgstr "Installeer selektie" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2341 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2346 msgid "Update marked" msgstr "Werk selektie bij" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2345 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 msgid "Remove marked" msgstr "Verwijder selektie" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2360 msgid "Update tlmgr" msgstr "Werk tlmgr bij" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2358 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2363 msgid "Update all" msgstr "Alles bijwerken" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2365 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 msgid "Search" msgstr "Zoek" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2368 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2373 msgid "By name" msgstr "Op naam" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2375 msgid "By name and description" msgstr "Op naam en beschrijving" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2382 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2387 msgid "Name" msgstr "Naam" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2385 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2390 msgid "Description" msgstr "Beschrijving" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Multi-user" msgstr "Voor alle gebruikers" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Single-user" msgstr "Alleen voor uzelf" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2504 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2509 #, tcl-format msgid "" "%s is not writable. You can probably not do much.\n" diff --git a/systems/texlive/tlnet/tlpkg/translations/pl.po b/systems/texlive/tlnet/tlpkg/translations/pl.po index c5204e99f2..4ede4df05a 100644 --- a/systems/texlive/tlnet/tlpkg/translations/pl.po +++ b/systems/texlive/tlnet/tlpkg/translations/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: TeX Live 2020\n" "Report-Msgid-Bugs-To: tex-live@tug.org\n" -"POT-Creation-Date: 2020-07-05 01:53+0200\n" +"POT-Creation-Date: 2020-09-29 01:53+0200\n" "PO-Revision-Date: 2020-03-15 17:09+0100\n" "Last-Translator: Zofia Walczak \n" "Language-Team: \n" @@ -54,7 +54,7 @@ msgstr "Instalacja w toku" #: tlpkg/installer/install-tl-gui.tcl:1078 #: tlpkg/installer/install-tl-gui.tcl:1298 tlpkg/tltcl/tltcl.tcl:674 #: texmf-dist/scripts/tlshell/tlshell.tcl:232 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1342 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1347 msgid "Cancel" msgstr "Anuluj" @@ -113,7 +113,7 @@ msgstr "Instalowanie TeX Live %s" #: tlpkg/installer/install-menu-perltk.pl:676 #: texmf-dist/scripts/texlive/tlmgrgui.pl:544 #: tlpkg/installer/install-tl-gui.tcl:1438 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2234 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2239 msgid "Quit" msgstr "Zakończ" @@ -363,7 +363,7 @@ msgstr "Nie" #: tlpkg/installer/install-menu-wizard.pl:604 #: texmf-dist/scripts/texlive/tlmgrgui.pl:456 #: tlpkg/installer/install-tl-gui.tcl:1436 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1969 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 msgid "Install" msgstr "Instaluj" @@ -386,8 +386,8 @@ msgstr "Tylko nowe" #: texmf-dist/scripts/texlive/tlmgrgui.pl:145 #: tlpkg/installer/install-tl-gui.tcl:1091 #: tlpkg/installer/install-tl-gui.tcl:1723 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2300 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2317 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2322 msgid "All" msgstr "Wszystkie" @@ -574,8 +574,8 @@ msgstr "TEXMFHOME (katalog dla prywatnych plików użytkownika)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:513 #: tlpkg/installer/install-tl-gui.tcl:1646 #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 msgid "Options" msgstr "Opcje" @@ -613,7 +613,7 @@ msgstr "Po instalacji pobierz aktualizacje pakietów z CTAN" #: tlpkg/installer/install-menu-perltk.pl:609 #: texmf-dist/scripts/texlive/tlmgrgui.pl:650 #: texmf-dist/scripts/texlive/tlmgrgui.pl:652 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2221 msgid "About" msgstr "O programie" @@ -756,7 +756,7 @@ msgstr "" "Większość przycisków będzie nieaktywna." #: texmf-dist/scripts/texlive/tlmgrgui.pl:293 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1154 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 msgid "Repository" msgstr "Repozytorium" @@ -791,7 +791,7 @@ msgid "Display configuration" msgstr "Wyświetl konfigurację" #: texmf-dist/scripts/texlive/tlmgrgui.pl:321 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2297 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2302 msgid "Status" msgstr "Status" @@ -869,12 +869,12 @@ msgid "Package name" msgstr "Nazwa pakietu" #: texmf-dist/scripts/texlive/tlmgrgui.pl:417 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2383 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2388 msgid "Local rev. (ver.)" msgstr "Lokalna wer. (wyd.)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:418 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2384 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2389 msgid "Remote rev. (ver.)" msgstr "Dostępna wer. (wyd.)" @@ -891,13 +891,13 @@ msgid "Reinstall previously removed packages" msgstr "Zainstaluj ponownie usunięte uprzednio pakiety" #: texmf-dist/scripts/texlive/tlmgrgui.pl:451 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 msgid "Update" msgstr "Aktualizuj" #: texmf-dist/scripts/texlive/tlmgrgui.pl:460 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2014 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1984 msgid "Remove" msgstr "Usuń" @@ -906,13 +906,13 @@ msgid "Backup" msgstr "Kopia zapasowa pakietów" #: texmf-dist/scripts/texlive/tlmgrgui.pl:515 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2138 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 msgid "Actions" msgstr "Zadania" #: texmf-dist/scripts/texlive/tlmgrgui.pl:519 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2694 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2214 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2219 msgid "Help" msgstr "Pomoc" @@ -937,7 +937,7 @@ msgid "General ..." msgstr "Ogólne ..." #: texmf-dist/scripts/texlive/tlmgrgui.pl:552 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2164 msgid "Paper ..." msgstr "Format papieru ..." @@ -1359,9 +1359,9 @@ msgstr "Przywróć wszystkie pakiety w poprzedniej wersji" #: texmf-dist/scripts/texlive/tlmgrgui.pl:2417 #: tlpkg/installer/install-tl-gui.tcl:442 #: texmf-dist/scripts/tlshell/tlshell.tcl:861 -#: texmf-dist/scripts/tlshell/tlshell.tcl:983 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1644 +#: texmf-dist/scripts/tlshell/tlshell.tcl:988 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1437 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1649 msgid "Close" msgstr "Zamknij" @@ -1619,8 +1619,8 @@ msgid "Info pages" msgstr "Dokumentacje info" #: tlpkg/installer/install-tl-gui.tcl:1379 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2106 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2132 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2111 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2137 msgid "File" msgstr "Plik" @@ -1676,8 +1676,8 @@ msgstr "" "i TEXMFHOME" #: tlpkg/installer/install-tl-gui.tcl:1574 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1419 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2211 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1424 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 msgid "Platforms" msgstr "Systemy operacyjne" @@ -1764,7 +1764,7 @@ msgstr "Uruchomiony" #: texmf-dist/scripts/tlshell/tlshell.tcl:379 #: texmf-dist/scripts/tlshell/tlshell.tcl:540 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2436 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2441 msgid "Idle" msgstr "Bezczynny" @@ -1777,7 +1777,7 @@ msgid "Up to date" msgstr "Aktualny" #: texmf-dist/scripts/tlshell/tlshell.tcl:650 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2264 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2269 msgid "Unknown" msgstr "Nieznany" @@ -1792,8 +1792,8 @@ msgstr "" "repozytorium." #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2160 msgid "Repositories" msgstr "Repozytoria" @@ -1801,145 +1801,145 @@ msgstr "Repozytoria" msgid "Done loading" msgstr "Wczytywanie zakończone" -#: texmf-dist/scripts/tlshell/tlshell.tcl:911 +#: texmf-dist/scripts/tlshell/tlshell.tcl:913 msgid "A configured repository is unavailable." msgstr "Skonfigurowane repozytorium jest niedostępne." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1038 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1043 msgid "Output" msgstr "Wynik" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1039 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1044 msgid "Other" msgstr "Inne" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1065 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1070 #, tcl-format msgid "%s not a repository" msgstr "%s nie jest repozytorium" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1151 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 msgid "No repositories" msgstr "Brak repozytoriów" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1161 msgid "Multiple repositories" msgstr "Wiele repozytoriów" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1164 msgid "Not loaded" msgstr "Nie wczytano" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1187 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1192 msgid "Actual repository" msgstr "Aktualne repozytorium" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1272 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1277 msgid "Main Repository" msgstr "Główne Repozytorium" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1283 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1288 msgid "Current:" msgstr "Bieżący:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1289 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1294 msgid "New" msgstr "Nowy" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1299 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1304 msgid "Any CTAN mirror" msgstr "Dowolna kopia zasobów CTAN" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1309 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 msgid "Local directory..." msgstr "Katalog lokalny ..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1319 msgid "tlcontrib additional repository" msgstr "dodatkowe repozytorium tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1330 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1335 msgid "tlcontrib repository is included" msgstr "repozytorium tlcontrib jest dołączone" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1336 msgid "Remove tlcontrib repository" msgstr "Usuń repozytorium tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1333 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1338 msgid "tlcontrib repository is not included" msgstr "repozytorium tlcontrib nie jest dołączone" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1334 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 msgid "Add tlcontrib repository" msgstr "Dodaj repozytorium tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1344 msgid "Save and Load" msgstr "Zapisz i Wczytaj" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1363 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1368 #, tcl-format msgid "Cannot remove own platform %s" msgstr "Nie można usunąć własnego systemu %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1427 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 msgid "Apply and close" msgstr "Zastosuj i zamknij" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1449 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1454 msgid "platform" msgstr "system" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1513 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1518 #, tcl-format msgid "Restore %s to revision %s?" msgstr "Przywrócić %s do wersji %s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1536 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1541 msgid "No backups configured" msgstr "Nie skonfigurowano kopii zapasowych" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1546 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 msgid "No backup directory defined" msgstr "Nie zdefiniowano katalogu kopii zapasowej" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1556 #, tcl-format msgid "Backup directory %s does not exist" msgstr "Katalog kopii zapasowej %s nie istnieje" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1574 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1579 #, tcl-format msgid "No packages in backup directory %s" msgstr "Brak pakietów w katalogu kopii zapasowej %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1584 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1589 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 msgid "Restore from backup" msgstr "Przywróć z kopii zapasowej" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1600 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1605 msgid "Package" msgstr "Pakiet" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1601 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1606 msgid "Revision" msgstr "Wersja" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1642 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1647 msgid "Restore all" msgstr "Przywróć wszystkie" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1672 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1704 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1744 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1794 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1869 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1677 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1709 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1749 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1799 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1874 msgid "Nothing to do!" msgstr "Nic do zrobienia!" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1759 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1764 #, tcl-format msgid "" "Also installing dependencies\n" @@ -1950,12 +1950,12 @@ msgstr "" "\n" "%s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1766 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1771 #, tcl-format msgid "Already installed: %s" msgstr "Zainstalowano: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1807 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1812 #, tcl-format msgid "" "Also updating dependencies\n" @@ -1966,22 +1966,22 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1822 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1827 #, tcl-format msgid "Updating some dependencies %s anyway. Continue?" msgstr "Aktualizuję zależności %s mimo wszystko. Kontynuować?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1834 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1839 #, tcl-format msgid "Skipped because not installed: %s" msgstr "Pomijam ponieważ niezainstalowane: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1837 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1842 #, tcl-format msgid "Skipped because already up to date: %s" msgstr "Pomijam ponieważ aktualne: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1873 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1878 #, tcl-format msgid "" "Also remove dependencies\n" @@ -1992,22 +1992,22 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1888 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1893 #, tcl-format msgid "Removing some dependencies %s anyway. Continue?" msgstr "Usuwanie niektórych zależności %s mimo wszystko. Kontynuować?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1965 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1970 msgid "Info" msgstr "Info" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2055 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2060 msgid "" "GUI interface for TeX Live Manager\n" "Implemented in Tcl/Tk" msgstr "Interfejs graficzny (GUI) dla TeX Live Manager wTcl/Tk" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2087 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2092 #, tcl-format msgid "" "%s is not a local or remote repository.\n" @@ -2016,164 +2016,164 @@ msgstr "" "%s nie jest lokalnym ani zdalnym repozytorium.\n" "proszę skonfigurować poprawne repozytorium" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2090 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2095 msgid "Error" msgstr "Błąd" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2134 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2139 msgid "Load repository" msgstr "Wczytaj repozytorium" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2136 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2141 msgid "Exit" msgstr "Wyjście" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2142 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 msgid "Regenerate filename database" msgstr "Powtórne generowanie bazy danych" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2148 msgid "Regenerating filename database..." msgstr "Generuję powtórnie bazę nazw plików..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2144 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2149 msgid "Regenerate formats" msgstr "Powtórne generowanie formatów" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2145 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 msgid "Rebuilding formats..." msgstr "Odbudowywanie formatów..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2146 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2151 msgid "Regenerate fontmaps" msgstr "Powtórne generowanie map fontowych" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2152 msgid "Rebuilding fontmap files..." msgstr "Odbudowywanie map fontowych..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2169 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2174 msgid "GUI language" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2184 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2189 msgid "GUI font scaling" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2188 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2193 msgid "Current" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2217 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2222 msgid "tlmgr help" msgstr "pomoc tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2236 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 msgid "Restart self" msgstr "Zrestartuj się" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2238 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2243 msgid "Restart tlmgr" msgstr "Zrestartuj tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2246 msgid "Show logs" msgstr "Polaż pliki log" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2262 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 msgid "TL Manager up to date?" msgstr "TL Manager jest aktualny?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2272 msgid "Last tlmgr command:" msgstr "Ostatnie polecenie tlmgr:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2280 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2285 #, tcl-format msgid "Root at %s" msgstr "Katalog główny w %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2288 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2293 msgid "Package list" msgstr "Lista pakietów" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2298 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2303 msgid "Installed" msgstr "Zainstalowany" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2310 msgid "Updatable" msgstr "Może być aktualizowany" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2316 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 msgid "Detail >> Global" msgstr "Detail >> Global" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2319 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2324 msgid "Collections and schemes" msgstr "Kolekcje i schematy" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2326 msgid "Only schemes" msgstr "Tylko schematy" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2329 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2334 msgid "Mark all" msgstr "Zaznacz wszystko" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2336 msgid "Mark none" msgstr "Odznacz wszystko" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2337 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2342 msgid "Install marked" msgstr "Zainstaluj zaznaczone" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2341 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2346 msgid "Update marked" msgstr "Aktualizuj zaznaczone" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2345 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 msgid "Remove marked" msgstr "Usuń zaznaczone" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2360 msgid "Update tlmgr" msgstr "Aktualizuj tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2358 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2363 msgid "Update all" msgstr "Aktualizuj wszystko" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2365 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 msgid "Search" msgstr "Szukaj" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2368 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2373 msgid "By name" msgstr "Po nazwie" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2375 msgid "By name and description" msgstr "Po nazwie i opisie" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2382 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2387 msgid "Name" msgstr "Nazwa" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2385 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2390 msgid "Description" msgstr "Opis" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Multi-user" msgstr "Wielu użytkowników" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Single-user" msgstr "Jeden użytkownik" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2504 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2509 #, tcl-format msgid "" "%s is not writable. You can probably not do much.\n" diff --git a/systems/texlive/tlnet/tlpkg/translations/pt_BR.po b/systems/texlive/tlnet/tlpkg/translations/pt_BR.po index ad825a69f2..cbb4c7f014 100644 --- a/systems/texlive/tlnet/tlpkg/translations/pt_BR.po +++ b/systems/texlive/tlnet/tlpkg/translations/pt_BR.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: TeX Live translation\n" "Report-Msgid-Bugs-To: tex-live@tug.org\n" -"POT-Creation-Date: 2020-07-05 01:53+0200\n" +"POT-Creation-Date: 2020-09-29 01:53+0200\n" "PO-Revision-Date: 2020-01-20 10:03-0300\n" "Last-Translator: Paulo Roberto Massa Cereda \n" "Language-Team: Paulo Roberto Massa Cereda \n" @@ -49,7 +49,7 @@ msgstr "Processo de instalação" #: tlpkg/installer/install-tl-gui.tcl:1078 #: tlpkg/installer/install-tl-gui.tcl:1298 tlpkg/tltcl/tltcl.tcl:674 #: texmf-dist/scripts/tlshell/tlshell.tcl:232 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1342 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1347 msgid "Cancel" msgstr "Cancelar" @@ -108,7 +108,7 @@ msgstr "Instalação do TeX Live %s" #: tlpkg/installer/install-menu-perltk.pl:676 #: texmf-dist/scripts/texlive/tlmgrgui.pl:544 #: tlpkg/installer/install-tl-gui.tcl:1438 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2234 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2239 msgid "Quit" msgstr "Sair" @@ -362,7 +362,7 @@ msgstr "Não" #: tlpkg/installer/install-menu-wizard.pl:604 #: texmf-dist/scripts/texlive/tlmgrgui.pl:456 #: tlpkg/installer/install-tl-gui.tcl:1436 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1969 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 msgid "Install" msgstr "Instalar" @@ -385,8 +385,8 @@ msgstr "Apenas novos" #: texmf-dist/scripts/texlive/tlmgrgui.pl:145 #: tlpkg/installer/install-tl-gui.tcl:1091 #: tlpkg/installer/install-tl-gui.tcl:1723 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2300 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2317 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2322 msgid "All" msgstr "Todos" @@ -574,8 +574,8 @@ msgstr "TEXMFHOME (diretório para arquivos específicos do usuário)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:513 #: tlpkg/installer/install-tl-gui.tcl:1646 #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 msgid "Options" msgstr "Opções" @@ -613,7 +613,7 @@ msgstr "Após a instalação, definir CTAN como fonte para atualização de paco #: tlpkg/installer/install-menu-perltk.pl:609 #: texmf-dist/scripts/texlive/tlmgrgui.pl:650 #: texmf-dist/scripts/texlive/tlmgrgui.pl:652 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2221 msgid "About" msgstr "Sobre" @@ -758,7 +758,7 @@ msgstr "" "A maioria dos botões estará desabilitada." #: texmf-dist/scripts/texlive/tlmgrgui.pl:293 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1154 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 msgid "Repository" msgstr "Repositório" @@ -793,7 +793,7 @@ msgid "Display configuration" msgstr "Exibir configuração" #: texmf-dist/scripts/texlive/tlmgrgui.pl:321 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2297 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2302 msgid "Status" msgstr "Situação" @@ -871,12 +871,12 @@ msgid "Package name" msgstr "Nome do pacote" #: texmf-dist/scripts/texlive/tlmgrgui.pl:417 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2383 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2388 msgid "Local rev. (ver.)" msgstr "Revisão local (ver.)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:418 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2384 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2389 msgid "Remote rev. (ver.)" msgstr "Revisão remota (ver.)" @@ -893,13 +893,13 @@ msgid "Reinstall previously removed packages" msgstr "Reinstalar os pacotes previamente removidos" #: texmf-dist/scripts/texlive/tlmgrgui.pl:451 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 msgid "Update" msgstr "Atualizar" #: texmf-dist/scripts/texlive/tlmgrgui.pl:460 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2014 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1984 msgid "Remove" msgstr "Remover" @@ -908,13 +908,13 @@ msgid "Backup" msgstr "Cópia de segurança" #: texmf-dist/scripts/texlive/tlmgrgui.pl:515 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2138 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 msgid "Actions" msgstr "Ações" #: texmf-dist/scripts/texlive/tlmgrgui.pl:519 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2694 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2214 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2219 msgid "Help" msgstr "Ajuda" @@ -939,7 +939,7 @@ msgid "General ..." msgstr "Geral..." #: texmf-dist/scripts/texlive/tlmgrgui.pl:552 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2164 msgid "Paper ..." msgstr "Papel..." @@ -1363,9 +1363,9 @@ msgstr "Restaurar todos os pacotes para a última versão" #: texmf-dist/scripts/texlive/tlmgrgui.pl:2417 #: tlpkg/installer/install-tl-gui.tcl:442 #: texmf-dist/scripts/tlshell/tlshell.tcl:861 -#: texmf-dist/scripts/tlshell/tlshell.tcl:983 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1644 +#: texmf-dist/scripts/tlshell/tlshell.tcl:988 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1437 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1649 msgid "Close" msgstr "Fechar" @@ -1624,8 +1624,8 @@ msgid "Info pages" msgstr "Páginas de informações" #: tlpkg/installer/install-tl-gui.tcl:1379 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2106 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2132 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2111 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2137 msgid "File" msgstr "Arquivo" @@ -1681,8 +1681,8 @@ msgstr "" "e TEXMFHOME" #: tlpkg/installer/install-tl-gui.tcl:1574 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1419 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2211 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1424 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 msgid "Platforms" msgstr "Plataformas" @@ -1769,7 +1769,7 @@ msgstr "Executando" #: texmf-dist/scripts/tlshell/tlshell.tcl:379 #: texmf-dist/scripts/tlshell/tlshell.tcl:540 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2436 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2441 msgid "Idle" msgstr "Em espera" @@ -1782,7 +1782,7 @@ msgid "Up to date" msgstr "Atualizado" #: texmf-dist/scripts/tlshell/tlshell.tcl:650 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2264 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2269 msgid "Unknown" msgstr "Desconhecido" @@ -1797,8 +1797,8 @@ msgstr "" "repositório." #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2160 msgid "Repositories" msgstr "Repositórios" @@ -1806,145 +1806,145 @@ msgstr "Repositórios" msgid "Done loading" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:911 +#: texmf-dist/scripts/tlshell/tlshell.tcl:913 msgid "A configured repository is unavailable." msgstr "Um repositório configurado não está disponível." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1038 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1043 msgid "Output" msgstr "Saída" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1039 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1044 msgid "Other" msgstr "Outro" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1065 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1070 #, tcl-format msgid "%s not a repository" msgstr "%s não é um repositório" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1151 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 msgid "No repositories" msgstr "Sem repositórios" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1161 msgid "Multiple repositories" msgstr "Múltiplos repositórios" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1164 msgid "Not loaded" msgstr "Não carregado" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1187 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1192 msgid "Actual repository" msgstr "Repositório corrente" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1272 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1277 msgid "Main Repository" msgstr "Repositório principal" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1283 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1288 msgid "Current:" msgstr "Corrente:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1289 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1294 msgid "New" msgstr "Novo" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1299 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1304 msgid "Any CTAN mirror" msgstr "Qualquer espelho CTAN" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1309 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 msgid "Local directory..." msgstr "Diretório local..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1319 msgid "tlcontrib additional repository" msgstr "Repositório adicional tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1330 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1335 msgid "tlcontrib repository is included" msgstr "O repositório tlcontrib está incluído" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1336 msgid "Remove tlcontrib repository" msgstr "Remover o repositório tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1333 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1338 msgid "tlcontrib repository is not included" msgstr "O repositório tlcontrib não está incluído" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1334 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 msgid "Add tlcontrib repository" msgstr "Adicionar repositório tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1344 msgid "Save and Load" msgstr "Salvar e carregar" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1363 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1368 #, tcl-format msgid "Cannot remove own platform %s" msgstr "Não é possível remover a própria plataforma %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1427 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 msgid "Apply and close" msgstr "Aplicar e fechar" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1449 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1454 msgid "platform" msgstr "plataforma" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1513 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1518 #, tcl-format msgid "Restore %s to revision %s?" msgstr "Restaurar %s para a revisão %s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1536 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1541 msgid "No backups configured" msgstr "Não há backups configurados" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1546 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 msgid "No backup directory defined" msgstr "Não foi definido um diretório de backup" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1556 #, tcl-format msgid "Backup directory %s does not exist" msgstr "O diretório de backup %s não existe" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1574 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1579 #, tcl-format msgid "No packages in backup directory %s" msgstr "Não há pacotes no diretório de backup %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1584 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1589 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 msgid "Restore from backup" msgstr "Restaurar a partir do backup" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1600 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1605 msgid "Package" msgstr "Pacote" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1601 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1606 msgid "Revision" msgstr "Revisão" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1642 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1647 msgid "Restore all" msgstr "Restaurar tudo" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1672 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1704 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1744 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1794 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1869 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1677 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1709 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1749 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1799 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1874 msgid "Nothing to do!" msgstr "Nada a fazer!" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1759 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1764 #, tcl-format msgid "" "Also installing dependencies\n" @@ -1955,12 +1955,12 @@ msgstr "" "\n" "%s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1766 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1771 #, tcl-format msgid "Already installed: %s" msgstr "Já instalado: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1807 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1812 #, tcl-format msgid "" "Also updating dependencies\n" @@ -1971,22 +1971,22 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1822 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1827 #, tcl-format msgid "Updating some dependencies %s anyway. Continue?" msgstr "Atualizando algumas dependências %s de qualquer forma. Continuar?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1834 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1839 #, tcl-format msgid "Skipped because not installed: %s" msgstr "Ignorado porque não está instalado: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1837 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1842 #, tcl-format msgid "Skipped because already up to date: %s" msgstr "Ignorado porque já está atualizado: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1873 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1878 #, tcl-format msgid "" "Also remove dependencies\n" @@ -1997,16 +1997,16 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1888 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1893 #, tcl-format msgid "Removing some dependencies %s anyway. Continue?" msgstr "Removendo algumas dependências %s de qualquer forma. Continuar?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1965 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1970 msgid "Info" msgstr "Informação" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2055 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2060 msgid "" "GUI interface for TeX Live Manager\n" "Implemented in Tcl/Tk" @@ -2014,7 +2014,7 @@ msgstr "" "Interface GUI para o gerenciador TeX Live\n" "Implementada em Tcl/Tk" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2087 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2092 #, tcl-format msgid "" "%s is not a local or remote repository.\n" @@ -2023,164 +2023,164 @@ msgstr "" "%s não é um repositório local ou remoto.\n" "Por favor, configure um repositório válido." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2090 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2095 msgid "Error" msgstr "Erro" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2134 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2139 msgid "Load repository" msgstr "Carregar repositório" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2136 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2141 msgid "Exit" msgstr "Sair" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2142 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 msgid "Regenerate filename database" msgstr "Recriar o banco de dados de nomes de arquivos" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2148 msgid "Regenerating filename database..." msgstr "Recriando o bando de dados de nomes de arquivos..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2144 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2149 msgid "Regenerate formats" msgstr "Recriar formatos" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2145 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 msgid "Rebuilding formats..." msgstr "Reconstruindo formatos..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2146 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2151 msgid "Regenerate fontmaps" msgstr "Recriar mapas de fontes" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2152 msgid "Rebuilding fontmap files..." msgstr "Reconstruindo arquivos de mapas de fontes..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2169 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2174 msgid "GUI language" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2184 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2189 msgid "GUI font scaling" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2188 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2193 msgid "Current" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2217 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2222 msgid "tlmgr help" msgstr "ajuda do tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2236 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 msgid "Restart self" msgstr "Auto-reiniciar" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2238 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2243 msgid "Restart tlmgr" msgstr "Reiniciar tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2246 msgid "Show logs" msgstr "Exibir registros" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2262 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 msgid "TL Manager up to date?" msgstr "O gerenciador TL está atualizado?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2272 msgid "Last tlmgr command:" msgstr "Último comando tlmgr:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2280 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2285 #, tcl-format msgid "Root at %s" msgstr "Raiz em %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2288 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2293 msgid "Package list" msgstr "Lista de pacotes" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2298 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2303 msgid "Installed" msgstr "Instalado" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2310 msgid "Updatable" msgstr "Atualizável" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2316 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 msgid "Detail >> Global" msgstr "Detalhes >> Global" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2319 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2324 msgid "Collections and schemes" msgstr "Coleções e esquemas" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2326 msgid "Only schemes" msgstr "Apenas esquemas" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2329 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2334 msgid "Mark all" msgstr "Marcar todos" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2336 msgid "Mark none" msgstr "Desmarcar todos" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2337 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2342 msgid "Install marked" msgstr "Instalar marcados" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2341 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2346 msgid "Update marked" msgstr "Atualizar marcados" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2345 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 msgid "Remove marked" msgstr "Remover marcados" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2360 msgid "Update tlmgr" msgstr "Atualizar tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2358 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2363 msgid "Update all" msgstr "Atualizar tudo" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2365 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 msgid "Search" msgstr "Procurar" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2368 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2373 msgid "By name" msgstr "Por nome" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2375 msgid "By name and description" msgstr "Por nome e descrição" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2382 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2387 msgid "Name" msgstr "Nome" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2385 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2390 msgid "Description" msgstr "Descrição" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Multi-user" msgstr "Multiusuário" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Single-user" msgstr "Usuário único" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2504 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2509 #, tcl-format msgid "" "%s is not writable. You can probably not do much.\n" diff --git a/systems/texlive/tlnet/tlpkg/translations/ru.po b/systems/texlive/tlnet/tlpkg/translations/ru.po index ef9bbfda72..51e42c7a6e 100644 --- a/systems/texlive/tlnet/tlpkg/translations/ru.po +++ b/systems/texlive/tlnet/tlpkg/translations/ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: TeX Live translation\n" "Report-Msgid-Bugs-To: tex-live@tug.org\n" -"POT-Creation-Date: 2020-07-05 01:53+0200\n" +"POT-Creation-Date: 2020-09-29 01:53+0200\n" "PO-Revision-Date: 2020-02-24 12:40+0800\n" "Last-Translator: Vladimir Lomov \n" "Language-Team: Russian \n" @@ -54,7 +54,7 @@ msgstr "Процесс установки" #: tlpkg/installer/install-tl-gui.tcl:1078 #: tlpkg/installer/install-tl-gui.tcl:1298 tlpkg/tltcl/tltcl.tcl:674 #: texmf-dist/scripts/tlshell/tlshell.tcl:232 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1342 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1347 msgid "Cancel" msgstr "Отмена" @@ -113,7 +113,7 @@ msgstr "Установка TeX Live %s" #: tlpkg/installer/install-menu-perltk.pl:676 #: texmf-dist/scripts/texlive/tlmgrgui.pl:544 #: tlpkg/installer/install-tl-gui.tcl:1438 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2234 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2239 msgid "Quit" msgstr "Выход" @@ -364,7 +364,7 @@ msgstr "Нет" #: tlpkg/installer/install-menu-wizard.pl:604 #: texmf-dist/scripts/texlive/tlmgrgui.pl:456 #: tlpkg/installer/install-tl-gui.tcl:1436 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1969 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 msgid "Install" msgstr "Установить" @@ -387,8 +387,8 @@ msgstr "Только новые" #: texmf-dist/scripts/texlive/tlmgrgui.pl:145 #: tlpkg/installer/install-tl-gui.tcl:1091 #: tlpkg/installer/install-tl-gui.tcl:1723 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2300 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2317 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2322 msgid "All" msgstr "Все" @@ -576,8 +576,8 @@ msgstr "TEXMFHOME (каталог для личных файлов пользо #: texmf-dist/scripts/texlive/tlmgrgui.pl:513 #: tlpkg/installer/install-tl-gui.tcl:1646 #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 msgid "Options" msgstr "Параметры" @@ -615,7 +615,7 @@ msgstr "После установки задать CTAN источником о #: tlpkg/installer/install-menu-perltk.pl:609 #: texmf-dist/scripts/texlive/tlmgrgui.pl:650 #: texmf-dist/scripts/texlive/tlmgrgui.pl:652 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2221 msgid "About" msgstr "О программе" @@ -757,7 +757,7 @@ msgstr "" "Большинство кнопок будет отключено." #: texmf-dist/scripts/texlive/tlmgrgui.pl:293 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1154 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 msgid "Repository" msgstr "Репозиторий" @@ -792,7 +792,7 @@ msgid "Display configuration" msgstr "Настройка отображения" #: texmf-dist/scripts/texlive/tlmgrgui.pl:321 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2297 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2302 msgid "Status" msgstr "Статус" @@ -871,12 +871,12 @@ msgid "Package name" msgstr "Название пакета" #: texmf-dist/scripts/texlive/tlmgrgui.pl:417 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2383 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2388 msgid "Local rev. (ver.)" msgstr "Локальная рев. (вер.)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:418 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2384 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2389 msgid "Remote rev. (ver.)" msgstr "Сетевая рев. (вер.)" @@ -893,13 +893,13 @@ msgid "Reinstall previously removed packages" msgstr "Заново установить ранее удалённые пакеты" #: texmf-dist/scripts/texlive/tlmgrgui.pl:451 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 msgid "Update" msgstr "Обновить" #: texmf-dist/scripts/texlive/tlmgrgui.pl:460 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2014 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1984 msgid "Remove" msgstr "Удалить" @@ -908,13 +908,13 @@ msgid "Backup" msgstr "Архивировать" #: texmf-dist/scripts/texlive/tlmgrgui.pl:515 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2138 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 msgid "Actions" msgstr "Действия" #: texmf-dist/scripts/texlive/tlmgrgui.pl:519 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2694 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2214 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2219 msgid "Help" msgstr "Справка" @@ -939,7 +939,7 @@ msgid "General ..." msgstr "Общие ..." #: texmf-dist/scripts/texlive/tlmgrgui.pl:552 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2164 msgid "Paper ..." msgstr "Размер листа ..." @@ -1359,9 +1359,9 @@ msgstr "Восстановить все пакеты до последней в #: texmf-dist/scripts/texlive/tlmgrgui.pl:2417 #: tlpkg/installer/install-tl-gui.tcl:442 #: texmf-dist/scripts/tlshell/tlshell.tcl:861 -#: texmf-dist/scripts/tlshell/tlshell.tcl:983 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1644 +#: texmf-dist/scripts/tlshell/tlshell.tcl:988 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1437 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1649 msgid "Close" msgstr "Закрыть" @@ -1618,8 +1618,8 @@ msgid "Info pages" msgstr "Документация в Info" #: tlpkg/installer/install-tl-gui.tcl:1379 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2106 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2132 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2111 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2137 msgid "File" msgstr "Файл" @@ -1675,8 +1675,8 @@ msgstr "" "и TEXMFHOME" #: tlpkg/installer/install-tl-gui.tcl:1574 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1419 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2211 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1424 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 msgid "Platforms" msgstr "Платформы" @@ -1763,7 +1763,7 @@ msgstr "Выполнение" #: texmf-dist/scripts/tlshell/tlshell.tcl:379 #: texmf-dist/scripts/tlshell/tlshell.tcl:540 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2436 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2441 msgid "Idle" msgstr "Нет заданий" @@ -1776,7 +1776,7 @@ msgid "Up to date" msgstr "Всё обновлено" #: texmf-dist/scripts/tlshell/tlshell.tcl:650 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2264 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2269 msgid "Unknown" msgstr "Неизвестно" @@ -1791,8 +1791,8 @@ msgstr "" "репозиторий" #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2160 msgid "Repositories" msgstr "Репозитории" @@ -1800,145 +1800,145 @@ msgstr "Репозитории" msgid "Done loading" msgstr "Загрузка завершена" -#: texmf-dist/scripts/tlshell/tlshell.tcl:911 +#: texmf-dist/scripts/tlshell/tlshell.tcl:913 msgid "A configured repository is unavailable." msgstr "Настроенный репозиторий недоступен." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1038 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1043 msgid "Output" msgstr "Вывод" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1039 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1044 msgid "Other" msgstr "Разное" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1065 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1070 #, tcl-format msgid "%s not a repository" msgstr "%s не является репозиторием" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1151 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 msgid "No repositories" msgstr "Нет репозиториев" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1161 msgid "Multiple repositories" msgstr "Несколько репозиториев" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1164 msgid "Not loaded" msgstr "Не загружено" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1187 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1192 msgid "Actual repository" msgstr "Фактический репозиторий" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1272 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1277 msgid "Main Repository" msgstr "Основной репозиторий" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1283 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1288 msgid "Current:" msgstr "Текущий:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1289 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1294 msgid "New" msgstr "Новый" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1299 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1304 msgid "Any CTAN mirror" msgstr "Любое зеркало CTAN" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1309 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 msgid "Local directory..." msgstr "Локальный каталог..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1319 msgid "tlcontrib additional repository" msgstr "Дополнительный репозиторий tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1330 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1335 msgid "tlcontrib repository is included" msgstr "Репозиторий tlcontrib добавлен" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1336 msgid "Remove tlcontrib repository" msgstr "Удалить репозиторий tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1333 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1338 msgid "tlcontrib repository is not included" msgstr "Репозиторий tlcontrib не добавлен" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1334 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 msgid "Add tlcontrib repository" msgstr "Добавить репозиторий tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1344 msgid "Save and Load" msgstr "Сохранить и загрузить" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1363 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1368 #, tcl-format msgid "Cannot remove own platform %s" msgstr "Невозможно удалить текущую платформу %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1427 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 msgid "Apply and close" msgstr "Применить и закрыть" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1449 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1454 msgid "platform" msgstr "платформа" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1513 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1518 #, tcl-format msgid "Restore %s to revision %s?" msgstr "Восстановить %s на ревизию %s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1536 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1541 msgid "No backups configured" msgstr "Резервное копирование не настроено" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1546 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 msgid "No backup directory defined" msgstr "Каталог резервных копий не задан" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1556 #, tcl-format msgid "Backup directory %s does not exist" msgstr "Каталог %s для резервного копирования не существует" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1574 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1579 #, tcl-format msgid "No packages in backup directory %s" msgstr "Нет пакетов в каталоге %s для резервного копирования" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1584 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1589 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 msgid "Restore from backup" msgstr "Восстановить их резервных копий" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1600 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1605 msgid "Package" msgstr "Пакет" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1601 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1606 msgid "Revision" msgstr "Ревизия" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1642 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1647 msgid "Restore all" msgstr "Восстановить всё" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1672 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1704 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1744 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1794 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1869 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1677 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1709 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1749 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1799 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1874 msgid "Nothing to do!" msgstr "Никаких действий не требуется!" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1759 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1764 #, tcl-format msgid "" "Also installing dependencies\n" @@ -1949,12 +1949,12 @@ msgstr "" "\n" "%s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1766 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1771 #, tcl-format msgid "Already installed: %s" msgstr "Уже установлено: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1807 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1812 #, tcl-format msgid "" "Also updating dependencies\n" @@ -1965,22 +1965,22 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1822 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1827 #, tcl-format msgid "Updating some dependencies %s anyway. Continue?" msgstr "Всё же потребуется обновить некоторые зависимости:%s. Продолжить?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1834 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1839 #, tcl-format msgid "Skipped because not installed: %s" msgstr "Пропущено, поскольку не установлено: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1837 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1842 #, tcl-format msgid "Skipped because already up to date: %s" msgstr "Пропущено, поскольку уже обновлено: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1873 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1878 #, tcl-format msgid "" "Also remove dependencies\n" @@ -1991,16 +1991,16 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1888 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1893 #, tcl-format msgid "Removing some dependencies %s anyway. Continue?" msgstr "Всё же потребуется удалить некоторые зависимости: %s. Продолжить?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1965 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1970 msgid "Info" msgstr "Информация" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2055 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2060 msgid "" "GUI interface for TeX Live Manager\n" "Implemented in Tcl/Tk" @@ -2008,7 +2008,7 @@ msgstr "" "Графический интерфейс для диспетчера TeX Live\n" "Реализовано на Tcl/Tk" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2087 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2092 #, tcl-format msgid "" "%s is not a local or remote repository.\n" @@ -2017,164 +2017,164 @@ msgstr "" "%s не является ни локальным, ни удалённым репозиторием.\n" "Выберите правильный репозиторий" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2090 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2095 msgid "Error" msgstr "Ошибка" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2134 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2139 msgid "Load repository" msgstr "Загрузить репозиторий" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2136 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2141 msgid "Exit" msgstr "Выход" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2142 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 msgid "Regenerate filename database" msgstr "Пересоздать базу данных имён файлов" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2148 msgid "Regenerating filename database..." msgstr "Пересоздание базы данных имён файлов..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2144 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2149 msgid "Regenerate formats" msgstr "Пересоздать форматы" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2145 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 msgid "Rebuilding formats..." msgstr "Пересоздание форматов..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2146 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2151 msgid "Regenerate fontmaps" msgstr "Пересоздать fontmaps" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2152 msgid "Rebuilding fontmap files..." msgstr "Пересоздание файлов fontmap..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2169 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2174 msgid "GUI language" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2184 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2189 msgid "GUI font scaling" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2188 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2193 msgid "Current" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2217 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2222 msgid "tlmgr help" msgstr "Справка по tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2236 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 msgid "Restart self" msgstr "Перезапустить программу" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2238 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2243 msgid "Restart tlmgr" msgstr "Перезапустить tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2246 msgid "Show logs" msgstr "Показать журнал" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2262 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 msgid "TL Manager up to date?" msgstr "Менеджер TL обновлён?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2272 msgid "Last tlmgr command:" msgstr "Последняя команда tlmgr:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2280 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2285 #, tcl-format msgid "Root at %s" msgstr "Корневой каталог в %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2288 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2293 msgid "Package list" msgstr "Список пакетов" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2298 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2303 msgid "Installed" msgstr "Установленные" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2310 msgid "Updatable" msgstr "Есть обновления" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2316 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 msgid "Detail >> Global" msgstr "Детали >> Общие" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2319 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2324 msgid "Collections and schemes" msgstr "Коллекции и схемы" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2326 msgid "Only schemes" msgstr "Только схемы" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2329 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2334 msgid "Mark all" msgstr "Отметить всё" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2336 msgid "Mark none" msgstr "Снять выделение" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2337 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2342 msgid "Install marked" msgstr "Установить выделенные" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2341 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2346 msgid "Update marked" msgstr "Обновить выделенные" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2345 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 msgid "Remove marked" msgstr "Удалить выделенные" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2360 msgid "Update tlmgr" msgstr "Обновить tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2358 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2363 msgid "Update all" msgstr "Обновить все" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2365 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 msgid "Search" msgstr "Найти" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2368 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2373 msgid "By name" msgstr "По названию" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2375 msgid "By name and description" msgstr "По названию и описанию" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2382 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2387 msgid "Name" msgstr "Название" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2385 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2390 msgid "Description" msgstr "Описание" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Multi-user" msgstr "Для всех пользователей" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Single-user" msgstr "Для одного пользователя" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2504 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2509 #, tcl-format msgid "" "%s is not writable. You can probably not do much.\n" diff --git a/systems/texlive/tlnet/tlpkg/translations/sk.po b/systems/texlive/tlnet/tlpkg/translations/sk.po index 7c38f6b8a5..35ab273f23 100644 --- a/systems/texlive/tlnet/tlpkg/translations/sk.po +++ b/systems/texlive/tlnet/tlpkg/translations/sk.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: TeX Live translation\n" "Report-Msgid-Bugs-To: tex-live@tug.org\n" -"POT-Creation-Date: 2020-07-05 01:53+0200\n" +"POT-Creation-Date: 2020-09-29 01:53+0200\n" "PO-Revision-Date: 2019-03-22 00:57+0300\n" "Last-Translator: Ján Buša \n" "Language-Team: tex-live@tug.org\n" @@ -48,7 +48,7 @@ msgstr "Proces inštalácie" #: tlpkg/installer/install-tl-gui.tcl:1078 #: tlpkg/installer/install-tl-gui.tcl:1298 tlpkg/tltcl/tltcl.tcl:674 #: texmf-dist/scripts/tlshell/tlshell.tcl:232 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1342 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1347 msgid "Cancel" msgstr "Zrušiť" @@ -108,7 +108,7 @@ msgstr "Inštalácia TeX Live %s" #: tlpkg/installer/install-menu-perltk.pl:676 #: texmf-dist/scripts/texlive/tlmgrgui.pl:544 #: tlpkg/installer/install-tl-gui.tcl:1438 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2234 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2239 msgid "Quit" msgstr "Ukončiť" @@ -360,7 +360,7 @@ msgstr "Nie" #: tlpkg/installer/install-menu-wizard.pl:604 #: texmf-dist/scripts/texlive/tlmgrgui.pl:456 #: tlpkg/installer/install-tl-gui.tcl:1436 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1969 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 msgid "Install" msgstr "Nainštalovať" @@ -383,8 +383,8 @@ msgstr "Len nové" #: texmf-dist/scripts/texlive/tlmgrgui.pl:145 #: tlpkg/installer/install-tl-gui.tcl:1091 #: tlpkg/installer/install-tl-gui.tcl:1723 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2300 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2317 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2322 msgid "All" msgstr "Všetky" @@ -572,8 +572,8 @@ msgstr "TEXMFHOME (adresár uží­vateľských súborov)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:513 #: tlpkg/installer/install-tl-gui.tcl:1646 #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 msgid "Options" msgstr "Voľby" @@ -613,7 +613,7 @@ msgstr "Po inštalácii nastavte CTAN ako zdroj aktualizácií balíkov" #: tlpkg/installer/install-menu-perltk.pl:609 #: texmf-dist/scripts/texlive/tlmgrgui.pl:650 #: texmf-dist/scripts/texlive/tlmgrgui.pl:652 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2221 msgid "About" msgstr "O programe" @@ -758,7 +758,7 @@ msgstr "" "Väčšina tlačidiel bude nefunkčná." #: texmf-dist/scripts/texlive/tlmgrgui.pl:293 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1154 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 msgid "Repository" msgstr "Schránka" @@ -793,7 +793,7 @@ msgid "Display configuration" msgstr "Zobraziť konfiguráciu" #: texmf-dist/scripts/texlive/tlmgrgui.pl:321 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2297 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2302 msgid "Status" msgstr "Stav" @@ -871,12 +871,12 @@ msgid "Package name" msgstr "Názov balí­ka" #: texmf-dist/scripts/texlive/tlmgrgui.pl:417 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2383 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2388 msgid "Local rev. (ver.)" msgstr "Lokálna rev. (ver.)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:418 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2384 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2389 msgid "Remote rev. (ver.)" msgstr "Vzdialená rev. (ver.)" @@ -893,13 +893,13 @@ msgid "Reinstall previously removed packages" msgstr "Znova nainštalovať predtým odstránené balí­ky" #: texmf-dist/scripts/texlive/tlmgrgui.pl:451 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 msgid "Update" msgstr "Aktualizovať" #: texmf-dist/scripts/texlive/tlmgrgui.pl:460 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2014 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1984 msgid "Remove" msgstr "Odstrániť" @@ -908,13 +908,13 @@ msgid "Backup" msgstr "Záloha" #: texmf-dist/scripts/texlive/tlmgrgui.pl:515 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2138 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 msgid "Actions" msgstr "Činnosti" #: texmf-dist/scripts/texlive/tlmgrgui.pl:519 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2694 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2214 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2219 msgid "Help" msgstr "Pomoc" @@ -939,7 +939,7 @@ msgid "General ..." msgstr "Všeobecné ..." #: texmf-dist/scripts/texlive/tlmgrgui.pl:552 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2164 msgid "Paper ..." msgstr "Papier ..." @@ -1362,9 +1362,9 @@ msgstr "Obnoviť všetky balí­ky na najnovšiu verziu" #: texmf-dist/scripts/texlive/tlmgrgui.pl:2417 #: tlpkg/installer/install-tl-gui.tcl:442 #: texmf-dist/scripts/tlshell/tlshell.tcl:861 -#: texmf-dist/scripts/tlshell/tlshell.tcl:983 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1644 +#: texmf-dist/scripts/tlshell/tlshell.tcl:988 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1437 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1649 msgid "Close" msgstr "Zavrieť" @@ -1614,8 +1614,8 @@ msgid "Info pages" msgstr "Informačné strany" #: tlpkg/installer/install-tl-gui.tcl:1379 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2106 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2132 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2111 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2137 msgid "File" msgstr "Súbor" @@ -1671,8 +1671,8 @@ msgstr "" "a TEXMFHOME" #: tlpkg/installer/install-tl-gui.tcl:1574 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1419 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2211 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1424 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 msgid "Platforms" msgstr "Platformy" @@ -1759,7 +1759,7 @@ msgstr "Prebieha" #: texmf-dist/scripts/tlshell/tlshell.tcl:379 #: texmf-dist/scripts/tlshell/tlshell.tcl:540 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2436 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2441 msgid "Idle" msgstr "Nečinný" @@ -1772,7 +1772,7 @@ msgid "Up to date" msgstr "Aktuálny" #: texmf-dist/scripts/tlshell/tlshell.tcl:650 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2264 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2269 msgid "Unknown" msgstr "Neznámy" @@ -1785,8 +1785,8 @@ msgid "If loading takes too long, press Abort and choose another repository." msgstr "" #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2160 msgid "Repositories" msgstr "Schránky" @@ -1794,145 +1794,145 @@ msgstr "Schránky" msgid "Done loading" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:911 +#: texmf-dist/scripts/tlshell/tlshell.tcl:913 msgid "A configured repository is unavailable." msgstr "Nakonfigurovaná schránka je nedostupná." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1038 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1043 msgid "Output" msgstr "Výstup" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1039 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1044 msgid "Other" msgstr "Iné" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1065 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1070 #, tcl-format msgid "%s not a repository" msgstr "%s nie je schránka" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1151 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 msgid "No repositories" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1161 msgid "Multiple repositories" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1164 msgid "Not loaded" msgstr "Nenačítané" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1187 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1192 msgid "Actual repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1272 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1277 msgid "Main Repository" msgstr "Hlavná schránka" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1283 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1288 msgid "Current:" msgstr "Aktuálny:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1289 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1294 msgid "New" msgstr "Nový" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1299 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1304 msgid "Any CTAN mirror" msgstr "Ľubovoľné zrkadlo CTAN" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1309 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 msgid "Local directory..." msgstr "Lokálny adresár ..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1319 msgid "tlcontrib additional repository" msgstr "doplnková schránka tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1330 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1335 msgid "tlcontrib repository is included" msgstr "schránka tlcontrib je zaradená" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1336 msgid "Remove tlcontrib repository" msgstr "Odstrániť schránku tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1333 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1338 msgid "tlcontrib repository is not included" msgstr "schránka tlcontrib nie je zaradená" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1334 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 msgid "Add tlcontrib repository" msgstr "Pridať schránku tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1344 msgid "Save and Load" msgstr "Uložiť a Načítať" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1363 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1368 #, tcl-format msgid "Cannot remove own platform %s" msgstr "Nie je možné odznačiť vlastnú platformu %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1427 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 msgid "Apply and close" msgstr "Použiť a zavrieť" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1449 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1454 msgid "platform" msgstr "platforma" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1513 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1518 #, tcl-format msgid "Restore %s to revision %s?" msgstr "Vrátiť %s na vydanie %s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1536 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1541 msgid "No backups configured" msgstr "Žiadne zálohy nie sú nakonfigurované" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1546 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 msgid "No backup directory defined" msgstr "Záložný adresár nie je definovaný" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1556 #, tcl-format msgid "Backup directory %s does not exist" msgstr "Záložný adresár %s neexistuje" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1574 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1579 #, tcl-format msgid "No packages in backup directory %s" msgstr "V záložnom adresári %s nie sú žiadne balíky" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1584 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1589 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 msgid "Restore from backup" msgstr "Obnoviť zo zálohy" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1600 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1605 msgid "Package" msgstr "Balík" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1601 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1606 msgid "Revision" msgstr "Upravené vydanie" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1642 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1647 msgid "Restore all" msgstr "Obnoviť všetko" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1672 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1704 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1744 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1794 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1869 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1677 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1709 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1749 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1799 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1874 msgid "Nothing to do!" msgstr "Nie je čo robiť!" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1759 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1764 #, tcl-format msgid "" "Also installing dependencies\n" @@ -1943,12 +1943,12 @@ msgstr "" "\n" "%s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1766 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1771 #, tcl-format msgid "Already installed: %s" msgstr "Už nainštalované: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1807 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1812 #, tcl-format msgid "" "Also updating dependencies\n" @@ -1959,22 +1959,22 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1822 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1827 #, tcl-format msgid "Updating some dependencies %s anyway. Continue?" msgstr "V každom prípade aktualizovať závislosti %s. Pokračovať?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1834 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1839 #, tcl-format msgid "Skipped because not installed: %s" msgstr "Preskočené, pretože nie je nainštalované: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1837 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1842 #, tcl-format msgid "Skipped because already up to date: %s" msgstr "Preskočené, pretože je už aktualizované: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1873 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1878 #, tcl-format msgid "" "Also remove dependencies\n" @@ -1985,16 +1985,16 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1888 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1893 #, tcl-format msgid "Removing some dependencies %s anyway. Continue?" msgstr "V každom prípade odstrániť závislosti %s. Pokračovať?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1965 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1970 msgid "Info" msgstr "Info" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2055 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2060 msgid "" "GUI interface for TeX Live Manager\n" "Implemented in Tcl/Tk" @@ -2002,171 +2002,171 @@ msgstr "" "Grafické používateľské rozhranie pre TeX Live Manager\n" "realizované v Tcl/Tk" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2087 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2092 #, tcl-format msgid "" "%s is not a local or remote repository.\n" "Please configure a valid repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2090 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2095 msgid "Error" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2134 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2139 msgid "Load repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2136 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2141 msgid "Exit" msgstr "Koniec" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2142 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 msgid "Regenerate filename database" msgstr "Znovu vytvoriť databázu názvov súborov" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2148 msgid "Regenerating filename database..." msgstr "Znovuvytvorenie databázy názvov súborov ..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2144 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2149 msgid "Regenerate formats" msgstr "Znovu vytvoriť formáty" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2145 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 msgid "Rebuilding formats..." msgstr "Znovuvybudovanie formátov ..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2146 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2151 msgid "Regenerate fontmaps" msgstr "Znovu vygenerovať mapy fontov" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2152 msgid "Rebuilding fontmap files..." msgstr "Znovuvybudovanie súborov fontových máp ..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2169 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2174 msgid "GUI language" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2184 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2189 msgid "GUI font scaling" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2188 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2193 msgid "Current" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2217 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2222 msgid "tlmgr help" msgstr "pomocník tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2236 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 msgid "Restart self" msgstr "Vlastný reštart" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2238 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2243 msgid "Restart tlmgr" msgstr "Reštartovať tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2246 msgid "Show logs" msgstr "Ukáž záznamy" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2262 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 msgid "TL Manager up to date?" msgstr "Je TL Manager aktualizovaný?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2272 msgid "Last tlmgr command:" msgstr "Ostatný príkaz tlmgr:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2280 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2285 #, tcl-format msgid "Root at %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2288 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2293 msgid "Package list" msgstr "Zoznam balíkov" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2298 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2303 msgid "Installed" msgstr "Nainštalované" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2310 msgid "Updatable" msgstr "Aktualizovateľné" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2316 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 msgid "Detail >> Global" msgstr "Detailný >> Globálny" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2319 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2324 msgid "Collections and schemes" msgstr "Zbierky a schémy" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2326 msgid "Only schemes" msgstr "Iba schémy" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2329 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2334 msgid "Mark all" msgstr "Označiť všetky" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2336 msgid "Mark none" msgstr "Neoznačiť ani jeden" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2337 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2342 msgid "Install marked" msgstr "Nainštalovať označené" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2341 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2346 msgid "Update marked" msgstr "Aktualizovať označené" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2345 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 msgid "Remove marked" msgstr "Odstrániť označené" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2360 msgid "Update tlmgr" msgstr "Aktualizovať tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2358 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2363 msgid "Update all" msgstr "Aktualizovať všetko" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2365 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 msgid "Search" msgstr "Hľadať" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2368 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2373 msgid "By name" msgstr "Podľa názvu" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2375 msgid "By name and description" msgstr "Podľa názvu a popisu" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2382 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2387 msgid "Name" msgstr "Názov" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2385 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2390 msgid "Description" msgstr "Popis" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Multi-user" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Single-user" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2504 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2509 #, tcl-format msgid "" "%s is not writable. You can probably not do much.\n" diff --git a/systems/texlive/tlnet/tlpkg/translations/sl.po b/systems/texlive/tlnet/tlpkg/translations/sl.po index c56b488fd4..75a547d1f0 100644 --- a/systems/texlive/tlnet/tlpkg/translations/sl.po +++ b/systems/texlive/tlnet/tlpkg/translations/sl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: TeX Live translation\n" "Report-Msgid-Bugs-To: tex-live@tug.org\n" -"POT-Creation-Date: 2020-07-05 01:53+0200\n" +"POT-Creation-Date: 2020-09-29 01:53+0200\n" "PO-Revision-Date: 2019-04-08 23:05+0200\n" "Last-Translator: Mojca Miklavec \n" "Language-Team: TL Translation Team \n" @@ -51,7 +51,7 @@ msgstr "Potek namestitve" #: tlpkg/installer/install-tl-gui.tcl:1078 #: tlpkg/installer/install-tl-gui.tcl:1298 tlpkg/tltcl/tltcl.tcl:674 #: texmf-dist/scripts/tlshell/tlshell.tcl:232 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1342 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1347 msgid "Cancel" msgstr "Prekliči" @@ -113,7 +113,7 @@ msgstr "Namestitev TeX Live %s" #: tlpkg/installer/install-menu-perltk.pl:676 #: texmf-dist/scripts/texlive/tlmgrgui.pl:544 #: tlpkg/installer/install-tl-gui.tcl:1438 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2234 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2239 msgid "Quit" msgstr "Izhod" @@ -370,7 +370,7 @@ msgstr "Ne" #: tlpkg/installer/install-menu-wizard.pl:604 #: texmf-dist/scripts/texlive/tlmgrgui.pl:456 #: tlpkg/installer/install-tl-gui.tcl:1436 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1969 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 msgid "Install" msgstr "Namesti" @@ -394,8 +394,8 @@ msgstr "Samo nove" #: texmf-dist/scripts/texlive/tlmgrgui.pl:145 #: tlpkg/installer/install-tl-gui.tcl:1091 #: tlpkg/installer/install-tl-gui.tcl:1723 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2300 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2317 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2322 msgid "All" msgstr "Vse" @@ -584,8 +584,8 @@ msgstr "TEXMFHOME (uporabnikove datoteke)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:513 #: tlpkg/installer/install-tl-gui.tcl:1646 #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 msgid "Options" msgstr "Možnosti" @@ -623,7 +623,7 @@ msgstr "Po namestitvi nastavi CTAN za vir posodobitev paketov" #: tlpkg/installer/install-menu-perltk.pl:609 #: texmf-dist/scripts/texlive/tlmgrgui.pl:650 #: texmf-dist/scripts/texlive/tlmgrgui.pl:652 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2221 msgid "About" msgstr "O programu" @@ -769,7 +769,7 @@ msgstr "" "Večina gumbov bo onemogočena." #: texmf-dist/scripts/texlive/tlmgrgui.pl:293 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1154 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 msgid "Repository" msgstr "Repozitorij" @@ -807,7 +807,7 @@ msgid "Display configuration" msgstr "Kriteriji za prikaz paketov" #: texmf-dist/scripts/texlive/tlmgrgui.pl:321 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2297 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2302 msgid "Status" msgstr "Status" @@ -893,12 +893,12 @@ msgid "Package name" msgstr "Ime paketa" #: texmf-dist/scripts/texlive/tlmgrgui.pl:417 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2383 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2388 msgid "Local rev. (ver.)" msgstr "Lokalna rev. (ver.)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:418 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2384 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2389 msgid "Remote rev. (ver.)" msgstr "Oddaljena rev. (ver.)" @@ -916,14 +916,14 @@ msgstr "Ponovno namesti vse odstranjene pakete" # 2. zavihek #: texmf-dist/scripts/texlive/tlmgrgui.pl:451 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 msgid "Update" msgstr "Posodobi" # 3. zavihek #: texmf-dist/scripts/texlive/tlmgrgui.pl:460 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2014 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1984 msgid "Remove" msgstr "Odstrani" @@ -933,13 +933,13 @@ msgstr "Naredi varnostno kopijo" # Prej je bilo prevedeno v Naloge #: texmf-dist/scripts/texlive/tlmgrgui.pl:515 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2138 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 msgid "Actions" msgstr "Akcije" #: texmf-dist/scripts/texlive/tlmgrgui.pl:519 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2694 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2214 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2219 msgid "Help" msgstr "Pomoč" @@ -968,7 +968,7 @@ msgstr "Splošno ..." # Je to papir ali format papirja? #: texmf-dist/scripts/texlive/tlmgrgui.pl:552 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2164 msgid "Paper ..." msgstr "Format papirja ..." @@ -1418,9 +1418,9 @@ msgstr "Obnovi vse pakete na najnovejšo različico" #: texmf-dist/scripts/texlive/tlmgrgui.pl:2417 #: tlpkg/installer/install-tl-gui.tcl:442 #: texmf-dist/scripts/tlshell/tlshell.tcl:861 -#: texmf-dist/scripts/tlshell/tlshell.tcl:983 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1644 +#: texmf-dist/scripts/tlshell/tlshell.tcl:988 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1437 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1649 msgid "Close" msgstr "Zapri" @@ -1680,8 +1680,8 @@ msgid "Info pages" msgstr "Pomoč 'info'" #: tlpkg/installer/install-tl-gui.tcl:1379 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2106 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2132 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2111 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2137 msgid "File" msgstr "Datoteka" @@ -1738,8 +1738,8 @@ msgstr "" "in TEXMFHOME" #: tlpkg/installer/install-tl-gui.tcl:1574 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1419 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2211 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1424 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 msgid "Platforms" msgstr "Platforme" @@ -1832,7 +1832,7 @@ msgstr "V teku" #: texmf-dist/scripts/tlshell/tlshell.tcl:379 #: texmf-dist/scripts/tlshell/tlshell.tcl:540 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2436 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2441 #, fuzzy msgid "Idle" msgstr "Brez dela" @@ -1846,7 +1846,7 @@ msgid "Up to date" msgstr "Posodobljeno" #: texmf-dist/scripts/tlshell/tlshell.tcl:650 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2264 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2269 #, fuzzy msgid "Unknown" msgstr "Neznano" @@ -1860,8 +1860,8 @@ msgid "If loading takes too long, press Abort and choose another repository." msgstr "" #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2160 msgid "Repositories" msgstr "Repozitoriji" @@ -1869,152 +1869,152 @@ msgstr "Repozitoriji" msgid "Done loading" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:911 +#: texmf-dist/scripts/tlshell/tlshell.tcl:913 msgid "A configured repository is unavailable." msgstr "Izbrani repozitorij ni na voljo." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1038 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1043 #, fuzzy msgid "Output" msgstr "Izhod" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1039 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1044 msgid "Other" msgstr "Napake" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1065 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1070 #, fuzzy, tcl-format msgid "%s not a repository" msgstr "%s ni (veljaven) repozitorij" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1151 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 msgid "No repositories" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1161 msgid "Multiple repositories" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1164 #, fuzzy msgid "Not loaded" msgstr "Ni naložen" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1187 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1192 msgid "Actual repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1272 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1277 msgid "Main Repository" msgstr "Glavni repozitorij" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1283 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1288 msgid "Current:" msgstr "Trenutni:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1289 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1294 #, fuzzy msgid "New" msgstr "Nov" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1299 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1304 msgid "Any CTAN mirror" msgstr "Katerikoli zrcalni strežnik za CTAN" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1309 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 msgid "Local directory..." msgstr "Naloži direktorij …" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1319 msgid "tlcontrib additional repository" msgstr "dodaten repozitorij" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1330 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1335 #, fuzzy msgid "tlcontrib repository is included" msgstr "dodaten repozitorij je vključen" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1336 msgid "Remove tlcontrib repository" msgstr "Odstrani dodaten repozitorij" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1333 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1338 #, fuzzy msgid "tlcontrib repository is not included" msgstr "dodaten repozitorij ni vključen" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1334 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 msgid "Add tlcontrib repository" msgstr "Dodaj dodaten repozitorij" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1344 msgid "Save and Load" msgstr "Shrani in naloži" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1363 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1368 #, tcl-format msgid "Cannot remove own platform %s" msgstr "Ni mogoče odstraniti lastne platforme %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1427 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 #, fuzzy msgid "Apply and close" msgstr "Uporabi in zapri" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1449 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1454 msgid "platform" msgstr "platforma" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1513 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1518 #, tcl-format msgid "Restore %s to revision %s?" msgstr "Naj obnovim paket %s na revizijo %s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1536 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1541 msgid "No backups configured" msgstr "Varnestno kopiranje ni nastavljeno" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1546 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 msgid "No backup directory defined" msgstr "Mapa za varnostne kopije ni določena" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1556 #, tcl-format msgid "Backup directory %s does not exist" msgstr "Mapa z varnostnimi kopijami %s ne obstaja" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1574 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1579 #, tcl-format msgid "No packages in backup directory %s" msgstr "V mapi za varnostne kopije (%s) ni nobenega paketa" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1584 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1589 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 msgid "Restore from backup" msgstr "Obnovi iz varnostnih kopij" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1600 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1605 msgid "Package" msgstr "Paket" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1601 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1606 msgid "Revision" msgstr "Revizija" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1642 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1647 msgid "Restore all" msgstr "Obnovi vse" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1672 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1704 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1744 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1794 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1869 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1677 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1709 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1749 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1799 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1874 #, fuzzy msgid "Nothing to do!" msgstr "Pripravljen" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1759 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1764 #, tcl-format msgid "" "Also installing dependencies\n" @@ -2025,12 +2025,12 @@ msgstr "" "\n" "%s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1766 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1771 #, tcl-format msgid "Already installed: %s" msgstr "Že nameščen: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1807 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1812 #, tcl-format msgid "" "Also updating dependencies\n" @@ -2041,22 +2041,22 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1822 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1827 #, tcl-format msgid "Updating some dependencies %s anyway. Continue?" msgstr "Posodobljeni bodo nujno potrebni paketi %s. Nadaljujem?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1834 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1839 #, tcl-format msgid "Skipped because not installed: %s" msgstr "Preskočeno, paket ni nameščen: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1837 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1842 #, tcl-format msgid "Skipped because already up to date: %s" msgstr "Preskočeno, nameščena je zadnja verzija: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1873 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1878 #, fuzzy, tcl-format msgid "" "Also remove dependencies\n" @@ -2067,16 +2067,16 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1888 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1893 #, fuzzy, tcl-format msgid "Removing some dependencies %s anyway. Continue?" msgstr "Nekateri odvisni paketi (%s) bodo vseeno odstranjeni. Nadaljujem?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1965 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1970 msgid "Info" msgstr "Info" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2055 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2060 msgid "" "GUI interface for TeX Live Manager\n" "Implemented in Tcl/Tk" @@ -2084,174 +2084,174 @@ msgstr "" "Grafični vmesnik za TeX Live Manager\n" "Spisan v jeziku Tcl/Tk" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2087 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2092 #, tcl-format msgid "" "%s is not a local or remote repository.\n" "Please configure a valid repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2090 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2095 msgid "Error" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2134 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2139 msgid "Load repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2136 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2141 msgid "Exit" msgstr "Izhod" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2142 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 msgid "Regenerate filename database" msgstr "Posodobi bazo imen datotek" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2148 msgid "Regenerating filename database..." msgstr "Posodabljam bazo imen datotek …" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2144 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2149 msgid "Regenerate formats" msgstr "Posodobi formate" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2145 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 msgid "Rebuilding formats..." msgstr "Posodabljam formate …" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2146 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2151 msgid "Regenerate fontmaps" msgstr "Posodobi mapiranje pisav" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2152 msgid "Rebuilding fontmap files..." msgstr "Posodabljam mapiranje pisav …" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2169 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2174 msgid "GUI language" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2184 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2189 msgid "GUI font scaling" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2188 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2193 msgid "Current" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2217 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2222 msgid "tlmgr help" msgstr "tlmgr pomoč" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2236 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 msgid "Restart self" msgstr "Ponovno zaženi" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2238 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2243 msgid "Restart tlmgr" msgstr "Ponovno zaženi tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2246 msgid "Show logs" msgstr "Prikaži dnevnik (log)" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2262 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 msgid "TL Manager up to date?" msgstr "Je TL Manager posodobljen?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2272 msgid "Last tlmgr command:" msgstr "Zadnji klic tlmgr-ja:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2280 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2285 #, fuzzy, tcl-format msgid "Root at %s" msgstr "Korenski imenik v %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2288 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2293 msgid "Package list" msgstr "Seznam paketov" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2298 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2303 msgid "Installed" msgstr "Nameščene" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2310 #, fuzzy msgid "Updatable" msgstr "Na voljo posodobitev" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2316 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 #, fuzzy msgid "Detail >> Global" msgstr "Zelo podrobno >> manj podrobno" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2319 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2324 msgid "Collections and schemes" msgstr "Zbirke in sheme" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2326 msgid "Only schemes" msgstr "Samo sheme" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2329 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2334 msgid "Mark all" msgstr "Izberi vse" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2336 #, fuzzy msgid "Mark none" msgstr "Odznači vse" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2337 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2342 msgid "Install marked" msgstr "Namesti izbrane" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2341 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2346 msgid "Update marked" msgstr "Posodobi izbrane" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2345 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 msgid "Remove marked" msgstr "Odstrani izbrane" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2360 msgid "Update tlmgr" msgstr "Posodobil tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2358 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2363 msgid "Update all" msgstr "Posodobi vse" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2365 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 msgid "Search" msgstr "Išči" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2368 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2373 msgid "By name" msgstr "Po imenu" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2375 msgid "By name and description" msgstr "Po imenu in opisu" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2382 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2387 msgid "Name" msgstr "Ime" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2385 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2390 msgid "Description" msgstr "Opis" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Multi-user" msgstr "Za več uporabnikov" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Single-user" msgstr "Za enega uporabnika" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2504 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2509 #, fuzzy, tcl-format msgid "" "%s is not writable. You can probably not do much.\n" diff --git a/systems/texlive/tlnet/tlpkg/translations/sr.po b/systems/texlive/tlnet/tlpkg/translations/sr.po index 4525f28849..d2368f2efb 100644 --- a/systems/texlive/tlnet/tlpkg/translations/sr.po +++ b/systems/texlive/tlnet/tlpkg/translations/sr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: TeX Live translation\n" "Report-Msgid-Bugs-To: tex-live@tug.org\n" -"POT-Creation-Date: 2020-07-05 01:53+0200\n" +"POT-Creation-Date: 2020-09-29 01:53+0200\n" "PO-Revision-Date: 2019-10-23 02:13+0300\n" "Last-Translator: Nikola Lečić \n" "Language-Team: TL Translation Team \n" @@ -53,7 +53,7 @@ msgstr "Процес инсталације" #: tlpkg/installer/install-tl-gui.tcl:1078 #: tlpkg/installer/install-tl-gui.tcl:1298 tlpkg/tltcl/tltcl.tcl:674 #: texmf-dist/scripts/tlshell/tlshell.tcl:232 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1342 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1347 msgid "Cancel" msgstr "Прекини" @@ -112,7 +112,7 @@ msgstr "TeX Live %s: инсталација" #: tlpkg/installer/install-menu-perltk.pl:676 #: texmf-dist/scripts/texlive/tlmgrgui.pl:544 #: tlpkg/installer/install-tl-gui.tcl:1438 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2234 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2239 msgid "Quit" msgstr "Напусти програм" @@ -363,7 +363,7 @@ msgstr "не" #: tlpkg/installer/install-menu-wizard.pl:604 #: texmf-dist/scripts/texlive/tlmgrgui.pl:456 #: tlpkg/installer/install-tl-gui.tcl:1436 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1969 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 msgid "Install" msgstr "Инсталирај" @@ -386,8 +386,8 @@ msgstr "само нови" #: texmf-dist/scripts/texlive/tlmgrgui.pl:145 #: tlpkg/installer/install-tl-gui.tcl:1091 #: tlpkg/installer/install-tl-gui.tcl:1723 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2300 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2317 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2322 msgid "All" msgstr "све" @@ -575,8 +575,8 @@ msgstr "TEXMFHOME (директоријум за корисникове фајл #: texmf-dist/scripts/texlive/tlmgrgui.pl:513 #: tlpkg/installer/install-tl-gui.tcl:1646 #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 msgid "Options" msgstr "Подешавања" @@ -614,7 +614,7 @@ msgstr "После инсталације подеси CTAN као извор з #: tlpkg/installer/install-menu-perltk.pl:609 #: texmf-dist/scripts/texlive/tlmgrgui.pl:650 #: texmf-dist/scripts/texlive/tlmgrgui.pl:652 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2221 msgid "About" msgstr "О програму" @@ -762,7 +762,7 @@ msgstr "" "Већина дугмића биће неупотребљива." #: texmf-dist/scripts/texlive/tlmgrgui.pl:293 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1154 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 msgid "Repository" msgstr "Репозиторијум" @@ -797,7 +797,7 @@ msgid "Display configuration" msgstr "Параметри приказа" #: texmf-dist/scripts/texlive/tlmgrgui.pl:321 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2297 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2302 msgid "Status" msgstr "Статус" @@ -875,12 +875,12 @@ msgid "Package name" msgstr "Назив пакета" #: texmf-dist/scripts/texlive/tlmgrgui.pl:417 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2383 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2388 msgid "Local rev. (ver.)" msgstr "Локална рев. (вер.)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:418 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2384 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2389 msgid "Remote rev. (ver.)" msgstr "Удаљена рев. (вер.)" @@ -897,13 +897,13 @@ msgid "Reinstall previously removed packages" msgstr "Поново инсталирај раније уклоњене пакете" #: texmf-dist/scripts/texlive/tlmgrgui.pl:451 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 msgid "Update" msgstr "Надогради" #: texmf-dist/scripts/texlive/tlmgrgui.pl:460 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2014 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1984 msgid "Remove" msgstr "Уклони" @@ -912,13 +912,13 @@ msgid "Backup" msgstr "Бекап" #: texmf-dist/scripts/texlive/tlmgrgui.pl:515 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2138 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 msgid "Actions" msgstr "Акције" #: texmf-dist/scripts/texlive/tlmgrgui.pl:519 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2694 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2214 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2219 msgid "Help" msgstr "Помоћ" @@ -943,7 +943,7 @@ msgid "General ..." msgstr "Општи параметри ..." #: texmf-dist/scripts/texlive/tlmgrgui.pl:552 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2164 msgid "Paper ..." msgstr "Папир ..." @@ -1366,9 +1366,9 @@ msgstr "Вратити све пакете на последњу верзију" #: texmf-dist/scripts/texlive/tlmgrgui.pl:2417 #: tlpkg/installer/install-tl-gui.tcl:442 #: texmf-dist/scripts/tlshell/tlshell.tcl:861 -#: texmf-dist/scripts/tlshell/tlshell.tcl:983 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1644 +#: texmf-dist/scripts/tlshell/tlshell.tcl:988 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1437 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1649 msgid "Close" msgstr "Затвори" @@ -1625,8 +1625,8 @@ msgid "Info pages" msgstr "Info странице" #: tlpkg/installer/install-tl-gui.tcl:1379 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2106 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2132 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2111 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2137 msgid "File" msgstr "Фајл" @@ -1682,8 +1682,8 @@ msgstr "" "TEXMFLOCAL и TEXMFHOME)" #: tlpkg/installer/install-tl-gui.tcl:1574 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1419 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2211 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1424 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 msgid "Platforms" msgstr "Платформе" @@ -1770,7 +1770,7 @@ msgstr "Извршавање" #: texmf-dist/scripts/tlshell/tlshell.tcl:379 #: texmf-dist/scripts/tlshell/tlshell.tcl:540 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2436 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2441 msgid "Idle" msgstr "Слободан" @@ -1783,7 +1783,7 @@ msgid "Up to date" msgstr "Свеж" #: texmf-dist/scripts/tlshell/tlshell.tcl:650 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2264 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2269 msgid "Unknown" msgstr "Непознато" @@ -1798,8 +1798,8 @@ msgstr "" "репозиторијум." #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2160 msgid "Repositories" msgstr "Репозиторијуми" @@ -1807,145 +1807,145 @@ msgstr "Репозиторијуми" msgid "Done loading" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:911 +#: texmf-dist/scripts/tlshell/tlshell.tcl:913 msgid "A configured repository is unavailable." msgstr "Изабрани репозиторијум није доступан." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1038 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1043 msgid "Output" msgstr "Излаз" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1039 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1044 msgid "Other" msgstr "Остало" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1065 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1070 #, tcl-format msgid "%s not a repository" msgstr "%s није репозиторијум" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1151 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 msgid "No repositories" msgstr "Нема репозиторијума" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1161 msgid "Multiple repositories" msgstr "Више репозиторијума" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1164 msgid "Not loaded" msgstr "Није учитано" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1187 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1192 msgid "Actual repository" msgstr "Тренутни репозиторијум" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1272 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1277 msgid "Main Repository" msgstr "Главни репозиторијум" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1283 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1288 msgid "Current:" msgstr "Тренутни:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1289 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1294 msgid "New" msgstr "Нови" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1299 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1304 msgid "Any CTAN mirror" msgstr "Било који CTAN mirror" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1309 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 msgid "Local directory..." msgstr "Локални директоријум..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1319 msgid "tlcontrib additional repository" msgstr "Додатни репозиторијум tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1330 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1335 msgid "tlcontrib repository is included" msgstr "Укључен је и репозиторијум tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1336 msgid "Remove tlcontrib repository" msgstr "Удаљити репозиторијум tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1333 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1338 msgid "tlcontrib repository is not included" msgstr "Репозиторијум tlcontrib није укључен" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1334 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 msgid "Add tlcontrib repository" msgstr "Додати репозиторијум tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1344 msgid "Save and Load" msgstr "Снимити или учитати" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1363 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1368 #, tcl-format msgid "Cannot remove own platform %s" msgstr "Није могуће удаљити сопствену платформу %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1427 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 msgid "Apply and close" msgstr "Применити и затворити" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1449 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1454 msgid "platform" msgstr "платформа" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1513 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1518 #, tcl-format msgid "Restore %s to revision %s?" msgstr "Вратити %s на верзију %s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1536 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1541 msgid "No backups configured" msgstr "Резервно копирање није подешено" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1546 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 msgid "No backup directory defined" msgstr "Није подешен директоријум за резервне копије " -#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1556 #, tcl-format msgid "Backup directory %s does not exist" msgstr "Директоријум за резервне копије %s не постоји" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1574 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1579 #, tcl-format msgid "No packages in backup directory %s" msgstr "У директоријуму за резервне копије %s нема пакета" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1584 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1589 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 msgid "Restore from backup" msgstr "Повратити из резервне копије" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1600 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1605 msgid "Package" msgstr "Пакет" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1601 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1606 msgid "Revision" msgstr "Верзија" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1642 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1647 msgid "Restore all" msgstr "Повратити све" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1672 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1704 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1744 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1794 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1869 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1677 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1709 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1749 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1799 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1874 msgid "Nothing to do!" msgstr "Нема ништа да се ради!" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1759 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1764 #, tcl-format msgid "" "Also installing dependencies\n" @@ -1956,12 +1956,12 @@ msgstr "" "\n" "%s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1766 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1771 #, tcl-format msgid "Already installed: %s" msgstr "Већ инсталирано: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1807 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1812 #, tcl-format msgid "" "Also updating dependencies\n" @@ -1972,22 +1972,22 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1822 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1827 #, tcl-format msgid "Updating some dependencies %s anyway. Continue?" msgstr "У сваком случају неки повезани пакети %s биће надограђени. Наставити?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1834 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1839 #, tcl-format msgid "Skipped because not installed: %s" msgstr "Прескочено зато што није инсталирано: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1837 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1842 #, tcl-format msgid "Skipped because already up to date: %s" msgstr "Прескочено зато што је свеже: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1873 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1878 #, tcl-format msgid "" "Also remove dependencies\n" @@ -1998,16 +1998,16 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1888 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1893 #, tcl-format msgid "Removing some dependencies %s anyway. Continue?" msgstr "У сваком случају неки повезани пакети %s биће обрисани. Продужити?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1965 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1970 msgid "Info" msgstr "Информације" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2055 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2060 msgid "" "GUI interface for TeX Live Manager\n" "Implemented in Tcl/Tk" @@ -2015,7 +2015,7 @@ msgstr "" "Графички интерфејс за TeX Live Manager\n" "Написан у Tcl/Tk" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2087 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2092 #, tcl-format msgid "" "%s is not a local or remote repository.\n" @@ -2024,164 +2024,164 @@ msgstr "" "%s није ни локални ни удаљено репозиторијум.\n" "Правилно задајте репозиторјум" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2090 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2095 msgid "Error" msgstr "Грешка" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2134 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2139 msgid "Load repository" msgstr "Учитати репозиторијум" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2136 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2141 msgid "Exit" msgstr "Изаћи" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2142 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 msgid "Regenerate filename database" msgstr "Освежити базу података са именима" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2148 msgid "Regenerating filename database..." msgstr "Освежавање базе података са именима" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2144 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2149 msgid "Regenerate formats" msgstr "Освежити формате" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2145 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 msgid "Rebuilding formats..." msgstr "Освежавање формата" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2146 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2151 msgid "Regenerate fontmaps" msgstr "Освежити fontmaps" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2152 msgid "Rebuilding fontmap files..." msgstr "Поновно саздавање fontmap фајлова" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2169 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2174 msgid "GUI language" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2184 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2189 msgid "GUI font scaling" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2188 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2193 msgid "Current" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2217 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2222 msgid "tlmgr help" msgstr "Упутство за tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2236 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 msgid "Restart self" msgstr "Поновно покретање" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2238 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2243 msgid "Restart tlmgr" msgstr "Поновно покретање tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2246 msgid "Show logs" msgstr "Показати logs" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2262 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 msgid "TL Manager up to date?" msgstr "TL Manager свеж?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2272 msgid "Last tlmgr command:" msgstr "Последња команда из tlmgr:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2280 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2285 #, tcl-format msgid "Root at %s" msgstr "Корен у %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2288 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2293 msgid "Package list" msgstr "Списак пакета" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2298 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2303 msgid "Installed" msgstr "Инсталирани" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2310 msgid "Updatable" msgstr "Постоји надоградња" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2316 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 msgid "Detail >> Global" msgstr "Детаљи >> Глобално" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2319 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2324 msgid "Collections and schemes" msgstr "Колекције и шеме" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2326 msgid "Only schemes" msgstr "Само шеме" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2329 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2334 msgid "Mark all" msgstr "Означи све" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2336 msgid "Mark none" msgstr "Не означи ништа" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2337 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2342 msgid "Install marked" msgstr "Инсталирај означене" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2341 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2346 msgid "Update marked" msgstr "Надогради означене" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2345 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 msgid "Remove marked" msgstr "Обриши означене" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2360 msgid "Update tlmgr" msgstr "Надогради tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2358 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2363 msgid "Update all" msgstr "Надогради све" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2365 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 msgid "Search" msgstr "Тражи" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2368 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2373 msgid "By name" msgstr "По имену" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2375 msgid "By name and description" msgstr "По имену и опису" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2382 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2387 msgid "Name" msgstr "Име" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2385 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2390 msgid "Description" msgstr "Опис" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Multi-user" msgstr "Више корисника" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Single-user" msgstr "Један корисник" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2504 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2509 #, tcl-format msgid "" "%s is not writable. You can probably not do much.\n" diff --git a/systems/texlive/tlnet/tlpkg/translations/uk.po b/systems/texlive/tlnet/tlpkg/translations/uk.po index 394f6f6218..fccd15611b 100644 --- a/systems/texlive/tlnet/tlpkg/translations/uk.po +++ b/systems/texlive/tlnet/tlpkg/translations/uk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: TeX Live 2010\n" "Report-Msgid-Bugs-To: tex-live@tug.org\n" -"POT-Creation-Date: 2020-07-05 01:53+0200\n" +"POT-Creation-Date: 2020-09-29 01:53+0200\n" "PO-Revision-Date: 2019-03-23 09:02+0200\n" "Last-Translator: Andriy Bandura \n" "Language-Team: Ukrainian \n" @@ -53,7 +53,7 @@ msgstr "Процес установки" #: tlpkg/installer/install-tl-gui.tcl:1078 #: tlpkg/installer/install-tl-gui.tcl:1298 tlpkg/tltcl/tltcl.tcl:674 #: texmf-dist/scripts/tlshell/tlshell.tcl:232 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1342 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1347 msgid "Cancel" msgstr "Скасувати" @@ -112,7 +112,7 @@ msgstr "Встановлення TeX Live %s" #: tlpkg/installer/install-menu-perltk.pl:676 #: texmf-dist/scripts/texlive/tlmgrgui.pl:544 #: tlpkg/installer/install-tl-gui.tcl:1438 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2234 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2239 msgid "Quit" msgstr "Вийти" @@ -363,7 +363,7 @@ msgstr "Ні" #: tlpkg/installer/install-menu-wizard.pl:604 #: texmf-dist/scripts/texlive/tlmgrgui.pl:456 #: tlpkg/installer/install-tl-gui.tcl:1436 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1969 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 msgid "Install" msgstr "Встановити" @@ -386,8 +386,8 @@ msgstr "Тільки нові" #: texmf-dist/scripts/texlive/tlmgrgui.pl:145 #: tlpkg/installer/install-tl-gui.tcl:1091 #: tlpkg/installer/install-tl-gui.tcl:1723 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2300 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2317 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2322 msgid "All" msgstr "Усі" @@ -575,8 +575,8 @@ msgstr "TEXMFHOME (каталог для власних файлів корис #: texmf-dist/scripts/texlive/tlmgrgui.pl:513 #: tlpkg/installer/install-tl-gui.tcl:1646 #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 msgid "Options" msgstr "Параметри" @@ -614,7 +614,7 @@ msgstr "Після встановлення задати CTAN як джерел #: tlpkg/installer/install-menu-perltk.pl:609 #: texmf-dist/scripts/texlive/tlmgrgui.pl:650 #: texmf-dist/scripts/texlive/tlmgrgui.pl:652 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2221 msgid "About" msgstr "Про" @@ -758,7 +758,7 @@ msgstr "" "Більшість кнопок будуть вимкнені." #: texmf-dist/scripts/texlive/tlmgrgui.pl:293 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1154 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 msgid "Repository" msgstr "Сховище" @@ -793,7 +793,7 @@ msgid "Display configuration" msgstr "Налаштування відображення" #: texmf-dist/scripts/texlive/tlmgrgui.pl:321 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2297 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2302 msgid "Status" msgstr "Статус" @@ -871,12 +871,12 @@ msgid "Package name" msgstr "Назва пакунку" #: texmf-dist/scripts/texlive/tlmgrgui.pl:417 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2383 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2388 msgid "Local rev. (ver.)" msgstr "Локальна рев. (вер.)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:418 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2384 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2389 msgid "Remote rev. (ver.)" msgstr "Мережне рев. (вер.)" @@ -893,13 +893,13 @@ msgid "Reinstall previously removed packages" msgstr "Знову встановити раніше вилучені пакунки" #: texmf-dist/scripts/texlive/tlmgrgui.pl:451 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 msgid "Update" msgstr "Оновити" #: texmf-dist/scripts/texlive/tlmgrgui.pl:460 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2014 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1984 msgid "Remove" msgstr "Вилучити" @@ -908,13 +908,13 @@ msgid "Backup" msgstr "Резервувати" #: texmf-dist/scripts/texlive/tlmgrgui.pl:515 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2138 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 msgid "Actions" msgstr "Дії" #: texmf-dist/scripts/texlive/tlmgrgui.pl:519 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2694 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2214 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2219 msgid "Help" msgstr "Довідка" @@ -939,7 +939,7 @@ msgid "General ..." msgstr "Загальні…" #: texmf-dist/scripts/texlive/tlmgrgui.pl:552 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2164 msgid "Paper ..." msgstr "Папір…" @@ -1361,9 +1361,9 @@ msgstr "Відновити усі пакунки до останньої вер #: texmf-dist/scripts/texlive/tlmgrgui.pl:2417 #: tlpkg/installer/install-tl-gui.tcl:442 #: texmf-dist/scripts/tlshell/tlshell.tcl:861 -#: texmf-dist/scripts/tlshell/tlshell.tcl:983 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1644 +#: texmf-dist/scripts/tlshell/tlshell.tcl:988 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1437 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1649 msgid "Close" msgstr "Закрити" @@ -1611,8 +1611,8 @@ msgid "Info pages" msgstr "Сторінки info" #: tlpkg/installer/install-tl-gui.tcl:1379 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2106 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2132 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2111 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2137 msgid "File" msgstr "Файл" @@ -1668,8 +1668,8 @@ msgstr "" "та TEXMFHOME" #: tlpkg/installer/install-tl-gui.tcl:1574 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1419 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2211 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1424 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 msgid "Platforms" msgstr "Платформи" @@ -1756,7 +1756,7 @@ msgstr "Виконується" #: texmf-dist/scripts/tlshell/tlshell.tcl:379 #: texmf-dist/scripts/tlshell/tlshell.tcl:540 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2436 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2441 msgid "Idle" msgstr "Простоює" @@ -1769,7 +1769,7 @@ msgid "Up to date" msgstr "Усе оновлено" #: texmf-dist/scripts/tlshell/tlshell.tcl:650 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2264 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2269 msgid "Unknown" msgstr "Невідомо" @@ -1782,8 +1782,8 @@ msgid "If loading takes too long, press Abort and choose another repository." msgstr "" #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2160 msgid "Repositories" msgstr "Сховища" @@ -1791,145 +1791,145 @@ msgstr "Сховища" msgid "Done loading" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:911 +#: texmf-dist/scripts/tlshell/tlshell.tcl:913 msgid "A configured repository is unavailable." msgstr "Налаштоване сховище недоступне." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1038 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1043 msgid "Output" msgstr "Виведення" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1039 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1044 msgid "Other" msgstr "Інше" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1065 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1070 #, tcl-format msgid "%s not a repository" msgstr "%s не сховище" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1151 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 msgid "No repositories" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1161 msgid "Multiple repositories" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1164 msgid "Not loaded" msgstr "Не завантажено" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1187 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1192 msgid "Actual repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1272 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1277 msgid "Main Repository" msgstr "Головне сховище" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1283 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1288 msgid "Current:" msgstr "Поточне:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1289 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1294 msgid "New" msgstr "Нове" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1299 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1304 msgid "Any CTAN mirror" msgstr "Будь-як дзеркало CTAN" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1309 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 msgid "Local directory..." msgstr "Локальний каталог..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1319 msgid "tlcontrib additional repository" msgstr "Додаткове сховище tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1330 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1335 msgid "tlcontrib repository is included" msgstr "Включено сховище tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1336 msgid "Remove tlcontrib repository" msgstr "Вилучити сховище tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1333 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1338 msgid "tlcontrib repository is not included" msgstr "Cховище tlcontrib не включено" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1334 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 msgid "Add tlcontrib repository" msgstr "Додати сховище tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1344 msgid "Save and Load" msgstr "Зберегти і завантажити" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1363 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1368 #, tcl-format msgid "Cannot remove own platform %s" msgstr "Не можна вилучити власну платформу %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1427 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 msgid "Apply and close" msgstr "Застосувати та закрити" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1449 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1454 msgid "platform" msgstr "платформа" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1513 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1518 #, tcl-format msgid "Restore %s to revision %s?" msgstr "Відновити %s до версії %s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1536 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1541 msgid "No backups configured" msgstr "Резервні копії не налаштовані" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1546 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 msgid "No backup directory defined" msgstr "Каталог для резервних копій не заданий" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1556 #, tcl-format msgid "Backup directory %s does not exist" msgstr "Каталог %s для резервних копій не існує" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1574 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1579 #, tcl-format msgid "No packages in backup directory %s" msgstr "Немає пакунків у каталозі %s для резервних копій" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1584 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1589 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 msgid "Restore from backup" msgstr "Відновити з резервної копії" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1600 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1605 msgid "Package" msgstr "Пакунок" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1601 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1606 msgid "Revision" msgstr "Версія" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1642 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1647 msgid "Restore all" msgstr "Відновити усе" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1672 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1704 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1744 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1794 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1869 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1677 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1709 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1749 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1799 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1874 msgid "Nothing to do!" msgstr "Дії не потрібні!" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1759 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1764 #, tcl-format msgid "" "Also installing dependencies\n" @@ -1940,12 +1940,12 @@ msgstr "" "\n" "%s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1766 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1771 #, tcl-format msgid "Already installed: %s" msgstr "Вже встановлено: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1807 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1812 #, tcl-format msgid "" "Also updating dependencies\n" @@ -1956,22 +1956,22 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1822 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1827 #, tcl-format msgid "Updating some dependencies %s anyway. Continue?" msgstr "Оновлюються деякі залежності %s попри все. Продовжити?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1834 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1839 #, tcl-format msgid "Skipped because not installed: %s" msgstr "Пропущено, бо не встановлено: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1837 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1842 #, tcl-format msgid "Skipped because already up to date: %s" msgstr "Пропущено, бо вже оновлено: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1873 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1878 #, tcl-format msgid "" "Also remove dependencies\n" @@ -1982,16 +1982,16 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1888 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1893 #, tcl-format msgid "Removing some dependencies %s anyway. Continue?" msgstr "Вилучаються деякі залежності %s попри все. Продовжити?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1965 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1970 msgid "Info" msgstr "Інформація" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2055 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2060 msgid "" "GUI interface for TeX Live Manager\n" "Implemented in Tcl/Tk" @@ -1999,171 +1999,171 @@ msgstr "" "Графічний інтерфейс для менеджера TeX Live\n" "Втілений за допомогою Tcl/Tk" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2087 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2092 #, tcl-format msgid "" "%s is not a local or remote repository.\n" "Please configure a valid repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2090 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2095 msgid "Error" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2134 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2139 msgid "Load repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2136 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2141 msgid "Exit" msgstr "Вихід" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2142 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 msgid "Regenerate filename database" msgstr "Повторно створити базу даних файлів" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2148 msgid "Regenerating filename database..." msgstr "Повторно створюється база даних файлів..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2144 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2149 msgid "Regenerate formats" msgstr "Повторно створити формати" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2145 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 msgid "Rebuilding formats..." msgstr "Перебудова форматів..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2146 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2151 msgid "Regenerate fontmaps" msgstr "Повторно створити мапу шрифтів" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2152 msgid "Rebuilding fontmap files..." msgstr "Перебудова файлів мапи шрифтів..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2169 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2174 msgid "GUI language" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2184 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2189 msgid "GUI font scaling" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2188 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2193 msgid "Current" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2217 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2222 msgid "tlmgr help" msgstr "довідка tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2236 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 msgid "Restart self" msgstr "Перезапустити програму" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2238 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2243 msgid "Restart tlmgr" msgstr "Перезапустити tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2246 msgid "Show logs" msgstr "Показати журнали" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2262 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 msgid "TL Manager up to date?" msgstr "Менеджер TL оновлений?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2272 msgid "Last tlmgr command:" msgstr "Остання команда tlmgr:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2280 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2285 #, tcl-format msgid "Root at %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2288 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2293 msgid "Package list" msgstr "Список пакунків" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2298 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2303 msgid "Installed" msgstr "Встановлено" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2310 msgid "Updatable" msgstr "Наявні оновлення" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2316 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 msgid "Detail >> Global" msgstr "Деталі >> Глобально" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2319 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2324 msgid "Collections and schemes" msgstr "Збірки та схеми" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2326 msgid "Only schemes" msgstr "Тільки схеми" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2329 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2334 msgid "Mark all" msgstr "Позначити все" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2336 msgid "Mark none" msgstr "Зняти позначення" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2337 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2342 msgid "Install marked" msgstr "Встановити позначене" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2341 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2346 msgid "Update marked" msgstr "Оновити позначене" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2345 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 msgid "Remove marked" msgstr "Вилучити позначене" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2360 msgid "Update tlmgr" msgstr "Оновити tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2358 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2363 msgid "Update all" msgstr "Оновити усе" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2365 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 msgid "Search" msgstr "Пошук" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2368 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2373 msgid "By name" msgstr "За назвою" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2375 msgid "By name and description" msgstr "За назвою та описом" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2382 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2387 msgid "Name" msgstr "Назва" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2385 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2390 msgid "Description" msgstr "Опис" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Multi-user" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Single-user" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2504 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2509 #, tcl-format msgid "" "%s is not writable. You can probably not do much.\n" diff --git a/systems/texlive/tlnet/tlpkg/translations/vi.po b/systems/texlive/tlnet/tlpkg/translations/vi.po index 04a674aafd..f39611ab46 100644 --- a/systems/texlive/tlnet/tlpkg/translations/vi.po +++ b/systems/texlive/tlnet/tlpkg/translations/vi.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: TeX Live translation\n" "Report-Msgid-Bugs-To: tex-live@tug.org\n" -"POT-Creation-Date: 2020-07-05 01:53+0200\n" +"POT-Creation-Date: 2020-09-29 01:53+0200\n" "PO-Revision-Date: 2020-03-24 22:04+0100\n" "Last-Translator: Anh K. Huỳnh \n" "Language-Team: TL Translation Team \n" @@ -51,7 +51,7 @@ msgstr "Tiến trình cài đặt" #: tlpkg/installer/install-tl-gui.tcl:1078 #: tlpkg/installer/install-tl-gui.tcl:1298 tlpkg/tltcl/tltcl.tcl:674 #: texmf-dist/scripts/tlshell/tlshell.tcl:232 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1342 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1347 msgid "Cancel" msgstr "Bỏ qua" @@ -110,7 +110,7 @@ msgstr "Cài đặt TeX Live %s" #: tlpkg/installer/install-menu-perltk.pl:676 #: texmf-dist/scripts/texlive/tlmgrgui.pl:544 #: tlpkg/installer/install-tl-gui.tcl:1438 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2234 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2239 msgid "Quit" msgstr "Thoát" @@ -362,7 +362,7 @@ msgstr "Không" #: tlpkg/installer/install-menu-wizard.pl:604 #: texmf-dist/scripts/texlive/tlmgrgui.pl:456 #: tlpkg/installer/install-tl-gui.tcl:1436 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1969 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 msgid "Install" msgstr "Cài đặt" @@ -385,8 +385,8 @@ msgstr "Chỉ cái mới" #: texmf-dist/scripts/texlive/tlmgrgui.pl:145 #: tlpkg/installer/install-tl-gui.tcl:1091 #: tlpkg/installer/install-tl-gui.tcl:1723 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2300 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2317 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2322 msgid "All" msgstr "Tất cả" @@ -573,8 +573,8 @@ msgstr "TEXMFHOME (thư mục người dùng chứa các gói bổ sung)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:513 #: tlpkg/installer/install-tl-gui.tcl:1646 #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 msgid "Options" msgstr "Tùy chọn" @@ -612,7 +612,7 @@ msgstr "Sau khi cài xong, đặt CTAN làm nguồn để cập nhật các gói #: tlpkg/installer/install-menu-perltk.pl:609 #: texmf-dist/scripts/texlive/tlmgrgui.pl:650 #: texmf-dist/scripts/texlive/tlmgrgui.pl:652 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2221 msgid "About" msgstr "Giới thiệu" @@ -756,7 +756,7 @@ msgstr "" "Hầu hết các tùy chọn sẽ bị vô hiệu." #: texmf-dist/scripts/texlive/tlmgrgui.pl:293 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1154 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 msgid "Repository" msgstr "Kho cài đặt" @@ -791,7 +791,7 @@ msgid "Display configuration" msgstr "Cấu hình thể hiện" #: texmf-dist/scripts/texlive/tlmgrgui.pl:321 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2297 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2302 msgid "Status" msgstr "Trạng thái" @@ -869,12 +869,12 @@ msgid "Package name" msgstr "Tên gói" #: texmf-dist/scripts/texlive/tlmgrgui.pl:417 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2383 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2388 msgid "Local rev. (ver.)" msgstr "Phiên bản đang có" #: texmf-dist/scripts/texlive/tlmgrgui.pl:418 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2384 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2389 msgid "Remote rev. (ver.)" msgstr "Phiên bản trên mạng" @@ -891,13 +891,13 @@ msgid "Reinstall previously removed packages" msgstr "Cài lại các gói đã gỡ ra trước đây" #: texmf-dist/scripts/texlive/tlmgrgui.pl:451 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 msgid "Update" msgstr "Cập nhật" #: texmf-dist/scripts/texlive/tlmgrgui.pl:460 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2014 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1984 msgid "Remove" msgstr "Gỡ bỏ" @@ -906,13 +906,13 @@ msgid "Backup" msgstr "Sao lưu" #: texmf-dist/scripts/texlive/tlmgrgui.pl:515 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2138 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 msgid "Actions" msgstr "Hành động" #: texmf-dist/scripts/texlive/tlmgrgui.pl:519 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2694 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2214 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2219 msgid "Help" msgstr "Giúp đỡ" @@ -937,7 +937,7 @@ msgid "General ..." msgstr "Tổng quan ..." #: texmf-dist/scripts/texlive/tlmgrgui.pl:552 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2164 msgid "Paper ..." msgstr "Kiểu giấy ..." @@ -1358,9 +1358,9 @@ msgstr "Ép các gói về phiên bản mới nhất" #: texmf-dist/scripts/texlive/tlmgrgui.pl:2417 #: tlpkg/installer/install-tl-gui.tcl:442 #: texmf-dist/scripts/tlshell/tlshell.tcl:861 -#: texmf-dist/scripts/tlshell/tlshell.tcl:983 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1644 +#: texmf-dist/scripts/tlshell/tlshell.tcl:988 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1437 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1649 msgid "Close" msgstr "Đóng" @@ -1617,8 +1617,8 @@ msgid "Info pages" msgstr "Tài liệu info" #: tlpkg/installer/install-tl-gui.tcl:1379 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2106 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2132 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2111 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2137 msgid "File" msgstr "Tập tin" @@ -1674,8 +1674,8 @@ msgstr "" "và TEXMFHOME" #: tlpkg/installer/install-tl-gui.tcl:1574 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1419 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2211 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1424 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 msgid "Platforms" msgstr "Kiến trúc" @@ -1762,7 +1762,7 @@ msgstr "Đang chạy" #: texmf-dist/scripts/tlshell/tlshell.tcl:379 #: texmf-dist/scripts/tlshell/tlshell.tcl:540 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2436 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2441 msgid "Idle" msgstr "Đang treo" @@ -1775,7 +1775,7 @@ msgid "Up to date" msgstr "Mới nhất" #: texmf-dist/scripts/tlshell/tlshell.tcl:650 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2264 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2269 msgid "Unknown" msgstr "Không biết" @@ -1788,8 +1788,8 @@ msgid "If loading takes too long, press Abort and choose another repository." msgstr "Nếu việc tải quá lâu, hãy chọn bỏ (Abort) và chọn kho khác." #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2160 msgid "Repositories" msgstr "Các kho cài đặt" @@ -1797,145 +1797,145 @@ msgstr "Các kho cài đặt" msgid "Done loading" msgstr "Đã nạp xong" -#: texmf-dist/scripts/tlshell/tlshell.tcl:911 +#: texmf-dist/scripts/tlshell/tlshell.tcl:913 msgid "A configured repository is unavailable." msgstr "Kho cài đặt đã chọn không còn thích hợp." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1038 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1043 msgid "Output" msgstr "Nội dung thu được" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1039 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1044 msgid "Other" msgstr "Khác" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1065 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1070 #, tcl-format msgid "%s not a repository" msgstr "%s không phải là kho cài đặt" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1151 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 msgid "No repositories" msgstr "Không có kho nào" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1161 msgid "Multiple repositories" msgstr "Nhiều kho" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1164 msgid "Not loaded" msgstr "Chưa được nạp" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1187 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1192 msgid "Actual repository" msgstr "Kho thực tế" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1272 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1277 msgid "Main Repository" msgstr "Kho cài đặt chính" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1283 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1288 msgid "Current:" msgstr "Hiện tại:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1289 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1294 msgid "New" msgstr "Mới" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1299 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1304 msgid "Any CTAN mirror" msgstr "Bất kỳ kho CTAN nào" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1309 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 msgid "Local directory..." msgstr "Thư mục trên máy..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1319 msgid "tlcontrib additional repository" msgstr "kho cài đặt bổ sung tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1330 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1335 msgid "tlcontrib repository is included" msgstr "bao gồm cài đặt tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1336 msgid "Remove tlcontrib repository" msgstr "Bỏ kho cài đặt tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1333 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1338 msgid "tlcontrib repository is not included" msgstr "không gồm kho cài đặt tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1334 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 msgid "Add tlcontrib repository" msgstr "Thêm kho cài đặt tlcontrib" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1344 msgid "Save and Load" msgstr "Lưu và nạp" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1363 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1368 #, tcl-format msgid "Cannot remove own platform %s" msgstr "Không thể bỏ chọn kiến trúc %s của máy đang chạy" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1427 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 msgid "Apply and close" msgstr "Áp dụng và kết thúc" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1449 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1454 msgid "platform" msgstr "kiến trúc" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1513 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1518 #, tcl-format msgid "Restore %s to revision %s?" msgstr "Khôi phục %s về phiên bản %s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1536 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1541 msgid "No backups configured" msgstr "Không có cấu hình sao lưu" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1546 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 msgid "No backup directory defined" msgstr "Không có cấu hình thư mục để sao lưu" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1556 #, tcl-format msgid "Backup directory %s does not exist" msgstr "Thư mục %s để sao lưu không tồn tại trên máy" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1574 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1579 #, tcl-format msgid "No packages in backup directory %s" msgstr "Không có gói nào trong thư mục sao lưu %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1584 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1589 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 msgid "Restore from backup" msgstr "Khôi phục từ bộ sao lưu" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1600 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1605 msgid "Package" msgstr "Gói" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1601 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1606 msgid "Revision" msgstr "Phiên bản" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1642 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1647 msgid "Restore all" msgstr "Khôi phục tất cả" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1672 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1704 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1744 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1794 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1869 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1677 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1709 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1749 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1799 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1874 msgid "Nothing to do!" msgstr "Chẳng phải làm gì!" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1759 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1764 #, tcl-format msgid "" "Also installing dependencies\n" @@ -1946,12 +1946,12 @@ msgstr "" "\n" "%s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1766 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1771 #, tcl-format msgid "Already installed: %s" msgstr "Gói đã được cài đặt: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1807 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1812 #, tcl-format msgid "" "Also updating dependencies\n" @@ -1962,22 +1962,22 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1822 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1827 #, tcl-format msgid "Updating some dependencies %s anyway. Continue?" msgstr "Một số gói phụ thuộc vẫn phải được cập nhật: %s. Tiếp tục?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1834 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1839 #, tcl-format msgid "Skipped because not installed: %s" msgstr "Bỏ qua vì không được cài đặt: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1837 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1842 #, tcl-format msgid "Skipped because already up to date: %s" msgstr "Bỏ qua vì gói đã ở phiên bản mới nhất: %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1873 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1878 #, tcl-format msgid "" "Also remove dependencies\n" @@ -1988,22 +1988,22 @@ msgstr "" "\n" "%s?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1888 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1893 #, tcl-format msgid "Removing some dependencies %s anyway. Continue?" msgstr "Gói phụ thuộc bị ép phải gỡ bỏ: %s. Tiếp tục?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1965 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1970 msgid "Info" msgstr "Thông tin" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2055 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2060 msgid "" "GUI interface for TeX Live Manager\n" "Implemented in Tcl/Tk" msgstr "Giao diện đồ họa viết bằng Tcl/Tk cho chương trình quản lý TeX Live" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2087 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2092 #, tcl-format msgid "" "%s is not a local or remote repository.\n" @@ -2012,164 +2012,164 @@ msgstr "" "%s không phải kho dưới máy hay trên mạng.\n" "Vui lòng chọn kho phù hợp" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2090 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2095 msgid "Error" msgstr "Lỗi" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2134 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2139 msgid "Load repository" msgstr "Nạp kho" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2136 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2141 msgid "Exit" msgstr "Thoát" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2142 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 msgid "Regenerate filename database" msgstr "Phát sinh lại dữ liệu tập tin" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2148 msgid "Regenerating filename database..." msgstr "Đang phát sinh lại dữ liệu tập tin..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2144 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2149 msgid "Regenerate formats" msgstr "Phát sinh các định dạng" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2145 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 msgid "Rebuilding formats..." msgstr "Đang phát sinh lại các định dạng..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2146 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2151 msgid "Regenerate fontmaps" msgstr "Phát sinh lại ánh xạ font" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2152 msgid "Rebuilding fontmap files..." msgstr "Đang phát sinh lại các ánh xạ font..." -#: texmf-dist/scripts/tlshell/tlshell.tcl:2169 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2174 msgid "GUI language" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2184 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2189 msgid "GUI font scaling" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2188 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2193 msgid "Current" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2217 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2222 msgid "tlmgr help" msgstr "trang giúp đỡ tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2236 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 msgid "Restart self" msgstr "Tự khởi động lại" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2238 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2243 msgid "Restart tlmgr" msgstr "Khởi động lại tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2246 msgid "Show logs" msgstr "Hiển thị nội dung xuất ra từ chương trình" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2262 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 msgid "TL Manager up to date?" msgstr "Liệu chương trình quản lý TeX Live đã mới nhất?" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2272 msgid "Last tlmgr command:" msgstr "Lệnh tlmgr cuối cùng:" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2280 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2285 #, tcl-format msgid "Root at %s" msgstr "Gốc ở %s" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2288 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2293 msgid "Package list" msgstr "Danh sách gói" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2298 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2303 msgid "Installed" msgstr "Đã cài đặt" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2310 msgid "Updatable" msgstr "Có thể cập nhật" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2316 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 msgid "Detail >> Global" msgstr "Chi tiết >> Toàn cục" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2319 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2324 msgid "Collections and schemes" msgstr "Nhóm và kiểu cài đặt" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2326 msgid "Only schemes" msgstr "Chỉ các kiểu mẫu" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2329 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2334 msgid "Mark all" msgstr "Đánh dấu tất cả" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2336 msgid "Mark none" msgstr "Bỏ chọn tất cả" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2337 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2342 msgid "Install marked" msgstr "Cài đặt phần đã chọn" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2341 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2346 msgid "Update marked" msgstr "Cập nhật phần đã chọn" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2345 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 msgid "Remove marked" msgstr "Gỡ bỏ phần đã chọn" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2360 msgid "Update tlmgr" msgstr "Cập nhật tlmgr" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2358 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2363 msgid "Update all" msgstr "Cập nhật tất cả" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2365 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 msgid "Search" msgstr "Tìm kiếm" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2368 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2373 msgid "By name" msgstr "Theo tên" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2375 msgid "By name and description" msgstr "Theo tên và mô tả" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2382 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2387 msgid "Name" msgstr "Tên" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2385 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2390 msgid "Description" msgstr "Mô tả" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Multi-user" msgstr "Nhiều người dùng" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Single-user" msgstr "Một người dùng" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2504 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2509 #, tcl-format msgid "" "%s is not writable. You can probably not do much.\n" diff --git a/systems/texlive/tlnet/tlpkg/translations/zh_CN.po b/systems/texlive/tlnet/tlpkg/translations/zh_CN.po index 078aca4f11..d54cd90f10 100644 --- a/systems/texlive/tlnet/tlpkg/translations/zh_CN.po +++ b/systems/texlive/tlnet/tlpkg/translations/zh_CN.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: TeX Live translation\n" "Report-Msgid-Bugs-To: tex-live@tug.org\n" -"POT-Creation-Date: 2020-07-05 01:53+0200\n" +"POT-Creation-Date: 2020-09-29 01:53+0200\n" "PO-Revision-Date: 2009-09-22 12:54+0800\n" "Last-Translator: Jiang Jiang \n" "Language-Team: TL Translation Team \n" @@ -47,7 +47,7 @@ msgstr "安装过程" #: tlpkg/installer/install-tl-gui.tcl:1078 #: tlpkg/installer/install-tl-gui.tcl:1298 tlpkg/tltcl/tltcl.tcl:674 #: texmf-dist/scripts/tlshell/tlshell.tcl:232 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1342 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1347 msgid "Cancel" msgstr "取消" @@ -107,7 +107,7 @@ msgstr "TeX Live %s 安装" #: tlpkg/installer/install-menu-perltk.pl:676 #: texmf-dist/scripts/texlive/tlmgrgui.pl:544 #: tlpkg/installer/install-tl-gui.tcl:1438 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2234 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2239 msgid "Quit" msgstr "退出" @@ -346,7 +346,7 @@ msgstr "否" #: tlpkg/installer/install-menu-wizard.pl:604 #: texmf-dist/scripts/texlive/tlmgrgui.pl:456 #: tlpkg/installer/install-tl-gui.tcl:1436 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1969 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 msgid "Install" msgstr "安装" @@ -369,8 +369,8 @@ msgstr "只有新的" #: texmf-dist/scripts/texlive/tlmgrgui.pl:145 #: tlpkg/installer/install-tl-gui.tcl:1091 #: tlpkg/installer/install-tl-gui.tcl:1723 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2300 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2317 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2322 msgid "All" msgstr "全部的" @@ -553,8 +553,8 @@ msgstr "TEXMFHOME (用户专有文件的目录)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:513 #: tlpkg/installer/install-tl-gui.tcl:1646 #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 msgid "Options" msgstr "选项" @@ -592,7 +592,7 @@ msgstr "" #: tlpkg/installer/install-menu-perltk.pl:609 #: texmf-dist/scripts/texlive/tlmgrgui.pl:650 #: texmf-dist/scripts/texlive/tlmgrgui.pl:652 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2221 msgid "About" msgstr "关于" @@ -723,7 +723,7 @@ msgid "" msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:293 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1154 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 msgid "Repository" msgstr "" @@ -758,7 +758,7 @@ msgid "Display configuration" msgstr "显示配置" #: texmf-dist/scripts/texlive/tlmgrgui.pl:321 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2297 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2302 msgid "Status" msgstr "状态" @@ -837,12 +837,12 @@ msgid "Package name" msgstr "软件包名称" #: texmf-dist/scripts/texlive/tlmgrgui.pl:417 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2383 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2388 msgid "Local rev. (ver.)" msgstr "本地版本" #: texmf-dist/scripts/texlive/tlmgrgui.pl:418 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2384 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2389 msgid "Remote rev. (ver.)" msgstr "远程版本" @@ -859,13 +859,13 @@ msgid "Reinstall previously removed packages" msgstr "重装先前删除的包" #: texmf-dist/scripts/texlive/tlmgrgui.pl:451 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 msgid "Update" msgstr "更新" #: texmf-dist/scripts/texlive/tlmgrgui.pl:460 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2014 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1984 msgid "Remove" msgstr "删除" @@ -874,13 +874,13 @@ msgid "Backup" msgstr "备份" #: texmf-dist/scripts/texlive/tlmgrgui.pl:515 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2138 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 msgid "Actions" msgstr "操作" #: texmf-dist/scripts/texlive/tlmgrgui.pl:519 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2694 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2214 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2219 msgid "Help" msgstr "帮助" @@ -905,7 +905,7 @@ msgid "General ..." msgstr "通用..." #: texmf-dist/scripts/texlive/tlmgrgui.pl:552 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2164 msgid "Paper ..." msgstr "纸张..." @@ -1313,9 +1313,9 @@ msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:2417 #: tlpkg/installer/install-tl-gui.tcl:442 #: texmf-dist/scripts/tlshell/tlshell.tcl:861 -#: texmf-dist/scripts/tlshell/tlshell.tcl:983 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1644 +#: texmf-dist/scripts/tlshell/tlshell.tcl:988 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1437 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1649 msgid "Close" msgstr "关闭" @@ -1551,8 +1551,8 @@ msgid "Info pages" msgstr "" #: tlpkg/installer/install-tl-gui.tcl:1379 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2106 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2132 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2111 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2137 msgid "File" msgstr "" @@ -1605,8 +1605,8 @@ msgid "" msgstr "" #: tlpkg/installer/install-tl-gui.tcl:1574 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1419 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2211 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1424 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 msgid "Platforms" msgstr "" @@ -1693,7 +1693,7 @@ msgstr "" #: texmf-dist/scripts/tlshell/tlshell.tcl:379 #: texmf-dist/scripts/tlshell/tlshell.tcl:540 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2436 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2441 msgid "Idle" msgstr "" @@ -1706,7 +1706,7 @@ msgid "Up to date" msgstr "" #: texmf-dist/scripts/tlshell/tlshell.tcl:650 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2264 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2269 msgid "Unknown" msgstr "" @@ -1719,8 +1719,8 @@ msgid "If loading takes too long, press Abort and choose another repository." msgstr "" #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2160 msgid "Repositories" msgstr "" @@ -1728,145 +1728,145 @@ msgstr "" msgid "Done loading" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:911 +#: texmf-dist/scripts/tlshell/tlshell.tcl:913 msgid "A configured repository is unavailable." msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1038 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1043 msgid "Output" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1039 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1044 msgid "Other" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1065 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1070 #, tcl-format msgid "%s not a repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1151 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 msgid "No repositories" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1161 msgid "Multiple repositories" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1164 msgid "Not loaded" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1187 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1192 msgid "Actual repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1272 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1277 msgid "Main Repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1283 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1288 msgid "Current:" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1289 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1294 msgid "New" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1299 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1304 msgid "Any CTAN mirror" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1309 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 msgid "Local directory..." msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1319 msgid "tlcontrib additional repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1330 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1335 msgid "tlcontrib repository is included" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1336 msgid "Remove tlcontrib repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1333 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1338 msgid "tlcontrib repository is not included" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1334 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 msgid "Add tlcontrib repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1344 msgid "Save and Load" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1363 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1368 #, tcl-format msgid "Cannot remove own platform %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1427 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 msgid "Apply and close" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1449 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1454 msgid "platform" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1513 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1518 #, tcl-format msgid "Restore %s to revision %s?" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1536 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1541 msgid "No backups configured" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1546 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 msgid "No backup directory defined" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1556 #, tcl-format msgid "Backup directory %s does not exist" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1574 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1579 #, tcl-format msgid "No packages in backup directory %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1584 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1589 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 msgid "Restore from backup" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1600 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1605 msgid "Package" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1601 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1606 msgid "Revision" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1642 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1647 msgid "Restore all" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1672 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1704 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1744 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1794 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1869 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1677 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1709 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1749 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1799 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1874 msgid "Nothing to do!" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1759 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1764 #, tcl-format msgid "" "Also installing dependencies\n" @@ -1874,12 +1874,12 @@ msgid "" "%s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1766 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1771 #, tcl-format msgid "Already installed: %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1807 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1812 #, tcl-format msgid "" "Also updating dependencies\n" @@ -1887,22 +1887,22 @@ msgid "" "%s?" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1822 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1827 #, tcl-format msgid "Updating some dependencies %s anyway. Continue?" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1834 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1839 #, tcl-format msgid "Skipped because not installed: %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1837 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1842 #, tcl-format msgid "Skipped because already up to date: %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1873 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1878 #, tcl-format msgid "" "Also remove dependencies\n" @@ -1910,186 +1910,186 @@ msgid "" "%s?" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1888 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1893 #, tcl-format msgid "Removing some dependencies %s anyway. Continue?" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1965 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1970 msgid "Info" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2055 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2060 msgid "" "GUI interface for TeX Live Manager\n" "Implemented in Tcl/Tk" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2087 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2092 #, tcl-format msgid "" "%s is not a local or remote repository.\n" "Please configure a valid repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2090 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2095 msgid "Error" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2134 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2139 msgid "Load repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2136 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2141 msgid "Exit" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2142 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 msgid "Regenerate filename database" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2148 msgid "Regenerating filename database..." msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2144 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2149 msgid "Regenerate formats" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2145 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 msgid "Rebuilding formats..." msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2146 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2151 msgid "Regenerate fontmaps" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2152 msgid "Rebuilding fontmap files..." msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2169 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2174 msgid "GUI language" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2184 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2189 msgid "GUI font scaling" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2188 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2193 msgid "Current" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2217 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2222 msgid "tlmgr help" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2236 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 msgid "Restart self" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2238 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2243 msgid "Restart tlmgr" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2246 msgid "Show logs" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2262 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 msgid "TL Manager up to date?" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2272 msgid "Last tlmgr command:" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2280 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2285 #, tcl-format msgid "Root at %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2288 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2293 msgid "Package list" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2298 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2303 msgid "Installed" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2310 msgid "Updatable" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2316 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 msgid "Detail >> Global" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2319 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2324 msgid "Collections and schemes" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2326 msgid "Only schemes" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2329 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2334 msgid "Mark all" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2336 msgid "Mark none" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2337 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2342 msgid "Install marked" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2341 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2346 msgid "Update marked" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2345 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 msgid "Remove marked" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2360 msgid "Update tlmgr" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2358 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2363 msgid "Update all" msgstr "更新全部" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2365 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 msgid "Search" msgstr "搜索" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2368 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2373 msgid "By name" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2375 msgid "By name and description" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2382 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2387 msgid "Name" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2385 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2390 msgid "Description" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Multi-user" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Single-user" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2504 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2509 #, tcl-format msgid "" "%s is not writable. You can probably not do much.\n" diff --git a/systems/texlive/tlnet/tlpkg/translations/zh_TW.po b/systems/texlive/tlnet/tlpkg/translations/zh_TW.po index 0fe45d2cf5..002fdcc6bf 100644 --- a/systems/texlive/tlnet/tlpkg/translations/zh_TW.po +++ b/systems/texlive/tlnet/tlpkg/translations/zh_TW.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: TeX Live translation\n" "Report-Msgid-Bugs-To: tex-live@tug.org\n" -"POT-Creation-Date: 2020-07-05 01:53+0200\n" +"POT-Creation-Date: 2020-09-29 01:53+0200\n" "PO-Revision-Date: 2009-09-03 12:34+0200\n" "Last-Translator: Norbert Preining \n" "Language-Team: TL Translation Team \n" @@ -48,7 +48,7 @@ msgstr "安裝 TeX Live" #: tlpkg/installer/install-tl-gui.tcl:1078 #: tlpkg/installer/install-tl-gui.tcl:1298 tlpkg/tltcl/tltcl.tcl:674 #: texmf-dist/scripts/tlshell/tlshell.tcl:232 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1342 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1347 msgid "Cancel" msgstr "取消" @@ -109,7 +109,7 @@ msgstr "TeX Live %s 安裝" #: tlpkg/installer/install-menu-perltk.pl:676 #: texmf-dist/scripts/texlive/tlmgrgui.pl:544 #: tlpkg/installer/install-tl-gui.tcl:1438 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2234 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2239 msgid "Quit" msgstr "退出" @@ -343,7 +343,7 @@ msgstr "否" #: tlpkg/installer/install-menu-wizard.pl:604 #: texmf-dist/scripts/texlive/tlmgrgui.pl:456 #: tlpkg/installer/install-tl-gui.tcl:1436 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1969 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 #, fuzzy msgid "Install" msgstr "安裝 TeX Live" @@ -368,8 +368,8 @@ msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:145 #: tlpkg/installer/install-tl-gui.tcl:1091 #: tlpkg/installer/install-tl-gui.tcl:1723 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2300 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2317 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2322 msgid "All" msgstr "" @@ -553,8 +553,8 @@ msgstr "TEXMFLOCAL (存放本地格式檔等)" #: texmf-dist/scripts/texlive/tlmgrgui.pl:513 #: tlpkg/installer/install-tl-gui.tcl:1646 #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 msgid "Options" msgstr "選項" @@ -592,7 +592,7 @@ msgstr "" #: tlpkg/installer/install-menu-perltk.pl:609 #: texmf-dist/scripts/texlive/tlmgrgui.pl:650 #: texmf-dist/scripts/texlive/tlmgrgui.pl:652 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2221 msgid "About" msgstr "" @@ -723,7 +723,7 @@ msgid "" msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:293 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1154 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 msgid "Repository" msgstr "" @@ -758,7 +758,7 @@ msgid "Display configuration" msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:321 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2297 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2302 msgid "Status" msgstr "" @@ -847,12 +847,12 @@ msgid "Package name" msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:417 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2383 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2388 msgid "Local rev. (ver.)" msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:418 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2384 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2389 msgid "Remote rev. (ver.)" msgstr "" @@ -870,13 +870,13 @@ msgid "Reinstall previously removed packages" msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:451 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1974 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 msgid "Update" msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:460 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2014 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1979 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1984 msgid "Remove" msgstr "" @@ -885,14 +885,14 @@ msgid "Backup" msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:515 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2138 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 #, fuzzy msgid "Actions" msgstr "選項" #: texmf-dist/scripts/texlive/tlmgrgui.pl:519 #: texmf-dist/scripts/texlive/tlmgrgui.pl:2694 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2214 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2219 msgid "Help" msgstr "" @@ -918,7 +918,7 @@ msgid "General ..." msgstr "選項" #: texmf-dist/scripts/texlive/tlmgrgui.pl:552 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2164 msgid "Paper ..." msgstr "" @@ -1338,9 +1338,9 @@ msgstr "" #: texmf-dist/scripts/texlive/tlmgrgui.pl:2417 #: tlpkg/installer/install-tl-gui.tcl:442 #: texmf-dist/scripts/tlshell/tlshell.tcl:861 -#: texmf-dist/scripts/tlshell/tlshell.tcl:983 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1644 +#: texmf-dist/scripts/tlshell/tlshell.tcl:988 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1437 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1649 msgid "Close" msgstr "" @@ -1574,8 +1574,8 @@ msgid "Info pages" msgstr "" #: tlpkg/installer/install-tl-gui.tcl:1379 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2106 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2132 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2111 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2137 msgid "File" msgstr "" @@ -1628,8 +1628,8 @@ msgid "" msgstr "" #: tlpkg/installer/install-tl-gui.tcl:1574 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1419 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2211 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1424 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2216 msgid "Platforms" msgstr "" @@ -1716,7 +1716,7 @@ msgstr "" #: texmf-dist/scripts/tlshell/tlshell.tcl:379 #: texmf-dist/scripts/tlshell/tlshell.tcl:540 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2436 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2441 msgid "Idle" msgstr "" @@ -1729,7 +1729,7 @@ msgid "Up to date" msgstr "" #: texmf-dist/scripts/tlshell/tlshell.tcl:650 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2264 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2269 msgid "Unknown" msgstr "" @@ -1742,8 +1742,8 @@ msgid "If loading takes too long, press Abort and choose another repository." msgstr "" #: texmf-dist/scripts/tlshell/tlshell.tcl:849 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2089 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2155 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2094 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2160 msgid "Repositories" msgstr "" @@ -1751,145 +1751,145 @@ msgstr "" msgid "Done loading" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:911 +#: texmf-dist/scripts/tlshell/tlshell.tcl:913 msgid "A configured repository is unavailable." msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1038 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1043 msgid "Output" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1039 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1044 msgid "Other" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1065 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1070 #, tcl-format msgid "%s not a repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1151 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 msgid "No repositories" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1156 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1161 msgid "Multiple repositories" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1159 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1164 msgid "Not loaded" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1187 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1192 msgid "Actual repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1272 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1277 msgid "Main Repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1283 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1288 msgid "Current:" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1289 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1294 msgid "New" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1299 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1304 msgid "Any CTAN mirror" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1309 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 msgid "Local directory..." msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1314 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1319 msgid "tlcontrib additional repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1330 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1335 msgid "tlcontrib repository is included" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1336 msgid "Remove tlcontrib repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1333 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1338 msgid "tlcontrib repository is not included" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1334 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 msgid "Add tlcontrib repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1339 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1344 msgid "Save and Load" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1363 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1368 #, tcl-format msgid "Cannot remove own platform %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1427 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1432 msgid "Apply and close" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1449 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1454 msgid "platform" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1513 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1518 #, tcl-format msgid "Restore %s to revision %s?" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1536 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1541 msgid "No backups configured" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1546 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 msgid "No backup directory defined" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1551 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1556 #, tcl-format msgid "Backup directory %s does not exist" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1574 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1579 #, tcl-format msgid "No packages in backup directory %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1584 -#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1589 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 msgid "Restore from backup" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1600 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1605 msgid "Package" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1601 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1606 msgid "Revision" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1642 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1647 msgid "Restore all" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1672 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1704 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1744 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1794 -#: texmf-dist/scripts/tlshell/tlshell.tcl:1869 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1677 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1709 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1749 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1799 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1874 msgid "Nothing to do!" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1759 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1764 #, tcl-format msgid "" "Also installing dependencies\n" @@ -1897,12 +1897,12 @@ msgid "" "%s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1766 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1771 #, tcl-format msgid "Already installed: %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1807 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1812 #, tcl-format msgid "" "Also updating dependencies\n" @@ -1910,22 +1910,22 @@ msgid "" "%s?" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1822 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1827 #, tcl-format msgid "Updating some dependencies %s anyway. Continue?" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1834 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1839 #, tcl-format msgid "Skipped because not installed: %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1837 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1842 #, tcl-format msgid "Skipped because already up to date: %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1873 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1878 #, tcl-format msgid "" "Also remove dependencies\n" @@ -1933,188 +1933,188 @@ msgid "" "%s?" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1888 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1893 #, tcl-format msgid "Removing some dependencies %s anyway. Continue?" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:1965 +#: texmf-dist/scripts/tlshell/tlshell.tcl:1970 msgid "Info" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2055 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2060 msgid "" "GUI interface for TeX Live Manager\n" "Implemented in Tcl/Tk" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2087 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2092 #, tcl-format msgid "" "%s is not a local or remote repository.\n" "Please configure a valid repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2090 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2095 msgid "Error" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2134 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2139 msgid "Load repository" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2136 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2141 msgid "Exit" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2142 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 msgid "Regenerate filename database" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2143 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2148 msgid "Regenerating filename database..." msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2144 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2149 msgid "Regenerate formats" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2145 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2150 msgid "Rebuilding formats..." msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2146 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2151 msgid "Regenerate fontmaps" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2147 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2152 msgid "Rebuilding fontmap files..." msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2169 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2174 msgid "GUI language" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2184 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2189 msgid "GUI font scaling" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2188 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2193 msgid "Current" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2217 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2222 msgid "tlmgr help" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2236 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 msgid "Restart self" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2238 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2243 msgid "Restart tlmgr" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2241 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2246 msgid "Show logs" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2262 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 msgid "TL Manager up to date?" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2267 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2272 msgid "Last tlmgr command:" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2280 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2285 #, tcl-format msgid "Root at %s" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2288 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2293 msgid "Package list" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2298 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2303 msgid "Installed" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2305 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2310 msgid "Updatable" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2316 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 msgid "Detail >> Global" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2319 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2324 msgid "Collections and schemes" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2321 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2326 msgid "Only schemes" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2329 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2334 msgid "Mark all" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2331 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2336 msgid "Mark none" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2337 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2342 msgid "Install marked" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2341 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2346 msgid "Update marked" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2345 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2350 msgid "Remove marked" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2355 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2360 msgid "Update tlmgr" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2358 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2363 #, fuzzy msgid "Update all" msgstr "選擇安裝方案" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2365 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 #, fuzzy msgid "Search" msgstr "選擇系統架構" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2368 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2373 msgid "By name" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2370 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2375 msgid "By name and description" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2382 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2387 msgid "Name" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2385 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2390 msgid "Description" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Multi-user" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2419 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2424 msgid "Single-user" msgstr "" -#: texmf-dist/scripts/tlshell/tlshell.tcl:2504 +#: texmf-dist/scripts/tlshell/tlshell.tcl:2509 #, tcl-format msgid "" "%s is not writable. You can probably not do much.\n" diff --git a/systems/texlive/tlnet/update-tlmgr-latest.sh b/systems/texlive/tlnet/update-tlmgr-latest.sh index 0c9109cdd1..8b3d26645b 120000 --- a/systems/texlive/tlnet/update-tlmgr-latest.sh +++ b/systems/texlive/tlnet/update-tlmgr-latest.sh @@ -1 +1 @@ -update-tlmgr-r56399.sh \ No newline at end of file +update-tlmgr-r56460.sh \ No newline at end of file diff --git a/systems/texlive/tlnet/update-tlmgr-latest.sh.sha512 b/systems/texlive/tlnet/update-tlmgr-latest.sh.sha512 index 592b15c4bc..4d625f7e99 120000 --- a/systems/texlive/tlnet/update-tlmgr-latest.sh.sha512 +++ b/systems/texlive/tlnet/update-tlmgr-latest.sh.sha512 @@ -1 +1 @@ -update-tlmgr-r56399.sh.sha512 \ No newline at end of file +update-tlmgr-r56460.sh.sha512 \ No newline at end of file diff --git a/systems/texlive/tlnet/update-tlmgr-latest.sh.sha512.asc b/systems/texlive/tlnet/update-tlmgr-latest.sh.sha512.asc index 6661b5b9df..00e832d1ac 120000 --- a/systems/texlive/tlnet/update-tlmgr-latest.sh.sha512.asc +++ b/systems/texlive/tlnet/update-tlmgr-latest.sh.sha512.asc @@ -1 +1 @@ -update-tlmgr-r56399.sh.sha512.asc \ No newline at end of file +update-tlmgr-r56460.sh.sha512.asc \ No newline at end of file diff --git a/systems/texlive/tlnet/update-tlmgr-r56399.sh b/systems/texlive/tlnet/update-tlmgr-r56399.sh deleted file mode 100755 index 1b478495f7..0000000000 --- a/systems/texlive/tlnet/update-tlmgr-r56399.sh +++ /dev/null @@ -1,29681 +0,0 @@ -#!/bin/sh -# '$Id: makeself-header.sh 46578 2018-02-09 22:16:10Z karl $' -# This script was generated using Makeself 2.2.0 (-umask for TeX Live) - -CRCsum="4082063610" -MD5="e4a7fba43dc82b88d66a26464600a22f" -TMPROOT=${TMPDIR:=/tmp} - -label="TeX Live Manager Updater" -script="./runme.sh" -scriptargs="" -licensetxt="" -targetdir="tmp.MX1fiIMrhitlmksel" -filesizes="7944509" -keep="n" -quiet="n" - -print_cmd_arg="" -if type printf > /dev/null; then - print_cmd="printf" -elif test -x /usr/ucb/echo; then - print_cmd="/usr/ucb/echo" -else - print_cmd="echo" -fi - -unset CDPATH - -MS_Printf() -{ - $print_cmd $print_cmd_arg "$1" -} - -MS_PrintLicense() -{ - if test x"$licensetxt" != x; then - echo $licensetxt - while true - do - MS_Printf "Please type y to accept, n otherwise: " - read yn - if test x"$yn" = xn; then - keep=n - eval $finish; exit 1 - break; - elif test x"$yn" = xy; then - break; - fi - done - fi -} - -MS_diskspace() -{ - ( - if test -d /usr/xpg4/bin; then - PATH=/usr/xpg4/bin:$PATH - fi - df -kP "$1" | tail -1 | awk '{ if ($4 ~ /%/) {print $3} else {print $4} }' - ) -} - -MS_dd() -{ - blocks=`expr $3 / 1024` - bytes=`expr $3 % 1024` - dd if="$1" ibs=$2 skip=1 obs=1024 conv=sync 2> /dev/null | \ - { test $blocks -gt 0 && dd ibs=1024 obs=1024 count=$blocks ; \ - test $bytes -gt 0 && dd ibs=1 obs=1024 count=$bytes ; } 2> /dev/null -} - -MS_dd_Progress() -{ - if test "$noprogress" = "y"; then - MS_dd $@ - return $? - fi - file="$1" - offset=$2 - length=$3 - pos=0 - bsize=4194304 - while test $bsize -gt $length; do - bsize=`expr $bsize / 4` - done - blocks=`expr $length / $bsize` - bytes=`expr $length % $bsize` - ( - dd bs=$offset count=0 skip=1 2>/dev/null - pos=`expr $pos \+ $bsize` - MS_Printf " 0%% " 1>&2 - if test $blocks -gt 0; then - while test $pos -le $length; do - dd bs=$bsize count=1 2>/dev/null - pcent=`expr $length / 100` - pcent=`expr $pos / $pcent` - if test $pcent -lt 100; then - MS_Printf "\b\b\b\b\b\b\b" 1>&2 - if test $pcent -lt 10; then - MS_Printf " $pcent%% " 1>&2 - else - MS_Printf " $pcent%% " 1>&2 - fi - fi - pos=`expr $pos \+ $bsize` - done - fi - if test $bytes -gt 0; then - dd bs=$bytes count=1 2>/dev/null - fi - MS_Printf "\b\b\b\b\b\b\b" 1>&2 - MS_Printf " 100%% " 1>&2 - ) < "$file" -} - -MS_Help() -{ - cat << EOH >&2 -Makeself version 2.2.0 - 1) Getting help or info about $0 : - $0 --help Print this message - $0 --info Print embedded info : title, default target directory, embedded script ... - $0 --lsm Print embedded lsm entry (or no LSM) - $0 --list Print the list of files in the archive - $0 --check Checks integrity of the archive - - 2) Running $0 : - $0 [options] [--] [additional arguments to embedded script] - with following options (in that order) - --confirm Ask before running embedded script - --quiet Do not print anything except error messages - --noexec Do not run embedded script - --keep Do not erase target directory after running - the embedded script - --noprogress Do not show the progress during the decompression - --nox11 Do not spawn an xterm - --nochown Do not give the extracted files to the current user - --target dir Extract directly to a target directory - directory path can be either absolute or relative - --tar arg1 [arg2 ...] Access the contents of the archive through the tar command - -- Following arguments will be passed to the embedded script -EOH -} - -MS_Check() -{ - OLD_PATH="$PATH" - PATH=${GUESS_MD5_PATH:-"$OLD_PATH:/bin:/usr/bin:/sbin:/usr/local/ssl/bin:/usr/local/bin:/opt/openssl/bin"} - MD5_ARG="" - MD5_PATH=`exec <&- 2>&-; which md5sum || type md5sum` - test -x "$MD5_PATH" || MD5_PATH=`exec <&- 2>&-; which md5 || type md5` - test -x "$MD5_PATH" || MD5_PATH=`exec <&- 2>&-; which digest || type digest` - PATH="$OLD_PATH" - - if test "$quiet" = "n";then - MS_Printf "Verifying archive integrity..." - fi - offset=`head -n 500 "$1" | wc -c | tr -d " "` - verb=$2 - i=1 - for s in $filesizes - do - crc=`echo $CRCsum | cut -d" " -f$i` - if test -x "$MD5_PATH"; then - if test `basename $MD5_PATH` = digest; then - MD5_ARG="-a md5" - fi - md5=`echo $MD5 | cut -d" " -f$i` - if test $md5 = "00000000000000000000000000000000"; then - test x$verb = xy && echo " $1 does not contain an embedded MD5 checksum." >&2 - else - md5sum=`MS_dd "$1" $offset $s | eval "$MD5_PATH $MD5_ARG" | cut -b-32`; - if test "$md5sum" != "$md5"; then - echo "Error in MD5 checksums: $md5sum is different from $md5" >&2 - exit 2 - else - test x$verb = xy && MS_Printf " MD5 checksums are OK." >&2 - fi - crc="0000000000"; verb=n - fi - fi - if test $crc = "0000000000"; then - test x$verb = xy && echo " $1 does not contain a CRC checksum." >&2 - else - sum1=`MS_dd "$1" $offset $s | CMD_ENV=xpg4 cksum | awk '{print $1}'` - if test "$sum1" = "$crc"; then - test x$verb = xy && MS_Printf " CRC checksums are OK." >&2 - else - echo "Error in checksums: $sum1 is different from $crc" >&2 - exit 2; - fi - fi - i=`expr $i + 1` - offset=`expr $offset + $s` - done - if test "$quiet" = "n";then - echo " All good." - fi -} - -UnTAR() -{ - if test "$quiet" = "n"; then - tar $1vf - 2>&1 || { echo Extraction failed. > /dev/tty; kill -15 $$; } - else - - tar $1f - 2>&1 || { echo Extraction failed. > /dev/tty; kill -15 $$; } - fi -} - -finish=true -xterm_loop= -noprogress=n -nox11=n -copy=none -ownership=y -verbose=n - -initargs="$@" - -while true -do - case "$1" in - -h | --help) - MS_Help - exit 0 - ;; - -q | --quiet) - quiet=y - noprogress=y - shift - ;; - --info) - echo Identification: "$label" - echo Target directory: "$targetdir" - echo Uncompressed size: 17720 KB - echo Compression: gzip - echo Date of packaging: Wed Sep 23 02:37:57 CEST 2020 - echo Built with Makeself version 2.2.0 on linux-gnu - echo Build command was: "/usr/bin/makeself \\ - \"-q\" \\ - \"--header\" \\ - \"/home/texlive/trunk/Master/tlpkg/bin/../libexec/makeself-header.sh\" \\ - \"/tmp/tmp.MX1fiIMrhitlmksel\" \\ - \"update-tlmgr-r56399.sh\" \\ - \"TeX Live Manager Updater\" \\ - \"./runme.sh\"" - if test x$script != x; then - echo Script run after extraction: - echo " " $script $scriptargs - fi - if test x"" = xcopy; then - echo "Archive will copy itself to a temporary location" - fi - if test x"n" = xy; then - echo "directory $targetdir is permanent" - else - echo "$targetdir will be removed after extraction" - fi - exit 0 - ;; - --dumpconf) - echo LABEL=\"$label\" - echo SCRIPT=\"$script\" - echo SCRIPTARGS=\"$scriptargs\" - echo archdirname=\"tmp.MX1fiIMrhitlmksel\" - echo KEEP=n - echo COMPRESS=gzip - echo filesizes=\"$filesizes\" - echo CRCsum=\"$CRCsum\" - echo MD5sum=\"$MD5\" - echo OLDUSIZE=17720 - echo OLDSKIP=501 - exit 0 - ;; - --lsm) -cat << EOLSM -No LSM. -EOLSM - exit 0 - ;; - --list) - echo Target directory: $targetdir - offset=`head -n 500 "$0" | wc -c | tr -d " "` - for s in $filesizes - do - MS_dd "$0" $offset $s | eval "gzip -cd" | UnTAR t - offset=`expr $offset + $s` - done - exit 0 - ;; - --tar) - offset=`head -n 500 "$0" | wc -c | tr -d " "` - arg1="$2" - if ! shift 2; then MS_Help; exit 1; fi - for s in $filesizes - do - MS_dd "$0" $offset $s | eval "gzip -cd" | tar "$arg1" - $* - offset=`expr $offset + $s` - done - exit 0 - ;; - --check) - MS_Check "$0" y - exit 0 - ;; - --confirm) - verbose=y - shift - ;; - --noexec) - script="" - shift - ;; - --keep) - keep=y - shift - ;; - --target) - keep=y - targetdir=${2:-.} - if ! shift 2; then MS_Help; exit 1; fi - ;; - --noprogress) - noprogress=y - shift - ;; - --nox11) - nox11=y - shift - ;; - --nochown) - ownership=n - shift - ;; - --xwin) - finish="echo Press Return to close this window...; read junk" - xterm_loop=1 - shift - ;; - --phase2) - copy=phase2 - shift - ;; - --) - shift - break ;; - -*) - echo Unrecognized flag : "$1" >&2 - MS_Help - exit 1 - ;; - *) - break ;; - esac -done - -if test "$quiet" = "y" -a "$verbose" = "y";then - echo Cannot be verbose and quiet at the same time. >&2 - exit 1 -fi - -MS_PrintLicense - -case "$copy" in -copy) - tmpdir=$TMPROOT/makeself.$RANDOM.`date +"%y%m%d%H%M%S"`.$$ - mkdir "$tmpdir" || { - echo "Could not create temporary directory $tmpdir" >&2 - exit 1 - } - SCRIPT_COPY="$tmpdir/makeself" - echo "Copying to a temporary location..." >&2 - cp "$0" "$SCRIPT_COPY" - chmod +x "$SCRIPT_COPY" - cd "$TMPROOT" - exec "$SCRIPT_COPY" --phase2 -- $initargs - ;; -phase2) - finish="$finish ; rm -rf `dirname $0`" - ;; -esac - -if test "$nox11" = "n"; then - if tty -s; then # Do we have a terminal? - : - else - if test x"$DISPLAY" != x -a x"$xterm_loop" = x; then # No, but do we have X? - if xset q > /dev/null 2>&1; then # Check for valid DISPLAY variable - GUESS_XTERMS="xterm rxvt dtterm eterm Eterm kvt konsole aterm" - for a in $GUESS_XTERMS; do - if type $a >/dev/null 2>&1; then - XTERM=$a - break - fi - done - chmod a+x $0 || echo Please add execution rights on $0 - if test `echo "$0" | cut -c1` = "/"; then # Spawn a terminal! - exec $XTERM -title "$label" -e "$0" --xwin "$initargs" - else - exec $XTERM -title "$label" -e "./$0" --xwin "$initargs" - fi - fi - fi - fi -fi - -if test "$targetdir" = "."; then - tmpdir="." -else - if test "$keep" = y; then - if test "$quiet" = "n";then - echo "Creating directory $targetdir" >&2 - fi - tmpdir="$targetdir" - dashp="-p" - else - tmpdir="$TMPROOT/selfgz$$$RANDOM" - dashp="" - fi - mkdir $dashp $tmpdir || { - echo 'Cannot create target directory' $tmpdir >&2 - echo 'You should try option --target dir' >&2 - eval $finish - exit 1 - } -fi - -location="`pwd`" -if test x$SETUP_NOCHECK != x1; then - MS_Check "$0" -fi -offset=`head -n 500 "$0" | wc -c | tr -d " "` - -if test x"$verbose" = xy; then - MS_Printf "About to extract 17720 KB in $tmpdir ... Proceed ? [Y/n] " - read yn - if test x"$yn" = xn; then - eval $finish; exit 1 - fi -fi - -if test "$quiet" = "n";then - MS_Printf "Uncompressing $label" -fi -res=3 -if test "$keep" = n; then - trap 'echo Signal caught, cleaning up >&2; cd $TMPROOT; /bin/rm -rf $tmpdir; eval $finish; exit 15' 1 2 3 15 -fi - -leftspace=`MS_diskspace $tmpdir` -if test -n "$leftspace"; then - if test "$leftspace" -lt 17720; then - echo - echo "Not enough space left in "`dirname $tmpdir`" ($leftspace KB) to decompress $0 (17720 KB)" >&2 - if test "$keep" = n; then - echo "Consider setting TMPDIR to a directory with more free space." - fi - eval $finish; exit 1 - fi -fi - -for s in $filesizes -do - if MS_dd_Progress "$0" $offset $s | eval "gzip -cd" | ( cd "$tmpdir"; UnTAR x ) 1>/dev/null; then - if test x"$ownership" = xy; then - (PATH=/usr/xpg4/bin:$PATH; cd "$tmpdir"; chown -R `id -u` .; chgrp -R `id -g` .) - fi - else - echo >&2 - echo "Unable to decompress $0" >&2 - eval $finish; exit 1 - fi - offset=`expr $offset + $s` -done -if test "$quiet" = "n";then - echo -fi - -cd "$tmpdir" -res=0 -if test x"$script" != x; then - if test x"$verbose" = xy; then - MS_Printf "OK to execute: $script $scriptargs $* ? [Y/n] " - read yn - if test x"$yn" = x -o x"$yn" = xy -o x"$yn" = xY; then - eval $script $scriptargs $*; res=$?; - fi - else - eval $script $scriptargs $*; res=$? - fi - if test $res -ne 0; then - test x"$verbose" = xy && echo "The program '$script' returned an error code ($res)" >&2 - fi -fi -if test "$keep" = n; then - cd $TMPROOT - /bin/rm -rf $tmpdir -fi -eval $finish; exit $res -j_: p[Uv#"H6kg*v2,ql*o,6cbdIB,=ғɟl d?x2Lۡ!.b²L3dfYh:3 @Q9lKN/= -{_ZlnC}ώ - MƆF B4iX:\ш"Ȍi9p%89R4.{=2pԴ -w:X5KuC5l2%` -bD l>9)ITXSSc;6GͭƖYX_g3Qf 2$/O"(QYd!#v = - -~vD@< g?$2_=JHEtot)n1mtwvH!i?n"ٰݳýn fIoWđ0l 0EayyEPP/lx@U("*H >EFC%DxSaoRqaTEI!D$ WdQ\:0xvIТ%/ LQMȃDqxr#Zx۷6$-uձý*bDa6-*$2{Q H:Q20&zBhPpb!VD9&mާ_<#f[uR Ãa/)̲n!zRH5 -H-ED -Fwo=P9l˧ĥ4@a0U+& C2цe@rhH -fs)OXF#.Rnh -# D&s^u ]EԴP<'̓ !T7WK[a#g04k[E:mEH(FD-yPx 8uzW  -CY y ~i(xႊ܁6TSpT̰Ca47E^痠i Dy/:{9ʻz~H8W8X E^,4J7 -r=@TETdK8Iz|֭҆k#Ks?R>p?\ԧf 6R5wىkMP0Tl>RoY˂ōD|["G"x\ǒv)^}ߴZT+LX0/#ȉ`nF|QFs7JQ) U(bYh-RM.rRώ5^&{%c .Q[I7G,P)6T y-AB@Q+潀`xB\E@/2ꌄL`qAE%oR\Y[0-Mwkc1˕Hg*u{,} }܋FyBy]/Y&70!úb*36C~hQR+d8C20,Ab7yQYr5·R2- ;8Ltͽs׷ٿm{Ft#侨PmNj$`PGlG%P}qK/Q@\GE~ ~&Ba@@CΜXfh[SzlC]|(| x (MHvJXY`ճJ= z鼰71aAh2[$`7~ Q$ VD8j -f WF=1cnFhj6TSH-[Uw@'QuH64Daxz2!:64=$::L$mWO2X@(kݐ+K^~> 7(Zv"9-MZFhzGoraoiohjop485f'^Aټi^ida΢=X5pqjlE/QKr!ùoodor6/n:Źo Oٯ[ zM-fMϲݍ;zp܈ߺEeYA8p^߃#vʙ=֎lS.'sG?Y~vY2pOhYg&nJ+^lJЙTeقH }0?HTgaH /_{-ZQbƎa2>xIExqO#I!.MplT VO 'pW`7;g<vZL.zM+ǧR )\dpwZoV|3iNg5;tߎ;x/ah InLrgY[pͺt20G9TG>bO4>6? VNbjq~حK}ϗ6UrӐ2.~o֤ɀw'y&vQk @)VVSNt^nIܠ -CFpckd\YZ^I401nR&y>x3vQH =`S5RsƣC#y%iT{T;oN'GHP$Z8ԍcΎ*p]Fy&yB#\6fI 0Ll=YGimE -]HuYf_M Ѧ7&JyqӤ~tC D:06 -W>m fK-nd {rKŭ='ժ^Rq! sq>Z(fK-We?P1}}h6u}' vr mC9\_,^čj)5SFk㧔wgN^ /oz"qz w9慄ۄfKh L 뎝T?Cd88( t+Է -A&ϪD$*J"iqz#O'p4%!&bm G⧨||A=x@!,k<4eRP#.0o"sf]KБ]s`4T=nޚ5@ӌr7iY>~|X?Sgyf$>ܨM#y&7_@Ujn?3UhM&XjMݪ}ۿ^Rur_}iXb԰Rb1LM|=풩QyL;/:s*_ɩ)"^QHſcd7(_l)CiR .S< ;լJXIvE2{X -Zͯ*OH4=;<n%K70uxunv7-}Z{l{Xb_OSYi݄U{^m}Y*(ߧ,Gq́Oʎ:r0uxM#YOX;bGW9[FKE va``،7wh,@7֟ͮaT,`.<[wb *ܒX orVe :8jZY]̀߳jAf.hVcKc[͏<x68 Laz>24^F}z.nRzc1 ߗJd<>.$dJqqČcO@o *Ԇ렍S,K}3_^ׯ>"L>Ah)=[8t(o'L~6ycN!;%  VΡÐ,r%{27xtuxp -oz|<\g_Om:X[ HUx㋽BM'ojO?CH[8ɟ7Qb_$"£_?̡ <Q[OcŊ,_j$Vl܋; W#էlwt#lVowq}%R2+](:Fͻw䑔bQ+l*D齻5nA-JM0jT0Ң(j$h\)\Q˦!H*Q 8[@y]mP8:iw3of޼y_3eIsM;?wp .O\G_O\!iPHo7?"-ͺZ|=/=Ou1uR5VUÚYIU-yY>XuPAT#|FUk@4'MW=gxtˆeBPhng-*A%C5RchѠ}TԞ|Fq+vX|aioʿxKw-`tT+? -kV@_'wԦPЂƕmWڀߕK2 %i̲iO [1) %o^:ƍy7_Z&/{Z}Se3&o B T (:*}U8Zv:y;9B '7߸V `p_eN:{ϸ7>wkg^敳Kc;~4wCXێ_s|b; ->jipڵu[hV:AX&{+t96>sv.4^Zޛ6~\Ҽ]|hk[WXl;.9$C_}5e QkpFt=^+3+Xvohۆ W/ҴOVe+b j/ED51K(vmopܩnen^]}]xq;ǘo>{gΊ<)@w=%~~JZ/[{+p*{f0ۉM/ x5Ek[T5IMWL޼~@фPф Єk0#6h6MKwAn@^?}OVS'/qeBy} -w~e~7]ܕqKd{ɶjǏ y}M^/ey}Q^zN^קIy[y>&_G!yk!}bIOM?:zgWW|ݐL+'ކ. k.K'[мm3{1_x+ԊHlo"ȥ:#~}WK>}s2y֦NEv ن癴hGcwkG*yE7]סm7e^(s_<.k= =n1("ؓ'>gP2zL/Zϴó[0Q)Gߓ&w,OG.GUrMGS4m [ϣ;=Xh=<1Lc[kL.$H,Hџ~ZoB9AۓϣeQK[eh<_ta*&BodvP+^=g XU1ס7U)~M/MgcѬzfw(2 -QEQ'a|ze Sshh@OyHRߞMSL&~ }e}+OýylD^ƽ9ߖ~H#UAzI^E#݁H%G H/"]Dz?5&GJ "݁1@rB*YB?"C:??F+$=!;p~mš;M(p]1 -%yKFwcw'KiqS[wG  --l.=3tIai}HѾw'!Ax!d 9ڑE;QӘm}t -\g`['LHmLU 4ڣ2}uдv׭ -D{V^ksqO9zUZïeEOo }6+.|sNe@?oju_b}i#W+V\gtN|6]{k4Onw5f];-QٖU,h/rMnKaǷw[HEs@﷔rv+iWi&FUrAkZ#븾Ϊ -o$<|E;YCã}:_]*{95';ڳ+Iݚ~Kt7n(}?nE: ;O^_O+Lm hʽǶmj>6nShל!o),*\)e|2o֧oҥo~KRw\}KϖHO}x2 #2@_@oyA8Hqq ƃ%E=SqUUoOώT7ӯ.sKH tl$i}N㫆8Y.ѭ״3&ŧ .)7eHw\iwTɴTj8;zh=Q]5f:>OMQ3. ?^cUqeئRf"%wL5A^Ȥ -Q]rsʦ -(wUU= \XшYu*̲DQYAE*1ZbY ,QKj)X/-d]Kv sDB(L8܏dm#Jal2wXuƊ՚ YLhC=2m-_St,NIE{/9 -faBde/ Cp评7~+q^~h͉(Q@, p&EѼEP\f>PL!]u+cְl"yE|HVFu9Σ#D  GCې'gĝGFb^H2e6g^1QFwO@^Xڂ -EvY E ևc -V2E\90U.Q\+o ,NSaE :o.9VNF i#P{d9{2I<1us7 ޜp}( OqAہZƁ k' f4$TJWG e~*j'HAvAwKve *[K 0l=75&&AKntlkRX{$$)KQ^>7/&D75k;ӹr>$QR'2 -X3?B )dD4LZ/IL 'k[ؾywRPz?,CoW]02$d+Jy,Z|7&YI6fM8l c.&!+0l5Bj) N<9Q&Dɱ*'1FK! -loN+H*%D`f -,BlH 4FQ(A{kkOqO2z yivB |⥄e\#Oq1rɉm ݝC'Y$>a3=ڡ8 Uм8@V񪤔N5G_u )|iwwKH_U8ƥ<*ۂ4cwBx \?"sAHTg#2*&ym-kȵzC#äY(Q!g1C B̩uгUT -"!9"u"x3GEMuϔz?E̒s&=E`0EǕ1zR v {&3f "l7I28z"STq)dǧ) Ip̴icHIA^a.]0!Hme r00VKcO(Cd B1K]Y3g($RBGiǥ4Ƅp"XJ\OJwRtH|TW5*]`"mkBW6faxMg1vYHFM0QwAtIX\f#dL"ul:8 "E'8n^f& -WHh86!haI&1x3/W! E -L&R)!kFuTjZPJuJ:Жq@HR٠ 1)hmt!y ɘZNSl?((5JÐFzh/Mp=Ndv<']``nuܧtT ba6B 5U,De? 1>õ73G/ {صHT"Z"; ~0O'$.u>yn1ע NN\:; iUX|9ntBl2*юkh3ԗLowO^R%6]5939[kͷE.q~ht18%|2ݽNj5 "?kAҫެyogCEb7uH,54^;NTJm޴:E3}}ue3BF9bX$)W]d>!veEtvbZAxɇ~ a`ӉXSyGYCŴ匪9-pN(4v5yٜdd yDQj!跅 n F`#tTkFXi&[%;4n~/j)\ǡ[G3NQOC^}ʣGN2ҾŘ(˛S |hC}yC8b' --4RZ"&̓~FP>1кCl1Lx z#$̔ײQIQ-A3ج;/RPuH1?Z*NBXNrJΚ Sڔ95  gb+MH=b:5\쒹jxNf"Lvt1=oqdӱ)"t1`k8"mmxpwdbx|l+\33 RdT&0: -rXh|"7.hTi[w_O,-/m`_r͂RJ!o8:lAB4&MLJRlEK@o.  bA‡ @. B!)Zudm=n۱ۨqSIK+?I;rFLiTFw@%'iEi nlrk1A@]KX5WP00mرý}cCcч]=@09 Sȧe $8%{j*woQ-dY6 GO7uE*YYCPbY|/,9!3C+Aei}ws,)jp04E; m1⼡dFÓݩ];`1w*w%ݔjҥӹ‚H٦RJ6,;bB>9aC%@L#_$Xf./תC)ASZ_!{.|gfhc -4#wMIVq&'ǭȽfS( -3̽0te~I Vp~ޗ -jdAK69OHRFy -s@9#.ׅPg)(ӹ25k1Ek o/EQCzc=Կ{z\p=)z½=iGSr"`CrSdZ\'% Ʉၾ6*&eaQ}`5:p[DruJc& xn0 k&[2m*Wɧ'V3Z)alj&z 85idG&`\϶۹?Bf%g@BjA9c,˴C ML½ Uqtw 61¦j^.-yV,e@c ](%og3 ǰJrbE8Ll `9x@\oOu2> -YB-N{XiidR :}hyo}PX -]x`\M -AޮGGumT.!4kñ& -J5!}öw#ս0_9"ܮ['ev=nuneJxTF}x*auYn4m0`^|AOۻb!g#=MV׆*G\B6 %P @'91TN -Q$v/A"[x%h/OΈIsN[l>ej: Aq#V= %gw  c/@7֪AJe뢍5T_8dÛH~2=\L[YYH%nDyyP K_ SmlHle@If`}8az∱ koAtuAnؓӂ1vPr/h6ظIgՈ4aJ/i^#qݓK -@SEs~Q mFaXT]*hnim)5\ NpӺQLT՛lXf Mj][gȆL^U,bs]CHf.F'YBX0_XE`'6 &5y,0\J:/ `Xe/$|쇭 un3k#99>k['}+Ac8T$i,',\PdtU`k쏕fiu c#gJMC]8T ,el0N6 ೢXSq<{> =J)OcRBzeaXBj o{ČzFi߰Op5ʻ2P2KbJTS -pleVa\0Lc0P|hpq t4)' F9%>۹>dEJ siFřכ ;Yg[J[DFF"lPY=LB#]S -9v*);Za`aw|bf&TO$Pgbhs4ASI&s0@kg=Iv֖CQpM(͕@Iȹ :C6$ڂ.i3\"Xz0^('71م†̐1(A٢ ӞMt1:tllԹ`1` ;y6ۨiFa!/*<F}0 +tF%2_ 5Uf( U6-UJFoFdB[X::VXzgF<8NhGzցL qhsPx46Q3AXėR$0|g!ǡCI^Hk&Ta? )Cz yMݛ ]O^ _S#E\FWj:l6!hWF|Qa~=g0 -m=T -#SN F!zKy|aZ8s'{Y8cieXV, &Yr,2u2:40py!Nwj`h0)pz D0FykvT o2P* oQ~ZZCOnl-=qЋ&~YQ鑝'.y -7Mۖa?hd\Lc$4d](0'E2sl; )/ˮdX⧐*_MS *rf&XZ Gؑ(kBӀ!^qXOZN((l'[0t2@OS@ӘRpruL3鄡PIح *ҝ=FkXXkAˬN!6 zMeawt`Qܫg!1iy$kdt~M&$%|$ޣD!OȥЊ_D~2`n+l8N!Yt8yqҹEܣ82Uz9?*yK$@" EhpLeMtL 'H CH5䂥v8gH3cU@=CDv0Gq"At"Ć7'Ո{̢z#m0=FCCJLqt01?E21kYg9vGbP<ʆ7]bebĵhρ᡾hX4;./7FGx:G2ߺ\σ{rO~t6ӂDDD Ю#VB9´ƲD72Fu@^ ߃:CPT.T+r:-/wk4#h]к kC3cu vJ dqS:OuR렯$c)1xf|Nn]铎-NME%NIM#E9I؎C=f $iE>c,ӹ}mmflm#{8UVc%2^UaF;!Y]oc*[ՄhJ&6ϦBP+trc4ft96;aza0U&`eQj1!?7(̹&b9>7ɋ\\mlXIBnAX*c8̂VtatŒئJ ̽]G}s9*CyTiz{1rMNZ23 xU2_Ske ;$X#e'_|ņ c}fK&ʦ?5:l#]e>.6"[>/w(wYF* 2#YK!d%wS2h<啎*c}&݇V&\\/5P|u%9:8μoZ%K -Q-5EKP yy_.cO:W:'pMUh8V>eI)$&{5 9+(1l5WV*vk #h9̀nD9?tNg&3>{J5JKEAf|bO V[{ o FYBt{ǃJ!QPu,B3*ia?4z.@3O02T鐗UOJxaI 'J*f:USENl 0ThRS>HқQMht`.ܤ3bPR -7Ӊt=6FW}dvű##Fy݌I;`P]ޏM\6M۹*?[Pbnx;u|@tVh͓/d ͙N -{b^N-v8LN`y4;e>v8GȭxCi;,}Nˣ[eFLtֱè  >ypփȀz$byameG8lhV? LGD6e[o{* --If! 8j -)Vu -NzvR6p%KT -mմkmQ1[tcҨ)^A5ToWODPd絀x=S9k)84;v5:,1c2-Tο>{ b:Lff` lø  lZu^M\*QЎAdJo `uMp8#?9[U*), _C:zkC=~ӶhlN~+*>Pe1ԅ+FYiEqBV(;Һ+(ȅ^.[7ZBȷnE# N` :P1NPL8Iܭƭd"xg4yf*fzd& 3,ܹZ͠d鴸Yx}\Lē}; 2岡n!*5{mӲ=J}K5 -:Ju8n1ʩ9oG'2)aJ0{-m<,]W~#ѫ0j&0Vx8ˍi]jkF -U#'ƔS*v|$o* aQQ zѣ ,DWvfm=g;"X4V$i?`MOy-H+Q^]sbn<]3,Wnwm|Dm vIkX<JHFlDymEOu31^F(>=36V;٦5SԌ̈́I4E%_i1X.;QąV%B2Vd+ ȸcpF3YkDp"\%x^uTx6:svpR\d.5Q;+> *0hdu|oNU՗]*:7^,AywY+"uVEq }0Eg9 OM77ջ|ߎ:߽nߍMM4֖fFt,xvf|L&ߑ}·+ᳲ][({>}oTfAY$I7"mu r-[5?Tlp}ŷu+6:~,io_㿍o}q~`}>{iFC|tѸmҏ||_V/?OV߸r+ayZ9K/ -_úTS|*/F_o|n/wmEH+BZVVV]ݼ^^_@Vjpv!~ο=l9G߅VOϗMkwy uo6wj"PLC ŀ/8VM rg;36< ^:y-={vzkyïNݰv' ̾ϚV}>| o4h翯J^)=$Nڪh%,{~[J8/ݨU)w#񴇟O[;kGD- N|mxjWvj#/|6@Z1j+o&*pi?6cM> {sj)zȊs7|[/p>]gJ\݀ P{⑛_Z}QxxyHc Dͭ6މO7V\M~ A mqnD} YRTdkoV* ljՅol=?GO~f1e̫)u ܁pF*z7uIn#*:yAХ.oz 3K7+ː\<LK2sq(*v\[#U^zũu+%-\↥kkf/yGj_p^*ylzB=` -yyBV5t f3UF%,s;/<=Կ(f-H wWoÎqp녻H%J%!0S2i7w` <3S !X6aj)ב@blC؋_ًX+(TxZ pٯm^2r Q|W }YK|?'/g~CR(߯&\|o~*: # hc2cdofkNg,-\Ysw,$ - saY3q%0)Ǒ ͵Yk7w8|o 8i߄0þn#h5_6io(_G|> G7 l8[ >> ;9{jD69x, n&JyN]^L``"udGE4asi -g5a2,I"`H6 b)Sq|҅ +/쥛dTg|C+=GX`fkյ(4qDA_si'ӈ(4ayZ_5ӌw64 4OZy֯~ۭ?l֟֟=Pmޮ:֓765oiimn|w_ǿD2ceYkTFGgR[DQ]ыZjTm,#eTLF:QFs3'Ju@*Ve:$" L߸QI;6[qL0^-oO ~|“%p0S͛|j42Kթ)&Һ~RS(J  -5^$i' >^hh4 ,|K$Ͽ{)C?Ow?/>A$L8z N_1 n;ۈ3w}:J'׳3i^-@;7Wgg~~LYV4=痾@%N-> 7f}};~| -fN_ե54\|Ϟ+|mwqwtV^xZG _TWho`N.@W71]/sWQ#WВsq*GWsj"&\IhL>II$GǹOnq|lI5k {[GuwOjVVV Y_Gk/=]yšmK5ůUOmހo<{:Rm}` 7ۃ5j엇eto``t;*/caҨ+ILrm=rm={ck{{jw׋=}MOU6xbwͶ~J۸.= )#ŏт=2_*.+/\ -~&MNKlMxhoC5wE֏bҁb$d9!y;Їmo4Wچb ϓ/?'|+G%ېjPGeHP,nO>?L&} M|Z>T?0sۂ0Nxڜ{:ѕ.me2݌NT?qxx1]YB%߁ xsT~ pG++egmM7cCO7? cOߥj!{8O\~3&` ǒl|bOM]Q!Xu?Q?"jU3~++J9w_a&V߳kvUh̵(?e9݌u - o '\-fqE|Cס6Xj6^i~ -D $ -Nv5/{hE}|{t[jV -J~ -_7{QBŎs7^ ?7lG~ٟ|qMs4+o9T&o6m_Lvqxh4;V?2Xpqض'm/l8{?[۶z_{ĪTFqXC?6ܿqe8*wYBeܕJ(ljDKc#pA;iѯmڷ 2/l+}&g5_|"Т,@ꋕ5w|Hӂ9ތbՉ{ʉ`߽ ž> -b'2HٙYGeIJlYXYFOڱ|$6#R>)!rr%(1p1h9QiSlo#͡ݙ}}{λ0n@}®W;cpznL@9as!-m8~Yy!uNϼ鱧7j%Zm,4Ѣu$N;k7tUuDs:|u51~]m"odƉp -W`#ƮP=/X2n[pF,CC[ÎhH ckḽk4yBaO ;⮫מ^Q/iw|ܲs:9s;uH*(4@P۽42!'e#gN#^xFakpckw.ݲyTgĆ;α]YmaZ뜆}Sqrox^Hzbr4cgD,TDz6lz{т3L/yr .-옛ۻnzSމn[+D+g?}.N 7&j8 uJXyv-ɫw? ֌:slL)[Go6~ ڋ~\ܥuǦ>}c+͖w}|Y6;{fó] GbS?Vu)l>yc:sl{挱ӧk}ӷdxcsB_~RqOU^&!$ tU!?E]lR8'.WDPnv5ӬWz -󞞸-\d8܆:hد`1)nDV2N=GfWƏ0&DbC<pmږ7{;e9݁^@j:斿hVV뺢H%gٜdSak1sfRhJ{rxt%zjLy&ljvT@[Tϯ?8{3n~֞qd.jt -YsLq̎Pat87xCʡgړ+oog؏٧ڦbMZ^~}K[>gkDL8p _Hy - |1-[[,KKzH<^~p  1p YG5mO< ۴xfn9w-9OfBat$!!>;\oսk~xG|+~mQ+<)N>eίwIq/=e?_L[ͫx 7EKщH˰ni|wry %zƌ Mhnu Wb)$` {nowvðx|UܛBiCoX7PViW_.p'-LP{pn6)"Ҡ>^s] 622b^ȷ\ҷT%%P|h;bπ?oBY> =2zKG8ls^0&7XyxJ:0x5Y`P><x sOx_~:,yY~Wx:!"gJxwGKt CP 2 lsoaG72atBӤ"\J Z4Id 5uDhm>'6y2rc -« Ee;*ސwlSO -Xa=?ˏ -+Vw -HwN~.g8/Q7 h r.6GgmڔvG7釦)$gL8X盘)D$y1:z=3:3A=$kJ|}L;N[ 136-6[x]ڵW Nj$Rޱ_ݔ <m -7ùM,>$֕N8ҍAD̗Y4cyʫ /e^>fwg8Bnzs@/voS|=%ėc;m"Kz/O:5au‹B'lw^0slu`^rhKD HWڻ bH{(fa -gWVt-/9{*m6eam7S^Ps+кPco~7p]E%YYYYGX$+rOȃݑ#?DYG,*ECѶ膨G?wчF>I/oF߉6^!6+'sb_5Bز؆X"f -'"w$7i3~to)#/ZN5I@eUִO*Ҫ5%bJ֌+Um&iK-kCAjOypB&=_cWm8  (?E_'<_}/1:TUdB5?'~xd@=LV,kn?A=1kjW4S`N˒V&?jAY)WƱ-U'z"p俠YNk-n9) FTkZʥuӰjW Uc_#8m_[U3+IEkj'd { -p_5?#͆hK UQ=_$O?sWŞ_<Uw9?{?[[W2${S]=}]*ׁzB@R%- -**9^3;+q/r@ f),-"A*Hu]sر{eOt*i[?VV[)柂ՋR,kZL#9s؈,StYal}ˊf.#FQu(. f@Fܖ҇1=V[03ai\0f+a:&ތq8%L946D#*ʠ#F.`cJұ=>18pqh+Fa5IJv'TANL3ݜ*0 MH ɬg7ou G3~0.a6ҜӇ-6PmDꁅ;[Å%69Dnܐ"OK[J[3Τ a9sɑYӕg\\acJYV -V2bk#P 86̸H)9EaE HqPyTCF3<ʒQ ~8 KlPƲ3,9VzIqs,c`ɹRMT.Vsnrd3Nn(R ^ڡ cP:#L^dCO50I* -  UDa\ k7~Hi`ű9\%ʄK jXfpy)JnS(tZ9=OȲPՀ(R*{ܪAfY%9hUD%"$F#@IeL6es#r^Y/N+nQJOs-4cEq)̟7 nX |RT5/9$/[tWd|.wPsI -ů5Q^{tAjА\=!-E{$͢"ʗEC$>_$ɥHҠ.  ~[74}zJ̏P&K \W}e /ʊmA60}j H-ҹ RauHOY0*ta6^ҁ* +csLԵQ2(T -TRxa%Rgj2h"h H&@pc*W 39cWyZǨg\@4G)d+'렠a W~.~P$K[eU)e~M]nO`fiQUAp Άszj}@s,=X4ɐ[&՝X.du [`Xh;gxl)kwxӥQ.uُ'J$)`dީ8V*\#ǀv0.10"UouS1b6%Ȑ'`SVtX߾{yw: fػ߶뾟Wlw$%ʖ上VvYv$>I/8>RSt[1 XK~ؗnl֭ZkhRڕgJ(8hϹ)f H,{99sK\9x!G*:we)a&NM_4Ib8U 'Ɖ_ۚӵy,yMjssv9/^Gթ8{+BydSiKܪE ygB]2s='\ |hZM {+iTUFd_Eq-)\yDf{ck':P'I) - B --/E ƥS#}Rrz־D}F!R#+1;E) l;+BEs`\NQQ.˭$Z.:̏CpGa] -FFՒ<qxMD:E8vtR%| _Y?e;` ,"wʖ)lPŝgmzD=ԊX2fPeAJVcTKК-&C3uRi$"]0#mK:w7d GE:3z5?t*!N%Ov-rFWfBːP؝PtTTOn9TkڡuM9ZkT&Dg1 E)p,(KM."}!uuNQqT Sd8KKc ?Sp0d`_Z -\"X$4O$2 A\Be#lPo rVʐ^\PQu)H[k* )I^Mؤ!N+u4K%BőyyP]AdD[w*w1鎶(0-,9 s#4yZнZ*bũ^X|/FK4Uތȸ3H;S01ZGe%7TP5`XzV&3&}DLoU:$F 0#EZqFQl!$},ݧP(Ug a>ē]eۂGCP{H8bˬ`O9_IEqcO2T SKykY@LRaŢMS4shT&!tb8JM,Dh*z1:LMT \NM9xtL Tz3 NN_lҐi -Lt{Y(j5₏D_^sbfHϯk}/SrYǵ93ԅ&:s!fȓOO,. *F`>ܦSӓ_&,ϻQț Sg!)4Q*!s.,La)dVo^[z[z뫚̃K)`_˧qXJf6L;ϔ%2:(Oj@7ojYfj_:ΠJs^ů׾&45i<;0kt^6 fNP[شAUluoyˬ%tqM=ċhHHN)O5.}6jF',1|jYS>dO,zJ"ݰ:r vT}ѡf!^Hșu*/[~'[3uˍ_FGFF''Y\6Պy#j9޴XÌyX-*%P&d;/o} f+E崺`YŊ,pⰯ;BlV2*CJ!KtQXZ~P/V*ղO\v,aT*V{͛cD -)FKv"a78(a Uf'PyK\Y_4߳L -s|5/V6Ts:֛Caʭu6r|ydƮ¾ ԒܢY\WRh 8ayW-n* ~#,ǯf7DWGfzEcͫhZM YYEK=wIz5H,cɆ" yQl-3  &%#P?f>v0i[Rj(c9lik!y`2rlh;Ko 8& -vϔ'02ki];YBCQto+}ZV6l_Wf(-d]ǐv.k{W"X%W̋j]³HF8'wͱR~>N+0Btl3,8&T‚X@ϠznHL( ,JzbF.-&P^LhM%}$,A4`)f%-T974$Y-OP- -2_ʲY Zwɮ3rvq/S3};Ո-EAHk&ز^y‘F_f>t(a\:L&{XmIiЍ ͩRuԳ~ǜQcCQ)Ō-ߐeB'HT -"zq+ȥZH!A7aPL Ibi;8j֨׵`Ue; d1H" -=k9,Z1#qbKlK_ `3lq]jT|>U]l#Pve4BxIU4}T[Xb Ut|e뤌@Y\"h4(נ>"5IyƖR1Y3U.J[aQę Rlǒ) aLt2R`bo%L>P5&&-<4 ׀ȼl-T2TB -|*9v|P3yKkȧYن(駶>ȃlp^\ a -(}% S lǶ4,> I`-*I!1s vTp`DN;g^,ek -^f2+1j.7۱<bӲ< *&@i2H,XA/t-H{Tg"-Q$5#jQJ)kl# ;Hmku4&:g$,AfYݟ( U{9TsȎ"A 4BISp9vå$-ZaniB-åާtpbұcK+]RFhĒA-%/I/- iѩ&xA :&]5yC#Vfr #GlRRJxb> p].POueOiȧ",ʰ#O˲p͓I~MNwc qe~a;Ѕ<J2.Sz/Yjn|湰\2)r4홹d 'ċ^|0\ǣc9O<9('XGG?ķVy;Nģ’5TV=aÖ9^p#$tψ{xl9=1D0c]R+Rnd4 G,wl,>6pn,ǿ}u7}uzeۻqDn76U=s6T{oUۛn%iQ}wOݶ綺Օ(U'XU5j%Xs] [^Zo;ݦΖmSۍnSk~sgu%4T%S{M^Z66{`on6z{jm*{wg󻍦z:D%u;ywCf\5;H nZ @b!z6Zrc=X]^ݫw܍Mɾw@ Wȯ܇ U>~:]|M4[~{j4p#x#%tNz˪=m&Pܶ6ivwڻuPDbsWZkv6=UW݂FMoӤe6(2f\`.ҀѪ <dpHh9;l6k}4;=klQl 74uEW/._>R>= -Si.\4PIY%98Ilhjkw.Q%{ggmKo}A[]Rk"\5#+ZЖ%BxhAFsƆ6^mkMς){m;RW/l{݄ƨrw,(y[-Ln6H"b`maԾ -/5 y[@J]6X^=/\saҪHc=EU^'R k;e:kE,`7:`_&7i;`O5t: 3ei} ,HCQvB)iEHpp L"@N|fD]cS:CNh6*=5fwZso28qK QbVB>c Dɲiv{n  ߐnuo-y4-|Ei4Cv~aw+b{bcl;$颛Tm-SaDp .mVW~z.Iў{󥸜x@/QM| iy$C>n[|<8`c$PM"C rws@y-6V*k}Ӽ0wPk0jNV^ NLPq!q6U6b3hldYi'O*,k-Ϻ^4-ʘ#W.Uuu;|GXU='aa1N̬fZ޻n⨕h74$w,mdA84kyBޙ+K~@& ķ3rK=YAs@riT=9K-}\stcJ>Os1Kc㣹19:}f_W^W{sknW{kţ|W^YUA; -oZ -WW?Q*G)ڏA2Bڿ& p[V^[ k\{`ڿ*Y;` -־U8+OM[M억Ֆ%)K=DUH*\Y9@JHZڨ(4 ݴl2j6s~z3|UEdyH$PqqƽuN' !@H0NC1HKx/ /c(+ ߴ(£WM49F6.ud#j\ $SS$C]<0Ws~ MO9 eu. ;DbC@xZN7!A$Cs(qx4p_`1.JBOaS }vDEc(y#)/rt8X6̓1F& zч ~@a0YX6wC)|}~/hGaiKs#6^ ELEaQ#4aֆC:`m#J~q,W2Dcs9 3PW֛It`o6 hebrE7\2Җ[$uRL,<ìF:м#b$ HE5gV v̦/G ڈW#3F&&Krg` -cphQ^Đch&b걹[8ܷԒ)x,<D℻X GŸƗauib0߉(C).;L5)<,m[M+ӡAE+_B(N- A Z43aa3o4a k+BǘRJ>92D3dJM 91pbbpL =1xrb#v$iLDO2UĽ8[cVzb}<0OO:=4퓛NːbJ<8+wM81mb`_XvC|%.izpfƙw_xE~zޫm޺~`3;&W61Яq`b`D^Kb6Z3zW'zGx&ޚ|xCp`'i1yULoϼLIvptR<ՙ-Gohysd} -1w/ci7ޗ&41p - ޙ31h?h:>O<`m8VKe-Qmr6ѭ;h @o梼.3L'O!R_gۂ~p򵑩ߛ~a8f=ۮn|ݖcy36f>:DL@b}f 3'2ס.xyNv`vk6!jZ%$|~t- 3'&Vwiro -sN  14ӧ2:N=Oޞn@(9w Εѷ o=4;ޘ -y {nH)$tdN~AV5k TM >xQt%tvHqFT 4)0I^O0T:55GkJ=4~W??Ȋ?D{fF'6uttg{kTf3̫;8O>aXk%4nBң,^~|@' IiҁN sᇚu?4F -gZOyeGSdsc;f!u[[v oyg}a6婗O66znhu: -v(S b>q>&~z -tl7O`#kܤPֱI1O¿I Mgmjqr4|,B78g}5fV{:ݓ;HOr{y7)Phcq@tJOo{o1IGՐt ↑y {r}v>quẄHxŲ:oz& +'fsyI{[ôRJc$Ss;,N>EL8D)5{p9AE7xʭR})78iS0z3<MJ|P,E#d=,O}hR9vͬOyM;]ɑwxpu?< C&x#I܈#LO\ Vx4.F6\tYC3%cY{>ZXU4=@1E.⢽% DPeYI-&8- {Ė6R\7EP۰3nI|՘2|7hSj?Eu[y6iP0h<y`f #QL&-d{7j# *Ħ}:6U`1T|ﮉgx5_wni]ǚ'| s|m@Y4n]ǏuQ -aFS"`Փklq(dV oB -%ngk[{JQ^`}Y̩`8e98/,Cަܼ%@bɷO)8~",l-fkoyfE%a ``ו z9ph0GkQs/kjv+d\' -ۤ,z:UOnJ`\`sPMߪZAǴuQ6aF+3-+j"z5Wڌh&]G#7향w߂[ Wpœb?|8ϧuչeJP^WL4WVbOJ.EݥI'D#v*Ɲi/kHX`@<_t;?(VFtW¼ːwFȂ duoZ]Gr f";<5+4u8z-Phqplo@&$Fn -Bit{~Aǝa9 nQhO Rƛ4!pF&i8bϘhR"I陛v R`" F̠J\nz9;?89|^?:O?9U s>wg?~xܯ/9]:wֹ볟Ga:{G~og_8w}t7-W\~_:}'sᓏ:睋tι |? w>¥O^ B|p9o 41qG~p > .`$ Χr }pWOvDq|oi4'>:h qG?ɏ}~}3ZW6g?_/?lB'S}4N < A:O3c z܂\緳33?4ߛ(yuqRst?|xOH2??8+@{-̻16py>@dk +Eom Lxt9oC]<'c9ͬd X%(ŅOc?dŧ>\?73FUDR0;YgϓghHHx&=4mWHI?5òzb ҳ2ź?)4?ч -g/~0Nh0 Ȗ:S5svo4 X<{@=OkY_Β1AΨ:Q)AKiY}|$BJ&&r.пbVts@xW$Z(~ߓvɆ1>bOsDoW<?9`ӿSz)j|zɡ<9OuA(\pv4( %٪y:LG~x*3Y/usg10~g!-٭Dq7z>e7,7iy]Õ_II_LFX3F5W\z?0VwE /ϋ3 ^wgeI~tfg-qz -pq {?L7GG~Ab!`8:B.DU?2u'%4>FE?,PzeWorhg͞%?m125ç;A9l%#C'Ze־ o @ JH2|KRq\`OAc>EW".Az5DA^W1uN3yOR}HZe, ^.I"g쇘c|{(sjΏU>ˇZ,ɯw}zׇ]@~W^:[|Ŋ$7IR3I - \\<(U"T )YB]R*q"U 7:ӹN]5́p{k tt-C'VL^N,Q4m#U\?^ڙ8O}7rq8kjre<.$U ҷZh4#SuT[%ȵv^<~i^]Ls "?܄KQwqVGdz*?֯SnTҴR(1lq)ԥm\ϯjmt.Sz(SQsr^Ua(뎚b߶'iP-"cP>&=Tߘ<ΰXpz;ꀳ2< 'ZRZ樔 C_ڹAJ~>Zbة7Sdq]u]Ǫ4ڎFRuB8 xt!Pץ 0 mP}P3?Gs#a볜HH㗥 1qUƟW/* -|=;n\J(ώ({jn -݉b@fjW_&"nX@2Ț0Ėx}?vo$g7b?%esr^qO0^~B)qgvdc: ^yEotQAG:-cD4k.oS^ AM#,NﳺƐn´H4pTSW (z*ՠ3];MwuDa˰XY<0l eCì~KZi$ҮW݆Zq֪N3 [(Fɔp)PGqԜB(VsJlNgtiӬ85:H-qBTi}rE. 1ce][ Xftodeu{b=/TRf j:= N[_];yxcgjN#lp"aV[K*+- -Nr B lJZlBMC g=z|g!ڈ,pZ۞X iآAMǜr2:@~!!ԮWgܝ#x-VH GuKBkDfF|m ‰Id|J}붪P }%ޭ8l޸~x 3/|wW}e||W~U^PDɳ]Sâ⇁S; -^lGKFS 7-ʗ2S -\/eڃ:Ca] ċZpE͋5q-Ρ!jչVpQ_-JሢSNb ˫*\+FT~.0VOہqrۮөc{RK! -mbU\_]e@\HZ#?Aů8c}eUK -z*#wv1UB2\z Su_PFȅA+CrU}b>]+H땣t Jsu?vRebu㯨A /s=x)g!+|4] lu*,GUS%CJLB{?9y\qd+[*YWʕ/܈8FRGg'PJU?ªHk -<'W;^|[Pɘ="3MN6L$r$9ىBUĎiԠ8Iyl/;j1fr8 -nϞR3yX^&q 4ZK*)Qs{r2!UZ-|l_[`~느{Zots5t .>*&Ud&7͠@ETErRڤ 5KM^@qwXf$nZLD=Wy'ձ}p}%@V+)9r]!]]KI\OE)C%tx4e$=h$ L/h5``yfHGlҝ}^\@4]ޠbqA, "lm/>&XwHLP&l"nuyIؾ\UF*Ҁ* Q2)6/B`OCX\gG(' -NM/+Fsq TR*(9]8=Nu~^O͹wG:DHf>) zղPbK!+Z!> ϸb*R6YSVI9B8g൷{)(.j 3fP̭Z4.S5rm }cQ:-A3hT &$8NF(kEjl_%P8œ_{tkHljvʹaPW[.qq3MAn; 3o5V#J"| _S -5RػaZ|2- -ʏ%Kz+}Ji֋׫}CAl #Rz^Ih0YB+Cb'$:& o4"mk6QACIN|"YgzXИć%=ϫghIkTmWyLHf+ju$$mY?Xr(i ^ai=5#{ӹƫLMOhK?i>_wdV{I/Fm[C!=WXR CÁ3)O2ik^u҇F27Uk3j0H5oosScdz|&ZS#׫|Ѫ/u%=g (n)yh%]Y+[w^3m˹ϊ˗ݴr*_@@Mwwe!Wzr=īs]4m@KbH_qWqh䌿bD9^w9(m[=vYLܠGEoG3UN_Vv<:?\Np?DK.a77v~Oþhlwg!]aEA|X -s;#Emi]JU^ה%s;JW4~;[L3N`[wG!'b[J~t@h1@P+;Cˡi7DDHT -1etĝ02(mXx^ ?^ 'fqWGil<st*x*^TTxQB֥\q T Fj)X<UQj`G^_0LGOI(K,෨%넥s*U˵AY9WqM$T33v jla7",BAuEPlތ Uc93u=H3T$ M柀"H sb`WhIVewQ-Ť ڪ:^NJ,3<-Y^7$ H:+p;Ji@zY|56o %DcB{\U W!YV^oz\"vvoRCv{V5(]5]^bځCK]5]g _:sX-:)b>Рpy4KrvBļ$+ͮ^ɬ)1ZY-㇒˵v}+֥nAnN['jO]a=Z۳s$0nb}N7q# ~m #J{eˣY+iɦ^(Rd5JN+|[]ޗ׭\ܶ0;\qAzRN"LAq'n2$Lc1e',V-fHA~_BVkLa#019ᖪ(m]- #8QUL:6vLuzō4 -&Et"RQR@r%`)2 =.l o"-)mP1Q^S*M_uJwKiiȁ-b &e՗YNȄ鸥DWMGw8(\Y5]Rm<;㦚eRpL6b2l .߿q^i|aoC -e SyT#i}qMn↕@m˃|SRx C܇-Y^4uq(wօ1gֳYɦJ!ѝӴlwJQŔMzRd+O5A0s@ѹp,NUȂbpFs2^<'|]r^pzk[~&/.$&VYDI*\OƁ&P-TPMbm 6Ơigrf#nZEmZ @SMB=I .4T\ ˞Fn!YU/ǷzjK`|~ִ eÝBs+g@3ZBAN4 _QP-|jK?ryC %ǫʪ?1еrakhCMPT?B -w^VRBf$l>nWU{RnNS -aQ7#=/[ -{r(|Ҵӣw~NVTuUޢ_ykhE#Z4֢(E"tiՊU_:^Ght]8瞺㟑=0;{юWpK[N~f;J.M&l݀`A'?v1G*Q Z!;^y#mun3Ueu-UD!cB)ȡPy<8Gަyx77>:Aa ޙ^9P³o2 T1W:9tc@^%/J̸5RH.}"L1=pӀ_x;GqIPOV|5\Q^ă߽ ҷuߑ%m, -r*V cz5FM0 eި2|#j(3)tR' iƯ9D2B%3pV>kQ,M F"'TU|',+ݭwif[xАEh.0 =S gi:u5sPSa pn%RrJ1իޭ2 m8)=n)=)i\V -q~ n -IUM Q?Kkp`#Q޴FŠI ND;͓6j}280-3*ZBNR̹S9i#֨}@z뽵ăl4574 :L$&>3jHŐU"^YO+/^xU iEVM;9v%,9Ln֫cОwq@K#P?0Z qH1R"kk.F#9c֮t협Nr܄fؾDŽe;o8@EԩE0ih '6c#/AYjiɒt}q]Di)b1+1+-_r,Qlx l}Ga=7 lBSdY*-R]ݧs*a1XL]PAikpSf;ag!KN]@ʽU‚@N&("ַ(Cňbk꤭6фⲰUtZ]5jI˾6 -'@vWD@$dQ~™rװڶ.}Cx/{ ž7dpLsGqpɎ9KoZoZbʥ+ -En&5N|m6)ν"Z\'_pQɠW]\cGzn7k](rNV燸g{^5S" d㣮7_E&QQ8#$jWÿ\C5F5vYvíxz]e+a ӜH -Us\!Fkye+A1H3rOzR<`-F}6p0zƎޢSr|WCYCT|(bQK*t\_lГK##$ ->0x]QE2Rjs$URH#Ƽӳ/"*>/[ =a>1\*g3){}x'.1>@ }s3:u:~2$! {4^StN%v-.\=b jduæ^uTjHGnP3=TiXŽ3- -߅Bj2WؓX.YCM.Us}3XIA_oEA(C9A+~ê@,ɰNU"#tI$n" fO/]?AXYUJ$-'Ichx.) 6Ԑ\\=fl#T5?emH(d>,㣠*6˜`f$rnps*Œx - -AfyN܋y >))'Gҫ(&DvL1AҐV&\IqSD:ש|EՃL =ω' ~Z\A{hFVw4HeN;,FQe =V?bՊH]@9:.qdD^;TaGrP ,[&/4*g|D眡dV:R[q* ˫K,WL#kpYѫp1|@z<_3U`bT[m$|0~p  - |iiUp|/ǾѐAy,_F8/ P-`kYmuԆ~I'-RXU,@T+˾K -6TH!-f*Nn8!ĢBAw:"6pdҢPhD;kːrS{KL]s7xy/ 2m+O*[]b2E30pR`vM<- }0}]tZ[e"-ć 3<.veSo -x/GHoH~vWo;?>E+(:.! -q9?κAU_,ȷz1A{Pn+\yӿ[b7tӲ9lW'_(tq .Lݏ3[n;U:$#E.W@z5NO&,8hSoAwAaIl-^eN|^[!tAQ!QZtm9zBfIAղm}+;r;,.i[Q.[naܮM=$(Tq0U櫽;ɨq^!i+tUUlwG r -4E„:[WU[ M Ϲ5(x~Zsv|HMpHN8cڼ2ᲯANcTtXnJ\6{Z2! { ~v{,+QU+N9͊m^,݀"CX-hn'ou" .)7h$>M r -3:L|/UC/;~]X ET,F288H n܋x0DF 㪭•0oz8X.rhsrq`$$Y~ d)q n~V4u\Gj|ȿjbm,#Uf,IȾh;i - B7R[ |-cuփIU=aQ̺ - > yN¦7l@J}McR -79,[Lwqa5%J? n>s#D/uQ?")k* Z -*~fL)*Vm*`5a]nWYj'V -|bѢE8*21Ep$젫1 ict2$BG%[-b T"vO.@(D _>ftZv%rz'9#wƝoѦ״^xiE&ރLjxeh.,]PQVN SN% gՖ~$)\!U`GUgG"c+BRlD0iZ~Uvذ ,@#@ SSXt!ŇXVE}k' 9sKJnbEHf K-Y;Ij}R{Re\nҖi;L^(G;RQH͙AJܺK/ծY!C<݊VlJynPl}>\31E޶^ EI+jWCQD:d0;njv ]S錾fr/8"ORv^ -UX2ξ6p*p;.9;fOUTi^9GR#J|fwK%vj&@Cn3#FR@(H֯]vқv.DL0T(PgxXTKeC\mЋdvқ:[/ cGJTR$/+8y_H2[Z[eBjrDV\ܔ;&Y6XUŦI[‰# y=AV&`3y'd፬24#_*q.YX."rdYN)6$$6|C700;s[3VKvx,I}Š|wXsծ_`vvow\qJ$޴TJvFH2qJؾUc#]W*qw~W!vOJCU} g2!=DH\a"skW==/cGјy ͷ!BEWgtTwbɲ+>K+@uG߫] -z^Gvâ:=JͳLi]ݮ;l5T}w -([No`WpI8D7"ݹ;v,ծ08Óךj|BM NcnkBFW>^~,ڙW=~tp9JZh,9%?;~? GlY.0nN>4 Td(N#wpr[K컬*Dj7ҷܒP-ߖ˼ -A4s6wFqO(R}eZX#*0Tj7ǎJGv/nȎY簓RA-]; ]TJY;v]kcx|do?rI3xTzVsN71c*1JWn|O#Sb'Ito]iǮG&zD -^U{(=a ;`\gXYCz~CJ7s/ƒCӌԿ؁nk\_D~]& Yw7}{͒yh~N*YWh#n":)HSҝh5;WڮPqeќL܏ŰXA_tuZ?g<_3Y qvz*Z 9kՄTw=Dt*nϬsz ۦ;鰮kwܪ0-e.j笂nw!\+.!-ՕۧL:18M?ړF2ĕSgw-S ^9{ 5s΁Ww|]'O=KxPMc{ߙx&3&2J=;sMmy{'GL.)0lvuKVӧ}3gd!|&l5qN 4/o{82`j~Bqߕ'O)_x ;_ɻfiC('y7B8y|@M%3^omA R/z)`1 *_OT?Zn~܌<3xɗ&IZE I1[g{wF9&ޫmUwާySO?1DLIN,YF[ ڻVi,cƗn mWG_9<(=qrdz~SoL?Z_+/0(yBS|rsa+mjѫ_*ozu Y){ʖOՁD b8dN#yZقJPM=7ExS'}?{56[On'D_1c PEPS90X㓧O'3Yk,o VyGy6`d{ 1ƐvuMbC+IS¹!_ڗ7>g#s@cмX̶;0'5ChOR "Q{9q+ON=RsTcFd{ 2$Z=~VlHFolF7*>D4,Gm͓cG\h+ϑȈm9>=iz1D -QWCGT̚a΁_Wk };4?#Mᩣn{YBoB#N'3&(k_=ʢ}Uq)q7YI= }^Wqdx?Z|[]zKb@}k1qѾU|c`Ÿx{ -=~%~w -Q-xZW -ZݲD~z,/maW,Z۾t{ACuȉ'Kkvw a-rauy[}cRiʱ(uUGezP_ A$zQ Պ~8}&A+䳴:yd|Q…JJ 3yHH_ $R4tF9'Yaey \}\>8ޟTRѨ5FRqb -)U%*p6⋱}Wt ,rŝ27~KY/0Ƒ7 -sekeЖ4̹DzMuN/Aꄮev.T+FknM, LC}ڮ^#yVKh5w{JEҪ0\Or`nT10rw+ږ{=)6#+H\~4:Ö0L3QwHZ&xb%FOA&5ؾ\UKHR5 (c1`OOIVa5EO`2*ncTk堐}P[I׀|T62SCv/0;ٔ܀({xU ŬjX|qhCh+O_ؒN.T1ʝ~p08Ixk9ٮٟOk ۈr͆>K')f"e X:ݲ$xaesZjvJմvu܋1f_q8Q (<,x X/ŅU~{bjDRגn@lF1$ȻQ5ػR͝**{;\ $@FQWC~.Rj|P[Q%kהf#?jQxrR_9xm֩̓`$#rY޼Q-x昴v+鸩Mplلkиe =e  a<s6DlcW:1"2I3Z?!vGjdC2ۀ_pA.DFhxu]<R'wL.-#]r[R*_^^rn_f x{VBbs'n%??DlnJ$W=W0*A_ 1v{`,r_lZ?"S2HٱhX08z#Uev(9q Rv qjثBsVF<3g`kJKMe7?˗7^+:gQG]NkՙqKeCh7jY|Zyc78V'̚ϪbK7aG#ӟSi'y((y1բ>{MFFp$GaJϻrֆhwL_⃷ 9KeM .jQoH@tTڢrV_6L+^ѹ4:~XD0c7 0M}\pB5>k|h|1b:"mҝ$izWb幐 ShͼOgniwۀ?MG I<]sK'uS/0\al,mô(7}Te(IiA> ]/q'h<ݫTݲk€ `GOU*3Q?lq[_tq3rg ~ĵ++b<<`vz1]+h 5(, -(Z(L%D0uƠӰc 'x~%0-b }ag Yh&umD8a %NĎO\?- -uzQ5đэNA*t{~tM3f;C7< -/mi,9]+gZ4RٳU[]5tɸګM-J݈T-FX'N6\}z%iNz~ZmwDrb -NHbL&E/B96wW[k1J;gG6m]Fא{rдٹCR ;uN*#HHY2.C.cwjr04wNq:U}a/W5Cmq=L@;M)N5s17.BlU:M%1:tl9t8`("y8%] 6E$n,Űh#@_OpGi-mk$>KsJn,FP`Q!9Čw䌐K󳈳6-E;ʗ9g|Hsݳ|.{*88cECi75BwJ\&feE.*'J^QŠ,dleaiKs!FՓ?]E[NRў$.yUj[K=e]˷HܢU{2Zd֨ys@S>eJ3tiN kpe|̒xs~ E]֦: -:ײ6Vص W&!7fe-j_>1bEXk~r}aDVǹ#XÖOa+/XRʔp Orc}-_Vd0fЮI셍mwDʆ̈hHȅ$I<)4yHٿªD6$Nân Btu~.Mx:Z|hkuAշ˼+J_zv\{|]Oݲ/ay,x'o]SȓWu3+fAܞ0oMmW*]&]nY:IZ,\6~݇> -nv{~|YX,Iy^V>u&M@Sz]3Wrv[9(_tC=4'D{ܙF!w9 B50|Ӡluy& -$Lw X$Nq}P/IA+vx]; KҪ.е+b<4ޒA}ǩ@P Ѧphw€\ӠC4!?/)4>:qD[Ds9 l ZBcyNJ$FxⳀ."Bx*"-nSĿ\Վ11ej>DMF~]1EyP*2MA6:n%&moḟJXp /Viq!ݦ~Zj[xTT ;վlϬ !@Z~u '?PGO$$ -DNBhj#r%f 4M?A0?i "ڄ`5z0UO959LݕʬteMす. =/5*NĤMC[1ՀeX_n& -\mx$D? -<]d_\X #b;-xm2"==^'r 7d:6;mRA0;& \Kz5s%vg8u_JksIq]J*ӫ|ͅvQvt43?eOV@7if+Ǒ\D%˦Hf V(Thb ʥ }!0֫cUVܻ!' aqE| 텱lB`/X6".b7//jѷ4pڅ6(Jڈy,Vmw+@/ɕ`ErS!jh'@#\&GN/.Rtݲ^dk7'㕡:HXze2T)2Xbqju"# -tzf]lSHLʝ,jRs^{ܨ $hsCQ Bxnh{Y:\&IZ!d i:S?CP7(™v {76>[Ն9 Ф=f%V&,c'L@X'T%vzdBiִU%̶$V8|>e08'DT%@p>Y:/{w"^_k& lAZO8`L+4YK*O+LыE,*͌zZk.rX7@E3-Ji{_33Qwhu4,){|2= Eb6m}:S~~gξKcoqWIr\'ET']y4]Hry1׮MBzg$87 -5\뗻g1XN-Ys7 &3Wiz3_wª%e>wg -@_KH_hFËE^k+]45j>L#ͧ0 ?,˫^-F \v-W_I1ߠMq@s+ٱ8^Ry1rɟ/^|ǝhk4h\Qr:h5,֭/yuQKGVfsrm}q̵ONӣ>qz6/kvyLդ.-{%u'g]򬍝t_suJe. e)@G] u̝c~1E5owCk \VVK{0a鹾ko[V5<: -yt-3=zeџ'YD׋ʦ+E_zw+8ꦕ7-[J|T*[#Sztpmy8G3T/VCjy]PeGWHs"ӛiT#+="m\pPz@춑r3 j|/_ #P(4{i1\-~U - 2\1%A2$He4AKvxueY^u&`E}MGm8^ \o i$O̢cEBu@YvR -22u>B^--bq\R?z >bML|bR&,blֺEa[߀b0Y'5A%;zʼnR P=Jk7)*- <#΄!j(T*/zB7Y\ OKeb@x15*N.(i<+$Dn&y`{•C - {  -SCdLk&_o4XTB2P"Uɡ6cM%m!tZuP&S(/+J%Cg)͊9{@)F+Ja`ުHEKQЀj9 -J"^2"Zo/wUrDR3!F"K!$av<̅(bWa/s"Dw7t e;\Ha* ?k.7u:++m')1EY028n)u˱ګ9"${"D~G"YXDtB׮3ω#v+^^|ՒtﯴN8)lD&rȫYmcH:Hs8vgE$',%q6>vsRwL9FDpҌH#OdCӆ-ҰX)T -9]$="TJBhRȭQnI?H4Rcyi:u "blpŒ`MθŤJ-U Q狏H1 /3*Z.~{Age‘: W#~&A8 <(^iu3y$A&+OVa'-9:xXzAdmȏDsLqZg?'ΖȒ0;PfTp}E$Ϟw&Lq7c?v_gR4g"4NWjV{%^XzNI8߯}5CIx$EJg#glT[~+Yib)znV[Jv=e˰`x5Nxt\u:#Ebt;:ȵA˭/S[|4d/H$셨t%þ { +gq8Pm%USoNJ9e_ʬ,l,[ :V&r^#VI2r@vHqpjw!mHn fU}3{Q1^^5G{Ɂ0&z"8#FDC -$ #EC8J0OE VIkExU!JC5 grb$!4Nůޅt^Bc:~KƠo 0 EYVFQ&M/`!1\):u\$/@?=?S?8MJ]jZf -@Z -Ϋhѷ{ bd/Q$ iA%"/MKakT莈|WdAq*~j&1-{DOK^ˍ^^+?߈$9gX+K:z^M,3$]ں. Z;t$kNjl/U2rX304.[~TiTp4D -uMjBl^詬iïifLai_F(hPfQ܅%MC;]UM4nu4X8VLwuIt\nJ@vsňPũQ Wa؈:_#Lr&^;\i%г浻C"psRfGw$  -q x)",y"acy#=EJѰ$:Y+E7^b-Ę\ˋ#zZI -K;6'C&" -EKGS KXY_(EhweINIcR-|*kХNJAnTwzJf>{Sc3u6.%;M jV&ǚYYi+R8WŸrROo-~61 Aqhvp[aVuI@.,?<1eщg&_8o&ޜ811eb݉g&ߞ<91p|bpCzr;GF'6(>rgip8R:}`+}=1ྉAى}r'yD~u{'eĔQypjWNqb`FC'47K;遙g}~{lj-{z>iz{,cr\@^Ɓ!^{.}hU&_8gxkb9] 9p31 'ŜU3ѿ ?RY~A-@E̞7g}OVЃ2~"Onz}y`Ml=oe片jsHp307hE>mpBx`/N  N*4a}7#{|ӈ'g8}Xxfbye -7u.gL@4܉kxHGHD_9۴>mr6E;hձ5x$?=gp3Lͧ'OgU$_gv?8MD{W+sԞmW7ny36f>:DM@R}f 3'4d ; nexw k|r̶I5[k;۴V؁Zόc,izO4^}zM' -1+8\ -v}ex V6*&O1yc;ycRȭpRIiq1GLJ*q3Hfk&Tl,Zq;A/Z;&[ -r8vP1tuTDrp٨hgDkq!XY ~|Y)k?mj&EC?"G9<J9v|r۳a|F8aj LJ, +?4H>ƬnF10={rdz/$ϓ*y]MJʔ>?1W(7$XۣLj輏ve_quHx;B)1YK>y7cKzϱuV#]? -$B'ٶ_|Xu1Vzrƒo[lg"X uW-p` ̼sK-meg 63Y7o5FijYٟ|RNzK0;J˄ܜo䙗l}_ygEaA>O=jBb `iI-DM&z4n6o=ɝfO1CǶvz|zA?țdL8m~fZYSAv&ק?'ޒuBeR~ǫl7!i1#~ zO'pxbrg.CT~_O%Y7mY6{+ďmPշ fFrn2S/odρ-3hl޸Mr?V - _ ̮qZom^Pa3f 9qr7Z'|I~m>_w3+D53k3eeD6D/kN;A!rM렡̺bn|kVc+ 'O|rfV!98vc/&zM=yK -$BoR%c^;d3+P -m||uO>yenh0IT#F>6i"4hsS*|+.VXr:Yy|W] }[*Qϖ"7>ln8"_h󊜎:ǎFؑU;w>^% } -U:}{J5nGGQܑp,rysюE5r+_L=GFKrq79m!KE\Qv z_Օ{۪ h#ڃFye )4 ~cWqOzמTr_owns}-dH!-:%t1EPwè SQ" !szԊ(_lۓAK# ->/uE]bFTgg- soO4G=X)RH_CYj>Pr|O"+-gz+ ߅1/|K39a(#o곹; Ts׎ NEكqSj,|)o>5|)r{ -y%ը*іYWea0URK#@ )"%s3:2^n_W6F6y\)iҌ+jRW1ZJ]Sg>wzx*ѻ %+3K|0mP2}_}zγ9KÁ ;ɱͻv0cWUEpPNJb -c^js/N )3z?B1fCyCUE5XBr^d/)TpywyT=AԢk6I3-)k˿f:[Gd*1m_\i -Ճ$\Ug39E>V\&;#ɻu -|',AER -{-bH`Eo - kp;DחN`ڪ _*=|F>_zSϖ=;[\he˗XtW]kUXb媥˗,]ֲk^:o)`dş]<}K/v.~q({ХK۝K/_xKu2Lc ң^3豋GiG. OOԙ3/t.m~ 䦋iY=ĥ Ѡ!B߻L|ŧ3OtG×60G/dG' m1tq+c2y'E\Ϊqha'o0Ucxi,4 6H_ # "=GXma,V1! i:JHðåhSʀк]壘q^kOG ng'&z35Ń nnI1PHr2W`rzX%L fE BY01M@,1MǨ2 ὟK"!|aH2LdAyAiA5'7kfeBj: ^;C/۟Fa8bƐIܟ>_GB:|UoCǵf4w)Jt Tag!%҄QXD5\k#",l` 0;@$C\׬QUv<Vd7D)n_꜄/W(?ʄI3i5A/ - As,>ʏ`ULN=fC9% x؊5gc I56F: -K?:f0D(G ƀI4l!o`11 np.p<sᷨ"&O9,^~L,ϵ1LY,16-'q~DcVq 18<֥/ŬO/,3oew7LL1Po~ q -5af>0*ӿDxZ{(/F{GGKDCa,yΨ,M,>8Sʮ㴨G5>~}w=㘢җPr TuBL,ge$ 5&\َD 2*:%Lqx[YMaID -&YaquٙOq2f}ZMv>`({żߟD4k jY2N)Xs=l9&Q7T3%='m`ɂ= -1z(ƨLz -.筭_Ϙ?E -k#`pWf5ҲI,p :SS+?jrifax:5QxV^acPΎ$|}L8Bc,oX. Bw901C>qcex5ku3 B/,CeYPaSH*ނKH猷6>Xbq BĄ"aqХaf:>%C )0=& \[1<u~IZJ)YG ׼\}- qt2bM7ݴr9nZzn;>[o}m%KXqے%wWuRs%Kgqfn -=+12~l|%E<\,ѷꌰ)AǷ3.v_p,}SG*[t-58yLV+a/}Z3,28z3OL䖡:ggN2ɝO>u˕ƽ)&>WF|=;&O9$Wï6#ӣMl<88}͜~jbcOolٳ ʣ=9t`f+LoҸ&GvJɝ˝ك; ?1y+yώ:֞E5x̙ k=slkxrFɦ^z7&|Hq5|C'&7'^{Qݾu,h+#O\9ufg{23ԡrO?0g  -ߣi#.X #WF gg:v&ԕ&OLn9xʩ'_;shtc7&tjc;ظm'&1yrmμFO3WG\D3aSϝ:,.A:aezW7cWFM@[Q;SL@z8"#CكR49fp ҡ+B;-q W&|6 *cTl 4|d'K^2z$Je3Dli-4-gST - ‡$ -\oy~f7'P?o =9u#C$PX8CA33xP@4eGvwS/}Q猠:$`^Ս/LzjzeÏRRJDZ^?II=Dȩޞ~y -K|4V"쓊|J(%Dc*þQ -Egvbr }y˷xRZQO<:-K -K=>`f#U>%hFM$.9H&>S k NP߰!CftfhQ:,Bz3ObEgNB|kFcj4K gO]90]\ *dX -uw'o0Ӥ:cE㝡cb!aN2`v -ӼfŠ +o3ަ&͡ YAgHTR<_d9$ -kۮ0s-Qwpg]'O1vXomNxjB«/o$fz瓛gL/Llzu ^Y>@̭G0ud`h3S#[p1)F M=*fM&}?{_ОԝiucmyR -v Wi3Z]݊7O2diԳC'O~4H@ -zgzQ '%_Q48$X@~VߙzliCcܬ7M!2#+Jcv(a Ļb Ԇb&Zpۆj3K' - )F%=S<9܋ դ!?0fmy%p &=ޚӶsIp : b6M9+}䣛'܍2=Tvj2]NF6[ضl9>=iz1IJp$gnu -0JYnglT0aouMi_M['דFmgtEpex$' AMB߄nZ즥Ws8Ǜz?bee}e[Q@~rI! #OKh~]^ +bd'lO>(Zj2b޻O=坶5=~WXps;pio-x9?nPR'.9jkp[aQv*V;[rk uC>"wuo 7I6 Ípc*y 'm/ńSOԝ;gp' ?{nK77'0ȀHeJͭ - >#efuDU~L É$dG\z 02EpB^"9H~<#| vp߫A䱦+q_ᴣrNI q'' 񑠅KuiA_YxA>P\Z:6s:>ʋYG%Qq|-8vkt^a)?3"9''>9wX尨|NΧῸW2`rkȤ^9 /ϜTN9!:Tr#|" q>tL"^l_7pù7Nr^0Jg9&}Z#654L!*{>qD,)A1W֛%əGE]zQ OZ&"STV2S_qxFZrBߢ88/D/Hx.>VZM*aZ U@k Vf9u樄AdD*lX᰾n2$u?T>/ov[%ǹ5uXI-uH #`.5, փ|;̰iL̵gԦ̵nG;JdXO(t168ȿ>3b+B2ӆ%yF<(*[?5 riݵ`!bXt2- .q<& 8YpZm˓,yH3T7s\fқof/ m -RJE] xCVDNױ_9)N"uD.F $uNHCצo8|N~ZV_0ba%BrDRu;uR`Zc%=Y<ۓZQxQ7D_TbFyD0ry/}_6lx0}ۮ*i kSc/1r%vTWNRJ/dnwRXme+kxSvsew%|g{zR{?2lQו;O(`HF~QMi A$s8fT1jT -$ -NxTDU.#Upxqy[ZsxeNVYe(SsTO!IoQ>G{;Nk%q~mIƥ*V5 feהdJjH?w wcB1`ʈl͘i 07iu99Fd9,qD6Ct3%U:1SMYPmEwcO4ӒtqkKF=fH7yy56iovT 6yuJFPMyqԘIxpE[Djv I˔0,ŠÔ۝1&9p|<=9hm~aG"Flv bHhսq፫Aרջv֗b+CZ"y<.kSMlXF}xҴC̤6L42vQa< lێ5Ы1_JX-Y85Kij:= ykJeoJEƪ#o/iLO{]) YB﷘[@kìSac+[0"hC`GjN͟2 b< Hs ,|qU|tWZLP.Z{̚IYOȩ % -o&)Dzg6gxt~XZӒqt)9zI,,S%-:άJWU._t㩉+q^~jI^_J`i*lVqLЌO 9vQ+Sa;0.qb8Y4ƫї^/g.|lnhRJ ۫;̚~HTqAYk"G.8ξ%2,8G#͆vT5Ӊ_QGXl%^y*?V\3T]R1j 䊖+,暥tAc\ -=umYjAߨ ;uαCxyt?9mGvι. ˣ:)o_}qJcoѧ|3'0Y6:{IWpqyt+QcsQ)wym8? 蠓;AU.Ue#rd:^y#mun3v-*TG ȡ/Py+(V\/>=<pyM'NA륿ip\9Pƒo2R1OV:9tc4_$/쯢m9ĥߒMYʍigY,+GǘP #c_k6$I xW#vQJX?xMм cco2w&VD3ちʃO&:Wo0FcoTUdik;M -:bb`e)~9DRG,%3_ƒV>k1Q`M rʒ$]U\,Ddz;u[[[m"}&ee9<>HKy9i<1aP)u Y+,έ$vFWޭ2:h =nDu{ -46D?J2;]ama4fu jMajhXLfe3_&-x -)wĔtřwǻBc:KOEnPb6 )9Vl]%I+P ʱa)-2s*=[3JEvk!g S6WIc?1=V/otBY[c$,,f3 8T^s#Ϲ<{s oqgi - -m2bMSq4HZ>F3*Ey5X>1^\c!q6ئX:G/ "TN!H -ϐT}HΆW[3Ko i 4 Á=:'ڤppicljYʐ&Ft85vTM|!=un+F4;FJcݾZ2!ڜc @rŊ'`GunWix RBr4*83Iȣ %:|hyq\3i;\VrНcG\:D˒VYD/;;.}9!We|,*TA)#(gF.L 3+5qgYåI_a1 ʹK=q,pd,ᰱofgt t8RK=ŠENY9%)Cpsu>iyk毴ڋa,jly-Dݶ"~if:"_1/X|BG43"Tt -ŘDq1xC5'WP3j/d-f`\{z5`I+E}+e4CTG"ט2v bfX;`{ \6\ -?/^%X}ҕg?HpWZY5KWϿ_^!I},-Q^q˞Yo^9rHmM+x/7]#:7n*no|?_N) -zF] 0E^F<'dWW+pI?g0bL/-7#8E}>⚋e>(wx\X(x9}_@djXij -GAr'=W 9 Y*F Džuchmꀝ -MK-m-+WȠ~ȕ&zCd2B\8HS jg(A 55 i/E7!"'˿ -Ĉwre'Dj@~i'ڦ!nm'ILMS -ly3<fb6-?! -lBò-Dv~m+x|4BN)½rA '`"?7|M,Lm5 -EfIvw^Ѻ50`Ӛ+Αx9N2i%Ud\-F"&+_u^$|GNoHfʼ_O1H-K|2V'.%/QG!_7$2q#JOkuBt]4Ưtr kFͭ>;]'Rb'GFPA.:SOOt%} {]$m+Dڔ -H=RT\'o =\* wBBгY7Mkw -}$Y-BBȇI0Ly62@֩wy##P2n raaI4NE;y~qYX{I|h^y`TpobHxfՂב$S-݊gj9 t=-E{WVG -~Dq6l%y LuQCZ:R$| J[ĈIkE$L.\iBBXn%(8땺Lgb Mj=)OZn<;ҋd1H5s}$gKB2}=qVħ J:?H+!V-KZ =Xm"/!Y[|U43+Ylh ҳ%Ȁ%$Ds/'~$-?D)9{ؗQL2UJa3 P>"Y-GZSdHJն":I]wN׹܋|˹{>FoG~,/&q\͇Ys2gtaOf(،S*rP3#̷JaƉ2[wG&s-)tҲS&Zk5buZ6ie+U-k q`[ka NZ8k?O5-^Ѧk|DqC%\ꁞ_Caӏ~]wsw{z߱ߵG:SĂEif23턱o]mPmVgq| +NJr';[IʶHKgdH]{=I[;;hǟU(Uނs޾G^TͲg˴ׅH"-'YqP) p R 4U+"?K7;_#ܔ˽䏁ƒ[QKtC_8\! -O9?$7?ĀrJ5gh@kyV#%j?8 F- -$QgXD9\\\A4ss`h$>׏>j}͇>׏>׏0ۏZG=bF HO6HCj16ۑh,}j(0j s$Uq7gȢX 5 BŁGr=&RC}#?v[2#9O->?&XLH^_6 W/'Z# nX-MGNKY_ZܬkO[sLH1"[CNUT$@ JhD?py#hC(~S#ˁat%١DnB -q=Htqa10]_/y7d7v2$'ż7m Rɟ84,]8;1, P\4]ZKQQBJ4"_T 7uYg-m6-nc Ό(^rnOHjď59BOЀkaFo6K6ͱFc0ѱT+NXyZ6VYϕp7,uc5GY~e70bqYj>'y: gK6CvLxvˑvOw.~iTApO B&ViAL kuV5$TBG"NP25˒njz~t c/f9NGgŋQsksiGoFgE_H1{'u%G2*^ V%AHQN~lPQ6>YNC,Q+%h]Xa $Tb vܨCK NTi~2,џjWi~8,xl8$iy%^5Y=7 Ye/*| W:b9iFI31CGͬTO3Qd1^[c ;Wߴlv9M]^od$=%~~tǏYb4 ],#>b"% JA잪`#HP]Z0 z(4$O FS D](4< B7\ZnvZ[[EQL{Oomcf|JQC dP冟vhk\= ? =#:=J hKA{{ m勤!ό4Pʷ#I䐖Sdȍ*"U:~s5@q?br6@~Gd&͍!ZbZ *A,%aykXEV'Dzs5#qhcQ*% ]  -*% V v̞ϻ6PЎ oq<7{`raAҵf0Z)FfDY"eb"Od Mj .m356Fn&ۤ_O/\r{vXNrM[MٝiɸC@Ђlj~QT-*g+qk.( HΑT dud{ ݃ɀHމ72Cm v^!JX{0xm·hƥ&o;h>vDvZ?U_t _;!#G<8B W@"]8*\!H(K-(#eagUĆ['Zkʪe"sal7+S ui-)ѾYR -,$oCWi&ޱlY°;;ڐ&EֿËu0fB +XY> }4È 7qg}*[t+?fG3Cg7ol:$1CEM`j42m|le*'o|Z@``gm: 3ےYQ9G|Pywn4u(0qV  6(;N%\2fNR4Uᥞ[7䧵O=b9-kם:|m=mx֙O֟<~d'əs9/­׃1~d0&k`L|;S׃1~d0&j`L|;SepxLd/v0cH-l?^2y_UW*rNԻCΟۚd]ޏHY_Hf`Ef;o3;?! R~l,pu֧:r7XCF a$}ck;)o|2z*qaxM;riB=A4( Qqt3{{˕p̉k9=K'^|sp꣣$5oŇF^%)xd`|7;D}`Q$FG}=ػh$kX^r=Ɗ}:n v::uƊQinmc:jG2cv6+υA7Y+$eȪq&'N4E1h?jG ar#e55}ժ1%axtò ~O &ST -|T$_sxE=n8^ԯ5WnM 8*{mN|\{)ުjji=Fwq ?#LMGhoo8ǗSc#ITz.gmG`:ÈlUd}x'V`dI7$ˇqs=I+&"Ŵ*k%=TLjn󞋰 -YU:uz_bֹm2TIOzHo+-DA],d%>58>Jj~ziun~͹C1b&ѡ+]CN1S`KDm:1%cF&ORմ.e)#r: W:!,r*)gE,qq^Ӎ΍70A}?QM g*kl?/>,#(}(=pϥcTLBcjvҢǃ ľfHxFOHHsʎAq;^i_!<~|菥Fě&aII<XuLWKmqVX -l0ͷFbgl},iMX󏛚?~k oZ~o?^Ĝ9x;ys,kNkP}%K/?x ufJ-2}4^bGh&wpc q$r֫ϵC4YhVKnpy{F/x(9"m.d+hږHr2}-6I0iYq4=k-q{vԆSNw1 ~Maj&_w^=,|"Q#f3m蠌E7aEa1AR>e:!Aܐ<yg9 j@J4u+&h?_ "\T#O ^5[D{Qc W3cd;_vzXE]֍+帗v؏Ny Tcϩ,dA6v!̳aئsꊗz3Qp6&GptL6g);F!n뜄loUӴb@NwT>H1$mN\~_?kOauǿ]27g'xK?Y fWYq -LJgeSj)8w Z:g~҂95œLл]Rd@;MFͻjxǔkI6w <݆AzDߴgErVDdi[,6jDa)γ&#9mL^覠M>"AQ٨l[]r{i2/e; lF;if@Ć`'1*\2mMܓ|ffu}|AMm@η :4pׁݲ3$N1[e5ެSXmNIï0`]3Qn3L9haIg`G7"\ @ HGԓUG8|V^aN${#zP8aYK}6%`D/ 0%$ +䧋%LmXǧ/8gk.;uj<@5lpqv )3^7e% v9c+ {$`J59ɋZjYEbjdHcggc}:\pCJnUkGmsk+F ID;u %Ȥ%ŰC).u&fJe@/ - -FV$T{.5v+,ƪfHeed}7(dҏF#բ,KLk;+%tKK-9AR@MgƤñcAg6amf0dG(1lUc&@{[]<˼Mi2c!klKe<to#$TR{yt!'Kac6N -闢5+a_֢ b8 )/#ftaTBuSŚRq9x|-r2N$:fx`0QqA\51z_0Q˥)W $Xd>.xflcjɣ?R $םlja8@C7FL!zќrct8n)Zt@4ןVEDʹ݁ Ӣ&;1,&dDՀ}5]I "t)}wk7uzCFPk>{[ c:2NIm'poT^ R`@,v0%s;r]mX9]$ +\ ݓ& ]~hs{B>nBZ` -a/5 J?g' -!5Ѥʚ )tS͡A9u"r$ܤ& .5] .wUVfJ0nrSaC_< -_1XRk=.x7Ët@EY#l ډ31xTbDkDZ( h솕YKsxEsn F(lt(ys$[Q6D!h27Q#׬hdyD#?Zϥx")5l.\yST]NN=kVb=M<.A`X}Es@3!yi cdSZޟs U籝Qq$J%'7!I`ƚOznLsVA4oj;\Wqo!=*bsL^_(cy/z|喝821#.v/oU:(S9;e] xe/a2gq>o]T'P|qe\H=c1_l+rNhH.h<ƥ eqG>TY1QGG=h<#m>oV-j_Zg͓XZ?:Q7su Ҵ -qGM8$RHv/A⶚4,#SϬrt+=3~6 -ƋWuitq0ĹSbLm2BgUTxƾW`[pq KӞ'CLV[6*V1Xن6v?y~? "7qd%ԓS`?229 I$E Vw̉ĦV"Y8zƭ> (ڳ1?b3r\o~} HѴ[ٻqŲ\wې",F~ઔU7:4adlVhBP~xݷ F)kоb*Mحpǫ -&\~4 &@d d"e fJFt)k=e<Y}@2T&OgZ`Tz)F2)7ZK]GBʬ@܇S0Kk{|)$Cc ?^ҽ(52)b$(93pbh9TuJr^fKlD U5 QAW40ޭ: pV^vճ&T~0mbѺ84]}H0 \}- -ɵ@S:W_Z%j26nhr#r@3Ǘx`OJӖcG&Igs#-"Ok$g:z* zo)/LsI(5#rxLGz LIj'h%(Dɮg4F^ 4#w b7fA<}1I5N>:>=d%3+r -ya(F$Ã'G@G'/R0o$n`?Ep:59€\+!`ON^1Pլ5[t|atȍӧo{>=:+u - ڥRZ=RQ|EǓ5տp?Y?f;/LE:ɏ}ȏcN(Ȟ(d.G)k9{Sd|7@HsLeBvkx:eۚwhaw>*,! Pca("%dGv0痻)lVbv%Ev{QsxnG)MwFψҶΒX%/>o%CܠUڬf`_9k?a3Ue/O윾ONZ(I6xQ\uY|9~$;Iudz j*ܤ -y38O/O^?_ɏ_phǯ}%CXy`t%9;ǯO ]6FXE8GgLniE%ӛqӃW!p`QL0%?do6%s -CyS,+5zkiJk"(P6ܴ%YTPguӖ!AnX(}H՚&FFǿѩ ;9M=)]֨/{86—xėFl-/$BKp{kɟ,!IpK8>:j8rSXfGzCIbq.OUqa5G^EkĠI?S5k{ ;XkIphb`(*.@^TY_jyɓO ;8A E\oDggѕ>f<"%-O~A$sLMIKn6No;#1ڜJ8{ҳ*=v 9tպN|!njGqE# PG@w&M -s33PȼgX?`N_/2l8~cQ!-ۮ?efܐȠ[*BIp?4))/.bGn1J-ֹ[Ec]0 87#1R3PuTĻ,L,R-sAPN -@.>a} lJl /^{bmAKYudA\d+NK -ߘMpuDBq=8xLq0!vM@?4ʉHxJ ٸΟK -hCd&`u- ;X&Y.*&Ŏ=LHk -SN!1deq6gU6'q;|ЋIYܺd?+\X2Cm޸lRÖ=TNylwM᮸kYOZab6oQjveTl_t;oZn6 /rõ$H&6aB.Ur^gpT -nCC:L8\ձTmwwK -&R:nSX;4d%!Vm0C͍#PJdg#'ۍJP51X z,7yBAfݼ>!Iș":'ixqRyGIM0l dreSjAV.̘>'ԁ$+60߉SojФg2 Y7*579DUʏaY͙#G\ wǼoͦ.mW7v)aY [@/Vy6X/lR0o"Kw/FWkXkpXy=rgىgC6$'@P\ay)1_.(9. - ߚsB ߍr!pM` W< d0F? ]qc{LgǙ%ӆƈ%J&pĐ>/2i+>\Z߁1nFf M}SZyɥGUx! HƎ@p6pyLr1^wk"5s6XwCIH1RTٙxXk]jo7Pɐ/Szt_5 2(TͼÿĺU`5L [ad, 5I1ID1 -ټL N9sЄ{`Ǽ,[GC$>߉ u)pʹI LDz4*s ~%6gRH꠾6sD:L95Yϯ@3U}76k[ ֍,,c鿂|oi2b7|ڈAqLޝDG @f,GgC>GJ+%,˸SbPcC^%OMGQ68]'T21XUXCĐ4IOZNze= -ckuex@[)~1j{ -A5I\8u&_LOp6VSؒ69хi}GoQW`L櫆7L5sY8+C(W#75 @#Жc)%K7p$u,#PTIҩ\OSp28Yl'+ʨj(aB>Lq&N&L&N@/9 r~.Gf.\l9aPid}]4j/bfP08o=6j75xa\4Emx\&l"P(LY;R%tH_SCxϪ0kzaEOUǧQʢyh~ pЀfcO Dj}BZ*YrҔfϞi$L"YlJ5ۏ'WL焙k:I/"܄, gmAx(x/M Ѻߐ]{{MUyߟk#`#@7YK'+lu8tIeFDiz[[{+-X=N:g8RtEqʆ!5S۹lTo9t4.3٥RgHU\++hH-/qZyIONHE˄9gƨ6_=x.$ dz6#-=в6I?tԸ1VfNN`.fdGsy 3YYr&_F[kk;V :}QHJ=?Ժ-sN -0 ,>+M#!lHjb^a|ᚣcQ`vXnʑu7jN sn$HsVaɦS}e;=Koq52$aA'w,˙K['Y67ۗkq&>E0@ڄDǐ)FR PZab)L.CbE{^pG8D(nғH³|> :Nфt!ܴ,LQ@ ^7q<<(xb< JtY绗%Iߑ;}11oTUheq#Zk˻&'*+A/y88,stcZNx-c`NW0# -;Xbue cyU7h[66/(=(CR -+~Ng> \l/txk򫯿stC餧BTvG-H8xz`cm2JHj$q͡e<6#]m_ϑ.<pNE#(6t rgQ%dLJӗdEs ZWȃ`x.JI8M{4 TMsMq_aUsj.yNTH:>P!GŤIFX{H0֢'pgB i,W :TuA`+6.ϳtש Ki-jyt`R36YxA:řn6_09F ,4&09f{0:oUnjC:YG!Y%Êb ׏(vJ:yuN@IDm(*FU,ꢃؕeD΂xsDhҕyq?G0]J[&ҌFc0";&w׸k`㗲ixii`6~J'(?i6>=`?q -%C(c/BTy_xxT;+IAa[naTck3OTܔ9'Ln/>N~<$Oz9$yife{ys2KXI`I~"GQĘmN̥0\.ΣnLLI7=wy,F*[ȮޚG+J~A8*8uJiӿJ%$RǷ1ņw>?HFߍf6Gqwa/{t.7cHf~i:/$ջX1 eؚNy'2BR֩PPDÛxD*0ZWۺ4)HA*Yb pǯ@xI)A@@4_O<znW'Ͽz~nYArAU$W  -F_:5^qV|Ϝ?>nc?+MW;٩YᏇn[pCC_/;c F}BJ<=x;Xhp7p "LKÈ<熆༂kPp;LqڧeD wG:+OklItC|90ZO=jhۼ^h`s ojn:oT! -<&3yWhsW)ܤy'B?44Ǎ*^]0@`_콅0x7&pL#F3(+yp<f&,^^XHU$qnz8U2g>/ɕ /h6iWqt')jI&ܓnJUjbF(s.9@;03- "0kMZ9w7;J,|DZAaE3\ڼ&|4ܠw۵tHokS&WYlDF^.p9'o,| 7Q?ݿ\4tne3\dDq/GpXPU-3̦-GH$i1rK84mMD^%6֬p6&\a̘wvcUJ.Us($v= -:mUwy$7:8!˜O}Y -r[SrR:ڧ:MKHkY11 -9S9t?xٸ($ji g<$yjCGqGDYΩLZjCM~דfq >F"FqjSŦ|G/oFldRBs B_)56/=2Phq  1RCqPU<,sc e  9qP0JIFSzp"lT@g(՟݌C/yꠊy{u[a3{2`dG2BlOqGc8eo4oU%٬R(P+ޭH-HRa4X!uo[oּJGԸ&d; q?GNDh@gHtBCϷwGuHZun~11]2zNsQٺЙ\ W#.nC 6xoj:?2q2v{Uw|Wp)~_/n!f4+qiU2~׍sH@,E\B+pw ).P.y^$6Έx ۅC/kj (yu {aKOTƅ i ٵjO9Cf>M5[~: %lOۍی9[):O%^z՗_Q/B9-[|V"%wVdUdġIT+]GcZH9{6}/ -z`le[QVࣻ &O:>JFh'|m-G$DV=8}7)t_|唨НEM9ZF!14M$x%,W[ w8D9qjԦhhBu4ma>qRg κ2JpCɰ˂%x$jp=ӿ__56$FaBs<}_ҿ|՟ j?m?Gz -0C0;C_p0F3݆??nұ?rwuB;iH7cJ~i.%I)2!9g%e*OUvI?i袅3~mZp@rNM$~;/͠Cgn.fi?(2%Ϛ&}O^Hp(Wprycow,v跡)!uIOhRWUZſڅ b1al|t^'3S&қsNHFqM1 {l$n5MRyHnR J.|<.ʆ¥&s<ڼ3dhv?j[nƮ׺<^8Χ3-ߜt\S"tf9 nc,s2V&!f֤co| N]nη8uSԅ "JP∛򛡇˼̊QJC 3MLN'(Q!Y=> `{GvSK|S )EKckTۓ1Qep5鞖 3ʆ/OmJqNSt@e\:3tXj5 C2,K.G"# -H6uu,5LZP0ʘBth"gpmHN56@~~T4>ƺIg*tJ%ɈKTuZjOT9IGZxbl$oMxB.V*/024{QD3\Q{-b)^!, U NW!8AkE9i%sDC|ފl`6Xun\-]z#uOg! o-! خ{-XIE3Xhx5w3@pPqcʊMAnq,*n5~.D&^DlK]NRuɈ(BO2Gؚa"Yc MzpC+湹CN'[HI]qJO㈭hLY˦:D@A4yppKY0O < -lŕJ,yިn$K.6ml,Hpj .3?ȘvgQ[op_Oi=PuT",KGh 9C[ D$|V^O9LecTD $nWd#5jwF%er,VYɥ`qfVW.~aբK8]b]ƒ^ooARˍ>1Ki :z(JѦ̦B?Et xߓ% Iҏ{] q/QgA}1V-R臜kVil$cr9}E>5(#{U6इt4n ndnO$\HC9}OaB$@<3im;"ok+NѠ.A ^Sl'ϮBx_L,`ɦg 8Eг\:+ft^Y,ms\ -Fޟ!>OU !Y, Z7TX|Q&&]3f/vD7#g).?e'njS_-"{XFG&])fm-wAyVoVrw휫L%;LO *  ~"oߤ%Sл -s[,b; 3O/dz͍p~25)"ml$:6m݁w'9Yo),a : -Kt*J ӫҴ,^ Q2D{IMJaA<b[[w~z2iJ%(NRAתG ]تOVXQRNQo/݇Ǐj9׮ iwќKW ,;64~)Ec^4×-cbxQ#4׊ggȸ 3z>(\$u38Wr81#cj%FaIy8e~{}Y1&dAu]i'.Ԗrڻێ$q(V5ϼ\4Ed$a\Z$FP> (%( (yLE wJl=m<6n{!֡AT242 AVlڄ֡u ˌa ^+x3j3d|OhbV4Igi8ރk ]cÂ&T%2+USijh} (3d ʖjҌuAO4uq }PDkpéKX?4Xu0Sّ2CBUT娄4 CukƂ HnMExlgDkuQ~!9.x"i[O#"5A4׎nw60""qGE̱]'i$.J]ZxLnfLFۭSG9uk`ZJ1)C6K)OlZgѪ"&oZJZ>,ʵyu;4yuaR DϫD2ZBAkO}Tkpu#6dh9_[LYݪ-IV\LG"ǹ<MSXVy-/ß"W o#+*5:s)I!<"L޾K_6$*uVܵf>,3 CI@3coGi l<'sѮ4;.$o'H3G * qW~!g=9X Vvfoٞf̨2*f CjЂuD3ӠP9סpj(yJq/ǧǘVWE48ocj1\"D%1Ɂ_\~xsEi: jYwuq#eY\q ֥ >K8˾B[@+IcqqҊ)9h"ӡR t*; -=pNqv09mV"p w8^a~YӠJDZ[\a;@?]vx_/^=?<Ġ"R|<6x$7OsP -EHooDYaѼYEUG=v.Ur.Μ ӌHa+^3ط:_fpy+3b=*&%$+\%b M,쇗'嫿}Ù͝KyzRn%y$ bǒE$Adn_7I(: `TXGEه s⿾zg~]𫭯ni_}oO[]_yï~upVcpo[7þJFӻTFR "H0k0_i` p]yFx|T'‰8sYCNfO};pU+l7D{D8|{aifna -' rUm5J㊘b`Rp=$n0,|~Չ߲t>2nMQ^Q2MB$Y) z3[u^#{\@ ,{%ƵrehŸ;j1ąo6+çZ, Gb7oxS!~YʦT>&W?Jt(3\܈{]<U^{4Ѹ_Z|p -"ˠSL:J,z/;Eŷ ,Z1Q.ya[`&YBYH?>gDIY$r6vOJރ$yDR%E$Kjɛa2U^5^=*Kܾ#UUr<[ԥywO*ayaN7).d_8uL]'!SX> 4Aլ0kÀ;A^ ܆q2=ECȘ͓*x[+=pdR}Xx%Ә>|C.c *ۭTu.ʊZNBr]@nuEKzh(.ڌ)38(8[ ֬9)U"\\W7QIOK8eg9hG$z.,S=l>/-nQ}< *!"|G.gdqa-I,_2/nvݳj4$$~A~Mbo4OW/ϝt84(pk,q?7תGp;H#>š _bW \=@-㒯lnjƺM;w[?.XQ״Эi7 -,UߤԨ":Kjc ~`(cZfccr(sރ.1b̿٫@}uǘj4jxzGYrKbZGEI7RFsV'SlˉșxTM;ˀ`(Iz1+>*R8Y닚hᯣ,Uҡ^ -Et]GZ"| ոaVGs np`!fK|/U[V t6$Zߠۓn Z/lsW7ҲIҚ<` 0o9'H{m&Vȡ3΅"ob=ęܮ:#4nUt EÔT6HXgN8hAU03IJkU8HU/`px 6>'Z6w7 ~H3@Qv9'VO|eK.mԺAwp]] Z E_2K%VZPz60 >8X3 '-/}.Dp6GjCcf~7>uI,~a2A_?;mV{a'G$Nl0! q\eW4dcGaN@EK)K4&{!ӆ߯ -?9I&]DI Q gVFT/-c%L Dk'Dj]r~P3>yO&=bR+ÈfpB]18y_zF)ٓŧ*@e^a<^FokgvRS3QR{ő3 BNa h)cjq>}Уkþ|Nܣ_`@\ ɳh~'u;J -{*$j75^f`&ad>2)i1m>턏Ç)V ԪsEkaze荋ܡ( Σ{rh͙}G~?r&wh{[ڔ77PM;.bU=w$=Ư}^=m7Ns MOI$%Ə ^1IrW&ь^#Lz8(4$vES$"lN:]57 7nmXFU4z}rDe .! ž |a]) d(R.qA䢠F -KxOv8LEx^׋/yPG6cs>Iu3}@mQ0 bJf`ޠh-Fm{( 8kP +o*vB3qdf<̌q?P#,( -pY~ڣĮrY҄z%=f.Ze&FyuCPӶ⽾cE-ip:PΉʟ:m|Eg" =QCzK$TǞԡ30PFػQE@4Xl%#z^ ŠU l4"*EG ^8O1_|Tg9jAg:hi&gPyݴUS9ބa&q~#9X --w0b5E ~lωy7I eqąu=ζQNDu3S4#~cw}ű,h㦩cj >(~\M[b$'{\Zb'(ivH88V淍Ҷmy'OFP5-dktT%(t^pJe&pL|x@vF^N,:h~6!בEg3Bp>]ɅB5$4\ -fr6Ƴnc FO&txfЇ,i[#\fϹ̫:dKL2X1$wU;LL̐}oPfjp`azI&ӕc[amn@,ۤF6M'&N>oYDݧDإ9Z~ {|?0DJBi8mՐ5fsf&"t4K*a">lKhoGU@pnumy5aH~Vw[ZYo`9lJ&$$ ܊&~IA7#RQ9wz8DHG|ʢ#y.'8]?|V38b A;=lqQݣwSMfqgPw6RV0)wfMZ9A6n4.qYB~#Vr]\KJۙ:mv,9[3i=,9fmϟ q -M0ݤAPvG8J_iI$06S,ǯS͚=@44q@ ia1p(BP)/;? -vZbϵQ$(m(s; |?tziy!)k7(?m?ξĶK$$AJy)Ȕ7 a;e -ts;[?kuY1˵%&emlIq?v5rEt^W6+r75A qZ^Cv*T]U^; - ^o6M&nu(><^CUn^}%Ǽ[Kd"\վ j' R_w)EmR yI~53~!6a.E;2NI㉶88\r%\^0)J2^z,JwLLE1eԻFuPYTs>f)R6r7bQF/ &\(zMdZ: ^F`}Z C!97iz -˖,q}ưϲTՂrBbqU -osK1jݥ`O=.uO9%J &/O =yNnR@{|$`NE yXZqU KgcweL H38qN|_Ivs-V -wbǽ`>? ɣ|ֱ,I"4fsƊ0,V|Tppv8L l 'r((űB-"H+$] -cWҚSD`^ DEQ.qef6a¥l/h?M<0ڟqn lODvV}ݒjJ.c/J{NF -B('wSL BC"Ts:Y򊭗ԢtƽI;Al50 :kZ -ɳ@!13\>zpaF$=mVsRJUg &)C7ukmX\DC Ӿp/aѢ`EJI&{ /, E't?tcJt2[~S">;lW5M4k~h$6fs4P~RMd˕{˼%r^UP5ZTV80 ӟi>RA#جQv \w^ ܇GAM&6g#1=*5$u46ogr[AΟKa%0'Jwq滪wJl5@ur>Ly/b Z",iy(jtJFA"{jG}ɛ1`G5w9wE,D;Ɠv^ ×""0pAwpy^q -SfDW+{ {*R~̣FtܷP܆i.;M/k8܏cH'*k-T\t,m3v7Ff?΍(KYNO7$Q 1YRx\!\\mǵh>+I@ϏLb[; ]9d;#WΩeEwF{{p'gkKg(qsGyYpv|e~Om:Ƴ!Pcm -V61#˗܁>Tfp3QY?eiR#q4>7o갢SW `\#U ,Hf0Ȱ.CGMuH9ҫ"! 4m趄9QyS$!>r$eW^+z^y]XuNwlPHؓsA)'>Y\[[J$`,}F9p+ͷ\D^>|m/Ox^v93-xfy) 7ٻdxղ`Lã@jnQ1{ L78&dLM56w'}&]!t75wTp7ʆ07y.-rN6gͩ]B4:©ұ 籑F*D,h\ G2K~a&_cԅoͅ4TFK6Sgg.F]RD.(U"R's -Wf[Zu_bYw:8a542 -V6>;MvDܪ<+󧕰鿿-~ֺxx/IKsYq~ϱDUqtg D&ȁ -^>{Fhyt,yMT4©@0Z&`1"w*LFrP,qwftEޭj5ݼ<"۸%h2oj!Z90CC]gNE+틟,1]MfꔺY?OKҼ8/9ǤbFY(G%꘼ vlm]Cs^H_fs)Q$.5G?Ų{٬X>:b)+~T8N^.Wo |C*C̀J!3  U2r 1OOG-%Xweө SN43 ލ*q1s"K2hZb{f#*97)Pt !G$§߄iqfR_cf~Nf؀NH49tNᓈ ͨ -(%h%kY1P<3|mpʅh_ ߡ)!)0m-u c"tZi.rV5r,C0@\VG-5J>xK{ȷ.ȇ+_+b{]q/zȤHrlԠHw`כ.Ad* 1ݗ M<$RKN.rd4uu;Mީ~f\3?q "Y>Nw8g|13,Xʲ҂Ӿx#2XfOtu?4J ! E.Q eֱ7@H^f_fa p:cĆh+W(xˬj> -/gxw&dcWa!ΆONڄ̓Ys4PFy:Js{$XI -a8AJw#Ym -FY$q&j YPh(N^ڵ]4~ -OC3&N[rw;ܢ,(= _?+BI *ظB?-d >Z%2C &؝ EF~`h]ֹ‰ㄎ;Xhfo!ӁX){uQnb]ːTQ4\\#d2_Gtu# OEn.mɱ9[kv]^Ja-ŊtA(E\Wa:5fY'Je E$]^nxgc&2t;_D[+gC!~/Y8m$xqSw= = PY;`!P\7\EROQuG ks^`[-Ӄ/(Q Hqm1R}5*NbcZrϋ\Y9~}RKsZx:Xb }&֓YJf%F$2PfMq2{÷V!` JQ(fzgr6 ?XsFVK;e!G0D#b56ҏ(IsX|:NFtM8@ddR4*&1MA{f(LLӂx]ar30NɞgWܩ\y5ty˫ !3MIΌZY7.`ɍ\j6ԅ# N&SW}NP /{Mr TV^u2 -66_^z]]K!;LX7So: &(D'pxlG%B4"[m?Ul@|L݋2Jh]Dcrcnc5'9\C?im1y3_z[yOz&)ri`i^NQU>e0#0&iyf6eϳJWZ\e\/7B\EG$1ի\ޏ%K!*hd|dr'Ħ_h/r)w[$;1'gTL`d? O_09-2Q.%LqVlJ -R{yݛ*6 /s1Z~VÕZP|H; -T߄P M(y q؝MPOtS5v%ڊDPt0x~W* -Yv)*k^\qe^5y $%9&dH2]߫쯲O_UV?IG -Of.-[Gik!O\W<ޖ^.2"q| a:^uS}rK`=|`_o׼B'w\n& 4(`vkg ~&) &+ 3/Jcy͝ |7:u;4V4f z -DYA>MDjf^/aG[RW݌^Zԗ<8-(mN%r;_hnJ-2 xvvN0} F`&bP gq4 2B @?_ HrT}@6E2B )ϳWm)L߿iM?: }G*۴fp<nݩ]vs=}a'Y6iCof1VktPL(iX3k9a=jrne!Mp֊USmRQou2 0S}uai"2` ׎^-sq\`謸6 < |s+#i'/ WNN?|21|٤ch ^JJOREPGfRyMfd >>xggLbmmfI -JpਵjIưR>c8ZyLpoq2t7 (*Uw[fwzw S)h<5Q-2pȓ$`dmxr{∥Y8udDs}ur]XOjO,L?džc۲|f6oZntN|XxEKGR␊[bZ &^5`h@7Ž?]܈("4rsco]KjfEB_^*cB?Q98KQ%R!,]M,NDL.Ep`paFXƹXZKMGKAX}!`.:ypk[ŬAt u@hm-Jr- '7=.{Ğ ᵪa2\6vI2`Jd}8ԗM3@8j?;@5w - 8tfUa؄ވo|lgco_V }C(z&==1\aّO}D3pEB2>iz1FcʍwD@&ŅgkZ-4`BHZ87,y)wQeXʚ/^E1.:<+9wrikM ^_Q#5& h1'$9?&焸sW]X3 oUbpίZ&X,^lO\{9[ӣa5"O>pf/ _ ƌ N$5[$I{Evd^ p@!2_M'byDcq-n|q no*LgȪ9 g-8"d 5Ilya8("~ -)Lŗ ƠC ux8{涼VP(,i}U;  +!&'V 8f|JcB͊c* Lz -؂{Rs5RN~Hjķn!z5:%#!\-]v"VMV+mJs5VăL+eOf#Sؿ`N[r]s &BhOͯB8 y^%Crˀ K}6az'Hj oG\ w<:H.ݏQG*rAxڋw Ɨ܋wʎܴB*9,; \DŽC>B;Eq{iλzcX eU+9eJ>%R$ dʼnDJg5P 40+(] ;e6gYMt9xu,U"+0 -iPn`..ͯ,}J?g|V9$_Q[5Ny+y%1#'!-&p$~_cukfle+X!ق%}ʫ2%MQ~&q"7ټ-@/+-,#bI-ŝ(`m) i# -/@I۩7cмE<`ZހCKDM=YNI}9ZP R5qtM c6tثѻ| Uoz^EaymjwUovJN(;jijۨ)'OH9ܜF8tNM!5u?pkmn]^F[k;p?_{zީZ2].EТ877y.aeC3Nb YB Y4K[,mO%Kp`:&G8M \s290j^ZQ Ag; I9bsP،Mtis#FA[3`"NaV`~>ɪʳrVK47qDM;H~cw" (CY7ھ31%?ĝb7]I`=pRz*y:z|k_ᯗ'ME>Q6]^@7݇F/ɦl.H堰cOO/bh ؜*0wq W27 ՟8\A5`4h4#|_ ˁzKx|@If]O8\`-o=_gaUKb^a ;Qs:ox̆鈴̊u@d`oMh*`&1>Քȹ'|l mYTW! nK#׼#F=x[['e1"9 4k;4x^L/SVl+vh;:4۷}[ -v[ -PR(q]]8q[h.{N3sS_Dٔ "r&RfsKx 2|\j:DXO,*sY͎\֣8c/=.+6,ez=Ou}9A$ͅ$D1zF! - Fً_< -Wr>*xS;bo7ܲK8 Q:uɴ73zD4]FZ=Ԙ4)Y-{|1ki&RtE>)wgǰny~Uy %fgN>9Id0T/F{޼藔yaZ\ yv d?`or|G}(8=]m1RǰLI^.W2fzlu:Q+R!.ԠNyjG+O -ϻTK/jn񞷥#nE3f"e0=ȹ^z%jwawɫsH)|9z' n5 6]JCݶ`~ 5q4I:z $)JBEg:jPK$p~Q>,;v){a.NI$nbey.J+ۺ)Q:|̾n|י?ϖH sNمOjZ ˹0zX3/I"*b8fQd{n{*wp]`C*ffqIvn>LF{fKz4s*Jh?ꃳWߠE@,QѧPwysD;::v+OG5uxe];=7LL'7(IX%;'3Z)U24qGʧ|?|,A-**?50|ߙ2Z搾bw=Pz.@\N[Ein{j /3-gr7"W*ORּYO -y/z]~d{!t釐r)t79̽gnGGqc7o Lc DR'N@O$%+M,{XyR0$VhQʵn[N9pìi /Ix1#wwNIק5 Ps>|U|wF*ApnWHuTWBS sҤUNҶ9.XfW -hdc4\y1؊y;5<+n\cj ؆J]MdM`).S:iA8}əc}/C!3%3cFAoh#Qjw1Eu ϝ U +e=Gl,$I ;uY;qVshkjwɞ\-$TASl0U[]@qǨwFNgh9[]#DWkp.+|O-,վUv+%/S+_Eyd=N +xU{j O5G%1ϦMrarf)WHꛟoH2_˻hڌbǍmrx0P<˩+_&SgY:iN餒OU/NOiٹ?Jʙ];Rg" MMk6ZUI -> &Afy:^P{[d( dӹ$eyX]A MiSTr]#&MbGqyvU -/h~*g8MA;wptyln(^(gɦ._\ QOqGIi=W,H.߀;|"Rqf>kM~єTD*YYD)T⟘Vh|ZV%O0bƽa4t27S4:hisd8\-""2-}J:@f֧lU?'PaeH(ew4=[%4tu3GR94LVG'G -†xHoGt0;$"Y!U_LTq_%,De+jBeg_̷-# voOOfƳWp(Cq{TJD{mx:/T0ǜ~ݵx*4:f.ӐJ[3l甇[Foxk+ ama.E;n1H谾^^0@Dzؾ◫L7 V1se*5X-oW̟y@3eK6' C=<ʼk 0G;$T.99sYtw9_# E1eNpy ؎OY$Vt_徚 5u팓ްAn^u{÷Gz;dqd^RŃNٕT;߷Ȯ5'N~?5KT,&mHOh=mH~bp 0Jb3 "SVK8GaX20nY48F] Bc;6W#"JX9 ,4"z6"cjzF.b -n7p蹴3M4yW -vؔ\; o>I>੄6өІ58"*P\Rv>h`(@'#ƈ]N&8P7mhɻ.'~ -+܌pYi{R"ڀBFѺ9'v.۹4Yu&*amj1)<-D#xޮޱ ]ռLJ?U t6QRd)!Q| .9A}:HRRAXqT((|A68R-p)ƕ/^ܿmd.z&&]'~^z~Y3WOTj[;9R3?ǿvZ>C~O!'Z1,so{P݈[3N߭v  j9>C#gk㖡].U6n aerVetuEK2tGI;J^_a S,k|oI^?6}a:%8Oeegv&[ -Μ]KϨ`mv. O?߆ms+&J%5}*͵("L&"MpRgVuo9=0#>PjNByWHL^ 3]-F!a~GPJ"+YF*ClQ-O2IH.]bOژ]ENIfΆ|\SZ8o7. 4CDa6)}xtn>Uxybb氼w'FGT] cr 3i6"ێ^^3>տD%2I{9cEȭ~Z _ -?W_ -/!~yx@--֔#J5%DWGǧm[h,Oė i -=Fpl"s[͗_!b ;^$sPO Z=NVyp -TTzxԧԠ[5-JnyhtB*ED¬%gV}C ;+3"XvS0m*ШǘSP|RZ/\wfEj{zyyCkaEkrQH!rT% n o:phAG=-J~dt*j8Qߵ30xV1L8' ` 5^6CEw:=DŴ:R'`VgȱOxAL@ z"`qۢ1@mu3%*GK *K,:|"Uqe+m VV9Xs[ABoq֍T̹T| $t.ne"$J7+Z벀lT44w7?76uH7:tFUzڭBe_2~sGQs?n SǽpDU7:Qkn6jcɼ+4dWh~v0Mѳm8[M-7Fh~[>0|ְB;f0"zpo/G뜏OU'LG$-c`Ӱ.lON9{ǝNURPMsp2-MFUSǰ٬ܩ|v{sFU;EN  tK[R0P嫳ǧA ( {e{;I.PO{|sO.S9xRq;g#o I9r U006IbG?Ԧ)-+'=;(I;uzvo~AdHf'F֬4P4QND -(^Y1·&;8'-4{BK[_~I~W/'n?~}5ѣn=&XN4 ?& ]ZkMZɨɣ/:|ucVˇ#ίP:nmG+h^IAjJႝ^w2ڙ'$~l'@Yw?6bn^Na9g7mA aY`#7q6%=?8<=uBKJ˭ LS \v'9NU|L*&ӄeE(XF&h/Gz8(:.alS.) |IG0=MPka] fL#CT5ǣأ畐V9:X4}?w$z:G2Zmם{N+/MN ᑔ4 +7CqEԅjF -?8 \bwBAHM&ȖuV(kCWI -.4t}bˎTX);=:1ۆdzn),-ϒàC.nY6k"iC8cqxT?~ c9&N|B0k-bELMH]&&QK)}ZiULMF՗t.8@d՚9ʫYw،4^gP.*)ig?0q B}tG^v2&*2&Ԥ A ͯ39ŏ(c c#9S)p-sQ _i#M >8#%n5 Ԥ5%F$ʲQVNxa'}N0߁DYʉP#SxA{8$zỒq_UHn%v^)QD;NK`f|y9'lN;tm0.T_:Gfx -:89t='ɨP9Ů^]}sI{ǖEcHnkr91d y3|io1].poDiHE ȒWZR)7ͷ/fW_'*n:S̠/T7HySb5A]wm|-re>MSlbpfs'1sGI~`>y/) 4(DRFi6,Q?-γT,2oU^B:!pEsȳXi/ş1HW|_?o/뒔W͓zdM/3ӗ'-'%6o&tY.-ۃ WЫ?7.헼oۜYL'e0NnALgcaccszUW9cO.Uj@ɛ#$nYy 7h!x1~4+8Lg]j!m7[x0gB*"BQGɵ -_e@DWg'4 "/iT(q&皊i~{pu-dya\IWrM)eӼ VH'rvNI[V&[k٤K}>v]s.R纴.yKy].}KҦzJr8-;dFa& -tXg(}} C(y,k3?uZ-s[է.+/li7ژ4l"pߙ/a =RVsC-/ -8 DwrКK?B ¨>Pɯ{Ҋ JB BPIX2 &1!@@m@;I&Y(jPçH/xUxfm԰`Cb W@+$t}h%q>iA>~J\ Bwh;Tm@ܢP:>nj^CP#-lM!#مSL0(h^(PKLD`IL*֦bE{3 ]}Y5IdD=97I:iJ#WQ-] -bo+f 2K_geܫ?Ș_x&]N~i:/P:fʒ*xU氆MjjjCOn/Б& W M[h[0%cm 2{|[wS9&*Lޖa151ݎu:@xŤE= -A"4m;uM$aL85FN/J~."K<{@ n=|XSjsnrN@`v}AQ91"dI55LxQ;yx\>cw\_$;Wuh/7pgxK:\.3e*C2\}VGgp-ϭGTZSRljfLI0%;q3>x߱lŌar&EDq')]Y@\%S.&7 -Mk9Gg~x3䘿)Kv> |/vvSځ# lo{OED`%T3^EɖtҜ3āגd E_m2 T7+tq^}Ѓ 5L\-.tbǍ-JT}3oY=W w—oymYY, 7 -K6%G -&ۅ,S/MsHa)7v?[&$o?K9equ?|ԶC/sܝ -rAH# ӆCV?DA+{r*jKrEGR5VZH [iOT{s֬*op&'v7oƱG)4iEw;IwٜW6>n@>B/RJAr\O<]ً.`QL_Y:\xVoD +G#C IqA253v#l$++\ XF㣇%>wl8cL_dJ.ν> ->|3 eCi4ϯ"0+^knEKuA*Xꑕo sT,M5sC0{*[0Zyi o ΛBo7 M=vQ5*?BKk?x )ٽŵaGn-KQvE8c՞ &m^;ϝ?ʜ0%绫穊5h&RCW>Y>Hz0qh[d醆'l&}z3PJݕ)W -ݦ> +9_Rv^koκנ#P:e5(nEX,9Pgbuk϶{0 oJ -׾Kw'dz7nZ猆e]lsnoe5e ߮T1s5F| u34CT@zYYEYŲ a+wXqVi5X0lRVT2[!vmBtx3 B6}5o4e٨ - -ʷ񊇦뮝##Fc#Vj9 -j |Aj*y5ox$NՄ/Y VV) SM/1HPH/cpE8S/f{} 㕣47Mcp, ?'e)oZ.ICf` XŮ#2јQ8S8|Jr[˹ɶF4pB~*#G.EXdsihԍΘ4]Jԡ0kZ7u*lQ'}b{'+EJړ⚞IГu*KNHMn%+cr+clr X3N:'w#gUˡ-Vɰ.fɀrp[Γsm;ȌTwzݜWO @:{)4fڐe/I}O礢=ç?Wړ7O=:̬5zЫԆx_d`6+8Z?$} -\%HiWg՜-*h5$8Zrr1er XT) &5fL!MXQ[s l V N!'2៘]b,ӆ\>B%5.GO1}5Έ:٫].ww8bfi͞T3? Y6[nk҄Qz,I [ӾY3s*&t]D$ڳ[x@< L^Қ58ZQok@zmSޛ=?Kl}'9i !̦M(R?<k˯;F4R 2/TTiYwv\. NV=G" 鈌Pς&9_Pd<{ .#;<Gsb&1qgC -}#=ҩ+֡hySqNBZ1&N5yjWxK魢H"YQܒ)Q@Y+ciA$^cvX8PɉAt“XdfC1O\ET38G($>%+oHj0 /0!&IPdP`M3$ DbPy*|'; ZAZkxպ6`㣬ޘχ!I>p`1,dn61N }+qfh@˾y%Hm`(]^6*>gHC Nd&#ͬ`_1ِ|,83RmCNM17c6<ԉ86DGʈ2dj&Kp»3U1M-)-"㓰FvX +l>Evr#\m' ~xK] .-BJ4},bVK)sknbEG%@$du}]2u#e[uO[C5NRh1%D۟}U R>q`Ƅ>(BEoO8< /bv2 T`*{ "q8/:t²nm`/Oïl1:8(2Fz4P_B5iB9 STё jY{O_bzOA(mz:D,fpMWө'Xf'$pLD½>uC6YwSEk<[ 2TE?DY5acQ sāC3bձ -TJsęFR:gq)߽N=#8㡶EI50g5 S32CԕQrF߰Z -F~ yPr.sf3L >:Glyό"*>$?Yi^ЇFjYjD1{f7vs}H*r^]y+m5\)*|y=sUYWõKW/&'3D4R$Җ"ٙ,0Ę&43*o=k/zeU<с/+ ܇MOWA+6[yԻCR e^[sB USQŠ "2h }Jv,[ԖPΏNf3X\mU6b -h\R\Q*i+ sH/eddB"}a=TAg<)x>SHĘuQglt! (C.6'@Ȍzy0խGacYz/ -ό 9Khf 1SL0v5nV4 -!0Eԙ)VMw}*3HeZi.֝.!bф}3gBu-T5OLs,΄6r< -ˮԦWJ\:VHwe=9L =֨}zUJGw@M ܍曷;F)ѳ"U_Z.>(UT\ht&h!FbD[f@Rl*Ysmu ~HdW{gcWZn `0󀼒d4r) - -u:zv{,Љ@Z0W%l.fY3tT%\3cOrPr]Xc 7Uz0a2Mp+Oꆀn̪~XPfz`VP!AANi=|'rolqU7e ݋#tX[d@^h90>ji/8?<&V^Z NbX06s"?PZlfjy-7$0&r z+[p2-6aQ8 ~ep0R3JeyR]-;bYS||u6$f' -Dɾv?|lmd'2"yW2lk# moN'¥$?}]/06~oKcen~b4{\J~I6+6>MIw`}^)AEwzc -斝;mlx(熼m vlhsKz[@ [0ye^v%^I߈NtPM(ILJ16xҔ\Bdm;^$Ct/)[?ʷv8@anz~^ߑd^u+c{f>3韚)ukBE&u n()GW~FU[r?<9P lE:P~0cw3`uz#b< }4IyG)G0\:ʬj5n^6arqs9yW'Y?C5-#mļ!I'헱Ps>U}<ﯩYdAfv;J[f2dgOz1&/(xrfiXs^h7r3{%V~b˙kytMqN+nv8t s1s{I)Q[MxVD@A(8JF~0Wi@2ug23Azy%S<p9.5,d, 4 ~p;@'PuBHU </z>ՆxUtc4Q:-*;E\dY;Teibn-cgZ`}7mQp _$ϧS$:&;(-SVsJB)|K2:!Iwl$:w7?:x<4?BIƒC=1:#UϱgQ^ؓ~ -C4)/Ǟj|cﺢkSQBCf&?u7(Wol- NݫSd BӈLZ#ZkQp -l S֫[ƕ5ܟZ^e1mzXv@VJ{N{R.Ad,|At\ec?f~r!L)dMde#h%-B - -H%pcԃϳ-/ N!njs2ƶS}ēI:S|ܤ M?|& ~m\)@hr:fЦߗ?s:Q@<RBy{~:+:t -8KsI ^KKhWCL JJ97㦗T- 9+U"jXMzܗojC[ESRont6)j/!74ͷP#'O 67jC@}m\IhD#c,6~ dc+@ZQK\f?[sn p}'cZN:u* cBPq6oA3[pu}btv `^t|WTFXu]Q] ]wWSu45s* -*D3q'Zѱ*NnxC;#SwrXؕϾFfraȢ?cxmș\G3+kWxfఐ]B)~ˁ!\oT*4vOd^w/lq^qϻx|Pyk؄h|+ 7Wc|?gq^Č,AAg|}/{tunl{n3^>yF{sM1oDcݣ3zagL.߫77QJD`-hS~r01Fc߆2ZGyۼVkٹϘ nM kA͙W5M-H鎸]й]HtA _@}r9[\M݃H~8@?UF Nc3$kӏ7N.5|"IsP'B)kM{_$-$Nm)$_3⌿_A`N$ -3%{s#ҋV+N99Vó:;ڐk ب= U)n~m:ώ[/-altGB%BɎ3RpG-0݋PevZw&Pq_>,jV̆pqATm{u-wބSx#rU HDNtқ."z^;BziR^(@5;GT_@EQUY2JOO_ -.5KRe[Ri, -k;ӌ -8tϑaD=LAdZ:7ovBsn^F*;vIDsnR, -cx2N7?q"oc˅ǫݽ-ANY]U9P.yIKٸ8(Fǘ#c0,^O[givdoj]sWw9iy 4 8 l$rSUR]{"!a6Ud4xKQaV 28.x&&xEO.lt$9ǃH6q4niwмj;~._XWh ëx.Fb:}jX(D?4d'f$-̴RʨsH3}Qw`bm׭٣>1M dZ`ct6ԃ_t&MG*b 2 ;D=3GD[Pn>cF{%"x b~"*,8=(E*uJT)0u\!}\g?u^y% S -J[ya# }n@I'F^kMQ){|Cᡥ,NHhs0&/2cp%*l04N~$3l; iՐ륪b ;1k8V\.d<岰~IӤ¡___ŗnJ0 1 15Lra Q(u[6KKԞ"їZQT9JIx$ދ8Eud㎹.1g%3'9M &c,CjHMpR4_畎 >Pt̷[cS@+gz= ЧuY2^$(RXqJbs^0R FvPgg J(# -x:_cΔ_:dD[ 1hYR3,h{ ⣹GE_ ??^+U~\My6lKa>EV/$&0n},5J[sL6ԛ??i PXk[p}z2,HC˷NdYդ^'!<ۭa'ֻݭ{;gxg:J+c$h\"%9:6GFSwia'CS%Ŝhs#+'}VHCZӤe޶$GN;흃7Ȟd1sG8V}c(Un2o!:[Md#!mLf -^M4nݦ(+yWZI@'J&>eIMBa lVH!SΦc>ʮZ¬ -`) oYdHE\<;!aA@qejPu 1kZMg'ŋuC贩 LK2/8^ngUr`*TH=QǢBz%05vhΧRJGWpRY0n3+R`24> =eiwԗQ[S's6Y-ӿN@';yRKPIlFZFi]^M|1RL2o4SFÜ~ڴc6KLV%; :UV 'Axh1 -+)-1Mr.Qi4JCk~x渓ȯ. A]_YG,=ST篒-E[Wtit~jH_</@yv4Mj‘)X);rɶD>nJ|6eXN0'-.#'%sjrϿKã|"8sd!71w($E-c)z# Y$&iFԍܱ41Z/Ŭ>Z9)- JUoL{o=Ķu]@Y m;Bpj-rtg6CNaco~I -nz2NᲪ@ri^ON,Y4nA[wo I᣻󺗾I>0&'J_/Cѽ- uR78 (S -E d$VbŔ4,^-+ }FRNjOk=^ 䳀 La b>AD!fm>KǑh_Һ^LVQ1EW J9p]+/_\6(_ĀQQT8M3k¬]8к; -MQ7PuNIeA|o-:;>br>uAGf0\1WW]R 6$/Ui -ʥmor1Ɩ- m#&g Yi~hgd'1p&.Tc0 - $_`(%;"*4HN!F'wbt5CN6[hW-)u_06)bܽlX_)qRս#٫4V -b{S ڸ@ckNEV X]BW={wrvP4.Bpȴ_" A}4jl^r*tnf29mIN?Ngb@dlÛb6vv %*UUhXқMK`U4i^[,Ӈix?3}!} `ΨA5l<&u9,r1њoc{c ߵ'Z{'_{յ'kO#0KQ< CuTv[aX}Xk߷?):;ʭPNL'b1&KA,ad|M񮠳տ4M29&$)2'0ӻlzMR 46Hr3(29䐸}Jh]Pwfk H++T@R-F IE V]-pJ.ىQP<`2eu]/ˎ2M4m<<|K^!ءSBD1/ĀTՁGv#6"ddcȁݢ Xh̪,v}x Z>!Pjkx"$^FӦ(i>&[rSkܛ R3Bghl9,c=AT1GeI}z0Māh:Aۤuis*nĉ h~j34E!_ݐXbg.U}6F?Σh< ZnP% r-Ex\];-J2r)R9cOGsmbB/hYj?*77YJӽq`P]ʷQGQՙ97ey@(&.PfxUkz*AቝYq܂vܽIJ<+lq[sN;[: 3Ƽ3ڬfRdv^պ(14UpW(MH& -Q&PAיŜa$q|hEuxl ԌVN8e~΄S"kAE8Tlz/cIŤt& {9mT'ȂmԲUi)6р -aiNjtⴛ* 8 8:Id\F}9_Hl}WmYɉAv e1mEv`@FSie/.k3p@{A -]XԚ %7ȗ~wwo-;vE ~d-͜a'PǀhQ8Q*5q2Mr6:?[aю`~T>Rvý` &pǓQV!k^"S4V9\eZ5Mz[{+!W lxb?`j`;U4z%:dd1A32#ɟđ[~:>;ʗLbm@~a0 IϢl{ᨤ"J=j޶tNÌ5L퐶B.Jdק):I=XP!;vh~Utޒ݀4SdqV~t-mE$('q_5ղYzj|ka8A[4%1.&;]t -l )dVU/پ-cY2gjayk5s@ /EREI;(o>ZOk_][_{_]"b審C"&oji,kJYjz~~t; `Q.u)|mv~3n"n&dyJʻǣIȎgG܅]WC  }![n *vNt(J@tBP-T8rv[]Z,Go-9ffL؀)8 b%pə2q/>\`hMћbPr8dV}}bq`QݣkUWhdtr`޳q C]ON"j (I2 -lPY#KS$D~Y']Z9K.j{EäiK ,$@Eȭ+OkC_acdq>_PBZ{xp`oւWՅhe]\!^nҤS;IY#7~-(wg*Iи(WTѯ7bAL⚃$7Pꒌ0Ʃ|JÑ.DǙt -ʄ` iGy@qâc惸]] hP~:Ό'[6`qvФvf3ə,`CS9Op$8=шˀ6%@WXoUR<XQ?GySQ YepM]t\=&nyͼKt ¢Βi|rM.EMi[YvAbMO} HF4u1e c9bΫsgq! |Z[|潸J8&@_=_0$W:aaSe#GN9pNoU]x:مFPW)NL''T^żm1!.1/ s$ QCT0NŁWxXlJn+΋-mI8@z&m ۝w{݃7?tÝ Q>iL) Sb۟ Xܐ$9g4?h,hW4rGNg1!waPQeI] "_ZAW…{GG\Q։uA|`+xwПTmb)m_қZAy2PįPĿX;ĿI ?zA -'O_Ղ)jtQ+G74ͥ#<+|)Esڗ@Oޱ0r9 jW=bx拓nB -* to.1 -OHy.:u=fd~=sUD舔!<Μo %=x{d}=M&}j8U oXJZ3t4sDq/Ɛ Q/݂&SHge) BGGV4N`ta{'OV7vڔ½3 A@CLc3Ex ZLύIDZ B@x~b;$wjlT_•sQ\[Rw)?3,Bdgj~5va,1(4}ujkL``X6bpn~K &{mV@gosj`4U -,WcAZ柟:7Kec_"< -Fd^Ȋ^q& NKpDg1Hz@62 쳫h)6!ȇN*h<&DH:!)L6ᒓMU`l ;{I2ri!|;?u%w`]*!LqZHE9?۱x&",ڐ~qBe8eHK`|BZ~XL h0OER9- C$rAڹEqrMƽ'Wk1$6t=_U -2օœYr38>; sxv껷q~N=E5O_Su5@z2l9 F%N*ƘL:(ˀ毟˙]6=B9G!nd0 -zקpB&)t}z6QxkĿ^D.<p05/5Q`΃cǸ,s!1sAB63x_4{^Pjul8s -f(3\G*KeWGzKX_!DW!a O;Ca]AY;+{5D,HTH/~T'ggIa(wܓm&IfAoeym֜6pfS$ eg Zz4lzO4jR(0T@1dR>@=>OZ(E0؛qC4]' 4seq(PW2O٤l1@-Y?h: ^8DTpGӣ K9!B14c:;af떝t gQg_E! -H7t`4gx,h j8(HƯp l|ȡEw(PBmb^lgYr]ӠkWȰas*dbdv qgg8 "44[2/sHLm)i}?%M ldv&@5G擷+oZ!;ݑMc4hG40NN@fPuMoI΃t}= &o|ҁDcK'tF(8lƳ'n/ -\::cs7L3 Xd׌ESU\w~@4I\l0#,X6DI=x8<r UAH \@BoT=)P*d MhOM󩁀N s:F%4{]xo,AZƵtw4 Kڅ-]1mV۾  Jf@ -+GTm{J]ʣL.(rg;bI«>^󋃗X/~.o+Xת rϬǹXXqdJVrCi^b4y\XCi&}qo`%[`)csiݥѥ h1f=H~lWXޗ~jH3פgZ{տB[Ű|(x ]`+nyݯפ{' qc)CVCM)}ZĖnPa=$$227x9' J&f0nagq9433ǚkR3(AyĆ CofH^GI4"0V$s" KWq8, ΒQ2I xDfeRo_𓭙g#K/ -iޕl쪲UU>{/ ,e׺7-Ki!oajt/:Bkv"h aKNJnLb&oQSP٢"-XrO'cbfʪ`Rh,6+]5dKFA>#J5zy,oeedNY$-$Am*MJNU͸๪=cvH hrGURsm9<"mVO ;S-eӔ1_ Kdm N‚J\V3`a{bYZ.ׁ5`SFiZSt(d "RM"u]S/WouY6j]]]iw.NSBǬZIT>KFOiY8 3nȱaA#ZmB ՂF|uȭE[Fzl_fPhVay'h mO'QԿ6y7]zQQEWZ+k5 -F GI1I$h,{mómr@a c pr߸Y@2<**a!3%AC"ʧJ1_\K0P@O $- ݸS*|?|, D6u۾Z8X͈(cFMKz\GS5:(?NmhAU+M v\Y|z4RƼ9;Q͕ʧħ>n^J+KtP5/%Ej=PBIܠ5J [g-9vkV{?NrZBIJߖ6֓2h g%6-lמ 7;` z>5-֟P:h:* -{}KY?Vw+*' =Umd47>T#W6{!>ENsg` `lFR;4̦f*KK/ߠ.3%sbb ".""p4̇ΜߓK0+.#{D*yJz*W]W7d##bdINŒL}/<0×;a3Rbf,SN=.}\3-ൻC⠺lZɯ0&lɨ!I=Ȇ:Sq.Fdzd,Uڷ'ٷ zH -9RdFA^ pX925\uwhyJ8SKTl6r8#TE6%m\vс4H`&)%$Ic[q_alKA(?^Ch9iA#!ʱl!e ʥ&ɅslY10's9!fC lL -N;e+d2@aHml⏲]Ct31jT?ȿ&#(Ց[puꦒ*`Fl7abhJްra e+"=Jނ G *p{H!ӖZ$'%m$Ǒz`C9Y3'83šYM1[Hc6E@Tj|J.,Y*B=q H_D"Hp@Z-Z䌣4(YGSR/^v-LOVJ; &xTRkyG躈 m'77jhR$kd y\'[*R/imu#QE vEiZZe5v#C4W V~c-һL5(#3GSX>5 -1\' -TG@z9ZǖSpS.I* 1z$&-j/REkMiqy$:uI4$q }X 4 HBG nHM-SlԦ<l2 89|ذer-&l N>"*XR#bJGƏ#|&t[y3C4 P0pK&7 :08NA}q? ߽Ӓ$IyP8UJZ|u K 0SuǸ{,gYYgV@)rY -Ɗa)څ`<&z^T͊W[{;>쁶4/T:U,+n]BjC¢__ps)Vb9RG#cn9I܁y +20 -^"F$4 לs92X<G/$&ٕRLdir -p7;>, -䘜88(zQ́`9jar)@h繘-WMuN(qF4NP1uɕAJ-:m0XԄiwXF ͕DJlL)vp@UjE L)犞2A 4۔dRdA- 4W`~A^[2!EaEw}:%RLPqgtiVY"U9sֻ7MgCDvHP9\#'FnP|oEטL9v.N`V?Uql7 t-r8ꗋk_ހ* -9 Mމ-Wj6r '-Sߗ+kBn)܂rugQgs1@3F -qj|m|O#rĚ5f(cu7R 8İ*`0A%u;U #{!3Ă2GR!n3k)!HuّQ{2Ľi{)]%#..vop/x./Gx cE$_@a8>OdkJ LyCiEJ?s1w5UF5 Vju -e_N'DŒ0v@AJ @v: Hɤo=@pIyr1 q )zZ$P1GMrACsh2Wsd@AU*33T7[j-0px΂&jyAR)۴ i7JوYK@8;ZB'wCCv(74l ( -Ɔ;=?II);n93^@2 ߆wEOd*ske,f㭶3d'eI*eɒ<_loN1p -{XZPxk:,_xP8\kIi h7)SL d8E2 +^GZc8)Wt2QtU"}!}8 _%"Ш~DHf !SpT Wgi1<)8x'{GPY4_V엤 m8-V%pXy6tLVgxfPH:JXY`kp!S08"ڛr\CZ/ ic5r!uhǹFl"2 f\bdBhiu9ECɓ'N̓:1` (vΆaz8 -ބ\ 9ou;(H z VG.s,Hd`CўT8 (El :P'_4A)`^Y~|XX!i9I|ZDLɹվTP]Gq~rxUہɳچI -E0.yϭjnD]1RФxtWc cfkXr/|O'޻oZK_"@u)Á~Mz LBCoY3f6xTl-sZ)kŖOP ^mz2kQ5e3oǴd K&tOR3T:#S!Id:hFo5gV(g kE - Όjy#1q' QB:AVQ{M(OrTmg]6:ҩnJplNSK5WHG+|㳑+Yo]ˆ:'~[%HǬhѲVDc" MA~ -~L! 1imƕ-lhC1&YجR'dFi$(9@/6juprOCYS*PE34#|@VL8<'Hk c;7֩k@L#*BhC*Fc.F..Xp&_\s7 R\t&@mr7 -_>:ؖw zRqm gKuP/-sZr]{SMnaS€_Aُ̜/S+*h߲2mhoy{NZRޑC1Ӝd -7ؿ;j'Ѱy:DYd!DՈ +aި9gS5wY3pD@m9v1ʪi!-IG CMUS2.YAN+7r,ko$04>&7^2 j:aط  Oz_`6fKdw+38QÅ~2Q)l5L8nfYS4iǑ -Ψ@ TPDcJ@g"-yQj ԤmȎة\i'@($ -?*c0TCkjL'o{P29G4rb\M>Swp$3N"gn(4(%be9 R haKk-\&MF5d(X4t6-Mkx'p ËUUh<8lW$ _׶eрS\~/Odm^7h$kJ矝`~4Ѱm  ЉC -8)1K`&NEݺ uM:ҤF`3_7X㋸?AcT1sp) -Ee`u|G4Ha̻ TlIh4B#fe(s{.5Q OFdq?NF?#*f6$Eӱ&Qo-6d-EwIr~  d2;uŸЍ_P 4;+9&:_>#rF:1EȋY=j~I/Fgɦ&'BކΙ ?b+g5 - ԤgѢ1ʘ&8p'hI[ߵ_ B8q~Sxjc1!Y:3c;nfL! -g>'36.'+Yq)\ވzaF~#O0Gaޝqs8$Dd;fiF:*Lhr_t4pD yn &‚#a}<swCցѭEM3l(/L"PA eL*wLt҆k\Yݝr,'-bd࿒KP1=uRvtu)\ nɈ&gAPД:8I%0^:+diݩ:ДnԄ˩9SefzA(t -N%e<R6g<5ECs_l幖RUFYz!8G2 z[ qDjFή(,X0,x ⱶQwκa+azi2z ;7*iI1⹚#*fE -X{LHZ!P0 -e3W !1ePL=XL=`kB?P34/_U7md b]e~;ǸJMTټtʕd<'R1`Qk6ҋjT|02;{ٌU\L\xGh$Fz̪2~c)ܵ69^<$`-6u2&?[JJbkM{ʬI!)$ML/,Nxd% ѬYD/ԋ1C2]ehnZmt8 }6EsYA+14q(h2Ft#e-j G 19[+&iNQ"Jg5qjVjSڠGNדElt)Mj@V|n`YMc^%Z \d me\ 'TRzN j +k |B= eIQnZ iUJN"-8/Pow֬<`d%mߘ sY;p|xZ<[J^QJk2ʖ cۂÃr -ZkWZ[]T#Ui:'){!wmP?gIrn)7*tl)?>;\Db'bF TF7$ 6jMG'Vۺ9jJ@.8_of"5sjC/π^)V@] M6Z&IH$hÖRxT]MSuĨ %/?Pl(ՅN oKؼldPTK`뾋w,]7oto 3ߊRpqi(A1#+ Km*x'bjoCFJR8\S`rM; - u=ht") b|!MmmsD~jKO*1I4SI"E1IF@)[ bF8d}$ԯy*pHT^9O*ƽ@Rj^s溕5 ]+4-He# -{cjQL̘蔪(IEh9޳(\YY78 EexAP#;>ŠM;o*-O? f3zj(Z6dtˇxU<1޸ennڿDL5-޽;ޢw­&s6.{(QD9F.(d6#3 РTOIyKEbf1saD +Ю<yF|'NҨ.|L&}}փ_/[63bx&t 3%pFA-?}ČqQi%c!q '䈫51Hgw(!ǖnL^z, -MacT>:# #r~suʯ1S.b`MȥzPhlAń챛 faq{T4`Q#Fm7l;`38?%4|t%aϊz/s.Ekk~_ǩC_ɁSVO`՘RRUlΎczy21/qfSthczYJݕމrnH31tT?p$R48 M ǿI@d.ٜT(Ca"NpOU>W0Բ&җ2FctNʸ!n { 옖2kn:#E߰x"HЈa=\i1܈FWA;XY1* 9B[iLEC:4;úd8hot;kjst\!jv'P ̛o6}t7jZs,m{խ15El} i2CuR:X2vkW|'CMMByc񬁦9'Qml:ڭ֗Ԗj^% -<#y(nťLLl ZJc{ܒYWVO6?~W.(/IAqGP7&d~a>P),$#3qBфY&GZ|(;$i4BǢ2c.o v{daDk -DGbx"LY|ݠ6]z#pKW|ux2M_8ډ8 -:a O[+*%;+pMpȠR1JdJ4Be~N4:*A!?`2r

 ~Rq0& }8ܙ7uwZP.2#8E=Eځ;/  :0o&O@Uoq$;8R82FLAJ2#sr^^&94P>΄@A4KhTCs 䑌0 0*91pZcFtʹ脅VE⋶M\Yme}S \6 I9*+|+(`>m8qwуI6WjHBGƯ"WoEs"Wj-4e5AVcѶQȲ# ➧ و{%w͍GROV&7"]}30V{#&ц$l|16zTEɠCŬ:wPNL o~ f#B1 t'>=#`#DbkHeo/۔>XEk4 ~ٸ^_ ~@x7-{K{]L_S;2bȍ1rK݂7-j,Wxd%Ad{ nz:c `%Ljx:ml"6a^ql3wR;? :\N.@+0/Rћ dt. -m4j=aO -ɟfESTIHz@z_ 1`Aǘ9ݜ%Ӆo8h25S^i;"JŽyI -D ̙:,7 -+1wdeBmw(Ƞ1@QI~1*#+|[eíJҎ+J9kIg/5,3VevV.3Ef8DY~dd%^6DZ䠘Beor!* -wͼújj>zU i&c2֎¤FriE&tP<-zcrןJ¾O5q!FzHYTHUwݻw92dG1cJs}`$Uq~U:Gl6kF Ԭlq: ,0[ڳS_e :l9/)]B-, 3En\3|IHHoe4i4K:Fj9M 10y,Uƒbn{6D* -'IݍF՚Q] H7! 2+gȚA&ܧe?͢ `7̠ >BG*ֆ1]x[9X˧gs?w,f=3#6ra+VtXF4lg/ -i%A [fݭ4.S]4^mc bp?:Am !`q,c?{Dmrn,Y~G!_Nzkbx,-wQAvR/jZΆg{Ç \];~c `yƶHt2ՍcxH!z8؀M4s=OӁ큃ԢG%(kpJF;( Ub0r M\8Z]LM#6d lT'cjNW3hWtEX﹓QW,׫QuV#25!XY"lƁDpIAӕgEHVE W/3F_ȊPJu1CRJcx8I9 ¡NbL#BO %MN$K<j/f.G CdƛOc)`JGʪj$~Q>6O!XV2Һa;ctJr -zНǒB ,#"*0vpIHA"o b?5쨴;gIߏi*yh@6qbGE|Dchcە&UVt&'MF0t3ksfj-;:\J*@\L/Lrdq@ KX3‘C6vL*m^!ڇ2lHTK,9wmf!ҍLfPƻ^XרswmTeMA/׉d(u1iY]i:;c\wL3zLdN"v->uw(JlESli3E˚_T5{Q4{;ќq.W4-Ѭ0k$ 8zN;+hSYʑw}&6v!"&AjC0YBØlY6>/\ZCkQ3ϸ3g8)y<OtLB qmPjMHdǂ^ 67I܀xϲ/5GDEd2)ùT 'krzP*L1՚NEstR]0R6ydy -9܌*=7"n -<aU9`ђ<Q,gK,/EWAȺ[QnjMUQ'(+\p`1{cCwC`qH7;[r>b hD!aYG8ɜ1WZ}<=1 փg,dN߻ޜX2ޜ좨(ׂ *R6KhF) jg[Lv:v^纔tD!^#D:rGMXãfe۔޹NnQ[vnnoN^x\W<\E4|J -|g|"Ge{Ǧŀ딳PvHunchXC6ѵeҕZg#J?Afs\/8 򆱲AHp@xsܨSaa ~^mC F`7$pƮXmOjT+.Q>Zah~K#J)ZmPp]W܂qIѳna/Uҳvi[-yZ8Ρbs?#icD$gѼnX|aoA -LT̉iZARF8|i!۟ ? -L\qIkhJepb[*,@V{/K^FíNySӤ3bJzefh_ךA{uᐨ0̢:bY'0J[)c*(PJ2FS Pl%f#X'% `lcoVy 4e+xK%WyD0'F9Hs`2AS 'nk7^?h6n\3Jy81h(`D",3?hNgu{u'MaTMMI+=m!N@Z49٪-jSvd3lnc0/=&}vtzWɔh![-sZa2 9G upD`!aj,$ -c.,ZP47[Θз\ Dr-=> ːӚs7_2h.g=&0D%f۔v[h\w`kBY|kIOyHJલMpW0κ w`b2t>y`뇝7锦asYכf0i;AD؛;WbnMwNܔNY2f"a|Aa؋ۛ(\fƧŅ)A`Iq̵V5KKb,x6$I Feˢ9:8S"Kw{<<( -Rqoq<3W 1NoV)OfG @ ZG֩Ⰽ -_*/eg7p X| Q7 l?uc -Lp&&F+>;.戚aI{Z?ԑj{ ~\]R'A< NiIV2U+6@Cu҉uJNJe@?MMhJɆJwBVk\@2LP%Ae.OdYEy4CY#ŮISE@Hd;?uΫwt\\pep/+x rE>~ U/r[l4:xWC43X“]uP3MkKԜ{7"\[CHK(3zv3D]HɨE&=ʦ\aiX7g׮ H Nؑ,D=eQ+^Bo&z1;vJ>g} zWZr92VYffȢ 2rV5fADO+xӊTStF),,!3,TUIS|0}`&r= IPЖl4hn4drph1,WUF%$@q$xhqFXd\! ;BN%>Rh8j˵L:ih3';mтaiE;ޙh%MI|fs(Il#2LvEZ9DYD`6W}Ӯb ovE3m(ϑ8g1)UºUMCp[=$Q4Җw %`1qQ<Η|z7⩊ƸHxc dv 7(*f)pieٝdqMp>Ǎ̂8g jʀ$>Ixye<4'Οnv27E*;hTtn‘].t;h@ڎg$8Wly#Q(>\?K ݬRKԕ}bK6| G;Д4=ɥ9bLt+nZ}&-7>VLGD|p{0HlssPXIZwLY+ -QPWy ˝w+7ePK6Լ-лڹWtь\oV5؎/^‚djċ6Zme,KQQ qOUM oYz 9Nu: aE'g7ӭ9[OQv=͕Z f}%uaf ԙfp%]̈ ;98$X j/ ȴ]@ls,NQ1|66 -m`McrrKMݚqa[ˍ ')Ag3X]bd^Ӱ~9#G>4Zq?ۻ>U0/W6Tr&Tqr|&a9QB)GלMdziin\@\OQN'3X Wc+':݂CM˗>4FF]}TXraB9+g7f^#SPPu%&(m1s7NQۼdYU?8F+vUw_;Xrr%5G ͉ byZ~D2~2iz`~tKv}oX?GEKA[Ԡ{+c*tL7o~>!7gNelQߥCv*c"6c}-!ooRN=7 ]f -H-k)>\Kִ <X.n. UE NQ[v}duezpab1hYk^r9Mr3؞znԏCeB\_~t>#<[6%. Ŭ[03ɚikCi'|Ҹ2Nڜ-gX{uZI(ٸ*-kOGӱ>ƕ؝ -m;*݂X+`WW+K7NsdLbmݐћ3GRj pC/e(T-=5wNNȭð[:eh:}ⱂYa"0 @F)̓8TLn6a"/)rn91Ka%D/Ot./̀\W.wK pMP/{vVG'Ɉ)>ݱJNC>, 01ʴ uJ)V+ɡ(}& A93 w߾k _~zÁP$Z+WS+1 .)36:(`1:3LHgЊ#?;#)+We 2Kl7(v|%?k,:{$?戥},>p1pm|]C9ed9{kbnl|ο8Hx L jN2pTf#4pzhZYOiBkp*ke#FN^$6yrSQ`ڰ9:+Rbℑ$w;~3r-p2Zf^i&uyx&轠2␒u@>tq- Tq=p:)q$G Rֳسn}8bmGIyVWEaHa4=|*d{Fht<]g@ז݀tWkQ2<7] }7w8ɶ`_tHԠ(6(U=vvw3aZ Qe&npuu~n/&S8ƭ:6<5P_pb傣|{+=8v .<_<^ G#TlyW@nq -4$B6=SAS.@]B*.Ŵj) Ls<(3ph1fXksk_8%i~ MԝbT;p=7Yj:syݘKFΊC6.U"˴94ǭ9@MŵN22j[*"Sw5 򏢞Ѯ,"X#O02jJb5큝@ټmV=Lְk|Γ˝#arEZWٓ$ոND TktFeVrb9G49Ɩ5MPHG~܎Y Q9tzUIA,F< >p/a`.03y8-Diъu#SAJx -1w~~?CuXp%W]VE ^]8jV $Lx?^f><߭Bz6.狿OO -\Fy`%jj!ӊ{[{l4p"TKI;~o./NFp :_^l<-+3Zd8ĂfʬNp)bpt: On?wŠU9 *Pl#a~*hF''읜ңvcޒ":\T^N $茅ιPW?50F(Qy S`JJR1ˉjZcњ Vb7&4.0 k=9]SL9Lh۠8Q@$"[_I%Zz VbOŖovc)SGU@a\5Z> -b@8=ȐI 呤&V*IeB@VtGJ&rg8Κ+ -OL9l:'F ^x+scMQ&Ym -qZT*8ULј4=j'e-HF-{ae"mJڿSm8lx9mr`9x4S@$WXRűKLM Q^ 6;Ne;?i} -"p=q!x%QLĪ{a5OctBA%̸j#5g -{{P.$Ħ,@}ski$s}B'tNo(4= Kp':ŀuxGSkt=L& i4feLd%u" C"Ui`PHАhhH{B P؇CP>.oRNMSGw>qdb!)Im41x EӞ*%)7[c 2/^˴O5lr@w5(X}c9}EǑC|,9a\2k}Yx^°b`^BIϘL+~y8(>sY{]{i]n#Q<ξ\gU~ F(ɾEݳ94G4>.CU w?`U]_;pxj3/#*KHGQ -bм&e5%F\`'ʱ WR:I(aag9?n|aʑ+[|R{W$fiy.Ӄ0`*b[=:lg^MSiqήSH`|kY۲ p{ ⨏3th-o77vqƆF[k%C@匎'`'NmU;FdK#eY@mW%HCmt LJdS$Sͭr3ƄHgsz@.6݊^VQDe+qkL_7h6w%HХ%g%bfGm?u A,傫qL2g 㣝}4(w|14}AXÈ|zon *q(_{.do<x,7lU<D-}q|~9NpxbMro9gPd ȁby{O:;o\ΨS qp.^c1bn, Nu@;1V St~wj<M ncvt`s+u !o9o,K}mJ%Az'!dY5j$ze]D?b9L8ӄ$HD PeD=vW aCuHwadj#5)i!C!o>I;umk R -P_R@Sx@ f$s:`hu dYͳO&Y"18 H:ΖQ,敗*+duļ\j0hj( j Sr!_Ȏ EI 7J{/upa -ƤTbL"kaq sɠn5A8GŘU4 xt5{N:pm\Z a4S:IE%;ULtS)@Gv.:%T@8!_-Ty9ǟ[yf5Qtߜ 9 SA0,z|tm3r }+&#m  CUƫDŽ},Iu |TMiQSs3P,a'vþyQF t!*Et4+}Ig@1 ''Ǯ.푞O5نG  z!GbBFh0Ha8Is[U2 5;ax`o :-.ȲZn(Lch$A'njD:p 449<}fjV9S޶[|=2#&w) a"cpItU@pUK62ce{LlK -}f;8Mg2cϻIBUϢK6@BQ]S@MŔhU*Ǫ6 ty/s:-y nsx.*0je&ǭ{[/v$ hTrk?9%U)Aa#"²-m /=Ln@$Ә gWz78jg}]KPN#Ab9Nj_AߗDFK^ >J1lkZG6G=WϿ= oMzbšRH _sSuDg*ΛYo\e|O&7e&ĴKG!|: {H]23*x`* -Qxe]jE fT{{ tR&0^0ý{]sXeXvƬ5fpml,|fm -^i/ Q'FW$m2VPEwh"s.0:FB,u R: -Ix-> (;ь1*eJ NM%dT}bҞ<js1{N&銸J8hh@۩0W3?g|a| 8wY&26XH$j7)(>P]`eoЊ$hl6(YO #"{31++BL1<:Lim)bfف'6naĘ\4A.j =P8fp`zTNB˾;. G"2F1}@e.)8J+`Dl&ܟ  &di -LɄO@$&xMܣ G8[G1"x_Nf)XFGI=8z ?1y!m ΌKr؜HTY"erBr~]ͧJ!-sGL`1K\'4Md9 ge2mÝ10 -]4#c=RK --h=޲dSAz ι)ia%~Buɥ?2 } 4)qh0b'DW%/~VX93j|8yFۆME.%1+>'zfO[[ ጑%MOG3z Q.eaHX@f ~xkr]:dzMݓhdirfS%;؝M.WPP(>!·z:8/[ M* 3ٗ3^ :W9f{'ƯFDNDg<9J0֊2( ]z;3-I7@"QQ%XTLQLA54["2M1AX$CxRt6& aH~0|M캷 *BLj8 6Q22` @Myd<q;(6@C+l}9|ly oXKKJ0غ40߇5WXe{S=@N ci ?QoM4>m :Mdl ȡX@Kǚ !k_}mO *Z?$ELr,%u^''وGO0IBei8!* P{xbGT #]@׋Z_K.FxOևOf!ĥ0u'%\e h-K99mڒ85 szc>F}K: rrݷ%JǏ^ʇǕ q&eWSB NKDĜ1 SfcҝDQfViiW'K8Hsu"3V'U )5*7O-PksjBʲ 4/-% NI@ -5drirNZڛM73>Nc))nXJ$bH2$dgR74 58OKxkpxO?8PIٛ#;b3^(挧YD&)ӺIaI@JKo& 7f#`ohœ+?ْ%Fi}gsC+}'"ݝ&]8!i=yfP55Ju z4/McbbQf'E~VmۣE W`Y>[](62ۯ+;#%(2i2I.1#c*%1% |ι-Yoj(x@u[Rjj5$k}z9MnkYP4=I,\w{p`\!qTnYCUgۇ[o(gNXvUOT> NMDG  S>P@pcQF<젺%xYH)g ni練-g>a֐BEgߒDf3F\v)fHxGrkbNX) z9*iC6V9p;<R iyߖ=Ί FI g=RARJN0Be1"Y[ҏxGd9<&oŐCӀ|!oVDSt;~亠i2l4d+(qz56V\əS^yU&"FS(;e k/yP{aꘄṭ{ݭ{Vьaax1CZb)e#Dk&S*э g`;gȓIJWZÌ˳$5UE'KPtөo1}ˆ inEKi-W99xi/Pzt-f i~F$ MbRoV,ܬE>>, V]4yY)Q{ItA="MŲؓELH2YtiKQ F',4U&6+ќx";EԓQW3˹(G҃!,^{.pt 81C 1 0{vPH0TTxM2)콗.Vz ֲ(M9I`39* 5F6XkgTU#Zo=( əg*넑 1>3˝ښ2Qp6E}2r5 ^=Mcbp~vP -)xvLSyDݏtO@pA.@fSuС L4ow-eQP5"Tյ?ׄxnc %eպ4ѹ\/HmQ>ZK` >Oľ@'ЕHHd-;7k -%uiwQ8õ t<3 .oAVvaefyiY6\MAx<ǩ>."*|ׂNAf-J}AtDw{D -W)y)O@׸+FB1>TߏDZ)S8sg1 T+~ԡ2df5˚H6i3]zPlUx9vHap:LE(G-l^TOqoMB[i҅w. k60v 8_qY6Wja%hJ/cf&We_!Ɲ)%\LÍ'1-@+1u)3+51T*_Be#SC-T9H޿}FWY-jOZS8nИdQ.dt!Ȼ8cf N=l^S'&Q-Zq>8 aԏCLAqKi1D3aa7#W)LU}2͌dW#kkK@{tr"5P.i| @۸Ն^UǟS 5''O@=Fs 33[H^Me\yүryrY9ZZ[nl xvFBnab(cDDed E^hgH` ;zbN8keN]gُd Ve1 jl*RsSP^9r6 -[m9B{>c9ީy\ȌAѱ5<ȡ,+j֍c"c*X?~QHWWktaUUh WW1?6BM#Tu0Є~E%.;&R5i%}Mpɐ& -4D -mlC(^gɢ .ztҭu 2kҲGS<mд{^lFHyteYJ$I7:U7G%NuPV11NGʇ{n`YNNylya׬I-9V4;?(!& yaoVOgLֳլ85xcW9mіֻh^^-d[w]%=[,GxuY0r&ۙVw19 YL CT9 F) -jL" )a"l*oZpF` -]9r3G'OYk A<7ҭ8b+mNeGdSԾ=z󒲊z5#8Q>L2Q량\/wO]Y2i]pXOG˭e|ʽLTEU*^:0Ҥ p>Xi9+\gvH:3Mz! - ^=o&uXi[(ժ6iHr;{Ҭ;!wUD5CAD>6STqř`lrL|զHsѕV># N3!rS^rahyTmZ@xӍ|ޭ@Zsj#+f+}8:Ċv^`{;~p kLsrH}9d:QUnA)@{05 ma,Afq<*έ6 ޘ%xlM-P[9Bh7iHR~lXlp&AxבAIjwhk|q$dly#7Ul}yf>`%Q{4.EI1,\3*mВ>M`u -9 -Bj` O+ |Kg(4 ):PJ4yfᕩ@y#=gj ^27pl -:l8  Pϯ_|q15bx,qck {ʀ<"7*[O`M Ǥ!b@VܛT"g@TDC'{3h/<Ym5X)>Dt8凭 g)Ƴ\$GB.k98]hnŒ mqFgJ8t$O"Q x^|-u@ۜvU?m=Q2j8I,Τ3@T%Ʃbcs!m2D)bbKZ&-h蜉| ۗ//3\˜al\]&*kkw-nanhTZRjh(gݥ ׁܴN;QaGj']vCHً67T~+ N¾!Ǔڳ`eǴW\4ݻj^or>N# efwX$rt5<lQd$iβ+trcF<йǀxڵ_,F\m kUR O؃&|oAk2L2q{8pc:&tL2tBwFgu%va2šԔ d$;9Qcr7Ń,\ S"gl{fيxRa+77YWz~A@ KUnr$,pvK^B~qŔ\7E Lv6:XE6b Zco)_NL3LP UkRGKfw8|E~z^+I/H' %!ct@$: j}:}G;Y77ߧ<(F""[xJ5 X]Fw=4,YCFi$昬ut(Qc0ݜVue(^ș.Ga Pg$\Z]~mu!X .#/CZP48׆?LSbM#nA4nke3YkaM*9ղ V- &W -9RQ$ܟW Ƕ`zk>A9*k 8 ,OJ]d L0s3ͨi=X_m&}1>qr!^F~Z]m)nXifo4X)yP}X?o -r$E#Aoi2B3yQFS<]?Ե$q~6 h)6XpЇ$i EmDZ\/Y !f64-grH >q4g"i`),15U@w8/w(!QNPEƀ -BFH+N@c)\dbbcvb4'u{pB/_aHN}E>WC>c2D`p֛U|,1Ξ.>;a75T,A)&߯za2"Ơ(F RrXP -NQUO\Ĩ}(Nnh4mV\NuP}^{8iIz#=@@Y4WFFPs fn)m2?:d_lx^uXMS 'XssA;ydK,MZRoS6gGT~RdeޏNrѰV{y%;<3(Bjj0O1&Bڍ`1E -*'1pX1>SMALd70fC JM@CJegyy9أ.Iڦ 1 J4m ?FXp$<@i2\1LrO_5,ڃw;tX&"$O -BoV g#i1gA gPZX?dj+2yC:^&wyE`aif9ﵨP3NLoB?.0FpJNP0"p 8Gc2JYTd;~8tN%=sk|[ _rcx\?:Vf8Tˆ\Nq\r*MM.?7{pS)%CB Tc[2xy Iδ)[2F,ҢBPZq+(S9&MɸvqP ]&cPHY29 &p[ ڒNs~{cNlU&W`{ XX)es4D|#hE>?$j)gqft؏ 4(#W8`84қ(35[JZNͷ6Z&ٵhU!d_WU^RL: ͦgng8B4zוyLJ`s4HL멕s5[msY(x  z㹹}L|aHz.Q܀\GD1Xx*H?To;v=ofr,16Ȝ-WL+KsxxfyGGŀ. U#CGVE^LM)2ju6M1م:?jw 弢Gx!v QsMgίdPy*o8fdM飴;j- Μ- nm>69Cw Lۅ*2.):-ZN3b.U&Zc[twrr,iA⯄ApNhgM~>蓄%!rIqwOL8ziT5 ?]pzafYeDv8rAfdx>ߵr0b/z";űvKǩZA,Ĵ5LTAS! /.0qL˳d2aF =5#HJXY]2ˬdta,S%K4^C7HbkNk"^)$oV5RGB!c#_xz!p)NU-KcNr>McfHEӍ[w#!QFsBgx4>AqOQLiQkM@ 8T z≶i >Hj_gq].e -t?lirѪ`XۨAH7ODT(^E65:#U.Q NT0?¬Rqkh-MY6bJe 9mdN"eiɹmGx&5X6?{86P:n|kd'J\CI-ȳF.g^aGxBà -9`=p]&5VaO guj[gB̓(-82`%^ v$#L&P(Nm+>$f`N '57|>b-D*>c$+Y^FJEPWEAxid:-aM8cMSaZXo=, YK'쐟9TEи<;t+-$ИE'ܓ {-_/b6r+3dp /P[p6ڵb܂_6Z)'_UqApE@SS$q`5);e k-m RR`K1a`xRb𴑅HF'fdn]'X%fnS]̞q$|u`S4pI#Qy>A6P! zR R!.}&Rt%\ Whjm;\s=ˣ+֝OW~z|ZWY?=r?^gWY?=q?>{~;|xu3UgpON<.&>8O|9px8ćzL|9~CBxxXP֟ȇUoVqlkϱF߯~G|O.=|걭+<<|O}oџ| -c_YA~ѣGWOt6<`7wGFJ@`FЁb+3HR_[3OX\eK#1 ayW _83c~NoPZ-Z^rnpdR$xƔr&6[qbg4PA"\c0}X7+T3[ n40v ը&ҰON\x6ͬ"bvOܡ9:H my89MqzY.CO@XZ05C 9.;ޜH -Z.Y'l$ {i8ꇓ>ZK*=)e -ý^$q,Xvp=m̘g8]- Ҩa^u)>PxK&OK&>a,W~QtI)>!l?Apa!o;R7q)59T86 -Hq `hmSZ==șYڐo^p--^-ʗM8y7ƖҲ`j )t@3deJ3PW^{uȗ}_f"(:L wTޘ [!PB|WdnZ<0 U|Cd/47Y2nq(Z_TnleDeK-Zm 9ʶT0Z]Uz^8S=2iT]Hb!uv<tqzqHqyg#Cڊ#B顿d)bNsQ/tY::݈^FZ<!Q[<ӱn~'~2U.V$ f2 hl %?PZfѨ@ 29 ofQ5J܀],KC8I~^Ad|YD|\n)2l)+ٵ2'ѷ!7;maƆ8[K;\7l뒘߾߇۲㔃pca3\1"r2SM j<٧j>@5B10\ -y?I/e- -^-( jYY@#v4I>bG7! -[I/1DeŪ\#m`jS2KA1)иdO+-t).ldrҨl6u0ūυoؙCbg_1zxps9 g4y#ג3I L^l0Wqi5j$h.?CLܒjK -#V%wA$̴^VLe AB@#jhZk7Es$EQGmL[citPh%4բ5C[ JQ8AOOo8YcHHKMϦOU} EtƑo.83!Ih%Dٿ/v6'Fۖ"Q&͍PTkN]2s՟ǰhA̡'yi{L9#jN Eh9޶@l&E1S4o͑@L[$X4M'Ay6Dg-:Ls;'s-H:>Glt,,M$?|.3^ei;H'<}c-oGxl;QA;a:Pԫ !m$e/YkUsjSѿiIv<~ Dtb-їq6E]"uCNOX-R^ŕHͧK$V~ 'zG˔3+tW%z5@`ofk]eW0-ya.NK'O+σIxw!&NiCd%`$6pJyS4G/~ۢ|䉽I-" m݌f)!iM)7ISAq`̍L8PjiJN)_!Jp컯ˍCݗ?wKx]݌ٍBx-o̷Tj=x3ӱp4uA%a,#V)& NՉJ .J&^Z E^F(xN.A簶kAUnzsK>LHy@KrǬB$\'T81@c_DKKKMEw=F-n$6_mY ı PτrQ;A,jyF<ǃwnU1 2Zfy@POY2>|_qZ7#j(-dηr9D9EO9ja'Sva&c~ ~<]iL̞5qZ9 vtkh.$Q+o/8k*[XWRoC%mUjy`0VFiKU%c_78 _/Y(u\iՏw,'*L)_ZjKޣ-4#ooo ̠"_/Hf¦ܹYJP?"&B![)tڧXPDž*1Vwg޲ɭ&e<`(nEAVd^ӭo3@ M|>O(2_]$QbQ, ycbgȵQ5R3;Zݶ*Weúme/՝/PZr$7b2n\J0 h! uD&zBE`.Pt>+3ƈ![)IfçE6j4ՇO?|vr|c2פ \˩7[el֬!+o1cqXse\h,ȖI (R>.21:ScPZ+r?WVh~C|po\;8!"Ƿ½vfs]3=̽X)n|xK" ʼ@ 5f' -Xrf!@jƷVTq Ph'ĩ!sA П('T9Yq29EeњYB,K<2k Ѻ7_wKdizdlbi^|€+dQRQC]3N2 7Zt갥hER%|m\3b^;j6C>x2S.lOM_f ; \]ޙ ?jz.S)ZkC-257 zXsI:AjhyUйBXrd1c-Ľ5T9C8zݥmf Pg=ڭjмEmOLWf~Aq` S۪ <5u jusZSm44Ԯ^#k]m6p*Vɇ{~'# ,pxσo܍f~kC7L55m\E\uVϫN4?gGpF<3__Ge˅?pY葴obMr|Uxӽԥ쓣2 2$ҦLUC;ĽTG;dU/ VS%T_Mjx\[r>kGg`g>R&fїK)j*)2w #!̯ venno/ڱs3˝cm[;vnkin_$Dl,.ݶ6HhwM6)muٹy u:ڲ- -nz7?S/3khm-)ij{fPq:K5q`W$I@%j,I.C <$%J 6VcO)TTI<0ƌx4T3뛃J rt/xc!0j|&`с 8;" )i9S`88 ڲ&[[I~ Zn?gX<>@mdk Bv ҃1Vr>v4iMca | ⤓t:D Htd YjrֆK/ -b^\MD-(6z =mWH=+[#{@P/$- -_0;B5GdeC-F#˽nPx_u,u7kwxWd=.>F-]s@KLHJ<Ռp߃`nWB=[]C2N*f+Ucp9t4Q*hō̦S= = F27o}xW.ósdzjvoʷReն E:h,W3\pth &6E078n2it-k6L$:dwnتd DrA K,ŹrfJM4, MK~ՄӫyWa"Ke+0u -!mT77("VhaFr>˗+CM)յB:'& /+Z9:U3RO`ܰȗw]t`q!;]fRޠpz@62ʜB| ɉTcD,Hr2$8 *8l -cE[$o|6;I/&~l-P~[mFñT_9HmݚΒ4H4"p"+HV've:fB$譭J"ӻ XB7J0 ÉD&ɁH7A7[4'TjQ-҆mkt?٫%4 \itw]3VA^mg:tn08%YT܊B -v(^ ) -U&TX!J.PXu.Ph*+ͪ d7f{፳TX`"tAS2 \-H֞1o5] yR 6jBp?MJRҒmj.ɍ n|l+l}qHTuC]ᰍ@a[ -3&bV7^ -x5"RMF8L +yW#n(zQVc++k~R( ~mǦ۶v[kt(P@;I)ZlQK7r#1h>IsQcH, -FD5 qAaܚNA0HwrK\HG^.n c#غϮE, Iidׯcd4oۡ VWu[%'q?_TDPKHjlPJb+\܎pX [ `2FWj -ٳCZ˗8h4f~|Vc' Mku&f3x?'ɏX/G@ A#ǥٙeJ@aeh!U'joY -vm\\P&|6MEE!"k ӲFk b6fkbx*V/*!2ThEv[0ZLgjcecU)&DMۀ2F﷜!4Fgi8NTǩAPe̓|&C*M 3xgߏb"D;cvC߈zh ߛǀ T:$h=_*VN}*"ȮqU@͞XyjٝӢb }h{dR aAGñ,L&wTcW-mQҼrR.Al5MkLTݺ\[ba~۴55TyjtŶ4nEU y9Rꤑ)q94.[pmZe(~W䒅y= _r^SN_PWEoųUې]>-!l %sE0EIVx}d0'OY u F+$آchR`>Ԏ=*إjp'2 I?)pWZMIkhc+( --)Yf"w )6ɊAD;?O_v6Cs~p9H }BYvEebWV,&}:D?j2\7c.hT~)Quu&MNy琦GOL 5ۙst0,,E7sR:YI﬘s%3;5UC.tl6h{#8@ :d
g,cL qڵ},Զ -Uz ]>#KعgledS X" RW EzzT?BT &TW; ;7ANөX~&dBD؃gD`yQA4Q@$L䕁Az`ݖJ E$V:A*bBrH^csb PO,kk)Vʒ 3˜Xba%OǽX߈Q4qѱd6k6ۚ[Y%5os Vq6V,Rkiı*:ST*lsa\DZåӊ Z#G굵eI5t -Qh#+ oiM;tq*MV+Z Ién{B@E(qanS K] ,X(ixh׬&[HΎ;-[ݹ}m2:]4vș -[j`_KB E7KZgZ+xW=E3g<-zS75l[cD.c}Clh_X׈j?Z?H5VZ=VŏvG!R|CXOG4$.[f>& nt'pDPf6o}e\ -B<ϕ$ -Q,b+"Se(y K== Sf?(v" D# {УEOA3<yF @VD`'PF\RћnoRT.Uժ8뵊=!#BBnڷ2cT,8Hݢ1MwOi-db2UP.:MecZZDmNʌy'G2}a> W3JmВK[K gSC['EK T|qڲ]5wyW]`SO@MՁgq{yG<[\&DִpH[?;ltv鯪/] JC{UEsL-ikkƯk󷫅B~b^cHFgG!qF1j38P,4'W7Y4 -E8RZ8|7oh]a -7wrHTjSD -Gz*L!p߭j 񐻲w -wjT]w(v=$tSaXgQG%Pbt -ld-3٤n+*Qy)||( ߶ӌ/ 3u` lG|a|n7IZc01Vbp]-6x'(eJIwTP\Oj/#. |]$%?CuyC*vX/$'z}oiohhbvmA\x!Q( }d^P{?烲 -ӭ\}k2c2~X)[\YoU8Xʲ+K$~7cGW&΁LDֲڵګC~PPS'W=x\wkB!(W}`*5&x%|jǦ&1e摔ZWvP,[1}3x2^ҦE(%IG PE^rr^#O"3͌w1ܸZӞfK=o`cÍ:AnmOϹߧfgi}$/2+Do\ԲKO<g!d &e KbHxYm |(Va(kD/_!Q.t 䀹Γ$B.].SZdhb [U68ՙ*Զ - 1p'أIO% 7B]a&$:K(A}A"vlFAA!ASdSs/=MтaCrV , -ڮ*^Z;+ޚU"sU$ݹ2- -}&L'?&mdKƣxk#P2Nֶ܃"{(H m/sbJa -(95vR,E•/F𲔚@ ғGKR# ->!|]CoK~ޯ>nBRXt|,KcS+ B˨O\Cqò5Ұwmsk$ߐE.ʺU! R**"i^(ĪWVc3#-nK#F9sa) *,"AH^Z" ̵]6b)$.(p}#8yZlfY\&دkri*t0|d(j KSQ7xi -"_I%8RQW|A laUե]mm;|IęByb=@E61j3d2oh-e=ge;aXRRS)\T0:% *׺2Nٺ)e2^Vy9wcpS8Ԉ`v{s>Z -+"T;p"P*M!aRECm(C. xAJ/Ф4 Y:bݳcb83zi(17BZ! R]G%PQ;{d+8D@lXh8Bf%j~0DH@"qd -Y z@>ˆḡ^ɸXIPe,$9,-ͪVc>ϾLo"7Y+&(+hby -ڡ6&X-LD:͌S2芀8}' p{%ޖ@F-4 41߸]n@ .("Z -E nkwl`ЧފZnü MX퀟5jddj% F9ޏ7В0yi> -jvDJ1 APRhpdZvr*b5 oV{#cc)@<-V )B.d+O+*,a@=5h\g\ǕxVXѩӜ] }TSѐ]4 -ɪ H탯˱Jj`AH(<ְ60[Iֿ[7³K.HN\CKJJ_jʩ4n*P5,/')~^/o`+J[RYfbߚe2'kIr_6| -'JsTZD5^KL>k[&]b!Ͻ06gx̄ Yuj5wvWL0DYWZl7@ùf/,N:tv5nKzjM,֐aak,v0=RHbe4 5g)m.bLk3qi5uF0F۴vU8~"4Lˍ;ڍ6۶n.!,'ApU2$=L 9Zkp*Gr8m s:S5ƆsS7#."mFMB8t+eS -#Knئhwnx'OJ7O*?м`6zM Y<%E{9;X" >Fø;"(1_ N޹}K =`%bmūբHRvב9mV`Ļa D?äUdgaIAIJ#en(zvd 0iykc `܊S~GlݶuGG;Q=fOgXԐ/0RoS!C;K 5Ak*ͮ+L ]bT{ #ೋD _4 +"9??+7臍A-Uz/RTSRKQZ8%QL -7U+%Knk =NxvRB6Gbm#Ꮜưx|1Bc@ B~9짎/ VC\<0Qz6 )*1 +< -ަpN6J}$p=4.f sTG;hQ\E3D JrLkFlf9$="c[@%Ө,Y.bO=Jƻ\? -Pw79iwaɍ"^1S2ut(v6@ٽmlAt*9DbZA}6ݴ͍AC"ɽC@*c_4f^)fP25+t^ |{+tur͈'B?ݍ`ae*wx zc6I/7$Ԛ@8w`]槎@jjeA#QN箏ED5ZNcj͋Xqf -];~ZMEhN5^^A&ae.o܂ z|'X5ET 11d3|Jg&Evedjn#r쀁W'a1tCJ wtwvzI ^*B:]쎇nb&M. =n [N&Wӝ9W䠠3k(E5j̬A,lkHL Ϭ9(iۢ9t]td66KYHBdp/حTK~+,g@z\8FB;1ՀNVz#UL9҇ G` {%"] v$3]=%](JXC@6`pp$]V 0BgXFx4'9?X | 0X%NēxdcY !.a -Дc/zWGbUm9$7Y t$EBkU -U8_t j xk6Ji9 C(*"]4b}آB}/"YIw~ɓ))MǦ8%ekW `c34!-֨މǦe䣿 -=c+Ao -*^`I uU-Sĭ0 2yY:]$ߛ k, #6wظDؽݬ7n#;ݪֲ]P^#)eHZfxsGIJv>7)r;ײ;[-@8kd64^!J%5,جLN >sBqZn(I& -o⁡,"45 6*~bJBU; e'4aoKua:EԮD; 8aRk[2qIHD@ntirjyi4Gj&6HぺqҰЭXm*p̧/Ѥ (E r%$tr7SjhK);{f{X߬ <.PJ4q-8k*p%'C* V6+;l* kE2E3¾:(y%?gz!~ԳѲdD%9"f'L~!H\;D?or[QuW76έ ,o֖;AUr]RzITR;$?+96&1;4YPPfGJc>e۫ h [8v%O )DN:<|zJPT -EQ{@^|Fz9)Q\J AVf8fPOYR|Rj_hDŽ%>ZX[blڸ޿e߷}cSRTYDtI-曧P*ZN$`(}]ipMG+!gT,꺫{1X^/uz\J镛 -0~L2E ,ꚹm:鞱cz qfgל# ߱>Mш"Rz@o@ 5>'C#ƘVr2V*eOҫY;p߀L`% L'zkVͽ}mj5Y@43_@ ,kQ_ϙFCh׋nbTW2z뿮ƱkWpֿ63?fjo^-VdzV.`m}2s?{G4V%Q88%ߒ_۠Z Zp|fm5X58-k!֑Vfnw]xNwj agĀ9V!5%v|Ξ 7O(TRP -BD5u'ñiߓȟIϿ'? :M~kɽO_$}}U*STBr6s r6vyg{mrtTsj)7Y+{ǻrs'P~K3t@U[veo ԓ(|k+ -ȩ}%wqѳqm͑mW%0G?k?fa#! L+5/{6+˿檆]m"ofѝ -LSufu'5s^l<>q?gk5*\ usBf*BgSկ)f׻O럝i^pfC_аzn_OÝzU<x3/jJu>BѨ{FhZ`B;dQUJBѰ;SI\3agX5f?aYeЙszm_'l,6>ni*?[?k{Yl^5##sfiֿpáz -}Cv m= @ =mUڟlYN@[^/|l}3O=pi]{ֿ>ܳuf,f+\}e ezBsy |7/_5 m׮kߖ53#4+Vfny Y?s^l5j:۴kl{W==ofGuֿ!ӟWgW/?ÿUg{~WZL4y}~sFýbuu5s :Y#P{/,JL{DpLE߬oMlcWգo.Z j.?y}jUjkW5?|'Zx $W~=[a̠3Xp:wtԟ\dOO!<y {sXٙ<v&Slx߹Mγ?  -^7Yρ\[i -txqX9{?Nhg_ֻB|'/1` !z$G<{Q^} ; ϳ@}>6wA7Yg<ۼO.u &kC,*@*\ۣ}ϣ6x`>xb[VTBu%ldx'3jqr77m.r15!/p’P1c&]%A/8.x{m 6 We:˔xv0xvCa:t wŸGm4pMCe4V]{A<8|nqjgϬ5܅F)3~v]LM'sLgrᗖ2C$]y l3 -$5%͞Ş dNJbhҼb`(f6Le J= @ ydY@&: NAӁ4;76pi0X,Lݑ 8l[A/3`AbOf[!5fd6'VThSO0&EIns$o]Q Ӿ^.mq̶Qh>24$>;HA^4/ӧf=O ~i,2KV%~xyOm?>C= Rz ՘xx}SzdXd~,8$,S%`u z((n!P~cm)QI,Xhkڲ kf z89<4Y?y}jĥ'gqL\ pX@wԔx8yŌ6y//|^Yq{C3}/39~OL39 ?QXC!{#Wz8>EHŏ#T8j@S =Eh48F'1sYن50֘%> !{-?^@G -:\ؿF-e u%)O{ -u=ChQN &U hݏ6'?Qj0s4ͩW`n*ߣ -3˫i$w?L!kT?165utlp\]+lM?I~9$Woۣ;=G"GyJP;!N#;gj*շd?>!A<36B2}s7>V/Bܳ3X26hq5sk>^Cŋ;ѕ)ωwLɥO!;wG|t52S8@鉣BL>PfoE`#T8]j[E3grDn ?IJX)1r;y:<$vWhdţcsk)r@.bX#W|#qs\CۨCGG,hqb,Q?Tc;q˲лI& gͳ -|75cƕvF+iyV:_4hyԓPtrO?''9<3 lPx1=N+80fd"! uR|i\t;u>;h<y{N( W>2RZ#Q",1N*-dՑyh-S߹RiQ)*43B(*2N\HDe@(bE0i4Q% r* ?9dXH:.#u {)RWd׾L6ZQeؒ2ĭi0Mr}|N~CJo3(nNR?K8@H7+<l1DRD,-:6m|BU>jk|+% }B6Vk1g"f|9g{&qpďZwD*L7 O/yR"&ç 53D^xԖn=x9PZq[ZyRCooBZֿ_Χ_)8S'p ؗ'`@J€7Tl#.S<pwpÇ$ $lVH &WA<I(`NFI\OTYD &}.}DKBE8! JzFAM/2=7I"E<鵟YZۀzLK:oz91?+vޣy^og Ve2G[j 2 T}XCbPО#e1*h@cו/} KYVd}? f摖;8@0PNe ujU̇oZY)ԶO A 6Hz\aq}‰KD^:NI򏓀gbT-A"ޠm G/P0^Sƒ۵guJ='s 2K[)wy/ŋI *< vk4C -}Y$ #q)>x Itt ZS/qqDvM<6<6U&na##>5?7qbn9zn\z YZW9H4[[t_^4ڍ,la4(-3жtFT8Lp&% Wa~z·"*Lڨ,$k& -)WOB*oE/II1gQ$?Qd)PRd)?fQ伍"W*4*>(^~dCf"' P_RK5-ub ūmTHR'a}0ŀ-1W/:/!BC/yJ -VV"jlQ[iVůP+6Bݭ -⧮d+K<9]ή? uۯ].vW:^Ϯ5Gk_? ɏfҟ>= _N7<'u}Լro.=5Ԉqz^`x=m@a@-94T5,,m,m{]:K!OKإ(IO?YEz0{h!  ʤ0~zΜgUkY'uPs\٥B#?I {< &I) ;<!}R p*`F? ~<ݎ/Yh۵.Ñ[Av"Z'o*dNL̐'Q6䩣29E,<~ә!GJϓ}?bOZ_`^O]Gx.lqb(|BZ+p9^DjLf5.?5T-Av.{tc9ϯK(GG0a]ZL()@N5/g񇎙};rx9۷`ZVc r氝6K*L9i\-QHE"r6_A?̽7'nTHq[ѷ~w /\"G|(Rg46_ "o*Ȁ(M,b6gqyk<#͑/Sֶ'awVY8-BKY[^qgUt;(|$_ I?XFoFVKz{ZAUTG1܂<}=,#(MG?*JF]T;fNr=E&  \㰯^8>'cf{5nJ]Uώ;_ʌOńa<ܿD\48X~ s:i^IJy>S,F?D%*;m-ʟdٕ= -- -LG?Q`F?rܼ|6?SZO] NGq 9.GƑ4V->!\M8~=!>aU-*1M T s 04 BAjNlR!/KUS,bgjW_.G^!,Ԏ=Y>e8}+~j9(VA||xh ^l p:r?!˲R~>[w27:Q{Y]Dݐ>sxgzc%:Jf@t!VJԧސh?d vt@oωW+Et?[SfKf'%giS:;WH_ <Նx7Q_KsNxu<_)l7?3s꬜Sg8g_ϴ%.1\-2͇r-xz9>_4QF[ -ArBJ[l=ѶFu"=)7s̬-m=Vxa⢨6Z|YvV6+Um:Egɒb,Kܛztz)Xbyqd!+=BU\ Uh^hͅc̆2t ~XB -,% d6l~t)s؜/fBMGr֘~ϪyFGq'-⤥GC8RB]`yHb -/e~[t 1@T3pWލvp-*_Xʥp&~ThXF`?pNKP>vWu]`۱C|A]0IhJ@|FӇs x֥G?Zl}!G>Ŧ%VB ß?&r*/t -Xގ3ƺ(}0.b7"71:Ɨc<1 /(˽ˆ7F3ˉՂң} /b~@ -xW}J$b{08&1vy@Qr@W îVtn5kt~Xv]-7vuBc7^";j]8?+<ɩ#s\xlRaց5a!R:zQtضtǶ-=| (4\a.Q⑂2cr@G1yDi< n1.;ƄsD94a#f8?4z>&F_|̧;O--7ȷ=#U/.K^.i;.և*oهn='BB9cv>Z[ -D<tؿ\m]." b;C{Fy1__w#J"zK Dh:2_YQv_{l? Cs_$cݮo/gq|^aK4mJ->M$=t܀gk jp?0~QQTBg*c~l)q=_rk>noRf_c~ŗZ<)B - ժn䂗S)y8 要7?_\q$n/x@59wU|\U0W,LG8M`u -uݟXD]NN2O>7Ȍ -јCCgYX}amwjBKi$~:CVס1>o0+ƉpEe8Ffݎ#|'qEƚ4%]zyNcxl|5ɒ:;1*Ѱn-.y* l>Xڭ]OoBS`K585, ʿ=6%ݔZE xp Uq4=GosNM\u1t[_Sd[gp0Jw7l/.ȋhB޵GUd$y@4 b@P$A8aVܙh4iIDQp#`  *H@tPo)Q9Uuv:_}T֩SN:u -kU+ab#jf4_]_iphrHq~F09N88?nrq߀#ڇ4ZK0 _DقuEA[akPt/)bU[awkw^WhbgwEHO/}0z*HF,vgfb!ь$HFakrlTy*ykja¸X})z \ZKF ;mr$&k=_qY M`^>WGoӌi$|QA4.Z?,+s gycVwPƒ!ƒ 6ޘoI!! KGgڽ}P\l''>N{(hFj<ž -ݙG?=Ӎ=fk= - *<>Zء2B8p߆s0,,;!B2^ÌMrJTg'OG~%|ZnSS/$O)RzR3s1KJE.*+(%~Xy \4UePjˁv\݊5(QrG+A{9_rG/9K0SHr{ NqI&Nd"#EԪވV .:hc-٢_s}LOF^=¥8#P,ȹ>ۯ5ZYٯſ:Pp(9l/w(~_cMJ9~ʡ8o/u(Nn -P~cut1֍]2#y؜+4f"-Q nyƮ'A"w/;JII7V\U<>~~ 6_*wpnzVjebyʦO>#;ߗ@ko šg7`e+^(@/_q.nYz=%{93YdJlUVr܅al{tl&L]j.>Ά%}Hm *Ȳ|]~ךkȷ!.,}tDds*cQ p Zfdh]@YMW{ml Ǝ_ -YNJ"S?brQy8:0@bȨ FsEB.XUoGg9/xx_A > )4%`gEgi!Ѐ ;j6Rq8t%1 -tM;9[Wn?v ^/ -Wt/)|qaVTO ru>8jm2xP\ذ̩5#}!HqW_]e0 dE\+w9MFxڢQdp4LVi,l$ ΓESo;_l]+$`{& 8jc >¼nhBa$6 31/M+oL'ã؇r\/KaiQJ2raݮ?Y6!to2cU`&}t5NQn3*EahЗ-,6B q%PJpro{AA7Q2$űލ7P( DGJ -u,h4?"Lq7HS -CѾAڃBTpO}N;K6xG2YŻꪈo! -&Ex,c XQ%fT˗_6 @Z](IrADLE|pŶ/%l^^C|}@pCe`QgΠ +'y) Vo`Q7߹McUgI.n: -҂mN( GoOB -d!ז'z[~+y)J@۠y']hyt?_E fлY0Åbv,QSFy)zK]7fzML#pHzIaֶ 9mj n~cRB l^kKc?˘V^D>g_$JAGJXDěQ;VU+w+R^Ač}:}"4 %J>Gٶ8(%Jz3RcRz % gkLn'ԡY4PKPB`c.0g-8JfX2޲wZ;;tD;;Y#oV+?xFp _}-L+$U+9h53wz9TC'J\E{jt6czo7:~~f)զᔉa2IJ BZ=nA!:Y ۃ?}w]a2IƱw #Xp]!*~G䯥1S'՘P ;oR9 ѱ덛KJ0XY-\㼝0ɱ|gi BHbs>/s;VA^D96T).,!*G!Xc3= 9d/M5RT$kxscޫ f7pi\O~f`Ux"{l;nNW(gpm%MP!&zK$)X($ʁ$D-Q&JLy2v<.QJԁ.S]d^Eo=/A >`qˎNJtG QD.@cx`zh,^e ne7n?L,?8`rQFS:geybp%< 9a*Ox\\cnT";8)}hD"#wH$ -ֺ#}&Hn x~GV,5 vqdxG =l r}fyv#ٜ׳Ȧmwk > -;PfB҆mYYi%q]EYWlb*[#Mek S١XNU+"a3z%0 ?EP -PmZI۾a!^yUN+QI5D]QX BBm^_wA% DgT·oFeݨ%=KzpiC% ǿN$KzHXRmJXbUuBZ̔aQ'`_/;#+ԂU8go%x,Z{  XSo꡷vE5g/0f0q_ P# BNO:i%[Ђ$#ɞ~Gx"HVH]6ĆN;>#Q57(jCL&ԆmuKeV&ep'636c;"MհIJݎy2gv;=LzZ Ҡ4DrŠ ˒4lzE"j􇳳~D| `~XE{-56Q-q6+k.NhyyYQRJ -*c) bԐih;E'¶[&n5ΦԨؖ}'NMq)N⌰W8}' qco\KD{b~0MOD0_;O!jݷDuHԽ15^xN; uDuŘ~bAúZS7Ɠ]*bcFDūQ8^Y)NK2:$*EkeV쾔b4)3<81鮧-D䃉*L|0 `UB>;A7GgD+XMpet-6+Q7~-PߏBԱuGv -zPϗՓPHBD{pGx`gsyʱXaAxU7bĩ ?2{Emdz "/E0"4"( >X*fD8I8 fFw}p"YܸɸA@ !HžGuwd~叞:]u9NO.ӻ7 %Yq.P: ; ?a.E 29:?,WoFɆ\ǟgpycl^f{/B; gcu<\aɷ˺<Ȳy7M.K!wO 3ظiϫLi~* {Ve:-Ku|.߇Bܷr5Fa_2Xple -؝plb:UOG [!4tg[9oŹ6 K)q-޼#B% 7u2Yz3A [[ZL =zv~'XKŊHޖ52; @rY8K+]o; =vI%vQsy0:,PXj>jvk|uzWRY1g)'\x\ecӮN4o&!B~" -ìe쎰 -Kl]|jػU.DUitкs#i>;ef8 PeH{^!èhbuguT{jL_/ UKڼh!e7`dp=:¾&1 |I6i?:M26{ ƚ"m:|>9?͂Τ&`e `+x!y"L)O8 r%-,Up\=*̮鯴"mdvmCW7v' (.s>j&7P(@ -3 Ɍ&Xa/7ezhRAZj:Mt.B=>ѶtLkI@N>!`Bb (d]+W1#- -5'LDO9&ʝr*,Em3[Ay1(nIXX6o|kO]YTmWe9KM8 e;)6Y.p,N-$IOWO֪h+cB6Buu^|jfy #td+ '@4d[h \d6ߔM[Gz)[\M.-󑎌-N M mUHCrF *p'|.ZgJY|d.b2-hN)--B \[' ۵zҢ(pY,3Y| ?*rԧXX~;~5OSIZS $$,Nˤ%T - {}Y6 E#( gu:kBni~F=ɷ׃'Mړ+i񰚎5% 3@!gxN\(sX :{QF6Z7&d -b@|?#I)A7鏿Xcq׮33~ʹ63C.yq:0g7#ҫ1$OD%AZk/o`GvVW_A&,W%^ьz)_؅:?DM4)qd/z'KlŘXZyf -Iz jrQxᒘEz܌˼Y&˴]g",7*t[ZOrG]?AQ(y`bA`?(XХ7YR%m3 Dia\U`:3XghB.Fn[zfvo()e|Jr)rpqc(ΪC4VP V;sG6#1?{18.@W&֗P8+ 0TZ&O剝XI~ ~"v)у WxN9P2mô5RBՓbٱ W/P)ߟ-@=xoר 6m`mc|{6.>E= v&ӨiHV&kk yVn ~5V%| 7D#1,E%BpP3DQq2!%y2!~whL(1I?!stkm;gZgM,6)]INΎFymVhA_?{ڼou8;mzƲ> NTc8(q5Hh -6|Ln|+/aֵH &%C c1Dω麂8OH[|Nޞ"QY_ATJw_ \>t -:Zٹ:4%:q~ ^_fB:Zs@D])- -4]mđTTmg܍9]pBG!.P ͬ>"ur9D lv'e"C!.% p?$cVImޓ޻'#M#=J72ˍ׊47zHLON,KZutǣu~{8eZ^ mطTZHnl8Gg_6l-Ǿ1kdަָ)>M//#}@z#5(7B PG^;Otߦ0:k H%!}1͌t8Gs9pW  gmB97Ė-}E%]Bi8tΨŽV3Rua.n8%M7v41p8Dwbg}@"L{y,QV}܂9pn?z-Iqc6Kh'Wݩt#՜dN>r͙z͓C:VNzֳAKUs\0Y+SZ6@& i&ֆZ_;뛧9,xٱjS|?3=T'sK-{]Tkp[1O``7r(pѳAtt3㘋d6lm L{̈́M˰715ͽC,]t?Эi^ix #M'sC7ooRt^I"EN)^)ڞ+ˊElaQY(nYZn&lð̕X,,!,!!#.N;`p#zOdNz -U߄} -}0{B_Ϛ){,՜;|dA–U;51q#u4kKY#t} "Nr~5 v| *+u>.s}q :.B ?|uN8J q[" %w)=MOQj(J/], o2qW|%TxZ憯ljy s4HEӬI$Sn~}d]e"`hZ{(`9oV|c][1b,.MW_j4S7^84a =Y̏̌+TQ6KA4V} 4lERf 㹦~v8G\hC1 KȌ\'J1`t`=7WRn")F#coˆN%|8‹%NP"TlaX"(O! J/}[s|?OJN_k>"_RS}ޕЗj#e)Wc֨{b)ץF}_AtkWB\ 3^KRj$ŴV-cOcR[c,RPjrT`K%izUz3}&AB(Nq3aU<ްD=AOV=H<>ȺD{'[Y,}1 degoAS~Zl 謵yw]7S.1k|!嫶,@aoj"ڲ:I4FO$QxW{"(I "ՒEe;r 8ҵ:O%^2S;'LiajkQH F\F5.Իn<02z.t\x;w -\xVWÅJ1pMpu?\z?礕J/]hZPR/JQ(T=F/t&NpNƮ]iyc8M^Rp8cIIM9ӟpڅNӁ8ӯIRzK釤rNRztlJ)=ttq>t7!#pNϣvJsX>isiL$ -SpŐ2:s_3C8 Ndc'~TbW@OX\K3*𜢐L2^ 5Hjmrۤ"CjmD?(m Jx$(1BRL!NX鍊c:s<4>=jaZѽjh{/Sx-æraoark33awXC\NK̪a%3 L؊jT~Q|kPM~0XNUC.-"ΘCQ :ޥ::q[Tb1.5B)TyQώucd{yƇ`3xgtTiRs^9((; ѯ ^^zn4Pʎ!^[<IJ<i61u{<w<.W<+~ϩW0+.*UܻipPSl2EPRJvI[Qk-/D Qj -OǾ)R̈́R wSp  +D̸vE~!b2*_cIwS:G mպ.V c6k{ik\DoK5%b#O|ʯ<: -CR6N"3K/$UE->&ځza̴#)œ(>A S`D_DH`WJ^55/ğ59bs+nԦ׷ӺZ,xXq8pl$0OAr'*HMc7?[׺ݝckH|Z'}W:._:EL^<3_l ք pK+paMH ANNj>Ⱦ"H[i#Լ keqᙂO+~vn&9vG -Uyf.Ust1-`9KF~e\Z*~e2W1 rzwJͫ!Er!N|դ| <j)VS$moQXPDA_G)s ,ˌ~L0̶Y$x02’qdf8r& -CW~w|SHkmKmB}!V^`0~kHKy ' kw=HI& -qF1;IuO\F;ֺ{̬rNDU91B.Ç=ĮsQ*_qGIM[Z[rbOl -^7̢.XtеNqpe.?#$T1]^XTaG(DQZ .`%$ȍwuB$"fo NY4EuE2!D-T@2lJkm|S9_F-!"Zr=o0np"st gGg)/otE""'DN^}bm(wfΖo-Ewl5o0}UCzocl%:/8(ZS4|w+}\Z昏,|Ig[J\}O[ -$[;2g{.~&L 8L @*{jK=/ϴ{s=;Ӝ%KgM-.byq Y#Q=t0>6HxW)#WԓcK;nܭ9<eni{Q^ʡV8?јuO)kP\ǠwŁbaNN=By]3U`[Mʐ>2w|PIᡯőBg>wEso!=BR>OaRQ>Ȧ1dc}ƴaDsL]fUʺl 7qaǘE0q\^RfQ3n[Cn{6ER9][>𒛉LV| R|0CrKjyN):"oN{Z`xF@WF'nIAv#@a'f@B" <{#f.麆谅,mqKF}Xm&1= pu% _L=G`{sP3fDh C'#nǠl -7]@]%1F%C#i)ו_?# 5ǩ;| (Cxb/,7ʃfM -X;%\x#/=\giR&M&:q8B<ߛ"7cBPC91 A$\p|G7"<­dW1I-=2vU>B9# |;n u{DZ8'N[_]J(P.+\%问rcv%H%3.̌KUB $ta@tĊ8]=? -"PC-NEBo@Q @v]+kj|0Mn~Jzg1ROM`h:TW/]?QSɷ@a*7ɒHe=r@&*24zЏ>Fv yYm7gWV) W-_ßi`FVOR<# giNtbe -sH;-K}%|$ܵ8chV jA!E~oqQ 'UFVW҇Erg/~GQc@PJE'ktOzY-_MDвkJQ4`. ح_p6_Kw,촠fsl?G)4H!l%q,vfcW.:+IO,.joy9ԢzA qE t2Xs ;59~-$m`E}ԁ٦ZlǻtՎ` -v  p1.# W>~ήp㚾+d\U*7W|-Z* I7uҦU,5ݱ:# ݎu[KWe]Xy^UY f͋fCR$`4eb-bj#P0]xD [#l -M.s93C8ɓ/ý+3 ;j?)pwNTn0&SI&ǤT9XVrt}>1i(l(stbӣuͿ]vT` (on ūG랣BܳvudMtLEh:S)!9yH@.5 = :LW|IffßDK{Nt|50Ի,J a^cjbo+ayDZWA1*=,43(yq*pirJVm8VvOFtgfc0q?Nd'τo 'N-hJ_JI=hh-3/qoP`s1Y{p8Hb|U|G*3r]?6P \iK'Cz]UsҎ>Xm& ODK#2ڻqd:-&wOKySG뢼W1i\9~53M6Ay:gX P ".w:mo]SNZ׆`ݾ 4Y&18SdPvychގ4?n շlt|9s|cfZY"B='}-⩨'%,ܒ7Qh#ލQȿoYSX?XEmx2/ #G1pVP[V{men(Ot -l9hZqK^PdT$ ›ͪ0K_O}9C)ߐ;~;/5Nt>Z(—=`߽r@Uھ՜V+ꐀZH[ͦ6ȷA7w7@pif li''˓r?9S(.r2nN829j/zVm,7}GR 66O\ -:2@^8kQiĭ$وeF oc΂:dK z 6BP =Y[᫵-dƸn5 aX힚$ xP>LX8j0z;?w#H~al LۮbuҖJ :h沉:,̜Y~Hv`e8A]uB*rf55rwMh(`|riOQK9 l60{2M} Z.KWSoD9`_`_"b_y{rˊ8\'ڏ_[k,I5_5W -꽈daP:"KLpnroT -enJFGdҴ&&if`)@Y,YjIre${ES`ҳ o߽rxpR M8~ꏘxJ'O|\x9[N -GN }yV5 gdf˼ψGR=XBqT0eĆ20y)yJΆd" Tz92w`CNȟ'>+@8(UP6XDxA,?:)Z׆هe-~ RGT_۲Tأ -xb:`ψDq.31L`|ŶS[^i'V/f2 -v>`*V̹@g!FO@[eV5Ab,-ADEWq[5eBnꥭ뼄 U =,|O&M~cˉzWl@BjSu}X֖ -_ #|X BmNFi+^b;:SxMֲƚ9TLG*F* x6JDjMKMu$t<¨.i4HmW RӄG*| N1aYc <1Ƶ+ؗ??L;uaXgc]H>^LӇots$P?Y^ e'ei:!c?; z S"0VtYLEyģ4 9pw>owNQP:׺ȉځ>`wq.Ӎ{#!& Z7 ޠè(T: --e-2.{t1;xsߦ8!M ѐ<>"˯Na8B\` @]Atq:;iږx 27xFI/F 6\1Bz: _NwիWU^իNЪOqtvѮ/cFE;"}G'k!hWc6ƊQfS)!H&)Dw \ -=;&! -M@{nqiT():\PlP,`(76N{y -od6Lo7(۟@n(J@SՑW j0P%υ:{v9OϓKyuxQoaN6 stB*WOo -򃸉/W_F:Ezj41Ui 4Ŏ"vS_ 6(n&@=NcM 7#kP{P';iW-XWm 1ή z뢡kSMED8O*>j<*OB"ަ_H9Oʚ֧J'/ᢵ?VKaK6G$8p31a3$AfA"%^W xx#CFMFꡯ%9s^V^EryBuޢdFpsPuެΛU0?ڻzwG1[M=Cp -\G߇tBXH]95q:P6ɁJ:+>#_ a9l*k2'24K켪u^UWU>v1FPsJ#[YߘLp+|N>4"l҈LyQD 'FS`vK4DƳy )Z6/!ʑ;fTGZ.F݌lzenFv,[s]s:.=` +S˝ n1 ñ,vȗw7[lzv=WuǤ$`T>E-GEvD_TM:RQCiաC]9P(DdiWŽm"&%-CAqO7݅uˍKwǿ~qκwfLh)\W|8_1.b\O_a\U7.nMa\|0ӸxyZwk\ӸNX(?Y =˒l{E/]0|5Lfcf@FQҎRVi6GfEsGUIBiSq{׉ Ln.\zr+W4-(Jp˱88adPn < |:7h6f7~+jZ[%\j.wA G[$<U=E|v:X1LVF'٪B AwTTX窖tG3kA[/0W3:́q0Ƽ"^Lg#Imhjc8%_AA߁8mtv*ף:b|_#1r:A: kNy4ؼjiPBX76Qi -|`t!D[֑|mFM\PCy% P|Z-^Hzf,5Rs"9~G J^]tճ Vђ:ׇy556l-Uz,>3:H|u<_}( -Y>xE9VJ ?`IC>]ِd}{_h'poZųEg: OW⸃X""^e|{=4Z{ġ*t+\m}aB`Rcpƶhbpy/ Tbֳ~&h^R4di݉jvR9UM g Ns ~iz&&zJzE''0){3Xq2OigyD]^6zBl@..FXU *GwvIȉ$.{0n;irڒ ^!Fs|B{.һQw&һ<3^|MQDesn=FհhԆ Hd;νYbPMbN}`(oКUHnK' #` ]B#1N\sfJ*5a8I[sEFqhM%1 :" ^Mu7mNY$"I,r@Ϡ?uȮj~a'^vKvbΈH+\LJլ^5Vq -f`9i֯(`'2lZLE{_%r-""ZnO;EUZd|GMwWn)6ܪSRgRhʒغ2L'[zHu-D "Kmu+ -Cu+sX~r֕L G;Mw˫l eByH~"}>stv[ "\)v\rtҋj/qw -(ܮz98<1pШ(%1`̴ofZ{x9;`nNΞ\AD'3PoA䇻B[ SdRTϳh"ȑI͖Kshkv`# %hI8"#yP(hkn~hqB}.GxS5s(/EMx@oc[.Eb!=D*vZwQ,e(|=(tP\pt̃9HS R0іwm!xWi1[%rri69wF [vs;1h$n& $3M)p@ћ@EO.#E-b:dБ*.B~ TG /5Rel)xsX~-@0 -zRq&OrD9I6E"~=Iz$گ2V1n{=zQ G*KTJSИ6 @yƚ6k06(bGߦUnwa3s72 Z/?Q"Ϡ(U;Q[!؋XD89hjrq }#hƋ ,d+.\2F \]U qiư>.m -&8U4w|GحgY)v-n/.B:as3,^bC$ӖxJ:_i3zr>ŌTrl#[hMl9L }ȸ' c"N7/K?O_ciۨax&|kF= -Jmu -|PɄJ!,Tꄅ?pa LXlْ-%,-TU-xvLO릔sNߴLJ"B}$Mtj4t%WΛmdf6 ruƾ_h !?.6{zF~zv68սg#|+Ren }ܺ?||,x5"|NZoĞgsp1tiHK'}J1rZtmCi{]d8lVr ouqzySԱ9] | u/x+i0|Z8#Na5bT;OHs+ѓ,Q=6 b[3hrT;!}93x~.F:Yz -4BdYh)/DŬK;vm(NS@9RN6wಣd&PhjYg'<|9 Ϸ$[}NFɎA8V T&C(Z -duթg,`+I]wI5+{I]!Z+iOo7?P -Cj5н Jyِ(ܮ 's\Œb Qy )r1Ԛ"5AޅӜ=ռP{YF 1!x?)<W :ziǾhvvS!=dq )%Ve80CD+>iD3!BE2ډFdT^Ã,iqgâ[ |Ab*q„fWn;>mudYCoV.v-vbH߮6vV@hY20v;o u"n`SI~0^]q7|"E?e<ը϶L5F[ʈ-@.i|j',,'swց d+V;f z+aKv4fp{Yr(z6N}8aOfZBF[h9k]4Jr XL^sXqbڭ#JEL-iguQ_YyۭP > &օWv@xL@p -!P+x[NVcw&u\> a$3I&& X@M{A.Sg4$! -$ g#a|(2t;,yh.3kaf(3N\q̸'QiDgVskG =U 0|_}UnݺUu֭{ktF/,tL?b SG<̚)W}|׸劰)Ckl2+lY.SQZ1b"!.Q F(gtLt)_C5حBtcWBzGʂ ~D<ֈ1E6Nqdm"%ĿcW7:|gp޴`eYc06 -7ިS^秤N`h?|-H[iccw6N*cz΁Q%as+ {'?֌%EVNYfsXr)4gd(yBG% -]iυ2=OI/P t>RI/R+*39J\%}>KI/sp?c0(gggX֢Йk-rh-M LWSkA1#Q_iŤ34]ԓB YXW9g!0Y!UQM|򾖤ٟ X\IM71h4[r/nO6z)KلIcnr:͈>/ -b!3KjĞоa9Ȝc-GK\BveɑNE>׹s׹YaAUx=oc}-ϥ>E3EAd¸x11Qq7X io:+WTP1YISlRc,?e 97Ǭ3ŹК8mpz~뵕EBB;$~w]򖣀,F byX,Mh+1C.Qj.QYϋIeVTfMPf9 1k 0Mثg)[8k5*%NEam!+nNf;8 _kӉDBc >wuƾpd g00}KgB?ns25V -R)ҸB쵩,cQ$\&a(Jn9w5i{VS ,:7O~;sze*s$s?ߗCĈ}'<"^+aUll ,$Ad&>.f'yJ|VcW*Kl_K02DPs+ --yI4n>>K,R AvqҢbl40*0IK2'轄!}+/ɺZW<'ɛB0A_C[0y;= 0q1ȣpd1WʄEd,:`al mA:hD}̀Aͻ/3Jh@ ekm<ǃ{DCk:@t -.@>ЎJ樆(w3e DQ)=𤱣v2>jB*_ᚭ;m`˒{e9b>acVIM>0>mzނ{?b "k{%#6a>=50bi$LRyWFۍim52;gJ7p)u,25 |WZ^0 gC/I21/a| wMS[+GCu®}|쳓 -p4mzmk!v|l~8?_~`zx/'a9MÍ fs1WQ>1`OPa{b6z fo%)m3}l`C'yEF^'C\tgyxX=q5zzM#5=ڏ[sĮwZČ4L6O3e>CVeJ~˴$g [g~)..w 4^ P! qGEo>\k_Ff UUU -'2^>s -ܕ/ -:Sy -\ -e|iΘv>uN=Ǵosڹ}i~NѮΞmZMM3l2P\E<UU"x-FO>yYª2+?x+`$8p#߽#,k w5ĥoy{ O Lm)Z~6!b7䀙h8LRFfl0B=z+l"#tA@1=t7sE/“/a;qU9ߊsܻ6 5QI~1]vHL+ilkvhZ@κww6V~whLh6MygX]-yM <ͅ]u ߌx}w|[UM׷!:tIDF|t mi>Wn >\EBnޖI(=@_wΏPq;qZDTfsMFh) O\C< -br 늈̛<ρ䤬rb6Su,u42$Д}RT:0pl4aՆ6fגekNКJ+ϰ儳 $NP۸mC -{n`ۨAX6يBL5X#^iA[-瓣} :Q4 -dɐY0I !KFc?׌f;[2z{,+-Y.ၖ_13aƣ½5CQ!lsQx֦e85a/{x>p&*/\WojUZ!\.@e>H"_߷h -/lk*F:9$?1Tܒ0w~s4!& V6DqxJ' -柪5/;z6S'aI9 sCⳌ!!V1Jʣ~v `4S"\^Xys3d?7 -Ǎ[-oLI="B"F"`5xF- .FHR.a)a ŋ쯇oS_%{qp*aSa_E[D&npY@.a9Yl [ПM,[o!ľA'4?+Xzby RƂd/~3ro)qF6_)𕘸btmTmTڅmBЦ vNrȂAp`| 27*KZVd%*!cʽĬL[(p2I`׵j -Hyl~-~ţnI v15{]wמ8$3|#R'L(Qwħn!,Ye1M&](p3yU!  &yg` *I&9>I›V!{j+5nۉdڪ>Ofא]:<4g'n(vcs+ފd+t dѧvanZ_=3T= ># -FlZ7>ʺ[)*#<4!l'M;$~N4<~Lg  /Mo<)`#^AK4}jD}Whp$=n6Zk!TXZs[YJ' ĞPHDTf&wTlZ' Q&^ՁD"*pVF=[)G4RwȆ{Pg -ɦn[#륇j5~EB#&F~JƩvA)VHk'r`_}Y E#g0_:$Q/$(&;D! ٰ+MXJ14S -GC7 :MTzdK6Mt,Us.04\[. #ћ[UћKD厀{䐓k0>24 >"4r=1P+r/ @6HC6S7Ѡ$R喤Ƞep,f|nUI[,5d޴Ms I,V#LTaxFˢPv=j?P6=լu - y*W;q2t0,E M4P?"O&OR,ANAYHU.$ זW鎆/~ s ar 3߭AggUTȥ%B͆#fjigDT-I򠅓Btr5`΂&g<>@e!dLuN4 gy;=0 J#(խ+X2TJu| >U#)y†<܎J Tք͒c{X XR [:jm.:6ԽyRb12l)|Nhh, -Jy& -7V6&7Db&ol7Qjc՜MŭEػ(k$c̀z챂`!XMUzQ. p10K}L%R@Q)-S ;NZFbH^kM& ̷kx;\VWIk0`4YxS^u)4O}/=VGkRj0t!;{# [hkJ-< !Ablz"< H3}uٰ9=n8҄,ΝҜ* 3?x:,%tzo"c"Ed5-f-k!#Apѫ7!o!5 -7 q_Xg7aF¼kZ^+MeKX@ϙ -AC=~aifce̋F[-އҺҺXKYZnnV;ƀf#ԍ`$D}.K``s;m G 6xAk/q6E.E!L]mIi^׎;R}mn .{ԤpYEU /(B8e^DJdrkx -[Pa!wVJ\ghŻs؉1丢M@<!z -υiƸ@ D Mvs ^wd).aBdi,;*߼oT+?tBB:[y-rVDc -P&pΚ0&|!G69@X,&*(@wV -`U.ok5ȸXrs .h0+.g/g!sW5A8Jz=5e& -¥dzd/\yS=Sί3#.(k9$Ž02zg=/aH<5EF= -B!C%o4pWF}uMj]:jl?{Xnp4WAe @ۘyGŮ` ncܬNW:;1BƯÓ|ENkMj.D&Hlïmi2j}@ ة }'(,WMkt\ARߩZlfOИ,R>6~c3Y y}:>.Bli\2fB ?͗܂+0; q4Q0{ ipY r׿T00)L%0-nAl+!X6X m1URSשt`؉v8T~`D\彀8(WT]' .ž -CPaKֆ#A_=^/0`[mg;a= -4VWxR[)\%'itUO0u#z -@[ x n6fx\ !He_~„8B ?H4Rߙonz!:mƝ^h:_D(k y.}Vhi -`QMr L%j'[`shkPGJfQ68)2hd ||wՇ8Af -o?0YP#$?h1wja)ja -cu7HYr -ƣyLJ0s*7YS]Ek5a#"hm^t\@0j3v:^)^u *O"N(> ?O}4^GyHxi<؏iEXOC$ߧ/C$8^`|IޥıڂR̲R7J)jJLŎPyt4NhޡWpWME:Shu f6u^6\8I9U ^Bb $E5y6.fEK)٥Q2[FE)1UqPUR^h9I8 cc^G)GG,11'M Vر`˰+xr!U&mQ*6 ^an4y_2gQ/\b_ L>< | M0*b pƸ(2F2c#LdYb"C]Z+Gأkb65/)k ;.CA{h -}aT.[04iK2O\.Dz# ,æ>ϴ*n΃/W\!8|:.ǵHR!A[rjv_POgdTyyٸ<fhaYۊ6.^N0F?>ê!z=~*z<6xx6Rxt:C䣥Wu/-sq'j.p܌/L)EdxNƪES7`jP!s݇4Shb7ڲymyP%,쮹Ԗm|OaHFfFk #GϞ MU-46"l\RP lq1}l);m0u+ՏaQRf$2Qu =ѯ{s .]_~ -㔟_Q -X|a9O7wK*E<'Ɉ*B{iŕ%4l9φ"3j_Q -5zarT&v DbCI8`TobwQSg@) 9澗j<-}ͫ;~5ntvh_E9&; 6j -Jcy<\FTn7g\  +dLE"=S*J p,bL_>Mx -P -0G H%Ć1vlzy)ʾ4clYl5yM5_Z'Vmzqme: -ԧn>=ScaA=$p@KfXL]ѡ%[%(:mri(L*Z" 쉈qLC{F n5,/Pr6>i9h>05M6^fMNT4|l^HN y)6rG9dQwg2 JRl0'nZ]aqb~  -NpJ4]k+9=%[9r=yo3nu;Vb~pjB5BP|ECJ$2W'Xj"jjծ'7j K y\,'i1/ZtPu q %D=%1$y3>k;;<1f eHhiB+c - a)2ºEu%'a@|bW}"+uT(gIOa S$T撶qZz3b{Oi5^0Ѷ' -[ݰw@"N|;0.[`xGBfX#EPT1ӝECje.XJ;^#2kYjQd麕'T0 fa9BvoTk&Z% - (f z-Tƒ|ug>LיkG" uchၯj;IZ}DqMa"LE F`׾Ʒ)ZgYj"K.#|DYMZTӭL g6'/]OV2IQK#~3&0$Uيl IHpF ϿI 45VT `fPe[*glD  Bx <<A+l -{55/PvѵIc|ňT"UpYW&ijeS0r?yl0AMIL8qMln %A~<5&{ yxg ^iM8Uq±EDzkw';<۸k)§ p; 6Z{ڭ]@~npZOjvA\&Zۓ҉>+f&7"mBDҶ/7IaUYЛ]V24'?E:ҙȹy4~Y9Q.z[ޭي.:50"أOKքh/YH8B+0>y/^\ݟg7OV.mMc3a2N]A?'xj)JI҇#"}7[pu9YƵև,Cf}ȑ>"-Y. ۣW4ZGLvOe8? pN_͝v>~q &#|Յi k*bZ4&0^I 36h7e+%rtw'im N;*gPk8גeH&pT}p "݅;ne i@khƪWM`t(%3zsX^ff@<`QpRтs*3_~e&cF"E)$}Q>{O}e6ja´&3<,EQ;=t)\@Xa,LL|o{%1icy,]LWB褰1tљ{SH߄|@ BC04Y#'ޜmGys"a4p\+prNEGǴڄJ;Ås -VK̮(ۨZחs'LsRFڲpoo[R;N=x;4"vc͸o"ye0bCL>Ft dbA+=ƃ'VzL7M=6+ޏ,u ]FRFDJT$%2@66Pb\:նFɴ̜Vpg*8Bcb-|iAh)F*9 -ZѷE>jM͖1^[a0&,,Q8w7V~uczX\@50pqA@VK k zɉ6V $tx; DLZzCaRǷp]4 x )u8;zYقAeG2\כfut:/L,0|w됽1>ߖ}l 701gE &|ƒ))@2eP}VR.wn`ip .%%/[л)CO5WJX}”G0ÄCd'ݍnf@2N -oFD0~$ -m$ar2G}H -kA6Hjjm!6ǵxT--J8&HW3"Zt -GLR ʂ;95`9X1ř0bv bBR(m[X[GeN0S7a=*L,]Y)}óBg6W؅fNT0\gC}iqSqQ jvbjt;P> 3~%.:)e.KyZmtKz%|j 129c=9C1@vBk 6F>tLܽFw/ANK2ֶB_hUiA!JyG"@D<~@:T2Č8{/ xEd@m (Fo)֧r[KHDF"k%\KG"ƽ\JQFTJK1//M -Hq3X1)4W7%5G.aoVQк<09SL``AсqסB4?ʍokKFHM *tIE4ܞ3U"

X/On1i=J2i^%nL,M!2~W<p|jQ6◌FU4 )VNxJO<+vVjxl -?g?KBIj6B䯊 q[p%2q{z|6Rf#bـ~+A>b9Gһ͚E*^Fű1jALf@x8ToF=MO9874x LJ^"#"=[s05ŏp 4Vd策 -H0D56Yĥ -Ŝ@nx }D8V8Kq4< - -nx!me\A8Z @Gbb gg_qDi?y#fSg-Xe&a`\V>lOf`@#d:EIߌo$ZP%;@V3X~׍/?ܠnO*f=Qdwq_%`9|K1fԵf?98ƶ{c s9%̙T0g sV1拞*n@, ly+zi2"z]h[O6;;S)a] -P{O`V|*ڀw;U_[bc<ovBB)hv}뾷 -Ha*ÇIcb2-֩JВ -LcC]3^ uͳ lWZF8b@51Q eh2$nU9bVzS}7^I^;6L("o [3\ L? b/DUN$=Įr!jy}&r,+4ŝFn71dC?qtH^j 8xW:u([mW&]$L57Dy!=vtJ A!?G=o}6 WH~gǪ|tx7[XE" ssw-0vIa9.Teb(B_yzRfT9涍@:^4[uazv4hыK |Ąec#ܣӃ#xԕћi@䲑&MULg1_Lrx]yhcMMDYpGp-gx9vyAm`݊3jzz+иÜ砓HPwT%:0tOKp)G%H{u(`z }Ԡ ퟻh;>vwUHPzhFHЁ -Ds$8/U\_ى&G6BmUdj;0 ٸX) -&w?`Se -eXjobeƩe㔲5(lPB '5 yytF~E:#DD.D[l}={N;0j:&vR@)Es`M,h,X eE~bZL†=:ތfƆPttqnU/I b4N< ҏ|#&lyUhvbL -fwF-1Ehǧh|逻O Cj#]MF"3x4NVgJP-9ѿm ba 9}3!R|hN7 Ҝ.Korۥ2)`)! -PBNUzLp\^,WD|\?G.V_^zJ ?BrٝjٝrS dza 9 ->3.Dt1"7ʯ;?g$ К݊e(}D6(hƨ` -C*`oP -Ll X2a:%_\eU[eUp,т -׻4}{(w4s~pZ+21^i|$ dO41f-59EAZ Y蠝}'ܐRۆ#fkcCwƸj}콻~̊|1\Yl`KǎqHi m @PƂAbPrVPp8L\{YDhW ن|IBǠB@\l/vոm% N]L7<.49 ->3塢`XB hvLy ^_B^,WBѿXZn즠m;q _wpxXt&(%9M!9YOr^vsl| V|赑=<7=_Kl o`$HcYeVi,ֆl Բ䲁_/1EYc4HA,g[N -Lg)/DZ(iQ;${µBH g.ƣMc v4A*‰CNLy؂QpP b\*c=A!J?~avG>"!vH4P-2$#xo|eNv>kxN}j]m(NsLtOE%X=hHC7;h1t'^˹ddUB$NJ㦖I8c+uXg^KkxeM>EZT1bÃw%WG\JvG'X滨I5sR7eRmԚcIk3[xp*3gNX+ɭS['/J+ '߼4َJg7KM'BߓnUn˞Y.Ktn -3n2 &'D+l(DT+D2 W/>* }d@YEB Ҍ}7I 6*ֽ{hi(Dai)qX6')q:m5K5ݷ; :!fN(Fi/ ]i0;oeKղr٣Glܟ-=c84jؐmn hщ1˛I~FmwUT4}\Hhk3J$ Íx#@lN>c?]IvcС=Ğ컽7*k)^"ѐ}{HU;ߤ|\a-1vrH7 k[2ʭ,/\_u p,>{l% {?7x= R}A{ߍV_s0z4x0 γ<~ -T89܎+FpXS ZR@? `31.@B@:,޾3Ŵp7LŠ)HZ3 uySdxقfiTuP;?a{HbAޤrߌLmܨrZ6*Q-& *7\[ޠrv*BnpZa(zS=N?}\ؙjwWyEk0]+tl{mndߑyd8}yHƞ%X$ň^dgAfBxLk&Տ*&g@ۚ];V6P! nt|j,%ܥne1nWy 256PONAvğӇnyMuk -+JSuHU{Aw*FTnpEwn8ɀV#r䤞Sڤ3㙑Qul"] - V (ދNڥQPO>"U;eLIq ?7OB8z4UYI?"1\DmjXXqdӓ 8  L}\gzD: -ʾ|ǧҎai,\57[,jg_>TA?E^m濨'^`5|eO%q - b&-( 2ďbJ"a]P|io%XVPE=0GS7̷Zw?kӣB^/ Pi7H|ohy:kՋ#SùڇX9 -"y85$'O&Q'""[cvՈk4:A:#MTa>JG-dǛST D)8Z's'"`fa3J@jc9XngzDxS/gvhግ._AWn۴jsr{qu0PY[ |iJ'N0Vznz>cD_tK(/ˬv d6ߋTijw+T/2Mk#8Ye |C24"@k-30Gq|,S~-h.nJϭw,;$,7;WiY'?z4- -vlRZ -e>r-_w= /Ui-"9" 2O'lN69z;EoۯVo^1pb]0:(pUKJ(6tXk:{70b\( -YZ~\@^\TdY$3J ?F#`kc*&xnU.&Zng/].&ut_#X"dq+Fg:*’ØfS*F,-T\xU<%@ɓ Jڋt3zhjϨ7Q[c_9LR#yϯHl$X|TPLUl}!>0]uN LH'-扌U4^tlN(dhP>, X[Ewq^^$-ZV^A=ٞ@w; 1 -<4˳=ں_-`h_&J`J@F -1}gvrEvb"u?U6WB|q|űAu V]:yGe3?4o|ء|}s ppP o=<"L'LBCD^B@qu4`DApuB`YW֬.(u"I(CuY|8Q2]U}<e8NwuS/iW '7 7"Y?rw"oB5,T ~wa;- =hb yƃGT˺OY>CjDŽ*YRM}՝!A: a"6}e;΅DZ8ɶ:R;30ĉa\hnI!} l>ѧN͊- -'ERMQC: ˰eWؖ^oQ'4X'C*E]DmHgVB^gPI n{٬7*(5 ͸T]M1HPGpQVK9'OJ<8tU< Tߞ\^ۀ{{" pɭ@k&"gF'ֵAc"ȺeL4Z'ё;qT8hXAwF>vi͛6ބXMa+cCtN y/X9PO)x^*BRo(ູ\14ޓH##äW,ݎ ي\Sw,BɋRe+}1 Br4L'FW/?TY\Bz(ި}=- r\Olc**c6MK^%|,:A(.+tg;,{B3.r7늋iqdr=] ⡜o솈3_{l|CY*^I(;~qzz3z,P:Hr.,w'݅{.f [|k1YÄq&AAb-Cf#Hl63O~5`YS gܧm`aƈ|d"VD".X~},?-V䧼[?އ8U{-1d5%}jqvQ3] |U7[ҕ-t; _ -qJ2~/ɛv !qKZ$BI.@WѬ`ˁ-\H4ΊoW`T$".Z Z"4!'\֡*&py69;\\7 utʓ㬐#?L= 6 _oķ+)n/QuJ:,[;m E |{jhU=TouCZѮ-տϹ슃F),~Q[bTC.:w%f$qC!w |sUK[+!i heN\G{Tp/؃>{Qp\0v뭢C=Cڥ`gKʛ; Vw~Xq&ʋrOeB,J\MHwG+/`b1F+5P$I4v.m Jky})B` #k'}"{Nu:LAOEs>+Oc^,U 7[a^!KWʯb/\,kq r4]+MTZߩ2 Z(., H3̧.g3ZĹ qݖoDNv,C"*4^⢱{zYxU/#؋XXadx9fg z(_DgN#n -}8~܌@j {*[|Js" -\V\Ͷ㊾<}|8Rd\ldl,Ϡlǫ&ay} x}T:hvRCyR(ʬTꝡR+1vmഝNch ԾzZ -<ЋM97X}ew0XRCdMr&w6P!h>Fuʧ;f2K%kߞڝ?Ͱɍ36 ќNwG?:," 6nc,Bv>eU$\*.wb6' fgyq5)V Vx-h -Ջ⓺#U<+ `,(VJ!`>2[$^D厏oLO 2Uu0yXȊ C'ڙ=#JO l"ʑ|:^$n(A|ñ%ئCz[ԝe%km4 q1nb_|dEh<7 @cp MQЁ,H5PZ8I'Ȫmty#k[jFT60"4׈e`>E0M8e7FCA\l\i2*t[KU줶ݤMJ>V>ӊ٨RSldG -{c)OD vk(m܅XH -æDk ʺFqJ[G)0ͲeJzUT T6uȺnGx<(ZZdNTB%TjR^ 6HM%3䨸 :Y͆ tfcAGjNngh[=CUeYѸU@u0%쑙KFȊud±8ΒФ -F](wKfC t:%]5g{J|"ax"|ťu|knnVæ[TWV)~@ƚAV]#u8~>Ǩ Hs8&ab8AFhEZA >Sn>f;dM|j]cDz3Zl酡9=slCw.JѝZlSIKQJt_,ajm>gCvH|4R -XfL 8睄mY/] -m?+/6c<}^콲ת{`z]zڧ޼ ލ]:KLɸ=ndpi=Л K84#z=Fͱ=y1=1t^LO,;͞UU] P0}$'ƭG"kV;U˶JFrvSV+מ:6;-'3b=xm`U`E:Bm#@ -m,iԧt٫z& 4(9:\YI0- ` ~ K¿;:Y{=|r+w,= kx:^8Vj˲}-YdZYJ-EdO˺/6%K&nMQka<^k%jO]^mVr3_KǞ+]0_9mݔ|Z+5[b["O*WN|E-aX3yThX1;hfCXQXu'bV@/,Jm{0ټ8>NJLt;ۚ.څ&9#AY8+*{0nYyK;˺9vb8%+qU;bel9]-ī c[2.s]/4߮qC l^J ݢؠ(jqexӃoo|v.bz[FtM_A5}F,,h9'qo*e߭-P JmVxg/A 0> s - (2 .OjT"/yv[/۬T M B;\.XTKt!Vm ǵX"! cmX"V2 XxTtX =ZX}yL,|#h"p -QQfiY/&@'٤,cW%A٤J6Uc`&~JCuTۊʆ"hL}:AKiUо*10LP9@2g< G^RS?NEԎHTd :M'!5?3䢁R;C:(G/2ǝ*bʃWfhPNTy}0M5!N^˼.9(aZ8M–mr6 |aPLIoi,o{[ᎋam}Tl"zt|t~q-qs,4pv>0Q؃`?" &E.ս,yP?`ۊF۳r{۬V߇}g@%J/5W;l;л6,q%Btb0QD10cqm~E7:[S vpC&ˇ-?ϪP~ΰɑ"|TZ|dic\Pi59&*.vD7_ElcD<E"p `/ʀ\^qB#6a{+z~b+Ql4Uj:EI O=2)Npj6bTyJ\u]hzL|xSKx͊@) ÿIW]y_szrhMyyU5qs<ѣ|9ZUqs,6 -̇=բtp[Qb^n!\W '6a+p%m8Lk! Iȝş -?FIV%1[lJ(J9 ^UJUU K'IOҾ`偺 9WIIK[#9>XA܂v19҅WmeuvU1pOpي=jWUuBU/;zoկwDFzcDrFAI>ˮ2TIVg,-ۙ 軗-͆'04 ۼ4cCm'L:^ܻ݉Xޡ]± NE+MGNHU0\ 2IKV궩m } -Yh')ͪOolMvuT˓ׯճ4QBx8}# jvs zg8>z̛G?IVh&qhPlQ ~3xr&āK XT+ǹ9MF+T\w?ݙ)]Rr??~ -@BwWퟤ!%IAeF4+Vyp-ِ:]6s֫<y|K]?%W{i.qa|N Wf>>v>bf]aǼa;RaZh[Y3[V6wJ޿L(svrs[RL#FoAw`)Db|qUfF`B^^Ll0CKcp6WT/cٗu/Ó%)tPax10ya|Y@747]j>⑒hϯ%;0Cw/Mv?*Gzb-KR,>s -EExnD CX8%Dm|3E4PA#5 6 ɩl0/"ҸQ 7玷YT[OM$ Goя?,2WL:;Ra=$z[WIGt-PE_,֮@j T$+ELo4X=OUn"+7Er< L-P\ |x:SMxJv\ɫArvOp.7_4lc:#V**U,}]Y4$/ e}ngL4M L{wy11HHJjD\ޒ>q}«=qG\Z( W~hŽb&l?1bi i(OG>&fڔ]Q˼͈gpQz\A뙮|"0~#licK'fOFzze)؇Kқ;z3W~o06uUXh*[=^. ?$(Q(༸1Lp[ -%t§ߤ7cKUBYj_dANW8!"sg-} x+",FJ!\+N:Y6C5k.;.ͣ{ׂj @J"iPkqkHvn/t's'ғu1MǼqGk TE1FUu ϟYއ!U`)rtvPv7ā.s"68kl=$մ>[[`L&n$mm>/ ifϒrf&û cB*vUr T?m44WMAXa/E݊؁ȶ#0WBeTCwZI 9E"J*RE4ڌ? -Ezbq80qޤw!u@ͽ tG'Uko? GGKH_whݡuoݡ-r6О=!r-iNwhܡ^O1\͉|HlR<0@z4('՚?a5)$ -d/Wɂk2,MOnݔa`Id@HKY߷{^n1:ғ|- Al?h|#fv 0IY o ߐʉ -}ZAȀ m*B03H#"yoJ?"<;cFB}\m:bW22%_sBDb0ROºhShFnm}.X\\֤XTJ_^@r`]񎣅"sRkmH6ר32§u^V褃|N2n4 9WB'|%ÌNGF`Eќ^ 8BxO'qP::Qþ!u\#v@jrJ>jti0h#5ƽ;Ybuu,];GxwW:`S>.?eġk/@ Uֈ֦Ptc-kU8M;{N6:z%X~u߹`1md -s*Oc0 E:to\ nyLJoxJSB퍫RBR6R.(uj#fk.&U Fw>8RB o\LgMzZGɯ(cp$=FcH#[}&H#,t_rs!9dʤi46dxvW{!<P`}Tpi֋I~o2Z ʸ^&isaqE\8$OؾNUƤȕ'0p⼱>pίtpW9[udb(y4}[aWA,d }EH?a-71z =neሏ"]Jz;"V}G{*D\Kϧ*!%<$~3ĂDb Ph>=q|7*C"ѧ?",~v)`XoWR:`y1 Tvm3RQNrz-dMR 5HMؙKNZ|чs\F*ޤaY&Bpxō= #]H los?H73Ѯ"Yo ,հv08ź`H -?+IAF8+x|Z۳Dȧ]V O -L}l#^E^'3Kg m/&x\ 52'_{97 d;Ë1MU0XP(s%x Ǩ:*)0u,D,3hF¢-!6tCS=;ӔdBYf8]{'69j)^Va*"bM>Vҫ/Wx!+l@ ;TtH6ז| 6m!u9$ORXA=]:Ё!{ JC<2g0hOy -M=ݧ ܣOln~tafO?d( b1 F= !B!"&a=@, WAdnJR_ 0\QS:V- 驴d*=Sf⹩tΗB{--Ƭtq:8GNB;Bj#~  }ѿJPNcrʝ{2ٲ=2kV3gcz܁99|pV4cIs8qmsՅ%pd˭+[=}QSsh&ꭁYFG-hI g>T;i+[QočMe5y# -cԕ{@wmMTBx^LlKB71jiW >Fk"kTMj nĎhyYe?~2O%A*Ї "6S ??`8~h)gRO݀8Z,ӊc|,3G-/5mvTJʷR吩+-͠tI|S3#U3c3G1?hn=sŇ%1g#&`?+W;@(pz"c"t݊d օGVqsłɲ)&1ɟSuì*ڐ OGw0Đ NK1:9ƜsWr֯Ī61(X|P-RX[^ ѶC6eYƄ )_J 2kekϫڳwЋe+; y? yr~i-Q"Y>R%XƉ~1W':KFZ<(QSøfw[ۃn6d qTV/]g 6e4@=D6G#T+!:ڞ9H|hh|84,5j &7F8,$)}} -Ӝ//C7:m |=֌.)tX &̔?q!Ezf\]Brȟf,{! nPs xZ}Ha}޵m@scIo^Hj}?5' q Qeh@h -bQAȃo/Ql}[OY6l.ЋDyv!T 8/֡Xؔx-vVC䣊&: bhe ur-qԙyd*T{XA^l-V eP%2 #b\]|R7pyz?i&Zau8wti@u˗ۏ3s7< sWrj&m nD_֋_fV -gA)//5l} -]$}t~T"ȷ3s#P0:殭3$SS ;%| -q߹vNVy(ghDzN97IꌷY~ G6a76xJA-2-2|MW'')t`› ?7w0_P1x',Ku Tasqj_SrE)({AISJr 8/$4 N7:kOBD!v/N_? 1 ,٣.]&˹nVws'@> VrhAٜIs'axP*]lsٖislf-Onً-ϣ3<}f-O=?Ֆ'xw<]{װfeql-.xS 84^FvGDr*G#}df6<"&&zclMLY te.6pn(OG%3;8]qج/G4jW;=kILL*`يG}EgcV{l/'+O-.c.:i(k/UѬEU7$ֈAҰ" r@u""Ã> {)Ϻ.x]Z|*Yy.#46> gB]S?J7u>K@\% 7*5gzv$O;%I+P 4Q/aA VlFKEK.f\ҩ%W;֊fg E{LTPa$So2T<NEӃuc3ٝss,Md`NL06áNs׷[^|;xs8핁%(ϵF'LWwN*5Y^ʀ)"F?#tA#I/0R5_ s2*)Rf43ӍLg.d&@7Qr.o5|jZTp;Шln~V3s":Jʭ+jϠmTS1BWQ0jCG@i9)+/|r'}})r7G=PET7s22hnSS$˜e2Sb8i9?swJ/󘜿%C;*^9c=w˕}lO@~(L, X|b;xS>/F')6z8ΧٱHuvL웶ٳ^ D.K#=d'~~[:ͩ;4Vs\D ҆T*.&G -it@s\*Զ9R{x\POXLfPTwWs;ӫ|n~w@ V"e!jeoJ-,nJ4?N`iܰ&-|źT!pZi/l|0+h5u7,SάP}v:7ϲs(N.Le8-T@&: T:b*幭*ܪnhP.)l -{:v!Սrɩ1׊1Hٛq)h jlLâzU"YQkJ'!l4rqE_i>}Iȩ#'Mr8c- -Vff:tbHUp'{XI9-& -'-bMf&-jH?vϬsaOsI0\/ k:St?'#PQ?{ f, -w#sFH oul/qb+m6HSP3p* xʥUC%&I6^')Xmkv1|ѿݳ1G& ]lS0ۣl[+g{ZcS֪NXKk6kp}-h>w79f~]2#p=qʥA ĕ~:g1\kRŀvo!L RBkk9p)=64կXn/ jK: _7Zidцڄ!|]e -PSm'ڄv&k(E~&l]EA> hMY{ Z -`hJqWA$9oY|U(v.N{/?~qv 5g݅IGh񈻕M&8e^*m!CRӌ:.?.B[/J%A-/Gm]D4Kve:l} :^Qylo/ɏ4zj4Q!ہ͟CwEwe]5kE_| ?=a ʢHJ=%+jpye$H]:`ӒSpsL7߂8(r5DN`+e! -S-L 8>n:RG33# -lژj,6n Vj#(p2#p.rʤ$s*nh s|:H{nOM}%J%Lzx]("qR${|8E b3EǓH=h|Os|47{Uo'((;2* rDcKA^"2tLGڶD5up7It"NЀ2iy 19U4(;_}{o::ߡ{>ֳV֨ת|}l4OCU]"HG{qa>qzFO]u!_S#Z6h$5B,ݚ!0@ AD7#-mG2ס YZf.׳sʜp4Ggy(+ș)B*g|q\-ՠ[`bsXއCn0?w}2;fԷd\J;T1NCUv|wR—U+ӝ1h;X /P)`3\KC_Klcw(V+gC%R??q/}gM5DAē6Q{z#zFuO+&X,14vi1*alb)Rqmcϊ,uۊuᬷ  R{XeIus6K_xa6>tXH7ڍ?YS+1gʘK)$16*} -uF`u_';*A7$v ?i ;ї|w!wZ&pA3Wvv5u.SxT! /)0X{]|v6eRNv2b tb흌gMFIuZ zp5bW*`x󁆋2v H ~,)=K*JbQcYV}!?嵫 `},= uԤYj{E!a]J a㟲?-i$/a"Xmtpg'.C7]+c#ߦ.crlMړ!Z*ĵ'n&:<K>F=WYN {yQas-?06UCqTzK1rF6FtD'L?u \(86\j9Tx.S),KR`I$*S9k6`CwR+-oWlXQ>l46OzP OW󖭄ƾ#XN)8`).]+X&+=cz'Kt^|%i #ݦxإtHv/,A>^uJm[ YoLo+{*rsk5 CD(+ypSSK7{^+hDXp1Bي F@7(8Yn E-{rsBozDJd"˻p/v[ JnaM!x\uˊ<=_ Bz=NsW2ޱ!s7ss#+aK6E2eo<-8?݇q~R!3_38O\7o=_V&IL¯W5%D9m $ح}v}.gFǟ" Rh8 ~m J42*.z\9=s =@9os`90Ƒsc<#8W胔8IW>ܶcV]$2;fclNV&}wx|Vax">Jg'g^Iλ F i *+ -Hؒ Ԅcq -^#nń;݈,vFy -@|N8-vv'ݞؿ۹l*Fe =C!h~|eoҋҋ1/)hOzIܞ.JKlSƦoOv{pOyx{ŰJԥ'J -,ij86J~L*H\S6^Z"|f;cs{Ć9E7dޱRVo, -v0"˵4HX:v+a6s)^22>42C!ffbikG،sJӋt :EQ`pt%|Lu>܁ g&yXjY#yZ~Ȧ8oBߒKKoNvBBX`Y|2 ̢Y{pZ*$ TW39ἠ<`S>@iiu-/>)012{2SzP*;hvx,5_;` 4O+*ffA!~x-5'PVS,Ej6" OeKœ(U|a-QGn}s/WvT:qB8UNj O}w-@sv}gBՅ|'tb-d"\T\&6%iXD|?n)!p]-i[W;FXBݺf`@@Ǚ --Vz(~= -vTY)MCWEރ{a ZRM,tN>/tG\R`dC &x6},R -stAR#g_E[- 껗:J\lF~є@ ZyfF Q&vgNlIE!y/{Z `?xh}!./MױW -,V gIJecK/R]| /ӟW{έ1X3Q{,D% pv='%$x~h2I%I`OȻ_ox "d6qGqܸw2#D>#ZBF̜. t8SӁhD @SGd|pj0O dgw(YKC9J΃Dr.?I:rUG8.0 gZff}YD({++@ק4V~מaؖ0lbN[ӤF,O(+pX'ֶ$#l,齗Hw8p+ɗ79yKLo<5;~^z'} ekS#},o߶>O.TLmI%@uZ?Y@x"}>@"}T$fHI7!7%Dy >N>j7,Y|8zЖvcR9چM^v ܆P(]%vů #`&k> KDH;nSM{M3:ciHb7٭Lj,Baip/c&g&$ q#rJ< u ,Nͤ>Gj -ܠ +]R(H4>F -~ғdғLv*).fza6lQse9S_Ȉr} ֌8xBHESm+@|i֞0j{5ȵ1\vrvAv'rFw C;/6<,Bl;5QL`DYDSs7F33KQ Gɟ鴵maD%(=y`Jms12aOpy OؙdJ~'o[[D= q!L&3zAgZ;/da?=[xy?KZ8- Z 6%-@vyJwXXd(\uV;(E$|q'l21WxE~(vzy Z GZEx|?<^uF[m=*v*Q A(4dv' O`-; 3>k/3[[ !2_~?-L -V g1L]G% {w)0F\ݬSmnGpL[EKLkDSx H't_ 0쫫n }5qց T*ַZmIo⣹{*Ψň*y+]" Ol{++*4aA͋9)h͙qhͩZR9gEq} -^gG\D扑RJ"J8| @ HBW$n`"1DFH@OV%lnY)43WrPnw-ѷWjS\T_Tc -ڬ -+:*ʄ TdMn=uƀӇߌAU'DXdt/C@+n ,cI$:6DdիqyIa^ 81 Mtb _=ZEI̵;VL?ฦq\_Ɵ3D>#6kA,8FcpP;A+3zilFm&-/lLN1`@uGQ_uĮMڈ$NQn7Fr&?:$95֘cSZnj iAɉ rgsc@lEVCj0\ cFS.g _8ĀPDT[}{qJbC7jh֫S}-@ĆemT 09d}[Q8wPtO$O:DI@— -$ ਉE۸+KR?Td^h25t4*`}dDK'F'jP;{sW|_{{>gmޝ|:Gtb? sHaa+I2(tH^Ch8VM egtTb _h!KuO2pb"ŒuJZPb)V4 -*x~ՎUS. f B+߾+>W~{60UP@=> L])R8Gtlv%>؀nUf`eZ;JN !2Hʣωv@T!M-W|;{ G,UMT|fg{Zw򗳚>3d=c4p胓ys߄ؼ/}s&iIi|h߄]5 %LIGd+}s7웵a!3o1 WRdwJFb,YKc.6S0SՏsU`"(bYqu 0"qyv~f\z,_:'ʁp\DnRzt#8vݮ||2Jiy>4G:~ZCd@ibl6@a+{zO?׏jZ4@4q-R= 0H0'ZczkBX܌~Di<>,o.g,*6T?.u7xχgo|еKQ\//////A|9/K"i̗N7?rGjTZCKY`pϟʅӂOkqXU7d)FzVU$yC0h((?cpQ{RQza$/yZ 90 Me>q_gPҞ~ )Yg=qNd<&KzlTH; >o~$6ke?1[@ʲ! acyzۭl X]8&Wo -t$ui 9wxobSE ZiYsdX@itq癯"thr&(K -+F D|nu>SGU t-uvC%rR.e%K]~aVQTE[rPuAtGz92+p3K%h+ʎ0*׷AB>DXVNܘ%IJyNl+=.X}uQF[aW --?cn{)R=W%6&jR`BȈNFTTa;W * O) }xd'4u@G׸I$0xi@ǡ:6Wx;DZ /xv"bTmOST_ŚbiENS^G}crcQu LG L+ul'.ԄPOSIqx2 #}G44H{菲4zu%P7pF_Nk>k>,⧴EA+PuH_ Ku?JSid4-D!wo; 7quzܷ=Xd1 YOU&P^?5A2!a1d.ψH74 lVeܽPTF-1) 0d^x<(jc>iWڔ2h=blfQt;?DS~(P+PeyFSҍB8/GbT#"uX  (nq[Y$pY. ɕ"?y2$8w5Ggd~&D^9H#l7чAVҮ ۈƛvb0p`t$ nۢd70(HUFh[e&L/–LdJSYWy]TBlыxaa] NʇSxg`U'J LkY.mM'=Q?_9EIEXE-+jgA9 :C(\mI9¾G+X lXPA@#zxLCJ J-]d#)Y6a,\GhĭBCIBS04M]pJ`+w\]ƺY᳛ ϲU@A8_eSE\h3{Z[уY.}O_/.6x(bUQ 1ljmhr5l]g0Jrcn(ϖ+@IU0K-1DKFaPD ( $F#v3h9Nwej0Omgn Eo;F,a -@=9Le@ҍ6K MP2c#i"U,z4b EgTgE-ϫ7uDހ ) ۅO2)vK0x0r 6q3 a4dQ="z$C'c%d nyoVv$t ۶[Tp.VU#Ph@~WTiHjVlK:~B@܇v_.Q -hI=(^S:f׌:H_#OpAq+ &G봏^<.K(G0GU \ /R9} clǯE-5_)QP~_}1OqYty]SE(ϔܼŌ|gppfInȣ&5aD}JF;MfM"koU/\5Y; -#)+҇yrW^! <\ɫpn uo{`eoKsc=} -&05#lVy4o˰BA-Pb{*Y/ * bZ18 zD[;lWTIC J >`/,6;O|d2/q؟,$Mw'qs6!Rp_F.",X3f_u -1ǣ6"la1 -Us -[-*MCWWq3]!TPC4#h4|z>oc{LM/RJlw -cjtsdo[fzW+wDzCg>W7:duۀ\ؑ3u0)RxJ50S(% #CƎ3K48; 뇶OE[ J]A|cr蝈AB0:mn>엣z8W"'ĪASo`Z5[$z?۫/ -/XumZ=b -6E[zg?¢gziwg(:&exS,5<-8.8ksP`+oRRr̳<}(:C) 梉 ]& x+^@ *V5ӐU;FZ'Ƒ ^lM'{d 6zQ E@gdbT-um1DgJiӍ -玲p ok!4JLgI{fvx1^ Dcյ8ױ5=>֓$G(PrU5mCNsI#AnDCz</O>1J0=ab`\*ȬV/-p_8Ԁg!9NhsJDpqz X++C/=e= <U-..-lMТp;6ͮ B畎lυY*!G{X 29Hs0a1W YqjU!Wd !ʏIx 5f*ZB%닶dGPGM97IS -Y9lq,)Og!xS'0@y1F5ޢ}B/pN/ky*=k Ƿ&zvmNq7r7%{{@u?e}0Q@a5.< ܟHDaHc oֿ1%Per9B-.okKpa&cn,GEȞma?$IB g -<߬zvI͍Bh Is _M!gUz1ʈ+Jy($B|}2ht8XkU_J+ㆂ ayF\NV!XrM -- ]G -SզdY 9AqL"r /d-WcolVCLx-eWv">t/4dhy{yuM>!((s+ pʁ2pN&%4 G}ܞO;A -1ڐ+3Eca|}$Ss8DLo VKw!Z='6+}Vpc04܁8ioz7~;"{0$"SB&}G]6Uܢ.z$V/-rpw";k|9l舩wad%xֶ%z@/~9)iL;9bVʽDyם; [FNY2ټTv#AGn_5cGeM rWhQ֯x$U)SߙIƅ=~sl|z_U-ߊlމik'eՑ9nYzٞs>Ρ!{wb@sBf'16P ȁL/^LHAuA=4ñ:hUnk58%{.Zսg޹n|om%igOT_i+s -68$Qzު\jb,6صm@WS1x ;T$;"VR#Zw.y=W)'cY -`m ",6F`L/{Uo!" A1(hH}f ⑆(46 - Qq Nt1Pqy[眪u;/ȗ8ԭyN.gdݫ6#lTLqW`A:/'q5D]/gV `Mp0U@'X8|T Pݒ mͻR4%W*xN?wc.PpB -.M ⅁7\j "+b 6-9ȓ  -m7m x@iW2? ʠ^qn|9pYStpn+&Ub8Bq*8YelP1RaloBUO-exoVY =0Wip R9% CavmJ,A%f\a% *5*}\dbMvY4ΠV'p(R4[H`Mvq{|:ûTz;8JF(ZX!IKq4!DS]:?k- ]DhpFt?!VJgc19 -$&R=@9Ŵ\CCͤU3J\d.glp  RE! Ep+LޙxnlF;9,؄]E&Ʃgvl<,8W}>9h[/>XOt*@.PrjK+K m\-B9{Yc0fvzKvae-% Z#btkG -r -+rF-^`0c"U]r?t &NC{ s'CX)TNWӤ[oK I~ M^aC_NA&BۻEF7 2| XLIl^Ev噗Y,^7*nm!V)^gI<א6gon | g6+ZYb:x6tƔ -<O VR%ws ճ&%u(w :љp_Ntu}C0!3TT78)ӌvahIt[!-0B۠9ޣĢEgo?ɇn#liB!5`5,l'U-<1K563|}M& d笳L&J%Fmm} ީJicۉAau7.?:b-IKڲ޿H.-*E-mQik[\,H5Oc|b%M:.hq):jt:.vw:[y삳\\ڽss͌ ceZeǒ-}dfh3͌ZF1{qm2svV=֞vt]GuLJ(p '*q!˗-/ aia9&l罹ʎ1 O7;[W7za!D;z 9Et,u0.VTinPෑ~"E3Xrvz5 Pu;+ɲ꾠 4Gc|2oۣfX~h3m2+EyBgl:JS|,X_Mɤpb -Xuk+Jmv?EP֚x}l>=t*$cq[1 -9Sw_xn~E+&Ű_aWXb/A}#܇noyo%Ʉr$9]v2Y\`Wt[L @U t߰<FJOtҌ5@P/pTcéȩXw25Ez)U -0^q_ @9RJb$gI pV鞾{AH"!R+M -ܠP`~ΐ'j4;p">M0+E -gT_`^={"&iAEqȍlI3X#¦FփI_,Q<d=PSYm ԝdUO% jrf{xPd_ NN\h !Zo[]/o7%O/WDLU[I\LFCPx_A/KQ)%ya V/gp>lo$9ZҮf(Ms¨e?AP=R?EӕUv7bmD0"*]T - `QzsM=#B;eje|Xn hf^CL> "` Ϗ%_VZq.&!L{VŹ,i697&v6/ e\ofjM &{hZj -a|ې`R)4tBA]ɏ:@0%ږWuZ&9ARUmp5_TN[AS|xɱڄ+_Big"x-+*/ݺo0N;Mޙc( `7aԹp&F+׸!5 [hp74PuopBң_2sS?τREҧk!>WYT_(jb9JIpst{-wuQ׳G%Jd Y_u̓W}$6Fhoseqt?%ȑ*ĵ+~Z΅`ÿalC2b^]D2bvxbN pi)C]&fMA,JN , -4$JzBtyR nkX̩t(TKljQq>< xهZ)`l/upF_9hnR& p/Hx4}>O۟&}Ђly›V]MTeq(/a -!uǮ!aC3Yx6X5"ZcyZ/'Td=giP:)eǥOcPU]J{n{⑮ĴDii(]o!hVmݎxl=[ hKyxuŢ7SUbvu2fFd%iy,6eH+qH1Wcz7+Ľ}=f^l̥1%fs3|clFL  -O\ө&&:Ҟ\ō4+:Qİ%wRl9ԵfIouX9bmI7~%aBm4Ug=s -'17Nvi< Z:DAmQ6 6a qvC4^[l$r!cFC69d!c!$!cQIsC 1dlA}}cX<8yj Řd3I@hQ*b2er:yW:0BuNHvh!^9ڮ3/Ԏa:9}NV ^)ѠAszWD@[̺A2vFK.|4IkoH,a? :Qf1xcסp4Uh ,%gC5 Ȇ)M8݈k75W{= p򨕲zJWKkΰ0^ađBg;:-a$B6LT SQ;qO)gM"qg/Aa灞?NWwu8-rd-XCNAڽhۈL#I'ږħR9IA@ 1&= "xž_5 ܃TNp@\J)^z9AB9]2KT_a6A e^/!40lb~ {``=ZRlG#[;߼wWG)bYSl lUs[M ͼqSޭ|yL>}L6#դQA%u,?Irv4,|/:НD2x!tZqj{Hn\w=z[)wP03mT'R'^{ы`*1VUWeW# ! }mNfm$)[J΋Ѝq!~O1KxAwЛ:5;KчOeT mw]3lG&M qo`#&*{&lkN2JeIߚP8dG֓an+l`9kYkeϋP13!H6@O3)$M4ufDZ⋌cu(!stQb-sɬA{PV:d -ʇ Z֟$_3`W#UbiA`p>g@,*1o%n^Eo@}^^ĮSeAðz;3ܿu˛@v}a`LL?~ਨ$oϺ_V <,!9:,Es6VrMEkPnU#HZ2ҒX@a;;L=+w<ҧ/<''W?"/n /8BYBI܎3Vs;0*ZP/TVS&@>uS /Ax%2͜Ԇ0.+˫WEf|cCْ2\R3,o轾R B(وKf;n o(W -Olm8߃s2[O^WR7N*@FTrց͇CW5׻^Sbkrwy%oC/sĥ$BfP:] i?O'5*/BTn*Pccc9\N v2/!x= #י+=({3@,'8ў2}SJeڄ{QKO:{煁ٿݑ7'޳GY\a4DF+1Xa/&&7({jPR15˧(h4@#" hkV!jPI1kPGfΜ93̙3Q( +[Q`78 R7KvTY>F2HzϹF;gss0\4XNdu?8\Fit1Jޣ:zFIIw|h=[;>YrfX&&QWuccTvuޜt&QǿdWc6C#{20g>`fS3G|_j)5TƤy{}^mr8/XY3Δ|2&m5Ɣ`RAe`c^0Fq'Μݸd?UuEɤBk,yttmAR]}kmL^(tT -\-A?J#diqybX -6i.ARy$ϰΟoGfL1->׏N¾ )'DI]K3FFó(|{6=;~ߦ r4Z P]7E(UQU>+(8 -uAhmL.֥2{NCmd~ 3Gytj+fY0ˤhMY -Fm[dMtu jB7q81 _?BR#eH8ng;5!d;-#]PnDtL$եjKhs̎xhY랻S%hf>Vw0#*eDnzvtH?3>y$4iC)fgjT%i>@v"Ċ]LX,w2p֗SqAwK^:%gʖj&aT!0 S]7b9M6ΧyM kgu! 'lF* L;a*++mNgi- -ڠ48c=ӛ/Ri/ǫ)t#=^LS!L[dR2^Ҏ8 -UdJoݡob$ȡ+5hQ^O)(EPʵ -[eӢ?xwdjI5S%'e&>BG(!=mK6}rWQ6F`U E={YC*c#^KR"B Zi\8 @`㠬?]c s "PмU6Z8o,'pnNyαr/ڐFCsLE_w~4\uF=oiFQ`r'HFT[H9'IfiowoЭ/[Z쇧](#O?ofsܿx(Zew])P&Ŋ t <+,ӓw҆`΍g8RU¹g&[hFp+ϛKdVV8BʉDZh.=iUI;~" -J6諮'DLðs8ٷalDYߨYʠصj,׽fBoԞ =ZS^;m%]A<יs*>[P1VhVh"JGm i)~SfɆ=nD%S^/f¡vx ނ_qG&^8| /"@ $l$ rE_Asz~ZoE1ohSc}iE#@O'f w`b-ͳ Cqm@[( \J<1n,swDc[*C -dxa*բ̽} vT;q,^ـ8)JBG2^KcBBG1fL!yN]S г͘BJ/J ݞ1{ -}ZlE -RM;P[bERZ*1g/'_yt _ǒ,!Br}bp+~~2WͮV/i }͟mio3c[I*,kС))@hJ u*|Zr9Jce{#wqHxL0KL&\p*^I \rNq -r%t"\lY[TgD<^Gs]I[166rT>J댄1'bc{+~Hk䋴H|VB#t~}Z ֚O7ZIT\RXG ;m^~;}krO34 GbۣZxiIANC@gYي0L@|IZFP-S[b!A:%uD'xVdž\&YfIވLjQ>(Ј]"I62fV! 9r{ - V{M2O/gO`L=Xzw&"laO -xI2؂d`WdpNd.ǢF EEE5  ;K`jqNM0z) -Ld/>A0\,XcK.yNQ9̗Lϑ筶lt졔a<R2jf*~6&\ i:4\,D{!-R ID^۫ IA7`#bu\xT\݉L'RH?},QU]vy?.3uD{<}l z9,U:"#:WCLjF!WM"zZG\4ZCVtؖi7K'VU)|(z&[ [wjעqqeTƗz:Y߈wߊx@6ܦ,;0&=\qA(0Lփ qe[-lB=-8;PP_RKGaW̘Ł'&"İlBҙM r܀8Cm_VcjP~[;?,vo$1t`)CzL~ňzAuF#F3"~@$s3mL[ٗ+sr9ITx $J (:*C_Dc_s&;=jCE4:$s|Mla^fH7Pxht|/&YW:Ć],O=v0#|F#8oF.{O8orыqiBjvO;yCHFFʉoRm}nQ$jq;˥8l9 jT=jnѮ%j5 OB -p8Hf7FFƨOF5гu&0b*lS/%SOO5(@+'ӓf_9xhKI6X{/RoLJf0yz$ݓBaľ :.>D`W9-  ^8V˜ߵ"f P7E >uYpl&ۛޛԺ@/$Yl -OzQNI HS i-%-bZXDk ~[c`$  ,FR#{WTӔ) JE@ 5" -";BvϵGSj qV4;KEw&[]|J8_d|A n . s\|3Hd\/̽|a"@H[;U0)oh}b甚3e+xC) fͩxϚe2yXtV [r8!,+M˼]T2T)aF0i{n-oR<(=,~H`_,2,* -Spt=uZ*^}V#ζ!%uO+I9f)?4g絓2O-"Xܪg-$zCVOČqsw0lHN1K> W P8JII{?S靚U"+ ~O -Ҫ՚jnJCWu4Tyߤ -2*$$r9_4WwY&Ӣ "utհѸ,*S,y^^&Íi8¯1%}ٞC2/ ܗ(_㜪_aJdQX(v a'*{EsZ'F)yyZW Var Rшlw֍t&eAb{2Miδ 橹_Jj6תBO1&h+Sۨ1J@s*HhJWݡ)ق}e+t}0?8gQ&ogQ?c$ľE? -H0"r4g*g%}ӡֱ : cFg Η{dž F,0B!`b,OFH5UIǿ].^ě-Sqn1sI/!q[ggJ.aLF]x`_sD3g>*HE"҇/YDj+wd% rJM+1+&}5sl9L C췆ou4L1&0RK4 9bW!Ҳ}%E-o -٬$#rqq*`vg5tXmx -4[#J=ҫ`d{]{Y*|B -2Ag *m*3BE4oC "3q&(i|&o|M)7IԤPB@5C*-$h&I\YY1/j&d}{ZzI i5ifʙUeUUQ_oyn;J5]RZI9wehFOךr-r?ꦵ㠚]4F&;5;U)~2jLWalTI5PM{9T{j"v@ӎf~2F1Bu|o#U Th)J5=SZ&s0z<lO*+ -h[375IScJxDe<Ɠj-I&svҰ҆6aVzXuLJVz#2*ӒΡ ;iG>#GL|(_7K>?QazTZqJeCS}Z;kjNP2<~!k] -յVi:Tla >-I1a' hG?7 -?&7=WGhƬʖT*+LMiNn ;ixg;Άw6/;ǽwNc{ 卲^@e#xnRdd'MAa' ' c/7ҍk༛}TtR٥ >- !I[VڈLĈLĈLĈL~YIBB=`\?灞 -q >-nO6шȈȈȈ觋jsJSpMVjg a{9W;Cx)9B@ x r4/j @^76>wt-3˩1!u~.QStfXvc>яgp[IapxNm* B9I[!4"P2vLfQao-uTkˀ2oZB`7l<=r0HdV)h&V{A}GUCRb0&ߗ/ ->791uL9Ôut -uCXV)xt X8 P(iS*O3!K%N(Nde?Pj;.I;3oI$Uq0$ 7;~݂86V=E'ݖϰ8!%:NH0H -DN[ Ν!APhLZ$H,,ɡlye',<ѷ&|`E4"Dipk zs[4ϪiNOB\\-.8ˮ-qĭDPW.-UwU_W$|V=]FYWo_u7Ge5 Ƨ{i_/>B/$@hx S{UbD}OA Ge m)a}5X+1DY(ÿ\C_J"X֋u{au1KeRhɁj/Q/Q#v9iV [#HW$#;,J8q_Z"jLr۱l+qԳLnƾfrǤnc NkpF  -$ 4b~i usYutRpR * 84GD&4'S`[sؾLr2}a q井Iheh\Rq613 lMxJFZ@B(081 P5,Kx2:,M&*J0yg DWxoM$+R@7?imPJF=B -^ї,28Q. -L:y]{Ȑ9U.%B7A̠8/Ob==Tę -/4s(dxfq1c!tra. xR5YFRTC=q;C9KJW(rtf9c;MG,rDN%kߩv'`{CP%\.Ĥ{HdчLїz/wFud5"@B y1/-e-p{Ih8DUs 'c<[(V-:x4{c%:a -] TP:=ܑhD#x5.ϭ&/BN@>qdIG/j^S}hEj9`nnLG]2ߨD{>Za%)vVɆ[r va1SZ.9过[Ml=v -ɗI>K!~00i7eQLKv\ܥ4b uMskG=!XL ^m\% {6 -ݩ$L{* --v -E*U'{K\ 6 j*k..dnTS@azв#9c%V-CE[Oٷ7e}}p -=̥}t2[)~P,p._:9-*4×V,%!tjyB_%Aqi4[^ \+P,E]{vXhuee@KEsWN\[;n9.LWh*cSkf!o%zCƺVtl=yN:A6׳^$ KNgs z6ue1דV 3VLv l5KE]MÙ9t^P%aBrDmN[ve<.מ*DsLm#cǖnSI/Fe>.?2̱Tv`~3VqTCf-1\òߋ০VWK3)uߓ&XOc . t<ȃTC428pݹ{ Ӝl G-e8mيL*CZ8lKk{c8 -Q?8;(?(m)ŋ[s-umuT°:1Qcu^zVgFc?={cgΧVR,qӻT`܂gK`438Ca׽GSV7qgp)I_#r־_Ql$@;&w;&5M 0Nfn4Wh[D)w}cϣ3 S+&R}68[ъ^$$[x@g>:tz+İoiL@u*oO';3jSb< ;u>ӊV\E1sbfI(fWttE1;>UӒܶ# wcb:YbbJՊ)USXjbE1bJ*YY؅?&;ؐ"+QF1ӒsabpGWBራUѕu\u`Vҕ\jpbM߮zD+oimN~;;-tehNRmXr뉸9LzND=4r%"z"/ݝMK.{ gVSo9:6WYm+6XR#}yӪSg9=NҟMC6}J+r%$˺ T tnK0`G|r)<&wy~Ͻ{"MpŊᓌ*tQۦs0vLTATpO卵%ȑ -QuLhrp$ogZQ.4u - V&`öAш!IFAiHj~"BO}N~#ٿaܯs?ú1E뽵z @Ua~=a$VCH6Fdυً@"_eL/L/ ^"I>÷|$=sSC$rrπDPA" uΞhV^WH;DD_5|k+~ˡſSmgxr ͬK?1qlr:q)LHG@#B#6|ggő,=a>|_|r&tpC ;28G M]fLn~יz%+ TLlX糸"0h)668lfBc}(Շ'$!OOy"ڌ4BGuvhNƺɚrƋ9`"كt&tkO<iG5xƷRJ u2^"&7tܦU@q<z KƹncOfga]dsF%j{(ب ٺRq^oev$VfUZrZzEaְvJ!=/ԑ#ݺiaPb{h,:鶜ߺ*~۩<ߎ[o8r؋L_ICЌ0><OǛ[/\(K*HA=2ANj{Q+G9=)qUç]dgզ%ߊitX˞4̻@ yɁϳlV\U zhFIh$k'X Ӓx@S9B)*(μTd)d3:% `4PGCC0Oڨͻ3škq`aJnL;"&HA_-D;LX.zMU)m{/1T<؞uox%Go)1ld_jx/m'VR,R̘v> [fz%8&hX禉A*Nb`Z"<%2b.3e҇`׾!  v{9syh5D$:rMhY0ɥ7NV^EN bxwktXE@XD=BiܔUrl85,aJ @ʹs3wfgԊMF+_C>2EG}߀޻k6Ӽ%!e% e:5&1?kկ"s5+T\pb*fI -Ejc:QV9գ0[TUau.YGcHu40cm/klGyd_yco\L^mbئoA:f1jg}> &EO`^3ꉬf:KX? 8-)fH/ͬ9اūrWӥgh{ ]l>,+~`]:?(9kp>TN|LM,~hVb&}f`2=0 RW"|-Mx ^TyxG)i<@Ni RE!ĬQUdQZIOׅUć,x -_.͍Ŵ-!#R.Q juuMQBD>r7ui>0*[2' ~) L_ .:M_c~~ـ\x- -=L -Q(MB4D_J-}UPLqtDކ+F2Bˁ:V -n,\jh>ί3NV1jB%(aCDZ֑ɼCIZ pjj .vF6 UϦ=zl3 5}+4Wm(yJXNkdU'8y&+Qx19G#)x~ P _ܴj$\KhѬF+7leU#nC&B=Cy׻qԩ3 -ٴ8*?yl /I;PDCx~mI3ny*w8?-,WPu^$FTZG̗Y -]9z>B~XC[}yns 'j&뱼G&}G@DDPf(Hpm(߸<B`B"aĂGݱ[^)peCǕC0l)`f%7^YaVC(mR7+׼(cq{(jjaA8׿ -P *u7k7Aɢ%[l |%PZ=k&ODp ;1b቏"5!Q;ǟһr };m [?Sڸb Xb?1WWeffij?=gR -GǞ!YȤbLc0i )וL5R^0-3ǟ8d,8K/b6_*t=˜p1Y=p(7;2{1"gV4sY\o"&Lb<'\GFxI7V+G[ǩw]M.b0g"Zӥ٤lR~{kPE,pĞMF.bl(e=&_m{=1VdO-c)KonV6wpbsAD8 |׉#G)pPKޤBy U K{I"r҃/zH;u.Ĵ{KJx(YB v)EwGf=IZ2b zf :v}k@Yz,=FedY`dY`dY`dY`²gd3YLXa9; 5Bq.IrF!hDž?Qe9FANC&JSHB.4i/n['6U9KnϞ`OɘK/ɜ[3/-~şKqnm_[|بlmGn5-;-^w-^b޴R4)/ֺŋDx-^bpknb-^b.[Xųn/Q]ߗ05Μp/1sz\>l)r-^rvn߻ߪq}3[X֢v҂ɕL 9#Kj&3qwMt_uֺWk⫹3=Gdl-p! 9|ӋE'掃@;дCj36C[jӴwunn qSnmxwkGqT{1wGO4@R:d/i=B)\da'R8)\;O_4#H":ߐbFlrXekGj=[rܳ'l枭gk_ڟ{rVIX1 -,*ǻC:{tU=+dcqFHzQT5"[175w-qi΅mj,[:uptM %Қ5f6G:tMM%p v]i +Ktw:tM-%,55KRu"Kt2kj,ѕVǀձDW]i_ Kt}1kj_,ѕŀ}DW]i_t語ng C`ØѤeIfT)Ir13*=@2[ޭQ'43N9lh;kaC= m?Xhmϵ m\mC% vC[ϵھ>Co:l -8x[otŮ6qK$3`-4?u xJY8A϶y MaA͆y<#7ٜM0R'Oۘ{C(U޸Q32KP*mp#;:lC`R\ -: Ilw?O,PM;m!J Tr8o 2˗clG"iR9}QcNyt3_'j@|`(0yDF)q9EyDiOv]DuwGӴn/LfxI0hO7]McCn >ʷ uMŎ(knݘ`}W1/*31-kל1?Ԙ2ܙ6p8C \RgCx'" nzҍ2)$SWQc|tzl! -ZlYFcg## -W%bru -ۈ5r)!x*VX+KD7EQCOv!|kR xR2$7\Fˌwc# tM®A.(t)=;'ٟ%~ӤP2ktY.t -FC /7\}i/Seix&7Öu R>L8Cذ4= k}<y+Fs\9I1f{ͪέBLgm'fReGEJ I%n9 S-$ eR[:$acyehn".q[Y&jj- pQG\B}ٯu z2Yz e+u8(vf -B?ZmN<kg6e~mo,#.zeUDUO{깬pinx1>Zx/ -_ߠnޞ7YƤHV-Yh\*+o J!S)}>@% woeg/߿zoe>$$=I\ oZ岄'lhWڢq})jwʕR$_"ma~sHv՚:6B6T7{cp(`Պ8GF ^j} l71k?M݁6,[ceT eavҒ!^`Y& J* - ˤ1GCKFvp |pɀ&7qQL!DrTqp!Tf'r(oA՜ .ca%l š~CՒ? Ů~ W7&ܧrڄd7r3Ȇ#.T&޻C|9uFZSi)F3f{_tI=ʲn(͸$S>Z{  _7n<&9ֈ\7@M aSdV?|OͿ'{m{){{bs1&4lL.vz=<^L6YxdCp -iΛ1ev`n/2NDo\KКhQj8*ĺ:R*CI6, Bi_eOii!Py|$l'؝GwIMfeE歪[ҺҨZ}=4v+~zTe]Y}= -n\a\\W( XCEMEtuPn(e|Zy -y&_>K֯ -2j*@0%Gh )w1J s|{3臒TV~,YmŞoPҖQ6U*hA[y(8QBK3 y9TMJ^7ެ+n-zSkЕχA:f qU2 8ߑpg]@U"TіV- ~=7V [qb4F,FhoV|'3ͯHI -0懴+$OAb@Y:6L߃j3r JQ/EєgުmUwt~\8>ea%+ưPjڌC'a{PV$߅$fcO/-M=͝^y SҨ_@=1.KiThAV%.u$?k%mJ -MW6*`#6gqp@npBխؓU]뀲iZJ!;&NhJ֡2]F{艚OujD#Sɴ. S_ [[ff>Ps5Ur$epis6wvG>Iiz-w5)]?LiVkmέ]ksnZs[ksnZs+ڜ]Vmעl*8ddOX/"HsdD9?D3H<Khv!)ւ;-&QF0 S_Mc,꾝59SI'so'P8ç3_x-̹cp -`^ -ٵ1t _)ufHCX41mh@ʼnvsq8~(5tpJ}&iSc|iqΤZokM5}'{R0r$%جpWQ/Bdku<;\bTeV9ޮI(G)6Ur"Y4a'j\r3x[LYꇿH՝%fl u1p͘m9K̔cAVYYFpY̑^9 bIMEN#6 G ʲRj'MC - 3bw3;3<%G1yĨQ.dop &Wm$sk Djf -Yn a7kӹB x{a!>>r O dM>#:|EC!c{EF1o$3\n煑ZŽwț0~AKl{n~SX/tBHu! D䏭ȱM6=wX'VoxݖoSK39ݖZn·tădmX\{pcA;!*?.w$ O -fRw{@[QX?k}.Y&#Js#NӑEP=ebbS8ZK0l=-ab]V.ü6W0lʰcAT%>Ű,v*KnJu3sGnnQ NZ4w,ouoTo&hOMG Q'ҼFk>fZ uMNTA<P_;evYY t\u+O/@Wf3cc#8'}cCB?W BI$q/_1=p.ơCϧ()"0o,F1\=HH !Q  G- -~BBǶJpːO1annD#Pm,v]p}>8+d,:azOqNmM})} -\SOۼ󌧿>=HnY|-7hbuNH:7wZ}& =۪^Ywaֻ&@?{8n¼Ljݯouof{5ȷZ?LK])rNͧ-TiY<_V +Htc<.>pΑS});"}*u);DH VvSiZKb PZ!Y~c=pg n3xnn]urFiYscɴܘu2Hɓ.*Oc [og'Ivym7:Iq  -0$SCDb!U tL.*ns^T1vuAN{+NpFaka>VrV'g0ߺY39Jz -0fVB4W&7 z*N>.ւtLÝ@VvdС؂Xr5/ >V)ex-'Srn#98/=fU* -Uh4(6L@P@8x>!.)!I*3d0ISs98~ W.Rg \YffSDuc|aZKrh> .ZTZ+EKE7B-H-*Q|pE)1 썷&p>$մ69DJs/48,~hvTDttNt1;X:9h2(fLL%5šE C䢐g"{^mFWܪ9a v+Z[JCRaaFpB{]ăk\Q4[$]SA"[īKZ dՂ^fK8+FҌBF>RE9c ,YHc,-ro?~q"}iª1|)aBuFkPZer쁪P٤2{J$W :I+8dB6D$ -"o̷%L$[#Gl9XŬs VfC :Q|э&/fm3,, ~' -^(xYXp=хu%jm)gzvxڷx1;\|5<[#ZEY)j.G=j(2m'rc;fcGq`;.Dɮ ̐y*P}Î/ \Cn_}M¢ǯ]q2]gJv\ŕlT[ɴGonNpݺ%)oF:OzE -u:x T̀ζDRNTɉY\E{c2H'6]b*a2BS J+V{__+; ;}.ͯnT S߸mBstyjiV_O{%Kožs*IJ,X/-.ZLz3+&TJk*wcW,!+@"t#d*߽f`摿8R`lnjm<8"v^o$8ͅaO*]N1Sd'Ow`)4Aw~eSM;UO]7Ǘ§X#[m+9a>+FQtʣË۝M}# {Pwj={HP]Ԙp)8u(=xu d { -wr75q1yHɎẁ@^iR -l0F6KV%I ``jyL#<:vr$DEa?iG$4ۑ6iƋMsl댡#s4CXjBڳ@U\vklIOc٘DV@)9n qvKKsI}6nfwA%NpjDa!?trLX -U@ -}M ֖:ޙ'9}ܹ3Qs[*c#&T3y= -]GAί\ #999VVSE/ѻO$992:OW:3V f -֝!rI&TtiGt-by.u*2"a4PT^R*07<q(grH Lb)IFwn@'ώbo[l1R|B -5 8^a,=/'7C' 3x_Etԯ5uA %IEx-WDzGs-d\6<4}Lx'-8M "Nۦ[z<[|I.61@DI~ӥk9?խ7FÓ?n+!ˡ̗ǃ%<dޏkV-33)2Sz#"tqVmGt+-UyϣazLM/`b='++6pm@ rYXTӴ "2\2&ѯaXx:Nv̮S WFz6d'Ѣxy{w|KqṘfRZ8A̓r"!}CG䩇ORh "7fg߱fG%S5@RR!=虴iic.ŐD$M-,8"٦gE6E6E6E &]XE -ڪx \b?X@UOE3qk)DHHD|(ƨs+@k;9QCQܸ.23+{եEm82P -Zu4Ĭ@~)R&(/B~9Lsvěpud( yͧXCQ^r~PQ q7y0D) ц\ܷS^>x}Z/K}̐_P8rFN^n: Ɯng *j31; "; svjc7{)9/H9wtYLE;ѢݳpK Uw)8s1%4,.7>M-a#ҋe04bx dvbv5Iq4M'_jB_+wR~H#{hᆶtѲF3FOfcV+qo -c-~a3BszqeW2^ - -v1* -x2_TfSiMbCYy-+pM  0c<| -jB(`dDz0W\sExbW~c?,ZOHoP8 ;_7/*FZ $nu7G8a &Kb{C 5-i~4҇! 7udH[(GGuc(+d,|v܁]\/>1dkή#{+U"+,af3dy2eiS(+ -à=,XͲcZekm,[dٚBWM˼Ыa,N7&cWlf4i9kkz|מ\RRޫd,)4c(7޷.VGjb*l"2[+ӥ 1 4.M?"qt0ԒF|峊0n k7v:sc,̋%OސS `d(#C OA!d ]Elĵ팘1e`+z||.6 ()8<1:l#->H8f9*ʺ ܲɿb-_%`Y鉎VjÒb  !}AH)(ASG,wgh&;]UrfӝqEX?2+ո",2xA).^UX -O^tHGF2"ҷ2;~Vv ;"ѝȈ;zE+s1{|n)Vd00lfk/Wk5٭'Js#đ2}i|k@O >_J /e(F>:2' `<^kTbV72O(roӮ_`ʿX|P׉n4/nöCTѦEtm|L#̽z̷Kkܤ~ej'Ͱ7GW.\KE-)l(zImkN7 -&SM'Wh+c5-r$YbfpzA}>xBTR[!5E`Wfj<[->Ճn9 lZI'=ƆXPcp`uB /ȄW0*oYZ-biZ_%DK$̟RP-:vP=kݶ8n<ؿ+ҟ%l; jxaIFNO8;RcDW.h î "UڷpT y^W%G.Ϋj|kPQcK<.I֜UufpiL^ o-Fq>j1\sׄ"k\nD:qAe OzkF؜gF8`{F"[܍졔Hh@\ Ѐ,W,pJb.Hi|a+6,?~ӑ~hpG:ofl925+-Uf<ÿV&ަ {='WA+]W~-w=w%w%w%w#LmrS]̏a-t/<83}ͯ7)xw47`p󑔌c;o;sbbZ31+[ryz:yI HUe]0,܍1~$>'C|~bMD%'#,OPr`DS1#h>f۫Y>.TH]P!\ yxl"w.9+/⇭SonvQ>_R7W->mr{ Avz|P^nycዐ&C/gO88W%ӼNu뇭Cu$+'<5; s mRw`JCbPQ,R¿ -m#^eV}M&~&D92) s07>CdCD17_X;񨏈w,EJ.:B -rM<&{PĜMVDVr([åAĠ5sy$g1B}*<~صE# -h9+w)+{ƒzkpAOsy0+h4h붘hdl><@m is/x\¦9ܾ3cjA;o޸HDFx:tOɏzݼѯGɷP#@o 8hMmGk3DQqU~: óCr4%yޮbTx]׽ʽ<1jds+6qT *U -K(]'$l -yU:Os)?e"c#3GƵ.CWƽ!z$&P(b<3whly%UU}?y&Hc6ht~O9_t8)"f -X}pHT(U1&FH MHUApatƃCVV. WDNX;B1a$In8>2]%.X OcppcO=[h1h(f ~8UO>{}R_S}jZ'"5G -4l AM+wepCD=_QR95̙b%y+>ټ?\fT#pEug/.檀r`PMx,x@^"Y3slPL=8:Yc%P0VX[Nb7ؚr*VΆSX0;\ hl@mpG=J^ uPM (id`sF7XFU!5|vfkr*. $ vѨ YNVQA]&KJp9=ɞV1ofg9w}{߽Sg^wB4-@o٠G"Yvi: dnWZ n%Cx}1xEewkÝCa- pNە[ϟzz2v ҨXs^y_C=/zzPkxrм^N]nӚ:^[̿%8J0iDv$ , DЧۭ薐X -{2.E[q -RXo&UU<OV5$"F5PQ,Ĥ`J* A.! -|C_Dr##8#e0&ZO?=4G5DتG_pc QlKj8Z_~ۿd 7z2\2÷Ҟ6ש/*l!i DȡG0"J+cL(ouZYȶF8KrR29VRoCيtvo7YH.֨_do*ģǶ;6.B2=>+CwD:iE,n%촪֛,$Vx .e24L;vhV:8OzDЏ}M)<_9b!N9le_]qVPZ.GȆ\doɢh(^c48z\d `)j@~?9eeC&Dr|*P$,- H7'% BQF(`;Bb8b=̖|c T )ǘHkWE9yߎJhKOױ^_ -2k-@_F2lrm9-7 7i xl?#Wv# mgk=Ǡ-wmt`dm$Q^nJuʳ,:3euSoyvreHأx늭RnXENB7ؤo 1\"+inBLcI \(:rٹo9Gl9Ȕ -#OW^\V@'"xhW&歺m @%6s:֊6^(,A -quY Z*s֘qkhlJ((=UDG/ ,$K>[t?_\qNBi%5O[ofڊWc߃~R9躛P ꅨK*fJb|l(1Ahn8V~FcyҚΒ=lvgY}\d^L(G.CͶC-`PA<(+^д#+>J -Y1X񲎗2sjB~aw$9ۀyCj?B5kݓoD #u_u_ʡk:y/>K##KRoHڿ{~Ot3.~ )?8˙VjmrtU7}o}09Z}>D}[ Li|-ڔ^gʉʳ%"p2\1T ZSbaq0.a 1 +ب"XiPƙweǩX:Oz ޢa]rPńX<<>K(%ȘFRdLbB1ɘBYlD) HZ6fX7#Ob.c,I 椔#RY$rj:'W024o!ކ*׋\*``$^ϋlu杧˛R?錊Jf$;*`gL4KU]X{螡&(tDE{Oe/eĈ52h*f[+@lMtåQItXl>Zz I5šn3DGeFNaTw6"r5ڜGc"AF EM%0`7z4c&9)y(`f'Iͤ Q8Ɨ>Q|AŪannNӍ =ܞ\*:i_2ڝ ֐t-OF$c-nF - -Gtv(x#|\(W Ҝv#?%%DS@VK )}"|~Jӆ9\B~#``լmVT.8QNT5dߦ - 6;2W6Ÿ|J!UEҊVpy~vM3_?qf={ {;a|QWa3>5Idmij!m-v2jV tLꧤ!IN:IJE@գƩEXIK<"q?|ϣ/j54HZqnݨܠMs% Hl\ah$\Y]nj[j(Ymt7";ZdE(o \nnѢ,ܥ̚cf5pnupw" o-GsYD9p2"oL| -EUڒ@94o-@gۊďb#vOƥu}Ɠ')0\ቴ'\yR'\LY+>A W?rMjt7' -@& lf^d=j+ .JBJBp-V8pCCRV&aa9V5>A;@DMu; gX1UDOVX Pg12hbѲTq"| 6,ގȅh:-l=!CqJM2 3jΨe&ˈ1e6OR I>x}oRLPH" Crl,636qG=Bt„(k`b=զuzW?Q (  #cc4" 7j)O6&|)P$(V" -W*}{ 4D/o )X 3BL 68Dv^Jw݁5u,!j2V!LO;RU>iym.] -5`|L- 3 LL8|1 - 'Sp`,)E_Ht:7BӥS8T6^YZUX<~$ZV9Ki?2Fm(ZcҪ|FڇvF|ˍ-ϟyĸLj.ee4K3%{U3@ZegG=RZu"_ HO9~T5^.Y<$ d3FMc,'v%:%}Xi &fQɔv*Щ]bScJnrE(r~Jt .fIa<4t sE?P9PumG8y4@vB -^~THP^Y\ @9J -O\P=+,3+lr1@JxrնeQoT+W>8}۸dzSwl6-S$GKo|tդݚ`K@J{n(k[[tX7[;ԫhv :h dʌ5-p4L*Fg.vaGb|9Ҩ%aW,PٛМdi -^r;]õ³[ۆz_:NV=KS'h)M0ݐ?6[s`W^#OuPrn wYӕe{tM3o -pq\ICCjѝ]]kZڨ0S3|j2>I4x8`qf\F7`sJIlyD,Xkɾ݂TBif`Ef5VcuɎ{8MԘOTg15FTؤ!SQQ;z%uPd4@c[aiҤI;u5v3.Pg-୎7 qV~z&ڂ G8%b=l)ϖUh 0G~T.H -gj]LVbn-+JY`bnڠvf"Ze)i16X)},SP\)C|vDcgp\@=fj1q`&0?ВI&!c!q<c?@m:YQIс?3nQ~N b(V6mˡڔcx1}ȉqIT]dFsbwJr85@h2*`hx~?BHaw򮔕FނKq)9PN=$Ըrӏw(pM Er EG,;'PU^وN̅";9LV"`3:N%||?Sb륭djr/YhcL,WL70& ͔pTC0A8FwmJ8RXXkܒHtd r\l:YOH*sxt+,m/rqG'Ug]5 % +ٿ,c$CC nf+=V㛽7))08#U [,L3kp₠ @Thon<0!|'j׺G&>wMGfct< j"EoX#EzTdV+Y.^E/Ql W뻅I:rA:^ Ers*-+?޲h}u: YuVѹrmqiUGA?/:n;%O-]9`H*I|mLt;(m%^>.zf -M$1QPb(ɢ r+87rVv{I,i,[+_i}2'&ѣ23QUg߹VYcJƒSW73؊\˘qcܥ~}|Z зGe5]d PW<Ķ7ʳPBG'ƭŇQև_ѾC({z88Wo5_0^pKq,T*+*b5O,?f/M =ř4:yG^HIW/zjɥ ?;0fk^_ÝR2zZs\K<՚j'nGs -luj|N"e6v 1 #Kx<)仆+4[V[" UavGhV\> -q8R:UoӸ"j(̅i9!A3*J2KW SMUg`NǬ&r` h{/=Eq!2X u&'AjKG4xb mHvOCrj$iE K{3nv7Ml /U6ɠ7hx~])q_&`ݚD⸬-.:ⳅ< -e!aÕ?5p-WY|iYuq|eM -*K1߯DvDR#S[5+h`ȀeԂ`i*P>"xg%$,pXr̔QZԌb '& Xt'}qmjvbt8,W9sY<^lL$\2{JB6b\Y "c/+x|bWҫG5#H/X \@RkjT.smT|MP}#j2aceO@Bqo[ǼJN+썴3*OsѩX(GI߆UihTvvXh&UU8uOFCNN6c^oV7uűejN(~V@k ;O&[ӾO̽Gt.q09㒣*X{*2Re\CנGxB\Sh_ve WpY:3%0S GALL[ep;K_@|@i^+MvvOq_E:J0{" -+ dTݰKHgk):8N=EKCt5oJ5f@Y͝ g-k&n%?J^Q!(>mSn!O~:Z ^Gk@G>Ov~l쟍r~w[bU}LBm"nv|,~KQ%b~9 ve&6G'+X+Mln;{<B~U;t|Iqg?reR< ˭ʿ-E,:Ǣ? f< F\n5"d_( rS5k0 -i ]εg"}Z_XS~]^3yt3M}+ʷ-|X.D T-*(^?ɲڮ`QJd]D`W FWE,wetV77^R7XYl&8Ni1D12[3~\Ԯb:VHF*kl}ڣ&r`GΩ\TW(J܉>j́}q肱P#V }*{7JiT] <^,XZG&hc湆nMYX6b\ΕH+&'iƐ[+X.jr7Q覴ۭϞt r!6( 7=J\&*W3~62k:s~X6:489;JM&ZJO)1N+Ԣ):L5+gjv}6 !xi`);*>m'E;]H{G tz8UM:ο /t}N}D -k=j[`hu )n-}ٱS^eeEY([[ -K)DY]%%i@u:OxUⓨ C1T3Hi&rd >k\KGlBblA׌1zCr[LVr4pkYzf8ڒLEZӝ:>u}Q/ZYJth˫kW>}b -B-\xnOrҋj )tT\n5ٔs_|lVKҮ%kpwTWv9~Qg.+d3cG]Ů\_;pVYBJsNUǪ()hYT=9M:ACu`0[+O+QuAsQ4!0ge^<6Jhݷӥ{Y/}JI{BVF^LK S9 -B4eU1hL?a-?}XP?+bB76|Wr=å&6sq!-ikg9Wf*xԶ\-r|p:VkS-%m;wqvb -h;aLףDnmAN9kQcwwBubL@'e-Nhvռ(Z,'ye-V2&+#+) FJZ\@7mnJ*\@H_۾VmaͫLX0jUb2fΟ6iP3e *H#i?9r禼ZU@Hg&{o > p5%@h+%Cb6ز ½9;rF%UˆF -\I"3#e 鲃c> ^A-y%jc8)u &Zs9fj'-53 W03Mײ[%/P~xs'».MI.d ȏEG9SS dt- c[DP &N7p, -)l -6,Z$Hpև6R[?Ja#-XCn!&{ -N}iڨm#jo)h5"WۚOrFfMayKEpmFgD\ *l58a#8m2rV[V#T}ʹtLR%ޣu,LIҊ` tsKvW̵,AlB&_(u^n-rsqGyrMG -,Dѳ:7L q'nD3qf -qfrOXqv* ='Þo%OH]&SgFÆOM=͖ۇ8QYfpc,ί;<6E?Ir1ХyȜ}AE#g9}d|NW..2!.t%dB.t!J.=ꛅ MԷzpRK_n-|j A!a Ī|O}(aam,a m]TˋN<+FhC|ދFmoD]n3i9f1VzMc=JB\:Ykw$k\D[xZQT&7aW+wY -x7؇v-zD~|uXb 2Mps&y_cloY)䦫vP4vXخ~$H]( I//]O=);>/n7^J<&VD]uه׵F\pc9傈 -pmv!w6P@<\8\N_n=-Mт[7B>zt t7^D|u.gKβ!· QXZL Y!0f$Cv \7P8ciی{͘S"f(8 OQC.c 7t#k3t_4ѺKR5mf7^8cfnl^͚{/2,*ԏwAAqbMwQ -iҳ<ؑ9aMz0#_zЬۙRW,XR9ϸ?;g韄? -|J留+ivyE_=44 ) gjYs9y\Z14R8L6bXHA$ YԽrzS.sG -glS&ĸMOYY񬺔:;d-}@$&3 &3p0,@ ñEa8}'*ӮZѐ +K}h=P~qB5@2{+gRxp{$5tЗ<^|u*>S͍|}t~ *UNJ8c&s6Vweze*zvr2|LT@` CA+:ӀՑo+lz,QTHX ;IC<|E* wƷrxb]ņADXxU;YR7Jď 20o㷓G,=mRD].xoONG ?36 @2CHjE|aSF&@Pt?wGr~%w8Rqn;ȰnRmP MPǘ$! d`L< B>>RPC"/NzcaG7Rp/ܛ{W0mpɹ^&7amm<ߜ&J«AGp^އiЏFX3?v,Tm?Hq.-f-cع4bwh1!Ewㇱ XFl n%6;6 -v]W!*?b|NH]Y$Ǣ#Tj"٢s {ʼn9zqavX՞Q'5-EL@|Ec pF3UKfkTWO\p|kim@q[NU2)H0\;Z湆brh\%z) DkJ}}]-Zr-zKA <ohw֥~8ZDY 0?hdDb4]2P8>dܙbY-j)m9βٴ]JtH] ,EΔ~{P2 A&7M 6axWlb>o/i&HM3d%\>o>4Ygy!/UMfGؼOY9DcS6~pw7?1`s4-TT[R=jKߣ눽A`O)t⼼ {&:peͤFԆ}2ҡflJ6\ia7ܐz,!]'o vWΰ( j.СH9ȏok[i \kK\*x_qZ$@p| Oӎo9O;oEY/6EYϟ$CP7*x)~#XҨ.W``J~T`h3]B -||dAP4$un f/DZ?m:C:1f Њ 1Z~7O<&CznOF| a4+| -&M sY6*V0<3/\i w/Vn+-:8rFpX;]ղ߶B?-2 צHcɗ 7':BGE+:f!*Le,: -ʨd6=EK40>\PePrY88GE(Vy#reG+qԹff(R*}ư QӬv%L 2ADgp2u`bJ!/n"3I >q9SA8>uLBЬTD(6f9Lv<#.^0Sv9Vz!Je,:vkdIW-\PT6]: UCc5+gmw֫ZSSrMm7Kނ87MjX2cyۤ}F^).Q0 ѝ646a' 6&>>~!B}{wO+.WR_pW葶<^yJخ>.~#9Lɷ*2ۺtz&)o%ȃF<}HWo~ŖE]!w;1@-XE =z|.on 3^S&pq4@2q)q+F/[lP2eoV[ur :/5Wwe UU/ FA0bҖ$k\ =㊶h,zt۹&h.’zYօʺ+|OߑB4!qɑN xcd\PPua'Bo㯹TeAeTZ2Mb@|HjnxVGC wx':S-42g2n˜>EpzekHA%غNJZ_ Sw{lF2O3J{X|K>@z=RA+Qͣl2j'~Vk*Pp*$ +jq^՟6]~ mv5([ =*Iv C= Y+O0?G{!3陀,~ǐPpEIxۑ`VEϳT,#FJJ@J>Pw#لʇH`Ygq7d AVpTP/U 5C.X;ɓܠZ5:<ćFq4^=H*Zb%O.`QfFgܗnScnW=)JK,b, =@GR>LyI~F$4rz(؀4042.S*/΂I#:C]K7,/E i08qg)ק[epu-[o]v'3o{CvҼ٤q"dv*@Lٛ*PNK)ú\{uY.U:/G2T~"~\@OP~áV0ohփȽR'u V1Znunui@IEWTĢ{mG;t&XQ>;lze*{鍁oKK: 򍲴Њ"#E(` !B3,Zis뿢&sKжdisO# M؊B!uq\TU:⤹y`W_Z9h7, xc< =mHy"yܻo-zFA{`^G -fZOuPpS-ݓWg -:g 2D1/놬z-d蕀%(!CU0ң~"ny5jdx;w$_- W -hq!pfy/2++٨u -IDm,K-~mo⦊<1pqNU03&s4LpWG{}yC%-ÉMsCSrLF:^`9!Un*D-@X/=F_ -L">DM!65xtO 9 4sRd \5zjͱq9${oږYVRy̜"{T]{&T*sn@t -|QI4C=wẁ]X: PQ jfKBNݹw\-Ȯra.9I. mדMdXQStrz|bF\u -.13ͬ+v/ ͏GR7U)>Pkd&BA/C5ң-0e!J2É@RsDa"ZVwP,*4">^ؖ} $y%HJusltGi1awT'M Ey| -nt2ylCSbv.]bNT%o+A1(~xUuOJ sq`O^OiO<7Zxc2tg,.htsKOL8 -.) P%eyҤ=f}EҙeNDdɂܾY}]Q%_LIO_ݿ#|^e(>=/% z,1Q_^zVOiSg3jaARO{4֟hw<ΕA%h1h{8Z{s6)sp!횻w JiLbAݨWuvy{TG{tBmXtO:pu6L",3BJ%dsr_ۘ#?Oh-}*WuDq; .ߵ߿c˲'؍JDU'ၔ0-/ ׊﯄Ӳ_:ʥ9x{GN!qB3x,=vs^|%V3P gkߗ5݌yfӄh%mέ#v޹( >AKC(9X)o.8/yhc^ 6|2:FMe BQK'ه}oiNb\ATaG sۦ7^NF?(%@Օ>%gi9,x˭4ik{T<]$VI&zjTCBty"ׅt8ptvQ6JԛvDL0=_' -&4ryK$y#Ya?rKJHf_Qi00Oftm^{'"M*-tup:,[)u3\!Dn:ڻ+F!B9],0+h*^rzx~_U}b -9%%zχVG1z n(f uĮM})o&WoA_W60pr5H,hZ[U?6vyN甂?OA)/djxSg|f |m½F[jL+Gޮ0P>_%M#:IUU.̵8Tf4&J>&G?z kᵗ QGƳŁQ8Fs {b~1ߙW [3q돭֟o*zl[l}]oya T*0q 1-.\L5uRҥC*e/p[Ŕ0?X1F*l+y+M`gFJcǭ'I0?c?U! - 7*{šD\Sq ђEV;Ϫ4$D3[#*?4[n")DA)Fu2|(&o]`_1BaVB\@wq/v8m:P`4IaY()3$\KntiGMCK6~8TkX_>\Uz3bfD`azV3K&FĐCgy>ka ʰe`\R=&A+yl-Ha0l('n3d@(|$cvH#@t/MóEN fdڋjnOazսI:2˭~tPޖFdi&w9jx|ツȽjEnp-ҤY訪k?IA" ZPJ@fyiRŏ[m 1Ȍ2]<JTZ.@{:A%#}ﵦkiv=]wTEwޙ q:s>޿k\G#:r)!3ܧM'2ShXj}-Ϥx@ڟ)5F9l!U`jUa).TNEg:Cunz1e1X?U¶ -FGֿa<&FmOwDA((2Fl1s""A rQQ1mmYɬUʪMjc(+NPTL猣Xșgf\YnMyx\vJ/C|"+pZ~Y{&~xN:p@? d>Z5e@DıZ$w"tK;LYMqru9|GfagmeM`I:Y`ͿUKм4fWs@aܕ]]Efh|SsnJRǒUۃ&<~7(D4~:YB N:KƊPP'`{S[Ik_[$VGKQի,±!5\BE"~9-l $]NI*2*d U>%Eğ`((IAB#Z݌٨//1bm]VΔYt?h=JfM4VtL8'όq;NLۨ0) -]&VΧ*D$OPD@:j,|_[EWXWX)S]GVxoSd;K hZ'%PU}XU b˟+J QrQ$M fƀb'oQ̋>"ؤkX18jE <ydv pV| K +ց04h^mv2_09T>̃ oK;~Eom ?}<(|t!1+K`D5:j8c7Y6=U2/F?XLNkwy$/@6{H؎f&rJ]q݌yՇx~2bڏ7W;01v Ap|o79ߛ.m޸bD{3aK!b4*iv55yrIhz8zDM6Z,}û" g \)<#NSjOBJ#UtTq#G?;F%6s;'}%JG*h Z@+)](:,wOr)$!/v12B$~ r}?YZ v݉\jtZo.!g\"׮g-záxxXE"ZYvs9g- &+у=@Ze6˷_Juez:z얹#lbEvSs S,Y\ &/~cas 8DO~{%~ -V{ JG -^d;܃s]5$fglO"CAFGe 5+8)Se%+n)8NbPF`,R9EVlz!6ʡ"pZݥrҺbv8>5M"d8-㫥W#UkCܐ YOaCYzPAt퐰殃 2s<̟1i?Q"R*0uUA݃Pж1W7|B۲ލ]cz{Ycȴ" -H9[M^fTȈ5ёNJUoLvwfCl>Cx#buݿ5ҏ[%ϔz:O0~`WߧK($#m$m[ vT^Z?KrJ i=Lbp-iHCھbio琖C%is7;FIZcqaV%mY.ixI{HֶV1Z҆ -iOyH*!xH[H%^%iG k^~VK^ -J6H(IuҞV%m\.iyI+Qy#ۣ%d0ixHk xHsHxH{4 IҎ%iHKZ1]%/I{vFђV0i3ҾT 4i[F myH+%m !y$IG>'F5v_ۮA8)M3d-qi{dݤnpr#Jkᐣhp`OSAnsdTNg_ Qo^2-,\q֫Qɓ@>ɸV .HY̍/CcUU9;AS;<# ->x4g`HaaG_] ݮ=ɇ?!Wc1\"[>a߽7iܖc0KClj@zưXͤkC=eܑN 9̹n?yg9W/ժ\8D_ptL<'yax(MYC57DkۥpȈl E fm+fU?n&Lt1C'Xk#YwFOx8U0dȗ̓ 橻CTܗrz!H%<^z+ Dzp'A(5ts0f _T|8Ӝ8º‰ax )Q%C6 UK60(`zR1Vo8Da<"+&,srCh}PC+CTe KDh3ʎ+ֽ)XG*0rh˭1Ck˒VOAϠp^$-+(3EYTEz~&?X9˜SFDeo-2&ٴN©`<"Vy!,ˏAb' kf -̓rJ0~Ge:&\j9솙̷Yap[<#P= -(5(3y -E-ש\Y&,Ta^sm;\:s?  uh)57W3%d*s|;1'b;~-ɯ"2s!Srrnǚߣ[,+(Y(Pz0t3U,f0t -y澹d1*7z9`~An^Uݓo5oˤ+8+u]y ];魰%`;cuMS) @i֌iÚyIo+W%Iϛ0lh˷F>}UFn1R ,<S`8+QDyl' r.%Dӭ -wlڇ%xG +H^ 5#CQ]B|jed&wѥh>T"kZ2qAEXgAt'G떠vl v/Hf7b h؀!OLSl]/PjSw @*aV -AaFXIժcElm+VzRX | s{64u:xx4[qT8*o^$ XkZSG[2޲5eZ0Л #y˴mjbAsEVW<]ց h}{dFRd%1pS?Lf7 q{r"jZ'pSY1>ɬ zqH<\Y :4X!!hxxeTTq(z5Q+8kQe+mB#JleG6v3a -| rVMA%6 -"Gq7V׸Va~ǒ 8adʂ;n-*;nfHtjEӀgft?k#AUZʜ($`xi݆T7txg_fY*'rȴ|Y(Dxúv [5bqHmȷ?FtђK.dё%j^7R9ܗy# 5tӠݶuڜaVd,:lJe,< >F5Ms{Tzc% 9 ɰA+tlPUf8TA4gpt-pu~u`"#R/h:;&:Ii+d&v!Ĵ}/{ơMk5qsF,nH"#Iks2<@YQR=,@Ȫ&w2Esdp-3 y2gEq1OD7{Zk]"uK [!IO CFt#M7CT"4m!9[= -M }cu1~)o܉Ɉ5s=x*b^u3r L5$D,e&O.cǧ!gwepyF_#hT^Ii *ё]ACl ئˊ%a|1_Pt>7&a~Z0kYZRh~҈!s+\;1)\K)&Pe#bba*ұ|jl!" ݓ|%q[5w>mMETl)|bDY:DH:jЛȃxY̐Iju#ZՖLeDh [p0P?k:)kԝn9ɈJcH`-/}/! -ltJQ\d^jD^KrN6G9Jhl -(ȳ-=m,Kv8!H3@ RJ9{1y>zIYabrI~xK3}t"jMq¯NA\J:g(%$?' d8Fpf 3\7M԰y{;3\)*3wju6KNUm힜P Ct@M%ۅ۶Ux:Vᗷ[u:XJ\b{8̏-tVPځp Iq|;z9`M "Dԣe-U ||,G񊊦O-Mj,#JBJYIP4):>h>Iq AB)c*ly.TwoQoqޢFm*5ˋFS]6z[z^ÞfUI-`s9XӪK9UDJPG*K5R6e4e0aUz3"0C`6o`Y)eu ՙPUv"Gs%]"m1Wݦe>qH1[p <#?c1hY%$1Ś)`c,AD!U3Y lfxD)M]tBi">8GƻBwJ/F -(Ǧ2W ߍ^fGepQ!P - 佰B\Elǀ0fzG[5fٳ3Tf`79GJۅ[pJ ?H,q%E0$8'ŴR'VtTFux*"4'oUFLg!gTێ`.kmHƹ{REPJYG `pd걎b^2g\'-g[ jذ^uF1iwgx_ʭ<$wP{1!ך^vE¨ب!q2Ū.DI l|)+#nQS/N8ȄEX.:BhЮ5o]~O~S?ͪWxl{/Y&5}jpP{*N(ldK!oT=#bYY -U=h]"SDbTC&TXʬ20RB립oLRpRNN]hX'ՙi)MRA #~y֞W]?N$s$q59^70O^<3Q2g_1jqZ4\;} ub`e ,8leyGNG1zE'G%J<o(yʭhY!J==t+ܒ?r(Zvj{gG3Ֆ.,Z[} YTTJj/m}h^T~zySRgTAsT:$9&$v C5VA0yu"8ȥ$;']B ʯ4B$aJқx -e'p~HRg\٘7Ȝy-8XGJ.7U0H$bb o*(s^Uw-bI;b~I`fHcxQB w/Wx؍Q㻆N#Ѿ挘Dr*>*uY inʪK_8[5sGyY #))6T 9Όp`]J2gi|h;,_ lO_«|!@O0̳CPk<(Cg%UUAVA1^0h+H+)MTkcr_$s*qʚ*40WcyŖ?T}Ce/P=n^.7^AcGbfWI^S}O04GbBҶk蚶$ߛ H*4Vt3 WO; -S/8 \-^C9l2A(Re:ts28 ]Q6'l%OcGGeQ6\!^V-6J)v*\jX@Po?vwpI֢-F)ʖsϗu2D;\r1Jy۶0-Ý\/PI뷭5w -FvXsyY\?/,:Y:;}Ƈһ=+hs٘$Ϩ(˒{$';ڒU;PfNVKu\92fcC!]e Zp%g`:UzcZMQ.I`0 -0Ћ7(3E<35=oso\.< b /0 bWL췂{"g,TΌct[M5~lR/GMuo#Lj3ɝ! OS?jGmH0Ew rlk֎P.L -,((-G.Ge'`W>j' PwhF@Y<N35*~mE=GWدlEje'vXe /ڥ[ -ZDR~[YnM3 ikG>ۺ/ Uk= MpE[?uysy; htTU畮4W]d>V~GH$Y3zz䑎#ՐHU]fM- ~xvJԥPFhf+6B(^PXb)qqjRh2xh[@VT:2;I@G+ROeP`vRp1bL+]5"ْM~D42¨TƸm|]*&󑉱RUdJ # SăYcI -3rL5`}d/DeY%\Dr͓]v@gM] -H ؖFCq Y0!S0`p#27 *N WFd.>>C'9a\ƅI.J5>k(ZZUë✏s@=Asz3ZF[_ݜL3JQFMǁf52JR>YXbZة`(,Ժm)$7.8֘R*kiitfN{Sdrp=΄ZCϋ(MH08w1 -+犿(C*AäbDhfGx -je_h!xR u*|wktFg +`O%)=;/!ˑQN]XUnnu0zj&g=S̍R $;@ - }lF -Y#ݮf(F?9 mɜe74[A\ -4C0t/cdzΝNkQ9s*M `bLa8_L)$i'^` -.p䷿9S!CbM #ɞq'ɬev:z[qlCOAav:ɮ+5.ZJPCn%;\lSm)]~AË]!١\\җl~K8lv5V Bn|e*R^>HX`I_~&_TcEڝ~X9M62jvODu'sא7cy'GQ8{}7ra+wb>l72qF<$)/ jm'Mi^尽#wf)4?(,^t 04=4 oXhӈM#R+o n&=ojIc ?\FN}uXz@$ۀA"s,)8ֱcN2B,y`?5L}dW%E! lD`M1EO12R%^z8_֕}٧jqbŬZ U;LwRw:] /aW- uC VپְM)8:~ {PbDuD v]KEݢn- .02v7 +/T;#¶,.QBb)VѰ3!E3GOT,<ɢ -n9fN8&-)2Id4&[vuth ۺ_8rw5Xc"m~<ɄPOsh'-]$9]'⛍{d5f&kL^$VV{ޛPz۵|zt#U«bIa\!쾞&xr/#RT\PwN+%s zWsƢyOT%W.(̃RE6.\]n"33y7llHxA nHC1ʊ`"pDPNoX4fwRS`-ܽZ3u 6zV*܏tGH"qԣ -Q; -0Jpˑ G - kgQjq -$m=R%twߖ(IU}K%VU`^ ->w˱淸~6 -؝Ũ&_q`Ecͅ;hrmrR| iI7ۮcLihY!G$dԀÉܯث_W!YVFso1P";JPhѬq)WC5j#0)^jګ‰vo}T+lH#z[RA -Y B,5PrQM0!~8{Aw!Z׌]^BC -N+_ue; !;;}r\v9#0t/rr_2.>=bX,6bXU83a܅J_j$&^W40gIRMόp]2f%,Q] -aA\>tMD#tIz RUZvm+cvC*N-iWd2L;ฐ+v&a_{Ax76NQWRChn7ԩIYD ـ\-Xj$O"=bnj9mJ ͞#8AQ>0(`JQ} &jLH#8u6ɺa={WAuέAvԢ?ۮ^y*˞/= E %Pk{=⠮MHMƋǚeyщR^=xLaij2p1B/z)_F -3Gȏ\a6ѬGsFeFx@# -'87f*YuݡG{ /^Wuwխ{|&ɿ8յlG_N>f>t%2qi$7LrQ!*3Ѻ4F+G,W";Y۠ˮ3h/B6z@ -nIw~@^tn8+xJuXמr6:SeWmf}HEyz&%^YѷD%ٳctYOxE7sΆ.8 C>#BMUP"k;1Ko`/ԸEk&اZɹT=BvچG__?/py(1)C{ `7 T9E&Z#f*/ c A`r_ qq2rD9cHYX᭦\n5r8|GnIml|gk&e6|ŭWqK}&@7 kޯȐml69gSvZ>z:A1̔<|c:jU0/i2Q{jϱ6&o)NhOt_9ͦE(~z&vOT/ɷ#r[z!^=:-/$TO>ͤƌJSӘ4 -2[^JfC'l?M3ԡχ`n7~!O>'d9I{5 c&&A 2j]&}DBPu7>THlo&tVS%r򃂆Lœ.[lF4[$C(wr더:SFg -0S}ъ$n :(=2y)3ϙ Fmǯ -ap>}- 7A|v)ےķߚt$a"0NOdn1Seʨ{!Ɉr@FjFpाĔt3OKviIIDD*qi,jfE o,j6XT1< 'f;w~8¹_j:hjc]jwl0rm˗œLyl~|㠙|v`l~ƁHm[I|X=|k=vwJFVJΓFFlW=犼\jnM;ӱ&*Q>8tDFLgc1Ӛghv);u=pTL}8Aro -tcD_gđgc -bEyu2RPHy:~} %gRcHە50`Z{|8\D#ma"/rodګ˹e!D?ޒVhm?Sfq3hB dM4/`Ҥ+OqLڎ2$ KQ؅YξW.ȂS};nK[8ڔWNgW.7/@G)4ǝD|3 e_~kUX?(k H휈;o5.>eY^ Zujp>iH:QYsr<*HxB@A(rVyH -=p'd-~l{qsd[NHyIci g;Ϧ])37[ \'u0Uڭ%F)Mԕ>j3*MVR  ^H¥Л;fʃcygbvMZj wŨ۾Oꫝe36xǥleyѤU?Pjy ՁTl~}Ɖd3pQc@|PS 1DuBt@NJ1\z.cWN]BCVZsQLaS~я2S-PoMd,gijcuݖ;Jmd騱DMLv\a [bg!8Fw4X˘Z$AW 7UړxCQN@`RǘGxf}pf -VwpSzE=M*/QEX|ohjcG9S_#Dմq^4/Ρ29LZU;#nd?>k=r+n!d2{% 16eM&?07] d| -?^=H4}(jG"ID'l]wrA/R)]dvkqwϞN,2^$֟׶-S/u+Fh| N Fz"nCOEO}WRCAtSh<~rX 5D I -u3#,&r |&\ 'mcJv2kr. "cbi:Uڪʡ`DSe„B!ޘf2 7| tjiS拯h缕}%sa!d7Qԡ&Sm,Ӣ-C:I_$:lS(humuQ5S2ư#fH)2G}BcqCO_sߚjս~ ע;qa_O·nˤ>qsziV]m50w:]›K4w-9"5%m'!,6t01_C:tĒCw.2fFiϠڐ%IKqK)Kjq>hyK~*#N-J@":0y2ɉ*[hR 5-8$eu}# $#!S[\ mO/ -Pn )/큉:_%-G$_EQBh8VݼT -gs6{ i:2vH\mh5 /O*crˑFԘ?S?~@qj.H`/ED::QIEtm#?_N٥[$~ΧM4O0B6?^}8ˌη_nƞz`ᯀ l < l;  < x_o^Ɓڋv`0 N''o -X x;87E9 K}%U?p p- -X n[Ow?6O> 9<|x&x.$|x;`c`7`S`/3`,s9<~+TWlm6y^ -WYE{**z= -sEjoyްL(,,te-)V-Y}ףZ҇4}j]h%urrm(67J œA򝓒t{+,I/UU\k}AI#q ~zWĘ? ˽5syU1prG*?K,55eXUۈ e~Z do3dJܲu|ُi9ږʪ*j!Y -p BWXS x"N¸cqĸ ,h*-1eQX7qWHB&=d^bH+}UY*3 PV*,ٚm|I* 0 Oj,cTm-*՟9w9_JF`ݪkeN杬iɕf$*fuCP#a[&gT5t˶0֌U5&Ѧ!V&%= ݽ^*|A$l8{K-jjQ-r>C5V<ۆw~9ƬW6؊!߄@Iciq9%2U|J@0Hz>d[sVɲ npBoS&4J##+-f,W7a,.z׏,u!1L5GbTx -s˕DSkءV)K#u&/CkOUxEs$]늠 x(\- ]QNQZ@ }2Xn={TYW.RGYtsW/[x~}y= VMgm/Mj]~ c0K>op"J+`^:z3$8wMQz"24LaJpJ\d[v, 5 $Ҳ3GqzXQ"紈<2@ TY[YZJnbʔ+t*.-P1.f嬇7y}~4wy'ʕ EDUb̏SaB-)Ave@:Kـ%yR(gB0^ry )k%V=Wa“IY<\%\dFlP |,VT 8|#faƴ$ *{32.PRZ{]ꎽ#@@>h54 јx%p ]FZa( -ZRٷc:\[߀[[Hf8Մ\.ƩV̏aUE=ܬACJL j$^-ì*%]Fu0`0M^hs>zI5\ଜZ<)S -MaWm|V/)yW\)Q[,MwMoUr$KWX+HCE[-~@vv|&=53Zzrf154x ™Ks3ZNO_HCy>)C?ˋ@opDqBۖiȮZ - -3/ Ǔs)_;xJ=5,2AID-f8fV \2,9BH;+*9Ս<ҧupj`ш XVS@IVV&U'CxZxG?Q U^Y"i9+ES91;-H A}I&}g9 _wnqk&C:A&/SԴ -;Z]wVq"b͆j)3 * -eEj*r)Ux$TEuh q5¬e@hr6\"@b JH0I@EMPTlT%W *«c\8ܟ8!:(Zu(L'eJJc\!ݑ8"W>O%;x\In04?c%.~x@r6,hE>.@tZo1jHwv,oV. WACG:J@,7ŧ[^SnDK7e ^C -8_JGZ@rϰתf w`Riٙga"gufr1>TY5>~pL,( IIH#: Ywߌ"ָ=I*g䰺^Y-7y&.枝vU$`W 3߲LRQuH>4* P 0ՁAz5k¤存V9׻@kl S̵do}C uUΩ7{GC8\Փ斸\kUڷؒ.IYy@_lx6CT蘥"cVzKFI}3 cVGm@82R 6η,z[cME٫Tmq!e:i -EHXk2P=,0!}<~{FQ^Y3(32(bI+/Iޛ] n#b>>|\3<Ϳ궼7R`q$cc$& eU&[ۆb9[榁aƴT :gմ"_iJZvZu.t8z+df/Z5$O3jvMqL<%L>e%?q aq(I1$q<@q<(9l',y_,/M\p -M//HOjʠN(=&6yg&痗݈k۷`mU28E\v=*Z`E4'I#`Rȓkcаh;gmVj!kZ\_MC%Lf[v} @HA#FY@.qӫ1o ,FQ=TAݹ]SHV@X2_[ePL|,m2*񨨕动c2EuT zYٝ$b@i\cP#"d!*O*9V3K֌%jK");d[*_*=oTMT:J+r;іAGtTiZŵ>.QC7JYpGCL%͂"\##ĆS~IVՕ FQRWèMb骤R$^e4]5H$rx 75hH,zs I(W v K3% C(\xO2m7X2i. b!t1rwu=gfa,Ebт@?QVEWPD fcuy -DSh rKT)F#9!$_4#Wp|J0QkvM䋼&a!yvLaHz!;Pݹm$ڌK2C -lk3[[¦HEΕ\bhHJeWf@B8`j@m=ґd 8'3ٍrD5#)cdpt/Hoq'!5lm]f;2;xXkBJx"W|Ez$ +sG0]VP\H@DYʜN0@pH`>oX.M+ed, btC%c^Ų8L,0 7Tse y!UZê05E!( $DmLљpNOθ@v[,@y$pP R*sKJbc,oqقPcK&P@f$q5Y@\yT * dBCSpE(i0eI(٫edCTۥ%!f&!N\;*2J{%FsQ.m.lj0,B\A(\s:^}BorW0 a$Þ*Cfs[`VWos - D - °5=?"uWRUn77@漨r62ΚRjUNN~o|D3>qDņ XO4$+4hg[F ю/RVH}̕+}dY4\p4(etu\VM<5&1lUn?RkvYg(g7b!WVXVCk@?xHh>]-5%2p@z\@ǀkOO7ĩ(9f}^Kk"PsD6Ф"DjDkRO!X<}9sZqgΓeQ&3톽n ,Nq"mUu+O,`.-\ޟ}uai-"3snzy3'Ԙ0j0JD>IW÷$ _QՄ5<;])V -Ҫ4,]cqqt^%ii'<H i?1,+Z:彺U.US~z*\2xwo^v f՚ 3Hh9ert@ "TH}܀hR"2:P@$s<2_ Ueȏג7Hd>P>-'( t+" ?h1J.B1Ux0}oJdjH_T$P_Adې\yyb r #eFżoʤSRЍˁly01\&ijvdL9kq a6 KVR[bm"q\qCr3\di ?OCS<_@bB_Rn]3T^YA5Y1[X -249)n7}A8,p (X3ضD\FFRY˪&Q{ֻC&`.S2Yq6ȼ.;&?c2^$Qb c"G@\ƙvRϐ3MD@ّ-zĨ4ddHCE).?`,GaiKk[EUdBBr+ * Kҍ`GAb'ո1s$)cP28Q-I=Ԕ/,̧E=Y %mɑi~L"MѶVd:ܑQZ&}ZGV=Ǻn<<_"TE$] cm嫾+$M1R>ޮ>z|9s9~ʑKxzWbL1ɧ0y?Tya{ .S>?^:&,>Il~C5GIKU2t;I *ȦTs%޸V|&pPHR򘂻DB5*Ti%!Wja\/ՂY}$ -o: ,S -Mޠ<ӣrȣǑ: "'%Yr="ݸvXO4VvVCƆLW4PcL>p -ܩ'j7eWg dvԮI$N-x<&xJJʱb]`6HJyM"ivă#9[G@gwwÐV_N@#{eMV-٩RbOT -(rޏRPQ)+$w<Q@&T- ]4v5ݮc ؤߡ^khQ}UHq>#I d$ܓf鼃B+_ї*-槦2%_\'-L?d< d8&kjݬ^@`$5WFרE+o]NmeeTboBx)<4*ޏB4tv45&+$=^M)^U/>ɀ3][tKtMƧUh+(i˪fvs@ \<ࢱLjb>=ÿ&,%t$'_²2r fJeeN@+Kzxi($=5X!U-xM ٤AI '+n<>dk(9L6/J+}ޤ~Fw0> DCΎ4[x{ia#)[nj/)7/@CWBrJ -U gQ<so&[a*-?#-JVn  \ n* .ٸ 7CRŧN}|rɺq':=܀w- hSJ>Yj>ҳ*Cyn9wﵜ㮷>`9khsS5985p Ps"WQVK6H~k⍑Xf/-Gڌ#8OZTK&Li,Weuᢶ8@8o׫41ί#]L[wH;ߔ4PHsfqFP7{P?JOI[*:v=0oİʓe2ԗ'c(eja$we/M"_b{E{ގQبOn_{%vv AO8"1-QjV<ݴhx㩞|YXUM[XLM\ dN&Rj6.ruU5=~:YZI G[hu,fKR2W$_uC01Ůh7SD#2ݕLk 1?ݺU*-ɤ(R*t%qދF>ҧҪ[@.)JYX/46~.Wx'Z9:?B^ȄIé|~)koK's5tS@ Ǟ^jޝ Dشfb]ʕ6DK7)S(IH ]DLt+-C2Nk(i{6mrz$l\m} - 㷷%6UyŅLc@1^gK7|o'7MYy{ -~uܞ4_Gko^;QVSmN k;7yF)LJAS91QcEb7~{#S>gLpT99 fa_N`^~؅K5\ lևLe H:mYBNN(- O EB[ bR\M=YO֭rUAz`b34ASMV'wթ涚C҇ML^:ÝgZRqRl%x2XpRiԛR̢S@KLe:mr KC9\?c5!߁'r'v -wssӅgw+Njʗ5s❢<&V[ Nq|lR{XO/]Rs{y&GU"sۤC|R9OWˏ[z:;6Jx`*YfgdA>,@tANOxļB$S[L#f|d{N$9}v|`2=A_;-Ny=!&[y/aLr26@ wꝃ$=P}&'%k'l24p\fVi|Wp4k*2fE<R΋u% -!UbZeIfTL;g,^ՐC*ZK`gFe ~Up`"f'^9|\jjXT%FUA8}Rڐ>'6_0aG~urEK:+g*<+mW-s)޵_&rwψ!K=%1$R-|'K|~x7Gȣ,qan`ޑa}4aKrAtymZWW*Hɺ|HSǻaiPV-A6Gw5n=xn2d^a*ޮ*彌 sXEO+X:K -&Sg) ) u#N[2ޠ9L\:g\k$Emm{˞ϑCsӓ 6rϧ -nPS3tjRg_~pCW|M|=|13HǬi,YD*5E4z3tdA= #ܴy;TJpAYԔ!c婳$,> } U<p{9? -w;硔!G_w&s;1dxBC%E z~r$QMre$ K*M-,Wt:sgՃsnsr5fAXCLN. -B2o0G"zJ@ּqxQʧO X\A0 Ѣ0PM<:ک\G_QQ6NI_5$K%LUnE8@Eu5#Cv)OB-ڞc0,5ss(.]"ׯr6hժzhs4b(8ãYa-5frjȓ`؁to7n3U -tMա+aL,K-ߔ"(,\Y[,̊%c ? r?Fs0 -@in -:bmp7HeWbُr(?2>R#Yݢs5se?@dz~)۝$)!9]^Bs:ҥ3 -I𝙘Nͥ 0 q34M?sxP_SG{r Ώd! j\66OV!gcxhI/S|:WZ=eWI^>r 2'"бwz\}$82x.hǩU%ђ:C֪k&QiȆXP! p{+Պk --Y'Qu&噘f>̥iV>oרn^]_cis ~f'Ve< ȓvr;{CH OLMz?2URtpi,@D!ɔ$Yә7g*;$wwOA?Uo_L茬ڍ$N -xwmd+q6Nkd:xf9|m@ :))>MYU"/4ikMɝO$Gb` Ũ~Jx3s94`Kr6{OCB1 6Y9˸KF- kviVJ[cBYq .*TkH2.L%<ͅH"Cl :5:dbtSRyTc5 -31ZZK42_9y]##+rfXASـߓ-bVil8xt} Hʦ& | yQd&qry=7l.TnDN킌L}E[_m}NX%Hz*υ3 G߯6L=5sneǎ6OϦ&giΆT3IOdl p{!Y9 -gFMFް6pd^LĭB/k ΞwvKĀx:h}#BTTLYbbc+-@[""7KOжeRސy_gDs\ \BxJߝp}M(w0vb'*"ϵUzE0:)/^&mG엡 7 8 cn媯Wӽ}TMuző&u7f{HMm}i_*^}m.jy$^:Ҥ6=/ɐCW7y^ދ_ooWG>=rCnwţp~ojCjd=mu1:5#@8o Gw[Rbu%r˸їs\]CPç#uj]xBӺ?{ݨi7fM?H?~{4v};}LGg9-g珀--omiikip?}H|T"#. "-"ƻ"~D<,>'¡_O/'EQTŵӡD>y/&^)~/#k}oJ|J|C%")%dC!'DF ʹ\뫉nyeG!|D2E.h }GBl',q"*&+;p2O~=ԛ8xGVa--'B -uGD㽑"\lt߆Z~3򕖧Cw\ͷ9υnn o<2RmC'_ Ge!%xx%~kKe'[n #Ы˭3״ so__l=Z~ >υ·Éb?P8X- _~=ȗ9\,9{b =V=<p|,-G"X/D({ڞkt$'ojɶچoklϵ]k!"BJ៏EoF6r,ڞjnn"H[ڏf8Wusdmon/VZhuz:@Gu)p"o֟z]ZWkۓ]:.DfJ?pmھ|LSkwG>h/#ߎd/?HwgʝK_jT۽wt>:ߞӶ[;?ۢw~8|c#m:}uێDv<7=}0S/DG蟵tm_t-Rۗ:Z㭭oohk{wE[KoiF&ZoufSZU˴Fj?ڱ d>赾D?n>wFWoiwk5[τGwJgg;/:v}c=z=яvHpם]uێ_j{Zcȏt< |kBGgR;8t︩bl=u40?5.]Ů:+ƞKl:g#?H|_Lj˝ukD{\GծO nvQo/u}ŮWĺb?bb/vOvvv%`LuG3wc㱏ws=޹/bcrwg}c_ut}cO^#/Ɩ'|F7b]u5_m۟#o#{Kobcf䕱Bb܌_#X-\lYS񿎥^Wǿibm'_nz֍W O?vM{ +ď%M\wt'HOn1BT;]7n$ߝH-'^L<%>| րk]}57vuݯwwԾK8?M|:|#?$޳3NsSsāҁ[Z_<yl=/E~)~>/t/x+/}#x -?oC O'=omyCK!^?`;|>u@=tK}zz׶~b{[ۺ}On{B¾k}u~-szZ}w} }5ٷ_|m3b!/MקBЯ~{qouOvo/oСC pе~LTtla>;Μ>?CCo9CB|ҽxo;}o6] {y裇~Z`Ȉ_W?{ޯ/0;y|Lޮ;_Lxùsço}ޯ?M|W9BiYk}xCG~o#?G^8Gq"u$ԧﻱ/wO}}=җ+^LO=+}zK:u:Pd1dZstW4oE.PH\\%G"ͯtݕ\7duoQx tbU{ބsUzj+#5iD -":h՟Bj엝r[v߹TK+ -q?pӑ|9cot(Y Pw -/6x5oNK޽rL|s֫دxaoBț[vw<K]fl.Xnivzn`wo0H{& royj.=X`h^g/nZa ^ީ6醺4ݥ-*U}FF(~]Vx% kq"StI.=&2}uȽPyU==#7?&7ϋ!1+^FŊ !1H{T8 )H=QyJ!M I1 #8 w.qBx$Ni@=gtMYȣ,H~:2.~}3⿊C91A`&G7@ H2QƏ#E -HZyHH[oԘxxFXhrA@ܻEoegЍP7[g `荐VD3M2~q#†Ԙv:eU9H9bbhh}b~8!hE!tc.yMGgGBpğٸ\Ǎ/Ñ_neVR=?pMt]tmma޺()D@HQB /xU $!$4R AA@  VPE,XDQD, *޻;ݳϝ9sΙ{v<7t'ݐ149%%+L:h -=@Si]0u܀xREө*!z=h?U8z$Ru|:=vu$>'+̂K-1ɰ x,սϗ沖~B:MI')S\ЍGx X\sݚ/O4ݨ>:ޢ|ډߦ+J`:pÄF3?̢t%JxR1WC `H>;wki6\yt-s1#{zy ?ˮn6bƐt5q:_$cdE|1ze;F}+i OmB/c҄R;V?~}I_vO1^ܛ8WpmJ9P-dAy'<ry0䳇2hx} #ypauCu;,LJiX\XuB<8J|ԏ_hE9_i|=ES}L{'ػHb;٠r䖵>Wt/q=TK"I3|3PF~7t*M\ѲQd-sIȭߦ˵~7'H#+.֩ѲX?S%J#y_O 4=Uq$^c!,]KJ_Hht5&]%x2 i->=&nMѧ-ỲG]e,*5Oo8JUt2c$#ai MђIo1-Dgn[(osSGHʘUw^UI\]w&AiZv]yJc|RtIrͥO_'H=`)tdܶȍs`,H)`B[fALH瞍:{#4s\iqBRp:xv Bf2jn#-5|r = SDM"x'ENlqgIӘ1xYh2zBxF倏 }i5l2)دc(.yMoq2kuI7}Sc8@ݴu!hY+i#u٧Y1'}B\]|4,*,ff%? >y ulKZhGlg [՝/@~=l\P!ؾ+b\'Uw+Dvw(3Η̠)o%x"p%'CQ.\..vaesz/a_AlM`w@WB"8Rg+=EFtd d -gev6u>t i[Eʷz|7[ldI_ʆœ 1l% k ^kpڑJ Z/C e3Vī gQg6|e*ٯ5soIr\: 𔶔Df7aŽz`Jxt +m5q+yw"E rdG&'Ȥݛ_ C#>X/|$# Z%R(/IyYj+ :|9Z6H4Mڝ&Rωx xV:e\_a)\ݙHͰ}]{R]ߗ!Of=)uuрlBPfI2La [}|qaߘ9[k4Wg?jOM-cI(EF#|._ȗbXND)'ǰ -~,+?B~%_g=N7#~وXb4KHT= ,G{vˉZ[J;duTNyvVREi/.TASrHi .fQd]HzA{(i%e=B2ߣ'rm)52z+'6JZ_3e zc|*+:YZK+NR f̈ȈpTOq*6/chsyD}f WGlsІ\n1"Kt ȕ-wŰ>K7] -j+[~x&o3MW;p?oW#2g6ga+v\DYj Ԭ'4&{}jszUVRxu*ћԺX ӚY t4f6'CԻn dQ3:^8-C֯}nEKm޺Z\?uNVt>K}TS׏u&QZM<yTSkQ>L5]ce=StsҝY7|)vV_wsɹj=PpWQcvN.Ø6< xá4 ڙpu>0C9p>F=g߃3eaѾTUsem6slIjG$`[g;FzӒ~mte\_ r -8J/i<-⥰ڠ,yz=z -F<]+u.X-U E>^|+xkMӲ3vԉ6o TS sݥ94;OvG%?!I$KZcm9J"nM V?jb25/ի빺{b=++c ?❫Ɉx7,\7.#(k8գɟRCo='CF/k2'uu6 [gg+qxfWUMF"ru{!vz1_Ӧ8x'x |-SeNE~oh2vu6x6˲i7CLܯou5 _Aj,bjMF~\Ǟh4${7-%#WgKƺf;lO# yS揦Jº_aGZ^/O٬75K m \&#D]e:9ᬭlni>ed=nsl:CƫC^l F?2Xl3Qilm}7f 5 v6n<"w;s|/ цE={KCbF3]nWcրǬ j8b"kn'p!^/+J!6j|&Jⲷ؋r|)z om1^ū/g!rcv .BL7]/Z6 uMSԕȮ}hL].ru]˴A6Ih"VbP٫*^hyjUTWl#C<6WZHDmd2v=7(`k6D2Qֵ ([Bѿe#@0+ͽSd|Wggbs?}j6 Z@L+մe7 APs35ټ,+8 &WNAзqrk># %fm6!֣S(涞A;HEe^2uuKn(b/ Auuv|'ue A %{/ -A U !/LW1\vZ.DW1\ۜ..0]pf<^b!xa᲻xxaᲯA U m~ꒅI\4c_:_y$|E$ܐQw6_Fk#Cy$C,2&TfJHI2fH4&͑JRyP)<{lϯ׫yYYY\wp.gg+eܿJ{@  sV38g > ey&J*ʬU%N V^2ϑUm}rڥ4GP&"k5YԚSckU⋨5n.؋%P5ӝ,jLcSbYOS׶+uڞ ۩;|~4~4[F_C+];R?ըͦ[Omi1ujAzO_t=c2v/-@<ȡؽiGp;#i=N= X_LC!˭4YsO`=RQXgW4bQ$'΄hiS_ClTWHϺ>tM(Miݭvr46:1&OML1:^!=a;Y"6Fi^VB=rw7d!#ZBzehW -xHQ&z@[EWro;.X/DzXUоU)*{u4ђ]0HR^W.iU[+6VW'ԟs4GQ2@S/vYvuGJOUEn40Q"zd>u9Kt:kW~:O n겍:!nRUq;}&"2Y/UyTmX8BМ.KmbMvWrTtanˇ(d-rvRT*C4!}RR@wK>X,w;Eݲ1u^)! -6&6$8=\BPHj7fW'.s)y5!PO~>{h&,NOVCUu7}:FF},7IS]e3J4{g⮲ΦNvXn-Sfx GwN[ck5&d0&⯒h/0!<l Uo~P$}G#OeSdX^ !#ij Nj~Al!O:wbu._L,qm -&_?#G1F/>MB* u>2ݘaGlyhxyMkcYO -!KZ^jb_jԡmzSA39yuZ&/v'Wo 5:[_"d\_uBoFxW5yC9+md|b[%i_xPCuͣ-b%aJc&Si2uߤlqGY >ct@zXBPjAuQ>+ftg_"mAT>9b tP< )}!m'S_:*!E8r3(b>v]K䘑G,-qTR=[BJtuNTP׆Z _Z1Jks*GḑJF9׶r^@j.8kXMqgiGLVĩs\&Fح12 z\ka c4f4$,FF6jQU"U;I.IWpص;=j띺L](|~ZlQ>u΢Zps$2hedWq=WD%k* ;{B xOdxRWkru1Qdɓ5!W&%U"hWqu!E2PCn4P& jjiHch-V'#k5hpjZ!NHc_O9\Ž}7#ksE4GSGQu4ªZ(U//uGբ!N&zqAtZ(N32Fk.z᪏3]gIG͵7)gttkX>k7 -9F=j`E4U]0:hA43MͥgI{+{Jx!N0f(ib:؟˭_a#^5IJ47x5?j'L7 yǿο̴St !:WG ut'Mי@BYFT=]gs wjK}iL-Dg\"RuQϝ3N|urUA=uBtZ`GyZ+FY!R~T[p 幨B>A] BSV{Vg{uXcFOB6hȢbQdcc6:s,[Y *^셸RMv=}dcdYQu҄Th3s#=@IsU4wfE3S~q[jÏ$bl537~0ª[G;fߧVD?:8OF?Q1NcAIw{7~~,ݢ?QkgwZhH˵% ɓN u\z*]rê\pJq)]&Nd/e씉JQ&nJ'F½лQ9F|q:*%MsA^M:i4Fsu裪}NӤ6KOkuT4+r[X6YP;-N uIr uIrg r uIr uIr uIr uIߢꤹP;-NJ uIߢjD4WpJK֯GYk!jiA@K1N\3=.^3A ^k262ŒG*A zgޥƽc!Q_/M g0 3!ܘ =w-f+y p׺ u_]u³8{2yF'ZA)U8@m^Kc|{?>36?o$c2c¦d )BjH%J˰BB%T$U;=9n}9u=|}9nӈj|:}LȿN| g{~ Zg'ڴ6ͷ4?{:szӃ OOiʈh5-a:b|_tWSÑA?{.'/Y0ƀ3.:0⻙u#^8dfXsiK{vҩʣDXwuؐWQw\g짟[ҜOueX> ,;>H'vCom̏=6qk14i ?LZ [cC$nIv׋/l{.'zY_$/]uѳW>}owG wޕ2<5-=cDF=q'L4yJPGXxDdgmK1)%jVoM?ZnNz 6j޴YҲm۴m"{}z ,'zgc.e b#5ɪwF:_b\||_^M^e{MKmD".!44,T׊숨TGGU½:ۇa^cyOtFD 57QV>?,?|~Diqe /^Q>?,CeQyoxg#_ B#jN譓=kfOO'ǵ&x~߁Kޅ{y;b~Wӏ"[Do`#3WN-QI]nZ_W@Mmr1wuTθ",#]<)9)-J++/yz{]-K[RyXO2{wBl<}{9\-B8߀z<2qOSjRp/#F)O~MۭRY losRE0*Wiby~;&ωV[Z1D{A$X-*9of1_;7]]Ac 7T|w|1L&n  lp M*M{wuի[O9Y[I@xÈ7)ػ'HQ8sKq^Z -4א\yg72y/Vmjaz9~< -E<[UaYb7QŞU;@߿7wvZ(~1ry.D|' r_uaHn&rB{)5miv[ʜ`&;g2̔rJ%bSPJ* !'m|8z%WesG(W֖ҷ,=x'juk-bszO_|mzXf*㓫{kl[_Nrew#AAE VVP-&<ޛ^W/Yv!I$^#seuu/8@x=G;hP -„+j G^h :h-t2?}ttT?]EлX P -Ps"P 7٠@0]@MA@Ѡa!A#A@AN,P[P #Wh? -:\Wy()P5(.VGHP!;h3hh=hh(hq"P>h%h -hh,4J 47zyŠVY =B._P>H-sKt th?h/{- w K`г 'h1h.( - );ʣ#=( j - eih6GГmO@{@;@߀ zT5d-f%r@iL\0zt -mEZNJ@uAP!vDm9Z=J4Q ->H Gm.;{hs cMgF0v/r:1GXX`ljF-^f; -o'#^J2:Ͼgԭ W i}ъZ+ѯu5f_5-jFFjl}5['hf46yF{yzF}iilavs2tvNkFmlEN[Hb:kIuHN!:MGgݫ:KiQ^Ӫ):N2=i&NKvLJ:]٫&tznJlwwY3O_-~5Xl's#ilt!`jPPe9 Zn# A] fCrĺ3uy`+5蓭[>`4\ 7`aM,q-\ Kn-˕zB,6 navXh B=YXY }yvbV+JsZ٣ufXٌ + ۦ >|0> #{^ jZ_s =}oUBBZBO}ޗoPhɩwo_7+? @ eVV$yPdq(oTOP?F&s}SDs<5oz 2[0LbJpL}__&Dd\*|z7_GWQ|Ծ|5;_GmWQ|+j>[>d&_G~WQ||5uj>jj>j7|q>jЧڪ, Dy~RԷQBLr>*R(—jr>i\+zIS 5tOr>-#飞}הQSɒ>h E>C>V K> - PG :IU$#%}T. -1wKO~vc>A -P! |H5ҭ@͇.P!1j>$@͇)P!- -|>e}j>dP)P!j>d\WCT!L;]6#$s!93J?!*SM}KIϴVCfQ!~|[Y2[蟕!^!g>V҇\]>GBFr>' S?^҇yp>dЧXn!߾#LyWqBO%39i|ȉj>䏝j>n/R!5|H"5SC;|ȥj>䧝j>[>$H͇4*R!|HXH͇DEj>"5л%}ȲM}5&Cr>r.SCb| -'TQpC }pk:ouwQ/.\+=֧q|U&uaSZMEy ?eH\o I%xYߥW]|&SV%s'N H lWe^B/S( -z -z-^?֧l8\<Th' -lG8BeIB/.zIb*|$GyίLb(GRpr+SLf\qm=Z􇗄O=M2,:1Kg/[ښ 4嗄{_32'V7$4tg -E=f#$W@)9.oǸW%EH>X%"7ɴ_{,ʏ,">E&s}B{{ -ZY{n"~8|5ϡw;|`C~Pj>m|ա_p@o}c5xС/8|/LS3Em7%Ϝ$3^/gP,=n,=T{8{NS-mpŽMNΩV92Z[T{{:^S-uŽNǩ9^S-͊R{cdܛ'D{:Xz^qo{ۅdˌ1qX簪1}`m1|;|!=8&q|?"Q#G1G|UmU1cJ~%Q̗K' 2% ^ }wbs~SJůjHxwHSI>YBɦ~ d5vx5Y_KV%sl"- -a!FaVHN f$Sf1rZ3$$Hi9MbH&C)tP*kM5kׇ}fdzwI_dp“DŎ_S8U -/pbw -/p_zqb~s'U*MqX/#'(/X1>m˖}-?oP+e#KL+8t>í\tn]'8tDu.N8t1O8tN/AN? / ~󼺓,s>|KPU~[4E-sby?rS-??g+GW>F~t,|e{~Opܸ^>g~n9yط};)$G9*DK-ps>a 9ݜO|V7ss>a 9~O/ܜOܜO8|7*dr>a~&+ /g^)VCX~>z +?aB6ҳ9|²l'zuZ˭;:mi#/Nor봡[:i/N]:m^nvri[^n^n#~|]|/(+t9c1?pEc~~[_ 2W[>XH:|Gs:<?Cs:t~Nq~NG9ttx,?kp= >`S[jEW<*]3c=1gdnHÏn*@Ra:[]wi"}Fry.wۀ@<>}~o}v>~Ϯ~ܿٝ9ns~:ş|.s._.|?p'k~?Gw ?s*~s*? -?&m;-}7iL7ix<]en oDV9 =_V`/:YY-̳:*9<.囕Yu4g϶|\R7+;˳,%ϺKsg-`5%`5^ XU7ɇq>qC^q>yC82g||HwCq>$·}Y|zC|#)/Q5V '>$S`U%xnA>+^`2oć,Yi_} -w:VzS]L>ꫵQJ׏Gw?M:gɤ??X3NHFs]!?)ҟ.[Hx-1B=%+|l"&q>"Ƕ(|l"6+|l"*|E ?O>\8ۯOq>[cq>"ǖq>W甯 د GO}l?'>7>_(>5JX(tV!NW[8]mtCtf!NWդmCq##!NW -q::58]գ!NW* -` ]PN畿בAe2=c3HwD/3ynV9/)y+Z~r wzZKʣzS UG:QJ܏}%xjAJUDqu)OT; ^޷UǕGSUPְޟW } V}ږl -<̗798R@/zz*aT<G82;#x.L'#82R(#x.sq$;#sqdM<Gވx.H\i<\&w%X~ G8,^#;Y쟚s/"%D+ X٦y[Z~Xi~'o qdJ 3#Yʧ>zρ - wfFG}:Y <W+ {?#N\٦I\Ol$.6Ll$.VMl$.&qq6<8&-85II\/ݒ8lgI\=|-0S#}'cnd;9xFӍYNN7:9tcӍNN7Ս7n,rrӍwnrrwrqF9p* -!ϋngpޗş'x y>bM`_ΖU~7< S;tZGw/YyP}/yL+y .W2^wʏC `w?cX%~~1g"߱0 <so?&}CpS8b~G-c98Xǚ>?q},_9~>?&8xw8q8xX"Eu.r:0<ӁA t`H.}s9Hts.r9?O{Թt`N.\N&r:\N,t`y :#y=K%x})1c:y}:FT:%q^c$(1Sc,R %*uʗ+8'_'pg nLt#/Ӎ nlJtcm nHt#N7~It#FMnDZ:8u[n.rpt[:TN9u~:}ӷ:KnnvptNϐ4{)ܧ'e"ץ%g6/7MJ:NePg^P~O 3qw}XokWufHL;-|At6w4B;~D.^TK\hŋ\hŋ\1ŋkx~h?w%rg"/:'r%nxr]#r]EXCeXHp-r]l'&r]&~r]R~^ E:uJuuHzQ=G ST«m=>Ӯ-뱛O`qvWP=Q{h>(/ݗ)>u߽aOwÓ}a2K8Udx'x'x'##O~)VB>'PS׹fT-ϡ5T|]0:{R~/BD^/}縉ߋϥr([wUӸu4{4ܷsI}<-iݐv۵ioH܏5/wY{io~@ߛG܏O>\_?WX? W9X?SLϹ(GGfy|c/6#;X/2),2Ϲ]'#Ëwz^WKd^'O13ywL`/':fܾ giXogֻ,-ԖlkS6kSm'1mWO~j?(3^OM1#lh~8f[_vmua^vH9kq'!v >{/dC@2ǥ v_ns. yDsw's]竛[woۮTy5l>Enm۬=7fx|Gf?#?P.K!{9y𮇿tX?>oP>~R+k>]?8=~f}>gk7pEgϳOg sx79x;ŷb?=-3opMtN!} -{7/g}D}|Yg+ cy,{8y,!=F^K <9y2]x9wy,70g]ny_ߝC <#`Y\/)9y22Pŏ`02%da'2繫X26f%8_\dV <)XV2[p2׷G/"y,wM0X2b~jqy,gSFf8ucއJx_s'??<)|^|~{V=)ޛ[_2^b汌s#P%/X>=?ł3 ~'ٜ_y}}s/Mg3guWq+Ɛ8q~/J?Owb|Mѥ_y>#o|__W_t^|_rV/_WQ3aL6(~7M/T|?/K9/oU/AEv|oqO7F{)~ w'X}s{vN~0 -JʼڑG>[赬Y$u8? -r9i |>RD;X/'X_)x&yɂf_!,𥂿 3q? q+FI9xNIV(9_[q'8 )8=O?u[P)x|j  ~~\d?W|;`?]9_:? =_);㼽HK@`\G -~\s{]_wl6,M8]& -~Z+NFΫp`4%0{Pnw=sy+OQ|Os勂W?3.}Z*VF}b?gl"gQӜ_mV7*KN0/?8~#߫cDYGܬ]ܴj_wmd_3Lӻ)7/(>1[AR]EnG_;r{)t1G+cE -=O=({s_X)h@ͯOs{0Y9X!wOg'id_!G8ܱ ?[M9<>0Ac羑o"|(ǹ|Fּ|f8ܼQyx/b.oXXny1;-Wbs[Oif?eW3"Ns fOvS<>QYŬgԤ?}&S܎8}O mfk! L{#N8s?f?5<s[%KiOP CAGBB3y%th[c/o`\--Q~c^ הū^Wӕ-`bݏ}s_WFLn N -e}v%l -ĞB'yJe/T+W) ZJpew&qa'7=O?Whnao B@~N/_}K19ʞ ޾|iiwR`CI {=nzG$Ok<{g'N<$ ľ -dꜫo\{|Lve{<hR*o`FÞDG\eo$HzI0:^@c0Q\9%KƙD#pĉ'=-%NVzg%EkŰ#O:I|lsMOd?_;&6N@^BHgcHϥ^/;`F>ğIw==n#{;u~[$.vb_J#:go_F yd!d?.#se_ iؓSNƇz%d%ٍSCڡX'OL'?L'}xq^Nf rԧ۳.!N,i^_"|}8H;dߘ; GIim'8&}z _LE$~&{??h dt5_ >v3wXo5,i'QnOבr9 Gn6t]׽9ד87t#mOƩeX7yh!#A h- >sߜ~-PO8U ?йy]mKY8k].t6y\,a9 -%Xrc\?;RSxu?y.٭zc4Į3WNC"v&~=ʮ("~Ib8Z?!vYe~eާz>;G ֎Į@z#n%N v=Їu>d8dxh8u?ؽ]&qtqz|KVdNڅ~(otsхO7oro*CgB·.B_yMZ =BOCϑ@!РW }Z2C]g",`+L,۱s:?%:Fw?ϡ - NdžT.'b"zY[GWSK|;?0> ߏ"?̦c!پnOuv+y9|MeR|/"sIXR,Ӽe&Iy{aeWL0oIZ?,OF0)EǐB'GYD⧐& e -H"]=IA$_CƲo"$~ NF_,s!~\qO'2gsW?K? cGH Ӟg3f$vEk>,~Ufkﲊ/u^U0? |rN??O"$ğCo²~~|u C"8"דyyŤ_ѿt,WTsI[?t<>g"~bAC%^#/i MId:HGFޤ~K>ݴִwdA6sBIKH,Sl~$b7׈NPxR^{/' ,_F+[I?9įwM󉿁eW/,D6c._LsE%OH'?Ŀ|پrRߍO<(ߟ(}|q#凒Ko_Ͽ>MyQ(<$z.RR>$s?7|IWd?~>z>ocqNL6_ygȲ._LWLn޾BR(Kʟ"' ?OO'Ct~vy$h YWh&~ZXrjh:ء t -A|F51 -۰]|h 4_hG12v+CCځMAl4 Z]B|~̈́D|hccs3X6J =  ߍ~!zhTZ ۋ@}oP;4~l^n,W7=S .J{(uUZMi#y)>/C( |u^i}BX>-4\\?t|7I{rn3ӡTiǕ}?7A@P>x?Kz!)諿g]*ʼ3L!%$$`P3}2}OOӂI2H2s! :!0 fQU"F]c2貾#uyutQ{LQ ?39:USOU:L稑Goc8OmuSqG}/v}^]A7y>>Z?_|1{9:uP넚yN( fPs<eP2 8iRE'Ġ=&m44i$Ԓ&M@䓅d%A<" W HStFk EP򠢃i\Һsr^^~~~^g2P TH^՘rF}"$=<];CE)#JQ"`zRF4Ԁ_e40[!F1w b!ATN ?QF ,S1K AJw}MP`%)+jPJA-P*:I7qJWny$$~$$6L|+\IdJbd&)~dL"cK!CS -)2P A褨2(?E)OQvrSGve2ii?)MQ_C'itNSfҔ4e9iISN67蘦4:)/Myi43 ->}6M=wPJ@Y:v ~p//5ed'^gFH]m[лF҂cP-ع[h-(Ղ-غ;{ Bd3i#-غ#[|b,d%,Y"G9n#S~g,o4,b,eg);,~,m3KY9KY,Es# 9d!CrȐCȹs#9#b9ds4%K/|9da-GZ8#c_!gsȘF!y!:2yC&( eC9psr9l`\ m!PJAi( yPE׍@]W#2IMsF!d (R.PgP1'8у`6Ƒ;\tdyI*4AM 8B)(H @^c`Y P%v$CtFƜ\23nG"d#F<4QYx2䩻Wl,z8ypBt~G$bL N+!f!xDF|J@Vɍ'&곉!*\#|xu&PJ5QPPB^Sg&Z%5QP?u 2nzM0ʡN!aAA3̠'uD;P -*~ -MtRMUS6fNjRO}5QOהO4B'_ -+pX|V( @pU4䅱{8D@;$ (*l1PJBi(G{X"܃{n -)2!]4׹D8s&Hq䉧E!0đ!kb vg g!C6M@ gpvs(g{BQ(3L˧y @-p6LSf5qϣ QD"KOKqq:4,(Qqp:F1~RQc@<"0tSL᜛HYiyb}r0$?dɓ!/ꡘN'_cNAQ!fWt@;W4$@^1Ľt1~6 gb<ᅉyi0Ґ IH:M/C.QO)&~L@IK: 3ːHQ 3Q)FP"ELRy$} -C^vy)ewBV1lZ&Yp>Ə i18R-f<@Lpilqril,vFM@4q%ehzi 2K5#lEBa3 7Tj2 =*1JȌxGiCN\:Z䔇sq`#+F ,\!c>g2#@X21DǓP:2m~{Ys,~ {14l( ,Ý?q5%/U+#e 1M1(A5tSn\ Es)vl#f,ŀYaD_q/Cڌ06P*f,FQc8BE6Ü!#3c3(% xb9cv9Khu~ɋa( -ǒvaQ( ySod).r7FP"Ԁ=M^A `P -*J8ν bA#<:D:Q94SP NE1AITF Ow.atC>5Rs^`?!g3L(esAp.QcQ~@cg9cw=9< ,Td -9/<-`@ҥdLܮJ(Q^pW{-r{ۺ} en>aRpz:!u+$C -.o[lle+W7 Z>lZQsX.?޲t<:*hu<8&CM;V-Zֱ8V3ޮڶXGZNatk}'kzb~ۺ k:K{^) 6 -Y0t>Pg[5Fux(je߭h1/4U>\cvqWGT^JJ49t@Z+WX^5M< gU{/:* #r{TpxcNx-`Ϭo0aN@.֊/ChX6c5ki4cnCa%pk}Ҩ10jm:Zv ѣ}vRnXmsKTGe >pCnBtG:aoK>ǸΨ -fʦ곷*ƺ%(z8SC]#|ؽA[ge`ݑ:N # ڗt/ZA՝^;18&c8&c8&c8&c8&c8&c8&c8&c8qqs64|ߝLs2~G74d!{]<:ps~_M|W8?~< Mj |j)!c ~w/ m|go r 'q,c\73|y=c7Ln孧+3߶~2 3? u!'MGsWn -D 6o H+% O/\SWSp8[^k[l }D?xʔ@{ <  !{+7pOg wp$G=$=FVe;2w8s /z t=>:S *BofABoQ}|Ρ KKxrw!sT PNh^Uo@ר~S!t [wΛR V?~-wo7T~GNV=2b䢞ܤB*C8^~=OP Z ~;w\o+]v98,SACz|v;TA-j }P16Az^ >(15V@ڏ} -4K%S6sЃjs/B/1WQտfp.F]wi?C Yo7|`y`6w[_6?α^]盵?NDwءmݻDf3?xsytNB:E2MfWGYOk[ܡ -nV9R^ ;%G;Z ݭ RcO8S~zDž~;~*}|/]Rݟ/Sj|t?NޥN5ެ#h~XM|;K5fBǭnߢi;l|So_n@ȿR_or~5_m2Kk+Ū@@i9_{y˫]hδ _k|͟L|ÿkr.4j[#I\^]_6O65c.ZuOhz=]OKo'ϮA?] W[U}JsNLhܣ]lڋ_l+&^ͮ.4DgOvh7J,6giI&fq;kIMik{)mg/P٦}M=w`5"-WM=jwiRoO'д/\iW ߘ~G4kS/s|4Q;]͸ꃦͩϛzS7~lڑ^|9rSgWm/4kX_jAߡӟ'_w>ӿ̧_Qk}Sf4s6f{V9-:t;fvӛyi~53n7qRߧ1K5F3vkO&N7~_?7h__4P0n3{yI;jKoB_2ueCռ23~3xɌ뮬mcyW<Ӵ_G4$-Wj/QjOi:}Vc-fNiwr}qw8P/0L+i3 7hk^uUǙx8:L{m&~qwOR/%ݜi/{Yכv't{Lvlי~*<ӎ4潖iGL ;S/.I3~b)_Q_u -_( ZDX|—QR_ /墿) -n+R -\_R#|_wJW+6_ -/IkD*v_ -C|׊Vx/.oTR -7;)( ~MVâ®/8pD|Q_ -D/PY| _ N(i8#A__ -_/ Y_Ή' y_ -+\? /)\?D+|/^o߭Ew)_FWf_pme -/G%V -# -/_r_ -Vx/+ >G[D3^% >Yբ) -waL_ᵢ~/ -wp/ -wp/IoWx/a׋_ -& _UߥF_Fo'&_pw)|/= -[, N+EQ._u -P|[E_D(< E'+MU~?_ -Q"Q ɓ{wtOooplQ~_o鹄ӘU])氾?jPynlQIJJJ+&'k$iaTZjaS -5?p}kOݩa)wHzGf.=ұcpO6?2VR})sYK2YG|DG.g|,4cOC"ߺuXrIC3SdLFD2(kۣTY4ik -\P4;pǡS/֟UqȰ4>o[k68gMV^E>莜c=>qKq7\쎣;kTg X=[i - )8⯒@$)J$^!Q?wL5=fh_[K.[s}D>e 5'{oISv/Uw"+6E 5(?U?G.Rs&=݇vʩwO?H$㷮1߅w ohآ{E-aZ醷mSB{kGջS#s<1iBjH;9g0Wx ) ݗDuXr}^x͎s{$`w -P/x_M.JG_PםsR;\:c{[^V{ɨ)xICS)"oQgxy8cZeʆ9ug߁%ec*to٬R ݣOҭӔZVv}lB -,-P6l=_{Pr>&TW;PFk|=Ϣa?T-^ڑeFyF_6}зʥ5G9#_'K#5*X<dl3Zv x@+r/T??SR88Zz_h;t$oHEk>TC_t[9%IJZ|F?&MetZUSU<:,o,󐄠m[ZHtdȥrXpRRΆzթcDmBC>KyT;GUPE>3# J~]7robD8Q=h?Jg+%NoLUj\yM.g:Lq2m$iwuuU#+ ~Ů-{rŮ2;.qCbWPeUwTU+bo(Wl ͱ_iJLU+3n}=L]yޱ>s;{&/>vK yo$#)5pFkT/ͅp$ Uد^[JHbA Î=-{M$Vs#Şl"jg웥)jn<[*mwo9HzQ߰DW1-U|5__6ȸ?")s!YVЋ7}wT4OKKBU~+o8 IB8;~ :f24b丆rn;~n{H%6I\:`Nӫ5=__0U-GK$+>sRۀ=zl?ERtjZ6:J /^vy_oj0>:Nڞ>_rr\qgiy9JlcKoñ~@6Ge]yuW> oSɡ4rȺ.``M{x>yz:Ҕ^f>ٟN7LUMr@qk[UӐ!Fug0ŹV2~3T CzXɸbn*oa2e_LyNr&}OE7Z62ӪQ)5S~GK|3恺tyi?םDky|Nn˲,%e@KfWu,W4SQ^}(I3ϯG09g>:^5ׇ O9)Sbqޯc3g,)w(e^b;Ʊdz0K/{H_Cc폯GڷUe{44a_d^Zd wc7,cR覊=6c'`Ȳw*,I߃K2HT{+M׫l35`alsmdjKH_sqz5R2|bjxFRW3-K< -ZoܳT˸ev -OW YJ$PF{|sߺiIGiJI򒊅/R,㖋{I:=<8wFKj3e/=QOnT|b=ub=ub=L`=ԯ|f}ZO}g_=?5zyݧUxhwi - -㵪$Īfi2xr'bmSyr]$`\)ՙNRt' j 3\%]aYB칔yfP>+OejgE?<8]@+I瓴G5Kw|Kw둳 ˚NCdJV[1!Jpn7<уml)oPw ׼KI@3VS~ȼI^~ll`x9zY/u/U ?EZNw wSE22aKɗl*ff9(5y`ωZIzlG%:˙s=m-@Peȩ2(kR= -sR.ԻC>s1pմwZ=-\xǿwT,apWX̏ef\B>WZsm^~5Q-_=B^l~C{ԽTgf&U?Ŗݽ 1>{bNϏzL:ҩQyO*}Rvٻ鹢>+ù_Λ/]`"M42TryH? KSNSoi}9=ҖL|=SzTz))qt=bՒ<Ko*?5YXW~ K[mENςr?vMu*ϑmгRF˷Tk5p6jZ? RD`pc|+Dr8A Pv$ulz1sluH1},PY|Jcߋ]X!i)bSv߯}F^jI[ʋpwr2o~>KUu3?苀 yG=>/>&U)..Oj\h[Q]7m\JkuVuB8.F"OV<蕟N5njI _"dHk[5z۹qjHzưW0dus(~-wl5ZL c5 KAQg`9F.e}b()bU+V\ʇ>ͱX )BgAV|9co>$Rl!=F'(]4mDfBMHLp~&--xo)߁d$Aty DXDvK;^B)RoһMHsxJ /;挺?u 07=иzP&&SogPJl B0RTdiO?F*u;nKyg4=xE#s0X @Z\DQkFhVpWq,$iC]brSJk V/M̎QѷSLle:17TOL% E!8b0Ս*s2 -5idwv?oM-dT?KbP3lGz,P"%qg*h鉞=_?FaiNءbZdzdt!^Bܿ%9~sK ~&BDlAm.˂uڶ5r!w-Ӓ; &:5im;%RPhj]5nWo{Cc(ɖu۳Yruz׺dʏHws`ShrMP9-LHNK(8Laf.?&bB&Sӣ{o~K?0ڻl|i}a[[\XL?u$KA#s 4aAYE|(m$|z+2I@DH)PVq{$)FWء%+R`O&h0oAG,V3z#W1cE>hM'%NTA[ŗjZ;H1; H|DK5 -/{%~hf9_;/)϶p1Gy gr|;6lYLS-Ou5^H)ɋ#8H.}mKZ<3{sm -n)OS%}Ǹ-ܾL%}}"v뎁jµRR9Kx'0݇Z QYVYXW0ئB\֚͟i Q'G@>8 t:[qxu*xu1^k2H_4N]<+lZ](w9h!kfBzLzN~VISޟF $)w"[Xi]^syn^x ^W#`"hhjUd}~/Zia6JEYa++=C=a?2Wz:7 -`Z Xmл4+PTMJyXz[daiַ Ta`[YvP;VV L>25/S5ȚV"/gWqIj"|FKkU1ZZovE?v:2)\} .vK' -$Imex*R*`-\N -g{*9z}F4rӜOI{GAAwő v}EW5?~d[by 2;pB}kHaB(yn^ClÉR4rswy_~6?.rr>Pq`%{ -_CNmJLvn0hOi7Xj܎vy4+2S:6Tm6xh#,>#;l#L9}0,#CZ|GKOwhڤ_ @JXeweQ ^-fm:h7%7?ǵYr4cy10IimaHXœ݇2Xc~9lMKe3BR5L Hϑ4I$1'%DmC9q -¡b&[U`Lk(İUHC֟`/ -%~| hgW$`<: -$RFs<M -ˊj()f-SA`֓':Z,CG5*`ޮY9P/)&Q='P߱;lG#r\/&-XOMH#^(p9Xtdlٮ, XaM.ʼ@ } t6K6_/}󻷍}s?o 2p/s0x_7%^9м-gA^o[J*ǥC7q. t804F%7|ǫ -R# l<#}FA12y['ô[o7)74/1",>IED"=o`+}YFޠ|MDE_e j}{C 2+s3\iQH߯?2RO4^ "3vu$Q"OBm.?ԳxaӲkuނ:_dIt ^xɆMsی7 iwhuBp =𢦾ofp0Y@ƭVfixb -x&ԏJcqf  Ĭ9qbA3-*qPNf%e[T}a\ކmK2rp$O PQARHo!|.j2O"{$+ { (8c%m2g=wp(E<8ڥ]zKz6{o -nTJ -lJAJn; N}$U=m ~8#= 0j}>%Px~GKzPkZr-q_$fs4,k1T0b oLnpD(Sv&fFb cOZi步`}XY/_[<ʌ DXfN*m:yjOCWkHZ5]Adsk#gFSHӒON:zu'?.4>9Ȭؓj3fRγraP L -I3<)ڈwI^'Ql*oBq?V qg >1aL-N-MXv&{V/H;E\ -͕:TEE'#N-έpt"ɿ:ר)>m%}Li/棐*6q'K-4m.DJqpfWb i L7aFإ^M:btƑ~NL|-Vz s*3ZF rMډ92]"W1oz*6fF1_g6u=*+4}Z -eVg;-8'-.[wiEzb2>\ {w%OwIa{*ڻvڻK}Z`婈9mݽѝ OE(53eGQ:PlokL+OO.G,*" /Ơ>u^/mXWO+HX -gjmnr&yن -X-̔ L9.¡CUU󧳛BA6Z tگ\jA e4k؉r/ҴjwS;{)Η WU](a1&#z|Q\d% s@w^asՉ~](NV8sys2+ ,73Xz,4x]k_sB#Pey$wf )&_9IY:+Դ%9n0NI2 67$E+y?;-M7D%  :!s8iLm̳Փz|eNhYTĿA'UfUs9 j0N^óSS B?>R/N=ùIYH|F D1;!(B -oGV]!qu3{(dg& /'b|}saLzV /N|a~Y!+<4U+GŷG oO7>yV - G6[G;xsln ڠCƖIR$a[v}׾/_n]s{}Cti;&<7hammWE0p?Uӵ;„he)R*PvPZy;lE?K胹RPe۪E{M猛WwoϫJi|1Fv".iH_>n7BOl5ӂ\DxNkrׁ2/f&{5KGAt= 2p ?,!V$,WCWJ \\`DR*WSb6c2پc|;!'4_,>l x*A05)@Zšvgpב6w8Ih qXnaN\@inO-7 D j78>@ u:ڍVcd@?!;1NA dpcH{7?|z C o_/AV?2&8͡D;"ɣ~oНI7D,dAxZES2;xN"nXK5/ӽ6{R1]7%b􅍒:cŠt:p%!:uGd{N I8:Qu`=>9|iEsM‰H *Q e_ % -Z?}-N"`v xmZPR͵'n@oC|9|dJpX -X(id[яȯQGS;GX4d38V%?1k~oJ3>HbI1Ё<\E/O.Vo_%ӯ.9p0hF؉[/%~Vf&^xPr o"zJK -X#)iB0o_QeI/ -70,Zmd62kQ'-#AoE\r>keD5L_? Yixz&߱pDbDofڇc=`HS,M.+*.+{ݢ r5΍K -w \pop fp/AZ -*':A&njkb\R<~[an҇+)6*Y" 7\Vx90.ʉ5|`W&YtD/ 9Dn -Տ^fWn[DY*A5]S]yRA[/tE|`t}*x=6WKЖ7HUƘDEJ"f:kyd6@W7bb]Go/kzj;=If^ )?MH3ȑ:=$dvM!Ҽm?@Jxׯb $I"O~r"\(`wn &ٓ\ -&_KT>;X%=ej دY DOnԻ`/FOMC&o*~_D|)l>HB58a5IAcw -Ap^_ Z©:o\$(V\$V7#ddGEhy3Z&jtZ/`8|S>NpEejk,jNޙ6OR&>3ll]o. 7"lDU5Kl2yՀeg$ I:_b6ÎE i :ǥ6nD1f0՞;.(ȵe -ӼxrϔCM]/$~ЁlYCSH[2}4OC:޿:/6Y!6gq[7g;C6g47B{WvN\I% L0 2q+=K$wrJfѻPW -ӎ}n~obx!yص:<7d,vr+}w:tԊفwտĪfY -5̊>Da40 g>qr;m5a y‚c@S;Jbrӌ.fQ -9xNA"P'\djBh[B S)45Fa^=WsB -t+'FaG ֧pjLkl2GƩ5=j0k\vjLRkl5"#+Bs -mQגʶ毨om";߃Tteqzl::!<gY&uYAo0m-{q+F.]G 3[RBIb I? BX>]TwIQAs%.1 - -n-A,пY2$z#t3cyyS4fX^T"L 1zq6-,Oa9yɆ ymIKU8k87Agn8| 4^7ˈҦNG=X%`!IfvSxJg@N=y8GMN})ev.zҐq -=:Ib?Wj`- 7irn凿)4`(YP(]̻0zܮsrfg}c8*m>3#́zyKyHyFGPFHB^k9vz MY_+С,[2x(;2p{~dֺt!DiI#uCs~#4lBN2`B% \6M},66CqbtuQ"v'7n%n}_"nI%m 慈sjLFaf 3}+x}MIȯhv, կɰ5q g"6leV94d۶7!):`3q3` -v`K0Ϛ{:m*퀲 -:9>7ۅa|fHQysDD<p,߫8Y ~O=s]$FU:J? $9jɕC~wLֺM$d1P;HobE{ca:UV:bi/NZ S|V9Ժ;.O7t["OaM!ɯ S ' x;13𢴑4 UڅRԉG|h j -|qG(gg3M~O~8Ј IxQU@o>id%ǡ4/̧QdAM yuWzk-XLޔxȱT-md4BWAjN+khv)/= ;{Zc"2X["4b 1!\#h&հp9n%@mu/vG_2Tr|%ϢzEJI`l֑N= &ksOq|#B1ڗx(>hJU~2E% 4ypn_V8U?(⴪c|J"u?A -K!:"c>Jk/3K#'Q yC΄ڠSAYtMmՇozY(lpuÒuT9sy~tFȷ<t\S22GPd ul_5f`Jj4})M_2}APmC4c cpl}H3nŽ&\~: . FyT4Rm54p6jBʻ^o =#u*0u(Zox` bX$sv}ŴO [v̈ A(& >Vd?e߇F8#⣇ԩ64K  %!Rֺ 'DrِUG SS53(]k 0KH -7)b'5\&K6J[zuR -F pu[cBPaѓ2G9mb&s^.]{%'KS/c{8 ,tdz6f`Q) ƹy($L(d]1XY(6s S6礅eJ2q(S$^$ &P6v Y.>xg kz?Nn_1 F8nJnci. -9; -m>g.3I%}9}s3sqN&Ì[!~ɤLHVڹK _T8_l.'8c PPW8s/(Q}{"V5ڬ:w-mKG LA [x"kyVCy`F ߝ -mfTC/;t(!u\lXXQʩL{)SJS0zg]eLm^!P2+Ah"˚eEO G|1[h&17E HpMLѶ cFջy?"-`x#!]g7G{ V3Jx KSyB+./E`^t$ʷLjֹQmPPꥻmfiz {h 蓵%14NvǤ=G}dBøc.<ݱ9Ёjuͦ"a3 <Rw-מK-u8(mf%J@WxO69Efl0Љ:QkϾd|ؽHpl|B#wCAUϘ%R]\Ms{fTk93yu>/m\3]|G3Uc D<o%7SܚAsW yHem ^G͉ 4 J9SͳY3}Kq<"v:ڗs:{\sz*m|'fZPX*т(rL^&<*dP -k  ݹ$0J3-:3#V]཰C.8w/2oc)PJEjW"S=-H2BA!-bZQ{+_+]um&Áx_ąᗥ׈أLh -ʼn v`:!n{&}h$]!原tS,s_$ U>@|``B}Xõ$r=?NrrǎYD0 CxDp<eݦpލFzUm?xxRr52MՉfG'_ ;{$mJDW;y)&$a-lQf.D2Oǯ-5~^# rkr`a -=7}ypryKas觤XPp%nV{&z삻o' -n\cKd K؃Y7W#6ڱjG0REVݷ=}g3]uYbTMٮ0Qx]\]仱A5.Zp:&T.0Q'^P|[!U/֡xD>D2{ig dqF mGlC .2R93䏢-ZI]0afm7 x &v#)68yS2vñ#6#Ph#GEJuĤštG`< 9u6 LX?i("Nluÿ[+VrJr@+;+=&Gvr`eE@W;!Y{5(6»V:\DŽ} H}fHy.KȚamSrQlYD2ywHb)e}F7ŦJ ~ZS_Ü ]QQ|jT7 /@xr#oyr.i jŴxnMȦtbkP125A!w rIxr;ib3Dɳ {0K :[?#.,7.#B0']}(+ҩp":, ƪΦwXB[w W93[mcsSԔpH=1 rddnm" `RuLxu-2a.1^i#73`d d l$d^,a4eIdR@;NA0@a] w0<7G% 3 -?bY C8gZ GO İn w1L~ Ӂf+×!H+-{ _v:QLWgimQ\s&ScVȢnZl~it uzGQsX#rXS$$,