diff options
author | Norbert Preining <preining@logic.at> | 2009-07-05 02:16:49 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-07-05 02:16:49 +0000 |
commit | 1af4b36938af7564436742938138fc12446283f7 (patch) | |
tree | 4b4ae3caa4bcdc269fd92200a185401fa4e0205c /Master/tlpkg/installer/install-translations.pl | |
parent | 023d6777e67772f6fa772d5d174010399643f4ba (diff) |
support setting file_assocs to 0,1,2 in perltk installer
git-svn-id: svn://tug.org/texlive/trunk@14111 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-translations.pl')
-rw-r--r-- | Master/tlpkg/installer/install-translations.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/install-translations.pl b/Master/tlpkg/installer/install-translations.pl index 93331015e2f..d31f7597440 100644 --- a/Master/tlpkg/installer/install-translations.pl +++ b/Master/tlpkg/installer/install-translations.pl @@ -105,6 +105,9 @@ our %text = (title => 'TeX Live 2009 Installation', instshort => 'Install', wizard => 'Go to Wizard', optiontitle => 'This screen allows you to configure some options', + fa_dontchange => "Don't change any file association", + fa_onlynew => "Create only new file associations", + fa_all => 'Create all file associatons', ); |