summaryrefslogtreecommitdiff
path: root/portuguese/netscape7/scripts/configure
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-06-02 19:33:15 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-06-02 19:33:15 +0000
commit2d7d9e9be4b8e5758fdb3af9bf755325d7493fe0 (patch)
tree042f5bec154b6f54060c7fac15d76bee9798fadf /portuguese/netscape7/scripts/configure
parentUnderstand '$1$' prefix for crypt() in dbmmanage (diff)
new port of the Brazilian Portuguese edition of Netscape 7
Notes
Notes: svn path=/head/; revision=82050
Diffstat (limited to '')
-rw-r--r--portuguese/netscape7/scripts/configure13
1 files changed, 6 insertions, 7 deletions
diff --git a/portuguese/netscape7/scripts/configure b/portuguese/netscape7/scripts/configure
index 1818bbe93cea..17703c0f5d4c 100644
--- a/portuguese/netscape7/scripts/configure
+++ b/portuguese/netscape7/scripts/configure
@@ -11,18 +11,17 @@ tempfile=`/usr/bin/mktemp -t checklist`
if [ -z "${BATCH}" ]; then
-/usr/bin/dialog --title "Netscape 6 component selection" --clear \
+/usr/bin/dialog --title "Netscape 7 component selection" --clear \
--checklist "\n\
-Choose components of Netscape 6 to download and install. \n\
+Choose components of Netscape 7 to download and install. \n\
Press the space bar to toggle selections." -1 -1 11 \
"browser" "browser" ON \
-"defldede" "German profile defaults" ON \
+"deflptbr" "Brazilian Portuguese profile defaults" ON \
"flash" "Flash plugin" ON \
-"jre" "Java plugin (requires linux_base-6" ON \
-"langdede" "German language pack" ON \
+"jre" "Java plugin" ON \
+"langptbr" "Brazilian Portuguese language pack" ON \
"mail" "e-mail and news" ON \
-"regde" "regional settings for Germany" ON \
-"regfr" "regional settings for France" ON \
+"regbr" "regional settings for Brazil" ON \
"spellchecker" "spell-checker" ON \
"talkback" "sends bug reports to Netscape staff" ON \
2> /tmp/checklist.tmp.$$