diff options
author | Norbert Preining <preining@logic.at> | 2009-05-12 15:53:11 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-05-12 15:53:11 +0000 |
commit | 7e5585bcd4f8ba119cad8f0a7e13b6a7a610776f (patch) | |
tree | c48db3cea0e4511d09d0e7b7fdf7ef7a04f68f6e /Master/tlpkg/installer/install-translations.pl | |
parent | c84165218f94bc15a1441e91a421f4d070bc5eb7 (diff) |
Move most of the stuff from tlpkg, tlmgr from branch to trunk
git-svn-id: svn://tug.org/texlive/trunk@13054 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-translations.pl')
-rw-r--r-- | Master/tlpkg/installer/install-translations.pl | 9 |
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")) { |