summaryrefslogtreecommitdiff
path: root/Master/setuptl
diff options
context:
space:
mode:
authorStaszek Wawrykiewicz <staw@gust.org.pl>2007-02-01 18:43:41 +0000
committerStaszek Wawrykiewicz <staw@gust.org.pl>2007-02-01 18:43:41 +0000
commit656e64167af42dfab2b6f669a3a0a2685fdc9520 (patch)
treec329ecd2ab48149552f9da0eb4d9b844bc341525 /Master/setuptl
parent4ba9810c4ebe45bbc1043fbb1e32672f3062f86e (diff)
tlpmgui 1.67
git-svn-id: svn://tug.org/texlive/trunk@3859 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/setuptl')
-rw-r--r--Master/setuptl/Changelog5
-rw-r--r--Master/setuptl/TLPM/blng.pm2
-rw-r--r--Master/setuptl/TLPM/check.pm2
-rw-r--r--Master/setuptl/TLPM/cmdl.pm2
-rw-r--r--Master/setuptl/TLPM/common.pm2
-rw-r--r--Master/setuptl/TLPM/constants.pm2
-rw-r--r--Master/setuptl/TLPM/help.pm6
-rw-r--r--Master/setuptl/TLPM/incl.pm2
-rw-r--r--Master/setuptl/TLPM/info.pm2
-rw-r--r--Master/setuptl/TLPM/inst.pm2
-rw-r--r--Master/setuptl/TLPM/list.pm2
-rw-r--r--Master/setuptl/TLPM/pkg.pm68
-rw-r--r--Master/setuptl/TLPM/reg.pm2
-rw-r--r--Master/setuptl/TLPM/uninst.pm2
-rw-r--r--Master/setuptl/msgs/cs.msg168
-rw-r--r--Master/setuptl/msgs/de.msg116
-rw-r--r--Master/setuptl/msgs/en.msg210
-rw-r--r--Master/setuptl/msgs/fr.msg116
-rw-r--r--Master/setuptl/msgs/pl.msg128
-rw-r--r--Master/setuptl/msgs/sk.msg168
-rw-r--r--Master/setuptl/msgs/translate_me.msg216
-rwxr-xr-xMaster/setuptl/tlpm-i386-linux.pl4
-rwxr-xr-xMaster/setuptl/tlpm-x86_64-linux.pl4
-rw-r--r--Master/setuptl/tlpm.exebin449086 -> 449097 bytes
-rw-r--r--Master/setuptl/tlpm.readme4
-rwxr-xr-xMaster/setuptl/tlpmgui-i386-linuxbin2490793 -> 2271022 bytes
-rwxr-xr-xMaster/setuptl/tlpmgui-x86_64-linuxbin2706777 -> 2533898 bytes
-rw-r--r--Master/setuptl/tlpmgui.exebin1267930 -> 1268167 bytes
-rw-r--r--Master/setuptl/tlpmgui.kitbin653621 -> 654922 bytes
29 files changed, 620 insertions, 615 deletions
diff --git a/Master/setuptl/Changelog b/Master/setuptl/Changelog
index 3f46034ed1a..f4677fc6d53 100644
--- a/Master/setuptl/Changelog
+++ b/Master/setuptl/Changelog
@@ -1,5 +1,5 @@
## 2005-2007 Tomasz Luczak tlu@technodat.com.pl
-# $Id: Changelog 294 2007-01-31 23:15:48Z tlu $
+# $Id: Changelog 302 2007-02-01 14:44:34Z tlu $
# History:
# 2005.05.03 TLu r.0.1 start project
# 2005.08.04 TLu r.0.11 last version for TL2004
@@ -31,4 +31,5 @@
# 2007.01.25 TLu r.1.63 creating updmap.cfg corrected for win32 and linux
# 2007.01.26 TLu r.1.64 improved run from TeXLive for win32
# 2007.01.28 TLu r.1.65 improved run from DVD for win32
-# 2007.01.31 TLu r.1.66 debug information, several bug fixed, refresh lists after add/remove pkg \ No newline at end of file
+# 2007.01.31 TLu r.1.66 debug information, several bug fixed, refresh lists after add/remove pkg
+# 2007.02.01 TLu r.1.67 wider info window, updated *.msgs
diff --git a/Master/setuptl/TLPM/blng.pm b/Master/setuptl/TLPM/blng.pm
index a2b951d44a7..4cd56bfda06 100644
--- a/Master/setuptl/TLPM/blng.pm
+++ b/Master/setuptl/TLPM/blng.pm
@@ -1,4 +1,4 @@
-# This file belongs to TLPM v2.20, TeX Live Package Manager
+# This file belongs to TLPM v2.21, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# blng [-pf] <name>
diff --git a/Master/setuptl/TLPM/check.pm b/Master/setuptl/TLPM/check.pm
index 5d89864d933..25d7e160284 100644
--- a/Master/setuptl/TLPM/check.pm
+++ b/Master/setuptl/TLPM/check.pm
@@ -1,4 +1,4 @@
-# This file belongs to TLPM v2.20, TeX Live Package Manager
+# This file belongs to TLPM v2.21, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# check [-pf]
diff --git a/Master/setuptl/TLPM/cmdl.pm b/Master/setuptl/TLPM/cmdl.pm
index 80b96fc2b58..f3197b1b3ee 100644
--- a/Master/setuptl/TLPM/cmdl.pm
+++ b/Master/setuptl/TLPM/cmdl.pm
@@ -1,4 +1,4 @@
-# This file belongs to TLPM v2.20, TeX Live Package Manager
+# This file belongs to TLPM v2.21, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# cmdline parsing
diff --git a/Master/setuptl/TLPM/common.pm b/Master/setuptl/TLPM/common.pm
index b3cfe655bc0..02b871ff891 100644
--- a/Master/setuptl/TLPM/common.pm
+++ b/Master/setuptl/TLPM/common.pm
@@ -1,4 +1,4 @@
-# This file belongs to TLPM v2.20, TeX Live Package Manager
+# This file belongs to TLPM v2.21, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# common procedures;
diff --git a/Master/setuptl/TLPM/constants.pm b/Master/setuptl/TLPM/constants.pm
index 1b070aaf7db..bc7ec88907b 100644
--- a/Master/setuptl/TLPM/constants.pm
+++ b/Master/setuptl/TLPM/constants.pm
@@ -1,4 +1,4 @@
-# This file belongs to TLPM v2.20, TeX Live Package Manager
+# This file belongs to TLPM v2.21, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# widely used constants
diff --git a/Master/setuptl/TLPM/help.pm b/Master/setuptl/TLPM/help.pm
index 48a97364ab2..6e9cc89ac30 100644
--- a/Master/setuptl/TLPM/help.pm
+++ b/Master/setuptl/TLPM/help.pm
@@ -1,4 +1,4 @@
-# This file belongs to TLPM v2.20, TeX Live Package Manager
+# This file belongs to TLPM v2.21, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# help
@@ -149,7 +149,9 @@ Bugs reports and comments are welcome (tlpmgui\@gust.org.pl)
checked, since as hidden, it can be easily missed while copying;
debug messages added for detection; release date added to
welcome message
-
+01.02.2007, 2.21 -- yet another change to source detection; source remain
+ valid even if release info can't be retrieved from *.TL
+ files
* Known issues
1. Installation from DVD is much slower than from CD. Sorry...
2. Under Windows; if there are two CD drives (ie. 'E:\\' and 'F:\\') and TeX Live
diff --git a/Master/setuptl/TLPM/incl.pm b/Master/setuptl/TLPM/incl.pm
index cef11e58fad..0edc92261f0 100644
--- a/Master/setuptl/TLPM/incl.pm
+++ b/Master/setuptl/TLPM/incl.pm
@@ -1,4 +1,4 @@
-# This file belongs to TLPM v2.20, TeX Live Package Manager
+# This file belongs to TLPM v2.21, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# incl <pkg> [-pfer] <mask>
diff --git a/Master/setuptl/TLPM/info.pm b/Master/setuptl/TLPM/info.pm
index 6b9a0c86744..7eeccd4c2cd 100644
--- a/Master/setuptl/TLPM/info.pm
+++ b/Master/setuptl/TLPM/info.pm
@@ -1,4 +1,4 @@
-# This file belongs to TLPM v2.20, TeX Live Package Manager
+# This file belongs to TLPM v2.21, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# info <pkg>
diff --git a/Master/setuptl/TLPM/inst.pm b/Master/setuptl/TLPM/inst.pm
index 838b1a1dc4d..3b47a2d5961 100644
--- a/Master/setuptl/TLPM/inst.pm
+++ b/Master/setuptl/TLPM/inst.pm
@@ -1,4 +1,4 @@
-# This file belongs to TLPM v2.20, TeX Live Package Manager
+# This file belongs to TLPM v2.21, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# inst <pkg> [-jrou]
diff --git a/Master/setuptl/TLPM/list.pm b/Master/setuptl/TLPM/list.pm
index 89fbf02d520..def946f0585 100644
--- a/Master/setuptl/TLPM/list.pm
+++ b/Master/setuptl/TLPM/list.pm
@@ -1,4 +1,4 @@
-# This file belongs to TLPM v2.20, TeX Live Package Manager
+# This file belongs to TLPM v2.21, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# list [-pfe] <mask>
diff --git a/Master/setuptl/TLPM/pkg.pm b/Master/setuptl/TLPM/pkg.pm
index d91ce764963..ecf5115cee5 100644
--- a/Master/setuptl/TLPM/pkg.pm
+++ b/Master/setuptl/TLPM/pkg.pm
@@ -1,4 +1,4 @@
-# This file belongs to TLPM v2.20, TeX Live Package Manager
+# This file belongs to TLPM v2.21, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# packages handling
@@ -205,40 +205,42 @@ sub is_tl_root
sub no_source # source detection heuristic
{
my $dir = shift;
- my ($inst,$live) = ("00INST.TL","00LIVE.TL");
+ my ($inst,$live) = ("00INST.TL","00LIVE.TL");
&norm_path($dir);
$dir = &rel2abs($dir);
- #if(-f "$dir$chr_dirsep.mkisofsrc")# hidden can be easily missed while copying...
- #{ # (Hartmut Henkel report)
- if(-f "$dir$chr_dirsep$inst")
- {
- $messdbg -> ("Found $inst in $dir");
- $tl_type = 'CD'; $tl_file = $inst;
- }
- elsif(-f "$dir$chr_dirsep$live")
- {
- $messdbg -> ("Found $live in $dir");
- $tl_type = 'DVD'; $tl_file = $live;
- }
- else
- {
- $messdbg -> ("Neither $inst nor $live found in $dir");
- return $true;
- }
- $tl_source = $dir; $tl_source_indeed = $true;
- local *INP;
- open(INP,"<$dir$chr_dirsep$tl_file") or return $error{'wrong_inp'} -> ($tl_file);
- my @lines = <INP>; close INP;
- foreach(@lines)
- {
- next unless /\ARelease date: (\d{8})/;
- $tl_date = $1;
- $tl_year = substr($tl_date,0,4);
- return $false;
- }
- $messdbg -> ("Cannot retrieve release info from $tl_file");
- #}
- return $true;
+ #if(-f "$dir$chr_dirsep.mkisofsrc")# hidden can be easily missed while copying (Hartmut Henkel report)
+ if(-f "$dir$chr_dirsep$inst")
+ {
+ $messdbg -> ("Found $inst in $dir");
+ $tl_type = 'CD'; $tl_file = $inst;
+ }
+ elsif(-f "$dir$chr_dirsep$live")
+ {
+ $messdbg -> ("Found $live in $dir");
+ $tl_type = 'DVD'; $tl_file = $live;
+ }
+ else
+ {
+ $messdbg -> ("Neither $inst nor $live found in $dir");
+ return $true;
+ }
+ $tl_source = $dir; $tl_source_indeed = $true;
+ local *INP;
+ open(INP,"<$dir$chr_dirsep$tl_file") or return $error{'wrong_inp'} -> ($tl_file);
+ my @lines = <INP>; close INP;
+ foreach(@lines)
+ {
+ next unless /\ARelease date: (\d{8})/;
+ $tl_date = $1;
+ $tl_year = substr($tl_date,0,4);
+ return $false;
+ }
+ #$messdbg -> ("Cannot retrieve release info from $tl_file");
+ #return $true; # inconvenient while playing with TL Master tree, where
+ # no release is yet defined
+ $warning -> ("Cannot retrieve release info from $tl_file");
+ $tl_date = "????.??.??"; $tl_year = "????";
+ return $false;
}
# in opposite to source packages, target is read whenever requested
diff --git a/Master/setuptl/TLPM/reg.pm b/Master/setuptl/TLPM/reg.pm
index 0db387e801a..edc63c3b5e5 100644
--- a/Master/setuptl/TLPM/reg.pm
+++ b/Master/setuptl/TLPM/reg.pm
@@ -1,4 +1,4 @@
-# This file belongs to TLPM v2.20, TeX Live Package Manager
+# This file belongs to TLPM v2.21, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# regexp and mask related functions
diff --git a/Master/setuptl/TLPM/uninst.pm b/Master/setuptl/TLPM/uninst.pm
index bb0bc359cb8..b8b8f54d5ef 100644
--- a/Master/setuptl/TLPM/uninst.pm
+++ b/Master/setuptl/TLPM/uninst.pm
@@ -1,4 +1,4 @@
-# This file belongs to TLPM v2.20, TeX Live Package Manager
+# This file belongs to TLPM v2.21, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# uninst <pkg> [-rjF] [dir]
diff --git a/Master/setuptl/msgs/cs.msg b/Master/setuptl/msgs/cs.msg
index 5c65491c490..acdf943fd4b 100644
--- a/Master/setuptl/msgs/cs.msg
+++ b/Master/setuptl/msgs/cs.msg
@@ -1,23 +1,23 @@
# -*- Tcl -*-
-# $Id: cs.msg 237 2007-01-13 21:57:16Z tlu $
+# $Id: cs.msg 302 2007-02-01 14:44:34Z tlu $
# SK translation of http://tug.org/texlive/devsrc/Master/setup-win32/msgs/translate_me.msg
# by Jan Busa; utf8 encoding (hopefully)
# --- new translations
::msgcat::mcset cs \
-"Are you sure to install DVI previer - dviout?"\
-"Are you sure to install DVI previer - dviout?"
-::msgcat::mcset cs "TeX Live has not been sucessfully installed in your system" "TeX Live has not been sucessfully installed in your system"
-::msgcat::mcset cs "Problem with copying files by tlpm" "Problem with copying files by tlpm"
+"Are you sure to install the DVI previer - dviout?"\
+"Are you sure to install the DVI previer - dviout?"
+::msgcat::mcset cs "TeX Live has not been successfully installed" "TeX Live has not been successfully installed"
+::msgcat::mcset cs "A problem copying files by tlpm" "A problem copying files by tlpm"
::msgcat::mcset cs \
-"\n\nFormats will be built for each user as needed. If you wish to install all formats at once, for everyone on your system, run fmtutil-sys --all.
+"\n\nFormats will be built for each user when needed. If you wish to build all formats at once, for all users of your system, run fmtutil-sys --all.
-For future global configuration, edit files in %s (or run texconfig or texconfig-sys).
+For future global configuration changes, edit the files in %s (or run texconfig or texconfig-sys).
-Most importantly, add %s to your PATH for current and future sessions.
+Most importantly, %s should be added to your PATH for the current and future sessions.
-You can run again tlpmgui to add or remove individual packages or collections.
+tlpmgui can be run again to add or remove individual packages or collections.
-The TeX Live web site (http://tug.org/texlive/) contains any updates and corrections.
+The TeX Live web site (http://tug.org/texlive/) contains updates and corrections.
Welcome to TeX Live!"\
"\n\nFormats will be built for each user as needed. If you wish to install all formats at once, for everyone on your system, run fmtutil-sys --all.
@@ -33,8 +33,8 @@ The TeX Live web site (http://tug.org/texlive/) contains any updates and correct
Welcome to TeX Live!"
::msgcat::mcset cs "Installation is finished" "Installation is finished"
::msgcat::mcset cs \
-"\nYou should add %s to your environment variable PATH"\
-"\nYou should add %s to your environment variable PATH"
+"\nYou should add %s to your PATH environment variable"\
+"\nYou should add %s to your PATH environment variable"
::msgcat::mcset cs \
"Perl installation"\
"Perl installation"
@@ -45,8 +45,8 @@ Welcome to TeX Live!"
"Warning! Perl is already installed in your system!"\
"Warning! Perl is already installed in your system!"
::msgcat::mcset cs \
-"Perl is not installed in your system, but is necessary for complete installation of TeXLive"\
-"Perl is not installed in your system, but is necessary for complete installation of TeXLive"
+"Perl is not installed in your system, but it is needed for a complete installation of TeX Live"\
+"Perl is not installed in your system, but it is needed for a complete installation of TeX Live"
::msgcat::mcset cs \
"Ghostscript installation"\
"Ghostscript installation"
@@ -57,19 +57,19 @@ Welcome to TeX Live!"
"Warning! Ghostscript is already installed in your system!\nPath: %s" \
"Warning! Ghostscript is already installed in your system!\nPath: %s"
::msgcat::mcset cs \
-"Ghostscript is not installed in your system, but is necessary for correct work of TeXLive" \
-"Ghostscript is not installed in your system, but is necessary for correct work of TeXLive"
+"Ghostscript is not installed in your system, but it is necessary for TeX Live to work properly" \
+"Ghostscript is not installed in your system, but it is necessary for TeX Live to work properly"
# ---
-::msgcat::mcset cs "Setting RW attribute ..." "Setting RW attribute ..."
-::msgcat::mcset cs "Search packages ..." "Search packages ..."
-::msgcat::mcset cs "Preinstall action" "Preinstall action"
-::msgcat::mcset cs "Postinstall action ..." "Postinstall action ..."
+::msgcat::mcset cs "Setting RW attributes ..." "Setting RW attributes ..."
+::msgcat::mcset cs "Searching for packages ..." "Searching for packages ..."
+::msgcat::mcset cs "Preinstall actions" "Preinstall actions"
+::msgcat::mcset cs "Postinstall actions ..." "Postinstall actions ..."
::msgcat::mcset cs "Copying files ..." "Copying files ..."
-::msgcat::mcset cs "Install packages ..." "Install packages ..."
-::msgcat::mcset cs "Remove packages ..." "Remove packages ..."
+::msgcat::mcset cs "Installing packages ..." "Installing packages ..."
+::msgcat::mcset cs "Removing packages ..." "Removing packages ..."
::msgcat::mcset cs "Removing files ..." "Removing files ..."
-::msgcat::mcset cs "Refreshing database ..." "Refreshing database ..."
+::msgcat::mcset cs "Refreshing the database ..." "Refreshing the database ..."
::msgcat::mcset cs "Next" "Next"
::msgcat::mcset cs "yes" "Yes"
::msgcat::mcset cs "no" "No"
@@ -80,30 +80,30 @@ Welcome to TeX Live!"
"tlpm sa nenašiel. Are you sure to continue?"
::msgcat::mcset cs\
-"tlpm is necessary to install TeX Live and add/remove packages"\
-"tlpm is necessary to install TeX Live and add/remove packages"
+"tlpm is needed for installing TeX Live and adding/removing packages"\
+"tlpm is needed for installing TeX Live and adding/removing packages"
::msgcat::mcset cs\
-"Write file failed!"\
-"Write file failed!"
+"File writing failed!"\
+"File writing failed!"
::msgcat::mcset cs\
-"Write file %s failed!\nCheck permissions for write."\
-"Write file %s failed!\nCheck permissions for write."
+"Writing of the %s file failed!\nCheck the file permissions."\
+"Writing of the %s file failed!\nCheck the file permissions."
::msgcat::mcset cs\
-"Read file failed!"\
-"Read file failed!"
+"File reading failed!"\
+"File reading failed!"
::msgcat::mcset cs\
-"Read file %s failed!\nCheck file permissions and whether it exist."\
-"Read file %s failed!\nCheck file permissions and whether it exist."
+"Read of the %s file failed!\nCheck the file permissions and whether it exist."\
+"Read of the %s file failed!\nCheck the file permissions and whether it exist."
::msgcat::mcset cs "Warning" "Warning"
::msgcat::mcset cs\
-"Environment variable \"%s\" exist.\nAre you sure to replace?"\
-"Environment variable \"%s\" exist.\nAre you sure to replace?"
+"The environment variable \"%s\" exists.\nAre you sure to replace it?"\
+"The environment variable \"%s\" exists.\nAre you sure to replace it?"
::msgcat::mcset cs\
"Current value:\n%s=%s"\
@@ -111,40 +111,40 @@ Welcome to TeX Live!"
# tooltips
::msgcat::mcset cs\
-"Type chars for quick search a package"\
-"Type chars for quick search a package"
+"Enter starting chars of the package name to speed-up the search"\
+"Enter starting chars of the package name to speed-up the search"
::msgcat::mcset cs\
-"Select path/drive with TeX Live %s"\
-"Select path/drive with TeX Live %s"
+"Selects the path/drive with TeX Live %s"\
+"Selects the path/drive with TeX Live %s"
::msgcat::mcset cs\
-"Select destination of installation TeX Live"\
-"Select destination of installation TeX Live"
+"Selects the destination directory of the TeX Live installation"\
+"Selects the destination directory of the TeX Live installation"
::msgcat::mcset cs\
"Not ready yet"\
"Not ready yet"
::msgcat::mcset cs\
-"Search installed packages"\
-"Search installed packages"
+"Searches for installed packages"\
+"Searches for installed packages"
::msgcat::mcset cs\
-"Remove selected packages"\
-"Remove selected packages"
+"Removes selected packages"\
+"Removes selected packages"
::msgcat::mcset cs\
-"Info about selected package"\
-"Info about selected package"
+"Info on the selected package"\
+"Info on the selected package"
::msgcat::mcset cs\
-"Search not installed packages"\
-"Search not installed packages"
+"Searches for not installed packages"\
+"Searches for not installed packages"
::msgcat::mcset cs\
-"Install selected packages"\
-"Install selected packages"
+"Installs selected packages"\
+"Installs selected packages"
#
::msgcat::mcset cs\
@@ -152,16 +152,16 @@ Welcome to TeX Live!"
"Collections:"
::msgcat::mcset cs\
-"Confirm installation"\
-"Confirm installation"
+"Confirm to install"\
+"Confirm to install"
::msgcat::mcset cs\
-"Are you sure to start installation of TeX Live?"\
-"Are you sure to start installation of TeX Live?"
+"Are you sure to install TeX Live?"\
+"Are you sure to install TeX Live?"
::msgcat::mcset cs\
-"Remove texmf-local directory"\
-"Remove texmf-local directory"
+"Remove the texmf-local directory"\
+"Remove the texmf-local directory"
#-- new since 1.0
::msgcat::mcset cs\
@@ -173,20 +173,20 @@ Welcome to TeX Live!"
"Run from DVD"
::msgcat::mcset cs\
-"Setting environment for run from DVD"\
-"Setting environment for run from DVD"
+"Setting environment variables for running from DVD"\
+"Setting environment variables for running from DVD"
::msgcat::mcset cs\
-"Set environment"\
-"Set environment"
+"Setting the environment"\
+"Setting the environment"
::msgcat::mcset cs\
"Set"\
"Set"
::msgcat::mcset cs\
-"TeX Live was prepared to run directly from the DVD"\
-"TeX Live was prepared to run directly from the DVD"
+"TeX Live is ready to run directly from the DVD"\
+"TeX Live is ready to run directly from the DVD"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:5
@@ -197,7 +197,7 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:11
::msgcat::mcset cs\
-"Contents file: %s"\
+"Contents of the %s file:"\
"Súbor obsahu: %s"
#. widget: none
@@ -225,7 +225,7 @@ Welcome to TeX Live!"
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:87
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:131
::msgcat::mcset cs\
-"Remove packages"\
+"Removing packages"\
"Odstráň balíky"
#. widget: none
@@ -237,7 +237,7 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:51
::msgcat::mcset cs\
-"Remove the installation"\
+"Removing the installation"\
"Odstráň inštaláciu"
#. widget: none
@@ -381,7 +381,7 @@ Welcome to TeX Live!"
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:131
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:185
::msgcat::mcset cs\
-"Add packages"\
+"Adding packages"\
"Pridaj balíky"
#. widget: none
@@ -393,7 +393,7 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
::msgcat::mcset cs\
-"Please select \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
+"Please go to \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
"Ak ste pridali formát alebo balík fontov, zvoľte, prosím, \"Správa inštalácie\" a upravte súbory fmtutil.cfg alebo updmap.cfg"
#. widget: none
@@ -408,19 +408,19 @@ Welcome to TeX Live!"
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:213
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:144
::msgcat::mcset cs\
-"Info about the selected item"\
+"Info on the selected item"\
"Informácia o zvolenej položke"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:219
::msgcat::mcset cs\
-"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill the list with \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
+"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
"\nPozor. Skontrolujte, prosím, či je správne zvolená\n mechanika CD s CD TeX Live.\n\n\nNajprv vyplňte zoznam tlačidlom \"Hľadaj\", potom zvoľte položku a kliknite na tlačidlo \"Nainštaluj\" alebo \"Informácia\" button."
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:19
::msgcat::mcset cs\
-"Select the packages to remove"\
+"Select packages for removal"\
"Zvoľte balíky na odstránenie"
#. widget: none
@@ -439,7 +439,7 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:150
::msgcat::mcset cs\
-"\nAttention: for the information about the packages, a CD drive with the TeX Live CD in the \"Add packages\" tab should be selected.\n\nFirst fill the list with \"Search\" button, then select an item and click the \"Remove\" button"\
+"\nAttention: to display package information, the CD drive with the TeX Live CD should be selected in the \"Add packages\" tab.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Remove\" button to remove the package."\
"\nPozor: na informáciu o balíkoch, musí byť v tabuľke \"Pridaj balíky\" zvolená mechanika CD s CD TeX Live.\n\nNajprv vyplňte zoznam tlačidlom \"Hľadaj\", potom zvoľte položku a kliknite na tlačidlo \"Odstráň\""
#. widget: none
@@ -503,7 +503,7 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:66
::msgcat::mcset cs\
-"Create formats"\
+"Creating formats"\
"Vytvor formáty"
#. widget: none
@@ -522,13 +522,13 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:100
::msgcat::mcset cs\
-"Edit fmtutil.cnf"\
+"Editing fmtutil.cnf"\
"Uprav fmtutil.cnf"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:129
::msgcat::mcset cs\
-"Edit updmap.cfg"\
+"Editing updmap.cfg"\
"Uprav updmap.cfg"
#. widget: none
@@ -547,7 +547,7 @@ Welcome to TeX Live!"
#. widget: unknown
#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:23
::msgcat::mcset cs\
-"Path to the TL directory: %s"\
+"The path to the TL directory: %s"\
"Cesta k adresáru TL: %s"
#. widget: unknown
@@ -566,7 +566,7 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:32
::msgcat::mcset cs\
-"Please wait. Remove installation in progres."\
+"Please wait. Installation removal in progres."\
"Čakajte, prosím. Prebieha odstránenie inštalácie."
#. widget: none
@@ -591,7 +591,7 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:69
::msgcat::mcset cs\
-"Installation of TeX Live"\
+"Installing TeX Live"\
"Inštalácia TeX Live"
#. widget: none
@@ -621,13 +621,13 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:94
::msgcat::mcset cs\
-"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) and perform maintenance."\
+"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) or perform other maintenance tasks."\
"\n\nTeraz musíte reštartovať Váš systém.\nPo reštarte môžete spustiť tlpmgui na pridanie/odstránenie balíkov a na vykonanie údržby."
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:96
::msgcat::mcset cs\
-"\n\nAfter restarting tlpmgui you can add/remove package(s) and perform maintenance."\
+"\n\nAfter restarting tlpmgui you can add/remove package(s) or perform other maintenance tasks."\
"\n\nPo reštarte programu tlpmgui môžete pridať/odobrať balíky a vykonať údržbu."
# guinb2.tcl
# guinb3.tcl
@@ -637,17 +637,17 @@ Welcome to TeX Live!"
# guinb3.tcl
::msgcat::mcset cs\
-"Are you sure to remove selected packages?"\
+"Are you sure to remove the selected packages?"\
"Určite chcete odstrániť zvolené balíky?"
# guinb2.tcl
::msgcat::mcset cs\
-"Are you sure to install selected packages?"\
+"Are you sure to install the selected packages?"\
"Určite chcete nainštalovať zvolené balíky?"
# proc.tcl
::msgcat::mcset cs\
-"%s\n\nLog written to file %s\nWould you like to read the log file?"\
+"%s\n\nLog written to file %s\nWould you like to read it?"\
"%s\n\nProtokol zapísaný do súboru %s\nChcete si prečítať log-súbor?"
# guinb5.tcl
@@ -682,7 +682,7 @@ Welcome to TeX Live!"
# guinb4.tcl
::msgcat::mcset cs\
-"variable TEXMFCNF not found."\
+"The TEXMFCNF environment variable not found."\
"premenná TEXMFCNF sa nenašla."
# guinb4.tcl
::msgcat::mcset cs\
diff --git a/Master/setuptl/msgs/de.msg b/Master/setuptl/msgs/de.msg
index 2e419ee179b..1fb6789e6e6 100644
--- a/Master/setuptl/msgs/de.msg
+++ b/Master/setuptl/msgs/de.msg
@@ -1,25 +1,25 @@
# -*- Tcl -*-
-# $Id: de.msg 248 2007-01-14 22:01:41Z tlu $
+# $Id: de.msg 302 2007-02-01 14:44:34Z tlu $
# --- new translations
::msgcat::mcset de \
-"Are you sure to install DVI previer - dviout?"\
+"Are you sure to install the DVI previer - dviout?"\
"Sind Sie sicher, daß Sie den DVI Betrachter dviout installieren wollen?"
::msgcat::mcset de \
-"TeX Live has not been sucessfully installed in your system" \
+"TeX Live has not been successfully installed" \
"TeX Live wurde auf Ihrem System nicht erfolgreich installiert"
::msgcat::mcset de \
-"Problem with copying files by tlpm" \
+"A problem copying files by tlpm" \
"Problem beim Dateikopieren mit tlpm"
::msgcat::mcset de \
-"\n\nFormats will be built for each user as needed. If you wish to install all formats at once, for everyone on your system, run fmtutil-sys --all.
+"\n\nFormats will be built for each user when needed. If you wish to build all formats at once, for all users of your system, run fmtutil-sys --all.
-For future global configuration, edit files in %s (or run texconfig or texconfig-sys).
+For future global configuration changes, edit the files in %s (or run texconfig or texconfig-sys).
-Most importantly, add %s to your PATH for current and future sessions.
+Most importantly, %s should be added to your PATH for the current and future sessions.
-You can run again tlpmgui to add or remove individual packages or collections.
+tlpmgui can be run again to add or remove individual packages or collections.
-The TeX Live web site (http://tug.org/texlive/) contains any updates and corrections.
+The TeX Live web site (http://tug.org/texlive/) contains updates and corrections.
Welcome to TeX Live!"\
"\n\nFormate werden für jeden Benutzer nach Bedarf erzeugt. Falls Sie alle Formate für Jeden auf einmal erzeugen wollen, rufen Sie fmtutil-sys --all auf.
@@ -37,7 +37,7 @@ Willkommen zu TeX Live!"
"Installation is finished" \
"Installation beendet"
::msgcat::mcset de \
-"\nYou should add %s to your environment variable PATH"\
+"\nYou should add %s to your PATH environment variable"\
"\nSie sollten %s Ihrer Umgebungsvariablen PATH hinzufügen"
::msgcat::mcset de \
"Perl installation"\
@@ -65,15 +65,15 @@ Willkommen zu TeX Live!"
"Ghostscript ist auf Ihrem System noch nicht installiert, ist aber für eine vollständige TeX Live Installation erforderlich"
# ---
-::msgcat::mcset de "Setting RW attribute ..." "Setzen der RW Attribute ..."
-::msgcat::mcset de "Search packages ..." "Durchsuchen von Paketen ..."
-::msgcat::mcset de "Preinstall action" "Aktionen vor Installation"
-::msgcat::mcset de "Postinstall action ..." "Aktionen nach Installation ..."
+::msgcat::mcset de "Setting RW attributes ..." "Setzen der RW Attribute ..."
+::msgcat::mcset de "Searching for packages ..." "Durchsuchen von Paketen ..."
+::msgcat::mcset de "Preinstall actions" "Aktionen vor Installation"
+::msgcat::mcset de "Postinstall actions ..." "Aktionen nach Installation ..."
::msgcat::mcset de "Copying files ..." "Kopieren von Dateien ..."
-::msgcat::mcset de "Install packages ..." "Installation von Paketen ..."
-::msgcat::mcset de "Remove packages ..." "Entfernen von Paketen ..."
+::msgcat::mcset de "Installing packages ..." "Installation von Paketen ..."
+::msgcat::mcset de "Removing packages ..." "Entfernen von Paketen ..."
::msgcat::mcset de "Removing files ..." "Entfernen von Dateien ..."
-::msgcat::mcset de "Refreshing database ..." "Auffrischen der Datenbasis ..."
+::msgcat::mcset de "Refreshing the database ..." "Auffrischen der Datenbasis ..."
::msgcat::mcset de "Next" "Weiter"
::msgcat::mcset de "yes" "Ja"
::msgcat::mcset de "no" "Nein"
@@ -84,23 +84,23 @@ Willkommen zu TeX Live!"
"tlpm nicht gefunden. Wollen Sie wirklich weitermachen?"
::msgcat::mcset de\
-"tlpm is necessary to install TeX Live and add/remove packages"\
+"tlpm is needed for installing TeX Live and adding/removing packages"\
"tlpm ist erforderlich, um TeX Live zu installieren oder Pakete hinzuzufügen oder zu entfernen"
::msgcat::mcset de\
-"Write file failed!"\
+"File writing failed!"\
"Fehler beim Schreiben der Datei!"
::msgcat::mcset de\
-"Write file %s failed!\nCheck permissions for write."\
+"Writing of the %s file failed!\nCheck the file permissions."\
"Fehler beim Schreiben der Datei %s!\nÜberprüfen Sie die Schreibrechte."
::msgcat::mcset de\
-"Read file failed!"\
+"File reading failed!"\
"Fehler beim Lesen der Datei!"
::msgcat::mcset de\
-"Read file %s failed!\nCheck file permissions and whether it exist."\
+"Read of the %s file failed!\nCheck the file permissions and whether it exist."\
"Fehler beim Lesen der Datei %s!\nÜberprüfen Sie die Leserechte bzw. ob die Datei überhaupt existiert."
::msgcat::mcset de "Warning" "Warnung"
@@ -115,15 +115,15 @@ Willkommen zu TeX Live!"
# tooltips
::msgcat::mcset de\
-"Type chars for quick search a package"\
+"Enter starting chars of the package name to speed-up the search"\
"Benutzen Sie die Tastatur um ein Paket schnell zu finden"
::msgcat::mcset de\
-"Select path/drive with TeX Live %s"\
+"Selects the path/drive with TeX Live %s"\
"Wählen Sie Laufwerk und Pfad für TeX Live %s aus"
::msgcat::mcset de\
-"Select destination of installation TeX Live"\
+"Selects the destination directory of the TeX Live installation"\
"Wählen Sie das Installationsziel für TeX Live aus"
::msgcat::mcset de\
@@ -131,23 +131,23 @@ Willkommen zu TeX Live!"
"Noch nicht fertig"
::msgcat::mcset de\
-"Search installed packages"\
+"Searches for installed packages"\
"Suchen installierter Pakete"
::msgcat::mcset de\
-"Remove selected packages"\
+"Removes selected packages"\
"Entfernen ausgewählter Pakete"
::msgcat::mcset de\
-"Info about selected package"\
+"Info on the selected package"\
"Info über ausgewählte Pakete"
::msgcat::mcset de\
-"Search not installed packages"\
+"Searches for not installed packages"\
"Suchen nicht installierter Pakete"
::msgcat::mcset de\
-"Install selected packages"\
+"Installs selected packages"\
"Installieren ausgewählter Pakete"
#
@@ -156,15 +156,15 @@ Willkommen zu TeX Live!"
"Kollektionen:"
::msgcat::mcset de\
-"Confirm installation"\
+"Confirm to install"\
"Installation bestätigen"
::msgcat::mcset de\
-"Are you sure to start installation of TeX Live?"\
+"Are you sure to install TeX Live?"\
"Wollen Sie die TeX Live Installation wirklich starten?"
::msgcat::mcset de\
-"Remove texmf-local directory"\
+"Remove the texmf-local directory"\
"Entfernen des texmf-local Verzeichnisses"
#-- new since 1.0
@@ -177,11 +177,11 @@ Willkommen zu TeX Live!"
"Von DVD ausführen"
::msgcat::mcset de\
-"Setting environment for run from DVD"\
+"Setting environment variables for running from DVD"\
"Umgebung für Ausführen von DVD setzen"
::msgcat::mcset de\
-"Set environment"\
+"Setting the environment"\
"Umgebungvariablen setzen"
::msgcat::mcset de\
@@ -189,7 +189,7 @@ Willkommen zu TeX Live!"
"Setzen"
::msgcat::mcset de\
-"TeX Live was prepared to run directly from the DVD"\
+"TeX Live is ready to run directly from the DVD"\
"TeX Live ist direkt von der DVD ausführbar"
#----------
@@ -202,7 +202,7 @@ Willkommen zu TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:11
::msgcat::mcset de\
-"Contents file: %s"\
+"Contents of the %s file:"\
"Inhaltsdatei: %s"
#. widget: none
@@ -230,7 +230,7 @@ Willkommen zu TeX Live!"
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:87
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:131
::msgcat::mcset de\
-"Remove packages"\
+"Removing packages"\
"Pakete entfernen"
#. widget: none
@@ -242,7 +242,7 @@ Willkommen zu TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:51
::msgcat::mcset de\
-"Remove the installation"\
+"Removing the installation"\
"Installation entfernen"
#. widget: none
@@ -386,7 +386,7 @@ Willkommen zu TeX Live!"
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:131
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:185
::msgcat::mcset de\
-"Add packages"\
+"Adding packages"\
"Pakete hinzufügen"
#. widget: none
@@ -398,7 +398,7 @@ Willkommen zu TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
::msgcat::mcset de\
-"Please select \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
+"Please go to \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
"Bitte wählen Sie \"Installation bearbeiten\" und editieren fmtutil.cfg oder updmap.cfg, falls Sie ein Format- oder Fontpaket hinzugefügt haben."
#. widget: none
@@ -413,19 +413,19 @@ Willkommen zu TeX Live!"
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:213
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:144
::msgcat::mcset de\
-"Info about the selected item"\
+"Info on the selected item"\
"Info zu ausgewählten Paketen"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:219
::msgcat::mcset de\
-"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill the list with \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
+"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
"\nAchtung. Bitte überprüfen Sie, ob das CD-Laufwerk mit der TeX Live Distribution ordnungsgemäß ausgewählt wurde.\n\nFüllen Sie zunächst die Liste durch Klicken auf den \"Suchen\" Knopf, wählen Sie dann ein oder mehrere Pakete aus und klicken auf den \"Installieren\" Knopf.\n\nInformationen zu einzelnen Paketen erhalten Sie durch Klicken auf den \"Info\" Knopf."
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:19
::msgcat::mcset de\
-"Select the packages to remove"\
+"Select packages for removal"\
"Auswahl der zu entfernenden Pakete"
#. widget: none
@@ -444,7 +444,7 @@ Willkommen zu TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:150
::msgcat::mcset de\
-"\nAttention: for the information about the packages, a CD drive with the TeX Live CD in the \"Add packages\" tab should be selected.\n\nFirst fill the list with \"Search\" button, then select an item and click the \"Remove\" button"\
+"\nAttention: to display package information, the CD drive with the TeX Live CD should be selected in the \"Add packages\" tab.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Remove\" button to remove the package."\
"\nAchtung: Für Informationen über die Pakete sollte ein CD Laufwerk mit der TeX Live CD im \"Pakete hinzufügen\" Feld ausgewählt sein.\n\nFüllen Sie zunächst die Liste durch Klicken auf den \"Suchen\" Knopf, wählen Sie dann ein oder mehrere Pakete aus und klicken auf den \"Entfernen\" Knopf.\n\nInformationen zu einzelnen Paketen erhalten Sie durch Klicken auf den \"Info\" Knopf."
#. widget: none
@@ -508,7 +508,7 @@ Willkommen zu TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:66
::msgcat::mcset de\
-"Create formats"\
+"Creating formats"\
"Formate erzeugen"
#. widget: none
@@ -526,13 +526,13 @@ Willkommen zu TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:100
::msgcat::mcset de\
-"Edit fmtutil.cnf"\
+"Editing fmtutil.cnf"\
"Editiere fmtutil.cnf"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:129
::msgcat::mcset de\
-"Edit updmap.cfg"\
+"Editing updmap.cfg"\
"Editiere updmap.cfg"
#. widget: none
@@ -551,7 +551,7 @@ Willkommen zu TeX Live!"
#. widget: unknown
#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:23
::msgcat::mcset de\
-"Path to the TL directory: %s"\
+"The path to the TL directory: %s"\
"Pfad zum TL Verzeichnis: %s"
#. widget: unknown
@@ -570,7 +570,7 @@ Willkommen zu TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:32
::msgcat::mcset de\
-"Please wait. Remove installation in progres."\
+"Please wait. Installation removal in progres."\
"Bitte warten. Entfernen der Installation in Arbeit."
#. widget: none
@@ -594,7 +594,7 @@ Willkommen zu TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:69
::msgcat::mcset de\
-"Installation of TeX Live"\
+"Installing TeX Live"\
"Installation von TeX Live"
#. widget: none
@@ -624,13 +624,13 @@ Willkommen zu TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:94
::msgcat::mcset de\
-"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) and perform maintenance."\
+"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) or perform other maintenance tasks."\
"\n\nSie sollten Ihr System jetzt neu starten.\nNach dem Neustart können Sie tlpmgui ausführen, um Pakete hinzuzufügen oder zu entfernen, und um Wartung durchzuführen."
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:96
::msgcat::mcset de\
-"\n\nAfter restarting tlpmgui you can add/remove package(s) and perform maintenance."\
+"\n\nAfter restarting tlpmgui you can add/remove package(s) or perform other maintenance tasks."\
"\n\nNach Neustart von tlpmgui können Sie Pakete hinzufügen oder entfernen, oder Wartung durchführen."
# guinb2.tcl
@@ -641,17 +641,17 @@ Willkommen zu TeX Live!"
# guinb3.tcl
::msgcat::mcset de\
-"Are you sure to remove selected packages?"\
+"Are you sure to remove the selected packages?"\
"Wollen Sie die ausgewählten Pakete wirklich entfernen?"
# guinb2.tcl
::msgcat::mcset de\
-"Are you sure to install selected packages?"\
+"Are you sure to install the selected packages?"\
"Wollen Sie die ausgewählten Pakete wirklich installieren?"
# proc.tcl
::msgcat::mcset de\
-"%s\n\nLog written to file %s\nWould you like to read the log file?"\
+"%s\n\nLog written to file %s\nWould you like to read it?"\
"%s\n\nProtokoll geschrieben in die Datei %s\nMöchten Sie die Protokolldatei lesen?"
# guinb5.tcl
@@ -686,7 +686,7 @@ Willkommen zu TeX Live!"
# guinb4.tcl
::msgcat::mcset de\
-"variable TEXMFCNF not found."\
+"The TEXMFCNF environment variable not found."\
"Variable TEXMFCNF nicht gefunden."
# guinb4.tcl
@@ -704,7 +704,7 @@ Willkommen zu TeX Live!"
"Please wait..."\
"Bitte warten..."
-# $Id: de.msg 248 2007-01-14 22:01:41Z tlu $
+# $Id: de.msg 302 2007-02-01 14:44:34Z tlu $
# 2005.10.08 20:10
# 2005.10.11 0:40 TLu - Please wait...
# 2005.10.31 21:55 TLu
diff --git a/Master/setuptl/msgs/en.msg b/Master/setuptl/msgs/en.msg
index dead094650e..1e18f7171f8 100644
--- a/Master/setuptl/msgs/en.msg
+++ b/Master/setuptl/msgs/en.msg
@@ -1,21 +1,21 @@
# -*- Tcl -*-
-# $Id: en.msg 237 2007-01-13 21:57:16Z tlu $
+# $Id: en.msg 302 2007-02-01 14:44:34Z tlu $
# --- new translations
::msgcat::mcset en \
-"Are you sure to install DVI previer - dviout?"\
-"Are you sure to install DVI previer - dviout?"
-::msgcat::mcset en "TeX Live has not been sucessfully installed in your system" "TeX Live has not been sucessfully installed in your system"
-::msgcat::mcset en "Problem with copying files by tlpm" "Problem with copying files by tlpm"
+"Are you sure to install the DVI previer - dviout?"\
+"Are you sure to install the DVI previer - dviout?"
+::msgcat::mcset en "TeX Live has not been successfully installed" "TeX Live has not been successfully installed"
+::msgcat::mcset en "A problem copying files by tlpm" "A problem copying files by tlpm"
::msgcat::mcset en \
-"\n\nFormats will be built for each user as needed. If you wish to install all formats at once, for everyone on your system, run fmtutil-sys --all.
+"\n\nFormats will be built for each user when needed. If you wish to build all formats at once, for all users of your system, run fmtutil-sys --all.
-For future global configuration, edit files in %s (or run texconfig or texconfig-sys).
+For future global configuration changes, edit the files in %s (or run texconfig or texconfig-sys).
-Most importantly, add %s to your PATH for current and future sessions.
+Most importantly, %s should be added to your PATH for the current and future sessions.
-You can run again tlpmgui to add or remove individual packages or collections.
+tlpmgui can be run again to add or remove individual packages or collections.
-The TeX Live web site (http://tug.org/texlive/) contains any updates and corrections.
+The TeX Live web site (http://tug.org/texlive/) contains updates and corrections.
Welcome to TeX Live!"\
"\n\nFormats will be built for each user as needed. If you wish to install all formats at once, for everyone on your system, run fmtutil-sys --all.
@@ -31,8 +31,8 @@ The TeX Live web site (http://tug.org/texlive/) contains any updates and correct
Welcome to TeX Live!"
::msgcat::mcset en "Installation is finished" "Installation is finished"
::msgcat::mcset en \
-"\nYou should add %s to your environment variable PATH"\
-"\nYou should add %s to your environment variable PATH"
+"\nYou should add %s to your PATH environment variable"\
+"\nYou should add %s to your PATH environment variable"
::msgcat::mcset en \
"Perl installation"\
"Perl installation"
@@ -43,8 +43,8 @@ Welcome to TeX Live!"
"Warning! Perl is already installed in your system!"\
"Warning! Perl is already installed in your system!"
::msgcat::mcset en \
-"Perl is not installed in your system, but is necessary for complete installation of TeXLive"\
-"Perl is not installed in your system, but is necessary for complete installation of TeXLive"
+"Perl is not installed in your system, but it is needed for a complete installation of TeX Live"\
+"Perl is not installed in your system, but it is needed for a complete installation of TeX Live"
::msgcat::mcset en \
"Ghostscript installation"\
"Ghostscript installation"
@@ -55,19 +55,19 @@ Welcome to TeX Live!"
"Warning! Ghostscript is already installed in your system!\nPath: %s" \
"Warning! Ghostscript is already installed in your system!\nPath: %s"
::msgcat::mcset en \
-"Ghostscript is not installed in your system, but is necessary for correct work of TeXLive" \
-"Ghostscript is not installed in your system, but is necessary for correct work of TeXLive"
+"Ghostscript is not installed in your system, but it is necessary for TeX Live to work properly" \
+"Ghostscript is not installed in your system, but it is necessary for TeX Live to work properly"
# ---
-::msgcat::mcset en "Setting RW attribute ..." "Setting RW attribute ..."
-::msgcat::mcset en "Search packages ..." "Search packages ..."
-::msgcat::mcset en "Preinstall action" "Preinstall action"
-::msgcat::mcset en "Postinstall action ..." "Postinstall action ..."
+::msgcat::mcset en "Setting RW attributes ..." "Setting RW attributes ..."
+::msgcat::mcset en "Searching for packages ..." "Searching for packages ..."
+::msgcat::mcset en "Preinstall actions" "Preinstall actions"
+::msgcat::mcset en "Postinstall actions ..." "Postinstall actions ..."
::msgcat::mcset en "Copying files ..." "Copying files ..."
-::msgcat::mcset en "Install packages ..." "Install packages ..."
-::msgcat::mcset en "Remove packages ..." "Remove packages ..."
+::msgcat::mcset en "Installing packages ..." "Installing packages ..."
+::msgcat::mcset en "Removing packages ..." "Removing packages ..."
::msgcat::mcset en "Removing files ..." "Removing files ..."
-::msgcat::mcset en "Refreshing database ..." "Refreshing database ..."
+::msgcat::mcset en "Refreshing the database ..." "Refreshing the database ..."
::msgcat::mcset en "Next" "Next"
::msgcat::mcset en "yes" "Yes"
::msgcat::mcset en "no" "No"
@@ -78,30 +78,30 @@ Welcome to TeX Live!"
"tlpm not found. Are you sure to continue?"
::msgcat::mcset en\
-"tlpm is necessary to install TeX Live and add/remove packages"\
-"tlpm is necessary to install TeX Live and add/remove packages"
+"tlpm is needed for installing TeX Live and adding/removing packages"\
+"tlpm is needed for installing TeX Live and adding/removing packages"
::msgcat::mcset en\
-"Write file failed!"\
-"Write file failed!"
+"File writing failed!"\
+"File writing failed!"
::msgcat::mcset en\
-"Write file %s failed!\nCheck permissions for write."\
-"Write file %s failed!\nCheck permissions for write."
+"Writing of the %s file failed!\nCheck the file permissions."\
+"Writing of the %s file failed!\nCheck the file permissions."
::msgcat::mcset en\
-"Read file failed!"\
-"Read file failed!"
+"File reading failed!"\
+"File reading failed!"
::msgcat::mcset en\
-"Read file %s failed!\nCheck file permissions and whether it exist."\
-"Read file %s failed!\nCheck file permissions and whether it exist."
+"Read of the %s file failed!\nCheck the file permissions and whether it exist."\
+"Read of the %s file failed!\nCheck the file permissions and whether it exist."
::msgcat::mcset en "Warning" "Warning"
::msgcat::mcset en\
-"Environment variable \"%s\" exist.\nAre you sure to replace?"\
-"Environment variable \"%s\" exist.\nAre you sure to replace?"
+"The environment variable \"%s\" exists.\nAre you sure to replace it?"\
+"The environment variable \"%s\" exists.\nAre you sure to replace it?"
::msgcat::mcset en\
"Current value:\n%s=%s"\
@@ -109,40 +109,40 @@ Welcome to TeX Live!"
# tooltips
::msgcat::mcset en\
-"Type chars for quick search a package"\
-"Type chars for quick search a package"
+"Enter starting chars of the package name to speed-up the search"\
+"Enter starting chars of the package name to speed-up the search"
::msgcat::mcset en\
-"Select path/drive with TeX Live %s"\
-"Select path/drive with TeX Live %s"
+"Selects the path/drive with TeX Live %s"\
+"Selects the path/drive with TeX Live %s"
::msgcat::mcset en\
-"Select destination of installation TeX Live"\
-"Select destination of installation TeX Live"
+"Selects the destination directory of the TeX Live installation"\
+"Selects the destination directory of the TeX Live installation"
::msgcat::mcset en\
"Not ready yet"\
"Not ready yet"
::msgcat::mcset en\
-"Search installed packages"\
-"Search installed packages"
+"Searches for installed packages"\
+"Searches for installed packages"
::msgcat::mcset en\
-"Remove selected packages"\
-"Remove selected packages"
+"Removes selected packages"\
+"Removes selected packages"
::msgcat::mcset en\
-"Info about selected package"\
-"Info about selected package"
+"Info on the selected package"\
+"Info on the selected package"
::msgcat::mcset en\
-"Search not installed packages"\
-"Search not installed packages"
+"Searches for not installed packages"\
+"Searches for not installed packages"
::msgcat::mcset en\
-"Install selected packages"\
-"Install selected packages"
+"Installs selected packages"\
+"Installs selected packages"
#
::msgcat::mcset en\
@@ -150,16 +150,16 @@ Welcome to TeX Live!"
"Collections:"
::msgcat::mcset en\
-"Confirm installation"\
-"Confirm installation"
+"Confirm to install"\
+"Confirm to install"
::msgcat::mcset en\
-"Are you sure to start installation of TeX Live?"\
-"Are you sure to start installation of TeX Live?"
+"Are you sure to install TeX Live?"\
+"Are you sure to install TeX Live?"
::msgcat::mcset en\
-"Remove texmf-local directory"\
-"Remove texmf-local directory"
+"Remove the texmf-local directory"\
+"Remove the texmf-local directory"
#-- new since 1.0
::msgcat::mcset en\
@@ -171,20 +171,20 @@ Welcome to TeX Live!"
"Run from DVD"
::msgcat::mcset en\
-"Setting environment for run from DVD"\
-"Setting environment for run from DVD"
+"Setting environment variables for running from DVD"\
+"Setting environment variables for running from DVD"
::msgcat::mcset en\
-"Set environment"\
-"Set environment"
+"Setting the environment"\
+"Setting the environment"
::msgcat::mcset en\
"Set"\
"Set"
::msgcat::mcset en\
-"TeX Live was prepared to run directly from the DVD"\
-"TeX Live was prepared to run directly from the DVD"
+"TeX Live is ready to run directly from the DVD"\
+"TeX Live is ready to run directly from the DVD"
#----------
#. widget: none
@@ -196,8 +196,8 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:11
::msgcat::mcset en\
-"Contents file: %s"\
-"Contents file: %s"
+"Contents of the %s file:"\
+"Contents of the %s file:"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:27
@@ -224,8 +224,8 @@ Welcome to TeX Live!"
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:87
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:131
::msgcat::mcset en\
-"Remove packages"\
-"Remove packages"
+"Removing packages"\
+"Removing packages"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:47
@@ -236,8 +236,8 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:51
::msgcat::mcset en\
-"Remove the installation"\
-"Remove the installation"
+"Removing the installation"\
+"Removing the installation"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:68
@@ -380,8 +380,8 @@ Welcome to TeX Live!"
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:131
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:185
::msgcat::mcset en\
-"Add packages"\
-"Add packages"
+"Adding packages"\
+"Adding packages"
#. widget: ttk::dialog .done
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
@@ -392,8 +392,8 @@ Welcome to TeX Live!"
#. widget: ttk::dialog .done
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
::msgcat::mcset en\
-"Please select \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
-"Please select \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package."
+"Please go to \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
+"Please go to \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package."
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:179
@@ -407,20 +407,20 @@ Welcome to TeX Live!"
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:213
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:144
::msgcat::mcset en\
-"Info about the selected item"\
-"Info about the selected item"
+"Info on the selected item"\
+"Info on the selected item"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:219
::msgcat::mcset en\
-"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill the list with \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
-"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill the list with \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."
+"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
+"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:19
::msgcat::mcset en\
-"Select the packages to remove"\
-"Select the packages to remove"
+"Select packages for removal"\
+"Select packages for removal"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:42
@@ -438,8 +438,8 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:150
::msgcat::mcset en\
-"\nAttention: for the information about the packages, a CD drive with the TeX Live CD in the \"Add packages\" tab should be selected.\n\nFirst fill the list with \"Search\" button, then select an item and click the \"Remove\" button"\
-"\nAttention: for the information about the packages, a CD drive with the TeX Live CD in the \"Add packages\" tab should be selected.\n\nFirst fill the list with \"Search\" button, then select an item and click the \"Remove\" button"
+"\nAttention: to display package information, the CD drive with the TeX Live CD should be selected in the \"Adding packages\" tab.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Remove\" button to remove the package."\
+"\nAttention: to display package information, the CD drive with the TeX Live CD should be selected in the \"Adding packages\" tab.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Remove\" button to remove the package."
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:11
@@ -502,8 +502,8 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:66
::msgcat::mcset en\
-"Create formats"\
-"Create formats"
+"Creating formats"\
+"Creating formats"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:68
@@ -521,14 +521,14 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:100
::msgcat::mcset en\
-"Edit fmtutil.cnf"\
-"Edit fmtutil.cnf"
+"Editing fmtutil.cnf"\
+"Editing fmtutil.cnf"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:129
::msgcat::mcset en\
-"Edit updmap.cfg"\
-"Edit updmap.cfg"
+"Editing updmap.cfg"\
+"Editing updmap.cfg"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4edit.tcl:15
@@ -546,8 +546,8 @@ Welcome to TeX Live!"
#. widget: unknown
#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:23
::msgcat::mcset en\
-"Path to the TL directory: %s"\
-"Path to the TL directory: %s"
+"The path to the TL directory: %s"\
+"The path to the TL directory: %s"
#. widget: unknown
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:76
@@ -565,8 +565,8 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:32
::msgcat::mcset en\
-"Please wait. Remove installation in progres."\
-"Please wait. Remove installation in progres."
+"Please wait. Installation removal in progres."\
+"Please wait. Installation removal in progres."
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:66
@@ -589,8 +589,8 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:69
::msgcat::mcset en\
-"Installation of TeX Live"\
-"Installation of TeX Live"
+"Installing TeX Live"\
+"Installing TeX Live"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:73
@@ -619,14 +619,14 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:94
::msgcat::mcset en\
-"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) and perform maintenance."\
-"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) and perform maintenance."
+"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) or perform other maintenance tasks."\
+"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) or perform other maintenance tasks."
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:96
::msgcat::mcset en\
-"\n\nAfter restarting tlpmgui you can add/remove package(s) and perform maintenance."\
-"\n\nAfter restarting tlpmgui you can add/remove package(s) and perform maintenance."
+"\n\nAfter restarting tlpmgui you can add/remove package(s) or perform other maintenance tasks."\
+"\n\nAfter restarting tlpmgui you can add/remove package(s) or perform other maintenance tasks."
# guinb2.tcl
# guinb3.tcl
@@ -636,18 +636,18 @@ Welcome to TeX Live!"
# guinb3.tcl
::msgcat::mcset en\
-"Are you sure to remove selected packages?"\
-"Are you sure to remove selected packages?"
+"Are you sure to remove the selected packages?"\
+"Are you sure to remove the selected packages?"
# guinb2.tcl
::msgcat::mcset en\
-"Are you sure to install selected packages?"\
-"Are you sure to install selected packages?"
+"Are you sure to install the selected packages?"\
+"Are you sure to install the selected packages?"
# proc.tcl
::msgcat::mcset en\
-"%s\n\nLog written to file %s\nWould you like to read the log file?"\
-"%s\n\nLog written to file %s\nWould you like to read the log file?"
+"%s\n\nLog written to file %s\nWould you like to read it?"\
+"%s\n\nLog written to file %s\nWould you like to read it?"
# guinb5.tcl
::msgcat::mcset en\
@@ -681,8 +681,8 @@ Welcome to TeX Live!"
# guinb.tcl
::msgcat::mcset en\
-"variable TEXMFCNF not found."\
-"variable TEXMFCNF not found."
+"The TEXMFCNF environment variable not found."\
+"The TEXMFCNF environment variable not found."
# guinb4.tcl
::msgcat::mcset en\
diff --git a/Master/setuptl/msgs/fr.msg b/Master/setuptl/msgs/fr.msg
index 28c77046f15..6934e39a4e3 100644
--- a/Master/setuptl/msgs/fr.msg
+++ b/Master/setuptl/msgs/fr.msg
@@ -3,19 +3,19 @@
# by Arthur Reutenauer (arthur.reutenauer@normalesup.org) ; UTF-8 encoding
# --- new translations
::msgcat::mcset fr \
-"Are you sure to install DVI previer - dviout?"\
+"Are you sure to install the DVI previer - dviout?"\
"tes-vous certain de vouloir installer le visualisateur DVI dviout ?"
-::msgcat::mcset fr "Problem with copying files by tlpm" "tlpm a rencontr des problmes en copiant des fichiers"
+::msgcat::mcset fr "A problem copying files by tlpm" "tlpm a rencontr des problmes en copiant des fichiers"
::msgcat::mcset fr \
-"\n\nFormats will be built for each user as needed. If you wish to install all formats at once, for everyone on your system, run fmtutil-sys --all.
+"\n\nFormats will be built for each user when needed. If you wish to build all formats at once, for all users of your system, run fmtutil-sys --all.
-For future global configuration, edit files in %s (or run texconfig or texconfig-sys).
+For future global configuration changes, edit the files in %s (or run texconfig or texconfig-sys).
-Most importantly, add %s to your PATH for current and future sessions.
+Most importantly, %s should be added to your PATH for the current and future sessions.
-You can run again tlpmgui to add or remove individual packages or collections.
+tlpmgui can be run again to add or remove individual packages or collections.
-The TeX Live web site (http://tug.org/texlive/) contains any updates and corrections.
+The TeX Live web site (http://tug.org/texlive/) contains updates and corrections.
Welcome to TeX Live!"\
"\n\nLes formats sont fabriqus automatiquement pour chaque utilisateur, la
@@ -34,7 +34,7 @@ Veuillez consulter le site de TeX Live (http://tug.org/texlive/) pour des mises
Bienvenue sur TeX Live !"
::msgcat::mcset fr "Installation is finished" "L'installation est termine"
::msgcat::mcset fr \
-"\nYou should add %s to your environment variable PATH"\
+"\nYou should add %s to your PATH environment variable"\
"\nVous devez ajouter %s votre variable d'environnement PATH"
::msgcat::mcset fr \
"Perl installation"\
@@ -46,7 +46,7 @@ Bienvenue sur TeX Live !"
"Warning! Perl is already installed in your system!"\
"Attention ! Perl est dj install sur votre ordinateur !"
::msgcat::mcset fr \
-"Perl is not installed in your system, but is necessary for complete installation of TeXLive"\
+"Perl is not installed in your system, but it is needed for a complete installation of TeX Live"\
"Perl n'est pas install sur votre ordinateur, mais est ncessaire pour l'instanllation complte de TeX Live"
::msgcat::mcset fr \
"Ghostscript installation"\
@@ -58,19 +58,19 @@ Bienvenue sur TeX Live !"
"Warning! Ghostscript is already installed in your system!\nPath: %s" \
"Warning! Ghostscript is already installed in your system!\nPath: %s"
::msgcat::mcset fr \
-"Ghostscript is not installed in your system, but is necessary for correct work of TeXLive" \
+"Ghostscript is not installed in your system, but it is necessary for TeX Live to work properly" \
"Ghostscript n'est pas install sur votre system, mais est ncessaire au bon fonctionnement de TeX Live"
# ---
-::msgcat::mcset fr "Setting RW attribute ..." "Rglage des droits de lecture et d'criture..."
-::msgcat::mcset fr "Search packages ..." "Recherche de paquets..."
-::msgcat::mcset fr "Preinstall action" "Action pralable l'installation..."
-::msgcat::mcset fr "Postinstall action ..." "Action postrieure l'installation..."
+::msgcat::mcset fr "Setting RW attributes ..." "Rglage des droits de lecture et d'criture..."
+::msgcat::mcset fr "Searching for packages ..." "Recherche de paquets..."
+::msgcat::mcset fr "Preinstall actions" "Action pralable l'installation..."
+::msgcat::mcset fr "Postinstall actions ..." "Action postrieure l'installation..."
::msgcat::mcset fr "Copying files ..." "Copie des fichiers..."
-::msgcat::mcset fr "Install packages ..." "Installation des paquets..."
-::msgcat::mcset fr "Remove packages ..." "Suppression des paquets..."
+::msgcat::mcset fr "Installing packages ..." "Installation des paquets..."
+::msgcat::mcset fr "Removing packages ..." "Suppression des paquets..."
::msgcat::mcset fr "Removing files ..." "Suppression des fichiers..."
-::msgcat::mcset fr "Refreshing database ..." "Mise jour de la base de donnes..."
+::msgcat::mcset fr "Refreshing the database ..." "Mise jour de la base de donnes..."
::msgcat::mcset fr "Next" "Suivant"
::msgcat::mcset fr "yes" "Oui"
::msgcat::mcset fr "no" "Non"
@@ -81,29 +81,29 @@ Bienvenue sur TeX Live !"
"Je ne trouve pas tlpm. tes-vous certain de vouloir continuer ?"
::msgcat::mcset fr\
-"tlpm is necessary to install TeX Live and add/remove packages"\
+"tlpm is needed for installing TeX Live and adding/removing packages"\
"tlpm est indispensable pour installer TeX Live, et ajouter ou supprimer des paquets"
::msgcat::mcset fr\
-"Write file failed!"\
+"File writing failed!"\
"chec en criture sur le fichier"
::msgcat::mcset fr\
-"Write file %s failed!\nCheck permissions for write."\
+"Writing of the %s file failed!\nCheck the file permissions."\
"Je n'arrive pas crire sur le fichier %s.\nVrifiez les droits d'criture."
::msgcat::mcset fr\
-"Read file failed!"\
+"File reading failed!"\
"chec en lecture du fichier"
::msgcat::mcset fr\
-"Read file %s failed!\nCheck file permissions and whether it exist."\
+"Read of the %s file failed!\nCheck the file permissions and whether it exist."\
"Je n'arrive pas lire le fichier %s.\nVrifiez que le fichier existe, et qu'il a les bons droits en lecture"
::msgcat::mcset fr "Warning" "Attention"
::msgcat::mcset fr\
-"Environment variable \"%s\" exist.\nAre you sure to replace?"\
+"The environment variable \"%s\" exists.\nAre you sure to replace it?"\
"La variable d'environnement \"%s\" existe dj.\ntes-vous certain de vouloir la remplacer ?"
::msgcat::mcset fr\
@@ -112,15 +112,15 @@ Bienvenue sur TeX Live !"
# tooltips
::msgcat::mcset fr\
-"Type chars for quick search a package"\
+"Enter starting chars of the package name to speed-up the search"\
"Entre des mots-cls pour rechercher un paquet"
::msgcat::mcset fr\
-"Select path/drive with TeX Live %s"\
+"Selects the path/drive with TeX Live %s"\
"Choisissez l'emplacement de TeX Live %s"
::msgcat::mcset fr\
-"Select destination of installation TeX Live"\
+"Selects the destination directory of the TeX Live installation"\
"Choisissez l'emplacement o sera installe TeX Live"
::msgcat::mcset fr\
@@ -128,23 +128,23 @@ Bienvenue sur TeX Live !"
"Je ne suis pas encore prt"
::msgcat::mcset fr\
-"Search installed packages"\
+"Searches for installed packages"\
"Rechercher parmi les paquets installs"
::msgcat::mcset fr\
-"Remove selected packages"\
+"Removes selected packages"\
"Supprimer les paquets slectionns"
::msgcat::mcset fr\
-"Info about selected package"\
+"Info on the selected package"\
"Informations sur le(s) paquet(s) slectionn(s)"
::msgcat::mcset fr\
-"Search not installed packages"\
+"Searches for not installed packages"\
"Rechercher parmi les paquets non installs"
::msgcat::mcset fr\
-"Install selected packages"\
+"Installs selected packages"\
"Installer les paquets slectionns"
#
@@ -153,15 +153,15 @@ Bienvenue sur TeX Live !"
"Collections:"
::msgcat::mcset fr\
-"Confirm installation"\
+"Confirm to install"\
"Confirmer l'installation"
::msgcat::mcset fr\
-"Are you sure to start installation of TeX Live?"\
+"Are you sure to install TeX Live?"\
"tes-vous certain de vouloir commencer l'installation de TeX Live ?"
::msgcat::mcset fr\
-"Remove texmf-local directory"\
+"Remove the texmf-local directory"\
"Supprimer le rpertoire texmf-local"
#-- new since 1.0
@@ -174,11 +174,11 @@ Bienvenue sur TeX Live !"
"Excuter partir du DVD"
::msgcat::mcset fr\
-"Setting environment for run from DVD"\
+"Setting environment variables for running from DVD"\
"Rglage de l'environnement pour excuter partir du DVD"
::msgcat::mcset fr\
-"Set environment"\
+"Setting the environment"\
"Rglage de l'environnement"
::msgcat::mcset fr\
@@ -186,7 +186,7 @@ Bienvenue sur TeX Live !"
"Rglage"
::msgcat::mcset fr\
-"TeX Live was prepared to run directly from the DVD"\
+"TeX Live is ready to run directly from the DVD"\
"Tous les rglages ont t effectus pour l'excution directe partir du DVD"
#----------
@@ -199,7 +199,7 @@ Bienvenue sur TeX Live !"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:11
::msgcat::mcset fr\
-"Contents file: %s"\
+"Contents of the %s file:"\
"Fichier de contenus : %s"
#. widget: none
@@ -227,7 +227,7 @@ Bienvenue sur TeX Live !"
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:87
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:131
::msgcat::mcset fr\
-"Remove packages"\
+"Removing packages"\
"Suppression de paquets"
#. widget: none
@@ -239,7 +239,7 @@ Bienvenue sur TeX Live !"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:51
::msgcat::mcset fr\
-"Remove the installation"\
+"Removing the installation"\
"Dsinstallation de TeX Live"
#. widget: none
@@ -383,7 +383,7 @@ Bienvenue sur TeX Live !"
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:131
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:185
::msgcat::mcset fr\
-"Add packages"\
+"Adding packages"\
"Ajout de paquets"
#. widget: ttk::dialog .done
@@ -395,7 +395,7 @@ Bienvenue sur TeX Live !"
#. widget: ttk::dialog .done
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
::msgcat::mcset fr\
-"Please select \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
+"Please go to \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
"Veuillez slectionner Gestion de l'installation et diter fmtutil.cfg ou updmap.cfg si vous avez ajout un format ou un paquet de polices."
#. widget: none
@@ -410,19 +410,19 @@ Bienvenue sur TeX Live !"
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:213
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:144
::msgcat::mcset fr\
-"Info about the selected item"\
+"Info on the selected item"\
"Informations sur l'lment slectionn"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:219
::msgcat::mcset fr\
-"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill the list with \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
+"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
"\nAttention. Veuillez vrifier que le lecteur de CD avec le CD TeX Live a t correctement choisi.\n\nRemplissez la liste avec le bouton Rechercher , puis choisissez un lment, et cliquer sur Installer , ou Info ."
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:19
::msgcat::mcset fr\
-"Select the packages to remove"\
+"Select packages for removal"\
"Choisissez le(s) paquet(s) supprimer"
#. widget: none
@@ -441,7 +441,7 @@ Bienvenue sur TeX Live !"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:150
::msgcat::mcset fr\
-"\nAttention: for the information about the packages, a CD drive with the TeX Live CD in the \"Add packages\" tab should be selected.\n\nFirst fill the list with \"Search\" button, then select an item and click the \"Remove\" button"\
+"\nAttention: to display package information, the CD drive with the TeX Live CD should be selected in the \"Add packages\" tab.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Remove\" button to remove the package."\
"\nAttention : pour obtenir des informations sur les paquets, vous devez slectionner, dans la section Ajout de paquets , un emplacement pour le lecteur de CD contenant le CD TeX Live.\n\nRemplissez la liste avec le bouton Rechercher , puis choisissez un lment, et cliquer sur Installer , ou Info ."
#. widget: none
@@ -505,7 +505,7 @@ Bienvenue sur TeX Live !"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:66
::msgcat::mcset fr\
-"Create formats"\
+"Creating formats"\
"Crer les formats"
#. widget: none
@@ -524,13 +524,13 @@ Bienvenue sur TeX Live !"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:100
::msgcat::mcset fr\
-"Edit fmtutil.cnf"\
+"Editing fmtutil.cnf"\
"diter le fichier fmtutil.cnf"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:129
::msgcat::mcset fr\
-"Edit updmap.cfg"\
+"Editing updmap.cfg"\
"diter le fichier updmap.cfg"
#. widget: none
@@ -549,7 +549,7 @@ Bienvenue sur TeX Live !"
#. widget: unknown
#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:23
::msgcat::mcset fr\
-"Path to the TL directory: %s"\
+"The path to the TL directory: %s"\
"Emplacement du rpertoire TL : %s"
#. widget: unknown
@@ -568,7 +568,7 @@ Bienvenue sur TeX Live !"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:32
::msgcat::mcset fr\
-"Please wait. Remove installation in progres."\
+"Please wait. Installation removal in progres."\
"Veuillez patienter. La dsinstallation est en cours..."
#. widget: none
@@ -594,7 +594,7 @@ Bienvenue sur TeX Live !"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:69
::msgcat::mcset fr\
-"Installation of TeX Live"\
+"Installing TeX Live"\
"Installation de TeX Live"
#. widget: none
@@ -624,13 +624,13 @@ Bienvenue sur TeX Live !"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:94
::msgcat::mcset fr\
-"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) and perform maintenance."\
+"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) or perform other maintenance tasks."\
"\n\nVous devez maintenant redmarre votre ordinateur.\nAprs le redmarrage vous pouvez si ncessaire relancer tlpmgui pour ajouter ou supprimer des paquets et procder d'autres tches de gestion."
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:96
::msgcat::mcset fr\
-"\n\nAfter restarting tlpmgui you can add/remove package(s) and perform maintenance."\
+"\n\nAfter restarting tlpmgui you can add/remove package(s) or perform other maintenance tasks."\
"\n\nUne fois tlpmgui relanc, vous pouvez ajouter ou supprimer des paquets, et grer votre installation."
# guinb2.tcl
@@ -641,17 +641,17 @@ Bienvenue sur TeX Live !"
# guinb3.tcl
::msgcat::mcset fr\
-"Are you sure to remove selected packages?"\
+"Are you sure to remove the selected packages?"\
"tes-vous certain de vouloir supprimer les paquets slectionns ?"
# guinb2.tcl
::msgcat::mcset fr\
-"Are you sure to install selected packages?"\
+"Are you sure to install the selected packages?"\
"tes-vous certain de vouloir installer les paquets slectionns ?"
# proc.tcl
::msgcat::mcset fr\
-"%s\n\nLog written to file %s\nWould you like to read the log file?"\
+"%s\n\nLog written to file %s\nWould you like to read it?"\
"%s\n\nL'historique de la session a t crit dans le fichier %s\nVoulez-vous le consulter maintenant ?"
# guinb5.tcl
@@ -686,7 +686,7 @@ Bienvenue sur TeX Live !"
# guinb.tcl
::msgcat::mcset fr\
-"variable TEXMFCNF not found."\
+"The TEXMFCNF environment variable not found."\
"Je ne trouve pas la variable TEXMFCNF."
# guinb4.tcl
diff --git a/Master/setuptl/msgs/pl.msg b/Master/setuptl/msgs/pl.msg
index 2497236a36b..7814c2c2637 100644
--- a/Master/setuptl/msgs/pl.msg
+++ b/Master/setuptl/msgs/pl.msg
@@ -1,21 +1,21 @@
# -*- Tcl -*-
-# $Id: pl.msg 237 2007-01-13 21:57:16Z tlu $
+# $Id: pl.msg 302 2007-02-01 14:44:34Z tlu $
# --- new translations
::msgcat::mcset pl \
-"Are you sure to install DVI previer - dviout?"\
+"Are you sure to install the DVI previer - dviout?"\
"Czy zainstalować przeglądarkę plików DVI - dviout?"
-::msgcat::mcset pl "TeX Live has not been sucessfully installed in your system" "TeX Live nie został poprawnie zainstalowany"
-::msgcat::mcset pl "Problem with copying files by tlpm" "Problem z kopiowaniem plików przez tlpm"
+::msgcat::mcset pl "TeX Live has not been successfully installed" "TeX Live nie został poprawnie zainstalowany"
+::msgcat::mcset pl "A problem copying files by tlpm" "Problem z kopiowaniem plików przez tlpm"
::msgcat::mcset pl \
-"\n\nFormats will be built for each user as needed. If you wish to install all formats at once, for everyone on your system, run fmtutil-sys --all.
+"\n\nFormats will be built for each user when needed. If you wish to build all formats at once, for all users of your system, run fmtutil-sys --all.
-For future global configuration, edit files in %s (or run texconfig or texconfig-sys).
+For future global configuration changes, edit the files in %s (or run texconfig or texconfig-sys).
-Most importantly, add %s to your PATH for current and future sessions.
+Most importantly, %s should be added to your PATH for the current and future sessions.
-You can run again tlpmgui to add or remove individual packages or collections.
+tlpmgui can be run again to add or remove individual packages or collections.
-The TeX Live web site (http://tug.org/texlive/) contains any updates and corrections.
+The TeX Live web site (http://tug.org/texlive/) contains updates and corrections.
Welcome to TeX Live!"\
"\n\nFormaty będą budowane gdy będą potrzebne dla każdego użytkownika oddzielnie. Jeśli chcesz zainstalować wszystkie formaty od razu, dla wszystkich użytkowników, to uruchom polecenie fmtutil-sys --all.
@@ -31,7 +31,7 @@ Na stronach internetowych TeX Live (http://tug.org/texlive/) znajdują się popr
Witamy w TeX Live!"
::msgcat::mcset pl "Installation is finished" "Instalacja zakończona"
::msgcat::mcset pl \
-"\nYou should add %s to your environment variable PATH"\
+"\nYou should add %s to your PATH environment variable"\
"\nPowinieneś dodać %s do zmiennej środowiskowej PATH"
::msgcat::mcset pl \
"Perl installation"\
@@ -43,8 +43,8 @@ Witamy w TeX Live!"
"Warning! Perl is already installed in your system!"\
"Uwaga! Perl jest już zainstalowany w Twoim systemie!"
::msgcat::mcset pl \
-"Perl is not installed in your system, but is necessary for complete installation of TeXLive"\
-"Perl nie jest zainstalowany w Twoim systemie, ale jest niezbędny do poprawnej instalacji TeXLive"
+"Perl is not installed in your system, but it is needed for a complete installation of TeX Live"\
+"Perl nie jest zainstalowany w Twoim systemie, ale jest niezbędny do poprawnej instalacji TeX Live"
::msgcat::mcset pl \
"Ghostscript installation"\
"Instalacja Ghostscripta"
@@ -55,19 +55,19 @@ Witamy w TeX Live!"
"Warning! Ghostscript is already installed in your system!\nPath: %s" \
"Uwaga! Ghostscript jest już zainstalowany w Twoim systemie!\nŚcieżka: %s"
::msgcat::mcset pl \
-"Ghostscript is not installed in your system, but is necessary for correct work of TeXLive" \
-"Ghostscript nie jest zainstalowany w Twoim systemie, ale jest niezbędny do poprawnej pracy z TeXLive"
+"Ghostscript is not installed in your system, but it is necessary for TeX Live to work properly" \
+"Ghostscript nie jest zainstalowany w Twoim systemie, ale jest niezbędny do poprawnej pracy z TeX Live"
# ---
-::msgcat::mcset pl "Setting RW attribute ..." "Ustawianie atrybutów RW ..."
-::msgcat::mcset pl "Search packages ..." "Wyszukiwanie pakietów ..."
-::msgcat::mcset pl "Preinstall action" "Czynności przedinstalacyjne"
-::msgcat::mcset pl "Postinstall action ..." "Czynności poinstalacyjne ..."
+::msgcat::mcset pl "Setting RW attributes ..." "Ustawianie atrybutów RW ..."
+::msgcat::mcset pl "Searching for packages ..." "Wyszukiwanie pakietów ..."
+::msgcat::mcset pl "Preinstall actions" "Czynności przedinstalacyjne"
+::msgcat::mcset pl "Postinstall actions ..." "Czynności poinstalacyjne ..."
::msgcat::mcset pl "Copying files ..." "Kopiowanie plików ..."
-::msgcat::mcset pl "Install packages ..." "Instalacja pakietów ..."
-::msgcat::mcset pl "Remove packages ..." "Usuwanie pakietów ..."
+::msgcat::mcset pl "Installing packages ..." "Instalacja pakietów ..."
+::msgcat::mcset pl "Removing packages ..." "Usuwanie pakietów ..."
::msgcat::mcset pl "Removing files ..." "Usuwanie plików ..."
-::msgcat::mcset pl "Refreshing database ..." "Odświeżanie bazy ..."
+::msgcat::mcset pl "Refreshing the database ..." "Odświeżanie bazy ..."
::msgcat::mcset pl "Next" "Następne"
::msgcat::mcset pl "yes" "Tak"
::msgcat::mcset pl "no" "Nie"
@@ -78,29 +78,29 @@ Witamy w TeX Live!"
"Nie znaleziono tlpm. Na pewno kontynuować?"
::msgcat::mcset pl\
-"tlpm is necessary to install TeX Live and add/remove packages"\
+"tlpm is needed for installing TeX Live and adding/removing packages"\
"Program tlpm jest wymagany do instalacji TeX Live oraz dodawania i usuwania pakietów."
::msgcat::mcset pl\
-"Write file failed!"\
+"File writing failed!"\
"Nieudany zapis pliku!"
::msgcat::mcset pl\
-"Write file %s failed!\nCheck permissions for write."\
+"Writing of the %s file failed!\nCheck the file permissions."\
"Nieudany zapis pliku %s!\nSprawdź prawa dostępu."
::msgcat::mcset pl\
-"Read file failed!"\
+"File reading failed!"\
"Nieudany odczyt pliku!"
::msgcat::mcset pl\
-"Read file %s failed!\nCheck file permissions and whether it exist."\
+"Read of the %s file failed!\nCheck the file permissions and whether it exist."\
"Nieudany odczyt pliku %s!\nSprawdź prawa dostępu i istnienie pliku."
::msgcat::mcset pl "Warning" "Ostrzeżenie"
::msgcat::mcset pl\
-"Environment variable \"%s\" exist.\nAre you sure to replace?"\
+"The environment variable \"%s\" exists.\nAre you sure to replace it?"\
"Zmienna środowiskowa \"%s\" już istnieje.\nCzy ją zastapić?"
::msgcat::mcset pl\
@@ -109,15 +109,15 @@ Witamy w TeX Live!"
# tooltips
::msgcat::mcset pl\
-"Type chars for quick search a package"\
+"Enter starting chars of the package name to speed-up the search"\
"Wpisz znaki nazwy dla szybkiego wyszukania pakietu"
::msgcat::mcset pl\
-"Select path/drive with TeX Live %s"\
+"Selects the path/drive with TeX Live %s"\
"Wybiera ścieżkę/dysk z TeX Live %s"
::msgcat::mcset pl\
-"Select destination of installation TeX Live"\
+"Selects the destination directory of the TeX Live installation"\
"Wybiera katalog do zainstalowania TeX Live"
::msgcat::mcset pl\
@@ -125,23 +125,23 @@ Witamy w TeX Live!"
"Jeszcze nie gotowe"
::msgcat::mcset pl\
-"Search installed packages"\
+"Searches for installed packages"\
"Wyszukuje zainstalowane pakiety"
::msgcat::mcset pl\
-"Remove selected packages"\
+"Removes selected packages"\
"Usuwa zainstalowane pakiety"
::msgcat::mcset pl\
-"Info about selected package"\
+"Info on the selected package"\
"Informacja o zaznaczonym pakiecie"
::msgcat::mcset pl\
-"Search not installed packages"\
-"Wyszukuje nie zainstalowane pakiety"
+"Searches for not installed packages"\
+"Wyszukuje niezainstalowane pakiety"
::msgcat::mcset pl\
-"Install selected packages"\
+"Installs selected packages"\
"Instaluje zaznaczone pakiety"
#
@@ -150,15 +150,15 @@ Witamy w TeX Live!"
"Kolekcje:"
::msgcat::mcset pl\
-"Confirm installation"\
+"Confirm to install"\
"Potwierdzenie instalacji"
::msgcat::mcset pl\
-"Are you sure to start installation of TeX Live?"\
+"Are you sure to install TeX Live?"\
"Na pewno uruchomić instalację TeX Live?"
::msgcat::mcset pl\
-"Remove texmf-local directory"\
+"Remove the texmf-local directory"\
"Usuń katalog texmf-local"
#-- new since 1.0
@@ -171,11 +171,11 @@ Witamy w TeX Live!"
"Uruchom z DVD"
::msgcat::mcset pl\
-"Setting environment for run from DVD"\
+"Setting environment variables for running from DVD"\
"Ustawianie zmiennych dla uruchamiania z DVD"
::msgcat::mcset pl\
-"Set environment"\
+"Setting the environment"\
"Ustawianie zmiennych"
::msgcat::mcset pl\
@@ -183,7 +183,7 @@ Witamy w TeX Live!"
"Ustaw"
::msgcat::mcset pl\
-"TeX Live was prepared to run directly from the DVD"\
+"TeX Live is ready to run directly from the DVD"\
"TeX Live został przygotowany do uruchomienia wprost z DVD"
#----------
@@ -196,7 +196,7 @@ Witamy w TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:11
::msgcat::mcset pl\
-"Contents file: %s"\
+"Contents of the %s file:"\
"Zawartość pliku: %s"
#. widget: none
@@ -224,7 +224,7 @@ Witamy w TeX Live!"
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:87
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:131
::msgcat::mcset pl\
-"Remove packages"\
+"Removing packages"\
"Usuwanie pakietów"
#. widget: none
@@ -236,7 +236,7 @@ Witamy w TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:51
::msgcat::mcset pl\
-"Remove the installation"\
+"Removing the installation"\
"Odinstalowanie"
#. widget: none
@@ -380,7 +380,7 @@ Witamy w TeX Live!"
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:131
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:185
::msgcat::mcset pl\
-"Add packages"\
+"Adding packages"\
"Dodawanie pakietów"
#. widget: none
@@ -392,7 +392,7 @@ Witamy w TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
::msgcat::mcset pl\
-"Please select \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
+"Please go to \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
"Jeśli dodano fonty lub formaty proszę wybrać \"Zarządzanie instalacją\" i wyedytować fmtutil.cnf lub updmap.cfg"
#. widget: none
@@ -407,19 +407,19 @@ Witamy w TeX Live!"
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:213
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:144
::msgcat::mcset pl\
-"Info about the selected item"\
+"Info on the selected item"\
"Informacje o zaznaczonym pakiecie"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:219
::msgcat::mcset pl\
-"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill the list with \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
+"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
"\nUwaga. Wybierz najpierw napęd CD \n\nNastępnie naciśnij przycisk \"Szukaj\" aby wypełnić listę pakietów. Po zaznaczeniu pakietu wybierz przycisk \"Instaluj\", by zainstalować, lub \"Informacje\" aby wyświetlić opis."
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:19
::msgcat::mcset pl\
-"Select the packages to remove"\
+"Select packages for removal"\
"Wybierz pakiety do usunięcia"
#. widget: none
@@ -438,7 +438,7 @@ Witamy w TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:150
::msgcat::mcset pl\
-"\nAttention: for the information about the packages, a CD drive with the TeX Live CD in the \"Add packages\" tab should be selected.\n\nFirst fill the list with \"Search\" button, then select an item and click the \"Remove\" button"\
+"\nAttention: to display package information, the CD drive with the TeX Live CD should be selected in the \"Add packages\" tab.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Remove\" button to remove the package."\
"\nUwaga: wyświetlenie informacji o pakietach wymaga sprawdzenia, czy napęd CD z TeX Live został poprawnie wybrany w zakładce \"Dodawanie...\"\n\nNastępnie naciśnij przycisk \"Szukaj\" aby wypełnić listę pakietów. Po zaznaczeniu pakietu wybierz przycisk \"Usuń\", aby usunąć pakiet bądź \"Informacje\", aby wyświetlić opis."
#. widget: none
@@ -502,7 +502,7 @@ Witamy w TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:66
::msgcat::mcset pl\
-"Create formats"\
+"Creating formats"\
"Tworzenie formatów"
#. widget: none
@@ -521,13 +521,13 @@ Witamy w TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:100
::msgcat::mcset pl\
-"Edit fmtutil.cnf"\
+"Editing fmtutil.cnf"\
"Edycja fmtutil.cnf"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:129
::msgcat::mcset pl\
-"Edit updmap.cfg"\
+"Editing updmap.cfg"\
"Edycja updmap.cfg"
#. widget: none
@@ -546,7 +546,7 @@ Witamy w TeX Live!"
#. widget: unknown
#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:23
::msgcat::mcset pl\
-"Path to the TL directory: %s"\
+"The path to the TL directory: %s"\
"Ścieżka do katalogu TeX Live: %s"
#. widget: unknown
@@ -565,7 +565,7 @@ Witamy w TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:32
::msgcat::mcset pl\
-"Please wait. Remove installation in progres."\
+"Please wait. Installation removal in progres."\
"Proszę czekać. Trwa odinstalowywanie."
#. widget: none
@@ -589,7 +589,7 @@ Witamy w TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:69
::msgcat::mcset pl\
-"Installation of TeX Live"\
+"Installing TeX Live"\
"Instalacja TeX Live"
#. widget: none
@@ -607,7 +607,7 @@ Witamy w TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:86
::msgcat::mcset pl\
-"Try again.\nPress the CD/DVD button for select correct path."\
+"Try again.\nPress the CD/DVD button to select the proper path."\
"Spróbuj ponownie.\nNaciśnij przycisk CD/DVD i wybierz poprawną ścieżkę."
#. widget: none
@@ -619,13 +619,13 @@ Witamy w TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:94
::msgcat::mcset pl\
-"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) and perform maintenance."\
+"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) or perform other maintenance tasks."\
"\n\nMusisz zrestartować system.\nPo restarcie możesz uruchomić tlpmgui aby dodać/usunąć pakiety lub wykonać inne czynności administracyjne."
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:96
::msgcat::mcset pl\
-"\n\nAfter restarting tlpmgui you can add/remove package(s) and perform maintenance."\
+"\n\nAfter restarting tlpmgui you can add/remove package(s) or perform other maintenance tasks."\
"\n\nPo ponownym uruchomieniu tlpmgui możesz dodać/usunąć pakiety lub wykonać inne czynności administracyjne."
# guinb2.tcl
@@ -636,17 +636,17 @@ Witamy w TeX Live!"
# guinb3.tcl
::msgcat::mcset pl\
-"Are you sure to remove selected packages?"\
+"Are you sure to remove the selected packages?"\
"Na pewno usunąć wybrane pakiety?"
# guinb2.tcl
::msgcat::mcset pl\
-"Are you sure to install selected packages?"\
+"Are you sure to install the selected packages?"\
"Na pewno zainstalować wybrane pakiety?"
# proc.tcl
::msgcat::mcset pl\
-"%s\n\nLog written to file %s\nWould you like to read the log file?"\
+"%s\n\nLog written to file %s\nWould you like to read it?"\
"%s\n\nLog zapisano do pliku %s\nCzy chcesz go przejrzeć?"
# guinb5.tcl
@@ -681,7 +681,7 @@ Witamy w TeX Live!"
# guinb4.tcl
::msgcat::mcset pl\
-"variable TEXMFCNF not found."\
+"The TEXMFCNF environment variable not found."\
"Nie znaleziono zmiennej TEXMFCNF."
# guinb4.tcl
diff --git a/Master/setuptl/msgs/sk.msg b/Master/setuptl/msgs/sk.msg
index 9e25295b779..71a6e936576 100644
--- a/Master/setuptl/msgs/sk.msg
+++ b/Master/setuptl/msgs/sk.msg
@@ -1,23 +1,23 @@
# -*- Tcl -*-
-# $Id: sk.msg 237 2007-01-13 21:57:16Z tlu $
+# $Id: sk.msg 302 2007-02-01 14:44:34Z tlu $
# SK translation of http://tug.org/texlive/devsrc/Master/setup-win32/msgs/translate_me.msg
# by Jan Busa; utf8 encoding (hopefully)
# --- new translations
::msgcat::mcset sk \
-"Are you sure to install DVI previer - dviout?"\
-"Are you sure to install DVI previer - dviout?"
-::msgcat::mcset sk "TeX Live has not been sucessfully installed in your system" "TeX Live has not been sucessfully installed in your system"
-::msgcat::mcset sk "Problem with copying files by tlpm" "Problem with copying files by tlpm"
+"Are you sure to install the DVI previer - dviout?"\
+"Are you sure to install the DVI previer - dviout?"
+::msgcat::mcset sk "TeX Live has not been successfully installed" "TeX Live has not been successfully installed"
+::msgcat::mcset sk "A problem copying files by tlpm" "A problem copying files by tlpm"
::msgcat::mcset sk \
-"\n\nFormats will be built for each user as needed. If you wish to install all formats at once, for everyone on your system, run fmtutil-sys --all.
+"\n\nFormats will be built for each user when needed. If you wish to build all formats at once, for all users of your system, run fmtutil-sys --all.
-For future global configuration, edit files in %s (or run texconfig or texconfig-sys).
+For future global configuration changes, edit the files in %s (or run texconfig or texconfig-sys).
-Most importantly, add %s to your PATH for current and future sessions.
+Most importantly, %s should be added to your PATH for the current and future sessions.
-You can run again tlpmgui to add or remove individual packages or collections.
+tlpmgui can be run again to add or remove individual packages or collections.
-The TeX Live web site (http://tug.org/texlive/) contains any updates and corrections.
+The TeX Live web site (http://tug.org/texlive/) contains updates and corrections.
Welcome to TeX Live!"\
"\n\nFormats will be built for each user as needed. If you wish to install all formats at once, for everyone on your system, run fmtutil-sys --all.
@@ -33,8 +33,8 @@ The TeX Live web site (http://tug.org/texlive/) contains any updates and correct
Welcome to TeX Live!"
::msgcat::mcset sk "Installation is finished" "Installation is finished"
::msgcat::mcset sk \
-"\nYou should add %s to your environment variable PATH"\
-"\nYou should add %s to your environment variable PATH"
+"\nYou should add %s to your PATH environment variable"\
+"\nYou should add %s to your PATH environment variable"
::msgcat::mcset sk \
"Perl installation"\
"Perl installation"
@@ -45,8 +45,8 @@ Welcome to TeX Live!"
"Warning! Perl is already installed in your system!"\
"Warning! Perl is already installed in your system!"
::msgcat::mcset sk \
-"Perl is not installed in your system, but is necessary for complete installation of TeXLive"\
-"Perl is not installed in your system, but is necessary for complete installation of TeXLive"
+"Perl is not installed in your system, but it is needed for a complete installation of TeX Live"\
+"Perl is not installed in your system, but it is needed for a complete installation of TeX Live"
::msgcat::mcset sk \
"Ghostscript installation"\
"Ghostscript installation"
@@ -57,19 +57,19 @@ Welcome to TeX Live!"
"Warning! Ghostscript is already installed in your system!\nPath: %s" \
"Warning! Ghostscript is already installed in your system!\nPath: %s"
::msgcat::mcset sk \
-"Ghostscript is not installed in your system, but is necessary for correct work of TeXLive" \
-"Ghostscript is not installed in your system, but is necessary for correct work of TeXLive"
+"Ghostscript is not installed in your system, but it is necessary for TeX Live to work properly" \
+"Ghostscript is not installed in your system, but it is necessary for TeX Live to work properly"
# ---
-::msgcat::mcset sk "Setting RW attribute ..." "Setting RW attribute ..."
-::msgcat::mcset sk "Search packages ..." "Search packages ..."
-::msgcat::mcset sk "Preinstall action" "Preinstall action"
-::msgcat::mcset sk "Postinstall action ..." "Postinstall action ..."
+::msgcat::mcset sk "Setting RW attributes ..." "Setting RW attributes ..."
+::msgcat::mcset sk "Searching for packages ..." "Searching for packages ..."
+::msgcat::mcset sk "Preinstall actions" "Preinstall actions"
+::msgcat::mcset sk "Postinstall actions ..." "Postinstall actions ..."
::msgcat::mcset sk "Copying files ..." "Copying files ..."
-::msgcat::mcset sk "Install packages ..." "Install packages ..."
-::msgcat::mcset sk "Remove packages ..." "Remove packages ..."
+::msgcat::mcset sk "Installing packages ..." "Installing packages ..."
+::msgcat::mcset sk "Removing packages ..." "Removing packages ..."
::msgcat::mcset sk "Removing files ..." "Removing files ..."
-::msgcat::mcset sk "Refreshing database ..." "Refreshing database ..."
+::msgcat::mcset sk "Refreshing the database ..." "Refreshing the database ..."
::msgcat::mcset sk "Next" "Next"
::msgcat::mcset sk "yes" "Yes"
::msgcat::mcset sk "no" "No"
@@ -80,30 +80,30 @@ Welcome to TeX Live!"
"tlpm sa nenašiel. Are you sure to continue?"
::msgcat::mcset sk\
-"tlpm is necessary to install TeX Live and add/remove packages"\
-"tlpm is necessary to install TeX Live and add/remove packages"
+"tlpm is needed for installing TeX Live and adding/removing packages"\
+"tlpm is needed for installing TeX Live and adding/removing packages"
::msgcat::mcset sk\
-"Write file failed!"\
-"Write file failed!"
+"File writing failed!"\
+"File writing failed!"
::msgcat::mcset sk\
-"Write file %s failed!\nCheck permissions for write."\
-"Write file %s failed!\nCheck permissions for write."
+"Writing of the %s file failed!\nCheck the file permissions."\
+"Writing of the %s file failed!\nCheck the file permissions."
::msgcat::mcset sk\
-"Read file failed!"\
-"Read file failed!"
+"File reading failed!"\
+"File reading failed!"
::msgcat::mcset sk\
-"Read file %s failed!\nCheck file permissions and whether it exist."\
-"Read file %s failed!\nCheck file permissions and whether it exist."
+"Read of the %s file failed!\nCheck the file permissions and whether it exist."\
+"Read of the %s file failed!\nCheck the file permissions and whether it exist."
::msgcat::mcset sk "Warning" "Warning"
::msgcat::mcset sk\
-"Environment variable \"%s\" exist.\nAre you sure to replace?"\
-"Environment variable \"%s\" exist.\nAre you sure to replace?"
+"The environment variable \"%s\" exists.\nAre you sure to replace it?"\
+"The environment variable \"%s\" exists.\nAre you sure to replace it?"
::msgcat::mcset sk\
"Current value:\n%s=%s"\
@@ -111,56 +111,56 @@ Welcome to TeX Live!"
# tooltips
::msgcat::mcset sk\
-"Type chars for quick search a package"\
-"Type chars for quick search a package"
+"Enter starting chars of the package name to speed-up the search"\
+"Enter starting chars of the package name to speed-up the search"
::msgcat::mcset sk\
-"Select path/drive with TeX Live %s"\
-"Select path/drive with TeX Live %s"
+"Selects the path/drive with TeX Live %s"\
+"Selects the path/drive with TeX Live %s"
::msgcat::mcset sk\
-"Select destination of installation TeX Live"\
-"Select destination of installation TeX Live"
+"Selects the destination directory of the TeX Live installation"\
+"Selects the destination directory of the TeX Live installation"
::msgcat::mcset sk\
"Not ready yet"\
"Not ready yet"
::msgcat::mcset sk\
-"Search installed packages"\
-"Search installed packages"
+"Searches for installed packages"\
+"Searches for installed packages"
::msgcat::mcset sk\
-"Remove selected packages"\
-"Remove selected packages"
+"Removes selected packages"\
+"Removes selected packages"
::msgcat::mcset sk\
-"Info about selected package"\
-"Info about selected package"
+"Info on the selected package"\
+"Info on the selected package"
::msgcat::mcset sk\
-"Search not installed packages"\
-"Search not installed packages"
+"Searches for not installed packages"\
+"Searches for not installed packages"
::msgcat::mcset sk\
-"Install selected packages"\
-"Install selected packages"
+"Installs selected packages"\
+"Installs selected packages"
#::msgcat::mcset sk\
"Collections:"\
"Collections:"
::msgcat::mcset sk\
-"Confirm installation"\
-"Confirm installation"
+"Confirm to install"\
+"Confirm to install"
::msgcat::mcset sk\
-"Are you sure to start installation of TeX Live?"\
-"Are you sure to start installation of TeX Live?"
+"Are you sure to install TeX Live?"\
+"Are you sure to install TeX Live?"
::msgcat::mcset sk\
-"Remove texmf-local directory"\
-"Remove texmf-local directory"
+"Remove the texmf-local directory"\
+"Remove the texmf-local directory"
#-- new since 1.0
::msgcat::mcset sk\
@@ -172,20 +172,20 @@ Welcome to TeX Live!"
"Run from DVD"
::msgcat::mcset sk\
-"Setting environment for run from DVD"\
-"Setting environment for run from DVD"
+"Setting environment variables for running from DVD"\
+"Setting environment variables for running from DVD"
::msgcat::mcset sk\
-"Set environment"\
-"Set environment"
+"Setting the environment"\
+"Setting the environment"
::msgcat::mcset sk\
"Set"\
"Set"
::msgcat::mcset sk\
-"TeX Live was prepared to run directly from the DVD"\
-"TeX Live was prepared to run directly from the DVD"
+"TeX Live is ready to run directly from the DVD"\
+"TeX Live is ready to run directly from the DVD"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:5
@@ -196,7 +196,7 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:11
::msgcat::mcset sk\
-"Contents file: %s"\
+"Contents of the %s file:"\
"Súbor obsahu: %s"
#. widget: none
@@ -224,7 +224,7 @@ Welcome to TeX Live!"
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:87
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:131
::msgcat::mcset sk\
-"Remove packages"\
+"Removing packages"\
"Odstráň balíky"
#. widget: none
@@ -236,7 +236,7 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:51
::msgcat::mcset sk\
-"Remove the installation"\
+"Removing the installation"\
"Odstráň inštaláciu"
#. widget: none
@@ -380,7 +380,7 @@ Welcome to TeX Live!"
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:131
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:185
::msgcat::mcset sk\
-"Add packages"\
+"Adding packages"\
"Pridaj balíky"
#. widget: none
@@ -392,7 +392,7 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
::msgcat::mcset sk\
-"Please select \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
+"Please go to \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
"Ak ste pridali formát alebo balík fontov, zvoľte, prosím, \"Správa inštalácie\" a upravte súbory fmtutil.cfg alebo updmap.cfg"
#. widget: none
@@ -407,19 +407,19 @@ Welcome to TeX Live!"
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:213
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:144
::msgcat::mcset sk\
-"Info about the selected item"\
+"Info on the selected item"\
"Informácia o zvolenej položke"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:219
::msgcat::mcset sk\
-"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill the list with \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
+"\nAttention: to display package information, the CD drive with the TeX Live CD should be selected in the \"Add packages\" tab.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Remove\" button to remove the package."\
"\nPozor. Skontrolujte, prosím, či je správne zvolená\n mechanika CD s CD TeX Live.\n\n\nNajprv vyplňte zoznam tlačidlom \"Hľadaj\", potom zvoľte položku a kliknite na tlačidlo \"Nainštaluj\" alebo \"Informácia\" button."
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:19
::msgcat::mcset sk\
-"Select the packages to remove"\
+"Select packages for removal"\
"Zvoľte balíky na odstránenie"
#. widget: none
@@ -438,7 +438,7 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:150
::msgcat::mcset sk\
-"\nAttention: for the information about the packages, a CD drive with the TeX Live CD in the \"Add packages\" tab should be selected.\n\nFirst fill the list with \"Search\" button, then select an item and click the \"Remove\" button"\
+"\nAttention: for the information about the packages, a CD drive with the TeX Live CD in the \"Adding packages\" tab should be selected.\n\nFirst fill the list with \"Search\" button, then select an item and click the \"Remove\" button"\
"\nPozor: na informáciu o balíkoch, musí byť v tabuľke \"Pridaj balíky\" zvolená mechanika CD s CD TeX Live.\n\nNajprv vyplňte zoznam tlačidlom \"Hľadaj\", potom zvoľte položku a kliknite na tlačidlo \"Odstráň\""
#. widget: none
@@ -502,7 +502,7 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:66
::msgcat::mcset sk\
-"Create formats"\
+"Creating formats"\
"Vytvor formáty"
#. widget: none
@@ -521,13 +521,13 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:100
::msgcat::mcset sk\
-"Edit fmtutil.cnf"\
+"Editing fmtutil.cnf"\
"Uprav fmtutil.cnf"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:129
::msgcat::mcset sk\
-"Edit updmap.cfg"\
+"Editing updmap.cfg"\
"Uprav updmap.cfg"
#. widget: none
@@ -546,7 +546,7 @@ Welcome to TeX Live!"
#. widget: unknown
#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:23
::msgcat::mcset sk\
-"Path to the TL directory: %s"\
+"The path to the TL directory: %s"\
"Cesta k adresáru TL: %s"
#. widget: unknown
@@ -565,7 +565,7 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:32
::msgcat::mcset sk\
-"Please wait. Remove installation in progres."\
+"Please wait. Installation removal in progres."\
"Čakajte, prosím. Prebieha odstránenie inštalácie."
#. widget: none
@@ -589,7 +589,7 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:69
::msgcat::mcset sk\
-"Installation of TeX Live"\
+"Installing TeX Live"\
"Inštalácia TeX Live"
#. widget: none
@@ -619,13 +619,13 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:94
::msgcat::mcset sk\
-"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) and perform maintenance."\
+"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) or perform other maintenance tasks."\
"\n\nTeraz musíte reštartovať Váš systém.\nPo reštarte môžete spustiť tlpmgui na pridanie/odstránenie balíkov a na vykonanie údržby."
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:96
::msgcat::mcset sk\
-"\n\nAfter restarting tlpmgui you can add/remove package(s) and perform maintenance."\
+"\n\nAfter restarting tlpmgui you can add/remove package(s) or perform other maintenance tasks."\
"\n\nPo reštarte programu tlpmgui môžete pridať/odobrať balíky a vykonať údržbu."
# guinb2.tcl
@@ -636,17 +636,17 @@ Welcome to TeX Live!"
# guinb3.tcl
::msgcat::mcset sk\
-"Are you sure to remove selected packages?"\
+"Are you sure to remove the selected packages?"\
"Určite chcete odstrániť zvolené balíky?"
# guinb2.tcl
::msgcat::mcset sk\
-"Are you sure to install selected packages?"\
+"Are you sure to install the selected packages?"\
"Určite chcete nainštalovať zvolené balíky?"
# proc.tcl
::msgcat::mcset sk\
-"%s\n\nLog written to file %s\nWould you like to read the log file?"\
+"%s\n\nLog written to file %s\nWould you like to read it?"\
"%s\n\nProtokol zapísaný do súboru %s\nChcete si prečítať log-súbor?"
# guinb5.tcl
@@ -681,7 +681,7 @@ Welcome to TeX Live!"
# guinb4.tcl
::msgcat::mcset sk\
-"variable TEXMFCNF not found."\
+"The TEXMFCNF environment variable not found."\
"premenná TEXMFCNF sa nenašla."
# guinb4.tcl
::msgcat::mcset sk\
diff --git a/Master/setuptl/msgs/translate_me.msg b/Master/setuptl/msgs/translate_me.msg
index b8072e1faa9..fbf0d15792a 100644
--- a/Master/setuptl/msgs/translate_me.msg
+++ b/Master/setuptl/msgs/translate_me.msg
@@ -1,20 +1,21 @@
# -*- Tcl -*-
-# $Id: translate_me.msg 237 2007-01-13 21:57:16Z tlu $
+# $Id: translate_me.msg 302 2007-02-01 14:44:34Z tlu $
# --- new translations
::msgcat::mcset en \
-"Are you sure to install DVI previer - dviout?"\
-"Are you sure to install DVI previer - dviout?"
-::msgcat::mcset en "Problem with copying files by tlpm" "Problem with copying files by tlpm"
+"Are you sure to install the DVI previer - dviout?"\
+"Are you sure to install the DVI previer - dviout?"
+::msgcat::mcset en "TeX Live has not been successfully installed" "TeX Live has not been successfully installed"
+::msgcat::mcset en "A problem copying files by tlpm" "A problem copying files by tlpm"
::msgcat::mcset en \
-"\n\nFormats will be built for each user as needed. If you wish to install all formats at once, for everyone on your system, run fmtutil-sys --all.
+"\n\nFormats will be built for each user when needed. If you wish to build all formats at once, for all users of your system, run fmtutil-sys --all.
-For future global configuration, edit files in %s (or run texconfig or texconfig-sys).
+For future global configuration changes, edit the files in %s (or run texconfig or texconfig-sys).
-Most importantly, add %s to your PATH for current and future sessions.
+Most importantly, %s should be added to your PATH for the current and future sessions.
-You can run again tlpmgui to add or remove individual packages or collections.
+tlpmgui can be run again to add or remove individual packages or collections.
-The TeX Live web site (http://tug.org/texlive/) contains any updates and corrections.
+The TeX Live web site (http://tug.org/texlive/) contains updates and corrections.
Welcome to TeX Live!"\
"\n\nFormats will be built for each user as needed. If you wish to install all formats at once, for everyone on your system, run fmtutil-sys --all.
@@ -30,8 +31,8 @@ The TeX Live web site (http://tug.org/texlive/) contains any updates and correct
Welcome to TeX Live!"
::msgcat::mcset en "Installation is finished" "Installation is finished"
::msgcat::mcset en \
-"\nYou should add %s to your environment variable PATH"\
-"\nYou should add %s to your environment variable PATH"
+"\nYou should add %s to your PATH environment variable"\
+"\nYou should add %s to your PATH environment variable"
::msgcat::mcset en \
"Perl installation"\
"Perl installation"
@@ -42,8 +43,8 @@ Welcome to TeX Live!"
"Warning! Perl is already installed in your system!"\
"Warning! Perl is already installed in your system!"
::msgcat::mcset en \
-"Perl is not installed in your system, but is necessary for complete installation of TeXLive"\
-"Perl is not installed in your system, but is necessary for complete installation of TeXLive"
+"Perl is not installed in your system, but it is needed for a complete installation of TeX Live"\
+"Perl is not installed in your system, but it is needed for a complete installation of TeX Live"
::msgcat::mcset en \
"Ghostscript installation"\
"Ghostscript installation"
@@ -54,19 +55,19 @@ Welcome to TeX Live!"
"Warning! Ghostscript is already installed in your system!\nPath: %s" \
"Warning! Ghostscript is already installed in your system!\nPath: %s"
::msgcat::mcset en \
-"Ghostscript is not installed in your system, but is necessary for correct work of TeXLive" \
-"Ghostscript is not installed in your system, but is necessary for correct work of TeXLive"
+"Ghostscript is not installed in your system, but it is necessary for TeX Live to work properly" \
+"Ghostscript is not installed in your system, but it is necessary for TeX Live to work properly"
# ---
-::msgcat::mcset en "Setting RW attribute ..." "Setting RW attribute ..."
-::msgcat::mcset en "Search packages ..." "Search packages ..."
-::msgcat::mcset en "Preinstall action" "Preinstall action"
-::msgcat::mcset en "Postinstall action ..." "Postinstall action ..."
+::msgcat::mcset en "Setting RW attributes ..." "Setting RW attributes ..."
+::msgcat::mcset en "Searching for packages ..." "Searching for packages ..."
+::msgcat::mcset en "Preinstall actions" "Preinstall actions"
+::msgcat::mcset en "Postinstall actions ..." "Postinstall actions ..."
::msgcat::mcset en "Copying files ..." "Copying files ..."
-::msgcat::mcset en "Install packages ..." "Install packages ..."
-::msgcat::mcset en "Remove packages ..." "Remove packages ..."
+::msgcat::mcset en "Installing packages ..." "Installing packages ..."
+::msgcat::mcset en "Removing packages ..." "Removing packages ..."
::msgcat::mcset en "Removing files ..." "Removing files ..."
-::msgcat::mcset en "Refreshing database ..." "Refreshing database ..."
+::msgcat::mcset en "Refreshing the database ..." "Refreshing the database ..."
::msgcat::mcset en "Next" "Next"
::msgcat::mcset en "yes" "Yes"
::msgcat::mcset en "no" "No"
@@ -77,30 +78,30 @@ Welcome to TeX Live!"
"tlpm not found. Are you sure to continue?"
::msgcat::mcset en\
-"tlpm is necessary to install TeX Live and add/remove packages"\
-"tlpm is necessary to install TeX Live and add/remove packages"
+"tlpm is needed for installing TeX Live and adding/removing packages"\
+"tlpm is needed for installing TeX Live and adding/removing packages"
::msgcat::mcset en\
-"Write file failed!"\
-"Write file failed!"
+"File writing failed!"\
+"File writing failed!"
::msgcat::mcset en\
-"Write file %s failed!\nCheck permissions for write."\
-"Write file %s failed!\nCheck permissions for write."
+"Writing of the %s file failed!\nCheck the file permissions."\
+"Writing of the %s file failed!\nCheck the file permissions."
::msgcat::mcset en\
-"Read file failed!"\
-"Read file failed!"
+"File reading failed!"\
+"File reading failed!"
::msgcat::mcset en\
-"Read file %s failed!\nCheck file permissions and whether it exist."\
-"Read file %s failed!\nCheck file permissions and whether it exist."
+"Read of the %s file failed!\nCheck the file permissions and whether it exist."\
+"Read of the %s file failed!\nCheck the file permissions and whether it exist."
::msgcat::mcset en "Warning" "Warning"
::msgcat::mcset en\
-"Environment variable \"%s\" exist.\nAre you sure to replace?"\
-"Environment variable \"%s\" exist.\nAre you sure to replace?"
+"The environment variable \"%s\" exists.\nAre you sure to replace it?"\
+"The environment variable \"%s\" exists.\nAre you sure to replace it?"
::msgcat::mcset en\
"Current value:\n%s=%s"\
@@ -108,40 +109,40 @@ Welcome to TeX Live!"
# tooltips
::msgcat::mcset en\
-"Type chars for quick search a package"\
-"Type chars for quick search a package"
+"Enter starting chars of the package name to speed-up the search"\
+"Enter starting chars of the package name to speed-up the search"
::msgcat::mcset en\
-"Select path/drive with TeX Live %s"\
-"Select path/drive with TeX Live %s"
+"Selects the path/drive with TeX Live %s"\
+"Selects the path/drive with TeX Live %s"
::msgcat::mcset en\
-"Select destination of installation TeX Live"\
-"Select destination of installation TeX Live"
+"Selects the destination directory of the TeX Live installation"\
+"Selects the destination directory of the TeX Live installation"
::msgcat::mcset en\
"Not ready yet"\
"Not ready yet"
::msgcat::mcset en\
-"Search installed packages"\
-"Search installed packages"
+"Searches for installed packages"\
+"Searches for installed packages"
::msgcat::mcset en\
-"Remove selected packages"\
-"Remove selected packages"
+"Removes selected packages"\
+"Removes selected packages"
::msgcat::mcset en\
-"Info about selected package"\
-"Info about selected package"
+"Info on the selected package"\
+"Info on the selected package"
::msgcat::mcset en\
-"Search not installed packages"\
-"Search not installed packages"
+"Searches for not installed packages"\
+"Searches for not installed packages"
::msgcat::mcset en\
-"Install selected packages"\
-"Install selected packages"
+"Installs selected packages"\
+"Installs selected packages"
#
::msgcat::mcset en\
@@ -149,16 +150,16 @@ Welcome to TeX Live!"
"Collections:"
::msgcat::mcset en\
-"Confirm installation"\
-"Confirm installation"
+"Confirm to install"\
+"Confirm to install"
::msgcat::mcset en\
-"Are you sure to start installation of TeX Live?"\
-"Are you sure to start installation of TeX Live?"
+"Are you sure to install TeX Live?"\
+"Are you sure to install TeX Live?"
::msgcat::mcset en\
-"Remove texmf-local directory"\
-"Remove texmf-local directory"
+"Remove the texmf-local directory"\
+"Remove the texmf-local directory"
#-- new since 1.0
::msgcat::mcset en\
@@ -170,20 +171,20 @@ Welcome to TeX Live!"
"Run from DVD"
::msgcat::mcset en\
-"Setting environment for run from DVD"\
-"Setting environment for run from DVD"
+"Setting environment variables for running from DVD"\
+"Setting environment variables for running from DVD"
::msgcat::mcset en\
-"Set environment"\
-"Set environment"
+"Setting the environment"\
+"Setting the environment"
::msgcat::mcset en\
"Set"\
"Set"
::msgcat::mcset en\
-"TeX Live was prepared to run directly from the DVD"\
-"TeX Live was prepared to run directly from the DVD"
+"TeX Live is ready to run directly from the DVD"\
+"TeX Live is ready to run directly from the DVD"
#----------
#. widget: none
@@ -195,8 +196,8 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:11
::msgcat::mcset en\
-"Contents file: %s"\
-"Contents file: %s"
+"Contents of the %s file:"\
+"Contents of the %s file:"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:27
@@ -223,8 +224,8 @@ Welcome to TeX Live!"
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:87
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:131
::msgcat::mcset en\
-"Remove packages"\
-"Remove packages"
+"Removing packages"\
+"Removing packages"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:47
@@ -235,8 +236,8 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:51
::msgcat::mcset en\
-"Remove the installation"\
-"Remove the installation"
+"Removing the installation"\
+"Removing the installation"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:68
@@ -379,8 +380,8 @@ Welcome to TeX Live!"
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:131
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:185
::msgcat::mcset en\
-"Add packages"\
-"Add packages"
+"Adding packages"\
+"Adding packages"
#. widget: ttk::dialog .done
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
@@ -391,8 +392,8 @@ Welcome to TeX Live!"
#. widget: ttk::dialog .done
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
::msgcat::mcset en\
-"Please select \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
-"Please select \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package."
+"Please go to \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
+"Please go to \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package."
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:179
@@ -406,20 +407,20 @@ Welcome to TeX Live!"
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:213
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:144
::msgcat::mcset en\
-"Info about the selected item"\
-"Info about the selected item"
+"Info on the selected item"\
+"Info on the selected item"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:219
::msgcat::mcset en\
-"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill the list with \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
-"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill the list with \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."
+"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
+"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:19
::msgcat::mcset en\
-"Select the packages to remove"\
-"Select the packages to remove"
+"Select packages for removal"\
+"Select packages for removal"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:42
@@ -437,8 +438,8 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:150
::msgcat::mcset en\
-"\nAttention: for the information about the packages, a CD drive with the TeX Live CD in the \"Add packages\" tab should be selected.\n\nFirst fill the list with \"Search\" button, then select an item and click the \"Remove\" button"\
-"\nAttention: for the information about the packages, a CD drive with the TeX Live CD in the \"Add packages\" tab should be selected.\n\nFirst fill the list with \"Search\" button, then select an item and click the \"Remove\" button"
+"\nAttention: to display package information, the CD drive with the TeX Live CD should be selected in the \"Adding packages\" tab.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Remove\" button to remove the package."\
+"\nAttention: to display package information, the CD drive with the TeX Live CD should be selected in the \"Adding packages\" tab.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Remove\" button to remove the package."
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:11
@@ -501,8 +502,8 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:66
::msgcat::mcset en\
-"Create formats"\
-"Create formats"
+"Creating formats"\
+"Creating formats"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:68
@@ -520,14 +521,14 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:100
::msgcat::mcset en\
-"Edit fmtutil.cnf"\
-"Edit fmtutil.cnf"
+"Editing fmtutil.cnf"\
+"Editing fmtutil.cnf"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:129
::msgcat::mcset en\
-"Edit updmap.cfg"\
-"Edit updmap.cfg"
+"Editing updmap.cfg"\
+"Editing updmap.cfg"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb4edit.tcl:15
@@ -545,8 +546,8 @@ Welcome to TeX Live!"
#. widget: unknown
#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:23
::msgcat::mcset en\
-"Path to the TL directory: %s"\
-"Path to the TL directory: %s"
+"The path to the TL directory: %s"\
+"The path to the TL directory: %s"
#. widget: unknown
#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:76
@@ -564,17 +565,15 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:32
::msgcat::mcset en\
-"Please wait. Remove installation in progres."\
-"Please wait. Remove installation in progres."
+"Please wait. Installation removal in progres."\
+"Please wait. Installation removal in progres."
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:66
::msgcat::mcset en\
"TeX Live has been sucessfully removed from your system"\
"TeX Live has been sucessfully removed from your system"
-
::msgcat::mcset en "Press \"OK\" to exit" "Press \"OK\" to exit"
-
#. widget: unknown
#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:73
::msgcat::mcset en\
@@ -590,8 +589,8 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:69
::msgcat::mcset en\
-"Installation of TeX Live"\
-"Installation of TeX Live"
+"Installing TeX Live"\
+"Installing TeX Live"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:73
@@ -620,14 +619,14 @@ Welcome to TeX Live!"
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:94
::msgcat::mcset en\
-"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) and perform maintenance."\
-"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) and perform maintenance."
+"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) or perform other maintenance tasks."\
+"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) or perform other maintenance tasks."
#. widget: none
#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:96
::msgcat::mcset en\
-"\n\nAfter restarting tlpmgui you can add/remove package(s) and perform maintenance."\
-"\n\nAfter restarting tlpmgui you can add/remove package(s) and perform maintenance."
+"\n\nAfter restarting tlpmgui you can add/remove package(s) or perform other maintenance tasks."\
+"\n\nAfter restarting tlpmgui you can add/remove package(s) or perform other maintenance tasks."
# guinb2.tcl
# guinb3.tcl
@@ -637,18 +636,18 @@ Welcome to TeX Live!"
# guinb3.tcl
::msgcat::mcset en\
-"Are you sure to remove selected packages?"\
-"Are you sure to remove selected packages?"
+"Are you sure to remove the selected packages?"\
+"Are you sure to remove the selected packages?"
# guinb2.tcl
::msgcat::mcset en\
-"Are you sure to install selected packages?"\
-"Are you sure to install selected packages?"
+"Are you sure to install the selected packages?"\
+"Are you sure to install the selected packages?"
# proc.tcl
::msgcat::mcset en\
-"%s\n\nLog written to file %s\nWould you like to read the log file?"\
-"%s\n\nLog written to file %s\nWould you like to read the log file?"
+"%s\n\nLog written to file %s\nWould you like to read it?"\
+"%s\n\nLog written to file %s\nWould you like to read it?"
# guinb5.tcl
::msgcat::mcset en\
@@ -677,13 +676,13 @@ Welcome to TeX Live!"
# guinb4.tcl
::msgcat::mcset en\
-"File \"%s\" not found.\nProbably TeX Live is not correctly installed." \
+"File \"%s\" not found.\nProbably TeX Live is not correctly installed."\
"File \"%s\" not found.\nProbably TeX Live is not correctly installed."
# guinb.tcl
::msgcat::mcset en\
-"variable TEXMFCNF not found."\
-"variable TEXMFCNF not found."
+"The TEXMFCNF environment variable not found."\
+"The TEXMFCNF environment variable not found."
# guinb4.tcl
::msgcat::mcset en\
@@ -700,5 +699,4 @@ Welcome to TeX Live!"
"Please wait..."\
"Please wait..."
-# 2005.10.11 0:40
-# 2005.10.31 21:55 TLu
+# EOF
diff --git a/Master/setuptl/tlpm-i386-linux.pl b/Master/setuptl/tlpm-i386-linux.pl
index 61728fdac46..30f27383377 100755
--- a/Master/setuptl/tlpm-i386-linux.pl
+++ b/Master/setuptl/tlpm-i386-linux.pl
@@ -1,8 +1,8 @@
#!/usr/bin/env perl
-# This file belongs to TLPM v2.20, TeX Live Package Manager
+# This file belongs to TLPM v2.21, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
-BEGIN{$tlpm_version="2.20";$tlpm_os="i386-linux"}
+BEGIN{$tlpm_version="2.21";$tlpm_os="i386-linux"}
# the main tlpm script
diff --git a/Master/setuptl/tlpm-x86_64-linux.pl b/Master/setuptl/tlpm-x86_64-linux.pl
index daee185caaa..eec92ea8725 100755
--- a/Master/setuptl/tlpm-x86_64-linux.pl
+++ b/Master/setuptl/tlpm-x86_64-linux.pl
@@ -1,8 +1,8 @@
#!/usr/bin/env perl
-# This file belongs to TLPM v2.20, TeX Live Package Manager
+# This file belongs to TLPM v2.21, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
-BEGIN{$tlpm_version="2.20";$tlpm_os="x86_64-linux"}
+BEGIN{$tlpm_version="2.21";$tlpm_os="x86_64-linux"}
# the main tlpm script
diff --git a/Master/setuptl/tlpm.exe b/Master/setuptl/tlpm.exe
index f48fb73e686..8a050041b6f 100644
--- a/Master/setuptl/tlpm.exe
+++ b/Master/setuptl/tlpm.exe
Binary files differ
diff --git a/Master/setuptl/tlpm.readme b/Master/setuptl/tlpm.readme
index f3b6d6ee8ff..5ab4d101c85 100644
--- a/Master/setuptl/tlpm.readme
+++ b/Master/setuptl/tlpm.readme
@@ -113,7 +113,9 @@ Bugs reports and comments are welcome (tlpmgui@gust.org.pl)
checked, since as hidden, it can be easily missed while copying;
debug messages added for detection; release date added to
welcome message
-
+01.02.2007, 2.21 -- yet another change to source detection; source remain
+ valid even if release info can't be retrieved from *.TL
+ files
* Known issues
1. Installation from DVD is much slower than from CD. Sorry...
2. Under Windows; if there are two CD drives (ie. 'E:\' and 'F:\') and TeX Live
diff --git a/Master/setuptl/tlpmgui-i386-linux b/Master/setuptl/tlpmgui-i386-linux
index 46795053918..b371ff8064b 100755
--- a/Master/setuptl/tlpmgui-i386-linux
+++ b/Master/setuptl/tlpmgui-i386-linux
Binary files differ
diff --git a/Master/setuptl/tlpmgui-x86_64-linux b/Master/setuptl/tlpmgui-x86_64-linux
index b21abed7e49..c98d3662893 100755
--- a/Master/setuptl/tlpmgui-x86_64-linux
+++ b/Master/setuptl/tlpmgui-x86_64-linux
Binary files differ
diff --git a/Master/setuptl/tlpmgui.exe b/Master/setuptl/tlpmgui.exe
index a29bd915651..258c792503c 100644
--- a/Master/setuptl/tlpmgui.exe
+++ b/Master/setuptl/tlpmgui.exe
Binary files differ
diff --git a/Master/setuptl/tlpmgui.kit b/Master/setuptl/tlpmgui.kit
index de1800fcd0b..c84202f4c7e 100644
--- a/Master/setuptl/tlpmgui.kit
+++ b/Master/setuptl/tlpmgui.kit
Binary files differ