Lines Matching refs:l10n_print

106 	echo "$the_ans" | grep -i "^`l10n_print yes`$" > /dev/null
111 echo "$the_ans" | grep -i "^`l10n_print no`$" > /dev/null
116 l10n_print "Please answer yes or no"
169 l10n_print "Install the Java Desktop System, GNOME 2.17, Solaris Edition"
170 l10n_print " -h, --help display this help"
171 l10n_print " --quiet, -q less verbose operation."
172 l10n_print " --force, -f ignore any errors and continue."
173 l10n_print " --ignore, -i ignore file conflicts and continue."
174 l10n_print " -n non-interactive installation."
175 l10n_print " -R rootdir install into an alternative root directory."
176 l10n_print " -p prod1,prod2,..."
177 l10n_print " select products for installation"
178 l10n_print " -a install all products"
179 l10n_print " --nopatch don't install OS patches"
180 l10n_print " --accept accept the license terms"
181 l10n_print " --tmpdir dir create temporary files in dir instead of /tmp"
214 l10n_print "Option %s requires an argument" "-R"
233 l10n_print "Option %s requires an argument" "-R"
241 l10n_print "Option %s requires an argument" "--tmpdir"
249 l10n_print "Error: %s: invalid argument" "$1"
276 l10n_print "Saving file %s as %s~" "$1" "$1"
291 l10n_print "Interrupted."
296 l10n_print () {
304 l10n_print "${@}" 1>&2
311 l10n_print "${@}" 1>&2
314 ask_yes_no "`l10n_print 'Would you like to continue?'`" ans \
315 `l10n_print "no"`
339 l10n_print "${@}"
524 l10n_print "Installing package %s" "$pkg0"
540 l10n_print "Uninstalling %s" "$1"
591 echo "| 1) " `l10n_print "Default Installation"`
592 echo "| 2) " `l10n_print "Custom Installation"`
594 echo "| X) " `l10n_print "Exit"`
596 ask '`---> '"`l10n_print 'Please select:'`" "menu_sel" "1"
614 l10n_print "Invalid selection"
625 echo "| 1) " `l10n_print "Install All Products"`
626 echo "| 2) " `l10n_print "Select Products to Install"`
628 echo "| 3) " `l10n_print "Select Patches to Install"`
631 echo "| I) " `l10n_print "Start Installation"`
632 echo "| X) " `l10n_print "Exit"`
634 ask '`---> '"`l10n_print 'Please select:'`" "menu_sel" "I"
651 l10n_print "Invalid selection"
663 l10n_print "Invalid selection"
677 echo "| X) " `l10n_print "Exit"`
679 ask '`---> '"`l10n_print 'Please select:'`" "menu_sel" "1"
693 l10n_print "Invalid selection"
728 echo "| A) " `l10n_print "Select All"`
729 echo "| U) " `l10n_print "Unselect All"`
731 echo "| S) " `l10n_print "Select individual patches"`
732 echo "| I) " `l10n_print "Start Installation"`
733 echo "| R) " `l10n_print "Return to previous menu"`
734 echo "| X) " `l10n_print "Exit"`
736 ask '`---> '"`l10n_print 'Enter item to select/unselect:'`" "menu_sel" "R"
760 l10n_print "Invalid selection"
828 echo "| A) " `l10n_print "Select All"`
829 echo "| U) " `l10n_print "Unselect All"`
831 echo "| I) " `l10n_print "Start Installation"`
832 echo "| R) " `l10n_print "Return to previous menu"`
833 echo "| X) " `l10n_print "Exit"`
835 ask '`---> '"`l10n_print 'Enter item to select/unselect:'`" "menu_sel" "R"
859 l10n_print "Invalid selection"
894 echo "| $n) [x] "`l10n_print "$prodname"`
897 echo "| $n) [ ] "`l10n_print "$prodname"`
903 echo "| A) " `l10n_print "Select All"`
904 echo "| U) " `l10n_print "Unselect All"`
906 echo "| I) " `l10n_print "Start Installation"`
907 echo "| R) " `l10n_print "Return to previous menu"`
908 echo "| X) " `l10n_print "Exit"`
910 ask '`---> '"`l10n_print 'Enter item to select/unselect:'`" "menu_sel" "R"
931 l10n_print "Invalid selection"
951 l10n_print "Installing patch %s" "$1"
966 l10n_print "Installing required patches..."
996 l10n_print "Checking for sufficient disk space..."
1020 l10n_print "Removing older versions of JDS packages..."
1022 l10n_print "Determining package installation order..."
1044 lprodname=$(l10n_print "$prodname")
1045 l10n_print "Installing Product \"%s\"" "$lprodname"
1207 l10n_print "You are about to install Sun Java Desktop System, GNOME 2.17.\nThis install will replace any old versions of the following\nproducts you may have installed on your system with the newer\nversion included in JDS: GNOME, Mozilla and Java\nMedia Framework. It may also replace the installed version\nof Java 1.4.2 if it is older than the version included in JDS."
1238 l10n_print "Before installing you must first accept the following license"
1240 l10n_print "Press [ENTER] to view the license"
1243 ask "`l10n_print 'Type \"Accept\" to accept the license\nand install Sun Java Desktop System GNOME 2.17'`" ans_accept
1244 echo "$ans_accept" | grep -i "^`l10n_print 'Accept'`$" > /dev/null
1246 l10n_print "Installation aborted"
1250 l10n_print "In non-interactive mode, you must use the --accept option\nto accept the license terms"
1284 l10n_print "This product requires a %s system" "$REQ_SYSTEM"
1289 l10n_print "This product requires a %s architecture system" "$REQ_ARCH"
1296 l10n_print "This product requires OS release %s or later" "$REQ_RELEASE"
1304 l10n_print "This product requires OS build %s or later" "$REQ_KERNELID"
1305 l10n_print ""
1306 l10n_print "You may choose to continue the installation and risk that"
1307 l10n_print "some or all of the functionality may not be available."
1308 ask_yes_no "`l10n_print 'Would you like to continue?'`" ans \
1309 `l10n_print "no"`
1322 l10n_print "Completed with warnings. Some packages may not be installed."
1324 l10n_print "Successfully installed all packages."
1327 l10n_print "Installation log saved in %s" "$LOGFILE"
1330 l10n_print "You must now reboot your computer before using the Java Desktop System"