commit 9a18221693db397b4bd75ae32f6906b5ebd69c6f Author: Colin Watson Date: Thu Dec 8 11:51:15 2005 +0000 imported SuSE theme from gfxboot 3.2.5 diff --git a/16x16.fnt b/16x16.fnt new file mode 100644 index 0000000..ad824a3 Binary files /dev/null and b/16x16.fnt differ diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..953b23b --- /dev/null +++ b/Makefile @@ -0,0 +1,94 @@ +BINDIR := $(shell [ -x ../../mkbootmsg ] && echo ../../ ) + +PRODUCT = "SUSE Linux 10.1" + +HELP2TXT = $(BINDIR)help2txt +MKBOOTMSG = $(BINDIR)mkbootmsg +BFLAGS = -O -v -L ../.. +INCLUDES = $(wildcard *.inc) +TRANSLATIONS = $(addsuffix .tr,en $(notdir $(basename $(wildcard po/*.po)))) +HELPBOOT = $(addsuffix .hlp,$(addprefix boot/,$(subst .,,$(suffix $(basename $(wildcard help-boot.*.html)))))) +HELPINST = $(addsuffix .hlp,$(addprefix install/,$(subst .,,$(suffix $(basename $(wildcard help-install.*.html)))))) + +HELPBOOT_ALL = $(notdir $(HELPBOOT)) +HELPINST_ALL = $(notdir $(HELPINST)) + +DEFAULT_LANG = + +PIC_COMMON = back.jpg head{,_a}.jpg {l,r,v}dots{,_a}.jpg +PIC_INSTALL = greeting.jpg pback.jpg phead.jpg panim{,_a}.jpg + +FILES_INST = init languages $(TRANSLATIONS) 16x16.fnt kroete.dat \ + $(PIC_COMMON) $(PIC_INSTALL) $(HELPINST_ALL) + +FILES_BOOT = init languages $(TRANSLATIONS) 16x16.fnt \ + $(PIC_COMMON) $(HELPBOOT_ALL) + +FILES_BOOT_EN = init languages en.tr 16x16.fnt $(PIC_COMMON) en.hlp + +INST_EXT = 16x16.fnt $(PIC_COMMON) $(PIC_INSTALL) kroete.dat *.hlp *.tr + +ifdef DEFAULT_LANG +FILES_INST += lang +FILES_BOOT += lang +FILES_BOOT_EN += lang $(DEFAULT_LANG).tr $(DEFAULT_LANG).hlp +endif + +boot/%.hlp: help-boot.%.html boot + $(HELP2TXT) --product=$(PRODUCT) $< >$@ + +install/%.hlp: help-install.%.html install + $(HELP2TXT) --product=$(PRODUCT) $< >$@ + +.PHONY: all themes font clean po + +all: themes + +boot install: po + mkdir -p $@ + +po: + make -C po + +themes: bootdir installdir + +bootdir: boot.config $(INCLUDES) $(HELPBOOT) + @cp -a po/*.tr boot + @for i in $(FILES_BOOT) ; do [ -f $$i ] && cp $$i boot ; done ; true + @echo en >boot/languages + $(MKBOOTMSG) $(BFLAGS) -l boot/log -c $< boot/init +ifdef DEFAULT_LANG + @echo $(DEFAULT_LANG) >boot/lang + @echo $(DEFAULT_LANG) >>boot/languages +endif + @sh -c 'cd boot; echo $(FILES_BOOT_EN) | sed -e "s/ /\n/g" | cpio --quiet -o >message' + +installdir: install.config $(INCLUDES) $(HELPINST) + @cp -a po/*.tr install + @for i in $(FILES_INST) ; do [ -f $$i ] && cp $$i install ; done ; true + $(MKBOOTMSG) $(BFLAGS) -l install/log -c $< install/init +ifdef DEFAULT_LANG + @echo $(DEFAULT_LANG) >install/lang +endif + @sh -c 'cd install; chmod +t $(INST_EXT)' + @sh -c 'cd install; echo $(FILES_INST) | sed -e "s/ /\n/g" | cpio --quiet -o >bootlogo' + +font: + cat po/*.po *.html >tmp.txt + ../../getx11font -v -l 18 -p 2,4 \ + -c ISO-8859-15 -c ISO-8859-2 -c koi8-r \ + `./keymapchars keymap.*.inc` \ + -t tmp.txt \ + -t install/log -t boot/log \ + -t languages \ + -f -efont-fixed-bold-r-normal--16-160-75-75-c-80-iso10646-1 \ + -f -efont-fixed-bold-r-normal--16-160-75-75-c-160-iso10646-1 \ + --fsize 16,5 -f '-freetype-haydar unicode-medium-r-normal--17-120-100-100-p-81-iso10646-1' \ + 16x16.fnt >16x16.fnt.log + rm -f tmp.txt + +clean: + make -C po clean + rm -f bootdir installdir *~ *.log + rm -rf boot install + diff --git a/back.jpg b/back.jpg new file mode 100644 index 0000000..a60504c Binary files /dev/null and b/back.jpg differ diff --git a/boot.config b/boot.config new file mode 100644 index 0000000..b2b6f1d --- /dev/null +++ b/boot.config @@ -0,0 +1,36 @@ +%% include system.inc + +/livecd false def + +% no splash +/bsplash.show { } def +/bsplash.done { } def + +% no penguin stuff +/ptheme.init { } def +/p.timeout.animate { } def +/p.call.super { } def + +%% include timeout.inc +%% include common.inc + +%% include po/text.inc +%% include window.inc +%% include button.inc +%% include help.inc +%% include main.inc +%% include xmenu.inc +%% include dia_video.inc +%% include dia_splash.inc +%% include dia_lang.inc +%% include dia_dud.inc +%% include dia_help.inc +%% include dia_profile.inc +%% include dia_install.inc +%% include dia_bits.inc +%% include dia_options.inc +%% include panel.inc +%% include keytables.inc +%% include locale.inc + + diff --git a/bsplash.inc b/bsplash.inc new file mode 100644 index 0000000..06be4dc --- /dev/null +++ b/bsplash.inc @@ -0,0 +1,112 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Boot loader splash code. +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Some global vars. + +% Boot loader splash areas to uncover. +% +/bsplash.areas [ + [ 327 230 144 108 true ] + [ 82 68 131 35 false ] + [ 205 157 125 32 false ] + [ 431 77 173 37 false ] + [ 661 125 61 112 false ] + [ 62 358 162 51 false ] + [ 204 461 95 36 false ] + [ 388 397 127 34 false ] + [ 560 450 169 39 false ] +] def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Show boot loader splash. +% +% ( ) ==> ( ) +% +/bsplash.show { + currentimage + + "splash.jpg" findfile /splash.file over def setimage loadpalette + /max_image_colors max_image_colors image.colors max def + +% 0 0 moveto currentpoint 1 1 image getpixel setcolor screen.size fillrect + +% 7 0xffffff setpalette + 0 0 moveto 0 0 image.size image + + "greeting.jpg" findfile /splash.file2 over def setimage + + % center image + image.size screen.size exch 4 -1 roll sub 2 div 3 1 roll exch sub 2 div + /bsplash.y exch def + /bsplash.x exch def + + bsplash.areas 0 get + dup 0 get over 1 get moveto currentpoint bsplash.x bsplash.y rmoveto + 2 index 2 get 3 index 3 get 5 -1 roll pop blendit + 700000 usleep + + { + bsplash.areas rand over length mod get + dup 4 get { + pop + } { + dup 0 get over 1 get moveto currentpoint bsplash.x bsplash.y rmoveto + 2 index 2 get 3 index 3 get 5 -1 roll 4 true put blendit + 70000 usleep + } ifelse + + true + 0 1 bsplash.areas length 1 sub { + bsplash.areas exch get 4 get and + } for + { exit } if + } loop + + setimage + + splash.file2 free /splash.file2 .undef def + splash.file free /splash.file .undef def +} def + + +/blendit { + /b.w exch def + /b.h exch def + + moveto + + /b.back b.h b.w savescreen def + /b.mask currentpoint b.h 1 add b.w 1 add unpackimage def + + currentpoint + + 0 0 moveto + 0x303030 b.mask b.back blend + + 1 1 moveto + white b.mask b.back blend + + moveto + b.back restorescreen + + b.mask free + b.back free +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Just wait. +% +% ( ) ==> ( ) +% +/bsplash.done { + 3000000 usleep +} def + + diff --git a/button.inc b/button.inc new file mode 100644 index 0000000..372ef54 --- /dev/null +++ b/button.inc @@ -0,0 +1,116 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% button handling +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Button templates. +% +% [ x y width height label selected hotkey action ] +% +/button.ok { [ 0 0 90 25 txt_ok false 0 0 ] } def +/button.cancel { [ 0 0 90 25 txt_cancel false keyEsc 0 ] } def +/button.reboot { [ 0 0 90 25 txt_reboot false 0 0 ] } def +/button.continue { [ 0 0 90 25 txt_continue false 0 0 ] } def +% /button.eject { [ 0 0 90 25 "Eject" false 0 0 ] } def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Set default button. +% +% ( button ) => ( button ) +% +/button.default { + dup 5 true put +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Make it _not_ the default button. +% +% ( button ) => ( button ) +% +/button.notdefault { + dup 5 false put +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Set button position. +% +% ( button x y ) ==> ( button ) +% +/button.moveto { + rot dup 0 5 -1 roll put exch over 1 rot put +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Assign action to button. +% +% ( button action ) => ( button ) +% +/button.setaction { + over 7 rot put +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Draw button. +% +% ( button ) ==> ( ) +% +/button.show { + /bt.x over 0 get def + /bt.y over 1 get def + /bt.width over 2 get def + /bt.height over 3 get def + /bt.text over 4 get def + /bt.default exch 5 get def + + bt.text strsize + bt.height sub neg 2 div /bt.y.textofs exch def + bt.width sub neg 2 div /bt.x.textofs exch def + + bt.x bt.y moveto + currentpoint currentpoint currentpoint + + currentpoint bt.width bt.height window.current .color.bg get setcolor fillrect moveto + + bt.default { + black black + } { + window.current .color.bg get dup + } ifelse + bt.width bt.height drawborder + moveto 1 1 rmoveto white black bt.width 2 sub bt.height 2 sub drawborder + moveto + % 2 2 rmoveto white black bt.width 4 sub bt.height 4 sub drawborder + + window.current .color.fg get setcolor + moveto bt.x.textofs bt.y.textofs rmoveto bt.text show +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Press button. +% +% ( button ) ==> ( ) +% +/button.press { + /bt.x over 0 get def + /bt.y over 1 get def + /bt.width over 2 get def + /bt.height exch 3 get def + + bt.x 3 add bt.y 3 add moveto + bt.width 7 sub bt.height 7 sub savescreen + 1 1 rmoveto dup restorescreen free + + bt.x 1 add bt.y 1 add moveto black white bt.width 2 sub bt.height 2 sub drawborder + % bt.x 2 add bt.y 2 add moveto black white bt.width 4 sub bt.height 4 sub drawborder +} def + + diff --git a/common.inc b/common.inc new file mode 100644 index 0000000..d8a8a27 --- /dev/null +++ b/common.inc @@ -0,0 +1,1619 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Main part. +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +% max command line length +/cmdlinelength 512 def + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Install source is 64bit? +% +% ( ) ==> ( true|false ) +% +/64bit_source { + % 64 bit dir exists and is != 32 bit dir + 64bit_boot_dir 32bit_boot_dir ne + 64bit_boot_dir .undef ne and +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Are we a dvd? +% +% ( ) ==> ( true|false ) +% +/is_dvd { + % check only once + is_dvd.result .undef ne { is_dvd.result return } if + + /is_dvd.result + mediatype m_cdrom eq { + 0x10 readsector + dup 0x50 add getdword exch free + 9 shr % iso size in MB + 720 gt % assume dvd if > 720 MB + } { + false + } ifelse + def + + is_dvd.result return +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Install source is 32 & 64bit? +% +% ( ) ==> ( true|false ) +% +/32+64bit_source { + 32bit_boot_dir .undef ne + % uncomment next line to automatically warn about 32bit software on 64bit machines, too + % 64bit_boot_dir .undef ne and +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Enough memory? +% +% ( ) ==> ( true|false ) +% +/enough_mem { + biosmem 4 20 shl lt + biosmem 200 20 shl ge or + syslinux not or +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Check if there are boot directories for 32 & 64bit. +% +% Assumes 32bit to be in *i386* and 64bit in *x86_64*. +% +% ( ) ==> ( ) +% +/check_arch_boot_dir { + getcwd dup .undef ne { + /64bit.tmp 256 string def + + dup "i386" strstr 0 ne over "x86_64" strstr 0 ne or { + dup "i386" strstr { + /32bit_boot_dir exch def + /64bit_boot_dir 32bit_boot_dir "i386" "x86_64" strreplace + } { + /64bit_boot_dir exch def + /32bit_boot_dir 64bit_boot_dir "x86_64" "i386" strreplace + } ifelse + + dup "%s/isolinux.cfg" 64bit.tmp sprintf + 64bit.tmp filesize .undef ne { def } { free pop } ifelse + + } { + /32bit_boot_dir over def + /64bit_boot_dir exch def + } ifelse + + 64bit.tmp free + + % font.normal setfont + % 0 400 moveto 32bit_boot_dir print + % 0 420 moveto 64bit_boot_dir print dtrace + + } { + pop + } ifelse +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% input event handling +% +% ( key ) ==> ( input_buffer menu_entry action ) +% +% key +% bit 0-7 ascii +% bit 8-15 scan code +% bit 16-32 status bits (ctrl, shift...) +% +% action +% 0: ok, stay in input loop +% 1: switch to text mode +% >=2: start linux +% +/KeyEvent { + % timeout + + dup 0 eq { boot.buf buildcmdline 2 return } if + + debug 4 ge { + % print keycode somewhere + -1 settransparentcolor + black setcolor + 500 0 moveto dup print " " print + } if + + dup 0xff00 and 16 shl over 0xff and dup 0xe0 eq { pop 0 } if add /key exch def + 16 shr 0xffff and /keystat exch def + + key keyTab eq keyStatus statusShift and 0 ne and { + /key keyShiftTab def + } if + + key + + config.keymap { mapkey } if + + dup 0xffffff and dup { exch } if pop + + debug 4 ge { + % print mapped key somewhere + -1 settransparentcolor + black setcolor + 500 20 moveto dup print " " print + } if + + ptheme { + % reverse direction + /p.xmas.dx p.xmas.dx neg def + + key keyF9 eq + key keyF7 eq or { + % call super penguin + p.call.super + } { + key keyF1 ge + key keyF10 le and { + % read something + /p.read.timer rand 0x31 and neg -30 add def + } if + } ifelse + + } if + + % some special keys + debug.input + + % put key through normal input queue + window.input + + pop + + window.action actExit eq { + /window.action actNothing def + "" -1 1 return + } if + + window.action actCloseInfo eq { + /window.action actNothing def + "" -1 3 return + } if + + window.action actPassword eq { + /window.action actNothing def + password.dialog { + password.dialog .ed.buffer.list get 0 get + } { "" } ifelse + -1 3 return + } if + + window.action actStart eq { + /window.action actNothing def + boot.buf buildcmdline 2 return + } if + + window.action actRedraw eq { + /window.action actNothing def + main.redraw + } if + + window.action actRedrawPanel eq { + /window.action actNothing def + panel.show + } if + + window.action actInstallOK eq { + /window.action actNothing def + install.ok + } if + + window.action actInstallCancel eq { + /window.action actNothing def + install.cancel + } if + + boot.buf menu.entry 0 +} def + + +/bc.cmd cmdlinelength string def + +% ( option_string ) ==> ( cmdline menu_entry ) +% +% grub: +% just return +% +% syslinux & lilo: +% check if the commmand line starts with the current kernel name or +% "linux"; if not, put the kernel name in front of the command line. (This +% is to keep compatibility with the old scheme requiring the user to write +% the kernel name explicitly.) +% +/buildcmdline { + menu.entry 0 lt { -1 return } if + menu.entry menu.texts length ge { -1 return } if + + /bc.opts exch def + /bc.kernel menu.texts menu.entry get def + + grub { + + /bc.addkernel false def + + } { + + /bc.addkernel true def + + [ bc.kernel "linux" ] 0 over length 1 sub 1 exch { + over exch get + + bc.opts over eq { + /bc.addkernel false def + } { + bc.opts over strstr 1 eq { + bc.opts over length get ' ' eq { + /bc.addkernel false def + } if + } if + } ifelse + + pop + + bc.addkernel not { exit } if + + } for + + pop + + % special case: option is identical to label + bc.kernel "apic" eq { /bc.addkernel true def } if + + } ifelse + + syslinux { + /add_suffix xmenu.bits .xm_current get bits.suffix exch get def + + % set new working directory + xmenu.bits .xm_current get 1 eq { 64bit_boot_dir } { 32bit_boot_dir } ifelse + dup .undef ne { + dup getcwd ne { chdir } { pop } ifelse + } { + pop + } ifelse + } if + + % getcwd 0 300 moveto show trace + + bc.addkernel { + alt.kernel { alt.kernel } { bc.kernel } ifelse + dup "linux" eq add_suffix .undef ne and { + add_suffix exch "%s%s " + } { + "%s " + } ifelse + bc.cmd sprintf + } { + bc.cmd 0 0 put + } ifelse + + cmdline.hidden "" ne { + /add_suffix 32 string def + + video.modes.list xmenu.video .xm_current get get + dup .vm_mode get 0 ge { + dup .vm_height get exch .vm_width get + ",%04d%04d.spl" add_suffix sprintf + } { pop } ifelse + + % find out splash size for kernel loading progress bar + add_suffix 1 add filesize dup .undef ne { + sectorsize 1 sub add sectorsize div /progress_extra exch def + } { + pop + add_suffix 0 0 put % empty string + } ifelse + + add_suffix { + /bc.tmp cmdline.hidden length add_suffix length add string def + cmdline.hidden "initrd" bootopt.find dup .undef ne { + skipnonspaces + dup + dup 0 get over 0 0 put + add_suffix cmdline.hidden "%s%s" bc.tmp sprintf + 0 exch put + "%s" bc.tmp dup length add sprintf + } { + pop + bc.tmp cmdline.hidden strcpy pop + } ifelse + + bc.tmp "%s " bc.cmd dup length add sprintf + + bc.tmp free /bc.tmp .undef def + } { + cmdline.hidden "%s " bc.cmd dup length add sprintf + } ifelse + + % find out initrd size for kernel loading progress bar + "initrd" filesize dup .undef ne { + sectorsize 1 sub add sectorsize div /progress_extra exch progress_extra add def + } { + pop + } ifelse + + } if + + syslinux { + video.modes.list xmenu.video .xm_current get get .vm_mode get + + dup 0 ge { + 0x200 add "vga=0x%x " bc.cmd dup length add sprintf + } { + -1 eq { + "textmode=1 " bc.cmd dup length add sprintf + } if + } ifelse + + config.lang { + config.lang "en" ne { + config.lang "lang=%s " bc.cmd dup length add sprintf + } if + } if + + } if + + do_driverupdate { + "dud=1 " bc.cmd dup length add sprintf + } if + + % add splash only if an entry already exists +% bc.cmd "splash" bootopt.find dup .undef ne { +% % remove existing entry +% dup skipnonspaces skipspaces strcpy pop +% +% % append new entry +% xmenu.splash .xm_current get splash.options exch get +% "%s " bc.cmd dup length add sprintf +% } { +% pop +% } ifelse + + xmenu.profile { + profile.options xmenu.profile .xm_current get get dup "" ne { + "%s " bc.cmd dup length add sprintf + } { pop } ifelse + } if + + xmenu.install { + install.option "" ne { + install.option "%s " bc.cmd dup length add sprintf + } if + } if + + bc.opts "%s " bc.cmd dup length add sprintf + + bc.cmd dropspaces + + debug 3 ge { + 0 0 moveto black setcolor + bc.cmd print "<< (press ESC) " print trace + } if + + bc.cmd menu.entry +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% ( menu_entries_array cmdline_args_array defaultentry ) == > ( ) +/MenuInit { + bsplash.done + + colorbits 8 le { + 0 setcolor 0 0 moveto screen.size fillrect loadpalette + } if + + init + + /menu.entry -1 def + + /menu.dentry exch def + /menu.args exch def + /menu.texts exch def + + window.main + dup window.init + window.show + +% fadein_logo + + enough_mem not livecd and { + + notimeout nomem_popup + + } { + + 32+64bit_source not { + + 64bit { + 64bit_source not { notimeout 32bit_popup } if + } { + 64bit_source { notimeout 64bit_popup } if + } ifelse + + } if + + } ifelse + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Setup boot option input field. +% +% ( ) == > ( ) +% +/bootoptions.init { + window.current .color.fg get setcolor + window.current .ed.font get setfont + + boot.ed edit.hidecursor + menu.args menu.entry get + menu.texts menu.entry get + bootpromptmap + + boot.show { + boot.ed over edit.init + "" ne { boot.ed ' ' edit.input } if + } { + "%s" boot.ed 3 get sprintf + } ifelse + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Split command line into hidden and normal part. +% +% ( cmdline_args menu_text ) == > ( new_cmdline_args ) +% +% alt.kernel is set if a different kernel should be used (this feature should +% no longer be needed). +% +/bootpromptmap { + /alt.kernel .undef def + + syslinux { + dup "failsafe" eq + over "noacpi" eq or + over "manual" eq or + over "rescue" eq or + { /alt.kernel "linux" def } if + } if + + pop + + /cmdline exch def + + cmdline "showopts" getoption + dup "" eq { + cmdline.shown 0 0 put + pop cmdline "%s" cmdline.shown sprintf + cmdline.hidden 0 0 put + } { + "showopts" length add skipspaces + "%s" cmdline.shown sprintf + cmdline "%s" cmdline.hidden sprintf + cmdline.hidden "showopts" getoption 0 0 put + } ifelse + + cmdline.shown dropspaces + cmdline.hidden dropspaces + + cmdline.shown +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Get boot option. +% +% ( cmdline option_name ) ==> ( option_start ) +% +/getoption { + /go.name exch def + /go.cmdline exch def + /go.pos 0 def + { + go.cmdline go.pos add go.name strstr dup { + 1 sub /go.pos exch def + + go.cmdline go.pos iswordboundary + go.cmdline go.pos go.name length add iswordboundary + and { + go.cmdline go.pos add exit + } { + /go.pos go.pos 1 add def + } ifelse + } { + pop "" exit + } ifelse + } loop +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +/redrawmenu { + menu.visible.entries menu.texts length lt menu.scrollbar and { + /menu.vsb.height1 + menu.shift + menu.sb.height mul menu.texts length div + def + + /menu.vsb.height3 + menu.texts length menu.visible.entries menu.shift add sub + menu.sb.height mul menu.texts length div + def + + lightgray setcolor + menu.sb.x menu.sb.y menu.vsb.height1 add moveto + menu.sb.width menu.sb.height menu.vsb.height1 menu.vsb.height3 add sub + fillrect + + menu.vsb.height1 0 ne { + menu.sb.x menu.sb.y moveto + currentpoint menu.sb.width menu.vsb.height1 image + } if + + menu.vsb.height3 0 ne { + menu.sb.x menu.sb.y menu.sb.height menu.vsb.height3 sub add moveto + currentpoint menu.sb.width menu.vsb.height3 image + } if + + } if + + menu.text.normal setcolor + + /x menu.start.x def + /y menu.start.y def + + 0 1 menu.visible.entries 1 sub { + x y moveto currentpoint menu.bar.width menu.bar.height image + x menu.text.xofs add y menu.text.yofs add moveto + menu.texts exch menu.shift add get menuitemmap + currentfont exch font.large setfont show setfont + /y y menu.item.height add def + } for + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% ( entry status ) ==> ( ) +% +% status: +% false not selected +% true selected +% +/MenuSelect { + /menu.status exch def + + /menu.idx over def + + menu.shift sub + menu.item.height mul menu.start.y add + menu.start.x exch + moveto + + currentpoint + menu.status { + menu.bar.color setcolor + currenttransparency + ptheme { 120 } { 70 } ifelse settransparency + menu.bar.width menu.bar.height + fillrect + settransparency + } { + currentpoint menu.bar.width menu.bar.height image + } ifelse + moveto + + menu.text.xofs menu.text.yofs rmoveto + menu.status { + menu.text.select + } { + menu.text.normal + } ifelse + setcolor + menu.texts menu.idx get menuitemmap + currentfont exch font.large setfont show setfont + + menu.status { + % init boot options + keepbootoptions .undef eq { bootoptions.init } if + + % set help context + "main" help.setcontext + menu.texts menu.idx get + dup help.findpage "" eq { + pop + } { + help.setcontext + } ifelse + } if + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% ( text errorcode ) ==> ( ) +% errorcode: +% 0 normal info +% 1 fatal error +% 2 missing kernel +% 3 disk change +% 4 disk change failed +% + +/info.tmpmsg 127 string def + +/InfoBoxInit { + /info.type exch def + /info.msg exch def + + window.dialog + + info.type 1 eq { + dup .title.bg red put + dup .title txt_error_title put + dup .buttons + [ + button.reboot button.default actCloseInfo button.setaction + ] put + } { + dup .title txt_info_title put + dup .buttons + [ + button.ok button.default actCloseInfo button.setaction +% button.cancel button.notdefault actCloseInfo button.setaction + ] put + } ifelse + + syslinux info.type 3 eq and { + dup .title txt_change_disk_title put + 0 getinfo 1 add txt_insert_disk info.tmpmsg sprintf + /info.msg info.tmpmsg def + } if + + syslinux info.type 4 eq and { + dup .title txt_change_disk_title put + 1 getinfo 15 not and { + 0 getinfo 1 add + txt_insert_disk3 info.tmpmsg sprintf + } { + 0 getinfo 1 add 1 getinfo 1 add + txt_insert_disk2 info.tmpmsg sprintf + } ifelse + /info.msg info.tmpmsg def + } if + + dup .text info.msg put + + dup window.init + window.show + +} def + + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +% progress bar code + + +% Show percentage of progress bar. +% +% ( percentage ) ==> ( ) +% +/progress.percent { + 0 max 100 min % so people don't ask silly questions... + "100%" strsize over neg progress.text.x add progress.text.y moveto + window.current .color.bg get setcolor + fillrect + + "%3u%%" 8 dup string dup 5 1 roll snprintf + + dup strsize pop neg progress.text.x add progress.text.y moveto + window.current .color.fg get setcolor + dup show + free + +} def + + +% Show n-th progress bar symbol. +% +% ( n ) ==> ( ) +% +/progress.sym.show { + /progress.sym.current exch def + + progress.bar.x progress.bar.y moveto + progress.sym.width progress.sym.current 1 sub mul 1 add 1 rmoveto + progress.sym.width 2 sub + progress.bar.height 2 sub + loading_color setcolor + fillrect + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% ( kernel_name ) ==> ( ) +/ProgressInit { + /progress.kname exch def + + boot.ed edit.hidecursor + + /dia window.dialog def + + dia .width.min 330 put + dia .position 10 put + + dia .title txt_load_kernel_title put + dia .text + progress.kname "memtest" eq { + txt_load_memtest + } { + txt_load_kernel + } ifelse + put + + dia window.init + dia window.show + + % now add progress bar + + dia .x get dia .y get moveto + dia .text.x get dia .text.y get 28 add rmoveto + + /progress.bar.height 19 def + /progress.bar.width dia .width get 60 sub def + + /progress.sym.width 10 def + /progress.bar.width + progress.bar.width progress.sym.width div + /progress.syms over def progress.sym.width mul + def + + currentpoint over 1 sub over 2 sub moveto + black white progress.bar.width 2 add progress.bar.height 4 add drawborder + + /progress.bar.y exch def + /progress.bar.x exch def + + /progress.text.x progress.bar.x progress.bar.width 37 add add def + /progress.text.y progress.bar.y progress.bar.height fontheight sub 2 div add def + + /progress.sym.current 0 def + + 0 progress.percent + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% ( ) ==> ( ) +/ProgressDone { + window.done +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% ( max current ) ==> ( ) +% +% Note: max is just kernel size (in sectors). +% +/ProgressUpdate { + exch progress_extra add exch + + over over 100 mul exch 1 max div progress.percent + + progress.syms mul progress.syms 2 div add exch 1 max div + + 0 max progress.syms min + + dup progress.sym.current gt { + progress.sym.current 1 add over 1 exch { + progress.sym.show + } for + } if + pop + +} def + +% initrd size (in sectors) +/progress_extra 0 def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% ( time ) ==> ( ) +% /Timer { pop } def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% ( label correct_password ) ==> ( ) +% +/PasswordInit { + /password.key exch def pop + + /dia window.dialog def + + /password.dialog dia def + + dia .title txt_password_title put + dia .text "" put + + % Must all be of same size! + dia .ed.list 1 array put + dia .ed.buffer.list [ 31 string ] put + dia .ed.text.list [ txt_password ] put + + dia .ed.focus 0 put + + dia .ed.width 200 put + + dia .ed.font font.normal pwmode put + + dia .buttons + [ button.ok button.default actPassword button.setaction ] + put + + dia window.init + dia window.show + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% ( password ) ==> ( error ) +% +% error: +% true password ok +% false wrong password +% +% ****** FIXME: test result seems to be unused +% +/PasswordDone { + + password.key eq +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% ( text ) == > ( new_text ) +/menuitemmap { + translate + dup "memtest" eq over "memtest86" eq or { pop txt_memtest return } if + syslinux { + livecd { + dup "linux" eq { pop "SUSE Linux 10.1 LiveCD (english)" return } if + dup "failsafe" eq { pop "LiveCD - Safe Settings" return } if + dup "linux2" eq { pop "SUSE Linux 10.1 LiveCD (deutsch)" return } if + dup "failsaf2" eq { pop "LiveCD - Sichere Einstellungen" return } if + } { + dup "linux" eq { pop txt_install return } if + dup "failsafe" eq { pop txt_safe_install return } if + } ifelse + dup "live" eq { pop "SUSE Linux 10.1 LiveCD" return } if + dup "noacpi" eq { pop txt_noacpi_install return } if + dup "manual" eq { pop txt_manual_install return } if + dup "rescue" eq { pop txt_rescue return } if + dup "hwcheck" eq { pop "Hardware Check" return } if + dup "harddisk" eq { pop txt_boot_harddisk return } if + } { + dup "linux" eq { pop "Linux" return } if + dup "failsafe" eq { pop txt_safe_linux return } if + dup "windows" eq { pop "Windows" return } if + } ifelse +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% ( color0 color1 width height ) ==> ( ) +/drawborder { + currentpoint /db.y0 exch def /db.x0 exch def + + /db.y1 exch 1 sub db.y0 add def + /db.x1 exch 1 sub db.x0 add def + /db.col1 exch def + /db.col0 exch def + + db.x0 db.y1 moveto + + db.col0 setcolor + db.x0 db.y0 lineto db.x1 db.y0 lineto + + db.col1 setcolor + db.x1 db.y1 lineto db.x0 db.y1 lineto +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% ( color0 color1 color2 width height ) ==> ( ) +% draw frame with shadow +% color0: upper left, color1: lower right, color2: shadow +/drawborder3 { + currentpoint /db.y0 exch def /db.x0 exch def + + /db.y1 exch 1 sub db.y0 add def + /db.x1 exch 1 sub db.x0 add def + /db.col2 exch def + /db.col1 exch def + /db.col0 exch def + + db.x0 db.y1 moveto + + db.col0 setcolor + db.x0 db.y0 lineto db.x1 db.y0 lineto + + db.col1 setcolor + db.x1 db.y1 lineto db.x0 db.y1 lineto + + db.col2 -1 ne { + db.col2 setcolor + 1 1 rmoveto + db.x1 1 add db.y1 1 add lineto + db.x1 1 add db.y0 1 add lineto + } if +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% ( color0 color1 width height ) ==> ( ) +/drawborder4 { + 3 index 4 1 roll rot dup 3 index 3 index + currentpoint 6 2 roll + 1 1 rmoveto drawborder + moveto drawborder +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% center text +% ( text width height ) ==> ( ) +/centertext { + 3 -1 roll strsize + 4 2 roll + 4 1 roll exch 4 1 roll sub 2 div neg 3 1 roll sub 2 div neg +} def + + +/fadeout_logo { + /cols 256 malloc def + + 0 1 255 { cols exch 0 put } for + + 10 1 150 { + 10 1 100 { + over exch moveto getpixel + cols exch 1 put + } for + pop + } for + cols 10 10 moveto getpixel 0 fade +} def + +/fadein_logo { + cols 10 10 moveto getpixel fadein +} def + + +% Allocate and define a new color. +% +% ( palette ) ==> ( color ) +% +/newcolor { + colorbits 8 le { + newcolor.count .undef eq { /newcolor.count 0 def } if + max_image_colors newcolor.count add + dup rot setpalette + /newcolor.count newcolor.count 1 add def + } if + def +} def + + +% ( img ) => ( width heigh ) +/imgsize { + dup .undef eq { + pop 0 0 + } { + getdword dup + 0xffff and exch 16 shr + } ifelse +} def + + +% ( pic pic_a -- ) +/showlogo { + /tmp.sc over imgsize savescreen def + + currentpoint 4 2 roll + 0 0 moveto tmp.sc blend + moveto tmp.sc restorescreen + + tmp.sc free +} def + + +% ( file_name ) ==> ( image ) +/readimage { + findfile dup setimage 0 0 image.size unpackimage exch free +} def + + +/init { + 0 0 moveto currentpoint clip.size image + + ptheme { + /head.x 31 def + /head.y 23 def + } { + small_layout { + /head.x 70 def + /head.y 173 def + } { + /head.x 234 def + /head.y 217 def + } ifelse + } ifelse + + timeout.init + + currentimage + + ptheme { + /rdots "rdots.jpg" readimage def + /rdots_a "rdots_a.jpg" readimage def + /phead "phead.jpg" readimage def + /phead_a "head_a.jpg" readimage def + + 570 0 moveto rdots rdots_a showlogo + 31 23 moveto phead phead_a showlogo + + rdots free rdots_a free + phead free phead_a free + } { + + /rdots "rdots.jpg" readimage def + /rdots_a "rdots_a.jpg" readimage def + /vdots "vdots.jpg" readimage def + /vdots_a "vdots_a.jpg" readimage def + /ldots "ldots.jpg" readimage def + /ldots_a "ldots_a.jpg" readimage def + /head "head.jpg" readimage def + /head_a "head_a.jpg" readimage def + + small_layout { + 450 0 moveto rdots rdots_a showlogo + 206 103 moveto vdots vdots_a showlogo + 0 440 moveto ldots ldots_a showlogo + 70 173 moveto head head_a showlogo + } { + 609 0 moveto rdots rdots_a showlogo + 390 140 moveto vdots vdots_a showlogo + 0 550 moveto ldots ldots_a showlogo + 234 217 moveto head head_a showlogo + } ifelse + + rdots free rdots_a free + vdots free vdots_a free + ldots free ldots_a free + head free head_a free + + } ifelse + + setimage + + ptheme { ptheme.init } if + + % set default language + "lang" findfile dup { + /tmp over length 1 add 2 max string def + tmp exch { + dup ' ' eq over '\n' eq or { pop pop exit } if + over exch 0 exch put + 1 add + } forall + tmp 2 0 put % only short locale name + tmp dup setlang pop setkeymap + } { + pop + "en" dup setlang pop setkeymap + } ifelse + + font.large setfont + + /menu.text.xofs 10 def + /menu.text.yofs 2 def + /menu.item.height fontheight dup ptheme { 2 } { 3 } ifelse div add def + /menu.bar.height fontheight menu.text.yofs dup add add def + + font.normal setfont + + /menu.text.normal white def + /menu.text.select black def + /boot.text.options white def + /boot.text.normal white def + /infobox.bg lightgray def + /infobox.text.normal black def + + /menu.bar.color white def + + small_layout { + /frame1.pos { 250 150 } def + /frame1.size { 365 195 } def + } { + /frame1.pos { 415 192 } def + /frame1.size { 365 195 } def + } ifelse + + ptheme { + /frame1.pos { 210 170 } def + /frame1.size { 365 195 } def + } if + + /frame4.pos { 560 62 } def + /frame4.size { 22 264 } def + + /menu.start.x frame1.pos pop 10 add def + /menu.start.y frame1.pos exch pop 12 add def + + /menu.bar.width frame1.size pop 20 sub def + /menu.max.entries 6 def + /menu.scrollbar false def + + /boot.label.len 243 def + + /boot.pos { boot.label.len 10 add ptheme { 480 } { small_layout { 380 } { 490 } ifelse } ifelse } def + + /boot.buf.size cmdlinelength def + /boot.buf boot.buf.size string def + + % no boot options line initially + /boot.show false def + + /ms.size { 22 22 } def + /ms.up { 0 480 } def + /ms.down { 23 480 } def + + /update.pos { + clip.size pop txt_dud_ready strsize pop sub ptheme { 60 } { 20 } ifelse sub + clip.size exch pop ptheme { 100 } { 75 } ifelse sub + } def + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Some special debug & test keys. +% +% ( key_in ) ==> ( key_out ) +% +/debug.input { + dup keyShiftF4 eq debug 3 ge and { + currentcolor black setcolor + currentpoint 0 0 moveto + 64 string biosmem "mem = %u " 2 index sprintf dup show free + moveto setcolor + pop 0 + } if + + dup keyF8 eq syslinux and { + kroete.file .undef eq { /kroete.file "kroete.dat" findfile def } if + kroete.file kroete.dir idle + /kroete.dir kroete.dir 1 xor def + pop 0 + } if + + dup keyF9 eq syslinux and { + .undef 0 idle + kroete.file free /kroete.file .undef def + pop 0 + } if + + dup keyShiftF3 eq syslinux and debug 3 ge and { + currentcolor black setcolor + currentpoint 0 0 moveto + "eject " print bootdrive eject print + moveto setcolor + pop 0 + } if + + dup keyShiftF5 eq syslinux and debug 3 ge and { + currentcolor black setcolor + currentpoint 100 0 moveto + bootdrive print + moveto setcolor + pop 0 + } if + + dup keyShiftF8 eq debug 3 ge and { + currentcolor white setcolor + + currentpoint 300 0 moveto + 0 memsize print "/" print print " " print + moveto + + currentpoint 300 20 moveto + 1 memsize print "/" print print " " print + moveto + + currentpoint 300 40 moveto + 2 memsize print "/" print print " " print + moveto + + setcolor + pop 0 + } if + + dup keyShiftF9 eq debug 3 ge and { + dumpmem + pop 0 + } if + + dup keyShiftF10 eq { + /debug debug 1 add def "" + pop 0 + } if + + dup keyShiftF11 eq { + /transp transp 0x10 sub 0 max def + pop 0 + } if + + dup keyF11 eq debug 1 ge and { + + dtrace + + 0 1 screen.size exch pop { + 0 1 screen.size pop { + over moveto + currentpoint 8 shl screen.size exch pop div 8 shl exch 8 shl screen.size pop div add + screen.size add currentpoint add sub 8 shl screen.size add div 2 div 16 shl add + setcolor + putpixel + } for + pop + } for + + pop 0 + } if + + dup keyF12 eq debug 3 ge and { + % mouse support testing + + 1 keepmode + + /mouse xxx def + red setcolor + mouse .undef eq { + 700 580 moveto "no mouse" show + } { + { + mouse getdword 16 shl 16 shr screen.size pop 2 div add + mouse getdword 16 shr neg screen.size exch pop 2 div add + moveto 4 4 fillrect + + mouse 4 add getdword 7 and + dup 1 and { red setcolor } if + dup 2 and { blue setcolor } if + dup 4 and { green setcolor } if + + 3 and 3 eq { exit } if + + } loop + } ifelse + pop 0 + } if + + dup keyShiftF12 eq { + /transp transp 0x10 add 0x100 min def + pop 0 + } if + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Show exit popup. +% +% ( ) ==> ( ) +% +/exit_popup { + window.dialog + + dup .title txt_exit_title put + dup .text txt_exit_dialog put + dup .buttons [ + button.ok button.default actExit button.setaction + button.cancel button.notdefault actNothing button.setaction + ] put + dup window.init + window.show + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Show help window. +% +% ( ) ==> ( ) +% +/show_help { + window.help + + dup window.init + window.show + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Show dvd popup. +% +% ( ) ==> ( ) +% +/dvd_popup { + window.dialog + + dup .title txt_dvd_warning_title put + dup .text txt_dvd_warning2 put + dup .buttons [ +% button.eject button.default actEject actNoClose or button.setaction + button.continue button.default actNothing button.setaction + ] put + dup window.init + window.show + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Warn that we are about to install 32bit software on a 64bit system. +% +% ( ) ==> ( ) +% +/32bit_popup { + window.dialog + + dup .title "Cool computer, but..." put + dup .text "You are about to install 32-bit software on a 64-bit computer." put + dup .buttons [ + button.continue button.default actNothing button.setaction + ] put + dup window.init + window.show + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Warn that we are about to install 64bit software on a 32bit system. +% +% ( ) ==> ( ) +% +/64bit_popup { + window.dialog + + dup .title "Cool software, but..." put + dup .text "This is a 32-bit computer. You cannot use 64-bit software on it." put + dup .buttons [ + button.reboot button.default actReboot actNoClose or button.setaction + ] put + dup window.init + window.show + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Warn that we don't have enough memory. +% +% ( ) ==> ( ) +% +/nomem_popup { + window.dialog + + dup .title "Cool computer, but..." put + dup .text + "Sorry, but SUSE Linux 10.1 LiveCD needs at least 256MB main memory." + put + dup .buttons [ + button.reboot button.default actReboot actNoClose or button.setaction + ] put + dup window.init + window.show + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Show "power off" popup. +% +% ( ) ==> ( ) +% +/power_off { + window.dialog + + dup .title txt_power_off_title put + dup .text txt_power_off put + dup .buttons [ + button.ok button.notdefault actPowerOff actNoClose or button.setaction + button.cancel button.default actNothing button.setaction + ] put + dup window.init + window.show + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Search for option in cmdline. +% Returns .undef if not found. +% +% ( cmdline option_name ) ==> ( option_start ) +% +/bootopt.find { + /bo.opt exch def + /bo.cmdline exch def + + { + bo.cmdline bo.opt strstr + dup { + dup 1 eq { + true + } { + dup 2 sub bo.cmdline exch get ' ' eq + } ifelse + + { + bo.cmdline over bo.opt length add 1 sub get + dup '=' eq + over ' ' eq or + exch 0 eq or + } { + false + } ifelse + + bo.cmdline rot add exch + + { + 1 sub exit + } { + /bo.cmdline exch def + } ifelse + } { + pop + .undef exit + } ifelse + } loop + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Global variables. +% + +/ptheme false def + +syslinux { + rand pop rand 4 shr 11 div 0xffff and + date weekday 5 lt { 15 } { 3 } ifelse + date month dup 12 eq exch 1 eq or { 1 add 2 div } if + mod 0 eq + + date + dup 0x7d50c18 ge over 0x7d60101 le and + dup 0x7d50c12 eq or + dup 0x7d50c0b eq or + dup 0x7d50c06 eq or + dup 0x7d50c04 eq or + dup 0x7d50b1b eq or + exch pop or + + 0x417 cvp getbyte 0x40 and 0 ne or + { + /ptheme true def + } if + +} if + +/transp 0x30 def + +/testX { 0x417 cvp getbyte 0x10 and 0 ne } def + +testX { /ptheme false def } if + +800 600 16 findmode setmode not { + 800 600 32 findmode setmode not { + 640 480 16 findmode setmode not { + 640 480 32 findmode setmode not { + false .end + } if + } if + } if +} if + +% /with_transp vscreen.size exch pop screen.size exch pop div 1 gt colorbits 8 gt and def + +/clip.size { screen.size } def + +/small_layout screen.size pop 640 eq def + +ptheme { "pback.jpg" } { "back.jpg" } ifelse findfile +dup .undef eq ptheme and { pop "back.jpg" findfile /ptheme false def } if +/background.file over def setimage loadpalette +/max_image_colors image.colors def + +% 7 dup 0xffffff setpalette setcolor + +% color & font definitions must be global + +/black 0x000000 newcolor +/white 0xffffff newcolor +/blue 0x0000a0 newcolor +/red 0xc00000 newcolor +/green 0x009000 newcolor +/yellow 0xffff20 newcolor +/lightgray 0xd8deed newcolor +/dotcolor 0xa9bbcd newcolor +/lightdotcolor 0xeff2f6 newcolor +/somegreen 0x78a424 newcolor + +/lightblue 0x7da3d1 def + +%% include theme_colors.inc + +/font.normal "16x16.fnt" findfile def +/font.large font.normal def + +/cmdline.hidden cmdlinelength string def +/cmdline.shown cmdlinelength string def + +/kroete.dir 0 def + +/debug 0 def + +ptheme small_layout or +true or { + /bsplash.done { } def +} { + bsplash.show +} ifelse + +check_arch_boot_dir + + + diff --git a/dia_bits.inc b/dia_bits.inc new file mode 100644 index 0000000..b6f6cc7 --- /dev/null +++ b/dia_bits.inc @@ -0,0 +1,102 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% 32/64 bit install selection dialog. +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Some global vars. +% +/bits.default 0 def + +/bits.suffix [ + .undef + "64" +] def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Build menu list. +% +% ( ) ==> ( ) +% +/bits.init { + /xmenu.bits .xm_size array def + + /xmenu xmenu.bits def + + xmenu .xm_list [ "32bit" ] put + + 32+64bit_source { + 64bit { + /bits.default 1 def + xmenu .xm_list [ "32bit" "64bit" ] put + } if + } if + + % no '64' suffix + 32bit_boot_dir 64bit_boot_dir ne { + bits.suffix 1 .undef put + } if + + xmenu .xm_current bits.default put + + pmenu.init +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Update bit selection menu. +% +% ( ) ==> ( ) +% +/bits.update { + /xmenu xmenu.bits def + + /window.action actRedrawPanel def + + pmenu.update +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Show bit selection menu. +% +% ( ) => ( ) +% +/panel.bits { + "bits" help.setcontext + + window.xmenu + dup .xmenu xmenu.bits put + dup .xmenu.update /bits.update put + dup window.init + window.show +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Return width of panel entry. +% +% ( ) => ( width ) +% +/panel.bits.width { + /xmenu xmenu.bits def + + pmenu.width +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Redraw panel entry. +% +% ( panel ) => ( ) +% +/panel.bits.update { + /xmenu xmenu.bits def + + pmenu.panel.update +} def + + diff --git a/dia_dud.inc b/dia_dud.inc new file mode 100644 index 0000000..59715e7 --- /dev/null +++ b/dia_dud.inc @@ -0,0 +1,66 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Driver update dialog. +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Show driver update. +% +% ( ) => ( ) +% +/dud.redraw { + update.pos exch pop 0 exch moveto currentpoint + txt_dud_ready strsize 7 add exch pop clip.size pop exch + image + + do_driverupdate { + currentfont + font.normal setfont + update.pos moveto 8 3 rmoveto txt_dud_ready + ptheme { white } { lightblue } ifelse setcolor show + setfont + } if +} def + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Toggle driver update. +% +% ( ) => ( ) +% +/panel.dud { + do_driverupdate .undef eq { + /do_driverupdate 1 def + } { + /do_driverupdate .undef def + } ifelse + + dud.redraw + + "driverupdate" help.setcontext +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Return width of driver update entry. +% +% ( ) => ( width ) +% +/panel.dud.width { + txt_driver_update strsize pop +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Redraw panel entry. +% +% ( panel ) => ( ) +% +/panel.dud.update { + panel.text.moveto + + txt_driver_update show +} def + + diff --git a/dia_help.inc b/dia_help.inc new file mode 100644 index 0000000..cb8cd24 --- /dev/null +++ b/dia_help.inc @@ -0,0 +1,44 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Panel help entry. +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Show help window. +% +% ( ) => ( ) +% +/panel.help { + help.context "opt" eq { + findbootoption + help.mapcontext + dup help.findpage + "" eq { pop } { help.setcontext } ifelse + } if + show_help +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Return width of help entry. +% +% ( ) => ( width ) +% +/panel.help.width { + txt_help strsize pop +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Redraw panel entry. +% +% ( panel ) => ( ) +% +/panel.help.update { + panel.text.moveto + + txt_help show +} def + + diff --git a/dia_install.inc b/dia_install.inc new file mode 100644 index 0000000..2fa64fe --- /dev/null +++ b/dia_install.inc @@ -0,0 +1,303 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Install mode selection dialog. +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Some global vars. +% +/install.option 255 string def + +% install types +/.inst_cdrom 0 def +/.inst_slp 1 def +/.inst_ftp 2 def +/.inst_http 3 def +/.inst_nfs 4 def +/.inst_smb 5 def +/.inst_hd 6 def + +/install.last .inst_cdrom def + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Build install mode list. +% +% ( ) ==> ( ) +% +/install.init { + /xmenu.install .xm_size array def + + /xmenu xmenu.install def + + "install" getgfxconfig "slp" eq { + /install.last .inst_slp def + } if + + install.option install.last .inst_cdrom eq { "" } { "install=slp" } ifelse strcpy + + xmenu .xm_current install.last put + + % see install types (.inst_*) + xmenu .xm_list [ is_dvd { "DVD" } { "CD-ROM" } ifelse "SLP" "FTP" "HTTP" "NFS" "SMB / CIFS" ] put + + pmenu.init +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Update install mode. +% +% ( ) ==> ( ) +% +/install.update { + /xmenu xmenu.install def + + xmenu .xm_current get dup .inst_cdrom eq exch .inst_slp eq or { + /install.last xmenu .xm_current get def + + install.option install.last .inst_cdrom eq { "" } { "install=slp" } ifelse strcpy + + /window.action actRedrawPanel def + + pmenu.update + } { + install.dialog + } + ifelse +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Show install menu. +% +% ( ) => ( ) +% +/panel.install { + "install_src" help.setcontext + + window.xmenu + dup .xmenu xmenu.install put + dup .xmenu.update /install.update put + dup window.init + window.show +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Return width of panel entry. +% +% ( ) => ( width ) +% +/panel.install.width { + /xmenu xmenu.install def + + pmenu.width +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Redraw panel entry. +% +% ( panel ) => ( ) +% +/panel.install.update { + /xmenu xmenu.install def + + pmenu.panel.update +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +/install.dialog { + + /dia window.dialog def + + dia .text "" put + + xmenu .xm_current get + + dup .inst_hd eq { + input.edit.hd .undef eq { + /input.edit.hd [ 63 string 127 string ] def + } if + + dia .title txt_harddisk_title put + + % Must all be of same size! + dia .ed.list 2 array put + dia .ed.buffer.list input.edit.hd put + dia .ed.text.list [ txt_hd_diskdevice txt_directory ] put + + } if + + dup .inst_ftp eq { + input.edit.ftp .undef eq { + /input.edit.ftp [ 63 string 127 string 31 string 31 string ] def + } if + + dia .title txt_ftp_title put + + % Must all be of same size! + dia .ed.list 4 array put + dia .ed.buffer.list input.edit.ftp put + dia .ed.text.list [ txt_server txt_directory txt_user1 txt_password ] put + + dia .ed.font font.normal put + dia .ed.pw_field 3 put + + } if + + dup .inst_http eq { + input.edit.http .undef eq { + /input.edit.http [ 63 string 127 string ] def + } if + + dia .title txt_http_title put + + % Must all be of same size! + dia .ed.list 2 array put + dia .ed.buffer.list input.edit.http put + dia .ed.text.list [ txt_server txt_directory ] put + + } if + + dup .inst_nfs eq { + input.edit.nfs .undef eq { + /input.edit.nfs [ 63 string 127 string ] def + } if + + dia .title txt_nfs_title put + + % Must all be of same size! + dia .ed.list 2 array put + dia .ed.buffer.list input.edit.nfs put + dia .ed.text.list [ txt_server txt_directory ] put + + } if + + dup .inst_smb eq { + input.edit.smb .undef eq { + /input.edit.smb [ 63 string 127 string 31 string 31 string 31 string ] def + } if + + dia .title txt_smb_title put + + % Must all be of same size! + dia .ed.list 5 array put + dia .ed.buffer.list input.edit.smb put + dia .ed.text.list [ txt_server txt_directory txt_domain txt_user2 txt_password ] put + + dia .ed.font font.normal put + dia .ed.pw_field 4 put + + } if + + pop + + dia .ed.focus 0 put + dia .ed.width 300 put + + dia .buttons [ + button.ok button.default actInstallOK actNoClose or button.setaction + button.cancel button.notdefault actInstallCancel button.setaction + ] put + + dia window.init + dia window.show + +} def + + + +/install.ok { + /xmenu xmenu.install def + + window.done + + /install.last xmenu .xm_current get def + + /window.action actRedrawPanel def + + pmenu.update + + xmenu .xm_current get + + dup .inst_hd eq { + input.edit.hd + dup 1 get dup 0 get '/' eq { 1 add } if + exch 0 get dup 0 get '/' eq { 1 add } if + "install=hd://%s/%s" install.option sprintf + } if + + dup .inst_ftp eq { + input.edit.ftp + + "install=ftp://" install.option sprintf + + % add user name & password + dup 2 get "" ne { + dup 2 get "%s" install.option dup length add sprintf + dup 3 get "" ne { + dup 3 get ":%s" install.option dup length add sprintf + } if + "@" install.option dup length add sprintf + } if + + dup 1 get exch 0 get "%s/%s" install.option dup length add sprintf + } if + + dup .inst_http eq { + input.edit.http + dup 1 get dup 0 get '/' eq { 1 add } if + exch 0 get + "install=http://%s/%s" install.option sprintf + } if + + dup .inst_nfs eq { + input.edit.nfs + dup 1 get dup 0 get '/' eq { 1 add } if + exch 0 get + "install=nfs://%s/%s" install.option sprintf + } if + + dup .inst_smb eq { + input.edit.smb + + "install=smb://" install.option sprintf + + % add domain + dup 2 get "" ne { + dup 2 get "%s;" install.option dup length add sprintf + } if + + % add user name & password + dup 3 get "" ne { + dup 3 get "%s" install.option dup length add sprintf + dup 4 get "" ne { + dup 4 get ":%s" install.option dup length add sprintf + } if + "@" install.option dup length add sprintf + } if + + dup 1 get exch 0 get "%s/%s" install.option dup length add sprintf + } if + + pop + +} def + + +/install.cancel { + /xmenu xmenu.install def + + xmenu .xm_current install.last put + +% /window.action actRedrawPanel def +% pmenu.update +} def + diff --git a/dia_lang.inc b/dia_lang.inc new file mode 100644 index 0000000..95afa81 --- /dev/null +++ b/dia_lang.inc @@ -0,0 +1,222 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Language selection dialog. +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Some global vars. +% + +% fallback if there is no "languages" +/lang.items [ "en" ] def +/lang.names [ "English" ] def + +/.la.locale 0 def +/.la.name 1 def +/lang.defaultnames [ +% [ "ar" "\u064a\u0628\u0631\u0639" ] + [ "ar" "\ufef2\ufe91\ufeae\ufecb" ] + [ "bn" "Bengali" ] + [ "bg" "Български" ] + [ "cs" "Čeština" ] + [ "cy_GB" "Cymraeg" ] + [ "da" "Dansk" ] + [ "en" "English" ] + [ "fr" "Français" ] + [ "de" "Deutsch" ] + [ "es" "Español" ] + [ "el" "Ελληνικά" ] + [ "fi" "Suomi" ] + [ "he" "תירבע" ] + [ "it" "Italiano" ] + [ "ja" "日本語" ] + [ "hr" "Hrvatski" ] + [ "hu" "Magyar" ] + [ "ko" "한글" ] + [ "lt" "Lietuvių" ] + [ "nl" "Nederlands" ] + [ "nb" "Norsk" ] + [ "pl" "Polski" ] + [ "pt_PT" "Português" ] + [ "pt_BR" "Português (Brasil)" ] + [ "pa" "Punjabi" ] + [ "ro" "Română" ] + [ "ru" "Русский" ] + [ "sk" "Slovenčina" ] + [ "sl" "Slovenščina" ] + [ "sr" "Cрпски" ] + [ "sv" "Svenska" ] + [ "tr" "Türkçe" ] + [ "uk" "Українська" ] + [ "zh_CN" "简体中文" ] + [ "zh_TW" "繁體中文 (台灣)" ] +] def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Get language name. +% +% Returns locale if not found. +% +% ( locale ) ==> ( name ) +% +/lang.getdefname { + lang.defaultnames { + dup .la.locale get 2 index eq { .la.name get exch pop exit } { pop } ifelse + } forall +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Parse "languages" file. +% +% ( ) ==> ( ) +% +/lang.parsedata { + /lang.default 0 def + + "languages" findfile dup { /lang.data exch def } { pop return } ifelse + + /la.tmp.datalen lang.data length def + /la.tmp.str lang.data cvs def + + la.tmp.datalen 0 eq { return } if + la.tmp.str la.tmp.datalen 1 sub get '\n' ne { return } if + + '\n' seteotchar + + /lang.items [ + + /la.tmp.len 0 def + /la.tmp.cnt 0 def + { + la.tmp.str la.tmp.len add strdup + dup dup length 0 put + /la.tmp.len over length 1 add la.tmp.len add def + + dup 0 get '*' eq { 1 add /lang.default la.tmp.cnt def } if + + la.tmp.len la.tmp.datalen ge { exit } if + + /la.tmp.cnt inc + } loop + + ] def + + ' ' seteotchar + + /lang.names [ + + lang.items { + + dup dup length add + + dup 0 get { + dup 0 0 put 1 add + exch pop + } { + pop lang.getdefname + } ifelse + + } forall + + ] def + + 0 seteotchar + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Build language list. +% +% ( ) ==> ( ) +% +/lang.init { + /xmenu.lang .xm_size array def + /xmenu xmenu.lang def + + lang.parsedata + + xmenu .xm_current lang.default put + xmenu .xm_list lang.names put + + xmenu .xm_title /txt_language put + + % make menu smaller if there are more than 19 language entries + %lang.items length 19 gt { + % xmenu .xm_vspace 2 put + %} if + + % start with current lang + + /la.tmp.cnt 0 def + lang.items { + config.lang eq { xmenu .xm_current la.tmp.cnt put exit } if + /la.tmp.cnt inc + } forall + + pmenu.init +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Update language. +% +% ( ) ==> ( ) +% +/lang.update { + /xmenu xmenu.lang def + + lang.items xmenu .xm_current get get + dup + setlang { /window.action actRedraw def } if + setkeymap + + % Why? --> see dia_install.inc; same there. + window.action actRedraw eq { pmenu.update } if +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Show language menu. +% +% ( ) => ( ) +% +/panel.lang { + "keytable" help.setcontext + + window.xmenu + dup .xmenu xmenu.lang put + dup .xmenu.update /lang.update put + dup window.init + window.show +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Return width of panel entry. +% +% ( ) => ( width ) +% +/panel.lang.width { + /xmenu xmenu.lang def + + pmenu.width +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Redraw panel entry. +% +% ( panel ) => ( ) +% +/panel.lang.update { + /xmenu xmenu.lang def + + pmenu.panel.update +} def + + diff --git a/dia_options.inc b/dia_options.inc new file mode 100644 index 0000000..da8826d --- /dev/null +++ b/dia_options.inc @@ -0,0 +1,52 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Panel 'more options' entry. +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Show help window. +% +% ( ) => ( ) +% +/panel.options { + /panel panel.full def + + boot.show not { + /boot.show true def + boot.setup + + boot.window .color.fg get setcolor + boot.window .ed.font get setfont + + boot.ed 3 get + boot.ed over edit.init + "" ne { boot.ed ' ' edit.input } if + } if + + /window.action actRedraw def +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Return width of options entry. +% +% ( ) => ( width ) +% +/panel.options.width { + txt_other_options strsize pop +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Redraw panel entry. +% +% ( panel ) => ( ) +% +/panel.options.update { + panel.text.moveto + + txt_other_options show +} def + + diff --git a/dia_profile.inc b/dia_profile.inc new file mode 100644 index 0000000..61c2e24 --- /dev/null +++ b/dia_profile.inc @@ -0,0 +1,139 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Profile selection dialog. +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Some global vars. +% + +% fallback if we can't parse "profiles" +/profile.options [ "" ] def +/profile.items [ "Broken Profiles" ] def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Parse "profiles" file. +% +% ( ) ==> ( ) +% +/profile.parsedata { + /pf.tmp.datalen profile.data length def + /pf.tmp.str profile.data cvs def + + /profile.default 0 def + + pf.tmp.datalen 0 eq { return } if + pf.tmp.str pf.tmp.datalen 1 sub get '\n' ne { return } if + + '\n' seteotchar + + /profile.items [ + + /pf.tmp.len 0 def + /pf.tmp.cnt 0 def + { + pf.tmp.str pf.tmp.len add strdup + dup dup length 0 put + /pf.tmp.len over length 1 add pf.tmp.len add def + + dup 0 get '*' eq { 1 add /profile.default pf.tmp.cnt def } if + + pf.tmp.len pf.tmp.datalen ge { exit } if + + /pf.tmp.cnt inc + } loop + + ] def + + ' ' seteotchar + + /profile.options [ + + profile.items { + dup length add + dup 0 0 put + 1 add + } forall + + ] def + + 0 seteotchar + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Build profile list. +% +% ( ) ==> ( ) +% +/profile.init { + /xmenu.profile .xm_size array def + /xmenu xmenu.profile def + + profile.parsedata + + xmenu .xm_current profile.default put + xmenu .xm_list profile.items put + + pmenu.init +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Update profile. +% +% ( ) ==> ( ) +% +/profile.update { + /xmenu xmenu.profile def + + /window.action actRedrawPanel def + + pmenu.update +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Show profile menu. +% +% ( ) => ( ) +% +/panel.profile { + "profile" help.setcontext + + window.xmenu + dup .xmenu xmenu.profile put + dup .xmenu.update /profile.update put + dup window.init + window.show +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Return width of panel entry. +% +% ( ) => ( width ) +% +/panel.profile.width { + /xmenu xmenu.profile def + + pmenu.width +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Redraw panel entry. +% +% ( panel ) => ( ) +% +/panel.profile.update { + /xmenu xmenu.profile def + + pmenu.panel.update +} def + + diff --git a/dia_splash.inc b/dia_splash.inc new file mode 100644 index 0000000..9083d06 --- /dev/null +++ b/dia_splash.inc @@ -0,0 +1,90 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Splash mode selection dialog. +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Some global vars. +% +/splash.default 2 def + +/splash.options [ + "splash=0" + "splash=verbose" + "splash=silent" +] def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Build splash list. +% +% ( ) ==> ( ) +% +/splash.init { + /xmenu.splash .xm_size array def + + /xmenu xmenu.splash def + + xmenu .xm_current splash.default put + xmenu .xm_list [ "Native" "Verbose" "Silent" ] put + + pmenu.init +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Update splash mode. +% +% ( ) ==> ( ) +% +/splash.update { + /xmenu xmenu.splash def + + /window.action actRedrawPanel def + + pmenu.update +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Show splash menu. +% +% ( ) => ( ) +% +/panel.splash { + "startup" help.setcontext + + window.xmenu + dup .xmenu xmenu.splash put + dup .xmenu.update /splash.update put + dup window.init + window.show +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Return width of panel entry. +% +% ( ) => ( width ) +% +/panel.splash.width { + /xmenu xmenu.splash def + + pmenu.width +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Redraw panel entry. +% +% ( panel ) => ( ) +% +/panel.splash.update { + /xmenu xmenu.splash def + + pmenu.panel.update +} def + + diff --git a/dia_video.inc b/dia_video.inc new file mode 100644 index 0000000..379b6c7 --- /dev/null +++ b/dia_video.inc @@ -0,0 +1,215 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Video mode selection dialog. +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Some global vars. +% +% video mode array fields +/.vm_mode 0 def +/.vm_width 1 def +/.vm_height 2 def + +% We have kernel splash images for at least these sizes. +/video.splashsizes [ + 0 0 % special: for text mode + 1 0 % special: for VESA mode + 800 600 + 1024 768 + 1280 1024 +] def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Create sort key for video modes. +% +% ( vm_index ) ==> ( sort_index ) +% +/vmsortindex { + video.modes.list exch get + dup + .vm_width get 16 shl + exch .vm_height get add +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Swap video mode entries. +% (Helper for video mode sorting.) +% +% ( vm_index_1 vm_index_2 ) ==> ( ) +% +/vmsortexch { + over video.modes.list exch get + over video.modes.list exch get + video.modes.list + 5 -1 roll rot put + video.modes.list 3 1 roll put +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Check if we have a splash in that resolution. +% +% ( video_mode_list_entry ) ==> ( true|false ) +% +/video.havesplash { + false exch + + 0 2 video.splashsizes length 1 sub { + over over over + .vm_height get rot .vm_width get rot video.splashsizes exch get eq + rot 1 add video.splashsizes exch get rot eq and + { exch pop true exch exit } if + } for + + pop + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Build video mode list. +% +% ( ) ==> ( ) +% +/video.init { + /xmenu.video .xm_size array def + + /xmenu xmenu.video def + + % build list of video modes + /video.modes.list [ + [ -1 0 0 ] % special: text mode + [ -2 1 0 ] % special: VESA mode (width = 1 to make it sort) + + 0 1 videomodes { + videomodeinfo dup .undef eq { + pop pop pop pop + } { + [ + over 0xbfff and 6 2 roll + 0x4000 and % fb support + exch 0x10 eq and % 16 color bits + over 600 ge and % height >= 600 + 2 index 800 ge and % width >= 800 + { ] } { pop pop pop pop } ifelse + } ifelse + } for + + ] def + + % sort video.modes.list + + video.modes.list length 3 gt { + 0 1 video.modes.list length 2 sub { + dup 1 add 1 video.modes.list length 1 sub { + over vmsortindex over vmsortindex gt { + over over vmsortexch + } if + pop + } for + pop + } for + } if + + % create mode strings + + /video.modes.text [ + video.modes.list { + dup .vm_width get + dup 0 eq { + pop pop "Text Mode" + } { + dup 1 eq { + pop pop "VESA" + } { + exch .vm_height get exch "%d x %d" 32 string dup 5 1 roll sprintf + } ifelse + } ifelse + } forall + ] def + + % add to menu + + xmenu .xm_list video.modes.text put + + % select largest mode the monitor supports + + monitorsize exch 800 max exch 600 max % at least 800x600 + + xmenu .xm_current -1 put + video.modes.list { + dup .vm_width get 3 index le + over .vm_height get 3 index le and + exch video.havesplash and { + xmenu .xm_current over over get 1 add put + } { + exit + } ifelse + + } forall + + pop pop + + pmenu.init +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Update video mode. +% +% ( ) ==> ( ) +% +/video.update { + /xmenu xmenu.video def + + /window.action actRedrawPanel def + + pmenu.update +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Show video menu. +% +% ( ) => ( ) +% +/panel.video { + "videomode" help.setcontext + + window.xmenu + dup .xmenu xmenu.video put + dup .xmenu.update /video.update put + dup window.init + window.show +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Return width of video entry. +% +% ( ) => ( width ) +% +/panel.video.width { + /xmenu xmenu.video def + + pmenu.width +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Redraw panel entry. +% +% ( panel ) => ( ) +% +/panel.video.update { + /xmenu xmenu.video def + + pmenu.panel.update +} def + + diff --git a/greeting.jpg b/greeting.jpg new file mode 100644 index 0000000..9698820 Binary files /dev/null and b/greeting.jpg differ diff --git a/happysuse.mod b/happysuse.mod new file mode 100644 index 0000000..9efbefe Binary files /dev/null and b/happysuse.mod differ diff --git a/head.jpg b/head.jpg new file mode 100644 index 0000000..889af57 Binary files /dev/null and b/head.jpg differ diff --git a/head_a.jpg b/head_a.jpg new file mode 100644 index 0000000..5aa254a Binary files /dev/null and b/head_a.jpg differ diff --git a/help-boot.bg.html b/help-boot.bg.html new file mode 100644 index 0000000..2a264f8 --- /dev/null +++ b/help-boot.bg.html @@ -0,0 +1,130 @@ + + + + + + +
+

Използване на системата за помощ

+ +Онлайн помощта на зареждането на ОС зависи от контекста. Тя дава информация +за избрания елемент от менюто или ако редактирате параметрите на зареждането +се опитва да покаже повече относно параметърът, върху който е позициониран +курсора. +
+
+Навигационни клавиши

+ + Стрелка нагоре: осветляване на предишната връзка
+ Стрелка надолу: осветляване на следващата връзка
+ Стрелка наляво, Backspace: връщане на предишната тема
+ Стрелка надолу, Enter, Интервал: следване на връзката
+ Страница нагоре: прелистване страница нагоре
+ Страница надолу: прелистване страница надолу
+ Home: позициониране в началото на документа
+ End: позициониране в края на документа
+ Esc: изход от помощта
+ +
Връщане в Параметри на зареждането + + +
+

Избиране на език и клавиатурна подредба

+ +Натиснете F2 за да промените езика и клавиатурната подредба, която +да използва мениджъра на зареждането на ОС. + +

Връщане в Параметри на зареждането + + +
+

Избиране на профил

+ +Натиснете F3 за да изберете профил. Вашата система ще бъде заредена +с настройките, запазени в този профил. + +

Връщане в Параметри на зареждането + + +
+

Параметри на зареждането

+ + splash — промяна на екрана със заглавката
+ apm — превключване на управлението на захранването
+ acpi — разширено настройване и интерфейс към захранването
+ ide — управление на IDE подсистемата
+ +
+

Параметър към ядрото: splash

+ +Заглавката е картинката, която се показва по време на зареждането на Linux.
+
+splash=0
+Заглавката е изключена. Това е полезно, когато се използват стари монитори +или възникнат някакви грешки.
+
+splash=verbose
+Активиране на заглавката, съобщенията от ядрото и процеса на зареждане се +показват.
+
+splash=silent
+Активиране на заглавката, но без съобщения. Изчертава се индикатор за +процеса на зареждането.
+
+Връщане в Параметри на зареждането + +
+

Параметър към ядрото: apm

+ +APM е една от двете стратегии за управление на захранването на текущия +компютър. Основно се използва при лаптопите за осъществяване на функции като +суспендиране върху диска, но също така може да бъде и отговорно за изключване +на компютъра след спиране на захранването. APM очаква коректно работещ BIOS. +Ако в BIOS-а има грешки APM може да се използва доста ограничено или дори +да не позволява на компютъра да работи. Затова може да бъде изключено с +параметъра

+ + apm=off — напълно изключване на APM

+ +Някои по-нови компютри могат да имат повече полза от +ACPI. + +

Връщане в Параметри на зареждането + + +
+

Параметър към ядрото: acpi

+ +ACPI (Advanced Configuration and Power Interface - разширено настройване и +интерфейс към захранването) е стандарт, който определя управлението на +настройките и захранването между операционната система и BIOS-а. +По подразбиране, acpi е включено, ако е открит BIOS произведен след +2000 година. Някои от най-често използваните параметри за управление на ACPI:
+
+ pci=noacpi — без ACPI да управлява PCI прекъсванията + acpi=oldboot — остават активирани само тези части на ACPI, които +се отнасят до зареждането
+ acpi=off — напълно изключване на ACPI
+ acpi=force — включване на ACPI дори BIOS-ът да е от преди 2000 г.
+
+Особено на новите компютри acpi заменя старата +apm система. + + +

Връщане в Параметри на зареждането + + +
+

Параметър към ядрото: ide

+ +IDE, за разлика от SCSI, е широко разпространен при работните станции. +За да се заобиколят някои хардуерни проблеми, които могат да настъпят с IDE +системата можете да използвате следния параметър към ядрото:

+ + ide=nodma — изключване на dma за IDE устройствата
+ + + +

Връщане в Параметри на зареждането. + + diff --git a/help-boot.cs.html b/help-boot.cs.html new file mode 100644 index 0000000..abd12b7 --- /dev/null +++ b/help-boot.cs.html @@ -0,0 +1,108 @@ + + + + + + +
+

Používání nápovědy

+ +Nápověda zavaděče je citlivá na obsah. Poskytuje informace o zvolené nabídce nebo pokud editujete parametry jádra, snaží se poskytnout informace o dané volbě.
+
+Navigační klávesy

+ + Up Arrow: návrat na předešlý odkaz
+ Down Arrow: přechod na následující odkaz
+ Left Arrow, Backspace: návrat k předešlému tématu
+ Right Arrow, Enter, Space: přejít na označený odkaz
+ Page Up: o stránku nahoru
+ Page Down: o stránku dolů
+ Home: přechod na začátek stránky
+ End: přechod na konec stránky
+ Esc: ukončení nápovědy
+ +
Návrat do startovací nabídky + + +
+

Výběr jazyka a klávesové mapy

+ +Stisknutím klávesy F2 získáte seznam klávesových map a dostupných jazyků. + +

Návrat do startovací nabídky + + +
+

Volba profilu

+ +Stiknutím F3 můžete zvolit profil. Systém se spustí s nastaveními uloženými v tomto profilu. + +

Návrat do startovací nabídky + + +
+

Parametry

+ + splash -- ovládá splash screen
+ apm -- nastavení správy napájení
+ acpi -- advanced configuration and power interface
+ ide -- ovládání IDE subsystému
+ +
+

Parametry jádra: splash

+ +Splash screen je obrázek znázorňující průběh spouštění a vypínání.
+
+splash=0
+Splash screen je vypnutý. Tato volba je velmi užitečná pro staré monitory a v případě problémů.
+
+splash=verbose
Splash screen je puštěný, ale stále vidíte hlášení jádra.
+
+splash=silent
+Splash screen je puštěný a zcela zakrývá hlášení jádra.
+
+Návrat do startovací nabídky + + +
+

Parametry jádra: apm

+ +APM je jedním ze standardů správy napájení používaných na současných počítačích. Obvykle je používán například pro uspání na disk u notebooků a také je odpovědný za vypnutí počítače po ukončení operačního systému. APM je závislé na správně fungujícím BIOSu. V případě poškození BIOSu by měla být funkce APM omezena. Z toho důvodu můžete APM vypnout parametrem:

+ + apm=off -- kompletní vypnutí APM

+ +Některé velmi nové počítače místo APM používají +ACPI. + +

Návrat do startovací nabídky + + +
+

Parametry jádra: acpi

+ +ACPI (Advanced Configuration and Power Interface) je standard definující nastavení napájení a správu zařízení mezi operačním systémem a BIOSem. Ve výchozím nastavení je acpi zapnuto v případě, že jde o BIOS vydaný po roce 2000. Nejčastěji používané nastavení:
+
+ pci=noacpi -- nepoužívat ACPI k předávání PCI přerušení + acpi=oldboot -- aktivní zůstane pouze ta část ACPI, která je potřebná pro start systému
+ acpi=off -- vypnutí ACPI
+ acpi=force -- zapnutí ACPI i pro BIOS vydaný před rokem 2000
+
+Na nových počítačích nahrazuje starší apm systém. + + +

Návrat do startovací nabídky + + +
+

Parametry jádra: ide

+ +IDE je na rozdíl od SCSI obvykle používáno na pracovních stanicích. +V případě výskytu problémů s IDE systémem můžete použít parametr:

+ + ide=nodma -- Vypnutí DMA pro všechna IDE zařízení
+ + + +

Návrat do startovací nabídky. + + diff --git a/help-boot.da.html b/help-boot.da.html new file mode 100644 index 0000000..762c62c --- /dev/null +++ b/help-boot.da.html @@ -0,0 +1,128 @@ + + + + + + +
+

Sådan bruges hjælpesystemet

+ +Opstartsindlæserens indbyggede hjælp følger dine valg. Den vil give dig +oplysinger om det valgte menupunkt eller, hvis du er ved at indtaste opstarts- +muligheder, prøver den at finde information om det pågældende valg der er ud +for markøren.
+
+Navigationstaster

+ + Pil op: Fremhæv forrige link
+ Pil ned: Fremhæv næste link
+ Pil til venstre, Backspace: Vend tilbage til forrige emne
+ Pil til højre, Enter, Space: Følg link
+ Page Up: Gå en side op
+ Page Down: Gå en side ned
+ Home: Gå til starten af siden
+ End: Gå til slutningen af siden
+ Esc: Forlad hjælp igen
+ +
Vend tilbage til Opstartsmuligheder + + +
+

Sprog og tastaturlayout valg

+ +Tryk F2 for at ændre sprog og tastaturlayout for opstartsindlæseren. + +

Vend tilbage til Opstartsmuligheder + + +
+

Vælg profil

+ +Tryk F3 for at vælge profil. Dit system vil blive startet op med +opsætningen der er gemt i denne profil. + +

Vend tilbage til Opstartsmuligheder + + +
+

Opstartsmuligheder

+ + splash -- bestemmer hvordan opstarten ser ud
+ apm -- vælg eller fravælg strømstyring
+ acpi -- avanceret opsætning af strømstyring
+ ide -- IDE subsystem indstillinger
+ +
+

Kerne tilvalg: splash

+ +splash billedet vises mens maskinen indlæser operativsystemet.
+
+splash=0
+splash billedet vises ikke. Dette kan være nyttigt på +meget gamle skærme eller hvis der opstår fejl under opstart.
+
+splash=verbose
Aktiverer splash billedet, men viser +stadig kerne og opstartsbeskeder.
+
+splash=silent
+Aktiverer splash billedet, men ingen beskeder vises. I stedet vises +en grafisk fremgangsbar.
+
+Vend tilbage til Opstartsmuligheder + + +
+

Kerne tilvalg: apm

+ +APM er en af de to strømstyrings strategier der bruges på moderne +computere. Den bruges hovedsagelig på bærbare til ting som suspendering +til disk, men kan bl.a. også bruges til at slukke maskinen. +For at APM skal virke godt er en korrekt opsat BIOS en nødvendighed. +Hvis BIOSen er dårlig vil APM kun være af begrænset nytte eller måske endda +forhindre computeren i at fungere korrekt. +Det er derfor muligt at slå APM fra med parametren

+ + apm=off -- Deaktiverer APM fuldstændig

+ +Visse nye computere kan have glæde af den nyere +ACPI. + +

Vend tilbage til Opstartsmuligheder + + +
+

Kerne tilvalg: acpi

+ +ACPI (Advanced Configuration and Power Interface) er en +standard der angiver opsætning af strømstyring og anden hardware opsætning +mellem operativsystemet og BIOSen. Som standard bliver acpi slået +til når en BIOS bliver fundet der er nyere end år 2000. +Der er en række ofte brugte parametre der styrer hvordan ACPI fungerer:
+
+ pci=noacpi -- Brug ikke ACPI til at rute PCI interrupts + acpi=oldboot -- Nøjes med at bruge de dele af ACPI der bruges +til at boote systemet
+ acpi=off -- Slår ACPI helt fra
+ acpi=force -- Aktivér ACPI selvom BIOSen er fra før 2000
+
+Især på nyere computere erstatter denne det ældre +apm system. + + +

Vend tilbage til Opstartsmuligheder + + +
+

Kerne tilvalg: ide

+ +IDE er almindeligvis anvendt i desktopcomputere, i modsætning til SCSI. +For at omgå visse hardware problemer der kan opstå med IDE systemer kan du +bruge kerneparametren:

+ + ide=nodma -- Deaktiverer DMA for IDE drev
+ + + +

Vend tilbage til Opstartsmuligheder. + + diff --git a/help-boot.de.html b/help-boot.de.html new file mode 100644 index 0000000..407367d --- /dev/null +++ b/help-boot.de.html @@ -0,0 +1,126 @@ + + + + + + +
+

Verwenden des Hilfesystems

+ +Die Online-Hilfe des Bootloaders ist kontextsensitiv. Sie gibt Informationen +zum gewählten Menüpunkt aus und versucht beim Bearbeiten von +Bootoptionen, Informationen zur jeweiligen Option auszugeben, auf der der Cursor sich befindet.
+
+Navigationstasten

+ + Pfeil nach oben: vorherigen Link markieren
+ Peil nach unten: nächsten Link markieren
+ Linker Pfeil, Backspace: zu vorheriger Option zurückgehen
+ Rechter Pfeil, Enter, Leertaste: Link folgen
+ Bild nach oben: eine Seite nach oben scrollen
+ Bild nach unten: eine Seite nach unten scrollen
+ Home: zur Startseite gehen
+ Ende: zum Seitenende gehen
+ Esc: Hilfe verlassen
+ +
Zurück zu den Bootoptionen + + +
+

Sprach- und Tastaturbelegung

+ +Drücken Sie F2 zum Ändern der Sprache und des +Tastatur-Layouts für den Bootloader. + +

Zurück zu den Bootoptionen + + +
+

Profil wählen

+ +Drücken Sie F3 zum Wählen eines Profils. Ihr System wird mit +der in diesem Profil gespeicherten Konfiguration gestartet. + +

Zurück zu den Bootoptionen + + +
+

Bootoptionen

+ + splash -- beeinflusst das Verhalten des Splash-Screens
+ apm -- Power-Management umschalten
+ acpi -- erweiterte Konfigurations- und Power-Schnittstelle
+ ide -- Steuern des IDE-Subsystems
+ +
+

Kernel-Optionen: splash

+ +Der Splash-Screen ist das beim Systemstart angezeigte Bild.
+
+splash=0
+Der Splash-Screen ist abgeschaltet. Dies mag für sehr alte Monitore +nützlich sein oder beim Auftreten von Fehlern.
+
+splash=verbose
Aktiviert Splash; Kernel- Und Boot-Meldungen werden +weiterhin angezeigt.
+
+splash=silent
+Aktiviert Splash, jedoch keine Meldungen. Stattdessen wird eine +Fortschrittsanzeige angezeigt.
+
+Zurück zu den Bootoptionen + + +
+

Kernel-Optionen: apm

+ +APM ist eine der beiden Power-Management-Möglichkeiten, die derzeit auf +aktuellen Rechnern verwendet werden. Es wird hauptsächlich für +Laptop-Funktionen wie Suspend to Disk verwendet. Es kann jedoch auch zum Ausschalten +des Rechners nach dem Herunterfahren verwendet werden. APM hängt von einem +funktionierenden BIOS ab. Ist das BIOS defekt, kann APM möglicherweise nur +begrenzt eingesetzt werden oder den Rechner sogar funktionsunfähig +machen. Deshalb kann es mit dem Parameter

+ + apm=off -- APM komplett abschalten

+ +Einige sehr neue Rechner könnten mehr Nutzen aus dem aktuelleren +ACPI ziehen. + +

Zurück zu den Bootoptionen + + +
+

Kernel-Optionen: acpi

+ +ACPI (Advanced Configuration and Power Interface) ist ein Standard, der Power- +und Konfigurations-Management-Schnittstellen zwischen einem Betriebssystem und +dem BIOS definiert. Standardmäßig wird acpi angeschaltet, +wenn ein neueres BIOS als das vom Jahr 2000 erkannt wird. Es gibt verschiedene +gebräuchliche Parameter zum Steuern des Verhaltens von ACPI:
+
+ pci=noacpi -- ACPI nicht zum Weiterleiten von PCI-Interrupts verwenden
+ acpi=oldboot -- nur die ACPI-Bereiche, die für den Systemstart relevant sind, bleiben aktiv
+ acpi=off -- ACPI komplett abschalten
+ acpi=force -- ACPI sogar dann anschalten, wenn Ihr BIOS vor dem Jahr 2000 datiert ist
+
+Besonders auf neuen Rechnern ersetzt es das alte apm-System. + + +

Zurück zu den Bootoptionen + + +
+

Kernel-Optionen: ide

+ +IDE wird, anders wie SCSI, häufig in den meisten Desktop-Workstations +verwendet. Um einige Hardware-Probleme zu umgehen, die unter IDE-Systemen +auftreten, verwenden Sie den Kernel-Parameter:

+ + ide=nodma -- DMA für IDE-Treiber abschalten
+ + + +

Zurück zu den Bootoptionen. + + diff --git a/help-boot.en.html b/help-boot.en.html new file mode 100644 index 0000000..9944eca --- /dev/null +++ b/help-boot.en.html @@ -0,0 +1,129 @@ + + + + + + +
+

Using the Help System

+ +The boot loader online help is context sensitive. It gives information +about the selected menu item or, if you are editing boot options, +it tries to look up information about the option in which the cursor is +positioned.
+
+Navigation Keys

+ + Up Arrow: highlight previous link
+ Down Arrow: highlight next link
+ Left Arrow, Backspace: return to previous topic
+ Right Arrow, Enter, Space: follow link
+ Page Up: scroll up one page
+ Page Down: scroll down one page
+ Home: go to page start
+ End: go to page end
+ Esc: leave help
+ +
Return to Boot Options + + +
+

Language and Keyboard Layout Selection

+ +Press F2 to change language and keyboard layout the boot loader uses. + +

Return to Boot Options + + +
+

Choose Profile

+ +Press F3 to select a profile. Your system will be started using the +configuration saved in this profile. + +

Return to Boot Options + + +
+

Boot Options

+ + splash -- influence the behavior of the splash screen
+ apm -- toggle power management
+ acpi -- advanced configuration and power interface
+ ide -- control the IDE subsystem
+ +
+

Kernel Options: splash

+ +The splash screen is the picture shown during system start-up.
+
+splash=0
+The splash screen is switched off. This may be useful +with very old monitors or if some error occurs.
+
+splash=verbose
Activates splash, kernel and boot messages are +still shown.
+
+splash=silent
+Activates splash, but no messages. Instead a progress bar is drawn.
+
+Return to Boot Options + + +
+

Kernel Options: apm

+ +APM is one of the two power management strategies used on current +computers. It is mainly used with laptops for functions like suspend +to disk, but it may also be responsible for switching off the +computer after power down. APM relies on a correct working BIOS. If +the BIOS is broken, APM may have only limited use or even prevent the +computer from working. Therefore, it may be switched off with the +parameter

+ + apm=off -- switch off APM completely

+ +Some very new computers may benefit more from the newer +ACPI. + +

Return to Boot Options + + +
+

Kernel Options: acpi

+ +ACPI (Advanced Configuration and Power Interface) is a +standard that defines power and configuration management interfaces +between an operating system and the BIOS. By default, acpi is +switched on when a BIOS is detected that is newer than from year +2000. There are several commonly +used parameters to control the behavior of ACPI:
+
+ pci=noacpi -- do not use ACPI to route PCI interrupts + acpi=oldboot -- only the parts of ACPI that are relevant +for booting remain activated
+ acpi=off -- switch off ACPI completely
+ acpi=force -- switch on ACPI even if your BIOS is dated +before 2000
+
+Especially on new computers, it replaces the old +apm system. + + +

Return to Boot Options + + +
+

Kernel Options: ide

+ +IDE is, unlike SCSI, commonly used in most desktop workstations. +To circumvent some hardware problems that occur with IDE systems, use the +kernel parameter:

+ + ide=nodma -- switch off dma for IDE drives
+ + + +

Return to Boot Options. + + diff --git a/help-boot.es.html b/help-boot.es.html new file mode 100644 index 0000000..e432cc3 --- /dev/null +++ b/help-boot.es.html @@ -0,0 +1,126 @@ + + + + + + +
+

Utilización del sistema de ayuda

+ +La ayuda en línea del cargador de arranque es de carácter contextual +y le proporciona información sobre el elemento de menú seleccionado o, +durante la edición de las opciones de arranque, busca información acerca +de la opción sobre la que está colocado el cursor.
+
+Teclas de navegación

+ + Flecha arriba: seleccionar enlace anterior
+ Flecha abajo: seleccionar enlace siguiente
+ Flecha izquierda, Retroceso: volver al punto anterior
+ Flecha derecha, Intro, Espacio: seguir enlace
+ Re. Pág.: retroceder una página
+ Av. Pág.: avanzar una página
+ Inicio: ir al principio de la página
+ Fin: ir al final de la página
+ Esc: abandonar la ayuda
+ +
Volver a las opciones de arranque + + +
+

Selección del idioma y de la distribución del teclado

+ +Con F2 puede cambiar el idioma y la distribución del teclado del cargador de arranque. + +

Volver a las opciones de arranque + + +
+

Seleccionar perfil

+ +Con F3 puede seleccionar un perfil. El sistema se iniciará entonces con la configuración +guardada en ese perfil. + +

Volver a las opciones de arranque + + +
+

Opciones de arranque

+ + splash -- determina el comportamiento de la pantalla de bienvenida
+ apm -- cambia la gestión de energía
+ acpi -- Advanced Configuration and Power Interface
+ ide -- controla el subsistema IDE
+ +
+

Opciones del kernel: splash

+ +La pantalla de bienvenida es la imagen mostrada durante el inicio del sistema.
+
+splash=0
+La pantalla de bienvenida está desactivada. Esta opción puede resultar de utilidad +en caso de tener un monitor muy viejo o de que se produzca algún error.
+
+splash=verbose
Activa la pantalla de bienvenida mostrando al mismo tiempo los mensajes +de arranque y del kernel.
+
+splash=silent
+Activa la pantalla de bienvenida sin mostrar ningún mensaje. En su lugar aparece en pantalla una barra de progreso.
+
+Volver a las opciones de arranque + + +
+

Opciones del kernel: apm

+ +APM es uno de los dos métodos de gestión de energía utilizados en los ordenadores +actuales. Aunque se emplea principalmente en portátiles para funciones como 'suspend to +disk', también puede encargarse de desconectar el ordenador después de apagar el sistema. +APM depende de que la BIOS funcione correctamente. Si la BIOS tiene una avería, las funciones +de APM pueden verse restringidas o APM puede hacer incluso que el ordenador deje de +funcionar. Así pues, puede desconectarlo con el parámetro

+ + apm=off -- desactiva APM completamente

+ +Algunos ordenadores de fabricación reciente pueden sacarle más partido al método +ACPI, más moderno. + +

Volver a las opciones de arranque + + +
+

Opciones del kernel: acpi

+ +ACPI (Advanced Configuration and Power Interface) es un estándar que define +las interfaces de gestión de energía y configuración entre el sistema operativo +y la BIOS. Por defecto, acpi se activa cuando se detecta una BIOS de +fabricación posterior al año 2000. Existen diversos parámetros de uso extendido +para determinar el comportamiento de ACPI:
+
+ pci=noacpi -- no utilizar ACPI para enrutar interrupciones PCI
+ acpi=oldboot -- sólo permanecen activadas las partes de ACPI relevantes + para el arranque
+ acpi=off -- desactiva ACPI completamente
+ acpi=force -- activa ACPI aunque la BIOS sea anterior a 2000
+
+Sustituye al antiguo sistema apm especialmente en ordenadores de +fabricación reciente. + + +

Volver a las opciones de arranque + + +
+

Opciones del kernel: ide

+ +Al contrario que SCSI, IDE se suele utilizar en la mayoría de los sistemas de sobremesa. +Para evitar algunos problemas de hardware que afectan a los sistemas IDE, utilice el +parámetro del kernel:

+ + ide=nodma -- desactiva dma para los dispositivos IDE
+ + + +

Volver a las opciones de arranque. + + diff --git a/help-boot.fi.html b/help-boot.fi.html new file mode 100644 index 0000000..35c0d87 --- /dev/null +++ b/help-boot.fi.html @@ -0,0 +1,128 @@ + + + + + + +
+

Ohjeen käyttäminen

+ +Käynnistyslataajan ohje on asiayhteys riippuvainen. Se antaa tietoja +valitusta valikkon kohdasta tai, jos muokkaat käynnistysvalintoja, +se yrittää hakea tietoa valinnasta jolla kursori on.
+
+Ohjausnäppäimet

+ + Nuoli ylöspäin: valitsee aiemman linkin
+ Nuoli alaspäin: highlight next link
+ Nuoli vasemmalle, Backspace: palaa aiempaan ohjeeseen
+ Nuoli oikealle, Enter, Välilyönti: seuraa linkkiä
+ Page Up: rullaa yksi sivu ylöspäin
+ Page Down: rullaa sivu alaspäin
+ Home: mene aloitussivulle
+ End: mene sivun loppuun
+ Esc: lopeta ohje
+ +
Palaa käynnistysvalintoihin + + +
+

Kieli ja näppäimistökartta valinnat

+ +Paina F2 vaihtaaksesi käytettävää käynnistyslataajan kieltä ja näppäimistökarttaa. + +

Palaa käynnistysvalintoihin + + +
+

Valitse profiili

+ +Paina F3 valitaksesi käytettävän profiilin. Järjestelmäsi käynnistetään käyttäen profiiliin +tallennettua määritystä. + +

Palaa käynnistysvalintoihin + + +
+

Käynnistysvalinnat

+ + splash -- vaikuta splash screen käyttäytymiseen
+ apm -- vaihtaa virranhallintaa
+ acpi -- advanced configuration and power interface
+ ide -- hallitse IDE alijärjestelmää
+ +
+

Kernel valinnat: splash

+ +splash screen on kuva joka näytetään järjestelmän käynnistyksen yhteydessä.
+
+splash=0
+splash screen on poistettu käytöstä. Tämä voi olla käytännöllistä +todella vanhojen monitoreiden kanssa tai jos virheitä ilmenee.
+
+splash=verbose
Ottaa käyttöön splash-näytön, ydin- ja käynnistysviestit +näkyvät silti.
+
+splash=silent
+Ottaa käyttöön splash-näytön, mutta ei viestejä. Näiden sijasta käytetään etenemispalkkia.
+
+Palaa käynnistysvalintoihin + + +
+

Kernel valinnat: apm

+ +APM on toinen nykyisissä tietokoneissa käytettävistä virranhallinta +strategioista. Sitä käytetään pääasiassa kannettavissa tietokoneissa toiminnoissa kuten "suspend +to disk", mutta se voi olla vastuussa myös tietokoneen sammuttamisesta virtakatkon +jälkeen. APM luottaa oikein toimivaan BIOSiin. Jos +BIOS on rikkinäinen, APM:llä voi olla vain rajoitettua käyttöä tai se voi jopa estää +tietokonetta toimimasta. Tämän takia, se voidaan poistaa käytöstä +parametrillä

+ + apm=off -- poistaa APM toiminnon kokonaan

+ +Osa uusimmista tietokoneista voivat hyötyä enemmän uudemmasta +ACPI:sta. + +

Palaa käynnistysvalintoihin + + +
+

Kernel valinnat: acpi

+ +ACPI (Advanced Configuration and Power Interface) on +standardi joka määrittää virta ja määrityshallinnan liittymän +käyttöjärjestelmän ja BIOS välillä. Oletuksena, acpi otetaan +käyttöön kun BIOS on tunnistettu uudemmaksi kuin vuosi +2000. On muutamia yleisesti käytettyjä +parametrejä ACPI:n käyttäytymisen ohjaamiseksi:
+
+ pci=noacpi -- älä käytä ACPI ohjaamaan PCI keskeytyksiä + acpi=oldboot -- vain osa ACPI:sta jotka kuuluvat +käynnistykseen ovat käytössä
+ acpi=off -- poistaa ACPI:n kokonaan käytöstä
+ acpi=force -- käyttää ACPIa vaikka BIOS olisi päivätty +ennen vuotta 2000
+
+Erityisesti uusille tietokoneille, korvaa vanhan +apm järjestelmän. + + +

Palaa käynnistysvalintoihin + + +
+

Kernel valinnat: ide

+ +IDE, toisinkuin SCSI, on yleisesti käytetty useimmissa työpöytäkoneissa. +Ohittaaksesi joitakin IDE-järjestelmien laitteisto-ongelmia, käytä +ytimen parametriä:

+ + ide=nodma -- poistaa dman IDE levyiltä
+ + + +

Palaa käynnistysvalintoihin. + + diff --git a/help-boot.fr.html b/help-boot.fr.html new file mode 100644 index 0000000..06154a8 --- /dev/null +++ b/help-boot.fr.html @@ -0,0 +1,107 @@ + + + + + + +
+

Utiliser le système d'aide

+ +L'aide en ligne du chargeur d'amorçage est sensible au contexte. Elle donne des informations relatives à l'élément du menu sélectionné ou, si vous êtes en train de modifier des options d'amorçage, elle cherche à vous renseigner au sujet de l'option sur laquelle le curseur est positionné.
+
+Touches de navigation

+ + Flèche vers le haut : marquer le lien précédent
+ Flèche vers le bas : marquer le lien suivant
+ Flèche vers la gauche, Effacement arrière : retourner au sujet précédent
+ Flèche vers la droite, Retour, Espace : suivre le lien
+ Page précédente : faire défiler vers le haut (une page)
+ Page suivante : faire défiler vers le bas (une page)
+ Début : aller à la première page
+ Fin : aller à la dernière page
+ Échap. : quitter l'aide
+ +
Retour aux Options d'amorçage + + +
+

Sélection de la langue et de la disposition du clavier

+ +Pressez F2 pour changer la langue et la disposition du clavier utilisée par le chargeur d'amorçage.
+ +
Retour aux Options d'amorçage + + +
+

Choix du profil

+ +Pressez F3 pour sélectionner un profil. Votre système démarrera en utilisant la configuration enregistrée dans ce profil.
+ +
Retour aux Options d'amorçage + + +
+

Options d'amorçage

+ + splash -- comportement de l'écran de démarrage (splash screen)
+ apm -- gestion d'énergie
+ acpi -- interface avancée de configuration et d'énergie
+ ide -- contrôle du sous-système IDE
+ +
+

Options de noyau : splash

+ +L'écran de démarrage est l'image affichée durant l'amorçage du système.
+
+splash=0
+L'écran de démarrage est désactivé. Ceci peut être utile avec de très vieux moniteurs ou lorsqu'une erreur se produit.
+
+splash=verbose
Active l'écran de démarrage, les messages de noyau et d'amorçage sont également affichés.
+
+splash=silent
+Active l'écran de démarrage, les messages ne sont pas affichés. À la place, une barre de progression est affichée.
+
+Retour aux Options d'amorçage + + +
+

Options de noyau : apm

+ +APM est l'une des stratégies de gestion de l'énergie utilisée sur les ordinateurs courants. Elle est utilisée principalement sur les ordinateurs portables pour des fonctions telles que la mise en veille, mais peut également être responsable de l'arrêt de l'ordinateur après sa mise hors tension. APM dépend d'un BIOS fonctionnant correctement. Si le BIOS est déterioré, APM peut n'être que d'une utilité limitée ou même empêcher votre ordinateur de fonctionner. Dans ce cas, il peut être désactivé à l'aide du paramètre

+ + apm=off -- désactive APM complètement

+ +Certains ordinateurs très récents peuvent être équipés du système plus récent +ACPI. + +

Retour aux Options d'amorçage + + +
+

Options de noyau : acpi

+ +ACPI (Advanced Configuration and Power Interface) est un standard qui définit les interfaces de gestion d'énergie et de configuration entre un système d'exploitation et le BIOS. Par défaut, acpi est activé lorsqu'un BIOS ultérieur à l'année 2000 est détecté. Il existe plusieurs paramètres utilisés couramment pour contrôler le comportement de ACPI.
+
+ pci=noacpi -- ne pas utiliser ACPI pour router les interruptions PCI
+ acpi=oldboot -- uniquement les parties de ACPI qui relèvent de l'amorçage restent activées
+ acpi=off -- désactiver ACPI complètement
+ acpi=force -- activer ACPI même si votre BIOS est antérieur à 2000
+
+En particulier dans le cas d'ordinateurs récents, il remplace l'ancien système apm. + + +

Retour aux Options d'amorçage + + +
+

Options de noyau : ide

+ +À la différence de SCSI, IDE est utilisé couramment sur la plupart des stations de travail de bureau. Pour réduire certains problèmes matériels qui se produisent avec les systèmes IDE, utilisez le paramètre de noyau :

+ + ide=nodma -- désactiver dma pour les pilotes IDE
+ + + +

Retour aux Options d'amorçage + + diff --git a/help-boot.hu.html b/help-boot.hu.html new file mode 100644 index 0000000..9d122a5 --- /dev/null +++ b/help-boot.hu.html @@ -0,0 +1,131 @@ + + + + + + +
+

A segítségnyújtó rendszer használata

+ +A rendszertöltő online súgója helyzetfüggő segítséget nyújt az egyes kiválasztott +menüpontokhoz. Ezen felül az egyes rendszerindítási opciókhoz is információval szolgál. +Ez akkor lehet hasznos, ha éppen egy bejegyzés szerkesztése válik szükségessé. +
+
+A rendszer használata

+ + Felfelé nyíl: Előző hivatkozás kiválasztása
+ Lefelé nyíl: Következő hivatkozás kiválasztása
+ Balra nyíl, Visszafelé nyíl: Vissza az előző témához
+ Jobbra nyíl, Enter, Szóköz: Hivatkozás követése
+ PageUp billentyű: Görgetés felfelé
+ PageDown billentyű: Görgetés lefelé
+ Home billentyű: Ugrás az oldal elejére
+ End billentyű: Ugrás az oldal végére
+ Esc billentyű: Kilépés a segítségnyújtó rendszerből
+ +
Vissza a Rendszerindítási opciókhoz. + + +
+

Nyelv és billentyűzet kiválasztása

+ +Az F2 billentyű megnyomásával ki tudja választani az indítóképernyő és +a billentyűzet nyelvét. + + +

Vissza a Rendszerindítási opciókhoz. + + +
+

Profil kiválasztása

+ +Egy profil kiválasztásához nyomja meg az F3 billentyűt. + +

Vissza a Rendszerindítási opciókhoz. + + + +
+

Rendszerindítási opciók

+ + splash -- az indítóképernyő beállítása
+ apm -- az APM energiakezelési rendszer beállítása
+ acpi -- az ACPI energiakezelési rendszer beállítása
+ ide -- az IDE alrendszer beállítása
+ +
+

A splash rendszermagparaméter

+ +A rendszerindításkor látható grafikus képernyőt splash screennek nevezzük.
+
+splash=0
+Nincs grafikus rendszerindítás. Ez akkor lehet hasznos, ha nagyon régi a monitora, illetve +olyan, amelyen az indítóképernyő hibásan jelenik meg.
+
+splash=verbose
Bekapcsolja az indítóképernyőt. A rendszermag- és +a rendszerindítási üzenetek a háttérben láthatók.
+
+splash=silent
+Bekapcsolja az indítóképernyőt. A rendszermag üzenetei nem láthatók. Helyette egy grafikus +kijelző tájékoztatást ad a rendszerindítási folyamatról.
+
+ +Vissza a Rendszerindítási opciókhoz. + + +
+

Az apm rendszermagparaméter

+ +Az APM (Advanced Power Management) egy energiakezelő rendszer. Használatának +leginkább hordozható számítógépeken van értelme, ahol átmenetileg fel lehet függeszteni +a rendszert futását. Akkor szüksége lehet energiakezelő rendszerre, ha azt szeretné, hogy +a rendszer leállításakor automatikusan kikapcsoljon a rendszer. Az APM működése +erősen függ a számítógép BIOS rendszerétől. Ha nem jó a BIOS, vagy rosszul +van beállítva, akkor az APM bekapcsolása mellékhatásokhoz vezethet. Ilyenkor +le tilthatja az APM bekapcsolását az +

+ + apm=off rendszermag opcióval.

+ +Az egy évesnél újabb számítógépeken az APM helyett az ACPI +rendszer használatát javasoljuk. + + +

Vissza a Rendszerindítási opciókhoz. + + +
+

Az acpi rendszermagparaméter

+ +Az ACPI (Advanced Configuration and Power Interface) szabvány +meghatározza, hogy az operációs rendszer és a BIOS között hogyan +működjenek az energiakezelési funkciók. Alapértelmezett esetben +a SUSE LINUX akkor kapcsolja be az acpi opciót, ha a 2000. évnél +újabban készült BIOS verziót talál. Az ACPI viselkedését az alábbi opciókkal +lehet pontosan meghatározni:
+
+ pci=noacpi -- ACPI kikapcsolása a PCI eszközök számára
+ acpi=oldboot -- az ACPI azon részeinek bekapcsolása, melyek a rendszerindításhoz szükségesek
+ acpi=off -- az ACPI teljes kikapcsolása
+ acpi=force -- az ACPI bekapcsolása annak ellenére, hogy a BIOS a 2000. év előtt készült
+
+Új számítógépeken az ACPI teljes mértékben helyettesíti az apm rendszert. + + +

Vissza a Rendszerindítási opciókhoz. + + +
+

Az ide rendszermagparaméter

+ +A legtöbb munkaállomás nem SCSI, hanem IDE alapú háttértárat tartalmaz. Az IDE rendszer +esetleges hardverproblémáinak kikerüléséhez szüksége lehet az alábbi paraméterre:

+ + ide=nodma -- kikapcsolja a merevlemez DMA módját
+ + + +

Vissza a Rendszerindítási opciókhoz. + + diff --git a/help-boot.it.html b/help-boot.it.html new file mode 100644 index 0000000..2a33e73 --- /dev/null +++ b/help-boot.it.html @@ -0,0 +1,136 @@ + + + + + + +
+

Utilizzare il sistema di aiuto

+ +L'aiuto in linea del boot loader dipendente dal contesto. +Fornisce delIe informazioni riferite alla voce di menu selezionata +oppure, se state editando delle opzioni di boot, cercherà di +reperire delle informazioni sull'opzioni su cui è posizionato il +cursore.
+
+Tasti di navigazione

+ + Freccia su: evidenzia link precedente
+ Freccia giù: evidenzia prossimo link
+ Freccia sinistra, Backspace: ritorna al topic precedente
+ Freccia destra, Invio, Spazio: segui il link
+ Pag Su: scorri su di una pagina
+ Pag Giù: scrorri giù di una pagina
+ Home: vai alla pagina iniziale
+ Fine: vai alla fine della pagina
+ Esc: esci
+ + +
Ritorna alle Opzioni di boot + + +
+

Selezione lingua e mappatura della tastiera

+ +Premete F2 per cambiare la lingua e mappatura della +tastiera utilizzate dal boot loader. + +

Ritorna alle Opzioni di boot + + +
+

Seleziona profile

+ +Premete F3 per selezionare un profilo. Il vostro sistema si avvierà applicando la configurazione salvata in questo profilo. + +

Ritorna alle Opzioni di boot + + +
+

Opzioni di boot

+ + splash -- influisce sul comportamento dello splash screen
+ apm -- interessa le funzioni di risparmio energetico del sistema
+ acpi -- advanced configuration and power interface
+ ide -- controlla il sottosistema IDE
+ +
+

Opzioni per il kernel: splash

+ +Lo splash screen è la grafica visualizzata durante l'avvio del sistema.
+
+splash=0
+Lo splash screen è disattivato, opzione +utile con monitor davvero datati o se si verificano delle difficoltà +inaspettate.
+
+splash=verbose
Attiva lo splash screen, e mostra +inoltre i messaggi del kernel e di boot.
+
+splash=silent
+Attiva lo splash screen, senza visualizzare dei messaggi. Viene mostrata +solo una barra di avanzamento.
+
+Ritorna alle Opzioni di boot + + +
+

Opzioni per il kernel: apm

+ +APM è una delle due strategie da poter applicare in tema +di risparmio energetico su computer comunemente diffusi. +Si usa soprattutto con portatili per funzioni del tipo sospensione +sul disco (ingl. suspend to disk), ma può essere anche preposto +allo spegnimento del computer dopo lo shutdown. APM si basa +sul corretto funzionamento del BIOS. Se il BIOS non funziona a +dovere, l'utilità dell'APM si riduce notevolmente o può addirittura +compromettere il funzionamento del computer. Per tale ragione +avete la possibilità di disabilitarlo tramite questo parametro: +

+ + apm=off -- disattiva completamente APM

+ +Su alcuni computer recentissimi si potrà trarre beneficio da +ACPI più recenti. + +

Ritorna alle Opzioni di boot + + +
+

Opzioni per il kernel: acpi

+ +ACPI (Advanced Configuration and Power Interface) è uno +standard che definisce le interfacce per l'amministrazione del consumo energetico e della configurazione poste tra sistema operativo e BIOS. +Di default, acpi è attivata se è stato rilevato un BIOS +che non risale agli anni precedenti all'anno 2000. Vi sono una serie d parametri per intervenire +sul comportamento dell' ACPI:
+
+ pci=noacpi -- non utilizzare ACPI per gestire gli interrupt PCI + acpi=oldboot -- solo le parti dell'ACPI che sono rilevanti +per il processo di boot rimangono attivate
+ acpi=off -- spegni completamente l'ACPI
+ acpi=force -- attiva l'ACPI anche se il BIOS è di un anno + precedente al 2000
+
+Soprattutto su computer recenti, ACPI si sostituisce al vecchio +sistema apm. + + +

Ritorna alle Opzioni di boot + + +
+

Opzioni per il kernel: ide

+ +IDE - a differenza di SCSI - viene utilizzato di solito su postazioni di +lavoro desktop. Per aggirare degli eventuali problemi dovuti all' +hardware che si possono verificare con sistemi IDE, utilizzate il +parametro del kernel:

+ + ide=nodma -- spengi DMA per drive IDE
+ + + +

Ritorna alle Opzioni di boot. + + diff --git a/help-boot.ja.html b/help-boot.ja.html new file mode 100644 index 0000000..9d7d21a --- /dev/null +++ b/help-boot.ja.html @@ -0,0 +1,76 @@ + + + + + + +
+

ヘルプシステムの使用

+ +ブートローダのオンラインヘルプは状況に依存します。 このヘルプは選択したメニュー項目についての情報を提供します。または、ブートオプションを編集している場合、カーソルを置いているオプションについての情報を調べようと試みます。

ナビゲーションキー

+ + 上矢印: 前のリンクを強調表示します
下矢印: 次のリンクを強調表示します
左矢印バックスペース: 前のトピックに戻ります
右矢印Enterスペース: リンクに続く
Page Up: 1ページスクロールアップ
Page Down: 1ページスクロールダウン
Home: 開始ページにジャンプ
End: 最終ページにジャンプ
Esc: ヘルプを終了
+ +
ブートオプションに戻る + + +
+

言語とキーボードのレイアウト選択

+ +F2を押すと、ブートローダが使用する言語とキーボードのレイアウトが変更されます。 + +

ブートオプションに戻る + + +
+

プロファイルの選択

+ +F3を押してプロファイルを選択します。 システムはこのプロファイルで保存された環境設定を使用して起動します。 + +

に戻る ブートオプション + + +
+

ブートオプション

+ + splash --スプラッシュ画面の動作に影響を与えます
apm -- 電源管理を切り替えます
acpi -- 詳細設定と電源インターフェイス
ide -- IDEサブシステムをコントロールします
+ +
+

カーネルオプション: スプラッシュ

+ +スプラッシュスクリーンはシステム起動中に表示されるピクチャです。

splash=0
スプラッシュ画面がオフになります。 このオプションは古いモニタやエラーが発生した場合に役に立ちます。

splash=verbose
スプラッシュを有効にし、カーネルとブートメッセージを表示します。

splash=silent
スプラッシュを有効にしますが、メッセージは表示されません。 代わりに、進行状況バーが表示されます。

ブートオプションに戻る + + +
+

カーネルオプション: apm

+ +APMは、現在のコンポーネントで使用される2つの電源管理ストラテジの1つです。 このオプションはサスペンド(ディスク)のような機能に対してノートPCで主に使用されますが、パワーダウンした後にコンピュータの電源をオフにする原因ともなります。 APMは正しく作動するBIOSに依存します。 BIOSが壊れた場合、APMの使用が制限されたり、コンピュータが機能しないこともあります。 従って、パラメータでオフにすることもできます

+ + apm=off -- APMを完全にオフにします

+ +一部の新しいコンピュータには、新しいACPIのメリットを受けられるものもあります。 + +

ブートオプションに戻る + + +
+

カーネルオプション: acpi

+ +ACPI (Advanced Configuration and Power Interface)は、オペレーティングシステムとBIOSの間の電源と設定管理インターフェイスを定義する標準です。 デフォルトで、acpiはBIOSが2000年より新しいものであることを検出するとオンになります。ACPIの動作をコントロールするために、いくつかのパラメータが使用されています:

pci=noacpi -- PCI割り込みをルーティングするためにACPIを使用しません acpi=oldboot -- 有効になったままの起動に関連するACPIのほんの一部です
acpi=off -- ACPIを完全にオフにします
acpi=force -- BIOSが2000年以前の日付でもACPIをオンにします

特に新しいコンピュータでは、古いapmシステムに取って代わります。 + + +

ブートオプションに戻る + + +
+

カーネルオプション: ide

+ +SCSIと異なり、IDEはほとんどのデスクトップワークステーションで広く使用されています。 IDEシステムに発生したハードウェア問題を回避するために、カーネルパラメータを使用してください。

+ + ide=nodma -- IDEドライブに対してdmaを切り替えます
+ + + +

ブートオプションに戻る。 + + diff --git a/help-boot.nb.html b/help-boot.nb.html new file mode 100644 index 0000000..768c5bf --- /dev/null +++ b/help-boot.nb.html @@ -0,0 +1,104 @@ + + + + + + +
+

Bruke hjelpesystemet

+ +Den elektroniske hjelpen for oppstartslasteren er kontekstfølsom. Den gir informasjon om det valgte menypunktet, og når du redigerer oppstartsalternativer, forsøker hjelpeprogrammet å søke etter informasjon om alternativet der skrivemerket befinner seg.
+
+Navigasjonstaster

+ + Pil opp: Merk forrige lenke
+ Pil ned: Merk neste lenke
+ Pil venstre, Backspace: Gå tilbake til forrige emne
+ Pil høyre, Enter, Mellomrom: Følg lenke
+ Page Up: Rull én side oppover
+ Page Down: Rull én side nedover
+ Home: Gå til begynnelsen av siden
+ End: Gå til slutten av siden
+ Esc: Avslutt hjelpen
+ +
Gå tilbake til Oppstartsalternativer + + +
+

Valg av språk og tastaturoppsett

+ +Trykk F2 for å endre språket og tastaturoppsettet som oppstartslasteren bruker. + +

Gå tilbake til Oppstartsalternativer + + +
+

Velg profil

+ +Trykk F3 for å velge en profil. Systemet vil starte opp med konfigurasjonen som er lagret i denne profilen. + +

Gå tilbake til Oppstartsalternativer + + +
+

Oppstartsalternativer

+ + splash -- påvirker oppstartsskjermbildet
+ apm -- slår strømsparing av og på
+ acpi -- avanserte konfigurasjons- og strømsparefunksjoner
+ ide -- styrer IDE-undersystemet
+ +
+

Kjernealternativer: splash

+ +Dette er bakgrunnsbildet som vises under oppstart av systemet.
+
+splash=0
+Bakgrunnsbildet er slått av. Dette kan være nyttig for svært gamle skjermmodeller eller hvis det oppstår en feil.
+
+splash=verbose
Aktiverer bakgrunnsbilde ved oppstart, men kjerne- og oppstartsmeldinger vises likevel.
+
+splash=silent
+Aktiverer bakgrunnsbilde ved oppstart uten meldinger. En fremdriftsindikator vises i stedet.
+
+Gå tilbake til Oppstartsalternativer + + +
+

Kjernealternativer: apm

+ +APM er en av de to strategiene for strømsparing som benyttes av moderne datamaskiner. APM brukes hovedsakelig av bærbare maskiner, f.eks. for diskdvalemodus, men kan også slå av maskinen på en sikker måte når strømmen blir brutt. APM er avhengig av at BIOS er riktig konfigurert. Hvis BIOS ikke fungerer riktig, er bruksområdet til APM begrenset, og funksjonen kan til og med hindre at maskinen starter opp riktig. Derfor kan APM slås av med parameteren

+ + apm=off -- slå av APM helt

+ +Noen moderne datamaskiner kan ha nytte av det nyere +ACPI-systemet. + +

Gå tilbake til Oppstartsalternativer + + +
+

Kjernealternativer: acpi

+ +ACPI (Advanced Configuration and Power Interface) er en standard for kommunikasjonen mellom operativsystemet og BIOS i forbindelse med konfigurasjons- og strømsparefunksjoner. Som standard er acpi slått på når en BIOS produsert etter år 2000 er registrert. ACPI-funksjonene kan styres ved hjelp av en del vanlige parametere:
+
+ pci=noacpi -- Ikke bruk ACPI for å rute PCI-avbrudd acpi=oldboot -- bare ACPI -funksjoner i forbindelse med oppstart er aktivert
+ acpi=off -- slå av ACPI helt
+ acpi=force -- slå på ACPI selv om BIOS er produsert før 2000
+
+Spesielt i nye maskiner benyttes acpi i stedet for +apm.

Gå tilbake til Oppstartsalternativer + + +
+

Kjernealternativer: ide

+ +IDE er langt vanligere i skrivebordsmaskiner enn SCSI. For å løse maskinvareproblemer som kan oppstå i IDE-systemer, kan følgende kjerneparameter brukes:

+ + ide=nodma -- slå av dma for IDE-disker
+ + + +

Gå tilbake til Oppstartsalternativer. + + diff --git a/help-boot.nl.html b/help-boot.nl.html new file mode 100644 index 0000000..f672d59 --- /dev/null +++ b/help-boot.nl.html @@ -0,0 +1,126 @@ + + + + + + +
+

Informatie over het Help systeem gebruik

+ +De bootloader online help is context gevoelig. Het geeft informatie +over het geselecteerde menu item of, indien u de boot opties aan het wijzigen bent, +probeert informatie te vinden over de optie waar de cursor zich bij bevindt.
+
+Navigatie toetsen

+ + Pijl omhoog: vorige link benadrukken
+ Pijl omlaag: volgende link benadrukken
+ Pijl naar links, Backspace: keer terug naar vorige onderwerp
+ Pijl naar rechts, Enter, Spatiebalk: volg link
+ Page Up: scroll één pagina omhoog
+ Page Down: scroll één pagina omlaag
+ Home: ga naar het begin van de pagina
+ End: ga naar het einde van de pagina
+ Esc: help verlaten
+ +
Keer terug naar Boot opties + + +
+

Taal en toetsenbord layout selectie

+ +Druk op F2 om de, door de bootloader gebruikte, taal en het toetsenbord layout te wijzigen. + +

Terug naar Boot opties + + +
+

Kies een profiel

+ +Druk op F3 om een profiel te selecteren. Uw systeem zal met de in dit +profiel opgeslagen configuratie opgestart worden. + +

Terug naar Boot opties + + +
+

Boot opties

+ + splash -- beïnvloedt het gedrag van het opstartscherm
+ apm -- energiebeheer aan/uit
+ acpi -- geavanceerde configuratie en energie interface
+ ide -- IDE subsysteem besturing
+ +
+

Kernel opties: splash

+ +Het opstartscherm is de afbeelding wat tijdens het opstarten +van het systeem zal worden weergegeven.
+
+splash=0
+Het opstartscherm is uitgezet. Soms zinvol bij +erg oude monitoren of bij een opgetreden fout.
+
+splash=verbose
+Activeert opstartscherm, kernel en boot berichten +blijven zichtbaar.
+
+splash=silent
+Activeert opstartscherm, geen berichten. In plaats daarvan wordt een voortgangsbalk zichtbaar.
+
+Terug naar Boot opties + + +
+

Kernel opties: apm

+ +APM is de oudste van de twee energiebeheer strategieën die bij moderne computers +gebruikt kan worden. Voornamelijk bij laptops ten behoeve van +functies zoals de slaapstand mode. Ook kan APM verantwoordelijk zijn voor het +uitschakelen van de computer bij een wegvallende voedingsspanning. APM heeft +een correct werkende BIOS nodig. Bij een defecte BIOS zal APM slechts gedeeltelijk +werken of zelfs de computer zo beïnvloeden dat deze niet meer werkt. +Met de volgende parameter is het eventueel uit te schakelen:

+ + apm=off -- APM geheel uitschakelen

+ +Moderne computers hebben meer voordeel bij het nieuwere +ACPI. + +

Terug naar Boot opties + + +
+

Kernel opties: acpi

+ +ACPI (Advanced Configuration and Power Interface) is een +standaard dat de energie en configuratie beheer interfaces +definieert tussen het operating systeem en de BIOS. Standaard wordt acpi +geactiveerd als er een BIOS is gedetecteerd dat na het jaar 2000 gemaakt is. +Er zijn diverse algemeen te gebruiken parameters die het gedrag van ACPI beïnvloeden:
+
+ pci=noacpi -- ACPI niet gebruiken om PCI interrupts af te handelen
+ acpi=oldboot -- alleen die ACPI-onderdelen gebruiken die voor het booten relevant zijn
+ acpi=off -- ACPI geheel uitschakelen
+ acpi=force -- ACPI inschakelen, zelfs als uw BIOS voor 2000 gedateerd is
+
+Vooral bij nieuwe computers zal dit het oude APM systeem prima vervangen. + + +

Terug naar Boot opties + + +
+

Kernel opties: ide

+ +Gewoonlijk wordt IDE, in tegenstelling tot SCSI, bij de meeste desktop werkstations gebruikt. +Gebruik de volgende kernel parameter om enkele hardware problemen, die +bij IDE systemen zouden kunnen optreden, te voorkomen:

+ + ide=nodma -- DMA voor IDE drives uitschakelen
+ + + +

Terug naar Boot opties. + + diff --git a/help-boot.pl.html b/help-boot.pl.html new file mode 100644 index 0000000..eece5d7 --- /dev/null +++ b/help-boot.pl.html @@ -0,0 +1,127 @@ + + + + + + +
+

Używanie systemu pomocy

+ +Pomoc programu ładującego jest kontekstowa. Daje informacje o wybranym +elemencie menu albo jeśli edytujesz opcje startowe, +próbuje znaleźć informacje o opcji, w której znajduje się kursor.
+
+Klawisze nawygacyjne

+ + Up Arrow: podświetl poprzedni odsyłacz
+ Down Arrow: podświetl następny odsyłacz
+ Left Arrow, Backspace: wróć do poprzedniego tematu
+ Right Arrow, Enter, Spacja: idź za odsyłaczem
+ Page Up: przewiń stronę w górę
+ Page Down: przewiń stronę w dół
+ Home: idź na początek strony
+ End: idź na koniec strony
+ Esc: wyjdź z pomocy
+ +
Wróć do Opcji startowych + + +
+

Wybór języka i układu klawiatury

+ +Aby zmienić język i układ klawiatury używany przez program ładujący naciśnij F2. + +

Wróć do Opcji startowych + + +
+

Wybierz profil

+ +Naciśnij F3 aby wybrać profil. System będzie uruchomiony z +konfiguracją zapisaną w tym profilu. + +

Wróć do Opcji startowych + + +
+

Opcje startowe

+ + splash -- wpływa wygląd ekranu (splash screen)
+ apm -- włączenie zarządzania energią
+ acpi -- zaawansowany interfejs konfiguracji zarządzania energią
+ ide -- zarządzanie podsystemem IDE
+ +
+

Opcje jadra: splash

+ +Splash screen to obrazek pokazywany w czasie uruchamiania systemu.
+
+splash=0
+Wyłączenie splash screen. Może być przydatne na bardzo starych +monitorach albo jeśli wystąpią błędy.
+
+splash=verbose
Aktywacja splash screen, komunikaty jądra +i startowe są widoczne.
+
+splash=silent
+Aktywacja splash screen, brak komunikatów. Pokazywany jest pasek postępu.
+
+Wróć do Opcji startowych + + +
+

Opcje jądra: apm

+ +APM jest jedną z dwóch strategii zarządzania energią używaną we +współczesnych komputerach. Wykorzystywana jest głównie w komputerach +przenośnych do takich funkcji jak usypianie na dysk ale może być także +odpowiedzialny za wyłączanie komputera po zaniku zasilania. APM polega +na poprawnie funkcjonującym BIOS-ie. Jeśli BIOS nie działa poprawnie, +to APM ma ograniczone zastosowanie, może nawet uniemożliwiać pracę +komputera. Dlatego można go wyłączyć parametrem

+ + apm=off -- zupełnie wyłącz APM

+ +Niektóre najnowsze komputery mogą skorzystać z nowszego standardu +ACPI. + +

Wróć do Opcji startowych + + +
+

Opcje jądra: acpi

+ +ACPI (Advanced Configuration and Power Interface) jest standardem +definiującym interfejs między systemem operacyjnym i +BIOS-em. Domyślnie acpi jest włączone po stwierdzeniu, że +BIOS pochodzi z roku późniejszego niż 2000. Istnieje kilka typowo +używanych parametrów sterujących działaniem ACPI:
+
+ pci=noacpi -- nie używaj ACPI nie przekierowuj przerwań PCI + acpi=oldboot -- aktywowane są tylko części ACPI dotyczące +procesu uruchamiania systemu
+ acpi=off -- zupełne wyłączenie ACPI
+ acpi=force -- włącz ACPI nawet, jeśli BIOS pochodzi sprzed +roku 2000
+
+Zastępuje on stary system apm, zwłaszcza na +nowych komputerach. + + +

Wróć do Opcji startowych + + +
+

Opcje jądra: ide

+ +IDE jest w przeciwieństwie do SCSI powszechnie wykorzystywane w +stacjach roboczych. Dla zapobieżenie niektórym problemom pojawiającym +się w systemach IDE użyj parametru jądra:

+ + ide=nodma -- wyłącz dma dla urządzeń IDE
+ + + +

Wróć do Opcji startowych + + diff --git a/help-boot.pt.html b/help-boot.pt.html new file mode 100644 index 0000000..8a9a656 --- /dev/null +++ b/help-boot.pt.html @@ -0,0 +1,110 @@ + + + + + + +
+

Utilizando o Sistema de Ajuda

+ +A ajuda online da rotina de arranque é sensível ao contexto. Fornece informação acerca do item de menu seleccionado ou, se está a editar as opções de arranque, tenta procurar informação acerca da opção na qual o cursor está posicionado.
+
+Teclas de Navegação

+ + Seta para Cima: ilumina o link anterior
+ Seta para Baixo: ilumina o link seguinte
+ Seta para a Esquerda, Backspace: volta ao tópico anterior
+ Seta para a Direita, Enter, Barra de Espaços: Entra no link
+ Page Up: rola uma página para cima
+ Page Down: rola uma página para baixo
+ Home: vai para o início da página
+ End: vai para o fim da página
+ Esc: sair da ajuda
+ +
Voltar às Opções de Arranque + + +
+

Selecção de Teclado e Idioma

+ +Prima F2 para alterar o idioma e a disposição de teclado que a rotina de arranque utiliza. + +

Voltar às Opções de Arranque + + +
+

Escolher Perfil

+ +Prima F3 para escolher um perfil. O seu sistema será iniciado utilizando a configuração gravada neste perfil. + +

Voltar às Opções de Arranque + + +
+

Opções de Arranque

+ + splash -- influencia o comportamento do ecrã de splash
+ apm -- comuta a gestão de consumo de energia
+ acpi -- configuração avançada e interface de energia
+ ide -- controla o subsistema IDE
+ +
+

Opções de Kernel: splash

+ +O ecrã de splash é a imagem apresentada durante o arranque do sistema.
+
+splash=0
+O ecrã de splash é desligado. Esta opção é útil com monitores muito antigos, ou se ocorre um erro.
+
+splash=verbose
Activa o splash, as mensagens de kernel e de arranque são ainda assim apresentadas.
+
+splash=silent
+Activa o splash, mas sem mensagens. Em vez das mensagens, é desenhada uma barra de progresso.
+
+Voltar às Opções de Arranque + + +
+

Opções de Kernel: apm

+ +O APM é uma de duas das estratégias de gestão de consumo de energia utilizadas nos computadores actuais. É principalmente utilizada nos computadores portáteis para funções como suspender para disco, mas pode também ser responsável por desligar o computador depois de ser dado o comando de encerramento. O APM sustenta-se numa BIOS funcional. Se a BIOS se encontra avariada, o APM pode ter uma utilização limitada, ou chegar a não permitir um correcto funcionamento do computador. Assim sendo, pode ser desligado com o parâmetro

+ + apm=off -- desligar completamente o APM

+ +Alguns computadores muito novos podem beneficiar mais do novo +ACPI. + +

Voltar às Opções de Arranque + + +
+

Opções de Kernel: acpi

+ +O ACPI (Advanced Configuration and Power Interface) é uma norma que define uma interface de gestão e configuração de consumo de energia entre o sistema operativo e a BIOS. Por pré-definição, o acpi é +ligado quando a é detectada uma BIOS mais recente que o ano 2000. Existem vários parâmteros frequentemente utilizados para controlar o comportamento do ACPI:
+
+ pci=noacpi -- não utilizar o ACPI para encaminhar as interrupções de PCI + acpi=oldboot -- manter activadas apenas as partes do ACPI que são relevantes
+ acpi=off -- desligar completamente o ACPI
+ acpi=force -- ligar o ACPI mesmo que a sua BIOS seja anterior ao ano 2000
+
+especialmente em computadores recentes, substitui o velho sistema +apm. + + +

Voltar às Opções de Arranque + + +
+

Opções de Kernel: ide

+ +O IDE é, ao contrário do SCSI, habitual na maioria dos computadores de secretária. +Para contornar alguns problemas que ocorrem com os sistemas IDE, utilize o parâmetro de kernel:

+ + ide=nodma -- desligar o dma para unidades IDE
+ + + +

Voltar às Opções de Arranque. + + diff --git a/help-boot.pt_BR.html b/help-boot.pt_BR.html new file mode 100644 index 0000000..1a66d1e --- /dev/null +++ b/help-boot.pt_BR.html @@ -0,0 +1,76 @@ + + + + + + +
+

Usando o Sistema de Ajuda

+ +A ajuda online do boot loader é sensível ao contexto. Ela oferece informações sobre o item de menu selecionado ou, se você estiver editando opções de boot, ela tenta procurar informações sobre a opção na qual o cursor está posicionado.

Teclas de Navegação

+ + Seta para Cima: destacar link anterior
Seta para Baixo: destacar próximo link
Seta para a Esquerda, Backspace: retornar ao tópico anterior
Seta para a Direita, Enter, Espaço: seguir link
Page Up: rolar uma página para cima
Page Down: rolar uma página para baixo
Home: ir para o início da página
End: ir para o fim da página
Esc: sair da ajuda
+ +
Retornar às Opções de Boot + + +
+

Seleção de Layout de Idioma e Teclado

+ +Pressione F2 para mudar o layout do idioma e do teclado usado pelo boot loader. + +

Retornar às Opções de Boot + + +
+

Escolher Perfil

+ +Pressione F3 para selecionar um perfil. O sistema será inicializado usando a configuração gravada nesse perfil. + +

Retornar às Opções de Boot + + +
+

Opções de Boot

+ + splash -- influenciar o comportamento da splash screen
apm -- alternar gerenciamento de energia
acpi -- interface de energia e configuração avançada
ide -- controlar o subsistema IDE
+ +
+

Opções de Kernel: splash

+ +A splash screen é uma imagem mostrada durante a inicialização do sistema.

splash=0
A splash screen é desligada. Isso pode ser útil com monitores muito antigos ou se ocorrerem alguns erros.

splash=verbose
Ativar splash, mensagens de kernel e boot ainda são mostradas.

splash=silent
Ativar splash, mas não ativa mensagens. Em vez disso, uma barra de progresso é exibida.

Retornar às Opções de Boot + + +
+

Opções de Kernel: apm

+ +APM é uma das duas estratégias de gerenciamento de energia usada em computadores atuais. É usada, principalmente, em laptops para funções como suspender para disco, mas também pode ser responsável por encerrar o computador após o desligamento. APM depende de um BIOS com funcionamento correto. Se o BIOS estiver danificado, o APM poderá fica com uso limitado ou até mesmo impedir que o computador funcione. Portanto, ele pode ser desligado com o parâmetro

+ + apm=off -- desligar completamente o APM

+ +Alguns computadores muito novos tiram mais proveito da ACPI mais recente. + +

Retornar às Opções de Boot + + +
+

Opções de Kernel: acpi

+ +ACPI (Advanced Configuration and Power Interface) é um padrão que define interfaces de gerenciamento de configuração e energia entre um sistema operacional e o BIOS. Por padrão, a acpi é ligada quando um BIOS detectado é mais novo do que os do ano 2000. Há vários parâmetros normalmente usados para controlar o comportamento da ACPI:

pci=noacpi -- não usar ACPI para rotear interrupções de PCI acpi=oldboot -- somente as partes da ACPI relevantes para a inicialização permanecem ativadas
acpi=off -- desligar completamente a ACPI
acpi=force -- ligar a ACPI, mesmo se o BIOS for anterior ao ano 2000

Especialmente em computadores novos, ele substitui o sistema apm antigo. + + +

Retornar às Opções de Boot + + +
+

Opções de Kernel: ide

+ +IDE, diferente do SCSI, é usado normalmente na maioria das estações de trabalho. Para contornar alguns problemas de hardware que ocorrem com sistemas IDE, use o parâmetro kernel:

+ + ide=nodma -- desligar o DMA para unidades IDE
+ + + +

Retornar às Opções de Boot. + + diff --git a/help-boot.ro.html b/help-boot.ro.html new file mode 100644 index 0000000..8f36d2f --- /dev/null +++ b/help-boot.ro.html @@ -0,0 +1,130 @@ + + + + + + +
+

Utilizarea sistemului de ajutor

+ +Documentaţia de ajutor on-line a încărcătorului de sistem este +senzitivă la context. Ea vă oferă informaţii despre itemul de meniu +selectat sau, dacă editaţi opţiuni de pornire, încearcă să caute +informaţii despre opţiunea la care este poziţionat cursorul.
+
+Taste de navigare

+ + Săgeata sus: evidenţiază legătura precendentă
+ Săgeata jos: evidenţiază legătura următoare
+ Săgeata stînga, Backspace: merge la subiectul precedent
+ Săgeata dreapta, Enter, Space: activează legătura
+ Page Up: defilează o pagină în sus
+ Page Down: defilează o pagină în jos
+ Home: sare la începutul paginii
+ End: sare la sfîrşitul paginii
+ Esc: iese din documetaţia de ajutor
+ +
Înapoi la Opţiuni de pornire + + +
+

Selectare mapare de tastatură şi limbă

+ +Press F2 to change language and keyboard layout the boot loader uses. + +
Înapoi la Opţiuni de pornire + + +
+

Alegere profil

+ +Press F3 to select a profile. Your system will be started using the +configuration saved in this profile. + +
Înapoi la Opţiuni de pornire + + +
+

Opţiuni de pornire

+ + splash -- influence the behavior of the splash screen
+ apm -- toggle power management
+ acpi -- advanced configuration and power interface
+ ide -- control the IDE subsystem
+ +
+

Opţiuni kernel: splash

+ +The splash screen is the picture shown during system start-up.
+
+splash=0
+The splash screen is switched off. This may be useful +with very old monitors or if some error occurs.
+
+splash=verbose
Activates splash, kernel and boot messages are +still shown.
+
+splash=silent
+Activates splash, but no messages. Instead a progress bar is drawn.
+ +
Înapoi la Opţiuni de pornire + + +
+

Opţiuni kernel: apm

+ +APM is one of the two power management strategies used on current +computers. It is mainly used with laptops for functions like suspend +to disk, but it may also be responsible for switching off the +computer after power down. APM relies on a correct working BIOS. If +the BIOS is broken, APM may have only limited use or even prevent the +computer from working. Therefore, it may be switched off with the +parameter

+ + apm=off -- switch off APM completely

+ +Some very new computers may benefit more from the newer +ACPI. + +
+
Înapoi la Opţiuni de pornire + + +
+

Opţiuni kernel: acpi

+ +ACPI (Advanced Configuration and Power Interface) is a +standard that defines power and configuration management interfaces +between an operating system and the BIOS. By default, acpi is +switched on when a BIOS is detected that is newer than from year +2000. There are several commonly +used parameters to control the behavior of ACPI:
+
+ pci=noacpi -- do not use ACPI to route PCI interrupts + acpi=oldboot -- only the parts of ACPI that are relevant +for booting remain activated
+ acpi=off -- switch off ACPI completely
+ acpi=force -- switch on ACPI even if your BIOS is dated +before 2000
+
+Especially on new computers, it replaces the old +apm system. + + +

Înapoi la Opţiuni de pornire + + +
+

Opţiuni kernel: ide

+ +IDE is, unlike SCSI, commonly used in most desktop workstations. +To circumvent some hardware problems that occur with IDE systems, use the +kernel parameter:

+ + ide=nodma -- switch off dma for IDE drives
+ + + +

Înapoi la Opţiuni de pornire + + diff --git a/help-boot.sk.html b/help-boot.sk.html new file mode 100644 index 0000000..51184e4 --- /dev/null +++ b/help-boot.sk.html @@ -0,0 +1,126 @@ + + + + + + +
+

Použitie systému nápovedy

+ +Online nápoveda zavádzača je kontextová. Poskytuje informácie o zvolenej +položke, alebo, ak upravujete nastavenia štartu, pokúsi sa vyhľadať +informácie o nastavení, na ktorom je umiestnený kurzor.
+
+Klávesy pre pohyb

+ + Šípka nahor: označiť predchádzajúcu linku
+ Šípka nadol: označiť ďalšiu linku
+ Šípka doľava, Backspace: návrat na predchádzajúcu tému
+ Šípka doprava, Enter, Space: nasledovať linku
+ Page Up: posun o stránku nahor
+ Page Down: posun o stránku nadol
+ Home: posun na začiatok
+ End: posun na koniec
+ Esc: opustiť nápovedu
+ +
Návrat na Možnosti štartu + + +
+

Výber jazyka a rozloženia klávesnice

+ +Stlačte F2 pre zmenu jazyka a rozloženia klávesnice, používaných zavádzačom. + +

Návrat na Možnosti štartu + + +
+

Výber profilu

+ +Stlačte F3 pre výber profilu. Váš systém bude spustený pomocou +konfigurácie uloženej v tomto profile. + +

Návrat na Možnosti štartu + + +
+

Možnosti štartu

+ + splash -- nastavenia týkajúce sa splash screenu
+ apm -- vypnúť/zapnúť šetrenie energie
+ acpi -- advanced configuration and power interface
+ ide -- ovládanie IDE subsystému
+ +
+

Možnosti kernelu: splash

+ +Splash screen je obrazovka, ktorú vidno počas štartovania systému.
+
+splash=0
+Splash screen je vypnutý. Toto sa môže zísť pri veľmi +starých monitoroch, alebo v prípade nejakej chyby.
+
+splash=verbose
Aktivuje splash screen, text štartovania systému +sa zobrazuje.
+
+splash=silent
+Aktivuje splash screen, ale všetok text je skrytý. Vidno len indikátor priebehu.
+
+Návrat na Možnosti štartu + + +
+

Možnosti kernelu: apm

+ +APM je jedna z dvoch hlavných stratégií správy napájania používaných na +dnešných počítačoch. Používa sa najme na prenosných počítačoch, na uspatie +na disk, ale môže sa starať aj o vypínanie počítača po zastavení systému. +APM vyžaduje správne fungujúci BIOS. Ak tento nefunguje správne, použitie +APM môže byť značne obmedzené, alebo počítač s ním vôbec nemusí fungovať. +Preto je možné vypnúť ho pomocou parametra + + apm=off -- úplne vypne APM

+ +Novšie počítače využijú viac novší +ACPI. + +

Návrat na Možnosti štartu + + +
+

Možnosti kernelu: acpi

+ +ACPI (Pokročilé rozhranie pre konfiguráciu a správu napájania) je štandard, +ktorý definuje rozhrania pre správu napájania a konfigurácie medzi +operačným systémom a BIOS-om. Štandardne je acpi zapnuté, ak je +zistený BIOS, ktorý je novší ako z roku 2000. Toto sú bežne používané +parametre pre nastavenie správania sa ACPI:
+ +
+ pci=noacpi -- nepoužívať ACPI pre routovanie PCI prerušení + acpi=oldboot -- aktivovať len časti ACPI potrebné pre štart
+ acpi=off -- úplne vypnúť ACPI
+ acpi=force -- zapnúť ACPI aj v prípade, že máte BIOS spred +roku 2000
+
+Najmä na novších počítačoch nahradzuje starší +apm systém. + + +

Návrat na Možnosti štartu + + +
+

Možnosti kernelu: ide

+ +IDE je, na rozdiel od SCSI, bežne používané v pracovných staniciach. +Kvôli obídeniu niektorých hardwarových problémov, vyskytujúcich sa pri IDE +systémoch, použíte tento parameter:

+ + ide=nodma -- vypne dma pre IDE zariadenia
+ + + +

Návrat na Možnosti štartu. + + diff --git a/help-boot.sl.html b/help-boot.sl.html new file mode 100644 index 0000000..d8ccc8e --- /dev/null +++ b/help-boot.sl.html @@ -0,0 +1,119 @@ + + + + + + +
+

Uporaba sistema pomoči

+ +Sistem pomoči zagonskega nalagalnika je odvisen od vašega položaja v programu. +Vsebuje informacije o izbrani možnosti v meniju. Pri urejanju zagonskih +možnosti vam prikaže informacije o možnosti, ki je izbrana s kurzorjem.
+
+Navigacijske tipke

+ + Puščica navzgor: osvetli predhodno povezavo
+ Puščica navzdol: osvetli naslednjo povezavo
+ Puščica levo, Backspace: vrnitev na prejšno stran
+ Puščica desno, Enter, Preslednica: sledi povezavi
+ Stran gor: premik za stran navzor
+ Stran dol: premik za stran navzdol
+ Home: na začetek strani
+ End: na konec strani
+ Esc: zapustitev sistema pomoči
+ +
Vrnitev na Možnosti pri zagonu + +
+

Izbira jezika in razporeditve tipk na tipkovnici

+ +S pritiskom na tipko F2 lahko spremenite jezik in razpored tipk na +tipkovnici, ki jih uporablja zagonski nalagalnik. + +

Vrnitev na Možnosti pri zagonu + +
+

Izbira profila

+ +S tipko F4 izberete profil in sistem se bo zagnal z nastavitvami, +shranjenimi v izbranem profilu. + +

Vrnitev na Možnosti pri zagonu + +
+

Možnosti pri zagonu

+ + splash -- izbirate izgled začetnega zaslona
+ apm -- izbirate način upravljanja z energijo
+ acpi -- advanced configuration and power interface
+ ide -- urejanje IDE podsistema
+ +
+

Možnosti jedra: splash

+ +Začetni zaslon je slika, ki se prikaže med zagonom sistema.
+
+splash=0
+Začetni zaslon je izključen. Možnost je uporabna pri uporabi zelo +starih zaslonov ali pri kakšnih napakah.
+
+splash=verbose
Vključi začetni zaslon s sporočili jedra in +zagonskimi sporočili.
+
+splash=silent
+Zagonski zaslon je vključen, vendar se prikaže le stolpec napredka.
+
+Vrnitev na Možnosti pri zagonu + +
+

Možnosti jedra: apm

+ +APM je eden od dveh možnih strategij upravljanja z energijo na +računalnikih. V večini primerov se uporablja v prenosnih računalnikih +za funkcionalnost kot je zaustavitev in shranitev na disk. Lahko pa +nadzira tudi ugašanje računalnika. APM za delovanje potrebuje pravilno +delovanje BIOSa. Če BIOS ne deluje pravilno, ima APM omejene možnosti +delovanja ali pa lahko celo prepreči delovanje računalnika. V primeru +težav, je možno APM sistem izključiti z naslenjim parametrom: +

+ + apm=off -- v celoti izključi APM

+ +Nekateri novi računalniki lahko izkoristijo nov sistem - +ACPI. + +

Vrnitev na Možnosti pri zagonu + +
+

Možnosti jedra: acpi

+ +ACPI (Advanced Configuration and Power Interface) je standard, ki +določa vmesnik za urejanje nastavitev in upravljanja z energijo med +operacijskim sistemom in BIOSom. Če je med zagonom zaznan BIOS, ki +je bil izdelan po letu 2000, je acpi vključen. Najbolj +uporabni paramteri za določanje obnašanja ACPI sistema:
+
+ pci=noacpi -- ne uporabi ACPI sistema za preusmeritve PCI prekinitev + acpi=oldboot -- le za zagon pomebni deli ACPIja ostanejo aktivni
+ acpi=off -- v celoti izključi ACPI sistem
+ acpi=force -- vključi ACPI tudi v primeru, da je bil BIOS narejen pred letom 2000
+
+ACPI sistem zamenjuje sistem apm, predvsem na novih računalnikih. + + +

Vrnitev na Možnosti pri zagonu + +
+

Možnosti jedra: ide

+ +IDE je, nasprotno kot SCSI, v splošni rabi v večini namiznih računalnikov. +Za premostitev nekaterih napak strojne opreme, lahko uporabite parameter +jedra:

+ + ide=nodma -- za IDE naprave izključi DMA
+ + +

Vrnitev na Možnosti pri zagonu. + + diff --git a/help-boot.sv.html b/help-boot.sv.html new file mode 100644 index 0000000..6d0ca6e --- /dev/null +++ b/help-boot.sv.html @@ -0,0 +1,127 @@ + + + + + + +
+

Användande av hjälpsystemet

+ +Starthanterarens onlinehjälp är kontextmedveten. Den ger information +om det valda menyalternativet eller, om du redigerar startalternativ, +försöker hjälpen att hitta information om det alternativet som markören +är placerad över.
+
+Navigeringsknappar

+ + Uppåtpil: Markera föregående länk
+ Nedåtpil: Markera nästa länk
+ Vänsterpil, Bakåtknapp: Tillbaka till föregående alternativ
+ Högerpil, Retur, Mellanslag: Följ länk
+ Sida upp: Bläddra upp en sida
+ Sida ner: Bläddra ner en sida
+ Hem: Gå till sidans början
+ Slut: Gå till sidans slut
+ Esc: Lämna hjälpen
+ +
Tillbaka till Startalternativ + + +
+

Språk- och tangentbordsval

+ +Tryck på F2 för att byta språket och tangentbordslayouten som starthanteraren använder. + +

Tillbaka till Startalternativ + + +
+

Välj profil

+ +Tryck på F3 för att välja en profil. Ditt system kommer att startas med den +konfiguration som sparats i denna profil. + +

Tillbaka till Startalternativ + + +
+

Startalternativ

+ + splash -- Påverkar startbildens beteende
+ apm -- Växla strömsparfunktioner
+ acpi -- Avancerad konfiguration och strömsparhantering
+ ide -- Kontrollera IDE undersystemet
+ +
+

Kärnalternativ: splash

+ +Startbilden är den bild som visas under systemstart.
+
+splash=0
+Startbilden frånkopplad. Kan vara användbart med +mycket gamla bildskärmar och om fel uppstår.
+
+splash=verbose
Aktiverar startbilden, kärn- och startmeddelanden +visas ändå.
+
+splash=silent
+Aktiverar startbilden, men inga meddelanden. I stället visas en växande stapel.
+
+Tillbaka till Startalternativ + + +
+

Kärnalternativ: apm

+ +APM är en av två strategier för strömsparhantering som används av moderna +datorer. Den används främst av bärbara datorer för funktioner som viloläge +till disk, men kan också ansvara för att stänga av datorn efter nedstängning. +APM förlitar sig på ett korrekt fungerande BIOS. Om BIOS är felaktig har APM +endast begränsad funktionalitet eller kan till och med hindra datorn från +att fungera. Därför kan den stängas av med denna parameter

+ + apm=off -- Stäng av APM helt och hållet

+ +Vissa väldigt nya datorer kan ha bättre nytta av det nyare +ACPI. + +

Tillbaka till Startalternativ + + +
+

Kärnalternativ: acpi

+ +ACPI (Advanced Configuration and Power Interface) är en standard +som definierar strömspar och konfigurationshantering mellan BIOS +och operativsystemet. Som standard är acpi påkopplat +om BIOS anger att det är nyare än från år 2000. Det finns flera +vanligt använda parametrar för att kontrollera ACPI uppträdande:
+
+ pci=noacpi -- Använd inte ACPI att skicka PCI avbrott
+ acpi=oldboot -- Endast de delar av ACPI som är relevanta +för uppstart är aktiverade
+ acpi=off -- Stäng av ACPI helt och hållet
+ acpi=force -- Slå på ACPI även om ditt BIOS är daterat +före 2000
+
+Framförallt på nyare datorer ersätter acpi det äldre +apm systemet. + + +

Tillbaka till Startalternativ + + +
+

Kärnalternativ: ide

+ +IDE är, olikt SCSI, vanligt förekommande i de flesta skrivbordsdatorer. +För att undvika en del hårdvaruproblem som kan uppstå med IDE system, +använd kärnparameter:

+ + ide=nodma -- Koppla från dma för IDE enheter
+ + + +

Tillbaka till Startalternativ. + + diff --git a/help-boot.uk.html b/help-boot.uk.html new file mode 100644 index 0000000..c3f3a5d --- /dev/null +++ b/help-boot.uk.html @@ -0,0 +1,107 @@ + + + + + + +
+

Використання системи довідки

+ +Довідка завантажувача є чутливою до контексту. Вона подає інформацію про вибраний елемент меню або, якщо ви редагуєте параметри завантаження, вона намагається знайти інформацію про параметр, на який наведено курсор.
+
Навігаційні клавіші

+ + Стрілка вгору: виділити попереднє посилання
+ Стрілка вниз: виділити наступне посилання
+ Стрілка ліворуч, Backspace: повернутись до попередньої теми
+ Стрілка праворуч, Enter, Space: слідувати за посиланням
+ Сторінка вгору: прокрутити на одну сторінку вгору
+ Сторінка вниз: прокрутити на одну сторінку вниз
+ Home: перейти до початку сторінки
+ End: перейти до кінця сторінки
+ Esc: вийти з довідки
+ +
Повернутись до параметрів завантаження + + +
+

Вибір мови і розкладки клавіатури

+ +Натисніть F2, щоб змінити мову та розкладку клавіатури для завантажувача. + +

Повернутись до параметрів завантаження + + +
+

Вибір профілю

+ +Натисніть F3, щоб вибрати профіль. Вашу систему буде запущено з використанням конфігурації збереженої в цьому профілі. + +

Повернутись до параметрів завантаження + + +
+

Параметри завантаження

+ + splash -- вплинути на поведінку екрану заставки
+ apm -- увімкнути/вимкнути керування живленням
+ acpi -- розширений інтерфейс для налаштування та живлення
+ ide -- керування підсистемою IDE
+ +
+

Параметри ядра: заставка

+ +Екран заставки це зображення, яке показується під час запуску системи.
+
+splash=0
+Екран заставки вимкнено. Може знадобитись для дуже старих моніторів або при виникненні якоїсь помилки.
+
+splash=verbose
Активує заставку, однак, буде показано повідомлення ядра та завантаження.
+
+splash=silent
+Активує заставку, але не повідомлення. Замість цього показується смужка поступу.
+
+Повернутись до параметрів завантаження + + +
+

Параметри ядра: apm

+ +APM -- це одна з двох стратегій керування живленням, яка використовується у сучасних комп'ютерах. Переважно, її використовують на лептопах для таких функцій, як режим сну із збереженням на диск, але вона також може бути відповідальною за вимкнення комп'ютера після від'єднання живлення. APM покладається на правильне функціонування BIOS. Якщо BIOS не працює належно, APM має обмежене використання або навіть може перешкоджати правильній роботі комп'ютера. Тому, APM можна вимкнути параметром

+ + apm=off -- цілком вимкнути APM

+ +Деякі найновіші комп'ютери можуть отримати більше користі від новіших ACPI. + +

Повернутись до параметрів завантаження + + +
+

Параметри ядра: acpi

+ +ACPI (Advanced Configuration and Power Interface) -- це стандарт, який визначає +інтерфейси керування живленням та налаштуванням між операційною системою та BIOS. Типово, acpi вмикається, коли виявлено BIOS новіший ніж з 2000 року. Є декілька загальновживаних параметрів для керування поведінкою ACPI:
+
+ pci=noacpi -- не використовувати ACPI для маршрутизації переривань PCI + acpi=oldboot -- активувати тільки частини ACPI, які відносяться до завантаження
+ acpi=off -- цільком вимкнути ACPI
+ acpi=force -- увімкнути ACPI навіть, якщо ваш BIOS датований перед 2000 роком
+
+Особливо на нових комп'ютерах, ACPI заміняє стару систему apm. + + +

Повернутись до параметрів завантаження + + +
+

Параметри ядра: ide

+ +На відміну від SCSI, IDE використовується в переважній більшості робочих станцій. +Щоб обійти деякі проблеми з обладнанням, які трапляються в системах з IDE, скористайтесь параметром ядра:

+ + ide=nodma -- вимкнути dma для приводів IDE
+ + + +

Повернутись до параметрів завантаження. + + diff --git a/help-boot.zh_CN.html b/help-boot.zh_CN.html new file mode 100644 index 0000000..7ce63d9 --- /dev/null +++ b/help-boot.zh_CN.html @@ -0,0 +1,76 @@ + + + + + + +
+

使用帮助系统

+ +Boot loader 联机帮助是与环境相关的。它提供有关选定菜单项的信息,或者在您编辑引导选项时,它会尝试查询光标所指选项的有关信息。

导航键

+ +向上箭头键:高亮显示前一个链接
向下箭头键:高亮显示下一个链接
向左箭头键Backspace 键:返回前一个主题
向右箭头键Enter 键空格键:后面的链接
Page Up 键:上翻一页
Page Down 键:下翻一页
Home 键:回到页首
End 键:回到页尾
Esc 键:退出帮助
+ +
返回引导选项 + + +
+

语言和键盘布局选择

+ +按 F2 键可以更改 boot loader 使用的语言和键盘布局。 + +

返回引导选项 + + +
+

选择简报

+ +按 F3 键可选择简报。您的系统将以此简报中保存的配置启动。 + +

返回引导选项 + + +
+

引导选项

+ +splash - 影响启动屏幕的行为
apm - 转换电源管理
acpi - 高级配置和电源接口
ide- 控制 IDE 子系统
+ +
+

内核选项:splash

+ +启动屏幕是在系统启动时显示的画面。

splash=0
启动屏幕被关闭。这可能对于很早出品的监视器或在发生某些错误时有帮助。

splash=verbose
激活启动屏幕,且仍显示内核和引导讯息。

splash=silent
激活启动屏幕,但不显示讯息。而是显示一个进度条。

返回引导选项 + + +
+

内核选项:apm

+ +APM 是在当前计算机上使用的两种电源管理策略之一。它主要在便携式计算机中用于暂停磁盘,但同时也负责在电源关闭时关闭计算机。APM 依赖于 BIOS 的正确运转。如果 BIOS 损坏,则 APM 所起的作用可能就很有限,甚至会妨碍计算机的工作。因此,必须使用以下参数将其关闭

+ +apm=off - 完全关闭 APM

+ +一些出品时间不长的新计算机可能会从较新的 ACPI 得益更多。 + +

返回引导选项 + + +
+

内核选项:acpi

+ +ACPI(高级配置和电源接口)是一种标准,它定义了在操作系统和 BIOS 之间的电源和配置管理接口。默认情况下,如果检测到 BIOS 为 2000 年后的新版本,则打开 ACPI。以下是控制 ACPI 行为的常用参数:

pci=noacpi - 不使用 ACPI 传递 PCI 中断acpi=oldboot - 仅部分与引导有关的 ACPI 保持活动
acpi=off - 完全关闭 ACPI
acpi=force - 打开 ACPI,即使 BIOS 版本早于 2000 年

特别是在一些新计算机上,ACPI 取代了旧的 apm 系统。 + + +

返回引导选项 + + +
+

内核选项:ide

+ + 和 SCSI 不同,IDE 常用于大多数的桌面工作站。要巧妙解决 IDE 系统发生的一些硬件问题,请使用内核参数:

+ +ide=nodma - 关闭 IDE 驱动器的 dma
+ + + +

·返回引导选项。 + + diff --git a/help-boot.zh_TW.html b/help-boot.zh_TW.html new file mode 100644 index 0000000..4b426ad --- /dev/null +++ b/help-boot.zh_TW.html @@ -0,0 +1,76 @@ + + + + + + +
+

使用說明系統

+ +開機載入器說明是一種即時的線上說明系統。它能提供關於所選功能表項目的資訊,或者如果您正在編輯開機選項,只要將游標置於項目之上, 它就能為您尋找關於該項目的資訊。

瀏覽鍵

+ + 向上箭頭:反白上一個連結
向下箭頭:反白下一個連結
向左箭頭倒退鍵:回到上一個主題
向右箭頭Enter空白鍵:追蹤連結
Page Up:向上捲動一頁
Page Down:向下捲動一頁
Home:回到起始頁面
End:回到結束頁面
Esc:離開說明
+ +
回到開機選項 + + +
+

語言和鍵盤配置選項

+ +按 F2 以變更開機載入器所使用的語言和鍵盤配置。 + +

回到開機選項 + + +
+

選擇設定檔

+ +按 F3 以選取設定檔。系統將會使用儲存在此設定檔中的組態來啟動。 + +

回到 開機選項 + + +
+

開機選項

+ + splash -- 影響開頭顯示畫面的動作
apm -- 切換電源管理模組
acpi -- 進階組態和電源介面
ide -- 控制 IDE 次系統
+ +
+

核心選項:開頭顯示畫面

+ +開頭顯示畫面為系統啟動期間所顯示的圖形。

splash=0
關閉開頭顯示畫面。如果監視器過於老舊或者發生一些錯誤時,這將會很有用。

splash=verbose
啟用開頭顯示畫面,仍顯示核心和開機訊息。

splash=silent
啟用開頭顯示畫面,但不顯示任何訊息。此時將顯示進度列來取代。

回到開機選項 + + +
+

核心選項:apm

+ +APM 是目前電腦所使用之兩種電源管理策略之一。其主要使用在手提式電腦上並提供如磁碟暫停等功能,但它也負責在電源關閉之後將電腦關機。APM 必須依賴正常運作的 BIOS。如果 BIOS 中斷,APM 的功能可能會受到限制,甚至會影響電腦的運作。因此您必須藉由參數將其關閉。

+ + apm=off -- 完全關閉 APM

+ +某些非常新的電腦可藉由 ACPI 獲得更多優勢。 + +

回到開機選項 + + +
+

核心選項:acpi

+ +進階組態和電源介面 (Advanced Configuration and Power Interface, ACPI ) 是一種用來定義作業系統和 BIOS 之間電源和組態管理介面的標準。根據預設值,當系統偵測到有較 2000 年起更新的 BIOS 時將會開啟 acpi。目前有幾組常用的參數可控制 ACPI 的動作:

pci=noacpi -- 不使用 ACPI 來路由 PCI 岔斷 acpi=oldboot -- 僅與開機相關的 ACPI 部份維持啟用狀態
acpi=off -- 完全關閉 ACPI
acpi=force -- 即使 BIOS 日期位於 2000 之前仍開啟 ACPI

特別是在新的電腦上,其將取代舊的 apm 系統。 + + +

回到開機選項 + + +
+

核心選項:ide

+ +與 SCSI 不同,大部分桌面工作站經常使用 IDE。若要避免 IDE 系統中所發生的一些硬體問題,請使用核心參數:

+ + ide=nodma -- 關閉 IDE 磁碟機的 dma
+ + + +

回到開機選項。 + + diff --git a/help-install.bg.html b/help-install.bg.html new file mode 100644 index 0000000..16a65d6 --- /dev/null +++ b/help-install.bg.html @@ -0,0 +1,326 @@ + + + + + + +
+

Помощ за мениджъра на зареждането

+Добре дошли в &product;

+ +Можете да използвате това меню за да изберете желаната функция. Ако имате +проблеми с навигацията в тази помощна система натиснете F1 за да +видите описанието й. Основните функции в това меню са:

+ +Зареждане от твърд диск: Този избор няма да направи нищо +на системата. Зарежда се вече инсталирана система.

+ +Инсталация: Този режим на инсталация работи на повечето +машини. Ако системата ви забие по време на зареждане или има проблеми с +откриването на хардуерните компоненти, като дискови контролери или мрежови +карти, опитайте с някоя от следващите възможности.

+ +Инсталация — без ACPI: Много от продаваните в момента +компютри имат непълни или проблемни ACPI разработки. Този избор забранява +ACPI, но все още са разрешени много подобрения в производителността, +например DMA за IDE твърдите дискове.

+ +Инсталация — сигурни настройки: Ако не сте +постигнали успех с Инсталация, този избор може да разреши проблема.

+ +Спасителна система: Това стартира малка Linux система в +паметта. Тя е полезна ако системата не се зареди правилно. След зареждането +можете да влезете като root.

+ +Проба на паметта: Пробването на паметта е повече от +проста проверка на новите банки с памет. Тя е и стрес-тест за голяма част +от компютърните системи и може да покаже хардуерни проблеми.

+ +Параметри на зареждането: С тях може да се променя +напълно поведението на Вашата система. Това са настройки към ядрото.

+ +F1 помощ: Помощта зависи от контекста. Тя ще показва +различни екрани в зависимост от активния елемент на екрана за зареждането. +Налични са също така и описания на тази помощна система.

+ +F2 видео режим: Тук можете да избирате между +различни разделителни способности за времето на инсталирането. Ако +имате проблеми с графичните режими можете да изберете +текстов режим и да извършите инсталацията.

+ +F3 източник на инсталацията: Избор на източник +на инсталацията.

+ +F4 език: Избор на език и клавиатурна подредба, които +да бъдат използвани от мениджъра на зареждане на ОС.

+ +F5 подновяване на драйвери: За много нови машини +може да се наложи подновяване на дадени драйвери за да се извърши инсталацията.

+ +
+

Използване на системата за помощ

+ +Онлайн помощта на зареждането на ОС зависи от контекста. Тя дава информация +за избрания елемент от менюто или ако редактирате параметрите на зареждането +се опитва да покаже повече относно параметърът, върху който е позициониран +курсора.
+
+Навигационни клавиши

+ + Стрелка нагоре: осветляване на предишната връзка
+ Стрелка надолу: осветляване на следващата връзка
+ Стрелка наляво, Backspace: връщане на предишната тема
+ Стрелка надолу, Enter, Интервал: следване на връзката
+ Страница нагоре: прелистване страница нагоре
+ Страница надолу: прелистване страница надолу
+ Home: позициониране в началото на документа
+ End: позициониране в края на документа
+ Esc: изход от помощта
+ +

Връщане към началната страница + +
+

Подновяване на драйвери

+ +Ако е необходимо да се подновят драйвери от дискета или CD-ROM натиснете +F5. Мениджъра на зареждането на ОС ще Ви подкани да поставите +носителя с драйверите след зареждането на ядрото.

+ +Подновяването на драйвери обикновено е необходимо по време на инсталация и +прави с дискета с новите версии на драйверите и/или с отстранени проблеми. + +

Връщане към началната страница + + +
+

Избор на видео режим

+ +Натиснете F2 за да видите списъка с видео режимите, които поддържа +Вашата графична карта. По подразбиране е избран най-високият режим.

+ +Възможно е да не може да се разпознае автоматично Вашият монитор. В такъв +случай изберете ръчно желания режим ръчно.

+ +Ако имате проблеми с графичните режими можете да изберете +текстов режим и да извършите инсталацията. + +

Връщане към началната страница + +
+

Избиране на език и клавиатурна подредба

+ +Натиснете F4 за да промените езика и клавиатурната подредба, която +да използва мениджъра на зареждането на ОС. + +

Връщане към началната страница + +
+

Източник на инсталация

+ +Натиснете F3 за да изберете източник на инсталация.

+ +Същото може да се зададе с параметъра на зареждането +install. + +

Връщане към началната страница + + +
+

Инсталация

+ +Изберете инсталация за да започнете стандартна инсталация. Въведените +параметри на зареждането ще бъдат използвани при стартирането. Този избор активира много възможности на масово разпространения хардуер.

+ +

Връщане към началната страница + + +
+

Зареждане от твърдия диск

+ +Изберете зареждане на инсталирана ОС за да заредите вече инсталирана система от Вашия твърд диск. Системата трябва да е инсталирана правилно, в противен случай само MBR на първия твърд диск ще бъде стартиран. ID номерът на първия диск се предоставя от BIOS-а на компютъра.

+ +Използвайте това, ако сте забравили да извадите стартиращия CD/DVD диск и искате да заредите системата от твърдия диск.

+ +

Връщане към началната страница + + +
+

Инсталация — без ACPI

+ +Съвсем новия хардуер понякога изисква ACPI да управлява прекъсванията. ACPI напълно замества старата APM система.

+ +Изберете инсталация — без ACPI ако имате проблеми по време на зареждането на ядрото. Известни проблеми с машините, които имат проблеми с ACPI са: +

+ + * ядрото забива при зареждане
+ * PCI картите не са открити или настроени правилно

+ + +

Връщане към началната страница + + +
+

Инсталация — сигурни настройки

+ +Изберете инсталация — сигурни настройки ако машината Ви забива по време по време на инсталацията или ако се натъкнете на невъзпроизведими грешки. Този параметър забранява DMA за IDE устройствата и всички възможности на управлението на енергията. +Вижте, също така, параметрите към ядрото за apm, +acpi и ide. + +

Връщане към началната страница + + +
+

Спасителна система

+ +Спасителната система е малка система, разположена в RAM паметта. От там е възможно да направите всякакви промени по вече инсталираната система. Тъй като са налични само експертни инструменти тази система е предназначена само за напреднали потребители.

+ +

Връщане към началната страница + + +
+

Проверка на паметта

+ +Включената проверка на паметта предоставя добри възможности за стрес-тест на хардуера на системата. Главната й цел е откриването на повредени банки RAM, но също така се натоварват и други части на системата.
+ +Няма гаранция че паметта ще е добра, ако не са намерени грешки. Въпреки това по-голямата част от дефектите по паметите ще бъдат открити.
+ +

Връщане към началната страница + + +
+

Параметри на зареждането

+ +Има два вида параметри на зареждането на ОС. Първите определят поведението на инсталатора, а вторите са параметри към ядрото. Някои от по-често използваните са:

+а) параметри за инсталатора
+
+ install — избор на източник на инсталация
+ network options — мрежови параметри
+ vnc options — параметри за инсталиране през VNC +

+б) параметри към ядрото
+
+ splash — промяна поведението на заглавния екран
+ apm — превключване управлението на захранването
+ acpi — разширено настройване и интерфейс към захранването
+ ide — управление на IDE подсистемата
+ +

Връщане към началната страница + +
+

Параметри за инсталатора: install

+ +По подразбиране локалните CD-ROM устройства се претърсват за източници на инсталация. За мрежова инсталация трябва да изберете параметъра install, като са възможни следните протоколи:
+ * FTP
+ * NFS
+ * HTTP
+Синтаксисът е същият като стандартите URL-и. Например, ако сървърът се намира на 192.168.0.1 и искате да направите NFS-базирана инсталация от директорията /install ще трябва да зададете източника както следва:

+ + install=nfs://192.168.0.1/install

+ +Мрежовата карта ще бъде настроена или по dhcp, или ще трябва да зададете параметрите ръчно както е обяснено в мрежови параметри.
+ +

Връщане към параметрите на зареждането + +
+

Параметри към ядрото: splash

+ +Заглавният екран е картинка, която се показва по време на зареждането на системата.
+
+splash=0

Заглавния екран е изключен. Това може да е полезно при много стари монитори или ако възникне някоя грешка.
+
+splash=verbose

Показва заглавия екран като съобщенията на ядрото и зареждането на ОС също се показват.
+
+splash=silent

Показва заглавия екран, но без съобщения. Вместо това се изчертава лента за прогреса на зареждането.
+
+Връщане към параметрите на зареждането + +
+

Параметри на инсталатора: Мрежови параметри

+ +Възможно е да се настроят мрежова карта още сега. Хардуерът ще бъде открит по-късно от YaST2. Минималният набор от параметри за настройка са IP адреса и мрежовата маска, например:

+ + hostip=192.168.0.10 netmask=255.255.255.0
+
+или по-кратката форма:

+ + hostip=192.168.0.10/24
+
+ +Ако изберете инсталация през мрежа и не зададете тези параметри, инсталаторът ще се опита да настрои мрежовия интерфейс през +dhcp. Ако е необходимо да се зададе шлюз по подразбиране можете да го направите с параметъра gateway, например:

+ + gateway=192.168.0.8
+ +

Връщане към параметри на зареждането + +
+

Параметри за инсталатора: vnc

+ +За да разрешите VNC инсталация трябва да зададете параметрите vnc и vncpassword:

+ + vnc=1 vncpassword=example

+ +VNC сървърът ще бъде стартиран и ще можете да управлявате YaST2 през всеки VNC клиент от отдалечена система.
+ +

Връщане към параметри на зареждането. + +
+

Параметри към ядрото: apm

+ + +APM е една от двете стратегии за управление на захранването на съвременните +компютри. Основно се използва при лаптопите за осъществяване на функции като +суспендиране върху диска, но също така може да бъде и отговорно за изключване +на компютъра след спиране на захранването. APM очаква коректно работещ BIOS. +Ако в BIOS-а има грешки APM може да се използва доста ограничено или дори +да не позволява на компютъра да работи. Затова може да бъде изключено с +параметъра

+ + apm=off — напълно изключване на APM

+ +Някои по-нови компютри могат да имат повече полза от ACPI. + + +

Връщане към параметри на зареждането. + +
+

Параметри към ядрото: acpi

+ +ACPI (Advanced Configuration and Power Interface - разширено настройване и +интерфейс към захранването) е стандарт, който определя управлението на +настройките и захранването между операционната система и BIOS-а. +По подразбиране, acpi е включено, ако е открит BIOS произведен след +2000 година. Някои от най-често използваните параметри за управление на ACPI:
+
+ pci=noacpi — без ACPI да управлява PCI прекъсванията + acpi=oldboot — остават активирани само тези части на ACPI, които +се отнасят до зареждането
+ acpi=off — напълно изключване на ACPI
+ acpi=force — включване на ACPI дори BIOS-ът да е от преди 2000 г.
+
+Особено на новите компютри acpi заменя старата apm система. + +

Връщане към параметри на зареждането. + +
+

Параметри към ядрото: ide

+ +IDE, за разлика от SCSI, е широко разпространен при работните станции. +За да се заобиколят някои хардуерни проблеми, които могат да настъпят с IDE +системата можете да използвате следния параметър към ядрото:

+ + ide=nodma — изключване на dma за IDE устройствата
+ + +

Връщане към параметри на зареждането. + + +
+

Избор на типа софтуер

+ +Можете да изберете да ли да инсталирате 32- или 64-битовата версия на SUSE LINUX. + +

Връщане към началната страница + + + diff --git a/help-install.cs.html b/help-install.cs.html new file mode 100644 index 0000000..bbe650b --- /dev/null +++ b/help-install.cs.html @@ -0,0 +1,289 @@ + + + + + + +
+

Nápověda zavaděče

+Vítejte v systému &product;

+ +K výběru požadované funkce použijte tuto nabídku. Pokud máte problém s pohybem po systému nápovědy, stiskněte klávesu F1. Tak vstoupíte do popisu systému nápovědy. Hlavní funkce této nabídky jsou:

+ +Spustit z disku: Tato volba nevede k žádným operacím se systémem. Pouze spustí již nainstalovaný systém.

+ +Instalace: +Tato volba je vhodná pro naprostou většinu počítačů. Pokud při instalaci dojde k zatuhnutí nebo špatné detekci některých zařízení, vyzkoušejte některou z dalších voleb.

+ +Instalace -- bez ACPI: řada současných počítačů stále ještě neobsahuje implementaci ACPI nebo je tato implementace vadná. Tímto výběrem zakážete podporu ACPI v jádře, ale stále budete mít k dispozici řadu dalších funkcí jako například DMA pro IDE zařízení.

+ +Instalace -- bezpečné nastavení: Pokud volba Instalace vedla k zatuhnutí systému nebo chybám, použijte tuto nabídku.

+ +Záchranný systém: Spuštění malého linuxového systému přímo z RAM. Použijte ho v případě vážných problémů s nainstalovaným systémem. Po spuštění se přihlaste jako uživatel root.

+ +Test paměti: Test paměti je užitečný při zjišťování stavu paměťových modulů. Jde o zátěžový test.

+ +Parametry startu: Startovací parametry mohou ovlivnit chování systému.

+ +F1 Nápověda: Nápověda zavaděče je citlivá na obsah. Poskytuje informace o zvolené nabídce nebo pokud editujete parametry jádra, snaží se poskytnout informace o dané volbě. Obsahuje také popis samotného systému nápovědy.

+ +F2 Video režim: Zde můžete nastavit různá rozlišení. V případě problémů zvolte textový režim.

+ +F3 Instalační zdroj: Zvolte instalační zdroj.

+ +F4 Jazyk: Nastavení jazyka a rozložení kláves během používání zavaděče.

+ +F5 Update ovladače: U některých velmi nových systémů může být při instalaci potřeba updatovat ovladače.

+ +
+

Používání systému nápovědy

+ +Nápověda zavaděče je citlivá na obsah. Poskytuje informace o zvolené nabídce nebo pokud editujete parametry jádra, snaží se poskytnout informace o dané volbě.
+
+Navigační klávesy

+ + Up Arrow: návrat na předešlý odkaz
+ Down Arrow: přechod na následující odkaz
+ Left Arrow, Backspace: návrat k předešlému tématu
+ Right Arrow, Enter, Space: přejít na označený odkaz
+ Page Up: o stránku nahoru
+ Page Down: o stránku dolů
+ Home: přechod na začátek stránky
+ End: přechod na konec stránky
+ Esc: ukončení nápovědy
+ +

Návrat do startovací nabídky + +
+

Update ovladače

+ +V případě potřeby zavedení ovladače z diskety nebo CD stiskněte F5. Zavaděč vás po zavedené jádra požádá o médium s ovladačem.

+ +Update ovladače je obvykle novější verzi ovladače potřebná pro průběh instalace. + +

Návrat do startovací nabídky + + +
+

Výběr video režimu

+ +Rozlišení a video režim můžete změnit pomocí klávesy F2. Jako výchozí je nastavené nejvyšší dostupné rozlišení.

+ +Může se stát, že váš monitor nelze automaticky detekovat. V takovém případě odpovídající režim zvolte ručně.

+ +Pokud máte během instalace problémy s grafickou kartou, zvolte textový režim. + +

Návrat do startovací nabídky + + +
+

Jazyk a výběr klávesové mapy

+ +Stisknutím F4 můžete změnit jazyk a rozložení klávesové mapy. +

Návrat do startovací nabídky + + +
+

Instalační zdroj

+ +Stisknutím F3 můžete zvolit instalační zdroj.

+ +Tato volba má stejný význam jako parametr install. + +

Návrat do startovací nabídky + + +
+

Instalace

+ +Výběrem Instalace spustíte výchozí nastavení instalace. Při startu můžete vybírat z dalších +startovacích nabídek. Výchozí volbou aktivujete řadu funkcí běžně dostupného hardwaru.

+ +

Návrat do startovací nabídky + + +
+

Spustit z disku

+ +Volbou Spustit z disku spustíte systém nainstalovaný na lokálním disku. Systém musí být nainstalován správně, protože ke spuštění se použijte pouze MBR (Master Boot Record) prvního disku. +ID zařízení prvního disku je předáváno systému BIOSem počítače.

+ +Použijte tuto volbu v případě, že zapomenete instalační CD nebo DVD v mechanice a chcete spustit nainstalovaný systém.

+ +

Návrat do startovací nabídky + + +
+

Instalace -- bez ACPI

+ +Velmi nový hardware může ACPI vyžadovat pro správu přerušení. ACPI kompletně nahrazuje starší systém APM.

+ +Pokud se při startu jádra objeví problémy, zvolte Instalace -- bez ACPI. Nejobvyklejší příznaky problémů s ACPI: +

+ + * jádro při stratu zamrzne
+ * PCI karty nejsou správně detekovány nebo inicializovány

+ + +

Návrat do startovací nabídky + + +
+

Instalace -- bezpečné nastavení

+ +Pokud se při instalaci setkáte s problémy nebo zatuhnutím, zvolte Instalace -- bezpečné nastavení. Touto volbou zakážete DMA pro všechna IDE zařízení a používání všech typů správy napájení pro celý systém. Více informací získáte v nápovědě parametrů jádra apm, +acpi a ide. + +

Návrat do startovací nabídky + + +
+

Záchranný systém

+ +Záchranný systém je malý systém uložený přímo v RAM. Z tohoto systému je možné provádět změny na systému již nainstalovaném. V tomto systému jsou dostupné pouze textové nástroje a je určen pouze pro pokročilejší uživatele.

+ +

Návrat do startovací nabídky + + +
+

Test paměti

+ +S nabídkou Test paměti získáváte vynikající nástroj na test paměti. Hlavním účelem tohoto programu je kontrola paměti RAM, ale dá se použít i pro jiné části systému.
+ +Bezproblémový průběh testu nezaručuji stoprocentní nezávadnost paměti. Měl by však najít naprostou většinu vad.
+ +

Návrat do startovací nabídky + + +
+

Parametry startu

+ +Existují dva typy parametrů. První ovlivňují chování instalátoru, druhé jádra. Mezi nejčastěji používané patří:

+a) parametry instalátoru
+
+ install -- volba instalačního zdroje
+ síťové nastavení -- síťové volby
+ vnc -- parametr pro instalaci přes VNC +

+b) parametry jádra
+
+splash -- ovládá splash screen
+ apm -- nastavení správy napájení
+ acpi -- advanced configuration and power interface
+ ide -- ovládání IDE subsystému
+ + +

Návrat do startovací nabídky + +
+

Parametry instalátoru: install

+ +Jako výchozí instalační zdroj je nastaven CD-ROM. Pokud chcete instalovat ze sítě, použijte parametr +install. Možné protokoly jsou
+ * FTP
+ * NFS
+ * HTTP
+Syntaxe je podobná zadání URL. Například pokud máte server na adrese a chcete provést instalaci přes NFS adresář /install, zadáte zdroj takto:

+ + install=nfs://192.168.0.1/install

+ +Síťová karta bude nastavena pomocí dhcp nebo musíte zadat síťové parametry tak, jak je uvedenov části síťové nastavení.
+ +

Návrat na Parametry startu + +
+

Parametry jádra: splash

+ +Splash screen je obrázek znázorňující průběh spouštění a vypínání.
+
+splash=0

+Splash screen je vypnutý. Tato volba je velmi užitečná pro staré monitory a v případě problémů.
+
+splash=verbose

+ Splash screen je puštěný, ale stále vidíte hlášení jádra.
+
+splash=silent

+Splash screen je puštěný a zcela zakrývá hlášení jádra.
+
+Návrat na Parametry startu + +
+

Parametry instalátoru: síťové nastavení

+ +Přímo při instalaci je možné nastavit síťové rozhraní. Hardware bude detekován později pomocí programu YaST2. Minimální nastavení se skládá z IP počítače a masky sítě. Například:

+ + hostip=192.168.0.10 netmask=255.255.255.0
+
+nebo kratší forma:

+ + hostip=192.168.0.10/24
+
+ +Pokud zvolíte síťovou instalaci, ale nezadáte žádnou volbu, použije se nastavení pomocí dhcp. Jestliže potřebujete zadat také bránu, použijte parametr gateway. Například:

+ + gateway=192.168.0.8
+ +

Návrat na Parametry startu + +
+

Parametry instalátoru: vnc

+ +Abyste povolili VNC instalaci, zadejte parametry vnc a vncpassword:

+ + vnc=1 vncpassword=example

+ +Spustí se VNC server a vy můžete YaST2 ovládat z libovolného VNC klienta na vzdáleném systému.
+ +

Návrat na Parametry startu. + +
+

Parametry jádra: apm

+ + + +APM je jedním ze standardů správy napájení používaných na současných počítačích. Obvykle je používán například pro uspání na disk u notebooků a také je odpovědný za vypnutí počítače po ukončení operačního systému. APM je závislé na správně fungujícím BIOSu. V případě poškození BIOSu by měla být funkce APM omezena. Z toho důvodu můžete APM vypnout parametrem:

+ + apm=off -- kompletní vypnutí APM

+ +Některé velmi nové počítače místo APM používají +ACPI. + + +

Návrat na Parametry startu + +
+

Parametry jádra: acpi

+ +ACPI (Advanced Configuration and Power Interface) je standard definující nastavení napájení a správu zařízení mezi operačním systémem a BIOSem. Ve výchozím nastavení je acpi zapnuto v případě, že jde o BIOS vydaný po roce 2000. Nejčastěji používané nastavení:
+ +
+ pci=noacpi -- nepoužívat ACPI k předávání PCI přerušení + acpi=oldboot -- aktivní zůstane pouze ta část ACPI, která je potřebná pro start systému
+ acpi=off -- vypnutí ACPI
+ acpi=force -- zapnutí ACPI i pro BIOS vydaný před rokem 2000
+
+Na nových počítačích nahrazuje starší apm systém. + + +

Návrat na Parametry startu + +
+

Parametry jádra: ide

+ +IDE je na rozdíl od SCSI obvykle používáno na pracovních stanicích. +V případě výskytu problémů s IDE systémem můžete použít parametr:

+ + ide=nodma -- vypnutí DMA pro IDE zařízení
+ +

Návrat na Parametry startu. + + +
+

Volba architektury

+ +Můžete si zvolit mezi 32 nebo 64 bitovou verzí SUSE LINUXu. + +

Návrat na Parametry startu + + + diff --git a/help-install.da.html b/help-install.da.html new file mode 100644 index 0000000..340d5d5 --- /dev/null +++ b/help-install.da.html @@ -0,0 +1,377 @@ + + + + + + +
+

Opstartsindlæser hjælp

+Velkommen til &product;

+ +Brug denne menu til at vælge den ønskede funktion. Hvis du har +problemer med at nagivere i hjælpesystemet så tryk +F1 for at få information om hvordan +hjælpesystemet fungerer. Hovedfunktionerne i denne menu er:

+ +Indlæs fra Harddisk: Dette valg ændrer ikke på +noget som helst i systemet. Det starter bare det allerede installerede +operativsystem.

+ +Begynd installation: +Denne installationstilstand virker på de fleste maskiner. Hvis du oplever at +systemet fryser under opstart eller har problemer med at finde dine hardware +komponenter, såsom diskcontrollere eller netkort, bør du prøve en af +følgende installationsmuligheder.

+ +Installation uden ACPI understøttelse: Mange af de +computere der sælges for tiden har ukomplette eller fejlbehæftede ACPI +implementationer. Dette valg slår APCI understøttelse fra i +kernen men lader stadig mange performance funktioner som DMA for IDE +harddiske være slået til.

+ +Fejlsikret installation: Hvis du ikke havde heldet +med dig med Begynd installation er det ret sandsynligt at dette valg +løser problemet.

+ +Redningssystem: Vælges dette bliver et lille Linux +system indlæst i hukommelsen. Dette er nyttigt hvis systemet ikke starter korrekt op. +Efter systemet er indlæst logger du ind som root. Der er ikke nogen adgangskode.

+ +Hukommelsestest: Hukommelsestest kan bruges til mere end blot +at tjekke hukommelsen for fejl. Det er også en stress test for store dele +af din computer or kan give ledetråde hvis der er hardware problemer.

+ +Opstartsmuligheder: Opstartsmulighederne kan ændre måde dit +system opfører sig på fuldstændig. Det er instillinger for kernen.

+ +F1 Hjælp: Denne hjælp følger dine valg. Den vil +vise dig forskelligt indhold afhængig at det aktive element på +opstartsskærmen. Der er også en beskrivelse af hjælpesystem tilgængelig.

+ +F2 Sprog: Sæt sprog og tastaturlayout der skal bruges +under installationen.

+ +F3 Skærmopløsning: Her vælger du imellem de forskellige +skærmopløsninger dit system understøtter til brug under installationen. Hvis du +løber ind i problemer med den grafiske installation så prøv Text Mode hvor +det hele er tekstbaseret.

+ +F4 Installationskilde: Vælg installationskilden.

+ +F5 Driver opdatering: For helt nye maskiner er det +nogen gange nødvendigt med driveropdateringer for at man kan installere systemet.

+ +
+

Sådan bruges hjælpesystemet

+ +Opstartsindlæserens indbyggede hjælp følger dine valg. Den vil give dig +oplysinger om det valgte menupunkt eller, hvis du er ved at indtaste opstarts- +muligheder, prøver den at finde information om det pågældende valg der er ud +for markøren.
+
+Navigationstaster

+ + Pil op: Fremhæv forrige link
+ Pil ned: Fremhæv næste link
+ Pil til venstre, Backspace: Vend tilbage til forrige emne
+ Pil til højre, Enter, Space: Følg link
+ Page Up: Gå en side op
+ Page Down: Gå en side ned
+ Home: Gå til starten af siden
+ End: Gå til slutningen af siden
+ Esc: Forlad hjælp igen
+ +
Vend tilbage til Startsiden + +
+

Driveropdatering

+ +Hvis du har en driveropdaterings diskette eller CD-ROM du skal bruge, så tryk F5. +Opstartsindlæsere vil bede dig om at indsætte dette medie efter Linuxkernen er blevet indlæst.

+ +Normalt vil en driveropdatering være en diskette med nye versioner af hardware +drivere eller fejlrettelser der er påkræver for at kunne lave installationen. + +

Vend tilbage til Startsiden + + +
+

Skærmopløsning

+ +Tryk F3 for at se listen over skærmopløsninger som dit grafikkort +understøtter. Den højeste opløsning din skærm understøtter vil som regel være forvalgt.

+ +Det er muligt at din skærm ikke kan genkendes korrekt. I så fald kan du +angive den ønskede tilstand manuelt.

+ +Hvis dit system har problemer med grafikkortet under installationen +kan Text Mode valget være en brugbar løsning i stedet. + +

Vend tilbage til Startsiden + + +
+

Sprog og tastaturlayout

+ +Tryk F2 for at vælge sprog og tastaturlayout for installationen. + +

Vend tilbage til Startsiden + + +
+

Installationskilde

+ +Tryk F4 for at vælge installationskilden.

+ +Dette svarer til at angive install +opstartsvalget. + +

Vend tilbage til Startsiden + + +
+

Begynd installation

+ +Vælg Begynd installation for at lave en normal installation. +opstartsmulighederne der indtastes bruges under +opstarten. Denne installationstype tilvælger mange af de funktioner som +plejer at være tilgængelige på nyere hardware.

+ +

Vend tilbage til Startsiden + + +
+

Indlæs fra harddisk

+ +Vælg Indlæs fra harddisk for at starte det allerede installerede +operativsystem på din harddisk. Dette system skal være installeret korrekt for +dette valg tjekker kun MBR (Master Boot Record) på den første harddisk der bliver +fundet. Det er BIOSen der afgør hvilken disk det er.

+ +Vælg denne mulighed hvis du har glemt at tage CD'en eller DVD'en ud af drevet +og vil starte computere op fra harddisken.

+ +

Vend tilbage til Startsiden + + +
+

Installation uden ACPI understøttelse

+ +Meget ny hardware kræver nogen gange at ACPI styrer interrupthåndteringen. +ACPI erstattter fuldstændig det gamle APM system.

+ +Vælg Installation uden ACPI understøttelse hvis du oplever +problemer under opstart af kernen. Kendte problemer med maskiner der har +problemer med ACPI er: +

+ + * Kernen fryser under opstart
+ * PCI kort bliver ikke fundet eller initialiseret korrekt

+ + +

Vend tilbage til Startsiden + + +
+

-Fejlsikret installation

+ +Vælg Fejlsikret installtion hvis du oplever at systemet hænger +eller giver fejl der ikke kan reproduceres. Denne installationstype fravælger DMA +for IDE drev og alle strømstyringsfunktioner. +Se også kernetilvalgene apm, +acpi og ide. + +

Vend tilbage til Startsiden + + +
+

Redningssystem

+ +Redningssystemet er et lille basis system der holdes helt i hukommelsen. +Herfra er det muligt at lave alle mulige ændringer i det installerede system +Da kun de mest basale værktøjer er tilgængelige i dette system er det kun beregnet +for eksperter.

+ +

Vend tilbage til Startsiden + + +
+

Hukommelsestest

+ +Den medleverede Hukommelsestest giver gode muligheder for at +stressteste hardwaren i systemet. Det primære formål er at finde dårlig RAM, +men den stresser mange andre dele af systemet ved samme lejlighed.
+ +Der er ingen garanti for at hukommelsen er i orden hvis der ikke findes nogen +fejl, men langt de fleste hukommelsesproblemer vil blive fundet.
+ +

Vend tilbage til Startsiden + + +
+

Opstartsmuligheder

+ +Der er 2 typer af opstartsmuligheder tilgængelig. Først er der de +muligheder der påvirker installationsprogrammet. Dernæst er der kerne +tilvalgene. Nogle af de mere almindelige muligheder er:

+a) installationsmuligheder
+
+ install -- vælg installationskilden
+ netværksmuligheder -- netværksopsætning
+ vnc tilvalg -- muliggør installation via VNC +

+b) kerne tilvalg
+
+ splash -- bestemmer hvordan opstarten ser ud
+ apm -- vælg eler fravælg strømstyring
+ acpi -- avanceret opsætning af strømstyring
+ ide -- IDE subsystem indstillinger
+ +

Vend tilbage til Startsiden + +
+

Installer Options: install

+ +Som standard vil CD-ROM/DVD drevet blive gennemsøgt for en installationskilde. +Hvis du vil lave en netværksinstallation så vælg +install muligheden. Du kan vælge imellem følgende protokoller:
+ * FTP
+ * NFS
+ * HTTP
+Syntaksen er den samme som almindelige URL'er. Hvis du for eksempel +har en server på IP 192.168.0.1 og du vil lave en NFS-baseret +installation fra kataloget /install på denne server så angiv +kilden som følger:

+ + install=nfs://192.168.0.1/install

+ +netkortet skal enten være opsat med DHCP eller også skal du +angive netværksparametrene selv som beskrevet i afsnittet +netværksmuligheder.
+ +

Vend tilbage til Opstartsmuligheder + +
+

Kerne tilvalg: splash

+ +splash billedet vises mens maskinen indlæser operativsystemet.
+
+splash=0
+splash billedet vises ikke. Dette kan være nyttigt på +meget gamle skærme eller hvis der opstår fejl under opstart.
+
+splash=verbose
Aktiverer splash billedet, men viser +stadig kerne og opstartsbeskeder.
+
+splash=silent
+Aktiverer splash billedet, men ingen beskeder vises. I stedet vises +en grafisk fremgangsbar.
+
+Vend tilbage til Opstartsmuligheder + +
+

Installationmuligheder: Netværk

+ +Det er muligt at opsætte netkoret med det samme. Hardwaren vil blive +fundet senere af YaST2. Minimaltopsætningen af netkortet består af +en IP adresse og en netmaske. For eksempel:

+ + hostip=192.168.0.10 netmask=255.255.255.0
+
+eller endnu kortere:

+ + hostip=192.168.0.10/24
+
+ +Hvis du har valgt en netværksbaseret installation og du +ikke angiver nogen af disse linier vil installationsprogrammet forsøge at +sætte netkortet op med DHCP. Hvis du har brug for en standard +rute/gateway så angiv denne med gateway tilvalget. For eksempel:

+ + gateway=192.168.0.8
+
+Det er muligt at angive proxy instillinger for FTP og HTTP installationer med følgende valg:

+ + proxy=ProxyIP proxyport=port

+ +Eksempel: proxy=192.168.0.250 proxyport=3128 + +

Vend tilbage til Opstartsmuligheder + +
+

Installationsmuligheder: vnc

+ +For at slå VNC installation til skal du angive parametrene +vnc og vncpassword:

+ + vnc=1 vncpassword=example

+ +Hvis du ikke angiver vncpassword vil du blive promptet for adgangskode senere. +VNC serveren vil herefter blive startet og du kan styre YaST2 delen af +installationen med et hvilket som helst VNC program fra et fjernsystem.
+ +

Vend tilbage til Opstartsmuligheder. + +
+

Kerne tilvalg: apm

+ +APM er en af de to strømstyrings strategier der bruges på moderne +computere. Den bruges hovedsagelig på bærbare til ting som suspendering +til disk, men kan bl.a. også bruges til at slukke maskinen. +For at APM skal virke godt er en korrekt opsat BIOS en nødvendighed. +Hvis BIOSen er dårlig vil APM kun være af begrænset nytte eller måske endda +forhindre computeren i at fungere korrekt. +Det er derfor muligt at slå APM fra med parametren

+ + apm=off -- Deaktiverer APM fuldstændig

+ +Visse nye computere kan have glæde af den nyere +ACPI. + +

Vend tilbage til Opstartsmuligheder + + +
+

Kerne tilvalg: acpi

+ +ACPI (Advanced Configuration and Power Interface) er en +standard der angiver opsætning af strømstyring og anden hardware opsætning +mellem operativsystemet og BIOSen. Som standard bliver acpi slået +til når en BIOS bliver fundet der er nyere end år 2000. +Der er en række ofte brugte parametre der styrer hvordan ACPI fungerer:
+
+ pci=noacpi -- Brug ikke ACPI til at rute PCI interrupts + acpi=oldboot -- Nøjes med at bruge de dele af ACPI der bruges +til at boote systemet
+ acpi=off -- Slår ACPI helt fra
+ acpi=force -- Aktivér ACPI selvom BIOSen er fra før 2000
+
+Især på nyere computere erstatter denne det ældre +apm system. + + +

Vend tilbage til Opstartsmuligheder + + +
+

Kerne tilvalg: ide

+ +IDE er almindeligvis anvendt i desktopcomputere, i modsætning til SCSI. +For at omgå visse hardware problemer der kan opstå med IDE systemer kan du +bruge kerneparametren:

+ + ide=nodma -- Deaktiverer DMA for IDE drev
+ + + +

Vend tilbage til Opstartsmuligheder. + +
+

Softwaretype valg

+ +Du kan vælge imellem at installere 32-bit eller 64-bit versionen af SUSE LINUX. + +

Vend tilbage til Startsiden + + + diff --git a/help-install.de.html b/help-install.de.html new file mode 100644 index 0000000..0103b73 --- /dev/null +++ b/help-install.de.html @@ -0,0 +1,363 @@ + + + + + + +
+

Bootloader Hilfe

+Willkommen zu &product;

+ +Wählen Sie in diesem Menü die gewünschte Funktion. Sollten Sie Probleme beim +Navigieren in diesem Hilfesystem haben, drücken Sie F1, um zur Beschreibung des Hilfesystems zu gelangen. Die Hauptfunktionen in diesem Menü sind:

+ +Von Festplatte booten: Diese Auswahl belässt Ihr +System im aktuellen Zustand. Es wird lediglich ein vorher installiertes +Betriebssystem gestartet.

+ +Installation: +Dieser Installationsmodus funktioniert auf allen Rechnern. Sollte während des +Systemstarts das System einfrieren oder Probleme bei der Hardware-Erkennung +auftreten, wie z.B. bei den Platten-Controllern oder Netzwerkkarten, probieren +Sie eine der folgenden Installationsoptionen aus.

+ +Installation -- ACPI deaktiviert: Viele der derzeit +verkauften Rechner haben unvollständige oder fehlerhafte +ACPI-Implementationen. Diese Auswahl deaktiviert die ACPI-Unterstützung im +Kernel, aktiviert jedoch trotzdem viele Performance-Funktionen, wie DMA für IDE-Festplatten.

+ +Installation -- Sichere Einstellungen: Sollte +Installation keinen Erfolg zeigen, dann könnte diese Auswahl das +Problem lösen.

+ +Rettungssystem: Dieses Boot-Image startet ein kleines +Linux-System im RAM. Dies ist dann nützlich, wenn das System nicht korrekt +startet. Melden Sie sich nach dem Systemstart als root an.

+ +Speichertest: Ein Speichertest ist nicht nur zur +Überprüfung der Installation von neuen Speichermodulen nützlich. Es dient +auch als Belastungstest für einen großen Teil Ihres Rechnersystems +und kann Hardware-Probleme erkennen.

+ +Bootoptionen: Die Optionen für den +Systemstart können Ihr Systemverhalten komplett ändern. Es sind Kernel-Einstellungen.

+ +F1 Hilfe: Diese ist kontextsensitiv. Abhängig von dem +jeweils aktiven Element des Startbildschirms werden unterschiedliche Fenster +angezeigt. Für dieses Hilfesystem steht auch eine Beschreibung zur Verfügung.

+ +F2 Grafik-Modus: Wählen Sie hier während der +Installation zwischen verschiedenen Bildschirmauflösungen. Sollten bei der +grafischen Installation Probleme auftreten, könnte der Textmodus +ein Workaround für Sie sein.

+ +F3 Installationsquelle: Wählen Sie eine Installationsquelle.

+ +F4 Sprache: Legen Sie die Sprach- und Tastaturzuordnung +für den Bootloader fest.

+ +F5 Treiber-Update: Für sehr neue Rechner +könnte ein Treiber-Update zur Installation des Systems nötig sein.

+ +
+

Verwenden des Hilfesystems

+ +Die Online-Hilfe des Bootloaders ist kontextsensitiv. Sie enthält +Informationen zum gewählten Menüpunkt und sucht beim Bearbeiten von +Bootoptionen nach Informationen zur Option, auf der der Cursor sich befindet.
+
+Navigationstasten

+ + Pfeil nach oben: vorherigen Link markieren
+ Pfeil nach unten: Nächsten Link markieren
+ Linker Pfeil, Backspace: zu vorherigem Punkt gehen
+ Rechter Pfeil, Enter, Leertaste: Link folgen
+ Bild nach oben: eine Seite nach oben scrollen
+ Bild nach unten: eine Seite nach unten scrollen
+ Home: zu Startseite gehen
+ Ende: ans Ende der Seite gehen
+ Esc: Hilfe verlassen
+ +

Zur Startseite zurückgehen + +
+

Treiber-Update

+ +Benötigen Sie eine Diskette oder CD-ROM für ein Treiber-Update, +drücken Sie F5. Der Bootloader fordert Sie auf, nach dem Laden +des Linux-Kernels das Medium für das Treiber-Update einzulegen.

+ +Ein Treiber-Update ist typischerweise eine Diskette mit neuen +Hardware-Treiber-Versionen oder Bug Fixes, die während der Installation +benötigt werden. + +

Zur Startseite zurückgehen + + +
+

Grafik-Modus-Auswahl

+ +Drücken Sie F2, um eine Liste mit Grafik-Modi, die von Ihrer +Grafikkarte unterstützt werden, zu erhalten. Es wird der höchste +Modus vorausgewählt, den Ihr Monitor anzeigen kann.

+ +Möglicherweise wird Ihr Monitor nicht automatisch erkannt. In diesem Fall +müssen Sie Ihren bevorzugten Modus manuell wählen.

+ +Sollte Ihr System während der Installation Probleme mit der Grafikkarte +haben, könnte der Textmodus eine Lösung sein. + +

Zur Startseite zurückgehen + + +
+

Sprachauswahl und Tastaturbelegung

+ +Drücken Sie F4 zum Ändern der Sprache und der Tastaturbelegung für den Bootloader. + +

Zurück zur Startseite + + +
+

Installationsquelle

+ +Drücken Sie F3 zum Wählen einer Installationsquelle.

+ +Dies ist identisch zur Verwendung der Bootoption Installieren. + +

Zurück zur Startseite + + +
+

Installation

+ +Wählen Sie Installation zum Starten der Standardinstallation. Die +eingegebenen Bootoptionen werden beim +Starten des Systems verwendet. Diese Option aktiviert viele Funktionen +üblicherweise verfügbarer Hardware.

+ +

Zurück zur Startseite + + +
+

Von Festplatte booten

+ +Wählen Sie Installiertes Betriebssystem starten, um das auf Ihrer +lokalen Festplatte installierte System zu starten. Dieses System muss richtig +installiert sein, da nur der MBR (Master Boot Record) auf der ersten Festplatte +gestartet wird. Die Gerätekennung der ersten Festplatte wird vom BIOS des +Rechners zur Verfügung gestellt.

+ +Verwenden Sie diese Option, wenn Sie vergessen haben, Ihre CD oder DVD aus +Ihrem Laufwerk zu entfernen und den Rechner von Festplatte starten wollen.

+ +

Zurück zur Startseite + + +
+

Installation -- ACPI deaktiviert

+ +Ganz neue Hardware benötigt eventuell ACPI zur +Interrupt-Steuerung. ACPI ersetzt komplett das alte APM-System.

+ +Wählen Sie Installation -- ACPI deaktiviert, wenn Sie Probleme beim Starten des Kernels haben. Bekannte Probleme bei Rechnern, die Probleme mit ACPI haben: +

+ + * Kernel friert beim Systemstart ein
+ * PCI-Karten werden nicht erkannt oder nicht richtig initialisiert

+ + +

Zurück zur Startseite + + +
+

Installation -- Sichere Einstellungen

+ +Wählen Sie Installation -- Sichere Einstellungen, wenn die Installation hängt oder nicht nachvollziehbare Fehler auftreten. Diese Option deaktiviert DMA für die IDE-Treiber und alle Power-Management-Funktionen. Sehen Sie sich auch die Kernel-Optionen für apm, acpi und ide an. + +

Zurück zur Startseite + + +
+

Rettungssystem

+ +Das Rettungssystem ist ein kleines RAM Disk-Basissystem. Damit ist es +möglich, alle möglichen Änderungen am installierten System +vorzunehmen. Da dieses System nur Low-Level-Werkzeuge enthält, ist es +für Experten gedacht.

+ +

Zurück zur Startseite + + +
+

Speichertest

+ +Der enthaltene Speichertest bietet gute Möglichkeiten für +einen Belastungstest der System-Hardware. Sein Hauptzweck besteht in der +Erkennung defekten RAMs, es werden jedoch noch viele weitere Systembereiche belastet.
+ +Auch wenn keine Fehler gefunden werden, gibt es keine Garantie dafür, dass +der Speicher in Ordnung ist. Die meisten Speicherdefekte werden jedoch erkannt.
+ +

Zurück zur Startseite + + +
+

Bootoptionen

+ +Es stehen zwei Arten von Optionen für den Systemstart zur Verfügung. Zunächst gibt es +Optionen für den Installer. Zweitens gibt es Kerneloptionen. Einige der +üblicheren Optionen sind:

+a) Installer-Optionen
+
+ Installieren -- Installationsquelle wählen
+ Netzwerkoptionen -- Netzwerkoptionen
+ vnc-Optionen -- Optionen für die Installation über VNC +

+b) Kernel-Optionen
+
+ Splash -- Verhalten des Splash-Screens beeinflussen
+ apm -- Power-Management umschalten
+ acpi -- erweiterte Konfiguration und Power-Interface
+ ide -- IDE-Subsystem steuern
+ +

Zurück zur Startseite + +
+

Installer-Optionen: install

+ +Standardmäßig werden die lokalen CD-ROMs nach der +Installationsquelle durchsucht. +Wählen Sie für eine Netzwerkinstallation die +Option Installieren. Mögliche Installationsprotokolle sind
+ * FTP
+ * NFS
+ * HTTP
+Die zu verwendende Syntax entspricht den Standard-URLs. Wird Ihr Server +z.B. unter 192.168.0.1 gefunden und Sie wollen eine NFS-basierte Installation +aus dem Verzeichnis /install auf diesem Server vornehmen, geben Sie die Quelle +wie folgt an:

+ + install=nfs://192.168.0.1/install

+ +Die Netzwerkkarte wird entweder mit dhcp konfiguriert oder Sie + müssen die Parameter selbst wie in den Netzwerkoptionen beschrieben angeben.
+ +

Zurück zu den Bootoptionen + +
+

Kernel-Optionen: splash

+ + +Der Splash-Screen ist das Bild, das beim Systemstart gezeigt wird.
+
+splash=0

Der Splash-Screen ist ausgeschaltet. Dies mag +für sehr alte Monitore nützlich sein oder beim Auftreten von Fehlern.
+
+splash=verbose

Aktiviert Splash; Kernel- und Boot-Meldungen +werden weiterhin angezeigt.
+
+splash=silent

+Aktiviert Splash, jedoch keine Meldungen. Stattdessen erscheint eine +Fortschrittsanzeige.
+
+Zurück zu den Bootoptionen + +
+

Installer-Optionen: Netzwerkoptionen

+ +Die Netzwerkschnittstelle kann nun konfiguriert werden. Die Hardware-Erkennung +wird später durch YaST durchgeführt. Die minimal erforderlichen +Optionen zum Konfigurieren Ihrer Netzwerkkarte bestehen aus der Rechner-IP und +der Netzmaske. Zum Beispiel:

+ + hostip=192.168.0.10 netmask=255.255.255.0
+
+oder kürzer:

+ + hostip=192.168.0.10/24
+
+ +Haben Sie eine Netzwerk-basierte Installation angegeben +aber keine der beiden Optionen, dann versucht der Installer die Konfiguration +der Netzwerkschnittstelle mit dhcp. Benötigen Sie einen +Standard-Gateway, geben Sie diesen mit der Option Gateway an. Zum Beispiel:

+ + gateway=192.168.0.8
+ +

Zurück zu den Bootoptionen + +
+

Installer-Optionen: vnc

+ +Geben Sie zum Aktivieren der VNC-Installation die Parameter vnc und vncpassword +an:

+ + vnc=1 vncpassword=example

+ +Der VNC-Server wird gestartet und Sie können YaST über jeden +VNC-Client von einem entfernten Rechner steuern.
+ +

Zurück zu den Bootoptionen. + +
+

Kernel-Optionen: apm

+ +APM ist eine der beiden Power-Management-Möglichkeiten, die derzeit auf +aktuellen Rechnern verwendet werden. Es wird hauptsächlich für +Laptop-Funktionen wie Suspend to Disk verwendet. Es kann jedoch auch zum Ausschalten +des Rechners nach dem Herunterfahren verwendet werden. APM hängt von einem +funktionierenden BIOS ab. Ist das BIOS defekt, kann APM möglicherweise nur +begrenzt eingesetzt werden oder den Rechner sogar funktionsunfähig +machen. Deshalb kann es mit dem Parameter

+ + apm=off -- APM komplett abschalten

+ +abgeschaltet werden. + +Einige neuere Rechner ziehen eventuell mehr Nutzen aus dem aktuelleren +ACPI. + + +

Zurück zu den Bootoptionen + +
+

Kernel-Optionen: acpi

+ +ACPI (Advanced Configuration and Power Interface) ist ein Standard, der Power- +und Konfigurations-Management-Schnittstellen zwischen einem Betriebssystem und +dem BIOS definiert. Standardmäßig wird acpi angeschaltet, +wenn ein neueres BIOS als das vom Jahr 2000 erkannt wird. Es gibt verschiedene +gebräuchliche Parameter zum Steuern des Verhaltens von ACPI:
+
+ pci=noacpi -- ACPI nicht zum Weiterleiten von PCI-Interrupts verwenden
+ acpi=oldboot -- nur die ACPI-Bereiche, die für den Systemstart relevant sind, bleiben aktiv
+ acpi=off -- ACPI komplett abschalten
+ acpi=force -- ACPI sogar dann anschalten, wenn Ihr BIOS vor dem Jahr 2000 datiert ist
+
+Besonders auf neuen Rechnern ersetzt es das alte apm-System. + + +

Zurück zu den Bootoptionen + +
+

Kernel-Optionen: ide

+ +IDE wird, anders wie SCSI, häufig in den meisten Desktop-Workstations +verwendet. Um einige Hardware-Probleme zu umgehen, die unter IDE-Systemen +auftreten, verwenden Sie den Kernel-Parameter:

+ + ide=nodma -- DMA für IDE-Treiber abschalten
+ +

Zurück zu den Bootoptionen. + + +
+

Software Type Selection

+ +You have the choice to install the 32-bit or 64-bit version of SUSE LINUX. + +

Return to Start Page + + + diff --git a/help-install.el.html b/help-install.el.html new file mode 100644 index 0000000..d8c5eae --- /dev/null +++ b/help-install.el.html @@ -0,0 +1,374 @@ + + + + + + +
+

Βοήθεια Διαχειριστή Εκκίνησης

+Καλωσήρθατε στο &product;

+ +Χρησιμοποιήστε αυτό το μενού για να επιλέξετε την επιθυμητή λειτουργία. Εάν έχετε +προβλήματα περιήγησης σε αυτό το σύστημα βοήθειας πατήστε +F1 για να δείτε περιγραφή του συστήματος +βοήθειας. Οι κύριες λειτουργίες του μενού είναι:

+ +Εκκίνηση από το Σκληρό Δίσκο: Αυτή η επιλογή δε θα κάνει +τίποτα στο σύστημα. Απλά εκκινεί το αρχικά εγκατεστημένο +λειτουργικό σύστημα.

+ +Εγκατάσταση: +Αυτή η μέθοδος εγκατάστασης λειτουργεί στους περισσότερους υπολογιστές. Εάν διαπιστώνετε +ότι το σύστημα παγώνει κατά τη διάρκεια της εκκίνησης ή προβλήματα σχετικά με την ανίχνευση +των στοιχείων υλικού, όπως ελεγκτές δίσκου και κάρτες δικτύου, δοκιμάστε μια από τις +ακόλουθες επιλογές εγκατάστασης.

+ +Εγκατάσταση -- ACPI Απενεργοποιημένο: Πολλοί από +τους υπολογιστές που πωλούνται στην αγορά έχουν ημιτελείς ή λανθασμένες υλοποιήσεις ACPI. +Αυτή η επιλογή απενεργοποιεί την υποστήριξη ACPI στον κώδικα, αλλά παρ' όλα αυτά +ενεργοποιεί πολλά αποδοτικά χαρακτηριστικά όπως DMA για δίσκους IDE.

+ +Εγκατάσταση -- Ασφαλείς Ρυθμίσεις: Αν δεν είχατε +επιτυχία με την Εγκατάσταση, αυτή η επιλογή μπορεί +να λύσει το πρόβλημα.

+ +Σύστημα Διάσωσης: Αυτή η εικόνα εκκίνησης ξεκινά ένα μικρό +Linux σύστημα στη RAM. Αυτό είναι χρήσιμο αν το σύστημα δεν ξεκινά σωστά. +Αφού εκκινήσει αυτό το σύστημα, συνδεθείτε ως root.

+ +Έλεγχος Μνήμης: Η χρησιμότητα του ελέγχου μνήμης δεν +περιορίζεται στον έλεγχο εγκατάστασης για νέες λειτουργικές μονάδες μνήμης. Είναι ένας αυστηρός +έλεγχος για ένα μεγάλο μέρος του υπολογιστικού σας συστήματος και μπορεί να εντοπίσει +προβλήματα υλικού.

+ +Ρυθμίσεις Εκκίνησης: Οι ρυθμίσεις εκκίνησης μπορούν να αλλάξουν +ριζικά την συμπεριφορά του συστήματός σας. Είναι ρυθμίσεις για τον πυρήνα.

+ +F1 Βοήθεια: Εξαρτάται από το περιβάλλον. Θα δείξει +διαφορετικές προβολές ανάλογα με το ενεργό αντικείμενο στην οθόνη εκκίνησης. +Υπάρχει επίσης μια περιγραφή αυτού του συστήματος βοήθειας +διαθέσιμη.

+ +F2 Κατάσταση Video: Εδώ, επιλέξτε ανάμεσα +σε διάφορες αναλύσεις οθόνης κατά την εγκατάσταση. Αν συναντήσετε προβλήματα με +την εγκατάσταση σε γραφικό περιβάλλον, η κατάσταση κειμένου ίσως σας λύσει το πρόβλημα.

+ +F3 Πηγή Εγκατάστασης: Επιλέξτε την +πηγή εγκατάστασης.

+ +F4 Γλώσσα: Επιλέξτε γλώσσα και τύπο πληκτρολογίου +που χρησιμοποιείται από τον φορτωτή εκκίνησης.

+ +F5 Ενημέρωση Οδηγού: Για καινούργιους υπολογιστές, κάποια +ενημέρωση οδηγού μπορεί να χρειάζεται στην εγκατάσταση του συστήματος.

+ +
+

Χρησιμοποιώντας το Σύστημα Βοήθειας

+ +Η απευθείας βοήθεια του φορτωτή εκκίνησης εξαρτάται από το περιβάλλον. Δίνει πληροφορίες +για το επιλεγμένη λειτουργία μενού, ή εάν επεξεργάζεστε ρυθμίσεις εκκίνησης, +προσπαθεί να βρεί πληροφορίες για τη ρύθμιση στην οποία είναι τοποθετημένος ο +κέρσορας.
+
+Πλήκτρα Περιήγησης

+ + Πάνω Βέλος: τόνισε τον προηγούμενο σύνδεσμο
+ Κάτω Βέλος: τόνισε τον επόμενο σύνδεσμο
+ Αριστερό Βέλος, Backspace: επέστρεψε στο προηγούμενο θέμα
+ Δεξί Βέλος, Enter, Space: ακολούθησε σύνδεσμο
+ Page Up: πήγαινε πάνω μια σελίδα
+ Page Down: πήγαινε κάτω μια σελίδα
+ Home: πήγαινε στην αρχική σελίδα
+ End: πήγαινε στην τελική σελίδα
+ Esc: εγκατέλειψε τη βοήθεια
+ +

Επιστροφή στην Αρχική Σελίδα + +
+

Ενημέρωση Οδηγού

+ +Εάν χρειάζεστε κάποια δισκέτα ή CD-ROM ενημέρωσης οδηγού, πατήστε F5. Ο +διαχειριστής εκκίνησης σας ζητά να εισάγετε το μέσο ενημέρωσης οδηγού αφού +έχει φορτωθεί ο πυρήνας του Linux.

+ +Μια ενημέρωση οδηγού είναι συνήθως μια δισκέτα με νέες εκδόσεις των οδηγών +υλικού ή διορθώσεις σφαλμάτων που χρειάζεται να γίνουν κατά τη διάρκεια της εγκατάστασης. + +

Επιστροφή στην Αρχική Σελίδα + + +
+

Επιλογή Κατάστασης Video

+ +Πατήστε F2 για να δείτε μια λίστα με τις καταστάσεις video που υποστηρίζει +η κάρτα γραφικών σας. Η υψηλότερη κατάσταση που μπορεί να προβάλει η οθόνη σας, είναι προεπιλεγμένη.

+ +Είναι πιθανόν η οθόνη σας να μην ανιχνευθεί αυτόματα. Σε αυτήν την περίπτωση, +επιλέξτε την προτιμώμενη κατάσταση, χειροκίνητα.

+ +Αν το σύστημα σας έχει προβλήματα με την κάρτα γραφικών κατά τη διάρκεια της +εγκατάστασης, η κατάσταση κειμένου ίσως λύσει το πρόβλημα. + +

Επιστροφή στην Αρχική Σελίδα + + +
+

Επιλογή Γλώσσας και Διάταξης Πληκτρολογίου

+ +Πατήστε F4 για να αλλάξετε την γλώσσα και την διάταξη πληκτρολογίου που χρησιμοποιεί ο διαχειριστής εκκίνησης. + +

Επιστροφή στην Αρχική Σελίδα + + +
+

Πηγή Εγκατάστασης

+ +Πατήστε F3 για να επιλέξετε μια πηγή εγκατάστασης.

+ +Αυτό είναι το ίδιο με τη χρήση της ρύθμισης εκκίνησης install. + +

Επιστροφή στην Αρχική Σελίδα + + +
+

Εγκατάσταση

+Επιλέξτε Εγκατάσταση για να ξεκινήσετε την προκαθορισμένη εγκατάσταση. Οι +ρυθμίσεις εκκίνησης που έχουν εισαχθεί χρησιμοποιούνται στο +ξεκίνημα. Αυτό το αντικείμενο ενεργοποιεί το μεγαλύτερο μέρος του διαθέσιμου +υλικού.

+ +

Επιστροφή στην Αρχική Σελίδα + + +
+

Εκκίνηση από το Σκληρό Δίσκο

+ +Επιλέξτε Εκκίνηση από το εγκατεστημένο ΛΣ για να ξεκινήσετε το σύστημα +που είναι εγκατεστημένο στον τοπικό σκληρό δίσκο. Αυτό το σύστημα θα πρέπει να είναι εγκατεστημένο σωστά +γιατί μόνο η MBR (Master Boot Record) στον πρώτο σκληρό δίσκο εκκινεί. +Η ταυτότητα της συσκευής του πρώτου σκληρού δίσκου είναι γνωστή από το BIOS του +υπολογιστή.

+ +Χρησιμοποιήστε αυτό αν ξεχάσετε να εξάγετε το CD ή το DVD από τη συσκευή ανάγνωσης +και θέλετε να ξεκινήσει ο υπολογιστής από το σκληρό δίσκο.

+ +

Επιστροφή στην Αρχική Σελίδα + + +
+

Εγκατάσταση -- ACPI Απενεργοποιημένο

+ +Πολύ καινούργιο υλικό μερικές φορές απαιτεί +ACPI για να ελέγξει το χειρισμό διακοπών. Το σύστημα ACPI αντικαθιστά πλήρως +το παλιό APM σύστημα.

+ +Επιλέξτε Εγκατάσταση -- ACPI Απενεργοποιημένο αν αντιμετωπίζετε +προβλήματα κατά την εκκίνηση του πυρήνα. Γνωστά προβλήματα με υπολογιστές που έχουν +προβλήματα με ACPI είναι: +

+ + * ο πυρήνας παγώνει κατά την εκκίνηση
+ * οι κάρτες PCI δεν εντοπίζονται ή δεν ρυθμίζονται σωστά

+ + +

Επιστροφή στην Αρχική Σελίδα + + +
+

Εγκατάσταση -- Ασφαλείς Ρυθμίσεις

+ +Επιλέξτε Εγκατάσταση -- Ασφαλείς Ρυθμίσεις αν αντιμετωπίζετε κολλήματα +κατά την εγκατάσταση ή ακατανόητα μηνύματα λάθους. Αυτή η ρύθμιση απενεργοποιεί το DMA +για τις συσκευές IDE και όλα τα εργαλεία διαχείρισης ενέργειας. +Δείτε επίσης τις ρυθμίσεις πυρήνα για apm, +acpi και ide. + +

Επιστροφή στην Αρχική Σελίδα + + +
+

Σύστημα Διάσωσης

+ +Το Σύστημα Διάσωσης είναι ένα μικρό RAM βασικό σύστημα δίσκου. Από εδώ, +είναι δυνατό να γίνουν όλες οι αλλαγές σε ένα εγκατεστημένο σύστημα. Επειδή +μόνο χαμηλού επιπέδου εργαλεία είναι διαθέσιμα σε αυτό το σύστημα, προορίζεται για χρήση +από τους έμπειρους χρήστες.

+ +

Επιστροφή στην Αρχική Σελίδα + + +
+

Έλεγχος Μνήμης

+ +Ο περιλαμβανόμενος Έλεγχος Μνήμης παρέχει καλές δυνατότητες για +αυστηρό έλεγχο του υλικού ενός συστήματος. Ο κύριος σκοπός του είναι να ανιχνεύσει +προβληματική RAM, αλλά ελέγχει εξίσου αυστηρά και άλλα μέρη του συστήματος.

+ +Δεν υπάρχει εγγύηση ότι η μνήμη είναι καλή αν δεν εμφανιστεί κανένα μήνυμα λάθους, +παρόλο που τα περισσότερα προβλήματα μνήμης εντοπίζονται.
+ +

Επιστροφή στην Αρχική Σελίδα + + +
+

Ρυθμίσεις Εκκίνησης

+ +Υπάρχουν δυο τύποι ρυθμίσεων εκκίνησης. Στον πρώτο, υπάρχουν +ρυθμίσεις που επηρεάζουν το πρόγραμμα εγκατάστασης. Στον δεύτερο, υπάρχουν ρυθμίσεις +πυρήνα. Μερικές από τις πιο κοινές ρυθμίσεις είναι:

+α) ρυθμίσεις προγράμματος εγκατάστασης
+
+ install -- επιλέξτε μια πηγή εγκατάστασης
+ network options -- ρυθμίσεις δικτύου
+ vnc options -- ρυθμίσεις για εγκατάσταση διαμέσου VNC +

+β) ρυθμίσεις πυρήνα
+
+ splash -- καθορισμός της συμπεριφοράς της οθόνης εκκίνησης
+ apm -- επιλέξτε διαχείριση ενέργειας
+ acpi -- advanced configuration and power interface
+ ide -- ελέγξτε το υποσύστημα IDE
+ +

Επιστροφή στην Αρχική Σελίδα + +
+

Ρυθμίσεις Προγράμματος Εγκατάστασης: install

+ +Προκαθορισμένα, τα τοπικά CD-ROMs ελέγχονται για την πηγή εγκατάστασης. +Για μια εγκατάσταση δικτύου, επιλέξτε τη ρύθμιση +install. Πιθανά πρωτόκολλα εγκατάστασης είναι
+ * FTP
+ * NFS
+ * HTTP
+Η σύνταξη που χρησιμοποιείται είναι όπως στα πρότυπα URLs. Για παράδειγμα, +εάν ο διακομιστής σας βρίσκεται στην διεύθυνση 192.168.0.1 και θέλετε να κάνετε μια +εγκατάσταση που βασίζεται σε NFS από τον κατάλογο /install αυτού του διακομιστή, καθορίζετε την πηγή +όπως στο παράδειγμα:

+ + install=nfs://192.168.0.1/install

+ +Η κάρτα δικτύου θα είναι ρυθμισμένη είτε με dhcp ή θα πρέπει +να καθορίσετε τις παραμέτρους όπως περιγράφονται στις +επιλογές δικτύου.
+ +

Επιστροφή στις Ρυθμίσεις Εκκίνησης + +
+

Ρυθμίσεις Πυρήνα: splash

+ + +Η οθόνη εκκίνησης είναι μια εικόνα που εμφανίζεται κατά την εκκίνηση του συστήματος.
+
+Με splash=0

η οθόνη εκκίνησης απενεργοποιείται. Αυτό μπορεί να είναι χρήσιμο +για πολύ παλιές οθόνες αν εμφανιστούν κάποια προβλήματα.
+
+Με splash=verbose

ενεργοποιείται η οθόνη εκκίνησης και εμφανίζονται επίσης +μηνύματα πυρήνα και εκκίνησης.
+
+Με splash=silent

+ενεργοποιείται η οθόνη εκκίνησης, αλλά χωρίς μηνύματα. Αντ' αυτού μια μπάρα προόδου εμφανίζεται.
+
+Επιστροφή στις Ρυθμίσεις Εκκίνησης + +
+

Ρυθμίσεις Προγράμματος Εγκατάστασης: Ρυθμίσεις Δικτύου

+ +Είναι δυνατόν να ρυθμίσετε το δίκτυο τώρα. Το υλικό θα ανιχνευθεί αργότερα +από το YaST2. Το ελάχιστο πακέτο ρυθμίσεων για να ρυθμίσετε την κάρτα δικτύου +αποτελείται από τα host IP και netmask. Για +παράδειγμα:

+ + hostip=192.168.0.10 netmask=255.255.255.0
+
+ή σε συντομότερη μορφή:

+ + hostip=192.168.0.10/24
+
+ +Εάν καθορίσετε μια εγκατάσταση δικτύου και δεν +ορίσετε καμία από αυτές τις ρυθμίσεις, το πρόγραμμα εγκατάστασης θα προσπαθήσει +να ρυθμίσει το περιβάλλον δικτύου με dhcp. Εάν χρειάζεστε πρότυπη +gateway, καθορίστε την με την ρύθμιση gateway. Για +παράδειγμα:

+ + gateway=192.168.0.8
+ +

Επιστροφή στις Ρυθμίσεις Εκκίνησης + +
+

Ρυθμίσεις Προγράμματος Εγκατάστασης: vnc

+ +Για να ενεργοποιήσετε την εγκατάσταση VNC, καθορίστε τις +παραμέτρους vnc και vncpassword:

+ + vnc=1 vncpassword=example

+ +Ο διακομιστής VNC θα ξεκινήσει και μπορείτε να χειρισθείτε το YaST2 διαμέσου οποιουδήποτε +πελάτη VNC από απομακρυσμένο σύστημα.
+ +

Επιστροφή στις Ρυθμίσεις Εκκίνησης. + +
+

Ρυθμίσεις Πυρήνα: apm

+ +Το APM είναι μια από τις δυο στρατηγικές διαχείρισης ενέργειας που χρησιμοποιούνται +στους σύγχρονους υπολογιστές. Χρησιμοποιείται κυρίως από τα laptops για λειτουργίες όπως suspend to disk, +αλλά μπορεί να είναι επίσης υπεύθυνο για το κλείσιμο του υπολογιστή μετά την +διακοπή παροχής ρεύματος. Το APM βασίζεται στην σωστή λειτουργία του BIOS. Αν +το BIOS είναι προβληματικό, το APM μπορεί να έχει περιορισμένη χρήση ή ακόμα να +μην αφήνει τον υπολογιστή να λειτουργήσει. Επομένως, μπορεί να απενεργοποιηθεί με την +παράμετρο

+ + apm=off -- πλήρης απενεργοποίησης του APM

+ +Μερικοί πολύ καινούργιοι υπολογιστές μπορεί να επωφεληθούν από το νεότερο +ACPI. + + +

Επιστροφή στις Ρυθμίσεις Εκκίνησης + +
+

Ρυθμίσεις Πυρήνα: acpi

+ +Το ACPI (Advanced Configuration and Power Interface) είναι ένα +πρότυπο που καθορίζει ένα περιβάλλον επικοινωνίας σχετικά με την διαχείριση ενέργειας +και ρυθμίσεων ανάμεσα στο λειτουργικό σύστημα και το BIOS. Προκαθορισμένα, το acpi είναι +ενεργοποιημένο όταν ένα BIOS νεότερο του 2000 ανιχνεύεται. +Υπάρχουν μερικές συνήθεις +χρησιμοποιούμενοι παράμετροι για να ελέγξουν την συμπεριφορά του ACPI:
+
+ pci=noacpi -- μην χρησιμοποιείς το ACPI για δρομολόγηση διακοπών PCI
+ acpi=oldboot -- μόνο τα μέρη του ACPI που είναι σχετικά με την εκκίνηση παραμένουν +ενεργοποιημένα
+ acpi=off -- πλήρης απενεργοποίηση του ACPI
+ acpi=force -- ενεργοποίηση του ACPI ακόμα και αν το BIOS σας είναι παλιότερο του +2000
+
+Ειδικά σε νέους υπολογιστές, αντικαθιστά το παλιό +apm σύστημα. + + +

Επιστροφή στις Ρυθμίσεις Εκκίνησης + +
+

Ρυθμίσεις Πυρήνα: ide

+ +Το IDE είναι, σε αντίθεση με το SCSI, πιο ευρείας χρήσης σε επιτραπέζιους σταθμούς εργασίας. +Για να επιδιορθωθούν ορισμένα προβλήματα υλικού που συμβαίνουν με IDE συστήματα, χρησιμοποιείστε +την παράμετρο πυρήνα:

+ + ide=nodma -- απενεργοποιεί το DMA για IDE συσκευές
+ + + +

Επιστροφή στις Ρυθμίσεις Εκκίνησης. + +
+

Επιλογή Τύπου Λογισμικού

+ +Έχετε την επιλογή να εγκαταστήσετε την 32-μπιτη ή την 64-μπιτη έκδοση του SUSE LINUX. + +

Επιστροφή στην Αρχική Σελίδα + + + diff --git a/help-install.en.html b/help-install.en.html new file mode 100644 index 0000000..e81700b --- /dev/null +++ b/help-install.en.html @@ -0,0 +1,380 @@ + + + + + + +
+

Boot Loader Help

+Welcome to &product;

+ +Use this menu to select the desired function. If you have +problems navigating in this help system, press +F1 to enter the description of the help +system. The main functions in this menu are:

+ +Boot from Hard Disk: This selection will not do +anything to the system. It only starts a previously installed +operating system.

+ +Installation: +This installation mode works on most machines. If you experience a +system freeze during boot or problems with detection of your hardware +components, such as disk controllers or network cards, try one of the +following installation options.

+ +Installation -- ACPI Disabled: Many of the +currently-sold computers have incomplete or faulty ACPI +implementations. This selection disables ACPI support in the +kernel, but still enables many performance features, like DMA for IDE +hard disks.

+ +Installation -- Safe Settings: If you were not +successful with Installation, this selection might +solve the issue.

+ +Rescue System: This boot image starts a small +Linux system in RAM. This is useful if the system does not start properly. +After booting this system, log in as root.

+ +Memory Test: Memory testing is useful for more than +checking installation of new memory modules. It is a stress test +for a big part of your computer system and may indicate hardware +problems.

+ +Boot Options: The boot options may change the +behavior of your system completely. They are settings for +the kernel.

+ +F1 Help: This is context sensitive. It will +show different screens depending on the active element of the +boot screen. There is also a description of this help system +available.

+ +F2 Video Mode: Here, choose between +different screen resolutions while installing. If you encounter +problems with the graphical installation, the text mode may +be a work-around for you.

+ +F3 Installation Source: Choose the +installation source.

+ +F4 Language: Set language and keyboard mapping +used by the boot loader.

+ +F5 Driver Update: For very new machines, a +driver update may be needed to install the system.

+ +
+

Using the Help System

+ +The boot loader online help is context sensitive. It gives information +about the selected menu item or, if you are editing boot options, +it tries to look up information about the option in which the cursor is +positioned.
+
+Navigation Keys

+ + Up Arrow: highlight previous link
+ Down Arrow: highlight next link
+ Left Arrow, Backspace: return to previous topic
+ Right Arrow, Enter, Space: follow link
+ Page Up: scroll up one page
+ Page Down: scroll down one page
+ Home: go to page start
+ End: go to page end
+ Esc: leave help
+ +

Return to Start Page + +
+

Driver Update

+ +If you need a driver update floppy or CD-ROM, press F5. The +boot loader asks you to insert the driver update medium after +loading the Linux kernel.

+ +A driver update is typically a floppy with new versions of hardware +drivers or bug fixes needed during installation. + +

Return to Start Page + + +
+

Video Mode Selection

+ +Press F2 to get the list of video modes your graphics card +supports. The highest mode your monitor can display is preselected.

+ +It is possible that your monitor cannot be detected automatically. In that +case, select your preferred mode manually.

+ +If your system has problems with the graphics card during the +installation, the text mode may be a usable work-around. + +

Return to Start Page + + +
+

Language and Keyboard Layout Selection

+ +Press F4 to change language and keyboard layout the boot loader uses. + +

Return to Start Page + + +
+

Installation Source

+ +Press F3 to choose an installation source.

+ +This is the same as using the install +boot option. + +

Return to Start Page + + +
+

Installation

+ +Select Installation to start the default installation. The +boot options entered are used in the +start-up. This item activates many features of commonly available +hardware.

+ +

Return to Start Page + + +
+

Boot from Hard Disk

+ +Select Boot Installed OS to start the system installed on +your local hard disk. This system must be installed properly, because +only the MBR (Master Boot Record) on the first hard disk is started. +The device ID of the first hard disk is provided by the BIOS of +the computer.

+ +Use this if you forgot to remove the CD or DVD from your +drive and want to start the computer from the hard disk.

+ +

Return to Start Page + + +
+

Installation -- ACPI Disabled

+ +Very new hardware sometimes +requires ACPI to control the interrupt handling. ACPI completely +replaces the old APM system.

+ +Select Installation -- ACPI Disabled if you encounter +problems during boot of the kernel. Known problems with machines that +have problems with ACPI are: +

+ + * kernel freezes when booting
+ * PCI Cards are not detected or initialized properly

+ + +

Return to Start Page + + +
+

Installation -- Safe Settings

+ +Select Installation -- Safe Settings if you encounter hangs +while installing or irreproducible errors. This option disables DMA +for IDE drives and all power management features. +See also the kernel options for apm, +acpi and ide. + +

Return to Start Page + + +
+

Rescue System

+ +The Rescue System is a small RAM disk base system. From there, +it is possible to make all kinds of changes to an installed system. Because +only low-level tools are available in this system, it is intended for +experts.

+ +

Return to Start Page + + +
+

Memory Test

+ +The included Memory Test provides good possibilities to +stress test the hardware of a system. Its main purpose is to detect +broken RAM, but it also stresses many other parts of the system.
+ +There is no guarantee that the memory is good if no errors are +found, although most of memory defects will be found.
+ +

Return to Start Page + + +
+

Boot Options

+ +There are two types of boot options available. First, there are +options that affect the installer. Second, there are kernel +options. Some of the more common options are:

+a) installer options
+
+ install -- select an installation source
+ network options -- the network options
+ vnc options -- options for installation via VNC +

+b) kernel options
+
+ splash -- influence the behavior of the splash screen
+ apm -- toggle power management
+ acpi -- advanced configuration and power interface
+ ide -- control the IDE subsystem
+ +

Return to Start Page + +
+

Installer Options: install

+ +By default, the local CD-ROMs are searched for the installation source. +For a network install, select the +install option. Possible installation protocols are
+ * FTP
+ * NFS
+ * HTTP
+The syntax to use is just like standard URLs. For example, +if your server is found at 192.168.0.1 and you want to do an NFS-based +install from the directory /install on this server, specify +the source as follows:

+ + install=nfs://192.168.0.1/install

+ +The network card will either be configured with dhcp or you +must specify the parameters yourself as described in the +network options.
+ +

Return to Boot Options + +
+

Kernel Options: splash

+ + +The splash screen is the picture shown during system start-up.
+
+splash=0

The splash screen is switched off. This may be useful +with very old monitors or if some error occurs.
+
+splash=verbose

Activates splash, kernel and boot messages are +still shown.
+
+splash=silent

+Activates splash, but no messages. Instead a progress bar is drawn.
+
+Return to Boot Options + +
+

Installer Options: Network Options

+ +It is possible to configure the network interface right now. The +hardware will be detected later by YaST2. The minimum set of options +to configure your network card consists of host IP and netmask. For +example:

+ + hostip=192.168.0.10 netmask=255.255.255.0
+
+or in a shorter form:

+ + hostip=192.168.0.10/24
+
+ +If you specified a network-based install and do +not specify both of these options, the installer tries to configure +the network interface with dhcp. If you need a default +gateway, specify this with the option gateway. For +example:

+ + gateway=192.168.0.8
+ +

Return to Boot Options + +
+

Installer Options: vnc

+ +To enable the VNC installation, specify the +parameters vnc and vncpassword:

+ + vnc=1 vncpassword=example

+ +The VNC server will be started and you may control YaST2 over any VNC +client from a remote system.
+ +

Return to Boot Options. + +
+

Kernel Options: apm

+ +APM is one of the two power management strategies used on current +computers. It is mainly used with laptops for functions like suspend +to disk, but it may also be responsible for switching off the +computer after power down. APM relies on a correct working BIOS. If +the BIOS is broken, APM may have only limited use or even prevent the +computer from working. Therefore, it may be switched off with the +parameter

+ + apm=off -- switch off APM completely

+ +Some very new computers may take more advantage from the newer +ACPI. + + +

Return to Boot Options + +
+

Kernel Options: acpi

+ +ACPI (Advanced Configuration and Power Interface) is a +standard that defines power and configuration management interfaces +between an operating system and the BIOS. By default, acpi is +switched on when a BIOS is detected that is newer than from year +2000. There are several commonly +used parameters to control the behavior of ACPI:
+
+ pci=noacpi -- do not use ACPI to route PCI interrupts + acpi=oldboot -- only the parts of ACPI that are relevant +for booting remain activated
+ acpi=off -- switch off ACPI completely
+ acpi=force -- switch on ACPI even if your BIOS is dated +before 2000
+
+Especially on new computers, it replaces the old +apm system. + + +

Return to Boot Options + +
+

Kernel Options: ide

+ +IDE is, unlike SCSI, commonly used in most desktop workstations. +To circumvent some hardware problems that occur with IDE systems, use the +kernel parameter:

+ + ide=nodma -- switch off DMA for IDE drives
+ + + +

Return to Boot Options. + + +
+

Software Type Selection

+ +You have the choice to install the 32-bit or 64-bit version of SUSE LINUX. + +

Return to Start Page + + + diff --git a/help-install.es.html b/help-install.es.html new file mode 100644 index 0000000..8a93891 --- /dev/null +++ b/help-install.es.html @@ -0,0 +1,363 @@ + + + + + + +
+

Ayuda del cargador de arranque

+Bienvenido a &product;

+ +Este menú le permite seleccionar la función deseada. Si tiene problemas +para navegar en el sistema de ayuda, pulse +F1 para acceder a la descripción de dicho sistema. +Las funciones principales incluidas en este menú son las siguientes:

+ +Arrancar del disco duro: Esta selección no tiene ningún +efecto sobre el sistema. Simplemente inicia un sistema operativo previamente instalado.

+ +Instalación: +Este modo de instalación funciona en la mayoría de ordenadores. Si el sistema +se queda colgado durante el arranque o si se producen problemas al detectar +componentes de hardware tales como controladoras de disco o tarjetas de red, pruebe +alguna de las siguientes opciones de instalación.

+ +Instalación - ACPI desactivado: Muchos de los ordenadores +vendidos actualmente cuentan con implementaciones de ACPI defectuosas o incompletas. +Esta opción desactiva el soporte ACPI en el kernel al tiempo que mantiene numerosas +prestaciones de rendimiento tales como DMA para los discos IDE.

+ +Instalación - configuración segura: Si la opción Instalación +no diese resultado, esta selección podría resolver el problema.

+ +Sistema de rescate: Esta imagen de arranque inicia un pequeño sistema +Linux en la RAM, lo que resulta muy útil si el sistema no arranca correctamente. Una vez +arrancado este sistema, regístrese como usuario root.

+ +Prueba de memoria: La utilidad de la prueba de memoria no se limita a +comprobar la instalación de los nuevos módulos de memoria. Además constituye una prueba de +carga para una gran parte de su sistema informático y puede señalar problemas +de hardware.

+ +Opciones de arranque: Las opciones de arranque pueden modificar completamente +el comportamiento de su sistema. Se trata de opciones de configuración del kernel.

+ +F1 ayuda: Esta ayuda es de carácter contextual. La pantalla mostrada +dependerá del elemento activo en la pantalla de arranque. También incluye una descripción +de este sistema de ayuda.

+ +F2 modo de vídeo: Esta opción le permite seleccionar entre varias +resoluciones diferentes durante la instalación. Si surgen problemas con la instalación +gráfica, puede emplear el modo texto como alternativa.

+ +F3 fuente de instalación: Aquí puede seleccionar la fuente +de instalación.

+ +F4 idioma: Seleccione el idioma y la distribución del teclado +empleados por el cargador de arranque.

+ +F5 actualización de controladores: En el caso de máquinas muy +nuevas puede ser necesario actualizar los controladores para instalar el sistema.

+ +
+

Utilización del sistema de ayuda

+ +La ayuda en línea del cargador de arranque es de carácter contextual +y le proporciona información sobre el elemento de menú seleccionado o, +durante la edición de las opciones de arranque, busca información acerca +de la opción sobre la que está colocado el cursor.
+
+Teclas de navegación

+ + Flecha arriba: seleccionar enlace anterior
+ Flecha abajo: seleccionar enlace siguiente
+ Flecha izquierda, Retroceso: volver al punto anterior
+ Flecha derecha, Intro, Espacio: seguir enlace
+ Re. Pág.: retroceder una página
+ Av. Pág.: avanzar una página
+ Inicio: ir al principio de la página
+ Fin: ir al final de la página
+ Esc: abandonar la ayuda
+ +

Volver a la página de inicio + +
+

Actualización de controladores

+ +Pulse F5 si necesita un disquete o CD-ROM de actualización de controladores. +El cargador de arranque le pedirá que introduzca el medio de actualización de controladores +después de cargar el kernel de Linux.

+ +Por lo general, una actualización de controladores es un disquete con nuevas versiones +de controladores de hardware o correcciones de fallos que se requieren durante la +instalación. + +

Volver a la página de inicio + + +
+

Selección de modo de vídeo

+ +Pulse F2 para obtener una lista de los modos de vídeo que soporta la +tarjeta gráfica. El modo preseleccionado es el más alto que puede mostrar el monitor.

+ +Es posible que el monitor no pueda ser detectado automáticamente. En este caso, seleccione +de forma manual el modo que prefiera.

+ +Utilice el modo texto como solución alternativa en caso de que el sistema tenga +problemas con la tarjeta gráfica durante la instalación. + +

Volver a la página de inicio + + +
+

Selección del idioma y de la distribución del teclado

+ +Con F4 puede cambiar el idioma y la distribución del teclado del cargador de arranque. + +

Volver a la página de inicio + + +
+

Fuente de instalación

+ +Pulse F3 para seleccionar la fuente de instalación.

+ +Esta selección equivale a usar la opción de arranque install. + +

Volver a la página de inicio + + +
+

Instalación

+ +Seleccione Instalación para iniciar la instalación predeterminada. Las +opciones de arranque introducidas se emplean durante el inicio +del sistema. Este elemento activa muchas de las funciones del hardware normalmente +disponible.

+ +

Volver a la página de inicio + + +
+

Arrancar del disco duro

+ +Seleccione Arrancar SO instalado para iniciar el sistema instalado en +el disco duro local. Este sistema ha de estar instalado correctamente, ya que sólo +se inicia el MBR (Master Boot Record) del primer disco duro. La BIOS del ordenador +le proporciona el ID de dispositivo del primer disco duro.

+ +Utilice esta opción si ha olvidado extraer el CD o DVD de la unidad correspondiente +y desea iniciar el ordenador desde el disco duro.

+ +

Volver a la página de inicio + + +
+

Instalación - ACPI desactivado

+ +En ocasiones, el hardware de fabricación +reciente requiere ACPI para controlar el manejo de interrupciones. ACPI sustituye +completamente al antiguo sistema APM.

+ +Seleccione la opción Instalación - ACPI desactivado si surgen problemas +durante el arranque del kernel. Algunos de los problemas más conocidos que se producen +en ordenadores que no soportan ACPI correctamente son: +

+ + * el kernel se queda colgado durante el arranque
+ * las tarjetas PCI no se detectan o inician correctamente

+ + +

Volver a la página de inicio + + +
+

Instalación - configuración segura

+ +Seleccione la opción Instalación - configuración segura en caso de que +algunos componentes del sistema se cuelguen durante la instalación o se produzcan +errores imposibles de reproducir. Esta opción desactiva DMA para los discos IDE así +como las funciones de gestión de energía. Vea también las opciones del kernel para +apm, acpi e ide. + +

Volver a la página de inicio + + +
+

Sistema de rescate

+ +El Sistema de rescate consiste en un pequeño sistema base en el disco RAM. +Desde este sistema es posible realizar toda clase de modificaciones en el sistema +instalado. Debido a que este sistema sólo dispone de herramientas de bajo nivel, +su uso se recomienda exclusivamente a usuarios expertos.

+ +

Volver a la página de inicio + + +
+

Prueba de memoria

+ +La Prueba de memoria incluida constituye una buena posibilidad para +someter al hardware de un sistema a una prueba de carga. Su principal objetivo +consiste en detectar fallos en la RAM, pero también prueba muchas otras +partes del sistema.
+ +El que no se encuentren errores no garantiza que la memoria esté libre de fallos. +No obstante, la mayoría de los defectos de memoria deberían detectarse con +esta prueba.
+ +

Volver a la página de inicio + + +
+

Opciones de arranque

+ +Existen dos tipos de opciones de arranque: las opciones que afectan al instalador y +las opciones del kernel. Entre las opciones más comunes cabe destacar:

+a)Opciones del instalador
+
+ install -- selecciona una fuente de instalación
+ network options -- opciones de red
+ vnc options -- opciones para la instalación a través de VNC +

+b)Opciones del kernel
+
+ splash -- determina el comportamiento de la pantalla de bienvenida
+ apm -- cambia la gestión de energía
+ acpi -- Advanced Configuration and Power Interface
+ ide -- controla el subsistema IDE
+ +

Volver a la página de inicio + +
+

Opciones del instalador: install

+ +En la configuración predeterminada, la fuente de instalación se busca en los CD-ROMs locales. +Para realizar una instalación en red, seleccione la opción install. Los protocolos de +instalación posibles son
+ * FTP
+ * NFS
+ * HTTP
+La sintaxis que debe utilizar es idéntica a la de las URLs estándar. Por ejemplo, si +el servidor se encuentra en 192.168.0.1 y quiere realizar una instalación vía NFS desde +el directorio /install de este servidor, la fuente se indica de la forma siguiente:

+ + install=nfs://192.168.0.1/install

+ +La tarjeta de red será configurada con dhcp o bien deberá definir los parámetros +como se describe en las network options.
+ +

Volver a las opciones de arranque + +
+

Opciones del kernel: splash

+ +La pantalla de bienvenida es la imagen mostrada durante el inicio del sistema.
+
+splash=0
La pantalla de bienvenida está desactivada. Esta opción puede resultar de utilidad +en caso de tener un monitor muy viejo o de que se produzca algún error.
+
+splash=verbose
Activa la pantalla de bienvenida mostrando al mismo tiempo los mensajes +de arranque y del kernel.
+
+splash=silent
+Activa la pantalla de bienvenida sin mostrar ningún mensaje. En su lugar aparece en pantalla una barra de progreso.
+ +

Volver a las opciones de arranque + +
+

Opciones del instalador: network options

+ +La interfaz de red puede ser configurada en este momento. YaST2 detectará el +hardware posteriormente. Para configurar la tarjeta de red deben definirse al +menos las opciones correspondientes a la dirección IP del ordenador y la máscara +de red. Por ejemplo:

+ + hostip=192.168.0.10 netmask=255.255.255.0
+
+o, de forma abreviada:

+ + hostip=192.168.0.10/24
+
+ +Si ha especificado una instalación de red sin definir ambas +opciones, el instalador intentará configurar la interfaz de red con dhcp. Si +requiere una pasarela predeterminada, utilice la opción gateway para determinarla. +Por ejemplo:

+ + gateway=192.168.0.8
+ +

Volver a las opciones de arranque + +
+

Opciones del instalador: vnc

+ +Para activar la instalación VNC es necesario definir los parámetros vnc y vncpassword:

+ + vnc=1 vncpassword=example

+ +De esta forma, el servidor VNC será iniciado y podrá controlar YaST2 desde un sistema remoto +por medio de cualquier cliente VNC.
+ +

Volver a las opciones de arranque + +
+

Opciones del kernel : apm

+ +APM es uno de los dos métodos de gestión de energía utilizados en los ordenadores +actuales. Aunque se emplea principalmente en portátiles para funciones como 'suspend to +disk', también puede encargarse de desconectar el ordenador después de apagar el sistema. +APM depende de que la BIOS funcione correctamente. Si la BIOS tiene una avería, las funciones +de APM pueden verse restringidas o APM puede hacer incluso que el ordenador deje de +funcionar. Así pues, puede desconectarlo con el parámetro

+ + apm=off -- desactiva APM completamente

+ +Algunos ordenadores de fabricación reciente pueden sacarle más partido al método +ACPI, más moderno. + +

Volver a las opciones de arranque + +
+

Opciones del kernel: acpi

+ +ACPI (Advanced Configuration and Power Interface) es un estándar que define +las interfaces de gestión de energía y configuración entre el sistema operativo +y la BIOS. Por defecto, acpi se activa cuando se detecta una BIOS de +fabricación posterior al año 2000. Existen diversos parámetros de uso extendido +para determinar el comportamiento de ACPI:
+
+ pci=noacpi -- no utilizar ACPI para enrutar interrupciones PCI
+ acpi=oldboot -- sólo permanecen activadas las partes de ACPI relevantes + para el arranque
+ acpi=off -- desactiva ACPI completamente
+ acpi=force -- activa ACPI aunque la BIOS sea anterior a 2000
+
+Sustituye al antiguo sistema apm especialmente en ordenadores de +fabricación reciente. + +

Volver a las opciones de arranque + + +
+

Opciones del kernel: ide

+ +Al contrario que SCSI, IDE se suele utilizar en la mayoría de los sistemas de sobremesa. +Para evitar algunos problemas de hardware que afectan a los sistemas IDE, utilice el +parámetro del kernel:

+ + ide=nodma -- desactiva dma para los dispositivos IDE
+ +

Volver a las opciones de arranque. + + +
+

Software Type Selection

+ +You have the choice to install the 32-bit or 64-bit version of SUSE LINUX. + +

Return to Start Page + + + diff --git a/help-install.fi.html b/help-install.fi.html new file mode 100644 index 0000000..97facbb --- /dev/null +++ b/help-install.fi.html @@ -0,0 +1,372 @@ + + + + + + +
+

Käynnistyslataajan ohje

+Tervetuloa &product;

+ +Käytä tätä valikkoa halutun toiminnon valitsemiseen. Jos sinulla on +ongelmia ohje järjestelmän käytössä, paina +F1 päästäksesi ohje järjestelmän kuvaukseen. +Tämän valikon päätoiminnot ovat:

+ +Käynnistä kiintolevyltä: Tämä valinta ei tee mitään järjestelmällesi. +Se käynnistää ainoastaan aiemmin asennetun +käyttöjärjestelmän.

+ +Asennus: +Tämä asennustila toimii useimmissa tietokoneissa. Jos koet +järjestelmän lukkiutumisen käynnistyksen yhteydessä tai ongelmia laitteiston tunnistuksessa, +kuten levyasemaohjaimet ja verkkokortit, kokeile jotain +seuraavista asennus valinnoista.

+ +Asennus -- ACPI pois käytöstä: Useaissa nykyisin +myytävistä tietokoneista on epätäydellinen tai viallinen ACPI +toteutus. Tämä valinta poistaa ACPI tuen ytimestä, +mutta silti käyttää useita suorituskyky asetuksia, kuten DMA:ta IDE +kiintolevyille.

+ +Asennus -- Safe Settings: Jos et onnistunut +tekemään Asennusta, tämä valinta voi +ratkaista tilanteen.

+ +Korjausjärjestelmä: Tämä käynnistyslevynkuva käynnistää pienen +Linux järjestelmän keskusmuistiin(RAM). Tämä on käytännöllistä jos järjestelmä ei käynnisty kunnolla. +Tämän järjestelmän käynnistyttyä, kirjaudu pääkäyttäjänä(root).

+ +Muistitesti: Muistin testaaminen on käytännöllistä muutenkin kuin uusien +muistimoduulien asentamisen jälkeen. Se on rasitustesti +suurelle osalle tietokonettasi ja se voi ilmoittaa laitteisto +ongelmista.

+ +Käynnistysvalinnat: Käynnistysvalinnoissa voit muuttaa +kokonaisuudessaan järjestelmäsi käyttäytymistä. Nämä ovat ytimen asetuksia.

+ +F1 Ohje: Tämä ohje on asiayhteus riippuvainen. Se +näyttää eri näkymän riippuen valitusta kohdasta käynnistysruudulla +Tästä ohjejärjestelmästä on myäs kuvaus saatavilla.

+ +F2 Video tila: Tässä, valitse erilaisten +näytönresoluutioiden väliltä asennuksen ajaksi. Jos kohtaat ongelmia +graafisessa asennuksessa, tekstitila voi +olla toimiva vaihtoehto sinulle.

+ +F3 Asennuksen lähde: Valitse käytettävä asennuslähde.

+ +F4 Kieli: Aseta käynnistyslataajassa käytettävä +kieli ja näppäimistökartta.

+ +F5 ajurin päivitys: Erittäin uusissa koneissa, +ajurin päivitystä saatetaan tarvita järjestelmän asennuksessa.

+ +
+

Ohjejärjestelmän käyttö

+ +Käynnistyslataajan ohje on asiayhteys riippuvainen. Se antaa sinulle tietoja +valitusta valikonkohdasta tai, jos olet muokkaamassa käynnistysvalintoja, +se yrittää etsiä tietoja valinnasta jonka päällä kursori on.
+
+Navigointi näppäimet

+ + Nuoli ylös: korostaa edellisen linkin
+ Nuoli alas: korostaa seuraavan linkin
+ Nuoli vasemmalle, Backspace: palaa edelliseen aiheeseen
+ Nuoli oikealle, Enter, Välilyönti: seuraa linkkiä
+ Page Up: rullaa yhden sivun ylöspäin
+ Page Down: rullaa yhden sivun alaspäin
+ Home: menee sivun alkuun
+ End: menee sivun loppuun
+ Esc: lopeta ohje
+ +

Palaa Aloitussivulle + +
+

Ajurin päivitys

+ +Jos tarvitset päivitys levykettä tai CD-ROMia, paina F5. +Käynnistyslataaja pyytää syöttämään ajurin päivitys median Linux ytimen lataamisen jälkeen.

+ +Ajurin päivitys on yleensä levyke jossa on uusi versio laitteistoajurista +tai virheenkorjauksesta joka tarvitaan asennuksen aikana. + +

Palaa Aloitussivulle + + +
+

Video tilan valinta

+ +Paina F2 saadaksesi luettelon videotiloista joita näytönohjaimesi tukee. +Korkein tila jota monitorisi voi käyttää on esivalittuna.

+ +On mahdollista että monitoriasi ei onnistuttu tunnistamaan automaattisesti. Tällaisessa tapauksessa, +valitse haluamasi tila manuaalisesti.

+ +Jos järjestelmälläsi on ongelmia näytönohjaimen kanssa asennuksen aikana, +tekstitilaa voidaan käyttää väliaikasena ratkaisuna. + +

Palaa Aloitussivulle + + +
+

Kieli ja näppäimistökartan valinta

+ +Paina F4 vaihtaaksesi käynnistyslataajan käyttämää kieltä ja näppäimistökarttaa. + +

Palaa Aloitussivulle + + +
+

Asennuslähde

+ +Paina F3 valitaksesi asennuslähteen.

+ +Tämä on sama kuin käyttäisi asenna +käynnistysvalintaa. + +

Palaa Aloitussivulle + + +
+

Asennus

+ +Valitse Asennus aloittaaksesi oletus asennuksen. +Käynnistysvalinnat joita annetaan käytetään käynnistyksessä. +Tämä kohta ottaa käyttöön monia yleisesti käytössä olevia laitteiston ominaisuuksia. +

+ +

Palaa Aloitussivulle + + +
+

Käynnistä kiintolevyltä

+ +Valitse Käynnistä asennettu käyttöjärjestelmä käynnistääksesi paikalliselle kiintolevylle +asennetun järjestelmän. Tämä järjestelmä tulee olla oikein asennettu, koska +vain ensimmäisen levyn MBR (Master Boot Record) käynnistetään. +Ensimmäisen kiintolevyn laite ID on tietokoneen BIOSin tarjoama.

+ +Käytä tätä jos unohdit poistaa CD:n tai DVD:n asemasta +ja haluat käynnistää tietokoneen kiintolevyltä.

+ +

Palaa Aloitussivulle + + +
+

Asennus -- ACPI pois käytöstä

+ +Aivan uudet laitteet vaativat joskus +ACPIn hallitsemaan keskeytyksiä. ACPI korvaa täysin +vanhan APM järjestelmän.

+ +Valitse Asennus -- ACPI pois käytöstä jos kohtaat ongelmia +ytimen latuksen aikana. Tunnettuja ongelmia tietokoneissa joilla +on ongelmia ACPI kanssa ovat: +

+ + * ydin pysähtyy käynnistyksessä
+ * PCI kortteja ei tunnisteta tai niitä ei alusteta oikein

+ + +

Palaa Aloitussivulle + + +
+

Asennus -- Safe Settings

+ +Valitse Asennus -- Safe Settings jos kohtaat pysähtymisiä +asennuksen aikana tai toistamattomia virheitä. Tämä valinta poistaa DMAn +IDE asemien käytöstä ja kaikki virranhallinta toiminnot. +Katso myös ytimen valinnat apm, +acpi ja ide. + +

Palaa Aloitussivulle + + +
+

Pelastusjärjestelmä

+ +Pelastusjärjestelmä on pieni RAM levy-pohjainen järjestelmä. Sieltä, +on mahdollista tehdä kaikenlaisia muutoksia asennettuun järjestelmään. Koska +vain alemmantason työkalut ovat järjestelmän käytettävissä, se on suunnattu +asiantuntijoille.

+ +

Palaa Aloitussivulle + + +
+

Muistitesti

+ +Mukana oleva Muistitesti tarjoaa hyvät mahdollisuudet järjestelmän laitteiston rasituskokeeseen. Päätarkoitus on tunnistaa +rikkoontunut RAM, mutta se rasittaa myös useita muita järjestelmän osia.
+ +Ei ole mitään takeita muisti olisi kunnossa jos virheitä ei löydy, vaikka yleensä useimmat muistiviat löydetään.
+ +

Palaa Aloitussivulle + + +
+

Käynnistysvalinnat

+ +Käytettävissä on kahden tyyppisiä käynnistysvalintoja. Ensiksi, on valintoja +jotka vaikuttavat asennusohjelmaan. Toiseksi, on ytimen +valintoja. Jotkin yleisimmistä valinnoista ovat:

+a) asennusvalintoja
+
+ asennus -- valitse asennuslähde
+ verkkovalinnat -- verkkovalinnat
+ vnc valinnat -- valinnat asennukseen VNC kautta +

+b) ytimen valinnat
+
+ splash -- vaikuta splash-ruudun käyttäytymiseen
+ apm -- vaihtele virranhallintaa
+ acpi -- advanced configuration and power interface
+ ide -- ohjaa IDE alijärjestelmää
+ +

Palaa Aloitussivulle + +
+

Asennusvalinnat: asennus

+ +Oletuksena, paikalliset CD-ROMit etsitään asennuslähteiksi. +Verkkoasennukseen, valitse +asennus valinta. Mahdollisia asennustapoja ovat
+ * FTP
+ * NFS
+ * HTTP
+Käytettävä lauseoppi on kuin standardi URLi. Esimerkiksi, +jos palvelimesi löytyy osoitteesta 192.168.0.1 ja haluat tehdä NFS-pohjaisen +asennuksen tämän palvelimen hakemistosta /install, määritä +lähde seuraavasti:

+ + install=nfs://192.168.0.1/install

+ +Verkkokortti määritetään joko dhcp:llä tai sinun +täytyy määrittää parametrit itse kuten +verkkovalinnat kuvataan.
+ +

Palaa Käynnistysvalintoihin. + +
+

Kernelin valinnat: splash

+ + +splash-ruutu on kuva joka näytetään järjestelmän käynnistyksen yhteydessä.
+
+splash=0

splash-ruutu on poistettu käytöstä. Tämä voi olla käytännöllistä +vahhoilla monitoreilla tai jos ongelmia ilmenee.
+
+splash=verbose

Ottaa käyttöön splash-ruudun, ydin- ja käynnistysviestit +näkyvät silti.
+
+splash=silent

+Ottaa käyttöön splash-ruudun, mutta ei viestejä. Näiden sijasta näytetään edistymispalkki.
+
+Palaa Käynnistysvalintoihin + +
+

Asennusvalinnat: verkkovalinnat

+ +On mahdollista määrittää virkkoliitäntä nyt. +Laitteisto tunnistetaan myöhemmin YaST2:n toimesta. Vähimmäismäärä valintoja +verkkokortin määrittämiseksi koostuu koneen IP:stä ja verkonpeitosta. +Esimerkiksi:

+ + hostip=192.168.0.10 netmask=255.255.255.0
+
+tai lyhemmässä muodossa:

+ + hostip=192.168.0.10/24
+
+ +Jos määrität verkkokortti-pohjaisen asennuksen ja et +määritä molempia näistä valinnoista, asennusohjelma yrittää määrittää +verkkoliittymän dhcp:llä. Jos tarvitset oletus +yhdyskäytävän, määritä se valinnalla gateway. +Esimerkiksi:

+ + gateway=192.168.0.8
+ +

Palaa Käynnistysvalintoihin + +
+

Asennusvalinnat: vnc

+ +Ottaaksesi käyttöön VNC asennuksen, nääritä +parametrit vnc ja vncpassword:

+ + vnc=1 vncpassword=example

+ +VNC palvelin käynnistetään ja voit ohjata YaST2:sta etänä yli minkä tahansa VNC +asiakasohjelman.
+ +

Palaa Käynnistysvalintoihin. + +
+

Kernelin valinnat: apm

+ +APM on toinen kahdesta virranhallinta strategiasta joita nykyiset tietokoneet +käyttävät. Se on pääasiassa käytetty kannettavissa toiminnoille kuten "suspend +to disk", mutta se voi olla myös vastuussa tietokoneen sammuttamisesta +virtakatkon jälkeen. APM luottaa oikein toimivaan BIOSiin. Jos +BIOS on rikki, APM:stä voi olla vain rajoitettua käyttöä tai se voi jopa estää +tietokonetta toimimasta. Tästä syystä, se voidaan kytkeä pois käytöstä +parametrillä

+ + apm=off -- poistaa APM:n käytöstä kokonaan

+ +Osa uusista tietokoneista voivat saada enemmän hyötyä uudemmasta +ACPI järjestelmästä. + + +

Palaa Käynnistysvalintoihin + +
+

Kernelin valinnat: acpi

+ +ACPI (Advanced Configuration and Power Interface) on +standardi joka määrittää virta ja määrityshallinta liittymän +käyttöjärjestelmän ja BIOSin välille. Oletuksena, acpi on +käytössä kun BIOS tunnistetaan uudemmaksi kuin vuodelta +2000. On olemssa useita yleisesti käytössä +olevia parametrejä ACPIn käyttäytymimsen ohjaamiseksi:
+
+ pci=noacpi -- älä käytä ACPIa ohjaamaan PCI keskeytyksiä + acpi=oldboot -- vain ne ACPIn osat jotka ovat merkitsevät +käynnistyksessä jäävät käyttöön
+ acpi=off -- poistaa ACPIn käytöstä täydellisesti
+ acpi=force -- ottaa ACPIn käyttöön vaikka BIOS olisi päivätty ennen vuotta +2000
+
+Erityisesti uusille tietokoneille, tämä korvaa vanhan +apm järjestelmän. + + +

Palaa Käynnistysvalintoihin + +
+

Kernel Options: ide

+ +IDE, toisinkuin SCSI, on yleisesti käytetty useimmissa työpöytäkoneissa. +Ohittaaksesi joitakin IDE-järjestelmien laitteisto-ongelmia, käytä +ytimen parametriä:

+ + ide=nodma -- ottaa DMAn pois IDE asemien käytöstä
+ + + +

Palaa Käynnistysvalintoihin. + + +
+

Ohjelmisto tyypin valinta

+ +Voit valita asennatko 32-bit vai 64-bit version SUSE LINUXista. + +

Palaa Aloitussivulle + + + diff --git a/help-install.fr.html b/help-install.fr.html new file mode 100644 index 0000000..c47aa20 --- /dev/null +++ b/help-install.fr.html @@ -0,0 +1,419 @@ + + + + + + +
+

Aide relative au chargeur d'amorçage

+&product; vous souhaite la bienvenue !
+
+Utilisez ce menu pour sélectionner la fonction +désirée. Si vous avez +des problèmes de navigation dans ce système d'aide, +pressez la touche +F1 pour entrer dans la description du +système d'aide. Les fonctions principales dans ce menu sont :
+
+Amorcer depuis le disque dur : cette +sélection ne fera rien au système. Cela démarre +simplement un système d'exploitation installé +précédemment.
+
+Installation : ce mode d'installation fonctionne +sur la plupart des machines. Si, lors +de l'amorçage, vous connaissez un gel du système ou des +problèmes de reconnaissance des composants matériels tels +que contrôleurs de disque ou cartes réseau, essayez l'une +des options d'installation suivantes.
+
+Installation -- ACPI désactivé : +nombre des ordinateurs vendus actuellement ont des +implémentations ACPI incomplètes ou défectueuses. +Cette sélection désactive la prise en charge ACPI dans le +noyau +mais laisse actives des caractéristiques relatives à la +performance telles que DMA pour les disques durs IDE.
+
+Installation -- Mode sécurisé : +si vous n'avez pas réussi avec Installation, cette +sélection pourrait résoudre votre problème.
+
+Système de secours : cette image +d'amorçage démarre un petit système Linux dans le +RAM. Ceci est utile si le système ne démarre pas +correctement. Une fois ce système amorcé, connectez-vous +en tant que root.
+
+Test de mémoire : ce test de +mémoire n'est pas uniquement utile à la +vérification de l'installation des nouveaux modules de +mémoire. Il s'agit également d'un test de contraintes +pour une bonne part de votre système et cela peut mettre en +évidence des +problèmes matériels.
+
+Options d'amorçage : les options +d'amorçage peuvent changer complètement le comportement +de votre système. Ce sont des paramètres pour le noyau.
+
+F1 Aide : cette aide est sensible au contexte. Elle +affichera différents écrans selon l'élément +actif sur l'écran de démarrage. Une description de ce +système d'aide est également disponible.
+
+F2 Mode vidéo : cette fonction permet +de choisir entre différentes résolutions pour +l'écran lors de l'installation. Si vous rencontrez des +problèmes avec l'installation graphique, le mode textuel +peut vous permettre de contourner le problème.
+
+F3 Source d'installation : cette fonction +permet de choisir la source d'installation.
+
+F4 Langue : cette fonction permet de +définir la langue et la disposition du clavier utilisées +par le chargeur d'amorçage.
+
+F5 Mise à jour de pilotes : pour des +ordinateurs très récents, il peut être +nécessaire de procéder à une mise à jour +des pilotes pour pouvoir installer le système.
+
+
+

Utilisation du système d'aide

+L'aide en ligne du chargeur d'amorçage est sensible au contexte. +Elle donne des informations relatives à l'élément +du menu sélectionné ou, si vous êtes en train de +modifier des options d'amorçage, elle cherche à vous +renseigner au sujet de l'option sur laquelle le curseur est +positionné.
+
+Touches de navigation
+
+Flèche vers le haut : marquer le lien +précédent
+Flèche vers le bas : marquer le lien suivant
+Flèche vers la gauche, Espace arrière +: retourner au sujet précédent
+Flèche vers la droite, Retour, Espace +: suivre le lien
+Page précédente : faire défiler vers le +haut (une page)
+Page suivante : faire défiler vers le bas (une page)
+Début : aller à la première page
+Fin : aller à la dernière page
+Échap. : quitter l'aide
+
+
+Retour à la page de démarrage +
+

Mise à jour des pilotes

+Si vous nécessitez une disquette ou un CD de mise à jour +des pilotes, pressez F5. Le chargeur d'amorçage vous +demandera d'insérer le support de mise à jour des pilotes +après le chargement du noyau Linux.
+
+Une mise à jour des pilotes est une disquette contenant les +nouvelles versions des pilotes pour le matériel ou des +corrections de bogues nécessaires à l'installation. +
+
+Retour à la page de démarrage +
+

Sélection du mode vidéo

+Pressez F2 pour obtenir la liste des modes vidéo que +supporte votre carte graphique. Le mode le plus élevé que +peut afficher votre écran est +présélectionné.
+
+Il est possible que votre écran ne puisse pas être +détecté automatiquement. Dans ce cas, sélectionnez +votre mode préféré manuellement.
+
+Si votre système rencontre des problèmes avec la carte +graphique lors de l'installation, le mode textuel peut vous +permettre de contourner le problème. +
+
+Retour à la page de démarrage +
+

Sélection de la langue et de la disposition du clavier

+Pressez F4 pour changer la langue et la disposition du +clavier utilisées par le chargeur d'amorçage. +
+
+Retour à la page de démarrage +
+

Source d'installation

+Pressez F3 pour choisir une source d'installation.
+
+Cela revient au même que l'utilisation de l'option +d'amorçage installer. +
+
+Retour à la page de démarrage +
+

Installation

+Sélectionnez Installation pour démarrer +l'installation par défaut. Les options d'amorçage +entrées sont utilisées lors du +démarrage. Cet élément active de nombreuses +fonctionnalités du matériel couramment +disponible.
+
+
+
+Retour à la page de démarrage +
+

Amorcer depuis le disque dur

+Sélectionnez Amorcer le système installé +pour démarrer le système installé sur votre disque +dur local. Ce système doit être installé +correctement parce qu'uniquement le secteur maître +d'amorçage (MBR, Master Boot Record) du premier disque dur est +démarré. L'ID matériel du premier disque dur est +fourni par le BIOS de l'ordinateur.
+
+Utilisez cette option si vous avez oublié de retirer le CD ou le +DVD du lecteur et que vous voulez démarrer l'ordinateur depuis +le disque dur.
+
+
+
+Retour à la page de démarrage +
+

Installation -- ACPI désactivé

+Certains matériels très récents peuvent +nécessiter +ACPI qui remplace +complètement l'ancien système APM pour contrôler la +gestion des interruptions.
+
+Sélectionnez Installation -- ACPI désactivé +si vous avez des problèmes lors de l'amorçage du noyau. +Les problèmes connus avec ACPI sont : +
+
+* gel du noyau lors de l'amorçage
+* cartes PCI incorrectement détectées ou +initialisées
+
+
+
+Retour à la page de démarrage +
+

Installation -- Mode sécurisé

+Sélectionnez Installation -- Mode sécurisé +si votre système reste bloqué lors de l'installation ou +si des erreurs non reproductibles se produisent. Cette option +désactive DMA pour les périphériques IDE et toutes +les fonctions de gestion de l'énergie. +Voyez également les options de noyau pour apm, +acpi et ide. +
+
+Retour à la page de démarrage +
+

Système de secours

+Le système de secours est un petit système RAM +de base. Depuis ce système, il est possible de procéder +à tous les types de changements sur votre système +installé. Étant donné que ce système ne +dispose que d'outils de bas niveau, il est réservé aux +experts.
+
+
+
+Retour à la page de démarrage +
+

Test de mémoire

+Le test de mémoire inclus fournit de bonnes +possibilités de procéder à des tests de +contraintes du matériel d'un système. Son objectif +principal est de détecter des RAM défectueux mais il +teste également beaucoup d'autres parties du système.
+Cependant, si aucune erreur n'est trouvée, cela ne +présente aucune garantie quant à la qualité de la +mémoire bien que la plupart des défauts de mémoire +soient détectés.
+
+
+Retour à la page de démarrage +
+

Options d'amorçage

+Il existe deux types d'options d'amorçage disponibles. D'une +part, les options qui affectent le programme d'installation, d'autre +part les options de noyau. Certaines des options courantes sont :
+
+a) options du programme d'installation
+
+installer -- sélectionner une source +d'installation
+options réseau -- options réseau
+options vnc -- options pour l'installation via VNC +
+
+b) options de noyau
+
+splash -- détermine le comportement de +l'écran de démarrage (splash screen)
+apm -- interrupteur de gestion d'énergie
+acpi -- interface avancée de configuration +et énergie
+ide -- contrôle du sous-système IDE
+
+
+Retour à la page de démarrage +
+

Options du programme d'installation : installer

+Par défaut, la source d'installation est recherchée dans +les CD locaux. +Pour une installation à travers le réseau, +sélectionnez l'option installer. Les protocoles +d'installation possibles sont
+* FTP
+* NFS
+* HTTP
+La syntaxe à utiliser est simplement comme celle des URL +standards. Par exemple, si votre serveur se trouve à l'adresse +192.168.0.1 et vous voulez procéder à une installation +basée NFS depuis le répertoire /install de ce serveur, +spécifiez la source comme suit :
+
+install=nfs://192.168.0.1/install
+
+Soit la carte réseau sera configurée avec dhcp, +soit vous devrez spécifier les paramètres vous-même +comme décrits dans les options réseau.
+
+
+Retour aux options d'amorçage +
+

Options de noyau : splash

+L'écran de démarrage (splash screen) est l'image +affichée durant l'amorçage du système.
+
+splash=0
+
+L'écran de démarrage est désactivé. Ceci +peut être utile avec de très vieux moniteurs ou lorsqu'une +erreur se produit.
+
+splash=verbose
+
+Active l'écran de démarrage, les messages de noyau et +d'amorçage sont également affichés.
+
+splash=silent
+
+Active l'écran de démarrage, les messages ne sont pas +affichés. À la place, une barre de progression est +affichée.
+
+Retour aux options d'amorçage +
+

Options du programme d'installation : options réseau

+Il est possible de configurer l'interface réseau dès +maintenant. Le matériel sera détecté plus tard par +YaST2. Le jeu minimum d'options pour configurer votre carte +réseau consiste en l'IP d'hôte et le masque réseau. +Par exemple :
+
+hostip=192.168.0.10 netmask=255.255.255.0
+
+ou, en plus court :
+
+hostip=192.168.0.10/24
+
+Si vous spécifiez une installation basée réseau +et ne définissez aucune de ces +options, le programme d'installation essaie de configurer l'interface +réseau avec dhcp. Si vous nécessitez une +passerelle par défaut, spécifiez-le avec l'option gateway. +Par exemple :
+
+gateway=192.168.0.8
+
+
+Retour aux options d'amorçage +
+

Options du programme d'installation : vnc

+Pour activer l'installation VNC, spécifiez les paramètres +vnc et vncpassword :
+
+vnc=1 vncpassword=example
+
+Le serveur VNC sera démarré et vous pourrez +contrôler YaST2 à travers n'importe quel client VNC depuis +un système à distance.
+
+
+Retour aux options d'amorçage +
+

Options de noyau : apm

+APM est l'une des stratégies de gestion de l'énergie +utilisée sur les ordinateurs courants. Elle est utilisée +principalement sur les ordinateurs portables pour des fonctions telles +que la mise en veille, mais peut également être +responsable de l'arrêt de l'ordinateur après sa mise hors +tension. APM dépend d'un BIOS fonctionnant correctement. Si le +BIOS est déterioré, APM peut n'être que d'une +utilité limitée ou même empêcher votre +ordinateur de fonctionner. Dans ce cas, il peut être +désactivé à l'aide du paramètre
+
+apm=off -- désactiver APM complètement
+
+Certains ordinateurs très récents peuvent être +équipés du système plus récent ACPI. +
+
+Retour aux options d'amorçage +
+

Options de noyau : acpi

+ACPI (Advanced Configuration and Power Interface) est un standard qui +définit les interfaces de gestion d'énergie et de +configuration entre un système d'exploitation et le BIOS. Par +défaut, acpi est activé lorsqu'un BIOS +ultérieur à l'année 2000 est +détecté. Il existe plusieurs paramètres +utilisés couramment pour contrôler le comportement de ACPI +:
+
+pci=noacpi -- ne pas utiliser ACPI pour router les +interruptions PCI
+acpi=oldboot -- uniquement les parties de ACPI qui +relèvent de l'amorçage restent activées
+acpi=off -- désactiver ACPI complètement
+acpi=force -- activer ACPI même si votre BIOS est +antérieur à 2000
+
+En particulier dans le cas d'ordinateurs récents, il remplace +l'ancien système apm. +
+
+Retour aux options d'amorçage +
+

Options de noyau : ide

+À la différence de SCSI, IDE est utilisé +couramment sur la plupart des postes de travail de bureau. Pour +réduire certains problèmes matériels qui se +produisent avec les systèmes IDE, utilisez le paramètre +de noyau :
+
+ide=nodma -- désactiver dma pour les +périphériques IDE
+
+
+Retour aux options d'amorçage + +
+

Sélection du type de logiciel

+ +Vous avez le choix entre installer la version 32 bits ou la version 64 bits de SUSE LINUX. + +

Retour à la page de démarrage + + + diff --git a/help-install.hu.html b/help-install.hu.html new file mode 100644 index 0000000..19f6fb6 --- /dev/null +++ b/help-install.hu.html @@ -0,0 +1,176 @@ + + + + + + +
+

Rendszertöltő súgó

Üdvözli a &product;

Válassza ki a kívánt funkciót ebből a menüből. Ha gondot okoz a súgórendszerben mozgás, az F1 megnyomásával hívja elő a súgórendszer leírását. A menü legfontosabb funkciói:

+ +Rendszerindítás merevlemezről: Ez a lehetőség semmit nem módosít a rendszeren. Mindössze elindítja a már korábban telepített operációs rendszert.

+ +Telepítés: Ez a telepítési mód a legtöbb gépen működik. Ha rendszerindítás közben lefagyást észlel, vagy problémák jelentkeznek a hardverkomponensek (például lemezvezérlők vagy hálózati kárták) felismerése során, akkor próbálkozzon meg az alábbi telepítési lehetőségekkel.

+ +Telepítés -- ACPI letiltva: Nagyon sok mai számítógépen nem teljes vagy hibás az ACPI megvalósítása. Ez a menüpont letiltja a kernel ACPI-támogatását, ugyanakkor megtart számos további teljesítménynövelő funkciót, például az IDE-merevlemezek DMA-támogatását.

+ +Telepítés -- Biztonságos beállítások: Ha a Telepítés mód nem bizonyult megfelelőnek, ez a mód lehet, hogy megoldja a problémát.

+ +Rendszer-helyreállítás: Ez a rendszerkép egy kisméretű rendszert indít el RAM-ból. Akkor hasznos, ha a rendszer nem megfelelően indul. A rendszer betöltése után jelentkezzen be root felhasználóként.

+ +Memóriateszt: A memóriatesztelés nemcsak az újonnan behelyezett memóriamodulok ellenőrzésére jó. Ez a nyúzóteszt a rendszer nagy részét leterheli és alkalmas lehet hardverproblémák kimutatására.

+ +Rendszerindítási paraméterek: A rendszerindítási paraméterek teljesen megváltoztathatják a rendszer viselkedését. Ezek a kernel beállításai.

+ +F1 súgó: Környezetérzékeny súgó. A rendszerindítási képernyő aktív elemétől függően más és más képernyőket jelenít meg. Magáról a súgórendszerről is található leírás.

+ +F2 Videomód: Itt választhatja ki a telepítés során használt képernyőfelbontást. Ha probléma van a grafikus telepítéssel, lehet, hogy a szöveges mód kerülő megoldást biztosít.

+ +F3 Telepítés forrása: Válassza ki a telepítés forrását.

+ +F4 Nyelv: Adja meg a rendszertöltő által használt nyelvi és billentyűzetbeállításokat.

+ +F5 Meghajtóprogram-frissítés: Nagyon új gépek esetében szükséglehet egy meghajtóprogram frissítésére a rendszer telepítéséhez.

+ +
+

A súgórendszer használata

A rendszertöltő online súgója környezetérzékeny. Információt nyújt a kiválasztott menüelemről, vagy ha a rendszerindítási paramétereket módosítja, akkor megpróbál információt adni arról a paraméterről, amelyen a kurzor éppen áll.
+
Navigációs billentyűk

+ + Felfelé nyíl: az előző hivatkozás kiemelése
+ Lefelé nyíl: a következő hivatkozás kiemelése
+ Bal nyíl, Backspace: visszatérés az előző témakörre
+ Jobb nyíl, Enter, szóköz: következő hivatkozás
+ Page Up: egy oldallal feljebb ugrás
+ Page Down: egy oldallal lejjebb ugrás
+ Home: oldal elejére ugrás
+ End: oldal végére ugrás
+ Esc: kilépés a súgóból
+ +

Visszatérés a Kezdőoldalra + +
+

Meghajtóprogram frissítése

Ha egy meghajtóprogram-frissítő hajlékonylemezt vagy CD-t kíván használni, nyomja meg az F5 billentyűt. A rendszertöltő a Linux kernel betöltése után felszólítja a meghajtóprogram-frissítő adathordozó behelyezésére.

A meghajtóprogram-frissítő általában egy hajlékonylemez, amelyen a telepítés során szükséges hardver-meghajtóprogram legújabb változata vagy hibajavítása található.

Visszatérés a Kezdőoldalra + + +
+

Videomód kiválasztása

Nyomja meg az F2 gombot a grafikus kártya által támogatott videomódok listájának lekéréséhez. A monitor által támogatott legnagyobb felbontás alapértelmezésként ki van választva.

Előfordulhat, hogy nem sikerül a monitor automatikus felismerése. Ebben az esetben válassza ki kézzel a preferált módot.

Ha gondok vannak a grafikus kártyával a telepítés során, a szöveges mód nyújthat kerülő megoldást.

Visszatérés a Kezdőoldalra + + +
+

Nyelv és billentyűzetkiosztás kiválasztása

Az F4 gombbal módosíthatja a rendszertöltő által használt nyelvet és billentyűzetkiosztást.

Visszatérés a Kezdőoldalra + + +
+

Telepítés forrása

Az F3 megnyomásával választható ki a telepítés forrása.

Ez ugyanaz, mint az install paraméter használata.

Visszatérés a Kezdőoldalra + + +
+

Telepítés

A Telepítés lehetőség kiválasztásával indul az alapértelmezett telepítés. A beírt rendszerindítási paraméterek alkalmazásra kerülnek. Ez a lehetőség a szokásosan elérhető hardvereszközök számos funkcióját aktiválja.



+ +

Visszatérés a Kezdőoldalra + + +
+

Indítás merevlemezről

A Telepített OS indítása lehetőséggel indítható el a helyi merevlemezen telepített rendszer. A rendszert helyesen kell telepíteni, mert csak az első merevlemez mester rendszerindító rekordja (MBR) kerül indításra. Az első merevlemez eszközazonosítóját a számítógép BIOS-a biztosítja.

Ez akkor hasznos, ha bentfelejtett a CD-t vagy DVD-t a meghajtóban, és feltétlenül a merevlemezről kívánja elindítani a rendszert.



+ +

Visszatérés a Kezdőoldalra + + +
+

Telepítés -- ACPI letiltva

A SUSE Linuxban a 2.6-os kernel ACPI támogatása elérhető a stabil 2.4-es kernelhez is. A nagyon friss hardvereszközök néha igénylik az ACPI meglétét a megszakítások kezeléséhez. Az ACPI teljesen felváltja a régi APM rendszert..

Ha problémákba ütközik a kernel indítása során, válassza a Telepítés -- ACPI letiltva lehetőséget. Ismert problémák hibás ACPI-vel rendelkező gépek esetén:

* a kernel lefagy rendszerindítás közben
* a PCI kártyák nem kerülnek felismerésre, vagy nem sikerül tökéletesen inicializálni őket.



+ + +

Visszatérés a Kezdőoldalra + + +
+

Telepítés -- Biztonságos beállítások

Ha telepítés közben lefagyásokat vagy nem megismételhető hibákat észlel, válassza a Telepítés -- Biztonságos beállítások lehetőséget. Ez a beállítás letiltja az IDE-meghajtók DMA-támogatását és az összes tápellátás-felügyeleti funkciót. Tekintse meg továbbá az apm, az acpi és az ide paramétereket is.

Visszatérés a Kezdőoldalra + + +
+

Rendszer-helyreállítás

A Rendszer-helyreállítás egy kisméretű, RAM-lemez alapú rendszer. Innen lehetséges egy már telepített rendszer mindenféle módosításainak elvégzése. Mivel ebben a rendszerben csak alacsonyszintű eszközök érhetők el, használatát csak szakembereknek javasoljuk



+ +

Visszatérés a Kezdőoldalra + + +
+

Memóriateszt

A mellékelt Memóriateszt remek lehetőséget nyújt egy rendszer hardvereszközeinek nyúzótesztelésére. Elsődleges célja természetesen a hibás RAM-modulok azonosítása, de a rendszer egyéb részeit is terheli.
Az, hogy a rendszer nem talál hibát, még nem garancia a memória tökéletességére, bár a legtöbb hiba előjön a vizsgálat során.

+ +

Visszatérés a Kezdőoldalra + + +
+

Rendszerindítási paraméterek

Kétféle rendszerindítási paraméter használható. Egyes paraméterek a telepítőprogram működését befolyásolják. Mások pedig a kernel működését. Néhány a leggyakoribb paraméterek közül:

a) telepítési beállítások
+
+ install -- telepítési forrás megadása
+ hálózati beállítások -- a hálózati beállítások
+ vnc beállítások -- beállítások VNC-n keresztüli telepítéshez

b) kernelbeállítások
+
+ splash -- a rendszerindító képernyő viselkedésének beállítása
+ apm -- tápellátás-felügyelet átkapcsolása
+ acpi -- Speciális beállítási és tápellátási felület (Advanced Configuration and Power Interface)
+ ide -- az IDE-alrendszer szabályozása

+ +

Visszatérés a Kezdőoldalra + +
+

Telepítési beállítások: install

Alapértelmezés szerint telepítési forrásként a helyi CD-olvasókat keresi végig a rendszer. Hálózati telepítéshez az install paramétert kell használni. A telepítéshez használható protokollok:
* FTP
* NFS
* HTTP
A szintaxis pontosan olyan, mint a szokásos URL-eké. Ha például a szerver a 192.168.0.1 címen található és a szerver /install könyvtárából kíván NFS alapú telepítést végrehajtani, akkor így kell megadni a forrást:

+ + install=nfs://192.168.0.1/install

A hálózati kártya beállítása történhet dhcp segítségével, vagy a hálózati beállítások között bemutatott módon megadhatók kézzel a paraméterek.
+ +

Visszatérés a Rendszerindítási beállításokhoz + +
+

Kernelbeállítások: splash

A rendszerindító képernyő az a kép, amelyet a rendszer indulás közben megjelenít.
+
+splash=0

Nem látható rendszerindító képernyő Ez nagyon régi monitorok esetén lehet hasznos, vagy egyes hibák előfordulása esetén.
+
+splash=verbose

A rendszerindító képernyő, valamint a kernel- és rendszerindítási üzenetek egyaránt látszanak.
+
+splash=silent

Megjelenik a rendszerindító képernyő, de üzenetek nem láthatók. Ehelyett egy folyamatjelző jelenik meg a képernyőn.

+
Visszatérés a Rendszerindítási beállításokhoz + +
+

Telepítési beállítások: Hálózati beállítások

Itt közvetlenül be lehet állítani a hálózati csatolót. A YaST2 a hardvert majd később felismeri. A hálózat beállításának minimális szintje a gép IP-címének és alhálózati maszkjának megadása. Például:

+ + hostip=192.168.0.10 netmask=255.255.255.0
+
vagy rövidebb formában:

+ + hostip=192.168.0.10/24
+
Ha hálózati alapú telepítést ír elő, de nem adja meg ezeket a paramétereket, akkor a telepítőprogram dhcp segítségével próbálja meg beállítani a hálózati csatolót. Ha szükséges, az alapértelmezett átjáró a gateway paraméterrel adható meg. Például:

+ + gateway=192.168.0.8

+ +

Visszatérés a Rendszerindítási beállításokhoz + +
+

Telepítési beállítások: vnc

A VNC-telepítés bekapcsolásához a vnc és vncpassword paramétereket kell megadni:

+ + vnc=1 vncpassword=mintajelszó

Elindul a VNC szerver és a YaST2 távolról, VNC-kliensen keresztül vezérelhető

+ +

Visszatérés a Rendszerindítási beállításokhoz
+

Kernelbeállítások: apm

Az APM a mai gépeken használt kétféle tápellátás-felügyeleti rendszer egyike. Általában noteszgépeken használatos olyan funkciókra, mint a rendszer felfüggesztése a memória lemezre írásával, de ez felelős a kikapcsolás után a számítógép lekapcsolásáért is. Az APM használhatához egy helyesen működő BIOS-ra van szükség. Ha a BIOS sérült, akkor előfordulhat, hogy az APM csak korlátozott mértékben használható, sőt, az is, hogy miatta nem működik a számítógép. Éppen ezért kikapcsolható az alábbi paraméterrel:

+ + apm=off -- az APM teljes kikapcsolása

Néhány újabb számítógép a modernebb ACPI rendszert használja.

Visszatérés a Rendszerindítási beállításokhoz + +
+

Kernelbeállítások: acpi

Az ACPI (Advanced Configuration and Power Interface) nevű szabvány az operációs rendszer és a BIOS közötti tápellátási és konfiguráció-felügyeleti illesztőket definiálja. Alapértelmezés szerint az acpi paraméter bekapcsolásra kerül, ha 2000-nél frissebb BIOS-t észlel a telepítőprogram. Az ACPI működése többféle módon is szabályozható:
+
+ pci=noacpi -- ne az ACPI irányítsa át a PCI-megszakításokat acpi=oldboot -- az ACPI-nek csak a rendszerindításhoz kapcsolódó részei kerülnek aktiválásra

+ acpi=off -- az ACPI teljes kikapcsolása
+ acpi=force -- az ACPI bekapcsolása még akkor is, ha a BIOS 2000-nél régebbi
+
Különösen új számítógépeken az ACPI teljesen felváltja a régebbi apm rendszert.

Visszatérés a Rendszerindítási beállításokhoz + +
+

Kernelbeállítások: ide

Szemben az SCSI illesztővel, az IDE-felület szinte minden asztali munkaállomásban megtalálható. Az IDE-rendszerekkel kapcsolatban előforduló esetleges hardverproblémák elkerüléséhez használható a következő paraméter:

+ + ide=nodma -- a DMA-kezelés kikapcsolása az IDE-meghajtók számára

+ +
+

Szoftvertípus kiválasztása

+ +Telepítheti a SUSE LINUX akár 32, akár 64 bites változatát. + +

Visszatérés a Kezdőoldalra + + +

Visszatérés a Rendszerindítási beállításokhoz. diff --git a/help-install.it.html b/help-install.it.html new file mode 100644 index 0000000..9ed4377 --- /dev/null +++ b/help-install.it.html @@ -0,0 +1,401 @@ + + + + + + +
+

Boot Loader Help

+Benvenuti a &product;

+ +Tramite questo menu potete selezionare la funzione desiderata. Se doveste +incontrare delle difficoltà navigando attraverso questo sistema di aiuto, +premete F1 per avere la descrizione del +sistema di aiuto. Le funzioni principali del menu sono:

+ +Boot dal disco rigido: Questa selezione non +va ad incidere sul vostro sistema, avvia solamente un sistema operativo +installato in precedenza.

+ +Installazione: +Questa modalità di installazione funziona sulla maggior parte delle +macchine. Se il sistema si blocca durante il processo di boot o si verificano +delle difficoltà in relazione al rilevamento delle vostre componenti hardware, +come ad esempio controller di dischi o schede di rete, provate con una +delle seguenti opzioni di installazione.

+ +Installazione -- ACPI disabilitato: Molti dei computer +attualmente in commercio hanno delle implementazioni ACPI incomplete o +errate. Questa selezione disabilita il supporto ACPI nel kernel, ma rimangono +comunque abilitate tante caratteristiche interessanti da un punto di vista della +performance, come ad esempio DMA per dischi rigidi +IDE.

+ +Installazione -- Safe Settings: Se la voce +Installazione non ha portato al risultato sperato, questa voce +potrebbe risolvere il problema.

+ +Sistema di salvataggio: Questa immagine di boot +avvia un piccolo sistema Linux nella RAM. Ciò è utile se il sistema non +si avvia correttamente. Dopo il boot del sistema, eseguite il log in come root. +

+ +Verifica della memoria: Questa verifica è +utile non solo per controllare l'installazione di nuovi moduli di memoria. +Si tratta di una dura prova per la maggior parte del vostro sistema e potrebbe +rilevare dei problemi dovuti all'hardware.

+ +Opzioni di boot: Le opzioni di boot possono cambiare +completamente il comportamento del vostro sistema. Si tratta di settaggi +per il kernel.

+ +F1 Aiuto: Si tratta di un tasto che risponde in base +al contesto in cui viene utilizzato. Mostrerà differenti schermate in base +all'elemento attivo della schermata di avvio. Vi è inoltre una descrizione +del sistema di aiuto.

+ +F2 Modo video: Qui potete scegliere tra differenti +risoluzioni dello schermo durante il processo di installazione. Se incontrate +delle difficoltà con l'installazione grafica, il modo testo potrebbe +essere un modo per aggirare le difficoltà.

+ +F3 Origine di installazione: Selezionate l'origine di +installazione.

+ +F4 Lingua: Impostate la lingua e la mappatura della +tastiera utilizzate dal boot loader.

+ + + +F5 Aggiornamento driver: Per pochissime macchine +recenti potrebbe essere necessario un aggiornamento dei driver per poter installare +il sistema.

+ +
+

Utilizzare il sistema di aiuto

+ +L'aiuto in linea del boot loader dipende dal contesto; fornisce delle +informazioni sulla voce di menu selezionata, se state modificando delle +opzioni di boot, cercherà di reperire dell'informazioni relative all' opzione +su cui è posizionato il cursore.
+
+Tasti di navigazione

+ + Freccia su: evidenzia link precedente
+ Freccia giù: evidenzia prossimo link
+ Freccia sinistra, Backspace: ritorna al topic precedente
+ Freccia destra, Invio, Spazio: segui il link
+ Pag Su: scorri su di una pagina
+ Pag Giù: scrorri giù di una pagina
+ Home: vai alla pagina iniziale
+ Fine: vai alla fine della pagina
+ Esc: esci
+ +

Ritorna alla Pagina iniziale + +
+

Aggiornamento driver

+ +Se vi serve un dischetto o CD-Rom con aggiornamenti di driver, +premete F5. Il boot loader vi chiederà di inserire il +dispositivo dopo aver caricato il kernel di Linux.

+ +Di solito si tratta di un dischetto con le nuove versioni dei +driver di hardware o bug fix richiesto durante l'installazione. + +

Ritorna alla Pagina iniziale + + +
+

Selezione modo video

+ +Premendo F2 ottenete un elenco dei modi video supportati +dalla vostra scheda grafica. E' preselezionato il modo più elevato +supportato dal vostro schermo.

+ +A volte succede che il monitor non venga rilevato automaticamente. +In questi casi, selezionate il vostro modo preferito manualmente. +

+ +Se il vostro sistema incontra delle difficoltà con la scheda grafica +durante il processo di installazione, il modo testo +potrebbe essere un modo utile per aggirare il problema. + +

Ritorna alla Pagina iniziale + + +
+

Selezione lingua e mappatura della tastiera

+ +Premete F4 per cambiare la lingua e mappatura della +tastiera utilizzate dal boot loader. + +

Ritorna alla Pagina iniziale + + +
+

Origine di installazione

+ +Premete F3 per selezionare un origine di installazione.

+ +Corrisponde alla opzione di boot install. + +

Ritorna alla Pagina iniziale + + +
+

Installazione

+ +Selezionate Installazione per avviare l'installazione di +default. Le opzioni di boot immesse vengono +utilizzate in fase di avvio. Questa voce abilita una serie di feature +di hardware largamente diffuso.

+ +

Ritorna alla Pagina iniziale + + +
+

Boot dal disco rigido

+ +Selezionate Boot SO installato per avviare il sistema +installato sul vostro disco rigido locale. Il sistema deve essere installato +correttamente, perché viene lanciato solo l'MBR (Master Boot Record) +sul primo disco rigido. L'ID di dispositivo del primo disco rigido +viene fornito dal BIOS del computer.

+ +Utilizzate questa opzione se avete dimenticato di estrarre il +CD o DVD dal lettore e volete avviare il computer dal disco +rigido.

+ +

Ritorna alla Pagina iniziale + + +
+

Installazione -- ACPI disabilitata

+ +Hardware molto recente richiede +a volte l'ACPI per amministrare gli interrupt. L'ACPI prende il posto +del più datato sistema APM.

+ +Selezionate Installazione -- ACPI disabilitata se doveste +incontrare delle difficoltà durante il processo di boot del kernel. +Le difficoltà risapute con macchine che non si sposano bene con +ACPI sono: +

+ + * blocco del kernel in fase di boot
+ * le schede PCI non vengono rilevate o non vengono inzializzate + correttamente

+ + +

Ritorna alla Pagina iniziale + + +
+

Installation -- Safe Settings

+ +Selezionate Installazione -- Safe Settings nei casi in +cui il sistema si blocchi durante il processo di installazione o +si verificano degli errori per certi versi inspiegabili. Questa opzione +disabilita il DMA per drive IDE e tutte le feature in tema di risparmio +energetico. Si vedano anche le opzioni del kernel per +apm, acpi e +ide. + +

Ritorna alla Pagina iniziale + + +
+

Sistema di salvataggio

+ +Il Sistema di salvataggio è un piccolo sistema di base +nella RAM disk. Da lì è possibile apportare tutta una serie di modifiche +al sistema installato. Dato che in questo sistema sono a disposizione +solamente tool low-level, questa opzione è indicata solo per utenti +esperti.

+ +

Ritorna alla Pagina iniziale + + +
+

Verifica della memoria

+ +La Verifica della memoria dà l'opportunità di +mettere a dura prova l'hardware del sistema. Scopo principale della verifica +è quello di rilevare disfunzioni della RAM, ma sottopone a dura prova +anche altre componenti del sistema.
+ +Se non vengono rilevati degli errori nella memoria +questo non è una garanzia per il fatto che tutto sia a posto, comunque +verranno rilevati la maggior parte degli errori.
+ +

Ritorna alla Pagina iniziale + + +
+

Opzioni di boot

+ +Sono disponibili due tipi di opzioni. Le prime interessano +l'installer. Le seconde sono opzioni che interessano il kernel. +Tra le opzioni più comuni vi sono:

+a) opzioni per l'installer
+
+ install -- seleziona una origine di installazione
+ network options -- le opzioni di rete
+ vnc options -- opzioni per l'installazione via VNC +

+b) opzioni per il kernel
+
+ splash -- influisce sul comportamento dello splash screen
+ apm -- interessa le funzioni di risparmio energetico del sistema
+ acpi -- advanced configuration and power interface
+ ide -- controlla il sottosistema IDE
+ +

Ritorna alla Pagina iniziale + +
+

Opzioni dell'installer: install

+ +Di default, si cercano i CD-Rom locali quale origine di installazione. +Se eseguite l'installazione via rete, selezionate l'opzione +install. Protocolli di installazione possibili sono
+ * FTP
+ * NFS
+ * HTTP
+La sintassi da utilizzare corrisponde a quella delle URL standard. +Ad esempio, se il vostro server ha l'indirizzo 192.168.0.1 e volete +installare tramite NFS dalla directory /install che risiede su questo +server, specificate l'origine di installazione nel modo seguente:

+ + install=nfs://192.168.0.1/install

+ +La scheda di rete viene configurata tramite dhcp oppure +potete specificate i parametri voi stessi come descritto nelle +opzioni di rete.
+ +

Ritorna alle Opzioni di boot + +
+

Opzioni per il kernel: splash

+ + +Lo splash screen è la grafica visualizzata durante l'avvio del sistema.
+
+splash=0

Lo splash screen è disattivato, opzione +utile con monitor davvero datati o se si verificano delle difficoltà.
+
+splash=verbose

Attiva lo splash screen, e mostra +messaggi del kernel e di boot.
+
+splash=silent

+Attiva lo splash screen, senza visualizzare dei messaggi. Viene mostrata +invece una barra di avanzamento.
+
+Ritorna alle Opzioni di boot + +
+

Opzioni per l'installer: opzioni di rete

+ +Potete configurare l'interfaccia di rete adesso. L'hardware verrà rilevato +in un secondo momento da YaST2. Per configurare la scheda di rete +dovrete almeno impostare l'indirizzo IP dell'host e la maschera di rete. +Per esempio:

+ + hostip=192.168.0.10 netmask=255.255.255.0
+
+o in forma più breve:

+ + hostip=192.168.0.10/24
+
+ +Se avete specificato installazione via rete +senza specificare questi due valori, l'installer tenderà di configurare +l'interfaccia di rete tramite dhcp. Se vi serve un gateway +di default, specificatelo tramite l'opzione gateway. Ad +esempio:

+ + gateway=192.168.0.8
+ +

Ritorna alle Opzioni di boot + + +
+

Opzioni per l'installer: vnc

+ +Per abilitare una installazione VNC, specificate i parametri + vnc e la vncpassword:

+ + vnc=1 vncpassword=esempio

+ +Il server VNC si avvierà e potrete gestire YaST2 tramite un client +VNC qualsiasi da remoto.
+ +

Ritorna alle Opzioni di boot + + +
+

Opzioni per il kernel: apm

+ +APM è una delle due strategie da poter applicare in tema +di risparmio energetico su computer comunemente diffusi. +Si usa soprattutto con portatili per funzioni del tipo suspend +to disk, ma può essere anche preposto allo spegnimento del +computer dopo lo shutdown. APM si basa sul corretto funzionamento +del BIOS. Se il BIOS non funziona a dovere, l'utilità dell'APM +si riduce notevolmente o può addirittura compromettere il +funzionamento del computer. Per tale ragione avete la possibilità di +disabilitarlo tramite questo parametro:

+ + apm=off -- disattiva completamente APM

+ +Su alcuni computer recentissimi si potrà trarre beneficio da +ACPI più recenti. + + +

Ritorna alle Opzioni di boot + + +
+

Opzioni per il kernel: acpi

+ +ACPI (Advanced Configuration and Power Interface) è uno +standard di interfaccia posta tra sistema operativo e BIOS. +Di default, acpi è attivata se è stato rilevato un BIOS +del dopo 2000. Vi sono una serie d parametri per intervenire +sul comportamento dell' ACPI:
+
+ pci=noacpi -- non utilizzare ACPI per gestire gli interrupt PCI
+ acpi=oldboot -- solo le parti dell'ACPI che sono rilevanti per il processo di boot rimangono attivate
+ acpi=off -- spegni completamente l'ACPI
+ acpi=force -- attiva ACPI anche se il BIOS è di un anno precedente al 2000
+
+Soprattutto su computer recenti, ACPI si sostituisce al vecchio +sistema apm. + + +

Ritorna alle Opzioni di boot + + +
+

Opzioni per il kernel: ide

+ +IDE - a differenza di SCSI- viene utilizzato di solito su postazioni di +lavoro desktop. Per aggirare degli eventuali problemi dovuti all' +hardware che si possono verificare con sistemi IDE, utilizzate il +parametro del kernel:

+ + ide=nodma -- spengi DMA per drive IDE
+ +

Ritorna alle Opzioni di boot + + +
+

Software Type Selection

+ +You have the choice to install the 32-bit or 64-bit version of SUSE LINUX. + +

Return to Start Page + + + + diff --git a/help-install.ja.html b/help-install.ja.html new file mode 100644 index 0000000..c2d3e3f --- /dev/null +++ b/help-install.ja.html @@ -0,0 +1,232 @@ + + + + + + +
+

ブートローダーヘルプ

&product;にようこそ

+ +このメニューを使用して、目的の機能を選択してください。 このヘルプシステムでうまくナビゲートできない場合、F1を押してヘルプシステムの説明に入ります。 このメニューの主な機能は、以下の通りです:

+ +ハードディスクからブート: この選択により、システムが影響を受けることはありません。 それまでにインストールされたオペレーティングシステムを起動するだけです。

+ +インストール: このインストールモードは、ほとんどのコンピュータで機能します。 ブート中にシステムがフリーズする場合、またはディスクコントローラやネットワークカードなどのハードウェアコンポーネントの検出に問題がある場合、次のインストールオプションを試してください。

+ +インストール -- ACPI無効: 現在販売されている多くのコンピュータはACPIを完全に実装していません。 この選択により、カーネルのACPIサポートは無効にされますが、IDEハードディスク用のDMAのような、多くのパフォーマンス機能は有効にされています。

+ +インストール -- セーフ設定: インストールがうまくいかなかった場合、このオプションを選択することで問題が解決されることがあります。

+ +システムの救済: このブート画像は、RAMで小さなLinuxシステムを起動します。 システムが正しく起動しない場合、この機能が役に立ちます。 このシステムをブートした後、ルートとしてログインします。

+ +メモリテスト: メモリテストは、新しいメモリモジュールのインストールをチェックする以上に役に立ちます。 これはコンピュータシステムの耐久度テストであり、ハードウェア問題を指摘することもあります。

+ +ブートオプション: ブートオプションは、システムの動作を完全に変更することがあります。 このオプションはカーネル用の設定です。

+ +F1ヘルプ: このヘルプは状況に依存します。 ブート画面のアクティブな要素に応じて、異なる画面を表示します。 使用できるこのヘルプシステムの説明も載っています。

+ +F2ビデオモード: インストールの間に、異なる画面解像度から選択してください。 グラフィカルでのインストールに関して問題が発生した場合、テキストモードが事前策になります。

+ +F3インストールソース: インストールソースを選択してください。

+ +F4言語: ブートローダで使用する言語とキーボードマッピングを設定します。

+ +F5ドライバ更新: 新しいコンピュータの場合、ドライバ更新はシステムのインストールに必要となります。

+ +
+

ヘルプシステムの使用

+ +ブートローダのオンラインヘルプは状況に依存します。 このヘルプは選択したメニュー項目についての情報を提供します。または、ブートオプションを編集している場合、カーソルを置いているオプションについての情報を調べようと試みます。

ナビゲーションキー

+ + 上矢印: 前のリンクを強調表示します
下矢印: 次のリンクを強調表示します
左矢印バックスペース: 前のトピックに戻ります
右矢印Enterスペース: リンクに続く
Page Up: 1ページスクロールアップ
Page Down: 1ページスクロールダウン
Home: 開始ページにジャンプ
End: 最終ページにジャンプ
Esc: ヘルプを終了
+ +

開始ページに戻る + +
+

ドライバ更新

+ +ドライバ更新用のフロッピーディスクかCD-ROMが必要な場合、F5を押してください。 ブートローダは、Linuxカーネルをロードした後にドライバ更新メディアを挿入するように求めます。

+ +ドライバ更新は、通常はインストール中に必要となるハードウェアドライバまたはバグフィックスの新しいバージョンをフロッピーディスクの形式で提供されます。 + +

開始ページに戻る + + +
+

ビデオモード選択

+ +F2を押して、グラフィックスカードがサポートするビデオモードのリストを取得します。 モニタが表示できるもっとも高いモードが事前選択されています。

+ +モニタが自動的に検出されないこともあります。 その場合、お好みのモードを手動で選択してください。

+ +インストール中にグラフィックスカードに問題が発生した場合、テキストモードが事前策になります。 + +

開始ページに戻る + + +
+

言語とキーボードのレイアウト選択

+ +F4を押すと、ブートローダが使用する言語とキーボードのレイアウトが変更されます。 + +

開始ページに戻る + + +
+

インストールソース

+ +F3を押して、インストールソースを選択します。

+ +このオプションは、インストールブートオプションの使用と同じです。 + +

開始ページに戻る + + +
+

インストール(N)

+ +インストールを選択して、デフォルトのインストールを開始します。 入力されたブートオプションは起動時に使用されます。 この項目は、広く使用できるハードウェアの多くの機能を有効にします。

+ +

開始ページに戻る + + +
+

ハードディスクからブート

+ +インストールされたOSをブートを選択して、ローカルハードディスクにインストールされたシステムを起動します。 最初のハードディスクのMBR (Master Boot Record)のみが起動するため、システムを正しくインストールする必要があります。 最初のハードディスクデバイスIDは、コンピュータのBIOSによって提供されます。

+ +ドライブからCDやDVDを取り出すのを忘れたが、ハードディスクからコンピュータを起動したい場合、このオプションをご使用ください。

+ +

開始ページに戻る + + +
+

インストール -- ACPI無効

+ +新しいハードウェアは割り込み処理をコントロールするために、ACPIを必要とすることがときどきあります。 ACPIは古いAPMシステムに完全に取って代わります。

+ +カーネルのブート中に問題が発生した場合、インストール – ACPIの無効を選択してください。 ACPIに問題があるコンピュータの既知の問題は、次の通りです:

+ + * ブート時にカーネルがフリーズする
* PCIカードが正しく検出されていないか、初期化されていません。

+ + +

開始ページに戻る + + +
+

インストール -- セーフ設定

+ +インストール中にハングアップする場合、または再生不可能なエラーが発生する場合、インストール – セーフ設定を選択します。 このオプションは、IDEドライブとすべての電源管理機能に対してDMAを無効にします。 apmacpiおよびideに対しては、カーネルオプションも参照してください。 + +

開始ページに戻る + + +
+

システムの救済

+ +システムの救済は、小さなRAMディスクベースシステムです。 ここから、インストールされたシステムに対してすべての種類の変更を行います。 このシステムでは、低レベルのツールしか使用できないため、このオプションは上級ユーザを対象にしています。

+ +

開始ページに戻る + + +
+

メモリテスト

+ +付属のメモリテストは、システムのハードウェアの耐久テストを行う絶好の機会を提供しています。 この主な目的は壊れたRAMを検出することですが、システムの他の多くの部分にストレスを加えることにもなります。
+ +ほとんどのメモリ欠陥は検出されますが、エラーが見つからなかったからといってメモリが正常であるという保証はありません。
+ +

開始ページに戻る + + +
+

ブートオプション

+ +使用できるブートオプションには2種類があります。 第1は、インストーラに影響を与えるオプションがあります。 第2は、カーネルオプションがあります。 さらに一般的なオプションには、次のものがあります。

a) インストーラオプション

インストール -- インストールソースを選択します
ネットワークオプション -- ネットワークオプション
vncオプション -- VNCを通してインストールするためのオプション

b) カーネルオプション

スプラッシュ -- スプラッシュ画面の動作に影響を与えます
apm -- 電源管理を切り替えます
acpi -- 詳細設定と電源インタフェース
ide -- IDEサブシステムをコントロールします
+ +

開始ページに戻る + +
+

インストーラオプション: インストール

+ +デフォルトで、ローカルのCD-ROMはインストールソースに対して検索されます。 ネットワークインストールの場合、インストールオプションを選択します。 使用可能なインストールプロトコルは
* FTP
* NFS
* HTTPです
使用する構文は標準のURLに似ています。 例えば、サーバが192.168.0.1で見つかり、このサーバのディレクトリ/インストールからNFSベースのインストールを行う場合、次のようにソースを指定します:

+ + install=nfs://192.168.0.1/install

+ +ネットワークカードはdhcpで設定されるか、ネットワークオプションで説明したように自分でパラメータを指定する必要があります。 + +

ブートオプションに戻る + +
+

カーネルオプション: スプラッシュ

+ + +スプラッシュスクリーンはシステム起動中に表示されるピクチャです。

splash=0

スプラッシュ画面がオフになります。 このオプションは古いモニタやエラーが発生した場合に役に立ちます。

splash=verbose

スプラッシュを有効にし、カーネルとブートメッセージを表示します。

splash=silent

スプラッシュを有効にしますが、メッセージは表示されません。 代わりに、進行状況バーが表示されます。

ブートオプションに戻る + +
+

インストーラオプション: ネットワークオプション

+ +ネットワークインタフェースを今すぐ設定することができます。 ハードウェアはYaST2によって後で検出されます。 ネットワークカードを設定するオプションの最低セットは、ホストIPとネットマスクで構成されます。 例:

+ + hostip=192.168.0.10 netmask=255.255.255.0

または、短いフォーム:

+ + hostip=192.168.0.10/24

+ +ネットワークベースのインストールを指定してこれらのオプションのどちらも指定しない場合、インストーラはdhcpでネットワークインタフェースを設定しようとします。 デフォルトのゲートウェアが必要な場合、オプションgatewayでこのゲートウェイをしています。 例:

+ + gateway=192.168.0.8
+ +

ブートオプションに戻る + +
+

インストーラオプション: vnc

+ +VNCインストーラを有効にするには、パラメータvncとvncpasswordを指定します:

+ + vnc=1 vncpassword=example

+ +VNCサーバーが起動し、リモートシステムから任意のVNCクライアントを通してYaST2をコントロールできます。
+ +

ブートオプションに戻る。 + +
+

カーネルオプション: apm

+ +APMは、現在のコンポーネントで使用される2つの電源管理ストラテジの1つです。 このオプションはサスペンド(ディスク)のような機能に対してノートPCで主に使用されますが、パワーダウンした後にコンピュータの電源をオフにする原因ともなります。 APMは正しく作動するBIOSに依存します。 BIOSが壊れた場合、APMの使用が制限されたり、コンピュータが機能しないこともあります。 従って、パラメータでオフにすることもできます

+ + apm=off -- APMを完全にオフにします

+ +一部の新しいコンピュータには、新しいACPIのメリットを受けられるものもあります。 + + +

ブートオプションに戻る + +
+

カーネルオプション: acpi

+ +ACPI (Advanced Configuration and Power Interface)は、オペレーティングシステムとBIOSの間の電源と設定管理インターフェイスを定義する標準です。 デフォルトで、acpiはBIOSが2000年より新しいものであることを検出するとオンになります。ACPIの動作をコントロールするために、いくつかのパラメータが使用されています:

pci=noacpi -- PCI割り込みをルーティングするためにACPIを使用しません acpi=oldboot -- 有効になったままの起動に関連するACPIのほんの一部です
acpi=off -- ACPIを完全にオフにします
acpi=force -- BIOSが2000年以前の日付でもACPIをオンにします

特に新しいコンピュータでは、古いapmシステムに取って代わります。 + + +

ブートオプションに戻る + +
+

カーネルオプション: ide

+ +SCSIと異なり、IDEはほとんどのデスクトップワークステーションで広く使用されています。 IDEシステムに発生したハードウェア問題を回避するために、カーネルパラメータを使用してください。

+ + ide=nodma -- IDEドライブに対してDMAを切り替えます
+ + + +

ブートオプションに戻る。 + + +
+

ソフトウェアタイプの選択

+ +SUSE LINUXの32ビットまたは64ビットバージョンをインストールする選択肢があります。 + +

開始ページに戻る + + + diff --git a/help-install.nb.html b/help-install.nb.html new file mode 100644 index 0000000..6eefeab --- /dev/null +++ b/help-install.nb.html @@ -0,0 +1,281 @@ + + + + + + +
+

Hjelp for oppstartslaster

+Velkommen til &product;

+ +Velg ønsket funksjon i denne menyen. Hvis du har problemer med å navigere i dette hjelpesystemet, trykk +F1 for å vise beskrivelsen av systemet. Hovedfunksjonene i denne menyen er:

+ +Start fra harddisk: Dette valget vil ikke endre systemet på noen måte. Det vil bare starte et tidligere installert operativsystem.

+ +Installasjon: Denne installasjonsmodusen fungerer på de fleste maskiner. Hvis systemet fryser under oppstart eller har problemer med å finne maskinvarekomponenter som diskkontrollere eller nettverkskort, kan du forsøke en av følgende installasjonsalternativer.

+ +Installasjon -- ACPI deaktivert: Mange datamaskiner som selges i dag, har mangelfull eller defekt ACPI-implementasjon. Dette valget deaktiverer ACPI-støtte i kjernen, men mange funksjoner for bedre ytelse vil fremdeles være aktivert, f.eks. DMA for IDE-harddisker.

+ +Installasjon -- sikker modus: Hvis installasjonen ikke var vellykket med valget Installasjon, kan dette valget løse problemet.

+ +Redningssystem: Oppstartsdiskbildet starter et lite Linux-system i RAM. Dette er nyttig hvis systemet ikke starter opp som det skal. Logg inn som rot etter at dette systemet er startet opp.

+ +Minnekontroll: Minnekontroll er nyttig for mer enn å søke etter nye minnemoduler ved installasjonen. Det er en viktig stresstest for datamaskinen som kan avsløre maskinvareproblemer.

+ +Oppstartsalternativer: Oppstartsalternativene kan endre systemets egenskaper fullstendig. De endrer innstillinger for kjernen.

+ +F1 Hjelp: Dette er kontekstfølsom informasjon. Skjermbildene som vises, avhenger av hvilket element på oppstartsskjermen som er aktivt. Det finnes også en beskrivelse av dette hjelpesystemet.

+ +F2 Skjermmodus: Her kan du velge ulike skjermoppløsninger under installasjonen. Hvis du støter på problemer under den grafiske installasjonen, kan tekstmodus være en løsning.

+ +F3 Installasjonskilde: Velg installasjonskilde.

+ +F4 Språk: Velg språk og tastaturoppsett som skal brukes av oppstartslasteren.

+ +F5 Driveroppgradering: For helt nye maskiner trenger du kanskje en driveroppgradering for å installere systemet.

+ +
+

Bruke hjelpesystemet

+ +Den elektroniske hjelpen for oppstartslasteren er kontekstfølsom. Den gir informasjon om det valgte menypunktet, og når du redigerer oppstartsalternativer, forsøker hjelpeprogrammet å søke etter informasjon om alternativet der skrivemerket befinner seg.
+
+Navigasjonstaster

+ + Pil opp: Merk forrige lenke
+ Pil ned: Merk neste lenke
+ Pil venstre, Backspace: Gå tilbake til forrige emne
+ Pil høyre, Enter, Mellomrom: Følg lenke
+ Page Up: Rull én side oppover
+ Page Down: Rull én side nedover
+ Home: Gå til begynnelsen av siden
+ End: Gå til slutten av siden
+ Esc: Avslutt hjelpen
+ +

Gå tilbake til startsiden + +
+

Driveroppgradering

+ +Trykk F5 hvis du trenger en oppgraderingsdiskett eller -CD-ROM. Oppstartslasteren ber deg om å sette inn mediet med driveroppgraderingen etter at Linux-kjernen er lastet.

+ +En driveroppgradering er normalt en diskett med nye versjoner eller rettelser av feil i maskinvaredrivere som er nødvendige under installasjon. + +

Gå tilbake til startsiden + + +
+

Valg av skjermmodus

+ +Trykk F2 for å vise listen over skjermmoduser som grafikkortet støtter. Den høyeste oppløsningen som skjermen kan bruke, er forhåndsvalgt.

+ +I noen tilfeller blir ikke skjermen funnet automatisk. I så fall må du velge modus manuelt.

+ +Hvis systemet har problemer med grafikkortet under installasjonen, kan tekstmodus løse problemet. + +

Gå tilbake til startsiden + + +
+

Valg av språk og tastaturoppsett

+ +Trykk F4 for å endre språket og tastaturoppsettet som oppstartslasteren bruker. + +

Gå tilbake til startsiden + + +
+

Installasjonskilde

+ +Trykk F3 for å velge en installasjonskilde.

+ +Dette er det samme som å bruke oppstartsalternativet install +. + +

Gå tilbake til startsiden + + +
+

Installasjon

+ +Velg Installasjon for å starte standardinstallasjonen. Velg +oppstartsalternativer som skal brukes ved oppstart. Her kan mange funksjoner for vanlige maskinvaretyper aktiveres.

+ +

Gå tilbake til startsiden + + +
+

Start fra harddisk

+ +Velg Start installert OS for å starte systemet som er installert på den lokale harddisken. Dette systemet må være riktig installert, fordi bare MBR (Master Boot Record) på første harddisk blir startet. Enhets-IDen for første harddisk defineres av datamaskinens BIOS.

+ +Bruk dette alternativet hvis du har glemt å ta ut en CD eller DVD fra stasjonen og ønsker å starte datamaskinen fra harddisken.

+ +

Gå tilbake til startsiden + + +
+

Installasjon -- ACPI deaktivert

+ +Ny maskinvare krever iblant ACPI for å kontrollere avbruddshåndteringen. ACPI erstatter alle funksjonene i det gamle APM-systemet.

+ +Velg Installasjon -- ACPI deaktivert hvis du får problemer ved å starte opp kjernen. Kjente problemer med maskiner med mangelfull ACPI-implementering:

+ + * kjernen fryser under oppstart
+ * PCI-kort blir ikke funnet eller blir ikke riktig initialisert

+ + +

Gå tilbake til startsiden + + +
+

Installasjon -- sikker modus

+ +Velg Installasjon -- sikker modus hvis installasjonen henger eller uforklarlige feil oppstår. Dette alternativet deaktiverer DMA for IDE-stasjoner og alle strømsparefunksjoner. Se også kjernealternativene for apm, +acpi og ide. + +

Gå tilbake til startsiden + + +
+

Redningssystem

+ +Redningssystemet er et lite grunnsystem som lastes inn i RAM-disken. Derfra kan alle typer endringer utføres i et installert system. Fordi bare lavnivåverktøy er tilgjengelige i dette systemet, er det beregnet på avanserte brukere.

+ +

Gå tilbake til startsiden + + +
+

Minnekontroll

+ +Minnekontrollen gir gode muligheter til å stressteste systemets maskinvare. Hovedformålet er å oppdage defekte minnebrikker, men kontrollen stresser også mange andre deler av systemet.
+ +Det er ingen garanti for at minnebrikkene er i orden selv om ingen feil blir registrert, men de fleste minnefeil blir funnet.
+ +

Gå tilbake til startsiden + + +
+

Oppstartsalternativer

+ +To typer oppstartsalternativer er tilgjengelige. Noen alternativer påvirker installasjonsprogrammet. Andre alternativer påvirker kjernen. Noen av de vanligste alternativene er:

+a) Alternativer for installasjonsprogrammet
+
+ install -- velg en installasjonskilde
+ network options -- nettverksalternativer
+ vnc options -- alternativer for installasjon via VNC +

+b) Alternativer for kjernen
+
+ splash -- påvirker oppstartsskjermbildet
+ apm -- slår strømsparing av og på
+ acpi -- avanserte konfigurasjons- og strømsparefunksjoner
+ ide -- styrer IDE-undersystemet
+ +

Gå tilbake til startsiden + +
+

Alternativer for installasjonsprogrammet: install

+ +Standardinnstillingen er at det søkes etter en installasjonskilde på lokale CD-ROM-stasjoner. Velg +install-alternativet for nettverksinstallasjoner. Mulige installasjonsprotokoller:
+ * FTP
+ * NFS
+ * HTTP
+Bruk samme syntaks som i vanlige nettadresser. Hvis for eksempel serveren befinner seg på 192.168.0.1 og du vil utføre en NFS-basert installasjon fra katalogen /install på denne serveren, angir du kilden på følgende måte:

+ + install=nfs://192.168.0.1/install

+ +Nettverkskortet vil enten bli konfigurert med dhcp eller du må spesifisere parametere manuelt som beskrevet under +nettverksalternativer.
+ +

Gå tilbake til Oppstartsalternativer + +
+

Alternativer for kjerne: splash

+ + +Dette er bakgrunnsbildet som vises under oppstart av systemet.
+
+splash=0

Bakgrunnsbildet er slått av. Dette kan være nyttig for svært gamle skjermmodeller eller hvis det oppstår en feil.
+
+splash=verbose

Aktiverer bakgrunnsbilde ved oppstart, men kjerne- og oppstartsmeldinger vises likevel.
+
+splash=silent

+Aktiverer bakgrunnsbilde ved oppstart uten meldinger. En fremdriftsindikator vises i stedet.
+
+Gå tilbake til Oppstartsalternativer + +
+

Alternativer for installasjonsprogrammet: Nettverksalternativer

+ +Nettverksgrensesnittet kan konfigureres nå. Maskinvaren vil bli funnet senere av YaST2. Du må minst angi vertsmaskinens IP og nettverksmaske for å konfigurere nettverkskortet. For eksempel:

+ + hostip=192.168.0.10 netmask=255.255.255.0
+
+eller i kortform:

+ + hostip=192.168.0.10/24
+
+ +Hvis du valgte nettverksbasert installasjon uten å spesifisere disse to alternativene, vil installasjonsprogrammet forsøke å konfigurere nettverksgrensesnittet med dhcp. Hvis du trenger en standard systemport, spesifiserer du dette med alternativet gateway. For eksempel:

+ + gateway=192.168.0.8
+ +

Gå tilbake til Oppstartsalternativer + +
+

Alternativer for installasjonsprogrammet: vnc

+ +For å aktivere en VNC-installasjon må parametrene vnc og vncpassword spesifiseres:

+ + vnc=1 vncpassword=eksempel

+ +VNC-serveren vil bli aktivert, og du kan administrere YaST2 via en VNC-klient på et eksternt system.
+ +

Gå tilbake til Oppstartsalternativer. + +
+

Alternativer for kjerne: apm

+ +APM er en av de to strategiene for strømsparing som benyttes av moderne datamaskiner. APM brukes hovedsakelig av bærbare maskiner, f.eks. for diskdvalemodus, men kan også slå av maskinen på en sikker måte når strømmen blir brutt. APM er avhengig av at BIOS er riktig konfigurert. Hvis BIOS ikke fungerer riktig, er bruksområdet til APM begrenset, og funksjonen kan til og med hindre at maskinen starter opp riktig. Derfor kan APM slås av med parameteren

+ + apm=off -- slå av APM helt

+ +Noen moderne datamaskiner kan ha nytte av det nyere +ACPI-systemet. + + +

Gå tilbake til Oppstartsalternativer + +
+

Alternativer for kjerne: acpi

+ +ACPI (Advanced Configuration and Power Interface) er en standard for kommunikasjonen mellom operativsystemet og BIOS i forbindelse med konfigurasjons- og strømsparefunksjoner. Som standard er acpi slått på når en BIOS produsert etter år 2000 er registrert. ACPI-funksjonene kan styres ved hjelp av en del vanlige parametere:
+
+ pci=noacpi -- Ikke bruk ACPI for å rute PCI-avbrudd acpi=oldboot -- bare ACPI -funksjoner i forbindelse med oppstart er aktivert
+ acpi=off -- slå av ACPI helt
+ acpi=force -- slå på ACPI selv om BIOS er produsert før 2000
+
+Spesielt i nye maskiner benyttes acpi i stedet for +apm.

Gå tilbake til Oppstartsalternativer + +
+

Alternativer for kjerne: ide

+ +IDE er langt vanligere i skrivebordsmaskiner enn SCSI. For å løse maskinvareproblemer som kan oppstå i IDE-systemer, kan følgende kjerneparameter brukes:

+ + ide=nodma -- slå av DMA for IDE-stasjoner
+ + +

Gå tilbake til Oppstartsalternativer. + +
+

Software Type Selection

+ +You have the choice to install the 32-bit or 64-bit version of SUSE LINUX. + +

Return to Start Page + + + diff --git a/help-install.nl.html b/help-install.nl.html new file mode 100644 index 0000000..07db1aa --- /dev/null +++ b/help-install.nl.html @@ -0,0 +1,359 @@ + + + + + + +
+

Bootloader Help

+Welkom bij &product;

+ +Gebruik dit menu voor het selecteren van de gewenste functie. Als u +bij dit helpsysteem problemen heeft met de navigatie, druk dan op +F1 om de beschrijving van dit helpsysteem +weer te geven. De hoofdfuncties in dit menu zijn:

+ +Boot van de harddisk: Deze selectie zal verder +niets met het systeem doen. Het zal slechts een eerder geïnstalleerd +operating systeem vanaf de harde schijf opstarten.

+ +Installatie: +Deze installatie modus werkt bij de meeste machines. Als uw systeem +tijdens het booten vastloopt of er problemen bij de detectie +van uw hardware componenten optreden (zoals diskcontrollers of netwerkkaarten), +probeert u dan één van de volgende installatie opties.

+ +Installatie -- ACPI inactief: Veel van de +momenteel verkochte computers hebben incomplete of gebrekkige ACPI +implementaties. Deze selectie schakelt de ACPI ondersteuning in de +kernel uit, maar activeert de vele prestatie verhogende opties zoals +bijvoorbeeld DMA voor IDE harddisks.

+ +Installatie -- Veilige instellingen: Als de gewone +Installatie mislukt is, dan kan deze selectie het probleem +misschien oplossen.

+ +Reddingssysteem: Deze boot image start een klein +Linux systeem in het RAM geheugen op. Dit is handig in het geval het systeem niet goed wil opstarten. +Nadat het systeem is opgestart kunt u als root inloggen.

+ +Geheugentest: Een geheugentest is handig voor meer dan +alleen het testen van nieuw geïnstalleerde geheugenmodules. Het is +voor een groot deel van uw computersysteem een goede belastingstest en kan +mogelijke hardware problemen naar boven halen.

+ +Bootopties: De bootopties kunnen het gedrag van +het systeem compleet veranderen. Het zijn kernel instellingen.

+ +F1 Help: Dit is context gevoelig. Het zal verschillende +schermen laten zien afhankelijk van het actieve element van het +bootscherm. Er is tevens een beschrijving van het helpsysteem beschikbaar.

+ +F2 Video mode: Hier kunt u tijdens het installeren kiezen tussen +de verschillende schermresoluties. Als u problemen tijdens de grafische installatie ondervindt, +dan is de tekst mode waarschijnlijk een goede oplossing voor u.

+ +F3 Installatie bron: Kies de installatie bron.

+ +F4 Taal: Instelling van de door de bootloader gebruikte taal en toetsenbord layout.

+ +F5 Driver update: Bij zeer nieuwe machines kan een driver update nodig zijn om het systeem te kunnen installeren.

+ +
+

Informatie over het gebruik van het Help systeem

+ +De bootloader online help is context gevoelig. +Het geeft informatie over het geselecteerde menu item of, indien u de bootopties aan het wijzigen bent, +probeert informatie te vinden over de optie waar de cursor zich bij bevindt.
+
+Navigatie toetsen

+ + Pijl omhoog: vorige link benadrukken
+ Pijl omlaag: volgende link benadrukken
+ Pijl naar links, Backspace: keer terug naar vorige onderwerp
+ Pijl naar rechts, Enter, Spatiebalk: volg link
+ Page Up: scroll één pagina omhoog
+ Page Down: scroll één pagina omlaag
+ Home: ga naar het begin van de pagina
+ End: ga naar het einde van de pagina
+ Esc: help verlaten
+ +
Terug naar Start pagina + +
+

Driver update

+ +Als u een driver update diskette of CD-ROM nodig heeft, druk dan op F5. +De bootloader zal u, nadat de Linux kernel geladen is, vragen om de driver update +diskette of CD-ROM te plaatsen.

+ +Een driver update is meestal een diskette met daarop de nieuwe versies van de hardware +drivers die tijdens de installatie nodig zijn. + +

Terug naar Start pagina + + +
+

Video mode selectie

+ +Druk op F2 om een lijst te krijgen van de video modes die uw grafische kaart +ondersteunt. De hoogste modus die uw monitor aan kan, is voorgeselecteerd.

+ +Het is mogelijk dat uw monitor niet automatisch gedetecteerd kan worden. In dat geval +dient u de door uw gewenste modus handmatig te selecteren.

+ +Als uw systeem tijdens de installatie problemen met uw grafische kaart heeft, dan +is het gebruik van de tekst mode een mogelijke oplossing. + +

Terug naar Start pagina + + +
+

Taal en toetsenbord layout selectie

+ +Druk op F4 om de taal en het toetsenbord layout dat de bootloader gebruikt aan te passen. + +

Terug naar Start pagina + + +
+

Installatie bron

+ +Druk op F3 om een installatie bron te kiezen.

+ +Dit is hetzelfde als dat u de installatie +bootoptie zou gaan gebruiken. + +

Terug naar Start pagina + + +
+

Installatie

+ +Selecteer Installatie om de standaard installatie te starten. De opgegeven +bootopties worden bij het opstarten gebruikt. +Dit item activeert vele opties van de algemene beschikbare hardware.
+ +
Terug naar Start pagina + + +
+

Boot van de harddisk

+ +Selecteer Boot geïnstalleerd OS om het op uw harddisk geïnstalleerde systeem +te booten. Dit systeem dient correct geïnstalleerd te zijn omdat alleen het +MBR (Master Boot Record) op de eerste harddisk wordt opgestart. +De apparaat ID van de eerste harddisk wordt door de BIOS van de computer opgegeven.

+ +Gebruik dit in het geval u vergeten bent om de CD of DVD uit de drive te halen +en u uw computer vanaf de harddisk wilt gaan opstarten.
+ +
Terug naar Start pagina + + +
+

Installatie -- ACPI inactief

+ +Enkele zeer nieuwe hardware zal +soms ACPI nodig hebben om de interrupt afhandeling uit te kunnen voeren. ACPI vervangt +het oude APM systeem dan ook volledig.

+ +Selecteer Installatie -- ACPI inactief als u tijdens het booten van +de kernel problemen ondervindt. Bekende gevallen van machines +die problemen met ACPI hebben zijn: +

+ + * kernel loopt tijdens het booten vast
+ * PCI kaarten worden niet gedetecteerd of initialiseren niet correct
+ + +
Terug naar Start pagina + + +
+

Installatie -- Veilige instellingen

+ +Selecteer Installatie -- Veilige instellingen als uw computer +tijdens het installeren vastloopt of als er vreemde fouten optreden. +Deze optie schakelt de DMA optie van alle IDE drives uit als ook alle energiebeheer opties. +Zie ook de kernel opties voor apm, +acpi en ide. + +

Terug naar Start pagina + + +
+

Reddingssysteem

+ +Het Reddingssysteem is een klein, in het geheugen geïnstalleerd (RAM disk), systeem. Vanaf hier +is het mogelijk om allerlei soorten wijzigingen aan de op de harde schijf geïnstalleerde systeem aan +te brengen. Aangezien er alleen low-level tools in dit systeem beschikbaar zijn, is dit meer +iets voor experts.
+ +
Terug naar Start pagina + + +
+

Geheugentest

+ +De inbegrepen Geheugentest biedt goede mogelijkheden +om de hardware van het systeem goed te testen. Het hoofddoel is natuurlijk +om een defecte geheugenbank (RAM) op te sporen, maar het test ook vele +andere delen van het systeem.
+ +Als er geen fouten gevonden zijn is dat nog geen garantie dat het geheugen helemaal in orde is, +alhoewel de meeste geheugendefecten zeker gevonden zullen worden.
+ +
Terug naar Start pagina + + +
+

Bootopties

+ +Er zijn twee verschillende type bootopties: opties die het installatieprogramma beïnvloeden en +er zijn specifieke kernel opties. Enkele van de meer algemene opties zijn:

+a) installatieprogramma opties
+
+ installatie -- selecteert een installatie bron
+ netwerk opties -- de netwerk opties
+ vnc opties -- opties voor een installatie via VNC +

+b) kernel opties
+
+ splash -- beïnvloedt het gedrag van het opstartscherm
+ apm -- energiebeheer aan of uit
+ acpi -- geavanceerde configuratie en energie interface
+ ide -- IDE subsysteem besturing
+ +
Terug naar Start pagina + +
+

Installatieprogramma opties: installatie

+ +Standaard worden de locale CD-ROM's onderzocht op een installatie bron. +Selecteer de installatie optie voor een netwerk installatie. +De mogelijkheden zijn:
+ * FTP
+ * NFS
+ * HTTP
+De te gebruiken syntax is gelijk aan de standaard URL's. Als bijvoorbeeld +uw server op 192.168.0.1 gevonden kan worden en u een op NFS-gebaseerde +installatie van de directory /install op deze server wilt uitvoeren, specificeer +de bron dan als volgt:

+ + install=nfs://192.168.0.1/install

+ +De netwerkkaart zal of geconfigureerd worden met behulp van dhcp of u +moet zelf de parameters specificeren zoals die worden beschreven bij de +netwerk opties.
+ +
Terug naar Bootopties + +
+

Kernel opties: splash

+ +Het opstartscherm is de afbeelding die tijdens het opstarten van het systeem zal worden weergegeven.
+
+splash=0

Het opstartscherm is uitgezet. Soms zinvol bij erg oude monitoren of bij een opgetreden fout.
+
+splash=verbose

Activeert het opstartscherm, kernel- en boot-berichten blijven zichtbaar.
+
+splash=silent

+Activeert het opstartscherm zonder berichten. In plaats daarvan wordt een voortgangsbalk zichtbaar.
+ +
Terug naar Bootopties + +
+

Installatieprogramma opties: Netwerk opties

+ +Het is mogelijk om de netwerk interface nu direct te configureren. De +hardware zal later door YaST2 worden gedetecteerd. Het minimum aan optie instellingen +om uw netwerkkaart te configureren bestaat uit een host IP en een netmasker. Een voorbeeld:

+ + hostip=192.168.0.10 netmask=255.255.255.0
+
+of in verkorte vorm:

+ + hostip=192.168.0.10/24
+
+ +Als u een netwerk-gebaseerde installatie gespecificeerd heeft en +geen van beide opties heeft opgegeven, dan zal het installatieprogramma proberen om +de network interface te configureren met behulp van dhcp. Als u een standaard +gateway nodig heeft, specificeer deze dan met de optie gateway. Een voorbeeld:

+ + gateway=192.168.0.8
+ +
Terug naar Bootopties + +
+

Installatieprogramma opties: vnc

+ +Om de VNC installatie te activeren dient u de +parameters vnc en vncpassword te specificeren:

+ + vnc=1 vncpassword=voorbeeld

+ +De VNC server zal worden opgestart en u kunt vervolgens van, via +iedere remote systeem VNC cliënt, YaST2 gebruik maken.
+ +
Terug naar Bootopties. + +
+

Kernel opties: apm

+ +APM is de oudste van de twee energiebeheer strategieën die bij moderne computers +gebruikt kan worden. Voornamelijk bij laptops ten +behoeve van functies zoals de slaapstand mode. Ook kan APM +verantwoordelijk zijn voor het uitschakelen van de computer bij +een wegvallende voedingsspanning. APM heeft een correct werkende BIOS nodig. +Bij een defecte BIOS zal APM slechts gedeeltelijk werken of zelfs de computer +zo beïnvloeden dat deze niet meer werkt. +Met de volgende parameter is het eventueel uit te schakelen:

+ + apm=off -- APM geheel uitschakelen

+ +Moderne computers hebben meer voordeel bij het nieuwere +ACPI. + + +

Terug naar Bootopties + +
+

Kernel opties: acpi

+ +ACPI (Advanced Configuration and Power Interface) is een standaard dat de energie +en configuratie beheer interfaces definieert tussen het operating systeem en de BIOS. +Standaard wordt acpi geactiveerd als er een BIOS is gedetecteerd dat na het jaar 2000 +gemaakt is. Er zijn diverse algemeen te gebruiken parameters die het gedrag van ACPI beïnvloeden:
+
+ pci=noacpi -- ACPI niet gebruiken om PCI interrupts af te handelen
+ acpi=oldboot -- alleen die ACPI-onderdelen gebruiken die voor het booten relevant zijn
+ acpi=off -- ACPI geheel uitschakelen
+ acpi=force -- ACPI inschakelen, zelfs als uw BIOS voor 2000 gedateerd is
+
+Vooral bij nieuwe computers zal dit het oude apm systeem prima vervangen. + + +

Terug naar Bootopties + +
+

Kernel opties: ide

+ +Gewoonlijk wordt IDE, in tegenstelling tot SCSI, bij de meeste desktop werkstations gebruikt. +Gebruik de volgende kernel parameter om enkele hardware problemen, die bij IDE systemen zouden kunnen optreden, +te voorkomen:

+ + ide=nodma -- DMA voor IDE drives uitschakelen
+ +
Terug naar Bootopties. + +
+

Software Type Selection

+ +You have the choice to install the 32-bit or 64-bit version of SuSE LINUX. + +

Return to Start Page + + + diff --git a/help-install.pl.html b/help-install.pl.html new file mode 100644 index 0000000..df47a3b --- /dev/null +++ b/help-install.pl.html @@ -0,0 +1,374 @@ + + + + + + +
+

Pomoc programu ładującego

+Witaj w &product;

+ +Użyj tego menu aby wybrać odpowiednią funkcję. Jeśli masz problem z +nawigacją w tym systemie pomocy, naciśnij klawisz F1 aby +przejść do opisu systemu pomocy. Główne funkcje w +tym menu to:

+ +Uruchomienie z dysku twardego: Ten wybór nie +zrobi nic z systemem. Uruchomi tylko wcześniej zainstalowany system +operacyjny.

+ +Instalacja: +Ten tryb instalacji działa na większości maszyn. Jeśli okaże się, że +system umiera w czasie startu albo są problemy z wykryciem elementów +sprzętu, takich jak sterowniki dysków czy karty sieciowe, spróbuj +jednej z poniższych opcji instalacyjnych.

+ +Instalacja -- wyłączone ACPI: Większość z +obecnie sprzedawanych komputerów ma niekompletne albo błędne +implementacje ACPI. Ten wybór wyłącza obsługę ACPI w jądrze, ale +zachowuje wiele ustawień zwiększających wydajność, takich jak DMA dla +dysków IDE.

+ +Instalacja -- ustawienie bezpieczne: Jeśli nie +powiodło Ci się z opcją Instalacja, to ten wybór może +rozwiązać twój problem.

+ +System awaryjny: Ten obraz startowy uruchamia +niewielki system Linux ładowany do pamięci RAM. Jest to użyteczne +jeśli system nie uruchamia się poprawnie. Po uruchomieniu systemu +zaloguj się jako root.

+ +Test pamięci: Testowanie pamięci jest +użytecznie nie tylko przy sprawdzaniu nowych modułów pamięci. Jest to +intensywny test dla większości części systemu komputerowego i może +pomóc wykryć problemy ze sprzętem.

+ +Opcje startowe: Opcje startowe mogą zupełnie +zmienić zachowanie uruchamianego systemu. Są to ustawienia jądra +systemu.

+ +F1 Pomoc: Pomoc kontekstowa. Pokaże różne ekrany w +zależności od aktywnego elementu ekranu startowego. Dostępny jest tam +także opis tego systemu pomocy.

+ +F2 tryb graficzny: Tutaj wybierasz różne +ustawienia rozdzielczości ekranu w czasie instalacji. Jeśli będziesz +miał problem z instalacją graficzną, to rozwiązaniem dla Ciebie może +być tryb tekstowy.

+ +F3 Źródło instalacji: Wybierz źródło +instalacji.

+ +F4 Język: Wybierz język i układ klawiatury +używany przez program ładujący.

+ +F5 aktualizacja sterowników: Dla bardzo +nowych maszyn, do instalacji systemu może być potrzebna aktualizacja sterowników.

+ +
+

Używanie systemu pomocy

+ +Pomoc programu ładującego jest kontekstowa. Daje informacje o wybranym +elemencie menu albo jeśli edytujesz opcje startowe, +próbuje znaleźć informacje o opcji, w której znajduje się kursor.
+
+Klawisze nawygacyjne

+ + Up Arrow: podświetl poprzedni odsyłacz
+ Down Arrow: podświetl następny odsyłacz
+ Left Arrow, Backspace: wróć do poprzedniego tematu
+ Right Arrow, Enter, Spacja: idź za odsyłaczem
+ Page Up: przewiń stronę w górę
+ Page Down: przewiń stronę w dół
+ Home: idź na początek strony
+ End: idź na koniec strony
+ Esc: wyjdź z pomocy
+ +

Wróć do strony początkowej + +
+

Aktualizacja sterowników

+ +Jeśli potrzebujesz dyskierki albo płyty CD-ROM z aktualizacją +sterowników, to naciśnij klawisz F5. Program ładujacy poprosi +Cię o włożenie nośnika po załadowaniu jądra systemu Linux.

+ +Aktualizacja sterowników to zwykle dyskietka z nowymi wersjami +sterowników sprzętu albo poprawkami niezbędnymi w czasie instalacji. + +

Wróć do strony początkowej + + +
+

Wybór trybu graficznego

+ +Naciśnij F2 dla uzyskania listy trybów graficznych +obsługiwanych przez twoją kartę graficzną. Najwyższy tryb, jaki może +wyświetlać twój monitor jest wybrany domyślnie.

+ +Możliwe jest, że twój monitor nie zostanie automatycznie rozpoznany. W +takim przypadku wybierz tryb ręcznie.

+ +Jeśli twój system ma problemy z kartą graficzną w czasie instalacji, +to rozwiązaniem dla Ciebie może być tryb tekstowy. + +

Wróć do strony początkowej + + +
+

Wybór języka i układu klawiatury

+ +Aby zmienić język i układ klawiatury używany przez program ładujący naciśnij F4. + +

Wróć do strony początkowej + + +
+

Źródło instalacji

+ +Naciśnij F3 aby wybrać źródło instalacji.

+ +To jest to samo co użycie opcji startowej install. + +

Wróć do strony początkowej + + +
+

Instalacja

+ +Wybierz Instalacja aby uruchomić domyślną instalację. +Podane opcje startowe będą użyte w czasie +uruchamiania systemu. Aktywują one różne możliwości udostępniane przez +sprzęt.

+ +

Wróć do strony początkowej + + +
+

Uruchom z dysku twardego

+ +Wybierz Uruchom zainstalowany system aby uruchomić system +zainstalowany już na lokalnym twardym dysku. System ten musi być +poprawnie zainstalowany, ponieważ uruchamiany jest tylko rekord +MBR (Master Boot Record) na pierwszym twardym dysku. Identyfikator +urządzenia, które jest pierwszym twardym dyskiem jest zapisany w +BIOS-ie komputera.

+ +Skorzystaj z tej możliwości, jeśli zapomniałeś wyjąć płytę CD albo DVD +z napędu i chcesz uruchomić komputer z twardego dysku.

+ +

Wróć do strony początkowej + + +
+

Instalacja -- ACPI wyłączone

+ +Bardzo nowy sprzęt wymaga czasem APCI do sterowania obsługą +przerwań. APCI całkowicie zastępuje stary system APM.

+ +Wybierz Instalacja -- ACPI wyłączone jeśli napotkasz problemy +w czasie uruchamiania jądra. Znane problemy z maszynami, mającymi +kłopoty z ACPI to: +

+ + * jądro umiera w czasie uruchamiania
+ * karty PCI nie są poprawnie wykrywane albo inicjowane

+ + +

Wróć do strony początkowej + + +
+

Instalacja -- ustawienia bezpieczne

+ +Wybierz Instalacja -- ustawienia bezpieczne, jeśli system się +zawiesza przy instalacja albo pojawiają się jakieś dziwne błędy. Opcja +ta wyłącza DMA dla dysków IDE oraz jakąkolwiek obsługę zarządzania +energią. Zobacz także opcje jądra apm, +acpi i ide. + +

Wróć do strony początkowej + + +
+

System awaryjny

+ +System awaryjny jest małym systemem ładowanym do RAM +dysku. Używając go możliwe jest wykonanie wszelkiego rodzaju zmian w +zainstalowanym systemie. System jest przeznaczony dla ekspertów, +ponieważ są w nim dostępne wyłącznie niskopoziomowe narzędzia.

+ +

Wróć do strony początkowej + + +
+

Test pamięci

+ +Test pamięci daje możliwość wykonania intensywnego +przetestowania sprzętu systemu. Podstawowym celem jest wykrycie +uszkodzonych pamięci RAM, ale testowanych jest także wiele innych +części systemu.
+ +Brak błędów w czasie testu nie jest gwarancją, że pamięć jest +nieuszkodzona, chociaż większość uszkodzeń zostanie wykryta.
+ +

Wróć do strony początkowej + + +
+

Opcje startowe

+ +Dostępne są dwa typy opcji startowych. Pierwszy, dotyczący +instalatora. Drugi, opcje jądra. Kilka typowych opcji to:

+a) opcje instalatora
+
+ instalacja -- wybór źródła instalacji
+ opcje sieciowe -- opcje sieciowe
+ opcje vnc -- opcje instalacji przez VNC +

+b) opcje jądra
+
+ splash -- wpływa wygląd ekranu (splash screen)
+ apm -- włączenie zarządzania energią
+ acpi -- zaawansowany interfejs konfiguracji zarządzania energią
+ ide -- zarządzanie podsystemem IDE
+ +

Wróć do strony początkowej + +
+

Opcje instalatora: instalacja

+ +Domyślnie jako źródło instalacji przeszukiwane są lokalne napędy +CD-ROM. Dla instalacji sieciowej wybierz opcję +install. Możliwe protokoły instalacji to
+ * FTP
+ * NFS
+ * HTTP
+Składnia jest taka sama jak w standardowych URL-ach. Na przykład, +jeśli twój serwer jest pod adresem 192.168.0.1 i chcesz instalować +przez NFS z katalogu /install na tym serwerze, to podajesz źródło +tak:

+ + install=nfs://192.168.0.1/install

+ +Karta sieciowa będzie skonfigurowana albo przez dhcp albo +musisz podać parametry samodzielnie jak jest opisane w +opcjach sieciowych.
+ +

Wróć do opcji startowych + +
+

Opcje jądra: splash

+ +Splash screen to obrazek pokazywany w czasie uruchamiania systemu.
+
+splash=0
+Wyłączenie splash screen. Może być przydatne na bardzo starych +monitorach albo jeśli wystąpią błędy.
+
+splash=verbose
Aktywacja splash screen, komunikaty jądra +i startowe są widoczne.
+
+splash=silent
+Aktywacja splash screen, brak komunikatów. Pokazywany jest pasek postępu.
+
+Wróć do opcji startowych + +
+

Opcje instalatora: opcje sieciowe

+ +Możliwe jest teraz skonfigurowanie interfejsu sieciowego. Sprzęt +będzie wykryty później przez YaST2. Minimalny zestaw opcji do +konfiguracji karty sieciowej składa się z adresu IP i maski sieci. Na +przykład:

+ + hostip=192.168.0.10 netmask=255.255.255.0
+
+albo w skróconej formie:

+ + hostip=192.168.0.10/24
+
+ +Jeśli podałeś instalację sieciową i nie +podasz tych dwóch opcji, instalator spróbuje skonfigurować interfejs +sieciowy używając dhcp. Jeśli potrzebujesz podać domyślną +bramę, podaj ją w opcji gateway. Na przykład:

+ + gateway=192.168.0.8
+ +

Wróć do opcji startowych + +
+

Opcje instalatora: vnc

+ +Aby włączyć instalację VNC, podaj parametry +vnc i vncpassword:

+ + vnc=1 vncpassword=example

+ +Zostanie uruchomiony serwer VNC i możesz sterować programem YaST2 za +pośrednictwem klienta VNC ze zdalnego klienta.
+ +

Wróć do opcji startowych + +
+

Opcje jądra: apm

+ +APM jest jedną z dwóch strategii zarządzania energią używaną we +współczesnych komputerach. Wykorzystywana jest głównie w komputerach +przenośnych do takich funkcji jak usypianie na dysk ale może być także +odpowiedzialny za wyłączanie komputera po zaniku zasilania. APM polega +na poprawnie funkcjonującym BIOS-ie. Jeśli BIOS nie działa poprawnie, +to APM ma ograniczone zastosowanie, może nawet uniemożliwiać pracę +komputera. Dlatego można go wyłączyć parametrem

+ + apm=off -- zupełnie wyłącz APM

+ +Niektóre najnowsze komputery mogą skorzystać z nowszego standardu +ACPI. + +

Wróć do opcji startowych + +
+

Opcje jądra: acpi

+ +ACPI (Advanced Configuration and Power Interface) jest standardem +definiującym interfejs między systemem operacyjnym i +BIOS-em. Domyślnie acpi jest włączone po stwierdzeniu, że +BIOS pochodzi z roku późniejszego niż 2000. Istnieje kilka typowo +używanych parametrów sterujących działaniem ACPI:
+
+ pci=noacpi -- nie używaj ACPI nie przekierowuj przerwań PCI + acpi=oldboot -- aktywowane są tylko części ACPI dotyczące +procesu uruchamiania systemu
+ acpi=off -- zupełne wyłączenie ACPI
+ acpi=force -- włącz ACPI nawet, jeśli BIOS pochodzi sprzed +roku 2000
+
+Zastępuje on stary system apm, zwłaszcza na +nowych komputerach. + + +

Wróć do Opcji startowych + +
+

Opcje jądra: ide

+ +IDE jest w przeciwieństwie do SCSI powszechnie wykorzystywane w +stacjach roboczych. Dla zapobieżenie niektórym problemom pojawiającym +się w systemach IDE użyj parametru jądra:

+ + ide=nodma -- wyłącz dma dla urządzeń IDE
+ +

Wróć do Opcji startowych + + +
+

Software Type Selection

+ +You have the choice to install the 32-bit or 64-bit version of SUSE LINUX. + +

Return to Start Page + + + diff --git a/help-install.pt.html b/help-install.pt.html new file mode 100644 index 0000000..21a9a08 --- /dev/null +++ b/help-install.pt.html @@ -0,0 +1,291 @@ + + + + + + +
+

Ajuda da Rotina de Arranque

+Bem-vido ao &product;

+ +Utilize este menu para escolher a função desejada. Se tem problemas com a navegação neste sistema de ajuda, prima F1 para entrar na descrição do sistema de ajuda. As principais funções deste menu são:

+ +Iniciar de Disco Rígido: Esta selecção não fará nada ao sistema. Apenas inicia um sistema operativo previamente instalado.

+ +Instalação: +Este modo de instalação funciona com a maioria das máquinas. Se experimentar um congelamento do sistema durante o arranque, ou problemas com a detecção dos seus componentes de hardware, como controladores de discos ou placas de rede, tente uma das seguintes opções de instalação.

+ +Instalação -- ACPI Desactivado: Muitos dos computadores actualmente comercializados têm implementações de ACPI incompletas ou avariadas. Esta selecção desactiva o suporte ACPI no kernel, mas ainda assim activa muitas funcionalidades de desempenho, como o DMA para discos rígidos IDE.

+ +Instalação -- Definições Seguras: Se não teve sucesso com a Instalação, esta selecção poderá resolver o seu problema.

+ +Sistema de Recuperação: Esta imagem de arranque inicia um pequeno sistema Linux em memória RAM. Isto é útil se o sistema não arranca de forma apropriada. Depois de arrancar o sistema, inicie a sua sessão como root.

+ +Teste de Memória: O teste de memória é útil para além da simples verificação da instalação de novos módulos de memória. Trata-se de um teste de stress para uma grande parte do seu sistema de computador, e pode-lhe indicar problemas de hardware.

+ +Opções de Arranque: As opções de arranque podem alterar completamente o comportamento do seu sistema. São definições para o kernel.

+ +F1 Ajuda: Esta é sensível ao contexto. Mostra-lhe ecrãs diferentes dependendo do elemento activo no ecrã de arranque. Existe também disponível uma descrição deste sistema de ajuda.

+ +F2 Modo de Vídeo: Escolha aqui entre diferentes resoluções de ecrã a utilizar durante a instalação. Se econtrar problemas com a instalação gráfica, o modo texto pode ser uma forma de contrornar o problema.

+ +F3 Origem de Instalação: Escolha a origem de instalação.

+ +F4 Idioma: Defina o idioma e o mapeamento de teclado utilizado pela rotina de arranque.

+ +F5 Driver de Actualização: Para computadores muito novos, pode ser necessário um driver de actualização para instalar o sistema.

+ +
+

Utilizando o Sistema de Ajuda

+ +A ajuda online da rotina de arranque é sensível ao contexto. Fornece informação acerca do item de menu seleccionado ou, se está a editar as opções de arranque, tenta procurar informação acerca da opção na qual o cursor está posicionado.
+
+Teclas de Navegação

+ + Seta para Cima: ilumina o link anterior
+ Seta para Baixo: ilumina o link seguinte
+ Seta para a Esquerda, Backspace: volta ao tópico anterior
+ Seta para a Direita, Enter, Barra de Espaços: Entra no link
+ Page Up: rola uma página para cima
+ Page Down: rola uma página para baixo
+ Home: vai para o início da página
+ End: vai para o fim da página
+ Esc: sair da ajuda
+ +

Voltar à Página de Início + +
+

Driver de Actualização

+ +Se necessita de utilizar uma disquete ou CD-ROM com um driver de actualização, prima F5. A rotina de arranque pedir-lhe-á para introduzir o suporte com o driver de actualização depois de carregar o kernel de Linux.

+ +Uma actualização de driver é tipicamente uma disquete com novas versões de drivers de hardware ou correcções de erros, necessários durante a instalação. + +

Voltar à Página de Início + + +
+

Selecção de Modo de Vídeo

+ +Prima F2 para obter uma lista dos modos de vídeo que a sua placa gráfica suporta. É previamente seleccionado, o modo mais alto de resolução que o seu monitor pode suportar.

+ +É possível que o seu monitor não possa ser automaticamente detectado. Nesse caso, escolha manualmente o modo preferido de visualização.

+ +Se o seu sistema tem problemas com a placa gráfica durante a instalação, o modo texto pode ser uma forma de contornar o problema. + +

Voltar à Página de Início + + +
+

Selecção de Teclado e Idioma

+ +Prima F4 para alterar o idioma e a disposição de teclado que a rotina de arranque utiliza. + +

Voltar à Página de Início + + +
+

Origem de Instalação

+ +Prima F3 para escolher uma origem de instalação.

+ +Isto é o mesmo que utilizar a opção de arranque install. + +

Voltar à Página de Início + + +
+

Instalação

+ +Escolha a Instalação para iniciar a instalação pré-definida. As +opções de arranque introduzidas são utilizadas no arranque. Este item activa várias funcionalidades existentes no hardware mais comum.

+ +

Voltar à Página de Início + + +
+

Iniciar de Disco Rígido

+ +Escolha Iniciar de Disco Rígido para iniciar o sistema instalado no seu disco rígido local. Este sistema deve estar correctamente instalado, porque apenas o MBR (Registo Mestre de Arranque) do primeiro disco rígido é iniciado. +O ID do dispositivo do primeiro disco rígido é fornecido pela BIOS do computador.

+ +Utilize esta selecção se se esqueceu de remover o CD ou DVD da unidade, e pretende iniciar o computador a partir de disco rígido.

+ +

Voltar à Página de Início + + +
+

Instalação -- ACPI Desactivado

+ +O hardware muito recente, por vezes necessita que o ACPI afectue o controlo do manuseamento de interrupções. O ACPI substitui completamente o sistema APM mais antigo.

+ +Escolha Instalação -- ACPI Desactivado se encontrar problemas durante o arranque do kernel. Problemas conhecidos com máquinas que têm difculdades com ACPI são: +

+ + * o kernel congela durante o arranque
+ * As placas PCI não são detectadas ou inicializadas correctamente

+ + +

Voltar à Página de Início + + +
+

Instalação -- Definições Seguras

+ +Escolha Instalação -- Definições Seguras se o computado encravar durante a instalação, ou surgiram erros irreprodutíveis. Esta opção desactiva o DMA para unidades IDE, assim como todas as funcionalidades de gestão de energia. Veja também as opções de kernel para apm, +acpi e ide. + +

Voltar à Página de Início + + +
+

Sistema de Recuperação

+ +O Sistema de Recuperação é um pequeno sistema em memória RAM. A partir daí, é possível realizar todo o tipo de alterações a um sistema instalado. Em virtude de apenas existirem ferramentas de baixo nível disponíveis neste sistema, ele é orientado para utilizadores avançados.

+ +

Voltar à Página de Início + + +
+

Teste de Memória

+ +O Teste de Memória incluído, fornece boas possibilidades para realizar um teste de stress ao hardware de um sistema. O seu principal objectivo é detectar memória RAM avariada, mas também testa e utiliza muitas outras partes do sistema.
+ +Não existem garantias de que a memória se encontre em bom estado, mesmo que nenhum erro tenha sido encontrado, apesar de que a maioria dos defeitos serão encontrados.
+ +

Voltar à Página de Início + + +
+

Opções de Arranque

+ +Existem dois tipos de opções de arranque disponíveis. Primeiro, existem opções que afectam o instalador. Segundo, existem opções de kernel. Algumas das opções mais comuns são:

+a) opções de instalador
+
+ install -- escolher uma origem de instalação
+ network options -- as opções de rede
+ vnc options -- opções para instalação através de VNC +

+b) opções de kernel
+
+ splash influencia o comportamento do ecrã de splash
+ apm -- comuta a gestão de consumo de energia
+ acpi -- configuração avançada e interface de energia
+ ide -- controla o subsistema IDE
+ +

Voltar à Página de Início + +
+

Opções de Instalador: install

+ +Por definição, os CDROMs locais são procurados para serem a origem da instalação. Para uma instalação de rede, escolha +install opção. Os protocolos possíveis de instalação são
+ * FTP
+ * NFS
+ * HTTP
+A sintaxe a utilizar é simplesmente como as URLs standard. Por exemplo, se o seu servidor se encontra em 192.168.0.1 e pretende realizar uma instalação baseada em NFS, mais concretamente a partir do directório /install neste servidor, especifique a origem da seguinte forma:

+ + install=nfs://192.168.0.1/install

+ +A placa de rede será configurada por dhcp, ou terá de especificar os parâmetros conforme descrito na secção +opções de rede.
+ +

Voltar às Opções de Arranque + +
+

Opções de Kernel: splash

+ + +O ecrã de splash é a imagem apresentada durante o arranque do sistema.
+
+splash=0
+O ecrã de splash é desliga. Esta opção é útil com monitores muito antigos, ou se ocorre um erro.
+
+splash=verbose
Activa o splash, e as mensagens de kernel e de arranque são ainda assim apresentadas.
+
+splash=silent
+Activa o splash, mas sem mensagens. Em vez das mensagens, é desenhada uma barra de progresso.
+
+Voltar às Opções de Arranque + +
+

Opções de Instalador: Opções de Rede

+ +É possível configurar a interface de rede agora mesmo. O hardware será detectado mais tarde pelo YaST2. O conjunto mínimo de opções para configurar a sua placa de rede consiste num endereço IP e uma máscara de rede. Por exemplo:

+ + hostip=192.168.0.10 netmask=255.255.255.0
+
+ou numa forma mais abreviada:

+ + hostip=192.168.0.10/24
+
+ +Se especificou uma instalação baseada em rede e não especificar ambas as opções, o instalador tenta configurar a interface de rede com dhcp. Se necessitar de uma gateway pré-definida, especifique-a com a opção gateway. Por exemplo:

+ + gateway=192.168.0.8
+ +

Voltar às Opções de Arranque + +
+

Opções de Instalador: vnc

+ +Para activar a instalação por VNC, especifique os parâmetros vnc e vncpassword:

+ + vnc=1 vncpassword=exemplo

+ +O servidor VNC será iniciado, e poderá controlar o YaST2 a partir de qualquer cliente VNC a partir de um sistema remoto.
+ +

Voltar às Opções de Arranque. + +
+

Opções de Kernel: apm

+ +O APM é uma de duas das estratégias de gestão de consumo de energia utilizadas nos computadores actuais. É principalmente utilizada nos computadores portáteis para funções como suspender para disco, mas pode também ser responsável por desligar o computador depois de ser dado o comando de encerramento. O APM sustenta-se numa BIOS funcional. Se a BIOS se encontra avariada, o APM pode ter uma utilização limitada, ou chegar a não permitir um correcto funcionamento do computador. Assim sendo, pode ser desligado com o parâmetro

+ + apm=off -- desligar completamente o APM

+ +Alguns computadores muito novos podem beneficiar mais do novo +ACPI. + + +

Voltar às Opções de Arranque + +
+

Opções de Kernel: acpi

+ +O ACPI (Advanced Configuration and Power Interface) é uma norma que define uma interface de gestão e configuração de consumo de energia entre o sistema operativo e a BIOS. Por pré-definição, o acpi é +ligado quando é detectada uma BIOS mais recente que o ano 2000. Existem vários parâmetros frequentemente utilizados para controlar o comportamento do ACPI:
+
+ pci=noacpi -- não utilizar o ACPI para encaminhar as interrupções de PCI + acpi=oldboot -- manter activadas apenas as partes do ACPI que são relevantes
+ acpi=off -- desligar completamente o ACPI
+ acpi=force -- ligar o ACPI mesmo que a sua BIOS seja anterior ao ano 2000
+
+especialmente em computadores recentes, substitui o velho sistema +apm. + + +

Voltar às Opções de Arranque + +
+

Opções de Kernel: ide

+ +O IDE é habitual na maioria dos computadores de secretária (ao contrário do SCSI). +Para contornar alguns problemas que ocorrem com os sistemas IDE, utilize o parâmetro de kernel:

+ + ide=nodma -- desligar o dma para unidades IDE
+ + + +

Voltar às Opções de Arranque. + + +
+

Selecção do Tipo de Software

+ +Tem a opção de instalar a versão 32-bit ou 64-bit do SUSE LINUX. + +

Voltar à Página de Início + + + diff --git a/help-install.pt_BR.html b/help-install.pt_BR.html new file mode 100644 index 0000000..90a6c15 --- /dev/null +++ b/help-install.pt_BR.html @@ -0,0 +1,232 @@ + + + + + + +
+

Ajuda do Boot Loader

Bem-vindo ao &product;

+ +Use este menu para selecionar a função desejada. Se tiver problemas ao navegar neste sistema de ajuda, pressione F1 para exibir a descrição do sistema de ajuda. As funções principais deste menu são:

+ +Inicializar do Disco Rígido: Essa seleção não afetará o sistema. Ela apenas iniciará um sistema operacional instalado previamente.

+ +Instalação: O modo de instalação funciona na maioria das máquinas. Se o sistema congelar durante o boot ou se houver problemas na detecção dos componentes do hardware, como controladoras de disco ou placas de rede, tente uma das opções de instalação a seguir.

+ +Instalação -- ACPI Desabilitada: Muitos dos computadores atualmente vendidos possuem implementações incompletas ou com falhas da ACPI. Essa seleção desabilita o suporte a ACPI no kernel, mas mantém muitos recursos de desempenho habilitados, como DMA para discos rígidos IDE.

+ +Instalação - Configurações Seguras: Caso não tenha obtido êxito com Instalação, esta seleção poderá solucionar o problema.

+ +Sistema de Recuperação: Essa imagem de boot inicia um pequeno sistema Linux na RAM. Isso é útil caso o sistema não inicialize normalmente. Após inicializar o sistema, efetue login como root.

+ +Teste de Memória: O teste de memória é útil não apenas para verificar a instalação de novos módulos de memória. É um teste de tensão que abrange uma grande parte do sistema do computador e pode indicar problemas de hardware.

+ +Opções de Boot: As opções de boot podem mudar completamente o comportamento do sistema. Trata-se de configurações para o kernel.

+ +F1 Ajuda: Esse recurso é sensível ao contexto. Ele mostrará telas diferentes, dependendo do elemento ativo da tela de boot. Também há uma descrição disponível desse sistema de ajuda.

+ +F2 Modo de Vídeo: Escolha aqui entre resoluções de tela diferentes durante a instalação. Se tiver problemas com a instalação gráfica, o modo de texto pode ser uma boa alternativa para você.

+ +F3 Fonte de Instalação: Escolha a fonte de instalação.

+ +F4 Idioma: Configure o mapeamento de idioma e teclado usado pelo boot loader.

+ +F5 Atualização de Driver: Para máquinas muito novas, uma atualização de driver talvez seja necessária para instalar o sistema.

+ +
+

Usando o Sistema de Ajuda

+ +A ajuda online do boot loader é sensível ao contexto. Ela oferece informações sobre o item de menu selecionado ou, se você estiver editando opções de boot, ela tenta procurar informações sobre a opção na qual o cursor está posicionado.

Teclas de Navegação

+ + Seta para Cima: destacar link anterior
Seta para Baixo: destacar próximo link
Seta para a Esquerda, Backspace: retornar ao tópico anterior
Seta para a Direita, Enter, Espaço: seguir link
Page Up: rolar uma página para cima
Page Down: rolar uma página para baixo
Home: ir para o início da página
End: ir para o fim da página
Esc: sair da ajuda
+ +

Retornar à Página Inicial + +
+

Atualização de Driver

+ +Se precisar de um disquete ou CD-ROM de atualização de driver, pressione F5. O boot loader pede que você insira uma mídia de atualização de driver depois de carregar o kernel do Linux.

+ +Uma atualização de driver vem, normalmente, em um disquete com novas versões de drivers de hardware ou correções de erros necessários durante a instalação. + +

Retornar à Página Inicial + + +
+

Seleção do Modo de Vídeo

+ +Pressione F2 para obter a lista de modos de vídeo suportados pela sua placa de vídeo. O modo mais alto que o monitor pode exibir está pré-selecionado.

+ +É possível que seu monitor não possar ser detectado automaticamente. Neste caso, selecione manualmente seu modo de preferência.

+ +Se o sistema tiver problemas com a placa de vídeo durante a instalação, o modo de texto poderá ser uma alternativa útil. + +

Retornar à Página Inicial + + +
+

Seleção de Layout de Idioma e Teclado

+ +Pressione F4 para mudar o layout do idioma e do teclado usado pelo boot loader. + +

Retornar à Página Inicial + + +
+

Fonte de Instalação

+ +Pressione F3 para escolher uma fonte de instalação.

+ +É o mesmo que usar a opção de boot instalar. + +

Retornar à Página Inicial + + +
+

Instalação

+ +Selecione Instalação para iniciar a instalação padrão. As opções de boot digitadas são usadas na inicialização. Esse item ativa muitos recursos de hardware comumente disponíveis.

+ +

Retornar à Página Inicial + + +
+

Inicializar do Disco Rígido

+ +Selecione Inicializar SO Instalado para iniciar o sistema instalado no disco rígido local. Esse sistema deve ser instalado corretamente, pois somente o registro mestre de inicialização (MBR) do primeiro disco rígido é inicializado. O ID do dispositivo do primeiro disco rígido é fornecido pelo BIOS do computador.

+ +Use-o caso tenha esquecido de remover o CD ou DVD da unidade e deseje iniciar o computador a partir do disco rígido.

+ +

Retornar à Página Inicial + + +
+

Instalação -- ACPI Desabilitada

+ +Algumas vezes, hardwares muito novos exigem que a ACPI controle o tratamento de interrupções. A ACPI substitui completamente o antigo sistema APM.

+ +Selecione Instalação -- ACPI Desabilitada se tiver problemas durante o boot do kernel. As dificuldades conhecidas em máquinas que possuem problemas com ACPI são:

+ + * kernel congela durante o boot
* Placas PCI não são detectadas nem inicializadas corretamente

+ + +

Retornar à Página Inicial + + +
+

Instalação -- Configurações Seguras

+ +Selecione Instalação -- Configurações Seguras se tiver ocorrerem congelamentos durante a instalação ou erros irreproduzíveis. Essa opção desabilita o DMA para unidades IDE e todos os recursos de gerenciamento de energia. Consulte também as opções de kernel para apm, acpi e ide. + +

Retornar à Página Inicial + + +
+

Sistema de Recuperação

+ +O Sistema de Recuperação é um sistema de base de disco RAM pequeno. A partir daqui, é possível fazer todos os tipos de mudanças em um sistema instalado. Por esse sistema possuir apenas ferramentas de nível baixo, ele é destinado a usuários avançados.

+ +

Retornar à Página Inicial + + +
+

Teste de Memória

+ +O Teste de Memória incluído oferece boas possibilidades de testar a tensão do hardware de um sistema. Seu principal objetivo é detectar uma RAM danificada, mas ele também analisa muitas outras partes do sistema.
+ +Não há garantia de que a memória seja boa se nenhum erro for encontrado, apesar de que a maioria dos defeitos de memória serão localizados.
+ +

Retornar à Página Inicial + + +
+

Opções de Boot

+ +Há dois tipos de opções de boot disponíveis. Primeiro, há opções que afetam o instalador. Segundo, há opções de kernel. Algumas das opções mais comuns são:

a) opções do instalador

instalar -- selecionar uma fonte de instalação
opções de rede -- as opções de rede
opções vnc -- opções para instalação através de VNC

b) opções de kernel

splash -- influenciar o comportamento da splash screen
apm -- alternar o gerenciamento de energia
acpi -- advanced configuration and power interface (interface de energia e configuração avançada)
ide -- controlar o subsistema IDE
+ +

Retornar à Página Inicial + +
+

Opções do Instalador: instalar

+ +Por padrão, a fonte de instalação é procurada nos CD-ROMs locais. Para uma instalação de rede, selecione a opção instalar. Os protocolos de instalação possíveis são
* FTP
* NFS
* HTTP
A sintaxe a ser usada é igual à dos URLs padrão. Por exemplo, se o servidor é encontrado em 192.168.0.1 e você deseja executar uma instalação baseada em NFS a partir do diretório /install nesse servidor, especifique a fonte da seguinte forma:

+ + install=nfs://192.168.0.1/install

+ +A placa de rede será configurada com dhcp ou você precisará especificar os parâmetros, conforme descrito nas opções de rede.
+ +

Retornar às Opções de Boot + +
+

Opções de Kernel: splash

+ + +A splash screen é uma imagem mostrada durante a inicialização do sistema.

splash=0

A splash screen é desligada. Isso pode ser útil com monitores muito antigos ou se ocorrerem alguns erros.

splash=verbose

Ativa splash, kernel e mensagens de boot ainda são mostradas.

splash=silent

Ativa splash, mas não ativa mensagens. Em vez disso, uma barra de progresso é exibida.

Retornar às Opções de Boot + +
+

Opções do Instalador: Opções de Rede

+ +É possível configurar a interface da rede neste exato momento. O hardware será detectado posteriormente pelo YaST2. O conjunto mínimo de opções para configurar a placa de rede consiste em IP do host e máscara de rede. Por exemplo:

+ + hostip=192.168.0.10 netmask=255.255.255.0

ou de forma abreviada:

+ + hostip=192.168.0.10/24

+ +Se você tiver especificado uma instalação baseada em rede e não tiver especificado essas duas opções, o instalador tentará configurar a interface de rede com dhcp. Se precisar de um gateway padrão, especifique isso com a opção gateway. Por exemplo:

+ + gateway=192.168.0.8
+ +

Retornar às Opções de Boot + +
+

Opções do Instalador: vnc

+ +Para habilitar a instalação VNC, especifique os parâmetros vnc e vncpassword:

+ + vnc=1 vncpassword=exemplo

+ +O servidor VNC será iniciado e você poderá controlar o YaST2 em qualquer cliente VNC a partir de um sistema remoto.
+ +

Retornar às Opções de Boot. + +
+

Opções de Kernel: apm

+ +APM é uma das duas estratégias de gerenciamento de energia usada em computadores atuais. É usada, principalmente, em laptops para funções como suspender para disco, mas também pode ser responsável por encerrar o computador após o desligamento. APM depende de um BIOS com funcionamento correto. Se o BIOS estiver danificado, o APM poderá fica com uso limitado ou até mesmo impedir que o computador funcione. Portanto, ele pode ser desligado com o parâmetro

+ + apm=off -- desligar completamente o APM

+ +Alguns computadores muito novos tiram mais proveito da ACPI mais recente. + + +

Retornar às Opções de Boot + +
+

Opções de Kernel: acpi

+ +ACPI (Advanced Configuration and Power Interface) é um padrão que define interfaces de gerenciamento de configuração e energia entre um sistema operacional e o BIOS. Por padrão, a acpi é ligada quando um BIOS detectado é mais novo do que os do ano 2000. Há vários parâmetros normalmente usados para controlar o comportamento da ACPI:

pci=noacpi -- não usar ACPI para rotear interrupções de PCI acpi=oldboot -- somente as partes da ACPI relevantes para a inicialização permanecem ativadas
acpi=off -- desligar completamente a ACPI
acpi=force -- ligar a ACPI, mesmo se o BIOS for anterior ao ano 2000

Especialmente em computadores novos, ele substitui o sistema apm antigo. + + +

Retornar às Opções de Boot + +
+

Opções de Kernel: ide

+ +IDE, diferente do SCSI, é usado normalmente na maioria das estações de trabalho. Para contornar alguns problemas de hardware que ocorrem com sistemas IDE, use o parâmetro kernel:

+ + ide=nodma -- desligar o DMA para unidades IDE
+ + + +

Retornar às Opções de Boot. + + +
+

Seleção de Tipo de Software

+ +Você pode instalar a versão de 32 bits ou de 64 bits do SUSE LINUX. + +

Retornar à Página Inicial + + + diff --git a/help-install.sl.html b/help-install.sl.html new file mode 100644 index 0000000..1b683a7 --- /dev/null +++ b/help-install.sl.html @@ -0,0 +1,363 @@ + + + + + + +
+

Pomoča zagonskega nalagalnika

+Dobrodošli v &product;

+ +Naslednje možnosti uporabite za izbiro željene funkcije. Za pomoč +pri uporabi sistema pomoči, pritisnite tipko F1 in +prikazal se bo opis sistema pomoči. glavne funkcije so:

+ +Zagon s trdega diska: izbira te možnosti na sistemu +ne naredi nič, saj omogoča zagon že nameščenega sistema na trdem +disku.

+ +Namestitev: +ta način namestitve deluje na večini računalnikov. Če imate v tem načinu +namestitve težave (računalnik zmrzne ali se pojavijo napake pri +zaznavanju strojne opreme, npr. omrežne kartice), poizkusite z izbiro +enega od naslednjih načinov namestitve.

+ +Namestitev - ACPI izključen: veliko računalnikov, +ki so sedaj v prodaji, ima nepopolno ali napačno izveden ACPI sistem. +Ta način namestitve v jedru onemogoči podporo ACPI sistemu, vendar +še vedno omogoča druge možnosti, kot so DMA za IDE trde diske.

+ +Namestitev - varne nastavitve: če način namestitve +Namestitev ni bila uspešna, je ta način mogoče rešitev težav.

+ +Sistem za reševanje: zagonska slika zažene majhen +Linux sistem, ki se naseli v pomnilniku. Sistem za reševanje je uporaben za +reševanje zagonskih težav. Po zagonu sistema, se v sistem prijavite kot +uporabnik root.

+ +Testiranje pomnilnika: testiranje pomnilnika +ni namenjeno le preverjanju namestitve novih pomnilniških modulov, ampak +je obsežen test za večino delov vašega sistema in lahko pokaže nekatere +težave strojne opreme.

+ +Možnosti pri zagonu: možnosti pri zagonu lahko v +celoti spremenijo obnašanje vašega sistema pri zagonu. Predstavljajo +nastavitve jedra.

+ +F1 Pomoč: povezava na sistem pomoči, ki prikaže +različne zaslone pomoči, glede na aktivni element zagonskega ekrana. +Na voljo je tudi opis sistema pomoči.

+ +F2 Video način: omogoča izbiro zaslonske +ločljivosti med namestitvijo. Če pri namestitvi naletite na težave +v grafičnem načinu, mogoče tekstivni način predstavlja +rešitev teh težav.

+ +F3 Izvor namestitve: izberite izvor za +namestitev (kje se nahajajo PRM paketi za namestitev).

+ +F4 Jezik: izberite jezik in razporedite tipk +na tipkovnici za uporabo v zagonskem nalagalniku.

+ +F5 Posodobitev gonilnikov: za zelo nove +računalnike bo mogoče potrebno posodobiti gonilnike za uspešno +namestitev sistema.

+ + +
+

Uporaba sistema pomoči

+ +Sistem pomoči zagonskega nalagalnika je odvisen od vašega položaja v programu. +Vsebuje informacije o izbrani možnosti v meniju. Pri urejanju zagonskih +možnosti vam prikaže informacije o možnosti, ki je izbrana s kurzorjem.
+
+Navigacijske tipke

+ + Puščica navzgor: osvetli predhodno povezavo
+ Puščica navzdol: osvetli naslednjo povezavo
+ Puščica levo, Backspace: vrnitev na prejšno stran
+ Puščica desno, Enter, Preslednica: sledi povezavi
+ Stran gor: premik za stran navzor
+ Stran dol: premik za stran navzdol
+ Home: na začetek strani
+ End: na konec strani
+ Esc: zapustitev sistema pomoči
+ +

Vrnitev na Začetno stran + +
+

Posodobitev gonilnikov

+ +Če potrebujete posodobitev gonilnikov z disketne enote ali CD-ja, +pritisnite tipko F5. Zagonski nalagalnik po končanem nalaganju +Linux jedra od vas zahteval medij z najnovejšimi gonilniki.

+ +Posodobitev gonilnkov je navadno disketna enota z novimi različicami +gonilnikov za strojno opremo ali popravki, ki so potrebni med +namestitvijo. + +

Vrnitev na Začetno stran + +
+

Izbira video načina

+ +Pritisk na tipko F2 prikaže seznam možnih grafičnih načinov, ki jih +podpira vaša grafična kartca. Predizbrana je najvišja možna grafična +ločljivost, ki jo dopušča vaš monitor.

+ +Obstaja možnost, da vaš monitor ne bo samodejno zaznan. V tem primeru +izberite željen grafični način.

+ +Če pri namestitvi naletite na težave v grafičnem načinu, +mogoče tekstovni način predstavlja rešitev teh težav.

+ +

Vrnitev na Začetno stran + +
+

Izbira jezika in razporeditve tipk na tipkovnici

+ +S pritiskom na tipko F2 lahko spremenite jezik in razpored tipk na +tipkovnici, ki jih uporablja zagonski nalagalnik. + +

Vrnitev na Začetno stran + +
+

Izvor namestitve

+ +S pritiskom na tipko F3 izberete izvor namestitve.

+ +Rezultate izbire je enak, kot pri zagonski možnosti install. + + +

Vrnitev na Začetno stran + +
+

Namestitev

+ +Izberite Namestitev za začetek privzete namestitve. Pri zagonu se +uporabijo vpisane možnosti pri zagonu. Možnost +aktivira veliko zmožnosti splošno dostopne strojne opreme.

+ +

Vrnitev na Začetno stran + +
+

Zagon s trdega diska

+ +Za zagon operacijskega sistema, ki je nameščen na trdem disku, izberite +možnost Zagon s trdega diska. Operacijski sistem mora biti +nameščen pravilno, saj se za zagon uporabi le MBR (Master Boot Record) +na prvem trdem disku. ID naprave za prvi trdi disk določi BIOS +računalnika.

+ +Možnost uporabite v primeru, želite zagnati operacijski sistem na +trdem disku, vendar ste v enoti pozabili CD/DVD medij.

+ +

Vrnitev na Začetno stran + +
+

Namestitev - ACPI izključen

+ +Najnovejša strojna oprema za nadzor prekinitev zahteva ACPI sistem. ACPI +v celoti nadomesti star APM sistem.

+ +Če med zagonom jedra sistema naletite na težave, izberite možnost +Namestitev - ACPI izključen. Znane težave z računalniki, ki +imajo težave z ACPI so: +

+ + * jedro sistema med zagonom zmrzne
+ * PCI kartice so nepravilno zaznane ali inicializirane

+ +

Vrnitev na Začetno stran + +
+

Namestitev - varne nastavitve

+ +Če med namestitvijo doživite, da se računalnik "obesi" ali se pojavljajo +neponovljive napake, izberite možnost Namestitev - varne nastavitve. +Ta možnost onemogoči uporabo DMA za IDE diske in vse možnosti upravljanja +z energijo. Poglejte tudi možnosti jedra za apm, +acpi in ide. + +

Vrnitev na Začetno stran + +
+

Sistem za reševanje

+ +Sistem za reševanje je majhen sistem, ki za delovanje potrebuje +le pomnilnik. Po zagonu je možno narediti vse vrste sprememb na nameščenem +sistemu. Ker omogoča uporabo je tekstovnh orodij, je namenjen le +strokovnjakom.

+ +

Vrnitev na Začetno stran + +
+

Testiranje pomnilnika

+ +Vključena možnost testiranja pomnilnika nudi lepo priložnost +za poglobljene testiranje strojne opreme vašega sistema. Glavna naloga +tesiranja je odkrivanje pokvarjenega pomnilnika, vendar lahko pregleduje +tudi drige dele sistema.
+ +Pri preverjanju ni zagotovila, da je pomnilnik v redu, če se +test konča brez napak, čeprav testiranje odkrije večini napak.
+ +

Vrnitev na Začetno stran + +
+

Možnosti pri zagonu

+ +Na voljo sta dve vrsti možnosti pri zagonu: prve možnosti vplivajo na +postopek namestitve, druge možnosti so možnosti jedra sistema. +Nekatere najbolj običajne možnosti so:

+a) pri postopku namestitve
+
+ install -- izbira izvora namestitve
+ network options -- možnosti omrežja
+ vnc options -- možnosti za namestitev preko VNC +

+b) možnosti jedra
+
+ splash -- vplivanje na obnašanje začetnega zaslona
+ apm -- vplivanje na upravljanje z energijo
+ acpi -- advanced configuration and power interface
+ ide -- nadzor nad IDE podsistemom
+ +

Vrnitev na Začetno stran + +
+

Možnosti pri postopku namestitve: install

+ +Privzeti izvor namestitve je lokalna CD-ROM/DVD enota. Za namestitve +preko omrežja, izberite možnost install. Možni namestitveni +protokoli so:
+ * FTP
+ * NFS
+ * HTTP
+Izvor namestitve se poda v obliki običajnega URL naslova. Primer: +če ima vaš strežnik naslov 192.168.0.1 in želite namestiti sistem +preko NFS protokola in imenika /install, je izvor namestitve:

+ + install=nfs://192.168.0.1/install

+ +Nastavitev omrežne kartice se naredi preko protokola dhcp +ali pa sami vpišete parametre, kot je opisano v +možnosti omrežja.
+ +Vrnitev na Možnosti pri zagonu + +
+

Možnosti jedra: splash

+ +Začetni zaslon je slika, ki se prikaže med zagonom sistema.
+
+splash=0
+Začetni zaslon je izključen. Možnost je uporabna pri uporabi zelo +starih zaslonov ali pri kakšnih napakah..
+
+splash=verbose
Vključi začetni zaslon s sporočili jedra in +zagonskimi sporočili.
+
+splash=silent
+Zagonski zaslon je vključen, vendar se prikaže je stolpec napredka.
+
+Vrnitev na Možnosti pri zagonu + +
+

Možnosti pri postopku namestitve: možnosti omrežja

+ +Omrežno kartico je možno nastaviti takoj. Omrežno strojno opremo +bo kasneje zaznal YaST2. Minimalni set nastavitev za priključitev +na omrežje sestavljajo IP naslov in maska omrežja. Primer:

+ + hostip=192.168.0.10 netmask=255.255.255.0
+
+ali v krajši obliki:

+ + hostip=192.168.0.10/24
+
+ +Če ste izbrali namestitev preko omrežja in +niste določili obeh vrednosti, bo namestitveni program poizkusil +nastaviti omrežni vmesnik preko protokola DHCP. Če morate +določiti privzeti prehod (gateway), lahko to storite s parametrom +gateway. Primer:

+ + gateway=192.168.0.8
+ +

Vrnitev na Možnosti pri zagonu + +
+

Možnosti pri postopku namestitve: vnc

+ +Za namestitev preko protokola VNC, napišite parameter vnc in +vnc geslo (vncpassword). Primer:

+ + vnc=1 vncpassword=example

+ +Pri namestitvi se do zagnal VNC strežnik in YaST2 boste lahko +upravljali preko VNC protokola z odjemalcem na oddaljenem +sistemu.
+ +

Vrnitev na Možnosti pri zagonu + +
+

Možnosti jedra: apm

+ +APM je eden od dveh možnih strategij upravljanja z energijo na +računalnikih. V večini primerov se uporablja v prenosnih računalnikih +za funkcionalnost kot je zaustavitev in shranitev na disk. Lahko pa +nadzira tudi ugašanje računalnika. APM za delovanje potrebuje pravilno +delovanje BIOSa. Če BIOS ne deluje pravilno, ima APM omejene možnosti +delovanja ali pa lahko celo prepreči delovanje računalnika. V primeru +težav, je možno APM sistem izključiti z naslenjim parametrom: +

+ + apm=off -- v celoti izključi APM

+ +Nekateri novi računalniki lahko izkoristijo nov sistem - +ACPI. + +

Vrnitev na Možnosti pri zagonu + +
+

Možnosti jedra: acpi

+ +ACPI (Advanced Configuration and Power Interface) je standard, ki +določa vmesnik za urejanje nastavitev in upravljanja z energijo med +operacijskim sistemom in BIOSom. Če je med zagonom zaznan BIOS, ki +je bil izdelan po letu 2000, je acpi vključen. Najbolj +uporabni paramteri za določanje obnašanja ACPI sistema:
+
+ pci=noacpi -- ne uporabi ACPI sistem za preusmeritve PCI prekinitev + acpi=oldboot -- le za zagon pomebni deli ACPIja ostanejo aktivni
+ acpi=off -- v celoti izključi ACPI
+ acpi=force -- vključi ACPI tudi v primeru, da je bil BIOS narejen pred letom 2000
+
+ACPI sistem zamenjuje sistem apm, predvsem na novih računalnikih. + + +

Vrnitev na Možnosti pri zagonu + +
+

Možnosti jedra: ide

+ +IDE je, nasprotno kot SCSI, v splošni rabi v večini namiznih računalnikov. +Za premostitev nekaterih napak strojne opreme, lahko uporabite parameter +jedra:

+ + ide=nodma -- za IDE naprave izključi DMA
+ + +

Vrnitev na Možnosti pri zagonu. + +
+

Izbira različice programske opreme

+ +Pri namestitvi mora izbrati ali želite namestiti 32-bitno ali 64-bitno +različico SUSE LINUXa. + +

Vrnitev na Začetno stran + + + diff --git a/help-install.sv.html b/help-install.sv.html new file mode 100644 index 0000000..ceef4ca --- /dev/null +++ b/help-install.sv.html @@ -0,0 +1,376 @@ + + + + + + +
+

Hjälp för starthanteraren

+Välkommen till &product;

+ +Använd denna meny för att välja önskad funktion. Om du har problem +att navigera i detta hjälpsystem, tryck på F1 för att komma +till beskrivningen av hjälpsystemet. +Huvudfunktionerna i denna meny är:

+ +Starta från hårddisk: Detta val kommer inte +att påverka systemet. Det startar bara ett tidigare installerat +operativsystem.

+ +Installation: +Denna installationmetod fungerar på de flesta maskiner. Om du upplever +att systemet hänger sig under uppstart, eller problem under detekteringen +av hårdvarukomponenterna, som diskkontrollers eller nätverkskort, prova +något av de följande installationsalternativen.

+ +Installation -- ACPI avstängt: Många av de +maskiner som säljs idag har inkompletta eller felaktiga ACPI +implementationer. Detta val avaktiverar ACPI-stödet i kärnan, men +medger ändå många prestandafunktioner, som DMA för IDE hårddiskar.

+ +Installation -- Säkra inställningar: Om du inte +lyckades med Installation, kanske detta val kan lösa +problemet.

+ +Räddningssystem: Denna startavbild startar ett litet +Linux system i RAM-minnet. Detta är användbart om systemet inte startar på +ett korrekt vis. Efter att systemet startats, logga in som root.

+ +Minnestest: Minnestestning är bra för mer än +bara kontrollera installationen av nya minnesmoduler. Det är också ett +stresstest för en stor del av ditt datorsystem och kan indikera +hårdvaruproblem.

+ +Startalternativ: Startalternativen kan ändra systemets +uppförande helt och hållet. De är inställningar för kärnan.

+ +F1 Hjälp: Detta är kontextmedveten hjälp. Den kommer +att visa olika texter beroende på det aktiva alternativet i startmenyn. +Det finns också en beskrivning av detta hjälpsystem tillgänglig.

+ +F2 Bildskärmsläge: Här väljer du mellan +olika skärmupplösningar under installationen. Om du upplever problem +med den grafiska installationen kan text läge vara en +lösning för dig.

+ +F3 Installationskälla: Välj den källa du vill +installera från.

+ +F4 Språk: Välj det språk och den tangentbordslayout +som starthanteraren skall använda.

+ +F5 Drivrutinsuppdatering: För väldigt nya +maskiner kan en uppdatering av drivrutiner krävas för att installera +systemet.

+ +
+

Användande av hjälpsystemet

+ +Starthanterarens hjälp är kontextmedveten. Den ger information +om det valda menyobjektet, eller om du redigerar startalternativ så +försöker hjälpen leta upp information om det val markören befinner sig +på.
+
+Navigeringstangenter

+ + Uppåtpil: Markera föregående länk
+ Nedåtpil: Markera nästa länk
+ Vänsterpil, Bakåtknapp: Tillbaka till föregående alternativ
+ Högerpil, Retur, Mellanslag: Följ länk
+ Sida upp: Bläddra upp en sida
+ Sida ner: Bläddra ner en sida
+ Hem: Gå till sidans början
+ Slut: Gå till sidans slut
+ Esc: Lämna hjälpen
+ +

Tillbaka till Startsidan + +
+

Drivrutinsuppdatering

+ +Om du behöver använda en drivrutinsuppateringsskiva, floppy eller CD-ROM, +tryck F5. Starthanteraren ber dig sätta i mediet efter att +Linuxkärnan laddats.

+ +En drivrutinsuppdatering är vanligen en diskett med en ny version av +drivrutinen till hårdvaran, eller buggfixar som behövs under installationen. + +

Tillbaka till Startsidan + + +
+

Val av grafikläge

+ +Tryck på F2 för att se en lista av de grafiklägen ditt grafikkort +stödjer. Den högsta upplösningen din monitor klarar är förvald.

+ +Det är möjligt att din monitor inte kan detekteras automatiskt. I så fall +måste du välja ditt föredragna läge manuellt.

+ +Om ditt system har problem med grafikkortet under installationen kan +text läge vara en användbar lösning. + +

Tillbaka till Startsidan + + +
+

Val av språk och tangentborslayout

+ +Tryck på F4 för att ändra språket och tangentbordslayouten som +starthanteraren använder. + +

Return to Start Page + + +
+

Installationskälla

+ +Tryck på F3 för att välja källa för installationen.

+ +Detta är samma som installation +startval. + +

Tillbaka till Startsidan + + +
+

Installation

+ +Välj Installation för att starta standardinstallationen. +De startalternativ du valt kommer att användas +under uppstarten. Detta val aktiverar de flesta funktionerna hos +de flesta maskiner.

+ +

Tillbaka till Startsidan + + +
+

Starta från hårddisk

+ +Välj Starta installerat OS för att starta det system som finns +installerat på din lokala hårddisk. Detta system måste vara korrekt +installerat eftersom endast MBR (Master Boot Record) på den första hårddisken +används. Enhets ID för den första hårddisken rapporteras av datorns BIOS. +

+ +Använd detta val om du glömt ta ur din CD eller DVD från läsaren och du +vill starta datorn från hårddisken.

+ +

Tillbaka till Startsidan + + +
+

Installation -- ACPI avaktiverat

+ +Väldigt ny hårdvara kräver ibland att ACPI hanterar datorns avbrottsrutiner. +ACPI ersätter det äldre APM systemet helt och hållet.

+ +Välj Installation -- ACPI avaktiverat om du stöter på problem +under kärnans uppstart. Kända problem med maskiner som har problem med +ACPI är: +

+ + * kärnan "fryser" och stannar under uppstart
+ * PCI kort detekteras eller initieras inte korrekt

+ + +

Tillbaka till Startsidan + + +
+

Installation -- Säkra inställningar

+ +Välj Installation -- Säkra inställningar om du upplever att datorn +hänger sig under installationen, eller om du får oåterkallegia fel. Detta val +inaktiverar DMA för IDE diskar och alla strömsparfunktioner. +Se också kärnalternativen för apm, +acpi och ide. + +

Tillbaka till Startsidan + + +
+

Räddningssystem

+ +Räddningssystemet är ett litet RAM-disk baserat system. Därifrån har +du möjlighet att göra alla sorters ändringar i ett installerat system. +Eftersom endast lågnivå-verktyg är tillgängliga i detta system är det avsett +för experter.

+ +

Tillbaka till Startsidan + + +
+

Minnestest

+ +Det inkluderade Minnestestet erbjuder goda möjligheter att +stresstesta hårdvaran i systemet. Dess huvudsakliga uppgift är att detektera +felaktigt RAM, men funktionen stressbelastar även många andra komponenter i +systemet.
+ +Det finns inga garantier att minnes är felfritt om inga fel rapporteras, +även om de flesta minnesproblem kommer att upptäckas.
+ +

Tillbaka till Startsidan + + +
+

Startalternativ

+ +Det finns två olika typer av startalternativ tillgängliga. Först är det de +alternativ som påverkar installeraren. Sedan är det de olika kärnalternativen. +Några av de vanligare alternativen är:

+a) Installationsalternativ
+
+ Installera -- Välj en källa för installationen
+ Nätverksalternativ -- Alternativ för nätverk
+ VNC alternativ -- Alternativ för installation via VNC +

+b) Kärnalternativ
+
+ splash -- Påverkar uppträdandet hos startbilden
+ apm -- Slå till eller från strömsparfunktioner
+ acpi -- Avancerad konfiguration och strömsparhantering
+ ide -- Kontrollerar IDE undersystemet
+ +

Tillbaka till Startsidan + +
+

Installationsalternativ: install

+ +Som standard genomsöks de lokala CD-ROM enheterna för installationskällan. +För en nätverksinstallation, välj installation alternativ. Möjliga +installationsprotokoll är
+ * FTP
+ * NFS
+ * HTTP
+Syntaxen som skall användas är prcis som vanliga URLer. Till exempel om din +server finns på 192.168.0.1 och du vill göra en NFS-baserad installation från +katalogen /install på denna server, ange källan som följer:

+ + install=nfs://192.168.0.1/install

+ +Nätverkskortet kan konfigureras via dhcp eller så måste du ange +parametrarna själv, som beskrivs i +nätverksalternativ.
+ +

Tillbaka till Startalternativ. + +
+

Kärnalternativ: splash

+ + +Startbilden är en bild som visas under systemstart.
+
+splash=0

Startbilden är inaktiverad. Detta kan vara användbart +med väldigt gamla bildskärmar eller om något fel uppstår.
+
+splash=verbose

Aktiverar bilden, kärn- och startmeddelanden +visas fortfarande.
+
+splash=silent

+Aktiverar bilden, men inga meddelanden visas. Istället visas en växande +indikatorstapel.
+
+Tillbaka till Startalternativ. + +
+

Installationsalternativ: Nätverk

+ +Det är möjligt att konfigurera nätverkskort redan nu. Hårdvaran kommer att +identifieras senare av YaST2. De minimala uppgifterna för att konfigurera +ditt nätverkskort består av värd IP adress och nätmask. Till exempel:

+ + hostip=192.168.0.10 netmask=255.255.255.0
+
+eller i kortare format:

+ + hostip=192.168.0.10/24
+
+ +Om du angivit en nätverksinstallation och du inte +anger båda dess alternativ kommer installationen att försöka konfigurera +nätverkskortet med dhcp. Om du behäver ange en standardgateway, +specificera detta med alternativet gateway. Till exempel:

+ + gateway=192.168.0.8
+ +

Tillbaka till Startalternativ. + +
+

Installationsalternativ: vnc

+ +För att aktivera VNC installation, specificera parametrarna vnc och +vncpassword:

+ + vnc=1 vncpassword=exampel

+ +VNC servern kommer att startas och du kan kontrollera YaST2 från vilken VNC +klient som helst på ett annat system.
+ +

Tillbaka till Startalternativ. + +
+

Kärnalternativ: apm

+ +APM är en av två strategier för strömsparhantering som används av moderna +datorer. Den används främst av bärbara datorer för funktioner som viloläge +till disk, men kan också ansvara för att stänga av datorn efter nedstängning. +APM förlitar sig på ett korrekt fungerande BIOS. Om BIOS är felaktig har APM +endast begränsad funktionalitet eller kan till och med hindra datorn från +att fungera. Därför kan den stängas av med denna parameter

+ + apm=off -- Stäng av APM helt och hållet.

+ +Vissa väldigt nya datorer kan ha bättre nytta av det nyare +ACPI. + + +

Tillbaka till Startalternativ. + +
+

Kärnalternativ: acpi

+ +ACPI (Advanced Configuration and Power Interface) är en standard +som definierar strömspar och konfigurationshantering mellan BIOS +och operativsystemet. Som standard är acpi påkopplat +om BIOS anger att det är nyare än från år 2000. Det finns flera +vanligt använda parametrar för att kontrollera ACPI uppträdande:
+
+ pci=noacpi -- Använd inte ACPI att skicka PCI avbrott
+ acpi=oldboot -- Endast de delar av ACPI som är relevanta +för uppstart är aktiverade
+ acpi=off -- Stäng av ACPI helt och hållet
+ acpi=force -- Slå på ACPI även om ditt BIOS är daterat +före 2000
+
+Framförallt på nyare datorer ersätter acpi det äldre +apm systemet. + + +

Tillbaka till Startalternativ. + +
+

Kärnalternativ: ide

+ +IDE är, olikt SCSI, vanligt förekommande i de flesta skrivbordsdatorer. +För att undvika en del hårdvaruproblem som kan uppstå med IDE system, +använd kärnparameter:

+ + ide=nodma -- Koppla från dma för IDE enheter
+ + + +

Tillbaka till Startalternativ. + + +
+

Val av mjukvarutyp

+ +Du kan välja mellan att installera 32-bit eller 64-bit versionen av +SUSE LINUX. + +

Tillbaka till Startsidan + + + diff --git a/help-install.uk.html b/help-install.uk.html new file mode 100644 index 0000000..ea880a9 --- /dev/null +++ b/help-install.uk.html @@ -0,0 +1,287 @@ + + + + + + +
+

Довідка для завантажувача

+Ласкаво просимо до &product;

+ +Скористайтесь цим меню для вибору необхідної функції. Якщо ви будете мати труднощі з навігацією по цій системі довідки, натисніть F1, щоб перейти в опис системи довідки. Головні функції цього меню:

+ +Завантаження з жорсткого диска: Цей вибір нічого не змінить в системі. Він просто запустить попередньо встановлену операційну систему.

+ +Встановлення: +Цей режим встановлення працює на більшості комп'ютерів. Якщо під час завантаження трапиться зависання системи або проблеми з виявленням компонентів вашого обладнання, наприклад, дискових контролерів або мережних плат, спробуйте один із наступних способів встановлення.

+ +Встановлення -- ACPI вимкнено: Багато комп'ютерів, які тепер продаються, мають неповне або помилкове впровадження ACPI. Цей вибір вимикає в ядрі підтримку ACPI, але, однак, вмикає багато функцій швидкодії, таких як DMA для жорстких дисків IDE.

+ +Встановлення -- безпечні параметри: Якщо Встановлення не було успішним, можливо, цей спосіб вирішить проблему.

+ +Порятунок системи: Цей завантажувальний штамп запускає малу систему Linux в RAM. Придатне, якщо система не запускається як слід. +Після завантаження системи увійдіть в неї як адміністратор (root).

+ +Тест пам'яті: Тест пам'яті придатний не тільки для перевірки встановлення нових модулів пам'яті. Це також тест на витримку навантаження значної частини вашої комп'ютерної системи і може виявити проблеми пов'язані з обладнанням.

+ +Параметри завантаження: Параметри завантаження можуть цілком змінити поведінку вашої системи. Вони є параметрами для ядра.

+ +F1 Довідка: Довідка є чутливою до контексту. Вона покаже різні вікна залежно від активного елемента завантажувального екрану. Доступний також і опис цієї довідкової системи.

+ +F2 Відеорежим: Тут можна вибрати роздільну здатність екрану під час встановлення. Якщо виникнуть проблеми з встановленням у графічному режимі, можна скористатись встановленням у текстовому режимі.

+ +F3 Джерела встановлення: Виберіть джерело встановлення.

+ +F4 Мова: Вкажіть мову та приписування клавіатури для завантажувача.

+ +F5 Оновлення драйверів: Для дуже нових комп'ютерів, можливо, буде необхідно оновити драйвери перед встановленням системи.

+ +
+

Використання системи довідки

+ +Довідка завантажувача є чутливою до контексту. Вона подає інформацію про вибраний елемент меню або, якщо ви редагуєте параметри завантаження, вона намагається знайти інформацію про параметр, на який наведено курсор.
+
Навігаційні клавіші

+ + Стрілка вгору: виділити попереднє посилання
+ Стрілка вниз: виділити наступне посилання
+ Стрілка ліворуч, Backspace: повернутись до попередньої теми
+ Стрілка праворуч, Enter, Space: слідувати за посиланням
+ Сторінка вгору: прокрутити на одну сторінку вгору
+ Сторінка вниз: прокрутити на одну сторінку вниз
+ Home: перейти до початку сторінки
+ End: перейти до кінця сторінки
+ Esc: вийти з довідки
+ +

Повернутись до початку сторінки + +
+

Оновлення драйверів

+ +Якщо для оновлення драйверів потрібна дискета або КД, натисніть F5. Завантажувач попросить вас вставити носій з оновленнями драйверів після завантаження ядра Linux.

+ +Зазвичай оновлення драйверів робиться з дискети, яка містить новіші версії або виправлення помилок драйверів обладнання необхідних під час встановлення. + +

Повернутись до початку сторінки + + +
+

Вибір відеорежиму

+ +Натисніть F2, щоб отримати список відеорежимів, які підтримуються вашою графічною платою. Заздалегідь вибрано найвищий режим, який підтримується вашим монітором.

+ +Можливо, що ваш монітор не буде виявлено автоматично. У цьому випадку, виберіть бажаний режим вручну.

+ +Якщо виникнуть проблеми з встановленням у графічному режимі, можна скористатись встановленням у текстовому режимі. + +

Повернутись до початку сторінки + + +
+

Вибір мови і розкладки клавіатури

+ +Натисніть F4, щоб змінити мову та розкладку клавіатури для завантажувача. + +

Повернутись до початку сторінки + + +
+

Джерело встановлення

+ +Натисніть F3, щоб вибрати джерело встановлення.

+ +Це те саме, що й використання параметра завантаження install. + +

Повернутись до початку сторінки + + +
+

Встановлення

+ +Виберіть Встановлення, щоб почати типове встановлення. Введені +параметри завантаження використовуються при запуску. Цей елемент активує багато функцій пересічного обладнання.

+ +

Повернутись до початку сторінки + + +
+

Завантаження з жорсткого диска

+ +Виберіть Завантажити встановлену ОС, щоб запустити систему встановлену на локальному жорсткому диску. Цю систему має бути перед тим правильно встановлено, тому що запускається тільки MBR (головний запис завантаження) на першому жорсткому диску. ІД пристрою першого жорсткого диска вказано в cbcntvs BIOS комп'ютера.

+ +Скористайтесь цим, якщо ви забули вийняти КД або DVD з вашого приводу і хочете запустити комп'ютер з жорсткого диска.

+ +

Повернутись до початку сторінки + + +
+

Встановлення -- ACPI вимкнено

+ +Деяке дуже нове обладнання потребує ACPI для керування опрацюванням переривань. ACPI цілком заміняє стару систему APM.

+ +Виберіть Встановлення -- ACPI вимкнено, якщо у вас виникнуть проблеми при завантаженні ядра. Відомі проблеми у комп'ютерах, пов'язані з ACPI: +

+ + * "замерзання" ядра під час завантаження
+ * плати PCI не розпізнано або належно не започатковано

+ + +

Повернутись до початку сторінки + + +
+

Встановлення -- безпечні параметри

+ +Виберіть Встановлення -- безпечні параметри, якщо виникнуть проблеми з зависанням системи під час встановлення або невідтворювані помилки. Цей параметр вимикає DMA для приводів IDE та всі функції керування живленням. +Також, див. параметри ядра для apm, +acpi та ide. + +

Повернутись до початку сторінки + + +
+

Порятунок системи

+ +Порятунок системи -- це невелика базова система, яка завантажується в оперативну пам'ять RAM. Звідти, можна робити різноманітні зміни у встановленій системі. Цей режим призначений для експертів, оскільки в цій системі наявні тільки засоби низького рівня.

+ +

Повернутись до початку сторінки + + +
+

Тест пам'яті

+ +Тест пам'яті надає можливість випробовування обладнання системи на витримку навантаження. Його головна мета -- це виявлення пошкодженої оперативної пам'яті RAM, але він також спричиняє значне навантаження на багато інших компонентів системи.
+ +Не дається гарантії, що пам'ять не має проблем, навіть, якщо не знайдено помилок. Однак, більшість дефектів пам'яті буде знайдено.
+ +

Повернутись до початку сторінки + + +
+

Параметри завантаження

+ +Наявні два типи параметрів завантаження. 1. Параметри, які мають вплив на встановлення. 2. Параметри ядра. Деякі з поширених параметрів:

+a) параметри встановлення
+
+ install -- вибір джерела встановлення
+ мережні параметри -- ваші мережні параметри
+ параметри vnc -- параметри для встановлення через VNC +

+b) параметри завантаження
+
+ splash -- вплив на поведінку екрану заставки
+ apm -- вмикання/вимикання керування живленням
+ acpi -- розширений інтерфейс для налаштування та живлення
+ ide -- керування підсистемою IDE
+ +

Повернутись до початку сторінки + +
+

Параметри встановлення: install

+ +Типово, пошук джерела встановлення проводиться в локальних приводах CD-ROM. +для мережного встановлення, виберіть параметр install. Для встановлення можливе використання наступних протоколів
+ * FTP
+ * NFS
+ * HTTP
+Використовується синтаксис такий як в стандартних адресах URL. Наприклад, +якщо ваш сервер знаходиться на 192.168.0.1 і ви хочете зробити встановлення через NFS з каталогу /install на тому сервері, вкажіть джерело таким чином:

+ + install=nfs://192.168.0.1/install

+ +Мережну плату буде або налаштовано через dhcp, або ви повинні самі вказати параметри, відповідно до того, як описано в мережних параметрах.
+ +

Повернутись до параметрів завантаження + +
+

Параметри ядра: splash

+ + +Екран заставки -- це зображення, яке показується під час запуску системи.
+
+splash=0

Екран заставки вимкнено. Може знадобитись для дуже старих моніторів або при виникненні якоїсь помилки.
+
+splash=verbose

Активує заставку, однак, буде показано повідомлення ядра та завантаження.
+
+splash=silent

+Активує заставку, але не повідомлення. Замість цього показується смужка поступу.
+
+Повернутись до параметрів завантаження + +
+

Параметри встановлення: мережні параметри

+ +ВИ можете вже тепер налаштувати мережний інтерфейс. Обладнання буде пізніше виявлено програмою YaST2. Мінімальний набір параметрів необхідних для налаштування вашої мережної плати складається з адреси IP вузла та мережної маски. Наприклад:

+ + hostip=192.168.0.10 netmask=255.255.255.0
+
+або в коротшому вигляді:

+ + hostip=192.168.0.10/24
+
+ +Якщо ви вкажете мережне встановлення, але не наставите ці два параметри, процес встановлення зробить спробу налаштування мережного інтерфейсу за допомогою dhcp. Якщо необхідний типовий шлюз6 вкажіть його за допомогою параметра gateway. Наприклад:

+ + gateway=192.168.0.8
+ +

Повернутись до параметрів завантаження + +
+

Параметри встановлення: vnc

+ +Щоб увімкнути встановлення через VNC, вкажіть параметри vnc та vncpassword:

+ + vnc=1 vncpassword=example

+ +Буде запущено сервер VNC і ви зможете керувати програмою YaST2 з будь-якого клієнта VNC з віддаленої системи.
+ +

Повернутись до параметрів завантаження. + +
+

Параметри ядра: apm

+ +APM -- це одна з двох стратегій керування живленням, яка використовується у сучасних комп'ютерах. Переважно, її використовують на лептопах для таких функцій, як режим сну із збереженням на диск, але вона також може бути відповідальною за вимкнення комп'ютера після від'єднання живлення. APM покладається на правильне функціонування BIOS. Якщо BIOS не працює належно, APM має обмежене використання або навіть може перешкоджати правильній роботі комп'ютера. Тому, APM можна вимкнути параметром

+ + apm=off -- цілком вимкнути APM

+ +Деякі найновіші комп'ютери можуть отримати більше користі від новіших +ACPI. + + +

Повернутись до параметрів завантаження + +
+

Параметри ядра: acpi

+ +ACPI (Advanced Configuration and Power Interface) -- це стандарт, який визначає інтерфейси керування живленням та налаштуванням між операційною системою та BIOS. Типово, acpi вмикається, коли виявлено BIOS новіший ніж з 2000 року. Є декілька загальновживаних параметрів для керування поведінкою ACPI:
+
+ pci=noacpi -- не використовувати ACPI для маршрутизації переривань + acpi=oldboot -- активувати тільки частини ACPI, які відносяться до завантаження
+ acpi=off -- цільком вимкнути ACPI
+ acpi=force -- увімкнути ACPI навіть, якщо ваш BIOS датований перед 2000 роком
+
+Особливо на нових комп'ютерах, ACPI заміняє стару систему apm. + + +

Повернутись до параметрів завантаження + +
+

Параметри ядра: ide

+ +На відміну від SCSI, IDE використовується в переважній більшості робочих станцій. Щоб обійти деякі проблеми з обладнанням, які трапляються в системах з IDE, скористайтесь параметром ядра:

+ + ide=nodma -- вимкнути dma для приводів IDE
+ + + +

Повернутись до параметрів завантаження. + + +
+

Вибір типу ПЗ

+ +Ви можете встановити 32-бітну або 64-бітну версію SUSE LINUX. + +

Повернутись до початку сторінки + + + diff --git a/help-install.zh_CN.html b/help-install.zh_CN.html new file mode 100644 index 0000000..2ce3f7e --- /dev/null +++ b/help-install.zh_CN.html @@ -0,0 +1,232 @@ + + + + + + +
+

Boot Loader 帮助

欢迎使用 &product;

+ +使用此菜单可选择需要的功能。如果在浏览该帮助系统时有问题,请按 F1 键进入帮助系统的说明部分。此菜单中的主要功能有:

+ +从硬盘引导:此选项不会对系统进行任何操作。它只启动以前安装的操作系统。

+ +安装:这种安装方式在大多数计算机上起作用。如果引导时发生系统冻结或在检测硬件组件(例如:磁盘控制器或网络卡)时出现问题,请尝试使用以下一种安装选项:

+ +安装 - 禁用 ACPI:目前出售的很多计算机的 ACPI 实施都是不完整或存在错误的。此选项虽在内核中禁用 ACPI 支持,但仍启用了很多性能功能,如 IDE 硬盘的 DMA。

+ +安装 - 安全设置:如果安装不成功,则此选项可解决您的问题。

+ +应急系统:该引导映象可在 RAM 中启动一个小的 Linux 系统。如果系统未正确启动,则这将非常有用。引导系统后,请以 root 用户身份登录。

+ +内存测试:内存测试非常有用,其作用不仅仅在于检查新内存模块的安装。它是对您计算机系统的大范围的重点测试,并且可指出硬件问题。

+ +引导选项:引导选项可完全更改您系统的行为。它们是内核的设置。

+ +F1 帮助:它与环境相关。将根据引导屏幕中活动元素显示不同的屏幕。这里还提供了一份有关该帮助系统的说明。

+ +F2 视频方式:安装时,在此处选择不同的屏幕分辨率。如果在图形安装时遇到问题,则文本方式可能就是一种变通方法。

+ +F3 安装源:选择安装源。

+ +F4 语言:设置 boot loader 使用的语言和键盘映射。

+ +F5 驱动程序更新:对于出品时间不长的新计算机,安装系统时可能需要更新驱动程序。

+ +
+

使用帮助系统

+ +Boot loader 联机帮助是与环境相关的。它提供有关选定菜单项的信息,或者在您编辑引导选项时,它会尝试查询光标所指选项的有关信息。

导航键

+ +向上箭头键:高亮显示前一个链接
向下箭头键:高亮显示下一个链接
向左箭头键Backspace 键:返回前一个主题
向右箭头键Enter 键空格键:后面的链接
Page Up 键:上翻一页
Page Down 键:下翻一页
Home 键:回到页首
End 键:回到页尾
Esc 键:退出帮助
+ +

返回启动页面 + +
+

驱动程序更新

+ +如果您需要驱动程序更新软盘或 CD-ROM,请按 F5 键。Boot loader 会让您在装载 Linux 内核后插入驱动程序更新媒体。

+ +驱动程序更新通常为一张软盘,其中带有新版本的硬件驱动程序或安装时需要的错误修订。 + +

返回启动页面 + + +
+

视频方式选择

+ +按 F2 键获得您图形卡支持的视频方式的列表。已经预先选定监视器可以显示的最高一级方式。

+ +有可能无法自动检测到您的显示器。在这种情况下,请手动选择您首选的方式。

+ +如果安装时您的图形卡出现问题,则文本方式可能就是一种有用的变通方法。 + +

返回启动页面 + + +
+

语言和键盘布局选择

+ +按 F4 键可以更改 boot loader 使用的语言和键盘布局。 + +

返回启动页面 + + +
+

安装源

+ +按 F3 键可选择安装源。

+ +这和使用安装引导选项的作用一样。 + +

返回启动页面 + + +
+

安装

+ +选择安装可启动默认安装。输入的引导选项将在启动时使用。此项目激活了一般可用硬件的多项功能。

+ +

返回启动页面 + + +
+

从硬盘引导

+ +选择引导安装操作系统可启动在您本地硬盘上安装的系统。此系统必须正确安装,因为仅启动第一个硬盘上的 MBR(主引导记录)。第一个硬盘的设备 ID 由计算机的 BIOS 提供。

+ +如果忘了从驱动器中取出 CD 或 DVD,且想从硬盘启动计算机,请使用该选项。

+ +

返回启动页面 + + +
+

安装 - 禁用ACPI

+ +出品时间不长的新硬件有时需要 ACPI 来控制中断处理。ACPI 完全取代了旧的 APM 系统。

+ +如果在内核引导时遇到问题,请选择安装 - 禁用 ACPI。存在 ACPI 问题的计算机上的已知问题有:

+ +* 引导时内核冻结
* PCI 卡未被检测到或未正确初始化

+ + +

返回启动页面 + + +
+

安装 - 安全设置

+ +当您遇到安装时系统挂起或无法再现的错误时,请选择安装 - 安全设置。该选项禁用"IDE 驱动器的 DMA"和所有电源管理功能。另请参见 apmacpiide 内核选项。 + +

返回启动页面 + + +
+

应急系统

+ +应急系统是一个小 RAM 磁盘基础系统。在其中可以对已安装的系统进行各种类型的更改。因为此系统中只提供底层工具,所以它仅供专家使用。

+ +

返回启动页面 + + +
+

内存测试

+ +包含的内存测试为系统硬件的重点测试提供了很好的机会。其主要目的是检测损坏的 RAM,但同时也重点检查很多其他的系统部件。
+ +尽管大多数内存缺陷将会被发现,但没有发现错误并不能保证内存完好。
+ +

返回启动页面 + + +
+

引导选项

+ +有两种引导选项可用。第一种,影响安装程序的选项。第二种,内核选项。更一般的选项有:

a} 安装程序选项

安装 - 选择安装源
网络选项 - 网络选项
vnc 选项 - 通过 VNC 安装的选项

b) 内核选项

splash - 影响启动屏幕的行为
apm - 转换电源管理
acpi - 高级配置和电源接口
ide - 控制子系统的 IDE
+ +

返回启动页面 + +
+

安装程序选项:安装

+ +默认情况下,在本地的 CD-ROM 中搜索安装源。对于网络安装,请选择安装选项。可能的安装协议为
* FTP
* NFS
* HTTP
使用的语法和标准 URL 类似。例如,如果发现服务器为 192.168.0.1,而您想从该服务器上的目录 /install 进行基于 NFS 的安装,则可以如下指定源:

+ +install=nfs://192.168.0.1/install

+ +将使用 dhcp 配置网络卡,或者您必须自己指定参数(如网络选项
中所述)。 + +

返回引导选项 + +
+

内核选项"splash

+ + +启动屏幕是在系统启动时显示的画面。

splash=0

启动屏幕被关闭。这可能对于很早出品的监视器或在发生某些错误时有帮助。

splash=verbose

激活启动屏幕,且仍显示内核和引导讯息。

splash=silent

激活启动屏幕,但不显示讯息。而是显示一个进度条。

返回引导选项 + +
+

安装程序选项:网络选项

+ +需要立即配置网络接口。硬件稍后将会被 YaST2 检测到。配置网络卡的最小选项集由主机 IP 和网络掩码组成。例如:

+ +hostip=192.168.0.10 netmask=255.255.255.0

或采用较简短的形式:

+ +hostip=192.168.0.10/24

+ +如果指定了基于网络安装且没有同时指定以上这些选项,则安装程序将尝试使用 dhcp 配置网络端口。如果需要默认网关,请使用选项网关进行指定。例如:

+ +gateway=192.168.0.8
+ +

返回启动选项 + +
+

安装程序选项:vnc

+ +要启用 VNC 安装,请指定参量 vnc 和 vncpassword:

+ +vnc=1 vncpassword=example

+ +将启动 VNC 服务器,您便可以从远程系统的任何一台 VNC 客户机上控制 YaST2。
+ +

返回启动选项。 + +
+

内核选项:apm

+ +APM 是在当前计算机上使用的两种电源管理策略之一。它主要在便携式计算机中用于暂停磁盘,但同时也负责在电源关闭时关闭计算机。APM 依赖于 BIOS 的正确运转。如果 BIOS 损坏,则 APM 所起的作用可能就很有限,甚至会妨碍计算机的工作。因此,必须使用以下参数将其关闭

+ +apm=off - 完全关闭 APM

+ +一些出品时间不长的新计算机可能会从较新的 ACPI 得益更多。 + + +

返回引导选项 + +
+

内核选项:acpi

+ +ACPI(高级配置和电源接口)是一种标准,它定义了在操作系统和 BIOS 之间的电源和配置管理接口。默认情况下,如果检测到 BIOS 为 2000 年后的新版本,则打开 ACPI。以下是控制 ACPI 行为的常用参数:

pci=noacpi -- 不使用 ACPI 传递 PCI 中断acpi=oldboot - 仅部分与引导有关的 ACPI 保持活动
acpi=off - 完全关闭 ACPI
acpi=force - 打开 ACPI,即使 BIOS 版本早于 2000 年

特别是在一些新计算机上,ACPI 取代了旧的 apm 系统。 + + +

返回引导选项 + +
+

内核选项:ide

+ +和 SCSI 不同,IDE 常用于大多数的桌面工作站。要巧妙解决 IDE 系统发生的一些硬件问题,请使用内核参数:

+ +ide=nodma - 关闭 IDE 驱动器的 DMA
+ + + +

返回引导选项。 + + +
+

软件类型选择

+ +您可以选择安装 32 位或 64 位版本的 SUSE LINUX。 + +

返回启动页面 + + + diff --git a/help-install.zh_TW.html b/help-install.zh_TW.html new file mode 100644 index 0000000..27feac6 --- /dev/null +++ b/help-install.zh_TW.html @@ -0,0 +1,232 @@ + + + + + + +
+

開機載入器說明

歡迎使用 &product;

+ +使用此功能表選取想要的功能。如果您在瀏覽此說明系統時發生任何問題,請按 F1 進入說明系統的 描述。此功能表的主要功能有:

+ +從硬碟開機:此選項對系統不會造成任何影響。它只會啟動之前所安裝的作業系統。

+ +安裝:大部份的機器都使用此安裝模式。如果您在開機時曾發生系統當機的情況,或者在偵測磁碟控制卡或網路卡等硬體元件時發生問題,請嘗試下列其中一種安裝選項。

+ +安裝 - 關閉 ACPI:目前市面上許多電腦的 ACPI 建置並不完整或者有缺陷。此選項會停用核心中的 ACPI 支援,但仍會啟用許多效能特性,例如 IDE 硬碟的 DMA。

+ +安裝 -- 安全設定:如果安裝不成功,此選項或許能解決問題。

+ +救援系統:此開機影像可在 RAM 中啟動小型的 Linux 系統。如果系統無法正常啟動時,這將會很有用。在開機此系統之後以 root 使用者登入。

+ +記憶體測試:記憶體測試比檢查新記憶體模組的安裝更為有用。它能自動測試電腦系統的主要部份,並找出硬體的問題。

+ +開機選項:開機選項可完全變更系統的動作。這些是核心的設定。

+ +F1 說明:這是一種即時線上說明系統。它將根據開機畫面的作用中元素顯示不同的畫面。您也可以參考此說明系統的描述。

+ +F2 視訊模式:安裝時,您可以在此選擇不同的畫面解析度。如果您在進行圖形化安裝時遇到問題, 文字模式或許可幫助您解決問題。

+ +F3 安裝來源: 選擇安裝來源。

+ +F4 語言:設定開機載入器所使用的語言和鍵盤對應。

+ +F5 驅動程式更新:如果您使用非常新的機器,可能會需要驅動程式更新以安裝系統。

+ +
+

使用說明系統

+ +開機載入器說明是一種即時的線上說明系統。它能提供關於所選功能表項目的資訊,或者如果您正在編輯開機選項,只要將游標置於項目之上, 它就能為您尋找關於該項目的資訊。

瀏覽鍵

+ + 向上箭頭:反白上一個連結
向下箭頭:反白下一個連結
向左箭頭倒退鍵:回到上一個主題
向右箭頭Enter空白鍵:追蹤連結
Page Up:向上捲動一頁
Page Down:向下捲動一頁
Home:回到起始頁面
End:回到結束頁面
Esc:離開說明
+ +

回到起始頁面 + +
+

驅動程式更新

+ +如果您需要驅動程式更新磁片或 CD-ROM,請按 F5。在載入 Linux 核心之後,開機載入器會要求您插入驅動程式更新媒體。

+ +驅動程式更新通常裝載於磁片中,內含安裝期間所需的新版硬體驅動程式和錯誤修復程式。 + +

回到起始頁面 + + +
+

視訊模式選項

+ +按 F2 以取得圖形配接卡所支援的視訊模式清單。系統會預先選取監視器可顯示的最佳模式。

+ +系統可能無法自動偵測監視器。在此情況下,請手動選取您偏好的模式。

+ +如果系統在安裝期間發生圖形配接卡的問題,可使用 文字模式獲得解決。 + +

回到起始頁面 + + +
+

語言和鍵盤配置選項

+ +按 F4 以變更開機載入器所使用的語言和鍵盤配置。 + +

回到起始頁面 + + +
+

安裝來源

+ +按 F3 選擇安裝來源。

+ +這與使用 安裝開機選項相同。 + +

回到起始頁面 + + +
+

安裝

+ +選取「安裝」來啟動預設安裝。啟動時會使用輸入的開機選項。此項目將啟用常用硬體的許多功能。

+ +

回到起始頁面 + + +
+

從硬碟開機

+ +選取「開機已安裝的 OS」來啟動安裝在本機硬碟上的系統。由於只有第一個硬碟上的 MBR (主開機記錄) 會開啟,因此您必須正確安裝此系統。電腦的 BIOS 會提供第一個硬碟的裝置 ID:

+ +如果您忘了將 CD 或 DVD 從磁碟機中取出,並且要由硬碟啟動電腦,可使用此功能。

+ +

回到起始頁面 + + +
+

安裝 -- 關閉 ACPI

+ +有時候非常新的硬體會需要 ACPI 來控制岔斷處理。ACPI 將完全取代舊的 APM 系統。

+ +如果您在核心開機期間遇到問題,請選取 「安裝 -- 關閉 ACPI」。機器使用 ACPI 時發生的已知問題:

+ + * 開機時的核心當機
未偵測或未正確起始化 * PCI 卡

+ + +

回到起始頁面 + + +
+

安裝 -- 安全設定

+ +如果發生安裝中斷或無法重製的錯誤,請選取 「安裝 - 安全設定」。此選項會停用 IDE 磁碟機的 DMA 以及所有電源管理功能。另請參閱 apmacpiide 的核心選項。 + +

回到起始頁面 + + +
+

救援系統

+ +救援系統是一種小型的 RAM 磁碟基礎系統。您無法藉由此系統針對已安裝的系統進行各種變更。因為此系統只提供一些低階的工具,主要提供給專家所使用。

+ +

回到起始頁面 + + +
+

記憶體測試

+ +包含的 記憶體測試可自動測試大部份的系統硬體。其主要目的在於偵測損毀的 RAM,同時可自動測試系統的其他部份。
+ +雖然系統可偵測出大部份的記憶體缺陷,但找不到錯誤並不代表記憶體的完好無缺。
+ +

回到起始頁面 + + +
+

開機選項

+ +您可以使用兩種開機選項。第一種是影響安裝程式的選項。第二種是核心選項。一些更常見的選項為:

a) 安裝程式選項

安裝 -- 選取安裝來源
網路選項 -- 網路選項
vnc 選項 -- 經由 VNC 安裝的選項

b) 核心選項

splash -- 影響開頭顯示畫面的動作
apm -- 切換電源管理模組
acpi -- 進階組態和電源介面
ide -- 控制 IDE 次系統
+ +

回到起始頁面 + +
+

安裝程式選項:安裝

+ +根據預設,系統會搜尋本地 CD-ROM 的安裝來源。若要進行網路安裝,請選取 「安裝」選項。可用的安裝通訊協定為
* FTP
* NFS
* HTTP
使用的語法類似標準的 URL。例如,如果您的伺服器位於 192.168.0.1,而您要從此伺服器上的目錄進行以 NFS 為主的安裝,請指定如以下所示的來源:

+ + install=nfs://192.168.0.1/install

+ +您可以藉由 dhcp 來設定網路卡,或者您必須自行指定如「網路選項」中所描述的參數。
+ +

回到開機選項 + +
+

核心選項:開頭顯示畫面

+ + +開頭顯示畫面為系統啟動期間所顯示的圖形。

splash=0

關閉開頭顯示畫面。如果監視器過於老舊或者發生一些錯誤時將會很有用。

splash=verbose

啟用開頭顯示畫面,仍顯示核心和開機訊息。

splash=silent

啟用開頭顯示畫面,但不顯示任何訊息。此時將顯示進度列來取代。

回到開機選項 + +
+

安裝程式選項:網路選項

+ +您現在無法設定網路介面。YaST2 稍後將會偵測硬體。若要設定網路卡,其選項集至少必須包含主機 IP 和網路遮罩。例如:

+ + hostip=192.168.0.10 netmask=255.255.255.0

或者以更簡短的形式:

+ + hostip=192.168.0.10/24

+ +如果您指定以網路為主的安裝且尚未指定這些選項,安裝程式會嘗試藉由 dhcp 設定網路介面。如果需要預設閘道,請使用閘道選項來指定。例如:

+ + gateway=192.168.0.8
+ +

回到開機選項 + +
+

安裝程式選項:vnc

+ +若要啟用 VNC 安裝,請指定 vnc 和 vncpassword 參數:

+ + vnc=1 vncpassword= 範例

+ +系統將開啟 VNC,您可以從遠端系統控制 VNC 用戶端上的 YaST2。
+ +

回到開機選項。 + +
+

核心選項:apm

+ +APM 是目前電腦所使用之兩種電源管理策略之一。其主要使用在手提式電腦上並提供如磁碟暫停等功能,但它也負責在電源關閉之後將電腦關機。APM 必須依賴正常運作的 BIOS。如果 BIOS 中斷,APM 的功能可能會受到限制,甚至會影響電腦的運作。因此您必須藉由參數將其關閉。

+ + apm=off -- 完全關閉 APM

+ +某些非常新的電腦可藉由 ACPI 獲得更多優勢。 + + +

回到開機選項 + +
+

核心選項:acpi

+ +進階組態和電源介面 (Advanced Configuration and Power Interface, ACPI ) 是一種用來定義作業系統和 BIOS 之間電源和組態管理介面的標準。根據預設值,當系統偵測到有較 2000 年起更新的 BIOS 時將會開啟 acpi。目前有幾組常用的參數可控制 ACPI 的動作:

pci=noacpi -- 不使用 ACPI 來路由 PCI 岔斷 acpi=oldboot -- 僅與開機相關的 ACPI 部份維持啟用狀態
acpi=off -- 完全關閉 ACPI
acpi=force -- 即使 BIOS 日期位於 2000 之前仍開啟 ACPI

特別是在新的電腦上,其將取代舊的 apm 系統。 + + +

回到開機選項 + +
+

核心選項:ide

+ +與 SCSI 不同,大部分桌面工作站經常使用 IDE。若要避免 IDE 系統中所發生的一些硬體問題,請使用核心參數:

+ + ide=nodma -- 關閉 IDE 磁碟機的 DMA
+ + + +

回到開機選項。 + + +
+

軟體類型選項

+ +您可以選擇安裝 32 位元或 64 位元的 SUSE LINUX。 + +

回到起始頁面 + + + diff --git a/help.inc b/help.inc new file mode 100644 index 0000000..58f79d9 --- /dev/null +++ b/help.inc @@ -0,0 +1,696 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% help system +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +% global vars used by help system + + +/help.context "main" def + +/help.light white def +/help.dark black def +/help.font font.normal def +/help.normal.bg lightgray def +/help.normal.fg black def +/help.highlight.fg green def +/help.link.fg blue def +/help.link.selected.fg white def +/help.link.selected.bg blue def + +/help.x 80 def +/help.y 50 def +/help.width 480 def +/help.height 322 def + +clip.size pop 800 eq { + /help.x 120 def + /help.y 90 def + /help.width 560 def + /help.height 359 def +} if + +/help.text.x help.x 10 add def +/help.text.y help.y 30 add def + +/help.text.width help.width 20 sub def +/help.text.height help.height help.text.y sub help.y add 4 sub def +/help.text.rightmargin help.text.x help.text.width add def + +/help.title.x help.x 10 add def +/help.title.y help.y 3 add def +/help.title.height 20 def +/help.title.font font.normal def + +/help.hist.page 16 array def +/help.hist.startrow help.hist.page length array def +/help.hist.selectedlink help.hist.page length array def + + +% for boot option lookup +/bo.opt.max 32 def +/bo.opt bo.opt.max 3 add string def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Map help context. +% +% ( context ) ==> ( new_context ) +% +/help.mapcontext { + dup "o_vncpassword" eq { pop "o_vnc" } if + dup "o_hostip" eq { pop "network" } if + dup "o_netmask" eq { pop "network" } if + dup "o_gateway" eq { pop "network" } if + dup "o_pci" eq { pop "o_acpi" } if + + syslinux not livecd or { + % only help, startup, keytable and option pages + dup "o_" strstr 1 ne { + dup "help" ne + over "startup" ne and + over "keytable" ne and + over "profile" ne and { pop "opt" } if + } if + } if +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Set help context. +% +% ( context ) ==> ( ) +% +/help.setcontext { + help.mapcontext /help.context exch def +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Find boot option the cursor is positioned at. +% +% ( ) ==> ( option ) +% +/findbootoption { + /bo.buf boot.ed 3 get def + /bo.len boot.ed 4 get def + /bo.pos boot.ed 5 get def + + { + bo.pos 0 eq { exit } if + bo.buf bo.pos 1 sub get ' ' le { exit } if + /bo.pos bo.pos 1 sub def + } loop + + /bo.buf bo.buf bo.pos add def + + bo.buf 0 get ' ' le { "" return } if + + % "o_" + option name is the help text label + "o_" 3 bo.opt snprintf + + 0 1 bo.opt.max 1 sub { + dup + bo.buf exch get + dup ' ' le over '=' eq or { pop pop exit } if + over bo.opt 2 add exch rot put + bo.opt 3 add exch 0 put + } for + + bo.opt + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Find help page. +% +% returns help page or empty string if no page was found +% +% ( label ) ==> ( help_text ) +% +/help.findpage { + dup length 3 add dup string + "\x12%s\x14" + 3 1 roll dup 5 1 roll snprintf + help.getmessages over strstr + dup { help.getmessages exch 1 sub add } { pop "" } ifelse + exch free +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Find help page. +% +% returns n-th help page or empty string if no page was found +% +% ( n ) ==> ( help_text ) +% +/help.findpagebyindex { + help.getmessages exch + { + dup "\x04" strstr + dup { add } { pop pop "" exit } ifelse + } repeat +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Init & display help page. +% +% ( help_text start_row selected_link ) ==> ( ) +% +/help.initpage { + /help.selectedlink exch def + /help.startrow exch def + + /help.currenttext over def + + title.bg setcolor + help.x 1 add help.y 1 add moveto + help.width 2 sub help.title.height 1 sub fillrect + + help.text.x help.text.y moveto + currentmaxrows 0 setmaxrows exch formattext setmaxrows + + white setcolor + currenteotchar 16 seteotchar + help.title.x help.title.y moveto currenttitle + currentfont help.title.font setfont exch show setfont + seteotchar + + getlinks { help.selectedlink setlink } if + + help.updatepage + + % 500 0 moveto gettextrows print + % 400 0 moveto getlinks print + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Redraw help page. +% +% ( ) ==> ( ) +% +/help.updatepage { + help.normal.bg setcolor + help.text.x help.text.y moveto + help.text.width help.text.height fillrect + + help.normal.fg help.highlight.fg help.link.fg help.link.selected.fg settextcolors + + help.startrow setstartrow + + help.text.x help.text.y moveto + help.currenttext show + + 0 setstartrow + + true help.selectedlink help.redrawlink + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Used to iterate over all help pages (for debugging). +% +% get the n-th page starting from current pos +% +% ( n ) ==> ( help_text ) +% +/help.test { + help.test.cnt add + dup 1 lt { pop 1 } if + /help.test.cnt over def + help.findpagebyindex + dup "" eq { + % one page back + pop help.test.cnt 1 sub /help.test.cnt over def + help.findpagebyindex + } if +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Redraw link. +% +% selected: true or false. +% +% ( selected n ) ==> ( ) +% +% +/help.redrawlink { + getlinks 0 eq { pop pop return } if + getlink + dup help.startrow lt + over help.startrow help.text.rows add ge or { + 5 { pop } repeat return + } if + help.startrow sub lineheight mul help.text.y add + moveto + rot + + 16 seteotchar + + { + currenttextcolors 4 1 roll pop pop pop + help.link.selected.bg + } { + currenttextcolors 4 2 roll pop pop pop + help.normal.bg + } ifelse + + setcolor over currentpoint rot strsize fillrect moveto + + setcolor show + + 4 seteotchar + + pop +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Select n-th link. +% +% ( n ) ==> ( ) +% +/help.selectlink { + help.selectedlink over eq { + pop + } { + % deselect old link + false help.selectedlink help.redrawlink + + /help.selectedlink over dup setlink def + + % select link + true exch help.redrawlink + } ifelse +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Select first visible link. +% +% No screen update if 'update' is false. +% +% ( update ) ==> ( ) +% +/help.sel.firstlink { + getlinks { + 0 1 getlinks 1 sub { + dup + getlink 4 1 roll pop pop pop + dup help.startrow help.text.rows add ge { + pop pop exit + } if + dup help.startrow ge { + pop + over { help.selectlink } { /help.selectedlink exch dup setlink def } ifelse + exit + } if + pop pop + } for + } if + pop +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Select last visible link. +% +% No screen update if 'update' is false. +% +% ( update ) ==> ( ) +% +/help.sel.lastlink { + getlinks { + getlinks 1 sub -1 0 { + dup + getlink 4 1 roll pop pop pop + dup help.startrow lt { + pop pop exit + } if + dup help.startrow help.text.rows add lt { + pop + over { help.selectlink } { /help.selectedlink exch dup setlink def } ifelse + exit + } if + pop pop + } for + } if + pop +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Push current help context to history. +% +% ( ) ==> ( ) +% +/help.add2history { + help.hist.index help.hist.page length lt { + help.hist.page help.hist.index help.currenttext put + help.hist.startrow help.hist.index help.startrow put + help.hist.selectedlink help.hist.index help.selectedlink put + /help.hist.index help.hist.index 1 add def + } if +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Follow currently selected link. +% +% ( ) ==> ( ) +% +/help.followlink { + getlinks { + help.selectedlink getlink pop pop pop + help.add2history + help.findpage + dup "" eq { + pop + } { + 0 0 help.initpage + } ifelse + } if +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Go back to previous page. +% +% ( ) ==> ( ) +% +/help.prevlink { + help.hist.index 0 gt { + /help.hist.index help.hist.index 1 sub def + help.hist.page help.hist.index get + help.hist.startrow help.hist.index get + help.hist.selectedlink help.hist.index get + help.initpage + } if +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Scroll a page down. +% +% ( ) ==> ( ) +% +/help.key.pagedown { + help.startrow + gettextrows help.text.rows gt { + pop + gettextrows help.text.rows sub + help.startrow help.text.rows add + min + } if + + dup help.startrow eq { + pop + true help.sel.lastlink + } { + /help.startrow exch def + false help.sel.firstlink + help.updatepage + } ifelse +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Scroll a page up. +% +% ( ) ==> ( ) +% +/help.key.pageup { + help.startrow + gettextrows help.text.rows gt { + pop + 0 + help.startrow help.text.rows sub + max + } if + + dup help.startrow eq { + pop + true help.sel.firstlink + } { + /help.startrow exch def + false help.sel.firstlink + help.updatepage + } ifelse +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Go to page start. +% +% ( ) ==> ( ) +% +/help.key.home { + help.startrow 0 eq { + true help.sel.firstlink + } { + /help.startrow 0 def + false help.sel.firstlink + help.updatepage + } ifelse +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Go to page end. +% +% ( ) ==> ( ) +% +/help.key.end { + gettextrows help.text.rows sub 0 max + dup help.startrow eq { + pop + true help.sel.lastlink + } { + /help.startrow exch def + false help.sel.lastlink + help.updatepage + } ifelse +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Next link or scroll down. +% +% ( ) ==> ( ) +% +/help.key.down { + help.selectedlink getlinks 1 sub lt { + help.selectedlink 1 add getlink 4 1 roll pop pop pop + dup help.startrow help.text.rows add lt { + % link visible + pop help.selectedlink 1 add help.selectlink + return + } { + help.startrow help.text.rows add eq { + % link visible after scrolling down + /help.selectedlink help.selectedlink 1 add dup setlink def + } if + } ifelse + } if + + % scroll down + + help.startrow help.text.rows add gettextrows lt { + /help.startrow help.startrow 1 add def + help.updatepage + } if +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Previous link or scroll up. +% +% ( ) ==> ( ) +% +/help.key.up { + help.selectedlink 0 gt { + help.selectedlink 1 sub getlink 4 1 roll pop pop pop + % row + dup help.startrow ge { + % link visible + pop help.selectedlink 1 sub help.selectlink + return + } { + help.startrow 1 sub eq { + % link visible after scrolling up + /help.selectedlink help.selectedlink 1 sub dup setlink def + } if + } ifelse + } if + + % scroll up + + help.startrow 0 gt { + /help.startrow help.startrow 1 sub def + help.updatepage + } if +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Handle keyboard input. +% +% ( key_in ) ==> ( key_out ) +% +/help.input { + dup 0 eq { return } if + + dup keyEsc eq { /window.action actNothing def window.done } if + dup keyCtrlDown eq { 1 help.test 0 0 help.initpage } if + dup keyCtrlUp eq { -1 help.test 0 0 help.initpage } if + dup keyDown eq { help.key.down } if + dup keyUp eq { help.key.up } if + dup keyPgDown eq { help.key.pagedown } if + dup keyPgUp eq { help.key.pageup } if + dup keyHome eq { help.key.home } if + dup keyEnd eq { help.key.end } if + dup keyRight eq { help.followlink } if + dup keyEnter eq { help.followlink } if + dup 0xff and ' ' eq { help.followlink } if + dup keyLeft eq { help.prevlink } if + dup 0xff and '\x08' eq { help.prevlink } if + dup keyF1 eq { + "help" help.findpage + dup help.currenttext eq { + pop + } { + help.add2history + 0 0 help.initpage + } ifelse + } if +% dup keyF9 eq { +% /help.font help.font 8 add 10 mod def help.reinit +% help.currenttext help.startrow help.selectedlink help.initpage +% } if + pop 0 +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Recalculate some sizes and redraw help screen. +% +% ( ) ==> ( ) +% +/help.reinit { + help.normal.bg setcolor + help.x help.y moveto + help.width help.height fillrect + + help.x 1 add help.y 1 add help.title.height add moveto + help.dark help.light + help.width 2 sub help.height 2 sub help.title.height sub + drawborder + + help.font setfont + + /help.text.rows help.text.height lineheight div def + help.text.rows setmaxrows + + help.text.rightmargin settextwrap +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Initialize help window. +% +% ( window ) ==> ( ) +% +/help.init { + /help.tmp exch def + + help.x 1 sub help.y 1 sub moveto + help.light help.dark + help.width 2 add help.height 2 add + over over + savescreen + help.tmp .saved rot put + drawborder + + help.reinit + + 4 seteotchar + + /help.hist.index 0 def + + /help.test.cnt 1 def + + help.context help.findpage 0 0 help.initpage +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Draw help window. +% +% ( window ) ==> ( ) +% +/help.show { + window.push +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Close current help window. +% +% ( ) ==> ( ) +% +/help.done { + 0 settextwrap + 0 seteotchar + 0 setmaxrows +} def + + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Create new help window. +% +% ( ) ==> ( window ) +% +/window.help { + widget.size array + dup .type t_help put + + dup .x help.x put + dup .y help.y put + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Find help texts. +% +% ( ) ==> ( start_of_help_messages ) +% +/help.getmessages { + + help.messages .undef eq { + % find help texts + /help.messages + help.file free /help.file .undef def + 16 string dup config.lang "%s.hlp" 2 index sprintf + findfile exch free + dup .undef eq { pop "en.hlp" findfile } if + dup .undef eq { pop "" } if + /help.file over def + cvs + def + } if + + help.messages + +} def + + diff --git a/install.config b/install.config new file mode 100644 index 0000000..3ccbfac --- /dev/null +++ b/install.config @@ -0,0 +1,28 @@ +%% include system.inc +%% include bsplash.inc + +/livecd false def + +%% include timeout.inc +%% include common.inc + +%% include po/text.inc +%% include window.inc +%% include button.inc +%% include help.inc +%% include main.inc +%% include xmenu.inc +%% include dia_video.inc +%% include dia_splash.inc +%% include dia_lang.inc +%% include dia_dud.inc +%% include dia_help.inc +%% include dia_profile.inc +%% include dia_install.inc +%% include dia_bits.inc +%% include dia_options.inc +%% include panel.inc +%% include keytables.inc +%% include locale.inc +%% include penguin.inc + diff --git a/keymap.cs.inc b/keymap.cs.inc new file mode 100644 index 0000000..4e1a34b --- /dev/null +++ b/keymap.cs.inc @@ -0,0 +1,28 @@ +/keymap.cs [ + [ 0x02 0x2b 0x31 0x00 ] + [ 0x03 0x11b 0x32 0x00 ] + [ 0x04 0x161 0x33 0x00 ] + [ 0x05 0x10d 0x34 0x00 ] + [ 0x06 0x159 0x35 0x00 ] + [ 0x07 0x17e 0x36 0x00 ] + [ 0x08 0xfd 0x37 0x00 ] + [ 0x09 0xe1 0x38 0x00 ] + [ 0x0a 0xed 0x39 0x00 ] + [ 0x0b 0xe9 0x30 0x00 ] + [ 0x0c 0x3d 0x25 0x2d ] + [ 0x0d 0x00 0x00 0x3d ] + [ 0x15 0x7a 0x5a 0x79 ] + [ 0x1a 0xfa 0x2f 0x5b ] + [ 0x1b 0x29 0x28 0x5d ] + [ 0x27 0x16f 0x22 0x3b ] + [ 0x28 0xa7 0x21 0x27 ] + [ 0x29 0x60 0x3b 0x00 ] + [ 0x2c 0x79 0x59 0x7a ] + [ 0x2e 0x63 0x43 0x00 ] + [ 0x33 0x2c 0x3f 0x00 ] + [ 0x34 0x2e 0x3a 0x00 ] + [ 0x35 0x2d 0x5f 0x2f ] + [ 0x56 0x7c 0x00 0x3c ] +] def + + diff --git a/keymap.da.inc b/keymap.da.inc new file mode 100644 index 0000000..624f09a --- /dev/null +++ b/keymap.da.inc @@ -0,0 +1,24 @@ +/keymap.da [ + [ 0x03 0x32 0x22 0x40 ] + [ 0x04 0x33 0x23 0xa3 ] + [ 0x05 0x34 0x20ac 0x24 ] + [ 0x06 0x35 0x25 0x00 ] + [ 0x07 0x36 0x26 0x00 ] + [ 0x08 0x37 0x2f 0x7b ] + [ 0x09 0x38 0x28 0x5b ] + [ 0x0a 0x39 0x29 0x5d ] + [ 0x0b 0x30 0x3d 0x7d ] + [ 0x0c 0x2b 0x3f 0x00 ] + [ 0x0d 0x17d 0x60 0x7c ] + [ 0x1a 0xe5 0xc5 0x00 ] + [ 0x1b 0x161 0x5e 0x7e ] + [ 0x27 0xe6 0xc6 0x00 ] + [ 0x28 0xf8 0xd8 0x00 ] + [ 0x29 0x153 0xa7 0x00 ] + [ 0x2b 0x27 0x2a 0x00 ] + [ 0x2e 0x63 0x43 0x00 ] + [ 0x33 0x2c 0x3b 0x00 ] + [ 0x34 0x2e 0x3a 0x00 ] + [ 0x35 0x2d 0x5f 0x00 ] + [ 0x56 0x3c 0x3e 0x5c ] +] def diff --git a/keymap.de.inc b/keymap.de.inc new file mode 100644 index 0000000..db586a7 --- /dev/null +++ b/keymap.de.inc @@ -0,0 +1,29 @@ +/keymap.de [ + [ 0x03 0x32 0x22 0xb2 ] + [ 0x04 0x33 0xa7 0xb3 ] + [ 0x06 0x35 0x25 0x00 ] + [ 0x07 0x36 0x26 0x00 ] + [ 0x08 0x37 0x2f 0x7b ] + [ 0x09 0x38 0x28 0x5b ] + [ 0x0a 0x39 0x29 0x5d ] + [ 0x0b 0x30 0x3d 0x7d ] + [ 0x0c 0xdf 0x3f 0x5c ] + [ 0x0d 0x27 0x60 0x00 ] + [ 0x10 0x71 0x51 0x40 ] + [ 0x12 0x65 0x45 0x20ac ] + [ 0x15 0x7a 0x5a 0x00 ] + [ 0x1a 0xfc 0xdc 0x00 ] + [ 0x1b 0x2b 0x2a 0x7e ] + [ 0x27 0xf6 0xd6 0x00 ] + [ 0x28 0xe4 0xc4 0x00 ] + [ 0x29 0x5e 0xb0 0x00 ] + [ 0x2b 0x23 0x27 0x00 ] + [ 0x2c 0x79 0x59 0x00 ] + [ 0x32 0x6d 0x4d 0xb5 ] + [ 0x33 0x2c 0x3b 0x00 ] + [ 0x34 0x2e 0x3a 0x00 ] + [ 0x35 0x2d 0x5f 0x00 ] + [ 0x56 0x3c 0x3e 0x7c ] +] def + + diff --git a/keymap.el.inc b/keymap.el.inc new file mode 100644 index 0000000..f7ba274 --- /dev/null +++ b/keymap.el.inc @@ -0,0 +1,5 @@ +/keymap.el [ + [ 0x06 0x35 0x25 0x00 ] + [ 0x2e 0x63 0x43 0x00 ] + [ 0x56 0x3c 0x3e 0x7c ] +] def diff --git a/keymap.es.inc b/keymap.es.inc new file mode 100644 index 0000000..510f1ac --- /dev/null +++ b/keymap.es.inc @@ -0,0 +1,26 @@ +/keymap.es [ + [ 0x02 0x31 0x21 0x7c ] + [ 0x03 0x32 0x22 0x40 ] + [ 0x04 0x33 0xb7 0x23 ] + [ 0x05 0x34 0x24 0x7e ] + [ 0x06 0x35 0x25 0x00 ] + [ 0x07 0x36 0x26 0xac ] + [ 0x08 0x37 0x2f 0x7b ] + [ 0x09 0x38 0x28 0x5b ] + [ 0x0a 0x39 0x29 0x5d ] + [ 0x0b 0x30 0x3d 0x7d ] + [ 0x0c 0x27 0x3f 0x5c ] + [ 0x0d 0xa1 0xbf 0x7e ] + [ 0x1a 0x00 0x00 0x5b ] + [ 0x1b 0x2b 0x2a 0x5d ] + [ 0x27 0xf1 0xd1 0x00 ] + [ 0x28 0x00 0x00 0x7b ] + [ 0x29 0xba 0xaa 0x5c ] + [ 0x2b 0xe7 0xc7 0x7d ] + [ 0x2e 0x63 0x43 0x00 ] + [ 0x33 0x2c 0x3b 0x00 ] + [ 0x34 0x2e 0x3a 0x00 ] + [ 0x35 0x2d 0x5f 0x00 ] + [ 0x56 0x3c 0x3e 0x00 ] +] def + diff --git a/keymap.fr.inc b/keymap.fr.inc new file mode 100644 index 0000000..406e2a3 --- /dev/null +++ b/keymap.fr.inc @@ -0,0 +1,32 @@ +/keymap.fr [ + [ 0x02 0x26 0x31 0x00 ] + [ 0x03 0x7b 0x32 0x7e ] + [ 0x04 0x22 0x33 0x23 ] + [ 0x05 0x27 0x34 0x7b ] + [ 0x06 0x28 0x35 0x5b ] + [ 0x07 0x2d 0x36 0x7c ] + [ 0x08 0x7d 0x37 0x60 ] + [ 0x09 0x5f 0x38 0x5c ] + [ 0x0a 0x2f 0x39 0x5e ] + [ 0x0b 0x40 0x30 0x00 ] + [ 0x0c 0x29 0x5d 0x00 ] + [ 0x0d 0x3d 0x2b 0x7d ] + [ 0x10 0x61 0x41 0x00 ] + [ 0x11 0x7a 0x5a 0x00 ] + [ 0x1a 0x5e 0x3c 0x00 ] + [ 0x1b 0x24 0x3e 0x7e ] + [ 0x1e 0x71 0x51 0x00 ] + [ 0x27 0x6d 0x4d 0x00 ] + [ 0x28 0x7c 0x25 0x00 ] + [ 0x29 0x2a 0x7e 0x00 ] + [ 0x2b 0x2a 0x23 0x00 ] + [ 0x2c 0x77 0x57 0x00 ] + [ 0x2e 0x63 0x43 0x00 ] + [ 0x32 0x2c 0x3f 0x00 ] + [ 0x33 0x3b 0x2e 0x00 ] + [ 0x34 0x3a 0x2f 0x00 ] + [ 0x35 0x21 0x5c 0x00 ] + [ 0x56 0x3c 0x3e 0x7c ] +] def + + diff --git a/keymap.hu.inc b/keymap.hu.inc new file mode 100644 index 0000000..fb43d0a --- /dev/null +++ b/keymap.hu.inc @@ -0,0 +1,43 @@ +/keymap.hu [ + [ 0x02 0x31 0x27 0x7e ] + [ 0x03 0x32 0x22 0x2c7 ] + [ 0x04 0x33 0x2b 0x5e ] + [ 0x05 0x34 0x21 0x2d8 ] + [ 0x06 0x35 0x25 0xb0 ] + [ 0x07 0x36 0x2f 0x2db ] + [ 0x08 0x37 0x3d 0x60 ] + [ 0x09 0x38 0x28 0x2d9 ] + [ 0x0a 0x39 0x29 0xb4 ] + [ 0x0b 0xf6 0xd6 0x2dd ] + [ 0x0c 0xfc 0xdc 0xa8 ] + [ 0x0d 0xf3 0xd3 0xb8 ] + [ 0x0f 0x09 0x09 0x00 ] + [ 0x10 0x71 0x51 0x5c ] + [ 0x11 0x77 0x57 0x7c ] + [ 0x15 0x7a 0x5a 0x00 ] + [ 0x17 0x69 0x49 0xcd ] + [ 0x1a 0x151 0x150 0xf7 ] + [ 0x1b 0xfa 0xda 0xd7 ] + [ 0x1f 0x73 0x53 0x111 ] + [ 0x20 0x64 0x44 0x110 ] + [ 0x21 0x66 0x46 0x5b ] + [ 0x22 0x67 0x47 0x5d ] + [ 0x24 0x6a 0x4a 0xed ] + [ 0x25 0x6b 0x4b 0x142 ] + [ 0x26 0x6c 0x4c 0x141 ] + [ 0x27 0xe9 0xc9 0x24 ] + [ 0x28 0xe1 0xc1 0xdf ] + [ 0x29 0x30 0xa7 0x00 ] + [ 0x2b 0x171 0x170 0xa4 ] + [ 0x2c 0x79 0x59 0x3e ] + [ 0x2d 0x78 0x58 0x23 ] + [ 0x2e 0x63 0x43 0x26 ] + [ 0x2f 0x76 0x56 0x40 ] + [ 0x30 0x62 0x42 0x7b ] + [ 0x31 0x6e 0x4e 0x7d ] + [ 0x33 0x2c 0x3f 0x3b ] + [ 0x34 0x2e 0x3a 0x00 ] + [ 0x35 0x2d 0x5f 0x2a ] + [ 0x56 0xed 0xcd 0x3c ] +] def + diff --git a/keymap.it.inc b/keymap.it.inc new file mode 100644 index 0000000..9f43c21 --- /dev/null +++ b/keymap.it.inc @@ -0,0 +1,25 @@ +/keymap.it [ + [ 0x03 0x32 0x22 0x00 ] + [ 0x04 0x33 0xa3 0x00 ] + [ 0x06 0x35 0x25 0x00 ] + [ 0x07 0x36 0x26 0x00 ] + [ 0x08 0x37 0x2f 0x00 ] + [ 0x09 0x38 0x28 0x7b ] + [ 0x0a 0x39 0x29 0x7d ] + [ 0x0b 0x30 0x3d 0x7e ] + [ 0x0c 0x27 0x3f 0x60 ] + [ 0x0d 0xec 0x5e 0xed ] + [ 0x1a 0xe8 0xe9 0x5b ] + [ 0x1b 0x2b 0x2a 0x5d ] + [ 0x27 0xf2 0xe7 0x40 ] + [ 0x28 0xe0 0xb0 0x23 ] + [ 0x29 0x5c 0x7c 0x00 ] + [ 0x2b 0xf9 0xa7 0xfa ] + [ 0x2e 0x63 0x43 0x00 ] + [ 0x33 0x2c 0x3b 0x00 ] + [ 0x34 0x2e 0x3a 0x00 ] + [ 0x35 0x2d 0x5f 0x00 ] + [ 0x56 0x3c 0x3e 0x00 ] +] def + + diff --git a/keymap.ja.inc b/keymap.ja.inc new file mode 100644 index 0000000..127dbce --- /dev/null +++ b/keymap.ja.inc @@ -0,0 +1,24 @@ +/keymap.ja [ + [ 0x03 0x32 0x22 0x00 ] + [ 0x06 0x35 0x25 0x00 ] + [ 0x07 0x36 0x26 0x00 ] + [ 0x08 0x37 0x27 0x00 ] + [ 0x09 0x38 0x28 0x00 ] + [ 0x0a 0x39 0x29 0x00 ] + [ 0x0b 0x30 0x7e 0x00 ] + [ 0x0c 0x2d 0x3d 0x00 ] + [ 0x0d 0x5e 0x7e 0x00 ] + [ 0x1a 0x40 0x60 0x00 ] + [ 0x1b 0x5b 0x7b 0x00 ] + [ 0x27 0x3b 0x2b 0x00 ] + [ 0x28 0x3a 0x2a 0x00 ] + [ 0x29 0x1b 0x1b 0x00 ] + [ 0x2b 0x5d 0x7d 0x00 ] + [ 0x2e 0x63 0x43 0x00 ] + [ 0x56 0x3c 0x3e 0x00 ] + [ 0x59 0x5c 0x5f 0x00 ] + [ 0x5c 0x20 0x20 0x00 ] + [ 0x5e 0x20 0x20 0x00 ] + [ 0x7c 0x5c 0x7c 0x00 ] +] def + diff --git a/keymap.nb.inc b/keymap.nb.inc new file mode 100644 index 0000000..08fda6e --- /dev/null +++ b/keymap.nb.inc @@ -0,0 +1,43 @@ +/keymap.nb [ + [ 0x02 0x31 0x21 0xa1 ] + [ 0x03 0x32 0x22 0x40 ] + [ 0x04 0x33 0x23 0xa3 ] + [ 0x05 0x34 0x24 0x20ac ] + [ 0x06 0x35 0x25 0x153 ] + [ 0x07 0x36 0x26 0x178 ] + [ 0x08 0x37 0x2f 0x7b ] + [ 0x09 0x38 0x28 0x5b ] + [ 0x0a 0x39 0x29 0x5d ] + [ 0x0b 0x30 0x3d 0x7d ] + [ 0x0c 0x2b 0x3f 0xb1 ] + [ 0x0d 0x5c 0x60 0x00 ] + [ 0x0f 0x09 0x09 0x00 ] + [ 0x12 0x65 0x45 0xe9 ] + [ 0x13 0x72 0x52 0xae ] + [ 0x14 0x74 0x54 0xfe ] + [ 0x15 0x79 0x59 0xff ] + [ 0x16 0x75 0x55 0xfc ] + [ 0x17 0x69 0x49 0xef ] + [ 0x18 0x6f 0x4f 0xf2 ] + [ 0x19 0x70 0x50 0xb6 ] + [ 0x1a 0xe5 0xc5 0x7d ] + [ 0x1b 0x7e 0x5e 0x00 ] + [ 0x1e 0x61 0x41 0xe1 ] + [ 0x1f 0x73 0x53 0xdf ] + [ 0x20 0x64 0x44 0xf0 ] + [ 0x21 0x66 0x46 0xaa ] + [ 0x27 0xf8 0xd8 0x7c ] + [ 0x28 0xe6 0xc6 0x7b ] + [ 0x29 0x7c 0xa7 0x160 ] + [ 0x2b 0x27 0x2a 0x00 ] + [ 0x2d 0x78 0x58 0xd7 ] + [ 0x2e 0x63 0x43 0xe7 ] + [ 0x31 0x6e 0x4e 0xf1 ] + [ 0x32 0x6d 0x4d 0xb5 ] + [ 0x33 0x2c 0x3b 0x17e ] + [ 0x34 0x2e 0x3a 0xb7 ] + [ 0x35 0x2d 0x5f 0xad ] + [ 0x39 0x20 0x20 0xa0 ] + [ 0x56 0x3c 0x3e 0xab ] + [ 0x6f 0x7f 0x7f 0x00 ] +] def diff --git a/keymap.pl.inc b/keymap.pl.inc new file mode 100644 index 0000000..6eb145c --- /dev/null +++ b/keymap.pl.inc @@ -0,0 +1,16 @@ +/keymap.pl [ + [ 0x05 0x34 0x24 0xa7 ] + [ 0x06 0x35 0x25 0x00 ] + [ 0x0f 0x09 0x09 0x00 ] + [ 0x12 0x65 0x45 0x119 ] + [ 0x18 0x6f 0x4f 0xf3 ] + [ 0x1e 0x61 0x41 0x105 ] + [ 0x1f 0x73 0x53 0x15b ] + [ 0x26 0x6c 0x4c 0x142 ] + [ 0x2c 0x7a 0x5a 0x17c ] + [ 0x2d 0x78 0x58 0x17a ] + [ 0x2e 0x63 0x43 0x107 ] + [ 0x31 0x6e 0x4e 0x144 ] + [ 0x56 0x3c 0x3e 0x7c ] + [ 0x63 0x1c 0x1c 0x00 ] +] def diff --git a/keymap.pt_BR.inc b/keymap.pt_BR.inc new file mode 100644 index 0000000..0f647cf --- /dev/null +++ b/keymap.pt_BR.inc @@ -0,0 +1,22 @@ +/keymap.pt_BR [ + [ 0x02 0x31 0x21 0xb9 ] + [ 0x03 0x32 0x40 0xb2 ] + [ 0x04 0x33 0x23 0xb3 ] + [ 0x05 0x34 0x24 0xa3 ] + [ 0x06 0x35 0x25 0xa2 ] + [ 0x07 0x36 0x00 0xac ] + [ 0x0c 0x2d 0x5f 0x00 ] + [ 0x0d 0x3d 0x2b 0xa7 ] + [ 0x13 0x72 0x52 0xae ] + [ 0x1b 0x5b 0x7b 0xaa ] + [ 0x27 0xe7 0xc7 0x00 ] + [ 0x29 0x27 0x22 0x00 ] + [ 0x2b 0x5d 0x7d 0xba ] + [ 0x2e 0x63 0x43 0x00 ] + [ 0x32 0x6d 0x4d 0xb5 ] + [ 0x35 0x3b 0x3a 0x00 ] + [ 0x53 0x00 0x2c 0x00 ] + [ 0x56 0x5c 0x7c 0x00 ] + [ 0x59 0x2f 0x3f 0xb0 ] + [ 0x79 0x00 0x2e 0x00 ] +] def diff --git a/keymap.pt_PT.inc b/keymap.pt_PT.inc new file mode 100644 index 0000000..5d504c8 --- /dev/null +++ b/keymap.pt_PT.inc @@ -0,0 +1,24 @@ +/keymap.pt_PT [ + [ 0x03 0x32 0x22 0x40 ] + [ 0x04 0x33 0x23 0xa3 ] + [ 0x05 0x34 0x24 0xa7 ] + [ 0x06 0x35 0x25 0x00 ] + [ 0x07 0x36 0x26 0x00 ] + [ 0x08 0x37 0x2f 0x7b ] + [ 0x09 0x38 0x28 0x5b ] + [ 0x0a 0x39 0x29 0x5d ] + [ 0x0b 0x30 0x3d 0x7d ] + [ 0x0c 0x27 0x3f 0x5c ] + [ 0x0d 0xab 0xbb 0x00 ] + [ 0x1a 0x2b 0x2a 0x00 ] + [ 0x1b 0x00 0x00 0x27 ] + [ 0x27 0xe7 0xc7 0x00 ] + [ 0x28 0xba 0xaa 0x00 ] + [ 0x29 0x5c 0x7c 0x00 ] + [ 0x2b 0x00 0x00 0x7e ] + [ 0x2e 0x63 0x43 0x00 ] + [ 0x33 0x2c 0x3b 0x00 ] + [ 0x34 0x2e 0x3a 0x00 ] + [ 0x35 0x2d 0x5f 0x00 ] + [ 0x56 0x3c 0x3e 0x7c ] +] def diff --git a/keymap.ru.inc b/keymap.ru.inc new file mode 100644 index 0000000..4db645f --- /dev/null +++ b/keymap.ru.inc @@ -0,0 +1,43 @@ +/keymap.ru [ + [ 0x06 0x35 0x25 0x00 ] + [ 0x08 0x37 0x26 0x00 ] + [ 0x09 0x38 0x2a 0x00 ] + [ 0x0a 0x39 0x28 0x00 ] + [ 0x0b 0x30 0x29 0x00 ] + [ 0x0c 0x2d 0x5f 0x00 ] + [ 0x0f 0x09 0x09 0x00 ] + [ 0x10 0x71 0x51 0x439 ] + [ 0x11 0x77 0x57 0x446 ] + [ 0x12 0x65 0x45 0x443 ] + [ 0x13 0x72 0x52 0x43a ] + [ 0x14 0x74 0x54 0x435 ] + [ 0x15 0x79 0x59 0x43d ] + [ 0x16 0x75 0x55 0x433 ] + [ 0x17 0x69 0x49 0x448 ] + [ 0x18 0x6f 0x4f 0x449 ] + [ 0x19 0x70 0x50 0x437 ] + [ 0x1a 0x5b 0x7b 0x445 ] + [ 0x1b 0x5d 0x7d 0x5b ] + [ 0x1e 0x61 0x41 0x444 ] + [ 0x1f 0x73 0x53 0x44b ] + [ 0x20 0x64 0x44 0x432 ] + [ 0x21 0x66 0x46 0x430 ] + [ 0x22 0x67 0x47 0x43f ] + [ 0x23 0x68 0x48 0x440 ] + [ 0x24 0x6a 0x4a 0x43e ] + [ 0x25 0x6b 0x4b 0x43b ] + [ 0x26 0x6c 0x4c 0x434 ] + [ 0x27 0x3b 0x3a 0x436 ] + [ 0x28 0x27 0x22 0x44d ] + [ 0x2c 0x7a 0x5a 0x44f ] + [ 0x2d 0x78 0x58 0x447 ] + [ 0x2e 0x63 0x43 0x441 ] + [ 0x2f 0x76 0x56 0x43c ] + [ 0x30 0x62 0x42 0x438 ] + [ 0x31 0x6e 0x4e 0x442 ] + [ 0x32 0x6d 0x4d 0x44c ] + [ 0x33 0x2c 0x3c 0x431 ] + [ 0x34 0x2e 0x3e 0x44e ] + [ 0x56 0x3c 0x3e 0x7c ] +] def + diff --git a/keymap.sk.inc b/keymap.sk.inc new file mode 100644 index 0000000..c20a59f --- /dev/null +++ b/keymap.sk.inc @@ -0,0 +1,24 @@ +/keymap.sk [ + [ 0x02 0x31 0x21 0x2b ] + [ 0x03 0x32 0x40 0x13e ] + [ 0x04 0x33 0x23 0x161 ] + [ 0x05 0x34 0x24 0x10d ] + [ 0x06 0x35 0x25 0x165 ] + [ 0x07 0x36 0x5e 0x17e ] + [ 0x08 0x37 0x26 0xfd ] + [ 0x09 0x38 0x2a 0xe1 ] + [ 0x0a 0x39 0x28 0xed ] + [ 0x0b 0x30 0x29 0xe9 ] + [ 0x0c 0x2d 0x5f 0x3d ] + [ 0x15 0x7a 0x5a 0x00 ] + [ 0x1a 0x5b 0x7b 0xfa ] + [ 0x1b 0x5d 0x7d 0xe4 ] + [ 0x27 0x3b 0x3a 0xf4 ] + [ 0x28 0x27 0x22 0xa7 ] + [ 0x2b 0x5c 0x7c 0x148 ] + [ 0x2c 0x79 0x59 0x00 ] + [ 0x2e 0x63 0x43 0x00 ] + [ 0x35 0x2f 0x3f 0x2d ] + [ 0x56 0x3c 0x3e 0x7c ] +] def + diff --git a/keymap.sl.inc b/keymap.sl.inc new file mode 100644 index 0000000..0159761 --- /dev/null +++ b/keymap.sl.inc @@ -0,0 +1,38 @@ +/keymap.sl [ + [ 0x02 0x31 0x21 0x7e ] + [ 0x03 0x32 0x22 0x2c7 ] + [ 0x04 0x33 0x23 0x5e ] + [ 0x05 0x34 0x24 0x2d8 ] + [ 0x06 0x35 0x25 0xb0 ] + [ 0x07 0x36 0x26 0x2db ] + [ 0x08 0x37 0x2f 0x60 ] + [ 0x09 0x38 0x28 0x2d9 ] + [ 0x0a 0x39 0x29 0xb4 ] + [ 0x0b 0x30 0x3d 0x2dd ] + [ 0x0c 0x27 0x3f 0xa8 ] + [ 0x0d 0x2b 0x2a 0xb8 ] + [ 0x0f 0x09 0x09 0x00 ] + [ 0x10 0x71 0x51 0x5c ] + [ 0x11 0x77 0x57 0x7c ] + [ 0x15 0x7a 0x5a 0x00 ] + [ 0x1a 0x161 0x160 0xf7 ] + [ 0x1b 0x111 0x110 0xd7 ] + [ 0x21 0x66 0x46 0x5b ] + [ 0x22 0x67 0x47 0x5d ] + [ 0x25 0x6b 0x4b 0x142 ] + [ 0x26 0x6c 0x4c 0x141 ] + [ 0x27 0x10d 0x10c 0x00 ] + [ 0x28 0x107 0x106 0xdf ] + [ 0x29 0xb8 0xa8 0x00 ] + [ 0x2b 0x17e 0x17d 0xa4 ] + [ 0x2c 0x79 0x59 0x00 ] + [ 0x2e 0x63 0x43 0x00 ] + [ 0x2f 0x76 0x56 0x40 ] + [ 0x30 0x62 0x42 0x7b ] + [ 0x31 0x6e 0x4e 0x7d ] + [ 0x32 0x6d 0x4d 0xa7 ] + [ 0x33 0x2c 0x3b 0x00 ] + [ 0x34 0x2e 0x3a 0x00 ] + [ 0x35 0x2d 0x5f 0x00 ] + [ 0x56 0x3c 0x3e 0x00 ] +] def diff --git a/keymap.sv.inc b/keymap.sv.inc new file mode 100644 index 0000000..3f18ef5 --- /dev/null +++ b/keymap.sv.inc @@ -0,0 +1,23 @@ +/keymap.sv [ + [ 0x03 0x32 0x22 0x40 ] + [ 0x04 0x33 0x23 0xa3 ] + [ 0x05 0x34 0xe7 0x24 ] + [ 0x06 0x35 0x25 0x00 ] + [ 0x07 0x36 0x26 0xac ] + [ 0x08 0x37 0x2f 0x7b ] + [ 0x09 0x38 0x28 0x5b ] + [ 0x0a 0x39 0x29 0x5d ] + [ 0x0b 0x30 0x3d 0x7d ] + [ 0x0c 0x2b 0x3f 0x5c ] + [ 0x1a 0xe5 0xc5 0x00 ] + [ 0x1b 0x00 0x5e 0x7e ] + [ 0x27 0xf6 0xd6 0x00 ] + [ 0x28 0xe4 0xc4 0x00 ] + [ 0x29 0xa7 0xb0 0xbd ] + [ 0x2b 0x27 0x2a 0x00 ] + [ 0x2e 0x63 0x43 0x00 ] + [ 0x33 0x2c 0x3b 0x00 ] + [ 0x34 0x2e 0x3a 0x00 ] + [ 0x35 0x2d 0x5f 0x00 ] + [ 0x56 0x3c 0x3e 0x7c ] +] def diff --git a/keymap.tr.inc b/keymap.tr.inc new file mode 100644 index 0000000..2b0424d --- /dev/null +++ b/keymap.tr.inc @@ -0,0 +1,29 @@ +/keymap.tr [ + [ 0x03 0x32 0x27 0x00 ] + [ 0x04 0x33 0x5e 0x23 ] + [ 0x05 0x34 0x2b 0x24 ] + [ 0x06 0x35 0x25 0x00 ] + [ 0x07 0x36 0x26 0x00 ] + [ 0x08 0x37 0x2f 0x7b ] + [ 0x09 0x38 0x28 0x5b ] + [ 0x0a 0x39 0x29 0x5d ] + [ 0x0b 0x30 0x3d 0x7d ] + [ 0x0c 0x2a 0x3f 0x5c ] + [ 0x0d 0x2d 0x5f 0x00 ] + [ 0x10 0x71 0x51 0x40 ] + [ 0x16 0x75 0x55 0xfb ] + [ 0x17 0x131 0x49 0xee ] + [ 0x18 0x6f 0x4f 0xf4 ] + [ 0x1a 0x11f 0x11e 0x00 ] + [ 0x1b 0xfc 0xdc 0x7e ] + [ 0x1e 0x61 0x41 0xe2 ] + [ 0x27 0x15f 0x15e 0x00 ] + [ 0x28 0x69 0x130 0x00 ] + [ 0x29 0x22 0xe9 0x00 ] + [ 0x2b 0x2c 0x3b 0x60 ] + [ 0x2e 0x63 0x43 0x00 ] + [ 0x33 0xf6 0xd6 0x00 ] + [ 0x34 0xe7 0xc7 0x00 ] + [ 0x35 0x2e 0x3a 0x2f ] + [ 0x56 0x3c 0x3e 0x7c ] +] def diff --git a/keymapchars b/keymapchars new file mode 100755 index 0000000..04f3828 --- /dev/null +++ b/keymapchars @@ -0,0 +1,37 @@ +#! /usr/bin/perl + +while(<>) { + if(/^\s*\[\s*\S+\s*(\S+)\s*(\S+)\s*(\S+)\s*\]/) { + $k{hex $1} = 1; + $k{hex $2} = 1; + $k{hex $3} = 1; + } +} + +delete $k{0}; + +@f = sort { $a <=> $b } (keys %k); + +print "-a "; + +for (@f) { + if(!defined($i)) { + printf "0x%02x", $_; + $sep = ','; + } + elsif($_ == $i + 1) { + $sep = '-'; + } + else { + printf "-0x%02x", $i if $sep eq '-'; + printf ",0x%02x", $_; + $sep = ','; + } + + $i = $_; +} + +printf "-0x%02x", $i if $sep eq '-'; + +print "\n"; + diff --git a/keytables.inc b/keytables.inc new file mode 100644 index 0000000..658e4a8 --- /dev/null +++ b/keytables.inc @@ -0,0 +1,72 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Keyboard mappings. +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +% keymap layout (diff to us map): +% +% key_code, plain, shift, altgr +% + +/.km.locale 0 def +/.km.map 1 def + +%% include keymap.cs.inc +%% include keymap.da.inc +%% include keymap.de.inc +%% include keymap.el.inc +%% include keymap.es.inc +%% include keymap.fr.inc +%% include keymap.hu.inc +%% include keymap.it.inc +%% include keymap.ja.inc +%% include keymap.nb.inc +%% include keymap.pl.inc +%% include keymap.pt_BR.inc +%% include keymap.pt_PT.inc +%% include keymap.ru.inc +%% include keymap.sk.inc +%% include keymap.sl.inc +%% include keymap.sv.inc +%% include keymap.tr.inc + +% must not be empty +/keymaps [ + [ "ar" .undef ] + [ "bg" .undef ] + [ "bn" .undef ] + [ "cs" keymap.cs ] + [ "cy_GB" .undef ] + [ "da" keymap.da ] + [ "de" keymap.de ] + [ "el" keymap.el ] + [ "en" .undef ] + [ "es" keymap.es ] + [ "fi" .undef ] + [ "fr" keymap.fr ] + [ "he" .undef ] + [ "hu" keymap.hu ] + [ "it" keymap.it ] + [ "ja" keymap.ja ] + [ "ko" .undef ] + [ "lt" .undef ] + [ "nb" keymap.nb ] + [ "nl" .undef ] + [ "pa" .undef ] + [ "pl" keymap.pl ] + [ "pt_BR" keymap.pt_BR ] + [ "pt_PT" keymap.pt_PT ] + [ "ro" .undef ] + [ "ru" keymap.ru ] + [ "sk" keymap.sk ] + [ "sl" keymap.sl ] + [ "sv" keymap.sv ] + [ "tr" keymap.tr ] + [ "uk" .undef ] + [ "zh_CN" .undef ] + [ "zh_TW" .undef ] +] def + + diff --git a/kroete.dat b/kroete.dat new file mode 100644 index 0000000..448764b Binary files /dev/null and b/kroete.dat differ diff --git a/languages b/languages new file mode 100644 index 0000000..3066d3a --- /dev/null +++ b/languages @@ -0,0 +1,34 @@ +bn +bg +cs +cy_GB +da +de +en +es +fr +el +hr +it +he +ja +ko +lt +hu +nl +nb +pl +pt_PT +pt_BR +pa +ro +ru +zh_CN +sr +sk +sl +fi +sv +zh_TW +tr +uk diff --git a/ldots.jpg b/ldots.jpg new file mode 100644 index 0000000..0ab8829 Binary files /dev/null and b/ldots.jpg differ diff --git a/ldots_a.jpg b/ldots_a.jpg new file mode 100644 index 0000000..3bddcdf Binary files /dev/null and b/ldots_a.jpg differ diff --git a/locale.inc b/locale.inc new file mode 100644 index 0000000..e50d4d7 --- /dev/null +++ b/locale.inc @@ -0,0 +1,154 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Handle translations. +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Set language. +% +% ( locale ) ==> ( true|false ) +% +/setlang { + config.lang over eq { pop false return } if + + /config.lang exch def + + /help.messages .undef def + + translation.texts { + translation.texts dup { free } forall free + /translation.texts .undef def + } if + + findtexts + + true +} def + + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Set keyboard map. +% +% ( locale ) ==> ( ) +% +/setkeymap { + config.keymap.locale over eq { pop false return } if + + /config.keymap.locale exch def + + keymaps { + dup .km.locale get config.keymap.locale eq { + .km.map get /config.keymap exch def exit + } { pop } ifelse + } forall + +} def + + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Find texts for current language. +% +% ( ) ==> ( ) +% +/findtexts { + texts.file free /texts.file .undef def + 16 string dup config.lang "%s.tr" 2 index sprintf findfile exch free + dup .undef eq { + config.lang length 2 gt { + pop 16 string + dup config.lang 1 get config.lang 0 get "%c%c.tr" 3 index sprintf findfile exch free + dup { + /config.lang 2 string + config.lang 1 get config.lang 0 get "%c%c" 3 index sprintf + def + } if + } if + } if + dup .undef eq { pop "en.tr" findfile } if + /texts.file over def + dup .undef eq { pop 0 cvp } if + cvs + /ft.len over cvp length def + /ft.str exch def + /ft.pos 0 def + + texts { + ft.pos ft.str length add ft.len lt { + ft.str def + /ft.str ft.str dup length 1 add /ft.pos over ft.pos add def add def + } { + "No Texts!" def + } ifelse + } forall +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Translate menu entry. +% +% ( text ) ==> ( text ) +% +/translate { + translations.init + + translation.texts length 2 lt { return } if + + 0 2 translation.texts length -2 and 1 sub { + translation.texts over get 2 index eq { + 1 add translation.texts exch get exch pop exit + } { pop } ifelse + } for + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Read menu translations. +% +% ( ) ==> ( ) +% +/translations.init { + translation.texts { return } if + + /translation.texts [ ] def + + config.lang .undef eq { return } if + + tr.tmp .undef eq { /tr.tmp 64 string def } if + + config.lang "translations.%s" tr.tmp sprintf + + tr.tmp findfile dup { + + /la.tmp.datalen over length def + /la.tmp.str exch cvs def + + la.tmp.datalen 0 eq { return } if + la.tmp.str la.tmp.datalen 1 sub get '\n' ne { return } if + + '\n' seteotchar + + /translation.texts [ + + /la.tmp.len 0 def + + { + la.tmp.str la.tmp.len add strdup + dup dup length 0 put + /la.tmp.len over length 1 add la.tmp.len add def + + la.tmp.len la.tmp.datalen ge { exit } if + + } loop + + ] def + + 0 seteotchar + } { pop } ifelse + +} def + diff --git a/main.inc b/main.inc new file mode 100644 index 0000000..de40753 --- /dev/null +++ b/main.inc @@ -0,0 +1,240 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Main menu (boot entry + boot options + panel). +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Create new main window. +% +% ( ) ==> ( window ) +% +/window.main { + widget.size array + dup .type t_main put + dup .font font.normal put + dup .ed.font font.normal put + dup .color.fg boot.text.normal put + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Initialize main window. +% +% ( window ) ==> ( ) +% +/main.init { + pop +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Redraw main window. +% (E.g. after selecting a new language.) +% +% ( window ) ==> ( ) +% +/main.redraw { + + boot.show { + boot.text.options setcolor + window.current .font get setfont + boot.pos moveto boot.label.len neg 0 rmoveto + currentpoint boot.label.len fontheight image + boot.pos moveto txt_bootoptions showright + } if + + redrawmenu + /keepbootoptions 1 def + menu.entry true MenuSelect + /keepbootoptions .undef def + + panel.show + + dud.redraw +} def + + +/boot.setup { + boot.show not { return } if + + boot.window .ed boot.ed put + + boot.pos moveto + txt_bootoptions showright + + currenttransparency + white setcolor + boot.pos moveto 10 boot.ed.height rmoveto + 0xe0 settransparency + boot.ed.width 1 fillrect + settransparency +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Draw main window. +% +% ( window ) ==> ( ) +% +/main.show { + window.push + + /menu.shift 0 def + /menu.visible.entries menu.texts length menu.max.entries min def + + % get index of default entry + /menu.entry 0 def + 0 1 menu.texts length 1 sub { + dup menu.texts exch get menu.dentry eq { /menu.entry exch def exit } { pop } ifelse + } for + + menu.entry menu.visible.entries sub 0 ge { + /menu.shift menu.entry menu.texts length menu.visible.entries sub min def + } if + + menu.visible.entries menu.texts length lt menu.scrollbar and { + /menu.bar.width frame1.size pop frame4.size pop sub def + + -1 settransparentcolor + + frame4.pos moveto black dup frame4.size drawborder + frame4.pos moveto + ms.up ms.size image + frame4.pos moveto frame4.size exch pop 0 exch ms.size exch pop 0 add sub rmoveto + ms.down ms.size image + + /menu.sb.x frame4.pos pop 1 add def + /menu.sb.y frame4.pos exch pop 22 add def + /menu.sb.width frame4.size pop 2 sub def + /menu.sb.height frame4.size exch pop 22 2 mul sub def + + menu.sb.x menu.sb.y 1 sub moveto + menu.sb.x menu.sb.width add menu.sb.y 1 sub lineto + + menu.sb.x menu.sb.y menu.sb.height add moveto + menu.sb.x menu.sb.width add menu.sb.y menu.sb.height add lineto + } if + + boot.text.options setcolor + + window.current .font get setfont + + /boot.ed.width screen.size pop boot.pos pop sub ptheme { 60 } { 20 } ifelse sub def + /boot.ed.height fontheight 2 add def + + /boot.window window.current def + + /boot.ed [ + boot.pos exch 10 add exch 1 sub + over over moveto boot.ed.width boot.ed.height savescreen + boot.buf + boot.buf.size + 0 + 0 + 0 + ] def + + boot.setup + + redrawmenu + menu.entry true MenuSelect + + % find default splash mode + 0 1 splash.options length 1 sub { + splash.options over get menu.args menu.entry get exch strstr { + /splash.default exch def + } { + pop + } ifelse + } for + + panel.init + + "main" help.setcontext + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Handle keyboard input. +% +% ( key_in ) ==> ( key_out ) +% +/main.input { + dup 0 eq { return } if + + % handle panel entries + panel.input + + dup keyF10 eq { + power_off + pop 0 + } if + + dup keyEsc eq { exit_popup pop 0 } if + + dup keyEnter eq { + /window.action actStart def + pop 0 + } if + + dup keyUp eq { + menu.entry 0 gt { + menu.entry false MenuSelect + menu.entry menu.shift eq { + /menu.shift menu.shift 1 sub def redrawmenu + } if + /menu.entry menu.entry 1 sub def + menu.entry true MenuSelect + } if + pop 0 + } if + + dup keyDown eq { + menu.entry menu.texts length 1 sub lt { + menu.entry false MenuSelect + menu.visible.entries menu.entry menu.shift sub sub 1 eq { + /menu.shift menu.shift 1 add def redrawmenu + } if + /menu.entry menu.entry 1 add def + menu.entry true MenuSelect + } if + pop 0 + } if + + dup keyPgUp eq { + menu.entry 0 gt { + menu.entry false MenuSelect + /menu.entry 0 def + menu.shift 0 ne { + /menu.shift 0 def redrawmenu + } if + menu.entry true MenuSelect + } if + pop 0 + } if + + dup keyPgDown eq { + menu.entry menu.texts length 1 sub lt { + menu.entry false MenuSelect + /menu.entry menu.texts length 1 sub def + menu.texts length menu.visible.entries sub dup menu.shift ne { + /menu.shift exch def redrawmenu + } { + pop + } ifelse + menu.entry true MenuSelect + } if + pop 0 + } if + + dup 0 ne { + "opt" help.setcontext + } if + +} def + + diff --git a/panel.inc b/panel.inc new file mode 100644 index 0000000..daa81d8 --- /dev/null +++ b/panel.inc @@ -0,0 +1,204 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Panel handling. +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Some global vars. +% +/panel.size { clip.size pop 24 } def +/panel.y { clip.size exch pop panel.size exch pop sub 10 sub } def +/panel.text.y { panel.y 5 add } def +/panel.font font.normal def +/panel.normal lightblue def +/panel.high white def +/panel.bg lightgray def +/panel.border lightdotcolor def + +/panel.expert false def + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Init panel. +% +% ( ) ==> ( ) +% +/panel.init { + + /panel.back 0 panel.y moveto panel.size savescreen def + + % define panel layout + /panel.full [ + + % [ key x label show_func width_func update_func init_func ] + + [ keyF1 0 "F1" /panel.help /panel.help.width /panel.help.update .undef ] + + syslinux { + + livecd { + + [ keyF2 0 "F2" /panel.video /panel.video.width /panel.video.update /video.init ] + [ keyF3 0 "F3" /panel.splash /panel.splash.width /panel.splash.update /splash.init ] + + } { + + [ keyF2 0 "F2" /panel.lang /panel.lang.width /panel.lang.update /lang.init ] + [ keyF3 0 "F3" /panel.video /panel.video.width /panel.video.update /video.init ] + [ keyF4 0 "F4" /panel.install /panel.install.width /panel.install.update /install.init ] + [ keyF5 0 "F5" /panel.dud /panel.dud.width /panel.dud.update .undef ] + + 32+64bit_source { + 64bit { + 32bit_boot_dir .undef ne + 64bit_boot_dir .undef ne + 32bit_boot_dir 64bit_boot_dir ne + and and { + [ keyF6 0 "F6" /panel.bits /panel.bits.width /panel.bits.update /bits.init ] + } if + } if + } if + + xmenu.bits .undef eq { bits.init } if + + } ifelse + + } { + + [ keyF2 0 "F2" /panel.lang /panel.lang.width /panel.lang.update /lang.init ] + "profiles" findfile dup { + /profile.data exch def + [ keyF3 0 "F3" /panel.profile /panel.profile.width /panel.profile.update /profile.init ] + } { pop } ifelse + + } ifelse + + ] def + + % initialize all + panel.full { 6 get dup .undef ne { exec } { pop } ifelse } forall + + syslinux { + /panel.short [ + [ keyF1 0 "F1" /panel.help /panel.help.width /panel.help.update .undef ] + [ keyF2 0 "F2" /panel.lang /panel.lang.width /panel.lang.update /lang.init ] + [ keyF3 0 "F3" /panel.options /panel.options.width /panel.options.update .undef ] + ] def + + /panel.penguin [ + [ keyF1 0 "F1" /panel.ptheme /panel.ptheme.width /panel.ptheme.update .undef ] + [ keyF2 0 "F2" /panel.lang /panel.lang.width /panel.lang.update /lang.init ] + [ keyF3 0 "F3" /panel.options /panel.options.width /panel.options.update .undef ] + ] def + + /panel ptheme { panel.penguin } { panel.short } ifelse def + } { + /panel.short [ + [ keyF1 0 "F1" /panel.help /panel.help.width /panel.help.update .undef ] + [ keyF2 0 "F2" /panel.options /panel.options.width /panel.options.update .undef ] + ] def + + /panel panel.short def + } ifelse + + panel.show +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Show panel. +% +% ( ) ==> ( ) +% +/panel.show { + panel.font setfont + +% panel.bg setcolor + 0 panel.y moveto +% currentpoint + panel.back restorescreen +% currenttransparency +% 50 settransparency +% panel.size fillrect +% settransparency +% moveto + +% panel.border setcolor +% 0 -1 rmoveto +% 0 1 clip.size pop 3 div { pop putpixel 3 0 rmoveto } for + + % don't change xmenu + /xmenu xmenu + + /panel.x 0 def + panel { dup { + dup 1 panel.x put + dup 4 get exec over 2 get strsize pop add 20 add panel.x add /panel.x exch def + dup 5 get exec + } { pop } ifelse } forall + + def + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Handle keyboard input. +% +% ( key_in ) ==> ( key_out ) +% +/panel.input { + panel { dup { + dup 0 get 2 index eq { over panel.extra pop 3 get exec pop 0 exit } { pop } ifelse + } { pop } ifelse } forall +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Draw panel entry label and move to text field. +% +% ( panel ) => ( ) +% +/panel.text.moveto { + /panel.tmp.x over 1 get 10 add def + /panel.tmp.F exch 2 get def + + panel.tmp.x panel.text.y moveto + panel.high setcolor panel.tmp.F show + panel.normal setcolor + + 6 0 rmoveto +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Do some extra things. +% +% ( key ) => ( key ) +% +/panel.extra { + % move down one menu entry; but only once + % see keyDown in main::main.input + + % only for install CDs + syslinux not { return } if + + % not for F1 + dup keyF1 eq { return } if + + panel.extra.fkey .undef eq + menu.entry 0 eq + menu.entry menu.texts length 1 sub lt + and and { + /panel.extra.fkey 1 def + menu.entry false MenuSelect + menu.visible.entries menu.entry menu.shift sub sub 1 eq { + /menu.shift menu.shift 1 add def redrawmenu + } if + /menu.entry menu.entry 1 add def + menu.entry true MenuSelect + } if +} def + + diff --git a/panim.jpg b/panim.jpg new file mode 100644 index 0000000..dfd5a55 Binary files /dev/null and b/panim.jpg differ diff --git a/panim_a.jpg b/panim_a.jpg new file mode 100644 index 0000000..dd87061 Binary files /dev/null and b/panim_a.jpg differ diff --git a/pback.jpg b/pback.jpg new file mode 100644 index 0000000..e7c36b5 Binary files /dev/null and b/pback.jpg differ diff --git a/penguin.inc b/penguin.inc new file mode 100644 index 0000000..026c5d9 --- /dev/null +++ b/penguin.inc @@ -0,0 +1,416 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% "Penguins" boot screen. +% +% Copyright (C) 2001-2002, Raphael Quinet +% Copyright (C) 2005 Steffen Winterfeldt +% +% This program is free software; you can redistribute it and/or modify +% it under the terms of the GNU General Public License as published by +% the Free Software Foundation; either version 2 of the License, or +% (at your option) any later version. +% +% This program is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +% GNU General Public License for more details. +% +% You should have received a copy of the GNU General Public License +% along with this program; if not, write to the Free Software +% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +% +% Revision history: +% 2001-11-15 - (xray-blue.config) file derived from xray-green.config +% 2002-01-04 - file derived from xray-blue.config +% 2002-01-05 - keystrokes can influence penguins, added timeout message +% 2002-01-10 - adjusted the speed of the penguins +% 2005-08-21 - reworked graphics for 800x600 @ 16 bit color +% - reimplemented to fit to current openSUSE layout +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Original comment by Raphael: +% +% This script is based on those included in SuSE 7.2 and SuSE 7.3, modified +% by Raphael Quinet. The walking penguins were extracted from the program +% "xpenguins" (http://xpenguins.seul.org/), which had borrowed them from the +% game "Pingus" (http://pingus.seul.org/). The original "walker" was created +% by Joel Fauche , the "tumbler" was created by Craig +% Timpany , the "reader" and the "superpenguin" were +% created by Rob Gietema , Robin Hogan +% and Brian Chu . +% +% Requires the patched syslinux version included in openSUSE 10.0 or later. +% +% For more information on the original work done by Raphael, see: +% http://www.gamers.org/~quinet/lilo/. +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Panel penguin entry. +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Show help window. +% +% ( ) => ( ) +% +/panel.ptheme { + /panel panel.short def + penguin_about_popup +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Return width of panel entry. +% +% ( ) => ( width ) +% +/panel.ptheme.width { + "About" strsize pop +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Redraw panel entry. +% +% ( panel ) => ( ) +% +/panel.ptheme.update { + panel.text.moveto + "About" show +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Show penguin theme 'about' box. +% +% ( ) ==> ( ) +% +/penguin_about_popup { + window.dialog + + dup .title "About" put + dup .text +"Penguin theme originally made by Raphael Quinet . + +See http://www.gamers.org/~quinet/lilo/. + +Modernized for openSUSE by Steffen Winterfeldt " + + put + dup .buttons [ + button.ok button.default actRedraw button.setaction + ] put + dup window.init + window.show +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% penguin animations +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +/p.xmas.xmin 192 def +/p.xmas.xmax 556 def +/p.xmas.x 500 def +/p.xmas.y 89 def +/p.xmas.dx -4 def +/p.xmas.frame 0 def +/p.xmas.frames 8 def +/p.xmas.src.x 252 def +/p.xmas.src.y 0 def +/p.xmas.src.w 32 def +/p.xmas.src.h 45 def + + +/p.walk.xmin 80 def +/p.walk.xmax 720 def +/p.walk.x 200 def +/p.walk.y 523 def +/p.walk.dx 4 def +/p.walk.frame 0 def +/p.walk.frames 8 def +/p.walk.src.x 3 def +/p.walk.src.y 1 def +/p.walk.src.w 30 def +/p.walk.src.h 30 def + +/p.read.timer 0 def +/p.read.frame 0 def +/p.read.frames 4 def +/p.read.src.x 515 def +/p.read.src.y 1 def + + +/p.fall.ymax 520 def +/p.fall.ymin -31 def +/p.fall.x 762 def +/p.fall.y 0 def +/p.fall.frame 0 def +/p.fall.frames 8 def +/p.fall.src.x 3 def +/p.fall.src.y 65 def +/p.fall.src.w 30 def +/p.fall.src.h 25 def +/p.fall.dy -4 def % for super penguin + +/p.super false def % show super penguin +/p.super.frames 2 def +/p.super.src.x 644 def +/p.super.src.y 0 def +/p.super.src.h 31 def + + +/ptheme.init { + currentimage + + "panim.jpg" findfile dup setimage 0 0 image.size unpackimage /panim.img exch def free + "panim_a.jpg" findfile dup setimage 0 0 image.size unpackimage /panim_a.img exch def free + + setimage + + + % xmas penguin + + % save drawing background + p.xmas.xmin p.xmas.y moveto + /p.xmas.back + p.xmas.xmax p.xmas.xmin sub p.xmas.src.w add p.xmas.dx abs add + p.xmas.src.h savescreen + def + + % it just needs the right size + /p.xmas.single 0 0 moveto p.xmas.src.w p.xmas.dx abs add p.xmas.src.h savescreen def + + + % walking penguin + + % save drawing background + p.walk.xmin p.walk.y moveto + /p.walk.back + p.walk.xmax p.walk.xmin sub p.walk.src.w add p.walk.dx abs add + p.walk.src.h savescreen + def + + % it just needs the right size + /p.walk.single 0 0 moveto p.walk.src.w p.walk.dx abs add p.walk.src.h savescreen def + + + % falling penguin + + % save drawing background + /p.fall.back p.fall.x 10 moveto p.fall.src.w p.fall.src.h savescreen def + + % one background line + /p.fall.back1 p.fall.x 10 moveto p.fall.src.w 1 savescreen def + + % it just needs the right size + /p.fall.single 0 0 moveto p.fall.src.w p.fall.src.h savescreen def + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Draw next Xmas penguin frame. +% +% ( ) ==> ( ) +% +/p.xmas.animate { + p.xmas.dx 0 lt { + p.xmas.dx p.xmas.x add p.xmas.xmin lt { + /p.xmas.dx p.xmas.dx neg def + } if + } { + p.xmas.dx p.xmas.x add p.xmas.xmax gt { + /p.xmas.dx p.xmas.dx neg def + } if + } + ifelse + + /p.xmas.x p.xmas.x p.xmas.dx add def + /p.xmas.frame p.xmas.frame 1 add p.xmas.frames mod def + + % copy background + p.xmas.x p.xmas.xmin sub 0 moveto + p.xmas.back 0xff p.xmas.single blend + + % add penguin + p.xmas.src.x p.xmas.src.w p.xmas.frame mul add + p.xmas.src.y p.xmas.dx 0 gt { p.xmas.src.h add } if moveto + panim.img panim_a.img p.xmas.single blend + + % draw + p.xmas.x p.xmas.y moveto p.xmas.single restorescreen +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Draw next walking penguin frame. +% +% ( ) ==> ( ) +% +/p.walk.animate { + /p.read.timer p.read.timer 1 add 0 min def + + p.read.timer 0 lt { + % slow down reading + p.read.timer 2 mod 0 eq { return } if + /p.read.frame p.read.frame 1 add p.read.frames mod def + } { + p.walk.dx 0 lt { + p.walk.dx p.walk.x add p.walk.xmin lt { + /p.walk.dx p.walk.dx neg def + } if + } { + p.walk.dx p.walk.x add p.walk.xmax gt { + /p.walk.dx p.walk.dx neg def + } if + } + ifelse + + /p.walk.x p.walk.x p.walk.dx add def + /p.walk.frame p.walk.frame 1 add p.walk.frames mod def + } ifelse + + % copy background + p.walk.x p.walk.xmin sub 0 moveto + p.walk.back 0xff p.walk.single blend + + p.read.timer 0 lt { + % add penguin + p.read.src.x p.walk.src.w p.read.frame mul add + p.read.src.y + } { + % add penguin + p.walk.src.x p.walk.src.w p.walk.frame mul add + p.walk.src.y p.walk.dx 0 gt { p.walk.src.h add } if + } ifelse + moveto + panim.img panim_a.img p.walk.single blend + + % draw + p.walk.x p.walk.y moveto p.walk.single restorescreen +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Draw next super penguin frame. +% +% ( ) ==> ( ) +% +/p.super.animate { + p.fall.y p.fall.dy add p.fall.ymin lt { + /p.fall.y 0 def + + /p.super false def + + return + } if + + /p.fall.y p.fall.y p.fall.dy add def + /p.fall.frame p.fall.frame 1 add p.fall.frames mod def + + % copy background + 0 0 moveto + p.fall.back 0xff p.fall.single blend + + % add penguin + p.fall.src.x + p.fall.src.y p.fall.src.h p.fall.frame mul add moveto + panim.img panim_a.img p.fall.single blend + + % draw + p.fall.x p.fall.y moveto p.fall.single restorescreen +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Draw falling penguin. +% +% ( timeout time ) ==> ( ) +% +/p.timeout.animate { + dup 0 le { + pop pop + + % it vanishes... + p.fall.x p.fall.y moveto p.fall.back restorescreen + + p.call.super + + return + } if + + over sub neg p.fall.ymax mul exch div + + dup p.fall.y gt { + p.fall.y 1 2 index 1 sub { + p.fall.x exch moveto p.fall.back1 restorescreen + } for + } if + /p.fall.y exch def + /p.fall.frame p.fall.frame 1 add p.fall.frames mod def + + % copy background + 0 0 moveto + p.fall.back 0xff p.fall.single blend + + % add penguin + p.fall.src.x p.fall.src.w p.fall.frame mul add + p.fall.src.y moveto + panim.img panim_a.img p.fall.single blend + + % draw + p.fall.x p.fall.y moveto p.fall.single restorescreen + +} def + + +% call super penguin +/p.call.super { + p.super { return } if + + /p.super true def + + p.fall.y 0 le { + /p.fall.y p.fall.ymax def + } if + + % super penguin has different height + /p.fall.src.x p.super.src.x def + /p.fall.src.y p.super.src.y def + /p.fall.src.h p.super.src.h def + + % and less frames + /p.fall.frames p.super.frames def + + % change them + p.fall.back free + /p.fall.back p.fall.x 10 moveto p.fall.src.w p.fall.src.h savescreen def + + p.fall.single free + /p.fall.single 0 0 moveto p.fall.src.w p.fall.src.h savescreen def +} def + + +ptheme { + % ( time ) ==> ( ) + /Timer { + dup 3 mod 0 eq { p.xmas.animate } if + dup 3 mod 1 eq { p.walk.animate } if + pop + p.super { p.super.animate } if + } def + +} if + + diff --git a/penguins/Makefile b/penguins/Makefile new file mode 100644 index 0000000..226133c --- /dev/null +++ b/penguins/Makefile @@ -0,0 +1,12 @@ +all: high + +high: + pngtopnm -background black pback.png | cjpeg -optimize -quality 95 >pback.jpg + pngtopnm -background black panim.png | cjpeg -optimize -quality 95 >panim.jpg + pngtopnm -alpha panim.png | pgmtoppm white | cjpeg -optimize -quality 95 >panim_a.jpg + +low: + pngtopnm -background black pback.png | cjpeg -optimize -quality 85 >pback.jpg + pngtopnm -background black panim.png | cjpeg -optimize -quality 85 >panim.jpg + pngtopnm -alpha panim.png | pgmtoppm white | cjpeg -optimize -quality 85 >panim_a.jpg + diff --git a/penguins/panim.png b/penguins/panim.png new file mode 100644 index 0000000..106a7a7 Binary files /dev/null and b/penguins/panim.png differ diff --git a/penguins/pback.png b/penguins/pback.png new file mode 100644 index 0000000..fe45c08 Binary files /dev/null and b/penguins/pback.png differ diff --git a/penguins/penguins.xcf b/penguins/penguins.xcf new file mode 100755 index 0000000..32ad79b Binary files /dev/null and b/penguins/penguins.xcf differ diff --git a/phead.jpg b/phead.jpg new file mode 100644 index 0000000..a192ba1 Binary files /dev/null and b/phead.jpg differ diff --git a/po/Makefile b/po/Makefile new file mode 100644 index 0000000..58954af --- /dev/null +++ b/po/Makefile @@ -0,0 +1,16 @@ +POFILES = $(wildcard *.po) +TEXTS = $(addsuffix .tr,$(basename $(wildcard *.po))) + +PRODUCT = "SUSE Linux 10.1" + +all: text.inc $(TEXTS) + +%.tr: %.po text.inc + bin/po2txt --product=$(PRODUCT) $< >$@ + +# en.tr uses msgids from bootloader.pot +en.tr text.inc: bootloader.pot + bin/po2txt --product=$(PRODUCT) $< >en.tr + +clean: + rm -f text.inc *.tr *~ diff --git a/po/README b/po/README new file mode 100644 index 0000000..a27800a --- /dev/null +++ b/po/README @@ -0,0 +1,24 @@ +boot loader translations +------------------------ + +o How do I add a new text? + + - Use the gfxboot/po/bin/add_text script; example: + + add_text help 'Help' + + This will define txt_help; the 'txt_' prefix is optional. + +o How do I remove a text that's no longer needed? + + - Use the gfxboot/po/bin/rm_text script; example: + + rm_text help + + This will remove txt_help; the removed lines are stored in the 'old' + directory. + +o How do I add a new language? + + - Copy bootloader.pot to .po. Remember to get .po translated. + diff --git a/po/bg.po b/po/bg.po new file mode 100644 index 0000000..c590ddd --- /dev/null +++ b/po/bg.po @@ -0,0 +1,279 @@ +# translation of bg.po to +# translation of bg.po to Bulgarian +# translation of bootloader.po to Bulgarian +# LANGUAGE translations for boot loader +# Copyright (C) 2004 SUSE LINUX AG +# Copyright (C) 2004 Vdel CREC +# Borislav Mitev , 2004, 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: bg\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2005-08-18 21:29+0300\n" +"Last-Translator: Borislav Mitev \n" +"Language-Team: Bulgarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.10\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "OK" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Прекъсване" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Рестартиране" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Продължаване" + +#. txt_install +msgid "Installation" +msgstr "Инсталиране" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Ръчно инсталиране" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "Инсталиране - без ACPI" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "Инсталиране - Безопасни настройки" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Linux - безопасни настройки" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Зареждане от твърдия диск" + +#. txt_rescue +msgid "Rescue System" +msgstr "Спасяване на системата" + +#. txt_memtest +msgid "Memory Test" +msgstr "Проверка на паметта" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Параметри на зареждането" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "Излизане..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Вие напускате графичното меню и влизате\n" +"в текстовия режим на зареждането." + +#. txt_help +msgid "Help" +msgstr "Помощ" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Стартиране..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"Зареждане на Linux ядрото\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"Зареждане на memtest86\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Зареждане на ОС" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "Входно/Изходна грешка" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Промяна на диска за зареждане" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "Моля, поставете зареждащ диск %u." + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Това е зареждащ диск %u.\n" +"Моля, поставете %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"Това не е зареждащ диск на .\n" +"Моля, поставете %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Парола" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"Моля, въведете Вашата парола: \n" +"\n" +"\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "Пригответе дискетата с драйверите за подновяване." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "DVD грешка" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Това е двустранно DVD. Вие сте заредили от втората страна\n" +"\n" +"Моля, обърнете DVD-то и след това продължете." + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "Изключване на захранването" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "Желаете ли да спрете сега системата?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Твърд диск" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Инсталиране от твърд диск" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Дисково устройство (ще сканира всички дискове ако е празно)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Директория\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "Инсталиране от FTP" + +#. txt_server +msgid "Server\n" +msgstr "Сървър\n" + +#. txt_password +msgid "Password\n" +msgstr "Парола\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Потребител (анонимен вход, ако е празно)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "Инсталация от NFS" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Потребител (ще използва guest, ако е празно)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "Инсталиране от SMB (Windows Share)" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "Инсталиране от HTTP" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Драйвер" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Домейн\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "Други параметри" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "Език" + diff --git a/po/bin/add_text b/po/bin/add_text new file mode 100755 index 0000000..0dd99b1 --- /dev/null +++ b/po/bin/add_text @@ -0,0 +1,54 @@ +#! /usr/bin/perl + +# add a new text to *.po files + +die "usage: add_text [-c comment] id text_line1 text_line2 ... \nexample:\n add_text MENU_LANG Language\n" if @ARGV < 2; + +if($ARGV[0] eq '-c') { + shift; + $comment = shift; +} + +$id = shift; +@texts = @ARGV; + +$id =~ s/^txt_//; + +$_ = join '', @texts; + +push @l, "# $comment\n" if $comment; +push @l, "#. txt_$id\n"; +push @l, "#, c-format\n" if /%/; + +if(@texts == 1) { + push @l, "msgid \"$texts[0]\"\n" +} +else { + push @l, "msgid \"\"\n"; + for (@texts) { push @l, "\"$_\"\n" } +} + +push @l, "msgstr \"\"\n"; +push @l, "\n"; + +print @l; + +print STDERR "Should this entry be added to all *.po files? [Y/n]\n"; + +$_ = ; + +chomp; + +$_ = "\L$_"; + +exit unless $_ eq '' || $_ eq 'y'; + +print "ok\n"; + +for $f ("bootloader.pot", <*.po>) { + if(open F, ">>$f") { + print F @l; + close F; + } +} + diff --git a/po/bin/fixpot b/po/bin/fixpot new file mode 100755 index 0000000..1ed9665 --- /dev/null +++ b/po/bin/fixpot @@ -0,0 +1,27 @@ +#! /usr/bin/perl + +while(<>) { + if(/^\s*#|^\s*$/) { $msg[$cnt]{comment} .= $_; next } + if(s/^\s*msgid\b\s*//) { $cnt++; $id = 1 } + if(s/^\s*msgstr\b\s*//) { $id = 2 } + if($id == 1) { $msg[$cnt - 1]{id} .= $_; next } + if($id == 2) { $msg[$cnt - 1]{str} .= $_; next } + + die "oops at line $.\n"; +} + +for (@msg) { + print $_->{comment}; + + next unless defined($_->{id}) && defined($_->{str}); + + if($_->{id} =~ /^\s*""\s*$/ || $_->{str} =~ /^\s*""\s*$/) { + print "msgid ", $_->{id}; + print "msgstr ", $_->{str}; + } + else { + print "msgid ", $_->{str}; + print "msgstr \"\"\n"; + } +} + diff --git a/po/bin/po2txt b/po/bin/po2txt new file mode 100755 index 0000000..f10ee5b --- /dev/null +++ b/po/bin/po2txt @@ -0,0 +1,165 @@ +#! /usr/bin/perl + +# convert *.po files to texts.* files suitable for gfxboot +# usage: po2txt lang.po >texts.lang +# Note: en.po ist treated specially! + +use Getopt::Long; + +sub read_texts; +sub join_msg; + +$opt_product = "SUSE Linux"; + +GetOptions( + 'product=s' => \$opt_product +); + + +for $lang (@ARGV) { + $lang = 'en' if $lang eq 'bootloader.pot'; + $lang =~ s/\.po$//; + read_texts $lang; +} + +sub read_texts +{ + local $_; + + my ($lang, @f, $txt, $context, $t, $p, $ids, $file); + + $lang = shift; + + $file = "$lang.po"; + $file = 'bootloader.pot' if $lang eq 'en'; + + if($lang eq 'en') { + $ids = 1; + } + + open F, $file; + @f = (); + close F; + + map { s//$opt_product/g; } @f; + + $_ = $lang; + s/.*\///; + + for (@f) { + if(/^\s*#\.\s*(txt_\S+)/) { + if($txt) { + @msgstr = @msgid if $ids || join_msg(\@msgstr) eq ""; + $txts{$txt} = join_msg(\@msgstr); + } + + $txt = $1; + + undef @msgid; + undef @msgstr; + undef $context; + next; + } + + next if /^\s*#.*|^\s*$/; + + if(/^\s*msgid\s*(\".*\")\s*$/) { + push @msgid, $1 unless $1 eq '""'; + $context = 1; + next; + } + + if(/^\s*msgstr\s*(\".*\")\s*$/) { + push @msgstr, $1 unless $1 eq '""'; + $context = 2; + next; + } + + if(/^\s*(\".*\")\s*$/) { + if($context == 1) { + push @msgid, $1; + } + elsif($context == 2) { + push @msgstr, $1; + } + else { + die "format oops in ${lang}.po: $_" + } + } + } + + if($txt) { + @msgstr = @msgid if $ids || join_msg(\@msgstr) eq ""; + $txts{$txt} = join_msg(\@msgstr); + } + + @txts = sort keys %txts; + + for (@txts) { + $txt = $txts{$_}; + $txt =~ s/\\"/"/g; + $txt =~ s/\\\\/\\/g; + $txt =~ s/\\n/\n/g; + print "$txt\x00" + } + + if($ids) { + open W, ">text.inc"; + print W "%\n% This file is generated automatically. Editing it is pointless.\n%\n\n"; + print W "/texts [\n"; + $p = pop @txts; + for (@txts) { print W " /$_\n" } + print W " /$p\n] def\n"; + close W; + } + else { + open F, "text.inc"; + for () { + if(/\s+\/(txt_\S+)/) { + $txt_ref{$1} = undef; + } + } + close F; + for (@txts) { + $txt_list{$_}++; + $txt_multi{$_} = 1 if $txt_list{$_} > 1; + } + for (@txts) { + $txt_unknown{$_} = 1 unless exists $txt_ref{$_}; + } + for (keys %txt_ref) { + $txt_miss{$_} = 1 unless exists $txt_list{$_}; + } + + if(defined(%txt_miss) || defined(%txt_unknown) || defined(%txt_multi)) { + print STDERR "$lang:\n"; + for (sort keys %txt_miss) { + print STDERR " missing: $_\n" + } + for (sort keys %txt_unknown) { + print STDERR " unknown: $_\n" + } + for (sort keys %txt_multi) { + print STDERR " multi: $_\n" + } + } + } + +} + + +sub join_msg +{ + local $_; + my ($s, $msg, $m); + + $msg = shift; + + for $s (@{$msg}) { + $_ = $s; + s/^\"(.*)\"$/$1/; + $m .= $_; + } + + return $m; +} diff --git a/po/bin/rm_text b/po/bin/rm_text new file mode 100755 index 0000000..9b96555 --- /dev/null +++ b/po/bin/rm_text @@ -0,0 +1,63 @@ +#! /usr/bin/perl + +# remove a text from *.po files + +sub drop; + +die "usage: rm_text id\n" if @ARGV != 1; + +$id = shift; +$id = "txt_$id" unless $id =~ /^txt_/; + +mkdir old, 0755; + +for $f ("bootloader.pot", <*.po>) { + if(open F, $f) { + @f = ; + close F; + + ( $new, $old ) = drop @f; + if(open F, ">>old/$f") { + print F @$old; + close F; + + open F, ">$f"; + print F @$new; + close F; + } + } +} + + +sub drop +{ + local $_; + my (@f, @g, $drop_it, @d); + + for (@_) { + push @g, $_; + $drop_it = 1 if /^#\.\s*${id}\s*$/; + if(/^\s*$/) { + if($drop_it) { + push @d, @g; + } + else { + push @f, @g; + } + undef $drop_it; + undef @g; + } + } + + if(@g) { + if($drop_it) { + push @d, @g; + } + else { + push @f, @g; + } + } + + return ( \@f, \@d ); +} + diff --git a/po/bootloader.pot b/po/bootloader.pot new file mode 100644 index 0000000..3e4425d --- /dev/null +++ b/po/bootloader.pot @@ -0,0 +1,245 @@ +# LANGUAGE translations for boot loader +# Copyright (C) 2005 SUSE Linux GmbH +# +msgid "" +msgstr "" +"Project-Id-Version: bootloader\n" +"PO-Revision-Date: 2005-07-27 11:49+0200\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "" + +#. txt_install +msgid "Installation" +msgstr "" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "" + +#. txt_rescue +msgid "Rescue System" +msgstr "" + +#. txt_memtest +msgid "Memory Test" +msgstr "" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "" + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" + +#. txt_help +msgid "Help" +msgstr "" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "" + +# Keep the three newlines! +#. txt_load_kernel +msgid "Loading Linux Kernel\n\n\n" +msgstr "" + +# Keep the three newlines! +#. txt_load_memtest +msgid "Loading memtest86\n\n\n" +msgstr "" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "" + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "Enter your password: \n\n\n" +msgstr "" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "" + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "" + +#. txt_directory +msgid "Directory\n" +msgstr "" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "" + +#. txt_server +msgid "Server\n" +msgstr "" + +#. txt_password +msgid "Password\n" +msgstr "" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "" + diff --git a/po/cs.po b/po/cs.po new file mode 100644 index 0000000..983ca2b --- /dev/null +++ b/po/cs.po @@ -0,0 +1,278 @@ +# translation of cs.po to Czech +# translation of cs.po to cs_CZ +# translation of bootloader.po to cs_CZ +# LANGUAGE translations for boot loader +# Copyright (C) 2004 SUSE LINUX AG +# Klara Cihlarova , 2004, 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: cs\n" +"PO-Revision-Date: 2005-07-31 18:24+0200\n" +"Last-Translator: Klara Cihlarova \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.10.1\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "OK" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Zrušit" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Restartovat" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Pokračovat" + +#. txt_install +msgid "Installation" +msgstr "Instalace" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Ruční instalace" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "Instalace -- bez ACPI" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "Instalace -- bezpečné nastavení" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Linux -- bezpečné nastavení" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Spustit z disku" + +#. txt_rescue +msgid "Rescue System" +msgstr "Záchranný systém" + +#. txt_memtest +msgid "Memory Test" +msgstr "Test paměti" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Parametry startu" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "Ukončuji..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Opouštíte grafickou startovací nabídku\n" +"a spouštíte textový režim." + +#. txt_help +msgid "Help" +msgstr "Nápověda" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Startuji..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"Zavádím linuxové jádro\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"Zavádím memtest86\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Zavaděč" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "Chyba I/O" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Změnit startovací disk" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "Vložte startovací disk %u." + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Toto je startovací disk %u.\n" +"Vložte prosím disk %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"Toto není startovací disk systému .\n" +"Vložte startovací disk %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Heslo" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"Prosím zadejte heslo: \n" +"\n" +"\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "Připravte si disketu s ovladači." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "Chyba DVD" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Toto je oboustranné DVD. Spouštíte systém z druhé strany DVD.\n" +"\n" +"Obraťte prosím DVD a pokračujte." + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "Vypnout" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "Chcete nyní vypnout systém?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Pevny disk" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Instalace z disku" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Disk (při nevyplnění prohledávání všech disků)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Adresář\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "FTP instalace" + +#. txt_server +msgid "Server\n" +msgstr "Server\n" + +#. txt_password +msgid "Password\n" +msgstr "Heslo\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Uživatel (při nevyplnění nastaveno anonymní přihlášení)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "NFS instalace" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Uživatel (při nevyplnění nastaveno na \"guest\")\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "SMB instalace (sdílený adresář)" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "HTTP instalace" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Ovladač" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Doména\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "Další volby" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "Jazyk" + diff --git a/po/da.po b/po/da.po new file mode 100644 index 0000000..97776eb --- /dev/null +++ b/po/da.po @@ -0,0 +1,258 @@ +# translation of da.po to Dansk +# translation of bootloader.pot_[g4TXCa].po to Dansk +# LANGUAGE translations for boot loader +# Copyright (C) 2005 SUSE Linux GmbH +# Martin Møller , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: da\n" +"PO-Revision-Date: 2005-08-12 16:33+0200\n" +"Last-Translator: Martin Møller \n" +"Language-Team: Dansk \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.10.1\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "Ok" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Afbryd" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Genstart" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Fortsæt" + +#. txt_install +msgid "Installation" +msgstr "Begynd installation" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Manuel installation" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "Installation uden ACPI understøttelse" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "Fejlsikret installation" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Fejlsikret opstart" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Indlæs fra harddisk" + +#. txt_rescue +msgid "Rescue System" +msgstr "Redningssystem" + +#. txt_memtest +msgid "Memory Test" +msgstr "Hukommelsestest" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Opstartsmuligheder" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "Afslutter..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Du forlader nu den grafiske opstartsmenu og\n" +"starter tekstbrugerfladen i stedet." + +#. txt_help +msgid "Help" +msgstr "Hjælp" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Starter..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "Loading Linux Kernel\n\n\n" +msgstr "Indlæser Linuxkernen\n\n\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "Loading memtest86\n\n\n" +msgstr "Indlæser memtest86\n\n\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Opstartsindlæser" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "Ind/Ud fejl" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Skift opstartsdisk" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "Indsæt opstartsdisk %u." + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Dette er opstartsdisk %u.\n" +"Indsæt opstartsdisk %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"Dette er ikke en SUSE LINUX 10.0 opstartsdisk.\n" +"Vær venlig at indsætte opstartsdisk %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Adgangskode" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "Enter your password: \n\n\n" +msgstr "Skiv dit kodeord her: \n\n\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "Gør klar til at indlæse din opdateringsdisk." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "DVD fejl" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Dette er en tosidet DVD. Du har startet op fra den anden side.\n" +"\n" +"Vend DVD'en om og prøv igen." + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "Sluk maskinen" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "Luk systemet ned nu?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Harddisk" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Harddisk installation" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Diskenhed (gennemsøg alle diske hvis blank)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Katalog\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "FTP installation" + +#. txt_server +msgid "Server\n" +msgstr "Server\n" + +#. txt_password +msgid "Password\n" +msgstr "Adgangskode\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Bruger (anonymt login hvis blank)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "NFS installation" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Bruger (bruger \"guest\" hvis blank)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "SMB (Windows fildeling) installation" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "HTTP installation" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Driver" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Domæne\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "Andre indstillinger" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "Sprog" + diff --git a/po/de.po b/po/de.po new file mode 100644 index 0000000..c77c6ae --- /dev/null +++ b/po/de.po @@ -0,0 +1,275 @@ +# translation of de.po to +# translation of de.po to German +# LANGUAGE translations for boot loader +# Copyright (C) 2004 SUSE LINUX AG +# Antje Faber , 2004, 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: de\n" +"PO-Revision-Date: 2005-03-11 18:31+0100\n" +"Last-Translator: Novell Language \n" +"Language-Team: Novell Language \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "Ok" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Verwerfen" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Neustart" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Fortfahren" + +#. txt_install +msgid "Installation" +msgstr "Installation" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Manuelle Installation" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "Installation - ACPI deaktiviert" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "Installation - Sichere Einstellungen" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Linux - Sichere Einstellungen" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Von Festplatte booten" + +#. txt_rescue +msgid "Rescue System" +msgstr "Rettungssystem" + +#. txt_memtest +msgid "Memory Test" +msgstr "Speichertest" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Bootoptionen" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "Beenden ..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Sie verlassen das grafische Bootmenü und\n" +"kommen in den Textmodus." + +#. txt_help +msgid "Help" +msgstr "Hilfe" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Starten..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"Laden des Linux-Kernels\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"Laden von memtest86\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Bootloader" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "E/A-Fehler" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Bootdiskette wechseln" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "Bootdiskette %u einlegen." + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Dies ist Bootdiskette %u.\n" +"Legen Sie die Bootdiskette %u ein." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"Dies ist keine Bootdiskette für .\n" +"Legen Sie Bootdiskette %u ein." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Passwort" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"Geben Sie Ihr Passwort ein: \n" +"\n" +"\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "Halten Sie die Aktualisierungsdiskette für den Treiber bereit." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "DVD-Fehler" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Dies ist eine doppelseitige DVD. Sie haben von der zweiten Seite gebootet.\n" +"\n" +"Drehen Sie die DVD um, und fahren Sie dann fort." + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "Ausschalten" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "System jetzt anhalten?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Festplatte" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Festplatten-Installation" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Plattengerät (Platten scannen, falls leer)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Verzeichnis\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "FTP-Installation" + +#. txt_server +msgid "Server\n" +msgstr "Server\n" + +#. txt_password +msgid "Password\n" +msgstr "Passwort\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Benutzer (anonymous-Anmeldung, falls leer)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "NFS-Installation" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Benutzer (\"guest\" verwenden, falls leer)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "SMB (Windows Share)-Installation" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "HTTP-Installation" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Treiber" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Domain\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "Weitere Optionen" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "Sprache" diff --git a/po/el.po b/po/el.po new file mode 100644 index 0000000..5464746 --- /dev/null +++ b/po/el.po @@ -0,0 +1,277 @@ +# translation of el.po to Hellenic-Ελληνικά-Greek +# translation of el.po to Hellenic +# LANGUAGE translations for boot loader +# Copyright (C) 2004 SUSE LINUX AG +# Hellenic SuSE Translators Group , 2004, 2005. +# Hellenic SuSE Translation Team , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: el\n" +"PO-Revision-Date: 2005-08-09 01:17+0300\n" +"Last-Translator: Hellenic SuSE Translation Team \n" +"Language-Team: Hellenic-Ελληνικά-Greek \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.10\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "Εντάξει" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Ακύρωση" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Επανεκκίνηση" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Συνέχεια" + +#. txt_install +msgid "Installation" +msgstr "Εγκατάσταση" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Χειροκίνητη Εγκατάσταση" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "Εγκατάσταση--ACPI Απενεργοποιημένο" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "Εγκατάσταση--Ασφαλείς Ρυθμίσεις" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Linux--Ασφαλείς Ρυθμίσεις" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Εκκίνηση από τον Σκληρό Δίσκο" + +#. txt_rescue +msgid "Rescue System" +msgstr "Σύστημα Διάσωσης" + +#. txt_memtest +msgid "Memory Test" +msgstr "Έλεγχος Μνήμης" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Ρυθμίσεις Εκκίνησης" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "Έξοδος..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Εγκαταλείπετε το μενού γραφικής εκκίνησης και\n" +"ξεκινάτε το περιβάλλον κατάστασης κειμένου." + +#. txt_help +msgid "Help" +msgstr "Βοήθεια" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Εκκίνηση..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"Ο πυρήνας Linux φορτώνεται\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"Το memtest86 φορτώνεται\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Διαχειριστής Εκκίνησης" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "σφάλμα E/E" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Αλλαγή Δισκέτας Εκκίνησης" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "Παρακαλώ εισάγετε την δισκέτα εκκίνησης %u." + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Αυτή είναι η δισκέτα εκκίνησης %u.\n" +"Παρακαλώ εισάγετε τη δισκέτα εκκίνησης %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"Αυτή δεν είναι δισκέτα εκκίνησης του .\n" +"Παρακαλώ εισάγετε τη δισκέτα εκκίνησης %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Κωδικός" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"Εισάγετε τον κωδικό σας: \n" +"\n" +"\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "Ετοιμάστε την δισκέτα ενημέρωσης οδηγών." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "Σφάλμα DVD" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Αυτό είναι DVD δύο πλευρών. Έχετε κάνει εκκίνηση από την δεύτερη πλευρά.\n" +"\n" +"Γυρίστε το DVD και συνεχίστε." + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "Διακοπή λειτουργίας" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "Θέλετε να σταματήσετε το σύστημα τώρα;" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Σκληρός Δίσκος" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Εγκατάσταση Σκληρού Δίσκου" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Συσκευή Δίσκου (σάρωση όλων των δίσκων αν είναι κενοί)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Κατάλογος\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "Εγκατάσταση FTP" + +#. txt_server +msgid "Server\n" +msgstr "Διακομιστής\n" + +#. txt_password +msgid "Password\n" +msgstr "Κωδικός\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Χρήστης (ανώνυμη σύνδεση εάν είναι κενός)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "Εγκατάσταση NFS" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Χρήστης (χρήση \"guest\" αν είναι κενός)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "Εγκατάσταση SMB (Windows Share)" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "Εγκατάσταση HTTP" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Οδηγός" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Περιοχή\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "Άλλες Επιλογές" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "Γλώσσα" + diff --git a/po/es.po b/po/es.po new file mode 100644 index 0000000..188f2dd --- /dev/null +++ b/po/es.po @@ -0,0 +1,276 @@ +# translation of es.po to +# translation of bootloader.po to +# LANGUAGE translations for boot loader +# Copyright (C) 2004 SUSE LINUX AG +# , 2004 +# Ines Pozo , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: es\n" +"PO-Revision-Date: 2005-03-07 10:09+0100\n" +"Last-Translator: Novell Language \n" +"Language-Team: Novell Language \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "OK" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Cancelar" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Reiniciar" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Continuar" + +#. txt_install +msgid "Installation" +msgstr "Instalación" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Instalación manual" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "Instalación -- ACPI inhabilitado" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "Instalación -- Ajustes seguros" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Linux -- Ajustes seguros" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Arrancar del disco duro" + +#. txt_rescue +msgid "Rescue System" +msgstr "Sistema de rescate" + +#. txt_memtest +msgid "Memory Test" +msgstr "Prueba de memoria" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Opciones de arranque" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "Saliendo..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Está saliendo del menú gráfico de arranque e\n" +"iniciando la interfaz de modo texto." + +#. txt_help +msgid "Help" +msgstr "Ayuda" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Iniciando..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"Cargando el kernel Linux\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"Cargando memtest86\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Cargador de arranque" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "Error E/S" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Cambiar disquete de arranque" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "Inserte el disco de arranque %u." + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Este es el disco de arranque %u.\n" +"Inserte el disco de arranque %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"Este no es un disco de arranque de .\n" +"Inserte el disco de arranque %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Contraseña" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"Introduzca la contraseña: \n" +"\n" +"\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "Prepare el disquete de actualización del controlador." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "Error de DVD" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Este DVD es de doble cara. Ha arrancado desde la segunda cara.\n" +"\n" +"Dé la vuelta al DVD y continúe." + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "Apagar" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "¿Desea detener el sistema?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Disco duro" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Instalación del disco duro" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Dispositivo de disco (examinar todos los discos si está vacío)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Directorio\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "Instalación FTP" + +#. txt_server +msgid "Server\n" +msgstr "Servidor\n" + +#. txt_password +msgid "Password\n" +msgstr "Contraseña\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Usuario (login anónimo si está vacío)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "Instalación NFS" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Usuario (usando \"guest\" si estuviera vacío)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "Instalación SMB (recurso compartido Windows)" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "Instalación HTTP" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Controlador" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Dominio\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "Otras opciones" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "Idioma" diff --git a/po/fi.po b/po/fi.po new file mode 100644 index 0000000..ce21c50 --- /dev/null +++ b/po/fi.po @@ -0,0 +1,258 @@ +# translation of bootloader.fi.po to +# translation of bootloader.po to +# LANGUAGE translations for boot loader +# Copyright (C) 2005 SUSE Linux GmbH +# Jyri Palokangas , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: bootloader.fi\n" +"PO-Revision-Date: 2005-09-03 14:52+0300\n" +"Last-Translator: Jyri Palokangas \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.10.2\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "OK" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Peruuta" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Käynnistä uudelleen" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Jatka" + +#. txt_install +msgid "Installation" +msgstr "Asennus" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Manuaalinen asennus" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "Asennus--ACPI pois käytöstä" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "Asennus--Safe Settings" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Linux--Safe Settings" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Käynnistä kiintolevyltä" + +#. txt_rescue +msgid "Rescue System" +msgstr "Korjausjärjestelmä" + +#. txt_memtest +msgid "Memory Test" +msgstr "Muistitesti" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Käynnistysvalinnat" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "Poistutaan..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Olet poistumassa graafisesta käynnistysvalikosta ja\n" +"käynnistämässä tekstipohjaisen liittymän." + +#. txt_help +msgid "Help" +msgstr "Ohje" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Käynnistetään..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "Loading Linux Kernel\n\n\n" +msgstr "Linux ytimen lataaminen\n\n\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "Loading memtest86\n\n\n" +msgstr "Ladataan memtest86\n\n\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Käynnistyslataaja" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "I/O virhe" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Muuta käynnistyslevyä" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "Anna käynnistyslevyke %u." + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Tämä on käynnistyslevyke %u.\n" +"Anna käynnistyslevyke %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"Tämä ei ole käynnistyslevyke.\n" +"Anna käynnistyslevyke %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Salasana" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "Enter your password: \n\n\n" +msgstr "Anna salasanasi: \n\n\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "Ota ajurin päivityslevyke valmiiksi." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "DVD virhe" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Tämä on kaksipuoleinen DVD. Olet käynnistänyt kakkospuolelta.\n" +"\n" +"Käännä DVD toisinpäin ja jatka sitten." + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "Katkaise virta" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "Pysäytetäänkö järjestelmä nyt?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Kiintolevy" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Kiintolevy asennus" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Levylaite (tarkistaa kaikki levyt jos tyhjä)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Hakemisto\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "FTP-asennus" + +#. txt_server +msgid "Server\n" +msgstr "Palvelin\n" + +#. txt_password +msgid "Password\n" +msgstr "Salasana\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Käyttäjä (anonyymi kirjautuminen jos tyhjä)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "NFS-asennus" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Käyttäjä (käyttäen \"vieras\" jos tyhjä)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "SMB (Windows jako) asennus" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "HTTP-asennus" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Ajuri" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Toimialue\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "Muut valinnat" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "Kieli" + diff --git a/po/fr.po b/po/fr.po new file mode 100644 index 0000000..dcd6830 --- /dev/null +++ b/po/fr.po @@ -0,0 +1,280 @@ +# translation of fr.po to +# translation of fr.po to français +# translation of bootloader.fr.po to Français +# translation of bootloader.po to Français +# LANGUAGE translations for boot loader +# Copyright (C) 2004 SUSE LINUX AG +# Patricia Vaz , 2004. +# Patricia Vaz , 2004. +# Patricia Vaz , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: fr\n" +"PO-Revision-Date: 2005-03-07 09:49+0100\n" +"Last-Translator: Novell Language \n" +"Language-Team: Novell Language \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "OK" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Annuler" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Réamorcer" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Continuer" + +#. txt_install +msgid "Installation" +msgstr "Installation" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Installation manuelle" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "Installation - ACPI désactivé" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "Installation - Paramètres sécurisés" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Linux - Paramètres sécurisés" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Amorcer depuis le disque dur" + +#. txt_rescue +msgid "Rescue System" +msgstr "Système de secours" + +#. txt_memtest +msgid "Memory Test" +msgstr "Test de mémoire" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Options d'amorçage" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "Sortie..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Vous quittez le menu d'amorçage graphique et\n" +"démarrez l'interface en mode textuel." + +#. txt_help +msgid "Help" +msgstr "Aide" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Démarrage..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"Chargement du noyau Linux\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"Chargement de memtest86\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Chargeur d'amorçage" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "Erreur E/S" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Changer la disquette d'amorçage" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "Insérer le disque d'amorçage %u." + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Il s'agit du disque d'amorçage %u.\n" +"Insérer le disque d'amorçage %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"Ce n'est pas un disque d'amorçage .\n" +"Insérez le disque d'amorçage %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Mot de passe" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"Entrez votre mot de passe : \n" +"\n" +"\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "Ayez à disposition la disquette de mise à jour des pilotes." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "Erreur DVD" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Il s'agit d'un DVD double face. Vous avez effectué l'amorçage à partir de la " +"seconde face.\n" +"\n" +"Retournez le DVD, puis continuez." + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "Arrêt" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "Arrêter le système maintenant ?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Disque dur" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Installation du disque dur" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Périphérique disque (balayer tous les disques si vide)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Répertoire\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "Installation FTP" + +#. txt_server +msgid "Server\n" +msgstr "Serveur\n" + +#. txt_password +msgid "Password\n" +msgstr "Mot de passe\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Utilisateur (login anonyme si vide)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "Installation NFS" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Utilisateur (utilisation de \"guest\" si vide)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "Installation SMB (partage Windows)" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "Installation HTTP" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Pilote" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Domaine\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "Autres options" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "Langue" diff --git a/po/hu.po b/po/hu.po new file mode 100644 index 0000000..53a8d20 --- /dev/null +++ b/po/hu.po @@ -0,0 +1,279 @@ +# translation of hu.po to Hungarian +# translation of bootloader.hu.po to hungarian +# translation of bootloader.po to hungarian +# LANGUAGE translations for boot loader +# Copyright (C) 2004 SUSE LINUX AG +# Marcel Hilzinger , 2004. +# Szabolcs Varga , 2004, 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: hu\n" +"PO-Revision-Date: 2005-08-04 14:17+0100\n" +"Last-Translator: Szabolcs Varga \n" +"Language-Team: Hungarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" +"POT-Creation-Date: \n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "OK" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Mégsem" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Újraindítás" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Folytatás" + +#. txt_install +msgid "Installation" +msgstr "Telepítés" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Kézi telepítés" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "Telepítés - ACPI támogatás nélkül" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "Telepítés - Biztonságos beállításokkal" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Linux - Biztonságos beállításokkal" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Rendszerindítás merevlemezről" + +#. txt_rescue +msgid "Rescue System" +msgstr "Mentőrendszer" + +#. txt_memtest +msgid "Memory Test" +msgstr "Memóriateszt" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Rendszerindítási paraméterek" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "Kilépés..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Kilép a grafikus rendszerindító menüből.\n" +"El fog indulni a szöveges módú felület." + +#. txt_help +msgid "Help" +msgstr "Segítség" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Indítás..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"A Linux rendszermag betöltése\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"A memtest86 program betöltése\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Rendszertöltő" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "I/O hiba" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Cserélje az indítólemezt" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "Kérem, helyezze be a(z) %u indítólemezt." + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Ez a(z) %u indítólemez.\n" +"Kérem, helyezze be a(z) %u indítólemezt." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"Ez nem egy indítólemez.\n" +"Kérem, helyezze be a(z) %u indítólemezt." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Jelszó" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"Kérem, adja meg a jelszót: \n" +"\n" +"\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "Készítse elő a frissítéseket tartalmazó meghajtólemezt." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "DVD-hiba" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Ez egy kétoldalas DVD. Ön a rendszerindításhoz a második oldalt használta.\n" +"\n" +"Kérem, fordítsa meg a DVD-t, majd folytassa." + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "Gép kikapcsolása" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "Ki akarja most kapcsolni a számítógépet?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Merevlemez" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Telepítés merevlemezről" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Merevlemez-eszköz (az összes üres merevlemez ellenőrizése)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Könyvtár\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "FTP telepítés" + +#. txt_server +msgid "Server\n" +msgstr "Szerver\n" + +#. txt_password +msgid "Password\n" +msgstr "Jelszó\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Felhasználó (ha üres, akkor anonymous)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "NFS telepítés" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Felhasználó (ha üres, akkor \"guest\")\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "SMB telepítés (Windows megosztásról)" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "HTTP telepítés" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Illesztőprogram" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Tartomány\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "Egyéb beállítások" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "Nyelv" + diff --git a/po/it.po b/po/it.po new file mode 100644 index 0000000..3a4ab6c --- /dev/null +++ b/po/it.po @@ -0,0 +1,275 @@ +# translation of it.po to +# translation of it.po to +# translation of bootloader.po to +# translation of bootloader.po to +# LANGUAGE translations for boot loader +# Copyright (C) 2004 SUSE LINUX AG +msgid "" +msgstr "" +"Project-Id-Version: it\n" +"PO-Revision-Date: 2005-03-12 11:38+0100\n" +"Last-Translator: Novell Language \n" +"Language-Team: Novell Language \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "Ok" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Cancella" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Riavvia" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Continua" + +#. txt_install +msgid "Installation" +msgstr "Installazione" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Installazione manuale" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "Installazione--ACPI disabilitata" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "Installazione--Safe Settings" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Linux--Safe Settings" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Avvio dal disco rigido" + +#. txt_rescue +msgid "Rescue System" +msgstr "Sistema di salvataggio" + +#. txt_memtest +msgid "Memory Test" +msgstr "Verifica della memoria" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Opzioni di boot" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "Uscita in corso..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"State per uscire dal menu di avvio grafico e\n" +"per avviare l'interfaccia nel modo testo." + +#. txt_help +msgid "Help" +msgstr "Aiuto" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Avvio in corso..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"Caricamento del kernel Linux in corso\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"Caricamento di memtest86 in corso\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Boot loader" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "Errore I/O" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Cambia dischetto di boot" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "Inserire il disco di avvio di %u." + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Questo è il disco di avvio di %u.\n" +"Inserire il disco di avvio di %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"Questo non è il disco di avvio di .\n" +"Inserire il disco di avvio di %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Password" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"Immettere la password: \n" +"\n" +"\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "Preparare il disco floppy con l'aggiornamento dei driver." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "Errore DVD" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Il DVD è a due lati. È stato effettuato l'avvio dal secondo lato.\n" +"\n" +"Capovolgere il DVD e continuare." + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "Power off" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "Arrestare il sistema?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Disco rigido" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Installazione disco rigido" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Dispositivo disco (scandisce tutti i dischi se vuoto)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Directory\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "Installazione FTP" + +#. txt_server +msgid "Server\n" +msgstr "Server\n" + +#. txt_password +msgid "Password\n" +msgstr "Password\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Utente (login anonimo se vuoto)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "Installazione NFS" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Utente (utilizzo di \"guest\" se vuoto)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "Installazione SMB (share Windows)" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "Installazione HTTP" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Driver" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Domino\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "Altre opzioni" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "Lingua" diff --git a/po/ja.po b/po/ja.po new file mode 100644 index 0000000..c8a496e --- /dev/null +++ b/po/ja.po @@ -0,0 +1,270 @@ +# LANGUAGE translations for boot loader +# Copyright (C) 2004 SUSE LINUX AG +# +msgid "" +msgstr "" +"Project-Id-Version: bootloader\n" +"PO-Revision-Date: 2004-03-30 19.38+0200\n" +"Last-Translator: Novell Language \n" +"Language-Team: Novell Language \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "OK" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "キャンセル" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "再起動" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "続ける" + +#. txt_install +msgid "Installation" +msgstr "インストール" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "手動インストール" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "インストール -- ACPI無効" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "インストール -- セーフ設定" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Linux -- セーフ設定" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "ハードディスクから起動" + +#. txt_rescue +msgid "Rescue System" +msgstr "レスキューシステム" + +#. txt_memtest +msgid "Memory Test" +msgstr "メモリテスト" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "起動オプション" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "終了中..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"グラフィックブートメニューから\n" +"テキストモードに切替えます。" + +#. txt_help +msgid "Help" +msgstr "ヘルプ" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "起動中..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"Linuxカーネルを読み込み中\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"memtest86を読み込み中\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "ブートローダ" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "I/Oエラー" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "ブートディスクの変更" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "ブートディスク%uを挿入します。" + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"これはブートディスク%uです。\n" +"ブートディスク%uを挿入してください。" + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"これはブートディスクです。\n" +"ブートディスク%uを挿入してください。" + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "パスワード" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"パスワードを入力してください: \n" +"\n" +"\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "ドライバ更新のフロッピーディスクを準備してください。" + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "DVDエラー" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"これは両面DVDです。 第2面からブートしています。\\nDVDをひっくり返してから続行" +"してください。" + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "電源オフ" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "システムを中止しますか?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "ハードディスク" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "ハードディスクインストール" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "ディスクデバイス (空白: 全ディスクのスキャン)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "ディレクトリ\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "FTPインストール" + +#. txt_server +msgid "Server\n" +msgstr "サーバ\n" + +#. txt_password +msgid "Password\n" +msgstr "パスワード\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "ユーザ (空白: 匿名ログイン)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "NFSインストール" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "ユーザ (空白: guest)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "SMB (Windows共有) インストール" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "HTTPインストール" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "ドライバ" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "ドメイン\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "その他のオプション" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "言語" diff --git a/po/lt.po b/po/lt.po new file mode 100644 index 0000000..867ee12 --- /dev/null +++ b/po/lt.po @@ -0,0 +1,273 @@ +# LITHUANIAN translations for boot loader +# Copyright (C) 2005 SUSE Linux GmbH +# +msgid "" +msgstr "" +"Project-Id-Version: bootloader\n" +"PO-Revision-Date: 2005-08-04 11:27+0200\n" +"Last-Translator: Linas Spraunius \n" +"Language-Team: Lithuanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: \n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "Gerai" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Atšaukti" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Perkrauti" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Tęsti" + +#. txt_install +msgid "Installation" +msgstr "Diegimas" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Rankinis diegimas" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "Diegimas--ACPI išjungtas" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "Diegimas--saugios nuostatos" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Linux--saugios nuostatos" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Įkrauti iš kietojo disko" + +#. txt_rescue +msgid "Rescue System" +msgstr "Avarinė sistema" + +#. txt_memtest +msgid "Memory Test" +msgstr "Atminties testas" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Įkrovos parametrai" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "Išeinama..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Jūs paliekate grafinį įkrovos meniu ir\n" +"paleidžiate tekstinę sąsają." + +#. txt_help +msgid "Help" +msgstr "Pagalba" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Paleidžiama..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"Įkeliamas Linux branduolys\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"Įkeliamas memtest86\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Įkrovos tvarkyklė" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "I/O klaida" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Keisti įkrovos diską" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "Įdėkite įkrovos diską %u." + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Tai įkrovos diskas %u.\n" +"Įdėkite įkrovos diską %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"Tai ne įkrovos diskas.\n" +"Prafome įdėti įkrovos diską %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Slaptažodis" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"Įveskite savo slaptažodį: \n" +"\n" +"\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "Paruoškite savo diskelį su tvarkyklės atnaujinimu." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "DVD klaida" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Tai dvipusis DVD. Jūs įkrovėte iš antrosios pusės.\n" +"\n" +"Apverskite DVD ir tęskite." + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "Išjungti" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "Sustabdyti sistemą?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Kietasis diskas" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Diegimas iš kietojo disko" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Diskų įrenginys (jei nėra, skenuoti visus diskus)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Katalogas\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "Diegimas iš FTP" + +#. txt_server +msgid "Server\n" +msgstr "Serveris\n" + +#. txt_password +msgid "Password\n" +msgstr "Slaptažodis\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Vartotojas (jei tuščia, jungiasi anonimas)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "Diegimas per NFS" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Vartotojas (jei tuščia, naudojama „guest“)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "Diegimas per SMB (Windows Share)" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "Diegimas per HTTP" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Tvarkyklė" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Domenas\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "Kiti parametrai" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "Kalba" + diff --git a/po/nb.po b/po/nb.po new file mode 100644 index 0000000..3cce760 --- /dev/null +++ b/po/nb.po @@ -0,0 +1,275 @@ +# translation of nb.po to +# translation of bootloader.nb.po to +# translation of bootloader.po to +# LANGUAGE translations for boot loader +# Copyright (C) 2004 SUSE LINUX AG +# Olav Pettershagen , 2004, 2005. +# Olav Pettershagen , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: nb\n" +"PO-Revision-Date: 2005-08-11 20:19+0200\n" +"Last-Translator: Olav Pettershagen \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.10.2\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "OK" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Avbryt" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Start på nytt" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Fortsett" + +#. txt_install +msgid "Installation" +msgstr "Installasjon" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Manuell installasjon" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "Installasjon--ACPI deaktivert" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "Installasjon--sikker modus" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Linux--sikker modus" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Start fra harddisk" + +#. txt_rescue +msgid "Rescue System" +msgstr "Redningssystem" + +#. txt_memtest +msgid "Memory Test" +msgstr "Minnekontroll" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Oppstartsalternativer" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "Avslutter..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Du er i ferd med å avslutte den grafiske oppstartsmenyen\n" +"og gå over til tekstmodus." + +#. txt_help +msgid "Help" +msgstr "Hjelp" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Starter..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"Laster Linux-kjerne\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"Laster memtest86\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Oppstartslaster" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "Inn/ut-feil" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Endre oppstartsdisk" + +#. txt_insert_disk +msgid "Insert boot disk %u." +msgstr "Sett inn oppstartsdisken %u." + +#. txt_insert_disk2 +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Dette er oppstartsdisk %u.\n" +"Sett inn oppstartsdisk %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"Dette er ikke en oppstartsdisk for .\n" +"Sett inn oppstartsdisk %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Passord" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"Angi passordet: \n" +"\n" +"\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "Hold disketten med driveroppdateringer klar." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "DVD-feil" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Dette er en tosidig DVD. Du har startet opp fra side to.\n" +"\n" +"Snu DVD-en og fortsett." + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "Slå av maskinen" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "Hvil du avslutte nå?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Harddisk" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Harddiskinstallasjon" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Diskenhet (søk på alle disker hvis tomt)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Katalog\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "FTP-installasjon" + +#. txt_server +msgid "Server\n" +msgstr "Server\n" + +#. txt_password +msgid "Password\n" +msgstr "Passord\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Bruker (anonym innlogging hvis tomt)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "NFS-installasjon" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Bruker (bruker \"gjest\" hvis tomt)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "SMB-installasjon (delt Windows-ressurs)" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "HTTP-installasjon" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Driver" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Domene\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "Andre valg" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "Språk" + diff --git a/po/nl.po b/po/nl.po new file mode 100644 index 0000000..dd431a2 --- /dev/null +++ b/po/nl.po @@ -0,0 +1,279 @@ +# translation of bootloader.po to Nederlands +# translation of bootloader.po to Dutch +# translation of nl.po to Dutch +# LANGUAGE translations for boot loader +# Copyright (C) 2004 SUSE LINUX AG +# Proefgelezen op 10-08-2005 door Henk Krus +# Arthur & Ettie Kerkmeester , 2004, 2005. +# Rinse de Vries , 2005. +msgid "" +msgstr "" +"Project-Id-Version: nl\n" +"PO-Revision-Date: 2005-08-10 00:45+0200\n" +"Last-Translator: Rinse de Vries \n" +"Language-Team: Dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.10.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "Ok" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Annuleren" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Herstarten" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Doorgaan" + +#. txt_install +msgid "Installation" +msgstr "Installatie" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Handmatige installatie" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "Installatie - ACPI uitgeschakeld" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "Installatie - Veilige instellingen" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Linux - Veilige instellingen" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Van harde schijf opstarten" + +#. txt_rescue +msgid "Rescue System" +msgstr "Reddingssysteem" + +#. txt_memtest +msgid "Memory Test" +msgstr "Geheugentest" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Opstartopties" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "Beëindigen..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"U gaat het grafische opstartmenu verlaten en\n" +"de interface wordt nu opgestart in tekstmodus." + +#. txt_help +msgid "Help" +msgstr "Help" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Starten..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"Linux-kernel wordt geladen\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"Memtest86 wordt geladen\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Bootloader" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "I/O-fout" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Opstartdiskette wijzigen" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "Plaats opstartdiskette %u." + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Dit is opstartdiskette %u.\n" +"Plaats a.u.b. opstartdiskette %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"Dit is geen opstartdiskette van .\n" +"Plaats a.u.b. opstartdiskette %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Wachtwoord" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"Voer uw wachtwoord in: \n" +"\n" +"\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "Houdt uw diskette met de stuurprogramma-update gereed." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "DVD-fout" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Dit is een dubbelzijdige DVD. U heeft met kant twee opgestart.\n" +"\n" +"Draai de DVD om en gaat dan verder." + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "Computer uitgeschakeld" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "Wilt u nu het systeem stoppen?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Harde schijf " + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Installatie van harde schijf" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Schijfapparaat (indien leeg: zoek dan op alle schijven)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Directory\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "FTP-installatie" + +#. txt_server +msgid "Server\n" +msgstr "Server\n" + +#. txt_password +msgid "Password\n" +msgstr "Wachtwoord\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Gebruiker (indien leeg: anonieme aanmelding)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "NFS-installatie" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Gebruiker (indien leeg: dan wordt \"guest\" gebruikt)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "SMB (Windows share) installatie" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "HTTP-installatie" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Stuurprogramma" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Domein\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "Andere opties" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "Taal" + diff --git a/po/pl.po b/po/pl.po new file mode 100644 index 0000000..2d10291 --- /dev/null +++ b/po/pl.po @@ -0,0 +1,269 @@ +# LANGUAGE translations for boot loader +# Copyright (C) 2004 SUSE LINUX AG +# +msgid "" +msgstr "" +"Project-Id-Version: bootloader\n" +"PO-Revision-Date: 2005-08-19 15:26+0200\n" +"Last-Translator: Jakub Kulesza \n" +"Language-Team: Polish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "OK" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Anuluj" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Uruchom ponownie" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Kontynuuj" + +#. txt_install +msgid "Installation" +msgstr "Instalacja" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Instalacja manualna" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "Instalacja--ACPI nieaktywne" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "Instalacja--Bezpieczne ustawienia" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Linux--Bezpieczne ustawienia" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Uruchom z dysku twardego" + +#. txt_rescue +msgid "Rescue System" +msgstr "System ratunkowy" + +#. txt_memtest +msgid "Memory Test" +msgstr "Test Pamięci" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Opcje uruchamiania" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "Zakończenie..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Opuszczasz graficzne menu uruchamiania systemu i\n" +"uruchamiasz interfejs tekstowy." + +#. txt_help +msgid "Help" +msgstr "Pomoc" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Uruchamianie..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"Ładowanie jądra Linuksa\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"Ładowanie memtest86\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Boot loader" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "Błąd WE/WY" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Zmień dysk boot-ujący" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "Włóż dysk startowy %u." + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"To jest dysk startowy %u.\n" +"Proszę włożyć dysk startowy %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"To nie jest dysk startowy .\n" +"Proszę włożyć dysk startowy %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Hasło" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "Podaj hasło: \n\n\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "Przygotuj dyskietkę z uaktualnieniami sterowników." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "Błąd DVD" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"To jest dwustronne DVD. Uruchomiłeś system z drugiej strony płyty.\n" +"\n" +"Odwróć płytę DVD i kontynuuj." + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "Wyłącz" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "Czy chcesz zatrzymać system teraz?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Dysk twardy" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Instalacja na dysku twardym" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Urządzenie dyskowe (skanuj wszystkie dyski, jeśli puste)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Katalog\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "Instalacja FTP" + +#. txt_server +msgid "Server\n" +msgstr "Serwer\n" + +#. txt_password +msgid "Password\n" +msgstr "Hasło\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Użytkownik (\"anonymous\" jeśli puste)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "Instalacja NFS" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Użytkownik (\"guest\" jeśli puste)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "Instalacja SMB (udział dyskowy Windows)" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "Instalacja HTTP" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Sterownik" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Domena\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "Inne opcje" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "Język" + diff --git a/po/pt.po b/po/pt.po new file mode 100644 index 0000000..f105761 --- /dev/null +++ b/po/pt.po @@ -0,0 +1,258 @@ +# translation of pt.po to portuguese +# LANGUAGE translations for boot loader +# Copyright (C) 2005 SUSE Linux GmbH +# Antonio Cardoso Martins , 2005. +# Elisio Andre Martins Catana , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: pt\n" +"PO-Revision-Date: 2005-08-25 18:37+0100\n" +"Last-Translator: Elisio Andre Martins Catana \n" +"Language-Team: portuguese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.10.2\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "OK" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Cancelar" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Reiniciar" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Continuar" + +#. txt_install +msgid "Installation" +msgstr "Instalação" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Instalação Manual" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "Instalação -- ACPI Desactivado" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "Instalação -- Definições Seguras" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Linux--Definições de Salvaguarda" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Iniciar de Disco Rígido" + +#. txt_rescue +msgid "Rescue System" +msgstr "Sistema de Recuperação" + +#. txt_memtest +msgid "Memory Test" +msgstr "Teste de Memória" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Opções de Arranque" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "A Sair..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Está a saír do menu gráfico de arranque e a\n" +"iniciar a interface em modo texto." + +#. txt_help +msgid "Help" +msgstr "Ajuda" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "A Iniciar..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "Loading Linux Kernel\n\n\n" +msgstr "A Carregar o Kernel de Linux\n\n\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "Loading memtest86\n\n\n" +msgstr "A Carregar o memtest86\n\n\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Rotina de Arranque" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "Erro de I/O" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Trocar Disco de Arranque" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "Insira o disco de arranque %u." + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Este é o disco de arranque %u.\n" +"Insira o disco de arranque %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"Este não é um disco de arranque de .\n" +"Por favor insira o disco de arranque %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Palavra Passe" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "Enter your password: \n\n\n" +msgstr "Digite a sua palavra passe: \n\n\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "Prepare a sua disquete de actualização de driver." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "Erro de DVD" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Este é um DVD de dois lados. Iniciou do segundo lado.\n" +"\n" +"Vire o DVD e depois continue." + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "Desligar" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "Parar agora o sistema?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Disco Rígido" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Instalação em Disco Rígido" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Dispositivo de Disco (procurar todos os discos se vazio)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Directório\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "Instalação FTP" + +#. txt_server +msgid "Server\n" +msgstr "Servidor\n" + +#. txt_password +msgid "Password\n" +msgstr "Palavra Passe\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Utilizador (entrada anónima se vazio)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "Instalação NFS" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Utilizador (a utilizar \"guest\" se vazio)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "Instalação SMB (Partilha de Windows)" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "Instalação HTTP" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Driver" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Domínio\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "Outras Opções" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "Idioma" + diff --git a/po/pt_BR.po b/po/pt_BR.po new file mode 100644 index 0000000..34adb02 --- /dev/null +++ b/po/pt_BR.po @@ -0,0 +1,271 @@ +# LANGUAGE translations for boot loader +# Copyright (C) 2004 SUSE LINUX AG +# +msgid "" +msgstr "" +"Project-Id-Version: bootloader\n" +"PO-Revision-Date: 2004-03-01 12:00+0200\n" +"Last-Translator: Novell Language \n" +"Language-Team: Novell Language \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "OK" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Cancelar" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Reinicializar" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Continuar" + +#. txt_install +msgid "Installation" +msgstr "Instalação" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Instalação Manual" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "Instalação--ACPI Desabilitada" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "Instalação--Configurações Seguras" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Linux--Configurações Seguras" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Inicializar do Disco Rígido" + +#. txt_rescue +msgid "Rescue System" +msgstr "Sistema de Recuperação" + +#. txt_memtest +msgid "Memory Test" +msgstr "Teste de Memória" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Opções de Boot" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "Saindo..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Você está saindo do menu de boot gráfico\n" +"e iniciando a interface em modo de texto." + +#. txt_help +msgid "Help" +msgstr "Ajuda" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Iniciando..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"Carregando Kernel do Linux\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"Carregando memtest86\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Carregador de boot" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "Erro de E/S" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Mudar Disco de Boot" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "Inserir disco de boot %u." + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Este é o disco de boot %u.\n" +"Insira o disco de boot %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"Este não é o disco de boot do .\n" +"Insira o disco de boot %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Senha" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"Digite sua senha: \n" +"\n" +"\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "Verifique se o disquete de atualização de driver está pronto." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "Erro de DVD" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Este é um DVD com dois lados. Você fez a inicialização pelo segundo lado.\n" +"\n" +"Vire o DVD e continue." + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "Desligar" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "Desligar o sistema agora?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Disco Rígido" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Instalação por Disco Rígido" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Dispositivo de Disco (explorar todos os discos, caso esteja vazio)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Diretório\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "Instalação por FTP" + +#. txt_server +msgid "Server\n" +msgstr "Servidor\n" + +#. txt_password +msgid "Password\n" +msgstr "Senha\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Usuário (login anônimo, se estiver vazio)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "Instalação por NFS" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Usuário (usando \"guest\" se estiver vazio)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "Instalação por SMB (Compartilhamento Windows)" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "Instalação por HTTP" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Driver" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Domínio\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "Outras Opções" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "Idioma" diff --git a/po/ro.po b/po/ro.po new file mode 100644 index 0000000..aea1ef9 --- /dev/null +++ b/po/ro.po @@ -0,0 +1,283 @@ +# translation of ro.po to Romanian +# LANGUAGE translations for boot loader +# Copyright (C) 2004 SUSE LINUX AG +# Claudiu Costin , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: ro\n" +"PO-Revision-Date: 2004-03-27 17:05+0200\n" +"Last-Translator: Claudiu Costin \n" +"Language-Team: Romanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "OK" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Renunţă" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Restartează" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Continuă" + +#. txt_install +msgid "Installation" +msgstr "Instalare" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Instalare manuală" + +#. txt_noacpi_install +#, fuzzy +msgid "Installation--ACPI Disabled" +msgstr "Instalare - ACPI dezactivat" + +#. txt_safe_install +#, fuzzy +msgid "Installation--Safe Settings" +msgstr "Instalare - Setări sigure" + +#. txt_safe_linux +#, fuzzy +msgid "Linux--Safe Settings" +msgstr "Linux - Setări sigure" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Porneşte de pe hard disc" + +#. txt_rescue +msgid "Rescue System" +msgstr "Sistem de salvare" + +#. txt_memtest +msgid "Memory Test" +msgstr "Test de memorie" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Opţiuni de pornire" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "" + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Acum veţi părăsi modul grafic de pornire\n" +"şi veţi intra în interfaţa text." + +#. txt_help +msgid "Help" +msgstr "Ajutor" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Pornesc..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"Încarc kernelul Linux\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"Încarc memtest86\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Încărcător de sistem" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "Eroare de I/E" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Modificare disc de pornire" + +#. txt_insert_disk +#, fuzzy, c-format +msgid "Insert boot disk %u." +msgstr "Vă rog să introduceţi discul de pornire %u." + +#. txt_insert_disk2 +#, fuzzy, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Aceasta este discul de pornire %u.\n" +"Vă rog să introduceţi discul de pornire %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, fuzzy, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"Acesta nu este un disc de pornire .\n" +"Inseraţi discul %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Parolă" + +# Keep the newlines and spaces after ':'! +#. txt_password +#, fuzzy +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"Introduceţi parola: \n" +"\n" +"\n" + +#. txt_dud_ready +#, fuzzy +msgid "Get your driver update floppy ready." +msgstr "Pregătiţi discheta cu driver-e actualizate." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "" + +#. txt_dvd_warning2 +#, fuzzy +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Acesta este un DVD cu două feţe. Aţi pornit sistemul de pe faţa a doua.\n" +"\n" +" Întoarceţi DVD-ul şi apoi continuaţi." + +# power off dialog title +#. txt_power_off_title +#, fuzzy +msgid "Power Off" +msgstr "Oprire" + +#. txt_power_off +#, fuzzy +msgid "Halt the system now?" +msgstr "Doriţi să opresc sistemul acum?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Hard Disc" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Instalare hard disc" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Dispozitiv disc (scanează toate discurile dacă e gol)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Director\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "Instalare prin FTP" + +#. txt_server +msgid "Server\n" +msgstr "Server\n" + +#. txt_password +msgid "Password\n" +msgstr "Parolă\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Utilizator (anonim, dacă nu e completat)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "Instalare prin NFS" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Utilizator (utilizează \"guest\" dacă e gol)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "Instalare prin SMB (partajare Windows)" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "Instalare prin HTTP" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "" + diff --git a/po/ru.po b/po/ru.po new file mode 100644 index 0000000..0822956 --- /dev/null +++ b/po/ru.po @@ -0,0 +1,285 @@ +# translation of bootloader.po to Russian +# LANGUAGE translations for boot loader +# Copyright (C) 2004 SUSE LINUX AG +# Copyright (C) 2004 Vdel CREC +# Andrew Bogatov, 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: bootloader\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2004-03-26 23:00+0300\n" +"Last-Translator: Andrew \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "Успех" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Отмена" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Перезагрузка" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Продолжить" + +#. txt_install +msgid "Installation" +msgstr "Установка" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Ручная установка" + +#. txt_noacpi_install +#, fuzzy +msgid "Installation--ACPI Disabled" +msgstr "Установка - ACPI выключен" + +#. txt_safe_install +#, fuzzy +msgid "Installation--Safe Settings" +msgstr "Установка - безопасные параметры" + +#. txt_safe_linux +#, fuzzy +msgid "Linux--Safe Settings" +msgstr "Linux - безопасные параметры" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Загрузка с жёсткого диска" + +#. txt_rescue +msgid "Rescue System" +msgstr "Спасательная система" + +#. txt_memtest +msgid "Memory Test" +msgstr "Тест памяти" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Параметры загрузки" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "" + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Вы покинули графическое меню загрузки и\n" +"запустили текстовый вариант интерфейса." + +#. txt_help +msgid "Help" +msgstr "Справка" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Запуск..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"Загрузка ядра Linux\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"Загрузка memtest86\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Загрузчик MBR" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "Ошибка ввода/вывода" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Сменить загрузочный диск" + +#. txt_insert_disk +#, fuzzy, c-format +msgid "Insert boot disk %u." +msgstr "Пожалуйста вставьте загрузочный диск %u." + +#. txt_insert_disk2 +#, fuzzy, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Это загрузочный диск %u.\n" +"Пожалуйста вставьте загрузочный диск %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, fuzzy, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"\"Это не загрузочный диск.\n" +"Пожалуйста вставьте загрузочный диск %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Пароль" + +# Keep the newlines and spaces after ':'! +#. txt_password +#, fuzzy +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"Введите ваш пароль: \n" +"\n" +"\n" + +#. txt_dud_ready +#, fuzzy +msgid "Get your driver update floppy ready." +msgstr "Пожалуйста, держите ваш гибкий диск с обновлением драйвера наготове." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "" + +#. txt_dvd_warning2 +#, fuzzy +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Это двусторонний DVD диск. Вы загрузились со второй стороны.\n" +"\n" +"Переверните DVD и продолжайте." + +# power off dialog title +#. txt_power_off_title +#, fuzzy +msgid "Power Off" +msgstr "Выключить питание" + +#. txt_power_off +#, fuzzy +msgid "Halt the system now?" +msgstr "Желаете ли остановить систему сейчас?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Жёсткий диск" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Установка жёсткого диска" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Дисковое устройство (сканировать все диски, если пусто)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Каталог\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "Установка по FTP" + +#. txt_server +msgid "Server\n" +msgstr "Сервер\n" + +#. txt_password +msgid "Password\n" +msgstr "Пароль\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Пользователь (если пусто - использовать анонимный вход)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "Установка по NFS" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Пользователь (если пусто - использовать guest)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "Установка по SMB (Windows Share)" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "Установка по HTTP" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "" + diff --git a/po/sk.po b/po/sk.po new file mode 100644 index 0000000..0ed9d06 --- /dev/null +++ b/po/sk.po @@ -0,0 +1,287 @@ +# translation of bootloader.po to +# LANGUAGE translations for boot loader +# Copyright (C) 2004 SUSE LINUX AG +# , 2004. +# , 2004. +# Andrej Kacian , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: bootloader\n" +"PO-Revision-Date: 2005-03-08 20:59+0100\n" +"Last-Translator: Andrej Kacian \n" +"Language-Team: Slovak \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.10\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "OK" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Zrušiť" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Reštartovať" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Pokračovať" + +#. txt_install +msgid "Installation" +msgstr "Inštalácia" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Manuálna inštalácia" + +#. txt_noacpi_install +#, fuzzy +msgid "Installation--ACPI Disabled" +msgstr "Inštalácia - ACPI vypnuté" + +#. txt_safe_install +#, fuzzy +msgid "Installation--Safe Settings" +msgstr "Inštalácia - Bezpečné nastavenie" + +#. txt_safe_linux +#, fuzzy +msgid "Linux--Safe Settings" +msgstr "Linux - Bezpečné nastavenie" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Spustiť systém z pevného disku" + +#. txt_rescue +msgid "Rescue System" +msgstr "Záchranný systém" + +#. txt_memtest +msgid "Memory Test" +msgstr "Test pamäti" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Možnosti štartu" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "" + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Opúšťate grafické menu štartu a spúšťate\n" +"textové používateľské rozhranie." + +#. txt_help +msgid "Help" +msgstr "Pomocník" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Spúšťam..." + +# Keep the three newlines! +#. txt_load_kernel +#, fuzzy +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"Načítavam jadro Linuxu\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"Načítavam memtest86\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Správca štartu" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "Chyba V/V" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Zmena štartovacej diskety" + +#. txt_insert_disk +#, fuzzy, c-format +msgid "Insert boot disk %u." +msgstr "Prosím, vložte štartovaciu disketu %u." + +#. txt_insert_disk2 +#, fuzzy, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Toto je disketa %u.\n" +"Prosím, vložte disketu %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, fuzzy, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"Toto nie je štartovacia disketa .\n" +"Prosím, vložte štartovaciu disketu %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Heslo" + +# Keep the newlines and spaces after ':'! +#. txt_password +#, fuzzy +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"Prosím, zadajte heslo: \n" +"\n" +"\n" + +#. txt_dud_ready +#, fuzzy +msgid "Get your driver update floppy ready." +msgstr "Prosím, pripravte si disketu s aktualizovanými ovládačmi." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "" + +#. txt_dvd_warning2 +#, fuzzy +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Toto je obojstranné médium DVD. Systém ste spustili z druhej strany.\n" +"\n" +"Prosím, otočte médium a potom pokračujte." + +# power off dialog title +#. txt_power_off_title +#, fuzzy +msgid "Power Off" +msgstr "Vypnúť" + +#. txt_power_off +#, fuzzy +msgid "Halt the system now?" +msgstr "Chcete teraz počítač vypnúť?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Pevný disk" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Inštalácia na pevný disk" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Zariadenie disku (nájdi disky, ak prázdne)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Priečinok\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "FTP Inštalácia" + +#. txt_server +msgid "Server\n" +msgstr "Server\n" + +#. txt_password +msgid "Password\n" +msgstr "Heslo\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Používateľ (ak prázdne, použiť anonymné prihlásenie)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "NFS Inštalácia" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Používateľ (ak prázdne, použiť \"guest\")\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "SMB (Windows zdieľanie) Inštalácia" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "HTTP Inštalácia" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Ovládač" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Doména\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "" + diff --git a/po/sl.po b/po/sl.po new file mode 100644 index 0000000..cef7b99 --- /dev/null +++ b/po/sl.po @@ -0,0 +1,279 @@ +# translation of sl.po to Slovenščina +# translation of bootloader.sl_SI.po to Slovenscina +# translation of sl_SI.po to Slovenscina +# LANGUAGE translations for boot loader +# Copyright (C) 2004 SUSE LINUX AG +# Janez Krek , 2004, 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: sl\n" +"PO-Revision-Date: 2005-08-21 00:23+0200\n" +"Last-Translator: Janez Krek \n" +"Language-Team: Slovenščina \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" +"n%100==4 ? 2 : 3);\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "V redu" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Prekini" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Ponovni zagon" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Nadaljevanje" + +#. txt_install +msgid "Installation" +msgstr "Namestitev" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Ročna namestitev" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "Namestitev--izključen ACPI" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "Namestitev--varne nastavitve" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Linux--varne nastavitve" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Zagon s trdega diska" + +#. txt_rescue +msgid "Rescue System" +msgstr "Sistem za reševanje" + +#. txt_memtest +msgid "Memory Test" +msgstr "Testiranje pomnilnika" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Možnosti pri zagonu" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "Zaključevanje..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Zapustili boste grafični zagonski menu in\n" +"nadaljevali v tekstovnem načinu." + +#. txt_help +msgid "Help" +msgstr "Pomoč" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Zagon..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"Nalaganje Linux jedra\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"Nalaganje memtest86\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Zagonski nalagalnik" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "V/I napaka" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Zamenjava zagonske diskete" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "Vstavite zagonsko disketo %u." + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"To je zagonska disketa %u.\n" +"Vstavite zagonsko disketo %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"To ni zagonska disketa za .\n" +"Prosim vstavite zagonsko disketo %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Geslo" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"Prosim vpišite vaše geslo: \n" +"\n" +"\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "Prosim pripravite disketo za posodobitev gonilnikov." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "Napaka na DVDju" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"DVD je dvostranski in sistem ste zagnali z druge strani.\n" +"\n" +"Prosim obrnite DVD in nadaljujte." + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "Zaustavitev sistema" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "Želite sedaj zaustaviti sistem?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Trdi disk" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Namestitev na trdi disk" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Naprava (če je polje prazno, pregled vseh diskov)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Imenik\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "Namestitev preko FTP" + +#. txt_server +msgid "Server\n" +msgstr "Strežnik\n" + +#. txt_password +msgid "Password\n" +msgstr "Geslo\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Uporabnik (če je polje prazno, anonimna prijava)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "Namestitev preko NFS" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Uporabnik (če je polje prazno, uporabnik \"guest\")\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "Namestitev preko SMB (Windows vir v skupini rabi)" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "Namestitev preko HTTP" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Gonilnik" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Domena\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "Ostale možnosti" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "Jezik" + diff --git a/po/sr.po b/po/sr.po new file mode 100755 index 0000000..2bb0554 --- /dev/null +++ b/po/sr.po @@ -0,0 +1,255 @@ +# Serbian translations for boot loader +# Copyright (C) 2005 SUSE Linux GmbH +# Copyright © 2005 Danilo Segan +# +msgid "" +msgstr "" +"Project-Id-Version: bootloader\n" +"PO-Revision-Date: 2005-08-03 21:03+0200\n" +"Last-Translator: Данило Шеган \n" +"Language-Team: Serbian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "У реду" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Одустани" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Ресетуј" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Настави" + +#. txt_install +msgid "Installation" +msgstr "Инсталација" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Ручна инсталација" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "Инсталација — ACPI искључен" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "Инсталација — безбедна подешавања" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Линукс — безбедна подешавања" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Покрени са тврдог диска" + +#. txt_rescue +msgid "Rescue System" +msgstr "Спасилачки систем" + +#. txt_memtest +msgid "Memory Test" +msgstr "Провера меморије" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Опције за покретање" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "Завршавам..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Напуштате графички мени за покретање и\n" +"покрећете текстуално сучеље." + +#. txt_help +msgid "Help" +msgstr "Помоћ" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Покрећем..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "Loading Linux Kernel\n\n\n" +msgstr "Учитавам Линукс језгро\n\n\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "Loading memtest86\n\n\n" +msgstr "Учитавам memtest86\n\n\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Покретач система" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "У/И грешка" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Промените диск за покретање" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "Уметните диск за покретање %u." + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Ово је диск за покретање %u.\n" +"Уметните диск за покретање %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"Ово није диск за покретање .\n" +"Уметните диск за покретање %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Лозинка" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "Enter your password: \n\n\n" +msgstr "Унесите своју лозинку: \n\n\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "Припремите вашу дискету са освежењем драјвера." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "ДВД грешка" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Ово је двострани ДВД. Покренули сте са друге стране.\n" +"\n" +"Окрените ДВД и затим наставите." + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "Угаси" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "Сада угасити систем?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Тврди диск" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Инсталација на тврди диск" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Диск (прегледај све дискове ако је празно)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Директоријум\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "FTP инсталација" + +#. txt_server +msgid "Server\n" +msgstr "Сервер\n" + +#. txt_password +msgid "Password\n" +msgstr "Лозинка\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Корсиник (анонимна пријава ако је празно)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "NFS инсталација" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Корисник (користи „guest“ ако је празно)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "SMB (дељени Windows диск) инсталација" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "HTTP инсталација" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Драјвер" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Домен\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "Остале опције" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "Језик" + diff --git a/po/sv.po b/po/sv.po new file mode 100644 index 0000000..e67c311 --- /dev/null +++ b/po/sv.po @@ -0,0 +1,276 @@ +# Copyright (C) 2004 SUSE LINUX AG +# +msgid "" +msgstr "" +"Project-Id-Version: bootloader\n" +"PO-Revision-Date: 2005-08-05 13:19+0100\n" +"Last-Translator: Anders Norrbring \n" +"Language-Team: Svenska \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" +"POT-Creation-Date: \n" +"X-Poedit-Language: Swedish\n" +"X-Poedit-Country: SWEDEN\n" +"X-Poedit-SourceCharset: utf-8\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "OK" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Avbryt" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Starta om" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Fortsätt" + +#. txt_install +msgid "Installation" +msgstr "Installation" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Manuell installation" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "Installation - ACPI inaktiverat" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "Installation - Säkra inställningar" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Linux - Säkra inställningar" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Starta från hårddisk" + +#. txt_rescue +msgid "Rescue System" +msgstr "Räddningssystem" + +#. txt_memtest +msgid "Memory Test" +msgstr "Minnestest" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Startalternativ" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "Avslutar..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Du är på väg att lämna den grafiska startmenyn och\n" +"starta textlägesgränssnittet." + +#. txt_help +msgid "Help" +msgstr "Hjälp" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Startar..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"Laddar Linuxkärnan\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"Laddar memtest86\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Starthanterare" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "I/O-fel" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Ändra startdisk" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "Sätt i startdisk %u." + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Det här är startdisk %u.\n" +"Sätt i startdisk %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"Det här är inte en -startdisk.\n" +"Sätt i startdisk %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Lösenord" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"Ange ditt lösenord: \n" +"\n" +"\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "Ha disketten för drivrutinsuppdatering redo." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "DVD fel" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Det här är en dubbelsidig DVD. Du har startat från den andra sidan.\n" +"\n" +"Vänd på DVD-skivan och fortsätt sedan." + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "Stäng av" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "Vill du stänga av systemet nu?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Hårddisk" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Hårddiskinstallation" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Diskenhet (sök av alla diskar om tom)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Katalog\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "FTP-installation" + +#. txt_server +msgid "Server\n" +msgstr "Server\n" + +#. txt_password +msgid "Password\n" +msgstr "Lösenord\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Användare (anonym inloggning om tomt)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "NFS-installation" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Användare (använder \"guest\" om tomt)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "SMB (Windows-utdelning) installation" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "HTTP-installation" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Drivrutin" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Domän\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "Fler alternativ" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "Språk" + diff --git a/po/uk.po b/po/uk.po new file mode 100644 index 0000000..050e4c6 --- /dev/null +++ b/po/uk.po @@ -0,0 +1,285 @@ +# translation of uk.po to Ukrainian +# LANGUAGE translations for boot loader +# Copyright (C) 2004 SUSE LINUX AG +# Ivan Petrouchtchak , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: uk\n" +"PO-Revision-Date: 2005-03-03 11:52-0800\n" +"Last-Translator: Ivan Petrouchtchak \n" +"Language-Team: Ukrainian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "Гаразд" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "Скасувати" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "Перезавантажити комп'ютер" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "Продовжити" + +#. txt_install +msgid "Installation" +msgstr "Встановлення" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "Ручне встановлення" + +#. txt_noacpi_install +#, fuzzy +msgid "Installation--ACPI Disabled" +msgstr "Встановлення - ACPI вимкнено" + +#. txt_safe_install +#, fuzzy +msgid "Installation--Safe Settings" +msgstr "Встановлення - безпечні параметри" + +#. txt_safe_linux +#, fuzzy +msgid "Linux--Safe Settings" +msgstr "Linux - безпечні параметри" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "Завантаження з жорсткого диска" + +#. txt_rescue +msgid "Rescue System" +msgstr "Порятунок системи" + +#. txt_memtest +msgid "Memory Test" +msgstr "Тест пам'яті" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "Параметри завантаження" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "" + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"Ви покидаєте графічне меню завантаження\n" +"і запускаєте текстовий варіант інтерфейсу." + +#. txt_help +msgid "Help" +msgstr "Довідка" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "Запуск..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"Завантаження ядра Linux\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"Завантаження memtest86\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "Завантажувач" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "Помилка вводу/виводу" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "Змініть завантажувальний диск" + +#. txt_insert_disk +#, fuzzy, c-format +msgid "Insert boot disk %u." +msgstr "Будь ласка, вставте завантажувальний диск %u." + +#. txt_insert_disk2 +#, fuzzy, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"Це завантажувальний диск %u.\n" +"Будь ласка, вставте завантажувальний диск %u." + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, fuzzy, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"Це не завантажувальний диск .\n" +"Будь ласка, вставте завантажувальний диск %u." + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "Пароль" + +# Keep the newlines and spaces after ':'! +#. txt_password +#, fuzzy +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"Будь ласка, введіть пароль: \n" +"\n" +"\n" + +#. txt_dud_ready +#, fuzzy +msgid "Get your driver update floppy ready." +msgstr "Будь ласка, підготуйте дискету з оновленнями драйверів." + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "" + +#. txt_dvd_warning2 +#, fuzzy +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"Це двобічний DVD. Ви завантажили з другого боку.\n" +"\n" +"Будь ласка, переверніть DVD і продовжуйте." + +# power off dialog title +#. txt_power_off_title +#, fuzzy +msgid "Power Off" +msgstr "Вимкнути живлення" + +#. txt_power_off +#, fuzzy +msgid "Halt the system now?" +msgstr "Хочете зараз вимкнути систему?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "Жорсткий диск" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "Встановлення з жорсткого диска" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "Дисковий пристрій (зондувати всі диски, якщо порожнє)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "Каталог\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "Встановлення з FTP" + +#. txt_server +msgid "Server\n" +msgstr "Сервер\n" + +#. txt_password +msgid "Password\n" +msgstr "Пароль\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "Користувач (вживати анонімний вхід, якщо порожнє)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "Встановлення з NFS" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "Користувач (вживати \"guest\", якщо порожнє)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "Встановлення з SMB (Windows Share)" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "Встановлення через HTTP" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "Драйвер" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "Домен\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "" + diff --git a/po/zh_CN.po b/po/zh_CN.po new file mode 100644 index 0000000..82ef1b4 --- /dev/null +++ b/po/zh_CN.po @@ -0,0 +1,271 @@ +# LANGUAGE translations for boot loader +# Copyright (C) 2004 SUSE LINUX AG +# +msgid "" +msgstr "" +"Project-Id-Version: bootloader\n" +"PO-Revision-Date: 2004-03-01 12:00+0200\n" +"Last-Translator: Novell Language \n" +"Language-Team: Novell Language \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "确定" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "取消" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "重引导" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "继续" + +#. txt_install +msgid "Installation" +msgstr "安装" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "手工安装" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "安装 - 禁用 ACPI" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "安装 - 安全设置" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Linux - 安全设置" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "从硬盘引导" + +#. txt_rescue +msgid "Rescue System" +msgstr "救援系统" + +#. txt_memtest +msgid "Memory Test" +msgstr "内存测试" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "引导选项" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "正在退出..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"您将离开图形引导菜单,启动\n" +"文本方式界面。" + +#. txt_help +msgid "Help" +msgstr "帮助" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "正在启动..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"正在装载 Linux 内核\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"正在装载 memtest86\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "引导装载程序" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "I/O 错误" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "更换引导盘" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "插入引导盘 %u。" + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"这是引导盘 %u。\n" +"插入引导盘 %u。" + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"这不是 引导盘。\n" +"请插入引导盘 %u。" + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "口令" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"输入口令: \n" +"\n" +"\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "准备好驱动程序更新软盘。" + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "DVD 错误" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"这是双面 DVD。您是从第二面引导的。\n" +"\n" +"请将 DVD 翻转然后继续。" + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "关闭电源" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "是否立即暂停系统?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "硬盘" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "硬盘安装" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "磁盘设备(如果未填写,则扫描所有磁盘)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "目录\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "FTP 安装" + +#. txt_server +msgid "Server\n" +msgstr "服务器\n" + +#. txt_password +msgid "Password\n" +msgstr "口令\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "用户(如果未填写,则以匿名身份登录)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "NFS 安装" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "用户(如果没有填写,则使用\"guest\"身份登录)\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "SMB(Windows 共享)安装" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "HTTP 安装" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "驱动程序" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "域\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "其他选项" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "语言" diff --git a/po/zh_TW.po b/po/zh_TW.po new file mode 100644 index 0000000..4653b80 --- /dev/null +++ b/po/zh_TW.po @@ -0,0 +1,271 @@ +# LANGUAGE translations for boot loader +# Copyright (C) 2004 SUSE LINUX AG +# +msgid "" +msgstr "" +"Project-Id-Version: bootloader\n" +"PO-Revision-Date: 2004-03-01 12:00+0200\n" +"Last-Translator: Novell Language \n" +"Language-Team: Novell Language \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +# ok button label +#. txt_ok +msgid "OK" +msgstr "確定" + +# cancel button label +#. txt_cancel +msgid "Cancel" +msgstr "取消" + +# reboot button label +#. txt_reboot +msgid "Reboot" +msgstr "重新開機" + +# continue button label +#. txt_continue +msgid "Continue" +msgstr "繼續" + +#. txt_install +msgid "Installation" +msgstr "安裝" + +#. txt_manual_install +msgid "Manual Installation" +msgstr "手動安裝" + +#. txt_noacpi_install +msgid "Installation--ACPI Disabled" +msgstr "安裝 -- 關閉 ACPI" + +#. txt_safe_install +msgid "Installation--Safe Settings" +msgstr "安裝 -- 安全設定" + +#. txt_safe_linux +msgid "Linux--Safe Settings" +msgstr "Linux - 安全設定" + +#. txt_boot_harddisk +msgid "Boot from Hard Disk" +msgstr "從硬碟開機" + +#. txt_rescue +msgid "Rescue System" +msgstr "救援系統" + +#. txt_memtest +msgid "Memory Test" +msgstr "記憶體測試" + +#. txt_bootoptions +msgid "Boot Options" +msgstr "開機選項" + +# window title for exit dialog +#. txt_exit_title (see txt_exit_dialog) +msgid "Exiting..." +msgstr "正在離開..." + +#. txt_exit_dialog +msgid "" +"You are leaving the graphical boot menu and\n" +"starting the text mode interface." +msgstr "" +"您將離開圖形開機功能表並\n" +"啟動文字模式介面。" + +#. txt_help +msgid "Help" +msgstr "說明" + +# window title for kernel loading (see txt_load_kernel) +#. txt_load_kernel_title +msgid "Starting..." +msgstr "正在啟動..." + +# Keep the three newlines! +#. txt_load_kernel +msgid "" +"Loading Linux Kernel\n" +"\n" +"\n" +msgstr "" +"載入 Linux 核心\n" +"\n" +"\n" + +# Keep the three newlines! +#. txt_load_memtest +msgid "" +"Loading memtest86\n" +"\n" +"\n" +msgstr "" +"載入 memtest86\n" +"\n" +"\n" + +# info box title +#. txt_info_title +msgid "Boot loader" +msgstr "開機載入器" + +# error box title +#. txt_error_title +msgid "I/O error" +msgstr "I/O 錯誤" + +# boot disk change dialog title +#. txt_change_disk_title +msgid "Change Boot Disk" +msgstr "變更開機磁片" + +#. txt_insert_disk +#, c-format +msgid "Insert boot disk %u." +msgstr "插入開機磁片 %u。" + +#. txt_insert_disk2 +#, c-format +msgid "" +"This is boot disk %u.\n" +"Insert boot disk %u." +msgstr "" +"這是開機磁片 %u。\n" +"插入開機磁片 %u。" + +# is e.g. SuSE Linux X.Y or Enterprise Server Z +#. txt_insert_disk3 +#, c-format +msgid "" +"This is not a boot disk.\n" +"Please insert boot disk %u." +msgstr "" +"這不是 開機磁片。\n" +"請插入開機磁片 %u。" + +# password dialog title +#. txt_password_title +msgid "Password" +msgstr "密碼" + +# Keep the newlines and spaces after ':'! +#. txt_password +msgid "" +"Enter your password: \n" +"\n" +"\n" +msgstr "" +"輸入您的密碼:\n" +"\n" +"\n" + +#. txt_dud_ready +msgid "Get your driver update floppy ready." +msgstr "備妥您的驅動程式更新磁片。" + +# dvd warning title +#. txt_dvd_warning_title +msgid "DVD Error" +msgstr "DVD 錯誤" + +#. txt_dvd_warning2 +msgid "" +"This is a two-sided DVD. You have booted from the second side.\n" +"\n" +"Turn the DVD over then continue." +msgstr "" +"這是雙面 DVD。您是從第二面開機。\n" +"\n" +"請將 DVD 翻面,然後繼續。" + +# power off dialog title +#. txt_power_off_title +msgid "Power Off" +msgstr "關閉電源" + +#. txt_power_off +msgid "Halt the system now?" +msgstr "要立即終止系統嗎?" + +# menu entry for hard disk installation +#. txt_harddisk +msgid "Hard Disk" +msgstr "硬碟" + +# dialog title for hard disk installation +#. txt_harddisk_title +msgid "Hard Disk Installation" +msgstr "硬碟安裝" + +#. txt_hd_diskdevice +msgid "Disk Device (scan all disks if empty)\n" +msgstr "磁碟裝置 (如果是空的,將掃描所有磁碟)\n" + +#. txt_directory +msgid "Directory\n" +msgstr "目錄\n" + +# dialog title for ftp installation +#. txt_ftp_title +msgid "FTP Installation" +msgstr "FTP 安裝" + +#. txt_server +msgid "Server\n" +msgstr "伺服器\n" + +#. txt_password +msgid "Password\n" +msgstr "密碼\n" + +# label for ftp user input +#. txt_user1 +msgid "User (anonymous login if empty)\n" +msgstr "使用者 (如果是空的,將匿名登入)\n" + +# dialog title for nfs installation +#. txt_nfs_title +msgid "NFS Installation" +msgstr "NFS 安裝" + +# label for smb user input +#. txt_user2 +msgid "User (using \"guest\" if empty)\n" +msgstr "使用者 (如果是空的,將使用 \"guest\")\n" + +# dialog title for smb installation +#. txt_smb_title +msgid "SMB (Windows Share) Installation" +msgstr "SMB (Windows 共用) 安裝" + +# dialog title for http installation +#. txt_http_title +msgid "HTTP Installation" +msgstr "HTTP 安裝" + +# 'driver' as in '(hardware) driver update' +#. txt_driver_update +msgid "Driver" +msgstr "驅動程式" + +# as in Windows Authentication Domain +#. txt_domain +msgid "Domain\n" +msgstr "領域\n" + +# button label for other/more options +#. txt_other_options +msgid "Other Options" +msgstr "其他選項" + +# label for language selection +#. txt_language +msgid "Language" +msgstr "語言" diff --git a/rdots.jpg b/rdots.jpg new file mode 100644 index 0000000..0f18bd8 Binary files /dev/null and b/rdots.jpg differ diff --git a/rdots_a.jpg b/rdots_a.jpg new file mode 100644 index 0000000..5ae1feb Binary files /dev/null and b/rdots_a.jpg differ diff --git a/system.inc b/system.inc new file mode 100644 index 0000000..ebe0369 --- /dev/null +++ b/system.inc @@ -0,0 +1,656 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Some basic definitions. +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +% some key codes +/keyEsc 0x0000001b def +/keyEnter 0x0000000d def +/keyTab 0x00000009 def +/keyShiftTab 0x00800009 def +/keyF1 0x3b000000 def +/keyF2 0x3c000000 def +/keyF3 0x3d000000 def +/keyF4 0x3e000000 def +/keyF5 0x3f000000 def +/keyF6 0x40000000 def +/keyF7 0x41000000 def +/keyF8 0x42000000 def +/keyF9 0x43000000 def +/keyF10 0x44000000 def +/keyF11 0x85000000 def +/keyF12 0x86000000 def +/keyHome 0x47000000 def +/keyUp 0x48000000 def +/keyPgUp 0x49000000 def +/keyLeft 0x4b000000 def +/keyRight 0x4d000000 def +/keyEnd 0x4f000000 def +/keyDown 0x50000000 def +/keyPgDown 0x51000000 def +/keyIns 0x52000000 def +/keyDel 0x53000000 def +/keyShiftF1 0x54000000 def +/keyShiftF2 0x55000000 def +/keyShiftF3 0x56000000 def +/keyShiftF4 0x57000000 def +/keyShiftF5 0x58000000 def +/keyShiftF6 0x59000000 def +/keyShiftF7 0x5a000000 def +/keyShiftF8 0x5b000000 def +/keyShiftF9 0x5c000000 def +/keyShiftF10 0x5d000000 def +/keyShiftF11 0x87000000 def +/keyShiftF12 0x88000000 def +/keyCtrlF1 0x5e000000 def +/keyCtrlF2 0x5f000000 def +/keyCtrlF3 0x60000000 def +/keyCtrlF4 0x61000000 def +/keyCtrlF5 0x62000000 def +/keyCtrlF6 0x63000000 def +/keyCtrlF7 0x64000000 def +/keyCtrlF8 0x65000000 def +/keyCtrlF9 0x66000000 def +/keyCtrlF10 0x67000000 def +/keyAltF1 0x68000000 def +/keyAltF2 0x69000000 def +/keyAltF3 0x6a000000 def +/keyAltF4 0x6b000000 def +/keyAltF5 0x6c000000 def +/keyAltF6 0x6d000000 def +/keyAltF7 0x6e000000 def +/keyAltF8 0x6f000000 def +/keyAltF9 0x70000000 def +/keyAltF10 0x71000000 def +/keyCtrlLeft 0x73000000 def +/keyCtrlRight 0x74000000 def +/keyCtrlEnd 0x75000000 def +/keyCtrlDown 0x76000000 def +/keyCtrlHome 0x76000000 def +/keyCtrlUp 0x84000000 def +/keyStatus 0xff000000 def + +/statusAlt 0x0208 def +/statusAltL 0x0200 def +/statusAltR 0x0008 def +/statusCtrl 0x0104 def +/statusShift 0x0003 def + +% boot loader + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% bootloader - boot loader type +% +% group: system +% +% ( -- int1 ) +% +% int1: boot loader type (0: lilo, 1:syslinux/isolinux, 2: grub) +% +/bootloader sysconfig getbyte def + +/lilo bootloader 0 eq def +/syslinux bootloader 1 eq def +/grub bootloader 2 eq def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% bootdrive - drive the BIOS booted from +% +% group: system +% +% ( -- int1 ) +% +% int1: BIOS drive id +% +/bootdrive sysconfig 5 add getbyte def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% mediatype - type of media we booted from +% +% group: system +% +% ( -- int1 ) +% +% int1: media type (0 disk, 1 floppy, 2 cdrom) +% +/mediatype sysconfig 2 add getbyte def + +/m_disk 0 def +/m_floppy 1 def +/m_cdrom 2 def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% biosmem - BIOS reported memory size +% +% group: mem +% +% ( -- int1 ) +% +% int1: total memory size according to BIOS +% +/biosmem sysconfig 20 add getdword def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% sectorsize - sector size +% +% group: mem system +% +% ( -- int1 ) +% +% int1: sector size in bytes +% +/sectorsize + 1 + sysconfig 1 add getbyte + 20 min % max. 1 MB + dup 0 eq { pop 9 } if + shl +def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% getinfo - type of info box +% +% group: system +% +% ( int1 -- int2 ) +% +% int1: type of info box we have to show +% int2: some data +% +% Note: really weird, should be replaced by something more obvious. +% +/getinfo { + 2 shl + sysconfig 12 add exch add getdword +} def + + +% bool values +/true 0 0 eq def +/false 0 0 ne def + +% type values +/t_none 0 def +/t_int 1 def +/t_unsigned 2 def +/t_bool 3 def +/t_string 4 def +/t_code 5 def +/t_ret 6 def +/t_prim 7 def +/t_sec 8 def +/t_dict_idx 9 def +/t_array 10 def +/t_end 11 def +/t_ptr 12 def + +/.value { t_int settype } def +/.undef 0 t_none settype def +/.end 0 t_end settype def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Print string (for debugging). +% +% ( string ) ==> ( ) +% +/string.print { + dup + currentpoint currentpoint 5 -1 roll strsize image moveto + show +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Print number (for debugging). +% +% ( number ) ==> ( ) +% +/number.print { + 32 string + exch over + "%08x" exch sprintf + dup string.print + free +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Print obj (for debugging). +% +% ( obj ) ==> ( ) +% +/obj.print { + 64 string + exch dup + .value exch gettype + "%x:%08x" 3 index sprintf + dup string.print + free +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Print (for debugging). +% +% ( obj ) ==> ( ) +% +/print { + dup gettype t_int eq { number.print return } if + dup gettype t_string eq { string.print return } if + obj.print +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Convert object to pointer. +% +% ( obj ) ==> ( ptr ) +% +/cvp { t_ptr settype } def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Convert object to string. +% +% ( obj ) ==> ( string ) +% +/cvs { t_string settype } def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Arguments like snprintf. +% +% ( obj_1 ... obj_n string_1 string_2 ) ==> ( ) +% +/sprintf { + dup cvp length exch snprintf +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Allocate new string. +% +% ( size ) ==> ( string ) +/string { + 1 add malloc cvs +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Increment variable. +% +% ( dict_ref ) ==> ( ) +% +/inc { + dup exec 1 add def +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Copy src to dst. +% +% Watch overlapping src & dst! +% +% ( dst src ) ==> ( dst ) +% +/strcpy { + "%s" 2 index sprintf +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Duplicate string. +% +% ( string ) ==> ( string ) +% +/strdup { + dup length string exch strcpy +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Test for AltGr. +% +% ( ) ==> ( bool ) +% +/is_altGr { + keystat statusAltR and 0 ne keystat statusAltL and 0 eq and +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Keyboard mapping. +% +% ( key ) ==> ( key ) +% +/mapkey { + dup 24 shr 0xff and /key.code exch def + is_altGr { + % bios is too smart... + key.code 0x78 ge key.code 0x83 le and { /key.code key.code 0x76 sub def } if + } if + 0 1 config.keymap length 1 sub { + config.keymap exch get + dup 0 get key.code eq { + 1 + keystat statusShift and { pop 2 } if + is_altGr { pop 3 } if + get + exch pop + } { + pop + } ifelse + } for +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Set password mode font property. +% +% ( font ) ==> ( font ) +% +/pwmode { + dup gettype t_ptr eq { + .value 0x80000000 or t_ptr settype + } if +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Show string right aligned. +% +% ( string ) ==> ( ) +% +/showright { + dup strsize pop neg 0 rmoveto show +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Show string centered. +% +% ( string ) ==> ( ) +% +/showcenter { + dup strsize pop 2 div neg 0 rmoveto show +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Generate pseudo random number. +% Good enough for boot loader splash screen. +% +% ( ) ==> ( int ) +% +/rand { + rand.start 59 mul 97 add 0x7fffffff and + /rand.start over def +} def + +% start value +/rand.start time def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% ( date ) ==> ( weekday ) +% +/weekday { + dup 8 shr 0xff and 1 sub + dup 3 mul over 2 div sub + exch 2 mul 0x11000a exch shr 3 and add + over 0xff and 6 add add + exch 16 shr add + 7 mod +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% ( date ) ==> ( day ) +% +/day { + 0xff and +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% ( date ) ==> ( month ) +% +/month { + 8 shr 0xff and +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% ( date ) ==> ( year ) +% +/year { + 16 shr +} def + + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% readsector - read sector +% +% group: system +% +% ( int1 -- ptr1 ) +% +% int1: sector number +% ptr1: buffer with sector data or .undef. Use @free to free the buffer. +% +% Note: does not return on error. Returns .undef if function is not implemented. +% +/readsector { + _readsector + dup .undef eq { return } if + + sectorsize malloc dup rot over length memcpy +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% getgfxconfig - get gfxboot config file entry +% +% group: system +% +% ( str1 -- str2 ) +% +% str1: key for config entry +% str2: config string (or .undef) +% +/getgfxconfig { + gfxconfig.data .undef eq { + "gfxboot.cfg" findfile dup .undef ne { + dup dup length dup string dup cvp 4 2 roll memcpy exch free + } { + pop "" + } ifelse + + /gfxconfig.data over '\n' split def free + + } if + + currenteotchar '=' seteotchar + + .undef + + gfxconfig.data { + + % overkill because string compare does not honour eotchar + dup strdup dup 5 index eq { + dup length exch free 1 add add exch pop exit + } { + free pop + } ifelse + + } forall + + exch seteotchar exch pop + +} def + +/gfxconfig.data .undef def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% split - split string +% +% group: +% +% ( str1 int1 -- array1 ) +% +% str1: string +% int1: char +% array1: array of strings +% +/split { + + currenteotchar exch seteotchar exch + + [ exch + + { + dup length 0 gt { + dup strdup exch + dup length add + } if + + dup cvp length 1 le { pop exit } if + + 1 add + + } loop + + ] + + exch seteotchar + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Skip leading non-spaces. +% +% ( string ) ==> ( string ) +% +/skipnonspaces { + { dup 0 get dup 0 ne exch ' ' ne and { 1 add } { exit } ifelse } loop +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Skip leading spaces. +% +% ( string ) ==> ( string ) +% +/skipspaces { + { dup 0 get ' ' eq { 1 add } { exit } ifelse } loop +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Drop spaces at string end. +% Modifies string! +% +% ( string ) ==> ( ) +% +/dropspaces { + dup length + dup 0 eq { + pop pop + } { + 1 sub + -1 0 { + over over get ' ' eq { over exch 0 put } { pop exit } ifelse + } for + pop + } ifelse +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Test if string[ofs-1]/string[ofs] is a word boundary. +% +% ( string ofs ) ==> ( true|false ) +% +% boundary is either space/non-space or non-space/(space|'=') +% +/iswordboundary { + dup 0 eq { pop pop true return } if + + add dup 1 sub 0 get exch 0 get + + over ' ' eq over ' ' gt and { pop pop true return } if + over ' ' gt over dup ' ' eq exch dup '=' eq exch 0 eq or or and { pop pop true return } if + + pop pop false +} def + + +%% findmode - find video mode number +% +% group: gfx.screen +% +% ( int1 int2 int3 -- int4 ) +% +% int1, int2: width, height +% int3: color bits +% int4: mode number (or .undef) +% +% example +% 1024 768 16 findmode setmode % 1024x768, 16-bit color mode +% +/findmode { + 0 1 videomodes { + videomodeinfo dup .undef eq { + pop pop pop pop + } { + % compare width, height, colors + 6 index 4 index eq 6 index 4 index eq and 5 index 3 index eq and { + 7 1 roll 6 { pop } repeat 0xbfff and return + } { + pop pop pop pop + } ifelse + } ifelse + } for + + pop pop pop .undef +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% Replace substring. Returns newly allocated string. +% +% ( str key value ) ==> ( new_str ) +% +% Replaces first occurence of 'key' in str with 'value'. +% +/strreplace { + 2 index 2 index strstr dup 0 ne { + 1 sub + over length 3 index length sub 4 index length add string + dup cvp 5 index cvp 3 index memcpy + dup 6 1 roll over add exch 5 -1 roll exch add + 4 -1 roll length add 3 1 roll "%s%s" exch sprintf + } { + pop pop pop strdup + } ifelse + + +} def + + diff --git a/theme_colors.inc b/theme_colors.inc new file mode 100644 index 0000000..e65f8fe --- /dev/null +++ b/theme_colors.inc @@ -0,0 +1,2 @@ +/loading_color 0x1050b0 newcolor +/title.bg 0x3f81f1 newcolor diff --git a/timeout.inc b/timeout.inc new file mode 100644 index 0000000..5d39189 --- /dev/null +++ b/timeout.inc @@ -0,0 +1,163 @@ +% +% include before common.inc +% + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% ( timeout time ) ==> ( ) +/Timeout { + % first time + + ptheme { over over p.timeout.animate } if + + dup /timeout.time exch def + + over sub neg timeout.symbols mul exch div + + dup timeout.current eq { pop return } if + + /timeout.last timeout.current def + /timeout.current exch def + + timeout.current timeout.symbols ge { + + timeout.time.x timeout.time.y moveto -30 0 rmoveto + currentpoint 30 fontheight image + + 0 1 timeout.symbols 1 sub { + timeout.clear { 2 } { 1 } ifelse drawtsymbol + } for + + % free memory + timeout.areas { + /to.tmp exch def + + to.tmp .to_back over over get free + to.tmp .to_back .undef put + + } forall + } { + + ptheme not { + white setcolor + + timeout.time.x timeout.time.y moveto -30 0 rmoveto + currentpoint 30 fontheight image + + timeout.time 10 mul 150 add 182 div "%ds" timeout.buf sprintf + + timeout.time.x timeout.time.y moveto timeout.buf showright + } if + + timeout.last 1 timeout.current { + 1 sub dup 0 ge { + 1 drawtsymbol + } if + } for + } ifelse +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% draw a timeout symbol +% ( index status ) ==> () +% +% status: 0: init, 1: clear, 2: set +% +/drawtsymbol { + /timeout.status exch def + + timeout.status 1 eq timeout.status 2 eq or { + timeout.areas exch get /to.tmp exch def + + timeout.x to.tmp .to_x get add + timeout.y to.tmp .to_y get add + moveto + + to.tmp .to_back get + restorescreen + + } if +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Initialize timeout indicator. +% +% ( ) ==> ( ) +% +/timeout.init { + /timeout.current -1 def + /timeout.symbols timeout.areas length def + /timeout.clear true def + /timeout.buf 64 string def + + /timeout.time.x timeout.x 60 add def + /timeout.time.y timeout.y 120 add def + + timeout.areas { + /to.tmp exch def + + timeout.x to.tmp .to_x get add + timeout.y to.tmp .to_y get add + moveto + + to.tmp .to_back + 6 6 savescreen + put + + } forall + +} def + + +/timeout.x { head.x } def +/timeout.y { head.y } def + +% timeout.areas entries +/.to_x 0 def +/.to_y 1 def +/.to_back 2 def + + +/timeout.areas [ + [ 54 0 .undef ] + [ 62 0 .undef ] + [ 70 3 .undef ] + [ 77 7 .undef ] + [ 84 12 .undef ] + [ 89 18 .undef ] + [ 94 25 .undef ] + [ 97 33 .undef ] + [ 99 41 .undef ] + [ 100 50 .undef ] + [ 99 58 .undef ] + [ 97 66 .undef ] + [ 94 74 .undef ] + [ 89 81 .undef ] + [ 83 87 .undef ] + [ 77 92 .undef ] + [ 69 96 .undef ] + [ 62 99 .undef ] + [ 54 100 .undef ] + [ 45 100 .undef ] + [ 37 99 .undef ] + [ 29 96 .undef ] + [ 21 92 .undef ] + [ 15 87 .undef ] + [ 9 81 .undef ] + [ 4 73 .undef ] + [ 1 66 .undef ] + [ 0 58 .undef ] + [ 0 49 .undef ] + [ 0 41 .undef ] + [ 1 33 .undef ] + [ 4 25 .undef ] + [ 9 18 .undef ] + [ 15 12 .undef ] + [ 21 7 .undef ] + [ 29 2 .undef ] + [ 37 0 .undef ] + [ 45 0 .undef ] +] def + + diff --git a/vdots.jpg b/vdots.jpg new file mode 100644 index 0000000..8e11f4a Binary files /dev/null and b/vdots.jpg differ diff --git a/vdots_a.jpg b/vdots_a.jpg new file mode 100644 index 0000000..4862c8a Binary files /dev/null and b/vdots_a.jpg differ diff --git a/window.inc b/window.inc new file mode 100644 index 0000000..dd5df84 --- /dev/null +++ b/window.inc @@ -0,0 +1,664 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% window code +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +% public words: +% +% window.dialog ( ) ==> ( window ) +% - create a new dialog +% +% window.init ( window ) ==> ( ) +% - initialize window +% +% window.show ( window ) ==> ( ) +% - draw window +% +% window.current ( ) ==> ( window ) +% - the top level window +% +% window.action ( ) ==> ( action ) +% - recent window action +% +% window.input ( key_in ) ==> ( key_out ) +% - handle keyboard input +% +% window.done ( ) ==> ( ) +% - close top level window +% +% +% constants: +% - window.action +% actNothing - do nothing +% actExit - leave boot menu +% actCloseInfo - close info window +% actPassword - password entered +% actStart - boot kernel +% actEject - eject CD +% actPowerOff - turn computer off +% actReboot - reboot computer +% actRedraw - redraw everything +% actNoClose - don't close dialog (it's a flag) +% + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% window related global variables +% + +% all open windows are stacked here +/window.list 8 array def +/window.list.index 0 def + +% the top level window +% /window.current + +% action selected by closing window +/window.action actNothing def + +% window field definitions +/widget.size 0 def +/newfield { widget.size def /widget.size widget.size 1 add def } def + +/.type newfield +/.x newfield +/.y newfield +/.width newfield +/.height newfield +/.width.min newfield +/.position newfield +/.color.fg newfield +/.color.bg newfield +/.font newfield +/.saved newfield +/.saved.areas newfield +/.title newfield +/.title.fg newfield +/.title.bg newfield +/.title.height newfield +/.text newfield +/.text.x newfield +/.text.y newfield +/.buttons newfield +/.button.y newfield +/.ed newfield +/.ed.font newfield +/.ed.list newfield +/.ed.buffer.list newfield +/.ed.text.list newfield +/.ed.width newfield +/.ed.focus newfield +/.ed.pw_field newfield +/.xmenu newfield +/.xmenu.update newfield + +% window types +/t_dialog 100 def +/t_help 101 def +/t_main 102 def +/t_xmenu 103 def + +% actions +/actNothing 0 def +/actExit 1 def +/actCloseInfo 2 def +/actPassword 3 def +/actStart 4 def +/actEject 5 def +/actPowerOff 6 def +/actRedraw 7 def +/actRedrawPanel 8 def +/actInstallOK 9 def +/actInstallCancel 10 def +/actReboot 11 def +/actNoClose 0x100 def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Create new dialog window. +% +% ( ) ==> ( window ) +% +/window.dialog { + widget.size array + dup .type t_dialog put + dup .position 8 put % centered at 8/10 of screen height + dup .x 0 put + dup .y 0 put + dup .width.min 0 put + dup .color.fg black put + dup .color.bg lightgray put + dup .font font.normal put + dup .title.fg white put + dup .title.bg title.bg put + dup .title.height help.title.height put + dup .text.x 12 put + dup .text.y help.title.height 10 add put +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Handle keyboard input. +% +% ( key_in ) ==> ( key_out ) +% +/window.input { + window.current .undef ne { + window.current .type get + dup t_dialog eq { exch dialog.input exch } if + dup t_help eq { exch help.input exch } if + dup t_main eq { exch main.input exch } if + dup t_xmenu eq { exch xmenu.input exch } if + pop + + % maybe there is an editable input field + dup 0 ne { + window.current .ed get .undef ne { + window.current .ed.font get setfont + window.current .color.fg get setcolor + window.current .ed get exch edit.input + 0 + } if + } if + + % only top level window gets input + pop 0 + + } if +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Initialize window. +% +% ( window ) ==> ( ) +% +/window.init { + dup .type get + dup t_dialog eq { pop dialog.init return } if + dup t_help eq { pop help.init return } if + dup t_main eq { pop main.init return } if + dup t_xmenu eq { pop xmenu.init return } if + pop +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Show window. +% +% ( window ) ==> ( ) +% +/window.show { + dup .type get + dup t_dialog eq { pop dialog.show return } if + dup t_help eq { pop help.show return } if + dup t_main eq { pop main.show return } if + dup t_xmenu eq { pop xmenu.show return } if + pop +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Add window to list. +% +% ( window ) ==> ( ) +% +/window.push { + window.list.index window.list length ge { pop return } if + /window.current over def + window.list window.list.index rot put + /window.list.index window.list.index 1 add def +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Remove window from list. +% +% ( ) ==> ( window ) +% +/window.pop { + window.list.index 0 eq { .undef return } if + /window.list.index window.list.index 1 sub def + window.list window.list.index get + window.list window.list.index .undef put + /window.current + window.list.index 0 eq { .undef } { window.list window.list.index 1 sub get } ifelse + def +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Close top level window. +% +% ( ) ==> ( ) +% +/window.done { + window.current .undef ne { + window.current dup .type get + dup t_help eq { help.done } if + dup t_xmenu eq { xmenu.done } if + pop + % restore saved background and free bg image + dup .saved get .undef ne { + dup .x get 1 sub over .y get 1 sub moveto + dup .saved get dup restorescreen free + dup .saved .undef put + } if + % restore & free saved background areas + dup .saved.areas get .undef ne { + % list of [ x y screen ] + dup .saved.areas get { + dup { } forall + 3 1 roll moveto dup restorescreen free + free + } forall + dup .saved.areas get free + dup .saved.areas .undef put + } if + % free input field memory + dup .ed get .undef ne { + dup .ed get 2 get free % background + dup .ed get free + dup .ed .undef put + } if + dup .ed.text.list get free + dup .ed.list get dup { + { dup 2 get free free } forall + } { pop } ifelse + dup .ed.list get free + pop + % remove it from window list + window.pop + % free buttons & button list + dup .buttons get + dup .undef ne { + dup length 0 gt { + dup length 1 sub 0 1 rot { + over exch get free + } for + } if + } if + free + % free window + free + } if +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Handle keyboard input. +% +% ( key_in ) ==> ( key_out ) +% +/dialog.input { + dup 0 eq { return } if + + /window.buttons window.current .buttons get def + + window.buttons .undef ne { window.buttons length { + + dup keyEnter eq { + window.buttons window.findselected + over over get 7 get /window.action exch def get + dup button.press 100000 usleep + window.action actNoClose and { + window.action dialog.specialaction { button.show } if + } { + pop window.done + } ifelse + pop 0 + } if + + window.current .ed.list get { + dup keyDown eq over keyTab eq or { + window.current .ed.focus get + window.current .ed.list get over get edit.hidecursor + + 1 add window.current .ed.list get length mod + window.current .ed.focus 2 index put + window.current .ed.list get exch get edit.showcursor + pop 0 + } if + + dup keyUp eq over keyShiftTab eq or { + window.current .ed.focus get + window.current .ed.list get over get edit.hidecursor + + 1 sub window.current .ed.list get length exch over add exch mod + window.current .ed.focus 2 index put + window.current .ed.list get exch get edit.showcursor + pop 0 + } if + +% dup keyTab eq { +% window.findselected 1 add window.buttons length mod +% window.selectbutton +% pop 0 +% } if + + } { + dup keyTab eq over keyRight eq or over keyDown eq or { + window.findselected 1 add window.buttons length mod + window.selectbutton + pop 0 + } if + + dup keyLeft eq over keyUp eq or { + window.findselected window.buttons length 1 sub add window.buttons length mod + window.selectbutton + pop 0 + } if + } ifelse + + dup window.findkey dup 0 ge { + window.buttons exch + over over get 7 get /window.action exch def get + dup button.press 100000 usleep + window.action actNoClose and { + window.action dialog.specialaction { button.show } if + } { + pop window.done + } ifelse + pop 0 + } { + pop + } ifelse + + } if } if + + + % maybe there are input fields + dup 0 ne { + window.current .ed.list get dup { + window.current .ed.font get + window.current .ed.focus get window.current .ed.pw_field get eq { pwmode } if + setfont + window.current .color.fg get setcolor + + window.current .ed.focus get get exch edit.input + 0 + } { pop } ifelse + } if + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Find selected button. +% +% ( ) ==> ( button_idx ) +% +/window.findselected { + 0 + 0 1 window.buttons length 1 sub { + dup + window.buttons exch get 5 get + { + exch pop exit + } { + pop + } ifelse + } for +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Find button for key. +% +% ( key ) ==> ( button_idx ) +% +% button_idx = -1 if not found +% +/window.findkey { + /window.key exch def + -1 + window.key 0 eq { return } if + 0 1 window.buttons length 1 sub { + dup + window.buttons exch get 6 get window.key eq + { + exch pop exit + } { + pop + } ifelse + } for +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Select button. +% +% ( button_idx ) ==> ( ) +% +/window.selectbutton { + window.findselected + over over eq { + pop pop + } { + window.buttons exch get button.notdefault button.show + window.buttons exch get button.default button.show + } ifelse +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Initialize dialog window. +% +% ( window ) ==> ( ) +% +/dialog.init { + /dialog.tmp exch def + + dialog.tmp .font get setfont + + dialog.tmp .text get dup "" ne { strsize } { pop 0 0 } ifelse + /dialog.height exch dialog.tmp .text.y get 10 add add def + /dialog.width exch dialog.tmp .text.x get 1 add 2 mul add dialog.tmp .width.min get max def + + /dialog.width dialog.tmp .title get strsize pop dialog.tmp .text.x get 1 add 2 mul add dialog.width max def + + dialog.tmp .ed.text.list get dup { + /dialog.width + dialog.tmp .ed.width get dialog.tmp .text.x get 1 add 2 mul add 8 add dialog.width max + def + { + strsize + /dialog.height exch dialog.height add def + /dialog.width exch dialog.tmp .text.x get 1 add 2 mul add dialog.width max def + } forall + } { pop } ifelse + + dialog.tmp .ed.buffer.list get dup { + length lineheight 20 add mul /dialog.height exch dialog.height add def + } { pop } ifelse + + /window.buttons dialog.tmp .buttons get def + + /dialog.button.y dialog.height 5 add def + + window.buttons .undef ne { window.buttons length { + /dialog.height window.buttons 0 get 3 get dialog.button.y add 8 add def + } if } if + + /dialog.y screen.size exch pop dialog.tmp .position get mul 10 div dialog.height sub 2 div def + + window.buttons .undef ne { window.buttons length { + 10 + 0 1 window.buttons length 1 sub { + window.buttons exch get + dup 1 dialog.button.y dialog.y add put + 2 get 10 add add + } for + + dialog.width max /dialog.width exch def + } if } if + + % adjust to window size + dialog.tmp .ed.width get .undef ne { + dialog.tmp .ed.width over over get dialog.width 30 sub max put + } if + + /dialog.x screen.size pop dialog.width sub 2 div def + + window.buttons .undef ne { window.buttons length { + % calculate button x positions + dialog.width 0 + 0 1 window.buttons length 1 sub { + window.buttons exch get 2 get add + } for + sub window.buttons length 1 add div + dialog.x over add + 0 1 window.buttons length 1 sub { + window.buttons exch get + over over 0 rot put + 2 get add over add + } for + pop pop + } if } if + + % store values + + dialog.tmp + dup .x dialog.x put + dup .y dialog.y put + dup .width dialog.width put + dup .height dialog.height put + .button.y dialog.button.y put + + /dialog.tmp .undef def +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Draw dialog window. +% +% ( window ) ==> ( ) +% +/dialog.show { + /dialog.tmp exch def + + % put into list early, so drawing functions can access it there + dialog.tmp window.push + + % now start drawing + + dialog.tmp .x get 1 sub dialog.tmp .y get 1 sub moveto + white black + dialog.tmp .width get 2 add dialog.tmp .height get 2 add + over over + savescreen + dialog.tmp .saved rot put + drawborder + + dialog.tmp .color.bg get setcolor + dialog.tmp .x get dialog.tmp .y get moveto + dialog.tmp .width get dialog.tmp .height get fillrect + + dialog.tmp .title.bg get setcolor + dialog.tmp .x get 1 add dialog.tmp .y get 1 add moveto + dialog.tmp .width get 2 sub dialog.tmp .title.height get 1 sub fillrect + + dialog.tmp .x get 10 add dialog.tmp .y get 3 add moveto + dialog.tmp .title.fg get setcolor + dialog.tmp .title get show + + dialog.tmp .color.fg get setcolor + dialog.tmp .x get dialog.tmp .y get moveto + dialog.tmp .text.x get dialog.tmp .text.y get rmoveto + dialog.tmp .text get show + + dialog.tmp .ed.text.list get dup { + /dialog.tmp.idx 0 def + { + show + dialog.tmp .ed.buffer.list get dialog.tmp.idx get + + dup { + + 3 7 rmoveto + + /dialog.tmp.buf [ + currentpoint + dialog.tmp .ed.width get fontheight 2 add savescreen + 0 0 + 0 0 0 + ] def + + dialog.tmp.buf 3 2 index put + dialog.tmp.buf 4 rot cvp length put + + dialog.tmp .ed.list get dialog.tmp.idx dialog.tmp.buf put + + currentcolor + currentpoint over 1 sub over 2 sub moveto + black white dialog.tmp .ed.width get 2 add fontheight 5 add drawborder + moveto -3 lineheight 20 add 7 sub rmoveto + setcolor + + currentfont + % hide text in password fields + dialog.tmp.idx dialog.tmp .ed.pw_field get eq { + dialog.tmp .ed.font get pwmode setfont + } if + dialog.tmp.buf dup 3 get edit.init + setfont + + dialog.tmp .ed.focus get dialog.tmp.idx ne { dialog.tmp.buf edit.hidecursor } if + + } { pop } ifelse + + /dialog.tmp.idx inc + } forall + } { pop } ifelse + + dialog.tmp .buttons get .undef ne { dialog.tmp .buttons get length { + 0 1 dialog.tmp .buttons get length 1 sub { + dialog.tmp .buttons get exch get button.show + } for + } if } if + + /dialog.tmp .undef def + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Do something without closing the window. +% +% ( action ) ==> ( true|false ) +% +% Returns whether the window still exists. +% +/dialog.specialaction { + actNoClose not and + + true exch + + dup actEject eq { + bootdrive eject pop + } if + + dup actPowerOff eq { + poweroff + } if + + dup actReboot eq { + reboot + } if + + dup actInstallOK eq { + install.ok + exch not exch + } if + +% dup actInstallCancel eq { +% install.cancel +% exch not exch +% } if + + pop +} def + + diff --git a/xmenu.inc b/xmenu.inc new file mode 100644 index 0000000..0a0f1a8 --- /dev/null +++ b/xmenu.inc @@ -0,0 +1,381 @@ +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% +% List dialog handling. +% +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Some global vars. +% +/xmenu.vspace.default { xmenu .xm_list get length 15 ge { 2 } { 4 } ifelse } def +/xmenu.hspace 12 def +/xmenu.light white def +/xmenu.dark black def +/xmenu.font font.normal def +/xmenu.normal.bg lightgray def +/xmenu.normal.fg black def +/xmenu.selected.fg white def +/xmenu.selected.bg 0x6c6c6c newcolor + +small_layout { + /xmenu.maxlines 22 def +} { + /xmenu.maxlines 28 def +} ifelse + +% xmenu layout +% +% [ selected_entry string_list x y panel_x ] +% +/.xm_current 0 def % selected entry +/.xm_list 1 def % string list +/.xm_x 2 def % menu x pos +/.xm_y 3 def % menu y pos +/.xm_width 4 def % menu width +/.xm_height 5 def % menu height +/.xm_panel_x 6 def % panel entry x pos +/.xm_panel_width 7 def % panel entry width +/.xm_panel_height 8 def % panel entry height +/.xm_vspace 9 def % vspace per menu +/.xm_title 10 def % xmenu title +/.xm_size 11 def % xmenu size + + +% short hands +/xmenu.x { xmenu .xm_x get } def +/xmenu.y { xmenu .xm_y get } def +/xmenu.width { xmenu .xm_width get } def +/xmenu.height { xmenu .xm_height get } def + +/xmenu.vspace { xmenu .xm_vspace get dup .undef ne { } { pop xmenu.vspace.default } ifelse } def + +/xmenu.saved { xmenu.saved.areas xmenu.column get 2 get } def + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Create new xmenu. +% +% ( ) ==> ( window ) +% +/window.xmenu { + widget.size array + dup .type t_xmenu put +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Handle keyboad input. +% +% ( key_in ) ==> ( key_out ) +% +/xmenu.input { + dup 0 eq { return } if + + dup keyEsc eq { + xmenu 0 xmenu.oldentry put + window.done + pop 0 + } if + + dup keyEnter eq { + window.current .xmenu.update get + window.done + exec + pop 0 + } if + + dup keyDown eq { + xmenu .xm_current get 1 add xmenu.select + pop 0 + } if + + dup keyUp eq { + xmenu .xm_current get 1 sub xmenu.select + pop 0 + } if + + dup keyPgDown eq { + xmenu .xm_current get 5 add + xmenu .xm_list get length 1 sub min xmenu.select + pop 0 + } if + + dup keyPgUp eq { + xmenu .xm_current get 5 sub + 0 max xmenu.select + pop 0 + } if + + dup keyHome eq { + 0 xmenu.select + pop 0 + } if + + dup keyEnd eq { + xmenu .xm_list get length 1 sub xmenu.select + pop 0 + } if + + dup keyRight eq { + xmenu .xm_current get + dup xmenu.maxlines div 1 add xmenu.columns mod xmenu.maxlines mul + exch xmenu.maxlines mod add + xmenu .xm_list get length 1 sub min xmenu.select + pop 0 + } if + + dup keyLeft eq { + xmenu .xm_current get + dup xmenu.maxlines div xmenu.columns add 1 sub xmenu.columns mod xmenu.maxlines mul + exch xmenu.maxlines mod add + xmenu .xm_list get length 1 sub min xmenu.select + pop 0 + } if + + dup keyF1 eq { + show_help + pop 0 + } if + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Calculate menu sizes. +% +% ( ) ==> ( ) +% +/xmenu.sizes { + /xmenu.lheight xmenu.font setfont fontheight xmenu.vspace dup add add def + + /xmenu.columns xmenu .xm_list get length xmenu.maxlines add 1 sub xmenu.maxlines div def + + /xmenu.lastheight + xmenu .xm_list get length xmenu.maxlines xmenu.columns 1 sub mul sub xmenu.lheight mul + def + + xmenu .xm_height + xmenu .xm_list get length xmenu.maxlines min xmenu.lheight mul + put + + xmenu .xm_width + 0 xmenu .xm_list get { exec strsize pop max } forall xmenu.hspace 2 mul add + put + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Init and show menu. +% +% ( window ) ==> ( ) +% +% xmenu: [ selected_entry [ text0 text1 ... ] x y ] +% +/xmenu.init { + /xmenu over .xmenu get def + + xmenu.sizes + + dup .saved.areas xmenu.columns array /xmenu.saved.areas over def put + + 0 1 xmenu.columns 1 sub { + /xmenu.column exch def + + dup .saved.areas get xmenu.column + + [ + xmenu.column xmenu.width 2 add mul xmenu.x add 1 sub xmenu.y 1 sub moveto + currentpoint + + xmenu.light xmenu.dark + xmenu.width 2 add + xmenu.column 1 add xmenu.columns eq { xmenu.lastheight } { xmenu.height } ifelse 2 add + over over savescreen 5 1 roll + drawborder + + ] put + + } for + + 0 1 xmenu .xm_list get length 1 sub { xmenu.viewentry } for + + /xmenu.oldentry xmenu .xm_current get def + + dup .x xmenu.x put + .y xmenu.y put + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Close menu. +% +% ( ) ==> ( ) +% +/xmenu.done { + /xmenu.tmpbuf xmenu.tmpbuf free .undef def + /xmenu.saved.normal xmenu.saved.normal free .undef def + /xmenu.saved.selected xmenu.saved.selected free .undef def + /xmenu.saved.areas .undef def +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Draw xmenu. +% +% ( window ) ==> ( ) +% +/xmenu.show { + window.push +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Draw single entry. +% +% ( entry ) ==> ( ) +% +/xmenu.viewentry { + xmenu.font setfont + + dup xmenu.maxlines mod xmenu.lheight mul xmenu.y add /xmenu.pos.y exch def + + dup xmenu.maxlines div /xmenu.column over def + xmenu.width 2 add mul xmenu.x add /xmenu.pos.x exch def + + xmenu.pos.x xmenu.pos.y moveto + + dup xmenu .xm_current get eq { xmenu.saved.selected } { xmenu.saved.normal } ifelse + + dup { + transp { pop } { restorescreen } ifelse + } { + pop + + dup xmenu .xm_current get eq { xmenu.selected.bg } { xmenu.normal.bg } ifelse + setcolor xmenu.width xmenu.lheight fillrect + + dup xmenu .xm_current get eq { + xmenu.pos.x xmenu.pos.y moveto + xmenu.dark xmenu.light xmenu.width xmenu.lheight drawborder + } if + + dup xmenu .xm_current get eq { /xmenu.saved.selected } { /xmenu.saved.normal } ifelse + xmenu.pos.x xmenu.pos.y moveto + xmenu.width xmenu.lheight + savescreen + def + } ifelse + + + transp { + % copy entry to avoid reading the screen again + dup xmenu .xm_current get eq { xmenu.saved.selected } { xmenu.saved.normal } ifelse + xmenu.tmpbuf .undef eq { + dup length malloc /xmenu.tmpbuf exch def + } if + xmenu.tmpbuf exch dup length memcpy + + 0 xmenu.pos.y xmenu.y sub moveto 1 1 rmoveto + xmenu.saved transp xmenu.tmpbuf blend + + xmenu.pos.x xmenu.pos.y moveto xmenu.tmpbuf restorescreen + } if + + dup xmenu .xm_current get eq { xmenu.selected.fg } { xmenu.normal.fg } ifelse setcolor + xmenu.pos.x xmenu.hspace add xmenu.pos.y xmenu.vspace add moveto + xmenu .xm_list get over get exec show + + pop + + +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Select menu entry. +% +% ( new_entry ) ==> ( ) +% +/xmenu.select { + dup 0 lt { xmenu .xm_list get length add } if + dup xmenu .xm_list get length ge { xmenu .xm_list get length sub } if + + xmenu .xm_current get over xmenu .xm_current rot put + xmenu.viewentry + xmenu.viewentry +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Panel/xmenu helper function. +% +% ( ) => ( ) +% +/pmenu.panel.update { + panel.text.moveto + + xmenu .xm_panel_x currentpoint pop xmenu.hspace sub put + xmenu .xm_x xmenu .xm_panel_x get put + + pmenu.update +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Panel/xmenu helper function. +% +% ( ) => ( width ) +% +/pmenu.width { + % Use this instead of the line below and remove the actRedrawPanel + % things if you want fixed size panel entries. + + % xmenu .xm_panel_width get xmenu.hspace 2 mul sub + + xmenu .xm_title get dup .undef eq { + pop xmenu .xm_list get xmenu .xm_current get get + } if + exec strsize pop +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Panel/xmenu helper function. +% +% ( ) => ( ) +% +/pmenu.update { + xmenu .xm_panel_x get xmenu.hspace add panel.text.y moveto + +% currently not needed - we're redrawing the whole panel anyway +% xmenu .xm_panel_width get xmenu.hspace sub xmenu .xm_panel_height get +% panel.bg setcolor fillrect + + panel.normal setcolor + panel.font setfont + xmenu .xm_panel_x get xmenu.hspace add + panel.text.y + moveto + xmenu .xm_title get dup .undef eq { + pop xmenu .xm_list get xmenu .xm_current get get + } if + exec show +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Panel/xmenu helper function. +% +% ( ) => ( ) +% +/pmenu.init { + xmenu.sizes + + xmenu .xm_y panel.text.y 1 sub xmenu.height sub put + xmenu .xm_panel_width xmenu.width put + xmenu .xm_panel_height fontheight put +} def + +