summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-translations.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/installer/install-translations.pl')
-rw-r--r--Master/tlpkg/installer/install-translations.pl9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/install-translations.pl b/Master/tlpkg/installer/install-translations.pl
index 19a19fecf13..d05f78cce73 100644
--- a/Master/tlpkg/installer/install-translations.pl
+++ b/Master/tlpkg/installer/install-translations.pl
@@ -52,12 +52,12 @@ if (defined($::opt_lang)) {
}
-our %text = (title => 'TeX Live 2008 Installation',
+our %text = (title => 'TeX Live 2009 Installation',
basicinfo => 'Basic Information',
custom => 'Further Customization',
dirsetup => "Directory setup",
options => 'Options',
- sysint => 'System Integration',
+ desktop_integration => 'Desktop Integration',
change => 'Change',
toggle => 'Toggle',
install => 'Install TeX Live',
@@ -93,7 +93,7 @@ our %text = (title => 'TeX Live 2008 Installation',
welcome => 'Welcome to TeX Live!',
next => 'Next >',
prev => '< Back',
- wizhello => "Welcome to the installation of TeX Live 2008\n"
+ wizhello => "Welcome to the installation of TeX Live 2009\n"
. "http://tug.org/texlive\n\n"
. "This wizard will guide you through the installation.\n\n"
. "For an advanced, customizable installation, please consult\n"
@@ -101,7 +101,7 @@ our %text = (title => 'TeX Live 2008 Installation',
destfolder => 'Destination folder:',
advcustom => 'Advanced customization',
pathinfo => "The destination folder will contain the installation.\nIt is strongly recommended to keep the year as the last component.",
- readyinst => "We are ready to install TeX Live 2008.\nThe following settings will be used.\nIf you want to change something please go back,\notherwise press the \"Install\" button.",
+ readyinst => "We are ready to install TeX Live 2009.\nThe following settings will be used.\nIf you want to change something please go back,\notherwise press the \"Install\" button.",
instshort => 'Install',
wizard => 'Go to Wizard',
);
@@ -121,6 +121,7 @@ our %labels = (binsys => 'Binary System(s)',
optdoc => 'Install font/macro doc tree',
optsrc => 'Install font/macro source tree',
symlink => 'Create symlinks in system directories',
+ desktop_integration => 'Desktop Integration',
);
if (($::lang ne "en") && ($::lang ne "C")) {